libfirm
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
2006-05-31 Adam Szalkowskiadded a routine to solve a system of linear equations...
2006-05-31 Adam Szalkowskiexecution frequency based on Kirchhoff's current law
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-31 Michael Beckrenamed get_peculiarity_string() to get_peculiarity_name()
2006-05-31 Michael BeckAdd interface and abstract flags to class types.
2006-05-30 FIRM Projekt... BugFix: Predecessors of blocks can be even Jmp and...
2006-05-30 Michael BeckBugFix: added forgotten typedef
2006-05-30 Michael Beckadded missing header for firmjni
2006-05-30 Michael Beckremoved copy_irn() declaration, not supported anymore
2006-05-30 FIRM Projekt... Ircons.irgFinalizeCons() not supported anymore, use...
2006-05-29 Michael Beckadded missing include directory
2006-05-29 Michael Beckrenamed symconst_size to symconst_type_size
2006-05-29 Michael Becksupress GCC warnings
2006-05-29 Michael Beckrenamed symconst_size to symconst_type_size
2006-05-29 Michael BeckAdd macros to use a pdeq as a stack
2006-05-29 Michael Beckmake two local variables static
2006-05-29 Michael Beckadded xmalloc.h include
2006-05-25 Michael BeckFixed typos, improved docu
2006-05-25 Michael BeckBugFix: free_cfloop_information() cleared current_ir_gr...
2006-05-25 Michael BeckFixed wrong array declaration
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 MallonAvoid endless recursion while walking to a projX in...
2006-05-24 Christoph MallonImplement better magic to handle changing control depen...
2006-05-24 Christoph Mallonadd exchange_cdep()
2006-05-24 Christoph MallonHandle multiple control dependencies in a more sophisti...
2006-05-24 Christoph MallonAdd is_cdep_on
2006-05-24 Christoph MallonPlay it safe
2006-05-24 Michael BeckFirm inplace edges are needed for the firm backend...
2006-05-24 Michael Beckremoved copied form ../win32 directory
2006-05-24 Christian Würdigupdated project file
2006-05-23 Michael BeckAdd more special cases for Shift operations
2006-05-23 Michael BeckBugFix: lower_Start
2006-05-22 Kimon HoffmannAdded opt_osr.h to header.list
next