Add the * for the type in foreach_pset() automatically.
[libfirm] / ir / ana / callgraph.c
2012-07-13 Christoph MallonAdd the * for the type in foreach_pset() automatically.
2012-07-13 Christoph MallonLet foreach_pset() declare its iterator variable.
2012-07-13 Christoph MallonUse foreach_pset().
2011-12-14 Matthias Braunhashptr.h: use inline functions instead of #define
2011-12-14 Matthias Braunremove unnecessary comments before functions
2011-11-10 Matthias Braunremove $Id$, it doesn't work with git anyway
2011-10-27 Matthias Braunremove a bunch of comments marking end of blocks
2011-09-22 Matthias Braunremove old+unused execution_frequency/field_temperature
2011-04-08 Andreas Zwinkaumerge kaps
2011-03-09 Christoph MallonFix typos in comments: s/it's/its/ and related corrections.
2011-03-04 Matthias Braunfix more size_t warnings
2011-03-02 Michael BeckFurther pushed size_t: callgraph functions uses size_t...
2011-02-09 Michael BeckFurther spread size_t.
2011-02-06 Christoph MallonFix several size_t related signed/unsigned warnings.
2011-01-24 Michael BeckFixed a lot of size_t related warnings, most of them...
2011-01-19 Michael BeckAmendment of r28263 which was committed too early.
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-22 Matthias Braunremove more leftovers from interprocedural view
2010-07-19 Matthias Braunremove unused/broken interprocedural view
2010-05-19 Matthias Braunremove commented out references to the nonexistant...
2010-03-15 Matthias Braunfix various warnings reported by cparser
2010-03-09 Matthias Braunmake firm (mostly) -Wmissing-prototypes clean
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-11-06 Matthias Braunfix warning
2009-09-02 Christoph MallonAdd OALLOC*() to make allocating from obstacks a bit...
2009-04-04 Michael Beck- constify
2008-11-28 Christoph MallonUnconditionally include string.h
2008-11-28 Christoph MallonUnconditionally include stdlib.h.
2008-10-31 Michael Beck- shorten the lifetime of a variable
2008-10-14 Christoph Mallons/\<\(LC_\)\?INLINE\>/inline/.
2008-10-11 Matthias Braunremove #ifdef HAVE_CONFIG_Hs
2008-09-23 Matthias Braunfree_methods was a bad base for callgraph walks, use...
2008-09-23 Matthias Braunwork around callgraph/cgana problems
2008-09-22 Michael Beck- all visited flags use the ir_visited_t type now
2008-09-22 Matthias Brauntoposort callgraph when inlining
2008-09-11 Christoph Mallons/get_irn_op(x) {==,!=} op_FOO/{,!}is_FOO(x)/.
2008-05-06 Michael Beck- add ir_graph to loop element, preventing the ugly...
2008-01-14 Michael Beck- fixed some memory leaks by maturing the generated...
2008-01-02 Michael Beckupdate copyright message
2007-11-18 Michael Beck- reenabled callgraph
2007-11-18 Michael Beckcaller backedges uses raw_bitsets
2007-10-19 Michael BeckMake the ir_loop link field permanent. The other behavi...
2007-10-12 Matthias Braunfixed/warnings make it possible to build without interp...
2007-06-18 Matthias Braunfixed warnings
2007-06-01 Matthias Braunmoved external headers into include dir
2007-04-26 Matthias Braunfor i in *.[ch]; do sed -e 's/Copyrigth/Copyright/g...
2007-04-26 Matthias Braunadded license infos
2007-03-29 Matthias Braunmove backend into libfirm
2007-02-09 Christian Würdigadded asserts
2007-01-23 Michael Beck- allocated backedge array only on demand
2007-01-16 Christian Würdigfixed indent
2006-12-13 Michael Beckrename type entity into ir_entity
2006-03-20 Christian Würdigremoved c99 style
2006-03-03 Michael Becknew is_call() used
2005-11-17 Michael Beckremoved bool type and depency from stdbool.h (not C89)
2005-10-28 Michael Beckmore config.h stuf added
2005-09-01 Michael Beckused HASHPTR() now
2005-06-15 Götz Lindenmaiercomments
2005-04-15 Götz Lindenmaierstate handling, minor bug
2005-03-04 Götz Lindenmaierimprovements,
2005-02-23 Götz Lindenmaierbugfixes, comments``
2005-01-21 Michael Beckremoved C99 features
2005-01-18 Götz Lindenmaieradded computation of interprocedural execution frequency.
2004-12-23 Michael Beckused xcalloc instead of calloc
2004-12-22 Michael Becktypo fixed
2004-12-22 Michael Beckmore doxygen docu
2004-12-21 Michael BeckC99 contructs removed
2004-12-07 Boris Boesler*** empty log message ***
2004-12-02 Michael Beckfixed config.h include
2004-11-11 Götz Lindenmaierchange semantics of cgana: collect also external entiti...
2004-11-10 Michael BeckAdded macro for hashing addresses
2004-11-10 Götz LindenmaierCall_callees now with unknown_entity
2004-11-03 Michael Beckremoved gloval intraprocedural_view variable and replac...
2004-09-24 Michael Beckremoved cgana parameter
2004-09-02 Götz Lindenmaiermore analyses for cache optimization
2004-08-31 Götz Lindenmaierremoved old code
2004-08-31 Götz Lindenmaiermode loop analyses
2004-07-22 Götz Lindenmaiercallgraph analyses