* src/mcs51/gen.c (genCmp): fixed bug #975903
[fw/sdcc] / src / pic / gen.c
2004-06-20 epetrich* src/mcs51/gen.c (genCmp): fixed bug #975903
2004-05-13 epetrich * src/hc08/gen.c (hc08_emitDebuggerSymbol),
2004-03-23 sdattalomulti-byte complements were failing
2004-03-22 sdattaloBit operands were not being handled properly in the...
2004-02-08 epetrich* src/mcs51/gen.c (genNearPointerGet, genPagedPointerGet,
2004-02-04 slade_richLined up indentation.
2004-01-20 bernhardheld* src/pic/device.c,
2004-01-08 vrokas2004-01-08 Vangelis Rokas <vrokas@otenet.gr>
2003-09-12 epetrichFixed bug #621531 (const & volatile confusion in the...
2003-08-20 epetrichChanged the type of the result of the ! (NOT) operator...
2003-08-19 bernhardheldpic patches by Slade
2003-07-25 bernhardheld* src/SDCCicode.c (operandOperation): really fixed...
2003-07-23 bernhardheldadded DUMMY_READ_VOLATILE:
2003-04-11 sdattaloThe function name in a pointer to function variable...
2003-04-11 sdattaloPointers - Applied function ptr patch from Steve Tell...
2003-03-30 sdattaloFixed compound expressions of the type y = (x+K) OP...
2003-03-30 sdattaloFixed bug 609628 ==> x=(x+1)&0x0f generated bad code...
2003-03-30 sdattaloSteve Tell fixed a nested for-loop bug in the PIC Port
2003-03-23 bernhardheld* doc/cdbfile.html: removed, replaced by cdbfileformat.lyx
2003-03-08 bernhardheld* src/configure.in: check for endianess (even while...
2003-02-15 johanknolnew options: --no-c-code-in-asm and --i-code-in-asm
2002-08-11 sdattalox = y >> 6; was failing if x and y were 16-bit ints
2002-08-09 sdattaloIndirect pointer access to banks 2 and 3 on the 'f877...
2002-08-07 sdattaloAdded regression tests for compound comparisons.
2002-07-27 sdattalovarA = (varB > CONSTANT); Was not compiling correctly.
2002-07-07 sdattaloinline assembly was generated as plain text, now it...
2002-07-06 sdattaloFixed seg fault for empty programs. Added more register...
2002-07-04 sdattaloMore enhancements to register optimization algorithms.
2002-06-17 sdattaloFixed some pointer bugs. Added option to selectively...
2002-06-13 sdattaloImproved the Register Banking algorithm.
2002-05-31 sdattaloPIC aopput was using #00 as a register name.
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-18 sdattaloFixed fatal infinite loop in pcode optimizer.
2002-05-17 sdattaloNumerous bug fixes in PIC Port (pointers, shifting...
2002-05-11 sdattaloFixed several pointer related bugs in the PIC port
2002-05-10 sdattaloAdded support for multiplication. Fixed peep hole bugs...
2002-03-20 sdattaloAdded -p command line option to allow selection of...
2002-03-14 sdattalodattalo - Major commit! re-wrote register allocation...
2002-03-06 johanknolsome minor improvements
2002-01-09 sdattaloNow the PIC port DOESN'T spew debug info by default.
2001-12-19 johanknolfixed bug #486483
2001-12-18 sdattaloYet again, signed comparisons to literals has been...
2001-12-16 johanknoladded seperate segments for initialized data
2001-12-11 sdattalo*** empty log message ***
2001-12-01 johanknolfixed bug #485513, although a warning should be thrown...
2001-11-26 sandeepPrevious fix was BADDD . this should do it
2001-11-25 sandeepFixed problem where slocs can be shared by two operands...
2001-11-24 sdattaloAdded regression testing files that should've been...
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-11-08 sdattalo^= is now working.
2001-11-07 sdattalo- Parameter passing now works
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-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)