summaryrefslogtreecommitdiffstats
path: root/compiler/optimizing/graph_visualizer.cc
Commit message (Expand)AuthorAgeFilesLines
* 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