Added index -> node map to irgs
[libfirm] / ir / ana /
2006-05-10 Christian Würdigadded two functions:
2006-05-08 Michael Beckremoved the INPLACE_EDGES option. They are now always...
2006-05-08 Michael BeckDo not create Confirm nodes for Cmp(Const, Const) const...
2006-05-04 Sebastian HackAdapted to changes in irphase
2006-05-03 Michael Beckused new assure_*() functions
2006-05-03 Michael Beckassure_irg_outs() added
2006-05-03 Michael Beckassure_doms() and assure_postdoms() added
2006-05-03 Christoph MallonAdd control dependency analysis
2006-05-02 Sebastian HackAdapted to changes in irphase.c
2006-05-01 Christian Würdigremoved const from first parameter for phase init data...
2006-04-24 Michael Beckdo not use set_irn_in to change End's keep-alives,...
2006-04-24 Michael Beckfixed post-dominance construction for endless loops...
2006-04-24 Michael BeckUse keep-alives to handle dominance info for graphs...
2006-04-24 Michael Beckadded functions to include the keep-alives for cfg...
2006-04-24 Michael BeckFixed keep-alive visiting for extbb walker
2006-04-21 Christian Würdigadded header comment
2006-04-19 Sebastian HackAdded height computation
2006-03-30 Christian Würdigwrapped debugging modules with DEBUG_ONLY
2006-03-28 Michael Beckused new FIRM_DBG_REGISTER macro
2006-03-23 Michael Beckdocu updated
2006-03-20 Christian Würdigremoved c99 style
2006-03-20 Michael BeckExtBlk walker now always visits start block first/last
2006-03-20 Michael BeckFixed irg_extblock_walk_graph()
2006-03-20 Michael Beckis_ir_extbb() added
2006-03-20 Michael Beckis_ir_extbb() added
2006-03-18 Michael BeckFixed extbb construction (why it was damaged ?)
2006-03-17 Michael Beckhandle a call of an absolute address
2006-03-05 Michael Beckclean up a bit
2006-03-03 Michael Beckused new is_Sel()
2006-03-03 Michael Beckused new is_Call() and is_Sel()
2006-03-03 Michael Beckused new is_Sel(), is_Call()
2006-03-03 Michael Becknew is_call() used
2006-02-21 Michael Beckfixed the type of the loop number
2006-01-30 Michael Beckreorder for loops
2006-01-13 Michael Beckrenamed all types 'type' to 'ir_type'
2006-01-13 Michael Beckremoved unneeded includes
2006-01-13 Michael Beckadded ifdef around irloop type
2006-01-09 Michael Beckadded post-dominator construction
2006-01-05 Michael Beckuses firm type WITHOUT struct
2006-01-05 Michael Beckadded missing include
2006-01-02 Michael Beckmissing include added
2005-12-30 Michael Beckrenamed all type * to ir_type *
2005-12-22 Michael Beckloop flags added
2005-12-22 Michael Becksome typos fixed
2005-12-22 Michael Beckcompute_loop_info moved into an own file
2005-12-18 Michael Becknew_backedge_info() moved to ir_backedge
2005-12-06 Adam Szalkowskirenamed compute_outs to new name: compute_irg_outs
2005-12-06 Adam SzalkowskiAlready defined in old_fctnames.h
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-08 Michael BeckBugFix: The param_weight array must be allocated even...
2005-11-07 Michael Beckanalyses polymorphic calls if callee info is available
2005-11-04 Michael Beckparam_weight and param_access must be flexible arrays
2005-11-01 Michael BeckBugFix: missing return added
2005-10-31 Michael Beckadd functions to analyze the 'optimization' weight...
2005-10-31 Michael Beckdo not check for the entity type, simpl check the the...
2005-10-30 Michael Beckcopy_const_value() now takes a dbg_info argument
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 Beckmore config.h stuf added
2005-10-25 Michael Beckfixed bugs
2005-10-25 Christian Würdiguses firm_types.h now
2005-10-24 Michael Becka simple analysys which determines which pointer argume...
2005-10-24 Michael BeckBugFix: visit only Call parameters
2005-10-21 Michael Beckuses firm_types.h now
2005-10-19 Beyhanirg_args have always outs calculated, this makes some...
2005-10-18 Michael Beckdoxygen docu fixed
2005-10-18 Michael BeckDoxygen docu added
2005-10-12 Michael Beckadded code to detect loops in unreachable code, these...
2005-10-06 Michael Beckuse get_irn_n(*, -1) instead od get_nodes_block() so...
2005-10-05 Michael Beckfix_backedges() can now cope with NULL backedge array
2005-09-12 Michael Beckensure that the leader is the first one in the extended...
2005-09-08 Michael BeckBugFix: Unreachable Blocks are always leader blocks
2005-09-08 Michael Beckget_extbb_leader() and get_extbb_node_nr() added
2005-09-01 Michael Beckused PTR_TO_INT() and INT_TO_PTR() macros for 64bit...
2005-09-01 Michael Beckused HASH_PTR() now
2005-09-01 Michael Beckused HASHPTR() now
2005-08-23 Daniel Grunddel_pset in now called correctly
2005-08-23 Daniel GrundBugfixes
2005-08-11 Michael Becktypo fixed
2005-08-11 Michael Beckremoved C99 feature
2005-08-11 Michael BeckFixed skip_Tuple(), so no need for additional loop
2005-08-09 Daniel GrundCompletely rewrote phiclass analysis.
2005-08-03 Michael Beckchagned mode_P_mach into new mode_P_data
2005-08-01 Michael Beckdoxygen docu added
2005-07-26 Götz Lindenmaierrenamed remove_outs,
2005-07-26 Götz Lindenmaiercommented out assertion: Hmmm. Maybe not that good.
2005-07-26 Götz Lindenmaiercleaned up: use new trouts functionality
2005-07-26 Götz Lindenmaiersome special casing
2005-07-26 Götz Lindenmaiercleaned up,
2005-07-22 Daniel Grund*** empty log message ***
2005-07-11 Götz Lindenmaierbugfix: now also supports Tuple nodes.
2005-07-08 Michael Beckremoved INLINE, which prevents linking unter Win32
2005-07-07 Michael Beckdoxygen docu fixed
2005-07-06 Michael Beckfixed doxygen docu
2005-07-06 Michael Beckfixed doxygen docfixed doxygen docu
2005-06-30 Michael Beckused new get_Block_cfgpred_block() function to get...
next