1. c9d5109 Merge "Change Addr2line to use poll." by Christopher Ferris · 7 years ago
  2. 72efc15 Merge "Introduce MIN/MAX/ABS as HIR nodes." by Treehugger Robot · 7 years ago
  3. e625555 Merge "Fix sigchain_test on mips" by Treehugger Robot · 7 years ago
  4. fde0562 Merge "Remove FramePop trace listener if no outstanding events" by Alex Light · 7 years ago
  5. 1f8d51b Introduce MIN/MAX/ABS as HIR nodes. by Aart Bik · 7 years ago
  6. bac00b9 Merge "ART: Add to comments" by Treehugger Robot · 7 years ago
  7. 247ff37 Fix sigchain_test on mips by Goran Jakovljevic · 7 years ago
  8. 9417650 Merge "ART: Do not load wrong libart(d)/libdexfile(d).so for tests." by Vladimir Marko · 7 years ago
  9. 84debf7 Merge "ART: JitCodeCache remove only_for_tlb_shootdown" by Treehugger Robot · 7 years ago
  10. 4d5ee49 Merge "Fix expectations of 988." by Nicolas Geoffray · 7 years ago
  11. 2da72ed ART: Do not load wrong libart(d)/libdexfile(d).so for tests. by Vladimir Marko · 7 years ago
  12. 39a2f2c Merge "Reduce number of tests run in art-gcstress-gcverify." by Treehugger Robot · 7 years ago
  13. 74ed8d3 ART: JitCodeCache remove only_for_tlb_shootdown by Orion Hodson · 7 years ago
  14. 4f64fbb Reduce number of tests run in art-gcstress-gcverify. by Richard Uhler · 7 years ago
  15. 983eb7e Merge "Attempt to fix macos build." by Nicolas Geoffray · 7 years ago
  16. 14647a3 Attempt to fix macos build. by Nicolas Geoffray · 7 years ago
  17. 453e0e5 Change Addr2line to use poll. by Christopher Ferris · 7 years ago
  18. f5d5eb1 Remove FramePop trace listener if no outstanding events by Alex Light · 7 years ago
  19. 92abf46 Merge "Do fewer GCs shortly after zygote fork" by Lokesh Gidra · 7 years ago
  20. 94e2e4f Merge "Add skip for 715 in redefine-stress" by Treehugger Robot · 7 years ago
  21. 046f256 Merge "Ensure when NotifyMethodRedefined is called the ArtMethod is valid" by Treehugger Robot · 7 years ago
  22. 7a02c66 Merge "Revert "Add an option to disable native stack dumping on SIGQUIT."" by Treehugger Robot · 7 years ago
  23. f709ba5 Add skip for 715 in redefine-stress by Alex Light · 7 years ago
  24. 035105f Ensure when NotifyMethodRedefined is called the ArtMethod is valid by Alex Light · 7 years ago
  25. 334f170 Merge "Relax ABS tests when not running ART." by Treehugger Robot · 7 years ago
  26. 8f81de5 ART: Add to comments by Andreas Gampe · 7 years ago
  27. 89883a9 Merge "Fix 562-checker-no-intermediate for HAdd." by Treehugger Robot · 7 years ago
  28. 3ef920e Merge "Move most of runtime/base to libartbase/base" by David Sehr · 7 years ago
  29. 8bbc11a Fix 562-checker-no-intermediate for HAdd. by Vladimir Marko · 7 years ago
  30. 7a79ebb Merge "Be consistent with android log tags between target/host." by Nicolas Geoffray · 7 years ago
  31. fe491c7 Merge "ART: Update dex-file fallback code" by Treehugger Robot · 7 years ago
  32. 769af03 Merge "ART: Use try-lock for interface marking" by Treehugger Robot · 7 years ago
  33. 996fabc Relax ABS tests when not running ART. by Aart Bik · 7 years ago
  34. 18eba5e Merge "Introduce ABS as HIR nodes (missing file)." by Treehugger Robot · 7 years ago
  35. 5776a5f Merge "ART: Refactor known-classloader visits" by Treehugger Robot · 7 years ago
  36. 9c673e9 Merge "Avoid verifying output dex for dexlayout in FixedUpDexFile::Create" by Mathieu Chartier · 7 years ago
  37. 9ea84d0 ART: Update dex-file fallback code by Andreas Gampe · 7 years ago
  38. 976b298 ART: Use try-lock for interface marking by Andreas Gampe · 7 years ago
  39. c431b9d Move most of runtime/base to libartbase/base by David Sehr · 7 years ago
  40. 3b2a595 Introduce ABS as HIR nodes (missing file). by Aart Bik · 7 years ago
  41. 8b08974 Revert "Add an option to disable native stack dumping on SIGQUIT." by Andreas Gampe · 7 years ago
  42. f46f46c Merge "ART: Fixes for constructor parameter annotations" by Treehugger Robot · 7 years ago
  43. 8b2f3ac Avoid verifying output dex for dexlayout in FixedUpDexFile::Create by Mathieu Chartier · 7 years ago
  44. 4927ba0 Merge "Introduce ABS as HIR nodes." by Treehugger Robot · 7 years ago
  45. f39f04c Be consistent with android log tags between target/host. by Nicolas Geoffray · 7 years ago
  46. 58143d2 ART: Fixes for constructor parameter annotations by Orion Hodson · 7 years ago
  47. 7664e34 Merge "Have `art/tools/buildbot-build --target` abort on empty TARGET_PRODUCT." by Roland Levillain · 7 years ago
  48. 64d0a81 Merge "Honor ART_TEST_ANDROID_ROOT in libcore and JDWP test scripts." by Roland Levillain · 7 years ago
  49. a9a7466 Merge "Ensure loaded plugins are not copied." by Treehugger Robot · 7 years ago
  50. 443a6a5 Ensure loaded plugins are not copied. by Alex Light · 7 years ago
  51. 78d627d Merge "Fix handling for partial cdex conversion rejection in multidex" by Mathieu Chartier · 7 years ago
  52. cda83be Fix handling for partial cdex conversion rejection in multidex by Mathieu Chartier · 7 years ago
  53. a2d18b7 Merge "ART: Restrict ImageSpace space check to first image" by Treehugger Robot · 7 years ago
  54. 398daff Merge "x86-64: Fix art_quick_osr_stub for unwinder." by Vladimir Marko · 7 years ago
  55. 6e74abb ART: Restrict ImageSpace space check to first image by Andreas Gampe · 7 years ago
  56. 38d0083 Merge "ART: Fix 709-checker-varhandles" by Treehugger Robot · 7 years ago
  57. 981218d Merge "ART: Do not mmap boot image tables for non-executable oat files." by Vladimir Marko · 7 years ago
  58. 642de00 Merge "ARM64: Rewrite art_quick_osr_stub for unwinder." by Vladimir Marko · 7 years ago
  59. fe3e2bf Have `art/tools/buildbot-build --target` abort on empty TARGET_PRODUCT. by Roland Levillain · 7 years ago
  60. 134cfdd x86-64: Fix art_quick_osr_stub for unwinder. by Vladimir Marko · 7 years ago
  61. f8928db ART: Fix 709-checker-varhandles by Orion Hodson · 7 years ago
  62. 1c36188 Honor ART_TEST_ANDROID_ROOT in libcore and JDWP test scripts. by Roland Levillain · 7 years ago
  63. d85b337 Fix expectations of 988. by Nicolas Geoffray · 7 years ago
  64. c6dfc7a ART: Do not mmap boot image tables for non-executable oat files. by Vladimir Marko · 7 years ago
  65. a26f416 ARM64: Rewrite art_quick_osr_stub for unwinder. by Vladimir Marko · 7 years ago
  66. 700ef3d Merge "ART: Fix 710-invoke-custom failure" by Orion Hodson · 7 years ago
  67. 540ca50 Merge "MIPS: Use sltiu instead of LoadConst32() + sltu" by Treehugger Robot · 7 years ago
  68. 3c18f4e Merge "Catch references to unused regions in art::gc::ConcurrentCopying::Mark." by Roland Levillain · 7 years ago
  69. de558de ART: Fix 710-invoke-custom failure by Orion Hodson · 7 years ago
  70. a1b035b Merge "test: Fix 036-finalizer test flake on --jvm" by Treehugger Robot · 7 years ago
  71. c5a3a68 Merge changes I0e5f6d04,Ib7ce6740 by Treehugger Robot · 7 years ago
  72. b8e7c37 ART: Refactor known-classloader visits by Andreas Gampe · 7 years ago
  73. 5951bcb Merge "ART: harden test 044" by Treehugger Robot · 7 years ago
  74. 74fa888 ART: harden test 044 by Andreas Gampe · 7 years ago
  75. 34e992e test: Fix 036-finalizer test flake on --jvm by Igor Murashkin · 7 years ago
  76. 926fa77 test: Fix 1934-jvmti-signal-thread flake on --jvm by Igor Murashkin · 7 years ago
  77. 2de6e08 run-test: Build against libcore for Android device and host targets. by Igor Murashkin · 7 years ago
  78. 7b414ba Merge "Revert "Temporarily add debug logging for b/31357497"" by Treehugger Robot · 7 years ago
  79. 3dad341 Introduce ABS as HIR nodes. by Aart Bik · 7 years ago
  80. 02ce4cb Revert "Temporarily add debug logging for b/31357497" by Mathieu Chartier · 7 years ago
  81. 2dd2e1e Catch references to unused regions in art::gc::ConcurrentCopying::Mark. by Roland Levillain · 7 years ago
  82. 8a346fa Merge "Header library to remove dependence on runtime/" by David Sehr · 7 years ago
  83. 3177e10 MIPS: Use sltiu instead of LoadConst32() + sltu by Lena Djokic · 7 years ago
  84. 1ccfa59 Merge "Add an option for disabling dex file verifier." by Treehugger Robot · 7 years ago
  85. c1d8caa Add an option for disabling dex file verifier. by Nicolas Geoffray · 7 years ago
  86. e58709d Merge "Change 677-fsi check script to only keep messages it cares about." by Nicolas Geoffray · 7 years ago
  87. a6a2e97 Change 677-fsi check script to only keep messages it cares about. by Nicolas Geoffray · 7 years ago
  88. 67bf42e Header library to remove dependence on runtime/ by David Sehr · 7 years ago
  89. cbc5471 Merge "Disable 677-fsi for jvm." by Nicolas Geoffray · 7 years ago
  90. 2391931 Disable 677-fsi for jvm. by Nicolas Geoffray · 7 years ago
  91. d961043 Merge "Revert "Revert "Full-stack integrity: check vdex contents.""" by Treehugger Robot · 7 years ago
  92. 8352ecd Merge "Fix oatdump for app with --boot-image and add test." by Vladimir Marko · 7 years ago
  93. 5e5ec85 Merge "ART: Emit gtest xml during test runs" by Treehugger Robot · 7 years ago
  94. 2981c29 Merge "ART: Change abort() to _exit()" by Treehugger Robot · 7 years ago
  95. 74c342f Merge "ART: More refactoring of invoke-custom tests" by Treehugger Robot · 7 years ago
  96. 421087b Fix oatdump for app with --boot-image and add test. by Vladimir Marko · 7 years ago
  97. 66ff8a8 Revert "Revert "Full-stack integrity: check vdex contents."" by Nicolas Geoffray · 7 years ago
  98. 878124c Merge "Small documentation and stylistic changes." by Roland Levillain · 7 years ago
  99. c1e5889 Merge "Fix an incorrect use of ScopedContentionRecorder in ReaderWriterMutex." by Roland Levillain · 7 years ago
  100. 50caa3d Merge "Fix a dead lock between garbage colletion and sample-based tracing." by Roland Levillain · 7 years ago