Added index -> node map to irgs
[libfirm] / ir / opt /
2006-05-10 Michael Beckhonor the get_opt_if_conversion() flag
2006-05-10 Christoph Mallon-If both data inputs of a new Psi are equal don't gener...
2006-05-10 Michael BeckFixed memory leaks
2006-05-08 Michael Beckremoved the INPLACE_EDGES option. They are now always...
2006-05-05 Michael BeckBugFix: create new parameter Proj's in the right block
2006-05-05 Christoph Mallon- Remove a pointless check for unique control dependenc...
2006-05-03 Michael Beckused new assure_*() functions
2006-05-03 Michael Beckused xmalloc()
2006-05-03 Christoph MallonAdd if conversion, use with -fif-conversion
2006-04-24 Michael Beckdo not use set_irn_in to change End's keep-alives,...
2006-04-06 Michael Beckdon't access members of the irg directly
2006-04-05 Michael BeckHandle endless loops (so a assert was wrong here)
2006-03-30 Christian Würdigwrapped debugging modules with DEBUG_ONLY
2006-03-28 BeyhanCode structured and some bug fixed, but not tested...
2006-03-28 Michael Beckused new FIRM_DBG_REGISTER macro
2006-03-24 Michael Beckoptimize_one_return() now did not build Phi(a,...,a...
2006-03-22 Michael Becknormalize_one_return() now did not create Bad control...
2006-03-20 Michael Beckadded some missing changed flags
2006-03-20 Michael Beckinvalidate extended block info
2006-03-20 Michael Beckinvalidate extended block info
2006-03-20 Michael Beckinvalidate extended block info after tail recursion...
2006-03-15 Michael BeckImproved doxygen docu
2006-03-15 Michael BeckImproved doxygen documentation.
2006-03-15 Michael Beckadded missing const
2006-03-15 Michael Beckopt_frame.[ch] added
2006-03-07 BeyhanImplementation completed. The documentation must be...
2006-03-03 Michael Beckused new is_*() functions
2006-03-03 Michael Beckused new is_Sel()
2006-03-03 Michael Beckused new is_return
2006-03-03 Michael Becknewest implementation
2006-02-22 BeyhanA new alternative of scalar_replacement. The implementa...
2006-02-22 Michael BeckAdded a work around for reassociations that are "transl...
2006-02-22 Daniel Grund*** empty log message ***
2006-02-21 Christian Würdigadded missing include
2006-02-14 Michael Beckfixed memory handling
2006-02-09 Michael BeckBugFixes:
2006-02-09 Michael Beckwhen calculating "nice_value", skip Proj's
2006-02-09 Michael Beckremoved unused variable
2006-02-09 Michael Beckremoved unused function
2006-02-08 Michael Beckgvn_pre.h must be installed
2006-02-04 Michael Beckadded header file for GVN-PRE
2006-02-02 Michael Beckreplaced pset_union by more correct value_union (does...
2006-02-02 Michael Beckmore changes. Works for the examples ...
2006-01-31 Michael Beckfactored out value_replace() to make it more like VanDr...
2006-01-30 Michael BeckBugFix:
2006-01-27 Michael Beckhandle the keep attributes. Nodes with keep attribute...
2006-01-27 Michael Becksome functions renamed for cleaner understanding
2006-01-27 Michael BeckSkip Cats nodes in non_null check
2006-01-24 Michael BeckFully implemneted. Works fine with the two examples...
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...
next