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