Indentation, braces.
[libfirm] / ir / opt /
2008-09-11 Christoph MallonDo not mark functions with kept basic blocks (endless...
2008-09-11 Christoph Mallons/get_irn_op(x) {==,!=} op_FOO/{,!}is_FOO(x)/.
2008-09-11 Christoph Mallons/Block_not_block_visited(x)/!Block_block_visited(x)/.
2008-09-10 Michael Beck- Changed keep logic: all nodes can be keeped yet,...
2008-09-10 Christoph MallonUse Block-specific functions instead of generic get_irn...
2008-09-10 Christoph MallonFix typo in comment.
2008-09-04 Christoph MallonRename -fluffig to -fsync, perform opt_sync() (formerly...
2008-09-03 Christoph MallonFix fehler147: Do not deconv floats.
2008-08-28 Michael BeckArg: add a missing inc_irg_visited, who has deleted it?
2008-08-26 Michael BeckDo NOT call DBG_OPT_CSE() in identify remember, as...
2008-08-23 Michael Beck- removed NO_FOLLOWER
2008-08-20 Christoph MallonDo not deconv reference modes.
2008-08-19 Michael Beckdetect fully/partly redundant by inspection node index ...
2008-08-19 Michael Beck- more doxygen comments
2008-08-19 Michael Beckadd first statistic support for GVN-PRE and combo
2008-08-17 Christoph MallonResolve warning about unused label.
2008-08-15 Michael Beck- workround for inline of got inlined: we cannot
2008-08-15 Michael Beck- handle endless loops now
2008-08-15 Michael Beck- add support for Eor and Shift nodes
2008-08-15 Michael Beck- if all Condb has Cmp predecessors, allow Unknown...
2008-08-15 Michael Beckshould be enough to place the smaller part on the cprop...
2008-08-14 Michael Beckupdated is_real_follower(): handle other cases
2008-08-14 Michael Beck- reverted to 2bit flags
2008-08-13 Matthias Braunintroduce more generic resource reservation debug helpe...
2008-08-12 Matthias Braundisable load from static const optimisation for new...
2008-08-11 Michael Beck- special Handling for Confirm/Mux nodes needed:
2008-08-10 Michael Beck- More changed:
2008-08-09 Michael Beck- finally understand HOW n-input nodes made the Followe...
2008-08-08 Michael BeckSome things not stated (or not clear) in Clicks Diss:
2008-08-07 Michael Beck- Add missing case in the identity() function
2008-08-07 Michael Beck- speed-up: if a partition has NO follower we can use...
2008-08-07 Michael Beck- new (hopefully better) version of the "initially...
2008-08-07 Michael Beck- first version with "working" (one example) Leader...
2008-08-06 Michael Beck- preliminary support for followers, currently switched off
2008-08-06 Michael BeckBugFix: there was already a variable named cond ...
2008-08-06 Michael Beck- revert r20998, not that simple
2008-08-06 Michael Beck- removed Psi nodes, Mux nodes are used again ...
2008-08-05 Michael Beck- more comments added, renamed some functions to have...
2008-08-05 Michael BeckBugFix: map all anchored nodes of the called graph...
2008-08-05 Michael Beckremoved unneccessary recalculation of out edges
2008-08-04 Michael Beck- BugFix: invalidate analyis info in graph was modified
2008-08-03 Michael Beckfixed warnings
2008-08-03 Michael Beck- More restructureation:
2008-08-02 Michael Beckrevised equivalent_node() functions:
2008-08-02 Michael Beckremoved debug mask setting
2008-08-02 Michael BeckSmall improvements:
2008-08-01 Matthias Brauncommit my experimental new reassoc before it gets lost...
2008-08-01 Michael Beckadd comment
2008-08-01 Michael Beck- tarval_sub() now has an additional parameter, needed for
2008-08-01 Christoph MallonSkip a single downconv even if it has multiple users.
2008-07-31 Michael Beck- use double-linked lists instead of flexible arrays...
2008-07-31 Michael Beck- BugFix: when splitting by input, ensure than Z is...
2008-07-30 Matthias Braunsimply deactivate edges instead of asserting it
2008-07-30 Michael Beck- inline_method moves copied constants to start block yet
2008-07-30 Christoph MallonSort the inputs of a Sync before it is being created...
2008-07-30 Christoph MallonReduce worst time complexity of mem parallelisation...
2008-07-30 Michael Beck- do not kill the start block when folding control...
2008-07-30 Michael Beck- opt_tail_recursion() must run before optimize_funccal...
2008-07-30 Michael Beck- commented out the wrong line
2008-07-30 Michael Beck- add compute_Confirm(), compute_Bad() and compute_Unkn...
2008-07-29 Michael Beck- BugFix: of by one error
2008-07-29 Michael Beck- using tarval_top as an alias for tarval_unreachable...
2008-07-29 Michael BeckAdd NaN condition to Sub AND Cmp
2008-07-29 Michael Beck- BugFix: constants must be evaluated BEFORE congruence...
2008-07-29 Michael Beck- BugFix: fixed the "type is neither Top nor constant...
2008-07-28 Michael Beck- BugFix: Proj nodes must compute TOP if they are in...
2008-07-26 Michael BeckBugFix:
2008-07-26 Michael Beck- BugFix: must check the input of the user node y,...
2008-07-26 Michael Beckfixed warnings
2008-07-26 Michael Beck- BugFix: a node might fall 2 times, so we need a on_fa...
2008-07-26 Michael BeckBugFixes:
2008-07-26 Michael Beck- first working combo version (at least one example...
2008-07-25 Michael Beckadd sorting of out edges, some small fixes
2008-07-25 Michael Beck- out edges now preserve the input position, needed...
2008-07-25 Michael Beck- fixed type_or_ent type: get rod of casts
2008-07-24 Michael Beck- implemented compute_Proj_Cond(), compute_Add()
2008-07-24 Michael Beck- add comment
2008-07-24 Michael Beck- renamed find_const() to find_const_or_confirm()
2008-07-24 Michael Beck- CondEval now really can handle Confirms
2008-07-23 Michael Beckadd dumping hook
2008-07-21 Michael Beck- lattice elements can now contain Symbolic Constants
2008-07-16 Michael Beckfixed crop list handling
2008-07-15 Michael Beck- add compute for Sub and Cmp
2008-07-14 Michael Beckmostly finished version of combo
2008-07-14 Matthias Braundon't emit debug messages
2008-07-10 Michael Beckinitial version of Cliff Click's Combo Optimization
2008-07-09 Michael Beck -BugFix: exp_gen sets must be cleaned
2008-07-09 Michael Beck- BugFix: Antic_in computation must always add exp_gen
2008-07-08 Michael Beck- add a doxygen comment
2008-07-08 Michael Beckfixed warnings
2008-07-08 Michael Beckremoved unused (and buggy) trans_set, thios is NOT...
2008-07-08 Michael Beckfor now, deactivate edges, they will crash with this...
2008-07-08 Michael Becknew GVN-PRE implementation
2008-06-19 Michael Beck- BugFix: whech checking Blocks, is_Block_dead() must...
2008-06-18 Christoph MallonAvoid endless iteration when normalising returns.
2008-06-18 Michael Beck- make normalize_n_returns() more aggressive: remove...
2008-06-18 Michael BeckBugFix: must initialize Blocks with removable
2008-06-18 Michael BeckHopefully better version of control flow optimization:
2008-06-12 Michael Beckworkaround for dead CF: restart the optimization
2008-06-11 Michael Beck- add a version of remove_critical_edges() that handles...
next