Emit bad instead of broken code for Add on amd64.
[libfirm] / ir / opt /
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.
2010-01-14 Christian HelmerLoop inversion does not fail the given test cases but...
2010-01-09 Michael BeckSmall optimization. Note that the else case crashes...
2010-01-05 Matthias BraunPrimitive, Pointer, Array and Method types are anonymou...
2010-01-04 Michael BeckBugFix: fixed conversion for x < lo || x >|>= hi
2010-01-03 Michael BeckBugFix:
2010-01-03 Michael BeckBugFixes:
2010-01-03 Michael BeckBugFix: a Cmp can be in a different block than its...
2010-01-02 Michael BeckFixed some obviously wrong conditions.
2010-01-02 Michael Beck- handle p == 0 || q == 0
2010-01-02 Michael Beck- handle p == NULL || q == NULL and friends
2010-01-02 Michael Beck- implement a <= x <= b ==> x-a <=u b-a
2010-01-02 Michael BeckFixed and enhanced boolopt:
2009-12-30 Michael Beckimplement ir_graph_pass_set_parallel()
2009-12-30 Michael Beck- changed to able to "run the path parallel"
2009-12-29 Matthias Braunadapt to firm coding conventions
2009-12-21 Matthias Braunfix
2009-12-21 Matthias Braunmove iropt_dbg to private API (it had wrong includes...
2009-12-21 Matthias Braunrename opt_sync to opt_parallelize_mem
2009-12-21 Matthias Braunremove lots of commented code
2009-12-19 Michael BeckC99 features removed.
2009-12-16 Matthias Braun- remove some more of the optimisation flags inside...
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-11 Matthias Braunremove the concept of M_except, we always use the norma...
2009-12-01 Michael Beck- removed C99 features
2009-11-23 Christian HelmerLoop peeling refactored.
2009-11-20 Christian HelmerInitial version of loop peeling
2009-10-01 Matthias Braun- refactoring of backend generator scripts: You can...
2009-09-17 Matthias Braununnecessary map
2009-09-10 Sebastian Buchwaldtypos
2009-09-02 Christoph MallonAdd OALLOC*() to make allocating from obstacks a bit...
2009-08-30 Michael BeckChanged splitting of commutative nodes: Instead of...
2009-08-24 Sebastian BuchwaldSummary is not a doxygen tag
2009-08-23 Michael Beck- fixed pass manager
2009-08-20 Michael BeckAdd passes for inlining, private methods.
2009-08-19 Christoph MallonNext iteration for resolving warnings.
2009-08-19 Christoph MallonUse correct return type (void) for pass wrapper callbacks.
2009-08-17 Michael Beck- add more pass constructors
2009-08-17 Michael Beck- moved pass constructors from irtools to irpass
next