Remove obsolete outs invalidation
[libfirm] / ir / opt /
2011-05-09 Andreas ZwinkauRemove obsolete outs invalidation
2011-05-06 Andreas ZwinkauUse mode from type instead of return value
2011-05-06 Andreas ZwinkauFix ack/t7
2011-05-06 Andreas ZwinkauAdapt cfopt to Bads with modes
2011-05-06 Andreas ZwinkauRevert "fix opt/loop_without_phi"
2011-05-06 Andreas Zwinkaucfopt maintains Bads now
2011-05-06 Matthias Braunopt_inline: fix uninitialized memory usage
2011-05-06 Matthias Braungive Bad nodes a mode
2011-05-05 Christoph MallonPrevent endless recursion in if-conv in endless loops.
2011-05-05 Sebastian BuchwaldA function that (indirectly) calls itself is not const...
2011-05-05 Christoph MallonFix embarrassing typo in fp-vrp.
2011-05-05 Christoph MallonUse the bound of ==-Confirms in fixpoint vrp.
2011-05-05 Andreas Zwinkaufix opt/loop_without_phi
2011-05-05 Andreas Zwinkaufix opt/gcse_no_end
2011-05-04 Matthias Brauncfopt: fix countless bugs introduced when changing...
2011-05-04 Matthias Braunfix cfopt not marking all possible blocks as removable...
2011-05-04 Christoph MallonConsider that unreachble blocks might have no bitinfo.
2011-05-04 Christoph MallonAssert monotonicity in set_bitinfo().
2011-05-04 Christoph MallonEnsure that the result of a node is undefined if any...
2011-05-04 Christoph MallonConsider that unreachble blocks might have no bitinfo.
2011-05-04 Christoph MallonCorrectly handle the case that unreachble blocks are...
2011-05-04 Christoph MallonModel (un)reachable block info with bottom/top, not...
2011-05-04 Christoph MallonInitially mark the end block as reachable and set the...
2011-05-04 Christoph MallonFetch traval false/true once in transfer() for better...
2011-05-03 Michael BeckAmend combo fix.
2011-05-03 Michael BeckFixed combo by fixing an old artefact from the older...
2011-05-02 Matthias Braunalso do unreachable code elimination during gcse
2011-05-02 Matthias Brauncleanup/partly rewrite code_placement algo
2011-04-30 Michael BeckFurther push size_t.
2011-04-29 Christoph MallonAdd simple transfer function for Confirm in fp-vrp.
2011-04-29 Christoph MallonImprove and correct fp-vrp transformation.
2011-04-28 Christoph MallonClean up in ifconv a bit.
2011-04-28 Matthias Braunimprove fp-vrp unreachable code handling
2011-04-28 Matthias BraunSimplify handling of unreachable code
2011-04-28 Matthias Braunadd unknown_jump opflag for the special case of a jump...
2011-04-28 Matthias Braunslight cleanup of ifconv code
2011-04-26 Andreas ZwinkauBetter fix for opt/ldst.c
2011-04-26 Andreas ZwinkauFix opt/ldst.c
2011-04-24 Michael BeckFixed some size_t related warnings.
2011-04-24 Michael BeckSwitch irg index to type size_t, making the API more...
2011-04-21 Andreas ZwinkauFix opt/jumpthreading4.c
2011-04-20 Sebastian BuchwaldSimplify code.
2011-04-20 Matthias Braunhide cdep struct behind getter, make it more robust...
2011-04-20 Sebastian BuchwaldWe do not need to place Phis in dead blocks.
2011-04-15 Matthias Braunfix mismatched decl/implementation
2011-04-15 Matthias Braunfix warning
2011-04-14 Christoph MallonTry fixing if-conversion in presence of endless loops.
2011-04-13 Matthias Braunadd another out-edges hack to avoid finding dead code
2011-04-08 Andreas Zwinkaumerge kaps
2011-04-03 Michael BeckFixed tail recursion optimization.
2011-03-30 Matthias BraunRevert "merge gcse into place_code (a better solution...
2011-03-30 Matthias Braunremove get_irg_tls() concept, simply use SymConst and...
2011-03-30 Matthias Braunremove the deprecated and unused construct of a value_r...
2011-03-30 Matthias Braunremove pointless first_variadic_param attribute from...
2011-03-30 Matthias Braunsimplify opt_funccall interface
2011-03-30 Matthias Braunmerge gcse into place_code (a better solution would...
2011-03-24 Michael BeckUse debug printer instead direct output, fix some size_...
2011-03-16 Matthias Braunload-after-load and load-after-store with different...
2011-03-16 Matthias Braunremove unused cacheopt code
2011-03-16 Matthias Braunreplace and kill survive_dce stuff
2011-03-16 Andreas ZwinkauAdding some comments to ifconv.c
2011-03-16 Christoph MallonHandle if-conversion within endless loops properly...
2011-03-15 Andreas ZwinkauSkip self-dependencies in ifconv
2011-03-15 Andreas Zwinkautypo
2011-03-15 Michael BeckHandle unoptimized end block smoothly.
2011-03-09 Christoph MallonFix typos in comments: s/it's/its/ and related corrections.
2011-03-06 Michael BeckFixed size_t related warnings.
2011-03-02 Michael BeckFixed size_t related warnings.
2011-03-01 Michael BeckFixed size_t related warnings.
2011-03-01 Michael BeckC99 features removed.
2011-02-28 Matthias Braunstarted adding a relation to the Cmp node
2011-02-26 Michael BeckSimplified the code and fixed a comment.
2011-02-26 Michael Beckcombo uses now the node_cmp_attr_func for lambda.opcode.
2011-02-21 Matthias Braunfix wrong usage of ircons functions
2011-02-18 Michael BeckBugFix: ensure that two ASM nodes are never congruent...
2011-02-18 Michael BeckRemoved C99 feature, adapt to Firm coding conventions.
2011-02-18 Andreas ZwinkauFix opt/git_error.c testcase
2011-02-17 Michael BeckFinally fix the "wrong" assert of r28379.
2011-02-17 Matthias BraunRevert reversion of r28379. Maybe this way it's clear...
2011-02-16 Michael BeckRevert r28379.
2011-02-16 Andreas ZwinkauRemove broken assert
2011-02-11 Michael BeckFixed backward iteration using size_t again.
2011-02-11 Matthias Braunuse long for now so at least not half the testsuite...
2011-02-11 Michael BeckWindows has no ssize_t ...
2011-02-09 Matthias Braunremove Quot node (just use Div instead)
2011-02-09 Matthias Braunremove DivMod
2011-02-09 Matthias Braunfurther spread size_t (all warnings on linux/gcc fixed)
2011-02-09 Matthias Braunfix bugs introduced in last commit
2011-02-09 Michael BeckFurther spread size_t.
2011-02-06 Christoph MallonHandle some cases of </<=/>=/> comparisons in the fixpo...
2011-02-06 Christoph MallonFix several size_t related signed/unsigned warnings.
2011-02-03 Michael BeckFixed more size_T related warnings.
2011-02-03 Michael BeckBugFix: when we create a new Conv node in combo's excha...
2011-01-31 Christoph MallonCorrect typo in comment.
2011-01-30 Michael BeckMore size_t related changes.
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-24 Michael BeckFixed broken refactoring of r28264.
2011-01-24 Michael BeckFixed size_t issues.
2011-01-24 Michael BeckFixed some size_t related warnings.
next