6d9da3cbea1ebd8d612ba15852ad6e104b7c0f61
[fw/sdcc] / ChangeLog
1 2005-08-22 Borut Razem <borut.razem AT siol.net>
2
3         * device/lib/Makefile.in: replaced find option -or with -o
4           to make it run on solaris
5
6 2005-08-22 Raphael Neider <rneider AT web.de>
7
8         * src/pic16/gen.c (pic16_loadFromReturn): added check for AOP_PCODE,
9           fixes #1265442 (crash on Solaris)
10
11 2005-08-20 Borut Razem <borut.razem AT siol.net>
12
13         * configure, configure.in: added tests for libsocket and libnsl libraries,
14           requred by sdcdb on sparc-solaris; generate support/regression/Makefile
15           from support/regression/Makefile.in
16         * support/regression/Makefile.in: added
17         * device/lib/pic16/Makefile.common.in: force make to use bash shell
18         * sim/ucsim/libtool: regenerated on sparc-solaris
19         * sim/ucsim/avr.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
20           sim/ucsim/s51.src/Makefile.in, sim/ucsim/xa.src/Makefile.in,
21           sim/ucsim/z80.src/Makefile.in: removed GNU ld specific linker options 
22           -Wl,--start-group and -Wl,--end-group to enable ucsim compilation on
23           sparc-solaris, which doesn't use GNU ld linker
24         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) does not support -u option
25         * as/Makefile: find on sparc-solaris does not support -maxdepth option
26
27 2005-08-19 Maarten Brock <sourceforge.brock AT dse.nl>
28
29         * src/mcs51/peeph.def: updated comments
30
31 2005-08-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
32
33         * device/lib/_gptrget.c,
34         * device/lib/_gptrput.c: slightly shorter
35         * doc/sdccman.lyx: incremented version
36         * src/mcs51/peeph.def: moved peephole comments to the line of first
37           change to better keep line correlation, reanimated 186.e
38         * src/mcs51/peeph.def: renamed similar peepholes by using suffixes
39
40 2005-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
41
42         * src/pic/pcode.c : Pasted ".line" assembly directives patch from
43           David Saxton with quotes around file name.
44
45 2005-08-15 Borut Razem <borut.razem AT siol.net>
46
47         * support/regression/tests/bitfields.c, support/regression/tests/bitvars.c,
48           support/regression/tests/bitwise.c, support/regression/tests/literalop.c,
49           support/regression/tests/rotate.c, support/regression/tests/zeropad.c:
50           make tests run on x86_64 platform
51
52 2005-08-13 Raphael Neider <rneider AT web.de>
53
54         * device/lib/pic16/Makefile.subdir: weakened clean-intermediate rule
55           as it might be executed DURING a build (parallel make is wonderful)
56
57 2005-08-13 Raphael Neider <rneider AT web.de>
58
59         * device/lib/Makefile.in (port-specific-objects-pic16):
60           revert to cp $(PORT)/bin/*.* $(PORTDIR)
61         * device/lib/pic16/Makefile: added .PHONY targets, removed builddir
62           dependency
63         * device/lib/pic16/Makefile.rules: build subdirs before creating
64           the library, removed builddir rule, create $(builddir) early in
65           recurse rule, use empty recurse rule for leaf directories
66         * device/lib/pic16/Makefile.subdir: added phony targets, ignore
67           mkdir errors (race condition), removed duplicate suffix "hex"
68           from clean rules
69         * device/lib/pic16/libdev/Makefile: recursive make via + and $(MAKE)
70         * device/lib/pic16/libio/Makefile: create sub-make's builddir early,
71           prevents mkdir -p from aborting on Alpha
72
73 2005-08-12 Raphael Neider <rneider AT web.de>
74
75         * src/pic16/glue.c (pic16_print(G)PointerType): do not flush
76           db-statements in order to allow for arrays of pointers in code
77           sections to be placed without interspersed 0-padding, fixes
78           bug #1256215
79         * (emitStatistics): fixed division by zero for pic18f1220
80         * src/pic16/pcode.c: buffer (up to) 12 DB directives to allow for
81           unpadded writing of 8-bit, 16-bit, 24-bit and 32-bit values
82         * (pic16_emitDS): respect DB_ITEMS_PER_LINE
83         * (pic16_pCodeConstString): keep track of already emitted string
84           literals to prevent "duplicate definitions of symbol _str_NR"
85         * src/pic16/ralloc.c (pic16_allocRegByName): removed not so helpful
86           debug message
87         * device/lib/Makefile.in: ignore failing PIC16 library builds
88         * device/lib/pic16/Makefile: do not build if gputils are missing
89         * device/lib/pic16/Makefile.common.in: do not enforce MAKEFLAGS=-s
90
91 2005-08-10 Raphael Neider <rneider AT web.de>
92
93         * device/lib/Makefile.in: fixed copying pic16 libraries (broken by
94           my last commit)
95
96 2005-08-10 Raphael Neider <rneider AT web.de>
97
98         * src/*.c, src/pic16/{gen.c,glue.c,main.c}: applied Vangelis
99           Rokas' patch to add the new fixed point type "__fixed16x16"
100         * device/lib/pic16/libsdcc/fixed16x16: added Vangelis' support
101           functions for __fixed16x16 arithmetics
102         * device/lib/pic16: reimplemented the build system to support
103           a separate build directory, better handling of libio (create
104           the library in a separate subdir for each architecture) and
105           easier configuration (centralized in Makefile.common)
106
107 2005-08-07 Raphael Neider <rneider AT web.de>
108
109         * src/pic16/gen.c (genrshTwo): fixed sign extension
110         * src/pic16/device.c: added pic18f2320, 4220 and 4320
111         * device/include/pic16/pic18f2220.h: changed some bit definitions,
112           added T0CONbits
113         * device/include/pic16/pic18f4220.h: NEW, header for
114           pic18f4220 and pic18f4320
115         * device/include/pic16/pic18fregs.h: added new devices,
116           embraced Nop(), ClrWdt(), Sleep() and Reset() with do {} while(0)
117         * device/include/pic16/signal.h: resolved name clashes
118           on bit definitions, added DEF_HANDLER2(sig1,sig2,handler)
119           to also allow testing for interrupt enable bits, added
120           comments on how to use the macros
121         * device/lib/pic16/libdev/pic18f2220.c: added T0CONbits
122         * device/lib/pic16/libdev/pic18f{2320,4220,4320}.c: NEW,
123           register definitions for the devices
124         * device/lib/pic16/pics.all: added new devices
125         * device/lib/pic16/libc/stdlib/calloc.c: fixed zeroing
126           allocated memory
127         * device/lib/pic16/libc/stdlib/memfree: do not count
128           the block header as free memory
129         * device/lib/pic16/libc/stdlib/memmisc.c (_initHeap):
130           simplified and added missing end-of-blocklist-marker
131           (reported by Peter Onion, fixes #1252814)
132         * (_mergeHeapBlock): fixed loop condition
133         * device/lib/pic16/libc/stdlib/realloc.c: return NULL for
134           len==0, restructured code
135         * device/lib/pic16/libc/stdlib/{malloc,memfreemax}.c: cleaned
136           up a bit, reduced bitfield accesses, prevent endless loops
137           in case of heap corruption
138         * device/lib/pic16/libc/stdlib/x_ftoa.c: disabled
139           "unreferenced arguments/must return a value" warnings
140         * device/lib/pic16/libio/usart/ubaud.c (usart_baud):
141           replaced BAUDREG with SPBRG
142         * device/lib/pic16/libsdcc/lregs/{lrrest.c,lrst.c},
143           device/lib/pic16/debug/gstack/gstack.c: replaced
144           _naked, _asm, _endasm with __naked, __asm, __endasm
145
146 2005-08-05 Raphael Neider <rneider AT web.de>
147
148         * src/pic16/gen.c (pic16_aopGet): fixed handling of offsets in
149           AOP_PCODE operands, fixes multibyte union-bitfield-accesses
150
151 2005-08-05 Borut Razem <borut.razem AT siol.net>
152
153         * device/lib/Makefile.in: added missing ';'
154         * configure: removed ^M characters
155
156 2005-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
157
158         * device/include/mcs51/at89c51ed2.h, device/include/mcs51/p89v51rd2.h,
159           device/include/mcs51/at89s53.h: changed to GNU Lesser General Public
160           License
161
162 2005-08-04 Borut Razem <borut.razem AT siol.net>
163
164         * configure.in: pic16 libraries build 2nd try - enable running
165           configure in device/lib/pic16
166         * configure: regenerated from configure.in
167         * device/lib/Makefile.in: create $(PORT)/bin directory
168
169 2005-08-03 Raphael Neider <rneider AT web.de>
170
171         * src/pic16/gen.c (pic16_derefPtr): NEW, single place
172           to get/set values via pointers
173         * (genUnpackBits,genPackBits): changed detection of
174           ptr->bitfield vs. sym.bitfield, fixed access via generic
175           pointers, removed dead (wrong) code for multibyte bitfields
176         * (genNearPointerGet, genGenPointerGet): removed useless code,
177           fixed bitfield detection, fixes #1250594
178         * (genNearPointerSet): removed useless code
179         * src/pic16/gen.h: renamed pic16_emitpcode to pic16_emitpcode_real
180           and introduced macro pic16_emitpcode that conditionally emits
181           the origin of the following pCode (useful for debugging SDCC)
182         * src/pic16/pcode.c: changed (and disabled) some debug outputs
183         * (createDefmap): fixed handling of LFSR for --optimize-df
184
185 2005-08-02 Borut Razem <borut.razem AT siol.net>
186
187         * device/lib/Makefile.in: pic16 libraries build enabled since
188           gputils-0.13.2 are now localy installed at sourceforge's compile farm
189
190 2005-08-02 Raphael Neider <rneider AT web.de>
191
192         * src/pic16/gen.c (genPackBits): removed deprecated warning
193         * (genGenPointerSet): fixed bitfield detection
194
195 2005-08-02 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
196
197         * device/include/mcs51/msm8xc154s.h: Removed PT2 definition, now in 8052.h.
198
199 2005-07-31 Raphael Neider <rneider AT web.de>
200
201         * device/lib/pic16/libdev/pic18f458.c,
202           device/include/pic16/pic18f458.h: added missing T0CONbits
203
204 2005-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
205
206         * device/include/mcs51/msm8xc154s.h: added, thanks to Matthias Arndt
207
208 2005-07-28 Maarten Brock <sourceforge.brock AT dse.nl>
209
210         * src/mcs51/gen.c (operandsEqu): fixed bug 1246687
211
212 2005-07-23 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
213
214         * device/include/mcs51/at89c51ed2.h: added.
215
216 2005-07-23 Raphael Neider <rneider AT web.de>
217
218         * src/pic/gen.h: added emitpcode macro for debugging
219         * src/pic/gen.c (emitpcode): renamed to emitpcode_real
220           and replace by macro adding debug information on demand
221         * (genNot): fixed to C semantics (!0 = 1; !x = 0 iff x != 0)
222         * (gencjne): tried to fix; replaced with correct (slower) code
223         * (gen{Unp,P}ackBits): fixed single bit access
224         * src/pic/pcode.c (AnalyzepCode): fixed DFPRINTF argument
225         * src/pic/pcodepeep.c (pCodeSearchCondition): fixed finding
226           previous instruction
227         * src/pic/pcoderegs.c (regIsSpecial): NEW, check whether a
228           register has to be handled with care (forbidding movement
229           of assignments/uses, removing assignments completely, ...)
230         * (pCodeOptime2pCodes): make use of regIsSpecial
231         * added lots of debugging output (commented out)
232         * src/pic/rallloc.c (deassignLRs): prevent operand registers
233           from being reused as result UNLESS it is known to work
234
235 2005-07-23 Maarten Brock <sourceforge.brock AT dse.nl>
236
237         * support/Util/dbuf.h: include <stddef.h> for size_t
238         * .version: changed to version 2.5.2
239
240 2005-07-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
241
242         * src/SDCCloop.c (loopInvariants): fixed bug #1234048
243
244 2005-07-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
245
246         * src/hc08/gen.c (genMinus): fixed bug #1241835,
247           (genModOneByte): removed needless psha/pula
248
249 2005-07-22 Raphael Neider <rneider AT web.de>
250
251         * src/SDCCmain.c (linkEdit): initialized linkerScriptFileName,
252           have PIC14 handled like PIC16, fixes broken pic14 linker calls
253         * src/pic/gen.c (resolveIfx): do not "invent" labels
254         * (genSkipc): changed to positive logic
255         * (genSkipCond): removed as no longer needed
256         * (pic14_mov2w_regOrLit,genCmp): NEW, replacement for buggy version,
257           backport from PIC16
258         * (genLeftShift): check operands are in different registers
259         * src/pic/genarith.c (genPlus): replaced INCF with ADDLW as
260           INCF does not update CARRY...
261         * src/pic/main.c: fixed _linkCmd
262         * src/pic/pcode.c (unlinkpCode): added inactive code
263         * src/pic/ralloc.c (deassignLRs): keep arguments to shift operations
264           alive (do not assign result and operand overlapping registers)
265
266 2005-07-22 Raphael Neider <rneider AT web.de>
267
268         * src/pic/device.c (dump_sfr): replaced register declaration with
269           call to emitSymbolToFile() to avoid duplicate symbols
270         * (assignRelocatableRegisters): do not declare external symbols
271         * src/pic/ralloc.c (allocNewDirReg): fixed to get size of arrays
272           right (take size of type, not etype)
273         * (allocDirReg): fixed call to allocNewDirReg() to pass OP_SYM_TYPE
274         * (writeUsedRegs): also dump dynDirectRegs (e.g. local variables)
275         * (packRegsForAccUse): disabled assignment of WREG as
276           the result reg to prevent occurence of just fixed #1235003,
277           fixes #1242954
278         * src/pic/glue.c (emitSymbolToFile): NEW, central place to declare
279           symbols (avoids duplicate symbols in .asm file)
280         * (pic14emitRegularMap): use emitSymbolToFile()
281         * src/pic/gen.c (aopOp): fixed spillLocation handling
282         * (gen{Unp,P}ackBits): fixed acquiring bit-operands
283         * (genDataPointerSet): removed unneccessary variables/output
284
285 2005-07-22 Maarten Brock <sourceforge.brock AT dse.nl>
286
287         * as/mcs51/lkarea.c: enlarged codemap for banked memory
288         * device/lib/mcs51/crtbank.asm: added # to 0x0F
289
290 2005-07-21 Raphael Neider <rneider AT web.de>
291
292         * src/pic/gen.c (aopOp): do not generate AOP_ACC operands as pic14
293           architecture cannot handle them efficiently, fixes bug #1235003
294         * src/pic16/device.c (pic16_dump_{u,i}section,pic16_dump_int_registers):
295           check for empty sets before using them (fixes bug #1232190)
296
297 2005-07-19 Maarten Brock <sourceforge.brock AT dse.nl>
298
299         * as/mcs51/lkarea.c (lnkarea, lnkarea2): improved BSEG size calculation,
300           (lnksect2): generate warnings for memory overlap
301         * src/SDCC.lex (doPragma, process_pragma): added pragma's codeseg and
302           constseg to set the name of these segments so you can instruct the linker
303           to place them in banks
304         * src/SDCCast.c (decorateType): use new macro IS_FUNCPTR()
305         * src/SDCCglobl.h: added MODEL_HUGE to enum,
306           added code_seg and const_seg to options
307         * src/SDCCglue.c (emitMaps): use options.const_seg,
308           (createInterruptVect): put interrupt vectors in segment HOME,
309           (glue): put HOME before static segment and put the main glue in HOME,
310           (glue): use options.code_seg
311         * src/SDCCicode.c (geniCodeCall): use new macro IS_FUNCPTR()
312         * src/SDCCmain.c: added option --codeseg and --constseg to set the name of
313           these segments so you can instruct the linker to place them in banks
314           (linkEdit): use code_loc for HOME segment which should be the first
315           segment in code memory now
316         * src/SDCCmem.c: fixed more stuff like bug 1238386
317         * src/SDCCsymt.c (getSize): use generic pointer size for banked functions,
318           (changePointer): don't change function pointers to code pointers for
319           banked functions,
320           (compareType): added exceptional check for banked function pointers
321         * src/SDCCsymt.h: changed IFFUNC_ISBANKEDCALL, added IS_FUNCPTR
322         * src/hc08/main.c (_hc08_genAssemblerPreamble): put HOME first, put CSEG
323           after static in code memory
324         * src/mcs51/gen.c: added aopLiteralLong prototype,
325           (aopForSym): use getSize for functions,
326           (genCall): generate banked calls over one trampoline __sdcc_banked_call
327           in HOME with lsb of address in r0, msb in r1 and bank in r2, use
328           -Wl-bBANKSEG=0xbbaaaa option to set the address (aaaa) and bank (bb) of
329           the segment,
330           (genPcall): use call for literal function pointers and generate banked
331           calls over the one trampoline so there's only one place for the user to
332           modify according to his/hers hardware,
333           (genEndFunction): jump to __sdcc_banked_ret in HOME for banked functions,
334           (genPlusIncr): moved check icount>4 beyond inc dptr optimization
335         * src/mcs51/main.c: added keyword banked,
336           (_mcs51_genExtraAreas): put HOME first followed by GSINIT, STATIC and CSEG
337         * support/Util/SDCCerr.c,
338         * support/Util/SDCCerr.h: added E_BANKED_WITH_CALLEESAVES, registers are
339           needed for passing the bank and address to the trampoline
340         * device/lib/mcs51/crtbank.asm: added for bankswitching
341         * device/lib/mcs51/Makefile: added crtbank
342
343 2005-07-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
344
345         * src/SDCCcse.c (algebraicOpts): fixed loss of volatility
346           for fields at offset 0 of a struct or union as reported
347           on 2005-07-07 in the developer mailing list.
348
349 2005-07-15 Maarten Brock <sourceforge.brock AT dse.nl>
350
351         * src/SDCCmem.c: fixed bug 1238386
352
353 2005-07-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
354
355         * src/mcs51/peeph.def: added labelrefcounting for peepholes
356           (patch #1144962), added peephole 300, enabled 259.x
357         * doc/sdccman.lyx: removed screenshot and provided link instead
358
359 2005-07-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
360
361         * doc/sdccman.lyx: added section about debugging with ddd
362         * doc/figures/ddd_example.eps: screenshot of debugging session
363
364 2005-07-04 Raphael Neider <rneider AT web.de>
365
366         * src/pic/gen.c (genPointerGet): handle pointers to CONST values
367           like CODE pointers, fixes #1115683
368         * src/pic/pcode.c (DoBankSelect): forget LastRegIdx during function
369           call, fixes bugs #1232211, #1228110,
370           fixed wrong casts to pCodeFlow from pCodeInstructions
371
372 2005-07-04 Raphael Neider <rneider AT web.de>
373
374         * src/pic/gen.c (popGet): changed assert to allow for
375           bit operands
376         * (popGetAddr): changed signature to provide
377           an additional index, patched all call sites
378         * (genCmpEq): handle literal-like operands correctly
379         * (genAddrOf): added sanity checks on __code/__data pointers
380         * (genAssign): added handling of symbols from __code section
381         * (gencjne): do not generate code for comparisons whose result
382           is neither stored nor used, fixes bug #1171114
383         * (AccLsh, AccRsh): operate on operand instead of WREG
384         * (shift{Left,Right}_Left2ResultLit): NEW, size independant
385           replacement for Shift{LR}{12}Left2Result; shift (byte/int/long)
386           by known count
387         * rewrote complete shift-by-literal logic, commented unused
388           functions out
389         * (genConstPointerGet): get multiple bytes (if result size > 1),
390           fixed handling of non-immediate addresses
391         * (genPointerGet): handle CODE pointers like CONST pointers
392         * (genpic14Code): insert C-SRC lines as Cource-pCodes
393         * ({aop,op}_isLitLike): NEW, single place to decide whether an
394           operand is to be treated as a literal or not
395         * (mov2w,genPcall,genCmpEq),
396           src/pic/genarith.c: use aop_isLitLike() to decide between
397           literal/register contents
398         * (addSign): added missing offset
399         * src/pic/gen.h: remove newline after FENTRY/FEXIT comments,
400           only emit comment in debug-mode,
401           use {aop,op}_isLitLike throughout the file
402         * src/pic/glue.c: fix initializers for pointers (work in progress)
403         * src/pic/pcode.c (get_op): honor index on _const symbols
404         * ({reset,dump}pCodeStatistics): NEW, estimate code size
405         * (dumppBlock): added pCode size estimation
406         * src/pic/ralloc.c (deassignLRs,serialRegAssign,packRegisters):
407           check for IS_SYMOP before OP_SYMBOL'ing
408         * fixed indentation, compacted switch-statements
409         * (allocReg): find free register and allocate it instead of
410           allocating new registers all the time
411         * (deassignLRs): prevent POINTER_GET's from being assigned the same
412           registers as its operands (necessary only for multibyte GETs)
413
414 2005-07-01 Raphael Neider <rneider AT web.de>
415
416         * src/pic/gen.h: added prototypes emitpComment, popGetAddr and
417           debugging .asm-output macros FENTRY + FEXIT
418         * src/pic/gen.c (Safe_vsnprintf): NEW, is there a more generic
419           way... I wonder...
420         * (emitpComment): NEW, printf to pCode
421         * (popGet): added assert on too large offsets, fixed PO_IMMEDIATE's
422           offset handling
423         * (popGetAddr): NEW, variant of popGet to access an immediates
424           high(er) bytes instead of the n'th byte of memory they reference,
425           replaced popGet with popGetAddr where neccessary
426         * (genDataPointerGet): reactivated and fixed implementation
427         * (genNearPointerGet): enabled call to genDataPointerGet, fixes array-
428           accesses
429         * (genDataPointerSet): fixed multibyte assignments
430         * (genpic14Code): fixed --i-code-in-asm handling
431         * src/pic/genarith.c: fixed PO_IMMEDIATE issue using popGetAddr,
432         * (genPlus): fixed index-out-of-bounds error
433         * src/pic/pcode.c (get_op): fixed PO_IMMEDIATE's index/offset handling
434         * src/pic/ralloc.c: added debugging output macro FENTRY2
435         * (spillThis): fixed indentation, enbraced for-body for clarity
436         * (rematStr): commented out as now unused
437         * (regTypeNum): commented out special spill case (overwrites
438           arbitrary values)
439         * fixes bugs #1229346, #1216476 (both arrays) and #1115667 (SIGSEGV)
440
441 2005-06-30 Maarten Brock <sourceforge.brock AT dse.nl>
442
443         * doc/sdccman.lyx: documented sfr16/sfr32,
444           added example for using storage class with function pointers
445         * src/mcs51/gen.c (genPlusIncr): optimized small offsets from dptr
446
447 2005-06-28 Maarten Brock <sourceforge.brock AT dse.nl>
448
449         * device/lib/_gptrget.c: also push/pop _PSBANK, added # to 0x03
450         * device/lib/_itoa.c,
451         * device/lib/_ltoa.c: optimized codesize
452         * src/SDCCsymt.c (checkSClass): added sanity check for sfr at addresses,
453           but don't know how to suppress the double warning.
454         * src/mcs51/gen.c (genPlusIncr): fixed bug when incrementing volatile int's
455         * support/Util/SDCCerr.c,
456         * support/Util/SDCCerr.h: added warning W_SFR_ABSRANGE for sanity check
457
458 2005-06-27 Maarten Brock <sourceforge.brock AT dse.nl>
459
460         * as/mcs51/asexpr.c (expr): disabled warning "not in .flat24 mode",
461           fixed old K&R prototypes
462         * as/mcs51/asout.c (outrb): always output as if generating 24bit addresses
463         * device/lib/_gptrget.c,
464         * device/lib/_gptrgetc.c,
465         * device/lib/_gptrput.c: changed versions for new memory indicator values,
466           also new versions for small generic pointers and banked generic pointers
467         * src/port.h: added const_name
468         * src/SDCC.lex: added keywords sfr16, __sfr16, sfr32, __sfr32
469         * src/SDCC.y: added tokens SFR16, SFR32 and their sfr_attributes
470         * src/SDCCcse.c (findPrevIc): check all associative operators
471         * src/SDCCglue.c (emitMaps): use CONST_NAME if defined
472         * src/SDCCicode.h: added macro IS_ASSOCIATIVE
473         * src/SDCCmem.c: updated comments,
474           set far-space to 0 for pdata, results in optimized code
475         * src/SDCCmem.h: added macro CONST_NAME
476         * src/SDCCsymt.h: renumerated generic pointer types GPTYPE_... thereby
477           moving the info into the highest bits, see also gptrget/gptrput
478         * src/src.dsp: added sdcc.ico to project files
479         * src/avr/gen.c (genCast): fixed bug 0x%d
480         * src/avr/main.c (avr_port): added "CONST (CODE)" for const_name
481         * src/ds390/gen.c (aopForRemat, adjustArithmeticResult): disconnected direct
482           relation between ptr_type and DCL_TYPE,
483           (genCast): fixed bug 0x%d
484         * src/ds390/main.c (ds390_port, tininative_port, ds400_port): added "CONST
485           (CODE)" for const_name
486         * src/hc08/gen.c (genCast): fixed bug 0x%d
487         * src/hc08/main.c (_hc08_genAssemblerPreamble): added .area ...const_name,
488           (hc08_port): added "CONST (CODE)" for const_name
489         * src/mcs51/gen.c (aopForSym): optimized pushing ACC,
490           (aopForRemat, adjustArithmeticResult): disconnected direct relation
491           between ptr_type and DCL_TYPE,
492           (aopGetUsesAcc, aopGet, aopPut): changed first parameter from asmop* to
493           operand* and took AOP() inside function so sfr-ness can be checked,
494           (all over): repaired calls to aopGetUsesAcc, aopGet, aopPut to comply with
495           new prototype,
496           (genFunction, genEndFunction): optimized stack setup,
497           (genMinus): optimized for literals with ending zeroes (in bytes),
498           (genCast): fixed bug 0x%d
499         * src/mcs51/main.c (_mcs51_keywords): added sfr16 and sfr32,
500           (mcs51_port): added "CONST (CODE)" for const_name
501         * src/mcs51/peeph.def: made rule 226 more generic
502         * src/pic/main.c (pic_port): added "CONST (CODE)" for const_name
503         * src/pic16/main.c (pic16_port): added "CONST (CODE)" for const_name
504         * src/xa51/main.c (xa51_port): added "CONST (CODE)" for const_name
505         * src/z80/main.c (z80_port): added NULL for const_name,
506           (gbz80_port): added NULL for const_name
507         * support/regression/tests/bug663539.c,
508         * support/regression/tests/sfr16.c: new tests
509
510 2005-06-25 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
511
512         * device/include/mcs51/p89v51rd2.h, device/include/mcs51/at89s53.h: added.
513
514 2005-06-24 Raphael Neider <rneider AT web.de>
515
516         * device/lib/pic16/libdev/pic18f[68][567]20.c:
517           corrected typos...
518         * device/include/pic16/signal.h: added USBIF
519           and SIG_USB
520
521 2005-06-24 Raphael Neider <rneider AT web.de>
522
523         * device/lib/pic16/libdev/pic18f2455.c,
524           device/include/pic16/pic18f2455.h: NEW
525         * device/include/pic16/pic18fregs.h,
526           device/lib/pic16/pics.all,
527           src/pic16/device.c: added 18f2455
528         * device/lib/pic16/libdev/pic18f[68][567]20.c,
529           device/include/pic16/{pic18f[68][567].h,usart.h}:
530           replaced MULTIPLE_USARTS define with more relaible
531           compatibility sfrs (for USART access)
532
533 2005-06-20 Slade Rich <slade_rich AT users.sourceforge.net>
534
535         * src/pic/pcode.c : Fixed problem when a string constant contains a "\r\n"
536           and the output asm file line is printed on two lines.
537
538 2005-06-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
539
540         * sim/ucsim/hc08.src/inst.cc (inst_condbranch): fixed simulation of
541           BGT, BLE, BHI, and BLS instructions
542         * src/hc08/gen.c (outAcc, outBitC, outBitNV, genCmpLt, genCmpGt,
543           genCmpEq): removed
544         * src/hc08/gen.c (genCmpEQorNE, genCmp, branchopCmp, nameCmp,
545           negatedCmp, exchangedCmp, genhc08Code): rewrite of comparison handling,
546           fixes bug #1216342
547         * src/hc08/peeph.def: added rules 2g - 2l for new conditional branches
548
549 2005-06-15 Raphael Neider <rneider AT web.de>
550
551         * src/pic16/NOTES: moved Vangelis from active developers to people to contact
552         * device/include/pic16/{6520.h,8520.h}: fixed configuration bits
553         * src/pic16/gen.c (): prevent iTemps from being considered to be in CODESPACE,
554           fixes bug #1221120; for symbols in CODESPACE get number of bytes to read from
555           OP_SYM_TYPE() instead of OP_SYM_ETYPE()
556
557 2005-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
558
559         * device/include/mcs51/reg764.h: Changed PB0 to PBO as requested by
560           Marcel Telka in bug #1215704
561
562 2005-06-02 Slade Rich <slade_rich AT users.sourceforge.net>
563
564         * src/pic/pcode.c : Changed pseudo stack size to 15 to allow WSAVE to be
565           located in shared memory bank.
566
567 2005-05-31 Raphael Neider <rneider AT web.de>
568
569         * src/pic16/{gen.c,genarith.c}: replaced sign-extension
570           "CLRF, BTFSC <signbit>, DECF/COMF" with side-effect-free
571           "CLRF, BTFSC <signbit>, SETF"; fixes "long>>9"
572
573 2005-05-27 Maarten Brock <sourceforge.brock AT dse.nl>
574
575         * device/lib/_strncpy.c: fixed the fix
576
577 2005-05-26 Raphael Neider <rneider AT web.de>
578
579         * src/pic16/glue.c (pic16_printIvalChar): fixed _constant_ string
580           initializers with \0, bug #1208187
581         * src/pic/glue.c (printIvalChar): fixed (non- and constant) string
582           intializers with \0, bug #1208187
583
584 2005-05-26 Raphael Neider <rneider AT web.de>
585
586         * src/pic16/glue.c (pic16_printIvalChar): fixed string
587           initializers with \0, bug #1208187
588         * src/pic16/main.c (_process_pragma): added sanity checks
589           for stack position and size, emit warnings when appropriate
590
591 2005-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
592
593         * device/lib/_strncpy.c: fixed not filling with \0
594
595 2005-05-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
596
597         * src/SDCCast.c (funcOfType, funcOfTypeVarg, stringToSymbol,
598           createFunction),
599         * src/SDCC.y (external_definition, enumerator, parameter_declaration,
600           compound_statement),
601         * src/SDCCsymt.h,
602         * src/SDCCsymt.c (addSymChain, processFuncArgs): fixed bug #1159134
603
604 2005-05-24 Raphael Neider <rneider AT web.de>
605
606         * src/pic16/glue.c (pic16_printGPointerType): fixed #1207796
607
608 2005-05-24 Raphael Neider <rneider AT web.de>
609
610         * device/include/pic16/pic18f{442,452,458}.h: fixed wrong
611           TRISE definitions, closes bug #1162453
612
613 2005-05-22 Raphael Neider <rneider AT web.de>
614
615         * src/pic16/main.c (_process_pragma): check for missing
616           arguments to pragmas code and udata
617         * device/include/pic16/pic18f{2550,4331,4455,4520}.h:
618           consistency fixes to match other headers (thanks to Jim Paris)
619         * device/lib/pic16/libio/i2c.ignore: 18f4331 provides no I2C
620
621 2005-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
622
623         * src/SDCCicode.c (isOperandEqual): fixed missing ;
624
625 2005-05-19 Maarten Brock <sourceforge.brock AT dse.nl>
626
627         * support/regression/tests/bug1198642.c: new test
628         * src/SDCCicode.c (isOperandEqual): fixed bug 1198642
629         * src/SDCCcse.c (findPrevIc): added comment, please have a look
630         * support/scripts/resource.h,
631         * support/scripts/resource.rc,
632         * src/src.dsp: added sdcc.ico to project as icon for sdcc.exe
633         * support/scripts/sdcc.ico: added 32x32 icon
634
635 2005-05-18 Raphael Neider <rneider AT web.de>
636
637         * device/lib/pic16/libdev/pic18f*.c,
638         * device/include/pic16/pic18f*.h: updated "sfr" and "at X"
639           keywords to "__sfr" and "__at (X)"
640         * device/include/pic16/pic18fregs.h: added pic18f4520
641         * src/pic16/pcode.c (pic16_pCode2str): fixed (?) bug
642           #1203088 (MPLAB compatibility)
643
644 2005-05-17 Raphael Neider <rneider AT web.de>
645
646         * device/include/pic16/pic18f{2550,4331,4455,4520}.h: NEW
647         * device/lib/pic16/libdev/pic18f{2550,4331,4455,4520}.c: NEW
648         * device/lib/pic16/pics.all: added new devices
649         * src/pic16/device.c: added support for pic18f4520
650
651 2005-05-16 Raphael Neider <rneider AT web.de>
652         * src/pic16/gen.{c,h}: s/mov2f/pic16_mov2f made public
653         * src/pic16/genarith.c (genAddLit): fixed bug 1202480
654         * src/pic16/pcode.{c,h} (pic16_newpCodeOpBit_simple): NEW
655           convenience function for bit access
656
657 2005-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
658
659         * device/lib/printf_large.c: fixed bug 1193299
660         * support/regression/tests/bug1057979.c: added test %3.3s
661
662 2005-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
663
664         * device/include/mcs51/8051.h,
665         * device/include/mcs51/8052.h: made parseable with lint
666         * device/include/mcs51/lint.h: added include file for (sp)lint
667         * doc/sdccman.lyx: added doc about use of splint (syntax checking tool)
668         * doc/cdbfileformat.lyx,
669         * doc/test_suite_spec.lyx: hardcoded date to the date of last text change
670
671 2005-05-14 Raphael Neider <rneider AT web.de>
672
673         * device/lib/pic16/Makefile.common.in: add --optimize-df to OPT_FLAGS
674         * device/lib/pic16/libc/stdlib/itoa.c (new)
675         * device/lib/pic16/libc/stdlib/Makefile: have itoa.c built
676         * device/lib/pic16/libio/Makefile: exclude subdir according to
677           ${subdir}.ignore for certain PICs (lacking e.g. i2c)
678         * device/lib/pic16/libio/i2c.ignore (new): pic18f1220 has no I2C support
679         * src/pic16/gen.c (genFunction): prevent annoying warning
680         * src/pic16/pcode.c: renamed stack_t to dynstack_t to prevent
681           nameclashes on BeOS
682         * support/cpp2/cppmain.c (cpp_output_string): new
683         * support/cpp2/cpplib.c (_cpp_do__Pragma): fixed _Pragma(""),
684           fixes bug 1116802
685
686 2005-05-13 Borut Razem <borut.razem AT siol.net>
687
688         * src/SDCCmain.c (linkEdit): fixed bug 1195202
689
690 2005-05-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
691
692         * .version: changed to version 2.5.1; back to bleeding edge development
693
694 2005-05-11 Borut Razem <borut.razem AT siol.net>
695
696         * doc/sdccman.lyx doc/cdbfileformat.lyx doc/test_suite_spec.lyx:
697           generate PDF version 1.3 documents
698
699 2005-05-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
700
701         * .version: changed to version 2.5.0
702
703 2005-04-27 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
704
705         * doc/sdccman.lyx: updated weblinks, index and smaller updates
706
707 2005-04-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
708
709         * doc/sdccman.lyx: changed version 2.5.0, documented --std-c89,
710         --std-sdcc89, --std-c99, --std-sdcc99, and the corresponding #pragmas, as
711         well as many smaller updates.
712         * .version: changed to version 2.5.0-pre1
713
714 2005-04-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
715
716         * src/SDCCmain.c (setIncludePath): added port->target to SDCC_INCLUDE_NAME
717
718 2005-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
719
720         * support/regression/tests/bug1185672.c: added
721         * src/mcs51/gen.c (aopGetUsesAcc, genCpl, genAnd, genOr, genXor): fixed
722           bug 1185672
723         * src/mcs51/gen.c (genCall): added comments, made it look safer
724         * src/mcs51/gen.c (genEndFunction): simplified
725
726 2005-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
727
728         * src/mcs51/ralloc.c (serialRegAssign): fixed bug 1189609
729
730 2005-04-14 Borut Razem <borut.razem AT siol.net>
731
732         * fixed bug 1045046 - SIGSEGV with really simple code?:
733           src/pic/pcode.c (pCodeInitRegisters)- pseudo stack size increased to 16
734           src/pic/ralloc.c (typeRegWithIdx) - error message on pseudo stack overflow
735
736 2005-04-14 Borut Razem <borut.razem AT siol.net>
737
738         * src/pic16/gen.c (genInline), src/pic16/main.c (_process_pragma),
739           src/pic16/device.h: temporarily disabled experimental #inline pragma
740           for 2.5.0 release
741
742 2005-04-14 Maarten Brock <sourceforge.brock AT dse.nl>
743
744         * device/include/z80/stdio.h,
745         * device/include/z80/string.h: removed these highly incomplete files so
746           SDCC can use the default ones in device/include/
747
748 2005-04-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
749
750         * src/mcs51/gen.c (genEndFunction): removed unused variable to fix
751         gcc warning.
752         * device/lib/Makefile.in: default PORTINCDIR to the mcs51 subdir to
753         fix sdcpp warnings.
754
755 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
756
757         * device/include/malloc.h: removed redundant __reentrant prototypes
758         * device/lib/_mullong.c: added working xstack variant in asm (C version
759           doesn't pass regression tests)
760         * device/lib/bpx.c: used __data and made bpx char for mcs51
761         * src/SDCCast.c (decorateType): removed unused GPTYPE_IDATA,
762           (createFunction): fixed bug with xstackPtr
763         * src/SDCCcse.c: corrected comments
764         * src/SDCCopt.c (convertToFcall): fixed warning in MSVC,
765           (killDeadCode, eBBlockFromiCode): removed unused code
766         * src/SDCCsymt.h: removed unused GPTYPE_GPTR and GPTYPE_IDATA,
767           corrected comments
768         * src/mcs51/gen.c (aopForSym, aopPut, toBoolean, unsaveRegisters,
769           assignResultValue, genCall, genFunction, genEndFunction, genAnd,
770           genOr, genXor, genAddrOf): fixed several bugs concerning xstack
771           (genModOneByte): fixed warning in MSVC
772         * src/mcs51/main.c (): added comments
773         * src/mcs51/peeph.def: changed 129 to 129.a, added 129.b, 129.c & 129.d
774
775 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
776
777         * src/SDCCmain.c (linkEdit): oops, changed one line too many
778
779 2005-04-11 Maarten Brock <sourceforge.brock AT dse.nl>
780
781         * src/SDCCmain.c (linkEdit): fixed bug with finding crt0.o for z80
782
783 2005-04-10 Vangelis Rokas <vrokas AT users.sourceforge.net>
784
785         * src/pic16/glue.c (printIvalChar): fixed bug when emitting
786         characters arrays of larger size than the declared one.
787
788 2005-04-10 Borut Razem <borut.razem AT siol.net>
789
790         * src/pic/gen.c (genInline),
791           src/pic/pcode.c (newpCodeAsmDir), (pCode2str),
792           (genericPrint), (unlinkpCodeFromBranch), (compareLabel),
793           (findNextInstruction), (findPrevInstruction),
794           (findInstructionUsingLabel),
795           src/pic/pcode.h: fixed bug #1164907 - Labels not being recognized
796         * src/pic/pcode.c (findLabel): added missing '\n'
797         * src/src.dsp: added SDCCdwarf2.c to the project
798
799 2005-04-09 Borut Razem <borut.razem AT siol.net>
800
801         * support/scripts/sdcc.nsi: added include/hc08/* h to NSIS setup
802
803 2005-04-08 Raphael Neider <rneider AT web.de>
804
805         * src/pic16/pcode.c: added helpers defmapInsertAfter (insert a new item
806           into the chain after a given one) and mergeDefmapSymbols (combine
807           defmap entries for each symbol per pcode)
808         * (createDefmap): have defmap entries merged in the end
809         * (defmapReplaceSymRef): split defmap entries covering two accesses to
810           a symbol before replacing one access type's symbol, merge symbols in
811           the end (replacement symbol might already have an entry)
812         * (assignValnums): keep reference to written WREG intact
813
814 2005-04-08 Raphael Neider <rneider AT web.de>
815
816         * src/pic16/pcode.c (struct defmap_s): named anonymous union (for
817           Alpha)
818
819 2005-04-08 Vangelis Rokas <vrokas AT users.sourceforge.net>
820
821         * src/pic16/pcode.c (pic16_get_op2): enlarged size of array b to 128
822         bytes
823
824 2005-04-07 Raphael Neider <rneider AT web.de>
825
826         * device/include/pic16/usart.h: added compatibility defines for
827           devices with more than one USART
828         * device/include/pic16/pic18f[68][567]20.h: activated above defines
829
830 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
831
832         * device/lib/Makefile.in: updated for port specific include
833
834 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
835
836         * support/regression/ports/mcs51/spec.mk: added mcs51 include
837
838 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
839
840         * device/include/8051.h,
841         * device/include/8052.h,
842         * device/include/at89S8252.h,
843         * device/include/at89c55.h,
844         * device/include/at89x051.h,
845         * device/include/at89x51.h,
846         * device/include/at89x52.h,
847         * device/include/mcs51reg.h,
848         * device/include/reg51.h,
849         * device/include/reg764.h,
850         * device/include/regc515c.h,
851         * device/include/sab80515.h: (re)moved these 12 files
852         * device/include/mcs51/8051.h,
853         * device/include/mcs51/8052.h,
854         * device/include/mcs51/at89S8252.h,
855         * device/include/mcs51/at89c55.h,
856         * device/include/mcs51/at89x051.h,
857         * device/include/mcs51/at89x51.h,
858         * device/include/mcs51/at89x52.h,
859         * device/include/mcs51/mcs51reg.h,
860         * device/include/mcs51/reg51.h,
861         * device/include/mcs51/reg764.h,
862         * device/include/mcs51/regc515c.h,
863         * device/include/mcs51/sab80515.h: and added them here
864
865 2005-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
866
867         * device/include/stdarg.h: changed SDCC specific keywords to double
868           underlined form.
869         * device/include/stdint.h: changed intptr_t and uintptr_t for others than
870           mcs51 and ds390.
871         * device/include/hc08/mc68hc908gp32.h,
872         * device/include/hc08/mc68hc908jb8.h,
873         * device/include/hc08/mc68hc908jkjl.h,
874         * device/include/hc08/mc68hc908qy.h: fixed comments
875         * device/include/mcs51/README: updated
876         * device/include/mcs51/c8051f120.h: added PINRSF
877         * device/lib/pic16/libc/stdlib/crc16.c: fixed comments
878         * src/pic16/pcode.c: MSVC6 doesn't accept declaring new variables
879           amidst code. Also inline is not supported.
880
881 2005-04-06 Raphael Neider <rneider AT web.de>
882
883         * src/pic16/pcode.c (pic16_pCodeReplace): also update pcflow->end
884         * (createDefmap): fixed CALLs to depend on FSR1 and RETLW to restore
885           callers stack/frame pointers
886
887 2005-04-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
888
889         * device/include/pic16/usart.h: added, missing in previous commit,
890         * device/include/pic16/adc.h: fixed typo,
891         * device/lib/pic16/libc/utils/cvtdec.S: added missing in previous
892         commit,
893         * device/lib/pic16/libc/stdlib/g_ftoa.S: modified to include
894         <p18fxxx.inc>
895         * device/lib/pic16/libc/stdio/streams.c: leave stdin, stdout
896         uninitialized because a bug appears with gplink
897         * device/lib/pic16/{some makefiles}: moved $(CSTD) from CFLAGS to
898         COMPILE_FLAGS and added CPPFLAGS with -nostdinc because sdcpp
899         complains for unrecognised option
900
901 2005-04-05 Raphael Neider <rneider AT web.de>
902
903         * src/pic16/gen.c (pic16_popCopyReg): made copying work for extended
904           structs as well (using memcpy)
905         * (genFunction): fixed comparison, used pCodeOpLabel to reduce warning
906           on ISRs (GOTO has no label)
907         * src/pic16/device.h: added OF_OPTIMIZE_DF
908         * src/pic16/main.c: added compiler switch --optimize-df to enable the
909           new data flow analysis/optimization
910         * src/pic16/pcode.c: added (prototypes for and implementation of)
911           dataflow analysis functions, fixed pCodeInstructions' inCond and
912           outCond values, made RCALL a branch instruction
913         * (pic16_unlinkpCode): keep C line if possible
914         * (pic16_pCodeUnlink): removed cast on left side of assignment, have
915           C line moved if possible
916         * (pic16_getRegFrompCodeOp): NEW, improved version of...
917         * (pic16_getRegFromInstruction,pic16_getRegFromInstruction2): changed
918           to use new pic16_getRegFrompCodeOp (works for more SFRs)
919         * (pic16_BuildFlow): fixed skip instructions with label (did not start
920           new flow)
921         * (pic16_getJumptabpCode): NEW, needed in...
922         * (LinkFlow): fixed handling of jumptables, calls and conditional
923           branches
924         * (pic16_InsertCommentAfter): NEW
925         * (pic16_pCodeReplace): made verbose and flow preserving
926         * (AnalyzeFlow): added call to data flow analysis
927         * src/pic16/pcode.h: added defmaps to pCodeFlow struct
928         * src/pic16/pcodeflow.h: added PCC_STATUS to mean all STATUS bits
929         * src/pic16/ralloc.c (packRegsForAssign): added return 1 in the end
930
931 2005-04-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
932
933         * src/SDCCast.c (decorateType): fixed bug #1105626
934
935 2005-04-02 Vangelis Rokas <vrokas AT users.sourceforge.net>
936
937         * device/include/asm/pic16/features.h,
938         * pic18f*.h headers,
939         * device/include/pic16/adc.h,
940         * device/include/pic16/delay.h,
941         * device/include/pic16/i2c.h,
942         * device/include/pic16/malloc.h,
943         * device/include/pic16/stdio.h,
944         * device/include/pic16/stdlib.h,
945         * device/include/pic16/string.h,
946         * device/lib/pic16/libc/stdio/printf_tiny.c,
947         * device/lib/pic16/libc/stdio/printf_small.c,
948         * device/lib/pic16/libc/stdio/strmgpsim.c,
949         * device/lib/pic16/libc/stdio/strmmssp.c,
950         * device/lib/pic16/libc/stdio/strmusart.c,
951         * device/lib/pic16/libc/stdio/vfprintf.c,
952         * device/lib/pic16/libc/stdlib/ltoa.c,
953         * device/lib/pic16/libc/stdlib/putchar.c,
954         * device/lib/pic16/libc/stdlib/x_ftoa.c,
955         * device/lib/pic16/libc/stdlib/memchrpgm.c,
956         * device/lib/pic16/libc/stdlib/memchrram.c,
957         * device/lib/pic16/libc/stdlib/memcpypgm2ram.c,
958         * device/lib/pic16/libc/stdlib/memcpyram2ram.c,
959         * device/lib/pic16/libio/adc/adcbusy.c,
960         * device/lib/pic16/libio/adc/adcread.c,
961         * device/lib/pic16/libio/adc/adcsetch.c,
962         * device/lib/pic16/libio/usart/ubaud.c,
963         * device/lib/pic16/libio/usart/ubusy.c,
964         * device/lib/pic16/libio/usart/udrdy.c,
965         * device/lib/pic16/libio/usart/uopen.c,
966         * device/lib/pic16/libio/usart/uputc.c,
967         * device/lib/pic16/libsdcc/gptr/gptrget1.c,
968         * device/lib/pic16/libsdcc/gptr/gptrget2.c,
969         * device/lib/pic16/libsdcc/gptr/gptrget3.c,
970         * device/lib/pic16/libsdcc/gptr/gptrget4.c,
971         * device/lib/pic16/libsdcc/gptr/gptrput1.c,
972         * device/lib/pic16/libsdcc/gptr/gptrput2.c,
973         * device/lib/pic16/libsdcc/gptr/gptrput3.c,
974         * device/lib/pic16/libsdcc/gptr/gptrput4.c: modified all SDCC
975         specific keywords to double underlined form,
976         * device/lib/pic16/libc/Makefile.rules,
977         * device/lib/pic16/libsdcc/Makefile.rules,
978         * device/lib/pic16/libm/Makefile,
979         * device/lib/pic16/libio/Makefile.rules: added CSTD macro in CFLAGS
980         to compile with C standard set in Makefile.common
981         * device/lib/pic16/libc/stdlib/Makefile: added new C sources
982         rand.c and crc.c in compilation process,
983         * device/lib/pic16/libsdcc/int/divuint.c,
984         * device/lib/pic16/libsdcc/long/divulong.c: changed declaration of
985         `c' from signed to unsigned,
986         * device/lib/pic16/startup/crt0.c,
987         * device/lib/pic16/startup/crt0i.c,
988         * device/lib/pic16/startup/crt0iz.c: adopted to all SDCC specific
989         keywords to double underlined form, bug fixes in _do_cinit function
990         which prevented the correct initialization of the .idata segment,
991         * src/pic16/pcoderegs.c (insideLRBlock): fixed a bug that caused the
992         core to enter a infinite loop
993         * device/lib/pic16/libc/stdlib/rand.c, crc.c: new files
994
995 2005-04-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
996
997         * src/SDCCicode.c (getArraySizePtr): fixed bug #1122171
998
999 2005-04-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1000
1001         * device/include/Makefile.in: add support for hc08 subdirectory
1002         * device/include/hc08/: new subdirectory
1003         * device/include/hc08/mc68hc908jkjl.h: new header contributed by
1004         Lucas Loizaga, thanks!
1005         * device/include/hc08/mc68hc908qy.h,
1006         * device/include/hc08/mc68hc908gp32.h,
1007         * device/include/hc08/mc68hc908jb8.h: moved hc08 register defs to
1008         their own directory. Changed internal macro names to use the compiler
1009         reserved namespace. Changed SDCC specific keywords to double
1010         underlined form.
1011         * device/include/math.h,
1012         * device/include/malloc.h,
1013         * device/include/stdarg.h,
1014         * device/include/stdbool.h
1015         * device/include/string.h,
1016         * device/include/tinibios.h,
1017         * device/include/ds400rom.h,
1018         * device/include/8051.h,
1019         * device/include/8052.h,
1020         * device/include/80c51xa.h,
1021         * device/include/at89c55.h,
1022         * device/include/at89S8252.h,
1023         * device/include/at89x51.h,
1024         * device/include/at89x52.h,
1025         * device/include/ds80c390.h,
1026         * device/include/reg764.h,
1027         * device/include/regc515c.h,
1028         * device/include/sab80515.h,
1029         * device/include/mcs51/c8051f000.h,
1030         * device/include/mcs51/c8051f018.h,
1031         * device/include/mcs51/c8051f020.h,
1032         * device/include/mcs51/c8051f040.h,
1033         * device/include/mcs51/c8051f060.h,
1034         * device/include/mcs51/c8051f120.h,
1035         * device/include/mcs51/c8051f300.h,
1036         * device/include/mcs51/c8051f310.h,
1037         * device/include/mcs51/c8051f320.h,
1038         * device/include/mcs51/c8051f330.h,
1039         * device/include/mcs51/c8051f350.h,
1040         * device/include/z180.h: Changed SDCC specific keywords to double
1041         underlined form.
1042
1043 2005-03-31 Vangelis Rokas <vrokas AT users.sourceforge.net>
1044
1045         * src/pic16/device.c (Pics16[]): added devices 18F2550, 18F4331,
1046         18F4455,
1047         * (pic16_assignConfigWordValue): disable testing of configuration
1048         register value with config mask,
1049         * src/pic16/gen.c (pic16_testStackOverflow): prefix stack test
1050         function with port->fun_prefix,
1051         * (genFunction): when generating a naked interrupt function never
1052         create an absolute segment placed in interrupt vector address, place
1053         the actual interrupt function at IVA instead, when an interrupt
1054         function is generated with unspecified interrupt then do not create
1055         the absolute section,
1056         * (genGenPointerGet, genGenPointerSet, genPackBits): replace all
1057         code for generating a call to generic pointer get/put function with
1058         a call to function pic16_callGenericPointer(),
1059         * src/pic16/genutils.c (pic16_callGenericPointerRW): NEW, generates
1060         the call to the generic pointer get/put functions with prefixing the
1061         function name with port->fun_prefix,
1062         * src/pic16/glue.c (pic16glue): ifdef-out test of OF_LR_SUPPORT,
1063         * src/pic16/main.c (_process_pragma): prefix function with
1064         port->fun_prefix,
1065         * (_pic16_finaliseOptions): define macro __18Fxxxx macro when
1066         calling assembler, old 18Fxxxx macro is deprecated,
1067         * src/pic16/pcode.c (unlinkpCodeFromBranch): added PC_INLINE and
1068         PC_ASMDIR in while condition,
1069         * (findInstruction): add PC_ASMDIR in while condition,
1070         * (buildCallTree): prefix main with port->fun_prefix,
1071         * (pic16_pCode2str): fixed bug that didn't emit the memory access
1072         identifier for variable with banked access in instructions BTFSS,
1073         BTFSC, BCF, BSF, BTG
1074         * (AnalyzeFlow): moved call to OptimizepCode to pic16_AnalyzeBanking,
1075         * src/pic16/pcodepeep.c (pCodeOpCompare): increase size of b to 1024,
1076         * src/pic16/pcoderegs.c (pic16_pCodeRegoptimizeRegUsage): don't
1077         perform optimization when enviroment variable NO_REG_OPT is set,
1078         * (insideLRBlock): NEW, return 1 if register is inside an
1079         INF_LOCALREGS block,
1080         * (RemoveRegFromLRBlock): remove a register that is completely
1081         eliminated by register optimization, but it is still left in local
1082         register store/restore in/from stack block,
1083         * (Remove2pcodes): after removing register, check to see if it
1084         should be removed from local register store/restore in/from stack
1085         block,
1086         * src/pic16/ralloc.c (pic16_decodeOp): added decode for
1087         DUMMY_READ_VOLATILE,
1088
1089         * device/include/pic16/adc.h: minor prototype modifications and
1090         update,
1091         * device/include/pic16/malloc.h: added GPL notice various
1092         modifications,
1093         * device/include/pic16/stdint.h: NEW, standard header for ints
1094         * device/include/pic16/delay.h: NEW, header for delay functions,
1095         delay10tcy, delay100tcy, delay1ktcy, delay10ktcy, delay100ktcy,
1096         delay1mtcy,
1097         * device/include/pic16/signal.h: NEW, header providing helper macros
1098         for implementing signal handlers,
1099         * device/include/pic16/stdio.h: added prototypes for functions,
1100         printf, vprintf, sprintf, vsprintf, fprintf, vfprintf. Added
1101         prototypes for stdin and stdout, added macro PUTCHAR to
1102         automatically implement putchar function prototype,
1103         * device/include/pic16/usart.h: modified and updated USART library,
1104         * device/lib/pic16/libio/adc/,
1105         * device/lib/pic16/libio/i2c: some modifications to improve library
1106         performance,
1107         * device/lib/pic16/libc/stdio/: modifications for the new printf*
1108         family of functions,
1109         * device/lib/pic16/libc/stdlib/: various modifications in the malloc
1110         family of functions and other sources,
1111         * device/lib/pic16/libio/usart/: NEW, c sources for the usart module
1112         of the PIC18Fxx[28] devices,
1113         * device/lib/pic16/libc/delay/: NEW, c sources for the delay functions,
1114         * device/lib/pic16/libc/utils/: minor modifications in the .S sources,
1115         * device/lib/pic16/startup/{crt0i.c, crt0iz.c}: redesign of the
1116         _do_cinit function, because the previous failed when local variables
1117         where not placed in the same memory bank,
1118         * device/lib/pic16/libsdcc/char/: various modifications to improve
1119         library performance,
1120         * doc/sdccman.lyx: some reorganization of the PIC16 part, added many
1121         information on the new functions of the c library and more...
1122
1123 2005-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1124
1125         * src/SDCCBBlock.c (iCodeBreakDown): fixed bug #1170212
1126
1127 2005-03-26 Raphael Neider <rneider AT web.de>
1128
1129         * src/pic16/gen.c (genSkipc): fixed semantics (execute branch
1130           if condition == CARRY)
1131         * (genCmp): adapted to new genSkipc semantics
1132         * src/pic16/genutils.c (pic6_genCmp_special): removed side effect
1133           on rIfx (genCmp was broken)
1134
1135 2005-03-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1136
1137         * src/SDCCmain.c (setDefaultOptions, optionsTable[], parseCmdLine),
1138         * src/z80/main.c (_keywords[]),
1139         * src/SDCCglobal.h (struct options),
1140         * src/SDCC.y,
1141         * src/SDCC.lex (isTargetKeyword, doPragma, pragma_tbl[]): new pragmas
1142         to enable/disable SDCC and C99 extensions/keywords (std_c89, std_sdcc89,
1143         std_c99, std_sdcc99). Also, equivalent command line options (--std-c89,
1144         --std-sdcc89, --std-c99, --std-sdcc99). SDCC specific keywords are
1145         always available in leading double underscore form. The C99 support is
1146         mostly missing, but it's a start.
1147         * support/regression/tests/bug-227710.c: fixed nonconforming use of
1148         reserved identifier "__data".
1149
1150 2005-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
1151
1152         * src/mcs51/peeph.def: fixed bug 1170013
1153
1154 2005-03-22 Maarten Brock <sourceforge.brock AT dse.nl>
1155
1156         * device/include/mcs51reg.h: fixed bug 842007
1157
1158 2005-03-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1159
1160         * src/SDCCcflow.c (dfNumCompare): committed the wrong version of this
1161         last time.
1162
1163 2005-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1164
1165         * src/port.h (struct PORT),
1166         * src/avr/ralloc.c (avr_assignRegisters),
1167         * src/avr/main.c,
1168         * src/ds390/ralloc.c (ds390_assignRegisters),
1169         * src/ds390/main.c,
1170         * src/hc08/ralloc.c (hc08_assignRegisters),
1171         * src/hc08/main.c,
1172         * src/mcs51/ralloc.c (mcs51_assignRegisters),
1173         * src/mcs51/main.c,
1174         * src/pic/ralloc.c (pic14_assignRegisters),
1175         * src/pic/main.c,
1176         * src/pic16/ralloc.c (pic16_assignRegisters),
1177         * src/pic16/main.c,
1178         * src/xa51/ralloc.c (xa51_assignRegisters),
1179         * src/xa51/main.c,
1180         * src/z80/ralloc.c (z80_assignRegisters),
1181         * src/z80/ralloc.h,
1182         * src/SDCCopt.c (eBBlockFromiCode, replaceRegEqv, killDeadCode),
1183         * src/SDCCcse.c (ifxOptimize, cseBBlock, cseAllBlocks),
1184         * src/SDCCcse.h,
1185         * src/SDCCdflow.c (computeDataFlow),
1186         * src/SDCCdflow.h,
1187         * src/SDCCloop.c (addDefInExprs, loopInvariants, loopOptimizations),
1188         * src/SDCCloop.h,
1189         * src/SDCCcflow.c (*),
1190         * src/SDCCcflow.h,
1191         * src/SDCCBBlock.c (iCodeBreakDown, dumpEbbsToFileExt, eBBWithEntryLabel),
1192         * src/SDCCBBlock.h (struct ebbIndex): new struct that keeps two copies
1193         of the eBBlock list, sorted by both bbnum and dfnum. (fixes bug with
1194         immedDom() returning wrong block; probably fixes bug #1160833)
1195
1196 2005-03-20 Borut Razem <borut.razem AT siol.net>
1197
1198         * support/scripts/inc2h.pl: WIN32 port
1199
1200 2005-03-19 Maarten Brock <sourceforge.brock AT dse.nl>
1201
1202         * device/lib/makefile.in: added abs.c and labs.c
1203
1204 2005-03-17 Maarten Brock <sourceforge.brock AT dse.nl>
1205
1206         * device/include/stdint.h: added
1207         * device/lib/abs.c: added
1208         * device/lib/labs.c: added
1209         * device/include/stdlib.h: added abs() and labs() prototypes
1210         * device/lib/libsdcc.lib: added abs and labs
1211         * device/include/float.h,
1212         * device/lib/_fsmul.c,
1213         * device/lib/printf_fast.c,
1214         * device/lib/printf_tiny.c: updated comments
1215
1216 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1217
1218         * src/SDCCicode.c (geniCodeSwitch, geniCodeJumpTable): fixed
1219         bug #1164313
1220
1221 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1222
1223         * src/SDCCcse.c (cseBBlock): retain assignment to self when volatile
1224         * src/SDCCast.c (isLoopCountable): fixed bug #1161985
1225
1226 2005-03-15 Maarten Brock <sourceforge.brock AT dse.nl>
1227
1228         * device/lib/printf_large.c: removed inline assembly for portability and
1229           readability. Use printf_fast if speed or size are more important.
1230         * src/pic16/gen.c: removed conditions around use of DEBUGpc
1231         * src/pic16/genutils.h: added define for DEBUGpc for MSVC
1232
1233 2005-03-15 Vangelis Rokas <vrokas AT users.sourceforge.net>
1234
1235         * src/pic16/genutils.c (pic16_genCmp_special): initialized offs to
1236         prevent compiler warning
1237
1238 2005-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
1239
1240         * device/lib/pic16/startup/crt0i.c (_cinit): local variables where
1241         moved to level 0 and declared as static. Also they are explicit
1242         placed in access bank. This was necessery because some times they
1243         might cross memory bank boundaries. crt0iz.c is *NOT* updated!!!
1244         * src/pic16/device.h: added flag OPTIMIZE_CMP to enable some compare
1245         optimizations. Currently only compare to unsigned char is implemented,
1246         * src/pic16/gen.c: added fReturnIdx array,
1247         * (struct resolvedIfx) is moved to gen.h and made public,
1248         * (struct _G): added sregsAlloc and sregsAllocSet fields,
1249         * (aopForSym): added an optimization to directly store in stack of
1250         the operand of a SEND iCode,
1251         * (pic16_aopOp): don't return return registers as strings (AOP_STR)
1252         but as registers instead (AOP_REG) using the fReturnIdx array,
1253         * (pic16_freeAsmop): remove the freed register from the
1254         _G.sregsAlloc field,
1255         * (pic16_aopGet): in case AOP_STR, the compare to 'a' is changed to
1256         a compare of 'WREG',
1257         * (pic16_popGetTempRegCond): changed function prototype, now
1258         function takes also a bitVector argument v which holds the current
1259         set of registers that are allocated for stack access by aopForSym,
1260         registers allocated in aopForSym for accessing stack symbols are not
1261         any more part of the functions usedRegs field,
1262         * (genCall): some times aopOp is called for a stack variable to be
1263         send, aopForSym might perform the push, if this is true make sure
1264         that genCall doesn't push the variable twice by testing _G.resDirect,
1265         * (genFunction): changed testing for unspecified interrupt number
1266         from 256 to INTNO_UNSPEC,
1267         * modified selection scheme of frame pointer generation. Previously
1268         if function did use local registers a frame pointer was generated,
1269         now a frame pointer is generated only if function has arguments
1270         (that need PLUSW2 register access), or has stack arguments, or the
1271         compiler is not instructed to omit the frame pointer,
1272         * (genEndFunction): before restoring local registers that were saved
1273         in the function preamble, also restore the registers that *might*
1274         have been allocated for stack access,
1275         * (genRet): removed some old comments,
1276         * (genCmp, the active (RN's) version): added a call to the
1277         pic16_genCmp_special function to perform the compare with a more
1278         robust and optimized way,
1279         * (genInline): a feature has been added in inline code generation,
1280         which allows a wildcard variable substitution when writing inline
1281         assembly. Code is incomplete and experimental therefore undocumented,
1282         * (genCast): changed order of aopOp for result and right to allow
1283         aopForSym to directly load the result if possible,
1284         * src/pic16/genutils.c (selectCompareOp, pic16_genCmp_special): NEW,
1285         perform an optimized compare on some selected special occasions,
1286         * src/pic16/genutils.h: declaration of resolvedIfx structure from gen.c,
1287         * src/pic16/glue.c (pic16createInterrupVect): make sure we never
1288         generate an IVT any more,
1289         * src/pic16/main.c (pic16_optionsTable): added command line option
1290         --optimize-cmp,
1291         * (_pic16_initPaths): when calling C preprocessor define pic18fXXXX
1292         macro too, when calling assembler define pic18fXXXX *and* __18Fxxxx
1293         macros,
1294         * src/pic16/NOTES: Raphael Neider added in list of active developers
1295         * src/pic16/pcode.c (OPT_TYPE_STR): added strings jumptable_begin and
1296         jumptable_end to prevent bug #,
1297         * (pic16_pciADDWFC, ADDFWC, COMF, CLRF): added some missing flags in
1298         inCond and outCond fields,
1299         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): add a fix for bug #,
1300         * src/pic16/ralloc.c (serialRegAssign): explicit set willCS to 0 to
1301         turn off register spilling,
1302         * (packRegsForOneUse): synced with other ports' versions although it
1303         is not used currently,
1304         * (pic16_packRegisters): added an optimization while reading
1305         structure bitfields, some registers may be saved (malloc code is
1306         decreased by 80 bytes)
1307
1308 2005-03-12 Vangelis Rokas <vrokas AT users.sourceforge.net>
1309
1310         * src/SDCCcse.c (cseBBlock): inside 'do operand lookup' loop test if
1311         left is a bitfield, if yes, then don't optimize assignment. Perhaps
1312         this can be optimized more?
1313
1314 2005-03-10 Raphael Neider <rneider AT web.de>
1315
1316         * src/pic16/gen.c (pic16_loadFSR0, genPackBits, genUnpackBits,
1317           genNearPointerGet): (hopefully) fixed access to bitfields via
1318           pointers (p->bitN = x; and x = p->bitN; failed)
1319
1320 2005-03-09 Paul Stoffregen <paul AT pjrc.com>
1321
1322         * device/lib/printf_fast.c: fix leading zero format, eg "%02d"
1323
1324 2005-03-09 Raphael Neider <rneider AT web.de>
1325
1326         * src/SDCCopt.c (killDeadCode): fixed bug #1156016
1327
1328 2005-03-06 Maarten Brock <sourceforge.brock AT dse.nl>
1329
1330         * src/SDCCicode.h: moved CRITICAL and ENDCRITICAL from SKIP_IC2 to SKIP_IC
1331         * src/mcs51/ralloc.c (willCauseSpill): added check for REG_BIT type,
1332           (regTypeNum): set REG_BIT type if necessary
1333         * src/mcs51/ralloc.h: added define REG_BIT, used to fix bug 1144613
1334         * support/regression/tests/critical.c: check bug 1144613
1335
1336 2005-03-02 Raphael Neider <rneider AT web.de>
1337
1338         * src/pic16/gen.c (genRightShiftLiteral): fixed bug #1154256
1339
1340 2005-02-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1341
1342         * src/avr/ralloc.c (serialRegAssign),
1343         * src/ds390/ralloc.c (serialRegAssign),
1344         * src/hc08/ralloc.c (serialRegAssign),
1345         * src/mcs51/ralloc.c (serialRegAssign),
1346         * src/pic/ralloc.c (serialRegAssign),
1347         * src/pic16/ralloc.c (serialRegAssign),
1348         * src/xa51/ralloc.c (serialRegAssign),
1349         * src/z80/ralloc.c (serialRegAssign): fixed bug #1105154
1350
1351 2005-02-22 Maarten Brock <sourceforge.brock AT dse.nl>
1352
1353         * src/SDCCast.c (decorateType): fixed bug 1124787
1354
1355 2005-02-20 Hubert Sack <sack AT digiplan.de>
1356         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1357
1358         * src/mcs51/peeph.def: added peepholes 3.h-k and 132.a-f from
1359         patch #1121755
1360
1361 2005-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1362
1363         * src/SDCCpeeph.def: new keyword "labelRefCountChange" which allows peepholes
1364         to keep the correct label reference count when adding/removing references
1365         to labels. A peephole file using this is appended to patch #1144962.
1366
1367 2005-02-14 Raphael Neider <rneider AT web.de>
1368
1369         * device/lib/pic16/libc/string/memccpy.c: changed 3rd argument to char
1370         * src/SDCC.lex (process_pragma): fixed to make disable_warning work for PIC16
1371         * src/pic16/gen.c (aopForSym, calls to pic16_aopOp): prevent unneccessary
1372           retrievals of result operand's value on assignment
1373
1374 2005-02-13 Vangelis Rokas <vrokas AT otenet.gr>
1375
1376         * device/include/pic16/string.h: modified prototype for memccpy()
1377         to memccpy(void *, void *, char, size_t)
1378         * src/pic16/gen.c (genFunction, genEndFunction): reenable if-case to
1379         check whether to omit frame pointer or not,
1380         * (genInline): convert all occurences of "\n" to LF in inline
1381         assembler blocks, this helps formatting the inline text,
1382         * (pic16_loadFSR0): modified prototype,
1383         * (genNearPointerGet, genNearPointerSet): reorganization of code,
1384         removed some 8051 legacy code,
1385         * (genPackBits): enabled handling bitfields exceeding one byte in size,
1386         * src/pic16/ralloc.c (pic16_assignRegisters): clear dynrIdx variable
1387         before allocating temporary registers in functions,
1388
1389 2005-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
1390
1391         * support/regression/tests/bitvars.c: corrected the "fix"
1392
1393 2005-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
1394
1395         * support/regression/tests/bitvars.c,
1396         * support/regression/tests/bitwise.c,
1397         * support/regression/tests/rotate.c: "fixed" problems on Alpha
1398
1399 2005-02-10 Raphael Neider <rneider AT web.de>
1400
1401         * src/pic16/pcode.c (assignToSameBank) : fixed cast to pointer of
1402           different size for Alpha
1403         * src/pic16/gen.c (genCmpEq) : improved compare with 0
1404
1405 2005-02-09 Raphael Neider <rneider AT web.de>
1406
1407         * src/SDCC.lex(doPragma) : save and restore warning options as well
1408           (also added new stack plus clone- and copyAndFreeSDCCERRG())
1409         * have #pragma less_pedantic set the errorlevel to WARNING
1410           (fixes #1117001)
1411         * (cloneOptimize) : fixed wrong malloc's size
1412         * support/Util/SDCCerr.[ch] : made SDCCERRG globally accessible to
1413           facilitate correct handling of #pragma (save|restore)
1414
1415 2005-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
1416
1417         * src/mcs51/gen.c: removed non-standard C nameless struct/union
1418
1419 2005-02-04 Slade Rich <slade_rich AT users.sourceforge.net>
1420
1421         * src/pic/gen.c : Fix for bugs #1080519 & #1115662.
1422
1423 2005-02-03 Maarten Brock <sourceforge.brock AT dse.nl>
1424
1425         * device/include/mcs51/c8051f120.h: added declarations for sbit port 2,3&4
1426
1427 2005-02-02 Raphael Neider <rneider AT web.de>
1428
1429         * src/SDCCast.c (processParms): disabled W_NONRENT_ARGS for pic16 port
1430         * src/pic16/gen.c (aopForSym): reenabled special case for function pointers
1431         * (pic16_storeForReturn): fixed to allow returning function pointers
1432         * (genPackBits): improved accessing full bytes, implemented for GPOINTERs
1433         * device/include/pic16/{stddef.h,stdbool.h}: added
1434
1435 2005-02-02 Maarten Brock <sourceforge.brock AT dse.nl>
1436
1437         * device/include/mcs51/c8051f040.h: added define CPT2_PAGE
1438
1439 2005-02-01 Slade Rich <slade_rich AT users.sourceforge.net>
1440
1441         * src/pic16/pic16.dsp : Added file graph.c to make it compile under windows
1442         * src/pic16/Makefile.bcc : Do not use this file but added file graph.c as it
1443          appeared to be required
1444
1445 2005-01-31 Borut Razem <borut.razem AT siol.net>
1446
1447         * support/scripts/sdcc.nsi: added include/asm/ds390, include/asm/mcs51,
1448           include/mcs51 and include/z80 directories to the package
1449
1450 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1451
1452         * src/hc08/gen.c (genFunction): fixed bug #1112752
1453
1454 2005-01-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1455
1456         * src/mcs51/peeph.def: adapted peephole 258.x to changed gen.c (genAnd)
1457
1458 2005-01-29 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1459
1460         * src/mcs51/gen.c (genAnd): accessing LSB/MSB by rotating acc
1461
1462 2005-01-29 Maarten Brock <sourceforge.brock AT dse.nl>
1463
1464         * device/include/Makefile.in: create/copy mcs51 and z80 include subdirs
1465
1466 2005-01-27 Maarten Brock <sourceforge.brock AT dse.nl>
1467
1468         * device/include/c8051fxxx.h: removed these 6 files
1469         * device/include/mcs51/c8051fxxx.h: added these 11 new files
1470
1471 2005-01-26 Raphael Neider <rneider AT web.de>
1472
1473         * src/pic16/gen.c (genAssign): fixed assignment from longs
1474           in codespace (were cut to three bytes)
1475         * (genDummyRead): implemented (except for CODESPACE...),
1476           fixed bug #1108575
1477         * src/pic16/glue.c (emitStatistics): beautified
1478         * device/lib/pic16/libm/Makefile: added include path
1479
1480 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1481
1482         * src/z80/gen.c (aopPut): fixed bug #1103902
1483
1484 2005-01-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1485
1486         * device/lib/expf.c: fixed bug #1095792
1487
1488 2005-01-24 Vangelis Rokas <vrokas AT otenet.gr>
1489
1490         * device/lib/pic16/libm: added Math library sources
1491
1492 2005-01-24 Raphael Neider <rneider AT web.de>
1493
1494         * src/pic16/pcode.h: added second memory operand to pCodeOpReg
1495           to enable upcast to pCodeOpReg2 (there is no type tag to
1496           differenciate the two and pic16_popGet2p cast into PCOR2)
1497         * src/pic16/main.c (_process_pragma): fixed another malloc bug
1498           (sizeof(sectNames) changed to sizeof(sectName))
1499           Both patches fix segfaults under MinGW.
1500
1501 2005-01-23 Raphael Neider <rneider AT web.de>
1502
1503         * src/pic16/{device.c,pcode.c}: s/free/Safe_free/g for
1504           Safe_[mc]?alloc()'ed variables
1505         * src/pic16/gen.c (pic16_aopOp,pic16_popGet): added handling
1506           of (byte sized) temporaries (assign them to WREG for now)
1507         * src/pic16/main.c (_process_pragma): fixed nasty malloc bug
1508           (used sizeof(set *sectSyms) instead of sizeof(struct sectSym)),
1509           this might fix SIGSEGVs on MinGW...
1510         * src/SDCCopt.c (killDeadCode): restored original behaviour
1511           (volatile operands might get thrown away though)
1512
1513 2005-01-23 Vangelis Rokas <vrokas AT otenet.gr>
1514
1515         * src/pic16/gen.c: fixed bug #1106975,
1516         * src/pic16/gen.c: fixed possible bug #1102572, now during TOS
1517         pointer update, INTCON is saved, global interrupts are disabled and
1518         restored after updateing TOS.
1519         * src/SDCC.y, src/SDCC.lex, src/SDCCsymt.c, src/SDCCsymt.h:
1520         * added function attribute 'shadowregs' to take advantage of shadow
1521         registers,
1522         * added function attribute 'wparam' as an alternative to the wparam
1523         pragma,
1524         * support/Utils/SDCCerr.[ch]: added error E_SHADOWREGS_NO_ISR when
1525         user declares a non-ISR function as 'shadowregs',
1526         * doc/sdccman.lyx: updated to reflect recent changes of pic16 port
1527
1528 2005-01-22 Vangelis Rokas <vrokas AT otenet.gr>
1529
1530         * .version: bumped version number to 2.4.8
1531         * device/lib/pic16/pics.all: list of PIC18F devices supported by
1532         pic16 port,
1533         * device/lib/pic16/libio/i2c/: I2C module support library,
1534         * device/include/pic16/i2c.h: I2C support library header,
1535         * device/lib/pic16/libc/stdio/: standard IO support sources,
1536         * (printf_small.c): printf_small() source, supports float print,
1537         * (printf_tiny.c): printf_tiny() source, does not support floats,
1538         * device/lib/pic16/Makefile.common.in: added OPT_FLAGS macro to
1539         enable global optimizations for entire library source, other
1540         Makefiles in the source tree are also modified to reflect this,
1541         * device/lib/pic16/libc/stdlib/putchar.c (putchar): dummy putchar()
1542         function,
1543         * doc/sdccman.lyx: updated to reflect new changes,
1544         * src/pic16/gen.c (aopForSym): don't handle sym->iaccess in
1545         sym->onStack if-case,
1546         * src/pic16/main.c (_pic16_keywords): commented out keywords bit,
1547         sbit, idata, _idata, xdata, _xdata,
1548         * added pragma library, to link an external library, (see doc),
1549         * removed command line options, --pomit-config-words, --pomit-ivt,
1550         --pleave-reset-vector,
1551         * (pic16_finaliseOptions): when define macro SDCC_MODEL_{SMALL/LARGE}
1552         when calling assembler to reflect memory model used, also define
1553         macro STACK_MODEL_{SMALL/LARGE} when compiling and assembling to
1554         reflect stack model used,
1555         * src/pic16/ralloc.c (pic16_allocDirReg): when operand is allocated
1556         on stack return NULL,
1557
1558 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
1559
1560         * src/SDCCopt.c (killDeadCode): do not throw iCodes away if one
1561           of the operands is volatile. Fixes #1020220
1562
1563 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
1564
1565         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): reenabled optimization
1566         * (OptimizeRegUsage): make sure that there is really no other flow where
1567           the first pCode is used
1568
1569 2005-01-22 Raphael Neider <rneider AT web.de>
1570
1571         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): disabled optimization
1572           to fix #1106967 (pCode->seq are not set up correctly)
1573
1574 2005-01-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1575
1576         * src/SDCCglue.c (glue): make sure code area is declared before the
1577         static initialization area.
1578
1579 2005-01-21 Raphael Neider <rneider AT web.de>
1580
1581         * device/lib/Makefile.in: fixed test for pic16 install dir
1582         * device/lib/pic16/*/Makefile*: modified compile flags to enable
1583           optimizations
1584         * doc/sdccman.lyx: updated banksel optimization, removed --flr-support and
1585           added --optimize-goto compiler switch and pragma wparam documentation
1586         * src/pic16/pcode.c (pic16_OptimizeBanksel): removed statistics dump
1587         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed copying of WREG, PRODL
1588           and PRODH closing bug #1071770 (peephole optimizer)
1589
1590 2005-01-19 Raphael Neider <rneider AT web.de>
1591
1592         * src/SDCCglobl.h: ensure that PATH_MAX >= 2048 to guarantee
1593           cmdLine buffers (used when calling sdcpp...) are large enough
1594           (MAX_PATH=256 truncates arguments leading to system halts when
1595           used in MinGW...)
1596         * src/pic16/gen.c (pic16_sameRegs): relaxed size criterion
1597         * (genUminus): rewritten to for efficiency
1598         * (genNearPointer[GS]et): enforce reloading of FSR0 (was still
1599           used uninitialized in some cases)
1600         * (genCast): upcasting a 16bit int to a 24bit GPOINTER may not
1601           copy the third byte from the int -- now assumes 0x80 (data memory)
1602         * src/pic16/genarith.c (pic16_genPlus): fixed bug when swapping
1603           operands (genAddLit expects the iCode's operands to swapped as
1604           well), fixed leftover bytes (crashed for short left operands)
1605         * (pic16_genMinusDec): performance improvements, removed false
1606           PIC14 emitSKPNCs
1607         * (pic16_genMinus): fixed to cope with differently sized operands
1608         * src/pic16/glue.c (pic16_glue): added new banksel optimization
1609           for --obanksel > 1
1610         * src/pic16/pcode.c: implemented (first phase of) banksel optimization
1611         * src/pic16/graph.[ch]: implementation of directed graphs, used by
1612           new banksel optimization
1613         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): prevented
1614           analysis for temporary registers (segfaults...)
1615         * src/pic16/peeph.def: added rule
1616
1617 2005-01-18 Vangelis Rokas <vrokas AT otenet.gr>
1618
1619         * device/lib/pic16/libc/stdlib/x_ftoa.c: it defines x_ftoa function
1620         which converts a float number to its ASCII representation
1621         * device/lib/pic16/libc/utils/cnvfrac.S,cnvint.S: support
1622         functions to convert the fractional and integer part of a float to ASCII,
1623         * device/lib/pic16/libc/stdlib/(calloc.c,free.c, malloc.c,
1624         realloc.c): added _MALLOC_SPEC to explicit place variables in data
1625         ram
1626         * device/include/asm/pic16/features.h: added _CODE, _DATA, _AUTOMEM,
1627         _STATMEM macros,
1628         * device/include/pic16/adc.h: added GPL info,
1629         * src/pic16/gen.c (genIfxpCOpJump): perform an genIfxJump but using
1630         a pCodeOp as tested operand,
1631         * (genNearPointerGet): optimized bit testing, does not use
1632         intermediate register for bit value, test directly instead with
1633         BTFSS, BTFSC, works only for single bits,
1634         * (genpic16Code): dump the name of the iCode in the asm,
1635         * src/pic16/ralloc.c (decodeOp): removed static declaration and
1636         renamed to pic16_decodeOp,
1637         * (serialRegAssign): do not allocate a temporary register for iCode
1638         sequences that test a single bit for 1/0
1639
1640 2005-01-12 Vangelis Rokas <vrokas AT otenet.gr>
1641
1642         * src/pic16/pcode.[ch]: introduced pic16_stackpnt_*,
1643         pic16_framepnt_*, pic16_stack_*, pic1_frame_* pointer variables to
1644         access stack and frame pointers. They are initially assigned to
1645         point at pic16_pc_fsr1[lh] and pic16_pc_fsr2[lh] variables and other
1646         accessing SFRs. Updated all occurences of modification of stack or
1647         frame pointer in gen.c and pcode.c,
1648         * src/pic16/ralloc.c (serialRegAssign): fixed two bugs with
1649         assigning of a literal value to pointers,
1650         * src/pic16/main.c (pic16_finiliseOptions): set pre-processor define
1651         flag STACK_MODEL_SMALL or STACK_MODEL_LARGE according to the model
1652         selected
1653
1654 2005-01-11 Vangelis Rokas <vrokas AT otenet.gr>
1655
1656         * doc/sdccman.lyx: update documentation about stack pragma, added
1657         some info for stack memory models
1658
1659 2005-01-08 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1660
1661         * src/pic16/gen.c (DEBUGpc): MSVC 6 does not support macro variable arguments
1662
1663 2005-01-08 Raphael Neider <rneider AT web.de>
1664
1665         * src/pic16/device.c (pic16_dump_usection): changed naming scheme for
1666           udata sections to fix bug #1097823
1667
1668 2005-01-05 Raphael Neider <rneider AT web.de>
1669
1670         * src/pic16/gen.c (genGenericShift): added handling of differently
1671           sized left operand and result
1672
1673 2005-01-04 Raphael Neider <rneider AT web.de>
1674
1675         * src/pic16/gen.c (genIfxJump): fixed inverted skips on CARRY
1676         * (genIfx): fixed (?) read from uninitialized SPIL_LOC (now assumes CARRY
1677           to hold the condition bit)
1678         * added new version of genCmp (old code available via #define)
1679         * added new version of genShiftLeft/genShiftRight in a generic
1680           way, now supports shifting by negative values
1681         * (genLeftShiftLiteral, genRightShiftLiteral): use absolute value of
1682           shiftCount (expected by genGenericShift)
1683         * src/pic16/genarith.c (genPlus): added code for adding CARRY+literal
1684         * src/pic16/pcode.c (pic16_OptimizeJumps): removed annoying statistics
1685           dump
1686         * (pic16_newpCodeOpLit): changed to cast to unsigned char (as e.g. -32766
1687           is an invalid literal too...)
1688
1689 2005-01-04 Vangelis Rokas <vrokas AT otenet.gr>
1690
1691         * src/pic16/gen.c (aopForSym, genEndFunction): applied some fixes
1692         from Raphael Neider,
1693         * src/pic16/pcode.c (pic16_newpCodeOpLit): removed casting to char
1694         for 8-bit literals. This fixes some literal operands which are sign
1695         extended to 16-bits ints when instruction needs only 8-bits.
1696
1697 2004-12-31 Paul Stoffregen <paul AT pjrc.com>
1698
1699         * device/lib/logf.c: added mcs51 assembly version
1700         * device/lib/expf.c: added mcs51 assembly version
1701         * device/lib/_logexpf.c: new shared asm code for expf and logf
1702         * device/include/math.h: add defines for assembly math library
1703         * device/lib/Makefile.in: build new _logexpf.c
1704         * device/lib/libfloat.lib: use new _logexpf.c
1705
1706 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
1707
1708         * src/pic/device.c
1709         * src/pic/pcode.c : adjusted internal stack and pre-allocated registers for
1710           device types which have less than 0x7f registers.
1711
1712 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
1713
1714         * src/pic/genarith.c : Fixed problem with subtraction where the result would not be updated when borrowing.
1715
1716 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
1717
1718         * device/lib/printf_fast.c: only build on supported arch.
1719         * device/lib/printf_tiny.c: only build on supported arch.
1720         * device/lib/printf_fast_f.c: only build if asm float lib
1721         * device/lib/_fsget1arg.c: only build if asm float lib
1722         * device/lib/_fsget2args.c: only build if asm float lib
1723         * device/lib/_fsnormalize.c: only build if asm float lib
1724         * device/lib/_fsreturnval.c: only build if asm float lib
1725         * device/lib/_fsrshift.c: only build if asm float lib
1726         * device/lib/_fsswapargs.c: only build if asm float lib
1727         * device/include/stdio.h: don't provide print_fast,
1728           print_fast_f, print_tiny prototypes if --xstack used
1729
1730 2004-12-28 Maarten Brock <sourceforge.brock AT dse.nl>
1731
1732         * device/lib/sincosf.c (sincosf): don't invert bit/bool by ~
1733         * support/regression/ports/mcs51-stack-auto/spec.mk: added new _fs.. files
1734           to the SOURCES
1735
1736 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
1737
1738         * device/lib/printf_fast_f.c: same as printf_fast, but
1739           with floating point enabled
1740         * device/lib/printf_fast.c: minor tweaks
1741         * device/include/stdio.h: add printf_fast_f
1742
1743 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
1744
1745         * src/SDCCmain.c: make --float-reent default for mcs51
1746         * device/lib/_fsadd.c: added mcs51 assembly version
1747         * device/lib/_fssub.c: added mcs51 assembly version
1748         * device/lib/_fsmul.c: added mcs51 assembly version
1749         * device/lib/_fsdiv.c: added mcs51 assembly version
1750         * device/lib/_fseq.c: added mcs51 assembly version
1751         * device/lib/_fsneq.c: added mcs51 assembly version
1752         * device/lib/_fsgt.c: added mcs51 assembly version
1753         * device/lib/_fslt.c: added mcs51 assembly version
1754         * device/lib/_fscmp.c: shared code for fseq,fsgt,fslt,fsneq
1755         * device/lib/Makefile.in: add _fscmp to build
1756         * device/lib/libfloat.lib: add _fscmp to build
1757
1758 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
1759
1760         * device/lib/_fs2slong.c: added mcs51 assembly version
1761         * device/lib/_fs2sint.c: added mcs51 assembly version
1762         * device/lib/_fs2schar.c: added mcs51 assembly version
1763         * device/lib/_fs2ulong.c: added mcs51 assembly version
1764         * device/lib/_fs2uint.c: added mcs51 assembly version
1765         * device/lib/_fs2uchar.c: added mcs51 assembly version
1766         * device/lib/_slong2fs.c: added mcs51 assembly version
1767         * device/lib/_sint2fs.c: added mcs51 assembly version
1768         * device/lib/_schar2fs.c: added mcs51 assembly version
1769         * device/lib/_ulong2fs.c: added mcs51 assembly version
1770         * device/lib/_uint2fs.c: added mcs51 assembly version
1771         * device/lib/_uchar2fs.c: added mcs51 assembly version
1772         * device/include/float.h: added #define to select asm vs c
1773
1774 2004-12-26 Paul Stoffregen <paul AT pjrc.com>
1775
1776         * device/lib/printf_fast.c: improvements to float output
1777         * device/include/float.h: add defines for assembly float library
1778         * device/lib/_fsget1arg.c: receive 1 float arg
1779         * device/lib/_fsget2args.c: receive 2 float args (reentrant)
1780         * device/lib/_fsnormalize.c: normalize a float
1781         * device/lib/_fsreturnval.c: return float, various helper routines
1782         * device/lib/_fsrshift.c: right shift a float's mantissa
1783         * device/lib/_fsswapargs.c: swap 2 floats
1784         * device/lib/Makefile.in: build these 6 new files for mcs51
1785         * device/lib/libfloat.lib: add these 6 files to the library
1786
1787 2004-12-26 Borut Razem <borut.razem AT siol.net>
1788
1789         * sim/ucsim/avr.src/arith_inst.cc: fixed bug #1088372- savr is not
1790           built by gcc 3.4.2
1791
1792 2004-12-25 Paul Stoffregen <paul AT pjrc.com>
1793
1794         * device/lib/printf_tiny.c: printf for mcs51 in only 267 bytes,
1795           and fully reentrant and register bank neutral.
1796         * device/lib/printf_fast.c: added float (not enabled by default),
1797           added compact/slower integer (also not enabled by default),
1798           improved size/speed of fast integer code, other minor changes
1799         * device/include/stdio.h, device/lib/Makefile.in,
1800           device/lib/libsdcc.lib: integrate printf_tiny into mcs51 build
1801
1802 2004-12-24 Maarten Brock <sourceforge.brock AT dse.nl>
1803
1804         * src/pic16/pcode.c: declaring variables other than at the start of a
1805           block is not supported in C by VC6.
1806
1807 2004-12-22 Vangelis Rokas <vrokas AT otenet.gr>
1808
1809         * applied a previous patch from Raphael Neider that wasn't included
1810         in the previous commits, which fixes infinite loops within jumptable
1811         improvements,
1812         * made some fixes that previous patches introduced
1813
1814 2004-12-21 Vangelis Rokas <vrokas AT otenet.gr>
1815
1816         * src/pic16/gen.c (pic16_aopGet): applied fix from Raphael Neider
1817         that fixes an issue with AOP_PCODE asmop's offset,
1818         * (pic16_popCopyReg): update instance field too,
1819         * (mov2w): modified to pic16_mov2w because it conflicts with mov2w
1820         function of pic port,
1821         * (genCmp, genAnd, genAssign),
1822         * src/pic16/genarith.c (genAddLit): some fixes from Raphael Neider,
1823
1824 2004-12-20 Vangelis Rokas <vrokas AT otenet.gr>
1825
1826         * src/SDCCast.c (gatherAutoInit): allow pic16 to emit static
1827         variables initial values to idata section,
1828         * src/SDCCicode.c (geniCodeCall): patch from ### to fix unreferenced
1829         variables in some functions. This utilizes parmBytes field of iCode
1830         structure to hold the offset of the variable in stack. (might be
1831         able to use the stack field too?)
1832         * applied patch from Raphael Neider # ### , # ###
1833         * src/pic16/glue.c (pic16emitRegularMap): fix to print static
1834         variable initial values in idata section,
1835         * src/pic16/ralloc.c (pic16_allocDirReg): don't allocate register
1836         for static variables with initial value
1837         * src/device/lib/pic16/libsdcc/float/ulong2fs.c (__ulong2fs):
1838         applied fix in while loop from Raphael Neider.
1839
1840 2004-12-19 Maarten Brock <sourceforge.brock AT dse.nl>
1841
1842         * src/ds390/gen.c (genCpl): fixed bit=~(char/bit) bugs, added warning
1843         * src/ds390/main.c (_ds390_regparm): don't pass bit params in registers
1844         * src/ds390/ralloc.c (serialRegAssign): spill bits
1845         * src/mcs51/gen.c (genCpl): fixed bit=~(char) bugs, added warning
1846         * support/Util/SDCCerr.c,
1847         * support/Util/SDCCerr.h: added warning W_COMPLEMENT for using bit=~(bit)
1848         * support/regression/tests/bitvars.c: added tests for bitwise complement(~)
1849         * support/regression/tests/bitwise.c: added test for bitwise complement(~)
1850
1851 2004-12-09 Maarten Brock <sourceforge.brock AT dse.nl>
1852
1853         * device/include/sdcc-lib.h: inserted LGPL, added includes
1854           asm/ds390/features.h and asm/mcs51/features.h
1855         * device/include/asm/default/features.h,
1856         * device/include/asm/gbz80/features.h,
1857         * device/include/asm/z80/features.h: added empty _AUTOMEM
1858           and _STATMEM
1859         * device/include/asm/ds390/features.h,
1860         * device/include/asm/mcs51/features.h: added files with defines for
1861           _AUTOMEM and _STATMEM indicating automatic and static storage class
1862         * device/lib/printf_large.c (_print_format): optimized & used _AUTOMEM
1863         * doc/sdccman.lyx: version 2.4.7, updated xstack documentation
1864         * src/SDCCicode.c (geniCodeCast),
1865         * src/SDCCsymt.c (compareType): allow cast of data-ptr to idata-ptr
1866         * src/SDCCloop.c (loopInduction): removed unused variable lr
1867         * src/SDCCopt.c (convilong, convertToFcall): moved "easy special case"
1868           to convertToFcall to include char modulo (RFE 1065037), added check
1869           if left operand is unsigned and use abs of literal value
1870         * src/SDCCpeeph.c (setFromConditionArgs): removed double quotes option
1871           as it doesn't work after conversion from peephole.def to peephole.rul
1872         * src/mcs51/gen.c (toBoolean): added check for size,
1873           (genModOneByte): optimized code for signed char modulo a literal
1874           power of 2 (thanks to Hubert Sack),
1875           (genRRC): removed unnecessary "clr c",
1876           (genRLC): replaced "add a,acc" with cheaper "rlc a"
1877         * src/mcs51/peeph.def: renamed 115 to 115.a, added rule 115.b: another
1878           jump optimization,
1879           swapped rules 256.c and 256.d,
1880           extended 256.d by using new multiple checks (thanks Erik),
1881           added rules 256.e and 256.f,
1882           updated rule 261.a and 261.b to new generated code
1883         * support/regression/tests/muldiv.c: added test div/mod by a power of 2
1884
1885 2004-12-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1886
1887         * src/SDCCloop.c (basicInduction, loopInduction): fixed several
1888           induction related bugs, including first part of bug #1074377
1889
1890 2004-12-05 Vangelis Rokas <vrokas AT otenet.gr>
1891
1892         * applied patch from bug-report #1076292,
1893         * applied patches for genAnd and Goto-optimizations for Raphael
1894         Neider,
1895         * src/SDCCicode.c (printOperand): fixed !REGA source to compile and
1896         dump a less iCode information,
1897         * src/pic16/device.h (pic16_options_t): added field debgen,
1898         * src/pic16/gen.h: added macros DUMP_FUNCTION_ENTRY,
1899         DUMP_FUNCTION_EXIT, FENTRY, FENTRY2,
1900         * src/pic16/gen.c (my_powof2): renamed to pic16_my_powof2 and made
1901         puclic,
1902         * (various functions): added macros FENTRY and FENTRY2 to functions,
1903         to emit function prologue,
1904         * (various functions): fixed indentation,
1905         * (genNearPointerGet): fixed loading of FSR0,
1906         * (genPackBits): applied patch from Raphael Neider to fix updating
1907         of FSR0 and touching only the modified bits,
1908         * src/pic16/genarith.c (various functions): added macros FENTRY to
1909         emit function prologue in comments,
1910         * src/pic16/pcode.h: added functions debugf2, debugf3,
1911         * src/pic16/ralloc.c: partial fix for packForPush caused
1912         segmentation fault,
1913
1914 2004-12-04 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1915
1916         * src/mcs51/peeph.def: added 261.a,b (16 bit rotate) by Stas Sergeev
1917           <stsp AT users.sourceforge.net> with reversed byte order
1918         * support/regression/tests/rotate.c: added (ds390 skips some tests)
1919
1920 2004-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1921
1922         * src/z80/gen.c (genLeftShift, genRightShift): fixed second part of
1923           bug #1074377
1924         * src/hc08/gen.c (genrshFour, shiftRLong, shiftLLong),
1925         * src/mcs51/gen.c (shiftLLong): Fixed some shifting bugs Frieder found
1926
1927 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
1928
1929         * src/pic/pcode.c : fixed a problem where banksel was not being inserted.
1930
1931 2004-12-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1932
1933         * src/SDCCpeeph.c (callFuncByName): support combined peephole rule
1934           conditions,
1935           (setFromConditionArgs): friendly operand parser for peephole rules,
1936           (operandBaseName, operandsNotRelated): new peephole condition
1937           "operandsNotRelated" -- similar to "operandsNotSame", but takes
1938           architecture specific register naming into account, handles n-way
1939           comparisons, and supports quoted literals
1940         * src/mcs51/peeph.def: restored rule 177.d with an extra condition
1941
1942 2004-12-02 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1943
1944         * src/mcs51/peeph.def: fixed bug #1076940
1945
1946 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
1947
1948         * device/include/pic/pic16f877.h : added an include file for the PIC16F877 device.
1949
1950 2004-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1951
1952         Adding support for replacing ljmps with sjmps in jumptables
1953         generated for switch statements. For now you need to set the
1954         environment variable SDCC_SJMP_JUMPTABLE to enable this.
1955         Now 4 algorithms for mcs51 jumptable generation are used:
1956         ljmp or sjmp jumptables for up to 16 cases, stack-pushing target
1957         addresses loaded pc-relative for up to 112 cases and stack-pushing
1958         target addresses loaded with offset from dptr for up to 256 cases.
1959
1960         * src/SDCCpeeph.c: added peephole conditional labelJTInRange
1961         * src/mcs51/main.c: adapted constants for switch table generation
1962         * src/mcs51/peeph.def: added 260.x for replacing ljmp with sjmp
1963
1964 2004-11-26 Maarten Brock <sourceforge.brock AT dse.nl>
1965
1966         * device/lib/printf_large.c (_print_format): fixed bug 1073386
1967         * support/regression/tests/bug1057979.c: added test for bug 1073386
1968
1969 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
1970
1971         * src/pic16/pcode.c: fixed bug which may produce error in non-GNU
1972         compilers
1973
1974 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
1975
1976         * src/pic16/device.h,
1977         * src/pic16/genarith.c,
1978         * src/pic16/glue.c,
1979         * src/pic16/main.c,
1980         * src/pic16/pcode.c: applied patches #1068154 and #1070213
1981
1982 2004-11-24 Vangelis Rokas <vrokas AT otenet.gr>
1983
1984         Large cummulative patch for pic16 port.
1985         * device/lib/pic16/gstack.h: NEW, user can specify its own handler
1986         to call when a stack overflow occurs,
1987         * (malloc.h): added CVS Id tag,
1988         * (pic18f{242,252,442,452}.h): added T0CONbits structure and
1989         variable,
1990         * added libc directory. The current version of LibC contains string
1991         functions, ctype functions and macros and some functions of the
1992         stdlib set (like malloc/free/atof/atoi etc...). All functions are to
1993         be extensively tested in the future. Standard disclaimer here.
1994         Library is not automatically build yet. But one can build it by
1995         invoking 'make' inside the libc directory.
1996         * added ADC library under libio. Preliminary version yet.
1997
1998         * src/pic16/gen.h: added emitTOGC macro, to toggle Carry flag,
1999         * src/pic16/gen.c (aopForRemat): asmop size is filled by
2000         aopForRemat() now and not by pic16_aopOp(),
2001         * (pic16_popGetTempReg): removed warning messgae when allocating
2002         temporary registers, its a buggy feature and will be removed,
2003         * (pic16_popGet): set register instance field in AOP_CRY,
2004         * (pic16_outBitC): fixed for results in size greater than 1,
2005         * (genUminusFloat): fixed for pic16, ported code from mcs51,
2006         * (pic16_storeForReturn): optimized return of 0,
2007         * (genCmp): experimental code for new genCmp which uses PIC18's
2008         special compare&skip instructions. Initial tests fail some times
2009         with variables grater than 1 byte in size, so new code is disabled,
2010         * (genUnpackBits, genPackBits): more optimizations in reading/writing,
2011         a single bit,
2012         * (genCast): began a fix to optimize the casting of a bit to another
2013         bit, now assigning a bitfield to another bitfield will fail, sorry,
2014         * src/pic16/main.c: disabled the use of lr-support feature,
2015         * src/pic16/pcode.h: renamed PCASMDIR to PCAD,
2016         * added some function prototypes, added function _debugf prototype,
2017         * src/pic16/pcode.c: (pic16_get_op): fixed emitting operands of register
2018         bits with offset (case PO_GPR_BIT),
2019         * (genericPrint): don't emit INFO pcode when --pcode-verbose not in
2020         command line,
2021         * (isBankInstruction): modified to return 0 for no banking instruction,
2022         and 1 for banking instruction,
2023         * (pic16_isPCinFlow): check for PCAD (assembler directives) too,
2024         caused stop processing pCodes after a inline assembly block,
2025         * (pic16_popCopyGPR2Bit): updated to match bitfields with offset,
2026         * src/pic16/pcoderegs.c: fixed a bug with eliminating some temporary
2027         registers when it shouldn't,
2028         * src/pic16/ralloc.c (allocReg): add preliminary support for
2029         supporting a limited set of temporary registers,
2030
2031 2004-11-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2032
2033         * src/hc08/gen.c (genAssign, genPointerGetSetOfs, genDataPointerGet,
2034           genDataPointerSet): ensure assignments always copy in MSB to LSB
2035           order,
2036           (loadRegFromAop): recognize CLRH optimization,
2037           (genFunction): optimize RECEIVE iCodes in reentrant functions
2038
2039 2004-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2040
2041         * src/SDCCmain.c (parseCmdLine, optionsTable[]): fixed bug with
2042           --out-fmt-s19 turning into --out-fmt-elf if s19 was already
2043           selected.
2044         * src/SDCCmain.c (linkEdit): don't define SSEG for HC08
2045         * src/hc08/main.c (_hc08_setDefaultOptions): default xdata to be
2046           contiguous with data
2047
2048 2004-11-19 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2049
2050         * device/lib/_gptrget.c (_gptrget),
2051         * device/lib/_gptrgetc.c (_gptrgetc),
2052         * device/lib/_gptrput.c (_gptrput): _naked allows to use ret
2053           instead of sjmp to ret
2054         * src/mcs51/peeph.def: added peepholes 3.d-g and 177.g,h provided
2055           by Hubert Sack <hsack2002 AT arcor.de> in RFE #1067986, thanks
2056
2057 2004-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
2058
2059         * .version: bumped version to 2.4.7
2060         * device/lib/_gptrget.c (_gptrget): is now _naked
2061         * device/lib/_gptrgetc.c (_gptrgetc): is now _naked
2062         * device/lib/_gptrput.c (_gptrput): is now _naked
2063         * src/SDCCast.c (createBlock): removed ridiculous self-assignment,
2064           (createFunction): fixed xstack
2065         * src/SDCCglue.c (emitMaps): set allocation required for bit area
2066         * src/SDCCicode.c (geniCodeCast): don't change SPEC_OCLS for literal
2067           or bit either,
2068           (geniCodeCritical): store original interrupt state in an iTemp bit
2069           var unless stack-auto
2070         * src/SDCCicode.h: added CRITICAL and ENDCRITICAL to SKIP_IC2
2071         * src/SDCCmain.c (setIncludePath): added include/target to search path
2072         * src/SDCCmem.c (allocParms): store bit vars in bit space, not overlay
2073         * src/SDCCsymt.c (checkFunction): don't check regbank for isr's against
2074           prototype,
2075           (processFuncArgs): put bit vars in bit area
2076         * src/mcs51/gen.c (saveRegisters, unsaveRegisters, genXpush, saveRBank,
2077           unsaveRBank): fixed xstack,
2078           (genFunction): bugfix: replaced (global!) reentrant with fReentrant,
2079           (genFunction, genEndFunction): fixed xstack,
2080           (genAssign): optimization don't walk backwards through mem
2081         * src/mcs51/main.c (_mcs51_regparm): don't pass bit params in registers
2082         * src/mcs51/ralloc.c (createStackSpil): spill bits to bit area
2083         * support/regression/Makefile: also make library (for stack-auto) when
2084           making "all" and added "test-mcs51-xstack-auto"
2085         * support/regression/fwk/lib/testfwk.c: added T2_isr prototype for mcs51
2086         * support/regression/ports/mcs51/T2_isr.c: added this file as a stub
2087         * support/regression/ports/mcs51/fwk.lib: added to link T2_isr stub
2088         * support/regression/ports/mcs51/spec.mk: added rules for fwk.lib
2089         * support/regression/ports/mcs51-stack-auto/spec.mk: replaced
2090           make-library by MAKE_LIBRARY
2091         * support/regression/ports/mcs51-xstack-auto/spec.mk: file added to run
2092           regression tests for xstack
2093         * support/regression/tests/bitvars.c: test for bit vars (bug 938782)
2094         * support/regression/tests/critical.c: test for critical on mcs51
2095
2096 2004-11-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2097
2098         * support/regression/ports/ucz80/spec.mk: use include and lib files from
2099           built version of sdcc instead of installed version
2100
2101 2004-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
2102
2103         * src/mcs51/gen.c (toBoolean): fixed bug 1065458
2104         * device/lib/Makefile.in: z80 uses printf_large.c, sprintf.c and
2105           vprintf.c now
2106         * device/lib/printf_large.c (calculate_digit): fixed bug 1057979
2107         * device/lib/z80/Makefile: don't use printf.c as it fails bug 1057979
2108           WARNING: remove device/lib/build/z80/printf.o by hand when
2109           updating from previous build!
2110         * device/lib/z80/printf.c: updated comment
2111         * support/regression/tests/bug1057979.c: test all ports now
2112         * support/regression/tests/bug1065458.c: file added
2113
2114 2004-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2115
2116         * src/z80/gen.c (genFunction, genEndFunction): avoided generating
2117           *_start and *_end symbols for static functions
2118
2119 2004-11-11 Maarten Brock <sourceforge.brock AT dse.nl>
2120
2121         * src/SDCCmain.c (linkEdit): don't suppress crt0 if --nostdlib is used
2122           and search crt0.o in all library paths,
2123           (setIncludePath): proper handling of --nostdinc,
2124           (setLibPath): proper handling of --nostdlib
2125         * support/regression/Makefile,
2126         * support/regression/ports/ds390/spec.mk,
2127         * support/regression/ports/gbz80/spec.mk,
2128         * support/regression/ports/hc08/spec.mk,
2129         * support/regression/ports/mcs51/spec.mk,
2130         * support/regression/ports/mcs51-large/spec.mk,
2131         * support/regression/ports/mcs51-stack-auto/spec.mk,
2132         * support/regression/ports/z80/spec.mk: use include and lib files from
2133           built version of sdcc instead of installed version
2134         * doc/sdccman.lyx: fixed typo in --nostdinc
2135
2136 2004-11-10 Slade Rich <slade_rich AT users.sourceforge.net>
2137
2138         * src/pic/pcode.c,
2139         * src/pic/device.c,
2140         * src/pic/ralloc.c,
2141         * src/pic/gen.c : added support to generate code for struct bit fields.
2142
2143 2004-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
2144
2145         * as/xa51/xa_version.h,
2146         * device/include/errno.h,
2147         * device/include/regc515c.h,
2148         * device/lib/_itoa.c,
2149         * device/lib/_ltoa.c,
2150         * device/lib/ser_ir_cts_rts.c,
2151         * sim/ucsim/xa.src/glob.cc,
2152         * sim/ucsim/xa.src/inst_gen.cc,
2153         * sim/ucsim/xa.src/xa_bit.cc,
2154         * sim/ucsim/xa.src/xa_sfr.cc,
2155         * sim/ucsim/z80.src/inst_dd.cc,
2156         * sim/ucsim/z80.src/inst_fdcb.cc,
2157         * support/scripts/keil2sdcc.pl,
2158         * src/pic16/pic16.dsp,
2159         * src/pic16/pic16a.dsp: corrected cvs line endings
2160         * device/lib/printf_large.c: fixed bug 1057979
2161         * src/pic16/gen.c: fixed non-C standard code
2162         * src/SDCCmain.c: made --pack-iram default, added --no-pack-iram
2163         * src/SDCCglobl.h: changed pack_iram to no_pack_iram
2164         * support/regression/ports/mcs51/support.c: reload T1 asap
2165         * doc/sdccman.lyx: updated for options --pack-iram and --no-pack-iram,
2166           pdata use and clear idata startup behaviour
2167         * support/regression/tests/bug1057979.c: added
2168
2169 2004-11-04 Maarten Brock <sourceforge.brock AT dse.nl>
2170
2171         * device/examples/ds390/ow390/ad26.h,
2172         * device/examples/ds390/ow390/cnt1d.h,
2173         * device/examples/ds390/ow390/crcutil.c,
2174         * device/examples/ds390/ow390/ownet.h,
2175         * device/examples/ds390/ow390/owsesu.c,
2176         * device/examples/ds390/ow390/swt12.h,
2177         * device/examples/ds390/ow390/swtoper.c,
2178         * device/examples/ds390/ow390/temp10.h,
2179         * device/examples/ds390/ow390/thermodl.c,
2180         * device/examples/ds390/tinitalk/tinitalk.dsp,
2181         * device/examples/ds390/tinitalk/tinitalk.dsw,
2182         * device/examples/mcs51/clock/hw.h,
2183         * device/examples/mcs51/simple2/go.bat,
2184         * device/examples/serialcomm/windows/serial.h,
2185         * device/examples/xa51/dummy.c,
2186         * device/examples/xa51/hello.c,
2187         * device/include/80c51xa.h,
2188         * device/include/at89x051.h: corrected cvs line endings
2189
2190 2004-11-04 Vangelis Rokas <vrokas AT otenet.gr>
2191
2192         * src/pic16/main.c (options): added command line --gstack, to trace
2193         stack over/under flows,
2194         * added pragma 'wparam' to allow passing first byte of function
2195         parameters via WREG, syntax is #pragma wparam my_function[, func2...]
2196         * src/pic16/gen.c (pic16_testStackOverflow): function which emits a
2197         call to __gstack_test function and sets up the symbol as extern,
2198         * (pic16_pushpCodeOp, pic16_poppCodeOp, pushw, pushaop, popaopidx,
2199         * popaop): added call to pic16_testStackOverflow,
2200         * (wParamCmp, inWparamList): NEW, test existence of a symbol in
2201         wparamList list,
2202         * (genCall, genPcall): now all parameters are passed via stack
2203         except in functions that are pass to wparam pragma in which WREG is
2204         used too,
2205         * (genPcall): REENTRANT flag is checked to see if variable prototype
2206         contains reentrant keyword, don't call a non-reentrant function, via
2207         a reentrant function pointer or vice versa, functions are never
2208         passed via WREG,
2209         * (genJumpTab): applied patch from bug #1057478 by R.Neider and
2210         D.Winkler,
2211         * src/pic16/glue.c (pic16emitRegularMap): fixed bug which caused a
2212         SIGSEGV when accessing a NULL register stucture,
2213         * (pic16_printGPointerType): modified to handle UPPER modifier for
2214         function initializers, changed prototype of function to simpler one,
2215         * (pic16_printIvalFuncPtr): check to see if function is already
2216         added in externs list,
2217         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): fixed bug which
2218         optimized a move from W to SFR with a move to the same register
2219         later after a CALL,
2220         * device/lib/pic16/debug: NEW directory, contains debug features
2221         which are enabled when linking with libdebug.lib, currently command
2222         line option --gstack enables stack pointer tracing for over/under
2223         flow, corresponding sources are in debug/gstack
2224
2225 2004-10-30 Vangelis Rokas <vrokas AT otenet.gr>
2226
2227         * doc/sdccman.lyx: updated SDCC version,
2228         * (PIC16 port): update list of command line options,
2229         * src/pic16/device.h (structure pic16_options_t): added field gstack
2230         to enable stack overflow tracing on push/pops,
2231         * src/pic16/device.c (statistics structure): added statistics
2232         structure,
2233         * (pic16_dump_access, pic16_dump_usection, pic16_dump_gsection,
2234         pic16_dump_int_registers): increase statistics counters for each
2235         * variable which is encountered
2236         * (pic16_dump_usection): emit each .udata variable to its own udata
2237         section,
2238         * src/pic16/gen.c (assignResultValue, genCall, genPcall, genFunction):
2239         when macro USE_WREG_IN_FUNC_PARAMS is set to 0 pass all function
2240         parameters via stack, otherwise use old scheme,
2241         * src/pic16/glue.c (pic16_emitStatistics): dump statistics in
2242         assembler output file,
2243         * src/pic16/main.c: added command line options --gstack to enable
2244         push/pop tracing for stack overflow,
2245         * src/pic16/pcode.c (all pCodeInstruction records for PIC18F
2246         instructions): added size of each instruction,
2247         * (pic16_countInstruction): estimate size of instructions in
2248         the_pFile list, inline assembly blocks are not counted,
2249         * (pic16_FixRegisterBanking): trace previous register usage, when
2250         banksel optimizations is greater than 0, don't emit a redudant
2251         banksel directive,
2252
2253 2004-10-26 Slade Rich <slade_rich AT users.sourceforge.net>
2254
2255         * src/pic/ralloc.c : fixed inefficient code produced when compiling a complimented bit operation.
2256         * src/pic16/ralloc.c : applied same fix for pic16.
2257         * src/pic/gen.c : tidied it up a little.
2258
2259 2004-10-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2260
2261         * src/mcs51/peeph.def: disabled 259.a,b for removing redundant ret,
2262         thanks to Martin Helmling for reporting (mail on sdcc-devel 2004-10-25)
2263
2264 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2265
2266         * src/SDCCast.c (reverseParms): fixed bug #1040577 (part 2)
2267
2268 2004-10-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2269
2270         * device/lib/ser_ir_cts_rts.c: integer promotion caused a call to the
2271         non-reentrant function __modsint in the interrupt function (thus
2272         corrupting math operations during serial I/O)
2273         * device/lib/ser_ir.c: as above, changed buffersize
2274         * src/mcs51/peeph.def: added 259.a,b for removing redundant ret,
2275         256.c,d for zeroing
2276         * doc/Makefile: added option -t for rsync
2277
2278 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2279
2280         * src/SDCCast.h (struct ast),
2281         * src/SDCCast.c (reverseParms, copyAst): fixed bug #1040577 (part 1)
2282
2283 2004-10-20 Borut Razem <borut.razem AT siol.net>
2284
2285         * support/scripts/sdcc.nsi: added include/pic16/*.h to the setup
2286         package
2287
2288 2004-10-20 Vangelis Rokas <vrokas AT otenet.gr>
2289
2290         * device/lib/pic16/libsdcc/Makefile: added lregs directory in
2291         makefile targets,
2292         * device/lib/pic16/libsdcc/lregs/{Makefile,lrst.c,lrrest.c}: NEW
2293         support functions to replace long sequences of MOVFF's from access
2294         bank registers to stack and vice versa,
2295         * src/pic16/device.h: added new field opt_flags, where optimization
2296         flags can be set to enable certain features,
2297         * src/pic16/gen.c (pic16_emitpinfo): NEW to add PC_INFO pCode in
2298         * pBlock, (genFunction, genEndFunction): surroung loop for
2299         saving/loading used registers in stack with PC_INFO pCodes,
2300         INF_LREGS. Code in between can then be optimized by pCode optimizer
2301         to support function calls,
2302         * (genDataPointerSet): fixed bug which loaded float fields in
2303         structures with corrupt data,
2304         * src/pic16/genutils.c (debugf, _debugf): macro/function which emits
2305         in a standard way debug info on stderr. Feature used for developing
2306         and debugging only,
2307         * src/pic16/glue.c (pic16glue): reformatted, deleted some old and
2308         obsolete chunks of code,
2309         * if optimization flag OF_LR_SUPPORT was set, call pic16_OptimizeLocalRegs,
2310         * src/pic16/main.c (_pic16_parseOptions): added handler for --flr-support,
2311         * pic16/src/pcode.c (pic16_newpCodeInfo,
2312         * (pic16_newpCodeOpLocalRegs),
2313         * (pic16_convertLocalRegs2Support): NEW, to support new optimization
2314         feature,
2315         * (pic16_pCodeConstString): printing of the initial value of a
2316         symbol as a comment is inhibited since parsing was already done by
2317         copyStr and output is corrupt,
2318         * (pic16_pCode2str, genericPrint): handle PC_INFO pCode,
2319
2320 2004-10-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2321
2322         * src/mcs51/ralloc.c (packRegisters): fixed bug #1044601
2323
2324 2004-10-19 Maarten Brock <sourceforge.brock AT dse.nl>
2325
2326         * as/mcs51/lkarea.c: removed old K&R style,
2327           (lnksect): changed check on boundary error,
2328           (lnksect2): changed check on boundary error,
2329           (lnksect2): extend XSTK to end of page if size = 1
2330         * as/mcs51/lkmain.c: removed old K&R style,
2331           (Areas51): create l_IRAM symbol
2332         * as/mcs51/lkmem.c (summary2): added report on PSEG and XSTK
2333         * device/lib/Makefile.in: renamed model-mcs51-reentrant to
2334           model-mcs51-stack-auto, added model-mcs51-xstack-auto
2335         * device/lib/_mullong.c: added version to be compiled with xstack
2336         * device/lib/mcs51/crtclear.asm: clear only upto --iram-size
2337         * device/lib/mcs51/crtxclear.asm: clear pdata as well
2338         * device/lib/mcs51/crtxstack.asm: fixed comment
2339         * src/SDCCglue.c: maxInterrupts defaults to 0,
2340           (emitMaps): added pdata,
2341           (createInterruptVect): (re)moved default,
2342           (glue): added pdata,
2343           (glue): moved __start__xstack to XSTK with default size 1
2344         * src/SDCCmain.c (parseCmdLine): automatically set options.intlong_rent
2345           and options.float_rent when options.stackAuto is set,
2346           (linkEdit): only write XDATA_NAME if provided on command line
2347         * src/SDCCmem.h,
2348         * src/SDCCmem.c: added pdata
2349         * src/port.h: added pdata_name to PORT
2350         * src/mcs51/gen.c (toBoolean): fixed for Acc use of aopGet,
2351           (saveRegisters, unsaveRegisters): removed usage of B,
2352           (genMinus): fixed accumulator clash,
2353           (genJumpTab): added comment, this needs another look
2354         * src/mcs51/gen.c: added check for "B in use" paranoia,
2355           added pushB() and popB()
2356         * src/mcs51/peeph.def: restart after 177.c so 177.a can get a second
2357           chance
2358         * src/avr/main.c,
2359         * src/ds390/main.c,
2360         * src/hc08/main.c,
2361         * src/mcs51/main.c,
2362         * src/pic/main.c,
2363         * src/pic16/main.c,
2364         * src/xa51/main.c,
2365         * src/z80/main.c: (reset_regparms) made void parameter explicit and
2366           added PSEG (PAG,XDATA) or NULL to port specifier
2367         * src/ds390/main.c (_ds390_genIVT): moved implemented default in here
2368         * src/mcs51/main.c (_mcs51_genIVT): moved implemented default in here,
2369           (_mcs51_genInitStartup): removed __start__xstack equ,
2370           (mcs51_port): moved xstack from XSEG (XDATA) to XSTK (PAG,XDATA)
2371         * src/pic16/device.c (pic16_dump_usection, pic16_dump_isection),
2372         * src/z80/gen.c (_rleAppend): fixed warnings
2373         * support/regression/tests/zeropad.c: added pdata test
2374         * .version: bumped to 2.4.6
2375
2376 2004-10-17 Borut Razem <borut.razem AT siol.net>
2377
2378         * support/scripts/sdcc.nsi: cross compiling of WIN32 setup.exe on Linux
2379         as a part of nightly build
2380
2381 2004-10-16 Vangelis Rokas <vrokas AT otenet.gr>
2382
2383         * src/pic16/gen.c (struct _G): added field useWreg, is set to 1 when
2384         WREG holds the first byte function parameters,
2385         * (aopForSym): take special case for symbols which are in FARSPACE
2386         but in CODESPACE too,
2387         * (assignResultValue): modified to take into account _G.useWreg,
2388         * (genCall): don't use wreg for parameter passing when function is
2389         declared as reentrant, too, added optimization INCF to stack
2390         pointer when stack parameter count is 1,
2391         * (genFunction, genEndFunction): refurnished and fixed to not using
2392         wreg for passing parameters when function has varargs or is
2393         reentrant, fixed bug with symbol name compare for generating
2394         functions in absolute address,
2395         * (pic16_storeForReturn): refurnished,
2396         * (genCmp): began writing a new version of the function, not ready
2397         yet, therefore it is disabled,
2398         * (genAssign): do not read code memory when assigning a function to
2399         a pointer function,
2400         * src/pic16/glue.c (pic16emitStaticSeg): abSym->name is defined an
2401         array of characters, not pointer,
2402         * (pic16initialComments): in debug mode emit an .ident directive for
2403         the assembler,
2404         * (_process_pragma): emit a new warning type (internal to pic16)
2405         when setting stack to default length, emit a similar warning when
2406         placing a function at absolute address and address is not word aligned
2407         * (_pic16_parseOptions): added 'return TRUE' statement,
2408         * (_pic16_linkEdit): if compiling a source, then add the source's
2409         file object, first in the list of objects to link,
2410
2411 2004-10-13 Slade Rich <slade_rich AT users.sourceforge.net>
2412
2413         * src/pic/pcoderegs.c : increased count on regUsedinRange to prevent unnecessary warning.
2414         * src/pic/main.c : removed VC warning.
2415         * src/pic/gen.c : changed comment.
2416
2417 2004-10-12 Vangelis Rokas <vrokas AT otenet.gr>
2418
2419         * device/lib/pic16/libsdcc/gptr/gptrput[234].c: an external
2420         reference to a deprecated symbol _GPTRREG was causing failure to
2421         link. Thanks G. M. Gallant for the info.
2422
2423 2004-10-12 Slade Rich <slade_rich AT users.sourceforge.net>
2424
2425         * src/pic/pcode.c : Applied a code patch supplied by Paul Ashmore in
2426         comments for Bugs item #954788.
2427
2428 2004-10-10 Vangelis Rokas <vrokas AT otenet.gr>
2429
2430         * src/pic16/device.c (pic16_dump_gsection,
2431         * pic16_groupRegistersInSection): handle symbols declared to be in
2432         access bank differently,
2433         * src/pic16/gen.c (struct _G): added field resDirect,
2434         * (aopForSym): if symbol on stack and iCode is '=' and result exists,
2435         send values read from stack directly to result and don't allocate
2436         temporary values,
2437         * (pic16_sameRegs): fixed bug that allowed MOVFF to move between
2438         same registers,
2439         * (pic16_sameRegsOfs): NEW,
2440         * (freeAsmop): if _G.resDirect is set then do not mark registers as
2441         free because they were not allocated from temporary pool,
2442         * pic16_popRegFromString): workaround to fix a problem with
2443         allocating variables twice or never,
2444         * (genGenPointerGet): using PRODL instead of FSR0H,
2445         * (genGenPointerSet): using POSTDEC1 (that is a stack location)
2446         instead of FSR0H,
2447         * (genAssign): take advantage of the _G.resDirect flag,
2448         * (genCast): around line 11844, use mov2f instead of directly
2449         MOVFF'ing between operands to account for literal values,
2450         * src/pic16/genutils.c: some new debug functions for gpsim have been
2451         added,
2452         * src/pic16/glue.c (pic16_printIvalType): fixed bug that initialized
2453         float with integer part only,
2454         * src/pic16/main.c (_process_pragma): handle pragma udata access to
2455         place variables in access bank
2456         * device/lib/pic16/libsdcc/gptr/gptr*.c: using BRA instead of GOTO,
2457         updated sources to reflect recent changes in gen.c
2458
2459 2004-10-06 Vangelis Rokas <vrokas AT otenet.gr>
2460
2461         * device/lib/pic16/libsdcc/Makefile.rules: fixed bug concerning
2462         sources that searched for headers in installation path, now the
2463         device/include/pic16 is used,
2464         * src/pic16/glue.c (pic16glue),
2465         * src/pic16/pcode.c (pCode2str, genericPrint): don't print .file or
2466         .line directives if not in debug mode, this suppresses assembler's
2467         warnings for ignored directives
2468
2469 2004-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
2470
2471         * src/port.h: made reset_regparms prototype void parameter explicit.
2472         * src/SDCCsymt.c (processFuncArgs): removed argument "func".
2473         * src/mcs51/ralloc.c (packRegisters): new fix for bugs 898889 & 979599.
2474         * doc/sdccman.lyx: documented warning disabling and how to use
2475           printf_large to make it print floats.
2476         * device/include/stdbool.h: NEW
2477         * device/lib/_atof.c,
2478         * device/lib/_divuint.c,
2479         * device/lib/_divulong.c,
2480         * device/lib/expf.c,
2481         * device/lib/printf_large.c,
2482         * device/lib/sincosf.c,
2483         * device/lib/sincoshf.c: used stdbool.h, all compile with stack-auto now
2484         * device/lib/Makefile.in: added target for model-mcs51-reentrant to build
2485           a completely reentrant lib.
2486
2487 2004-10-05 Vangelis Rokas <vrokas AT otenet.gr>
2488
2489         * device/lib/pic16/libsdcc/gptr/gptr*.c: added return statements
2490         * device/include/pic16/stdio.h: fixed bug with colon
2491
2492 2004-10-03 Vangelis Rokas <vrokas AT otenet.gr>
2493
2494         * device/include/pic16/stdio.h,
2495         * device/include/pic16/stdlib.h,
2496         * device/include/pic16/math.h: NEW
2497         * device/lib/pic16/libsdcc/gptr/*.c (gptrget*, gptrput*): functions
2498         declared as _naked to reduce overhead
2499         * device/lib/Makefile.in (target port-specific-objects-pic16):
2500         changed * to *.* so to ignore the CVS directory,
2501         * src/pic16/gen.c (pic16_freeAsmop): added code to store result of
2502         stacked variables back in stack,
2503         * (genEndFunction): fixed bug reported by G.M. Gallant with stack
2504         corruption
2505
2506 2004-10-01 Vangelis Rokas <vrokas AT otenet.gr>
2507
2508         * .version: bumped version number to 2.4.5
2509         * support/Util/SDCCerr.h: added warning W_POSSBUG2.
2510         * support/Util/SDCCerr.c (messages structure): added entry for
2511         W_POSSBUG2
2512
2513         Large cumulative patch for pic16 port and libraries.
2514         * device/include/pic16/sdcc-lib.h,
2515         * device/include/pic16/stdarg.h,
2516         * device/include/asm/pic16/features.h,
2517         * device/include/lib/pic16/libsdcc/gptr/{*.c, Makefile}: NEW,
2518         * device/include/pic16/float.h: changes reentrant keyword with
2519         _FS_REENTRANT, added prototype for __fsneq, included sdcc-lib.h
2520         * device/lib/pic16/libsdcc/Makefile: added target directory gptr,
2521         updated target build-libraries to include objects from gptr,
2522         * device/lib/pic16/libsdcc/{char,int,long}/*.c: added macro
2523         _IL_REENTRANT to all function headings, included sdcc-lib.h header,
2524         * device/lib/pic16/libsdcc/float/*.c: added macro _FS_REENTRANT to
2525         all function headings,
2526         * src/SDCCmain.c: added global parameter userIncDirsSet,
2527         * (parseCmdLine): when option -I is encountered add directory to
2528         userIncDirsSet too,
2529         * src/version.awk: added space between control and long,
2530         * src/pic16/NOTES: added some notes for the port,
2531         * src/pic16/gen.c: added prototype for mov2fp function,
2532         * (fReturnpic16[]): properly named return value registers,
2533         * (_G structure): added fields stackRegSet, fregsUsed, stack_lat,
2534         * (aopForSym): added code to handle symbols with onStack flag set,
2535         symbols onStack are allocated PTRSIZE bytes,
2536         * (aopFreeAsmop): handles special case where asmops are stack objects,
2537         * (aopGet, pic16_popGet): adde cod to handle new asmop AOP_STA,
2538         * (pic16_popGetTempReg, pic16_popGetTempRegCond, pic16_popReleaseTempReg):
2539         added argument lock to trace flaws in allocating temporary registers
2540         when developing port,
2541         * (pic16_popGetLit, pic16_popGetLit2): changed lit from unsigned to signed
2542         * (pic16_popRegFromString): reenabled allocating a direct register
2543         from string,
2544         * (assignResultValue): various beautifications,
2545         * fixed bug #1037717 (patch from R. Neider & D. Wrinkler) with mistaken
2546         referenced function argument,
2547         * (genIpush): reenabled to allow stacked arguments, handles only
2548         ic->parmPush iCodes,
2549         * (genCall, genPcall): major changes to allow for variable argument
2550         functions, fixed a bug with falsely restoring stack pointer after
2551         returning from call,
2552         * (genFunction): pending code for critical function,
2553         * (shiftR1Left2ResultSigned, shiftR1Left2Result, shiftL2Left2Result,
2554         * (shiftR2Left2Result, shiftLLong) applied patch #1032155 from R.Neider,
2555         * (genNearPointerGet): fixed bug with indirect reading, was always
2556         reading from INDF0
2557         * (genGenPointerGet, genGenPointerSet): rewrote to support generic
2558         pointers,
2559         * (genAddrOf): rewrote code to take address of a stacked function parameter
2560         * (genCast): fixed casting to generic pointer type,
2561         * src/pic16/gen.h: added AOP_STA,
2562         * (struct asmop): added field stk,
2563         * src/pic16/genarith.c (pic16_AopType): handle AOP_STA,
2564         * (pic16_genPlusIncr): changed emitSKPNZ to emitSKPNZ,
2565         * (pic16_genAddLit, pic16_genPlus): applied patch #1034042 by tecodev,
2566         * (pic16_genMinus): fixed bug #1035119 with patch submitted by tecodev,
2567         * src/pic16/genutils.c (pic16_genNot): removed symbol *tlbl,
2568         * src/pic16/glue.c (pic16_printGPPointerType): fixed to support new
2569         generic pointers,
2570         * src/pic16/main.c (_pic16_initPaths): ignores default SDCC include
2571         and library paths,
2572         * (pic16_port structure): generic pointer size is set to 3,
2573         * src/pic16/pcode.c (pic16_newpCodeOpLit): correctly print literal integer,
2574         * (insertBankSwitch): cast to (char *) to prevent 64bit CPUs'
2575         compiler warning,
2576         * src/pic16/ralloc.c (allocReg): prevent allocating register when
2577         operand is an iTemp,
2578
2579 2004-09-24 Martin Helmling <mh AT octo-soft.de>
2580
2581         * debugger/mcs51/cmd.c: set PC if a symbol at pc reg is set
2582         * debugger/mcs51/simi.c: addapt new syntax of s51
2583
2584 2004-09-23 Vangelis Rokas <vrokas AT otenet.gr>
2585
2586         * src/pic16/genutils.c (pic16_genNot): fixed bug #1032265,
2587         * src/pic16/pcode.c: commented out some calls to free() in order to
2588         fix bug #989576,
2589
2590 2004-09-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2591
2592         * src/SDCCicode.h,
2593         * src/SDCCicode.c (isiCodeInFunctionCall),
2594         * src/avr/ralloc.c (selectSpil),
2595         * src/pic/ralloc.c (selectSpil),
2596         * src/pic16/ralloc.c (selectSpil),
2597         * src/ds390/ralloc.c (selectSpil),
2598         * src/hc08/ralloc.c (selectSpil),
2599         * src/xa51/ralloc.c (selectSpil),
2600         * src/mcs51/ralloc.c (selectSpil): Don't use remainSpil to spill to the
2601         stack in the middle of a function call sequence (fixes bug #1020268)
2602         * src/SDCCicode.c (geniCodeJumpTable): fixed error in computing the
2603         costs associated with the minimum switch case.
2604
2605 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2606
2607         * src/SDCC.lex: fixed bug #1030549
2608
2609 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2610
2611         * src/SDCCcse.h (struct cseDef),
2612         * src/SDCCcse.c (cseBBlock, newCseDef, ifFromAddrTaken): purge CSEs
2613         over a function call if the CSE is derived from a symbol whose
2614         address has been taken (fixes bug #1029883)
2615         * support/regression/tests/bug-1029883: a new regression test for
2616         this bug
2617
2618 2004-09-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2619
2620         * src/hc08/gen.c (emitinline): fixed bug #1029778
2621         * src/SDCC.y (assignment_expr): fixed the grammer so that assignment
2622         to a cast object is no longer a syntax error ("fixes" bug #1030006,
2623         and starts toward RFE #905167)
2624
2625 2004-09-17 Vangelis Rokas <vrokas AT otenet.gr>
2626
2627         * src/pic16/gen.c (mov2f): New function to move an operand to
2628         another without considering if it is a literal or a register,
2629         * (pic16_sameRegs): don't check if they are both AOP_REG,
2630         * (AccRsh): removed andmask=0 lines,
2631         * (genLeftShift): duplicated to be improved in future versions,
2632         * src/pic16/main.c (_process_pragma): emit stack default size in hex,
2633         * src/pic16/pcode.c: added POC_INFSNZW, updated inverted_op fields
2634         in POC_INCFSZ, POC_INCFSZW, POC_INFSNZ,
2635         * (pic16initMnemonics): added initialization for POC_INFSNZW,
2636         * (insertBankSwitch): fixed inserting banksel directives algorithm
2637         for instructions that follow a skip instruction, this fixes a report
2638         for broken subtraction code generation,
2639         * src/pic16/ralloc.c (deassignLRs): do not free register if current
2640         iCode is a left op, just in case result and right share the same
2641         registers
2642
2643 2004-09-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2644
2645         * src/hc08/main.c,
2646         * src/hc08/gen.c (genJumpTable): more efficient jump table, supports
2647         preservation of HX
2648         * src/hc08/gen.c (pullRegs): fixed order of HX & XA pairs
2649         * src/mcs51/ralloc.c (packRegisters): removed the patch applied
2650         on 2004-09-12; it was buggy
2651
2652 2004-09-15 Bernhard Held <bernhard AT bernhardheld.de>
2653
2654         * src/SDCCsymt.h: removed RESULT_CHECK
2655         * src/SDCCast.c,
2656         * src/SDCCglue.c,
2657         * src/SDCCval.c,
2658         * src/pic/glue.c,
2659         * src/pic16/glue.c: replaced RESULT_CHECK with RESULT_TYPE_NONE
2660
2661 2004-09-15 Vangelis Rokas <vrokas AT otenet.gr>
2662
2663         * src/SDCCicode.c (piCode): applied patch from Raphael Neider,
2664         * src/pic16/device.c (pic16_assignConfigWordValues): wrong
2665         configuration values no more rejected by compiler, they are assigned
2666         to configuration registers with a warning message instead,
2667         * src/pic16/glue.c (pic16_emitConfigRegs): added +1 at top-limit of
2668         the for-loop so last conf register is emitted too,
2669         * (_pic16_initPaths): link library libsdcc.lib by default,
2670         * (_hasNativeMulFor): modified test for multiplication according to
2671         Raphael Neider's remarks. Integer multiplication is also done with
2672         support functions,
2673         * device/include/pic16/pic18fregs.h: corrected type error in while
2674         testing and including 18f6720 header file
2675
2676 2004-09-14 Vangelis Rokas <vrokas AT otenet.gr>
2677
2678         * src/pic16/device.h (pic16_options): removed field use_crt,
2679         * src/pic16/gen.c (genUnpackBits): added call to pic16_loadFSR0
2680         until an optimization to handle single bits is added,
2681         * (pic16_loadFSR0): moved before genUnpackBits,
2682         * (genAnd): some white lines removed,
2683         * src/pic16/main.c (_pic16_finaliseOptions): set omit_ivt and clear
2684         leave_reset flags in pic16_options when using crt modules,
2685
2686 2004-09-12 Maarten Brock <sourceforge.brock AT dse.nl>
2687
2688         * src/mcs51/ralloc.c (packRegisters): applied fix by Bernhard Held
2689           for bugs 898889 & 979599. Also used some safer print instructions.
2690
2691 2004-09-12 Vangelis Rokas <vrokas AT otenet.gr>
2692
2693         * src/pic16/device.h (pic16_options_t): added field use_crt,
2694         crt_name, no_crt,
2695         * src/pic16/genarith.c (pic16_genPlus): added an assert(0) line to
2696         catch a probable future bug,
2697         * src/pic16/gen.c: aopIdx function commented out,
2698         * (genAssign): commented out old code which used aopIdx,
2699         * src/pic16/glue.c (pic16glue): removed some legacy fragments of
2700         code, added if conditionals to take into account the --use-crt
2701         command line options,
2702         * src/pic16/main.c (pic16_optionsTable): added new command line
2703         options, --use-crt= and --no-crt,
2704         * (_pic16_linkEdit): now the proper crt object is added in the
2705         linker command line except than when --no-crt is specified,
2706         * src/pic16/pcode.c,
2707         * src/pic16/pcode.h: added some structures and functions for a new
2708         optimization scheme to compansate for instruction overhead between
2709         same iCodes, this scheme is currently under development and is not
2710         working in any way,
2711         * src/pic16/gen.c (genAnd): added patch provided by Aaron Collwell
2712         to && operator,
2713         * device/lib/pic16/startup/crt0i.c,
2714         * device/lib/pic16/startup/crt0iz.c: added global char variable
2715         __uflags to force the generation of an idata section
2716
2717 2004-09-12 Bernhard Held <bernhard AT bernhardheld.de>
2718
2719         * doc/Makefile,
2720         * doc/clean.mk: added support for easy creation of sdcc-doc.tar.bz2
2721         * doc/sdccman.lyx: updated sdcc version to 2.4.4
2722
2723 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2724
2725         * doc/sdccman.lyx: fixed a problem with my new index entries (thanks
2726         Frieder) and clarified the default code optimization mode
2727
2728 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2729
2730         * src/SDCC.lex (doPragma, process_pragma),
2731         * src/SDCCglobl.h (struct optimize): added pragmas "opt_code_speed",
2732         "opt_code_size", and "opt_code_balanced"
2733         * src/SDCCmain.c (optionsTable[], printOptions, scanOptionsTable):
2734         regrouped options by category, added support for category headers
2735         * src/SDCCmain.c (parseCmdLine): added options "--opt-code-speed"
2736         and "--opt-code-size"
2737         * doc/sdccman.lyx: documented these new options and pragmas
2738         * src/hc08/gen.c (AccLsh, AccRsh): take speed/size optimization
2739         preference into account
2740
2741 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
2742
2743         * src/SDCCicode.c (geniCodePostInc, geniCodePreInc, geniCodePostDec,
2744           geniCodePreDec): Fixed bug 904237 by generating a warning
2745         * src/SDCCerr.h,
2746         * src/SDCCerr.c: added warning W_SIZEOF_VOID
2747
2748 2004-09-09 Slade Rich <slade_rich AT users.sourceforge.net>
2749
2750         * src/pic/device.c : When no max ram set validate full memory range.
2751         * src/pic/pcode.c,
2752         * src/pic/pcodepeep.c : Copy C code comments to optimised replacement code.
2753
2754 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
2755
2756         * device/lib/_gptrget.c,
2757         * device/lib/_gptrput.c: updated comment
2758         * device/lib/calloc.c,
2759         * device/lib/free.c,
2760         * device/lib/malloc.c,
2761         * device/lib/realloc.c: added LGPL, made them reentrant-safe
2762         * src/SDCCcse.c (cseBBlock),
2763         * src/SDCCicode.c (printOperand, geniCodeArray),
2764         * src/SDCCicode.h (struct operand): fixed bug 868103
2765         * support/regression/tests/bug-868103.c: added
2766         * src/SDCCast.c (searchLitOp),
2767         * src/SDCCcse.h (struct cseDef),
2768         * src/SDCCglue.c (printIvalArray, spacesToUnderscores),
2769         * src/SDCCicode.h (struct operand),
2770         * src/SDCCsymt.h (struct sym_link),
2771         * src/avr/gen.c (hasInc),
2772         * src/ds390/gen.c (hasInc),
2773         * src/hc08/gen.c (genPlusIncr, hasInc),
2774         * src/mcs51/gen.c (hasInc),
2775         * src/pic16/glue.c (pic16_printIvalChar),
2776         * src/pic16/ralloc.c (regWithIdx),
2777         * src/xa51/gen.c (hasInc) : removed warnings
2778         * src/SDCCast.c (createBlock): added comment ???
2779         * src/hc08/ralloc.c: updated comments
2780
2781 2004-09-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2782
2783         * doc/sdccman.lyx: updated section on switch statements, added
2784         section about semaphore locking
2785         * doc/Makefile: added option -info for latex2html
2786         * device/lib/_gptrget.c,
2787         * device/lib/_gptrput.c: __XPAGE instead of P2 in outcommented code
2788
2789 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
2790
2791         * src/pic/device.h,
2792         * src/pic/device.c,
2793         * src/pic/port.c : Changed PIC14 code to not set bit RP1 when
2794          maxram is less than 0x100.
2795
2796 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
2797
2798         * Bug fixes for PIC14 - signed RSHIFT problem. Patch supplied by Allen(agschrum).
2799
2800 2004-09-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2801
2802         * src/port.h,
2803         * src/mcs51/main.c,
2804         * src/ds390/main.c,
2805         * src/z80/main.c,
2806         * src/hc08/main.c,
2807         * src/pic/main.c,
2808         * src/pic16/main.c,
2809         * src/avr/main.c,
2810         * src/xa51/main.c
2811         * src/SDCCicode.c (geniCodeJumpTable): Better logic to determine if a
2812         a jump table is the best form for a switch statement, including
2813         automatic insertion of missing cases to make the case range
2814         continuous. Developed in collaboration with Frieder Ferlemann.
2815
2816 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2817
2818         * src/hc08/ralloc.c (canDefAccResult): multi-byte shift is unsafe for
2819         accumulator result if it needs sign extension
2820
2821 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
2822
2823         * src/hc08/ralloc.c (canUseAccOperand): fixed comparison bug
2824
2825 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
2826
2827         * device/lib/gbz80/printf.c,
2828         * device/lib/z80/printf.c: removed define for NULL
2829
2830 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
2831
2832         * as/xa51/xa_link.c,
2833         * device/examples/ds390/ow390/ad26.c,
2834         * device/examples/ds390/ow390/cnt1d.c,
2835         * device/examples/ds390/ow390/counter.c,
2836         * device/examples/ds390/ow390/ds2480.h,
2837         * device/examples/ds390/ow390/ds2480ut.c,
2838         * device/examples/ds390/ow390/findtype.c,
2839         * device/examples/ds390/ow390/gethumd.c,
2840         * device/examples/ds390/ow390/owllu.c,
2841         * device/examples/ds390/ow390/ownetu.c,
2842         * device/examples/ds390/ow390/swt12.c,
2843         * device/examples/ds390/ow390/swtloop.c,
2844         * device/examples/ds390/ow390/temp.c,
2845         * device/examples/ds390/ow390/temp10.c,
2846         * device/examples/ds390/ow390/thermo21.c,
2847         * device/examples/ds390/ow390/tinilnk.c,
2848         * device/examples/ds390/ow390/tstfind.c,
2849         * device/examples/serialcomm/windows/serial.cpp,
2850         * device/examples/serialcomm/windows/test_serialcomm.cpp,
2851         * device/include/reg51.h: fixed line endings for cvs
2852
2853 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2854
2855         * src/hc08/ralloc.c (canDefAccResult, canUseAccOperand,
2856         packRegsForAccUse, packRegisters): new accumulator register
2857         packing algorithm
2858         * support/regression/ports/hc08/support.c (_putchar): suppress
2859         warning of unused variable
2860         * src/SDCCicode.c: added SWAP entry to codeTable
2861
2862 2004-09-01 Maarten Brock <sourceforge.brock AT dse.nl>
2863
2864         * device/lib/sprintf.c: forgot to add this file before previous commit
2865
2866 2004-09-01 Vangelis Rokas <vrokas AT otenet.gr>
2867
2868         * src/pic16/gen.c (genPackBits): added operand right in function
2869         parameters, load result directly if p_type is POINTER (that is
2870         called by genNearPointerSet)
2871         * (genUnPackBits): added operand left in function parameters,
2872         * (genNearPointerGet, genNearPointerSet): prevent the loading of
2873         FSR0 if accessing bitfields,
2874
2875 2004-08-31 Maarten Brock <sourceforge.brock AT dse.nl>
2876
2877         * device/include/stdio.h: added NULL, size_t, typedef pfn_outputchar,
2878           _print_format; updated printf, sprintf, vsprintf
2879         * device/include/asm/default/features.h: corrected comment/define
2880         * device/lib/Makefile.in: added sprintf.c
2881         * device/lib/libsdcc.lib: added sprintf module
2882         * device/lib/printf_large.c,
2883         * device/lib/vprintf.c,
2884         * device/lib/sprintf.c: totally refactored printf_large and vprintf
2885           into these 3 files
2886         * support/regression/Makefile: changed ALL_PORTS into a usefull default
2887         * support/regression/ports/mcs51-stack-auto/spec.mk: added sprintf
2888         * support/regression/tests/bug-927659.c: removed dummy putchar, enabled
2889           hc08 test
2890         * support/regression/tests/zeropad.c: define idata as data for hc08
2891
2892 2004-08-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2893
2894         * src/SDCCpeeph.c (labelIsReturnOnly): support hc08 rts opcode also
2895         * src/SDCCpeeph.c (buildLabelRefCountHash): assume function entry point
2896         labels are referenced at least once (even if a reference is not found)
2897         * src/hc08/gen.c (emitcode): set isComment flag for comments
2898         * src/hc08/peeph.def: added rules 5a..5f (optimize redundant immediate
2899         loads), rules 6a..6b (optimize jumps to return)
2900
2901 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2902
2903         * device/lib/acosf.c (acosf),
2904         * device/lib/asinf.c (asinf),
2905         * device/lib/atanf.c (atanf),
2906         * device/lib/ceilf.c (ceilf),
2907         * device/lib/cosf.c (cosf),
2908         * device/lib/coshf.c (coshf),
2909         * device/lib/cotf.c (cotf),
2910         * device/lib/fabsf.c (fabsf),
2911         * device/lib/floorf.c (floorf),
2912         * device/lib/log10f.c (log10f),
2913         * device/lib/logf.c (logf),
2914         * device/lib/sinf.c (sinf),
2915         * device/lib/sinhf.c (sinhf),
2916         * device/lib/sqrtf.c (sqrtf),
2917         * device/lib/tanf.c (tanf),
2918         * device/lib/tanhf.c (tanhf),
2919         * device/include/math.h: defined _FLOAT_FUNC_REENTRANT macro and
2920         replaced all instances of "reentrant" in the library functions
2921         defined in math.h with this macro.
2922         * support/regression/tests/float_trans.c: reenabled test for hc08
2923
2924 2004-08-30 Bernhard Held <bernhard AT bernhardheld.de>
2925
2926         * device/lib/pic16/Makefile.common.in: added MODELFLAGS again, it was
2927         erroneously deleted
2928
2929 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2930
2931         * src/hc08/gen.c (loadRegFromAop): better use of clra & clrx
2932         * src/hc08/gen.c (genAnd, genOr): fixed bug with conditional when
2933         multi-byte volatile operands are used
2934         * src/hc08/gen.c (shiftRLong): fixed bug with wrong rotate direction
2935         * src/hc08/main.c (_hc08_genAssemblerPreamble): moved the built-in
2936         initialization to area GSINIT0 so that it would always precede
2937         any static initializers in GSINIT
2938         * support/regression/tests/zeropad.c: fixed idata define for hc08
2939         * support/regression/tests/bug-927659.c,
2940         * support/regression/tests/float_trans.c: disabled tests for hc08
2941         pending missing library routines
2942         * .version: increased version number to 2.4.4 - hc08 port now passes
2943         regression tests
2944
2945
2946 2004-08-29 Bernhard Held <bernhard AT bernhardheld.de>
2947
2948         * device/lib/pic16/Makefile.common.in: added $(MM) to fix `make clean`
2949         * Makefile.common.in,
2950         * as/Makefile,
2951         * as/hc08/Makefile.in,
2952         * as/mcs51/Makefile.in,
2953         * as/z80/Makefile.in,
2954         * debugger/mcs51/Makefile.in,
2955         * device/include/Makefile.in,
2956         * device/lib/Makefile.in,
2957         * doc/Makefile,
2958         * link/Makefile,
2959         * link/z80/Makefile.in,
2960         * packihx/Makefile.in,
2961         * sim/ucsim/main_in.mk,
2962         * sim/ucsim/avr.src/Makefile.in,
2963         * sim/ucsim/doc/Makefile.in,
2964         * sim/ucsim/gui.src/serio.src/Makefile.in,
2965         * sim/ucsim/hc08.src/Makefile.in,
2966         * sim/ucsim/s51.src/Makefile.in,
2967         * sim/ucsim/xa.src/Makefile.in,
2968         * sim/ucsim/z80.src/Makefile.in,
2969         * src/Makefile.in,
2970         * support/cpp2/Makefile.in,
2971         * support/librarian/Makefile,
2972         * support/makebin/Makefile: added DESTDIR to the install path proposed
2973         by "Maciej 'Agaran' Pijanka" <agaran AT pld-linux.org>
2974         * doc/sdccman.lyx: added DESTDIR documentation
2975
2976 2004-08-29 Vangelis Rokas (vrokas AT otenet.gr>
2977
2978         * src/pic16/gen.c (genFunction, genEndFunction): fixed return
2979         instruction for interrupt handlers, use fast returns when returning
2980         from high priority interrupts
2981
2982 2004-08-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2983
2984         * src/hc08/gen.c (genAnd, genOr, transferAopAop, rmwWithAop): optimized
2985         code generation
2986         * src/hc08/gen.c (genrshFour, genCpl): fixed bugs
2987         * src/hc08/gen.c (genMultOneByte, genDivOneByte, genModOneByte): fixed
2988         bugs, ported much of Bernhard's code from mcs51
2989         * src/mcs51/gen.c (genSend),
2990         * src/hc08/gen.c (genSend): fixed bug with lost SEND iCodes if more
2991         than one when calling a reentrant function
2992         * device/lib/_mullong.c: defined an alternate struct layout for big
2993         endian ports (hc08)
2994
2995 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2996
2997         * src/hc08/gen.c (shiftL2Left2Result): fix for bug-500536 regression
2998         test
2999
3000 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3001
3002         * src/SDCCsymt.c (processFuncArgs): make sure parameter types
3003         are sane and complete before asking the port its prefered parameter
3004         passing method (fixes bug #1017633)
3005         * device/lib/hc08/_ret.c: added "data" storage class to _ret2
3006         and _ret3
3007
3008 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3009
3010         * src/hc08/gen.c (genPackBitsImmed, genUnpackBitsImmed): fix offset
3011         problem in bitfields >= 8 bits.
3012
3013 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
3014
3015         * src/SDCCsymt.c: undid changes that were not meant to be committed
3016
3017 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
3018
3019         * support/regression/ports/hc08spec.mk: REENTRANT must be reentrant
3020
3021 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
3022
3023         * src/hc08/gen.c (genUminusFloat): fixed bug where only 3 bytes were
3024           copied and wrong bit got inverted
3025
3026 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3027
3028         * src/hc08/gen.c (genPointerSet, genFarPointerSet): moved code from
3029         genFarPointerSet into genPointerSet; eliminated genFarPointerSet
3030         * src/hc08/gen.c (genPointerGet, genFarPointerGet): moved code from
3031         genFarPointerGet into genPointerGet; eliminated genFarPointerGet
3032         * src/hc08/gen.c (genPackBitsImmed): generate optimized code for
3033         assignments to bitfields at known addresses
3034         * src/hc08/gen.c (genUnpackBitsImmed): generate optimized code for
3035         reads from bitfields at known addresses
3036         * src/hc08/ralloc.c (packRegisters),
3037         * src/hc08/gen.c (genPointerGet, genUnpackBits, genUnpackBitsImmed,
3038         genhc08Code): optimize pointer get values used as conditionals
3039         * src/hc08/peeph.def: added rules 2e & 2f to optimize bit test
3040         and branch
3041
3042 2004-08-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3043
3044         * src/mcs51/gen.c (genPointerGet, genNearPointerGet, genPagedPointerGet,
3045         genFarPointerGet, genCodePointerGet, genGenPointerGet, genUnpackBits),
3046         * src/mcs51/ralloc.c (packRegisters): optimize pointer get values used
3047         as conditionals
3048
3049 2004-08-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3050
3051         * src/mcs51/peeph.def: peepholes 248.i-m for xdata bitfields
3052
3053 2004-08-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3054
3055         * src/mcs51/ralloc.c (packRegsForOneuse): fixed bug #1012650 and some
3056         related problems
3057
3058 2004-08-21 Bernhard Held <bernhard AT bernhardheld.de>
3059
3060         * sim/ucsim/cmd.src/Makefile.in: run lex only if $(PRJDIR)/devel exists
3061
3062 2004-08-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3063
3064         * src/z80/ralloc.c (packRegsForAssign): ported some bug fixes from the
3065         mcs51 port
3066
3067 2004-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
3068
3069         * src/pic/gen.c: Restored fn genRet as previous fix was incorrect.
3070
3071 2004-08-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3072
3073         * src/mcs51/gen.c (genJumpTab): jumptables for more than 16 switch
3074         cases use more compact code.
3075
3076 2004-08-13 Slade Rich <slade_rich AT users.sourceforge.net>
3077
3078         * src/pic/gen.c: Fixed problem with fn returning a variable bigger than a char.
3079
3080 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3081
3082         * src/SDCClrange.c (findPrevUse): fixed bug #1007371
3083
3084 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3085
3086         * src/SDCCsymt.h,
3087         * src/SDCCsymt.c (changePointer, checkDecl, addSymChain): changed
3088         parameter of changePointer() from symbol* to sym_link*
3089         * src/SDCCast.c (decorateType): call changePointer() for CAST op
3090         * src/SDCCsymt.c (compareType): void* type is castable to other
3091         pointers, but not necesarily an exact match.
3092         * src/SDCCicode.c (geniCodeCast): allow void* casting here since it
3093         is no longer blindly treated as an exact match.
3094         * src/SDCCval.c (valCastLiteral): treat missing type as cast to void
3095
3096 2004-08-12 Slade Rich <slade_rich AT users.sourceforge.net>
3097
3098         * src/pic/glue.c: Added struct initialisation fn printIvalStruct.
3099
3100 2004-08-11 Slade Rich <slade_rich AT users.sourceforge.net>
3101
3102         * src/pic/gen.c,
3103         * src/pic/pcode.c,
3104         * src/pic/ralloc.h,
3105         * src/pic/ralloc.c: Printing rIdx on internal verbose debug.
3106
3107 2004-08-10 Slade Rich <slade_rich AT users.sourceforge.net>
3108
3109         * src/pic/device.c,
3110         * src/pic/device.h,
3111         * src/pic/device.c: Will no longer exit if #pragma maxram has not been defined.
3112
3113 2004-08-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3114
3115         * src/mcs51/gen.c (emitcode): fixed bug #992819
3116
3117 2004-08-05 Maarten Brock <sourceforge.brock AT dse.nl>
3118
3119         * src/pic/ralloc.c (deassignLR): allthough pic port is buggy already,
3120           there's no need to make it worse
3121
3122 2004-08-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3123
3124         * src/mcs51/ralloc.c (deassignLR),
3125         * src/ds390/ralloc.c (deassignLR),
3126         * src/hc08/ralloc.c (deassignLR),
3127         * src/z80/ralloc.c (deassignLR),
3128         * src/pic/ralloc.c (deassignLR),
3129         * src/pic16/ralloc.c (deassignLR),
3130         * src/avr/ralloc.c (deassignLR),
3131         * src/SDCClrange.c (findRecursiveSucc, findRecursivePred, findPrevUse,
3132         rlivePoint): fixed another part of bug #971834
3133
3134 2004-08-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3135
3136         * src/z80/main.c: enabled "critical" keyword
3137         * src/z80/mappings.i,
3138         * src/z80/gen.c (genFunction, genEndFunction): support for interrupt
3139         functions (fixes bug #979646)
3140         * doc/sdccman.lyx: added a subsection explaining z80 interrupt support
3141
3142 2004-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3143
3144         * src/mcs51/gen.c (genInline): Add \n for labels, not DOS/WIN dirs
3145           such as c:\mydir.
3146
3147 2004-08-03 Maarten Brock <sourceforge.brock AT dse.nl>
3148
3149         * src/SDCCloop.c (loopInvariants): fixed bug 983545, hope this
3150           doesn't disable too much optimizations
3151
3152 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
3153
3154         * src/pic/glue.c Disabled "WARNING: function 'main' undefined" when -S option is used.
3155
3156 2004-08-02 Maarten Brock <sourceforge.brock AT dse.nl>
3157
3158         * src/SDCClrange.c (rlivePoint): fixed bug 988568, thanks to anonymous
3159
3160 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
3161
3162         * src/pic/gen.c tidied up tabs
3163         * src/pic/genarith.c tidied up tabs and fixed bug with literal multiple where same register was used for hi and low byte
3164         * src/pic/main.c tidied up tabs
3165         * src/pic/pcode.c tidied up tabs and disabled verbose code generation
3166         * src/pic/pcoderegs.c tidied up tabs
3167         * src/pic/ralloc.c tidied up tabs
3168
3169 2004-07-30 Vangelis Rokas <vrokas AT otenet.gr>
3170
3171         * src/SDCCmem.c (allocGlobal): don't turn S_REGISTER storage class
3172         to S_FIXED for pic16 port and when symbol is not in level 0,
3173         allocate for S_REGISTER storage class and pic16 port, too,
3174         * src/pic16/device.h: prototype for checkSym,
3175         * src/pic16/device.c (pic16_dump_access, checkSym): NEW,
3176         * (pic16_assignConfigWordValue): test the value and the mask to
3177         validate that the value is suitable for the configuration word,
3178         * src/pic16/glue.c (pic16_printIvalFuncPtr): use 'externs' to
3179         collect extern declared symbols, don't emit symbol twice, check
3180         first if symbol is in publics set first,
3181         * src/pic16/main.c (_pic16_keywords[]): added keyword 'register',
3182         * added command line '--fstack' which enables an experimental
3183         feature for stack access, too buggy to be used yet...
3184         * src/pic16/ralloc.c (pic16_accessregWithName): NEW,
3185         * (pic16_allocDirReg): when register has storage class S_REGISTER
3186         allocate in pic16_dynAccessRegs,
3187         * device/include/pic16/pic18f????.h: modified configuration word
3188         naming convention, words started as CONFIG0H but should be CONFIG1H
3189
3190 2004-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
3191
3192         * device/include/mcs51reg.h: fixed bug 970993
3193
3194 2004-07-27 Maarten Brock <sourceforge.brock AT dse.nl>
3195
3196         * added lib/calloc.c, lib/free.c, lib/realloc.c, include/stddef.h
3197         * updated lib/malloc.c, lib/libsdcc.lib, lib/Makefile.in, include/malloc.h
3198         * src/SDCC.lex (doPragma): added pragma disable_warning <nnn>
3199         * src/SDCCmain.c (parseCmdLine): added option --disable-warning <nnn>
3200         * src/ds390/gen.c (genPlusIncr): fixed bug when incrementing generic pointers
3201         * support/Util/SDCCerr.c (vwerror): suppress disabled warnings and output
3202           error/warning numbers,
3203           added function setWarningDisabled()
3204         * support/Util/SDCCerr.h: added setWarningDisabled() and MAX_ERROR_WARNING
3205         * support/regression/ports/mcs51-stack-auto/spec.mk: added dependencies
3206           _memcmp.c _memmove.c calloc.c realloc.c free.c
3207         * support/regression/tests/malloc.c: added tests for new functionality
3208         * support/regression/tests/zeropad.c: added tests for truncated initializers
3209           and initialized char arrays starting with '\x0'
3210         * src/mcs51/peeph.def: fixed regression, added peephole 177.f
3211
3212 2004-07-26 Bernhard Held <bernhard AT bernhardheld.de>
3213
3214         * support/valdiag/tests/overflow.c: fixed warning on (1 >> 40)
3215
3216 2004-07-26 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3217
3218         * doc/sdccman.lyx: updated example in section "Absolute Addressing"
3219         * src/mcs51/peeph.def: added contributed fix for "bug" #995347 as
3220         peephole 177.e. Thanks to anonymous
3221
3222 2004-07-25 Vangelis Rokas <vrokas AT otenet.gr>
3223
3224         * src/pic16/glue.c (pic16_printIvalFuncPtr): when an extern
3225         function isn't used in the source but referenced as a
3226         variable initializer then declare it as extern in .asm file
3227
3228 2004-07-24 Vangelis Rokas <vrokas AT otenet.gr>
3229
3230         * .version: increased version number to 2.4.3
3231
3232         Adding version extension according to ChangeLog CVS revision
3233         * src/Makefile.in (target all): added dependency 'version.h'
3234         * (rule version.h): added rule to create version.h from ChangeLog,
3235         * (rule dep): added dependency version.h,
3236         * src/version.awk: AWK script to create version.h
3237         * src/SDCCdwarf2.c (dwWriteModule),
3238         * src/SDCCglue.c (initialComments),
3239         * src/SDCCmain.c (printVersionInfo): modified to write after
3240         version string the version extension number,
3241         * src/SDCCutil.c: included "version.h"
3242         * (getBuildNumber): NEW, returns SDCC's ChangeLog minor revision
3243         number,
3244         * src/SDCCutil.h: added prototype for getBuildNumber
3245
3246         * src/SDCCmain.c (parseCmdLine): when sOpt is 'I' add rest in
3247         includeDirsSet, too,
3248         * src/SDCCsymt.c (checkSClass): don't emit error when a variable,
3249         const char [] is found in function prototype...
3250
3251         * src/pic16/genarith.c (pic16_genUMult8XLit_8): optimization to omit
3252         moving to WREG with source is already in WREG,
3253         * src/pic16/gen.h: added AOP_FSR0 and AOP_FSR2 in enum,
3254         * src/pic16/gen.c (getFreePtr): updated to look for FSR0 and FSR2,
3255         * (aopForSym): stack'ed symbols are partially supported, added
3256         if-clause to support symbols in FARSPACE,
3257         * (sameRegs): added test for AOP_ACC to see if registers are same,
3258         * (pic16_freeAsmop): added case for AOP_FSR0 and AOP_FSR2,
3259         * (pic16_aopGet): added case for AOP_FSR0 and AOP_FSR2,
3260         * (pic16_popRegFromString): will not allocate a new register if it
3261         doesn't find one by name, bug may have introduced...
3262         * (pic16_popGet): added case for AOP_FSR0 and AOP_FSR2,
3263         * (genIpush): revived to use pic16 port's stack,
3264         * (genAddrOf): added incomplete case for stack'ed operand,
3265         * (genCast): optimized a pair of MOVFW,MOVWF to MOVFF
3266         * src/pic16/genutils.c (pic16_genNot): almot new vesrion for NOT,
3267         can handle multibyte operands,
3268         * src/pic16/glue.c (pic16_printIval*): some debug info added,
3269         * (pic16initialComments): added message for MPLAB compatibility
3270         mode enabled,
3271         * src/pic16/main.h: prototype for pic16_mplab_comp,
3272         * src/pic16/main.c (pic16_optionsTable): new option --mplab-comp,
3273         which enabled MPLAB compatibility mode (i.e. no #LINE/#FILE, BANKED)
3274         * (_pic16_linkEdit): NEW, handles link stage, transferred here
3275         because of increased complexity of procedure,
3276         * (_process_pragma): stack pragma changed to format 'stack pos len',
3277         emit symbol '_stack_end' to conform with gplink,
3278         * src/pic16/pcode.c (pic16_newpCodeOpBit): using pic16_regWithName
3279         to search for register,
3280         * (pic16_get_op, pic16_get_op2): added case for PO_W, PO_WREG and
3281         PO_GPR_REGISTER,
3282         * (pic16_pCode2str): when in MPLAB compatibility mode, comment out
3283         #LINE directives and replace 'B' with 'BANKED' in instruction opcodes
3284         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
3285         case for PO_GPR_REGISTER,
3286         * (pic16_AnalyzeBanking): removed the old message for inc2h.pl, past
3287         dies, the new era is ahead !...
3288         * src/pic16/ralloc.c: added hash reposits pic16_dynAllocRegNames and
3289         pic16_dynInternalRegs,
3290         * (pic16_allocregWithName, pic16_procregWithName, pic16_regWithname): NEW,
3291         * (pic16_allocDirReg): minor optimizations and bug fixes,
3292         * (pic16_allocWithIdx): when searching pic16_dynProcessorRegs use fixed,
3293
3294         * device/lib/pic16/startup/crt0*.c: extern definition of stack_end,
3295         load stack and frame pointer with address of 'stack_end' symbol
3296
3297 2004-07-23 Vangelis Rokas <vrokas AT otenet.gr>
3298
3299         * src/pic16/glue.c (pic16emitStaticSeg): fixed bug with files
3300         without source code but only variable initializers
3301
3302 2004-07-20 Vangelis Rokas <vrokas AT otenet.gr>
3303
3304         * src/pic16/glue.c (pic16emitRegularMap): unused functions marked as
3305         external are not declared as extern to reduce overhead while linking
3306
3307 2004-07-20 Maarten Brock <sourceforge.brock AT dse.nl>
3308
3309         * src/SDCCast.c (decorateType): removed buggy fix for bug #979599
3310
3311 2004-07-11 Maarten Brock <sourceforge.brock AT dse.nl>
3312
3313         * src/SDCCglue.c (printIvalArray): fixed bug #984229, thanks to Phuah
3314           Yee Keat for the patch
3315         * src/SDCCast.c (decorateType): fixed bug #979599
3316         * src/ds390/gen.h: removed local fReturnSizeDS390
3317         * src/ds390/gen.c: made fReturnSizeDS390 signed short to remove a warning
3318         * src/ds390/gen.c (genAnd, genOr, genXor),
3319         * src/mcs51/gen.c (genAnd, genOr, genXor): generate better optimized code
3320
3321 2004-07-04 Vangelis Rokas <vrokas AT otenet.gr>
3322
3323         * src/SDCCmain.c (linkEdit): modifications only for pic16 port,
3324         add relFilesSet to $3, manipulate $2 to handle linking of object
3325         files without source files in command line,
3326         * device/include/pic16 (all headers): added ID location macros,
3327         * src/pic16/device.c (struct PIC16_device Pics16[]): added field
3328         entries for ID location bytes,
3329         * (pic16_assignIdByteValue): NEW,
3330         * src/pic16/device.h: new structures idRegInfo_t and idBytesInfo_t,
3331         added field dumpcalltree to pic16_options_t,
3332         * src/pic16/gen.c (genCmp): fixed bug case so a temporary register
3333         is used instead of pic16_Gstack_base_addr, check if (ifx) before
3334         emitting rFalseIfx label after check_carry label,
3335         * src/pic16/glue.c (PIC16_IS_IDLOC_ADDRESS, PIC16_IS_HWREG_ADDRESS,
3336         pic16_emitDIRegs), NEW
3337         * (pic16glue): dump .calltree file when option --calltree found,
3338         * src/pic16/main.c (OPTION _pic16_optionsTable): new option --calltree
3339         * (_pic16_genAssemblerPreamble): emit ID locations after
3340         configuration registers,
3341         * (pic16_linkCmd): modifications of the link command,
3342         * src/pic16/pcode.c (pic16_pciMOVFF): PCC_REGISTER replaces PCC_REGISTER2
3343         * (pic16_pCodeInitRegisters): don't init stack registers,
3344         * (pic16_findPrevInstruction): fixed bug,
3345         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): fixed
3346         bug with immediate registers,
3347         * (buildCallTree): traces stack push and pop,
3348         * (pct2): dump also stack usage for each function,
3349         * src/pic16/ralloc.c (dynrIdx): registers names start from 0x00
3350         * (pic16_allocDirReg): various modifications,
3351         * (pic16_typeRegWithIdx): when searching pic16_dynProcessorRegs set
3352         fixed to 1,
3353
3354 2004-07-02 Vangelis Rokas <vrokas AT otenet.gr>
3355
3356         * src/pic16/pcode.c: removed buggy double colon
3357
3358 2004-07-01 Borut Razem <borut.razem AT siol.net>
3359
3360         * support/scripts/sdcc.nsi: added include/pic16 to setup
3361
3362 2004-06-30 Vangelis Rokas <vrokas AT otenet.gr>
3363
3364         * device/lib/Makefile.in: fixed bug in target objects-pic16,
3365         * device/lib/pic16/Makefile: prefixed with dash (-) command under
3366         target 'clean',
3367         * doc/sdccman.lyx: changed version to 2.4.2 and added some port
3368         specific command line arguments. Also added sample lkr script
3369         for placing a variable at a specific memory bank.
3370         * src/pic16/device.c (pic16_dump_gsection): NEW, to dump variables
3371         at a specific memory bank,
3372         * (pic16_dump_isection): fixed bug which caused string literals to
3373         be omitted when dumping idata section,
3374         * (pic16_groupRegistersInSection): added code to handle registers
3375         in specific memory banks,
3376         * src/pic16/gen.c: labelOffset is prefixed with pic16_ and made
3377         public, all references are renamed too,
3378         * (pic16_aopGet): removed switch cases for AOP_R0,AOP_R1,AOP_DPTR,
3379         AOP_DPTR2,
3380         * (pic16_storeForReturn): added case to handle when dest is WREG,
3381         * src/pic16/genarith.c (pic16_pCodeOpSubType): NEW,
3382         * src/pic16/glue.c (pic16emitRegularMap): when adding a register in
3383         pic16_rel_udata, check to see if that register is marked as being
3384         a member of a specific memory bank,
3385         * (pic16_printIvalCharPtr): added code to add string literals either
3386         to code or the idata sections,
3387         * src/pic16/main.c (_process_pragma): added \n to WHITE constant,
3388         also accept the 'udata' pragma,
3389         * src/pic16/main.h: new structure types sectName and sectSym
3390         * src/pic16/pcode.c: added new pCodeInstruction entry for BANKSEL
3391         * (newpCodeOpBit): added PIC_OPTYPE subt in function prototype,
3392         * (pic16_findPrevInstruction): fixed, it returned nothing,
3393         * (insertBankSwitch): fixed to emit banksel/skip and skip/banksel
3394         instruction combinations,
3395         * (pic16_FixRegisterBanking): heavily reorganised,
3396         * (pic16_AnalyzeBanking): if generating banksel directives is
3397         disabled, then don't call FixRegisterBanking at all,
3398         * src/pic16/ralloc.c (bitEQUs, aliasEQUs, allDefsOutOfRange):
3399         completely removed,
3400         * (pic16_writeUsedRegisters): added call to pic16_dump_gsection
3401
3402 2004-06-29 Bernhard Held <bernhard AT bernhardheld.de>
3403
3404         * src/SDCCglue.c (printChar): fixed bug #973350, patch provided by
3405         Phuah Yee Keat <yk.phuah AT nestac.com>
3406
3407 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
3408
3409         * src/pic16/glue.c (pic16createInterruptVect): function now emits
3410         correctly the IVT even if it is relocated to some other location
3411
3412 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
3413
3414         * device/include/pic16/pic18fregs.h: added case for pic18f2220.h
3415         * device/include/pic16/pic18f2220.h: NEW,
3416         * device/lib/pic16/libdev/pic18f2220.c: NEW,
3417         * device/lib/pic16/libdev/Makefile: added 18f2220 in DEVS,
3418         * src/pic16/device.c (struct Pics16): added info for 18f2220,
3419         * src/pic16/device.h (struct pic16_options): added ivt_loc and
3420         nodefaultlibs, ivt_loc is the location of the interrupt vector
3421         table, and nodefaultlibs signs that default libraries should not be
3422         linked in link stage,
3423         * src/pic16/gen.c (genFunction): relocate interrupt vector functions
3424         according to --ivt-loc argument,
3425         * src/pic16/main.c (_process_pragma): emit '_stack' as public symbol
3426         when pragma stack is found,
3427
3428 2004-06-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3429
3430         * src/mcs51/peeph.def: added peepholes 182.d (return 0.0),
3431         256 (range check), 257 (do while), 258.a-f (bit banging
3432         f.e. on 3-wire SPI bus)
3433
3434 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3435
3436         * src/SDCClrange.c (findNextUseSym): fixed a live range bug with
3437         variables used exclusively within a loop
3438
3439 2004-06-21 Bernhard Held <bernhard AT bernhardheld.de>
3440
3441         * src/mcs51/gen.c (genCpl): quick fix for bug #974835
3442
3443 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3444
3445         * src/SDCClrange.c (computeClash): fixed bug #971834
3446
3447 2004-06-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3448
3449         * src/mcs51/gen.c (genCmp): fixed bug #975903
3450         * src/hc08/gen.c (operandsEqu),
3451         * src/ds390/gen.c (operandsEqu),
3452         * src/z80/gen.c (operandsEqu),
3453         * src/pic/gen.c (operandsEqu),
3454         * src/pic16/gen.c (operandsEqu),
3455         * src/mcs51/gen.c (operandsEqu): fixed bug #976283
3456         * src/SDCCmain.c (parseCmdLine): report --unknown-option only once
3457
3458 2004-06-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3459
3460         * src/SDCCcse.c (cseBBlock): fixed bug #966963
3461
3462 2004-06-12 Vangelis Rokas <vrokas AT otenet.gr>
3463
3464         * src/pic16/gen.c (genPointerGet): added E_INTERNAL_ERROR for
3465         default case in switch statement,
3466         * glue.c (pic16_initPointer): expr is initialised via decoarteType
3467         to eliminate problem with initialisation of pointers, but problem
3468         still exists,
3469         * (pic16_pointerTypeToGPByte): removed, no needed for pic16,
3470         * (emitStaticSegment): removed various lines emitting debug info,
3471         * src/pic16/pcode.c, src/pic16/pcode.h, src/pic16/ralloc.h:
3472         added processor registers for utilizing EEPROM,
3473         * src/pic16/pcode.c (pic16_emitDB): number of DBs emitted is not
3474         configurable and set 8
3475
3476 2004-06-08 Vangelis Rokas <vrokas AT otenet.gr>
3477
3478         * .version: increased version number to 2.4.2,
3479
3480         Cumulative patch for pic16 port
3481         * src/pic16/device.c: changed scheme to dump initial values for
3482         variables in idata segment, all print_idata* functions were removed,
3483         now the pic16_printIval* will be called,
3484         * src/pic16/glue.c: (pic16_initPointer, pic16_pointerTypeToGPByte,
3485         * _pic16_printPointerType, pic16_printPointerType,
3486         * pic16_printGPointerType, pic16_printIvalArray, pic16_printIvalStruct,
3487         * pic16_printIvalBitFields, pic16_printIvalFuncPtr, pic16_printIvalPtr:
3488         NEW, similar to the respective functions in SDCCglue.c,
3489         * src/pic16/pcode.c (pic16_emitDB, pic16_flushDB): reverted to old
3490         way, emitting hex bytes,
3491         * (pic16_emitDS): NEW, emits a string for pointer initialisation,
3492
3493 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3494
3495         * src/avr/ralloc.c (serialRegAssign),
3496         * src/xa51/ralloc.c (serialRegAssign),
3497         * src/pic/ralloc.c (serialRegAssign),
3498         * src/pic16/ralloc.c (serialRegAssign),
3499         * src/hc08/ralloc.c (serialRegAssign),
3500         * src/z80/ralloc.c (serialRegAssign),
3501         * src/ds390/ralloc.c (serialRegAssign),
3502         * src/mcs51/ralloc.c (serialRegAssign): fixed bug #964479
3503
3504 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3505
3506         * src/SDCCicode.c (geniCodeJumpTable): fixed bug #967601
3507         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug #966505
3508
3509 2004-06-07 Vangelis Rokas <vrokas AT otenet.gr>
3510
3511         Cumulative patch for pic16 port:
3512         * src/pic16/device.h (typedef PIC16_device) modified fields for
3513         defining microcontrollers,
3514         * src/pic16/device.c: added new info for all devices in Pics16 array,
3515         * src/pic16/gen.c (genPcall): fixed bug that caused the return label
3516         to be optimised out by the pCode optimiser,
3517         * src/pic16/glue.c (pic16emitRegularMap): treat implicit aggragates
3518         specially, bug reported by G.M. Gallant,
3519         * src/pic16/pcode.c (pic16_newpCodeLabelFORCE): NEW, marks a label
3520         as force'd so that cannot be optimised out by pCode optimiser,
3521         * src/pic16/pcode.c,
3522         * src/pic16/pcodepeeph.c,
3523         * src/pic16/pcoderegs.c: many modifications to re-enable peepholes,
3524         they are disabled by default, but can be enabled explicit with
3525         command argument --denable-peeps, for testing,
3526         * device/lib/pic16/startup/Makefile: added --no-peep,--pomit-config-words,
3527         --pomit-ivt in COMPILE_FLAGS
3528
3529 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
3530
3531         * src/pic16/pcode.c (pic16_emitDB): removed double semicolon which fails
3532           compilation on MSVC
3533
3534 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
3535
3536         * device/include/sab80515.h: added sfr P6, changed GPL to LGPL
3537
3538 2004-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3539
3540         device/include/sab80515.h: fixed bug #967492, DAPR is defined at adress
3541         0xd8, but the correct adress is 0xda. Thanks to anonymous for reporting
3542
3543 2004-06-06 Vangelis Rokas <vrokas AT otenet.gr>
3544
3545         * src/pic16/device.c (pic16_assignConfigWord): fixed bug that
3546         would only assign 0x300001 register.
3547
3548 2004-06-05 Vangelis Rokas <vrokas AT otenet.gr>
3549
3550         * device/lib/pic16/startup/Makefile: added $(MODELFLAGS)
3551         in COMPILE_FLAGS. Thanks to G. Gallant for report.
3552
3553 2004-06-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3554
3555         * doc/sdccman.lyx: minor changes, mentioned beta vendor support
3556         for ds80c400
3557         * src/mcs51/peeph.def: ran unexpand -a over peeph.def
3558         * src/mcs51/peeph.def: removed obsolete peephole 100.a,
3559         added peephole 254 (left shift), 255 (jump table)
3560
3561 2004-06-04 Vangelis Rokas <vrokas AT otenet.gr>
3562
3563         * device/lib/Makefile.in: removed comment line with model-pic16,
3564         * (target port-specific-objects-pic16): the libraries and objects
3565         are copied to the build directory form the device/lib/pic16/bin
3566         directory
3567
3568         Cumulative patch concerning pic16 port:
3569         * library directory has been re-organized,
3570         * added support for PIC18F1220,
3571         * added headers and library sources for chips 18f1220,18f6520,
3572         18f6620,18f6680,18f6720,18f8520,18f8620,18f8680,18f8720
3573
3574         * configuration registers setting has changed, now each supported
3575         device has a complete description of the registers it uses,
3576         * all initialisations are moved to idata sections, these section
3577         can be absolute or relocatable,
3578         * fixed initialisation of codespace variables,
3579         * fixed warning about PCLATU and gpsim,
3580         * src/pic16/gen.c (genCmp): now can handle partially iCodes with no ifx,
3581         * (genAssign): use table reads when assigning from variables in codespace,
3582         * src/pic16/glue.c (pic16emitStaticSeg): fixed to correctly initialise
3583         char/int variables placed in codespace,
3584         * (pic16_emitConfigRegs): NEW, emits a list with configuration
3585         registers set in .asm file, no need for --pomit-config-words anymore,
3586         * (pic16glue): some 8051 legacy segments are commented out
3587         (to be removed completely),
3588         * added support for alternative assembler and linker with --asm=
3589         and --link= command line arguments,
3590         * peepholes are disabled automatically in the port, no need to
3591         specify on command line,
3592         * port supports natively char/int/long multiplication, but converts
3593         all divisions to support functions,
3594         * main.c: pic16_linkCmd and pic16_asmCmd changed to force output
3595         to the file set in variable $2,
3596         * pcode.c (pic16_emitDB, pic16_flushDB): modified to print printable
3597         strings in ASCII format and not in hex,
3598         * ralloc.c (serialRegAssign): added a triplet of conditional calls
3599         to pic16_allocDirReg for IC_RESULT, IC_LEFT and IC_RIGHT so to
3600         allocate proper register if iCodes aren't temporary,
3601
3602 2004-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
3603
3604         * support/regression/tests/zeropad.c: added TEST_G macro for alpha
3605
3606 2004-06-02 Vangelis Rokas <vrokas AT otenet.gr>
3607
3608         * src/pic16/gen.c (genPcall): warning about gpsim and PCLATU
3609         is commented out
3610
3611 2004-06-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3612
3613         * src/hc08/gen.c (genPointerGetSetOfs): disabled optimization if
3614         computed address is reused
3615         * src/hc08/gen.c (genPackBits): fixed offsets in assignments to
3616         multi-byte bitfields
3617
3618 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
3619
3620         * src/z80/gen.c: (genArrayInit): must check for pointers too
3621
3622 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
3623
3624         * support/regression/tests/zeropad.c: never meant to commit the
3625           nestedstruct test: removed, added check for GCC version
3626
3627 2004-05-31 Maarten Brock <sourceforge.brock AT dse.nl>
3628
3629         * src/SDCCast.c (createIvalArray): fixed bug 770487 SIGSEGV
3630         * src/SDCCglue.c (emitRegularMap): fixed bug 770484 allocation problem
3631         * src/SDCCglue.c (initPointer, printIvalType, printIvalStruct,
3632           printIvalArray, printIvalFuncPtr, printIvalPtr, printIval): fixed
3633           bugs 928906 and 954082 half-empty initializers
3634         * src/SDCCsymt.h,
3635         * src/SDCCsymt.c (getAllocSize): added for above fix
3636         * src/z80/gen.c (genArrayInit): fixed bug 741044
3637         * support/regression/tests/zeropad.c: added tests
3638
3639 2004-05-30 Vangelis Rokas <vrokas AT otenet.gr>
3640
3641         * src/pic16/device.c (pic16_dump_section): corrected bug which
3642         caused some symbols of the libraries to be misplaced
3643
3644 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
3645
3646         * src/pic16/glue.c,
3647         * src/pic16/ralloc.h,
3648         * src/pic16/ralloc.cc: prefixed IS_CONFIG_ADDRESS with PIC16_
3649         to fix conflict with pic port
3650
3651 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
3652
3653         * src/pic16/glue.c (pic16emitStaticSeg): do not print as publics or
3654         externs configuration variables,
3655         * src/pic16/ralloc.h,
3656         * src/pic16/ralloc.cc: IS_CONFIG_ADDRESS is made public and added
3657         prototype in header, commented out some debug messages
3658
3659 2004-05-26 Vangelis Rokas <vrokas AT otenet.gr>
3660
3661         * src/pic16/glue.c,
3662         * src/pic16/main.c,
3663         * src/pic16/pcode.c: added gpasm directives #FILE/#LINE
3664         for gpasm COFF object generation. Thanks to D. Hawkins for
3665         his patch info
3666
3667 2004-05-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3668
3669         * src/ds390/main.c,
3670         * src/mcs51/main.c: fixed sort order of mnemonics (thanks to Maarten
3671         Brock for spotting this)
3672         * src/ds390/gen.c (genEndFunction),
3673         * src/mcs51/gen.c (genEndFunction): always save psw if function is an
3674         interrupt handler and critical. Disable push/pop optimizations when
3675         peephole optimizations disabled.
3676
3677 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
3678
3679         Updated pic16 library sources and headers.
3680         * device/lib/pic16/pic18f*/ ,
3681         * device/include/pic16/*.h: modified to handle structured SFR
3682         definitions
3683
3684 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
3685
3686         * src/port.h (PORT structure): added hook initPaths, now each
3687         port can declare its own default search paths,
3688         which can been seen with the --print-search-dirs option,
3689         see pic16 port for example,
3690         * src/SDCCmain.c (setBinPaths, setIncludePaths, setLibPath,
3691         setDataPaths): test to options.printSearchDirs is ifdef'ed out,
3692         * (doPrintSearchDirs): NEW, replaces in a central manner the
3693         printing of search dirs which was split in set*Paths functions,
3694         * (main): added call to port->initPaths and doPrintSearchDirs,
3695         * src/avr/main.c,
3696         * src/ds390/main.c,
3697         * src/hc08/main.c,
3698         * src/izt/i186.c,
3699         * src/izt/tlcs900h.c,
3700         * src/mcs51/main.c,
3701         * src/pic/main.c,
3702         * src/pic16/main.c: modified port structures to reflect addition of
3703         initPaths hook,
3704
3705         * src/pic16/device.c (regCompare): registers are finally sorted by name,
3706         * (pic16_dump_section): for registers in same address reserve memory once,
3707         * src/pic16/device.h (struct PIC16_device): changed variable gen_banksel
3708         to no_banksel,
3709         * src/pic16/genarith.c (pic16_genPlus): added code to handle cases where
3710         result is greater in size than right or left,
3711         * (pic16_genUMult8X8_8): there are some cases where the result can
3712         be 16 bits size, so handle these,
3713         * src/pic16/gen.c: changed some pic16_emitpcomment to DEBUGpic16_emitcode,
3714         * (pic16_outBitC): modified to emit pcodes,
3715         * (pic16_storeForReturn): using is_LitOp to see if operand is literal
3716         or not,
3717         * (genDivOneByte): implemented algorithm to divide 8-bits,
3718         * (genCmp): uncommented goto, but issues still exist,
3719         * (genAnd): fixed a bug with variables >8bits,
3720         * (genPackBits): optimization added that uses BCF/BSF to change a
3721         single bit,
3722         * (genAssign): fixed bug when assigning floating point literals,
3723         * src/pic16/glue.c (pic16glue): added assembler directive 'code' before
3724         __sdcc_gsinit_startup label,
3725         * src/pic16/main.c (_pic16_init): removed search directory
3726         initialisations,
3727         * (_pic16_initPaths): NEW, used to initialise search directories,
3728         * (_hasNativeMulFor): support functions for all except char/int
3729         multiplication, and char division,
3730         * (PIC16_port struct): modified entry for native mul support,
3731         * src/pic16/pcode.c (insertBankSwitch): modified to support the renamed
3732         no_banksel option,
3733         * (buildCallTree): call to register_usage is ifdef'ed out,
3734
3735 2004-05-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3736
3737         * device/include/string.h: applied Stas Sergeev's patch to make this
3738         header file compatible with the preprocessor -Wundef option
3739         * src/SDCCmain.c (main): abort compilation if preprocessor reports
3740         failure (fixes bug #941458)
3741
3742 2004-05-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3743
3744         * src/SDCCopt.c (killDeadCode): fixed bug #907733
3745         * support/Util/SDCCerr.c: reworded E_AUTO_ASSUMED diagnostic to clarify
3746         that the variable, not the function, should be static
3747         * src/SDCCval.c (valCastLiteral): fixed bit initialization from literal
3748         to be consistent with non-literal case
3749
3750 2004-05-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3751
3752         * src/SDCCast.c (isConformingBody): fixed bug #949967
3753         * src/SDCCopt.c (cnvToFcall, cnvToFloatCast, cnvFromFloatCast,
3754         convilong): fixed bug #952086
3755
3756 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3757
3758         * src/SDCCmem.c (allocVariables): fixed bug #955321
3759
3760 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3761
3762         * src/hc08/main.c (_hc08_genAssemblerEnd),
3763         * src/SDCCdwarf2.c (dwOpenFile, dwCloseFile, dwWriteFunction,
3764         dwWriteModule, dwWriteCLine, dwWriteALine, dwarf2FinalizeFile):
3765         completely eliminated the use of a temporary file
3766         * src/SDCCdwarf2.c (dwWriteAttr): fixed bug with location list offset
3767         when more than one file linked
3768         * src/SDCCloop.c (pointerAssigned): fixed bug #954163
3769
3770 2004-05-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3771
3772         * src/SDCCval.c (valForArray): applied Maarten Brock's patch #947682
3773         which fixes bug #543481
3774         * support/regression/tests/bug-751703.c: fixed comments left from a
3775         cut and paste error
3776         * src/SDCCdwarf2.c (dwCloseFile): don't explicitly close a temp file
3777         * src/SDCCdwarf2.c (dwTagFromType): added bitfield support
3778         * src/SDCCdwarf2.c (dwWriteSymbolInternal): handle extern within local
3779         scopes
3780         * src/SDCCdwarf2.c (dwWriteLineNumber): line number deltas are signed
3781         * src/SDCCmain.c (processFile, parseCmdLine): non-alphanumeric chars
3782         are now changed to underscores in moduleName
3783
3784 2004-05-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3785
3786         * as/mcs51/lkmem.c: better fix for bug #954173
3787
3788 2004-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
3789         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3790
3791         * device/include/c8051f020.h: newly added SiLabs (Cygnal) header file
3792         * device/include/c8051f000.h,
3793         * device/include/c8051f120.h,
3794         * device/include/c8051f300.h,
3795         * device/include/c8051f310.h,
3796         * device/include/c8051f320.h: updated (added _XPAGE, CAPN, CAPP,
3797         PWM16) and detab'ed
3798
3799 2004-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3800
3801         * doc/sdccman.lyx: mentioned sourceforge's delay between web frontend
3802         and mailing lists, doc'ed --no-peep-comments, removed reference
3803         to knoppix (newest version has no LyX/LaTeX), other minor changes
3804         * src/SDCCglue.c (glue): save 2 bytes stack space with
3805         option --main-return. The ljmp could probably be avoided too
3806
3807 2004-05-14 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3808
3809         * as/mcs51/lkmem.c, as/mcs51/lkaomf51: fixed bug 954173
3810
3811 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3812
3813         * src/SDCCsymt.h: added IS_AUTO(symbol) test macro
3814         * src/SDCCopt.c (isLocalWithoutDef),
3815         * src/SDCCicode.c (operandFromSymbol): use the IS_AUTO test macro
3816         which adds a !IS_EXTERN codition. Fixes bugs #877426 and #751703.
3817         (credit to Maarten Brock for patch #949363, on which this is based)
3818         * support/regression/tests/bug-751703.c: some test cases of extern used
3819         within inner scopes.
3820
3821 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3822
3823         * src/SDCCdwarf2.c (dwMatchTypes): structs must have matching
3824         SPEC_STRUCT
3825         * src/SDCCdwarf2.c (dwTagFromType): fix to handle recursive
3826         struct definitions
3827         * src/SDCCdwarf2.c (dwWriteModule, dwNewDebugSymbol, dwWriteEndFunction,
3828         dwWriteLabel): fix to create valid debugger symbols even when
3829         the module name has non-alphanumeric symbols in it
3830         * src/SDCCdwarf2.c (dwWriteSymbolInternal): better detection for
3831         when a variable's allocation has been optimized away
3832
3833
3834 2004-05-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3835
3836         * src/hc08/gen.c (hc08_emitDebuggerSymbol),
3837         * src/hc08/main.c,
3838         * src/mcs51/gen.c (mcs51_emitDebuggerSymbol),
3839         * src/mcs51/main.c,
3840         * src/ds390/gen.c (ds390_emitDebuggerSymbol),
3841         * src/ds390/main.c,
3842         * src/z80/gen.c (z80_emitDebuggerSymbol),
3843         * src/z80/main.c,
3844         * src/pic/gen.c (pic14_emitDebuggerSymbol),
3845         * src/pic/main.c,
3846         * src/pic16/gen.c (pic14_emitDebuggerSymbol),
3847         * src/pic16/main.c,
3848         * src/avr/gen.c (avr_emitDebuggerSymbol),
3849         * src/avr/main.c,
3850         * src/xa51/gen.c (xa51_emitDebuggerSymbol),
3851         * src/xa51/main.c,
3852         * src/SDCCdebug.c (emitDebuggerSymbol),
3853         * src/SDCCdebug.h,
3854         * src/port.h: added a debugger struct to the port struct. Added a
3855         callback for defining debugger symbols
3856
3857         * src/SDCCast.c (createLabel),
3858         * src/SDCC.y (labeled_statement): mark all compiler generated labels
3859         with isitmp = 1
3860         * src/SDCCicode.h,
3861         * src/SDCCicode.c (geniCodeFunctionBody): added a link from the FUNCTION
3862         iCode back to the ast for the function
3863
3864         * src/hc08/ralloc.c (hc08_assignRegisters),
3865         * src/hc08/ralloc.h: define a regs struct for the stack pointer. Removed
3866         unneeded fields from the regs struct.
3867         * src/hc08/gen.c (transferRegReg, genFunction, genEndFunction): use the
3868         pushReg() & pullReg() functions instead of emitcode()
3869
3870         * src/hc08/gen.c (genLabel, genhc08Code),
3871         * src/SDCCdebug.h: Added additional debugger hooks needed for DWARF
3872
3873         * src/cdbFile.c (cdbWriteLabel, cdbWriteScope): Added stubs for unneeded
3874         debugger hooks
3875
3876         * src/hc08/gen.c (genEndFunction, genhc08Code),
3877         * src/hc08/gen.h,
3878         * src/mcs51/gen.c (genEndFunction, gen51Code),
3879         * src/mcs51/gen.h,
3880         * src/ds390/gen.c (genEndFunction, gen390Code),
3881         * src/ds390/gen.h,
3882         * src/z80/gen.c (genEndFunction, genZ80Code),
3883         * src/z80/gen.h,
3884         * src/z80/z80.h,
3885         * src/pic/gen.c (genEndFunction, genpic14Code),
3886         * src/pic/gen.h,
3887         * src/pic16/gen.c (genEndFunction, genpic16Code),
3888         * src/pic16/gen.h,
3889         * src/avr/gen.c (genEndFunction, genAVRCode),
3890         * src/avr/gen.h,
3891         * src/xa51/gen.c (genEndFunction, genXA51Code),
3892         * src/xa51/gen.h,
3893         * src/cdbFile.c (cdbWriteFunction, cdbWriteEndFunction): moved cdb
3894         specific code to cdbFile.c and out of the backend code generators
3895
3896         * as/hc08/lkmain.c (main): removed OMF51 support from link-hc08
3897         * as/hc08/lkarea.c (lnkarea): areas with NOLOAD attribute default
3898         starting address is now 0
3899
3900         * as/hc08/asm.h,
3901         * as/hc08/m08pst.c,
3902         * as/hc08/asmain.c (asmbl): implemented the .sleb128 and .uleb128
3903         assembler directive for DWARF support
3904         * as/hc08/lkelf.c (elf): only increment address when rtflg[] set
3905
3906         * src/src.dsp,
3907         * src/Makefile.in,
3908         * src/SDCCdwarf2.c: preliminary DWARF (ver 2) debugger data generator
3909
3910 2004-05-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3911
3912         * src/hc08/gen.c (genJumpTab, emitcode, genhc08code): fixed stack error
3913         and inappropriate peephole optimization in jump tables
3914
3915 2004-04-30 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3916
3917         * as/hc08/m08pst.c,
3918         * src/SDCCglue.c: sdccopt works for the hc08 port now
3919
3920 2004-04-27 Bernhard Held <bernhard AT bernhardheld.de>
3921
3922         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): fixed bug #942130
3923
3924 2004-04-27 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3925
3926         * as/hc08/lkelf.c: sdccconf.h is not available in WIN32
3927
3928 2004-04-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3929
3930         * src/SDCCpeeph.c (replaceRule): support empty replacement peephole
3931         rules
3932         * src/SDCCmain.c,
3933         * src/SDCCglobl.h,
3934         * src/SDCCpeeph.c (getPeepLine): new option --no-peep-comments omits
3935         comments from the peephole optimizer replacement rules
3936         * src/SDCCmem.c (printAllocInfoSeg): give actual location of spilled
3937         symbols
3938         * src/SDCCcse.c (updateSpillLocation),
3939         * src/SDCCopt.c (killDeadCode, findReqv): better tracking of register
3940         equivalents
3941         * src/hc08/ralloc.c (regTypeNum): pseudo symbols must be in DATA only
3942         * src/hc08/main.c (_hc08_finaliseOptions): made pointers to stack
3943         objects far pointers
3944
3945 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3946
3947         * src/SDCCsymt.h: a missing part of my last change
3948         * src/pic/ralloc.c (regTypeNum),
3949         * src/pic16/ralloc.c (regTypeNum): fixed statement/declaration order
3950
3951 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3952
3953         * src/SDCCicode.h,
3954         * src/SDCCicode.c (aggrToPtrDclType),
3955         * src/SDCCptropt.h,
3956         * src/SDCCptropt.c (ptrBaseRematSym, ptrPseudoSymSafe,
3957         ptrPseudoSymConvert),
3958         * src/pic/ralloc.c (regTypeNum),
3959         * src/pic16/ralloc.c (regTypeNum),
3960         * src/hc08/ralloc.c (regTypeNum),
3961         * src/ds390/ralloc.c (regTypeNum),
3962         * src/mcs51/ralloc.c (regTypeNum): check for dependancy hazards before
3963         creating pseudo symbols (fixed bugs #777768, #930484, and #933966)
3964
3965 2004-04-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3966
3967         * link/z80/lkmain.c (afile),
3968         * as/hc08/lkmain.c (afile),
3969         * as/mcs51/lkmain.c (afile): fix suggested by Maarten Brock to
3970         prevent a pointer problem when a filename has no directory and
3971         no extension specified.
3972
3973 2004-04-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3974
3975         * link/z80/lkmain.c (afile): allow periods in directory names
3976         * link/z80/lkmain.c (afile),
3977         * as/mcs51/lkmain.c (afile),
3978         * as/hc08/lkmain.c (afile): allow linker script file to have an
3979         extension other than ".lnk"
3980         * link/z80/lklex.c (getfid),
3981         * link/z80/lkmain.c (parse),
3982         * as/mcs51/lklex.c (getfid),
3983         * as/mcs51/lkmain.c (parse),
3984         * as/hc08/lklex.c (getfid),
3985         * as/hc08/lkmain.c (parse): Support comments in the linker script
3986         file on lines by themselves and after filenames
3987
3988 2004-04-20 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3989
3990         * as/link_hc08.dsp: Added as/hc08/lkelf.c to project.
3991
3992 2004-04-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3993
3994         * src/z80/peeph-z80.def: removed some peephole rules that don't
3995         work with multibyte arithmetic (fixed bug #937126)
3996         * src/mcs51/peeph.def: fixed peephole rules 150-158 to apply only
3997         to registers and not global variables
3998         * src/SDCCicode.c (geniCodeAssign, ast2iCode, geniCodePostInc,
3999         geniCodePreInc, geniCodePostDec, geniCodePreDec,
4000         geniCodeLogicAndOr, geniCodeConditional): enforce strict lvalue
4001         checking for assignments not internally generated (fixed bug #931895)
4002         * src/SDCC.y (postfix_expr): ignore typedefs when looking for a
4003         structure member (fixed bug #930072)
4004
4005 2004-04-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4006
4007         * src/SDCCmain.c (linkEdit),
4008         * src/hc08/main.c (_hc08_parseOptions),
4009         * as/hc08/Makefile.in,
4010         * as/hc08/aslink.h,
4011         * as/hc08/asm.h,
4012         * as/hc08/m08pst.c,
4013         * as/hc08/lkrloc.c (relr, rele),
4014         * as/hc08/lkarea.c (lnkarea)
4015         * as/hc08/lkmain.c (afile, parse),
4016         * as/hc08/lkelf.c: support for ELF output
4017         * as/hc08/lks19.c (s19),
4018         * as/hc08/lkihx.c (ihx): ignore areas with the NOLOAD attribute
4019
4020 2004-04-17 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4021
4022         * as/mcs51/lkihx.c: Fixed bug #899105.
4023
4024 2004-04-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4025
4026         * doc/sdccman.lyx: Added instructons on how to convert MSVC .dsw and
4027         .dsp files from Unix to DOS.
4028
4029 2004-04-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4030
4031         * doc/sdccman.lyx: removed the ANSI-C noncompliance note regarding
4032         function pointers; we have been compliant for several months now.
4033         * src/mcs51/ralloc.c (serialRegAssign): enabled part of my 2004-04-13
4034         change that was accidently commented out
4035         * src/mcs51/gen.c (freeAsmop, getFreePtr, freeForBranchAsmop, genIfxJump,
4036         genCmpEq, jmpTrueOrFalse, genCmp, genAnd, genOr, genXor, genIfx): fixed
4037         bug #922319
4038
4039 2004-04-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4040
4041         * src/hc08/gen.c: output of all of the internal debugging information
4042         is now controlled by the D() macro; it is disabled by default
4043
4044 2004-04-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4045
4046         * src/mcs51/ralloc.c (serialRegAssign, fillGaps, allocThisReg): try
4047         harder to keep the same registers during a CAST iCode
4048         * src/SDCCopt.c (optimizeCastCast, eBBlockFromiCode): casts of char to
4049         long via int can be done in a single cast, if the signedness is
4050         correct.
4051         * support/regression/tests/bug-927659.c: fixed to avoid conflict with
4052         putchar() in tinibios.c in ds390's library
4053
4054 2004-04-12 Bernhard Held <bernhard AT bernhardheld.de>
4055
4056         * src/SDCCast.c (decorateType): fixed bug #898889,
4057         cast result of a literal complement too
4058         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #930931,
4059         fixed check for bitfields
4060
4061 2004-04-11 Bernhard Held <bernhard AT bernhardheld.de>
4062
4063         * src/SDCCicode.c (geniCodeLogic): made it static,
4064         (geniCodeLogicAndOr): added in order to fix bug #905492,
4065         (ast2iCode): fixed bug #905492
4066         * support/regression/tests/bug-905492.c: added
4067         * src/SDCCast.c (decorateType): don't decorate/process parms twice,
4068         (processParms): fixed bug #927659: don't copy parms, this will clear
4069         decorated flag
4070         * support/regression/tests/bug-927659.c: added
4071
4072 2004-03-29 Bernhard Held <bernhard AT bernhardheld.de>
4073
4074         * src/SDCCast.c (addCast): don't cast float to char
4075         * device/lib/libsdcc.lib: added _memmove
4076
4077 2004-03-28 Bernhard Held <bernhard AT bernhardheld.de>
4078
4079         * device/lib/large/Makefile: fixed parallel execution by
4080         replacing `make` by `$(MAKE)`
4081
4082 2004-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4083
4084         * src/hc08/gen.c (genPointerGetSetOfs): correctly handle 1 byte array
4085         offsets (fixes bug #923936)
4086
4087 2004-03-26 Bernhard Held <bernhard AT bernhardheld.de>
4088
4089         * device/lib/small/Makefile: fixed parallel execution by
4090         replacing `make` by `$(MAKE)`
4091
4092 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
4093
4094         * device/lib/vprintf.c (vsprintf): minor optimization, see bug #801101
4095
4096 2004-03-23  Scott Dattalo  <scott AT dattalo.com>
4097
4098         * src/pic/gen.c (genCpl): multi-byte complements were not working.
4099         * src/regression/Makefile: Regression test was not running.
4100
4101 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
4102
4103         * src/SDCCast.c (resultTypePropagate, decorateType): avoid promotion to int for
4104         complement if possible
4105         * src/SDCCval.c (valComplement),
4106         * src/SDCCicode.c (operandOperation): fixed complement of literal
4107         * support/regression/tests/onebyte.c (testComplement): added
4108
4109 2004-03-22 Bernhard Held <bernhard AT bernhardheld.de>
4110
4111         * src/SDCCast.c (processParms): fixed bug #920866; decorateType() can
4112         return an optimized tree; actually replace actParm with the new tree
4113         * src/SDCCast.h: added some parantheses to remove side effects
4114         * support/regression/tests/bug-920866.c
4115
4116 2004-03-21  Scott Dattalo  <scott AT dattalo.com>
4117         * src/pic/gen.c, src/pic/gen.h, src/pic/genarith.c, src/pic/pcode.c:
4118         Bit operands were not being handled properly in the pic14 port.
4119         (now src/regression/add.c passes again).
4120
4121 2004-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4122
4123         * src/SDCC.y (labeled_statement): case and default no longer require
4124         a following statement (RFE #893037)
4125
4126 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4127
4128         * src/mcs51/gen.c (pushSide, genSignedRightShift, genDjnz, geniPush):
4129         use MOVA macro to avoid "mov a,acc" when peephole optimizer is
4130         disabled (fixes bug #916294)
4131         * sim/ucsim/s51.src/mov.cc (inst_mov_a_addr): Throw an error on
4132         "mov a,acc"; patch provided by Lenny Story
4133         * device/include/mc68hc908gp32.h: header contibuted by Juan Gonzalez
4134
4135 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4136
4137         * src/mcs51/gen.c (genFunction): optimize RECEIVE in reentrant
4138         functions
4139         * src/ds390/gen.c (genFunction, genEndFunction),
4140         * src/ds390/ralloc.c (ds390_assignRegisters),
4141         * src/mcs51/gen.c (genFunction, genEndFunction, mcs51_assignRegisters):
4142         * src/mcs51/ralloc.c (mcs51_assignRegisters): Skip optimizing registers
4143         pushed if there are parameters passed on the stack. Also, a cleaner
4144         way to decide if r0/r1 should be pushed/popped. (Together they fix
4145         bug #918693)
4146
4147 2004-03-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4148
4149         * doc/sdccman.lyx,
4150         * device/lib/mcs51/crtpagesfr.asm,
4151         * device/lib/mcs51/crtxinit.asm,
4152         * device/lib/mcs51/crtxstack.asm: Changed name of _PAGESFR to _XPAGE
4153         to avoid confusion with Si Lab's SFRPAGE register.
4154
4155 2004-03-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4156
4157         * src/SDCCglue.c (emitMaps): allow public sfr variables
4158         * src/SDCCglue.c (initialComments): include compiler build date
4159         with compiler version and put the timestamp of the generated
4160         assembly file on a serperate line to be less confusing.
4161         * src/port.h: added genInitStartup hook
4162         * src/avr/main.c,
4163         * src/ds390/main.c,
4164         * src/hc08/main.c,
4165         * src/pic/main.c,
4166         * src/pic16/main.c,
4167         * src/xa51/main.c,
4168         * src/z80/main.c: genInitStartup initialize as NULL (default to
4169         historical behaviour)
4170         * src/SDCCglue.c (glue): _sdcc_gsinit_startup is now port specific.
4171         * src/mcs51/main.c: (_mcs51_genInitStartup, _mcs51_genExtraAreas,
4172         _mcs51_genXINIT, _mcs51_genRAMCLEAR): link initialization code from the
4173         library instead of hard coding it into the compiler.
4174         * support/regression/ports/mcs51-stack-auto/spec.mk,
4175         * src/SDCCmain.c (linkEdit): added mcs51.lib to the link libraries
4176         * device/lib/mcs51/Makefile,
4177         * device/lib/small/Makefile,
4178         * device/lib/large/Makefile,
4179         * device/lib/mcs51/crtpagesfr.asm,
4180         * device/lib/mcs51/crtstart.asm,
4181         * device/lib/mcs51/crtxclear.asm,
4182         * device/lib/mcs51/crtxinit.asm,
4183         * device/lib/mcs51/crtclear.asm,
4184         * device/lib/mcs51/crtxstack.asm: move most of the mcs51 C runtime
4185         startup/initialization out of src/SDCCglue.c and src/mcs51/main.c
4186         and into user configurable files.
4187         * device/lib/clean.mk: clean mcs51 directory too
4188         * support/regression/tests/longlit.c: added static to T1 declaration
4189         * doc/sdccman.lyx: documented _PAGESFR sfr for customizing pdata
4190         accesses in the initialization code
4191
4192 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4193
4194         * device/include/mc68hc908qy.h: corrected declarations of FLBPR and
4195         OSCTRIMVAL as noted in bug #916008
4196
4197 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4198
4199         * src/SDCCloop.c (basicInduction): fixed bug with loop induction
4200         in loops with multiple exits (reported as incorrect registers
4201         used by Martin Helmling in Sdcc-user list)
4202
4203 2004-03-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4204
4205         * src/ds390/main.c (_ds390_genAssemblerPreamble): cosmetic change,
4206         made ds390 register extensions look less like error messages
4207
4208 2004-03-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4209
4210         * src/SDCCglue.c (printIvalPtr): fixed bug with pointer initializer
4211         reported by Adam Wozniak in Sdcc-user list
4212
4213 2004-03-10 Bernhard Held <bernhard AT bernhardheld.de>
4214
4215         * src/SDCCast.c (decorateType): fixed with bug and promotion in
4216         arithmetic optimizations, added debug output
4217
4218 2004-03-09 Bernhard Held <bernhard AT bernhardheld.de>
4219
4220         * device/lib/time.c (mktime): fixed bug reported by Bert Thomas
4221         * sdcc.spec: updated and split sdcc into 3 rpms
4222         * src/SDCCast.c (decorateType): &|^ don't need addCast(); addCast() is
4223         needed for literals of LEFT_OP and '+'
4224         * src/SDCCicode.c (geniCodeLogic): I must have been braindead when I
4225         introduced RESULT_TYPE_NOPROM
4226         (geniCodeMultiply): fixed logic for decision if mul is optimized to
4227         left shift
4228         * src/SDCCsymt.c (computeType): op is int; added RESULT_TYPE_OTHER;
4229         limited promotion to int only for '*'
4230         * src/SDCCsymt.h (computeType): op is int, removed RESULT_TYPE_NOPROM
4231
4232 2004-03-09 Hans Dorn <hjdorn AT users.sourceforge.net>
4233
4234         * src/pic16/gen.c (genSkip),
4235         (genc16bit2lit), (gencjneshort): commented out
4236         (is_LitOp): new helper function, checks operand type
4237         (genCmpEq): rewritten
4238
4239 2004-03-08 Bernhard Held <bernhard AT bernhardheld.de>
4240
4241         * support/regression/tests/bug-908454.c: added
4242
4243 2004-03-07 Bernhard Held <bernhard AT bernhardheld.de>
4244
4245         * src/SDCCast.c (addCast): fixed bug #908454 by promoting bits to char
4246         * src/SDCCicode.c (usualBinaryConversions): op needs int type
4247         (geniCodeCast): cosmetic, don't preserve bit storage class
4248         (geniCodeLeftShift): added promotion
4249         (geniCodeLogic): fixed regression
4250         * src/SDCCsymt.c (computeTypeOr): accept bits too
4251         (compareType): 2nd part of fix for bug #908454, needed for bitfields
4252
4253 2004-03-07  Borut Razem <borut.razem AT siol.net>
4254
4255         * support/Util/findme.c: alloca() replaced with malloc()/free() pair
4256
4257 2004-03-06 Vangelis Rokas <vrokas AT otenet.gr>
4258
4259         * src/pic16/ralloc.c (pic16_genPackRegisters): reverted to old
4260         version of pic16_genPackRegisters which does not check if ic is a
4261         CAST operator,
4262         * src/pic16/gen.c (ifxForOp): disabled new and untested code in
4263         function cause string1.c regression test fails
4264
4265 2004-03-06 Bernhard Held <bernhard AT bernhardheld.de>
4266
4267         * sim/ucsim/configure.in,
4268         * sim/ucsim/configure,
4269         * sim/ucsim/doc/Makefile.in: use docdir
4270         * src/SDCC.y: fixed sbit atrributes
4271         * src/SDCCast.c (getResultTypeFromType): added support for bitfields
4272         * src/SDCCast.c (decorateType): |^& need special promotion handling
4273         * src/SDCCast.h,
4274         * src/SDCCsymt.h: moved definition of RESULT_TYPE
4275         * src/SDCCsymt.h (computeType),
4276         * src/SDCCicode.c: computeType() needs op
4277         * src/SDCCsymt.c (checkTypeSanity),
4278         * doc/sddman.lyx: "plain" bitfields are unsigned
4279         * src/SDCCsymt.c (computeTypeOr): added
4280         * src/SDCCsymt.c (computeType): added support for bitfields, fixed
4281         |^& ops
4282         * src/SDCCval.c (val*): computeType() needs op
4283         * src/SDCCval.c (valCastLiteral): fixed casting of bitfields
4284         * support/regression/tests/onebyte.c: added tests for |^&
4285
4286 2004-03-06 Hans Dorn <hjdorn AT users.sourceforge.net>
4287
4288         * src/pic16/gen.c: (genpic16Code) use copy of printILine's output
4289         for writing icode into asm output.
4290
4291 2004-03-05 Vangelis Rokas <vrokas AT otenet.gr>
4292
4293         * src/pic16/device.c: added some debug lines enabled
4294         with macro DEBUG_CHECK,
4295         * src/pic16/genarith.c: more debug in genPlus,
4296         * (pic16_genUMult8XLit_16, pic16_genUMult8X8_16): removed,
4297         * (pic16_genUMult16X16_16, pic16_genUMult16XLit_16): NEW,
4298         * src/pic16/gen.c: added prototypes for pic16_genMult16X16_16,
4299         * (aopForSym): onStack symbols are re-placed in data memspace,
4300         and onStack flag is cleared,
4301         * (pic16_popGetTempReg, pic16_popReleaseTempReg): modified to
4302         copy temporary pcodeop,
4303         * (genPcall): added warning for not updating PCLATU,
4304         * (genFunction): removed test with IFFUNC_CALLEESAVES, its
4305         always true for pic16 port,
4306         * (genMultOneWord): NEW, supports integer multiplication,
4307         * (genMult): modified to call genMultOneWord,
4308         * (ifxForOp): added warning when return NULL,
4309         * src/pic16/glue.c (pic16emitRegularMap): symbol implicit
4310         flag is set before call to operandFromSymbol for implicit
4311         added structures,
4312         * src/pic16/main.c (_pic16_finaliseOptions): options.float_rent,
4313         options.intlong_rent are set by default,
4314         * (_hasNativeMulFor): modified to allow port generation of integer
4315         multiplication,
4316         * src/pic16/ralloc.c (pic16_allocDirReg): commented out line which
4317         set regtype to REG_SFR for all registers, restricting seting the
4318         accessBank flag for registers 0<= r < 0x80 and 0xf80<=r<=0xfff,
4319
4320 2004-03-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4321
4322         * src/mcs51/peephole.def: added 251.b and 253.x. 253.x are applied
4323         more than 500 times in the regression tests
4324
4325 2004-03-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4326
4327         * support/Util/SDCCerr.h,
4328         * support/Util/SDCCerr.c,
4329         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
4330         enumerator_list),
4331         * src/SDCCsymt.c (addSymChain): show location of oriignal definition
4332         for symbol conflicts.
4333         * support/valdiags/tests/enum.c,
4334         * support/valdiags/tests/tentdecl.c,
4335         * support/valdiags/tests/struct.c: expect possible error messages
4336         referring to original symbol definitions.
4337         * src/SDCC.y (struct_or_union_specifier, struct_declarator),
4338         * src/SDCCsymt.h,
4339         * src/SDCCsymt.c (promoteAnonStructs): support anonymous struct/union
4340
4341 2004-03-03 Hans Dorn <hjdorn AT users.sourceforge.net>
4342
4343         * src/pic16/gen.c (gencjne): fixed for right=REG / left=LIT
4344
4345 2004-02-03 Vangelis Rokas <vrokas AT otenet.gr>
4346
4347         * src/pic16/ralloc.c (newReg): fixed bug #908929
4348
4349 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4350
4351         * src/ds390/gen.c: added missing #include "main.h"
4352
4353 2004-03-02 Vangelis Rokas <vrokas AT otenet.gr>
4354
4355         * src/pic16/device.c (checkAddSym): NEW, adds a symbol to set while
4356         checking if symbol is already in set,
4357         * src/pic16/device.h: prototype for checkAddSym,
4358         * src/pic16/gen.c: (_G): added entry interruptvector,
4359         * (assignResultValue): removed some commented out lines,
4360         * (genFunction): check for ISR via sym->type, absolute section for
4361         interrupt code is created via a new pBlock, the goto instruction is
4362         placed now correctly at the interrupt vector position, changed all
4363         references from ivec to _G.interruptvector,
4364         * WREG,STATUS,BSR are not saved in stack upon an entry to interrupt
4365         is the interrupt is a high priority one, same for return from ISR,
4366         * src/pic16/glue.c: changed all calls of addSetHead for publics and
4367         externs to calls of checkAddSym,
4368         * src/pic16/pcode.c (pic16_pBlockConvert2*): emit warning when
4369         pic16_pcode_verbose flag is set,
4370         * src/pic16/pcode.h: extern to pic16_pcode_verbose,
4371         * src/pic16/pcoderegs.c: message about how many registers are saved
4372         will only be emitted if pic16_pcode_verbose flag is set,
4373
4374 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4375
4376         * src/ds390/ralloc.h,
4377         * src/ds390/ralloc.c (ds390_regWithIdx),
4378         * src/ds390/gen.c (emitcode),
4379         * src/ds390/main.h,
4380         * src/ds390/main.c (instructionSize, ds390newAsmLineNode, updateOpRW,
4381         ds390opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
4382         ds390operandCompare, getRegsRead, getRegsWritten,
4383         initializeAsmLineNode): customized instruction size calculation for
4384         ds390, started basis for some register optimizations
4385         * src/ds390/gen.c (gen390Code, emitcode): associate iCodes with
4386         corresponding assembly output
4387         * src/ds390/gen.c (genFunction, genEndFunction): added case to handle
4388         missing push/pop of r0/r1. Optimized push/pops
4389
4390 2004-03-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4391
4392         * src/mcs51/main.c (instructionSize): fixed ACALL size
4393         * src/mcs51/main.c (updateOpRW): fixed bug with @dptr, @a+dptr operands
4394
4395 2004-03-01 Vangelis Rokas <vrokas AT otenet.gr>
4396
4397         * src/pic16/device.c (pic16_dump_section): fixed a bug that allowed
4398         the sorting of rlist with NULL elements
4399         * (print_idataType, print_idata): NEW to create idata sections
4400         * src/pic16/device.h: idataSymSet new variable
4401         * src/pic16/gen.c (genFunction): fixed some bugs in string
4402         comparing, improved the absolute section creation for ISRs,
4403         added FSR0L/FSR0H in registers that are saved in an ISR,
4404         * (genInline): fixed the processing of inline snippets,
4405         now they undergo no process by the peephole optimizer
4406         * src/pic16/glue.c (pic16emitRegularMap): symbols with initialiser
4407         are placed in idataSymSet,
4408         * (pic16emitStaticSeg): extern symbols are added in externs,
4409         * src/pic16/ralloc.c (pic16_allocDirReg): work around to reduce bank
4410         switching when aboslute variables are placed in access bank memory
4411         * (pic16_writeUsedRegs): added call to pic16_dump_idata,
4412         * (packRegsForSupport,packRegsForAccUse,packRegsForOneuse):
4413         commented out with #if,
4414         * (pic16_packRegisters): reintroduce the check for CAST because some
4415         symbols are not correctly handled,
4416         * src/pic16/pcode.h: changed the definition of pCodeAsmDir to hold a
4417         pCodeInstruction instead of pCode,
4418         * src/pic16/pcode.c (pic16_newpCodeAsmDir): modified for the new
4419         pCodeAsmDir definition,
4420         * (pic16_pCode2str, genericPrint): when an AsmDir pcode has a NULL
4421         directive, then the argument directive is emitted without the leading
4422         tab, hack for inline labels which must be in the first column,
4423         * (compareLabel,pic16_findNextInstruction),
4424         * (pic16_findPrevInstruction): added case for PO_ASMDIR,
4425         * (insertBankSwitch): modified for the new pCodeAsmDir,
4426
4427 2004-03-01 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
4428         patch applied by Vangelis Rokas <vrokas AT otenet.gr>
4429
4430         * src/pic16/gen.c (pic16_popGet): case PO_DIR, adds the offset to
4431         instance,
4432         * (pushSide): commented out with #if,
4433         * (assignResultValue): fixed some typos in saving
4434         registers,
4435         * (genPcall): FIXED and sync'ed with genCall,
4436         * (genDataPointerGet,genDataPointerSet): using offset not leoffset
4437         * (genNearPointerGet): fixed to handle some more cases,
4438         implementation scheme via table reads,
4439         * (genConstPointerGet): modified to access code memory correct,
4440         * (genCodePointerGet,genNearPointerSet,genGenPointerSet): modified
4441         and improved to handle some cases
4442         * glue.c (printIvalType,printIvalChar,emitStaticSeg): use "DB"
4443         instead of "RETLW" for init data
4444         * src/pic16/ralloc.c (pic16_allocDirReg): warning when a symbol is
4445         not IN_DIRSPACE, work around to reduce bank switching when aboslute
4446         variables are placed in access bank memory (<0x80 and >=0xf80),
4447         * src/pic16/pcode.c: added SFRs TBLPTR, TABLAT, added opcodes TBLRD,
4448         TBLRD_POSTINC,TBLRD_POSTDEC,TBLRD_PREINC,TBLWT,TBLWT_POSTINC,
4449         TBLWT_POSTDEC,TBLWT_PREINC
4450         * Fixed initialisation of BSR, set "alias" for SSAVE to "0"
4451         * (pic16_emitDB,pic16_flushDB): New functions to generate "DB"
4452         directives
4453         * (pic16_pCodeConstString): use "DB" instead of "RETLW"
4454         * src/pic16/pcode.h: added TBLRD*,TBLWT*, added pic16_emitDB,
4455         pic16_flushDB, made pic16_newpCodeAsmDir public, added TBLPTR, TABLAT
4456         * src/pic16/ralloc.h: added IDX_BSR,IDX_TBLPTR*,IDX_TABLAT
4457
4458 2004-02-29  Borut Razem <borut.razem AT siol.net>
4459
4460         * src/Makefile.in, src/SDCCutil.c, support/Util/findme.c,
4461         support/Util/findme.h, support/Util/system.h: enhance binary relative
4462         search for lib and include by using findProgramPath()
4463
4464 2004-02-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4465
4466         * src/SDCCpeeph.h,
4467         * src/SDCCpeeph.c (pcDistance),
4468         * src/port.h,
4469         * src/mcs51/ralloc.h,
4470         * src/mcs51/ralloc.c (mcs51_regWithIdx),
4471         * src/mcs51/main.h,
4472         * src/mcs51/main.c (instructionSize, asmLineNode, updateOpRW,
4473         mcs51opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
4474         mcs51operandCompare, getRegsRead, getRegsWritten): made instruction
4475         size calculation port specific, started basis for some register
4476         optimizations
4477         * src/mcs51/gen.c (genFunction, genEndFunction): added case to handle
4478         missing push/pop of r0/r1. Optimized push/pops
4479         * src/mcs51/ralloc.c (packregisters): fixed bug #727095
4480         * device/lib/_modsint.c (_modsint),
4481         * device/lib/_modslong.c (_modslong): fixed sign of result in non-asm
4482         and stack version so regression tests pass
4483
4484 2004-02-26 Bernhard Held <bernhard AT bernhardheld.de>
4485
4486         * src/Makefile.in (dep): include SLIBOBJS in dependency check
4487         * src/SDCCast.c (decorateType): catch another small optimization
4488         with '?' operator
4489         * src/SDCCsymt.c (computeType): added comments and cosmetic changes
4490         * src/SDCCval.c (valMult, valDiv, valMod, valPlus, valMinus, valShift):
4491         modified to finally use computeType() all over SDCC,
4492         see Feature Request #877103
4493         * src/SDCCval.h: cosmetic
4494         * src/SDCCicode.c (operandOperation): fixed EQ_OP bug, now same as in
4495         valCompare(); regression tested in muldiv.c
4496         * support/regression/tests/muldiv.c (testMod): mod sign follows
4497         dividend only
4498
4499 2004-02-23 Bernhard Held <bernhard AT bernhardheld.de>
4500
4501         * src/SDCCast.c (decorateType): fixed bug #902362
4502         * doc/INSTALL.txt: fixed install instructions for win32
4503
4504 2004-02-21 Bernhard Held <bernhard AT bernhardheld.de>
4505
4506         * device/include/Makefile.in (install): fixed by replacing spaces
4507         by tabs
4508         * doc/README.txt,
4509         * doc/INSTALL.txt: updated for release
4510         * doc/sdccman.lyx: added warning for --xstack being buggy
4511
4512 2004-02-20 Bernhard Held <bernhard AT bernhardheld.de>
4513
4514         * src/pic16/ralloc.c (packRegsForAccUse):  disabled functions with #if
4515         to eliminate build warnings.
4516         * src/pic16/gen.c (pic16_popGet): fixed for gcc 2.95.4
4517
4518 2004-02-20 Vangelis Rokas <vrokas AT otenet.gr>
4519            Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
4520
4521         * doc/sdccman.lyx: removed PIC16 from PIC16 Port Specific Options,
4522         removed -penable-stack, added comment for stack pragma, added
4523         warning for not initializing the stack/frame registers, removed
4524         comment at interrupts section
4525
4526         Stack is made permanent, there is no ability to disable stack usage.
4527         * src/pic16/device.h,
4528         * src/pic16/device.c: removed all references to USE_STACK macro,
4529         * src/pic16/device.c (pic16_dump_section): when no elements in
4530         rlist, free rlist before return,
4531         * (pic16_dump_int_registers): NEW, internal registers are a new set
4532         of general purpose registers reused by each function,
4533         * (checkAddReg): returns 1 if registers is added to set,
4534         * (pic16_groupRegistersInSection): when a registers is of type
4535         PO_GPR_TEMP add it in pic16_int_regs and not in pic16_rel_udata,
4536         * src/pic16/device.h: memRange and Assigned Memory are deleted,
4537         SRCASECMP macro is moved here from device.c
4538         * src/pic16/genarith.c (pic16_pCodeOpType): added cases for
4539         PO_PCLATU, PO_PRODL, PO_PRODH,
4540         * (pic16_pCodeOpType, genMinus,
4541         changed compares to "a" register, with AOP_ACC,
4542         * (pic16_genPlus): fixed some bugs and indented properly,
4543         * (pic16_addSign): changed size to size+offset in the MOVWF
4544         instruction,
4545         * (pic16_genUMult8XLit_8): NEW, uses processor MULLW instruction to
4546         multiply 8-bit operand by literal, result is 8-bit,
4547         * (pic16_genUMult8X8_8): NEW, uses processor MULWF instruction to
4548         multiply 2 8-bit operand, result is 8-bit,
4549         * (pic16_genMult8X8_8): modified to call genUMult8X*_8 functions and not
4550         genUMult8X*_16,
4551         * src/pic16/gen.c: changed accUse to contain WREG only,
4552         * (pic16_emitcomment): renamed to pic16_emitpcomment,
4553         * (aopForSym): allocated dir register when IN_DIRSPACE(space) is,
4554         true, do not use immediate addressing any more unless sym is a
4555         pointer in codespace,
4556         * (aopForRemat): do not use immediate addressing when symbol not in
4557         codespace and when symbol's address is requested,
4558         * (aopOp): for-loop in if(sym->accUse) is modified for the new
4559         accUse size (= 1),
4560         * (aopGet): added case for AOP_ACC and don't return "accumulator
4561         bug" but WREG instead,
4562         * (popGetTempReg): pushes contents of temporary register in stack,
4563         * (popReleaseTempReg): pops contents of temporary register from
4564         stack. Use popGetTempReg/popReleaseTempReg in aligned pairs,
4565         * (pic16_popGet): separated case AOP_ACC to return register WREG
4566         from processor registers, AOP_PCODE not checks if pcop is PO_DIR
4567         or PO_IMMEDIATE and initializes their instance/offset appropriately,
4568         * The whole issue with aopForSym,aopForRemat,popGet) is to minimize
4569         the use of immediate pointers to certain cases only.
4570
4571         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): use pic16_popGet2p,
4572         * (pic16_loadFromReturn, pic16_storeForReturn: NEW,
4573         * (assignResultValue, genCall, genRet): modified to use the new
4574         function return value scheme with WREG,PRODL,PRODH,FSR0L and FSR0,
4575         genPcall is still broken,
4576         * (genFunction): added code to create 'A' type pBlocks when
4577         interrupt functions are generated, code not extensively tested yet,
4578         ISRs push WREG,STATUS,BSR,PRODL,PRODH,FSR0L,FSR0H registers on stack,
4579         * (genEndFunction): modified so ISRs pop stored registers from stack,
4580         * (genMultOneByte): cleanup,
4581         * (AccRsh): added flag andmask, to and result with appropriate mask,
4582         * (genUnpackBits,genPackBits): fixed and can handle bit fields,
4583         * (genDataPointerGet): fixed and reenabled its use,
4584         * (genNearDataPointerGet): bugs fixed,
4585         * (genDataPointerSet): bugs fixed,
4586         * src/pic16/genutils.c: added functions pic16_DumpValue,pic16_DumpAop,
4587         pic16_DumpSymbol, pic16_DumpOp,
4588         * src/pic16/genutils.h: function prototypes for the above functions,
4589         * src/pic16/glue.c: new flags initsfpnt, to initialize stack/frame
4590         pointers,
4591         * (pic16emitRegularMap): many many many improvements, but needs a
4592         major cleanup,
4593         * src/pic16/main.c: enable_stack in pic16_options is removed,
4594         * (_pic16_parseOptions): removed command line options -penable-stack,
4595         * (_process_pragma): emit stack symbol only when stack pragma is
4596         processed,
4597         * src/pic16/pcode.c: pic16_pc_fsr0 is removed, all operations are
4598         redirected to FSR0L/FSR0H pair,
4599         * (pic16_get_op, pic16_get_op2): modifications and improvements,
4600         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
4601         cases PO_PRODL,PO_PRODH, pic16_getRegFromInstruction2 returns sane
4602         for immediates,
4603         * (insertBankSwitch): modified to handle cases like: (alfa + 1)
4604         * (dumpPicOptype): NEW,
4605         * src/pic16/pcode.h: added PO_PCLATU,PO_PRODL,PO_PRODH in enum,
4606         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed bug
4607         with movff instruction,
4608         * src/pic16/ralloc.c: renamed typeRegWithIdx to pic16_typeRegWithIdx,
4609         added pic16_int_regs, some packRegsFor* functions are commented out,
4610         because produce errors,
4611         * src/pic16/NOTES: minor modifications
4612
4613 2004-02-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4614
4615         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c, as/mcs51/lkmain.c,
4616         as/mcs51/lkmem.c, src/SDCCglob.h, src/SDCCmain.c: added options --stack-size and
4617         --pack-iram.
4618         * doc/sdccman.lyx: described options --stack-size and --pack-iram.
4619         * as/mcs51/lkaomf51.c: fixed bug #895763
4620
4621 2004-02-17 Bernhard Held <bernhard AT bernhardheld.de>
4622
4623         * device/include/c8051f320.h: added. Contributed by Maarten Brock.
4624
4625 2004-02-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4626
4627         * doc/sdccman.lyx: added details about the HC08 storage classes and
4628         interrupts, fixed the register usage info for z80 & gbz80
4629
4630 2004-02-17 Vangelis Rokas <vrokas AT otenet.gr>
4631
4632         * doc/sdccman.lyx: added more pic16 port documentation
4633         * device/include/pic16/: added header pic18fregs.h
4634
4635 2004-02-16 Bernhard Held <bernhard AT bernhardheld.de>
4636
4637         * doc/sdccman.lyx: added Vangelis' contribution
4638
4639 2004-02-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4640
4641         * src/SDCClrange.c (rlivePoint): live range of SEND operand should
4642         extend to the next CALL or PCALL, not just to the next CALL.
4643
4644 2004-02-16 Vangelis Rokas <vrokas AT otenet.gr>
4645
4646         * src/pic16/gen.c (genInline): fixed bug #896482 with inline assembly
4647
4648 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4649
4650         * src/mcs51/ralloc.c (packRegsForAssign, reassignAliasedSym): fixed
4651         bug #895752 and a better fix for bug #716790
4652
4653 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4654
4655         * src/SDCCsymt.c (processFuncArgs): fixed bug #896796
4656
4657 2004-02-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4658
4659         * doc/sdccman.lyx: minor changes, minor changed
4660
4661 2004-02-13 Bernhard Held <bernhard AT bernhardheld.de>
4662
4663         * src/SDCCicode.c (usualBinaryConversions): removed pic16 from ports
4664         which can't handle SDCC_NEWONEBYTEOPS,
4665         (geniCodeMultiply): removed conversion from mult to shift for pic14
4666         and pic16
4667
4668 2004-02-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4669
4670         * src/hc08/gen.h,
4671         * src/hc08/gen.c (storeRegToAop, aopOp, aopAdrStr, accopWithAop,
4672         rmwWithAop): Ported my 2003-10-02 fix for bug #663539 to the hc08,
4673         thus fixing bug #895406
4674
4675 2004-02-11 Bernhard Held <bernhard AT bernhardheld.de>
4676
4677         * device/lib/_modsint.c,
4678         * device/lib/_modslong.c: sign follows divisor only
4679         * src/hc08/gen.c (genMultOneByte): if result size is 1,
4680         signs or signedness can be ignored
4681         * src/SDCCast.c (addCast): cosmetic - added lineno to CAST
4682         * src/SDCCast.c (resultTypePropagate): added even more ops: +, - and *,
4683         added optimization for IFX,
4684         (decorateType): Mult/Div/ModOneByte ops can handle all kind of signed
4685         arguments;
4686         reenabled optimization for IFX, which was removed on 2004-01-11
4687         * src/SDCCast.h: added return type IFX
4688         * src/SDCCicode.c: Mult/Div/ModOneByte ops can handle all kind of signed
4689         arguments with 8 or 16 bit results; pic14 and pic16 ports use old
4690         promotion behaviour; env. var. SDCC_NEWONEBYTEOPS selects the new,
4691         SDCC_OLDONEBYTEOPS selects the old behaviour
4692         * src/SDCCsymt.c (computeType): type2 can be NULL (for LEFT_OP);
4693         changed again and commented promotion rule
4694         * src/SDCCval.c (valDiv): promotion no longer necessary
4695         * src/ds390/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte),
4696         * src/mcs51/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte):
4697         rewritten
4698         * support/regression/tests/onebyte.c: added
4699
4700 2004-02-11 Vangelis Rokas <vrokas AT otenet.gr>
4701
4702         * gen.c (genInline): reverted to old code for assemnling inline
4703         code because of bug reported James Chadd
4704
4705 2004-02-10 Vangelis Rokas <vrokas AT otenet.gr>
4706
4707         * ralloc.h: missing declarations from previous patch,
4708         seems that patch for ralloc.h was never applied, fixed
4709
4710 2004-02-10 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
4711            patch committed by Vangelis Rokas <vrokas AT otenet.gr>
4712
4713         * pcode.c,
4714         * pcode.h,
4715         * ralloc.h: added FSR0L, FSR0H and other missing PIC16 SFR's for
4716         indirect addressing. Marked FSR0 as deprecated
4717         * gen.c (pointerCode): commented out, not needed now
4718         (pic16_popGet2p): new MOVFF helper function
4719         (genGenPointerGet),
4720         (genGenPointerSet): reimplemented with MOVFF and POSTINC0
4721         (shiftRLong): removed duplicate debugging info
4722
4723 2004-02-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4724
4725         * src/ds390/gen.c (genNearPointerGet),
4726         * src/mcs51/gen.c (genNearPointerGet): allow the genDataPointerGet()
4727         optimization with bits, but not bitfields.
4728         * src/ds390/ralloc.c (packRegisters),
4729         * src/mcs51/ralloc.c (packRegisters): fixed bug #884453 & #880832
4730
4731 2004-02-09 Bernhard Held <bernhard AT bernhardheld.de>
4732
4733         * src/SDCCcse.c (algebraicOpts): copy operands before modification
4734
4735 2004-02-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4736
4737         * src/SDCCsymt.h,
4738         * src/SDCCicode.c (operandFromSymbol),
4739         * src/mcs51/ralloc.c (verifyRegsAssigned, serialRegAssign),
4740         * src/ds390/ralloc.c (verifyRegsAssigned, serialRegAssign),
4741         * src/z80/ralloc.c (verifyRegsAssigned, serialRegAssign),
4742         * src/hc08/ralloc.c (verifyRegsAssigned, serialRegAssign),
4743         * src/pic/ralloc.c (verifyRegsAssigned, serialRegAssign),
4744         * src/pic16/ralloc.c (verifyRegsAssigned, serialRegAssign): fixed
4745         bug #892038
4746         * src/SDCCast.c (createIvalStruct, createIvalArray, gatherAutoInit),
4747         * src/SDCCglue.c (emitRegularMap, printIvalStruct, printIvalArray,
4748         printIvalCharPtr, printIvalPtr, printIval, emitStaticSeg, emitOverlay)
4749         * src/SDCCsymt.c (newSymbol),
4750         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
4751         enumerator_list),
4752         * src/SDCCval.h,
4753         * src/SDCCval.c (newiList): fixed bug #885705
4754
4755 2004-02-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4756
4757         * doc/sdccman.lyx: added section 3.1.4: sdcclib.
4758         * as/mcs51/lkmem.c: report the size of the stack in .mem file.
4759
4760 2004-02-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4761
4762         * device/include/c8051f120.h,
4763         * device/include/c8051f300.h,
4764         * device/include/c8051f310.h: added/updated header files for Silicon
4765         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
4766         * doc/sdccman.lyx: minor changes, recommended diff -Naur and diff -u
4767         in new section Submitting patches
4768
4769 2004-02-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4770
4771         * src/mcs51/gen.c (genNearPointerGet, genPagedPointerGet,
4772         genFarPointerGet, genCodePointerGet, genGenPointerGet,
4773         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
4774         genGenPointerSet),
4775         * src/ds390/gen.c (genNearPointerGet, genPagedPointerGet,
4776         genFarPointerGet, genCodePointerGet, genGenPointerGet,
4777         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
4778         genGenPointerSet),
4779         * src/pic16/gen.c (genNearPointerGet, genPagedPointerGet,
4780         genFarPointerGet, genCodePointerGet, genGenPointerGet,
4781         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
4782         genGenPointerSet),
4783         * src/pic/gen.c (genNearPointerGet, genPagedPointerGet,
4784         genFarPointerGet, genCodePointerGet, genGenPointerGet,
4785         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
4786         genGenPointerSet): fixed bug #892400
4787         * src/pic16/gen.c (genSkipz, AccRol): disabled functions with #if 0
4788         to eliminate build warnings.
4789         * src/SDCCast.c (processParms),
4790         * src/SDCC.y (function_declarator2, declarator2_function_attributes):
4791         fixed bug 751859
4792         * support/valdiag/valdiag.py: added GCC to the list of defines active
4793         when compiling with gcc
4794
4795 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4796
4797         * support/Util/SDCCerr.h,
4798         * support/Util/SDCCerr.c,
4799         * src/SDCCast.c (decorateType, sizeofOp): complain when sizeof is used
4800         with an incomplete type (fixed bug #883734)
4801         * src/SDCCicode.c (geniCodeCast): fixed bug #890510
4802
4803 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4804
4805         * src/pic16/gen.c (genCmpEq, shiftRLong): fixed declarations
4806
4807 2004-02-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4808
4809         * src/SDCCast.c (decorateType),
4810         * src/SDCCicode.c (geniCodeParms, geniCodeCall): fixed bugs in my ANSI
4811         function pointer implementation
4812         * support/regression/tests/funptrs.c: added tests to verify both forms
4813         of function pointers work correctly. Added tests to verify parameters
4814         are passed in the correct order.
4815
4816 2004-02-06  Vangelis Rokas <vrokas AT otenet.gr>
4817
4818         * device.c (regCompare): registers are sorted by ascending
4819         address and increasing size,
4820         * main.c (_pic16_finaliseOptions): removed the declaration
4821         of compiler macro MCU. Now a macro of the format pic18fxxxx
4822         will be defined from the command line
4823
4824 2004-02-06  Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
4825             patch committed by Vangelis Rokas <vrokas AT otenet.gr>
4826
4827         * pcode.c (pic16initMnemonics): fixed typo in assignment to PCOP_RLNCF
4828         PCOP_RLCF was overwritten!
4829         * gen.c (genSkip): commented out calls to pic16_emitcode,
4830         * (genCmpEQ): fixed "long" compares, only high word did get compared,
4831         * (genlshTwo),
4832         * (genRRC): added debugging info,
4833         * (shiftL2Left2Result): Fixed bug, if offr > offl. Result got
4834         overwritten while shifting,
4835         * (shiftR2Left2Result): Fixed bug, if offr < offl. Result got
4836         overwritten while shifting,
4837         * (AccLsh),
4838         * (AccRsh),
4839         * (shiftLLeftOrResult),
4840         * (shiftRLeftOrResult),
4841         * (shiftRLong),
4842         * (shiftLLong): Implemented with pic16_emitpcode
4843         * (genlshFour): Replaced pic16_aopPut with pic16_emitpcode,
4844         * (genLeftShift): Fixed bug, operand for shift by variable always
4845         was "and"ed with 0x0f,
4846         * (genLeftShiftLiteral),
4847         * (genrshTwo),
4848         * (genRightShiftLiteral): added debugging info,
4849         * (genrshFour): added comment,
4850         * (genRightShift): determined signedness from operand "left"
4851         instead of "result"
4852
4853 2004-02-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4854
4855         * src/SDCCicode.c (geniCodeParms),
4856         * src/SDCCast.c (decorateType, processParms): support for ANSI-style
4857         function pointers, fixed function pointer bugs #861242 and #861896
4858
4859 2004-01-31 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4860
4861         * device/include/c8051f000.h,
4862         * device/include/c8051f120.h,
4863         * device/include/c8051f300.h: added header files for Silicon
4864         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
4865
4866 2004-01-31 Bernhard Held <bernhard AT bernhardheld.de>
4867
4868         * src/SDCCast.c (processParams): added new type flow and restructured
4869         (gatherAutoInit): added new type flow
4870         (addCast): cosmetic changes
4871         (getLeftResultType): added new type flow for array indices, patch
4872         provided by Stas, see FR #877103
4873         (decorateType): SDCC_NEWTYPEFLOW removed, new type flow is now standard;
4874         array index patch by Stas
4875         * src/SDCCast.h: added prototype getResultTypeFromType()
4876         * src/SDCCval.h,
4877         * src/SDCCval.c (resolveIvalSym) (resolveIvalSym),
4878         * src/pic/glue.c (pic14emitStaticSeg),
4879         * src/pic16/glue.c (pic16emitStaticSeg),
4880         * src/SDCCglue.c (emitRegularMap) (emitStaticSeg): added new type flow
4881         for initialization of symbols
4882         * src/SDCCicode.c (geniCodeArray): removed warning W_ARRAY_BOUND
4883         * support/Util/SDCCerr.h:
4884         * support/Util/SDCCerr.c: replaced W_ARRAY_BOUND by W_IDX_OUT_OF_BOUNDS
4885         * .version: bumped version number to 2.3.8
4886         * device/include/Makefile.in (install),
4887         * doc/Makefile (install): changed to 'rm `find ...`' construct to
4888         avoid warnings
4889
4890 2004-01-30 Bernhard Held <bernhard AT bernhardheld.de>
4891
4892         * support/regression/tests/libmullong.c: fixed for 64 bit hosts
4893         Slade Rich fixed an optimization bug
4894         * src/pic/pcodepeep.c,
4895         * src/pic/pcoderegs.c
4896         * doc/Makefile (install): added test for directory
4897
4898 2004-01-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4899
4900         * src/mcs51/ralloc.c (getRegPtr, getRegGpr),
4901         * src/ds390/ralloc.c (getRegPtr, getRegGpr),
4902         * src/pic/ralloc.c (getRegPtr, getRegGpr),
4903         * src/pic16/ralloc.c (getRegPtr, getRegGpr),
4904         * src/z80/ralloc.c (getRegGpr): fixed bug #883361
4905         * as/mcs51/asexpr.c (term),
4906         * as/hc08/asexpr.c (term): fixed bug #887146
4907
4908 2004-01-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4909
4910         * src/z80/gen.c (genMult): handle single byte result product
4911         * src/SDCCopt.c (killDeadCode): never convert ADDRESS_OF iCode to
4912         DUMMY_READ_VOLATILE (fixed bug #886367)
4913
4914 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
4915
4916         * support/regression/tests/libmullong.c: fixed logic, on little endian
4917         hosts we ended without a mullong_wrapper()
4918
4919 2004-01-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4920
4921         * ChangeLog: changed "@" to " AT " in hopes of reducing spam and
4922         virus/worm forged address usage.
4923
4924 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
4925
4926         Fixed promotion, it should be done on AST level:
4927         * src/SDCCast.c (addCast): added promotion to int
4928         (decorateType): updated call to upCast()
4929         * src/SDCCicode.c (geniCodeLeftShift): removed call to
4930         usualUnaryConversions()
4931
4932 2004-01-26  Michael Hope  <michaelh AT juju.net.nz>
4933
4934         * support/regression/tests/literalop.c (mulWrapper): Added a
4935         wrapper to remove integer overflow warnings.
4936
4937         * support/regression/tests/float_trans.c: Made work on host.
4938
4939         * support/regression/ports/ucz80/spec.mk (UCZ80): Made detect the
4940         location of sz80.
4941
4942         * support/regression/generate-cases.py (main): Changed from inline
4943         to a main method.
4944
4945         * doc/Makefile (install): Changed to depth first to get rid of
4946         missing directory install warning.
4947
4948         * as/Makefile (install-doc): Made work on Mac.
4949
4950 2004-01-25 Bernhard Held <bernhard AT bernhardheld.de>
4951
4952         * src/SDCCast.c: added an additional type flow in decorateType() of
4953         opposite direction, see feature request #860006; it's enabled at runtime
4954         by setting the environment variable SDCC_NEWTYPEFLOW
4955         * src/SDCCast.h: changed prototype of decorateType()
4956         * src/SDCCglue.c (emitRegularMap): updated call of decorateType()
4957         * src/SDCCicode.c (geniCodeDivision) (geniCodeModulus): promotion from
4958         'char' to 'int' can be omitted, if both operands are 'unsigned char';
4959         see feature request #877103
4960         * src/SDCCval.c: updated call of decorateType()
4961         (valBitwise): fixed bug #882876
4962         (valMinus): added promotion
4963         (valLogicAndOr): result is unsigned
4964         (cheapestVal) (constVal): literals from 0...255 are 'unsigned char' now
4965         * src/SDCCsymt.c (computeType),
4966         * src/mcs51/gen.c (genCmpGt) (genCmpLt): literal 'unsigned char'
4967         must not cause an unsigned operation
4968         * src/pic/glue (pic14emitRegularMap),
4969         * src/pic16/glue.c (pic16emitRegularMap): updated call of decorateType()
4970
4971 2004-01-23 Bernhard Held <bernhard AT bernhardheld.de>
4972
4973         * src/pic/pcode.c (PCodeID): commented out left over debug code
4974
4975 2004-01-20 Bernhard Held <bernhard AT bernhardheld.de>
4976
4977         * support/valdiag/tests/overflow.c: added shift tests
4978         * src/pic/device.c,
4979         * src/pic/gen.c,
4980         * src/pic/gen.h,
4981         * src/pic/glue.c,
4982         * src/pic/main.c,
4983         * src/pic/pcode.c,
4984         * src/pic/pcode.h,
4985         * src/pic/pcodepeep.c,
4986         * src/pic/pcoderegs.c,
4987         * src/pic/ralloc.c,
4988         * src/pic/ralloc.h: applied patch from Slade Rich;
4989         added support for multiple code pages and multiple RAM banks on the
4990         PIC 14 port. The ASM files now no longer simply assume all the
4991         code / RAM are in the same page / bank. This means the linker can
4992         safely allocate code/RAM of separate ASM files to different pages/banks.
4993         * doc/sdccman.lyx: added Slade's tips
4994         * src/mcs51/peeph.def: fixed bug #880768
4995
4996 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4997
4998         * src/hc08/ralloc.c (rematStr): fixed bug #879282
4999         * src/SDCCast.c (decorateType): fixed bug #880197
5000
5001 2004-01-20  Michael Hope  <michaelh AT juju.net.nz>
5002
5003         * sim/ucsim/gui.src/serio.src/main.cc: Fixed unconditional use of
5004         getopt.h.
5005
5006         * debugger/mcs51/cmd.c (getValBasic): Changed strtof to strtod as
5007         strtof is not part of C89 and isn't included with Mac OS X.
5008
5009 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5010
5011         * src/hc08/gen.c (genPlusIncr, genUminus, genMinusDec, genCmp,
5012         shiftL2Left2Result): fixed bug #879326
5013         (genAnd, genOr, genXor): fixed bug when result was of type AOP_CRY
5014         (genMultOneByte): fixed bug in signed vs unsigned multiplication
5015         * sim/ucsim/hc08.src/inst.cc (inst_clr): added missing effective
5016         address fetch for clr instruction
5017         * device/lib/hc08/_mulint.c: created optimized assembly version
5018         * src/SDCCdflow.c (computeDataFlow): fixed bug #878209
5019
5020 2004-01-19 Bernhard Held <bernhard AT bernhardheld.de>
5021
5022         * src/SDCCicode.c (geniCodeArray): applied patch from Stas Sergeev
5023         proposed in FR #877103
5024
5025 2004-01-18 Bernhard Held <bernhard AT bernhardheld.de>
5026
5027         * src/SDCCval.c (cheapestVal): added missing checks
5028         * src/SDCCicode.c (usualBinaryConversions): fixed condition
5029         * src/SDCCicode.c (geniCodeAdd): fixed part of bug #877103
5030
5031 2004-01-16 Klaus Flittner <klaus_flittner AT gmx.de>
5032
5033         * src/ds390/gen.c (aopOp3): fixed the assignment of different dptrs to
5034         equal operands
5035
5036 2004-01-16 Vangelis Rokas <vrokas AT otenet.gr>
5037
5038         * src/SDCCmain.c (linkEdit): variable $3 of the linker command is
5039         loaded with the linker search paths (-L arguments) and the libraries
5040         to be linked with the current source (-l arguments). Changes
5041         currently will affect only the pic16 port.
5042         * src/pic16/main.c (_pic16_finaliseOptions): add to the linker
5043         include path the port specific paths and port specific libraries,
5044         * gplink command now contains the $3 argument,
5045         * src/pic16/device.h,
5046         * src/pic16/device.c,: structure PIC_device is made public and
5047         renamed to PIC16_device, the same for variable Pics which is renamed
5048         to Pics16. Updated all references to them.
5049         * src/pic16/glue.c (pic16glue): corrected bug with code
5050         initialization which bypassed the variable initializations block.
5051
5052         * device/lib/pic16/Makefile.rules: removed --penable-stack from
5053         COMPILE_FLAGS and added the --nostdinc option
5054
5055 2004-01-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5056
5057         * device/include/mc68hc908jb8.h: Register defs for another member
5058         of the hc08 family. Contributed by Bjorn Bringert - thanks!
5059
5060 2004-01-14 Vangelis Rokas <vrokas AT otenet.gr>
5061
5062         Documenting changes from previous commits.
5063         * configure.in (version 1.56),
5064         * configure: initially I've added AC_CONFIG_SUBDIRS(device/lib/pic16)
5065         when generating output files to configure the pic16 library,
5066         but now I've commented it out, since gputils aren't installed in the
5067         SF compile farm, so library won't compile
5068
5069         * device/lib/Makefile.in (version 1.56): initially I've added in
5070         target 'all' the prerequestive 'model-pic16' so it compiled the
5071         pic16 library, but now I've commented it out for the same reasons
5072         above,
5073         * added targets 'model-pic16' and 'objects-pic16' to compile the
5074         library
5075         * added target 'port-specific-objects-pic16' to handle the
5076         generated libraries and copy them into the build/ directory
5077         * added target 'clean-intermediate-pic16' to clean intermediate
5078         files into pic16 directory
5079         * in target 'installdirs' added line to create directory pic16 in
5080         the installation path
5081
5082         * device/include/Makefile.in (version 1.11): in target 'install'
5083         added lines to copy all header files to installation path,
5084         * in target 'installdirs' added line create directory for pic16
5085         headers in the installation path
5086
5087 2004-01-13 Klaus Flittner <klaus_flittner AT gmx.de>
5088
5089         * src/ds390/gen.c (genCall): fixed a double use of acc and b after
5090          a function call
5091
5092 2004-01-13 Bernhard Held <bernhard AT bernhardheld.de>
5093
5094         * configure,
5095         * device/lib/configure.in,
5096         * device/lib/configure: fixed for autoconf 2.57
5097
5098 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5099
5100         * src/z80/main.c (_parseOptions): fixed the portmode= command line
5101         option so that it actually works. Made it specific to the z80, since
5102         the gbz80 doesn't have these kinds of I/O ports.
5103
5104 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5105
5106         * device/include/z180.h,
5107         * device/lib/_memcpy.c,
5108         * device/lib/_memmove.c,
5109         * device/lib/_mulint.c,
5110         * device/lib/ser_ir.c,
5111         * device/lib/ser_ir_cts_rts.c,
5112         * device/lib/_strcmp.c,
5113         * device/lib/_strtok.c: fixed pragmas to non-deprecated form
5114         * src/z80/main.c (_process_pragma): add support for pragmas bank and
5115         portmode; added deprecation warning for bank= and protmode= forms.
5116         Also, guard against buffer overflow.
5117         * src/z80/gen.c (aopGet): generate better code for sfr banked read
5118
5119 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5120
5121         * src/hc08/main.c (_hc08_genAssemblerPreamble): fixed bug #875487. Also
5122         changed interrupt vector table generation to only emit declared vectors.
5123         * device/include/Makefile.in: added missing backslash
5124         * device/lib/pic16/Makefile.rules: add $(MODELFLAGS) to $(CFLAGS)
5125
5126 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
5127
5128         Mainly changes to support compilation of the device libraries
5129         * src/pic16/device.c: stack is allocated via symbol and not
5130         via literal number. The symbol is placed in the corresponding
5131         position of the data ram
5132         * (pic16_dump_section): relocatable and absolute uninitialized
5133         data are now emitted in sorted order to reduce section naming,
5134         * src/pic16/ralloc.c (newReg): fixed bug with SFR's that
5135         weren't marked as being in the access bank,
5136
5137 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
5138
5139         Added portion of GNU PIC Library under the directory
5140         device/include/pic16 and device/lib/pic16. These files
5141         contain the declarations of SFRs for the PIC18Fxx2 devices.
5142         The directory is initialized via configure from toplevel.
5143
5144 2004-01-12 Klaus Flittner <klaus_flittner AT gmx.de>
5145
5146         * src/ds390/gen.c (operandsEqu): fixed a little typo, that prevented
5147         the spilllocations to be compared correctly
5148
5149 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
5150
5151         * src/SDCCast.c (decorateType): fixed bug introduced today
5152
5153 2004-01-12  Borut Razem <borut.razem AT siol.net>
5154
5155         * src/SDCC.lex, support/Util/SDCCerr.h, support/Util/SDCCerr.c,
5156         doc/sdccman.lyx: upper case pragmas are deprecated
5157
5158 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
5159
5160         * src/SDCCast.c (decorateType): replacing 'ul > 0' by  '!ul' results
5161         in simpler and even better code
5162
5163 2004-01-11 Bernhard Held <bernhard AT bernhardheld.de>
5164
5165         * src/SDCCicode.c (operandOperation): fixed bug #874819
5166         * src/SDCCast.c (decorateType): fixed
5167         char foo (unsigned long ul) { return ul > 0; }
5168
5169 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5170
5171         * doc/sdccman.lyx: Moved and added some sections, small changes
5172         all over. Telling LaTeX to be less strict with word spacing
5173         to better keep the right margin. Changed some notes about
5174         maintainance of the ports in section 3.2.1 - is it OK like this?
5175
5176 2004-01-11 Vangelis Rokas <vrokas AT otenet.gr>
5177
5178         SDCC source changes:
5179         * src/SDCCopt.c (cntToFcall, cnvToFloatCast, cnvFromFloatCast,
5180         convilong): modified to inform the pic16 port that builtin functions
5181         are external
5182
5183         PIC16 PORT specific changes:
5184         * src/pic16/device.c pic16_dump_equates() added,
5185         processor registers declared internally by the port are emitted in
5186         the translation as equates,
5187         * src/pic16/gen.c: inline code is passed unprocessed to the
5188         translation,
5189         * (pic16_popGetLit2): fnuction modified to take second operand as
5190         pCodeOp pointer and not as literal,
5191         * (popRegFromIdx): prefixed with pic16_,
5192         * (pic16_popCombine2): modified to receive already allocated pCode
5193         operands,
5194         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): added
5195         * (genFunction): initializes local stack frame and pushes on stack
5196         all the registers used by this function,
5197         * (genEndFunction): restores all registers from stack and restores
5198         stack frame,
5199         * src/pic16/glue.c (pic16emitRegularMap): various changes and
5200         improvements,
5201         * (pic16glue): changed the program startup sequence,
5202         * added new dbName code 'A' for functions placed in absolute section
5203         * src/pic16/main.c: added function attribute _naked,
5204         * added pragma 'code' to place a fnuction at an absolute address,
5205         * added command line arguments --debug-ralloc and --pcode-verbose,
5206         * (_pic16_finiliseOptions): options.all_callee_saves is set by default
5207         * src/pic16/pcode.c (pic16_pBlockConvert2Absolute) added,
5208         * (pic16_newpCodeOpLit2): modified to take the second operand as
5209         pCodeOp pointer,
5210         * (pic16_printpBlock): modified to emit each function in a separate
5211         section,
5212         * (pic16_get_op): modified to use the gpasm modifiers LOW,HIGH and
5213         UPPER for immediate operands,
5214         * src/pic16/pcodepeeph.c: added peephole support for the LFSR
5215         instruction,
5216         * src/pic16/peeph.def: all peepholes with movff are commented out,
5217         because there is a problem in the pcode peep optimizer,
5218         * src/pic16/ralloc.c: the register allocator can now reuse local
5219         function symbols for another function. This saves register usage.
5220         * src/pic16/ralloc.h: added flag isLocal in structure regs,
5221
5222         Added file src/pic16/NOTES with information about program writing on
5223         the current port version.
5224
5225 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5226
5227         * src/mcs51/peephole.def: added peepholes 177.c,d (redundant moves)
5228         and peephole 252 (array access)
5229
5230 2004-01-09  Borut Razem <borut.razem AT siol.net>
5231
5232         * src/SDCCmain.c : fixed #872250: -l command line defined library
5233           files are scanned before standard library files
5234
5235 2004-01-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5236
5237         * src/SDCCast.c (decorateType): fixed bug #874046
5238
5239 2004-01-09  Borut Razem <borut.razem AT siol.net>
5240
5241         * support/scripts/sdcc.nsi: remove previous installation
5242
5243 2004-01-09 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5244
5245         * src/SDCCglue.c (createInterruptVect): don't append 7(5) padding
5246         bytes for last interrupt vector (mcs51)
5247         * sdcc.spec: fixed typo
5248
5249 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5250
5251         * src/mcs51/gen.c (genFunction, genEndFunction, genReceive, getTempRegs,
5252         gen51Code): more efficient parameter receive for --model-large
5253         ("bug" #845294)
5254
5255 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5256
5257         * src/ds390/main.c,
5258         * src/z80/main.c: added missed needLinkerScript flags (more than
5259         one port structure defined in these file)
5260         * src/ds390/gen.c (aopForSym, aopOp, operandsEqu, aopOp3): fixed
5261         bug #795325
5262
5263 2004-01-08 Vangelis Rokas <vrokas AT otenet.gr>
5264
5265         * src/SDCCmain.c: removed various references to DEFAULT_PORT
5266         * src/port.h: added flag needLinkerScript in port->linker
5267         structure to inform whether to create a .lnk file or not,
5268         * src/avr/main.c,
5269         * src/ds390/main.c,
5270         * src/hc08/main.c,
5271         * src/mcs51/main.c,
5272         * src/pic/main.c,
5273         * src/pic16/main.c,
5274         * src/xa51/main.c,
5275         * src/z80/main.c: changed appropriately to configure
5276         needLinkerScript flag
5277         * src/pic/gen.c,
5278         * src/pic16/gen.c (genAddrOf): fixed bug #863624
5279         * src/pic/glue.c: added variable udata_section_name to
5280         override default uninitialized data segment definition for
5281         devices only with SHAREBANK memory (reported from Erik Epetrich)
5282         * (pic14emitOverlay): modified to emit a commented overlay segment
5283         directive when no overlay data exist
5284         * (picglue): modified to emit uninitialized data segment
5285         according to udata_section_name
5286         * src/pic/main.c (_pic14_parseOptions): added command line
5287         options --udata-section-name=[name] to override default
5288         udata definition name
5289         * modified _linkCmd and _asmCmd to include compiler passed
5290         arguments via -W option
5291         * src/pic16/main.c: added $l in _asmCmd, changed extension for
5292         object file from '.rel' to '.o' in port->linker structure,
5293         changed size of fptr from 2 to 3 in port structure
5294
5295 2004-01-07  Borut Razem <borut.razem AT siol.net>
5296
5297         * support/scripts/sdcc.nsi: update PATH
5298         * support/scripts/sdcc.ico: craeted
5299
5300 2004-01-07 Bernhard Held <bernhard AT bernhardheld.de>
5301
5302         * device/include/Makefile.in: fix install
5303         * doc/Makefile: fix install
5304
5305 2004-01-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5306
5307         * src/SDCCsymt.c (processFuncArgs): fixed superflous allocation noted
5308         in bug #860505
5309         * src/SDCCmem.c (printAllocInfoSeg, printAllocInfo): minor changes to
5310         how the function variable allocation summary is displayed; also
5311         include information about variables allocated to the overlay
5312         segment
5313
5314 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5315
5316         * as/mcs51/lkmain.c: Help about -Y option
5317         * as/mcs51/lkarea.c: Fixed gcc warnings
5318
5319 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
5320
5321         * src/SDCCval.c (valShift): changed from 16 to 32 bit shift count,
5322         fixed warning
5323         * support/valdiag/tests/overflow.c: added
5324         * src/SDCCast.c (decorateType),
5325         * src/SDCCicode.c (geniCodeLeftShift): added promotion to int for
5326         LEFT_OP (left shift)
5327
5328 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5329
5330         * as/mcs51/lkmain.c: stack must be after data when option -Y is not used
5331         (default behaviour).
5332
5333 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5334
5335         A python script to validate compiler diagnostic messages. It can be
5336         used to verify that sdcc complains about bad c source code and
5337         gives a good location of the error.
5338         * support/valdiag/Makefile,
5339         * support/valdiag/valdiag.py,
5340         * support/valdiag/tests/*
5341
5342 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5343
5344         * src/SDCC.y (enum_specifier, enumerator_list, opt_assign_expr),
5345         * src/SDCCsymt.c (newEnumType),
5346         * src/SDCCsymt.h
5347         * support/Util/SDCCerr.c,
5348         * support/Util/SDCCerr.h: fixed bug #871258 and some other unreported
5349         enum related bugs.
5350         * support/regression/tests/enum.c: added test for enum values that
5351         require at least 2 bytes of storage.
5352
5353 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
5354
5355         * src/common.h: added ifndef/define/endif macros
5356         around the header file.
5357         Bug reported from Jesus Calvino-Fraga
5358
5359 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
5360
5361         * sdcc.spec: updated
5362         * device/include/Makefile.in: don't install CVS directories
5363         * device/lib/Makefile.in: added removal of CVS directories after install
5364         * doc/Makefile: fixed install, added local_icons
5365         * sim/ucsim/gui.src/Makefile.in: fixed an old typo
5366         * src/mcs51/gen.c (genRightShift): fixed bug #870788
5367         * src/ds390/gen.c (genRightShift): fixed bug #870788
5368         * src/SDCCast.c (decorateType): fixed bug #870781
5369
5370 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
5371
5372         PIC16 port related changes:
5373         * device.c: removed pic16_finalMapping and pic16_finalMappingSize,
5374         added variable stackPos,
5375
5376         * gen.c: genCall, assignResultValue: added support for
5377         pushing/retrieving function parameters to/from stack,
5378         genFunction,genEndFunction: setup stack frame for the
5379         generated function,
5380         genAddrOf: will be changed according to bug 863624
5381
5382         * added files genutils.c and genutils.h which contain gen*
5383         debugged and optimised functions extracted from gen.c
5384
5385         * glue.c: added variable 'externs' which holds extern symbols,
5386         pic16emitRegularMap: is modified to properly handle relocatable
5387          symbols under the new scheme,
5388         pic16createInterruptVect: is modified
5389         pic16printPublics: is modified to emit 'global' assembler directives,
5390         added pic16_printExterns to print extern symbols,
5391         pic16glue: initializes stack/frame pointer in the beginning of
5392         the assembly output. Temporary hack, will be corrected later,
5393         because gplink yet does not support stack and SDCC does not
5394         yet support a type of crt0.o object to create the final binary.
5395
5396         * Removed many lines that contain 8051 legacy code.
5397         * The code is finally placed under a 'code' directive.
5398         * Added port specific options.
5399
5400         * _process_pragma: simplified since now we do not need *special*
5401         include file to define SFR registers. But a separate header
5402         will be needed. This will be developed later.
5403         * _pic16_parseOptions: added, parses port specific options:
5404         --pgen-banksel, --obanksel=, --pomit-config-words, --pomit-ivt,
5405         --pleave-reset-vector, --penable-stack, --pstack-model, --debug-xtra
5406         --preplace-udata-with=
5407
5408         * _pic16_setDefaultOptions: modified to initialize section names,
5409         but hack is temporarly out of order since it needs improvement.
5410         * _pic16_genAssemblerPreamble: configuration words are emitted by
5411         their address instead of their name. This part is incomplete and
5412         supports only the 18Fxx2 devices. Other devices will emit an error
5413         during assembly since they do not contain the same set of config
5414         registers
5415         * _pic16_genIVT: is modified,
5416
5417         * pcode.c: added definitions for some hardware registers that are needed
5418         for stack support
5419         * added flag is2LitOp and variable pci_magic in pCodeInstruction.
5420         All PCI entries are updated. Now LFSR is supported.
5421         * Removed pic16_pciTRIS is mentioned by mdubuc in source
5422         * added pic16_newpCodeOpLit2 to support instructions with
5423         two literal arguments
5424         * pic16_pCode2str: corrected code that emits assembler instructions
5425         with two literal operands and those that have an access bit modifier
5426         * genericPrint: now PC_ASMDIR pCodes, can emit a label if it exists,
5427         this fixes a bug which caused some labels to be lost, when an
5428         assembler directive was added, i.e. banksel,
5429         * pic16_FixRegisterBanking: improved logic that causes the insertion
5430         of bank switching,
5431         * InlineFunction: functions that are called once, are not any more
5432         inlined. This can be a port option in the future,
5433
5434         * pcode.h: added pCodeOpLit2 and added variable label in pCodeAsmDir
5435
5436         * ralloc.c: added pic16_rel_udata and pic16_fix_udata variables which
5437         hold the corresponding uninitialized symbols,
5438         * pic16_allocProcessorRegister: registers have explicit marked the
5439         accessBank field,
5440         * pic16_allocInternalRegister: registers are explicit marked as
5441         not used,
5442         * pic16_writeUsedRegs: pic16_dynDirectBitRegs was missing from the
5443         processing list, so bit registers were lost,
5444         *
5445
5446         * ralloc.h: added field 'accessBank' and original symbol operand
5447         in register definition,
5448         * removed the field isMapped from register definition,
5449
5450         ** Several functions have been removed from various sources:
5451         BanksUsedFlow2,BanksUsedFlow,FixBankFlow,InstructionRegBank,
5452         pic16_addMemRange,pic16_isREGinBank,pic16_dump_map,pic16_dump_cblock
5453         isSFR,validAddress,mapRegister,assignRegister,pic16_assignFixedRegisters
5454         pic16_assignRelocatableRegisters
5455
5456         ** others have been introduced:
5457         pic16_areRegsSame,pic16_dump_section,checkAddReg,pic16_groupRegistersInSection
5458         pic16_popGetLit2,pic16_popCombine2,pushw,pushaop
5459
5460 2004-01-05 Vangelis Rokas <vrokas AT otenet.gr>
5461
5462         * support/scripts/inc2h.pl: changed definition of BIT_AT
5463         to emit 'sbit at' instead of 'bit at'. This was a request.
5464
5465         PIC16 port related preliminary changes:
5466         * gen.c: prefixed function popRegFromString with
5467         pic16_ and all references to it corrected
5468         * pcode.c: all pic16_pc_* hardware registers prefixed
5469         with underscore (_),
5470         pic16_popCopyGPR2Bit(): function sets register wasUsed=1
5471         * ralloc.c: newReg(): when register is REG_SFR then
5472         set address to rIdx,
5473         pic16_allocProcessorRegister(): marks register wasUsed=0
5474         pic16_writeUsedRegs(): added a call to assign processor
5475         registers via pic16_assignFixedRegisters
5476
5477 2004-01-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5478
5479         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c,
5480         as/mcs51/lkmain.c, as/mcs51/lkmem.c: 8051 linker can now pack
5481         variables in unused register banks.  Also the SSEG is placed
5482         wherever there is enough space for it, and IDATA can be anywhere
5483         in internal RAM.  For now compile using -Wl-Y[stack_size].
5484         The mem file is different for this option as well, since it
5485         makes no sense of talking about DSEG lenght.
5486
5487 2004-01-02 Vangelis Rokas <vrokas AT otenet.gr>
5488
5489         * src/SDCClrange.c: fixed bug 869095 that caused segfault
5490         in certain cases, e.g. when ROM assignment, patch provided
5491         from Albert den Haan.
5492
5493 2004-01-01 Bernhard Held <bernhard AT bernhardheld.de>
5494
5495         Many signedness and type propagation fixes:
5496         * src/SDCCicode.c: made geniCodeCast() static
5497         replaced SPEC_ by IS_ (cosmetic)
5498         (operandOperation): fixed div and mod operation
5499         (usualBinaryConversions): added support for promotion of char
5500         (geniCodeMultiply): replaced (unsigned long) by (TYPE_UDWORD)
5501         (geniCodeDivision): replaced (unsigned long) by (TYPE_UDWORD)
5502         (geniCodeAdd): an array index will stay unsigned, even if promoted
5503         from char to int
5504         (geniCodeArray): ditto
5505         * src/SDCCicode.h: made geniCodeCast() static: removed prototype
5506         * src/SDCCsymt.c (computeType): added more support for char;
5507         promotion of char is selectable by promoteCharToInt, fixed signedness
5508         for all cases
5509         (powof2): replaced (unsigned long) by (TYPE_UDWORD)
5510         * src/SDCCsymt.h (powof2): replaced (unsigned long) by (TYPE_UDWORD)
5511         * src/SDCCval (val*): replaced signedness calculation by
5512         computeType()
5513         rearranged if-branches (cosmetic)
5514         (valShift): added warning W_SHIFT_CHANGED
5515         (valCompare): fixed problem with different types
5516         * src/hc08/rallo.c (leastUsedLR): fixed gcc 3.3 warning
5517         * support/regression/tests/literalop.c: added many cases
5518         * support/regression/tests/ast_constant_folding.c: changed finally to
5519         'unsigned int'
5520         * .version: new year, new version: 2.3.7
5521         * src/SDCCmain.c (main): applied patch #866468
5522         * debugger/mcs51/sdcdb.c (parseCmdLine): added -k for ucsim, patch
5523         provided by Scott Bronson
5524         * doc/sdccman.lyx: updated documentation for sdcdb
5525         updated and added chapter tips
5526
5527 2004-01-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5528
5529         * src/SDCCsymt.h: missing from yesterday's commits
5530
5531 2003-12-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5532
5533         * src/SDCC.y (struct_or_union_specifier),
5534         * support/Util/SDCCerr.c,
5535         * support/Util/SDCCerr.h: verify that struct & union tags are used
5536         as declared.
5537
5538 2003-12-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5539
5540         * src/SDCCglobl.h: missing from yesterday's commits
5541
5542 2003-12-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5543
5544         * src/SDCC.y (external_definition, type_specifier2, sfr_reg_bit,
5545         sft_attributes, struct_declaration, parameter_declaration,
5546         type_name, start_block, declaration_list),
5547         * src/SDCC.lex (check_type): support redefinition of typedef names
5548
5549 2003-12-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5550
5551         * src/mcs51/gen.c (genPlus): added special handling for 256 byte
5552         aligned xdata arrays. Erik helped me with the if clause.
5553
5554 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5555
5556         * device/lib/ds390/tinibios.c (CpuSpeed): suppress unreachable code
5557         warning
5558
5559 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5560
5561         * src/SDCCast.h,
5562         * src/SDCCast.c (newAst_),
5563         * src/SDCCicode.h,
5564         * src/SDCCicode.c (ast2iCode, newiCode),
5565         * src/SDCCglobl.h,
5566         * src/SDCC.y (logical_and_expr, logical_or_expr, conditional_expr,
5567         expr, statement, expression_statement, selection_statement,
5568         iteration_statement, expr_opt, jump_statement): foundation for tracking
5569         sequence points
5570         * src/SDCCopt.c (killDeadCode): fixed bug #861580 (needs the sequence
5571         point code too)
5572
5573 2003-12-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5574
5575         * support/Util/SDCCerr.c,
5576         * src/SDCCast.h,
5577         * src/SDCCast.c (createCase, createDefault, decorateType),
5578         * src/SDCClabel.c (labelUnreach),
5579         * src/SDCC.y (labeled_statement, jump_statement): More improvements
5580         to error messages.
5581         * support/Util/SDCCerr.c (werrorfl): fixed a non-standard declaration
5582         (with thanks to Stas Sergeev)
5583         * device/include/time.h,
5584         * device/lib/time.c (CheckTime): suppress unreachable code warning
5585
5586 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5587
5588         * src/SDCCast.c (createIvalCharPtr),
5589         * src/SDCCglue.c (printChar): fixed bug #862241 (an error in my fix for
5590         bug #753752)
5591         * support/regression/tests/nullstring.c: tests for these two bugs
5592
5593 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5594
5595         * support/Util/SDCCerr.h,
5596         * support/Util/SDCCerr.c (E_NOT_ALLOWED),
5597         * src/SDCC.y (struct_declaration, struct_or_union_specifier): complain
5598         about storage class and 'at' used inside struct or union
5599         * src/SDCCBBlock.c (iCodeFromeBBlock),
5600         * src/SDCCcse.c (ifxOptimize),
5601         * src/SDCCglue.c (emitRegularMap, initPointer, printIvalStruct,
5602         printIvalArray, printiValFuncPtr, printIvalCharPtr, printIvalPtr,
5603         printIval, emitStaticSeg, emitOverlay),
5604         * src/SDCClabel.c (deleteIfx),
5605         * src/SDCCopt.c (replaceRegEqv, eBBlockFromiCode),
5606         * src/SDCCast.c (resolveSymbols, createIvalStruct, createIvalArray,
5607         gatherAutoInit, processParms),
5608         * support/Util/SDCCerr.h,
5609         * support/Util/SDCCerr.c (werrorfl): Support for better error location
5610         reporting for post-parse errors.
5611
5612 2003-12-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5613
5614         * src/SDCCval.c (valPlus, valMinus, valShift): fixed some problems with
5615         implicit casts via union; they don't work on big endian systems
5616         (possible fix for bug #861138)
5617
5618 2003-12-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5619
5620         (committed by Erik Petrich <epetrich AT ivorytower.norman.ok.us> on Frieder's behalf)
5621         * src/mcs51/main.c: fixed the fix for bug #737001
5622
5623 2003-12-15  Borut Razem <borut.razem AT siol.net>
5624
5625         * support/scripts/sdcc.nsi: updated for NSIS 2.0 beta 4
5626
5627 2003-12-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5628
5629         * support/makebin/makebin.c: put output in binary mode
5630
5631 2003-12-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5632
5633         * src/mcs51/main.c: fixed bug #737001 for the mcs51. SDCC clears
5634         xdata and data memory on startup. Set the environment variable
5635         SDCC_NOGENRAMCLEAR to disable this.
5636         * src/mcs51/peephole.def,
5637         * src/ds390/peephole.def: using the atomic test and clear instruction jbc
5638         (allows non-interrupt and interrupt code to safely compete for a resource
5639         without the non-interrupt code having to disable interrupts)
5640
5641 2003-12-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5642
5643         * src/SDCCicode.c (geniCodeAdd),
5644         * src/SDCCast.c (decorateType): fixed bug #857753 (need to be careful
5645         with valFromType if type might be a pointer and host is big endian).
5646         * src/SDCCast.c (decorateType): unary plus compatible with all arithmetic
5647         types, not just integer types.
5648         * src/SDCCsymt.c (addSymChain): clarified error message when symbol is
5649         multiply defined with mismatching "at" address.
5650
5651 2003-12-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5652
5653         * src/ds390/main.c (PORT tininative_port): fixed bug #858416
5654         * src/SDCCglue.c (printChar, printIvalChar, emitStaticSeg),
5655         * src/SDCCast.c (createIvalCharPtr, stringToSymbol): handle strings
5656         with embedded nulls (fixed bug #753752)
5657
5658 2003-12-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5659
5660         * src/mcs51/main.c(_mcs51_genRAMCLEAR): using r0 instead of r1/r2.
5661         Apparently this did not see much testing (endless loop)
5662
5663 2003-12-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5664
5665         * src/z80/ralloc.c: set DISABLE_PACK_HL = 1 as a temporary fix to bug #855165
5666
5667 2003-12-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5668
5669         * src/SDCCdebug.c (outputDebugSymbols, outputDebugStackSymbols, dumpSymInfo):
5670         gracefully handle NULL memmap pointers
5671
5672 2003-12-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5673
5674         * src/SDCCopt.c (killDeadCode): change iCode type to DUMMY_READ_VOLATILE
5675         instead of deleting the iCode when an operand is volatile
5676         * src/z80/gen.c (genDummyRead),
5677         * src/mcs51/gen.c (genDummyRead),
5678         * src/ds390/gen.c (genDummyRead),
5679         * src/hc08/gen.c (genDummyRead): handle operands in IC_LEFT and/or IC_RIGHT,
5680         not just IC_RIGHT
5681         * src/SDCCicode.c (geniCodeCall): fixed bug #851607
5682         * src/SDCC.y: fixed bug #850420
5683
5684 2003-12-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5685
5686         Applied z80 i/o port patch from Peter Townson and fixed some operators
5687         to better handle operands in A register.
5688         * device/include/z180.h
5689         * src/SDCC.y
5690         * src/SDCCglue.c
5691         * src/z80/gen.c
5692         * src/z80/gen.h
5693         * src/z80/main.c
5694         * src/z80/peeph-z80.def
5695         * src/z80/peeph.def
5696         * src/z80/z80.h
5697
5698 2003-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5699
5700         * src/SDCCsymt.c (addSymChain, compareTypeExact): fixed bug #838241 again
5701
5702 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5703
5704         * device/lib/hc08/_mullong.c: Removed extra #endif
5705
5706 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5707
5708         * sim/ucsim/hc08.src/inst.cc,
5709         * sim/ucsim/hc08.src/hc08mac.h: fixed some problems with CC flag bits and
5710         carries from x to h
5711         * src/hc08/gen.c (aopAdrStr): fixed problem with 16 bit immediate
5712         * src/hc08/gen.c (XAccRsh): fixed problem with right shift
5713         * device/include/stdarg.h: fixed varargs for hc08
5714         * device/lib/Makefile.in,
5715         * device/lib/hc08/Makefile,
5716         * device/lib/hc08/_mulint.c,
5717         * device/lib/hc08/_mullong.c: fixed some endian problems
5718
5719 2003-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5720
5721         * sdcc/src/mcs51/gen.c (genMultOneByte): help peephole 105
5722         * sdcc/src/mcs51/peeph.def: added peephole 186.e array access in code space
5723         * device/lib/_gptrget.c,
5724         * device/lib/_gptrput.c: P2 not used any more (related to #850747, #785979)
5725
5726 2003-11-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5727
5728         * src/SDCClrange.c (findNextUseSym, rlivePoint): fixed bug #849795
5729         * src/SDCCast.c (astErrors): fixed bug #846007
5730         * src/SDCCsymt.c (checkFunction): fixed follow-up bug on bug #846007
5731
5732 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5733
5734         * src/SDCCast.c (decorateType): disabled a transformation I added in
5735         revision 1.188 (access to fields of a structure at an absolute address);
5736         it breaks with bitfields, extern declarations, and gcse analysis.
5737         * src/SDCCopt.c (isLocalWithoutDef): if ADDRESS_OF applied to a symbol, it
5738         could be assigned through a pointer, so don't complain.
5739         * src/SDCCast.c (astErrors),
5740         * src/SDCCast.h,
5741         * src/SDCCglue.c (emitRegularMap): fixed bug #847813
5742
5743 2003-11-26 Vangelis Rokas <vrokas AT otenet.gr>
5744
5745         * src/pic16/main.c (_pic16_genIVT): fixed interrupt vector table
5746         * src/pic16/main.c (_pic16_genAssemblerPreamble): re-enabled the
5747         output of __config directives, since gpasm now supports them
5748         * src/pic16/main.c (_pic16_finaliseOptions): define MCU
5749         pre-processor macro, i.e. -DMCU=p18f452
5750         * src/pic16/ralloc.c: renamed packRegisters to pic16_packRegisters,
5751         and modified to handle 'cast' icode similarly to '=' icode
5752         * src/pic16/device.h (typedef struct PIC_device): added field
5753         'extMIface' to indicate that chip has external memory interface
5754         * src/pic16/device.c: added chips 18F248, 18F258, 18F448, 18F458,
5755         18F6520, 18F6620, 18F6680, 18F6720, 18F8520, 18F8620, 18F8680,
5756         18F8720
5757
5758 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5759
5760         * src/SDCC.y (pointer): fixed bug #846006
5761         * support/Util/SDCCerr.c: made W_PTR_TYPE_INVALID message clearer
5762         * src/SDCCast.c (decorateType): fixed bug #846009
5763         * src/ds390/peeph.def,
5764         * src/ds390/gen.c (genAnd, genOr),
5765         * src/mcs51/peeph.def,
5766         * src/mcs51/gen.c (genAnd, genOr): fixed bug #846777
5767
5768 2003-11-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5769
5770         Fixed several common-sub-expression bugs (#772861, #768380, & #755323)
5771         * src/SDCCdflow.c
5772         * src/SDCCcse.c
5773         * src/SDCCcse.h
5774         * src/SDCCBBlock.h
5775         * src/SDCCBBlock.c
5776
5777 2003-11-23 Klaus Flittner <klaus_flittner AT gmx.de>
5778
5779         fixed bug #845089
5780         * src/SDCCbitv.h,
5781         * src/SDCCbitv.c: added function to free a bitvector
5782         * src/SDCClrange.h,
5783         * src/SDCClrange.c: added function to recompute the liveranges
5784         * src/avr/ralloc.c,
5785         * src/ds390/ralloc.c,
5786         * src/hc08/ralloc.c,
5787         * src/mcs51/ralloc.c,
5788         * src/pic/ralloc.c,
5789         * src/pic16/ralloc.c,
5790         * src/xa51/ralloc.c,
5791         * src/z80/ralloc.c: recompute the liveranges after register packing
5792
5793 2003-11-21 Klaus Flittner <klaus_flittner AT gmx.de>
5794
5795         * src/SDCCloop.c (newInduction): fixed bug #845630
5796
5797 2003-11-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5798
5799         * src/SDCCsymt.c (compareTypesExact): disabled debugging output
5800         inadvertantly left behind from my 2003-11-12 change
5801
5802 2003-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5803
5804         Updated headers I neglected to commit yesterday.
5805         * src/SDCClrange.h,
5806         * src/SDCCicode.h
5807
5808 2003-11-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5809
5810         * src/SDCCcse.c (algebraicOpts): fixed bug #773153
5811         * src/SDCClrange.c (rlivePoint): need to mark IC_RESULT used if POINTER_SET op
5812         * src/SDCCopt.c (eBBlockFromiCode),
5813         * src/SDCClrange.c (hashiCodeKeys, sequenceiCode, computeLiveRanges): seperated
5814         the creation of the key hash table from the sequencing so it can be used
5815         earlier (for some GCSE bug fixes still pending)
5816
5817 2003-11-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5818
5819         * src/mcs51/gen.c (genPlus): generate shortcut for adding 0xab00
5820         * support/regression/tests/addsub.c: testing genPlus shortcut
5821
5822 2003-11-15  Borut Razem <borut.razem AT siol.net>
5823
5824         * src/SDCCmain.c: fixed bug #841645: -MM command line option passed to sdcpp
5825
5826 2003-11-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5827
5828         * src/SDCCcse.c (cseBBlock): fixed bug #527779
5829         * src/SDCCcse.c (deleteGetPointers): rewrote so that the set
5830         ordering is immaterial.
5831         * src/SDCCdflow.c (mergeInExprs): fixed bug #587536
5832
5833 2003-11-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5834
5835         * src/SDCCicode.c (geniCodeAddressOf): fixed part of bug #840381
5836         * src/SDCCopt.c (replaceRegEqv, isLocalWithoutDef): fixed other part
5837         (SIGSEV) of bug #840381
5838         * src/SDCCmain.c (linkEdit, assemble): fixed bug #841606 (don't
5839         unlink new file before rename if new and old filenames are the same)
5840
5841 2003-11-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5842
5843         * src/mcs51/main.c: started fixing bug #737001 (SDCC not clearing
5844         uninitialized variables) for the mcs51. Set environment variable
5845         SDCC_GENRAMCLEAR to test.
5846         xdata initialization slightly shorter
5847
5848 2003-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5849
5850         * src/SDCCsymt.h,
5851         * src/SDCCsymt.c (addSymTypeChain, compareTypesExact): fixed bugs
5852         #838241 & 780691 (basicly the same bug)
5853         * src/SDCCBBlock.c (iCode2eBBlock): fixed bug #840148
5854         * src/SDCCBBlock.c (iCodeFromeBBlock): fixed bug #840162
5855
5856 2003-11-11 Bernhard Held <bernhard AT bernhardheld.de>
5857
5858         * src/SDCCmain.c (linkEdit): "fix" #834252
5859
5860 2003-11-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5861
5862         * src/SDCCast.c (removePostIncDecOps, removePreIncDecOps),
5863         * src/SDCCast.h,
5864         * src/SDCC.y: fixed bug #819403
5865
5866 2003-11-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5867
5868         * support/regression/fwk/lib/testfwk.c: printn is recursive and thus needs
5869         the reentrant attribute.
5870         * src/hc08/gen.c (genPackBits): added missing stack readjustment
5871         * sim/ucsim/hc08.src/inst.cc (inst_mov): fixed bugs with mov instruction
5872         simulation
5873         * src/SDCCast.c (decorateType): fixed bug with storage class not being
5874         updated during pointer dereference; f.e. ~(((char *)1)*) was being
5875         erroneously reduced to a literal.
5876         * src/hc08/ralloc.c (packRegisters, rematStr),
5877         * src/hc08/gen.c (aopForRemat): allow literals to be rematerialized in
5878         some cases
5879
5880 2003-11-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5881
5882         * src/mcs51/main.c: fixed bug #838385. Thanks to Josef Pavlik for finding and fixing
5883         * doc/sdccman.lyx: changed from 'article' to 'book'
5884         * doc/Makefile: readded test_suite_spec and cdbfileformat
5885
5886 2003-11-08 Bernhard Held <bernhard AT bernhardheld.de>
5887
5888         * device/include/stdlib.h: include malloc.h to comply with ANSI
5889         * support/regression/tests/malloc.c: include stdlib.h instead of malloc.h
5890
5891 2003-11-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5892
5893         * doc/Makefile: sdccman.pdf should build with correct references (more info in commit msg)
5894         * doc/clean.mk: also remove *.out files
5895         * doc/sdccman.lyx: some additions, larger top/bottom margins
5896
5897 2003-11-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5898
5899         * src/SDCC.y: fixed bug #837365
5900         * support/regression/tests/bitopcse.c
5901         * src/hc08/gen.c (genPointerGet): Don't assume pointer operand is
5902         a symbol (might be valop instead)
5903         * device/lib/Makefile.in: added errno.c to HC08SOURCES
5904         * device/lib/clean.mk: added hc08 to the cleaning list
5905
5906 2003-11-04  Borut Razem <borut.razem AT siol.net>
5907
5908         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h: reverted changes,
5909           made 2003-11-04
5910         * support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
5911           as/z80/aslist.c, as/z80/assym.c: removed inclusion of nonstandard malloc.h;
5912           malloc is declared in standard stdlib.h
5913
5914 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5915
5916         * device/lib/hc08/Makefile: need to clean .rel not .o files
5917         * src/hc08/gen.c (genDjnz): can't use djnz with extended addressing mode
5918
5919 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5920
5921         * src/port.h,
5922         * src/hc08/main.c,
5923         * src/mcs51/main.c,
5924         * src/ds390/main.c,
5925         * src/z80/main.c,
5926         * src/avr/main.c,
5927         * src/pic/main.c,
5928         * src/pic16/main.c,
5929         * src/xa51/main.c: added hasExtBitOp & oclsExpense functions to ports
5930         * src/SDCCicode.c: changed several IS_FARSPACE tests to isOclsExpensive
5931         tests (which uses the port's oclsExpense function)
5932         * src/SDCC.y,
5933         * src/SDCCast.c,
5934         * src/SDCCicode.c,
5935         * src/hc08/gen.c,
5936         * src/ds390/gen.c,
5937         * src/mcs51/gen.c: added support for the SWAP iCode (RFE #834167)
5938
5939 2003-11-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5940
5941         * src/SDCCcse.c (ifxOptimize),
5942         * src/SDCClabel.c (labelIfx, deleteIfx): When the condition to
5943         an IFX iCode is volatile, convert to DUMMY_READ_VOLATILE instead
5944         deleting the IFX iCode.
5945         * src/hc08/ralloc.c: reduced unneeded slocs
5946         * src/hc08/gen.c: fixed bug in asmopToBoolean
5947
5948 2003-11-04  Borut Razem <borut.razem AT siol.net>
5949
5950         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h,
5951           support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
5952           as/z80/aslist.c, as/z80/assym.c: decision to include malloc.h
5953           transferred to configure
5954
5955 2003-11-03 Bernhard Held <bernhard AT bernhardheld.de>
5956
5957         Use headers defined in the C[++] standards:
5958         * sim/ucsim/gui.src/serio.src/fileio.cc
5959         * sim/ucsim/gui.src/serio.src/frontend.cc
5960         * sim/ucsim/gui.src/serio.src/main.cc
5961         * sim/ucsim/gui.src/serio.src/posix_signal.cc
5962         * support/Util/NewAlloc.c
5963         * as/hc08/lklibr.c
5964         * as/mcs51/lklibr.c
5965         * as/z80/aslist.c
5966         * as/z80/assym.c
5967
5968 2003-11-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5969
5970         * Added MSVC projects for hc08 assembler and linker:
5971         all.dsp, config.dsp, sdcc.dsw, /as/hc08/as_hc08.dsp,
5972         /as/hc08/link_hc08.dsp
5973
5974 2003-11-03 Martin Helmling <Martin.Helmling AT octo-soft.de>
5975
5976         * debugger/mcs51/cmd.c: allows filename starting with digit(+ some debug)
5977
5978 2003-11-02 Bernhard Held <bernhard AT bernhardheld.de>
5979
5980         * src/SDCCmain.c (linkEdit): "fixed" again bug #833605
5981
5982 2003-11-01 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5983
5984         * src/mcs51/main.c: xdata initialization is 13 bytes shorter now
5985
5986 2003-10-31  Borut Razem <borut.razem AT siol.net>
5987
5988         * support/cpp2/cpplib.h,
5989           support/cpp2/cpplib.c,
5990           support/cpp2/cpplex.c,
5991           support/cpp2/cppinit.c: introduced #pragma preproc_asm [ + | - ]
5992           to switch _asm block preprocessing on / off. Default is
5993           #pragma preproc_asm +
5994
5995 2003-10-31  Borut Razem <borut.razem AT siol.net>
5996
5997         * support/cpp2/cpplex.c: Fixed _WIN32 problem with CR-CR-LF sequences
5998           when outputting comment blocks (when executed with -C option) and
5999           _asm (SDCPP specific) blocks
6000
6001 2003-10-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6002
6003         * as/hc08/lkrloc.c (relr): Fixed ihx output, fixed lastAreaIndex warning
6004
6005 2003-10-31 Klaus Flittner <klaus_flittner AT gmx.de>
6006
6007         * src/SDCCcse.c (updateSpillLocation): fixed bug #808027
6008
6009 2003-10-31 Bernhard Held <bernhard AT bernhardheld.de>
6010
6011         * src/SDCCmain.c (linkEdit): "fixed" bug #833605
6012         * src/SDCCast.c (decorateType): fixed bug #832664
6013
6014 2003-10-31  Borut Razem <borut.razem AT siol.net>
6015
6016         * support\cpp2\cpplex.c: fixed for SDCPP:
6017           comments(when executed with -C option) and _asm blocks
6018           were included even if they where in skipped #if block.
6019           Applied solution from GCC cpp 3.3.2
6020
6021 2003-10-31  Borut Razem <borut.razem AT siol.net>
6022
6023         * src/SDCC.lex: sdcc now understands both formats:
6024           '# <line_number> <file_name>' and
6025           '#line <line_number> <file_name>'
6026         * support/cpp2/cppmain.c: sdcpp now generates the standard
6027           '# <line_number> <file_name>' instead of former
6028           '#line <line_number> <file_name>'
6029
6030 2003-10-30  Borut Razem <borut.razem AT siol.net>
6031
6032         * support/cpp2/cpphash.h,
6033         * support/cpp2/cpplib.h
6034         * support/cpp2/cpplex.c,
6035         * support/cpp2/cppmain.c,
6036         * support/cpp2/cppinit.c: fixed bug #828015 - Syntax variation for _asm character constants
6037
6038 2003-10-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6039
6040         Fixed a number of problems revealed by bug #827883.
6041         * src/SDCCloop.c (loopInvariants): Spill location of the
6042         result operand should be recomputed if extracted from
6043         a loop. Also, don't extract assignments of an iTemp
6044         from a literal.
6045         * src/SDCCast.c (isConformingBody): loop reversal should
6046         not occur if the control variable is involved with a
6047         relational operator.
6048
6049 2003-10-28 Bernhard Held <bernhard AT bernhardheld.de>
6050
6051         * .version: bumped to 2.3.6 to reflect the big improvements
6052         made by Erik and Klaus. Thanks!
6053
6054 2003-10-28 Klaus Flittner <klaus_flittner AT gmx.de>
6055
6056         Replaced the livrange code.
6057         * src/SDCClrange.c: added new LR code
6058         * src/SDCCloop.c,
6059         * src/SDCCBBlock.h: removed remainig parts from old LR code
6060         * src/ds390/ralloc.c,
6061         * src/ds390/gen.c: minor fixes to make it work with new code
6062
6063 2003-10-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6064
6065         * as/hc08/asm.h,
6066         * as/hc08/lkrloc.c,
6067         * src/hc08/gen.c,
6068         * src/hc08/ralloc.c: Fix various warnings related to the hc08
6069         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): Fixed bug #829717
6070         (tweaked fix for bug #818696)
6071
6072 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6073
6074         * src/z80/ralloc.c (joinPushes): Fixed bug #828742
6075
6076 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6077
6078         * src/SDCCmain.c,
6079         * sdccconf_in.h: Fixed bug #828387 (--disable-hc08-port didn't work)
6080         * src/mcs51/gen.c (gencjneshort),
6081         * src/ds390/gen.c (gencjneshort): Made comparison with AOP_IMMD operand
6082         more efficient (per Scott Bronson's suggestion)
6083
6084 2003-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6085
6086         Extended the semantics of the critical keyword to include
6087         individual statements. See RFE #827755 and #799831
6088         * src/SDCC.y
6089         * src/SDCCicode.c
6090         * src/SDCCopt.c
6091         * src/SDCCast.c
6092         * support/Util/SDCCerr.c
6093         * support/Util/SDCCerr.h
6094         * src/mcs51/gen.c
6095         * src/ds390/gen.c
6096         * src/hc08/gen.c
6097
6098 2003-10-19  Borut Razem <borut.razem AT siol.net>
6099
6100         * src/SDCC.lex: fixed bug #825944 - defined yytext_ptr to make it compile with flex 2.5.31
6101
6102 2003-10-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6103
6104         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec, ast2iCode):
6105         Fixed bug #818696
6106         * src/SDCCast.c (ast_print): Fixed --dumptree so that preincrement
6107         and predecrement operand is displayed
6108
6109 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
6110
6111         * src/SDCCval.c (valMinus): fixed bug #826041
6112
6113 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6114
6115         Some hc08 related updates that I missed earlier
6116         * sim/ucsim/stypes.h
6117         * support/regression/ports/hc08/spec.mk
6118
6119 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6120
6121         New target "hc08" for the Motorola 68hc08 family of micros
6122
6123         * configure
6124         * configure.in
6125         * Makefile
6126         * src/hc08/*
6127         * src/SDCCmain.c
6128         * src/port.h
6129         * sim/ucsim/hc08.src/*
6130         * sim/ucsim/configure.in
6131         * src/ucsim/configure
6132         * sim/ucsim/packages_in.mk
6133         * as/hc08/*
6134         * as/Makefile
6135         * device/include/mc68hc908qy.h
6136         * device/lib/hc08/*
6137         * device/lib/Makefile.in
6138         * support/regression/ports/hc08/*
6139         * support/regression/Makefile
6140
6141 2003-10-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6142
6143         * src/z80/gen.c: fixed bug revealed by ast_constant_folding.c
6144         regression test
6145         * src/ds390/gen.c (genCast): fixed bug #821957
6146
6147 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
6148
6149         * device/lib/logf.c: "fixed" overlay bug
6150         * support/regression/ports/host/spec.mk: added m library
6151         * support/regression/ports/mcs51-stack-auto/spec.mk: added float funcs
6152         * support/regression/tests/float_trans: added (for Eric)
6153
6154 2003-10-12 Bernhard Held <bernhard AT bernhardheld.de>
6155
6156         * src/mcs51/gen.c (genCpl): fixed bug
6157         http://sf.net/mailarchive/message.php?msg_id=6263915
6158
6159 2003-10-10 Bernhard Held <bernhard AT bernhardheld.de>
6160
6161         * src/SDCCast.c (decorateType): added extended constant folding
6162         * src/SDCCsymt.c (computeType): cleanup
6163         * src/SDCCval.c (valShift): minor optimization
6164         * support/regression/tests/ast_constant_folding.c: added
6165
6166 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6167
6168         * src/SDCCmain.c: removed some unintended changes
6169
6170 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6171
6172         * src/SDCCmain.c (setParseWithComma): fixed bug #816685
6173         * src/z80/gen.c: fixed part of bug #817589
6174         * src/SDCCsymt.c (checkFunction): fixed bug #817895
6175
6176 2003-10-08 Bernhard Held <bernhard AT bernhardheld.de>
6177
6178         Replaced cast (void **) with (void *) to avoid gcc 3 warning:
6179         * src/SDCCcflow.c
6180         * src/SDCCcse.c
6181         * src/SDCCdflow.c
6182         * src/SDCClabel.c
6183         * src/SDCClrange.c
6184         * src/SDCCmem.c
6185         * src/SDCCopt.c
6186         * src/SDCCpeeph.c
6187         * src/SDCCset.c
6188         * src/avr/ralloc.c
6189         * src/ds390/ralloc.c
6190         * src/izt/ralloc.c
6191         * src/mcs51/ralloc.c
6192         * src/pic/ralloc.c
6193         * src/pic16/ralloc.c
6194         * src/xa51/ralloc.c
6195         * src/z80/ralloc.c
6196         * src/z80/gen.c: removed unused label "release:"
6197
6198 2003-10-06  Borut Razem <borut.razem AT siol.net>
6199
6200         * src/SDCC.lex: removed definition of unused variables
6201           save_optimize and save_options
6202
6203 2003-10-06 Bernhard Held <bernhard AT bernhardheld.de>
6204
6205         * clean.mk: removed '=' in "-maxdepth=1"
6206         * src/SDCCloop.c: replace LRKLAUS with SDCC_LRKLAUS
6207         * src/SDCClrange.c: replace LRKLAUS with SDCC_LRKLAUS
6208
6209 2003-10-06  Borut Razem <borut.razem AT siol.net>
6210
6211         * src/SDCC.lex, src/SDCC.lex: use dbuf for "_asm" definitions;
6212           my_unput() replaced by unput()
6213
6214 2003-10-05 Bernhard Held <bernhard AT bernhardheld.de>
6215
6216         * src/SDCCloop.c (assignmentsToSym, loopInduction): cast argument of
6217         setToNull() to (void *) to avoid gcc3.x's warning: "dereferencing
6218         type-punned pointer will break strict-aliasing rules"
6219         Old LR behaviour is again default; Klaus' LR can be choosen by
6220         defining the environment variable LRKLAUS
6221         * src/SDCCBBlock.h
6222         * src/SDCCloop.c
6223         * src/SDCClrange.c
6224         * src/ds390/ralloc.c (spillThis): applied Klaus' patch
6225         * clean.mk: fixed removal of files in bin/CVS/
6226         * device/lib/clean.mk: fixed removal of directories small and large
6227         * support/Util/SDCCerr.c: changed W_INT_OVL to ERROR_LEVEL_PEDANTIC
6228         * src/SDCCicode.c,
6229         * src/SDCCval.c: removed superflous test for pedantic
6230
6231 2003-10-05  Borut Razem <borut.razem AT siol.net>
6232
6233         * src/SDCC.lex, support/Util/SDCCerr.c, sdcc/support/Util/SDCCerr.h:
6234           Fixed bug #816692: introduced new ERROR_LEVEL_PEDANTIC warning
6235           message "unmatched #pragma SAVE and #pragma RESTORE"
6236
6237 2003-10-04  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6238
6239         * doc/sdccman.lyx: various additions and updates (interrupts, inline
6240           assembly, critical functions, atomic, nojtbound)
6241
6242 2003-10-04 Bernhard Held <bernhard AT bernhardheld.de>
6243
6244         Applied liferange patch from Klaus Flittner <klaus_flittner AT gmx.de>
6245         * src/SDCCBBlock.h
6246         * src/SDCCloop.c
6247         * src/SDCCloop.h
6248         * src/SDCClrange.c
6249
6250 2003-10-03  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6251
6252         * src/z80/gen.h,
6253         * src/z80/gen.c (aopOp, aopGet, aopPut, genDummyRead),
6254         * src/mcs51/gen.h
6255         * src/mcs51/gen.c (aopOp, aopGet, aopPut, genDummyRead),
6256         * src/ds390/gen.h
6257         * src/ds390/gen.c (aopOp, aopGet, aopPut, genDummyRead),
6258         * src/SDCCicode.c (ast2iCode, geniCodeDummyRead): Fixed bug #663539
6259         * src/SDCCopt.c (killDeadCode): Fixed bugs #663539 & #816705
6260
6261 2003-10-02  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6262
6263         * src/z80/gen.c (genRet): fixed bug #524753
6264         * src/z80/gen.c (genCast): fixed internal error on cast from
6265         pointer to long
6266         * src/z80/gen.c (_saveRegsForCall, emitCall): adapted Johan's
6267         fix for bug #477835 to the z80
6268         * src/z80/gen.c (genZ80code, _vemit2, _emit2): added support
6269         for tracking iCodes in the peephole optimizer for z80
6270
6271 2003-10-01  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6272
6273         * src/SDCCicode.c (geniCodeJumpTable, geniCodeSwitch): fixed
6274         the other part of bug #814548
6275         * src/SDCCpeeph.c (labelInRange): fixed bug #814558
6276
6277 2003-09-30  Bernhard Held <bernhard AT bernhardheld.de>
6278
6279         * src/SDCCcse.c: fixed part of bug #814548
6280
6281 2003-09-28  Borut Razem <borut.razem AT siol.net>
6282
6283         * src/asm.c: rewrite of printILine() to use temporary file instead
6284           a pipe
6285         * src/xa51/main.c: commented out declaration of int rewinds
6286
6287 2003-09-27  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6288
6289         * src/SDCCicode.c (geniCodeJumpTable): Fixed bug #813206
6290
6291 2003-09-26  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6292
6293         * src/SDCCdflow.c (computeDataFlow): Fixed bug #810746
6294         * src/asm.c (printILine): Fixed bug #811015
6295
6296 2003-09-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6297
6298         *link/z80/lklibr.c, as/mcs51/lklibr.c: Improved memory allocation and
6299         freeing.
6300
6301 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6302
6303         * src/z80/gen.c (setupToPreserveCarry): Fixed bug #796955
6304         * src/z80/gen.c (setupPair, genMovePairPair): Fixed setupPair
6305         to correctly handle general case of AOP_PAIRPTR
6306         * src/z80/gen.c (aopGet, aopPut): Generalized AOP_PAIRPTR handling
6307
6308 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6309
6310         * src/mcs51/ralloc.c (fillGaps),
6311         * src/ds390/ralloc.c (fillGaps): fixed bug #810093 (yet another
6312         register positioning bug)
6313
6314 2003-09-21  Bernhard Held <bernhard AT bernhardheld.de>
6315
6316         * device/lib/_fsdiv.c: replaced (1<<31) by (1ul<<31)
6317
6318 2003-09-19  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6319
6320         * src/mcs51/gen.c (loadDptrFromOperand, genFarPointerGet,
6321         genCodePointerGet, genGenPointerGet, genFarPointerSet,
6322         genGenPointerSet): handle AOP_DPTR correctly when loading dptr
6323         (ralloc doesn't intentionally do this now, but perhaps later)
6324         * src/mcs51/ralloc.c (serialRegAssign, fillGaps),
6325         * src/ds390/ralloc.c (serialRegAssign, fillGaps): fixed some
6326         register positioning bugs (Fixed bug #762602 and #795325)
6327         * src/SDCCicode.c (geniCodeDerefPtr): Track output class correctly
6328         (Fixed bug #808779)
6329         * src/z80/gen.c: increased _vemit2's buffer[] to handle long
6330         lines that --i-code-in-asm generates
6331
6332 2003-09-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6333
6334         *link/z80/lklibr.c, as/mcs51/lklibr.c: Fixed Linux segfaults when
6335         trying to fclose a FILE* that was already closed.
6336
6337 2003-09-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6338
6339         * src/SDCCsymt.c (structElemType): fixed bug #808291 (members
6340         of const struct should be treated as if const themselves)
6341
6342 2003-09-18  Bernhard Held <bernhard AT bernhardheld.de>
6343
6344         * src/SDCCval.c (valPlus, valMinus): fixed bug #808337
6345
6346 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6347
6348         * support/librarian/sdcclib.c: Generate correct offsets for libraries with
6349         Unix (/n) and DOS (/r/n) line terminations.
6350
6351 2003-09-17  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6352
6353         * src/SDCCopt.c (cnvFromFloatCast, cnvToFloatCast): fixed
6354         bug #613775
6355
6356 2003-09-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6357
6358         * src/mcs51/gen.c (genFunction, genEndFunction),
6359         * src/ds390/gen.c (genFunction, genEndFunction): Moved save
6360         and restore of EA so that stack offsets to parameters are
6361         correct when using both critical and reentrant/stack-auto.
6362         * src/z80/gen.c (aopOp): removed erroneous assertion about sloc
6363         size (can be triggered in error if sloc is shared between
6364         different sized objects)
6365         * device/include/float.h: fixed macros to explicitly use
6366         unsigned long where needed
6367
6368 2003-09-15  Bernhard Held <bernhard AT bernhardheld.de>
6369
6370         Feature req. 799831: added code to allow nesting of critical functions
6371         * src/mcs51/gen.c (genFunction, genEndFunction)
6372         * src/ds390/gen.c (genFunction, genEndFunction)
6373
6374 2003-09-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6375
6376         * src/SDCCsymt.c (sclsFromPtr),
6377         * src/SDCCsymt.h,
6378         * src/SDCCast.c (decorateType): fixed bug #462971. Also, better
6379         support for standard C idiom of memory mapped variables; for
6380         example, *((xdata int*)0x1234) = 1 is now internally equivalent
6381         to xdata int at 0x1234 tempvar = 1.
6382         * sim/ucsim/z80.src/inst_xd.cc: fixed bug #805483 with patch
6383         provided by Akiya ISHIDA
6384
6385 2003-09-13  Bernhard Held <bernhard AT bernhardheld.de>
6386
6387         * src/SDCCval.c (cheapestVal): reenabled to reduce int to char
6388         * src/SDCCval.c (constVal): added reduction from int to char
6389         * src/SDCCval.c (valMult, valDiv): fixed sign handling
6390         * src/SDCCval.c (valShift): fixed after change of cheapestVal()
6391         * src/SDCCval.c (valCompare): fixed EQ_OP and NE_OP; they have
6392         to ignore the sign
6393         * support/regression/tests/shifts.c: fixed
6394
6395 2003-09-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6396
6397         * src/z80/gen.c (genXor): Fixed bug #805445
6398
6399 2003-09-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6400
6401         Fixed bug #621531 (const & volatile confusion in the type chain).
6402         DCL_PTR_CONST, DCL_PTR_VOLATILE, & IS_PTR_CONST now exclusively
6403         refer to the const or volatile state of the pointer itself.
6404
6405         * src/SDCCast.c
6406         * src/SDCCglue.c
6407         * src/SDCCicode.c
6408         * src/SDCCsymt.c
6409         * src/SDCCval.c
6410         * src/SDCC.y
6411         * src/SDCCsymt.h
6412         * src/pic/gen.c
6413         * src/pic/ralloc.c
6414         * src/pic16/gen.c
6415         * src/pic16/ralloc.c
6416         * support/regression/tests/const.c
6417
6418 2003-09-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6419
6420         When checking for duplicated modules, use absolute paths
6421         instead of relative paths.  Files changed:
6422
6423         * as/mcs51/lklib.c
6424         * link/z80/lklib.c
6425
6426 2003-09-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6427
6428         * src/SDCCicode.c (geniCodeLogic): fixed bug #797572
6429
6430 2003-09-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6431
6432         * device/include/string.h: added size_t typedef, changed
6433         prototypes to use size_t, eliminated separate reentrant and
6434         non-reentrant declarations, added _memmove declaration
6435         * device/lib/_memcpy.c: changed to use size_t instead of int,
6436         changed /4 to >>2 to avoid division library call
6437         * device/lib/_memcmp.c,
6438         * device/lib/_memset.c,
6439         * device/lib/_strncat.c,
6440         * device/lib/_strncpy.c,
6441         * device/lib/_strncmp.c: changed to use size_t instead of int
6442         * device/lib/_memmove.c: new file (fixed bug #772294)
6443         * device/lib/Makefile.in: added _memmove.c
6444         * device/lib/z80/asm_strings.s: fixed bug #772290
6445         * support/regression/tests/bitfields.c: attempt to fix host assertion
6446         failure on amd64-unknown-linux2.2
6447
6448 2003-09-06  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6449
6450         * src/z80/gen.c (aopPut, spillPairReg): fixed bug #800998
6451         * src/z80/gen.c (genFunction, genEndFunction): fixed "bug" #774700
6452         * as/z80/asmain.c (main): fixed bug #801766
6453
6454 2003-09-06  Bernhard Held <bernhard AT bernhardheld.de>
6455
6456         * src/SDCCicode.c (ast2iCode): fixed differences in iCode with different
6457         compilers
6458
6459 2003-09-05  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6460
6461         * src/SDCCast.c (isConformingBody): fixed loop reversal bug
6462         reported in bug #800609
6463
6464 2003-09-04  Vangelis Rokas <vrokas AT otenet.gr>
6465
6466         * Top header beautifications in src/pic16 directory:
6467           device.c, device.h, gen.c, gen.h, genarith.c, glue.c, pcode.c,
6468           pcodeflow.c, pcodeflow.h, pcode.h, pcodepeep.c, pcoderegs.c,
6469           pcoderegs.h, ralloc.c, ralloc.h
6470         * main.c: added top header and GPL license notice
6471         * pcode.c: fixed the if-conditional warning
6472
6473 2003-09-04  Bernhard Held <bernhard AT bernhardheld.de>
6474
6475         * device/lib/_mullong.c: replaced int by short for gcc
6476
6477 2003-08-31  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6478
6479         * src/SDCCpeeph.c (notVolatile, notVolatileVariable): handle IFX
6480         and JUMPTABLE iCodes properly now (worked by accident before)
6481         * src/mcs51/gen.c (leftRightUseAcc),
6482         * src/ds390/gen.c (leftRightUseAcc): handle IFX and JUMPTABLE
6483         iCode properly now. Use getSize instead of nRegs since a & b
6484         aren't part of the nRegs tally.
6485
6486 2003-08-31  Vangelis Rokas <vrokas AT otenet.gr>
6487
6488         * src/pic16/main.c: corrected offsets of interrupt vectors in _pic16_genIVT()
6489         * src/pic16/pcode.c: fix to disable inserting BANKSEL directive
6490           before instructions that use the _STATUS register
6491
6492 2003-08-31  Bernhard Held <bernhard AT bernhardheld.de>
6493
6494         * src/mcs51/gen.c (freeAsmop): fixed off by one in stack offset (AOP_STK)
6495         * src/mcs51/gen.c (genNearPointerSet): added missing opcode for
6496         fetching of the pointer
6497         * src/mcs51/gen.c (genNearPointerGet): added reuse of PREG,
6498         copied from genNearPointerSet()
6499         * src/mcs51/gen.c (genNearPointerGet): don't pop r0/r1, if RESULTONSTACK
6500         * src/mcs51/gen.c: changed order of freeAsmop(left/right/result)-calls.
6501         If they pop r0/r1 they must be called in the opposite order than aopOp().
6502         * device/lib/_mullong.c: fixed for "--model-large --int-long-reent"
6503         (resp. --stack-auto), prepared for --xstack
6504
6505 2003-08-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6506
6507         * doc/sdccman.lyx: reverted tables to those in cvs 1.64
6508
6509 2003-08-28  Bernhard Held <bernhard AT bernhardheld.de>
6510
6511         * device/lib/_startup.c: quick & dirty fix for ds390/ds400;
6512         these ports have their own __sdcc_external_start()
6513
6514 2003-08-26  Bernhard Held <bernhard AT bernhardheld.de>
6515
6516         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
6517         * src/pic/glue.c (pic14printPublics): fixed bug introduced when symbol
6518         type for bits was changed. It resulted in bit variables becoming
6519         global, which is not permitted in PIC 14 assembly output.
6520
6521 2003-08-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6522
6523         * doc/sdccman.lyx: various additions and updates. Rearranged sections
6524
6525 2003-08-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6526
6527         Z80 and MCS51 linkers complaint if a public symbol is defined
6528         in more than one library module:
6529
6530         * as/mcs51/lklib.c
6531         * link/z80/lklib.c
6532         * as/mcs51/Makefile.in
6533
6534 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6535
6536         A few small changes that speed up the peephole optimizer.
6537
6538         * src/SDCCpeeph.c
6539
6540 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6541
6542         Try to make the peephole optimizer smarter by maintaining
6543         an association between the assembly source code and the
6544         iCodes that originated them. Put this information to use
6545         with a new peephole rule condition "notVolatile" so that
6546         the rules can be aggressive yet still safe.
6547
6548         * src/SDCCpeeph.c
6549         * src/SDCCpeeph.h
6550         * src/mcs51/gen.c
6551         * src/mcs51/peeph.def
6552
6553 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6554
6555         Fixed bug #741761
6556
6557         * src/mcs51/gen.c (aopForSym, leftRightUseAcc),
6558         * src/ds390/gen.c (aopForSym, leftRightUseAcc): preserve A and B
6559         if the left or right operand symbols have the accuse flag set.
6560
6561 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6562
6563         Changed the type of the result of the ! (NOT) operator to char;
6564         previously it returned the same type as the source. This allows
6565         us to eliminate all the genFloatNot functions (all of its target
6566         implementations were very buggy) since !float can use the same
6567         code as !long now.
6568
6569         * src/SDCCicode.c (ast2iCode): ! returns char
6570         * src/mcs51/gen.c (genNot, genNotFloat),
6571         * src/ds390/gen.c (genNot, genNotFloat),
6572         * src/z80/gen.c (genNot, genNotFloat),
6573         * src/pic/gen.c (genNot, genNotFloat),
6574         * src/pic16/gen.c (genNot, genNotFloat): eliminated genNotFloat
6575
6576 2003-08-19  Bernhard Held <bernhard AT bernhardheld.de>
6577
6578         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
6579         1. Interrupt would not compile properly. Ensure PCLATH register is saved
6580            during interrupts. Ensure WSAVE is located at a shared bank address.
6581         2. Fixed page selection in some places
6582         3. Fixed BTFSS/C to where necessary use registers directly and not simply
6583            the registers name strings.
6584         4. Fixed "signed / unsigned compare" compiler warnings.
6585         5. The PIC port manages its own allocation of the general purpose
6586            registers, but makes no attempt to reuse them. As a result when
6587            compiling it soon runs out of general purpose registers. Some
6588            additional code was added to the files pcode.c and device.c to walk
6589            through the function call tree and rename the registers so that they
6590            get reused.
6591
6592         * src/pic/device.c
6593         * src/pic/gen.c
6594         * src/pic/glue.c
6595         * src/pic/pcode.c
6596         * src/pic/pcode.h
6597         * src/pic/ralloc.c
6598         * src/pic/ralloc.h
6599         * src/pic/genarith.c: Fixed problems with PIC 14 port in functions
6600         genPlus() & genMinus() when the result is the same as left or right
6601
6602 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6603
6604         * src/z80/gen.c (isUnsplitable, fetchPairLong): fixed bug #770454
6605
6606 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6607
6608         Made bitfield a distinct type from bit so that bitfields
6609         convert as per ANSI C and bits retain their traditional
6610         boolean style behaviour. Implemented bitfield support in
6611         the z80 port.
6612
6613         * src/SDCCsymt.h,
6614         * src/SDCCsymt.c,
6615         * src/SDCCast.c,
6616         * src/cdbFile.c,
6617         * src/mcs51/gen.c,
6618         * src/ds390/gen.c: bit v bitfield split
6619         * src/z80/gen.c: New support for bitfields
6620         * support/regression/tests/bitfields.c: reenabled z80,
6621         added more tests
6622
6623 2003-08-17  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6624
6625         Rules 246.x, 247.x relate to bitfields, the others speed up
6626         access to xdata mapped I/O devices.
6627
6628         * src/mcs51/peeph.def: added 26 peepholes 246.x - 248.x, 180.x
6629
6630 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6631
6632         Cleaned up genPackBits and genUnpackBits and added two helper
6633         functions, emitPtrByteGet & emitPtrByteSet. Added optimizations
6634         for literal assignments in genPackBits (thanks to Frieder for
6635         reminding me).
6636
6637         * src/mcs51/gen.c
6638         * src/ds390/gen.c
6639
6640 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6641
6642         Fixed bug #748310 (pointer to function type mishandled when the
6643         function name is omitted). Also fixed a SIGSEGV when a function
6644         attribute (reentrant, etc) is used on a non-function or on a
6645         function but misplaced before the parameter list.
6646
6647         * src/SDCC.y (abstract_declarator, abstract_declaractor2): fixed
6648         bug #748310
6649         * src/SDCC.y (declarator2_function_attributes): avoided SIGSEGV
6650         * support/Util/SDCCerr.h,
6651         * support/Util/SDCCerr.c: Added func attr misuse error msg
6652
6653 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
6654
6655         Fixed bug #787649 by anonymous
6656         * src/SDCCglue.c (emitRegularMap): added emission of sloc for func ptr
6657         * src/ds390/gen.c (aopForSym): fixed func ptr in sloc
6658
6659 2003-08-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6660
6661         Fixed numerous bitfield problems.
6662
6663         * src/SDCC.y: More bitfield related error checking
6664         * src/SDCCsymt.h,
6665         * src/SDCCsymt.c (compStructSize): fixed bitfield offset calc
6666         * support/Util/SDCCerr.h,
6667         * support/Util/SDCCerr.c: Added & edited some bitfield err msgs
6668         * src/mcs51/gen.c (genPackBits, genUnpackBits): fixed mask bugs
6669         * src/ds390/gen.c (genPackBits, genUnpackBits): fixed mask bugs
6670         * support/regression/tests/bitfields.c: tests added
6671
6672 2003-08-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6673
6674         Made the constant following the "interrupt" keyword optional. If
6675         omitted, the function will not automatically be given an entry
6676         in the interrupt vector table (similar to #pragma NOIV, but
6677         less syntacticly kludgy). The interrupt number is also now
6678         range checked. Also fixed a bug in the high order bit example
6679         in the manual.
6680
6681         * src/SDCC.y
6682         * src/SDCCmem.c
6683         * src/SDCCglue.c
6684         * src/SDCCsymt.h
6685         * support/Util/SDCCerr.c
6686         * support/Util/SDCCerr.h
6687         * doc/sdccman.lyx
6688
6689 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
6690
6691         * src/SDCCcse.c (algebraicOpts): fix bug converting op from value to type
6692         * src/SDCCicode.c (operandOperation): rewritten some ops
6693         (*, ==, unary_minus) to fix possible overflows and to accord with ANSI
6694         * src/SDCCsymt.c (computeType): literals are handled the same way as any
6695         other type
6696         * src/SDCCval.c (cheapestVal): removed, it doesn't accord with ANSI (can
6697         be re-activated by defining REDUCE_LITERALS)
6698         * src/SDCCval.c (constVal): fixed; hex and octal constants can be
6699         unsigned, but are signed by default
6700         * src/SDCCval.c (constVal): rearranged
6701         * src/SDCCval.c (valMod): preliminary fix
6702         * src/SDCCval.c (valCastLiteral): use TYPE_* types
6703         * support/regression/literalop.c: added, work in progress
6704
6705 2003-08-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6706
6707         Generate warnings for useless declarations like "char data;"
6708         that don't do what new users expect.
6709
6710         * src/SDCC.y
6711         * support/Util/SDCCerr.h
6712         * support/Util/SDCCerr.c
6713
6714 2003-08-09  Bernhard Held <bernhard AT bernhardheld.de>
6715
6716         * src/SDCCval.c (valMult): fix overflow detection of negative int
6717
6718 2003-08-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6719
6720         * src/z80/ralloc.c (joinPushes): made compatible with new signedness
6721
6722         Changes to support big endian targets:
6723
6724         * src/ports.h
6725         * src/SDCCglue.c
6726         * src/avr/main.c
6727         * src/ds390/main.c
6728         * src/izt/i186.c
6729         * src/mcs51/main.c
6730         * src/pic/main.c
6731         * src/pic16/main.c
6732         * src/xa51/main.c
6733         * src/z80/main.c
6734
6735 2003-08-06  Bernhard Held <bernhard AT bernhardheld.de>
6736
6737         * src/SDCCval.c (cheapestVal): changed behaviour to the same as constVal()
6738         * device/lib/time.c: fixed warning "integer overflow in expression"
6739
6740 2003-08-05  Bernhard Held <bernhard AT bernhardheld.de>
6741
6742         * src/SDCCval.c (cheapestVal, valueFromLit): use TYPE_* types
6743         * src/SDCCval.c (constVal): changed default to signed; hex and octal
6744         constants are unsigned; added recognition of "u" flag for unsigned
6745         * src/SDCCval.c (valMult): fixed signdness, added warning for overflow
6746         * src/SDCCval.c (valDiv, valMod): fixed signdness
6747         * src/SDCCicode.c (operandOperation): fixed critical typo; fixed
6748         signedness of modulo, left and right shift
6749         * support/Util/SDCCerr.c: added warning "integer overflow in expression"
6750         * support/Util/SDCCerr.h: added warning W_INT_OVL
6751         * src/SDCCast.c (decorateType): fixed gcc3.3 warning
6752         * src/SDCCast.c (ast_print): improved output of constants
6753
6754 2003-08-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6755
6756         Fixed some warnings when building with MSVC:
6757
6758         * as\mcs51\asdata.c
6759         * as\z80\asdata.c
6760         * as\mcs51\asm.h
6761         * as\z80\asm.h
6762         * link\z80\aslink.h
6763         * link\z80\lkdata.c
6764         * link\z80\lkeval.c
6765         * link\z80\lkgb.c
6766         * link\z80\lkihx.c
6767         * link\z80\lks19.c
6768         * link\z80\lksym.c
6769         * support\cpp2\cpplib.c
6770         * src\ds390\gen.c
6771         * src\mcs51\gen.c
6772
6773 2003-08-03  Bernhard Held <bernhard AT bernhardheld.de>
6774
6775         * src/SDCCast.c (constExprTree): fix bug #781827 by Carl Worth <cworth AT isi.edu>
6776
6777 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6778
6779         * support\librarian\clean.mk: Do not remove Makefile.
6780         * support\librarian\Makefile: added.
6781
6782 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6783
6784         Added librarian to MSVC build:
6785         * all.dsp
6786         * sdcc.dsw
6787         * support\librarian\librarian.dsp
6788
6789         'configure' not needed for librarian, removed:
6790         * support\librarian\configure
6791         * support\librarian\configure.in
6792         * support\librarian\config_in.h
6793         * support\librarian\Makefile.in
6794
6795         Hopefully these ones built the librarian and the rest of sdcc properly:
6796         * Makefile
6797         * Makefile.common.in
6798
6799         Messed up 'configure', so revert to previous version:
6800         * configure
6801         * configure.in
6802
6803 2003-07-31  Bernhard Held <bernhard AT bernhardheld.de>
6804
6805         * src/SDCCicode.c (operandOperation): 3. fix, this time for Alpha; ULONG has 64 bits
6806         there, while the mantissa of a double is "only" 53 bits wide.
6807
6808 2003-07-31  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6809
6810         Adding sdcclib to the build.  MSVC project coming soon.
6811         Files added/changed:
6812
6813         * support\librarian\clean.mk
6814         * support\librarian\configure
6815         * support\librarian\configure.in
6816         * support\librarian\config_in.h
6817         * support\librarian\Makefile.bcc
6818         * support\librarian\Makefile.in
6819         * support\librarian\sdcclib.c
6820         * Makefile.bcc
6821         * Makefile
6822         * Makefile.common.in
6823         * configure
6824         * configure.in
6825
6826 2003-07-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6827
6828         Linker now complaints if linked modules have conflicting options, for
6829         example, one compiled using --model-large and another one compiled with
6830         --model-small.  The following files were modified:
6831
6832         * as\mcs51\asdata.c
6833         * as\mcs51\aslink.h
6834         * as\mcs51\asm.h
6835         * as\mcs51\asmain.c
6836         * as\mcs51\asout.c
6837         * as\mcs51\i51pst.c
6838         * as\mcs51\lkdata.c
6839         * as\mcs51\lklibr.c
6840         * as\mcs51\lkmain.c
6841         * as\z80\asdata.c
6842         * as\z80\asm.h
6843         * as\z80\asmain.c
6844         * as\z80\asout.c
6845         * as\z80\z80pst.c
6846         * link\z80\aslink.h
6847         * link\z80\lkdata.c
6848         * link\z80\lklibr.c
6849         * link\z80\lkmain.c
6850         * src\SDCCglue.c
6851
6852 2003-07-28  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6853
6854         *link/z80/aslink.h, link/z80/lklibr.c, as/mcs51/aslink.h,
6855         as/mcs51/lklibr.c: Generate a warning when a library is not found.
6856
6857 2003-07-28  Bernhard Held <bernhard AT bernhardheld.de>
6858
6859         * src/z80/mappings.i: fix _mul[us][int,long] entries
6860
6861 2003-07-26  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6862
6863         *src/SDCCmain.c: do not search for crt0.o when using --nostdlib
6864
6865 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
6866
6867         * src/SDCCicode.c (operandOperation): really fixed problem with bitops
6868         * support/regression/tests/bitopcse.c: added
6869         fixed warning:
6870         * src/avr/gen.c:
6871         * src/pic/gen.c:
6872         * src/pic16/gen.c:
6873         * src/z80/gen.c:
6874         * src/xa51/gen.c:
6875
6876 2003-07-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6877
6878         added support for new library format to z80, gbz80 linkers:
6879         *link/z80/aslink.h
6880         *link/z80/lklex.c
6881         *link/z80/lklib.c
6882         *link/z80/lklist.c
6883
6884 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
6885
6886         * src/SDCCicode.c (operandOperation): fixed problem with bitops and 0xffffffff;
6887         after {double d = 0xffffffff; long l = d;} l will be 0x80000000 (LONG_MIN)
6888
6889 2003-07-23  Bernhard Held <bernhard AT bernhardheld.de>
6890
6891         added DUMMY_READ_VOLATILE:
6892         * src/SDCC.y:
6893         * src/avr/gen.c:
6894         * src/xa51/gen.c:
6895         * src/z80/gen.c:
6896         * src/pic/gen.c:
6897         * src/pic16/gen.c:
6898         * src/mcs51/gen.c:
6899         * src/ds390/gen.c:
6900         * src/SDCCcse.c (algebraicOpts): many improvements
6901         * src/SDCCcse.h: removed algebraicOpts()
6902         * src/SDCCicode.c (picDummyRead): added
6903
6904 2003-07-23  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6905
6906         * as/mcs51/lkmem.c: Changed message "Insufficient DRAM memory" to
6907         "Insufficient space in data memory".
6908
6909 2003-07-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6910
6911         * src/mcs51/gen.c: fixed bug #771358
6912         * src/z80/gen.c: fixed bug #759087
6913
6914 2003-07-20  Bernhard Held <bernhard AT bernhardheld.de>
6915
6916         * src/pic16/glue.c: minor cleanup by Vangelis
6917
6918 2003-07-19  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6919
6920         * device/include/regc515c.h: fixed #758477
6921         * device/lib/_gptrget.c: saving some cycles in generic pointer get
6922         * device/lib/_gptrput.c: saved a few bytes
6923         * my tab spacing is 8, yours too?)
6924         * device/lib/_ser.c: process RX bytes earlier than TX bytes
6925         * device/lib/serial.c: process RX bytes earlier than TX bytes
6926         * src/mcs51/gen.c(genGenPointerGet/Set): removed writing of type after postincrement
6927
6928 2003-07-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6929
6930         * src/z80/gen.c: fixed some right shift bugs (#772726 among them)
6931
6932 2003-07-17  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6933
6934     * link/z80/lklibr.c: fixed bug when there is a '.' in a library path.
6935
6936 2003-07-17  Bernhard Held <bernhard AT bernhardheld.de>
6937
6938         * device/lib/Makefile.in: bad fix, reverted to 1.43
6939
6940 2003-07-16  Bernhard Held <bernhard AT bernhardheld.de>
6941
6942         * device/lib/Makefile.in: added missing z80 object files
6943
6944 2003-07-14  Bernhard Held <bernhard AT bernhardheld.de>
6945
6946         * src/SDCCcse.c (algebraicOpts): CSE fun with &|^ and 0x00/0xff literals
6947         pic16 progress by Vangelis:
6948         * src/SDCCglobl.h:
6949         * src/SDCCmain.c:
6950         * src/pic/Makefile:
6951         * src/pic:
6952         * pic/Makefile:
6953         * pic16/device.c:
6954         * pic16/device.h:
6955         * pic16/gen.c:
6956         * pic16/gen.h:
6957         * pic16/genarith.c:
6958         * pic16/glue.c:
6959         * pic16/main.c:
6960         * pic16/pcode.c:
6961         * pic16/pcode.h:
6962         * pic16/pcodepeep.c:
6963         * pic16/peeph.def:
6964
6965 2003-07-13  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6966
6967     * src/SDCCmain.c, src/SDCCglobl.h: added option --no-std-crt0
6968
6969 2003-07-12  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6970
6971     * sdcc.dsw, all.dsp, link/z80/linkgbz80.dsp, as/z80/as-gbz80.dsp:
6972     added gbz80 build to MSVC project.
6973     * src/SDCCmain.c, src/SDCCglue.c, src/z80/main.c, src/z80/z80.dsp,
6974     link/z80/aslink.h, linkz80.dsp: cleaned up z80 and gbz80 asm files
6975     from 8051 stuff and setup so it links using a .lnk file.
6976
6977 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6978
6979     * support/librarian/sdcclib.c: sdcc librarian.
6980     * as/mcs51/aslink.h, as/mcs51/lklib.c: Support for libraries created
6981     with sdcclib.
6982
6983 2003-07-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6984
6985     * as/mcs51/lkmain.c: properly handle extensions in function afile.
6986
6987 2003-07-02  Borut Razem <borut.razem AT siol.net>
6988
6989         * src/port.h, src/SDCCmain.c, src/pic/glue.h, src/pic/main.c,
6990         src/pic16/glue.h, sdcc/src/pic16/main.c, src/izt/i186.c,
6991         src/izt/tlcs900h.c, src/avr/main.c, src/ds390/main.c, src/mcs51/main.c,
6992         src/xa51/main.c, src/z80/main.c:
6993         virtualization of glue() function: each port has it's own glue function,
6994         which is accessed by do_glue function pointer in PORT.general structure
6995
6996 2003-07-01 Kevin Vigor <kevin AT vigor.nu>
6997
6998         * DS800C400 fun, improved ROM interface and tinibios.
6999
7000 2003-06-27 Kevin Vigor <kevin AT vigor.nu>
7001
7002         * More support for DS80C400. Now includes beginning of interface to ROM.
7003
7004 2003-06-25  Bernhard Held <bernhard AT bernhardheld.de>
7005
7006         * src/mcs51/gen.c (gencjneshort): fixed bug #760345
7007
7008 2003-06-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7009
7010         * as/mcs51/lkaomf51.c: Make sure the size of the last procedure is correct.
7011
7012 2003-06-19  Borut Razem <borut.razem AT siol.net>
7013
7014         * src/z80/main.c: fixed Z80 port again: missing -k library paths in linker command line
7015
7016 2003-06-19  Borut Razem <borut.razem AT siol.net>
7017
7018         * src/SDCCutil.h, src/SDCCutil.c, src/SDCCglobl.h, src/SDCCmain.c, src/z80/main.c:
7019         fixed Z80 port - crt0.o: cannot open.
7020
7021 2003-06-19  Bernhard Held <bernhard AT bernhardheld.de>
7022
7023         * support/Util/MySystem.c (merge_command): revert bad fix
7024
7025 2003-06-18  Borut Razem <borut.razem AT siol.net>
7026
7027         * src/SDCC.lex, src/SDCCmain.c: fixed some warnings, introduced with changes made 15.06.1003
7028
7029 2003-06-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7030
7031         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
7032         option --use-stdout sends errors to stdout instead of stderr.
7033
7034 2003-06-18  Bernhard Held <bernhard AT bernhardheld.de>
7035
7036         * support/Util/MySystem.c (merge_command): quick fix for Linux segfault with \"cmd\" arg
7037
7038 2003-06-15  Borut Razem <borut.razem AT siol.net>
7039
7040         * support/cpp2/sdcc.h: HAVE_DOS_BASED_FILE_SYSTEM defined for _WIN32
7041         * src/SDCC.lex: cloneXxx and copyAndFreeXxx functions for options and optimize stack handling
7042         * src/SDCCglobl.h, src/SDCCmain.c, src/ds390/main.c, src/mcs51/main.c, src/z80/main.c:
7043         fixed width array of pointers replaced with sets;
7044         multiple include and lib paths ared transferred to preprocessor and linker
7045         * src/SDCCset.c, src/SDCCset.h: added function setFromSetNonRev() and mergeSets()
7046         * src/SDCCsymt.c: reimplemented function inCalleeSaveList() by using sets instead
7047         fixed width array of pointers
7048         * src/SDCCutil.c, src/SDCCutil.h: added functions fputStrSet(), appendStrSet(), joinStrSet();
7049         removed functions addToList(), join(), joinn(), pathCharsEquivalent(), pathCharTransform(),
7050         fixupPath(), getPathDifference()
7051         * src/ds390/gen.c, src/mcs51/gen.c: reimplemented function  inExcludeList() by using sets instead
7052         fixed width array of pointers
7053
7054 2003-06-11  Bernhard Held <bernhard AT bernhardheld.de>
7055
7056         * src/pic16/ralloc.c: fix warnings
7057         * src/pic16/pcode.c: fix warning
7058
7059 2003-06-10  Scott Dattalo  <scott AT dattalo.com>
7060
7061          Scott D. for Vangelis Rokas (vrokas AT otenet.gr). I (scott) don't
7062         know all the details, but essentially this set of changes enable
7063         the pic16 port to generate movff instructions and generate assembler
7064         directives,
7065         * src/SDCCmain.c:
7066         * src/pic16/gen.c:
7067         * src/pic16/glue.c:
7068         * src/pic16/pcode.c:
7069         * src/pic16/device.c:
7070         * src/pic16/main.c:
7071         * src/pic16/pcode.h:
7072         * src/pic16/pcoderegs.c:
7073         * src/pic16/ralloc.c:
7074         * src/pic16/ralloc.h:
7075
7076 2003-06-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7077
7078         * support/Util/SDCCerr.c, src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
7079         added option --vc, so sdcc errors and warnings are compatible with
7080         Microsoft Visual Studio.
7081
7082 2003-06-07  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7083
7084         * device/lib/_atof.c, device/lib/Makefile.in, device/include/stdlib.h,
7085           device/lib/libfloat.lib: added atof function.
7086
7087 2003-06-04  Bernhard Held <bernhard AT bernhardheld.de>
7088
7089         * doc/sdccman.lyx: updated to Lyx 1.3
7090         * doc/cdbfileformat.lyx: updated to Lyx 1.3
7091         * doc/test_suite_spec.lyx: updated to Lyx 1.3
7092         * doc/Makefile: added fix for the \tabularnewline problem, thanks to Jesus
7093
7094 2003-06-03  Bernhard Held <bernhard AT bernhardheld.de>
7095
7096         * src/SDCCpeeph.c: separate peepRules2pCode() for pic16 by "Vangelis Rokas" <vrokas AT otenet.gr>
7097
7098 2003-06-02  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7099
7100         * doc/sdccman.lyx: cvs revision keywords, passing pdf information in latex preamble,
7101           additions to the "related tools/documentation" section
7102
7103 2003-06-02  Bernhard Held <bernhard AT bernhardheld.de>
7104
7105         * src/SDCCglue.c (tempfileandname): added check for missing TMP/TEMP/TMPDIR variable
7106
7107 2003-05-29  Bernhard Held <bernhard AT bernhardheld.de>
7108
7109         * src/pic/device.c: added 16F819, patch by "David I. Lehn" <dlehn AT vt.edu>
7110         * src/SDCCcse.c (algebraicOpts): fixed "c * 1"
7111
7112 2003-05-28  Bernhard Held <bernhard AT bernhardheld.de>
7113
7114         * doc/sdccman.lyx: fix double dash and other minor things
7115         * doc/Makefile: fix double dash
7116
7117 2003-05-28  Karl Bongers(patches from Martin Helmling)
7118         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files. Martin adds
7119           condition and ignore commands.
7120
7121 2003-05-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7122
7123         * doc/sdccman.lyx: Changes all over, index improved, smaller margins. The manual
7124           is in parts still quite out of date, I did changes as far as I felt makes sense
7125           for a non-native english speaker.
7126           Please feel free to add to the manual or to correct my changes.
7127         * doc/Makefile: undid touching the date of intermediate tex files.
7128
7129 2003-05-26  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7130
7131         * doc/sdccman.lyx: Manual has an index now
7132
7133 2003-05-25  Bernhard Held <bernhard AT bernhardheld.de>
7134
7135         Finalize muluint/mulsint and mululong/mulslong merging:
7136         * device/lib/_mulint.c
7137         * device/lib/_mullong.c
7138         * device/lib/gbz80/mul.s
7139         * device/lib/gbz80/stubs.s
7140         * device/lib/z80/mul.s
7141         * device/lib/z80/stubs.s
7142         * src/SDCCsymt.c (initCSupport)
7143
7144 2003-05-25  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7145
7146         * as/mcs51/lkaomf51.c: Address space 'z' was missing.
7147         * src/avr/avr.dsp, src/ds390/ds390.dsp, src/mcs51/mcs51.dsp,
7148           src/pic/pic.dsp, src/pic16/pic16.dsp, src/xa51/xa51.dsp,
7149           src/x80/z80.dsp: peep.rul is bigger now, so /Zm1000 is used
7150           instead of /Zm500.
7151
7152 2003-05-25  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7153
7154         * src/mcs51/peeph.def: added rules 244.x, 245.x. Although they pass
7155           the regression tests I'm not brave enough to enable 245.b, 245.c
7156         * doc/sdccman.lyx: added latex preamble for hyperref package.
7157           Using pdflatex this will give you a hyperlinked pdf file with
7158           bookmarks. (prepend '%' before /usepackage if this breaks something)
7159
7160 2003-05-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7161
7162          * doc/sdccman.lyx: updated information about .adb files (fixed bug 742649)
7163
7164 2003-05-22  Bernhard Held <bernhard AT bernhardheld.de>
7165
7166         * src/pic16/pcode.c (pic16_get_op_from_instruction): fixed a gcc 3.x warning
7167
7168 2003-05-21    <johan AT balder>
7169
7170         * src/SDCCglue.c (printIval): fixed bug #739934
7171
7172 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
7173
7174         Applied patch from bug 737905 (renamed yylineo to mylineno):
7175         * src/altlex.c
7176         * src/SDCCast.c
7177         * src/SDCglobl.h
7178         * src/SDCC.lex
7179         * src/SDCCsymt.c
7180         * src/SDCCval.c
7181         * src/pic16/pcode.c: Cleaned warnings
7182         * src/pic16/pcodeflow.c: Cleaned warnings
7183         * src/pic16/pcoderegs.c: Cleaned warnings
7184
7185 2003-05-19  Scott Dattalo  <scott AT dattalo.com>
7186
7187         * src/pic16/pcode.c: Cleaned warnings
7188         * src/pic16/pcodepeep.c: Cleaned warnings
7189         * src/pic16/ralloc.c: Cleaned warnings
7190
7191 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
7192
7193         * doc/sdccman.lyx: fixed bug 739745
7194         * src/pic16/pcode.c (pic16_get_op): fixed warning on alpha
7195
7196 2003-05-18  Bernhard Held <bernhard AT bernhardheld.de>
7197
7198         * src/port.h: removed DEFAULT_PORT, it's not yet pic16 ;-)
7199         it can be defined with CFLAGS when running configure
7200         * src/SDCCmain.c: fixed compiling + linking with object files
7201
7202 2003-05-18  Vangelis Rokas (vrokas AT otenet.gr)
7203
7204         * configure.in: configure for pic16 port,
7205             added --disable-pic16-port
7206         * sdccconf_in.h: added macro OPT_DISABLE_PIC16
7207         * src/SDCCmain.c: linkOptions is changed to set *,
7208             added if/endif conditional macros to remove options help
7209             messages from optionsTable when a port is not configured, added
7210             support for the PIc16 port in the ports table, when executing
7211             the compiler with no port specified on command line, a default
7212             port is selected with the new macro DEFAULT_PORT which is
7213             defined in port.h, in setDefaultOptions() linkOptions is removed
7214             from initialization assignment, since now it is a set,
7215             parseCmdLine uses setParseWithComma for linkOptions, in
7216             linkEdit() linkOptions are accessed with new function indexSet()
7217             which returns the i'th item of a set variable. See SDCCset.c, in
7218             linkEdit() when calling buildCmdLine(), added linkOptions as
7219             last argument. Now users can pass arguments to gplink via the
7220             -Wl option, main() uses pic16glue() to glue up pic16 programs
7221         * src/SDCCpeeph.c: various changes to support pic16
7222         * src/SDCCset.c: added function  void *indexSet(set *, int)  to
7223             return the i'th item of the set
7224         * src/SDCCset.h: added function prototype for indexSet()
7225         * src/SDCCsymt.c: in checkSClass(), added support for PIC16
7226         * src/clean.mk: added pic16 in CLEANALLPORTS variable
7227         * src/port.h: added TARGET_ID_PIC16,TARGET_IS_PIC16 macro,
7228             added macro DEFAULT_PORT
7229         * src/pic/main.c: corrected arguments of gplnk in _linkCmd
7230         * src/pic16/gen.c: bug fix in genCpl(), now the correct code is
7231             generated
7232         * src/pic16/glue.c: commented out some error producing lines
7233         * src/pic16/main.c: __config directives are commented out to stop
7234             gpasm complaining and test the linkage with gplink, _linkCmd and
7235             _asmCmd changed to be more gplink and gpasm friendly
7236         * src/pic16/peeph.def: peep rule 3 is commented out, since it
7237             produced an error when parsed, peep rule 12 is added to utilize
7238             movff, but it is commented out since the pCode does not support
7239             yet a command with 2 address arguments
7240
7241 2003-05-18    <johan AT balder>
7242
7243         * src/ds390/gen.c (genArrayInit): removed obsolete and buggy ARRAYINIT
7244         * src/ds390/main.c (genArrayInit): removed obsolete and buggy ARRAYINIT
7245 2003-05-17  Karl Bongers(apply patches from Martin Helmling)
7246
7247         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files.
7248   Added feature to script commands from file.
7249
7250 2003-05-14  Bernhard Held <bernhard AT bernhardheld.de>
7251
7252         * device/lib/_strtok.c: fixed bug #734355 by Lenny Story and Tim Woodall
7253         * src/SDCCutil.c: include ctype.h for win32
7254
7255 2003-05-13  Bernhard Held <bernhard AT bernhardheld.de>
7256
7257         * src/pic16/*: removed CR from many files, reported by Vangelis Rokas
7258
7259 2003-05-12  Karl Bongers(apply development patches from Martin Helmling)
7260
7261         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,break.c and .h files.
7262   Fixed so you can set breakpoints prior to run, run does not stop
7263   on entry now.  Add tbreak.  Other enhancements and fixes for use
7264   with ddd.
7265
7266 2003-05-12  Borut Razem <borut.razem AT siol.net>
7267
7268         * src/SDCCmain.c: fixed the problem with searching the DATADIR as the last resort on *nix
7269
7270 2003-05-11  Borut Razem <borut.razem AT siol.net>
7271
7272         * src/SDCCutil.c: WIN32 version of getBinPath() calls GetModuleFileName() to determine
7273         the path of bin directory, so that PATH is the only env. variable, which has to be set
7274         in case of standard installation.
7275         * src/ds390/ds390.dsp: increased value of /Zm option to 1000
7276         * src/pic/main.c: add quotes to file name parameters for gplink and gpasm
7277         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx: added --print-search-dirs command line option
7278
7279 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
7280
7281         * src/SDCCmain.c (linkEdit): fixed buffer overflow for gbz80
7282         * support/regression/Makefile: inter-port-clean is no longer nesessary, the
7283         temp files are in the port dir; clean the gen/test directory when
7284         generating new test.c
7285         * support/regression/ports/host/spec.mk: defined OBJEXT for target clean
7286         * support/regression/tests/vaargs.c: fixed gcc 3.3 warning
7287         * support/regression/tests/zeropad.c: added
7288
7289 2003-05-09    <johan AT balder>
7290
7291         * src/SDCCglue.c: fixed bug #597940
7292
7293 2003-05-05  Karl Bongers(apply patches from Martin Helmling)
7294
7295         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
7296   cache sfr, optimize next,step, fix off by one sourceline,
7297   support ddd list function.
7298         * sim/ucsim/cmd.src/newcmd.cc - small fix for sdcdb use.
7299
7300 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
7301
7302         * support/regression/HTMLgen.py: added compare_s2f()
7303         * support/regression/Makefile: redo 1.27
7304         * support/regression/generate-cases.py: redo 1.5
7305
7306 2003-04-30  Bernhard Held <bernhard AT bernhardheld.de>
7307
7308         * support/regression/tests/float.c: workaround 33 bit hex constant
7309         * support/regression/tests/simplefloat.c: fix division for host
7310
7311 2003-04-29  Scott Dattalo  <scott AT dattalo.com>
7312
7313         * src/pic/pcoderegs.c Applied patch from Jim Hawkridge <jim AT jimhawkridge.uk.eu.org>
7314         that tame's the PIC's over-aggressive optimizer.
7315
7316 2003-04-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7317
7318          * src.dsw, link/z80/aslink.h, link/z80/linkz80.dsp: z80 linker
7319          support for MSVC.
7320
7321 2003-04-29  Kevin Vigor <kevin AT vigor.nu>
7322
7323         Initial support for DS80C400. "Hello world" runs on TINIm400
7324         (with polled I/O).
7325
7326 2003-04-28  Karl Bongers(apply patches for Martin Helmling)
7327
7328          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
7329          * Some notes on ddd usage added in debugger/README
7330          Martin Helmling adding more features and fixes for ddd GUI debugger.
7331          Code added for nexti, stepi, up, down, and other adjustments.
7332
7333 2003-04-28  Scott Dattalo  <scott AT DATTALO.COM>
7334
7335         * src/pic/pCodepeep.c non-wildcard asmops are now handled
7336         * src/pic/peeph.def Added two rules to optimize carry manipulation
7337         * src/pic/* removed debug printfs
7338
7339 2003-04-28  Bernhard Held <bernhard AT bernhardheld.de>
7340
7341         * debugger/mcs51/cmd.c: added header newalloc.h
7342
7343 2003-04-26  Bernhard Held <bernhard AT bernhardheld.de>
7344
7345         * as/Makefile: new EXEEXT
7346         * as/z80/Makefile: remove trailing slash of BUILDIR
7347         * as/z80/clean.mk: new EXEEXT
7348         * Makefile.common.in: add to CFLAGS (and others), don't replace it
7349         * support/cpp2/Makefile.in: new EXEEXT
7350         * src/pic/glue.c (pic14emitRegularMap): fixed warning
7351
7352 2003-04-24  Bernhard Held <bernhard AT bernhardheld.de>
7353
7354         Cygwin's gcc always appends .exe: 'gcc -o a a.c' creates a.exe;
7355         EXEEXT was introduced to fix all related problems with targets
7356         "clean", "install" and "uninstall"; a couple of further flaws
7357         especially with "clean" have been fixed too
7358         * as/mcs51/Makefile.in
7359         * as/mcs51/clean.mk
7360         * as/z80/Makefile
7361         * Makefile
7362         * clean.mk
7363         * debugger/mcs51/Makefile.in
7364         * debugger/mcs51/clean.mk
7365         * link/z80/Makefile
7366         * link/z80/Makefile.in
7367         * link/z80/clean.mk
7368         * link/Makefile
7369         * packihx/Makefile.in
7370         * packihx/clean.mk
7371         * sim/ucsim/Makefile
7372         * sim/ucsim/clean.mk
7373         * sim/ucsim/avr.src/Makefile.in
7374         * sim/ucsim/avr.src/clean.mk
7375         * sim/ucsim/s51.src/Makefile.in
7376         * sim/ucsim/s51.src/clean.mk
7377         * sim/ucsim/xa.src/Makefile.in
7378         * sim/ucsim/xa.src/clean.mk
7379         * sim/ucsim/z80.src/Makefile.in
7380         * sim/ucsim/z80.src/clean.mk
7381         * sim/ucsim/main_in.mk
7382         * sim/ucsim/packages_in.mk
7383         * sim/ucsim/gui.src/Makefile.in
7384         * sim/ucsim/gui.src/serio.src/Makefile.in
7385         * sim/ucsim/gui.src/serio.src/clean.mk
7386         * src/Makefile.in
7387         * src/clean.mk
7388         * support/cpp2/Makefile.in
7389         * support/cpp2/clean.mk
7390         * support/makebin/Makefile
7391         * support/makebin/clean.mk
7392         * support/scripts/sdcc_mingw32: --program-suffix no longer needed
7393         * doc/sdccman.lyx: --program-suffix no longer needed
7394
7395 2003-04-23  Karl Bongers(apply patches for Martin Helmling)
7396
7397          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,..
7398          Martin Helmling added support for ddd GUI debugger.
7399          Code added to display assembly, set variables, and other commands
7400          to interface to ddd.
7401
7402 2003-04-23  Bernhard Held <bernhard AT bernhardheld.de>
7403
7404         * as/Makefile: fix target clean
7405         * as/clean.mk: fix target clean
7406         * as/z80/clean.mk: fix target clean
7407
7408 2003-04-22  Bernhard Held <bernhard AT bernhardheld.de>
7409
7410         * Makefile.common.in: added  AT EXEEXT AT
7411         * configure.in: removed all mingw32 stuff
7412         * configure: rebuilt from configure.in
7413         * doc/sdccman.lyx: updated section "installation"
7414         * support/scripts/sdcc_mingw32: adapted to configure
7415         * support/scripts/sdcc_cygwin_mingw32: added
7416
7417 2003-04-22  Scott Dattalo  <scott AT dattalo.com>
7418
7419         * src/pic Added object file support for the PIC port
7420         * src/pic Applied patch from Craig Franklin (this started the object file support)
7421         * src/regression Updated the PIC regression tests for object files
7422
7423 2003-04-20  Borut Razem <borut.razem AT siol.net>
7424
7425         * sdcc/as/mcs51/lklex.c: make getfid() more robust and fixed gcc warning:
7426           lklex.c: In function `getfid':
7427           lklex.c:203: warning: array subscript has type `char'
7428         * src/SDCCglobl.h: small change in stack handling macros, to avoid crash when compiled
7429           with MSVC with global optimization enabled (probably an cl compiler bug ;-)
7430         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added function fatal(), called from
7431           stack handling macros
7432
7433 2003-04-19  Borut Razem <borut.razem AT siol.net>
7434
7435         * "handling space characters in file path" task:
7436         * src/SDCCmacro.c: fixed bug in handlig quote at the end of line
7437         * support/Util/BuildCmd.c: define par as NULL if parameter value is invalid
7438         * support/Util/MySystem.h: make it self-sufficient
7439         * src/avr/main.c, src/ds390/main.c, src/mcs51/main.c, src/pic/main.c, src/xa51/main.c,
7440           src/z80/main.c, sdcc/as/mcs51/lklex.c:
7441           handling space characters in file path
7442         * src/SDCCmain.c: introduced setDataPaths() function, {datadir} macro
7443           (it will be used by assemblers, which have their own includes, e.g. gpasm)
7444         * support/Util/MySystem.c: handling space characters in executable's path
7445
7446 2003-04-19  Bernhard Held <bernhard AT bernhardheld.de>
7447
7448         * as/z80/Makefile: fix permanent rebuild of z80
7449         * sim/ucsim/gui.src/Makefile.in: target "install" builds the same packages as target "all"
7450         * support/regression/tests/bitfields.c: added Johan's bitfields.c
7451
7452 2003-04-18      Kevin Vigor <kevin AT vigor.nu>
7453
7454         * src/SDCCopt.c: add special case optimization to replace modulo by
7455           a power of two with a bitwise AND.
7456
7457 2003-04-18    <johan AT balder>
7458
7459         * src/mcs51/gen.c (getFreePtr): fixed bug #635354
7460
7461 2003-04-17    <johan AT balder>
7462
7463         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #716790 and removes lot's of redundant register usage around function calls
7464         * src/mcs51/ralloc.c (packRegisters): fixed bug #720667
7465
7466 2003-04-13  Borut Razem <borut.razem AT siol.net>
7467
7468         * doc/sdccman.lyx: updated info about #pragma SAVE/RESTORE nesting
7469         * configure.in, configure: fixed problems on cygwin/WinCVS environmet with ports.* line endings;
7470           fixed mingw problem in adl_NORMALIZE_PATH
7471
7472 2003-04-12  Borut Razem <borut.razem AT siol.net>
7473
7474         * fixed "#pragma SAVE/RESTORE can not be nested":
7475         * src/SDCC.lex: reworked pragma handling functions
7476         * sdcc/src/SDCCglobl.h: reworked stack handling macros
7477         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added E_STACK_VIOLATION error
7478
7479 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
7480
7481         * src/SDCCutil.c (pathEquivalent): defined but not used
7482         * debugger/mcs51/sdcdb.c: replace SDCC_LIB_DIR
7483         * configure.in: remove sdcc_datadir, sdcc_lib_dir and sdcc_include_dir
7484         * configure: rebuilt from configure.in
7485         * sdccconf_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
7486         * sdcc_vc_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
7487         * device/include/Makefile.in: replace sdcc_datadir
7488         * device/lib/Makefile.in: replace sdcc_datadir
7489         * Makefile.common.in: add LDFLAGS from configure
7490         * packihx/Makefile.in: use LDFLAGS
7491         * src/Makefile.in: use LDFLAGS
7492         * support/cpp2/Makefile.in: add LDFLAGS from configure
7493         * support/makebin/Makefile: use LDFLAGS
7494         * .version: bumped version number to 2.3.5
7495
7496 2003-04-12  Borut Razem <borut.razem AT siol.net>
7497
7498         * completed "different paths" task:
7499         * src/SDCCmacro.c: fixed bug in handling quotes
7500         * src/SDCCutil.c, src/SDCCutil.c: rewritten getPrefixFromBinPath()
7501         * src/SDCCmain.c: _discoverPaths() replaced with setBinPaths(), setIncludePath() and setLibPath()
7502
7503 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
7504
7505         * src/pic/pcoderegs.c (Remove1pcode): fix warning on alpha
7506
7507 2003-04-11 kevin Vigor <kevin AT vigor.nu>
7508
7509         * ds390/gen.c ds390/peeph.def: fix bug 706781
7510
7511 2003-04-11  Borut Razem <borut.razem AT siol.net>
7512
7513         * support/Util/dbuf.c, support/Util/dbuf.h: update to version 1.1.1 - re-added C++ stuff to make it still more portable
7514
7515 2003-04-10  Scott Dattalo  <scott AT dattalo.com>
7516
7517         * src/pic/* Applied the pointer-to-function patch from Steve Tell.
7518         * src/pic/* Fixed several pointer bugs. (PIC port broke when the ruonly bit was
7519          set - this bit used to not be set...).
7520         * src/pic/gen.c Fixed buf 609268 ==> x = (x+1) & 0xf; generated
7521           bad code in PIC Port
7522         * src/regression/and2.c added to test bug 609268
7523         * src/regression/Makefile added and2.c to regression test
7524
7525
7526 2003-04-08    <johan AT CP255758-A>
7527
7528         * src/mcs51/gen.c (gen51Code): display reg usage in --icode-in-asm
7529         * src/mcs51/ralloc.c (serialRegAssign): update the registers in use and save some slocs
7530         * src/SDCCicode.h: added riu to show the register usage in --icode-in-asm
7531
7532 2003-04-07  Bernhard Held <bernhard AT bernhardheld.de>
7533
7534         * configure.in: fully support prefix, exec_prefix, datadir, docdir;
7535         fix bug #487815
7536         * support/cpp2/Makefile.in: fix bug #487815
7537         * configure: rebuilt from configure.in
7538         * Makefile.common.in: docdir changed, new path suffixes
7539         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
7540         * sdcc_vc_in.h: reflect changes from sdccconf.h
7541         * src/SDCCglobl.h: remove *SEPARATOR_CHARS, they are now in sdccconf.h
7542         * src/SDCCutil.h: remove BINDIR hack
7543         * doc/sdccman.lyx: update new path hierarchy
7544
7545 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
7546
7547         * src/SDCCpeeph.c: added okToRemoveSLOC test
7548
7549 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
7550
7551         * device/lib/printf_fast.c: added leading zero format ("%06d", etc)
7552
7553 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
7554
7555         * src/SDCCpeeph.c: added labelIsReturnOnly test
7556         * src/mcs51/peeph.def: Peephole 244: replace ljmp to ret with ret
7557
7558 2003-04-05    <johan AT balder>
7559
7560         * src/SDCCcse.c (cseAllBlocks): fixed bug #460088
7561         * src/SDCCloop.c (DEFSETFUNC): fixed bug #460088
7562         * src/SDCCopt.c (eBBlockFromiCode): fixed bug #460088
7563         * src/SDCCast.c: fixed a warning
7564         * src/SDCCast.h: fixed a warning
7565         * src/SDCCicode.c (operandFromAst): fixed a warning
7566
7567 2003-04-04    <johan AT balder>
7568
7569         * src/SDCCloop.c (DEFSETFUNC): undid the fix for bug #519584
7570         * src/SDCCast.c (decorateType): fixed bug #715076
7571         * src/SDCC.y: fixed bug #702907
7572
7573 2003-04-03    <johan AT balder>
7574
7575         * device/lib/_mulint.c (_muluint): new #pragma LESS_PEDANTIC
7576         * src/SDCCopt.c (eBBlockFromiCode): new #pragma LESS_PEDANTIC
7577         * src/SDCCglobl.h (PRAGMA_LESSPEDANTIC): new #pragma LESS_PEDANTIC
7578         * src/SDCC.lex (doPragma): new #pragma LESS_PEDANTIC
7579         * src/SDCCmain.c (parseCmdLine): new #pragma LESS_PEDANTIC
7580
7581 2003-04-03  Bernhard Held <bernhard AT bernhardheld.de>
7582
7583         * _decdptr.c: fix return values
7584         * _gptrget.c: fix return values
7585         * _gptrgetc.c: fix return values
7586         * _gptrput.c: fix return values
7587         * _mulint.c: fix return values
7588         * as/z80/Makefile: fix 'make -j' problem
7589
7590 2003-04-02  Bernhard Held <bernhard AT bernhardheld.de>
7591
7592         * Makefile.common.in: unused PORT, SCC and SAS removed, fixed docdir
7593         * configure.in: big cleanup, updated to autoconf 2.5x
7594         * configure: rebuilt from configure.in
7595         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
7596         * sdcc_vc_in.h: reflect changes from sdccconf.h
7597         * doc/Makefile: fixed a flaw in "make install"
7598
7599 2003-04-02    <johan AT balder>
7600
7601         * src/ds390/gen.c (genCmp): no comments
7602         * src/mcs51/gen.c (genCmp): no comments
7603         * src/SDCCopt.c (eBBlockFromiCode): detect missing return values
7604         * src/SDCCast.c (ast_print): fixed the function type in --dumptree
7605
7606 2003-04-01  Bernhard Held <bernhard AT bernhardheld.de>
7607
7608         * support/regression/generate-cases.py: place generated file in given sub directory
7609         * support/regression/ports/host/spec.mk: prevent removal of testfwk.o
7610         * support/regression/Makefile: improvements for 'make -j';
7611         side effect: it's simpler and faster now
7612
7613 2003-03-31  Borut Razem <borut.razem AT siol.net>
7614
7615         * src/z80/main.c: link-{port} and as-{port} defined without path
7616         * src/src.dsp: support/Util/MySystem.h and src/SDCCutil.h added to project
7617
7618 2003-03-31  Bernhard Held <bernhard AT bernhardheld.de>
7619
7620         * Makefile, src/Makefile.in: add dependencies, so that 'make -j' works
7621
7622 2003-03-30  Borut Razem <borut.razem AT siol.net>
7623
7624         * support/Util/BuildCmd.c, support/Util/BuildCmd.h: rewrite buildCmdLine(),
7625           changed type of list parameter to set
7626         * src/ds390/main.c: changed type of parameter asmOptions to set in _tininative_do_assemble()
7627         * src/port.h: changed type of do_assemble() parameter to set
7628         * src/SDCCmain.c: type of asmOptions changed to set, introduced setParseWithComma(),
7629           sdcpp defined without path, removed variable VersionString, introduced set binPathSet,
7630           definition of "cppoutfilename" macro with NULL value in preProcess()
7631         * src/SDCCglobl.h: included "SDCCset.h", added declaration of setParseWithComma()
7632         * src/SDCCglue.c: removed variable VersionString, inroduced spacesToUnderscores()
7633         * support/Util/MySystem.c, support/Util/MySystem.h: rewrite, char *ExePathList[]
7634           replaced with set *binPathSet
7635         * shash_add() deallocates the item, if allready exsists, before adding the new one
7636         * src/SDCCmacro.c: handling macros with empty or NULL values in _evalMacros()
7637
7638 2003-03-30  Scott Dattalo  <scott AT dattalo.com>
7639
7640         * src/pic/gen.c: Commit patch from Steve Tell <tell AT telltronics.org> that fixes
7641           a nested for loop bug in the PIC port
7642         * src/regression/nestfor.c: new regression test file Steve wrote to test nested
7643           for loops
7644
7645 2003-03-29  Bernhard Held <bernhard AT bernhardheld.de>
7646
7647         * support/Util/dbuf.h: remove C++ stuff to make it portable
7648
7649 2003-03-28  Borut Razem <borut.razem AT siol.net>
7650
7651         * src/SDCC.lex: Fix for bug #711240: dynamic buffer handling of C
7652           literal strings in stringLiteral()
7653         * support/Util/dbuf.c, support/Util/dbuf.h: added: dynamic buffer handling
7654         * src/Makefile.bcc, src/Makefile.in, src\src.dsp: added support/Util/dbuf.c
7655           to the project
7656
7657 2003-03-27  Paul Stoffregen <paul AT pjrc.com>
7658
7659         * src/SDCCpeeph.c (pcDistance): accurate byte distance for mcs51
7660
7661 2003-03-26    <johan AT balder>
7662
7663         * src/mcs51/gen.c (saveRegisters): catched symbol abuse
7664         * src/ds390/gen.c (saveRegisters): catched symbol abuse
7665         * src/SDCCast.c (decorateType): fixed " -v < 3"
7666
7667 2003-03-23  Bernhard Held <bernhard AT bernhardheld.de>
7668
7669         * doc/cdbfile.html: removed, replaced by cdbfileformat.lyx
7670         Added Lenny Story's debug infrastructure changes:
7671         * src/Makefile.in:  added new files cdbFile.c and SDCCdebug.c
7672         * src/Makefile.bcc: added new files cdbFile.c and SDCCdebug.c
7673         * src/cdbFile.c: added
7674         * src/SDCCdebug.c: added
7675         * src/SDCCdebug.h: added
7676         * src/SDCCast.c (createFunction)
7677         * src/SDCCglue.c (emitRegularMap, emitStaticSeg, emitOverlay, glue)
7678         * src/SDCCmain.c (parseCmdLine, main)
7679         * src/SDCCmem.c (redoStackOffsets)
7680         * src/SDCCsymt.c (cdbStructBlock, cdbTypeInfo, cdbSymbol, cdbStruct, cdbStructBlock)
7681         * src/SDCCsymt.h
7682         * src/common.h
7683         * src/avr/gen.c (genAVRCode)
7684         * src/ds390/gen.c (gen390Code)
7685         * src/mcs51/gen.c (gen51Code)
7686         * src/pic/gen.c (genpic14Code)
7687         * src/pic/glue.c (pic14emitRegularMap, pic14emitStaticSeg, pic14emitOverlay, picglue)
7688         * src/xa51/gen.c (genXA51Code)
7689         * src/SDCCast.c: fixed "void foo(void){char c; -c < 0;}"
7690
7691 2003-03-22  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7692
7693         * src/mcs51/gen.c (genCodePointerGet): quicker code for bug #700797
7694         * src/mcs51/peeph.def: added rules 177, 241.x to 243, touched 181, 182.x, 193.x
7695
7696 2003-03-22    <johan AT balder>
7697
7698         * src/SDCCicode.c (geniCodeDerefPtr): fixed bug #698231
7699
7700 2003-03-21  Bernhard Held <bernhard AT bernhardheld.de>
7701
7702         * support/scripts/sdcc_mingw32: adapted to configure from autoconf 2.54
7703         * doc/cdbfileformat.lyx: added, written by Lenny Story
7704         * doc/Makefile: added cdbfileformat.lyx
7705         * doc/clean.mk: added cdbfileformat.lyx
7706
7707 2003-03-20  Bernhard Held <bernhard AT bernhardheld.de>
7708
7709         * src/mcs51/peeph.def: fix bug #705773
7710
7711 2003-03-20    <johan AT balder>
7712
7713         An sfr/sbit can have an "at #" AND an initializer
7714         * src/SDCCsymt.c (checkSClass):
7715         * src/SDCCmem.c (allocGlobal):
7716         * src/SDCCmem.c (allocLocal):
7717         * src/SDCCast.c (createBlock):
7718
7719 2003-03-17  Bernhard Held <bernhard AT bernhardheld.de>
7720
7721         * src/ds390/peeph.def: fix bug #704878: added rule 213.b suggested by Jan Rejlek
7722
7723 2003-03-16    <johan AT balder>
7724
7725         Undid the hackup of const and volatile, the problem is much bigger
7726         * src/SDCC.y:1.65
7727         * src/SDCCast.c:1.171
7728         * src/SDCCglue.c:1.138
7729         * src/SDCCicode.c:1.146
7730         * src/SDCCsymt.c:1.150
7731         * src/SDCCval.c:1.65
7732
7733 2003-03-15  Bernhard Held <bernhard AT bernhardheld.de>
7734
7735         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #703541
7736         * src/ds390/gen.c (genAddrOf): fixed bug #704087
7737
7738 2003-03-13    <johan AT balder>
7739
7740         Hackup const and volatile modifiers in type chains a bit:
7741         * src/SDCC.y:1.63
7742         * src/SDCCast.c:1.169
7743         * src/SDCCglue.c:1.136
7744         * src/SDCCicode.c:1.143
7745         * src/SDCCsymt.c1.146
7746         * src/SDCCsymt.h1.59
7747         * src/SDCCval.c:1.63
7748
7749 2003-03-12    <johan AT balder>
7750
7751         * src/SDCCBBlock.h: more LRH debugging junk
7752         * src/SDCCcflow.h: more LRH debugging junk
7753         * src/SDCCloop.c: more LRH debugging junk
7754         * src/SDCC.y (struct_declaration): fixed bug #697590
7755         * src/SDCCsymt.[hc] (cloneSpec): NEVER EVER use this again
7756         * src/ds390/gen.c (aopForRemat): fixed bug #700031
7757         * src/SDCCglue.c (emitStaticSeg): fixed bug #700797
7758
7759 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
7760         * src/SDCCpeeph.c: quit being lazy and made proper fix (peephole
7761         test function names must now match exactly).
7762         * src/SDCCcse.c: added special case in findCheaperOp to allow
7763         extending a short integer. Makes less awful code for bug 700121 test case.
7764
7765 2003-03-11  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7766
7767         * as/mcs51/lkmain.c: Added ASlink-Warning to messages
7768         * as/mcs51/lkaomf51.c: Fixed bug when linking asmblink example
7769
7770 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
7771
7772         * src/SDCCpeeph.c: fix so that operandsNotEqualX functions are
7773         actually called (operandsNotEqual() was called for all
7774         operandsNotEqualX tests).
7775
7776 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
7777
7778         * src/SDCCcse.c: fix findCheaperOp to prevent replacing int types
7779         with shorter literals. Fixes bug 700121.
7780
7781 2003-03-11    <johan AT balder>
7782
7783         * src/SDCCsymt.c (compareType): a (void *) can be assigned to any pointer
7784
7785 2003-03-11  Bernhard Held <bernhard AT bernhardheld.de>
7786
7787         * src/SDCCloop.c (mergeRegions): an evil beast is dead
7788         * src/SDCCmain.c (preProcess): minor cleanup: eliminate preOutName
7789
7790 2003-03-10  Borut Razem <borut.razem AT siol.net>
7791
7792         * src/SDCCmain.c: pipe preprocessor's output
7793         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
7794         * sdcc_vc_in.h: define pclose as _pclose for WIN32
7795         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
7796         which closes all pipes in pipeSet set
7797         * src/SDCCset.c: free deleted item in function deleteSetItem()
7798         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
7799         moved from z80 to src subproject
7800         * .version: increased version number to 2.3.4
7801
7802 2003-03-10  Bernhard Held <bernhard AT bernhardheld.de>
7803
7804         * support/regression/ports/mcs51/spec.mk: increase timeout for CF's sparc to 30s
7805         * support/regression/ports/ds390/spec.mk: increase timeout for CF's sparc to 25s
7806         * support/regression/ports/xa51/spec.mk: fix typo
7807
7808 2003-03-09  Bernhard Held <bernhard AT bernhardheld.de>
7809
7810         * src/SDCCglobl.h: PATH_MAX is already defined in mingw32 headers
7811
7812 2003-03-09  Borut Razem <borut.razem AT siol.net>
7813
7814         * src/SDCCmain.c: pipe preprocessor's output
7815         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
7816         * sdcc_vc_in.h: define pclose as _pclose for WIN32
7817         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
7818         which closes all pipes in pipeSet set
7819         * src/SDCCset.c: free deleted item in function deleteSetItem()
7820         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
7821         moved from z80 to src subproject
7822
7823 2003-03-09  Borut Razem <borut.razem AT siol.net>
7824
7825         * src/SDCCglue.c: re-implemented tempfilename() and tempfile(): using mkstemp() if available
7826         * src/SDCCsymt.h: fixed MSVC and BORLANDC compilation (included SDCCglobl.h instead srccconf.h)
7827         * sdcc_vc_in.h: explicitly undefined HAVE_MKSTEMP which is not available on BORLANDC and MSVC
7828         * src/SDCCset.h: removed inclusion of sdccconf.h or sdcc_vc.h
7829         * src/SDCCglobl.h: unification of WIN32 native definitions
7830
7831 2003-03-09  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7832
7833         * src/mcs51/gen.c: applied in-/dec patch mentioned on sdcc-devel 2003-03-01
7834
7835 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
7836
7837         * src/configure.in:   check for endianess (even while cross-compiling)
7838         * src/configure:      check for endianess (even while cross-compiling)
7839         * src/configure_in.h: check for endianess (even while cross-compiling)
7840         * src/avr/gen.c:        remove old endianess stuff
7841         * src/mcs51/gen.c:      remove old endianess stuff
7842         * src/ds390/gen.c:      remove old endianess stuff
7843         * src/pic/gen.c:        remove old endianess stuff
7844         * src/pic/genarith.c:   remove old endianess stuff
7845         * src/pic/glue.c:       fix endianess check
7846         * src/pic16/gen.c:      remove old endianess stuff
7847         * src/pic16/genarith.c: remove old endianess stuff
7848         * src/pic16/glue.c:     fix endianess check
7849         * src/xa51/gen.c:       remove old endianess stuff
7850         * src/z80/gen.c:        fix endianess check
7851         * src/SDCCglue.c:       fix endianess check
7852         * src/ds390/peeph.def: fix bug 700036
7853
7854 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
7855
7856         * src/SDCCsymt.h: use appropriate data-types on host for SDCC's int and long
7857         * src/configure: find appropriate data-types on host for SDCC's int and long
7858         * src/configure.in: find appropriate data-types on host for SDCC's int and long
7859         * src/sdccconf_in.h: find appropriate data-types on host for SDCC's int and long
7860         * src/xa51/gen.c: use %d, not %ld for 4 byte variables
7861
7862 2003-03-07    <johan AT balder>
7863
7864         Just a big NOOP:
7865                 some minor cleanups before the big shot
7866                 OP_DEFS and OP_USES now use Kevin's protection
7867                 new option --nolabelopt
7868
7869         * src/SDCCBBlock.c:
7870         * src/SDCCast.c,:
7871         * src/SDCCcflow.c:
7872         * src/SDCCcse.c:
7873         * src/SDCCicode.c:
7874         * src/SDCCicode.h:
7875         * src/SDCClabel.c:
7876         * src/SDCCloop.c:
7877         * src/SDCCmain.c:
7878         * src/ds390/ralloc.c:
7879         * src/mcs51/ralloc.c:
7880         * src/pic/ralloc.c:
7881         * src/xa51/ralloc.c:
7882         * src/z80/ralloc.c:
7883
7884 2003-03-06  Bernhard Held <bernhard AT bernhardheld.de>
7885
7886         * src/pic/pcode.c (get_op): fix 64 bit warnings
7887         * src/pic/pcode.c (pCode2str): fix 64 bit warnings
7888         * src/SDCChasht.c (newHashTable): fix 64 bit warnings
7889         * src/SDCCsymt.c (checkTypeSanity): fix 64 bit warnings
7890         * support/regression/tests/malloc.c: fix 64 bit warnings
7891
7892 2003-03-04  Bernhard Held <bernhard AT bernhardheld.de>
7893
7894         * src/mcs51/gen.c (genMinus): fixed bug 696436
7895
7896 2003-03-02  Borut Razem <borut.razem AT siol.net>
7897
7898         * src/SDCCmain.c: added BORLANDC, corrected MSVC in printVersionInfo()
7899
7900 2003-02-26  Bernhard Held <bernhard AT bernhardheld.de>
7901
7902         * configure.in: test for mkstemp
7903         * sdccconf_in.h: add HAVE_MKSTEMP
7904
7905 2003-02-24  Bernhard Held <bernhard AT bernhardheld.de>
7906
7907         * device/include/ctype.h: removed warning while using --stack-auto
7908         * device/include/malloc.h: removed warning while using --stack-auto
7909         * device/include/string.h: removed warning while using --stack-auto
7910
7911 2003-02-23  Borut Razem <borut.razem AT siol.net>
7912
7913         * src/asm.h: corrected assertion in function printILine(): _pipe() was not executed on MSVC,
7914         because NDEBUG is defined (see man assert)
7915         * sdcc_vc_in.h: vsnprintf is defined as _vsnprintf on MSVC
7916
7917 2003-02-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7918
7919         * src/mcs51/gen.c (genUminusFloat): avoided dptr in-/decrement for xdata variables
7920         * src/mcs51/peeph.def: added rule suggested by Gernot Fink, white space/comment changes
7921
7922 2003-02-18  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7923
7924         * src/SDCCpeeph.c: added peephole conditions testing for same arguments
7925         * src/mcs51/peeph.def: added rules 238a-d which remove redundant moves
7926
7927 2003-02-18    <johan AT balder>
7928
7929         * as/mcs51/asmain.c (asmbl): module can start with a digit
7930         * as/z80/asmain.c (asmbl): module can start with a digit
7931
7932 2003-02-16  Bernhard Held <bernhard AT bernhardheld.de>
7933
7934         * sim/ucsim/mkecho: inserted #!/bin/sh for Cygwin, so that it's executable
7935         * src/asm.c: fix pipe() for Mingw32
7936
7937 2003-02-15  Bernhard Held <bernhard AT bernhardheld.de>
7938
7939         * src/SDCCglue.h: make tmpfileNameSet available for preOutName
7940         * src/SDCCmain.c (preProcess): make sure, that preOutName will be deleted;
7941         make -V work again; --c1mode reads now from stdin
7942         * doc/sdccman.lyx: added --c1mode
7943         * support/Util/SDCCerr.c: new messages for c1 mode
7944         * support/Util/SDCCerr.h: new messages for c1 mode
7945         * src/SDCC.lex (checkCurrFile): test if fullSrcFileName is NULL for c1mode
7946
7947 2003-02-15    <johan AT balder>
7948
7949         * src/asm.c: new options: --no-c-code-in-asm and --i-code-in-asm
7950
7951 2003-02-14  Bernhard Held <bernhard AT bernhardheld.de>
7952
7953         * doc/sdccman.lyx: Environment variables, -o and other minor things
7954
7955 2003-02-14    <johan AT balder>
7956
7957         * src/xa51/main.c: before anyone really tries to use it :)
7958
7959         * Install doc's in share/sdcc/doc
7960         * removed some obsolete files
7961         * Do a proper make distclean and uninstall
7962         M Makefile.common.in
7963         R sdccbuild.sh
7964         M as/Makefile
7965         M device/include/Makefile.in
7966         M device/lib/Makefile.in
7967         M doc/sdccman.lyx
7968         M link/Makefile
7969         M sim/ucsim/doc/Makefile.in
7970         M src/clean.mk
7971         R src/avr/peeph.rul
7972         R src/xa51/peeph.rul
7973         M support/cpp2/Makefile.in
7974         M support/makebin/Makefile
7975
7976
7977 2003-02-13  Bernhard Held <bernhard AT bernhardheld.de>
7978
7979         * support/regression/ports/host/spec.mk: use cc as host compiler for max osx
7980
7981 2003-02-10  Borut Razem <borut.razem AT siol.net>
7982
7983         * doc/bccinst.txt, packihx/packihx.c, sdcc_vc_in.h, src/SDCCset.h,
7984         support/cpp2/config.in: Borland C++ build doesn't depend on Cygwin configure
7985         * Bcc.ini, Makefile.bcc, as/mcs51/Makefile.bcc,
7986         device/examples/ds390/tinitalk/Makefile.bcc, packihx/Makefile.bcc,
7987         support/cpp2/Makefile.bcc, src/Makefile.bcc, src/avr/Makefile.bcc,
7988         src/ds390/Makefile.bcc, src/izt/Makefile.bcc, src/mcs51/Makefile.bcc,
7989         src/pic/Makefile.bcc, src/pic16/Makefile.bcc, src/xa15/Makefile.bcc,
7990         src/z80/Makefile.bcc: Borland Makefile cleanup
7991         * as/z80/Makefile.bcc: Added Borland Makefile
7992         * support/cpp2/borland.h: Removed
7993
7994 2003-02-10  Bernhard Held <bernhard AT bernhardheld.de>
7995
7996         * doc/sdccman.lyx: new pragma NOIV by "Johannes Stezenbach" <js AT convergence.de>
7997         * src/SDCC.lex: new pragma NOIV
7998         * src/SDCCglobl.h: new pragma NOIV
7999         * src/SDCCmem.c: new pragma NOIV
8000
8001 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
8002
8003         * src/SDCCmain.c: signal handling is switched off by SDCC_LEAVE_SIGNALS
8004
8005 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
8006
8007         * src/SDCCmain.c: signal handling is switched off by --debug
8008         * doc/Makefile: small fix for install; use clean.mk again
8009         * doc/clean.mk: clean *.pdf and *.html too
8010
8011 2003-02-08  Bernhard Held <bernhard AT bernhardheld.de>
8012
8013         * device/lib/_mulint.c: small fix for large/ds390 --int-long-reent resp. --stack-auto
8014         * device/lib/printfl.c: fix a ds390 bug by making it portable
8015         * src/SDCCsymt.c (initCSupport): fix compile warning on Cygwin
8016         * src/SDCCopt.c (cnvToFloatCast): fix compile warning on Cygwin
8017         * src/SDCCopt.c (cnvFromFloatCast): fix compile warning on Cygwin
8018         * debugger/mcs51/cmd.c: converted multi-line string literals
8019         * sim/ucsim/globals.cc: converted multi-line string literals
8020         * src/SDCCmain.c: introduced signal handler to remove temp files
8021         * doc/Makefile: small tweaks, implement clean
8022         * doc: removed generated files
8023
8024 2003-02-05  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8025
8026         * as/mcs51/aslink.h, as/mcs51/lkihx.c, as/mcs51/lkrloc.c:  Applied
8027         patch from Jan Rejlek <jr AT apex-lib.cz> to fix Bug 677692: "Extended
8028         Address Record is not correctly generated for DS390."
8029
8030 2003-02-02  Borut Razem <borut.razem AT siol.net>
8031
8032         * Makefile.bcc: removed non existing cpp project and non compilable izt project from makefile
8033         * as/mcs51/asm.h: fixed compilation with Borland C
8034         * support/cpp2/Makefile.bcc: added rule to generate auto-host.h
8035         * support/cpp2/auto-host_vc_in.h: fixed compilation with Borland C
8036         * src/mcs51/mcs51a.dsp: corrected misspelled project name from msc51a to mcs51a
8037         * src/avr/Makefile.bcc, src/ds390/Makefile.bcc, src/izt/Makefile.bcc,
8038         src/mcs51/Makefile.bcc, src/pic16/Makefile.bcc, src/xa51/Makefile.bcc,
8039         src/z80/Makefile.bcc: delete $(LIB) only if exist
8040         * src/Makefile.bcc, src/pic/Makefile.bcc:  fixed compilation with Borland C
8041
8042 2003-02-02  Bernhard Held <bernhard AT bernhardheld.de>
8043
8044         * device/include/malloc.h: introduced NULL
8045         * device/include/string.h: introduced NULL
8046         * device/include/stdlib.h: introduced NULL
8047         * device/lib/_memcpy.c: removed NULL
8048         * device/lib/_strcat.c: removed NULL
8049         * device/lib/_strchr.c: removed NULL
8050         * device/lib/_strcmp.c: removed NULL
8051         * device/lib/_strcpy.c: removed NULL
8052         * device/lib/_strcspn.c: removed NULL
8053         * device/lib/_strlen.c: removed NULL
8054         * device/lib/_strncat.c: removed NULL
8055         * device/lib/_strncmp.c: removed NULL
8056         * device/lib/_strncpy.c: removed NULL
8057         * device/lib/_strpbrk.c: removed NULL
8058         * device/lib/_strrchr.c: removed NULL
8059         * device/lib/_strspn.c: removed NULL
8060         * device/lib/_strstr.c: removed NULL
8061         * device/lib/_strtok.c: removed NULL
8062         * device/lib/malloc.c: removed NULL, include own header
8063
8064 2003-02-02    <johan AT balder>
8065
8066         * src/mcs51/ralloc.c (packForPush): fixed bug #631653, maybe other ports need this too? At least now some new alerts in SDCCBBlock.c and SDCCicode.c gives an early warning
8067         * support/regression/fwk/lib/testfwk.c: div and mod isn't broken anymore
8068         * regressions ds390/spec.mk and mcs51/spec.mk (timeout): my good old balder isn't fast enough for some tests
8069         * src/z80/gen.c (genZ80Code): added c-lines in asm comments
8070         * as/z80/asm.h (NINPUT): increased for long c-comments in regression tests
8071         * src/z80/gen.c (genRightShiftLiteral): fixed the (char)(-3)>>8 (I think)
8072
8073 2003-02-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8074
8075         * src/SDCCmain.c: Fixed bug 678574: "ds390: ASlink-Error-Stack overlaps
8076         area 'DATA'"
8077
8078 2003-02-01    <johan AT balder>
8079
8080         * src/SDCCval.c (valBitwise): fixed Karl's "2 | (1<<8)"
8081
8082 2003-01-31    <johan AT CP255758-A>
8083
8084         * src/ds390/main.c (_ds390_genAssemblerPreamble): applied Jan Rejlek's >64K startup patch
8085
8086 2003-01-30    <johan AT balder>
8087
8088         * src/SDCCBBlock.c: automatic bug detection
8089         * src/SDCCicode.c: automatic bug detection
8090
8091 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8092
8093         * src/SDCCglobl.h:   now --xram-size 0 works
8094         * src/SDCCmain.c:    now --xram-size 0 works
8095
8096 2003-01-29    <johan AT balder>
8097
8098         * src/almosteverything: changed OP_DEFS and OP_USES from macros to functions to catch symbol abuse (a hot topic in the bug list :)
8099
8100 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8101
8102         * as/mcs51/aslink.h: Added options --xram-size and --code-size
8103         * as/mcs51/lkdata.c: Added options --xram-size and --code-size
8104         * as/mcs51/lkmain.c: Added options --xram-size and --code-size
8105         * as/mcs51/lkmem.c:  Added options --xram-size and --code-size
8106         * src/SDCCglobl.h:   Added options --xram-size and --code-size
8107         * src/SDCCmain.c:    Added options --xram-size and --code-size
8108
8109 2003-01-28  Bernhard Held <bernhard AT bernhardheld.de>
8110
8111         * src/ds390/gen.c: fix deps by replacing <common.h> with "common.h"
8112         * src/SDCC.lex: rename P_OVERLAY to P_OVERLAY_ for cross-gcc 3.2 MINGW32
8113
8114 2003-01-27    <johan AT balder>
8115
8116         * src/SDCC.y: fixed bug #613764
8117
8118 2003-01-26    <johan AT balder>
8119
8120         * src/SDCClrange.c:  fixed Bernhard's "char * code ptr = &c"
8121         * src/SDCCsymt.h: fixed bug #673374
8122         * src/SDCCglue.c: fixed bug #661910
8123         * src/SDCCast.c: fixed bug #458099 and 673374
8124
8125 2003-01-26  Bernhard Held <bernhard AT bernhardheld.de>
8126
8127         * as/mcs51/strcmpi.c: added, provides Aurelien Jarno's as_strcmpi(); strcmpi() is not ANSI
8128         * as/mcs51/strcmpi.h: added
8129         * as/mcs51/asm.h: remove ugly "#define strcmpi strcmp"
8130         * as/mcs51/aslink.h: remove ugly "#define strcmpi strcmp"
8131         * as/mcs51/asmain.c: strcmpi -> as_strcmpi
8132         * as/mcs51/assym.c: strcmpi -> as_strcmpi
8133         * as/mcs51/lkmem.c: strcmpi -> as_strcmpi
8134         * as/mcs51/lknoice.c: strcmpi -> as_strcmpi
8135         * as/mcs51/lksym.c: strcmpi -> as_strcmpi
8136         * as/mcs51/Makefile.aslink: new module strcmpi
8137         * as/mcs51/Makefile.asx8051: new module strcmpi
8138         * as/mcs51/Makefil.bcc: new module strcmpi
8139         * as/mcs51/Makefile.in: new module strcmpi
8140         * sim/ucsim/s51.src/uc390.cc (get_mem_size): make RAM big enough for tinibios
8141
8142 2003-01-26    <johan AT balder>
8143
8144         * src/SDCCglue.c: reverted back to 1.124
8145         * src/SDCCast.c: reverted back to 1.156
8146         * src/mcs51/gen.c (aopGet): applied Frieder's efficiency patch
8147
8148 2003-01-25    <johan AT balder>
8149
8150         * src/SDCCglue.c: A better fix for bug #661910
8151         * src/SDCCast.c: A better fix for bug #661910
8152         * src/SDCCglue.c (emitRegularMap): That was a little too efficient
8153
8154 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
8155
8156         * src/Makefile.in: remove spawn.o
8157         * src/SDCCmain.c: remove spawn.h
8158         * src/SDCCmain.c (printVersionInfo): report MINGW32 instead of UNIX
8159         * src/spawn.c: removed
8160         * src/spawn.h: removed
8161         * support/regression/ports/ds390/spec.mk: link with -r
8162
8163 2003-01-24    <johan AT CP255758-A>
8164
8165         * src/ds390/gen.c (aopOp): fixed bug #667458
8166         * src/SDCCglue.c (emitRegularMap): fixed bug #458099 again
8167         * src/SDCCast.c (createIvalCharPtr): fixed bug #661910
8168         (createIvalCharPtr): an ival doesn't always have a storage class anymore
8169
8170 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
8171
8172         * src/mcs51/peeph.def: better assembler identation by Frieder
8173         * src/mcs51/gen.c: better assembler identation by Frieder
8174
8175 2003-01-22  Bernhard Held <bernhard AT bernhardheld.de>
8176
8177         * as/z80/string.h: removed for gcc 3.2
8178         * support/makebin/makebin.c: #include <string.h> for gcc 3.2
8179         * src/pic/pcode.c (get_op_from_instruction): fix concatenation of string literals with __FUNCTION__ for gcc 3.2
8180
8181 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
8182
8183         * src/SDCCmain.c (linkEdit): rename mem and map files even in case of failure
8184         * src/SDCCpeeph.c (replaceRule): fix bug #663503
8185         * support/regression/Makefile: separate temp files for ports
8186         * support/regression/generate-cases.py: separate temp files for ports
8187         * src/mcs51/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
8188         * src/ds390/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
8189
8190 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
8191
8192         * moved tinitalk to device/examples/ds390
8193
8194 2003-01-14  Bernhard Held <bernhard AT bernhardheld.de>
8195
8196         * as/mcs51/lkmem.c: rflag is for DS390
8197         * src/SDCCglobl.h: removed out_name and options stackOnData, genericPtr
8198         * src/SDCCmain.c (optionsTable, setDefaultOptions): removed --stack-after-data and --generic
8199                          (linkEdit): move mem- and map-files the same way as ihx-files
8200         * src/z80/main.c (_setDefaultOptions): removed --generic
8201         * src/SDCCmain.c (_processC1Arg, parseCmdLine, main): --c1mode works again
8202         * src/SDCCglue.c (createInterruptVect, glue): --c1mode works again
8203         * src/pic/glue.c (picglue): --c1mode works again
8204         * src/pic16/glue.c (pic16glue): --c1mode works again
8205         * src/asm.c (printCLine): fix #660034
8206
8207 2003-01-13  Bernhard Held <bernhard AT bernhardheld.de>
8208
8209         * src/ds390/peeph.def: fix #123; add 14 rules by Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>, 1 by Frieder
8210         * src/mcs51/peeph.def: fix #123; add 14 rules by Fiorenzo, 1 by Frieder
8211         * src/mcs51/gen.c (genFunction): emit r0 instead of ar0 by Fiorenzo
8212         * as/mcs51/lkmem (summary): better fix for sp problem
8213         * src/SDCCglue.c (glue): __start_stack - 1, saves 1 byte!
8214         * src/ds390/main.c (_ds390_finaliseOptions, _tininative_finaliseOptions): stack_loc = 0x400008
8215         * support/regression/ports/*/spec.mk: moving testfwk-object to port dir allow parallel execution of regression tests
8216                                               remove --stack-after-data
8217
8218 2003-01-12  Bernhard Held <bernhard AT bernhardheld.de>
8219
8220         * src/SDCCmain.c (main): port->finaliseOptions() moved for z80 linking
8221         * src/SDCCutil.c (join): ugly bug: missing '\0'
8222         * as/mcs51/lkmem.c (summary): sp on address 7 is safe
8223
8224 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
8225
8226         * src/SDCCmain.c (assemble, linkEdit): preparations for -o
8227         * src/port.h: typo
8228         * src/pic/main.c (_asmCmd): gpasm supports -o
8229         * src/z80/main.c: more general macros
8230         * device/lib/Makefile.in: remove intermediate files
8231
8232 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
8233
8234         * .version: Bumped version number to 2.3.3
8235         * src/SDCCBBlock.c: new option -o
8236         * src/SDCCglobl.h: new option -o
8237         * src/SDCCglue.c: new option -o
8238         * src/SDCCmain.c: new option -o
8239         * src/asm.c: new option -o
8240         * src/ds390/main.c: new option -o
8241         * src/pic/glue.c: new option -o
8242         * src/pic/pcode.c: new option -o
8243         * src/pic/ralloc.c: new option -o
8244         * src/pic16/glue.c: new option -o
8245         * src/pic16/pcode.c: new option -o
8246         * src/pic16/ralloc.c: new option -o
8247         * src/z80/main.c: new option -o
8248         * device/lib/Makefile.in: use -o
8249         * support/regression/ports/ds390/spec.mk: use -o
8250         * support/regression/ports/gbz80/spec.mk: use -o
8251         * support/regression/ports/mcs51/spec.mk: use -o
8252         * support/regression/ports/mcs51-stack-auto/spec.mk: use -o
8253         * support/regression/ports/z80/spec.mk: use -o
8254         * support/regression/ports/ucz80/spec.mk: use -o
8255         * support/regression/ports/xa51/spec.mk: use -o
8256         * support/regression/fwk/lib/timeout.c: fix usage string
8257
8258 2003-01-09  Bernhard Held <bernhard AT bernhardheld.de>
8259         * src/mcs51/gen.c (genPlus): replaced "mov b,acc" by "mov b,a" Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>
8260
8261 2003-01-07    <johan AT balder>
8262
8263         * src/SDCCast.c (decorateType): fixed bug #600035
8264
8265 2003-01-07  Bernhard Held <bernhard AT bernhardheld.de>
8266         * as/mcs51/lkmem.c: added several l-modifiers to printf to remove warnings
8267         * as/mcs51/lkaomf51.c: #include <ctype.h> to remove warnings
8268         * src/pic/main.c (_hasNativeMulFor): outcommented unused variables to remove warnings
8269         * src/pic/pcode.c: outcommented unused variable to remove warnings
8270         * src/pic/ralloc.c: outcommented unused variable to remove warnings
8271
8272 2003-01-06    <karl AT turbobit.com>
8273         * sim/ucsim/cmd.src/command.cc: fixed so "break xram r 0x7654" works again in
8274    regression tests.
8275
8276 2003-01-06    <johan AT balder>
8277
8278         * src/SDCCicode.c: fixed array add
8279
8280 2002-01-05  Bernhard Held <bernhard AT bernhardheld.de>
8281         * src/SDCCmacro.c: MAX_STRING_LENGTH increased to 2048; was too small for regression tests
8282         * support/regression/ports/host/support.c: #include <stdarg.h> for gcc 3.2
8283
8284 2003-01-04    <johan AT balder>
8285
8286         * src/SDCCval.c (getNelements): fixed the initialized array of structures
8287
8288 2002-12-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8289         * as/mcs51/Makefile.bcc: fixed typo lkomf51.o -> lkaomf51.o
8290
8291 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
8292         * src/mcs51/peeph.def: added rules 234 and 235 from Frieder Ferlemann <frieder.ferlemann AT web.de>
8293         * support/regression/tests/bug-524697.c: fit mem usage into 8032
8294
8295 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
8296         * src/mcs51/gen.c (aopGetUsesAcc): inserted missing "return FALSE"
8297
8298 2002-12-27  Bernhard Held <bernhard AT bernhardheld.de>
8299         * as/mcs51/Makefile.in: fixed typo lkomf51.o -> lkaomf51.o
8300
8301 2002-12-26  Bernhard Held <bernhard AT bernhardheld.de>
8302         * src/mcs51/main.c: removed {bindir}{sep} from aslink
8303
8304 2002-12-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8305
8306     * in \sdcc\as\mcs51\ changed these files in order to create an
8307     aomf51 file: aslink.h, lkdta.c, lklex.c, lklibr.c, lklist.c,
8308     lkmain.c.  Also added: lkmem.c and lkaomf51.c.  Changed the
8309     following files to include the previous two files: aslink.dsp,
8310     Makefile.aslink, Makefile.bcc, and Makefile.in.
8311
8312     * Changed \sdcc\src\SDCCmain.c so it creates files with extension
8313     .adb instead of .cdb
8314
8315 2002-11-09  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8316
8317         * \sdcc\as\mcs51\lklist.c: Now reports memory usage using the
8318         value from option --iram-size.
8319
8320 2002-09-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8321
8322         * \sdcc\as\mcs51\lklist.c: added boundary check before using
8323         dram[] array.
8324
8325 2002-09-18    <wiml AT hhhh.org>
8326
8327         * SDCClrange.h: exposed setFromRange() and setToRange()
8328         * mcs51/ralloc.c: fixed over-eager packRegsForSupport() and
8329           packRegsForAccUse() (bug 542397)
8330         * mcs51/gen.c: MOVA() is now a function to avoid calling aopGet()
8331           multiple times and emitting the fetch operations more than once
8332           added aopGetUsesAcc() function to allow binary operators to
8333           fetch their operands in the correct order; made genMinus() emit
8334           compact code for X = LITERAL - Y
8335
8336 2002-09-00  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8337         * \sdcc\as\mcs51\lklist.c: Fixed incorrect number of parameters to
8338         sprintf() in line 1267.
8339
8340 2002-09-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8341         * \sdcc\src\SDCCglue.c: Generate areas REG_BANK_[0-3] only for 8051
8342         like ports.
8343
8344 2002-09-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8345         Changes to aslink (All the changes are marked with 'JCF'):
8346
8347         * \sdcc\as\mcs51\aslink.h: External definition of sflag and
8348         summary().
8349
8350         * \sdcc\as\mcs51\lkarea.c: Computes the size of area BSEG_BYTES from
8351         area BSEG.  Also moves, if possible, the DATA area down into the internal
8352         ram so more space is available.
8353
8354         * \sdcc\as\mcs51\lkdata.c: Definition of memory summary output flag
8355         sflag.
8356
8357         * \sdcc\as\mcs51\lklist.c: For the BSEG area report the size in bits,
8358         not bytes.  Function summary() which creates a memory usage summary
8359         file with extension .mem.  Reports of overlaping stack and small stack
8360         size.  If the space for the stack is less than 16 bytes aslink trows a
8361         warning.
8362
8363         * \sdcc\as\mcs51\lkmain.c: Creation of some of the default areas for
8364         the 8051.  Option 'y' for memory summary output file.
8365
8366         Changes to sdcc (All the changes are marked with 'JCF'):
8367
8368         * \sdcc\src\SDCCglobl.h: External definition of RegBankUsed[4].
8369
8370         * \sdcc\src\SDCCglue.c:  If a register bank is used, creates an
8371         overlaying area for it (uses RegBankUsed[4]).
8372
8373         * \sdcc\src\SDCCmain.c: Definition RegBankUsed[4]; marks register
8374         bank zero as used by default.  By default aslink locates the stack
8375         (equivalent to --stack-after-data).  Pass option 'y' to aslink for
8376         the creation of the .mem file.  Delegates the allocation of data area
8377         to aslink (it is not longer 0x30 by default).  If --stack-loc passes
8378         the begining of the stack area to aslink.
8379
8380         * \sdcc\src\SDCCmem.c:  If a register bank is used, marks it so
8381         glue() in SDCCglue.c creates an area for it.
8382
8383 2002-09-03  Borut Razem <borut.razem AT siol.net>
8384         * sdcc/src/SDCCglue.c, sdcc/src/SDCCglue.h, sdcc/src/SDCCmain.c,
8385         sdcc/src/pic/glue.c:
8386         introduced atexit() handler for teporay files removal in case of
8387         errors, assertions, ...
8388
8389 2002-08-29  Borut Razem <borut.razem AT siol.net>
8390         * sdcc/support/cpp2/auto-host_vc_in.h:
8391         re-definition of O_BINARY and other O_XXX as _O_BINARY and _O_XXX, so the problem
8392         with the returned value from read() in sdcc/support/cpp2/cppfiles.c is solved for MSC.
8393         Maybe there is a similar problem with BORLANDC? It should be checked!
8394
8395         * sdcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c, sdcc/src/z80/ralloc.c:
8396         corrected improper use of assert: the assignment to clr variable was done inside the assert.
8397         In case that NDEBUG was defined, the assert macro was substituted with no-op, so the assignment
8398         was not executed, and the compiler (cl) launched a warning:
8399         ralloc.c(1442) : warning C4700: local variable 'clr' used without having been initialized
8400
8401 2002-08-28  Bernhard Held <bernhard AT bernhardheld.de>
8402         * src/SDCCglue.c (printIvalArray): iterative calculation of array length
8403
8404 2002-08-28  Jesus Calvino-Fraga and Borut Razem <borut.razem AT siol.net>
8405         * sdcc/sdcc.dsw: added sdcpp, sdcppa, yacc, conf projects
8406
8407         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
8408           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp,
8409           sdcc/src/xa51/xa51.dsp, sdcc/src/avr/avra.dsp,
8410           sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
8411           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp,
8412           sdcc/src/xa51/xa51a.dsp, sdcc/as/as_z80.dsp,
8413           sdcc/as/aslink.dsp, sdcc/as/asx8051.dsp, sdcc/packihx/packihx.dsp:
8414         - added Release configuration in VS projects
8415         - review of compiler an linker options
8416         - VC .exe files are generated in bin_vc directory, not to interfere
8417           with binaries generated from other projects (cygwin, mingw, bcc ...)
8418
8419         * sdcc/src/yacc.dsp: added
8420
8421         * sdcc/config.dsp, sdcc/configure_vc.awk, sdcc/sdcc_vc_in.h:
8422         added - genarate sdcc_vc.h using sdcc_vc_in.h as template
8423         and insert the version number definitions from .version
8424
8425         * sdcc/support/cpp2/sdcpp.dsp: added - VC project for sdcpp
8426
8427         * sdcc/support/cpp2/sdcppa.dsp, sdcc/support/cpp2/auto-host_vc_in.h:
8428         added - genarate auto-host.h using auto-host_vc_in.h as template
8429
8430         * sdcc/sdcc_vc.h,
8431         removed from CVS, generated automatically
8432
8433 2002-08-25  Bernhard Held <bernhard AT bernhardheld.de>
8434         * support/scripts/inc2h.pl: use gputils or gpasm (from Nathan Hurst)
8435
8436 2002-08-11  Borut Razem <borut.razem AT siol.net>
8437         * support/Util/NewAlloc.c: removed unneeded #include "sdccconf.h" (suggested by Jesus Calvino-Fraga)
8438
8439 2002-08-10  Borut Razem <borut.razem AT siol.net>
8440         * src/SDCCmain.c (main):
8441         file preOutName was unlinked before closed. This seems to be OK on UNIX and cygwin
8442         platforms, but it doesn't work with Visual Studio: the opened file can not be removed.
8443         The consequence was that some temporary files were not removed.
8444
8445         * src/SDCCglue.c:
8446         unification of code in functions tempfilename() and tempfile():
8447         function tempnam() is defined in Visual Studio 6.0 and .NET
8448
8449         * sdcc/sdcc.dsw: removed project sdcpp, added project xa51a
8450
8451         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
8452           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp:
8453         - removed compiler command line option /WX: Treats all warnings as errors
8454         - update a list of source files, included into the project
8455
8456         * sdcc/src/avr/avra.dsp, sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
8457           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp:
8458         changed project type to Generic Project so that can be correcly converted to VS.NET project
8459
8460         * sdcc/as/mcs51/asm.h: definition of PATH_MAX for MSC
8461
8462         * sdcc/src/SDCCast.c: solved MSC error in function decorateType()
8463
8464         * sdcc/src/SDCC.y: added missing ending ';' to rules to get rid of bison warnings
8465
8466         * dcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c:
8467         added return 0 statements after assert() to make compiler happy
8468
8469         * sdcc/src/xa51/peeph.rul, sdcc/src/xa51/peeph.def, sdcc/src/z80/ralloc.c:
8470         added newline in the def file to keep MSC compiler satisfied
8471
8472         * sdcc/src/z80/gen.c:
8473         - function strcasecmp() is not defined in MSC (and probably also in BORLANDC),
8474           so it is replaced with STRCASECMP, which is defined as stricmp in case of MSC and BORLANDC
8475         - solved MSC error in function aopDump()
8476
8477         * sdcc_vc.h: define PREFIX as "\\sdcc"
8478
8479 2002-07-18  Bernhard Held <bernhard AT bernhardheld.de>
8480         * src/SDCCast.c (decorateType): fixed access to array of structures http://sourceforge.net/mailarchive/forum.php?thread_id=902690&forum_id=4107
8481
8482 2002-06-22  Scott Dattalo <scott AT dattalo.com>
8483         * src/pic/*: Numerous bug fixes. Flow analysis has been enhanced.
8484         - Rewrote the register banking algorithm.
8485         - Added pCode live-range analysis to registers (for now, only non-used and
8486         singly-used registers optimized away)
8487
8488         * src/pic/pcoderegs.[ch]: Added new files for pCode live-range analysis
8489
8490         * support/scripts/inc2h.pl Kevin L. Pauba <klpauba AT cox.net> submitted this perl script for converting MicroChip include files into SDCC Pic include files.
8491
8492 2002-05-10  Scott Dattalo <scott AT dattalo.com>
8493         * src/pic/*: Added support for multiplication. Fixed many,many bugs.
8494
8495 2002-04-22  Michael Hope  <michaelh AT vroom>
8496
8497         * device/lib/z80/printf.c: Changed emitter to volatile to work around a pcall bug.
8498
8499         * configure.in (DD_COPT): Added include support required for gbdk.
8500
8501         * .version: Bumped version number just to increase it.
8502
8503         * src/SDCCmain.c: Added -nostdinc to the default options.
8504
8505 2002-04-15  Michael Hope  <michaelh AT vroom>
8506
8507         * device/lib/z80/printf.c (sprintf): Added.
8508
8509         * src/z80/ralloc.c (packRegisters): Disabled pack HL use for GB as it's broken.
8510
8511         * src/z80/peeph.def: Added transpose redundent load rule.
8512
8513         * src/z80/main.c: Added force callee saves for jaune.
8514
8515         * src/port.h: Removed the i186 and tlcs-900h ports as they weren't being being developed.
8516
8517         * src/SDCCmain.c: Pulled the options definition out so that you can add port specific options without changing the main file.
8518
8519 2002-03-28  Johan Knol  <johan AT balder>
8520
8521         * src/SDCCval.c: fixed bug #532436
8522
8523 2002-03-14  Scott Dattalo <scott AT dattalo.com>
8524         * /src/port.h:
8525         Added "char *Processor" field to the port structure.
8526
8527         * /src/SDCCmain.c:
8528         Added -p option. Allows port dependent processor to be specified.
8529
8530         * all ports:
8531         Initialized the new field char *Processor field to NULL in all ports
8532
8533         * /src/pic/*:
8534         Compiler generated registers for interrupt context saving
8535         were not getting allocated.
8536
8537 2002-03-16  Sandeep Dutta  <sandeep AT ddi.com>
8538
8539         * /src/SDCCast.c:
8540         Fixed left shift. Will promote the left side of a left shift
8541         if a) left shifting more than size of operand or b) when assigned
8542         to something size > size of left side
8543
8544 2002-03-14  Scott Dattalo <scott AT dattalo.com>
8545         * src/pic/*
8546         tons of changes. Register allocation has been
8547         rewritten. Added customization for the various PICs. Flow
8548         analysis is restructured. ...
8549
8550         * src/pic/device.h:
8551         Added
8552
8553         * src/pic/device.c:
8554         Added. device.c is a PIC port hack to accomodate variations
8555         in PIC devices.
8556
8557 2002-03-13  Michael Hope  <michaelh AT vroom>
8558
8559         * src/z80/gen.c (genGenPointerGet): Fixed a bug where a pointer in HL is dereferenced into HL but HL is not spilled.  Yeah.
8560
8561 2002-03-04  johanknol  <johanknol AT manik>
8562
8563         * /src/SDCCval.c: fixed
8564
8565         const unsigned char arr[][2] = { { 0, 1 } };
8566         t18.c:1: error: Initializer element is not constant
8567
8568 2002-03-04  bela  <bela AT manik>
8569
8570         * /device/include/mcs51reg.h:
8571         ds89c420 register definition update
8572
8573 2002-03-03    <johan AT FRIJA>
8574
8575         * support/Util/SDCCerr.c: did something, but don't no why anymore
8576
8577         * support/regression/tests/bug-524691.c: made it a little less shy
8578
8579         * src/SDCCast.c (decorateType): fixed bug #524697
8580
8581         * src/SDCCast.c: made some lineno improvements
8582
8583         * src/SDCCval.c (getNelements): changed warning to error
8584
8585         * src/SDCCglue.c (printIvalArray): changed warning to error
8586
8587         * src/SDCCicode.c: fixed a warning for mingw
8588
8589         * src/SDCCast.c (decorateType): fixed the << promotion for ops
8590
8591         * src/SDCCicode.c (geniCodeDivision): divide is shift only for unsigned (bug #524685)
8592
8593 2002-03-02  Sandeep Dutta  <sandeep AT ddi.com>
8594
8595         * src/ds390/peeph.def:
8596         Added some more peephole rules
8597
8598         * src/ds390/gen.c: Various fixes & enhancements
8599
8600         * src/SDCClrange.c, src/SDCClrange.h:
8601         functions "alldefsoutofrange" and "notusedinblock" moved to SDCClrange.c
8602
8603         * src/ds390/ralloc.c:
8604         various fixes & enhancements (ds390) specific
8605
8606         * src/avr/ralloc.c, src/mcs51/ralloc.c, src/pic/ralloc.c, src/xa51/ralloc.c, src/z80/ralloc.c:
8607         Functions "allDefsOutOfRange" & "notUsedinBlock" moved to SDCClrange.c
8608         from rallocs.
8609
8610         * sdcc/src/SDCCcse.c: Better fix for bug # 514308
8611
8612 2002-03-02    <johan AT FRIJA>
8613
8614         * src/SDCCast.c (decorateType): fixed bug #524708
8615
8616         * src/SDCCval.c (floatFromVal): fixed the literal void (whatever that may be)
8617
8618         * src/SDCCicode.c (geniCodePtrPtrSubtract): fixed bug #524691
8619
8620 2002-03-01  Michael Hope  <michaelh AT vroom>
8621
8622         * src/SDCCsymt.c (initCSupport): Removed managling of support function names.
8623
8624         * src/z80/ralloc.c (packRegsForIYUse): Fixed fp bug where four byte operands were packed into IY.
8625
8626 2002-03-01    <johan AT FRIJA>
8627
8628         * src/SDCCglue.c (printIvalPtr): fixed bug #524211
8629
8630         * src/SDCCast.c (decorateType): fixed bug #524209
8631
8632         * src/SDCCval.c (valNot): fixed bug #524195
8633
8634 2002-02-26    <johan AT balder>
8635
8636         * src/xa51/gen.c: fixed a warning
8637
8638         * src/SDCCglue.c (printIvalFuncPtr): fixed bug #522534
8639
8640         * src/SDCCast.c (decorateType): fixed bug #522534
8641
8642 2002-02-23    <johan AT balder>
8643
8644         * src/SDCCdflow.c (computeDataFlow): fixed bug #460088
8645
8646 2002-02-22    <johan AT balder>
8647
8648         * src/SDCCast.c: fixed bug #514865
8649
8650         * src/SDCCy.c ("SDCC.y"): fixed bug #516625
8651
8652 2002-02-21  Sandeep Dutta  <sandeep AT ddi.com>
8653
8654         * sdcc/src/SDCCloop.c:
8655         Previous fix was not good. basic blocks that have "break" or "return" are
8656         not really partof a loop , but live ranges used in these blocks should
8657         be live thru the entire loop, so set partOfLoop but don't add them to
8658         loop region
8659
8660 2002-02-21    <johan AT FRIJA>
8661
8662         * src/SDCCcse.c: fixed bug #514308
8663
8664 2002-02-20  Sandeep Dutta  <sandeep AT ddi.com>
8665
8666         * src/SDCCloop.c:
8667         Fixed BUG #519583. If a conditional block ended in a return/break
8668         statement inside a loop, it was not being considered part of the loop.
8669
8670         * src/SDCCcflow.c: Removed fix (Fixed in SDCCloop.c)
8671
8672 2002-02-10  Karl Bongers <karl AT turbobit.com>
8673
8674         * debugger/*:
8675         Fixed up SDCDB debugger somewhat.  Updated debugger/README
8676         with lots of comments and notes.
8677
8678         * device/examples/test2.c:
8679         Fix bug, "red" variable not being initialized(compiler complained).
8680
8681         * device/examples/Makefile, examples/test3.c:
8682         Add Makefile in device/examples folder, compiles test3.c
8683         for use as a multiple module SDCDB test case.
8684
8685         * sim/ucsim/cmd.src/cmdset.cc:
8686         Took out debug printfs in ucsim "next" command.
8687
8688         * sim/ucsim/xa.src:
8689         Karl and Johan start ucsim XA support.  Most dissassembly working,
8690         about 75% emulation done(plenty of work remaining).
8691
8692         * sim/ucsim/z80.src:
8693         Add Z80 support to ucsim, add test-ucz80 regression test,
8694         notice ucsim/z80 emulation fails on examples/test3.c/itoa code.
8695         Notice z80 compiler fails on examples/test3.c/crc code.
8696
8697 2002-01-30  Sandeep Dutta  <sandeep AT ddi.com>
8698
8699         * src/mcs51/gen.c, src/mcs51/main.c, src/mcs51/ralloc.c:
8700         Added support for --parms-in-bank1
8701
8702         * src/ds390/peeph.def:
8703         added a few more peephole optimzations
8704
8705         * src/ds390/main.c:
8706         1) added __builtin_inp & __builtin_outp used to read in data of given length
8707            from a memory mapped port
8708         2) added __builtin_memcmp
8709         3) added __builtin_swapw swap bytes of a short
8710
8711         * src/ds390/gen.c, src/ds390/gen.h, src/ds390/ralloc.c:
8712         1) handle multiple send & receives from register bank1
8713         2) ralloc can now allocate DPTR1 to some liveRanges
8714
8715         * src/SDCCsymt.c, src/SDCCsymt.h:
8716         changes to handle multiple sends & receives
8717
8718         * src/SDCCptropt.h:
8719         added some pointer arithmetic optimization
8720
8721         * src/SDCCptropt.c:
8722         added some pointer arithmetic optimizations but not stable yet so not
8723         called from anywhere (will get this working shortly)
8724
8725         * src/SDCCopt.c: fixed for multiple sends & receives
8726
8727         * src/SDCCmain.c:
8728         1) added options --parms-in-bank1 (ds390/mcs51) & --protect-sp-update
8729         2) preprocessing done AFTER port->finalizeoptions . This allows ports to
8730            set preprocessor defines (depending on options)
8731
8732         * src/SDCCicode.c, src/SDCCicode.h:
8733         changes made to handle multiple sends & receives
8734
8735         * src/SDCCglobl.h:
8736         Added options --protect-sp-update (ds390) and --parms-in-bank1 (ds390/mcs51)
8737
8738         * src/SDCCcse.c, src/SDCCcse.h:
8739         added function findbackward def (to be used in upcoming optimization)
8740
8741         * src/SDCCcflow.c, src/SDCCcflow.h:
8742         added function returnAtEnd - to determine if a basic block terminates with
8743         a RETURN iCode
8744
8745         * src/SDCCast.c, src/SDCCast.h:
8746         added option parms-in-bank1
8747
8748         * device/lib/_divsint.c, device/lib/_divslong.c, device/lib/_divuint.c
8749         * device/lib/_divulong.c, device/lib/_modsint.c, device/lib/_modslong.c
8750         * device/lib/_modulong.c, device/lib/_mulint.c, device/lib/_mullong.c:
8751         adjusted for --parms-in-bank1 option
8752
8753         * device/include/string.h:
8754         donot redefine "reentrant" keyword
8755
8756         * device/include/ds80c390.h: Added some more SFRs
8757
8758 2002-01-28  Bernhard Held  <bernhard AT bernhardheld.de>
8759
8760         * sim/ucsim: Merged branch ucsim-034-pre3 to main trunk; new version 0.4
8761
8762 2002-01-26  Bernhard Held  <bernhard AT bernhardheld.de>
8763
8764         * src/SDCCast.c (funcOfType): fix usage of double --float-reent
8765
8766 2002-01-22  Bernhard Held  <bernhard AT bernhardheld.de>
8767
8768         * support/regression/fwk/lib/testfwk.c (main): Removed workaround for bug #505387
8769
8770 2002-01-18  Paul Stoffregen  <paul AT pjrc.com>
8771
8772         * Added --xram-movc option
8773
8774 2002-01-13  Bernhard Held  <bernhard AT bernhardheld.de>
8775
8776         * support/regression/Makefile: don't include test-mcs51-stack-auto in target all
8777
8778 2002-01-11  Johan Knol
8779
8780         * Added math lib of Jesus Calvino-Fraga
8781
8782 2002-01-08  Bernhard Held  <bernhard AT bernhardheld.de>
8783
8784         * src/SDCCmain.c (processFile): fix processing of ../../src.c
8785         * support/regression/Makefile: new target test-mcs51-stack-auto
8786         * support/regression/ports/mcs51-stack-auto/spec.mk: added
8787
8788 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
8789
8790         * src/SDCCglue.h: printIvalCharPtr(), not printIvalChar()
8791
8792 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
8793
8794         * support/regression/ports/mcs51/support.c: correct setup of timer / UART
8795
8796 2002-01-03  Bernhard Held  <bernhard AT bernhardheld.de>
8797
8798         * src/SDCCsymt.c (processFuncArgs): fix #498307 by Johan
8799
8800         * src/SDCCglue.h: add definition for printIvalChar()
8801
8802 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
8803
8804         * src/SDCCast.c: fix #498138 by Johan
8805
8806         * src/SDCCglue.c: fix #498138 by Johan
8807
8808 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
8809
8810         * support/regression/Makefile: fix clean
8811
8812         * support/regression/ports/ds390/support.c: fix transmission of last character
8813
8814 2001-12-29  Sandeep Dutta  <sandeep AT ddi.com>
8815
8816         * /sdcc/src/ds390/gen.c:
8817         a) improved computing address of stack variable
8818         b) took out some #if 0 code
8819         c) improved parmBytes adjustment
8820         d) improved genPlusIncr & genMinusIncr
8821         e) genCmp could generate bad code (when left assigned to DPTR)
8822         f) Fixed bug in hasInc
8823
8824         * /sdcc/src/ds390/ralloc.c:
8825         a) packRegsForSupport could mess up live information (Fixed)
8826         b) packRegsDPTRuse could be incorrect for left & right shift
8827
8828         * /sdcc/src/mcs51/ralloc.c:
8829         packRegsForSupport could mess up the live information (Fixed)
8830
8831         * /sdcc/src/mcs51/gen.c: Fixed a bug in hasInc
8832
8833         * /sdcc/src/SDCCast.c:
8834         can reverse a loop even if function call is present as long
8835         as the loop control variable is local & is not passed as parameter
8836
8837 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
8838
8839         * /sdcc/ChangeLog: *** empty log message ***
8840
8841         * /sdcc/src/ds390/gen.c, /sdcc/src/ds390/main.c:
8842         More builtin function additions for TININative
8843
8844         * /sdcc/src/ds390/ralloc.c:
8845         Had broken the regression testsuite
8846
8847         * /sdcc/src/SDCCast.c: Fixed a bug in dumptree
8848
8849         * /sdcc/src/SDCCsymt.c, /sdcc/src/SDCCsymt.h:
8850         Added funcattr hasStackParms will be set for reentrant functions when there
8851         are paramteres on the stack, this helps in minimizing frame pointer generation
8852         typeFromStr can handle function pointers now
8853
8854         * /sdcc/doc/builtins.txt, /sdcc/doc/TININative.txt:
8855         *** empty log message ***
8856
8857 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
8858
8859         * /src/ds390/gen.c, /src/ds390/main.c:
8860         More builtin function additions for TININative
8861
8862         * /src/ds390/ralloc.c:
8863         Had broken the regression testsuite
8864
8865         * /src/SDCCast.c: Fixed a bug in dumptree
8866
8867         * /src/SDCCsymt.c, /src/SDCCsymt.h:
8868         Added funcattr hasStackParms will be set for reentrant functions when there
8869         are paramteres on the stack, this helps in minimizing frame pointer generation
8870         typeFromStr can handle function pointers now
8871
8872         * /doc/builtins.txt, /doc/TININative.txt:
8873         *** empty log message ***
8874
8875
8876 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
8877
8878         * /src/ds390/gen.c, /src/ds390/main.c, /src/ds390/peeph.def, /src/ds390/ralloc.c:
8879         ALPHA version for -mTININative
8880
8881         * /src/izt/i186.c, /src/izt/tlcs900h.c, /src/mcs51/main.c, /src/pic/main.c, /src/z80/main.c, /src/avr/main.c:
8882         updated to reflect changes in the port structure
8883
8884         * /src/port.h:
8885         added function do_assemble (similar to do_link) if non-null this function
8886         will be called to do assembly (-mTININative) requires a multi command
8887         assembly
8888         added function genAssemblerEnd will be called to generate assembler Epilogue
8889
8890         * /src/SDCCsymt.c:
8891         added _JavaNative to debug info printing
8892
8893         * /src/SDCCmain.c: added option --tini-libid
8894         added port->do_assemble function (-mTININative) has a multi command assemble
8895
8896         * /src/SDCCglue.c: Disabled "constExpr" check
8897         added port->genAssemblerEnd function
8898
8899         * /src/SDCCglobl.h: Added option --tini-libid value
8900
8901         * /src/SDCCast.h:
8902         tookout optimizeCompare from the header (has no external references)
8903
8904         * /src/SDCCast.c: made one more function "static"
8905
8906 2001-12-23  Michael Hope  <michaelh AT juju.net.nz>
8907
8908         * src/z80/mappings.i: Added z80asm support.
8909
8910         * src/z80/main.c: Added z80asm support on --asm=z80asm
8911
8912         * src/z80/gen.c: Fixed asm portability issues.
8913
8914         * src/asm.c (tvsprintf): Removed old code, added 'N' for function name.  For extern support.
8915
8916         * src/SDCCglue.c (printExterns): Added global/extern split.
8917
8918 2001-12-17  Bernhard Held  <bernhard AT bernhardheld.de>
8919
8920         * support/regression/Makefile: added test for mcs51 model large
8921
8922         * support/regression/ports/mcs51-large/spec.mk: added test for mcs51 model large
8923
8924         * support/regression/ports/gbz80/spec.mk: added -mgbz80
8925
8926 2001-12-05  Michael Hope  <michaelh AT juju.net.nz>
8927
8928         * src/diff.1 (Index): Many, many optmisiations.  Dhrystone up to 201.
8929
8930 1904-01-06  Michael Hope  <michaelh AT juju.net.nz>
8931
8932         * src/z80/ralloc.c (packRegsForIYUse): Fixed the case where an operand is in direct space.
8933
8934         * src/z80/gen.c (makeFreePairId): Optimised IY load by using a spare pair.
8935
8936 2001-12-02  Bernhard Held  <bernhard AT bernhardheld.de>
8937
8938         * src/mcs51/gen.c (genFunction): avoid excess "inc sp"
8939
8940         * support/regression/tests/simplefloat.c: Port to mcs51.
8941
8942 2001-11-25  Michael Hope  <michaelh AT juju.net.nz>
8943         * support/regression/tests/bug-485362.c: Added.
8944
8945         * support/regression/tests/simplefloat.c (testDivNearOne): Added.
8946
8947         * src/z80/gen.c (aopOp): Fixed case where left and result are in the same spill loc and they have different sizes.
8948
8949         * src/z80/peeph.def: Added rules for optimising two byte compares on the same thing, and to optimise two ptr assign.
8950
8951         * src/z80/gen.c (aopDump): Added a dump function.
8952
8953 2001-11-25  Bernhard Held  <bernhard AT bernhardheld.de>
8954         * sim/ucsim/s51.src/glob.cc: DS390 SFRs and bits added.
8955
8956         * sim/ucsim/s51.src/port.cc: Port 4 and 5 added.
8957
8958         * sim/ucsim/s51.src/regs51.h: DS390 SFRs added.
8959
8960         * sim/ucsim/s51.src/uc390.cc: Some details improved, CKRDY works for tinibios.
8961
8962         * sim/ucsim/s51.src/uc390cl.h: Work in progress.
8963
8964         * sim/ucsim/sim.src/uccl.h: 6 ports for DS390.
8965
8966         * support/regression/fwk/lib/testfwk.c: Run with tinibios.
8967
8968         * support/regression/ports/mcs51/spec.mk: Fine tuninig.
8969
8970         * support/regression/ports/ds390/support.c: Use tinibios.
8971
8972         * support/regression/ports/ds390/spec.mk: Fine tuning, use tinibios.
8973
8974 2001-11-23  Michael Hope  <michaelh AT juju.net.nz>support/regression/tests/bug-460010.c
8975
8976         * src/z80/ralloc.c (packRegsForHLUse3): Changed to not pack into HL if anything is in direct space.
8977         (packRegsForHLUse3): Added packing support for send, cast, and return value from a call.
8978
8979         * src/z80/peeph.def: Added rules for optimising pushes of part of a pair.
8980
8981         * src/z80/gen.c (emitCall): Changed the stack fixup to not use HL.
8982
8983 2001-11-18  Michael Hope  <michaelh AT juju.net.nz>
8984
8985         * src/z80/gen.c (genCmp): Fixed compare on unsigned.
8986
8987         * src/z80/ralloc.c (packRegsForHLUse3): Created and optimised.
8988         (packRegsForIYUse): Created and optimised.
8989
8990 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
8991
8992         * support/regression/tests/float.c (testFloatAdd): Fixed up warning.
8993 2001-11-18  Bernhard Held  <bernhard AT bernhardheld.de>
8994
8995         * sdcc/support/regression/tests/bug-460010.c: fix seg violation on host
8996
8997         * sdcc/support/regression/tests/muldiv.c: fix output on mcs51
8998
8999         * sdcc/support/regression/tests/stacks.c: fix DSEG overflow on mcs51
9000
9001 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
9002
9003         * sdcc/sim/device/lib/_gptrget.c: mem region 5 (idata) added
9004
9005         * sdcc/sim/device/lib/_gptrput.c: mem region 5 (idata) added
9006
9007 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
9008
9009         * sdcc/sim/ucsim/globals.cc: New: IXRAM.
9010
9011         * sdcc/sim/ucsim/stypes.h: New: IXRAM.
9012
9013         * sdcc/sim/ucsim/s51.src/uc390.cc: New: IXRAM.
9014
9015 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
9016
9017         * src/z80/ralloc.c (packRegsForHLUse): Banned IFXs from being packed into HL.
9018         (packRegsForHLUse): Added rule to pack address of/pointer get for itemps into HL for the Z80.
9019         (packRegsForAccUse2): Added rule to pack hbit IFXs into A.
9020
9021         * src/z80/main.c (_setDefaultOptions): Made float code re-entrant by default.
9022
9023         * src/z80/gen.c (aopGetLitWordLong): Added word support for floats.
9024         (genNotFloat): Added.
9025         (genUminusFloat): Added.
9026
9027         * device/lib/z80/Makefile: Added floating pt stubs.
9028
9029         * device/lib/Makefile.in (Z80SOURCES): Added floating pt support.
9030
9031         * src/z80/gen.c (genIpush): Fixed up a push of one byte when left is in a pair.
9032
9033         * device/lib/_fsadd.c (__fsadd): Fixed up return where the numbers are hugely different.
9034
9035 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
9036
9037         * sdcc/sim/ucsim/s51.src/glob.cc: Minor fix.
9038
9039         * sdcc/sim/ucsim/s51.src/regs51.h: Minor fix.
9040
9041         * sdcc/support/regression/Makefile: Add port ds390.
9042
9043         * sdcc/support/regression/ports/mcs51/spec.mk: Minor change.
9044
9045         * sdcc/support/regression/ports/z80/spec.mk: Minor change.
9046
9047         * sdcc/support/regression/ports/ds390/spec.mk: Added.
9048
9049         * sdcc/support/regression/ports/ds390/support.c: Added.
9050
9051         * sdcc/support/regression/ports/ds390/uCsim.cmd: Added.
9052
9053         * sdcc/support/regression/ports/mcs51/timeout.c: Cut.
9054
9055         * sdcc/support/regression/fwk/lib/timeout.c: Paste.
9056
9057 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
9058
9059         * device/include/malloc.h: Added z80 and gbz80 support.
9060
9061         * device/lib/gbz80/heap.s: Added.
9062
9063         * device/lib/z80/heap.s: Added.
9064
9065         * device/lib/malloc.c: Added z80 and gbz80 support.
9066
9067         * support/regression/tests/malloc.c (testMalloc): Added.
9068
9069         * src/SDCCmain.c (parseCmdLine): Added support for -Wp.
9070
9071         * support/regression/tests/bug-478094.c: Added.
9072
9073         * src/z80/gen.c (commitPair): Fixed silly gbz80/z80 commit to static bug.
9074
9075 2001-11-04  Bernhard Held  <bernhard AT bernhardheld.de>
9076
9077         * sdcc/sim/ucsim/s51.src/uc390cl.h: Improvement for ds390 to run regression tests
9078
9079         * sdcc/sim/ucsim/s51.src/uc390.h: Improvement for ds390 to run regression tests
9080
9081         * sdcc/sim/ucsim/s51.src/regs51.h: Improvement for ds390 to run regression tests
9082
9083         * sdcc/sim/ucsim/s51.src/glob.cc: Improvement for ds390 to run regression tests
9084
9085         * sdcc/support/regression/tests/bug-460010.c: Small change for ds390
9086
9087 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
9088
9089         * src/z80/peeph-gbz80.def: Removed a bad sub optimisation.
9090
9091 2001-11-03  Michael Hope  <michaelh AT juju.net.nz>
9092
9093         * support/regression/tests/bug-477927.c: Added.
9094
9095         * src/z80/peeph.def: Added minor rules.
9096
9097         * src/z80/gen.c (genPlusIncr): Added an extra plusinc rule.
9098
9099         * src/z80/peeph.def: Added jump optimisation modification.
9100
9101 2001-11-01  Michael Hope  <michaelh AT juju.net.nz>
9102
9103         * src/SDCCmain.c (linkEdit): Added runtime path detection to the mcs51 port.
9104
9105 2001-10-30  Michael Hope  <michaelh AT juju.net.nz>
9106
9107         * support/regression/tests/funptrs.c: Added.
9108
9109 2001-10-29  Michael Hope  <michaelh AT juju.net.nz>
9110
9111         * src/z80/ralloc.c (packRegsForHLUse): Fixed up bad spill due to pushing one byte via HL.
9112
9113 2001-10-28  Michael Hope  <michaelh AT juju.net.nz>
9114
9115         * src/z80/gen.c (genArrayInit): Made it work for on stack arrays.
9116
9117         * src/z80/main.c (gbz80_port =): Added rle support to the gbz80 port.
9118
9119         * src/z80/gen.c (genMinus): Fixed for where the result is one byte.
9120         (movLeft2ResultLong): Created.
9121
9122         * src/z80/ralloc.c (packRegsForHLUse): Added a couple of simple cases for the GB.
9123         (joinPushes): Added.  Joins two char pushes into a word push.
9124
9125 2001-10-27  Michael Hope  <michaelh AT juju.net.nz>
9126
9127         * support/cpp2/Makefile.in (install): Added creation of dest dir.
9128
9129         * support/makebin/Makefile (install): Added creation of dest dir.
9130
9131 2001-10-24 Karl Bongers <karl AT turbobit.com>
9132
9133         * configure.in, configure, Makefile, support/cpp: Removed cpp folder, since we have new cpp2 preprocessor code.
9134
9135 2001-10-21  Michael Hope  <michaelh AT juju.net.nz>
9136
9137         * src/z80/ralloc.c: Turned off faulty pack for one use.
9138
9139         * src/z80/peeph-gbz80.def: Removed redundent restart options.
9140
9141         * src/z80/gen.c (genMult): Added native mul for constants on the z80 and gbz80.
9142
9143 2001-10-21  Bernhard Held  <bernhard AT bernhardheld.de>
9144
9145         * support/regression/Makefile: Improved clean
9146
9147         * support/regression/ports/gbz80/spec.mk: Added clean
9148
9149         * support/regression/ports/host/spec.mk: Added clean
9150
9151         * support/regression/ports/z80/spec.mk: Added clean
9152
9153         * support/regression/ports/mcs51/spec.mk: Added clean, little improvements
9154
9155         * support/regression/ports/mcs51/timeout.c: little improvements
9156
9157 2001-10-17  Michael Hope  <michaelh AT juju.net.nz>
9158
9159         * device/lib/malloc.c (MEMHEADER): Fixed against new pedantic pointers.
9160
9161         * support/regression/fwk/include/testfwk.h: Fixed up to use function pts correctly.
9162
9163         * support/regression/generate-cases.py: Fixed up to use function pts correctly.
9164
9165 2001-10-16  Bernhard Held  <bernhard AT bernhardheld.de>
9166
9167         * support/regression/port/mcs51/spec.mk: add timeout for uCsim
9168
9169         * support/regression/port/mcs51/timeout.c: add timeout for uCsim
9170
9171 2001-10-13  Michael Hope  <michaelh AT juju.net.nz>
9172         * src/z80/gen.c (emitCall): Fixed up missing spill of HL when used to assign the result value.
9173
9174         * src/z80/ralloc.c: Turned off pack for one use as it's quite broken.
9175
9176         * src/SDCCmain.c (linkEdit): Added support for passing a legacy command line through the processor.
9177
9178         * src/mcs51/main.c (_linkCmd): Added bin path to command.
9179
9180         * src/SDCCmain.c (initValues): Added support for when it it called just to link.
9181
9182         * as/mcs51/lklibr.c (libfil;): Turned off 'library file' message.
9183
9184         * src/SDCCval.c (constVal): Fixed usage of 'L' modifier problems on ppc.
9185
9186         * support/regression/tests/longor.c: Added.
9187
9188 2001-10-11  Bernhard Held  <bernhard AT bernhardheld.de>
9189
9190         * as/mcs51/asdata.c: replaced FILENAME_MAX with PATH_MAX
9191
9192         * as/mcs51/aslink.h: define PATH_MAX
9193
9194         * as/mcs51/asm.h: define PATH_MAX
9195
9196         * as/mcs51/asmain.c: replaced FILENAME_MAX with PATH_MAX
9197
9198         * as/mcs51/asnoice.c: replaced FILENAME_MAX with PATH_MAX
9199
9200         * as/mcs51/lklex.c: replaced FILENAME_MAX with PATH_MAX
9201
9202         * as/mcs51/lkmain.c: replaced FILENAME_MAX with PATH_MAX
9203
9204         * src/SDCCglobl.h: define PATH_MAX
9205
9206         * src/SDCCmacro.c: replaced FILENAME_MAX with PATH_MAX
9207
9208         * src/SDCCmain.c: replaced FILENAME_MAX with PATH_MAX
9209
9210 2001-10-11  Michael Hope  <michaelh AT juju.net.nz>
9211
9212         * src/z80/gen.c (gencjneshort): Fixed
9213
9214         * src/z80/ralloc.c (packRegsForHLUse): Added pack into HL for cast then ipush.
9215
9216 2001-10-09  Michael Hope  <michaelh AT juju.net.nz>
9217
9218         * support/regression/tests/bug-469671.c: Added.
9219
9220         * src/z80/gen.c (shiftIntoPair): Fixed up warning.
9221
9222 2001-10-08  Michael Hope  <michaelh AT juju.net.nz>
9223
9224         * src/SDCCmain.c: Added --fommit-frame-pointer option and implemented in the z80 port.
9225
9226         * src/z80/gen.c (genPlus): Fixed to work with extended stack.  Also fixed genMinus, genCmp.  genUMinus is still left.
9227
9228 2001-10-08  Bernhar Held  <bernhard AT bernhardheld.de>
9229
9230         * src/SDCCmain.c (preProcess): added define SDCC_NOOVERLAY
9231
9232         * src/device/lib/_mulint.c  : removed hint: nooverlay bug
9233
9234         * src/device/lib/_mullong.c : removed hint: nooverlay bug
9235
9236         * src/device/lib/_divuint.c : removed hint: nooverlay bug
9237
9238         * src/device/lib/_divulong.c: removed hint: nooverlay bug
9239
9240         * src/device/lib/_moduint.c : removed hint: nooverlay bug
9241
9242         * src/device/lib/_modulong.c: removed hint: nooverlay bug
9243
9244 2001-10-07  Michael Hope  <michaelh AT juju.net.nz>
9245
9246         * src/z80/gen.c (setupPair): Added 'extended stack' support for the z80.  Can now have local variables or parameters of more than 127 bytes in size.  Increadibly slow, but it will work.  Currently anything involving the carry flag.
9247
9248         * support/Util/NewAlloc.c (freeTrace): Changed free for the gc case to not free at all.  Fixes runtime segfault.
9249
9250         * support/regression/tests/scott-compare3.c (c_abcd): Fixed up casts.
9251
9252 2001-10-07    <johan AT FRIJA>
9253
9254         * device/lib/gets.c (gets): fixed the return value.
9255
9256 2001-10-06  Michael Hope  <michaelh AT juju.net.nz>
9257         * src/SDCCmain.c (WRITE_SEG_LOC): Fixed up to use Safe_strdup.
9258
9259         * src/SDCCpeeph.c (peepHole): Fixed all leaks.  Added trace support for freeing lines.  Optimised restart logic to re-run instead of restart.  Now compiles dscan.c on ~60MB instead of ~200MB.
9260
9261         * support/Util/NewAlloc.c: Added ability to use libgc instead of malloc.  Added Safe_free and Safe_strdup.  Added trace support where you can log allocations and free all at once.
9262
9263         * src/z80/gen.c (genZ80Code): Added de-allocation via trace support.
9264
9265         * src/pic/gen.c: Removed Safe_strdup.
9266
9267         * configure.in: Added option to enable libgc support.
9268
9269         * src/SDCCbitv.c (bitVectnBitsOn): Optimised.
9270         (bitVectUnion): Optimised.
9271         (bitVectIntersect): Optimised.
9272         (bitVectBitsInCommon): Optimised.
9273         (bitVectCplAnd): Optimised.
9274
9275         * support/makebin/makebin.c (usage): Removed getopt as mingw32 doesn't have it.  Sigh.
9276
9277 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
9278
9279         * src/SDCCmain.c: distinguish between assembler debug and plain options
9280
9281         * src/avr/main.c:   remove standard assembler options
9282
9283         * src/ds390/main.c: remove standard assembler options
9284
9285         * src/mcs51/main.c: remove standard assembler options
9286
9287         * src/port.h: removed "PENDING" comment
9288
9289 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
9290
9291         * src/device/lib/_mulint.c  : new, with assember functions
9292
9293         * src/device/lib/_mullong.c : new, with assember functions
9294
9295         * src/device/lib/_divuint.c : with assember functions
9296
9297         * src/device/lib/_divsint.c : with assember functions
9298
9299         * src/device/lib/_divulong.c: with assember functions
9300
9301         * src/device/lib/_divslong.c: with assember functions
9302
9303         * src/device/lib/_moduint.c : with assember functions
9304
9305         * src/device/lib/_modsint.c : with assember functions
9306
9307         * src/device/lib/_modulong.c: with assember functions
9308
9309         * src/device/lib/_modslong.c: with assember functions
9310
9311         * src/device/lib/libint.lib:  replaced _muluint.c  and _mulsint.c  by _mulint.c
9312
9313         * src/device/lib/liblong.lib: replaced _mululong.c and _mulslong.c by _mullong.c
9314
9315         * src/device/lib/Makefile.in: replaced _muluint.c  and _mulsint.c  by _mulint.c
9316                                       replaced _mululong.c and _mulslong.c by _mullong.c
9317
9318 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
9319
9320         * src/SDCCsymt.c: sequence of specifiers in pintTypeChain() corrected
9321
9322 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
9323
9324         * src/SDCCglue.c: test, if win32api is available for MINGW
9325
9326 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
9327
9328         * src/SDCCsymt.c: no more _modifier in printTypeChain()
9329         * support/regression/tests/driverstruct.c: REENTRANT for mcs51
9330         * support/regression/ports/gbz80/spec.mk: removed GENERIC
9331         * support/regression/ports/host/spec.mk: removed GENERIC
9332         * support/regression/ports/mcs51/spec.mk: removed GENERIC
9333         * support/regression/ports/z80/spec.mk: removed GENERIC
9334
9335 2001-10-01  Michael Hope  <michaelh AT juju.net.nz>
9336
9337         * support/regression/fwk/lib/testfwk.c (__printf): Removed GENERIC.
9338
9339         * support/regression/tests/bug-467035.c: Created.
9340
9341 2001-10-01    <johan AT FRIJA>
9342
9343         * src/SDCC.y: fixed bug #466586 part 1
9344
9345 2001-10-01  Johan Knol <johan.knol AT iduna.nl>
9346
9347         * SDCCicode.c: z80 has no generic pointers
9348         * removed -s from strip in all Makefile(.in)'s. It is not needed, but Solaris chocks on it.
9349
9350 2001-09-30  Michael Hope  <michaelh AT juju.net.nz>
9351
9352         * sim/ucsim/cmd.src/Makefile.in ($(PRJDIR)/libcmd.a): Changed all ar references to $(AR) for Solaris.
9353
9354 2001-09-29  Michael Hope  <michaelh AT juju.net.nz>
9355
9356         * Makefile (sdcc-libs): Added makebin to the list of standard targets.
9357
9358         * support/regression/ports/z80/spec.mk: Updated to use env for sdcc bin dir for automatic regression.
9359
9360 2001-09-25  Michael Hope  <michaelh AT juju.net.nz>
9361
9362         * configure.in: Fixed up so that ucsim is only configured once.
9363
9364         * support/cpp2/configure.in: Fixed to use the program transform to append the .exe for the win32 build.
9365
9366         * src/SDCCutil.c (getPrefixFromBinPath): Fixed up to work with win32 in all of its glory.
9367         (getPathDifference): As above.
9368
9369         * src/SDCCmain.c (preProcess): Changed to use a temporary file in a proper temp directory.  Fixed case where pre-processing only.
9370
9371         * src/SDCCglue.c (tempfilename): Added function for pre-processor.
9372
9373 2001-09-23  Michael Hope  <michaelh AT juju.net.nz>
9374         * .version: Updated to 2.3.1
9375
9376         * src/z80/main.c (z80_port =): Added macro based linker and assembler command line support.
9377         Added copyright header.
9378
9379         * src/SDCCmain.c: Shifted various functions into SDCCutil.c
9380         (assemble): Added support for macro based assembler commands.
9381         (linkEdit): Added support for macro based linker commands.
9382         (preProcess): Changed the pre-processor to use macros.
9383         (_setPaths): Added functionality to autodetect the include, lib and bin dir paths.
9384         (_discoverPaths): Added support for overriding the install directory using the SDCCDIR env variable.
9385
9386         * device/lib/z80/crt0.s: Added module name for debugging.
9387
9388 2001-09-20  Michael Hope  <michaelh AT juju.net.nz>
9389
9390         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
9391
9392         * src/SDCChasht.c (hTabDeleteByKey): Fixed delete as it would delete the last item from a bucket even if it wasn't the real one.
9393
9394         * src/SDCCglue.c: Moved gc_strdup to SDCCutil.c
9395
9396         * src/Makefile.in: Added SDCCmacro and SDCCutil
9397
9398 2001-09-19  Michael Hope  <michaelh AT juju.net.nz>
9399
9400         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
9401
9402 2001-09-16    <johan AT FRIJA>
9403
9404         * support/Util/SDCCerr.c: fixed up the error/warning/info database. I only changed the E_ W_ I_ prefix to what SDCCerr.c says it is.
9405
9406 2001-09-15    <johan AT FRIJA>
9407
9408         * src/mcs51/ralloc.c: (findAssignToSym): fixed bug #460662 part 1
9409         * src/ds390/ralloc.c (findAssignToSym): fixed bug #460662 part 1
9410
9411 2001-09-11    <johan AT FRIJA>
9412
9413         * src/SDCCval.c (valDiv Mod Minus Plus Shift): keep litteral expressions as small as possible (bug #460010)
9414
9415 2001-09-10  Michael Hope  <michaelh AT juju.net.nz>
9416
9417         * support/regression/tests/bug-460444.c: Added test case.
9418
9419         * src/z80/gen.c (genOr): bug 460444: if (a ^ lit) was broken for &, |, and ^.
9420         (genCast): Added justification for all of the asserts.
9421
9422 2001-09-10  Bernhard Held <bernhard AT bernhardheld.de>
9423
9424         * support/regression/support.c: _xdata replaced by xdata
9425
9426         * support/regression/spec.mk: removed _generic
9427
9428 2001-09-09  Michael Hope  <michaelh AT juju.net.nz>
9429
9430         * src/pic/ralloc.c (debugLogRegType): Removed some old types to get it to compile.
9431
9432         * src/z80/gen.c (shiftR2Left2Result): Improved the case when v = v >> n for small values of n to use less code space and time.
9433         (genrshTwo): Fixed v = v >> n where v is a negative int and n is > 8: bug 460010.
9434
9435         * src/z80/peeph.def: Added a rule to optimise shift then compare.
9436
9437         * support/regression/tests/bug-460000.c (testShiftByParam): Added test case.
9438
9439         * support/regression/tests/bug-460010.c: Added test case.
9440
9441         * support/regression/Makefile (test-host): Removed a silly 'clean' target when testing against gcc.
9442
9443 2001-09-09  Bernhard Held <bernhard AT bernhardheld.de>
9444
9445         * support/regression/Makefile: inter-port-clean adjusted for mcs51
9446
9447         * support/regression/testfwk.c: removed workaround for bug #436344
9448
9449         * support/regression/tests/bp.c: use less memory with mcs51
9450
9451         * support/regression/tests/bug-441448.c: use less memory
9452
9453         * support/regression/tests/ports/mcs51/spec.mk: cleanup, use --stack-after-data
9454
9455         * support/regression/collate-results.py: typo
9456
9457 2001-09-08  Michael Hope  <michaelh AT juju.net.nz>
9458
9459         * support/regression/tests/fetchoverlap.c: Added new test case.
9460
9461         * support/regression/tests/bp.c: Added new test case.
9462
9463         * support/regression/tests/bug-448984.c: Added new test case.
9464
9465         * support/regression/tests/pow2shifts.c: Added new test case.
9466
9467         * src/z80/gen.c: Turned off the noise it normally generates for the release.
9468         (genlshTwo): Fixed right shift for count > 8.
9469
9470         * src/z80/ralloc.c: Disabled most of the ACC packing rules as they weren't getting hit and weren't at all safe.
9471
9472 2001-09-08    <johan AT FRIJA>
9473
9474         * src/SDCCicode.c (geniCodeCall): a CPOINTER can be used as a function
9475
9476 2001-09-07    <johan AT FRIJA>
9477
9478         * src/SDCCicode.c (newiCodeCondition): fixed bug #456235 (1.77)
9479
9480         * src/SDCCglue.c (emitRegularMap): only delete a symbol when it is a symbol
9481
9482 2001-09-06    <johan AT FRIJA>
9483
9484         * src/SDCC.y: this could be a fix for bug #458744 (1.37)
9485         * bernhard noted me at this: "() equals to (void)" (1.38)
9486
9487 2001-09-05    <johan AT FRIJA>
9488
9489         * src/SDCCglue.c (emitRegularMap): a fix for bug #458099/2
9490
9491 2001-09-04    <johan AT FRIJA>
9492
9493         * src/SDCCsymt.c (checkSClass): a fix for bug #458099/1
9494
9495
9496 2001-09-04  Paul Stoffregen  <paul AT pjrc.com>
9497
9498         * pragma noinduction broke memcpy on mcs51 large model.  Moved it inside z80 optimization
9499
9500 2001-09-03  Michael Hope  <michaelh AT juju.net.nz>
9501
9502         * link/z80/aslink.h: Fixed path for PATH_MAX
9503
9504 2001-09-02  Michael Hope  <michaelh AT juju.net.nz>
9505
9506         * src/z80/gen.c (fetchLitPair): Changed so that it properly caches direct space references.
9507
9508         * support/regression/tests/addsub.c: Added cases to cover all the +, - combinations.
9509
9510         * support/regression/tests/uminus.c: Added a test for the unary minus operator.
9511
9512         * src/z80/gen.c (genUminus): Fixed add, sub, and uminus on the gbz80 port for longs.  Had to shift some functions about to do it.
9513
9514 2001-09-01  Michael Hope  <michaelh AT juju.net.nz>
9515
9516         * src/z80/gen.c: Fixed up generator to pass the regresion tests, specifically fixing loads for longs, genCmp, and turned on the map file.
9517         (genCmp): Fixed up genCmp for the GB with longs.
9518
9519         * device/lib/gbz80/Makefile: Fixed up all the libraries to pass the regression tests.
9520
9521         * support/regression/ports/host/spec.mk: Updated to compile with the new type specifiers.
9522
9523         * device/lib/Makefile.in (Z80SOURCES): Removed old _mululong, _mulslong, and unneeded _mulint.
9524
9525         * device/lib/_mullong.c (_mulslong): Changed to actually return a value :)
9526
9527 2001-08-30  Paul Stoffregen  <paul AT pjrc.com>
9528
9529         * added peepholes 223 to 231 to mcs51 port.  These improve code when using large model.
9530
9531 2001-08-30  Michael Hope  <michaelh AT juju.net.nz>
9532
9533         * device/lib/gbz80/crt0.s (init): Fixed up support for the gbz80 such that it will at least run (and fail badly) the regression tests.
9534
9535         * src/z80/gen.c (genPlus): Changed bad long add for gb to a fall through.
9536
9537 2001-08-29  Michael Hope  <michaelh AT juju.net.nz>
9538
9539         * link/z80/aslink.h: Fixed long file name support.  Is now based off PATH_MAX instead of a constant.
9540
9541         * src/z80/gen.c: Fixed add and sub for the case where left or right are in static space.
9542
9543 2001-08-30 Bernhard Held   <bernhard AT bernhardheld.de>
9544
9545   * sim/ucsim/configure:    little improvement of Cygwin-detection
9546   * sim/ucsim/configure.in: little improvement of Cygwin-detection
9547   * sim/ucsim/cmd.src/newcmdcl.h: include <sys/types.h> to define fd_set automated build
9548   * support/regression/tests/bug-221100.c: small changes for mcs51
9549   * support/regression/tests/bug-221168.c: small changes for mcs51
9550   * support/regression/tests/bug-227710.c: small changes for mcs51
9551   * support/regression/tests/staticinit.c: small changes for mcs51
9552   * as/mcs51/aslink.h: accept everything as symbol name in rel-files, bug fix ID 452601
9553   * as/mcs51/lklex.c:  accept everything as symbol name in rel-files, bug fix ID 452601
9554   * as/mcs51/lksym.c:  accept everything as symbol name in rel-files, bug fix ID 452601
9555
9556 $Revision$