Remove arch_get_allocatable_regs().
[libfirm] / ir / opt /
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...
2008-06-06 Michael Beck- export classify_pointer()
2008-06-02 Matthias Braunhandle Bads more gracefully
2008-06-01 Michael Beckcall optimize_cf() to delete dead-code that might arise...
2008-05-30 Michael Beckinline_method():
2008-05-30 Michael Beckhandle a call with less arguments than needed gracefull...
2008-05-27 Michael BeckBugFix: phi node might be exchanged, read the next...
2008-05-27 Michael Beck- BugFix: set the mark on the right block
2008-05-27 Michael BeckBugFix: fixed Phi-list manipulation
2008-05-26 Michael Beckadd some comments, small cosmetic
2008-05-26 Michael Beckmust use Lg, not Ne to check for !=
2008-05-26 Michael Beckuse block Phi lists and Block marks to get rid of block...
2008-05-26 Michael BeckC99 features removed
2008-05-25 Matthias Braunfix a few warnings
2008-05-25 Matthias Brauncommit the beginning of advanced boolopt (had that...
2008-05-25 Michael Beck- can now handle const-like Confirms
2008-05-21 Michael Becktypos fixed
2008-05-17 Michael Beck- fixed indentation
2008-05-16 Michael Becksmall code improvements
2008-05-16 Michael BeckBugFix: invalidate more data
2008-05-15 Michael BeckImproved inline heuristic:
2008-05-13 Michael BeckBugFix:loop-info must run on copy
2008-05-13 Michael Beckinline_leave_functions(): uses new collect_calls2(...
2008-05-09 Michael Beck- give bonus to small functions and leaves
2008-05-09 Michael BeckBugFix: add missing assure_cf_loop() for copy graphs
2008-05-09 Michael Beckinline_functions now inlines calls inside loops first
2008-05-05 Michael Beckadd a parameter to limit the maximum size of methods...
2008-05-05 Michael Beckfixed comment
2008-04-18 Matthias Braunfollow_mem_chain_Store should respect alias relation...
next