* as/hc08/lkaomf51.c (OutputName): made name unsigned char,
[fw/sdcc] / src / pic / pcode.c
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.
2001-12-18 sdattaloYet again, signed comparisons to literals has been...
2001-12-11 sdattalo*** empty log message ***
2001-11-24 sdattaloAdded regression testing files that should've been...
2001-11-11 sdattalo- Added setReverse to reverse the order of a set
2001-11-07 sdattalo- Parameter passing now works
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-21 sdattaloSigned comparisons are now working (except for signed...
2001-10-09 sdattaloAdded more PIC regression testing.
2001-10-06 michaelh * src/SDCCpeeph.c (peepHole): Fixed all leaks. Added...
2001-09-30 sdattaloAdded more regression test to the pic port. Added suppo...
2001-08-30 anoncvs_rymovsnprintf is not standard
2001-08-27 sdattalopCode peep is fully working for the PIC port.
2001-05-20 jtvolpeFixed 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 sdattaloParse peephole snippets to generate pCode
2001-04-20 jtvolpeChanged name of unlink function for cygnus and MSVC
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-04 sdattaloPIC port pcode. Added pcode peephole feature.
2001-02-18 sdattaloAdded pCode to the PIC port