libfirm
2005-06-30 Michael Beckcheck file handle, so it does not crash if the file...
2005-06-30 Michael Beckstat_dump_snapshot() now takes phase parameter
2005-06-30 Michael Beckbeware of 64bit constants, cannot be handled yet
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-30 Michael Beckchanged code placement so it can work in more environments:
2005-06-30 Michael Beck- used new get_Block_cfgpred_block() function instead...
2005-06-30 Michael Beckhandle Bad nodes input
2005-06-30 Michael Beckadded documentation for %= and other modifyers
2005-06-30 Michael Beckadded comments documenting the new behavior of get_node...
2005-06-30 Michael Beckadded an assertion to get_nodes_block() that fires
2005-06-30 Michael Beckused get_irn_n(*, -1) instead of get_nodes_block()...
2005-06-30 Michael Beckused get_irn_n(*, -1) instead of get_nodes_block()...
2005-06-30 Michael Beckadd constructors for the IJmp operation
2005-06-30 Michael Beckadd constructors for IJmp
2005-06-30 Michael Beckadded IJmp opcode allowing an indirect jump to an arbit...
2005-06-30 Michael Beckadded %= for printing a pn_Cmp value
2005-06-30 Michael Becktypos fixed
2005-06-29 Michael BeckBugFix: comparasion between two signed floats was wrong
2005-06-28 Michael Beckadded special case to fc_comp() to speed things up
2005-06-27 Götz Lindenmaieran accessor function returning predecessor blocks
2005-06-27 Michael BeckBugFix: dead node elimination killed the Phi node in...
2005-06-24 Sebastian HackAdded block successor edges to the iredges module.
2005-06-23 Michael BeckBugfix: missing ;
2005-06-23 Götz Lindenmaieraccessor to check whether node currently is pinned.
2005-06-23 Götz Lindenmaieradded outs for array element types
2005-06-23 Michael BeckBugfix: pattern for "x + (a - x)" fixed
2005-06-22 Michael Beckfixed stupid conpy and paste error
2005-06-22 Michael Beckadded comment explaining #if 0 code
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 Beckadded new arithmetic optimization flags
2005-06-22 Michael Beckadded new flags for arithmetic optimizations
2005-06-22 Michael Beckremoved debugging output
2005-06-22 Michael Beckadded new flags for arithmetic simplifivations
2005-06-22 Michael Beckadded new flags for arithmetic simplifications
2005-06-22 Michael Beckuses new flags for arithmetic simplifications
2005-06-22 Michael Beckadded doxygen comments
2005-06-22 Michael Beckadded option for dead block optimization
2005-06-22 Michael Beckmade get_Block_cfgpred() and get_Block_n_cfgpreds(...
2005-06-22 Michael Becktypos fixed
2005-06-22 Michael Becktypos fixed
2005-06-22 Michael Becktypos fixed
2005-06-22 Michael Becktypo fixed
2005-06-21 Götz Lindenmaierfixed file dump filter stuff
2005-06-21 Michael BeckConfirm: detect a replacement by a Const
2005-06-21 Michael Beckmake opt_names more rebust, added more flags
2005-06-21 Michael Beckadded more optiopns to hook_opt_kind regarding Confirm...
2005-06-21 Michael Beckused new DBG_OPT_CONFIRM macros
2005-06-21 Michael Beckadded (a + x) - x = a optimization
2005-06-21 Michael Beckfixed interval evaluation finally (hopefully last time)
2005-06-21 Michael Beckdbg_opt_confirm added
2005-06-21 Michael Beckadded new macros for Confirm based optimization
2005-06-21 Michael Beckmode_wrap_around() added
2005-06-20 Michael Becktypos fixed
2005-06-20 Michael Becktypos fixed
2005-06-20 Michael BeckBugFix: tarval_cmp(NaN, NaN) was wrongly evaluated...
2005-06-20 Michael Beckfixed typos
2005-06-17 Michael Beckadded doxygen docu
2005-06-17 Michael Beckadded doxygen docu
2005-06-17 Michael Beckdump information for float constants
2005-06-17 Michael Becktypos fixed
2005-06-17 Michael Beckadded data for floating point constant statistics
2005-06-17 Michael Becktypo fixed
2005-06-17 Michael Beckuse tv_t.h instead of tv.h
2005-06-17 Michael Beckfixed loop-invariant nodes: Bad nodes are always loop...
2005-06-17 Michael Beckremoved unused follow_Id()
2005-06-17 Michael Beckused ir_ops instead of iro_ numbers
2005-06-17 Michael Becktypos fixed
2005-06-17 Michael Becktypos fixed
2005-06-17 Michael Beckadded remove_Confirm option. If set, local_optimize...
2005-06-17 Michael Beckdoxygen docu improved
2005-06-17 Michael Beckadded statistics for float constants
2005-06-17 Michael Beckadded flag for inplace edges
2005-06-17 FIRM Projekt... adapted to output of type's visibility flag
2005-06-17 Michael BeckHOOK_OPT_CONFIRM added
2005-06-17 Michael BeckDBG_OPT_CONFIRM added
2005-06-17 Götz Lindenmaierfirmjni does not like two similar enums.
2005-06-17 Michael Beckfixed classify_value() function
2005-06-17 Michael Beckirconsconfirm.h added
2005-06-17 Michael Beckirconsconfirm.[ch] added
2005-06-17 Michael BeckConstruction of Confirm nodes
2005-06-17 Michael Beckopt_confirms.[ch] added
2005-06-17 Michael Beckoptimizations using Confirm nodes, used by iropt
2005-06-16 Götz Lindenmaiermy colleagues didn't like the existence of
2005-06-16 Michael Beckadded option for disabling inplace edges
2005-06-16 Sebastian HackBeautified
2005-06-16 Michael Beckuse firm_config.h instead of config.h
2005-06-16 Götz Lindenmaierremoved uncommented visibility flag: is commented in
2005-06-16 Sebastian HackAdded edges_assure and edge dumping hook
2005-06-15 Michael Becknew_r_Const_type() added
2005-06-15 Michael Becktypos fixed
2005-06-15 Michael Beckrenamed gen_swapped_pnc() into more "mathematical"...
2005-06-15 Michael Beckchanged all inline functions from __func to _func
2005-06-15 Michael Beckchanges all inline functions from __func to _func
next