* as/hc08/lkaomf51.c (OutputName): made name unsigned char,
[fw/sdcc] / src / ds390 / main.c
2005-09-08 maartenbrock* as/hc08/lkaomf51.c (OutputName): made name unsigned...
2005-09-03 maartenbrock* .version: changed to version 2.5.3
2005-06-27 maartenbrock* as/mcs51/asexpr.c (expr): disabled warning "not in...
2005-03-20 epetrich* src/port.h (struct PORT),
2004-12-19 maartenbrock* src/ds390/gen.c (genCpl): fixed bit=~(char/bit) bugs...
2004-10-19 maartenbrock* as/mcs51/lkarea.c: removed old K&R style,
2004-09-06 epetrich* src/port.h,
2004-07-27 maartenbrock* src/SDCC.lex (doPragma): added pragma disable_warning...
2004-05-25 epetrich* src/ds390/main.c,
2004-05-25 vrokas* src/port.h (PORT structure): added hook initPaths...
2004-05-13 epetrich * src/hc08/gen.c (hc08_emitDebuggerSymbol),
2004-03-17 epetrich* src/SDCCglue.c (emitMaps): allow public sfr variables
2004-03-12 frief(_ds390_genAssemblerPreamble): cosmetic change, made...
2004-03-02 epetrich* src/ds390/ralloc.h,
2004-01-09 epetrich* src/ds390/main.c,
2004-01-08 vrokas2004-01-08 Vangelis Rokas <vrokas@otenet.gr>
2003-12-12 epetrich* src/ds390/main.c (PORT tininative_port): fixed bug...
2003-11-06 epetrich* src/port.h,
2003-08-08 epetrichChanges to support big endian targets:
2003-07-02 borutrvirtualization of glue() function: each port has it...
2003-07-01 kvigorDS800C400 fun, improved ROM interface and tinibios
2003-06-27 kvigorMore support for DS80C400
2003-06-15 borutrfixed width array of pointers replaced with sets;
2003-05-18 johanknolremoved obsolete and buggy ARRAYINIT
2003-04-29 kvigorDS80C400 support, the beginning
2003-04-19 borutrhandling space characters in file path
2003-03-30 borutrchanged type of parameter asmOptions to set in _tininat...
2003-02-15 johanknolnew options: --no-c-code-in-asm and --i-code-in-asm
2003-01-31 johanknolApplied Jan Rejlek's >64K startup patch.
2003-01-13 bernhardheld* src/ds390/peeph.def: fix #123; add 14 rules by Fioren...
2003-01-11 bernhardheldnew option -o
2002-04-16 michaelh * device/lib/z80/printf.c (sprintf): Added.
2002-03-20 sdattaloAdded -p command line option to allow selection of...
2002-01-30 sandeephad commited with options.parms_in_bank1 turned on...
2002-01-30 sandeep1) added __builtin_inp & __builtin_outp used to read...
2001-12-24 sandeepMore builtin function additions for TININative
2001-12-24 sandeepALPHA version for -mTININative
2001-12-18 sandeepAdded tiniNative port
2001-12-17 bernhardheld(_*_genXINIT) orl instead of add
2001-12-16 bernhardheld(_ds390_genXINIT) added test for 0 length
2001-12-16 johanknolsome small corrections
2001-12-16 johanknolmissing files for "added seperate segments for initiali...
2001-12-16 johanknoladded seperate segments for initialized data
2001-11-23 sandeepChanged default stack location to 0x400007
2001-11-21 sandeepAdded __builtin function __builtin_memset_x
2001-11-18 sandeepImplemented builtin functions
2001-11-15 sandeepa) Changed _ESP to esp
2001-11-15 johanknolfixed undefined _ESP in main.c
2001-11-14 sandeepMany changes. Started a second pass to the register...
2001-11-10 sandeepAdded initial cseCostEstimation function, this I think...
2001-11-07 sandeepDisbale interrupt during Accelerator operations
2001-11-04 sandeepAdded support for DS390 Arithmetic Accelerator
2001-10-22 michaelh2001-10-21 Michael Hope <michaelh@juju.net.nz>
2001-10-03 bernhardheld../cvsm
2001-09-23 michaelh * .version: Updated to 2.3.1
2001-08-28 kbongersallow compile of small large model
2001-08-24 kvigor(optionally) push static array initialization down...
2001-08-02 michaelh* Added support for doing shifts by helper functions
2001-07-16 michaelh* Fixed va_args for the z80
2001-07-03 johanknolShort is 16bits by default now
2001-05-30 kvigorAdd _naked modifier
2001-04-01 sandeepAdded post increment optimization for msc51 &
2001-03-29 johanknolremoved --noregparms because it is obsolete and caused...
2001-03-05 johanknolCleaned up ds390 leftovers in the mcs51 port.
2001-02-23 johanknolFilled in some port specific defaults
2001-02-14 johanknolBeautified (indented) compiler source according to...
2001-01-28 michaelhMerge of the izt changes.
2000-12-14 kvigorChange struct link to struct sym_link to avoid conflict...
2000-10-01 sandeep /* added condition transformations */
2000-09-20 kvigorRemove debug option (-c) from default assembler options
2000-09-03 michaelhFixed up z80 port so that it works again
2000-08-18 kvigorBreak DS80C390 support into seperate port (ds390);...