- placed phi_handler into the be_main environment, removing unnecessary allocations
[libfirm] / ir / ir /
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
2008-01-22 Michael Beckinlining should work again
2008-01-21 Matthias Braunimprove docu, use using_block_visited debug help
2008-01-16 Matthias Braunrename set_using_visited to set_using_irn_visited,...
2008-01-14 Matthias Braunforgot to add new files
2008-01-14 Matthias Braunuse new hashset for edges, making the compiler 5% faste...
2008-01-14 Matthias BraunImplement get_irg_graph_nr in release mode
2008-01-14 Matthias Braunavoid warnings in release mode
2008-01-12 Michael Beckmore INTERPROCEDURAL_VIEW #ifdef's
2008-01-12 Michael Beckupdate gigo():
2008-01-12 Michael Beckwhen setting a block to dead, set its dom_depth to...
2008-01-12 Michael Beckcosmetic changes
2008-01-10 Michael BeckImproved checking of partBlocks()
2008-01-10 Michael BeckBugFix: equivalent_node_Bound() was too greedy, reduced...
2008-01-10 Michael Beck- is_Bound added
2008-01-09 Michael Beckadd two assertion to detect uninitialised variables
2008-01-09 Michael Beckfixed release build
2008-01-09 Michael Beck- fixed typo
2008-01-09 Michael Becktypo fixed
2008-01-08 Michael BeckFixed is_exception_flow(), Raise has only "regular...
next