summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Revert "Revert "Enable Load Store Elimination for ARM and ARM64""Serban Constantinescu2014-07-2814-237/+363
* 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
|\ \ \ \ \
| * | | | | ART: Rewrite ParallelGC run-testAndreas Gampe2014-07-261-11/+111
| |/ / / /
* | | | | Merge "Tweaks to patchoat and other related things."Andreas Gampe2014-07-233-107/+132
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Tweaks to patchoat and other related things.Alex Light2014-07-253-107/+132
* | | | | Merge "ART: Fix run-test 114 ParallelGC to account for OOM"Andreas Gampe2014-07-231-3/+10
|\ \ \ \ \
| * | | | | ART: Fix run-test 114 ParallelGC to account for OOMAndreas Gampe2014-07-251-3/+10
* | | | | | Merge "ART: Clean up API after change 102631"Andreas Gampe2014-07-233-8/+12
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | ART: Clean up API after change 102631Andreas Gampe2014-07-253-8/+12
|/ / / / /
* | | | | Merge "Fix main space memory leak and add checks."Mathieu Chartier2014-07-242-9/+10
|\ \ \ \ \
| * | | | | Fix main space memory leak and add checks.Mathieu Chartier2014-07-252-9/+10
|/ / / / /
* | | | | Merge "Fix dangling pointer bug when transitioning to background."Mathieu Chartier2014-07-241-11/+10
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fix dangling pointer bug when transitioning to background.Mathieu Chartier2014-07-251-11/+10
|/ / / /
* | | | Merge "Fix JNI compiler frame size adjustments."Vladimir Marko2014-07-232-9/+42
|\ \ \ \
| * | | | Fix JNI compiler frame size adjustments.Vladimir Marko2014-07-252-9/+42
| | |/ / | |/| |
* | | | Merge "Rename openDexFileNative to openDexFile."Narayan Kamath2014-07-231-2/+2
|\ \ \ \
| * | | | Rename openDexFileNative to openDexFile.Calin Juravle2014-07-251-2/+2
* | | | | Merge "Add a new stack map scheme that encodes compilation info per pc."Nicolas Geoffray2014-07-235-7/+674
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Add a new stack map scheme that encodes compilation info per pc.Nicolas Geoffray2014-07-215-7/+674
* | | | | Merge "ART: Fix wrong CHECK in GetCurrentLocationForThrow"Andreas Gampe2014-07-232-7/+7
|\ \ \ \ \
| * | | | | ART: Fix wrong CHECK in GetCurrentLocationForThrowAndreas Gampe2014-07-252-7/+7
|/ / / / /
* | | | | Merge "ART: Turn on ART_TEST_KEEP_GOING by default, clean up unused vars"Andreas Gampe2014-07-231-7/+1
|\ \ \ \ \
| * | | | | ART: Turn on ART_TEST_KEEP_GOING by default, clean up unused varsAndreas Gampe2014-07-241-7/+1
* | | | | | Merge "ART: Relax CurrentMethodVisitor requirements on GetDexPC"Andreas Gampe2014-07-232-1/+5
|\ \ \ \ \ \
| * | | | | | ART: Relax CurrentMethodVisitor requirements on GetDexPCAndreas Gampe2014-07-252-1/+5
* | | | | | | Merge "ART: Account for multidex location strings in VMClassLoader"Andreas Gampe2014-07-232-7/+24
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | ART: Account for multidex location strings in VMClassLoaderAndreas Gampe2014-07-242-7/+24
| | |_|_|/ / | |/| | | |
* | | | | | Merge "Integrate ART with NativeBridge interfaces"Andreas Gampe2014-07-244-5/+358
|\ \ \ \ \ \