1. 244c2b9 Merge "Remove dependencies on libutils." by Martin Stjernholm · 6 years ago
  2. 9581e61 Cache whether we should use interpreter invoke fast-path. by David Srbecky · 6 years ago
  3. 123333a Remove dependencies on libutils. by Martin Stjernholm · 6 years ago
  4. eead626 Merge "Revert "Link compression libs statically into libartbase and use those everywhere."" by Nicolas Geoffray · 6 years ago
  5. 65ed42a Revert "Link compression libs statically into libartbase and use those everywhere." by Nicolas Geoffray · 6 years ago
  6. 47cd272 Remove HiddenApiAccessFlags, move content to hiddenapi:: by David Brazdil · 6 years ago
  7. 6e32b00 Merge "Link compression libs statically into libartbase and use those everywhere." by Martin Stjernholm · 6 years ago
  8. f82eb6e Merge "Revert^4: Add dex item for hiddenapi flags" by David Brazdil · 6 years ago
  9. 8a94003 Link compression libs statically into libartbase and use those everywhere. by Martin Stjernholm · 6 years ago
  10. 20c765f Revert^4: Add dex item for hiddenapi flags by David Brazdil · 6 years ago
  11. 6ea9b92 Fix defaulted-function-deleted warning by Yi Kong · 6 years ago
  12. d33d318 Revert "Revert^2: Add dex item for hiddenapi flags" by Luman Qu · 6 years ago
  13. fe3a979 Revert^2: Add dex item for hiddenapi flags by David Brazdil · 6 years ago
  14. d9a0437 Revert "Add dex item for hiddenapi flags" by David Brazdil · 6 years ago
  15. 0dbc363 Add dex item for hiddenapi flags by David Brazdil · 6 years ago
  16. 0de385f ART: Refactor for bugprone-argument-comment by Andreas Gampe · 6 years ago
  17. 9b031f7 ART: Refactor for bugprone-argument-comment by Andreas Gampe · 6 years ago
  18. fc4b2ea Merge "Revert^2 "ART: Refactor typedef to using"" by Treehugger Robot · 6 years ago
  19. c74d9cb ART: Modernize counting-down loops by Andreas Gampe · 6 years ago
  20. c55bb39 Revert^2 "ART: Refactor typedef to using" by Andreas Gampe · 6 years ago
  21. ee07743 Revert "ART: Refactor typedef to using" by Andreas Gampe · 6 years ago
  22. 9a20ff0 ART: Refactor typedef to using by Andreas Gampe · 6 years ago
  23. 9f5910c Merge "Add a --whitelist and --only-report-sdk-uses to veridex." by Nicolas Geoffray · 6 years ago
  24. 6c2cfb5 Add a --whitelist and --only-report-sdk-uses to veridex. by Nicolas Geoffray · 6 years ago
  25. e5afbf3 Refactor DecodeDebugLocalInfo by Mathieu Chartier · 6 years ago
  26. 3e2e123 Refactor debug info position visiting by Mathieu Chartier · 6 years ago
  27. 8583bec oatdump: Convert cdex before exporting dex files by Anestis Bechtsoudis · 6 years ago
  28. ec5ed06 ART: Refactor static include list by Andreas Gampe · 7 years ago
  29. 675e0a5 Fix various not so benign fdsan errors. by Josh Gao · 6 years ago
  30. f73caca Remove superfluous 'virtual' specifiers in ART. by Roland Levillain · 6 years ago
  31. bbc6e7e Use 'final' and 'override' specifiers directly in ART. by Roland Levillain · 6 years ago
  32. c34bebf Remove unnecessary indirection from MemMap. by Vladimir Marko · 6 years ago
  33. 4b23367 Delete ClassDataItemIterator by Mathieu Chartier · 6 years ago
  34. 396dc08 Move hiddenapi to ClassAccessor by Mathieu Chartier · 6 years ago
  35. 8f75f7b Move veridex to ClassAccessor by Mathieu Chartier · 6 years ago
  36. 4b22b34 Modernize codebase by replacing NULL with nullptr by Yi Kong · 6 years ago
  37. efcdd13 Merge "Move dex_file_verifier_test and dexlayout to ClassAccessor" by Mathieu Chartier · 6 years ago
  38. 350b6a3 Merge "ART: Improve IsValidMemberName" by Treehugger Robot · 6 years ago
  39. a34812c Move dex_file_verifier_test and dexlayout to ClassAccessor by Mathieu Chartier · 6 years ago
  40. 759fea2 ART: Improve IsValidMemberName by Andreas Gampe · 6 years ago
  41. c49e8f2 Move DexFileVerifier to ClassAccessor by Mathieu Chartier · 6 years ago
  42. 94c54de Move dex_file_tracking_registrar and art_dex_file_loader_test to class_accessor by Mathieu Chartier · 6 years ago
  43. 4ac9ade Move dexdump, dexlist, openjdkjvmti to ClassAccessor by Mathieu Chartier · 6 years ago
  44. 98dad40 Finish moving oatdump to ClassAccessor by Mathieu Chartier · 6 years ago
  45. 6250dfa Merge "Add a public error code to DexFileLoader::OpenAll." by Dario Freni · 6 years ago
  46. bd39d14 ART: Clean up unused using declarations by Andreas Gampe · 6 years ago
  47. e166fac Add a public error code to DexFileLoader::OpenAll. by Dario Freni · 6 years ago
  48. c152817 ART: Correctly compare in UTF-16 space by Andreas Gampe · 6 years ago
  49. 0e4563c Merge "hiddenapi: Add 'list' command to generate public/private API lists" by David Brazdil · 6 years ago
  50. 0b42677 Revert "Refactor DexFile ownership" by David Sehr · 6 years ago
  51. 7583d91 Merge "Revert "Cache DexFile begin and size"" by David Sehr · 6 years ago
  52. 9bafa8b Revert "Cache DexFile begin and size" by David Sehr · 6 years ago
  53. 0b6de0c hiddenapi: Add 'list' command to generate public/private API lists by David Brazdil · 6 years ago
  54. 675673d Merge "Add bytecode conversion experiments" by Mathieu Chartier · 6 years ago
  55. 12dd8a9 Add bytecode conversion experiments by Mathieu Chartier · 6 years ago
  56. 689caf0 Cache DexFile begin and size by David Sehr · 6 years ago
  57. b095f02 Refactor DexFile ownership by David Sehr · 6 years ago
  58. 1e96e13 ART: Forward declare dex helper by Andreas Gampe · 6 years ago
  59. 5774f57 Merge "Revert^2 "ART: Fix some performance-X tidy"" by Treehugger Robot · 6 years ago
  60. 54159c6 Use HashSet<std::string> instead of unordered_set<>. by Vladimir Marko · 6 years ago
  61. bc802de Revert^2 "ART: Fix some performance-X tidy" by Andreas Gampe · 6 years ago
  62. 6856214 Revert "ART: Fix some performance-X tidy" by Andreas Gampe · 6 years ago
  63. 89de444 ART: Fix some performance-X tidy by Andreas Gampe · 6 years ago
  64. 74f2ccc Merge "Revert^2 "Remove support for Valgrind in ART."" by Roland Levillain · 6 years ago
  65. 05e34f4 Revert^2 "Remove support for Valgrind in ART." by Roland Levillain · 6 years ago
  66. 4c8e12e ART: Adds an entrypoint for invoke-custom by Orion Hodson · 6 years ago
  67. 18e2687 Refactor ClassAccessor to use an index instead of ClassDef pointer by Mathieu Chartier · 6 years ago
  68. 75aed5d Merge "Rewrite TypeLookupTable." by Vladimir Marko · 6 years ago
  69. 1f1cb9f Revert "Revert "Move runtime/ to ClassAccessor"" by Mathieu Chartier · 6 years ago
  70. ea341d2 Rewrite TypeLookupTable. by Vladimir Marko · 6 years ago
  71. cc7e20f Revert "Move runtime/ to ClassAccessor" by Alex Light · 6 years ago
  72. 2649ecf Move runtime/ to ClassAccessor by Mathieu Chartier · 6 years ago
  73. 3d09299 Move oatdump/ to use ClassAccessor by Mathieu Chartier · 6 years ago
  74. 0d896bd Add Method/Field iterator to ClassAccessor by Mathieu Chartier · 6 years ago
  75. 7d43242 Move more test code to CommonArtTest by David Sehr · 6 years ago
  76. c8c8d5f Move compiler/ to ClassAccessor by Mathieu Chartier · 6 years ago
  77. 05dc23e Add ClassIterator by Mathieu Chartier · 6 years ago
  78. 197f1ef Merge "Revert "Remove support for Valgrind in ART."" by Treehugger Robot · 6 years ago
  79. 8b362a8 Revert "Remove support for Valgrind in ART." by Andreas Gampe · 6 years ago
  80. 438918b Merge "Add ClassAccessor" by Mathieu Chartier · 6 years ago
  81. f31343f Merge "Remove support for Valgrind in ART." by Roland Levillain · 6 years ago
  82. c2b4db6 Add ClassAccessor by Mathieu Chartier · 6 years ago
  83. 2c5827a ART: Simplify operands in InstructionBuilder by Treehugger Robot · 6 years ago
  84. 1f01016 Move ArtDexFileLoader to libdexfile by David Sehr · 6 years ago
  85. 00e15d6 Merge "ART: Add dex::ProtoIndex" by Orion Hodson · 6 years ago
  86. 8268cb6 Remove support for Valgrind in ART. by Roland Levillain · 6 years ago
  87. 06d10a7 ART: Add dex::ProtoIndex by Orion Hodson · 6 years ago
  88. 93fea8a Merge "Remove MemMap dependency on libbacktrace" by David Sehr · 6 years ago
  89. 2300b2d Remove MemMap dependency on libbacktrace by David Sehr · 6 years ago
  90. 9d93cd6 Merge "Handle multidex in LocationIsOnSystemFramework." by Nicolas Geoffray · 6 years ago
  91. 0d0f316 Handle multidex in LocationIsOnSystemFramework. by Nicolas Geoffray · 6 years ago
  92. 59a49a6 Implement VMDebug API to mark a class "platform" by David Brazdil · 6 years ago
  93. abd9e15 Merge "ART: Templatize DexFileVerifier::CheckIntraIdSection()." by Vladimir Marko · 6 years ago
  94. 5a2993c ART: Templatize DexFileVerifier::CheckIntraIdSection(). by Vladimir Marko · 6 years ago
  95. 166546c Fix hidden API flags decoding for intrinsics by David Brazdil · 6 years ago
  96. a92f51b ART: Follow-up changes to DexFileVerifier by Andreas Gampe · 6 years ago
  97. d5f8de8 Add CommonArtTest by David Sehr · 6 years ago
  98. 0e4e814 ART: Find and cache indices for method names by Andreas Gampe · 6 years ago
  99. 0b9b1c6 ART: Improve bit-test function by Andreas Gampe · 6 years ago
  100. c0147ed ART: Templatize dex-file-verifier check code by Andreas Gampe · 6 years ago