do not optimize dead blocks preventing endless loops ...
[libfirm] / ir / ir /
2007-02-07 Matthias Braunfix some oparities in firm
2007-02-06 Matthias Brauncompute_compound_graph_indices is no more
2007-02-06 Christian Würdigassert if someone tries to exchange a node with itself
2007-02-05 Matthias Braunadd an is_Quot function
2007-02-02 Michael Beckadd signed and unsigned eq modes for reference modes
2007-01-31 Michael Beckreformated
2007-01-31 Michael Beckremoved unused data/functions, reformated
2007-01-31 Michael Beckfixed dumping of callgraph if execution frequency is...
2007-01-31 Matthias Braunadd an is_CopyB
2007-01-30 Matthias Braunenable edge calculation for all anchor nodes
2007-01-25 Michael Beckdoxygen comment updated
2007-01-25 Michael BeckFixed wrong assert
2007-01-24 Christian Würdigclear inside irgwalk flag when dumping (otherwise we...
2007-01-23 Michael Beckcg_callee_entry type holding the callee information...
2007-01-22 Matthias Braun- Create new copy_attr functions for blocks, phis and...
2007-01-22 Matthias Braunsome sanity checks
2007-01-22 Matthias Braunmake sure backedges are available before dumping them
2007-01-16 Michael Beckrenamed type opcode to ir_opcode
2007-01-16 Michael Beckfixed doxygen docu
2007-01-16 Michael Beckrenamed type opcode to ir_opcode
2007-01-16 Christian Würdiguse inside_block_walk and inside_irg_walk flaks to...
2007-01-16 Christian Würdigadded flags and set/get functions indicating if we...
2007-01-15 Michael Becktypo fixed
2007-01-15 Michael Beckadd option for the memory disambiguator
2007-01-12 Michael Beckdoxygen dcu enhanced
2007-01-07 Michael Beckir_address_taken_computed_state for globals added
2007-01-07 Michael Beckir_address_taken_computed_state added for a graph
2007-01-07 Michael Beckget_opt_alias_analysis(), set_opt_alias_analysis()...
2006-12-19 Michael Beckdoxygen docu fixed
2006-12-18 Matthias Braunadd is_Store
2006-12-18 Matthias Braundon't use __PTR_TO_INT from obstack.h... well the code...
2006-12-18 Matthias Braunmove edges_reroute_kind declaration to iredges.h becaus...
2006-12-15 Matthias Braun#ifdef DEBUG_libfirm not #if DEBUG_libfirm
2006-12-14 Matthias Braunfix warnings
2006-12-14 Matthias Braunadded a skip_Proj_const...
2006-12-14 Michael Beckremoved useless includes
2006-12-13 Michael Beckrename type entity into ir_entity
2006-12-13 Michael Beckused new get_entity_offset(), get_entity_offset_bits_re...
2006-12-13 Michael Beckrenamed entity -> ir_entity
2006-12-12 Michael Becktypos fixed
2006-12-11 Matthias Braun- Several warning fixes
2006-12-10 Matthias Brauncleanup/fix some compound entity stuff
2006-12-10 Matthias Braunadded several missing #include config.h
2006-11-27 Christian Würdigchange in behaviour of exchange:
2006-11-23 Christian Würdigadded is_End function
2006-11-22 Christian Würdigfixed comment for hook_set_irn_n (it's called before...
2006-11-21 Michael BeckAllow the Bad node to be set in set_store(). This is...
2006-11-17 Matthias Braunwarning fix
2006-11-16 Michael BeckCheck for division by zero before convert a division...
2006-11-13 Michael BeckUse is_Bad() where appropriate
2006-11-02 Christian Würdigdump node index in label
2006-10-25 Michael Beckadd missing is_Jmp()
2006-10-25 Christian Würdigadded additional walker following depedency edges
2006-10-24 Christian Würdigadded function reinit all irn data belonging to a certa...
2006-10-24 Christian Würdigadded is_NoMem function
2006-10-17 Christian Würdigdo not place projs late
2006-10-16 Michael BeckDo not convert Sub(P, P) into a simple Minus ...
2006-10-13 Christian Würdigadded functions and macro to iterate over all node...
2006-10-12 Michael Beckoptimize graphs that got calls inlined
2006-10-10 Michael BeckNew inliner:
2006-10-09 Michael BeckSet the final flag for the global type.
2006-10-09 Christian Würdigadded is_div, is_mod and is_DivMod functions
2006-10-08 Michael Beckwhen checking Bound nodes, ignore ones which a Bad...
2006-09-29 Michael Beckset the global type and tls type flags on the globat...
2006-09-29 Michael Beckirop_flag_start_block flag added
2006-09-29 Michael Beckis_irn_start_block_placed() added\nconst added to skip_...
2006-09-29 Michael Beckadded numbers for the base/upper types
2006-09-28 Michael BeckBugFix:
2006-09-28 Michael BeckAdd shortcut to speed up gc_irgs()
2006-09-26 Christian Würdigadded function to remove a keepalive edge
2006-09-26 Matthias Braunfix broken remove_critical_cf
2006-09-26 Michael BeckFixed remove_critical_cf_edges():
2006-09-21 Christian Würdigadded is_Start function
2006-09-20 Christian Würdigadded phase reinit data per irn
2006-09-17 Michael Beckmake the comment more useful
2006-09-17 Michael BeckAdded support for SymConst(ofs_ent)
2006-09-17 Michael BeckSymConst(ofs_ent) added to represent the offset of...
2006-09-17 Michael BeckSymConst(ofs_ent) added to represent the offset of...
2006-09-15 Michael BeckRemoved some depencies from current_ir_graph
2006-09-15 Michael Beckadd docu and prototype for find_value()
2006-09-14 Michael Beckoptimize_graph_df():
2006-09-13 Matthias Braunforgot this
2006-09-12 Michael Beckrenamed some firm enum types to have the ir_ prefix
2006-09-08 Michael Beckis_Pin() added
2006-09-06 Matthias Braunfix block out edges if a block cfgpred gets set to Bad
2006-09-03 Matthias Braun- Added an is_Jmp function
2006-09-01 Michael Beckget_fragile_mem() can now handle Bound nodes
2006-08-30 Michael BeckUse get_irn_n() instead of get_nodes_block() to allow...
2006-08-30 Michael Beckcosmetic change
2006-08-29 Sebastian HackRe-checked it in.
2006-08-29 Sebastian HackThis was badly checked in
2006-08-28 Sebastian Hack*** empty log message ***
2006-08-28 Sebastian HackAdded dependency edges
2006-08-11 Michael Beckcache current_ir_graph for better code
2006-08-10 Michael Beckfixed is_Cmp()
2006-08-09 Michael Beckadd some is_*() functions
2006-08-01 Christoph MallonConstify
2006-07-31 Michael Beckget_Pin_op() and set_Pin_op() added
2006-07-31 Michael Becktemporary switched off the detection of more than one...
2006-07-31 Michael Becksymconst_enum_const support added
next