added doxygen comments
[libfirm] / ir / ir /
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
2005-03-30 Michael Beckmore fixes for the Cmp optimization
2005-03-30 Michael Beckadded irop_flag_none flag to prevent the usage of 0
2005-03-30 Michael Beckarch directory added
2005-03-30 Michael Beckadded flag for "if conversion failed because of archite...
2005-03-30 Michael Beckmode_overflow_on_unary_Minus() added
2005-03-29 Michael Beck2 BugFixes in 2 lines:
2005-03-29 FIRM Projekt Accountremoved faulty ooptimizations: Int does not work.
2005-03-23 Sebastian HackAdded is_Const
2005-03-23 Michael Beckfixed copy'n'paste error
2005-03-22 Michael Beckthe tail rec hook has now two arguments
2005-03-18 Michael Beckmore Mux optimization (copied from if-conversion)
2005-03-18 Michael Beckadded mode_honor_signed_zeros() function
2005-03-17 Michael Beckadded more Mux -> Abs cases
2005-03-15 Michael Beckget_swapped_pnc() added
2005-03-15 Michael BeckAdded normalization and more optimizations of Cmp
2005-03-14 Michael Becktypo fixed
2005-03-14 Michael Beckrestructured error output
2005-03-14 Michael Beckadded hook for real function call processing
2005-03-14 Michael Beckadded real function call setting
2005-03-14 Michael Beckused new new_Const_long() constructor
next