index
:
platform/art
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
runtime
/
compiler_callbacks.h
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
2024-01-24
Add visibility attributes in runtime/c*
Dmitrii Ishcheikin
2023-05-22
Use C++17's [[maybe_unused]] attribute in ART
Stefano Cianciulli
2022-09-29
Mark methods of unverified classes as uncompilable.
Nicolas Geoffray
2021-11-09
Inline across dex files for compiler options' non-BCP methods
Santiago Aboy Solanes
2021-07-14
Remove the need of VerifiedMethod in the compiler.
Nicolas Geoffray
2018-12-06
ART: Move to using locks.h instead of mutex.h
Andreas Gampe
2018-09-28
Revert^2 "Load boot image at a random address."
Vladimir Marko
2018-09-27
Revert "Load boot image at a random address."
Vladimir Marko
2018-09-26
Load boot image at a random address.
Vladimir Marko
2018-03-19
Move some remaining dex utilities
David Sehr
2018-01-19
ART: Allow oatstatus verification for app dependencies
Andreas Gampe
2018-01-05
Change ClassStatus to fit into 4 bits.
Vladimir Marko
2017-09-15
Add support for registering classpath classes status.
Nicolas Geoffray
2017-09-05
ART: Change CanAssumeVerified to GetPreviousClassState
Andreas Gampe
2017-08-09
Revert "Revert "Support class unloading in dex2oat for quicken multidex""
Mathieu Chartier
2017-08-09
Revert "Support class unloading in dex2oat for quicken multidex"
Richard Uhler
2017-08-08
Support class unloading in dex2oat for quicken multidex
Mathieu Chartier
2016-11-03
Integrate VerifierDeps in compiler driver.
Nicolas Geoffray
2016-09-16
Collect verifier dependencies
David Brazdil
2016-08-30
ART: SHARED_REQUIRES to REQUIRES_SHARED
Andreas Gampe
2015-12-09
ART: Refactor verifier callbacks
Andreas Gampe
2015-07-22
Move to newer clang annotations
Mathieu Chartier
2015-03-27
ART: Some runtime cleanup
Andreas Gampe
2015-03-27
ART: PathClassLoader for compiler
Andreas Gampe
2014-07-22
Runtime can now be set to require relocation
Alex Light
2014-03-06
Enable annotalysis on clang ART builds.
Ian Rogers
2014-03-04
Include what is used
Kenny Root
2013-12-17
Move compiler code out of method verifier.
Vladimir Marko