for i in *.[ch]; do sed -e 's/Copyrigth/Copyright/g' -i modeconv.h; done
[libfirm] / ir / ana / execfreq.c
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