* src/regression/compare10.c,
[fw/sdcc] / src / pic / pcode.c
2009-02-28 tecodev* src/regression/compare10.c,
2008-12-29 tecodev* src/pic/pcode.c (insertBankSel, FixRegisterBanking...
2008-11-01 tecodev* device/include/pic16/adc.h,
2008-08-15 tecodev* src/pic/*.[ch]: removed dead/replaced code, no functi...
2008-08-15 tecodev* src/z80/gen.c (_vemit2): suppress compiler warning
2008-08-10 tecodev* src/pic/pcode.c (ReuseReg): do not overlay the regist...
2008-08-08 tecodev* src/pic/pcoderegs.c,
2007-04-27 tecodev* src/pic/pcode.c (addpCode2pBlock,LinkFlow,pBlockRemov...
2007-02-25 MaartenBrock* device/lib/mcs51/crtcall.asm: new, added for indirect...
2007-01-30 tecodev* src/pic/pcode.c (isValidIdChar,bankCompare): fuzzy...
2007-01-28 borutr* sim/ucsim/cmd.src/cmdutil.cc: NUL device is detected...
2007-01-25 tecodev* src/pic/pcode.c (sameBank,FixRegisterBanking): optimi...
2007-01-22 tecodev* src/regression/bank1.c, src/regression/compare6.c,
2006-12-12 tecodev* src/pic/device.h: removed AssignedMemory structure...
2006-12-01 tecodev* src/pic/pcode.c (register_reassign): do not crash...
2006-11-30 tecodev* src/pic/device.c (create_pic,ram_map): add memRange...
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-11-20 tecodev* src/pic/pcode.c: changed inverted ops for DECFSZ...
2006-11-11 tecodev* src/pic/pcode.c (newpCodeOpBit): search SymbolTab...
2006-10-28 tecodev* src/pic/ralloc.c (newReg): create aliases for registe...
2006-10-16 tecodev* src/pic/pcode.c (BankSelect): another fix on (partial...
2006-10-15 tecodev* src/pic/pcode.c (InsertBankSel): suppress BANKSELs...
2006-09-03 tecodev* src/pic/ralloc.c,
2006-04-28 tecodev* src/pic/{gen.c,main.h,pcode.c},
2006-04-24 tecodev* src/pic/device.c (pic14_assignConfigWordValue): remem...
2006-04-22 MaartenBrock* as/asx8051.dsp: added mcs51/strcmpi.h
2006-04-06 tecodev* .version: bumped version to 2.5.6 (pic14 ABI changed)
2006-02-08 tecodev* src/pic/pcode.c (pciTRIS): fixed typo,
2005-11-16 tecodev* src/pic/pcode.c (LinkFlow): handle empty flows correctly,
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-08-16 slade_richPasted ".line" assembly directives patch from David...
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-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-06-20 slade_richFixed problem when a string constant contains a "\...
2005-06-02 slade_richChanged pseudo stack size to 15 to allow WSAVE to be...
2005-04-14 borutr* fixed bug 1045046 - SIGSEGV with really simple code?:
2005-04-10 borutr* src/pic/gen.c (genInline),
2004-12-29 slade_richAdjusted internal stack and pre-allocated registers...
2004-12-02 slade_richFixed a problem where banksel was not being inserted.
2004-11-09 slade_richAdded support to generate code for struct bit fields.
2004-10-12 slade_richApplied a code patch supplied by Paul Ashmore in commen...
2004-09-09 slade_richCopy C code comments to optimised replacement code.
2004-09-06 slade_richChanged PIC14 code to not set bit RP1 when maxram is...
2004-08-11 slade_richPrinting rIdx on internal verbose debug.
2004-08-10 slade_richWill no longer exit if #pragma maxram has not been...
2004-08-02 slade_richTidied up tabs and disabled verbose code generation.
2004-03-22 sdattaloBit operands were not being handled properly in the...
2004-02-05 slade_richFixed problem where files that only contain 'const...
2004-02-04 slade_richLined up indentation.
2004-01-23 bernhardheld* src/pic/pcode.c (PCodeID): commented out left over...
2004-01-20 bernhardheld* src/pic/device.c,
2003-08-19 bernhardheldpic patches by Slade
2003-04-22 sdattaloPIC port now supports object files. Applied patch from...
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-06 bernhardheldfix 64 bit warnings
2003-02-21 kvigorBuffer overflow hunt: removing strcpy, strcat, sprintf
2003-01-22 bernhardheld* src/pic/pcode.c (get_op_from_instruction): fix concat...
2003-01-11 bernhardheldnew option -o
2003-01-07 bernhardheld* as/mcs51/lkmem.c: added several l-modifiers to printf...
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-30 sdattalo- Register banking wasn't working for bit variables...
2002-07-27 sdattaloTurned off verbose debugging
2002-07-27 sdattalovarA = (varB > CONSTANT); Was not compiling correctly.
2002-07-25 sdattaloRegisters used inline were not getting allocated.
2002-07-25 sdattaloFixed two bugs with inline assembly:
2002-07-23 sdattaloInterrupt context registers WSAVE and SSAVE were not...
2002-07-14 sdattalo"ancestor" flow logic was implemented. Applied optimiza...
2002-07-11 sdattaloAdded CLRWDT instruction again (this time correctly).
2002-07-10 sdattaloAdded pcodeflow.c - much of pcode.c will eventually...
2002-07-09 sdattalo(bandaid) Fixed core dump. You have to specify a valid...
2002-07-07 sdattaloDuring a debug session, the code for fixing register...
2002-07-07 sdattaloMore register optimizations
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-05 sdattaloRegister Optimizer was ignoring volatility of SFRs
2002-07-04 sdattaloMore enhancements to register optimization algorithms.
2002-07-02 sdattalopCode Register optimization - registers used in only...
2002-06-23 sdattalopCode live-range analysis algorithms have been added.
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-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-01-09 sdattaloNow the PIC port DOESN'T spew debug info by default.
next