summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | 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
|\ \ \ \ \ \
| * | | | | | Integrate ART with NativeBridge interfacesYong WU2014-07-244-5/+358
|/ / / / / /
* | | | | | Merge "Fix memory leak in RemoveRememberedSet."Mathieu Chartier2014-07-232-0/+2
|\ \ \ \ \ \
| * | | | | | Fix memory leak in RemoveRememberedSet.Mathieu Chartier2014-07-242-0/+2
|/ / / / / /
* | | | | | Merge "Fix stale remembered sets error."Mathieu Chartier2014-07-233-3/+6
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Fix stale remembered sets error.Mathieu Chartier2014-07-243-3/+6
|/ / / / /
* | | | | Merge "Fix access to long/double stack values from debugger"Sebastien Hertz2014-07-234-47/+197
|\ \ \ \ \
| * | | | | Fix access to long/double stack values from debuggerSebastien Hertz2014-07-174-47/+197
| | |/ / / | |/| | |
* | | | | Merge "Increase limit to 2600 on host clang builds for frame size."Stephen Hines2014-07-231-1/+1
|\ \ \ \ \
| * | | | | Increase limit to 2600 on host clang builds for frame size.Stephen Hines2014-07-231-1/+1
|/ / / / /
* | | | | Merge "Update frame-larger-than limit to 2440 for new clang."Stephen Hines2014-07-231-3/+14
|\ \ \ \ \
| * | | | | Update frame-larger-than limit to 2440 for new clang.Stephen Hines2014-07-231-3/+14
| | |_|_|/ | |/| | |
* | | | | Merge "Reduce allocations in ParallelGC test."Mathieu Chartier2014-07-231-1/+1
|\ \ \ \ \
| * | | | | Reduce allocations in ParallelGC test.Mathieu Chartier2014-07-231-1/+1
|/ / / / /
* | | | | Merge "Use a (somewhat) more documented environment variable."Nicolas Geoffray2014-07-231-4/+4
|\ \ \ \ \
| * | | | | Use a (somewhat) more documented environment variable.Nicolas Geoffray2014-07-241-4/+4
|/ / / / /
* | | | | Merge "x86: GenSelect utility update"Andreas Gampe2014-07-236-204/+130
|\ \ \ \ \
| * | | | | x86: GenSelect utility updateSerguei Katkov2014-07-236-204/+130
* | | | | | Merge "Fix run-test --trace option if --host is specified after."Jeff Hao2014-07-231-1/+6
|\ \ \ \ \ \
| * | | | | | Fix run-test --trace option if --host is specified after.Jeff Hao2014-07-231-1/+6
|/ / / / / /
* | | | | | Merge "ART: Fix x86_64 instrumentation_exit, also movsd -> movq"Andreas Gampe2014-07-222-5/+5
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | ART: Fix x86_64 instrumentation_exit, also movsd -> movqAndreas Gampe2014-07-232-5/+5
|/ / / / /
* | | | | Merge "Add test-art-*-run-test-###-test-name32/64 test targets."Andreas Gampe2014-07-221-0/+25
|\ \ \ \ \
| * | | | | Add test-art-*-run-test-###-test-name32/64 test targets.Alex Light2014-07-231-0/+25
* | | | | | Merge "ART: Fix erroneous output"Andreas Gampe2014-07-221-2/+0
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | ART: Fix erroneous outputAndreas Gampe2014-07-231-2/+0
|/ / / / /
* | | | | Merge "ART: Make run tests out of oat tests"Andreas Gampe2014-07-22111-840/+261
|\ \ \ \ \
| * | | | | ART: Make run tests out of oat testsAndreas Gampe2014-07-23111-840/+261
|/ / / / /
* | | | | Merge "Use the TMPDIR environment variable for test directory if set."Ian Rogers2014-07-221-0/+4
|\ \ \ \ \
| * | | | | Use the TMPDIR environment variable for test directory if set.Ian Rogers2014-07-231-0/+4
|/ / / / /
* | | | | Merge "Fix implicit stack overflow check on optimizing/x86."Nicolas Geoffray2014-07-231-10/+11
|\ \ \ \ \
| * | | | | Fix implicit stack overflow check on optimizing/x86.Nicolas Geoffray2014-07-231-10/+11
| |/ / / /
* | | | | Merge "Rewrite topological sort order and improve GVN."Vladimir Marko2014-07-2316-162/+816
|\ \ \ \ \
| * | | | | Rewrite topological sort order and improve GVN.Vladimir Marko2014-07-2316-162/+816
|/ / / / /
* | | | | Merge "Use the correct HOST_ARCH for oat files."Nicolas Geoffray2014-07-231-2/+2
|\ \ \ \ \
| * | | | | Use the correct HOST_ARCH for oat files.Nicolas Geoffray2014-07-231-2/+2
| |/ / / /
* | | | | Merge "Fix null pointer check elimination for catch entries."Vladimir Marko2014-07-234-18/+56
|\ \ \ \ \