libfirm
2006-05-10 Michael Beckhonor the get_opt_if_conversion() flag
2006-05-10 Christian Würdigadded two functions:
2006-05-10 Christian Würdigadded new function to determine the predecessor positio...
2006-05-10 Christoph Mallon-If both data inputs of a new Psi are equal don't gener...
2006-05-10 Michael BeckFixed memory leaks
2006-05-10 Michael BeckBugFix: Do not build edges for not yet live anchors
2006-05-09 Michael Beckfixed memory leak
2006-05-09 Michael BeckBugFix: edges_activate() must handle the whole root...
2006-05-09 Michael Becklittle cleanup
2006-05-09 Michael Beckirg_walk_anchors() added. Needed for iredges.
2006-05-09 Michael Beckhandle Psi() nodes if they are Muxes
2006-05-09 Michael Beckoptimize_graph_df():
2006-05-08 Michael Beckremoved the INPLACE_EDGES option. They are now always...
2006-05-08 Michael Beckimplemented Conv operations
2006-05-08 Michael BeckDo not create Confirm nodes for Cmp(Const, Const) const...
2006-05-05 Michael Beckr_op now defined in firm_types.h
2006-05-05 Michael Beckir_op added
2006-05-05 Michael Beckadded () to supress warnings
2006-05-05 Michael BeckBugFix: create new parameter Proj's in the right block
2006-05-05 Christoph Mallon- Remove a pointless check for unique control dependenc...
2006-05-05 Christian Würdigadded missing include
2006-05-04 Sebastian Hacknode data constructors can allocate the memory by thems...
2006-05-04 Sebastian HackAdapted to changes in irphase
2006-05-03 Michael Beckused new assure_*() functions
2006-05-03 Michael Beckused xmalloc()
2006-05-03 Michael Beckused new assure_doms()
2006-05-03 Michael BeckBugFix: turn_into_tuple() now works if edges are activated
2006-05-03 Michael Beckassure_irg_outs() added
2006-05-03 Michael Beckassure_doms() and assure_postdoms() added
2006-05-03 Christoph MallonAdd if conversion, use with -fif-conversion
2006-05-03 Christoph MallonAdd control dependency analysis
2006-05-03 Christoph MallonAllow mode_b for and and or
2006-05-03 Christoph MallonUse [gs]et_irn_n() instead of direct access to the...
2006-05-03 Christoph MallonAdd an edge callback hook for blocks
2006-05-02 Sebastian HackAdapted to changes in irphase.c
2006-05-02 Sebastian HackSmall modifications
2006-05-02 Michael Beckoptimize_graph_df() added, a fixed point version of...
2006-05-02 Sebastian HackAdded add_saturated
2006-05-01 Christian Würdigremoved const from first parameter for phase init data...
2006-05-01 Christian Würdigadded missing include
2006-04-29 Adam Szalkowskicopy_irn_to_irg was buggy. It handed the whole in array...
2006-04-28 Michael Beckinvalidate more analyse info
2006-04-28 Michael Beckinvalidate more analyse info
2006-04-28 Michael BeckBugFix: do return -1 if no bit is found
2006-04-28 Michael Beckdon't create extended block info for const code irg
2006-04-28 Michael BeckBugFix: == missed
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 Michael Beckinitial implementation of DOUBLE-WORD lowering, cannot...
2006-04-27 Sebastian HackChanged indent modifier to %N.
2006-04-27 Christian Würdigadded function to determine if statistics are active
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 Beckfixed post-dominance construction for endless loops...
2006-04-24 Michael Beckdec_irg_block_visited() added
2006-04-24 Michael BeckUse keep-alives to handle dominance info for graphs...
2006-04-24 Michael Beckadded functions to include the keep-alives for cfg...
2006-04-24 Michael BeckFixed keep-alive visiting for extbb walker
2006-04-21 Michael BeckAdd a new dumper
2006-04-21 Christian Würdigadded header comment
2006-04-20 Christian Würdigremoved pedantic-errors switch :)
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 height computation
2006-04-19 Sebastian HackAdded node info dump callbacks
2006-04-19 Christian Würdigremoved backend statistics hooks, statistic functions...
2006-04-19 Christian Würdigremoved backend statistics hooks, functions are called...
2006-04-19 Sebastian HackPhase objects can now be embedded
2006-04-18 Christian Würdigadded comment
2006-04-18 Christian Würdigfixed chain/cycle distribution statistic output
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 Sebastian HackAdded MIN und MAX
2006-04-11 Christian Würdigextended permutation statistics
2006-04-11 Michael Beckstat_be_block_regpressure() and stat_be_block_ready...
2006-04-11 Michael Beckremoved hook_be_block_regpressure and hook_be_sched_rea...
2006-04-11 Michael Beckfixed foreach macro
2006-04-11 Michael Beckrenamed cnt_to_int() into cnt_to_uint()
2006-04-11 Michael Beckforeach_pset macro added
2006-04-11 Christian Würdigmade cnt_to_int unsigned
2006-04-11 Christian Würdigadded cnt_to_int function for counter
2006-04-11 Christian Würdigadded get_count function for distribution tables
2006-04-11 Christian Würdigadded inc and insert functions for distribution tables
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 permutations statistics
2006-04-10 Christian Würdigadded 0 and 1 counter
2006-04-10 Christian Würdigfixed indents
2006-04-10 Christian Würdigadded average calculation of distribution table
2006-04-10 Christian Würdigadded be statitics hook (sched_ready)
2006-04-08 Christian Würdigfixed scheduling statistics
2006-04-08 Christian Würdigadded statistics for scheduling
2006-04-08 Christian Würdigadded environment pointer for distribution table iteration
2006-04-08 Michael Beckused new node index for normalization (instead of the...
2006-04-07 Christian Würdigmoved reg pressure statistics into sepearete be_block_hash
2006-04-07 Christian Würdigadded reg pressure statistic hook
2006-04-07 Christian Würdigadded register pressure statistics
2006-04-07 Michael Beckreset node index on dead node elimination
next