1. ed56b5e ART: Only stress background transition in slow-debug by Andreas Gampe · 7 years ago
  2. 1b8376c Merge "Switch to soong_ui to dump make vars" by Treehugger Robot · 7 years ago
  3. 55a2a60 Merge "Remove skips for InterruptThread JDWP tests." by Treehugger Robot · 7 years ago
  4. 93f7ec1 Remove skips for InterruptThread JDWP tests. by Alex Light · 7 years ago
  5. 2875173 Merge "Add ability to have device-name based options" by Treehugger Robot · 7 years ago
  6. b277aa1 Merge "ART: Introduce Uint8 loads in compiled code." by Vladimir Marko · 7 years ago
  7. dfce435 Merge "Add CompactDexFile" by Mathieu Chartier · 7 years ago
  8. d9b2fd2 Merge "libunwind is added to the static depedencies" by Treehugger Robot · 7 years ago
  9. d9a6296 Merge "Relax loop-back-edge-use for different dexers." by Alan Leung · 7 years ago
  10. b05fa41 Merge "base: Fix integer conversion in MaskLeastSignificant, add more asserts" by Treehugger Robot · 7 years ago
  11. cf76bf8 Add CompactDexFile by Mathieu Chartier · 7 years ago
  12. cae9e08 Merge "ART: Fix includes" by Treehugger Robot · 7 years ago
  13. af2eee5 Add ability to have device-name based options by Alex Light · 7 years ago
  14. 2b51edd ART: Fix includes by Andreas Gampe · 7 years ago
  15. d694713 Merge "Make run-jdwp-tests.sh kill zombie dalvikvm processes" by Treehugger Robot · 7 years ago
  16. c611ffa Make run-jdwp-tests.sh kill zombie dalvikvm processes by Alex Light · 7 years ago
  17. 61b9228 ART: Introduce Uint8 loads in compiled code. by Vladimir Marko · 7 years ago
  18. 2427637 Merge "Fix mips64 build" by Treehugger Robot · 7 years ago
  19. aa337b1 Merge "Unquicken dex files before exporting from oatdump" by Roland Levillain · 7 years ago
  20. 030fe39 Fix mips64 build by Lena Djokic · 7 years ago
  21. c366dcf Switch to soong_ui to dump make vars by Dan Willemsen · 7 years ago
  22. 883bf3c Relax loop-back-edge-use for different dexers. by Alan Leung · 7 years ago
  23. 4a66037 Merge "Make checker-null-array-get less dexer sensitive." by Alan Leung · 7 years ago
  24. a79816f Merge "Fix GetThreadState with threads in kNative." by Treehugger Robot · 7 years ago
  25. 597adad Fix GetThreadState with threads in kNative. by Alex Light · 7 years ago
  26. ce20f2f Merge "Revert "Force OSR compilation on all compilations."" by Nicolas Geoffray · 7 years ago
  27. 1949baf Revert "Force OSR compilation on all compilations." by Nicolas Geoffray · 7 years ago
  28. 28d3cda Merge "Force OSR compilation on all compilations." by Nicolas Geoffray · 7 years ago
  29. e4311fc Merge "Fix braino in BoundsCheckSlowPathX86_64." by Treehugger Robot · 7 years ago
  30. a1268f4 Merge "MIPS32R2: Enable table-based switch in presence of irreducible loops" by Treehugger Robot · 7 years ago
  31. c217666 Force OSR compilation on all compilations. by Nicolas Geoffray · 7 years ago
  32. 003444a Fix braino in BoundsCheckSlowPathX86_64. by Nicolas Geoffray · 7 years ago
  33. b73cc5d Merge "ART: Implement missing mterp handlers" by Orion Hodson · 7 years ago
  34. 213f857 Make checker-null-array-get less dexer sensitive. by Alan Leung · 8 years ago
  35. ea76383 Merge "signal_catcher: print errno when tombstoned_notify_completion fails." by Treehugger Robot · 7 years ago
  36. 3b8c82f MIPS32R2: Enable table-based switch in presence of irreducible loops by Alexey Frunze · 7 years ago
  37. f391895 Merge "Don't dlclose plugins or agents during shutdown." by Treehugger Robot · 7 years ago
  38. 0b753fa Merge "Use target.linux for all linux kernel based targets" by Treehugger Robot · 7 years ago
  39. ff9e43f signal_catcher: print errno when tombstoned_notify_completion fails. by Josh Gao · 7 years ago
  40. 26d46e5 Merge "Remove low RAM special casing for heap growth multiplier" by Treehugger Robot · 7 years ago
  41. 057f1e4 Use target.linux for all linux kernel based targets by Dan Willemsen · 7 years ago
  42. 5b80358 Don't dlclose plugins or agents during shutdown. by Alex Light · 7 years ago
  43. a1f56a8 Unquicken dex files before exporting from oatdump by Anestis Bechtsoudis · 7 years ago
  44. e7732be ART: Implement missing mterp handlers by Orion Hodson · 7 years ago
  45. 11c273d Remove low RAM special casing for heap growth multiplier by Mathieu Chartier · 7 years ago
  46. f856934 Merge "Fix dexlayout debug info printing" by David Sehr · 7 years ago
  47. 44f520b Merge "Make test testStopRecur in test 1934 not throw SOEs" by Treehugger Robot · 7 years ago
  48. aa6abb0 Fix dexlayout debug info printing by David Sehr · 7 years ago
  49. 776f0b9 Merge "Force ahead-of-time initialization of classes used in ThreadStress." by Roland Levillain · 7 years ago
  50. 2c8fe47 Merge "Add -XX:MadviseRandomAccess option" by Treehugger Robot · 7 years ago
  51. bcb8255 Merge "Remove unused method String.fastIndexOf" by Treehugger Robot · 7 years ago
  52. 4054e74 Merge "Fix wrong length passed to AAIOBE on x86/x64." by Treehugger Robot · 7 years ago
  53. ee98a13 Force ahead-of-time initialization of classes used in ThreadStress. by Roland Levillain · 7 years ago
  54. 0aff3a8 Fix wrong length passed to AAIOBE on x86/x64. by Nicolas Geoffray · 7 years ago
  55. c6194f0 Remove unused method String.fastIndexOf by Przemyslaw Szczepaniak · 7 years ago
  56. 08771e9 libunwind is added to the static depedencies by Jiyong Park · 7 years ago
  57. c42cb0e Add -XX:MadviseRandomAccess option by Mathieu Chartier · 7 years ago
  58. 148b723 Make test testStopRecur in test 1934 not throw SOEs by Alex Light · 7 years ago
  59. 6cee5e4 Merge "Make it easier to run libjdwp.so as debugger for run-test" by Alex Light · 7 years ago
  60. 53e47c8 Merge "ART: Add test for VarHandle properties" by Treehugger Robot · 7 years ago
  61. 4450dd9 Merge "Fix min/max SIMD reduction" by Treehugger Robot · 7 years ago
  62. 549690c ART: Add test for VarHandle properties by Orion Hodson · 7 years ago
  63. 445e0ec Merge "ART: clean-up 959-invoke-polymorphic-accessors" by Orion Hodson · 7 years ago
  64. e384c3b Merge "ART: Tests for MethodHandle.Lookup#unreflect{G,S}etter" by Treehugger Robot · 7 years ago
  65. 7541b62 Merge "Ensure method is JITted (or compiled)." by Nicolas Geoffray · 7 years ago
  66. 3e0131d ART: clean-up 959-invoke-polymorphic-accessors by Orion Hodson · 7 years ago
  67. edd706f ART: Tests for MethodHandle.Lookup#unreflect{G,S}etter by Orion Hodson · 7 years ago
  68. 89b8df0 Fix min/max SIMD reduction by Goran Jakovljevic · 7 years ago
  69. e478ed9 Merge "Add support for using 'art' tools with gdbserver" by Alex Light · 7 years ago
  70. c281ba5 Make it easier to run libjdwp.so as debugger for run-test by Alex Light · 7 years ago
  71. 7469d20 Merge "ART: Add SOONG_ALLOW_MISSING_DEPENDENCIES to buildbot-build.sh" by Treehugger Robot · 7 years ago
  72. e5172c1 Merge "Rename NativeDexFile -> StandardDexFile" by Treehugger Robot · 7 years ago
  73. d9f97406 Merge "Make StopRecur test hardened against move-exception" by Treehugger Robot · 7 years ago
  74. 84b92e0 Add support for using 'art' tools with gdbserver by Alex Light · 7 years ago
  75. c8b502a Merge "Add CombineEvents_5 to libjdwp skips" by Alex Light · 7 years ago
  76. 71b3289 Add CombineEvents_5 to libjdwp skips by Alex Light · 7 years ago
  77. 686d147 Ensure method is JITted (or compiled). by Nicolas Geoffray · 7 years ago
  78. a44d514 Make StopRecur test hardened against move-exception by Alex Light · 7 years ago
  79. 292567e Rename NativeDexFile -> StandardDexFile by Mathieu Chartier · 7 years ago
  80. 6ee6d22 Merge "ARM: Support SIMD reduction for 32-bit backend." by Aart Bik · 7 years ago
  81. b95f45e Merge "ART: Change ObjPtr validation" by Treehugger Robot · 7 years ago
  82. 353d818 ART: Add SOONG_ALLOW_MISSING_DEPENDENCIES to buildbot-build.sh by Andreas Gampe · 7 years ago
  83. 6e9b137 ARM: Support SIMD reduction for 32-bit backend. by Artem Serov · 7 years ago
  84. 9ca5363 Merge "ART: Make FastJNI annotation checks slow-debug" by Treehugger Robot · 7 years ago
  85. 81e8938 ART: Change ObjPtr validation by Andreas Gampe · 7 years ago
  86. 6783118 Merge "Give even better error messages on failure to launch ahat." by Richard Uhler · 7 years ago
  87. 37c7405 Merge "Fix using LiveIntervals beyond their lifetime." by Vladimir Marko · 7 years ago
  88. 387c281 Merge "Use ScopedArenaAllocator in BCE, DCE, LSE, ..." by Treehugger Robot · 7 years ago
  89. bea75ff Fix using LiveIntervals beyond their lifetime. by Vladimir Marko · 7 years ago
  90. 009d166 Use ScopedArenaAllocator in BCE, DCE, LSE, ... by Vladimir Marko · 7 years ago
  91. 0284f43 Merge changes I4bbb21bf,Ie79b46cd,Ia50aafc8 by Vladimir Marko · 7 years ago
  92. c81bf0f Give even better error messages on failure to launch ahat. by Richard Uhler · 7 years ago
  93. a682247 ART: Make FastJNI annotation checks slow-debug by Andreas Gampe · 7 years ago
  94. 128acd4 Merge "Provide an option to pass odex and vdex fds in dexoptanalyzer" by Treehugger Robot · 7 years ago
  95. b22dea0 Provide an option to pass odex and vdex fds in dexoptanalyzer by Shubham Ajmera · 7 years ago
  96. ce7213d Merge "Add DexFileLoader class" by Mathieu Chartier · 7 years ago
  97. 79c87da Add DexFileLoader class by Mathieu Chartier · 7 years ago
  98. 64a8b85 Merge "ART: Fix allocation tracking" by Treehugger Robot · 7 years ago
  99. 656e97f Merge "Add a shared interface for different types of dex files" by Treehugger Robot · 7 years ago
  100. 70ad65a Merge "Add test 1914 to gcstress known failures too." by Alex Light · 7 years ago