summaryrefslogtreecommitdiff
path: root/dex2oat/driver/compiler_driver.cc
AgeCommit message (Expand)Author
2021-02-01Add a kTypeChecksFailure.Nicolas Geoffray
2021-01-27Add a nterp trampoline in the oat file, replaced at runtime.Nicolas Geoffray
2021-01-08Refactor code around the verifier.Nicolas Geoffray
2020-12-23Use HashMap<> and HashSet<> in dex2oat.Vladimir Marko
2020-12-04Remove DexCache arrays from image.David Srbecky
2020-11-16Change vdex format to easily access verification data per class.Nicolas Geoffray
2020-10-21Remove the checkcast quickening optimization.Nicolas Geoffray
2020-10-20Reland "Make 'quicken' an alias to 'verify'."Nicolas Geoffray
2020-10-16Remove field/method/class resolution metadata in vdex.Nicolas Geoffray
2020-10-12Revert "Make 'quicken' an alias to 'verify'."Ming-Shin Lu
2020-10-09Make 'quicken' an alias to 'verify'.Nicolas Geoffray
2020-08-27Always create IMT conflict tables when generating an image.Nicolas Geoffray
2020-07-24Update language to comply with Android’s inclusive language guidanceIan Pedowitz
2020-06-09Add a new class status for verified with access checks.Nicolas Geoffray
2020-06-08Fix dlsym lookup trampoline for @CriticalNative.Vladimir Marko
2020-05-29ART: Add classes having intrinsics to boot imageEvgeny Astigeevich
2020-05-21Hardcode more array types in the profile for the ART boot image.Ulya Trafimovich
2020-05-06Allow unresolved exception classes in boot image.Vladimir Marko
2020-03-30dex2oat: Fix repeatedly preparing dex files for oat filewulonghua
2020-03-27Revert^4 "Add "linkage" test options""David Sehr
2020-03-27Revert "Revert "Revert "Add "linkage" test options"""Nicolas Geoffray
2020-03-26Revert "Revert "Add "linkage" test options""David Sehr
2020-03-23Revert "Add "linkage" test options"Nicolas Geoffray
2020-03-20Add "linkage" test optionsDavid Sehr
2020-03-04Add the File[] class to the primary boot image.Vladimir Marko
2020-02-28Revert "Revert "If generating an image, run initialization and other optimiza...Nicolas Geoffray
2020-02-26Revert "If generating an image, run initialization and other optimizations."Eric Holk
2020-02-25If generating an image, run initialization and other optimizations.Nicolas Geoffray
2020-02-24Avoid dex2dex initialization if not compiling.Vladimir Marko
2020-02-19Allow late lookup for @CriticalNative methods.Vladimir Marko
2020-02-17Filter image classes in RecordImageClassesVisitor.Vladimir Marko
2020-02-12Remove MIPS support from dex2oat.Vladimir Marko
2020-02-07Fix ART code around JIT zygote.Nicolas Geoffray
2020-01-28Fix name-based detection of JIT-zygote boot image extension.Ulya Trafimovich
2019-11-27Clean up JNI dlsym lookup trampoline.Vladimir Marko
2019-11-25Fix boot image extension class exclusion.Vladimir Marko
2019-11-20Use full profile in Dex2OatImageTest#TestExtension.Vladimir Marko
2019-11-20Revert^2 "Fix CompilerDriver's handling of boot image extension."Vladimir Marko
2019-11-18Revert "Fix CompilerDriver's handling of boot image extension."Roland Levillain
2019-11-18Fix CompilerDriver's handling of boot image extension.Vladimir Marko
2019-11-15Load classes for boot image extension.Vladimir Marko
2019-07-26Implement ClassStatus::kVisiblyInitialized.Vladimir Marko
2019-07-18Revert^2 "Support clinit for app image during compilation"Chang Xing
2019-07-17Add option for controling app image class initializationMathieu Chartier
2019-06-10Handle allocation failure in AddPreResolvedStringsArrayMathieu Chartier
2019-05-14Clear exception before calling ValidateSuperClassDescriptorsMathieu Chartier
2019-04-30Make compiling an apex image explicit.Nicolas Geoffray
2019-04-18Revert^2 "Fix correctness for fast path class loading"Andreas Gampe
2019-04-17Revert "Fix correctness for fast path class loading"Mathieu Chartier
2019-04-16Fix correctness for fast path class loadingMathieu Chartier