1. 6717e5f Write a wrapper to record logcat while another process is running by Alex Light · 6 years ago
  2. 35b7130 Merge "Remove macro definition TEST_DISABLED_FOR_COMPACT_DEX." by Roland Levillain · 6 years ago
  3. 3b03601 Merge "Fix oatdump_app_test for address sanitizer." by Treehugger Robot · 6 years ago
  4. 2303a85 Remove macro definition TEST_DISABLED_FOR_COMPACT_DEX. by Roland Levillain · 6 years ago
  5. 0530bcc Fix oatdump_app_test for address sanitizer. by Vladimir Marko · 6 years ago
  6. bfce631 Merge "Do not use sa_restorer if not defined" by Treehugger Robot · 6 years ago
  7. e1734a9 Merge "Fix mac build: Update cfi directives for art_quick_osr_stub." by Yabin Cui · 6 years ago
  8. 1f49d97 Fix mac build: Update cfi directives for art_quick_osr_stub. by David Srbecky · 6 years ago
  9. ffbe188 Merge "Remove test 1934 skip" by Treehugger Robot · 6 years ago
  10. 1079c82 Remove test 1934 skip by Alex Light · 6 years ago
  11. aeaa965 Merge "ART: Update invoke-custom implementation" by Treehugger Robot · 6 years ago
  12. 2fdf65d Merge "Remove Python minor version." by Aart Bik · 6 years ago
  13. 7d6f3ce Merge changes I91686ac4,I745a8e88 by Treehugger Robot · 6 years ago
  14. ba6b8c7 Merge "ART: Fix oat_writer_test." by Treehugger Robot · 6 years ago
  15. db9d347 Merge "Revert "Reduce number of tests run in art-gcstress-gcverify."" by Treehugger Robot · 6 years ago
  16. c5bfd3d Merge "Fix ReplaceFileExtension() to stop looking for '.' at '/'." by Treehugger Robot · 6 years ago
  17. 7c630cc Merge "Quick script to get API access violations." by Treehugger Robot · 6 years ago
  18. 6d28844 Merge "Update cfi directives for art_quick_osr_stub." by David Srbecky · 6 years ago
  19. 787b8d1 Revert "Reduce number of tests run in art-gcstress-gcverify." by Roland Levillain · 6 years ago
  20. f0499c9 ART: Fix oat_writer_test. by Vladimir Marko · 6 years ago
  21. 62c2d71 Fix ReplaceFileExtension() to stop looking for '.' at '/'. by Vladimir Marko · 6 years ago
  22. 5ebc4cc Quick script to get API access violations. by Mathew Inwood · 6 years ago
  23. 9992e09 Merge "Retrieve String/Class references from .data.bimg.rel.ro." by Vladimir Marko · 6 years ago
  24. a5867bf Merge "Don't do a read barrier in JIT GC code." by Nicolas Geoffray · 6 years ago
  25. 2229f6d Merge "Make LOG(INFO) a VLOG(jdwp)" by Treehugger Robot · 6 years ago
  26. 74c91c9 Fix instrumentation stack tracking by Alex Light · 6 years ago
  27. e927866 Revert "Correctly handle instrumenting threads multiple times." by Alex Light · 6 years ago
  28. 1639f65 Merge "test: Cache repeated soong invocations of get_build_var" by Igor Murashkin · 6 years ago
  29. 230fa94 Make LOG(INFO) a VLOG(jdwp) by Alex Light · 6 years ago
  30. 88c6809 test: Cache repeated soong invocations of get_build_var by Igor Murashkin · 6 years ago
  31. 3d06601 Merge "ART: Remove static libbase" by Treehugger Robot · 6 years ago
  32. dc241ce Merge "Ignore vdex files for addr2line." by Christopher Ferris · 6 years ago
  33. d432acd Remove Python minor version. by Aart Bik · 6 years ago
  34. e36223c Merge "Fix OS::GetFileSizeBytes()." by Treehugger Robot · 6 years ago
  35. bd72ae0 Merge "Saturation arithmetic instructions for X86 and X86_64." by Treehugger Robot · 6 years ago
  36. 281fee0 ART: Remove static libbase by Andreas Gampe · 7 years ago
  37. 45677e5 Merge "ART: Implement loop peeling/unrolling routines." by Treehugger Robot · 6 years ago
  38. 8ba5641 Merge "Load ArtMethod* from .data.bimg.rel.ro entries." by Vladimir Marko · 6 years ago
  39. 66f40db Merge "Minor cleanup of MIN/MAX code." by Treehugger Robot · 6 years ago
  40. a5dca52 ART: Update invoke-custom implementation by Orion Hodson · 7 years ago
  41. a5785a2 Fix OS::GetFileSizeBytes(). by Vladimir Marko · 6 years ago
  42. 05c1fb4 Merge "ARM64: Simplify save/restore regs in invoke stub." by Vladimir Marko · 6 years ago
  43. 79b1445 Update cfi directives for art_quick_osr_stub. by Christopher Ferris · 7 years ago
  44. 34088e1 Don't do a read barrier in JIT GC code. by Nicolas Geoffray · 6 years ago
  45. d395e73 Merge "MIPS: Use PCNT to implement VisitIntegerBitCount() and VisitLongBitCount()" by Treehugger Robot · 6 years ago
  46. 7e61411 ARM64: Simplify save/restore regs in invoke stub. by Vladimir Marko · 6 years ago
  47. e47f60c Retrieve String/Class references from .data.bimg.rel.ro. by Vladimir Marko · 7 years ago
  48. b066d43 Load ArtMethod* from .data.bimg.rel.ro entries. by Vladimir Marko · 7 years ago
  49. 04bd682 Merge "Disable failing test." by Nicolas Geoffray · 6 years ago
  50. f0e3d9f Disable failing test. by Nicolas Geoffray · 6 years ago
  51. 1f9df4a Merge "Enable ThinLTO for dex2oat" by Yi Kong · 6 years ago
  52. 45d857b Merge "Remove skip for testModifiers001" by Treehugger Robot · 6 years ago
  53. 4ca1735 Saturation arithmetic instructions for X86 and X86_64. by Aart Bik · 6 years ago
  54. 02eebcf ART: Implement loop peeling/unrolling routines. by Artem Serov · 7 years ago
  55. b1f23f9 Ignore vdex files for addr2line. by Christopher Ferris · 6 years ago
  56. c9d5109 Merge "Change Addr2line to use poll." by Christopher Ferris · 6 years ago
  57. 351df3e Minor cleanup of MIN/MAX code. by Aart Bik · 6 years ago
  58. 72efc15 Merge "Introduce MIN/MAX/ABS as HIR nodes." by Treehugger Robot · 6 years ago
  59. e625555 Merge "Fix sigchain_test on mips" by Treehugger Robot · 6 years ago
  60. fde0562 Merge "Remove FramePop trace listener if no outstanding events" by Alex Light · 6 years ago
  61. 1f8d51b Introduce MIN/MAX/ABS as HIR nodes. by Aart Bik · 7 years ago
  62. bac00b9 Merge "ART: Add to comments" by Treehugger Robot · 6 years ago
  63. 247ff37 Fix sigchain_test on mips by Goran Jakovljevic · 6 years ago
  64. 9417650 Merge "ART: Do not load wrong libart(d)/libdexfile(d).so for tests." by Vladimir Marko · 6 years ago
  65. 84debf7 Merge "ART: JitCodeCache remove only_for_tlb_shootdown" by Treehugger Robot · 6 years ago
  66. 4d5ee49 Merge "Fix expectations of 988." by Nicolas Geoffray · 6 years ago
  67. 2da72ed ART: Do not load wrong libart(d)/libdexfile(d).so for tests. by Vladimir Marko · 6 years ago
  68. 39a2f2c Merge "Reduce number of tests run in art-gcstress-gcverify." by Treehugger Robot · 6 years ago
  69. 74ed8d3 ART: JitCodeCache remove only_for_tlb_shootdown by Orion Hodson · 6 years ago
  70. 4f64fbb Reduce number of tests run in art-gcstress-gcverify. by Richard Uhler · 6 years ago
  71. 0d2cab5 MIPS: Use PCNT to implement VisitIntegerBitCount() and VisitLongBitCount() by Lena Djokic · 6 years ago
  72. 983eb7e Merge "Attempt to fix macos build." by Nicolas Geoffray · 6 years ago
  73. 14647a3 Attempt to fix macos build. by Nicolas Geoffray · 6 years ago
  74. edef4ba Do not use sa_restorer if not defined by Goran Jakovljevic · 7 years ago
  75. 453e0e5 Change Addr2line to use poll. by Christopher Ferris · 6 years ago
  76. f5d5eb1 Remove FramePop trace listener if no outstanding events by Alex Light · 6 years ago
  77. 92abf46 Merge "Do fewer GCs shortly after zygote fork" by Lokesh Gidra · 6 years ago
  78. 94e2e4f Merge "Add skip for 715 in redefine-stress" by Treehugger Robot · 6 years ago
  79. 046f256 Merge "Ensure when NotifyMethodRedefined is called the ArtMethod is valid" by Treehugger Robot · 6 years ago
  80. 7a02c66 Merge "Revert "Add an option to disable native stack dumping on SIGQUIT."" by Treehugger Robot · 6 years ago
  81. f709ba5 Add skip for 715 in redefine-stress by Alex Light · 6 years ago
  82. 035105f Ensure when NotifyMethodRedefined is called the ArtMethod is valid by Alex Light · 7 years ago
  83. 334f170 Merge "Relax ABS tests when not running ART." by Treehugger Robot · 6 years ago
  84. 8f81de5 ART: Add to comments by Andreas Gampe · 6 years ago
  85. 89883a9 Merge "Fix 562-checker-no-intermediate for HAdd." by Treehugger Robot · 6 years ago
  86. 3ef920e Merge "Move most of runtime/base to libartbase/base" by David Sehr · 6 years ago
  87. 8bbc11a Fix 562-checker-no-intermediate for HAdd. by Vladimir Marko · 6 years ago
  88. 7a79ebb Merge "Be consistent with android log tags between target/host." by Nicolas Geoffray · 6 years ago
  89. fe491c7 Merge "ART: Update dex-file fallback code" by Treehugger Robot · 7 years ago
  90. 769af03 Merge "ART: Use try-lock for interface marking" by Treehugger Robot · 7 years ago
  91. 996fabc Relax ABS tests when not running ART. by Aart Bik · 7 years ago
  92. 18eba5e Merge "Introduce ABS as HIR nodes (missing file)." by Treehugger Robot · 7 years ago
  93. 5776a5f Merge "ART: Refactor known-classloader visits" by Treehugger Robot · 7 years ago
  94. 9c673e9 Merge "Avoid verifying output dex for dexlayout in FixedUpDexFile::Create" by Mathieu Chartier · 7 years ago
  95. 9ea84d0 ART: Update dex-file fallback code by Andreas Gampe · 7 years ago
  96. 976b298 ART: Use try-lock for interface marking by Andreas Gampe · 7 years ago
  97. c431b9d Move most of runtime/base to libartbase/base by David Sehr · 7 years ago
  98. 3b2a595 Introduce ABS as HIR nodes (missing file). by Aart Bik · 7 years ago
  99. 8b08974 Revert "Add an option to disable native stack dumping on SIGQUIT." by Andreas Gampe · 7 years ago
  100. f46f46c Merge "ART: Fixes for constructor parameter annotations" by Treehugger Robot · 7 years ago