summaryrefslogtreecommitdiffstats
path: root/compiler/optimizing/graph_visualizer.cc
Commit message (Expand)AuthorAgeFilesLines
* ART: Rediscover loops after deleting blocks in DCEDavid Brazdil2015-05-131-1/+3
* Add a parent environment to HEnvironment.Nicolas Geoffray2015-05-111-9/+14
* [optimizing] Add memory barriers in constructors when neededCalin Juravle2015-04-201-0/+4
* ART: Print C1vis header only if visualizer enabledDavid Brazdil2015-04-071-6/+4
* [optimizing] Implement X86 intrinsic supportMark Mendell2015-03-261-0/+2
* ART: Add -WunusedAndreas Gampe2015-02-241-3/+9
* Ensure the graph is correctly typed.Nicolas Geoffray2015-02-191-0/+4
* ART: Dump environment to cfg file.Zheng Xu2015-02-041-0/+13
* Create HGraph outside Builder, print timingsDavid Brazdil2015-02-041-9/+7
* Implement LICM in optimizing compiler.Nicolas Geoffray2015-01-301-0/+9
* ART: Further refactor use listsDavid Brazdil2015-01-271-3/+9
* Optimizing: Speed up HEnvironment use removalDavid Brazdil2015-01-261-1/+1
* Merge "ART: Replace NULL to nullptr in the optimizing compiler"Roland Levillain2015-01-211-1/+1
|\
| * ART: Replace NULL to nullptr in the optimizing compilerJean Christophe Beyler2015-01-211-1/+1
* | Revert "Revert "Fully support pairs in the register allocator.""Nicolas Geoffray2015-01-211-0/+4
* | Revert "Fully support pairs in the register allocator."Nicolas Geoffray2015-01-211-4/+0
* | Fully support pairs in the register allocator.Nicolas Geoffray2015-01-211-0/+4
* | Merge "ART: Fixed formatting in HGraphVisualizerPrinter"David Brazdil2015-01-081-4/+4
|\ \
| * | ART: Fixed formatting in HGraphVisualizerPrinterDavid Brazdil2015-01-081-4/+4
* | | Implement double and float support for arm in register allocator.Nicolas Geoffray2015-01-081-4/+11
|/ /
* | ART: Refactored VisualizerPrinter visitor patternDavid Brazdil2014-12-291-14/+21
* | ART: Added Checker, a pattern matching test engineDavid Brazdil2014-12-171-7/+16
|/
* Inlining support in optimizing.Nicolas Geoffray2014-12-151-24/+4
* Implement register allocator for floating point registers.Nicolas Geoffray2014-10-211-10/+8
* Revert "Revert "Introduce a class to implement optimization passes.""Roland Levillain2014-10-171-1/+1
* Stop converting from Location to ManagedRegister.Nicolas Geoffray2014-10-091-2/+2
* Add a prepare for register allocation pass.Nicolas Geoffray2014-10-061-0/+2
* Revert "Introduce a class to implement optimization passes."Nicolas Geoffray2014-10-011-1/+1
* Introduce a class to implement optimization passes.Roland Levillain2014-10-011-1/+1
* Fix code generation with materialized conditions.Nicolas Geoffray2014-09-231-0/+8
* Small fixes to get the boot image compiled in debug mode.Nicolas Geoffray2014-09-181-3/+22
* Add assembly operations with constants in optimizing compiler.Nicolas Geoffray2014-07-211-0/+4
* Support longs in the register allocator for x86_64.Nicolas Geoffray2014-07-021-2/+4
* Final CL to enable register allocation on x86.Nicolas Geoffray2014-06-121-18/+57
* Add a linear scan register allocator to the optimizing compiler.Nicolas Geoffray2014-05-261-16/+21
* Build live ranges in preparation for register allocation.Nicolas Geoffray2014-05-191-2/+27
* Linearize the graph before creating live ranges.Nicolas Geoffray2014-05-161-0/+17
* Add a compilation tracing mechanism to the new compiler.Nicolas Geoffray2014-05-141-0/+199