* support/regression/tests/bug-477927.c: Added.
[fw/sdcc] / src / pic /
2001-11-02 johanknolthis wasn't intended to be this way
2001-11-01 sdattalo- Added ;#CSRC labels so that a 3rd party tool can...
2001-10-30 sdattaloThe PIC Port was assuming ifx was always true. (A recen...
2001-10-22 johanknolFunction attribute migration.
2001-10-22 michaelh2001-10-21 Michael Hope <michaelh@juju.net.nz>
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 sdattalopCode peep rule comparison was ignoring labels when...
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-09-23 michaelh * .version: Updated to 2.3.1
2001-09-09 michaelh * src/pic/ralloc.c (debugLogRegType): Removed some...
2001-08-30 anoncvs_rymovsnprintf is not standard
2001-08-27 sdattalopCode peep is fully working for the PIC port.
2001-08-24 kvigor(optionally) push static array initialization down...
2001-08-19 sandeepfixed pointer post increment problem
2001-08-13 bernhardheldFixed up ENDIAN warning with CYGWIN
2001-08-02 michaelh* Added support for doing shifts by helper functions
2001-07-16 michaelh* Fixed va_args for the z80
2001-07-03 michaelhFixed up ENDIAN warning with mingw32. Added ability...
2001-07-03 johanknolShort is 16bits by default now
2001-06-30 johanknola fix for the initialized structs and some others, see
2001-06-26 michaelhCleared out all warnings in sdcc. Moved all unused...
2001-06-20 michaelhUnified the per port Makefiles
2001-05-24 johanknolcreate/append dump files on a per session base
2001-05-21 johanknolfixed a small bug with large effects
2001-05-20 johanknolchanged inline asm buffers from static to dynamic size
2001-05-20 jtvolpeFixed implicit data type conversions
2001-05-20 jtvolpeFixed up implicit data type conversions
2001-05-16 kvigorget Borland makefiles working yet again
2001-05-12 sdattaloMore peep to pCode parsing.
2001-05-05 sdattaloMore peephole to pCode parsing.
2001-04-29 sandeepAdded some heuristic for register spilling
2001-04-29 sdattaloParse peephole snippets to generate pCode
2001-04-26 jtvolpeRemoved Release configuration until stable
2001-04-24 jtvolpeContinuing with VC6 Development - Dependency changes...
2001-04-20 jtvolpeGeneral removal of compiler warnings
2001-04-20 jtvolpeFixed mixed type compares and conversions
2001-04-20 jtvolpeChanged name of unlink function for cygnus and MSVC
2001-04-10 johanknolfixed the gencmp setting of supportRtn
2001-04-01 sdattalosplit PIC port gen.c pcodepeep.c into smaller files...
2001-04-01 sandeepAdded post increment optimization for msc51 &
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 sdattaloAdded pCode to the PIC port
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-28 michaelhMerge of the izt changes.
2001-01-10 sdattaloPIC Port - Indirection works better. instrumented pic...
2001-01-04 jtvolpeMS VC6 Port
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 sdattaloTSD PIC port
2000-12-04 sdattaloStarted PIC port (based on mcs51 port)