c06a6dc6cb2266c05fed41a9cc53ebb53a0658e0
[fw/sdcc] / ChangeLog
1 2006-04-24 Borut Razem <borut.razem AT siol.net>
2
3         * device/examples/main8051.c: deleted - it was removed from CVS
4           24.mar.2000 and after that modified 18.feb.2001, so it reappered
5           after the transition to Subversion 
6         * src/SDCCalloc.h: deleted - it was removed  from CVS
7           3.feb.2001 and after that modified 18.feb.2001, so it reappered
8           after the transition to Subversion 
9
10 2006-04-22 Maarten Brock <sourceforge.brock AT dse.nl>
11
12         * as/asx8051.dsp: added mcs51/strcmpi.h
13         * as/hc08/as_hc08.dsp: added asm.h, m6808.h, strcmpi.h
14         * as/hc08/aslink.h: updated lnksect prototype
15         * as/hc08/asm.h,
16         * as/mcs51/asm.h: added a_addr to struct area and s_org to struct sym
17         * as/hc08/asmain.c,
18         * as/mcs51/asmain.c (asmbl): init dot.s_org for S_ORG,
19           (newdot): handle A_ABS
20         * as/hc08/asout.c,
21         * as/mcs51/asout.c (outarea): output address
22         * as/hc08/lkaomf51.c,
23         * as/mcs51/lkaomf51.c: disabled unused array UsageType
24         * as/hc08/m08pst.c,
25         * as/mcs51/i51pst.c,
26         * as/z80/z80pst.c: "ABS" is not A_OVR
27         * as/hc08/lkarea.c (newarea): read a_addr,
28           (lnkarea): added codemap array, sort absolute areas to the front,
29            combine all GSINITx/GSFINAL,
30           (find_empty_space, allocate_space): new functions,
31           (lnksect): return next address, handle absolute sections
32         * as/mcs51/lkarea.c (newarea): read a_addr,
33           lnksect2 prototype changed,
34           (lnkarea2): define codemap unsigned, combine all GSINITx/GSFINAL,
35           (find_empty_space, allocate_space): new, factored out of lnksect2,
36           (lnksect2): return next address, handle absolute sections
37         * as/hc08/lkhead.c,
38         * as/mcs51/lkhead.c (newhead): head is absolute but not overlay
39         * as/hc08/lklibr.c (addfile, fndsym),
40         * as/mcs51/lklibr.c (addfile, buildlibraryindex, fndsym): prevent
41           index out of range and detect both '\' and '/'
42         * device/include/mcs51/c8051f200.h: added _XPAGE, removed bad comment
43         * device/include/stdbool.h: removed SDCC_ds390 from check to pass
44           regression tests (ds390 cannot return bool yet)
45         * doc/sdccman.lyx: changed version number, document changed --no-peep,
46           document critical interrupts on z80, document changed SDCC define
47         * src/asm.c (_asxxxx_mapping): fixed .org directive,
48           (_a390_mapping): added .org directive
49         * src/hc08/gen.c (transferAopAop): made bytemask log to fix warning,
50           (genMultOneByte): fixed warnings
51         * src/hc08/hc08.dsp: lowered warning level to 2 to suppress pedantic
52           ones
53         * src/pic16/device.c: removed newReg prototype, removed BYTE_IN_LONG
54         * src/pic16/gen.c (pic16_popGetLabel): made parameter key signed,
55           (pic16_genLeftShiftLiteral, genRightShiftLiteral): fixed warnings
56         * src/pic16/gen.h: changed prototype for pic16_popGetLabel
57         * src/pic16/main.c: removed newReg prototype
58         * src/pic16/pcode.c,
59         * src/pic16/pcode.h (pic16_emitDB): changed parameter c to int to fix
60           warnings
61         * src/pic16/pic16.dsp: lowered warning level to 2 to suppress pedantic
62           ones
63         * src/pic16/ralloc.c
64         * src/pic16/ralloc.h (newReg): changed type to int and size to unsigned
65           to fix warnings
66         * src/pic/pcode.c (allocInternalRegister): changed parameter optype
67           from short to PIC_OPTYPE
68         * src/pic/pic.dsp: lowered warning level to 2 to suppress pedantic ones
69         * src/pic/ralloc.c (newReg, allocInternalRegister): changed parameter
70           optype from short to PIC_OPTYPE
71         * src/port.h: made int_size unsigned to fix warnings
72         * src/SDCC.y: fixed warning on MSVC
73         * src/SDCCicode.c (getArraySizePtr): return unsigned int
74         * src/SDCCopt.c (convertToFcall): fixed warnings
75         * src/SDCCsymt.h: removed double prototype for genSymName
76         * src/xa51/ralloc.c (allocReg): made size unsigned int, type int and
77           offset int to fix warnings
78
79 2006-04-22 Borut Razem <borut.razem AT siol.net>
80
81         * doc/sdccman.lyx, */Makefile, */Makefile.in:
82           references to CVS replaced with Subversion
83
84 2006-04-21 Borut Razem <borut.razem AT siol.net>
85
86         * doc/sdccman.lyx, */Makefile, */Makefile.in:
87           references to CVS replaced with Subversion
88
89 2006-04-19 Borut Razem <borut.razem AT siol.net>
90
91         * src/version.awk: adapted for svn
92         * /asxxxx/asxhtml/*.gif: set property svn:mime-type to image/gif
93           sim/ucsim/doc/*.gif: set property svn:mime-type to image/gif
94           sim/ucsim/doc/*.jpg: set property svn:mime-type to image/jpeg
95           /binutils-avr/etc/*.vi, *.jin: removed all properties
96           support/scripts/sdcc.ico: set property svn:mime-type to image/x-icon
97
98 2006-04-19 Borut Razem <borut.razem AT siol.net>
99
100         * CVS to Subversion migration completed
101
102 2006-04-18 Borut Razem <borut.razem AT siol.net>
103
104         * support/scripts/sdcc.nsi: removed unexisting ${DEV_ROOT}\lib\pic\*.o,
105           ${DEV_ROOT}\lib\src\pic\libdev\*.S, ${DEV_ROOT}\lib\src\pic\libdev\*.inc
106
107 2006-04-17 Borut Razem <borut.razem AT siol.net>
108
109         * device/include/Makefile.in: added pic/*.inc to the installation
110
111 2006-04-15 Bernhard Held <bernhard AT bernhardheld.de>
112
113         * support/regression/collate-results.py: fixed output in case of
114         a valdiag error
115         * support/regression/generate-cases.py: fixed splitting of pathnames
116         with dots
117         * as/hc08/lklibr.c (addfile),
118         * as/mcs51/lklibr.c (addfile): fixed off-by-one bug
119
120 2006-04-11 Raphael Neider <rneider AT web.de>
121
122         * src/pic16/gen.c (getFreePtr, pic16_popRegFromString),
123         * src/pic16/ralloc.c (pic16_allocregWithName): removed debug output
124         * src/pic16/pcode.c (assignValnums): fixed #1460578
125
126 2006-04-11 Raphael Neider <rneider AT web.de>
127
128         * device/lib/pic/libdev/*.c,
129         * device/include/pic/*.h: replaced sfr and data with __sfr and __data,
130           fixes #1468739, enables compilation in --std-c99 mode
131         * support/scripts/inc2h.pl: emit __sfr/__data instead of sfr/data
132
133 2006-04-11 Raphael Neider <rneider AT web.de>
134
135         * src/pic/device.c (find_device): removed debug output
136           (list_valid_pics): enabled verbose listing of supported devices
137         * device/include/stdbool.h: define bool as char for pic14/16 as well
138
139 2006-04-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
140
141         * src/SDCC.y: allow using brackets here: "__interrupt (1) __using (1)"
142
143 2006-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
144
145         * .version: bumped version to 2.5.6
146         * src/pic/ralloc.c (newReg): MSVC doesn't support __builtin_return_address
147
148 2006-04-06 Raphael Neider <rneider AT web.de>
149
150         * .version: bumped version to 2.5.6 (pic14 ABI changed)
151         * src/SDCCmain.c: add -DSDCC_PROCESSOR=<id> for pic14 port
152         * src/pic/glue.c (emitSymbolToFile,pic14_constructAbsMap,
153           pic14emitRegularMap,pic14emitMaps): moved output for absolute symbols to
154             pic14_constructAbsMap
155           (pic14printPublics): declare absolute global symbols as global
156           (pic14createInterruptVect),
157         * src/pic/ralloc.c (IS_CONFIG_ADDRESS): support second config word,
158           (newReg): assume new registers unused, use correct name in
159             hashtable (reg->name instead of name), more debugLog output
160         * src/pic/device.h (PIC_device): added fields for verbose output
161         * src/pic/device.c: moved device definition to pic14devices.txt,
162             added routines for runtime parsing of pic14devices.txt,
163             added support for second config word
164         * src/pic/main.c (_process_pragma): removed #pragma maxram,
165           (_pic14_keywords): no longer accept "bit" and "sbit" keywords
166           (_pic14_initPaths): add search paths with "pic" suffix (not "pic14")
167           (_pic14_parseOptions): moved pCodeInitRegisters here
168           (_pic14_do_link): add "pic$(ARCH).lib" to linker arguments
169         * src/pic/pcode.c (AnalyzeBanking): bail out on unset processor,
170           (pCodeInitRegisters): rewrapped comments, perpared new approach to
171             handling the pseudo stack
172         * device/lib/Makefile.in: ignore failures in objects-pic16,
173         * device/lib/pic/{configure,configure.in,Makefile}: added libdev/
174         * device/lib/pic/NEWS: document new dependency on picXXX.lib
175         * device/lib/pic/Makefile.subdir,
176         * device/lib/pic16/Makefile.subdir: improved clean rules
177         * device/lib/pic/libdev/: NEW, pic14 device libraries
178         * device/lib/pic/libsdcc/_gptr{get,put}{1,2,3,4}.S: use _X not X
179         * device/lib/pic/libsdcc/macros.inc: use _X not X, declare default SFRs
180         * device/include/Makefile.in: create subdir and install pic14 headers
181         * device/include/pic/p16f_common.inc: removed unused declarations
182         * device/include/pic/pic16*.h: added header files for 100+ 14 bit
183             PICs from inc2h.pl v1.6,
184             replaced BIT_AT macros with struct declarations
185         * device/include/pic/pic14devices.txt: definition of supported devices,
186             all above improvements contributed by Zik Saleeba, thanks
187         * support/scripts/inc2h.pl: removed BIT_AT, replaced with structs
188         * support/scripts/sdcc.nsi: also install pic14 device libraries and
189             headers
190
191 2006-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
192
193         * device/include/mcs51/c8051f410.h: added interrupt numbers,
194         * device/include/mcs51/c8051f200.h: old SiLabs mcu completes the list,
195           thanks to Charles Olds
196
197 2006-04-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
198
199         * debugger/mcs51/cmd.c (infoRegisters): show return address on stack
200
201 2006-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
202
203         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug 1464657
204         * src/mcs51/gen.c (genJumpTab): fixed bug in medium model
205         * support/regression/bug1464657.c: added, new test
206
207 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
208
209         * src/SDCCmain.c (preProcess): implemented RFE 1449908, define SDCC as the
210           version number
211
212 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
213
214         * src/SDCCpeeph.c (initPeepHole): implemented RFE 1460196, when both
215           --no-peep and --peep-file <file> are used don't use default rules but
216           do use the <file>
217
218 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
219
220         * src/mcs51/gen.c (genCall): fixed bug 1457608
221
222 2006-03-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
223
224         * doc/sdccman.lyx: reverted to version 1.129 of december as my latest
225         changes seem to cause (trigger?) problems with the build system.
226
227 2006-03-29 Maarten Brock <sourceforge.brock AT dse.nl>
228
229         * src/SDCCpeeph.c (operandsLiteral): new, added,
230           (callFuncByName): inserted operandsLiteral
231         * src/mcs51/peeph.def: reenabled 132.e, added extra check to 132.x
232
233 2006-03-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
234
235         * doc/sdccman.lyx: added paragraph "Use of SDCC in Education"
236         * src/mcs51/peeph.def: disabled rule 132.e fixing bug #1453093
237
238 2006-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
239
240         * src/z80/gen.c (genFunction, genEndFunction): fixed bug 1160666,
241           implemented patch 1120823 Thanks to Willy De la Court (normal
242           interrupts need an interrupt number now if they are made critical),
243           and enabled nesting of critical functions though not for gbz80
244           (genCritical, genEndCritical): added functions
245           (genZ80Code): added cases for CRITICAL and ENDCRITICAL
246         * src/z80/mappings.i: added "ei" to all mappings
247
248 2006-03-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
249
250         * sim/ucsim/cmd.src/newcmdcl.h: applied patch fixing GCC 4.1 build
251         submitted by the Debian SDCC maintainer Aurelien Jarno:
252         "Credits goes to Martin Michlmayr, who rebuilt the whole Debian
253         archive with gcc 4.1 on mips and wrote the patch"
254
255 2006-03-16 Raphael Neider <rneider AT web.de>
256
257         * src/pic16/genarith.c (genAddLit): simplified and fixed case where
258           the left operand is shorter than the result (c* = lit-c* + int),
259           fixes bug #1450796
260         * src/pic16/gen.c (genRightShift): check IS_SYMOP before accessing
261           OP_SYMBOL
262
263 2006-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
264
265         * src/.version: increased version number to 2.5.5
266         * src/SDCCmain.c (linkEdit): do not test for PIC16 target since, PIC16
267         linking is done manually in pic16 port's _linkEdit,
268         * src/SDCCsymt.c (compStructSize): for target PIC16 and shell variable
269         PIC16_PACKED_BITFIELDS, compact bitfield structures as much as possible,
270         * src/pic16/gen.c (aopForSym): when direct register name is WREG then
271         allocate asmop as AOP_ACC,
272         (aopForRemat): added parameter 'bool result' in function declaration,
273         (pic16_aopGet): return AOP_ACC when accessing WREG,
274         (pic16_popGetTempReg): minor modification,
275         (pic16_popRegFromIdx): first try with 'pic16_regWithIdx' then with
276         'pic16_allocWithIdx',
277         (genPcall): removed ftype, usage of OP_SYM_TYPE asserted error when
278         calling function in absolute addresses,
279         (genAssign): take into account AOP_ACC asmop,
280         * src/pic16/pcode.c (pic16_newpCodeOpReg): minor modifications,
281         * src/pic16/pcoderegs.c: some debug functions and lines added,
282         * src/pic16/ralloc.c (decodeRegType): added but commented out,
283         * (pic16_typeRegWithIdx): search 'pic16_dynInternalRegs' for given
284         register too,
285         * (pic16_findFreeReg, pic16_findFreeRegNext): allocate new register via
286         call to allocReg, not by manually allocating a new one,
287         (pic16_assignRegisters): now before going through the register
288         allocating functions mark all registers as free. This eliminates some
289         side effects resulting from peephole parser done earlier in the backbone
290
291 2006-03-13 Maarten Brock <sourceforge.brock AT dse.nl>
292
293         * src/SDCCicode.c (geniCodeLogic),
294         * src/SDCCast.c (decorateType): applied patch by Bernhard for rfe 1422617
295
296 2006-03-10 Maarten Brock <sourceforge.brock AT dse.nl>
297
298         * src/mcs51/gen.c (sameReg): new, checks if two aop regs are the same,
299           (genSend): bugfix, do not allocate and free twice,
300           (shiftRLong): handle partially overlapping aops
301         * support/regression/tests/bitopcse.c: fixed warning redefined idata
302
303 2006-03-08 Borut Razem <borut.razem AT siol.net>
304
305         * support/regression/fwk/include/testfwk.h: added defines for xdata, idata
306           for pic16
307
308 2006-03-08 Maarten Brock <sourceforge.brock AT dse.nl>
309
310         * support/regression/tests/bug1409955.c: new, added
311         * src/mcs51/gen.h: changed asmop.freed:1 to asmop.allocated for tracking
312         * src/mcs51/gen.c (newAsmop): set asmop.allocated to 1,
313           (aopForSym, aopOp): increment asmop.allocated if reused,
314           (freeAsmop): decrement asmop.allocated and check for zero instead of
315           using asmop.freed,
316           (freeForBranchAsmop): use asmop.allocated instead of asmop.freed,
317           (genNot, genCpl, genUminus, genMinus, genMult, genDiv, genMod, genCmpGt,
318            genCmpLt, genAndOp, genOrOp, genAnd, genOr, genXor, genRRC, genRLC,
319            genGetHbit, genGetAbit, genGetByte, genGetWord, genSwap,
320            genLeftShiftLiteral, genLeftShift, genRightShiftLiteral,
321            genSignedRightShift, genRightShift, genDataPointerGet,
322            genPagedPointerGet, genFarPointerGet, genCodePointerGet,
323            genGenPointerGet, genDataPointerSet, genAssign, genCast): free asmop's
324             in reverse order from allocation,
325           (genPlus, genCmpEq): free asmop's in reverse order from allocation and
326             added swappedLR to keep track
327         * support/regression/fwk/include/testfwk.h: added defines for xdata, idata,
328           pdata & code for GCC, z80, gbz80 & hc08
329         * support/regression/tests/zeropad.c: moved defines to testfwk.h
330
331 2006-03-08 Raphael Neider <rneider AT web.de>
332
333         * src/pic16/main.c (_hasNativeMulFor): fixed bug #1444425
334
335 2006-03-07 Maarten Brock <sourceforge.brock AT dse.nl>
336
337         * device/include/mcs51/c8051f410.h: new SiLabs mcu
338         * src/ds390/peeph.def: disabled 186.d and 227.a as fix for #1434401
339         * support/regression/tests/array.c: added parenthesis, made arrays unsigned
340
341 2006-03-06 Borut Razem <borut.razem AT siol.net>
342
343         * support/regression/ports/pic16/spec.mk: link with libm18f.lib,
344           made the linker quiet
345
346 2006-03-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
347
348         * src/pic16/gen.c (genPcall): fixed bug #1443644
349         * src/pic16/device.h (struct pic16_options_t): added 'int CATregs' flag
350         which dumps before the function entry point a data byte which represents
351         the number of the local variables used by the specified function, added
352         'xinst' for initial support for Extended Instruction Support,
353         * src/pic16/gen.c (aopForSym, pic16_aopGet): beautifications,
354         (pic16_testStackOverflow): do not prefix GSTACK_TEST_NAME with
355         port->fun_prefix anymore (may change later),
356         (genFunction, genEndFunction): do not store/restore local registers for
357         _main (this should take care the --main-return command line option in
358         the future),
359         (genOr): removed some legacy pic-port instructions,
360         * src/pic16/genarith.c (genAddLit): re-enabled old code because
361         performing operations with SFR's causes data to be written more than
362         once to each SFR. Perhaps SFRs should be handled in special cases...
363         * src/pic16/glue.c: macros BIG_ENDIAN and BYTE_IN_LONG are moved to
364         pcode.h
365         * src/pic16/main.c (_process_pragma): stack bound checking did not take
366         into account for stack starting position,
367         (struct OPTIONS pic16_optionsTable): added command line argument
368         --extended or -y for Extended Instruction Support,
369         * src/pic16/ralloc.c (pic16_decodeOp): added case for FUNCTION,
370         (deassignLRs): *** perhaps the most important change, old 'for' code
371         (commented out for reference), didn't account for some registers which
372         were left marked 'not free' after a pointer operation. The change
373         reduces register usage a lot in some cases
374
375 2006-03-04 Borut Razem <borut.razem AT siol.net>
376
377         * support/regression/ports/hc08/spec.mk: remove *.asm in traget
378           _clean
379         * support/regression/tests/bug-524697.c: decreased array size for
380           mcs51 to fit into the internal RAM
381         * support/regression/Makefile.in: a little bit more verbose
382
383 2006-03-03 Borut Razem <borut.razem AT siol.net>
384
385         * support/regression/fwk/lib/testfwk.c,
386           support/regression/fwk/include/testfwk.h: introduced function
387           _prints(), nonrecursive _printn(), call _initEmu() from main()
388         * support/regression/ports/gbz80/support.asm,
389           support/regression/ports/ucz80/support.asm,
390           support/regression/ports/z80/support.asm,
391           support/regression/ports/ds390/support.c,
392           support/regression/ports/hc08/support.c,
393           support/regression/ports/host/support.c,
394           support/regression/ports/mcs51/support.c,
395           support/regression/ports/xa51/support.c: added empty _initEmu()
396           function
397         * support/regression/ports/pic16/gpsim.cmd,
398           support/regression/ports/pic16/spec.mk,
399           support/regression/ports/pic16/support.c,
400           support/regression/Makefile.in: added pic16 regression test
401
402 2006-03-01 Raphael Neider <rneider AT web.de>
403
404         * src/pic16/gen.c (genPcall,pic16_derefPtr,genGenPointerGet,
405           genConstPointerGet): use safe way of generating MOVFF to cover
406             literals as well as registers, fixes bug #1440527
407         * src/pic16/glue.c (pic16_printIvalBitFields): prevent NULL pointer
408             dereference
409           (pic16_printIvalUnion,pic16_isUnion): NEW, handle initialized unions
410             more correctly, fixes bug #1232186
411           (pic16_printIval): use pic16_printIvalUnion() for initialized unions
412         * src/pic16/main.c (_pic16_linkEdit): reorder linker arguments to make
413             gplink guess the correct processor in more cases, applied patch
414             from Till Riedel attached to and fixing bug #1436552
415
416 2006-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
417
418         * support/regression/tests/array.c: added, contains check for #1434401
419         * src/mcs51/peeph.def: disabled 186.d as temporary fix for #1434401
420
421 2006-02-16 Maarten Brock <sourceforge.brock AT dse.nl>
422
423         * device/include/mcs51/at89s8253.h: new, thanks to Krzysztof Polomka
424         * device/include/mcs51/at89S8252.h: fixed, thanks to Krzysztof Polomka
425         * device/include/mcs51/c8051f326.h,
426         * device/include/mcs51/c8051f340.h: new SiLabs mcu's
427         * device/include/mcs51/c8051f000.h,
428         * device/include/mcs51/c8051f018.h,
429         * device/include/mcs51/c8051f020.h: used () with __at, renamed IDLE,STOP to
430           PCON_IDLE,PCON_STOP and added sfr16 definitions
431
432 2006-02-14 Maarten Brock <sourceforge.brock AT dse.nl>
433
434         * src/mcs51/gen.c (genPlus, genMinus, genMult, genGetAbit, genGetByte,
435           genGetWord): fixed bug 1409955
436
437 2006-02-14 Maarten Brock <sourceforge.brock AT dse.nl>
438
439         * device/include/hc08/mc68hc908gp32.h,
440         * device/include/hc08/mc68hc908jb8.h: removed AWUL, added PTA6 & PTA7
441
442 2006-02-13 Maarten Brock <sourceforge.brock AT dse.nl>
443
444         * src/SDCCast.c (constExprValue): return NULL if not a value
445         * src/SDCCglue.c (printIvalArray): fixed bug 1225568
446         * src/hc08/gen.c(genUnpackBits, genUnpackBitsImmed): fixed bug 1019480
447         * support/regression/tests/bitfields.c: enabled signed bitfield for all
448
449 2006-02-13 Borut Razem <borut.razem AT siol.net>
450
451         * src/regression/ptrarg.c: added, fails due to bug #1430967
452         * src/regression/Makefile: ptrarg.c added, ...
453
454 2006-02-12 Maarten Brock <sourceforge.brock AT dse.nl>
455
456         * src/z80/gen.c (genUnpackBits): fixed bug 1019480
457         * support/regression/tests/bitfields.c: enabled signed bitfield for z80
458
459 2006-02-11 Borut Razem <borut.razem AT siol.net>
460
461         * src/SDCCmain.c: Added "sdcc: Calling linker..." if --verbose,
462           print "Processor: xxx" message to stdout only if --verbose
463
464 2006-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
465
466         * src/SDCCglue.c (printIvalStruct): fixed bug 1426356 union initializer
467         * support/regression/tests/bug1426356.c: added
468         * support/regression/tests/bitfields.c: removed 2 tests
469
470 2006-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
471
472         * device/include/mcs51/at89c51snd1c.h: updated comments, see patch 1428901
473         * device/include/mcs51/c8051f330.h,
474         * device/include/mcs51/c8051f350.h: used () with __at, renamed IDLE,STOP to
475           PCON_IDLE,PCON_STOP and added sfr16 definitions
476         * device/lib/_divsint.c,
477         * device/lib/_divuint.c,
478         * device/lib/_divulong.c,
479         * device/lib/_divulong.c: renamed a,b to x,y to avoid confusion, fixed
480           register bank bug for small stackauto
481
482 2006-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
483
484         * support/regression/fwk/lib/timeout.c: include <stdlib.h> for exit()
485
486 2006-02-08 Maarten Brock <sourceforge.brock AT dse.nl>
487
488         * support/regression/ports/mcs51-xstack-auto/spec.mk: forgot -I(...)/mcs51
489         * all.dsp: corrected several bin paths
490         * device/include/mcs51/c8051f120.h,
491         * device/include/mcs51/c8051f300.h,
492         * device/include/mcs51/c8051f310.h: used () with __at and renamed IDLE,STOP
493           to PCON_IDLE,PCON_STOP
494         * device/include/mcs51/c8051f320.h: see above, also added sfr16 definitions
495         * device/lib/printf_large.c (output_float): fixed bug 1388703
496         * support/regression/tests/bug1057979.c: added test for bug 1388703
497
498 2006-02-08 Raphael Neider <rneider AT web.de>
499
500         * src/pic/pcode.c (pciTRIS): fixed typo,
501           (BuildFlow,LinkFlow_pCode): added (disabled) debug output,
502           (LinkFlow): fixed handling of flows that end in a call,
503           (ReuseReg): perform safety check earlier
504         * src/pic/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed
505             to work with flows at the beginning of a pBlock,
506             fixes #1426557 (Symbol not previously defined),
507           (pic14_ReMapLiveRanges): NEW, destroy and rebuild register
508             usage information
509           (RemoveUnusedRegisters): update register usage info
510         * src/pic/ralloc.c (newReg): prevent duplicate registers from being
511             created, reuse existing ones instead
512         * src/pic/gen.c (genPcall): fixed #1424719
513
514 2006-02-07 Bernhard Held <bernhard AT bernhardheld.de>
515
516         * link/z80/lkmain.c,
517         * link/z80/lklex.c,
518         * link/z80/lkdata.c,
519         * link/z80/aslink.h: fixed build on current cygwin:
520         replaced getline() by lk_getline()
521
522 2006-02-01 Borut Razem <borut.razem AT siol.net>
523
524         * src/regression/add.c, src/regression/add2.c, src/regression/add3.c,
525           src/regression/add4.c, src/regression/and1.c, src/regression/and2.c,
526           src/regression/arrays.c, src/regression/b.c, src/regression/bank1.c,
527           src/regression/bool1.c, src/regression/bool2.c,
528           src/regression/bool3.c, src/regression/call1.c,
529           src/regression/compare.c, src/regression/compare10.c,
530           src/regression/compare2.c, src/regression/compare3.c,
531           src/regression/compare4.c, src/regression/compare5.c,
532           src/regression/compare6.c, src/regression/compare7.c,
533           src/regression/compare8.c, src/regression/compare9.c,
534           src/regression/configword.c, src/regression/for.c,
535           src/regression/inline.c, src/regression/mult1.c,
536           src/regression/nestfor.c, src/regression/or1.c,
537           src/regression/pointer1.c, src/regression/ptrfunc.c,
538           src/regression/rotate1.c, src/regression/rotate2.c,
539           src/regression/rotate3.c, src/regression/rotate4.c,
540           src/regression/rotate5.c, src/regression/rotate6.c,
541           src/regression/rotate7.c, src/regression/string1.c,
542           src/regression/struct1.c, src/regression/sub.c,
543           src/regression/sub2.c, src/regression/switch1.c,
544           src/regression/while.c, src/regression/xor.c,
545           src/regression/create_stc, src/regression/simulate,
546           src/regression/rt.sh, src/regression/Makefile: reenabled Scott's PIC14
547           regression tests
548         * src/regression/gpsim_assert.h: added
549
550 2006-01-28 Bernhard Held <bernhard AT bernhardheld.de>
551
552         * src/ds390/gen.c (unsaveRegisters): fixed literal function pointer
553         ((void (code *) (void)) 0) ();
554         * as/hc08/aslex.c,
555         * as/hc08/aslink.h,
556         * as/hc08/asm.h,
557         * as/hc08/asmain.c,
558         * as/hc08/lkdata.c,
559         * as/hc08/lklex.c,
560         * as/hc08/lkmain.c,
561         * as/mcs51/aslex.c,
562         * as/mcs51/aslink.h,
563         * as/mcs51/asm.h,
564         * as/mcs51/asmain.c,
565         * as/mcs51/lkdata.c,
566         * as/mcs51/lklex.c,
567         * as/mcs51/lkmain.c,
568         * as/z80/aslex.c,
569         * as/z80/asm.h,
570         * as/z80/asmain.c: fixed build on current cygwin:
571         replaced getline() by as_getline()
572
573 2006-01-27 Bernhard Held <bernhard AT bernhardheld.de>
574
575         * src/SDCC.y: fixed bug #716242, exchanged pointer and function
576         declarator in the symbol chain
577         * src/SDCCsymt.h,
578         * src/SDCCsymt.c (processFuncPtrArgs): added, removes "(void)"
579         parameter list for function pointers
580         * src/SDCCast.c (decorateType): added call of processFuncPtrArgs()
581         * support/regression/tests/bug-716242.c: added
582
583 2006-01-20 Bernhard Held <bernhard AT bernhardheld.de>
584
585         * src/SDCCicode.c (geniCodeAdd, geniCodeArray): use char for array
586         offset if possible
587         * src/SDCCast.c (getLeftResultType): 255 fits in char, not 256
588
589 2006-01-18 Bernhard Held <bernhard AT bernhardheld.de>
590
591         * src/SDCCast.c (backPatchLabels): fixed bug #1408066: made it
592         inifinitely recurseable, added static
593         * support/regression/tests/bug-1408066.c: added
594
595 2006-01-17 Bernhard Held <bernhard AT bernhardheld.de>
596
597         * src/SDCCicode.h,
598         * src/SDCCicode.c (newiTempPreheaderLabel, newiTempLoopHeaderLabel):
599         renamed, added possibility to create "postLoopLbl"-labels
600         * src/SDCCBBlock.c (iCodeBreakDown): renamed newiTempPreheaderLabel to
601         newiTempLoopHeaderLabel
602         * src/SDCCloop.c (newInduction, newRegion, backEdges, insertIntoLoop,
603         isNotInBlocks, addToExitsMarkDepth, createLoop, dominatedBy,
604         addDefInExprs, assignmentsToSym, isOperandInvariant, pointerAssigned,
605         hasNonPtrUse, loopInvariants, addressTaken, findInduction,
606         findDefInRegion, mergeRegions, ifMerged, mergeInnerLoops): made static,
607         (pinduction, pregion, hasIncomingDefs, findLoopEndSeq): disabled,
608         (basicInduction): fixed bug #136564, made static,
609         (loopInduction): changed parameter of basicInduction, made static,
610         (addPostLoopBlock): added
611         * src/SDCCloop.h: removed backEdges, pregion, pinduction,
612         loopOptimizations, addressTaken, findDefInRegion, hasIncomingDefs,
613         findLoopEndSeq
614         * support/regression/tests/bug-136564.c: added
615         * support/regression/ports/mcs51-xstack-auto/spec.mk: added
616         --std-sdcc99 to LIBSDCCFLAGS
617
618 2006-01-16 Bernhard Held <bernhard AT bernhardheld.de>
619
620         * src/SDCCicode.c (geniCodeIfx): fix bug 1406131: always false
621         while loop
622         * support/regression/tests/bug-1406131.c: added
623
624 2005-12-31 Bernhard Held <bernhard AT bernhardheld.de>
625
626         * src/SDCCast.c (decorateType): fix promotion of unary minus
627         * src/SDCCsymt.c (computeType): beautified
628         * src/SDCCval.c (cheapestVal): beautified, old non-Ansi version removed,
629         (valUnaryPM, valComplement): fix sign and promotion,
630         (valNot): ANSI: result type is int (SDCC: unsigned char)
631         * support/regression/tests/uminus.c: speedup by removing superflous
632         test case 'int'
633         * support/regression/tests/onebyte.c: added promotion and signedness
634         tests for unary minus
635         * support/regressions/tests/bug-477927.c: disable warning about
636         uninitialized variables
637         * support/regression/tests/not.c: added
638
639 2005-12-28 Bernhard Held <bernhard AT bernhardheld.de>
640
641         * device/lib/Makefile.in: added --std-sdcc99 to CFLAGS
642         * src/mcs51/gen.c (gen51Code): show final register usage after
643         fillGaps in asm with --i-code-in-asm
644         * src/SDCClrange.c (sequenceiCode, setLiveFrom, setLiveTo,
645         markLiveRanges, markAlive, findNextUseSym, findNextUse, unvisitBlocks,
646         incUsed, rliveClear, adjustIChain): made static,
647         (setFromRange): excluded because it's unused,
648         (findPrevUseSym, markWholeLoop): added,
649         (findPrevUse): rewritten; fixes bug 895992; now a complete search
650         through all branches of predecessors enables sdcc to emit the warning
651         W_LOCAL_NOINIT, marking of outermost loop was incomplete,
652         (rlivePoint): made static, added parameter emitWarnings which is only
653         true during the first run out of two,
654         (findRecursiveSucc, findRecursivePred): removed,
655         (computeLiveRanges): made static, added parameter emitWarnings,
656         (dumpIcRlive): added for debugging only
657         * src/SDCClrange.h: added boolean parameter to computeLiveRanges(),
658         removed prototype of setFromRange()
659         * src/SDCCopt.c (eBBlockFromiCode): added new parameter emitWarnings
660         in call of computeLiveRanges()
661         * support/regression/tests/bug-895992.c: added
662         * support/regression/tests/bug-971834.c: added
663         * support/valdiag/tests/bug-895992.c: added
664         * support/valdiag/tests/bug-971834.c: added
665
666 2005-12-18 Raphael Neider <rneider AT web.de>
667
668         * src/pic16/gen.c: added IS_DIRECT macro for "direct" operands,
669           (genUnpackBits): improved code for direct operands,
670           (genPackBits): improved code for literal assignment to bitfields
671             and for direct destination operands (no FSR indirection),
672             prevented redundant AND, fixes #1362800,
673           (AccLsh): added parameter to disable masking of the result
674         * src/pic16/pcode.c (pic16_safepCodeUnlink): fixed to work with
675           skip instructions with side-effects (like incfsz),
676           (pic16_pCodeIsAlive): suppress verbose output unless pcode_verbose,
677         * src/pic16/pcoderegs.c (RemoveRegsFromSet): removed annoying warning
678         * device/lib/pic16/Makefile.common.in: added --asm=@GPASM@ to CC,
679           fixes #1375263
680
681 2005-12-11 Bernhard Held <bernhard AT bernhardheld.de>
682
683         * src/SDCCicode.c (geniCodeAssign): fixed bug 11369874, don't use
684         volatile variables as spill location
685
686 2005-12-10 Bernhard Held <bernhard AT bernhardheld.de>
687
688         * src/SDCCcse.c (findCheaperOp): fixed bug 1376320, copy signedness to
689         replacing literals
690         * support/regression/tests/bug-1376320.c: added
691
692 2005-12-08 Raphael Neider <rneider AT web.de>
693
694         * src/pic/device.c: renamed is_shared to pic14_is_shared
695         * src/pic/gen.c (genIfx): re-enabled handling of sbits
696         * src/pic/glue.c (emitSymbolToFile): added workaround for sbits,
697           (is_valid_identifier): added for above workaround
698
699 2005-12-07 Maarten Brock <sourceforge.brock AT dse.nl>
700
701         * device/lib/Makefile.in: fixed to enable port-specific-objects
702         * device/lib/ds390/i2c390.c (BitOutI2C): optimized by making bout unsigned
703           char, thanks Hubert Sack
704         * doc/sdccman.lyx: documented --xstack-loc,
705           elaborated a bit more on interrupts and pitfalls,
706           removed "setjmp/longjmp unsupported",
707           documented some unsupported C99 features
708         * src/SDCCmain.c (linkEdit): adapted default lib path for --stack-auto
709         * src/SDCCpeeph.c (readRules): inserted patch 1367130 for finding missing
710           if, thanks Hubert Sack
711         * src/mcs51/gen.c (genEndFunction): enabled "pop psw" for regbank 0 isr
712         * support/regression/Makefile.in: test-mcs51-stack-auto no longer needs to
713           make make_library
714         * support/regression/get_ticks.py: new, get cpu cycles and code size, so
715           regression tests can report resource usage (rfe 700441)
716         * support/regression/collate-results.py: report resource usage
717         * support/regression/ports/ds390/spec.mk,
718         * support/regression/ports/hc08/spec.mk,
719         * support/regression/ports/mcs51/spec.mk,
720         * support/regression/ports/ucz80/spec.mk: run sim output through get_ticks
721         * support/regression/ports/ds390/uCsim.cmd,
722         * support/regression/ports/hc08/uCsim.cmd,
723         * support/regression/ports/mcs51/uCsim.cmd,
724         * support/regression/ports/ucz80/uCsim.cmd: inserted "state" to report time
725         * support/regression/ports/mcs51-stack-auto/spec.mk: no need to build the
726           library, use the default one
727         * support/regression/ports/mcs51-xstack-auto/spec.mk: inserted rules for
728           building the library
729
730 2005-12-06 Maarten Brock <sourceforge.brock AT dse.nl>
731
732         * config.dsp: added dependency on .version and configure_vc.awk
733         * device/include/setjmp.h: updated for --stack-auto and --xstack
734         * device/include/mcs51/at89c51snd1c.h: corrected line endings
735         * device/include/mcs51/XC866.h: added, thanks Llewellyn van Zyl
736         * device/lib/_setjmp.c: updated for --stack-auto and --xstack
737         * device/lib/libsdcc.lib: added _setjmp
738         * src/SDCCast.c (createIvalCharPtr): fixed warnings,
739           (decorateType): fixed bug 1372851,
740           (optimizeGetHbit): fixed warning
741         * src/SDCCglue.c (printIvalChar, printIvalArray): adapted for flexible
742           array initialisation
743         * support/regression/tests/bug1057979.c: added test for bug 1358192
744         * support/regression/tests/setjmp.c: added, test for setjmp/longjmp
745
746 2005-12-03 Borut Razem <borut.razem AT siol.net>
747
748         * support/scripts/sdcc.nsi: added /SOLID option to "SetCompressor lzma"
749           command since the NSIS was upgraded to version 2.11 on CF x86-linux2
750
751 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
752
753         * src/SDCCast.c (createIvalStruct, createIvalArray, createIvalPtr,
754         createIval): implement symbol independant "flexible array member",
755         (createIvalCharPtr): implemented flexible array initialisation with a
756         string
757         * src/SDCCsymt.c (copyStruct): removed,
758         (getSize): fixed misleading comment,
759         (getAllocSize): removed, the additional allocation size is now in
760         sym->flexArrayLength,
761         (checkStructFlexArray): new, syntax checks for flexible array members,
762         (compStructSize): added syntax checks for "flexible array members"
763         (copyStruct): removed,
764         (copyLinkChain): removed inefficient fix for bug 770487
765         * src/SDCCglue.c (emitRegularMap): getAllocSize has been removed
766         * src/SDCCsymt.h: added structdef.b_flexArrayMember and
767         symbol->flexArrayLength
768         * src/SDCCerr.c,
769         * src/SDCCerr.h: added W_INVALID_FLEXARRAY, W_C89_NO_FLEXARRAY,
770         E_FLEXARRAY_NOTATEND and E_FLEXARRAY_INEMPTYSTRCT
771         * support/regression/tests/structflexarray.c: added
772         * support/valdiag/tests/structflexiblearray.c: added
773
774 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
775
776         * src/SDCCast.c (decorateType): fixed bug 1368489
777         * support/Util/SDCCerr.c,
778         * support/Util/SDCCerr.h: added warning W_CMP_SU_CHAR
779
780 2005-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
781
782         * device/include/mcs51/at89c51snd1c.h: added file submitted by
783           Weston T. Schmidt <schmidtw AT users.sourceforge.net>, patch #1368001
784
785 2005-11-27 Borut Razem <borut.razem AT siol.net>
786
787         * support/cpp2/cppinit.c, support/cpp2/cpplib.h, support/cpp2/mkdeps.c,
788           support/cpp2/mkdeps.h: added command line option
789           -obj-ext=<extension> to SDCPP to define object file externion, used
790           for generation of make dependencies (-M)
791         * src/SDCCmain.c: pass -obj-ext=<extension> to SDCPP
792
793 2005-11-26 Borut Razem <borut.razem AT siol.net>
794
795         * support/scripts/sdcc.nsi: added small-stack-auto libraries,
796           added missing device/lib/mcs51/crt*.asm, pic and pic16 sources,
797           added pic and pic16 libraries
798
799 2005-11-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
800
801         * device/include/float.h: Corrected typo in prototype of __fsgt
802
803 2005-11-25 Borut Razem <borut.razem AT siol.net>
804
805         * sdcc/device/lib/Makefile.in, sdcc/device/lib/incl.mk:
806           added creation of model-mcs51-stack-auto libraries
807
808 2005-11-24 Bernhard Held <bernhard AT bernhardheld.de>
809
810         * src/SDCCsymt.c (copyLinkChain): fixed bug 770487, copy structdef
811         and fields-list too
812         * src/SDCCast.c (createIvalArray): removed obsolete comment
813
814 2005-11-24 Borut Razem <borut.razem AT siol.net>
815
816         * sdcc/device/lib/Makefile.in: remove all unnecessary files, 2nd try...,
817           added missing device/lib/mcs51/crt*.asm sources
818
819 2005-11-23 Bernhard Held <bernhard AT bernhardheld.de>
820
821         * src/SDCCast.c (createIvalCharPtr): fixed bug 1348271
822
823 2005-11-22 Maarten Brock <sourceforge.brock AT dse.nl>
824
825         * device/lib/_fs2schar.c,
826         * device/lib/_fs2sint.c,
827         * device/lib/_fs2slong.c: optimized inline asm
828
829 2005-11-21 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
830
831         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
832           Better handling of floats between -1.0 and 0.0.
833
834 2005-11-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
835
836         * src/mcs51/peeph.def: added missing "if"s as noted by Hubert Sack.
837           (the missing "if"s prohibited removal of redundant labels)
838
839 2005-11-19 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
840
841         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
842           Properly convert floats between -1.0 and 0.0 to long, int, and char
843           types (max integer value of negative floats tends to zero).
844         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
845           Removed changes made so to work properly with floats between
846           -1.0 and 0.0, as the problem is fixed in _fs2slong.c, _fs2sint.c,
847           and _fs2char.c
848
849 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
850
851         * src/SDCCcse.c (ReplaceOpWithCheaperOp): minor fix for debugging only
852         * src/mcs51/gen.c (genUnpackBits): better code and a fix,
853         (genCast) cosmetic change
854         * src/ds390/gen.c (genUnpackBits, ): ported from mcs51
855         * src/ds390/ralloc.c (packRegsForAssign): ported fix for bitfields
856         from mcs51
857         * support/regression/tests/bitfields (testSignedBitfields): added
858
859 2005-11-18 Borut Razem <borut.razem AT siol.net>
860
861         * sdcc/device/lib/Makefile.in: remove all unnecessary files
862         * device/lib/pic/Makefile.rules, device/lib/pic16/Makefile.subdir:
863           introduced SILENT option to make building of pic16 libraries less
864
865 2005-11-18 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
866
867         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
868           Now they work properly with floats between -1.0 and 0.0
869         * device/lib/printf_large.c: Removed temporary patch for bug 1358192
870
871 2005-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
872
873         * src/SDCCicode.c (printOperand): added missing else
874
875 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
876
877         * src/SDCCsymt.c (computeType): fixed bug 1358192: added missing else,
878         reformatted for better readability
879         * src/mcs51/gen.c (genUnpackBits): initial, incomplete support for
880         signed bitfields
881
882 2005-11-17 Borut Razem <borut.razem AT siol.net>
883
884         * device/lib/pic16/Makefile.rules, device/lib/pic16/Makefile.subdir:
885           introduced SILENT option to make building of pic16 libraries less
886           verbose - used for nightly snapshot build
887         * doc/sdccman.lyx: documented that SDCDB and ucSim are currently not
888           available on Win32 platforms.
889         * sdcc/device/lib/Makefile.in: added library sources for mcs51, small,
890           medium, large, pic and pic16
891
892 2005-11-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
893
894         * device/lib/printf_large.c: Temporary patch for bug 1358192:
895           printf("%f"...) sets fraction to zero.
896
897 2005-11-16 Raphael Neider <rneider AT web.de>
898
899         * src/pic/pcode.c (LinkFlow): handle empty flows correctly,
900           fixes #1357221
901         * src/pic/gen.c (genIfx): implemented for CARRY bit
902         * src/pic16/gen.c (genAssign,genCast): fixed assigning/casting
903           to generic pointers, fixes #1357332,
904           (pic16_movLit2f): NEW,
905           (pic16_storeForReturn,genDataPointerSet): use pic16_movLit2f
906
907 2005-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
908
909         * src/SDCCmain.c (parseCmdLine): fixed bug 1356800, thanks rsudjian
910
911 2005-11-11 Raphael Neider <rneider AT web.de>
912
913         * src/pic/gen.c: handle FPOINTERS like POINTERS everywhere
914         * src/pic16/gen.c (pic16_derefPtr): now works for non-pointers as well,
915           compute pointer's type from operand,
916           (genUnpackBits,genPackBits): handle FPOINTERS correctly, re-indented,
917           improved single bit reads, fixes bug #1353379
918
919 2005-11-09 Borut Razem <borut.razem AT siol.net>
920
921         * support/scripts/sdcc.nsi: added lib/pic to the package
922
923 2005-11-08 Maarten Brock <sourceforge.brock AT dse.nl>
924
925         * src/SDCCval.c (valUnaryPM): fixed bug 1350699
926
927 2005-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
928
929         * support/regression/tests/bug1348008.c: added
930         * src/mcs51/gen.c (saveRBank, unsaveRBank): fixed bug 1348008
931         * support/regression/tests/bug1337835.c: updated comment
932
933 2005-11-06 Borut Razem <borut.razem AT siol.net>
934
935         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
936           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
937           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
938           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
939           sim/ucsim/cmd.src/set.cc, sim/ucsim/cmd.src/show.cc:
940           dynamic construction of cl_error_class and derivates - 2.nd try
941
942 2005-11-05 Borut Razem <borut.razem AT siol.net>
943
944         * sim/ucsim/sim.src/error.cc: fixed uninitialized class member variable
945           bug, which caused Bus Errors on sparc solaris
946
947 2005-11-04 Borut Razem <borut.razem AT siol.net>
948
949         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
950           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
951           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
952           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
953           sim/ucsim/cmd.src/cmdconf.cc: dynamic construction of cl_error_class
954           and derivates to resolve the initialization problem on OSX
955
956 2005-11-02 Borut Razem <borut.razem AT siol.net>
957
958         * sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
959           corrected typo - #include <winsock2.h>
960
961 2005-11-02 Maarten Brock <sourceforge.brock AT dse.nl>
962
963         * src/asm.c (printILine): always close tmpFile, thanks Beau E. Cox,
964           (_asxxxx_mapping): added org directive for future enhancements
965
966 2005-11-01 Borut Razem <borut.razem AT siol.net>
967
968         * sim/ucsim/app.cc, sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
969           enabled sockets on WIN32
970         * sim/ucsim/cmd.src/newcmd.cc: fixed bug with uninitialized variables
971
972 2005-10-31 Borut Razem <borut.razem AT siol.net>
973
974         * support/regression/generate-cases.py: escape backslashes in {testcase}:
975           WIN32 backslash path delimiters should be escaped when used in C strings
976         * support/regression/tests/bitfields.c: exclude failing assertions for
977           __CYGWIN32__ and __MINGW32__ hosts
978
979 2005-10-30 Borut Razem <borut.razem AT siol.net>
980
981         * src/SDCCutil.c: corrected double comparison typo
982
983 2005-10-30 Maarten Brock <sourceforge.brock AT dse.nl>
984
985         * device/lib/medium/Makefile: added for new memory model medium
986         * device/include/asm/mcs51/features.h: updated for medium/pdata
987         * device/include/mcs51/c8051f120.h: added sfr16/sfr32 definitions,
988           added Multiply & Accumulate sbit's and MAC0_PAGE define
989         * device/include/mcs51/c8051f300.h: added sfr16 definitions
990         * device/include/mcs51/c8051f310.h: added sfr16 definitions
991         * device/lib/_mullong.c: update for medium model
992         * device/lib/incl.mk: added medium model
993         * doc/sdccman.lyx: documented medium model
994         * src/SDCCast.c (isBitAndPow2): simplified using updated powof2
995         * src/SDCCicode.c (geniCodeMultiply, geniCodeDivision): use updated powof2
996         * src/SDCCmain.c (optionsTable, linkEdit): enabled medium model
997         * src/SDCCmem.c (allocIntoSeg): set iaccess for pdata symbols,
998           (allocParms): set SCLS and OCLS to pdata for medium model
999         * src/SDCCsymt.c (processFuncArgs): use default_local_map and set iaccess
1000           for pdata,
1001           (powof2): return <0 if not power of 2
1002         * src/avr/gen.c (genBitWise): use updated powof2
1003         * src/mcs51/gen.c (genMinusDec): use acc if necessary,
1004           (shiftR2Left2Result): small optimization in setup, save acc when storing,
1005           (shiftLLeftOrResult): use B if necessary
1006         * src/mcs51/main.c (_mcs51_finaliseOptions, mcs51_port): added medium model
1007         * src/mcs51/peeph.def: renamed 226 to 226.b, added 226.a
1008         * src/pic/main.c (_pic14_do_link): made void parameter list explicit
1009         * support/regression/Makefile.in: added test-mcs51-medium
1010         * support/regression/ports/mcs51-medium/spec.mk: added to test medium model
1011
1012 2005-10-28 Bernhard Held <bernhard AT bernhardheld.de>
1013
1014         * src/SDCCsymt.c (compStructSize): make bitfields without (un)signed
1015         specifier unsigned
1016         * device/lib/time.c (mktime): fixed bug 1334315
1017
1018 2005-10-28 Raphael Neider <rneider AT web.de>
1019
1020         * device/include/pic/p16f_common.inc: added common declarations
1021         * src/pic/ralloc.c (initStack): moved regs *r to block start for Alpha
1022
1023 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
1024
1025         * src/mcs51/gen.c (getTempRegs): return 0 if not enough registers found,
1026           (aopPutUsesAcc): added to predict accumulator use,
1027           (assignResultValue): save acc if necessary,
1028           (genMinusDec): store result if indirectly addressed,
1029           (genDivOneByte):  save acc if necessary,
1030           (movLeft2Result): bugfix if left already in acc,
1031           (genAnd, genOr, genXor, shiftL2Left2Result, shiftR2Left2Result): pay more
1032             attention to accumulator use (esp. pdata),
1033           (genReceive): receive pdata correctly
1034         * src/SDCCicode.c (isOperandInPagedSpace): added to detect pdata operands
1035         * src/SDCCicode.h: added isOperandInPagedSpace prototype
1036
1037 2005-10-27 Raphael Neider <rneider AT web.de>
1038
1039         * doc/sdccman.lyx: corrected version (should be 2.5.4 not 2.5.5)
1040
1041 2005-10-27 Raphael Neider <rneider AT web.de>
1042
1043         * .version: changed version to 2.5.4
1044         * doc/sdccman.lyx: changed version to 2.5.4, added some remarks to PIC14
1045         * device/lib/pic/libsdcc/{_mulint.c,_mullong.c}: use unsigned literals,
1046           (_divschar.c,divuchar.c,_mulchar.c,_modschar.c,_moduchar): NEW,
1047             arithmetics support routines
1048         * device/lib/pic/Makefile.rules: have assembler sources preprocessed
1049         * device/lib/Makefile.in: also create installdir for pic
1050
1051         * src/SDCCopt.c (cnvToFcall): mark support routines `extern' for
1052           pic14 port as well
1053         * src/pic/device.c (dump_sfr): rewritten to delegate register
1054           placement to the linker (use `extern sym' rather than sym EQU addr),
1055           (validAddress): fixed to check last specified address
1056         * src/pic/gen.c (aopForSym): added code to deal with array (useless?),
1057           (popGetLit): truncate literal value to 8 bit,
1058           (popGet): moved assert to more appropriate place
1059           (popGetExternal): create pCode operand from and mark the according
1060             symbol as being `extern'
1061           (popGetAddr): added sanity check on immediate's offset, provide
1062             GPOINTER tag on demand
1063           (aopPut): fixed for immediates,
1064           (mov2w_op): move operand's address or contents to WREG (depending on
1065             operand type), safer variant of mov2w,
1066           (movwf,call_libraryfunc): NEW, handy abbreviations,
1067           (get_argument_pcop,get_return_val_pcop,pass_argument,
1068           get_returnvalue): interface for accessing function parameters and
1069             return values,
1070           (assignResultValuei,genRet): use new parameter/return value interface
1071           (pic14_getDataSize): back to old version handling generic pointers,
1072           (pic14_toBoolean,genNot,genCpl,genCmpEq,genOrOp): heavily rewritten,
1073             provided implementation and/or fixed old one,
1074           (genMultOneByte,genDivOneByte,genModOneByte): implemented as library
1075             calls, removed legacy 8051 reference code
1076           (AccLsh,AccRsh): rewritten and fixed to deal with signed operands
1077           (loadSignToC): NEW, move the operands sign bit to CARRY,
1078           (genGenericShift): NEW, replaces genLeftShift, genRightShift and
1079             genRightShiftSigned, accepts negative shift counts,
1080           (setup_fsr): load FSR and adjust IRP (indirect memory access),
1081           (emitPtrByteGet,emitPtrByteSet): rewritten, now works with
1082             generic pointers, __data pointers and __code pointers,
1083           (genUnpackBits,genPackBits): rewritten to work with generic pointers
1084             and signed bitfields, limit bitfields to 8 bit,
1085           (genDataPointerGet): fixed number of bytes read,
1086           (genGenPointerGet,genConstPointerGet): fixed bitfield access,
1087           (genPointerGet,genPointerSet): fixed handling of __code pointers,
1088             pointers to constant data are no longer assumed to point to __code
1089             space, removed invalid pointer types,
1090           (bitpatternFromVal): retrieve the PICs representation of an integer
1091             or float literal,
1092           (genDataPointerSet): fixed assigning to po_immediate operands,
1093           (genGenPointerSet): implemented as library call,
1094           (genIfx): fixed incorrect condition,
1095           (genAddrOf): limit generic pointers' addresses to 2 bytes,
1096             provide GPOINTER tag according to destination's storage class,
1097           (genCast): added code to handle casting to generic pointers, added
1098             sign-/zero extension of the result
1099           (aop_isLitLike,op_isLitLike): fixed handling of immediates
1100         * src/pic/gen.h: added macros to access IRP bit in STATUS register
1101         * src/pic/genarith.c (genAddLit): use min(result's,left's) size, sign
1102           extend the result
1103         * src/pic/glue.c (is_shared_address,is_shared): check whether a given
1104           address/register resides in the shared banks
1105           (emitSymbolToFile): improved to handle global and `pinned' symbols,
1106             put all variables into separate sections (have the linker arrange
1107             them)
1108           (picglue): put init code and interrupt handlers in separate sections
1109         * src/pic/main.c: added port specific options table, modified to PORT
1110           structure to make GPOINTERs 3 byte, added pic14_options
1111           (_pic14_do_link): private linking routine (update paths to libraries,
1112             add libsdcc.lib by default)
1113         * src/pic/main.h: declare pic14_options
1114         * src/pic/pcode.c: fixed instructions i/o relations,
1115           (RegCond): reverted to correct version,
1116           (newpCodeOpLit): truncate literals to 8 bit,
1117           (genericPrint): added debug output,
1118           (getRegFromInstruction): fixed for various operand types, simplified
1119           (BuildFlow): fixed broken handling of isntructions with labels
1120           (LinkFlow): start at last instruction in flow (skip trailing comments),
1121             pass the flow on to the next instruction after CALL
1122           (pCodeReplace): NEW, replace a pCode and move meta data to the new one
1123           (insertPCodeInstruction): fixed inserting after a skip instruction,
1124           (DoBankSelect): fixed for labeled instructions
1125           (OptimizepBlock): honor --nopeep switch
1126           (AnalyzeFlow,ReuseReg): prevent crash on source files with no function
1127         * src/pic/pcodepeep.c (pCodePeepMatchRule): prevent NULL pointer accesses
1128         * src/pic/pcoderegs.c (regIsLocal): NEW, check visibility of a register
1129           (pCodeOptime2pCodes): allow disabling this optimization via
1130             --no-pcode-opt due seldomly occuring bugs, fixed some conditions
1131             but is still buggy), started implementation of a dataflow based
1132             pCode optimization (CSE + dead code elimination)
1133           (pCodeRegMapLiveRangesInFlow): removed bogus inCond
1134         * src/pic/ralloc.c (initStack): renamed stack registers to STK%d, the new
1135           names are independant of the stack location and therefore portable across
1136           devices
1137
1138 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
1139
1140         * src/mcs51/ralloc.c (bitType): added to detect bit variables,
1141           (selectSpil): fixed bug 1337835 by not spilling bit variables
1142         * support/regression/tests/bug1337835.c: added test for this bug
1143         * src/mcs51/peeph.def: restart after rule 3.c,
1144           addded rules 263.x to optimize loading constants
1145
1146 2005-10-26 Raphael Neider <rneider AT web.de>
1147
1148         * src/SDCCsymt.c (compStructSize): allow signed bitfields for PIC ports
1149         * src/pic16/gen.c (genUnpackBits): support signed bitfields,
1150           (genAssign): emit warning when casting literals to generic pointer
1151             type, also applies when taking the address of a fixed variable,
1152           (genCast): improved casting to generic pointers
1153         * src/pic16/glue.c (pic16emitStaticSeg): fixed(?) handling of fixed
1154           extern variables, added verbose error message
1155         * device/include/pic16/{string.h,errno.h}: added #pragma library c
1156
1157 2005-10-26 Bernhard Held <bernhard AT bernhardheld.de>
1158
1159         * src/mcs51/gen.c (genMinus): fixed bug 1270906: reverse subtraction,
1160         carry must be complemented too
1161         * src/mcs51/peeph.def: addded rule 262 to remove double cpl c, which
1162         could be emitted by genMinus
1163         * src/SDCCval.c (constVal): fixed bug 1305065
1164
1165 2005-10-25 Bernhard Held <bernhard AT bernhardheld.de>
1166
1167         * src/SDCCast.c (addCast): added promotion for bit variables
1168         (decorateType): emit W_COMPLEMENT before the problem vanishes behind
1169         promotion casts + optimisation
1170         (optimizeGetWord): fix warning 'i' might be used uninitialized
1171         * src/mcs51/gen.c (genCpl): removed W_COMPLEMENT
1172         * src/ds390/gen.c (genCpl): removed W_COMPLEMENT
1173
1174 2005-10-24 Bernhard Held <bernhard AT bernhardheld.de>
1175
1176         * src/SDCCicode.c (ast2iCode): reverted to 1.224 because of regression:
1177         all chars are promoted to int; promotion should be handled in SDCCast.c
1178
1179 2005-10-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1180
1181         * device/lib/_strcmp.c: Fixed bug 1326457
1182
1183 2005-10-11 Raphael Neider <rneider AT web.de>
1184
1185         * device/lib/pic16/libio/i2c.ignore: added 1320, fixes broken builds
1186         * device/lib/pic16/libdev/pic18f1320.c: added 1320's device library
1187
1188 2005-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
1189
1190         * src/SDCC.y (AT): fixed bug with sfr32 addresses when built with GCC
1191         * support/regression/tests/sfr16.c: added test for the sfr32 bug
1192
1193 2005-10-04 Raphael Neider <rneider AT web.de>
1194
1195         * device/include/pic16/pic18fregs.h, src/pic16/devices.inc,
1196           device/lib/pic16/pics.all: added pic18f1320
1197         * src/pic16/pcode.c (mnem2key): fixed prototype's argument mismatch
1198
1199 2005-09-30 Raphael Neider <rneider AT web.de>
1200
1201         * src/pic16/device.c (Pics16[]): moved device descriptions to devices.inc
1202         * src/pic16/devices.inc: NEW, provides device descriptions
1203         * src/pic16/gen.c (genInline): fixed handling of ';'-comments
1204
1205 2005-09-26 Maarten Brock <sourceforge.brock AT dse.nl>
1206
1207         * src/SDCCicode.c (operandOperation): added GETABIT, GETBYTE, GETWORD and
1208           GETHBIT
1209
1210 2005-09-25 Maarten Brock <sourceforge.brock AT dse.nl>
1211
1212         * doc/sdccman.lyx: updated Highest Order Bit documentation,
1213           documented Any Order Bit, Higher Order Byte and Higher Order Word
1214         * src/SDCC.y: added tokens GETABIT, GETBYTE, GETWORD
1215         * src/SDCCast.c (optimizeGetHbit): updated to also accept bool=expr&(1<<n),
1216           (optimizeGetAbit): new, to get any bit, not only the high bit,
1217           (optimizeGetByte): new, to get a byte from a (long) int: expr>>(8*n),
1218           (optimizeGetWord): new, to get a word from a long int: expr>>(8*n),
1219           (isConformingBody): also check GETABIT, GETBYTE, GETWORD,
1220           (decorateType): '&': also try GETABIT, GETBYTE, GETWORD optimization,
1221             RIGHT_OP: also try GETBYTE, GETWORD optimization,
1222             GETABIT, GETBYTE, GETWORD: decorate them,
1223           (isShiftRightLitVal, isBitAndPowOf2): new helper functions,
1224           (ast_print): added GETABIT, GETBYTE, GETWORD
1225         * src/SDCCcse.c (isSignedOp): added GETABIT, GETBYTE, GETWORD
1226         * src/SDCCicode.c (codeTable): added GETABIT, GETBYTE, GETWORD,
1227           (geniCodeBinary): new generic binary icode,
1228           (ast2iCode): added GETABIT, GETBYTE, GETWORD
1229         * src/port.h: updated comment for PORT.hasExtBitOp
1230         * src/mcs51/gen.c (genGetAbit): new, to get any single bit,
1231           (genGetByte): new, to get a single byte,
1232           (genGetWord): new, to get a word from a long,
1233           (gen51Code): added GETABIT, GETBYTE, GETWORD
1234         * src/mcs51/main.c (hasExtBitOp): added GETABIT, GETBYTE, GETWORD
1235
1236 2005-09-23 Raphael Neider <rneider AT web.de>
1237
1238         * configure.in, configure: have device/lib/pic configured
1239         * device/lib/Makefile.in: added model-pic14
1240         * device/lib/clean.mk: added pic/ to clean rule
1241         * device/lib/pic: added rudimentary pic14 library providing support
1242           functions for multiplication/division/generic pointer access
1243         * src/SDCCopt.c (convilong): mark support functions as extern
1244           for pic14 port as well
1245         * src/pic/gen.c (genMult): added assertions,
1246           (genpic14Code): emit warning on unhandled iCodes
1247         * src/pic/main.c (_hasNativeMulFor): return true only for 8x8 bit
1248         * src/pic/pcode.c (pCodeOpCopy),
1249         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed handling of various
1250           pCodeOpReg-subtypes (PO_{STATUS,INTCON,PCL,PCLATH,PCLATU,BSR,
1251           SFR_REGISTER}), made safe for future extensions
1252         * src/pic16/pcode.c (pic16_safepCodeUnlink): allow for removal of
1253           instructions even if preceeded by SKIP instructions (also remove
1254           them); removed unused code
1255         * src/pic16/pcode.h: added arg2 to pCodeOpLit to match pCodeOpLit2,
1256           prevents leaving parts of the structure uninitialized after copying
1257
1258 2005-09-22 Maarten Brock <sourceforge.brock AT dse.nl>
1259
1260         * src/mcs51/gen.c (genMinus): fix for undetected bug introduced 3 months
1261           ago by me
1262         * support/regression/tests/addsub.c: added test for the bug
1263
1264 2005-09-21 Raphael Neider <rneider AT web.de>
1265
1266         * device/include/pic16/pic18f1220.h,
1267           device/lib/pic16/libdev/pic18f1220.c: added ECCPAS sfr and bitfield
1268         * device/lib/pic16/Makefile.rules: added missing opening paren
1269         * src/pic16/gen.c (pic16_genNot,pic16_genCpl): removed as these
1270           are provided in genutils.c,
1271           (genUminusFloat,genUminus,genCmpEq): added asserts on different
1272           operand/result sizes,
1273           (genCmp): assert on NULL pointers first, then check deref'ed values
1274         * src/pic16/genutils.c (pic16_genCpl): fixed for different operand/
1275           result size
1276
1277 2005-09-18 Raphael Neider <rneider AT web.de>
1278
1279         * src/pic16/gen.c (genFarPointerGet,genFarPointerSet): removed
1280           as these are now unused,
1281           (genPointerGet,genPointerSet): handle FPOINTERs like POINTERs
1282         * src/pic16/pcode.c (pic16_symIsSpecial): assume REG_TMPs to be
1283           local, avoids uninitialized pointer dereference on r->name
1284         * src/pic16/ralloc.c (newReg): fixed indentation
1285
1286 2005-09-13 Maarten Brock <sourceforge.brock AT dse.nl>
1287
1288         * src/SDCCval.c (constVal): fixed bug 730366
1289         * support/Util/SDCCerr.c,
1290         * support/Util/SDCCerr.h: added warning W_INVALID_INT_CONST
1291
1292 2005-09-10 Maarten Brock <sourceforge.brock AT dse.nl>
1293
1294         * as/mcs51/lkmem.c (summary2): fixed report for absolute areas (bug 1210220)
1295
1296 2005-09-09 Maarten Brock <sourceforge.brock AT dse.nl>
1297
1298         * src/mcs51/peeph.def (241.x): fixed bug when comparing generic pointers
1299
1300 2005-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
1301
1302         * as/hc08/lkaomf51.c (OutputName): made name unsigned char,
1303           (hex2dec): made hex_digit unsigned char, removed ascii dependance
1304         * as/mcs51/lkaomf51.c (OutputName): made name unsigned char,
1305           (hex2dec): made hex_digit unsigned char, removed ascii dependance
1306         * as/mcs51/lkarea.c (lnkarea2): sort absolute areas to the front
1307         * packihx/packihx.c (hexDigit): made c unsigned char
1308         * as/mcs51/lklibr.c (fndsym),
1309         * link/z80/lkgb.c (gb),
1310         * link/z80/lklibr.c (fndsym),
1311         * link/z80/lkrloc.c (relr),
1312         * sim/ucsim/libltdl/ltdl.c (load_deplibs, try_dlopen),
1313         * src/SDCC.lex (checkCurrFile, process_pragma),
1314         * src/SDCCglue.c (spacesToUnderscores),
1315         * src/SDCCmain.c (setParseWithComma, processFile),
1316         * src/asm.c (tvsprintf, printCLine),
1317         * src/avr/gen.c (emitcode, aopPut),
1318         * src/ds390/gen.c (emitcode),
1319         * src/hc08/gen.c (emitcode, emitinline),
1320         * src/mcs51/gen.c (emitcode, genInline),
1321         * src/pic/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
1322           tokenizeLineNode),
1323         * src/pic/ralloc.c (debugLog),
1324         * src/pic16/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
1325           tokenizeLineNode),
1326         * src/pic16/ralloc.c (debugLog),
1327         * src/z80/main.c (_process_pragma):
1328            made all ctype.h function calls safe
1329         * src/SDCCopt.c: include math.h for fabs
1330         * src/SDCCpeeph.c: added macros ISCHARDIGIT, ISCHARSPACE and ISCHARALNUM
1331           and used them throughout the code to make ctype.h function calls safe
1332         * src/ds390/main.c (asmLineNodeFromLineNode),
1333         * src/mcs51/main.c (asmLineNodeFromLineNode): made p unsigned char*
1334         * src/pic/gen.c (DEBUGpic14_emitcode, pic14_emitcode): made lbp
1335            unsigned char*
1336         * src/pic/pcode.c (mnem2key): made mnem unsigned char*,
1337           (newpCodeAsmDir): made ctype.h function calls safe
1338         * src/pic16/gen.c (pic16_emitpcomment, DEBUGpic16_emitcode,
1339           pic16_emitcode):  made lbp unsigned char*
1340         * src/pic16/pcode.c (mnem2key): made mnem unsigned char*,
1341           (pic16_newpCodeAsmDir): made ctype.h function calls safe
1342         * src/xa51/gen.c (emitcode),
1343         * src/z80/gen.c (_emit2): made lbp unsigned char*
1344         * support/Util/MySystem.c (split_command): made cmd_line and p unsigned
1345            char*
1346
1347 2005-09-05 Raphael Neider <rneider AT web.de>
1348
1349         * src/pic16/ralloc.c (pic16_allocDirReg): use device specific
1350           access bank splitpoint
1351
1352 2005-09-05 Raphael Neider <rneider AT web.de>
1353
1354         * device/lib/pic16/libc/Makefile: added (missing) string to SUBDIRS
1355
1356 2005-09-03 Maarten Brock <sourceforge.brock AT dse.nl>
1357
1358         * .version: changed to version 2.5.3
1359         * doc/sdccman.lyx: changed version to 2.5.3,
1360           documented --codeseg and --constseg and pragma codeseg and constseg,
1361           documented bit parameters (reentrant) and bit returning
1362         * src/SDCCicode.c (geniCodeReceive): fixed (possible) bug generating
1363            currFunc->recvSize, but is this ok for all ports?
1364           (ast2iCode): result of ~ on unsigned char must be cast to int for
1365            bool to work
1366         * src/SDCCmem.c (allocGlobal, allocLocal): don't put bit returning
1367           function pointers in bit space
1368         * src/SDCCsymt.c (checkSClass): allow bit returning function pointers,
1369           (processFuncArgs): call port.reg_parm() with reentrancy info
1370         * src/port.h,
1371         * src/avr/main.c,
1372         * src/ds390/main.c,
1373         * src/hc08/main.c,
1374         * src/pic/main.c,
1375         * src/pic16/main.c,
1376         * src/xa51/main.c,
1377         * src/z80/main.c: port.reg_parm prototype extended with
1378           "bool reentrant" parameter
1379         * src/mcs51/main.c (_mcs51_regparm): use parameter reentrant instead of
1380           options.stackAuto for allocating bit register parameters
1381         * src/mcs51/gen.c (genNot): optimized complementing direct bit,
1382           (genSend): set BitBankUsed if it is,
1383           (selectRegBank): factored out of genCall for use in genPcall,
1384           (genCall): removed redundant dtype assignmen, use selectRegBank,
1385           (genPcall): handle returning in Carry properly, save in F0 if needed,
1386           (genReceive): handle bit register parameters
1387         * src/mcs51/ralloc.c (updateRegUsage): update BitBankUsed along the way,
1388           (mcs51_assignRegisters): enable bit registers for all reentrant
1389            functions and don't set BitBankUsed unconditionally
1390         * src/mcs51/peeph.def (177.d): fixed bug if %2==%3
1391         * support/regression/tests/bitvars.c: enable tests for SDCC_STACK_AUTO
1392         * support/regression/tests/funptrs.c: added tests for BOOL and for return
1393
1394 2005-08-27 Borut Razem <borut.razem AT siol.net>
1395
1396         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) and on
1397         ppc-osx (Darwin) does not support -u option. It seems that it is
1398         supported only on Linux - GNU cp
1399
1400 2005-08-25 Borut Razem <borut.razem AT siol.net>
1401
1402         * sim/ucsim/gui.src/serio.src/Makefile.in,
1403           sim/ucsim/s51.src/Makefile.in, sim/ucsim/avr.src/Makefile.in,
1404           sim/ucsim/z80.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
1405           sim/ucsim/xa.src/Makefile.in: install -s changed to 2 steps:
1406           install and strip, since the strip at /usr/ccs/bin should be used
1407           on solaris
1408
1409 2005-08-24 Borut Razem <borut.razem AT siol.net>
1410
1411         * clean.mk, device/lib/clean.mk: find on sparc-solaris does not support -maxdepth option
1412
1413 2005-08-23 Bernhard Held <bernhard AT bernhardheld.de>
1414
1415         * src/SDCCopt.c (convertToFcall): fixed modulus with divisors 1 and
1416         ffffffffu
1417
1418 2005-08-23 Maarten Brock <sourceforge.brock AT dse.nl>
1419
1420         * as/mcs51/aslink.h: completed lkrloc.c prototypes
1421         * as/mcs51/lkmain.c (link_main): fixed warning
1422         * device/include/stdbool.h: ds390 has no advanced bit support yet
1423         * src/SDCC.y: use SPEC_SHORT and renamed _signed to b_signed
1424         * src/SDCCsymt.c: use SPEC_SHORT and renamed _signed to b_signed
1425         * src/SDCCsymt.h (struct specifier): renamed _xxx bitfields to b_xxx
1426           and updated their macros
1427         * src/SDCCval.c (constVal): updated comment for renamed b_long
1428
1429 2005-08-22 Maarten Brock <sourceforge.brock AT dse.nl>
1430
1431         * as/mcs51/asdata.c: changed ctype['['] to BINOP
1432         * as/mcs51/asexpr.c (expr): added case '[' for bit access in bdata,
1433           (term): abused bit 15 of s_addr to indicate bit-addressable bytes,
1434           (oprio): set priority for '['
1435         * as/mcs51/aslink.h: added define R_BIT, and prototypes for adb_bit
1436            and adb_24_bit
1437         * as/mcs51/asm.h: added defines R_BIT and S_BIT
1438         * as/mcs51/lkarea.c (lnksect2): use T for seg BIT_BANK and overlay it
1439         * as/mcs51/lkdata.c: changed ctype['['] to BINOP
1440         * as/mcs51/lkmain.c (Areas51): rel2 contains 12 (=C) areas now,
1441           added overlayable BIT_BANK area
1442         * as/mcs51/lkmem.c (summary): add BIT_BANK to BSEG_BYTES in the report,
1443           (summary2): explain 'T' in legenda
1444         * as/mcs51/lkrloc.c: replaced old K&R style,
1445           (relr): added R_BIT processing,
1446           (errmsg): added "Bit-addressable relocation error",
1447           (adb_bit): added for converting from byte- to bit-addressable space,
1448           (adb_24_bit): added for converting from byte- to bit-addressable space
1449         * device/include/stdbool.h: changed BOOL to __bit for mcs51 as it can be
1450            used in reentrant functions now even as return value
1451         * device/lib/_gptrput.c (_gptrput): removed obsolete code
1452         * src/SDCCast.c (resultTypePropagate): also propagate AND_OP and OR_OP,
1453           (decorateType): case '!', GETHBIT, AND_OP, OR_OP: result in bool or char
1454         * src/SDCCglobl.h: added indicator BitBankUsed
1455         * src/SDCCglue.c (glue): emit area BIT_BANK with byte 'bits' and equ's for
1456            the bit registers b0-b7
1457         * src/SDCCicode.c (operandFromSymbol): removed IS_BITVAR check,
1458           (geniCodeCast): fixed bug 1263853,
1459           (geniCodeLogicAndOr): put result in bool or char,
1460           (geniCodeReceive): added parameter func for accessing the return type,
1461           (geniCodeFunctionBody): pass func to geniCodeReceive
1462         * src/SDCCmain.c: added indicator BitBankUsed
1463         * src/SDCCmem.c (allocLocal): explicitly set sclass for V_BIT
1464         * src/SDCCsymt.c (newBoolLink): added for creating a bool/bit,
1465           (checkSClass): don't put automatic bool/bit on stack,
1466           (checkFunction): removed check on function cannot return bit
1467         * src/SDCCsymt.h: added newBoolLink prototype
1468         * src/mcs51/gen.c (rb1regs): added bit registers,
1469           (movc): created for assigning to carry,
1470           (pushReg, popReg): created for pushing registers,
1471           (sameRegs): check both AOP_REG and AOP_CRY types,
1472           (aopOp): handle bit registers,
1473           (aopPut): optimization no self-assign,
1474           (saveRegisters): push reg->base (bits) only once for bit registers,
1475            and use pushReg,
1476           (unsaveRegisters): pop reg->base only once and use popReg,
1477           (assignResultValue): added parameter func and return in carry for bits,
1478           (genIpush): optimization no reload in A if not changed,
1479           (genSend): bit parameters in reentrant functions are passed in bit
1480            registers by first assigning to bits in B, then save registers and
1481            copy B to bits,
1482           (genCall): handle returning in Carry properly, save it in F0 if needed,
1483           (genPcall): updated assignResultValue call, this is not safe yet for bit
1484            returning function !!!
1485           (genFunction): don't generate equ's for bit registers and use pushReg,
1486           (genEndFunction): take care of bit returning functions and use popReg,
1487           (genRet): return bit in Carry,
1488           (genIfx): optimize bit registers and other directly addressable bits,
1489           (genReceive): updated assignResultValue call
1490         * src/mcs51/main.c (_mcs51_reset_regparm): added regBitParmFlg,
1491           (_mcs51_regparm): allow passing of upto 8 bit parameters in bit
1492            registers when using stack-auto
1493         * src/mcs51/ralloc.c (_G): added allBitregs,
1494           (regs8051): added the bit registers,
1495           (createStackSpil): use macro IS_BIT,
1496           (getRegBit): added to allocate a bit register, else spill,
1497           (getRegBitNoSpil): added to allocate a bit register, else a gpr,
1498           (updateRegUsage): factored out to ease stepping while debugging,
1499           (serialRegAssign): use updateRegUsage, only spill bits if necessary,
1500            also allocate bit registers,
1501           (fillGaps): handle bit registers,
1502           (findAllBitregs): added to create bit vector with all bit registers,
1503           (mcs51_allBitregs): returns this bit vector,
1504           (mcs51_assignRegisters): when using stack-auto use bit registers for
1505            passing parameters and creating local variables
1506         * src/mcs51/ralloc.h: added B0_IDX..B7_IDX and prototype mcs51_allBitregs
1507
1508 2005-08-22 Borut Razem <borut.razem AT siol.net>
1509
1510         * device/lib/Makefile.in: replaced find option -or with -o
1511           to make it run on solaris
1512
1513 2005-08-22 Raphael Neider <rneider AT web.de>
1514
1515         * src/pic16/gen.c (pic16_loadFromReturn): added check for AOP_PCODE,
1516           fixes #1265442 (crash on Solaris)
1517
1518 2005-08-20 Borut Razem <borut.razem AT siol.net>
1519
1520         * configure, configure.in: added tests for libsocket and libnsl libraries,
1521           requred by sdcdb on sparc-solaris; generate support/regression/Makefile
1522           from support/regression/Makefile.in
1523         * support/regression/Makefile.in: added
1524         * device/lib/pic16/Makefile.common.in: force make to use bash shell
1525         * sim/ucsim/libtool: regenerated on sparc-solaris
1526         * sim/ucsim/avr.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
1527           sim/ucsim/s51.src/Makefile.in, sim/ucsim/xa.src/Makefile.in,
1528           sim/ucsim/z80.src/Makefile.in: removed GNU ld specific linker options
1529           -Wl,--start-group and -Wl,--end-group to enable ucsim compilation on
1530           sparc-solaris, which doesn't use GNU ld linker
1531         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) does not support -u option
1532         * as/Makefile: find on sparc-solaris does not support -maxdepth option
1533
1534 2005-08-19 Maarten Brock <sourceforge.brock AT dse.nl>
1535
1536         * src/mcs51/peeph.def: updated comments
1537
1538 2005-08-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1539
1540         * device/lib/_gptrget.c,
1541         * device/lib/_gptrput.c: slightly shorter
1542         * doc/sdccman.lyx: incremented version
1543         * src/mcs51/peeph.def: moved peephole comments to the line of first
1544           change to better keep line correlation, reanimated 186.e
1545         * src/mcs51/peeph.def: renamed similar peepholes by using suffixes
1546
1547 2005-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
1548
1549         * src/pic/pcode.c : Pasted ".line" assembly directives patch from
1550           David Saxton with quotes around file name.
1551
1552 2005-08-15 Borut Razem <borut.razem AT siol.net>
1553
1554         * support/regression/tests/bitfields.c, support/regression/tests/bitvars.c,
1555           support/regression/tests/bitwise.c, support/regression/tests/literalop.c,
1556           support/regression/tests/rotate.c, support/regression/tests/zeropad.c:
1557           make tests run on x86_64 platform
1558
1559 2005-08-13 Raphael Neider <rneider AT web.de>
1560
1561         * device/lib/pic16/Makefile.subdir: weakened clean-intermediate rule
1562           as it might be executed DURING a build (parallel make is wonderful)
1563
1564 2005-08-13 Raphael Neider <rneider AT web.de>
1565
1566         * device/lib/Makefile.in (port-specific-objects-pic16):
1567           revert to cp $(PORT)/bin/*.* $(PORTDIR)
1568         * device/lib/pic16/Makefile: added .PHONY targets, removed builddir
1569           dependency
1570         * device/lib/pic16/Makefile.rules: build subdirs before creating
1571           the library, removed builddir rule, create $(builddir) early in
1572           recurse rule, use empty recurse rule for leaf directories
1573         * device/lib/pic16/Makefile.subdir: added phony targets, ignore
1574           mkdir errors (race condition), removed duplicate suffix "hex"
1575           from clean rules
1576         * device/lib/pic16/libdev/Makefile: recursive make via + and $(MAKE)
1577         * device/lib/pic16/libio/Makefile: create sub-make's builddir early,
1578           prevents mkdir -p from aborting on Alpha
1579
1580 2005-08-12 Raphael Neider <rneider AT web.de>
1581
1582         * src/pic16/glue.c (pic16_print(G)PointerType): do not flush
1583           db-statements in order to allow for arrays of pointers in code
1584           sections to be placed without interspersed 0-padding, fixes
1585           bug #1256215
1586         * (emitStatistics): fixed division by zero for pic18f1220
1587         * src/pic16/pcode.c: buffer (up to) 12 DB directives to allow for
1588           unpadded writing of 8-bit, 16-bit, 24-bit and 32-bit values
1589         * (pic16_emitDS): respect DB_ITEMS_PER_LINE
1590         * (pic16_pCodeConstString): keep track of already emitted string
1591           literals to prevent "duplicate definitions of symbol _str_NR"
1592         * src/pic16/ralloc.c (pic16_allocRegByName): removed not so helpful
1593           debug message
1594         * device/lib/Makefile.in: ignore failing PIC16 library builds
1595         * device/lib/pic16/Makefile: do not build if gputils are missing
1596         * device/lib/pic16/Makefile.common.in: do not enforce MAKEFLAGS=-s
1597
1598 2005-08-10 Raphael Neider <rneider AT web.de>
1599
1600         * device/lib/Makefile.in: fixed copying pic16 libraries (broken by
1601           my last commit)
1602
1603 2005-08-10 Raphael Neider <rneider AT web.de>
1604
1605         * src/*.c, src/pic16/{gen.c,glue.c,main.c}: applied Vangelis
1606           Rokas' patch to add the new fixed point type "__fixed16x16"
1607         * device/lib/pic16/libsdcc/fixed16x16: added Vangelis' support
1608           functions for __fixed16x16 arithmetics
1609         * device/lib/pic16: reimplemented the build system to support
1610           a separate build directory, better handling of libio (create
1611           the library in a separate subdir for each architecture) and
1612           easier configuration (centralized in Makefile.common)
1613
1614 2005-08-07 Raphael Neider <rneider AT web.de>
1615
1616         * src/pic16/gen.c (genrshTwo): fixed sign extension
1617         * src/pic16/device.c: added pic18f2320, 4220 and 4320
1618         * device/include/pic16/pic18f2220.h: changed some bit definitions,
1619           added T0CONbits
1620         * device/include/pic16/pic18f4220.h: NEW, header for
1621           pic18f4220 and pic18f4320
1622         * device/include/pic16/pic18fregs.h: added new devices,
1623           embraced Nop(), ClrWdt(), Sleep() and Reset() with do {} while(0)
1624         * device/include/pic16/signal.h: resolved name clashes
1625           on bit definitions, added DEF_HANDLER2(sig1,sig2,handler)
1626           to also allow testing for interrupt enable bits, added
1627           comments on how to use the macros
1628         * device/lib/pic16/libdev/pic18f2220.c: added T0CONbits
1629         * device/lib/pic16/libdev/pic18f{2320,4220,4320}.c: NEW,
1630           register definitions for the devices
1631         * device/lib/pic16/pics.all: added new devices
1632         * device/lib/pic16/libc/stdlib/calloc.c: fixed zeroing
1633           allocated memory
1634         * device/lib/pic16/libc/stdlib/memfree: do not count
1635           the block header as free memory
1636         * device/lib/pic16/libc/stdlib/memmisc.c (_initHeap):
1637           simplified and added missing end-of-blocklist-marker
1638           (reported by Peter Onion, fixes #1252814)
1639         * (_mergeHeapBlock): fixed loop condition
1640         * device/lib/pic16/libc/stdlib/realloc.c: return NULL for
1641           len==0, restructured code
1642         * device/lib/pic16/libc/stdlib/{malloc,memfreemax}.c: cleaned
1643           up a bit, reduced bitfield accesses, prevent endless loops
1644           in case of heap corruption
1645         * device/lib/pic16/libc/stdlib/x_ftoa.c: disabled
1646           "unreferenced arguments/must return a value" warnings
1647         * device/lib/pic16/libio/usart/ubaud.c (usart_baud):
1648           replaced BAUDREG with SPBRG
1649         * device/lib/pic16/libsdcc/lregs/{lrrest.c,lrst.c},
1650           device/lib/pic16/debug/gstack/gstack.c: replaced
1651           _naked, _asm, _endasm with __naked, __asm, __endasm
1652
1653 2005-08-05 Raphael Neider <rneider AT web.de>
1654
1655         * src/pic16/gen.c (pic16_aopGet): fixed handling of offsets in
1656           AOP_PCODE operands, fixes multibyte union-bitfield-accesses
1657
1658 2005-08-05 Borut Razem <borut.razem AT siol.net>
1659
1660         * device/lib/Makefile.in: added missing ';'
1661         * configure: removed ^M characters
1662
1663 2005-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1664
1665         * device/include/mcs51/at89c51ed2.h, device/include/mcs51/p89v51rd2.h,
1666           device/include/mcs51/at89s53.h: changed to GNU Lesser General Public
1667           License
1668
1669 2005-08-04 Borut Razem <borut.razem AT siol.net>
1670
1671         * configure.in: pic16 libraries build 2nd try - enable running
1672           configure in device/lib/pic16
1673         * configure: regenerated from configure.in
1674         * device/lib/Makefile.in: create $(PORT)/bin directory
1675
1676 2005-08-03 Raphael Neider <rneider AT web.de>
1677
1678         * src/pic16/gen.c (pic16_derefPtr): NEW, single place
1679           to get/set values via pointers
1680         * (genUnpackBits,genPackBits): changed detection of
1681           ptr->bitfield vs. sym.bitfield, fixed access via generic
1682           pointers, removed dead (wrong) code for multibyte bitfields
1683         * (genNearPointerGet, genGenPointerGet): removed useless code,
1684           fixed bitfield detection, fixes #1250594
1685         * (genNearPointerSet): removed useless code
1686         * src/pic16/gen.h: renamed pic16_emitpcode to pic16_emitpcode_real
1687           and introduced macro pic16_emitpcode that conditionally emits
1688           the origin of the following pCode (useful for debugging SDCC)
1689         * src/pic16/pcode.c: changed (and disabled) some debug outputs
1690         * (createDefmap): fixed handling of LFSR for --optimize-df
1691
1692 2005-08-02 Borut Razem <borut.razem AT siol.net>
1693
1694         * device/lib/Makefile.in: pic16 libraries build enabled since
1695           gputils-0.13.2 are now localy installed at sourceforge's compile farm
1696
1697 2005-08-02 Raphael Neider <rneider AT web.de>
1698
1699         * src/pic16/gen.c (genPackBits): removed deprecated warning
1700         * (genGenPointerSet): fixed bitfield detection
1701
1702 2005-08-02 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1703
1704         * device/include/mcs51/msm8xc154s.h: Removed PT2 definition, now in 8052.h.
1705
1706 2005-07-31 Raphael Neider <rneider AT web.de>
1707
1708         * device/lib/pic16/libdev/pic18f458.c,
1709           device/include/pic16/pic18f458.h: added missing T0CONbits
1710
1711 2005-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
1712
1713         * device/include/mcs51/msm8xc154s.h: added, thanks to Matthias Arndt
1714
1715 2005-07-28 Maarten Brock <sourceforge.brock AT dse.nl>
1716
1717         * src/mcs51/gen.c (operandsEqu): fixed bug 1246687
1718
1719 2005-07-23 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1720
1721         * device/include/mcs51/at89c51ed2.h: added.
1722
1723 2005-07-23 Raphael Neider <rneider AT web.de>
1724
1725         * src/pic/gen.h: added emitpcode macro for debugging
1726         * src/pic/gen.c (emitpcode): renamed to emitpcode_real
1727           and replace by macro adding debug information on demand
1728         * (genNot): fixed to C semantics (!0 = 1; !x = 0 iff x != 0)
1729         * (gencjne): tried to fix; replaced with correct (slower) code
1730         * (gen{Unp,P}ackBits): fixed single bit access
1731         * src/pic/pcode.c (AnalyzepCode): fixed DFPRINTF argument
1732         * src/pic/pcodepeep.c (pCodeSearchCondition): fixed finding
1733           previous instruction
1734         * src/pic/pcoderegs.c (regIsSpecial): NEW, check whether a
1735           register has to be handled with care (forbidding movement
1736           of assignments/uses, removing assignments completely, ...)
1737         * (pCodeOptime2pCodes): make use of regIsSpecial
1738         * added lots of debugging output (commented out)
1739         * src/pic/rallloc.c (deassignLRs): prevent operand registers
1740           from being reused as result UNLESS it is known to work
1741
1742 2005-07-23 Maarten Brock <sourceforge.brock AT dse.nl>
1743
1744         * support/Util/dbuf.h: include <stddef.h> for size_t
1745         * .version: changed to version 2.5.2
1746
1747 2005-07-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1748
1749         * src/SDCCloop.c (loopInvariants): fixed bug #1234048
1750
1751 2005-07-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1752
1753         * src/hc08/gen.c (genMinus): fixed bug #1241835,
1754           (genModOneByte): removed needless psha/pula
1755
1756 2005-07-22 Raphael Neider <rneider AT web.de>
1757
1758         * src/SDCCmain.c (linkEdit): initialized linkerScriptFileName,
1759           have PIC14 handled like PIC16, fixes broken pic14 linker calls
1760         * src/pic/gen.c (resolveIfx): do not "invent" labels
1761         * (genSkipc): changed to positive logic
1762         * (genSkipCond): removed as no longer needed
1763         * (pic14_mov2w_regOrLit,genCmp): NEW, replacement for buggy version,
1764           backport from PIC16
1765         * (genLeftShift): check operands are in different registers
1766         * src/pic/genarith.c (genPlus): replaced INCF with ADDLW as
1767           INCF does not update CARRY...
1768         * src/pic/main.c: fixed _linkCmd
1769         * src/pic/pcode.c (unlinkpCode): added inactive code
1770         * src/pic/ralloc.c (deassignLRs): keep arguments to shift operations
1771           alive (do not assign result and operand overlapping registers)
1772
1773 2005-07-22 Raphael Neider <rneider AT web.de>
1774
1775         * src/pic/device.c (dump_sfr): replaced register declaration with
1776           call to emitSymbolToFile() to avoid duplicate symbols
1777         * (assignRelocatableRegisters): do not declare external symbols
1778         * src/pic/ralloc.c (allocNewDirReg): fixed to get size of arrays
1779           right (take size of type, not etype)
1780         * (allocDirReg): fixed call to allocNewDirReg() to pass OP_SYM_TYPE
1781         * (writeUsedRegs): also dump dynDirectRegs (e.g. local variables)
1782         * (packRegsForAccUse): disabled assignment of WREG as
1783           the result reg to prevent occurence of just fixed #1235003,
1784           fixes #1242954
1785         * src/pic/glue.c (emitSymbolToFile): NEW, central place to declare
1786           symbols (avoids duplicate symbols in .asm file)
1787         * (pic14emitRegularMap): use emitSymbolToFile()
1788         * src/pic/gen.c (aopOp): fixed spillLocation handling
1789         * (gen{Unp,P}ackBits): fixed acquiring bit-operands
1790         * (genDataPointerSet): removed unneccessary variables/output
1791
1792 2005-07-22 Maarten Brock <sourceforge.brock AT dse.nl>
1793
1794         * as/mcs51/lkarea.c: enlarged codemap for banked memory
1795         * device/lib/mcs51/crtbank.asm: added # to 0x0F
1796
1797 2005-07-21 Raphael Neider <rneider AT web.de>
1798
1799         * src/pic/gen.c (aopOp): do not generate AOP_ACC operands as pic14
1800           architecture cannot handle them efficiently, fixes bug #1235003
1801         * src/pic16/device.c (pic16_dump_{u,i}section,pic16_dump_int_registers):
1802           check for empty sets before using them (fixes bug #1232190)
1803
1804 2005-07-19 Maarten Brock <sourceforge.brock AT dse.nl>
1805
1806         * as/mcs51/lkarea.c (lnkarea, lnkarea2): improved BSEG size calculation,
1807           (lnksect2): generate warnings for memory overlap
1808         * src/SDCC.lex (doPragma, process_pragma): added pragma's codeseg and
1809           constseg to set the name of these segments so you can instruct the linker
1810           to place them in banks
1811         * src/SDCCast.c (decorateType): use new macro IS_FUNCPTR()
1812         * src/SDCCglobl.h: added MODEL_HUGE to enum,
1813           added code_seg and const_seg to options
1814         * src/SDCCglue.c (emitMaps): use options.const_seg,
1815           (createInterruptVect): put interrupt vectors in segment HOME,
1816           (glue): put HOME before static segment and put the main glue in HOME,
1817           (glue): use options.code_seg
1818         * src/SDCCicode.c (geniCodeCall): use new macro IS_FUNCPTR()
1819         * src/SDCCmain.c: added option --codeseg and --constseg to set the name of
1820           these segments so you can instruct the linker to place them in banks
1821           (linkEdit): use code_loc for HOME segment which should be the first
1822           segment in code memory now
1823         * src/SDCCmem.c: fixed more stuff like bug 1238386
1824         * src/SDCCsymt.c (getSize): use generic pointer size for banked functions,
1825           (changePointer): don't change function pointers to code pointers for
1826           banked functions,
1827           (compareType): added exceptional check for banked function pointers
1828         * src/SDCCsymt.h: changed IFFUNC_ISBANKEDCALL, added IS_FUNCPTR
1829         * src/hc08/main.c (_hc08_genAssemblerPreamble): put HOME first, put CSEG
1830           after static in code memory
1831         * src/mcs51/gen.c: added aopLiteralLong prototype,
1832           (aopForSym): use getSize for functions,
1833           (genCall): generate banked calls over one trampoline __sdcc_banked_call
1834           in HOME with lsb of address in r0, msb in r1 and bank in r2, use
1835           -Wl-bBANKSEG=0xbbaaaa option to set the address (aaaa) and bank (bb) of
1836           the segment,
1837           (genPcall): use call for literal function pointers and generate banked
1838           calls over the one trampoline so there's only one place for the user to
1839           modify according to his/hers hardware,
1840           (genEndFunction): jump to __sdcc_banked_ret in HOME for banked functions,
1841           (genPlusIncr): moved check icount>4 beyond inc dptr optimization
1842         * src/mcs51/main.c: added keyword banked,
1843           (_mcs51_genExtraAreas): put HOME first followed by GSINIT, STATIC and CSEG
1844         * support/Util/SDCCerr.c,
1845         * support/Util/SDCCerr.h: added E_BANKED_WITH_CALLEESAVES, registers are
1846           needed for passing the bank and address to the trampoline
1847         * device/lib/mcs51/crtbank.asm: added for bankswitching
1848         * device/lib/mcs51/Makefile: added crtbank
1849
1850 2005-07-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1851
1852         * src/SDCCcse.c (algebraicOpts): fixed loss of volatility
1853           for fields at offset 0 of a struct or union as reported
1854           on 2005-07-07 in the developer mailing list.
1855
1856 2005-07-15 Maarten Brock <sourceforge.brock AT dse.nl>
1857
1858         * src/SDCCmem.c: fixed bug 1238386
1859
1860 2005-07-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1861
1862         * src/mcs51/peeph.def: added labelrefcounting for peepholes
1863           (patch #1144962), added peephole 300, enabled 259.x
1864         * doc/sdccman.lyx: removed screenshot and provided link instead
1865
1866 2005-07-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1867
1868         * doc/sdccman.lyx: added section about debugging with ddd
1869         * doc/figures/ddd_example.eps: screenshot of debugging session
1870
1871 2005-07-04 Raphael Neider <rneider AT web.de>
1872
1873         * src/pic/gen.c (genPointerGet): handle pointers to CONST values
1874           like CODE pointers, fixes #1115683
1875         * src/pic/pcode.c (DoBankSelect): forget LastRegIdx during function
1876           call, fixes bugs #1232211, #1228110,
1877           fixed wrong casts to pCodeFlow from pCodeInstructions
1878
1879 2005-07-04 Raphael Neider <rneider AT web.de>
1880
1881         * src/pic/gen.c (popGet): changed assert to allow for
1882           bit operands
1883         * (popGetAddr): changed signature to provide
1884           an additional index, patched all call sites
1885         * (genCmpEq): handle literal-like operands correctly
1886         * (genAddrOf): added sanity checks on __code/__data pointers
1887         * (genAssign): added handling of symbols from __code section
1888         * (gencjne): do not generate code for comparisons whose result
1889           is neither stored nor used, fixes bug #1171114
1890         * (AccLsh, AccRsh): operate on operand instead of WREG
1891         * (shift{Left,Right}_Left2ResultLit): NEW, size independant
1892           replacement for Shift{LR}{12}Left2Result; shift (byte/int/long)
1893           by known count
1894         * rewrote complete shift-by-literal logic, commented unused
1895           functions out
1896         * (genConstPointerGet): get multiple bytes (if result size > 1),
1897           fixed handling of non-immediate addresses
1898         * (genPointerGet): handle CODE pointers like CONST pointers
1899         * (genpic14Code): insert C-SRC lines as Cource-pCodes
1900         * ({aop,op}_isLitLike): NEW, single place to decide whether an
1901           operand is to be treated as a literal or not
1902         * (mov2w,genPcall,genCmpEq),
1903           src/pic/genarith.c: use aop_isLitLike() to decide between
1904           literal/register contents
1905         * (addSign): added missing offset
1906         * src/pic/gen.h: remove newline after FENTRY/FEXIT comments,
1907           only emit comment in debug-mode,
1908           use {aop,op}_isLitLike throughout the file
1909         * src/pic/glue.c: fix initializers for pointers (work in progress)
1910         * src/pic/pcode.c (get_op): honor index on _const symbols
1911         * ({reset,dump}pCodeStatistics): NEW, estimate code size
1912         * (dumppBlock): added pCode size estimation
1913         * src/pic/ralloc.c (deassignLRs,serialRegAssign,packRegisters):
1914           check for IS_SYMOP before OP_SYMBOL'ing
1915         * fixed indentation, compacted switch-statements
1916         * (allocReg): find free register and allocate it instead of
1917           allocating new registers all the time
1918         * (deassignLRs): prevent POINTER_GET's from being assigned the same
1919           registers as its operands (necessary only for multibyte GETs)
1920
1921 2005-07-01 Raphael Neider <rneider AT web.de>
1922
1923         * src/pic/gen.h: added prototypes emitpComment, popGetAddr and
1924           debugging .asm-output macros FENTRY + FEXIT
1925         * src/pic/gen.c (Safe_vsnprintf): NEW, is there a more generic
1926           way... I wonder...
1927         * (emitpComment): NEW, printf to pCode
1928         * (popGet): added assert on too large offsets, fixed PO_IMMEDIATE's
1929           offset handling
1930         * (popGetAddr): NEW, variant of popGet to access an immediates
1931           high(er) bytes instead of the n'th byte of memory they reference,
1932           replaced popGet with popGetAddr where neccessary
1933         * (genDataPointerGet): reactivated and fixed implementation
1934         * (genNearPointerGet): enabled call to genDataPointerGet, fixes array-
1935           accesses
1936         * (genDataPointerSet): fixed multibyte assignments
1937         * (genpic14Code): fixed --i-code-in-asm handling
1938         * src/pic/genarith.c: fixed PO_IMMEDIATE issue using popGetAddr,
1939         * (genPlus): fixed index-out-of-bounds error
1940         * src/pic/pcode.c (get_op): fixed PO_IMMEDIATE's index/offset handling
1941         * src/pic/ralloc.c: added debugging output macro FENTRY2
1942         * (spillThis): fixed indentation, enbraced for-body for clarity
1943         * (rematStr): commented out as now unused
1944         * (regTypeNum): commented out special spill case (overwrites
1945           arbitrary values)
1946         * fixes bugs #1229346, #1216476 (both arrays) and #1115667 (SIGSEGV)
1947
1948 2005-06-30 Maarten Brock <sourceforge.brock AT dse.nl>
1949
1950         * doc/sdccman.lyx: documented sfr16/sfr32,
1951           added example for using storage class with function pointers
1952         * src/mcs51/gen.c (genPlusIncr): optimized small offsets from dptr
1953
1954 2005-06-28 Maarten Brock <sourceforge.brock AT dse.nl>
1955
1956         * device/lib/_gptrget.c: also push/pop _PSBANK, added # to 0x03
1957         * device/lib/_itoa.c,
1958         * device/lib/_ltoa.c: optimized codesize
1959         * src/SDCCsymt.c (checkSClass): added sanity check for sfr at addresses,
1960           but don't know how to suppress the double warning.
1961         * src/mcs51/gen.c (genPlusIncr): fixed bug when incrementing volatile int's
1962         * support/Util/SDCCerr.c,
1963         * support/Util/SDCCerr.h: added warning W_SFR_ABSRANGE for sanity check
1964
1965 2005-06-27 Maarten Brock <sourceforge.brock AT dse.nl>
1966
1967         * as/mcs51/asexpr.c (expr): disabled warning "not in .flat24 mode",
1968           fixed old K&R prototypes
1969         * as/mcs51/asout.c (outrb): always output as if generating 24bit addresses
1970         * device/lib/_gptrget.c,
1971         * device/lib/_gptrgetc.c,
1972         * device/lib/_gptrput.c: changed versions for new memory indicator values,
1973           also new versions for small generic pointers and banked generic pointers
1974         * src/port.h: added const_name
1975         * src/SDCC.lex: added keywords sfr16, __sfr16, sfr32, __sfr32
1976         * src/SDCC.y: added tokens SFR16, SFR32 and their sfr_attributes
1977         * src/SDCCcse.c (findPrevIc): check all associative operators
1978         * src/SDCCglue.c (emitMaps): use CONST_NAME if defined
1979         * src/SDCCicode.h: added macro IS_ASSOCIATIVE
1980         * src/SDCCmem.c: updated comments,
1981           set far-space to 0 for pdata, results in optimized code
1982         * src/SDCCmem.h: added macro CONST_NAME
1983         * src/SDCCsymt.h: renumerated generic pointer types GPTYPE_... thereby
1984           moving the info into the highest bits, see also gptrget/gptrput
1985         * src/src.dsp: added sdcc.ico to project files
1986         * src/avr/gen.c (genCast): fixed bug 0x%d
1987         * src/avr/main.c (avr_port): added "CONST (CODE)" for const_name
1988         * src/ds390/gen.c (aopForRemat, adjustArithmeticResult): disconnected direct
1989           relation between ptr_type and DCL_TYPE,
1990           (genCast): fixed bug 0x%d
1991         * src/ds390/main.c (ds390_port, tininative_port, ds400_port): added "CONST
1992           (CODE)" for const_name
1993         * src/hc08/gen.c (genCast): fixed bug 0x%d
1994         * src/hc08/main.c (_hc08_genAssemblerPreamble): added .area ...const_name,
1995           (hc08_port): added "CONST (CODE)" for const_name
1996         * src/mcs51/gen.c (aopForSym): optimized pushing ACC,
1997           (aopForRemat, adjustArithmeticResult): disconnected direct relation
1998           between ptr_type and DCL_TYPE,
1999           (aopGetUsesAcc, aopGet, aopPut): changed first parameter from asmop* to
2000           operand* and took AOP() inside function so sfr-ness can be checked,
2001           (all over): repaired calls to aopGetUsesAcc, aopGet, aopPut to comply with
2002           new prototype,
2003           (genFunction, genEndFunction): optimized stack setup,
2004           (genMinus): optimized for literals with ending zeroes (in bytes),
2005           (genCast): fixed bug 0x%d
2006         * src/mcs51/main.c (_mcs51_keywords): added sfr16 and sfr32,
2007           (mcs51_port): added "CONST (CODE)" for const_name
2008         * src/mcs51/peeph.def: made rule 226 more generic
2009         * src/pic/main.c (pic_port): added "CONST (CODE)" for const_name
2010         * src/pic16/main.c (pic16_port): added "CONST (CODE)" for const_name
2011         * src/xa51/main.c (xa51_port): added "CONST (CODE)" for const_name
2012         * src/z80/main.c (z80_port): added NULL for const_name,
2013           (gbz80_port): added NULL for const_name
2014         * support/regression/tests/bug663539.c,
2015         * support/regression/tests/sfr16.c: new tests
2016
2017 2005-06-25 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2018
2019         * device/include/mcs51/p89v51rd2.h, device/include/mcs51/at89s53.h: added.
2020
2021 2005-06-24 Raphael Neider <rneider AT web.de>
2022
2023         * device/lib/pic16/libdev/pic18f[68][567]20.c:
2024           corrected typos...
2025         * device/include/pic16/signal.h: added USBIF
2026           and SIG_USB
2027
2028 2005-06-24 Raphael Neider <rneider AT web.de>
2029
2030         * device/lib/pic16/libdev/pic18f2455.c,
2031           device/include/pic16/pic18f2455.h: NEW
2032         * device/include/pic16/pic18fregs.h,
2033           device/lib/pic16/pics.all,
2034           src/pic16/device.c: added 18f2455
2035         * device/lib/pic16/libdev/pic18f[68][567]20.c,
2036           device/include/pic16/{pic18f[68][567].h,usart.h}:
2037           replaced MULTIPLE_USARTS define with more relaible
2038           compatibility sfrs (for USART access)
2039
2040 2005-06-20 Slade Rich <slade_rich AT users.sourceforge.net>
2041
2042         * src/pic/pcode.c : Fixed problem when a string constant contains a "\r\n"
2043           and the output asm file line is printed on two lines.
2044
2045 2005-06-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2046
2047         * sim/ucsim/hc08.src/inst.cc (inst_condbranch): fixed simulation of
2048           BGT, BLE, BHI, and BLS instructions
2049         * src/hc08/gen.c (outAcc, outBitC, outBitNV, genCmpLt, genCmpGt,
2050           genCmpEq): removed
2051         * src/hc08/gen.c (genCmpEQorNE, genCmp, branchopCmp, nameCmp,
2052           negatedCmp, exchangedCmp, genhc08Code): rewrite of comparison handling,
2053           fixes bug #1216342
2054         * src/hc08/peeph.def: added rules 2g - 2l for new conditional branches
2055
2056 2005-06-15 Raphael Neider <rneider AT web.de>
2057
2058         * src/pic16/NOTES: moved Vangelis from active developers to people to contact
2059         * device/include/pic16/{6520.h,8520.h}: fixed configuration bits
2060         * src/pic16/gen.c (): prevent iTemps from being considered to be in CODESPACE,
2061           fixes bug #1221120; for symbols in CODESPACE get number of bytes to read from
2062           OP_SYM_TYPE() instead of OP_SYM_ETYPE()
2063
2064 2005-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2065
2066         * device/include/mcs51/reg764.h: Changed PB0 to PBO as requested by
2067           Marcel Telka in bug #1215704
2068
2069 2005-06-02 Slade Rich <slade_rich AT users.sourceforge.net>
2070
2071         * src/pic/pcode.c : Changed pseudo stack size to 15 to allow WSAVE to be
2072           located in shared memory bank.
2073
2074 2005-05-31 Raphael Neider <rneider AT web.de>
2075
2076         * src/pic16/{gen.c,genarith.c}: replaced sign-extension
2077           "CLRF, BTFSC <signbit>, DECF/COMF" with side-effect-free
2078           "CLRF, BTFSC <signbit>, SETF"; fixes "long>>9"
2079
2080 2005-05-27 Maarten Brock <sourceforge.brock AT dse.nl>
2081
2082         * device/lib/_strncpy.c: fixed the fix
2083
2084 2005-05-26 Raphael Neider <rneider AT web.de>
2085
2086         * src/pic16/glue.c (pic16_printIvalChar): fixed _constant_ string
2087           initializers with \0, bug #1208187
2088         * src/pic/glue.c (printIvalChar): fixed (non- and constant) string
2089           intializers with \0, bug #1208187
2090
2091 2005-05-26 Raphael Neider <rneider AT web.de>
2092
2093         * src/pic16/glue.c (pic16_printIvalChar): fixed string
2094           initializers with \0, bug #1208187
2095         * src/pic16/main.c (_process_pragma): added sanity checks
2096           for stack position and size, emit warnings when appropriate
2097
2098 2005-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
2099
2100         * device/lib/_strncpy.c: fixed not filling with \0
2101
2102 2005-05-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2103
2104         * src/SDCCast.c (funcOfType, funcOfTypeVarg, stringToSymbol,
2105           createFunction),
2106         * src/SDCC.y (external_definition, enumerator, parameter_declaration,
2107           compound_statement),
2108         * src/SDCCsymt.h,
2109         * src/SDCCsymt.c (addSymChain, processFuncArgs): fixed bug #1159134
2110
2111 2005-05-24 Raphael Neider <rneider AT web.de>
2112
2113         * src/pic16/glue.c (pic16_printGPointerType): fixed #1207796
2114
2115 2005-05-24 Raphael Neider <rneider AT web.de>
2116
2117         * device/include/pic16/pic18f{442,452,458}.h: fixed wrong
2118           TRISE definitions, closes bug #1162453
2119
2120 2005-05-22 Raphael Neider <rneider AT web.de>
2121
2122         * src/pic16/main.c (_process_pragma): check for missing
2123           arguments to pragmas code and udata
2124         * device/include/pic16/pic18f{2550,4331,4455,4520}.h:
2125           consistency fixes to match other headers (thanks to Jim Paris)
2126         * device/lib/pic16/libio/i2c.ignore: 18f4331 provides no I2C
2127
2128 2005-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
2129
2130         * src/SDCCicode.c (isOperandEqual): fixed missing ;
2131
2132 2005-05-19 Maarten Brock <sourceforge.brock AT dse.nl>
2133
2134         * support/regression/tests/bug1198642.c: new test
2135         * src/SDCCicode.c (isOperandEqual): fixed bug 1198642
2136         * src/SDCCcse.c (findPrevIc): added comment, please have a look
2137         * support/scripts/resource.h,
2138         * support/scripts/resource.rc,
2139         * src/src.dsp: added sdcc.ico to project as icon for sdcc.exe
2140         * support/scripts/sdcc.ico: added 32x32 icon
2141
2142 2005-05-18 Raphael Neider <rneider AT web.de>
2143
2144         * device/lib/pic16/libdev/pic18f*.c,
2145         * device/include/pic16/pic18f*.h: updated "sfr" and "at X"
2146           keywords to "__sfr" and "__at (X)"
2147         * device/include/pic16/pic18fregs.h: added pic18f4520
2148         * src/pic16/pcode.c (pic16_pCode2str): fixed (?) bug
2149           #1203088 (MPLAB compatibility)
2150
2151 2005-05-17 Raphael Neider <rneider AT web.de>
2152
2153         * device/include/pic16/pic18f{2550,4331,4455,4520}.h: NEW
2154         * device/lib/pic16/libdev/pic18f{2550,4331,4455,4520}.c: NEW
2155         * device/lib/pic16/pics.all: added new devices
2156         * src/pic16/device.c: added support for pic18f4520
2157
2158 2005-05-16 Raphael Neider <rneider AT web.de>
2159         * src/pic16/gen.{c,h}: s/mov2f/pic16_mov2f made public
2160         * src/pic16/genarith.c (genAddLit): fixed bug 1202480
2161         * src/pic16/pcode.{c,h} (pic16_newpCodeOpBit_simple): NEW
2162           convenience function for bit access
2163
2164 2005-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
2165
2166         * device/lib/printf_large.c: fixed bug 1193299
2167         * support/regression/tests/bug1057979.c: added test %3.3s
2168
2169 2005-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2170
2171         * device/include/mcs51/8051.h,
2172         * device/include/mcs51/8052.h: made parseable with lint
2173         * device/include/mcs51/lint.h: added include file for (sp)lint
2174         * doc/sdccman.lyx: added doc about use of splint (syntax checking tool)
2175         * doc/cdbfileformat.lyx,
2176         * doc/test_suite_spec.lyx: hardcoded date to the date of last text change
2177
2178 2005-05-14 Raphael Neider <rneider AT web.de>
2179
2180         * device/lib/pic16/Makefile.common.in: add --optimize-df to OPT_FLAGS
2181         * device/lib/pic16/libc/stdlib/itoa.c (new)
2182         * device/lib/pic16/libc/stdlib/Makefile: have itoa.c built
2183         * device/lib/pic16/libio/Makefile: exclude subdir according to
2184           ${subdir}.ignore for certain PICs (lacking e.g. i2c)
2185         * device/lib/pic16/libio/i2c.ignore (new): pic18f1220 has no I2C support
2186         * src/pic16/gen.c (genFunction): prevent annoying warning
2187         * src/pic16/pcode.c: renamed stack_t to dynstack_t to prevent
2188           nameclashes on BeOS
2189         * support/cpp2/cppmain.c (cpp_output_string): new
2190         * support/cpp2/cpplib.c (_cpp_do__Pragma): fixed _Pragma(""),
2191           fixes bug 1116802
2192
2193 2005-05-13 Borut Razem <borut.razem AT siol.net>
2194
2195         * src/SDCCmain.c (linkEdit): fixed bug 1195202
2196
2197 2005-05-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2198
2199         * .version: changed to version 2.5.1; back to bleeding edge development
2200
2201 2005-05-11 Borut Razem <borut.razem AT siol.net>
2202
2203         * doc/sdccman.lyx doc/cdbfileformat.lyx doc/test_suite_spec.lyx:
2204           generate PDF version 1.3 documents
2205
2206 2005-05-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2207
2208         * .version: changed to version 2.5.0
2209
2210 2005-04-27 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2211
2212         * doc/sdccman.lyx: updated weblinks, index and smaller updates
2213
2214 2005-04-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2215
2216         * doc/sdccman.lyx: changed version 2.5.0, documented --std-c89,
2217         --std-sdcc89, --std-c99, --std-sdcc99, and the corresponding #pragmas, as
2218         well as many smaller updates.
2219         * .version: changed to version 2.5.0-pre1
2220
2221 2005-04-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2222
2223         * src/SDCCmain.c (setIncludePath): added port->target to SDCC_INCLUDE_NAME
2224
2225 2005-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
2226
2227         * support/regression/tests/bug1185672.c: added
2228         * src/mcs51/gen.c (aopGetUsesAcc, genCpl, genAnd, genOr, genXor): fixed
2229           bug 1185672
2230         * src/mcs51/gen.c (genCall): added comments, made it look safer
2231         * src/mcs51/gen.c (genEndFunction): simplified
2232
2233 2005-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
2234
2235         * src/mcs51/ralloc.c (serialRegAssign): fixed bug 1189609
2236
2237 2005-04-14 Borut Razem <borut.razem AT siol.net>
2238
2239         * fixed bug 1045046 - SIGSEGV with really simple code?:
2240           src/pic/pcode.c (pCodeInitRegisters)- pseudo stack size increased to 16
2241           src/pic/ralloc.c (typeRegWithIdx) - error message on pseudo stack overflow
2242
2243 2005-04-14 Borut Razem <borut.razem AT siol.net>
2244
2245         * src/pic16/gen.c (genInline), src/pic16/main.c (_process_pragma),
2246           src/pic16/device.h: temporarily disabled experimental #inline pragma
2247           for 2.5.0 release
2248
2249 2005-04-14 Maarten Brock <sourceforge.brock AT dse.nl>
2250
2251         * device/include/z80/stdio.h,
2252         * device/include/z80/string.h: removed these highly incomplete files so
2253           SDCC can use the default ones in device/include/
2254
2255 2005-04-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2256
2257         * src/mcs51/gen.c (genEndFunction): removed unused variable to fix
2258         gcc warning.
2259         * device/lib/Makefile.in: default PORTINCDIR to the mcs51 subdir to
2260         fix sdcpp warnings.
2261
2262 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
2263
2264         * device/include/malloc.h: removed redundant __reentrant prototypes
2265         * device/lib/_mullong.c: added working xstack variant in asm (C version
2266           doesn't pass regression tests)
2267         * device/lib/bpx.c: used __data and made bpx char for mcs51
2268         * src/SDCCast.c (decorateType): removed unused GPTYPE_IDATA,
2269           (createFunction): fixed bug with xstackPtr
2270         * src/SDCCcse.c: corrected comments
2271         * src/SDCCopt.c (convertToFcall): fixed warning in MSVC,
2272           (killDeadCode, eBBlockFromiCode): removed unused code
2273         * src/SDCCsymt.h: removed unused GPTYPE_GPTR and GPTYPE_IDATA,
2274           corrected comments
2275         * src/mcs51/gen.c (aopForSym, aopPut, toBoolean, unsaveRegisters,
2276           assignResultValue, genCall, genFunction, genEndFunction, genAnd,
2277           genOr, genXor, genAddrOf): fixed several bugs concerning xstack
2278           (genModOneByte): fixed warning in MSVC
2279         * src/mcs51/main.c (): added comments
2280         * src/mcs51/peeph.def: changed 129 to 129.a, added 129.b, 129.c & 129.d
2281
2282 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
2283
2284         * src/SDCCmain.c (linkEdit): oops, changed one line too many
2285
2286 2005-04-11 Maarten Brock <sourceforge.brock AT dse.nl>
2287
2288         * src/SDCCmain.c (linkEdit): fixed bug with finding crt0.o for z80
2289
2290 2005-04-10 Vangelis Rokas <vrokas AT users.sourceforge.net>
2291
2292         * src/pic16/glue.c (printIvalChar): fixed bug when emitting
2293         characters arrays of larger size than the declared one.
2294
2295 2005-04-10 Borut Razem <borut.razem AT siol.net>
2296
2297         * src/pic/gen.c (genInline),
2298           src/pic/pcode.c (newpCodeAsmDir), (pCode2str),
2299           (genericPrint), (unlinkpCodeFromBranch), (compareLabel),
2300           (findNextInstruction), (findPrevInstruction),
2301           (findInstructionUsingLabel),
2302           src/pic/pcode.h: fixed bug #1164907 - Labels not being recognized
2303         * src/pic/pcode.c (findLabel): added missing '\n'
2304         * src/src.dsp: added SDCCdwarf2.c to the project
2305
2306 2005-04-09 Borut Razem <borut.razem AT siol.net>
2307
2308         * support/scripts/sdcc.nsi: added include/hc08/* h to NSIS setup
2309
2310 2005-04-08 Raphael Neider <rneider AT web.de>
2311
2312         * src/pic16/pcode.c: added helpers defmapInsertAfter (insert a new item
2313           into the chain after a given one) and mergeDefmapSymbols (combine
2314           defmap entries for each symbol per pcode)
2315         * (createDefmap): have defmap entries merged in the end
2316         * (defmapReplaceSymRef): split defmap entries covering two accesses to
2317           a symbol before replacing one access type's symbol, merge symbols in
2318           the end (replacement symbol might already have an entry)
2319         * (assignValnums): keep reference to written WREG intact
2320
2321 2005-04-08 Raphael Neider <rneider AT web.de>
2322
2323         * src/pic16/pcode.c (struct defmap_s): named anonymous union (for
2324           Alpha)
2325
2326 2005-04-08 Vangelis Rokas <vrokas AT users.sourceforge.net>
2327
2328         * src/pic16/pcode.c (pic16_get_op2): enlarged size of array b to 128
2329         bytes
2330
2331 2005-04-07 Raphael Neider <rneider AT web.de>
2332
2333         * device/include/pic16/usart.h: added compatibility defines for
2334           devices with more than one USART
2335         * device/include/pic16/pic18f[68][567]20.h: activated above defines
2336
2337 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
2338
2339         * device/lib/Makefile.in: updated for port specific include
2340
2341 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
2342
2343         * support/regression/ports/mcs51/spec.mk: added mcs51 include
2344
2345 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
2346
2347         * device/include/8051.h,
2348         * device/include/8052.h,
2349         * device/include/at89S8252.h,
2350         * device/include/at89c55.h,
2351         * device/include/at89x051.h,
2352         * device/include/at89x51.h,
2353         * device/include/at89x52.h,
2354         * device/include/mcs51reg.h,
2355         * device/include/reg51.h,
2356         * device/include/reg764.h,
2357         * device/include/regc515c.h,
2358         * device/include/sab80515.h: (re)moved these 12 files
2359         * device/include/mcs51/8051.h,
2360         * device/include/mcs51/8052.h,
2361         * device/include/mcs51/at89S8252.h,
2362         * device/include/mcs51/at89c55.h,
2363         * device/include/mcs51/at89x051.h,
2364         * device/include/mcs51/at89x51.h,
2365         * device/include/mcs51/at89x52.h,
2366         * device/include/mcs51/mcs51reg.h,
2367         * device/include/mcs51/reg51.h,
2368         * device/include/mcs51/reg764.h,
2369         * device/include/mcs51/regc515c.h,
2370         * device/include/mcs51/sab80515.h: and added them here
2371
2372 2005-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
2373
2374         * device/include/stdarg.h: changed SDCC specific keywords to double
2375           underlined form.
2376         * device/include/stdint.h: changed intptr_t and uintptr_t for others than
2377           mcs51 and ds390.
2378         * device/include/hc08/mc68hc908gp32.h,
2379         * device/include/hc08/mc68hc908jb8.h,
2380         * device/include/hc08/mc68hc908jkjl.h,
2381         * device/include/hc08/mc68hc908qy.h: fixed comments
2382         * device/include/mcs51/README: updated
2383         * device/include/mcs51/c8051f120.h: added PINRSF
2384         * device/lib/pic16/libc/stdlib/crc16.c: fixed comments
2385         * src/pic16/pcode.c: MSVC6 doesn't accept declaring new variables
2386           amidst code. Also inline is not supported.
2387
2388 2005-04-06 Raphael Neider <rneider AT web.de>
2389
2390         * src/pic16/pcode.c (pic16_pCodeReplace): also update pcflow->end
2391         * (createDefmap): fixed CALLs to depend on FSR1 and RETLW to restore
2392           callers stack/frame pointers
2393
2394 2005-04-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
2395
2396         * device/include/pic16/usart.h: added, missing in previous commit,
2397         * device/include/pic16/adc.h: fixed typo,
2398         * device/lib/pic16/libc/utils/cvtdec.S: added missing in previous
2399         commit,
2400         * device/lib/pic16/libc/stdlib/g_ftoa.S: modified to include
2401         <p18fxxx.inc>
2402         * device/lib/pic16/libc/stdio/streams.c: leave stdin, stdout
2403         uninitialized because a bug appears with gplink
2404         * device/lib/pic16/{some makefiles}: moved $(CSTD) from CFLAGS to
2405         COMPILE_FLAGS and added CPPFLAGS with -nostdinc because sdcpp
2406         complains for unrecognised option
2407
2408 2005-04-05 Raphael Neider <rneider AT web.de>
2409
2410         * src/pic16/gen.c (pic16_popCopyReg): made copying work for extended
2411           structs as well (using memcpy)
2412         * (genFunction): fixed comparison, used pCodeOpLabel to reduce warning
2413           on ISRs (GOTO has no label)
2414         * src/pic16/device.h: added OF_OPTIMIZE_DF
2415         * src/pic16/main.c: added compiler switch --optimize-df to enable the
2416           new data flow analysis/optimization
2417         * src/pic16/pcode.c: added (prototypes for and implementation of)
2418           dataflow analysis functions, fixed pCodeInstructions' inCond and
2419           outCond values, made RCALL a branch instruction
2420         * (pic16_unlinkpCode): keep C line if possible
2421         * (pic16_pCodeUnlink): removed cast on left side of assignment, have
2422           C line moved if possible
2423         * (pic16_getRegFrompCodeOp): NEW, improved version of...
2424         * (pic16_getRegFromInstruction,pic16_getRegFromInstruction2): changed
2425           to use new pic16_getRegFrompCodeOp (works for more SFRs)
2426         * (pic16_BuildFlow): fixed skip instructions with label (did not start
2427           new flow)
2428         * (pic16_getJumptabpCode): NEW, needed in...
2429         * (LinkFlow): fixed handling of jumptables, calls and conditional
2430           branches
2431         * (pic16_InsertCommentAfter): NEW
2432         * (pic16_pCodeReplace): made verbose and flow preserving
2433         * (AnalyzeFlow): added call to data flow analysis
2434         * src/pic16/pcode.h: added defmaps to pCodeFlow struct
2435         * src/pic16/pcodeflow.h: added PCC_STATUS to mean all STATUS bits
2436         * src/pic16/ralloc.c (packRegsForAssign): added return 1 in the end
2437
2438 2005-04-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2439
2440         * src/SDCCast.c (decorateType): fixed bug #1105626
2441
2442 2005-04-02 Vangelis Rokas <vrokas AT users.sourceforge.net>
2443
2444         * device/include/asm/pic16/features.h,
2445         * pic18f*.h headers,
2446         * device/include/pic16/adc.h,
2447         * device/include/pic16/delay.h,
2448         * device/include/pic16/i2c.h,
2449         * device/include/pic16/malloc.h,
2450         * device/include/pic16/stdio.h,
2451         * device/include/pic16/stdlib.h,
2452         * device/include/pic16/string.h,
2453         * device/lib/pic16/libc/stdio/printf_tiny.c,
2454         * device/lib/pic16/libc/stdio/printf_small.c,
2455         * device/lib/pic16/libc/stdio/strmgpsim.c,
2456         * device/lib/pic16/libc/stdio/strmmssp.c,
2457         * device/lib/pic16/libc/stdio/strmusart.c,
2458         * device/lib/pic16/libc/stdio/vfprintf.c,
2459         * device/lib/pic16/libc/stdlib/ltoa.c,
2460         * device/lib/pic16/libc/stdlib/putchar.c,
2461         * device/lib/pic16/libc/stdlib/x_ftoa.c,
2462         * device/lib/pic16/libc/stdlib/memchrpgm.c,
2463         * device/lib/pic16/libc/stdlib/memchrram.c,
2464         * device/lib/pic16/libc/stdlib/memcpypgm2ram.c,
2465         * device/lib/pic16/libc/stdlib/memcpyram2ram.c,
2466         * device/lib/pic16/libio/adc/adcbusy.c,
2467         * device/lib/pic16/libio/adc/adcread.c,
2468         * device/lib/pic16/libio/adc/adcsetch.c,
2469         * device/lib/pic16/libio/usart/ubaud.c,
2470         * device/lib/pic16/libio/usart/ubusy.c,
2471         * device/lib/pic16/libio/usart/udrdy.c,
2472         * device/lib/pic16/libio/usart/uopen.c,
2473         * device/lib/pic16/libio/usart/uputc.c,
2474         * device/lib/pic16/libsdcc/gptr/gptrget1.c,
2475         * device/lib/pic16/libsdcc/gptr/gptrget2.c,
2476         * device/lib/pic16/libsdcc/gptr/gptrget3.c,
2477         * device/lib/pic16/libsdcc/gptr/gptrget4.c,
2478         * device/lib/pic16/libsdcc/gptr/gptrput1.c,
2479         * device/lib/pic16/libsdcc/gptr/gptrput2.c,
2480         * device/lib/pic16/libsdcc/gptr/gptrput3.c,
2481         * device/lib/pic16/libsdcc/gptr/gptrput4.c: modified all SDCC
2482         specific keywords to double underlined form,
2483         * device/lib/pic16/libc/Makefile.rules,
2484         * device/lib/pic16/libsdcc/Makefile.rules,
2485         * device/lib/pic16/libm/Makefile,
2486         * device/lib/pic16/libio/Makefile.rules: added CSTD macro in CFLAGS
2487         to compile with C standard set in Makefile.common
2488         * device/lib/pic16/libc/stdlib/Makefile: added new C sources
2489         rand.c and crc.c in compilation process,
2490         * device/lib/pic16/libsdcc/int/divuint.c,
2491         * device/lib/pic16/libsdcc/long/divulong.c: changed declaration of
2492         `c' from signed to unsigned,
2493         * device/lib/pic16/startup/crt0.c,
2494         * device/lib/pic16/startup/crt0i.c,
2495         * device/lib/pic16/startup/crt0iz.c: adopted to all SDCC specific
2496         keywords to double underlined form, bug fixes in _do_cinit function
2497         which prevented the correct initialization of the .idata segment,
2498         * src/pic16/pcoderegs.c (insideLRBlock): fixed a bug that caused the
2499         core to enter a infinite loop
2500         * device/lib/pic16/libc/stdlib/rand.c, crc.c: new files
2501
2502 2005-04-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2503
2504         * src/SDCCicode.c (getArraySizePtr): fixed bug #1122171
2505
2506 2005-04-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2507
2508         * device/include/Makefile.in: add support for hc08 subdirectory
2509         * device/include/hc08/: new subdirectory
2510         * device/include/hc08/mc68hc908jkjl.h: new header contributed by
2511         Lucas Loizaga, thanks!
2512         * device/include/hc08/mc68hc908qy.h,
2513         * device/include/hc08/mc68hc908gp32.h,
2514         * device/include/hc08/mc68hc908jb8.h: moved hc08 register defs to
2515         their own directory. Changed internal macro names to use the compiler
2516         reserved namespace. Changed SDCC specific keywords to double
2517         underlined form.
2518         * device/include/math.h,
2519         * device/include/malloc.h,
2520         * device/include/stdarg.h,
2521         * device/include/stdbool.h
2522         * device/include/string.h,
2523         * device/include/tinibios.h,
2524         * device/include/ds400rom.h,
2525         * device/include/8051.h,
2526         * device/include/8052.h,
2527         * device/include/80c51xa.h,
2528         * device/include/at89c55.h,
2529         * device/include/at89S8252.h,
2530         * device/include/at89x51.h,
2531         * device/include/at89x52.h,
2532         * device/include/ds80c390.h,
2533         * device/include/reg764.h,
2534         * device/include/regc515c.h,
2535         * device/include/sab80515.h,
2536         * device/include/mcs51/c8051f000.h,
2537         * device/include/mcs51/c8051f018.h,
2538         * device/include/mcs51/c8051f020.h,
2539         * device/include/mcs51/c8051f040.h,
2540         * device/include/mcs51/c8051f060.h,
2541         * device/include/mcs51/c8051f120.h,
2542         * device/include/mcs51/c8051f300.h,
2543         * device/include/mcs51/c8051f310.h,
2544         * device/include/mcs51/c8051f320.h,
2545         * device/include/mcs51/c8051f330.h,
2546         * device/include/mcs51/c8051f350.h,
2547         * device/include/z180.h: Changed SDCC specific keywords to double
2548         underlined form.
2549
2550 2005-03-31 Vangelis Rokas <vrokas AT users.sourceforge.net>
2551
2552         * src/pic16/device.c (Pics16[]): added devices 18F2550, 18F4331,
2553         18F4455,
2554         * (pic16_assignConfigWordValue): disable testing of configuration
2555         register value with config mask,
2556         * src/pic16/gen.c (pic16_testStackOverflow): prefix stack test
2557         function with port->fun_prefix,
2558         * (genFunction): when generating a naked interrupt function never
2559         create an absolute segment placed in interrupt vector address, place
2560         the actual interrupt function at IVA instead, when an interrupt
2561         function is generated with unspecified interrupt then do not create
2562         the absolute section,
2563         * (genGenPointerGet, genGenPointerSet, genPackBits): replace all
2564         code for generating a call to generic pointer get/put function with
2565         a call to function pic16_callGenericPointer(),
2566         * src/pic16/genutils.c (pic16_callGenericPointerRW): NEW, generates
2567         the call to the generic pointer get/put functions with prefixing the
2568         function name with port->fun_prefix,
2569         * src/pic16/glue.c (pic16glue): ifdef-out test of OF_LR_SUPPORT,
2570         * src/pic16/main.c (_process_pragma): prefix function with
2571         port->fun_prefix,
2572         * (_pic16_finaliseOptions): define macro __18Fxxxx macro when
2573         calling assembler, old 18Fxxxx macro is deprecated,
2574         * src/pic16/pcode.c (unlinkpCodeFromBranch): added PC_INLINE and
2575         PC_ASMDIR in while condition,
2576         * (findInstruction): add PC_ASMDIR in while condition,
2577         * (buildCallTree): prefix main with port->fun_prefix,
2578         * (pic16_pCode2str): fixed bug that didn't emit the memory access
2579         identifier for variable with banked access in instructions BTFSS,
2580         BTFSC, BCF, BSF, BTG
2581         * (AnalyzeFlow): moved call to OptimizepCode to pic16_AnalyzeBanking,
2582         * src/pic16/pcodepeep.c (pCodeOpCompare): increase size of b to 1024,
2583         * src/pic16/pcoderegs.c (pic16_pCodeRegoptimizeRegUsage): don't
2584         perform optimization when enviroment variable NO_REG_OPT is set,
2585         * (insideLRBlock): NEW, return 1 if register is inside an
2586         INF_LOCALREGS block,
2587         * (RemoveRegFromLRBlock): remove a register that is completely
2588         eliminated by register optimization, but it is still left in local
2589         register store/restore in/from stack block,
2590         * (Remove2pcodes): after removing register, check to see if it
2591         should be removed from local register store/restore in/from stack
2592         block,
2593         * src/pic16/ralloc.c (pic16_decodeOp): added decode for
2594         DUMMY_READ_VOLATILE,
2595
2596         * device/include/pic16/adc.h: minor prototype modifications and
2597         update,
2598         * device/include/pic16/malloc.h: added GPL notice various
2599         modifications,
2600         * device/include/pic16/stdint.h: NEW, standard header for ints
2601         * device/include/pic16/delay.h: NEW, header for delay functions,
2602         delay10tcy, delay100tcy, delay1ktcy, delay10ktcy, delay100ktcy,
2603         delay1mtcy,
2604         * device/include/pic16/signal.h: NEW, header providing helper macros
2605         for implementing signal handlers,
2606         * device/include/pic16/stdio.h: added prototypes for functions,
2607         printf, vprintf, sprintf, vsprintf, fprintf, vfprintf. Added
2608         prototypes for stdin and stdout, added macro PUTCHAR to
2609         automatically implement putchar function prototype,
2610         * device/include/pic16/usart.h: modified and updated USART library,
2611         * device/lib/pic16/libio/adc/,
2612         * device/lib/pic16/libio/i2c: some modifications to improve library
2613         performance,
2614         * device/lib/pic16/libc/stdio/: modifications for the new printf*
2615         family of functions,
2616         * device/lib/pic16/libc/stdlib/: various modifications in the malloc
2617         family of functions and other sources,
2618         * device/lib/pic16/libio/usart/: NEW, c sources for the usart module
2619         of the PIC18Fxx[28] devices,
2620         * device/lib/pic16/libc/delay/: NEW, c sources for the delay functions,
2621         * device/lib/pic16/libc/utils/: minor modifications in the .S sources,
2622         * device/lib/pic16/startup/{crt0i.c, crt0iz.c}: redesign of the
2623         _do_cinit function, because the previous failed when local variables
2624         where not placed in the same memory bank,
2625         * device/lib/pic16/libsdcc/char/: various modifications to improve
2626         library performance,
2627         * doc/sdccman.lyx: some reorganization of the PIC16 part, added many
2628         information on the new functions of the c library and more...
2629
2630 2005-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2631
2632         * src/SDCCBBlock.c (iCodeBreakDown): fixed bug #1170212
2633
2634 2005-03-26 Raphael Neider <rneider AT web.de>
2635
2636         * src/pic16/gen.c (genSkipc): fixed semantics (execute branch
2637           if condition == CARRY)
2638         * (genCmp): adapted to new genSkipc semantics
2639         * src/pic16/genutils.c (pic6_genCmp_special): removed side effect
2640           on rIfx (genCmp was broken)
2641
2642 2005-03-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2643
2644         * src/SDCCmain.c (setDefaultOptions, optionsTable[], parseCmdLine),
2645         * src/z80/main.c (_keywords[]),
2646         * src/SDCCglobal.h (struct options),
2647         * src/SDCC.y,
2648         * src/SDCC.lex (isTargetKeyword, doPragma, pragma_tbl[]): new pragmas
2649         to enable/disable SDCC and C99 extensions/keywords (std_c89, std_sdcc89,
2650         std_c99, std_sdcc99). Also, equivalent command line options (--std-c89,
2651         --std-sdcc89, --std-c99, --std-sdcc99). SDCC specific keywords are
2652         always available in leading double underscore form. The C99 support is
2653         mostly missing, but it's a start.
2654         * support/regression/tests/bug-227710.c: fixed nonconforming use of
2655         reserved identifier "__data".
2656
2657 2005-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
2658
2659         * src/mcs51/peeph.def: fixed bug 1170013
2660
2661 2005-03-22 Maarten Brock <sourceforge.brock AT dse.nl>
2662
2663         * device/include/mcs51reg.h: fixed bug 842007
2664
2665 2005-03-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2666
2667         * src/SDCCcflow.c (dfNumCompare): committed the wrong version of this
2668         last time.
2669
2670 2005-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2671
2672         * src/port.h (struct PORT),
2673         * src/avr/ralloc.c (avr_assignRegisters),
2674         * src/avr/main.c,
2675         * src/ds390/ralloc.c (ds390_assignRegisters),
2676         * src/ds390/main.c,
2677         * src/hc08/ralloc.c (hc08_assignRegisters),
2678         * src/hc08/main.c,
2679         * src/mcs51/ralloc.c (mcs51_assignRegisters),
2680         * src/mcs51/main.c,
2681         * src/pic/ralloc.c (pic14_assignRegisters),
2682         * src/pic/main.c,
2683         * src/pic16/ralloc.c (pic16_assignRegisters),
2684         * src/pic16/main.c,
2685         * src/xa51/ralloc.c (xa51_assignRegisters),
2686         * src/xa51/main.c,
2687         * src/z80/ralloc.c (z80_assignRegisters),
2688         * src/z80/ralloc.h,
2689         * src/SDCCopt.c (eBBlockFromiCode, replaceRegEqv, killDeadCode),
2690         * src/SDCCcse.c (ifxOptimize, cseBBlock, cseAllBlocks),
2691         * src/SDCCcse.h,
2692         * src/SDCCdflow.c (computeDataFlow),
2693         * src/SDCCdflow.h,
2694         * src/SDCCloop.c (addDefInExprs, loopInvariants, loopOptimizations),
2695         * src/SDCCloop.h,
2696         * src/SDCCcflow.c (*),
2697         * src/SDCCcflow.h,
2698         * src/SDCCBBlock.c (iCodeBreakDown, dumpEbbsToFileExt, eBBWithEntryLabel),
2699         * src/SDCCBBlock.h (struct ebbIndex): new struct that keeps two copies
2700         of the eBBlock list, sorted by both bbnum and dfnum. (fixes bug with
2701         immedDom() returning wrong block; probably fixes bug #1160833)
2702
2703 2005-03-20 Borut Razem <borut.razem AT siol.net>
2704
2705         * support/scripts/inc2h.pl: WIN32 port
2706
2707 2005-03-19 Maarten Brock <sourceforge.brock AT dse.nl>
2708
2709         * device/lib/makefile.in: added abs.c and labs.c
2710
2711 2005-03-17 Maarten Brock <sourceforge.brock AT dse.nl>
2712
2713         * device/include/stdint.h: added
2714         * device/lib/abs.c: added
2715         * device/lib/labs.c: added
2716         * device/include/stdlib.h: added abs() and labs() prototypes
2717         * device/lib/libsdcc.lib: added abs and labs
2718         * device/include/float.h,
2719         * device/lib/_fsmul.c,
2720         * device/lib/printf_fast.c,
2721         * device/lib/printf_tiny.c: updated comments
2722
2723 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2724
2725         * src/SDCCicode.c (geniCodeSwitch, geniCodeJumpTable): fixed
2726         bug #1164313
2727
2728 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2729
2730         * src/SDCCcse.c (cseBBlock): retain assignment to self when volatile
2731         * src/SDCCast.c (isLoopCountable): fixed bug #1161985
2732
2733 2005-03-15 Maarten Brock <sourceforge.brock AT dse.nl>
2734
2735         * device/lib/printf_large.c: removed inline assembly for portability and
2736           readability. Use printf_fast if speed or size are more important.
2737         * src/pic16/gen.c: removed conditions around use of DEBUGpc
2738         * src/pic16/genutils.h: added define for DEBUGpc for MSVC
2739
2740 2005-03-15 Vangelis Rokas <vrokas AT users.sourceforge.net>
2741
2742         * src/pic16/genutils.c (pic16_genCmp_special): initialized offs to
2743         prevent compiler warning
2744
2745 2005-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
2746
2747         * device/lib/pic16/startup/crt0i.c (_cinit): local variables where
2748         moved to level 0 and declared as static. Also they are explicit
2749         placed in access bank. This was necessery because some times they
2750         might cross memory bank boundaries. crt0iz.c is *NOT* updated!!!
2751         * src/pic16/device.h: added flag OPTIMIZE_CMP to enable some compare
2752         optimizations. Currently only compare to unsigned char is implemented,
2753         * src/pic16/gen.c: added fReturnIdx array,
2754         * (struct resolvedIfx) is moved to gen.h and made public,
2755         * (struct _G): added sregsAlloc and sregsAllocSet fields,
2756         * (aopForSym): added an optimization to directly store in stack of
2757         the operand of a SEND iCode,
2758         * (pic16_aopOp): don't return return registers as strings (AOP_STR)
2759         but as registers instead (AOP_REG) using the fReturnIdx array,
2760         * (pic16_freeAsmop): remove the freed register from the
2761         _G.sregsAlloc field,
2762         * (pic16_aopGet): in case AOP_STR, the compare to 'a' is changed to
2763         a compare of 'WREG',
2764         * (pic16_popGetTempRegCond): changed function prototype, now
2765         function takes also a bitVector argument v which holds the current
2766         set of registers that are allocated for stack access by aopForSym,
2767         registers allocated in aopForSym for accessing stack symbols are not
2768         any more part of the functions usedRegs field,
2769         * (genCall): some times aopOp is called for a stack variable to be
2770         send, aopForSym might perform the push, if this is true make sure
2771         that genCall doesn't push the variable twice by testing _G.resDirect,
2772         * (genFunction): changed testing for unspecified interrupt number
2773         from 256 to INTNO_UNSPEC,
2774         * modified selection scheme of frame pointer generation. Previously
2775         if function did use local registers a frame pointer was generated,
2776         now a frame pointer is generated only if function has arguments
2777         (that need PLUSW2 register access), or has stack arguments, or the
2778         compiler is not instructed to omit the frame pointer,
2779         * (genEndFunction): before restoring local registers that were saved
2780         in the function preamble, also restore the registers that *might*
2781         have been allocated for stack access,
2782         * (genRet): removed some old comments,
2783         * (genCmp, the active (RN's) version): added a call to the
2784         pic16_genCmp_special function to perform the compare with a more
2785         robust and optimized way,
2786         * (genInline): a feature has been added in inline code generation,
2787         which allows a wildcard variable substitution when writing inline
2788         assembly. Code is incomplete and experimental therefore undocumented,
2789         * (genCast): changed order of aopOp for result and right to allow
2790         aopForSym to directly load the result if possible,
2791         * src/pic16/genutils.c (selectCompareOp, pic16_genCmp_special): NEW,
2792         perform an optimized compare on some selected special occasions,
2793         * src/pic16/genutils.h: declaration of resolvedIfx structure from gen.c,
2794         * src/pic16/glue.c (pic16createInterrupVect): make sure we never
2795         generate an IVT any more,
2796         * src/pic16/main.c (pic16_optionsTable): added command line option
2797         --optimize-cmp,
2798         * (_pic16_initPaths): when calling C preprocessor define pic18fXXXX
2799         macro too, when calling assembler define pic18fXXXX *and* __18Fxxxx
2800         macros,
2801         * src/pic16/NOTES: Raphael Neider added in list of active developers
2802         * src/pic16/pcode.c (OPT_TYPE_STR): added strings jumptable_begin and
2803         jumptable_end to prevent bug #,
2804         * (pic16_pciADDWFC, ADDFWC, COMF, CLRF): added some missing flags in
2805         inCond and outCond fields,
2806         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): add a fix for bug #,
2807         * src/pic16/ralloc.c (serialRegAssign): explicit set willCS to 0 to
2808         turn off register spilling,
2809         * (packRegsForOneUse): synced with other ports' versions although it
2810         is not used currently,
2811         * (pic16_packRegisters): added an optimization while reading
2812         structure bitfields, some registers may be saved (malloc code is
2813         decreased by 80 bytes)
2814
2815 2005-03-12 Vangelis Rokas <vrokas AT users.sourceforge.net>
2816
2817         * src/SDCCcse.c (cseBBlock): inside 'do operand lookup' loop test if
2818         left is a bitfield, if yes, then don't optimize assignment. Perhaps
2819         this can be optimized more?
2820
2821 2005-03-10 Raphael Neider <rneider AT web.de>
2822
2823         * src/pic16/gen.c (pic16_loadFSR0, genPackBits, genUnpackBits,
2824           genNearPointerGet): (hopefully) fixed access to bitfields via
2825           pointers (p->bitN = x; and x = p->bitN; failed)
2826
2827 2005-03-09 Paul Stoffregen <paul AT pjrc.com>
2828
2829         * device/lib/printf_fast.c: fix leading zero format, eg "%02d"
2830
2831 2005-03-09 Raphael Neider <rneider AT web.de>
2832
2833         * src/SDCCopt.c (killDeadCode): fixed bug #1156016
2834
2835 2005-03-06 Maarten Brock <sourceforge.brock AT dse.nl>
2836
2837         * src/SDCCicode.h: moved CRITICAL and ENDCRITICAL from SKIP_IC2 to SKIP_IC
2838         * src/mcs51/ralloc.c (willCauseSpill): added check for REG_BIT type,
2839           (regTypeNum): set REG_BIT type if necessary
2840         * src/mcs51/ralloc.h: added define REG_BIT, used to fix bug 1144613
2841         * support/regression/tests/critical.c: check bug 1144613
2842
2843 2005-03-02 Raphael Neider <rneider AT web.de>
2844
2845         * src/pic16/gen.c (genRightShiftLiteral): fixed bug #1154256
2846
2847 2005-02-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2848
2849         * src/avr/ralloc.c (serialRegAssign),
2850         * src/ds390/ralloc.c (serialRegAssign),
2851         * src/hc08/ralloc.c (serialRegAssign),
2852         * src/mcs51/ralloc.c (serialRegAssign),
2853         * src/pic/ralloc.c (serialRegAssign),
2854         * src/pic16/ralloc.c (serialRegAssign),
2855         * src/xa51/ralloc.c (serialRegAssign),
2856         * src/z80/ralloc.c (serialRegAssign): fixed bug #1105154
2857
2858 2005-02-22 Maarten Brock <sourceforge.brock AT dse.nl>
2859
2860         * src/SDCCast.c (decorateType): fixed bug 1124787
2861
2862 2005-02-20 Hubert Sack <sack AT digiplan.de>
2863         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2864
2865         * src/mcs51/peeph.def: added peepholes 3.h-k and 132.a-f from
2866         patch #1121755
2867
2868 2005-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2869
2870         * src/SDCCpeeph.def: new keyword "labelRefCountChange" which allows peepholes
2871         to keep the correct label reference count when adding/removing references
2872         to labels. A peephole file using this is appended to patch #1144962.
2873
2874 2005-02-14 Raphael Neider <rneider AT web.de>
2875
2876         * device/lib/pic16/libc/string/memccpy.c: changed 3rd argument to char
2877         * src/SDCC.lex (process_pragma): fixed to make disable_warning work for PIC16
2878         * src/pic16/gen.c (aopForSym, calls to pic16_aopOp): prevent unneccessary
2879           retrievals of result operand's value on assignment
2880
2881 2005-02-13 Vangelis Rokas <vrokas AT otenet.gr>
2882
2883         * device/include/pic16/string.h: modified prototype for memccpy()
2884         to memccpy(void *, void *, char, size_t)
2885         * src/pic16/gen.c (genFunction, genEndFunction): reenable if-case to
2886         check whether to omit frame pointer or not,
2887         * (genInline): convert all occurences of "\n" to LF in inline
2888         assembler blocks, this helps formatting the inline text,
2889         * (pic16_loadFSR0): modified prototype,
2890         * (genNearPointerGet, genNearPointerSet): reorganization of code,
2891         removed some 8051 legacy code,
2892         * (genPackBits): enabled handling bitfields exceeding one byte in size,
2893         * src/pic16/ralloc.c (pic16_assignRegisters): clear dynrIdx variable
2894         before allocating temporary registers in functions,
2895
2896 2005-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
2897
2898         * support/regression/tests/bitvars.c: corrected the "fix"
2899
2900 2005-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
2901
2902         * support/regression/tests/bitvars.c,
2903         * support/regression/tests/bitwise.c,
2904         * support/regression/tests/rotate.c: "fixed" problems on Alpha
2905
2906 2005-02-10 Raphael Neider <rneider AT web.de>
2907
2908         * src/pic16/pcode.c (assignToSameBank) : fixed cast to pointer of
2909           different size for Alpha
2910         * src/pic16/gen.c (genCmpEq) : improved compare with 0
2911
2912 2005-02-09 Raphael Neider <rneider AT web.de>
2913
2914         * src/SDCC.lex(doPragma) : save and restore warning options as well
2915           (also added new stack plus clone- and copyAndFreeSDCCERRG())
2916         * have #pragma less_pedantic set the errorlevel to WARNING
2917           (fixes #1117001)
2918         * (cloneOptimize) : fixed wrong malloc's size
2919         * support/Util/SDCCerr.[ch] : made SDCCERRG globally accessible to
2920           facilitate correct handling of #pragma (save|restore)
2921
2922 2005-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
2923
2924         * src/mcs51/gen.c: removed non-standard C nameless struct/union
2925
2926 2005-02-04 Slade Rich <slade_rich AT users.sourceforge.net>
2927
2928         * src/pic/gen.c : Fix for bugs #1080519 & #1115662.
2929
2930 2005-02-03 Maarten Brock <sourceforge.brock AT dse.nl>
2931
2932         * device/include/mcs51/c8051f120.h: added declarations for sbit port 2,3&4
2933
2934 2005-02-02 Raphael Neider <rneider AT web.de>
2935
2936         * src/SDCCast.c (processParms): disabled W_NONRENT_ARGS for pic16 port
2937         * src/pic16/gen.c (aopForSym): reenabled special case for function pointers
2938         * (pic16_storeForReturn): fixed to allow returning function pointers
2939         * (genPackBits): improved accessing full bytes, implemented for GPOINTERs
2940         * device/include/pic16/{stddef.h,stdbool.h}: added
2941
2942 2005-02-02 Maarten Brock <sourceforge.brock AT dse.nl>
2943
2944         * device/include/mcs51/c8051f040.h: added define CPT2_PAGE
2945
2946 2005-02-01 Slade Rich <slade_rich AT users.sourceforge.net>
2947
2948         * src/pic16/pic16.dsp : Added file graph.c to make it compile under windows
2949         * src/pic16/Makefile.bcc : Do not use this file but added file graph.c as it
2950          appeared to be required
2951
2952 2005-01-31 Borut Razem <borut.razem AT siol.net>
2953
2954         * support/scripts/sdcc.nsi: added include/asm/ds390, include/asm/mcs51,
2955           include/mcs51 and include/z80 directories to the package
2956
2957 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2958
2959         * src/hc08/gen.c (genFunction): fixed bug #1112752
2960
2961 2005-01-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2962
2963         * src/mcs51/peeph.def: adapted peephole 258.x to changed gen.c (genAnd)
2964
2965 2005-01-29 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2966
2967         * src/mcs51/gen.c (genAnd): accessing LSB/MSB by rotating acc
2968
2969 2005-01-29 Maarten Brock <sourceforge.brock AT dse.nl>
2970
2971         * device/include/Makefile.in: create/copy mcs51 and z80 include subdirs
2972
2973 2005-01-27 Maarten Brock <sourceforge.brock AT dse.nl>
2974
2975         * device/include/c8051fxxx.h: removed these 6 files
2976         * device/include/mcs51/c8051fxxx.h: added these 11 new files
2977
2978 2005-01-26 Raphael Neider <rneider AT web.de>
2979
2980         * src/pic16/gen.c (genAssign): fixed assignment from longs
2981           in codespace (were cut to three bytes)
2982         * (genDummyRead): implemented (except for CODESPACE...),
2983           fixed bug #1108575
2984         * src/pic16/glue.c (emitStatistics): beautified
2985         * device/lib/pic16/libm/Makefile: added include path
2986
2987 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2988
2989         * src/z80/gen.c (aopPut): fixed bug #1103902
2990
2991 2005-01-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2992
2993         * device/lib/expf.c: fixed bug #1095792
2994
2995 2005-01-24 Vangelis Rokas <vrokas AT otenet.gr>
2996
2997         * device/lib/pic16/libm: added Math library sources
2998
2999 2005-01-24 Raphael Neider <rneider AT web.de>
3000
3001         * src/pic16/pcode.h: added second memory operand to pCodeOpReg
3002           to enable upcast to pCodeOpReg2 (there is no type tag to
3003           differenciate the two and pic16_popGet2p cast into PCOR2)
3004         * src/pic16/main.c (_process_pragma): fixed another malloc bug
3005           (sizeof(sectNames) changed to sizeof(sectName))
3006           Both patches fix segfaults under MinGW.
3007
3008 2005-01-23 Raphael Neider <rneider AT web.de>
3009
3010         * src/pic16/{device.c,pcode.c}: s/free/Safe_free/g for
3011           Safe_[mc]?alloc()'ed variables
3012         * src/pic16/gen.c (pic16_aopOp,pic16_popGet): added handling
3013           of (byte sized) temporaries (assign them to WREG for now)
3014         * src/pic16/main.c (_process_pragma): fixed nasty malloc bug
3015           (used sizeof(set *sectSyms) instead of sizeof(struct sectSym)),
3016           this might fix SIGSEGVs on MinGW...
3017         * src/SDCCopt.c (killDeadCode): restored original behaviour
3018           (volatile operands might get thrown away though)
3019
3020 2005-01-23 Vangelis Rokas <vrokas AT otenet.gr>
3021
3022         * src/pic16/gen.c: fixed bug #1106975,
3023         * src/pic16/gen.c: fixed possible bug #1102572, now during TOS
3024         pointer update, INTCON is saved, global interrupts are disabled and
3025         restored after updateing TOS.
3026         * src/SDCC.y, src/SDCC.lex, src/SDCCsymt.c, src/SDCCsymt.h:
3027         * added function attribute 'shadowregs' to take advantage of shadow
3028         registers,
3029         * added function attribute 'wparam' as an alternative to the wparam
3030         pragma,
3031         * support/Utils/SDCCerr.[ch]: added error E_SHADOWREGS_NO_ISR when
3032         user declares a non-ISR function as 'shadowregs',
3033         * doc/sdccman.lyx: updated to reflect recent changes of pic16 port
3034
3035 2005-01-22 Vangelis Rokas <vrokas AT otenet.gr>
3036
3037         * .version: bumped version number to 2.4.8
3038         * device/lib/pic16/pics.all: list of PIC18F devices supported by
3039         pic16 port,
3040         * device/lib/pic16/libio/i2c/: I2C module support library,
3041         * device/include/pic16/i2c.h: I2C support library header,
3042         * device/lib/pic16/libc/stdio/: standard IO support sources,
3043         * (printf_small.c): printf_small() source, supports float print,
3044         * (printf_tiny.c): printf_tiny() source, does not support floats,
3045         * device/lib/pic16/Makefile.common.in: added OPT_FLAGS macro to
3046         enable global optimizations for entire library source, other
3047         Makefiles in the source tree are also modified to reflect this,
3048         * device/lib/pic16/libc/stdlib/putchar.c (putchar): dummy putchar()
3049         function,
3050         * doc/sdccman.lyx: updated to reflect new changes,
3051         * src/pic16/gen.c (aopForSym): don't handle sym->iaccess in
3052         sym->onStack if-case,
3053         * src/pic16/main.c (_pic16_keywords): commented out keywords bit,
3054         sbit, idata, _idata, xdata, _xdata,
3055         * added pragma library, to link an external library, (see doc),
3056         * removed command line options, --pomit-config-words, --pomit-ivt,
3057         --pleave-reset-vector,
3058         * (pic16_finaliseOptions): when define macro SDCC_MODEL_{SMALL/LARGE}
3059         when calling assembler to reflect memory model used, also define
3060         macro STACK_MODEL_{SMALL/LARGE} when compiling and assembling to
3061         reflect stack model used,
3062         * src/pic16/ralloc.c (pic16_allocDirReg): when operand is allocated
3063         on stack return NULL,
3064
3065 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
3066
3067         * src/SDCCopt.c (killDeadCode): do not throw iCodes away if one
3068           of the operands is volatile. Fixes #1020220
3069
3070 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
3071
3072         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): reenabled optimization
3073         * (OptimizeRegUsage): make sure that there is really no other flow where
3074           the first pCode is used
3075
3076 2005-01-22 Raphael Neider <rneider AT web.de>
3077
3078         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): disabled optimization
3079           to fix #1106967 (pCode->seq are not set up correctly)
3080
3081 2005-01-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3082
3083         * src/SDCCglue.c (glue): make sure code area is declared before the
3084         static initialization area.
3085
3086 2005-01-21 Raphael Neider <rneider AT web.de>
3087
3088         * device/lib/Makefile.in: fixed test for pic16 install dir
3089         * device/lib/pic16/*/Makefile*: modified compile flags to enable
3090           optimizations
3091         * doc/sdccman.lyx: updated banksel optimization, removed --flr-support and
3092           added --optimize-goto compiler switch and pragma wparam documentation
3093         * src/pic16/pcode.c (pic16_OptimizeBanksel): removed statistics dump
3094         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed copying of WREG, PRODL
3095           and PRODH closing bug #1071770 (peephole optimizer)
3096
3097 2005-01-19 Raphael Neider <rneider AT web.de>
3098
3099         * src/SDCCglobl.h: ensure that PATH_MAX >= 2048 to guarantee
3100           cmdLine buffers (used when calling sdcpp...) are large enough
3101           (MAX_PATH=256 truncates arguments leading to system halts when
3102           used in MinGW...)
3103         * src/pic16/gen.c (pic16_sameRegs): relaxed size criterion
3104         * (genUminus): rewritten to for efficiency
3105         * (genNearPointer[GS]et): enforce reloading of FSR0 (was still
3106           used uninitialized in some cases)
3107         * (genCast): upcasting a 16bit int to a 24bit GPOINTER may not
3108           copy the third byte from the int -- now assumes 0x80 (data memory)
3109         * src/pic16/genarith.c (pic16_genPlus): fixed bug when swapping
3110           operands (genAddLit expects the iCode's operands to swapped as
3111           well), fixed leftover bytes (crashed for short left operands)
3112         * (pic16_genMinusDec): performance improvements, removed false
3113           PIC14 emitSKPNCs
3114         * (pic16_genMinus): fixed to cope with differently sized operands
3115         * src/pic16/glue.c (pic16_glue): added new banksel optimization
3116           for --obanksel > 1
3117         * src/pic16/pcode.c: implemented (first phase of) banksel optimization
3118         * src/pic16/graph.[ch]: implementation of directed graphs, used by
3119           new banksel optimization
3120         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): prevented
3121           analysis for temporary registers (segfaults...)
3122         * src/pic16/peeph.def: added rule
3123
3124 2005-01-18 Vangelis Rokas <vrokas AT otenet.gr>
3125
3126         * device/lib/pic16/libc/stdlib/x_ftoa.c: it defines x_ftoa function
3127         which converts a float number to its ASCII representation
3128         * device/lib/pic16/libc/utils/cnvfrac.S,cnvint.S: support
3129         functions to convert the fractional and integer part of a float to ASCII,
3130         * device/lib/pic16/libc/stdlib/(calloc.c,free.c, malloc.c,
3131         realloc.c): added _MALLOC_SPEC to explicit place variables in data
3132         ram
3133         * device/include/asm/pic16/features.h: added _CODE, _DATA, _AUTOMEM,
3134         _STATMEM macros,
3135         * device/include/pic16/adc.h: added GPL info,
3136         * src/pic16/gen.c (genIfxpCOpJump): perform an genIfxJump but using
3137         a pCodeOp as tested operand,
3138         * (genNearPointerGet): optimized bit testing, does not use
3139         intermediate register for bit value, test directly instead with
3140         BTFSS, BTFSC, works only for single bits,
3141         * (genpic16Code): dump the name of the iCode in the asm,
3142         * src/pic16/ralloc.c (decodeOp): removed static declaration and
3143         renamed to pic16_decodeOp,
3144         * (serialRegAssign): do not allocate a temporary register for iCode
3145         sequences that test a single bit for 1/0
3146
3147 2005-01-12 Vangelis Rokas <vrokas AT otenet.gr>
3148
3149         * src/pic16/pcode.[ch]: introduced pic16_stackpnt_*,
3150         pic16_framepnt_*, pic16_stack_*, pic1_frame_* pointer variables to
3151         access stack and frame pointers. They are initially assigned to
3152         point at pic16_pc_fsr1[lh] and pic16_pc_fsr2[lh] variables and other
3153         accessing SFRs. Updated all occurences of modification of stack or
3154         frame pointer in gen.c and pcode.c,
3155         * src/pic16/ralloc.c (serialRegAssign): fixed two bugs with
3156         assigning of a literal value to pointers,
3157         * src/pic16/main.c (pic16_finiliseOptions): set pre-processor define
3158         flag STACK_MODEL_SMALL or STACK_MODEL_LARGE according to the model
3159         selected
3160
3161 2005-01-11 Vangelis Rokas <vrokas AT otenet.gr>
3162
3163         * doc/sdccman.lyx: update documentation about stack pragma, added
3164         some info for stack memory models
3165
3166 2005-01-08 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3167
3168         * src/pic16/gen.c (DEBUGpc): MSVC 6 does not support macro variable arguments
3169
3170 2005-01-08 Raphael Neider <rneider AT web.de>
3171
3172         * src/pic16/device.c (pic16_dump_usection): changed naming scheme for
3173           udata sections to fix bug #1097823
3174
3175 2005-01-05 Raphael Neider <rneider AT web.de>
3176
3177         * src/pic16/gen.c (genGenericShift): added handling of differently
3178           sized left operand and result
3179
3180 2005-01-04 Raphael Neider <rneider AT web.de>
3181
3182         * src/pic16/gen.c (genIfxJump): fixed inverted skips on CARRY
3183         * (genIfx): fixed (?) read from uninitialized SPIL_LOC (now assumes CARRY
3184           to hold the condition bit)
3185         * added new version of genCmp (old code available via #define)
3186         * added new version of genShiftLeft/genShiftRight in a generic
3187           way, now supports shifting by negative values
3188         * (genLeftShiftLiteral, genRightShiftLiteral): use absolute value of
3189           shiftCount (expected by genGenericShift)
3190         * src/pic16/genarith.c (genPlus): added code for adding CARRY+literal
3191         * src/pic16/pcode.c (pic16_OptimizeJumps): removed annoying statistics
3192           dump
3193         * (pic16_newpCodeOpLit): changed to cast to unsigned char (as e.g. -32766
3194           is an invalid literal too...)
3195
3196 2005-01-04 Vangelis Rokas <vrokas AT otenet.gr>
3197
3198         * src/pic16/gen.c (aopForSym, genEndFunction): applied some fixes
3199         from Raphael Neider,
3200         * src/pic16/pcode.c (pic16_newpCodeOpLit): removed casting to char
3201         for 8-bit literals. This fixes some literal operands which are sign
3202         extended to 16-bits ints when instruction needs only 8-bits.
3203
3204 2004-12-31 Paul Stoffregen <paul AT pjrc.com>
3205
3206         * device/lib/logf.c: added mcs51 assembly version
3207         * device/lib/expf.c: added mcs51 assembly version
3208         * device/lib/_logexpf.c: new shared asm code for expf and logf
3209         * device/include/math.h: add defines for assembly math library
3210         * device/lib/Makefile.in: build new _logexpf.c
3211         * device/lib/libfloat.lib: use new _logexpf.c
3212
3213 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
3214
3215         * src/pic/device.c
3216         * src/pic/pcode.c : adjusted internal stack and pre-allocated registers for
3217           device types which have less than 0x7f registers.
3218
3219 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
3220
3221         * src/pic/genarith.c : Fixed problem with subtraction where the result would not be updated when borrowing.
3222
3223 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
3224
3225         * device/lib/printf_fast.c: only build on supported arch.
3226         * device/lib/printf_tiny.c: only build on supported arch.
3227         * device/lib/printf_fast_f.c: only build if asm float lib
3228         * device/lib/_fsget1arg.c: only build if asm float lib
3229         * device/lib/_fsget2args.c: only build if asm float lib
3230         * device/lib/_fsnormalize.c: only build if asm float lib
3231         * device/lib/_fsreturnval.c: only build if asm float lib
3232         * device/lib/_fsrshift.c: only build if asm float lib
3233         * device/lib/_fsswapargs.c: only build if asm float lib
3234         * device/include/stdio.h: don't provide print_fast,
3235           print_fast_f, print_tiny prototypes if --xstack used
3236
3237 2004-12-28 Maarten Brock <sourceforge.brock AT dse.nl>
3238
3239         * device/lib/sincosf.c (sincosf): don't invert bit/bool by ~
3240         * support/regression/ports/mcs51-stack-auto/spec.mk: added new _fs.. files
3241           to the SOURCES
3242
3243 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
3244
3245         * device/lib/printf_fast_f.c: same as printf_fast, but
3246           with floating point enabled
3247         * device/lib/printf_fast.c: minor tweaks
3248         * device/include/stdio.h: add printf_fast_f
3249
3250 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
3251
3252         * src/SDCCmain.c: make --float-reent default for mcs51
3253         * device/lib/_fsadd.c: added mcs51 assembly version
3254         * device/lib/_fssub.c: added mcs51 assembly version
3255         * device/lib/_fsmul.c: added mcs51 assembly version
3256         * device/lib/_fsdiv.c: added mcs51 assembly version
3257         * device/lib/_fseq.c: added mcs51 assembly version
3258         * device/lib/_fsneq.c: added mcs51 assembly version
3259         * device/lib/_fsgt.c: added mcs51 assembly version
3260         * device/lib/_fslt.c: added mcs51 assembly version
3261         * device/lib/_fscmp.c: shared code for fseq,fsgt,fslt,fsneq
3262         * device/lib/Makefile.in: add _fscmp to build
3263         * device/lib/libfloat.lib: add _fscmp to build
3264
3265 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
3266
3267         * device/lib/_fs2slong.c: added mcs51 assembly version
3268         * device/lib/_fs2sint.c: added mcs51 assembly version
3269         * device/lib/_fs2schar.c: added mcs51 assembly version
3270         * device/lib/_fs2ulong.c: added mcs51 assembly version
3271         * device/lib/_fs2uint.c: added mcs51 assembly version
3272         * device/lib/_fs2uchar.c: added mcs51 assembly version
3273         * device/lib/_slong2fs.c: added mcs51 assembly version
3274         * device/lib/_sint2fs.c: added mcs51 assembly version
3275         * device/lib/_schar2fs.c: added mcs51 assembly version
3276         * device/lib/_ulong2fs.c: added mcs51 assembly version
3277         * device/lib/_uint2fs.c: added mcs51 assembly version
3278         * device/lib/_uchar2fs.c: added mcs51 assembly version
3279         * device/include/float.h: added #define to select asm vs c
3280
3281 2004-12-26 Paul Stoffregen <paul AT pjrc.com>
3282
3283         * device/lib/printf_fast.c: improvements to float output
3284         * device/include/float.h: add defines for assembly float library
3285         * device/lib/_fsget1arg.c: receive 1 float arg
3286         * device/lib/_fsget2args.c: receive 2 float args (reentrant)
3287         * device/lib/_fsnormalize.c: normalize a float
3288         * device/lib/_fsreturnval.c: return float, various helper routines
3289         * device/lib/_fsrshift.c: right shift a float's mantissa
3290         * device/lib/_fsswapargs.c: swap 2 floats
3291         * device/lib/Makefile.in: build these 6 new files for mcs51
3292         * device/lib/libfloat.lib: add these 6 files to the library
3293
3294 2004-12-26 Borut Razem <borut.razem AT siol.net>
3295
3296         * sim/ucsim/avr.src/arith_inst.cc: fixed bug #1088372- savr is not
3297           built by gcc 3.4.2
3298
3299 2004-12-25 Paul Stoffregen <paul AT pjrc.com>
3300
3301         * device/lib/printf_tiny.c: printf for mcs51 in only 267 bytes,
3302           and fully reentrant and register bank neutral.
3303         * device/lib/printf_fast.c: added float (not enabled by default),
3304           added compact/slower integer (also not enabled by default),
3305           improved size/speed of fast integer code, other minor changes
3306         * device/include/stdio.h, device/lib/Makefile.in,
3307           device/lib/libsdcc.lib: integrate printf_tiny into mcs51 build
3308
3309 2004-12-24 Maarten Brock <sourceforge.brock AT dse.nl>
3310
3311         * src/pic16/pcode.c: declaring variables other than at the start of a
3312           block is not supported in C by VC6.
3313
3314 2004-12-22 Vangelis Rokas <vrokas AT otenet.gr>
3315
3316         * applied a previous patch from Raphael Neider that wasn't included
3317         in the previous commits, which fixes infinite loops within jumptable
3318         improvements,
3319         * made some fixes that previous patches introduced
3320
3321 2004-12-21 Vangelis Rokas <vrokas AT otenet.gr>
3322
3323         * src/pic16/gen.c (pic16_aopGet): applied fix from Raphael Neider
3324         that fixes an issue with AOP_PCODE asmop's offset,
3325         * (pic16_popCopyReg): update instance field too,
3326         * (mov2w): modified to pic16_mov2w because it conflicts with mov2w
3327         function of pic port,
3328         * (genCmp, genAnd, genAssign),
3329         * src/pic16/genarith.c (genAddLit): some fixes from Raphael Neider,
3330
3331 2004-12-20 Vangelis Rokas <vrokas AT otenet.gr>
3332
3333         * src/SDCCast.c (gatherAutoInit): allow pic16 to emit static
3334         variables initial values to idata section,
3335         * src/SDCCicode.c (geniCodeCall): patch from ### to fix unreferenced
3336         variables in some functions. This utilizes parmBytes field of iCode
3337         structure to hold the offset of the variable in stack. (might be
3338         able to use the stack field too?)
3339         * applied patch from Raphael Neider # ### , # ###
3340         * src/pic16/glue.c (pic16emitRegularMap): fix to print static
3341         variable initial values in idata section,
3342         * src/pic16/ralloc.c (pic16_allocDirReg): don't allocate register
3343         for static variables with initial value
3344         * src/device/lib/pic16/libsdcc/float/ulong2fs.c (__ulong2fs):
3345         applied fix in while loop from Raphael Neider.
3346
3347 2004-12-19 Maarten Brock <sourceforge.brock AT dse.nl>
3348
3349         * src/ds390/gen.c (genCpl): fixed bit=~(char/bit) bugs, added warning
3350         * src/ds390/main.c (_ds390_regparm): don't pass bit params in registers
3351         * src/ds390/ralloc.c (serialRegAssign): spill bits
3352         * src/mcs51/gen.c (genCpl): fixed bit=~(char) bugs, added warning
3353         * support/Util/SDCCerr.c,
3354         * support/Util/SDCCerr.h: added warning W_COMPLEMENT for using bit=~(bit)
3355         * support/regression/tests/bitvars.c: added tests for bitwise complement(~)
3356         * support/regression/tests/bitwise.c: added test for bitwise complement(~)
3357
3358 2004-12-09 Maarten Brock <sourceforge.brock AT dse.nl>
3359
3360         * device/include/sdcc-lib.h: inserted LGPL, added includes
3361           asm/ds390/features.h and asm/mcs51/features.h
3362         * device/include/asm/default/features.h,
3363         * device/include/asm/gbz80/features.h,
3364         * device/include/asm/z80/features.h: added empty _AUTOMEM
3365           and _STATMEM
3366         * device/include/asm/ds390/features.h,
3367         * device/include/asm/mcs51/features.h: added files with defines for
3368           _AUTOMEM and _STATMEM indicating automatic and static storage class
3369         * device/lib/printf_large.c (_print_format): optimized & used _AUTOMEM
3370         * doc/sdccman.lyx: version 2.4.7, updated xstack documentation
3371         * src/SDCCicode.c (geniCodeCast),
3372         * src/SDCCsymt.c (compareType): allow cast of data-ptr to idata-ptr
3373         * src/SDCCloop.c (loopInduction): removed unused variable lr
3374         * src/SDCCopt.c (convilong, convertToFcall): moved "easy special case"
3375           to convertToFcall to include char modulo (RFE 1065037), added check
3376           if left operand is unsigned and use abs of literal value
3377         * src/SDCCpeeph.c (setFromConditionArgs): removed double quotes option
3378           as it doesn't work after conversion from peephole.def to peephole.rul
3379         * src/mcs51/gen.c (toBoolean): added check for size,
3380           (genModOneByte): optimized code for signed char modulo a literal
3381           power of 2 (thanks to Hubert Sack),
3382           (genRRC): removed unnecessary "clr c",
3383           (genRLC): replaced "add a,acc" with cheaper "rlc a"
3384         * src/mcs51/peeph.def: renamed 115 to 115.a, added rule 115.b: another
3385           jump optimization,
3386           swapped rules 256.c and 256.d,
3387           extended 256.d by using new multiple checks (thanks Erik),
3388           added rules 256.e and 256.f,
3389           updated rule 261.a and 261.b to new generated code
3390         * support/regression/tests/muldiv.c: added test div/mod by a power of 2
3391
3392 2004-12-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3393
3394         * src/SDCCloop.c (basicInduction, loopInduction): fixed several
3395           induction related bugs, including first part of bug #1074377
3396
3397 2004-12-05 Vangelis Rokas <vrokas AT otenet.gr>
3398
3399         * applied patch from bug-report #1076292,
3400         * applied patches for genAnd and Goto-optimizations for Raphael
3401         Neider,
3402         * src/SDCCicode.c (printOperand): fixed !REGA source to compile and
3403         dump a less iCode information,
3404         * src/pic16/device.h (pic16_options_t): added field debgen,
3405         * src/pic16/gen.h: added macros DUMP_FUNCTION_ENTRY,
3406         DUMP_FUNCTION_EXIT, FENTRY, FENTRY2,
3407         * src/pic16/gen.c (my_powof2): renamed to pic16_my_powof2 and made
3408         puclic,
3409         * (various functions): added macros FENTRY and FENTRY2 to functions,
3410         to emit function prologue,
3411         * (various functions): fixed indentation,
3412         * (genNearPointerGet): fixed loading of FSR0,
3413         * (genPackBits): applied patch from Raphael Neider to fix updating
3414         of FSR0 and touching only the modified bits,
3415         * src/pic16/genarith.c (various functions): added macros FENTRY to
3416         emit function prologue in comments,
3417         * src/pic16/pcode.h: added functions debugf2, debugf3,
3418         * src/pic16/ralloc.c: partial fix for packForPush caused
3419         segmentation fault,
3420
3421 2004-12-04 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3422
3423         * src/mcs51/peeph.def: added 261.a,b (16 bit rotate) by Stas Sergeev
3424           <stsp AT users.sourceforge.net> with reversed byte order
3425         * support/regression/tests/rotate.c: added (ds390 skips some tests)
3426
3427 2004-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3428
3429         * src/z80/gen.c (genLeftShift, genRightShift): fixed second part of
3430           bug #1074377
3431         * src/hc08/gen.c (genrshFour, shiftRLong, shiftLLong),
3432         * src/mcs51/gen.c (shiftLLong): Fixed some shifting bugs Frieder found
3433
3434 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
3435
3436         * src/pic/pcode.c : fixed a problem where banksel was not being inserted.
3437
3438 2004-12-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3439
3440         * src/SDCCpeeph.c (callFuncByName): support combined peephole rule
3441           conditions,
3442           (setFromConditionArgs): friendly operand parser for peephole rules,
3443           (operandBaseName, operandsNotRelated): new peephole condition
3444           "operandsNotRelated" -- similar to "operandsNotSame", but takes
3445           architecture specific register naming into account, handles n-way
3446           comparisons, and supports quoted literals
3447         * src/mcs51/peeph.def: restored rule 177.d with an extra condition
3448
3449 2004-12-02 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3450
3451         * src/mcs51/peeph.def: fixed bug #1076940
3452
3453 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
3454
3455         * device/include/pic/pic16f877.h : added an include file for the PIC16F877 device.
3456
3457 2004-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3458
3459         Adding support for replacing ljmps with sjmps in jumptables
3460         generated for switch statements. For now you need to set the
3461         environment variable SDCC_SJMP_JUMPTABLE to enable this.
3462         Now 4 algorithms for mcs51 jumptable generation are used:
3463         ljmp or sjmp jumptables for up to 16 cases, stack-pushing target
3464         addresses loaded pc-relative for up to 112 cases and stack-pushing
3465         target addresses loaded with offset from dptr for up to 256 cases.
3466
3467         * src/SDCCpeeph.c: added peephole conditional labelJTInRange
3468         * src/mcs51/main.c: adapted constants for switch table generation
3469         * src/mcs51/peeph.def: added 260.x for replacing ljmp with sjmp
3470
3471 2004-11-26 Maarten Brock <sourceforge.brock AT dse.nl>
3472
3473         * device/lib/printf_large.c (_print_format): fixed bug 1073386
3474         * support/regression/tests/bug1057979.c: added test for bug 1073386
3475
3476 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
3477
3478         * src/pic16/pcode.c: fixed bug which may produce error in non-GNU
3479         compilers
3480
3481 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
3482
3483         * src/pic16/device.h,
3484         * src/pic16/genarith.c,
3485         * src/pic16/glue.c,
3486         * src/pic16/main.c,
3487         * src/pic16/pcode.c: applied patches #1068154 and #1070213
3488
3489 2004-11-24 Vangelis Rokas <vrokas AT otenet.gr>
3490
3491         Large cummulative patch for pic16 port.
3492         * device/lib/pic16/gstack.h: NEW, user can specify its own handler
3493         to call when a stack overflow occurs,
3494         * (malloc.h): added CVS Id tag,
3495         * (pic18f{242,252,442,452}.h): added T0CONbits structure and
3496         variable,
3497         * added libc directory. The current version of LibC contains string
3498         functions, ctype functions and macros and some functions of the
3499         stdlib set (like malloc/free/atof/atoi etc...). All functions are to
3500         be extensively tested in the future. Standard disclaimer here.
3501         Library is not automatically build yet. But one can build it by
3502         invoking 'make' inside the libc directory.
3503         * added ADC library under libio. Preliminary version yet.
3504
3505         * src/pic16/gen.h: added emitTOGC macro, to toggle Carry flag,
3506         * src/pic16/gen.c (aopForRemat): asmop size is filled by
3507         aopForRemat() now and not by pic16_aopOp(),
3508         * (pic16_popGetTempReg): removed warning messgae when allocating
3509         temporary registers, its a buggy feature and will be removed,
3510         * (pic16_popGet): set register instance field in AOP_CRY,
3511         * (pic16_outBitC): fixed for results in size greater than 1,
3512         * (genUminusFloat): fixed for pic16, ported code from mcs51,
3513         * (pic16_storeForReturn): optimized return of 0,
3514         * (genCmp): experimental code for new genCmp which uses PIC18's
3515         special compare&skip instructions. Initial tests fail some times
3516         with variables grater than 1 byte in size, so new code is disabled,
3517         * (genUnpackBits, genPackBits): more optimizations in reading/writing,
3518         a single bit,
3519         * (genCast): began a fix to optimize the casting of a bit to another
3520         bit, now assigning a bitfield to another bitfield will fail, sorry,
3521         * src/pic16/main.c: disabled the use of lr-support feature,
3522         * src/pic16/pcode.h: renamed PCASMDIR to PCAD,
3523         * added some function prototypes, added function _debugf prototype,
3524         * src/pic16/pcode.c: (pic16_get_op): fixed emitting operands of register
3525         bits with offset (case PO_GPR_BIT),
3526         * (genericPrint): don't emit INFO pcode when --pcode-verbose not in
3527         command line,
3528         * (isBankInstruction): modified to return 0 for no banking instruction,
3529         and 1 for banking instruction,
3530         * (pic16_isPCinFlow): check for PCAD (assembler directives) too,
3531         caused stop processing pCodes after a inline assembly block,
3532         * (pic16_popCopyGPR2Bit): updated to match bitfields with offset,
3533         * src/pic16/pcoderegs.c: fixed a bug with eliminating some temporary
3534         registers when it shouldn't,
3535         * src/pic16/ralloc.c (allocReg): add preliminary support for
3536         supporting a limited set of temporary registers,
3537
3538 2004-11-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3539
3540         * src/hc08/gen.c (genAssign, genPointerGetSetOfs, genDataPointerGet,
3541           genDataPointerSet): ensure assignments always copy in MSB to LSB
3542           order,
3543           (loadRegFromAop): recognize CLRH optimization,
3544           (genFunction): optimize RECEIVE iCodes in reentrant functions
3545
3546 2004-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3547
3548         * src/SDCCmain.c (parseCmdLine, optionsTable[]): fixed bug with
3549           --out-fmt-s19 turning into --out-fmt-elf if s19 was already
3550           selected.
3551         * src/SDCCmain.c (linkEdit): don't define SSEG for HC08
3552         * src/hc08/main.c (_hc08_setDefaultOptions): default xdata to be
3553           contiguous with data
3554
3555 2004-11-19 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3556
3557         * device/lib/_gptrget.c (_gptrget),
3558         * device/lib/_gptrgetc.c (_gptrgetc),
3559         * device/lib/_gptrput.c (_gptrput): _naked allows to use ret
3560           instead of sjmp to ret
3561         * src/mcs51/peeph.def: added peepholes 3.d-g and 177.g,h provided
3562           by Hubert Sack <hsack2002 AT arcor.de> in RFE #1067986, thanks
3563
3564 2004-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
3565
3566         * .version: bumped version to 2.4.7
3567         * device/lib/_gptrget.c (_gptrget): is now _naked
3568         * device/lib/_gptrgetc.c (_gptrgetc): is now _naked
3569         * device/lib/_gptrput.c (_gptrput): is now _naked
3570         * src/SDCCast.c (createBlock): removed ridiculous self-assignment,
3571           (createFunction): fixed xstack
3572         * src/SDCCglue.c (emitMaps): set allocation required for bit area
3573         * src/SDCCicode.c (geniCodeCast): don't change SPEC_OCLS for literal
3574           or bit either,
3575           (geniCodeCritical): store original interrupt state in an iTemp bit
3576           var unless stack-auto
3577         * src/SDCCicode.h: added CRITICAL and ENDCRITICAL to SKIP_IC2
3578         * src/SDCCmain.c (setIncludePath): added include/target to search path
3579         * src/SDCCmem.c (allocParms): store bit vars in bit space, not overlay
3580         * src/SDCCsymt.c (checkFunction): don't check regbank for isr's against
3581           prototype,
3582           (processFuncArgs): put bit vars in bit area
3583         * src/mcs51/gen.c (saveRegisters, unsaveRegisters, genXpush, saveRBank,
3584           unsaveRBank): fixed xstack,
3585           (genFunction): bugfix: replaced (global!) reentrant with fReentrant,
3586           (genFunction, genEndFunction): fixed xstack,
3587           (genAssign): optimization don't walk backwards through mem
3588         * src/mcs51/main.c (_mcs51_regparm): don't pass bit params in registers
3589         * src/mcs51/ralloc.c (createStackSpil): spill bits to bit area
3590         * support/regression/Makefile: also make library (for stack-auto) when
3591           making "all" and added "test-mcs51-xstack-auto"
3592         * support/regression/fwk/lib/testfwk.c: added T2_isr prototype for mcs51
3593         * support/regression/ports/mcs51/T2_isr.c: added this file as a stub
3594         * support/regression/ports/mcs51/fwk.lib: added to link T2_isr stub
3595         * support/regression/ports/mcs51/spec.mk: added rules for fwk.lib
3596         * support/regression/ports/mcs51-stack-auto/spec.mk: replaced
3597           make-library by MAKE_LIBRARY
3598         * support/regression/ports/mcs51-xstack-auto/spec.mk: file added to run
3599           regression tests for xstack
3600         * support/regression/tests/bitvars.c: test for bit vars (bug 938782)
3601         * support/regression/tests/critical.c: test for critical on mcs51
3602
3603 2004-11-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3604
3605         * support/regression/ports/ucz80/spec.mk: use include and lib files from
3606           built version of sdcc instead of installed version
3607
3608 2004-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
3609
3610         * src/mcs51/gen.c (toBoolean): fixed bug 1065458
3611         * device/lib/Makefile.in: z80 uses printf_large.c, sprintf.c and
3612           vprintf.c now
3613         * device/lib/printf_large.c (calculate_digit): fixed bug 1057979
3614         * device/lib/z80/Makefile: don't use printf.c as it fails bug 1057979
3615           WARNING: remove device/lib/build/z80/printf.o by hand when
3616           updating from previous build!
3617         * device/lib/z80/printf.c: updated comment
3618         * support/regression/tests/bug1057979.c: test all ports now
3619         * support/regression/tests/bug1065458.c: file added
3620
3621 2004-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3622
3623         * src/z80/gen.c (genFunction, genEndFunction): avoided generating
3624           *_start and *_end symbols for static functions
3625
3626 2004-11-11 Maarten Brock <sourceforge.brock AT dse.nl>
3627
3628         * src/SDCCmain.c (linkEdit): don't suppress crt0 if --nostdlib is used
3629           and search crt0.o in all library paths,
3630           (setIncludePath): proper handling of --nostdinc,
3631           (setLibPath): proper handling of --nostdlib
3632         * support/regression/Makefile,
3633         * support/regression/ports/ds390/spec.mk,
3634         * support/regression/ports/gbz80/spec.mk,
3635         * support/regression/ports/hc08/spec.mk,
3636         * support/regression/ports/mcs51/spec.mk,
3637         * support/regression/ports/mcs51-large/spec.mk,
3638         * support/regression/ports/mcs51-stack-auto/spec.mk,
3639         * support/regression/ports/z80/spec.mk: use include and lib files from
3640           built version of sdcc instead of installed version
3641         * doc/sdccman.lyx: fixed typo in --nostdinc
3642
3643 2004-11-10 Slade Rich <slade_rich AT users.sourceforge.net>
3644
3645         * src/pic/pcode.c,
3646         * src/pic/device.c,
3647         * src/pic/ralloc.c,
3648         * src/pic/gen.c : added support to generate code for struct bit fields.
3649
3650 2004-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
3651
3652         * as/xa51/xa_version.h,
3653         * device/include/errno.h,
3654         * device/include/regc515c.h,
3655         * device/lib/_itoa.c,
3656         * device/lib/_ltoa.c,
3657         * device/lib/ser_ir_cts_rts.c,
3658         * sim/ucsim/xa.src/glob.cc,
3659         * sim/ucsim/xa.src/inst_gen.cc,
3660         * sim/ucsim/xa.src/xa_bit.cc,
3661         * sim/ucsim/xa.src/xa_sfr.cc,
3662         * sim/ucsim/z80.src/inst_dd.cc,
3663         * sim/ucsim/z80.src/inst_fdcb.cc,
3664         * support/scripts/keil2sdcc.pl,
3665         * src/pic16/pic16.dsp,
3666         * src/pic16/pic16a.dsp: corrected cvs line endings
3667         * device/lib/printf_large.c: fixed bug 1057979
3668         * src/pic16/gen.c: fixed non-C standard code
3669         * src/SDCCmain.c: made --pack-iram default, added --no-pack-iram
3670         * src/SDCCglobl.h: changed pack_iram to no_pack_iram
3671         * support/regression/ports/mcs51/support.c: reload T1 asap
3672         * doc/sdccman.lyx: updated for options --pack-iram and --no-pack-iram,
3673           pdata use and clear idata startup behaviour
3674         * support/regression/tests/bug1057979.c: added
3675
3676 2004-11-04 Maarten Brock <sourceforge.brock AT dse.nl>
3677
3678         * device/examples/ds390/ow390/ad26.h,
3679         * device/examples/ds390/ow390/cnt1d.h,
3680         * device/examples/ds390/ow390/crcutil.c,
3681         * device/examples/ds390/ow390/ownet.h,
3682         * device/examples/ds390/ow390/owsesu.c,
3683         * device/examples/ds390/ow390/swt12.h,
3684         * device/examples/ds390/ow390/swtoper.c,
3685         * device/examples/ds390/ow390/temp10.h,
3686         * device/examples/ds390/ow390/thermodl.c,
3687         * device/examples/ds390/tinitalk/tinitalk.dsp,
3688         * device/examples/ds390/tinitalk/tinitalk.dsw,
3689         * device/examples/mcs51/clock/hw.h,
3690         * device/examples/mcs51/simple2/go.bat,
3691         * device/examples/serialcomm/windows/serial.h,
3692         * device/examples/xa51/dummy.c,
3693         * device/examples/xa51/hello.c,
3694         * device/include/80c51xa.h,
3695         * device/include/at89x051.h: corrected cvs line endings
3696
3697 2004-11-04 Vangelis Rokas <vrokas AT otenet.gr>
3698
3699         * src/pic16/main.c (options): added command line --gstack, to trace
3700         stack over/under flows,
3701         * added pragma 'wparam' to allow passing first byte of function
3702         parameters via WREG, syntax is #pragma wparam my_function[, func2...]
3703         * src/pic16/gen.c (pic16_testStackOverflow): function which emits a
3704         call to __gstack_test function and sets up the symbol as extern,
3705         * (pic16_pushpCodeOp, pic16_poppCodeOp, pushw, pushaop, popaopidx,
3706         * popaop): added call to pic16_testStackOverflow,
3707         * (wParamCmp, inWparamList): NEW, test existence of a symbol in
3708         wparamList list,
3709         * (genCall, genPcall): now all parameters are passed via stack
3710         except in functions that are pass to wparam pragma in which WREG is
3711         used too,
3712         * (genPcall): REENTRANT flag is checked to see if variable prototype
3713         contains reentrant keyword, don't call a non-reentrant function, via
3714         a reentrant function pointer or vice versa, functions are never
3715         passed via WREG,
3716         * (genJumpTab): applied patch from bug #1057478 by R.Neider and
3717         D.Winkler,
3718         * src/pic16/glue.c (pic16emitRegularMap): fixed bug which caused a
3719         SIGSEGV when accessing a NULL register stucture,
3720         * (pic16_printGPointerType): modified to handle UPPER modifier for
3721         function initializers, changed prototype of function to simpler one,
3722         * (pic16_printIvalFuncPtr): check to see if function is already
3723         added in externs list,
3724         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): fixed bug which
3725         optimized a move from W to SFR with a move to the same register
3726         later after a CALL,
3727         * device/lib/pic16/debug: NEW directory, contains debug features
3728         which are enabled when linking with libdebug.lib, currently command
3729         line option --gstack enables stack pointer tracing for over/under
3730         flow, corresponding sources are in debug/gstack
3731
3732 2004-10-30 Vangelis Rokas <vrokas AT otenet.gr>
3733
3734         * doc/sdccman.lyx: updated SDCC version,
3735         * (PIC16 port): update list of command line options,
3736         * src/pic16/device.h (structure pic16_options_t): added field gstack
3737         to enable stack overflow tracing on push/pops,
3738         * src/pic16/device.c (statistics structure): added statistics
3739         structure,
3740         * (pic16_dump_access, pic16_dump_usection, pic16_dump_gsection,
3741         pic16_dump_int_registers): increase statistics counters for each
3742         * variable which is encountered
3743         * (pic16_dump_usection): emit each .udata variable to its own udata
3744         section,
3745         * src/pic16/gen.c (assignResultValue, genCall, genPcall, genFunction):
3746         when macro USE_WREG_IN_FUNC_PARAMS is set to 0 pass all function
3747         parameters via stack, otherwise use old scheme,
3748         * src/pic16/glue.c (pic16_emitStatistics): dump statistics in
3749         assembler output file,
3750         * src/pic16/main.c: added command line options --gstack to enable
3751         push/pop tracing for stack overflow,
3752         * src/pic16/pcode.c (all pCodeInstruction records for PIC18F
3753         instructions): added size of each instruction,
3754         * (pic16_countInstruction): estimate size of instructions in
3755         the_pFile list, inline assembly blocks are not counted,
3756         * (pic16_FixRegisterBanking): trace previous register usage, when
3757         banksel optimizations is greater than 0, don't emit a redudant
3758         banksel directive,
3759
3760 2004-10-26 Slade Rich <slade_rich AT users.sourceforge.net>
3761
3762         * src/pic/ralloc.c : fixed inefficient code produced when compiling a complimented bit operation.
3763         * src/pic16/ralloc.c : applied same fix for pic16.
3764         * src/pic/gen.c : tidied it up a little.
3765
3766 2004-10-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3767
3768         * src/mcs51/peeph.def: disabled 259.a,b for removing redundant ret,
3769         thanks to Martin Helmling for reporting (mail on sdcc-devel 2004-10-25)
3770
3771 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3772
3773         * src/SDCCast.c (reverseParms): fixed bug #1040577 (part 2)
3774
3775 2004-10-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3776
3777         * device/lib/ser_ir_cts_rts.c: integer promotion caused a call to the
3778         non-reentrant function __modsint in the interrupt function (thus
3779         corrupting math operations during serial I/O)
3780         * device/lib/ser_ir.c: as above, changed buffersize
3781         * src/mcs51/peeph.def: added 259.a,b for removing redundant ret,
3782         256.c,d for zeroing
3783         * doc/Makefile: added option -t for rsync
3784
3785 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3786
3787         * src/SDCCast.h (struct ast),
3788         * src/SDCCast.c (reverseParms, copyAst): fixed bug #1040577 (part 1)
3789
3790 2004-10-20 Borut Razem <borut.razem AT siol.net>
3791
3792         * support/scripts/sdcc.nsi: added include/pic16/*.h to the setup
3793         package
3794
3795 2004-10-20 Vangelis Rokas <vrokas AT otenet.gr>
3796
3797         * device/lib/pic16/libsdcc/Makefile: added lregs directory in
3798         makefile targets,
3799         * device/lib/pic16/libsdcc/lregs/{Makefile,lrst.c,lrrest.c}: NEW
3800         support functions to replace long sequences of MOVFF's from access
3801         bank registers to stack and vice versa,
3802         * src/pic16/device.h: added new field opt_flags, where optimization
3803         flags can be set to enable certain features,
3804         * src/pic16/gen.c (pic16_emitpinfo): NEW to add PC_INFO pCode in
3805         * pBlock, (genFunction, genEndFunction): surroung loop for
3806         saving/loading used registers in stack with PC_INFO pCodes,
3807         INF_LREGS. Code in between can then be optimized by pCode optimizer
3808         to support function calls,
3809         * (genDataPointerSet): fixed bug which loaded float fields in
3810         structures with corrupt data,
3811         * src/pic16/genutils.c (debugf, _debugf): macro/function which emits
3812         in a standard way debug info on stderr. Feature used for developing
3813         and debugging only,
3814         * src/pic16/glue.c (pic16glue): reformatted, deleted some old and
3815         obsolete chunks of code,
3816         * if optimization flag OF_LR_SUPPORT was set, call pic16_OptimizeLocalRegs,
3817         * src/pic16/main.c (_pic16_parseOptions): added handler for --flr-support,
3818         * pic16/src/pcode.c (pic16_newpCodeInfo,
3819         * (pic16_newpCodeOpLocalRegs),
3820         * (pic16_convertLocalRegs2Support): NEW, to support new optimization
3821         feature,
3822         * (pic16_pCodeConstString): printing of the initial value of a
3823         symbol as a comment is inhibited since parsing was already done by
3824         copyStr and output is corrupt,
3825         * (pic16_pCode2str, genericPrint): handle PC_INFO pCode,
3826
3827 2004-10-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3828
3829         * src/mcs51/ralloc.c (packRegisters): fixed bug #1044601
3830
3831 2004-10-19 Maarten Brock <sourceforge.brock AT dse.nl>
3832
3833         * as/mcs51/lkarea.c: removed old K&R style,
3834           (lnksect): changed check on boundary error,
3835           (lnksect2): changed check on boundary error,
3836           (lnksect2): extend XSTK to end of page if size = 1
3837         * as/mcs51/lkmain.c: removed old K&R style,
3838           (Areas51): create l_IRAM symbol
3839         * as/mcs51/lkmem.c (summary2): added report on PSEG and XSTK
3840         * device/lib/Makefile.in: renamed model-mcs51-reentrant to
3841           model-mcs51-stack-auto, added model-mcs51-xstack-auto
3842         * device/lib/_mullong.c: added version to be compiled with xstack
3843         * device/lib/mcs51/crtclear.asm: clear only upto --iram-size
3844         * device/lib/mcs51/crtxclear.asm: clear pdata as well
3845         * device/lib/mcs51/crtxstack.asm: fixed comment
3846         * src/SDCCglue.c: maxInterrupts defaults to 0,
3847           (emitMaps): added pdata,
3848           (createInterruptVect): (re)moved default,
3849           (glue): added pdata,
3850           (glue): moved __start__xstack to XSTK with default size 1
3851         * src/SDCCmain.c (parseCmdLine): automatically set options.intlong_rent
3852           and options.float_rent when options.stackAuto is set,
3853           (linkEdit): only write XDATA_NAME if provided on command line
3854         * src/SDCCmem.h,
3855         * src/SDCCmem.c: added pdata
3856         * src/port.h: added pdata_name to PORT
3857         * src/mcs51/gen.c (toBoolean): fixed for Acc use of aopGet,
3858           (saveRegisters, unsaveRegisters): removed usage of B,
3859           (genMinus): fixed accumulator clash,
3860           (genJumpTab): added comment, this needs another look
3861         * src/mcs51/gen.c: added check for "B in use" paranoia,
3862           added pushB() and popB()
3863         * src/mcs51/peeph.def: restart after 177.c so 177.a can get a second
3864           chance
3865         * src/avr/main.c,
3866         * src/ds390/main.c,
3867         * src/hc08/main.c,
3868         * src/mcs51/main.c,
3869         * src/pic/main.c,
3870         * src/pic16/main.c,
3871         * src/xa51/main.c,
3872         * src/z80/main.c: (reset_regparms) made void parameter explicit and
3873           added PSEG (PAG,XDATA) or NULL to port specifier
3874         * src/ds390/main.c (_ds390_genIVT): moved implemented default in here
3875         * src/mcs51/main.c (_mcs51_genIVT): moved implemented default in here,
3876           (_mcs51_genInitStartup): removed __start__xstack equ,
3877           (mcs51_port): moved xstack from XSEG (XDATA) to XSTK (PAG,XDATA)
3878         * src/pic16/device.c (pic16_dump_usection, pic16_dump_isection),
3879         * src/z80/gen.c (_rleAppend): fixed warnings
3880         * support/regression/tests/zeropad.c: added pdata test
3881         * .version: bumped to 2.4.6
3882
3883 2004-10-17 Borut Razem <borut.razem AT siol.net>
3884
3885         * support/scripts/sdcc.nsi: cross compiling of WIN32 setup.exe on Linux
3886         as a part of nightly build
3887
3888 2004-10-16 Vangelis Rokas <vrokas AT otenet.gr>
3889
3890         * src/pic16/gen.c (struct _G): added field useWreg, is set to 1 when
3891         WREG holds the first byte function parameters,
3892         * (aopForSym): take special case for symbols which are in FARSPACE
3893         but in CODESPACE too,
3894         * (assignResultValue): modified to take into account _G.useWreg,
3895         * (genCall): don't use wreg for parameter passing when function is
3896         declared as reentrant, too, added optimization INCF to stack
3897         pointer when stack parameter count is 1,
3898         * (genFunction, genEndFunction): refurnished and fixed to not using
3899         wreg for passing parameters when function has varargs or is
3900         reentrant, fixed bug with symbol name compare for generating
3901         functions in absolute address,
3902         * (pic16_storeForReturn): refurnished,
3903         * (genCmp): began writing a new version of the function, not ready
3904         yet, therefore it is disabled,
3905         * (genAssign): do not read code memory when assigning a function to
3906         a pointer function,
3907         * src/pic16/glue.c (pic16emitStaticSeg): abSym->name is defined an
3908         array of characters, not pointer,
3909         * (pic16initialComments): in debug mode emit an .ident directive for
3910         the assembler,
3911         * (_process_pragma): emit a new warning type (internal to pic16)
3912         when setting stack to default length, emit a similar warning when
3913         placing a function at absolute address and address is not word aligned
3914         * (_pic16_parseOptions): added 'return TRUE' statement,
3915         * (_pic16_linkEdit): if compiling a source, then add the source's
3916         file object, first in the list of objects to link,
3917
3918 2004-10-13 Slade Rich <slade_rich AT users.sourceforge.net>
3919
3920         * src/pic/pcoderegs.c : increased count on regUsedinRange to prevent unnecessary warning.
3921         * src/pic/main.c : removed VC warning.
3922         * src/pic/gen.c : changed comment.
3923
3924 2004-10-12 Vangelis Rokas <vrokas AT otenet.gr>
3925
3926         * device/lib/pic16/libsdcc/gptr/gptrput[234].c: an external
3927         reference to a deprecated symbol _GPTRREG was causing failure to
3928         link. Thanks G. M. Gallant for the info.
3929
3930 2004-10-12 Slade Rich <slade_rich AT users.sourceforge.net>
3931
3932         * src/pic/pcode.c : Applied a code patch supplied by Paul Ashmore in
3933         comments for Bugs item #954788.
3934
3935 2004-10-10 Vangelis Rokas <vrokas AT otenet.gr>
3936
3937         * src/pic16/device.c (pic16_dump_gsection,
3938         * pic16_groupRegistersInSection): handle symbols declared to be in
3939         access bank differently,
3940         * src/pic16/gen.c (struct _G): added field resDirect,
3941         * (aopForSym): if symbol on stack and iCode is '=' and result exists,
3942         send values read from stack directly to result and don't allocate
3943         temporary values,
3944         * (pic16_sameRegs): fixed bug that allowed MOVFF to move between
3945         same registers,
3946         * (pic16_sameRegsOfs): NEW,
3947         * (freeAsmop): if _G.resDirect is set then do not mark registers as
3948         free because they were not allocated from temporary pool,
3949         * pic16_popRegFromString): workaround to fix a problem with
3950         allocating variables twice or never,
3951         * (genGenPointerGet): using PRODL instead of FSR0H,
3952         * (genGenPointerSet): using POSTDEC1 (that is a stack location)
3953         instead of FSR0H,
3954         * (genAssign): take advantage of the _G.resDirect flag,
3955         * (genCast): around line 11844, use mov2f instead of directly
3956         MOVFF'ing between operands to account for literal values,
3957         * src/pic16/genutils.c: some new debug functions for gpsim have been
3958         added,
3959         * src/pic16/glue.c (pic16_printIvalType): fixed bug that initialized
3960         float with integer part only,
3961         * src/pic16/main.c (_process_pragma): handle pragma udata access to
3962         place variables in access bank
3963         * device/lib/pic16/libsdcc/gptr/gptr*.c: using BRA instead of GOTO,
3964         updated sources to reflect recent changes in gen.c
3965
3966 2004-10-06 Vangelis Rokas <vrokas AT otenet.gr>
3967
3968         * device/lib/pic16/libsdcc/Makefile.rules: fixed bug concerning
3969         sources that searched for headers in installation path, now the
3970         device/include/pic16 is used,
3971         * src/pic16/glue.c (pic16glue),
3972         * src/pic16/pcode.c (pCode2str, genericPrint): don't print .file or
3973         .line directives if not in debug mode, this suppresses assembler's
3974         warnings for ignored directives
3975
3976 2004-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
3977
3978         * src/port.h: made reset_regparms prototype void parameter explicit.
3979         * src/SDCCsymt.c (processFuncArgs): removed argument "func".
3980         * src/mcs51/ralloc.c (packRegisters): new fix for bugs 898889 & 979599.
3981         * doc/sdccman.lyx: documented warning disabling and how to use
3982           printf_large to make it print floats.
3983         * device/include/stdbool.h: NEW
3984         * device/lib/_atof.c,
3985         * device/lib/_divuint.c,
3986         * device/lib/_divulong.c,
3987         * device/lib/expf.c,
3988         * device/lib/printf_large.c,
3989         * device/lib/sincosf.c,
3990         * device/lib/sincoshf.c: used stdbool.h, all compile with stack-auto now
3991         * device/lib/Makefile.in: added target for model-mcs51-reentrant to build
3992           a completely reentrant lib.
3993
3994 2004-10-05 Vangelis Rokas <vrokas AT otenet.gr>
3995
3996         * device/lib/pic16/libsdcc/gptr/gptr*.c: added return statements
3997         * device/include/pic16/stdio.h: fixed bug with colon
3998
3999 2004-10-03 Vangelis Rokas <vrokas AT otenet.gr>
4000
4001         * device/include/pic16/stdio.h,
4002         * device/include/pic16/stdlib.h,
4003         * device/include/pic16/math.h: NEW
4004         * device/lib/pic16/libsdcc/gptr/*.c (gptrget*, gptrput*): functions
4005         declared as _naked to reduce overhead
4006         * device/lib/Makefile.in (target port-specific-objects-pic16):
4007         changed * to *.* so to ignore the CVS directory,
4008         * src/pic16/gen.c (pic16_freeAsmop): added code to store result of
4009         stacked variables back in stack,
4010         * (genEndFunction): fixed bug reported by G.M. Gallant with stack
4011         corruption
4012
4013 2004-10-01 Vangelis Rokas <vrokas AT otenet.gr>
4014
4015         * .version: bumped version number to 2.4.5
4016         * support/Util/SDCCerr.h: added warning W_POSSBUG2.
4017         * support/Util/SDCCerr.c (messages structure): added entry for
4018         W_POSSBUG2
4019
4020         Large cumulative patch for pic16 port and libraries.
4021         * device/include/pic16/sdcc-lib.h,
4022         * device/include/pic16/stdarg.h,
4023         * device/include/asm/pic16/features.h,
4024         * device/include/lib/pic16/libsdcc/gptr/{*.c, Makefile}: NEW,
4025         * device/include/pic16/float.h: changes reentrant keyword with
4026         _FS_REENTRANT, added prototype for __fsneq, included sdcc-lib.h
4027         * device/lib/pic16/libsdcc/Makefile: added target directory gptr,
4028         updated target build-libraries to include objects from gptr,
4029         * device/lib/pic16/libsdcc/{char,int,long}/*.c: added macro
4030         _IL_REENTRANT to all function headings, included sdcc-lib.h header,
4031         * device/lib/pic16/libsdcc/float/*.c: added macro _FS_REENTRANT to
4032         all function headings,
4033         * src/SDCCmain.c: added global parameter userIncDirsSet,
4034         * (parseCmdLine): when option -I is encountered add directory to
4035         userIncDirsSet too,
4036         * src/version.awk: added space between control and long,
4037         * src/pic16/NOTES: added some notes for the port,
4038         * src/pic16/gen.c: added prototype for mov2fp function,
4039         * (fReturnpic16[]): properly named return value registers,
4040         * (_G structure): added fields stackRegSet, fregsUsed, stack_lat,
4041         * (aopForSym): added code to handle symbols with onStack flag set,
4042         symbols onStack are allocated PTRSIZE bytes,
4043         * (aopFreeAsmop): handles special case where asmops are stack objects,
4044         * (aopGet, pic16_popGet): adde cod to handle new asmop AOP_STA,
4045         * (pic16_popGetTempReg, pic16_popGetTempRegCond, pic16_popReleaseTempReg):
4046         added argument lock to trace flaws in allocating temporary registers
4047         when developing port,
4048         * (pic16_popGetLit, pic16_popGetLit2): changed lit from unsigned to signed
4049         * (pic16_popRegFromString): reenabled allocating a direct register
4050         from string,
4051         * (assignResultValue): various beautifications,
4052         * fixed bug #1037717 (patch from R. Neider & D. Wrinkler) with mistaken
4053         referenced function argument,
4054         * (genIpush): reenabled to allow stacked arguments, handles only
4055         ic->parmPush iCodes,
4056         * (genCall, genPcall): major changes to allow for variable argument
4057         functions, fixed a bug with falsely restoring stack pointer after
4058         returning from call,
4059         * (genFunction): pending code for critical function,
4060         * (shiftR1Left2ResultSigned, shiftR1Left2Result, shiftL2Left2Result,
4061         * (shiftR2Left2Result, shiftLLong) applied patch #1032155 from R.Neider,
4062         * (genNearPointerGet): fixed bug with indirect reading, was always
4063         reading from INDF0
4064         * (genGenPointerGet, genGenPointerSet): rewrote to support generic
4065         pointers,
4066         * (genAddrOf): rewrote code to take address of a stacked function parameter
4067         * (genCast): fixed casting to generic pointer type,
4068         * src/pic16/gen.h: added AOP_STA,
4069         * (struct asmop): added field stk,
4070         * src/pic16/genarith.c (pic16_AopType): handle AOP_STA,
4071         * (pic16_genPlusIncr): changed emitSKPNZ to emitSKPNZ,
4072         * (pic16_genAddLit, pic16_genPlus): applied patch #1034042 by tecodev,
4073         * (pic16_genMinus): fixed bug #1035119 with patch submitted by tecodev,
4074         * src/pic16/genutils.c (pic16_genNot): removed symbol *tlbl,
4075         * src/pic16/glue.c (pic16_printGPPointerType): fixed to support new
4076         generic pointers,
4077         * src/pic16/main.c (_pic16_initPaths): ignores default SDCC include
4078         and library paths,
4079         * (pic16_port structure): generic pointer size is set to 3,
4080         * src/pic16/pcode.c (pic16_newpCodeOpLit): correctly print literal integer,
4081         * (insertBankSwitch): cast to (char *) to prevent 64bit CPUs'
4082         compiler warning,
4083         * src/pic16/ralloc.c (allocReg): prevent allocating register when
4084         operand is an iTemp,
4085
4086 2004-09-24 Martin Helmling <mh AT octo-soft.de>
4087
4088         * debugger/mcs51/cmd.c: set PC if a symbol at pc reg is set
4089         * debugger/mcs51/simi.c: addapt new syntax of s51
4090
4091 2004-09-23 Vangelis Rokas <vrokas AT otenet.gr>
4092
4093         * src/pic16/genutils.c (pic16_genNot): fixed bug #1032265,
4094         * src/pic16/pcode.c: commented out some calls to free() in order to
4095         fix bug #989576,
4096
4097 2004-09-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4098
4099         * src/SDCCicode.h,
4100         * src/SDCCicode.c (isiCodeInFunctionCall),
4101         * src/avr/ralloc.c (selectSpil),
4102         * src/pic/ralloc.c (selectSpil),
4103         * src/pic16/ralloc.c (selectSpil),
4104         * src/ds390/ralloc.c (selectSpil),
4105         * src/hc08/ralloc.c (selectSpil),
4106         * src/xa51/ralloc.c (selectSpil),
4107         * src/mcs51/ralloc.c (selectSpil): Don't use remainSpil to spill to the
4108         stack in the middle of a function call sequence (fixes bug #1020268)
4109         * src/SDCCicode.c (geniCodeJumpTable): fixed error in computing the
4110         costs associated with the minimum switch case.
4111
4112 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4113
4114         * src/SDCC.lex: fixed bug #1030549
4115
4116 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4117
4118         * src/SDCCcse.h (struct cseDef),
4119         * src/SDCCcse.c (cseBBlock, newCseDef, ifFromAddrTaken): purge CSEs
4120         over a function call if the CSE is derived from a symbol whose
4121         address has been taken (fixes bug #1029883)
4122         * support/regression/tests/bug-1029883: a new regression test for
4123         this bug
4124
4125 2004-09-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4126
4127         * src/hc08/gen.c (emitinline): fixed bug #1029778
4128         * src/SDCC.y (assignment_expr): fixed the grammer so that assignment
4129         to a cast object is no longer a syntax error ("fixes" bug #1030006,
4130         and starts toward RFE #905167)
4131
4132 2004-09-17 Vangelis Rokas <vrokas AT otenet.gr>
4133
4134         * src/pic16/gen.c (mov2f): New function to move an operand to
4135         another without considering if it is a literal or a register,
4136         * (pic16_sameRegs): don't check if they are both AOP_REG,
4137         * (AccRsh): removed andmask=0 lines,
4138         * (genLeftShift): duplicated to be improved in future versions,
4139         * src/pic16/main.c (_process_pragma): emit stack default size in hex,
4140         * src/pic16/pcode.c: added POC_INFSNZW, updated inverted_op fields
4141         in POC_INCFSZ, POC_INCFSZW, POC_INFSNZ,
4142         * (pic16initMnemonics): added initialization for POC_INFSNZW,
4143         * (insertBankSwitch): fixed inserting banksel directives algorithm
4144         for instructions that follow a skip instruction, this fixes a report
4145         for broken subtraction code generation,
4146         * src/pic16/ralloc.c (deassignLRs): do not free register if current
4147         iCode is a left op, just in case result and right share the same
4148         registers
4149
4150 2004-09-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4151
4152         * src/hc08/main.c,
4153         * src/hc08/gen.c (genJumpTable): more efficient jump table, supports
4154         preservation of HX
4155         * src/hc08/gen.c (pullRegs): fixed order of HX & XA pairs
4156         * src/mcs51/ralloc.c (packRegisters): removed the patch applied
4157         on 2004-09-12; it was buggy
4158
4159 2004-09-15 Bernhard Held <bernhard AT bernhardheld.de>
4160
4161         * src/SDCCsymt.h: removed RESULT_CHECK
4162         * src/SDCCast.c,
4163         * src/SDCCglue.c,
4164         * src/SDCCval.c,
4165         * src/pic/glue.c,
4166         * src/pic16/glue.c: replaced RESULT_CHECK with RESULT_TYPE_NONE
4167
4168 2004-09-15 Vangelis Rokas <vrokas AT otenet.gr>
4169
4170         * src/SDCCicode.c (piCode): applied patch from Raphael Neider,
4171         * src/pic16/device.c (pic16_assignConfigWordValues): wrong
4172         configuration values no more rejected by compiler, they are assigned
4173         to configuration registers with a warning message instead,
4174         * src/pic16/glue.c (pic16_emitConfigRegs): added +1 at top-limit of
4175         the for-loop so last conf register is emitted too,
4176         * (_pic16_initPaths): link library libsdcc.lib by default,
4177         * (_hasNativeMulFor): modified test for multiplication according to
4178         Raphael Neider's remarks. Integer multiplication is also done with
4179         support functions,
4180         * device/include/pic16/pic18fregs.h: corrected type error in while
4181         testing and including 18f6720 header file
4182
4183 2004-09-14 Vangelis Rokas <vrokas AT otenet.gr>
4184
4185         * src/pic16/device.h (pic16_options): removed field use_crt,
4186         * src/pic16/gen.c (genUnpackBits): added call to pic16_loadFSR0
4187         until an optimization to handle single bits is added,
4188         * (pic16_loadFSR0): moved before genUnpackBits,
4189         * (genAnd): some white lines removed,
4190         * src/pic16/main.c (_pic16_finaliseOptions): set omit_ivt and clear
4191         leave_reset flags in pic16_options when using crt modules,
4192
4193 2004-09-12 Maarten Brock <sourceforge.brock AT dse.nl>
4194
4195         * src/mcs51/ralloc.c (packRegisters): applied fix by Bernhard Held
4196           for bugs 898889 & 979599. Also used some safer print instructions.
4197
4198 2004-09-12 Vangelis Rokas <vrokas AT otenet.gr>
4199
4200         * src/pic16/device.h (pic16_options_t): added field use_crt,
4201         crt_name, no_crt,
4202         * src/pic16/genarith.c (pic16_genPlus): added an assert(0) line to
4203         catch a probable future bug,
4204         * src/pic16/gen.c: aopIdx function commented out,
4205         * (genAssign): commented out old code which used aopIdx,
4206         * src/pic16/glue.c (pic16glue): removed some legacy fragments of
4207         code, added if conditionals to take into account the --use-crt
4208         command line options,
4209         * src/pic16/main.c (pic16_optionsTable): added new command line
4210         options, --use-crt= and --no-crt,
4211         * (_pic16_linkEdit): now the proper crt object is added in the
4212         linker command line except than when --no-crt is specified,
4213         * src/pic16/pcode.c,
4214         * src/pic16/pcode.h: added some structures and functions for a new
4215         optimization scheme to compansate for instruction overhead between
4216         same iCodes, this scheme is currently under development and is not
4217         working in any way,
4218         * src/pic16/gen.c (genAnd): added patch provided by Aaron Collwell
4219         to && operator,
4220         * device/lib/pic16/startup/crt0i.c,
4221         * device/lib/pic16/startup/crt0iz.c: added global char variable
4222         __uflags to force the generation of an idata section
4223
4224 2004-09-12 Bernhard Held <bernhard AT bernhardheld.de>
4225
4226         * doc/Makefile,
4227         * doc/clean.mk: added support for easy creation of sdcc-doc.tar.bz2
4228         * doc/sdccman.lyx: updated sdcc version to 2.4.4
4229
4230 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4231
4232         * doc/sdccman.lyx: fixed a problem with my new index entries (thanks
4233         Frieder) and clarified the default code optimization mode
4234
4235 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4236
4237         * src/SDCC.lex (doPragma, process_pragma),
4238         * src/SDCCglobl.h (struct optimize): added pragmas "opt_code_speed",
4239         "opt_code_size", and "opt_code_balanced"
4240         * src/SDCCmain.c (optionsTable[], printOptions, scanOptionsTable):
4241         regrouped options by category, added support for category headers
4242         * src/SDCCmain.c (parseCmdLine): added options "--opt-code-speed"
4243         and "--opt-code-size"
4244         * doc/sdccman.lyx: documented these new options and pragmas
4245         * src/hc08/gen.c (AccLsh, AccRsh): take speed/size optimization
4246         preference into account
4247
4248 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
4249
4250         * src/SDCCicode.c (geniCodePostInc, geniCodePreInc, geniCodePostDec,
4251           geniCodePreDec): Fixed bug 904237 by generating a warning
4252         * src/SDCCerr.h,
4253         * src/SDCCerr.c: added warning W_SIZEOF_VOID
4254
4255 2004-09-09 Slade Rich <slade_rich AT users.sourceforge.net>
4256
4257         * src/pic/device.c : When no max ram set validate full memory range.
4258         * src/pic/pcode.c,
4259         * src/pic/pcodepeep.c : Copy C code comments to optimised replacement code.
4260
4261 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
4262
4263         * device/lib/_gptrget.c,
4264         * device/lib/_gptrput.c: updated comment
4265         * device/lib/calloc.c,
4266         * device/lib/free.c,
4267         * device/lib/malloc.c,
4268         * device/lib/realloc.c: added LGPL, made them reentrant-safe
4269         * src/SDCCcse.c (cseBBlock),
4270         * src/SDCCicode.c (printOperand, geniCodeArray),
4271         * src/SDCCicode.h (struct operand): fixed bug 868103
4272         * support/regression/tests/bug-868103.c: added
4273         * src/SDCCast.c (searchLitOp),
4274         * src/SDCCcse.h (struct cseDef),
4275         * src/SDCCglue.c (printIvalArray, spacesToUnderscores),
4276         * src/SDCCicode.h (struct operand),
4277         * src/SDCCsymt.h (struct sym_link),
4278         * src/avr/gen.c (hasInc),
4279         * src/ds390/gen.c (hasInc),
4280         * src/hc08/gen.c (genPlusIncr, hasInc),
4281         * src/mcs51/gen.c (hasInc),
4282         * src/pic16/glue.c (pic16_printIvalChar),
4283         * src/pic16/ralloc.c (regWithIdx),
4284         * src/xa51/gen.c (hasInc) : removed warnings
4285         * src/SDCCast.c (createBlock): added comment ???
4286         * src/hc08/ralloc.c: updated comments
4287
4288 2004-09-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4289
4290         * doc/sdccman.lyx: updated section on switch statements, added
4291         section about semaphore locking
4292         * doc/Makefile: added option -info for latex2html
4293         * device/lib/_gptrget.c,
4294         * device/lib/_gptrput.c: __XPAGE instead of P2 in outcommented code
4295
4296 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
4297
4298         * src/pic/device.h,
4299         * src/pic/device.c,
4300         * src/pic/port.c : Changed PIC14 code to not set bit RP1 when
4301          maxram is less than 0x100.
4302
4303 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
4304
4305         * Bug fixes for PIC14 - signed RSHIFT problem. Patch supplied by Allen(agschrum).
4306
4307 2004-09-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4308
4309         * src/port.h,
4310         * src/mcs51/main.c,
4311         * src/ds390/main.c,
4312         * src/z80/main.c,
4313         * src/hc08/main.c,
4314         * src/pic/main.c,
4315         * src/pic16/main.c,
4316         * src/avr/main.c,
4317         * src/xa51/main.c
4318         * src/SDCCicode.c (geniCodeJumpTable): Better logic to determine if a
4319         a jump table is the best form for a switch statement, including
4320         automatic insertion of missing cases to make the case range
4321         continuous. Developed in collaboration with Frieder Ferlemann.
4322
4323 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4324
4325         * src/hc08/ralloc.c (canDefAccResult): multi-byte shift is unsafe for
4326         accumulator result if it needs sign extension
4327
4328 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
4329
4330         * src/hc08/ralloc.c (canUseAccOperand): fixed comparison bug
4331
4332 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
4333
4334         * device/lib/gbz80/printf.c,
4335         * device/lib/z80/printf.c: removed define for NULL
4336
4337 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
4338
4339         * as/xa51/xa_link.c,
4340         * device/examples/ds390/ow390/ad26.c,
4341         * device/examples/ds390/ow390/cnt1d.c,
4342         * device/examples/ds390/ow390/counter.c,
4343         * device/examples/ds390/ow390/ds2480.h,
4344         * device/examples/ds390/ow390/ds2480ut.c,
4345         * device/examples/ds390/ow390/findtype.c,
4346         * device/examples/ds390/ow390/gethumd.c,
4347         * device/examples/ds390/ow390/owllu.c,
4348         * device/examples/ds390/ow390/ownetu.c,
4349         * device/examples/ds390/ow390/swt12.c,
4350         * device/examples/ds390/ow390/swtloop.c,
4351         * device/examples/ds390/ow390/temp.c,
4352         * device/examples/ds390/ow390/temp10.c,
4353         * device/examples/ds390/ow390/thermo21.c,
4354         * device/examples/ds390/ow390/tinilnk.c,
4355         * device/examples/ds390/ow390/tstfind.c,
4356         * device/examples/serialcomm/windows/serial.cpp,
4357         * device/examples/serialcomm/windows/test_serialcomm.cpp,
4358         * device/include/reg51.h: fixed line endings for cvs
4359
4360 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4361
4362         * src/hc08/ralloc.c (canDefAccResult, canUseAccOperand,
4363         packRegsForAccUse, packRegisters): new accumulator register
4364         packing algorithm
4365         * support/regression/ports/hc08/support.c (_putchar): suppress
4366         warning of unused variable
4367         * src/SDCCicode.c: added SWAP entry to codeTable
4368
4369 2004-09-01 Maarten Brock <sourceforge.brock AT dse.nl>
4370
4371         * device/lib/sprintf.c: forgot to add this file before previous commit
4372
4373 2004-09-01 Vangelis Rokas <vrokas AT otenet.gr>
4374
4375         * src/pic16/gen.c (genPackBits): added operand right in function
4376         parameters, load result directly if p_type is POINTER (that is
4377         called by genNearPointerSet)
4378         * (genUnPackBits): added operand left in function parameters,
4379         * (genNearPointerGet, genNearPointerSet): prevent the loading of
4380         FSR0 if accessing bitfields,
4381
4382 2004-08-31 Maarten Brock <sourceforge.brock AT dse.nl>
4383
4384         * device/include/stdio.h: added NULL, size_t, typedef pfn_outputchar,
4385           _print_format; updated printf, sprintf, vsprintf
4386         * device/include/asm/default/features.h: corrected comment/define
4387         * device/lib/Makefile.in: added sprintf.c
4388         * device/lib/libsdcc.lib: added sprintf module
4389         * device/lib/printf_large.c,
4390         * device/lib/vprintf.c,
4391         * device/lib/sprintf.c: totally refactored printf_large and vprintf
4392           into these 3 files
4393         * support/regression/Makefile: changed ALL_PORTS into a usefull default
4394         * support/regression/ports/mcs51-stack-auto/spec.mk: added sprintf
4395         * support/regression/tests/bug-927659.c: removed dummy putchar, enabled
4396           hc08 test
4397         * support/regression/tests/zeropad.c: define idata as data for hc08
4398
4399 2004-08-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4400
4401         * src/SDCCpeeph.c (labelIsReturnOnly): support hc08 rts opcode also
4402         * src/SDCCpeeph.c (buildLabelRefCountHash): assume function entry point
4403         labels are referenced at least once (even if a reference is not found)
4404         * src/hc08/gen.c (emitcode): set isComment flag for comments
4405         * src/hc08/peeph.def: added rules 5a..5f (optimize redundant immediate
4406         loads), rules 6a..6b (optimize jumps to return)
4407
4408 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4409
4410         * device/lib/acosf.c (acosf),
4411         * device/lib/asinf.c (asinf),
4412         * device/lib/atanf.c (atanf),
4413         * device/lib/ceilf.c (ceilf),
4414         * device/lib/cosf.c (cosf),
4415         * device/lib/coshf.c (coshf),
4416         * device/lib/cotf.c (cotf),
4417         * device/lib/fabsf.c (fabsf),
4418         * device/lib/floorf.c (floorf),
4419         * device/lib/log10f.c (log10f),
4420         * device/lib/logf.c (logf),
4421         * device/lib/sinf.c (sinf),
4422         * device/lib/sinhf.c (sinhf),
4423         * device/lib/sqrtf.c (sqrtf),
4424         * device/lib/tanf.c (tanf),
4425         * device/lib/tanhf.c (tanhf),
4426         * device/include/math.h: defined _FLOAT_FUNC_REENTRANT macro and
4427         replaced all instances of "reentrant" in the library functions
4428         defined in math.h with this macro.
4429         * support/regression/tests/float_trans.c: reenabled test for hc08
4430
4431 2004-08-30 Bernhard Held <bernhard AT bernhardheld.de>
4432
4433         * device/lib/pic16/Makefile.common.in: added MODELFLAGS again, it was
4434         erroneously deleted
4435
4436 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4437
4438         * src/hc08/gen.c (loadRegFromAop): better use of clra & clrx
4439         * src/hc08/gen.c (genAnd, genOr): fixed bug with conditional when
4440         multi-byte volatile operands are used
4441         * src/hc08/gen.c (shiftRLong): fixed bug with wrong rotate direction
4442         * src/hc08/main.c (_hc08_genAssemblerPreamble): moved the built-in
4443         initialization to area GSINIT0 so that it would always precede
4444         any static initializers in GSINIT
4445         * support/regression/tests/zeropad.c: fixed idata define for hc08
4446         * support/regression/tests/bug-927659.c,
4447         * support/regression/tests/float_trans.c: disabled tests for hc08
4448         pending missing library routines
4449         * .version: increased version number to 2.4.4 - hc08 port now passes
4450         regression tests
4451
4452
4453 2004-08-29 Bernhard Held <bernhard AT bernhardheld.de>
4454
4455         * device/lib/pic16/Makefile.common.in: added $(MM) to fix `make clean`
4456         * Makefile.common.in,
4457         * as/Makefile,
4458         * as/hc08/Makefile.in,
4459         * as/mcs51/Makefile.in,
4460         * as/z80/Makefile.in,
4461         * debugger/mcs51/Makefile.in,
4462         * device/include/Makefile.in,
4463         * device/lib/Makefile.in,
4464         * doc/Makefile,
4465         * link/Makefile,
4466         * link/z80/Makefile.in,
4467         * packihx/Makefile.in,
4468         * sim/ucsim/main_in.mk,
4469         * sim/ucsim/avr.src/Makefile.in,
4470         * sim/ucsim/doc/Makefile.in,
4471         * sim/ucsim/gui.src/serio.src/Makefile.in,
4472         * sim/ucsim/hc08.src/Makefile.in,
4473         * sim/ucsim/s51.src/Makefile.in,
4474         * sim/ucsim/xa.src/Makefile.in,
4475         * sim/ucsim/z80.src/Makefile.in,
4476         * src/Makefile.in,
4477         * support/cpp2/Makefile.in,
4478         * support/librarian/Makefile,
4479         * support/makebin/Makefile: added DESTDIR to the install path proposed
4480         by "Maciej 'Agaran' Pijanka" <agaran AT pld-linux.org>
4481         * doc/sdccman.lyx: added DESTDIR documentation
4482
4483 2004-08-29 Vangelis Rokas (vrokas AT otenet.gr>
4484
4485         * src/pic16/gen.c (genFunction, genEndFunction): fixed return
4486         instruction for interrupt handlers, use fast returns when returning
4487         from high priority interrupts
4488
4489 2004-08-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4490
4491         * src/hc08/gen.c (genAnd, genOr, transferAopAop, rmwWithAop): optimized
4492         code generation
4493         * src/hc08/gen.c (genrshFour, genCpl): fixed bugs
4494         * src/hc08/gen.c (genMultOneByte, genDivOneByte, genModOneByte): fixed
4495         bugs, ported much of Bernhard's code from mcs51
4496         * src/mcs51/gen.c (genSend),
4497         * src/hc08/gen.c (genSend): fixed bug with lost SEND iCodes if more
4498         than one when calling a reentrant function
4499         * device/lib/_mullong.c: defined an alternate struct layout for big
4500         endian ports (hc08)
4501
4502 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4503
4504         * src/hc08/gen.c (shiftL2Left2Result): fix for bug-500536 regression
4505         test
4506
4507 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4508
4509         * src/SDCCsymt.c (processFuncArgs): make sure parameter types
4510         are sane and complete before asking the port its prefered parameter
4511         passing method (fixes bug #1017633)
4512         * device/lib/hc08/_ret.c: added "data" storage class to _ret2
4513         and _ret3
4514
4515 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4516
4517         * src/hc08/gen.c (genPackBitsImmed, genUnpackBitsImmed): fix offset
4518         problem in bitfields >= 8 bits.
4519
4520 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
4521
4522         * src/SDCCsymt.c: undid changes that were not meant to be committed
4523
4524 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
4525
4526         * support/regression/ports/hc08spec.mk: REENTRANT must be reentrant
4527
4528 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
4529
4530         * src/hc08/gen.c (genUminusFloat): fixed bug where only 3 bytes were
4531           copied and wrong bit got inverted
4532
4533 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4534
4535         * src/hc08/gen.c (genPointerSet, genFarPointerSet): moved code from
4536         genFarPointerSet into genPointerSet; eliminated genFarPointerSet
4537         * src/hc08/gen.c (genPointerGet, genFarPointerGet): moved code from
4538         genFarPointerGet into genPointerGet; eliminated genFarPointerGet
4539         * src/hc08/gen.c (genPackBitsImmed): generate optimized code for
4540         assignments to bitfields at known addresses
4541         * src/hc08/gen.c (genUnpackBitsImmed): generate optimized code for
4542         reads from bitfields at known addresses
4543         * src/hc08/ralloc.c (packRegisters),
4544         * src/hc08/gen.c (genPointerGet, genUnpackBits, genUnpackBitsImmed,
4545         genhc08Code): optimize pointer get values used as conditionals
4546         * src/hc08/peeph.def: added rules 2e & 2f to optimize bit test
4547         and branch
4548
4549 2004-08-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4550
4551         * src/mcs51/gen.c (genPointerGet, genNearPointerGet, genPagedPointerGet,
4552         genFarPointerGet, genCodePointerGet, genGenPointerGet, genUnpackBits),
4553         * src/mcs51/ralloc.c (packRegisters): optimize pointer get values used
4554         as conditionals
4555
4556 2004-08-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4557
4558         * src/mcs51/peeph.def: peepholes 248.i-m for xdata bitfields
4559
4560 2004-08-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4561
4562         * src/mcs51/ralloc.c (packRegsForOneuse): fixed bug #1012650 and some
4563         related problems
4564
4565 2004-08-21 Bernhard Held <bernhard AT bernhardheld.de>
4566
4567         * sim/ucsim/cmd.src/Makefile.in: run lex only if $(PRJDIR)/devel exists
4568
4569 2004-08-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4570
4571         * src/z80/ralloc.c (packRegsForAssign): ported some bug fixes from the
4572         mcs51 port
4573
4574 2004-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
4575
4576         * src/pic/gen.c: Restored fn genRet as previous fix was incorrect.
4577
4578 2004-08-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4579
4580         * src/mcs51/gen.c (genJumpTab): jumptables for more than 16 switch
4581         cases use more compact code.
4582
4583 2004-08-13 Slade Rich <slade_rich AT users.sourceforge.net>
4584
4585         * src/pic/gen.c: Fixed problem with fn returning a variable bigger than a char.
4586
4587 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4588
4589         * src/SDCClrange.c (findPrevUse): fixed bug #1007371
4590
4591 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4592
4593         * src/SDCCsymt.h,
4594         * src/SDCCsymt.c (changePointer, checkDecl, addSymChain): changed
4595         parameter of changePointer() from symbol* to sym_link*
4596         * src/SDCCast.c (decorateType): call changePointer() for CAST op
4597         * src/SDCCsymt.c (compareType): void* type is castable to other
4598         pointers, but not necesarily an exact match.
4599         * src/SDCCicode.c (geniCodeCast): allow void* casting here since it
4600         is no longer blindly treated as an exact match.
4601         * src/SDCCval.c (valCastLiteral): treat missing type as cast to void
4602
4603 2004-08-12 Slade Rich <slade_rich AT users.sourceforge.net>
4604
4605         * src/pic/glue.c: Added struct initialisation fn printIvalStruct.
4606
4607 2004-08-11 Slade Rich <slade_rich AT users.sourceforge.net>
4608
4609         * src/pic/gen.c,
4610         * src/pic/pcode.c,
4611         * src/pic/ralloc.h,
4612         * src/pic/ralloc.c: Printing rIdx on internal verbose debug.
4613
4614 2004-08-10 Slade Rich <slade_rich AT users.sourceforge.net>
4615
4616         * src/pic/device.c,
4617         * src/pic/device.h,
4618         * src/pic/device.c: Will no longer exit if #pragma maxram has not been defined.
4619
4620 2004-08-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4621
4622         * src/mcs51/gen.c (emitcode): fixed bug #992819
4623
4624 2004-08-05 Maarten Brock <sourceforge.brock AT dse.nl>
4625
4626         * src/pic/ralloc.c (deassignLR): allthough pic port is buggy already,
4627           there's no need to make it worse
4628
4629 2004-08-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4630
4631         * src/mcs51/ralloc.c (deassignLR),
4632         * src/ds390/ralloc.c (deassignLR),
4633         * src/hc08/ralloc.c (deassignLR),
4634         * src/z80/ralloc.c (deassignLR),
4635         * src/pic/ralloc.c (deassignLR),
4636         * src/pic16/ralloc.c (deassignLR),
4637         * src/avr/ralloc.c (deassignLR),
4638         * src/SDCClrange.c (findRecursiveSucc, findRecursivePred, findPrevUse,
4639         rlivePoint): fixed another part of bug #971834
4640
4641 2004-08-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4642
4643         * src/z80/main.c: enabled "critical" keyword
4644         * src/z80/mappings.i,
4645         * src/z80/gen.c (genFunction, genEndFunction): support for interrupt
4646         functions (fixes bug #979646)
4647         * doc/sdccman.lyx: added a subsection explaining z80 interrupt support
4648
4649 2004-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4650
4651         * src/mcs51/gen.c (genInline): Add \n for labels, not DOS/WIN dirs
4652           such as c:\mydir.
4653
4654 2004-08-03 Maarten Brock <sourceforge.brock AT dse.nl>
4655
4656         * src/SDCCloop.c (loopInvariants): fixed bug 983545, hope this
4657           doesn't disable too much optimizations
4658
4659 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
4660
4661         * src/pic/glue.c Disabled "WARNING: function 'main' undefined" when -S option is used.
4662
4663 2004-08-02 Maarten Brock <sourceforge.brock AT dse.nl>
4664
4665         * src/SDCClrange.c (rlivePoint): fixed bug 988568, thanks to anonymous
4666
4667 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
4668
4669         * src/pic/gen.c tidied up tabs
4670         * src/pic/genarith.c tidied up tabs and fixed bug with literal multiple where same register was used for hi and low byte
4671         * src/pic/main.c tidied up tabs
4672         * src/pic/pcode.c tidied up tabs and disabled verbose code generation
4673         * src/pic/pcoderegs.c tidied up tabs
4674         * src/pic/ralloc.c tidied up tabs
4675
4676 2004-07-30 Vangelis Rokas <vrokas AT otenet.gr>
4677
4678         * src/SDCCmem.c (allocGlobal): don't turn S_REGISTER storage class
4679         to S_FIXED for pic16 port and when symbol is not in level 0,
4680         allocate for S_REGISTER storage class and pic16 port, too,
4681         * src/pic16/device.h: prototype for checkSym,
4682         * src/pic16/device.c (pic16_dump_access, checkSym): NEW,
4683         * (pic16_assignConfigWordValue): test the value and the mask to
4684         validate that the value is suitable for the configuration word,
4685         * src/pic16/glue.c (pic16_printIvalFuncPtr): use 'externs' to
4686         collect extern declared symbols, don't emit symbol twice, check
4687         first if symbol is in publics set first,
4688         * src/pic16/main.c (_pic16_keywords[]): added keyword 'register',
4689         * added command line '--fstack' which enables an experimental
4690         feature for stack access, too buggy to be used yet...
4691         * src/pic16/ralloc.c (pic16_accessregWithName): NEW,
4692         * (pic16_allocDirReg): when register has storage class S_REGISTER
4693         allocate in pic16_dynAccessRegs,
4694         * device/include/pic16/pic18f????.h: modified configuration word
4695         naming convention, words started as CONFIG0H but should be CONFIG1H
4696
4697 2004-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
4698
4699         * device/include/mcs51reg.h: fixed bug 970993
4700
4701 2004-07-27 Maarten Brock <sourceforge.brock AT dse.nl>
4702
4703         * added lib/calloc.c, lib/free.c, lib/realloc.c, include/stddef.h
4704         * updated lib/malloc.c, lib/libsdcc.lib, lib/Makefile.in, include/malloc.h
4705         * src/SDCC.lex (doPragma): added pragma disable_warning <nnn>
4706         * src/SDCCmain.c (parseCmdLine): added option --disable-warning <nnn>
4707         * src/ds390/gen.c (genPlusIncr): fixed bug when incrementing generic pointers
4708         * support/Util/SDCCerr.c (vwerror): suppress disabled warnings and output
4709           error/warning numbers,
4710           added function setWarningDisabled()
4711         * support/Util/SDCCerr.h: added setWarningDisabled() and MAX_ERROR_WARNING
4712         * support/regression/ports/mcs51-stack-auto/spec.mk: added dependencies
4713           _memcmp.c _memmove.c calloc.c realloc.c free.c
4714         * support/regression/tests/malloc.c: added tests for new functionality
4715         * support/regression/tests/zeropad.c: added tests for truncated initializers
4716           and initialized char arrays starting with '\x0'
4717         * src/mcs51/peeph.def: fixed regression, added peephole 177.f
4718
4719 2004-07-26 Bernhard Held <bernhard AT bernhardheld.de>
4720
4721         * support/valdiag/tests/overflow.c: fixed warning on (1 >> 40)
4722
4723 2004-07-26 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4724
4725         * doc/sdccman.lyx: updated example in section "Absolute Addressing"
4726         * src/mcs51/peeph.def: added contributed fix for "bug" #995347 as
4727         peephole 177.e. Thanks to anonymous
4728
4729 2004-07-25 Vangelis Rokas <vrokas AT otenet.gr>
4730
4731         * src/pic16/glue.c (pic16_printIvalFuncPtr): when an extern
4732         function isn't used in the source but referenced as a
4733         variable initializer then declare it as extern in .asm file
4734
4735 2004-07-24 Vangelis Rokas <vrokas AT otenet.gr>
4736
4737         * .version: increased version number to 2.4.3
4738
4739         Adding version extension according to ChangeLog CVS revision
4740         * src/Makefile.in (target all): added dependency 'version.h'
4741         * (rule version.h): added rule to create version.h from ChangeLog,
4742         * (rule dep): added dependency version.h,
4743         * src/version.awk: AWK script to create version.h
4744         * src/SDCCdwarf2.c (dwWriteModule),
4745         * src/SDCCglue.c (initialComments),
4746         * src/SDCCmain.c (printVersionInfo): modified to write after
4747         version string the version extension number,
4748         * src/SDCCutil.c: included "version.h"
4749         * (getBuildNumber): NEW, returns SDCC's ChangeLog minor revision
4750         number,
4751         * src/SDCCutil.h: added prototype for getBuildNumber
4752
4753         * src/SDCCmain.c (parseCmdLine): when sOpt is 'I' add rest in
4754         includeDirsSet, too,
4755         * src/SDCCsymt.c (checkSClass): don't emit error when a variable,
4756         const char [] is found in function prototype...
4757
4758         * src/pic16/genarith.c (pic16_genUMult8XLit_8): optimization to omit
4759         moving to WREG with source is already in WREG,
4760         * src/pic16/gen.h: added AOP_FSR0 and AOP_FSR2 in enum,
4761         * src/pic16/gen.c (getFreePtr): updated to look for FSR0 and FSR2,
4762         * (aopForSym): stack'ed symbols are partially supported, added
4763         if-clause to support symbols in FARSPACE,
4764         * (sameRegs): added test for AOP_ACC to see if registers are same,
4765         * (pic16_freeAsmop): added case for AOP_FSR0 and AOP_FSR2,
4766         * (pic16_aopGet): added case for AOP_FSR0 and AOP_FSR2,
4767         * (pic16_popRegFromString): will not allocate a new register if it
4768         doesn't find one by name, bug may have introduced...
4769         * (pic16_popGet): added case for AOP_FSR0 and AOP_FSR2,
4770         * (genIpush): revived to use pic16 port's stack,
4771         * (genAddrOf): added incomplete case for stack'ed operand,
4772         * (genCast): optimized a pair of MOVFW,MOVWF to MOVFF
4773         * src/pic16/genutils.c (pic16_genNot): almot new vesrion for NOT,
4774         can handle multibyte operands,
4775         * src/pic16/glue.c (pic16_printIval*): some debug info added,
4776         * (pic16initialComments): added message for MPLAB compatibility
4777         mode enabled,
4778         * src/pic16/main.h: prototype for pic16_mplab_comp,
4779         * src/pic16/main.c (pic16_optionsTable): new option --mplab-comp,
4780         which enabled MPLAB compatibility mode (i.e. no #LINE/#FILE, BANKED)
4781         * (_pic16_linkEdit): NEW, handles link stage, transferred here
4782         because of increased complexity of procedure,
4783         * (_process_pragma): stack pragma changed to format 'stack pos len',
4784         emit symbol '_stack_end' to conform with gplink,
4785         * src/pic16/pcode.c (pic16_newpCodeOpBit): using pic16_regWithName
4786         to search for register,
4787         * (pic16_get_op, pic16_get_op2): added case for PO_W, PO_WREG and
4788         PO_GPR_REGISTER,
4789         * (pic16_pCode2str): when in MPLAB compatibility mode, comment out
4790         #LINE directives and replace 'B' with 'BANKED' in instruction opcodes
4791         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
4792         case for PO_GPR_REGISTER,
4793         * (pic16_AnalyzeBanking): removed the old message for inc2h.pl, past
4794         dies, the new era is ahead !...
4795         * src/pic16/ralloc.c: added hash reposits pic16_dynAllocRegNames and
4796         pic16_dynInternalRegs,
4797         * (pic16_allocregWithName, pic16_procregWithName, pic16_regWithname): NEW,
4798         * (pic16_allocDirReg): minor optimizations and bug fixes,
4799         * (pic16_allocWithIdx): when searching pic16_dynProcessorRegs use fixed,
4800
4801         * device/lib/pic16/startup/crt0*.c: extern definition of stack_end,
4802         load stack and frame pointer with address of 'stack_end' symbol
4803
4804 2004-07-23 Vangelis Rokas <vrokas AT otenet.gr>
4805
4806         * src/pic16/glue.c (pic16emitStaticSeg): fixed bug with files
4807         without source code but only variable initializers
4808
4809 2004-07-20 Vangelis Rokas <vrokas AT otenet.gr>
4810
4811         * src/pic16/glue.c (pic16emitRegularMap): unused functions marked as
4812         external are not declared as extern to reduce overhead while linking
4813
4814 2004-07-20 Maarten Brock <sourceforge.brock AT dse.nl>
4815
4816         * src/SDCCast.c (decorateType): removed buggy fix for bug #979599
4817
4818 2004-07-11 Maarten Brock <sourceforge.brock AT dse.nl>
4819
4820         * src/SDCCglue.c (printIvalArray): fixed bug #984229, thanks to Phuah
4821           Yee Keat for the patch
4822         * src/SDCCast.c (decorateType): fixed bug #979599
4823         * src/ds390/gen.h: removed local fReturnSizeDS390
4824         * src/ds390/gen.c: made fReturnSizeDS390 signed short to remove a warning
4825         * src/ds390/gen.c (genAnd, genOr, genXor),
4826         * src/mcs51/gen.c (genAnd, genOr, genXor): generate better optimized code
4827
4828 2004-07-04 Vangelis Rokas <vrokas AT otenet.gr>
4829
4830         * src/SDCCmain.c (linkEdit): modifications only for pic16 port,
4831         add relFilesSet to $3, manipulate $2 to handle linking of object
4832         files without source files in command line,
4833         * device/include/pic16 (all headers): added ID location macros,
4834         * src/pic16/device.c (struct PIC16_device Pics16[]): added field
4835         entries for ID location bytes,
4836         * (pic16_assignIdByteValue): NEW,
4837         * src/pic16/device.h: new structures idRegInfo_t and idBytesInfo_t,
4838         added field dumpcalltree to pic16_options_t,
4839         * src/pic16/gen.c (genCmp): fixed bug case so a temporary register
4840         is used instead of pic16_Gstack_base_addr, check if (ifx) before
4841         emitting rFalseIfx label after check_carry label,
4842         * src/pic16/glue.c (PIC16_IS_IDLOC_ADDRESS, PIC16_IS_HWREG_ADDRESS,
4843         pic16_emitDIRegs), NEW
4844         * (pic16glue): dump .calltree file when option --calltree found,
4845         * src/pic16/main.c (OPTION _pic16_optionsTable): new option --calltree
4846         * (_pic16_genAssemblerPreamble): emit ID locations after
4847         configuration registers,
4848         * (pic16_linkCmd): modifications of the link command,
4849         * src/pic16/pcode.c (pic16_pciMOVFF): PCC_REGISTER replaces PCC_REGISTER2
4850         * (pic16_pCodeInitRegisters): don't init stack registers,
4851         * (pic16_findPrevInstruction): fixed bug,
4852         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): fixed
4853         bug with immediate registers,
4854         * (buildCallTree): traces stack push and pop,
4855         * (pct2): dump also stack usage for each function,
4856         * src/pic16/ralloc.c (dynrIdx): registers names start from 0x00
4857         * (pic16_allocDirReg): various modifications,
4858         * (pic16_typeRegWithIdx): when searching pic16_dynProcessorRegs set
4859         fixed to 1,
4860
4861 2004-07-02 Vangelis Rokas <vrokas AT otenet.gr>
4862
4863         * src/pic16/pcode.c: removed buggy double colon
4864
4865 2004-07-01 Borut Razem <borut.razem AT siol.net>
4866
4867         * support/scripts/sdcc.nsi: added include/pic16 to setup
4868
4869 2004-06-30 Vangelis Rokas <vrokas AT otenet.gr>
4870
4871         * device/lib/Makefile.in: fixed bug in target objects-pic16,
4872         * device/lib/pic16/Makefile: prefixed with dash (-) command under
4873         target 'clean',
4874         * doc/sdccman.lyx: changed version to 2.4.2 and added some port
4875         specific command line arguments. Also added sample lkr script
4876         for placing a variable at a specific memory bank.
4877         * src/pic16/device.c (pic16_dump_gsection): NEW, to dump variables
4878         at a specific memory bank,
4879         * (pic16_dump_isection): fixed bug which caused string literals to
4880         be omitted when dumping idata section,
4881         * (pic16_groupRegistersInSection): added code to handle registers
4882         in specific memory banks,
4883         * src/pic16/gen.c: labelOffset is prefixed with pic16_ and made
4884         public, all references are renamed too,
4885         * (pic16_aopGet): removed switch cases for AOP_R0,AOP_R1,AOP_DPTR,
4886         AOP_DPTR2,
4887         * (pic16_storeForReturn): added case to handle when dest is WREG,
4888         * src/pic16/genarith.c (pic16_pCodeOpSubType): NEW,
4889         * src/pic16/glue.c (pic16emitRegularMap): when adding a register in
4890         pic16_rel_udata, check to see if that register is marked as being
4891         a member of a specific memory bank,
4892         * (pic16_printIvalCharPtr): added code to add string literals either
4893         to code or the idata sections,
4894         * src/pic16/main.c (_process_pragma): added \n to WHITE constant,
4895         also accept the 'udata' pragma,
4896         * src/pic16/main.h: new structure types sectName and sectSym
4897         * src/pic16/pcode.c: added new pCodeInstruction entry for BANKSEL
4898         * (newpCodeOpBit): added PIC_OPTYPE subt in function prototype,
4899         * (pic16_findPrevInstruction): fixed, it returned nothing,
4900         * (insertBankSwitch): fixed to emit banksel/skip and skip/banksel
4901         instruction combinations,
4902         * (pic16_FixRegisterBanking): heavily reorganised,
4903         * (pic16_AnalyzeBanking): if generating banksel directives is
4904         disabled, then don't call FixRegisterBanking at all,
4905         * src/pic16/ralloc.c (bitEQUs, aliasEQUs, allDefsOutOfRange):
4906         completely removed,
4907         * (pic16_writeUsedRegisters): added call to pic16_dump_gsection
4908
4909 2004-06-29 Bernhard Held <bernhard AT bernhardheld.de>
4910
4911         * src/SDCCglue.c (printChar): fixed bug #973350, patch provided by
4912         Phuah Yee Keat <yk.phuah AT nestac.com>
4913
4914 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
4915
4916         * src/pic16/glue.c (pic16createInterruptVect): function now emits
4917         correctly the IVT even if it is relocated to some other location
4918
4919 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
4920
4921         * device/include/pic16/pic18fregs.h: added case for pic18f2220.h
4922         * device/include/pic16/pic18f2220.h: NEW,
4923         * device/lib/pic16/libdev/pic18f2220.c: NEW,
4924         * device/lib/pic16/libdev/Makefile: added 18f2220 in DEVS,
4925         * src/pic16/device.c (struct Pics16): added info for 18f2220,
4926         * src/pic16/device.h (struct pic16_options): added ivt_loc and
4927         nodefaultlibs, ivt_loc is the location of the interrupt vector
4928         table, and nodefaultlibs signs that default libraries should not be
4929         linked in link stage,
4930         * src/pic16/gen.c (genFunction): relocate interrupt vector functions
4931         according to --ivt-loc argument,
4932         * src/pic16/main.c (_process_pragma): emit '_stack' as public symbol
4933         when pragma stack is found,
4934
4935 2004-06-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4936
4937         * src/mcs51/peeph.def: added peepholes 182.d (return 0.0),
4938         256 (range check), 257 (do while), 258.a-f (bit banging
4939         f.e. on 3-wire SPI bus)
4940
4941 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4942
4943         * src/SDCClrange.c (findNextUseSym): fixed a live range bug with
4944         variables used exclusively within a loop
4945
4946 2004-06-21 Bernhard Held <bernhard AT bernhardheld.de>
4947
4948         * src/mcs51/gen.c (genCpl): quick fix for bug #974835
4949
4950 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4951
4952         * src/SDCClrange.c (computeClash): fixed bug #971834
4953
4954 2004-06-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4955
4956         * src/mcs51/gen.c (genCmp): fixed bug #975903
4957         * src/hc08/gen.c (operandsEqu),
4958         * src/ds390/gen.c (operandsEqu),
4959         * src/z80/gen.c (operandsEqu),
4960         * src/pic/gen.c (operandsEqu),
4961         * src/pic16/gen.c (operandsEqu),
4962         * src/mcs51/gen.c (operandsEqu): fixed bug #976283
4963         * src/SDCCmain.c (parseCmdLine): report --unknown-option only once
4964
4965 2004-06-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4966
4967         * src/SDCCcse.c (cseBBlock): fixed bug #966963
4968
4969 2004-06-12 Vangelis Rokas <vrokas AT otenet.gr>
4970
4971         * src/pic16/gen.c (genPointerGet): added E_INTERNAL_ERROR for
4972         default case in switch statement,
4973         * glue.c (pic16_initPointer): expr is initialised via decoarteType
4974         to eliminate problem with initialisation of pointers, but problem
4975         still exists,
4976         * (pic16_pointerTypeToGPByte): removed, no needed for pic16,
4977         * (emitStaticSegment): removed various lines emitting debug info,
4978         * src/pic16/pcode.c, src/pic16/pcode.h, src/pic16/ralloc.h:
4979         added processor registers for utilizing EEPROM,
4980         * src/pic16/pcode.c (pic16_emitDB): number of DBs emitted is not
4981         configurable and set 8
4982
4983 2004-06-08 Vangelis Rokas <vrokas AT otenet.gr>
4984
4985         * .version: increased version number to 2.4.2,
4986
4987         Cumulative patch for pic16 port
4988         * src/pic16/device.c: changed scheme to dump initial values for
4989         variables in idata segment, all print_idata* functions were removed,
4990         now the pic16_printIval* will be called,
4991         * src/pic16/glue.c: (pic16_initPointer, pic16_pointerTypeToGPByte,
4992         * _pic16_printPointerType, pic16_printPointerType,
4993         * pic16_printGPointerType, pic16_printIvalArray, pic16_printIvalStruct,
4994         * pic16_printIvalBitFields, pic16_printIvalFuncPtr, pic16_printIvalPtr:
4995         NEW, similar to the respective functions in SDCCglue.c,
4996         * src/pic16/pcode.c (pic16_emitDB, pic16_flushDB): reverted to old
4997         way, emitting hex bytes,
4998         * (pic16_emitDS): NEW, emits a string for pointer initialisation,
4999
5000 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5001
5002         * src/avr/ralloc.c (serialRegAssign),
5003         * src/xa51/ralloc.c (serialRegAssign),
5004         * src/pic/ralloc.c (serialRegAssign),
5005         * src/pic16/ralloc.c (serialRegAssign),
5006         * src/hc08/ralloc.c (serialRegAssign),
5007         * src/z80/ralloc.c (serialRegAssign),
5008         * src/ds390/ralloc.c (serialRegAssign),
5009         * src/mcs51/ralloc.c (serialRegAssign): fixed bug #964479
5010
5011 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5012
5013         * src/SDCCicode.c (geniCodeJumpTable): fixed bug #967601
5014         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug #966505
5015
5016 2004-06-07 Vangelis Rokas <vrokas AT otenet.gr>
5017
5018         Cumulative patch for pic16 port:
5019         * src/pic16/device.h (typedef PIC16_device) modified fields for
5020         defining microcontrollers,
5021         * src/pic16/device.c: added new info for all devices in Pics16 array,
5022         * src/pic16/gen.c (genPcall): fixed bug that caused the return label
5023         to be optimised out by the pCode optimiser,
5024         * src/pic16/glue.c (pic16emitRegularMap): treat implicit aggragates
5025         specially, bug reported by G.M. Gallant,
5026         * src/pic16/pcode.c (pic16_newpCodeLabelFORCE): NEW, marks a label
5027         as force'd so that cannot be optimised out by pCode optimiser,
5028         * src/pic16/pcode.c,
5029         * src/pic16/pcodepeeph.c,
5030         * src/pic16/pcoderegs.c: many modifications to re-enable peepholes,
5031         they are disabled by default, but can be enabled explicit with
5032         command argument --denable-peeps, for testing,
5033         * device/lib/pic16/startup/Makefile: added --no-peep,--pomit-config-words,
5034         --pomit-ivt in COMPILE_FLAGS
5035
5036 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
5037
5038         * src/pic16/pcode.c (pic16_emitDB): removed double semicolon which fails
5039           compilation on MSVC
5040
5041 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
5042
5043         * device/include/sab80515.h: added sfr P6, changed GPL to LGPL
5044
5045 2004-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5046
5047         device/include/sab80515.h: fixed bug #967492, DAPR is defined at adress
5048         0xd8, but the correct adress is 0xda. Thanks to anonymous for reporting
5049
5050 2004-06-06 Vangelis Rokas <vrokas AT otenet.gr>
5051
5052         * src/pic16/device.c (pic16_assignConfigWord): fixed bug that
5053         would only assign 0x300001 register.
5054
5055 2004-06-05 Vangelis Rokas <vrokas AT otenet.gr>
5056
5057         * device/lib/pic16/startup/Makefile: added $(MODELFLAGS)
5058         in COMPILE_FLAGS. Thanks to G. Gallant for report.
5059
5060 2004-06-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5061
5062         * doc/sdccman.lyx: minor changes, mentioned beta vendor support
5063         for ds80c400
5064         * src/mcs51/peeph.def: ran unexpand -a over peeph.def
5065         * src/mcs51/peeph.def: removed obsolete peephole 100.a,
5066         added peephole 254 (left shift), 255 (jump table)
5067
5068 2004-06-04 Vangelis Rokas <vrokas AT otenet.gr>
5069
5070         * device/lib/Makefile.in: removed comment line with model-pic16,
5071         * (target port-specific-objects-pic16): the libraries and objects
5072         are copied to the build directory form the device/lib/pic16/bin
5073         directory
5074
5075         Cumulative patch concerning pic16 port:
5076         * library directory has been re-organized,
5077         * added support for PIC18F1220,
5078         * added headers and library sources for chips 18f1220,18f6520,
5079         18f6620,18f6680,18f6720,18f8520,18f8620,18f8680,18f8720
5080
5081         * configuration registers setting has changed, now each supported
5082         device has a complete description of the registers it uses,
5083         * all initialisations are moved to idata sections, these section
5084         can be absolute or relocatable,
5085         * fixed initialisation of codespace variables,
5086         * fixed warning about PCLATU and gpsim,
5087         * src/pic16/gen.c (genCmp): now can handle partially iCodes with no ifx,
5088         * (genAssign): use table reads when assigning from variables in codespace,
5089         * src/pic16/glue.c (pic16emitStaticSeg): fixed to correctly initialise
5090         char/int variables placed in codespace,
5091         * (pic16_emitConfigRegs): NEW, emits a list with configuration
5092         registers set in .asm file, no need for --pomit-config-words anymore,
5093         * (pic16glue): some 8051 legacy segments are commented out
5094         (to be removed completely),
5095         * added support for alternative assembler and linker with --asm=
5096         and --link= command line arguments,
5097         * peepholes are disabled automatically in the port, no need to
5098         specify on command line,
5099         * port supports natively char/int/long multiplication, but converts
5100         all divisions to support functions,
5101         * main.c: pic16_linkCmd and pic16_asmCmd changed to force output
5102         to the file set in variable $2,
5103         * pcode.c (pic16_emitDB, pic16_flushDB): modified to print printable
5104         strings in ASCII format and not in hex,
5105         * ralloc.c (serialRegAssign): added a triplet of conditional calls
5106         to pic16_allocDirReg for IC_RESULT, IC_LEFT and IC_RIGHT so to
5107         allocate proper register if iCodes aren't temporary,
5108
5109 2004-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
5110
5111         * support/regression/tests/zeropad.c: added TEST_G macro for alpha
5112
5113 2004-06-02 Vangelis Rokas <vrokas AT otenet.gr>
5114
5115         * src/pic16/gen.c (genPcall): warning about gpsim and PCLATU
5116         is commented out
5117
5118 2004-06-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5119
5120         * src/hc08/gen.c (genPointerGetSetOfs): disabled optimization if
5121         computed address is reused
5122         * src/hc08/gen.c (genPackBits): fixed offsets in assignments to
5123         multi-byte bitfields
5124
5125 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
5126
5127         * src/z80/gen.c: (genArrayInit): must check for pointers too
5128
5129 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
5130
5131         * support/regression/tests/zeropad.c: never meant to commit the
5132           nestedstruct test: removed, added check for GCC version
5133
5134 2004-05-31 Maarten Brock <sourceforge.brock AT dse.nl>
5135
5136         * src/SDCCast.c (createIvalArray): fixed bug 770487 SIGSEGV
5137         * src/SDCCglue.c (emitRegularMap): fixed bug 770484 allocation problem
5138         * src/SDCCglue.c (initPointer, printIvalType, printIvalStruct,
5139           printIvalArray, printIvalFuncPtr, printIvalPtr, printIval): fixed
5140           bugs 928906 and 954082 half-empty initializers
5141         * src/SDCCsymt.h,
5142         * src/SDCCsymt.c (getAllocSize): added for above fix
5143         * src/z80/gen.c (genArrayInit): fixed bug 741044
5144         * support/regression/tests/zeropad.c: added tests
5145
5146 2004-05-30 Vangelis Rokas <vrokas AT otenet.gr>
5147
5148         * src/pic16/device.c (pic16_dump_section): corrected bug which
5149         caused some symbols of the libraries to be misplaced
5150
5151 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
5152
5153         * src/pic16/glue.c,
5154         * src/pic16/ralloc.h,
5155         * src/pic16/ralloc.cc: prefixed IS_CONFIG_ADDRESS with PIC16_
5156         to fix conflict with pic port
5157
5158 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
5159
5160         * src/pic16/glue.c (pic16emitStaticSeg): do not print as publics or
5161         externs configuration variables,
5162         * src/pic16/ralloc.h,
5163         * src/pic16/ralloc.cc: IS_CONFIG_ADDRESS is made public and added
5164         prototype in header, commented out some debug messages
5165
5166 2004-05-26 Vangelis Rokas <vrokas AT otenet.gr>
5167
5168         * src/pic16/glue.c,
5169         * src/pic16/main.c,
5170         * src/pic16/pcode.c: added gpasm directives #FILE/#LINE
5171         for gpasm COFF object generation. Thanks to D. Hawkins for
5172         his patch info
5173
5174 2004-05-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5175
5176         * src/ds390/main.c,
5177         * src/mcs51/main.c: fixed sort order of mnemonics (thanks to Maarten
5178         Brock for spotting this)
5179         * src/ds390/gen.c (genEndFunction),
5180         * src/mcs51/gen.c (genEndFunction): always save psw if function is an
5181         interrupt handler and critical. Disable push/pop optimizations when
5182         peephole optimizations disabled.
5183
5184 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
5185
5186         Updated pic16 library sources and headers.
5187         * device/lib/pic16/pic18f*/ ,
5188         * device/include/pic16/*.h: modified to handle structured SFR
5189         definitions
5190
5191 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
5192
5193         * src/port.h (PORT structure): added hook initPaths, now each
5194         port can declare its own default search paths,
5195         which can been seen with the --print-search-dirs option,
5196         see pic16 port for example,
5197         * src/SDCCmain.c (setBinPaths, setIncludePaths, setLibPath,
5198         setDataPaths): test to options.printSearchDirs is ifdef'ed out,
5199         * (doPrintSearchDirs): NEW, replaces in a central manner the
5200         printing of search dirs which was split in set*Paths functions,
5201         * (main): added call to port->initPaths and doPrintSearchDirs,
5202         * src/avr/main.c,
5203         * src/ds390/main.c,
5204         * src/hc08/main.c,
5205         * src/izt/i186.c,
5206         * src/izt/tlcs900h.c,
5207         * src/mcs51/main.c,
5208         * src/pic/main.c,
5209         * src/pic16/main.c: modified port structures to reflect addition of
5210         initPaths hook,
5211
5212         * src/pic16/device.c (regCompare): registers are finally sorted by name,
5213         * (pic16_dump_section): for registers in same address reserve memory once,
5214         * src/pic16/device.h (struct PIC16_device): changed variable gen_banksel
5215         to no_banksel,
5216         * src/pic16/genarith.c (pic16_genPlus): added code to handle cases where
5217         result is greater in size than right or left,
5218         * (pic16_genUMult8X8_8): there are some cases where the result can
5219         be 16 bits size, so handle these,
5220         * src/pic16/gen.c: changed some pic16_emitpcomment to DEBUGpic16_emitcode,
5221         * (pic16_outBitC): modified to emit pcodes,
5222         * (pic16_storeForReturn): using is_LitOp to see if operand is literal
5223         or not,
5224         * (genDivOneByte): implemented algorithm to divide 8-bits,
5225         * (genCmp): uncommented goto, but issues still exist,
5226         * (genAnd): fixed a bug with variables >8bits,
5227         * (genPackBits): optimization added that uses BCF/BSF to change a
5228         single bit,
5229         * (genAssign): fixed bug when assigning floating point literals,
5230         * src/pic16/glue.c (pic16glue): added assembler directive 'code' before
5231         __sdcc_gsinit_startup label,
5232         * src/pic16/main.c (_pic16_init): removed search directory
5233         initialisations,
5234         * (_pic16_initPaths): NEW, used to initialise search directories,
5235         * (_hasNativeMulFor): support functions for all except char/int
5236         multiplication, and char division,
5237         * (PIC16_port struct): modified entry for native mul support,
5238         * src/pic16/pcode.c (insertBankSwitch): modified to support the renamed
5239         no_banksel option,
5240         * (buildCallTree): call to register_usage is ifdef'ed out,
5241
5242 2004-05-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5243
5244         * device/include/string.h: applied Stas Sergeev's patch to make this
5245         header file compatible with the preprocessor -Wundef option
5246         * src/SDCCmain.c (main): abort compilation if preprocessor reports
5247         failure (fixes bug #941458)
5248
5249 2004-05-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5250
5251         * src/SDCCopt.c (killDeadCode): fixed bug #907733
5252         * support/Util/SDCCerr.c: reworded E_AUTO_ASSUMED diagnostic to clarify
5253         that the variable, not the function, should be static
5254         * src/SDCCval.c (valCastLiteral): fixed bit initialization from literal
5255         to be consistent with non-literal case
5256
5257 2004-05-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5258
5259         * src/SDCCast.c (isConformingBody): fixed bug #949967
5260         * src/SDCCopt.c (cnvToFcall, cnvToFloatCast, cnvFromFloatCast,
5261         convilong): fixed bug #952086
5262
5263 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5264
5265         * src/SDCCmem.c (allocVariables): fixed bug #955321
5266
5267 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5268
5269         * src/hc08/main.c (_hc08_genAssemblerEnd),
5270         * src/SDCCdwarf2.c (dwOpenFile, dwCloseFile, dwWriteFunction,
5271         dwWriteModule, dwWriteCLine, dwWriteALine, dwarf2FinalizeFile):
5272         completely eliminated the use of a temporary file
5273         * src/SDCCdwarf2.c (dwWriteAttr): fixed bug with location list offset
5274         when more than one file linked
5275         * src/SDCCloop.c (pointerAssigned): fixed bug #954163
5276
5277 2004-05-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5278
5279         * src/SDCCval.c (valForArray): applied Maarten Brock's patch #947682
5280         which fixes bug #543481
5281         * support/regression/tests/bug-751703.c: fixed comments left from a
5282         cut and paste error
5283         * src/SDCCdwarf2.c (dwCloseFile): don't explicitly close a temp file
5284         * src/SDCCdwarf2.c (dwTagFromType): added bitfield support
5285         * src/SDCCdwarf2.c (dwWriteSymbolInternal): handle extern within local
5286         scopes
5287         * src/SDCCdwarf2.c (dwWriteLineNumber): line number deltas are signed
5288         * src/SDCCmain.c (processFile, parseCmdLine): non-alphanumeric chars
5289         are now changed to underscores in moduleName
5290
5291 2004-05-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5292
5293         * as/mcs51/lkmem.c: better fix for bug #954173
5294
5295 2004-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
5296         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5297
5298         * device/include/c8051f020.h: newly added SiLabs (Cygnal) header file
5299         * device/include/c8051f000.h,
5300         * device/include/c8051f120.h,
5301         * device/include/c8051f300.h,
5302         * device/include/c8051f310.h,
5303         * device/include/c8051f320.h: updated (added _XPAGE, CAPN, CAPP,
5304         PWM16) and detab'ed
5305
5306 2004-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5307
5308         * doc/sdccman.lyx: mentioned sourceforge's delay between web frontend
5309         and mailing lists, doc'ed --no-peep-comments, removed reference
5310         to knoppix (newest version has no LyX/LaTeX), other minor changes
5311         * src/SDCCglue.c (glue): save 2 bytes stack space with
5312         option --main-return. The ljmp could probably be avoided too
5313
5314 2004-05-14 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5315
5316         * as/mcs51/lkmem.c, as/mcs51/lkaomf51: fixed bug 954173
5317
5318 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5319
5320         * src/SDCCsymt.h: added IS_AUTO(symbol) test macro
5321         * src/SDCCopt.c (isLocalWithoutDef),
5322         * src/SDCCicode.c (operandFromSymbol): use the IS_AUTO test macro
5323         which adds a !IS_EXTERN codition. Fixes bugs #877426 and #751703.
5324         (credit to Maarten Brock for patch #949363, on which this is based)
5325         * support/regression/tests/bug-751703.c: some test cases of extern used
5326         within inner scopes.
5327
5328 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5329
5330         * src/SDCCdwarf2.c (dwMatchTypes): structs must have matching
5331         SPEC_STRUCT
5332         * src/SDCCdwarf2.c (dwTagFromType): fix to handle recursive
5333         struct definitions
5334         * src/SDCCdwarf2.c (dwWriteModule, dwNewDebugSymbol, dwWriteEndFunction,
5335         dwWriteLabel): fix to create valid debugger symbols even when
5336         the module name has non-alphanumeric symbols in it
5337         * src/SDCCdwarf2.c (dwWriteSymbolInternal): better detection for
5338         when a variable's allocation has been optimized away
5339
5340
5341 2004-05-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5342
5343         * src/hc08/gen.c (hc08_emitDebuggerSymbol),
5344         * src/hc08/main.c,
5345         * src/mcs51/gen.c (mcs51_emitDebuggerSymbol),
5346         * src/mcs51/main.c,
5347         * src/ds390/gen.c (ds390_emitDebuggerSymbol),
5348         * src/ds390/main.c,
5349         * src/z80/gen.c (z80_emitDebuggerSymbol),
5350         * src/z80/main.c,
5351         * src/pic/gen.c (pic14_emitDebuggerSymbol),
5352         * src/pic/main.c,
5353         * src/pic16/gen.c (pic14_emitDebuggerSymbol),
5354         * src/pic16/main.c,
5355         * src/avr/gen.c (avr_emitDebuggerSymbol),
5356         * src/avr/main.c,
5357         * src/xa51/gen.c (xa51_emitDebuggerSymbol),
5358         * src/xa51/main.c,
5359         * src/SDCCdebug.c (emitDebuggerSymbol),
5360         * src/SDCCdebug.h,
5361         * src/port.h: added a debugger struct to the port struct. Added a
5362         callback for defining debugger symbols
5363
5364         * src/SDCCast.c (createLabel),
5365         * src/SDCC.y (labeled_statement): mark all compiler generated labels
5366         with isitmp = 1
5367         * src/SDCCicode.h,
5368         * src/SDCCicode.c (geniCodeFunctionBody): added a link from the FUNCTION
5369         iCode back to the ast for the function
5370
5371         * src/hc08/ralloc.c (hc08_assignRegisters),
5372         * src/hc08/ralloc.h: define a regs struct for the stack pointer. Removed
5373         unneeded fields from the regs struct.
5374         * src/hc08/gen.c (transferRegReg, genFunction, genEndFunction): use the
5375         pushReg() & pullReg() functions instead of emitcode()
5376
5377         * src/hc08/gen.c (genLabel, genhc08Code),
5378         * src/SDCCdebug.h: Added additional debugger hooks needed for DWARF
5379
5380         * src/cdbFile.c (cdbWriteLabel, cdbWriteScope): Added stubs for unneeded
5381         debugger hooks
5382
5383         * src/hc08/gen.c (genEndFunction, genhc08Code),
5384         * src/hc08/gen.h,
5385         * src/mcs51/gen.c (genEndFunction, gen51Code),
5386         * src/mcs51/gen.h,
5387         * src/ds390/gen.c (genEndFunction, gen390Code),
5388         * src/ds390/gen.h,
5389         * src/z80/gen.c (genEndFunction, genZ80Code),
5390         * src/z80/gen.h,
5391         * src/z80/z80.h,
5392         * src/pic/gen.c (genEndFunction, genpic14Code),
5393         * src/pic/gen.h,
5394         * src/pic16/gen.c (genEndFunction, genpic16Code),
5395         * src/pic16/gen.h,
5396         * src/avr/gen.c (genEndFunction, genAVRCode),
5397         * src/avr/gen.h,
5398         * src/xa51/gen.c (genEndFunction, genXA51Code),
5399         * src/xa51/gen.h,
5400         * src/cdbFile.c (cdbWriteFunction, cdbWriteEndFunction): moved cdb
5401         specific code to cdbFile.c and out of the backend code generators
5402
5403         * as/hc08/lkmain.c (main): removed OMF51 support from link-hc08
5404         * as/hc08/lkarea.c (lnkarea): areas with NOLOAD attribute default
5405         starting address is now 0
5406
5407         * as/hc08/asm.h,
5408         * as/hc08/m08pst.c,
5409         * as/hc08/asmain.c (asmbl): implemented the .sleb128 and .uleb128
5410         assembler directive for DWARF support
5411         * as/hc08/lkelf.c (elf): only increment address when rtflg[] set
5412
5413         * src/src.dsp,
5414         * src/Makefile.in,
5415         * src/SDCCdwarf2.c: preliminary DWARF (ver 2) debugger data generator
5416
5417 2004-05-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5418
5419         * src/hc08/gen.c (genJumpTab, emitcode, genhc08code): fixed stack error
5420         and inappropriate peephole optimization in jump tables
5421
5422 2004-04-30 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5423
5424         * as/hc08/m08pst.c,
5425         * src/SDCCglue.c: sdccopt works for the hc08 port now
5426
5427 2004-04-27 Bernhard Held <bernhard AT bernhardheld.de>
5428
5429         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): fixed bug #942130
5430
5431 2004-04-27 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5432
5433         * as/hc08/lkelf.c: sdccconf.h is not available in WIN32
5434
5435 2004-04-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5436
5437         * src/SDCCpeeph.c (replaceRule): support empty replacement peephole
5438         rules
5439         * src/SDCCmain.c,
5440         * src/SDCCglobl.h,
5441         * src/SDCCpeeph.c (getPeepLine): new option --no-peep-comments omits
5442         comments from the peephole optimizer replacement rules
5443         * src/SDCCmem.c (printAllocInfoSeg): give actual location of spilled
5444         symbols
5445         * src/SDCCcse.c (updateSpillLocation),
5446         * src/SDCCopt.c (killDeadCode, findReqv): better tracking of register
5447         equivalents
5448         * src/hc08/ralloc.c (regTypeNum): pseudo symbols must be in DATA only
5449         * src/hc08/main.c (_hc08_finaliseOptions): made pointers to stack
5450         objects far pointers
5451
5452 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5453
5454         * src/SDCCsymt.h: a missing part of my last change
5455         * src/pic/ralloc.c (regTypeNum),
5456         * src/pic16/ralloc.c (regTypeNum): fixed statement/declaration order
5457
5458 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5459
5460         * src/SDCCicode.h,
5461         * src/SDCCicode.c (aggrToPtrDclType),
5462         * src/SDCCptropt.h,
5463         * src/SDCCptropt.c (ptrBaseRematSym, ptrPseudoSymSafe,
5464         ptrPseudoSymConvert),
5465         * src/pic/ralloc.c (regTypeNum),
5466         * src/pic16/ralloc.c (regTypeNum),
5467         * src/hc08/ralloc.c (regTypeNum),
5468         * src/ds390/ralloc.c (regTypeNum),
5469         * src/mcs51/ralloc.c (regTypeNum): check for dependancy hazards before
5470         creating pseudo symbols (fixed bugs #777768, #930484, and #933966)
5471
5472 2004-04-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5473
5474         * link/z80/lkmain.c (afile),
5475         * as/hc08/lkmain.c (afile),
5476         * as/mcs51/lkmain.c (afile): fix suggested by Maarten Brock to
5477         prevent a pointer problem when a filename has no directory and
5478         no extension specified.
5479
5480 2004-04-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5481
5482         * link/z80/lkmain.c (afile): allow periods in directory names
5483         * link/z80/lkmain.c (afile),
5484         * as/mcs51/lkmain.c (afile),
5485         * as/hc08/lkmain.c (afile): allow linker script file to have an
5486         extension other than ".lnk"
5487         * link/z80/lklex.c (getfid),
5488         * link/z80/lkmain.c (parse),
5489         * as/mcs51/lklex.c (getfid),
5490         * as/mcs51/lkmain.c (parse),
5491         * as/hc08/lklex.c (getfid),
5492         * as/hc08/lkmain.c (parse): Support comments in the linker script
5493         file on lines by themselves and after filenames
5494
5495 2004-04-20 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5496
5497         * as/link_hc08.dsp: Added as/hc08/lkelf.c to project.
5498
5499 2004-04-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5500
5501         * src/z80/peeph-z80.def: removed some peephole rules that don't
5502         work with multibyte arithmetic (fixed bug #937126)
5503         * src/mcs51/peeph.def: fixed peephole rules 150-158 to apply only
5504         to registers and not global variables
5505         * src/SDCCicode.c (geniCodeAssign, ast2iCode, geniCodePostInc,
5506         geniCodePreInc, geniCodePostDec, geniCodePreDec,
5507         geniCodeLogicAndOr, geniCodeConditional): enforce strict lvalue
5508         checking for assignments not internally generated (fixed bug #931895)
5509         * src/SDCC.y (postfix_expr): ignore typedefs when looking for a
5510         structure member (fixed bug #930072)
5511
5512 2004-04-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5513
5514         * src/SDCCmain.c (linkEdit),
5515         * src/hc08/main.c (_hc08_parseOptions),
5516         * as/hc08/Makefile.in,
5517         * as/hc08/aslink.h,
5518         * as/hc08/asm.h,
5519         * as/hc08/m08pst.c,
5520         * as/hc08/lkrloc.c (relr, rele),
5521         * as/hc08/lkarea.c (lnkarea)
5522         * as/hc08/lkmain.c (afile, parse),
5523         * as/hc08/lkelf.c: support for ELF output
5524         * as/hc08/lks19.c (s19),
5525         * as/hc08/lkihx.c (ihx): ignore areas with the NOLOAD attribute
5526
5527 2004-04-17 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5528
5529         * as/mcs51/lkihx.c: Fixed bug #899105.
5530
5531 2004-04-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5532
5533         * doc/sdccman.lyx: Added instructons on how to convert MSVC .dsw and
5534         .dsp files from Unix to DOS.
5535
5536 2004-04-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5537
5538         * doc/sdccman.lyx: removed the ANSI-C noncompliance note regarding
5539         function pointers; we have been compliant for several months now.
5540         * src/mcs51/ralloc.c (serialRegAssign): enabled part of my 2004-04-13
5541         change that was accidently commented out
5542         * src/mcs51/gen.c (freeAsmop, getFreePtr, freeForBranchAsmop, genIfxJump,
5543         genCmpEq, jmpTrueOrFalse, genCmp, genAnd, genOr, genXor, genIfx): fixed
5544         bug #922319
5545
5546 2004-04-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5547
5548         * src/hc08/gen.c: output of all of the internal debugging information
5549         is now controlled by the D() macro; it is disabled by default
5550
5551 2004-04-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5552
5553         * src/mcs51/ralloc.c (serialRegAssign, fillGaps, allocThisReg): try
5554         harder to keep the same registers during a CAST iCode
5555         * src/SDCCopt.c (optimizeCastCast, eBBlockFromiCode): casts of char to
5556         long via int can be done in a single cast, if the signedness is
5557         correct.
5558         * support/regression/tests/bug-927659.c: fixed to avoid conflict with
5559         putchar() in tinibios.c in ds390's library
5560
5561 2004-04-12 Bernhard Held <bernhard AT bernhardheld.de>
5562
5563         * src/SDCCast.c (decorateType): fixed bug #898889,
5564         cast result of a literal complement too
5565         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #930931,
5566         fixed check for bitfields
5567
5568 2004-04-11 Bernhard Held <bernhard AT bernhardheld.de>
5569
5570         * src/SDCCicode.c (geniCodeLogic): made it static,
5571         (geniCodeLogicAndOr): added in order to fix bug #905492,
5572         (ast2iCode): fixed bug #905492
5573         * support/regression/tests/bug-905492.c: added
5574         * src/SDCCast.c (decorateType): don't decorate/process parms twice,
5575         (processParms): fixed bug #927659: don't copy parms, this will clear
5576         decorated flag
5577         * support/regression/tests/bug-927659.c: added
5578
5579 2004-03-29 Bernhard Held <bernhard AT bernhardheld.de>
5580
5581         * src/SDCCast.c (addCast): don't cast float to char
5582         * device/lib/libsdcc.lib: added _memmove
5583
5584 2004-03-28 Bernhard Held <bernhard AT bernhardheld.de>
5585
5586         * device/lib/large/Makefile: fixed parallel execution by
5587         replacing `make` by `$(MAKE)`
5588
5589 2004-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5590
5591         * src/hc08/gen.c (genPointerGetSetOfs): correctly handle 1 byte array
5592         offsets (fixes bug #923936)
5593
5594 2004-03-26 Bernhard Held <bernhard AT bernhardheld.de>
5595
5596         * device/lib/small/Makefile: fixed parallel execution by
5597         replacing `make` by `$(MAKE)`
5598
5599 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
5600
5601         * device/lib/vprintf.c (vsprintf): minor optimization, see bug #801101
5602
5603 2004-03-23  Scott Dattalo  <scott AT dattalo.com>
5604
5605         * src/pic/gen.c (genCpl): multi-byte complements were not working.
5606         * src/regression/Makefile: Regression test was not running.
5607
5608 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
5609
5610         * src/SDCCast.c (resultTypePropagate, decorateType): avoid promotion to int for
5611         complement if possible
5612         * src/SDCCval.c (valComplement),
5613         * src/SDCCicode.c (operandOperation): fixed complement of literal
5614         * support/regression/tests/onebyte.c (testComplement): added
5615
5616 2004-03-22 Bernhard Held <bernhard AT bernhardheld.de>
5617
5618         * src/SDCCast.c (processParms): fixed bug #920866; decorateType() can
5619         return an optimized tree; actually replace actParm with the new tree
5620         * src/SDCCast.h: added some parantheses to remove side effects
5621         * support/regression/tests/bug-920866.c
5622
5623 2004-03-21  Scott Dattalo  <scott AT dattalo.com>
5624         * src/pic/gen.c, src/pic/gen.h, src/pic/genarith.c, src/pic/pcode.c:
5625         Bit operands were not being handled properly in the pic14 port.
5626         (now src/regression/add.c passes again).
5627
5628 2004-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5629
5630         * src/SDCC.y (labeled_statement): case and default no longer require
5631         a following statement (RFE #893037)
5632
5633 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5634
5635         * src/mcs51/gen.c (pushSide, genSignedRightShift, genDjnz, geniPush):
5636         use MOVA macro to avoid "mov a,acc" when peephole optimizer is
5637         disabled (fixes bug #916294)
5638         * sim/ucsim/s51.src/mov.cc (inst_mov_a_addr): Throw an error on
5639         "mov a,acc"; patch provided by Lenny Story
5640         * device/include/mc68hc908gp32.h: header contibuted by Juan Gonzalez
5641
5642 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5643
5644         * src/mcs51/gen.c (genFunction): optimize RECEIVE in reentrant
5645         functions
5646         * src/ds390/gen.c (genFunction, genEndFunction),
5647         * src/ds390/ralloc.c (ds390_assignRegisters),
5648         * src/mcs51/gen.c (genFunction, genEndFunction, mcs51_assignRegisters):
5649         * src/mcs51/ralloc.c (mcs51_assignRegisters): Skip optimizing registers
5650         pushed if there are parameters passed on the stack. Also, a cleaner
5651         way to decide if r0/r1 should be pushed/popped. (Together they fix
5652         bug #918693)
5653
5654 2004-03-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5655
5656         * doc/sdccman.lyx,
5657         * device/lib/mcs51/crtpagesfr.asm,
5658         * device/lib/mcs51/crtxinit.asm,
5659         * device/lib/mcs51/crtxstack.asm: Changed name of _PAGESFR to _XPAGE
5660         to avoid confusion with Si Lab's SFRPAGE register.
5661
5662 2004-03-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5663
5664         * src/SDCCglue.c (emitMaps): allow public sfr variables
5665         * src/SDCCglue.c (initialComments): include compiler build date
5666         with compiler version and put the timestamp of the generated
5667         assembly file on a serperate line to be less confusing.
5668         * src/port.h: added genInitStartup hook
5669         * src/avr/main.c,
5670         * src/ds390/main.c,
5671         * src/hc08/main.c,
5672         * src/pic/main.c,
5673         * src/pic16/main.c,
5674         * src/xa51/main.c,
5675         * src/z80/main.c: genInitStartup initialize as NULL (default to
5676         historical behaviour)
5677         * src/SDCCglue.c (glue): _sdcc_gsinit_startup is now port specific.
5678         * src/mcs51/main.c: (_mcs51_genInitStartup, _mcs51_genExtraAreas,
5679         _mcs51_genXINIT, _mcs51_genRAMCLEAR): link initialization code from the
5680         library instead of hard coding it into the compiler.
5681         * support/regression/ports/mcs51-stack-auto/spec.mk,
5682         * src/SDCCmain.c (linkEdit): added mcs51.lib to the link libraries
5683         * device/lib/mcs51/Makefile,
5684         * device/lib/small/Makefile,
5685         * device/lib/large/Makefile,
5686         * device/lib/mcs51/crtpagesfr.asm,
5687         * device/lib/mcs51/crtstart.asm,
5688         * device/lib/mcs51/crtxclear.asm,
5689         * device/lib/mcs51/crtxinit.asm,
5690         * device/lib/mcs51/crtclear.asm,
5691         * device/lib/mcs51/crtxstack.asm: move most of the mcs51 C runtime
5692         startup/initialization out of src/SDCCglue.c and src/mcs51/main.c
5693         and into user configurable files.
5694         * device/lib/clean.mk: clean mcs51 directory too
5695         * support/regression/tests/longlit.c: added static to T1 declaration
5696         * doc/sdccman.lyx: documented _PAGESFR sfr for customizing pdata
5697         accesses in the initialization code
5698
5699 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5700
5701         * device/include/mc68hc908qy.h: corrected declarations of FLBPR and
5702         OSCTRIMVAL as noted in bug #916008
5703
5704 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5705
5706         * src/SDCCloop.c (basicInduction): fixed bug with loop induction
5707         in loops with multiple exits (reported as incorrect registers
5708         used by Martin Helmling in Sdcc-user list)
5709
5710 2004-03-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5711
5712         * src/ds390/main.c (_ds390_genAssemblerPreamble): cosmetic change,
5713         made ds390 register extensions look less like error messages
5714
5715 2004-03-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5716
5717         * src/SDCCglue.c (printIvalPtr): fixed bug with pointer initializer
5718         reported by Adam Wozniak in Sdcc-user list
5719
5720 2004-03-10 Bernhard Held <bernhard AT bernhardheld.de>
5721
5722         * src/SDCCast.c (decorateType): fixed with bug and promotion in
5723         arithmetic optimizations, added debug output
5724
5725 2004-03-09 Bernhard Held <bernhard AT bernhardheld.de>
5726
5727         * device/lib/time.c (mktime): fixed bug reported by Bert Thomas
5728         * sdcc.spec: updated and split sdcc into 3 rpms
5729         * src/SDCCast.c (decorateType): &|^ don't need addCast(); addCast() is
5730         needed for literals of LEFT_OP and '+'
5731         * src/SDCCicode.c (geniCodeLogic): I must have been braindead when I
5732         introduced RESULT_TYPE_NOPROM
5733         (geniCodeMultiply): fixed logic for decision if mul is optimized to
5734         left shift
5735         * src/SDCCsymt.c (computeType): op is int; added RESULT_TYPE_OTHER;
5736         limited promotion to int only for '*'
5737         * src/SDCCsymt.h (computeType): op is int, removed RESULT_TYPE_NOPROM
5738
5739 2004-03-09 Hans Dorn <hjdorn AT users.sourceforge.net>
5740
5741         * src/pic16/gen.c (genSkip),
5742         (genc16bit2lit), (gencjneshort): commented out
5743         (is_LitOp): new helper function, checks operand type
5744         (genCmpEq): rewritten
5745
5746 2004-03-08 Bernhard Held <bernhard AT bernhardheld.de>
5747
5748         * support/regression/tests/bug-908454.c: added
5749
5750 2004-03-07 Bernhard Held <bernhard AT bernhardheld.de>
5751
5752         * src/SDCCast.c (addCast): fixed bug #908454 by promoting bits to char
5753         * src/SDCCicode.c (usualBinaryConversions): op needs int type
5754         (geniCodeCast): cosmetic, don't preserve bit storage class
5755         (geniCodeLeftShift): added promotion
5756         (geniCodeLogic): fixed regression
5757         * src/SDCCsymt.c (computeTypeOr): accept bits too
5758         (compareType): 2nd part of fix for bug #908454, needed for bitfields
5759
5760 2004-03-07  Borut Razem <borut.razem AT siol.net>
5761
5762         * support/Util/findme.c: alloca() replaced with malloc()/free() pair
5763
5764 2004-03-06 Vangelis Rokas <vrokas AT otenet.gr>
5765
5766         * src/pic16/ralloc.c (pic16_genPackRegisters): reverted to old
5767         version of pic16_genPackRegisters which does not check if ic is a
5768         CAST operator,
5769         * src/pic16/gen.c (ifxForOp): disabled new and untested code in
5770         function cause string1.c regression test fails
5771
5772 2004-03-06 Bernhard Held <bernhard AT bernhardheld.de>
5773
5774         * sim/ucsim/configure.in,
5775         * sim/ucsim/configure,
5776         * sim/ucsim/doc/Makefile.in: use docdir
5777         * src/SDCC.y: fixed sbit atrributes
5778         * src/SDCCast.c (getResultTypeFromType): added support for bitfields
5779         * src/SDCCast.c (decorateType): |^& need special promotion handling
5780         * src/SDCCast.h,
5781         * src/SDCCsymt.h: moved definition of RESULT_TYPE
5782         * src/SDCCsymt.h (computeType),
5783         * src/SDCCicode.c: computeType() needs op
5784         * src/SDCCsymt.c (checkTypeSanity),
5785         * doc/sddman.lyx: "plain" bitfields are unsigned
5786         * src/SDCCsymt.c (computeTypeOr): added
5787         * src/SDCCsymt.c (computeType): added support for bitfields, fixed
5788         |^& ops
5789         * src/SDCCval.c (val*): computeType() needs op
5790         * src/SDCCval.c (valCastLiteral): fixed casting of bitfields
5791         * support/regression/tests/onebyte.c: added tests for |^&
5792
5793 2004-03-06 Hans Dorn <hjdorn AT users.sourceforge.net>
5794
5795         * src/pic16/gen.c: (genpic16Code) use copy of printILine's output
5796         for writing icode into asm output.
5797
5798 2004-03-05 Vangelis Rokas <vrokas AT otenet.gr>
5799
5800         * src/pic16/device.c: added some debug lines enabled
5801         with macro DEBUG_CHECK,
5802         * src/pic16/genarith.c: more debug in genPlus,
5803         * (pic16_genUMult8XLit_16, pic16_genUMult8X8_16): removed,
5804         * (pic16_genUMult16X16_16, pic16_genUMult16XLit_16): NEW,
5805         * src/pic16/gen.c: added prototypes for pic16_genMult16X16_16,
5806         * (aopForSym): onStack symbols are re-placed in data memspace,
5807         and onStack flag is cleared,
5808         * (pic16_popGetTempReg, pic16_popReleaseTempReg): modified to
5809         copy temporary pcodeop,
5810         * (genPcall): added warning for not updating PCLATU,
5811         * (genFunction): removed test with IFFUNC_CALLEESAVES, its
5812         always true for pic16 port,
5813         * (genMultOneWord): NEW, supports integer multiplication,
5814         * (genMult): modified to call genMultOneWord,
5815         * (ifxForOp): added warning when return NULL,
5816         * src/pic16/glue.c (pic16emitRegularMap): symbol implicit
5817         flag is set before call to operandFromSymbol for implicit
5818         added structures,
5819         * src/pic16/main.c (_pic16_finaliseOptions): options.float_rent,
5820         options.intlong_rent are set by default,
5821         * (_hasNativeMulFor): modified to allow port generation of integer
5822         multiplication,
5823         * src/pic16/ralloc.c (pic16_allocDirReg): commented out line which
5824         set regtype to REG_SFR for all registers, restricting seting the
5825         accessBank flag for registers 0<= r < 0x80 and 0xf80<=r<=0xfff,
5826
5827 2004-03-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5828
5829         * src/mcs51/peephole.def: added 251.b and 253.x. 253.x are applied
5830         more than 500 times in the regression tests
5831
5832 2004-03-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5833
5834         * support/Util/SDCCerr.h,
5835         * support/Util/SDCCerr.c,
5836         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
5837         enumerator_list),
5838         * src/SDCCsymt.c (addSymChain): show location of oriignal definition
5839         for symbol conflicts.
5840         * support/valdiags/tests/enum.c,
5841         * support/valdiags/tests/tentdecl.c,
5842         * support/valdiags/tests/struct.c: expect possible error messages
5843         referring to original symbol definitions.
5844         * src/SDCC.y (struct_or_union_specifier, struct_declarator),
5845         * src/SDCCsymt.h,
5846         * src/SDCCsymt.c (promoteAnonStructs): support anonymous struct/union
5847
5848 2004-03-03 Hans Dorn <hjdorn AT users.sourceforge.net>
5849
5850         * src/pic16/gen.c (gencjne): fixed for right=REG / left=LIT
5851
5852 2004-02-03 Vangelis Rokas <vrokas AT otenet.gr>
5853
5854         * src/pic16/ralloc.c (newReg): fixed bug #908929
5855
5856 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5857
5858         * src/ds390/gen.c: added missing #include "main.h"
5859
5860 2004-03-02 Vangelis Rokas <vrokas AT otenet.gr>
5861
5862         * src/pic16/device.c (checkAddSym): NEW, adds a symbol to set while
5863         checking if symbol is already in set,
5864         * src/pic16/device.h: prototype for checkAddSym,
5865         * src/pic16/gen.c: (_G): added entry interruptvector,
5866         * (assignResultValue): removed some commented out lines,
5867         * (genFunction): check for ISR via sym->type, absolute section for
5868         interrupt code is created via a new pBlock, the goto instruction is
5869         placed now correctly at the interrupt vector position, changed all
5870         references from ivec to _G.interruptvector,
5871         * WREG,STATUS,BSR are not saved in stack upon an entry to interrupt
5872         is the interrupt is a high priority one, same for return from ISR,
5873         * src/pic16/glue.c: changed all calls of addSetHead for publics and
5874         externs to calls of checkAddSym,
5875         * src/pic16/pcode.c (pic16_pBlockConvert2*): emit warning when
5876         pic16_pcode_verbose flag is set,
5877         * src/pic16/pcode.h: extern to pic16_pcode_verbose,
5878         * src/pic16/pcoderegs.c: message about how many registers are saved
5879         will only be emitted if pic16_pcode_verbose flag is set,
5880
5881 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5882
5883         * src/ds390/ralloc.h,
5884         * src/ds390/ralloc.c (ds390_regWithIdx),
5885         * src/ds390/gen.c (emitcode),
5886         * src/ds390/main.h,
5887         * src/ds390/main.c (instructionSize, ds390newAsmLineNode, updateOpRW,
5888         ds390opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
5889         ds390operandCompare, getRegsRead, getRegsWritten,
5890         initializeAsmLineNode): customized instruction size calculation for
5891         ds390, started basis for some register optimizations
5892         * src/ds390/gen.c (gen390Code, emitcode): associate iCodes with
5893         corresponding assembly output
5894         * src/ds390/gen.c (genFunction, genEndFunction): added case to handle
5895         missing push/pop of r0/r1. Optimized push/pops
5896
5897 2004-03-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5898
5899         * src/mcs51/main.c (instructionSize): fixed ACALL size
5900         * src/mcs51/main.c (updateOpRW): fixed bug with @dptr, @a+dptr operands
5901
5902 2004-03-01 Vangelis Rokas <vrokas AT otenet.gr>
5903
5904         * src/pic16/device.c (pic16_dump_section): fixed a bug that allowed
5905         the sorting of rlist with NULL elements
5906         * (print_idataType, print_idata): NEW to create idata sections
5907         * src/pic16/device.h: idataSymSet new variable
5908         * src/pic16/gen.c (genFunction): fixed some bugs in string
5909         comparing, improved the absolute section creation for ISRs,
5910         added FSR0L/FSR0H in registers that are saved in an ISR,
5911         * (genInline): fixed the processing of inline snippets,
5912         now they undergo no process by the peephole optimizer
5913         * src/pic16/glue.c (pic16emitRegularMap): symbols with initialiser
5914         are placed in idataSymSet,
5915         * (pic16emitStaticSeg): extern symbols are added in externs,
5916         * src/pic16/ralloc.c (pic16_allocDirReg): work around to reduce bank
5917         switching when aboslute variables are placed in access bank memory
5918         * (pic16_writeUsedRegs): added call to pic16_dump_idata,
5919         * (packRegsForSupport,packRegsForAccUse,packRegsForOneuse):
5920         commented out with #if,
5921         * (pic16_packRegisters): reintroduce the check for CAST because some
5922         symbols are not correctly handled,
5923         * src/pic16/pcode.h: changed the definition of pCodeAsmDir to hold a
5924         pCodeInstruction instead of pCode,
5925         * src/pic16/pcode.c (pic16_newpCodeAsmDir): modified for the new
5926         pCodeAsmDir definition,
5927         * (pic16_pCode2str, genericPrint): when an AsmDir pcode has a NULL
5928         directive, then the argument directive is emitted without the leading
5929         tab, hack for inline labels which must be in the first column,
5930         * (compareLabel,pic16_findNextInstruction),
5931         * (pic16_findPrevInstruction): added case for PO_ASMDIR,
5932         * (insertBankSwitch): modified for the new pCodeAsmDir,
5933
5934 2004-03-01 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
5935         patch applied by Vangelis Rokas <vrokas AT otenet.gr>
5936
5937         * src/pic16/gen.c (pic16_popGet): case PO_DIR, adds the offset to
5938         instance,
5939         * (pushSide): commented out with #if,
5940         * (assignResultValue): fixed some typos in saving
5941         registers,
5942         * (genPcall): FIXED and sync'ed with genCall,
5943         * (genDataPointerGet,genDataPointerSet): using offset not leoffset
5944         * (genNearPointerGet): fixed to handle some more cases,
5945         implementation scheme via table reads,
5946         * (genConstPointerGet): modified to access code memory correct,
5947         * (genCodePointerGet,genNearPointerSet,genGenPointerSet): modified
5948         and improved to handle some cases
5949         * glue.c (printIvalType,printIvalChar,emitStaticSeg): use "DB"
5950         instead of "RETLW" for init data
5951         * src/pic16/ralloc.c (pic16_allocDirReg): warning when a symbol is
5952         not IN_DIRSPACE, work around to reduce bank switching when aboslute
5953         variables are placed in access bank memory (<0x80 and >=0xf80),
5954         * src/pic16/pcode.c: added SFRs TBLPTR, TABLAT, added opcodes TBLRD,
5955         TBLRD_POSTINC,TBLRD_POSTDEC,TBLRD_PREINC,TBLWT,TBLWT_POSTINC,
5956         TBLWT_POSTDEC,TBLWT_PREINC
5957         * Fixed initialisation of BSR, set "alias" for SSAVE to "0"
5958         * (pic16_emitDB,pic16_flushDB): New functions to generate "DB"
5959         directives
5960         * (pic16_pCodeConstString): use "DB" instead of "RETLW"
5961         * src/pic16/pcode.h: added TBLRD*,TBLWT*, added pic16_emitDB,
5962         pic16_flushDB, made pic16_newpCodeAsmDir public, added TBLPTR, TABLAT
5963         * src/pic16/ralloc.h: added IDX_BSR,IDX_TBLPTR*,IDX_TABLAT
5964
5965 2004-02-29  Borut Razem <borut.razem AT siol.net>
5966
5967         * src/Makefile.in, src/SDCCutil.c, support/Util/findme.c,
5968         support/Util/findme.h, support/Util/system.h: enhance binary relative
5969         search for lib and include by using findProgramPath()
5970
5971 2004-02-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5972
5973         * src/SDCCpeeph.h,
5974         * src/SDCCpeeph.c (pcDistance),
5975         * src/port.h,
5976         * src/mcs51/ralloc.h,
5977         * src/mcs51/ralloc.c (mcs51_regWithIdx),
5978         * src/mcs51/main.h,
5979         * src/mcs51/main.c (instructionSize, asmLineNode, updateOpRW,
5980         mcs51opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
5981         mcs51operandCompare, getRegsRead, getRegsWritten): made instruction
5982         size calculation port specific, started basis for some register
5983         optimizations
5984         * src/mcs51/gen.c (genFunction, genEndFunction): added case to handle
5985         missing push/pop of r0/r1. Optimized push/pops
5986         * src/mcs51/ralloc.c (packregisters): fixed bug #727095
5987         * device/lib/_modsint.c (_modsint),
5988         * device/lib/_modslong.c (_modslong): fixed sign of result in non-asm
5989         and stack version so regression tests pass
5990
5991 2004-02-26 Bernhard Held <bernhard AT bernhardheld.de>
5992
5993         * src/Makefile.in (dep): include SLIBOBJS in dependency check
5994         * src/SDCCast.c (decorateType): catch another small optimization
5995         with '?' operator
5996         * src/SDCCsymt.c (computeType): added comments and cosmetic changes
5997         * src/SDCCval.c (valMult, valDiv, valMod, valPlus, valMinus, valShift):
5998         modified to finally use computeType() all over SDCC,
5999         see Feature Request #877103
6000         * src/SDCCval.h: cosmetic
6001         * src/SDCCicode.c (operandOperation): fixed EQ_OP bug, now same as in
6002         valCompare(); regression tested in muldiv.c
6003         * support/regression/tests/muldiv.c (testMod): mod sign follows
6004         dividend only
6005
6006 2004-02-23 Bernhard Held <bernhard AT bernhardheld.de>
6007
6008         * src/SDCCast.c (decorateType): fixed bug #902362
6009         * doc/INSTALL.txt: fixed install instructions for win32
6010
6011 2004-02-21 Bernhard Held <bernhard AT bernhardheld.de>
6012
6013         * device/include/Makefile.in (install): fixed by replacing spaces
6014         by tabs
6015         * doc/README.txt,
6016         * doc/INSTALL.txt: updated for release
6017         * doc/sdccman.lyx: added warning for --xstack being buggy
6018
6019 2004-02-20 Bernhard Held <bernhard AT bernhardheld.de>
6020
6021         * src/pic16/ralloc.c (packRegsForAccUse):  disabled functions with #if
6022         to eliminate build warnings.
6023         * src/pic16/gen.c (pic16_popGet): fixed for gcc 2.95.4
6024
6025 2004-02-20 Vangelis Rokas <vrokas AT otenet.gr>
6026            Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
6027
6028         * doc/sdccman.lyx: removed PIC16 from PIC16 Port Specific Options,
6029         removed -penable-stack, added comment for stack pragma, added
6030         warning for not initializing the stack/frame registers, removed
6031         comment at interrupts section
6032
6033         Stack is made permanent, there is no ability to disable stack usage.
6034         * src/pic16/device.h,
6035         * src/pic16/device.c: removed all references to USE_STACK macro,
6036         * src/pic16/device.c (pic16_dump_section): when no elements in
6037         rlist, free rlist before return,
6038         * (pic16_dump_int_registers): NEW, internal registers are a new set
6039         of general purpose registers reused by each function,
6040         * (checkAddReg): returns 1 if registers is added to set,
6041         * (pic16_groupRegistersInSection): when a registers is of type
6042         PO_GPR_TEMP add it in pic16_int_regs and not in pic16_rel_udata,
6043         * src/pic16/device.h: memRange and Assigned Memory are deleted,
6044         SRCASECMP macro is moved here from device.c
6045         * src/pic16/genarith.c (pic16_pCodeOpType): added cases for
6046         PO_PCLATU, PO_PRODL, PO_PRODH,
6047         * (pic16_pCodeOpType, genMinus,
6048         changed compares to "a" register, with AOP_ACC,
6049         * (pic16_genPlus): fixed some bugs and indented properly,
6050         * (pic16_addSign): changed size to size+offset in the MOVWF
6051         instruction,
6052         * (pic16_genUMult8XLit_8): NEW, uses processor MULLW instruction to
6053         multiply 8-bit operand by literal, result is 8-bit,
6054         * (pic16_genUMult8X8_8): NEW, uses processor MULWF instruction to
6055         multiply 2 8-bit operand, result is 8-bit,
6056         * (pic16_genMult8X8_8): modified to call genUMult8X*_8 functions and not
6057         genUMult8X*_16,
6058         * src/pic16/gen.c: changed accUse to contain WREG only,
6059         * (pic16_emitcomment): renamed to pic16_emitpcomment,
6060         * (aopForSym): allocated dir register when IN_DIRSPACE(space) is,
6061         true, do not use immediate addressing any more unless sym is a
6062         pointer in codespace,
6063         * (aopForRemat): do not use immediate addressing when symbol not in
6064         codespace and when symbol's address is requested,
6065         * (aopOp): for-loop in if(sym->accUse) is modified for the new
6066         accUse size (= 1),
6067         * (aopGet): added case for AOP_ACC and don't return "accumulator
6068         bug" but WREG instead,
6069         * (popGetTempReg): pushes contents of temporary register in stack,
6070         * (popReleaseTempReg): pops contents of temporary register from
6071         stack. Use popGetTempReg/popReleaseTempReg in aligned pairs,
6072         * (pic16_popGet): separated case AOP_ACC to return register WREG
6073         from processor registers, AOP_PCODE not checks if pcop is PO_DIR
6074         or PO_IMMEDIATE and initializes their instance/offset appropriately,
6075         * The whole issue with aopForSym,aopForRemat,popGet) is to minimize
6076         the use of immediate pointers to certain cases only.
6077
6078         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): use pic16_popGet2p,
6079         * (pic16_loadFromReturn, pic16_storeForReturn: NEW,
6080         * (assignResultValue, genCall, genRet): modified to use the new
6081         function return value scheme with WREG,PRODL,PRODH,FSR0L and FSR0,
6082         genPcall is still broken,
6083         * (genFunction): added code to create 'A' type pBlocks when
6084         interrupt functions are generated, code not extensively tested yet,
6085         ISRs push WREG,STATUS,BSR,PRODL,PRODH,FSR0L,FSR0H registers on stack,
6086         * (genEndFunction): modified so ISRs pop stored registers from stack,
6087         * (genMultOneByte): cleanup,
6088         * (AccRsh): added flag andmask, to and result with appropriate mask,
6089         * (genUnpackBits,genPackBits): fixed and can handle bit fields,
6090         * (genDataPointerGet): fixed and reenabled its use,
6091         * (genNearDataPointerGet): bugs fixed,
6092         * (genDataPointerSet): bugs fixed,
6093         * src/pic16/genutils.c: added functions pic16_DumpValue,pic16_DumpAop,
6094         pic16_DumpSymbol, pic16_DumpOp,
6095         * src/pic16/genutils.h: function prototypes for the above functions,
6096         * src/pic16/glue.c: new flags initsfpnt, to initialize stack/frame
6097         pointers,
6098         * (pic16emitRegularMap): many many many improvements, but needs a
6099         major cleanup,
6100         * src/pic16/main.c: enable_stack in pic16_options is removed,
6101         * (_pic16_parseOptions): removed command line options -penable-stack,
6102         * (_process_pragma): emit stack symbol only when stack pragma is
6103         processed,
6104         * src/pic16/pcode.c: pic16_pc_fsr0 is removed, all operations are
6105         redirected to FSR0L/FSR0H pair,
6106         * (pic16_get_op, pic16_get_op2): modifications and improvements,
6107         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
6108         cases PO_PRODL,PO_PRODH, pic16_getRegFromInstruction2 returns sane
6109         for immediates,
6110         * (insertBankSwitch): modified to handle cases like: (alfa + 1)
6111         * (dumpPicOptype): NEW,
6112         * src/pic16/pcode.h: added PO_PCLATU,PO_PRODL,PO_PRODH in enum,
6113         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed bug
6114         with movff instruction,
6115         * src/pic16/ralloc.c: renamed typeRegWithIdx to pic16_typeRegWithIdx,
6116         added pic16_int_regs, some packRegsFor* functions are commented out,
6117         because produce errors,
6118         * src/pic16/NOTES: minor modifications
6119
6120 2004-02-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6121
6122         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c, as/mcs51/lkmain.c,
6123         as/mcs51/lkmem.c, src/SDCCglob.h, src/SDCCmain.c: added options --stack-size and
6124         --pack-iram.
6125         * doc/sdccman.lyx: described options --stack-size and --pack-iram.
6126         * as/mcs51/lkaomf51.c: fixed bug #895763
6127
6128 2004-02-17 Bernhard Held <bernhard AT bernhardheld.de>
6129
6130         * device/include/c8051f320.h: added. Contributed by Maarten Brock.
6131
6132 2004-02-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6133
6134         * doc/sdccman.lyx: added details about the HC08 storage classes and
6135         interrupts, fixed the register usage info for z80 & gbz80
6136
6137 2004-02-17 Vangelis Rokas <vrokas AT otenet.gr>
6138
6139         * doc/sdccman.lyx: added more pic16 port documentation
6140         * device/include/pic16/: added header pic18fregs.h
6141
6142 2004-02-16 Bernhard Held <bernhard AT bernhardheld.de>
6143
6144         * doc/sdccman.lyx: added Vangelis' contribution
6145
6146 2004-02-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6147
6148         * src/SDCClrange.c (rlivePoint): live range of SEND operand should
6149         extend to the next CALL or PCALL, not just to the next CALL.
6150
6151 2004-02-16 Vangelis Rokas <vrokas AT otenet.gr>
6152
6153         * src/pic16/gen.c (genInline): fixed bug #896482 with inline assembly
6154
6155 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6156
6157         * src/mcs51/ralloc.c (packRegsForAssign, reassignAliasedSym): fixed
6158         bug #895752 and a better fix for bug #716790
6159
6160 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6161
6162         * src/SDCCsymt.c (processFuncArgs): fixed bug #896796
6163
6164 2004-02-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6165
6166         * doc/sdccman.lyx: minor changes, minor changed
6167
6168 2004-02-13 Bernhard Held <bernhard AT bernhardheld.de>
6169
6170         * src/SDCCicode.c (usualBinaryConversions): removed pic16 from ports
6171         which can't handle SDCC_NEWONEBYTEOPS,
6172         (geniCodeMultiply): removed conversion from mult to shift for pic14
6173         and pic16
6174
6175 2004-02-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6176
6177         * src/hc08/gen.h,
6178         * src/hc08/gen.c (storeRegToAop, aopOp, aopAdrStr, accopWithAop,
6179         rmwWithAop): Ported my 2003-10-02 fix for bug #663539 to the hc08,
6180         thus fixing bug #895406
6181
6182 2004-02-11 Bernhard Held <bernhard AT bernhardheld.de>
6183
6184         * device/lib/_modsint.c,
6185         * device/lib/_modslong.c: sign follows divisor only
6186         * src/hc08/gen.c (genMultOneByte): if result size is 1,
6187         signs or signedness can be ignored
6188         * src/SDCCast.c (addCast): cosmetic - added lineno to CAST
6189         * src/SDCCast.c (resultTypePropagate): added even more ops: +, - and *,
6190         added optimization for IFX,
6191         (decorateType): Mult/Div/ModOneByte ops can handle all kind of signed
6192         arguments;
6193         reenabled optimization for IFX, which was removed on 2004-01-11
6194         * src/SDCCast.h: added return type IFX
6195         * src/SDCCicode.c: Mult/Div/ModOneByte ops can handle all kind of signed
6196         arguments with 8 or 16 bit results; pic14 and pic16 ports use old
6197         promotion behaviour; env. var. SDCC_NEWONEBYTEOPS selects the new,
6198         SDCC_OLDONEBYTEOPS selects the old behaviour
6199         * src/SDCCsymt.c (computeType): type2 can be NULL (for LEFT_OP);
6200         changed again and commented promotion rule
6201         * src/SDCCval.c (valDiv): promotion no longer necessary
6202         * src/ds390/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte),
6203         * src/mcs51/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte):
6204         rewritten
6205         * support/regression/tests/onebyte.c: added
6206
6207 2004-02-11 Vangelis Rokas <vrokas AT otenet.gr>
6208
6209         * gen.c (genInline): reverted to old code for assemnling inline
6210         code because of bug reported James Chadd
6211
6212 2004-02-10 Vangelis Rokas <vrokas AT otenet.gr>
6213
6214         * ralloc.h: missing declarations from previous patch,
6215         seems that patch for ralloc.h was never applied, fixed
6216
6217 2004-02-10 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
6218            patch committed by Vangelis Rokas <vrokas AT otenet.gr>
6219
6220         * pcode.c,
6221         * pcode.h,
6222         * ralloc.h: added FSR0L, FSR0H and other missing PIC16 SFR's for
6223         indirect addressing. Marked FSR0 as deprecated
6224         * gen.c (pointerCode): commented out, not needed now
6225         (pic16_popGet2p): new MOVFF helper function
6226         (genGenPointerGet),
6227         (genGenPointerSet): reimplemented with MOVFF and POSTINC0
6228         (shiftRLong): removed duplicate debugging info
6229
6230 2004-02-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6231
6232         * src/ds390/gen.c (genNearPointerGet),
6233         * src/mcs51/gen.c (genNearPointerGet): allow the genDataPointerGet()
6234         optimization with bits, but not bitfields.
6235         * src/ds390/ralloc.c (packRegisters),
6236         * src/mcs51/ralloc.c (packRegisters): fixed bug #884453 & #880832
6237
6238 2004-02-09 Bernhard Held <bernhard AT bernhardheld.de>
6239
6240         * src/SDCCcse.c (algebraicOpts): copy operands before modification
6241
6242 2004-02-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6243
6244         * src/SDCCsymt.h,
6245         * src/SDCCicode.c (operandFromSymbol),
6246         * src/mcs51/ralloc.c (verifyRegsAssigned, serialRegAssign),
6247         * src/ds390/ralloc.c (verifyRegsAssigned, serialRegAssign),
6248         * src/z80/ralloc.c (verifyRegsAssigned, serialRegAssign),
6249         * src/hc08/ralloc.c (verifyRegsAssigned, serialRegAssign),
6250         * src/pic/ralloc.c (verifyRegsAssigned, serialRegAssign),
6251         * src/pic16/ralloc.c (verifyRegsAssigned, serialRegAssign): fixed
6252         bug #892038
6253         * src/SDCCast.c (createIvalStruct, createIvalArray, gatherAutoInit),
6254         * src/SDCCglue.c (emitRegularMap, printIvalStruct, printIvalArray,
6255         printIvalCharPtr, printIvalPtr, printIval, emitStaticSeg, emitOverlay)
6256         * src/SDCCsymt.c (newSymbol),
6257         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
6258         enumerator_list),
6259         * src/SDCCval.h,
6260         * src/SDCCval.c (newiList): fixed bug #885705
6261
6262 2004-02-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6263
6264         * doc/sdccman.lyx: added section 3.1.4: sdcclib.
6265         * as/mcs51/lkmem.c: report the size of the stack in .mem file.
6266
6267 2004-02-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6268
6269         * device/include/c8051f120.h,
6270         * device/include/c8051f300.h,
6271         * device/include/c8051f310.h: added/updated header files for Silicon
6272         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
6273         * doc/sdccman.lyx: minor changes, recommended diff -Naur and diff -u
6274         in new section Submitting patches
6275
6276 2004-02-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6277
6278         * src/mcs51/gen.c (genNearPointerGet, genPagedPointerGet,
6279         genFarPointerGet, genCodePointerGet, genGenPointerGet,
6280         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
6281         genGenPointerSet),
6282         * src/ds390/gen.c (genNearPointerGet, genPagedPointerGet,
6283         genFarPointerGet, genCodePointerGet, genGenPointerGet,
6284         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
6285         genGenPointerSet),
6286         * src/pic16/gen.c (genNearPointerGet, genPagedPointerGet,
6287         genFarPointerGet, genCodePointerGet, genGenPointerGet,
6288         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
6289         genGenPointerSet),
6290         * src/pic/gen.c (genNearPointerGet, genPagedPointerGet,
6291         genFarPointerGet, genCodePointerGet, genGenPointerGet,
6292         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
6293         genGenPointerSet): fixed bug #892400
6294         * src/pic16/gen.c (genSkipz, AccRol): disabled functions with #if 0
6295         to eliminate build warnings.
6296         * src/SDCCast.c (processParms),
6297         * src/SDCC.y (function_declarator2, declarator2_function_attributes):
6298         fixed bug 751859
6299         * support/valdiag/valdiag.py: added GCC to the list of defines active
6300         when compiling with gcc
6301
6302 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6303
6304         * support/Util/SDCCerr.h,
6305         * support/Util/SDCCerr.c,
6306         * src/SDCCast.c (decorateType, sizeofOp): complain when sizeof is used
6307         with an incomplete type (fixed bug #883734)
6308         * src/SDCCicode.c (geniCodeCast): fixed bug #890510
6309
6310 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6311
6312         * src/pic16/gen.c (genCmpEq, shiftRLong): fixed declarations
6313
6314 2004-02-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6315
6316         * src/SDCCast.c (decorateType),
6317         * src/SDCCicode.c (geniCodeParms, geniCodeCall): fixed bugs in my ANSI
6318         function pointer implementation
6319         * support/regression/tests/funptrs.c: added tests to verify both forms
6320         of function pointers work correctly. Added tests to verify parameters
6321         are passed in the correct order.
6322
6323 2004-02-06  Vangelis Rokas <vrokas AT otenet.gr>
6324
6325         * device.c (regCompare): registers are sorted by ascending
6326         address and increasing size,
6327         * main.c (_pic16_finaliseOptions): removed the declaration
6328         of compiler macro MCU. Now a macro of the format pic18fxxxx
6329         will be defined from the command line
6330
6331 2004-02-06  Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
6332             patch committed by Vangelis Rokas <vrokas AT otenet.gr>
6333
6334         * pcode.c (pic16initMnemonics): fixed typo in assignment to PCOP_RLNCF
6335         PCOP_RLCF was overwritten!
6336         * gen.c (genSkip): commented out calls to pic16_emitcode,
6337         * (genCmpEQ): fixed "long" compares, only high word did get compared,
6338         * (genlshTwo),
6339         * (genRRC): added debugging info,
6340         * (shiftL2Left2Result): Fixed bug, if offr > offl. Result got
6341         overwritten while shifting,
6342         * (shiftR2Left2Result): Fixed bug, if offr < offl. Result got
6343         overwritten while shifting,
6344         * (AccLsh),
6345         * (AccRsh),
6346         * (shiftLLeftOrResult),
6347         * (shiftRLeftOrResult),
6348         * (shiftRLong),
6349         * (shiftLLong): Implemented with pic16_emitpcode
6350         * (genlshFour): Replaced pic16_aopPut with pic16_emitpcode,
6351         * (genLeftShift): Fixed bug, operand for shift by variable always
6352         was "and"ed with 0x0f,
6353         * (genLeftShiftLiteral),
6354         * (genrshTwo),
6355         * (genRightShiftLiteral): added debugging info,
6356         * (genrshFour): added comment,
6357         * (genRightShift): determined signedness from operand "left"
6358         instead of "result"
6359
6360 2004-02-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6361
6362         * src/SDCCicode.c (geniCodeParms),
6363         * src/SDCCast.c (decorateType, processParms): support for ANSI-style
6364         function pointers, fixed function pointer bugs #861242 and #861896
6365
6366 2004-01-31 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6367
6368         * device/include/c8051f000.h,
6369         * device/include/c8051f120.h,
6370         * device/include/c8051f300.h: added header files for Silicon
6371         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
6372
6373 2004-01-31 Bernhard Held <bernhard AT bernhardheld.de>
6374
6375         * src/SDCCast.c (processParams): added new type flow and restructured
6376         (gatherAutoInit): added new type flow
6377         (addCast): cosmetic changes
6378         (getLeftResultType): added new type flow for array indices, patch
6379         provided by Stas, see FR #877103
6380         (decorateType): SDCC_NEWTYPEFLOW removed, new type flow is now standard;
6381         array index patch by Stas
6382         * src/SDCCast.h: added prototype getResultTypeFromType()
6383         * src/SDCCval.h,
6384         * src/SDCCval.c (resolveIvalSym) (resolveIvalSym),
6385         * src/pic/glue.c (pic14emitStaticSeg),
6386         * src/pic16/glue.c (pic16emitStaticSeg),
6387         * src/SDCCglue.c (emitRegularMap) (emitStaticSeg): added new type flow
6388         for initialization of symbols
6389         * src/SDCCicode.c (geniCodeArray): removed warning W_ARRAY_BOUND
6390         * support/Util/SDCCerr.h:
6391         * support/Util/SDCCerr.c: replaced W_ARRAY_BOUND by W_IDX_OUT_OF_BOUNDS
6392         * .version: bumped version number to 2.3.8
6393         * device/include/Makefile.in (install),
6394         * doc/Makefile (install): changed to 'rm `find ...`' construct to
6395         avoid warnings
6396
6397 2004-01-30 Bernhard Held <bernhard AT bernhardheld.de>
6398
6399         * support/regression/tests/libmullong.c: fixed for 64 bit hosts
6400         Slade Rich fixed an optimization bug
6401         * src/pic/pcodepeep.c,
6402         * src/pic/pcoderegs.c
6403         * doc/Makefile (install): added test for directory
6404
6405 2004-01-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6406
6407         * src/mcs51/ralloc.c (getRegPtr, getRegGpr),
6408         * src/ds390/ralloc.c (getRegPtr, getRegGpr),
6409         * src/pic/ralloc.c (getRegPtr, getRegGpr),
6410         * src/pic16/ralloc.c (getRegPtr, getRegGpr),
6411         * src/z80/ralloc.c (getRegGpr): fixed bug #883361
6412         * as/mcs51/asexpr.c (term),
6413         * as/hc08/asexpr.c (term): fixed bug #887146
6414
6415 2004-01-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6416
6417         * src/z80/gen.c (genMult): handle single byte result product
6418         * src/SDCCopt.c (killDeadCode): never convert ADDRESS_OF iCode to
6419         DUMMY_READ_VOLATILE (fixed bug #886367)
6420
6421 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
6422
6423         * support/regression/tests/libmullong.c: fixed logic, on little endian
6424         hosts we ended without a mullong_wrapper()
6425
6426 2004-01-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6427
6428         * ChangeLog: changed "@" to " AT " in hopes of reducing spam and
6429         virus/worm forged address usage.
6430
6431 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
6432
6433         Fixed promotion, it should be done on AST level:
6434         * src/SDCCast.c (addCast): added promotion to int
6435         (decorateType): updated call to upCast()
6436         * src/SDCCicode.c (geniCodeLeftShift): removed call to
6437         usualUnaryConversions()
6438
6439 2004-01-26  Michael Hope  <michaelh AT juju.net.nz>
6440
6441         * support/regression/tests/literalop.c (mulWrapper): Added a
6442         wrapper to remove integer overflow warnings.
6443
6444         * support/regression/tests/float_trans.c: Made work on host.
6445
6446         * support/regression/ports/ucz80/spec.mk (UCZ80): Made detect the
6447         location of sz80.
6448
6449         * support/regression/generate-cases.py (main): Changed from inline
6450         to a main method.
6451
6452         * doc/Makefile (install): Changed to depth first to get rid of
6453         missing directory install warning.
6454
6455         * as/Makefile (install-doc): Made work on Mac.
6456
6457 2004-01-25 Bernhard Held <bernhard AT bernhardheld.de>
6458
6459         * src/SDCCast.c: added an additional type flow in decorateType() of
6460         opposite direction, see feature request #860006; it's enabled at runtime
6461         by setting the environment variable SDCC_NEWTYPEFLOW
6462         * src/SDCCast.h: changed prototype of decorateType()
6463         * src/SDCCglue.c (emitRegularMap): updated call of decorateType()
6464         * src/SDCCicode.c (geniCodeDivision) (geniCodeModulus): promotion from
6465         'char' to 'int' can be omitted, if both operands are 'unsigned char';
6466         see feature request #877103
6467         * src/SDCCval.c: updated call of decorateType()
6468         (valBitwise): fixed bug #882876
6469         (valMinus): added promotion
6470         (valLogicAndOr): result is unsigned
6471         (cheapestVal) (constVal): literals from 0...255 are 'unsigned char' now
6472         * src/SDCCsymt.c (computeType),
6473         * src/mcs51/gen.c (genCmpGt) (genCmpLt): literal 'unsigned char'
6474         must not cause an unsigned operation
6475         * src/pic/glue (pic14emitRegularMap),
6476         * src/pic16/glue.c (pic16emitRegularMap): updated call of decorateType()
6477
6478 2004-01-23 Bernhard Held <bernhard AT bernhardheld.de>
6479
6480         * src/pic/pcode.c (PCodeID): commented out left over debug code
6481
6482 2004-01-20 Bernhard Held <bernhard AT bernhardheld.de>
6483
6484         * support/valdiag/tests/overflow.c: added shift tests
6485         * src/pic/device.c,
6486         * src/pic/gen.c,
6487         * src/pic/gen.h,
6488         * src/pic/glue.c,
6489         * src/pic/main.c,
6490         * src/pic/pcode.c,
6491         * src/pic/pcode.h,
6492         * src/pic/pcodepeep.c,
6493         * src/pic/pcoderegs.c,
6494         * src/pic/ralloc.c,
6495         * src/pic/ralloc.h: applied patch from Slade Rich;
6496         added support for multiple code pages and multiple RAM banks on the
6497         PIC 14 port. The ASM files now no longer simply assume all the
6498         code / RAM are in the same page / bank. This means the linker can
6499         safely allocate code/RAM of separate ASM files to different pages/banks.
6500         * doc/sdccman.lyx: added Slade's tips
6501         * src/mcs51/peeph.def: fixed bug #880768
6502
6503 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6504
6505         * src/hc08/ralloc.c (rematStr): fixed bug #879282
6506         * src/SDCCast.c (decorateType): fixed bug #880197
6507
6508 2004-01-20  Michael Hope  <michaelh AT juju.net.nz>
6509
6510         * sim/ucsim/gui.src/serio.src/main.cc: Fixed unconditional use of
6511         getopt.h.
6512
6513         * debugger/mcs51/cmd.c (getValBasic): Changed strtof to strtod as
6514         strtof is not part of C89 and isn't included with Mac OS X.
6515
6516 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6517
6518         * src/hc08/gen.c (genPlusIncr, genUminus, genMinusDec, genCmp,
6519         shiftL2Left2Result): fixed bug #879326
6520         (genAnd, genOr, genXor): fixed bug when result was of type AOP_CRY
6521         (genMultOneByte): fixed bug in signed vs unsigned multiplication
6522         * sim/ucsim/hc08.src/inst.cc (inst_clr): added missing effective
6523         address fetch for clr instruction
6524         * device/lib/hc08/_mulint.c: created optimized assembly version
6525         * src/SDCCdflow.c (computeDataFlow): fixed bug #878209
6526
6527 2004-01-19 Bernhard Held <bernhard AT bernhardheld.de>
6528
6529         * src/SDCCicode.c (geniCodeArray): applied patch from Stas Sergeev
6530         proposed in FR #877103
6531
6532 2004-01-18 Bernhard Held <bernhard AT bernhardheld.de>
6533
6534         * src/SDCCval.c (cheapestVal): added missing checks
6535         * src/SDCCicode.c (usualBinaryConversions): fixed condition
6536         * src/SDCCicode.c (geniCodeAdd): fixed part of bug #877103
6537
6538 2004-01-16 Klaus Flittner <klaus_flittner AT gmx.de>
6539
6540         * src/ds390/gen.c (aopOp3): fixed the assignment of different dptrs to
6541         equal operands
6542
6543 2004-01-16 Vangelis Rokas <vrokas AT otenet.gr>
6544
6545         * src/SDCCmain.c (linkEdit): variable $3 of the linker command is
6546         loaded with the linker search paths (-L arguments) and the libraries
6547         to be linked with the current source (-l arguments). Changes
6548         currently will affect only the pic16 port.
6549         * src/pic16/main.c (_pic16_finaliseOptions): add to the linker
6550         include path the port specific paths and port specific libraries,
6551         * gplink command now contains the $3 argument,
6552         * src/pic16/device.h,
6553         * src/pic16/device.c,: structure PIC_device is made public and
6554         renamed to PIC16_device, the same for variable Pics which is renamed
6555         to Pics16. Updated all references to them.
6556         * src/pic16/glue.c (pic16glue): corrected bug with code
6557         initialization which bypassed the variable initializations block.
6558
6559         * device/lib/pic16/Makefile.rules: removed --penable-stack from
6560         COMPILE_FLAGS and added the --nostdinc option
6561
6562 2004-01-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6563
6564         * device/include/mc68hc908jb8.h: Register defs for another member
6565         of the hc08 family. Contributed by Bjorn Bringert - thanks!
6566
6567 2004-01-14 Vangelis Rokas <vrokas AT otenet.gr>
6568
6569         Documenting changes from previous commits.
6570         * configure.in (version 1.56),
6571         * configure: initially I've added AC_CONFIG_SUBDIRS(device/lib/pic16)
6572         when generating output files to configure the pic16 library,
6573         but now I've commented it out, since gputils aren't installed in the
6574         SF compile farm, so library won't compile
6575
6576         * device/lib/Makefile.in (version 1.56): initially I've added in
6577         target 'all' the prerequestive 'model-pic16' so it compiled the
6578         pic16 library, but now I've commented it out for the same reasons
6579         above,
6580         * added targets 'model-pic16' and 'objects-pic16' to compile the
6581         library
6582         * added target 'port-specific-objects-pic16' to handle the
6583         generated libraries and copy them into the build/ directory
6584         * added target 'clean-intermediate-pic16' to clean intermediate
6585         files into pic16 directory
6586         * in target 'installdirs' added line to create directory pic16 in
6587         the installation path
6588
6589         * device/include/Makefile.in (version 1.11): in target 'install'
6590         added lines to copy all header files to installation path,
6591         * in target 'installdirs' added line create directory for pic16
6592         headers in the installation path
6593
6594 2004-01-13 Klaus Flittner <klaus_flittner AT gmx.de>
6595
6596         * src/ds390/gen.c (genCall): fixed a double use of acc and b after
6597          a function call
6598
6599 2004-01-13 Bernhard Held <bernhard AT bernhardheld.de>
6600
6601         * configure,
6602         * device/lib/configure.in,
6603         * device/lib/configure: fixed for autoconf 2.57
6604
6605 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6606
6607         * src/z80/main.c (_parseOptions): fixed the portmode= command line
6608         option so that it actually works. Made it specific to the z80, since
6609         the gbz80 doesn't have these kinds of I/O ports.
6610
6611 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6612
6613         * device/include/z180.h,
6614         * device/lib/_memcpy.c,
6615         * device/lib/_memmove.c,
6616         * device/lib/_mulint.c,
6617         * device/lib/ser_ir.c,
6618         * device/lib/ser_ir_cts_rts.c,
6619         * device/lib/_strcmp.c,
6620         * device/lib/_strtok.c: fixed pragmas to non-deprecated form
6621         * src/z80/main.c (_process_pragma): add support for pragmas bank and
6622         portmode; added deprecation warning for bank= and protmode= forms.
6623         Also, guard against buffer overflow.
6624         * src/z80/gen.c (aopGet): generate better code for sfr banked read
6625
6626 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6627
6628         * src/hc08/main.c (_hc08_genAssemblerPreamble): fixed bug #875487. Also
6629         changed interrupt vector table generation to only emit declared vectors.
6630         * device/include/Makefile.in: added missing backslash
6631         * device/lib/pic16/Makefile.rules: add $(MODELFLAGS) to $(CFLAGS)
6632
6633 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
6634
6635         Mainly changes to support compilation of the device libraries
6636         * src/pic16/device.c: stack is allocated via symbol and not
6637         via literal number. The symbol is placed in the corresponding
6638         position of the data ram
6639         * (pic16_dump_section): relocatable and absolute uninitialized
6640         data are now emitted in sorted order to reduce section naming,
6641         * src/pic16/ralloc.c (newReg): fixed bug with SFR's that
6642         weren't marked as being in the access bank,
6643
6644 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
6645
6646         Added portion of GNU PIC Library under the directory
6647         device/include/pic16 and device/lib/pic16. These files
6648         contain the declarations of SFRs for the PIC18Fxx2 devices.
6649         The directory is initialized via configure from toplevel.
6650
6651 2004-01-12 Klaus Flittner <klaus_flittner AT gmx.de>
6652
6653         * src/ds390/gen.c (operandsEqu): fixed a little typo, that prevented
6654         the spilllocations to be compared correctly
6655
6656 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
6657
6658         * src/SDCCast.c (decorateType): fixed bug introduced today
6659
6660 2004-01-12  Borut Razem <borut.razem AT siol.net>
6661
6662         * src/SDCC.lex, support/Util/SDCCerr.h, support/Util/SDCCerr.c,
6663         doc/sdccman.lyx: upper case pragmas are deprecated
6664
6665 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
6666
6667         * src/SDCCast.c (decorateType): replacing 'ul > 0' by  '!ul' results
6668         in simpler and even better code
6669
6670 2004-01-11 Bernhard Held <bernhard AT bernhardheld.de>
6671
6672         * src/SDCCicode.c (operandOperation): fixed bug #874819
6673         * src/SDCCast.c (decorateType): fixed
6674         char foo (unsigned long ul) { return ul > 0; }
6675
6676 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6677
6678         * doc/sdccman.lyx: Moved and added some sections, small changes
6679         all over. Telling LaTeX to be less strict with word spacing
6680         to better keep the right margin. Changed some notes about
6681         maintainance of the ports in section 3.2.1 - is it OK like this?
6682
6683 2004-01-11 Vangelis Rokas <vrokas AT otenet.gr>
6684
6685         SDCC source changes:
6686         * src/SDCCopt.c (cntToFcall, cnvToFloatCast, cnvFromFloatCast,
6687         convilong): modified to inform the pic16 port that builtin functions
6688         are external
6689
6690         PIC16 PORT specific changes:
6691         * src/pic16/device.c pic16_dump_equates() added,
6692         processor registers declared internally by the port are emitted in
6693         the translation as equates,
6694         * src/pic16/gen.c: inline code is passed unprocessed to the
6695         translation,
6696         * (pic16_popGetLit2): fnuction modified to take second operand as
6697         pCodeOp pointer and not as literal,
6698         * (popRegFromIdx): prefixed with pic16_,
6699         * (pic16_popCombine2): modified to receive already allocated pCode
6700         operands,
6701         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): added
6702         * (genFunction): initializes local stack frame and pushes on stack
6703         all the registers used by this function,
6704         * (genEndFunction): restores all registers from stack and restores
6705         stack frame,
6706         * src/pic16/glue.c (pic16emitRegularMap): various changes and
6707         improvements,
6708         * (pic16glue): changed the program startup sequence,
6709         * added new dbName code 'A' for functions placed in absolute section
6710         * src/pic16/main.c: added function attribute _naked,
6711         * added pragma 'code' to place a fnuction at an absolute address,
6712         * added command line arguments --debug-ralloc and --pcode-verbose,
6713         * (_pic16_finiliseOptions): options.all_callee_saves is set by default
6714         * src/pic16/pcode.c (pic16_pBlockConvert2Absolute) added,
6715         * (pic16_newpCodeOpLit2): modified to take the second operand as
6716         pCodeOp pointer,
6717         * (pic16_printpBlock): modified to emit each function in a separate
6718         section,
6719         * (pic16_get_op): modified to use the gpasm modifiers LOW,HIGH and
6720         UPPER for immediate operands,
6721         * src/pic16/pcodepeeph.c: added peephole support for the LFSR
6722         instruction,
6723         * src/pic16/peeph.def: all peepholes with movff are commented out,
6724         because there is a problem in the pcode peep optimizer,
6725         * src/pic16/ralloc.c: the register allocator can now reuse local
6726         function symbols for another function. This saves register usage.
6727         * src/pic16/ralloc.h: added flag isLocal in structure regs,
6728
6729         Added file src/pic16/NOTES with information about program writing on
6730         the current port version.
6731
6732 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6733
6734         * src/mcs51/peephole.def: added peepholes 177.c,d (redundant moves)
6735         and peephole 252 (array access)
6736
6737 2004-01-09  Borut Razem <borut.razem AT siol.net>
6738
6739         * src/SDCCmain.c : fixed #872250: -l command line defined library
6740           files are scanned before standard library files
6741
6742 2004-01-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6743
6744         * src/SDCCast.c (decorateType): fixed bug #874046
6745
6746 2004-01-09  Borut Razem <borut.razem AT siol.net>
6747
6748         * support/scripts/sdcc.nsi: remove previous installation
6749
6750 2004-01-09 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6751
6752         * src/SDCCglue.c (createInterruptVect): don't append 7(5) padding
6753         bytes for last interrupt vector (mcs51)
6754         * sdcc.spec: fixed typo
6755
6756 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6757
6758         * src/mcs51/gen.c (genFunction, genEndFunction, genReceive, getTempRegs,
6759         gen51Code): more efficient parameter receive for --model-large
6760         ("bug" #845294)
6761
6762 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6763
6764         * src/ds390/main.c,
6765         * src/z80/main.c: added missed needLinkerScript flags (more than
6766         one port structure defined in these file)
6767         * src/ds390/gen.c (aopForSym, aopOp, operandsEqu, aopOp3): fixed
6768         bug #795325
6769
6770 2004-01-08 Vangelis Rokas <vrokas AT otenet.gr>
6771
6772         * src/SDCCmain.c: removed various references to DEFAULT_PORT
6773         * src/port.h: added flag needLinkerScript in port->linker
6774         structure to inform whether to create a .lnk file or not,
6775         * src/avr/main.c,
6776         * src/ds390/main.c,
6777         * src/hc08/main.c,
6778         * src/mcs51/main.c,
6779         * src/pic/main.c,
6780         * src/pic16/main.c,
6781         * src/xa51/main.c,
6782         * src/z80/main.c: changed appropriately to configure
6783         needLinkerScript flag
6784         * src/pic/gen.c,
6785         * src/pic16/gen.c (genAddrOf): fixed bug #863624
6786         * src/pic/glue.c: added variable udata_section_name to
6787         override default uninitialized data segment definition for
6788         devices only with SHAREBANK memory (reported from Erik Epetrich)
6789         * (pic14emitOverlay): modified to emit a commented overlay segment
6790         directive when no overlay data exist
6791         * (picglue): modified to emit uninitialized data segment
6792         according to udata_section_name
6793         * src/pic/main.c (_pic14_parseOptions): added command line
6794         options --udata-section-name=[name] to override default
6795         udata definition name
6796         * modified _linkCmd and _asmCmd to include compiler passed
6797         arguments via -W option
6798         * src/pic16/main.c: added $l in _asmCmd, changed extension for
6799         object file from '.rel' to '.o' in port->linker structure,
6800         changed size of fptr from 2 to 3 in port structure
6801
6802 2004-01-07  Borut Razem <borut.razem AT siol.net>
6803
6804         * support/scripts/sdcc.nsi: update PATH
6805         * support/scripts/sdcc.ico: craeted
6806
6807 2004-01-07 Bernhard Held <bernhard AT bernhardheld.de>
6808
6809         * device/include/Makefile.in: fix install
6810         * doc/Makefile: fix install
6811
6812 2004-01-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6813
6814         * src/SDCCsymt.c (processFuncArgs): fixed superflous allocation noted
6815         in bug #860505
6816         * src/SDCCmem.c (printAllocInfoSeg, printAllocInfo): minor changes to
6817         how the function variable allocation summary is displayed; also
6818         include information about variables allocated to the overlay
6819         segment
6820
6821 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6822
6823         * as/mcs51/lkmain.c: Help about -Y option
6824         * as/mcs51/lkarea.c: Fixed gcc warnings
6825
6826 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
6827
6828         * src/SDCCval.c (valShift): changed from 16 to 32 bit shift count,
6829         fixed warning
6830         * support/valdiag/tests/overflow.c: added
6831         * src/SDCCast.c (decorateType),
6832         * src/SDCCicode.c (geniCodeLeftShift): added promotion to int for
6833         LEFT_OP (left shift)
6834
6835 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6836
6837         * as/mcs51/lkmain.c: stack must be after data when option -Y is not used
6838         (default behaviour).
6839
6840 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6841
6842         A python script to validate compiler diagnostic messages. It can be
6843         used to verify that sdcc complains about bad c source code and
6844         gives a good location of the error.
6845         * support/valdiag/Makefile,
6846         * support/valdiag/valdiag.py,
6847         * support/valdiag/tests/*
6848
6849 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6850
6851         * src/SDCC.y (enum_specifier, enumerator_list, opt_assign_expr),
6852         * src/SDCCsymt.c (newEnumType),
6853         * src/SDCCsymt.h
6854         * support/Util/SDCCerr.c,
6855         * support/Util/SDCCerr.h: fixed bug #871258 and some other unreported
6856         enum related bugs.
6857         * support/regression/tests/enum.c: added test for enum values that
6858         require at least 2 bytes of storage.
6859
6860 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
6861
6862         * src/common.h: added ifndef/define/endif macros
6863         around the header file.
6864         Bug reported from Jesus Calvino-Fraga
6865
6866 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
6867
6868         * sdcc.spec: updated
6869         * device/include/Makefile.in: don't install CVS directories
6870         * device/lib/Makefile.in: added removal of CVS directories after install
6871         * doc/Makefile: fixed install, added local_icons
6872         * sim/ucsim/gui.src/Makefile.in: fixed an old typo
6873         * src/mcs51/gen.c (genRightShift): fixed bug #870788
6874         * src/ds390/gen.c (genRightShift): fixed bug #870788
6875         * src/SDCCast.c (decorateType): fixed bug #870781
6876
6877 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
6878
6879         PIC16 port related changes:
6880         * device.c: removed pic16_finalMapping and pic16_finalMappingSize,
6881         added variable stackPos,
6882
6883         * gen.c: genCall, assignResultValue: added support for
6884         pushing/retrieving function parameters to/from stack,
6885         genFunction,genEndFunction: setup stack frame for the
6886         generated function,
6887         genAddrOf: will be changed according to bug 863624
6888
6889         * added files genutils.c and genutils.h which contain gen*
6890         debugged and optimised functions extracted from gen.c
6891
6892         * glue.c: added variable 'externs' which holds extern symbols,
6893         pic16emitRegularMap: is modified to properly handle relocatable
6894          symbols under the new scheme,
6895         pic16createInterruptVect: is modified
6896         pic16printPublics: is modified to emit 'global' assembler directives,
6897         added pic16_printExterns to print extern symbols,
6898         pic16glue: initializes stack/frame pointer in the beginning of
6899         the assembly output. Temporary hack, will be corrected later,
6900         because gplink yet does not support stack and SDCC does not
6901         yet support a type of crt0.o object to create the final binary.
6902
6903         * Removed many lines that contain 8051 legacy code.
6904         * The code is finally placed under a 'code' directive.
6905         * Added port specific options.
6906
6907         * _process_pragma: simplified since now we do not need *special*
6908         include file to define SFR registers. But a separate header
6909         will be needed. This will be developed later.
6910         * _pic16_parseOptions: added, parses port specific options:
6911         --pgen-banksel, --obanksel=, --pomit-config-words, --pomit-ivt,
6912         --pleave-reset-vector, --penable-stack, --pstack-model, --debug-xtra
6913         --preplace-udata-with=
6914
6915         * _pic16_setDefaultOptions: modified to initialize section names,
6916         but hack is temporarly out of order since it needs improvement.
6917         * _pic16_genAssemblerPreamble: configuration words are emitted by
6918         their address instead of their name. This part is incomplete and
6919         supports only the 18Fxx2 devices. Other devices will emit an error
6920         during assembly since they do not contain the same set of config
6921         registers
6922         * _pic16_genIVT: is modified,
6923
6924         * pcode.c: added definitions for some hardware registers that are needed
6925         for stack support
6926         * added flag is2LitOp and variable pci_magic in pCodeInstruction.
6927         All PCI entries are updated. Now LFSR is supported.
6928         * Removed pic16_pciTRIS is mentioned by mdubuc in source
6929         * added pic16_newpCodeOpLit2 to support instructions with
6930         two literal arguments
6931         * pic16_pCode2str: corrected code that emits assembler instructions
6932         with two literal operands and those that have an access bit modifier
6933         * genericPrint: now PC_ASMDIR pCodes, can emit a label if it exists,
6934         this fixes a bug which caused some labels to be lost, when an
6935         assembler directive was added, i.e. banksel,
6936         * pic16_FixRegisterBanking: improved logic that causes the insertion
6937         of bank switching,
6938         * InlineFunction: functions that are called once, are not any more
6939         inlined. This can be a port option in the future,
6940
6941         * pcode.h: added pCodeOpLit2 and added variable label in pCodeAsmDir
6942
6943         * ralloc.c: added pic16_rel_udata and pic16_fix_udata variables which
6944         hold the corresponding uninitialized symbols,
6945         * pic16_allocProcessorRegister: registers have explicit marked the
6946         accessBank field,
6947         * pic16_allocInternalRegister: registers are explicit marked as
6948         not used,
6949         * pic16_writeUsedRegs: pic16_dynDirectBitRegs was missing from the
6950         processing list, so bit registers were lost,
6951         *
6952
6953         * ralloc.h: added field 'accessBank' and original symbol operand
6954         in register definition,
6955         * removed the field isMapped from register definition,
6956
6957         ** Several functions have been removed from various sources:
6958         BanksUsedFlow2,BanksUsedFlow,FixBankFlow,InstructionRegBank,
6959         pic16_addMemRange,pic16_isREGinBank,pic16_dump_map,pic16_dump_cblock
6960         isSFR,validAddress,mapRegister,assignRegister,pic16_assignFixedRegisters
6961         pic16_assignRelocatableRegisters
6962
6963         ** others have been introduced:
6964         pic16_areRegsSame,pic16_dump_section,checkAddReg,pic16_groupRegistersInSection
6965         pic16_popGetLit2,pic16_popCombine2,pushw,pushaop
6966
6967 2004-01-05 Vangelis Rokas <vrokas AT otenet.gr>
6968
6969         * support/scripts/inc2h.pl: changed definition of BIT_AT
6970         to emit 'sbit at' instead of 'bit at'. This was a request.
6971
6972         PIC16 port related preliminary changes:
6973         * gen.c: prefixed function popRegFromString with
6974         pic16_ and all references to it corrected
6975         * pcode.c: all pic16_pc_* hardware registers prefixed
6976         with underscore (_),
6977         pic16_popCopyGPR2Bit(): function sets register wasUsed=1
6978         * ralloc.c: newReg(): when register is REG_SFR then
6979         set address to rIdx,
6980         pic16_allocProcessorRegister(): marks register wasUsed=0
6981         pic16_writeUsedRegs(): added a call to assign processor
6982         registers via pic16_assignFixedRegisters
6983
6984 2004-01-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6985
6986         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c,
6987         as/mcs51/lkmain.c, as/mcs51/lkmem.c: 8051 linker can now pack
6988         variables in unused register banks.  Also the SSEG is placed
6989         wherever there is enough space for it, and IDATA can be anywhere
6990         in internal RAM.  For now compile using -Wl-Y[stack_size].
6991         The mem file is different for this option as well, since it
6992         makes no sense of talking about DSEG lenght.
6993
6994 2004-01-02 Vangelis Rokas <vrokas AT otenet.gr>
6995
6996         * src/SDCClrange.c: fixed bug 869095 that caused segfault
6997         in certain cases, e.g. when ROM assignment, patch provided
6998         from Albert den Haan.
6999
7000 2004-01-01 Bernhard Held <bernhard AT bernhardheld.de>
7001
7002         Many signedness and type propagation fixes:
7003         * src/SDCCicode.c: made geniCodeCast() static
7004         replaced SPEC_ by IS_ (cosmetic)
7005         (operandOperation): fixed div and mod operation
7006         (usualBinaryConversions): added support for promotion of char
7007         (geniCodeMultiply): replaced (unsigned long) by (TYPE_UDWORD)
7008         (geniCodeDivision): replaced (unsigned long) by (TYPE_UDWORD)
7009         (geniCodeAdd): an array index will stay unsigned, even if promoted
7010         from char to int
7011         (geniCodeArray): ditto
7012         * src/SDCCicode.h: made geniCodeCast() static: removed prototype
7013         * src/SDCCsymt.c (computeType): added more support for char;
7014         promotion of char is selectable by promoteCharToInt, fixed signedness
7015         for all cases
7016         (powof2): replaced (unsigned long) by (TYPE_UDWORD)
7017         * src/SDCCsymt.h (powof2): replaced (unsigned long) by (TYPE_UDWORD)
7018         * src/SDCCval (val*): replaced signedness calculation by
7019         computeType()
7020         rearranged if-branches (cosmetic)
7021         (valShift): added warning W_SHIFT_CHANGED
7022         (valCompare): fixed problem with different types
7023         * src/hc08/rallo.c (leastUsedLR): fixed gcc 3.3 warning
7024         * support/regression/tests/literalop.c: added many cases
7025         * support/regression/tests/ast_constant_folding.c: changed finally to
7026         'unsigned int'
7027         * .version: new year, new version: 2.3.7
7028         * src/SDCCmain.c (main): applied patch #866468
7029         * debugger/mcs51/sdcdb.c (parseCmdLine): added -k for ucsim, patch
7030         provided by Scott Bronson
7031         * doc/sdccman.lyx: updated documentation for sdcdb
7032         updated and added chapter tips
7033
7034 2004-01-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7035
7036         * src/SDCCsymt.h: missing from yesterday's commits
7037
7038 2003-12-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7039
7040         * src/SDCC.y (struct_or_union_specifier),
7041         * support/Util/SDCCerr.c,
7042         * support/Util/SDCCerr.h: verify that struct & union tags are used
7043         as declared.
7044
7045 2003-12-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7046
7047         * src/SDCCglobl.h: missing from yesterday's commits
7048
7049 2003-12-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7050
7051         * src/SDCC.y (external_definition, type_specifier2, sfr_reg_bit,
7052         sft_attributes, struct_declaration, parameter_declaration,
7053         type_name, start_block, declaration_list),
7054         * src/SDCC.lex (check_type): support redefinition of typedef names
7055
7056 2003-12-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7057
7058         * src/mcs51/gen.c (genPlus): added special handling for 256 byte
7059         aligned xdata arrays. Erik helped me with the if clause.
7060
7061 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7062
7063         * device/lib/ds390/tinibios.c (CpuSpeed): suppress unreachable code
7064         warning
7065
7066 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7067
7068         * src/SDCCast.h,
7069         * src/SDCCast.c (newAst_),
7070         * src/SDCCicode.h,
7071         * src/SDCCicode.c (ast2iCode, newiCode),
7072         * src/SDCCglobl.h,
7073         * src/SDCC.y (logical_and_expr, logical_or_expr, conditional_expr,
7074         expr, statement, expression_statement, selection_statement,
7075         iteration_statement, expr_opt, jump_statement): foundation for tracking
7076         sequence points
7077         * src/SDCCopt.c (killDeadCode): fixed bug #861580 (needs the sequence
7078         point code too)
7079
7080 2003-12-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7081
7082         * support/Util/SDCCerr.c,
7083         * src/SDCCast.h,
7084         * src/SDCCast.c (createCase, createDefault, decorateType),
7085         * src/SDCClabel.c (labelUnreach),
7086         * src/SDCC.y (labeled_statement, jump_statement): More improvements
7087         to error messages.
7088         * support/Util/SDCCerr.c (werrorfl): fixed a non-standard declaration
7089         (with thanks to Stas Sergeev)
7090         * device/include/time.h,
7091         * device/lib/time.c (CheckTime): suppress unreachable code warning
7092
7093 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7094
7095         * src/SDCCast.c (createIvalCharPtr),
7096         * src/SDCCglue.c (printChar): fixed bug #862241 (an error in my fix for
7097         bug #753752)
7098         * support/regression/tests/nullstring.c: tests for these two bugs
7099
7100 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7101
7102         * support/Util/SDCCerr.h,
7103         * support/Util/SDCCerr.c (E_NOT_ALLOWED),
7104         * src/SDCC.y (struct_declaration, struct_or_union_specifier): complain
7105         about storage class and 'at' used inside struct or union
7106         * src/SDCCBBlock.c (iCodeFromeBBlock),
7107         * src/SDCCcse.c (ifxOptimize),
7108         * src/SDCCglue.c (emitRegularMap, initPointer, printIvalStruct,
7109         printIvalArray, printiValFuncPtr, printIvalCharPtr, printIvalPtr,
7110         printIval, emitStaticSeg, emitOverlay),
7111         * src/SDCClabel.c (deleteIfx),
7112         * src/SDCCopt.c (replaceRegEqv, eBBlockFromiCode),
7113         * src/SDCCast.c (resolveSymbols, createIvalStruct, createIvalArray,
7114         gatherAutoInit, processParms),
7115         * support/Util/SDCCerr.h,
7116         * support/Util/SDCCerr.c (werrorfl): Support for better error location
7117         reporting for post-parse errors.
7118
7119 2003-12-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7120
7121         * src/SDCCval.c (valPlus, valMinus, valShift): fixed some problems with
7122         implicit casts via union; they don't work on big endian systems
7123         (possible fix for bug #861138)
7124
7125 2003-12-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7126
7127         (committed by Erik Petrich <epetrich AT ivorytower.norman.ok.us> on Frieder's behalf)
7128         * src/mcs51/main.c: fixed the fix for bug #737001
7129
7130 2003-12-15  Borut Razem <borut.razem AT siol.net>
7131
7132         * support/scripts/sdcc.nsi: updated for NSIS 2.0 beta 4
7133
7134 2003-12-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7135
7136         * support/makebin/makebin.c: put output in binary mode
7137
7138 2003-12-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7139
7140         * src/mcs51/main.c: fixed bug #737001 for the mcs51. SDCC clears
7141         xdata and data memory on startup. Set the environment variable
7142         SDCC_NOGENRAMCLEAR to disable this.
7143         * src/mcs51/peephole.def,
7144         * src/ds390/peephole.def: using the atomic test and clear instruction jbc
7145         (allows non-interrupt and interrupt code to safely compete for a resource
7146         without the non-interrupt code having to disable interrupts)
7147
7148 2003-12-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7149
7150         * src/SDCCicode.c (geniCodeAdd),
7151         * src/SDCCast.c (decorateType): fixed bug #857753 (need to be careful
7152         with valFromType if type might be a pointer and host is big endian).
7153         * src/SDCCast.c (decorateType): unary plus compatible with all arithmetic
7154         types, not just integer types.
7155         * src/SDCCsymt.c (addSymChain): clarified error message when symbol is
7156         multiply defined with mismatching "at" address.
7157
7158 2003-12-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7159
7160         * src/ds390/main.c (PORT tininative_port): fixed bug #858416
7161         * src/SDCCglue.c (printChar, printIvalChar, emitStaticSeg),
7162         * src/SDCCast.c (createIvalCharPtr, stringToSymbol): handle strings
7163         with embedded nulls (fixed bug #753752)
7164
7165 2003-12-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7166
7167         * src/mcs51/main.c(_mcs51_genRAMCLEAR): using r0 instead of r1/r2.
7168         Apparently this did not see much testing (endless loop)
7169
7170 2003-12-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7171
7172         * src/z80/ralloc.c: set DISABLE_PACK_HL = 1 as a temporary fix to bug #855165
7173
7174 2003-12-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7175
7176         * src/SDCCdebug.c (outputDebugSymbols, outputDebugStackSymbols, dumpSymInfo):
7177         gracefully handle NULL memmap pointers
7178
7179 2003-12-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7180
7181         * src/SDCCopt.c (killDeadCode): change iCode type to DUMMY_READ_VOLATILE
7182         instead of deleting the iCode when an operand is volatile
7183         * src/z80/gen.c (genDummyRead),
7184         * src/mcs51/gen.c (genDummyRead),
7185         * src/ds390/gen.c (genDummyRead),
7186         * src/hc08/gen.c (genDummyRead): handle operands in IC_LEFT and/or IC_RIGHT,
7187         not just IC_RIGHT
7188         * src/SDCCicode.c (geniCodeCall): fixed bug #851607
7189         * src/SDCC.y: fixed bug #850420
7190
7191 2003-12-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7192
7193         Applied z80 i/o port patch from Peter Townson and fixed some operators
7194         to better handle operands in A register.
7195         * device/include/z180.h
7196         * src/SDCC.y
7197         * src/SDCCglue.c
7198         * src/z80/gen.c
7199         * src/z80/gen.h
7200         * src/z80/main.c
7201         * src/z80/peeph-z80.def
7202         * src/z80/peeph.def
7203         * src/z80/z80.h
7204
7205 2003-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7206
7207         * src/SDCCsymt.c (addSymChain, compareTypeExact): fixed bug #838241 again
7208
7209 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7210
7211         * device/lib/hc08/_mullong.c: Removed extra #endif
7212
7213 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7214
7215         * sim/ucsim/hc08.src/inst.cc,
7216         * sim/ucsim/hc08.src/hc08mac.h: fixed some problems with CC flag bits and
7217         carries from x to h
7218         * src/hc08/gen.c (aopAdrStr): fixed problem with 16 bit immediate
7219         * src/hc08/gen.c (XAccRsh): fixed problem with right shift
7220         * device/include/stdarg.h: fixed varargs for hc08
7221         * device/lib/Makefile.in,
7222         * device/lib/hc08/Makefile,
7223         * device/lib/hc08/_mulint.c,
7224         * device/lib/hc08/_mullong.c: fixed some endian problems
7225
7226 2003-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7227
7228         * sdcc/src/mcs51/gen.c (genMultOneByte): help peephole 105
7229         * sdcc/src/mcs51/peeph.def: added peephole 186.e array access in code space
7230         * device/lib/_gptrget.c,
7231         * device/lib/_gptrput.c: P2 not used any more (related to #850747, #785979)
7232
7233 2003-11-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7234
7235         * src/SDCClrange.c (findNextUseSym, rlivePoint): fixed bug #849795
7236         * src/SDCCast.c (astErrors): fixed bug #846007
7237         * src/SDCCsymt.c (checkFunction): fixed follow-up bug on bug #846007
7238
7239 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7240
7241         * src/SDCCast.c (decorateType): disabled a transformation I added in
7242         revision 1.188 (access to fields of a structure at an absolute address);
7243         it breaks with bitfields, extern declarations, and gcse analysis.
7244         * src/SDCCopt.c (isLocalWithoutDef): if ADDRESS_OF applied to a symbol, it
7245         could be assigned through a pointer, so don't complain.
7246         * src/SDCCast.c (astErrors),
7247         * src/SDCCast.h,
7248         * src/SDCCglue.c (emitRegularMap): fixed bug #847813
7249
7250 2003-11-26 Vangelis Rokas <vrokas AT otenet.gr>
7251
7252         * src/pic16/main.c (_pic16_genIVT): fixed interrupt vector table
7253         * src/pic16/main.c (_pic16_genAssemblerPreamble): re-enabled the
7254         output of __config directives, since gpasm now supports them
7255         * src/pic16/main.c (_pic16_finaliseOptions): define MCU
7256         pre-processor macro, i.e. -DMCU=p18f452
7257         * src/pic16/ralloc.c: renamed packRegisters to pic16_packRegisters,
7258         and modified to handle 'cast' icode similarly to '=' icode
7259         * src/pic16/device.h (typedef struct PIC_device): added field
7260         'extMIface' to indicate that chip has external memory interface
7261         * src/pic16/device.c: added chips 18F248, 18F258, 18F448, 18F458,
7262         18F6520, 18F6620, 18F6680, 18F6720, 18F8520, 18F8620, 18F8680,
7263         18F8720
7264
7265 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7266
7267         * src/SDCC.y (pointer): fixed bug #846006
7268         * support/Util/SDCCerr.c: made W_PTR_TYPE_INVALID message clearer
7269         * src/SDCCast.c (decorateType): fixed bug #846009
7270         * src/ds390/peeph.def,
7271         * src/ds390/gen.c (genAnd, genOr),
7272         * src/mcs51/peeph.def,
7273         * src/mcs51/gen.c (genAnd, genOr): fixed bug #846777
7274
7275 2003-11-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7276
7277         Fixed several common-sub-expression bugs (#772861, #768380, & #755323)
7278         * src/SDCCdflow.c
7279         * src/SDCCcse.c
7280         * src/SDCCcse.h
7281         * src/SDCCBBlock.h
7282         * src/SDCCBBlock.c
7283
7284 2003-11-23 Klaus Flittner <klaus_flittner AT gmx.de>
7285
7286         fixed bug #845089
7287         * src/SDCCbitv.h,
7288         * src/SDCCbitv.c: added function to free a bitvector
7289         * src/SDCClrange.h,
7290         * src/SDCClrange.c: added function to recompute the liveranges
7291         * src/avr/ralloc.c,
7292         * src/ds390/ralloc.c,
7293         * src/hc08/ralloc.c,
7294         * src/mcs51/ralloc.c,
7295         * src/pic/ralloc.c,
7296         * src/pic16/ralloc.c,
7297         * src/xa51/ralloc.c,
7298         * src/z80/ralloc.c: recompute the liveranges after register packing
7299
7300 2003-11-21 Klaus Flittner <klaus_flittner AT gmx.de>
7301
7302         * src/SDCCloop.c (newInduction): fixed bug #845630
7303
7304 2003-11-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7305
7306         * src/SDCCsymt.c (compareTypesExact): disabled debugging output
7307         inadvertantly left behind from my 2003-11-12 change
7308
7309 2003-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7310
7311         Updated headers I neglected to commit yesterday.
7312         * src/SDCClrange.h,
7313         * src/SDCCicode.h
7314
7315 2003-11-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7316
7317         * src/SDCCcse.c (algebraicOpts): fixed bug #773153
7318         * src/SDCClrange.c (rlivePoint): need to mark IC_RESULT used if POINTER_SET op
7319         * src/SDCCopt.c (eBBlockFromiCode),
7320         * src/SDCClrange.c (hashiCodeKeys, sequenceiCode, computeLiveRanges): seperated
7321         the creation of the key hash table from the sequencing so it can be used
7322         earlier (for some GCSE bug fixes still pending)
7323
7324 2003-11-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7325
7326         * src/mcs51/gen.c (genPlus): generate shortcut for adding 0xab00
7327         * support/regression/tests/addsub.c: testing genPlus shortcut
7328
7329 2003-11-15  Borut Razem <borut.razem AT siol.net>
7330
7331         * src/SDCCmain.c: fixed bug #841645: -MM command line option passed to sdcpp
7332
7333 2003-11-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7334
7335         * src/SDCCcse.c (cseBBlock): fixed bug #527779
7336         * src/SDCCcse.c (deleteGetPointers): rewrote so that the set
7337         ordering is immaterial.
7338         * src/SDCCdflow.c (mergeInExprs): fixed bug #587536
7339
7340 2003-11-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7341
7342         * src/SDCCicode.c (geniCodeAddressOf): fixed part of bug #840381
7343         * src/SDCCopt.c (replaceRegEqv, isLocalWithoutDef): fixed other part
7344         (SIGSEV) of bug #840381
7345         * src/SDCCmain.c (linkEdit, assemble): fixed bug #841606 (don't
7346         unlink new file before rename if new and old filenames are the same)
7347
7348 2003-11-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7349
7350         * src/mcs51/main.c: started fixing bug #737001 (SDCC not clearing
7351         uninitialized variables) for the mcs51. Set environment variable
7352         SDCC_GENRAMCLEAR to test.
7353         xdata initialization slightly shorter
7354
7355 2003-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7356
7357         * src/SDCCsymt.h,
7358         * src/SDCCsymt.c (addSymTypeChain, compareTypesExact): fixed bugs
7359         #838241 & 780691 (basicly the same bug)
7360         * src/SDCCBBlock.c (iCode2eBBlock): fixed bug #840148
7361         * src/SDCCBBlock.c (iCodeFromeBBlock): fixed bug #840162
7362
7363 2003-11-11 Bernhard Held <bernhard AT bernhardheld.de>
7364
7365         * src/SDCCmain.c (linkEdit): "fix" #834252
7366
7367 2003-11-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7368
7369         * src/SDCCast.c (removePostIncDecOps, removePreIncDecOps),
7370         * src/SDCCast.h,
7371         * src/SDCC.y: fixed bug #819403
7372
7373 2003-11-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7374
7375         * support/regression/fwk/lib/testfwk.c: printn is recursive and thus needs
7376         the reentrant attribute.
7377         * src/hc08/gen.c (genPackBits): added missing stack readjustment
7378         * sim/ucsim/hc08.src/inst.cc (inst_mov): fixed bugs with mov instruction
7379         simulation
7380         * src/SDCCast.c (decorateType): fixed bug with storage class not being
7381         updated during pointer dereference; f.e. ~(((char *)1)*) was being
7382         erroneously reduced to a literal.
7383         * src/hc08/ralloc.c (packRegisters, rematStr),
7384         * src/hc08/gen.c (aopForRemat): allow literals to be rematerialized in
7385         some cases
7386
7387 2003-11-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7388
7389         * src/mcs51/main.c: fixed bug #838385. Thanks to Josef Pavlik for finding and fixing
7390         * doc/sdccman.lyx: changed from 'article' to 'book'
7391         * doc/Makefile: readded test_suite_spec and cdbfileformat
7392
7393 2003-11-08 Bernhard Held <bernhard AT bernhardheld.de>
7394
7395         * device/include/stdlib.h: include malloc.h to comply with ANSI
7396         * support/regression/tests/malloc.c: include stdlib.h instead of malloc.h
7397
7398 2003-11-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7399
7400         * doc/Makefile: sdccman.pdf should build with correct references (more info in commit msg)
7401         * doc/clean.mk: also remove *.out files
7402         * doc/sdccman.lyx: some additions, larger top/bottom margins
7403
7404 2003-11-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7405
7406         * src/SDCC.y: fixed bug #837365
7407         * support/regression/tests/bitopcse.c
7408         * src/hc08/gen.c (genPointerGet): Don't assume pointer operand is
7409         a symbol (might be valop instead)
7410         * device/lib/Makefile.in: added errno.c to HC08SOURCES
7411         * device/lib/clean.mk: added hc08 to the cleaning list
7412
7413 2003-11-04  Borut Razem <borut.razem AT siol.net>
7414
7415         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h: reverted changes,
7416           made 2003-11-04
7417         * support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
7418           as/z80/aslist.c, as/z80/assym.c: removed inclusion of nonstandard malloc.h;
7419           malloc is declared in standard stdlib.h
7420
7421 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7422
7423         * device/lib/hc08/Makefile: need to clean .rel not .o files
7424         * src/hc08/gen.c (genDjnz): can't use djnz with extended addressing mode
7425
7426 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7427
7428         * src/port.h,
7429         * src/hc08/main.c,
7430         * src/mcs51/main.c,
7431         * src/ds390/main.c,
7432         * src/z80/main.c,
7433         * src/avr/main.c,
7434         * src/pic/main.c,
7435         * src/pic16/main.c,
7436         * src/xa51/main.c: added hasExtBitOp & oclsExpense functions to ports
7437         * src/SDCCicode.c: changed several IS_FARSPACE tests to isOclsExpensive
7438         tests (which uses the port's oclsExpense function)
7439         * src/SDCC.y,
7440         * src/SDCCast.c,
7441         * src/SDCCicode.c,
7442         * src/hc08/gen.c,
7443         * src/ds390/gen.c,
7444         * src/mcs51/gen.c: added support for the SWAP iCode (RFE #834167)
7445
7446 2003-11-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7447
7448         * src/SDCCcse.c (ifxOptimize),
7449         * src/SDCClabel.c (labelIfx, deleteIfx): When the condition to
7450         an IFX iCode is volatile, convert to DUMMY_READ_VOLATILE instead
7451         deleting the IFX iCode.
7452         * src/hc08/ralloc.c: reduced unneeded slocs
7453         * src/hc08/gen.c: fixed bug in asmopToBoolean
7454
7455 2003-11-04  Borut Razem <borut.razem AT siol.net>
7456
7457         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h,
7458           support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
7459           as/z80/aslist.c, as/z80/assym.c: decision to include malloc.h
7460           transferred to configure
7461
7462 2003-11-03 Bernhard Held <bernhard AT bernhardheld.de>
7463
7464         Use headers defined in the C[++] standards:
7465         * sim/ucsim/gui.src/serio.src/fileio.cc
7466         * sim/ucsim/gui.src/serio.src/frontend.cc
7467         * sim/ucsim/gui.src/serio.src/main.cc
7468         * sim/ucsim/gui.src/serio.src/posix_signal.cc
7469         * support/Util/NewAlloc.c
7470         * as/hc08/lklibr.c
7471         * as/mcs51/lklibr.c
7472         * as/z80/aslist.c
7473         * as/z80/assym.c
7474
7475 2003-11-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7476
7477         * Added MSVC projects for hc08 assembler and linker:
7478         all.dsp, config.dsp, sdcc.dsw, /as/hc08/as_hc08.dsp,
7479         /as/hc08/link_hc08.dsp
7480
7481 2003-11-03 Martin Helmling <Martin.Helmling AT octo-soft.de>
7482
7483         * debugger/mcs51/cmd.c: allows filename starting with digit(+ some debug)
7484
7485 2003-11-02 Bernhard Held <bernhard AT bernhardheld.de>
7486
7487         * src/SDCCmain.c (linkEdit): "fixed" again bug #833605
7488
7489 2003-11-01 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7490
7491         * src/mcs51/main.c: xdata initialization is 13 bytes shorter now
7492
7493 2003-10-31  Borut Razem <borut.razem AT siol.net>
7494
7495         * support/cpp2/cpplib.h,
7496           support/cpp2/cpplib.c,
7497           support/cpp2/cpplex.c,
7498           support/cpp2/cppinit.c: introduced #pragma preproc_asm [ + | - ]
7499           to switch _asm block preprocessing on / off. Default is
7500           #pragma preproc_asm +
7501
7502 2003-10-31  Borut Razem <borut.razem AT siol.net>
7503
7504         * support/cpp2/cpplex.c: Fixed _WIN32 problem with CR-CR-LF sequences
7505           when outputting comment blocks (when executed with -C option) and
7506           _asm (SDCPP specific) blocks
7507
7508 2003-10-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7509
7510         * as/hc08/lkrloc.c (relr): Fixed ihx output, fixed lastAreaIndex warning
7511
7512 2003-10-31 Klaus Flittner <klaus_flittner AT gmx.de>
7513
7514         * src/SDCCcse.c (updateSpillLocation): fixed bug #808027
7515
7516 2003-10-31 Bernhard Held <bernhard AT bernhardheld.de>
7517
7518         * src/SDCCmain.c (linkEdit): "fixed" bug #833605
7519         * src/SDCCast.c (decorateType): fixed bug #832664
7520
7521 2003-10-31  Borut Razem <borut.razem AT siol.net>
7522
7523         * support\cpp2\cpplex.c: fixed for SDCPP:
7524           comments(when executed with -C option) and _asm blocks
7525           were included even if they where in skipped #if block.
7526           Applied solution from GCC cpp 3.3.2
7527
7528 2003-10-31  Borut Razem <borut.razem AT siol.net>
7529
7530         * src/SDCC.lex: sdcc now understands both formats:
7531           '# <line_number> <file_name>' and
7532           '#line <line_number> <file_name>'
7533         * support/cpp2/cppmain.c: sdcpp now generates the standard
7534           '# <line_number> <file_name>' instead of former
7535           '#line <line_number> <file_name>'
7536
7537 2003-10-30  Borut Razem <borut.razem AT siol.net>
7538
7539         * support/cpp2/cpphash.h,
7540         * support/cpp2/cpplib.h
7541         * support/cpp2/cpplex.c,
7542         * support/cpp2/cppmain.c,
7543         * support/cpp2/cppinit.c: fixed bug #828015 - Syntax variation for _asm character constants
7544
7545 2003-10-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7546
7547         Fixed a number of problems revealed by bug #827883.
7548         * src/SDCCloop.c (loopInvariants): Spill location of the
7549         result operand should be recomputed if extracted from
7550         a loop. Also, don't extract assignments of an iTemp
7551         from a literal.
7552         * src/SDCCast.c (isConformingBody): loop reversal should
7553         not occur if the control variable is involved with a
7554         relational operator.
7555
7556 2003-10-28 Bernhard Held <bernhard AT bernhardheld.de>
7557
7558         * .version: bumped to 2.3.6 to reflect the big improvements
7559         made by Erik and Klaus. Thanks!
7560
7561 2003-10-28 Klaus Flittner <klaus_flittner AT gmx.de>
7562
7563         Replaced the livrange code.
7564         * src/SDCClrange.c: added new LR code
7565         * src/SDCCloop.c,
7566         * src/SDCCBBlock.h: removed remainig parts from old LR code
7567         * src/ds390/ralloc.c,
7568         * src/ds390/gen.c: minor fixes to make it work with new code
7569
7570 2003-10-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7571
7572         * as/hc08/asm.h,
7573         * as/hc08/lkrloc.c,
7574         * src/hc08/gen.c,
7575         * src/hc08/ralloc.c: Fix various warnings related to the hc08
7576         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): Fixed bug #829717
7577         (tweaked fix for bug #818696)
7578
7579 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7580
7581         * src/z80/ralloc.c (joinPushes): Fixed bug #828742
7582
7583 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7584
7585         * src/SDCCmain.c,
7586         * sdccconf_in.h: Fixed bug #828387 (--disable-hc08-port didn't work)
7587         * src/mcs51/gen.c (gencjneshort),
7588         * src/ds390/gen.c (gencjneshort): Made comparison with AOP_IMMD operand
7589         more efficient (per Scott Bronson's suggestion)
7590
7591 2003-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7592
7593         Extended the semantics of the critical keyword to include
7594         individual statements. See RFE #827755 and #799831
7595         * src/SDCC.y
7596         * src/SDCCicode.c
7597         * src/SDCCopt.c
7598         * src/SDCCast.c
7599         * support/Util/SDCCerr.c
7600         * support/Util/SDCCerr.h
7601         * src/mcs51/gen.c
7602         * src/ds390/gen.c
7603         * src/hc08/gen.c
7604
7605 2003-10-19  Borut Razem <borut.razem AT siol.net>
7606
7607         * src/SDCC.lex: fixed bug #825944 - defined yytext_ptr to make it compile with flex 2.5.31
7608
7609 2003-10-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7610
7611         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec, ast2iCode):
7612         Fixed bug #818696
7613         * src/SDCCast.c (ast_print): Fixed --dumptree so that preincrement
7614         and predecrement operand is displayed
7615
7616 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
7617
7618         * src/SDCCval.c (valMinus): fixed bug #826041
7619
7620 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7621
7622         Some hc08 related updates that I missed earlier
7623         * sim/ucsim/stypes.h
7624         * support/regression/ports/hc08/spec.mk
7625
7626 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7627
7628         New target "hc08" for the Motorola 68hc08 family of micros
7629
7630         * configure
7631         * configure.in
7632         * Makefile
7633         * src/hc08/*
7634         * src/SDCCmain.c
7635         * src/port.h
7636         * sim/ucsim/hc08.src/*
7637         * sim/ucsim/configure.in
7638         * src/ucsim/configure
7639         * sim/ucsim/packages_in.mk
7640         * as/hc08/*
7641         * as/Makefile
7642         * device/include/mc68hc908qy.h
7643         * device/lib/hc08/*
7644         * device/lib/Makefile.in
7645         * support/regression/ports/hc08/*
7646         * support/regression/Makefile
7647
7648 2003-10-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7649
7650         * src/z80/gen.c: fixed bug revealed by ast_constant_folding.c
7651         regression test
7652         * src/ds390/gen.c (genCast): fixed bug #821957
7653
7654 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
7655
7656         * device/lib/logf.c: "fixed" overlay bug
7657         * support/regression/ports/host/spec.mk: added m library
7658         * support/regression/ports/mcs51-stack-auto/spec.mk: added float funcs
7659         * support/regression/tests/float_trans: added (for Eric)
7660
7661 2003-10-12 Bernhard Held <bernhard AT bernhardheld.de>
7662
7663         * src/mcs51/gen.c (genCpl): fixed bug
7664         http://sf.net/mailarchive/message.php?msg_id=6263915
7665
7666 2003-10-10 Bernhard Held <bernhard AT bernhardheld.de>
7667
7668         * src/SDCCast.c (decorateType): added extended constant folding
7669         * src/SDCCsymt.c (computeType): cleanup
7670         * src/SDCCval.c (valShift): minor optimization
7671         * support/regression/tests/ast_constant_folding.c: added
7672
7673 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7674
7675         * src/SDCCmain.c: removed some unintended changes
7676
7677 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7678
7679         * src/SDCCmain.c (setParseWithComma): fixed bug #816685
7680         * src/z80/gen.c: fixed part of bug #817589
7681         * src/SDCCsymt.c (checkFunction): fixed bug #817895
7682
7683 2003-10-08 Bernhard Held <bernhard AT bernhardheld.de>
7684
7685         Replaced cast (void **) with (void *) to avoid gcc 3 warning:
7686         * src/SDCCcflow.c
7687         * src/SDCCcse.c
7688         * src/SDCCdflow.c
7689         * src/SDCClabel.c
7690         * src/SDCClrange.c
7691         * src/SDCCmem.c
7692         * src/SDCCopt.c
7693         * src/SDCCpeeph.c
7694         * src/SDCCset.c
7695         * src/avr/ralloc.c
7696         * src/ds390/ralloc.c
7697         * src/izt/ralloc.c
7698         * src/mcs51/ralloc.c
7699         * src/pic/ralloc.c
7700         * src/pic16/ralloc.c
7701         * src/xa51/ralloc.c
7702         * src/z80/ralloc.c
7703         * src/z80/gen.c: removed unused label "release:"
7704
7705 2003-10-06  Borut Razem <borut.razem AT siol.net>
7706
7707         * src/SDCC.lex: removed definition of unused variables
7708           save_optimize and save_options
7709
7710 2003-10-06 Bernhard Held <bernhard AT bernhardheld.de>
7711
7712         * clean.mk: removed '=' in "-maxdepth=1"
7713         * src/SDCCloop.c: replace LRKLAUS with SDCC_LRKLAUS
7714         * src/SDCClrange.c: replace LRKLAUS with SDCC_LRKLAUS
7715
7716 2003-10-06  Borut Razem <borut.razem AT siol.net>
7717
7718         * src/SDCC.lex, src/SDCC.lex: use dbuf for "_asm" definitions;
7719           my_unput() replaced by unput()
7720
7721 2003-10-05 Bernhard Held <bernhard AT bernhardheld.de>
7722
7723         * src/SDCCloop.c (assignmentsToSym, loopInduction): cast argument of
7724         setToNull() to (void *) to avoid gcc3.x's warning: "dereferencing
7725         type-punned pointer will break strict-aliasing rules"
7726         Old LR behaviour is again default; Klaus' LR can be choosen by
7727         defining the environment variable LRKLAUS
7728         * src/SDCCBBlock.h
7729         * src/SDCCloop.c
7730         * src/SDCClrange.c
7731         * src/ds390/ralloc.c (spillThis): applied Klaus' patch
7732         * clean.mk: fixed removal of files in bin/CVS/
7733         * device/lib/clean.mk: fixed removal of directories small and large
7734         * support/Util/SDCCerr.c: changed W_INT_OVL to ERROR_LEVEL_PEDANTIC
7735         * src/SDCCicode.c,
7736         * src/SDCCval.c: removed superflous test for pedantic
7737
7738 2003-10-05  Borut Razem <borut.razem AT siol.net>
7739
7740         * src/SDCC.lex, support/Util/SDCCerr.c, sdcc/support/Util/SDCCerr.h:
7741           Fixed bug #816692: introduced new ERROR_LEVEL_PEDANTIC warning
7742           message "unmatched #pragma SAVE and #pragma RESTORE"
7743
7744 2003-10-04  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7745
7746         * doc/sdccman.lyx: various additions and updates (interrupts, inline
7747           assembly, critical functions, atomic, nojtbound)
7748
7749 2003-10-04 Bernhard Held <bernhard AT bernhardheld.de>
7750
7751         Applied liferange patch from Klaus Flittner <klaus_flittner AT gmx.de>
7752         * src/SDCCBBlock.h
7753         * src/SDCCloop.c
7754         * src/SDCCloop.h
7755         * src/SDCClrange.c
7756
7757 2003-10-03  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7758
7759         * src/z80/gen.h,
7760         * src/z80/gen.c (aopOp, aopGet, aopPut, genDummyRead),
7761         * src/mcs51/gen.h
7762         * src/mcs51/gen.c (aopOp, aopGet, aopPut, genDummyRead),
7763         * src/ds390/gen.h
7764         * src/ds390/gen.c (aopOp, aopGet, aopPut, genDummyRead),
7765         * src/SDCCicode.c (ast2iCode, geniCodeDummyRead): Fixed bug #663539
7766         * src/SDCCopt.c (killDeadCode): Fixed bugs #663539 & #816705
7767
7768 2003-10-02  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7769
7770         * src/z80/gen.c (genRet): fixed bug #524753
7771         * src/z80/gen.c (genCast): fixed internal error on cast from
7772         pointer to long
7773         * src/z80/gen.c (_saveRegsForCall, emitCall): adapted Johan's
7774         fix for bug #477835 to the z80
7775         * src/z80/gen.c (genZ80code, _vemit2, _emit2): added support
7776         for tracking iCodes in the peephole optimizer for z80
7777
7778 2003-10-01  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7779
7780         * src/SDCCicode.c (geniCodeJumpTable, geniCodeSwitch): fixed
7781         the other part of bug #814548
7782         * src/SDCCpeeph.c (labelInRange): fixed bug #814558
7783
7784 2003-09-30  Bernhard Held <bernhard AT bernhardheld.de>
7785
7786         * src/SDCCcse.c: fixed part of bug #814548
7787
7788 2003-09-28  Borut Razem <borut.razem AT siol.net>
7789
7790         * src/asm.c: rewrite of printILine() to use temporary file instead
7791           a pipe
7792         * src/xa51/main.c: commented out declaration of int rewinds
7793
7794 2003-09-27  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7795
7796         * src/SDCCicode.c (geniCodeJumpTable): Fixed bug #813206
7797
7798 2003-09-26  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7799
7800         * src/SDCCdflow.c (computeDataFlow): Fixed bug #810746
7801         * src/asm.c (printILine): Fixed bug #811015
7802
7803 2003-09-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7804
7805         *link/z80/lklibr.c, as/mcs51/lklibr.c: Improved memory allocation and
7806         freeing.
7807
7808 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7809
7810         * src/z80/gen.c (setupToPreserveCarry): Fixed bug #796955
7811         * src/z80/gen.c (setupPair, genMovePairPair): Fixed setupPair
7812         to correctly handle general case of AOP_PAIRPTR
7813         * src/z80/gen.c (aopGet, aopPut): Generalized AOP_PAIRPTR handling
7814
7815 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7816
7817         * src/mcs51/ralloc.c (fillGaps),
7818         * src/ds390/ralloc.c (fillGaps): fixed bug #810093 (yet another
7819         register positioning bug)
7820
7821 2003-09-21  Bernhard Held <bernhard AT bernhardheld.de>
7822
7823         * device/lib/_fsdiv.c: replaced (1<<31) by (1ul<<31)
7824
7825 2003-09-19  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7826
7827         * src/mcs51/gen.c (loadDptrFromOperand, genFarPointerGet,
7828         genCodePointerGet, genGenPointerGet, genFarPointerSet,
7829         genGenPointerSet): handle AOP_DPTR correctly when loading dptr
7830         (ralloc doesn't intentionally do this now, but perhaps later)
7831         * src/mcs51/ralloc.c (serialRegAssign, fillGaps),
7832         * src/ds390/ralloc.c (serialRegAssign, fillGaps): fixed some
7833         register positioning bugs (Fixed bug #762602 and #795325)
7834         * src/SDCCicode.c (geniCodeDerefPtr): Track output class correctly
7835         (Fixed bug #808779)
7836         * src/z80/gen.c: increased _vemit2's buffer[] to handle long
7837         lines that --i-code-in-asm generates
7838
7839 2003-09-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7840
7841         *link/z80/lklibr.c, as/mcs51/lklibr.c: Fixed Linux segfaults when
7842         trying to fclose a FILE* that was already closed.
7843
7844 2003-09-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7845
7846         * src/SDCCsymt.c (structElemType): fixed bug #808291 (members
7847         of const struct should be treated as if const themselves)
7848
7849 2003-09-18  Bernhard Held <bernhard AT bernhardheld.de>
7850
7851         * src/SDCCval.c (valPlus, valMinus): fixed bug #808337
7852
7853 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7854
7855         * support/librarian/sdcclib.c: Generate correct offsets for libraries with
7856         Unix (/n) and DOS (/r/n) line terminations.
7857
7858 2003-09-17  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7859
7860         * src/SDCCopt.c (cnvFromFloatCast, cnvToFloatCast): fixed
7861         bug #613775
7862
7863 2003-09-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7864
7865         * src/mcs51/gen.c (genFunction, genEndFunction),
7866         * src/ds390/gen.c (genFunction, genEndFunction): Moved save
7867         and restore of EA so that stack offsets to parameters are
7868         correct when using both critical and reentrant/stack-auto.
7869         * src/z80/gen.c (aopOp): removed erroneous assertion about sloc
7870         size (can be triggered in error if sloc is shared between
7871         different sized objects)
7872         * device/include/float.h: fixed macros to explicitly use
7873         unsigned long where needed
7874
7875 2003-09-15  Bernhard Held <bernhard AT bernhardheld.de>
7876
7877         Feature req. 799831: added code to allow nesting of critical functions
7878         * src/mcs51/gen.c (genFunction, genEndFunction)
7879         * src/ds390/gen.c (genFunction, genEndFunction)
7880
7881 2003-09-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7882
7883         * src/SDCCsymt.c (sclsFromPtr),
7884         * src/SDCCsymt.h,
7885         * src/SDCCast.c (decorateType): fixed bug #462971. Also, better
7886         support for standard C idiom of memory mapped variables; for
7887         example, *((xdata int*)0x1234) = 1 is now internally equivalent
7888         to xdata int at 0x1234 tempvar = 1.
7889         * sim/ucsim/z80.src/inst_xd.cc: fixed bug #805483 with patch
7890         provided by Akiya ISHIDA
7891
7892 2003-09-13  Bernhard Held <bernhard AT bernhardheld.de>
7893
7894         * src/SDCCval.c (cheapestVal): reenabled to reduce int to char
7895         * src/SDCCval.c (constVal): added reduction from int to char
7896         * src/SDCCval.c (valMult, valDiv): fixed sign handling
7897         * src/SDCCval.c (valShift): fixed after change of cheapestVal()
7898         * src/SDCCval.c (valCompare): fixed EQ_OP and NE_OP; they have
7899         to ignore the sign
7900         * support/regression/tests/shifts.c: fixed
7901
7902 2003-09-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7903
7904         * src/z80/gen.c (genXor): Fixed bug #805445
7905
7906 2003-09-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7907
7908         Fixed bug #621531 (const & volatile confusion in the type chain).
7909         DCL_PTR_CONST, DCL_PTR_VOLATILE, & IS_PTR_CONST now exclusively
7910         refer to the const or volatile state of the pointer itself.
7911
7912         * src/SDCCast.c
7913         * src/SDCCglue.c
7914         * src/SDCCicode.c
7915         * src/SDCCsymt.c
7916         * src/SDCCval.c
7917         * src/SDCC.y
7918         * src/SDCCsymt.h
7919         * src/pic/gen.c
7920         * src/pic/ralloc.c
7921         * src/pic16/gen.c
7922         * src/pic16/ralloc.c
7923         * support/regression/tests/const.c
7924
7925 2003-09-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7926
7927         When checking for duplicated modules, use absolute paths
7928         instead of relative paths.  Files changed:
7929
7930         * as/mcs51/lklib.c
7931         * link/z80/lklib.c
7932
7933 2003-09-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7934
7935         * src/SDCCicode.c (geniCodeLogic): fixed bug #797572
7936
7937 2003-09-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7938
7939         * device/include/string.h: added size_t typedef, changed
7940         prototypes to use size_t, eliminated separate reentrant and
7941         non-reentrant declarations, added _memmove declaration
7942         * device/lib/_memcpy.c: changed to use size_t instead of int,
7943         changed /4 to >>2 to avoid division library call
7944         * device/lib/_memcmp.c,
7945         * device/lib/_memset.c,
7946         * device/lib/_strncat.c,
7947         * device/lib/_strncpy.c,
7948         * device/lib/_strncmp.c: changed to use size_t instead of int
7949         * device/lib/_memmove.c: new file (fixed bug #772294)
7950         * device/lib/Makefile.in: added _memmove.c
7951         * device/lib/z80/asm_strings.s: fixed bug #772290
7952         * support/regression/tests/bitfields.c: attempt to fix host assertion
7953         failure on amd64-unknown-linux2.2
7954
7955 2003-09-06  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7956
7957         * src/z80/gen.c (aopPut, spillPairReg): fixed bug #800998
7958         * src/z80/gen.c (genFunction, genEndFunction): fixed "bug" #774700
7959         * as/z80/asmain.c (main): fixed bug #801766
7960
7961 2003-09-06  Bernhard Held <bernhard AT bernhardheld.de>
7962
7963         * src/SDCCicode.c (ast2iCode): fixed differences in iCode with different
7964         compilers
7965
7966 2003-09-05  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7967
7968         * src/SDCCast.c (isConformingBody): fixed loop reversal bug
7969         reported in bug #800609
7970
7971 2003-09-04  Vangelis Rokas <vrokas AT otenet.gr>
7972
7973         * Top header beautifications in src/pic16 directory:
7974           device.c, device.h, gen.c, gen.h, genarith.c, glue.c, pcode.c,
7975           pcodeflow.c, pcodeflow.h, pcode.h, pcodepeep.c, pcoderegs.c,
7976           pcoderegs.h, ralloc.c, ralloc.h
7977         * main.c: added top header and GPL license notice
7978         * pcode.c: fixed the if-conditional warning
7979
7980 2003-09-04  Bernhard Held <bernhard AT bernhardheld.de>
7981
7982         * device/lib/_mullong.c: replaced int by short for gcc
7983
7984 2003-08-31  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7985
7986         * src/SDCCpeeph.c (notVolatile, notVolatileVariable): handle IFX
7987         and JUMPTABLE iCodes properly now (worked by accident before)
7988         * src/mcs51/gen.c (leftRightUseAcc),
7989         * src/ds390/gen.c (leftRightUseAcc): handle IFX and JUMPTABLE
7990         iCode properly now. Use getSize instead of nRegs since a & b
7991         aren't part of the nRegs tally.
7992
7993 2003-08-31  Vangelis Rokas <vrokas AT otenet.gr>
7994
7995         * src/pic16/main.c: corrected offsets of interrupt vectors in _pic16_genIVT()
7996         * src/pic16/pcode.c: fix to disable inserting BANKSEL directive
7997           before instructions that use the _STATUS register
7998
7999 2003-08-31  Bernhard Held <bernhard AT bernhardheld.de>
8000
8001         * src/mcs51/gen.c (freeAsmop): fixed off by one in stack offset (AOP_STK)
8002         * src/mcs51/gen.c (genNearPointerSet): added missing opcode for
8003         fetching of the pointer
8004         * src/mcs51/gen.c (genNearPointerGet): added reuse of PREG,
8005         copied from genNearPointerSet()
8006         * src/mcs51/gen.c (genNearPointerGet): don't pop r0/r1, if RESULTONSTACK
8007         * src/mcs51/gen.c: changed order of freeAsmop(left/right/result)-calls.
8008         If they pop r0/r1 they must be called in the opposite order than aopOp().
8009         * device/lib/_mullong.c: fixed for "--model-large --int-long-reent"
8010         (resp. --stack-auto), prepared for --xstack
8011
8012 2003-08-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8013
8014         * doc/sdccman.lyx: reverted tables to those in cvs 1.64
8015
8016 2003-08-28  Bernhard Held <bernhard AT bernhardheld.de>
8017
8018         * device/lib/_startup.c: quick & dirty fix for ds390/ds400;
8019         these ports have their own __sdcc_external_start()
8020
8021 2003-08-26  Bernhard Held <bernhard AT bernhardheld.de>
8022
8023         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
8024         * src/pic/glue.c (pic14printPublics): fixed bug introduced when symbol
8025         type for bits was changed. It resulted in bit variables becoming
8026         global, which is not permitted in PIC 14 assembly output.
8027
8028 2003-08-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8029
8030         * doc/sdccman.lyx: various additions and updates. Rearranged sections
8031
8032 2003-08-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8033
8034         Z80 and MCS51 linkers complaint if a public symbol is defined
8035         in more than one library module:
8036
8037         * as/mcs51/lklib.c
8038         * link/z80/lklib.c
8039         * as/mcs51/Makefile.in
8040
8041 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8042
8043         A few small changes that speed up the peephole optimizer.
8044
8045         * src/SDCCpeeph.c
8046
8047 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8048
8049         Try to make the peephole optimizer smarter by maintaining
8050         an association between the assembly source code and the
8051         iCodes that originated them. Put this information to use
8052         with a new peephole rule condition "notVolatile" so that
8053         the rules can be aggressive yet still safe.
8054
8055         * src/SDCCpeeph.c
8056         * src/SDCCpeeph.h
8057         * src/mcs51/gen.c
8058         * src/mcs51/peeph.def
8059
8060 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8061
8062         Fixed bug #741761
8063
8064         * src/mcs51/gen.c (aopForSym, leftRightUseAcc),
8065         * src/ds390/gen.c (aopForSym, leftRightUseAcc): preserve A and B
8066         if the left or right operand symbols have the accuse flag set.
8067
8068 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8069
8070         Changed the type of the result of the ! (NOT) operator to char;
8071         previously it returned the same type as the source. This allows
8072         us to eliminate all the genFloatNot functions (all of its target
8073         implementations were very buggy) since !float can use the same
8074         code as !long now.
8075
8076         * src/SDCCicode.c (ast2iCode): ! returns char
8077         * src/mcs51/gen.c (genNot, genNotFloat),
8078         * src/ds390/gen.c (genNot, genNotFloat),
8079         * src/z80/gen.c (genNot, genNotFloat),
8080         * src/pic/gen.c (genNot, genNotFloat),
8081         * src/pic16/gen.c (genNot, genNotFloat): eliminated genNotFloat
8082
8083 2003-08-19  Bernhard Held <bernhard AT bernhardheld.de>
8084
8085         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
8086         1. Interrupt would not compile properly. Ensure PCLATH register is saved
8087            during interrupts. Ensure WSAVE is located at a shared bank address.
8088         2. Fixed page selection in some places
8089         3. Fixed BTFSS/C to where necessary use registers directly and not simply
8090            the registers name strings.
8091         4. Fixed "signed / unsigned compare" compiler warnings.
8092         5. The PIC port manages its own allocation of the general purpose
8093            registers, but makes no attempt to reuse them. As a result when
8094            compiling it soon runs out of general purpose registers. Some
8095            additional code was added to the files pcode.c and device.c to walk
8096            through the function call tree and rename the registers so that they
8097            get reused.
8098
8099         * src/pic/device.c
8100         * src/pic/gen.c
8101         * src/pic/glue.c
8102         * src/pic/pcode.c
8103         * src/pic/pcode.h
8104         * src/pic/ralloc.c
8105         * src/pic/ralloc.h
8106         * src/pic/genarith.c: Fixed problems with PIC 14 port in functions
8107         genPlus() & genMinus() when the result is the same as left or right
8108
8109 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8110
8111         * src/z80/gen.c (isUnsplitable, fetchPairLong): fixed bug #770454
8112
8113 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8114
8115         Made bitfield a distinct type from bit so that bitfields
8116         convert as per ANSI C and bits retain their traditional
8117         boolean style behaviour. Implemented bitfield support in
8118         the z80 port.
8119
8120         * src/SDCCsymt.h,
8121         * src/SDCCsymt.c,
8122         * src/SDCCast.c,
8123         * src/cdbFile.c,
8124         * src/mcs51/gen.c,
8125         * src/ds390/gen.c: bit v bitfield split
8126         * src/z80/gen.c: New support for bitfields
8127         * support/regression/tests/bitfields.c: reenabled z80,
8128         added more tests
8129
8130 2003-08-17  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8131
8132         Rules 246.x, 247.x relate to bitfields, the others speed up
8133         access to xdata mapped I/O devices.
8134
8135         * src/mcs51/peeph.def: added 26 peepholes 246.x - 248.x, 180.x
8136
8137 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8138
8139         Cleaned up genPackBits and genUnpackBits and added two helper
8140         functions, emitPtrByteGet & emitPtrByteSet. Added optimizations
8141         for literal assignments in genPackBits (thanks to Frieder for
8142         reminding me).
8143
8144         * src/mcs51/gen.c
8145         * src/ds390/gen.c
8146
8147 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8148
8149         Fixed bug #748310 (pointer to function type mishandled when the
8150         function name is omitted). Also fixed a SIGSEGV when a function
8151         attribute (reentrant, etc) is used on a non-function or on a
8152         function but misplaced before the parameter list.
8153
8154         * src/SDCC.y (abstract_declarator, abstract_declaractor2): fixed
8155         bug #748310
8156         * src/SDCC.y (declarator2_function_attributes): avoided SIGSEGV
8157         * support/Util/SDCCerr.h,
8158         * support/Util/SDCCerr.c: Added func attr misuse error msg
8159
8160 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
8161
8162         Fixed bug #787649 by anonymous
8163         * src/SDCCglue.c (emitRegularMap): added emission of sloc for func ptr
8164         * src/ds390/gen.c (aopForSym): fixed func ptr in sloc
8165
8166 2003-08-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8167
8168         Fixed numerous bitfield problems.
8169
8170         * src/SDCC.y: More bitfield related error checking
8171         * src/SDCCsymt.h,
8172         * src/SDCCsymt.c (compStructSize): fixed bitfield offset calc
8173         * support/Util/SDCCerr.h,
8174         * support/Util/SDCCerr.c: Added & edited some bitfield err msgs
8175         * src/mcs51/gen.c (genPackBits, genUnpackBits): fixed mask bugs
8176         * src/ds390/gen.c (genPackBits, genUnpackBits): fixed mask bugs
8177         * support/regression/tests/bitfields.c: tests added
8178
8179 2003-08-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8180
8181         Made the constant following the "interrupt" keyword optional. If
8182         omitted, the function will not automatically be given an entry
8183         in the interrupt vector table (similar to #pragma NOIV, but
8184         less syntacticly kludgy). The interrupt number is also now
8185         range checked. Also fixed a bug in the high order bit example
8186         in the manual.
8187
8188         * src/SDCC.y
8189         * src/SDCCmem.c
8190         * src/SDCCglue.c
8191         * src/SDCCsymt.h
8192         * support/Util/SDCCerr.c
8193         * support/Util/SDCCerr.h
8194         * doc/sdccman.lyx
8195
8196 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
8197
8198         * src/SDCCcse.c (algebraicOpts): fix bug converting op from value to type
8199         * src/SDCCicode.c (operandOperation): rewritten some ops
8200         (*, ==, unary_minus) to fix possible overflows and to accord with ANSI
8201         * src/SDCCsymt.c (computeType): literals are handled the same way as any
8202         other type
8203         * src/SDCCval.c (cheapestVal): removed, it doesn't accord with ANSI (can
8204         be re-activated by defining REDUCE_LITERALS)
8205         * src/SDCCval.c (constVal): fixed; hex and octal constants can be
8206         unsigned, but are signed by default
8207         * src/SDCCval.c (constVal): rearranged
8208         * src/SDCCval.c (valMod): preliminary fix
8209         * src/SDCCval.c (valCastLiteral): use TYPE_* types
8210         * support/regression/literalop.c: added, work in progress
8211
8212 2003-08-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8213
8214         Generate warnings for useless declarations like "char data;"
8215         that don't do what new users expect.
8216
8217         * src/SDCC.y
8218         * support/Util/SDCCerr.h
8219         * support/Util/SDCCerr.c
8220
8221 2003-08-09  Bernhard Held <bernhard AT bernhardheld.de>
8222
8223         * src/SDCCval.c (valMult): fix overflow detection of negative int
8224
8225 2003-08-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8226
8227         * src/z80/ralloc.c (joinPushes): made compatible with new signedness
8228
8229         Changes to support big endian targets:
8230
8231         * src/ports.h
8232         * src/SDCCglue.c
8233         * src/avr/main.c
8234         * src/ds390/main.c
8235         * src/izt/i186.c
8236         * src/mcs51/main.c
8237         * src/pic/main.c
8238         * src/pic16/main.c
8239         * src/xa51/main.c
8240         * src/z80/main.c
8241
8242 2003-08-06  Bernhard Held <bernhard AT bernhardheld.de>
8243
8244         * src/SDCCval.c (cheapestVal): changed behaviour to the same as constVal()
8245         * device/lib/time.c: fixed warning "integer overflow in expression"
8246
8247 2003-08-05  Bernhard Held <bernhard AT bernhardheld.de>
8248
8249         * src/SDCCval.c (cheapestVal, valueFromLit): use TYPE_* types
8250         * src/SDCCval.c (constVal): changed default to signed; hex and octal
8251         constants are unsigned; added recognition of "u" flag for unsigned
8252         * src/SDCCval.c (valMult): fixed signdness, added warning for overflow
8253         * src/SDCCval.c (valDiv, valMod): fixed signdness
8254         * src/SDCCicode.c (operandOperation): fixed critical typo; fixed
8255         signedness of modulo, left and right shift
8256         * support/Util/SDCCerr.c: added warning "integer overflow in expression"
8257         * support/Util/SDCCerr.h: added warning W_INT_OVL
8258         * src/SDCCast.c (decorateType): fixed gcc3.3 warning
8259         * src/SDCCast.c (ast_print): improved output of constants
8260
8261 2003-08-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8262
8263         Fixed some warnings when building with MSVC:
8264
8265         * as\mcs51\asdata.c
8266         * as\z80\asdata.c
8267         * as\mcs51\asm.h
8268         * as\z80\asm.h
8269         * link\z80\aslink.h
8270         * link\z80\lkdata.c
8271         * link\z80\lkeval.c
8272         * link\z80\lkgb.c
8273         * link\z80\lkihx.c
8274         * link\z80\lks19.c
8275         * link\z80\lksym.c
8276         * support\cpp2\cpplib.c
8277         * src\ds390\gen.c
8278         * src\mcs51\gen.c
8279
8280 2003-08-03  Bernhard Held <bernhard AT bernhardheld.de>
8281
8282         * src/SDCCast.c (constExprTree): fix bug #781827 by Carl Worth <cworth AT isi.edu>
8283
8284 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8285
8286         * support\librarian\clean.mk: Do not remove Makefile.
8287         * support\librarian\Makefile: added.
8288
8289 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8290
8291         Added librarian to MSVC build:
8292         * all.dsp
8293         * sdcc.dsw
8294         * support\librarian\librarian.dsp
8295
8296         'configure' not needed for librarian, removed:
8297         * support\librarian\configure
8298         * support\librarian\configure.in
8299         * support\librarian\config_in.h
8300         * support\librarian\Makefile.in
8301
8302         Hopefully these ones built the librarian and the rest of sdcc properly:
8303         * Makefile
8304         * Makefile.common.in
8305
8306         Messed up 'configure', so revert to previous version:
8307         * configure
8308         * configure.in
8309
8310 2003-07-31  Bernhard Held <bernhard AT bernhardheld.de>
8311
8312         * src/SDCCicode.c (operandOperation): 3. fix, this time for Alpha; ULONG has 64 bits
8313         there, while the mantissa of a double is "only" 53 bits wide.
8314
8315 2003-07-31  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8316
8317         Adding sdcclib to the build.  MSVC project coming soon.
8318         Files added/changed:
8319
8320         * support\librarian\clean.mk
8321         * support\librarian\configure
8322         * support\librarian\configure.in
8323         * support\librarian\config_in.h
8324         * support\librarian\Makefile.bcc
8325         * support\librarian\Makefile.in
8326         * support\librarian\sdcclib.c
8327         * Makefile.bcc
8328         * Makefile
8329         * Makefile.common.in
8330         * configure
8331         * configure.in
8332
8333 2003-07-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8334
8335         Linker now complaints if linked modules have conflicting options, for
8336         example, one compiled using --model-large and another one compiled with
8337         --model-small.  The following files were modified:
8338
8339         * as\mcs51\asdata.c
8340         * as\mcs51\aslink.h
8341         * as\mcs51\asm.h
8342         * as\mcs51\asmain.c
8343         * as\mcs51\asout.c
8344         * as\mcs51\i51pst.c
8345         * as\mcs51\lkdata.c
8346         * as\mcs51\lklibr.c
8347         * as\mcs51\lkmain.c
8348         * as\z80\asdata.c
8349         * as\z80\asm.h
8350         * as\z80\asmain.c
8351         * as\z80\asout.c
8352         * as\z80\z80pst.c
8353         * link\z80\aslink.h
8354         * link\z80\lkdata.c
8355         * link\z80\lklibr.c
8356         * link\z80\lkmain.c
8357         * src\SDCCglue.c
8358
8359 2003-07-28  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8360
8361         *link/z80/aslink.h, link/z80/lklibr.c, as/mcs51/aslink.h,
8362         as/mcs51/lklibr.c: Generate a warning when a library is not found.
8363
8364 2003-07-28  Bernhard Held <bernhard AT bernhardheld.de>
8365
8366         * src/z80/mappings.i: fix _mul[us][int,long] entries
8367
8368 2003-07-26  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8369
8370         *src/SDCCmain.c: do not search for crt0.o when using --nostdlib
8371
8372 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
8373
8374         * src/SDCCicode.c (operandOperation): really fixed problem with bitops
8375         * support/regression/tests/bitopcse.c: added
8376         fixed warning:
8377         * src/avr/gen.c:
8378         * src/pic/gen.c:
8379         * src/pic16/gen.c:
8380         * src/z80/gen.c:
8381         * src/xa51/gen.c:
8382
8383 2003-07-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8384
8385         added support for new library format to z80, gbz80 linkers:
8386         *link/z80/aslink.h
8387         *link/z80/lklex.c
8388         *link/z80/lklib.c
8389         *link/z80/lklist.c
8390
8391 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
8392
8393         * src/SDCCicode.c (operandOperation): fixed problem with bitops and 0xffffffff;
8394         after {double d = 0xffffffff; long l = d;} l will be 0x80000000 (LONG_MIN)
8395
8396 2003-07-23  Bernhard Held <bernhard AT bernhardheld.de>
8397
8398         added DUMMY_READ_VOLATILE:
8399         * src/SDCC.y:
8400         * src/avr/gen.c:
8401         * src/xa51/gen.c:
8402         * src/z80/gen.c:
8403         * src/pic/gen.c:
8404         * src/pic16/gen.c:
8405         * src/mcs51/gen.c:
8406         * src/ds390/gen.c:
8407         * src/SDCCcse.c (algebraicOpts): many improvements
8408         * src/SDCCcse.h: removed algebraicOpts()
8409         * src/SDCCicode.c (picDummyRead): added
8410
8411 2003-07-23  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8412
8413         * as/mcs51/lkmem.c: Changed message "Insufficient DRAM memory" to
8414         "Insufficient space in data memory".
8415
8416 2003-07-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8417
8418         * src/mcs51/gen.c: fixed bug #771358
8419         * src/z80/gen.c: fixed bug #759087
8420
8421 2003-07-20  Bernhard Held <bernhard AT bernhardheld.de>
8422
8423         * src/pic16/glue.c: minor cleanup by Vangelis
8424
8425 2003-07-19  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8426
8427         * device/include/regc515c.h: fixed #758477
8428         * device/lib/_gptrget.c: saving some cycles in generic pointer get
8429         * device/lib/_gptrput.c: saved a few bytes
8430         * my tab spacing is 8, yours too?)
8431         * device/lib/_ser.c: process RX bytes earlier than TX bytes
8432         * device/lib/serial.c: process RX bytes earlier than TX bytes
8433         * src/mcs51/gen.c(genGenPointerGet/Set): removed writing of type after postincrement
8434
8435 2003-07-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8436
8437         * src/z80/gen.c: fixed some right shift bugs (#772726 among them)
8438
8439 2003-07-17  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8440
8441     * link/z80/lklibr.c: fixed bug when there is a '.' in a library path.
8442
8443 2003-07-17  Bernhard Held <bernhard AT bernhardheld.de>
8444
8445         * device/lib/Makefile.in: bad fix, reverted to 1.43
8446
8447 2003-07-16  Bernhard Held <bernhard AT bernhardheld.de>
8448
8449         * device/lib/Makefile.in: added missing z80 object files
8450
8451 2003-07-14  Bernhard Held <bernhard AT bernhardheld.de>
8452
8453         * src/SDCCcse.c (algebraicOpts): CSE fun with &|^ and 0x00/0xff literals
8454         pic16 progress by Vangelis:
8455         * src/SDCCglobl.h:
8456         * src/SDCCmain.c:
8457         * src/pic/Makefile:
8458         * src/pic:
8459         * pic/Makefile:
8460         * pic16/device.c:
8461         * pic16/device.h:
8462         * pic16/gen.c:
8463         * pic16/gen.h:
8464         * pic16/genarith.c:
8465         * pic16/glue.c:
8466         * pic16/main.c:
8467         * pic16/pcode.c:
8468         * pic16/pcode.h:
8469         * pic16/pcodepeep.c:
8470         * pic16/peeph.def:
8471
8472 2003-07-13  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8473
8474     * src/SDCCmain.c, src/SDCCglobl.h: added option --no-std-crt0
8475
8476 2003-07-12  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8477
8478     * sdcc.dsw, all.dsp, link/z80/linkgbz80.dsp, as/z80/as-gbz80.dsp:
8479     added gbz80 build to MSVC project.
8480     * src/SDCCmain.c, src/SDCCglue.c, src/z80/main.c, src/z80/z80.dsp,
8481     link/z80/aslink.h, linkz80.dsp: cleaned up z80 and gbz80 asm files
8482     from 8051 stuff and setup so it links using a .lnk file.
8483
8484 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8485
8486     * support/librarian/sdcclib.c: sdcc librarian.
8487     * as/mcs51/aslink.h, as/mcs51/lklib.c: Support for libraries created
8488     with sdcclib.
8489
8490 2003-07-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8491
8492     * as/mcs51/lkmain.c: properly handle extensions in function afile.
8493
8494 2003-07-02  Borut Razem <borut.razem AT siol.net>
8495
8496         * src/port.h, src/SDCCmain.c, src/pic/glue.h, src/pic/main.c,
8497         src/pic16/glue.h, sdcc/src/pic16/main.c, src/izt/i186.c,
8498         src/izt/tlcs900h.c, src/avr/main.c, src/ds390/main.c, src/mcs51/main.c,
8499         src/xa51/main.c, src/z80/main.c:
8500         virtualization of glue() function: each port has it's own glue function,
8501         which is accessed by do_glue function pointer in PORT.general structure
8502
8503 2003-07-01 Kevin Vigor <kevin AT vigor.nu>
8504
8505         * DS800C400 fun, improved ROM interface and tinibios.
8506
8507 2003-06-27 Kevin Vigor <kevin AT vigor.nu>
8508
8509         * More support for DS80C400. Now includes beginning of interface to ROM.
8510
8511 2003-06-25  Bernhard Held <bernhard AT bernhardheld.de>
8512
8513         * src/mcs51/gen.c (gencjneshort): fixed bug #760345
8514
8515 2003-06-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8516
8517         * as/mcs51/lkaomf51.c: Make sure the size of the last procedure is correct.
8518
8519 2003-06-19  Borut Razem <borut.razem AT siol.net>
8520
8521         * src/z80/main.c: fixed Z80 port again: missing -k library paths in linker command line
8522
8523 2003-06-19  Borut Razem <borut.razem AT siol.net>
8524
8525         * src/SDCCutil.h, src/SDCCutil.c, src/SDCCglobl.h, src/SDCCmain.c, src/z80/main.c:
8526         fixed Z80 port - crt0.o: cannot open.
8527
8528 2003-06-19  Bernhard Held <bernhard AT bernhardheld.de>
8529
8530         * support/Util/MySystem.c (merge_command): revert bad fix
8531
8532 2003-06-18  Borut Razem <borut.razem AT siol.net>
8533
8534         * src/SDCC.lex, src/SDCCmain.c: fixed some warnings, introduced with changes made 15.06.1003
8535
8536 2003-06-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8537
8538         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
8539         option --use-stdout sends errors to stdout instead of stderr.
8540
8541 2003-06-18  Bernhard Held <bernhard AT bernhardheld.de>
8542
8543         * support/Util/MySystem.c (merge_command): quick fix for Linux segfault with \"cmd\" arg
8544
8545 2003-06-15  Borut Razem <borut.razem AT siol.net>
8546
8547         * support/cpp2/sdcc.h: HAVE_DOS_BASED_FILE_SYSTEM defined for _WIN32
8548         * src/SDCC.lex: cloneXxx and copyAndFreeXxx functions for options and optimize stack handling
8549         * src/SDCCglobl.h, src/SDCCmain.c, src/ds390/main.c, src/mcs51/main.c, src/z80/main.c:
8550         fixed width array of pointers replaced with sets;
8551         multiple include and lib paths ared transferred to preprocessor and linker
8552         * src/SDCCset.c, src/SDCCset.h: added function setFromSetNonRev() and mergeSets()
8553         * src/SDCCsymt.c: reimplemented function inCalleeSaveList() by using sets instead
8554         fixed width array of pointers
8555         * src/SDCCutil.c, src/SDCCutil.h: added functions fputStrSet(), appendStrSet(), joinStrSet();
8556         removed functions addToList(), join(), joinn(), pathCharsEquivalent(), pathCharTransform(),
8557         fixupPath(), getPathDifference()
8558         * src/ds390/gen.c, src/mcs51/gen.c: reimplemented function  inExcludeList() by using sets instead
8559         fixed width array of pointers
8560
8561 2003-06-11  Bernhard Held <bernhard AT bernhardheld.de>
8562
8563         * src/pic16/ralloc.c: fix warnings
8564         * src/pic16/pcode.c: fix warning
8565
8566 2003-06-10  Scott Dattalo  <scott AT dattalo.com>
8567
8568          Scott D. for Vangelis Rokas (vrokas AT otenet.gr). I (scott) don't
8569         know all the details, but essentially this set of changes enable
8570         the pic16 port to generate movff instructions and generate assembler
8571         directives,
8572         * src/SDCCmain.c:
8573         * src/pic16/gen.c:
8574         * src/pic16/glue.c:
8575         * src/pic16/pcode.c:
8576         * src/pic16/device.c:
8577         * src/pic16/main.c:
8578         * src/pic16/pcode.h:
8579         * src/pic16/pcoderegs.c:
8580         * src/pic16/ralloc.c:
8581         * src/pic16/ralloc.h:
8582
8583 2003-06-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8584
8585         * support/Util/SDCCerr.c, src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
8586         added option --vc, so sdcc errors and warnings are compatible with
8587         Microsoft Visual Studio.
8588
8589 2003-06-07  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8590
8591         * device/lib/_atof.c, device/lib/Makefile.in, device/include/stdlib.h,
8592           device/lib/libfloat.lib: added atof function.
8593
8594 2003-06-04  Bernhard Held <bernhard AT bernhardheld.de>
8595
8596         * doc/sdccman.lyx: updated to Lyx 1.3
8597         * doc/cdbfileformat.lyx: updated to Lyx 1.3
8598         * doc/test_suite_spec.lyx: updated to Lyx 1.3
8599         * doc/Makefile: added fix for the \tabularnewline problem, thanks to Jesus
8600
8601 2003-06-03  Bernhard Held <bernhard AT bernhardheld.de>
8602
8603         * src/SDCCpeeph.c: separate peepRules2pCode() for pic16 by "Vangelis Rokas" <vrokas AT otenet.gr>
8604
8605 2003-06-02  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8606
8607         * doc/sdccman.lyx: cvs revision keywords, passing pdf information in latex preamble,
8608           additions to the "related tools/documentation" section
8609
8610 2003-06-02  Bernhard Held <bernhard AT bernhardheld.de>
8611
8612         * src/SDCCglue.c (tempfileandname): added check for missing TMP/TEMP/TMPDIR variable
8613
8614 2003-05-29  Bernhard Held <bernhard AT bernhardheld.de>
8615
8616         * src/pic/device.c: added 16F819, patch by "David I. Lehn" <dlehn AT vt.edu>
8617         * src/SDCCcse.c (algebraicOpts): fixed "c * 1"
8618
8619 2003-05-28  Bernhard Held <bernhard AT bernhardheld.de>
8620
8621         * doc/sdccman.lyx: fix double dash and other minor things
8622         * doc/Makefile: fix double dash
8623
8624 2003-05-28  Karl Bongers(patches from Martin Helmling)
8625         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files. Martin adds
8626           condition and ignore commands.
8627
8628 2003-05-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8629
8630         * doc/sdccman.lyx: Changes all over, index improved, smaller margins. The manual
8631           is in parts still quite out of date, I did changes as far as I felt makes sense
8632           for a non-native english speaker.
8633           Please feel free to add to the manual or to correct my changes.
8634         * doc/Makefile: undid touching the date of intermediate tex files.
8635
8636 2003-05-26  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8637
8638         * doc/sdccman.lyx: Manual has an index now
8639
8640 2003-05-25  Bernhard Held <bernhard AT bernhardheld.de>
8641
8642         Finalize muluint/mulsint and mululong/mulslong merging:
8643         * device/lib/_mulint.c
8644         * device/lib/_mullong.c
8645         * device/lib/gbz80/mul.s
8646         * device/lib/gbz80/stubs.s
8647         * device/lib/z80/mul.s
8648         * device/lib/z80/stubs.s
8649         * src/SDCCsymt.c (initCSupport)
8650
8651 2003-05-25  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8652
8653         * as/mcs51/lkaomf51.c: Address space 'z' was missing.
8654         * src/avr/avr.dsp, src/ds390/ds390.dsp, src/mcs51/mcs51.dsp,
8655           src/pic/pic.dsp, src/pic16/pic16.dsp, src/xa51/xa51.dsp,
8656           src/x80/z80.dsp: peep.rul is bigger now, so /Zm1000 is used
8657           instead of /Zm500.
8658
8659 2003-05-25  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8660
8661         * src/mcs51/peeph.def: added rules 244.x, 245.x. Although they pass
8662           the regression tests I'm not brave enough to enable 245.b, 245.c
8663         * doc/sdccman.lyx: added latex preamble for hyperref package.
8664           Using pdflatex this will give you a hyperlinked pdf file with
8665           bookmarks. (prepend '%' before /usepackage if this breaks something)
8666
8667 2003-05-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8668
8669          * doc/sdccman.lyx: updated information about .adb files (fixed bug 742649)
8670
8671 2003-05-22  Bernhard Held <bernhard AT bernhardheld.de>
8672
8673         * src/pic16/pcode.c (pic16_get_op_from_instruction): fixed a gcc 3.x warning
8674
8675 2003-05-21    <johan AT balder>
8676
8677         * src/SDCCglue.c (printIval): fixed bug #739934
8678
8679 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
8680
8681         Applied patch from bug 737905 (renamed yylineo to mylineno):
8682         * src/altlex.c
8683         * src/SDCCast.c
8684         * src/SDCglobl.h
8685         * src/SDCC.lex
8686         * src/SDCCsymt.c
8687         * src/SDCCval.c
8688         * src/pic16/pcode.c: Cleaned warnings
8689         * src/pic16/pcodeflow.c: Cleaned warnings
8690         * src/pic16/pcoderegs.c: Cleaned warnings
8691
8692 2003-05-19  Scott Dattalo  <scott AT dattalo.com>
8693
8694         * src/pic16/pcode.c: Cleaned warnings
8695         * src/pic16/pcodepeep.c: Cleaned warnings
8696         * src/pic16/ralloc.c: Cleaned warnings
8697
8698 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
8699
8700         * doc/sdccman.lyx: fixed bug 739745
8701         * src/pic16/pcode.c (pic16_get_op): fixed warning on alpha
8702
8703 2003-05-18  Bernhard Held <bernhard AT bernhardheld.de>
8704
8705         * src/port.h: removed DEFAULT_PORT, it's not yet pic16 ;-)
8706         it can be defined with CFLAGS when running configure
8707         * src/SDCCmain.c: fixed compiling + linking with object files
8708
8709 2003-05-18  Vangelis Rokas (vrokas AT otenet.gr)
8710
8711         * configure.in: configure for pic16 port,
8712             added --disable-pic16-port
8713         * sdccconf_in.h: added macro OPT_DISABLE_PIC16
8714         * src/SDCCmain.c: linkOptions is changed to set *,
8715             added if/endif conditional macros to remove options help
8716             messages from optionsTable when a port is not configured, added
8717             support for the PIc16 port in the ports table, when executing
8718             the compiler with no port specified on command line, a default
8719             port is selected with the new macro DEFAULT_PORT which is
8720             defined in port.h, in setDefaultOptions() linkOptions is removed
8721             from initialization assignment, since now it is a set,
8722             parseCmdLine uses setParseWithComma for linkOptions, in
8723             linkEdit() linkOptions are accessed with new function indexSet()
8724             which returns the i'th item of a set variable. See SDCCset.c, in
8725             linkEdit() when calling buildCmdLine(), added linkOptions as
8726             last argument. Now users can pass arguments to gplink via the
8727             -Wl option, main() uses pic16glue() to glue up pic16 programs
8728         * src/SDCCpeeph.c: various changes to support pic16
8729         * src/SDCCset.c: added function  void *indexSet(set *, int)  to
8730             return the i'th item of the set
8731         * src/SDCCset.h: added function prototype for indexSet()
8732         * src/SDCCsymt.c: in checkSClass(), added support for PIC16
8733         * src/clean.mk: added pic16 in CLEANALLPORTS variable
8734         * src/port.h: added TARGET_ID_PIC16,TARGET_IS_PIC16 macro,
8735             added macro DEFAULT_PORT
8736         * src/pic/main.c: corrected arguments of gplnk in _linkCmd
8737         * src/pic16/gen.c: bug fix in genCpl(), now the correct code is
8738             generated
8739         * src/pic16/glue.c: commented out some error producing lines
8740         * src/pic16/main.c: __config directives are commented out to stop
8741             gpasm complaining and test the linkage with gplink, _linkCmd and
8742             _asmCmd changed to be more gplink and gpasm friendly
8743         * src/pic16/peeph.def: peep rule 3 is commented out, since it
8744             produced an error when parsed, peep rule 12 is added to utilize
8745             movff, but it is commented out since the pCode does not support
8746             yet a command with 2 address arguments
8747
8748 2003-05-18    <johan AT balder>
8749
8750         * src/ds390/gen.c (genArrayInit): removed obsolete and buggy ARRAYINIT
8751         * src/ds390/main.c (genArrayInit): removed obsolete and buggy ARRAYINIT
8752 2003-05-17  Karl Bongers(apply patches from Martin Helmling)
8753
8754         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files.
8755   Added feature to script commands from file.
8756
8757 2003-05-14  Bernhard Held <bernhard AT bernhardheld.de>
8758
8759         * device/lib/_strtok.c: fixed bug #734355 by Lenny Story and Tim Woodall
8760         * src/SDCCutil.c: include ctype.h for win32
8761
8762 2003-05-13  Bernhard Held <bernhard AT bernhardheld.de>
8763
8764         * src/pic16/*: removed CR from many files, reported by Vangelis Rokas
8765
8766 2003-05-12  Karl Bongers(apply development patches from Martin Helmling)
8767
8768         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,break.c and .h files.
8769   Fixed so you can set breakpoints prior to run, run does not stop
8770   on entry now.  Add tbreak.  Other enhancements and fixes for use
8771   with ddd.
8772
8773 2003-05-12  Borut Razem <borut.razem AT siol.net>
8774
8775         * src/SDCCmain.c: fixed the problem with searching the DATADIR as the last resort on *nix
8776
8777 2003-05-11  Borut Razem <borut.razem AT siol.net>
8778
8779         * src/SDCCutil.c: WIN32 version of getBinPath() calls GetModuleFileName() to determine
8780         the path of bin directory, so that PATH is the only env. variable, which has to be set
8781         in case of standard installation.
8782         * src/ds390/ds390.dsp: increased value of /Zm option to 1000
8783         * src/pic/main.c: add quotes to file name parameters for gplink and gpasm
8784         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx: added --print-search-dirs command line option
8785
8786 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
8787
8788         * src/SDCCmain.c (linkEdit): fixed buffer overflow for gbz80
8789         * support/regression/Makefile: inter-port-clean is no longer nesessary, the
8790         temp files are in the port dir; clean the gen/test directory when
8791         generating new test.c
8792         * support/regression/ports/host/spec.mk: defined OBJEXT for target clean
8793         * support/regression/tests/vaargs.c: fixed gcc 3.3 warning
8794         * support/regression/tests/zeropad.c: added
8795
8796 2003-05-09    <johan AT balder>
8797
8798         * src/SDCCglue.c: fixed bug #597940
8799
8800 2003-05-05  Karl Bongers(apply patches from Martin Helmling)
8801
8802         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
8803   cache sfr, optimize next,step, fix off by one sourceline,
8804   support ddd list function.
8805         * sim/ucsim/cmd.src/newcmd.cc - small fix for sdcdb use.
8806
8807 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
8808
8809         * support/regression/HTMLgen.py: added compare_s2f()
8810         * support/regression/Makefile: redo 1.27
8811         * support/regression/generate-cases.py: redo 1.5
8812
8813 2003-04-30  Bernhard Held <bernhard AT bernhardheld.de>
8814
8815         * support/regression/tests/float.c: workaround 33 bit hex constant
8816         * support/regression/tests/simplefloat.c: fix division for host
8817
8818 2003-04-29  Scott Dattalo  <scott AT dattalo.com>
8819
8820         * src/pic/pcoderegs.c Applied patch from Jim Hawkridge <jim AT jimhawkridge.uk.eu.org>
8821         that tame's the PIC's over-aggressive optimizer.
8822
8823 2003-04-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8824
8825          * src.dsw, link/z80/aslink.h, link/z80/linkz80.dsp: z80 linker
8826          support for MSVC.
8827
8828 2003-04-29  Kevin Vigor <kevin AT vigor.nu>
8829
8830         Initial support for DS80C400. "Hello world" runs on TINIm400
8831         (with polled I/O).
8832
8833 2003-04-28  Karl Bongers(apply patches for Martin Helmling)
8834
8835          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
8836          * Some notes on ddd usage added in debugger/README
8837          Martin Helmling adding more features and fixes for ddd GUI debugger.
8838          Code added for nexti, stepi, up, down, and other adjustments.
8839
8840 2003-04-28  Scott Dattalo  <scott AT DATTALO.COM>
8841
8842         * src/pic/pCodepeep.c non-wildcard asmops are now handled
8843         * src/pic/peeph.def Added two rules to optimize carry manipulation
8844         * src/pic/* removed debug printfs
8845
8846 2003-04-28  Bernhard Held <bernhard AT bernhardheld.de>
8847
8848         * debugger/mcs51/cmd.c: added header newalloc.h
8849
8850 2003-04-26  Bernhard Held <bernhard AT bernhardheld.de>
8851
8852         * as/Makefile: new EXEEXT
8853         * as/z80/Makefile: remove trailing slash of BUILDIR
8854         * as/z80/clean.mk: new EXEEXT
8855         * Makefile.common.in: add to CFLAGS (and others), don't replace it
8856         * support/cpp2/Makefile.in: new EXEEXT
8857         * src/pic/glue.c (pic14emitRegularMap): fixed warning
8858
8859 2003-04-24  Bernhard Held <bernhard AT bernhardheld.de>
8860
8861         Cygwin's gcc always appends .exe: 'gcc -o a a.c' creates a.exe;
8862         EXEEXT was introduced to fix all related problems with targets
8863         "clean", "install" and "uninstall"; a couple of further flaws
8864         especially with "clean" have been fixed too
8865         * as/mcs51/Makefile.in
8866         * as/mcs51/clean.mk
8867         * as/z80/Makefile
8868         * Makefile
8869         * clean.mk
8870         * debugger/mcs51/Makefile.in
8871         * debugger/mcs51/clean.mk
8872         * link/z80/Makefile
8873         * link/z80/Makefile.in
8874         * link/z80/clean.mk
8875         * link/Makefile
8876         * packihx/Makefile.in
8877         * packihx/clean.mk
8878         * sim/ucsim/Makefile
8879         * sim/ucsim/clean.mk
8880         * sim/ucsim/avr.src/Makefile.in
8881         * sim/ucsim/avr.src/clean.mk
8882         * sim/ucsim/s51.src/Makefile.in
8883         * sim/ucsim/s51.src/clean.mk
8884         * sim/ucsim/xa.src/Makefile.in
8885         * sim/ucsim/xa.src/clean.mk
8886         * sim/ucsim/z80.src/Makefile.in
8887         * sim/ucsim/z80.src/clean.mk
8888         * sim/ucsim/main_in.mk
8889         * sim/ucsim/packages_in.mk
8890         * sim/ucsim/gui.src/Makefile.in
8891         * sim/ucsim/gui.src/serio.src/Makefile.in
8892         * sim/ucsim/gui.src/serio.src/clean.mk
8893         * src/Makefile.in
8894         * src/clean.mk
8895         * support/cpp2/Makefile.in
8896         * support/cpp2/clean.mk
8897         * support/makebin/Makefile
8898         * support/makebin/clean.mk
8899         * support/scripts/sdcc_mingw32: --program-suffix no longer needed
8900         * doc/sdccman.lyx: --program-suffix no longer needed
8901
8902 2003-04-23  Karl Bongers(apply patches for Martin Helmling)
8903
8904          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,..
8905          Martin Helmling added support for ddd GUI debugger.
8906          Code added to display assembly, set variables, and other commands
8907          to interface to ddd.
8908
8909 2003-04-23  Bernhard Held <bernhard AT bernhardheld.de>
8910
8911         * as/Makefile: fix target clean
8912         * as/clean.mk: fix target clean
8913         * as/z80/clean.mk: fix target clean
8914
8915 2003-04-22  Bernhard Held <bernhard AT bernhardheld.de>
8916
8917         * Makefile.common.in: added  AT EXEEXT AT
8918         * configure.in: removed all mingw32 stuff
8919         * configure: rebuilt from configure.in
8920         * doc/sdccman.lyx: updated section "installation"
8921         * support/scripts/sdcc_mingw32: adapted to configure
8922         * support/scripts/sdcc_cygwin_mingw32: added
8923
8924 2003-04-22  Scott Dattalo  <scott AT dattalo.com>
8925
8926         * src/pic Added object file support for the PIC port
8927         * src/pic Applied patch from Craig Franklin (this started the object file support)
8928         * src/regression Updated the PIC regression tests for object files
8929
8930 2003-04-20  Borut Razem <borut.razem AT siol.net>
8931
8932         * sdcc/as/mcs51/lklex.c: make getfid() more robust and fixed gcc warning:
8933           lklex.c: In function `getfid':
8934           lklex.c:203: warning: array subscript has type `char'
8935         * src/SDCCglobl.h: small change in stack handling macros, to avoid crash when compiled
8936           with MSVC with global optimization enabled (probably an cl compiler bug ;-)
8937         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added function fatal(), called from
8938           stack handling macros
8939
8940 2003-04-19  Borut Razem <borut.razem AT siol.net>
8941
8942         * "handling space characters in file path" task:
8943         * src/SDCCmacro.c: fixed bug in handlig quote at the end of line
8944         * support/Util/BuildCmd.c: define par as NULL if parameter value is invalid
8945         * support/Util/MySystem.h: make it self-sufficient
8946         * src/avr/main.c, src/ds390/main.c, src/mcs51/main.c, src/pic/main.c, src/xa51/main.c,
8947           src/z80/main.c, sdcc/as/mcs51/lklex.c:
8948           handling space characters in file path
8949         * src/SDCCmain.c: introduced setDataPaths() function, {datadir} macro
8950           (it will be used by assemblers, which have their own includes, e.g. gpasm)
8951         * support/Util/MySystem.c: handling space characters in executable's path
8952
8953 2003-04-19  Bernhard Held <bernhard AT bernhardheld.de>
8954
8955         * as/z80/Makefile: fix permanent rebuild of z80
8956         * sim/ucsim/gui.src/Makefile.in: target "install" builds the same packages as target "all"
8957         * support/regression/tests/bitfields.c: added Johan's bitfields.c
8958
8959 2003-04-18      Kevin Vigor <kevin AT vigor.nu>
8960
8961         * src/SDCCopt.c: add special case optimization to replace modulo by
8962           a power of two with a bitwise AND.
8963
8964 2003-04-18    <johan AT balder>
8965
8966         * src/mcs51/gen.c (getFreePtr): fixed bug #635354
8967
8968 2003-04-17    <johan AT balder>
8969
8970         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #716790 and removes lot's of redundant register usage around function calls
8971         * src/mcs51/ralloc.c (packRegisters): fixed bug #720667
8972
8973 2003-04-13  Borut Razem <borut.razem AT siol.net>
8974
8975         * doc/sdccman.lyx: updated info about #pragma SAVE/RESTORE nesting
8976         * configure.in, configure: fixed problems on cygwin/WinCVS environmet with ports.* line endings;
8977           fixed mingw problem in adl_NORMALIZE_PATH
8978
8979 2003-04-12  Borut Razem <borut.razem AT siol.net>
8980
8981         * fixed "#pragma SAVE/RESTORE can not be nested":
8982         * src/SDCC.lex: reworked pragma handling functions
8983         * sdcc/src/SDCCglobl.h: reworked stack handling macros
8984         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added E_STACK_VIOLATION error
8985
8986 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
8987
8988         * src/SDCCutil.c (pathEquivalent): defined but not used
8989         * debugger/mcs51/sdcdb.c: replace SDCC_LIB_DIR
8990         * configure.in: remove sdcc_datadir, sdcc_lib_dir and sdcc_include_dir
8991         * configure: rebuilt from configure.in
8992         * sdccconf_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
8993         * sdcc_vc_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
8994         * device/include/Makefile.in: replace sdcc_datadir
8995         * device/lib/Makefile.in: replace sdcc_datadir
8996         * Makefile.common.in: add LDFLAGS from configure
8997         * packihx/Makefile.in: use LDFLAGS
8998         * src/Makefile.in: use LDFLAGS
8999         * support/cpp2/Makefile.in: add LDFLAGS from configure
9000         * support/makebin/Makefile: use LDFLAGS
9001         * .version: bumped version number to 2.3.5
9002
9003 2003-04-12  Borut Razem <borut.razem AT siol.net>
9004
9005         * completed "different paths" task:
9006         * src/SDCCmacro.c: fixed bug in handling quotes
9007         * src/SDCCutil.c, src/SDCCutil.c: rewritten getPrefixFromBinPath()
9008         * src/SDCCmain.c: _discoverPaths() replaced with setBinPaths(), setIncludePath() and setLibPath()
9009
9010 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
9011
9012         * src/pic/pcoderegs.c (Remove1pcode): fix warning on alpha
9013
9014 2003-04-11 kevin Vigor <kevin AT vigor.nu>
9015
9016         * ds390/gen.c ds390/peeph.def: fix bug 706781
9017
9018 2003-04-11  Borut Razem <borut.razem AT siol.net>
9019
9020         * support/Util/dbuf.c, support/Util/dbuf.h: update to version 1.1.1 - re-added C++ stuff to make it still more portable
9021
9022 2003-04-10  Scott Dattalo  <scott AT dattalo.com>
9023
9024         * src/pic/* Applied the pointer-to-function patch from Steve Tell.
9025         * src/pic/* Fixed several pointer bugs. (PIC port broke when the ruonly bit was
9026          set - this bit used to not be set...).
9027         * src/pic/gen.c Fixed buf 609268 ==> x = (x+1) & 0xf; generated
9028           bad code in PIC Port
9029         * src/regression/and2.c added to test bug 609268
9030         * src/regression/Makefile added and2.c to regression test
9031
9032
9033 2003-04-08    <johan AT CP255758-A>
9034
9035         * src/mcs51/gen.c (gen51Code): display reg usage in --icode-in-asm
9036         * src/mcs51/ralloc.c (serialRegAssign): update the registers in use and save some slocs
9037         * src/SDCCicode.h: added riu to show the register usage in --icode-in-asm
9038
9039 2003-04-07  Bernhard Held <bernhard AT bernhardheld.de>
9040
9041         * configure.in: fully support prefix, exec_prefix, datadir, docdir;
9042         fix bug #487815
9043         * support/cpp2/Makefile.in: fix bug #487815
9044         * configure: rebuilt from configure.in
9045         * Makefile.common.in: docdir changed, new path suffixes
9046         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
9047         * sdcc_vc_in.h: reflect changes from sdccconf.h
9048         * src/SDCCglobl.h: remove *SEPARATOR_CHARS, they are now in sdccconf.h
9049         * src/SDCCutil.h: remove BINDIR hack
9050         * doc/sdccman.lyx: update new path hierarchy
9051
9052 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
9053
9054         * src/SDCCpeeph.c: added okToRemoveSLOC test
9055
9056 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
9057
9058         * device/lib/printf_fast.c: added leading zero format ("%06d", etc)
9059
9060 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
9061
9062         * src/SDCCpeeph.c: added labelIsReturnOnly test
9063         * src/mcs51/peeph.def: Peephole 244: replace ljmp to ret with ret
9064
9065 2003-04-05    <johan AT balder>
9066
9067         * src/SDCCcse.c (cseAllBlocks): fixed bug #460088
9068         * src/SDCCloop.c (DEFSETFUNC): fixed bug #460088
9069         * src/SDCCopt.c (eBBlockFromiCode): fixed bug #460088
9070         * src/SDCCast.c: fixed a warning
9071         * src/SDCCast.h: fixed a warning
9072         * src/SDCCicode.c (operandFromAst): fixed a warning
9073
9074 2003-04-04    <johan AT balder>
9075
9076         * src/SDCCloop.c (DEFSETFUNC): undid the fix for bug #519584
9077         * src/SDCCast.c (decorateType): fixed bug #715076
9078         * src/SDCC.y: fixed bug #702907
9079
9080 2003-04-03    <johan AT balder>
9081
9082         * device/lib/_mulint.c (_muluint): new #pragma LESS_PEDANTIC
9083         * src/SDCCopt.c (eBBlockFromiCode): new #pragma LESS_PEDANTIC
9084         * src/SDCCglobl.h (PRAGMA_LESSPEDANTIC): new #pragma LESS_PEDANTIC
9085         * src/SDCC.lex (doPragma): new #pragma LESS_PEDANTIC
9086         * src/SDCCmain.c (parseCmdLine): new #pragma LESS_PEDANTIC
9087
9088 2003-04-03  Bernhard Held <bernhard AT bernhardheld.de>
9089
9090         * _decdptr.c: fix return values
9091         * _gptrget.c: fix return values
9092         * _gptrgetc.c: fix return values
9093         * _gptrput.c: fix return values
9094         * _mulint.c: fix return values
9095         * as/z80/Makefile: fix 'make -j' problem
9096
9097 2003-04-02  Bernhard Held <bernhard AT bernhardheld.de>
9098
9099         * Makefile.common.in: unused PORT, SCC and SAS removed, fixed docdir
9100         * configure.in: big cleanup, updated to autoconf 2.5x
9101         * configure: rebuilt from configure.in
9102         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
9103         * sdcc_vc_in.h: reflect changes from sdccconf.h
9104         * doc/Makefile: fixed a flaw in "make install"
9105
9106 2003-04-02    <johan AT balder>
9107
9108         * src/ds390/gen.c (genCmp): no comments
9109         * src/mcs51/gen.c (genCmp): no comments
9110         * src/SDCCopt.c (eBBlockFromiCode): detect missing return values
9111         * src/SDCCast.c (ast_print): fixed the function type in --dumptree
9112
9113 2003-04-01  Bernhard Held <bernhard AT bernhardheld.de>
9114
9115         * support/regression/generate-cases.py: place generated file in given sub directory
9116         * support/regression/ports/host/spec.mk: prevent removal of testfwk.o
9117         * support/regression/Makefile: improvements for 'make -j';
9118         side effect: it's simpler and faster now
9119
9120 2003-03-31  Borut Razem <borut.razem AT siol.net>
9121
9122         * src/z80/main.c: link-{port} and as-{port} defined without path
9123         * src/src.dsp: support/Util/MySystem.h and src/SDCCutil.h added to project
9124
9125 2003-03-31  Bernhard Held <bernhard AT bernhardheld.de>
9126
9127         * Makefile, src/Makefile.in: add dependencies, so that 'make -j' works
9128
9129 2003-03-30  Borut Razem <borut.razem AT siol.net>
9130
9131         * support/Util/BuildCmd.c, support/Util/BuildCmd.h: rewrite buildCmdLine(),
9132           changed type of list parameter to set
9133         * src/ds390/main.c: changed type of parameter asmOptions to set in _tininative_do_assemble()
9134         * src/port.h: changed type of do_assemble() parameter to set
9135         * src/SDCCmain.c: type of asmOptions changed to set, introduced setParseWithComma(),
9136           sdcpp defined without path, removed variable VersionString, introduced set binPathSet,
9137           definition of "cppoutfilename" macro with NULL value in preProcess()
9138         * src/SDCCglobl.h: included "SDCCset.h", added declaration of setParseWithComma()
9139         * src/SDCCglue.c: removed variable VersionString, inroduced spacesToUnderscores()
9140         * support/Util/MySystem.c, support/Util/MySystem.h: rewrite, char *ExePathList[]
9141           replaced with set *binPathSet
9142         * shash_add() deallocates the item, if allready exsists, before adding the new one
9143         * src/SDCCmacro.c: handling macros with empty or NULL values in _evalMacros()
9144
9145 2003-03-30  Scott Dattalo  <scott AT dattalo.com>
9146
9147         * src/pic/gen.c: Commit patch from Steve Tell <tell AT telltronics.org> that fixes
9148           a nested for loop bug in the PIC port
9149         * src/regression/nestfor.c: new regression test file Steve wrote to test nested
9150           for loops
9151
9152 2003-03-29  Bernhard Held <bernhard AT bernhardheld.de>
9153
9154         * support/Util/dbuf.h: remove C++ stuff to make it portable
9155
9156 2003-03-28  Borut Razem <borut.razem AT siol.net>
9157
9158         * src/SDCC.lex: Fix for bug #711240: dynamic buffer handling of C
9159           literal strings in stringLiteral()
9160         * support/Util/dbuf.c, support/Util/dbuf.h: added: dynamic buffer handling
9161         * src/Makefile.bcc, src/Makefile.in, src\src.dsp: added support/Util/dbuf.c
9162           to the project
9163
9164 2003-03-27  Paul Stoffregen <paul AT pjrc.com>
9165
9166         * src/SDCCpeeph.c (pcDistance): accurate byte distance for mcs51
9167
9168 2003-03-26    <johan AT balder>
9169
9170         * src/mcs51/gen.c (saveRegisters): catched symbol abuse
9171         * src/ds390/gen.c (saveRegisters): catched symbol abuse
9172         * src/SDCCast.c (decorateType): fixed " -v < 3"
9173
9174 2003-03-23  Bernhard Held <bernhard AT bernhardheld.de>
9175
9176         * doc/cdbfile.html: removed, replaced by cdbfileformat.lyx
9177         Added Lenny Story's debug infrastructure changes:
9178         * src/Makefile.in:  added new files cdbFile.c and SDCCdebug.c
9179         * src/Makefile.bcc: added new files cdbFile.c and SDCCdebug.c
9180         * src/cdbFile.c: added
9181         * src/SDCCdebug.c: added
9182         * src/SDCCdebug.h: added
9183         * src/SDCCast.c (createFunction)
9184         * src/SDCCglue.c (emitRegularMap, emitStaticSeg, emitOverlay, glue)
9185         * src/SDCCmain.c (parseCmdLine, main)
9186         * src/SDCCmem.c (redoStackOffsets)
9187         * src/SDCCsymt.c (cdbStructBlock, cdbTypeInfo, cdbSymbol, cdbStruct, cdbStructBlock)
9188         * src/SDCCsymt.h
9189         * src/common.h
9190         * src/avr/gen.c (genAVRCode)
9191         * src/ds390/gen.c (gen390Code)
9192         * src/mcs51/gen.c (gen51Code)
9193         * src/pic/gen.c (genpic14Code)
9194         * src/pic/glue.c (pic14emitRegularMap, pic14emitStaticSeg, pic14emitOverlay, picglue)
9195         * src/xa51/gen.c (genXA51Code)
9196         * src/SDCCast.c: fixed "void foo(void){char c; -c < 0;}"
9197
9198 2003-03-22  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9199
9200         * src/mcs51/gen.c (genCodePointerGet): quicker code for bug #700797
9201         * src/mcs51/peeph.def: added rules 177, 241.x to 243, touched 181, 182.x, 193.x
9202
9203 2003-03-22    <johan AT balder>
9204
9205         * src/SDCCicode.c (geniCodeDerefPtr): fixed bug #698231
9206
9207 2003-03-21  Bernhard Held <bernhard AT bernhardheld.de>
9208
9209         * support/scripts/sdcc_mingw32: adapted to configure from autoconf 2.54
9210         * doc/cdbfileformat.lyx: added, written by Lenny Story
9211         * doc/Makefile: added cdbfileformat.lyx
9212         * doc/clean.mk: added cdbfileformat.lyx
9213
9214 2003-03-20  Bernhard Held <bernhard AT bernhardheld.de>
9215
9216         * src/mcs51/peeph.def: fix bug #705773
9217
9218 2003-03-20    <johan AT balder>
9219
9220         An sfr/sbit can have an "at #" AND an initializer
9221         * src/SDCCsymt.c (checkSClass):
9222         * src/SDCCmem.c (allocGlobal):
9223         * src/SDCCmem.c (allocLocal):
9224         * src/SDCCast.c (createBlock):
9225
9226 2003-03-17  Bernhard Held <bernhard AT bernhardheld.de>
9227
9228         * src/ds390/peeph.def: fix bug #704878: added rule 213.b suggested by Jan Rejlek
9229
9230 2003-03-16    <johan AT balder>
9231
9232         Undid the hackup of const and volatile, the problem is much bigger
9233         * src/SDCC.y:1.65
9234         * src/SDCCast.c:1.171
9235         * src/SDCCglue.c:1.138
9236         * src/SDCCicode.c:1.146
9237         * src/SDCCsymt.c:1.150
9238         * src/SDCCval.c:1.65
9239
9240 2003-03-15  Bernhard Held <bernhard AT bernhardheld.de>
9241
9242         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #703541
9243         * src/ds390/gen.c (genAddrOf): fixed bug #704087
9244
9245 2003-03-13    <johan AT balder>
9246
9247         Hackup const and volatile modifiers in type chains a bit:
9248         * src/SDCC.y:1.63
9249         * src/SDCCast.c:1.169
9250         * src/SDCCglue.c:1.136
9251         * src/SDCCicode.c:1.143
9252         * src/SDCCsymt.c1.146
9253         * src/SDCCsymt.h1.59
9254         * src/SDCCval.c:1.63
9255
9256 2003-03-12    <johan AT balder>
9257
9258         * src/SDCCBBlock.h: more LRH debugging junk
9259         * src/SDCCcflow.h: more LRH debugging junk
9260         * src/SDCCloop.c: more LRH debugging junk
9261         * src/SDCC.y (struct_declaration): fixed bug #697590
9262         * src/SDCCsymt.[hc] (cloneSpec): NEVER EVER use this again
9263         * src/ds390/gen.c (aopForRemat): fixed bug #700031
9264         * src/SDCCglue.c (emitStaticSeg): fixed bug #700797
9265
9266 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
9267         * src/SDCCpeeph.c: quit being lazy and made proper fix (peephole
9268         test function names must now match exactly).
9269         * src/SDCCcse.c: added special case in findCheaperOp to allow
9270         extending a short integer. Makes less awful code for bug 700121 test case.
9271
9272 2003-03-11  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9273
9274         * as/mcs51/lkmain.c: Added ASlink-Warning to messages
9275         * as/mcs51/lkaomf51.c: Fixed bug when linking asmblink example
9276
9277 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
9278
9279         * src/SDCCpeeph.c: fix so that operandsNotEqualX functions are
9280         actually called (operandsNotEqual() was called for all
9281         operandsNotEqualX tests).
9282
9283 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
9284
9285         * src/SDCCcse.c: fix findCheaperOp to prevent replacing int types
9286         with shorter literals. Fixes bug 700121.
9287
9288 2003-03-11    <johan AT balder>
9289
9290         * src/SDCCsymt.c (compareType): a (void *) can be assigned to any pointer
9291
9292 2003-03-11  Bernhard Held <bernhard AT bernhardheld.de>
9293
9294         * src/SDCCloop.c (mergeRegions): an evil beast is dead
9295         * src/SDCCmain.c (preProcess): minor cleanup: eliminate preOutName
9296
9297 2003-03-10  Borut Razem <borut.razem AT siol.net>
9298
9299         * src/SDCCmain.c: pipe preprocessor's output
9300         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
9301         * sdcc_vc_in.h: define pclose as _pclose for WIN32
9302         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
9303         which closes all pipes in pipeSet set
9304         * src/SDCCset.c: free deleted item in function deleteSetItem()
9305         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
9306         moved from z80 to src subproject
9307         * .version: increased version number to 2.3.4
9308
9309 2003-03-10  Bernhard Held <bernhard AT bernhardheld.de>
9310
9311         * support/regression/ports/mcs51/spec.mk: increase timeout for CF's sparc to 30s
9312         * support/regression/ports/ds390/spec.mk: increase timeout for CF's sparc to 25s
9313         * support/regression/ports/xa51/spec.mk: fix typo
9314
9315 2003-03-09  Bernhard Held <bernhard AT bernhardheld.de>
9316
9317         * src/SDCCglobl.h: PATH_MAX is already defined in mingw32 headers
9318
9319 2003-03-09  Borut Razem <borut.razem AT siol.net>
9320
9321         * src/SDCCmain.c: pipe preprocessor's output
9322         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
9323         * sdcc_vc_in.h: define pclose as _pclose for WIN32
9324         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
9325         which closes all pipes in pipeSet set
9326         * src/SDCCset.c: free deleted item in function deleteSetItem()
9327         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
9328         moved from z80 to src subproject
9329
9330 2003-03-09  Borut Razem <borut.razem AT siol.net>
9331
9332         * src/SDCCglue.c: re-implemented tempfilename() and tempfile(): using mkstemp() if available
9333         * src/SDCCsymt.h: fixed MSVC and BORLANDC compilation (included SDCCglobl.h instead srccconf.h)
9334         * sdcc_vc_in.h: explicitly undefined HAVE_MKSTEMP which is not available on BORLANDC and MSVC
9335         * src/SDCCset.h: removed inclusion of sdccconf.h or sdcc_vc.h
9336         * src/SDCCglobl.h: unification of WIN32 native definitions
9337
9338 2003-03-09  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9339
9340         * src/mcs51/gen.c: applied in-/dec patch mentioned on sdcc-devel 2003-03-01
9341
9342 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
9343
9344         * src/configure.in:   check for endianess (even while cross-compiling)
9345         * src/configure:      check for endianess (even while cross-compiling)
9346         * src/configure_in.h: check for endianess (even while cross-compiling)
9347         * src/avr/gen.c:        remove old endianess stuff
9348         * src/mcs51/gen.c:      remove old endianess stuff
9349         * src/ds390/gen.c:      remove old endianess stuff
9350         * src/pic/gen.c:        remove old endianess stuff
9351         * src/pic/genarith.c:   remove old endianess stuff
9352         * src/pic/glue.c:       fix endianess check
9353         * src/pic16/gen.c:      remove old endianess stuff
9354         * src/pic16/genarith.c: remove old endianess stuff
9355         * src/pic16/glue.c:     fix endianess check
9356         * src/xa51/gen.c:       remove old endianess stuff
9357         * src/z80/gen.c:        fix endianess check
9358         * src/SDCCglue.c:       fix endianess check
9359         * src/ds390/peeph.def: fix bug 700036
9360
9361 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
9362
9363         * src/SDCCsymt.h: use appropriate data-types on host for SDCC's int and long
9364         * src/configure: find appropriate data-types on host for SDCC's int and long
9365         * src/configure.in: find appropriate data-types on host for SDCC's int and long
9366         * src/sdccconf_in.h: find appropriate data-types on host for SDCC's int and long
9367         * src/xa51/gen.c: use %d, not %ld for 4 byte variables
9368
9369 2003-03-07    <johan AT balder>
9370
9371         Just a big NOOP:
9372                 some minor cleanups before the big shot
9373                 OP_DEFS and OP_USES now use Kevin's protection
9374                 new option --nolabelopt
9375
9376         * src/SDCCBBlock.c:
9377         * src/SDCCast.c,:
9378         * src/SDCCcflow.c:
9379         * src/SDCCcse.c:
9380         * src/SDCCicode.c:
9381         * src/SDCCicode.h:
9382         * src/SDCClabel.c:
9383         * src/SDCCloop.c:
9384         * src/SDCCmain.c:
9385         * src/ds390/ralloc.c:
9386         * src/mcs51/ralloc.c:
9387         * src/pic/ralloc.c:
9388         * src/xa51/ralloc.c:
9389         * src/z80/ralloc.c:
9390
9391 2003-03-06  Bernhard Held <bernhard AT bernhardheld.de>
9392
9393         * src/pic/pcode.c (get_op): fix 64 bit warnings
9394         * src/pic/pcode.c (pCode2str): fix 64 bit warnings
9395         * src/SDCChasht.c (newHashTable): fix 64 bit warnings
9396         * src/SDCCsymt.c (checkTypeSanity): fix 64 bit warnings
9397         * support/regression/tests/malloc.c: fix 64 bit warnings
9398
9399 2003-03-04  Bernhard Held <bernhard AT bernhardheld.de>
9400
9401         * src/mcs51/gen.c (genMinus): fixed bug 696436
9402
9403 2003-03-02  Borut Razem <borut.razem AT siol.net>
9404
9405         * src/SDCCmain.c: added BORLANDC, corrected MSVC in printVersionInfo()
9406
9407 2003-02-26  Bernhard Held <bernhard AT bernhardheld.de>
9408
9409         * configure.in: test for mkstemp
9410         * sdccconf_in.h: add HAVE_MKSTEMP
9411
9412 2003-02-24  Bernhard Held <bernhard AT bernhardheld.de>
9413
9414         * device/include/ctype.h: removed warning while using --stack-auto
9415         * device/include/malloc.h: removed warning while using --stack-auto
9416         * device/include/string.h: removed warning while using --stack-auto
9417
9418 2003-02-23  Borut Razem <borut.razem AT siol.net>
9419
9420         * src/asm.h: corrected assertion in function printILine(): _pipe() was not executed on MSVC,
9421         because NDEBUG is defined (see man assert)
9422         * sdcc_vc_in.h: vsnprintf is defined as _vsnprintf on MSVC
9423
9424 2003-02-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9425
9426         * src/mcs51/gen.c (genUminusFloat): avoided dptr in-/decrement for xdata variables
9427         * src/mcs51/peeph.def: added rule suggested by Gernot Fink, white space/comment changes
9428
9429 2003-02-18  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9430
9431         * src/SDCCpeeph.c: added peephole conditions testing for same arguments
9432         * src/mcs51/peeph.def: added rules 238a-d which remove redundant moves
9433
9434 2003-02-18    <johan AT balder>
9435
9436         * as/mcs51/asmain.c (asmbl): module can start with a digit
9437         * as/z80/asmain.c (asmbl): module can start with a digit
9438
9439 2003-02-16  Bernhard Held <bernhard AT bernhardheld.de>
9440
9441         * sim/ucsim/mkecho: inserted #!/bin/sh for Cygwin, so that it's executable
9442         * src/asm.c: fix pipe() for Mingw32
9443
9444 2003-02-15  Bernhard Held <bernhard AT bernhardheld.de>
9445
9446         * src/SDCCglue.h: make tmpfileNameSet available for preOutName
9447         * src/SDCCmain.c (preProcess): make sure, that preOutName will be deleted;
9448         make -V work again; --c1mode reads now from stdin
9449         * doc/sdccman.lyx: added --c1mode
9450         * support/Util/SDCCerr.c: new messages for c1 mode
9451         * support/Util/SDCCerr.h: new messages for c1 mode
9452         * src/SDCC.lex (checkCurrFile): test if fullSrcFileName is NULL for c1mode
9453
9454 2003-02-15    <johan AT balder>
9455
9456         * src/asm.c: new options: --no-c-code-in-asm and --i-code-in-asm
9457
9458 2003-02-14  Bernhard Held <bernhard AT bernhardheld.de>
9459
9460         * doc/sdccman.lyx: Environment variables, -o and other minor things
9461
9462 2003-02-14    <johan AT balder>
9463
9464         * src/xa51/main.c: before anyone really tries to use it :)
9465
9466         * Install doc's in share/sdcc/doc
9467         * removed some obsolete files
9468         * Do a proper make distclean and uninstall
9469         M Makefile.common.in
9470         R sdccbuild.sh
9471         M as/Makefile
9472         M device/include/Makefile.in
9473         M device/lib/Makefile.in
9474         M doc/sdccman.lyx
9475         M link/Makefile
9476         M sim/ucsim/doc/Makefile.in
9477         M src/clean.mk
9478         R src/avr/peeph.rul
9479         R src/xa51/peeph.rul
9480         M support/cpp2/Makefile.in
9481         M support/makebin/Makefile
9482
9483
9484 2003-02-13  Bernhard Held <bernhard AT bernhardheld.de>
9485
9486         * support/regression/ports/host/spec.mk: use cc as host compiler for max osx
9487
9488 2003-02-10  Borut Razem <borut.razem AT siol.net>
9489
9490         * doc/bccinst.txt, packihx/packihx.c, sdcc_vc_in.h, src/SDCCset.h,
9491         support/cpp2/config.in: Borland C++ build doesn't depend on Cygwin configure
9492         * Bcc.ini, Makefile.bcc, as/mcs51/Makefile.bcc,
9493         device/examples/ds390/tinitalk/Makefile.bcc, packihx/Makefile.bcc,
9494         support/cpp2/Makefile.bcc, src/Makefile.bcc, src/avr/Makefile.bcc,
9495         src/ds390/Makefile.bcc, src/izt/Makefile.bcc, src/mcs51/Makefile.bcc,
9496         src/pic/Makefile.bcc, src/pic16/Makefile.bcc, src/xa15/Makefile.bcc,
9497         src/z80/Makefile.bcc: Borland Makefile cleanup
9498         * as/z80/Makefile.bcc: Added Borland Makefile
9499         * support/cpp2/borland.h: Removed
9500
9501 2003-02-10  Bernhard Held <bernhard AT bernhardheld.de>
9502
9503         * doc/sdccman.lyx: new pragma NOIV by "Johannes Stezenbach" <js AT convergence.de>
9504         * src/SDCC.lex: new pragma NOIV
9505         * src/SDCCglobl.h: new pragma NOIV
9506         * src/SDCCmem.c: new pragma NOIV
9507
9508 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
9509
9510         * src/SDCCmain.c: signal handling is switched off by SDCC_LEAVE_SIGNALS
9511
9512 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
9513
9514         * src/SDCCmain.c: signal handling is switched off by --debug
9515         * doc/Makefile: small fix for install; use clean.mk again
9516         * doc/clean.mk: clean *.pdf and *.html too
9517
9518 2003-02-08  Bernhard Held <bernhard AT bernhardheld.de>
9519
9520         * device/lib/_mulint.c: small fix for large/ds390 --int-long-reent resp. --stack-auto
9521         * device/lib/printfl.c: fix a ds390 bug by making it portable
9522         * src/SDCCsymt.c (initCSupport): fix compile warning on Cygwin
9523         * src/SDCCopt.c (cnvToFloatCast): fix compile warning on Cygwin
9524         * src/SDCCopt.c (cnvFromFloatCast): fix compile warning on Cygwin
9525         * debugger/mcs51/cmd.c: converted multi-line string literals
9526         * sim/ucsim/globals.cc: converted multi-line string literals
9527         * src/SDCCmain.c: introduced signal handler to remove temp files
9528         * doc/Makefile: small tweaks, implement clean
9529         * doc: removed generated files
9530
9531 2003-02-05  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9532
9533         * as/mcs51/aslink.h, as/mcs51/lkihx.c, as/mcs51/lkrloc.c:  Applied
9534         patch from Jan Rejlek <jr AT apex-lib.cz> to fix Bug 677692: "Extended
9535         Address Record is not correctly generated for DS390."
9536
9537 2003-02-02  Borut Razem <borut.razem AT siol.net>
9538
9539         * Makefile.bcc: removed non existing cpp project and non compilable izt project from makefile
9540         * as/mcs51/asm.h: fixed compilation with Borland C
9541         * support/cpp2/Makefile.bcc: added rule to generate auto-host.h
9542         * support/cpp2/auto-host_vc_in.h: fixed compilation with Borland C
9543         * src/mcs51/mcs51a.dsp: corrected misspelled project name from msc51a to mcs51a
9544         * src/avr/Makefile.bcc, src/ds390/Makefile.bcc, src/izt/Makefile.bcc,
9545         src/mcs51/Makefile.bcc, src/pic16/Makefile.bcc, src/xa51/Makefile.bcc,
9546         src/z80/Makefile.bcc: delete $(LIB) only if exist
9547         * src/Makefile.bcc, src/pic/Makefile.bcc:  fixed compilation with Borland C
9548
9549 2003-02-02  Bernhard Held <bernhard AT bernhardheld.de>
9550
9551         * device/include/malloc.h: introduced NULL
9552         * device/include/string.h: introduced NULL
9553         * device/include/stdlib.h: introduced NULL
9554         * device/lib/_memcpy.c: removed NULL
9555         * device/lib/_strcat.c: removed NULL
9556         * device/lib/_strchr.c: removed NULL
9557         * device/lib/_strcmp.c: removed NULL
9558         * device/lib/_strcpy.c: removed NULL
9559         * device/lib/_strcspn.c: removed NULL
9560         * device/lib/_strlen.c: removed NULL
9561         * device/lib/_strncat.c: removed NULL
9562         * device/lib/_strncmp.c: removed NULL
9563         * device/lib/_strncpy.c: removed NULL
9564         * device/lib/_strpbrk.c: removed NULL
9565         * device/lib/_strrchr.c: removed NULL
9566         * device/lib/_strspn.c: removed NULL
9567         * device/lib/_strstr.c: removed NULL
9568         * device/lib/_strtok.c: removed NULL
9569         * device/lib/malloc.c: removed NULL, include own header
9570
9571 2003-02-02    <johan AT balder>
9572
9573         * 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
9574         * support/regression/fwk/lib/testfwk.c: div and mod isn't broken anymore
9575         * regressions ds390/spec.mk and mcs51/spec.mk (timeout): my good old balder isn't fast enough for some tests
9576         * src/z80/gen.c (genZ80Code): added c-lines in asm comments
9577         * as/z80/asm.h (NINPUT): increased for long c-comments in regression tests
9578         * src/z80/gen.c (genRightShiftLiteral): fixed the (char)(-3)>>8 (I think)
9579
9580 2003-02-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9581
9582         * src/SDCCmain.c: Fixed bug 678574: "ds390: ASlink-Error-Stack overlaps
9583         area 'DATA'"
9584
9585 2003-02-01    <johan AT balder>
9586
9587         * src/SDCCval.c (valBitwise): fixed Karl's "2 | (1<<8)"
9588
9589 2003-01-31    <johan AT CP255758-A>
9590
9591         * src/ds390/main.c (_ds390_genAssemblerPreamble): applied Jan Rejlek's >64K startup patch
9592
9593 2003-01-30    <johan AT balder>
9594
9595         * src/SDCCBBlock.c: automatic bug detection
9596         * src/SDCCicode.c: automatic bug detection
9597
9598 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9599
9600         * src/SDCCglobl.h:   now --xram-size 0 works
9601         * src/SDCCmain.c:    now --xram-size 0 works
9602
9603 2003-01-29    <johan AT balder>
9604
9605         * src/almosteverything: changed OP_DEFS and OP_USES from macros to functions to catch symbol abuse (a hot topic in the bug list :)
9606
9607 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9608
9609         * as/mcs51/aslink.h: Added options --xram-size and --code-size
9610         * as/mcs51/lkdata.c: Added options --xram-size and --code-size
9611         * as/mcs51/lkmain.c: Added options --xram-size and --code-size
9612         * as/mcs51/lkmem.c:  Added options --xram-size and --code-size
9613         * src/SDCCglobl.h:   Added options --xram-size and --code-size
9614         * src/SDCCmain.c:    Added options --xram-size and --code-size
9615
9616 2003-01-28  Bernhard Held <bernhard AT bernhardheld.de>
9617
9618         * src/ds390/gen.c: fix deps by replacing <common.h> with "common.h"
9619         * src/SDCC.lex: rename P_OVERLAY to P_OVERLAY_ for cross-gcc 3.2 MINGW32
9620
9621 2003-01-27    <johan AT balder>
9622
9623         * src/SDCC.y: fixed bug #613764
9624
9625 2003-01-26    <johan AT balder>
9626
9627         * src/SDCClrange.c:  fixed Bernhard's "char * code ptr = &c"
9628         * src/SDCCsymt.h: fixed bug #673374
9629         * src/SDCCglue.c: fixed bug #661910
9630         * src/SDCCast.c: fixed bug #458099 and 673374
9631
9632 2003-01-26  Bernhard Held <bernhard AT bernhardheld.de>
9633
9634         * as/mcs51/strcmpi.c: added, provides Aurelien Jarno's as_strcmpi(); strcmpi() is not ANSI
9635         * as/mcs51/strcmpi.h: added
9636         * as/mcs51/asm.h: remove ugly "#define strcmpi strcmp"
9637         * as/mcs51/aslink.h: remove ugly "#define strcmpi strcmp"
9638         * as/mcs51/asmain.c: strcmpi -> as_strcmpi
9639         * as/mcs51/assym.c: strcmpi -> as_strcmpi
9640         * as/mcs51/lkmem.c: strcmpi -> as_strcmpi
9641         * as/mcs51/lknoice.c: strcmpi -> as_strcmpi
9642         * as/mcs51/lksym.c: strcmpi -> as_strcmpi
9643         * as/mcs51/Makefile.aslink: new module strcmpi
9644         * as/mcs51/Makefile.asx8051: new module strcmpi
9645         * as/mcs51/Makefil.bcc: new module strcmpi
9646         * as/mcs51/Makefile.in: new module strcmpi
9647         * sim/ucsim/s51.src/uc390.cc (get_mem_size): make RAM big enough for tinibios
9648
9649 2003-01-26    <johan AT balder>
9650
9651         * src/SDCCglue.c: reverted back to 1.124
9652         * src/SDCCast.c: reverted back to 1.156
9653         * src/mcs51/gen.c (aopGet): applied Frieder's efficiency patch
9654
9655 2003-01-25    <johan AT balder>
9656
9657         * src/SDCCglue.c: A better fix for bug #661910
9658         * src/SDCCast.c: A better fix for bug #661910
9659         * src/SDCCglue.c (emitRegularMap): That was a little too efficient
9660
9661 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
9662
9663         * src/Makefile.in: remove spawn.o
9664         * src/SDCCmain.c: remove spawn.h
9665         * src/SDCCmain.c (printVersionInfo): report MINGW32 instead of UNIX
9666         * src/spawn.c: removed
9667         * src/spawn.h: removed
9668         * support/regression/ports/ds390/spec.mk: link with -r
9669
9670 2003-01-24    <johan AT CP255758-A>
9671
9672         * src/ds390/gen.c (aopOp): fixed bug #667458
9673         * src/SDCCglue.c (emitRegularMap): fixed bug #458099 again
9674         * src/SDCCast.c (createIvalCharPtr): fixed bug #661910
9675         (createIvalCharPtr): an ival doesn't always have a storage class anymore
9676
9677 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
9678
9679         * src/mcs51/peeph.def: better assembler identation by Frieder
9680         * src/mcs51/gen.c: better assembler identation by Frieder
9681
9682 2003-01-22  Bernhard Held <bernhard AT bernhardheld.de>
9683
9684         * as/z80/string.h: removed for gcc 3.2
9685         * support/makebin/makebin.c: #include <string.h> for gcc 3.2
9686         * src/pic/pcode.c (get_op_from_instruction): fix concatenation of string literals with __FUNCTION__ for gcc 3.2
9687
9688 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
9689
9690         * src/SDCCmain.c (linkEdit): rename mem and map files even in case of failure
9691         * src/SDCCpeeph.c (replaceRule): fix bug #663503
9692         * support/regression/Makefile: separate temp files for ports
9693         * support/regression/generate-cases.py: separate temp files for ports
9694         * src/mcs51/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
9695         * src/ds390/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
9696
9697 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
9698
9699         * moved tinitalk to device/examples/ds390
9700
9701 2003-01-14  Bernhard Held <bernhard AT bernhardheld.de>
9702
9703         * as/mcs51/lkmem.c: rflag is for DS390
9704         * src/SDCCglobl.h: removed out_name and options stackOnData, genericPtr
9705         * src/SDCCmain.c (optionsTable, setDefaultOptions): removed --stack-after-data and --generic
9706                          (linkEdit): move mem- and map-files the same way as ihx-files
9707         * src/z80/main.c (_setDefaultOptions): removed --generic
9708         * src/SDCCmain.c (_processC1Arg, parseCmdLine, main): --c1mode works again
9709         * src/SDCCglue.c (createInterruptVect, glue): --c1mode works again
9710         * src/pic/glue.c (picglue): --c1mode works again
9711         * src/pic16/glue.c (pic16glue): --c1mode works again
9712         * src/asm.c (printCLine): fix #660034
9713
9714 2003-01-13  Bernhard Held <bernhard AT bernhardheld.de>
9715
9716         * src/ds390/peeph.def: fix #123; add 14 rules by Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>, 1 by Frieder
9717         * src/mcs51/peeph.def: fix #123; add 14 rules by Fiorenzo, 1 by Frieder
9718         * src/mcs51/gen.c (genFunction): emit r0 instead of ar0 by Fiorenzo
9719         * as/mcs51/lkmem (summary): better fix for sp problem
9720         * src/SDCCglue.c (glue): __start_stack - 1, saves 1 byte!
9721         * src/ds390/main.c (_ds390_finaliseOptions, _tininative_finaliseOptions): stack_loc = 0x400008
9722         * support/regression/ports/*/spec.mk: moving testfwk-object to port dir allow parallel execution of regression tests
9723                                               remove --stack-after-data
9724
9725 2003-01-12  Bernhard Held <bernhard AT bernhardheld.de>
9726
9727         * src/SDCCmain.c (main): port->finaliseOptions() moved for z80 linking
9728         * src/SDCCutil.c (join): ugly bug: missing '\0'
9729         * as/mcs51/lkmem.c (summary): sp on address 7 is safe
9730
9731 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
9732
9733         * src/SDCCmain.c (assemble, linkEdit): preparations for -o
9734         * src/port.h: typo
9735         * src/pic/main.c (_asmCmd): gpasm supports -o
9736         * src/z80/main.c: more general macros
9737         * device/lib/Makefile.in: remove intermediate files
9738
9739 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
9740
9741         * .version: Bumped version number to 2.3.3
9742         * src/SDCCBBlock.c: new option -o
9743         * src/SDCCglobl.h: new option -o
9744         * src/SDCCglue.c: new option -o
9745         * src/SDCCmain.c: new option -o
9746         * src/asm.c: new option -o
9747         * src/ds390/main.c: new option -o
9748         * src/pic/glue.c: new option -o
9749         * src/pic/pcode.c: new option -o
9750         * src/pic/ralloc.c: new option -o
9751         * src/pic16/glue.c: new option -o
9752         * src/pic16/pcode.c: new option -o
9753         * src/pic16/ralloc.c: new option -o
9754         * src/z80/main.c: new option -o
9755         * device/lib/Makefile.in: use -o
9756         * support/regression/ports/ds390/spec.mk: use -o
9757         * support/regression/ports/gbz80/spec.mk: use -o
9758         * support/regression/ports/mcs51/spec.mk: use -o
9759         * support/regression/ports/mcs51-stack-auto/spec.mk: use -o
9760         * support/regression/ports/z80/spec.mk: use -o
9761         * support/regression/ports/ucz80/spec.mk: use -o
9762         * support/regression/ports/xa51/spec.mk: use -o
9763         * support/regression/fwk/lib/timeout.c: fix usage string
9764
9765 2003-01-09  Bernhard Held <bernhard AT bernhardheld.de>
9766         * src/mcs51/gen.c (genPlus): replaced "mov b,acc" by "mov b,a" Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>
9767
9768 2003-01-07    <johan AT balder>
9769
9770         * src/SDCCast.c (decorateType): fixed bug #600035
9771
9772 2003-01-07  Bernhard Held <bernhard AT bernhardheld.de>
9773         * as/mcs51/lkmem.c: added several l-modifiers to printf to remove warnings
9774         * as/mcs51/lkaomf51.c: #include <ctype.h> to remove warnings
9775         * src/pic/main.c (_hasNativeMulFor): outcommented unused variables to remove warnings
9776         * src/pic/pcode.c: outcommented unused variable to remove warnings
9777         * src/pic/ralloc.c: outcommented unused variable to remove warnings
9778
9779 2003-01-06    <karl AT turbobit.com>
9780         * sim/ucsim/cmd.src/command.cc: fixed so "break xram r 0x7654" works again in
9781    regression tests.
9782
9783 2003-01-06    <johan AT balder>
9784
9785         * src/SDCCicode.c: fixed array add
9786
9787 2002-01-05  Bernhard Held <bernhard AT bernhardheld.de>
9788         * src/SDCCmacro.c: MAX_STRING_LENGTH increased to 2048; was too small for regression tests
9789         * support/regression/ports/host/support.c: #include <stdarg.h> for gcc 3.2
9790
9791 2003-01-04    <johan AT balder>
9792
9793         * src/SDCCval.c (getNelements): fixed the initialized array of structures
9794
9795 2002-12-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9796         * as/mcs51/Makefile.bcc: fixed typo lkomf51.o -> lkaomf51.o
9797
9798 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
9799         * src/mcs51/peeph.def: added rules 234 and 235 from Frieder Ferlemann <frieder.ferlemann AT web.de>
9800         * support/regression/tests/bug-524697.c: fit mem usage into 8032
9801
9802 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
9803         * src/mcs51/gen.c (aopGetUsesAcc): inserted missing "return FALSE"
9804
9805 2002-12-27  Bernhard Held <bernhard AT bernhardheld.de>
9806         * as/mcs51/Makefile.in: fixed typo lkomf51.o -> lkaomf51.o
9807
9808 2002-12-26  Bernhard Held <bernhard AT bernhardheld.de>
9809         * src/mcs51/main.c: removed {bindir}{sep} from aslink
9810
9811 2002-12-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9812
9813     * in \sdcc\as\mcs51\ changed these files in order to create an
9814     aomf51 file: aslink.h, lkdta.c, lklex.c, lklibr.c, lklist.c,
9815     lkmain.c.  Also added: lkmem.c and lkaomf51.c.  Changed the
9816     following files to include the previous two files: aslink.dsp,
9817     Makefile.aslink, Makefile.bcc, and Makefile.in.
9818
9819     * Changed \sdcc\src\SDCCmain.c so it creates files with extension
9820     .adb instead of .cdb
9821
9822 2002-11-09  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9823
9824         * \sdcc\as\mcs51\lklist.c: Now reports memory usage using the
9825         value from option --iram-size.
9826
9827 2002-09-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9828
9829         * \sdcc\as\mcs51\lklist.c: added boundary check before using
9830         dram[] array.
9831
9832 2002-09-18    <wiml AT hhhh.org>
9833
9834         * SDCClrange.h: exposed setFromRange() and setToRange()
9835         * mcs51/ralloc.c: fixed over-eager packRegsForSupport() and
9836           packRegsForAccUse() (bug 542397)
9837         * mcs51/gen.c: MOVA() is now a function to avoid calling aopGet()
9838           multiple times and emitting the fetch operations more than once
9839           added aopGetUsesAcc() function to allow binary operators to
9840           fetch their operands in the correct order; made genMinus() emit
9841           compact code for X = LITERAL - Y
9842
9843 2002-09-00  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9844         * \sdcc\as\mcs51\lklist.c: Fixed incorrect number of parameters to
9845         sprintf() in line 1267.
9846
9847 2002-09-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9848         * \sdcc\src\SDCCglue.c: Generate areas REG_BANK_[0-3] only for 8051
9849         like ports.
9850
9851 2002-09-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9852         Changes to aslink (All the changes are marked with 'JCF'):
9853
9854         * \sdcc\as\mcs51\aslink.h: External definition of sflag and
9855         summary().
9856
9857         * \sdcc\as\mcs51\lkarea.c: Computes the size of area BSEG_BYTES from
9858         area BSEG.  Also moves, if possible, the DATA area down into the internal
9859         ram so more space is available.
9860
9861         * \sdcc\as\mcs51\lkdata.c: Definition of memory summary output flag
9862         sflag.
9863
9864         * \sdcc\as\mcs51\lklist.c: For the BSEG area report the size in bits,
9865         not bytes.  Function summary() which creates a memory usage summary
9866         file with extension .mem.  Reports of overlaping stack and small stack
9867         size.  If the space for the stack is less than 16 bytes aslink trows a
9868         warning.
9869
9870         * \sdcc\as\mcs51\lkmain.c: Creation of some of the default areas for
9871         the 8051.  Option 'y' for memory summary output file.
9872
9873         Changes to sdcc (All the changes are marked with 'JCF'):
9874
9875         * \sdcc\src\SDCCglobl.h: External definition of RegBankUsed[4].
9876
9877         * \sdcc\src\SDCCglue.c:  If a register bank is used, creates an
9878         overlaying area for it (uses RegBankUsed[4]).
9879
9880         * \sdcc\src\SDCCmain.c: Definition RegBankUsed[4]; marks register
9881         bank zero as used by default.  By default aslink locates the stack
9882         (equivalent to --stack-after-data).  Pass option 'y' to aslink for
9883         the creation of the .mem file.  Delegates the allocation of data area
9884         to aslink (it is not longer 0x30 by default).  If --stack-loc passes
9885         the begining of the stack area to aslink.
9886
9887         * \sdcc\src\SDCCmem.c:  If a register bank is used, marks it so
9888         glue() in SDCCglue.c creates an area for it.
9889
9890 2002-09-03  Borut Razem <borut.razem AT siol.net>
9891         * sdcc/src/SDCCglue.c, sdcc/src/SDCCglue.h, sdcc/src/SDCCmain.c,
9892         sdcc/src/pic/glue.c:
9893         introduced atexit() handler for teporay files removal in case of
9894         errors, assertions, ...
9895
9896 2002-08-29  Borut Razem <borut.razem AT siol.net>
9897         * sdcc/support/cpp2/auto-host_vc_in.h:
9898         re-definition of O_BINARY and other O_XXX as _O_BINARY and _O_XXX, so the problem
9899         with the returned value from read() in sdcc/support/cpp2/cppfiles.c is solved for MSC.
9900         Maybe there is a similar problem with BORLANDC? It should be checked!
9901
9902         * sdcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c, sdcc/src/z80/ralloc.c:
9903         corrected improper use of assert: the assignment to clr variable was done inside the assert.
9904         In case that NDEBUG was defined, the assert macro was substituted with no-op, so the assignment
9905         was not executed, and the compiler (cl) launched a warning:
9906         ralloc.c(1442) : warning C4700: local variable 'clr' used without having been initialized
9907
9908 2002-08-28  Bernhard Held <bernhard AT bernhardheld.de>
9909         * src/SDCCglue.c (printIvalArray): iterative calculation of array length
9910
9911 2002-08-28  Jesus Calvino-Fraga and Borut Razem <borut.razem AT siol.net>
9912         * sdcc/sdcc.dsw: added sdcpp, sdcppa, yacc, conf projects
9913
9914         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
9915           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp,
9916           sdcc/src/xa51/xa51.dsp, sdcc/src/avr/avra.dsp,
9917           sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
9918           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp,
9919           sdcc/src/xa51/xa51a.dsp, sdcc/as/as_z80.dsp,
9920           sdcc/as/aslink.dsp, sdcc/as/asx8051.dsp, sdcc/packihx/packihx.dsp:
9921         - added Release configuration in VS projects
9922         - review of compiler an linker options
9923         - VC .exe files are generated in bin_vc directory, not to interfere
9924           with binaries generated from other projects (cygwin, mingw, bcc ...)
9925
9926         * sdcc/src/yacc.dsp: added
9927
9928         * sdcc/config.dsp, sdcc/configure_vc.awk, sdcc/sdcc_vc_in.h:
9929         added - genarate sdcc_vc.h using sdcc_vc_in.h as template
9930         and insert the version number definitions from .version
9931
9932         * sdcc/support/cpp2/sdcpp.dsp: added - VC project for sdcpp
9933
9934         * sdcc/support/cpp2/sdcppa.dsp, sdcc/support/cpp2/auto-host_vc_in.h:
9935         added - genarate auto-host.h using auto-host_vc_in.h as template
9936
9937         * sdcc/sdcc_vc.h,
9938         removed from CVS, generated automatically
9939
9940 2002-08-25  Bernhard Held <bernhard AT bernhardheld.de>
9941         * support/scripts/inc2h.pl: use gputils or gpasm (from Nathan Hurst)
9942
9943 2002-08-11  Borut Razem <borut.razem AT siol.net>
9944         * support/Util/NewAlloc.c: removed unneeded #include "sdccconf.h" (suggested by Jesus Calvino-Fraga)
9945
9946 2002-08-10  Borut Razem <borut.razem AT siol.net>
9947         * src/SDCCmain.c (main):
9948         file preOutName was unlinked before closed. This seems to be OK on UNIX and cygwin
9949         platforms, but it doesn't work with Visual Studio: the opened file can not be removed.
9950         The consequence was that some temporary files were not removed.
9951
9952         * src/SDCCglue.c:
9953         unification of code in functions tempfilename() and tempfile():
9954         function tempnam() is defined in Visual Studio 6.0 and .NET
9955
9956         * sdcc/sdcc.dsw: removed project sdcpp, added project xa51a
9957
9958         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
9959           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp:
9960         - removed compiler command line option /WX: Treats all warnings as errors
9961         - update a list of source files, included into the project
9962
9963         * sdcc/src/avr/avra.dsp, sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
9964           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp:
9965         changed project type to Generic Project so that can be correcly converted to VS.NET project
9966
9967         * sdcc/as/mcs51/asm.h: definition of PATH_MAX for MSC
9968
9969         * sdcc/src/SDCCast.c: solved MSC error in function decorateType()
9970
9971         * sdcc/src/SDCC.y: added missing ending ';' to rules to get rid of bison warnings
9972
9973         * dcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c:
9974         added return 0 statements after assert() to make compiler happy
9975
9976         * sdcc/src/xa51/peeph.rul, sdcc/src/xa51/peeph.def, sdcc/src/z80/ralloc.c:
9977         added newline in the def file to keep MSC compiler satisfied
9978
9979         * sdcc/src/z80/gen.c:
9980         - function strcasecmp() is not defined in MSC (and probably also in BORLANDC),
9981           so it is replaced with STRCASECMP, which is defined as stricmp in case of MSC and BORLANDC
9982         - solved MSC error in function aopDump()
9983
9984         * sdcc_vc.h: define PREFIX as "\\sdcc"
9985
9986 2002-07-18  Bernhard Held <bernhard AT bernhardheld.de>
9987         * src/SDCCast.c (decorateType): fixed access to array of structures http://sourceforge.net/mailarchive/forum.php?thread_id=902690&forum_id=4107
9988
9989 2002-06-22  Scott Dattalo <scott AT dattalo.com>
9990         * src/pic/*: Numerous bug fixes. Flow analysis has been enhanced.
9991         - Rewrote the register banking algorithm.
9992         - Added pCode live-range analysis to registers (for now, only non-used and
9993         singly-used registers optimized away)
9994
9995         * src/pic/pcoderegs.[ch]: Added new files for pCode live-range analysis
9996
9997         * 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.
9998
9999 2002-05-10  Scott Dattalo <scott AT dattalo.com>
10000         * src/pic/*: Added support for multiplication. Fixed many,many bugs.
10001
10002 2002-04-22  Michael Hope  <michaelh AT vroom>
10003
10004         * device/lib/z80/printf.c: Changed emitter to volatile to work around a pcall bug.
10005
10006         * configure.in (DD_COPT): Added include support required for gbdk.
10007
10008         * .version: Bumped version number just to increase it.
10009
10010         * src/SDCCmain.c: Added -nostdinc to the default options.
10011
10012 2002-04-15  Michael Hope  <michaelh AT vroom>
10013
10014         * device/lib/z80/printf.c (sprintf): Added.
10015
10016         * src/z80/ralloc.c (packRegisters): Disabled pack HL use for GB as it's broken.
10017
10018         * src/z80/peeph.def: Added transpose redundent load rule.
10019
10020         * src/z80/main.c: Added force callee saves for jaune.
10021
10022         * src/port.h: Removed the i186 and tlcs-900h ports as they weren't being being developed.
10023
10024         * src/SDCCmain.c: Pulled the options definition out so that you can add port specific options without changing the main file.
10025
10026 2002-03-28  Johan Knol  <johan AT balder>
10027
10028         * src/SDCCval.c: fixed bug #532436
10029
10030 2002-03-14  Scott Dattalo <scott AT dattalo.com>
10031         * /src/port.h:
10032         Added "char *Processor" field to the port structure.
10033
10034         * /src/SDCCmain.c:
10035         Added -p option. Allows port dependent processor to be specified.
10036
10037         * all ports:
10038         Initialized the new field char *Processor field to NULL in all ports
10039
10040         * /src/pic/*:
10041         Compiler generated registers for interrupt context saving
10042         were not getting allocated.
10043
10044 2002-03-16  Sandeep Dutta  <sandeep AT ddi.com>
10045
10046         * /src/SDCCast.c:
10047         Fixed left shift. Will promote the left side of a left shift
10048         if a) left shifting more than size of operand or b) when assigned
10049         to something size > size of left side
10050
10051 2002-03-14  Scott Dattalo <scott AT dattalo.com>
10052         * src/pic/*
10053         tons of changes. Register allocation has been
10054         rewritten. Added customization for the various PICs. Flow
10055         analysis is restructured. ...
10056
10057         * src/pic/device.h:
10058         Added
10059
10060         * src/pic/device.c:
10061         Added. device.c is a PIC port hack to accomodate variations
10062         in PIC devices.
10063
10064 2002-03-13  Michael Hope  <michaelh AT vroom>
10065
10066         * src/z80/gen.c (genGenPointerGet): Fixed a bug where a pointer in HL is dereferenced into HL but HL is not spilled.  Yeah.
10067
10068 2002-03-04  johanknol  <johanknol AT manik>
10069
10070         * /src/SDCCval.c: fixed
10071
10072         const unsigned char arr[][2] = { { 0, 1 } };
10073         t18.c:1: error: Initializer element is not constant
10074
10075 2002-03-04  bela  <bela AT manik>
10076
10077         * /device/include/mcs51reg.h:
10078         ds89c420 register definition update
10079
10080 2002-03-03    <johan AT FRIJA>
10081
10082         * support/Util/SDCCerr.c: did something, but don't no why anymore
10083
10084         * support/regression/tests/bug-524691.c: made it a little less shy
10085
10086         * src/SDCCast.c (decorateType): fixed bug #524697
10087
10088         * src/SDCCast.c: made some lineno improvements
10089
10090         * src/SDCCval.c (getNelements): changed warning to error
10091
10092         * src/SDCCglue.c (printIvalArray): changed warning to error
10093
10094         * src/SDCCicode.c: fixed a warning for mingw
10095
10096         * src/SDCCast.c (decorateType): fixed the << promotion for ops
10097
10098         * src/SDCCicode.c (geniCodeDivision): divide is shift only for unsigned (bug #524685)
10099
10100 2002-03-02  Sandeep Dutta  <sandeep AT ddi.com>
10101
10102         * src/ds390/peeph.def:
10103         Added some more peephole rules
10104
10105         * src/ds390/gen.c: Various fixes & enhancements
10106
10107         * src/SDCClrange.c, src/SDCClrange.h:
10108         functions "alldefsoutofrange" and "notusedinblock" moved to SDCClrange.c
10109
10110         * src/ds390/ralloc.c:
10111         various fixes & enhancements (ds390) specific
10112
10113         * src/avr/ralloc.c, src/mcs51/ralloc.c, src/pic/ralloc.c, src/xa51/ralloc.c, src/z80/ralloc.c:
10114         Functions "allDefsOutOfRange" & "notUsedinBlock" moved to SDCClrange.c
10115         from rallocs.
10116
10117         * sdcc/src/SDCCcse.c: Better fix for bug # 514308
10118
10119 2002-03-02    <johan AT FRIJA>
10120
10121         * src/SDCCast.c (decorateType): fixed bug #524708
10122
10123         * src/SDCCval.c (floatFromVal): fixed the literal void (whatever that may be)
10124
10125         * src/SDCCicode.c (geniCodePtrPtrSubtract): fixed bug #524691
10126
10127 2002-03-01  Michael Hope  <michaelh AT vroom>
10128
10129         * src/SDCCsymt.c (initCSupport): Removed managling of support function names.
10130
10131         * src/z80/ralloc.c (packRegsForIYUse): Fixed fp bug where four byte operands were packed into IY.
10132
10133 2002-03-01    <johan AT FRIJA>
10134
10135         * src/SDCCglue.c (printIvalPtr): fixed bug #524211
10136
10137         * src/SDCCast.c (decorateType): fixed bug #524209
10138
10139         * src/SDCCval.c (valNot): fixed bug #524195
10140
10141 2002-02-26    <johan AT balder>
10142
10143         * src/xa51/gen.c: fixed a warning
10144
10145         * src/SDCCglue.c (printIvalFuncPtr): fixed bug #522534
10146
10147         * src/SDCCast.c (decorateType): fixed bug #522534
10148
10149 2002-02-23    <johan AT balder>
10150
10151         * src/SDCCdflow.c (computeDataFlow): fixed bug #460088
10152
10153 2002-02-22    <johan AT balder>
10154
10155         * src/SDCCast.c: fixed bug #514865
10156
10157         * src/SDCCy.c ("SDCC.y"): fixed bug #516625
10158
10159 2002-02-21  Sandeep Dutta  <sandeep AT ddi.com>
10160
10161         * sdcc/src/SDCCloop.c:
10162         Previous fix was not good. basic blocks that have "break" or "return" are
10163         not really partof a loop , but live ranges used in these blocks should
10164         be live thru the entire loop, so set partOfLoop but don't add them to
10165         loop region
10166
10167 2002-02-21    <johan AT FRIJA>
10168
10169         * src/SDCCcse.c: fixed bug #514308
10170
10171 2002-02-20  Sandeep Dutta  <sandeep AT ddi.com>
10172
10173         * src/SDCCloop.c:
10174         Fixed BUG #519583. If a conditional block ended in a return/break
10175         statement inside a loop, it was not being considered part of the loop.
10176
10177         * src/SDCCcflow.c: Removed fix (Fixed in SDCCloop.c)
10178
10179 2002-02-10  Karl Bongers <karl AT turbobit.com>
10180
10181         * debugger/*:
10182         Fixed up SDCDB debugger somewhat.  Updated debugger/README
10183         with lots of comments and notes.
10184
10185         * device/examples/test2.c:
10186         Fix bug, "red" variable not being initialized(compiler complained).
10187
10188         * device/examples/Makefile, examples/test3.c:
10189         Add Makefile in device/examples folder, compiles test3.c
10190         for use as a multiple module SDCDB test case.
10191
10192         * sim/ucsim/cmd.src/cmdset.cc:
10193         Took out debug printfs in ucsim "next" command.
10194
10195         * sim/ucsim/xa.src:
10196         Karl and Johan start ucsim XA support.  Most dissassembly working,
10197         about 75% emulation done(plenty of work remaining).
10198
10199         * sim/ucsim/z80.src:
10200         Add Z80 support to ucsim, add test-ucz80 regression test,
10201         notice ucsim/z80 emulation fails on examples/test3.c/itoa code.
10202         Notice z80 compiler fails on examples/test3.c/crc code.
10203
10204 2002-01-30  Sandeep Dutta  <sandeep AT ddi.com>
10205
10206         * src/mcs51/gen.c, src/mcs51/main.c, src/mcs51/ralloc.c:
10207         Added support for --parms-in-bank1
10208
10209         * src/ds390/peeph.def:
10210         added a few more peephole optimzations
10211
10212         * src/ds390/main.c:
10213         1) added __builtin_inp & __builtin_outp used to read in data of given length
10214            from a memory mapped port
10215         2) added __builtin_memcmp
10216         3) added __builtin_swapw swap bytes of a short
10217
10218         * src/ds390/gen.c, src/ds390/gen.h, src/ds390/ralloc.c:
10219         1) handle multiple send & receives from register bank1
10220         2) ralloc can now allocate DPTR1 to some liveRanges
10221
10222         * src/SDCCsymt.c, src/SDCCsymt.h:
10223         changes to handle multiple sends & receives
10224
10225         * src/SDCCptropt.h:
10226         added some pointer arithmetic optimization
10227
10228         * src/SDCCptropt.c:
10229         added some pointer arithmetic optimizations but not stable yet so not
10230         called from anywhere (will get this working shortly)
10231
10232         * src/SDCCopt.c: fixed for multiple sends & receives
10233
10234         * src/SDCCmain.c:
10235         1) added options --parms-in-bank1 (ds390/mcs51) & --protect-sp-update
10236         2) preprocessing done AFTER port->finalizeoptions . This allows ports to
10237            set preprocessor defines (depending on options)
10238
10239         * src/SDCCicode.c, src/SDCCicode.h:
10240         changes made to handle multiple sends & receives
10241
10242         * src/SDCCglobl.h:
10243         Added options --protect-sp-update (ds390) and --parms-in-bank1 (ds390/mcs51)
10244
10245         * src/SDCCcse.c, src/SDCCcse.h:
10246         added function findbackward def (to be used in upcoming optimization)
10247
10248         * src/SDCCcflow.c, src/SDCCcflow.h:
10249         added function returnAtEnd - to determine if a basic block terminates with
10250         a RETURN iCode
10251
10252         * src/SDCCast.c, src/SDCCast.h:
10253         added option parms-in-bank1
10254
10255         * device/lib/_divsint.c, device/lib/_divslong.c, device/lib/_divuint.c
10256         * device/lib/_divulong.c, device/lib/_modsint.c, device/lib/_modslong.c
10257         * device/lib/_modulong.c, device/lib/_mulint.c, device/lib/_mullong.c:
10258         adjusted for --parms-in-bank1 option
10259
10260         * device/include/string.h:
10261         donot redefine "reentrant" keyword
10262
10263         * device/include/ds80c390.h: Added some more SFRs
10264
10265 2002-01-28  Bernhard Held  <bernhard AT bernhardheld.de>
10266
10267         * sim/ucsim: Merged branch ucsim-034-pre3 to main trunk; new version 0.4
10268
10269 2002-01-26  Bernhard Held  <bernhard AT bernhardheld.de>
10270
10271         * src/SDCCast.c (funcOfType): fix usage of double --float-reent
10272
10273 2002-01-22  Bernhard Held  <bernhard AT bernhardheld.de>
10274
10275         * support/regression/fwk/lib/testfwk.c (main): Removed workaround for bug #505387
10276
10277 2002-01-18  Paul Stoffregen  <paul AT pjrc.com>
10278
10279         * Added --xram-movc option
10280
10281 2002-01-13  Bernhard Held  <bernhard AT bernhardheld.de>
10282
10283         * support/regression/Makefile: don't include test-mcs51-stack-auto in target all
10284
10285 2002-01-11  Johan Knol
10286
10287         * Added math lib of Jesus Calvino-Fraga
10288
10289 2002-01-08  Bernhard Held  <bernhard AT bernhardheld.de>
10290
10291         * src/SDCCmain.c (processFile): fix processing of ../../src.c
10292         * support/regression/Makefile: new target test-mcs51-stack-auto
10293         * support/regression/ports/mcs51-stack-auto/spec.mk: added
10294
10295 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
10296
10297         * src/SDCCglue.h: printIvalCharPtr(), not printIvalChar()
10298
10299 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
10300
10301         * support/regression/ports/mcs51/support.c: correct setup of timer / UART
10302
10303 2002-01-03  Bernhard Held  <bernhard AT bernhardheld.de>
10304
10305         * src/SDCCsymt.c (processFuncArgs): fix #498307 by Johan
10306
10307         * src/SDCCglue.h: add definition for printIvalChar()
10308
10309 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
10310
10311         * src/SDCCast.c: fix #498138 by Johan
10312
10313         * src/SDCCglue.c: fix #498138 by Johan
10314
10315 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
10316
10317         * support/regression/Makefile: fix clean
10318
10319         * support/regression/ports/ds390/support.c: fix transmission of last character
10320
10321 2001-12-29  Sandeep Dutta  <sandeep AT ddi.com>
10322
10323         * /sdcc/src/ds390/gen.c:
10324         a) improved computing address of stack variable
10325         b) took out some #if 0 code
10326         c) improved parmBytes adjustment
10327         d) improved genPlusIncr & genMinusIncr
10328         e) genCmp could generate bad code (when left assigned to DPTR)
10329         f) Fixed bug in hasInc
10330
10331         * /sdcc/src/ds390/ralloc.c:
10332         a) packRegsForSupport could mess up live information (Fixed)
10333         b) packRegsDPTRuse could be incorrect for left & right shift
10334
10335         * /sdcc/src/mcs51/ralloc.c:
10336         packRegsForSupport could mess up the live information (Fixed)
10337
10338         * /sdcc/src/mcs51/gen.c: Fixed a bug in hasInc
10339
10340         * /sdcc/src/SDCCast.c:
10341         can reverse a loop even if function call is present as long
10342         as the loop control variable is local & is not passed as parameter
10343
10344 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
10345
10346         * /sdcc/ChangeLog: *** empty log message ***
10347
10348         * /sdcc/src/ds390/gen.c, /sdcc/src/ds390/main.c:
10349         More builtin function additions for TININative
10350
10351         * /sdcc/src/ds390/ralloc.c:
10352         Had broken the regression testsuite
10353
10354         * /sdcc/src/SDCCast.c: Fixed a bug in dumptree
10355
10356         * /sdcc/src/SDCCsymt.c, /sdcc/src/SDCCsymt.h:
10357         Added funcattr hasStackParms will be set for reentrant functions when there
10358         are paramteres on the stack, this helps in minimizing frame pointer generation
10359         typeFromStr can handle function pointers now
10360
10361         * /sdcc/doc/builtins.txt, /sdcc/doc/TININative.txt:
10362         *** empty log message ***
10363
10364 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
10365
10366         * /src/ds390/gen.c, /src/ds390/main.c:
10367         More builtin function additions for TININative
10368
10369         * /src/ds390/ralloc.c:
10370         Had broken the regression testsuite
10371
10372         * /src/SDCCast.c: Fixed a bug in dumptree
10373
10374         * /src/SDCCsymt.c, /src/SDCCsymt.h:
10375         Added funcattr hasStackParms will be set for reentrant functions when there
10376         are paramteres on the stack, this helps in minimizing frame pointer generation
10377         typeFromStr can handle function pointers now
10378
10379         * /doc/builtins.txt, /doc/TININative.txt:
10380         *** empty log message ***
10381
10382
10383 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
10384
10385         * /src/ds390/gen.c, /src/ds390/main.c, /src/ds390/peeph.def, /src/ds390/ralloc.c:
10386         ALPHA version for -mTININative
10387
10388         * /src/izt/i186.c, /src/izt/tlcs900h.c, /src/mcs51/main.c, /src/pic/main.c, /src/z80/main.c, /src/avr/main.c:
10389         updated to reflect changes in the port structure
10390
10391         * /src/port.h:
10392         added function do_assemble (similar to do_link) if non-null this function
10393         will be called to do assembly (-mTININative) requires a multi command
10394         assembly
10395         added function genAssemblerEnd will be called to generate assembler Epilogue
10396
10397         * /src/SDCCsymt.c:
10398         added _JavaNative to debug info printing
10399
10400         * /src/SDCCmain.c: added option --tini-libid
10401         added port->do_assemble function (-mTININative) has a multi command assemble
10402
10403         * /src/SDCCglue.c: Disabled "constExpr" check
10404         added port->genAssemblerEnd function
10405
10406         * /src/SDCCglobl.h: Added option --tini-libid value
10407
10408         * /src/SDCCast.h:
10409         tookout optimizeCompare from the header (has no external references)
10410
10411         * /src/SDCCast.c: made one more function "static"
10412
10413 2001-12-23  Michael Hope  <michaelh AT juju.net.nz>
10414
10415         * src/z80/mappings.i: Added z80asm support.
10416
10417         * src/z80/main.c: Added z80asm support on --asm=z80asm
10418
10419         * src/z80/gen.c: Fixed asm portability issues.
10420
10421         * src/asm.c (tvsprintf): Removed old code, added 'N' for function name.  For extern support.
10422
10423         * src/SDCCglue.c (printExterns): Added global/extern split.
10424
10425 2001-12-17  Bernhard Held  <bernhard AT bernhardheld.de>
10426
10427         * support/regression/Makefile: added test for mcs51 model large
10428
10429         * support/regression/ports/mcs51-large/spec.mk: added test for mcs51 model large
10430
10431         * support/regression/ports/gbz80/spec.mk: added -mgbz80
10432
10433 2001-12-05  Michael Hope  <michaelh AT juju.net.nz>
10434
10435         * src/diff.1 (Index): Many, many optmisiations.  Dhrystone up to 201.
10436
10437 1904-01-06  Michael Hope  <michaelh AT juju.net.nz>
10438
10439         * src/z80/ralloc.c (packRegsForIYUse): Fixed the case where an operand is in direct space.
10440
10441         * src/z80/gen.c (makeFreePairId): Optimised IY load by using a spare pair.
10442
10443 2001-12-02  Bernhard Held  <bernhard AT bernhardheld.de>
10444
10445         * src/mcs51/gen.c (genFunction): avoid excess "inc sp"
10446
10447         * support/regression/tests/simplefloat.c: Port to mcs51.
10448
10449 2001-11-25  Michael Hope  <michaelh AT juju.net.nz>
10450         * support/regression/tests/bug-485362.c: Added.
10451
10452         * support/regression/tests/simplefloat.c (testDivNearOne): Added.
10453
10454         * src/z80/gen.c (aopOp): Fixed case where left and result are in the same spill loc and they have different sizes.
10455
10456         * src/z80/peeph.def: Added rules for optimising two byte compares on the same thing, and to optimise two ptr assign.
10457
10458         * src/z80/gen.c (aopDump): Added a dump function.
10459
10460 2001-11-25  Bernhard Held  <bernhard AT bernhardheld.de>
10461         * sim/ucsim/s51.src/glob.cc: DS390 SFRs and bits added.
10462
10463         * sim/ucsim/s51.src/port.cc: Port 4 and 5 added.
10464
10465         * sim/ucsim/s51.src/regs51.h: DS390 SFRs added.
10466
10467         * sim/ucsim/s51.src/uc390.cc: Some details improved, CKRDY works for tinibios.
10468
10469         * sim/ucsim/s51.src/uc390cl.h: Work in progress.
10470
10471         * sim/ucsim/sim.src/uccl.h: 6 ports for DS390.
10472
10473         * support/regression/fwk/lib/testfwk.c: Run with tinibios.
10474
10475         * support/regression/ports/mcs51/spec.mk: Fine tuninig.
10476
10477         * support/regression/ports/ds390/support.c: Use tinibios.
10478
10479         * support/regression/ports/ds390/spec.mk: Fine tuning, use tinibios.
10480
10481 2001-11-23  Michael Hope  <michaelh AT juju.net.nz>support/regression/tests/bug-460010.c
10482
10483         * src/z80/ralloc.c (packRegsForHLUse3): Changed to not pack into HL if anything is in direct space.
10484         (packRegsForHLUse3): Added packing support for send, cast, and return value from a call.
10485
10486         * src/z80/peeph.def: Added rules for optimising pushes of part of a pair.
10487
10488         * src/z80/gen.c (emitCall): Changed the stack fixup to not use HL.
10489
10490 2001-11-18  Michael Hope  <michaelh AT juju.net.nz>
10491
10492         * src/z80/gen.c (genCmp): Fixed compare on unsigned.
10493
10494         * src/z80/ralloc.c (packRegsForHLUse3): Created and optimised.
10495         (packRegsForIYUse): Created and optimised.
10496
10497 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
10498
10499         * support/regression/tests/float.c (testFloatAdd): Fixed up warning.
10500 2001-11-18  Bernhard Held  <bernhard AT bernhardheld.de>
10501
10502         * sdcc/support/regression/tests/bug-460010.c: fix seg violation on host
10503
10504         * sdcc/support/regression/tests/muldiv.c: fix output on mcs51
10505
10506         * sdcc/support/regression/tests/stacks.c: fix DSEG overflow on mcs51
10507
10508 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
10509
10510         * sdcc/sim/device/lib/_gptrget.c: mem region 5 (idata) added
10511
10512         * sdcc/sim/device/lib/_gptrput.c: mem region 5 (idata) added
10513
10514 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
10515
10516         * sdcc/sim/ucsim/globals.cc: New: IXRAM.
10517
10518         * sdcc/sim/ucsim/stypes.h: New: IXRAM.
10519
10520         * sdcc/sim/ucsim/s51.src/uc390.cc: New: IXRAM.
10521
10522 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
10523
10524         * src/z80/ralloc.c (packRegsForHLUse): Banned IFXs from being packed into HL.
10525         (packRegsForHLUse): Added rule to pack address of/pointer get for itemps into HL for the Z80.
10526         (packRegsForAccUse2): Added rule to pack hbit IFXs into A.
10527
10528         * src/z80/main.c (_setDefaultOptions): Made float code re-entrant by default.
10529
10530         * src/z80/gen.c (aopGetLitWordLong): Added word support for floats.
10531         (genNotFloat): Added.
10532         (genUminusFloat): Added.
10533
10534         * device/lib/z80/Makefile: Added floating pt stubs.
10535
10536         * device/lib/Makefile.in (Z80SOURCES): Added floating pt support.
10537
10538         * src/z80/gen.c (genIpush): Fixed up a push of one byte when left is in a pair.
10539
10540         * device/lib/_fsadd.c (__fsadd): Fixed up return where the numbers are hugely different.
10541
10542 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
10543
10544         * sdcc/sim/ucsim/s51.src/glob.cc: Minor fix.
10545
10546         * sdcc/sim/ucsim/s51.src/regs51.h: Minor fix.
10547
10548         * sdcc/support/regression/Makefile: Add port ds390.
10549
10550         * sdcc/support/regression/ports/mcs51/spec.mk: Minor change.
10551
10552         * sdcc/support/regression/ports/z80/spec.mk: Minor change.
10553
10554         * sdcc/support/regression/ports/ds390/spec.mk: Added.
10555
10556         * sdcc/support/regression/ports/ds390/support.c: Added.
10557
10558         * sdcc/support/regression/ports/ds390/uCsim.cmd: Added.
10559
10560         * sdcc/support/regression/ports/mcs51/timeout.c: Cut.
10561
10562         * sdcc/support/regression/fwk/lib/timeout.c: Paste.
10563
10564 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
10565
10566         * device/include/malloc.h: Added z80 and gbz80 support.
10567
10568         * device/lib/gbz80/heap.s: Added.
10569
10570         * device/lib/z80/heap.s: Added.
10571
10572         * device/lib/malloc.c: Added z80 and gbz80 support.
10573
10574         * support/regression/tests/malloc.c (testMalloc): Added.
10575
10576         * src/SDCCmain.c (parseCmdLine): Added support for -Wp.
10577
10578         * support/regression/tests/bug-478094.c: Added.
10579
10580         * src/z80/gen.c (commitPair): Fixed silly gbz80/z80 commit to static bug.
10581
10582 2001-11-04  Bernhard Held  <bernhard AT bernhardheld.de>
10583
10584         * sdcc/sim/ucsim/s51.src/uc390cl.h: Improvement for ds390 to run regression tests
10585
10586         * sdcc/sim/ucsim/s51.src/uc390.h: Improvement for ds390 to run regression tests
10587
10588         * sdcc/sim/ucsim/s51.src/regs51.h: Improvement for ds390 to run regression tests
10589
10590         * sdcc/sim/ucsim/s51.src/glob.cc: Improvement for ds390 to run regression tests
10591
10592         * sdcc/support/regression/tests/bug-460010.c: Small change for ds390
10593
10594 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
10595
10596         * src/z80/peeph-gbz80.def: Removed a bad sub optimisation.
10597
10598 2001-11-03  Michael Hope  <michaelh AT juju.net.nz>
10599
10600         * support/regression/tests/bug-477927.c: Added.
10601
10602         * src/z80/peeph.def: Added minor rules.
10603
10604         * src/z80/gen.c (genPlusIncr): Added an extra plusinc rule.
10605
10606         * src/z80/peeph.def: Added jump optimisation modification.
10607
10608 2001-11-01  Michael Hope  <michaelh AT juju.net.nz>
10609
10610         * src/SDCCmain.c (linkEdit): Added runtime path detection to the mcs51 port.
10611
10612 2001-10-30  Michael Hope  <michaelh AT juju.net.nz>
10613
10614         * support/regression/tests/funptrs.c: Added.
10615
10616 2001-10-29  Michael Hope  <michaelh AT juju.net.nz>
10617
10618         * src/z80/ralloc.c (packRegsForHLUse): Fixed up bad spill due to pushing one byte via HL.
10619
10620 2001-10-28  Michael Hope  <michaelh AT juju.net.nz>
10621
10622         * src/z80/gen.c (genArrayInit): Made it work for on stack arrays.
10623
10624         * src/z80/main.c (gbz80_port =): Added rle support to the gbz80 port.
10625
10626         * src/z80/gen.c (genMinus): Fixed for where the result is one byte.
10627         (movLeft2ResultLong): Created.
10628
10629         * src/z80/ralloc.c (packRegsForHLUse): Added a couple of simple cases for the GB.
10630         (joinPushes): Added.  Joins two char pushes into a word push.
10631
10632 2001-10-27  Michael Hope  <michaelh AT juju.net.nz>
10633
10634         * support/cpp2/Makefile.in (install): Added creation of dest dir.
10635
10636         * support/makebin/Makefile (install): Added creation of dest dir.
10637
10638 2001-10-24 Karl Bongers <karl AT turbobit.com>
10639
10640         * configure.in, configure, Makefile, support/cpp: Removed cpp folder, since we have new cpp2 preprocessor code.
10641
10642 2001-10-21  Michael Hope  <michaelh AT juju.net.nz>
10643
10644         * src/z80/ralloc.c: Turned off faulty pack for one use.
10645
10646         * src/z80/peeph-gbz80.def: Removed redundent restart options.
10647
10648         * src/z80/gen.c (genMult): Added native mul for constants on the z80 and gbz80.
10649
10650 2001-10-21  Bernhard Held  <bernhard AT bernhardheld.de>
10651
10652         * support/regression/Makefile: Improved clean
10653
10654         * support/regression/ports/gbz80/spec.mk: Added clean
10655
10656         * support/regression/ports/host/spec.mk: Added clean
10657
10658         * support/regression/ports/z80/spec.mk: Added clean
10659
10660         * support/regression/ports/mcs51/spec.mk: Added clean, little improvements
10661
10662         * support/regression/ports/mcs51/timeout.c: little improvements
10663
10664 2001-10-17  Michael Hope  <michaelh AT juju.net.nz>
10665
10666         * device/lib/malloc.c (MEMHEADER): Fixed against new pedantic pointers.
10667
10668         * support/regression/fwk/include/testfwk.h: Fixed up to use function pts correctly.
10669
10670         * support/regression/generate-cases.py: Fixed up to use function pts correctly.
10671
10672 2001-10-16  Bernhard Held  <bernhard AT bernhardheld.de>
10673
10674         * support/regression/port/mcs51/spec.mk: add timeout for uCsim
10675
10676         * support/regression/port/mcs51/timeout.c: add timeout for uCsim
10677
10678 2001-10-13  Michael Hope  <michaelh AT juju.net.nz>
10679         * src/z80/gen.c (emitCall): Fixed up missing spill of HL when used to assign the result value.
10680
10681         * src/z80/ralloc.c: Turned off pack for one use as it's quite broken.
10682
10683         * src/SDCCmain.c (linkEdit): Added support for passing a legacy command line through the processor.
10684
10685         * src/mcs51/main.c (_linkCmd): Added bin path to command.
10686
10687         * src/SDCCmain.c (initValues): Added support for when it it called just to link.
10688
10689         * as/mcs51/lklibr.c (libfil;): Turned off 'library file' message.
10690
10691         * src/SDCCval.c (constVal): Fixed usage of 'L' modifier problems on ppc.
10692
10693         * support/regression/tests/longor.c: Added.
10694
10695 2001-10-11  Bernhard Held  <bernhard AT bernhardheld.de>
10696
10697         * as/mcs51/asdata.c: replaced FILENAME_MAX with PATH_MAX
10698
10699         * as/mcs51/aslink.h: define PATH_MAX
10700
10701         * as/mcs51/asm.h: define PATH_MAX
10702
10703         * as/mcs51/asmain.c: replaced FILENAME_MAX with PATH_MAX
10704
10705         * as/mcs51/asnoice.c: replaced FILENAME_MAX with PATH_MAX
10706
10707         * as/mcs51/lklex.c: replaced FILENAME_MAX with PATH_MAX
10708
10709         * as/mcs51/lkmain.c: replaced FILENAME_MAX with PATH_MAX
10710
10711         * src/SDCCglobl.h: define PATH_MAX
10712
10713         * src/SDCCmacro.c: replaced FILENAME_MAX with PATH_MAX
10714
10715         * src/SDCCmain.c: replaced FILENAME_MAX with PATH_MAX
10716
10717 2001-10-11  Michael Hope  <michaelh AT juju.net.nz>
10718
10719         * src/z80/gen.c (gencjneshort): Fixed
10720
10721         * src/z80/ralloc.c (packRegsForHLUse): Added pack into HL for cast then ipush.
10722
10723 2001-10-09  Michael Hope  <michaelh AT juju.net.nz>
10724
10725         * support/regression/tests/bug-469671.c: Added.
10726
10727         * src/z80/gen.c (shiftIntoPair): Fixed up warning.
10728
10729 2001-10-08  Michael Hope  <michaelh AT juju.net.nz>
10730
10731         * src/SDCCmain.c: Added --fommit-frame-pointer option and implemented in the z80 port.
10732
10733         * src/z80/gen.c (genPlus): Fixed to work with extended stack.  Also fixed genMinus, genCmp.  genUMinus is still left.
10734
10735 2001-10-08  Bernhar Held  <bernhard AT bernhardheld.de>
10736
10737         * src/SDCCmain.c (preProcess): added define SDCC_NOOVERLAY
10738
10739         * src/device/lib/_mulint.c  : removed hint: nooverlay bug
10740
10741         * src/device/lib/_mullong.c : removed hint: nooverlay bug
10742
10743         * src/device/lib/_divuint.c : removed hint: nooverlay bug
10744
10745         * src/device/lib/_divulong.c: removed hint: nooverlay bug
10746
10747         * src/device/lib/_moduint.c : removed hint: nooverlay bug
10748
10749         * src/device/lib/_modulong.c: removed hint: nooverlay bug
10750
10751 2001-10-07  Michael Hope  <michaelh AT juju.net.nz>
10752
10753         * 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.
10754
10755         * support/Util/NewAlloc.c (freeTrace): Changed free for the gc case to not free at all.  Fixes runtime segfault.
10756
10757         * support/regression/tests/scott-compare3.c (c_abcd): Fixed up casts.
10758
10759 2001-10-07    <johan AT FRIJA>
10760
10761         * device/lib/gets.c (gets): fixed the return value.
10762
10763 2001-10-06  Michael Hope  <michaelh AT juju.net.nz>
10764         * src/SDCCmain.c (WRITE_SEG_LOC): Fixed up to use Safe_strdup.
10765
10766         * 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.
10767
10768         * 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.
10769
10770         * src/z80/gen.c (genZ80Code): Added de-allocation via trace support.
10771
10772         * src/pic/gen.c: Removed Safe_strdup.
10773
10774         * configure.in: Added option to enable libgc support.
10775
10776         * src/SDCCbitv.c (bitVectnBitsOn): Optimised.
10777         (bitVectUnion): Optimised.
10778         (bitVectIntersect): Optimised.
10779         (bitVectBitsInCommon): Optimised.
10780         (bitVectCplAnd): Optimised.
10781
10782         * support/makebin/makebin.c (usage): Removed getopt as mingw32 doesn't have it.  Sigh.
10783
10784 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
10785
10786         * src/SDCCmain.c: distinguish between assembler debug and plain options
10787
10788         * src/avr/main.c:   remove standard assembler options
10789
10790         * src/ds390/main.c: remove standard assembler options
10791
10792         * src/mcs51/main.c: remove standard assembler options
10793
10794         * src/port.h: removed "PENDING" comment
10795
10796 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
10797
10798         * src/device/lib/_mulint.c  : new, with assember functions
10799
10800         * src/device/lib/_mullong.c : new, with assember functions
10801
10802         * src/device/lib/_divuint.c : with assember functions
10803
10804         * src/device/lib/_divsint.c : with assember functions
10805
10806         * src/device/lib/_divulong.c: with assember functions
10807
10808         * src/device/lib/_divslong.c: with assember functions
10809
10810         * src/device/lib/_moduint.c : with assember functions
10811
10812         * src/device/lib/_modsint.c : with assember functions
10813
10814         * src/device/lib/_modulong.c: with assember functions
10815
10816         * src/device/lib/_modslong.c: with assember functions
10817
10818         * src/device/lib/libint.lib:  replaced _muluint.c  and _mulsint.c  by _mulint.c
10819
10820         * src/device/lib/liblong.lib: replaced _mululong.c and _mulslong.c by _mullong.c
10821
10822         * src/device/lib/Makefile.in: replaced _muluint.c  and _mulsint.c  by _mulint.c
10823                                       replaced _mululong.c and _mulslong.c by _mullong.c
10824
10825 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
10826
10827         * src/SDCCsymt.c: sequence of specifiers in pintTypeChain() corrected
10828
10829 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
10830
10831         * src/SDCCglue.c: test, if win32api is available for MINGW
10832
10833 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
10834
10835         * src/SDCCsymt.c: no more _modifier in printTypeChain()
10836         * support/regression/tests/driverstruct.c: REENTRANT for mcs51
10837         * support/regression/ports/gbz80/spec.mk: removed GENERIC
10838         * support/regression/ports/host/spec.mk: removed GENERIC
10839         * support/regression/ports/mcs51/spec.mk: removed GENERIC
10840         * support/regression/ports/z80/spec.mk: removed GENERIC
10841
10842 2001-10-01  Michael Hope  <michaelh AT juju.net.nz>
10843
10844         * support/regression/fwk/lib/testfwk.c (__printf): Removed GENERIC.
10845
10846         * support/regression/tests/bug-467035.c: Created.
10847
10848 2001-10-01    <johan AT FRIJA>
10849
10850         * src/SDCC.y: fixed bug #466586 part 1
10851
10852 2001-10-01  Johan Knol <johan.knol AT iduna.nl>
10853
10854         * SDCCicode.c: z80 has no generic pointers
10855         * removed -s from strip in all Makefile(.in)'s. It is not needed, but Solaris chocks on it.
10856
10857 2001-09-30  Michael Hope  <michaelh AT juju.net.nz>
10858
10859         * sim/ucsim/cmd.src/Makefile.in ($(PRJDIR)/libcmd.a): Changed all ar references to $(AR) for Solaris.
10860
10861 2001-09-29  Michael Hope  <michaelh AT juju.net.nz>
10862
10863         * Makefile (sdcc-libs): Added makebin to the list of standard targets.
10864
10865         * support/regression/ports/z80/spec.mk: Updated to use env for sdcc bin dir for automatic regression.
10866
10867 2001-09-25  Michael Hope  <michaelh AT juju.net.nz>
10868
10869         * configure.in: Fixed up so that ucsim is only configured once.
10870
10871         * support/cpp2/configure.in: Fixed to use the program transform to append the .exe for the win32 build.
10872
10873         * src/SDCCutil.c (getPrefixFromBinPath): Fixed up to work with win32 in all of its glory.
10874         (getPathDifference): As above.
10875
10876         * src/SDCCmain.c (preProcess): Changed to use a temporary file in a proper temp directory.  Fixed case where pre-processing only.
10877
10878         * src/SDCCglue.c (tempfilename): Added function for pre-processor.
10879
10880 2001-09-23  Michael Hope  <michaelh AT juju.net.nz>
10881         * .version: Updated to 2.3.1
10882
10883         * src/z80/main.c (z80_port =): Added macro based linker and assembler command line support.
10884         Added copyright header.
10885
10886         * src/SDCCmain.c: Shifted various functions into SDCCutil.c
10887         (assemble): Added support for macro based assembler commands.
10888         (linkEdit): Added support for macro based linker commands.
10889         (preProcess): Changed the pre-processor to use macros.
10890         (_setPaths): Added functionality to autodetect the include, lib and bin dir paths.
10891         (_discoverPaths): Added support for overriding the install directory using the SDCCDIR env variable.
10892
10893         * device/lib/z80/crt0.s: Added module name for debugging.
10894
10895 2001-09-20  Michael Hope  <michaelh AT juju.net.nz>
10896
10897         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
10898
10899         * src/SDCChasht.c (hTabDeleteByKey): Fixed delete as it would delete the last item from a bucket even if it wasn't the real one.
10900
10901         * src/SDCCglue.c: Moved gc_strdup to SDCCutil.c
10902
10903         * src/Makefile.in: Added SDCCmacro and SDCCutil
10904
10905 2001-09-19  Michael Hope  <michaelh AT juju.net.nz>
10906
10907         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
10908
10909 2001-09-16    <johan AT FRIJA>
10910
10911         * 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.
10912
10913 2001-09-15    <johan AT FRIJA>
10914
10915         * src/mcs51/ralloc.c: (findAssignToSym): fixed bug #460662 part 1
10916         * src/ds390/ralloc.c (findAssignToSym): fixed bug #460662 part 1
10917
10918 2001-09-11    <johan AT FRIJA>
10919
10920         * src/SDCCval.c (valDiv Mod Minus Plus Shift): keep litteral expressions as small as possible (bug #460010)
10921
10922 2001-09-10  Michael Hope  <michaelh AT juju.net.nz>
10923
10924         * support/regression/tests/bug-460444.c: Added test case.
10925
10926         * src/z80/gen.c (genOr): bug 460444: if (a ^ lit) was broken for &, |, and ^.
10927         (genCast): Added justification for all of the asserts.
10928
10929 2001-09-10  Bernhard Held <bernhard AT bernhardheld.de>
10930
10931         * support/regression/support.c: _xdata replaced by xdata
10932
10933         * support/regression/spec.mk: removed _generic
10934
10935 2001-09-09  Michael Hope  <michaelh AT juju.net.nz>
10936
10937         * src/pic/ralloc.c (debugLogRegType): Removed some old types to get it to compile.
10938
10939         * src/z80/gen.c (shiftR2Left2Result): Improved the case when v = v >> n for small values of n to use less code space and time.
10940         (genrshTwo): Fixed v = v >> n where v is a negative int and n is > 8: bug 460010.
10941
10942         * src/z80/peeph.def: Added a rule to optimise shift then compare.
10943
10944         * support/regression/tests/bug-460000.c (testShiftByParam): Added test case.
10945
10946         * support/regression/tests/bug-460010.c: Added test case.
10947
10948         * support/regression/Makefile (test-host): Removed a silly 'clean' target when testing against gcc.
10949
10950 2001-09-09  Bernhard Held <bernhard AT bernhardheld.de>
10951
10952         * support/regression/Makefile: inter-port-clean adjusted for mcs51
10953
10954         * support/regression/testfwk.c: removed workaround for bug #436344
10955
10956         * support/regression/tests/bp.c: use less memory with mcs51
10957
10958         * support/regression/tests/bug-441448.c: use less memory
10959
10960         * support/regression/tests/ports/mcs51/spec.mk: cleanup, use --stack-after-data
10961
10962         * support/regression/collate-results.py: typo
10963
10964 2001-09-08  Michael Hope  <michaelh AT juju.net.nz>
10965
10966         * support/regression/tests/fetchoverlap.c: Added new test case.
10967
10968         * support/regression/tests/bp.c: Added new test case.
10969
10970         * support/regression/tests/bug-448984.c: Added new test case.
10971
10972         * support/regression/tests/pow2shifts.c: Added new test case.
10973
10974         * src/z80/gen.c: Turned off the noise it normally generates for the release.
10975         (genlshTwo): Fixed right shift for count > 8.
10976
10977         * src/z80/ralloc.c: Disabled most of the ACC packing rules as they weren't getting hit and weren't at all safe.
10978
10979 2001-09-08    <johan AT FRIJA>
10980
10981         * src/SDCCicode.c (geniCodeCall): a CPOINTER can be used as a function
10982
10983 2001-09-07    <johan AT FRIJA>
10984
10985         * src/SDCCicode.c (newiCodeCondition): fixed bug #456235 (1.77)
10986
10987         * src/SDCCglue.c (emitRegularMap): only delete a symbol when it is a symbol
10988
10989 2001-09-06    <johan AT FRIJA>
10990
10991         * src/SDCC.y: this could be a fix for bug #458744 (1.37)
10992         * bernhard noted me at this: "() equals to (void)" (1.38)
10993
10994 2001-09-05    <johan AT FRIJA>
10995
10996         * src/SDCCglue.c (emitRegularMap): a fix for bug #458099/2
10997
10998 2001-09-04    <johan AT FRIJA>
10999
11000         * src/SDCCsymt.c (checkSClass): a fix for bug #458099/1
11001
11002
11003 2001-09-04  Paul Stoffregen  <paul AT pjrc.com>
11004
11005         * pragma noinduction broke memcpy on mcs51 large model.  Moved it inside z80 optimization
11006
11007 2001-09-03  Michael Hope  <michaelh AT juju.net.nz>
11008
11009         * link/z80/aslink.h: Fixed path for PATH_MAX
11010
11011 2001-09-02  Michael Hope  <michaelh AT juju.net.nz>
11012
11013         * src/z80/gen.c (fetchLitPair): Changed so that it properly caches direct space references.
11014
11015         * support/regression/tests/addsub.c: Added cases to cover all the +, - combinations.
11016
11017         * support/regression/tests/uminus.c: Added a test for the unary minus operator.
11018
11019         * 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.
11020
11021 2001-09-01  Michael Hope  <michaelh AT juju.net.nz>
11022
11023         * src/z80/gen.c: Fixed up generator to pass the regresion tests, specifically fixing loads for longs, genCmp, and turned on the map file.
11024         (genCmp): Fixed up genCmp for the GB with longs.
11025
11026         * device/lib/gbz80/Makefile: Fixed up all the libraries to pass the regression tests.
11027
11028         * support/regression/ports/host/spec.mk: Updated to compile with the new type specifiers.
11029
11030         * device/lib/Makefile.in (Z80SOURCES): Removed old _mululong, _mulslong, and unneeded _mulint.
11031
11032         * device/lib/_mullong.c (_mulslong): Changed to actually return a value :)
11033
11034 2001-08-30  Paul Stoffregen  <paul AT pjrc.com>
11035
11036         * added peepholes 223 to 231 to mcs51 port.  These improve code when using large model.
11037
11038 2001-08-30  Michael Hope  <michaelh AT juju.net.nz>
11039
11040         * 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.
11041
11042         * src/z80/gen.c (genPlus): Changed bad long add for gb to a fall through.
11043
11044 2001-08-29  Michael Hope  <michaelh AT juju.net.nz>
11045
11046         * link/z80/aslink.h: Fixed long file name support.  Is now based off PATH_MAX instead of a constant.
11047
11048         * src/z80/gen.c: Fixed add and sub for the case where left or right are in static space.
11049
11050 2001-08-30 Bernhard Held   <bernhard AT bernhardheld.de>
11051
11052   * sim/ucsim/configure:    little improvement of Cygwin-detection
11053   * sim/ucsim/configure.in: little improvement of Cygwin-detection
11054   * sim/ucsim/cmd.src/newcmdcl.h: include <sys/types.h> to define fd_set automated build
11055   * support/regression/tests/bug-221100.c: small changes for mcs51
11056   * support/regression/tests/bug-221168.c: small changes for mcs51
11057   * support/regression/tests/bug-227710.c: small changes for mcs51
11058   * support/regression/tests/staticinit.c: small changes for mcs51
11059   * as/mcs51/aslink.h: accept everything as symbol name in rel-files, bug fix ID 452601
11060   * as/mcs51/lklex.c:  accept everything as symbol name in rel-files, bug fix ID 452601
11061   * as/mcs51/lksym.c:  accept everything as symbol name in rel-files, bug fix ID 452601
11062
11063 $Revision$