put node descriptions into the spec file
[libfirm] / ir / opt /
2011-01-08 Matthias Braunfix whitespace/indentation of loop.c (again)
2011-01-06 Michael BeckFixed some 64bit warnings because of mixing size_t...
2010-12-27 Michael BeckFixed warning because of wrong type.
2010-11-04 Matthias Braunmake firm compilable with a c++ compiler
2010-10-11 Matthias Braunmake libfirm work with strings being const char*
2010-10-08 Michael BeckFixed typo.
2010-10-08 Michael BeckMoved functions from opt_confirms.h into official heade...
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 Braunremove irsimpletype stuff (unused/broken)
2010-10-06 Matthias Brauncleanup ircons code; add current_ir_graph independent...
2010-10-06 Matthias Braunmake some more optimisations independent of current_ir_...
2010-10-06 Matthias Braunmake reassoc independent of current_ir_graph
2010-10-06 Matthias Braunforbid calls of new_XXX and new_d_XXX when not in phase...
2010-10-06 Matthias Braunjumpthreading: do not rely on current_ir_graph
2010-10-06 Matthias Braunallow_ifconv callback may not be NULL anymore
2010-10-06 Matthias Braunfix trailing whitespaces and tabulators in the middle...
2010-09-22 Matthias Braunremove some unnecessary/confusing flags
2010-09-22 Matthias Braunremove MacroBlock concept
2010-09-10 Matthias Braunremove normalize_proj_nodes, Projs aren't in the wrong...
2010-09-06 Matthias Braunremove Abs node, backends can match the abs patterns...
2010-08-18 Matthias Braunremove lots of unnecessary and dangerous current_ir_gra...
2010-08-18 Matthias Braunmake if-conversion and archdep optimisations get their...
2010-08-12 Matthias Braunidentifiers starting with _ are reserved; remove this...
2010-08-07 Michael BeckMostly reverted r27894, removed usage of unreachable.
2010-08-07 Michael BeckAdd an Unreachable node.
2010-07-28 Matthias Braunno unnecessary and cryptic abreviations: rename vrfy...
2010-07-28 Matthias Braunreplace is_no_Block() with !is_Block()
2010-07-19 Matthias Braunremove unused/broken interprocedural view
2010-07-08 Matthias Brauncleanup irphase: phase_reinit is a special case and...
2010-06-25 Matthias Brauncleanup and rewrite dumper interface
2010-05-21 Michael BeckBugfix: fixed uninitialized variable.
2010-05-21 Matthias Braunsimplify confusing entity/owner interfaces. There is...
2010-05-20 Jonas FietzFix a bug in comparison evaluation
2010-05-20 Matthias BraunC99 feature remove
2010-05-19 Matthias Braunfix warning
2010-05-19 Matthias Braunmove util.h to private API, harmonize SIZ(array) vs...
2010-05-17 Christian HelmerFixed wrongly set debug values.
2010-05-17 Christian HelmerLoop unrolling implemented. Unrolling passes every...
2010-05-03 Matthias Braunfix a bunch of warnings reported by cparser
2010-04-24 Michael BeckC99 feature removed.
2010-04-14 Michael Beckfixed indentation
2010-04-14 Matthias Brauncombos constant dataflow analysis has to be consistent...
2010-04-13 Sebastian BuchwaldCreate the in array before the node is constructed...
2010-04-13 Sebastian BuchwaldCreate a new node with the right mode instead of changi...
2010-04-13 Hannes Rappfix bug in default ifconv handler
2010-04-13 Christian HelmerLoop inversion: Fixed bug in find_condition_chain and...
2010-04-13 Michael BeckSome improvements:
2010-04-12 Christoph MallonAdd missing break.
2010-04-12 Christoph MallonCorrect bug in Mux-case of fixpoint VRP: This z must...
2010-04-12 Michael BeckAdd pass constructor C99 feature removed.
2010-04-12 Christoph MallonAdd minimal fixpoint VRP.
2010-04-10 Michael BeckIgnore Id's that arise because we modify the graph...
2010-04-10 Michael BeckReverted r27368, needed for propagation of changed...
2010-04-10 Michael BeckAdd missing debug module initialization ...
2010-04-10 Michael BeckProbably compute_Cmp() can ge removed at all, compute_P...
2010-04-09 Michael BeckBugfix: add missing NaN handling for Cmp nodes inside...
2010-04-07 Michael BeckC99 feature removed.
2010-03-30 Matthias Braundebug output wasn't always initialized properly
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-18 Jonas FietzAdd temporary fix for conv-problems
2010-03-17 Matthias Brauninvalidate phase info before starting the code selectio...
2010-03-15 Matthias Braunfix various warnings reported by cparser
2010-03-12 Matthias Braunrework bitset to use raw_bitset
2010-03-11 Michael Beck- fixed off-by-one error after phase refactoring
2010-03-10 Matthias Braun- fix most of the -Wunreachable-code and -Wlogical...
2010-03-09 Matthias Braunmake firm (mostly) -Wmissing-prototypes clean
2010-03-07 Matthias Braunmerge common graph copying code; move dead code elimina...
2010-03-07 Matthias Braunmerge similar Load von non-null address optimisations...
2010-03-07 Matthias Braun- cleanup and simplify inlining code
2010-03-03 Matthias Braunalloc has a count not a size argument, reflect this...
2010-03-01 Matthias Braun- remove block parameter from new_r_Proj and new_rd_Proj
2010-03-01 Matthias Braunfix for my last commit
2010-02-27 Jonas FietzCopy phase information in DCE to preserve it over index...
2010-02-21 Christoph MallonPut opening curly brace of functions on a separate...
2010-02-19 Christoph MallonRemove address name SymConsts.
2010-02-16 Christian HelmerFixed bug, partially reverted to an earlier version.
2010-02-16 Christian HelmerRefactoring
2010-02-14 Christoph MallonSome more cleanup: Put the return type and other specif...
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-12 Matthias Braundon't ignore entities in Sels
2010-02-11 Michael BeckAdd pass creating for loop inversion, unrolling, peelin...
2010-02-11 Sebastian BuchwaldFixed fehler176.
2010-02-10 Jonas FietzAdd some optimizations for jumpthreading using vrp...
2010-02-08 Christian Helmercparser now knows 'unroll-loops'.
2010-02-05 Matthias Brauna new garbage collection pass less conservative than...
2010-02-04 Matthias Braun- representing the 3-state visibility (default,local...
2010-02-03 Matthias Braunfix some assertions; correctly handle weak symbols
2010-02-03 Matthias BraunRework linkage types in firm.
2010-02-02 Christian HelmerLoop unrolling implemented. Inversion+unrolling fail...
2010-01-29 Matthias Braunfix allow_ifconv being called with true/false swapped
2010-01-28 Olaf Liebelower_highlevel didn't invalidate outedges, code_placem...
2010-01-19 Matthias Braun- allow_ifconv interface was totally braindamaged....
2010-01-18 Michael BeckAdd a rule to transform x .op. (x .op. y) into y .op...
2010-01-18 Michael BeckFixed move_consts_up() failure in some contexts (This...
2010-01-15 Christoph MallonCorrect typo in comment.
2010-01-14 Michael BeckC99 feature removed.
next