summaryrefslogtreecommitdiff
path: root/compiler/optimizing/linearize_test.cc
AgeCommit message (Expand)Author
2015-04-15Move the linear order to the HGraph. Nicolas Geoffray
2015-04-01[optimizing] Implement x86/x86_64 math intrinsics Mark Mendell
2015-02-19Move arenas into runtime Mathieu Chartier
2015-02-04Create HGraph outside Builder, print timings David Brazdil
2015-01-16Add implicit null checks for the optimizing compiler Calin Juravle
2014-12-15Inlining support in optimizing. Nicolas Geoffray
2014-12-02Treat SSA transformation special, as we may have to bailout. Nicolas Geoffray
2014-11-24Revert "Revert "Fix the computation of linear ordering."" Nicolas Geoffray
2014-11-24Revert "Fix the computation of linear ordering." Nicolas Geoffray
2014-11-21Fix the computation of linear ordering. Nicolas Geoffray
2014-09-11Fix valgrind errors. Nicolas Geoffray
2014-06-10Plug code generator into liveness analysis. Nicolas Geoffray
2014-05-16Workaround for multi-line comment error when compiled with g++. Nicolas Geoffray
2014-05-16Linearize the graph before creating live ranges. Nicolas Geoffray