give Bad nodes a mode
[libfirm] / ir / opt / loop.c
2011-05-06 Matthias Braungive Bad nodes a mode
2011-04-08 Andreas Zwinkaumerge kaps
2011-02-28 Matthias Braunstarted adding a relation to the Cmp node
2011-02-21 Matthias Braunfix wrong usage of ircons functions
2011-02-09 Matthias Braunremove DivMod
2011-02-09 Michael BeckFurther spread size_t.
2011-02-03 Michael BeckFixed more size_T related warnings.
2011-01-28 Michael BeckFixed more size_t related warnings.
2011-01-24 Michael BeckFixed a lot of size_t related warnings, most of them...
2011-01-08 Matthias Braunfix whitespace/indentation of loop.c (again)
2010-11-04 Matthias Braunmake firm compilable with a c++ compiler
2010-10-08 Michael BeckC99 feature removed.
2010-10-08 Matthias Braunrename tarval to ir_tarval
2010-10-06 Christian HelmerFixed wrong usage of Abs node, fixed calculations,...
2010-10-06 Matthias Brauncleanup ircons code; add current_ir_graph independent...
2010-10-06 Matthias Braunforbid calls of new_XXX and new_d_XXX when not in phase...
2010-10-06 Matthias Braunfix trailing whitespaces and tabulators in the middle...
2010-09-22 Matthias Braunremove MacroBlock concept
2010-09-06 Matthias Braunremove Abs node, backends can match the abs patterns...
2010-05-21 Michael BeckBugfix: fixed uninitialized variable.
2010-05-20 Matthias BraunC99 feature remove
2010-05-17 Christian HelmerFixed wrongly set debug values.
2010-05-17 Christian HelmerLoop unrolling implemented. Unrolling passes every...
2010-04-24 Michael BeckC99 feature removed.
2010-04-13 Christian HelmerLoop inversion: Fixed bug in find_condition_chain and...
2010-04-07 Michael BeckC99 feature removed.
2010-03-26 Christian Helmerloop inversion: Fixed bug, that prevented compilation...
2010-03-24 Christian HelmerLoop inversion is more elegant and cleaned up now by...
2010-03-09 Matthias Braunmake firm (mostly) -Wmissing-prototypes clean
2010-02-16 Christian HelmerFixed bug, partially reverted to an earlier version.
2010-02-16 Christian HelmerRefactoring
2010-02-13 Christoph MallonPut a space after if/for/switch/while.
2010-02-13 Christoph MallonPut opening curly brace of functions on a separate...
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