1. 80f5fe5 ART: Refactor hidden_api by Andreas Gampe · 7 years ago
  2. be4aa29 Merge "Support for API exemptions from API blacklisting." into pi-dev by Mathew Inwood · 7 years ago
  3. ac5fea0 Remove unneeded ScopedGCCriticalSections from openjdkjvmti. by Alex Light · 7 years ago
  4. 3383aa5 Support for API exemptions from API blacklisting. by Mathew Inwood · 7 years ago
  5. f2a300b Revert "Revert "Allow hidden API access from system libraries"" by David Brazdil · 7 years ago
  6. a89c832 Fix mac build. by Christopher Ferris · 7 years ago
  7. 55ecc9f Display all stack frames on a crash. by Christopher Ferris · 7 years ago
  8. 0fb1006 Merge "More flexible API enforcement policy support." into pi-dev by TreeHugger Robot · 7 years ago
  9. a5dc52c More flexible API enforcement policy support. by Mathew Inwood · 7 years ago
  10. 7ff5663 Enable ThinLTO for libart by Yi Kong · 7 years ago
  11. ab6dad1 Merge "Don't HARD_FAIL when not able to resolve a quickened opcode." into pi-dev by Nicolas Geoffray · 7 years ago
  12. 743aac3 Disable encoded static initialization by Mathieu Chartier · 7 years ago
  13. 229512a Verify dex files in zip and from files are not CompactDex by Mathieu Chartier · 7 years ago
  14. 14a5c98 Don't HARD_FAIL when not able to resolve a quickened opcode. by Nicolas Geoffray · 7 years ago
  15. 2e0327e Merge changes I9118a04f,I4b5239af into pi-dev by TreeHugger Robot · 7 years ago
  16. 8d893c4 Merge "Revert "Warn on overriding of hidden methods"" into pi-dev by David Brazdil · 7 years ago
  17. b8bbc39 Fix Mac build: Don't use the CFI directives on Mac by David Srbecky · 7 years ago
  18. a4d1f0e Support unwinding though the switch interpreter. by David Srbecky · 7 years ago
  19. e4fb7ff Merge changes I2e0dacc5,I6962aafa into pi-dev by David Srbecky · 7 years ago
  20. 3ae8997 Revert "Warn on overriding of hidden methods" by David Brazdil · 7 years ago
  21. cd1acf4 Fix mac build: Update cfi directives for art_quick_osr_stub. by David Srbecky · 7 years ago
  22. 8d9806b Update cfi directives for art_quick_osr_stub. by Christopher Ferris · 7 years ago
  23. 3f38a87 Merge "Use vdex's quickening info when decoding a quickened instruction." into pi-dev by Nicolas Geoffray · 7 years ago
  24. 0d3dc5b Merge "More JIT debug data synchronisation." into pi-dev by David Srbecky · 7 years ago
  25. 05675ba More JIT debug data synchronisation. by David Srbecky · 7 years ago
  26. 94b1525 Merge changes I9d5bfa6b,I8a0fbdca into pi-dev by TreeHugger Robot · 7 years ago
  27. 43429b6 Merge "Move some remaining dex utilities" into pi-dev by TreeHugger Robot · 7 years ago
  28. 8ad9597 Merge "ART: Change GetOptimizationStatus" into pi-dev by TreeHugger Robot · 7 years ago
  29. e6564f4 Move some remaining dex utilities by David Sehr · 7 years ago
  30. 338af02 Add extra logging for bug 74410240. by Vladimir Marko · 7 years ago
  31. 6589af1 Use vdex's quickening info when decoding a quickened instruction. by Nicolas Geoffray · 7 years ago
  32. 8561545 ART: Change GetOptimizationStatus by Andreas Gampe · 7 years ago
  33. 6f71650 Add owned section for CompactDex by Mathieu Chartier · 7 years ago
  34. a11ea9a Warn on overriding of hidden methods by David Brazdil · 7 years ago
  35. 6ca80d2 Refactor enforcement of hidden API policy when linking by David Brazdil · 7 years ago
  36. 1dc9a8b Don't do a read barrier in JIT GC code. by Nicolas Geoffray · 7 years ago
  37. e54c8ce Merge "Fix dangling SingleImplementations left after class unloading" into pi-dev by Nicolas Geoffray · 7 years ago
  38. babfd0d Merge "Separate vdex versioning into two sections: verifier deps and dex code." into pi-dev by Nicolas Geoffray · 7 years ago
  39. 558511a Remove mandatory address for non moving space / zygote by Mathieu Chartier · 7 years ago
  40. c334f83 Separate vdex versioning into two sections: verifier deps and dex code. by Nicolas Geoffray · 7 years ago
  41. ab2ce84 Fix dangling SingleImplementations left after class unloading by Alexey Grebenkin · 7 years ago
  42. 91f35d6 Add more details to verifier dumping for gAborting by Mathieu Chartier · 7 years ago
  43. 6e9d38c Merge "ART: Remove static libbase" into pi-dev by TreeHugger Robot · 7 years ago
  44. 15011e9 Merge "Ignore vdex files for addr2line." into pi-dev by Christopher Ferris · 7 years ago
  45. 286e26a ART: Remove static libbase by Andreas Gampe · 7 years ago
  46. 8691654 Merge "Make LOG(INFO) a VLOG(jdwp)" into pi-dev by TreeHugger Robot · 7 years ago
  47. c9806b1 Make LOG(INFO) a VLOG(jdwp) by Alex Light · 7 years ago
  48. dc80a71 Fix instrumentation stack tracking by Alex Light · 7 years ago
  49. 667df0e Revert "Correctly handle instrumenting threads multiple times." by Alex Light · 7 years ago
  50. 7f52dbe Merge changes from topic "libartbase" into pi-dev by David Sehr · 7 years ago
  51. 0f0cb32 Ignore vdex files for addr2line. by Christopher Ferris · 7 years ago
  52. feac30f Merge "Change Addr2line to use poll." into pi-dev by Christopher Ferris · 7 years ago
  53. 8f4b056 Move most of runtime/base to libartbase/base by David Sehr · 7 years ago
  54. cedad4bd Merge "ART: Add to comments" into pi-dev by TreeHugger Robot · 7 years ago
  55. 5e074ed Change Addr2line to use poll. by Christopher Ferris · 7 years ago
  56. df29be4 Merge "ART: Use try-lock for interface marking" into pi-dev by TreeHugger Robot · 7 years ago
  57. 470eaec ART: Add to comments by Andreas Gampe · 7 years ago
  58. 52fcfea Merge "ART: Update dex-file fallback code" into pi-dev by TreeHugger Robot · 7 years ago
  59. a2649fc ART: Fixes for constructor parameter annotations by Orion Hodson · 7 years ago
  60. ed010d4 ART: Update dex-file fallback code by Andreas Gampe · 7 years ago
  61. c4af33f ART: Use try-lock for interface marking by Andreas Gampe · 7 years ago
  62. 443a6a5 Ensure loaded plugins are not copied. by Alex Light · 7 years ago
  63. a2d18b7 Merge "ART: Restrict ImageSpace space check to first image" by Treehugger Robot · 7 years ago
  64. 398daff Merge "x86-64: Fix art_quick_osr_stub for unwinder." by Vladimir Marko · 7 years ago
  65. 6e74abb ART: Restrict ImageSpace space check to first image by Andreas Gampe · 7 years ago
  66. 981218d Merge "ART: Do not mmap boot image tables for non-executable oat files." by Vladimir Marko · 7 years ago
  67. 642de00 Merge "ARM64: Rewrite art_quick_osr_stub for unwinder." by Vladimir Marko · 7 years ago
  68. 134cfdd x86-64: Fix art_quick_osr_stub for unwinder. by Vladimir Marko · 7 years ago
  69. c6dfc7a ART: Do not mmap boot image tables for non-executable oat files. by Vladimir Marko · 7 years ago
  70. a26f416 ARM64: Rewrite art_quick_osr_stub for unwinder. by Vladimir Marko · 7 years ago
  71. 3c18f4e Merge "Catch references to unused regions in art::gc::ConcurrentCopying::Mark." by Roland Levillain · 7 years ago
  72. 02ce4cb Revert "Temporarily add debug logging for b/31357497" by Mathieu Chartier · 7 years ago
  73. 2dd2e1e Catch references to unused regions in art::gc::ConcurrentCopying::Mark. by Roland Levillain · 7 years ago
  74. 67bf42e Header library to remove dependence on runtime/ by David Sehr · 7 years ago
  75. 66ff8a8 Revert "Revert "Full-stack integrity: check vdex contents."" by Nicolas Geoffray · 7 years ago
  76. 878124c Merge "Small documentation and stylistic changes." by Roland Levillain · 7 years ago
  77. c1e5889 Merge "Fix an incorrect use of ScopedContentionRecorder in ReaderWriterMutex." by Roland Levillain · 7 years ago
  78. 50caa3d Merge "Fix a dead lock between garbage colletion and sample-based tracing." by Roland Levillain · 7 years ago
  79. abd52cd Merge "Correctly handle instrumenting threads multiple times." by Alex Light · 7 years ago
  80. af29031 Small documentation and stylistic changes. by Roland Levillain · 7 years ago
  81. cd72dc9 Fix an incorrect use of ScopedContentionRecorder in ReaderWriterMutex. by Roland Levillain · 7 years ago
  82. cc4e7b7 Merge "Revert "Full-stack integrity: check vdex contents."" by Nicolas Geoffray · 7 years ago
  83. a19b764 Revert "Full-stack integrity: check vdex contents." by Nicolas Geoffray · 7 years ago
  84. e45b3b1 Fix a dead lock between garbage colletion and sample-based tracing. by Roland Levillain · 7 years ago
  85. 6dfaa0c Merge "ART: add exynos-m3 to a53 #835769 & #843419 erratum exception list" by Treehugger Robot · 7 years ago
  86. 7b5e244 Merge "Full-stack integrity: check vdex contents." by Treehugger Robot · 7 years ago
  87. d6f914e Full-stack integrity: check vdex contents. by Nicolas Geoffray · 7 years ago
  88. 055407c Correctly handle instrumenting threads multiple times. by Alex Light · 7 years ago
  89. d78ceca Merge "Add more info to class initialization check" by Treehugger Robot · 7 years ago
  90. cfda88f Add more info to class initialization check by Alex Light · 7 years ago
  91. 9210554 Merge "Use ASM for invoke-custom tests" by Treehugger Robot · 7 years ago
  92. 76e6adb Use ASM for invoke-custom tests by Orion Hodson · 7 years ago
  93. 0bdc1fc Merge "Fix issue with obsolete methods and const-method-handle" by Alex Light · 7 years ago
  94. 63e9e87 Merge "Add timestamps to JIT/DEX native debug info." by David Srbecky · 7 years ago
  95. cc917d9 Fix issue with obsolete methods and const-method-handle by Alex Light · 7 years ago
  96. d959ccd Merge "Fix "jit at first use" for proxy methods." by Vladimir Marko · 7 years ago
  97. 37602aa Fix "jit at first use" for proxy methods. by Vladimir Marko · 7 years ago
  98. 33ff844 Merge "Workaround for class loader issues in verifier." by Nicolas Geoffray · 7 years ago
  99. e42d717 Merge "native: Cleanup jni usage code" by Treehugger Robot · 7 years ago
  100. 06537f7 native: Cleanup jni usage code by Igor Murashkin · 7 years ago