index
:
platform/art
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
runtime
/
verifier
/
instruction_flags.h
Age
Commit message (
Expand
)
Author
2024-12-06
verifier: Rely on zero-initialized allocation for flags.
Vladimir Marko
2024-12-06
verifier: Do not collect CHECK_CAST locations.
Vladimir Marko
2024-01-17
Add visibility attributes in runtime/verifier
Dmitrii Ishcheikin
2019-06-07
ART: Remove some compile-time info points
Andreas Gampe
2018-08-28
Use 'final' and 'override' specifiers directly in ART.
Roland Levillain
2014-11-03
ART: Replace COMPILE_ASSERT with static_assert (runtime)
Andreas Gampe
2014-09-12
Compile time performance improvements focusing on interpret-only.
Ian Rogers
2014-06-06
Reduce header files including header files.
Ian Rogers
2013-07-25
Revert "Revert "Remove non-live vregs from GC map on return.""
Ian Rogers
2013-07-24
Revert "Remove non-live vregs from GC map on return."
Ian Rogers
2013-07-23
Remove non-live vregs from GC map on return.
Ian Rogers
2013-07-23
Tidy ws and document verifier instruction flags.
Ian Rogers
2013-07-17
Fix multiple inclusion guards to match new pathnames
Brian Carlstrom
2013-07-12
Create separate Android.mk for main build targets
Brian Carlstrom