libfirm
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
2005-06-15 Michael Beckremoved comma at end of enum for weak crecoder
2005-06-15 Götz Lindenmaiercast to avoid warning
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-15 Götz Lindenmaierminor
2005-06-15 Götz Lindenmaiercomments
2005-06-15 Götz Lindenmaieradded visibility flag for types.
2005-06-13 Sebastian HackMoved new_ir_op from irop_t.h to irop.h since backends...
2005-06-09 Sebastian HackAdded const to tv.h
2005-06-08 Michael Beckchanged all get_tarval_* into faster get_mode_*
2005-06-08 Michael BeckThe firm_config.h for Win32
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-08 Michael Becktypo fixetypo fixed
next