summaryrefslogtreecommitdiffstats
path: root/compiler/optimizing/nodes.h
Commit message (Expand)AuthorAgeFilesLines
* Fix some bugs in graph construction/simplification methods.Nicolas Geoffray2014-06-091-13/+31
* Add a linear scan register allocator to the optimizing compiler.Nicolas Geoffray2014-05-261-17/+19
* Import Dart's parallel move resolver.Nicolas Geoffray2014-05-231-0/+85
* Build live ranges in preparation for register allocation.Nicolas Geoffray2014-05-191-2/+43
* Linearize the graph before creating live ranges.Nicolas Geoffray2014-05-161-1/+1
* Add a compilation tracing mechanism to the new compiler.Nicolas Geoffray2014-05-141-3/+14
* Add loop recognition and CFG simplifications in new compiler.Nicolas Geoffray2014-05-131-30/+110
* Build live-in, live-out and kill sets for each block.Nicolas Geoffray2014-05-071-9/+85
* Add a Transform to SSA phase to the optimizing compiler.Nicolas Geoffray2014-04-281-31/+192
* Simplify HInvokeStatic code generation.Nicolas Geoffray2014-04-171-19/+0
* Long support in optimizing compiler.Nicolas Geoffray2014-04-161-4/+49
* Test control flow instruction with optimizing compiler.Nicolas Geoffray2014-04-081-0/+13
* Add support for taking parameters in optimizing compiler.Nicolas Geoffray2014-04-071-1/+59
* Add support for new-instance and invoke-direct.Nicolas Geoffray2014-04-041-5/+22
* Support passing arguments to invoke-static* instructions.Nicolas Geoffray2014-04-031-3/+41
* Add support for adding two integers in optimizing compiler.Nicolas Geoffray2014-03-311-5/+41
* Add support for invoke-static in optimizing compiler.Nicolas Geoffray2014-03-311-0/+37
* Plug new optimizing compiler in compilation pipeline.Nicolas Geoffray2014-03-181-46/+46
* More code generation for the optimizing compiler.Nicolas Geoffray2014-03-131-3/+59
* Add register support to the optimizing compiler.Nicolas Geoffray2014-03-101-11/+170
* Add codegen support to the optimizing compiler.Nicolas Geoffray2014-03-041-3/+21
* Move arena_bit_vector.h/cc to compiler/utils.Nicolas Geoffray2014-02-261-1/+1
* Add conditional branches, and build dominator tree.Nicolas Geoffray2014-02-261-10/+86
* Re-apply: Initial check-in of an optimizing compiler.Nicolas Geoffray2014-02-191-0/+276
* Revert "Initial check-in of an optimizing compiler."Nicolas Geoffray2014-02-191-274/+0
* Initial check-in of an optimizing compiler.Nicolas Geoffray2014-02-191-0/+274