summaryrefslogtreecommitdiff
path: root/compiler/optimizing/graph_visualizer.cc
AgeCommit message (Expand)Author
2014-09-23Fix code generation with materialized conditions. Nicolas Geoffray
2014-09-18Small fixes to get the boot image compiled in debug mode. Nicolas Geoffray
2014-07-21Add assembly operations with constants in optimizing compiler. Nicolas Geoffray
2014-07-02Support longs in the register allocator for x86_64. 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-19Build live ranges in preparation for register allocation. 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