summaryrefslogtreecommitdiffstats
path: root/compiler/optimizing/graph_visualizer.h
Commit message (Expand)AuthorAgeFilesLines
* ART: Print C1vis header only if visualizer enabledDavid Brazdil2015-04-071-2/+2
* Create HGraph outside Builder, print timingsDavid Brazdil2015-02-041-5/+0
* Implement LICM in optimizing compiler.Nicolas Geoffray2015-01-301-4/+0
* ART: Added Checker, a pattern matching test engineDavid Brazdil2014-12-171-13/+3
* Inlining support in optimizing.Nicolas Geoffray2014-12-151-10/+1
* ART: Fix unused variables and functionsAndreas Gampe2014-11-241-1/+0
* C++11 related clean-up of DISALLOW_..Ian Rogers2014-10-221-0/+2
* Revert "Revert "Introduce a class to implement optimization passes.""Roland Levillain2014-10-171-1/+1
* Tidy ELF builder.Ian Rogers2014-10-091-1/+1
* 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
* First optimization in new compiler: simple GVN.Nicolas Geoffray2014-09-191-0/+2
* Final CL to enable register allocation on x86.Nicolas Geoffray2014-06-121-0/+3
* Add a linear scan register allocator to the optimizing compiler.Nicolas Geoffray2014-05-261-1/+7
* Linearize the graph before creating live ranges.Nicolas Geoffray2014-05-161-0/+6
* Add a compilation tracing mechanism to the new compiler.Nicolas Geoffray2014-05-141-0/+63