cleanup space generation logic and make it more robust for union constructs
[libfirm] / ir / 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...
2008-02-20 Michael BeckRemove the unsafe overflow opt flag again :-( It does...
2008-02-20 Michael Beckbugfix: do NOT shadow another local var :-(
2008-02-20 Michael BeckAdd get_opt_overflow_unsafe_transform() option.
2008-02-20 Michael Beckindentation changed
2008-02-20 Michael BeckAdd cc_frame_on_caller_stk calling convention for alloc...
2008-02-16 Matthias Braunadd lower_const_code, make begnuas skip Id nodes
2008-02-16 Matthias Braunallow get_mode_one for mode_b
2008-02-14 Matthias Braun- copy libcore into libfirm
2008-02-13 Matthias Braunhandle failing tarval computations gracefully
2008-02-07 Christoph MallonFix errors and warnings.
2008-02-06 Andreas SchösserAdded standalone grgen dumper for firm graphs
2008-02-06 Andreas SchösserAdded standalone grgen dumper for firm graphs
2008-01-28 Matthias Braunimplement/fix assembler clobbers
2008-01-23 Michael Beckset the right macro block header for to upper part...
2008-01-23 Michael Beckmore fixes for part_block()
2008-01-23 Michael Beckadd prototypes for *_Phi_next(), _Block_phis()
2008-01-22 Michael Becktypo fixed
2008-01-22 Michael Beck- when fixing teh Phi list, use the new functions
2008-01-22 Michael BeckBetter set support:
2008-01-22 Michael Beck- Phi nodes are now collected by collect_phiprojs(...
2008-01-22 Michael Beckhonors the irg_inline_forced property
next