index
:
platform/art
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
dex2oat
/
dex
Age
Commit message (
Expand
)
Author
2025-02-18
Do not inline a method that was marked as un-compilable.
Nicolas Geoffray
2024-06-20
Move some classes from `runtime/` to `dex2oat/`.
Vladimir Marko
2023-07-06
Remove code related to quicken
Santiago Aboy Solanes
2022-09-30
ART: Fix header guards in `verification_results.h`.
Vladimir Marko
2022-09-30
Move `VerificationResults` to dex2oat/.
Vladimir Marko
2022-09-29
Mark methods of unverified classes as uncompilable.
Nicolas Geoffray
2021-07-14
Remove the need of VerifiedMethod in the compiler.
Nicolas Geoffray
2021-04-28
Remove RETURN_VOID_NO_BARRIER byte-code.
David Srbecky
2021-03-18
Remove DexToDexCompiler
David Srbecky
2020-10-21
Remove the checkcast quickening optimization.
Nicolas Geoffray
2020-10-20
Reland "Make 'quicken' an alias to 'verify'."
Nicolas Geoffray
2020-10-12
Revert "Make 'quicken' an alias to 'verify'."
Ming-Shin Lu
2020-10-09
Make 'quicken' an alias to 'verify'.
Nicolas Geoffray
2020-07-24
Update language to comply with Android’s inclusive language guidance
Ian Pedowitz
2020-06-11
Clean up generated operator<<(os, enum).
Vladimir Marko
2019-06-25
Correct Indicies -> Indices
Alex Light
2019-03-15
ART: Add ClassVerifier
Andreas Gampe
2019-03-11
Move CompilerDriver to dex2oat/.
Vladimir Marko