fixed more signed vs unsigned warnings
[libfirm] / ir / be / beprofile.c
2007-04-19 Christian Würdigfixed more signed vs unsigned warnings
2007-04-18 Matthias Braun- Split bearch.h correctly into bearch.h and bearch_t.h
2007-03-29 Matthias Braunmove backend into libfirm
2007-03-02 Matthias Braun- No #ifdef WITH_LIBCORE anymore in backend, compilatio...
2006-12-13 Michael Beck- renamed access offset functions\n- renamed entity...
2006-10-11 Matthias Braunwarning fixes
2006-09-27 Michael Beckrenamed exec_freq_t to ir_exec_freq
2006-09-11 Michael BeckAdd location table to the profiling, disabled by now
2006-09-09 Matthias Braunsome bugfixes for profile reading
2006-09-08 Matthias Brauncreate execution frequencies from profile data
2006-09-06 Michael BeckBugFix:
2006-09-05 Adam Szalkowskifixed studd to make it run again after matze's commit
2006-09-05 Matthias Braunonly display something if we found profile data
2006-09-05 Adam Szalkowskidirty hack for getting assembler file name
2006-09-04 Adam Szalkowskiregistering hook for exec count info in dumped graphs
2006-09-04 Adam Szalkowskiadded status function
2006-09-04 Christian Würdigfixed entity name
2006-09-04 Christian Würdigfixed profile support
2006-09-04 Adam Szalkowskiforgot to close file
2006-09-04 Adam Szalkowskioops
2006-09-04 Adam Szalkowskichanged api and inserted into bemain
2006-09-04 Christian Würdigfixed C99 style
2006-09-04 Matthias Braunfixes
2006-09-04 Adam Szalkowskiit compiles
2006-09-04 Matthias Braunfixed lots of compilation errors (why is an unfinished...
2006-09-03 Adam Szalkowskisome code I wrote today. somebody please finish this.