* device/lib/Makefile.in: remove abspath for PORTDIR, introduced in
[fw/sdcc] / src / SDCCcse.c
2008-10-05 MaartenBrock* src/ds390/main.c (_ds390_genInitStartup): added
2008-03-16 MaartenBrock* src/SDCCcse.c (algebraicOpts): fixed bug 1579949
2008-02-13 borutr* src/pic16/glue.c, src/SDCCast.c, src/SDCCast.h, src...
2008-01-19 borutr* src/SDCCcse.c: partially fixed enhancement request
2007-09-17 borutr* src/SDCC.y, src/SDCCast.c, src/SDCCcse.c, src/SDCCglu...
2007-08-29 MaartenBrock* src/ds390/gen.c (genFarPointerSet),
2007-07-13 MaartenBrock* src/SDCCcse.c (replaceAllSymBySym): renamed siaddr...
2007-01-07 borutr* use dynamic memory buffers instead temporary files
2006-05-27 bernhardheld* src/SDCCcse.c (findPointerSet): fixed bug #1493710
2005-12-10 bernhardheld* src/SDCCcse.c (findCheaperOp): fixed bug 1376320...
2005-11-18 bernhardheld* src/SDCCcse.c (ReplaceOpWithCheaperOp): minor fix...
2005-09-25 maartenbrock* src/SDCC.y: added tokens GETABIT, GETBYTE, GETWORD
2005-08-10 tecodev* src/*.c, src/pic16/{gen.c,glue.c,main.c}: applied...
2005-07-16 epetrich* src/SDCCcse.c (algebraicOpts): fixed loss of volatility
2005-06-27 maartenbrock* as/mcs51/asexpr.c (expr): disabled warning "not in...
2005-05-19 maartenbrock* support/regression/tests/bug1198642.c: new test
2005-04-12 maartenbrock* device/include/malloc.h: removed redundant __reentran...
2005-03-20 epetrich* src/port.h (struct PORT),
2005-03-16 epetrich* src/SDCCcse.c (cseBBlock): retain assignment to self...
2005-03-12 vrokas* src/SDCCcse.c (cseBBlock): inside 'do operand lookup...
2004-09-19 epetrich* src/SDCCcse.h (struct cseDef),
2004-09-08 maartenbrock* device/lib/_gptrget.c,
2004-06-15 epetrich* src/SDCCcse.c (cseBBlock): fixed bug #966963
2004-04-24 epetrich* src/SDCCpeeph.c (replaceRule): support empty replacem...
2004-02-09 bernhardheld* src/SDCCcse.c (algebraicOpts): copy operands before...
2003-12-18 epetrich* support/Util/SDCCerr.h,
2003-11-25 epetrichFixed several common-sub-expression bugs (#772861,...
2003-11-19 epetrich* src/SDCCcse.c (algebraicOpts): fixed bug #773153
2003-11-15 epetrich* src/SDCCcse.c (cseBBlock): fixed bug #527779
2003-11-04 epetrich* src/SDCCcse.c (ifxOptimize),
2003-10-31 kflittner* src/SDCCcse.c (updateSpillLocation): fixed bug #808027
2003-10-08 bernhardheldReplaced cast (void **) with (void *) to avoid gcc...
2003-09-30 bernhardheldsrc/SDCCcse.c: fixed part of bug #814548
2003-08-13 bernhardheld* src/SDCCcse.c (algebraicOpts): fix bug converting...
2003-07-24 bernhardheldanother small fix
2003-07-23 bernhardheldadded DUMMY_READ_VOLATILE:
2003-07-14 bernhardheld* src/SDCCcse.c (algebraicOpts): CSE fun with &|^ and...
2003-05-30 bernhardheldforgot the return
2003-05-30 bernhardheld* src/pic/device.c: added 16F819, patch by "David I...
2003-05-08 johanknolfixed bug #734169
2003-04-05 johanknolfollowup for the bug #460088 fix
2003-04-05 johanknolfixed bug #460088
2003-03-17 johanknolCleaned up some more mess. Everything should be the...
2003-03-16 johanknolcleaned up the mess I left behind
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
next