remove more unused loop stuff
[libfirm] / ir / ana / execfreq.c
2012-10-24 Matthias Braunmake statev API public
2012-08-23 Matthias Braunexecfreq calculation fails in case of unreachable code
2012-08-23 Matthias Braunput execfreq in block-attrs instead of hashmap
2012-08-02 Matthias Braunfix bugs in execfreq rework commit
2012-07-30 Matthias Braunsimplify and cleanup execfreq API
2012-07-13 Christoph MallonLet foreach_out_edge_kind() and foreach_out_edge_kind_s...
2012-07-13 Christoph MallonAdd the return type as parameter to the macros set_find...
2012-07-13 Christoph MallonRemove duplicate implementation of foreach_set().
2012-06-15 Matthias Braunrename edges_assure to assure_edges
2011-12-14 Matthias Braunhashptr.h: use inline functions instead of #define
2011-11-10 Matthias Braunremove $Id$, it doesn't work with git anyway
2011-10-20 Matthias Braunconsolidate utility macros in util.h
2011-06-24 Andreas ZwinkauMerge Fix: Spills have ProjMs now
2011-06-21 Matthias Braunfix more cparser warnings, cleanup some libcore code
2011-04-08 Andreas Zwinkaumerge kaps
2010-11-04 Matthias Braunmake firm compilable with a c++ compiler
2010-10-06 Matthias Braunfix trailing whitespaces and tabulators in the middle...
2010-08-12 Matthias Braunidentifiers starting with _ are reserved; remove this...
2010-02-14 Christoph MallonSome more cleanup: Put the return type and other specif...
2010-02-13 Christoph MallonPut a space after if/for/switch/while.
2009-09-17 Sebastian BuchwaldFixed bug that always sets profiled execfreq to zero.
2009-09-09 Sebastian BuchwaldFixed codegen/wrong_execfreq.c from r26508.
2009-09-04 Sebastian BuchwaldAdded some comments.
2009-09-01 Matthias Braunimprov execfreq estimation if a loop outedge leaves...
2009-06-29 Matthias BraunCleanup: remove firm_common_t.h (and the PRECISE_EXC_CO...
2008-12-01 Matthias Braunbad blocks have cf_probability 0
2008-10-11 Matthias Braunremove #ifdef HAVE_CONFIG_Hs
2008-10-05 Christoph MallonGood day and welcome to the FIRM XMALLOC*() macros...
2008-09-27 Christoph MallonTeach Mr. Gauß, Mr. Seidel and Mr. Grund to ignore...
2008-09-24 Christoph MallonDo not forcefully rebuild outedges in compute_execfreq...
2008-07-31 Sebastian BuchwaldFixed one more memory leak.
2008-01-02 Michael Beckupdate copyright message
2007-09-17 Sebastian HackDisabled matrix dumping.
2007-09-17 Sebastian HackWorks now with endless loops.
2007-09-15 Sebastian HackAdded the fabulous Gauss-Seidel linear equation solver...
2007-07-06 Michael Beckmissing include added
2007-06-17 Matthias Braunfix warnings
2007-05-23 Christoph MallonUse the more verbose comment on the edges-execfreq...
2007-05-22 Matthias Braunworkaround
2007-05-13 Matthias Braundon't spam source folders with graphs, warn when execut...
2007-04-26 Michael BeckFixed the fix for the memory leak
2007-04-26 Michael BeckMemory leak fixed
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-01-18 Christian Würdigremoved double include
2006-12-11 Matthias Braun- Several warning fixes
2006-10-09 Matthias Braundirty hack to make execfreqs work with endless apps
2006-09-27 Michael Beckrenamed exec_freq_t to ir_exec_freq
2006-09-10 Sebastian HackProper scaling for integer exec freqs
2006-09-08 Matthias Brauncreate execution frequencies from profile data
2006-09-06 Sebastian HackFixed a bug concerning integer translation
2006-09-04 Christian Würdigundefed GSL
2006-09-03 Sebastian HackNormalizing for integer frequencies improved
2006-09-03 Adam Szalkowski*** empty log message ***
2006-07-31 Sebastian HackAdded long version of get_exec_freq()
2006-07-11 Sebastian HackAdded exec_freq_t type
2006-07-03 Adam Szalkowskiexecfreq stroes set internally now
2006-06-16 Adam Szalkowskisigned/unsigned bug
2006-06-06 Michael BeckUse xmalloc instead of malloc
2006-06-01 Christian Würdigremoved C99 style
2006-05-31 Adam Szalkowskidebug ir_fprintf commented out
2006-05-31 Adam Szalkowskiexecution frequency based on Kirchhoff's current law