Changed z80 to use loop induction. Updated libs to use no induction when it is better.
[fw/sdcc] / src / SDCCcse.c
2001-08-09 michaelhChanged z80 to use loop induction. Updated libs to...
2001-06-30 johanknola fix for the initialized structs and some others, see
2001-06-13 johanknolNext step in 16 bits short
2001-05-16 kvigorget Borland makefiles working yet again
2001-05-14 johanknolfixed the
2001-04-25 jbessFix ignoring cast bug : void test (unsigned u) {...
2001-04-23 johanknolrestored findCheaperOp, it was not a good idea
2001-04-22 johanknolDon't ignore casts
2001-03-05 johanknolCleaned up ds390 leftovers in the mcs51 port.
2001-02-24 johanknolCleaned up some bits and peaces
2001-02-14 johanknolBeautified (indented) compiler source tree
2001-02-06 jtvolpeChanged Safe_calloc to use 2 arguements to mimic teh...
2001-02-04 jtvolpeNew Memory Allocation functions
2000-12-14 kvigorChange struct link to struct sym_link to avoid conflict...
2000-11-13 sandeepFixed some BITFIELD related problems
2000-09-30 sandeepFixed up for AVR should not prefer globals
2000-09-18 kvigorAllow optimizer to replace params/locals in far space...
2000-09-13 sandeepfixed the pointers alive across function calls
2000-08-18 kvigorBreak DS80C390 support into seperate port (ds390);...
2000-06-14 sandeepfixed problem with union substitution
2000-06-14 sandeepfixed dereferencing bugs
2000-05-20 sandeepfixed increment of struct element problem & added 2...
2000-04-29 sandeepenabled somemore pointer post inc/dec optimizations
2000-04-12 sandeepfixed the pointer value caching problem
2000-03-23 sandeepAdded some pointer pre inc/dec optimization
2000-03-21 sandeepadded avr to makefile.in & fixed a bug in cse.c
2000-03-04 sandeep1) cse.c don't replace when not symop
2000-02-27 kvigorGet compiling with Borland C++ for Windows
2000-02-24 sandeepfixed some pointer optimizations
2000-02-23 sandeepaliasing for unions bug.
2000-02-11 sandeepCosmetic change in peeph.c
2000-02-09 sandeepwork on avr port start by defining the new
2000-01-31 sandeepa) fixed some aliasing problems
2000-01-29 sandeepBug Fixes
2000-01-23 michaelh* Added common.h
2000-01-17 michaelhInitial revision