summaryrefslogtreecommitdiff
path: root/dex2oat/dex
AgeCommit message (Expand)Author
2025-02-18Do not inline a method that was marked as un-compilable. Nicolas Geoffray
2024-06-20Move some classes from `runtime/` to `dex2oat/`. Vladimir Marko
2023-07-06Remove code related to quicken Santiago Aboy Solanes
2022-09-30ART: Fix header guards in `verification_results.h`. Vladimir Marko
2022-09-30Move `VerificationResults` to dex2oat/. Vladimir Marko
2022-09-29Mark methods of unverified classes as uncompilable. Nicolas Geoffray
2021-07-14Remove the need of VerifiedMethod in the compiler. Nicolas Geoffray
2021-04-28Remove RETURN_VOID_NO_BARRIER byte-code. David Srbecky
2021-03-18Remove DexToDexCompiler David Srbecky
2020-10-21Remove the checkcast quickening optimization. Nicolas Geoffray
2020-10-20Reland "Make 'quicken' an alias to 'verify'." 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-07-24Update language to comply with Android’s inclusive language guidance Ian Pedowitz
2020-06-11Clean up generated operator<<(os, enum). Vladimir Marko
2019-06-25Correct Indicies -> Indices Alex Light
2019-03-15ART: Add ClassVerifier Andreas Gampe
2019-03-11Move CompilerDriver to dex2oat/. Vladimir Marko