* src/SDCCpeeph.c: made labelHashEntry global, made pcDistance, FBYNAME static,
[fw/sdcc] / src / mcs51 / main.c
2006-12-26 bernhardheld* src/SDCCpeeph.c: made labelHashEntry global, made...
2006-12-21 MaartenBrock* as/link/mcs51/lkarea.c (lnkarea2): handle absolute...
2006-09-30 MaartenBrock* src/port.h: added mem.cabs_name to PORT
2006-07-01 bernhardheld* as/hc08/lkaomf51.c (OutputName),
2006-06-13 vrokas* src/port.h (struct PORT): added field gp_tags, to...
2005-10-30 maartenbrock* device/lib/medium/Makefile: added for new memory...
2005-09-25 maartenbrock* src/SDCC.y: added tokens GETABIT, GETBYTE, GETWORD
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-22 maartenbrock* as/mcs51/asdata.c: changed ctype['['] to BINOP
2005-07-19 maartenbrock* as/mcs51/lkarea.c (lnkarea, lnkarea2): improved BSEG...
2005-06-27 maartenbrock* as/mcs51/asexpr.c (expr): disabled warning "not in...
2005-04-12 maartenbrock* device/include/malloc.h: removed redundant __reentran...
2005-03-20 epetrich* src/port.h (struct PORT),
2004-11-28 friefadapted constants for switch table generation
2004-11-18 maartenbrock* .version: bumped version to 2.4.7
2004-10-19 maartenbrock* as/mcs51/lkarea.c: removed old K&R style,
2004-09-06 epetrich* src/port.h,
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-01 epetrich* src/mcs51/main.c (instructionSize): fixed ACALL size
2004-02-29 epetrich* src/SDCCpeeph.h,
2004-01-08 vrokas2004-01-08 Vangelis Rokas <vrokas@otenet.gr>
2003-12-16 epetrich(committed on Frieder's behalf)
2003-12-13 friefmade clearing of memory the default. There is an enviro...
2003-12-11 frief(_mcs51_genRAMCLEAR): using r0 instead of r1/r2. Appare...
2003-11-13 friefstarted fixing bug #737001 (SDCC not clearing uninitial...
2003-11-08 frieffixed bug #838385. Thanks to Josef Pavlik for finding...
2003-11-06 epetrich* src/port.h,
2003-11-01 frief_mcs51_genXINIT: xdata initialization is 13 bytes...
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-15 borutrfixed width array of pointers replaced with sets;
2003-04-19 borutrhandling space characters in file path
2003-02-15 johanknolnew options: --no-c-code-in-asm and --i-code-in-asm
2003-02-02 epetrichChanged stack usage declaration to match sdcc/src/mcs51...
2002-12-27 johanknoladded option --no-xinit-opt
2002-12-26 bernhardheldsrc/mcs51/main.c: removed {bindir}{sep} from aslink
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 sandeepAdded support for --parms-in-bank1
2001-12-24 sandeepupdated to reflect changes in the port structure
2001-12-18 sandeepupdated to reflect the changes in port structure
2001-12-17 bernhardheld(_*_genXINIT) orl instead of add
2001-12-16 bernhardheld(_mcs51_genXINIT) added test for 0 length
2001-12-16 johanknolsome small corrections
2001-12-16 johanknoladded seperate segments for initialized data
2001-11-28 michaelhCleaned up warnings
2001-11-18 sandeepImplemented builtin functions
2001-11-10 sandeepAdded initial cseCostEstimation function, this I think...
2001-10-22 michaelh2001-10-21 Michael Hope <michaelh@juju.net.nz>
2001-10-13 michaelh * src/SDCCmain.c (linkEdit): Added support for passing...
2001-10-03 bernhardheld../cvsm
2001-09-23 michaelh * .version: Updated to 2.3.1
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 johanknol--stack-auto and --int-long-reent related things
2001-03-29 johanknolremoved --noregparms because it is obsolete and caused...
2001-03-26 sandeeplocal variables and parameters will NOT be assigned...
2001-03-05 johanknolCleaned up ds390 leftovers in the mcs51 port.
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-24 kvigorAdd warning for using --model-flat24
2000-09-09 sandeep1) added some debug dumping
2000-09-03 michaelhFixed up z80 port so that it works again
2000-08-01 michaelhPre 2.95-2
2000-07-20 michaelhMost of the way to far fun support
2000-07-12 michaelhMerge out from the z80 far branch
2000-05-07 sandeepAdded print Allocation info will print
2000-04-19 michaelh* Re-added .dw for words, but now port dependent.
2000-04-08 michaelhMerged changes between gbdk-293 and main
2000-04-05 michaelh* All types of stuff to support different assemblers.
2000-03-26 michaelh* Added z80 blurb.
2000-03-20 sandeepMore AVR stuff
2000-03-12 sandeepparameter passing in registers changed to be
2000-03-09 kvigor10 bit stack mode: almost working...
2000-03-08 kvigorFirst pass at 10 bit stack mode for DS80C390
2000-03-05 sandeepInfrastructure stuff for AVR
2000-03-02 kvigorfix broken static initializers in non-main() modules
2000-02-22 michaelhLots.
2000-02-16 kvigorflat 24: mung fReturnSize before packing registers...
2000-02-16 michaelh* Added support for the gb.
2000-02-11 kvigorMisc flat 24 stack handling fixes
2000-02-10 michaelhRight.
2000-02-09 kvigorFirst pass at DS80C390 flat mode support
2000-02-04 michaelhChanged it so each target can have their own command...
2000-01-31 sandeepa) fixed some aliasing problems
2000-01-24 michaelhAdded initial stack direction support. Didnt convert...
2000-01-23 michaelhShifted all area names into port. Shifted assembler...
2000-01-23 michaelhMore shifting. Remove SDCCralloc.h, made all in mcs51...
next