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