* doc/Makefile,
[fw/sdcc] / src / pic /
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...
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-03-07 johanknolSee Changelog 1.204
2003-03-06 bernhardheldfix 64 bit warnings
2003-02-21 kvigorBuffer overflow hunt: removing strcpy, strcat, sprintf
2003-02-15 johanknolnew options: --no-c-code-in-asm and --i-code-in-asm
2003-02-10 borutrBorland Makefile cleanup
2003-02-02 borutrfixed compilation with Borland C
2003-01-29 johanknolChanged OP_DEFS and OP_USES from macros to function...
2003-01-22 bernhardheld* src/pic/pcode.c (get_op_from_instruction): fix concat...
2003-01-14 bernhardheld* as/mcs51/lkmem.c: rflag is for DS390
2003-01-11 bernhardheld* src/SDCCmain.c (assemble, linkEdit): preparations...
2003-01-11 bernhardheldnew option -o
2003-01-07 bernhardheld* as/mcs51/lkmem.c: added several l-modifiers to printf...
2002-09-03 borutrintroduced atexit() handler for teporay files removal...
2002-08-28 borutr- added Release configuration in VS projects
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 borutr- changed project type to Generic Project so that can...
2002-08-07 borutr- removed compiler command line option /WX: Treats...
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-26 kvigorbug 568948: building with latest MSVC
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 sdattalorenamed a function ins pcodeflow that conflicted with...
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...
next