libfirm
2005-11-19 Michael Beckpset.c added
2005-11-18 Michael Beckfixed comments
2005-11-18 Michael BeckBugFix: true was wrongly converted to 0
2005-11-18 Michael Beckrenamed op_pin_state_pinned into irg_pinned_state
2005-11-18 Michael Beckused set_irg_pinned() instead od direct manipulate...
2005-11-18 Michael Beckif_conversion is OFF by default now
2005-11-18 Michael BeckBugFix for generated functions
2005-11-18 Michael Beckrenamed get_opt_real_func_call() to get_opt_real_functi...
2005-11-18 Michael Beckget_opt_optimize_class_casts_verbose() and get_opt_opti...
2005-11-18 Michael Beckremoved inline. Use INLINE in firm code
2005-11-18 Michael Beckget_opt_optimize_class_casts_verbose() is now always...
2005-11-18 Michael Beckuses irflag_t.h now
2005-11-18 Michael Beckrenamed get_opt_redundant_LoadStore() into get_opt_redu...
2005-11-18 Michael Beckremoved INLINE definition
2005-11-18 Michael Beckrenamed get_opt_remove_Confirm() into get_opt_remove_co...
2005-11-18 Michael Beckfactored all optimization flags into ir_flag_t.def...
2005-11-18 FIRM Projekt... true replaced by 1
2005-11-18 FIRM Projekt... removd true constant
2005-11-18 Michael Beckheader update added
2005-11-18 Michael Beckremoved depency of bool type and stdbool.h (not C89)
2005-11-18 Michael Beckremoved bool type and depency of stdbool.h (not C89)
2005-11-17 Michael Becktypos fixed
2005-11-17 Michael Beckvalue_not_null() test added
2005-11-17 Michael Beck*** empty log message ***
2005-11-17 Michael Becktypo fixed
2005-11-17 Michael Beckremoved bool type and depency from stdbool.h (not C89)
2005-11-17 Michael Becktypos fixed, assertion added
2005-11-17 Michael Beckremoved bool type and depency from stdbool.h (not C89)
2005-11-17 Michael Beckremoved bool type and depency from stdbool.h (not C89)
2005-11-17 Michael Beckremoved bool type and depency from stdbool.h (not C89)
2005-11-17 Michael Beckremoved bool type and depency from stdbool.h (not C89)
2005-11-17 Michael Beckremoved bool type and depency from stdbool.h (not C89)
2005-11-17 Michael BeckInstall the header script and header list for win32...
2005-11-15 Michael Beckupdated
2005-11-14 Michael Beckcheck calling conventions for method types in equal_typ...
2005-11-14 Michael Becksome comments added, typo fixed
2005-11-14 Michael BeckBugFix: handling variadic functions
2005-11-14 Michael Beckestimated node count calculation added
2005-11-14 Michael Beckestimated node count added
2005-11-14 Michael Beckfixed sc_val_from_str()
2005-11-14 Michael BeckBugFix: sc_val_from_str() did not handled hexnumbers...
2005-11-13 Michael Beckspecial treatment of SymConst nodes
2005-11-13 Michael Beckplace only such entities on the frame, where the type...
2005-11-13 Michael Beckreplace get_type_size() by get_type_size_bytes() and...
2005-11-13 Michael Becktypos fixed
2005-11-13 Michael Beckhandle Const nodes where the tarval is set to NULL...
2005-11-13 Michael Beckhandle unknown_entity
2005-11-09 Christian Würdigfix gcc 3.x hex const
2005-11-08 Michael Beckadded kind field
2005-11-08 Sebastian HackRemoved code from the old prefetch stuff in the linux...
2005-11-08 Michael BeckBugfixes: missing include
2005-11-08 Michael Beckadded a firm_kind field
2005-11-08 Michael Becka method type now has calling conventions and additiona...
2005-11-08 Michael Beckcalling convetions are now read from the method type
2005-11-08 Michael Beckcalling conventions are now stored in the method type
2005-11-08 Michael Beckhandle variadic functions right (do not clone yet)
2005-11-08 Michael Becksome clean up
2005-11-08 Michael Beckused new mtp_additional_property type
2005-11-08 Michael Beckcalling conventions are now stored in the type
2005-11-08 Michael Beckcalling convention is now store at the type
2005-11-08 Michael Beckproc_cloning header added
2005-11-08 Michael Beckthe calling conventions are now part of the type (as...
2005-11-08 Michael BeckBugFix: The param_weight array must be allocated even...
2005-11-07 Michael Beckhandle unknown_entity right
2005-11-07 Michael Beckanalyses polymorphic calls if callee info is available
2005-11-07 Michael Beckdo not access the ld_name field of entities if it's...
2005-11-07 Michael BeckBugfix: Must check against end block, not end node ...
2005-11-07 Michael BeckBugFix: wrong environment address
2005-11-07 Michael Beckfixed soem off by one errors
2005-11-04 Michael Beckparam_weight and param_access must be flexible arrays
2005-11-04 Michael Beckinitial implementation of procedure cloning added
2005-11-04 Michael Becknew_rd_simpleSel() constructor added
2005-11-03 Michael Beckinitial escape analysis added
2005-11-02 Christian Würdigadded dump reason to dump additional node information...
2005-11-01 Michael Beckmore inlining
2005-11-01 Michael BeckBugFix: missing return added
2005-11-01 Michael Beckirg_no_property used instead of 0
2005-11-01 Michael Beckirg_no_propertiy added
2005-11-01 Michael Beckparam_weight added
2005-10-31 Michael Beckadd functions to analyze the 'optimization' weight...
2005-10-31 FIRM Projekt... spaces after "color:" nremoved
2005-10-31 Michael Beckafter color: no space should follow
2005-10-31 Michael Becknew_d_Unknown did not take a dbg_info parameter
2005-10-31 Michael Beckdo not check for the entity type, simpl check the the...
2005-10-30 Michael Beckconvinience macros using 'base type' instead of 'super...
2005-10-30 Michael Beckcopy_const_value() now takes a dbg_info parameter
2005-10-30 Michael Beckcopy_const_value() now takes a dbg_info argument
2005-10-30 Michael Beckeset_count() added
2005-10-29 Michael Beckmethods which address is contained in initializers...
2005-10-28 Michael Becktypos fixed
2005-10-28 Michael Beckmore config.h stuff added
2005-10-28 Michael Beckused new tp_op_ops: removed most switches in tpop
2005-10-28 Michael Beckto_op_ops created, alloweing new type kinds to be creat...
2005-10-28 Michael Beckremoved , and end of enum for crecoder
2005-10-28 Michael Beckadded data types for color and edge type to allow to...
2005-10-28 Michael Beckanalyze_irg_args.h added
2005-10-28 Michael Beckmore config.h stuff added
2005-10-28 Michael Beckmore config.h stuf added
2005-10-28 Michael Beckmore config stuff
2005-10-27 Michael Beckuses the dump_node() operation if defined
next