* device/lib/libsdcc.lib: added _memmove
[fw/sdcc] / src / pic /
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...
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 sdattaloApplied patch from Kevin L. Pauba that added the #pragm...
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 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 sdattaloFixed several tiny bugs.
2002-05-10 sdattaloAdded support for multiplication. Fixed peep hole bugs...
2002-04-16 michaelh * device/lib/z80/printf.c (sprintf): Added.
2002-03-20 sdattaloAdded -p command line option to allow selection of...
2002-03-15 sdattalodattalo Added pcodeflow.h - most of the flow definition...
next