- 12ecf08 Enable IntermediateAddress for primitive arrays with read barriers. by Roland Levillain · 9 years ago
- b7e921c Merge "Improve the graph visualizer's output for constant locations." by Nicolas Geoffray · 9 years ago
- c2c52a1 Improve the graph visualizer's output for constant locations. by Alexandre Rames · 9 years ago
- 7fb2c2c Split art-run-tests between building and packaging by Dan Willemsen · 9 years ago
- ba65cc4 Merge "ART: Convert pointer size to enum" by Treehugger Robot · 9 years ago
- 542451c ART: Convert pointer size to enum by Andreas Gampe · 9 years ago
- df638c6 Merge "ART: remove gcc cruft from the makefiles" by Colin Cross · 9 years ago
- bffecdb Merge "ART: Fix RegTypeCache for instance field declaring class" by David Brazdil · 9 years ago
- 0f290d7 Merge "Fix for interpreter crash on new instance of class" by Aart Bik · 9 years ago
- db698f1 Fix for interpreter crash on new instance of class by Aart Bik · 9 years ago
- ecf75a6 ART: remove gcc cruft from the makefiles by Colin Cross · 9 years ago
- f1aedb1 Pass the right class loader when inlining. by Nicolas Geoffray · 9 years ago
- 0d638bb ART: Fix RegTypeCache for instance field declaring class by David Brazdil · 9 years ago
- 06a46c4 MIPS32: Improve string and class loads by Alexey Frunze · 9 years ago
- 80c669d Remove redundant 601 test, it's all in 600. by Aart Bik · 9 years ago
- 659ad8f Merge "Make java 8 run-tests runnable on the RI again." by Treehugger Robot · 9 years ago
- 7b922ff Merge "Combine offsets in loop-based dynamic BCE." by Treehugger Robot · 9 years ago
- 67def59 Combine offsets in loop-based dynamic BCE. by Aart Bik · 9 years ago
- d9ad357 ARM64/x86-64: Fix mterp fill-array-data-payload pointer calculation. by Vladimir Marko · 9 years ago
- a8f4e90 Merge "ART: Make run-test temp dir consistent" by Treehugger Robot · 9 years ago
- 34a8a0f ART: Make run-test temp dir consistent by Andreas Gampe · 9 years ago
- a92938a Merge "ARM: Port instr simplification of array accesses." by Vladimir Marko · 9 years ago
- 328429f ARM: Port instr simplification of array accesses. by Artem Serov · 9 years ago
- 5733e98 ARM64: Fix mterp switch table pointer calculation. by Vladimir Marko · 9 years ago
- 360b4b0 Merge "ART: Change return types of field access entrypoints" by Vladimir Marko · 9 years ago
- a2d7cbb Fix test after rename. by Nicolas Geoffray · 9 years ago
- 6740997 ART: Change return types of field access entrypoints by Andreas Gampe · 9 years ago
- 491617a JIT: Don't update the dex cache of another class loader. by Nicolas Geoffray · 9 years ago
- 64a73d7 Merge "ART: Fix run-test script" by Treehugger Robot · 9 years ago
- f47fb2f ART: Fix run-test script by Andreas Gampe · 9 years ago
- dac9b19 Add a new control flow simplifier. by Nicolas Geoffray · 9 years ago
- 09d77fa Merge "Fix a bug in ClassTableGet code generation for IMTs." by Nicolas Geoffray · 9 years ago
- a708355 Merge "X86: Use memory to do array range checks" by Vladimir Marko · 9 years ago
- ff484b9 Fix a bug in ClassTableGet code generation for IMTs. by Nicolas Geoffray · 9 years ago
- ee8d971 X86: Use memory to do array range checks by Mark Mendell · 9 years ago
- d3278bd Two more patterns for instruction simplifier by Maxim Kazantsev · 9 years ago
- ea1e770 Make java 8 run-tests runnable on the RI again. by Alex Light · 9 years ago
- dedde3f Merge "Have LOCAL_ASFLAGS honor debug/non-debug configuration." by Roland Levillain · 9 years ago
- a14893e Merge "Fix unsafe weak reference usage in test 141" by Treehugger Robot · 9 years ago
- b0e861c Fix unsafe weak reference usage in test 141 by Mathieu Chartier · 9 years ago
- 83e4903 Merge "Revert "Revert "Optimize IMT""" by Jeff Hao · 9 years ago
- b136c87 Merge "MIPS64: java.lang.Math.round" by Aart Bik · 9 years ago
- fea1abd Implement System.arraycopy intrinsic on x86. by Nicolas Geoffray · 9 years ago
- 9f65db8 Fix System.arraycopy when doing same array copying. by Nicolas Geoffray · 9 years ago
- a62cb9b Revert "Revert "Optimize IMT"" by Artem Udovichenko · 9 years ago
- 5bf7bac Revert "Revert "Inline and optimize interface calls."" by Nicolas Geoffray · 9 years ago
- 19dc255 Revert "Inline and optimize interface calls." by Nicolas Geoffray · 9 years ago
- d9facea Inline and optimize interface calls. by Nicolas Geoffray · 9 years ago
- b5390f7 Have LOCAL_ASFLAGS honor debug/non-debug configuration. by Roland Levillain · 9 years ago
- e14dc86 Simplification for associative and commutative operations on constants by Anton Kirilov · 9 years ago
- 04e5e59 Merge "Improvements in induction range analysis." by Aart Bik · 9 years ago
- 2a1b7ac Fix divergence between interpreter and compiler. by Aart Bik · 9 years ago
- 52be7e7 Improvements in induction range analysis. by Aart Bik · 9 years ago
- c7591b4 Fix merging HLoadClass with HNewInstance. by Vladimir Marko · 9 years ago
- f249230 Merge "Optimize away useless masking operations on shift amounts." by Treehugger Robot · 9 years ago
- 9937614 Merge "Fix 004-ThreadStress." by Vladimir Marko · 9 years ago
- 3ce4f88 Merge "Optimizing: Do not depend on sharpening in test 450" by Treehugger Robot · 9 years ago
- 5051844 Optimize away useless masking operations on shift amounts. by Alexandre Rames · 9 years ago
- 06b7c4d ART: Disable no-prebuild test for run-test 608 by Andreas Gampe · 9 years ago
- 779743a Merge "Do not remove loads/store with unresolved accesses." by Treehugger Robot · 9 years ago
- b93a165 Do not remove loads/store with unresolved accesses. by Nicolas Geoffray · 9 years ago
- 80ea234 Optimizing: Do not depend on sharpening in test 450 by Goran Jakovljevic · 9 years ago
- 3ea7c9e Fix 004-ThreadStress. by Vladimir Marko · 9 years ago
- a975dcc Fixes and cleaning for test/458-checker-instruction-simplification. by Alexandre Rames · 9 years ago
- 8ed9494 Adjust ART tests expectations after libcore changes. by Roland Levillain · 9 years ago
- 31167a5 Merge changes I4d8da7ce,I4da5be01,Idfbead82 by Roland Levillain · 9 years ago
- 79fb0a2 Merge "ART: Run RTP if invoke inputs have more specific type" by David Brazdil · 9 years ago
- 94ab38f ART: Run RTP if invoke inputs have more specific type by David Brazdil · 9 years ago
- 3d31242 Re-enable most intrinsics with read barriers. by Roland Levillain · 9 years ago
- 739dc72 Merge "Revert "Revert "Revert "Revert "Disable 149-suspend-all-stress, its output is flaky.""""" by Nicolas Geoffray · 9 years ago
- 76ec73a Revert "Revert "Revert "Revert "Disable 149-suspend-all-stress, its output is flaky."""" by Nicolas Geoffray · 9 years ago
- 5f5560d Merge "Added a dexdump test containing every DEX instruction" by Aart Bik · 9 years ago
- 4692c35 Merge "Replace String.charAt() with HIR." by Vladimir Marko · 9 years ago
- 87f3fcb Replace String.charAt() with HIR. by Vladimir Marko · 9 years ago
- dbb7f5b Improve HLoadClass code generation. by Vladimir Marko · 9 years ago
- b94b570 Merge "Fix braino in the test to make it work on target." by Nicolas Geoffray · 9 years ago
- d8aa513 Fix braino in the test to make it work on target. by Nicolas Geoffray · 9 years ago
- 9a8620e Merge "Catch additional OOME in ThreadStress." by Vladimir Marko · 9 years ago
- bbcf072 Merge "Release the thread_list lock while waiting for daemons." by Nicolas Geoffray · 9 years ago
- 5fe1026 Catch additional OOME in ThreadStress. by Vladimir Marko · 9 years ago
- aa45daa Release the thread_list lock while waiting for daemons. by Nicolas Geoffray · 9 years ago
- ec02795 Merge "ART: Use null for the BootClassLoader in LoadLibrary" by Treehugger Robot · 9 years ago
- 2d48e53 ART: Use null for the BootClassLoader in LoadLibrary by Andreas Gampe · 9 years ago
- 3989c42 Added a dexdump test containing every DEX instruction by Aart Bik · 9 years ago
- e059b5b Merge "Implemented annotations display in dexdump." by Aart Bik · 9 years ago
- 0b8a914 Revert "Revert "Revert "Disable 149-suspend-all-stress, its output is flaky.""" by Mathieu Chartier · 9 years ago
- dce5086 Implemented annotations display in dexdump. by Aart Bik · 9 years ago
- d7ceb51 For deadlock test, print out any unexpected exceptions. by Jeff Hao · 9 years ago
- 7adaab0 MIPS64: java.lang.Math.round by Chris Larsen · 9 years ago
- 2fa1137 Ensure we get a ProfilingInfo object before compiling. by Nicolas Geoffray · 9 years ago
- ab820ee Use a barrier instead of sleep for flaky deadlock test. by Jeff Hao · 9 years ago
- 06c0b5d Merge "Revert "Revert "Disable 149-suspend-all-stress, its output is flaky.""" by Nicolas Geoffray · 9 years ago
- 64ed882 Revert "Revert "Disable 149-suspend-all-stress, its output is flaky."" by Nicolas Geoffray · 9 years ago
- 336f697 Merge "Change test 149 to run for 10 seconds" by Mathieu Chartier · 9 years ago
- 24b0049 ART: Add setenv to Valgrind target suppressions by Andreas Gampe · 9 years ago
- 68d4ab3 Merge "Revert "Revert "Revert "Revert "Revert "Revert some flaky unloading"""""" by Alex Light · 9 years ago
- f7d2f9f Change test 149 to run for 10 seconds by Mathieu Chartier · 9 years ago
- e554ecc Merge "Pass the right CFLAGS to libarttest(d)." by Alex Light · 9 years ago
- 294ce23 Merge "Revert "Disable 149-suspend-all-stress, its output is flaky."" by Mathieu Chartier · 9 years ago
- 952e1e3 Support unlimited pending checkpoints by Mathieu Chartier · 9 years ago