used is_Block_dead() instead of is_Bad()
[libfirm] / ir / ir /
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 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-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 Michael BeckBugfix: pattern for "x + (a - x)" fixed
2005-06-22 Michael Beckfixed stupid conpy and paste error
2005-06-22 Michael Beckadded new arithmetic optimization flags
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-21 Götz Lindenmaierfixed file dump filter stuff
2005-06-21 Michael Beckadded more optiopns to hook_opt_kind regarding Confirm...
2005-06-21 Michael Beckadded (a + x) - x = a optimization
2005-06-21 Michael Beckadded new macros for Confirm based optimization
2005-06-21 Michael Beckmode_wrap_around() added
2005-06-17 Michael Beckuse tv_t.h instead of tv.h
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 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-16 Sebastian HackBeautified
2005-06-16 Michael Beckuse firm_config.h instead of config.h
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
2005-06-15 Michael Beckremoved comma at end of enum for weak crecoder
2005-06-15 Götz Lindenmaierloopinfo state handling on program basis
2005-06-15 Götz Lindenmaiernew enum for convenience: easier to guess
2005-06-15 Götz Lindenmaierbugfix
2005-06-15 Götz Lindenmaierchecks for valid analysis information,
2005-06-13 Sebastian HackMoved new_ir_op from irop_t.h to irop.h since backends...
2005-06-08 Michael Beckchanged all get_tarval_* into faster get_mode_*
2005-06-08 Michael Beckget_mode_minus_one() added
2005-06-08 Michael Beckuse tv_t.h instead of tv.h
2005-06-08 Michael Beckuse the _t.h files for inline functions
2005-06-03 Sebastian HackAdded some consts
2005-06-01 Michael Beckrenamed __func to _func for more conformance
2005-06-01 Michael Beckrenamed __get_op_pinned() to _get_op_pinned()
2005-06-01 Michael Beckadded firm_config.h
2005-05-31 Michael Beckinitializes new extbb field for block attributes
2005-05-31 Michael Beckadded support for dumping with extended basic blocks
2005-05-31 Michael Beckinitialize new fields for extended basic blocks
2005-05-31 Michael Beckadded irextbb.h include
2005-05-31 Michael Becktypos fixed
2005-05-31 Michael Beckadded get_Block_extbb() and set_Block_extbb()
2005-05-31 Michael Beckadded the extened basic block to the Block attributes,
2005-05-31 Michael Beckadded fields for extended basic blocks
2005-05-30 BeyhanBugFix: The rule a-c1 =op= c2 and a+c1 =op= c1 work...
2005-05-26 Götz Lindenmaierbugfix, casts were not optimized
2005-05-24 Michael Beckbugfix
2005-05-24 Michael Beckirop_flag_highlevel flag added to Confirm and Cast
2005-05-24 Michael Beckirop_flag_highlevel flag added
2005-05-24 Michael Beckskip_HighLevel() added
2005-05-24 Michael Beckcleaned up set_irg_loopinfo_inconsistent() and moved...
2005-05-24 Michael Beckfixed definition of loopinfo_state, added some doxygen...
2005-05-24 Michael Beckmade set_irg_loopinfo_inconsistent() an inline function
2005-05-23 Michael Beckfixed deletion of ir_graphs: must take registzered...
2005-05-23 Michael BeckAdded hook for new_ir_mode() and new_ir_vector_mode()
2005-05-23 Michael BeckAdded hook for new_mode
2005-05-22 Götz Lindenmaierbugfix and output in transitive inheritance closure
2005-05-17 Sebastian HackYou must now add + to the format options to get the...
2005-05-13 Michael Becktypos fixed
2005-05-13 Michael Beckadded missing include
2005-05-11 Sebastian HackSome bug bug fixes
2005-05-06 Michael Becktypos fixed
2005-04-29 Götz Lindenmaiermore state handling
2005-04-29 Götz Lindenmaiernew optimization of cast nodes.
2005-04-15 Götz Lindenmaierintermediate fix to get the test through.
2005-04-15 Götz Lindenmaiermore verbose output
2005-04-15 Götz LindenmaierChanged comments,
2005-04-15 Götz Lindenmaiermore state handling
2005-04-15 Götz Lindenmaiermore verbose dumper,
2005-04-14 Götz Lindenmaierimproved
2005-04-14 Michael BeckFixed assert which was too rigide
2005-04-13 Michael BeckAdded code for method type dumping
2005-04-13 Michael BeckAllow Cond(Bad), check memory of Call nodes
2005-04-06 Michael Beckmade is_Unknown() inline
2005-04-06 Michael Beckadded irvrfy_t.h
2005-04-06 Michael Beckused new verify_node operation
2005-04-06 Michael BeckAdded verify_node() operation
next