summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Host dex2oat and patchoat require libcutils.Richard Uhler2015-03-232-4/+4
* Merge "Revert "Use optimizing for apps.""Nicolas Geoffray2015-03-192-11/+2
|\
| * Revert "Use optimizing for apps."Nicolas Geoffray2015-03-192-11/+2
* | Merge "Fix 003-omnibus-opcodes flaky failures with GSS GC."Hiroshi Yamauchi2015-03-194-72/+76
|\ \
| * | Fix 003-omnibus-opcodes flaky failures with GSS GC.Hiroshi Yamauchi2015-03-194-72/+76
* | | Merge "Fix JIT options with late init"Mathieu Chartier2015-03-195-25/+34
|\ \ \ | |/ / |/| |
| * | Fix JIT options with late initMathieu Chartier2015-03-185-25/+34
* | | Merge "Remove the Android.mk GCC-only source files hackery"Colin Cross2015-03-182-17/+6
|\ \ \ | |/ / |/| |
| * | Remove the Android.mk GCC-only source files hackeryColin Cross2015-03-182-17/+6
* | | Merge "Clean up hash set"Mathieu Chartier2015-03-184-62/+111
|\ \ \
| * | | Clean up hash setMathieu Chartier2015-03-184-62/+111
|/ / /
* | | Merge "Quick: Eliminate check-cast guaranteed by instance-of."Vladimir Marko2015-03-1811-6/+176
|\ \ \
| * | | Quick: Eliminate check-cast guaranteed by instance-of.Vladimir Marko2015-03-1811-6/+176
* | | | Merge "Add a script to be run by test device on buildbot."Nicolas Geoffray2015-03-181-0/+28
|\ \ \ \
| * | | | Add a script to be run by test device on buildbot.Nicolas Geoffray2015-03-181-0/+28
|/ / / /
* | | | Merge "StackMap: Always load and store unalign."Nicolas Geoffray2015-03-182-8/+8
|\ \ \ \ | |/ / / |/| | |
| * | | StackMap: Always load and store unalign.Nicolas Geoffray2015-03-182-8/+8
* | | | Merge "ART: Fix condition for StoreNeedsWriteBarrier"David Brazdil2015-03-181-6/+3
|\ \ \ \ | |/ / / |/| | |
| * | | ART: Fix condition for StoreNeedsWriteBarrierDavid Brazdil2015-03-171-6/+3
| |/ /
* | | Merge "Use optimizing for apps."Nicolas Geoffray2015-03-182-2/+11
|\ \ \ | | |/ | |/|
| * | Use optimizing for apps.Nicolas Geoffray2015-03-172-2/+11
* | | Merge "Fix oat_file_assistant_test32 flaky failures with GSS collector."Hiroshi Yamauchi2015-03-182-4/+14
|\ \ \
| * | | Fix oat_file_assistant_test32 flaky failures with GSS collector.Hiroshi Yamauchi2015-03-172-4/+14
* | | | Merge "Add JIT zygote hook"Mathieu Chartier2015-03-171-3/+17
|\ \ \ \
| * | | | Add JIT zygote hookMathieu Chartier2015-03-171-3/+17
* | | | | Merge "Revert "Forbid the use of shifts in ShifterOperand in Thumb2""Calin Juravle2015-03-172-6/+0
|\ \ \ \ \
| * | | | | Revert "Forbid the use of shifts in ShifterOperand in Thumb2"Calin Juravle2015-03-172-6/+0
* | | | | | Merge "Revert "Make subs alter flags when rn is an immediate""Calin Juravle2015-03-172-28/+15
|\ \ \ \ \ \
| * | | | | | Revert "Make subs alter flags when rn is an immediate"Calin Juravle2015-03-172-28/+15
* | | | | | | Merge "Revert "Inline long shift code""Calin Juravle2015-03-171-46/+19
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | Revert "Inline long shift code"Calin Juravle2015-03-171-46/+19
* | | | | | | Merge "Inline long shift code"Calin Juravle2015-03-171-19/+46
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Inline long shift codeGuillaume "Vermeille" Sanchez2015-03-171-19/+46
* | | | | | | Merge "Make subs alter flags when rn is an immediate"Calin Juravle2015-03-172-15/+28
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Make subs alter flags when rn is an immediateGuillaume "Vermeille" Sanchez2015-03-172-15/+28
| |/ / / / /
* | | | | | Merge "Forbid the use of shifts in ShifterOperand in Thumb2"Calin Juravle2015-03-172-0/+6
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Forbid the use of shifts in ShifterOperand in Thumb2Guillaume "Vermeille" Sanchez2015-03-112-0/+6
| |/ / / /
* | | | | Merge "Unbreak checker."Nicolas Geoffray2015-03-171-1/+1
|\ \ \ \ \
| * | | | | Unbreak checker.Nicolas Geoffray2015-03-171-1/+1
|/ / / / /
* | | | | Merge "Fall back to Quick when Optimizing cannot compile."Nicolas Geoffray2015-03-176-41/+78
|\ \ \ \ \
| * | | | | Fall back to Quick when Optimizing cannot compile.Nicolas Geoffray2015-03-176-41/+78
|/ / / / /
* | | | | Merge "PREOPT compiles using dex2oatd so don't emit debug instructions."Nicolas Geoffray2015-03-174-16/+0
|\ \ \ \ \
| * | | | | PREOPT compiles using dex2oatd so don't emit debug instructions.Nicolas Geoffray2015-03-174-16/+0
|/ / / / /
* | | | | Merge "ART: Fix build for counting arena allocations."Vladimir Marko2015-03-171-1/+1
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | ART: Fix build for counting arena allocations.Vladimir Marko2015-03-171-1/+1
|/ / / /
* | | | Merge "ART: Faster implementation of GVN's hash table"David Brazdil2015-03-171-129/+210
|\ \ \ \
| * | | | ART: Faster implementation of GVN's hash tableDavid Brazdil2015-03-171-129/+210
| | |_|/ | |/| |
* | | | Merge "Fixed maybe used uninitialized"Andrew Hsieh2015-03-161-0/+3
|\ \ \ \ | |/ / / |/| | |
| * | | Fixed maybe used uninitializedAndrew Hsieh2015-03-161-0/+3
* | | | Merge "[optimizing] Use baseline when debuggable is set."Nicolas Geoffray2015-03-163-6/+6
|\ \ \ \ | |_|_|/ |/| | |