summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove intialized static storage from dex cache.Ian Rogers2014-01-0819-224/+147
* Merge "Use memcpy instead of Array::Set in mirror::String::AllocFromUtf16."Ian Rogers2014-01-031-7/+5
|\
| * Use memcpy instead of Array::Set in mirror::String::AllocFromUtf16.Ian Rogers2014-01-031-7/+5
* | Merge "Disallow JNI NewObjectArray of primitive types."Ian Rogers2014-01-034-67/+186
|\ \ | |/ |/|
| * Disallow JNI NewObjectArray of primitive types.Ian Rogers2014-01-034-67/+186
|/
* Merge "Remove extraneous CFI from x86 entrypoints to fix backtrace."Ian Rogers2014-01-031-42/+0
|\
| * Remove extraneous CFI from x86 entrypoints to fix backtrace.Ian Rogers2014-01-021-42/+0
|/
* Merge "Avoid inliner spam wrt String.length."Ian Rogers2014-01-032-18/+19
|\
| * Avoid inliner spam wrt String.length.Ian Rogers2014-01-022-18/+19
* | Merge "Fix oatdump "compilercallbacks" option for runtime."Vladimir Marko2014-01-022-2/+8
|\ \ | |/ |/|
| * Fix oatdump "compilercallbacks" option for runtime.Vladimir Marko2014-01-022-2/+8
|/
* Merge "Fix a typo in a comment."Narayan Kamath2014-01-021-1/+1
|\
| * Fix a typo in a comment.Narayan Kamath2014-01-021-1/+1
|/
* Merge "DataflowIterator normalization"Ian Rogers2013-12-302-32/+234
|\
| * DataflowIterator normalizationJean Christophe Beyler2013-12-302-32/+234
|/
* Merge "Add stale weak global unit test to jni_internal_test."Mathieu Chartier2013-12-211-0/+15
|\
| * Add stale weak global unit test to jni_internal_test.Mathieu Chartier2013-12-201-0/+15
* | Merge "Eliminate redundant x86 compare for GenDivZeroCheck"Ian Rogers2013-12-212-1/+17
|\ \ | |/ |/|
| * Eliminate redundant x86 compare for GenDivZeroCheckRazvan A Lupusoru2013-12-202-1/+17
|/
* Merge "Fix host-run-test-jar to be legal for /bin/sh"Elliott Hughes2013-12-201-1/+3
|\
| * Fix host-run-test-jar to be legal for /bin/shMark Mendell2013-12-201-1/+3
* | Merge "Fix build: style issue."Vladimir Marko2013-12-201-2/+2
|\ \
| * | Fix build: style issue.Vladimir Marko2013-12-201-2/+2
* | | Merge "Clean up usage of carry flag condition codes."Vladimir Marko2013-12-2011-54/+43
|\ \ \ | |/ /
| * | Clean up usage of carry flag condition codes.Vladimir Marko2013-12-2011-54/+43
* | | Merge "Tidy up memory barriers."Ian Rogers2013-12-2030-264/+294
|\ \ \ | |/ / |/| |
| * | Tidy up memory barriers.Ian Rogers2013-12-2030-264/+294
| |/
* | Merge "JNI: NewDirectByteBuffer should allow 0 length buffers."Narayan Kamath2013-12-203-2/+17
|\ \
| * | JNI: NewDirectByteBuffer should allow 0 length buffers.Narayan Kamath2013-12-203-2/+17
|/ /
* | Merge "Change IndirectReferenceTable::Add null DCHECK to CHECK."Ian Rogers2013-12-201-1/+1
|\ \
| * | Change IndirectReferenceTable::Add null DCHECK to CHECK.Mathieu Chartier2013-12-191-1/+1
|/ /
* | Merge "Fix thread checkpoint issue"Ian Rogers2013-12-191-6/+10
|\ \
| * | Fix thread checkpoint issueDave Allison2013-12-191-6/+10
| |/
* | Merge "Fix NewLocalRef, NewGlobalRef to handle cleared weak globals."Mathieu Chartier2013-12-192-9/+12
|\ \ | |/ |/|
| * Fix NewLocalRef, NewGlobalRef to handle cleared weak globals.Mathieu Chartier2013-12-192-9/+12
|/
* Merge "Fix SEGV when dumping MIR CFG"Narayan Kamath2013-12-191-1/+1
|\
| * Fix SEGV when dumping MIR CFGMark Mendell2013-12-171-1/+1
* | Merge "Improve x86 Fused long compare to literal"Vladimir Marko2013-12-192-1/+65
|\ \
| * | Improve x86 Fused long compare to literalMark Mendell2013-12-192-1/+65
* | | Merge "Fix byte_cas to work on non-word aligned addresses"Brian Carlstrom2013-12-191-5/+6
|\ \ \
| * | | Fix byte_cas to work on non-word aligned addressesBrian Carlstrom2013-12-181-5/+6
* | | | Merge "Remove some unnecessary code from dlmalloc_space/rosalloc_space."Hiroshi Yamauchi2013-12-195-50/+7
|\ \ \ \ | |/ / / |/| | |
| * | | Remove some unnecessary code from dlmalloc_space/rosalloc_space.Hiroshi Yamauchi2013-12-185-50/+7
* | | | Merge "Forgot to bump oat version in previous change"Brian Carlstrom2013-12-191-1/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | Forgot to bump oat version in previous changeBrian Carlstrom2013-12-181-1/+1
|/ / /
* | | Merge "Enhance GenArrayGet, GenArrayPut for x86"Vladimir Marko2013-12-183-18/+70
|\ \ \
| * | | Enhance GenArrayGet, GenArrayPut for x86Mark Mendell2013-12-183-18/+70
* | | | Merge "Change safecast data from set to an ordered vector."Vladimir Marko2013-12-182-4/+8
|\ \ \ \
| * | | | Change safecast data from set to an ordered vector.Vladimir Marko2013-12-182-4/+8
* | | | | Merge "Generate devirtualization map only for native compilation."Sebastien Hertz2013-12-181-7/+8
|\ \ \ \ \