summaryrefslogtreecommitdiffstats
path: root/compiler/jit
Commit message (Expand)AuthorAgeFilesLines
* ART: Refactor for bugprone-argument-commentAndreas Gampe2018-12-271-2/+2
* Merge "Pack JIT mini-debug-infos together."David Srbecky2018-12-191-1/+4
|\
| * Pack JIT mini-debug-infos together.David Srbecky2018-12-141-1/+4
* | Revert "Revert "Add a baseline flag to JIT compile.""Nicolas Geoffray2018-12-142-5/+5
* | Revert "Add a baseline flag to JIT compile."Andreas Gampe2018-12-132-5/+5
* | Add a baseline flag to JIT compile.Nicolas Geoffray2018-12-122-5/+5
|/
* Cleanup native debug interface api.David Srbecky2018-12-111-2/+3
* Refactor CompilerDriver::CompileAll().Vladimir Marko2018-12-061-2/+0
* Revert^2 "Refactor code around JIT creation."Nicolas Geoffray2018-11-272-63/+70
* Revert "Refactor code around JIT creation."Andreas Gampe2018-11-262-70/+63
* Refactor code around JIT creation.Nicolas Geoffray2018-11-212-63/+70
* ART: Rewrite core image detection.Vladimir Marko2018-11-141-4/+7
* Move profile compilation info to CompilerOptions.Vladimir Marko2018-11-081-2/+1
* Introduce a 'baseline' variant for the compiler.Nicolas Geoffray2018-10-101-1/+1
* Fix some typos in comments in ART.Roland Levillain2018-08-071-1/+1
* Remove CompilerDriver::support_boot_image_fixup_.Vladimir Marko2018-06-281-1/+0
* Move instruction_set_ to CompilerOptions.Vladimir Marko2018-06-252-24/+32
* ART: Remove support for compiled-methods and compiled-classesAndreas Gampe2018-04-131-2/+0
* Add timestamps to JIT/DEX native debug info.David Srbecky2018-02-211-1/+3
* Create list of open dex files for libbacktrace.David Srbecky2018-02-021-1/+1
* Refactor jit debugger interface and its ELF creation.David Srbecky2018-01-191-0/+1
* ART: Change SCOPED_TRACE implementationAndreas Gampe2017-12-081-0/+3
* ART: Remove base/logging from heap-inl.hAndreas Gampe2017-12-071-0/+1
* Clean some dex2oat options.Nicolas Geoffray2017-11-282-5/+0
* Move code around to fix --inline-max-code-units in JIT.Nicolas Geoffray2017-11-101-4/+3
* cpplint: Cleanup errorsIgor Murashkin2017-11-081-2/+2
* ART: Use CmdlineParser in dex2oatAndreas Gampe2017-10-061-13/+8
* Change JIT timings to collect thread CPU time.Nicolas Geoffray2017-09-221-1/+2
* ART: Include cleanupAndreas Gampe2017-07-241-1/+1
* Pass the logger to the JIT compiler.Nicolas Geoffray2017-07-193-19/+11
* Fix unintended change in JIT inlining heuristics.Nicolas Geoffray2017-06-301-0/+4
* Code cleanup around compiler options and JIT.Nicolas Geoffray2017-06-291-24/+4
* Don't call EnsureInitialized in the JIT.Nicolas Geoffray2017-06-071-8/+2
* Ignore --compile-pic option for JIT.Vladimir Marko2017-05-171-0/+3
* Remove LoadString/Class kind kBootImageLinkTimeAddress.Vladimir Marko2017-05-161-1/+1
* Improvements in the Inliner.Nicolas Geoffray2017-03-241-5/+0
* Remove --include-patch-information option from dex2oat.Richard Uhler2017-03-081-1/+0
* Merge "Fix perf-inject jit profiling for osr method."Nicolas Geoffray2017-02-023-10/+13
|\
| * Fix perf-inject jit profiling for osr method.xueliang.zhong2017-01-113-10/+13
* | Revert "Revert "Make --debuggable rely on JIT code.""Nicolas Geoffray2017-01-301-1/+1
* | Revert "Make --debuggable rely on JIT code."Vladimir Marko2017-01-301-1/+1
* | Make --debuggable rely on JIT code.Nicolas Geoffray2017-01-301-1/+1
|/
* ART: Move to libbase StringPrintfAndreas Gampe2016-12-151-1/+3
* Merge "ART jitted code profiling support."Nicolas Geoffray2016-11-104-28/+457
|\
| * ART jitted code profiling support.xueliang.zhong2016-10-274-28/+457
* | ART: Change InstructionSetFeatures to return unique_ptrAndreas Gampe2016-10-261-8/+8
|/
* Remove mirror:: and ArtMethod deps in utils.{h,cc}David Sehr2016-10-181-2/+2
* Revert "Revert "Store resolved Strings for AOT code in .bss.""Vladimir Marko2016-10-041-2/+0
* Revert "Store resolved Strings for AOT code in .bss."Vladimir Marko2016-09-301-0/+2
* Merge "Store resolved Strings for AOT code in .bss."Vladimir Marko2016-09-301-2/+0
|\