summaryrefslogtreecommitdiff
path: root/compiler/optimizing/graph_visualizer.h
Commit message (Expand)AuthorAgeFilesLines
* Add operator<< for HGraph and HInstructions.Alex Light2021-01-081-1/+17
* Optimizing: Add debugging output for HInstruction.Vladimir Marko2021-01-061-2/+4
* Dump instruction set features in .cfgFabio Rinaldi2020-07-221-0/+5
* Revert "Make compiler/optimizing/ symbols hidden."Vladimir Marko2019-10-141-2/+1
* Make compiler/optimizing/ symbols hidden.Vladimir Marko2019-10-141-1/+2
* ART: Build SSA form when try/catch is presentDavid Brazdil2015-07-151-1/+1
* Opt compiler: Add disassembly to the '.cfg' output.Alexandre Rames2015-06-221-0/+67
* 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