remove #ifdef HAVE_CONFIG_Hs
[libfirm] / ir / ana / irouts.c
2008-10-11 Matthias Braunremove #ifdef HAVE_CONFIG_Hs
2008-10-07 Christoph MallonAdd irn_visited_else_mark(), which combines irn_visited...
2008-10-06 Christoph Mallons/irn_not_visited(x)/!irn_visited(x)/.
2008-10-05 Christoph MallonGood day and welcome to the FIRM XMALLOC*() macros...
2008-09-21 Matthias Braunfix for const commit
2008-09-21 Matthias Braunmore consts
2008-09-11 Christoph Mallons/Block_not_block_visited(x)/!Block_block_visited(x)/.
2008-08-23 Michael Beck- BugFix: fix_start_proj() erronously assumed the start...
2008-08-04 Christoph MallonRemove unnecessary return; at end of void functions.
2008-08-01 Matthias Braunsmall optimisation (avoids edges_notify_edge)
2008-07-25 Michael Beck- out edges now preserve the input position, needed...
2008-07-22 Matthias Braunconst changes and enhancements to irouts
2008-01-02 Michael Beckupdate copyright message
2007-11-28 Michael BeckImproved handling of special nodes: add value_param_bas...
2007-10-12 Matthias Braunfixed/warnings make it possible to build without interp...
2007-09-27 Michael Beckfixed indentation
2007-07-25 Michael Beckfixed handling of keep-alive edges
2007-07-24 Michael Beckdon't assume mode_X nodes have only one successor,...
2007-07-16 Michael Beckremoved the new get_block/set_block stuff; not working...
2007-07-13 Michael BeckReplaced set_irn_n(*, -1, *) and get_irn_n(*, -1) by...
2007-06-17 Matthias Braunfix warnings
2007-04-26 Matthias Braunfor i in *.[ch]; do sed -e 's/Copyrigth/Copyright/g...
2007-04-26 Matthias Braunadded license infos
2007-04-05 Michael Beckindentation changed
2007-03-29 Matthias Braunmove backend into libfirm
2006-12-11 Matthias Braun- Several warning fixes
2006-05-03 Michael Beckassure_irg_outs() added
2006-04-24 Michael Beckadded functions to include the keep-alives for cfg...
2006-03-05 Michael Beckclean up a bit
2005-10-19 Beyhanirg_args have always outs calculated, this makes some...
2005-09-01 Michael Beckused PTR_TO_INT() and INT_TO_PTR() macros for 64bit...
2005-08-11 Michael BeckFixed skip_Tuple(), so no need for additional loop
2005-07-26 Götz Lindenmaierrenamed remove_outs,
2005-05-06 Michael Beckrenamed variables (more logical)
2005-03-08 BeyhanCalculate always outs for the frame node, these are...
2005-01-04 Michael Beckremoved INLINE before global functions
2004-12-23 Michael Beckused new xcalloc
2004-12-22 Michael Beckmade allocations C-like
2004-12-02 Michael Beckfixed config.h include
2004-11-16 Beyhanimproved strength reduction
2004-11-10 Michael Beckindentation fixed
2004-11-05 Florian Liekwegcopied comment to where it might be useful
2004-09-15 Michael Becklittle optimization
2004-08-13 Beyhannormalized names of functions, enums ...
2004-07-14 Götz Lindenmaiernormalized various stuff
2004-07-05 Götz Lindenmaierloop boudary test optimized
2004-06-25 Florian Liekwegremoved some error checking to avoid errors
2004-06-17 Florian LiekwegFenced n_outs and out_valid into DEBUG_libfirm
2004-06-15 Michael BeckNew inlining schema implemented:
2004-06-14 Götz Lindenmaierbugfixesbug
2004-06-14 Michael BeckReplaced bzero and fixed type
2004-06-12 Florian LiekwegDebug instrumentation for outedges --flo
2004-06-08 Götz Lindenmaiera bunch of comments
2004-05-19 Götz Lindenmaierfreeing of outs datastructures improved, mem leak removed
2004-04-28 Götz Lindenmaiermake libfirm faster
2004-04-27 Götz Lindenmaierbugfix
2004-04-27 Florian LiekwegFixed ir/ana/irouts.c ir/ir/ircons.h ir/ir/irdump.c...
2004-04-22 Till Riedelminor fixes
2004-04-02 Andreas SchösserImplemented the computation of outedges in interprocedu...
2004-03-12 Andreas SchösserImplemented computation of out edges for interprocedura...
2004-02-27 Götz Lindenmaiersome simple optimizations for execution speed
2004-02-18 Andreas SchösserImplemented "compute_ip_outs" which computes out edges...
2003-11-21 Michael BeckAdded config.h
2003-08-19 Götz LindenmaierAdded copyright headers
2003-01-27 Michael BeckFixed function pointer declarations (and make identical...
2003-01-13 Sebastian Felis*** empty log message ***
2002-12-19 Götz LindenmaierAdded static to many static routines
2002-11-04 Götz Lindenmaiernormalized various syntactic constructs for firm jni.
2002-07-05 Götz LindenmaierCode review to compile with -ansi
2002-07-03 Götz LindenmaierChanges to avoid compiler warnings.
2002-06-11 Götz Lindenmaierunused var removed
2002-04-26 Götz LindenmaierBugfix in get_Block_cfg_out: treatment of keep alive...
2002-02-28 Götz Lindenmaierblock walk in irouts.
2002-02-14 Götz Lindenmaierminor changes to help with making the ajacs-jikes backend
2002-02-13 Florian Liekwegfixed bug in equivalent_node (store/store elimination...
2002-01-31 Götz Lindenmaier New directory: ana for analyses. Adapted configure...