Remove duplicate implementation of foreach_set().
[libfirm] / ir / ana / irloop_t.h
2011-11-10 Matthias Braunremove $Id$, it doesn't work with git anyway
2011-11-09 Matthias Braunirloop: remove get_loop_son, get_loop_node
2011-04-08 Andreas Zwinkaumerge kaps
2011-02-08 Matthias Braunfurther spread size_t
2010-10-08 Matthias Braunrename tarval to ir_tarval
2010-03-31 Sebastian BuchwaldFixed typo
2010-03-31 Sebastian Buchwaldir_node already has a loop field
2010-02-14 Christoph MallonSome more cleanup: Put the return type and other specif...
2009-04-06 Michael Beck- constify
2008-10-14 Christoph Mallons/\<\(LC_\)\?INLINE\>/inline/.
2008-09-23 Michael Beck- detected const methods with possible endless loops...
2008-05-07 Michael Beckreordered struct for smaller memory print on 64bit
2008-05-07 Michael Becktypos fixed
2008-05-06 Michael Beck- add ir_graph to loop element, preventing the ugly...
2008-01-14 Michael Beckadd new generic irloop functions
2008-01-02 Michael Beckupdate copyright message
2007-10-19 Michael BeckMake the ir_loop link field permanent. The other behavi...
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
2006-06-13 Michael Beckadd inline functions
2006-02-21 Michael Beckfixed the type of the loop number
2005-12-22 Michael Beckloop flags added
2005-05-23 Michael Becktypos fixed
2004-07-22 Götz Lindenmaiercallgraph analyses
2004-06-10 Götz Lindenmaieradded an algorithm that constructs the looptree only...
2004-01-20 Götz Lindenmaierlink field for debug
2004-01-15 Götz Lindenmaierimprovements for loop dumper
2003-08-19 Götz LindenmaierAdded copyright headers
2003-03-27 Andreas SchösserRemoved separation of nodes and sons in ir_loop
2003-02-04 Michael BeckConverted comments to doxygen
2003-01-13 Sebastian Felis*** empty log message ***
2002-11-04 Götz Lindenmaiernormalized various syntactic constructs for firm jni.
2002-08-07 Götz Lindenmaier Implemented scc algorithm. Added datastructure to...