added seqnumbers.h include
[libfirm] / ir / ir /
2005-07-11 Michael Beckadded debug info for types and entities
2005-07-11 Michael Beckremoved useless debug info
2005-07-11 Götz Lindenmaierimproved output formating
2005-07-08 Michael Beckremoved INLINE which prevent linking under Win32
2005-07-07 Michael Beckfixed doxygen docu
2005-07-06 Michael Beckdoxygen docu fixed
2005-07-06 Michael Beckfixed doxygen docu
2005-07-06 Michael Beckfixed doxygen docu
2005-07-06 FIRM Projekt Accountfixed undefined var
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-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 Becktypo fixetypo fixed
2005-06-30 Michael Beckadd verifyer for IJmp
2005-06-30 Michael Beckget_IJmp_target() and set_IJmp_target() added
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()
next