summaryrefslogtreecommitdiff
path: root/compiler/optimizing/graph_visualizer.h
AgeCommit message (Expand)Author
2014-11-24ART: Fix unused variables and functions Andreas 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