Revived grgen dumper for TTC 2011.
[libfirm] / ir / opt /
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.
2011-01-19 Michael BeckAmendment of r28263 which was committed too early.
2011-01-19 Christoph MallonCorrect signed/unsigned mismatches due to size_t.
2011-01-18 Michael BeckFixed some size_t related warnings.
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...
next