summaryrefslogtreecommitdiffstats
path: root/compiler/optimizing/nodes.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix some bugs in graph construction/simplification methods.Nicolas Geoffray2014-06-091-7/+12
* Add a linear scan register allocator to the optimizing compiler.Nicolas Geoffray2014-05-261-0/+1
* Import Dart's parallel move resolver.Nicolas Geoffray2014-05-231-0/+11
* Add a compilation tracing mechanism to the new compiler.Nicolas Geoffray2014-05-141-4/+4
* Add loop recognition and CFG simplifications in new compiler.Nicolas Geoffray2014-05-131-46/+163
* Build live-in, live-out and kill sets for each block.Nicolas Geoffray2014-05-071-13/+11
* Add a Transform to SSA phase to the optimizing compiler.Nicolas Geoffray2014-04-281-7/+160
* Fix lint error, and Makefile that could be confused with local files.Nicolas Geoffray2014-03-181-1/+1
* Plug new optimizing compiler in compilation pipeline.Nicolas Geoffray2014-03-181-25/+26
* More code generation for the optimizing compiler.Nicolas Geoffray2014-03-131-0/+1
* Add register support to the optimizing compiler.Nicolas Geoffray2014-03-101-0/+4
* Add codegen support to the optimizing compiler.Nicolas Geoffray2014-03-041-5/+5
* Add conditional branches, and build dominator tree.Nicolas Geoffray2014-02-261-0/+97
* Re-apply: Initial check-in of an optimizing compiler.Nicolas Geoffray2014-02-191-0/+60
* Revert "Initial check-in of an optimizing compiler."Nicolas Geoffray2014-02-191-60/+0
* Initial check-in of an optimizing compiler.Nicolas Geoffray2014-02-191-0/+60