* .version: changed version to 2.5.4
[fw/sdcc] / src / pic / genarith.c
2005-10-27 tecodev* .version: changed version to 2.5.4
2005-07-22 tecodev* src/SDCCmain.c (linkEdit): initialized linkerScriptFi...
2005-07-04 tecodev* src/pic/gen.c (popGet): changed assert to allow for
2005-07-01 tecodev* src/pic/gen.h: added prototypes emitpComment, popGetA...
2004-12-28 slade_richFixed problem with subtraction where the result would...
2004-08-02 slade_richTidied up tabs and fixed bug with literal multiple...
2004-03-22 sdattaloBit operands were not being handled properly in the...
2004-02-04 slade_richLined up indentation.
2003-08-19 bernhardheldpic patches by Slade
2003-04-11 sdattaloPointers - Applied function ptr patch from Steve Tell...
2003-03-08 bernhardheld* src/configure.in: check for endianess (even while...
2002-08-07 sdattaloAdded regression tests for compound comparisons.
2002-07-26 kvigorbug 568948: building with latest MSVC
2002-07-14 sdattalo"ancestor" flow logic was implemented. Applied optimiza...
2002-06-19 sdattaloOperand comparisons were unnecessarily failing in the...
2002-06-17 sdattaloFixed some pointer bugs. Added option to selectively...
2002-06-13 sdattaloImproved the Register Banking algorithm.
2002-06-02 sdattaloFunction inlining works well now. Added more flow analysis.
2002-05-31 sdattaloPIC Port - fixed pointer/array accesses. Stream line...
2002-05-20 sdattaloFixed shifts by varaibles. Added rotate test code to...
2002-05-10 sdattaloAdded support for multiplication. Fixed peep hole bugs...
2002-03-14 sdattalodattalo - Major commit! re-wrote register allocation...
2001-12-11 sdattalo*** empty log message ***
2001-11-23 sdattaloPIC Port - Totally rewrote signed comparisons. It was...
2001-11-11 sdattalo- Added setReverse to reverse the order of a set
2001-10-30 sdattaloThe PIC Port was assuming ifx was always true. (A recen...
2001-10-22 johanknolFunction attribute migration.
2001-10-21 sdattaloSigned comparisons are now working (except for signed...
2001-10-16 sdattalo - signed/unsigned long comparisons now work.
2001-10-05 sdattaloSubtract unsigned int's from lits now works. Fixed...
2001-10-03 sdattaloAdded new regression test add2.c - tests adding lit...
2001-09-27 kbongersadjust for mach os-x support
2001-08-13 bernhardheldFixed up ENDIAN warning with CYGWIN
2001-07-03 michaelhFixed up ENDIAN warning with mingw32. Added ability...
2001-04-20 jtvolpeFixed mixed type compares and conversions
2001-04-01 sdattalosplit PIC port gen.c pcodepeep.c into smaller files...