1. dde7d4e dex2oat: Remove redundant "duplicate methods" warning with --debuggable by Igor Murashkin · 7 years ago
  2. b3dfd1b Merge "Refactor compact dex writing" by Mathieu Chartier · 7 years ago
  3. f95a75e Refactor compact dex writing by Mathieu Chartier · 7 years ago
  4. 7d86200 Merge "Remove mterp reliance on code item layout" by Mathieu Chartier · 7 years ago
  5. 2589eb3 Merge changes from topic "oj-libjdwp" by Alex Light · 7 years ago
  6. 3836845 Merge "Clear shadow registers only after potentially switching interpreters." by Nicolas Geoffray · 7 years ago
  7. ea604b2 Merge "MIPS: Improve InstructionCodeGeneratorMIPS*::GenerateSuspendCheck()." by Treehugger Robot · 7 years ago
  8. 71976e2 Merge "MIPS: java.lang.Thread.interrupted() intrinsic" by Treehugger Robot · 7 years ago
  9. 846127c Clear shadow registers only after potentially switching interpreters. by Nicolas Geoffray · 7 years ago
  10. fc9555d Remove mterp reliance on code item layout by Mathieu Chartier · 7 years ago
  11. fd443eb Merge "runtime: Bitstring implementation for subtype checking (2/4)." by Treehugger Robot · 7 years ago
  12. 521be42 Merge "Add D8 reference file for 911-get-stack-trace" by Alan Leung · 7 years ago
  13. f31a00c runtime: Bitstring implementation for subtype checking (2/4). by Igor Murashkin · 7 years ago
  14. f404dda Merge "runtime: Bitstring implementation for subtype checking (1/4)." by Igor Murashkin · 7 years ago
  15. a204591 MIPS: Improve InstructionCodeGeneratorMIPS*::GenerateSuspendCheck(). by Chris Larsen · 7 years ago
  16. 44559f2 runtime: Bitstring implementation for subtype checking (1/4). by Igor Murashkin · 7 years ago
  17. 42530a8 Merge "ART: Fix OOME case in proxy dispatch" by Treehugger Robot · 7 years ago
  18. 5f31703 Merge "Refactor DexInstructionIterator" by Mathieu Chartier · 7 years ago
  19. 72627a5 Merge "Fix LSA hunt for original reference bug." by Nicolas Geoffray · 7 years ago
  20. ee29a07 ART: Fix OOME case in proxy dispatch by Andreas Gampe · 7 years ago
  21. 2070513 Add D8 reference file for 911-get-stack-trace by Alan Leung · 7 years ago
  22. ab13432 Merge "Add zip-fd support in dexoptanalyzer" by Treehugger Robot · 7 years ago
  23. 36ea6b4 Merge changes Idaefe0af,Ib5c12d46,Ieb28085e,Idffbb7f2 by Treehugger Robot · 7 years ago
  24. c2dca98 Merge "Testrunner: Stop execution when a test fails with ART_TEST_KEEP_GOING=false" by Shubham Ajmera · 7 years ago
  25. b065b03 MIPS: java.lang.Thread.interrupted() intrinsic by Chris Larsen · 7 years ago
  26. 535a15c Testrunner: Stop execution when a test fails with ART_TEST_KEEP_GOING=false by Shubham Ajmera · 7 years ago
  27. e0eb483 Fix LSA hunt for original reference bug. by xueliang.zhong · 7 years ago
  28. e000730 Merge "Revert "Revert "Prevent races with GC when transferring objects between threads""" by Alex Light · 7 years ago
  29. c12bf4c Add zip-fd support in dexoptanalyzer by Shubham Ajmera · 7 years ago
  30. af52bcb Merge "ART: Make InstructionSet an enum class and add kLast." by Vladimir Marko · 7 years ago
  31. 9d3e8fa Merge "Add support for running ART gtests with Valgrind in local installations." by Roland Levillain · 7 years ago
  32. 811c33a Merge "ART: Add mirror classes for VarHandles" by Treehugger Robot · 7 years ago
  33. 33bff25 ART: Make InstructionSet an enum class and add kLast. by Vladimir Marko · 7 years ago
  34. 321b3ca Merge "Tighten up ahat public API." by Richard Uhler · 7 years ago
  35. 005ac51 ART: Add mirror classes for VarHandles by Orion Hodson · 7 years ago
  36. c8b95b2 ART: Clean up global includes - jni headers by Andreas Gampe · 7 years ago
  37. 238e8fc ART: Clean up global includes - zlib by Andreas Gampe · 7 years ago
  38. f24dfb0 ART: Clean up global includes - lz4 by Andreas Gampe · 7 years ago
  39. fdb7a61 ART: Clean up global includes - icu4c by Andreas Gampe · 7 years ago
  40. a4d89d9 Merge "Follow new type for compile_multilib" by Treehugger Robot · 7 years ago
  41. 2b2bef2 Refactor DexInstructionIterator by Mathieu Chartier · 7 years ago
  42. 84b6933 Follow new type for compile_multilib by Colin Cross · 7 years ago
  43. 7d1a1ff Add libjdwp to buildbot-build.sh common targets by Alex Light · 7 years ago
  44. 98ac0cc Merge "Prevent abort in situations with recursive checkpoints" by Treehugger Robot · 7 years ago
  45. ca4e101 Merge "Separate file utilities from utils.cc" by David Sehr · 7 years ago
  46. 7e26cc3 Merge "ART: Remove now-unnecessary overbroad include for art/runtime" by Treehugger Robot · 7 years ago
  47. f199f1d Merge "Make SafeDexInstructionIterator more robust" by Mathieu Chartier · 7 years ago
  48. 5c2c2fa Merge "[art] Add classpath check to DexFile.getDexOptNeeded" by Treehugger Robot · 7 years ago
  49. d9aff13 Revert "Revert "Prevent races with GC when transferring objects between threads"" by Alex Light · 7 years ago
  50. df00a1e Prevent abort in situations with recursive checkpoints by Alex Light · 7 years ago
  51. 891a50e Separate file utilities from utils.cc by David Sehr · 7 years ago
  52. 0135b50 ART: Remove now-unnecessary overbroad include for art/runtime by Andreas Gampe · 7 years ago
  53. 13e6f29 Merge "Alignment optimizations in vectorizer." by Aart Bik · 7 years ago
  54. 5804e35 Merge "ART: Intrinsify polymorphic signature methods" by Treehugger Robot · 7 years ago
  55. 176190c Make SafeDexInstructionIterator more robust by Mathieu Chartier · 7 years ago
  56. eae5845 Merge "ART: Move intrinsics definitions to runtime" by Orion Hodson · 7 years ago
  57. 43f0cdb ART: Intrinsify polymorphic signature methods by Orion Hodson · 7 years ago
  58. 26ef34c ART: Move intrinsics definitions to runtime by Orion Hodson · 7 years ago
  59. 20c4644 [art] Add classpath check to DexFile.getDexOptNeeded by Calin Juravle · 7 years ago
  60. 4536a23 Merge "Include ahat in the general-tests tradefed suite." by Pete Gillin · 7 years ago
  61. 0a85a95 Tighten up ahat public API. by Richard Uhler · 7 years ago
  62. a2cbb2b Merge "Revert "Prevent races with GC when transferring objects between threads"" by Alex Light · 7 years ago
  63. e5179ce Revert "Prevent races with GC when transferring objects between threads" by Alex Light · 7 years ago
  64. 23192db Remove some failures from libjdwp_oj_art_failures.txt by Alex Light · 7 years ago
  65. 62540e3 Merge "Prevent races with GC when transferring objects between threads" by Treehugger Robot · 7 years ago
  66. 0b805e7 Include ahat in the general-tests tradefed suite. by Pete Gillin · 7 years ago
  67. a877fa3 Merge "Fix DexInstructionIterator overrun bug" by Mathieu Chartier · 7 years ago
  68. 646ec0c Add scripts to run jdwp tests on oj-libjdwp by Alex Light · 7 years ago
  69. 7585b91 Prevent races with GC when transferring objects between threads by Alex Light · 7 years ago
  70. af7c902 Fix DexInstructionIterator overrun bug by Mathieu Chartier · 7 years ago
  71. ec52a11 Merge "Update asm_support_gen.h for switch to clang-4375569." by Stephen Hines · 7 years ago
  72. 437bb1e Merge "Make boolean-2-integral-conv less dexer sensitive." by Alan Leung · 7 years ago
  73. 03bcd79 Merge "Avoid JVMTI global deoptimization when possible" by Treehugger Robot · 7 years ago
  74. a42e704 Add support for running ART gtests with Valgrind in local installations. by Roland Levillain · 7 years ago
  75. 0fa1786 Avoid JVMTI global deoptimization when possible by Alex Light · 7 years ago
  76. 460e09c Merge "Work around for 910-method with D8" by Alan Leung · 7 years ago
  77. 8009a1e Work around for 910-method with D8 by Alan Leung · 7 years ago
  78. 7598122 Merge "base: Fix bitstruct bug with assigning fields" by Treehugger Robot · 7 years ago
  79. a734225 Make boolean-2-integral-conv less dexer sensitive. by Alan Leung · 7 years ago
  80. dfabcc5 base: Fix bitstruct bug with assigning fields by Igor Murashkin · 7 years ago
  81. 0d2b2ad Merge "Use the backtrace interface to skip java maps." by Christopher Ferris · 7 years ago
  82. d07e065 Merge "Disable DX workaround for 611-checker-simplify-if" by Alan Leung · 7 years ago
  83. 1a36a3c Merge "Make checker-register-hints less dexer sensitive." by Alan Leung · 7 years ago
  84. 420e7fd Merge "MIPS: Basic SIMD reduction support." by Treehugger Robot · 7 years ago
  85. b1b0ed2 Use the backtrace interface to skip java maps. by Christopher Ferris · 7 years ago
  86. aabc5e6 Merge "Separate MemMap from DexFile completely" by David Sehr · 7 years ago
  87. 38a3f21 Alignment optimizations in vectorizer. by Aart Bik · 7 years ago
  88. 733bd4d Separate MemMap from DexFile completely by David Sehr · 7 years ago
  89. e434c4f MIPS: Basic SIMD reduction support. by Lena Djokic · 7 years ago
  90. 5751dc8 Merge "Don't verify dex file when the runtime is in NoVerify mode." by Nicolas Geoffray · 7 years ago
  91. dc02d53 Merge "Fix bugs with strong versus weak reference paths." by Richard Uhler · 7 years ago
  92. 529d259 Make checker-register-hints less dexer sensitive. by Alan Leung · 7 years ago
  93. 81d7964 Merge "Use -Werror in art/dexdump" by Chih-hung Hsieh · 7 years ago
  94. 2c9ac40 Disable DX workaround for 611-checker-simplify-if by Alan Leung · 7 years ago
  95. 6dd3e7a Merge "Re-generate dex IR to verify dex file" by Mathieu Chartier · 7 years ago
  96. daf1230 Merge "ART: Move JniConstants::init from ART to libcore" by Treehugger Robot · 7 years ago
  97. c2389ab Merge "Add agent for printing breakpoints" by Treehugger Robot · 7 years ago
  98. 0e151e7 Add agent for printing breakpoints by Alex Light · 7 years ago
  99. 2ef3b88 Re-generate dex IR to verify dex file by Mathieu Chartier · 7 years ago
  100. ac64304 Use -Werror in art/dexdump by Chih-Hung Hsieh · 7 years ago