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