Unconditionally include stdlib.h.
[libfirm] / ir / ana / execfreq.c
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