summaryrefslogtreecommitdiff
path: root/compiler/optimizing/graph_visualizer.h
AgeCommit message (Expand)Author
2021-01-08Add operator<< for HGraph and HInstructions.Alex Light
2021-01-06Optimizing: Add debugging output for HInstruction.Vladimir Marko
2020-07-22Dump instruction set features in .cfgFabio Rinaldi
2019-10-14Revert "Make compiler/optimizing/ symbols hidden."Vladimir Marko
2019-10-14Make compiler/optimizing/ symbols hidden.Vladimir Marko
2015-07-15ART: Build SSA form when try/catch is presentDavid Brazdil
2015-06-22Opt compiler: Add disassembly to the '.cfg' output.Alexandre Rames
2015-04-07ART: Print C1vis header only if visualizer enabledDavid Brazdil
2015-02-04Create HGraph outside Builder, print timingsDavid Brazdil
2015-01-30Implement LICM in optimizing compiler.Nicolas Geoffray
2014-12-17ART: Added Checker, a pattern matching test engineDavid Brazdil
2014-12-15Inlining support in optimizing.Nicolas Geoffray
2014-11-24ART: Fix unused variables and functionsAndreas Gampe
2014-10-22C++11 related clean-up of DISALLOW_..Ian Rogers
2014-10-17Revert "Revert "Introduce a class to implement optimization passes.""Roland Levillain
2014-10-09Tidy ELF builder.Ian Rogers
2014-10-01Revert "Introduce a class to implement optimization passes."Nicolas Geoffray
2014-10-01Introduce a class to implement optimization passes.Roland Levillain
2014-09-19First optimization in new compiler: simple GVN.Nicolas Geoffray
2014-06-12Final CL to enable register allocation on x86.Nicolas Geoffray
2014-05-26Add a linear scan register allocator to the optimizing compiler.Nicolas Geoffray
2014-05-16Linearize the graph before creating live ranges.Nicolas Geoffray
2014-05-14Add a compilation tracing mechanism to the new compiler.Nicolas Geoffray