* src/regression/compare10.c,
[fw/sdcc] / src / pic / glue.c
2009-02-28 tecodev* src/regression/compare10.c,
2008-11-06 borutr* src/SDCCmain.c: #fixed bug 2224960: sdcc -MM no worki...
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-03-07 tecodev* src/regression/init0.c: new test for initialized...
2008-02-09 borutr* src/SDCCval.c, src/SDCCval.h:
2007-11-17 tecodev* src/pic/main.c (_asmCmd): include debug arguments...
2007-10-14 MaartenBrock* device/include/mcs51/p89lpc938.h: new, added, thanks...
2007-09-17 borutr* src/SDCC.y, src/SDCCast.c, src/SDCCcse.c, src/SDCCglu...
2007-09-04 MaartenBrock* src/pic16/glue.c,
2007-03-22 tecodev* src/pic/gen.c (popGetExternal): augmented to also...
2007-03-09 tecodev* src/pic/gen.c,
2007-02-18 tecodev* src/pic/glue.c (emitInitVal): fixed #1659894 (SIGSEGV...
2007-02-02 tecodev* src/pic/glue.c (emitSymbolSet): check sym->etype...
2007-02-01 tecodev* src/pic/glue.c (picglue,emitSymbolSet,showAllMemmaps...
2007-01-30 tecodev* src/pic/pcode.c (isValidIdChar,bankCompare): fuzzy...
2007-01-29 tecodev* src/pic/gen.c (popGetExternal): simplified, mark...
2007-01-22 tecodev* src/pic/glue.c (pic14emitRegularMap): mark initialize...
2007-01-22 tecodev* src/regression/bank1.c, src/regression/compare6.c,
2007-01-19 tecodev* src/pic/device.c (register_map): fixed list construction
2007-01-07 borutr* use dynamic memory buffers instead temporary files
2006-12-12 tecodev* src/pic/device.h: removed AssignedMemory structure...
2006-11-30 tecodev* src/pic/device.c (dump_sfr): always emit symbols
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-10-28 tecodev* src/pic/gen.c (genFunction,genCall): drop "same code...
2006-10-01 MaartenBrock* src/pic16/glue.c (pic16emitMaps),
2006-06-25 tecodev* device/lib/pic/libm: NEW, added math library functions
2006-06-19 tecodev* src/pic/glue.h,src/pic16/glue.h: added prototypes
2006-06-19 tecodev* src/pic/glue.h: added pic14aopLiteral prototype
2006-04-28 tecodev* src/pic/gen.c (genFunction): set global pic14_hasInte...
2006-04-24 tecodev* src/pic/device.c (pic14_assignConfigWordValue): remem...
2006-04-06 tecodev* .version: bumped version to 2.5.6 (pic14 ABI changed)
2005-12-08 tecodev* src/pic/device.c: renamed is_shared to pic14_is_shared
2005-10-27 tecodev* .version: changed version to 2.5.4
2005-07-22 tecodev* src/pic/device.c (dump_sfr): replaced register declar...
2005-07-04 tecodev* src/pic/gen.c (popGet): changed assert to allow for
2005-05-26 tecodev* src/pic16/glue.c (pic16_printIvalChar): fixed _consta...
2004-09-15 bernhardheld* src/SDCCsymt.h: removed RESULT_CHECK
2004-08-12 slade_richAdded struct initialisation fn printIvalStruct.
2004-08-02 slade_richDisabled "WARNING: function 'main' undefined" when...
2004-02-04 slade_richLined up indentation.
2004-01-31 bernhardheld* src/SDCCast.c (processParams): added new type flow...
2004-01-25 bernhardheld* src/SDCCast.c: added an additional type flow in decor...
2004-01-20 bernhardheld* src/pic/device.c,
2004-01-08 vrokas2004-01-08 Vangelis Rokas <vrokas@otenet.gr>
2003-08-26 bernhardheldsrc/pic/glue.c (pic14printPublics): fix bitvars can...
2003-08-19 bernhardheldpic patches by Slade
2003-05-18 sdattaloPIC16 - Applied patch from Vangelis Rokas. Many fixes...
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-03-23 bernhardheld* doc/cdbfile.html: removed, replaced by cdbfileformat.lyx
2003-03-08 bernhardheld* src/configure.in: check for endianess (even while...
2003-01-14 bernhardheld* as/mcs51/lkmem.c: rflag is for DS390
2003-01-11 bernhardheldnew option -o
2002-09-03 borutrintroduced atexit() handler for teporay files removal...
2002-07-05 sdattaloRegister Optimizer was ignoring volatility of SFRs
2002-06-23 sdattalopCode live-range analysis algorithms have been added.
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-11 sdattaloFixed several pointer related bugs in the PIC port
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-11-11 sdattalo- Added setReverse to reverse the order of a set
2001-11-01 sdattalo- Added ;#CSRC labels so that a 3rd party tool can...
2001-10-22 johanknolFunction attribute migration.
2001-10-21 sdattaloSigned comparisons are now working (except for signed...
2001-05-20 jtvolpeFixed up implicit data type conversions
2001-04-20 jtvolpeFixed mixed type compares and conversions
2001-03-24 sdattalopCode - register allocation, flow analysis, and peephole.
2001-03-05 johanknolCleaned up ds390 leftovers in the mcs51 port.
2001-03-04 sdattaloPIC port pcode. Added pcode peephole feature.
2001-02-18 sdattaloAdded pCode to the PIC port
2001-02-14 johanknolBeautified (indented) compiler source according to...
2001-02-06 jtvolpeChanged Safe_calloc to use 2 arguements to mimic teh...
2001-02-04 jtvolpeNew Memory Allocation functions
2001-02-03 johanknolChange ALLOC_ATOMIC in ALLOC
2001-01-10 sdattaloPIC Port - Indirection works better. instrumented pic...
2000-12-31 sdattaloPIC port on going development.most of addition, arrays...
2000-12-14 kvigorChange struct link to struct sym_link to avoid conflict...
2000-12-04 sdattaloTSD PIC port
2000-12-04 sdattaloStarted PIC port (based on mcs51 port)