IC_RESULT needs to be a symbol
[fw/sdcc] / src / SDCCcse.c
2003-03-15 johanknolIC_RESULT needs to be a symbol
2003-03-12 kvigorFix peephole rule condition functions properly; add...
2003-03-11 kvigorFix bug 700121
2003-03-07 johanknolSee Changelog 1.204
2003-03-04 kvigorOP_SYMBOL and OP_VALUE check their parameters are the...
2003-02-24 johanknolframework for the liverangehunt
2003-02-02 johanknolfixed bug #628025
2003-01-29 johanknolChanged OP_DEFS and OP_USES from macros to function...
2002-03-02 sandeepBetter fix for bug # 514308
2002-02-21 johanknolfixed bug no 514308
2002-01-30 sandeepadded function findbackward def (to be used in upcoming...
2001-11-25 sandeepFixed algebraicOpts() for division by self
2001-11-14 sandeepCheck for sign only when required
2001-11-11 johanknolfixed bug #480645
2001-11-10 sandeepMinor impreovement to cse - prefer register equivalent...
2001-11-10 sandeepTook away some dead code & added checking with port...
2001-10-31 johanknolfixed bug #476683
2001-10-18 johanknolHmmm, didn't do that in my early days just because...
2001-10-18 johanknolbring back in a huge optimization
2001-10-16 johanknolWithout this algebraicOpts() gets confused
2001-10-15 sandeepA fix for bug #467035 - this is a fairly major shift in
2001-10-13 johanknolfixed bug # 470722
2001-10-12 johanknolA better but still temporary fix for bug #467035
2001-10-06 michaelh * src/SDCCpeeph.c (peepHole): Fixed all leaks. Added...
2001-09-23 johanknolNow --lesspedantic kills EVELYN the modified DOG
2001-09-17 sandeep1) SDCCast.c - allow cast of ZERO to generic pointer...
2001-09-17 johanknolundid the fix for bug #455597, there has to be a better way
2001-09-15 johanknolA skeleton for a regression fix.
2001-09-10 johanknolcosmetic
2001-09-09 sandeepFixed a regression
2001-09-01 sandeepupdateSpillocation did not check for nosupdate flag...
2001-08-30 kbongersChange IS_DS390 to .model=FLAT24
2001-08-28 johanknolfixed bug #455597
2001-08-26 sandeepFixed regression
2001-08-25 sandeepfix for bug-453196
2001-08-19 sandeepFixed pointer post increment problem
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