* src/SDCCpeeph.c: made labelHashEntry global, made pcDistance, FBYNAME static,
[fw/sdcc] / src / pic / gen.c
2006-12-26 bernhardheld* src/SDCCpeeph.c: made labelHashEntry global, made...
2006-11-23 tecodev* src/regression/Makefile: add -L path to fresh library
2006-11-20 tecodev* src/pic/device.{c,h}: added pic14_getPIC()
2006-10-28 tecodev* src/pic/gen.c (genFunction,genCall): drop "same code...
2006-09-04 tecodev* src/pic/gen.c (genReceive): skip unreferenced arguments,
2006-06-25 tecodev* device/lib/pic/libm: NEW, added math library functions
2006-06-19 tecodev* src/pic/glue.h,src/pic16/glue.h: added prototypes
2006-06-19 tecodev* src/pic/glue.h: added pic14aopLiteral prototype
2006-06-18 borutr* support/regression/tests/structflexarray.c: flexible...
2006-05-24 jesuscMSC 6 does not have <stdint.h>. Use pstdint.h instead.
2006-05-20 tecodev* src/pic/gen.c (bitpatternFromVal): fixed for 64-bit...
2006-05-13 bernhardheld* src/avr/gen.c (aopop),
2006-05-01 tecodev* src/pic/device.c (sanitise_processor_name): only...
2006-04-28 tecodev* src/pic/{gen.c,main.h,pcode.c},
2006-04-28 tecodev* src/pic/gen.c (genFunction): set global pic14_hasInte...
2006-02-08 tecodev* src/pic/pcode.c (pciTRIS): fixed typo,
2005-12-08 tecodev* src/pic/device.c: renamed is_shared to pic14_is_shared
2005-11-16 tecodev* src/pic/pcode.c (LinkFlow): handle empty flows correctly,
2005-11-11 tecodev* src/pic/gen.c: handle FPOINTERS like POINTERS everywhere
2005-10-27 tecodev* .version: changed version to 2.5.4
2005-09-23 tecodev* configure.in, configure: have device/lib/pic configured
2005-09-08 maartenbrock* as/hc08/lkaomf51.c (OutputName): made name unsigned...
2005-07-23 tecodev* src/pic/gen.h: added emitpcode macro for debugging
2005-07-22 tecodev* src/SDCCmain.c (linkEdit): initialized linkerScriptFi...
2005-07-22 tecodev* src/pic/device.c (dump_sfr): replaced register declar...
2005-07-21 tecodev* src/pic/gen.c (aopOp): do not generate AOP_ACC operan...
2005-07-04 tecodev* src/pic/gen.c (genPointerGet): handle pointers to...
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...
2005-04-10 borutr* src/pic/gen.c (genInline),
2005-02-04 slade_richFix for bugs #1080519 & #1115662.
2004-11-09 slade_richAdded support to generate code for struct bit fields.
2004-10-26 slade_richtidied it up a little.
2004-10-13 slade_richchanged comment.
2004-09-06 slade_richBug fixes for PIC14 - signed RSHIFT problem. Patch...
2004-08-16 slade_richRestored fn genRet as previous fix was incorrect.
2004-08-12 slade_richFixed problem with fn returning a variable bigger than...
2004-08-11 slade_richPrinting rIdx on internal verbose debug.
2004-08-02 slade_richTidied up tabs.
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.
next