added missing include
[libfirm] / ir / ir /
2006-05-01 Christian Würdigadded missing include
2006-04-28 Sebastian HackMoved N to >
2006-04-27 Michael Beckdon't crash if a Const node has no tarval set yet
2006-04-27 Sebastian HackChanged indent modifier to %N.
2006-04-24 Michael BeckBugFix: need a place for the block :-)
2006-04-24 Michael Beckdo not use set_irn_in to change End's keep-alives,...
2006-04-24 Michael Beckdec_irg_block_visited() added
2006-04-20 Michael BeckUsed hooks to implement dump_add_node_info_callback()
2006-04-20 Michael Beckhook_node_info added
2006-04-19 Sebastian HackAdded node info dump callbacks
2006-04-19 Christian Würdigremoved backend statistics hooks, statistic functions...
2006-04-19 Sebastian HackPhase objects can now be embedded
2006-04-13 Christian Würdigadded conv to keep gcc happy
2006-04-12 Christian Würdigadded missing parameter and initializer
2006-04-12 Sebastian HackAdded phases
2006-04-12 Sebastian HackAdded phases using node indexes
2006-04-11 Michael Beckremoved hook_be_block_regpressure and hook_be_sched_rea...
2006-04-11 Christian Würdigchanged class name type from ident to const char*
2006-04-10 Christian Würdigadded hooks for permutation statistics
2006-04-10 Christian Würdigadded be statitics hook (sched_ready)
2006-04-08 Michael Beckused new node index for normalization (instead of the...
2006-04-07 Christian Würdigadded reg pressure statistic hook
2006-04-07 Michael Beckreset node index on dead node elimination
2006-04-07 Michael Beckdump the node index and estimated node count
2006-04-07 Michael Beckintroduced node index: a small unique per graph node...
2006-04-06 Michael Beckremoved unused cstore
2006-04-06 Michael Beckdead node elimination now handles all anchors equaly
2006-04-06 Michael Beckanchors can be dumped yet always
2006-04-06 Michael Beckinitialize the phase state
2006-04-06 Michael Beckdon't access irg anchor nodes directly
2006-04-06 Michael Beckdont access members of irg directly
2006-04-06 Michael BeckPut all anchor nodes into an array: This makes the...
2006-04-06 Michael Beckdon't access irg anchor nodes directly
2006-04-06 Michael Beckdon't access members of the irg directly
2006-04-04 Michael BeckAdd test functions for machine, machine_operand and...
2006-04-04 Michael Beckadd irop_flag_machine, irop_flag_machine_op and irop_fl...
2006-04-03 Michael BeckHOOK_BACKEND added
2006-03-31 Michael BeckBugFix: NEW_D_UNOP() macro always craeted Minus nodes :-(
2006-03-31 Michael BeckBugFix: out_cnt was wrong:
2006-03-31 Michael Beckmoved #ifdef DEBUG_libfirm commented members last in...
2006-03-30 Christian Würdigwrapped debugging modules with DEBUG_ONLY
2006-03-30 Michael Beckmake inline version of set_irn_op()
2006-03-28 Michael Beckused new FIRM_DBG_REGISTER macro
2006-03-26 Michael Beckadd irop_flag_machine to mark "machine operations"...
2006-03-24 Michael Beckremove propagation of Unknown. This causes problems...
2006-03-24 Michael Beckis_Mux() added
2006-03-23 Michael BeckColor Mux and Psi nodes gold
2006-03-23 Michael BeckBugFix:
2006-03-23 Michael Beckget_Psi_n_conds() added
2006-03-23 Michael BeckAdded support for Psi nodes
2006-03-23 Michael BeckAdded constructors for Psi nodes
2006-03-23 Michael BeckPsi op added
2006-03-20 Michael BeckBugFix: set_irn_n() should now work for the block input...
2006-03-20 Michael Beckremoved flag from remove_critical_cf_edges()
2006-03-20 Michael Beckremoved critical_edges flag. Other code depends on...
2006-03-20 Michael Beckget_irg_extblk_state() and set_irg_extblk_inconsistant...
2006-03-20 Michael BeckFixed extblock dumper (did not work outside debugger...
2006-03-20 Michael Beckadd code to dump extended basic blocks
2006-03-20 Michael Beckget_irg_extblk_state() and set_irg_extblk_inconsistant...
2006-03-20 Michael Beckcosmetic fixes
2006-03-20 Michael Beckthe extended blocks now uses the block visited flag...
2006-03-19 Michael Beckremove dependency of irnode.h
2006-03-19 Michael BeckAdd optmitizations for the following cases:
2006-03-18 Michael Beckadded computed_value for Carry and Borrow
2006-03-18 Michael Beckadded Carry and Borrow opcodes
2006-03-18 Michael Beckadded constructors for Carry and Borrow nodes, use...
2006-03-18 Michael BeckDBG_OPT_SYNC added
2006-03-18 Michael BeckHOOK_OPT_SYNC added
2006-03-15 Sebastian HackMoved survive dce stuff here.
2006-03-15 Michael Beckremoved dependency of irnode.h
2006-03-09 Christian Würdigadded function to reset the generic function pointer...
2006-03-07 Michael Beckall available opcodes are now stored in an irp list
2006-03-07 Sebastian HackAdded subst hook in dead node elimination
2006-03-06 Sebastian HackAdded hook fir node substitution during dead node elimi...
2006-03-05 Michael BeckCopyB projs are now independent of Call projs
2006-03-05 Michael Becknew edge type detection: can handle unknown nodes grace...
2006-03-03 Michael Beckrenamed variable new to nn
2006-03-03 Michael Beckused new is_Call()
2006-03-03 Michael Beckused new is_Return()
2006-03-03 Michael Beckused new is_call()
2006-03-03 Michael Beckis_Return, is_Call and is_Sel implemented
2006-03-03 Michael Beckreplaced old panic module by newer error module
2006-02-25 Sebastian Hackbitset dumping
2006-02-24 Michael BeckBugFix: in newer Firm, keep-alives may be other than...
2006-02-21 Michael Beckmade get_irp_new_node_nr() inline
2006-02-21 Michael Beckfixed the type of node_nr
2006-02-21 Michael Beckmake get_irn_node_nr() 64bit safe
2006-02-21 Michael Beckfix the type of the graph number
2006-02-21 Michael Beckmake get_irg_graph_nr() 64-bit save
2006-02-13 Christian Würdigremoved assert
2006-02-09 Michael BeckFixed the Proj-Numbers for the Raise Node (now again...
2006-02-09 Michael Beckfind_value() added
2006-02-09 Michael Beckused symbolic constant when constructing new Proj nodes
2006-02-06 Michael Beckget_pnc_string() fixed
2006-02-06 Michael Beckmissing new_r_simpleSel() added
2006-02-03 Michael Beckmake identities_cmp() and identify_remember() accessible
2006-02-02 Michael Beckclosed_world flag added
2006-01-31 Michael Beckgreop High-Level Exception nodes together
2006-01-31 Michael Beckgroup High-Level Exception nodes together
2006-01-31 Michael BeckProj lookup tables for Raise and InstOf added
next