- small indentation changes
[libfirm] / ir / ir /
2008-07-08 Michael Beck- small indentation changes
2008-07-08 Michael Becknew GVN-PRE implementation
2008-07-08 Michael Beck- ir_node_hash() now takes a const ir_node *
2008-07-03 Michael Becklinked versions of irnodeset and irnodemap
2008-07-03 Michael Beckfixed doxygen comment
2008-06-27 Michael Beckdo a correct rounding when calculating 70%, or small...
2008-06-20 Michael Beck- make is_arg_Proj() global
2008-06-19 Michael Beck- reduce complexity of remove_End_keepalive()
2008-06-19 Michael Beckfixed indentation
2008-06-11 Michael Beck- relax partBlock check in phase_backend
2008-06-09 Michael Beck- BugFix: fixed the part-block list splicing, inlining...
2008-06-07 Michael Beck- split the old constant_folding flag into constant_fol...
2008-06-06 Michael Beckrenamed node type Rot to Rotl to make clear that this...
2008-06-06 Michael Beckis_self_recursive_Call() added
2008-06-02 Michael Beckadd missing condition
2008-06-02 Michael Beck- better handling for strictConv's, optimized conv_orgi...
2008-06-01 Michael BeckDo NOT ignore Bad Phi predecessors. Otherwise
2008-05-31 Matthias BraunAlloc is not a binop
2008-05-31 Michael Beckupdated for latest libFirm changes
2008-05-31 Michael Beckallow x + 0.0 = x even in strict mode
2008-05-30 Michael Beckrenamed modecode, mode_sort, mode_arithmetic to ir_*
2008-05-28 Michael Beckbock marker can be dumped in the block title
2008-05-28 Michael Beck- dump the block mark
2008-05-28 Michael Beck- added is_Id, is_CallBegin, is_Free
2008-05-28 Michael Beck- added is_Filter()
2008-05-27 Michael Beckadd missing non-inline versions
2008-05-26 Michael Becksmall BugFix
2008-05-26 Michael Beckadd *_Block_mark() api to mark easily Blocks in the...
2008-05-26 Michael Beckused new add_Block_phi()
2008-05-26 Michael Becktypo fixed
2008-05-26 Michael Beckadd_Block_phi() implemented
2008-05-25 Matthias Braunfix a few warnings
2008-05-25 Michael Beckget rid of most Optimisation warning: found add/sub...
2008-05-25 Michael Beck- do not optimize away Confirms with Constants
2008-05-24 Michael Beck- no need to add two custom pointers: the tag is now...
2008-05-23 Michael BeckBugFix: wrong condition for Abs (this fixes Queens.c)
2008-05-22 Michael Beck- normalize Muxes a bit: this hopefully improves the...
2008-05-22 Michael Beckuse is_Const()
2008-05-22 Michael Beck- add more Mux optimization cases
2008-05-21 Michael Beckfixed warnings
2008-05-21 Michael Becktypos fixed
2008-05-19 Michael Beck- small code cleanup
2008-05-18 Michael Beck- BugFix of the last fix ...
2008-05-18 Michael Beck- BugFix: we really have to check both sides independen...
2008-05-18 Michael Beckadd missing DBG_OPT calls
2008-05-18 Christoph MallonImplement (a ^ b) ^ a -> b (in all four commutative...
2008-05-18 Michael BeckAllow safe x/y = x * (1.0/y) for exact 1.0/y even if...
2008-05-15 Michael Beckdumps now new style initializers
2008-05-12 Michael Beckadd missing dbg hooks for boolean simplifications
2008-05-06 Michael Beckoutputs the layout type for yComp, makes nicer yComp...
2008-05-03 Michael Beck- fixed r19477: pin_state MUST be the first attribute
2008-04-30 Michael Beck- renamed SymConst num attribute into more logical...
2008-04-29 Michael Beckfix 64bit warnings
2008-04-23 Christoph MallonSet SVN properties.
2008-04-16 Christoph MallonSyncs must be created with an ARRF in array in new_ir_n...
2008-04-14 Michael Beckadd Linux grof support
2008-04-14 Michael Beck- get_irg_initial_exec()/set_irg_initial_exec() added
2008-04-10 Michael Beck- BugFix: Do not optimize dead blocks: They might even...
2008-04-10 Michael Beck- replaced brain-damaged recursive version of get_cf_op...
2008-04-05 Michael Beckcompletely removed old verbosity based debug output
2008-04-05 Michael Beck- init function for inlining added
2008-04-04 Michael BeckBugFix:
2008-04-04 Michael BeckMoved inlining and DCE (which is implemented like inlin...
2008-04-04 Michael Beck- code cleanup
2008-04-03 Matthias Braunremove img_section stuff and create a new constructors_type
2008-04-03 Michael Beckimproved Cmp(x, 0) optimizations
2008-04-02 Michael Beckswitch off usage of global_pointer again: globals are...
2008-04-02 Michael Beckused new is_Global() and get_Global_entity() instead...
2008-04-02 Michael Beckadd is_Global() and get_Global_ent()
2008-04-01 Christoph MallonAllow exchanging nodes with oparity_dynamic and delete...
2008-04-01 Christoph MallonImprove equivalent_node_Sync() and transform_node_Sync...
2008-04-01 Christoph MallonAdd del_Sync_n().
2008-04-01 Michael Beckrenamed functions to clarify its usage
2008-03-31 Christoph MallonLet the Syncs float!.
2008-03-31 Christoph MallonDo not dump block edges for blocks.
2008-03-31 Andreas Zwinkaufixing grgen dumper to autogenerate file names
2008-03-30 Matthias Braundon't rely on obstack hacks
2008-03-20 Michael Beckfixed comment
2008-03-20 Michael Beckis_Abs() added
2008-03-17 Christoph Mallon- Fix comments
2008-03-10 Michael Beckcode cleanup
2008-03-10 Michael Beckfor twoscomplement convert AddP(P, Const<signed>) into...
2008-03-05 Matthias Braunfix warnings
2008-03-04 Michael BeckBugFix: when deleting keep-alives of already visited...
2008-03-04 Michael Beckclean up code
2008-03-03 Michael Beckremoved useless environment
2008-03-03 Michael BeckSupress warning
2008-03-03 Michael BeckAllow to restart SSA construction on a graph in phase...
2008-03-03 Michael Beckcreate irg_set_nloc() and made it global visible
2008-03-03 Michael Beck- renamed init_cons() to firm_init_cons()
2008-02-29 Michael Beck- some doxygen comments added
2008-02-28 Michael Beckinline_leave_functions() can now inline recursive calls
2008-02-28 Michael Becknew_ir_node() uses always flexible array for End nodes
2008-02-28 Michael Beckcreate_irg_copy() implemented
2008-02-28 Michael Beckuse new set_Block_MacroBlock() instead of set_irn_n...
2008-02-28 Michael Beckuse set_nodes_block() instead of set_irn_n(*,-1,*)
2008-02-28 Michael Beckset_Block_MacroBlock() added
2008-02-26 Michael Beck- fixed comment
2008-02-25 Michael Beckadd comment
2008-02-22 Michael BeckAdd an DivRL for remainderless div nodes (we don't...
next