Added tags for ops
[libfirm] / ir / opt /
2006-01-14 Michael Beckopt_confirms.h is now global visible
2006-01-14 Michael Beckvalue_not_null() improved, skips now Sel nodes if optio...
2006-01-13 Michael Beckrenamed all types 'type' to 'ir_type'
2006-01-12 Michael Beckpleliminary version of VanDrunen's GVN_PRE for Firm
2006-01-09 Michael Beckused new set_irg_doms_inconsistent() to invalidate...
2006-01-09 Michael Beckused new set_irg_doms_inconsistent() to invalidate...
2006-01-09 Michael Beckused new set_irg_doms_inconsistent() to invalidate...
2006-01-05 Michael Beckmissing include added
2006-01-02 Michael Beckremoved dumper call
2005-12-27 Michael Beckadded C++ guards
2005-12-25 Michael Beckrenamed is_subclass* to is_SubClass*, is_superclass...
2005-12-23 Michael BeckBugFix: apply (a-b)*c --> a*c - b*c only in the mode...
2005-12-23 Michael Becktypos fixed, C99 features removed
2005-12-22 Michael Beckrenamed reducible -> is_reducible
2005-12-22 Michael Beckadded doxygen docu, removed unneeded members
2005-12-21 Beyhansome bugs fixed and do loops are set off, why the imple...
2005-12-18 Michael Becknew_backedge_info() moved to ir_backedge
2005-12-18 Michael Becknew algorithm implemented: heavy uses list is updated...
2005-12-15 Beyhanreducible isn't enough.
2005-12-05 Beyhanfirst complete implemantation
2005-12-05 Michael Beckadded missing assert.h
2005-12-01 Michael Beckdelete Keep-alives of code in dead blocks
2005-11-19 Michael Becktypos fixed
2005-11-18 Michael Beckrenamed get_opt_real_func_call() to get_opt_real_functi...
2005-11-18 Michael Beckuses irflag_t.h now
2005-11-18 Michael Beckrenamed get_opt_redundant_LoadStore() into get_opt_redu...
2005-11-17 Michael Becktypos fixed
2005-11-17 Michael Beckvalue_not_null() test added
2005-11-17 Michael Becktypo fixed
2005-11-17 Michael Beckremoved bool type and depency from stdbool.h (not C89)
2005-11-17 Michael Becktypos fixed, assertion added
2005-11-14 Michael Becksome comments added, typo fixed
2005-11-14 Michael BeckBugFix: handling variadic functions
2005-11-13 Michael Beckplace only such entities on the frame, where the type...
2005-11-13 Michael Beckhandle unknown_entity
2005-11-08 Michael Beckhandle variadic functions right (do not clone yet)
2005-11-08 Michael Becksome clean up
2005-11-08 Michael Beckused new mtp_additional_property type
2005-11-07 Michael Beckhandle unknown_entity right
2005-11-07 Michael BeckBugfix: Must check against end block, not end node ...
2005-11-07 Michael BeckBugFix: wrong environment address
2005-11-07 Michael Beckfixed soem off by one errors
2005-11-04 Michael Beckinitial implementation of procedure cloning added
2005-11-03 Michael Beckinitial escape analysis added
2005-10-30 Michael Beckcopy_const_value() now takes a dbg_info argument
2005-10-25 Michael Becksome cleanup
2005-10-20 Michael Beckfixed cond after cmp detection
2005-10-19 Michael Beckrefactored for ir_op_ops
2005-10-18 Michael Beckdoxygen docu fixed
2005-10-12 Michael BeckBugFix: a var hides another
2005-10-12 Michael Beckadded visited flag to detect endless memory loops in...
2005-10-11 Michael Beckmade is_address_taken() public
2005-10-11 Michael BeckAdded check_lifetime_of_locals().
2005-10-06 Michael BeckBeyhan's fixes included
2005-09-20 Daniel Grundremoved gforce
2005-09-20 Michael Beckforce_run parameter added
2005-09-14 Michael Beckrenamed is_forking_op() to is_irn_forking()
2005-09-08 Michael Beckwhen doing CSE of Proj-Nodes, places Proj's into the...
2005-09-07 Michael BeckHandle dead blocks hopefully right ...
2005-09-06 Michael BeckBugFix:
2005-09-01 Daniel Grundchecked for dead blocks before getting dom depht.
2005-09-01 Michael Beckused PTR_TO_INT() and INT_TO_PTR() macros for 64bit...
2005-09-01 Michael Becked PTR_TO_INT() and INT_TO_PTR() macros for 64bit safety
2005-08-18 Michael Beckremoved warning
2005-08-12 Michael Beckinstall scalar_replace.h
2005-08-11 Michael Beckrenamed new_type_pointer_mode() into new_type_pointer()
2005-08-10 Michael Beckrenamed function
2005-08-03 Michael Beckconfig.h added and other includes fixed
2005-08-03 Michael Becked new mode_P_data & mode_P_code instead of mode_P_mach
2005-07-26 Götz Lindenmaierrenamed remove_outs,
2005-07-26 Götz Lindenmaierchnages in normalize class ccaast.
2005-07-22 Michael Beckfixed doxygen comments
2005-07-22 Daniel Grund*** empty log message ***
2005-07-20 Daniel Grundsome .cvsignore files
2005-07-20 Michael Beckadded more doxygen comments
2005-07-07 Michael BeckRollback to 1.17 due to bugs in Jack test
2005-07-06 Michael Beckfixed doxygen docu
2005-07-06 Michael Beckdoxygen docu fixed
2005-07-06 Michael Beckdoxygen docu fixed
2005-07-06 Michael Beckdoxygen docu fixed
2005-07-06 Michael Beckdoxygen docu fixed
2005-06-30 Michael Beckadded assertion if reassociation() is called with nodes...
2005-06-30 Michael Beckadded debug code
2005-06-30 Michael Beckdded assertion if ldstopt() is called with nodes floati...
2005-06-30 Michael Beckused is_Block_dead() instead of is_Bad()
2005-06-22 Michael Beckused faster get_mode_x() functions
2005-06-22 Michael Beckrenamed DBG_OPT_POLY_ALLOC() to DBG_OPT_POLY(), as
2005-06-22 Michael BeckFixed interval creation
2005-06-22 Michael Beckfixed DBG_OPT_RAW() call
2005-06-22 Michael Beckiropt_dbg.h include needed now
2005-06-22 Michael Becktypos fixed
2005-06-21 Michael Beckfixed interval evaluation finally (hopefully last time)
2005-06-17 Michael Becktypo fixed
2005-06-17 Michael Beckfixed loop-invariant nodes: Bad nodes are always loop...
2005-06-17 Michael Beckfixed classify_value() function
2005-06-17 Michael Beckopt_confirms.[ch] added
2005-06-17 Michael Beckoptimizations using Confirm nodes, used by iropt
2005-05-31 Michael Beckimproved doxygen documentation
2005-05-27 Michael BeckUpdated: detects loop-invariant codes and handles this...
2005-05-23 Götz Lindenmaieranother similar bugfix
next