1. f67e8c3 Preallocate `CodeInfoTableDeduper::dedupe_set_`. by Vladimir Marko · 2 years, 10 months ago
  2. 8b5ae08 Remove hard-coded list of boot image array classes. by Vladimir Marko · 2 years, 9 months ago
  3. 396bab8 Remove obsolete code related to quickening. by Vladimir Marko · 2 years, 9 months ago
  4. 48eb839 Initialize intrinsics in dex2oat. by Nicolas Geoffray · 2 years, 10 months ago
  5. b05b349 Also create VerifierDeps for boot image compilation. by Nicolas Geoffray · 3 years ago
  6. 8515f7f Cleanup work for @NeverCompile in art by Kevin Jeon · 3 years ago
  7. 5573756 Set @NeverCompile methods as not compilable by Kevin Jeon · 3 years, 1 month ago
  8. 2990b88 Remove unintended soft failure downgrade. by Nicolas Geoffray · 3 years, 1 month ago
  9. ddf4fd3 Always access Thread state and flags as 32-bit location. by Vladimir Marko · 3 years, 1 month ago
  10. a8d998f fix the redundant dependencies validation in fast verify by Yang Tianping · 3 years, 3 months ago
  11. 4b0c9b9 Remove the notion of soft failure within the verifier. by Nicolas Geoffray · 3 years, 3 months ago
  12. 03ce70a Better handling of unresolved fields in VerifyISFieldAccess. by Nicolas Geoffray · 3 years, 3 months ago
  13. 66934ef Clean up ClassLinker::VerifyClass. by Nicolas Geoffray · 3 years, 6 months ago
  14. 9e050ab Remove the need of VerifiedMethod in the compiler. by Nicolas Geoffray · 3 years, 6 months ago
  15. 4f99071 Modernize typedefs with `using`. by Vladimir Marko · 3 years, 6 months ago
  16. 7744b69 Remove dual verification in RedefineClasses. by Nicolas Geoffray · 3 years, 6 months ago
  17. ea936c0 dex2oat: Faster retrieval of profile data. by Vladimir Marko · 3 years, 6 months ago
  18. f8b5288 Remove experimental flag in verifier. by Nicolas Geoffray · 3 years, 6 months ago
  19. a508249 dex2oat: Avoid unnecessary field/method resolution. by Vladimir Marko · 3 years, 6 months ago
  20. b10668c Clean up Class::GetDirectInterface(). by Vladimir Marko · 3 years, 7 months ago
  21. ac57691 dex2oat: Do not crash on InitializeClass() exceptions. by Vladimir Marko · 3 years, 9 months ago
  22. 0685b98 Abort transaction when Class.forName() fails. by Vladimir Marko · 3 years, 9 months ago
  23. ec7b194 Fix UnstartedRunime leaking local reference. by Vladimir Marko · 3 years, 9 months ago
  24. 5b0b2e1 Explictly pass VerifierDeps when asking for class verification. by Nicolas Geoffray · 3 years, 9 months ago
  25. d3d1a1a Remove DexToDexCompiler by David Srbecky · 3 years, 10 months ago
  26. 7c5e5c6 Fix DexToDexCompiler setup condition. by Vladimir Marko · 3 years, 10 months ago
  27. 5de5efe Remove pointer-size arguments from DexCache. by David Srbecky · 3 years, 11 months ago
  28. d1728bf Add a kTypeChecksFailure. by Nicolas Geoffray · 4 years ago
  29. c39af94 Add a nterp trampoline in the oat file, replaced at runtime. by Nicolas Geoffray · 4 years ago
  30. c3c4417 Refactor code around the verifier. by Nicolas Geoffray · 4 years ago
  31. 26de896 Use HashMap<> and HashSet<> in dex2oat. by Vladimir Marko · 4 years ago
  32. 86d6cd5 Remove DexCache arrays from image. by David Srbecky · 4 years, 1 month ago
  33. 07b62e3 Change vdex format to easily access verification data per class. by Nicolas Geoffray · 4 years, 2 months ago
  34. 938a067 Remove the checkcast quickening optimization. by Nicolas Geoffray · 4 years, 2 months ago
  35. f50975a Reland "Make 'quicken' an alias to 'verify'." by Nicolas Geoffray · 4 years, 2 months ago
  36. 6ebe40f Remove field/method/class resolution metadata in vdex. by Nicolas Geoffray · 4 years, 3 months ago
  37. 7e9fc9d Revert "Make 'quicken' an alias to 'verify'." by Ming-Shin Lu · 4 years, 3 months ago
  38. 4f0e8da Make 'quicken' an alias to 'verify'. by Nicolas Geoffray · 4 years, 3 months ago
  39. 0c9a217 Always create IMT conflict tables when generating an image. by Nicolas Geoffray · 4 years, 4 months ago
  40. 2d53643 Update language to comply with Android’s inclusive language guidance by Ian Pedowitz · 4 years, 5 months ago
  41. 1715efa Add a new class status for verified with access checks. by Nicolas Geoffray · 4 years, 7 months ago
  42. 6bc480b Fix dlsym lookup trampoline for @CriticalNative. by Vladimir Marko · 4 years, 7 months ago
  43. ffffa9c ART: Add classes having intrinsics to boot image by Evgeny Astigeevich · 4 years, 7 months ago
  44. 6c71dca Hardcode more array types in the profile for the ART boot image. by Ulya Trafimovich · 4 years, 7 months ago
  45. 6621013 Allow unresolved exception classes in boot image. by Vladimir Marko · 4 years, 8 months ago
  46. bdf146c dex2oat: Fix repeatedly preparing dex files for oat file by wulonghua · 4 years, 9 months ago
  47. fe57c2b Revert^4 "Add "linkage" test options"" by David Sehr · 4 years, 9 months ago
  48. 16c08ca Revert "Revert "Revert "Add "linkage" test options""" by Nicolas Geoffray · 4 years, 9 months ago
  49. 80c0c50 Revert "Revert "Add "linkage" test options"" by David Sehr · 4 years, 9 months ago
  50. 91a8e6f Revert "Add "linkage" test options" by Nicolas Geoffray · 4 years, 9 months ago
  51. 873bb64 Add "linkage" test options by David Sehr · 4 years, 10 months ago
  52. 2145a8a Add the File[] class to the primary boot image. by Vladimir Marko · 4 years, 10 months ago
  53. 6cf7a9b Revert "Revert "If generating an image, run initialization and other optimizations."" by Nicolas Geoffray · 4 years, 10 months ago
  54. bbec8a6 Revert "If generating an image, run initialization and other optimizations." by Eric Holk · 4 years, 10 months ago
  55. ada8536 If generating an image, run initialization and other optimizations. by Nicolas Geoffray · 4 years, 10 months ago
  56. f639bf4 Avoid dex2dex initialization if not compiling. by Vladimir Marko · 4 years, 10 months ago
  57. fa458ac Allow late lookup for @CriticalNative methods. by Vladimir Marko · 4 years, 11 months ago
  58. 517e5cd Filter image classes in RecordImageClassesVisitor. by Vladimir Marko · 4 years, 11 months ago
  59. 8bc5991 Remove MIPS support from dex2oat. by Vladimir Marko · 4 years, 11 months ago
  60. 4cbb51a Fix ART code around JIT zygote. by Nicolas Geoffray · 5 years ago
  61. c124d1d Fix name-based detection of JIT-zygote boot image extension. by Ulya Trafimovich · 5 years ago
  62. 7dac864 Clean up JNI dlsym lookup trampoline. by Vladimir Marko · 5 years ago
  63. 7ed2d38 Fix boot image extension class exclusion. by Vladimir Marko · 5 years ago
  64. c526e42 Use full profile in Dex2OatImageTest#TestExtension. by Vladimir Marko · 5 years ago
  65. a879bdf Revert^2 "Fix CompilerDriver's handling of boot image extension." by Vladimir Marko · 5 years ago
  66. 96d8585 Revert "Fix CompilerDriver's handling of boot image extension." by Roland Levillain · 5 years ago
  67. 96491e9 Fix CompilerDriver's handling of boot image extension. by Vladimir Marko · 5 years ago
  68. 889b72d Load classes for boot image extension. by Vladimir Marko · 5 years ago
  69. a6c9b78 Consolidate profile methods by Calin Juravle · 5 years ago
  70. bf12191 Implement ClassStatus::kVisiblyInitialized. by Vladimir Marko · 6 years ago
  71. 0c2c222 Revert^2 "Support clinit for app image during compilation" by Chang Xing · 7 years ago
  72. 5132e0d Add option for controling app image class initialization by Mathieu Chartier · 5 years ago
  73. 3ffb5b1 Handle allocation failure in AddPreResolvedStringsArray by Mathieu Chartier · 6 years ago
  74. 88cfa33 Clear exception before calling ValidateSuperClassDescriptors by Mathieu Chartier · 6 years ago
  75. c5e3a52 Make compiling an apex image explicit. by Nicolas Geoffray · 6 years ago
  76. 501c3b0 Revert^2 "Fix correctness for fast path class loading" by Andreas Gampe · 6 years ago
  77. 2e2f9e8 Revert "Fix correctness for fast path class loading" by Mathieu Chartier · 6 years ago
  78. ef04ac6 Fix correctness for fast path class loading by Mathieu Chartier · 6 years ago
  79. 3bfc694 Avoid resolving startup const strings without a profile by Mathieu Chartier · 6 years ago
  80. c524e9e ObjPtr<>-ify mirror::Class. by Vladimir Marko · 6 years ago
  81. c2109c6 Fix possible overrun bug for resolving startup strings by Mathieu Chartier · 6 years ago
  82. a43ba3d ART: Add ClassVerifier by Andreas Gampe · 6 years ago
  83. 8809c9c Preload const-strings only for profile methods. by Vladimir Marko · 6 years ago
  84. 327497e Move CompilerDriver to dex2oat/. by Vladimir Marko · 6 years ago