libfirm
2006-07-06 Michael Beckrenamed real_function_call unto function_call
2006-07-05 Michael BeckChanged the interface of value_not_zero() and value_not...
2006-07-05 Michael BeckFixed optimization of Div/Mod nodes yb using new Pin...
2006-07-05 Michael Beckdisable the floating of pure functions for now until
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 Beckonly "firm_types.h" needed
2006-07-05 Michael BeckConfirm nodes must be pinned because their blocks must...
2006-07-05 Michael Beckcorrectly handle Phi nodes (and there effective use)
2006-07-05 Michael BeckBugFix: current_ir_graph was not set rigtht while lowering
2006-07-04 Michael BeckAdd Pin Operation.
2006-07-03 Adam Szalkowskiexecfreq stroes set internally now
2006-07-03 Michael Beckfixed equivalent_node_Quot()
2006-07-03 Michael BeckBugFix: Memory Proj from pure function calls was not...
2006-07-02 Michael BeckFixed warnings on newer VC
2006-07-02 Michael BeckFix attribute access
2006-07-02 Michael BeckMake fp optimization dependent on the fp model.
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-07-01 Michael BeckFixed indentation
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-30 Michael BeckFS_OPT_CONST_PHI added
2006-06-29 Christian WürdigBugFix: get correct in position at user node to determi...
2006-06-29 Michael Beckif conversiopn currently cannot cope with Bad control...
2006-06-29 Michael Beckreformateed and some comments added
2006-06-29 Michael BeckBugFix:
2006-06-29 Michael BeckFixed and enhanced movement of Store operation through...
2006-06-29 Michael Beckprefer arithmethic over pointer constants
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-27 Michael BeckBugFix:
2006-06-27 Michael Beckadded support for Psi node
2006-06-21 Michael Beckmake sure a '\0' is at the end of an snprintf'ed string
2006-06-21 Christian Würdigadded missing new line at eof
2006-06-19 Michael Beckchange array containing indeces from double to int
2006-06-16 Michael Beckget_Proj_type() must return firm_unknown_type instead...
2006-06-16 Adam Szalkowskisigned/unsigned bug
2006-06-14 Michael BeckBugFix:
2006-06-14 Michael BeckDo not tell about debug mask if no changes were done
2006-06-14 Michael BeckBugFix: SubI(P,P) cannot be transformed into an Add
2006-06-13 Michael Beckdoxygen docu improved
2006-06-13 Michael BeckImprovement: Do NOT do OSR of nodes that are not inside
2006-06-13 Michael BeckBugFix: dead node elimination keeps keep-alive blocks
2006-06-13 Michael Beckadded inline functions
2006-06-13 Michael Beckadd inline functions
2006-06-12 Michael BeckFixed return type of _set_entity_ident()
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-12 Michael Beckaet_entity_ident() added
2006-06-12 Michael Beckdoxygen docu updated
2006-06-09 Michael BeckBugFix: get_dummy_sel() only the dummy entity can be...
2006-06-09 Michael BeckBugFix: The mode of new induction variables created...
2006-06-09 Michael BeckFixed doxygen errors
2006-06-09 Michael Beckmake osr_flag_default a define, because "simple-minded...
2006-06-09 Michael BeckBugFix: Phi node node correctly split into low and...
2006-06-09 FIRM Projekt... renamed type to ir_type
2006-06-08 Michael BeckFixed output of mode_P constants
2006-06-08 Michael Beckadded a resid to the reserved tarvals to allow the...
2006-06-08 Michael BeckBugFix: nodes that failed verification are colored...
2006-06-08 Michael Beckrenamed type to ir_type
2006-06-08 Michael Beckrenamed type to ir_typrenamed type to ir_type
2006-06-08 Michael BeckFinally removed obsolete type "type", use ir_type instead
2006-06-08 Michael Beckrenamed all type to ir_type
2006-06-08 Michael Beckcreated anchor for the value base pointer
2006-06-07 Michael Beckvalue parameter types have now a flag to distinguish...
2006-06-07 Michael BeckLitte bugfix form older errors: use irg instead of...
2006-06-07 Michael Beckmake the Load/Store Optimization more greedy: if a...
2006-06-06 Michael Beckadd missing del_waitq()
2006-06-06 Michael Beckuse xmalloc instead of malloc
2006-06-06 Michael BeckUse xmalloc instead of malloc
2006-06-05 Michael Beckdoxygen docu added
2006-06-05 Michael Beckadded support for Thread local storage
2006-06-05 Michael Beckadded support for Thread local storage
2006-06-05 Michael Beckmore doxygen docu added
2006-06-05 Michael Beckspeed up by useing pmap_find() instead of pmap_contains...
2006-06-05 Michael Beckadded prototype for mangle_dot()
2006-06-05 Michael BeckFixed type of _get_tpop_attr_size()
2006-06-05 Michael Beckupdated doxygen docu
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-05 Michael Beckdo not remove volatile entities
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 Beckhandle Sync nodes
2006-06-01 Michael Becktypo fixed
2006-06-01 Michael BeckBugFix: all flags where deleted when layout state was set
2006-06-01 Christian Würdigremoved C99 style
2006-06-01 Michael Beckmissing case for pn_CopyB_X_except added
2006-05-31 Michael Beckdoxygen docu added
2006-05-31 Adam Szalkowskidebug ir_fprintf commented out
next