beifg: Simplify the quite complicated way to divide a number by 2 in be_ifg_stat().
[libfirm] / ir / ana / irouts.c
2012-12-12 Matthias Braunremove license stuff from files
2012-08-28 Matthias Brauncleanup irouts
2012-08-28 Matthias Braunremove now unused get_irn_outs_computed()
2012-08-28 Matthias Braunremove pointless compute_irp_outs()/free_irp_outs()
2012-08-09 Matthias Braunmore irouts cleanup
2012-08-09 Matthias Braunirouts: cleanup use C99
2012-06-15 Matthias Braunsplit graph state into properties and constraints
2011-12-14 Matthias BraunMove current_ir_graph from ir_graph to ir_cons
2011-12-14 Matthias Braunremove unnecessary comments before functions
2011-11-16 Matthias Braunintroduce anchor_first and anchor_last in irg_anchors...
2011-11-10 Matthias Braunremove $Id$, it doesn't work with git anyway
2011-10-20 Matthias Braunconsolidate utility macros in util.h
2011-09-14 Andreas ZwinkauMerge branch 'opt_manage'
2011-09-14 Andreas ZwinkauRemove outs_state attribute
2011-05-06 Andreas ZwinkauReenable asserts
2011-05-06 Matthias Braungive Bad nodes a mode
2011-04-08 Andreas Zwinkaumerge kaps
2011-03-09 Christoph MallonFix typos in comments: s/it's/its/ and related corrections.
2011-02-09 Michael BeckFurther spread size_t.
2011-01-19 Michael BeckFixed more size_t related warnings, one interface change.
2010-11-04 Matthias Braunmake firm compilable with a c++ compiler
2010-07-19 Matthias Braunremove unused/broken interprocedural view
2010-03-09 Matthias Braunmake firm (mostly) -Wmissing-prototypes clean
2010-02-21 Christoph MallonPut opening curly brace of functions on a separate...
2010-02-13 Christoph MallonPut a space after if/for/switch/while.
2010-02-13 Christoph MallonPut opening curly brace of functions on a separate...
2009-06-19 Matthias Braun- Get rid of the infamous Start->ProjX->Start backedge
2009-01-22 Michael Beck- Bugfix irg_out_block_walk() was doing wrong things...
2008-11-28 Christoph MallonUnconditionally include string.h
2008-10-14 Christoph Mallons/\<\(LC_\)\?INLINE\>/inline/.
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.
next