libfirm
2005-07-07 Michael Beckfixed doxygen docu
2005-07-07 Michael Beckdoxygen docu fixed
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 Beckdoxagen docu fixed
2005-07-06 FIRM Projekt... dbg_info now takes a third parameter
2005-07-06 Michael Beckdoxygen docu fixed
2005-07-06 Michael Becktypo fixed
2005-07-06 Michael Beckdoxygen docu fixed
2005-07-06 Michael Becktypo fixed
2005-07-06 Michael Beckdoxygen docu fixed
2005-07-06 Michael Beckdoxygen docu fixed
2005-07-06 Michael Beckfixed doxygen docu
2005-07-06 Michael Beckfixed doxygen docu
2005-07-06 Michael Beckfixed doxygen docfixed doxygen docu
2005-07-06 Michael Beckfixed doxygen comments
2005-07-06 FIRM Projekt... fixed undefined var
2005-07-06 FIRM Projekt... VCG-files changed due to new dumper:
2005-07-06 Michael Beckhandle now all Proj-numbers of Proj nodes
2005-07-06 Michael BeckPrivate attributes now include the Proj number
2005-07-05 Rubino Geißfixed an obvious bug
2005-07-04 Michael Beckcalled hook for all modes
2005-07-04 Michael BeckFixed optimization of Div/Mod/DivMod nodes
2005-07-04 Michael Beckadded debug info dumping
2005-07-04 Michael Beckadded function for convertion debug info
2005-07-04 Michael Beckdoxygen docu fixed
2005-07-01 Götz Lindenmaieradded new check routines
2005-07-01 Michael BeckBugFix: List heads must be cleared in every edges_activ...
2005-07-01 Michael Beckadded %i and %u modifier to ir_printf
2005-07-01 Sebastian HackFixed bug with double deactivate
2005-07-01 Michael Beckfixed doxygen documentation
2005-07-01 Michael Beckfixed doxygen docu
2005-07-01 Michael Becktypo fixetypo fixed
2005-07-01 FIRM Projekt... removed dead-node-elimination, so visited count is...
2005-07-01 FIRM Projekt... removed place_code() and dead_node_elim() to dump an
2005-07-01 FIRM Projekt... use place_code() when global_CSE is activated
2005-06-30 Michael Beckused new get_Block_cfgpred_block() function to get...
2005-06-30 Michael Beckadd verifyer for IJmp
2005-06-30 Michael Beckget_IJmp_target() and set_IJmp_target() added
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
next