index
:
platform/art
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
runtime
/
entrypoints
/
runtime_asm_entrypoints.h
Age
Commit message (
Expand
)
Author
2023-01-16
We no longer use instrumentation stubs remove the support code
Mythri Alle
2021-11-09
Revert^2 "Add support for calling entry / exit hooks directly from JIT code""
Mythri Alle
2021-11-01
Revert "Add support for calling entry / exit hooks directly from JIT code"
Mythri Alle
2021-11-01
Add support for calling entry / exit hooks directly from JIT code
Mythri Alle
2021-05-14
Remove BUILDING_LIBART macro.
Vladimir Marko
2020-02-19
Allow late lookup for @CriticalNative methods.
Vladimir Marko
2020-01-22
Revert^2 "Improve stack unwinding during gcstress tests."
David Srbecky
2019-12-03
JIT baseline: trigger optimized compilation on hotness threshold.
Nicolas Geoffray
2019-10-13
Revert "Improve stack unwinding during gcstress tests."
David Srbecky
2019-09-20
Improve stack unwinding during gcstress tests.
David Srbecky
2019-05-16
ART: Optimize StringBuilder append pattern.
Vladimir Marko
2017-05-10
Add runtime reasons for deopt.
Nicolas Geoffray
2017-04-04
Ensure invoking obsolete methods throws errors.
Alex Light
2015-11-24
Revert "lambda: Add support for invoke-interface for boxed innate lambdas"
Nicolas Geoffray
2015-11-20
lambda: Add support for invoke-interface for boxed innate lambdas
Igor Murashkin
2015-08-26
Revert "Revert "Fix deoptimization with pending exception""
Sebastien Hertz
2015-05-29
Move mirror::ArtMethod to native
Mathieu Chartier
2015-04-01
Revert "Revert "Deoptimization-based bce.""
Mingyao Yang
2015-03-24
Revert "Deoptimization-based bce."
Andreas Gampe
2015-03-23
Deoptimization-based bce.
Mingyao Yang
2014-12-12
Remove portable.
Elliott Hughes
2014-10-16
Make ART compile with GCC -O0 again.
Ian Rogers