get_default_cc_mask() added
[libfirm] / ir / opt /
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
2005-05-23 Michael Beckfixed FIXME
2005-05-23 Michael Beckremoved check of != phase_building, this is checked...
2005-05-22 Götz Lindenmaierbugfix and additional case for optimization.
2005-05-06 Michael Becktypos fixed
2005-04-29 Beyhanfirst version of scalar_replace by Beyhan Veliev
2005-04-29 Götz Lindenmaieroptimize casts
2005-04-15 Götz LindenmaierChanged comments,
2005-04-14 Götz Lindenmaierimproved after finding errors with irvrfy
2005-04-13 Michael BeckCheck call type and method type before doing tail recur...
2005-04-06 Michael BeckMore bugfixes:
2005-04-05 Michael BeckBugfix: wrong size
2005-03-30 Michael Beckadded architectures evaluate function that decides...
2005-03-24 Michael BeckBugFix: index error fixed
2005-03-22 Michael BeckBugfix: allocate the right number of in's
2005-03-22 Michael BeckA newly created Return may be bad due to dead block...
2005-03-18 Michael BeckRemove memory Phi's from keepalives, if the Return...
2005-03-18 Michael Beckadded missing include
2005-03-18 Michael Beckadded return normalization
2005-03-18 Michael Beckadd return normalization to help same cases
2005-03-15 Michael Beckmore general test for exceptions
2005-03-15 Michael Beckadded detection of Raise
2005-03-14 Michael Beckfixed typ of visited flag
next