* sim/ucsim/cmd.src/cmdutil.cc: NUL device is detected as CG_FILE type
[fw/sdcc] / src / pic / gen.c
2001-10-21 sdattaloSigned comparisons are now working (except for signed...
2001-10-17 sdattalo - And'ing with a constant works (again).
2001-10-16 sdattalo - signed/unsigned long comparisons now work.
2001-10-09 sdattaloAdded more PIC regression testing.
2001-10-06 michaelh * src/SDCCpeeph.c (peepHole): Fixed all leaks. Added...
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-10-02 sdattaloOperators <<, >>, are now fully working for constant...
2001-09-30 sdattaloAdded more regression test to the pic port. Added suppo...
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-05-21 johanknolfixed a small bug with large effects
2001-05-20 johanknolchanged inline asm buffers from static to dynamic size
2001-04-20 jtvolpeFixed mixed type compares and conversions
2001-04-10 johanknolfixed the gencmp setting of supportRtn
2001-04-01 sdattalosplit PIC port gen.c pcodepeep.c into smaller files...
2001-03-25 sdattaloPIC Port Added support for subtraction
2001-03-24 sdattalopCode - register allocation, flow analysis, and peephole.
2001-03-05 johanknolCleaned up ds390 leftovers in the mcs51 port.
2001-03-04 sdattaloPIC port pcode. Added pcode peephole feature.
2001-03-01 kmhFixed PCALL and stack adjustment bug
2001-02-18 sdattaloAdded changes that were lost in the last commit (becaus...
2001-02-18 sdattalopcode generation added
2001-02-14 johanknolBeautified (indented) compiler source according to...
2001-02-07 jbessFix asm label generation. Suppress some warning
2001-02-06 jtvolpeChanged Safe_calloc to use 2 arguements to mimic teh...
2001-02-04 jtvolpeNew Memory Allocation functions
2001-02-03 johanknolChange ALLOC_ATOMIC in ALLOC
2001-01-10 sdattaloPIC Port - Indirection works better. instrumented pic...
2001-01-04 jtvolpeMS VC6 Port
2000-12-31 sdattaloPIC port on going development.most of addition, arrays...
2000-12-14 kvigorChange struct link to struct sym_link to avoid conflict...
2000-12-05 sdattaloPIC PORT - &, |, ^
2000-12-04 sdattaloStarted PIC port (based on mcs51 port)