index
:
platform/art
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
runtime
/
noop_compiler_callbacks.h
Age
Commit message (
Expand
)
Author
2024-06-26
Hide most symbols in `ClassLinker`.
Vladimir Marko
2024-06-20
Move some classes from `runtime/` to `dex2oat/`.
Vladimir Marko
2024-01-24
Add visibility attributes in runtime/n*
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-07-14
Remove the need of VerifiedMethod in the compiler.
Nicolas Geoffray
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-08-28
Use 'final' and 'override' specifiers directly in ART.
Roland Levillain
2016-09-16
Collect verifier dependencies
David Brazdil
2015-12-09
ART: Refactor verifier callbacks
Andreas Gampe
2015-03-27
ART: Some runtime cleanup
Andreas Gampe
2015-03-27
ART: PathClassLoader for compiler
Andreas Gampe
2014-11-03
Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags.
Ian Rogers
2014-07-22
Runtime can now be set to require relocation
Alex Light
2014-07-15
Break apart header files.
Ian Rogers
2014-03-04
Reuse NoopCompilerCallbacks in oatdump
Brian Carlstrom