index
:
platform/art
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
jit
/
jit_compiler.h
Age
Commit message (
Expand
)
Author
2024-01-30
Reland^2 "Run optimizations with baseline compilation."
Nicolas Geoffray
2024-01-15
Revert "Reland "Run optimizations with baseline compilation.""
Nicolas Geoffray
2024-01-05
Reland "Run optimizations with baseline compilation."
Nicolas Geoffray
2024-01-04
Revert "Run optimizations with baseline compilation."
Almaz Mingaleev
2024-01-03
Run optimizations with baseline compilation.
Nicolas Geoffray
2022-11-18
Make remaining compiler/ symbols hidden.
Vladimir Marko
2022-10-11
Reland^2 "Update instrumentation support for non-java debuggable runtimes"
Mythri Alle
2022-09-14
Revert "Reland "Update instrumentation support for non-java debuggable runtim...
Mythri Alle
2022-09-07
Reland "Update instrumentation support for non-java debuggable runtimes"
Mythri Alle
2021-11-29
Handle baseline/optimized compilation kind in the runtime.
Nicolas Geoffray
2020-06-18
Introduce an enum for the compilation kind.
Nicolas Geoffray
2019-08-28
JIT mini-debug-info: Support JIT data dual mapping.
David Srbecky
2019-08-16
JIT mini-debug-info: Remove global maps.
David Srbecky
2019-08-06
Simplify JIT compiler interface usage from the runtime.
David Srbecky
2019-06-10
Pass the memory region to allocate into to the compiler / allocation.
Nicolas Geoffray
2019-02-20
ART: Reduce dependencies on CompilerDriver.
Vladimir Marko
2018-12-14
Revert "Revert "Add a baseline flag to JIT compile.""
Nicolas Geoffray
2018-12-13
Revert "Add a baseline flag to JIT compile."
Andreas Gampe
2018-12-12
Add a baseline flag to JIT compile.
Nicolas Geoffray
2018-11-27
Revert^2 "Refactor code around JIT creation."
Nicolas Geoffray
2018-11-26
Revert "Refactor code around JIT creation."
Andreas Gampe
2018-11-21
Refactor code around JIT creation.
Nicolas Geoffray
2018-06-25
Move instruction_set_ to CompilerOptions.
Vladimir Marko
2017-11-28
Clean some dex2oat options.
Nicolas Geoffray
2017-07-24
ART: Include cleanup
Andreas Gampe
2016-10-27
ART jitted code profiling support.
xueliang.zhong
2016-09-30
Simplify our intrinsic recognizer.
Nicolas Geoffray
2016-08-30
ART: SHARED_REQUIRES to REQUIRES_SHARED
Andreas Gampe
2016-03-08
Propagate InstructionSetFeatures to ElfBuilder.
David Srbecky
2016-03-03
Refine statistics around the JIT.
Nicolas Geoffray
2016-02-05
Revert "Revert "Implement on-stack replacement for arm/arm64/x86/x86_64.""
Nicolas Geoffray
2016-01-13
Support --perf with jitted code.
Nicolas Geoffray
2015-10-26
Support garbage collection of JITted code.
Nicolas Geoffray
2015-10-21
Use DlMallocSpace for the JIT code cache.
Nicolas Geoffray
2015-07-22
Move to newer clang annotations
Mathieu Chartier
2015-05-29
Move mirror::ArtMethod to native
Mathieu Chartier
2015-05-03
Add some more DISALLOW_COPY_AND_ASSIGN
Mathieu Chartier
2015-02-24
Revert "Revert "Add JIT""
Mathieu Chartier
2015-02-24
Revert "Add JIT"
Nicolas Geoffray
2015-02-23
Add JIT
Mathieu Chartier