Add pass creating for loop inversion, unrolling, peeling and mux lowering.
[libfirm] / ir / opt / loop.c
2010-02-11 Michael BeckAdd pass creating for loop inversion, unrolling, peelin...
2010-02-08 Christian Helmercparser now knows 'unroll-loops'.
2010-02-02 Christian HelmerLoop unrolling implemented. Inversion+unrolling fail...
2010-01-14 Michael BeckC99 feature removed.
2010-01-14 Christian HelmerLoop inversion does not fail the given test cases but...
2010-01-02 Michael BeckFixed some obviously wrong conditions.
2009-12-19 Michael BeckC99 features removed.
2009-12-16 Matthias Braunput optimisation module init function declarations...
2009-12-15 Christian HelmerLoop peeling and inversion functional but with errors...
2009-12-14 Christian HelmerLoop peeling and loop inversion functioning but still...
2009-12-01 Michael Beck- removed C99 features
2009-11-23 Christian HelmerLoop peeling refactored.
2009-11-20 Christian HelmerInitial version of loop peeling