fixed a bunch of warnings (and some bugs)
[libfirm] / ir / be / becopyheur2.c
2007-06-17 Matthias Braunfixed a bunch of warnings (and some bugs)
2007-04-27 Christian Würdigunified header
2007-04-27 Christian Würdigadded new licence header
2007-04-19 Christian Würdigfixed more signed vs unsigned warnings
2007-04-19 Christian Würdigphase takes now additional param on init
2007-04-05 Michael Beckrenamed phase_t to ir_phase
2007-03-29 Matthias Braunmove backend into libfirm
2007-03-29 Matthias Braun- change #include <config.h> back to "config.h"
2007-03-19 Matthias BraunThe big committ:
2007-03-02 Matthias Braun- No #ifdef WITH_LIBCORE anymore in backend, compilatio...
2006-12-21 Matthias Braun- All backend modules use module constructors for regis...
2006-12-11 Matthias Braun- Several warning fixes
2006-10-11 Matthias Braunwarning fixes
2006-10-05 Adam Szalkowskienumaration of possible enum values is now done by...
2006-09-08 Matthias Braunwarning fix
2006-08-04 Christoph MallonFix warnings
2006-08-02 Sebastian HackFactored copy minimzation out
2006-08-01 Christoph MallonRemove unused vars
2006-07-31 Sebastian HackAdapted to new liveness
2006-07-04 Adam SzalkowskiAdded max recursion depth
2006-06-06 Michael Beckuse xmalloc instead of malloc
2006-05-31 Sebastian HackRemoved old and unneeded stuff
2006-05-24 Sebastian HackFixed Union/Find
2006-05-23 Sebastian HackSome improvements
2006-05-19 Sebastian HackAnother version of copy elimination
2006-05-16 Sebastian HackRemoved old stuff
2006-05-04 Sebastian HackA little bit more efficient
2006-05-02 Christian Würdigadded conversion const -> non-const
2006-05-02 Sebastian HackBeta version
2006-05-01 Christian Würdigfixed definition of phase init function
2006-04-27 Sebastian HackWorks with max.c and eliminates some copies.
2006-04-21 Sebastian HackAdded new version of copy heuristic (still very alpha!)