* as/link/lkar.h: sgetl and sputl are independent of endianness
[fw/sdcc] / src / pic /
2005-10-28 jesuscFixed compile error in MSVC
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-09-03 maartenbrock* .version: changed to version 2.5.3
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-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-06-27 maartenbrock* as/mcs51/asexpr.c (expr): disabled warning "not in...
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-05-26 tecodev* src/pic16/glue.c (pic16_printIvalChar): fixed _consta...
2005-04-14 borutr* fixed bug 1045046 - SIGSEGV with really simple code?:
2005-04-10 borutr* src/pic/gen.c (genInline),
2005-03-20 epetrich* src/port.h (struct PORT),
2005-02-26 epetrich* src/avr/ralloc.c (serialRegAssign),
2005-02-04 slade_richFix for bugs #1080519 & #1115662.
2004-12-29 slade_richAdjusted internal stack and pre-allocated registers...
2004-12-28 slade_richFixed problem with subtraction where the result would...
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-26 slade_richfixed inefficient code for compiling complimented bit.
2004-10-26 slade_richtidied it up a little.
2004-10-19 maartenbrock* as/mcs51/lkarea.c: removed old K&R style,
2004-10-13 slade_richincreased count on regUsedinRange to prevent unnecessar...
2004-10-13 slade_richremoved VC warning.
2004-10-13 slade_richchanged comment.
2004-10-12 slade_richApplied a code patch supplied by Paul Ashmore in commen...
2004-09-23 epetrich* src/SDCCicode.h,
2004-09-15 bernhardheld* src/SDCCsymt.h: removed RESULT_CHECK
2004-09-09 slade_richCopy C code comments to optimised replacement code.
2004-09-09 slade_richWhen no max ram set validate full memory range.
2004-09-06 slade_richChanged PIC14 code to not set bit RP1 when maxram is...
2004-09-06 slade_richBug fixes for PIC14 - signed RSHIFT problem. Patch...
2004-09-06 epetrich* src/port.h,
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-12 slade_richAdded struct initialisation fn printIvalStruct.
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-05 maartenbrock* src/pic/ralloc.c (deassignLR): allthough pic port...
2004-08-05 epetrich* src/mcs51/ralloc.c (deassignLR),
2004-08-02 slade_richDisabled "WARNING: function 'main' undefined" when...
2004-08-02 slade_richTidied up tabs and fixed bug with literal multiple...
2004-08-02 slade_richTidied up tabs and disabled verbose code generation.
2004-08-02 slade_richTidied up tabs.
2004-06-20 epetrich* src/mcs51/gen.c (genCmp): fixed bug #975903
2004-06-08 epetrich* src/avr/ralloc.c (serialRegAssign),
2004-05-25 vrokas* src/port.h (PORT structure): added hook initPaths...
2004-05-13 epetrich * src/hc08/gen.c (hc08_emitDebuggerSymbol),
2004-05-13 epetrich * src/hc08/gen.c (hc08_emitDebuggerSymbol),
2004-04-23 epetrich* src/SDCCsymt.h: a missing part of my last change
2004-04-23 epetrich* src/SDCCicode.h,
2004-03-23 sdattalomulti-byte complements were failing
2004-03-22 sdattaloBit operands were not being handled properly in the...
2004-03-17 epetrich* src/SDCCglue.c (emitMaps): allow public sfr variables
2004-02-09 epetrich* src/SDCCsymt.h,
2004-02-08 epetrich* src/mcs51/gen.c (genNearPointerGet, genPagedPointerGet,
2004-02-05 slade_richFixed problem where files that only contain 'const...
2004-02-04 slade_richLined up indentation.
2004-01-31 bernhardheld* src/SDCCast.c (processParams): added new type flow...
2004-01-30 bernhardheldSlade Rich fixed an optimization bug
2004-01-30 epetrich* src/mcs51/ralloc.c (getRegPtr, getRegGpr),
2004-01-25 bernhardheld* src/SDCCast.c: added an additional type flow in decor...
2004-01-23 bernhardheld* src/pic/pcode.c (PCodeID): commented out left over...
2004-01-20 bernhardheld* src/pic/device.c,
2004-01-08 vrokas2004-01-08 Vangelis Rokas <vrokas@otenet.gr>
2003-11-23 kflittner fixed bug #845089
2003-11-06 epetrich* src/port.h,
2003-10-08 bernhardheldReplaced cast (void **) with (void *) to avoid gcc...
2003-09-12 epetrichFixed bug #621531 (const & volatile confusion in the...
2003-08-26 bernhardheldsrc/pic/glue.c (pic14printPublics): fix bitvars can...
2003-08-20 epetrichChanged the type of the result of the ! (NOT) operator...
2003-08-19 bernhardheldpic patches by Slade
2003-08-08 epetrichChanges to support big endian targets:
2003-07-25 bernhardheld* src/SDCCicode.c (operandOperation): really fixed...
2003-07-23 bernhardheldadded DUMMY_READ_VOLATILE:
2003-07-14 bernhardheldpic16 progress by Vangelis
2003-07-02 borutrvirtualization of glue() function: each port has it...
2003-07-01 kvigorDS800C400 fun, improved ROM interface and tinibios
2003-05-30 bernhardheld* src/pic/device.c: added 16F819, patch by "David I...
2003-05-25 jesuscChanged /Zm to 1000 both for release and debug versions.
2003-05-25 jesuscChanged Zm to 1000.
2003-05-18 sdattaloPIC16 - Applied patch from Vangelis Rokas. Many fixes...
2003-05-11 borutradd quotes to file name parameters for gplink and gpasm
2003-04-30 sdattaloPatch from Jim Hawkridge that prevents stack registers...
2003-04-28 sdattaloAdded a new peep rule to handle carry logic (optimizes...
2003-04-26 bernhardheld* src/pic/glue.c (pic14emitRegularMap): fixed warning
2003-04-22 sdattaloPIC port now supports object files. Applied patch from...
2003-04-19 borutrhandling space characters in file path
2003-04-12 bernhardheldsrc/pic/pcoderegs.c (Remove1pcode): fix warning on...
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...
next