group High-Level exception nodes together
[libfirm] / ir / ir /
2006-01-31 Michael Beckgroup High-Level exception nodes together
2006-01-31 Michael Beckgroup High-Level exception support ops together
2006-01-30 Michael BeckFixed dumping of CondIs nodes
2006-01-27 Michael Beckadded get_next_ir_opcodes() to allow allocation of...
2006-01-27 Michael BeckRemoved Keep op, added Keep flag
2006-01-27 Michael Beckis_irn_keep() added
2006-01-27 Michael BeckCheck that COnst nodes have same mode as its tarval
2006-01-18 Sebastian HackAdded tags for ops
2006-01-18 Sebastian HackRemoved Keep
2006-01-17 Michael Becksome optimizations must be disabled while the reassocia...
2006-01-17 Michael Beckirop_flag_keep flag added
2006-01-17 Michael Beckir/ir/irop_t.h added
2006-01-16 Sebastian HackAdded the Keep node
2006-01-16 Sebastian HackFlags support.
2006-01-16 Michael Beckcharacter modes do not have modulo shift's
2006-01-16 Michael BeckBugFix: get_opt_ldst_only_null_ptr_exceptions() was...
2006-01-14 Michael BeckInstOf Node (high-level instanceof test with exception...
2006-01-14 Michael BeckDBG_OPT_EXC_REM() used, remove exception edges from...
2006-01-14 Michael BeckDBG_OPT_EXC_REM() added (a exception edge was removed...
2006-01-14 Michael BeckHOOK_OPT_EXC_REM added
2006-01-14 Michael Beckldst_only_null_ptr_exceptions and sel_based_null_check_...
2006-01-13 Michael Beckrenamed all types 'type' to 'ir_type'
2006-01-13 Michael Beckrenamed all types 'type' to 'ir_type'
2006-01-13 Michael Beckremoved unneeded includes
2006-01-12 Michael Beckused pn_*_max constants in all turn_into_tuple
2006-01-12 Michael BeckBound operation added:
2006-01-09 Michael Beckused new set_irg_doms_inconsistent() to invalidate...
2006-01-09 Michael Beckadded data for post-dominance
2006-01-09 Michael Beckadded data and functions for post-dominance info
2006-01-09 Michael Beckused new set_irg_doms_inconsistent() to invalidate...
2006-01-09 Michael Beckpost-dominators are dumped yet
2006-01-05 Michael Beckmissing include added
2006-01-02 Michael Beckloop unrolling currently buggy ...
2006-01-02 Michael Beckadded missing get_irn_type_attr() and get_irn_entity_attr()
2006-01-02 Michael Beckfixed inline definitions
2005-12-31 Michael Beckmoved verification flags from irvrfy to irflag
2005-12-31 Michael Beckmoved verification flags from irvrfy to irflag
2005-12-30 Michael Beckrenamed all type * to ir_type *
2005-12-30 Michael Becktype_t.h include added
2005-12-30 Michael Becklittle cleanup
2005-12-30 Michael Beckrenamed all type * to ir_type *
2005-12-30 Michael Beckrenamed all type * to ir_type *
2005-12-30 Michael Beckrenamed all type * to ir_type *
2005-12-30 Michael Beckrenamed all type* to ir_type *
2005-12-28 Michael Beckfirm_types.h included, to need to uses "hidden" types...
2005-12-27 Michael Beckrenamed is_subclass_of -> is_SubClasss_of
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 Beckadded define for the ir_mode type (now in firm_types.h)
2005-12-14 Daniel GrundActivated old out_count function
2005-12-13 Beyhanremoved useless edges_init()
2005-12-08 Sebastian HackDominance is inconsistent after dead node elim
2005-12-05 Michael Beckadded missing stdio.h include
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-11-28 Michael Beckadded prototype for firm_init_flags(),
2005-11-24 Sebastian HackAdded libcore option functionality
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 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 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 bool type and depency of stdbool.h (not C89)
2005-11-17 Michael Becktypo fixed
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 Beckestimated node count calculation added
2005-11-14 Michael Beckestimated node count added
2005-11-13 Michael Beckspecial treatment of SymConst nodes
2005-11-13 Michael Beckhandle Const nodes where the tarval is set to NULL...
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-07 Michael Beckdo not access the ld_name field of entities if it's...
2005-11-04 Michael Becknew_rd_simpleSel() constructor added
2005-11-02 Christian Würdigadded dump reason to dump additional node information...
2005-11-01 Michael Beckmore inlining
2005-11-01 Michael Beckirg_no_property used instead of 0
2005-11-01 Michael Beckirg_no_propertiy added
2005-10-31 Michael Beckafter color: no space should follow
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 Beckmore config.h stuff added
2005-10-27 Michael Beckuses the dump_node() operation if defined
2005-10-27 Michael Beckdump_node operatiomn added
2005-10-25 Christian Würdigadded missing include
2005-10-24 Michael Beckhook_new_type added
2005-10-24 Michael Becksome doxygen commands added
2005-10-24 Michael Becknew entity hook added
2005-10-21 Michael Beckunregister function added
2005-10-21 Michael Beckheader added
2005-10-21 Michael Beckcleaned up hooks
2005-10-21 Michael Beckhook_dead_node_elim_start() and hook_dead_node_elim_end...
2005-10-21 Michael Beckhook_replace() added to exchange
next