summaryrefslogtreecommitdiff
path: root/compiler/optimizing/optimizing_compiler.cc
Commit message (Expand)AuthorAgeFilesLines
* Revert "Use compiler filter to determine oat file status."Nicolas Geoffray2016-03-231-1/+1
* Use compiler filter to determine oat file status.Richard Uhler2016-03-221-1/+1
* ART: Clean up arena allocation memory tracking.Vladimir Marko2016-03-221-7/+16
* Merge "Clean up NullCheck generation and record stats about it."Calin Juravle2016-03-161-1/+2
|\
| * Clean up NullCheck generation and record stats about it.Calin Juravle2016-03-161-1/+2
* | Add more statistics for memory use of the JIT.Nicolas Geoffray2016-03-161-1/+1
* | Collect memory use for the JIT.Nicolas Geoffray2016-03-161-0/+3
|/
* Add trampoline symbols to native debug info.David Srbecky2016-03-111-1/+2
* Merge "Allow generation of native debug info for multiple methods."David Srbecky2016-03-111-2/+2
|\
| * Allow generation of native debug info for multiple methods.David Srbecky2016-03-101-2/+2
* | Merge "Refactor MethodDebugInfo (input of DWARF writer)."David Srbecky2016-03-111-26/+17
|\|
| * Refactor MethodDebugInfo (input of DWARF writer).David Srbecky2016-03-101-26/+17
* | Avoid generating dead code on frame enter/exit.Aart Bik2016-03-101-3/+5
|/
* Mark DWARF lines in non-debuggable methods as "not a statement".David Srbecky2016-03-081-1/+3
* Propagate InstructionSetFeatures to ElfBuilder.David Srbecky2016-03-081-1/+4
* Add a PassScope for PrepareForRegisterAllocationMingyao Yang2016-03-021-1/+5
* Give the JIT its own arena pool to avoid lock contentions.Nicolas Geoffray2016-03-011-1/+1
* Revert "Revert "ARM/ARM64: Extend support of instruction combining.""Artem Udovichenko2016-02-251-0/+4
* Merge "The JIT does not need VerifedMethod nor CompilerCallbacks."Nicolas Geoffray2016-02-191-1/+1
|\
| * The JIT does not need VerifedMethod nor CompilerCallbacks.Nicolas Geoffray2016-02-181-1/+1
* | Add statistics support for some optimizationsJean-Philippe Halimi2016-02-181-3/+3
|/
* ART: Run SsaBuilder from HGraphBuilderDavid Brazdil2016-02-151-72/+61
* Split elf_writer_debug.cc to several files.David Srbecky2016-02-081-3/+3
* Merge "Move code related to debug info generation to its own directory."David Srbecky2016-02-081-7/+6
|\
| * Move code related to debug info generation to its own directory.David Srbecky2016-02-081-7/+6
* | Revert "Revert "Implement on-stack replacement for arm/arm64/x86/x86_64.""Nicolas Geoffray2016-02-051-14/+28
|/
* ART: Implement HSelectDavid Brazdil2016-01-281-4/+4
* Revert "Revert "Add option to generate compressed backtrace info.""David Srbecky2016-01-261-1/+1
* Revert "Add option to generate compressed backtrace info."David Srbecky2016-01-251-1/+1
* Add option to generate compressed backtrace info.David Srbecky2016-01-221-1/+1
* Revert "ARM/ARM64: Extend support of instruction combining."Nicolas Geoffray2016-01-221-5/+1
* ARM/ARM64: Extend support of instruction combining.Ilmir Usmanov2016-01-211-1/+5
* Merge "ART: Remove Baseline compiler"David Brazdil2016-01-181-108/+41
|\
| * ART: Remove Baseline compilerDavid Brazdil2016-01-181-108/+41
* | Move --dump-cfg and dump-cfg-append to CompilerOptions.Nicolas Geoffray2016-01-181-3/+3
|/
* Merge "Implement irreducible loop support in optimizing."Nicolas Geoffray2016-01-141-8/+5
|\
| * Implement irreducible loop support in optimizing.Nicolas Geoffray2016-01-141-8/+5
* | Add DWARF type information generation.Tamas Berghammer2016-01-131-1/+1
* | Report DWARF debug information for JITed code.David Srbecky2016-01-131-0/+38
|/
* ART: Resolve ambiguous ArraySetsDavid Brazdil2016-01-061-2/+2
* Revert "Revert "Tweak inlining heuristics.""Nicolas Geoffray2016-01-041-1/+11
* ART: Refactor SsaBuilder for more precise typing infoDavid Brazdil2015-12-311-22/+29
* Dex2oat support for multiple oat file and image file outputs.Jeff Hao2015-12-231-1/+5
* Merge "Revert "Tweak inlining heuristics.""Nicolas Geoffray2015-12-171-11/+1
|\
| * Revert "Tweak inlining heuristics."Nicolas Geoffray2015-12-171-11/+1
* | Merge "Tweak inlining heuristics."Nicolas Geoffray2015-12-171-1/+11
|\|
| * Tweak inlining heuristics.Nicolas Geoffray2015-12-171-1/+11
* | Revert "ART: Refactor SsaBuilder for more precise typing info"Alex Light2015-12-151-29/+22
|/
* ART: Refactor SsaBuilder for more precise typing infoDavid Brazdil2015-12-141-22/+29
* Get source mapping table from stack maps.David Srbecky2015-12-101-2/+2