* src/ds390/gen.c (AccAXRrl1, AccAXLrl1): changed to real rotate by 1,
[fw/sdcc] / ChangeLog
1 2006-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
2
3         * src/ds390/gen.c (AccAXRrl1, AccAXLrl1): changed to real rotate by 1,
4           (AccAXRsh1): added, shift right by 1,
5           (AccAXLsh, AccAXRsh, AccAXRshS): updated for AccAXRrl1, AccAXRsh1 and
6            AccAXLrl1
7         * support/regression/tests/rotate.c: use <stdint.h> and enabled ds390
8
9 2006-04-25 Bernhard Held <bernhard AT bernhardheld.de>
10
11         * src/SDCCast.c (decorateType): partial fix for RFE 1475769,
12         remove cast to same type
13         * src/SDCCast.c (decorateType): fix for RFE 1475742,
14         optimize 'ifx (op == 0)' resp. 'ifx (op != 0)'
15         * as/z80/Makefile,
16         * link/z80/Makefile: removed, they have moved to
17         Makefile.in files
18
19 2006-04-24 Bernhard Held <bernhard AT bernhardheld.de>
20
21         Enabled VPATH feature: changed nearly all Makefiles (149 files).
22         See sdccman.lyx '2.4.10 VPATH feature' about how to use it.
23
24         One basic decision: e.g. src/clean.mk includes further files. In order
25         to make this work there are two solutions:
26         - rename another dozen clean.mk to clean_in.mk, add srcdir to them and
27           run configure on them. This way they can use
28           'include $(srcdir)/port-clean.mk'
29         - always include clean.mk by the Makefile at the same level. To avoid
30           that `make clean` tries to include and build Makefile.dep the
31           MAKECMDGOALS are examined (see e.g. src/Makefile.in). This has been
32           implemented, because now even `make uninstall` doesn't create
33           Makefile.in. clean.mk could be eliminated by pasting it in
34           Makefile.in.
35
36         * debugger/mcs51/Makefile.in: build own objects from library sources
37         (SLIB, SDCC) in current directory
38
39         * configure, configure.in: renamed --disable-device-lib-build in
40         --disable-device-lib; added --enable-doc, the required tools are
41         searched by configure; added result message; the toolchain for the
42         belonging ports are now only built, if the port is enabled.
43
44         * support/regression/*: all output is written in directory gen, because
45         the fwk and ports directories don't livet in the build tree using vpath
46
47         * doc/sdccman.lyx: renamed --disable-device-lib-build to
48         --disable-device-lib, added --enable-doc, added section VPATH
49
50         * sim/ucsim/configure.in,
51         * sim/ucsim/configure.in: hc08 couldn't be disabled, now hc08 and
52         z80 are enabled by default
53
54 2006-04-24 Raphael Neider <rneider AT web.de>
55
56         * src/pic/device.c (pic14_assignConfigWordValue): remember assignments to
57             config word, "pic14_"-prefixed some extern functions
58           (pic14_emitConfigWord): emit __config directive(s) if assignment to
59             config word has been found
60         * src/pic/device.h: added prototypes
61         * src/pic/pcode.c: added "pic14_"-prefix where needed
62         * src/pic/ralloc.c (IS_CONFIG_ADDRESS,pic14_assignRegisters): cosmetic fixup
63         * src/pic/glue.c (pic14_constructAbsMap): handle assignments to config words,
64           (pic14emitRegularMap): ignore config words,
65           (pic14createInterruptVect): moved generating __config directives away
66           (picglue): have __config directives emitted
67
68 2006-04-24 Borut Razem <borut.razem AT siol.net>
69
70         * doc/Makefile: sync with nightly build makefile
71
72 2006-04-24 Raphael Neider <rneider AT web.de>
73
74         * src/pic/pcoderegs.c (OptimizeRegUsage): do not optimize
75             registers that have not been assigned proper liveranges,
76             fixes #1469504 and #1474602,
77           (pCodeRegOptimizeRegUsage): fixed typo in comment
78
79 2006-04-24 Borut Razem <borut.razem AT siol.net>
80
81         * device/examples/main8051.c: deleted - it was removed from CVS
82           24.mar.2000 and after that modified 18.feb.2001, so it reappered
83           after the transition to Subversion
84         * src/SDCCalloc.h: deleted - it was removed  from CVS
85           3.feb.2001 and after that modified 18.feb.2001, so it reappered
86           after the transition to Subversion
87         * sim/ucsim/cpu.gif, sim/ucsim/interrupt.gif, sim/ucsim/new.gif,
88           sim/ucsim/serial1.gif, sim/ucsim/serial2.gif,
89           sim/ucsim/term_cpuopt.gif, sim/ucsim/timers.gif, sim/ucsim/wins.gif,
90           sim/ucsim/post.jpg, sim/ucsim/UCsim.jpg: corrected
91
92 2006-04-22 Maarten Brock <sourceforge.brock AT dse.nl>
93
94         * as/asx8051.dsp: added mcs51/strcmpi.h
95         * as/hc08/as_hc08.dsp: added asm.h, m6808.h, strcmpi.h
96         * as/hc08/aslink.h: updated lnksect prototype
97         * as/hc08/asm.h,
98         * as/mcs51/asm.h: added a_addr to struct area and s_org to struct sym
99         * as/hc08/asmain.c,
100         * as/mcs51/asmain.c (asmbl): init dot.s_org for S_ORG,
101           (newdot): handle A_ABS
102         * as/hc08/asout.c,
103         * as/mcs51/asout.c (outarea): output address
104         * as/hc08/lkaomf51.c,
105         * as/mcs51/lkaomf51.c: disabled unused array UsageType
106         * as/hc08/m08pst.c,
107         * as/mcs51/i51pst.c,
108         * as/z80/z80pst.c: "ABS" is not A_OVR
109         * as/hc08/lkarea.c (newarea): read a_addr,
110           (lnkarea): added codemap array, sort absolute areas to the front,
111            combine all GSINITx/GSFINAL,
112           (find_empty_space, allocate_space): new functions,
113           (lnksect): return next address, handle absolute sections
114         * as/mcs51/lkarea.c (newarea): read a_addr,
115           lnksect2 prototype changed,
116           (lnkarea2): define codemap unsigned, combine all GSINITx/GSFINAL,
117           (find_empty_space, allocate_space): new, factored out of lnksect2,
118           (lnksect2): return next address, handle absolute sections
119         * as/hc08/lkhead.c,
120         * as/mcs51/lkhead.c (newhead): head is absolute but not overlay
121         * as/hc08/lklibr.c (addfile, fndsym),
122         * as/mcs51/lklibr.c (addfile, buildlibraryindex, fndsym): prevent
123           index out of range and detect both '\' and '/'
124         * device/include/mcs51/c8051f200.h: added _XPAGE, removed bad comment
125         * device/include/stdbool.h: removed SDCC_ds390 from check to pass
126           regression tests (ds390 cannot return bool yet)
127         * doc/sdccman.lyx: changed version number, document changed --no-peep,
128           document critical interrupts on z80, document changed SDCC define
129         * src/asm.c (_asxxxx_mapping): fixed .org directive,
130           (_a390_mapping): added .org directive
131         * src/hc08/gen.c (transferAopAop): made bytemask log to fix warning,
132           (genMultOneByte): fixed warnings
133         * src/hc08/hc08.dsp: lowered warning level to 2 to suppress pedantic
134           ones
135         * src/pic16/device.c: removed newReg prototype, removed BYTE_IN_LONG
136         * src/pic16/gen.c (pic16_popGetLabel): made parameter key signed,
137           (pic16_genLeftShiftLiteral, genRightShiftLiteral): fixed warnings
138         * src/pic16/gen.h: changed prototype for pic16_popGetLabel
139         * src/pic16/main.c: removed newReg prototype
140         * src/pic16/pcode.c,
141         * src/pic16/pcode.h (pic16_emitDB): changed parameter c to int to fix
142           warnings
143         * src/pic16/pic16.dsp: lowered warning level to 2 to suppress pedantic
144           ones
145         * src/pic16/ralloc.c
146         * src/pic16/ralloc.h (newReg): changed type to int and size to unsigned
147           to fix warnings
148         * src/pic/pcode.c (allocInternalRegister): changed parameter optype
149           from short to PIC_OPTYPE
150         * src/pic/pic.dsp: lowered warning level to 2 to suppress pedantic ones
151         * src/pic/ralloc.c (newReg, allocInternalRegister): changed parameter
152           optype from short to PIC_OPTYPE
153         * src/port.h: made int_size unsigned to fix warnings
154         * src/SDCC.y: fixed warning on MSVC
155         * src/SDCCicode.c (getArraySizePtr): return unsigned int
156         * src/SDCCopt.c (convertToFcall): fixed warnings
157         * src/SDCCsymt.h: removed double prototype for genSymName
158         * src/xa51/ralloc.c (allocReg): made size unsigned int, type int and
159           offset int to fix warnings
160
161 2006-04-22 Borut Razem <borut.razem AT siol.net>
162
163         * doc/sdccman.lyx, */Makefile, */Makefile.in:
164           references to CVS replaced with Subversion
165
166 2006-04-21 Borut Razem <borut.razem AT siol.net>
167
168         * doc/sdccman.lyx, */Makefile, */Makefile.in:
169           references to CVS replaced with Subversion
170
171 2006-04-19 Borut Razem <borut.razem AT siol.net>
172
173         * src/version.awk: adapted for svn
174         * /asxxxx/asxhtml/*.gif: set property svn:mime-type to image/gif
175           sim/ucsim/doc/*.gif: set property svn:mime-type to image/gif
176           sim/ucsim/doc/*.jpg: set property svn:mime-type to image/jpeg
177           /binutils-avr/etc/*.vi, *.jin: removed all properties
178           support/scripts/sdcc.ico: set property svn:mime-type to image/x-icon
179
180 2006-04-19 Borut Razem <borut.razem AT siol.net>
181
182         * CVS to Subversion migration completed
183
184 2006-04-18 Borut Razem <borut.razem AT siol.net>
185
186         * support/scripts/sdcc.nsi: removed unexisting ${DEV_ROOT}\lib\pic\*.o,
187           ${DEV_ROOT}\lib\src\pic\libdev\*.S, ${DEV_ROOT}\lib\src\pic\libdev\*.inc
188
189 2006-04-17 Borut Razem <borut.razem AT siol.net>
190
191         * device/include/Makefile.in: added pic/*.inc to the installation
192
193 2006-04-15 Bernhard Held <bernhard AT bernhardheld.de>
194
195         * support/regression/collate-results.py: fixed output in case of
196         a valdiag error
197         * support/regression/generate-cases.py: fixed splitting of pathnames
198         with dots
199         * as/hc08/lklibr.c (addfile),
200         * as/mcs51/lklibr.c (addfile): fixed off-by-one bug
201
202 2006-04-11 Raphael Neider <rneider AT web.de>
203
204         * src/pic16/gen.c (getFreePtr, pic16_popRegFromString),
205         * src/pic16/ralloc.c (pic16_allocregWithName): removed debug output
206         * src/pic16/pcode.c (assignValnums): fixed #1460578
207
208 2006-04-11 Raphael Neider <rneider AT web.de>
209
210         * device/lib/pic/libdev/*.c,
211         * device/include/pic/*.h: replaced sfr and data with __sfr and __data,
212           fixes #1468739, enables compilation in --std-c99 mode
213         * support/scripts/inc2h.pl: emit __sfr/__data instead of sfr/data
214
215 2006-04-11 Raphael Neider <rneider AT web.de>
216
217         * src/pic/device.c (find_device): removed debug output
218           (list_valid_pics): enabled verbose listing of supported devices
219         * device/include/stdbool.h: define bool as char for pic14/16 as well
220
221 2006-04-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
222
223         * src/SDCC.y: allow using brackets here: "__interrupt (1) __using (1)"
224
225 2006-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
226
227         * .version: bumped version to 2.5.6
228         * src/pic/ralloc.c (newReg): MSVC doesn't support __builtin_return_address
229
230 2006-04-06 Raphael Neider <rneider AT web.de>
231
232         * .version: bumped version to 2.5.6 (pic14 ABI changed)
233         * src/SDCCmain.c: add -DSDCC_PROCESSOR=<id> for pic14 port
234         * src/pic/glue.c (emitSymbolToFile,pic14_constructAbsMap,
235           pic14emitRegularMap,pic14emitMaps): moved output for absolute symbols to
236             pic14_constructAbsMap
237           (pic14printPublics): declare absolute global symbols as global
238           (pic14createInterruptVect),
239         * src/pic/ralloc.c (IS_CONFIG_ADDRESS): support second config word,
240           (newReg): assume new registers unused, use correct name in
241             hashtable (reg->name instead of name), more debugLog output
242         * src/pic/device.h (PIC_device): added fields for verbose output
243         * src/pic/device.c: moved device definition to pic14devices.txt,
244             added routines for runtime parsing of pic14devices.txt,
245             added support for second config word
246         * src/pic/main.c (_process_pragma): removed #pragma maxram,
247           (_pic14_keywords): no longer accept "bit" and "sbit" keywords
248           (_pic14_initPaths): add search paths with "pic" suffix (not "pic14")
249           (_pic14_parseOptions): moved pCodeInitRegisters here
250           (_pic14_do_link): add "pic$(ARCH).lib" to linker arguments
251         * src/pic/pcode.c (AnalyzeBanking): bail out on unset processor,
252           (pCodeInitRegisters): rewrapped comments, perpared new approach to
253             handling the pseudo stack
254         * device/lib/Makefile.in: ignore failures in objects-pic16,
255         * device/lib/pic/{configure,configure.in,Makefile}: added libdev/
256         * device/lib/pic/NEWS: document new dependency on picXXX.lib
257         * device/lib/pic/Makefile.subdir,
258         * device/lib/pic16/Makefile.subdir: improved clean rules
259         * device/lib/pic/libdev/: NEW, pic14 device libraries
260         * device/lib/pic/libsdcc/_gptr{get,put}{1,2,3,4}.S: use _X not X
261         * device/lib/pic/libsdcc/macros.inc: use _X not X, declare default SFRs
262         * device/include/Makefile.in: create subdir and install pic14 headers
263         * device/include/pic/p16f_common.inc: removed unused declarations
264         * device/include/pic/pic16*.h: added header files for 100+ 14 bit
265             PICs from inc2h.pl v1.6,
266             replaced BIT_AT macros with struct declarations
267         * device/include/pic/pic14devices.txt: definition of supported devices,
268             all above improvements contributed by Zik Saleeba, thanks
269         * support/scripts/inc2h.pl: removed BIT_AT, replaced with structs
270         * support/scripts/sdcc.nsi: also install pic14 device libraries and
271             headers
272
273 2006-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
274
275         * device/include/mcs51/c8051f410.h: added interrupt numbers,
276         * device/include/mcs51/c8051f200.h: old SiLabs mcu completes the list,
277           thanks to Charles Olds
278
279 2006-04-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
280
281         * debugger/mcs51/cmd.c (infoRegisters): show return address on stack
282
283 2006-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
284
285         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug 1464657
286         * src/mcs51/gen.c (genJumpTab): fixed bug in medium model
287         * support/regression/bug1464657.c: added, new test
288
289 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
290
291         * src/SDCCmain.c (preProcess): implemented RFE 1449908, define SDCC as the
292           version number
293
294 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
295
296         * src/SDCCpeeph.c (initPeepHole): implemented RFE 1460196, when both
297           --no-peep and --peep-file <file> are used don't use default rules but
298           do use the <file>
299
300 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
301
302         * src/mcs51/gen.c (genCall): fixed bug 1457608
303
304 2006-03-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
305
306         * doc/sdccman.lyx: reverted to version 1.129 of december as my latest
307         changes seem to cause (trigger?) problems with the build system.
308
309 2006-03-29 Maarten Brock <sourceforge.brock AT dse.nl>
310
311         * src/SDCCpeeph.c (operandsLiteral): new, added,
312           (callFuncByName): inserted operandsLiteral
313         * src/mcs51/peeph.def: reenabled 132.e, added extra check to 132.x
314
315 2006-03-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
316
317         * doc/sdccman.lyx: added paragraph "Use of SDCC in Education"
318         * src/mcs51/peeph.def: disabled rule 132.e fixing bug #1453093
319
320 2006-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
321
322         * src/z80/gen.c (genFunction, genEndFunction): fixed bug 1160666,
323           implemented patch 1120823 Thanks to Willy De la Court (normal
324           interrupts need an interrupt number now if they are made critical),
325           and enabled nesting of critical functions though not for gbz80
326           (genCritical, genEndCritical): added functions
327           (genZ80Code): added cases for CRITICAL and ENDCRITICAL
328         * src/z80/mappings.i: added "ei" to all mappings
329
330 2006-03-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
331
332         * sim/ucsim/cmd.src/newcmdcl.h: applied patch fixing GCC 4.1 build
333         submitted by the Debian SDCC maintainer Aurelien Jarno:
334         "Credits goes to Martin Michlmayr, who rebuilt the whole Debian
335         archive with gcc 4.1 on mips and wrote the patch"
336
337 2006-03-16 Raphael Neider <rneider AT web.de>
338
339         * src/pic16/genarith.c (genAddLit): simplified and fixed case where
340           the left operand is shorter than the result (c* = lit-c* + int),
341           fixes bug #1450796
342         * src/pic16/gen.c (genRightShift): check IS_SYMOP before accessing
343           OP_SYMBOL
344
345 2006-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
346
347         * src/.version: increased version number to 2.5.5
348         * src/SDCCmain.c (linkEdit): do not test for PIC16 target since, PIC16
349         linking is done manually in pic16 port's _linkEdit,
350         * src/SDCCsymt.c (compStructSize): for target PIC16 and shell variable
351         PIC16_PACKED_BITFIELDS, compact bitfield structures as much as possible,
352         * src/pic16/gen.c (aopForSym): when direct register name is WREG then
353         allocate asmop as AOP_ACC,
354         (aopForRemat): added parameter 'bool result' in function declaration,
355         (pic16_aopGet): return AOP_ACC when accessing WREG,
356         (pic16_popGetTempReg): minor modification,
357         (pic16_popRegFromIdx): first try with 'pic16_regWithIdx' then with
358         'pic16_allocWithIdx',
359         (genPcall): removed ftype, usage of OP_SYM_TYPE asserted error when
360         calling function in absolute addresses,
361         (genAssign): take into account AOP_ACC asmop,
362         * src/pic16/pcode.c (pic16_newpCodeOpReg): minor modifications,
363         * src/pic16/pcoderegs.c: some debug functions and lines added,
364         * src/pic16/ralloc.c (decodeRegType): added but commented out,
365         * (pic16_typeRegWithIdx): search 'pic16_dynInternalRegs' for given
366         register too,
367         * (pic16_findFreeReg, pic16_findFreeRegNext): allocate new register via
368         call to allocReg, not by manually allocating a new one,
369         (pic16_assignRegisters): now before going through the register
370         allocating functions mark all registers as free. This eliminates some
371         side effects resulting from peephole parser done earlier in the backbone
372
373 2006-03-13 Maarten Brock <sourceforge.brock AT dse.nl>
374
375         * src/SDCCicode.c (geniCodeLogic),
376         * src/SDCCast.c (decorateType): applied patch by Bernhard for rfe 1422617
377
378 2006-03-10 Maarten Brock <sourceforge.brock AT dse.nl>
379
380         * src/mcs51/gen.c (sameReg): new, checks if two aop regs are the same,
381           (genSend): bugfix, do not allocate and free twice,
382           (shiftRLong): handle partially overlapping aops
383         * support/regression/tests/bitopcse.c: fixed warning redefined idata
384
385 2006-03-08 Borut Razem <borut.razem AT siol.net>
386
387         * support/regression/fwk/include/testfwk.h: added defines for xdata, idata
388           for pic16
389
390 2006-03-08 Maarten Brock <sourceforge.brock AT dse.nl>
391
392         * support/regression/tests/bug1409955.c: new, added
393         * src/mcs51/gen.h: changed asmop.freed:1 to asmop.allocated for tracking
394         * src/mcs51/gen.c (newAsmop): set asmop.allocated to 1,
395           (aopForSym, aopOp): increment asmop.allocated if reused,
396           (freeAsmop): decrement asmop.allocated and check for zero instead of
397           using asmop.freed,
398           (freeForBranchAsmop): use asmop.allocated instead of asmop.freed,
399           (genNot, genCpl, genUminus, genMinus, genMult, genDiv, genMod, genCmpGt,
400            genCmpLt, genAndOp, genOrOp, genAnd, genOr, genXor, genRRC, genRLC,
401            genGetHbit, genGetAbit, genGetByte, genGetWord, genSwap,
402            genLeftShiftLiteral, genLeftShift, genRightShiftLiteral,
403            genSignedRightShift, genRightShift, genDataPointerGet,
404            genPagedPointerGet, genFarPointerGet, genCodePointerGet,
405            genGenPointerGet, genDataPointerSet, genAssign, genCast): free asmop's
406             in reverse order from allocation,
407           (genPlus, genCmpEq): free asmop's in reverse order from allocation and
408             added swappedLR to keep track
409         * support/regression/fwk/include/testfwk.h: added defines for xdata, idata,
410           pdata & code for GCC, z80, gbz80 & hc08
411         * support/regression/tests/zeropad.c: moved defines to testfwk.h
412
413 2006-03-08 Raphael Neider <rneider AT web.de>
414
415         * src/pic16/main.c (_hasNativeMulFor): fixed bug #1444425
416
417 2006-03-07 Maarten Brock <sourceforge.brock AT dse.nl>
418
419         * device/include/mcs51/c8051f410.h: new SiLabs mcu
420         * src/ds390/peeph.def: disabled 186.d and 227.a as fix for #1434401
421         * support/regression/tests/array.c: added parenthesis, made arrays unsigned
422
423 2006-03-06 Borut Razem <borut.razem AT siol.net>
424
425         * support/regression/ports/pic16/spec.mk: link with libm18f.lib,
426           made the linker quiet
427
428 2006-03-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
429
430         * src/pic16/gen.c (genPcall): fixed bug #1443644
431         * src/pic16/device.h (struct pic16_options_t): added 'int CATregs' flag
432         which dumps before the function entry point a data byte which represents
433         the number of the local variables used by the specified function, added
434         'xinst' for initial support for Extended Instruction Support,
435         * src/pic16/gen.c (aopForSym, pic16_aopGet): beautifications,
436         (pic16_testStackOverflow): do not prefix GSTACK_TEST_NAME with
437         port->fun_prefix anymore (may change later),
438         (genFunction, genEndFunction): do not store/restore local registers for
439         _main (this should take care the --main-return command line option in
440         the future),
441         (genOr): removed some legacy pic-port instructions,
442         * src/pic16/genarith.c (genAddLit): re-enabled old code because
443         performing operations with SFR's causes data to be written more than
444         once to each SFR. Perhaps SFRs should be handled in special cases...
445         * src/pic16/glue.c: macros BIG_ENDIAN and BYTE_IN_LONG are moved to
446         pcode.h
447         * src/pic16/main.c (_process_pragma): stack bound checking did not take
448         into account for stack starting position,
449         (struct OPTIONS pic16_optionsTable): added command line argument
450         --extended or -y for Extended Instruction Support,
451         * src/pic16/ralloc.c (pic16_decodeOp): added case for FUNCTION,
452         (deassignLRs): *** perhaps the most important change, old 'for' code
453         (commented out for reference), didn't account for some registers which
454         were left marked 'not free' after a pointer operation. The change
455         reduces register usage a lot in some cases
456
457 2006-03-04 Borut Razem <borut.razem AT siol.net>
458
459         * support/regression/ports/hc08/spec.mk: remove *.asm in traget
460           _clean
461         * support/regression/tests/bug-524697.c: decreased array size for
462           mcs51 to fit into the internal RAM
463         * support/regression/Makefile.in: a little bit more verbose
464
465 2006-03-03 Borut Razem <borut.razem AT siol.net>
466
467         * support/regression/fwk/lib/testfwk.c,
468           support/regression/fwk/include/testfwk.h: introduced function
469           _prints(), nonrecursive _printn(), call _initEmu() from main()
470         * support/regression/ports/gbz80/support.asm,
471           support/regression/ports/ucz80/support.asm,
472           support/regression/ports/z80/support.asm,
473           support/regression/ports/ds390/support.c,
474           support/regression/ports/hc08/support.c,
475           support/regression/ports/host/support.c,
476           support/regression/ports/mcs51/support.c,
477           support/regression/ports/xa51/support.c: added empty _initEmu()
478           function
479         * support/regression/ports/pic16/gpsim.cmd,
480           support/regression/ports/pic16/spec.mk,
481           support/regression/ports/pic16/support.c,
482           support/regression/Makefile.in: added pic16 regression test
483
484 2006-03-01 Raphael Neider <rneider AT web.de>
485
486         * src/pic16/gen.c (genPcall,pic16_derefPtr,genGenPointerGet,
487           genConstPointerGet): use safe way of generating MOVFF to cover
488             literals as well as registers, fixes bug #1440527
489         * src/pic16/glue.c (pic16_printIvalBitFields): prevent NULL pointer
490             dereference
491           (pic16_printIvalUnion,pic16_isUnion): NEW, handle initialized unions
492             more correctly, fixes bug #1232186
493           (pic16_printIval): use pic16_printIvalUnion() for initialized unions
494         * src/pic16/main.c (_pic16_linkEdit): reorder linker arguments to make
495             gplink guess the correct processor in more cases, applied patch
496             from Till Riedel attached to and fixing bug #1436552
497
498 2006-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
499
500         * support/regression/tests/array.c: added, contains check for #1434401
501         * src/mcs51/peeph.def: disabled 186.d as temporary fix for #1434401
502
503 2006-02-16 Maarten Brock <sourceforge.brock AT dse.nl>
504
505         * device/include/mcs51/at89s8253.h: new, thanks to Krzysztof Polomka
506         * device/include/mcs51/at89S8252.h: fixed, thanks to Krzysztof Polomka
507         * device/include/mcs51/c8051f326.h,
508         * device/include/mcs51/c8051f340.h: new SiLabs mcu's
509         * device/include/mcs51/c8051f000.h,
510         * device/include/mcs51/c8051f018.h,
511         * device/include/mcs51/c8051f020.h: used () with __at, renamed IDLE,STOP to
512           PCON_IDLE,PCON_STOP and added sfr16 definitions
513
514 2006-02-14 Maarten Brock <sourceforge.brock AT dse.nl>
515
516         * src/mcs51/gen.c (genPlus, genMinus, genMult, genGetAbit, genGetByte,
517           genGetWord): fixed bug 1409955
518
519 2006-02-14 Maarten Brock <sourceforge.brock AT dse.nl>
520
521         * device/include/hc08/mc68hc908gp32.h,
522         * device/include/hc08/mc68hc908jb8.h: removed AWUL, added PTA6 & PTA7
523
524 2006-02-13 Maarten Brock <sourceforge.brock AT dse.nl>
525
526         * src/SDCCast.c (constExprValue): return NULL if not a value
527         * src/SDCCglue.c (printIvalArray): fixed bug 1225568
528         * src/hc08/gen.c(genUnpackBits, genUnpackBitsImmed): fixed bug 1019480
529         * support/regression/tests/bitfields.c: enabled signed bitfield for all
530
531 2006-02-13 Borut Razem <borut.razem AT siol.net>
532
533         * src/regression/ptrarg.c: added, fails due to bug #1430967
534         * src/regression/Makefile: ptrarg.c added, ...
535
536 2006-02-12 Maarten Brock <sourceforge.brock AT dse.nl>
537
538         * src/z80/gen.c (genUnpackBits): fixed bug 1019480
539         * support/regression/tests/bitfields.c: enabled signed bitfield for z80
540
541 2006-02-11 Borut Razem <borut.razem AT siol.net>
542
543         * src/SDCCmain.c: Added "sdcc: Calling linker..." if --verbose,
544           print "Processor: xxx" message to stdout only if --verbose
545
546 2006-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
547
548         * src/SDCCglue.c (printIvalStruct): fixed bug 1426356 union initializer
549         * support/regression/tests/bug1426356.c: added
550         * support/regression/tests/bitfields.c: removed 2 tests
551
552 2006-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
553
554         * device/include/mcs51/at89c51snd1c.h: updated comments, see patch 1428901
555         * device/include/mcs51/c8051f330.h,
556         * device/include/mcs51/c8051f350.h: used () with __at, renamed IDLE,STOP to
557           PCON_IDLE,PCON_STOP and added sfr16 definitions
558         * device/lib/_divsint.c,
559         * device/lib/_divuint.c,
560         * device/lib/_divulong.c,
561         * device/lib/_divulong.c: renamed a,b to x,y to avoid confusion, fixed
562           register bank bug for small stackauto
563
564 2006-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
565
566         * support/regression/fwk/lib/timeout.c: include <stdlib.h> for exit()
567
568 2006-02-08 Maarten Brock <sourceforge.brock AT dse.nl>
569
570         * support/regression/ports/mcs51-xstack-auto/spec.mk: forgot -I(...)/mcs51
571         * all.dsp: corrected several bin paths
572         * device/include/mcs51/c8051f120.h,
573         * device/include/mcs51/c8051f300.h,
574         * device/include/mcs51/c8051f310.h: used () with __at and renamed IDLE,STOP
575           to PCON_IDLE,PCON_STOP
576         * device/include/mcs51/c8051f320.h: see above, also added sfr16 definitions
577         * device/lib/printf_large.c (output_float): fixed bug 1388703
578         * support/regression/tests/bug1057979.c: added test for bug 1388703
579
580 2006-02-08 Raphael Neider <rneider AT web.de>
581
582         * src/pic/pcode.c (pciTRIS): fixed typo,
583           (BuildFlow,LinkFlow_pCode): added (disabled) debug output,
584           (LinkFlow): fixed handling of flows that end in a call,
585           (ReuseReg): perform safety check earlier
586         * src/pic/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed
587             to work with flows at the beginning of a pBlock,
588             fixes #1426557 (Symbol not previously defined),
589           (pic14_ReMapLiveRanges): NEW, destroy and rebuild register
590             usage information
591           (RemoveUnusedRegisters): update register usage info
592         * src/pic/ralloc.c (newReg): prevent duplicate registers from being
593             created, reuse existing ones instead
594         * src/pic/gen.c (genPcall): fixed #1424719
595
596 2006-02-07 Bernhard Held <bernhard AT bernhardheld.de>
597
598         * link/z80/lkmain.c,
599         * link/z80/lklex.c,
600         * link/z80/lkdata.c,
601         * link/z80/aslink.h: fixed build on current cygwin:
602         replaced getline() by lk_getline()
603
604 2006-02-01 Borut Razem <borut.razem AT siol.net>
605
606         * src/regression/add.c, src/regression/add2.c, src/regression/add3.c,
607           src/regression/add4.c, src/regression/and1.c, src/regression/and2.c,
608           src/regression/arrays.c, src/regression/b.c, src/regression/bank1.c,
609           src/regression/bool1.c, src/regression/bool2.c,
610           src/regression/bool3.c, src/regression/call1.c,
611           src/regression/compare.c, src/regression/compare10.c,
612           src/regression/compare2.c, src/regression/compare3.c,
613           src/regression/compare4.c, src/regression/compare5.c,
614           src/regression/compare6.c, src/regression/compare7.c,
615           src/regression/compare8.c, src/regression/compare9.c,
616           src/regression/configword.c, src/regression/for.c,
617           src/regression/inline.c, src/regression/mult1.c,
618           src/regression/nestfor.c, src/regression/or1.c,
619           src/regression/pointer1.c, src/regression/ptrfunc.c,
620           src/regression/rotate1.c, src/regression/rotate2.c,
621           src/regression/rotate3.c, src/regression/rotate4.c,
622           src/regression/rotate5.c, src/regression/rotate6.c,
623           src/regression/rotate7.c, src/regression/string1.c,
624           src/regression/struct1.c, src/regression/sub.c,
625           src/regression/sub2.c, src/regression/switch1.c,
626           src/regression/while.c, src/regression/xor.c,
627           src/regression/create_stc, src/regression/simulate,
628           src/regression/rt.sh, src/regression/Makefile: reenabled Scott's PIC14
629           regression tests
630         * src/regression/gpsim_assert.h: added
631
632 2006-01-28 Bernhard Held <bernhard AT bernhardheld.de>
633
634         * src/ds390/gen.c (unsaveRegisters): fixed literal function pointer
635         ((void (code *) (void)) 0) ();
636         * as/hc08/aslex.c,
637         * as/hc08/aslink.h,
638         * as/hc08/asm.h,
639         * as/hc08/asmain.c,
640         * as/hc08/lkdata.c,
641         * as/hc08/lklex.c,
642         * as/hc08/lkmain.c,
643         * as/mcs51/aslex.c,
644         * as/mcs51/aslink.h,
645         * as/mcs51/asm.h,
646         * as/mcs51/asmain.c,
647         * as/mcs51/lkdata.c,
648         * as/mcs51/lklex.c,
649         * as/mcs51/lkmain.c,
650         * as/z80/aslex.c,
651         * as/z80/asm.h,
652         * as/z80/asmain.c: fixed build on current cygwin:
653         replaced getline() by as_getline()
654
655 2006-01-27 Bernhard Held <bernhard AT bernhardheld.de>
656
657         * src/SDCC.y: fixed bug #716242, exchanged pointer and function
658         declarator in the symbol chain
659         * src/SDCCsymt.h,
660         * src/SDCCsymt.c (processFuncPtrArgs): added, removes "(void)"
661         parameter list for function pointers
662         * src/SDCCast.c (decorateType): added call of processFuncPtrArgs()
663         * support/regression/tests/bug-716242.c: added
664
665 2006-01-20 Bernhard Held <bernhard AT bernhardheld.de>
666
667         * src/SDCCicode.c (geniCodeAdd, geniCodeArray): use char for array
668         offset if possible
669         * src/SDCCast.c (getLeftResultType): 255 fits in char, not 256
670
671 2006-01-18 Bernhard Held <bernhard AT bernhardheld.de>
672
673         * src/SDCCast.c (backPatchLabels): fixed bug #1408066: made it
674         inifinitely recurseable, added static
675         * support/regression/tests/bug-1408066.c: added
676
677 2006-01-17 Bernhard Held <bernhard AT bernhardheld.de>
678
679         * src/SDCCicode.h,
680         * src/SDCCicode.c (newiTempPreheaderLabel, newiTempLoopHeaderLabel):
681         renamed, added possibility to create "postLoopLbl"-labels
682         * src/SDCCBBlock.c (iCodeBreakDown): renamed newiTempPreheaderLabel to
683         newiTempLoopHeaderLabel
684         * src/SDCCloop.c (newInduction, newRegion, backEdges, insertIntoLoop,
685         isNotInBlocks, addToExitsMarkDepth, createLoop, dominatedBy,
686         addDefInExprs, assignmentsToSym, isOperandInvariant, pointerAssigned,
687         hasNonPtrUse, loopInvariants, addressTaken, findInduction,
688         findDefInRegion, mergeRegions, ifMerged, mergeInnerLoops): made static,
689         (pinduction, pregion, hasIncomingDefs, findLoopEndSeq): disabled,
690         (basicInduction): fixed bug #136564, made static,
691         (loopInduction): changed parameter of basicInduction, made static,
692         (addPostLoopBlock): added
693         * src/SDCCloop.h: removed backEdges, pregion, pinduction,
694         loopOptimizations, addressTaken, findDefInRegion, hasIncomingDefs,
695         findLoopEndSeq
696         * support/regression/tests/bug-136564.c: added
697         * support/regression/ports/mcs51-xstack-auto/spec.mk: added
698         --std-sdcc99 to LIBSDCCFLAGS
699
700 2006-01-16 Bernhard Held <bernhard AT bernhardheld.de>
701
702         * src/SDCCicode.c (geniCodeIfx): fix bug 1406131: always false
703         while loop
704         * support/regression/tests/bug-1406131.c: added
705
706 2005-12-31 Bernhard Held <bernhard AT bernhardheld.de>
707
708         * src/SDCCast.c (decorateType): fix promotion of unary minus
709         * src/SDCCsymt.c (computeType): beautified
710         * src/SDCCval.c (cheapestVal): beautified, old non-Ansi version removed,
711         (valUnaryPM, valComplement): fix sign and promotion,
712         (valNot): ANSI: result type is int (SDCC: unsigned char)
713         * support/regression/tests/uminus.c: speedup by removing superflous
714         test case 'int'
715         * support/regression/tests/onebyte.c: added promotion and signedness
716         tests for unary minus
717         * support/regressions/tests/bug-477927.c: disable warning about
718         uninitialized variables
719         * support/regression/tests/not.c: added
720
721 2005-12-28 Bernhard Held <bernhard AT bernhardheld.de>
722
723         * device/lib/Makefile.in: added --std-sdcc99 to CFLAGS
724         * src/mcs51/gen.c (gen51Code): show final register usage after
725         fillGaps in asm with --i-code-in-asm
726         * src/SDCClrange.c (sequenceiCode, setLiveFrom, setLiveTo,
727         markLiveRanges, markAlive, findNextUseSym, findNextUse, unvisitBlocks,
728         incUsed, rliveClear, adjustIChain): made static,
729         (setFromRange): excluded because it's unused,
730         (findPrevUseSym, markWholeLoop): added,
731         (findPrevUse): rewritten; fixes bug 895992; now a complete search
732         through all branches of predecessors enables sdcc to emit the warning
733         W_LOCAL_NOINIT, marking of outermost loop was incomplete,
734         (rlivePoint): made static, added parameter emitWarnings which is only
735         true during the first run out of two,
736         (findRecursiveSucc, findRecursivePred): removed,
737         (computeLiveRanges): made static, added parameter emitWarnings,
738         (dumpIcRlive): added for debugging only
739         * src/SDCClrange.h: added boolean parameter to computeLiveRanges(),
740         removed prototype of setFromRange()
741         * src/SDCCopt.c (eBBlockFromiCode): added new parameter emitWarnings
742         in call of computeLiveRanges()
743         * support/regression/tests/bug-895992.c: added
744         * support/regression/tests/bug-971834.c: added
745         * support/valdiag/tests/bug-895992.c: added
746         * support/valdiag/tests/bug-971834.c: added
747
748 2005-12-18 Raphael Neider <rneider AT web.de>
749
750         * src/pic16/gen.c: added IS_DIRECT macro for "direct" operands,
751           (genUnpackBits): improved code for direct operands,
752           (genPackBits): improved code for literal assignment to bitfields
753             and for direct destination operands (no FSR indirection),
754             prevented redundant AND, fixes #1362800,
755           (AccLsh): added parameter to disable masking of the result
756         * src/pic16/pcode.c (pic16_safepCodeUnlink): fixed to work with
757           skip instructions with side-effects (like incfsz),
758           (pic16_pCodeIsAlive): suppress verbose output unless pcode_verbose,
759         * src/pic16/pcoderegs.c (RemoveRegsFromSet): removed annoying warning
760         * device/lib/pic16/Makefile.common.in: added --asm=@GPASM@ to CC,
761           fixes #1375263
762
763 2005-12-11 Bernhard Held <bernhard AT bernhardheld.de>
764
765         * src/SDCCicode.c (geniCodeAssign): fixed bug 11369874, don't use
766         volatile variables as spill location
767
768 2005-12-10 Bernhard Held <bernhard AT bernhardheld.de>
769
770         * src/SDCCcse.c (findCheaperOp): fixed bug 1376320, copy signedness to
771         replacing literals
772         * support/regression/tests/bug-1376320.c: added
773
774 2005-12-08 Raphael Neider <rneider AT web.de>
775
776         * src/pic/device.c: renamed is_shared to pic14_is_shared
777         * src/pic/gen.c (genIfx): re-enabled handling of sbits
778         * src/pic/glue.c (emitSymbolToFile): added workaround for sbits,
779           (is_valid_identifier): added for above workaround
780
781 2005-12-07 Maarten Brock <sourceforge.brock AT dse.nl>
782
783         * device/lib/Makefile.in: fixed to enable port-specific-objects
784         * device/lib/ds390/i2c390.c (BitOutI2C): optimized by making bout unsigned
785           char, thanks Hubert Sack
786         * doc/sdccman.lyx: documented --xstack-loc,
787           elaborated a bit more on interrupts and pitfalls,
788           removed "setjmp/longjmp unsupported",
789           documented some unsupported C99 features
790         * src/SDCCmain.c (linkEdit): adapted default lib path for --stack-auto
791         * src/SDCCpeeph.c (readRules): inserted patch 1367130 for finding missing
792           if, thanks Hubert Sack
793         * src/mcs51/gen.c (genEndFunction): enabled "pop psw" for regbank 0 isr
794         * support/regression/Makefile.in: test-mcs51-stack-auto no longer needs to
795           make make_library
796         * support/regression/get_ticks.py: new, get cpu cycles and code size, so
797           regression tests can report resource usage (rfe 700441)
798         * support/regression/collate-results.py: report resource usage
799         * support/regression/ports/ds390/spec.mk,
800         * support/regression/ports/hc08/spec.mk,
801         * support/regression/ports/mcs51/spec.mk,
802         * support/regression/ports/ucz80/spec.mk: run sim output through get_ticks
803         * support/regression/ports/ds390/uCsim.cmd,
804         * support/regression/ports/hc08/uCsim.cmd,
805         * support/regression/ports/mcs51/uCsim.cmd,
806         * support/regression/ports/ucz80/uCsim.cmd: inserted "state" to report time
807         * support/regression/ports/mcs51-stack-auto/spec.mk: no need to build the
808           library, use the default one
809         * support/regression/ports/mcs51-xstack-auto/spec.mk: inserted rules for
810           building the library
811
812 2005-12-06 Maarten Brock <sourceforge.brock AT dse.nl>
813
814         * config.dsp: added dependency on .version and configure_vc.awk
815         * device/include/setjmp.h: updated for --stack-auto and --xstack
816         * device/include/mcs51/at89c51snd1c.h: corrected line endings
817         * device/include/mcs51/XC866.h: added, thanks Llewellyn van Zyl
818         * device/lib/_setjmp.c: updated for --stack-auto and --xstack
819         * device/lib/libsdcc.lib: added _setjmp
820         * src/SDCCast.c (createIvalCharPtr): fixed warnings,
821           (decorateType): fixed bug 1372851,
822           (optimizeGetHbit): fixed warning
823         * src/SDCCglue.c (printIvalChar, printIvalArray): adapted for flexible
824           array initialisation
825         * support/regression/tests/bug1057979.c: added test for bug 1358192
826         * support/regression/tests/setjmp.c: added, test for setjmp/longjmp
827
828 2005-12-03 Borut Razem <borut.razem AT siol.net>
829
830         * support/scripts/sdcc.nsi: added /SOLID option to "SetCompressor lzma"
831           command since the NSIS was upgraded to version 2.11 on CF x86-linux2
832
833 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
834
835         * src/SDCCast.c (createIvalStruct, createIvalArray, createIvalPtr,
836         createIval): implement symbol independant "flexible array member",
837         (createIvalCharPtr): implemented flexible array initialisation with a
838         string
839         * src/SDCCsymt.c (copyStruct): removed,
840         (getSize): fixed misleading comment,
841         (getAllocSize): removed, the additional allocation size is now in
842         sym->flexArrayLength,
843         (checkStructFlexArray): new, syntax checks for flexible array members,
844         (compStructSize): added syntax checks for "flexible array members"
845         (copyStruct): removed,
846         (copyLinkChain): removed inefficient fix for bug 770487
847         * src/SDCCglue.c (emitRegularMap): getAllocSize has been removed
848         * src/SDCCsymt.h: added structdef.b_flexArrayMember and
849         symbol->flexArrayLength
850         * src/SDCCerr.c,
851         * src/SDCCerr.h: added W_INVALID_FLEXARRAY, W_C89_NO_FLEXARRAY,
852         E_FLEXARRAY_NOTATEND and E_FLEXARRAY_INEMPTYSTRCT
853         * support/regression/tests/structflexarray.c: added
854         * support/valdiag/tests/structflexiblearray.c: added
855
856 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
857
858         * src/SDCCast.c (decorateType): fixed bug 1368489
859         * support/Util/SDCCerr.c,
860         * support/Util/SDCCerr.h: added warning W_CMP_SU_CHAR
861
862 2005-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
863
864         * device/include/mcs51/at89c51snd1c.h: added file submitted by
865           Weston T. Schmidt <schmidtw AT users.sourceforge.net>, patch #1368001
866
867 2005-11-27 Borut Razem <borut.razem AT siol.net>
868
869         * support/cpp2/cppinit.c, support/cpp2/cpplib.h, support/cpp2/mkdeps.c,
870           support/cpp2/mkdeps.h: added command line option
871           -obj-ext=<extension> to SDCPP to define object file externion, used
872           for generation of make dependencies (-M)
873         * src/SDCCmain.c: pass -obj-ext=<extension> to SDCPP
874
875 2005-11-26 Borut Razem <borut.razem AT siol.net>
876
877         * support/scripts/sdcc.nsi: added small-stack-auto libraries,
878           added missing device/lib/mcs51/crt*.asm, pic and pic16 sources,
879           added pic and pic16 libraries
880
881 2005-11-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
882
883         * device/include/float.h: Corrected typo in prototype of __fsgt
884
885 2005-11-25 Borut Razem <borut.razem AT siol.net>
886
887         * sdcc/device/lib/Makefile.in, sdcc/device/lib/incl.mk:
888           added creation of model-mcs51-stack-auto libraries
889
890 2005-11-24 Bernhard Held <bernhard AT bernhardheld.de>
891
892         * src/SDCCsymt.c (copyLinkChain): fixed bug 770487, copy structdef
893         and fields-list too
894         * src/SDCCast.c (createIvalArray): removed obsolete comment
895
896 2005-11-24 Borut Razem <borut.razem AT siol.net>
897
898         * sdcc/device/lib/Makefile.in: remove all unnecessary files, 2nd try...,
899           added missing device/lib/mcs51/crt*.asm sources
900
901 2005-11-23 Bernhard Held <bernhard AT bernhardheld.de>
902
903         * src/SDCCast.c (createIvalCharPtr): fixed bug 1348271
904
905 2005-11-22 Maarten Brock <sourceforge.brock AT dse.nl>
906
907         * device/lib/_fs2schar.c,
908         * device/lib/_fs2sint.c,
909         * device/lib/_fs2slong.c: optimized inline asm
910
911 2005-11-21 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
912
913         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
914           Better handling of floats between -1.0 and 0.0.
915
916 2005-11-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
917
918         * src/mcs51/peeph.def: added missing "if"s as noted by Hubert Sack.
919           (the missing "if"s prohibited removal of redundant labels)
920
921 2005-11-19 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
922
923         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
924           Properly convert floats between -1.0 and 0.0 to long, int, and char
925           types (max integer value of negative floats tends to zero).
926         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
927           Removed changes made so to work properly with floats between
928           -1.0 and 0.0, as the problem is fixed in _fs2slong.c, _fs2sint.c,
929           and _fs2char.c
930
931 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
932
933         * src/SDCCcse.c (ReplaceOpWithCheaperOp): minor fix for debugging only
934         * src/mcs51/gen.c (genUnpackBits): better code and a fix,
935         (genCast) cosmetic change
936         * src/ds390/gen.c (genUnpackBits, ): ported from mcs51
937         * src/ds390/ralloc.c (packRegsForAssign): ported fix for bitfields
938         from mcs51
939         * support/regression/tests/bitfields (testSignedBitfields): added
940
941 2005-11-18 Borut Razem <borut.razem AT siol.net>
942
943         * sdcc/device/lib/Makefile.in: remove all unnecessary files
944         * device/lib/pic/Makefile.rules, device/lib/pic16/Makefile.subdir:
945           introduced SILENT option to make building of pic16 libraries less
946
947 2005-11-18 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
948
949         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
950           Now they work properly with floats between -1.0 and 0.0
951         * device/lib/printf_large.c: Removed temporary patch for bug 1358192
952
953 2005-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
954
955         * src/SDCCicode.c (printOperand): added missing else
956
957 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
958
959         * src/SDCCsymt.c (computeType): fixed bug 1358192: added missing else,
960         reformatted for better readability
961         * src/mcs51/gen.c (genUnpackBits): initial, incomplete support for
962         signed bitfields
963
964 2005-11-17 Borut Razem <borut.razem AT siol.net>
965
966         * device/lib/pic16/Makefile.rules, device/lib/pic16/Makefile.subdir:
967           introduced SILENT option to make building of pic16 libraries less
968           verbose - used for nightly snapshot build
969         * doc/sdccman.lyx: documented that SDCDB and ucSim are currently not
970           available on Win32 platforms.
971         * sdcc/device/lib/Makefile.in: added library sources for mcs51, small,
972           medium, large, pic and pic16
973
974 2005-11-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
975
976         * device/lib/printf_large.c: Temporary patch for bug 1358192:
977           printf("%f"...) sets fraction to zero.
978
979 2005-11-16 Raphael Neider <rneider AT web.de>
980
981         * src/pic/pcode.c (LinkFlow): handle empty flows correctly,
982           fixes #1357221
983         * src/pic/gen.c (genIfx): implemented for CARRY bit
984         * src/pic16/gen.c (genAssign,genCast): fixed assigning/casting
985           to generic pointers, fixes #1357332,
986           (pic16_movLit2f): NEW,
987           (pic16_storeForReturn,genDataPointerSet): use pic16_movLit2f
988
989 2005-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
990
991         * src/SDCCmain.c (parseCmdLine): fixed bug 1356800, thanks rsudjian
992
993 2005-11-11 Raphael Neider <rneider AT web.de>
994
995         * src/pic/gen.c: handle FPOINTERS like POINTERS everywhere
996         * src/pic16/gen.c (pic16_derefPtr): now works for non-pointers as well,
997           compute pointer's type from operand,
998           (genUnpackBits,genPackBits): handle FPOINTERS correctly, re-indented,
999           improved single bit reads, fixes bug #1353379
1000
1001 2005-11-09 Borut Razem <borut.razem AT siol.net>
1002
1003         * support/scripts/sdcc.nsi: added lib/pic to the package
1004
1005 2005-11-08 Maarten Brock <sourceforge.brock AT dse.nl>
1006
1007         * src/SDCCval.c (valUnaryPM): fixed bug 1350699
1008
1009 2005-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
1010
1011         * support/regression/tests/bug1348008.c: added
1012         * src/mcs51/gen.c (saveRBank, unsaveRBank): fixed bug 1348008
1013         * support/regression/tests/bug1337835.c: updated comment
1014
1015 2005-11-06 Borut Razem <borut.razem AT siol.net>
1016
1017         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
1018           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
1019           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
1020           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
1021           sim/ucsim/cmd.src/set.cc, sim/ucsim/cmd.src/show.cc:
1022           dynamic construction of cl_error_class and derivates - 2.nd try
1023
1024 2005-11-05 Borut Razem <borut.razem AT siol.net>
1025
1026         * sim/ucsim/sim.src/error.cc: fixed uninitialized class member variable
1027           bug, which caused Bus Errors on sparc solaris
1028
1029 2005-11-04 Borut Razem <borut.razem AT siol.net>
1030
1031         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
1032           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
1033           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
1034           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
1035           sim/ucsim/cmd.src/cmdconf.cc: dynamic construction of cl_error_class
1036           and derivates to resolve the initialization problem on OSX
1037
1038 2005-11-02 Borut Razem <borut.razem AT siol.net>
1039
1040         * sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
1041           corrected typo - #include <winsock2.h>
1042
1043 2005-11-02 Maarten Brock <sourceforge.brock AT dse.nl>
1044
1045         * src/asm.c (printILine): always close tmpFile, thanks Beau E. Cox,
1046           (_asxxxx_mapping): added org directive for future enhancements
1047
1048 2005-11-01 Borut Razem <borut.razem AT siol.net>
1049
1050         * sim/ucsim/app.cc, sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
1051           enabled sockets on WIN32
1052         * sim/ucsim/cmd.src/newcmd.cc: fixed bug with uninitialized variables
1053
1054 2005-10-31 Borut Razem <borut.razem AT siol.net>
1055
1056         * support/regression/generate-cases.py: escape backslashes in {testcase}:
1057           WIN32 backslash path delimiters should be escaped when used in C strings
1058         * support/regression/tests/bitfields.c: exclude failing assertions for
1059           __CYGWIN32__ and __MINGW32__ hosts
1060
1061 2005-10-30 Borut Razem <borut.razem AT siol.net>
1062
1063         * src/SDCCutil.c: corrected double comparison typo
1064
1065 2005-10-30 Maarten Brock <sourceforge.brock AT dse.nl>
1066
1067         * device/lib/medium/Makefile: added for new memory model medium
1068         * device/include/asm/mcs51/features.h: updated for medium/pdata
1069         * device/include/mcs51/c8051f120.h: added sfr16/sfr32 definitions,
1070           added Multiply & Accumulate sbit's and MAC0_PAGE define
1071         * device/include/mcs51/c8051f300.h: added sfr16 definitions
1072         * device/include/mcs51/c8051f310.h: added sfr16 definitions
1073         * device/lib/_mullong.c: update for medium model
1074         * device/lib/incl.mk: added medium model
1075         * doc/sdccman.lyx: documented medium model
1076         * src/SDCCast.c (isBitAndPow2): simplified using updated powof2
1077         * src/SDCCicode.c (geniCodeMultiply, geniCodeDivision): use updated powof2
1078         * src/SDCCmain.c (optionsTable, linkEdit): enabled medium model
1079         * src/SDCCmem.c (allocIntoSeg): set iaccess for pdata symbols,
1080           (allocParms): set SCLS and OCLS to pdata for medium model
1081         * src/SDCCsymt.c (processFuncArgs): use default_local_map and set iaccess
1082           for pdata,
1083           (powof2): return <0 if not power of 2
1084         * src/avr/gen.c (genBitWise): use updated powof2
1085         * src/mcs51/gen.c (genMinusDec): use acc if necessary,
1086           (shiftR2Left2Result): small optimization in setup, save acc when storing,
1087           (shiftLLeftOrResult): use B if necessary
1088         * src/mcs51/main.c (_mcs51_finaliseOptions, mcs51_port): added medium model
1089         * src/mcs51/peeph.def: renamed 226 to 226.b, added 226.a
1090         * src/pic/main.c (_pic14_do_link): made void parameter list explicit
1091         * support/regression/Makefile.in: added test-mcs51-medium
1092         * support/regression/ports/mcs51-medium/spec.mk: added to test medium model
1093
1094 2005-10-28 Bernhard Held <bernhard AT bernhardheld.de>
1095
1096         * src/SDCCsymt.c (compStructSize): make bitfields without (un)signed
1097         specifier unsigned
1098         * device/lib/time.c (mktime): fixed bug 1334315
1099
1100 2005-10-28 Raphael Neider <rneider AT web.de>
1101
1102         * device/include/pic/p16f_common.inc: added common declarations
1103         * src/pic/ralloc.c (initStack): moved regs *r to block start for Alpha
1104
1105 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
1106
1107         * src/mcs51/gen.c (getTempRegs): return 0 if not enough registers found,
1108           (aopPutUsesAcc): added to predict accumulator use,
1109           (assignResultValue): save acc if necessary,
1110           (genMinusDec): store result if indirectly addressed,
1111           (genDivOneByte):  save acc if necessary,
1112           (movLeft2Result): bugfix if left already in acc,
1113           (genAnd, genOr, genXor, shiftL2Left2Result, shiftR2Left2Result): pay more
1114             attention to accumulator use (esp. pdata),
1115           (genReceive): receive pdata correctly
1116         * src/SDCCicode.c (isOperandInPagedSpace): added to detect pdata operands
1117         * src/SDCCicode.h: added isOperandInPagedSpace prototype
1118
1119 2005-10-27 Raphael Neider <rneider AT web.de>
1120
1121         * doc/sdccman.lyx: corrected version (should be 2.5.4 not 2.5.5)
1122
1123 2005-10-27 Raphael Neider <rneider AT web.de>
1124
1125         * .version: changed version to 2.5.4
1126         * doc/sdccman.lyx: changed version to 2.5.4, added some remarks to PIC14
1127         * device/lib/pic/libsdcc/{_mulint.c,_mullong.c}: use unsigned literals,
1128           (_divschar.c,divuchar.c,_mulchar.c,_modschar.c,_moduchar): NEW,
1129             arithmetics support routines
1130         * device/lib/pic/Makefile.rules: have assembler sources preprocessed
1131         * device/lib/Makefile.in: also create installdir for pic
1132
1133         * src/SDCCopt.c (cnvToFcall): mark support routines `extern' for
1134           pic14 port as well
1135         * src/pic/device.c (dump_sfr): rewritten to delegate register
1136           placement to the linker (use `extern sym' rather than sym EQU addr),
1137           (validAddress): fixed to check last specified address
1138         * src/pic/gen.c (aopForSym): added code to deal with array (useless?),
1139           (popGetLit): truncate literal value to 8 bit,
1140           (popGet): moved assert to more appropriate place
1141           (popGetExternal): create pCode operand from and mark the according
1142             symbol as being `extern'
1143           (popGetAddr): added sanity check on immediate's offset, provide
1144             GPOINTER tag on demand
1145           (aopPut): fixed for immediates,
1146           (mov2w_op): move operand's address or contents to WREG (depending on
1147             operand type), safer variant of mov2w,
1148           (movwf,call_libraryfunc): NEW, handy abbreviations,
1149           (get_argument_pcop,get_return_val_pcop,pass_argument,
1150           get_returnvalue): interface for accessing function parameters and
1151             return values,
1152           (assignResultValuei,genRet): use new parameter/return value interface
1153           (pic14_getDataSize): back to old version handling generic pointers,
1154           (pic14_toBoolean,genNot,genCpl,genCmpEq,genOrOp): heavily rewritten,
1155             provided implementation and/or fixed old one,
1156           (genMultOneByte,genDivOneByte,genModOneByte): implemented as library
1157             calls, removed legacy 8051 reference code
1158           (AccLsh,AccRsh): rewritten and fixed to deal with signed operands
1159           (loadSignToC): NEW, move the operands sign bit to CARRY,
1160           (genGenericShift): NEW, replaces genLeftShift, genRightShift and
1161             genRightShiftSigned, accepts negative shift counts,
1162           (setup_fsr): load FSR and adjust IRP (indirect memory access),
1163           (emitPtrByteGet,emitPtrByteSet): rewritten, now works with
1164             generic pointers, __data pointers and __code pointers,
1165           (genUnpackBits,genPackBits): rewritten to work with generic pointers
1166             and signed bitfields, limit bitfields to 8 bit,
1167           (genDataPointerGet): fixed number of bytes read,
1168           (genGenPointerGet,genConstPointerGet): fixed bitfield access,
1169           (genPointerGet,genPointerSet): fixed handling of __code pointers,
1170             pointers to constant data are no longer assumed to point to __code
1171             space, removed invalid pointer types,
1172           (bitpatternFromVal): retrieve the PICs representation of an integer
1173             or float literal,
1174           (genDataPointerSet): fixed assigning to po_immediate operands,
1175           (genGenPointerSet): implemented as library call,
1176           (genIfx): fixed incorrect condition,
1177           (genAddrOf): limit generic pointers' addresses to 2 bytes,
1178             provide GPOINTER tag according to destination's storage class,
1179           (genCast): added code to handle casting to generic pointers, added
1180             sign-/zero extension of the result
1181           (aop_isLitLike,op_isLitLike): fixed handling of immediates
1182         * src/pic/gen.h: added macros to access IRP bit in STATUS register
1183         * src/pic/genarith.c (genAddLit): use min(result's,left's) size, sign
1184           extend the result
1185         * src/pic/glue.c (is_shared_address,is_shared): check whether a given
1186           address/register resides in the shared banks
1187           (emitSymbolToFile): improved to handle global and `pinned' symbols,
1188             put all variables into separate sections (have the linker arrange
1189             them)
1190           (picglue): put init code and interrupt handlers in separate sections
1191         * src/pic/main.c: added port specific options table, modified to PORT
1192           structure to make GPOINTERs 3 byte, added pic14_options
1193           (_pic14_do_link): private linking routine (update paths to libraries,
1194             add libsdcc.lib by default)
1195         * src/pic/main.h: declare pic14_options
1196         * src/pic/pcode.c: fixed instructions i/o relations,
1197           (RegCond): reverted to correct version,
1198           (newpCodeOpLit): truncate literals to 8 bit,
1199           (genericPrint): added debug output,
1200           (getRegFromInstruction): fixed for various operand types, simplified
1201           (BuildFlow): fixed broken handling of isntructions with labels
1202           (LinkFlow): start at last instruction in flow (skip trailing comments),
1203             pass the flow on to the next instruction after CALL
1204           (pCodeReplace): NEW, replace a pCode and move meta data to the new one
1205           (insertPCodeInstruction): fixed inserting after a skip instruction,
1206           (DoBankSelect): fixed for labeled instructions
1207           (OptimizepBlock): honor --nopeep switch
1208           (AnalyzeFlow,ReuseReg): prevent crash on source files with no function
1209         * src/pic/pcodepeep.c (pCodePeepMatchRule): prevent NULL pointer accesses
1210         * src/pic/pcoderegs.c (regIsLocal): NEW, check visibility of a register
1211           (pCodeOptime2pCodes): allow disabling this optimization via
1212             --no-pcode-opt due seldomly occuring bugs, fixed some conditions
1213             but is still buggy), started implementation of a dataflow based
1214             pCode optimization (CSE + dead code elimination)
1215           (pCodeRegMapLiveRangesInFlow): removed bogus inCond
1216         * src/pic/ralloc.c (initStack): renamed stack registers to STK%d, the new
1217           names are independant of the stack location and therefore portable across
1218           devices
1219
1220 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
1221
1222         * src/mcs51/ralloc.c (bitType): added to detect bit variables,
1223           (selectSpil): fixed bug 1337835 by not spilling bit variables
1224         * support/regression/tests/bug1337835.c: added test for this bug
1225         * src/mcs51/peeph.def: restart after rule 3.c,
1226           addded rules 263.x to optimize loading constants
1227
1228 2005-10-26 Raphael Neider <rneider AT web.de>
1229
1230         * src/SDCCsymt.c (compStructSize): allow signed bitfields for PIC ports
1231         * src/pic16/gen.c (genUnpackBits): support signed bitfields,
1232           (genAssign): emit warning when casting literals to generic pointer
1233             type, also applies when taking the address of a fixed variable,
1234           (genCast): improved casting to generic pointers
1235         * src/pic16/glue.c (pic16emitStaticSeg): fixed(?) handling of fixed
1236           extern variables, added verbose error message
1237         * device/include/pic16/{string.h,errno.h}: added #pragma library c
1238
1239 2005-10-26 Bernhard Held <bernhard AT bernhardheld.de>
1240
1241         * src/mcs51/gen.c (genMinus): fixed bug 1270906: reverse subtraction,
1242         carry must be complemented too
1243         * src/mcs51/peeph.def: addded rule 262 to remove double cpl c, which
1244         could be emitted by genMinus
1245         * src/SDCCval.c (constVal): fixed bug 1305065
1246
1247 2005-10-25 Bernhard Held <bernhard AT bernhardheld.de>
1248
1249         * src/SDCCast.c (addCast): added promotion for bit variables
1250         (decorateType): emit W_COMPLEMENT before the problem vanishes behind
1251         promotion casts + optimisation
1252         (optimizeGetWord): fix warning 'i' might be used uninitialized
1253         * src/mcs51/gen.c (genCpl): removed W_COMPLEMENT
1254         * src/ds390/gen.c (genCpl): removed W_COMPLEMENT
1255
1256 2005-10-24 Bernhard Held <bernhard AT bernhardheld.de>
1257
1258         * src/SDCCicode.c (ast2iCode): reverted to 1.224 because of regression:
1259         all chars are promoted to int; promotion should be handled in SDCCast.c
1260
1261 2005-10-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1262
1263         * device/lib/_strcmp.c: Fixed bug 1326457
1264
1265 2005-10-11 Raphael Neider <rneider AT web.de>
1266
1267         * device/lib/pic16/libio/i2c.ignore: added 1320, fixes broken builds
1268         * device/lib/pic16/libdev/pic18f1320.c: added 1320's device library
1269
1270 2005-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
1271
1272         * src/SDCC.y (AT): fixed bug with sfr32 addresses when built with GCC
1273         * support/regression/tests/sfr16.c: added test for the sfr32 bug
1274
1275 2005-10-04 Raphael Neider <rneider AT web.de>
1276
1277         * device/include/pic16/pic18fregs.h, src/pic16/devices.inc,
1278           device/lib/pic16/pics.all: added pic18f1320
1279         * src/pic16/pcode.c (mnem2key): fixed prototype's argument mismatch
1280
1281 2005-09-30 Raphael Neider <rneider AT web.de>
1282
1283         * src/pic16/device.c (Pics16[]): moved device descriptions to devices.inc
1284         * src/pic16/devices.inc: NEW, provides device descriptions
1285         * src/pic16/gen.c (genInline): fixed handling of ';'-comments
1286
1287 2005-09-26 Maarten Brock <sourceforge.brock AT dse.nl>
1288
1289         * src/SDCCicode.c (operandOperation): added GETABIT, GETBYTE, GETWORD and
1290           GETHBIT
1291
1292 2005-09-25 Maarten Brock <sourceforge.brock AT dse.nl>
1293
1294         * doc/sdccman.lyx: updated Highest Order Bit documentation,
1295           documented Any Order Bit, Higher Order Byte and Higher Order Word
1296         * src/SDCC.y: added tokens GETABIT, GETBYTE, GETWORD
1297         * src/SDCCast.c (optimizeGetHbit): updated to also accept bool=expr&(1<<n),
1298           (optimizeGetAbit): new, to get any bit, not only the high bit,
1299           (optimizeGetByte): new, to get a byte from a (long) int: expr>>(8*n),
1300           (optimizeGetWord): new, to get a word from a long int: expr>>(8*n),
1301           (isConformingBody): also check GETABIT, GETBYTE, GETWORD,
1302           (decorateType): '&': also try GETABIT, GETBYTE, GETWORD optimization,
1303             RIGHT_OP: also try GETBYTE, GETWORD optimization,
1304             GETABIT, GETBYTE, GETWORD: decorate them,
1305           (isShiftRightLitVal, isBitAndPowOf2): new helper functions,
1306           (ast_print): added GETABIT, GETBYTE, GETWORD
1307         * src/SDCCcse.c (isSignedOp): added GETABIT, GETBYTE, GETWORD
1308         * src/SDCCicode.c (codeTable): added GETABIT, GETBYTE, GETWORD,
1309           (geniCodeBinary): new generic binary icode,
1310           (ast2iCode): added GETABIT, GETBYTE, GETWORD
1311         * src/port.h: updated comment for PORT.hasExtBitOp
1312         * src/mcs51/gen.c (genGetAbit): new, to get any single bit,
1313           (genGetByte): new, to get a single byte,
1314           (genGetWord): new, to get a word from a long,
1315           (gen51Code): added GETABIT, GETBYTE, GETWORD
1316         * src/mcs51/main.c (hasExtBitOp): added GETABIT, GETBYTE, GETWORD
1317
1318 2005-09-23 Raphael Neider <rneider AT web.de>
1319
1320         * configure.in, configure: have device/lib/pic configured
1321         * device/lib/Makefile.in: added model-pic14
1322         * device/lib/clean.mk: added pic/ to clean rule
1323         * device/lib/pic: added rudimentary pic14 library providing support
1324           functions for multiplication/division/generic pointer access
1325         * src/SDCCopt.c (convilong): mark support functions as extern
1326           for pic14 port as well
1327         * src/pic/gen.c (genMult): added assertions,
1328           (genpic14Code): emit warning on unhandled iCodes
1329         * src/pic/main.c (_hasNativeMulFor): return true only for 8x8 bit
1330         * src/pic/pcode.c (pCodeOpCopy),
1331         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed handling of various
1332           pCodeOpReg-subtypes (PO_{STATUS,INTCON,PCL,PCLATH,PCLATU,BSR,
1333           SFR_REGISTER}), made safe for future extensions
1334         * src/pic16/pcode.c (pic16_safepCodeUnlink): allow for removal of
1335           instructions even if preceeded by SKIP instructions (also remove
1336           them); removed unused code
1337         * src/pic16/pcode.h: added arg2 to pCodeOpLit to match pCodeOpLit2,
1338           prevents leaving parts of the structure uninitialized after copying
1339
1340 2005-09-22 Maarten Brock <sourceforge.brock AT dse.nl>
1341
1342         * src/mcs51/gen.c (genMinus): fix for undetected bug introduced 3 months
1343           ago by me
1344         * support/regression/tests/addsub.c: added test for the bug
1345
1346 2005-09-21 Raphael Neider <rneider AT web.de>
1347
1348         * device/include/pic16/pic18f1220.h,
1349           device/lib/pic16/libdev/pic18f1220.c: added ECCPAS sfr and bitfield
1350         * device/lib/pic16/Makefile.rules: added missing opening paren
1351         * src/pic16/gen.c (pic16_genNot,pic16_genCpl): removed as these
1352           are provided in genutils.c,
1353           (genUminusFloat,genUminus,genCmpEq): added asserts on different
1354           operand/result sizes,
1355           (genCmp): assert on NULL pointers first, then check deref'ed values
1356         * src/pic16/genutils.c (pic16_genCpl): fixed for different operand/
1357           result size
1358
1359 2005-09-18 Raphael Neider <rneider AT web.de>
1360
1361         * src/pic16/gen.c (genFarPointerGet,genFarPointerSet): removed
1362           as these are now unused,
1363           (genPointerGet,genPointerSet): handle FPOINTERs like POINTERs
1364         * src/pic16/pcode.c (pic16_symIsSpecial): assume REG_TMPs to be
1365           local, avoids uninitialized pointer dereference on r->name
1366         * src/pic16/ralloc.c (newReg): fixed indentation
1367
1368 2005-09-13 Maarten Brock <sourceforge.brock AT dse.nl>
1369
1370         * src/SDCCval.c (constVal): fixed bug 730366
1371         * support/Util/SDCCerr.c,
1372         * support/Util/SDCCerr.h: added warning W_INVALID_INT_CONST
1373
1374 2005-09-10 Maarten Brock <sourceforge.brock AT dse.nl>
1375
1376         * as/mcs51/lkmem.c (summary2): fixed report for absolute areas (bug 1210220)
1377
1378 2005-09-09 Maarten Brock <sourceforge.brock AT dse.nl>
1379
1380         * src/mcs51/peeph.def (241.x): fixed bug when comparing generic pointers
1381
1382 2005-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
1383
1384         * as/hc08/lkaomf51.c (OutputName): made name unsigned char,
1385           (hex2dec): made hex_digit unsigned char, removed ascii dependance
1386         * as/mcs51/lkaomf51.c (OutputName): made name unsigned char,
1387           (hex2dec): made hex_digit unsigned char, removed ascii dependance
1388         * as/mcs51/lkarea.c (lnkarea2): sort absolute areas to the front
1389         * packihx/packihx.c (hexDigit): made c unsigned char
1390         * as/mcs51/lklibr.c (fndsym),
1391         * link/z80/lkgb.c (gb),
1392         * link/z80/lklibr.c (fndsym),
1393         * link/z80/lkrloc.c (relr),
1394         * sim/ucsim/libltdl/ltdl.c (load_deplibs, try_dlopen),
1395         * src/SDCC.lex (checkCurrFile, process_pragma),
1396         * src/SDCCglue.c (spacesToUnderscores),
1397         * src/SDCCmain.c (setParseWithComma, processFile),
1398         * src/asm.c (tvsprintf, printCLine),
1399         * src/avr/gen.c (emitcode, aopPut),
1400         * src/ds390/gen.c (emitcode),
1401         * src/hc08/gen.c (emitcode, emitinline),
1402         * src/mcs51/gen.c (emitcode, genInline),
1403         * src/pic/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
1404           tokenizeLineNode),
1405         * src/pic/ralloc.c (debugLog),
1406         * src/pic16/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
1407           tokenizeLineNode),
1408         * src/pic16/ralloc.c (debugLog),
1409         * src/z80/main.c (_process_pragma):
1410            made all ctype.h function calls safe
1411         * src/SDCCopt.c: include math.h for fabs
1412         * src/SDCCpeeph.c: added macros ISCHARDIGIT, ISCHARSPACE and ISCHARALNUM
1413           and used them throughout the code to make ctype.h function calls safe
1414         * src/ds390/main.c (asmLineNodeFromLineNode),
1415         * src/mcs51/main.c (asmLineNodeFromLineNode): made p unsigned char*
1416         * src/pic/gen.c (DEBUGpic14_emitcode, pic14_emitcode): made lbp
1417            unsigned char*
1418         * src/pic/pcode.c (mnem2key): made mnem unsigned char*,
1419           (newpCodeAsmDir): made ctype.h function calls safe
1420         * src/pic16/gen.c (pic16_emitpcomment, DEBUGpic16_emitcode,
1421           pic16_emitcode):  made lbp unsigned char*
1422         * src/pic16/pcode.c (mnem2key): made mnem unsigned char*,
1423           (pic16_newpCodeAsmDir): made ctype.h function calls safe
1424         * src/xa51/gen.c (emitcode),
1425         * src/z80/gen.c (_emit2): made lbp unsigned char*
1426         * support/Util/MySystem.c (split_command): made cmd_line and p unsigned
1427            char*
1428
1429 2005-09-05 Raphael Neider <rneider AT web.de>
1430
1431         * src/pic16/ralloc.c (pic16_allocDirReg): use device specific
1432           access bank splitpoint
1433
1434 2005-09-05 Raphael Neider <rneider AT web.de>
1435
1436         * device/lib/pic16/libc/Makefile: added (missing) string to SUBDIRS
1437
1438 2005-09-03 Maarten Brock <sourceforge.brock AT dse.nl>
1439
1440         * .version: changed to version 2.5.3
1441         * doc/sdccman.lyx: changed version to 2.5.3,
1442           documented --codeseg and --constseg and pragma codeseg and constseg,
1443           documented bit parameters (reentrant) and bit returning
1444         * src/SDCCicode.c (geniCodeReceive): fixed (possible) bug generating
1445            currFunc->recvSize, but is this ok for all ports?
1446           (ast2iCode): result of ~ on unsigned char must be cast to int for
1447            bool to work
1448         * src/SDCCmem.c (allocGlobal, allocLocal): don't put bit returning
1449           function pointers in bit space
1450         * src/SDCCsymt.c (checkSClass): allow bit returning function pointers,
1451           (processFuncArgs): call port.reg_parm() with reentrancy info
1452         * src/port.h,
1453         * src/avr/main.c,
1454         * src/ds390/main.c,
1455         * src/hc08/main.c,
1456         * src/pic/main.c,
1457         * src/pic16/main.c,
1458         * src/xa51/main.c,
1459         * src/z80/main.c: port.reg_parm prototype extended with
1460           "bool reentrant" parameter
1461         * src/mcs51/main.c (_mcs51_regparm): use parameter reentrant instead of
1462           options.stackAuto for allocating bit register parameters
1463         * src/mcs51/gen.c (genNot): optimized complementing direct bit,
1464           (genSend): set BitBankUsed if it is,
1465           (selectRegBank): factored out of genCall for use in genPcall,
1466           (genCall): removed redundant dtype assignmen, use selectRegBank,
1467           (genPcall): handle returning in Carry properly, save in F0 if needed,
1468           (genReceive): handle bit register parameters
1469         * src/mcs51/ralloc.c (updateRegUsage): update BitBankUsed along the way,
1470           (mcs51_assignRegisters): enable bit registers for all reentrant
1471            functions and don't set BitBankUsed unconditionally
1472         * src/mcs51/peeph.def (177.d): fixed bug if %2==%3
1473         * support/regression/tests/bitvars.c: enable tests for SDCC_STACK_AUTO
1474         * support/regression/tests/funptrs.c: added tests for BOOL and for return
1475
1476 2005-08-27 Borut Razem <borut.razem AT siol.net>
1477
1478         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) and on
1479         ppc-osx (Darwin) does not support -u option. It seems that it is
1480         supported only on Linux - GNU cp
1481
1482 2005-08-25 Borut Razem <borut.razem AT siol.net>
1483
1484         * sim/ucsim/gui.src/serio.src/Makefile.in,
1485           sim/ucsim/s51.src/Makefile.in, sim/ucsim/avr.src/Makefile.in,
1486           sim/ucsim/z80.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
1487           sim/ucsim/xa.src/Makefile.in: install -s changed to 2 steps:
1488           install and strip, since the strip at /usr/ccs/bin should be used
1489           on solaris
1490
1491 2005-08-24 Borut Razem <borut.razem AT siol.net>
1492
1493         * clean.mk, device/lib/clean.mk: find on sparc-solaris does not support -maxdepth option
1494
1495 2005-08-23 Bernhard Held <bernhard AT bernhardheld.de>
1496
1497         * src/SDCCopt.c (convertToFcall): fixed modulus with divisors 1 and
1498         ffffffffu
1499
1500 2005-08-23 Maarten Brock <sourceforge.brock AT dse.nl>
1501
1502         * as/mcs51/aslink.h: completed lkrloc.c prototypes
1503         * as/mcs51/lkmain.c (link_main): fixed warning
1504         * device/include/stdbool.h: ds390 has no advanced bit support yet
1505         * src/SDCC.y: use SPEC_SHORT and renamed _signed to b_signed
1506         * src/SDCCsymt.c: use SPEC_SHORT and renamed _signed to b_signed
1507         * src/SDCCsymt.h (struct specifier): renamed _xxx bitfields to b_xxx
1508           and updated their macros
1509         * src/SDCCval.c (constVal): updated comment for renamed b_long
1510
1511 2005-08-22 Maarten Brock <sourceforge.brock AT dse.nl>
1512
1513         * as/mcs51/asdata.c: changed ctype['['] to BINOP
1514         * as/mcs51/asexpr.c (expr): added case '[' for bit access in bdata,
1515           (term): abused bit 15 of s_addr to indicate bit-addressable bytes,
1516           (oprio): set priority for '['
1517         * as/mcs51/aslink.h: added define R_BIT, and prototypes for adb_bit
1518            and adb_24_bit
1519         * as/mcs51/asm.h: added defines R_BIT and S_BIT
1520         * as/mcs51/lkarea.c (lnksect2): use T for seg BIT_BANK and overlay it
1521         * as/mcs51/lkdata.c: changed ctype['['] to BINOP
1522         * as/mcs51/lkmain.c (Areas51): rel2 contains 12 (=C) areas now,
1523           added overlayable BIT_BANK area
1524         * as/mcs51/lkmem.c (summary): add BIT_BANK to BSEG_BYTES in the report,
1525           (summary2): explain 'T' in legenda
1526         * as/mcs51/lkrloc.c: replaced old K&R style,
1527           (relr): added R_BIT processing,
1528           (errmsg): added "Bit-addressable relocation error",
1529           (adb_bit): added for converting from byte- to bit-addressable space,
1530           (adb_24_bit): added for converting from byte- to bit-addressable space
1531         * device/include/stdbool.h: changed BOOL to __bit for mcs51 as it can be
1532            used in reentrant functions now even as return value
1533         * device/lib/_gptrput.c (_gptrput): removed obsolete code
1534         * src/SDCCast.c (resultTypePropagate): also propagate AND_OP and OR_OP,
1535           (decorateType): case '!', GETHBIT, AND_OP, OR_OP: result in bool or char
1536         * src/SDCCglobl.h: added indicator BitBankUsed
1537         * src/SDCCglue.c (glue): emit area BIT_BANK with byte 'bits' and equ's for
1538            the bit registers b0-b7
1539         * src/SDCCicode.c (operandFromSymbol): removed IS_BITVAR check,
1540           (geniCodeCast): fixed bug 1263853,
1541           (geniCodeLogicAndOr): put result in bool or char,
1542           (geniCodeReceive): added parameter func for accessing the return type,
1543           (geniCodeFunctionBody): pass func to geniCodeReceive
1544         * src/SDCCmain.c: added indicator BitBankUsed
1545         * src/SDCCmem.c (allocLocal): explicitly set sclass for V_BIT
1546         * src/SDCCsymt.c (newBoolLink): added for creating a bool/bit,
1547           (checkSClass): don't put automatic bool/bit on stack,
1548           (checkFunction): removed check on function cannot return bit
1549         * src/SDCCsymt.h: added newBoolLink prototype
1550         * src/mcs51/gen.c (rb1regs): added bit registers,
1551           (movc): created for assigning to carry,
1552           (pushReg, popReg): created for pushing registers,
1553           (sameRegs): check both AOP_REG and AOP_CRY types,
1554           (aopOp): handle bit registers,
1555           (aopPut): optimization no self-assign,
1556           (saveRegisters): push reg->base (bits) only once for bit registers,
1557            and use pushReg,
1558           (unsaveRegisters): pop reg->base only once and use popReg,
1559           (assignResultValue): added parameter func and return in carry for bits,
1560           (genIpush): optimization no reload in A if not changed,
1561           (genSend): bit parameters in reentrant functions are passed in bit
1562            registers by first assigning to bits in B, then save registers and
1563            copy B to bits,
1564           (genCall): handle returning in Carry properly, save it in F0 if needed,
1565           (genPcall): updated assignResultValue call, this is not safe yet for bit
1566            returning function !!!
1567           (genFunction): don't generate equ's for bit registers and use pushReg,
1568           (genEndFunction): take care of bit returning functions and use popReg,
1569           (genRet): return bit in Carry,
1570           (genIfx): optimize bit registers and other directly addressable bits,
1571           (genReceive): updated assignResultValue call
1572         * src/mcs51/main.c (_mcs51_reset_regparm): added regBitParmFlg,
1573           (_mcs51_regparm): allow passing of upto 8 bit parameters in bit
1574            registers when using stack-auto
1575         * src/mcs51/ralloc.c (_G): added allBitregs,
1576           (regs8051): added the bit registers,
1577           (createStackSpil): use macro IS_BIT,
1578           (getRegBit): added to allocate a bit register, else spill,
1579           (getRegBitNoSpil): added to allocate a bit register, else a gpr,
1580           (updateRegUsage): factored out to ease stepping while debugging,
1581           (serialRegAssign): use updateRegUsage, only spill bits if necessary,
1582            also allocate bit registers,
1583           (fillGaps): handle bit registers,
1584           (findAllBitregs): added to create bit vector with all bit registers,
1585           (mcs51_allBitregs): returns this bit vector,
1586           (mcs51_assignRegisters): when using stack-auto use bit registers for
1587            passing parameters and creating local variables
1588         * src/mcs51/ralloc.h: added B0_IDX..B7_IDX and prototype mcs51_allBitregs
1589
1590 2005-08-22 Borut Razem <borut.razem AT siol.net>
1591
1592         * device/lib/Makefile.in: replaced find option -or with -o
1593           to make it run on solaris
1594
1595 2005-08-22 Raphael Neider <rneider AT web.de>
1596
1597         * src/pic16/gen.c (pic16_loadFromReturn): added check for AOP_PCODE,
1598           fixes #1265442 (crash on Solaris)
1599
1600 2005-08-20 Borut Razem <borut.razem AT siol.net>
1601
1602         * configure, configure.in: added tests for libsocket and libnsl libraries,
1603           requred by sdcdb on sparc-solaris; generate support/regression/Makefile
1604           from support/regression/Makefile.in
1605         * support/regression/Makefile.in: added
1606         * device/lib/pic16/Makefile.common.in: force make to use bash shell
1607         * sim/ucsim/libtool: regenerated on sparc-solaris
1608         * sim/ucsim/avr.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
1609           sim/ucsim/s51.src/Makefile.in, sim/ucsim/xa.src/Makefile.in,
1610           sim/ucsim/z80.src/Makefile.in: removed GNU ld specific linker options
1611           -Wl,--start-group and -Wl,--end-group to enable ucsim compilation on
1612           sparc-solaris, which doesn't use GNU ld linker
1613         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) does not support -u option
1614         * as/Makefile: find on sparc-solaris does not support -maxdepth option
1615
1616 2005-08-19 Maarten Brock <sourceforge.brock AT dse.nl>
1617
1618         * src/mcs51/peeph.def: updated comments
1619
1620 2005-08-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1621
1622         * device/lib/_gptrget.c,
1623         * device/lib/_gptrput.c: slightly shorter
1624         * doc/sdccman.lyx: incremented version
1625         * src/mcs51/peeph.def: moved peephole comments to the line of first
1626           change to better keep line correlation, reanimated 186.e
1627         * src/mcs51/peeph.def: renamed similar peepholes by using suffixes
1628
1629 2005-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
1630
1631         * src/pic/pcode.c : Pasted ".line" assembly directives patch from
1632           David Saxton with quotes around file name.
1633
1634 2005-08-15 Borut Razem <borut.razem AT siol.net>
1635
1636         * support/regression/tests/bitfields.c, support/regression/tests/bitvars.c,
1637           support/regression/tests/bitwise.c, support/regression/tests/literalop.c,
1638           support/regression/tests/rotate.c, support/regression/tests/zeropad.c:
1639           make tests run on x86_64 platform
1640
1641 2005-08-13 Raphael Neider <rneider AT web.de>
1642
1643         * device/lib/pic16/Makefile.subdir: weakened clean-intermediate rule
1644           as it might be executed DURING a build (parallel make is wonderful)
1645
1646 2005-08-13 Raphael Neider <rneider AT web.de>
1647
1648         * device/lib/Makefile.in (port-specific-objects-pic16):
1649           revert to cp $(PORT)/bin/*.* $(PORTDIR)
1650         * device/lib/pic16/Makefile: added .PHONY targets, removed builddir
1651           dependency
1652         * device/lib/pic16/Makefile.rules: build subdirs before creating
1653           the library, removed builddir rule, create $(builddir) early in
1654           recurse rule, use empty recurse rule for leaf directories
1655         * device/lib/pic16/Makefile.subdir: added phony targets, ignore
1656           mkdir errors (race condition), removed duplicate suffix "hex"
1657           from clean rules
1658         * device/lib/pic16/libdev/Makefile: recursive make via + and $(MAKE)
1659         * device/lib/pic16/libio/Makefile: create sub-make's builddir early,
1660           prevents mkdir -p from aborting on Alpha
1661
1662 2005-08-12 Raphael Neider <rneider AT web.de>
1663
1664         * src/pic16/glue.c (pic16_print(G)PointerType): do not flush
1665           db-statements in order to allow for arrays of pointers in code
1666           sections to be placed without interspersed 0-padding, fixes
1667           bug #1256215
1668         * (emitStatistics): fixed division by zero for pic18f1220
1669         * src/pic16/pcode.c: buffer (up to) 12 DB directives to allow for
1670           unpadded writing of 8-bit, 16-bit, 24-bit and 32-bit values
1671         * (pic16_emitDS): respect DB_ITEMS_PER_LINE
1672         * (pic16_pCodeConstString): keep track of already emitted string
1673           literals to prevent "duplicate definitions of symbol _str_NR"
1674         * src/pic16/ralloc.c (pic16_allocRegByName): removed not so helpful
1675           debug message
1676         * device/lib/Makefile.in: ignore failing PIC16 library builds
1677         * device/lib/pic16/Makefile: do not build if gputils are missing
1678         * device/lib/pic16/Makefile.common.in: do not enforce MAKEFLAGS=-s
1679
1680 2005-08-10 Raphael Neider <rneider AT web.de>
1681
1682         * device/lib/Makefile.in: fixed copying pic16 libraries (broken by
1683           my last commit)
1684
1685 2005-08-10 Raphael Neider <rneider AT web.de>
1686
1687         * src/*.c, src/pic16/{gen.c,glue.c,main.c}: applied Vangelis
1688           Rokas' patch to add the new fixed point type "__fixed16x16"
1689         * device/lib/pic16/libsdcc/fixed16x16: added Vangelis' support
1690           functions for __fixed16x16 arithmetics
1691         * device/lib/pic16: reimplemented the build system to support
1692           a separate build directory, better handling of libio (create
1693           the library in a separate subdir for each architecture) and
1694           easier configuration (centralized in Makefile.common)
1695
1696 2005-08-07 Raphael Neider <rneider AT web.de>
1697
1698         * src/pic16/gen.c (genrshTwo): fixed sign extension
1699         * src/pic16/device.c: added pic18f2320, 4220 and 4320
1700         * device/include/pic16/pic18f2220.h: changed some bit definitions,
1701           added T0CONbits
1702         * device/include/pic16/pic18f4220.h: NEW, header for
1703           pic18f4220 and pic18f4320
1704         * device/include/pic16/pic18fregs.h: added new devices,
1705           embraced Nop(), ClrWdt(), Sleep() and Reset() with do {} while(0)
1706         * device/include/pic16/signal.h: resolved name clashes
1707           on bit definitions, added DEF_HANDLER2(sig1,sig2,handler)
1708           to also allow testing for interrupt enable bits, added
1709           comments on how to use the macros
1710         * device/lib/pic16/libdev/pic18f2220.c: added T0CONbits
1711         * device/lib/pic16/libdev/pic18f{2320,4220,4320}.c: NEW,
1712           register definitions for the devices
1713         * device/lib/pic16/pics.all: added new devices
1714         * device/lib/pic16/libc/stdlib/calloc.c: fixed zeroing
1715           allocated memory
1716         * device/lib/pic16/libc/stdlib/memfree: do not count
1717           the block header as free memory
1718         * device/lib/pic16/libc/stdlib/memmisc.c (_initHeap):
1719           simplified and added missing end-of-blocklist-marker
1720           (reported by Peter Onion, fixes #1252814)
1721         * (_mergeHeapBlock): fixed loop condition
1722         * device/lib/pic16/libc/stdlib/realloc.c: return NULL for
1723           len==0, restructured code
1724         * device/lib/pic16/libc/stdlib/{malloc,memfreemax}.c: cleaned
1725           up a bit, reduced bitfield accesses, prevent endless loops
1726           in case of heap corruption
1727         * device/lib/pic16/libc/stdlib/x_ftoa.c: disabled
1728           "unreferenced arguments/must return a value" warnings
1729         * device/lib/pic16/libio/usart/ubaud.c (usart_baud):
1730           replaced BAUDREG with SPBRG
1731         * device/lib/pic16/libsdcc/lregs/{lrrest.c,lrst.c},
1732           device/lib/pic16/debug/gstack/gstack.c: replaced
1733           _naked, _asm, _endasm with __naked, __asm, __endasm
1734
1735 2005-08-05 Raphael Neider <rneider AT web.de>
1736
1737         * src/pic16/gen.c (pic16_aopGet): fixed handling of offsets in
1738           AOP_PCODE operands, fixes multibyte union-bitfield-accesses
1739
1740 2005-08-05 Borut Razem <borut.razem AT siol.net>
1741
1742         * device/lib/Makefile.in: added missing ';'
1743         * configure: removed ^M characters
1744
1745 2005-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1746
1747         * device/include/mcs51/at89c51ed2.h, device/include/mcs51/p89v51rd2.h,
1748           device/include/mcs51/at89s53.h: changed to GNU Lesser General Public
1749           License
1750
1751 2005-08-04 Borut Razem <borut.razem AT siol.net>
1752
1753         * configure.in: pic16 libraries build 2nd try - enable running
1754           configure in device/lib/pic16
1755         * configure: regenerated from configure.in
1756         * device/lib/Makefile.in: create $(PORT)/bin directory
1757
1758 2005-08-03 Raphael Neider <rneider AT web.de>
1759
1760         * src/pic16/gen.c (pic16_derefPtr): NEW, single place
1761           to get/set values via pointers
1762         * (genUnpackBits,genPackBits): changed detection of
1763           ptr->bitfield vs. sym.bitfield, fixed access via generic
1764           pointers, removed dead (wrong) code for multibyte bitfields
1765         * (genNearPointerGet, genGenPointerGet): removed useless code,
1766           fixed bitfield detection, fixes #1250594
1767         * (genNearPointerSet): removed useless code
1768         * src/pic16/gen.h: renamed pic16_emitpcode to pic16_emitpcode_real
1769           and introduced macro pic16_emitpcode that conditionally emits
1770           the origin of the following pCode (useful for debugging SDCC)
1771         * src/pic16/pcode.c: changed (and disabled) some debug outputs
1772         * (createDefmap): fixed handling of LFSR for --optimize-df
1773
1774 2005-08-02 Borut Razem <borut.razem AT siol.net>
1775
1776         * device/lib/Makefile.in: pic16 libraries build enabled since
1777           gputils-0.13.2 are now localy installed at sourceforge's compile farm
1778
1779 2005-08-02 Raphael Neider <rneider AT web.de>
1780
1781         * src/pic16/gen.c (genPackBits): removed deprecated warning
1782         * (genGenPointerSet): fixed bitfield detection
1783
1784 2005-08-02 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1785
1786         * device/include/mcs51/msm8xc154s.h: Removed PT2 definition, now in 8052.h.
1787
1788 2005-07-31 Raphael Neider <rneider AT web.de>
1789
1790         * device/lib/pic16/libdev/pic18f458.c,
1791           device/include/pic16/pic18f458.h: added missing T0CONbits
1792
1793 2005-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
1794
1795         * device/include/mcs51/msm8xc154s.h: added, thanks to Matthias Arndt
1796
1797 2005-07-28 Maarten Brock <sourceforge.brock AT dse.nl>
1798
1799         * src/mcs51/gen.c (operandsEqu): fixed bug 1246687
1800
1801 2005-07-23 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1802
1803         * device/include/mcs51/at89c51ed2.h: added.
1804
1805 2005-07-23 Raphael Neider <rneider AT web.de>
1806
1807         * src/pic/gen.h: added emitpcode macro for debugging
1808         * src/pic/gen.c (emitpcode): renamed to emitpcode_real
1809           and replace by macro adding debug information on demand
1810         * (genNot): fixed to C semantics (!0 = 1; !x = 0 iff x != 0)
1811         * (gencjne): tried to fix; replaced with correct (slower) code
1812         * (gen{Unp,P}ackBits): fixed single bit access
1813         * src/pic/pcode.c (AnalyzepCode): fixed DFPRINTF argument
1814         * src/pic/pcodepeep.c (pCodeSearchCondition): fixed finding
1815           previous instruction
1816         * src/pic/pcoderegs.c (regIsSpecial): NEW, check whether a
1817           register has to be handled with care (forbidding movement
1818           of assignments/uses, removing assignments completely, ...)
1819         * (pCodeOptime2pCodes): make use of regIsSpecial
1820         * added lots of debugging output (commented out)
1821         * src/pic/rallloc.c (deassignLRs): prevent operand registers
1822           from being reused as result UNLESS it is known to work
1823
1824 2005-07-23 Maarten Brock <sourceforge.brock AT dse.nl>
1825
1826         * support/Util/dbuf.h: include <stddef.h> for size_t
1827         * .version: changed to version 2.5.2
1828
1829 2005-07-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1830
1831         * src/SDCCloop.c (loopInvariants): fixed bug #1234048
1832
1833 2005-07-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1834
1835         * src/hc08/gen.c (genMinus): fixed bug #1241835,
1836           (genModOneByte): removed needless psha/pula
1837
1838 2005-07-22 Raphael Neider <rneider AT web.de>
1839
1840         * src/SDCCmain.c (linkEdit): initialized linkerScriptFileName,
1841           have PIC14 handled like PIC16, fixes broken pic14 linker calls
1842         * src/pic/gen.c (resolveIfx): do not "invent" labels
1843         * (genSkipc): changed to positive logic
1844         * (genSkipCond): removed as no longer needed
1845         * (pic14_mov2w_regOrLit,genCmp): NEW, replacement for buggy version,
1846           backport from PIC16
1847         * (genLeftShift): check operands are in different registers
1848         * src/pic/genarith.c (genPlus): replaced INCF with ADDLW as
1849           INCF does not update CARRY...
1850         * src/pic/main.c: fixed _linkCmd
1851         * src/pic/pcode.c (unlinkpCode): added inactive code
1852         * src/pic/ralloc.c (deassignLRs): keep arguments to shift operations
1853           alive (do not assign result and operand overlapping registers)
1854
1855 2005-07-22 Raphael Neider <rneider AT web.de>
1856
1857         * src/pic/device.c (dump_sfr): replaced register declaration with
1858           call to emitSymbolToFile() to avoid duplicate symbols
1859         * (assignRelocatableRegisters): do not declare external symbols
1860         * src/pic/ralloc.c (allocNewDirReg): fixed to get size of arrays
1861           right (take size of type, not etype)
1862         * (allocDirReg): fixed call to allocNewDirReg() to pass OP_SYM_TYPE
1863         * (writeUsedRegs): also dump dynDirectRegs (e.g. local variables)
1864         * (packRegsForAccUse): disabled assignment of WREG as
1865           the result reg to prevent occurence of just fixed #1235003,
1866           fixes #1242954
1867         * src/pic/glue.c (emitSymbolToFile): NEW, central place to declare
1868           symbols (avoids duplicate symbols in .asm file)
1869         * (pic14emitRegularMap): use emitSymbolToFile()
1870         * src/pic/gen.c (aopOp): fixed spillLocation handling
1871         * (gen{Unp,P}ackBits): fixed acquiring bit-operands
1872         * (genDataPointerSet): removed unneccessary variables/output
1873
1874 2005-07-22 Maarten Brock <sourceforge.brock AT dse.nl>
1875
1876         * as/mcs51/lkarea.c: enlarged codemap for banked memory
1877         * device/lib/mcs51/crtbank.asm: added # to 0x0F
1878
1879 2005-07-21 Raphael Neider <rneider AT web.de>
1880
1881         * src/pic/gen.c (aopOp): do not generate AOP_ACC operands as pic14
1882           architecture cannot handle them efficiently, fixes bug #1235003
1883         * src/pic16/device.c (pic16_dump_{u,i}section,pic16_dump_int_registers):
1884           check for empty sets before using them (fixes bug #1232190)
1885
1886 2005-07-19 Maarten Brock <sourceforge.brock AT dse.nl>
1887
1888         * as/mcs51/lkarea.c (lnkarea, lnkarea2): improved BSEG size calculation,
1889           (lnksect2): generate warnings for memory overlap
1890         * src/SDCC.lex (doPragma, process_pragma): added pragma's codeseg and
1891           constseg to set the name of these segments so you can instruct the linker
1892           to place them in banks
1893         * src/SDCCast.c (decorateType): use new macro IS_FUNCPTR()
1894         * src/SDCCglobl.h: added MODEL_HUGE to enum,
1895           added code_seg and const_seg to options
1896         * src/SDCCglue.c (emitMaps): use options.const_seg,
1897           (createInterruptVect): put interrupt vectors in segment HOME,
1898           (glue): put HOME before static segment and put the main glue in HOME,
1899           (glue): use options.code_seg
1900         * src/SDCCicode.c (geniCodeCall): use new macro IS_FUNCPTR()
1901         * src/SDCCmain.c: added option --codeseg and --constseg to set the name of
1902           these segments so you can instruct the linker to place them in banks
1903           (linkEdit): use code_loc for HOME segment which should be the first
1904           segment in code memory now
1905         * src/SDCCmem.c: fixed more stuff like bug 1238386
1906         * src/SDCCsymt.c (getSize): use generic pointer size for banked functions,
1907           (changePointer): don't change function pointers to code pointers for
1908           banked functions,
1909           (compareType): added exceptional check for banked function pointers
1910         * src/SDCCsymt.h: changed IFFUNC_ISBANKEDCALL, added IS_FUNCPTR
1911         * src/hc08/main.c (_hc08_genAssemblerPreamble): put HOME first, put CSEG
1912           after static in code memory
1913         * src/mcs51/gen.c: added aopLiteralLong prototype,
1914           (aopForSym): use getSize for functions,
1915           (genCall): generate banked calls over one trampoline __sdcc_banked_call
1916           in HOME with lsb of address in r0, msb in r1 and bank in r2, use
1917           -Wl-bBANKSEG=0xbbaaaa option to set the address (aaaa) and bank (bb) of
1918           the segment,
1919           (genPcall): use call for literal function pointers and generate banked
1920           calls over the one trampoline so there's only one place for the user to
1921           modify according to his/hers hardware,
1922           (genEndFunction): jump to __sdcc_banked_ret in HOME for banked functions,
1923           (genPlusIncr): moved check icount>4 beyond inc dptr optimization
1924         * src/mcs51/main.c: added keyword banked,
1925           (_mcs51_genExtraAreas): put HOME first followed by GSINIT, STATIC and CSEG
1926         * support/Util/SDCCerr.c,
1927         * support/Util/SDCCerr.h: added E_BANKED_WITH_CALLEESAVES, registers are
1928           needed for passing the bank and address to the trampoline
1929         * device/lib/mcs51/crtbank.asm: added for bankswitching
1930         * device/lib/mcs51/Makefile: added crtbank
1931
1932 2005-07-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1933
1934         * src/SDCCcse.c (algebraicOpts): fixed loss of volatility
1935           for fields at offset 0 of a struct or union as reported
1936           on 2005-07-07 in the developer mailing list.
1937
1938 2005-07-15 Maarten Brock <sourceforge.brock AT dse.nl>
1939
1940         * src/SDCCmem.c: fixed bug 1238386
1941
1942 2005-07-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1943
1944         * src/mcs51/peeph.def: added labelrefcounting for peepholes
1945           (patch #1144962), added peephole 300, enabled 259.x
1946         * doc/sdccman.lyx: removed screenshot and provided link instead
1947
1948 2005-07-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1949
1950         * doc/sdccman.lyx: added section about debugging with ddd
1951         * doc/figures/ddd_example.eps: screenshot of debugging session
1952
1953 2005-07-04 Raphael Neider <rneider AT web.de>
1954
1955         * src/pic/gen.c (genPointerGet): handle pointers to CONST values
1956           like CODE pointers, fixes #1115683
1957         * src/pic/pcode.c (DoBankSelect): forget LastRegIdx during function
1958           call, fixes bugs #1232211, #1228110,
1959           fixed wrong casts to pCodeFlow from pCodeInstructions
1960
1961 2005-07-04 Raphael Neider <rneider AT web.de>
1962
1963         * src/pic/gen.c (popGet): changed assert to allow for
1964           bit operands
1965         * (popGetAddr): changed signature to provide
1966           an additional index, patched all call sites
1967         * (genCmpEq): handle literal-like operands correctly
1968         * (genAddrOf): added sanity checks on __code/__data pointers
1969         * (genAssign): added handling of symbols from __code section
1970         * (gencjne): do not generate code for comparisons whose result
1971           is neither stored nor used, fixes bug #1171114
1972         * (AccLsh, AccRsh): operate on operand instead of WREG
1973         * (shift{Left,Right}_Left2ResultLit): NEW, size independant
1974           replacement for Shift{LR}{12}Left2Result; shift (byte/int/long)
1975           by known count
1976         * rewrote complete shift-by-literal logic, commented unused
1977           functions out
1978         * (genConstPointerGet): get multiple bytes (if result size > 1),
1979           fixed handling of non-immediate addresses
1980         * (genPointerGet): handle CODE pointers like CONST pointers
1981         * (genpic14Code): insert C-SRC lines as Cource-pCodes
1982         * ({aop,op}_isLitLike): NEW, single place to decide whether an
1983           operand is to be treated as a literal or not
1984         * (mov2w,genPcall,genCmpEq),
1985           src/pic/genarith.c: use aop_isLitLike() to decide between
1986           literal/register contents
1987         * (addSign): added missing offset
1988         * src/pic/gen.h: remove newline after FENTRY/FEXIT comments,
1989           only emit comment in debug-mode,
1990           use {aop,op}_isLitLike throughout the file
1991         * src/pic/glue.c: fix initializers for pointers (work in progress)
1992         * src/pic/pcode.c (get_op): honor index on _const symbols
1993         * ({reset,dump}pCodeStatistics): NEW, estimate code size
1994         * (dumppBlock): added pCode size estimation
1995         * src/pic/ralloc.c (deassignLRs,serialRegAssign,packRegisters):
1996           check for IS_SYMOP before OP_SYMBOL'ing
1997         * fixed indentation, compacted switch-statements
1998         * (allocReg): find free register and allocate it instead of
1999           allocating new registers all the time
2000         * (deassignLRs): prevent POINTER_GET's from being assigned the same
2001           registers as its operands (necessary only for multibyte GETs)
2002
2003 2005-07-01 Raphael Neider <rneider AT web.de>
2004
2005         * src/pic/gen.h: added prototypes emitpComment, popGetAddr and
2006           debugging .asm-output macros FENTRY + FEXIT
2007         * src/pic/gen.c (Safe_vsnprintf): NEW, is there a more generic
2008           way... I wonder...
2009         * (emitpComment): NEW, printf to pCode
2010         * (popGet): added assert on too large offsets, fixed PO_IMMEDIATE's
2011           offset handling
2012         * (popGetAddr): NEW, variant of popGet to access an immediates
2013           high(er) bytes instead of the n'th byte of memory they reference,
2014           replaced popGet with popGetAddr where neccessary
2015         * (genDataPointerGet): reactivated and fixed implementation
2016         * (genNearPointerGet): enabled call to genDataPointerGet, fixes array-
2017           accesses
2018         * (genDataPointerSet): fixed multibyte assignments
2019         * (genpic14Code): fixed --i-code-in-asm handling
2020         * src/pic/genarith.c: fixed PO_IMMEDIATE issue using popGetAddr,
2021         * (genPlus): fixed index-out-of-bounds error
2022         * src/pic/pcode.c (get_op): fixed PO_IMMEDIATE's index/offset handling
2023         * src/pic/ralloc.c: added debugging output macro FENTRY2
2024         * (spillThis): fixed indentation, enbraced for-body for clarity
2025         * (rematStr): commented out as now unused
2026         * (regTypeNum): commented out special spill case (overwrites
2027           arbitrary values)
2028         * fixes bugs #1229346, #1216476 (both arrays) and #1115667 (SIGSEGV)
2029
2030 2005-06-30 Maarten Brock <sourceforge.brock AT dse.nl>
2031
2032         * doc/sdccman.lyx: documented sfr16/sfr32,
2033           added example for using storage class with function pointers
2034         * src/mcs51/gen.c (genPlusIncr): optimized small offsets from dptr
2035
2036 2005-06-28 Maarten Brock <sourceforge.brock AT dse.nl>
2037
2038         * device/lib/_gptrget.c: also push/pop _PSBANK, added # to 0x03
2039         * device/lib/_itoa.c,
2040         * device/lib/_ltoa.c: optimized codesize
2041         * src/SDCCsymt.c (checkSClass): added sanity check for sfr at addresses,
2042           but don't know how to suppress the double warning.
2043         * src/mcs51/gen.c (genPlusIncr): fixed bug when incrementing volatile int's
2044         * support/Util/SDCCerr.c,
2045         * support/Util/SDCCerr.h: added warning W_SFR_ABSRANGE for sanity check
2046
2047 2005-06-27 Maarten Brock <sourceforge.brock AT dse.nl>
2048
2049         * as/mcs51/asexpr.c (expr): disabled warning "not in .flat24 mode",
2050           fixed old K&R prototypes
2051         * as/mcs51/asout.c (outrb): always output as if generating 24bit addresses
2052         * device/lib/_gptrget.c,
2053         * device/lib/_gptrgetc.c,
2054         * device/lib/_gptrput.c: changed versions for new memory indicator values,
2055           also new versions for small generic pointers and banked generic pointers
2056         * src/port.h: added const_name
2057         * src/SDCC.lex: added keywords sfr16, __sfr16, sfr32, __sfr32
2058         * src/SDCC.y: added tokens SFR16, SFR32 and their sfr_attributes
2059         * src/SDCCcse.c (findPrevIc): check all associative operators
2060         * src/SDCCglue.c (emitMaps): use CONST_NAME if defined
2061         * src/SDCCicode.h: added macro IS_ASSOCIATIVE
2062         * src/SDCCmem.c: updated comments,
2063           set far-space to 0 for pdata, results in optimized code
2064         * src/SDCCmem.h: added macro CONST_NAME
2065         * src/SDCCsymt.h: renumerated generic pointer types GPTYPE_... thereby
2066           moving the info into the highest bits, see also gptrget/gptrput
2067         * src/src.dsp: added sdcc.ico to project files
2068         * src/avr/gen.c (genCast): fixed bug 0x%d
2069         * src/avr/main.c (avr_port): added "CONST (CODE)" for const_name
2070         * src/ds390/gen.c (aopForRemat, adjustArithmeticResult): disconnected direct
2071           relation between ptr_type and DCL_TYPE,
2072           (genCast): fixed bug 0x%d
2073         * src/ds390/main.c (ds390_port, tininative_port, ds400_port): added "CONST
2074           (CODE)" for const_name
2075         * src/hc08/gen.c (genCast): fixed bug 0x%d
2076         * src/hc08/main.c (_hc08_genAssemblerPreamble): added .area ...const_name,
2077           (hc08_port): added "CONST (CODE)" for const_name
2078         * src/mcs51/gen.c (aopForSym): optimized pushing ACC,
2079           (aopForRemat, adjustArithmeticResult): disconnected direct relation
2080           between ptr_type and DCL_TYPE,
2081           (aopGetUsesAcc, aopGet, aopPut): changed first parameter from asmop* to
2082           operand* and took AOP() inside function so sfr-ness can be checked,
2083           (all over): repaired calls to aopGetUsesAcc, aopGet, aopPut to comply with
2084           new prototype,
2085           (genFunction, genEndFunction): optimized stack setup,
2086           (genMinus): optimized for literals with ending zeroes (in bytes),
2087           (genCast): fixed bug 0x%d
2088         * src/mcs51/main.c (_mcs51_keywords): added sfr16 and sfr32,
2089           (mcs51_port): added "CONST (CODE)" for const_name
2090         * src/mcs51/peeph.def: made rule 226 more generic
2091         * src/pic/main.c (pic_port): added "CONST (CODE)" for const_name
2092         * src/pic16/main.c (pic16_port): added "CONST (CODE)" for const_name
2093         * src/xa51/main.c (xa51_port): added "CONST (CODE)" for const_name
2094         * src/z80/main.c (z80_port): added NULL for const_name,
2095           (gbz80_port): added NULL for const_name
2096         * support/regression/tests/bug663539.c,
2097         * support/regression/tests/sfr16.c: new tests
2098
2099 2005-06-25 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2100
2101         * device/include/mcs51/p89v51rd2.h, device/include/mcs51/at89s53.h: added.
2102
2103 2005-06-24 Raphael Neider <rneider AT web.de>
2104
2105         * device/lib/pic16/libdev/pic18f[68][567]20.c:
2106           corrected typos...
2107         * device/include/pic16/signal.h: added USBIF
2108           and SIG_USB
2109
2110 2005-06-24 Raphael Neider <rneider AT web.de>
2111
2112         * device/lib/pic16/libdev/pic18f2455.c,
2113           device/include/pic16/pic18f2455.h: NEW
2114         * device/include/pic16/pic18fregs.h,
2115           device/lib/pic16/pics.all,
2116           src/pic16/device.c: added 18f2455
2117         * device/lib/pic16/libdev/pic18f[68][567]20.c,
2118           device/include/pic16/{pic18f[68][567].h,usart.h}:
2119           replaced MULTIPLE_USARTS define with more relaible
2120           compatibility sfrs (for USART access)
2121
2122 2005-06-20 Slade Rich <slade_rich AT users.sourceforge.net>
2123
2124         * src/pic/pcode.c : Fixed problem when a string constant contains a "\r\n"
2125           and the output asm file line is printed on two lines.
2126
2127 2005-06-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2128
2129         * sim/ucsim/hc08.src/inst.cc (inst_condbranch): fixed simulation of
2130           BGT, BLE, BHI, and BLS instructions
2131         * src/hc08/gen.c (outAcc, outBitC, outBitNV, genCmpLt, genCmpGt,
2132           genCmpEq): removed
2133         * src/hc08/gen.c (genCmpEQorNE, genCmp, branchopCmp, nameCmp,
2134           negatedCmp, exchangedCmp, genhc08Code): rewrite of comparison handling,
2135           fixes bug #1216342
2136         * src/hc08/peeph.def: added rules 2g - 2l for new conditional branches
2137
2138 2005-06-15 Raphael Neider <rneider AT web.de>
2139
2140         * src/pic16/NOTES: moved Vangelis from active developers to people to contact
2141         * device/include/pic16/{6520.h,8520.h}: fixed configuration bits
2142         * src/pic16/gen.c (): prevent iTemps from being considered to be in CODESPACE,
2143           fixes bug #1221120; for symbols in CODESPACE get number of bytes to read from
2144           OP_SYM_TYPE() instead of OP_SYM_ETYPE()
2145
2146 2005-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2147
2148         * device/include/mcs51/reg764.h: Changed PB0 to PBO as requested by
2149           Marcel Telka in bug #1215704
2150
2151 2005-06-02 Slade Rich <slade_rich AT users.sourceforge.net>
2152
2153         * src/pic/pcode.c : Changed pseudo stack size to 15 to allow WSAVE to be
2154           located in shared memory bank.
2155
2156 2005-05-31 Raphael Neider <rneider AT web.de>
2157
2158         * src/pic16/{gen.c,genarith.c}: replaced sign-extension
2159           "CLRF, BTFSC <signbit>, DECF/COMF" with side-effect-free
2160           "CLRF, BTFSC <signbit>, SETF"; fixes "long>>9"
2161
2162 2005-05-27 Maarten Brock <sourceforge.brock AT dse.nl>
2163
2164         * device/lib/_strncpy.c: fixed the fix
2165
2166 2005-05-26 Raphael Neider <rneider AT web.de>
2167
2168         * src/pic16/glue.c (pic16_printIvalChar): fixed _constant_ string
2169           initializers with \0, bug #1208187
2170         * src/pic/glue.c (printIvalChar): fixed (non- and constant) string
2171           intializers with \0, bug #1208187
2172
2173 2005-05-26 Raphael Neider <rneider AT web.de>
2174
2175         * src/pic16/glue.c (pic16_printIvalChar): fixed string
2176           initializers with \0, bug #1208187
2177         * src/pic16/main.c (_process_pragma): added sanity checks
2178           for stack position and size, emit warnings when appropriate
2179
2180 2005-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
2181
2182         * device/lib/_strncpy.c: fixed not filling with \0
2183
2184 2005-05-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2185
2186         * src/SDCCast.c (funcOfType, funcOfTypeVarg, stringToSymbol,
2187           createFunction),
2188         * src/SDCC.y (external_definition, enumerator, parameter_declaration,
2189           compound_statement),
2190         * src/SDCCsymt.h,
2191         * src/SDCCsymt.c (addSymChain, processFuncArgs): fixed bug #1159134
2192
2193 2005-05-24 Raphael Neider <rneider AT web.de>
2194
2195         * src/pic16/glue.c (pic16_printGPointerType): fixed #1207796
2196
2197 2005-05-24 Raphael Neider <rneider AT web.de>
2198
2199         * device/include/pic16/pic18f{442,452,458}.h: fixed wrong
2200           TRISE definitions, closes bug #1162453
2201
2202 2005-05-22 Raphael Neider <rneider AT web.de>
2203
2204         * src/pic16/main.c (_process_pragma): check for missing
2205           arguments to pragmas code and udata
2206         * device/include/pic16/pic18f{2550,4331,4455,4520}.h:
2207           consistency fixes to match other headers (thanks to Jim Paris)
2208         * device/lib/pic16/libio/i2c.ignore: 18f4331 provides no I2C
2209
2210 2005-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
2211
2212         * src/SDCCicode.c (isOperandEqual): fixed missing ;
2213
2214 2005-05-19 Maarten Brock <sourceforge.brock AT dse.nl>
2215
2216         * support/regression/tests/bug1198642.c: new test
2217         * src/SDCCicode.c (isOperandEqual): fixed bug 1198642
2218         * src/SDCCcse.c (findPrevIc): added comment, please have a look
2219         * support/scripts/resource.h,
2220         * support/scripts/resource.rc,
2221         * src/src.dsp: added sdcc.ico to project as icon for sdcc.exe
2222         * support/scripts/sdcc.ico: added 32x32 icon
2223
2224 2005-05-18 Raphael Neider <rneider AT web.de>
2225
2226         * device/lib/pic16/libdev/pic18f*.c,
2227         * device/include/pic16/pic18f*.h: updated "sfr" and "at X"
2228           keywords to "__sfr" and "__at (X)"
2229         * device/include/pic16/pic18fregs.h: added pic18f4520
2230         * src/pic16/pcode.c (pic16_pCode2str): fixed (?) bug
2231           #1203088 (MPLAB compatibility)
2232
2233 2005-05-17 Raphael Neider <rneider AT web.de>
2234
2235         * device/include/pic16/pic18f{2550,4331,4455,4520}.h: NEW
2236         * device/lib/pic16/libdev/pic18f{2550,4331,4455,4520}.c: NEW
2237         * device/lib/pic16/pics.all: added new devices
2238         * src/pic16/device.c: added support for pic18f4520
2239
2240 2005-05-16 Raphael Neider <rneider AT web.de>
2241         * src/pic16/gen.{c,h}: s/mov2f/pic16_mov2f made public
2242         * src/pic16/genarith.c (genAddLit): fixed bug 1202480
2243         * src/pic16/pcode.{c,h} (pic16_newpCodeOpBit_simple): NEW
2244           convenience function for bit access
2245
2246 2005-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
2247
2248         * device/lib/printf_large.c: fixed bug 1193299
2249         * support/regression/tests/bug1057979.c: added test %3.3s
2250
2251 2005-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2252
2253         * device/include/mcs51/8051.h,
2254         * device/include/mcs51/8052.h: made parseable with lint
2255         * device/include/mcs51/lint.h: added include file for (sp)lint
2256         * doc/sdccman.lyx: added doc about use of splint (syntax checking tool)
2257         * doc/cdbfileformat.lyx,
2258         * doc/test_suite_spec.lyx: hardcoded date to the date of last text change
2259
2260 2005-05-14 Raphael Neider <rneider AT web.de>
2261
2262         * device/lib/pic16/Makefile.common.in: add --optimize-df to OPT_FLAGS
2263         * device/lib/pic16/libc/stdlib/itoa.c (new)
2264         * device/lib/pic16/libc/stdlib/Makefile: have itoa.c built
2265         * device/lib/pic16/libio/Makefile: exclude subdir according to
2266           ${subdir}.ignore for certain PICs (lacking e.g. i2c)
2267         * device/lib/pic16/libio/i2c.ignore (new): pic18f1220 has no I2C support
2268         * src/pic16/gen.c (genFunction): prevent annoying warning
2269         * src/pic16/pcode.c: renamed stack_t to dynstack_t to prevent
2270           nameclashes on BeOS
2271         * support/cpp2/cppmain.c (cpp_output_string): new
2272         * support/cpp2/cpplib.c (_cpp_do__Pragma): fixed _Pragma(""),
2273           fixes bug 1116802
2274
2275 2005-05-13 Borut Razem <borut.razem AT siol.net>
2276
2277         * src/SDCCmain.c (linkEdit): fixed bug 1195202
2278
2279 2005-05-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2280
2281         * .version: changed to version 2.5.1; back to bleeding edge development
2282
2283 2005-05-11 Borut Razem <borut.razem AT siol.net>
2284
2285         * doc/sdccman.lyx doc/cdbfileformat.lyx doc/test_suite_spec.lyx:
2286           generate PDF version 1.3 documents
2287
2288 2005-05-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2289
2290         * .version: changed to version 2.5.0
2291
2292 2005-04-27 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2293
2294         * doc/sdccman.lyx: updated weblinks, index and smaller updates
2295
2296 2005-04-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2297
2298         * doc/sdccman.lyx: changed version 2.5.0, documented --std-c89,
2299         --std-sdcc89, --std-c99, --std-sdcc99, and the corresponding #pragmas, as
2300         well as many smaller updates.
2301         * .version: changed to version 2.5.0-pre1
2302
2303 2005-04-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2304
2305         * src/SDCCmain.c (setIncludePath): added port->target to SDCC_INCLUDE_NAME
2306
2307 2005-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
2308
2309         * support/regression/tests/bug1185672.c: added
2310         * src/mcs51/gen.c (aopGetUsesAcc, genCpl, genAnd, genOr, genXor): fixed
2311           bug 1185672
2312         * src/mcs51/gen.c (genCall): added comments, made it look safer
2313         * src/mcs51/gen.c (genEndFunction): simplified
2314
2315 2005-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
2316
2317         * src/mcs51/ralloc.c (serialRegAssign): fixed bug 1189609
2318
2319 2005-04-14 Borut Razem <borut.razem AT siol.net>
2320
2321         * fixed bug 1045046 - SIGSEGV with really simple code?:
2322           src/pic/pcode.c (pCodeInitRegisters)- pseudo stack size increased to 16
2323           src/pic/ralloc.c (typeRegWithIdx) - error message on pseudo stack overflow
2324
2325 2005-04-14 Borut Razem <borut.razem AT siol.net>
2326
2327         * src/pic16/gen.c (genInline), src/pic16/main.c (_process_pragma),
2328           src/pic16/device.h: temporarily disabled experimental #inline pragma
2329           for 2.5.0 release
2330
2331 2005-04-14 Maarten Brock <sourceforge.brock AT dse.nl>
2332
2333         * device/include/z80/stdio.h,
2334         * device/include/z80/string.h: removed these highly incomplete files so
2335           SDCC can use the default ones in device/include/
2336
2337 2005-04-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2338
2339         * src/mcs51/gen.c (genEndFunction): removed unused variable to fix
2340         gcc warning.
2341         * device/lib/Makefile.in: default PORTINCDIR to the mcs51 subdir to
2342         fix sdcpp warnings.
2343
2344 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
2345
2346         * device/include/malloc.h: removed redundant __reentrant prototypes
2347         * device/lib/_mullong.c: added working xstack variant in asm (C version
2348           doesn't pass regression tests)
2349         * device/lib/bpx.c: used __data and made bpx char for mcs51
2350         * src/SDCCast.c (decorateType): removed unused GPTYPE_IDATA,
2351           (createFunction): fixed bug with xstackPtr
2352         * src/SDCCcse.c: corrected comments
2353         * src/SDCCopt.c (convertToFcall): fixed warning in MSVC,
2354           (killDeadCode, eBBlockFromiCode): removed unused code
2355         * src/SDCCsymt.h: removed unused GPTYPE_GPTR and GPTYPE_IDATA,
2356           corrected comments
2357         * src/mcs51/gen.c (aopForSym, aopPut, toBoolean, unsaveRegisters,
2358           assignResultValue, genCall, genFunction, genEndFunction, genAnd,
2359           genOr, genXor, genAddrOf): fixed several bugs concerning xstack
2360           (genModOneByte): fixed warning in MSVC
2361         * src/mcs51/main.c (): added comments
2362         * src/mcs51/peeph.def: changed 129 to 129.a, added 129.b, 129.c & 129.d
2363
2364 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
2365
2366         * src/SDCCmain.c (linkEdit): oops, changed one line too many
2367
2368 2005-04-11 Maarten Brock <sourceforge.brock AT dse.nl>
2369
2370         * src/SDCCmain.c (linkEdit): fixed bug with finding crt0.o for z80
2371
2372 2005-04-10 Vangelis Rokas <vrokas AT users.sourceforge.net>
2373
2374         * src/pic16/glue.c (printIvalChar): fixed bug when emitting
2375         characters arrays of larger size than the declared one.
2376
2377 2005-04-10 Borut Razem <borut.razem AT siol.net>
2378
2379         * src/pic/gen.c (genInline),
2380           src/pic/pcode.c (newpCodeAsmDir), (pCode2str),
2381           (genericPrint), (unlinkpCodeFromBranch), (compareLabel),
2382           (findNextInstruction), (findPrevInstruction),
2383           (findInstructionUsingLabel),
2384           src/pic/pcode.h: fixed bug #1164907 - Labels not being recognized
2385         * src/pic/pcode.c (findLabel): added missing '\n'
2386         * src/src.dsp: added SDCCdwarf2.c to the project
2387
2388 2005-04-09 Borut Razem <borut.razem AT siol.net>
2389
2390         * support/scripts/sdcc.nsi: added include/hc08/* h to NSIS setup
2391
2392 2005-04-08 Raphael Neider <rneider AT web.de>
2393
2394         * src/pic16/pcode.c: added helpers defmapInsertAfter (insert a new item
2395           into the chain after a given one) and mergeDefmapSymbols (combine
2396           defmap entries for each symbol per pcode)
2397         * (createDefmap): have defmap entries merged in the end
2398         * (defmapReplaceSymRef): split defmap entries covering two accesses to
2399           a symbol before replacing one access type's symbol, merge symbols in
2400           the end (replacement symbol might already have an entry)
2401         * (assignValnums): keep reference to written WREG intact
2402
2403 2005-04-08 Raphael Neider <rneider AT web.de>
2404
2405         * src/pic16/pcode.c (struct defmap_s): named anonymous union (for
2406           Alpha)
2407
2408 2005-04-08 Vangelis Rokas <vrokas AT users.sourceforge.net>
2409
2410         * src/pic16/pcode.c (pic16_get_op2): enlarged size of array b to 128
2411         bytes
2412
2413 2005-04-07 Raphael Neider <rneider AT web.de>
2414
2415         * device/include/pic16/usart.h: added compatibility defines for
2416           devices with more than one USART
2417         * device/include/pic16/pic18f[68][567]20.h: activated above defines
2418
2419 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
2420
2421         * device/lib/Makefile.in: updated for port specific include
2422
2423 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
2424
2425         * support/regression/ports/mcs51/spec.mk: added mcs51 include
2426
2427 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
2428
2429         * device/include/8051.h,
2430         * device/include/8052.h,
2431         * device/include/at89S8252.h,
2432         * device/include/at89c55.h,
2433         * device/include/at89x051.h,
2434         * device/include/at89x51.h,
2435         * device/include/at89x52.h,
2436         * device/include/mcs51reg.h,
2437         * device/include/reg51.h,
2438         * device/include/reg764.h,
2439         * device/include/regc515c.h,
2440         * device/include/sab80515.h: (re)moved these 12 files
2441         * device/include/mcs51/8051.h,
2442         * device/include/mcs51/8052.h,
2443         * device/include/mcs51/at89S8252.h,
2444         * device/include/mcs51/at89c55.h,
2445         * device/include/mcs51/at89x051.h,
2446         * device/include/mcs51/at89x51.h,
2447         * device/include/mcs51/at89x52.h,
2448         * device/include/mcs51/mcs51reg.h,
2449         * device/include/mcs51/reg51.h,
2450         * device/include/mcs51/reg764.h,
2451         * device/include/mcs51/regc515c.h,
2452         * device/include/mcs51/sab80515.h: and added them here
2453
2454 2005-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
2455
2456         * device/include/stdarg.h: changed SDCC specific keywords to double
2457           underlined form.
2458         * device/include/stdint.h: changed intptr_t and uintptr_t for others than
2459           mcs51 and ds390.
2460         * device/include/hc08/mc68hc908gp32.h,
2461         * device/include/hc08/mc68hc908jb8.h,
2462         * device/include/hc08/mc68hc908jkjl.h,
2463         * device/include/hc08/mc68hc908qy.h: fixed comments
2464         * device/include/mcs51/README: updated
2465         * device/include/mcs51/c8051f120.h: added PINRSF
2466         * device/lib/pic16/libc/stdlib/crc16.c: fixed comments
2467         * src/pic16/pcode.c: MSVC6 doesn't accept declaring new variables
2468           amidst code. Also inline is not supported.
2469
2470 2005-04-06 Raphael Neider <rneider AT web.de>
2471
2472         * src/pic16/pcode.c (pic16_pCodeReplace): also update pcflow->end
2473         * (createDefmap): fixed CALLs to depend on FSR1 and RETLW to restore
2474           callers stack/frame pointers
2475
2476 2005-04-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
2477
2478         * device/include/pic16/usart.h: added, missing in previous commit,
2479         * device/include/pic16/adc.h: fixed typo,
2480         * device/lib/pic16/libc/utils/cvtdec.S: added missing in previous
2481         commit,
2482         * device/lib/pic16/libc/stdlib/g_ftoa.S: modified to include
2483         <p18fxxx.inc>
2484         * device/lib/pic16/libc/stdio/streams.c: leave stdin, stdout
2485         uninitialized because a bug appears with gplink
2486         * device/lib/pic16/{some makefiles}: moved $(CSTD) from CFLAGS to
2487         COMPILE_FLAGS and added CPPFLAGS with -nostdinc because sdcpp
2488         complains for unrecognised option
2489
2490 2005-04-05 Raphael Neider <rneider AT web.de>
2491
2492         * src/pic16/gen.c (pic16_popCopyReg): made copying work for extended
2493           structs as well (using memcpy)
2494         * (genFunction): fixed comparison, used pCodeOpLabel to reduce warning
2495           on ISRs (GOTO has no label)
2496         * src/pic16/device.h: added OF_OPTIMIZE_DF
2497         * src/pic16/main.c: added compiler switch --optimize-df to enable the
2498           new data flow analysis/optimization
2499         * src/pic16/pcode.c: added (prototypes for and implementation of)
2500           dataflow analysis functions, fixed pCodeInstructions' inCond and
2501           outCond values, made RCALL a branch instruction
2502         * (pic16_unlinkpCode): keep C line if possible
2503         * (pic16_pCodeUnlink): removed cast on left side of assignment, have
2504           C line moved if possible
2505         * (pic16_getRegFrompCodeOp): NEW, improved version of...
2506         * (pic16_getRegFromInstruction,pic16_getRegFromInstruction2): changed
2507           to use new pic16_getRegFrompCodeOp (works for more SFRs)
2508         * (pic16_BuildFlow): fixed skip instructions with label (did not start
2509           new flow)
2510         * (pic16_getJumptabpCode): NEW, needed in...
2511         * (LinkFlow): fixed handling of jumptables, calls and conditional
2512           branches
2513         * (pic16_InsertCommentAfter): NEW
2514         * (pic16_pCodeReplace): made verbose and flow preserving
2515         * (AnalyzeFlow): added call to data flow analysis
2516         * src/pic16/pcode.h: added defmaps to pCodeFlow struct
2517         * src/pic16/pcodeflow.h: added PCC_STATUS to mean all STATUS bits
2518         * src/pic16/ralloc.c (packRegsForAssign): added return 1 in the end
2519
2520 2005-04-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2521
2522         * src/SDCCast.c (decorateType): fixed bug #1105626
2523
2524 2005-04-02 Vangelis Rokas <vrokas AT users.sourceforge.net>
2525
2526         * device/include/asm/pic16/features.h,
2527         * pic18f*.h headers,
2528         * device/include/pic16/adc.h,
2529         * device/include/pic16/delay.h,
2530         * device/include/pic16/i2c.h,
2531         * device/include/pic16/malloc.h,
2532         * device/include/pic16/stdio.h,
2533         * device/include/pic16/stdlib.h,
2534         * device/include/pic16/string.h,
2535         * device/lib/pic16/libc/stdio/printf_tiny.c,
2536         * device/lib/pic16/libc/stdio/printf_small.c,
2537         * device/lib/pic16/libc/stdio/strmgpsim.c,
2538         * device/lib/pic16/libc/stdio/strmmssp.c,
2539         * device/lib/pic16/libc/stdio/strmusart.c,
2540         * device/lib/pic16/libc/stdio/vfprintf.c,
2541         * device/lib/pic16/libc/stdlib/ltoa.c,
2542         * device/lib/pic16/libc/stdlib/putchar.c,
2543         * device/lib/pic16/libc/stdlib/x_ftoa.c,
2544         * device/lib/pic16/libc/stdlib/memchrpgm.c,
2545         * device/lib/pic16/libc/stdlib/memchrram.c,
2546         * device/lib/pic16/libc/stdlib/memcpypgm2ram.c,
2547         * device/lib/pic16/libc/stdlib/memcpyram2ram.c,
2548         * device/lib/pic16/libio/adc/adcbusy.c,
2549         * device/lib/pic16/libio/adc/adcread.c,
2550         * device/lib/pic16/libio/adc/adcsetch.c,
2551         * device/lib/pic16/libio/usart/ubaud.c,
2552         * device/lib/pic16/libio/usart/ubusy.c,
2553         * device/lib/pic16/libio/usart/udrdy.c,
2554         * device/lib/pic16/libio/usart/uopen.c,
2555         * device/lib/pic16/libio/usart/uputc.c,
2556         * device/lib/pic16/libsdcc/gptr/gptrget1.c,
2557         * device/lib/pic16/libsdcc/gptr/gptrget2.c,
2558         * device/lib/pic16/libsdcc/gptr/gptrget3.c,
2559         * device/lib/pic16/libsdcc/gptr/gptrget4.c,
2560         * device/lib/pic16/libsdcc/gptr/gptrput1.c,
2561         * device/lib/pic16/libsdcc/gptr/gptrput2.c,
2562         * device/lib/pic16/libsdcc/gptr/gptrput3.c,
2563         * device/lib/pic16/libsdcc/gptr/gptrput4.c: modified all SDCC
2564         specific keywords to double underlined form,
2565         * device/lib/pic16/libc/Makefile.rules,
2566         * device/lib/pic16/libsdcc/Makefile.rules,
2567         * device/lib/pic16/libm/Makefile,
2568         * device/lib/pic16/libio/Makefile.rules: added CSTD macro in CFLAGS
2569         to compile with C standard set in Makefile.common
2570         * device/lib/pic16/libc/stdlib/Makefile: added new C sources
2571         rand.c and crc.c in compilation process,
2572         * device/lib/pic16/libsdcc/int/divuint.c,
2573         * device/lib/pic16/libsdcc/long/divulong.c: changed declaration of
2574         `c' from signed to unsigned,
2575         * device/lib/pic16/startup/crt0.c,
2576         * device/lib/pic16/startup/crt0i.c,
2577         * device/lib/pic16/startup/crt0iz.c: adopted to all SDCC specific
2578         keywords to double underlined form, bug fixes in _do_cinit function
2579         which prevented the correct initialization of the .idata segment,
2580         * src/pic16/pcoderegs.c (insideLRBlock): fixed a bug that caused the
2581         core to enter a infinite loop
2582         * device/lib/pic16/libc/stdlib/rand.c, crc.c: new files
2583
2584 2005-04-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2585
2586         * src/SDCCicode.c (getArraySizePtr): fixed bug #1122171
2587
2588 2005-04-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2589
2590         * device/include/Makefile.in: add support for hc08 subdirectory
2591         * device/include/hc08/: new subdirectory
2592         * device/include/hc08/mc68hc908jkjl.h: new header contributed by
2593         Lucas Loizaga, thanks!
2594         * device/include/hc08/mc68hc908qy.h,
2595         * device/include/hc08/mc68hc908gp32.h,
2596         * device/include/hc08/mc68hc908jb8.h: moved hc08 register defs to
2597         their own directory. Changed internal macro names to use the compiler
2598         reserved namespace. Changed SDCC specific keywords to double
2599         underlined form.
2600         * device/include/math.h,
2601         * device/include/malloc.h,
2602         * device/include/stdarg.h,
2603         * device/include/stdbool.h
2604         * device/include/string.h,
2605         * device/include/tinibios.h,
2606         * device/include/ds400rom.h,
2607         * device/include/8051.h,
2608         * device/include/8052.h,
2609         * device/include/80c51xa.h,
2610         * device/include/at89c55.h,
2611         * device/include/at89S8252.h,
2612         * device/include/at89x51.h,
2613         * device/include/at89x52.h,
2614         * device/include/ds80c390.h,
2615         * device/include/reg764.h,
2616         * device/include/regc515c.h,
2617         * device/include/sab80515.h,
2618         * device/include/mcs51/c8051f000.h,
2619         * device/include/mcs51/c8051f018.h,
2620         * device/include/mcs51/c8051f020.h,
2621         * device/include/mcs51/c8051f040.h,
2622         * device/include/mcs51/c8051f060.h,
2623         * device/include/mcs51/c8051f120.h,
2624         * device/include/mcs51/c8051f300.h,
2625         * device/include/mcs51/c8051f310.h,
2626         * device/include/mcs51/c8051f320.h,
2627         * device/include/mcs51/c8051f330.h,
2628         * device/include/mcs51/c8051f350.h,
2629         * device/include/z180.h: Changed SDCC specific keywords to double
2630         underlined form.
2631
2632 2005-03-31 Vangelis Rokas <vrokas AT users.sourceforge.net>
2633
2634         * src/pic16/device.c (Pics16[]): added devices 18F2550, 18F4331,
2635         18F4455,
2636         * (pic16_assignConfigWordValue): disable testing of configuration
2637         register value with config mask,
2638         * src/pic16/gen.c (pic16_testStackOverflow): prefix stack test
2639         function with port->fun_prefix,
2640         * (genFunction): when generating a naked interrupt function never
2641         create an absolute segment placed in interrupt vector address, place
2642         the actual interrupt function at IVA instead, when an interrupt
2643         function is generated with unspecified interrupt then do not create
2644         the absolute section,
2645         * (genGenPointerGet, genGenPointerSet, genPackBits): replace all
2646         code for generating a call to generic pointer get/put function with
2647         a call to function pic16_callGenericPointer(),
2648         * src/pic16/genutils.c (pic16_callGenericPointerRW): NEW, generates
2649         the call to the generic pointer get/put functions with prefixing the
2650         function name with port->fun_prefix,
2651         * src/pic16/glue.c (pic16glue): ifdef-out test of OF_LR_SUPPORT,
2652         * src/pic16/main.c (_process_pragma): prefix function with
2653         port->fun_prefix,
2654         * (_pic16_finaliseOptions): define macro __18Fxxxx macro when
2655         calling assembler, old 18Fxxxx macro is deprecated,
2656         * src/pic16/pcode.c (unlinkpCodeFromBranch): added PC_INLINE and
2657         PC_ASMDIR in while condition,
2658         * (findInstruction): add PC_ASMDIR in while condition,
2659         * (buildCallTree): prefix main with port->fun_prefix,
2660         * (pic16_pCode2str): fixed bug that didn't emit the memory access
2661         identifier for variable with banked access in instructions BTFSS,
2662         BTFSC, BCF, BSF, BTG
2663         * (AnalyzeFlow): moved call to OptimizepCode to pic16_AnalyzeBanking,
2664         * src/pic16/pcodepeep.c (pCodeOpCompare): increase size of b to 1024,
2665         * src/pic16/pcoderegs.c (pic16_pCodeRegoptimizeRegUsage): don't
2666         perform optimization when enviroment variable NO_REG_OPT is set,
2667         * (insideLRBlock): NEW, return 1 if register is inside an
2668         INF_LOCALREGS block,
2669         * (RemoveRegFromLRBlock): remove a register that is completely
2670         eliminated by register optimization, but it is still left in local
2671         register store/restore in/from stack block,
2672         * (Remove2pcodes): after removing register, check to see if it
2673         should be removed from local register store/restore in/from stack
2674         block,
2675         * src/pic16/ralloc.c (pic16_decodeOp): added decode for
2676         DUMMY_READ_VOLATILE,
2677
2678         * device/include/pic16/adc.h: minor prototype modifications and
2679         update,
2680         * device/include/pic16/malloc.h: added GPL notice various
2681         modifications,
2682         * device/include/pic16/stdint.h: NEW, standard header for ints
2683         * device/include/pic16/delay.h: NEW, header for delay functions,
2684         delay10tcy, delay100tcy, delay1ktcy, delay10ktcy, delay100ktcy,
2685         delay1mtcy,
2686         * device/include/pic16/signal.h: NEW, header providing helper macros
2687         for implementing signal handlers,
2688         * device/include/pic16/stdio.h: added prototypes for functions,
2689         printf, vprintf, sprintf, vsprintf, fprintf, vfprintf. Added
2690         prototypes for stdin and stdout, added macro PUTCHAR to
2691         automatically implement putchar function prototype,
2692         * device/include/pic16/usart.h: modified and updated USART library,
2693         * device/lib/pic16/libio/adc/,
2694         * device/lib/pic16/libio/i2c: some modifications to improve library
2695         performance,
2696         * device/lib/pic16/libc/stdio/: modifications for the new printf*
2697         family of functions,
2698         * device/lib/pic16/libc/stdlib/: various modifications in the malloc
2699         family of functions and other sources,
2700         * device/lib/pic16/libio/usart/: NEW, c sources for the usart module
2701         of the PIC18Fxx[28] devices,
2702         * device/lib/pic16/libc/delay/: NEW, c sources for the delay functions,
2703         * device/lib/pic16/libc/utils/: minor modifications in the .S sources,
2704         * device/lib/pic16/startup/{crt0i.c, crt0iz.c}: redesign of the
2705         _do_cinit function, because the previous failed when local variables
2706         where not placed in the same memory bank,
2707         * device/lib/pic16/libsdcc/char/: various modifications to improve
2708         library performance,
2709         * doc/sdccman.lyx: some reorganization of the PIC16 part, added many
2710         information on the new functions of the c library and more...
2711
2712 2005-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2713
2714         * src/SDCCBBlock.c (iCodeBreakDown): fixed bug #1170212
2715
2716 2005-03-26 Raphael Neider <rneider AT web.de>
2717
2718         * src/pic16/gen.c (genSkipc): fixed semantics (execute branch
2719           if condition == CARRY)
2720         * (genCmp): adapted to new genSkipc semantics
2721         * src/pic16/genutils.c (pic6_genCmp_special): removed side effect
2722           on rIfx (genCmp was broken)
2723
2724 2005-03-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2725
2726         * src/SDCCmain.c (setDefaultOptions, optionsTable[], parseCmdLine),
2727         * src/z80/main.c (_keywords[]),
2728         * src/SDCCglobal.h (struct options),
2729         * src/SDCC.y,
2730         * src/SDCC.lex (isTargetKeyword, doPragma, pragma_tbl[]): new pragmas
2731         to enable/disable SDCC and C99 extensions/keywords (std_c89, std_sdcc89,
2732         std_c99, std_sdcc99). Also, equivalent command line options (--std-c89,
2733         --std-sdcc89, --std-c99, --std-sdcc99). SDCC specific keywords are
2734         always available in leading double underscore form. The C99 support is
2735         mostly missing, but it's a start.
2736         * support/regression/tests/bug-227710.c: fixed nonconforming use of
2737         reserved identifier "__data".
2738
2739 2005-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
2740
2741         * src/mcs51/peeph.def: fixed bug 1170013
2742
2743 2005-03-22 Maarten Brock <sourceforge.brock AT dse.nl>
2744
2745         * device/include/mcs51reg.h: fixed bug 842007
2746
2747 2005-03-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2748
2749         * src/SDCCcflow.c (dfNumCompare): committed the wrong version of this
2750         last time.
2751
2752 2005-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2753
2754         * src/port.h (struct PORT),
2755         * src/avr/ralloc.c (avr_assignRegisters),
2756         * src/avr/main.c,
2757         * src/ds390/ralloc.c (ds390_assignRegisters),
2758         * src/ds390/main.c,
2759         * src/hc08/ralloc.c (hc08_assignRegisters),
2760         * src/hc08/main.c,
2761         * src/mcs51/ralloc.c (mcs51_assignRegisters),
2762         * src/mcs51/main.c,
2763         * src/pic/ralloc.c (pic14_assignRegisters),
2764         * src/pic/main.c,
2765         * src/pic16/ralloc.c (pic16_assignRegisters),
2766         * src/pic16/main.c,
2767         * src/xa51/ralloc.c (xa51_assignRegisters),
2768         * src/xa51/main.c,
2769         * src/z80/ralloc.c (z80_assignRegisters),
2770         * src/z80/ralloc.h,
2771         * src/SDCCopt.c (eBBlockFromiCode, replaceRegEqv, killDeadCode),
2772         * src/SDCCcse.c (ifxOptimize, cseBBlock, cseAllBlocks),
2773         * src/SDCCcse.h,
2774         * src/SDCCdflow.c (computeDataFlow),
2775         * src/SDCCdflow.h,
2776         * src/SDCCloop.c (addDefInExprs, loopInvariants, loopOptimizations),
2777         * src/SDCCloop.h,
2778         * src/SDCCcflow.c (*),
2779         * src/SDCCcflow.h,
2780         * src/SDCCBBlock.c (iCodeBreakDown, dumpEbbsToFileExt, eBBWithEntryLabel),
2781         * src/SDCCBBlock.h (struct ebbIndex): new struct that keeps two copies
2782         of the eBBlock list, sorted by both bbnum and dfnum. (fixes bug with
2783         immedDom() returning wrong block; probably fixes bug #1160833)
2784
2785 2005-03-20 Borut Razem <borut.razem AT siol.net>
2786
2787         * support/scripts/inc2h.pl: WIN32 port
2788
2789 2005-03-19 Maarten Brock <sourceforge.brock AT dse.nl>
2790
2791         * device/lib/makefile.in: added abs.c and labs.c
2792
2793 2005-03-17 Maarten Brock <sourceforge.brock AT dse.nl>
2794
2795         * device/include/stdint.h: added
2796         * device/lib/abs.c: added
2797         * device/lib/labs.c: added
2798         * device/include/stdlib.h: added abs() and labs() prototypes
2799         * device/lib/libsdcc.lib: added abs and labs
2800         * device/include/float.h,
2801         * device/lib/_fsmul.c,
2802         * device/lib/printf_fast.c,
2803         * device/lib/printf_tiny.c: updated comments
2804
2805 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2806
2807         * src/SDCCicode.c (geniCodeSwitch, geniCodeJumpTable): fixed
2808         bug #1164313
2809
2810 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2811
2812         * src/SDCCcse.c (cseBBlock): retain assignment to self when volatile
2813         * src/SDCCast.c (isLoopCountable): fixed bug #1161985
2814
2815 2005-03-15 Maarten Brock <sourceforge.brock AT dse.nl>
2816
2817         * device/lib/printf_large.c: removed inline assembly for portability and
2818           readability. Use printf_fast if speed or size are more important.
2819         * src/pic16/gen.c: removed conditions around use of DEBUGpc
2820         * src/pic16/genutils.h: added define for DEBUGpc for MSVC
2821
2822 2005-03-15 Vangelis Rokas <vrokas AT users.sourceforge.net>
2823
2824         * src/pic16/genutils.c (pic16_genCmp_special): initialized offs to
2825         prevent compiler warning
2826
2827 2005-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
2828
2829         * device/lib/pic16/startup/crt0i.c (_cinit): local variables where
2830         moved to level 0 and declared as static. Also they are explicit
2831         placed in access bank. This was necessery because some times they
2832         might cross memory bank boundaries. crt0iz.c is *NOT* updated!!!
2833         * src/pic16/device.h: added flag OPTIMIZE_CMP to enable some compare
2834         optimizations. Currently only compare to unsigned char is implemented,
2835         * src/pic16/gen.c: added fReturnIdx array,
2836         * (struct resolvedIfx) is moved to gen.h and made public,
2837         * (struct _G): added sregsAlloc and sregsAllocSet fields,
2838         * (aopForSym): added an optimization to directly store in stack of
2839         the operand of a SEND iCode,
2840         * (pic16_aopOp): don't return return registers as strings (AOP_STR)
2841         but as registers instead (AOP_REG) using the fReturnIdx array,
2842         * (pic16_freeAsmop): remove the freed register from the
2843         _G.sregsAlloc field,
2844         * (pic16_aopGet): in case AOP_STR, the compare to 'a' is changed to
2845         a compare of 'WREG',
2846         * (pic16_popGetTempRegCond): changed function prototype, now
2847         function takes also a bitVector argument v which holds the current
2848         set of registers that are allocated for stack access by aopForSym,
2849         registers allocated in aopForSym for accessing stack symbols are not
2850         any more part of the functions usedRegs field,
2851         * (genCall): some times aopOp is called for a stack variable to be
2852         send, aopForSym might perform the push, if this is true make sure
2853         that genCall doesn't push the variable twice by testing _G.resDirect,
2854         * (genFunction): changed testing for unspecified interrupt number
2855         from 256 to INTNO_UNSPEC,
2856         * modified selection scheme of frame pointer generation. Previously
2857         if function did use local registers a frame pointer was generated,
2858         now a frame pointer is generated only if function has arguments
2859         (that need PLUSW2 register access), or has stack arguments, or the
2860         compiler is not instructed to omit the frame pointer,
2861         * (genEndFunction): before restoring local registers that were saved
2862         in the function preamble, also restore the registers that *might*
2863         have been allocated for stack access,
2864         * (genRet): removed some old comments,
2865         * (genCmp, the active (RN's) version): added a call to the
2866         pic16_genCmp_special function to perform the compare with a more
2867         robust and optimized way,
2868         * (genInline): a feature has been added in inline code generation,
2869         which allows a wildcard variable substitution when writing inline
2870         assembly. Code is incomplete and experimental therefore undocumented,
2871         * (genCast): changed order of aopOp for result and right to allow
2872         aopForSym to directly load the result if possible,
2873         * src/pic16/genutils.c (selectCompareOp, pic16_genCmp_special): NEW,
2874         perform an optimized compare on some selected special occasions,
2875         * src/pic16/genutils.h: declaration of resolvedIfx structure from gen.c,
2876         * src/pic16/glue.c (pic16createInterrupVect): make sure we never
2877         generate an IVT any more,
2878         * src/pic16/main.c (pic16_optionsTable): added command line option
2879         --optimize-cmp,
2880         * (_pic16_initPaths): when calling C preprocessor define pic18fXXXX
2881         macro too, when calling assembler define pic18fXXXX *and* __18Fxxxx
2882         macros,
2883         * src/pic16/NOTES: Raphael Neider added in list of active developers
2884         * src/pic16/pcode.c (OPT_TYPE_STR): added strings jumptable_begin and
2885         jumptable_end to prevent bug #,
2886         * (pic16_pciADDWFC, ADDFWC, COMF, CLRF): added some missing flags in
2887         inCond and outCond fields,
2888         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): add a fix for bug #,
2889         * src/pic16/ralloc.c (serialRegAssign): explicit set willCS to 0 to
2890         turn off register spilling,
2891         * (packRegsForOneUse): synced with other ports' versions although it
2892         is not used currently,
2893         * (pic16_packRegisters): added an optimization while reading
2894         structure bitfields, some registers may be saved (malloc code is
2895         decreased by 80 bytes)
2896
2897 2005-03-12 Vangelis Rokas <vrokas AT users.sourceforge.net>
2898
2899         * src/SDCCcse.c (cseBBlock): inside 'do operand lookup' loop test if
2900         left is a bitfield, if yes, then don't optimize assignment. Perhaps
2901         this can be optimized more?
2902
2903 2005-03-10 Raphael Neider <rneider AT web.de>
2904
2905         * src/pic16/gen.c (pic16_loadFSR0, genPackBits, genUnpackBits,
2906           genNearPointerGet): (hopefully) fixed access to bitfields via
2907           pointers (p->bitN = x; and x = p->bitN; failed)
2908
2909 2005-03-09 Paul Stoffregen <paul AT pjrc.com>
2910
2911         * device/lib/printf_fast.c: fix leading zero format, eg "%02d"
2912
2913 2005-03-09 Raphael Neider <rneider AT web.de>
2914
2915         * src/SDCCopt.c (killDeadCode): fixed bug #1156016
2916
2917 2005-03-06 Maarten Brock <sourceforge.brock AT dse.nl>
2918
2919         * src/SDCCicode.h: moved CRITICAL and ENDCRITICAL from SKIP_IC2 to SKIP_IC
2920         * src/mcs51/ralloc.c (willCauseSpill): added check for REG_BIT type,
2921           (regTypeNum): set REG_BIT type if necessary
2922         * src/mcs51/ralloc.h: added define REG_BIT, used to fix bug 1144613
2923         * support/regression/tests/critical.c: check bug 1144613
2924
2925 2005-03-02 Raphael Neider <rneider AT web.de>
2926
2927         * src/pic16/gen.c (genRightShiftLiteral): fixed bug #1154256
2928
2929 2005-02-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2930
2931         * src/avr/ralloc.c (serialRegAssign),
2932         * src/ds390/ralloc.c (serialRegAssign),
2933         * src/hc08/ralloc.c (serialRegAssign),
2934         * src/mcs51/ralloc.c (serialRegAssign),
2935         * src/pic/ralloc.c (serialRegAssign),
2936         * src/pic16/ralloc.c (serialRegAssign),
2937         * src/xa51/ralloc.c (serialRegAssign),
2938         * src/z80/ralloc.c (serialRegAssign): fixed bug #1105154
2939
2940 2005-02-22 Maarten Brock <sourceforge.brock AT dse.nl>
2941
2942         * src/SDCCast.c (decorateType): fixed bug 1124787
2943
2944 2005-02-20 Hubert Sack <sack AT digiplan.de>
2945         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2946
2947         * src/mcs51/peeph.def: added peepholes 3.h-k and 132.a-f from
2948         patch #1121755
2949
2950 2005-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2951
2952         * src/SDCCpeeph.def: new keyword "labelRefCountChange" which allows peepholes
2953         to keep the correct label reference count when adding/removing references
2954         to labels. A peephole file using this is appended to patch #1144962.
2955
2956 2005-02-14 Raphael Neider <rneider AT web.de>
2957
2958         * device/lib/pic16/libc/string/memccpy.c: changed 3rd argument to char
2959         * src/SDCC.lex (process_pragma): fixed to make disable_warning work for PIC16
2960         * src/pic16/gen.c (aopForSym, calls to pic16_aopOp): prevent unneccessary
2961           retrievals of result operand's value on assignment
2962
2963 2005-02-13 Vangelis Rokas <vrokas AT otenet.gr>
2964
2965         * device/include/pic16/string.h: modified prototype for memccpy()
2966         to memccpy(void *, void *, char, size_t)
2967         * src/pic16/gen.c (genFunction, genEndFunction): reenable if-case to
2968         check whether to omit frame pointer or not,
2969         * (genInline): convert all occurences of "\n" to LF in inline
2970         assembler blocks, this helps formatting the inline text,
2971         * (pic16_loadFSR0): modified prototype,
2972         * (genNearPointerGet, genNearPointerSet): reorganization of code,
2973         removed some 8051 legacy code,
2974         * (genPackBits): enabled handling bitfields exceeding one byte in size,
2975         * src/pic16/ralloc.c (pic16_assignRegisters): clear dynrIdx variable
2976         before allocating temporary registers in functions,
2977
2978 2005-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
2979
2980         * support/regression/tests/bitvars.c: corrected the "fix"
2981
2982 2005-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
2983
2984         * support/regression/tests/bitvars.c,
2985         * support/regression/tests/bitwise.c,
2986         * support/regression/tests/rotate.c: "fixed" problems on Alpha
2987
2988 2005-02-10 Raphael Neider <rneider AT web.de>
2989
2990         * src/pic16/pcode.c (assignToSameBank) : fixed cast to pointer of
2991           different size for Alpha
2992         * src/pic16/gen.c (genCmpEq) : improved compare with 0
2993
2994 2005-02-09 Raphael Neider <rneider AT web.de>
2995
2996         * src/SDCC.lex(doPragma) : save and restore warning options as well
2997           (also added new stack plus clone- and copyAndFreeSDCCERRG())
2998         * have #pragma less_pedantic set the errorlevel to WARNING
2999           (fixes #1117001)
3000         * (cloneOptimize) : fixed wrong malloc's size
3001         * support/Util/SDCCerr.[ch] : made SDCCERRG globally accessible to
3002           facilitate correct handling of #pragma (save|restore)
3003
3004 2005-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
3005
3006         * src/mcs51/gen.c: removed non-standard C nameless struct/union
3007
3008 2005-02-04 Slade Rich <slade_rich AT users.sourceforge.net>
3009
3010         * src/pic/gen.c : Fix for bugs #1080519 & #1115662.
3011
3012 2005-02-03 Maarten Brock <sourceforge.brock AT dse.nl>
3013
3014         * device/include/mcs51/c8051f120.h: added declarations for sbit port 2,3&4
3015
3016 2005-02-02 Raphael Neider <rneider AT web.de>
3017
3018         * src/SDCCast.c (processParms): disabled W_NONRENT_ARGS for pic16 port
3019         * src/pic16/gen.c (aopForSym): reenabled special case for function pointers
3020         * (pic16_storeForReturn): fixed to allow returning function pointers
3021         * (genPackBits): improved accessing full bytes, implemented for GPOINTERs
3022         * device/include/pic16/{stddef.h,stdbool.h}: added
3023
3024 2005-02-02 Maarten Brock <sourceforge.brock AT dse.nl>
3025
3026         * device/include/mcs51/c8051f040.h: added define CPT2_PAGE
3027
3028 2005-02-01 Slade Rich <slade_rich AT users.sourceforge.net>
3029
3030         * src/pic16/pic16.dsp : Added file graph.c to make it compile under windows
3031         * src/pic16/Makefile.bcc : Do not use this file but added file graph.c as it
3032          appeared to be required
3033
3034 2005-01-31 Borut Razem <borut.razem AT siol.net>
3035
3036         * support/scripts/sdcc.nsi: added include/asm/ds390, include/asm/mcs51,
3037           include/mcs51 and include/z80 directories to the package
3038
3039 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3040
3041         * src/hc08/gen.c (genFunction): fixed bug #1112752
3042
3043 2005-01-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3044
3045         * src/mcs51/peeph.def: adapted peephole 258.x to changed gen.c (genAnd)
3046
3047 2005-01-29 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3048
3049         * src/mcs51/gen.c (genAnd): accessing LSB/MSB by rotating acc
3050
3051 2005-01-29 Maarten Brock <sourceforge.brock AT dse.nl>
3052
3053         * device/include/Makefile.in: create/copy mcs51 and z80 include subdirs
3054
3055 2005-01-27 Maarten Brock <sourceforge.brock AT dse.nl>
3056
3057         * device/include/c8051fxxx.h: removed these 6 files
3058         * device/include/mcs51/c8051fxxx.h: added these 11 new files
3059
3060 2005-01-26 Raphael Neider <rneider AT web.de>
3061
3062         * src/pic16/gen.c (genAssign): fixed assignment from longs
3063           in codespace (were cut to three bytes)
3064         * (genDummyRead): implemented (except for CODESPACE...),
3065           fixed bug #1108575
3066         * src/pic16/glue.c (emitStatistics): beautified
3067         * device/lib/pic16/libm/Makefile: added include path
3068
3069 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3070
3071         * src/z80/gen.c (aopPut): fixed bug #1103902
3072
3073 2005-01-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3074
3075         * device/lib/expf.c: fixed bug #1095792
3076
3077 2005-01-24 Vangelis Rokas <vrokas AT otenet.gr>
3078
3079         * device/lib/pic16/libm: added Math library sources
3080
3081 2005-01-24 Raphael Neider <rneider AT web.de>
3082
3083         * src/pic16/pcode.h: added second memory operand to pCodeOpReg
3084           to enable upcast to pCodeOpReg2 (there is no type tag to
3085           differenciate the two and pic16_popGet2p cast into PCOR2)
3086         * src/pic16/main.c (_process_pragma): fixed another malloc bug
3087           (sizeof(sectNames) changed to sizeof(sectName))
3088           Both patches fix segfaults under MinGW.
3089
3090 2005-01-23 Raphael Neider <rneider AT web.de>
3091
3092         * src/pic16/{device.c,pcode.c}: s/free/Safe_free/g for
3093           Safe_[mc]?alloc()'ed variables
3094         * src/pic16/gen.c (pic16_aopOp,pic16_popGet): added handling
3095           of (byte sized) temporaries (assign them to WREG for now)
3096         * src/pic16/main.c (_process_pragma): fixed nasty malloc bug
3097           (used sizeof(set *sectSyms) instead of sizeof(struct sectSym)),
3098           this might fix SIGSEGVs on MinGW...
3099         * src/SDCCopt.c (killDeadCode): restored original behaviour
3100           (volatile operands might get thrown away though)
3101
3102 2005-01-23 Vangelis Rokas <vrokas AT otenet.gr>
3103
3104         * src/pic16/gen.c: fixed bug #1106975,
3105         * src/pic16/gen.c: fixed possible bug #1102572, now during TOS
3106         pointer update, INTCON is saved, global interrupts are disabled and
3107         restored after updateing TOS.
3108         * src/SDCC.y, src/SDCC.lex, src/SDCCsymt.c, src/SDCCsymt.h:
3109         * added function attribute 'shadowregs' to take advantage of shadow
3110         registers,
3111         * added function attribute 'wparam' as an alternative to the wparam
3112         pragma,
3113         * support/Utils/SDCCerr.[ch]: added error E_SHADOWREGS_NO_ISR when
3114         user declares a non-ISR function as 'shadowregs',
3115         * doc/sdccman.lyx: updated to reflect recent changes of pic16 port
3116
3117 2005-01-22 Vangelis Rokas <vrokas AT otenet.gr>
3118
3119         * .version: bumped version number to 2.4.8
3120         * device/lib/pic16/pics.all: list of PIC18F devices supported by
3121         pic16 port,
3122         * device/lib/pic16/libio/i2c/: I2C module support library,
3123         * device/include/pic16/i2c.h: I2C support library header,
3124         * device/lib/pic16/libc/stdio/: standard IO support sources,
3125         * (printf_small.c): printf_small() source, supports float print,
3126         * (printf_tiny.c): printf_tiny() source, does not support floats,
3127         * device/lib/pic16/Makefile.common.in: added OPT_FLAGS macro to
3128         enable global optimizations for entire library source, other
3129         Makefiles in the source tree are also modified to reflect this,
3130         * device/lib/pic16/libc/stdlib/putchar.c (putchar): dummy putchar()
3131         function,
3132         * doc/sdccman.lyx: updated to reflect new changes,
3133         * src/pic16/gen.c (aopForSym): don't handle sym->iaccess in
3134         sym->onStack if-case,
3135         * src/pic16/main.c (_pic16_keywords): commented out keywords bit,
3136         sbit, idata, _idata, xdata, _xdata,
3137         * added pragma library, to link an external library, (see doc),
3138         * removed command line options, --pomit-config-words, --pomit-ivt,
3139         --pleave-reset-vector,
3140         * (pic16_finaliseOptions): when define macro SDCC_MODEL_{SMALL/LARGE}
3141         when calling assembler to reflect memory model used, also define
3142         macro STACK_MODEL_{SMALL/LARGE} when compiling and assembling to
3143         reflect stack model used,
3144         * src/pic16/ralloc.c (pic16_allocDirReg): when operand is allocated
3145         on stack return NULL,
3146
3147 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
3148
3149         * src/SDCCopt.c (killDeadCode): do not throw iCodes away if one
3150           of the operands is volatile. Fixes #1020220
3151
3152 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
3153
3154         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): reenabled optimization
3155         * (OptimizeRegUsage): make sure that there is really no other flow where
3156           the first pCode is used
3157
3158 2005-01-22 Raphael Neider <rneider AT web.de>
3159
3160         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): disabled optimization
3161           to fix #1106967 (pCode->seq are not set up correctly)
3162
3163 2005-01-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3164
3165         * src/SDCCglue.c (glue): make sure code area is declared before the
3166         static initialization area.
3167
3168 2005-01-21 Raphael Neider <rneider AT web.de>
3169
3170         * device/lib/Makefile.in: fixed test for pic16 install dir
3171         * device/lib/pic16/*/Makefile*: modified compile flags to enable
3172           optimizations
3173         * doc/sdccman.lyx: updated banksel optimization, removed --flr-support and
3174           added --optimize-goto compiler switch and pragma wparam documentation
3175         * src/pic16/pcode.c (pic16_OptimizeBanksel): removed statistics dump
3176         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed copying of WREG, PRODL
3177           and PRODH closing bug #1071770 (peephole optimizer)
3178
3179 2005-01-19 Raphael Neider <rneider AT web.de>
3180
3181         * src/SDCCglobl.h: ensure that PATH_MAX >= 2048 to guarantee
3182           cmdLine buffers (used when calling sdcpp...) are large enough
3183           (MAX_PATH=256 truncates arguments leading to system halts when
3184           used in MinGW...)
3185         * src/pic16/gen.c (pic16_sameRegs): relaxed size criterion
3186         * (genUminus): rewritten to for efficiency
3187         * (genNearPointer[GS]et): enforce reloading of FSR0 (was still
3188           used uninitialized in some cases)
3189         * (genCast): upcasting a 16bit int to a 24bit GPOINTER may not
3190           copy the third byte from the int -- now assumes 0x80 (data memory)
3191         * src/pic16/genarith.c (pic16_genPlus): fixed bug when swapping
3192           operands (genAddLit expects the iCode's operands to swapped as
3193           well), fixed leftover bytes (crashed for short left operands)
3194         * (pic16_genMinusDec): performance improvements, removed false
3195           PIC14 emitSKPNCs
3196         * (pic16_genMinus): fixed to cope with differently sized operands
3197         * src/pic16/glue.c (pic16_glue): added new banksel optimization
3198           for --obanksel > 1
3199         * src/pic16/pcode.c: implemented (first phase of) banksel optimization
3200         * src/pic16/graph.[ch]: implementation of directed graphs, used by
3201           new banksel optimization
3202         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): prevented
3203           analysis for temporary registers (segfaults...)
3204         * src/pic16/peeph.def: added rule
3205
3206 2005-01-18 Vangelis Rokas <vrokas AT otenet.gr>
3207
3208         * device/lib/pic16/libc/stdlib/x_ftoa.c: it defines x_ftoa function
3209         which converts a float number to its ASCII representation
3210         * device/lib/pic16/libc/utils/cnvfrac.S,cnvint.S: support
3211         functions to convert the fractional and integer part of a float to ASCII,
3212         * device/lib/pic16/libc/stdlib/(calloc.c,free.c, malloc.c,
3213         realloc.c): added _MALLOC_SPEC to explicit place variables in data
3214         ram
3215         * device/include/asm/pic16/features.h: added _CODE, _DATA, _AUTOMEM,
3216         _STATMEM macros,
3217         * device/include/pic16/adc.h: added GPL info,
3218         * src/pic16/gen.c (genIfxpCOpJump): perform an genIfxJump but using
3219         a pCodeOp as tested operand,
3220         * (genNearPointerGet): optimized bit testing, does not use
3221         intermediate register for bit value, test directly instead with
3222         BTFSS, BTFSC, works only for single bits,
3223         * (genpic16Code): dump the name of the iCode in the asm,
3224         * src/pic16/ralloc.c (decodeOp): removed static declaration and
3225         renamed to pic16_decodeOp,
3226         * (serialRegAssign): do not allocate a temporary register for iCode
3227         sequences that test a single bit for 1/0
3228
3229 2005-01-12 Vangelis Rokas <vrokas AT otenet.gr>
3230
3231         * src/pic16/pcode.[ch]: introduced pic16_stackpnt_*,
3232         pic16_framepnt_*, pic16_stack_*, pic1_frame_* pointer variables to
3233         access stack and frame pointers. They are initially assigned to
3234         point at pic16_pc_fsr1[lh] and pic16_pc_fsr2[lh] variables and other
3235         accessing SFRs. Updated all occurences of modification of stack or
3236         frame pointer in gen.c and pcode.c,
3237         * src/pic16/ralloc.c (serialRegAssign): fixed two bugs with
3238         assigning of a literal value to pointers,
3239         * src/pic16/main.c (pic16_finiliseOptions): set pre-processor define
3240         flag STACK_MODEL_SMALL or STACK_MODEL_LARGE according to the model
3241         selected
3242
3243 2005-01-11 Vangelis Rokas <vrokas AT otenet.gr>
3244
3245         * doc/sdccman.lyx: update documentation about stack pragma, added
3246         some info for stack memory models
3247
3248 2005-01-08 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3249
3250         * src/pic16/gen.c (DEBUGpc): MSVC 6 does not support macro variable arguments
3251
3252 2005-01-08 Raphael Neider <rneider AT web.de>
3253
3254         * src/pic16/device.c (pic16_dump_usection): changed naming scheme for
3255           udata sections to fix bug #1097823
3256
3257 2005-01-05 Raphael Neider <rneider AT web.de>
3258
3259         * src/pic16/gen.c (genGenericShift): added handling of differently
3260           sized left operand and result
3261
3262 2005-01-04 Raphael Neider <rneider AT web.de>
3263
3264         * src/pic16/gen.c (genIfxJump): fixed inverted skips on CARRY
3265         * (genIfx): fixed (?) read from uninitialized SPIL_LOC (now assumes CARRY
3266           to hold the condition bit)
3267         * added new version of genCmp (old code available via #define)
3268         * added new version of genShiftLeft/genShiftRight in a generic
3269           way, now supports shifting by negative values
3270         * (genLeftShiftLiteral, genRightShiftLiteral): use absolute value of
3271           shiftCount (expected by genGenericShift)
3272         * src/pic16/genarith.c (genPlus): added code for adding CARRY+literal
3273         * src/pic16/pcode.c (pic16_OptimizeJumps): removed annoying statistics
3274           dump
3275         * (pic16_newpCodeOpLit): changed to cast to unsigned char (as e.g. -32766
3276           is an invalid literal too...)
3277
3278 2005-01-04 Vangelis Rokas <vrokas AT otenet.gr>
3279
3280         * src/pic16/gen.c (aopForSym, genEndFunction): applied some fixes
3281         from Raphael Neider,
3282         * src/pic16/pcode.c (pic16_newpCodeOpLit): removed casting to char
3283         for 8-bit literals. This fixes some literal operands which are sign
3284         extended to 16-bits ints when instruction needs only 8-bits.
3285
3286 2004-12-31 Paul Stoffregen <paul AT pjrc.com>
3287
3288         * device/lib/logf.c: added mcs51 assembly version
3289         * device/lib/expf.c: added mcs51 assembly version
3290         * device/lib/_logexpf.c: new shared asm code for expf and logf
3291         * device/include/math.h: add defines for assembly math library
3292         * device/lib/Makefile.in: build new _logexpf.c
3293         * device/lib/libfloat.lib: use new _logexpf.c
3294
3295 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
3296
3297         * src/pic/device.c
3298         * src/pic/pcode.c : adjusted internal stack and pre-allocated registers for
3299           device types which have less than 0x7f registers.
3300
3301 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
3302
3303         * src/pic/genarith.c : Fixed problem with subtraction where the result would not be updated when borrowing.
3304
3305 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
3306
3307         * device/lib/printf_fast.c: only build on supported arch.
3308         * device/lib/printf_tiny.c: only build on supported arch.
3309         * device/lib/printf_fast_f.c: only build if asm float lib
3310         * device/lib/_fsget1arg.c: only build if asm float lib
3311         * device/lib/_fsget2args.c: only build if asm float lib
3312         * device/lib/_fsnormalize.c: only build if asm float lib
3313         * device/lib/_fsreturnval.c: only build if asm float lib
3314         * device/lib/_fsrshift.c: only build if asm float lib
3315         * device/lib/_fsswapargs.c: only build if asm float lib
3316         * device/include/stdio.h: don't provide print_fast,
3317           print_fast_f, print_tiny prototypes if --xstack used
3318
3319 2004-12-28 Maarten Brock <sourceforge.brock AT dse.nl>
3320
3321         * device/lib/sincosf.c (sincosf): don't invert bit/bool by ~
3322         * support/regression/ports/mcs51-stack-auto/spec.mk: added new _fs.. files
3323           to the SOURCES
3324
3325 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
3326
3327         * device/lib/printf_fast_f.c: same as printf_fast, but
3328           with floating point enabled
3329         * device/lib/printf_fast.c: minor tweaks
3330         * device/include/stdio.h: add printf_fast_f
3331
3332 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
3333
3334         * src/SDCCmain.c: make --float-reent default for mcs51
3335         * device/lib/_fsadd.c: added mcs51 assembly version
3336         * device/lib/_fssub.c: added mcs51 assembly version
3337         * device/lib/_fsmul.c: added mcs51 assembly version
3338         * device/lib/_fsdiv.c: added mcs51 assembly version
3339         * device/lib/_fseq.c: added mcs51 assembly version
3340         * device/lib/_fsneq.c: added mcs51 assembly version
3341         * device/lib/_fsgt.c: added mcs51 assembly version
3342         * device/lib/_fslt.c: added mcs51 assembly version
3343         * device/lib/_fscmp.c: shared code for fseq,fsgt,fslt,fsneq
3344         * device/lib/Makefile.in: add _fscmp to build
3345         * device/lib/libfloat.lib: add _fscmp to build
3346
3347 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
3348
3349         * device/lib/_fs2slong.c: added mcs51 assembly version
3350         * device/lib/_fs2sint.c: added mcs51 assembly version
3351         * device/lib/_fs2schar.c: added mcs51 assembly version
3352         * device/lib/_fs2ulong.c: added mcs51 assembly version
3353         * device/lib/_fs2uint.c: added mcs51 assembly version
3354         * device/lib/_fs2uchar.c: added mcs51 assembly version
3355         * device/lib/_slong2fs.c: added mcs51 assembly version
3356         * device/lib/_sint2fs.c: added mcs51 assembly version
3357         * device/lib/_schar2fs.c: added mcs51 assembly version
3358         * device/lib/_ulong2fs.c: added mcs51 assembly version
3359         * device/lib/_uint2fs.c: added mcs51 assembly version
3360         * device/lib/_uchar2fs.c: added mcs51 assembly version
3361         * device/include/float.h: added #define to select asm vs c
3362
3363 2004-12-26 Paul Stoffregen <paul AT pjrc.com>
3364
3365         * device/lib/printf_fast.c: improvements to float output
3366         * device/include/float.h: add defines for assembly float library
3367         * device/lib/_fsget1arg.c: receive 1 float arg
3368         * device/lib/_fsget2args.c: receive 2 float args (reentrant)
3369         * device/lib/_fsnormalize.c: normalize a float
3370         * device/lib/_fsreturnval.c: return float, various helper routines
3371         * device/lib/_fsrshift.c: right shift a float's mantissa
3372         * device/lib/_fsswapargs.c: swap 2 floats
3373         * device/lib/Makefile.in: build these 6 new files for mcs51
3374         * device/lib/libfloat.lib: add these 6 files to the library
3375
3376 2004-12-26 Borut Razem <borut.razem AT siol.net>
3377
3378         * sim/ucsim/avr.src/arith_inst.cc: fixed bug #1088372- savr is not
3379           built by gcc 3.4.2
3380
3381 2004-12-25 Paul Stoffregen <paul AT pjrc.com>
3382
3383         * device/lib/printf_tiny.c: printf for mcs51 in only 267 bytes,
3384           and fully reentrant and register bank neutral.
3385         * device/lib/printf_fast.c: added float (not enabled by default),
3386           added compact/slower integer (also not enabled by default),
3387           improved size/speed of fast integer code, other minor changes
3388         * device/include/stdio.h, device/lib/Makefile.in,
3389           device/lib/libsdcc.lib: integrate printf_tiny into mcs51 build
3390
3391 2004-12-24 Maarten Brock <sourceforge.brock AT dse.nl>
3392
3393         * src/pic16/pcode.c: declaring variables other than at the start of a
3394           block is not supported in C by VC6.
3395
3396 2004-12-22 Vangelis Rokas <vrokas AT otenet.gr>
3397
3398         * applied a previous patch from Raphael Neider that wasn't included
3399         in the previous commits, which fixes infinite loops within jumptable
3400         improvements,
3401         * made some fixes that previous patches introduced
3402
3403 2004-12-21 Vangelis Rokas <vrokas AT otenet.gr>
3404
3405         * src/pic16/gen.c (pic16_aopGet): applied fix from Raphael Neider
3406         that fixes an issue with AOP_PCODE asmop's offset,
3407         * (pic16_popCopyReg): update instance field too,
3408         * (mov2w): modified to pic16_mov2w because it conflicts with mov2w
3409         function of pic port,
3410         * (genCmp, genAnd, genAssign),
3411         * src/pic16/genarith.c (genAddLit): some fixes from Raphael Neider,
3412
3413 2004-12-20 Vangelis Rokas <vrokas AT otenet.gr>
3414
3415         * src/SDCCast.c (gatherAutoInit): allow pic16 to emit static
3416         variables initial values to idata section,
3417         * src/SDCCicode.c (geniCodeCall): patch from ### to fix unreferenced
3418         variables in some functions. This utilizes parmBytes field of iCode
3419         structure to hold the offset of the variable in stack. (might be
3420         able to use the stack field too?)
3421         * applied patch from Raphael Neider # ### , # ###
3422         * src/pic16/glue.c (pic16emitRegularMap): fix to print static
3423         variable initial values in idata section,
3424         * src/pic16/ralloc.c (pic16_allocDirReg): don't allocate register
3425         for static variables with initial value
3426         * src/device/lib/pic16/libsdcc/float/ulong2fs.c (__ulong2fs):
3427         applied fix in while loop from Raphael Neider.
3428
3429 2004-12-19 Maarten Brock <sourceforge.brock AT dse.nl>
3430
3431         * src/ds390/gen.c (genCpl): fixed bit=~(char/bit) bugs, added warning
3432         * src/ds390/main.c (_ds390_regparm): don't pass bit params in registers
3433         * src/ds390/ralloc.c (serialRegAssign): spill bits
3434         * src/mcs51/gen.c (genCpl): fixed bit=~(char) bugs, added warning
3435         * support/Util/SDCCerr.c,
3436         * support/Util/SDCCerr.h: added warning W_COMPLEMENT for using bit=~(bit)
3437         * support/regression/tests/bitvars.c: added tests for bitwise complement(~)
3438         * support/regression/tests/bitwise.c: added test for bitwise complement(~)
3439
3440 2004-12-09 Maarten Brock <sourceforge.brock AT dse.nl>
3441
3442         * device/include/sdcc-lib.h: inserted LGPL, added includes
3443           asm/ds390/features.h and asm/mcs51/features.h
3444         * device/include/asm/default/features.h,
3445         * device/include/asm/gbz80/features.h,
3446         * device/include/asm/z80/features.h: added empty _AUTOMEM
3447           and _STATMEM
3448         * device/include/asm/ds390/features.h,
3449         * device/include/asm/mcs51/features.h: added files with defines for
3450           _AUTOMEM and _STATMEM indicating automatic and static storage class
3451         * device/lib/printf_large.c (_print_format): optimized & used _AUTOMEM
3452         * doc/sdccman.lyx: version 2.4.7, updated xstack documentation
3453         * src/SDCCicode.c (geniCodeCast),
3454         * src/SDCCsymt.c (compareType): allow cast of data-ptr to idata-ptr
3455         * src/SDCCloop.c (loopInduction): removed unused variable lr
3456         * src/SDCCopt.c (convilong, convertToFcall): moved "easy special case"
3457           to convertToFcall to include char modulo (RFE 1065037), added check
3458           if left operand is unsigned and use abs of literal value
3459         * src/SDCCpeeph.c (setFromConditionArgs): removed double quotes option
3460           as it doesn't work after conversion from peephole.def to peephole.rul
3461         * src/mcs51/gen.c (toBoolean): added check for size,
3462           (genModOneByte): optimized code for signed char modulo a literal
3463           power of 2 (thanks to Hubert Sack),
3464           (genRRC): removed unnecessary "clr c",
3465           (genRLC): replaced "add a,acc" with cheaper "rlc a"
3466         * src/mcs51/peeph.def: renamed 115 to 115.a, added rule 115.b: another
3467           jump optimization,
3468           swapped rules 256.c and 256.d,
3469           extended 256.d by using new multiple checks (thanks Erik),
3470           added rules 256.e and 256.f,
3471           updated rule 261.a and 261.b to new generated code
3472         * support/regression/tests/muldiv.c: added test div/mod by a power of 2
3473
3474 2004-12-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3475
3476         * src/SDCCloop.c (basicInduction, loopInduction): fixed several
3477           induction related bugs, including first part of bug #1074377
3478
3479 2004-12-05 Vangelis Rokas <vrokas AT otenet.gr>
3480
3481         * applied patch from bug-report #1076292,
3482         * applied patches for genAnd and Goto-optimizations for Raphael
3483         Neider,
3484         * src/SDCCicode.c (printOperand): fixed !REGA source to compile and
3485         dump a less iCode information,
3486         * src/pic16/device.h (pic16_options_t): added field debgen,
3487         * src/pic16/gen.h: added macros DUMP_FUNCTION_ENTRY,
3488         DUMP_FUNCTION_EXIT, FENTRY, FENTRY2,
3489         * src/pic16/gen.c (my_powof2): renamed to pic16_my_powof2 and made
3490         puclic,
3491         * (various functions): added macros FENTRY and FENTRY2 to functions,
3492         to emit function prologue,
3493         * (various functions): fixed indentation,
3494         * (genNearPointerGet): fixed loading of FSR0,
3495         * (genPackBits): applied patch from Raphael Neider to fix updating
3496         of FSR0 and touching only the modified bits,
3497         * src/pic16/genarith.c (various functions): added macros FENTRY to
3498         emit function prologue in comments,
3499         * src/pic16/pcode.h: added functions debugf2, debugf3,
3500         * src/pic16/ralloc.c: partial fix for packForPush caused
3501         segmentation fault,
3502
3503 2004-12-04 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3504
3505         * src/mcs51/peeph.def: added 261.a,b (16 bit rotate) by Stas Sergeev
3506           <stsp AT users.sourceforge.net> with reversed byte order
3507         * support/regression/tests/rotate.c: added (ds390 skips some tests)
3508
3509 2004-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3510
3511         * src/z80/gen.c (genLeftShift, genRightShift): fixed second part of
3512           bug #1074377
3513         * src/hc08/gen.c (genrshFour, shiftRLong, shiftLLong),
3514         * src/mcs51/gen.c (shiftLLong): Fixed some shifting bugs Frieder found
3515
3516 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
3517
3518         * src/pic/pcode.c : fixed a problem where banksel was not being inserted.
3519
3520 2004-12-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3521
3522         * src/SDCCpeeph.c (callFuncByName): support combined peephole rule
3523           conditions,
3524           (setFromConditionArgs): friendly operand parser for peephole rules,
3525           (operandBaseName, operandsNotRelated): new peephole condition
3526           "operandsNotRelated" -- similar to "operandsNotSame", but takes
3527           architecture specific register naming into account, handles n-way
3528           comparisons, and supports quoted literals
3529         * src/mcs51/peeph.def: restored rule 177.d with an extra condition
3530
3531 2004-12-02 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3532
3533         * src/mcs51/peeph.def: fixed bug #1076940
3534
3535 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
3536
3537         * device/include/pic/pic16f877.h : added an include file for the PIC16F877 device.
3538
3539 2004-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3540
3541         Adding support for replacing ljmps with sjmps in jumptables
3542         generated for switch statements. For now you need to set the
3543         environment variable SDCC_SJMP_JUMPTABLE to enable this.
3544         Now 4 algorithms for mcs51 jumptable generation are used:
3545         ljmp or sjmp jumptables for up to 16 cases, stack-pushing target
3546         addresses loaded pc-relative for up to 112 cases and stack-pushing
3547         target addresses loaded with offset from dptr for up to 256 cases.
3548
3549         * src/SDCCpeeph.c: added peephole conditional labelJTInRange
3550         * src/mcs51/main.c: adapted constants for switch table generation
3551         * src/mcs51/peeph.def: added 260.x for replacing ljmp with sjmp
3552
3553 2004-11-26 Maarten Brock <sourceforge.brock AT dse.nl>
3554
3555         * device/lib/printf_large.c (_print_format): fixed bug 1073386
3556         * support/regression/tests/bug1057979.c: added test for bug 1073386
3557
3558 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
3559
3560         * src/pic16/pcode.c: fixed bug which may produce error in non-GNU
3561         compilers
3562
3563 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
3564
3565         * src/pic16/device.h,
3566         * src/pic16/genarith.c,
3567         * src/pic16/glue.c,
3568         * src/pic16/main.c,
3569         * src/pic16/pcode.c: applied patches #1068154 and #1070213
3570
3571 2004-11-24 Vangelis Rokas <vrokas AT otenet.gr>
3572
3573         Large cummulative patch for pic16 port.
3574         * device/lib/pic16/gstack.h: NEW, user can specify its own handler
3575         to call when a stack overflow occurs,
3576         * (malloc.h): added CVS Id tag,
3577         * (pic18f{242,252,442,452}.h): added T0CONbits structure and
3578         variable,
3579         * added libc directory. The current version of LibC contains string
3580         functions, ctype functions and macros and some functions of the
3581         stdlib set (like malloc/free/atof/atoi etc...). All functions are to
3582         be extensively tested in the future. Standard disclaimer here.
3583         Library is not automatically build yet. But one can build it by
3584         invoking 'make' inside the libc directory.
3585         * added ADC library under libio. Preliminary version yet.
3586
3587         * src/pic16/gen.h: added emitTOGC macro, to toggle Carry flag,
3588         * src/pic16/gen.c (aopForRemat): asmop size is filled by
3589         aopForRemat() now and not by pic16_aopOp(),
3590         * (pic16_popGetTempReg): removed warning messgae when allocating
3591         temporary registers, its a buggy feature and will be removed,
3592         * (pic16_popGet): set register instance field in AOP_CRY,
3593         * (pic16_outBitC): fixed for results in size greater than 1,
3594         * (genUminusFloat): fixed for pic16, ported code from mcs51,
3595         * (pic16_storeForReturn): optimized return of 0,
3596         * (genCmp): experimental code for new genCmp which uses PIC18's
3597         special compare&skip instructions. Initial tests fail some times
3598         with variables grater than 1 byte in size, so new code is disabled,
3599         * (genUnpackBits, genPackBits): more optimizations in reading/writing,
3600         a single bit,
3601         * (genCast): began a fix to optimize the casting of a bit to another
3602         bit, now assigning a bitfield to another bitfield will fail, sorry,
3603         * src/pic16/main.c: disabled the use of lr-support feature,
3604         * src/pic16/pcode.h: renamed PCASMDIR to PCAD,
3605         * added some function prototypes, added function _debugf prototype,
3606         * src/pic16/pcode.c: (pic16_get_op): fixed emitting operands of register
3607         bits with offset (case PO_GPR_BIT),
3608         * (genericPrint): don't emit INFO pcode when --pcode-verbose not in
3609         command line,
3610         * (isBankInstruction): modified to return 0 for no banking instruction,
3611         and 1 for banking instruction,
3612         * (pic16_isPCinFlow): check for PCAD (assembler directives) too,
3613         caused stop processing pCodes after a inline assembly block,
3614         * (pic16_popCopyGPR2Bit): updated to match bitfields with offset,
3615         * src/pic16/pcoderegs.c: fixed a bug with eliminating some temporary
3616         registers when it shouldn't,
3617         * src/pic16/ralloc.c (allocReg): add preliminary support for
3618         supporting a limited set of temporary registers,
3619
3620 2004-11-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3621
3622         * src/hc08/gen.c (genAssign, genPointerGetSetOfs, genDataPointerGet,
3623           genDataPointerSet): ensure assignments always copy in MSB to LSB
3624           order,
3625           (loadRegFromAop): recognize CLRH optimization,
3626           (genFunction): optimize RECEIVE iCodes in reentrant functions
3627
3628 2004-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3629
3630         * src/SDCCmain.c (parseCmdLine, optionsTable[]): fixed bug with
3631           --out-fmt-s19 turning into --out-fmt-elf if s19 was already
3632           selected.
3633         * src/SDCCmain.c (linkEdit): don't define SSEG for HC08
3634         * src/hc08/main.c (_hc08_setDefaultOptions): default xdata to be
3635           contiguous with data
3636
3637 2004-11-19 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3638
3639         * device/lib/_gptrget.c (_gptrget),
3640         * device/lib/_gptrgetc.c (_gptrgetc),
3641         * device/lib/_gptrput.c (_gptrput): _naked allows to use ret
3642           instead of sjmp to ret
3643         * src/mcs51/peeph.def: added peepholes 3.d-g and 177.g,h provided
3644           by Hubert Sack <hsack2002 AT arcor.de> in RFE #1067986, thanks
3645
3646 2004-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
3647
3648         * .version: bumped version to 2.4.7
3649         * device/lib/_gptrget.c (_gptrget): is now _naked
3650         * device/lib/_gptrgetc.c (_gptrgetc): is now _naked
3651         * device/lib/_gptrput.c (_gptrput): is now _naked
3652         * src/SDCCast.c (createBlock): removed ridiculous self-assignment,
3653           (createFunction): fixed xstack
3654         * src/SDCCglue.c (emitMaps): set allocation required for bit area
3655         * src/SDCCicode.c (geniCodeCast): don't change SPEC_OCLS for literal
3656           or bit either,
3657           (geniCodeCritical): store original interrupt state in an iTemp bit
3658           var unless stack-auto
3659         * src/SDCCicode.h: added CRITICAL and ENDCRITICAL to SKIP_IC2
3660         * src/SDCCmain.c (setIncludePath): added include/target to search path
3661         * src/SDCCmem.c (allocParms): store bit vars in bit space, not overlay
3662         * src/SDCCsymt.c (checkFunction): don't check regbank for isr's against
3663           prototype,
3664           (processFuncArgs): put bit vars in bit area
3665         * src/mcs51/gen.c (saveRegisters, unsaveRegisters, genXpush, saveRBank,
3666           unsaveRBank): fixed xstack,
3667           (genFunction): bugfix: replaced (global!) reentrant with fReentrant,
3668           (genFunction, genEndFunction): fixed xstack,
3669           (genAssign): optimization don't walk backwards through mem
3670         * src/mcs51/main.c (_mcs51_regparm): don't pass bit params in registers
3671         * src/mcs51/ralloc.c (createStackSpil): spill bits to bit area
3672         * support/regression/Makefile: also make library (for stack-auto) when
3673           making "all" and added "test-mcs51-xstack-auto"
3674         * support/regression/fwk/lib/testfwk.c: added T2_isr prototype for mcs51
3675         * support/regression/ports/mcs51/T2_isr.c: added this file as a stub
3676         * support/regression/ports/mcs51/fwk.lib: added to link T2_isr stub
3677         * support/regression/ports/mcs51/spec.mk: added rules for fwk.lib
3678         * support/regression/ports/mcs51-stack-auto/spec.mk: replaced
3679           make-library by MAKE_LIBRARY
3680         * support/regression/ports/mcs51-xstack-auto/spec.mk: file added to run
3681           regression tests for xstack
3682         * support/regression/tests/bitvars.c: test for bit vars (bug 938782)
3683         * support/regression/tests/critical.c: test for critical on mcs51
3684
3685 2004-11-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3686
3687         * support/regression/ports/ucz80/spec.mk: use include and lib files from
3688           built version of sdcc instead of installed version
3689
3690 2004-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
3691
3692         * src/mcs51/gen.c (toBoolean): fixed bug 1065458
3693         * device/lib/Makefile.in: z80 uses printf_large.c, sprintf.c and
3694           vprintf.c now
3695         * device/lib/printf_large.c (calculate_digit): fixed bug 1057979
3696         * device/lib/z80/Makefile: don't use printf.c as it fails bug 1057979
3697           WARNING: remove device/lib/build/z80/printf.o by hand when
3698           updating from previous build!
3699         * device/lib/z80/printf.c: updated comment
3700         * support/regression/tests/bug1057979.c: test all ports now
3701         * support/regression/tests/bug1065458.c: file added
3702
3703 2004-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3704
3705         * src/z80/gen.c (genFunction, genEndFunction): avoided generating
3706           *_start and *_end symbols for static functions
3707
3708 2004-11-11 Maarten Brock <sourceforge.brock AT dse.nl>
3709
3710         * src/SDCCmain.c (linkEdit): don't suppress crt0 if --nostdlib is used
3711           and search crt0.o in all library paths,
3712           (setIncludePath): proper handling of --nostdinc,
3713           (setLibPath): proper handling of --nostdlib
3714         * support/regression/Makefile,
3715         * support/regression/ports/ds390/spec.mk,
3716         * support/regression/ports/gbz80/spec.mk,
3717         * support/regression/ports/hc08/spec.mk,
3718         * support/regression/ports/mcs51/spec.mk,
3719         * support/regression/ports/mcs51-large/spec.mk,
3720         * support/regression/ports/mcs51-stack-auto/spec.mk,
3721         * support/regression/ports/z80/spec.mk: use include and lib files from
3722           built version of sdcc instead of installed version
3723         * doc/sdccman.lyx: fixed typo in --nostdinc
3724
3725 2004-11-10 Slade Rich <slade_rich AT users.sourceforge.net>
3726
3727         * src/pic/pcode.c,
3728         * src/pic/device.c,
3729         * src/pic/ralloc.c,
3730         * src/pic/gen.c : added support to generate code for struct bit fields.
3731
3732 2004-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
3733
3734         * as/xa51/xa_version.h,
3735         * device/include/errno.h,
3736         * device/include/regc515c.h,
3737         * device/lib/_itoa.c,
3738         * device/lib/_ltoa.c,
3739         * device/lib/ser_ir_cts_rts.c,
3740         * sim/ucsim/xa.src/glob.cc,
3741         * sim/ucsim/xa.src/inst_gen.cc,
3742         * sim/ucsim/xa.src/xa_bit.cc,
3743         * sim/ucsim/xa.src/xa_sfr.cc,
3744         * sim/ucsim/z80.src/inst_dd.cc,
3745         * sim/ucsim/z80.src/inst_fdcb.cc,
3746         * support/scripts/keil2sdcc.pl,
3747         * src/pic16/pic16.dsp,
3748         * src/pic16/pic16a.dsp: corrected cvs line endings
3749         * device/lib/printf_large.c: fixed bug 1057979
3750         * src/pic16/gen.c: fixed non-C standard code
3751         * src/SDCCmain.c: made --pack-iram default, added --no-pack-iram
3752         * src/SDCCglobl.h: changed pack_iram to no_pack_iram
3753         * support/regression/ports/mcs51/support.c: reload T1 asap
3754         * doc/sdccman.lyx: updated for options --pack-iram and --no-pack-iram,
3755           pdata use and clear idata startup behaviour
3756         * support/regression/tests/bug1057979.c: added
3757
3758 2004-11-04 Maarten Brock <sourceforge.brock AT dse.nl>
3759
3760         * device/examples/ds390/ow390/ad26.h,
3761         * device/examples/ds390/ow390/cnt1d.h,
3762         * device/examples/ds390/ow390/crcutil.c,
3763         * device/examples/ds390/ow390/ownet.h,
3764         * device/examples/ds390/ow390/owsesu.c,
3765         * device/examples/ds390/ow390/swt12.h,
3766         * device/examples/ds390/ow390/swtoper.c,
3767         * device/examples/ds390/ow390/temp10.h,
3768         * device/examples/ds390/ow390/thermodl.c,
3769         * device/examples/ds390/tinitalk/tinitalk.dsp,
3770         * device/examples/ds390/tinitalk/tinitalk.dsw,
3771         * device/examples/mcs51/clock/hw.h,
3772         * device/examples/mcs51/simple2/go.bat,
3773         * device/examples/serialcomm/windows/serial.h,
3774         * device/examples/xa51/dummy.c,
3775         * device/examples/xa51/hello.c,
3776         * device/include/80c51xa.h,
3777         * device/include/at89x051.h: corrected cvs line endings
3778
3779 2004-11-04 Vangelis Rokas <vrokas AT otenet.gr>
3780
3781         * src/pic16/main.c (options): added command line --gstack, to trace
3782         stack over/under flows,
3783         * added pragma 'wparam' to allow passing first byte of function
3784         parameters via WREG, syntax is #pragma wparam my_function[, func2...]
3785         * src/pic16/gen.c (pic16_testStackOverflow): function which emits a
3786         call to __gstack_test function and sets up the symbol as extern,
3787         * (pic16_pushpCodeOp, pic16_poppCodeOp, pushw, pushaop, popaopidx,
3788         * popaop): added call to pic16_testStackOverflow,
3789         * (wParamCmp, inWparamList): NEW, test existence of a symbol in
3790         wparamList list,
3791         * (genCall, genPcall): now all parameters are passed via stack
3792         except in functions that are pass to wparam pragma in which WREG is
3793         used too,
3794         * (genPcall): REENTRANT flag is checked to see if variable prototype
3795         contains reentrant keyword, don't call a non-reentrant function, via
3796         a reentrant function pointer or vice versa, functions are never
3797         passed via WREG,
3798         * (genJumpTab): applied patch from bug #1057478 by R.Neider and
3799         D.Winkler,
3800         * src/pic16/glue.c (pic16emitRegularMap): fixed bug which caused a
3801         SIGSEGV when accessing a NULL register stucture,
3802         * (pic16_printGPointerType): modified to handle UPPER modifier for
3803         function initializers, changed prototype of function to simpler one,
3804         * (pic16_printIvalFuncPtr): check to see if function is already
3805         added in externs list,
3806         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): fixed bug which
3807         optimized a move from W to SFR with a move to the same register
3808         later after a CALL,
3809         * device/lib/pic16/debug: NEW directory, contains debug features
3810         which are enabled when linking with libdebug.lib, currently command
3811         line option --gstack enables stack pointer tracing for over/under
3812         flow, corresponding sources are in debug/gstack
3813
3814 2004-10-30 Vangelis Rokas <vrokas AT otenet.gr>
3815
3816         * doc/sdccman.lyx: updated SDCC version,
3817         * (PIC16 port): update list of command line options,
3818         * src/pic16/device.h (structure pic16_options_t): added field gstack
3819         to enable stack overflow tracing on push/pops,
3820         * src/pic16/device.c (statistics structure): added statistics
3821         structure,
3822         * (pic16_dump_access, pic16_dump_usection, pic16_dump_gsection,
3823         pic16_dump_int_registers): increase statistics counters for each
3824         * variable which is encountered
3825         * (pic16_dump_usection): emit each .udata variable to its own udata
3826         section,
3827         * src/pic16/gen.c (assignResultValue, genCall, genPcall, genFunction):
3828         when macro USE_WREG_IN_FUNC_PARAMS is set to 0 pass all function
3829         parameters via stack, otherwise use old scheme,
3830         * src/pic16/glue.c (pic16_emitStatistics): dump statistics in
3831         assembler output file,
3832         * src/pic16/main.c: added command line options --gstack to enable
3833         push/pop tracing for stack overflow,
3834         * src/pic16/pcode.c (all pCodeInstruction records for PIC18F
3835         instructions): added size of each instruction,
3836         * (pic16_countInstruction): estimate size of instructions in
3837         the_pFile list, inline assembly blocks are not counted,
3838         * (pic16_FixRegisterBanking): trace previous register usage, when
3839         banksel optimizations is greater than 0, don't emit a redudant
3840         banksel directive,
3841
3842 2004-10-26 Slade Rich <slade_rich AT users.sourceforge.net>
3843
3844         * src/pic/ralloc.c : fixed inefficient code produced when compiling a complimented bit operation.
3845         * src/pic16/ralloc.c : applied same fix for pic16.
3846         * src/pic/gen.c : tidied it up a little.
3847
3848 2004-10-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3849
3850         * src/mcs51/peeph.def: disabled 259.a,b for removing redundant ret,
3851         thanks to Martin Helmling for reporting (mail on sdcc-devel 2004-10-25)
3852
3853 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3854
3855         * src/SDCCast.c (reverseParms): fixed bug #1040577 (part 2)
3856
3857 2004-10-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3858
3859         * device/lib/ser_ir_cts_rts.c: integer promotion caused a call to the
3860         non-reentrant function __modsint in the interrupt function (thus
3861         corrupting math operations during serial I/O)
3862         * device/lib/ser_ir.c: as above, changed buffersize
3863         * src/mcs51/peeph.def: added 259.a,b for removing redundant ret,
3864         256.c,d for zeroing
3865         * doc/Makefile: added option -t for rsync
3866
3867 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3868
3869         * src/SDCCast.h (struct ast),
3870         * src/SDCCast.c (reverseParms, copyAst): fixed bug #1040577 (part 1)
3871
3872 2004-10-20 Borut Razem <borut.razem AT siol.net>
3873
3874         * support/scripts/sdcc.nsi: added include/pic16/*.h to the setup
3875         package
3876
3877 2004-10-20 Vangelis Rokas <vrokas AT otenet.gr>
3878
3879         * device/lib/pic16/libsdcc/Makefile: added lregs directory in
3880         makefile targets,
3881         * device/lib/pic16/libsdcc/lregs/{Makefile,lrst.c,lrrest.c}: NEW
3882         support functions to replace long sequences of MOVFF's from access
3883         bank registers to stack and vice versa,
3884         * src/pic16/device.h: added new field opt_flags, where optimization
3885         flags can be set to enable certain features,
3886         * src/pic16/gen.c (pic16_emitpinfo): NEW to add PC_INFO pCode in
3887         * pBlock, (genFunction, genEndFunction): surroung loop for
3888         saving/loading used registers in stack with PC_INFO pCodes,
3889         INF_LREGS. Code in between can then be optimized by pCode optimizer
3890         to support function calls,
3891         * (genDataPointerSet): fixed bug which loaded float fields in
3892         structures with corrupt data,
3893         * src/pic16/genutils.c (debugf, _debugf): macro/function which emits
3894         in a standard way debug info on stderr. Feature used for developing
3895         and debugging only,
3896         * src/pic16/glue.c (pic16glue): reformatted, deleted some old and
3897         obsolete chunks of code,
3898         * if optimization flag OF_LR_SUPPORT was set, call pic16_OptimizeLocalRegs,
3899         * src/pic16/main.c (_pic16_parseOptions): added handler for --flr-support,
3900         * pic16/src/pcode.c (pic16_newpCodeInfo,
3901         * (pic16_newpCodeOpLocalRegs),
3902         * (pic16_convertLocalRegs2Support): NEW, to support new optimization
3903         feature,
3904         * (pic16_pCodeConstString): printing of the initial value of a
3905         symbol as a comment is inhibited since parsing was already done by
3906         copyStr and output is corrupt,
3907         * (pic16_pCode2str, genericPrint): handle PC_INFO pCode,
3908
3909 2004-10-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3910
3911         * src/mcs51/ralloc.c (packRegisters): fixed bug #1044601
3912
3913 2004-10-19 Maarten Brock <sourceforge.brock AT dse.nl>
3914
3915         * as/mcs51/lkarea.c: removed old K&R style,
3916           (lnksect): changed check on boundary error,
3917           (lnksect2): changed check on boundary error,
3918           (lnksect2): extend XSTK to end of page if size = 1
3919         * as/mcs51/lkmain.c: removed old K&R style,
3920           (Areas51): create l_IRAM symbol
3921         * as/mcs51/lkmem.c (summary2): added report on PSEG and XSTK
3922         * device/lib/Makefile.in: renamed model-mcs51-reentrant to
3923           model-mcs51-stack-auto, added model-mcs51-xstack-auto
3924         * device/lib/_mullong.c: added version to be compiled with xstack
3925         * device/lib/mcs51/crtclear.asm: clear only upto --iram-size
3926         * device/lib/mcs51/crtxclear.asm: clear pdata as well
3927         * device/lib/mcs51/crtxstack.asm: fixed comment
3928         * src/SDCCglue.c: maxInterrupts defaults to 0,
3929           (emitMaps): added pdata,
3930           (createInterruptVect): (re)moved default,
3931           (glue): added pdata,
3932           (glue): moved __start__xstack to XSTK with default size 1
3933         * src/SDCCmain.c (parseCmdLine): automatically set options.intlong_rent
3934           and options.float_rent when options.stackAuto is set,
3935           (linkEdit): only write XDATA_NAME if provided on command line
3936         * src/SDCCmem.h,
3937         * src/SDCCmem.c: added pdata
3938         * src/port.h: added pdata_name to PORT
3939         * src/mcs51/gen.c (toBoolean): fixed for Acc use of aopGet,
3940           (saveRegisters, unsaveRegisters): removed usage of B,
3941           (genMinus): fixed accumulator clash,
3942           (genJumpTab): added comment, this needs another look
3943         * src/mcs51/gen.c: added check for "B in use" paranoia,
3944           added pushB() and popB()
3945         * src/mcs51/peeph.def: restart after 177.c so 177.a can get a second
3946           chance
3947         * src/avr/main.c,
3948         * src/ds390/main.c,
3949         * src/hc08/main.c,
3950         * src/mcs51/main.c,
3951         * src/pic/main.c,
3952         * src/pic16/main.c,
3953         * src/xa51/main.c,
3954         * src/z80/main.c: (reset_regparms) made void parameter explicit and
3955           added PSEG (PAG,XDATA) or NULL to port specifier
3956         * src/ds390/main.c (_ds390_genIVT): moved implemented default in here
3957         * src/mcs51/main.c (_mcs51_genIVT): moved implemented default in here,
3958           (_mcs51_genInitStartup): removed __start__xstack equ,
3959           (mcs51_port): moved xstack from XSEG (XDATA) to XSTK (PAG,XDATA)
3960         * src/pic16/device.c (pic16_dump_usection, pic16_dump_isection),
3961         * src/z80/gen.c (_rleAppend): fixed warnings
3962         * support/regression/tests/zeropad.c: added pdata test
3963         * .version: bumped to 2.4.6
3964
3965 2004-10-17 Borut Razem <borut.razem AT siol.net>
3966
3967         * support/scripts/sdcc.nsi: cross compiling of WIN32 setup.exe on Linux
3968         as a part of nightly build
3969
3970 2004-10-16 Vangelis Rokas <vrokas AT otenet.gr>
3971
3972         * src/pic16/gen.c (struct _G): added field useWreg, is set to 1 when
3973         WREG holds the first byte function parameters,
3974         * (aopForSym): take special case for symbols which are in FARSPACE
3975         but in CODESPACE too,
3976         * (assignResultValue): modified to take into account _G.useWreg,
3977         * (genCall): don't use wreg for parameter passing when function is
3978         declared as reentrant, too, added optimization INCF to stack
3979         pointer when stack parameter count is 1,
3980         * (genFunction, genEndFunction): refurnished and fixed to not using
3981         wreg for passing parameters when function has varargs or is
3982         reentrant, fixed bug with symbol name compare for generating
3983         functions in absolute address,
3984         * (pic16_storeForReturn): refurnished,
3985         * (genCmp): began writing a new version of the function, not ready
3986         yet, therefore it is disabled,
3987         * (genAssign): do not read code memory when assigning a function to
3988         a pointer function,
3989         * src/pic16/glue.c (pic16emitStaticSeg): abSym->name is defined an
3990         array of characters, not pointer,
3991         * (pic16initialComments): in debug mode emit an .ident directive for
3992         the assembler,
3993         * (_process_pragma): emit a new warning type (internal to pic16)
3994         when setting stack to default length, emit a similar warning when
3995         placing a function at absolute address and address is not word aligned
3996         * (_pic16_parseOptions): added 'return TRUE' statement,
3997         * (_pic16_linkEdit): if compiling a source, then add the source's
3998         file object, first in the list of objects to link,
3999
4000 2004-10-13 Slade Rich <slade_rich AT users.sourceforge.net>
4001
4002         * src/pic/pcoderegs.c : increased count on regUsedinRange to prevent unnecessary warning.
4003         * src/pic/main.c : removed VC warning.
4004         * src/pic/gen.c : changed comment.
4005
4006 2004-10-12 Vangelis Rokas <vrokas AT otenet.gr>
4007
4008         * device/lib/pic16/libsdcc/gptr/gptrput[234].c: an external
4009         reference to a deprecated symbol _GPTRREG was causing failure to
4010         link. Thanks G. M. Gallant for the info.
4011
4012 2004-10-12 Slade Rich <slade_rich AT users.sourceforge.net>
4013
4014         * src/pic/pcode.c : Applied a code patch supplied by Paul Ashmore in
4015         comments for Bugs item #954788.
4016
4017 2004-10-10 Vangelis Rokas <vrokas AT otenet.gr>
4018
4019         * src/pic16/device.c (pic16_dump_gsection,
4020         * pic16_groupRegistersInSection): handle symbols declared to be in
4021         access bank differently,
4022         * src/pic16/gen.c (struct _G): added field resDirect,
4023         * (aopForSym): if symbol on stack and iCode is '=' and result exists,
4024         send values read from stack directly to result and don't allocate
4025         temporary values,
4026         * (pic16_sameRegs): fixed bug that allowed MOVFF to move between
4027         same registers,
4028         * (pic16_sameRegsOfs): NEW,
4029         * (freeAsmop): if _G.resDirect is set then do not mark registers as
4030         free because they were not allocated from temporary pool,
4031         * pic16_popRegFromString): workaround to fix a problem with
4032         allocating variables twice or never,
4033         * (genGenPointerGet): using PRODL instead of FSR0H,
4034         * (genGenPointerSet): using POSTDEC1 (that is a stack location)
4035         instead of FSR0H,
4036         * (genAssign): take advantage of the _G.resDirect flag,
4037         * (genCast): around line 11844, use mov2f instead of directly
4038         MOVFF'ing between operands to account for literal values,
4039         * src/pic16/genutils.c: some new debug functions for gpsim have been
4040         added,
4041         * src/pic16/glue.c (pic16_printIvalType): fixed bug that initialized
4042         float with integer part only,
4043         * src/pic16/main.c (_process_pragma): handle pragma udata access to
4044         place variables in access bank
4045         * device/lib/pic16/libsdcc/gptr/gptr*.c: using BRA instead of GOTO,
4046         updated sources to reflect recent changes in gen.c
4047
4048 2004-10-06 Vangelis Rokas <vrokas AT otenet.gr>
4049
4050         * device/lib/pic16/libsdcc/Makefile.rules: fixed bug concerning
4051         sources that searched for headers in installation path, now the
4052         device/include/pic16 is used,
4053         * src/pic16/glue.c (pic16glue),
4054         * src/pic16/pcode.c (pCode2str, genericPrint): don't print .file or
4055         .line directives if not in debug mode, this suppresses assembler's
4056         warnings for ignored directives
4057
4058 2004-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
4059
4060         * src/port.h: made reset_regparms prototype void parameter explicit.
4061         * src/SDCCsymt.c (processFuncArgs): removed argument "func".
4062         * src/mcs51/ralloc.c (packRegisters): new fix for bugs 898889 & 979599.
4063         * doc/sdccman.lyx: documented warning disabling and how to use
4064           printf_large to make it print floats.
4065         * device/include/stdbool.h: NEW
4066         * device/lib/_atof.c,
4067         * device/lib/_divuint.c,
4068         * device/lib/_divulong.c,
4069         * device/lib/expf.c,
4070         * device/lib/printf_large.c,
4071         * device/lib/sincosf.c,
4072         * device/lib/sincoshf.c: used stdbool.h, all compile with stack-auto now
4073         * device/lib/Makefile.in: added target for model-mcs51-reentrant to build
4074           a completely reentrant lib.
4075
4076 2004-10-05 Vangelis Rokas <vrokas AT otenet.gr>
4077
4078         * device/lib/pic16/libsdcc/gptr/gptr*.c: added return statements
4079         * device/include/pic16/stdio.h: fixed bug with colon
4080
4081 2004-10-03 Vangelis Rokas <vrokas AT otenet.gr>
4082
4083         * device/include/pic16/stdio.h,
4084         * device/include/pic16/stdlib.h,
4085         * device/include/pic16/math.h: NEW
4086         * device/lib/pic16/libsdcc/gptr/*.c (gptrget*, gptrput*): functions
4087         declared as _naked to reduce overhead
4088         * device/lib/Makefile.in (target port-specific-objects-pic16):
4089         changed * to *.* so to ignore the CVS directory,
4090         * src/pic16/gen.c (pic16_freeAsmop): added code to store result of
4091         stacked variables back in stack,
4092         * (genEndFunction): fixed bug reported by G.M. Gallant with stack
4093         corruption
4094
4095 2004-10-01 Vangelis Rokas <vrokas AT otenet.gr>
4096
4097         * .version: bumped version number to 2.4.5
4098         * support/Util/SDCCerr.h: added warning W_POSSBUG2.
4099         * support/Util/SDCCerr.c (messages structure): added entry for
4100         W_POSSBUG2
4101
4102         Large cumulative patch for pic16 port and libraries.
4103         * device/include/pic16/sdcc-lib.h,
4104         * device/include/pic16/stdarg.h,
4105         * device/include/asm/pic16/features.h,
4106         * device/include/lib/pic16/libsdcc/gptr/{*.c, Makefile}: NEW,
4107         * device/include/pic16/float.h: changes reentrant keyword with
4108         _FS_REENTRANT, added prototype for __fsneq, included sdcc-lib.h
4109         * device/lib/pic16/libsdcc/Makefile: added target directory gptr,
4110         updated target build-libraries to include objects from gptr,
4111         * device/lib/pic16/libsdcc/{char,int,long}/*.c: added macro
4112         _IL_REENTRANT to all function headings, included sdcc-lib.h header,
4113         * device/lib/pic16/libsdcc/float/*.c: added macro _FS_REENTRANT to
4114         all function headings,
4115         * src/SDCCmain.c: added global parameter userIncDirsSet,
4116         * (parseCmdLine): when option -I is encountered add directory to
4117         userIncDirsSet too,
4118         * src/version.awk: added space between control and long,
4119         * src/pic16/NOTES: added some notes for the port,
4120         * src/pic16/gen.c: added prototype for mov2fp function,
4121         * (fReturnpic16[]): properly named return value registers,
4122         * (_G structure): added fields stackRegSet, fregsUsed, stack_lat,
4123         * (aopForSym): added code to handle symbols with onStack flag set,
4124         symbols onStack are allocated PTRSIZE bytes,
4125         * (aopFreeAsmop): handles special case where asmops are stack objects,
4126         * (aopGet, pic16_popGet): adde cod to handle new asmop AOP_STA,
4127         * (pic16_popGetTempReg, pic16_popGetTempRegCond, pic16_popReleaseTempReg):
4128         added argument lock to trace flaws in allocating temporary registers
4129         when developing port,
4130         * (pic16_popGetLit, pic16_popGetLit2): changed lit from unsigned to signed
4131         * (pic16_popRegFromString): reenabled allocating a direct register
4132         from string,
4133         * (assignResultValue): various beautifications,
4134         * fixed bug #1037717 (patch from R. Neider & D. Wrinkler) with mistaken
4135         referenced function argument,
4136         * (genIpush): reenabled to allow stacked arguments, handles only
4137         ic->parmPush iCodes,
4138         * (genCall, genPcall): major changes to allow for variable argument
4139         functions, fixed a bug with falsely restoring stack pointer after
4140         returning from call,
4141         * (genFunction): pending code for critical function,
4142         * (shiftR1Left2ResultSigned, shiftR1Left2Result, shiftL2Left2Result,
4143         * (shiftR2Left2Result, shiftLLong) applied patch #1032155 from R.Neider,
4144         * (genNearPointerGet): fixed bug with indirect reading, was always
4145         reading from INDF0
4146         * (genGenPointerGet, genGenPointerSet): rewrote to support generic
4147         pointers,
4148         * (genAddrOf): rewrote code to take address of a stacked function parameter
4149         * (genCast): fixed casting to generic pointer type,
4150         * src/pic16/gen.h: added AOP_STA,
4151         * (struct asmop): added field stk,
4152         * src/pic16/genarith.c (pic16_AopType): handle AOP_STA,
4153         * (pic16_genPlusIncr): changed emitSKPNZ to emitSKPNZ,
4154         * (pic16_genAddLit, pic16_genPlus): applied patch #1034042 by tecodev,
4155         * (pic16_genMinus): fixed bug #1035119 with patch submitted by tecodev,
4156         * src/pic16/genutils.c (pic16_genNot): removed symbol *tlbl,
4157         * src/pic16/glue.c (pic16_printGPPointerType): fixed to support new
4158         generic pointers,
4159         * src/pic16/main.c (_pic16_initPaths): ignores default SDCC include
4160         and library paths,
4161         * (pic16_port structure): generic pointer size is set to 3,
4162         * src/pic16/pcode.c (pic16_newpCodeOpLit): correctly print literal integer,
4163         * (insertBankSwitch): cast to (char *) to prevent 64bit CPUs'
4164         compiler warning,
4165         * src/pic16/ralloc.c (allocReg): prevent allocating register when
4166         operand is an iTemp,
4167
4168 2004-09-24 Martin Helmling <mh AT octo-soft.de>
4169
4170         * debugger/mcs51/cmd.c: set PC if a symbol at pc reg is set
4171         * debugger/mcs51/simi.c: addapt new syntax of s51
4172
4173 2004-09-23 Vangelis Rokas <vrokas AT otenet.gr>
4174
4175         * src/pic16/genutils.c (pic16_genNot): fixed bug #1032265,
4176         * src/pic16/pcode.c: commented out some calls to free() in order to
4177         fix bug #989576,
4178
4179 2004-09-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4180
4181         * src/SDCCicode.h,
4182         * src/SDCCicode.c (isiCodeInFunctionCall),
4183         * src/avr/ralloc.c (selectSpil),
4184         * src/pic/ralloc.c (selectSpil),
4185         * src/pic16/ralloc.c (selectSpil),
4186         * src/ds390/ralloc.c (selectSpil),
4187         * src/hc08/ralloc.c (selectSpil),
4188         * src/xa51/ralloc.c (selectSpil),
4189         * src/mcs51/ralloc.c (selectSpil): Don't use remainSpil to spill to the
4190         stack in the middle of a function call sequence (fixes bug #1020268)
4191         * src/SDCCicode.c (geniCodeJumpTable): fixed error in computing the
4192         costs associated with the minimum switch case.
4193
4194 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4195
4196         * src/SDCC.lex: fixed bug #1030549
4197
4198 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4199
4200         * src/SDCCcse.h (struct cseDef),
4201         * src/SDCCcse.c (cseBBlock, newCseDef, ifFromAddrTaken): purge CSEs
4202         over a function call if the CSE is derived from a symbol whose
4203         address has been taken (fixes bug #1029883)
4204         * support/regression/tests/bug-1029883: a new regression test for
4205         this bug
4206
4207 2004-09-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4208
4209         * src/hc08/gen.c (emitinline): fixed bug #1029778
4210         * src/SDCC.y (assignment_expr): fixed the grammer so that assignment
4211         to a cast object is no longer a syntax error ("fixes" bug #1030006,
4212         and starts toward RFE #905167)
4213
4214 2004-09-17 Vangelis Rokas <vrokas AT otenet.gr>
4215
4216         * src/pic16/gen.c (mov2f): New function to move an operand to
4217         another without considering if it is a literal or a register,
4218         * (pic16_sameRegs): don't check if they are both AOP_REG,
4219         * (AccRsh): removed andmask=0 lines,
4220         * (genLeftShift): duplicated to be improved in future versions,
4221         * src/pic16/main.c (_process_pragma): emit stack default size in hex,
4222         * src/pic16/pcode.c: added POC_INFSNZW, updated inverted_op fields
4223         in POC_INCFSZ, POC_INCFSZW, POC_INFSNZ,
4224         * (pic16initMnemonics): added initialization for POC_INFSNZW,
4225         * (insertBankSwitch): fixed inserting banksel directives algorithm
4226         for instructions that follow a skip instruction, this fixes a report
4227         for broken subtraction code generation,
4228         * src/pic16/ralloc.c (deassignLRs): do not free register if current
4229         iCode is a left op, just in case result and right share the same
4230         registers
4231
4232 2004-09-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4233
4234         * src/hc08/main.c,
4235         * src/hc08/gen.c (genJumpTable): more efficient jump table, supports
4236         preservation of HX
4237         * src/hc08/gen.c (pullRegs): fixed order of HX & XA pairs
4238         * src/mcs51/ralloc.c (packRegisters): removed the patch applied
4239         on 2004-09-12; it was buggy
4240
4241 2004-09-15 Bernhard Held <bernhard AT bernhardheld.de>
4242
4243         * src/SDCCsymt.h: removed RESULT_CHECK
4244         * src/SDCCast.c,
4245         * src/SDCCglue.c,
4246         * src/SDCCval.c,
4247         * src/pic/glue.c,
4248         * src/pic16/glue.c: replaced RESULT_CHECK with RESULT_TYPE_NONE
4249
4250 2004-09-15 Vangelis Rokas <vrokas AT otenet.gr>
4251
4252         * src/SDCCicode.c (piCode): applied patch from Raphael Neider,
4253         * src/pic16/device.c (pic16_assignConfigWordValues): wrong
4254         configuration values no more rejected by compiler, they are assigned
4255         to configuration registers with a warning message instead,
4256         * src/pic16/glue.c (pic16_emitConfigRegs): added +1 at top-limit of
4257         the for-loop so last conf register is emitted too,
4258         * (_pic16_initPaths): link library libsdcc.lib by default,
4259         * (_hasNativeMulFor): modified test for multiplication according to
4260         Raphael Neider's remarks. Integer multiplication is also done with
4261         support functions,
4262         * device/include/pic16/pic18fregs.h: corrected type error in while
4263         testing and including 18f6720 header file
4264
4265 2004-09-14 Vangelis Rokas <vrokas AT otenet.gr>
4266
4267         * src/pic16/device.h (pic16_options): removed field use_crt,
4268         * src/pic16/gen.c (genUnpackBits): added call to pic16_loadFSR0
4269         until an optimization to handle single bits is added,
4270         * (pic16_loadFSR0): moved before genUnpackBits,
4271         * (genAnd): some white lines removed,
4272         * src/pic16/main.c (_pic16_finaliseOptions): set omit_ivt and clear
4273         leave_reset flags in pic16_options when using crt modules,
4274
4275 2004-09-12 Maarten Brock <sourceforge.brock AT dse.nl>
4276
4277         * src/mcs51/ralloc.c (packRegisters): applied fix by Bernhard Held
4278           for bugs 898889 & 979599. Also used some safer print instructions.
4279
4280 2004-09-12 Vangelis Rokas <vrokas AT otenet.gr>
4281
4282         * src/pic16/device.h (pic16_options_t): added field use_crt,
4283         crt_name, no_crt,
4284         * src/pic16/genarith.c (pic16_genPlus): added an assert(0) line to
4285         catch a probable future bug,
4286         * src/pic16/gen.c: aopIdx function commented out,
4287         * (genAssign): commented out old code which used aopIdx,
4288         * src/pic16/glue.c (pic16glue): removed some legacy fragments of
4289         code, added if conditionals to take into account the --use-crt
4290         command line options,
4291         * src/pic16/main.c (pic16_optionsTable): added new command line
4292         options, --use-crt= and --no-crt,
4293         * (_pic16_linkEdit): now the proper crt object is added in the
4294         linker command line except than when --no-crt is specified,
4295         * src/pic16/pcode.c,
4296         * src/pic16/pcode.h: added some structures and functions for a new
4297         optimization scheme to compansate for instruction overhead between
4298         same iCodes, this scheme is currently under development and is not
4299         working in any way,
4300         * src/pic16/gen.c (genAnd): added patch provided by Aaron Collwell
4301         to && operator,
4302         * device/lib/pic16/startup/crt0i.c,
4303         * device/lib/pic16/startup/crt0iz.c: added global char variable
4304         __uflags to force the generation of an idata section
4305
4306 2004-09-12 Bernhard Held <bernhard AT bernhardheld.de>
4307
4308         * doc/Makefile,
4309         * doc/clean.mk: added support for easy creation of sdcc-doc.tar.bz2
4310         * doc/sdccman.lyx: updated sdcc version to 2.4.4
4311
4312 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4313
4314         * doc/sdccman.lyx: fixed a problem with my new index entries (thanks
4315         Frieder) and clarified the default code optimization mode
4316
4317 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4318
4319         * src/SDCC.lex (doPragma, process_pragma),
4320         * src/SDCCglobl.h (struct optimize): added pragmas "opt_code_speed",
4321         "opt_code_size", and "opt_code_balanced"
4322         * src/SDCCmain.c (optionsTable[], printOptions, scanOptionsTable):
4323         regrouped options by category, added support for category headers
4324         * src/SDCCmain.c (parseCmdLine): added options "--opt-code-speed"
4325         and "--opt-code-size"
4326         * doc/sdccman.lyx: documented these new options and pragmas
4327         * src/hc08/gen.c (AccLsh, AccRsh): take speed/size optimization
4328         preference into account
4329
4330 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
4331
4332         * src/SDCCicode.c (geniCodePostInc, geniCodePreInc, geniCodePostDec,
4333           geniCodePreDec): Fixed bug 904237 by generating a warning
4334         * src/SDCCerr.h,
4335         * src/SDCCerr.c: added warning W_SIZEOF_VOID
4336
4337 2004-09-09 Slade Rich <slade_rich AT users.sourceforge.net>
4338
4339         * src/pic/device.c : When no max ram set validate full memory range.
4340         * src/pic/pcode.c,
4341         * src/pic/pcodepeep.c : Copy C code comments to optimised replacement code.
4342
4343 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
4344
4345         * device/lib/_gptrget.c,
4346         * device/lib/_gptrput.c: updated comment
4347         * device/lib/calloc.c,
4348         * device/lib/free.c,
4349         * device/lib/malloc.c,
4350         * device/lib/realloc.c: added LGPL, made them reentrant-safe
4351         * src/SDCCcse.c (cseBBlock),
4352         * src/SDCCicode.c (printOperand, geniCodeArray),
4353         * src/SDCCicode.h (struct operand): fixed bug 868103
4354         * support/regression/tests/bug-868103.c: added
4355         * src/SDCCast.c (searchLitOp),
4356         * src/SDCCcse.h (struct cseDef),
4357         * src/SDCCglue.c (printIvalArray, spacesToUnderscores),
4358         * src/SDCCicode.h (struct operand),
4359         * src/SDCCsymt.h (struct sym_link),
4360         * src/avr/gen.c (hasInc),
4361         * src/ds390/gen.c (hasInc),
4362         * src/hc08/gen.c (genPlusIncr, hasInc),
4363         * src/mcs51/gen.c (hasInc),
4364         * src/pic16/glue.c (pic16_printIvalChar),
4365         * src/pic16/ralloc.c (regWithIdx),
4366         * src/xa51/gen.c (hasInc) : removed warnings
4367         * src/SDCCast.c (createBlock): added comment ???
4368         * src/hc08/ralloc.c: updated comments
4369
4370 2004-09-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4371
4372         * doc/sdccman.lyx: updated section on switch statements, added
4373         section about semaphore locking
4374         * doc/Makefile: added option -info for latex2html
4375         * device/lib/_gptrget.c,
4376         * device/lib/_gptrput.c: __XPAGE instead of P2 in outcommented code
4377
4378 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
4379
4380         * src/pic/device.h,
4381         * src/pic/device.c,
4382         * src/pic/port.c : Changed PIC14 code to not set bit RP1 when
4383          maxram is less than 0x100.
4384
4385 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
4386
4387         * Bug fixes for PIC14 - signed RSHIFT problem. Patch supplied by Allen(agschrum).
4388
4389 2004-09-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4390
4391         * src/port.h,
4392         * src/mcs51/main.c,
4393         * src/ds390/main.c,
4394         * src/z80/main.c,
4395         * src/hc08/main.c,
4396         * src/pic/main.c,
4397         * src/pic16/main.c,
4398         * src/avr/main.c,
4399         * src/xa51/main.c
4400         * src/SDCCicode.c (geniCodeJumpTable): Better logic to determine if a
4401         a jump table is the best form for a switch statement, including
4402         automatic insertion of missing cases to make the case range
4403         continuous. Developed in collaboration with Frieder Ferlemann.
4404
4405 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4406
4407         * src/hc08/ralloc.c (canDefAccResult): multi-byte shift is unsafe for
4408         accumulator result if it needs sign extension
4409
4410 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
4411
4412         * src/hc08/ralloc.c (canUseAccOperand): fixed comparison bug
4413
4414 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
4415
4416         * device/lib/gbz80/printf.c,
4417         * device/lib/z80/printf.c: removed define for NULL
4418
4419 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
4420
4421         * as/xa51/xa_link.c,
4422         * device/examples/ds390/ow390/ad26.c,
4423         * device/examples/ds390/ow390/cnt1d.c,
4424         * device/examples/ds390/ow390/counter.c,
4425         * device/examples/ds390/ow390/ds2480.h,
4426         * device/examples/ds390/ow390/ds2480ut.c,
4427         * device/examples/ds390/ow390/findtype.c,
4428         * device/examples/ds390/ow390/gethumd.c,
4429         * device/examples/ds390/ow390/owllu.c,
4430         * device/examples/ds390/ow390/ownetu.c,
4431         * device/examples/ds390/ow390/swt12.c,
4432         * device/examples/ds390/ow390/swtloop.c,
4433         * device/examples/ds390/ow390/temp.c,
4434         * device/examples/ds390/ow390/temp10.c,
4435         * device/examples/ds390/ow390/thermo21.c,
4436         * device/examples/ds390/ow390/tinilnk.c,
4437         * device/examples/ds390/ow390/tstfind.c,
4438         * device/examples/serialcomm/windows/serial.cpp,
4439         * device/examples/serialcomm/windows/test_serialcomm.cpp,
4440         * device/include/reg51.h: fixed line endings for cvs
4441
4442 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4443
4444         * src/hc08/ralloc.c (canDefAccResult, canUseAccOperand,
4445         packRegsForAccUse, packRegisters): new accumulator register
4446         packing algorithm
4447         * support/regression/ports/hc08/support.c (_putchar): suppress
4448         warning of unused variable
4449         * src/SDCCicode.c: added SWAP entry to codeTable
4450
4451 2004-09-01 Maarten Brock <sourceforge.brock AT dse.nl>
4452
4453         * device/lib/sprintf.c: forgot to add this file before previous commit
4454
4455 2004-09-01 Vangelis Rokas <vrokas AT otenet.gr>
4456
4457         * src/pic16/gen.c (genPackBits): added operand right in function
4458         parameters, load result directly if p_type is POINTER (that is
4459         called by genNearPointerSet)
4460         * (genUnPackBits): added operand left in function parameters,
4461         * (genNearPointerGet, genNearPointerSet): prevent the loading of
4462         FSR0 if accessing bitfields,
4463
4464 2004-08-31 Maarten Brock <sourceforge.brock AT dse.nl>
4465
4466         * device/include/stdio.h: added NULL, size_t, typedef pfn_outputchar,
4467           _print_format; updated printf, sprintf, vsprintf
4468         * device/include/asm/default/features.h: corrected comment/define
4469         * device/lib/Makefile.in: added sprintf.c
4470         * device/lib/libsdcc.lib: added sprintf module
4471         * device/lib/printf_large.c,
4472         * device/lib/vprintf.c,
4473         * device/lib/sprintf.c: totally refactored printf_large and vprintf
4474           into these 3 files
4475         * support/regression/Makefile: changed ALL_PORTS into a usefull default
4476         * support/regression/ports/mcs51-stack-auto/spec.mk: added sprintf
4477         * support/regression/tests/bug-927659.c: removed dummy putchar, enabled
4478           hc08 test
4479         * support/regression/tests/zeropad.c: define idata as data for hc08
4480
4481 2004-08-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4482
4483         * src/SDCCpeeph.c (labelIsReturnOnly): support hc08 rts opcode also
4484         * src/SDCCpeeph.c (buildLabelRefCountHash): assume function entry point
4485         labels are referenced at least once (even if a reference is not found)
4486         * src/hc08/gen.c (emitcode): set isComment flag for comments
4487         * src/hc08/peeph.def: added rules 5a..5f (optimize redundant immediate
4488         loads), rules 6a..6b (optimize jumps to return)
4489
4490 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4491
4492         * device/lib/acosf.c (acosf),
4493         * device/lib/asinf.c (asinf),
4494         * device/lib/atanf.c (atanf),
4495         * device/lib/ceilf.c (ceilf),
4496         * device/lib/cosf.c (cosf),
4497         * device/lib/coshf.c (coshf),
4498         * device/lib/cotf.c (cotf),
4499         * device/lib/fabsf.c (fabsf),
4500         * device/lib/floorf.c (floorf),
4501         * device/lib/log10f.c (log10f),
4502         * device/lib/logf.c (logf),
4503         * device/lib/sinf.c (sinf),
4504         * device/lib/sinhf.c (sinhf),
4505         * device/lib/sqrtf.c (sqrtf),
4506         * device/lib/tanf.c (tanf),
4507         * device/lib/tanhf.c (tanhf),
4508         * device/include/math.h: defined _FLOAT_FUNC_REENTRANT macro and
4509         replaced all instances of "reentrant" in the library functions
4510         defined in math.h with this macro.
4511         * support/regression/tests/float_trans.c: reenabled test for hc08
4512
4513 2004-08-30 Bernhard Held <bernhard AT bernhardheld.de>
4514
4515         * device/lib/pic16/Makefile.common.in: added MODELFLAGS again, it was
4516         erroneously deleted
4517
4518 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4519
4520         * src/hc08/gen.c (loadRegFromAop): better use of clra & clrx
4521         * src/hc08/gen.c (genAnd, genOr): fixed bug with conditional when
4522         multi-byte volatile operands are used
4523         * src/hc08/gen.c (shiftRLong): fixed bug with wrong rotate direction
4524         * src/hc08/main.c (_hc08_genAssemblerPreamble): moved the built-in
4525         initialization to area GSINIT0 so that it would always precede
4526         any static initializers in GSINIT
4527         * support/regression/tests/zeropad.c: fixed idata define for hc08
4528         * support/regression/tests/bug-927659.c,
4529         * support/regression/tests/float_trans.c: disabled tests for hc08
4530         pending missing library routines
4531         * .version: increased version number to 2.4.4 - hc08 port now passes
4532         regression tests
4533
4534
4535 2004-08-29 Bernhard Held <bernhard AT bernhardheld.de>
4536
4537         * device/lib/pic16/Makefile.common.in: added $(MM) to fix `make clean`
4538         * Makefile.common.in,
4539         * as/Makefile,
4540         * as/hc08/Makefile.in,
4541         * as/mcs51/Makefile.in,
4542         * as/z80/Makefile.in,
4543         * debugger/mcs51/Makefile.in,
4544         * device/include/Makefile.in,
4545         * device/lib/Makefile.in,
4546         * doc/Makefile,
4547         * link/Makefile,
4548         * link/z80/Makefile.in,
4549         * packihx/Makefile.in,
4550         * sim/ucsim/main_in.mk,
4551         * sim/ucsim/avr.src/Makefile.in,
4552         * sim/ucsim/doc/Makefile.in,
4553         * sim/ucsim/gui.src/serio.src/Makefile.in,
4554         * sim/ucsim/hc08.src/Makefile.in,
4555         * sim/ucsim/s51.src/Makefile.in,
4556         * sim/ucsim/xa.src/Makefile.in,
4557         * sim/ucsim/z80.src/Makefile.in,
4558         * src/Makefile.in,
4559         * support/cpp2/Makefile.in,
4560         * support/librarian/Makefile,
4561         * support/makebin/Makefile: added DESTDIR to the install path proposed
4562         by "Maciej 'Agaran' Pijanka" <agaran AT pld-linux.org>
4563         * doc/sdccman.lyx: added DESTDIR documentation
4564
4565 2004-08-29 Vangelis Rokas (vrokas AT otenet.gr>
4566
4567         * src/pic16/gen.c (genFunction, genEndFunction): fixed return
4568         instruction for interrupt handlers, use fast returns when returning
4569         from high priority interrupts
4570
4571 2004-08-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4572
4573         * src/hc08/gen.c (genAnd, genOr, transferAopAop, rmwWithAop): optimized
4574         code generation
4575         * src/hc08/gen.c (genrshFour, genCpl): fixed bugs
4576         * src/hc08/gen.c (genMultOneByte, genDivOneByte, genModOneByte): fixed
4577         bugs, ported much of Bernhard's code from mcs51
4578         * src/mcs51/gen.c (genSend),
4579         * src/hc08/gen.c (genSend): fixed bug with lost SEND iCodes if more
4580         than one when calling a reentrant function
4581         * device/lib/_mullong.c: defined an alternate struct layout for big
4582         endian ports (hc08)
4583
4584 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4585
4586         * src/hc08/gen.c (shiftL2Left2Result): fix for bug-500536 regression
4587         test
4588
4589 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4590
4591         * src/SDCCsymt.c (processFuncArgs): make sure parameter types
4592         are sane and complete before asking the port its prefered parameter
4593         passing method (fixes bug #1017633)
4594         * device/lib/hc08/_ret.c: added "data" storage class to _ret2
4595         and _ret3
4596
4597 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4598
4599         * src/hc08/gen.c (genPackBitsImmed, genUnpackBitsImmed): fix offset
4600         problem in bitfields >= 8 bits.
4601
4602 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
4603
4604         * src/SDCCsymt.c: undid changes that were not meant to be committed
4605
4606 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
4607
4608         * support/regression/ports/hc08spec.mk: REENTRANT must be reentrant
4609
4610 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
4611
4612         * src/hc08/gen.c (genUminusFloat): fixed bug where only 3 bytes were
4613           copied and wrong bit got inverted
4614
4615 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4616
4617         * src/hc08/gen.c (genPointerSet, genFarPointerSet): moved code from
4618         genFarPointerSet into genPointerSet; eliminated genFarPointerSet
4619         * src/hc08/gen.c (genPointerGet, genFarPointerGet): moved code from
4620         genFarPointerGet into genPointerGet; eliminated genFarPointerGet
4621         * src/hc08/gen.c (genPackBitsImmed): generate optimized code for
4622         assignments to bitfields at known addresses
4623         * src/hc08/gen.c (genUnpackBitsImmed): generate optimized code for
4624         reads from bitfields at known addresses
4625         * src/hc08/ralloc.c (packRegisters),
4626         * src/hc08/gen.c (genPointerGet, genUnpackBits, genUnpackBitsImmed,
4627         genhc08Code): optimize pointer get values used as conditionals
4628         * src/hc08/peeph.def: added rules 2e & 2f to optimize bit test
4629         and branch
4630
4631 2004-08-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4632
4633         * src/mcs51/gen.c (genPointerGet, genNearPointerGet, genPagedPointerGet,
4634         genFarPointerGet, genCodePointerGet, genGenPointerGet, genUnpackBits),
4635         * src/mcs51/ralloc.c (packRegisters): optimize pointer get values used
4636         as conditionals
4637
4638 2004-08-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4639
4640         * src/mcs51/peeph.def: peepholes 248.i-m for xdata bitfields
4641
4642 2004-08-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4643
4644         * src/mcs51/ralloc.c (packRegsForOneuse): fixed bug #1012650 and some
4645         related problems
4646
4647 2004-08-21 Bernhard Held <bernhard AT bernhardheld.de>
4648
4649         * sim/ucsim/cmd.src/Makefile.in: run lex only if $(PRJDIR)/devel exists
4650
4651 2004-08-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4652
4653         * src/z80/ralloc.c (packRegsForAssign): ported some bug fixes from the
4654         mcs51 port
4655
4656 2004-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
4657
4658         * src/pic/gen.c: Restored fn genRet as previous fix was incorrect.
4659
4660 2004-08-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4661
4662         * src/mcs51/gen.c (genJumpTab): jumptables for more than 16 switch
4663         cases use more compact code.
4664
4665 2004-08-13 Slade Rich <slade_rich AT users.sourceforge.net>
4666
4667         * src/pic/gen.c: Fixed problem with fn returning a variable bigger than a char.
4668
4669 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4670
4671         * src/SDCClrange.c (findPrevUse): fixed bug #1007371
4672
4673 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4674
4675         * src/SDCCsymt.h,
4676         * src/SDCCsymt.c (changePointer, checkDecl, addSymChain): changed
4677         parameter of changePointer() from symbol* to sym_link*
4678         * src/SDCCast.c (decorateType): call changePointer() for CAST op
4679         * src/SDCCsymt.c (compareType): void* type is castable to other
4680         pointers, but not necesarily an exact match.
4681         * src/SDCCicode.c (geniCodeCast): allow void* casting here since it
4682         is no longer blindly treated as an exact match.
4683         * src/SDCCval.c (valCastLiteral): treat missing type as cast to void
4684
4685 2004-08-12 Slade Rich <slade_rich AT users.sourceforge.net>
4686
4687         * src/pic/glue.c: Added struct initialisation fn printIvalStruct.
4688
4689 2004-08-11 Slade Rich <slade_rich AT users.sourceforge.net>
4690
4691         * src/pic/gen.c,
4692         * src/pic/pcode.c,
4693         * src/pic/ralloc.h,
4694         * src/pic/ralloc.c: Printing rIdx on internal verbose debug.
4695
4696 2004-08-10 Slade Rich <slade_rich AT users.sourceforge.net>
4697
4698         * src/pic/device.c,
4699         * src/pic/device.h,
4700         * src/pic/device.c: Will no longer exit if #pragma maxram has not been defined.
4701
4702 2004-08-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4703
4704         * src/mcs51/gen.c (emitcode): fixed bug #992819
4705
4706 2004-08-05 Maarten Brock <sourceforge.brock AT dse.nl>
4707
4708         * src/pic/ralloc.c (deassignLR): allthough pic port is buggy already,
4709           there's no need to make it worse
4710
4711 2004-08-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4712
4713         * src/mcs51/ralloc.c (deassignLR),
4714         * src/ds390/ralloc.c (deassignLR),
4715         * src/hc08/ralloc.c (deassignLR),
4716         * src/z80/ralloc.c (deassignLR),
4717         * src/pic/ralloc.c (deassignLR),
4718         * src/pic16/ralloc.c (deassignLR),
4719         * src/avr/ralloc.c (deassignLR),
4720         * src/SDCClrange.c (findRecursiveSucc, findRecursivePred, findPrevUse,
4721         rlivePoint): fixed another part of bug #971834
4722
4723 2004-08-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4724
4725         * src/z80/main.c: enabled "critical" keyword
4726         * src/z80/mappings.i,
4727         * src/z80/gen.c (genFunction, genEndFunction): support for interrupt
4728         functions (fixes bug #979646)
4729         * doc/sdccman.lyx: added a subsection explaining z80 interrupt support
4730
4731 2004-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4732
4733         * src/mcs51/gen.c (genInline): Add \n for labels, not DOS/WIN dirs
4734           such as c:\mydir.
4735
4736 2004-08-03 Maarten Brock <sourceforge.brock AT dse.nl>
4737
4738         * src/SDCCloop.c (loopInvariants): fixed bug 983545, hope this
4739           doesn't disable too much optimizations
4740
4741 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
4742
4743         * src/pic/glue.c Disabled "WARNING: function 'main' undefined" when -S option is used.
4744
4745 2004-08-02 Maarten Brock <sourceforge.brock AT dse.nl>
4746
4747         * src/SDCClrange.c (rlivePoint): fixed bug 988568, thanks to anonymous
4748
4749 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
4750
4751         * src/pic/gen.c tidied up tabs
4752         * src/pic/genarith.c tidied up tabs and fixed bug with literal multiple where same register was used for hi and low byte
4753         * src/pic/main.c tidied up tabs
4754         * src/pic/pcode.c tidied up tabs and disabled verbose code generation
4755         * src/pic/pcoderegs.c tidied up tabs
4756         * src/pic/ralloc.c tidied up tabs
4757
4758 2004-07-30 Vangelis Rokas <vrokas AT otenet.gr>
4759
4760         * src/SDCCmem.c (allocGlobal): don't turn S_REGISTER storage class
4761         to S_FIXED for pic16 port and when symbol is not in level 0,
4762         allocate for S_REGISTER storage class and pic16 port, too,
4763         * src/pic16/device.h: prototype for checkSym,
4764         * src/pic16/device.c (pic16_dump_access, checkSym): NEW,
4765         * (pic16_assignConfigWordValue): test the value and the mask to
4766         validate that the value is suitable for the configuration word,
4767         * src/pic16/glue.c (pic16_printIvalFuncPtr): use 'externs' to
4768         collect extern declared symbols, don't emit symbol twice, check
4769         first if symbol is in publics set first,
4770         * src/pic16/main.c (_pic16_keywords[]): added keyword 'register',
4771         * added command line '--fstack' which enables an experimental
4772         feature for stack access, too buggy to be used yet...
4773         * src/pic16/ralloc.c (pic16_accessregWithName): NEW,
4774         * (pic16_allocDirReg): when register has storage class S_REGISTER
4775         allocate in pic16_dynAccessRegs,
4776         * device/include/pic16/pic18f????.h: modified configuration word
4777         naming convention, words started as CONFIG0H but should be CONFIG1H
4778
4779 2004-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
4780
4781         * device/include/mcs51reg.h: fixed bug 970993
4782
4783 2004-07-27 Maarten Brock <sourceforge.brock AT dse.nl>
4784
4785         * added lib/calloc.c, lib/free.c, lib/realloc.c, include/stddef.h
4786         * updated lib/malloc.c, lib/libsdcc.lib, lib/Makefile.in, include/malloc.h
4787         * src/SDCC.lex (doPragma): added pragma disable_warning <nnn>
4788         * src/SDCCmain.c (parseCmdLine): added option --disable-warning <nnn>
4789         * src/ds390/gen.c (genPlusIncr): fixed bug when incrementing generic pointers
4790         * support/Util/SDCCerr.c (vwerror): suppress disabled warnings and output
4791           error/warning numbers,
4792           added function setWarningDisabled()
4793         * support/Util/SDCCerr.h: added setWarningDisabled() and MAX_ERROR_WARNING
4794         * support/regression/ports/mcs51-stack-auto/spec.mk: added dependencies
4795           _memcmp.c _memmove.c calloc.c realloc.c free.c
4796         * support/regression/tests/malloc.c: added tests for new functionality
4797         * support/regression/tests/zeropad.c: added tests for truncated initializers
4798           and initialized char arrays starting with '\x0'
4799         * src/mcs51/peeph.def: fixed regression, added peephole 177.f
4800
4801 2004-07-26 Bernhard Held <bernhard AT bernhardheld.de>
4802
4803         * support/valdiag/tests/overflow.c: fixed warning on (1 >> 40)
4804
4805 2004-07-26 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4806
4807         * doc/sdccman.lyx: updated example in section "Absolute Addressing"
4808         * src/mcs51/peeph.def: added contributed fix for "bug" #995347 as
4809         peephole 177.e. Thanks to anonymous
4810
4811 2004-07-25 Vangelis Rokas <vrokas AT otenet.gr>
4812
4813         * src/pic16/glue.c (pic16_printIvalFuncPtr): when an extern
4814         function isn't used in the source but referenced as a
4815         variable initializer then declare it as extern in .asm file
4816
4817 2004-07-24 Vangelis Rokas <vrokas AT otenet.gr>
4818
4819         * .version: increased version number to 2.4.3
4820
4821         Adding version extension according to ChangeLog CVS revision
4822         * src/Makefile.in (target all): added dependency 'version.h'
4823         * (rule version.h): added rule to create version.h from ChangeLog,
4824         * (rule dep): added dependency version.h,
4825         * src/version.awk: AWK script to create version.h
4826         * src/SDCCdwarf2.c (dwWriteModule),
4827         * src/SDCCglue.c (initialComments),
4828         * src/SDCCmain.c (printVersionInfo): modified to write after
4829         version string the version extension number,
4830         * src/SDCCutil.c: included "version.h"
4831         * (getBuildNumber): NEW, returns SDCC's ChangeLog minor revision
4832         number,
4833         * src/SDCCutil.h: added prototype for getBuildNumber
4834
4835         * src/SDCCmain.c (parseCmdLine): when sOpt is 'I' add rest in
4836         includeDirsSet, too,
4837         * src/SDCCsymt.c (checkSClass): don't emit error when a variable,
4838         const char [] is found in function prototype...
4839
4840         * src/pic16/genarith.c (pic16_genUMult8XLit_8): optimization to omit
4841         moving to WREG with source is already in WREG,
4842         * src/pic16/gen.h: added AOP_FSR0 and AOP_FSR2 in enum,
4843         * src/pic16/gen.c (getFreePtr): updated to look for FSR0 and FSR2,
4844         * (aopForSym): stack'ed symbols are partially supported, added
4845         if-clause to support symbols in FARSPACE,
4846         * (sameRegs): added test for AOP_ACC to see if registers are same,
4847         * (pic16_freeAsmop): added case for AOP_FSR0 and AOP_FSR2,
4848         * (pic16_aopGet): added case for AOP_FSR0 and AOP_FSR2,
4849         * (pic16_popRegFromString): will not allocate a new register if it
4850         doesn't find one by name, bug may have introduced...
4851         * (pic16_popGet): added case for AOP_FSR0 and AOP_FSR2,
4852         * (genIpush): revived to use pic16 port's stack,
4853         * (genAddrOf): added incomplete case for stack'ed operand,
4854         * (genCast): optimized a pair of MOVFW,MOVWF to MOVFF
4855         * src/pic16/genutils.c (pic16_genNot): almot new vesrion for NOT,
4856         can handle multibyte operands,
4857         * src/pic16/glue.c (pic16_printIval*): some debug info added,
4858         * (pic16initialComments): added message for MPLAB compatibility
4859         mode enabled,
4860         * src/pic16/main.h: prototype for pic16_mplab_comp,
4861         * src/pic16/main.c (pic16_optionsTable): new option --mplab-comp,
4862         which enabled MPLAB compatibility mode (i.e. no #LINE/#FILE, BANKED)
4863         * (_pic16_linkEdit): NEW, handles link stage, transferred here
4864         because of increased complexity of procedure,
4865         * (_process_pragma): stack pragma changed to format 'stack pos len',
4866         emit symbol '_stack_end' to conform with gplink,
4867         * src/pic16/pcode.c (pic16_newpCodeOpBit): using pic16_regWithName
4868         to search for register,
4869         * (pic16_get_op, pic16_get_op2): added case for PO_W, PO_WREG and
4870         PO_GPR_REGISTER,
4871         * (pic16_pCode2str): when in MPLAB compatibility mode, comment out
4872         #LINE directives and replace 'B' with 'BANKED' in instruction opcodes
4873         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
4874         case for PO_GPR_REGISTER,
4875         * (pic16_AnalyzeBanking): removed the old message for inc2h.pl, past
4876         dies, the new era is ahead !...
4877         * src/pic16/ralloc.c: added hash reposits pic16_dynAllocRegNames and
4878         pic16_dynInternalRegs,
4879         * (pic16_allocregWithName, pic16_procregWithName, pic16_regWithname): NEW,
4880         * (pic16_allocDirReg): minor optimizations and bug fixes,
4881         * (pic16_allocWithIdx): when searching pic16_dynProcessorRegs use fixed,
4882
4883         * device/lib/pic16/startup/crt0*.c: extern definition of stack_end,
4884         load stack and frame pointer with address of 'stack_end' symbol
4885
4886 2004-07-23 Vangelis Rokas <vrokas AT otenet.gr>
4887
4888         * src/pic16/glue.c (pic16emitStaticSeg): fixed bug with files
4889         without source code but only variable initializers
4890
4891 2004-07-20 Vangelis Rokas <vrokas AT otenet.gr>
4892
4893         * src/pic16/glue.c (pic16emitRegularMap): unused functions marked as
4894         external are not declared as extern to reduce overhead while linking
4895
4896 2004-07-20 Maarten Brock <sourceforge.brock AT dse.nl>
4897
4898         * src/SDCCast.c (decorateType): removed buggy fix for bug #979599
4899
4900 2004-07-11 Maarten Brock <sourceforge.brock AT dse.nl>
4901
4902         * src/SDCCglue.c (printIvalArray): fixed bug #984229, thanks to Phuah
4903           Yee Keat for the patch
4904         * src/SDCCast.c (decorateType): fixed bug #979599
4905         * src/ds390/gen.h: removed local fReturnSizeDS390
4906         * src/ds390/gen.c: made fReturnSizeDS390 signed short to remove a warning
4907         * src/ds390/gen.c (genAnd, genOr, genXor),
4908         * src/mcs51/gen.c (genAnd, genOr, genXor): generate better optimized code
4909
4910 2004-07-04 Vangelis Rokas <vrokas AT otenet.gr>
4911
4912         * src/SDCCmain.c (linkEdit): modifications only for pic16 port,
4913         add relFilesSet to $3, manipulate $2 to handle linking of object
4914         files without source files in command line,
4915         * device/include/pic16 (all headers): added ID location macros,
4916         * src/pic16/device.c (struct PIC16_device Pics16[]): added field
4917         entries for ID location bytes,
4918         * (pic16_assignIdByteValue): NEW,
4919         * src/pic16/device.h: new structures idRegInfo_t and idBytesInfo_t,
4920         added field dumpcalltree to pic16_options_t,
4921         * src/pic16/gen.c (genCmp): fixed bug case so a temporary register
4922         is used instead of pic16_Gstack_base_addr, check if (ifx) before
4923         emitting rFalseIfx label after check_carry label,
4924         * src/pic16/glue.c (PIC16_IS_IDLOC_ADDRESS, PIC16_IS_HWREG_ADDRESS,
4925         pic16_emitDIRegs), NEW
4926         * (pic16glue): dump .calltree file when option --calltree found,
4927         * src/pic16/main.c (OPTION _pic16_optionsTable): new option --calltree
4928         * (_pic16_genAssemblerPreamble): emit ID locations after
4929         configuration registers,
4930         * (pic16_linkCmd): modifications of the link command,
4931         * src/pic16/pcode.c (pic16_pciMOVFF): PCC_REGISTER replaces PCC_REGISTER2
4932         * (pic16_pCodeInitRegisters): don't init stack registers,
4933         * (pic16_findPrevInstruction): fixed bug,
4934         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): fixed
4935         bug with immediate registers,
4936         * (buildCallTree): traces stack push and pop,
4937         * (pct2): dump also stack usage for each function,
4938         * src/pic16/ralloc.c (dynrIdx): registers names start from 0x00
4939         * (pic16_allocDirReg): various modifications,
4940         * (pic16_typeRegWithIdx): when searching pic16_dynProcessorRegs set
4941         fixed to 1,
4942
4943 2004-07-02 Vangelis Rokas <vrokas AT otenet.gr>
4944
4945         * src/pic16/pcode.c: removed buggy double colon
4946
4947 2004-07-01 Borut Razem <borut.razem AT siol.net>
4948
4949         * support/scripts/sdcc.nsi: added include/pic16 to setup
4950
4951 2004-06-30 Vangelis Rokas <vrokas AT otenet.gr>
4952
4953         * device/lib/Makefile.in: fixed bug in target objects-pic16,
4954         * device/lib/pic16/Makefile: prefixed with dash (-) command under
4955         target 'clean',
4956         * doc/sdccman.lyx: changed version to 2.4.2 and added some port
4957         specific command line arguments. Also added sample lkr script
4958         for placing a variable at a specific memory bank.
4959         * src/pic16/device.c (pic16_dump_gsection): NEW, to dump variables
4960         at a specific memory bank,
4961         * (pic16_dump_isection): fixed bug which caused string literals to
4962         be omitted when dumping idata section,
4963         * (pic16_groupRegistersInSection): added code to handle registers
4964         in specific memory banks,
4965         * src/pic16/gen.c: labelOffset is prefixed with pic16_ and made
4966         public, all references are renamed too,
4967         * (pic16_aopGet): removed switch cases for AOP_R0,AOP_R1,AOP_DPTR,
4968         AOP_DPTR2,
4969         * (pic16_storeForReturn): added case to handle when dest is WREG,
4970         * src/pic16/genarith.c (pic16_pCodeOpSubType): NEW,
4971         * src/pic16/glue.c (pic16emitRegularMap): when adding a register in
4972         pic16_rel_udata, check to see if that register is marked as being
4973         a member of a specific memory bank,
4974         * (pic16_printIvalCharPtr): added code to add string literals either
4975         to code or the idata sections,
4976         * src/pic16/main.c (_process_pragma): added \n to WHITE constant,
4977         also accept the 'udata' pragma,
4978         * src/pic16/main.h: new structure types sectName and sectSym
4979         * src/pic16/pcode.c: added new pCodeInstruction entry for BANKSEL
4980         * (newpCodeOpBit): added PIC_OPTYPE subt in function prototype,
4981         * (pic16_findPrevInstruction): fixed, it returned nothing,
4982         * (insertBankSwitch): fixed to emit banksel/skip and skip/banksel
4983         instruction combinations,
4984         * (pic16_FixRegisterBanking): heavily reorganised,
4985         * (pic16_AnalyzeBanking): if generating banksel directives is
4986         disabled, then don't call FixRegisterBanking at all,
4987         * src/pic16/ralloc.c (bitEQUs, aliasEQUs, allDefsOutOfRange):
4988         completely removed,
4989         * (pic16_writeUsedRegisters): added call to pic16_dump_gsection
4990
4991 2004-06-29 Bernhard Held <bernhard AT bernhardheld.de>
4992
4993         * src/SDCCglue.c (printChar): fixed bug #973350, patch provided by
4994         Phuah Yee Keat <yk.phuah AT nestac.com>
4995
4996 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
4997
4998         * src/pic16/glue.c (pic16createInterruptVect): function now emits
4999         correctly the IVT even if it is relocated to some other location
5000
5001 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
5002
5003         * device/include/pic16/pic18fregs.h: added case for pic18f2220.h
5004         * device/include/pic16/pic18f2220.h: NEW,
5005         * device/lib/pic16/libdev/pic18f2220.c: NEW,
5006         * device/lib/pic16/libdev/Makefile: added 18f2220 in DEVS,
5007         * src/pic16/device.c (struct Pics16): added info for 18f2220,
5008         * src/pic16/device.h (struct pic16_options): added ivt_loc and
5009         nodefaultlibs, ivt_loc is the location of the interrupt vector
5010         table, and nodefaultlibs signs that default libraries should not be
5011         linked in link stage,
5012         * src/pic16/gen.c (genFunction): relocate interrupt vector functions
5013         according to --ivt-loc argument,
5014         * src/pic16/main.c (_process_pragma): emit '_stack' as public symbol
5015         when pragma stack is found,
5016
5017 2004-06-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5018
5019         * src/mcs51/peeph.def: added peepholes 182.d (return 0.0),
5020         256 (range check), 257 (do while), 258.a-f (bit banging
5021         f.e. on 3-wire SPI bus)
5022
5023 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5024
5025         * src/SDCClrange.c (findNextUseSym): fixed a live range bug with
5026         variables used exclusively within a loop
5027
5028 2004-06-21 Bernhard Held <bernhard AT bernhardheld.de>
5029
5030         * src/mcs51/gen.c (genCpl): quick fix for bug #974835
5031
5032 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5033
5034         * src/SDCClrange.c (computeClash): fixed bug #971834
5035
5036 2004-06-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5037
5038         * src/mcs51/gen.c (genCmp): fixed bug #975903
5039         * src/hc08/gen.c (operandsEqu),
5040         * src/ds390/gen.c (operandsEqu),
5041         * src/z80/gen.c (operandsEqu),
5042         * src/pic/gen.c (operandsEqu),
5043         * src/pic16/gen.c (operandsEqu),
5044         * src/mcs51/gen.c (operandsEqu): fixed bug #976283
5045         * src/SDCCmain.c (parseCmdLine): report --unknown-option only once
5046
5047 2004-06-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5048
5049         * src/SDCCcse.c (cseBBlock): fixed bug #966963
5050
5051 2004-06-12 Vangelis Rokas <vrokas AT otenet.gr>
5052
5053         * src/pic16/gen.c (genPointerGet): added E_INTERNAL_ERROR for
5054         default case in switch statement,
5055         * glue.c (pic16_initPointer): expr is initialised via decoarteType
5056         to eliminate problem with initialisation of pointers, but problem
5057         still exists,
5058         * (pic16_pointerTypeToGPByte): removed, no needed for pic16,
5059         * (emitStaticSegment): removed various lines emitting debug info,
5060         * src/pic16/pcode.c, src/pic16/pcode.h, src/pic16/ralloc.h:
5061         added processor registers for utilizing EEPROM,
5062         * src/pic16/pcode.c (pic16_emitDB): number of DBs emitted is not
5063         configurable and set 8
5064
5065 2004-06-08 Vangelis Rokas <vrokas AT otenet.gr>
5066
5067         * .version: increased version number to 2.4.2,
5068
5069         Cumulative patch for pic16 port
5070         * src/pic16/device.c: changed scheme to dump initial values for
5071         variables in idata segment, all print_idata* functions were removed,
5072         now the pic16_printIval* will be called,
5073         * src/pic16/glue.c: (pic16_initPointer, pic16_pointerTypeToGPByte,
5074         * _pic16_printPointerType, pic16_printPointerType,
5075         * pic16_printGPointerType, pic16_printIvalArray, pic16_printIvalStruct,
5076         * pic16_printIvalBitFields, pic16_printIvalFuncPtr, pic16_printIvalPtr:
5077         NEW, similar to the respective functions in SDCCglue.c,
5078         * src/pic16/pcode.c (pic16_emitDB, pic16_flushDB): reverted to old
5079         way, emitting hex bytes,
5080         * (pic16_emitDS): NEW, emits a string for pointer initialisation,
5081
5082 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5083
5084         * src/avr/ralloc.c (serialRegAssign),
5085         * src/xa51/ralloc.c (serialRegAssign),
5086         * src/pic/ralloc.c (serialRegAssign),
5087         * src/pic16/ralloc.c (serialRegAssign),
5088         * src/hc08/ralloc.c (serialRegAssign),
5089         * src/z80/ralloc.c (serialRegAssign),
5090         * src/ds390/ralloc.c (serialRegAssign),
5091         * src/mcs51/ralloc.c (serialRegAssign): fixed bug #964479
5092
5093 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5094
5095         * src/SDCCicode.c (geniCodeJumpTable): fixed bug #967601
5096         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug #966505
5097
5098 2004-06-07 Vangelis Rokas <vrokas AT otenet.gr>
5099
5100         Cumulative patch for pic16 port:
5101         * src/pic16/device.h (typedef PIC16_device) modified fields for
5102         defining microcontrollers,
5103         * src/pic16/device.c: added new info for all devices in Pics16 array,
5104         * src/pic16/gen.c (genPcall): fixed bug that caused the return label
5105         to be optimised out by the pCode optimiser,
5106         * src/pic16/glue.c (pic16emitRegularMap): treat implicit aggragates
5107         specially, bug reported by G.M. Gallant,
5108         * src/pic16/pcode.c (pic16_newpCodeLabelFORCE): NEW, marks a label
5109         as force'd so that cannot be optimised out by pCode optimiser,
5110         * src/pic16/pcode.c,
5111         * src/pic16/pcodepeeph.c,
5112         * src/pic16/pcoderegs.c: many modifications to re-enable peepholes,
5113         they are disabled by default, but can be enabled explicit with
5114         command argument --denable-peeps, for testing,
5115         * device/lib/pic16/startup/Makefile: added --no-peep,--pomit-config-words,
5116         --pomit-ivt in COMPILE_FLAGS
5117
5118 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
5119
5120         * src/pic16/pcode.c (pic16_emitDB): removed double semicolon which fails
5121           compilation on MSVC
5122
5123 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
5124
5125         * device/include/sab80515.h: added sfr P6, changed GPL to LGPL
5126
5127 2004-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5128
5129         device/include/sab80515.h: fixed bug #967492, DAPR is defined at adress
5130         0xd8, but the correct adress is 0xda. Thanks to anonymous for reporting
5131
5132 2004-06-06 Vangelis Rokas <vrokas AT otenet.gr>
5133
5134         * src/pic16/device.c (pic16_assignConfigWord): fixed bug that
5135         would only assign 0x300001 register.
5136
5137 2004-06-05 Vangelis Rokas <vrokas AT otenet.gr>
5138
5139         * device/lib/pic16/startup/Makefile: added $(MODELFLAGS)
5140         in COMPILE_FLAGS. Thanks to G. Gallant for report.
5141
5142 2004-06-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5143
5144         * doc/sdccman.lyx: minor changes, mentioned beta vendor support
5145         for ds80c400
5146         * src/mcs51/peeph.def: ran unexpand -a over peeph.def
5147         * src/mcs51/peeph.def: removed obsolete peephole 100.a,
5148         added peephole 254 (left shift), 255 (jump table)
5149
5150 2004-06-04 Vangelis Rokas <vrokas AT otenet.gr>
5151
5152         * device/lib/Makefile.in: removed comment line with model-pic16,
5153         * (target port-specific-objects-pic16): the libraries and objects
5154         are copied to the build directory form the device/lib/pic16/bin
5155         directory
5156
5157         Cumulative patch concerning pic16 port:
5158         * library directory has been re-organized,
5159         * added support for PIC18F1220,
5160         * added headers and library sources for chips 18f1220,18f6520,
5161         18f6620,18f6680,18f6720,18f8520,18f8620,18f8680,18f8720
5162
5163         * configuration registers setting has changed, now each supported
5164         device has a complete description of the registers it uses,
5165         * all initialisations are moved to idata sections, these section
5166         can be absolute or relocatable,
5167         * fixed initialisation of codespace variables,
5168         * fixed warning about PCLATU and gpsim,
5169         * src/pic16/gen.c (genCmp): now can handle partially iCodes with no ifx,
5170         * (genAssign): use table reads when assigning from variables in codespace,
5171         * src/pic16/glue.c (pic16emitStaticSeg): fixed to correctly initialise
5172         char/int variables placed in codespace,
5173         * (pic16_emitConfigRegs): NEW, emits a list with configuration
5174         registers set in .asm file, no need for --pomit-config-words anymore,
5175         * (pic16glue): some 8051 legacy segments are commented out
5176         (to be removed completely),
5177         * added support for alternative assembler and linker with --asm=
5178         and --link= command line arguments,
5179         * peepholes are disabled automatically in the port, no need to
5180         specify on command line,
5181         * port supports natively char/int/long multiplication, but converts
5182         all divisions to support functions,
5183         * main.c: pic16_linkCmd and pic16_asmCmd changed to force output
5184         to the file set in variable $2,
5185         * pcode.c (pic16_emitDB, pic16_flushDB): modified to print printable
5186         strings in ASCII format and not in hex,
5187         * ralloc.c (serialRegAssign): added a triplet of conditional calls
5188         to pic16_allocDirReg for IC_RESULT, IC_LEFT and IC_RIGHT so to
5189         allocate proper register if iCodes aren't temporary,
5190
5191 2004-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
5192
5193         * support/regression/tests/zeropad.c: added TEST_G macro for alpha
5194
5195 2004-06-02 Vangelis Rokas <vrokas AT otenet.gr>
5196
5197         * src/pic16/gen.c (genPcall): warning about gpsim and PCLATU
5198         is commented out
5199
5200 2004-06-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5201
5202         * src/hc08/gen.c (genPointerGetSetOfs): disabled optimization if
5203         computed address is reused
5204         * src/hc08/gen.c (genPackBits): fixed offsets in assignments to
5205         multi-byte bitfields
5206
5207 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
5208
5209         * src/z80/gen.c: (genArrayInit): must check for pointers too
5210
5211 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
5212
5213         * support/regression/tests/zeropad.c: never meant to commit the
5214           nestedstruct test: removed, added check for GCC version
5215
5216 2004-05-31 Maarten Brock <sourceforge.brock AT dse.nl>
5217
5218         * src/SDCCast.c (createIvalArray): fixed bug 770487 SIGSEGV
5219         * src/SDCCglue.c (emitRegularMap): fixed bug 770484 allocation problem
5220         * src/SDCCglue.c (initPointer, printIvalType, printIvalStruct,
5221           printIvalArray, printIvalFuncPtr, printIvalPtr, printIval): fixed
5222           bugs 928906 and 954082 half-empty initializers
5223         * src/SDCCsymt.h,
5224         * src/SDCCsymt.c (getAllocSize): added for above fix
5225         * src/z80/gen.c (genArrayInit): fixed bug 741044
5226         * support/regression/tests/zeropad.c: added tests
5227
5228 2004-05-30 Vangelis Rokas <vrokas AT otenet.gr>
5229
5230         * src/pic16/device.c (pic16_dump_section): corrected bug which
5231         caused some symbols of the libraries to be misplaced
5232
5233 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
5234
5235         * src/pic16/glue.c,
5236         * src/pic16/ralloc.h,
5237         * src/pic16/ralloc.cc: prefixed IS_CONFIG_ADDRESS with PIC16_
5238         to fix conflict with pic port
5239
5240 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
5241
5242         * src/pic16/glue.c (pic16emitStaticSeg): do not print as publics or
5243         externs configuration variables,
5244         * src/pic16/ralloc.h,
5245         * src/pic16/ralloc.cc: IS_CONFIG_ADDRESS is made public and added
5246         prototype in header, commented out some debug messages
5247
5248 2004-05-26 Vangelis Rokas <vrokas AT otenet.gr>
5249
5250         * src/pic16/glue.c,
5251         * src/pic16/main.c,
5252         * src/pic16/pcode.c: added gpasm directives #FILE/#LINE
5253         for gpasm COFF object generation. Thanks to D. Hawkins for
5254         his patch info
5255
5256 2004-05-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5257
5258         * src/ds390/main.c,
5259         * src/mcs51/main.c: fixed sort order of mnemonics (thanks to Maarten
5260         Brock for spotting this)
5261         * src/ds390/gen.c (genEndFunction),
5262         * src/mcs51/gen.c (genEndFunction): always save psw if function is an
5263         interrupt handler and critical. Disable push/pop optimizations when
5264         peephole optimizations disabled.
5265
5266 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
5267
5268         Updated pic16 library sources and headers.
5269         * device/lib/pic16/pic18f*/ ,
5270         * device/include/pic16/*.h: modified to handle structured SFR
5271         definitions
5272
5273 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
5274
5275         * src/port.h (PORT structure): added hook initPaths, now each
5276         port can declare its own default search paths,
5277         which can been seen with the --print-search-dirs option,
5278         see pic16 port for example,
5279         * src/SDCCmain.c (setBinPaths, setIncludePaths, setLibPath,
5280         setDataPaths): test to options.printSearchDirs is ifdef'ed out,
5281         * (doPrintSearchDirs): NEW, replaces in a central manner the
5282         printing of search dirs which was split in set*Paths functions,
5283         * (main): added call to port->initPaths and doPrintSearchDirs,
5284         * src/avr/main.c,
5285         * src/ds390/main.c,
5286         * src/hc08/main.c,
5287         * src/izt/i186.c,
5288         * src/izt/tlcs900h.c,
5289         * src/mcs51/main.c,
5290         * src/pic/main.c,
5291         * src/pic16/main.c: modified port structures to reflect addition of
5292         initPaths hook,
5293
5294         * src/pic16/device.c (regCompare): registers are finally sorted by name,
5295         * (pic16_dump_section): for registers in same address reserve memory once,
5296         * src/pic16/device.h (struct PIC16_device): changed variable gen_banksel
5297         to no_banksel,
5298         * src/pic16/genarith.c (pic16_genPlus): added code to handle cases where
5299         result is greater in size than right or left,
5300         * (pic16_genUMult8X8_8): there are some cases where the result can
5301         be 16 bits size, so handle these,
5302         * src/pic16/gen.c: changed some pic16_emitpcomment to DEBUGpic16_emitcode,
5303         * (pic16_outBitC): modified to emit pcodes,
5304         * (pic16_storeForReturn): using is_LitOp to see if operand is literal
5305         or not,
5306         * (genDivOneByte): implemented algorithm to divide 8-bits,
5307         * (genCmp): uncommented goto, but issues still exist,
5308         * (genAnd): fixed a bug with variables >8bits,
5309         * (genPackBits): optimization added that uses BCF/BSF to change a
5310         single bit,
5311         * (genAssign): fixed bug when assigning floating point literals,
5312         * src/pic16/glue.c (pic16glue): added assembler directive 'code' before
5313         __sdcc_gsinit_startup label,
5314         * src/pic16/main.c (_pic16_init): removed search directory
5315         initialisations,
5316         * (_pic16_initPaths): NEW, used to initialise search directories,
5317         * (_hasNativeMulFor): support functions for all except char/int
5318         multiplication, and char division,
5319         * (PIC16_port struct): modified entry for native mul support,
5320         * src/pic16/pcode.c (insertBankSwitch): modified to support the renamed
5321         no_banksel option,
5322         * (buildCallTree): call to register_usage is ifdef'ed out,
5323
5324 2004-05-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5325
5326         * device/include/string.h: applied Stas Sergeev's patch to make this
5327         header file compatible with the preprocessor -Wundef option
5328         * src/SDCCmain.c (main): abort compilation if preprocessor reports
5329         failure (fixes bug #941458)
5330
5331 2004-05-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5332
5333         * src/SDCCopt.c (killDeadCode): fixed bug #907733
5334         * support/Util/SDCCerr.c: reworded E_AUTO_ASSUMED diagnostic to clarify
5335         that the variable, not the function, should be static
5336         * src/SDCCval.c (valCastLiteral): fixed bit initialization from literal
5337         to be consistent with non-literal case
5338
5339 2004-05-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5340
5341         * src/SDCCast.c (isConformingBody): fixed bug #949967
5342         * src/SDCCopt.c (cnvToFcall, cnvToFloatCast, cnvFromFloatCast,
5343         convilong): fixed bug #952086
5344
5345 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5346
5347         * src/SDCCmem.c (allocVariables): fixed bug #955321
5348
5349 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5350
5351         * src/hc08/main.c (_hc08_genAssemblerEnd),
5352         * src/SDCCdwarf2.c (dwOpenFile, dwCloseFile, dwWriteFunction,
5353         dwWriteModule, dwWriteCLine, dwWriteALine, dwarf2FinalizeFile):
5354         completely eliminated the use of a temporary file
5355         * src/SDCCdwarf2.c (dwWriteAttr): fixed bug with location list offset
5356         when more than one file linked
5357         * src/SDCCloop.c (pointerAssigned): fixed bug #954163
5358
5359 2004-05-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5360
5361         * src/SDCCval.c (valForArray): applied Maarten Brock's patch #947682
5362         which fixes bug #543481
5363         * support/regression/tests/bug-751703.c: fixed comments left from a
5364         cut and paste error
5365         * src/SDCCdwarf2.c (dwCloseFile): don't explicitly close a temp file
5366         * src/SDCCdwarf2.c (dwTagFromType): added bitfield support
5367         * src/SDCCdwarf2.c (dwWriteSymbolInternal): handle extern within local
5368         scopes
5369         * src/SDCCdwarf2.c (dwWriteLineNumber): line number deltas are signed
5370         * src/SDCCmain.c (processFile, parseCmdLine): non-alphanumeric chars
5371         are now changed to underscores in moduleName
5372
5373 2004-05-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5374
5375         * as/mcs51/lkmem.c: better fix for bug #954173
5376
5377 2004-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
5378         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5379
5380         * device/include/c8051f020.h: newly added SiLabs (Cygnal) header file
5381         * device/include/c8051f000.h,
5382         * device/include/c8051f120.h,
5383         * device/include/c8051f300.h,
5384         * device/include/c8051f310.h,
5385         * device/include/c8051f320.h: updated (added _XPAGE, CAPN, CAPP,
5386         PWM16) and detab'ed
5387
5388 2004-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5389
5390         * doc/sdccman.lyx: mentioned sourceforge's delay between web frontend
5391         and mailing lists, doc'ed --no-peep-comments, removed reference
5392         to knoppix (newest version has no LyX/LaTeX), other minor changes
5393         * src/SDCCglue.c (glue): save 2 bytes stack space with
5394         option --main-return. The ljmp could probably be avoided too
5395
5396 2004-05-14 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5397
5398         * as/mcs51/lkmem.c, as/mcs51/lkaomf51: fixed bug 954173
5399
5400 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5401
5402         * src/SDCCsymt.h: added IS_AUTO(symbol) test macro
5403         * src/SDCCopt.c (isLocalWithoutDef),
5404         * src/SDCCicode.c (operandFromSymbol): use the IS_AUTO test macro
5405         which adds a !IS_EXTERN codition. Fixes bugs #877426 and #751703.
5406         (credit to Maarten Brock for patch #949363, on which this is based)
5407         * support/regression/tests/bug-751703.c: some test cases of extern used
5408         within inner scopes.
5409
5410 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5411
5412         * src/SDCCdwarf2.c (dwMatchTypes): structs must have matching
5413         SPEC_STRUCT
5414         * src/SDCCdwarf2.c (dwTagFromType): fix to handle recursive
5415         struct definitions
5416         * src/SDCCdwarf2.c (dwWriteModule, dwNewDebugSymbol, dwWriteEndFunction,
5417         dwWriteLabel): fix to create valid debugger symbols even when
5418         the module name has non-alphanumeric symbols in it
5419         * src/SDCCdwarf2.c (dwWriteSymbolInternal): better detection for
5420         when a variable's allocation has been optimized away
5421
5422
5423 2004-05-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5424
5425         * src/hc08/gen.c (hc08_emitDebuggerSymbol),
5426         * src/hc08/main.c,
5427         * src/mcs51/gen.c (mcs51_emitDebuggerSymbol),
5428         * src/mcs51/main.c,
5429         * src/ds390/gen.c (ds390_emitDebuggerSymbol),
5430         * src/ds390/main.c,
5431         * src/z80/gen.c (z80_emitDebuggerSymbol),
5432         * src/z80/main.c,
5433         * src/pic/gen.c (pic14_emitDebuggerSymbol),
5434         * src/pic/main.c,
5435         * src/pic16/gen.c (pic14_emitDebuggerSymbol),
5436         * src/pic16/main.c,
5437         * src/avr/gen.c (avr_emitDebuggerSymbol),
5438         * src/avr/main.c,
5439         * src/xa51/gen.c (xa51_emitDebuggerSymbol),
5440         * src/xa51/main.c,
5441         * src/SDCCdebug.c (emitDebuggerSymbol),
5442         * src/SDCCdebug.h,
5443         * src/port.h: added a debugger struct to the port struct. Added a
5444         callback for defining debugger symbols
5445
5446         * src/SDCCast.c (createLabel),
5447         * src/SDCC.y (labeled_statement): mark all compiler generated labels
5448         with isitmp = 1
5449         * src/SDCCicode.h,
5450         * src/SDCCicode.c (geniCodeFunctionBody): added a link from the FUNCTION
5451         iCode back to the ast for the function
5452
5453         * src/hc08/ralloc.c (hc08_assignRegisters),
5454         * src/hc08/ralloc.h: define a regs struct for the stack pointer. Removed
5455         unneeded fields from the regs struct.
5456         * src/hc08/gen.c (transferRegReg, genFunction, genEndFunction): use the
5457         pushReg() & pullReg() functions instead of emitcode()
5458
5459         * src/hc08/gen.c (genLabel, genhc08Code),
5460         * src/SDCCdebug.h: Added additional debugger hooks needed for DWARF
5461
5462         * src/cdbFile.c (cdbWriteLabel, cdbWriteScope): Added stubs for unneeded
5463         debugger hooks
5464
5465         * src/hc08/gen.c (genEndFunction, genhc08Code),
5466         * src/hc08/gen.h,
5467         * src/mcs51/gen.c (genEndFunction, gen51Code),
5468         * src/mcs51/gen.h,
5469         * src/ds390/gen.c (genEndFunction, gen390Code),
5470         * src/ds390/gen.h,
5471         * src/z80/gen.c (genEndFunction, genZ80Code),
5472         * src/z80/gen.h,
5473         * src/z80/z80.h,
5474         * src/pic/gen.c (genEndFunction, genpic14Code),
5475         * src/pic/gen.h,
5476         * src/pic16/gen.c (genEndFunction, genpic16Code),
5477         * src/pic16/gen.h,
5478         * src/avr/gen.c (genEndFunction, genAVRCode),
5479         * src/avr/gen.h,
5480         * src/xa51/gen.c (genEndFunction, genXA51Code),
5481         * src/xa51/gen.h,
5482         * src/cdbFile.c (cdbWriteFunction, cdbWriteEndFunction): moved cdb
5483         specific code to cdbFile.c and out of the backend code generators
5484
5485         * as/hc08/lkmain.c (main): removed OMF51 support from link-hc08
5486         * as/hc08/lkarea.c (lnkarea): areas with NOLOAD attribute default
5487         starting address is now 0
5488
5489         * as/hc08/asm.h,
5490         * as/hc08/m08pst.c,
5491         * as/hc08/asmain.c (asmbl): implemented the .sleb128 and .uleb128
5492         assembler directive for DWARF support
5493         * as/hc08/lkelf.c (elf): only increment address when rtflg[] set
5494
5495         * src/src.dsp,
5496         * src/Makefile.in,
5497         * src/SDCCdwarf2.c: preliminary DWARF (ver 2) debugger data generator
5498
5499 2004-05-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5500
5501         * src/hc08/gen.c (genJumpTab, emitcode, genhc08code): fixed stack error
5502         and inappropriate peephole optimization in jump tables
5503
5504 2004-04-30 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5505
5506         * as/hc08/m08pst.c,
5507         * src/SDCCglue.c: sdccopt works for the hc08 port now
5508
5509 2004-04-27 Bernhard Held <bernhard AT bernhardheld.de>
5510
5511         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): fixed bug #942130
5512
5513 2004-04-27 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5514
5515         * as/hc08/lkelf.c: sdccconf.h is not available in WIN32
5516
5517 2004-04-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5518
5519         * src/SDCCpeeph.c (replaceRule): support empty replacement peephole
5520         rules
5521         * src/SDCCmain.c,
5522         * src/SDCCglobl.h,
5523         * src/SDCCpeeph.c (getPeepLine): new option --no-peep-comments omits
5524         comments from the peephole optimizer replacement rules
5525         * src/SDCCmem.c (printAllocInfoSeg): give actual location of spilled
5526         symbols
5527         * src/SDCCcse.c (updateSpillLocation),
5528         * src/SDCCopt.c (killDeadCode, findReqv): better tracking of register
5529         equivalents
5530         * src/hc08/ralloc.c (regTypeNum): pseudo symbols must be in DATA only
5531         * src/hc08/main.c (_hc08_finaliseOptions): made pointers to stack
5532         objects far pointers
5533
5534 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5535
5536         * src/SDCCsymt.h: a missing part of my last change
5537         * src/pic/ralloc.c (regTypeNum),
5538         * src/pic16/ralloc.c (regTypeNum): fixed statement/declaration order
5539
5540 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5541
5542         * src/SDCCicode.h,
5543         * src/SDCCicode.c (aggrToPtrDclType),
5544         * src/SDCCptropt.h,
5545         * src/SDCCptropt.c (ptrBaseRematSym, ptrPseudoSymSafe,
5546         ptrPseudoSymConvert),
5547         * src/pic/ralloc.c (regTypeNum),
5548         * src/pic16/ralloc.c (regTypeNum),
5549         * src/hc08/ralloc.c (regTypeNum),
5550         * src/ds390/ralloc.c (regTypeNum),
5551         * src/mcs51/ralloc.c (regTypeNum): check for dependancy hazards before
5552         creating pseudo symbols (fixed bugs #777768, #930484, and #933966)
5553
5554 2004-04-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5555
5556         * link/z80/lkmain.c (afile),
5557         * as/hc08/lkmain.c (afile),
5558         * as/mcs51/lkmain.c (afile): fix suggested by Maarten Brock to
5559         prevent a pointer problem when a filename has no directory and
5560         no extension specified.
5561
5562 2004-04-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5563
5564         * link/z80/lkmain.c (afile): allow periods in directory names
5565         * link/z80/lkmain.c (afile),
5566         * as/mcs51/lkmain.c (afile),
5567         * as/hc08/lkmain.c (afile): allow linker script file to have an
5568         extension other than ".lnk"
5569         * link/z80/lklex.c (getfid),
5570         * link/z80/lkmain.c (parse),
5571         * as/mcs51/lklex.c (getfid),
5572         * as/mcs51/lkmain.c (parse),
5573         * as/hc08/lklex.c (getfid),
5574         * as/hc08/lkmain.c (parse): Support comments in the linker script
5575         file on lines by themselves and after filenames
5576
5577 2004-04-20 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5578
5579         * as/link_hc08.dsp: Added as/hc08/lkelf.c to project.
5580
5581 2004-04-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5582
5583         * src/z80/peeph-z80.def: removed some peephole rules that don't
5584         work with multibyte arithmetic (fixed bug #937126)
5585         * src/mcs51/peeph.def: fixed peephole rules 150-158 to apply only
5586         to registers and not global variables
5587         * src/SDCCicode.c (geniCodeAssign, ast2iCode, geniCodePostInc,
5588         geniCodePreInc, geniCodePostDec, geniCodePreDec,
5589         geniCodeLogicAndOr, geniCodeConditional): enforce strict lvalue
5590         checking for assignments not internally generated (fixed bug #931895)
5591         * src/SDCC.y (postfix_expr): ignore typedefs when looking for a
5592         structure member (fixed bug #930072)
5593
5594 2004-04-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5595
5596         * src/SDCCmain.c (linkEdit),
5597         * src/hc08/main.c (_hc08_parseOptions),
5598         * as/hc08/Makefile.in,
5599         * as/hc08/aslink.h,
5600         * as/hc08/asm.h,
5601         * as/hc08/m08pst.c,
5602         * as/hc08/lkrloc.c (relr, rele),
5603         * as/hc08/lkarea.c (lnkarea)
5604         * as/hc08/lkmain.c (afile, parse),
5605         * as/hc08/lkelf.c: support for ELF output
5606         * as/hc08/lks19.c (s19),
5607         * as/hc08/lkihx.c (ihx): ignore areas with the NOLOAD attribute
5608
5609 2004-04-17 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5610
5611         * as/mcs51/lkihx.c: Fixed bug #899105.
5612
5613 2004-04-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5614
5615         * doc/sdccman.lyx: Added instructons on how to convert MSVC .dsw and
5616         .dsp files from Unix to DOS.
5617
5618 2004-04-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5619
5620         * doc/sdccman.lyx: removed the ANSI-C noncompliance note regarding
5621         function pointers; we have been compliant for several months now.
5622         * src/mcs51/ralloc.c (serialRegAssign): enabled part of my 2004-04-13
5623         change that was accidently commented out
5624         * src/mcs51/gen.c (freeAsmop, getFreePtr, freeForBranchAsmop, genIfxJump,
5625         genCmpEq, jmpTrueOrFalse, genCmp, genAnd, genOr, genXor, genIfx): fixed
5626         bug #922319
5627
5628 2004-04-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5629
5630         * src/hc08/gen.c: output of all of the internal debugging information
5631         is now controlled by the D() macro; it is disabled by default
5632
5633 2004-04-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5634
5635         * src/mcs51/ralloc.c (serialRegAssign, fillGaps, allocThisReg): try
5636         harder to keep the same registers during a CAST iCode
5637         * src/SDCCopt.c (optimizeCastCast, eBBlockFromiCode): casts of char to
5638         long via int can be done in a single cast, if the signedness is
5639         correct.
5640         * support/regression/tests/bug-927659.c: fixed to avoid conflict with
5641         putchar() in tinibios.c in ds390's library
5642
5643 2004-04-12 Bernhard Held <bernhard AT bernhardheld.de>
5644
5645         * src/SDCCast.c (decorateType): fixed bug #898889,
5646         cast result of a literal complement too
5647         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #930931,
5648         fixed check for bitfields
5649
5650 2004-04-11 Bernhard Held <bernhard AT bernhardheld.de>
5651
5652         * src/SDCCicode.c (geniCodeLogic): made it static,
5653         (geniCodeLogicAndOr): added in order to fix bug #905492,
5654         (ast2iCode): fixed bug #905492
5655         * support/regression/tests/bug-905492.c: added
5656         * src/SDCCast.c (decorateType): don't decorate/process parms twice,
5657         (processParms): fixed bug #927659: don't copy parms, this will clear
5658         decorated flag
5659         * support/regression/tests/bug-927659.c: added
5660
5661 2004-03-29 Bernhard Held <bernhard AT bernhardheld.de>
5662
5663         * src/SDCCast.c (addCast): don't cast float to char
5664         * device/lib/libsdcc.lib: added _memmove
5665
5666 2004-03-28 Bernhard Held <bernhard AT bernhardheld.de>
5667
5668         * device/lib/large/Makefile: fixed parallel execution by
5669         replacing `make` by `$(MAKE)`
5670
5671 2004-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5672
5673         * src/hc08/gen.c (genPointerGetSetOfs): correctly handle 1 byte array
5674         offsets (fixes bug #923936)
5675
5676 2004-03-26 Bernhard Held <bernhard AT bernhardheld.de>
5677
5678         * device/lib/small/Makefile: fixed parallel execution by
5679         replacing `make` by `$(MAKE)`
5680
5681 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
5682
5683         * device/lib/vprintf.c (vsprintf): minor optimization, see bug #801101
5684
5685 2004-03-23  Scott Dattalo  <scott AT dattalo.com>
5686
5687         * src/pic/gen.c (genCpl): multi-byte complements were not working.
5688         * src/regression/Makefile: Regression test was not running.
5689
5690 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
5691
5692         * src/SDCCast.c (resultTypePropagate, decorateType): avoid promotion to int for
5693         complement if possible
5694         * src/SDCCval.c (valComplement),
5695         * src/SDCCicode.c (operandOperation): fixed complement of literal
5696         * support/regression/tests/onebyte.c (testComplement): added
5697
5698 2004-03-22 Bernhard Held <bernhard AT bernhardheld.de>
5699
5700         * src/SDCCast.c (processParms): fixed bug #920866; decorateType() can
5701         return an optimized tree; actually replace actParm with the new tree
5702         * src/SDCCast.h: added some parantheses to remove side effects
5703         * support/regression/tests/bug-920866.c
5704
5705 2004-03-21  Scott Dattalo  <scott AT dattalo.com>
5706         * src/pic/gen.c, src/pic/gen.h, src/pic/genarith.c, src/pic/pcode.c:
5707         Bit operands were not being handled properly in the pic14 port.
5708         (now src/regression/add.c passes again).
5709
5710 2004-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5711
5712         * src/SDCC.y (labeled_statement): case and default no longer require
5713         a following statement (RFE #893037)
5714
5715 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5716
5717         * src/mcs51/gen.c (pushSide, genSignedRightShift, genDjnz, geniPush):
5718         use MOVA macro to avoid "mov a,acc" when peephole optimizer is
5719         disabled (fixes bug #916294)
5720         * sim/ucsim/s51.src/mov.cc (inst_mov_a_addr): Throw an error on
5721         "mov a,acc"; patch provided by Lenny Story
5722         * device/include/mc68hc908gp32.h: header contibuted by Juan Gonzalez
5723
5724 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5725
5726         * src/mcs51/gen.c (genFunction): optimize RECEIVE in reentrant
5727         functions
5728         * src/ds390/gen.c (genFunction, genEndFunction),
5729         * src/ds390/ralloc.c (ds390_assignRegisters),
5730         * src/mcs51/gen.c (genFunction, genEndFunction, mcs51_assignRegisters):
5731         * src/mcs51/ralloc.c (mcs51_assignRegisters): Skip optimizing registers
5732         pushed if there are parameters passed on the stack. Also, a cleaner
5733         way to decide if r0/r1 should be pushed/popped. (Together they fix
5734         bug #918693)
5735
5736 2004-03-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5737
5738         * doc/sdccman.lyx,
5739         * device/lib/mcs51/crtpagesfr.asm,
5740         * device/lib/mcs51/crtxinit.asm,
5741         * device/lib/mcs51/crtxstack.asm: Changed name of _PAGESFR to _XPAGE
5742         to avoid confusion with Si Lab's SFRPAGE register.
5743
5744 2004-03-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5745
5746         * src/SDCCglue.c (emitMaps): allow public sfr variables
5747         * src/SDCCglue.c (initialComments): include compiler build date
5748         with compiler version and put the timestamp of the generated
5749         assembly file on a serperate line to be less confusing.
5750         * src/port.h: added genInitStartup hook
5751         * src/avr/main.c,
5752         * src/ds390/main.c,
5753         * src/hc08/main.c,
5754         * src/pic/main.c,
5755         * src/pic16/main.c,
5756         * src/xa51/main.c,
5757         * src/z80/main.c: genInitStartup initialize as NULL (default to
5758         historical behaviour)
5759         * src/SDCCglue.c (glue): _sdcc_gsinit_startup is now port specific.
5760         * src/mcs51/main.c: (_mcs51_genInitStartup, _mcs51_genExtraAreas,
5761         _mcs51_genXINIT, _mcs51_genRAMCLEAR): link initialization code from the
5762         library instead of hard coding it into the compiler.
5763         * support/regression/ports/mcs51-stack-auto/spec.mk,
5764         * src/SDCCmain.c (linkEdit): added mcs51.lib to the link libraries
5765         * device/lib/mcs51/Makefile,
5766         * device/lib/small/Makefile,
5767         * device/lib/large/Makefile,
5768         * device/lib/mcs51/crtpagesfr.asm,
5769         * device/lib/mcs51/crtstart.asm,
5770         * device/lib/mcs51/crtxclear.asm,
5771         * device/lib/mcs51/crtxinit.asm,
5772         * device/lib/mcs51/crtclear.asm,
5773         * device/lib/mcs51/crtxstack.asm: move most of the mcs51 C runtime
5774         startup/initialization out of src/SDCCglue.c and src/mcs51/main.c
5775         and into user configurable files.
5776         * device/lib/clean.mk: clean mcs51 directory too
5777         * support/regression/tests/longlit.c: added static to T1 declaration
5778         * doc/sdccman.lyx: documented _PAGESFR sfr for customizing pdata
5779         accesses in the initialization code
5780
5781 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5782
5783         * device/include/mc68hc908qy.h: corrected declarations of FLBPR and
5784         OSCTRIMVAL as noted in bug #916008
5785
5786 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5787
5788         * src/SDCCloop.c (basicInduction): fixed bug with loop induction
5789         in loops with multiple exits (reported as incorrect registers
5790         used by Martin Helmling in Sdcc-user list)
5791
5792 2004-03-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5793
5794         * src/ds390/main.c (_ds390_genAssemblerPreamble): cosmetic change,
5795         made ds390 register extensions look less like error messages
5796
5797 2004-03-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5798
5799         * src/SDCCglue.c (printIvalPtr): fixed bug with pointer initializer
5800         reported by Adam Wozniak in Sdcc-user list
5801
5802 2004-03-10 Bernhard Held <bernhard AT bernhardheld.de>
5803
5804         * src/SDCCast.c (decorateType): fixed with bug and promotion in
5805         arithmetic optimizations, added debug output
5806
5807 2004-03-09 Bernhard Held <bernhard AT bernhardheld.de>
5808
5809         * device/lib/time.c (mktime): fixed bug reported by Bert Thomas
5810         * sdcc.spec: updated and split sdcc into 3 rpms
5811         * src/SDCCast.c (decorateType): &|^ don't need addCast(); addCast() is
5812         needed for literals of LEFT_OP and '+'
5813         * src/SDCCicode.c (geniCodeLogic): I must have been braindead when I
5814         introduced RESULT_TYPE_NOPROM
5815         (geniCodeMultiply): fixed logic for decision if mul is optimized to
5816         left shift
5817         * src/SDCCsymt.c (computeType): op is int; added RESULT_TYPE_OTHER;
5818         limited promotion to int only for '*'
5819         * src/SDCCsymt.h (computeType): op is int, removed RESULT_TYPE_NOPROM
5820
5821 2004-03-09 Hans Dorn <hjdorn AT users.sourceforge.net>
5822
5823         * src/pic16/gen.c (genSkip),
5824         (genc16bit2lit), (gencjneshort): commented out
5825         (is_LitOp): new helper function, checks operand type
5826         (genCmpEq): rewritten
5827
5828 2004-03-08 Bernhard Held <bernhard AT bernhardheld.de>
5829
5830         * support/regression/tests/bug-908454.c: added
5831
5832 2004-03-07 Bernhard Held <bernhard AT bernhardheld.de>
5833
5834         * src/SDCCast.c (addCast): fixed bug #908454 by promoting bits to char
5835         * src/SDCCicode.c (usualBinaryConversions): op needs int type
5836         (geniCodeCast): cosmetic, don't preserve bit storage class
5837         (geniCodeLeftShift): added promotion
5838         (geniCodeLogic): fixed regression
5839         * src/SDCCsymt.c (computeTypeOr): accept bits too
5840         (compareType): 2nd part of fix for bug #908454, needed for bitfields
5841
5842 2004-03-07  Borut Razem <borut.razem AT siol.net>
5843
5844         * support/Util/findme.c: alloca() replaced with malloc()/free() pair
5845
5846 2004-03-06 Vangelis Rokas <vrokas AT otenet.gr>
5847
5848         * src/pic16/ralloc.c (pic16_genPackRegisters): reverted to old
5849         version of pic16_genPackRegisters which does not check if ic is a
5850         CAST operator,
5851         * src/pic16/gen.c (ifxForOp): disabled new and untested code in
5852         function cause string1.c regression test fails
5853
5854 2004-03-06 Bernhard Held <bernhard AT bernhardheld.de>
5855
5856         * sim/ucsim/configure.in,
5857         * sim/ucsim/configure,
5858         * sim/ucsim/doc/Makefile.in: use docdir
5859         * src/SDCC.y: fixed sbit atrributes
5860         * src/SDCCast.c (getResultTypeFromType): added support for bitfields
5861         * src/SDCCast.c (decorateType): |^& need special promotion handling
5862         * src/SDCCast.h,
5863         * src/SDCCsymt.h: moved definition of RESULT_TYPE
5864         * src/SDCCsymt.h (computeType),
5865         * src/SDCCicode.c: computeType() needs op
5866         * src/SDCCsymt.c (checkTypeSanity),
5867         * doc/sddman.lyx: "plain" bitfields are unsigned
5868         * src/SDCCsymt.c (computeTypeOr): added
5869         * src/SDCCsymt.c (computeType): added support for bitfields, fixed
5870         |^& ops
5871         * src/SDCCval.c (val*): computeType() needs op
5872         * src/SDCCval.c (valCastLiteral): fixed casting of bitfields
5873         * support/regression/tests/onebyte.c: added tests for |^&
5874
5875 2004-03-06 Hans Dorn <hjdorn AT users.sourceforge.net>
5876
5877         * src/pic16/gen.c: (genpic16Code) use copy of printILine's output
5878         for writing icode into asm output.
5879
5880 2004-03-05 Vangelis Rokas <vrokas AT otenet.gr>
5881
5882         * src/pic16/device.c: added some debug lines enabled
5883         with macro DEBUG_CHECK,
5884         * src/pic16/genarith.c: more debug in genPlus,
5885         * (pic16_genUMult8XLit_16, pic16_genUMult8X8_16): removed,
5886         * (pic16_genUMult16X16_16, pic16_genUMult16XLit_16): NEW,
5887         * src/pic16/gen.c: added prototypes for pic16_genMult16X16_16,
5888         * (aopForSym): onStack symbols are re-placed in data memspace,
5889         and onStack flag is cleared,
5890         * (pic16_popGetTempReg, pic16_popReleaseTempReg): modified to
5891         copy temporary pcodeop,
5892         * (genPcall): added warning for not updating PCLATU,
5893         * (genFunction): removed test with IFFUNC_CALLEESAVES, its
5894         always true for pic16 port,
5895         * (genMultOneWord): NEW, supports integer multiplication,
5896         * (genMult): modified to call genMultOneWord,
5897         * (ifxForOp): added warning when return NULL,
5898         * src/pic16/glue.c (pic16emitRegularMap): symbol implicit
5899         flag is set before call to operandFromSymbol for implicit
5900         added structures,
5901         * src/pic16/main.c (_pic16_finaliseOptions): options.float_rent,
5902         options.intlong_rent are set by default,
5903         * (_hasNativeMulFor): modified to allow port generation of integer
5904         multiplication,
5905         * src/pic16/ralloc.c (pic16_allocDirReg): commented out line which
5906         set regtype to REG_SFR for all registers, restricting seting the
5907         accessBank flag for registers 0<= r < 0x80 and 0xf80<=r<=0xfff,
5908
5909 2004-03-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5910
5911         * src/mcs51/peephole.def: added 251.b and 253.x. 253.x are applied
5912         more than 500 times in the regression tests
5913
5914 2004-03-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5915
5916         * support/Util/SDCCerr.h,
5917         * support/Util/SDCCerr.c,
5918         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
5919         enumerator_list),
5920         * src/SDCCsymt.c (addSymChain): show location of oriignal definition
5921         for symbol conflicts.
5922         * support/valdiags/tests/enum.c,
5923         * support/valdiags/tests/tentdecl.c,
5924         * support/valdiags/tests/struct.c: expect possible error messages
5925         referring to original symbol definitions.
5926         * src/SDCC.y (struct_or_union_specifier, struct_declarator),
5927         * src/SDCCsymt.h,
5928         * src/SDCCsymt.c (promoteAnonStructs): support anonymous struct/union
5929
5930 2004-03-03 Hans Dorn <hjdorn AT users.sourceforge.net>
5931
5932         * src/pic16/gen.c (gencjne): fixed for right=REG / left=LIT
5933
5934 2004-02-03 Vangelis Rokas <vrokas AT otenet.gr>
5935
5936         * src/pic16/ralloc.c (newReg): fixed bug #908929
5937
5938 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5939
5940         * src/ds390/gen.c: added missing #include "main.h"
5941
5942 2004-03-02 Vangelis Rokas <vrokas AT otenet.gr>
5943
5944         * src/pic16/device.c (checkAddSym): NEW, adds a symbol to set while
5945         checking if symbol is already in set,
5946         * src/pic16/device.h: prototype for checkAddSym,
5947         * src/pic16/gen.c: (_G): added entry interruptvector,
5948         * (assignResultValue): removed some commented out lines,
5949         * (genFunction): check for ISR via sym->type, absolute section for
5950         interrupt code is created via a new pBlock, the goto instruction is
5951         placed now correctly at the interrupt vector position, changed all
5952         references from ivec to _G.interruptvector,
5953         * WREG,STATUS,BSR are not saved in stack upon an entry to interrupt
5954         is the interrupt is a high priority one, same for return from ISR,
5955         * src/pic16/glue.c: changed all calls of addSetHead for publics and
5956         externs to calls of checkAddSym,
5957         * src/pic16/pcode.c (pic16_pBlockConvert2*): emit warning when
5958         pic16_pcode_verbose flag is set,
5959         * src/pic16/pcode.h: extern to pic16_pcode_verbose,
5960         * src/pic16/pcoderegs.c: message about how many registers are saved
5961         will only be emitted if pic16_pcode_verbose flag is set,
5962
5963 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5964
5965         * src/ds390/ralloc.h,
5966         * src/ds390/ralloc.c (ds390_regWithIdx),
5967         * src/ds390/gen.c (emitcode),
5968         * src/ds390/main.h,
5969         * src/ds390/main.c (instructionSize, ds390newAsmLineNode, updateOpRW,
5970         ds390opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
5971         ds390operandCompare, getRegsRead, getRegsWritten,
5972         initializeAsmLineNode): customized instruction size calculation for
5973         ds390, started basis for some register optimizations
5974         * src/ds390/gen.c (gen390Code, emitcode): associate iCodes with
5975         corresponding assembly output
5976         * src/ds390/gen.c (genFunction, genEndFunction): added case to handle
5977         missing push/pop of r0/r1. Optimized push/pops
5978
5979 2004-03-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5980
5981         * src/mcs51/main.c (instructionSize): fixed ACALL size
5982         * src/mcs51/main.c (updateOpRW): fixed bug with @dptr, @a+dptr operands
5983
5984 2004-03-01 Vangelis Rokas <vrokas AT otenet.gr>
5985
5986         * src/pic16/device.c (pic16_dump_section): fixed a bug that allowed
5987         the sorting of rlist with NULL elements
5988         * (print_idataType, print_idata): NEW to create idata sections
5989         * src/pic16/device.h: idataSymSet new variable
5990         * src/pic16/gen.c (genFunction): fixed some bugs in string
5991         comparing, improved the absolute section creation for ISRs,
5992         added FSR0L/FSR0H in registers that are saved in an ISR,
5993         * (genInline): fixed the processing of inline snippets,
5994         now they undergo no process by the peephole optimizer
5995         * src/pic16/glue.c (pic16emitRegularMap): symbols with initialiser
5996         are placed in idataSymSet,
5997         * (pic16emitStaticSeg): extern symbols are added in externs,
5998         * src/pic16/ralloc.c (pic16_allocDirReg): work around to reduce bank
5999         switching when aboslute variables are placed in access bank memory
6000         * (pic16_writeUsedRegs): added call to pic16_dump_idata,
6001         * (packRegsForSupport,packRegsForAccUse,packRegsForOneuse):
6002         commented out with #if,
6003         * (pic16_packRegisters): reintroduce the check for CAST because some
6004         symbols are not correctly handled,
6005         * src/pic16/pcode.h: changed the definition of pCodeAsmDir to hold a
6006         pCodeInstruction instead of pCode,
6007         * src/pic16/pcode.c (pic16_newpCodeAsmDir): modified for the new
6008         pCodeAsmDir definition,
6009         * (pic16_pCode2str, genericPrint): when an AsmDir pcode has a NULL
6010         directive, then the argument directive is emitted without the leading
6011         tab, hack for inline labels which must be in the first column,
6012         * (compareLabel,pic16_findNextInstruction),
6013         * (pic16_findPrevInstruction): added case for PO_ASMDIR,
6014         * (insertBankSwitch): modified for the new pCodeAsmDir,
6015
6016 2004-03-01 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
6017         patch applied by Vangelis Rokas <vrokas AT otenet.gr>
6018
6019         * src/pic16/gen.c (pic16_popGet): case PO_DIR, adds the offset to
6020         instance,
6021         * (pushSide): commented out with #if,
6022         * (assignResultValue): fixed some typos in saving
6023         registers,
6024         * (genPcall): FIXED and sync'ed with genCall,
6025         * (genDataPointerGet,genDataPointerSet): using offset not leoffset
6026         * (genNearPointerGet): fixed to handle some more cases,
6027         implementation scheme via table reads,
6028         * (genConstPointerGet): modified to access code memory correct,
6029         * (genCodePointerGet,genNearPointerSet,genGenPointerSet): modified
6030         and improved to handle some cases
6031         * glue.c (printIvalType,printIvalChar,emitStaticSeg): use "DB"
6032         instead of "RETLW" for init data
6033         * src/pic16/ralloc.c (pic16_allocDirReg): warning when a symbol is
6034         not IN_DIRSPACE, work around to reduce bank switching when aboslute
6035         variables are placed in access bank memory (<0x80 and >=0xf80),
6036         * src/pic16/pcode.c: added SFRs TBLPTR, TABLAT, added opcodes TBLRD,
6037         TBLRD_POSTINC,TBLRD_POSTDEC,TBLRD_PREINC,TBLWT,TBLWT_POSTINC,
6038         TBLWT_POSTDEC,TBLWT_PREINC
6039         * Fixed initialisation of BSR, set "alias" for SSAVE to "0"
6040         * (pic16_emitDB,pic16_flushDB): New functions to generate "DB"
6041         directives
6042         * (pic16_pCodeConstString): use "DB" instead of "RETLW"
6043         * src/pic16/pcode.h: added TBLRD*,TBLWT*, added pic16_emitDB,
6044         pic16_flushDB, made pic16_newpCodeAsmDir public, added TBLPTR, TABLAT
6045         * src/pic16/ralloc.h: added IDX_BSR,IDX_TBLPTR*,IDX_TABLAT
6046
6047 2004-02-29  Borut Razem <borut.razem AT siol.net>
6048
6049         * src/Makefile.in, src/SDCCutil.c, support/Util/findme.c,
6050         support/Util/findme.h, support/Util/system.h: enhance binary relative
6051         search for lib and include by using findProgramPath()
6052
6053 2004-02-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6054
6055         * src/SDCCpeeph.h,
6056         * src/SDCCpeeph.c (pcDistance),
6057         * src/port.h,
6058         * src/mcs51/ralloc.h,
6059         * src/mcs51/ralloc.c (mcs51_regWithIdx),
6060         * src/mcs51/main.h,
6061         * src/mcs51/main.c (instructionSize, asmLineNode, updateOpRW,
6062         mcs51opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
6063         mcs51operandCompare, getRegsRead, getRegsWritten): made instruction
6064         size calculation port specific, started basis for some register
6065         optimizations
6066         * src/mcs51/gen.c (genFunction, genEndFunction): added case to handle
6067         missing push/pop of r0/r1. Optimized push/pops
6068         * src/mcs51/ralloc.c (packregisters): fixed bug #727095
6069         * device/lib/_modsint.c (_modsint),
6070         * device/lib/_modslong.c (_modslong): fixed sign of result in non-asm
6071         and stack version so regression tests pass
6072
6073 2004-02-26 Bernhard Held <bernhard AT bernhardheld.de>
6074
6075         * src/Makefile.in (dep): include SLIBOBJS in dependency check
6076         * src/SDCCast.c (decorateType): catch another small optimization
6077         with '?' operator
6078         * src/SDCCsymt.c (computeType): added comments and cosmetic changes
6079         * src/SDCCval.c (valMult, valDiv, valMod, valPlus, valMinus, valShift):
6080         modified to finally use computeType() all over SDCC,
6081         see Feature Request #877103
6082         * src/SDCCval.h: cosmetic
6083         * src/SDCCicode.c (operandOperation): fixed EQ_OP bug, now same as in
6084         valCompare(); regression tested in muldiv.c
6085         * support/regression/tests/muldiv.c (testMod): mod sign follows
6086         dividend only
6087
6088 2004-02-23 Bernhard Held <bernhard AT bernhardheld.de>
6089
6090         * src/SDCCast.c (decorateType): fixed bug #902362
6091         * doc/INSTALL.txt: fixed install instructions for win32
6092
6093 2004-02-21 Bernhard Held <bernhard AT bernhardheld.de>
6094
6095         * device/include/Makefile.in (install): fixed by replacing spaces
6096         by tabs
6097         * doc/README.txt,
6098         * doc/INSTALL.txt: updated for release
6099         * doc/sdccman.lyx: added warning for --xstack being buggy
6100
6101 2004-02-20 Bernhard Held <bernhard AT bernhardheld.de>
6102
6103         * src/pic16/ralloc.c (packRegsForAccUse):  disabled functions with #if
6104         to eliminate build warnings.
6105         * src/pic16/gen.c (pic16_popGet): fixed for gcc 2.95.4
6106
6107 2004-02-20 Vangelis Rokas <vrokas AT otenet.gr>
6108            Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
6109
6110         * doc/sdccman.lyx: removed PIC16 from PIC16 Port Specific Options,
6111         removed -penable-stack, added comment for stack pragma, added
6112         warning for not initializing the stack/frame registers, removed
6113         comment at interrupts section
6114
6115         Stack is made permanent, there is no ability to disable stack usage.
6116         * src/pic16/device.h,
6117         * src/pic16/device.c: removed all references to USE_STACK macro,
6118         * src/pic16/device.c (pic16_dump_section): when no elements in
6119         rlist, free rlist before return,
6120         * (pic16_dump_int_registers): NEW, internal registers are a new set
6121         of general purpose registers reused by each function,
6122         * (checkAddReg): returns 1 if registers is added to set,
6123         * (pic16_groupRegistersInSection): when a registers is of type
6124         PO_GPR_TEMP add it in pic16_int_regs and not in pic16_rel_udata,
6125         * src/pic16/device.h: memRange and Assigned Memory are deleted,
6126         SRCASECMP macro is moved here from device.c
6127         * src/pic16/genarith.c (pic16_pCodeOpType): added cases for
6128         PO_PCLATU, PO_PRODL, PO_PRODH,
6129         * (pic16_pCodeOpType, genMinus,
6130         changed compares to "a" register, with AOP_ACC,
6131         * (pic16_genPlus): fixed some bugs and indented properly,
6132         * (pic16_addSign): changed size to size+offset in the MOVWF
6133         instruction,
6134         * (pic16_genUMult8XLit_8): NEW, uses processor MULLW instruction to
6135         multiply 8-bit operand by literal, result is 8-bit,
6136         * (pic16_genUMult8X8_8): NEW, uses processor MULWF instruction to
6137         multiply 2 8-bit operand, result is 8-bit,
6138         * (pic16_genMult8X8_8): modified to call genUMult8X*_8 functions and not
6139         genUMult8X*_16,
6140         * src/pic16/gen.c: changed accUse to contain WREG only,
6141         * (pic16_emitcomment): renamed to pic16_emitpcomment,
6142         * (aopForSym): allocated dir register when IN_DIRSPACE(space) is,
6143         true, do not use immediate addressing any more unless sym is a
6144         pointer in codespace,
6145         * (aopForRemat): do not use immediate addressing when symbol not in
6146         codespace and when symbol's address is requested,
6147         * (aopOp): for-loop in if(sym->accUse) is modified for the new
6148         accUse size (= 1),
6149         * (aopGet): added case for AOP_ACC and don't return "accumulator
6150         bug" but WREG instead,
6151         * (popGetTempReg): pushes contents of temporary register in stack,
6152         * (popReleaseTempReg): pops contents of temporary register from
6153         stack. Use popGetTempReg/popReleaseTempReg in aligned pairs,
6154         * (pic16_popGet): separated case AOP_ACC to return register WREG
6155         from processor registers, AOP_PCODE not checks if pcop is PO_DIR
6156         or PO_IMMEDIATE and initializes their instance/offset appropriately,
6157         * The whole issue with aopForSym,aopForRemat,popGet) is to minimize
6158         the use of immediate pointers to certain cases only.
6159
6160         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): use pic16_popGet2p,
6161         * (pic16_loadFromReturn, pic16_storeForReturn: NEW,
6162         * (assignResultValue, genCall, genRet): modified to use the new
6163         function return value scheme with WREG,PRODL,PRODH,FSR0L and FSR0,
6164         genPcall is still broken,
6165         * (genFunction): added code to create 'A' type pBlocks when
6166         interrupt functions are generated, code not extensively tested yet,
6167         ISRs push WREG,STATUS,BSR,PRODL,PRODH,FSR0L,FSR0H registers on stack,
6168         * (genEndFunction): modified so ISRs pop stored registers from stack,
6169         * (genMultOneByte): cleanup,
6170         * (AccRsh): added flag andmask, to and result with appropriate mask,
6171         * (genUnpackBits,genPackBits): fixed and can handle bit fields,
6172         * (genDataPointerGet): fixed and reenabled its use,
6173         * (genNearDataPointerGet): bugs fixed,
6174         * (genDataPointerSet): bugs fixed,
6175         * src/pic16/genutils.c: added functions pic16_DumpValue,pic16_DumpAop,
6176         pic16_DumpSymbol, pic16_DumpOp,
6177         * src/pic16/genutils.h: function prototypes for the above functions,
6178         * src/pic16/glue.c: new flags initsfpnt, to initialize stack/frame
6179         pointers,
6180         * (pic16emitRegularMap): many many many improvements, but needs a
6181         major cleanup,
6182         * src/pic16/main.c: enable_stack in pic16_options is removed,
6183         * (_pic16_parseOptions): removed command line options -penable-stack,
6184         * (_process_pragma): emit stack symbol only when stack pragma is
6185         processed,
6186         * src/pic16/pcode.c: pic16_pc_fsr0 is removed, all operations are
6187         redirected to FSR0L/FSR0H pair,
6188         * (pic16_get_op, pic16_get_op2): modifications and improvements,
6189         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
6190         cases PO_PRODL,PO_PRODH, pic16_getRegFromInstruction2 returns sane
6191         for immediates,
6192         * (insertBankSwitch): modified to handle cases like: (alfa + 1)
6193         * (dumpPicOptype): NEW,
6194         * src/pic16/pcode.h: added PO_PCLATU,PO_PRODL,PO_PRODH in enum,
6195         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed bug
6196         with movff instruction,
6197         * src/pic16/ralloc.c: renamed typeRegWithIdx to pic16_typeRegWithIdx,
6198         added pic16_int_regs, some packRegsFor* functions are commented out,
6199         because produce errors,
6200         * src/pic16/NOTES: minor modifications
6201
6202 2004-02-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6203
6204         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c, as/mcs51/lkmain.c,
6205         as/mcs51/lkmem.c, src/SDCCglob.h, src/SDCCmain.c: added options --stack-size and
6206         --pack-iram.
6207         * doc/sdccman.lyx: described options --stack-size and --pack-iram.
6208         * as/mcs51/lkaomf51.c: fixed bug #895763
6209
6210 2004-02-17 Bernhard Held <bernhard AT bernhardheld.de>
6211
6212         * device/include/c8051f320.h: added. Contributed by Maarten Brock.
6213
6214 2004-02-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6215
6216         * doc/sdccman.lyx: added details about the HC08 storage classes and
6217         interrupts, fixed the register usage info for z80 & gbz80
6218
6219 2004-02-17 Vangelis Rokas <vrokas AT otenet.gr>
6220
6221         * doc/sdccman.lyx: added more pic16 port documentation
6222         * device/include/pic16/: added header pic18fregs.h
6223
6224 2004-02-16 Bernhard Held <bernhard AT bernhardheld.de>
6225
6226         * doc/sdccman.lyx: added Vangelis' contribution
6227
6228 2004-02-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6229
6230         * src/SDCClrange.c (rlivePoint): live range of SEND operand should
6231         extend to the next CALL or PCALL, not just to the next CALL.
6232
6233 2004-02-16 Vangelis Rokas <vrokas AT otenet.gr>
6234
6235         * src/pic16/gen.c (genInline): fixed bug #896482 with inline assembly
6236
6237 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6238
6239         * src/mcs51/ralloc.c (packRegsForAssign, reassignAliasedSym): fixed
6240         bug #895752 and a better fix for bug #716790
6241
6242 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6243
6244         * src/SDCCsymt.c (processFuncArgs): fixed bug #896796
6245
6246 2004-02-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6247
6248         * doc/sdccman.lyx: minor changes, minor changed
6249
6250 2004-02-13 Bernhard Held <bernhard AT bernhardheld.de>
6251
6252         * src/SDCCicode.c (usualBinaryConversions): removed pic16 from ports
6253         which can't handle SDCC_NEWONEBYTEOPS,
6254         (geniCodeMultiply): removed conversion from mult to shift for pic14
6255         and pic16
6256
6257 2004-02-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6258
6259         * src/hc08/gen.h,
6260         * src/hc08/gen.c (storeRegToAop, aopOp, aopAdrStr, accopWithAop,
6261         rmwWithAop): Ported my 2003-10-02 fix for bug #663539 to the hc08,
6262         thus fixing bug #895406
6263
6264 2004-02-11 Bernhard Held <bernhard AT bernhardheld.de>
6265
6266         * device/lib/_modsint.c,
6267         * device/lib/_modslong.c: sign follows divisor only
6268         * src/hc08/gen.c (genMultOneByte): if result size is 1,
6269         signs or signedness can be ignored
6270         * src/SDCCast.c (addCast): cosmetic - added lineno to CAST
6271         * src/SDCCast.c (resultTypePropagate): added even more ops: +, - and *,
6272         added optimization for IFX,
6273         (decorateType): Mult/Div/ModOneByte ops can handle all kind of signed
6274         arguments;
6275         reenabled optimization for IFX, which was removed on 2004-01-11
6276         * src/SDCCast.h: added return type IFX
6277         * src/SDCCicode.c: Mult/Div/ModOneByte ops can handle all kind of signed
6278         arguments with 8 or 16 bit results; pic14 and pic16 ports use old
6279         promotion behaviour; env. var. SDCC_NEWONEBYTEOPS selects the new,
6280         SDCC_OLDONEBYTEOPS selects the old behaviour
6281         * src/SDCCsymt.c (computeType): type2 can be NULL (for LEFT_OP);
6282         changed again and commented promotion rule
6283         * src/SDCCval.c (valDiv): promotion no longer necessary
6284         * src/ds390/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte),
6285         * src/mcs51/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte):
6286         rewritten
6287         * support/regression/tests/onebyte.c: added
6288
6289 2004-02-11 Vangelis Rokas <vrokas AT otenet.gr>
6290
6291         * gen.c (genInline): reverted to old code for assemnling inline
6292         code because of bug reported James Chadd
6293
6294 2004-02-10 Vangelis Rokas <vrokas AT otenet.gr>
6295
6296         * ralloc.h: missing declarations from previous patch,
6297         seems that patch for ralloc.h was never applied, fixed
6298
6299 2004-02-10 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
6300            patch committed by Vangelis Rokas <vrokas AT otenet.gr>
6301
6302         * pcode.c,
6303         * pcode.h,
6304         * ralloc.h: added FSR0L, FSR0H and other missing PIC16 SFR's for
6305         indirect addressing. Marked FSR0 as deprecated
6306         * gen.c (pointerCode): commented out, not needed now
6307         (pic16_popGet2p): new MOVFF helper function
6308         (genGenPointerGet),
6309         (genGenPointerSet): reimplemented with MOVFF and POSTINC0
6310         (shiftRLong): removed duplicate debugging info
6311
6312 2004-02-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6313
6314         * src/ds390/gen.c (genNearPointerGet),
6315         * src/mcs51/gen.c (genNearPointerGet): allow the genDataPointerGet()
6316         optimization with bits, but not bitfields.
6317         * src/ds390/ralloc.c (packRegisters),
6318         * src/mcs51/ralloc.c (packRegisters): fixed bug #884453 & #880832
6319
6320 2004-02-09 Bernhard Held <bernhard AT bernhardheld.de>
6321
6322         * src/SDCCcse.c (algebraicOpts): copy operands before modification
6323
6324 2004-02-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6325
6326         * src/SDCCsymt.h,
6327         * src/SDCCicode.c (operandFromSymbol),
6328         * src/mcs51/ralloc.c (verifyRegsAssigned, serialRegAssign),
6329         * src/ds390/ralloc.c (verifyRegsAssigned, serialRegAssign),
6330         * src/z80/ralloc.c (verifyRegsAssigned, serialRegAssign),
6331         * src/hc08/ralloc.c (verifyRegsAssigned, serialRegAssign),
6332         * src/pic/ralloc.c (verifyRegsAssigned, serialRegAssign),
6333         * src/pic16/ralloc.c (verifyRegsAssigned, serialRegAssign): fixed
6334         bug #892038
6335         * src/SDCCast.c (createIvalStruct, createIvalArray, gatherAutoInit),
6336         * src/SDCCglue.c (emitRegularMap, printIvalStruct, printIvalArray,
6337         printIvalCharPtr, printIvalPtr, printIval, emitStaticSeg, emitOverlay)
6338         * src/SDCCsymt.c (newSymbol),
6339         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
6340         enumerator_list),
6341         * src/SDCCval.h,
6342         * src/SDCCval.c (newiList): fixed bug #885705
6343
6344 2004-02-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6345
6346         * doc/sdccman.lyx: added section 3.1.4: sdcclib.
6347         * as/mcs51/lkmem.c: report the size of the stack in .mem file.
6348
6349 2004-02-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6350
6351         * device/include/c8051f120.h,
6352         * device/include/c8051f300.h,
6353         * device/include/c8051f310.h: added/updated header files for Silicon
6354         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
6355         * doc/sdccman.lyx: minor changes, recommended diff -Naur and diff -u
6356         in new section Submitting patches
6357
6358 2004-02-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6359
6360         * src/mcs51/gen.c (genNearPointerGet, genPagedPointerGet,
6361         genFarPointerGet, genCodePointerGet, genGenPointerGet,
6362         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
6363         genGenPointerSet),
6364         * src/ds390/gen.c (genNearPointerGet, genPagedPointerGet,
6365         genFarPointerGet, genCodePointerGet, genGenPointerGet,
6366         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
6367         genGenPointerSet),
6368         * src/pic16/gen.c (genNearPointerGet, genPagedPointerGet,
6369         genFarPointerGet, genCodePointerGet, genGenPointerGet,
6370         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
6371         genGenPointerSet),
6372         * src/pic/gen.c (genNearPointerGet, genPagedPointerGet,
6373         genFarPointerGet, genCodePointerGet, genGenPointerGet,
6374         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
6375         genGenPointerSet): fixed bug #892400
6376         * src/pic16/gen.c (genSkipz, AccRol): disabled functions with #if 0
6377         to eliminate build warnings.
6378         * src/SDCCast.c (processParms),
6379         * src/SDCC.y (function_declarator2, declarator2_function_attributes):
6380         fixed bug 751859
6381         * support/valdiag/valdiag.py: added GCC to the list of defines active
6382         when compiling with gcc
6383
6384 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6385
6386         * support/Util/SDCCerr.h,
6387         * support/Util/SDCCerr.c,
6388         * src/SDCCast.c (decorateType, sizeofOp): complain when sizeof is used
6389         with an incomplete type (fixed bug #883734)
6390         * src/SDCCicode.c (geniCodeCast): fixed bug #890510
6391
6392 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6393
6394         * src/pic16/gen.c (genCmpEq, shiftRLong): fixed declarations
6395
6396 2004-02-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6397
6398         * src/SDCCast.c (decorateType),
6399         * src/SDCCicode.c (geniCodeParms, geniCodeCall): fixed bugs in my ANSI
6400         function pointer implementation
6401         * support/regression/tests/funptrs.c: added tests to verify both forms
6402         of function pointers work correctly. Added tests to verify parameters
6403         are passed in the correct order.
6404
6405 2004-02-06  Vangelis Rokas <vrokas AT otenet.gr>
6406
6407         * device.c (regCompare): registers are sorted by ascending
6408         address and increasing size,
6409         * main.c (_pic16_finaliseOptions): removed the declaration
6410         of compiler macro MCU. Now a macro of the format pic18fxxxx
6411         will be defined from the command line
6412
6413 2004-02-06  Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
6414             patch committed by Vangelis Rokas <vrokas AT otenet.gr>
6415
6416         * pcode.c (pic16initMnemonics): fixed typo in assignment to PCOP_RLNCF
6417         PCOP_RLCF was overwritten!
6418         * gen.c (genSkip): commented out calls to pic16_emitcode,
6419         * (genCmpEQ): fixed "long" compares, only high word did get compared,
6420         * (genlshTwo),
6421         * (genRRC): added debugging info,
6422         * (shiftL2Left2Result): Fixed bug, if offr > offl. Result got
6423         overwritten while shifting,
6424         * (shiftR2Left2Result): Fixed bug, if offr < offl. Result got
6425         overwritten while shifting,
6426         * (AccLsh),
6427         * (AccRsh),
6428         * (shiftLLeftOrResult),
6429         * (shiftRLeftOrResult),
6430         * (shiftRLong),
6431         * (shiftLLong): Implemented with pic16_emitpcode
6432         * (genlshFour): Replaced pic16_aopPut with pic16_emitpcode,
6433         * (genLeftShift): Fixed bug, operand for shift by variable always
6434         was "and"ed with 0x0f,
6435         * (genLeftShiftLiteral),
6436         * (genrshTwo),
6437         * (genRightShiftLiteral): added debugging info,
6438         * (genrshFour): added comment,
6439         * (genRightShift): determined signedness from operand "left"
6440         instead of "result"
6441
6442 2004-02-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6443
6444         * src/SDCCicode.c (geniCodeParms),
6445         * src/SDCCast.c (decorateType, processParms): support for ANSI-style
6446         function pointers, fixed function pointer bugs #861242 and #861896
6447
6448 2004-01-31 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6449
6450         * device/include/c8051f000.h,
6451         * device/include/c8051f120.h,
6452         * device/include/c8051f300.h: added header files for Silicon
6453         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
6454
6455 2004-01-31 Bernhard Held <bernhard AT bernhardheld.de>
6456
6457         * src/SDCCast.c (processParams): added new type flow and restructured
6458         (gatherAutoInit): added new type flow
6459         (addCast): cosmetic changes
6460         (getLeftResultType): added new type flow for array indices, patch
6461         provided by Stas, see FR #877103
6462         (decorateType): SDCC_NEWTYPEFLOW removed, new type flow is now standard;
6463         array index patch by Stas
6464         * src/SDCCast.h: added prototype getResultTypeFromType()
6465         * src/SDCCval.h,
6466         * src/SDCCval.c (resolveIvalSym) (resolveIvalSym),
6467         * src/pic/glue.c (pic14emitStaticSeg),
6468         * src/pic16/glue.c (pic16emitStaticSeg),
6469         * src/SDCCglue.c (emitRegularMap) (emitStaticSeg): added new type flow
6470         for initialization of symbols
6471         * src/SDCCicode.c (geniCodeArray): removed warning W_ARRAY_BOUND
6472         * support/Util/SDCCerr.h:
6473         * support/Util/SDCCerr.c: replaced W_ARRAY_BOUND by W_IDX_OUT_OF_BOUNDS
6474         * .version: bumped version number to 2.3.8
6475         * device/include/Makefile.in (install),
6476         * doc/Makefile (install): changed to 'rm `find ...`' construct to
6477         avoid warnings
6478
6479 2004-01-30 Bernhard Held <bernhard AT bernhardheld.de>
6480
6481         * support/regression/tests/libmullong.c: fixed for 64 bit hosts
6482         Slade Rich fixed an optimization bug
6483         * src/pic/pcodepeep.c,
6484         * src/pic/pcoderegs.c
6485         * doc/Makefile (install): added test for directory
6486
6487 2004-01-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6488
6489         * src/mcs51/ralloc.c (getRegPtr, getRegGpr),
6490         * src/ds390/ralloc.c (getRegPtr, getRegGpr),
6491         * src/pic/ralloc.c (getRegPtr, getRegGpr),
6492         * src/pic16/ralloc.c (getRegPtr, getRegGpr),
6493         * src/z80/ralloc.c (getRegGpr): fixed bug #883361
6494         * as/mcs51/asexpr.c (term),
6495         * as/hc08/asexpr.c (term): fixed bug #887146
6496
6497 2004-01-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6498
6499         * src/z80/gen.c (genMult): handle single byte result product
6500         * src/SDCCopt.c (killDeadCode): never convert ADDRESS_OF iCode to
6501         DUMMY_READ_VOLATILE (fixed bug #886367)
6502
6503 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
6504
6505         * support/regression/tests/libmullong.c: fixed logic, on little endian
6506         hosts we ended without a mullong_wrapper()
6507
6508 2004-01-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6509
6510         * ChangeLog: changed "@" to " AT " in hopes of reducing spam and
6511         virus/worm forged address usage.
6512
6513 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
6514
6515         Fixed promotion, it should be done on AST level:
6516         * src/SDCCast.c (addCast): added promotion to int
6517         (decorateType): updated call to upCast()
6518         * src/SDCCicode.c (geniCodeLeftShift): removed call to
6519         usualUnaryConversions()
6520
6521 2004-01-26  Michael Hope  <michaelh AT juju.net.nz>
6522
6523         * support/regression/tests/literalop.c (mulWrapper): Added a
6524         wrapper to remove integer overflow warnings.
6525
6526         * support/regression/tests/float_trans.c: Made work on host.
6527
6528         * support/regression/ports/ucz80/spec.mk (UCZ80): Made detect the
6529         location of sz80.
6530
6531         * support/regression/generate-cases.py (main): Changed from inline
6532         to a main method.
6533
6534         * doc/Makefile (install): Changed to depth first to get rid of
6535         missing directory install warning.
6536
6537         * as/Makefile (install-doc): Made work on Mac.
6538
6539 2004-01-25 Bernhard Held <bernhard AT bernhardheld.de>
6540
6541         * src/SDCCast.c: added an additional type flow in decorateType() of
6542         opposite direction, see feature request #860006; it's enabled at runtime
6543         by setting the environment variable SDCC_NEWTYPEFLOW
6544         * src/SDCCast.h: changed prototype of decorateType()
6545         * src/SDCCglue.c (emitRegularMap): updated call of decorateType()
6546         * src/SDCCicode.c (geniCodeDivision) (geniCodeModulus): promotion from
6547         'char' to 'int' can be omitted, if both operands are 'unsigned char';
6548         see feature request #877103
6549         * src/SDCCval.c: updated call of decorateType()
6550         (valBitwise): fixed bug #882876
6551         (valMinus): added promotion
6552         (valLogicAndOr): result is unsigned
6553         (cheapestVal) (constVal): literals from 0...255 are 'unsigned char' now
6554         * src/SDCCsymt.c (computeType),
6555         * src/mcs51/gen.c (genCmpGt) (genCmpLt): literal 'unsigned char'
6556         must not cause an unsigned operation
6557         * src/pic/glue (pic14emitRegularMap),
6558         * src/pic16/glue.c (pic16emitRegularMap): updated call of decorateType()
6559
6560 2004-01-23 Bernhard Held <bernhard AT bernhardheld.de>
6561
6562         * src/pic/pcode.c (PCodeID): commented out left over debug code
6563
6564 2004-01-20 Bernhard Held <bernhard AT bernhardheld.de>
6565
6566         * support/valdiag/tests/overflow.c: added shift tests
6567         * src/pic/device.c,
6568         * src/pic/gen.c,
6569         * src/pic/gen.h,
6570         * src/pic/glue.c,
6571         * src/pic/main.c,
6572         * src/pic/pcode.c,
6573         * src/pic/pcode.h,
6574         * src/pic/pcodepeep.c,
6575         * src/pic/pcoderegs.c,
6576         * src/pic/ralloc.c,
6577         * src/pic/ralloc.h: applied patch from Slade Rich;
6578         added support for multiple code pages and multiple RAM banks on the
6579         PIC 14 port. The ASM files now no longer simply assume all the
6580         code / RAM are in the same page / bank. This means the linker can
6581         safely allocate code/RAM of separate ASM files to different pages/banks.
6582         * doc/sdccman.lyx: added Slade's tips
6583         * src/mcs51/peeph.def: fixed bug #880768
6584
6585 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6586
6587         * src/hc08/ralloc.c (rematStr): fixed bug #879282
6588         * src/SDCCast.c (decorateType): fixed bug #880197
6589
6590 2004-01-20  Michael Hope  <michaelh AT juju.net.nz>
6591
6592         * sim/ucsim/gui.src/serio.src/main.cc: Fixed unconditional use of
6593         getopt.h.
6594
6595         * debugger/mcs51/cmd.c (getValBasic): Changed strtof to strtod as
6596         strtof is not part of C89 and isn't included with Mac OS X.
6597
6598 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6599
6600         * src/hc08/gen.c (genPlusIncr, genUminus, genMinusDec, genCmp,
6601         shiftL2Left2Result): fixed bug #879326
6602         (genAnd, genOr, genXor): fixed bug when result was of type AOP_CRY
6603         (genMultOneByte): fixed bug in signed vs unsigned multiplication
6604         * sim/ucsim/hc08.src/inst.cc (inst_clr): added missing effective
6605         address fetch for clr instruction
6606         * device/lib/hc08/_mulint.c: created optimized assembly version
6607         * src/SDCCdflow.c (computeDataFlow): fixed bug #878209
6608
6609 2004-01-19 Bernhard Held <bernhard AT bernhardheld.de>
6610
6611         * src/SDCCicode.c (geniCodeArray): applied patch from Stas Sergeev
6612         proposed in FR #877103
6613
6614 2004-01-18 Bernhard Held <bernhard AT bernhardheld.de>
6615
6616         * src/SDCCval.c (cheapestVal): added missing checks
6617         * src/SDCCicode.c (usualBinaryConversions): fixed condition
6618         * src/SDCCicode.c (geniCodeAdd): fixed part of bug #877103
6619
6620 2004-01-16 Klaus Flittner <klaus_flittner AT gmx.de>
6621
6622         * src/ds390/gen.c (aopOp3): fixed the assignment of different dptrs to
6623         equal operands
6624
6625 2004-01-16 Vangelis Rokas <vrokas AT otenet.gr>
6626
6627         * src/SDCCmain.c (linkEdit): variable $3 of the linker command is
6628         loaded with the linker search paths (-L arguments) and the libraries
6629         to be linked with the current source (-l arguments). Changes
6630         currently will affect only the pic16 port.
6631         * src/pic16/main.c (_pic16_finaliseOptions): add to the linker
6632         include path the port specific paths and port specific libraries,
6633         * gplink command now contains the $3 argument,
6634         * src/pic16/device.h,
6635         * src/pic16/device.c,: structure PIC_device is made public and
6636         renamed to PIC16_device, the same for variable Pics which is renamed
6637         to Pics16. Updated all references to them.
6638         * src/pic16/glue.c (pic16glue): corrected bug with code
6639         initialization which bypassed the variable initializations block.
6640
6641         * device/lib/pic16/Makefile.rules: removed --penable-stack from
6642         COMPILE_FLAGS and added the --nostdinc option
6643
6644 2004-01-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6645
6646         * device/include/mc68hc908jb8.h: Register defs for another member
6647         of the hc08 family. Contributed by Bjorn Bringert - thanks!
6648
6649 2004-01-14 Vangelis Rokas <vrokas AT otenet.gr>
6650
6651         Documenting changes from previous commits.
6652         * configure.in (version 1.56),
6653         * configure: initially I've added AC_CONFIG_SUBDIRS(device/lib/pic16)
6654         when generating output files to configure the pic16 library,
6655         but now I've commented it out, since gputils aren't installed in the
6656         SF compile farm, so library won't compile
6657
6658         * device/lib/Makefile.in (version 1.56): initially I've added in
6659         target 'all' the prerequestive 'model-pic16' so it compiled the
6660         pic16 library, but now I've commented it out for the same reasons
6661         above,
6662         * added targets 'model-pic16' and 'objects-pic16' to compile the
6663         library
6664         * added target 'port-specific-objects-pic16' to handle the
6665         generated libraries and copy them into the build/ directory
6666         * added target 'clean-intermediate-pic16' to clean intermediate
6667         files into pic16 directory
6668         * in target 'installdirs' added line to create directory pic16 in
6669         the installation path
6670
6671         * device/include/Makefile.in (version 1.11): in target 'install'
6672         added lines to copy all header files to installation path,
6673         * in target 'installdirs' added line create directory for pic16
6674         headers in the installation path
6675
6676 2004-01-13 Klaus Flittner <klaus_flittner AT gmx.de>
6677
6678         * src/ds390/gen.c (genCall): fixed a double use of acc and b after
6679          a function call
6680
6681 2004-01-13 Bernhard Held <bernhard AT bernhardheld.de>
6682
6683         * configure,
6684         * device/lib/configure.in,
6685         * device/lib/configure: fixed for autoconf 2.57
6686
6687 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6688
6689         * src/z80/main.c (_parseOptions): fixed the portmode= command line
6690         option so that it actually works. Made it specific to the z80, since
6691         the gbz80 doesn't have these kinds of I/O ports.
6692
6693 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6694
6695         * device/include/z180.h,
6696         * device/lib/_memcpy.c,
6697         * device/lib/_memmove.c,
6698         * device/lib/_mulint.c,
6699         * device/lib/ser_ir.c,
6700         * device/lib/ser_ir_cts_rts.c,
6701         * device/lib/_strcmp.c,
6702         * device/lib/_strtok.c: fixed pragmas to non-deprecated form
6703         * src/z80/main.c (_process_pragma): add support for pragmas bank and
6704         portmode; added deprecation warning for bank= and protmode= forms.
6705         Also, guard against buffer overflow.
6706         * src/z80/gen.c (aopGet): generate better code for sfr banked read
6707
6708 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6709
6710         * src/hc08/main.c (_hc08_genAssemblerPreamble): fixed bug #875487. Also
6711         changed interrupt vector table generation to only emit declared vectors.
6712         * device/include/Makefile.in: added missing backslash
6713         * device/lib/pic16/Makefile.rules: add $(MODELFLAGS) to $(CFLAGS)
6714
6715 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
6716
6717         Mainly changes to support compilation of the device libraries
6718         * src/pic16/device.c: stack is allocated via symbol and not
6719         via literal number. The symbol is placed in the corresponding
6720         position of the data ram
6721         * (pic16_dump_section): relocatable and absolute uninitialized
6722         data are now emitted in sorted order to reduce section naming,
6723         * src/pic16/ralloc.c (newReg): fixed bug with SFR's that
6724         weren't marked as being in the access bank,
6725
6726 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
6727
6728         Added portion of GNU PIC Library under the directory
6729         device/include/pic16 and device/lib/pic16. These files
6730         contain the declarations of SFRs for the PIC18Fxx2 devices.
6731         The directory is initialized via configure from toplevel.
6732
6733 2004-01-12 Klaus Flittner <klaus_flittner AT gmx.de>
6734
6735         * src/ds390/gen.c (operandsEqu): fixed a little typo, that prevented
6736         the spilllocations to be compared correctly
6737
6738 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
6739
6740         * src/SDCCast.c (decorateType): fixed bug introduced today
6741
6742 2004-01-12  Borut Razem <borut.razem AT siol.net>
6743
6744         * src/SDCC.lex, support/Util/SDCCerr.h, support/Util/SDCCerr.c,
6745         doc/sdccman.lyx: upper case pragmas are deprecated
6746
6747 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
6748
6749         * src/SDCCast.c (decorateType): replacing 'ul > 0' by  '!ul' results
6750         in simpler and even better code
6751
6752 2004-01-11 Bernhard Held <bernhard AT bernhardheld.de>
6753
6754         * src/SDCCicode.c (operandOperation): fixed bug #874819
6755         * src/SDCCast.c (decorateType): fixed
6756         char foo (unsigned long ul) { return ul > 0; }
6757
6758 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6759
6760         * doc/sdccman.lyx: Moved and added some sections, small changes
6761         all over. Telling LaTeX to be less strict with word spacing
6762         to better keep the right margin. Changed some notes about
6763         maintainance of the ports in section 3.2.1 - is it OK like this?
6764
6765 2004-01-11 Vangelis Rokas <vrokas AT otenet.gr>
6766
6767         SDCC source changes:
6768         * src/SDCCopt.c (cntToFcall, cnvToFloatCast, cnvFromFloatCast,
6769         convilong): modified to inform the pic16 port that builtin functions
6770         are external
6771
6772         PIC16 PORT specific changes:
6773         * src/pic16/device.c pic16_dump_equates() added,
6774         processor registers declared internally by the port are emitted in
6775         the translation as equates,
6776         * src/pic16/gen.c: inline code is passed unprocessed to the
6777         translation,
6778         * (pic16_popGetLit2): fnuction modified to take second operand as
6779         pCodeOp pointer and not as literal,
6780         * (popRegFromIdx): prefixed with pic16_,
6781         * (pic16_popCombine2): modified to receive already allocated pCode
6782         operands,
6783         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): added
6784         * (genFunction): initializes local stack frame and pushes on stack
6785         all the registers used by this function,
6786         * (genEndFunction): restores all registers from stack and restores
6787         stack frame,
6788         * src/pic16/glue.c (pic16emitRegularMap): various changes and
6789         improvements,
6790         * (pic16glue): changed the program startup sequence,
6791         * added new dbName code 'A' for functions placed in absolute section
6792         * src/pic16/main.c: added function attribute _naked,
6793         * added pragma 'code' to place a fnuction at an absolute address,
6794         * added command line arguments --debug-ralloc and --pcode-verbose,
6795         * (_pic16_finiliseOptions): options.all_callee_saves is set by default
6796         * src/pic16/pcode.c (pic16_pBlockConvert2Absolute) added,
6797         * (pic16_newpCodeOpLit2): modified to take the second operand as
6798         pCodeOp pointer,
6799         * (pic16_printpBlock): modified to emit each function in a separate
6800         section,
6801         * (pic16_get_op): modified to use the gpasm modifiers LOW,HIGH and
6802         UPPER for immediate operands,
6803         * src/pic16/pcodepeeph.c: added peephole support for the LFSR
6804         instruction,
6805         * src/pic16/peeph.def: all peepholes with movff are commented out,
6806         because there is a problem in the pcode peep optimizer,
6807         * src/pic16/ralloc.c: the register allocator can now reuse local
6808         function symbols for another function. This saves register usage.
6809         * src/pic16/ralloc.h: added flag isLocal in structure regs,
6810
6811         Added file src/pic16/NOTES with information about program writing on
6812         the current port version.
6813
6814 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6815
6816         * src/mcs51/peephole.def: added peepholes 177.c,d (redundant moves)
6817         and peephole 252 (array access)
6818
6819 2004-01-09  Borut Razem <borut.razem AT siol.net>
6820
6821         * src/SDCCmain.c : fixed #872250: -l command line defined library
6822           files are scanned before standard library files
6823
6824 2004-01-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6825
6826         * src/SDCCast.c (decorateType): fixed bug #874046
6827
6828 2004-01-09  Borut Razem <borut.razem AT siol.net>
6829
6830         * support/scripts/sdcc.nsi: remove previous installation
6831
6832 2004-01-09 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6833
6834         * src/SDCCglue.c (createInterruptVect): don't append 7(5) padding
6835         bytes for last interrupt vector (mcs51)
6836         * sdcc.spec: fixed typo
6837
6838 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6839
6840         * src/mcs51/gen.c (genFunction, genEndFunction, genReceive, getTempRegs,
6841         gen51Code): more efficient parameter receive for --model-large
6842         ("bug" #845294)
6843
6844 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6845
6846         * src/ds390/main.c,
6847         * src/z80/main.c: added missed needLinkerScript flags (more than
6848         one port structure defined in these file)
6849         * src/ds390/gen.c (aopForSym, aopOp, operandsEqu, aopOp3): fixed
6850         bug #795325
6851
6852 2004-01-08 Vangelis Rokas <vrokas AT otenet.gr>
6853
6854         * src/SDCCmain.c: removed various references to DEFAULT_PORT
6855         * src/port.h: added flag needLinkerScript in port->linker
6856         structure to inform whether to create a .lnk file or not,
6857         * src/avr/main.c,
6858         * src/ds390/main.c,
6859         * src/hc08/main.c,
6860         * src/mcs51/main.c,
6861         * src/pic/main.c,
6862         * src/pic16/main.c,
6863         * src/xa51/main.c,
6864         * src/z80/main.c: changed appropriately to configure
6865         needLinkerScript flag
6866         * src/pic/gen.c,
6867         * src/pic16/gen.c (genAddrOf): fixed bug #863624
6868         * src/pic/glue.c: added variable udata_section_name to
6869         override default uninitialized data segment definition for
6870         devices only with SHAREBANK memory (reported from Erik Epetrich)
6871         * (pic14emitOverlay): modified to emit a commented overlay segment
6872         directive when no overlay data exist
6873         * (picglue): modified to emit uninitialized data segment
6874         according to udata_section_name
6875         * src/pic/main.c (_pic14_parseOptions): added command line
6876         options --udata-section-name=[name] to override default
6877         udata definition name
6878         * modified _linkCmd and _asmCmd to include compiler passed
6879         arguments via -W option
6880         * src/pic16/main.c: added $l in _asmCmd, changed extension for
6881         object file from '.rel' to '.o' in port->linker structure,
6882         changed size of fptr from 2 to 3 in port structure
6883
6884 2004-01-07  Borut Razem <borut.razem AT siol.net>
6885
6886         * support/scripts/sdcc.nsi: update PATH
6887         * support/scripts/sdcc.ico: craeted
6888
6889 2004-01-07 Bernhard Held <bernhard AT bernhardheld.de>
6890
6891         * device/include/Makefile.in: fix install
6892         * doc/Makefile: fix install
6893
6894 2004-01-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6895
6896         * src/SDCCsymt.c (processFuncArgs): fixed superflous allocation noted
6897         in bug #860505
6898         * src/SDCCmem.c (printAllocInfoSeg, printAllocInfo): minor changes to
6899         how the function variable allocation summary is displayed; also
6900         include information about variables allocated to the overlay
6901         segment
6902
6903 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6904
6905         * as/mcs51/lkmain.c: Help about -Y option
6906         * as/mcs51/lkarea.c: Fixed gcc warnings
6907
6908 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
6909
6910         * src/SDCCval.c (valShift): changed from 16 to 32 bit shift count,
6911         fixed warning
6912         * support/valdiag/tests/overflow.c: added
6913         * src/SDCCast.c (decorateType),
6914         * src/SDCCicode.c (geniCodeLeftShift): added promotion to int for
6915         LEFT_OP (left shift)
6916
6917 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6918
6919         * as/mcs51/lkmain.c: stack must be after data when option -Y is not used
6920         (default behaviour).
6921
6922 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6923
6924         A python script to validate compiler diagnostic messages. It can be
6925         used to verify that sdcc complains about bad c source code and
6926         gives a good location of the error.
6927         * support/valdiag/Makefile,
6928         * support/valdiag/valdiag.py,
6929         * support/valdiag/tests/*
6930
6931 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6932
6933         * src/SDCC.y (enum_specifier, enumerator_list, opt_assign_expr),
6934         * src/SDCCsymt.c (newEnumType),
6935         * src/SDCCsymt.h
6936         * support/Util/SDCCerr.c,
6937         * support/Util/SDCCerr.h: fixed bug #871258 and some other unreported
6938         enum related bugs.
6939         * support/regression/tests/enum.c: added test for enum values that
6940         require at least 2 bytes of storage.
6941
6942 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
6943
6944         * src/common.h: added ifndef/define/endif macros
6945         around the header file.
6946         Bug reported from Jesus Calvino-Fraga
6947
6948 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
6949
6950         * sdcc.spec: updated
6951         * device/include/Makefile.in: don't install CVS directories
6952         * device/lib/Makefile.in: added removal of CVS directories after install
6953         * doc/Makefile: fixed install, added local_icons
6954         * sim/ucsim/gui.src/Makefile.in: fixed an old typo
6955         * src/mcs51/gen.c (genRightShift): fixed bug #870788
6956         * src/ds390/gen.c (genRightShift): fixed bug #870788
6957         * src/SDCCast.c (decorateType): fixed bug #870781
6958
6959 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
6960
6961         PIC16 port related changes:
6962         * device.c: removed pic16_finalMapping and pic16_finalMappingSize,
6963         added variable stackPos,
6964
6965         * gen.c: genCall, assignResultValue: added support for
6966         pushing/retrieving function parameters to/from stack,
6967         genFunction,genEndFunction: setup stack frame for the
6968         generated function,
6969         genAddrOf: will be changed according to bug 863624
6970
6971         * added files genutils.c and genutils.h which contain gen*
6972         debugged and optimised functions extracted from gen.c
6973
6974         * glue.c: added variable 'externs' which holds extern symbols,
6975         pic16emitRegularMap: is modified to properly handle relocatable
6976          symbols under the new scheme,
6977         pic16createInterruptVect: is modified
6978         pic16printPublics: is modified to emit 'global' assembler directives,
6979         added pic16_printExterns to print extern symbols,
6980         pic16glue: initializes stack/frame pointer in the beginning of
6981         the assembly output. Temporary hack, will be corrected later,
6982         because gplink yet does not support stack and SDCC does not
6983         yet support a type of crt0.o object to create the final binary.
6984
6985         * Removed many lines that contain 8051 legacy code.
6986         * The code is finally placed under a 'code' directive.
6987         * Added port specific options.
6988
6989         * _process_pragma: simplified since now we do not need *special*
6990         include file to define SFR registers. But a separate header
6991         will be needed. This will be developed later.
6992         * _pic16_parseOptions: added, parses port specific options:
6993         --pgen-banksel, --obanksel=, --pomit-config-words, --pomit-ivt,
6994         --pleave-reset-vector, --penable-stack, --pstack-model, --debug-xtra
6995         --preplace-udata-with=
6996
6997         * _pic16_setDefaultOptions: modified to initialize section names,
6998         but hack is temporarly out of order since it needs improvement.
6999         * _pic16_genAssemblerPreamble: configuration words are emitted by
7000         their address instead of their name. This part is incomplete and
7001         supports only the 18Fxx2 devices. Other devices will emit an error
7002         during assembly since they do not contain the same set of config
7003         registers
7004         * _pic16_genIVT: is modified,
7005
7006         * pcode.c: added definitions for some hardware registers that are needed
7007         for stack support
7008         * added flag is2LitOp and variable pci_magic in pCodeInstruction.
7009         All PCI entries are updated. Now LFSR is supported.
7010         * Removed pic16_pciTRIS is mentioned by mdubuc in source
7011         * added pic16_newpCodeOpLit2 to support instructions with
7012         two literal arguments
7013         * pic16_pCode2str: corrected code that emits assembler instructions
7014         with two literal operands and those that have an access bit modifier
7015         * genericPrint: now PC_ASMDIR pCodes, can emit a label if it exists,
7016         this fixes a bug which caused some labels to be lost, when an
7017         assembler directive was added, i.e. banksel,
7018         * pic16_FixRegisterBanking: improved logic that causes the insertion
7019         of bank switching,
7020         * InlineFunction: functions that are called once, are not any more
7021         inlined. This can be a port option in the future,
7022
7023         * pcode.h: added pCodeOpLit2 and added variable label in pCodeAsmDir
7024
7025         * ralloc.c: added pic16_rel_udata and pic16_fix_udata variables which
7026         hold the corresponding uninitialized symbols,
7027         * pic16_allocProcessorRegister: registers have explicit marked the
7028         accessBank field,
7029         * pic16_allocInternalRegister: registers are explicit marked as
7030         not used,
7031         * pic16_writeUsedRegs: pic16_dynDirectBitRegs was missing from the
7032         processing list, so bit registers were lost,
7033         *
7034
7035         * ralloc.h: added field 'accessBank' and original symbol operand
7036         in register definition,
7037         * removed the field isMapped from register definition,
7038
7039         ** Several functions have been removed from various sources:
7040         BanksUsedFlow2,BanksUsedFlow,FixBankFlow,InstructionRegBank,
7041         pic16_addMemRange,pic16_isREGinBank,pic16_dump_map,pic16_dump_cblock
7042         isSFR,validAddress,mapRegister,assignRegister,pic16_assignFixedRegisters
7043         pic16_assignRelocatableRegisters
7044
7045         ** others have been introduced:
7046         pic16_areRegsSame,pic16_dump_section,checkAddReg,pic16_groupRegistersInSection
7047         pic16_popGetLit2,pic16_popCombine2,pushw,pushaop
7048
7049 2004-01-05 Vangelis Rokas <vrokas AT otenet.gr>
7050
7051         * support/scripts/inc2h.pl: changed definition of BIT_AT
7052         to emit 'sbit at' instead of 'bit at'. This was a request.
7053
7054         PIC16 port related preliminary changes:
7055         * gen.c: prefixed function popRegFromString with
7056         pic16_ and all references to it corrected
7057         * pcode.c: all pic16_pc_* hardware registers prefixed
7058         with underscore (_),
7059         pic16_popCopyGPR2Bit(): function sets register wasUsed=1
7060         * ralloc.c: newReg(): when register is REG_SFR then
7061         set address to rIdx,
7062         pic16_allocProcessorRegister(): marks register wasUsed=0
7063         pic16_writeUsedRegs(): added a call to assign processor
7064         registers via pic16_assignFixedRegisters
7065
7066 2004-01-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7067
7068         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c,
7069         as/mcs51/lkmain.c, as/mcs51/lkmem.c: 8051 linker can now pack
7070         variables in unused register banks.  Also the SSEG is placed
7071         wherever there is enough space for it, and IDATA can be anywhere
7072         in internal RAM.  For now compile using -Wl-Y[stack_size].
7073         The mem file is different for this option as well, since it
7074         makes no sense of talking about DSEG lenght.
7075
7076 2004-01-02 Vangelis Rokas <vrokas AT otenet.gr>
7077
7078         * src/SDCClrange.c: fixed bug 869095 that caused segfault
7079         in certain cases, e.g. when ROM assignment, patch provided
7080         from Albert den Haan.
7081
7082 2004-01-01 Bernhard Held <bernhard AT bernhardheld.de>
7083
7084         Many signedness and type propagation fixes:
7085         * src/SDCCicode.c: made geniCodeCast() static
7086         replaced SPEC_ by IS_ (cosmetic)
7087         (operandOperation): fixed div and mod operation
7088         (usualBinaryConversions): added support for promotion of char
7089         (geniCodeMultiply): replaced (unsigned long) by (TYPE_UDWORD)
7090         (geniCodeDivision): replaced (unsigned long) by (TYPE_UDWORD)
7091         (geniCodeAdd): an array index will stay unsigned, even if promoted
7092         from char to int
7093         (geniCodeArray): ditto
7094         * src/SDCCicode.h: made geniCodeCast() static: removed prototype
7095         * src/SDCCsymt.c (computeType): added more support for char;
7096         promotion of char is selectable by promoteCharToInt, fixed signedness
7097         for all cases
7098         (powof2): replaced (unsigned long) by (TYPE_UDWORD)
7099         * src/SDCCsymt.h (powof2): replaced (unsigned long) by (TYPE_UDWORD)
7100         * src/SDCCval (val*): replaced signedness calculation by
7101         computeType()
7102         rearranged if-branches (cosmetic)
7103         (valShift): added warning W_SHIFT_CHANGED
7104         (valCompare): fixed problem with different types
7105         * src/hc08/rallo.c (leastUsedLR): fixed gcc 3.3 warning
7106         * support/regression/tests/literalop.c: added many cases
7107         * support/regression/tests/ast_constant_folding.c: changed finally to
7108         'unsigned int'
7109         * .version: new year, new version: 2.3.7
7110         * src/SDCCmain.c (main): applied patch #866468
7111         * debugger/mcs51/sdcdb.c (parseCmdLine): added -k for ucsim, patch
7112         provided by Scott Bronson
7113         * doc/sdccman.lyx: updated documentation for sdcdb
7114         updated and added chapter tips
7115
7116 2004-01-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7117
7118         * src/SDCCsymt.h: missing from yesterday's commits
7119
7120 2003-12-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7121
7122         * src/SDCC.y (struct_or_union_specifier),
7123         * support/Util/SDCCerr.c,
7124         * support/Util/SDCCerr.h: verify that struct & union tags are used
7125         as declared.
7126
7127 2003-12-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7128
7129         * src/SDCCglobl.h: missing from yesterday's commits
7130
7131 2003-12-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7132
7133         * src/SDCC.y (external_definition, type_specifier2, sfr_reg_bit,
7134         sft_attributes, struct_declaration, parameter_declaration,
7135         type_name, start_block, declaration_list),
7136         * src/SDCC.lex (check_type): support redefinition of typedef names
7137
7138 2003-12-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7139
7140         * src/mcs51/gen.c (genPlus): added special handling for 256 byte
7141         aligned xdata arrays. Erik helped me with the if clause.
7142
7143 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7144
7145         * device/lib/ds390/tinibios.c (CpuSpeed): suppress unreachable code
7146         warning
7147
7148 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7149
7150         * src/SDCCast.h,
7151         * src/SDCCast.c (newAst_),
7152         * src/SDCCicode.h,
7153         * src/SDCCicode.c (ast2iCode, newiCode),
7154         * src/SDCCglobl.h,
7155         * src/SDCC.y (logical_and_expr, logical_or_expr, conditional_expr,
7156         expr, statement, expression_statement, selection_statement,
7157         iteration_statement, expr_opt, jump_statement): foundation for tracking
7158         sequence points
7159         * src/SDCCopt.c (killDeadCode): fixed bug #861580 (needs the sequence
7160         point code too)
7161
7162 2003-12-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7163
7164         * support/Util/SDCCerr.c,
7165         * src/SDCCast.h,
7166         * src/SDCCast.c (createCase, createDefault, decorateType),
7167         * src/SDCClabel.c (labelUnreach),
7168         * src/SDCC.y (labeled_statement, jump_statement): More improvements
7169         to error messages.
7170         * support/Util/SDCCerr.c (werrorfl): fixed a non-standard declaration
7171         (with thanks to Stas Sergeev)
7172         * device/include/time.h,
7173         * device/lib/time.c (CheckTime): suppress unreachable code warning
7174
7175 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7176
7177         * src/SDCCast.c (createIvalCharPtr),
7178         * src/SDCCglue.c (printChar): fixed bug #862241 (an error in my fix for
7179         bug #753752)
7180         * support/regression/tests/nullstring.c: tests for these two bugs
7181
7182 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7183
7184         * support/Util/SDCCerr.h,
7185         * support/Util/SDCCerr.c (E_NOT_ALLOWED),
7186         * src/SDCC.y (struct_declaration, struct_or_union_specifier): complain
7187         about storage class and 'at' used inside struct or union
7188         * src/SDCCBBlock.c (iCodeFromeBBlock),
7189         * src/SDCCcse.c (ifxOptimize),
7190         * src/SDCCglue.c (emitRegularMap, initPointer, printIvalStruct,
7191         printIvalArray, printiValFuncPtr, printIvalCharPtr, printIvalPtr,
7192         printIval, emitStaticSeg, emitOverlay),
7193         * src/SDCClabel.c (deleteIfx),
7194         * src/SDCCopt.c (replaceRegEqv, eBBlockFromiCode),
7195         * src/SDCCast.c (resolveSymbols, createIvalStruct, createIvalArray,
7196         gatherAutoInit, processParms),
7197         * support/Util/SDCCerr.h,
7198         * support/Util/SDCCerr.c (werrorfl): Support for better error location
7199         reporting for post-parse errors.
7200
7201 2003-12-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7202
7203         * src/SDCCval.c (valPlus, valMinus, valShift): fixed some problems with
7204         implicit casts via union; they don't work on big endian systems
7205         (possible fix for bug #861138)
7206
7207 2003-12-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7208
7209         (committed by Erik Petrich <epetrich AT ivorytower.norman.ok.us> on Frieder's behalf)
7210         * src/mcs51/main.c: fixed the fix for bug #737001
7211
7212 2003-12-15  Borut Razem <borut.razem AT siol.net>
7213
7214         * support/scripts/sdcc.nsi: updated for NSIS 2.0 beta 4
7215
7216 2003-12-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7217
7218         * support/makebin/makebin.c: put output in binary mode
7219
7220 2003-12-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7221
7222         * src/mcs51/main.c: fixed bug #737001 for the mcs51. SDCC clears
7223         xdata and data memory on startup. Set the environment variable
7224         SDCC_NOGENRAMCLEAR to disable this.
7225         * src/mcs51/peephole.def,
7226         * src/ds390/peephole.def: using the atomic test and clear instruction jbc
7227         (allows non-interrupt and interrupt code to safely compete for a resource
7228         without the non-interrupt code having to disable interrupts)
7229
7230 2003-12-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7231
7232         * src/SDCCicode.c (geniCodeAdd),
7233         * src/SDCCast.c (decorateType): fixed bug #857753 (need to be careful
7234         with valFromType if type might be a pointer and host is big endian).
7235         * src/SDCCast.c (decorateType): unary plus compatible with all arithmetic
7236         types, not just integer types.
7237         * src/SDCCsymt.c (addSymChain): clarified error message when symbol is
7238         multiply defined with mismatching "at" address.
7239
7240 2003-12-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7241
7242         * src/ds390/main.c (PORT tininative_port): fixed bug #858416
7243         * src/SDCCglue.c (printChar, printIvalChar, emitStaticSeg),
7244         * src/SDCCast.c (createIvalCharPtr, stringToSymbol): handle strings
7245         with embedded nulls (fixed bug #753752)
7246
7247 2003-12-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7248
7249         * src/mcs51/main.c(_mcs51_genRAMCLEAR): using r0 instead of r1/r2.
7250         Apparently this did not see much testing (endless loop)
7251
7252 2003-12-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7253
7254         * src/z80/ralloc.c: set DISABLE_PACK_HL = 1 as a temporary fix to bug #855165
7255
7256 2003-12-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7257
7258         * src/SDCCdebug.c (outputDebugSymbols, outputDebugStackSymbols, dumpSymInfo):
7259         gracefully handle NULL memmap pointers
7260
7261 2003-12-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7262
7263         * src/SDCCopt.c (killDeadCode): change iCode type to DUMMY_READ_VOLATILE
7264         instead of deleting the iCode when an operand is volatile
7265         * src/z80/gen.c (genDummyRead),
7266         * src/mcs51/gen.c (genDummyRead),
7267         * src/ds390/gen.c (genDummyRead),
7268         * src/hc08/gen.c (genDummyRead): handle operands in IC_LEFT and/or IC_RIGHT,
7269         not just IC_RIGHT
7270         * src/SDCCicode.c (geniCodeCall): fixed bug #851607
7271         * src/SDCC.y: fixed bug #850420
7272
7273 2003-12-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7274
7275         Applied z80 i/o port patch from Peter Townson and fixed some operators
7276         to better handle operands in A register.
7277         * device/include/z180.h
7278         * src/SDCC.y
7279         * src/SDCCglue.c
7280         * src/z80/gen.c
7281         * src/z80/gen.h
7282         * src/z80/main.c
7283         * src/z80/peeph-z80.def
7284         * src/z80/peeph.def
7285         * src/z80/z80.h
7286
7287 2003-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7288
7289         * src/SDCCsymt.c (addSymChain, compareTypeExact): fixed bug #838241 again
7290
7291 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7292
7293         * device/lib/hc08/_mullong.c: Removed extra #endif
7294
7295 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7296
7297         * sim/ucsim/hc08.src/inst.cc,
7298         * sim/ucsim/hc08.src/hc08mac.h: fixed some problems with CC flag bits and
7299         carries from x to h
7300         * src/hc08/gen.c (aopAdrStr): fixed problem with 16 bit immediate
7301         * src/hc08/gen.c (XAccRsh): fixed problem with right shift
7302         * device/include/stdarg.h: fixed varargs for hc08
7303         * device/lib/Makefile.in,
7304         * device/lib/hc08/Makefile,
7305         * device/lib/hc08/_mulint.c,
7306         * device/lib/hc08/_mullong.c: fixed some endian problems
7307
7308 2003-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7309
7310         * sdcc/src/mcs51/gen.c (genMultOneByte): help peephole 105
7311         * sdcc/src/mcs51/peeph.def: added peephole 186.e array access in code space
7312         * device/lib/_gptrget.c,
7313         * device/lib/_gptrput.c: P2 not used any more (related to #850747, #785979)
7314
7315 2003-11-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7316
7317         * src/SDCClrange.c (findNextUseSym, rlivePoint): fixed bug #849795
7318         * src/SDCCast.c (astErrors): fixed bug #846007
7319         * src/SDCCsymt.c (checkFunction): fixed follow-up bug on bug #846007
7320
7321 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7322
7323         * src/SDCCast.c (decorateType): disabled a transformation I added in
7324         revision 1.188 (access to fields of a structure at an absolute address);
7325         it breaks with bitfields, extern declarations, and gcse analysis.
7326         * src/SDCCopt.c (isLocalWithoutDef): if ADDRESS_OF applied to a symbol, it
7327         could be assigned through a pointer, so don't complain.
7328         * src/SDCCast.c (astErrors),
7329         * src/SDCCast.h,
7330         * src/SDCCglue.c (emitRegularMap): fixed bug #847813
7331
7332 2003-11-26 Vangelis Rokas <vrokas AT otenet.gr>
7333
7334         * src/pic16/main.c (_pic16_genIVT): fixed interrupt vector table
7335         * src/pic16/main.c (_pic16_genAssemblerPreamble): re-enabled the
7336         output of __config directives, since gpasm now supports them
7337         * src/pic16/main.c (_pic16_finaliseOptions): define MCU
7338         pre-processor macro, i.e. -DMCU=p18f452
7339         * src/pic16/ralloc.c: renamed packRegisters to pic16_packRegisters,
7340         and modified to handle 'cast' icode similarly to '=' icode
7341         * src/pic16/device.h (typedef struct PIC_device): added field
7342         'extMIface' to indicate that chip has external memory interface
7343         * src/pic16/device.c: added chips 18F248, 18F258, 18F448, 18F458,
7344         18F6520, 18F6620, 18F6680, 18F6720, 18F8520, 18F8620, 18F8680,
7345         18F8720
7346
7347 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7348
7349         * src/SDCC.y (pointer): fixed bug #846006
7350         * support/Util/SDCCerr.c: made W_PTR_TYPE_INVALID message clearer
7351         * src/SDCCast.c (decorateType): fixed bug #846009
7352         * src/ds390/peeph.def,
7353         * src/ds390/gen.c (genAnd, genOr),
7354         * src/mcs51/peeph.def,
7355         * src/mcs51/gen.c (genAnd, genOr): fixed bug #846777
7356
7357 2003-11-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7358
7359         Fixed several common-sub-expression bugs (#772861, #768380, & #755323)
7360         * src/SDCCdflow.c
7361         * src/SDCCcse.c
7362         * src/SDCCcse.h
7363         * src/SDCCBBlock.h
7364         * src/SDCCBBlock.c
7365
7366 2003-11-23 Klaus Flittner <klaus_flittner AT gmx.de>
7367
7368         fixed bug #845089
7369         * src/SDCCbitv.h,
7370         * src/SDCCbitv.c: added function to free a bitvector
7371         * src/SDCClrange.h,
7372         * src/SDCClrange.c: added function to recompute the liveranges
7373         * src/avr/ralloc.c,
7374         * src/ds390/ralloc.c,
7375         * src/hc08/ralloc.c,
7376         * src/mcs51/ralloc.c,
7377         * src/pic/ralloc.c,
7378         * src/pic16/ralloc.c,
7379         * src/xa51/ralloc.c,
7380         * src/z80/ralloc.c: recompute the liveranges after register packing
7381
7382 2003-11-21 Klaus Flittner <klaus_flittner AT gmx.de>
7383
7384         * src/SDCCloop.c (newInduction): fixed bug #845630
7385
7386 2003-11-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7387
7388         * src/SDCCsymt.c (compareTypesExact): disabled debugging output
7389         inadvertantly left behind from my 2003-11-12 change
7390
7391 2003-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7392
7393         Updated headers I neglected to commit yesterday.
7394         * src/SDCClrange.h,
7395         * src/SDCCicode.h
7396
7397 2003-11-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7398
7399         * src/SDCCcse.c (algebraicOpts): fixed bug #773153
7400         * src/SDCClrange.c (rlivePoint): need to mark IC_RESULT used if POINTER_SET op
7401         * src/SDCCopt.c (eBBlockFromiCode),
7402         * src/SDCClrange.c (hashiCodeKeys, sequenceiCode, computeLiveRanges): seperated
7403         the creation of the key hash table from the sequencing so it can be used
7404         earlier (for some GCSE bug fixes still pending)
7405
7406 2003-11-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7407
7408         * src/mcs51/gen.c (genPlus): generate shortcut for adding 0xab00
7409         * support/regression/tests/addsub.c: testing genPlus shortcut
7410
7411 2003-11-15  Borut Razem <borut.razem AT siol.net>
7412
7413         * src/SDCCmain.c: fixed bug #841645: -MM command line option passed to sdcpp
7414
7415 2003-11-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7416
7417         * src/SDCCcse.c (cseBBlock): fixed bug #527779
7418         * src/SDCCcse.c (deleteGetPointers): rewrote so that the set
7419         ordering is immaterial.
7420         * src/SDCCdflow.c (mergeInExprs): fixed bug #587536
7421
7422 2003-11-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7423
7424         * src/SDCCicode.c (geniCodeAddressOf): fixed part of bug #840381
7425         * src/SDCCopt.c (replaceRegEqv, isLocalWithoutDef): fixed other part
7426         (SIGSEV) of bug #840381
7427         * src/SDCCmain.c (linkEdit, assemble): fixed bug #841606 (don't
7428         unlink new file before rename if new and old filenames are the same)
7429
7430 2003-11-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7431
7432         * src/mcs51/main.c: started fixing bug #737001 (SDCC not clearing
7433         uninitialized variables) for the mcs51. Set environment variable
7434         SDCC_GENRAMCLEAR to test.
7435         xdata initialization slightly shorter
7436
7437 2003-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7438
7439         * src/SDCCsymt.h,
7440         * src/SDCCsymt.c (addSymTypeChain, compareTypesExact): fixed bugs
7441         #838241 & 780691 (basicly the same bug)
7442         * src/SDCCBBlock.c (iCode2eBBlock): fixed bug #840148
7443         * src/SDCCBBlock.c (iCodeFromeBBlock): fixed bug #840162
7444
7445 2003-11-11 Bernhard Held <bernhard AT bernhardheld.de>
7446
7447         * src/SDCCmain.c (linkEdit): "fix" #834252
7448
7449 2003-11-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7450
7451         * src/SDCCast.c (removePostIncDecOps, removePreIncDecOps),
7452         * src/SDCCast.h,
7453         * src/SDCC.y: fixed bug #819403
7454
7455 2003-11-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7456
7457         * support/regression/fwk/lib/testfwk.c: printn is recursive and thus needs
7458         the reentrant attribute.
7459         * src/hc08/gen.c (genPackBits): added missing stack readjustment
7460         * sim/ucsim/hc08.src/inst.cc (inst_mov): fixed bugs with mov instruction
7461         simulation
7462         * src/SDCCast.c (decorateType): fixed bug with storage class not being
7463         updated during pointer dereference; f.e. ~(((char *)1)*) was being
7464         erroneously reduced to a literal.
7465         * src/hc08/ralloc.c (packRegisters, rematStr),
7466         * src/hc08/gen.c (aopForRemat): allow literals to be rematerialized in
7467         some cases
7468
7469 2003-11-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7470
7471         * src/mcs51/main.c: fixed bug #838385. Thanks to Josef Pavlik for finding and fixing
7472         * doc/sdccman.lyx: changed from 'article' to 'book'
7473         * doc/Makefile: readded test_suite_spec and cdbfileformat
7474
7475 2003-11-08 Bernhard Held <bernhard AT bernhardheld.de>
7476
7477         * device/include/stdlib.h: include malloc.h to comply with ANSI
7478         * support/regression/tests/malloc.c: include stdlib.h instead of malloc.h
7479
7480 2003-11-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7481
7482         * doc/Makefile: sdccman.pdf should build with correct references (more info in commit msg)
7483         * doc/clean.mk: also remove *.out files
7484         * doc/sdccman.lyx: some additions, larger top/bottom margins
7485
7486 2003-11-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7487
7488         * src/SDCC.y: fixed bug #837365
7489         * support/regression/tests/bitopcse.c
7490         * src/hc08/gen.c (genPointerGet): Don't assume pointer operand is
7491         a symbol (might be valop instead)
7492         * device/lib/Makefile.in: added errno.c to HC08SOURCES
7493         * device/lib/clean.mk: added hc08 to the cleaning list
7494
7495 2003-11-04  Borut Razem <borut.razem AT siol.net>
7496
7497         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h: reverted changes,
7498           made 2003-11-04
7499         * support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
7500           as/z80/aslist.c, as/z80/assym.c: removed inclusion of nonstandard malloc.h;
7501           malloc is declared in standard stdlib.h
7502
7503 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7504
7505         * device/lib/hc08/Makefile: need to clean .rel not .o files
7506         * src/hc08/gen.c (genDjnz): can't use djnz with extended addressing mode
7507
7508 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7509
7510         * src/port.h,
7511         * src/hc08/main.c,
7512         * src/mcs51/main.c,
7513         * src/ds390/main.c,
7514         * src/z80/main.c,
7515         * src/avr/main.c,
7516         * src/pic/main.c,
7517         * src/pic16/main.c,
7518         * src/xa51/main.c: added hasExtBitOp & oclsExpense functions to ports
7519         * src/SDCCicode.c: changed several IS_FARSPACE tests to isOclsExpensive
7520         tests (which uses the port's oclsExpense function)
7521         * src/SDCC.y,
7522         * src/SDCCast.c,
7523         * src/SDCCicode.c,
7524         * src/hc08/gen.c,
7525         * src/ds390/gen.c,
7526         * src/mcs51/gen.c: added support for the SWAP iCode (RFE #834167)
7527
7528 2003-11-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7529
7530         * src/SDCCcse.c (ifxOptimize),
7531         * src/SDCClabel.c (labelIfx, deleteIfx): When the condition to
7532         an IFX iCode is volatile, convert to DUMMY_READ_VOLATILE instead
7533         deleting the IFX iCode.
7534         * src/hc08/ralloc.c: reduced unneeded slocs
7535         * src/hc08/gen.c: fixed bug in asmopToBoolean
7536
7537 2003-11-04  Borut Razem <borut.razem AT siol.net>
7538
7539         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h,
7540           support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
7541           as/z80/aslist.c, as/z80/assym.c: decision to include malloc.h
7542           transferred to configure
7543
7544 2003-11-03 Bernhard Held <bernhard AT bernhardheld.de>
7545
7546         Use headers defined in the C[++] standards:
7547         * sim/ucsim/gui.src/serio.src/fileio.cc
7548         * sim/ucsim/gui.src/serio.src/frontend.cc
7549         * sim/ucsim/gui.src/serio.src/main.cc
7550         * sim/ucsim/gui.src/serio.src/posix_signal.cc
7551         * support/Util/NewAlloc.c
7552         * as/hc08/lklibr.c
7553         * as/mcs51/lklibr.c
7554         * as/z80/aslist.c
7555         * as/z80/assym.c
7556
7557 2003-11-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7558
7559         * Added MSVC projects for hc08 assembler and linker:
7560         all.dsp, config.dsp, sdcc.dsw, /as/hc08/as_hc08.dsp,
7561         /as/hc08/link_hc08.dsp
7562
7563 2003-11-03 Martin Helmling <Martin.Helmling AT octo-soft.de>
7564
7565         * debugger/mcs51/cmd.c: allows filename starting with digit(+ some debug)
7566
7567 2003-11-02 Bernhard Held <bernhard AT bernhardheld.de>
7568
7569         * src/SDCCmain.c (linkEdit): "fixed" again bug #833605
7570
7571 2003-11-01 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7572
7573         * src/mcs51/main.c: xdata initialization is 13 bytes shorter now
7574
7575 2003-10-31  Borut Razem <borut.razem AT siol.net>
7576
7577         * support/cpp2/cpplib.h,
7578           support/cpp2/cpplib.c,
7579           support/cpp2/cpplex.c,
7580           support/cpp2/cppinit.c: introduced #pragma preproc_asm [ + | - ]
7581           to switch _asm block preprocessing on / off. Default is
7582           #pragma preproc_asm +
7583
7584 2003-10-31  Borut Razem <borut.razem AT siol.net>
7585
7586         * support/cpp2/cpplex.c: Fixed _WIN32 problem with CR-CR-LF sequences
7587           when outputting comment blocks (when executed with -C option) and
7588           _asm (SDCPP specific) blocks
7589
7590 2003-10-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7591
7592         * as/hc08/lkrloc.c (relr): Fixed ihx output, fixed lastAreaIndex warning
7593
7594 2003-10-31 Klaus Flittner <klaus_flittner AT gmx.de>
7595
7596         * src/SDCCcse.c (updateSpillLocation): fixed bug #808027
7597
7598 2003-10-31 Bernhard Held <bernhard AT bernhardheld.de>
7599
7600         * src/SDCCmain.c (linkEdit): "fixed" bug #833605
7601         * src/SDCCast.c (decorateType): fixed bug #832664
7602
7603 2003-10-31  Borut Razem <borut.razem AT siol.net>
7604
7605         * support\cpp2\cpplex.c: fixed for SDCPP:
7606           comments(when executed with -C option) and _asm blocks
7607           were included even if they where in skipped #if block.
7608           Applied solution from GCC cpp 3.3.2
7609
7610 2003-10-31  Borut Razem <borut.razem AT siol.net>
7611
7612         * src/SDCC.lex: sdcc now understands both formats:
7613           '# <line_number> <file_name>' and
7614           '#line <line_number> <file_name>'
7615         * support/cpp2/cppmain.c: sdcpp now generates the standard
7616           '# <line_number> <file_name>' instead of former
7617           '#line <line_number> <file_name>'
7618
7619 2003-10-30  Borut Razem <borut.razem AT siol.net>
7620
7621         * support/cpp2/cpphash.h,
7622         * support/cpp2/cpplib.h
7623         * support/cpp2/cpplex.c,
7624         * support/cpp2/cppmain.c,
7625         * support/cpp2/cppinit.c: fixed bug #828015 - Syntax variation for _asm character constants
7626
7627 2003-10-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7628
7629         Fixed a number of problems revealed by bug #827883.
7630         * src/SDCCloop.c (loopInvariants): Spill location of the
7631         result operand should be recomputed if extracted from
7632         a loop. Also, don't extract assignments of an iTemp
7633         from a literal.
7634         * src/SDCCast.c (isConformingBody): loop reversal should
7635         not occur if the control variable is involved with a
7636         relational operator.
7637
7638 2003-10-28 Bernhard Held <bernhard AT bernhardheld.de>
7639
7640         * .version: bumped to 2.3.6 to reflect the big improvements
7641         made by Erik and Klaus. Thanks!
7642
7643 2003-10-28 Klaus Flittner <klaus_flittner AT gmx.de>
7644
7645         Replaced the livrange code.
7646         * src/SDCClrange.c: added new LR code
7647         * src/SDCCloop.c,
7648         * src/SDCCBBlock.h: removed remainig parts from old LR code
7649         * src/ds390/ralloc.c,
7650         * src/ds390/gen.c: minor fixes to make it work with new code
7651
7652 2003-10-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7653
7654         * as/hc08/asm.h,
7655         * as/hc08/lkrloc.c,
7656         * src/hc08/gen.c,
7657         * src/hc08/ralloc.c: Fix various warnings related to the hc08
7658         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): Fixed bug #829717
7659         (tweaked fix for bug #818696)
7660
7661 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7662
7663         * src/z80/ralloc.c (joinPushes): Fixed bug #828742
7664
7665 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7666
7667         * src/SDCCmain.c,
7668         * sdccconf_in.h: Fixed bug #828387 (--disable-hc08-port didn't work)
7669         * src/mcs51/gen.c (gencjneshort),
7670         * src/ds390/gen.c (gencjneshort): Made comparison with AOP_IMMD operand
7671         more efficient (per Scott Bronson's suggestion)
7672
7673 2003-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7674
7675         Extended the semantics of the critical keyword to include
7676         individual statements. See RFE #827755 and #799831
7677         * src/SDCC.y
7678         * src/SDCCicode.c
7679         * src/SDCCopt.c
7680         * src/SDCCast.c
7681         * support/Util/SDCCerr.c
7682         * support/Util/SDCCerr.h
7683         * src/mcs51/gen.c
7684         * src/ds390/gen.c
7685         * src/hc08/gen.c
7686
7687 2003-10-19  Borut Razem <borut.razem AT siol.net>
7688
7689         * src/SDCC.lex: fixed bug #825944 - defined yytext_ptr to make it compile with flex 2.5.31
7690
7691 2003-10-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7692
7693         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec, ast2iCode):
7694         Fixed bug #818696
7695         * src/SDCCast.c (ast_print): Fixed --dumptree so that preincrement
7696         and predecrement operand is displayed
7697
7698 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
7699
7700         * src/SDCCval.c (valMinus): fixed bug #826041
7701
7702 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7703
7704         Some hc08 related updates that I missed earlier
7705         * sim/ucsim/stypes.h
7706         * support/regression/ports/hc08/spec.mk
7707
7708 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7709
7710         New target "hc08" for the Motorola 68hc08 family of micros
7711
7712         * configure
7713         * configure.in
7714         * Makefile
7715         * src/hc08/*
7716         * src/SDCCmain.c
7717         * src/port.h
7718         * sim/ucsim/hc08.src/*
7719         * sim/ucsim/configure.in
7720         * src/ucsim/configure
7721         * sim/ucsim/packages_in.mk
7722         * as/hc08/*
7723         * as/Makefile
7724         * device/include/mc68hc908qy.h
7725         * device/lib/hc08/*
7726         * device/lib/Makefile.in
7727         * support/regression/ports/hc08/*
7728         * support/regression/Makefile
7729
7730 2003-10-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7731
7732         * src/z80/gen.c: fixed bug revealed by ast_constant_folding.c
7733         regression test
7734         * src/ds390/gen.c (genCast): fixed bug #821957
7735
7736 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
7737
7738         * device/lib/logf.c: "fixed" overlay bug
7739         * support/regression/ports/host/spec.mk: added m library
7740         * support/regression/ports/mcs51-stack-auto/spec.mk: added float funcs
7741         * support/regression/tests/float_trans: added (for Eric)
7742
7743 2003-10-12 Bernhard Held <bernhard AT bernhardheld.de>
7744
7745         * src/mcs51/gen.c (genCpl): fixed bug
7746         http://sf.net/mailarchive/message.php?msg_id=6263915
7747
7748 2003-10-10 Bernhard Held <bernhard AT bernhardheld.de>
7749
7750         * src/SDCCast.c (decorateType): added extended constant folding
7751         * src/SDCCsymt.c (computeType): cleanup
7752         * src/SDCCval.c (valShift): minor optimization
7753         * support/regression/tests/ast_constant_folding.c: added
7754
7755 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7756
7757         * src/SDCCmain.c: removed some unintended changes
7758
7759 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7760
7761         * src/SDCCmain.c (setParseWithComma): fixed bug #816685
7762         * src/z80/gen.c: fixed part of bug #817589
7763         * src/SDCCsymt.c (checkFunction): fixed bug #817895
7764
7765 2003-10-08 Bernhard Held <bernhard AT bernhardheld.de>
7766
7767         Replaced cast (void **) with (void *) to avoid gcc 3 warning:
7768         * src/SDCCcflow.c
7769         * src/SDCCcse.c
7770         * src/SDCCdflow.c
7771         * src/SDCClabel.c
7772         * src/SDCClrange.c
7773         * src/SDCCmem.c
7774         * src/SDCCopt.c
7775         * src/SDCCpeeph.c
7776         * src/SDCCset.c
7777         * src/avr/ralloc.c
7778         * src/ds390/ralloc.c
7779         * src/izt/ralloc.c
7780         * src/mcs51/ralloc.c
7781         * src/pic/ralloc.c
7782         * src/pic16/ralloc.c
7783         * src/xa51/ralloc.c
7784         * src/z80/ralloc.c
7785         * src/z80/gen.c: removed unused label "release:"
7786
7787 2003-10-06  Borut Razem <borut.razem AT siol.net>
7788
7789         * src/SDCC.lex: removed definition of unused variables
7790           save_optimize and save_options
7791
7792 2003-10-06 Bernhard Held <bernhard AT bernhardheld.de>
7793
7794         * clean.mk: removed '=' in "-maxdepth=1"
7795         * src/SDCCloop.c: replace LRKLAUS with SDCC_LRKLAUS
7796         * src/SDCClrange.c: replace LRKLAUS with SDCC_LRKLAUS
7797
7798 2003-10-06  Borut Razem <borut.razem AT siol.net>
7799
7800         * src/SDCC.lex, src/SDCC.lex: use dbuf for "_asm" definitions;
7801           my_unput() replaced by unput()
7802
7803 2003-10-05 Bernhard Held <bernhard AT bernhardheld.de>
7804
7805         * src/SDCCloop.c (assignmentsToSym, loopInduction): cast argument of
7806         setToNull() to (void *) to avoid gcc3.x's warning: "dereferencing
7807         type-punned pointer will break strict-aliasing rules"
7808         Old LR behaviour is again default; Klaus' LR can be choosen by
7809         defining the environment variable LRKLAUS
7810         * src/SDCCBBlock.h
7811         * src/SDCCloop.c
7812         * src/SDCClrange.c
7813         * src/ds390/ralloc.c (spillThis): applied Klaus' patch
7814         * clean.mk: fixed removal of files in bin/CVS/
7815         * device/lib/clean.mk: fixed removal of directories small and large
7816         * support/Util/SDCCerr.c: changed W_INT_OVL to ERROR_LEVEL_PEDANTIC
7817         * src/SDCCicode.c,
7818         * src/SDCCval.c: removed superflous test for pedantic
7819
7820 2003-10-05  Borut Razem <borut.razem AT siol.net>
7821
7822         * src/SDCC.lex, support/Util/SDCCerr.c, sdcc/support/Util/SDCCerr.h:
7823           Fixed bug #816692: introduced new ERROR_LEVEL_PEDANTIC warning
7824           message "unmatched #pragma SAVE and #pragma RESTORE"
7825
7826 2003-10-04  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7827
7828         * doc/sdccman.lyx: various additions and updates (interrupts, inline
7829           assembly, critical functions, atomic, nojtbound)
7830
7831 2003-10-04 Bernhard Held <bernhard AT bernhardheld.de>
7832
7833         Applied liferange patch from Klaus Flittner <klaus_flittner AT gmx.de>
7834         * src/SDCCBBlock.h
7835         * src/SDCCloop.c
7836         * src/SDCCloop.h
7837         * src/SDCClrange.c
7838
7839 2003-10-03  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7840
7841         * src/z80/gen.h,
7842         * src/z80/gen.c (aopOp, aopGet, aopPut, genDummyRead),
7843         * src/mcs51/gen.h
7844         * src/mcs51/gen.c (aopOp, aopGet, aopPut, genDummyRead),
7845         * src/ds390/gen.h
7846         * src/ds390/gen.c (aopOp, aopGet, aopPut, genDummyRead),
7847         * src/SDCCicode.c (ast2iCode, geniCodeDummyRead): Fixed bug #663539
7848         * src/SDCCopt.c (killDeadCode): Fixed bugs #663539 & #816705
7849
7850 2003-10-02  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7851
7852         * src/z80/gen.c (genRet): fixed bug #524753
7853         * src/z80/gen.c (genCast): fixed internal error on cast from
7854         pointer to long
7855         * src/z80/gen.c (_saveRegsForCall, emitCall): adapted Johan's
7856         fix for bug #477835 to the z80
7857         * src/z80/gen.c (genZ80code, _vemit2, _emit2): added support
7858         for tracking iCodes in the peephole optimizer for z80
7859
7860 2003-10-01  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7861
7862         * src/SDCCicode.c (geniCodeJumpTable, geniCodeSwitch): fixed
7863         the other part of bug #814548
7864         * src/SDCCpeeph.c (labelInRange): fixed bug #814558
7865
7866 2003-09-30  Bernhard Held <bernhard AT bernhardheld.de>
7867
7868         * src/SDCCcse.c: fixed part of bug #814548
7869
7870 2003-09-28  Borut Razem <borut.razem AT siol.net>
7871
7872         * src/asm.c: rewrite of printILine() to use temporary file instead
7873           a pipe
7874         * src/xa51/main.c: commented out declaration of int rewinds
7875
7876 2003-09-27  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7877
7878         * src/SDCCicode.c (geniCodeJumpTable): Fixed bug #813206
7879
7880 2003-09-26  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7881
7882         * src/SDCCdflow.c (computeDataFlow): Fixed bug #810746
7883         * src/asm.c (printILine): Fixed bug #811015
7884
7885 2003-09-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7886
7887         *link/z80/lklibr.c, as/mcs51/lklibr.c: Improved memory allocation and
7888         freeing.
7889
7890 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7891
7892         * src/z80/gen.c (setupToPreserveCarry): Fixed bug #796955
7893         * src/z80/gen.c (setupPair, genMovePairPair): Fixed setupPair
7894         to correctly handle general case of AOP_PAIRPTR
7895         * src/z80/gen.c (aopGet, aopPut): Generalized AOP_PAIRPTR handling
7896
7897 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7898
7899         * src/mcs51/ralloc.c (fillGaps),
7900         * src/ds390/ralloc.c (fillGaps): fixed bug #810093 (yet another
7901         register positioning bug)
7902
7903 2003-09-21  Bernhard Held <bernhard AT bernhardheld.de>
7904
7905         * device/lib/_fsdiv.c: replaced (1<<31) by (1ul<<31)
7906
7907 2003-09-19  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7908
7909         * src/mcs51/gen.c (loadDptrFromOperand, genFarPointerGet,
7910         genCodePointerGet, genGenPointerGet, genFarPointerSet,
7911         genGenPointerSet): handle AOP_DPTR correctly when loading dptr
7912         (ralloc doesn't intentionally do this now, but perhaps later)
7913         * src/mcs51/ralloc.c (serialRegAssign, fillGaps),
7914         * src/ds390/ralloc.c (serialRegAssign, fillGaps): fixed some
7915         register positioning bugs (Fixed bug #762602 and #795325)
7916         * src/SDCCicode.c (geniCodeDerefPtr): Track output class correctly
7917         (Fixed bug #808779)
7918         * src/z80/gen.c: increased _vemit2's buffer[] to handle long
7919         lines that --i-code-in-asm generates
7920
7921 2003-09-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7922
7923         *link/z80/lklibr.c, as/mcs51/lklibr.c: Fixed Linux segfaults when
7924         trying to fclose a FILE* that was already closed.
7925
7926 2003-09-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7927
7928         * src/SDCCsymt.c (structElemType): fixed bug #808291 (members
7929         of const struct should be treated as if const themselves)
7930
7931 2003-09-18  Bernhard Held <bernhard AT bernhardheld.de>
7932
7933         * src/SDCCval.c (valPlus, valMinus): fixed bug #808337
7934
7935 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7936
7937         * support/librarian/sdcclib.c: Generate correct offsets for libraries with
7938         Unix (/n) and DOS (/r/n) line terminations.
7939
7940 2003-09-17  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7941
7942         * src/SDCCopt.c (cnvFromFloatCast, cnvToFloatCast): fixed
7943         bug #613775
7944
7945 2003-09-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7946
7947         * src/mcs51/gen.c (genFunction, genEndFunction),
7948         * src/ds390/gen.c (genFunction, genEndFunction): Moved save
7949         and restore of EA so that stack offsets to parameters are
7950         correct when using both critical and reentrant/stack-auto.
7951         * src/z80/gen.c (aopOp): removed erroneous assertion about sloc
7952         size (can be triggered in error if sloc is shared between
7953         different sized objects)
7954         * device/include/float.h: fixed macros to explicitly use
7955         unsigned long where needed
7956
7957 2003-09-15  Bernhard Held <bernhard AT bernhardheld.de>
7958
7959         Feature req. 799831: added code to allow nesting of critical functions
7960         * src/mcs51/gen.c (genFunction, genEndFunction)
7961         * src/ds390/gen.c (genFunction, genEndFunction)
7962
7963 2003-09-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7964
7965         * src/SDCCsymt.c (sclsFromPtr),
7966         * src/SDCCsymt.h,
7967         * src/SDCCast.c (decorateType): fixed bug #462971. Also, better
7968         support for standard C idiom of memory mapped variables; for
7969         example, *((xdata int*)0x1234) = 1 is now internally equivalent
7970         to xdata int at 0x1234 tempvar = 1.
7971         * sim/ucsim/z80.src/inst_xd.cc: fixed bug #805483 with patch
7972         provided by Akiya ISHIDA
7973
7974 2003-09-13  Bernhard Held <bernhard AT bernhardheld.de>
7975
7976         * src/SDCCval.c (cheapestVal): reenabled to reduce int to char
7977         * src/SDCCval.c (constVal): added reduction from int to char
7978         * src/SDCCval.c (valMult, valDiv): fixed sign handling
7979         * src/SDCCval.c (valShift): fixed after change of cheapestVal()
7980         * src/SDCCval.c (valCompare): fixed EQ_OP and NE_OP; they have
7981         to ignore the sign
7982         * support/regression/tests/shifts.c: fixed
7983
7984 2003-09-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7985
7986         * src/z80/gen.c (genXor): Fixed bug #805445
7987
7988 2003-09-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7989
7990         Fixed bug #621531 (const & volatile confusion in the type chain).
7991         DCL_PTR_CONST, DCL_PTR_VOLATILE, & IS_PTR_CONST now exclusively
7992         refer to the const or volatile state of the pointer itself.
7993
7994         * src/SDCCast.c
7995         * src/SDCCglue.c
7996         * src/SDCCicode.c
7997         * src/SDCCsymt.c
7998         * src/SDCCval.c
7999         * src/SDCC.y
8000         * src/SDCCsymt.h
8001         * src/pic/gen.c
8002         * src/pic/ralloc.c
8003         * src/pic16/gen.c
8004         * src/pic16/ralloc.c
8005         * support/regression/tests/const.c
8006
8007 2003-09-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8008
8009         When checking for duplicated modules, use absolute paths
8010         instead of relative paths.  Files changed:
8011
8012         * as/mcs51/lklib.c
8013         * link/z80/lklib.c
8014
8015 2003-09-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8016
8017         * src/SDCCicode.c (geniCodeLogic): fixed bug #797572
8018
8019 2003-09-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8020
8021         * device/include/string.h: added size_t typedef, changed
8022         prototypes to use size_t, eliminated separate reentrant and
8023         non-reentrant declarations, added _memmove declaration
8024         * device/lib/_memcpy.c: changed to use size_t instead of int,
8025         changed /4 to >>2 to avoid division library call
8026         * device/lib/_memcmp.c,
8027         * device/lib/_memset.c,
8028         * device/lib/_strncat.c,
8029         * device/lib/_strncpy.c,
8030         * device/lib/_strncmp.c: changed to use size_t instead of int
8031         * device/lib/_memmove.c: new file (fixed bug #772294)
8032         * device/lib/Makefile.in: added _memmove.c
8033         * device/lib/z80/asm_strings.s: fixed bug #772290
8034         * support/regression/tests/bitfields.c: attempt to fix host assertion
8035         failure on amd64-unknown-linux2.2
8036
8037 2003-09-06  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8038
8039         * src/z80/gen.c (aopPut, spillPairReg): fixed bug #800998
8040         * src/z80/gen.c (genFunction, genEndFunction): fixed "bug" #774700
8041         * as/z80/asmain.c (main): fixed bug #801766
8042
8043 2003-09-06  Bernhard Held <bernhard AT bernhardheld.de>
8044
8045         * src/SDCCicode.c (ast2iCode): fixed differences in iCode with different
8046         compilers
8047
8048 2003-09-05  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8049
8050         * src/SDCCast.c (isConformingBody): fixed loop reversal bug
8051         reported in bug #800609
8052
8053 2003-09-04  Vangelis Rokas <vrokas AT otenet.gr>
8054
8055         * Top header beautifications in src/pic16 directory:
8056           device.c, device.h, gen.c, gen.h, genarith.c, glue.c, pcode.c,
8057           pcodeflow.c, pcodeflow.h, pcode.h, pcodepeep.c, pcoderegs.c,
8058           pcoderegs.h, ralloc.c, ralloc.h
8059         * main.c: added top header and GPL license notice
8060         * pcode.c: fixed the if-conditional warning
8061
8062 2003-09-04  Bernhard Held <bernhard AT bernhardheld.de>
8063
8064         * device/lib/_mullong.c: replaced int by short for gcc
8065
8066 2003-08-31  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8067
8068         * src/SDCCpeeph.c (notVolatile, notVolatileVariable): handle IFX
8069         and JUMPTABLE iCodes properly now (worked by accident before)
8070         * src/mcs51/gen.c (leftRightUseAcc),
8071         * src/ds390/gen.c (leftRightUseAcc): handle IFX and JUMPTABLE
8072         iCode properly now. Use getSize instead of nRegs since a & b
8073         aren't part of the nRegs tally.
8074
8075 2003-08-31  Vangelis Rokas <vrokas AT otenet.gr>
8076
8077         * src/pic16/main.c: corrected offsets of interrupt vectors in _pic16_genIVT()
8078         * src/pic16/pcode.c: fix to disable inserting BANKSEL directive
8079           before instructions that use the _STATUS register
8080
8081 2003-08-31  Bernhard Held <bernhard AT bernhardheld.de>
8082
8083         * src/mcs51/gen.c (freeAsmop): fixed off by one in stack offset (AOP_STK)
8084         * src/mcs51/gen.c (genNearPointerSet): added missing opcode for
8085         fetching of the pointer
8086         * src/mcs51/gen.c (genNearPointerGet): added reuse of PREG,
8087         copied from genNearPointerSet()
8088         * src/mcs51/gen.c (genNearPointerGet): don't pop r0/r1, if RESULTONSTACK
8089         * src/mcs51/gen.c: changed order of freeAsmop(left/right/result)-calls.
8090         If they pop r0/r1 they must be called in the opposite order than aopOp().
8091         * device/lib/_mullong.c: fixed for "--model-large --int-long-reent"
8092         (resp. --stack-auto), prepared for --xstack
8093
8094 2003-08-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8095
8096         * doc/sdccman.lyx: reverted tables to those in cvs 1.64
8097
8098 2003-08-28  Bernhard Held <bernhard AT bernhardheld.de>
8099
8100         * device/lib/_startup.c: quick & dirty fix for ds390/ds400;
8101         these ports have their own __sdcc_external_start()
8102
8103 2003-08-26  Bernhard Held <bernhard AT bernhardheld.de>
8104
8105         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
8106         * src/pic/glue.c (pic14printPublics): fixed bug introduced when symbol
8107         type for bits was changed. It resulted in bit variables becoming
8108         global, which is not permitted in PIC 14 assembly output.
8109
8110 2003-08-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8111
8112         * doc/sdccman.lyx: various additions and updates. Rearranged sections
8113
8114 2003-08-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8115
8116         Z80 and MCS51 linkers complaint if a public symbol is defined
8117         in more than one library module:
8118
8119         * as/mcs51/lklib.c
8120         * link/z80/lklib.c
8121         * as/mcs51/Makefile.in
8122
8123 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8124
8125         A few small changes that speed up the peephole optimizer.
8126
8127         * src/SDCCpeeph.c
8128
8129 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8130
8131         Try to make the peephole optimizer smarter by maintaining
8132         an association between the assembly source code and the
8133         iCodes that originated them. Put this information to use
8134         with a new peephole rule condition "notVolatile" so that
8135         the rules can be aggressive yet still safe.
8136
8137         * src/SDCCpeeph.c
8138         * src/SDCCpeeph.h
8139         * src/mcs51/gen.c
8140         * src/mcs51/peeph.def
8141
8142 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8143
8144         Fixed bug #741761
8145
8146         * src/mcs51/gen.c (aopForSym, leftRightUseAcc),
8147         * src/ds390/gen.c (aopForSym, leftRightUseAcc): preserve A and B
8148         if the left or right operand symbols have the accuse flag set.
8149
8150 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8151
8152         Changed the type of the result of the ! (NOT) operator to char;
8153         previously it returned the same type as the source. This allows
8154         us to eliminate all the genFloatNot functions (all of its target
8155         implementations were very buggy) since !float can use the same
8156         code as !long now.
8157
8158         * src/SDCCicode.c (ast2iCode): ! returns char
8159         * src/mcs51/gen.c (genNot, genNotFloat),
8160         * src/ds390/gen.c (genNot, genNotFloat),
8161         * src/z80/gen.c (genNot, genNotFloat),
8162         * src/pic/gen.c (genNot, genNotFloat),
8163         * src/pic16/gen.c (genNot, genNotFloat): eliminated genNotFloat
8164
8165 2003-08-19  Bernhard Held <bernhard AT bernhardheld.de>
8166
8167         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
8168         1. Interrupt would not compile properly. Ensure PCLATH register is saved
8169            during interrupts. Ensure WSAVE is located at a shared bank address.
8170         2. Fixed page selection in some places
8171         3. Fixed BTFSS/C to where necessary use registers directly and not simply
8172            the registers name strings.
8173         4. Fixed "signed / unsigned compare" compiler warnings.
8174         5. The PIC port manages its own allocation of the general purpose
8175            registers, but makes no attempt to reuse them. As a result when
8176            compiling it soon runs out of general purpose registers. Some
8177            additional code was added to the files pcode.c and device.c to walk
8178            through the function call tree and rename the registers so that they
8179            get reused.
8180
8181         * src/pic/device.c
8182         * src/pic/gen.c
8183         * src/pic/glue.c
8184         * src/pic/pcode.c
8185         * src/pic/pcode.h
8186         * src/pic/ralloc.c
8187         * src/pic/ralloc.h
8188         * src/pic/genarith.c: Fixed problems with PIC 14 port in functions
8189         genPlus() & genMinus() when the result is the same as left or right
8190
8191 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8192
8193         * src/z80/gen.c (isUnsplitable, fetchPairLong): fixed bug #770454
8194
8195 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8196
8197         Made bitfield a distinct type from bit so that bitfields
8198         convert as per ANSI C and bits retain their traditional
8199         boolean style behaviour. Implemented bitfield support in
8200         the z80 port.
8201
8202         * src/SDCCsymt.h,
8203         * src/SDCCsymt.c,
8204         * src/SDCCast.c,
8205         * src/cdbFile.c,
8206         * src/mcs51/gen.c,
8207         * src/ds390/gen.c: bit v bitfield split
8208         * src/z80/gen.c: New support for bitfields
8209         * support/regression/tests/bitfields.c: reenabled z80,
8210         added more tests
8211
8212 2003-08-17  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8213
8214         Rules 246.x, 247.x relate to bitfields, the others speed up
8215         access to xdata mapped I/O devices.
8216
8217         * src/mcs51/peeph.def: added 26 peepholes 246.x - 248.x, 180.x
8218
8219 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8220
8221         Cleaned up genPackBits and genUnpackBits and added two helper
8222         functions, emitPtrByteGet & emitPtrByteSet. Added optimizations
8223         for literal assignments in genPackBits (thanks to Frieder for
8224         reminding me).
8225
8226         * src/mcs51/gen.c
8227         * src/ds390/gen.c
8228
8229 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8230
8231         Fixed bug #748310 (pointer to function type mishandled when the
8232         function name is omitted). Also fixed a SIGSEGV when a function
8233         attribute (reentrant, etc) is used on a non-function or on a
8234         function but misplaced before the parameter list.
8235
8236         * src/SDCC.y (abstract_declarator, abstract_declaractor2): fixed
8237         bug #748310
8238         * src/SDCC.y (declarator2_function_attributes): avoided SIGSEGV
8239         * support/Util/SDCCerr.h,
8240         * support/Util/SDCCerr.c: Added func attr misuse error msg
8241
8242 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
8243
8244         Fixed bug #787649 by anonymous
8245         * src/SDCCglue.c (emitRegularMap): added emission of sloc for func ptr
8246         * src/ds390/gen.c (aopForSym): fixed func ptr in sloc
8247
8248 2003-08-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8249
8250         Fixed numerous bitfield problems.
8251
8252         * src/SDCC.y: More bitfield related error checking
8253         * src/SDCCsymt.h,
8254         * src/SDCCsymt.c (compStructSize): fixed bitfield offset calc
8255         * support/Util/SDCCerr.h,
8256         * support/Util/SDCCerr.c: Added & edited some bitfield err msgs
8257         * src/mcs51/gen.c (genPackBits, genUnpackBits): fixed mask bugs
8258         * src/ds390/gen.c (genPackBits, genUnpackBits): fixed mask bugs
8259         * support/regression/tests/bitfields.c: tests added
8260
8261 2003-08-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8262
8263         Made the constant following the "interrupt" keyword optional. If
8264         omitted, the function will not automatically be given an entry
8265         in the interrupt vector table (similar to #pragma NOIV, but
8266         less syntacticly kludgy). The interrupt number is also now
8267         range checked. Also fixed a bug in the high order bit example
8268         in the manual.
8269
8270         * src/SDCC.y
8271         * src/SDCCmem.c
8272         * src/SDCCglue.c
8273         * src/SDCCsymt.h
8274         * support/Util/SDCCerr.c
8275         * support/Util/SDCCerr.h
8276         * doc/sdccman.lyx
8277
8278 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
8279
8280         * src/SDCCcse.c (algebraicOpts): fix bug converting op from value to type
8281         * src/SDCCicode.c (operandOperation): rewritten some ops
8282         (*, ==, unary_minus) to fix possible overflows and to accord with ANSI
8283         * src/SDCCsymt.c (computeType): literals are handled the same way as any
8284         other type
8285         * src/SDCCval.c (cheapestVal): removed, it doesn't accord with ANSI (can
8286         be re-activated by defining REDUCE_LITERALS)
8287         * src/SDCCval.c (constVal): fixed; hex and octal constants can be
8288         unsigned, but are signed by default
8289         * src/SDCCval.c (constVal): rearranged
8290         * src/SDCCval.c (valMod): preliminary fix
8291         * src/SDCCval.c (valCastLiteral): use TYPE_* types
8292         * support/regression/literalop.c: added, work in progress
8293
8294 2003-08-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8295
8296         Generate warnings for useless declarations like "char data;"
8297         that don't do what new users expect.
8298
8299         * src/SDCC.y
8300         * support/Util/SDCCerr.h
8301         * support/Util/SDCCerr.c
8302
8303 2003-08-09  Bernhard Held <bernhard AT bernhardheld.de>
8304
8305         * src/SDCCval.c (valMult): fix overflow detection of negative int
8306
8307 2003-08-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8308
8309         * src/z80/ralloc.c (joinPushes): made compatible with new signedness
8310
8311         Changes to support big endian targets:
8312
8313         * src/ports.h
8314         * src/SDCCglue.c
8315         * src/avr/main.c
8316         * src/ds390/main.c
8317         * src/izt/i186.c
8318         * src/mcs51/main.c
8319         * src/pic/main.c
8320         * src/pic16/main.c
8321         * src/xa51/main.c
8322         * src/z80/main.c
8323
8324 2003-08-06  Bernhard Held <bernhard AT bernhardheld.de>
8325
8326         * src/SDCCval.c (cheapestVal): changed behaviour to the same as constVal()
8327         * device/lib/time.c: fixed warning "integer overflow in expression"
8328
8329 2003-08-05  Bernhard Held <bernhard AT bernhardheld.de>
8330
8331         * src/SDCCval.c (cheapestVal, valueFromLit): use TYPE_* types
8332         * src/SDCCval.c (constVal): changed default to signed; hex and octal
8333         constants are unsigned; added recognition of "u" flag for unsigned
8334         * src/SDCCval.c (valMult): fixed signdness, added warning for overflow
8335         * src/SDCCval.c (valDiv, valMod): fixed signdness
8336         * src/SDCCicode.c (operandOperation): fixed critical typo; fixed
8337         signedness of modulo, left and right shift
8338         * support/Util/SDCCerr.c: added warning "integer overflow in expression"
8339         * support/Util/SDCCerr.h: added warning W_INT_OVL
8340         * src/SDCCast.c (decorateType): fixed gcc3.3 warning
8341         * src/SDCCast.c (ast_print): improved output of constants
8342
8343 2003-08-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8344
8345         Fixed some warnings when building with MSVC:
8346
8347         * as\mcs51\asdata.c
8348         * as\z80\asdata.c
8349         * as\mcs51\asm.h
8350         * as\z80\asm.h
8351         * link\z80\aslink.h
8352         * link\z80\lkdata.c
8353         * link\z80\lkeval.c
8354         * link\z80\lkgb.c
8355         * link\z80\lkihx.c
8356         * link\z80\lks19.c
8357         * link\z80\lksym.c
8358         * support\cpp2\cpplib.c
8359         * src\ds390\gen.c
8360         * src\mcs51\gen.c
8361
8362 2003-08-03  Bernhard Held <bernhard AT bernhardheld.de>
8363
8364         * src/SDCCast.c (constExprTree): fix bug #781827 by Carl Worth <cworth AT isi.edu>
8365
8366 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8367
8368         * support\librarian\clean.mk: Do not remove Makefile.
8369         * support\librarian\Makefile: added.
8370
8371 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8372
8373         Added librarian to MSVC build:
8374         * all.dsp
8375         * sdcc.dsw
8376         * support\librarian\librarian.dsp
8377
8378         'configure' not needed for librarian, removed:
8379         * support\librarian\configure
8380         * support\librarian\configure.in
8381         * support\librarian\config_in.h
8382         * support\librarian\Makefile.in
8383
8384         Hopefully these ones built the librarian and the rest of sdcc properly:
8385         * Makefile
8386         * Makefile.common.in
8387
8388         Messed up 'configure', so revert to previous version:
8389         * configure
8390         * configure.in
8391
8392 2003-07-31  Bernhard Held <bernhard AT bernhardheld.de>
8393
8394         * src/SDCCicode.c (operandOperation): 3. fix, this time for Alpha; ULONG has 64 bits
8395         there, while the mantissa of a double is "only" 53 bits wide.
8396
8397 2003-07-31  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8398
8399         Adding sdcclib to the build.  MSVC project coming soon.
8400         Files added/changed:
8401
8402         * support\librarian\clean.mk
8403         * support\librarian\configure
8404         * support\librarian\configure.in
8405         * support\librarian\config_in.h
8406         * support\librarian\Makefile.bcc
8407         * support\librarian\Makefile.in
8408         * support\librarian\sdcclib.c
8409         * Makefile.bcc
8410         * Makefile
8411         * Makefile.common.in
8412         * configure
8413         * configure.in
8414
8415 2003-07-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8416
8417         Linker now complaints if linked modules have conflicting options, for
8418         example, one compiled using --model-large and another one compiled with
8419         --model-small.  The following files were modified:
8420
8421         * as\mcs51\asdata.c
8422         * as\mcs51\aslink.h
8423         * as\mcs51\asm.h
8424         * as\mcs51\asmain.c
8425         * as\mcs51\asout.c
8426         * as\mcs51\i51pst.c
8427         * as\mcs51\lkdata.c
8428         * as\mcs51\lklibr.c
8429         * as\mcs51\lkmain.c
8430         * as\z80\asdata.c
8431         * as\z80\asm.h
8432         * as\z80\asmain.c
8433         * as\z80\asout.c
8434         * as\z80\z80pst.c
8435         * link\z80\aslink.h
8436         * link\z80\lkdata.c
8437         * link\z80\lklibr.c
8438         * link\z80\lkmain.c
8439         * src\SDCCglue.c
8440
8441 2003-07-28  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8442
8443         *link/z80/aslink.h, link/z80/lklibr.c, as/mcs51/aslink.h,
8444         as/mcs51/lklibr.c: Generate a warning when a library is not found.
8445
8446 2003-07-28  Bernhard Held <bernhard AT bernhardheld.de>
8447
8448         * src/z80/mappings.i: fix _mul[us][int,long] entries
8449
8450 2003-07-26  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8451
8452         *src/SDCCmain.c: do not search for crt0.o when using --nostdlib
8453
8454 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
8455
8456         * src/SDCCicode.c (operandOperation): really fixed problem with bitops
8457         * support/regression/tests/bitopcse.c: added
8458         fixed warning:
8459         * src/avr/gen.c:
8460         * src/pic/gen.c:
8461         * src/pic16/gen.c:
8462         * src/z80/gen.c:
8463         * src/xa51/gen.c:
8464
8465 2003-07-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8466
8467         added support for new library format to z80, gbz80 linkers:
8468         *link/z80/aslink.h
8469         *link/z80/lklex.c
8470         *link/z80/lklib.c
8471         *link/z80/lklist.c
8472
8473 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
8474
8475         * src/SDCCicode.c (operandOperation): fixed problem with bitops and 0xffffffff;
8476         after {double d = 0xffffffff; long l = d;} l will be 0x80000000 (LONG_MIN)
8477
8478 2003-07-23  Bernhard Held <bernhard AT bernhardheld.de>
8479
8480         added DUMMY_READ_VOLATILE:
8481         * src/SDCC.y:
8482         * src/avr/gen.c:
8483         * src/xa51/gen.c:
8484         * src/z80/gen.c:
8485         * src/pic/gen.c:
8486         * src/pic16/gen.c:
8487         * src/mcs51/gen.c:
8488         * src/ds390/gen.c:
8489         * src/SDCCcse.c (algebraicOpts): many improvements
8490         * src/SDCCcse.h: removed algebraicOpts()
8491         * src/SDCCicode.c (picDummyRead): added
8492
8493 2003-07-23  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8494
8495         * as/mcs51/lkmem.c: Changed message "Insufficient DRAM memory" to
8496         "Insufficient space in data memory".
8497
8498 2003-07-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8499
8500         * src/mcs51/gen.c: fixed bug #771358
8501         * src/z80/gen.c: fixed bug #759087
8502
8503 2003-07-20  Bernhard Held <bernhard AT bernhardheld.de>
8504
8505         * src/pic16/glue.c: minor cleanup by Vangelis
8506
8507 2003-07-19  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8508
8509         * device/include/regc515c.h: fixed #758477
8510         * device/lib/_gptrget.c: saving some cycles in generic pointer get
8511         * device/lib/_gptrput.c: saved a few bytes
8512         * my tab spacing is 8, yours too?)
8513         * device/lib/_ser.c: process RX bytes earlier than TX bytes
8514         * device/lib/serial.c: process RX bytes earlier than TX bytes
8515         * src/mcs51/gen.c(genGenPointerGet/Set): removed writing of type after postincrement
8516
8517 2003-07-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8518
8519         * src/z80/gen.c: fixed some right shift bugs (#772726 among them)
8520
8521 2003-07-17  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8522
8523     * link/z80/lklibr.c: fixed bug when there is a '.' in a library path.
8524
8525 2003-07-17  Bernhard Held <bernhard AT bernhardheld.de>
8526
8527         * device/lib/Makefile.in: bad fix, reverted to 1.43
8528
8529 2003-07-16  Bernhard Held <bernhard AT bernhardheld.de>
8530
8531         * device/lib/Makefile.in: added missing z80 object files
8532
8533 2003-07-14  Bernhard Held <bernhard AT bernhardheld.de>
8534
8535         * src/SDCCcse.c (algebraicOpts): CSE fun with &|^ and 0x00/0xff literals
8536         pic16 progress by Vangelis:
8537         * src/SDCCglobl.h:
8538         * src/SDCCmain.c:
8539         * src/pic/Makefile:
8540         * src/pic:
8541         * pic/Makefile:
8542         * pic16/device.c:
8543         * pic16/device.h:
8544         * pic16/gen.c:
8545         * pic16/gen.h:
8546         * pic16/genarith.c:
8547         * pic16/glue.c:
8548         * pic16/main.c:
8549         * pic16/pcode.c:
8550         * pic16/pcode.h:
8551         * pic16/pcodepeep.c:
8552         * pic16/peeph.def:
8553
8554 2003-07-13  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8555
8556     * src/SDCCmain.c, src/SDCCglobl.h: added option --no-std-crt0
8557
8558 2003-07-12  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8559
8560     * sdcc.dsw, all.dsp, link/z80/linkgbz80.dsp, as/z80/as-gbz80.dsp:
8561     added gbz80 build to MSVC project.
8562     * src/SDCCmain.c, src/SDCCglue.c, src/z80/main.c, src/z80/z80.dsp,
8563     link/z80/aslink.h, linkz80.dsp: cleaned up z80 and gbz80 asm files
8564     from 8051 stuff and setup so it links using a .lnk file.
8565
8566 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8567
8568     * support/librarian/sdcclib.c: sdcc librarian.
8569     * as/mcs51/aslink.h, as/mcs51/lklib.c: Support for libraries created
8570     with sdcclib.
8571
8572 2003-07-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8573
8574     * as/mcs51/lkmain.c: properly handle extensions in function afile.
8575
8576 2003-07-02  Borut Razem <borut.razem AT siol.net>
8577
8578         * src/port.h, src/SDCCmain.c, src/pic/glue.h, src/pic/main.c,
8579         src/pic16/glue.h, sdcc/src/pic16/main.c, src/izt/i186.c,
8580         src/izt/tlcs900h.c, src/avr/main.c, src/ds390/main.c, src/mcs51/main.c,
8581         src/xa51/main.c, src/z80/main.c:
8582         virtualization of glue() function: each port has it's own glue function,
8583         which is accessed by do_glue function pointer in PORT.general structure
8584
8585 2003-07-01 Kevin Vigor <kevin AT vigor.nu>
8586
8587         * DS800C400 fun, improved ROM interface and tinibios.
8588
8589 2003-06-27 Kevin Vigor <kevin AT vigor.nu>
8590
8591         * More support for DS80C400. Now includes beginning of interface to ROM.
8592
8593 2003-06-25  Bernhard Held <bernhard AT bernhardheld.de>
8594
8595         * src/mcs51/gen.c (gencjneshort): fixed bug #760345
8596
8597 2003-06-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8598
8599         * as/mcs51/lkaomf51.c: Make sure the size of the last procedure is correct.
8600
8601 2003-06-19  Borut Razem <borut.razem AT siol.net>
8602
8603         * src/z80/main.c: fixed Z80 port again: missing -k library paths in linker command line
8604
8605 2003-06-19  Borut Razem <borut.razem AT siol.net>
8606
8607         * src/SDCCutil.h, src/SDCCutil.c, src/SDCCglobl.h, src/SDCCmain.c, src/z80/main.c:
8608         fixed Z80 port - crt0.o: cannot open.
8609
8610 2003-06-19  Bernhard Held <bernhard AT bernhardheld.de>
8611
8612         * support/Util/MySystem.c (merge_command): revert bad fix
8613
8614 2003-06-18  Borut Razem <borut.razem AT siol.net>
8615
8616         * src/SDCC.lex, src/SDCCmain.c: fixed some warnings, introduced with changes made 15.06.1003
8617
8618 2003-06-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8619
8620         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
8621         option --use-stdout sends errors to stdout instead of stderr.
8622
8623 2003-06-18  Bernhard Held <bernhard AT bernhardheld.de>
8624
8625         * support/Util/MySystem.c (merge_command): quick fix for Linux segfault with \"cmd\" arg
8626
8627 2003-06-15  Borut Razem <borut.razem AT siol.net>
8628
8629         * support/cpp2/sdcc.h: HAVE_DOS_BASED_FILE_SYSTEM defined for _WIN32
8630         * src/SDCC.lex: cloneXxx and copyAndFreeXxx functions for options and optimize stack handling
8631         * src/SDCCglobl.h, src/SDCCmain.c, src/ds390/main.c, src/mcs51/main.c, src/z80/main.c:
8632         fixed width array of pointers replaced with sets;
8633         multiple include and lib paths ared transferred to preprocessor and linker
8634         * src/SDCCset.c, src/SDCCset.h: added function setFromSetNonRev() and mergeSets()
8635         * src/SDCCsymt.c: reimplemented function inCalleeSaveList() by using sets instead
8636         fixed width array of pointers
8637         * src/SDCCutil.c, src/SDCCutil.h: added functions fputStrSet(), appendStrSet(), joinStrSet();
8638         removed functions addToList(), join(), joinn(), pathCharsEquivalent(), pathCharTransform(),
8639         fixupPath(), getPathDifference()
8640         * src/ds390/gen.c, src/mcs51/gen.c: reimplemented function  inExcludeList() by using sets instead
8641         fixed width array of pointers
8642
8643 2003-06-11  Bernhard Held <bernhard AT bernhardheld.de>
8644
8645         * src/pic16/ralloc.c: fix warnings
8646         * src/pic16/pcode.c: fix warning
8647
8648 2003-06-10  Scott Dattalo  <scott AT dattalo.com>
8649
8650          Scott D. for Vangelis Rokas (vrokas AT otenet.gr). I (scott) don't
8651         know all the details, but essentially this set of changes enable
8652         the pic16 port to generate movff instructions and generate assembler
8653         directives,
8654         * src/SDCCmain.c:
8655         * src/pic16/gen.c:
8656         * src/pic16/glue.c:
8657         * src/pic16/pcode.c:
8658         * src/pic16/device.c:
8659         * src/pic16/main.c:
8660         * src/pic16/pcode.h:
8661         * src/pic16/pcoderegs.c:
8662         * src/pic16/ralloc.c:
8663         * src/pic16/ralloc.h:
8664
8665 2003-06-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8666
8667         * support/Util/SDCCerr.c, src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
8668         added option --vc, so sdcc errors and warnings are compatible with
8669         Microsoft Visual Studio.
8670
8671 2003-06-07  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8672
8673         * device/lib/_atof.c, device/lib/Makefile.in, device/include/stdlib.h,
8674           device/lib/libfloat.lib: added atof function.
8675
8676 2003-06-04  Bernhard Held <bernhard AT bernhardheld.de>
8677
8678         * doc/sdccman.lyx: updated to Lyx 1.3
8679         * doc/cdbfileformat.lyx: updated to Lyx 1.3
8680         * doc/test_suite_spec.lyx: updated to Lyx 1.3
8681         * doc/Makefile: added fix for the \tabularnewline problem, thanks to Jesus
8682
8683 2003-06-03  Bernhard Held <bernhard AT bernhardheld.de>
8684
8685         * src/SDCCpeeph.c: separate peepRules2pCode() for pic16 by "Vangelis Rokas" <vrokas AT otenet.gr>
8686
8687 2003-06-02  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8688
8689         * doc/sdccman.lyx: cvs revision keywords, passing pdf information in latex preamble,
8690           additions to the "related tools/documentation" section
8691
8692 2003-06-02  Bernhard Held <bernhard AT bernhardheld.de>
8693
8694         * src/SDCCglue.c (tempfileandname): added check for missing TMP/TEMP/TMPDIR variable
8695
8696 2003-05-29  Bernhard Held <bernhard AT bernhardheld.de>
8697
8698         * src/pic/device.c: added 16F819, patch by "David I. Lehn" <dlehn AT vt.edu>
8699         * src/SDCCcse.c (algebraicOpts): fixed "c * 1"
8700
8701 2003-05-28  Bernhard Held <bernhard AT bernhardheld.de>
8702
8703         * doc/sdccman.lyx: fix double dash and other minor things
8704         * doc/Makefile: fix double dash
8705
8706 2003-05-28  Karl Bongers(patches from Martin Helmling)
8707         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files. Martin adds
8708           condition and ignore commands.
8709
8710 2003-05-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8711
8712         * doc/sdccman.lyx: Changes all over, index improved, smaller margins. The manual
8713           is in parts still quite out of date, I did changes as far as I felt makes sense
8714           for a non-native english speaker.
8715           Please feel free to add to the manual or to correct my changes.
8716         * doc/Makefile: undid touching the date of intermediate tex files.
8717
8718 2003-05-26  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8719
8720         * doc/sdccman.lyx: Manual has an index now
8721
8722 2003-05-25  Bernhard Held <bernhard AT bernhardheld.de>
8723
8724         Finalize muluint/mulsint and mululong/mulslong merging:
8725         * device/lib/_mulint.c
8726         * device/lib/_mullong.c
8727         * device/lib/gbz80/mul.s
8728         * device/lib/gbz80/stubs.s
8729         * device/lib/z80/mul.s
8730         * device/lib/z80/stubs.s
8731         * src/SDCCsymt.c (initCSupport)
8732
8733 2003-05-25  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8734
8735         * as/mcs51/lkaomf51.c: Address space 'z' was missing.
8736         * src/avr/avr.dsp, src/ds390/ds390.dsp, src/mcs51/mcs51.dsp,
8737           src/pic/pic.dsp, src/pic16/pic16.dsp, src/xa51/xa51.dsp,
8738           src/x80/z80.dsp: peep.rul is bigger now, so /Zm1000 is used
8739           instead of /Zm500.
8740
8741 2003-05-25  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8742
8743         * src/mcs51/peeph.def: added rules 244.x, 245.x. Although they pass
8744           the regression tests I'm not brave enough to enable 245.b, 245.c
8745         * doc/sdccman.lyx: added latex preamble for hyperref package.
8746           Using pdflatex this will give you a hyperlinked pdf file with
8747           bookmarks. (prepend '%' before /usepackage if this breaks something)
8748
8749 2003-05-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8750
8751          * doc/sdccman.lyx: updated information about .adb files (fixed bug 742649)
8752
8753 2003-05-22  Bernhard Held <bernhard AT bernhardheld.de>
8754
8755         * src/pic16/pcode.c (pic16_get_op_from_instruction): fixed a gcc 3.x warning
8756
8757 2003-05-21    <johan AT balder>
8758
8759         * src/SDCCglue.c (printIval): fixed bug #739934
8760
8761 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
8762
8763         Applied patch from bug 737905 (renamed yylineo to mylineno):
8764         * src/altlex.c
8765         * src/SDCCast.c
8766         * src/SDCglobl.h
8767         * src/SDCC.lex
8768         * src/SDCCsymt.c
8769         * src/SDCCval.c
8770         * src/pic16/pcode.c: Cleaned warnings
8771         * src/pic16/pcodeflow.c: Cleaned warnings
8772         * src/pic16/pcoderegs.c: Cleaned warnings
8773
8774 2003-05-19  Scott Dattalo  <scott AT dattalo.com>
8775
8776         * src/pic16/pcode.c: Cleaned warnings
8777         * src/pic16/pcodepeep.c: Cleaned warnings
8778         * src/pic16/ralloc.c: Cleaned warnings
8779
8780 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
8781
8782         * doc/sdccman.lyx: fixed bug 739745
8783         * src/pic16/pcode.c (pic16_get_op): fixed warning on alpha
8784
8785 2003-05-18  Bernhard Held <bernhard AT bernhardheld.de>
8786
8787         * src/port.h: removed DEFAULT_PORT, it's not yet pic16 ;-)
8788         it can be defined with CFLAGS when running configure
8789         * src/SDCCmain.c: fixed compiling + linking with object files
8790
8791 2003-05-18  Vangelis Rokas (vrokas AT otenet.gr)
8792
8793         * configure.in: configure for pic16 port,
8794             added --disable-pic16-port
8795         * sdccconf_in.h: added macro OPT_DISABLE_PIC16
8796         * src/SDCCmain.c: linkOptions is changed to set *,
8797             added if/endif conditional macros to remove options help
8798             messages from optionsTable when a port is not configured, added
8799             support for the PIc16 port in the ports table, when executing
8800             the compiler with no port specified on command line, a default
8801             port is selected with the new macro DEFAULT_PORT which is
8802             defined in port.h, in setDefaultOptions() linkOptions is removed
8803             from initialization assignment, since now it is a set,
8804             parseCmdLine uses setParseWithComma for linkOptions, in
8805             linkEdit() linkOptions are accessed with new function indexSet()
8806             which returns the i'th item of a set variable. See SDCCset.c, in
8807             linkEdit() when calling buildCmdLine(), added linkOptions as
8808             last argument. Now users can pass arguments to gplink via the
8809             -Wl option, main() uses pic16glue() to glue up pic16 programs
8810         * src/SDCCpeeph.c: various changes to support pic16
8811         * src/SDCCset.c: added function  void *indexSet(set *, int)  to
8812             return the i'th item of the set
8813         * src/SDCCset.h: added function prototype for indexSet()
8814         * src/SDCCsymt.c: in checkSClass(), added support for PIC16
8815         * src/clean.mk: added pic16 in CLEANALLPORTS variable
8816         * src/port.h: added TARGET_ID_PIC16,TARGET_IS_PIC16 macro,
8817             added macro DEFAULT_PORT
8818         * src/pic/main.c: corrected arguments of gplnk in _linkCmd
8819         * src/pic16/gen.c: bug fix in genCpl(), now the correct code is
8820             generated
8821         * src/pic16/glue.c: commented out some error producing lines
8822         * src/pic16/main.c: __config directives are commented out to stop
8823             gpasm complaining and test the linkage with gplink, _linkCmd and
8824             _asmCmd changed to be more gplink and gpasm friendly
8825         * src/pic16/peeph.def: peep rule 3 is commented out, since it
8826             produced an error when parsed, peep rule 12 is added to utilize
8827             movff, but it is commented out since the pCode does not support
8828             yet a command with 2 address arguments
8829
8830 2003-05-18    <johan AT balder>
8831
8832         * src/ds390/gen.c (genArrayInit): removed obsolete and buggy ARRAYINIT
8833         * src/ds390/main.c (genArrayInit): removed obsolete and buggy ARRAYINIT
8834 2003-05-17  Karl Bongers(apply patches from Martin Helmling)
8835
8836         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files.
8837   Added feature to script commands from file.
8838
8839 2003-05-14  Bernhard Held <bernhard AT bernhardheld.de>
8840
8841         * device/lib/_strtok.c: fixed bug #734355 by Lenny Story and Tim Woodall
8842         * src/SDCCutil.c: include ctype.h for win32
8843
8844 2003-05-13  Bernhard Held <bernhard AT bernhardheld.de>
8845
8846         * src/pic16/*: removed CR from many files, reported by Vangelis Rokas
8847
8848 2003-05-12  Karl Bongers(apply development patches from Martin Helmling)
8849
8850         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,break.c and .h files.
8851   Fixed so you can set breakpoints prior to run, run does not stop
8852   on entry now.  Add tbreak.  Other enhancements and fixes for use
8853   with ddd.
8854
8855 2003-05-12  Borut Razem <borut.razem AT siol.net>
8856
8857         * src/SDCCmain.c: fixed the problem with searching the DATADIR as the last resort on *nix
8858
8859 2003-05-11  Borut Razem <borut.razem AT siol.net>
8860
8861         * src/SDCCutil.c: WIN32 version of getBinPath() calls GetModuleFileName() to determine
8862         the path of bin directory, so that PATH is the only env. variable, which has to be set
8863         in case of standard installation.
8864         * src/ds390/ds390.dsp: increased value of /Zm option to 1000
8865         * src/pic/main.c: add quotes to file name parameters for gplink and gpasm
8866         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx: added --print-search-dirs command line option
8867
8868 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
8869
8870         * src/SDCCmain.c (linkEdit): fixed buffer overflow for gbz80
8871         * support/regression/Makefile: inter-port-clean is no longer nesessary, the
8872         temp files are in the port dir; clean the gen/test directory when
8873         generating new test.c
8874         * support/regression/ports/host/spec.mk: defined OBJEXT for target clean
8875         * support/regression/tests/vaargs.c: fixed gcc 3.3 warning
8876         * support/regression/tests/zeropad.c: added
8877
8878 2003-05-09    <johan AT balder>
8879
8880         * src/SDCCglue.c: fixed bug #597940
8881
8882 2003-05-05  Karl Bongers(apply patches from Martin Helmling)
8883
8884         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
8885   cache sfr, optimize next,step, fix off by one sourceline,
8886   support ddd list function.
8887         * sim/ucsim/cmd.src/newcmd.cc - small fix for sdcdb use.
8888
8889 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
8890
8891         * support/regression/HTMLgen.py: added compare_s2f()
8892         * support/regression/Makefile: redo 1.27
8893         * support/regression/generate-cases.py: redo 1.5
8894
8895 2003-04-30  Bernhard Held <bernhard AT bernhardheld.de>
8896
8897         * support/regression/tests/float.c: workaround 33 bit hex constant
8898         * support/regression/tests/simplefloat.c: fix division for host
8899
8900 2003-04-29  Scott Dattalo  <scott AT dattalo.com>
8901
8902         * src/pic/pcoderegs.c Applied patch from Jim Hawkridge <jim AT jimhawkridge.uk.eu.org>
8903         that tame's the PIC's over-aggressive optimizer.
8904
8905 2003-04-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8906
8907          * src.dsw, link/z80/aslink.h, link/z80/linkz80.dsp: z80 linker
8908          support for MSVC.
8909
8910 2003-04-29  Kevin Vigor <kevin AT vigor.nu>
8911
8912         Initial support for DS80C400. "Hello world" runs on TINIm400
8913         (with polled I/O).
8914
8915 2003-04-28  Karl Bongers(apply patches for Martin Helmling)
8916
8917          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
8918          * Some notes on ddd usage added in debugger/README
8919          Martin Helmling adding more features and fixes for ddd GUI debugger.
8920          Code added for nexti, stepi, up, down, and other adjustments.
8921
8922 2003-04-28  Scott Dattalo  <scott AT DATTALO.COM>
8923
8924         * src/pic/pCodepeep.c non-wildcard asmops are now handled
8925         * src/pic/peeph.def Added two rules to optimize carry manipulation
8926         * src/pic/* removed debug printfs
8927
8928 2003-04-28  Bernhard Held <bernhard AT bernhardheld.de>
8929
8930         * debugger/mcs51/cmd.c: added header newalloc.h
8931
8932 2003-04-26  Bernhard Held <bernhard AT bernhardheld.de>
8933
8934         * as/Makefile: new EXEEXT
8935         * as/z80/Makefile: remove trailing slash of BUILDIR
8936         * as/z80/clean.mk: new EXEEXT
8937         * Makefile.common.in: add to CFLAGS (and others), don't replace it
8938         * support/cpp2/Makefile.in: new EXEEXT
8939         * src/pic/glue.c (pic14emitRegularMap): fixed warning
8940
8941 2003-04-24  Bernhard Held <bernhard AT bernhardheld.de>
8942
8943         Cygwin's gcc always appends .exe: 'gcc -o a a.c' creates a.exe;
8944         EXEEXT was introduced to fix all related problems with targets
8945         "clean", "install" and "uninstall"; a couple of further flaws
8946         especially with "clean" have been fixed too
8947         * as/mcs51/Makefile.in
8948         * as/mcs51/clean.mk
8949         * as/z80/Makefile
8950         * Makefile
8951         * clean.mk
8952         * debugger/mcs51/Makefile.in
8953         * debugger/mcs51/clean.mk
8954         * link/z80/Makefile
8955         * link/z80/Makefile.in
8956         * link/z80/clean.mk
8957         * link/Makefile
8958         * packihx/Makefile.in
8959         * packihx/clean.mk
8960         * sim/ucsim/Makefile
8961         * sim/ucsim/clean.mk
8962         * sim/ucsim/avr.src/Makefile.in
8963         * sim/ucsim/avr.src/clean.mk
8964         * sim/ucsim/s51.src/Makefile.in
8965         * sim/ucsim/s51.src/clean.mk
8966         * sim/ucsim/xa.src/Makefile.in
8967         * sim/ucsim/xa.src/clean.mk
8968         * sim/ucsim/z80.src/Makefile.in
8969         * sim/ucsim/z80.src/clean.mk
8970         * sim/ucsim/main_in.mk
8971         * sim/ucsim/packages_in.mk
8972         * sim/ucsim/gui.src/Makefile.in
8973         * sim/ucsim/gui.src/serio.src/Makefile.in
8974         * sim/ucsim/gui.src/serio.src/clean.mk
8975         * src/Makefile.in
8976         * src/clean.mk
8977         * support/cpp2/Makefile.in
8978         * support/cpp2/clean.mk
8979         * support/makebin/Makefile
8980         * support/makebin/clean.mk
8981         * support/scripts/sdcc_mingw32: --program-suffix no longer needed
8982         * doc/sdccman.lyx: --program-suffix no longer needed
8983
8984 2003-04-23  Karl Bongers(apply patches for Martin Helmling)
8985
8986          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,..
8987          Martin Helmling added support for ddd GUI debugger.
8988          Code added to display assembly, set variables, and other commands
8989          to interface to ddd.
8990
8991 2003-04-23  Bernhard Held <bernhard AT bernhardheld.de>
8992
8993         * as/Makefile: fix target clean
8994         * as/clean.mk: fix target clean
8995         * as/z80/clean.mk: fix target clean
8996
8997 2003-04-22  Bernhard Held <bernhard AT bernhardheld.de>
8998
8999         * Makefile.common.in: added  AT EXEEXT AT
9000         * configure.in: removed all mingw32 stuff
9001         * configure: rebuilt from configure.in
9002         * doc/sdccman.lyx: updated section "installation"
9003         * support/scripts/sdcc_mingw32: adapted to configure
9004         * support/scripts/sdcc_cygwin_mingw32: added
9005
9006 2003-04-22  Scott Dattalo  <scott AT dattalo.com>
9007
9008         * src/pic Added object file support for the PIC port
9009         * src/pic Applied patch from Craig Franklin (this started the object file support)
9010         * src/regression Updated the PIC regression tests for object files
9011
9012 2003-04-20  Borut Razem <borut.razem AT siol.net>
9013
9014         * sdcc/as/mcs51/lklex.c: make getfid() more robust and fixed gcc warning:
9015           lklex.c: In function `getfid':
9016           lklex.c:203: warning: array subscript has type `char'
9017         * src/SDCCglobl.h: small change in stack handling macros, to avoid crash when compiled
9018           with MSVC with global optimization enabled (probably an cl compiler bug ;-)
9019         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added function fatal(), called from
9020           stack handling macros
9021
9022 2003-04-19  Borut Razem <borut.razem AT siol.net>
9023
9024         * "handling space characters in file path" task:
9025         * src/SDCCmacro.c: fixed bug in handlig quote at the end of line
9026         * support/Util/BuildCmd.c: define par as NULL if parameter value is invalid
9027         * support/Util/MySystem.h: make it self-sufficient
9028         * src/avr/main.c, src/ds390/main.c, src/mcs51/main.c, src/pic/main.c, src/xa51/main.c,
9029           src/z80/main.c, sdcc/as/mcs51/lklex.c:
9030           handling space characters in file path
9031         * src/SDCCmain.c: introduced setDataPaths() function, {datadir} macro
9032           (it will be used by assemblers, which have their own includes, e.g. gpasm)
9033         * support/Util/MySystem.c: handling space characters in executable's path
9034
9035 2003-04-19  Bernhard Held <bernhard AT bernhardheld.de>
9036
9037         * as/z80/Makefile: fix permanent rebuild of z80
9038         * sim/ucsim/gui.src/Makefile.in: target "install" builds the same packages as target "all"
9039         * support/regression/tests/bitfields.c: added Johan's bitfields.c
9040
9041 2003-04-18      Kevin Vigor <kevin AT vigor.nu>
9042
9043         * src/SDCCopt.c: add special case optimization to replace modulo by
9044           a power of two with a bitwise AND.
9045
9046 2003-04-18    <johan AT balder>
9047
9048         * src/mcs51/gen.c (getFreePtr): fixed bug #635354
9049
9050 2003-04-17    <johan AT balder>
9051
9052         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #716790 and removes lot's of redundant register usage around function calls
9053         * src/mcs51/ralloc.c (packRegisters): fixed bug #720667
9054
9055 2003-04-13  Borut Razem <borut.razem AT siol.net>
9056
9057         * doc/sdccman.lyx: updated info about #pragma SAVE/RESTORE nesting
9058         * configure.in, configure: fixed problems on cygwin/WinCVS environmet with ports.* line endings;
9059           fixed mingw problem in adl_NORMALIZE_PATH
9060
9061 2003-04-12  Borut Razem <borut.razem AT siol.net>
9062
9063         * fixed "#pragma SAVE/RESTORE can not be nested":
9064         * src/SDCC.lex: reworked pragma handling functions
9065         * sdcc/src/SDCCglobl.h: reworked stack handling macros
9066         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added E_STACK_VIOLATION error
9067
9068 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
9069
9070         * src/SDCCutil.c (pathEquivalent): defined but not used
9071         * debugger/mcs51/sdcdb.c: replace SDCC_LIB_DIR
9072         * configure.in: remove sdcc_datadir, sdcc_lib_dir and sdcc_include_dir
9073         * configure: rebuilt from configure.in
9074         * sdccconf_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
9075         * sdcc_vc_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
9076         * device/include/Makefile.in: replace sdcc_datadir
9077         * device/lib/Makefile.in: replace sdcc_datadir
9078         * Makefile.common.in: add LDFLAGS from configure
9079         * packihx/Makefile.in: use LDFLAGS
9080         * src/Makefile.in: use LDFLAGS
9081         * support/cpp2/Makefile.in: add LDFLAGS from configure
9082         * support/makebin/Makefile: use LDFLAGS
9083         * .version: bumped version number to 2.3.5
9084
9085 2003-04-12  Borut Razem <borut.razem AT siol.net>
9086
9087         * completed "different paths" task:
9088         * src/SDCCmacro.c: fixed bug in handling quotes
9089         * src/SDCCutil.c, src/SDCCutil.c: rewritten getPrefixFromBinPath()
9090         * src/SDCCmain.c: _discoverPaths() replaced with setBinPaths(), setIncludePath() and setLibPath()
9091
9092 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
9093
9094         * src/pic/pcoderegs.c (Remove1pcode): fix warning on alpha
9095
9096 2003-04-11 kevin Vigor <kevin AT vigor.nu>
9097
9098         * ds390/gen.c ds390/peeph.def: fix bug 706781
9099
9100 2003-04-11  Borut Razem <borut.razem AT siol.net>
9101
9102         * support/Util/dbuf.c, support/Util/dbuf.h: update to version 1.1.1 - re-added C++ stuff to make it still more portable
9103
9104 2003-04-10  Scott Dattalo  <scott AT dattalo.com>
9105
9106         * src/pic/* Applied the pointer-to-function patch from Steve Tell.
9107         * src/pic/* Fixed several pointer bugs. (PIC port broke when the ruonly bit was
9108          set - this bit used to not be set...).
9109         * src/pic/gen.c Fixed buf 609268 ==> x = (x+1) & 0xf; generated
9110           bad code in PIC Port
9111         * src/regression/and2.c added to test bug 609268
9112         * src/regression/Makefile added and2.c to regression test
9113
9114
9115 2003-04-08    <johan AT CP255758-A>
9116
9117         * src/mcs51/gen.c (gen51Code): display reg usage in --icode-in-asm
9118         * src/mcs51/ralloc.c (serialRegAssign): update the registers in use and save some slocs
9119         * src/SDCCicode.h: added riu to show the register usage in --icode-in-asm
9120
9121 2003-04-07  Bernhard Held <bernhard AT bernhardheld.de>
9122
9123         * configure.in: fully support prefix, exec_prefix, datadir, docdir;
9124         fix bug #487815
9125         * support/cpp2/Makefile.in: fix bug #487815
9126         * configure: rebuilt from configure.in
9127         * Makefile.common.in: docdir changed, new path suffixes
9128         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
9129         * sdcc_vc_in.h: reflect changes from sdccconf.h
9130         * src/SDCCglobl.h: remove *SEPARATOR_CHARS, they are now in sdccconf.h
9131         * src/SDCCutil.h: remove BINDIR hack
9132         * doc/sdccman.lyx: update new path hierarchy
9133
9134 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
9135
9136         * src/SDCCpeeph.c: added okToRemoveSLOC test
9137
9138 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
9139
9140         * device/lib/printf_fast.c: added leading zero format ("%06d", etc)
9141
9142 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
9143
9144         * src/SDCCpeeph.c: added labelIsReturnOnly test
9145         * src/mcs51/peeph.def: Peephole 244: replace ljmp to ret with ret
9146
9147 2003-04-05    <johan AT balder>
9148
9149         * src/SDCCcse.c (cseAllBlocks): fixed bug #460088
9150         * src/SDCCloop.c (DEFSETFUNC): fixed bug #460088
9151         * src/SDCCopt.c (eBBlockFromiCode): fixed bug #460088
9152         * src/SDCCast.c: fixed a warning
9153         * src/SDCCast.h: fixed a warning
9154         * src/SDCCicode.c (operandFromAst): fixed a warning
9155
9156 2003-04-04    <johan AT balder>
9157
9158         * src/SDCCloop.c (DEFSETFUNC): undid the fix for bug #519584
9159         * src/SDCCast.c (decorateType): fixed bug #715076
9160         * src/SDCC.y: fixed bug #702907
9161
9162 2003-04-03    <johan AT balder>
9163
9164         * device/lib/_mulint.c (_muluint): new #pragma LESS_PEDANTIC
9165         * src/SDCCopt.c (eBBlockFromiCode): new #pragma LESS_PEDANTIC
9166         * src/SDCCglobl.h (PRAGMA_LESSPEDANTIC): new #pragma LESS_PEDANTIC
9167         * src/SDCC.lex (doPragma): new #pragma LESS_PEDANTIC
9168         * src/SDCCmain.c (parseCmdLine): new #pragma LESS_PEDANTIC
9169
9170 2003-04-03  Bernhard Held <bernhard AT bernhardheld.de>
9171
9172         * _decdptr.c: fix return values
9173         * _gptrget.c: fix return values
9174         * _gptrgetc.c: fix return values
9175         * _gptrput.c: fix return values
9176         * _mulint.c: fix return values
9177         * as/z80/Makefile: fix 'make -j' problem
9178
9179 2003-04-02  Bernhard Held <bernhard AT bernhardheld.de>
9180
9181         * Makefile.common.in: unused PORT, SCC and SAS removed, fixed docdir
9182         * configure.in: big cleanup, updated to autoconf 2.5x
9183         * configure: rebuilt from configure.in
9184         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
9185         * sdcc_vc_in.h: reflect changes from sdccconf.h
9186         * doc/Makefile: fixed a flaw in "make install"
9187
9188 2003-04-02    <johan AT balder>
9189
9190         * src/ds390/gen.c (genCmp): no comments
9191         * src/mcs51/gen.c (genCmp): no comments
9192         * src/SDCCopt.c (eBBlockFromiCode): detect missing return values
9193         * src/SDCCast.c (ast_print): fixed the function type in --dumptree
9194
9195 2003-04-01  Bernhard Held <bernhard AT bernhardheld.de>
9196
9197         * support/regression/generate-cases.py: place generated file in given sub directory
9198         * support/regression/ports/host/spec.mk: prevent removal of testfwk.o
9199         * support/regression/Makefile: improvements for 'make -j';
9200         side effect: it's simpler and faster now
9201
9202 2003-03-31  Borut Razem <borut.razem AT siol.net>
9203
9204         * src/z80/main.c: link-{port} and as-{port} defined without path
9205         * src/src.dsp: support/Util/MySystem.h and src/SDCCutil.h added to project
9206
9207 2003-03-31  Bernhard Held <bernhard AT bernhardheld.de>
9208
9209         * Makefile, src/Makefile.in: add dependencies, so that 'make -j' works
9210
9211 2003-03-30  Borut Razem <borut.razem AT siol.net>
9212
9213         * support/Util/BuildCmd.c, support/Util/BuildCmd.h: rewrite buildCmdLine(),
9214           changed type of list parameter to set
9215         * src/ds390/main.c: changed type of parameter asmOptions to set in _tininative_do_assemble()
9216         * src/port.h: changed type of do_assemble() parameter to set
9217         * src/SDCCmain.c: type of asmOptions changed to set, introduced setParseWithComma(),
9218           sdcpp defined without path, removed variable VersionString, introduced set binPathSet,
9219           definition of "cppoutfilename" macro with NULL value in preProcess()
9220         * src/SDCCglobl.h: included "SDCCset.h", added declaration of setParseWithComma()
9221         * src/SDCCglue.c: removed variable VersionString, inroduced spacesToUnderscores()
9222         * support/Util/MySystem.c, support/Util/MySystem.h: rewrite, char *ExePathList[]
9223           replaced with set *binPathSet
9224         * shash_add() deallocates the item, if allready exsists, before adding the new one
9225         * src/SDCCmacro.c: handling macros with empty or NULL values in _evalMacros()
9226
9227 2003-03-30  Scott Dattalo  <scott AT dattalo.com>
9228
9229         * src/pic/gen.c: Commit patch from Steve Tell <tell AT telltronics.org> that fixes
9230           a nested for loop bug in the PIC port
9231         * src/regression/nestfor.c: new regression test file Steve wrote to test nested
9232           for loops
9233
9234 2003-03-29  Bernhard Held <bernhard AT bernhardheld.de>
9235
9236         * support/Util/dbuf.h: remove C++ stuff to make it portable
9237
9238 2003-03-28  Borut Razem <borut.razem AT siol.net>
9239
9240         * src/SDCC.lex: Fix for bug #711240: dynamic buffer handling of C
9241           literal strings in stringLiteral()
9242         * support/Util/dbuf.c, support/Util/dbuf.h: added: dynamic buffer handling
9243         * src/Makefile.bcc, src/Makefile.in, src\src.dsp: added support/Util/dbuf.c
9244           to the project
9245
9246 2003-03-27  Paul Stoffregen <paul AT pjrc.com>
9247
9248         * src/SDCCpeeph.c (pcDistance): accurate byte distance for mcs51
9249
9250 2003-03-26    <johan AT balder>
9251
9252         * src/mcs51/gen.c (saveRegisters): catched symbol abuse
9253         * src/ds390/gen.c (saveRegisters): catched symbol abuse
9254         * src/SDCCast.c (decorateType): fixed " -v < 3"
9255
9256 2003-03-23  Bernhard Held <bernhard AT bernhardheld.de>
9257
9258         * doc/cdbfile.html: removed, replaced by cdbfileformat.lyx
9259         Added Lenny Story's debug infrastructure changes:
9260         * src/Makefile.in:  added new files cdbFile.c and SDCCdebug.c
9261         * src/Makefile.bcc: added new files cdbFile.c and SDCCdebug.c
9262         * src/cdbFile.c: added
9263         * src/SDCCdebug.c: added
9264         * src/SDCCdebug.h: added
9265         * src/SDCCast.c (createFunction)
9266         * src/SDCCglue.c (emitRegularMap, emitStaticSeg, emitOverlay, glue)
9267         * src/SDCCmain.c (parseCmdLine, main)
9268         * src/SDCCmem.c (redoStackOffsets)
9269         * src/SDCCsymt.c (cdbStructBlock, cdbTypeInfo, cdbSymbol, cdbStruct, cdbStructBlock)
9270         * src/SDCCsymt.h
9271         * src/common.h
9272         * src/avr/gen.c (genAVRCode)
9273         * src/ds390/gen.c (gen390Code)
9274         * src/mcs51/gen.c (gen51Code)
9275         * src/pic/gen.c (genpic14Code)
9276         * src/pic/glue.c (pic14emitRegularMap, pic14emitStaticSeg, pic14emitOverlay, picglue)
9277         * src/xa51/gen.c (genXA51Code)
9278         * src/SDCCast.c: fixed "void foo(void){char c; -c < 0;}"
9279
9280 2003-03-22  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9281
9282         * src/mcs51/gen.c (genCodePointerGet): quicker code for bug #700797
9283         * src/mcs51/peeph.def: added rules 177, 241.x to 243, touched 181, 182.x, 193.x
9284
9285 2003-03-22    <johan AT balder>
9286
9287         * src/SDCCicode.c (geniCodeDerefPtr): fixed bug #698231
9288
9289 2003-03-21  Bernhard Held <bernhard AT bernhardheld.de>
9290
9291         * support/scripts/sdcc_mingw32: adapted to configure from autoconf 2.54
9292         * doc/cdbfileformat.lyx: added, written by Lenny Story
9293         * doc/Makefile: added cdbfileformat.lyx
9294         * doc/clean.mk: added cdbfileformat.lyx
9295
9296 2003-03-20  Bernhard Held <bernhard AT bernhardheld.de>
9297
9298         * src/mcs51/peeph.def: fix bug #705773
9299
9300 2003-03-20    <johan AT balder>
9301
9302         An sfr/sbit can have an "at #" AND an initializer
9303         * src/SDCCsymt.c (checkSClass):
9304         * src/SDCCmem.c (allocGlobal):
9305         * src/SDCCmem.c (allocLocal):
9306         * src/SDCCast.c (createBlock):
9307
9308 2003-03-17  Bernhard Held <bernhard AT bernhardheld.de>
9309
9310         * src/ds390/peeph.def: fix bug #704878: added rule 213.b suggested by Jan Rejlek
9311
9312 2003-03-16    <johan AT balder>
9313
9314         Undid the hackup of const and volatile, the problem is much bigger
9315         * src/SDCC.y:1.65
9316         * src/SDCCast.c:1.171
9317         * src/SDCCglue.c:1.138
9318         * src/SDCCicode.c:1.146
9319         * src/SDCCsymt.c:1.150
9320         * src/SDCCval.c:1.65
9321
9322 2003-03-15  Bernhard Held <bernhard AT bernhardheld.de>
9323
9324         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #703541
9325         * src/ds390/gen.c (genAddrOf): fixed bug #704087
9326
9327 2003-03-13    <johan AT balder>
9328
9329         Hackup const and volatile modifiers in type chains a bit:
9330         * src/SDCC.y:1.63
9331         * src/SDCCast.c:1.169
9332         * src/SDCCglue.c:1.136
9333         * src/SDCCicode.c:1.143
9334         * src/SDCCsymt.c1.146
9335         * src/SDCCsymt.h1.59
9336         * src/SDCCval.c:1.63
9337
9338 2003-03-12    <johan AT balder>
9339
9340         * src/SDCCBBlock.h: more LRH debugging junk
9341         * src/SDCCcflow.h: more LRH debugging junk
9342         * src/SDCCloop.c: more LRH debugging junk
9343         * src/SDCC.y (struct_declaration): fixed bug #697590
9344         * src/SDCCsymt.[hc] (cloneSpec): NEVER EVER use this again
9345         * src/ds390/gen.c (aopForRemat): fixed bug #700031
9346         * src/SDCCglue.c (emitStaticSeg): fixed bug #700797
9347
9348 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
9349         * src/SDCCpeeph.c: quit being lazy and made proper fix (peephole
9350         test function names must now match exactly).
9351         * src/SDCCcse.c: added special case in findCheaperOp to allow
9352         extending a short integer. Makes less awful code for bug 700121 test case.
9353
9354 2003-03-11  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9355
9356         * as/mcs51/lkmain.c: Added ASlink-Warning to messages
9357         * as/mcs51/lkaomf51.c: Fixed bug when linking asmblink example
9358
9359 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
9360
9361         * src/SDCCpeeph.c: fix so that operandsNotEqualX functions are
9362         actually called (operandsNotEqual() was called for all
9363         operandsNotEqualX tests).
9364
9365 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
9366
9367         * src/SDCCcse.c: fix findCheaperOp to prevent replacing int types
9368         with shorter literals. Fixes bug 700121.
9369
9370 2003-03-11    <johan AT balder>
9371
9372         * src/SDCCsymt.c (compareType): a (void *) can be assigned to any pointer
9373
9374 2003-03-11  Bernhard Held <bernhard AT bernhardheld.de>
9375
9376         * src/SDCCloop.c (mergeRegions): an evil beast is dead
9377         * src/SDCCmain.c (preProcess): minor cleanup: eliminate preOutName
9378
9379 2003-03-10  Borut Razem <borut.razem AT siol.net>
9380
9381         * src/SDCCmain.c: pipe preprocessor's output
9382         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
9383         * sdcc_vc_in.h: define pclose as _pclose for WIN32
9384         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
9385         which closes all pipes in pipeSet set
9386         * src/SDCCset.c: free deleted item in function deleteSetItem()
9387         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
9388         moved from z80 to src subproject
9389         * .version: increased version number to 2.3.4
9390
9391 2003-03-10  Bernhard Held <bernhard AT bernhardheld.de>
9392
9393         * support/regression/ports/mcs51/spec.mk: increase timeout for CF's sparc to 30s
9394         * support/regression/ports/ds390/spec.mk: increase timeout for CF's sparc to 25s
9395         * support/regression/ports/xa51/spec.mk: fix typo
9396
9397 2003-03-09  Bernhard Held <bernhard AT bernhardheld.de>
9398
9399         * src/SDCCglobl.h: PATH_MAX is already defined in mingw32 headers
9400
9401 2003-03-09  Borut Razem <borut.razem AT siol.net>
9402
9403         * src/SDCCmain.c: pipe preprocessor's output
9404         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
9405         * sdcc_vc_in.h: define pclose as _pclose for WIN32
9406         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
9407         which closes all pipes in pipeSet set
9408         * src/SDCCset.c: free deleted item in function deleteSetItem()
9409         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
9410         moved from z80 to src subproject
9411
9412 2003-03-09  Borut Razem <borut.razem AT siol.net>
9413
9414         * src/SDCCglue.c: re-implemented tempfilename() and tempfile(): using mkstemp() if available
9415         * src/SDCCsymt.h: fixed MSVC and BORLANDC compilation (included SDCCglobl.h instead srccconf.h)
9416         * sdcc_vc_in.h: explicitly undefined HAVE_MKSTEMP which is not available on BORLANDC and MSVC
9417         * src/SDCCset.h: removed inclusion of sdccconf.h or sdcc_vc.h
9418         * src/SDCCglobl.h: unification of WIN32 native definitions
9419
9420 2003-03-09  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9421
9422         * src/mcs51/gen.c: applied in-/dec patch mentioned on sdcc-devel 2003-03-01
9423
9424 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
9425
9426         * src/configure.in:   check for endianess (even while cross-compiling)
9427         * src/configure:      check for endianess (even while cross-compiling)
9428         * src/configure_in.h: check for endianess (even while cross-compiling)
9429         * src/avr/gen.c:        remove old endianess stuff
9430         * src/mcs51/gen.c:      remove old endianess stuff
9431         * src/ds390/gen.c:      remove old endianess stuff
9432         * src/pic/gen.c:        remove old endianess stuff
9433         * src/pic/genarith.c:   remove old endianess stuff
9434         * src/pic/glue.c:       fix endianess check
9435         * src/pic16/gen.c:      remove old endianess stuff
9436         * src/pic16/genarith.c: remove old endianess stuff
9437         * src/pic16/glue.c:     fix endianess check
9438         * src/xa51/gen.c:       remove old endianess stuff
9439         * src/z80/gen.c:        fix endianess check
9440         * src/SDCCglue.c:       fix endianess check
9441         * src/ds390/peeph.def: fix bug 700036
9442
9443 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
9444
9445         * src/SDCCsymt.h: use appropriate data-types on host for SDCC's int and long
9446         * src/configure: find appropriate data-types on host for SDCC's int and long
9447         * src/configure.in: find appropriate data-types on host for SDCC's int and long
9448         * src/sdccconf_in.h: find appropriate data-types on host for SDCC's int and long
9449         * src/xa51/gen.c: use %d, not %ld for 4 byte variables
9450
9451 2003-03-07    <johan AT balder>
9452
9453         Just a big NOOP:
9454                 some minor cleanups before the big shot
9455                 OP_DEFS and OP_USES now use Kevin's protection
9456                 new option --nolabelopt
9457
9458         * src/SDCCBBlock.c:
9459         * src/SDCCast.c,:
9460         * src/SDCCcflow.c:
9461         * src/SDCCcse.c:
9462         * src/SDCCicode.c:
9463         * src/SDCCicode.h:
9464         * src/SDCClabel.c:
9465         * src/SDCCloop.c:
9466         * src/SDCCmain.c:
9467         * src/ds390/ralloc.c:
9468         * src/mcs51/ralloc.c:
9469         * src/pic/ralloc.c:
9470         * src/xa51/ralloc.c:
9471         * src/z80/ralloc.c:
9472
9473 2003-03-06  Bernhard Held <bernhard AT bernhardheld.de>
9474
9475         * src/pic/pcode.c (get_op): fix 64 bit warnings
9476         * src/pic/pcode.c (pCode2str): fix 64 bit warnings
9477         * src/SDCChasht.c (newHashTable): fix 64 bit warnings
9478         * src/SDCCsymt.c (checkTypeSanity): fix 64 bit warnings
9479         * support/regression/tests/malloc.c: fix 64 bit warnings
9480
9481 2003-03-04  Bernhard Held <bernhard AT bernhardheld.de>
9482
9483         * src/mcs51/gen.c (genMinus): fixed bug 696436
9484
9485 2003-03-02  Borut Razem <borut.razem AT siol.net>
9486
9487         * src/SDCCmain.c: added BORLANDC, corrected MSVC in printVersionInfo()
9488
9489 2003-02-26  Bernhard Held <bernhard AT bernhardheld.de>
9490
9491         * configure.in: test for mkstemp
9492         * sdccconf_in.h: add HAVE_MKSTEMP
9493
9494 2003-02-24  Bernhard Held <bernhard AT bernhardheld.de>
9495
9496         * device/include/ctype.h: removed warning while using --stack-auto
9497         * device/include/malloc.h: removed warning while using --stack-auto
9498         * device/include/string.h: removed warning while using --stack-auto
9499
9500 2003-02-23  Borut Razem <borut.razem AT siol.net>
9501
9502         * src/asm.h: corrected assertion in function printILine(): _pipe() was not executed on MSVC,
9503         because NDEBUG is defined (see man assert)
9504         * sdcc_vc_in.h: vsnprintf is defined as _vsnprintf on MSVC
9505
9506 2003-02-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9507
9508         * src/mcs51/gen.c (genUminusFloat): avoided dptr in-/decrement for xdata variables
9509         * src/mcs51/peeph.def: added rule suggested by Gernot Fink, white space/comment changes
9510
9511 2003-02-18  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9512
9513         * src/SDCCpeeph.c: added peephole conditions testing for same arguments
9514         * src/mcs51/peeph.def: added rules 238a-d which remove redundant moves
9515
9516 2003-02-18    <johan AT balder>
9517
9518         * as/mcs51/asmain.c (asmbl): module can start with a digit
9519         * as/z80/asmain.c (asmbl): module can start with a digit
9520
9521 2003-02-16  Bernhard Held <bernhard AT bernhardheld.de>
9522
9523         * sim/ucsim/mkecho: inserted #!/bin/sh for Cygwin, so that it's executable
9524         * src/asm.c: fix pipe() for Mingw32
9525
9526 2003-02-15  Bernhard Held <bernhard AT bernhardheld.de>
9527
9528         * src/SDCCglue.h: make tmpfileNameSet available for preOutName
9529         * src/SDCCmain.c (preProcess): make sure, that preOutName will be deleted;
9530         make -V work again; --c1mode reads now from stdin
9531         * doc/sdccman.lyx: added --c1mode
9532         * support/Util/SDCCerr.c: new messages for c1 mode
9533         * support/Util/SDCCerr.h: new messages for c1 mode
9534         * src/SDCC.lex (checkCurrFile): test if fullSrcFileName is NULL for c1mode
9535
9536 2003-02-15    <johan AT balder>
9537
9538         * src/asm.c: new options: --no-c-code-in-asm and --i-code-in-asm
9539
9540 2003-02-14  Bernhard Held <bernhard AT bernhardheld.de>
9541
9542         * doc/sdccman.lyx: Environment variables, -o and other minor things
9543
9544 2003-02-14    <johan AT balder>
9545
9546         * src/xa51/main.c: before anyone really tries to use it :)
9547
9548         * Install doc's in share/sdcc/doc
9549         * removed some obsolete files
9550         * Do a proper make distclean and uninstall
9551         M Makefile.common.in
9552         R sdccbuild.sh
9553         M as/Makefile
9554         M device/include/Makefile.in
9555         M device/lib/Makefile.in
9556         M doc/sdccman.lyx
9557         M link/Makefile
9558         M sim/ucsim/doc/Makefile.in
9559         M src/clean.mk
9560         R src/avr/peeph.rul
9561         R src/xa51/peeph.rul
9562         M support/cpp2/Makefile.in
9563         M support/makebin/Makefile
9564
9565
9566 2003-02-13  Bernhard Held <bernhard AT bernhardheld.de>
9567
9568         * support/regression/ports/host/spec.mk: use cc as host compiler for max osx
9569
9570 2003-02-10  Borut Razem <borut.razem AT siol.net>
9571
9572         * doc/bccinst.txt, packihx/packihx.c, sdcc_vc_in.h, src/SDCCset.h,
9573         support/cpp2/config.in: Borland C++ build doesn't depend on Cygwin configure
9574         * Bcc.ini, Makefile.bcc, as/mcs51/Makefile.bcc,
9575         device/examples/ds390/tinitalk/Makefile.bcc, packihx/Makefile.bcc,
9576         support/cpp2/Makefile.bcc, src/Makefile.bcc, src/avr/Makefile.bcc,
9577         src/ds390/Makefile.bcc, src/izt/Makefile.bcc, src/mcs51/Makefile.bcc,
9578         src/pic/Makefile.bcc, src/pic16/Makefile.bcc, src/xa15/Makefile.bcc,
9579         src/z80/Makefile.bcc: Borland Makefile cleanup
9580         * as/z80/Makefile.bcc: Added Borland Makefile
9581         * support/cpp2/borland.h: Removed
9582
9583 2003-02-10  Bernhard Held <bernhard AT bernhardheld.de>
9584
9585         * doc/sdccman.lyx: new pragma NOIV by "Johannes Stezenbach" <js AT convergence.de>
9586         * src/SDCC.lex: new pragma NOIV
9587         * src/SDCCglobl.h: new pragma NOIV
9588         * src/SDCCmem.c: new pragma NOIV
9589
9590 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
9591
9592         * src/SDCCmain.c: signal handling is switched off by SDCC_LEAVE_SIGNALS
9593
9594 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
9595
9596         * src/SDCCmain.c: signal handling is switched off by --debug
9597         * doc/Makefile: small fix for install; use clean.mk again
9598         * doc/clean.mk: clean *.pdf and *.html too
9599
9600 2003-02-08  Bernhard Held <bernhard AT bernhardheld.de>
9601
9602         * device/lib/_mulint.c: small fix for large/ds390 --int-long-reent resp. --stack-auto
9603         * device/lib/printfl.c: fix a ds390 bug by making it portable
9604         * src/SDCCsymt.c (initCSupport): fix compile warning on Cygwin
9605         * src/SDCCopt.c (cnvToFloatCast): fix compile warning on Cygwin
9606         * src/SDCCopt.c (cnvFromFloatCast): fix compile warning on Cygwin
9607         * debugger/mcs51/cmd.c: converted multi-line string literals
9608         * sim/ucsim/globals.cc: converted multi-line string literals
9609         * src/SDCCmain.c: introduced signal handler to remove temp files
9610         * doc/Makefile: small tweaks, implement clean
9611         * doc: removed generated files
9612
9613 2003-02-05  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9614
9615         * as/mcs51/aslink.h, as/mcs51/lkihx.c, as/mcs51/lkrloc.c:  Applied
9616         patch from Jan Rejlek <jr AT apex-lib.cz> to fix Bug 677692: "Extended
9617         Address Record is not correctly generated for DS390."
9618
9619 2003-02-02  Borut Razem <borut.razem AT siol.net>
9620
9621         * Makefile.bcc: removed non existing cpp project and non compilable izt project from makefile
9622         * as/mcs51/asm.h: fixed compilation with Borland C
9623         * support/cpp2/Makefile.bcc: added rule to generate auto-host.h
9624         * support/cpp2/auto-host_vc_in.h: fixed compilation with Borland C
9625         * src/mcs51/mcs51a.dsp: corrected misspelled project name from msc51a to mcs51a
9626         * src/avr/Makefile.bcc, src/ds390/Makefile.bcc, src/izt/Makefile.bcc,
9627         src/mcs51/Makefile.bcc, src/pic16/Makefile.bcc, src/xa51/Makefile.bcc,
9628         src/z80/Makefile.bcc: delete $(LIB) only if exist
9629         * src/Makefile.bcc, src/pic/Makefile.bcc:  fixed compilation with Borland C
9630
9631 2003-02-02  Bernhard Held <bernhard AT bernhardheld.de>
9632
9633         * device/include/malloc.h: introduced NULL
9634         * device/include/string.h: introduced NULL
9635         * device/include/stdlib.h: introduced NULL
9636         * device/lib/_memcpy.c: removed NULL
9637         * device/lib/_strcat.c: removed NULL
9638         * device/lib/_strchr.c: removed NULL
9639         * device/lib/_strcmp.c: removed NULL
9640         * device/lib/_strcpy.c: removed NULL
9641         * device/lib/_strcspn.c: removed NULL
9642         * device/lib/_strlen.c: removed NULL
9643         * device/lib/_strncat.c: removed NULL
9644         * device/lib/_strncmp.c: removed NULL
9645         * device/lib/_strncpy.c: removed NULL
9646         * device/lib/_strpbrk.c: removed NULL
9647         * device/lib/_strrchr.c: removed NULL
9648         * device/lib/_strspn.c: removed NULL
9649         * device/lib/_strstr.c: removed NULL
9650         * device/lib/_strtok.c: removed NULL
9651         * device/lib/malloc.c: removed NULL, include own header
9652
9653 2003-02-02    <johan AT balder>
9654
9655         * 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
9656         * support/regression/fwk/lib/testfwk.c: div and mod isn't broken anymore
9657         * regressions ds390/spec.mk and mcs51/spec.mk (timeout): my good old balder isn't fast enough for some tests
9658         * src/z80/gen.c (genZ80Code): added c-lines in asm comments
9659         * as/z80/asm.h (NINPUT): increased for long c-comments in regression tests
9660         * src/z80/gen.c (genRightShiftLiteral): fixed the (char)(-3)>>8 (I think)
9661
9662 2003-02-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9663
9664         * src/SDCCmain.c: Fixed bug 678574: "ds390: ASlink-Error-Stack overlaps
9665         area 'DATA'"
9666
9667 2003-02-01    <johan AT balder>
9668
9669         * src/SDCCval.c (valBitwise): fixed Karl's "2 | (1<<8)"
9670
9671 2003-01-31    <johan AT CP255758-A>
9672
9673         * src/ds390/main.c (_ds390_genAssemblerPreamble): applied Jan Rejlek's >64K startup patch
9674
9675 2003-01-30    <johan AT balder>
9676
9677         * src/SDCCBBlock.c: automatic bug detection
9678         * src/SDCCicode.c: automatic bug detection
9679
9680 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9681
9682         * src/SDCCglobl.h:   now --xram-size 0 works
9683         * src/SDCCmain.c:    now --xram-size 0 works
9684
9685 2003-01-29    <johan AT balder>
9686
9687         * src/almosteverything: changed OP_DEFS and OP_USES from macros to functions to catch symbol abuse (a hot topic in the bug list :)
9688
9689 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9690
9691         * as/mcs51/aslink.h: Added options --xram-size and --code-size
9692         * as/mcs51/lkdata.c: Added options --xram-size and --code-size
9693         * as/mcs51/lkmain.c: Added options --xram-size and --code-size
9694         * as/mcs51/lkmem.c:  Added options --xram-size and --code-size
9695         * src/SDCCglobl.h:   Added options --xram-size and --code-size
9696         * src/SDCCmain.c:    Added options --xram-size and --code-size
9697
9698 2003-01-28  Bernhard Held <bernhard AT bernhardheld.de>
9699
9700         * src/ds390/gen.c: fix deps by replacing <common.h> with "common.h"
9701         * src/SDCC.lex: rename P_OVERLAY to P_OVERLAY_ for cross-gcc 3.2 MINGW32
9702
9703 2003-01-27    <johan AT balder>
9704
9705         * src/SDCC.y: fixed bug #613764
9706
9707 2003-01-26    <johan AT balder>
9708
9709         * src/SDCClrange.c:  fixed Bernhard's "char * code ptr = &c"
9710         * src/SDCCsymt.h: fixed bug #673374
9711         * src/SDCCglue.c: fixed bug #661910
9712         * src/SDCCast.c: fixed bug #458099 and 673374
9713
9714 2003-01-26  Bernhard Held <bernhard AT bernhardheld.de>
9715
9716         * as/mcs51/strcmpi.c: added, provides Aurelien Jarno's as_strcmpi(); strcmpi() is not ANSI
9717         * as/mcs51/strcmpi.h: added
9718         * as/mcs51/asm.h: remove ugly "#define strcmpi strcmp"
9719         * as/mcs51/aslink.h: remove ugly "#define strcmpi strcmp"
9720         * as/mcs51/asmain.c: strcmpi -> as_strcmpi
9721         * as/mcs51/assym.c: strcmpi -> as_strcmpi
9722         * as/mcs51/lkmem.c: strcmpi -> as_strcmpi
9723         * as/mcs51/lknoice.c: strcmpi -> as_strcmpi
9724         * as/mcs51/lksym.c: strcmpi -> as_strcmpi
9725         * as/mcs51/Makefile.aslink: new module strcmpi
9726         * as/mcs51/Makefile.asx8051: new module strcmpi
9727         * as/mcs51/Makefil.bcc: new module strcmpi
9728         * as/mcs51/Makefile.in: new module strcmpi
9729         * sim/ucsim/s51.src/uc390.cc (get_mem_size): make RAM big enough for tinibios
9730
9731 2003-01-26    <johan AT balder>
9732
9733         * src/SDCCglue.c: reverted back to 1.124
9734         * src/SDCCast.c: reverted back to 1.156
9735         * src/mcs51/gen.c (aopGet): applied Frieder's efficiency patch
9736
9737 2003-01-25    <johan AT balder>
9738
9739         * src/SDCCglue.c: A better fix for bug #661910
9740         * src/SDCCast.c: A better fix for bug #661910
9741         * src/SDCCglue.c (emitRegularMap): That was a little too efficient
9742
9743 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
9744
9745         * src/Makefile.in: remove spawn.o
9746         * src/SDCCmain.c: remove spawn.h
9747         * src/SDCCmain.c (printVersionInfo): report MINGW32 instead of UNIX
9748         * src/spawn.c: removed
9749         * src/spawn.h: removed
9750         * support/regression/ports/ds390/spec.mk: link with -r
9751
9752 2003-01-24    <johan AT CP255758-A>
9753
9754         * src/ds390/gen.c (aopOp): fixed bug #667458
9755         * src/SDCCglue.c (emitRegularMap): fixed bug #458099 again
9756         * src/SDCCast.c (createIvalCharPtr): fixed bug #661910
9757         (createIvalCharPtr): an ival doesn't always have a storage class anymore
9758
9759 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
9760
9761         * src/mcs51/peeph.def: better assembler identation by Frieder
9762         * src/mcs51/gen.c: better assembler identation by Frieder
9763
9764 2003-01-22  Bernhard Held <bernhard AT bernhardheld.de>
9765
9766         * as/z80/string.h: removed for gcc 3.2
9767         * support/makebin/makebin.c: #include <string.h> for gcc 3.2
9768         * src/pic/pcode.c (get_op_from_instruction): fix concatenation of string literals with __FUNCTION__ for gcc 3.2
9769
9770 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
9771
9772         * src/SDCCmain.c (linkEdit): rename mem and map files even in case of failure
9773         * src/SDCCpeeph.c (replaceRule): fix bug #663503
9774         * support/regression/Makefile: separate temp files for ports
9775         * support/regression/generate-cases.py: separate temp files for ports
9776         * src/mcs51/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
9777         * src/ds390/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
9778
9779 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
9780
9781         * moved tinitalk to device/examples/ds390
9782
9783 2003-01-14  Bernhard Held <bernhard AT bernhardheld.de>
9784
9785         * as/mcs51/lkmem.c: rflag is for DS390
9786         * src/SDCCglobl.h: removed out_name and options stackOnData, genericPtr
9787         * src/SDCCmain.c (optionsTable, setDefaultOptions): removed --stack-after-data and --generic
9788                          (linkEdit): move mem- and map-files the same way as ihx-files
9789         * src/z80/main.c (_setDefaultOptions): removed --generic
9790         * src/SDCCmain.c (_processC1Arg, parseCmdLine, main): --c1mode works again
9791         * src/SDCCglue.c (createInterruptVect, glue): --c1mode works again
9792         * src/pic/glue.c (picglue): --c1mode works again
9793         * src/pic16/glue.c (pic16glue): --c1mode works again
9794         * src/asm.c (printCLine): fix #660034
9795
9796 2003-01-13  Bernhard Held <bernhard AT bernhardheld.de>
9797
9798         * src/ds390/peeph.def: fix #123; add 14 rules by Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>, 1 by Frieder
9799         * src/mcs51/peeph.def: fix #123; add 14 rules by Fiorenzo, 1 by Frieder
9800         * src/mcs51/gen.c (genFunction): emit r0 instead of ar0 by Fiorenzo
9801         * as/mcs51/lkmem (summary): better fix for sp problem
9802         * src/SDCCglue.c (glue): __start_stack - 1, saves 1 byte!
9803         * src/ds390/main.c (_ds390_finaliseOptions, _tininative_finaliseOptions): stack_loc = 0x400008
9804         * support/regression/ports/*/spec.mk: moving testfwk-object to port dir allow parallel execution of regression tests
9805                                               remove --stack-after-data
9806
9807 2003-01-12  Bernhard Held <bernhard AT bernhardheld.de>
9808
9809         * src/SDCCmain.c (main): port->finaliseOptions() moved for z80 linking
9810         * src/SDCCutil.c (join): ugly bug: missing '\0'
9811         * as/mcs51/lkmem.c (summary): sp on address 7 is safe
9812
9813 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
9814
9815         * src/SDCCmain.c (assemble, linkEdit): preparations for -o
9816         * src/port.h: typo
9817         * src/pic/main.c (_asmCmd): gpasm supports -o
9818         * src/z80/main.c: more general macros
9819         * device/lib/Makefile.in: remove intermediate files
9820
9821 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
9822
9823         * .version: Bumped version number to 2.3.3
9824         * src/SDCCBBlock.c: new option -o
9825         * src/SDCCglobl.h: new option -o
9826         * src/SDCCglue.c: new option -o
9827         * src/SDCCmain.c: new option -o
9828         * src/asm.c: new option -o
9829         * src/ds390/main.c: new option -o
9830         * src/pic/glue.c: new option -o
9831         * src/pic/pcode.c: new option -o
9832         * src/pic/ralloc.c: new option -o
9833         * src/pic16/glue.c: new option -o
9834         * src/pic16/pcode.c: new option -o
9835         * src/pic16/ralloc.c: new option -o
9836         * src/z80/main.c: new option -o
9837         * device/lib/Makefile.in: use -o
9838         * support/regression/ports/ds390/spec.mk: use -o
9839         * support/regression/ports/gbz80/spec.mk: use -o
9840         * support/regression/ports/mcs51/spec.mk: use -o
9841         * support/regression/ports/mcs51-stack-auto/spec.mk: use -o
9842         * support/regression/ports/z80/spec.mk: use -o
9843         * support/regression/ports/ucz80/spec.mk: use -o
9844         * support/regression/ports/xa51/spec.mk: use -o
9845         * support/regression/fwk/lib/timeout.c: fix usage string
9846
9847 2003-01-09  Bernhard Held <bernhard AT bernhardheld.de>
9848         * src/mcs51/gen.c (genPlus): replaced "mov b,acc" by "mov b,a" Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>
9849
9850 2003-01-07    <johan AT balder>
9851
9852         * src/SDCCast.c (decorateType): fixed bug #600035
9853
9854 2003-01-07  Bernhard Held <bernhard AT bernhardheld.de>
9855         * as/mcs51/lkmem.c: added several l-modifiers to printf to remove warnings
9856         * as/mcs51/lkaomf51.c: #include <ctype.h> to remove warnings
9857         * src/pic/main.c (_hasNativeMulFor): outcommented unused variables to remove warnings
9858         * src/pic/pcode.c: outcommented unused variable to remove warnings
9859         * src/pic/ralloc.c: outcommented unused variable to remove warnings
9860
9861 2003-01-06    <karl AT turbobit.com>
9862         * sim/ucsim/cmd.src/command.cc: fixed so "break xram r 0x7654" works again in
9863    regression tests.
9864
9865 2003-01-06    <johan AT balder>
9866
9867         * src/SDCCicode.c: fixed array add
9868
9869 2002-01-05  Bernhard Held <bernhard AT bernhardheld.de>
9870         * src/SDCCmacro.c: MAX_STRING_LENGTH increased to 2048; was too small for regression tests
9871         * support/regression/ports/host/support.c: #include <stdarg.h> for gcc 3.2
9872
9873 2003-01-04    <johan AT balder>
9874
9875         * src/SDCCval.c (getNelements): fixed the initialized array of structures
9876
9877 2002-12-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9878         * as/mcs51/Makefile.bcc: fixed typo lkomf51.o -> lkaomf51.o
9879
9880 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
9881         * src/mcs51/peeph.def: added rules 234 and 235 from Frieder Ferlemann <frieder.ferlemann AT web.de>
9882         * support/regression/tests/bug-524697.c: fit mem usage into 8032
9883
9884 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
9885         * src/mcs51/gen.c (aopGetUsesAcc): inserted missing "return FALSE"
9886
9887 2002-12-27  Bernhard Held <bernhard AT bernhardheld.de>
9888         * as/mcs51/Makefile.in: fixed typo lkomf51.o -> lkaomf51.o
9889
9890 2002-12-26  Bernhard Held <bernhard AT bernhardheld.de>
9891         * src/mcs51/main.c: removed {bindir}{sep} from aslink
9892
9893 2002-12-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9894
9895     * in \sdcc\as\mcs51\ changed these files in order to create an
9896     aomf51 file: aslink.h, lkdta.c, lklex.c, lklibr.c, lklist.c,
9897     lkmain.c.  Also added: lkmem.c and lkaomf51.c.  Changed the
9898     following files to include the previous two files: aslink.dsp,
9899     Makefile.aslink, Makefile.bcc, and Makefile.in.
9900
9901     * Changed \sdcc\src\SDCCmain.c so it creates files with extension
9902     .adb instead of .cdb
9903
9904 2002-11-09  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9905
9906         * \sdcc\as\mcs51\lklist.c: Now reports memory usage using the
9907         value from option --iram-size.
9908
9909 2002-09-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9910
9911         * \sdcc\as\mcs51\lklist.c: added boundary check before using
9912         dram[] array.
9913
9914 2002-09-18    <wiml AT hhhh.org>
9915
9916         * SDCClrange.h: exposed setFromRange() and setToRange()
9917         * mcs51/ralloc.c: fixed over-eager packRegsForSupport() and
9918           packRegsForAccUse() (bug 542397)
9919         * mcs51/gen.c: MOVA() is now a function to avoid calling aopGet()
9920           multiple times and emitting the fetch operations more than once
9921           added aopGetUsesAcc() function to allow binary operators to
9922           fetch their operands in the correct order; made genMinus() emit
9923           compact code for X = LITERAL - Y
9924
9925 2002-09-00  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9926         * \sdcc\as\mcs51\lklist.c: Fixed incorrect number of parameters to
9927         sprintf() in line 1267.
9928
9929 2002-09-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9930         * \sdcc\src\SDCCglue.c: Generate areas REG_BANK_[0-3] only for 8051
9931         like ports.
9932
9933 2002-09-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9934         Changes to aslink (All the changes are marked with 'JCF'):
9935
9936         * \sdcc\as\mcs51\aslink.h: External definition of sflag and
9937         summary().
9938
9939         * \sdcc\as\mcs51\lkarea.c: Computes the size of area BSEG_BYTES from
9940         area BSEG.  Also moves, if possible, the DATA area down into the internal
9941         ram so more space is available.
9942
9943         * \sdcc\as\mcs51\lkdata.c: Definition of memory summary output flag
9944         sflag.
9945
9946         * \sdcc\as\mcs51\lklist.c: For the BSEG area report the size in bits,
9947         not bytes.  Function summary() which creates a memory usage summary
9948         file with extension .mem.  Reports of overlaping stack and small stack
9949         size.  If the space for the stack is less than 16 bytes aslink trows a
9950         warning.
9951
9952         * \sdcc\as\mcs51\lkmain.c: Creation of some of the default areas for
9953         the 8051.  Option 'y' for memory summary output file.
9954
9955         Changes to sdcc (All the changes are marked with 'JCF'):
9956
9957         * \sdcc\src\SDCCglobl.h: External definition of RegBankUsed[4].
9958
9959         * \sdcc\src\SDCCglue.c:  If a register bank is used, creates an
9960         overlaying area for it (uses RegBankUsed[4]).
9961
9962         * \sdcc\src\SDCCmain.c: Definition RegBankUsed[4]; marks register
9963         bank zero as used by default.  By default aslink locates the stack
9964         (equivalent to --stack-after-data).  Pass option 'y' to aslink for
9965         the creation of the .mem file.  Delegates the allocation of data area
9966         to aslink (it is not longer 0x30 by default).  If --stack-loc passes
9967         the begining of the stack area to aslink.
9968
9969         * \sdcc\src\SDCCmem.c:  If a register bank is used, marks it so
9970         glue() in SDCCglue.c creates an area for it.
9971
9972 2002-09-03  Borut Razem <borut.razem AT siol.net>
9973         * sdcc/src/SDCCglue.c, sdcc/src/SDCCglue.h, sdcc/src/SDCCmain.c,
9974         sdcc/src/pic/glue.c:
9975         introduced atexit() handler for teporay files removal in case of
9976         errors, assertions, ...
9977
9978 2002-08-29  Borut Razem <borut.razem AT siol.net>
9979         * sdcc/support/cpp2/auto-host_vc_in.h:
9980         re-definition of O_BINARY and other O_XXX as _O_BINARY and _O_XXX, so the problem
9981         with the returned value from read() in sdcc/support/cpp2/cppfiles.c is solved for MSC.
9982         Maybe there is a similar problem with BORLANDC? It should be checked!
9983
9984         * sdcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c, sdcc/src/z80/ralloc.c:
9985         corrected improper use of assert: the assignment to clr variable was done inside the assert.
9986         In case that NDEBUG was defined, the assert macro was substituted with no-op, so the assignment
9987         was not executed, and the compiler (cl) launched a warning:
9988         ralloc.c(1442) : warning C4700: local variable 'clr' used without having been initialized
9989
9990 2002-08-28  Bernhard Held <bernhard AT bernhardheld.de>
9991         * src/SDCCglue.c (printIvalArray): iterative calculation of array length
9992
9993 2002-08-28  Jesus Calvino-Fraga and Borut Razem <borut.razem AT siol.net>
9994         * sdcc/sdcc.dsw: added sdcpp, sdcppa, yacc, conf projects
9995
9996         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
9997           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp,
9998           sdcc/src/xa51/xa51.dsp, sdcc/src/avr/avra.dsp,
9999           sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
10000           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp,
10001           sdcc/src/xa51/xa51a.dsp, sdcc/as/as_z80.dsp,
10002           sdcc/as/aslink.dsp, sdcc/as/asx8051.dsp, sdcc/packihx/packihx.dsp:
10003         - added Release configuration in VS projects
10004         - review of compiler an linker options
10005         - VC .exe files are generated in bin_vc directory, not to interfere
10006           with binaries generated from other projects (cygwin, mingw, bcc ...)
10007
10008         * sdcc/src/yacc.dsp: added
10009
10010         * sdcc/config.dsp, sdcc/configure_vc.awk, sdcc/sdcc_vc_in.h:
10011         added - genarate sdcc_vc.h using sdcc_vc_in.h as template
10012         and insert the version number definitions from .version
10013
10014         * sdcc/support/cpp2/sdcpp.dsp: added - VC project for sdcpp
10015
10016         * sdcc/support/cpp2/sdcppa.dsp, sdcc/support/cpp2/auto-host_vc_in.h:
10017         added - genarate auto-host.h using auto-host_vc_in.h as template
10018
10019         * sdcc/sdcc_vc.h,
10020         removed from CVS, generated automatically
10021
10022 2002-08-25  Bernhard Held <bernhard AT bernhardheld.de>
10023         * support/scripts/inc2h.pl: use gputils or gpasm (from Nathan Hurst)
10024
10025 2002-08-11  Borut Razem <borut.razem AT siol.net>
10026         * support/Util/NewAlloc.c: removed unneeded #include "sdccconf.h" (suggested by Jesus Calvino-Fraga)
10027
10028 2002-08-10  Borut Razem <borut.razem AT siol.net>
10029         * src/SDCCmain.c (main):
10030         file preOutName was unlinked before closed. This seems to be OK on UNIX and cygwin
10031         platforms, but it doesn't work with Visual Studio: the opened file can not be removed.
10032         The consequence was that some temporary files were not removed.
10033
10034         * src/SDCCglue.c:
10035         unification of code in functions tempfilename() and tempfile():
10036         function tempnam() is defined in Visual Studio 6.0 and .NET
10037
10038         * sdcc/sdcc.dsw: removed project sdcpp, added project xa51a
10039
10040         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
10041           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp:
10042         - removed compiler command line option /WX: Treats all warnings as errors
10043         - update a list of source files, included into the project
10044
10045         * sdcc/src/avr/avra.dsp, sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
10046           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp:
10047         changed project type to Generic Project so that can be correcly converted to VS.NET project
10048
10049         * sdcc/as/mcs51/asm.h: definition of PATH_MAX for MSC
10050
10051         * sdcc/src/SDCCast.c: solved MSC error in function decorateType()
10052
10053         * sdcc/src/SDCC.y: added missing ending ';' to rules to get rid of bison warnings
10054
10055         * dcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c:
10056         added return 0 statements after assert() to make compiler happy
10057
10058         * sdcc/src/xa51/peeph.rul, sdcc/src/xa51/peeph.def, sdcc/src/z80/ralloc.c:
10059         added newline in the def file to keep MSC compiler satisfied
10060
10061         * sdcc/src/z80/gen.c:
10062         - function strcasecmp() is not defined in MSC (and probably also in BORLANDC),
10063           so it is replaced with STRCASECMP, which is defined as stricmp in case of MSC and BORLANDC
10064         - solved MSC error in function aopDump()
10065
10066         * sdcc_vc.h: define PREFIX as "\\sdcc"
10067
10068 2002-07-18  Bernhard Held <bernhard AT bernhardheld.de>
10069         * src/SDCCast.c (decorateType): fixed access to array of structures http://sourceforge.net/mailarchive/forum.php?thread_id=902690&forum_id=4107
10070
10071 2002-06-22  Scott Dattalo <scott AT dattalo.com>
10072         * src/pic/*: Numerous bug fixes. Flow analysis has been enhanced.
10073         - Rewrote the register banking algorithm.
10074         - Added pCode live-range analysis to registers (for now, only non-used and
10075         singly-used registers optimized away)
10076
10077         * src/pic/pcoderegs.[ch]: Added new files for pCode live-range analysis
10078
10079         * 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.
10080
10081 2002-05-10  Scott Dattalo <scott AT dattalo.com>
10082         * src/pic/*: Added support for multiplication. Fixed many,many bugs.
10083
10084 2002-04-22  Michael Hope  <michaelh AT vroom>
10085
10086         * device/lib/z80/printf.c: Changed emitter to volatile to work around a pcall bug.
10087
10088         * configure.in (DD_COPT): Added include support required for gbdk.
10089
10090         * .version: Bumped version number just to increase it.
10091
10092         * src/SDCCmain.c: Added -nostdinc to the default options.
10093
10094 2002-04-15  Michael Hope  <michaelh AT vroom>
10095
10096         * device/lib/z80/printf.c (sprintf): Added.
10097
10098         * src/z80/ralloc.c (packRegisters): Disabled pack HL use for GB as it's broken.
10099
10100         * src/z80/peeph.def: Added transpose redundent load rule.
10101
10102         * src/z80/main.c: Added force callee saves for jaune.
10103
10104         * src/port.h: Removed the i186 and tlcs-900h ports as they weren't being being developed.
10105
10106         * src/SDCCmain.c: Pulled the options definition out so that you can add port specific options without changing the main file.
10107
10108 2002-03-28  Johan Knol  <johan AT balder>
10109
10110         * src/SDCCval.c: fixed bug #532436
10111
10112 2002-03-14  Scott Dattalo <scott AT dattalo.com>
10113         * /src/port.h:
10114         Added "char *Processor" field to the port structure.
10115
10116         * /src/SDCCmain.c:
10117         Added -p option. Allows port dependent processor to be specified.
10118
10119         * all ports:
10120         Initialized the new field char *Processor field to NULL in all ports
10121
10122         * /src/pic/*:
10123         Compiler generated registers for interrupt context saving
10124         were not getting allocated.
10125
10126 2002-03-16  Sandeep Dutta  <sandeep AT ddi.com>
10127
10128         * /src/SDCCast.c:
10129         Fixed left shift. Will promote the left side of a left shift
10130         if a) left shifting more than size of operand or b) when assigned
10131         to something size > size of left side
10132
10133 2002-03-14  Scott Dattalo <scott AT dattalo.com>
10134         * src/pic/*
10135         tons of changes. Register allocation has been
10136         rewritten. Added customization for the various PICs. Flow
10137         analysis is restructured. ...
10138
10139         * src/pic/device.h:
10140         Added
10141
10142         * src/pic/device.c:
10143         Added. device.c is a PIC port hack to accomodate variations
10144         in PIC devices.
10145
10146 2002-03-13  Michael Hope  <michaelh AT vroom>
10147
10148         * src/z80/gen.c (genGenPointerGet): Fixed a bug where a pointer in HL is dereferenced into HL but HL is not spilled.  Yeah.
10149
10150 2002-03-04  johanknol  <johanknol AT manik>
10151
10152         * /src/SDCCval.c: fixed
10153
10154         const unsigned char arr[][2] = { { 0, 1 } };
10155         t18.c:1: error: Initializer element is not constant
10156
10157 2002-03-04  bela  <bela AT manik>
10158
10159         * /device/include/mcs51reg.h:
10160         ds89c420 register definition update
10161
10162 2002-03-03    <johan AT FRIJA>
10163
10164         * support/Util/SDCCerr.c: did something, but don't no why anymore
10165
10166         * support/regression/tests/bug-524691.c: made it a little less shy
10167
10168         * src/SDCCast.c (decorateType): fixed bug #524697
10169
10170         * src/SDCCast.c: made some lineno improvements
10171
10172         * src/SDCCval.c (getNelements): changed warning to error
10173
10174         * src/SDCCglue.c (printIvalArray): changed warning to error
10175
10176         * src/SDCCicode.c: fixed a warning for mingw
10177
10178         * src/SDCCast.c (decorateType): fixed the << promotion for ops
10179
10180         * src/SDCCicode.c (geniCodeDivision): divide is shift only for unsigned (bug #524685)
10181
10182 2002-03-02  Sandeep Dutta  <sandeep AT ddi.com>
10183
10184         * src/ds390/peeph.def:
10185         Added some more peephole rules
10186
10187         * src/ds390/gen.c: Various fixes & enhancements
10188
10189         * src/SDCClrange.c, src/SDCClrange.h:
10190         functions "alldefsoutofrange" and "notusedinblock" moved to SDCClrange.c
10191
10192         * src/ds390/ralloc.c:
10193         various fixes & enhancements (ds390) specific
10194
10195         * src/avr/ralloc.c, src/mcs51/ralloc.c, src/pic/ralloc.c, src/xa51/ralloc.c, src/z80/ralloc.c:
10196         Functions "allDefsOutOfRange" & "notUsedinBlock" moved to SDCClrange.c
10197         from rallocs.
10198
10199         * sdcc/src/SDCCcse.c: Better fix for bug # 514308
10200
10201 2002-03-02    <johan AT FRIJA>
10202
10203         * src/SDCCast.c (decorateType): fixed bug #524708
10204
10205         * src/SDCCval.c (floatFromVal): fixed the literal void (whatever that may be)
10206
10207         * src/SDCCicode.c (geniCodePtrPtrSubtract): fixed bug #524691
10208
10209 2002-03-01  Michael Hope  <michaelh AT vroom>
10210
10211         * src/SDCCsymt.c (initCSupport): Removed managling of support function names.
10212
10213         * src/z80/ralloc.c (packRegsForIYUse): Fixed fp bug where four byte operands were packed into IY.
10214
10215 2002-03-01    <johan AT FRIJA>
10216
10217         * src/SDCCglue.c (printIvalPtr): fixed bug #524211
10218
10219         * src/SDCCast.c (decorateType): fixed bug #524209
10220
10221         * src/SDCCval.c (valNot): fixed bug #524195
10222
10223 2002-02-26    <johan AT balder>
10224
10225         * src/xa51/gen.c: fixed a warning
10226
10227         * src/SDCCglue.c (printIvalFuncPtr): fixed bug #522534
10228
10229         * src/SDCCast.c (decorateType): fixed bug #522534
10230
10231 2002-02-23    <johan AT balder>
10232
10233         * src/SDCCdflow.c (computeDataFlow): fixed bug #460088
10234
10235 2002-02-22    <johan AT balder>
10236
10237         * src/SDCCast.c: fixed bug #514865
10238
10239         * src/SDCCy.c ("SDCC.y"): fixed bug #516625
10240
10241 2002-02-21  Sandeep Dutta  <sandeep AT ddi.com>
10242
10243         * sdcc/src/SDCCloop.c:
10244         Previous fix was not good. basic blocks that have "break" or "return" are
10245         not really partof a loop , but live ranges used in these blocks should
10246         be live thru the entire loop, so set partOfLoop but don't add them to
10247         loop region
10248
10249 2002-02-21    <johan AT FRIJA>
10250
10251         * src/SDCCcse.c: fixed bug #514308
10252
10253 2002-02-20  Sandeep Dutta  <sandeep AT ddi.com>
10254
10255         * src/SDCCloop.c:
10256         Fixed BUG #519583. If a conditional block ended in a return/break
10257         statement inside a loop, it was not being considered part of the loop.
10258
10259         * src/SDCCcflow.c: Removed fix (Fixed in SDCCloop.c)
10260
10261 2002-02-10  Karl Bongers <karl AT turbobit.com>
10262
10263         * debugger/*:
10264         Fixed up SDCDB debugger somewhat.  Updated debugger/README
10265         with lots of comments and notes.
10266
10267         * device/examples/test2.c:
10268         Fix bug, "red" variable not being initialized(compiler complained).
10269
10270         * device/examples/Makefile, examples/test3.c:
10271         Add Makefile in device/examples folder, compiles test3.c
10272         for use as a multiple module SDCDB test case.
10273
10274         * sim/ucsim/cmd.src/cmdset.cc:
10275         Took out debug printfs in ucsim "next" command.
10276
10277         * sim/ucsim/xa.src:
10278         Karl and Johan start ucsim XA support.  Most dissassembly working,
10279         about 75% emulation done(plenty of work remaining).
10280
10281         * sim/ucsim/z80.src:
10282         Add Z80 support to ucsim, add test-ucz80 regression test,
10283         notice ucsim/z80 emulation fails on examples/test3.c/itoa code.
10284         Notice z80 compiler fails on examples/test3.c/crc code.
10285
10286 2002-01-30  Sandeep Dutta  <sandeep AT ddi.com>
10287
10288         * src/mcs51/gen.c, src/mcs51/main.c, src/mcs51/ralloc.c:
10289         Added support for --parms-in-bank1
10290
10291         * src/ds390/peeph.def:
10292         added a few more peephole optimzations
10293
10294         * src/ds390/main.c:
10295         1) added __builtin_inp & __builtin_outp used to read in data of given length
10296            from a memory mapped port
10297         2) added __builtin_memcmp
10298         3) added __builtin_swapw swap bytes of a short
10299
10300         * src/ds390/gen.c, src/ds390/gen.h, src/ds390/ralloc.c:
10301         1) handle multiple send & receives from register bank1
10302         2) ralloc can now allocate DPTR1 to some liveRanges
10303
10304         * src/SDCCsymt.c, src/SDCCsymt.h:
10305         changes to handle multiple sends & receives
10306
10307         * src/SDCCptropt.h:
10308         added some pointer arithmetic optimization
10309
10310         * src/SDCCptropt.c:
10311         added some pointer arithmetic optimizations but not stable yet so not
10312         called from anywhere (will get this working shortly)
10313
10314         * src/SDCCopt.c: fixed for multiple sends & receives
10315
10316         * src/SDCCmain.c:
10317         1) added options --parms-in-bank1 (ds390/mcs51) & --protect-sp-update
10318         2) preprocessing done AFTER port->finalizeoptions . This allows ports to
10319            set preprocessor defines (depending on options)
10320
10321         * src/SDCCicode.c, src/SDCCicode.h:
10322         changes made to handle multiple sends & receives
10323
10324         * src/SDCCglobl.h:
10325         Added options --protect-sp-update (ds390) and --parms-in-bank1 (ds390/mcs51)
10326
10327         * src/SDCCcse.c, src/SDCCcse.h:
10328         added function findbackward def (to be used in upcoming optimization)
10329
10330         * src/SDCCcflow.c, src/SDCCcflow.h:
10331         added function returnAtEnd - to determine if a basic block terminates with
10332         a RETURN iCode
10333
10334         * src/SDCCast.c, src/SDCCast.h:
10335         added option parms-in-bank1
10336
10337         * device/lib/_divsint.c, device/lib/_divslong.c, device/lib/_divuint.c
10338         * device/lib/_divulong.c, device/lib/_modsint.c, device/lib/_modslong.c
10339         * device/lib/_modulong.c, device/lib/_mulint.c, device/lib/_mullong.c:
10340         adjusted for --parms-in-bank1 option
10341
10342         * device/include/string.h:
10343         donot redefine "reentrant" keyword
10344
10345         * device/include/ds80c390.h: Added some more SFRs
10346
10347 2002-01-28  Bernhard Held  <bernhard AT bernhardheld.de>
10348
10349         * sim/ucsim: Merged branch ucsim-034-pre3 to main trunk; new version 0.4
10350
10351 2002-01-26  Bernhard Held  <bernhard AT bernhardheld.de>
10352
10353         * src/SDCCast.c (funcOfType): fix usage of double --float-reent
10354
10355 2002-01-22  Bernhard Held  <bernhard AT bernhardheld.de>
10356
10357         * support/regression/fwk/lib/testfwk.c (main): Removed workaround for bug #505387
10358
10359 2002-01-18  Paul Stoffregen  <paul AT pjrc.com>
10360
10361         * Added --xram-movc option
10362
10363 2002-01-13  Bernhard Held  <bernhard AT bernhardheld.de>
10364
10365         * support/regression/Makefile: don't include test-mcs51-stack-auto in target all
10366
10367 2002-01-11  Johan Knol
10368
10369         * Added math lib of Jesus Calvino-Fraga
10370
10371 2002-01-08  Bernhard Held  <bernhard AT bernhardheld.de>
10372
10373         * src/SDCCmain.c (processFile): fix processing of ../../src.c
10374         * support/regression/Makefile: new target test-mcs51-stack-auto
10375         * support/regression/ports/mcs51-stack-auto/spec.mk: added
10376
10377 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
10378
10379         * src/SDCCglue.h: printIvalCharPtr(), not printIvalChar()
10380
10381 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
10382
10383         * support/regression/ports/mcs51/support.c: correct setup of timer / UART
10384
10385 2002-01-03  Bernhard Held  <bernhard AT bernhardheld.de>
10386
10387         * src/SDCCsymt.c (processFuncArgs): fix #498307 by Johan
10388
10389         * src/SDCCglue.h: add definition for printIvalChar()
10390
10391 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
10392
10393         * src/SDCCast.c: fix #498138 by Johan
10394
10395         * src/SDCCglue.c: fix #498138 by Johan
10396
10397 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
10398
10399         * support/regression/Makefile: fix clean
10400
10401         * support/regression/ports/ds390/support.c: fix transmission of last character
10402
10403 2001-12-29  Sandeep Dutta  <sandeep AT ddi.com>
10404
10405         * /sdcc/src/ds390/gen.c:
10406         a) improved computing address of stack variable
10407         b) took out some #if 0 code
10408         c) improved parmBytes adjustment
10409         d) improved genPlusIncr & genMinusIncr
10410         e) genCmp could generate bad code (when left assigned to DPTR)
10411         f) Fixed bug in hasInc
10412
10413         * /sdcc/src/ds390/ralloc.c:
10414         a) packRegsForSupport could mess up live information (Fixed)
10415         b) packRegsDPTRuse could be incorrect for left & right shift
10416
10417         * /sdcc/src/mcs51/ralloc.c:
10418         packRegsForSupport could mess up the live information (Fixed)
10419
10420         * /sdcc/src/mcs51/gen.c: Fixed a bug in hasInc
10421
10422         * /sdcc/src/SDCCast.c:
10423         can reverse a loop even if function call is present as long
10424         as the loop control variable is local & is not passed as parameter
10425
10426 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
10427
10428         * /sdcc/ChangeLog: *** empty log message ***
10429
10430         * /sdcc/src/ds390/gen.c, /sdcc/src/ds390/main.c:
10431         More builtin function additions for TININative
10432
10433         * /sdcc/src/ds390/ralloc.c:
10434         Had broken the regression testsuite
10435
10436         * /sdcc/src/SDCCast.c: Fixed a bug in dumptree
10437
10438         * /sdcc/src/SDCCsymt.c, /sdcc/src/SDCCsymt.h:
10439         Added funcattr hasStackParms will be set for reentrant functions when there
10440         are paramteres on the stack, this helps in minimizing frame pointer generation
10441         typeFromStr can handle function pointers now
10442
10443         * /sdcc/doc/builtins.txt, /sdcc/doc/TININative.txt:
10444         *** empty log message ***
10445
10446 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
10447
10448         * /src/ds390/gen.c, /src/ds390/main.c:
10449         More builtin function additions for TININative
10450
10451         * /src/ds390/ralloc.c:
10452         Had broken the regression testsuite
10453
10454         * /src/SDCCast.c: Fixed a bug in dumptree
10455
10456         * /src/SDCCsymt.c, /src/SDCCsymt.h:
10457         Added funcattr hasStackParms will be set for reentrant functions when there
10458         are paramteres on the stack, this helps in minimizing frame pointer generation
10459         typeFromStr can handle function pointers now
10460
10461         * /doc/builtins.txt, /doc/TININative.txt:
10462         *** empty log message ***
10463
10464
10465 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
10466
10467         * /src/ds390/gen.c, /src/ds390/main.c, /src/ds390/peeph.def, /src/ds390/ralloc.c:
10468         ALPHA version for -mTININative
10469
10470         * /src/izt/i186.c, /src/izt/tlcs900h.c, /src/mcs51/main.c, /src/pic/main.c, /src/z80/main.c, /src/avr/main.c:
10471         updated to reflect changes in the port structure
10472
10473         * /src/port.h:
10474         added function do_assemble (similar to do_link) if non-null this function
10475         will be called to do assembly (-mTININative) requires a multi command
10476         assembly
10477         added function genAssemblerEnd will be called to generate assembler Epilogue
10478
10479         * /src/SDCCsymt.c:
10480         added _JavaNative to debug info printing
10481
10482         * /src/SDCCmain.c: added option --tini-libid
10483         added port->do_assemble function (-mTININative) has a multi command assemble
10484
10485         * /src/SDCCglue.c: Disabled "constExpr" check
10486         added port->genAssemblerEnd function
10487
10488         * /src/SDCCglobl.h: Added option --tini-libid value
10489
10490         * /src/SDCCast.h:
10491         tookout optimizeCompare from the header (has no external references)
10492
10493         * /src/SDCCast.c: made one more function "static"
10494
10495 2001-12-23  Michael Hope  <michaelh AT juju.net.nz>
10496
10497         * src/z80/mappings.i: Added z80asm support.
10498
10499         * src/z80/main.c: Added z80asm support on --asm=z80asm
10500
10501         * src/z80/gen.c: Fixed asm portability issues.
10502
10503         * src/asm.c (tvsprintf): Removed old code, added 'N' for function name.  For extern support.
10504
10505         * src/SDCCglue.c (printExterns): Added global/extern split.
10506
10507 2001-12-17  Bernhard Held  <bernhard AT bernhardheld.de>
10508
10509         * support/regression/Makefile: added test for mcs51 model large
10510
10511         * support/regression/ports/mcs51-large/spec.mk: added test for mcs51 model large
10512
10513         * support/regression/ports/gbz80/spec.mk: added -mgbz80
10514
10515 2001-12-05  Michael Hope  <michaelh AT juju.net.nz>
10516
10517         * src/diff.1 (Index): Many, many optmisiations.  Dhrystone up to 201.
10518
10519 1904-01-06  Michael Hope  <michaelh AT juju.net.nz>
10520
10521         * src/z80/ralloc.c (packRegsForIYUse): Fixed the case where an operand is in direct space.
10522
10523         * src/z80/gen.c (makeFreePairId): Optimised IY load by using a spare pair.
10524
10525 2001-12-02  Bernhard Held  <bernhard AT bernhardheld.de>
10526
10527         * src/mcs51/gen.c (genFunction): avoid excess "inc sp"
10528
10529         * support/regression/tests/simplefloat.c: Port to mcs51.
10530
10531 2001-11-25  Michael Hope  <michaelh AT juju.net.nz>
10532         * support/regression/tests/bug-485362.c: Added.
10533
10534         * support/regression/tests/simplefloat.c (testDivNearOne): Added.
10535
10536         * src/z80/gen.c (aopOp): Fixed case where left and result are in the same spill loc and they have different sizes.
10537
10538         * src/z80/peeph.def: Added rules for optimising two byte compares on the same thing, and to optimise two ptr assign.
10539
10540         * src/z80/gen.c (aopDump): Added a dump function.
10541
10542 2001-11-25  Bernhard Held  <bernhard AT bernhardheld.de>
10543         * sim/ucsim/s51.src/glob.cc: DS390 SFRs and bits added.
10544
10545         * sim/ucsim/s51.src/port.cc: Port 4 and 5 added.
10546
10547         * sim/ucsim/s51.src/regs51.h: DS390 SFRs added.
10548
10549         * sim/ucsim/s51.src/uc390.cc: Some details improved, CKRDY works for tinibios.
10550
10551         * sim/ucsim/s51.src/uc390cl.h: Work in progress.
10552
10553         * sim/ucsim/sim.src/uccl.h: 6 ports for DS390.
10554
10555         * support/regression/fwk/lib/testfwk.c: Run with tinibios.
10556
10557         * support/regression/ports/mcs51/spec.mk: Fine tuninig.
10558
10559         * support/regression/ports/ds390/support.c: Use tinibios.
10560
10561         * support/regression/ports/ds390/spec.mk: Fine tuning, use tinibios.
10562
10563 2001-11-23  Michael Hope  <michaelh AT juju.net.nz>support/regression/tests/bug-460010.c
10564
10565         * src/z80/ralloc.c (packRegsForHLUse3): Changed to not pack into HL if anything is in direct space.
10566         (packRegsForHLUse3): Added packing support for send, cast, and return value from a call.
10567
10568         * src/z80/peeph.def: Added rules for optimising pushes of part of a pair.
10569
10570         * src/z80/gen.c (emitCall): Changed the stack fixup to not use HL.
10571
10572 2001-11-18  Michael Hope  <michaelh AT juju.net.nz>
10573
10574         * src/z80/gen.c (genCmp): Fixed compare on unsigned.
10575
10576         * src/z80/ralloc.c (packRegsForHLUse3): Created and optimised.
10577         (packRegsForIYUse): Created and optimised.
10578
10579 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
10580
10581         * support/regression/tests/float.c (testFloatAdd): Fixed up warning.
10582 2001-11-18  Bernhard Held  <bernhard AT bernhardheld.de>
10583
10584         * sdcc/support/regression/tests/bug-460010.c: fix seg violation on host
10585
10586         * sdcc/support/regression/tests/muldiv.c: fix output on mcs51
10587
10588         * sdcc/support/regression/tests/stacks.c: fix DSEG overflow on mcs51
10589
10590 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
10591
10592         * sdcc/sim/device/lib/_gptrget.c: mem region 5 (idata) added
10593
10594         * sdcc/sim/device/lib/_gptrput.c: mem region 5 (idata) added
10595
10596 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
10597
10598         * sdcc/sim/ucsim/globals.cc: New: IXRAM.
10599
10600         * sdcc/sim/ucsim/stypes.h: New: IXRAM.
10601
10602         * sdcc/sim/ucsim/s51.src/uc390.cc: New: IXRAM.
10603
10604 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
10605
10606         * src/z80/ralloc.c (packRegsForHLUse): Banned IFXs from being packed into HL.
10607         (packRegsForHLUse): Added rule to pack address of/pointer get for itemps into HL for the Z80.
10608         (packRegsForAccUse2): Added rule to pack hbit IFXs into A.
10609
10610         * src/z80/main.c (_setDefaultOptions): Made float code re-entrant by default.
10611
10612         * src/z80/gen.c (aopGetLitWordLong): Added word support for floats.
10613         (genNotFloat): Added.
10614         (genUminusFloat): Added.
10615
10616         * device/lib/z80/Makefile: Added floating pt stubs.
10617
10618         * device/lib/Makefile.in (Z80SOURCES): Added floating pt support.
10619
10620         * src/z80/gen.c (genIpush): Fixed up a push of one byte when left is in a pair.
10621
10622         * device/lib/_fsadd.c (__fsadd): Fixed up return where the numbers are hugely different.
10623
10624 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
10625
10626         * sdcc/sim/ucsim/s51.src/glob.cc: Minor fix.
10627
10628         * sdcc/sim/ucsim/s51.src/regs51.h: Minor fix.
10629
10630         * sdcc/support/regression/Makefile: Add port ds390.
10631
10632         * sdcc/support/regression/ports/mcs51/spec.mk: Minor change.
10633
10634         * sdcc/support/regression/ports/z80/spec.mk: Minor change.
10635
10636         * sdcc/support/regression/ports/ds390/spec.mk: Added.
10637
10638         * sdcc/support/regression/ports/ds390/support.c: Added.
10639
10640         * sdcc/support/regression/ports/ds390/uCsim.cmd: Added.
10641
10642         * sdcc/support/regression/ports/mcs51/timeout.c: Cut.
10643
10644         * sdcc/support/regression/fwk/lib/timeout.c: Paste.
10645
10646 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
10647
10648         * device/include/malloc.h: Added z80 and gbz80 support.
10649
10650         * device/lib/gbz80/heap.s: Added.
10651
10652         * device/lib/z80/heap.s: Added.
10653
10654         * device/lib/malloc.c: Added z80 and gbz80 support.
10655
10656         * support/regression/tests/malloc.c (testMalloc): Added.
10657
10658         * src/SDCCmain.c (parseCmdLine): Added support for -Wp.
10659
10660         * support/regression/tests/bug-478094.c: Added.
10661
10662         * src/z80/gen.c (commitPair): Fixed silly gbz80/z80 commit to static bug.
10663
10664 2001-11-04  Bernhard Held  <bernhard AT bernhardheld.de>
10665
10666         * sdcc/sim/ucsim/s51.src/uc390cl.h: Improvement for ds390 to run regression tests
10667
10668         * sdcc/sim/ucsim/s51.src/uc390.h: Improvement for ds390 to run regression tests
10669
10670         * sdcc/sim/ucsim/s51.src/regs51.h: Improvement for ds390 to run regression tests
10671
10672         * sdcc/sim/ucsim/s51.src/glob.cc: Improvement for ds390 to run regression tests
10673
10674         * sdcc/support/regression/tests/bug-460010.c: Small change for ds390
10675
10676 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
10677
10678         * src/z80/peeph-gbz80.def: Removed a bad sub optimisation.
10679
10680 2001-11-03  Michael Hope  <michaelh AT juju.net.nz>
10681
10682         * support/regression/tests/bug-477927.c: Added.
10683
10684         * src/z80/peeph.def: Added minor rules.
10685
10686         * src/z80/gen.c (genPlusIncr): Added an extra plusinc rule.
10687
10688         * src/z80/peeph.def: Added jump optimisation modification.
10689
10690 2001-11-01  Michael Hope  <michaelh AT juju.net.nz>
10691
10692         * src/SDCCmain.c (linkEdit): Added runtime path detection to the mcs51 port.
10693
10694 2001-10-30  Michael Hope  <michaelh AT juju.net.nz>
10695
10696         * support/regression/tests/funptrs.c: Added.
10697
10698 2001-10-29  Michael Hope  <michaelh AT juju.net.nz>
10699
10700         * src/z80/ralloc.c (packRegsForHLUse): Fixed up bad spill due to pushing one byte via HL.
10701
10702 2001-10-28  Michael Hope  <michaelh AT juju.net.nz>
10703
10704         * src/z80/gen.c (genArrayInit): Made it work for on stack arrays.
10705
10706         * src/z80/main.c (gbz80_port =): Added rle support to the gbz80 port.
10707
10708         * src/z80/gen.c (genMinus): Fixed for where the result is one byte.
10709         (movLeft2ResultLong): Created.
10710
10711         * src/z80/ralloc.c (packRegsForHLUse): Added a couple of simple cases for the GB.
10712         (joinPushes): Added.  Joins two char pushes into a word push.
10713
10714 2001-10-27  Michael Hope  <michaelh AT juju.net.nz>
10715
10716         * support/cpp2/Makefile.in (install): Added creation of dest dir.
10717
10718         * support/makebin/Makefile (install): Added creation of dest dir.
10719
10720 2001-10-24 Karl Bongers <karl AT turbobit.com>
10721
10722         * configure.in, configure, Makefile, support/cpp: Removed cpp folder, since we have new cpp2 preprocessor code.
10723
10724 2001-10-21  Michael Hope  <michaelh AT juju.net.nz>
10725
10726         * src/z80/ralloc.c: Turned off faulty pack for one use.
10727
10728         * src/z80/peeph-gbz80.def: Removed redundent restart options.
10729
10730         * src/z80/gen.c (genMult): Added native mul for constants on the z80 and gbz80.
10731
10732 2001-10-21  Bernhard Held  <bernhard AT bernhardheld.de>
10733
10734         * support/regression/Makefile: Improved clean
10735
10736         * support/regression/ports/gbz80/spec.mk: Added clean
10737
10738         * support/regression/ports/host/spec.mk: Added clean
10739
10740         * support/regression/ports/z80/spec.mk: Added clean
10741
10742         * support/regression/ports/mcs51/spec.mk: Added clean, little improvements
10743
10744         * support/regression/ports/mcs51/timeout.c: little improvements
10745
10746 2001-10-17  Michael Hope  <michaelh AT juju.net.nz>
10747
10748         * device/lib/malloc.c (MEMHEADER): Fixed against new pedantic pointers.
10749
10750         * support/regression/fwk/include/testfwk.h: Fixed up to use function pts correctly.
10751
10752         * support/regression/generate-cases.py: Fixed up to use function pts correctly.
10753
10754 2001-10-16  Bernhard Held  <bernhard AT bernhardheld.de>
10755
10756         * support/regression/port/mcs51/spec.mk: add timeout for uCsim
10757
10758         * support/regression/port/mcs51/timeout.c: add timeout for uCsim
10759
10760 2001-10-13  Michael Hope  <michaelh AT juju.net.nz>
10761         * src/z80/gen.c (emitCall): Fixed up missing spill of HL when used to assign the result value.
10762
10763         * src/z80/ralloc.c: Turned off pack for one use as it's quite broken.
10764
10765         * src/SDCCmain.c (linkEdit): Added support for passing a legacy command line through the processor.
10766
10767         * src/mcs51/main.c (_linkCmd): Added bin path to command.
10768
10769         * src/SDCCmain.c (initValues): Added support for when it it called just to link.
10770
10771         * as/mcs51/lklibr.c (libfil;): Turned off 'library file' message.
10772
10773         * src/SDCCval.c (constVal): Fixed usage of 'L' modifier problems on ppc.
10774
10775         * support/regression/tests/longor.c: Added.
10776
10777 2001-10-11  Bernhard Held  <bernhard AT bernhardheld.de>
10778
10779         * as/mcs51/asdata.c: replaced FILENAME_MAX with PATH_MAX
10780
10781         * as/mcs51/aslink.h: define PATH_MAX
10782
10783         * as/mcs51/asm.h: define PATH_MAX
10784
10785         * as/mcs51/asmain.c: replaced FILENAME_MAX with PATH_MAX
10786
10787         * as/mcs51/asnoice.c: replaced FILENAME_MAX with PATH_MAX
10788
10789         * as/mcs51/lklex.c: replaced FILENAME_MAX with PATH_MAX
10790
10791         * as/mcs51/lkmain.c: replaced FILENAME_MAX with PATH_MAX
10792
10793         * src/SDCCglobl.h: define PATH_MAX
10794
10795         * src/SDCCmacro.c: replaced FILENAME_MAX with PATH_MAX
10796
10797         * src/SDCCmain.c: replaced FILENAME_MAX with PATH_MAX
10798
10799 2001-10-11  Michael Hope  <michaelh AT juju.net.nz>
10800
10801         * src/z80/gen.c (gencjneshort): Fixed
10802
10803         * src/z80/ralloc.c (packRegsForHLUse): Added pack into HL for cast then ipush.
10804
10805 2001-10-09  Michael Hope  <michaelh AT juju.net.nz>
10806
10807         * support/regression/tests/bug-469671.c: Added.
10808
10809         * src/z80/gen.c (shiftIntoPair): Fixed up warning.
10810
10811 2001-10-08  Michael Hope  <michaelh AT juju.net.nz>
10812
10813         * src/SDCCmain.c: Added --fommit-frame-pointer option and implemented in the z80 port.
10814
10815         * src/z80/gen.c (genPlus): Fixed to work with extended stack.  Also fixed genMinus, genCmp.  genUMinus is still left.
10816
10817 2001-10-08  Bernhar Held  <bernhard AT bernhardheld.de>
10818
10819         * src/SDCCmain.c (preProcess): added define SDCC_NOOVERLAY
10820
10821         * src/device/lib/_mulint.c  : removed hint: nooverlay bug
10822
10823         * src/device/lib/_mullong.c : removed hint: nooverlay bug
10824
10825         * src/device/lib/_divuint.c : removed hint: nooverlay bug
10826
10827         * src/device/lib/_divulong.c: removed hint: nooverlay bug
10828
10829         * src/device/lib/_moduint.c : removed hint: nooverlay bug
10830
10831         * src/device/lib/_modulong.c: removed hint: nooverlay bug
10832
10833 2001-10-07  Michael Hope  <michaelh AT juju.net.nz>
10834
10835         * 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.
10836
10837         * support/Util/NewAlloc.c (freeTrace): Changed free for the gc case to not free at all.  Fixes runtime segfault.
10838
10839         * support/regression/tests/scott-compare3.c (c_abcd): Fixed up casts.
10840
10841 2001-10-07    <johan AT FRIJA>
10842
10843         * device/lib/gets.c (gets): fixed the return value.
10844
10845 2001-10-06  Michael Hope  <michaelh AT juju.net.nz>
10846         * src/SDCCmain.c (WRITE_SEG_LOC): Fixed up to use Safe_strdup.
10847
10848         * 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.
10849
10850         * 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.
10851
10852         * src/z80/gen.c (genZ80Code): Added de-allocation via trace support.
10853
10854         * src/pic/gen.c: Removed Safe_strdup.
10855
10856         * configure.in: Added option to enable libgc support.
10857
10858         * src/SDCCbitv.c (bitVectnBitsOn): Optimised.
10859         (bitVectUnion): Optimised.
10860         (bitVectIntersect): Optimised.
10861         (bitVectBitsInCommon): Optimised.
10862         (bitVectCplAnd): Optimised.
10863
10864         * support/makebin/makebin.c (usage): Removed getopt as mingw32 doesn't have it.  Sigh.
10865
10866 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
10867
10868         * src/SDCCmain.c: distinguish between assembler debug and plain options
10869
10870         * src/avr/main.c:   remove standard assembler options
10871
10872         * src/ds390/main.c: remove standard assembler options
10873
10874         * src/mcs51/main.c: remove standard assembler options
10875
10876         * src/port.h: removed "PENDING" comment
10877
10878 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
10879
10880         * src/device/lib/_mulint.c  : new, with assember functions
10881
10882         * src/device/lib/_mullong.c : new, with assember functions
10883
10884         * src/device/lib/_divuint.c : with assember functions
10885
10886         * src/device/lib/_divsint.c : with assember functions
10887
10888         * src/device/lib/_divulong.c: with assember functions
10889
10890         * src/device/lib/_divslong.c: with assember functions
10891
10892         * src/device/lib/_moduint.c : with assember functions
10893
10894         * src/device/lib/_modsint.c : with assember functions
10895
10896         * src/device/lib/_modulong.c: with assember functions
10897
10898         * src/device/lib/_modslong.c: with assember functions
10899
10900         * src/device/lib/libint.lib:  replaced _muluint.c  and _mulsint.c  by _mulint.c
10901
10902         * src/device/lib/liblong.lib: replaced _mululong.c and _mulslong.c by _mullong.c
10903
10904         * src/device/lib/Makefile.in: replaced _muluint.c  and _mulsint.c  by _mulint.c
10905                                       replaced _mululong.c and _mulslong.c by _mullong.c
10906
10907 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
10908
10909         * src/SDCCsymt.c: sequence of specifiers in pintTypeChain() corrected
10910
10911 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
10912
10913         * src/SDCCglue.c: test, if win32api is available for MINGW
10914
10915 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
10916
10917         * src/SDCCsymt.c: no more _modifier in printTypeChain()
10918         * support/regression/tests/driverstruct.c: REENTRANT for mcs51
10919         * support/regression/ports/gbz80/spec.mk: removed GENERIC
10920         * support/regression/ports/host/spec.mk: removed GENERIC
10921         * support/regression/ports/mcs51/spec.mk: removed GENERIC
10922         * support/regression/ports/z80/spec.mk: removed GENERIC
10923
10924 2001-10-01  Michael Hope  <michaelh AT juju.net.nz>
10925
10926         * support/regression/fwk/lib/testfwk.c (__printf): Removed GENERIC.
10927
10928         * support/regression/tests/bug-467035.c: Created.
10929
10930 2001-10-01    <johan AT FRIJA>
10931
10932         * src/SDCC.y: fixed bug #466586 part 1
10933
10934 2001-10-01  Johan Knol <johan.knol AT iduna.nl>
10935
10936         * SDCCicode.c: z80 has no generic pointers
10937         * removed -s from strip in all Makefile(.in)'s. It is not needed, but Solaris chocks on it.
10938
10939 2001-09-30  Michael Hope  <michaelh AT juju.net.nz>
10940
10941         * sim/ucsim/cmd.src/Makefile.in ($(PRJDIR)/libcmd.a): Changed all ar references to $(AR) for Solaris.
10942
10943 2001-09-29  Michael Hope  <michaelh AT juju.net.nz>
10944
10945         * Makefile (sdcc-libs): Added makebin to the list of standard targets.
10946
10947         * support/regression/ports/z80/spec.mk: Updated to use env for sdcc bin dir for automatic regression.
10948
10949 2001-09-25  Michael Hope  <michaelh AT juju.net.nz>
10950
10951         * configure.in: Fixed up so that ucsim is only configured once.
10952
10953         * support/cpp2/configure.in: Fixed to use the program transform to append the .exe for the win32 build.
10954
10955         * src/SDCCutil.c (getPrefixFromBinPath): Fixed up to work with win32 in all of its glory.
10956         (getPathDifference): As above.
10957
10958         * src/SDCCmain.c (preProcess): Changed to use a temporary file in a proper temp directory.  Fixed case where pre-processing only.
10959
10960         * src/SDCCglue.c (tempfilename): Added function for pre-processor.
10961
10962 2001-09-23  Michael Hope  <michaelh AT juju.net.nz>
10963         * .version: Updated to 2.3.1
10964
10965         * src/z80/main.c (z80_port =): Added macro based linker and assembler command line support.
10966         Added copyright header.
10967
10968         * src/SDCCmain.c: Shifted various functions into SDCCutil.c
10969         (assemble): Added support for macro based assembler commands.
10970         (linkEdit): Added support for macro based linker commands.
10971         (preProcess): Changed the pre-processor to use macros.
10972         (_setPaths): Added functionality to autodetect the include, lib and bin dir paths.
10973         (_discoverPaths): Added support for overriding the install directory using the SDCCDIR env variable.
10974
10975         * device/lib/z80/crt0.s: Added module name for debugging.
10976
10977 2001-09-20  Michael Hope  <michaelh AT juju.net.nz>
10978
10979         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
10980
10981         * src/SDCChasht.c (hTabDeleteByKey): Fixed delete as it would delete the last item from a bucket even if it wasn't the real one.
10982
10983         * src/SDCCglue.c: Moved gc_strdup to SDCCutil.c
10984
10985         * src/Makefile.in: Added SDCCmacro and SDCCutil
10986
10987 2001-09-19  Michael Hope  <michaelh AT juju.net.nz>
10988
10989         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
10990
10991 2001-09-16    <johan AT FRIJA>
10992
10993         * 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.
10994
10995 2001-09-15    <johan AT FRIJA>
10996
10997         * src/mcs51/ralloc.c: (findAssignToSym): fixed bug #460662 part 1
10998         * src/ds390/ralloc.c (findAssignToSym): fixed bug #460662 part 1
10999
11000 2001-09-11    <johan AT FRIJA>
11001
11002         * src/SDCCval.c (valDiv Mod Minus Plus Shift): keep litteral expressions as small as possible (bug #460010)
11003
11004 2001-09-10  Michael Hope  <michaelh AT juju.net.nz>
11005
11006         * support/regression/tests/bug-460444.c: Added test case.
11007
11008         * src/z80/gen.c (genOr): bug 460444: if (a ^ lit) was broken for &, |, and ^.
11009         (genCast): Added justification for all of the asserts.
11010
11011 2001-09-10  Bernhard Held <bernhard AT bernhardheld.de>
11012
11013         * support/regression/support.c: _xdata replaced by xdata
11014
11015         * support/regression/spec.mk: removed _generic
11016
11017 2001-09-09  Michael Hope  <michaelh AT juju.net.nz>
11018
11019         * src/pic/ralloc.c (debugLogRegType): Removed some old types to get it to compile.
11020
11021         * src/z80/gen.c (shiftR2Left2Result): Improved the case when v = v >> n for small values of n to use less code space and time.
11022         (genrshTwo): Fixed v = v >> n where v is a negative int and n is > 8: bug 460010.
11023
11024         * src/z80/peeph.def: Added a rule to optimise shift then compare.
11025
11026         * support/regression/tests/bug-460000.c (testShiftByParam): Added test case.
11027
11028         * support/regression/tests/bug-460010.c: Added test case.
11029
11030         * support/regression/Makefile (test-host): Removed a silly 'clean' target when testing against gcc.
11031
11032 2001-09-09  Bernhard Held <bernhard AT bernhardheld.de>
11033
11034         * support/regression/Makefile: inter-port-clean adjusted for mcs51
11035
11036         * support/regression/testfwk.c: removed workaround for bug #436344
11037
11038         * support/regression/tests/bp.c: use less memory with mcs51
11039
11040         * support/regression/tests/bug-441448.c: use less memory
11041
11042         * support/regression/tests/ports/mcs51/spec.mk: cleanup, use --stack-after-data
11043
11044         * support/regression/collate-results.py: typo
11045
11046 2001-09-08  Michael Hope  <michaelh AT juju.net.nz>
11047
11048         * support/regression/tests/fetchoverlap.c: Added new test case.
11049
11050         * support/regression/tests/bp.c: Added new test case.
11051
11052         * support/regression/tests/bug-448984.c: Added new test case.
11053
11054         * support/regression/tests/pow2shifts.c: Added new test case.
11055
11056         * src/z80/gen.c: Turned off the noise it normally generates for the release.
11057         (genlshTwo): Fixed right shift for count > 8.
11058
11059         * src/z80/ralloc.c: Disabled most of the ACC packing rules as they weren't getting hit and weren't at all safe.
11060
11061 2001-09-08    <johan AT FRIJA>
11062
11063         * src/SDCCicode.c (geniCodeCall): a CPOINTER can be used as a function
11064
11065 2001-09-07    <johan AT FRIJA>
11066
11067         * src/SDCCicode.c (newiCodeCondition): fixed bug #456235 (1.77)
11068
11069         * src/SDCCglue.c (emitRegularMap): only delete a symbol when it is a symbol
11070
11071 2001-09-06    <johan AT FRIJA>
11072
11073         * src/SDCC.y: this could be a fix for bug #458744 (1.37)
11074         * bernhard noted me at this: "() equals to (void)" (1.38)
11075
11076 2001-09-05    <johan AT FRIJA>
11077
11078         * src/SDCCglue.c (emitRegularMap): a fix for bug #458099/2
11079
11080 2001-09-04    <johan AT FRIJA>
11081
11082         * src/SDCCsymt.c (checkSClass): a fix for bug #458099/1
11083
11084
11085 2001-09-04  Paul Stoffregen  <paul AT pjrc.com>
11086
11087         * pragma noinduction broke memcpy on mcs51 large model.  Moved it inside z80 optimization
11088
11089 2001-09-03  Michael Hope  <michaelh AT juju.net.nz>
11090
11091         * link/z80/aslink.h: Fixed path for PATH_MAX
11092
11093 2001-09-02  Michael Hope  <michaelh AT juju.net.nz>
11094
11095         * src/z80/gen.c (fetchLitPair): Changed so that it properly caches direct space references.
11096
11097         * support/regression/tests/addsub.c: Added cases to cover all the +, - combinations.
11098
11099         * support/regression/tests/uminus.c: Added a test for the unary minus operator.
11100
11101         * 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.
11102
11103 2001-09-01  Michael Hope  <michaelh AT juju.net.nz>
11104
11105         * src/z80/gen.c: Fixed up generator to pass the regresion tests, specifically fixing loads for longs, genCmp, and turned on the map file.
11106         (genCmp): Fixed up genCmp for the GB with longs.
11107
11108         * device/lib/gbz80/Makefile: Fixed up all the libraries to pass the regression tests.
11109
11110         * support/regression/ports/host/spec.mk: Updated to compile with the new type specifiers.
11111
11112         * device/lib/Makefile.in (Z80SOURCES): Removed old _mululong, _mulslong, and unneeded _mulint.
11113
11114         * device/lib/_mullong.c (_mulslong): Changed to actually return a value :)
11115
11116 2001-08-30  Paul Stoffregen  <paul AT pjrc.com>
11117
11118         * added peepholes 223 to 231 to mcs51 port.  These improve code when using large model.
11119
11120 2001-08-30  Michael Hope  <michaelh AT juju.net.nz>
11121
11122         * 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.
11123
11124         * src/z80/gen.c (genPlus): Changed bad long add for gb to a fall through.
11125
11126 2001-08-29  Michael Hope  <michaelh AT juju.net.nz>
11127
11128         * link/z80/aslink.h: Fixed long file name support.  Is now based off PATH_MAX instead of a constant.
11129
11130         * src/z80/gen.c: Fixed add and sub for the case where left or right are in static space.
11131
11132 2001-08-30 Bernhard Held   <bernhard AT bernhardheld.de>
11133
11134   * sim/ucsim/configure:    little improvement of Cygwin-detection
11135   * sim/ucsim/configure.in: little improvement of Cygwin-detection
11136   * sim/ucsim/cmd.src/newcmdcl.h: include <sys/types.h> to define fd_set automated build
11137   * support/regression/tests/bug-221100.c: small changes for mcs51
11138   * support/regression/tests/bug-221168.c: small changes for mcs51
11139   * support/regression/tests/bug-227710.c: small changes for mcs51
11140   * support/regression/tests/staticinit.c: small changes for mcs51
11141   * as/mcs51/aslink.h: accept everything as symbol name in rel-files, bug fix ID 452601
11142   * as/mcs51/lklex.c:  accept everything as symbol name in rel-files, bug fix ID 452601
11143   * as/mcs51/lksym.c:  accept everything as symbol name in rel-files, bug fix ID 452601
11144
11145 $Revision$
11146