summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ART: Fix verifier mishandling erroneous array component typesAndreas Gampe2014-07-305-20/+42
* Merge "Add support for bump pointer spaces to DdmSendHeapSegments."Mathieu Chartier2014-07-302-13/+42
|\
| * Add support for bump pointer spaces to DdmSendHeapSegments.Mathieu Chartier2014-07-302-13/+42
|/
* Merge "Make 32bit run-tests work correctly on 64bit default devices."Brian Carlstrom2014-07-292-4/+8
|\
| * Make 32bit run-tests work correctly on 64bit default devices.Alex Light2014-07-302-4/+8
* | Merge "ART: Remove bogus dcheck"Andreas Gampe2014-07-251-1/+0
|\ \ | |/ |/|
| * ART: Remove bogus dcheckAndreas Gampe2014-07-291-1/+0
* | Merge "ART: Check for duplicate class definitions in dex file verifier"Andreas Gampe2014-07-252-0/+12
|\ \
| * | ART: Check for duplicate class definitions in dex file verifierAndreas Gampe2014-07-292-0/+12
| |/
* | Merge "Stop thread from reattaching during runtime shutdown while tracing."Jeff Hao2014-07-284-30/+47
|\ \
| * | Stop thread from reattaching during runtime shutdown while tracing.Jeff Hao2014-07-294-30/+47
* | | Merge "Add GcRoot to clean up and enforce read barriers."Hiroshi Yamauchi2014-07-2841-324/+397
|\ \ \ | |/ / |/| |
| * | Add GcRoot to clean up and enforce read barriers.Hiroshi Yamauchi2014-07-2941-324/+397
|/ /
* | Merge "Revert "Fix proxy tracing and enable tests that now work with tracing.""Nicolas Geoffray2014-07-234-19/+43
|\ \ | |/ |/|
| * Revert "Fix proxy tracing and enable tests that now work with tracing."Nicolas Geoffray2014-07-294-19/+43
* | Merge "Fix braino in Makefile."Nicolas Geoffray2014-07-231-0/+1
|\ \
| * | Fix braino in Makefile.Nicolas Geoffray2014-07-291-0/+1
|/ /
* | Merge "Add a variable to disable PREBUILD in run-tests."Nicolas Geoffray2014-07-232-0/+5
|\ \
| * | Add a variable to disable PREBUILD in run-tests.Nicolas Geoffray2014-07-282-0/+5
* | | Merge "AArch64: Clean up CalleeSaveMethod frame and the use of temp registers."Andreas Gampe2014-07-2813-356/+406
|\ \ \
| * | | AArch64: Clean up CalleeSaveMethod frame and the use of temp registers.Zheng Xu2014-07-2913-356/+406
|/ / /
* | | Merge "Fix proxy tracing and enable tests that now work with tracing."Jeff Hao2014-07-284-43/+19
|\ \ \ | | |/ | |/|
| * | Fix proxy tracing and enable tests that now work with tracing.Jeff Hao2014-07-284-43/+19
|/ /
* | Merge "ART: Fix missing initialization in stack_map_stream.h"Andreas Gampe2014-07-251-1/+2
|\ \ | |/ |/|
| * ART: Fix missing initialization in stack_map_stream.hAndreas Gampe2014-07-281-1/+2
|/
* Merge "ART: Reject array-length on non-reference register"Andreas Gampe2014-07-241-0/+2
|\
| * ART: Reject array-length on non-reference registerAndreas Gampe2014-07-281-0/+2
|/
* Merge "ART: Rework quick entrypoint code in Mir2Lir, cleanup"Andreas Gampe2014-07-2529-1120/+650
|\
| * ART: Rework quick entrypoint code in Mir2Lir, cleanupAndreas Gampe2014-07-2829-1120/+650
* | Merge "Implement array get and array put in optimizing."Nicolas Geoffray2014-07-2318-114/+1418
|\ \ | |/ |/|
| * Implement array get and array put in optimizing.Nicolas Geoffray2014-07-2818-114/+1418
|/
* Merge "ART: Fix target test paths"Andreas Gampe2014-07-243-2/+22
|\
| * ART: Fix target test pathsAndreas Gampe2014-07-273-2/+22
|/
* Merge "Remove the per-project FDO support. Use the common FDO support from bu...Ian Rogers2014-07-263-8/+2
|\
| * Remove the per-project FDO support. Use the common FDO support from build/core.Dehao Chen2014-07-273-8/+2
|/
* Merge "Revert "Enable Load Store Elimination for ARM and ARM64""Bill Buzbee2014-07-2614-362/+237
|\
| * Revert "Enable Load Store Elimination for ARM and ARM64"Bill Buzbee2014-07-2714-362/+237
* | Merge "Enable Load Store Elimination for ARM and ARM64"Bill Buzbee2014-07-2414-237/+362
|\ \ | |/
| * Enable Load Store Elimination for ARM and ARM64Serban Constantinescu2014-07-2714-237/+362
|/
* Merge "SetConstantWide should mark both SSA regs as constant"Bill Buzbee2014-07-251-0/+1
|\
| * SetConstantWide should mark both SSA regs as constantSerguei Katkov2014-07-211-0/+1
* | Merge "ART: ReEnable check for a gap between method's arg "in" vregs and rest...Bill Buzbee2014-07-241-1/+2
|\ \
| * | ART: ReEnable check for a gap between method's arg "in" vregs and rest of its...Alexei Zavjalov2014-07-241-1/+2
* | | Merge "ART: Native bridge command-line parameter"Andreas Gampe2014-07-2414-25/+527
|\ \ \
| * | | ART: Native bridge command-line parameterAndreas Gampe2014-07-2614-25/+527
* | | | Merge "ART: Allow arrays with erroneous component type"Andreas Gampe2014-07-251-1/+8
|\ \ \ \
| * | | | ART: Allow arrays with erroneous component typeAndreas Gampe2014-07-251-1/+8
* | | | | Merge "ART: Special-case cb(n)z even for in-reg constant"Andreas Gampe2014-07-251-1/+13
|\ \ \ \ \
| * | | | | ART: Special-case cb(n)z even for in-reg constantAndreas Gampe2014-07-261-1/+13
| | |/ / / | |/| | |
* | | | | Merge "ART: Rewrite ParallelGC run-test"Andreas Gampe2014-07-231-11/+111
|\ \ \ \ \