Set explicitely the tarval mode to wrap around
[libfirm] / ir / opt /
2004-11-26 Michael Beckadded some comments
2004-11-24 Florian LiekwegC99
2004-11-16 Götz Lindenmaierremoved debug output
2004-11-16 Beyhanstart of new project
2004-11-16 Beyhanimproved strength reduction
2004-11-11 Boris Boesler*** empty log message ***
2004-11-11 Götz Lindenmaieradded path to external
2004-11-08 Michael BeckAdded statistic code
2004-11-05 Michael BeckFixed address count calculation. Every Load was visited...
2004-11-03 Michael Beckcalculate the number of uses of every address, this...
2004-11-03 Michael BeckFixed some border cases:
2004-10-28 Michael BeckImproved Sub rule
2004-10-26 Michael BeckReassociation added
2004-10-26 Michael BeckReassoiation optimization added
2004-10-25 Götz Lindenmaierbugfix
2004-10-21 Michael BeckAdded Goetz' proposal to replace loads of constant...
2004-10-19 Michael BeckLoad optimization extended: searches now Loads in the...
2004-10-12 Florian LiekwegC, nicht C++
2004-10-07 Beyhancatches more expressions now.
2004-09-30 Michael BeckAdded DBG macro calls
2004-09-30 Florian Liekweg\!C99
2004-09-30 Michael Beckadded statistics, cleaned up a bit
2004-09-30 Götz Lindenmaieradded verbosity flags
2004-09-30 Beyhanthe new streng_red
2004-09-29 Michael BeckFixed the phi optimization (seems to work for C)
2004-09-29 Michael Beckadded optimization that moves Store behind Phi (but...
2004-09-28 Michael BeckMove Stores below the CF.
2004-09-28 Götz Lindenmaierverbosity
2004-09-25 Götz Lindenmaieradded verbosity stuff
2004-09-24 Michael Beckuse soem skip_Proj() to shorten the code
2004-09-24 Michael Beckmore comments
2004-09-22 Michael BeckFixed again: Do not create Bad block, only remove bad CF
2004-09-22 Michael Beckadded new optimize_cf
2004-09-22 Michael BeckNew optimize_cf should remove more (hopefully all)...
2004-09-21 Götz Lindenmaierbugfix for jva
2004-09-20 Götz Lindenmaierflag for verbosity, compiler warnings
2004-09-20 Götz Lindenmaierbugfix for jack
2004-09-17 Michael BeckLoad/Store optimization added
2004-09-17 Michael BeckSimple Load/Store optimization
2004-09-17 BeyhanFirst strength reduction optimization. To be improved...
2004-09-10 Götz Lindenmaiercommented ...
2004-09-10 Michael Beckadded needed includes
2004-09-10 Michael BeckMoved from irgopt.c
2004-09-10 Michael BeckRemoved due to wrong name
2004-09-10 Michael BeckMoved from irgopt.[ch]
2004-09-08 Michael Beckbugfix: check for address entity needed
2004-08-19 Götz Lindenmaierthe inevitable inconsistencies removed
2004-08-13 Beyhannormalized names of functions, enums ...
2004-07-14 Götz Lindenmaiernormalized various stuff
2004-06-15 Michael BeckNew inlining schema implemented:
2004-06-11 Michael BeckSave the index of the startblock in the first function...
2004-06-08 Michael Beckadd inconsistency flags
2004-06-08 Michael Beckfirst pubplic release
2004-06-08 Michael BeckInitial version of tail-recursion optimization