renamed is_subclass* to is_SubClass*, is_superclass* to is_SuperClass* as is newer...
[libfirm] / ir /
2005-12-25 Michael Beckrenamed is_subclass* to is_SubClass*, is_superclass...
2005-12-25 Michael Beckrenamed is_subclass* to is_SubClass*, is_superclass...
2005-12-23 Michael BeckBugFix: apply (a-b)*c --> a*c - b*c only in the mode...
2005-12-23 Michael Becktypos fixed, C99 features removed
2005-12-22 Michael Beckfixed fastcall and added function to set the number...
2005-12-22 Michael Beckloop flags added
2005-12-22 Michael Becksome typos fixed
2005-12-22 Michael Beckrenamed reducible -> is_reducible
2005-12-22 Michael Beckadded doxygen docu, removed unneeded members
2005-12-22 Michael Beckcompute_loop_info moved into an own file
2005-12-21 Beyhansome bugs fixed and do loops are set off, why the imple...
2005-12-20 Rubino Geißfixed iredges related bug in set_irn_in
2005-12-18 Michael Becknew_backedge_info() moved to ir_backedge
2005-12-18 Michael Becknew algorithm implemented: heavy uses list is updated...
2005-12-18 Michael Beckadded define for the ir_mode type (now in firm_types.h)
2005-12-18 Michael Beckir_mode type added
2005-12-18 Michael Beckcopy_irn_to_irg() added
2005-12-16 Daniel Grund*** empty log message ***
2005-12-15 Beyhanreducible isn't enough.
2005-12-14 Daniel GrundActivated old out_count function
2005-12-14 Daniel Grund*** empty log message ***
2005-12-13 Beyhanremoved useless edges_init()
2005-12-08 Christian Würdigadded missing include
2005-12-08 Sebastian HackDominance is inconsistent after dead node elim
2005-12-06 Adam Szalkowskirenamed compute_outs to new name: compute_irg_outs
2005-12-06 Adam SzalkowskiAlready defined in old_fctnames.h
2005-12-06 Michael Beckfirm_seqno_enter_id() added, to speed up ident calculation
2005-12-05 Beyhanfirst complete implemantation
2005-12-05 Michael Beckmissing assert.h added
2005-12-05 Michael Beckfirm_config.h needs new include directory
2005-12-05 Michael Beckadded missing stdio.h include
2005-12-05 Michael Beckadded missing stdio.h
2005-12-05 Michael Beckadedd missing assert.h
2005-12-05 Michael Beckadded missing assert.h
2005-12-05 Michael Beckadded missing stdio.h include (for debugging with old...
2005-12-05 Michael Beckadded missing assert.h include
2005-12-05 Michael Beckwchar support added
2005-12-05 Michael Beckadded missing include <assert.h> (not anymore included...
2005-12-05 Michael Beckneeded include added
2005-12-02 Sebastian HackRemoved call to lc_opt_init
2005-12-01 Michael Beckdelete Keep-alives of code in dead blocks
2005-12-01 Michael BeckUsed right macro for array descriptor implementation
2005-12-01 Michael Beckadded array_len() and array_descr() functions is debug...
2005-11-30 Sebastian HackAdded opts initialization
2005-11-28 Michael Beckget_default_cc_mask() added
2005-11-28 Michael Beckget_default_cc_mask() added
2005-11-28 Michael Beckadded prototype for firm_init_flags(),
2005-11-28 Michael Beckuses xmalloc() now
2005-11-24 Sebastian HackAdded options handlingof libcore
2005-11-24 Sebastian HackAdded libcore option handling
2005-11-24 Sebastian HackAdded libcore option functionality
2005-11-24 Sebastian HackFixed a typo
2005-11-24 Michael Beckadded a pseudo implementation of struvt ident to allow...
2005-11-19 Michael Becktypos fixed
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 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 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 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-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...
next