1. 7ac443c Merge "Handle classes with a huge number of direct methods." by Roland Levillain · 7 years ago
  2. d424f70 Merge "testrunner: Forward --build-with-javac-dx to run-test" by Treehugger Robot · 7 years ago
  3. 0bf4c8b Merge "ART: More header cleanup - method_verifier.h" by Treehugger Robot · 7 years ago
  4. 6eb267b Merge "Add more cts tests" by Treehugger Robot · 7 years ago
  5. 8889a89 testrunner: Forward --build-with-javac-dx to run-test by Igor Murashkin · 7 years ago
  6. 2ddd53a Merge "ART: More header cleanup - mem_map.h" by Treehugger Robot · 7 years ago
  7. 91eaf23 Merge "ART: More header cleanup - CC" by Treehugger Robot · 7 years ago
  8. 11ce48e Merge "Disable some heap verification test cases for memory tool" by Mathieu Chartier · 7 years ago
  9. ec0885e Add more cts tests by Alex Light · 7 years ago
  10. 6d7abbd ART: More header cleanup - method_verifier.h by Andreas Gampe · 7 years ago
  11. 0dfc315 ART: More header cleanup - mem_map.h by Andreas Gampe · 7 years ago
  12. 291ce17 ART: More header cleanup - CC by Andreas Gampe · 7 years ago
  13. 68dda8f Disable some heap verification test cases for memory tool by Mathieu Chartier · 7 years ago
  14. 6680e33 Handle classes with a huge number of direct methods. by Roland Levillain · 7 years ago
  15. 06660db Merge "Remove unneeded shims and jni binding code" by Treehugger Robot · 7 years ago
  16. 21b0c29 Remove unneeded shims and jni binding code by Alex Light · 7 years ago
  17. 5df5acf Merge "Revert "ART: Support for SourceDebugExtension"" by Orion Hodson · 7 years ago
  18. 6530cab Revert "ART: Support for SourceDebugExtension" by Orion Hodson · 7 years ago
  19. c3c743a Merge "Improve deterministic boot image compilation with CC collector." by Roland Levillain · 7 years ago
  20. 7386c27 Merge "Lower profiler saver thread priority." by Nicolas Geoffray · 7 years ago
  21. 40dc110 Merge "ART: Support for SourceDebugExtension" by Orion Hodson · 7 years ago
  22. 5a0336d Merge "ART: Add method verifier check for call site id" by Orion Hodson · 7 years ago
  23. 7b96e72 Merge "Handle null WellKnownClasses::java_lang_Object" by Treehugger Robot · 7 years ago
  24. 9aef992 Handle null WellKnownClasses::java_lang_Object by Mathieu Chartier · 7 years ago
  25. a2dfb0f Merge "ART: Fix missing include" by Andreas Gampe · 7 years ago
  26. 5e36c2f ART: Fix missing include by Andreas Gampe · 7 years ago
  27. 9dd326e Merge "ART: Add object-readbarrier-inl.h" by Treehugger Robot · 7 years ago
  28. 498305d Merge "More robust GC verification and corruption dumping" by Mathieu Chartier · 7 years ago
  29. 0a5fa0c Merge "ART: Refactor run-test 911" by Treehugger Robot · 7 years ago
  30. c15a2f4 ART: Add object-readbarrier-inl.h by Andreas Gampe · 7 years ago
  31. 6a90934 Merge "Add suppression for process_vm_readv." by Treehugger Robot · 7 years ago
  32. 70ddf5e ART: Refactor run-test 911 by Andreas Gampe · 7 years ago
  33. e81b88f Merge "run_build_test_target: Fix run-test not running for art-test[-javac]" by Treehugger Robot · 7 years ago
  34. 1ca6890 More robust GC verification and corruption dumping by Mathieu Chartier · 7 years ago
  35. 6eadc67 Add suppression for process_vm_readv. by Josh Gao · 7 years ago
  36. 9ae527f Merge "ART: Fix Mac build" by Andreas Gampe · 7 years ago
  37. 01079c4 run_build_test_target: Fix run-test not running for art-test[-javac] by Igor Murashkin · 7 years ago
  38. c1d4cd7 ART: Fix Mac build by Andreas Gampe · 7 years ago
  39. 2d4d161 Merge "Factor vector unary/binary shared code out into superclass." by Treehugger Robot · 7 years ago
  40. 1cd51da Merge "ARM64: Improve SIMD LDR/STR." by Aart Bik · 7 years ago
  41. 6b8b075 Merge changes I6ff2d6f8,I8f60f116 by Treehugger Robot · 7 years ago
  42. e0ffd22 Merge changes from topic 'art_move_inline_method_anlyzer_to_compiler' by Treehugger Robot · 7 years ago
  43. 2a9dc4d Merge "Ignore the optimized location passed to DexFile.loadDex()" by Calin Juravle · 7 years ago
  44. b81e9e9 Improve deterministic boot image compilation with CC collector. by Roland Levillain · 7 years ago
  45. 8de5916 Factor vector unary/binary shared code out into superclass. by Aart Bik · 7 years ago
  46. 0225b77 ARM64: Improve SIMD LDR/STR. by Artem Serov · 7 years ago
  47. 6b04057 ART: Clean up InlineMethodAnalyzer by Andreas Gampe · 7 years ago
  48. b95c74b ART: Move InlineMethodAnalyzer into compiler by Andreas Gampe · 7 years ago
  49. 9bb7ab6 Merge "Store java_lang_Object_ in the flip callback" by Mathieu Chartier · 7 years ago
  50. 3ed8ec1 Store java_lang_Object_ in the flip callback by Mathieu Chartier · 7 years ago
  51. a1d2f95 ART: Clean up art_field.h by Andreas Gampe · 7 years ago
  52. c6ea7d0 ART: Clean up art_method.h by Andreas Gampe · 7 years ago
  53. d68677c Merge "Fix verifier crash on abstract final class." by Treehugger Robot · 7 years ago
  54. 3a842f5 ART: Add method verifier check for call site id by Orion Hodson · 7 years ago
  55. 23caed8 Lower profiler saver thread priority. by Nicolas Geoffray · 7 years ago
  56. 9cb0c46 Fix verifier crash on abstract final class. by Vladimir Marko · 7 years ago
  57. 6d3c61d Merge "Reuse DexCache and ClassLoader handles in inliner." by Treehugger Robot · 7 years ago
  58. b1d0ee1 Reuse DexCache and ClassLoader handles in inliner. by Vladimir Marko · 7 years ago
  59. d1a05c9 Merge "Handle catch phis in code sinking." by Nicolas Geoffray · 7 years ago
  60. bdbc63b Merge changes If234ff55,I2d83fc46,I5ad78a15 by Treehugger Robot · 7 years ago
  61. 42151c0 Be able to run jvmti-stress on RI by Alex Light · 7 years ago
  62. 0af8cde Do native method bind in jvmti-stress by Alex Light · 7 years ago
  63. 65af20b Agent libraries need to be searched for JNI functions by Alex Light · 7 years ago
  64. 4e34bd1 Merge "Improve VerifyNoFromSpaceRefsObjectVisitor logging" by Treehugger Robot · 7 years ago
  65. bc632f0 Improve VerifyNoFromSpaceRefsObjectVisitor logging by Mathieu Chartier · 7 years ago
  66. f99f62f Merge "ARM64: Support MultiplyAccumulate for SIMD." by Aart Bik · 7 years ago
  67. 4c408ca Merge changes from topic 'partial_tlab' by Mathieu Chartier · 7 years ago
  68. 13445e7 Handle catch phis in code sinking. by Nicolas Geoffray · 7 years ago
  69. 38870a8 Merge "Add descriptor validation to ClassLinker::FindClass()." by Treehugger Robot · 7 years ago
  70. 5fdd778 Add descriptor validation to ClassLinker::FindClass(). by Vladimir Marko · 7 years ago
  71. aa03f6f Merge "Fix fault_handler with heap poisoning." by Nicolas Geoffray · 7 years ago
  72. d4ac767 Fix fault_handler with heap poisoning. by Nicolas Geoffray · 7 years ago
  73. de9e54a Merge "Vdex: Workaround arrays with erroneous component type." by Treehugger Robot · 7 years ago
  74. bdb540d Vdex: Workaround arrays with erroneous component type. by Nicolas Geoffray · 7 years ago
  75. 28a24b3 Fix some gtests by Mathieu Chartier · 7 years ago
  76. 6bc7774 Use partial TLAB regions by Mathieu Chartier · 7 years ago
  77. 8d0f3aa Merge "base: make SafeCopy work on older Linux kernels." by Treehugger Robot · 7 years ago
  78. 9a2eea3 base: make SafeCopy work on older Linux kernels. by Josh Gao · 7 years ago
  79. f34dd20 ARM64: Support MultiplyAccumulate for SIMD. by Artem Serov · 7 years ago
  80. 6c99499 Merge "Remove obsolete rules to build runtests" by Colin Cross · 7 years ago
  81. afcec28 Merge changes from topic 'art_run_test_912_cts_refactor' by Treehugger Robot · 7 years ago
  82. 1fa5765 ART: Refactor run-test 912 (3/3) by Andreas Gampe · 7 years ago
  83. cdd50bf ART: Refactor run-test 912 (2/3) by Andreas Gampe · 7 years ago
  84. d5f2ccc ART: Refactor run-test 912 (1/3) by Andreas Gampe · 7 years ago
  85. 1f56cb5 Merge "fault_handler: hopefully fix darwin build." by Josh Gao · 7 years ago
  86. 77c1415 fault_handler: hopefully fix darwin build. by Josh Gao · 7 years ago
  87. 1cfe872 Merge "Revert "Add dexdiag_test"" by David Sehr · 7 years ago
  88. 3955baf Merge changes Ie3d5e176,Ic1fbb885,I10bafcff by Treehugger Robot · 7 years ago
  89. cc05a77 Revert "Add dexdiag_test" by David Sehr · 7 years ago
  90. 9088df8 Merge "Implement can_generate_native_method_bind capability" by Treehugger Robot · 7 years ago
  91. ed5d0ee Merge "Implement halving add idiom (with checker tests)." by Treehugger Robot · 7 years ago
  92. 88b7c37 Merge "MIPS64: java.lang.System.arraycopy() for copying char[] to char[]." by Treehugger Robot · 7 years ago
  93. 5971502 Merge "Fix CHA test failures under some configurations." by Mingyao Yang · 7 years ago
  94. 143f61c fault_handler: use SafeCopy to verify the validity of ArtMethod. by Josh Gao · 7 years ago
  95. f3e61ee Implement halving add idiom (with checker tests). by Aart Bik · 7 years ago
  96. 72fdec3 Merge "Allow dex2oat to handle relative paths." by Treehugger Robot · 7 years ago
  97. d78ddec Implement can_generate_native_method_bind capability by Alex Light · 7 years ago
  98. ad70f8f Merge "Add dexdiag_test" by David Sehr · 7 years ago
  99. 70d9cf9 Merge "ART: Refactor run-test 924" by Treehugger Robot · 7 years ago
  100. 5e2c289 Merge "ART: Filter more thread roots" by Treehugger Robot · 7 years ago