summaryrefslogtreecommitdiff
path: root/compiler/optimizing/optimizing_compiler.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove Vdex::GetQuickenedInfoOf and all its users.Nicolas Geoffray2021-03-231-6/+2
* Add code size to CodeInfo.David Srbecky2021-03-051-6/+7
* Add comment to art_jni_trampoline.Yabin Cui2021-01-281-0/+1
* Revert^4 "Partial Load Store Elimination"Alex Light2021-01-251-1/+3
* Revert "Revert^2 "Partial Load Store Elimination""Nicolas Geoffray2021-01-241-3/+1
* Revert^2 "Partial Load Store Elimination"Alex Light2021-01-221-1/+3
* Revert "Partial Load Store Elimination"Nicolas Geoffray2021-01-221-3/+1
* Partial Load Store EliminationAlex Light2021-01-211-1/+3
* Optimizing: Add debugging output for HInstruction.Vladimir Marko2021-01-061-1/+1
* Do not build intrinsic graph for signature polymorphic methods.Vladimir Marko2020-09-071-1/+7
* Move code item to the data pointer and remove code_item_offset.Nicolas Geoffray2020-09-071-1/+1
* Improved LSE: Replacing loads with Phis.Vladimir Marko2020-08-211-2/+0
* ARM: Allow FP args in core regs for @CriticalNative.Vladimir Marko2020-08-101-0/+14
* Dump ISA into .cfgEvgeny Astigeevich2020-07-281-1/+4
* Dump instruction set features in .cfgFabio Rinaldi2020-07-221-0/+14
* Introduce an enum for the compilation kind.Nicolas Geoffray2020-06-181-18/+18
* ART: Simplify HRem to reuse existing HDivEvgeny Astigeevich2020-06-171-2/+2
* ART: Introduce predicated vector instructions.Artem Serov2020-06-091-1/+3
* Run LSA as a part of the LSE pass.Vladimir Marko2020-06-081-1/+0
* Add compiler type to CompilerOptions.Vladimir Marko2020-05-201-8/+5
* Move HandleCache to HGraph.Vladimir Marko2020-05-131-34/+16
* Move implementations from class_root.h to -inl.h .Vladimir Marko2020-05-131-1/+0
* Add explicit compiler option to enable test-specific features.David Srbecky2020-04-011-1/+1
* Add more logging and sanity checks for JIT mini-debug-info.David Srbecky2020-03-251-10/+12
* Refactor RemoveNativeDebugInfoForJit.David Srbecky2020-03-121-4/+0
* Remove JIT native debug info on failed commits.David Srbecky2020-02-221-0/+4
* Remove MIPS support from Optimizing.Vladimir Marko2020-02-131-45/+0
* Only flush visualizer output at the end of the compilation.Nicolas Geoffray2020-02-041-6/+6
* JIT baseline: trigger optimized compilation on hotness threshold.Nicolas Geoffray2019-12-031-2/+4
* Honor the --baseline flag for the JIT.Nicolas Geoffray2019-11-261-1/+1
* Revert "Make compiler/optimizing/ symbols hidden."Vladimir Marko2019-10-141-1/+1
* Make compiler/optimizing/ symbols hidden.Vladimir Marko2019-10-141-1/+1
* Revert^2 "JIT: Separate code allocation and initialization."David Srbecky2019-10-101-57/+62
* Revert "JIT: Separate code allocation and initialization."Nicolas Geoffray2019-10-091-62/+57
* JIT: Separate code allocation and initialization.David Srbecky2019-10-091-57/+62
* JIT mini-debug-info: Generate the debug info sooner.David Srbecky2019-10-081-57/+53
* Fix JIT data dual mapping for apps.David Srbecky2019-09-011-10/+4
* JIT mini-debug-info: Allocate entries in the JIT data space.David Srbecky2019-08-221-0/+1
* JIT mini-debug-info: Remove global maps.David Srbecky2019-08-161-11/+7
* Don't compile OSR methods that have phi equivalents at loop entry.Nicolas Geoffray2019-08-071-0/+5
* Revert "Revert "Make the JIT zygote memory shared.""Nicolas Geoffray2019-06-281-1/+6
* Revert "Make the JIT zygote memory shared."Nicolas Geoffray2019-06-261-6/+1
* Make the JIT zygote memory shared.Nicolas Geoffray2019-06-261-1/+6
* Move code writing to data portion of the JIT cache in JitMemoryRegion.Nicolas Geoffray2019-06-241-34/+24
* Pass the memory region to allocate into to the compiler / allocation.Nicolas Geoffray2019-06-101-1/+8
* Fix DWARF line-number generation for JITed methods.David Srbecky2019-04-291-1/+1
* Use generic name for JNI trampolines.David Srbecky2019-03-271-1/+1
* optimizing_compiler: Avoid extra std::string copyGreg Kaiser2019-03-261-1/+1
* Revert "Revert^2 "Add code size to CodeInfo""Nicolas Geoffray2019-03-061-7/+6
* ART: Reduce dependencies on CompilerDriver.Vladimir Marko2019-02-201-51/+38