never set the startblock to bad (even without the self-referencing loop)
[libfirm] / ir / ir /
2006-07-31 Michael Beckget_Pin_op() and set_Pin_op() added
2006-07-31 Michael Becktemporary switched off the detection of more than one...
2006-07-31 Michael Becksymconst_enum_const support added
2006-07-31 Sebastian HackFixed a bug
2006-07-31 Sebastian HackAdded irn data setting ability
2006-07-31 Sebastian HackRemoved exec freqs
2006-07-31 Sebastian HackFixed a typo
2006-07-24 Michael Beckfix format string parser
2006-07-24 Michael Beckmissing new_SymConst_type() constructor added
2006-07-17 Christian Würdigget_irn_n_edges: out_count still broken, switched back...
2006-07-10 Michael Becktypos fixed, comment added
2006-07-10 Michael Beckimissing case added: computed_value_Proj() now handle...
2006-07-07 Michael Beck_phase_get_irn_data() can handle constant phases (remov...
2006-07-07 Michael BeckRollback changes of pinned attribute. This does not...
2006-07-07 Michael BeckDo not use get_nodes_block(). It is now available when...
2006-07-06 Michael Beckfloating point operation nodes are created automaticall...
2006-07-06 Michael BeckEvery node has now a pinned attribute that is inherited...
2006-07-06 Michael Beck*** empty log message ***
2006-07-06 Michael Beckrenamed real_function_call unto function_call
2006-07-05 Michael BeckFixed optimization of Div/Mod nodes yb using new Pin...
2006-07-05 Michael Beckget_irn_n_edges() enabled the use of the edge counter...
2006-07-05 Michael Beckis_irn_always_opt() added
2006-07-05 Michael BeckColor Pin nodes orchid
2006-07-05 Michael BeckConfirm nodes must be pinned because their blocks must...
2006-07-04 Michael BeckAdd Pin Operation.
2006-07-03 Michael Beckfixed equivalent_node_Quot()
2006-07-02 Michael BeckRenamed attribute names to more understandable names.
2006-07-02 Michael BeckAdd strict flag to Conv attributes alloweing to mark...
2006-06-30 Michael Beckhandle the new irg_inline_forced_no_body inline property
2006-06-30 Michael Beckirg_inline_forced_no_body inline property added
2006-06-30 Michael BeckBugFix: Shl, Shr, Shrs had wrong Phi constant evaluation
2006-06-30 Michael BeckHandle Constant folding through Phi nodes
2006-06-28 Michael BeckAdd Sub(Sub(x, y), b) -> Sub(x, Add(y,b)) Transformation
2006-06-28 Michael BeckWhen checking PhiM's, ignore Bad predecessors
2006-06-27 Michael BeckAdd an additional PhiM check:
2006-06-21 Christian Würdigadded missing new line at eof
2006-06-16 Michael Beckget_Proj_type() must return firm_unknown_type instead...
2006-06-13 Michael BeckBugFix: dead node elimination keeps keep-alive blocks
2006-06-12 Michael Becklocal_optimize_df():
2006-06-12 Michael Beckexchange() now kill the old node when running when...
2006-06-12 Michael BeckBugFix: Keep-alives had a wrong position in ir_edge...
2006-06-09 Michael BeckFixed doxygen errors
2006-06-08 Michael BeckBugFix: nodes that failed verification are colored...
2006-06-08 Michael Beckcreated anchor for the value base pointer
2006-06-06 Michael Beckuse xmalloc instead of malloc
2006-06-05 Michael Beckadded support for Thread local storage
2006-06-05 Michael BeckFixed inlining: pn_Start_P_value_arg_base must get...
2006-06-03 Michael Beckadded support for Thread local storage
2006-06-02 Michael Beckadded the auto_create_sync flag to disable/enable the...
2006-06-02 Michael BeckFixed transform_Phi() code
2006-06-02 Michael BeckFinally fixed the ConstCodeIrg problem ;-)
2006-06-02 Michael Becktype fixed
2006-06-02 Michael BeckHandle const code irg
2006-06-01 Michael Beckmissing case for pn_CopyB_X_except added
2006-05-31 Michael Beckdoxygen docu added
2006-05-31 Michael Beckremoved pn_Bound_M_except, Bound now have only one...
2006-05-31 Michael Beckrenamed get_peculiarity_string() to get_peculiarity_name()
2006-05-29 Michael Beckrenamed symconst_size to symconst_type_size
2006-05-25 Michael Becktransform_node_Phi() implemented, moved Confirm nodes...
2006-05-25 Michael BeckFixed return type of get_op_attr_size()
2006-05-25 Michael Beckadd_Sync_pred() implemented
2006-05-25 Michael BeckSync() constructors updated
2006-05-25 Michael Beckmissing const added
2006-05-24 Christoph MallonPlay it safe
2006-05-19 Michael Beckmissing includes added
2006-05-19 Michael Beckmake #ifndef at header start cannonical
2006-05-18 Michael Beckused xrealloc instead of realloc
2006-05-18 Michael Beckdoxygen docu added
2006-05-18 Michael Beck*** empty log message ***
2006-05-18 Michael BeckFixed hook_strength_red()
2006-05-18 Michael Beckchanged output for loops
2006-05-18 Michael BeckLet %+F print node number and index for ir-nodes
2006-05-16 Sebastian Hack*** empty log message ***
2006-05-16 Sebastian HackAdded verifying for irn idx map
2006-05-10 Sebastian HackConvenience macros for node bitmaps
2006-05-10 Sebastian HackAdded index -> node map to irgs
2006-05-10 Sebastian HackAdded idx number dumping
2006-05-10 Christian Würdigadded new function to determine the predecessor positio...
2006-05-10 Michael BeckBugFix: Do not build edges for not yet live anchors
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-05 Michael Beckr_op now defined in firm_types.h
2006-05-04 Sebastian Hacknode data constructors can allocate the memory by thems...
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 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 HackSmall modifications
2006-05-02 Michael Beckoptimize_graph_df() added, a fixed point version of...
2006-05-01 Christian Würdigremoved const from first parameter for phase init data...
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 :-)
next