* src/SDCCglue.c (emitRegularMap): partial fix for bug 1477149, thanks
[fw/sdcc] / ChangeLog
1 2006-05-01 Maarten Brock <sourceforge.brock AT dse.nl>
2
3         * src/SDCCglue.c (emitRegularMap): partial fix for bug 1477149, thanks
4           Hubert Sack for patch 1479782
5
6 2006-05-01 Vangelis Rokas <vrokas AT users.sourceforge.net>
7
8         * src/pic16/glue.c (pic16_printIvalStruct): fixed bug #1445929
9
10 2006-05-01 Raphael Neider <rneider AT web.de>
11
12         * src/pic/device.c (sanitise_processor_name): only remove p(ic) prefix,
13           (create_pic): store only prefix-free device name,
14           (init_pic): check for device names with "16" prefix,
15           (list_valid_pics),
16         * src/pic/device.h (struct PIC_device),
17         * src/pic/main.c (_pic14_genAssemblerPreamble): adapted to single
18             stored device name,
19         * device/include/pic/pic12f{635,675,629,683}.h,
20         * device/lib/pic/libdev/pic12f{635,675,629,683}.c: NEW device libraries
21         * device/lib/pic/libdev/Makefile.in: allow pic12* devices,
22         * device/include/pic/pic16f505.h,
23         * device/lib/pic/libdev/pic16f505.c: removed
24         * device/include/pic/pic14devices.txt: added support for pic12f
25             devices, removed unsupported non 16-bit devices
26             [above changes provided by patch from Zik Saleeba]
27         * src/pic/*, src/pic16/*, device/include/pic16/*,
28           device/lib/pic/**, device/lib/pic16/**: obfuscated email address
29
30 2006-05-01 Borut Razem <borut.razem AT siol.net>
31
32         * configure.in, configure, doc/Makefile.in:
33           sync with nightly build makefile - latex, dvipdf and dvips
34           not needed any more
35
36 2006-04-30 Bernhard Held <bernhard AT bernhardheld.de>
37
38         * support/scripts/sdcc.nsi: removed all Readmes and Makefiles
39         in the library source
40
41 2006-04-30 Maarten Brock <sourceforge.brock AT dse.nl>
42
43         * support/regression/ports/hc08/spec.mk: fixed bug 1478892
44
45 2006-04-28 Raphael Neider <rneider AT web.de>
46
47         * src/pic16/pcode.c (pic16_newpCodeOpLit12),
48         * src/pic16/gen.c (pic16_popGetLit12): NEW, create 12 bit literal,
49           (pic16_loadFSR0): handle 12 bit literals correctly, fixes #1440527
50         * src/pic16/pcode.h: added prototype for pic16_newpCodeOpLit12()
51
52 2006-04-28 Bernhard Held <bernhard AT bernhardheld.de>
53
54         * device/lib/pic/libdev/Makefile.in,
55         * device/lib/hc08/Makefile.in,
56         * device/lib/gbz80/Makefile.in,
57         * device/lib/z80/Makefile.in,
58         * device/lib/ds390/Makefile.in,
59         * device/lib/ds400/Makefile.in: added srcdir to include search path,
60         thanks to Borut for the bug report
61         * configure.in,
62         * configure: always create doc/Makefile independent from --enable-doc
63         * Makefile.in: always install from directory doc independent from
64         --enable-doc
65         * device/lib/pic/Makefile.in: added libdev again, it was erroneously
66         removed
67         * device/lib/pic/libdev/Makefile.in: fixed VPATH build
68         * doc/Makefile.in: install *.txt if present
69         * device/include/Makefile.in (install): added installation of pic/*.inc
70         and pic/*.txt files again, they were erroneously removed
71
72 2006-04-28 Raphael Neider <rneider AT web.de>
73
74         * src/pic/{gen.c,main.h,pcode.c},
75         * src/pic16/{gen.c,pcode.c}: quietened compiler warnings
76             concerning signedness with casts
77
78 2006-04-28 Raphael Neider <rneider AT web.de>
79
80         * src/pic/gen.c (genFunction): set global pic14_hasInterrupt on
81             definition of an interrupt handler,
82         * src/pic/glue.c (pic14_emitInterruptHandler): moved output of
83             interrupt handler stuff from picglue() to separate routine,
84           (picglue): enabled definition of intr handlers in files w/o main()
85
86 2006-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
87
88         * support/librarian/sdcclib.c: moved include <limits.h> up to enable
89           compilation with MSVC 2005 Express Edition (VC8)
90
91 2006-04-26 Bernhard Held <bernhard AT bernhardheld.de>
92
93         * device/lib/Makefile: fixed build of gbz80 lib
94
95 2006-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
96
97         * support/regression/tests/bug-460010.c,
98         * support/regression/tests/bug-524691.c,
99         * support/regression/tests/bug-716242.c: removed conditional defines
100           that are already in testfwk.h
101
102 2006-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
103
104         * src/ds390/gen.c (AccAXRrl1, AccAXLrl1): changed to real rotate by 1,
105           (AccAXRsh1): added, shift right by 1,
106           (AccAXLsh, AccAXRsh, AccAXRshS): updated for AccAXRrl1, AccAXRsh1 and
107            AccAXLrl1
108         * support/regression/tests/rotate.c: use <stdint.h> and enabled ds390
109
110 2006-04-25 Bernhard Held <bernhard AT bernhardheld.de>
111
112         * src/SDCCast.c (decorateType): partial fix for RFE 1475769,
113         remove cast to same type
114         * src/SDCCast.c (decorateType): fix for RFE 1475742,
115         optimize 'ifx (op == 0)' resp. 'ifx (op != 0)'
116         * as/z80/Makefile,
117         * link/z80/Makefile: removed, they have moved to
118         Makefile.in files
119         * configure,
120         * configure.in: replaced duplicate message about ucsim by missing sdcpp
121         * install-sh: fix bug #1204398 by setting umask 0022
122         * device/lib/Makefile: separate build of z80 and gbz80 lib
123
124 2006-04-24 Bernhard Held <bernhard AT bernhardheld.de>
125
126         Enabled VPATH feature: changed nearly all Makefiles (149 files).
127         See sdccman.lyx '2.4.10 VPATH feature' about how to use it.
128
129         One basic decision: e.g. src/clean.mk includes further files. In order
130         to make this work there are two solutions:
131         - rename another dozen clean.mk to clean_in.mk, add srcdir to them and
132           run configure on them. This way they can use
133           'include $(srcdir)/port-clean.mk'
134         - always include clean.mk by the Makefile at the same level. To avoid
135           that `make clean` tries to include and build Makefile.dep the
136           MAKECMDGOALS are examined (see e.g. src/Makefile.in). This has been
137           implemented, because now even `make uninstall` doesn't create
138           Makefile.in. clean.mk could be eliminated by pasting it in
139           Makefile.in.
140
141         * debugger/mcs51/Makefile.in: build own objects from library sources
142         (SLIB, SDCC) in current directory
143
144         * configure, configure.in: renamed --disable-device-lib-build in
145         --disable-device-lib; added --enable-doc, the required tools are
146         searched by configure; added result message; the toolchain for the
147         belonging ports are now only built, if the port is enabled.
148
149         * support/regression/*: all output is written in directory gen, because
150         the fwk and ports directories don't livet in the build tree using vpath
151
152         * doc/sdccman.lyx: renamed --disable-device-lib-build to
153         --disable-device-lib, added --enable-doc, added section VPATH
154
155         * sim/ucsim/configure.in,
156         * sim/ucsim/configure.in: hc08 couldn't be disabled, now hc08 and
157         z80 are enabled by default
158
159 2006-04-24 Raphael Neider <rneider AT web.de>
160
161         * src/pic/device.c (pic14_assignConfigWordValue): remember assignments
162             to config word, "pic14_"-prefixed some extern functions
163           (pic14_emitConfigWord): emit __config directive(s) if assignment to
164             config word has been found
165         * src/pic/device.h: added prototypes
166         * src/pic/pcode.c: added "pic14_"-prefix where needed
167         * src/pic/ralloc.c (IS_CONFIG_ADDRESS,pic14_assignRegisters): cosmetic
168             fixup
169         * src/pic/glue.c (pic14_constructAbsMap): handle assignments to config
170             words,
171           (pic14emitRegularMap): ignore config words,
172           (pic14createInterruptVect): moved generating __config directives away
173           (picglue): have __config directives emitted
174
175 2006-04-24 Borut Razem <borut.razem AT siol.net>
176
177         * doc/Makefile: sync with nightly build makefile
178
179 2006-04-24 Raphael Neider <rneider AT web.de>
180
181         * src/pic/pcoderegs.c (OptimizeRegUsage): do not optimize
182             registers that have not been assigned proper liveranges,
183             fixes #1469504 and #1474602,
184           (pCodeRegOptimizeRegUsage): fixed typo in comment
185
186 2006-04-24 Borut Razem <borut.razem AT siol.net>
187
188         * device/examples/main8051.c: deleted - it was removed from CVS
189           24.mar.2000 and after that modified 18.feb.2001, so it reappered
190           after the transition to Subversion
191         * src/SDCCalloc.h: deleted - it was removed  from CVS
192           3.feb.2001 and after that modified 18.feb.2001, so it reappered
193           after the transition to Subversion
194         * sim/ucsim/cpu.gif, sim/ucsim/interrupt.gif, sim/ucsim/new.gif,
195           sim/ucsim/serial1.gif, sim/ucsim/serial2.gif,
196           sim/ucsim/term_cpuopt.gif, sim/ucsim/timers.gif, sim/ucsim/wins.gif,
197           sim/ucsim/post.jpg, sim/ucsim/UCsim.jpg: corrected
198
199 2006-04-22 Maarten Brock <sourceforge.brock AT dse.nl>
200
201         * as/asx8051.dsp: added mcs51/strcmpi.h
202         * as/hc08/as_hc08.dsp: added asm.h, m6808.h, strcmpi.h
203         * as/hc08/aslink.h: updated lnksect prototype
204         * as/hc08/asm.h,
205         * as/mcs51/asm.h: added a_addr to struct area and s_org to struct sym
206         * as/hc08/asmain.c,
207         * as/mcs51/asmain.c (asmbl): init dot.s_org for S_ORG,
208           (newdot): handle A_ABS
209         * as/hc08/asout.c,
210         * as/mcs51/asout.c (outarea): output address
211         * as/hc08/lkaomf51.c,
212         * as/mcs51/lkaomf51.c: disabled unused array UsageType
213         * as/hc08/m08pst.c,
214         * as/mcs51/i51pst.c,
215         * as/z80/z80pst.c: "ABS" is not A_OVR
216         * as/hc08/lkarea.c (newarea): read a_addr,
217           (lnkarea): added codemap array, sort absolute areas to the front,
218            combine all GSINITx/GSFINAL,
219           (find_empty_space, allocate_space): new functions,
220           (lnksect): return next address, handle absolute sections
221         * as/mcs51/lkarea.c (newarea): read a_addr,
222           lnksect2 prototype changed,
223           (lnkarea2): define codemap unsigned, combine all GSINITx/GSFINAL,
224           (find_empty_space, allocate_space): new, factored out of lnksect2,
225           (lnksect2): return next address, handle absolute sections
226         * as/hc08/lkhead.c,
227         * as/mcs51/lkhead.c (newhead): head is absolute but not overlay
228         * as/hc08/lklibr.c (addfile, fndsym),
229         * as/mcs51/lklibr.c (addfile, buildlibraryindex, fndsym): prevent
230           index out of range and detect both '\' and '/'
231         * device/include/mcs51/c8051f200.h: added _XPAGE, removed bad comment
232         * device/include/stdbool.h: removed SDCC_ds390 from check to pass
233           regression tests (ds390 cannot return bool yet)
234         * doc/sdccman.lyx: changed version number, document changed --no-peep,
235           document critical interrupts on z80, document changed SDCC define
236         * src/asm.c (_asxxxx_mapping): fixed .org directive,
237           (_a390_mapping): added .org directive
238         * src/hc08/gen.c (transferAopAop): made bytemask log to fix warning,
239           (genMultOneByte): fixed warnings
240         * src/hc08/hc08.dsp: lowered warning level to 2 to suppress pedantic
241           ones
242         * src/pic16/device.c: removed newReg prototype, removed BYTE_IN_LONG
243         * src/pic16/gen.c (pic16_popGetLabel): made parameter key signed,
244           (pic16_genLeftShiftLiteral, genRightShiftLiteral): fixed warnings
245         * src/pic16/gen.h: changed prototype for pic16_popGetLabel
246         * src/pic16/main.c: removed newReg prototype
247         * src/pic16/pcode.c,
248         * src/pic16/pcode.h (pic16_emitDB): changed parameter c to int to fix
249           warnings
250         * src/pic16/pic16.dsp: lowered warning level to 2 to suppress pedantic
251           ones
252         * src/pic16/ralloc.c
253         * src/pic16/ralloc.h (newReg): changed type to int and size to unsigned
254           to fix warnings
255         * src/pic/pcode.c (allocInternalRegister): changed parameter optype
256           from short to PIC_OPTYPE
257         * src/pic/pic.dsp: lowered warning level to 2 to suppress pedantic ones
258         * src/pic/ralloc.c (newReg, allocInternalRegister): changed parameter
259           optype from short to PIC_OPTYPE
260         * src/port.h: made int_size unsigned to fix warnings
261         * src/SDCC.y: fixed warning on MSVC
262         * src/SDCCicode.c (getArraySizePtr): return unsigned int
263         * src/SDCCopt.c (convertToFcall): fixed warnings
264         * src/SDCCsymt.h: removed double prototype for genSymName
265         * src/xa51/ralloc.c (allocReg): made size unsigned int, type int and
266           offset int to fix warnings
267
268 2006-04-22 Borut Razem <borut.razem AT siol.net>
269
270         * doc/sdccman.lyx, */Makefile, */Makefile.in:
271           references to CVS replaced with Subversion
272
273 2006-04-21 Borut Razem <borut.razem AT siol.net>
274
275         * doc/sdccman.lyx, */Makefile, */Makefile.in:
276           references to CVS replaced with Subversion
277
278 2006-04-19 Borut Razem <borut.razem AT siol.net>
279
280         * src/version.awk: adapted for svn
281         * /asxxxx/asxhtml/*.gif: set property svn:mime-type to image/gif
282           sim/ucsim/doc/*.gif: set property svn:mime-type to image/gif
283           sim/ucsim/doc/*.jpg: set property svn:mime-type to image/jpeg
284           /binutils-avr/etc/*.vi, *.jin: removed all properties
285           support/scripts/sdcc.ico: set property svn:mime-type to image/x-icon
286
287 2006-04-19 Borut Razem <borut.razem AT siol.net>
288
289         * CVS to Subversion migration completed
290
291 2006-04-18 Borut Razem <borut.razem AT siol.net>
292
293         * support/scripts/sdcc.nsi: removed unexisting ${DEV_ROOT}\lib\pic\*.o,
294           ${DEV_ROOT}\lib\src\pic\libdev\*.S, ${DEV_ROOT}\lib\src\pic\libdev\*.inc
295
296 2006-04-17 Borut Razem <borut.razem AT siol.net>
297
298         * device/include/Makefile.in: added pic/*.inc to the installation
299
300 2006-04-15 Bernhard Held <bernhard AT bernhardheld.de>
301
302         * support/regression/collate-results.py: fixed output in case of
303         a valdiag error
304         * support/regression/generate-cases.py: fixed splitting of pathnames
305         with dots
306         * as/hc08/lklibr.c (addfile),
307         * as/mcs51/lklibr.c (addfile): fixed off-by-one bug
308
309 2006-04-11 Raphael Neider <rneider AT web.de>
310
311         * src/pic16/gen.c (getFreePtr, pic16_popRegFromString),
312         * src/pic16/ralloc.c (pic16_allocregWithName): removed debug output
313         * src/pic16/pcode.c (assignValnums): fixed #1460578
314
315 2006-04-11 Raphael Neider <rneider AT web.de>
316
317         * device/lib/pic/libdev/*.c,
318         * device/include/pic/*.h: replaced sfr and data with __sfr and __data,
319           fixes #1468739, enables compilation in --std-c99 mode
320         * support/scripts/inc2h.pl: emit __sfr/__data instead of sfr/data
321
322 2006-04-11 Raphael Neider <rneider AT web.de>
323
324         * src/pic/device.c (find_device): removed debug output
325           (list_valid_pics): enabled verbose listing of supported devices
326         * device/include/stdbool.h: define bool as char for pic14/16 as well
327
328 2006-04-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
329
330         * src/SDCC.y: allow using brackets here: "__interrupt (1) __using (1)"
331
332 2006-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
333
334         * .version: bumped version to 2.5.6
335         * src/pic/ralloc.c (newReg): MSVC doesn't support __builtin_return_address
336
337 2006-04-06 Raphael Neider <rneider AT web.de>
338
339         * .version: bumped version to 2.5.6 (pic14 ABI changed)
340         * src/SDCCmain.c: add -DSDCC_PROCESSOR=<id> for pic14 port
341         * src/pic/glue.c (emitSymbolToFile,pic14_constructAbsMap,
342           pic14emitRegularMap,pic14emitMaps): moved output for absolute symbols to
343             pic14_constructAbsMap
344           (pic14printPublics): declare absolute global symbols as global
345           (pic14createInterruptVect),
346         * src/pic/ralloc.c (IS_CONFIG_ADDRESS): support second config word,
347           (newReg): assume new registers unused, use correct name in
348             hashtable (reg->name instead of name), more debugLog output
349         * src/pic/device.h (PIC_device): added fields for verbose output
350         * src/pic/device.c: moved device definition to pic14devices.txt,
351             added routines for runtime parsing of pic14devices.txt,
352             added support for second config word
353         * src/pic/main.c (_process_pragma): removed #pragma maxram,
354           (_pic14_keywords): no longer accept "bit" and "sbit" keywords
355           (_pic14_initPaths): add search paths with "pic" suffix (not "pic14")
356           (_pic14_parseOptions): moved pCodeInitRegisters here
357           (_pic14_do_link): add "pic$(ARCH).lib" to linker arguments
358         * src/pic/pcode.c (AnalyzeBanking): bail out on unset processor,
359           (pCodeInitRegisters): rewrapped comments, perpared new approach to
360             handling the pseudo stack
361         * device/lib/Makefile.in: ignore failures in objects-pic16,
362         * device/lib/pic/{configure,configure.in,Makefile}: added libdev/
363         * device/lib/pic/NEWS: document new dependency on picXXX.lib
364         * device/lib/pic/Makefile.subdir,
365         * device/lib/pic16/Makefile.subdir: improved clean rules
366         * device/lib/pic/libdev/: NEW, pic14 device libraries
367         * device/lib/pic/libsdcc/_gptr{get,put}{1,2,3,4}.S: use _X not X
368         * device/lib/pic/libsdcc/macros.inc: use _X not X, declare default SFRs
369         * device/include/Makefile.in: create subdir and install pic14 headers
370         * device/include/pic/p16f_common.inc: removed unused declarations
371         * device/include/pic/pic16*.h: added header files for 100+ 14 bit
372             PICs from inc2h.pl v1.6,
373             replaced BIT_AT macros with struct declarations
374         * device/include/pic/pic14devices.txt: definition of supported devices,
375             all above improvements contributed by Zik Saleeba, thanks
376         * support/scripts/inc2h.pl: removed BIT_AT, replaced with structs
377         * support/scripts/sdcc.nsi: also install pic14 device libraries and
378             headers
379
380 2006-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
381
382         * device/include/mcs51/c8051f410.h: added interrupt numbers,
383         * device/include/mcs51/c8051f200.h: old SiLabs mcu completes the list,
384           thanks to Charles Olds
385
386 2006-04-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
387
388         * debugger/mcs51/cmd.c (infoRegisters): show return address on stack
389
390 2006-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
391
392         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug 1464657
393         * src/mcs51/gen.c (genJumpTab): fixed bug in medium model
394         * support/regression/bug1464657.c: added, new test
395
396 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
397
398         * src/SDCCmain.c (preProcess): implemented RFE 1449908, define SDCC as the
399           version number
400
401 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
402
403         * src/SDCCpeeph.c (initPeepHole): implemented RFE 1460196, when both
404           --no-peep and --peep-file <file> are used don't use default rules but
405           do use the <file>
406
407 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
408
409         * src/mcs51/gen.c (genCall): fixed bug 1457608
410
411 2006-03-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
412
413         * doc/sdccman.lyx: reverted to version 1.129 of december as my latest
414         changes seem to cause (trigger?) problems with the build system.
415
416 2006-03-29 Maarten Brock <sourceforge.brock AT dse.nl>
417
418         * src/SDCCpeeph.c (operandsLiteral): new, added,
419           (callFuncByName): inserted operandsLiteral
420         * src/mcs51/peeph.def: reenabled 132.e, added extra check to 132.x
421
422 2006-03-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
423
424         * doc/sdccman.lyx: added paragraph "Use of SDCC in Education"
425         * src/mcs51/peeph.def: disabled rule 132.e fixing bug #1453093
426
427 2006-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
428
429         * src/z80/gen.c (genFunction, genEndFunction): fixed bug 1160666,
430           implemented patch 1120823 Thanks to Willy De la Court (normal
431           interrupts need an interrupt number now if they are made critical),
432           and enabled nesting of critical functions though not for gbz80
433           (genCritical, genEndCritical): added functions
434           (genZ80Code): added cases for CRITICAL and ENDCRITICAL
435         * src/z80/mappings.i: added "ei" to all mappings
436
437 2006-03-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
438
439         * sim/ucsim/cmd.src/newcmdcl.h: applied patch fixing GCC 4.1 build
440         submitted by the Debian SDCC maintainer Aurelien Jarno:
441         "Credits goes to Martin Michlmayr, who rebuilt the whole Debian
442         archive with gcc 4.1 on mips and wrote the patch"
443
444 2006-03-16 Raphael Neider <rneider AT web.de>
445
446         * src/pic16/genarith.c (genAddLit): simplified and fixed case where
447           the left operand is shorter than the result (c* = lit-c* + int),
448           fixes bug #1450796
449         * src/pic16/gen.c (genRightShift): check IS_SYMOP before accessing
450           OP_SYMBOL
451
452 2006-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
453
454         * src/.version: increased version number to 2.5.5
455         * src/SDCCmain.c (linkEdit): do not test for PIC16 target since, PIC16
456         linking is done manually in pic16 port's _linkEdit,
457         * src/SDCCsymt.c (compStructSize): for target PIC16 and shell variable
458         PIC16_PACKED_BITFIELDS, compact bitfield structures as much as possible,
459         * src/pic16/gen.c (aopForSym): when direct register name is WREG then
460         allocate asmop as AOP_ACC,
461         (aopForRemat): added parameter 'bool result' in function declaration,
462         (pic16_aopGet): return AOP_ACC when accessing WREG,
463         (pic16_popGetTempReg): minor modification,
464         (pic16_popRegFromIdx): first try with 'pic16_regWithIdx' then with
465         'pic16_allocWithIdx',
466         (genPcall): removed ftype, usage of OP_SYM_TYPE asserted error when
467         calling function in absolute addresses,
468         (genAssign): take into account AOP_ACC asmop,
469         * src/pic16/pcode.c (pic16_newpCodeOpReg): minor modifications,
470         * src/pic16/pcoderegs.c: some debug functions and lines added,
471         * src/pic16/ralloc.c (decodeRegType): added but commented out,
472         * (pic16_typeRegWithIdx): search 'pic16_dynInternalRegs' for given
473         register too,
474         * (pic16_findFreeReg, pic16_findFreeRegNext): allocate new register via
475         call to allocReg, not by manually allocating a new one,
476         (pic16_assignRegisters): now before going through the register
477         allocating functions mark all registers as free. This eliminates some
478         side effects resulting from peephole parser done earlier in the backbone
479
480 2006-03-13 Maarten Brock <sourceforge.brock AT dse.nl>
481
482         * src/SDCCicode.c (geniCodeLogic),
483         * src/SDCCast.c (decorateType): applied patch by Bernhard for rfe 1422617
484
485 2006-03-10 Maarten Brock <sourceforge.brock AT dse.nl>
486
487         * src/mcs51/gen.c (sameReg): new, checks if two aop regs are the same,
488           (genSend): bugfix, do not allocate and free twice,
489           (shiftRLong): handle partially overlapping aops
490         * support/regression/tests/bitopcse.c: fixed warning redefined idata
491
492 2006-03-08 Borut Razem <borut.razem AT siol.net>
493
494         * support/regression/fwk/include/testfwk.h: added defines for xdata, idata
495           for pic16
496
497 2006-03-08 Maarten Brock <sourceforge.brock AT dse.nl>
498
499         * support/regression/tests/bug1409955.c: new, added
500         * src/mcs51/gen.h: changed asmop.freed:1 to asmop.allocated for tracking
501         * src/mcs51/gen.c (newAsmop): set asmop.allocated to 1,
502           (aopForSym, aopOp): increment asmop.allocated if reused,
503           (freeAsmop): decrement asmop.allocated and check for zero instead of
504           using asmop.freed,
505           (freeForBranchAsmop): use asmop.allocated instead of asmop.freed,
506           (genNot, genCpl, genUminus, genMinus, genMult, genDiv, genMod, genCmpGt,
507            genCmpLt, genAndOp, genOrOp, genAnd, genOr, genXor, genRRC, genRLC,
508            genGetHbit, genGetAbit, genGetByte, genGetWord, genSwap,
509            genLeftShiftLiteral, genLeftShift, genRightShiftLiteral,
510            genSignedRightShift, genRightShift, genDataPointerGet,
511            genPagedPointerGet, genFarPointerGet, genCodePointerGet,
512            genGenPointerGet, genDataPointerSet, genAssign, genCast): free asmop's
513             in reverse order from allocation,
514           (genPlus, genCmpEq): free asmop's in reverse order from allocation and
515             added swappedLR to keep track
516         * support/regression/fwk/include/testfwk.h: added defines for xdata, idata,
517           pdata & code for GCC, z80, gbz80 & hc08
518         * support/regression/tests/zeropad.c: moved defines to testfwk.h
519
520 2006-03-08 Raphael Neider <rneider AT web.de>
521
522         * src/pic16/main.c (_hasNativeMulFor): fixed bug #1444425
523
524 2006-03-07 Maarten Brock <sourceforge.brock AT dse.nl>
525
526         * device/include/mcs51/c8051f410.h: new SiLabs mcu
527         * src/ds390/peeph.def: disabled 186.d and 227.a as fix for #1434401
528         * support/regression/tests/array.c: added parenthesis, made arrays unsigned
529
530 2006-03-06 Borut Razem <borut.razem AT siol.net>
531
532         * support/regression/ports/pic16/spec.mk: link with libm18f.lib,
533           made the linker quiet
534
535 2006-03-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
536
537         * src/pic16/gen.c (genPcall): fixed bug #1443644
538         * src/pic16/device.h (struct pic16_options_t): added 'int CATregs' flag
539         which dumps before the function entry point a data byte which represents
540         the number of the local variables used by the specified function, added
541         'xinst' for initial support for Extended Instruction Support,
542         * src/pic16/gen.c (aopForSym, pic16_aopGet): beautifications,
543         (pic16_testStackOverflow): do not prefix GSTACK_TEST_NAME with
544         port->fun_prefix anymore (may change later),
545         (genFunction, genEndFunction): do not store/restore local registers for
546         _main (this should take care the --main-return command line option in
547         the future),
548         (genOr): removed some legacy pic-port instructions,
549         * src/pic16/genarith.c (genAddLit): re-enabled old code because
550         performing operations with SFR's causes data to be written more than
551         once to each SFR. Perhaps SFRs should be handled in special cases...
552         * src/pic16/glue.c: macros BIG_ENDIAN and BYTE_IN_LONG are moved to
553         pcode.h
554         * src/pic16/main.c (_process_pragma): stack bound checking did not take
555         into account for stack starting position,
556         (struct OPTIONS pic16_optionsTable): added command line argument
557         --extended or -y for Extended Instruction Support,
558         * src/pic16/ralloc.c (pic16_decodeOp): added case for FUNCTION,
559         (deassignLRs): *** perhaps the most important change, old 'for' code
560         (commented out for reference), didn't account for some registers which
561         were left marked 'not free' after a pointer operation. The change
562         reduces register usage a lot in some cases
563
564 2006-03-04 Borut Razem <borut.razem AT siol.net>
565
566         * support/regression/ports/hc08/spec.mk: remove *.asm in traget
567           _clean
568         * support/regression/tests/bug-524697.c: decreased array size for
569           mcs51 to fit into the internal RAM
570         * support/regression/Makefile.in: a little bit more verbose
571
572 2006-03-03 Borut Razem <borut.razem AT siol.net>
573
574         * support/regression/fwk/lib/testfwk.c,
575           support/regression/fwk/include/testfwk.h: introduced function
576           _prints(), nonrecursive _printn(), call _initEmu() from main()
577         * support/regression/ports/gbz80/support.asm,
578           support/regression/ports/ucz80/support.asm,
579           support/regression/ports/z80/support.asm,
580           support/regression/ports/ds390/support.c,
581           support/regression/ports/hc08/support.c,
582           support/regression/ports/host/support.c,
583           support/regression/ports/mcs51/support.c,
584           support/regression/ports/xa51/support.c: added empty _initEmu()
585           function
586         * support/regression/ports/pic16/gpsim.cmd,
587           support/regression/ports/pic16/spec.mk,
588           support/regression/ports/pic16/support.c,
589           support/regression/Makefile.in: added pic16 regression test
590
591 2006-03-01 Raphael Neider <rneider AT web.de>
592
593         * src/pic16/gen.c (genPcall,pic16_derefPtr,genGenPointerGet,
594           genConstPointerGet): use safe way of generating MOVFF to cover
595             literals as well as registers, fixes bug #1440527
596         * src/pic16/glue.c (pic16_printIvalBitFields): prevent NULL pointer
597             dereference
598           (pic16_printIvalUnion,pic16_isUnion): NEW, handle initialized unions
599             more correctly, fixes bug #1232186
600           (pic16_printIval): use pic16_printIvalUnion() for initialized unions
601         * src/pic16/main.c (_pic16_linkEdit): reorder linker arguments to make
602             gplink guess the correct processor in more cases, applied patch
603             from Till Riedel attached to and fixing bug #1436552
604
605 2006-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
606
607         * support/regression/tests/array.c: added, contains check for #1434401
608         * src/mcs51/peeph.def: disabled 186.d as temporary fix for #1434401
609
610 2006-02-16 Maarten Brock <sourceforge.brock AT dse.nl>
611
612         * device/include/mcs51/at89s8253.h: new, thanks to Krzysztof Polomka
613         * device/include/mcs51/at89S8252.h: fixed, thanks to Krzysztof Polomka
614         * device/include/mcs51/c8051f326.h,
615         * device/include/mcs51/c8051f340.h: new SiLabs mcu's
616         * device/include/mcs51/c8051f000.h,
617         * device/include/mcs51/c8051f018.h,
618         * device/include/mcs51/c8051f020.h: used () with __at, renamed IDLE,STOP to
619           PCON_IDLE,PCON_STOP and added sfr16 definitions
620
621 2006-02-14 Maarten Brock <sourceforge.brock AT dse.nl>
622
623         * src/mcs51/gen.c (genPlus, genMinus, genMult, genGetAbit, genGetByte,
624           genGetWord): fixed bug 1409955
625
626 2006-02-14 Maarten Brock <sourceforge.brock AT dse.nl>
627
628         * device/include/hc08/mc68hc908gp32.h,
629         * device/include/hc08/mc68hc908jb8.h: removed AWUL, added PTA6 & PTA7
630
631 2006-02-13 Maarten Brock <sourceforge.brock AT dse.nl>
632
633         * src/SDCCast.c (constExprValue): return NULL if not a value
634         * src/SDCCglue.c (printIvalArray): fixed bug 1225568
635         * src/hc08/gen.c(genUnpackBits, genUnpackBitsImmed): fixed bug 1019480
636         * support/regression/tests/bitfields.c: enabled signed bitfield for all
637
638 2006-02-13 Borut Razem <borut.razem AT siol.net>
639
640         * src/regression/ptrarg.c: added, fails due to bug #1430967
641         * src/regression/Makefile: ptrarg.c added, ...
642
643 2006-02-12 Maarten Brock <sourceforge.brock AT dse.nl>
644
645         * src/z80/gen.c (genUnpackBits): fixed bug 1019480
646         * support/regression/tests/bitfields.c: enabled signed bitfield for z80
647
648 2006-02-11 Borut Razem <borut.razem AT siol.net>
649
650         * src/SDCCmain.c: Added "sdcc: Calling linker..." if --verbose,
651           print "Processor: xxx" message to stdout only if --verbose
652
653 2006-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
654
655         * src/SDCCglue.c (printIvalStruct): fixed bug 1426356 union initializer
656         * support/regression/tests/bug1426356.c: added
657         * support/regression/tests/bitfields.c: removed 2 tests
658
659 2006-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
660
661         * device/include/mcs51/at89c51snd1c.h: updated comments, see patch 1428901
662         * device/include/mcs51/c8051f330.h,
663         * device/include/mcs51/c8051f350.h: used () with __at, renamed IDLE,STOP to
664           PCON_IDLE,PCON_STOP and added sfr16 definitions
665         * device/lib/_divsint.c,
666         * device/lib/_divuint.c,
667         * device/lib/_divulong.c,
668         * device/lib/_divulong.c: renamed a,b to x,y to avoid confusion, fixed
669           register bank bug for small stackauto
670
671 2006-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
672
673         * support/regression/fwk/lib/timeout.c: include <stdlib.h> for exit()
674
675 2006-02-08 Maarten Brock <sourceforge.brock AT dse.nl>
676
677         * support/regression/ports/mcs51-xstack-auto/spec.mk: forgot -I(...)/mcs51
678         * all.dsp: corrected several bin paths
679         * device/include/mcs51/c8051f120.h,
680         * device/include/mcs51/c8051f300.h,
681         * device/include/mcs51/c8051f310.h: used () with __at and renamed IDLE,STOP
682           to PCON_IDLE,PCON_STOP
683         * device/include/mcs51/c8051f320.h: see above, also added sfr16 definitions
684         * device/lib/printf_large.c (output_float): fixed bug 1388703
685         * support/regression/tests/bug1057979.c: added test for bug 1388703
686
687 2006-02-08 Raphael Neider <rneider AT web.de>
688
689         * src/pic/pcode.c (pciTRIS): fixed typo,
690           (BuildFlow,LinkFlow_pCode): added (disabled) debug output,
691           (LinkFlow): fixed handling of flows that end in a call,
692           (ReuseReg): perform safety check earlier
693         * src/pic/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed
694             to work with flows at the beginning of a pBlock,
695             fixes #1426557 (Symbol not previously defined),
696           (pic14_ReMapLiveRanges): NEW, destroy and rebuild register
697             usage information
698           (RemoveUnusedRegisters): update register usage info
699         * src/pic/ralloc.c (newReg): prevent duplicate registers from being
700             created, reuse existing ones instead
701         * src/pic/gen.c (genPcall): fixed #1424719
702
703 2006-02-07 Bernhard Held <bernhard AT bernhardheld.de>
704
705         * link/z80/lkmain.c,
706         * link/z80/lklex.c,
707         * link/z80/lkdata.c,
708         * link/z80/aslink.h: fixed build on current cygwin:
709         replaced getline() by lk_getline()
710
711 2006-02-01 Borut Razem <borut.razem AT siol.net>
712
713         * src/regression/add.c, src/regression/add2.c, src/regression/add3.c,
714           src/regression/add4.c, src/regression/and1.c, src/regression/and2.c,
715           src/regression/arrays.c, src/regression/b.c, src/regression/bank1.c,
716           src/regression/bool1.c, src/regression/bool2.c,
717           src/regression/bool3.c, src/regression/call1.c,
718           src/regression/compare.c, src/regression/compare10.c,
719           src/regression/compare2.c, src/regression/compare3.c,
720           src/regression/compare4.c, src/regression/compare5.c,
721           src/regression/compare6.c, src/regression/compare7.c,
722           src/regression/compare8.c, src/regression/compare9.c,
723           src/regression/configword.c, src/regression/for.c,
724           src/regression/inline.c, src/regression/mult1.c,
725           src/regression/nestfor.c, src/regression/or1.c,
726           src/regression/pointer1.c, src/regression/ptrfunc.c,
727           src/regression/rotate1.c, src/regression/rotate2.c,
728           src/regression/rotate3.c, src/regression/rotate4.c,
729           src/regression/rotate5.c, src/regression/rotate6.c,
730           src/regression/rotate7.c, src/regression/string1.c,
731           src/regression/struct1.c, src/regression/sub.c,
732           src/regression/sub2.c, src/regression/switch1.c,
733           src/regression/while.c, src/regression/xor.c,
734           src/regression/create_stc, src/regression/simulate,
735           src/regression/rt.sh, src/regression/Makefile: reenabled Scott's PIC14
736           regression tests
737         * src/regression/gpsim_assert.h: added
738
739 2006-01-28 Bernhard Held <bernhard AT bernhardheld.de>
740
741         * src/ds390/gen.c (unsaveRegisters): fixed literal function pointer
742         ((void (code *) (void)) 0) ();
743         * as/hc08/aslex.c,
744         * as/hc08/aslink.h,
745         * as/hc08/asm.h,
746         * as/hc08/asmain.c,
747         * as/hc08/lkdata.c,
748         * as/hc08/lklex.c,
749         * as/hc08/lkmain.c,
750         * as/mcs51/aslex.c,
751         * as/mcs51/aslink.h,
752         * as/mcs51/asm.h,
753         * as/mcs51/asmain.c,
754         * as/mcs51/lkdata.c,
755         * as/mcs51/lklex.c,
756         * as/mcs51/lkmain.c,
757         * as/z80/aslex.c,
758         * as/z80/asm.h,
759         * as/z80/asmain.c: fixed build on current cygwin:
760         replaced getline() by as_getline()
761
762 2006-01-27 Bernhard Held <bernhard AT bernhardheld.de>
763
764         * src/SDCC.y: fixed bug #716242, exchanged pointer and function
765         declarator in the symbol chain
766         * src/SDCCsymt.h,
767         * src/SDCCsymt.c (processFuncPtrArgs): added, removes "(void)"
768         parameter list for function pointers
769         * src/SDCCast.c (decorateType): added call of processFuncPtrArgs()
770         * support/regression/tests/bug-716242.c: added
771
772 2006-01-20 Bernhard Held <bernhard AT bernhardheld.de>
773
774         * src/SDCCicode.c (geniCodeAdd, geniCodeArray): use char for array
775         offset if possible
776         * src/SDCCast.c (getLeftResultType): 255 fits in char, not 256
777
778 2006-01-18 Bernhard Held <bernhard AT bernhardheld.de>
779
780         * src/SDCCast.c (backPatchLabels): fixed bug #1408066: made it
781         inifinitely recurseable, added static
782         * support/regression/tests/bug-1408066.c: added
783
784 2006-01-17 Bernhard Held <bernhard AT bernhardheld.de>
785
786         * src/SDCCicode.h,
787         * src/SDCCicode.c (newiTempPreheaderLabel, newiTempLoopHeaderLabel):
788         renamed, added possibility to create "postLoopLbl"-labels
789         * src/SDCCBBlock.c (iCodeBreakDown): renamed newiTempPreheaderLabel to
790         newiTempLoopHeaderLabel
791         * src/SDCCloop.c (newInduction, newRegion, backEdges, insertIntoLoop,
792         isNotInBlocks, addToExitsMarkDepth, createLoop, dominatedBy,
793         addDefInExprs, assignmentsToSym, isOperandInvariant, pointerAssigned,
794         hasNonPtrUse, loopInvariants, addressTaken, findInduction,
795         findDefInRegion, mergeRegions, ifMerged, mergeInnerLoops): made static,
796         (pinduction, pregion, hasIncomingDefs, findLoopEndSeq): disabled,
797         (basicInduction): fixed bug #136564, made static,
798         (loopInduction): changed parameter of basicInduction, made static,
799         (addPostLoopBlock): added
800         * src/SDCCloop.h: removed backEdges, pregion, pinduction,
801         loopOptimizations, addressTaken, findDefInRegion, hasIncomingDefs,
802         findLoopEndSeq
803         * support/regression/tests/bug-136564.c: added
804         * support/regression/ports/mcs51-xstack-auto/spec.mk: added
805         --std-sdcc99 to LIBSDCCFLAGS
806
807 2006-01-16 Bernhard Held <bernhard AT bernhardheld.de>
808
809         * src/SDCCicode.c (geniCodeIfx): fix bug 1406131: always false
810         while loop
811         * support/regression/tests/bug-1406131.c: added
812
813 2005-12-31 Bernhard Held <bernhard AT bernhardheld.de>
814
815         * src/SDCCast.c (decorateType): fix promotion of unary minus
816         * src/SDCCsymt.c (computeType): beautified
817         * src/SDCCval.c (cheapestVal): beautified, old non-Ansi version removed,
818         (valUnaryPM, valComplement): fix sign and promotion,
819         (valNot): ANSI: result type is int (SDCC: unsigned char)
820         * support/regression/tests/uminus.c: speedup by removing superflous
821         test case 'int'
822         * support/regression/tests/onebyte.c: added promotion and signedness
823         tests for unary minus
824         * support/regressions/tests/bug-477927.c: disable warning about
825         uninitialized variables
826         * support/regression/tests/not.c: added
827
828 2005-12-28 Bernhard Held <bernhard AT bernhardheld.de>
829
830         * device/lib/Makefile.in: added --std-sdcc99 to CFLAGS
831         * src/mcs51/gen.c (gen51Code): show final register usage after
832         fillGaps in asm with --i-code-in-asm
833         * src/SDCClrange.c (sequenceiCode, setLiveFrom, setLiveTo,
834         markLiveRanges, markAlive, findNextUseSym, findNextUse, unvisitBlocks,
835         incUsed, rliveClear, adjustIChain): made static,
836         (setFromRange): excluded because it's unused,
837         (findPrevUseSym, markWholeLoop): added,
838         (findPrevUse): rewritten; fixes bug 895992; now a complete search
839         through all branches of predecessors enables sdcc to emit the warning
840         W_LOCAL_NOINIT, marking of outermost loop was incomplete,
841         (rlivePoint): made static, added parameter emitWarnings which is only
842         true during the first run out of two,
843         (findRecursiveSucc, findRecursivePred): removed,
844         (computeLiveRanges): made static, added parameter emitWarnings,
845         (dumpIcRlive): added for debugging only
846         * src/SDCClrange.h: added boolean parameter to computeLiveRanges(),
847         removed prototype of setFromRange()
848         * src/SDCCopt.c (eBBlockFromiCode): added new parameter emitWarnings
849         in call of computeLiveRanges()
850         * support/regression/tests/bug-895992.c: added
851         * support/regression/tests/bug-971834.c: added
852         * support/valdiag/tests/bug-895992.c: added
853         * support/valdiag/tests/bug-971834.c: added
854
855 2005-12-18 Raphael Neider <rneider AT web.de>
856
857         * src/pic16/gen.c: added IS_DIRECT macro for "direct" operands,
858           (genUnpackBits): improved code for direct operands,
859           (genPackBits): improved code for literal assignment to bitfields
860             and for direct destination operands (no FSR indirection),
861             prevented redundant AND, fixes #1362800,
862           (AccLsh): added parameter to disable masking of the result
863         * src/pic16/pcode.c (pic16_safepCodeUnlink): fixed to work with
864           skip instructions with side-effects (like incfsz),
865           (pic16_pCodeIsAlive): suppress verbose output unless pcode_verbose,
866         * src/pic16/pcoderegs.c (RemoveRegsFromSet): removed annoying warning
867         * device/lib/pic16/Makefile.common.in: added --asm=@GPASM@ to CC,
868           fixes #1375263
869
870 2005-12-11 Bernhard Held <bernhard AT bernhardheld.de>
871
872         * src/SDCCicode.c (geniCodeAssign): fixed bug 11369874, don't use
873         volatile variables as spill location
874
875 2005-12-10 Bernhard Held <bernhard AT bernhardheld.de>
876
877         * src/SDCCcse.c (findCheaperOp): fixed bug 1376320, copy signedness to
878         replacing literals
879         * support/regression/tests/bug-1376320.c: added
880
881 2005-12-08 Raphael Neider <rneider AT web.de>
882
883         * src/pic/device.c: renamed is_shared to pic14_is_shared
884         * src/pic/gen.c (genIfx): re-enabled handling of sbits
885         * src/pic/glue.c (emitSymbolToFile): added workaround for sbits,
886           (is_valid_identifier): added for above workaround
887
888 2005-12-07 Maarten Brock <sourceforge.brock AT dse.nl>
889
890         * device/lib/Makefile.in: fixed to enable port-specific-objects
891         * device/lib/ds390/i2c390.c (BitOutI2C): optimized by making bout unsigned
892           char, thanks Hubert Sack
893         * doc/sdccman.lyx: documented --xstack-loc,
894           elaborated a bit more on interrupts and pitfalls,
895           removed "setjmp/longjmp unsupported",
896           documented some unsupported C99 features
897         * src/SDCCmain.c (linkEdit): adapted default lib path for --stack-auto
898         * src/SDCCpeeph.c (readRules): inserted patch 1367130 for finding missing
899           if, thanks Hubert Sack
900         * src/mcs51/gen.c (genEndFunction): enabled "pop psw" for regbank 0 isr
901         * support/regression/Makefile.in: test-mcs51-stack-auto no longer needs to
902           make make_library
903         * support/regression/get_ticks.py: new, get cpu cycles and code size, so
904           regression tests can report resource usage (rfe 700441)
905         * support/regression/collate-results.py: report resource usage
906         * support/regression/ports/ds390/spec.mk,
907         * support/regression/ports/hc08/spec.mk,
908         * support/regression/ports/mcs51/spec.mk,
909         * support/regression/ports/ucz80/spec.mk: run sim output through get_ticks
910         * support/regression/ports/ds390/uCsim.cmd,
911         * support/regression/ports/hc08/uCsim.cmd,
912         * support/regression/ports/mcs51/uCsim.cmd,
913         * support/regression/ports/ucz80/uCsim.cmd: inserted "state" to report time
914         * support/regression/ports/mcs51-stack-auto/spec.mk: no need to build the
915           library, use the default one
916         * support/regression/ports/mcs51-xstack-auto/spec.mk: inserted rules for
917           building the library
918
919 2005-12-06 Maarten Brock <sourceforge.brock AT dse.nl>
920
921         * config.dsp: added dependency on .version and configure_vc.awk
922         * device/include/setjmp.h: updated for --stack-auto and --xstack
923         * device/include/mcs51/at89c51snd1c.h: corrected line endings
924         * device/include/mcs51/XC866.h: added, thanks Llewellyn van Zyl
925         * device/lib/_setjmp.c: updated for --stack-auto and --xstack
926         * device/lib/libsdcc.lib: added _setjmp
927         * src/SDCCast.c (createIvalCharPtr): fixed warnings,
928           (decorateType): fixed bug 1372851,
929           (optimizeGetHbit): fixed warning
930         * src/SDCCglue.c (printIvalChar, printIvalArray): adapted for flexible
931           array initialisation
932         * support/regression/tests/bug1057979.c: added test for bug 1358192
933         * support/regression/tests/setjmp.c: added, test for setjmp/longjmp
934
935 2005-12-03 Borut Razem <borut.razem AT siol.net>
936
937         * support/scripts/sdcc.nsi: added /SOLID option to "SetCompressor lzma"
938           command since the NSIS was upgraded to version 2.11 on CF x86-linux2
939
940 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
941
942         * src/SDCCast.c (createIvalStruct, createIvalArray, createIvalPtr,
943         createIval): implement symbol independant "flexible array member",
944         (createIvalCharPtr): implemented flexible array initialisation with a
945         string
946         * src/SDCCsymt.c (copyStruct): removed,
947         (getSize): fixed misleading comment,
948         (getAllocSize): removed, the additional allocation size is now in
949         sym->flexArrayLength,
950         (checkStructFlexArray): new, syntax checks for flexible array members,
951         (compStructSize): added syntax checks for "flexible array members"
952         (copyStruct): removed,
953         (copyLinkChain): removed inefficient fix for bug 770487
954         * src/SDCCglue.c (emitRegularMap): getAllocSize has been removed
955         * src/SDCCsymt.h: added structdef.b_flexArrayMember and
956         symbol->flexArrayLength
957         * src/SDCCerr.c,
958         * src/SDCCerr.h: added W_INVALID_FLEXARRAY, W_C89_NO_FLEXARRAY,
959         E_FLEXARRAY_NOTATEND and E_FLEXARRAY_INEMPTYSTRCT
960         * support/regression/tests/structflexarray.c: added
961         * support/valdiag/tests/structflexiblearray.c: added
962
963 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
964
965         * src/SDCCast.c (decorateType): fixed bug 1368489
966         * support/Util/SDCCerr.c,
967         * support/Util/SDCCerr.h: added warning W_CMP_SU_CHAR
968
969 2005-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
970
971         * device/include/mcs51/at89c51snd1c.h: added file submitted by
972           Weston T. Schmidt <schmidtw AT users.sourceforge.net>, patch #1368001
973
974 2005-11-27 Borut Razem <borut.razem AT siol.net>
975
976         * support/cpp2/cppinit.c, support/cpp2/cpplib.h, support/cpp2/mkdeps.c,
977           support/cpp2/mkdeps.h: added command line option
978           -obj-ext=<extension> to SDCPP to define object file externion, used
979           for generation of make dependencies (-M)
980         * src/SDCCmain.c: pass -obj-ext=<extension> to SDCPP
981
982 2005-11-26 Borut Razem <borut.razem AT siol.net>
983
984         * support/scripts/sdcc.nsi: added small-stack-auto libraries,
985           added missing device/lib/mcs51/crt*.asm, pic and pic16 sources,
986           added pic and pic16 libraries
987
988 2005-11-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
989
990         * device/include/float.h: Corrected typo in prototype of __fsgt
991
992 2005-11-25 Borut Razem <borut.razem AT siol.net>
993
994         * sdcc/device/lib/Makefile.in, sdcc/device/lib/incl.mk:
995           added creation of model-mcs51-stack-auto libraries
996
997 2005-11-24 Bernhard Held <bernhard AT bernhardheld.de>
998
999         * src/SDCCsymt.c (copyLinkChain): fixed bug 770487, copy structdef
1000         and fields-list too
1001         * src/SDCCast.c (createIvalArray): removed obsolete comment
1002
1003 2005-11-24 Borut Razem <borut.razem AT siol.net>
1004
1005         * sdcc/device/lib/Makefile.in: remove all unnecessary files, 2nd try...,
1006           added missing device/lib/mcs51/crt*.asm sources
1007
1008 2005-11-23 Bernhard Held <bernhard AT bernhardheld.de>
1009
1010         * src/SDCCast.c (createIvalCharPtr): fixed bug 1348271
1011
1012 2005-11-22 Maarten Brock <sourceforge.brock AT dse.nl>
1013
1014         * device/lib/_fs2schar.c,
1015         * device/lib/_fs2sint.c,
1016         * device/lib/_fs2slong.c: optimized inline asm
1017
1018 2005-11-21 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1019
1020         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
1021           Better handling of floats between -1.0 and 0.0.
1022
1023 2005-11-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1024
1025         * src/mcs51/peeph.def: added missing "if"s as noted by Hubert Sack.
1026           (the missing "if"s prohibited removal of redundant labels)
1027
1028 2005-11-19 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1029
1030         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
1031           Properly convert floats between -1.0 and 0.0 to long, int, and char
1032           types (max integer value of negative floats tends to zero).
1033         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
1034           Removed changes made so to work properly with floats between
1035           -1.0 and 0.0, as the problem is fixed in _fs2slong.c, _fs2sint.c,
1036           and _fs2char.c
1037
1038 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
1039
1040         * src/SDCCcse.c (ReplaceOpWithCheaperOp): minor fix for debugging only
1041         * src/mcs51/gen.c (genUnpackBits): better code and a fix,
1042         (genCast) cosmetic change
1043         * src/ds390/gen.c (genUnpackBits, ): ported from mcs51
1044         * src/ds390/ralloc.c (packRegsForAssign): ported fix for bitfields
1045         from mcs51
1046         * support/regression/tests/bitfields (testSignedBitfields): added
1047
1048 2005-11-18 Borut Razem <borut.razem AT siol.net>
1049
1050         * sdcc/device/lib/Makefile.in: remove all unnecessary files
1051         * device/lib/pic/Makefile.rules, device/lib/pic16/Makefile.subdir:
1052           introduced SILENT option to make building of pic16 libraries less
1053
1054 2005-11-18 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1055
1056         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
1057           Now they work properly with floats between -1.0 and 0.0
1058         * device/lib/printf_large.c: Removed temporary patch for bug 1358192
1059
1060 2005-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
1061
1062         * src/SDCCicode.c (printOperand): added missing else
1063
1064 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
1065
1066         * src/SDCCsymt.c (computeType): fixed bug 1358192: added missing else,
1067         reformatted for better readability
1068         * src/mcs51/gen.c (genUnpackBits): initial, incomplete support for
1069         signed bitfields
1070
1071 2005-11-17 Borut Razem <borut.razem AT siol.net>
1072
1073         * device/lib/pic16/Makefile.rules, device/lib/pic16/Makefile.subdir:
1074           introduced SILENT option to make building of pic16 libraries less
1075           verbose - used for nightly snapshot build
1076         * doc/sdccman.lyx: documented that SDCDB and ucSim are currently not
1077           available on Win32 platforms.
1078         * sdcc/device/lib/Makefile.in: added library sources for mcs51, small,
1079           medium, large, pic and pic16
1080
1081 2005-11-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1082
1083         * device/lib/printf_large.c: Temporary patch for bug 1358192:
1084           printf("%f"...) sets fraction to zero.
1085
1086 2005-11-16 Raphael Neider <rneider AT web.de>
1087
1088         * src/pic/pcode.c (LinkFlow): handle empty flows correctly,
1089           fixes #1357221
1090         * src/pic/gen.c (genIfx): implemented for CARRY bit
1091         * src/pic16/gen.c (genAssign,genCast): fixed assigning/casting
1092           to generic pointers, fixes #1357332,
1093           (pic16_movLit2f): NEW,
1094           (pic16_storeForReturn,genDataPointerSet): use pic16_movLit2f
1095
1096 2005-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
1097
1098         * src/SDCCmain.c (parseCmdLine): fixed bug 1356800, thanks rsudjian
1099
1100 2005-11-11 Raphael Neider <rneider AT web.de>
1101
1102         * src/pic/gen.c: handle FPOINTERS like POINTERS everywhere
1103         * src/pic16/gen.c (pic16_derefPtr): now works for non-pointers as well,
1104           compute pointer's type from operand,
1105           (genUnpackBits,genPackBits): handle FPOINTERS correctly, re-indented,
1106           improved single bit reads, fixes bug #1353379
1107
1108 2005-11-09 Borut Razem <borut.razem AT siol.net>
1109
1110         * support/scripts/sdcc.nsi: added lib/pic to the package
1111
1112 2005-11-08 Maarten Brock <sourceforge.brock AT dse.nl>
1113
1114         * src/SDCCval.c (valUnaryPM): fixed bug 1350699
1115
1116 2005-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
1117
1118         * support/regression/tests/bug1348008.c: added
1119         * src/mcs51/gen.c (saveRBank, unsaveRBank): fixed bug 1348008
1120         * support/regression/tests/bug1337835.c: updated comment
1121
1122 2005-11-06 Borut Razem <borut.razem AT siol.net>
1123
1124         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
1125           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
1126           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
1127           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
1128           sim/ucsim/cmd.src/set.cc, sim/ucsim/cmd.src/show.cc:
1129           dynamic construction of cl_error_class and derivates - 2.nd try
1130
1131 2005-11-05 Borut Razem <borut.razem AT siol.net>
1132
1133         * sim/ucsim/sim.src/error.cc: fixed uninitialized class member variable
1134           bug, which caused Bus Errors on sparc solaris
1135
1136 2005-11-04 Borut Razem <borut.razem AT siol.net>
1137
1138         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
1139           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
1140           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
1141           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
1142           sim/ucsim/cmd.src/cmdconf.cc: dynamic construction of cl_error_class
1143           and derivates to resolve the initialization problem on OSX
1144
1145 2005-11-02 Borut Razem <borut.razem AT siol.net>
1146
1147         * sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
1148           corrected typo - #include <winsock2.h>
1149
1150 2005-11-02 Maarten Brock <sourceforge.brock AT dse.nl>
1151
1152         * src/asm.c (printILine): always close tmpFile, thanks Beau E. Cox,
1153           (_asxxxx_mapping): added org directive for future enhancements
1154
1155 2005-11-01 Borut Razem <borut.razem AT siol.net>
1156
1157         * sim/ucsim/app.cc, sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
1158           enabled sockets on WIN32
1159         * sim/ucsim/cmd.src/newcmd.cc: fixed bug with uninitialized variables
1160
1161 2005-10-31 Borut Razem <borut.razem AT siol.net>
1162
1163         * support/regression/generate-cases.py: escape backslashes in {testcase}:
1164           WIN32 backslash path delimiters should be escaped when used in C strings
1165         * support/regression/tests/bitfields.c: exclude failing assertions for
1166           __CYGWIN32__ and __MINGW32__ hosts
1167
1168 2005-10-30 Borut Razem <borut.razem AT siol.net>
1169
1170         * src/SDCCutil.c: corrected double comparison typo
1171
1172 2005-10-30 Maarten Brock <sourceforge.brock AT dse.nl>
1173
1174         * device/lib/medium/Makefile: added for new memory model medium
1175         * device/include/asm/mcs51/features.h: updated for medium/pdata
1176         * device/include/mcs51/c8051f120.h: added sfr16/sfr32 definitions,
1177           added Multiply & Accumulate sbit's and MAC0_PAGE define
1178         * device/include/mcs51/c8051f300.h: added sfr16 definitions
1179         * device/include/mcs51/c8051f310.h: added sfr16 definitions
1180         * device/lib/_mullong.c: update for medium model
1181         * device/lib/incl.mk: added medium model
1182         * doc/sdccman.lyx: documented medium model
1183         * src/SDCCast.c (isBitAndPow2): simplified using updated powof2
1184         * src/SDCCicode.c (geniCodeMultiply, geniCodeDivision): use updated powof2
1185         * src/SDCCmain.c (optionsTable, linkEdit): enabled medium model
1186         * src/SDCCmem.c (allocIntoSeg): set iaccess for pdata symbols,
1187           (allocParms): set SCLS and OCLS to pdata for medium model
1188         * src/SDCCsymt.c (processFuncArgs): use default_local_map and set iaccess
1189           for pdata,
1190           (powof2): return <0 if not power of 2
1191         * src/avr/gen.c (genBitWise): use updated powof2
1192         * src/mcs51/gen.c (genMinusDec): use acc if necessary,
1193           (shiftR2Left2Result): small optimization in setup, save acc when storing,
1194           (shiftLLeftOrResult): use B if necessary
1195         * src/mcs51/main.c (_mcs51_finaliseOptions, mcs51_port): added medium model
1196         * src/mcs51/peeph.def: renamed 226 to 226.b, added 226.a
1197         * src/pic/main.c (_pic14_do_link): made void parameter list explicit
1198         * support/regression/Makefile.in: added test-mcs51-medium
1199         * support/regression/ports/mcs51-medium/spec.mk: added to test medium model
1200
1201 2005-10-28 Bernhard Held <bernhard AT bernhardheld.de>
1202
1203         * src/SDCCsymt.c (compStructSize): make bitfields without (un)signed
1204         specifier unsigned
1205         * device/lib/time.c (mktime): fixed bug 1334315
1206
1207 2005-10-28 Raphael Neider <rneider AT web.de>
1208
1209         * device/include/pic/p16f_common.inc: added common declarations
1210         * src/pic/ralloc.c (initStack): moved regs *r to block start for Alpha
1211
1212 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
1213
1214         * src/mcs51/gen.c (getTempRegs): return 0 if not enough registers found,
1215           (aopPutUsesAcc): added to predict accumulator use,
1216           (assignResultValue): save acc if necessary,
1217           (genMinusDec): store result if indirectly addressed,
1218           (genDivOneByte):  save acc if necessary,
1219           (movLeft2Result): bugfix if left already in acc,
1220           (genAnd, genOr, genXor, shiftL2Left2Result, shiftR2Left2Result): pay more
1221             attention to accumulator use (esp. pdata),
1222           (genReceive): receive pdata correctly
1223         * src/SDCCicode.c (isOperandInPagedSpace): added to detect pdata operands
1224         * src/SDCCicode.h: added isOperandInPagedSpace prototype
1225
1226 2005-10-27 Raphael Neider <rneider AT web.de>
1227
1228         * doc/sdccman.lyx: corrected version (should be 2.5.4 not 2.5.5)
1229
1230 2005-10-27 Raphael Neider <rneider AT web.de>
1231
1232         * .version: changed version to 2.5.4
1233         * doc/sdccman.lyx: changed version to 2.5.4, added some remarks to PIC14
1234         * device/lib/pic/libsdcc/{_mulint.c,_mullong.c}: use unsigned literals,
1235           (_divschar.c,divuchar.c,_mulchar.c,_modschar.c,_moduchar): NEW,
1236             arithmetics support routines
1237         * device/lib/pic/Makefile.rules: have assembler sources preprocessed
1238         * device/lib/Makefile.in: also create installdir for pic
1239
1240         * src/SDCCopt.c (cnvToFcall): mark support routines `extern' for
1241           pic14 port as well
1242         * src/pic/device.c (dump_sfr): rewritten to delegate register
1243           placement to the linker (use `extern sym' rather than sym EQU addr),
1244           (validAddress): fixed to check last specified address
1245         * src/pic/gen.c (aopForSym): added code to deal with array (useless?),
1246           (popGetLit): truncate literal value to 8 bit,
1247           (popGet): moved assert to more appropriate place
1248           (popGetExternal): create pCode operand from and mark the according
1249             symbol as being `extern'
1250           (popGetAddr): added sanity check on immediate's offset, provide
1251             GPOINTER tag on demand
1252           (aopPut): fixed for immediates,
1253           (mov2w_op): move operand's address or contents to WREG (depending on
1254             operand type), safer variant of mov2w,
1255           (movwf,call_libraryfunc): NEW, handy abbreviations,
1256           (get_argument_pcop,get_return_val_pcop,pass_argument,
1257           get_returnvalue): interface for accessing function parameters and
1258             return values,
1259           (assignResultValuei,genRet): use new parameter/return value interface
1260           (pic14_getDataSize): back to old version handling generic pointers,
1261           (pic14_toBoolean,genNot,genCpl,genCmpEq,genOrOp): heavily rewritten,
1262             provided implementation and/or fixed old one,
1263           (genMultOneByte,genDivOneByte,genModOneByte): implemented as library
1264             calls, removed legacy 8051 reference code
1265           (AccLsh,AccRsh): rewritten and fixed to deal with signed operands
1266           (loadSignToC): NEW, move the operands sign bit to CARRY,
1267           (genGenericShift): NEW, replaces genLeftShift, genRightShift and
1268             genRightShiftSigned, accepts negative shift counts,
1269           (setup_fsr): load FSR and adjust IRP (indirect memory access),
1270           (emitPtrByteGet,emitPtrByteSet): rewritten, now works with
1271             generic pointers, __data pointers and __code pointers,
1272           (genUnpackBits,genPackBits): rewritten to work with generic pointers
1273             and signed bitfields, limit bitfields to 8 bit,
1274           (genDataPointerGet): fixed number of bytes read,
1275           (genGenPointerGet,genConstPointerGet): fixed bitfield access,
1276           (genPointerGet,genPointerSet): fixed handling of __code pointers,
1277             pointers to constant data are no longer assumed to point to __code
1278             space, removed invalid pointer types,
1279           (bitpatternFromVal): retrieve the PICs representation of an integer
1280             or float literal,
1281           (genDataPointerSet): fixed assigning to po_immediate operands,
1282           (genGenPointerSet): implemented as library call,
1283           (genIfx): fixed incorrect condition,
1284           (genAddrOf): limit generic pointers' addresses to 2 bytes,
1285             provide GPOINTER tag according to destination's storage class,
1286           (genCast): added code to handle casting to generic pointers, added
1287             sign-/zero extension of the result
1288           (aop_isLitLike,op_isLitLike): fixed handling of immediates
1289         * src/pic/gen.h: added macros to access IRP bit in STATUS register
1290         * src/pic/genarith.c (genAddLit): use min(result's,left's) size, sign
1291           extend the result
1292         * src/pic/glue.c (is_shared_address,is_shared): check whether a given
1293           address/register resides in the shared banks
1294           (emitSymbolToFile): improved to handle global and `pinned' symbols,
1295             put all variables into separate sections (have the linker arrange
1296             them)
1297           (picglue): put init code and interrupt handlers in separate sections
1298         * src/pic/main.c: added port specific options table, modified to PORT
1299           structure to make GPOINTERs 3 byte, added pic14_options
1300           (_pic14_do_link): private linking routine (update paths to libraries,
1301             add libsdcc.lib by default)
1302         * src/pic/main.h: declare pic14_options
1303         * src/pic/pcode.c: fixed instructions i/o relations,
1304           (RegCond): reverted to correct version,
1305           (newpCodeOpLit): truncate literals to 8 bit,
1306           (genericPrint): added debug output,
1307           (getRegFromInstruction): fixed for various operand types, simplified
1308           (BuildFlow): fixed broken handling of isntructions with labels
1309           (LinkFlow): start at last instruction in flow (skip trailing comments),
1310             pass the flow on to the next instruction after CALL
1311           (pCodeReplace): NEW, replace a pCode and move meta data to the new one
1312           (insertPCodeInstruction): fixed inserting after a skip instruction,
1313           (DoBankSelect): fixed for labeled instructions
1314           (OptimizepBlock): honor --nopeep switch
1315           (AnalyzeFlow,ReuseReg): prevent crash on source files with no function
1316         * src/pic/pcodepeep.c (pCodePeepMatchRule): prevent NULL pointer accesses
1317         * src/pic/pcoderegs.c (regIsLocal): NEW, check visibility of a register
1318           (pCodeOptime2pCodes): allow disabling this optimization via
1319             --no-pcode-opt due seldomly occuring bugs, fixed some conditions
1320             but is still buggy), started implementation of a dataflow based
1321             pCode optimization (CSE + dead code elimination)
1322           (pCodeRegMapLiveRangesInFlow): removed bogus inCond
1323         * src/pic/ralloc.c (initStack): renamed stack registers to STK%d, the new
1324           names are independant of the stack location and therefore portable across
1325           devices
1326
1327 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
1328
1329         * src/mcs51/ralloc.c (bitType): added to detect bit variables,
1330           (selectSpil): fixed bug 1337835 by not spilling bit variables
1331         * support/regression/tests/bug1337835.c: added test for this bug
1332         * src/mcs51/peeph.def: restart after rule 3.c,
1333           addded rules 263.x to optimize loading constants
1334
1335 2005-10-26 Raphael Neider <rneider AT web.de>
1336
1337         * src/SDCCsymt.c (compStructSize): allow signed bitfields for PIC ports
1338         * src/pic16/gen.c (genUnpackBits): support signed bitfields,
1339           (genAssign): emit warning when casting literals to generic pointer
1340             type, also applies when taking the address of a fixed variable,
1341           (genCast): improved casting to generic pointers
1342         * src/pic16/glue.c (pic16emitStaticSeg): fixed(?) handling of fixed
1343           extern variables, added verbose error message
1344         * device/include/pic16/{string.h,errno.h}: added #pragma library c
1345
1346 2005-10-26 Bernhard Held <bernhard AT bernhardheld.de>
1347
1348         * src/mcs51/gen.c (genMinus): fixed bug 1270906: reverse subtraction,
1349         carry must be complemented too
1350         * src/mcs51/peeph.def: addded rule 262 to remove double cpl c, which
1351         could be emitted by genMinus
1352         * src/SDCCval.c (constVal): fixed bug 1305065
1353
1354 2005-10-25 Bernhard Held <bernhard AT bernhardheld.de>
1355
1356         * src/SDCCast.c (addCast): added promotion for bit variables
1357         (decorateType): emit W_COMPLEMENT before the problem vanishes behind
1358         promotion casts + optimisation
1359         (optimizeGetWord): fix warning 'i' might be used uninitialized
1360         * src/mcs51/gen.c (genCpl): removed W_COMPLEMENT
1361         * src/ds390/gen.c (genCpl): removed W_COMPLEMENT
1362
1363 2005-10-24 Bernhard Held <bernhard AT bernhardheld.de>
1364
1365         * src/SDCCicode.c (ast2iCode): reverted to 1.224 because of regression:
1366         all chars are promoted to int; promotion should be handled in SDCCast.c
1367
1368 2005-10-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1369
1370         * device/lib/_strcmp.c: Fixed bug 1326457
1371
1372 2005-10-11 Raphael Neider <rneider AT web.de>
1373
1374         * device/lib/pic16/libio/i2c.ignore: added 1320, fixes broken builds
1375         * device/lib/pic16/libdev/pic18f1320.c: added 1320's device library
1376
1377 2005-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
1378
1379         * src/SDCC.y (AT): fixed bug with sfr32 addresses when built with GCC
1380         * support/regression/tests/sfr16.c: added test for the sfr32 bug
1381
1382 2005-10-04 Raphael Neider <rneider AT web.de>
1383
1384         * device/include/pic16/pic18fregs.h, src/pic16/devices.inc,
1385           device/lib/pic16/pics.all: added pic18f1320
1386         * src/pic16/pcode.c (mnem2key): fixed prototype's argument mismatch
1387
1388 2005-09-30 Raphael Neider <rneider AT web.de>
1389
1390         * src/pic16/device.c (Pics16[]): moved device descriptions to devices.inc
1391         * src/pic16/devices.inc: NEW, provides device descriptions
1392         * src/pic16/gen.c (genInline): fixed handling of ';'-comments
1393
1394 2005-09-26 Maarten Brock <sourceforge.brock AT dse.nl>
1395
1396         * src/SDCCicode.c (operandOperation): added GETABIT, GETBYTE, GETWORD and
1397           GETHBIT
1398
1399 2005-09-25 Maarten Brock <sourceforge.brock AT dse.nl>
1400
1401         * doc/sdccman.lyx: updated Highest Order Bit documentation,
1402           documented Any Order Bit, Higher Order Byte and Higher Order Word
1403         * src/SDCC.y: added tokens GETABIT, GETBYTE, GETWORD
1404         * src/SDCCast.c (optimizeGetHbit): updated to also accept bool=expr&(1<<n),
1405           (optimizeGetAbit): new, to get any bit, not only the high bit,
1406           (optimizeGetByte): new, to get a byte from a (long) int: expr>>(8*n),
1407           (optimizeGetWord): new, to get a word from a long int: expr>>(8*n),
1408           (isConformingBody): also check GETABIT, GETBYTE, GETWORD,
1409           (decorateType): '&': also try GETABIT, GETBYTE, GETWORD optimization,
1410             RIGHT_OP: also try GETBYTE, GETWORD optimization,
1411             GETABIT, GETBYTE, GETWORD: decorate them,
1412           (isShiftRightLitVal, isBitAndPowOf2): new helper functions,
1413           (ast_print): added GETABIT, GETBYTE, GETWORD
1414         * src/SDCCcse.c (isSignedOp): added GETABIT, GETBYTE, GETWORD
1415         * src/SDCCicode.c (codeTable): added GETABIT, GETBYTE, GETWORD,
1416           (geniCodeBinary): new generic binary icode,
1417           (ast2iCode): added GETABIT, GETBYTE, GETWORD
1418         * src/port.h: updated comment for PORT.hasExtBitOp
1419         * src/mcs51/gen.c (genGetAbit): new, to get any single bit,
1420           (genGetByte): new, to get a single byte,
1421           (genGetWord): new, to get a word from a long,
1422           (gen51Code): added GETABIT, GETBYTE, GETWORD
1423         * src/mcs51/main.c (hasExtBitOp): added GETABIT, GETBYTE, GETWORD
1424
1425 2005-09-23 Raphael Neider <rneider AT web.de>
1426
1427         * configure.in, configure: have device/lib/pic configured
1428         * device/lib/Makefile.in: added model-pic14
1429         * device/lib/clean.mk: added pic/ to clean rule
1430         * device/lib/pic: added rudimentary pic14 library providing support
1431           functions for multiplication/division/generic pointer access
1432         * src/SDCCopt.c (convilong): mark support functions as extern
1433           for pic14 port as well
1434         * src/pic/gen.c (genMult): added assertions,
1435           (genpic14Code): emit warning on unhandled iCodes
1436         * src/pic/main.c (_hasNativeMulFor): return true only for 8x8 bit
1437         * src/pic/pcode.c (pCodeOpCopy),
1438         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed handling of various
1439           pCodeOpReg-subtypes (PO_{STATUS,INTCON,PCL,PCLATH,PCLATU,BSR,
1440           SFR_REGISTER}), made safe for future extensions
1441         * src/pic16/pcode.c (pic16_safepCodeUnlink): allow for removal of
1442           instructions even if preceeded by SKIP instructions (also remove
1443           them); removed unused code
1444         * src/pic16/pcode.h: added arg2 to pCodeOpLit to match pCodeOpLit2,
1445           prevents leaving parts of the structure uninitialized after copying
1446
1447 2005-09-22 Maarten Brock <sourceforge.brock AT dse.nl>
1448
1449         * src/mcs51/gen.c (genMinus): fix for undetected bug introduced 3 months
1450           ago by me
1451         * support/regression/tests/addsub.c: added test for the bug
1452
1453 2005-09-21 Raphael Neider <rneider AT web.de>
1454
1455         * device/include/pic16/pic18f1220.h,
1456           device/lib/pic16/libdev/pic18f1220.c: added ECCPAS sfr and bitfield
1457         * device/lib/pic16/Makefile.rules: added missing opening paren
1458         * src/pic16/gen.c (pic16_genNot,pic16_genCpl): removed as these
1459           are provided in genutils.c,
1460           (genUminusFloat,genUminus,genCmpEq): added asserts on different
1461           operand/result sizes,
1462           (genCmp): assert on NULL pointers first, then check deref'ed values
1463         * src/pic16/genutils.c (pic16_genCpl): fixed for different operand/
1464           result size
1465
1466 2005-09-18 Raphael Neider <rneider AT web.de>
1467
1468         * src/pic16/gen.c (genFarPointerGet,genFarPointerSet): removed
1469           as these are now unused,
1470           (genPointerGet,genPointerSet): handle FPOINTERs like POINTERs
1471         * src/pic16/pcode.c (pic16_symIsSpecial): assume REG_TMPs to be
1472           local, avoids uninitialized pointer dereference on r->name
1473         * src/pic16/ralloc.c (newReg): fixed indentation
1474
1475 2005-09-13 Maarten Brock <sourceforge.brock AT dse.nl>
1476
1477         * src/SDCCval.c (constVal): fixed bug 730366
1478         * support/Util/SDCCerr.c,
1479         * support/Util/SDCCerr.h: added warning W_INVALID_INT_CONST
1480
1481 2005-09-10 Maarten Brock <sourceforge.brock AT dse.nl>
1482
1483         * as/mcs51/lkmem.c (summary2): fixed report for absolute areas (bug 1210220)
1484
1485 2005-09-09 Maarten Brock <sourceforge.brock AT dse.nl>
1486
1487         * src/mcs51/peeph.def (241.x): fixed bug when comparing generic pointers
1488
1489 2005-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
1490
1491         * as/hc08/lkaomf51.c (OutputName): made name unsigned char,
1492           (hex2dec): made hex_digit unsigned char, removed ascii dependance
1493         * as/mcs51/lkaomf51.c (OutputName): made name unsigned char,
1494           (hex2dec): made hex_digit unsigned char, removed ascii dependance
1495         * as/mcs51/lkarea.c (lnkarea2): sort absolute areas to the front
1496         * packihx/packihx.c (hexDigit): made c unsigned char
1497         * as/mcs51/lklibr.c (fndsym),
1498         * link/z80/lkgb.c (gb),
1499         * link/z80/lklibr.c (fndsym),
1500         * link/z80/lkrloc.c (relr),
1501         * sim/ucsim/libltdl/ltdl.c (load_deplibs, try_dlopen),
1502         * src/SDCC.lex (checkCurrFile, process_pragma),
1503         * src/SDCCglue.c (spacesToUnderscores),
1504         * src/SDCCmain.c (setParseWithComma, processFile),
1505         * src/asm.c (tvsprintf, printCLine),
1506         * src/avr/gen.c (emitcode, aopPut),
1507         * src/ds390/gen.c (emitcode),
1508         * src/hc08/gen.c (emitcode, emitinline),
1509         * src/mcs51/gen.c (emitcode, genInline),
1510         * src/pic/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
1511           tokenizeLineNode),
1512         * src/pic/ralloc.c (debugLog),
1513         * src/pic16/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
1514           tokenizeLineNode),
1515         * src/pic16/ralloc.c (debugLog),
1516         * src/z80/main.c (_process_pragma):
1517            made all ctype.h function calls safe
1518         * src/SDCCopt.c: include math.h for fabs
1519         * src/SDCCpeeph.c: added macros ISCHARDIGIT, ISCHARSPACE and ISCHARALNUM
1520           and used them throughout the code to make ctype.h function calls safe
1521         * src/ds390/main.c (asmLineNodeFromLineNode),
1522         * src/mcs51/main.c (asmLineNodeFromLineNode): made p unsigned char*
1523         * src/pic/gen.c (DEBUGpic14_emitcode, pic14_emitcode): made lbp
1524            unsigned char*
1525         * src/pic/pcode.c (mnem2key): made mnem unsigned char*,
1526           (newpCodeAsmDir): made ctype.h function calls safe
1527         * src/pic16/gen.c (pic16_emitpcomment, DEBUGpic16_emitcode,
1528           pic16_emitcode):  made lbp unsigned char*
1529         * src/pic16/pcode.c (mnem2key): made mnem unsigned char*,
1530           (pic16_newpCodeAsmDir): made ctype.h function calls safe
1531         * src/xa51/gen.c (emitcode),
1532         * src/z80/gen.c (_emit2): made lbp unsigned char*
1533         * support/Util/MySystem.c (split_command): made cmd_line and p unsigned
1534            char*
1535
1536 2005-09-05 Raphael Neider <rneider AT web.de>
1537
1538         * src/pic16/ralloc.c (pic16_allocDirReg): use device specific
1539           access bank splitpoint
1540
1541 2005-09-05 Raphael Neider <rneider AT web.de>
1542
1543         * device/lib/pic16/libc/Makefile: added (missing) string to SUBDIRS
1544
1545 2005-09-03 Maarten Brock <sourceforge.brock AT dse.nl>
1546
1547         * .version: changed to version 2.5.3
1548         * doc/sdccman.lyx: changed version to 2.5.3,
1549           documented --codeseg and --constseg and pragma codeseg and constseg,
1550           documented bit parameters (reentrant) and bit returning
1551         * src/SDCCicode.c (geniCodeReceive): fixed (possible) bug generating
1552            currFunc->recvSize, but is this ok for all ports?
1553           (ast2iCode): result of ~ on unsigned char must be cast to int for
1554            bool to work
1555         * src/SDCCmem.c (allocGlobal, allocLocal): don't put bit returning
1556           function pointers in bit space
1557         * src/SDCCsymt.c (checkSClass): allow bit returning function pointers,
1558           (processFuncArgs): call port.reg_parm() with reentrancy info
1559         * src/port.h,
1560         * src/avr/main.c,
1561         * src/ds390/main.c,
1562         * src/hc08/main.c,
1563         * src/pic/main.c,
1564         * src/pic16/main.c,
1565         * src/xa51/main.c,
1566         * src/z80/main.c: port.reg_parm prototype extended with
1567           "bool reentrant" parameter
1568         * src/mcs51/main.c (_mcs51_regparm): use parameter reentrant instead of
1569           options.stackAuto for allocating bit register parameters
1570         * src/mcs51/gen.c (genNot): optimized complementing direct bit,
1571           (genSend): set BitBankUsed if it is,
1572           (selectRegBank): factored out of genCall for use in genPcall,
1573           (genCall): removed redundant dtype assignmen, use selectRegBank,
1574           (genPcall): handle returning in Carry properly, save in F0 if needed,
1575           (genReceive): handle bit register parameters
1576         * src/mcs51/ralloc.c (updateRegUsage): update BitBankUsed along the way,
1577           (mcs51_assignRegisters): enable bit registers for all reentrant
1578            functions and don't set BitBankUsed unconditionally
1579         * src/mcs51/peeph.def (177.d): fixed bug if %2==%3
1580         * support/regression/tests/bitvars.c: enable tests for SDCC_STACK_AUTO
1581         * support/regression/tests/funptrs.c: added tests for BOOL and for return
1582
1583 2005-08-27 Borut Razem <borut.razem AT siol.net>
1584
1585         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) and on
1586         ppc-osx (Darwin) does not support -u option. It seems that it is
1587         supported only on Linux - GNU cp
1588
1589 2005-08-25 Borut Razem <borut.razem AT siol.net>
1590
1591         * sim/ucsim/gui.src/serio.src/Makefile.in,
1592           sim/ucsim/s51.src/Makefile.in, sim/ucsim/avr.src/Makefile.in,
1593           sim/ucsim/z80.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
1594           sim/ucsim/xa.src/Makefile.in: install -s changed to 2 steps:
1595           install and strip, since the strip at /usr/ccs/bin should be used
1596           on solaris
1597
1598 2005-08-24 Borut Razem <borut.razem AT siol.net>
1599
1600         * clean.mk, device/lib/clean.mk: find on sparc-solaris does not support -maxdepth option
1601
1602 2005-08-23 Bernhard Held <bernhard AT bernhardheld.de>
1603
1604         * src/SDCCopt.c (convertToFcall): fixed modulus with divisors 1 and
1605         ffffffffu
1606
1607 2005-08-23 Maarten Brock <sourceforge.brock AT dse.nl>
1608
1609         * as/mcs51/aslink.h: completed lkrloc.c prototypes
1610         * as/mcs51/lkmain.c (link_main): fixed warning
1611         * device/include/stdbool.h: ds390 has no advanced bit support yet
1612         * src/SDCC.y: use SPEC_SHORT and renamed _signed to b_signed
1613         * src/SDCCsymt.c: use SPEC_SHORT and renamed _signed to b_signed
1614         * src/SDCCsymt.h (struct specifier): renamed _xxx bitfields to b_xxx
1615           and updated their macros
1616         * src/SDCCval.c (constVal): updated comment for renamed b_long
1617
1618 2005-08-22 Maarten Brock <sourceforge.brock AT dse.nl>
1619
1620         * as/mcs51/asdata.c: changed ctype['['] to BINOP
1621         * as/mcs51/asexpr.c (expr): added case '[' for bit access in bdata,
1622           (term): abused bit 15 of s_addr to indicate bit-addressable bytes,
1623           (oprio): set priority for '['
1624         * as/mcs51/aslink.h: added define R_BIT, and prototypes for adb_bit
1625            and adb_24_bit
1626         * as/mcs51/asm.h: added defines R_BIT and S_BIT
1627         * as/mcs51/lkarea.c (lnksect2): use T for seg BIT_BANK and overlay it
1628         * as/mcs51/lkdata.c: changed ctype['['] to BINOP
1629         * as/mcs51/lkmain.c (Areas51): rel2 contains 12 (=C) areas now,
1630           added overlayable BIT_BANK area
1631         * as/mcs51/lkmem.c (summary): add BIT_BANK to BSEG_BYTES in the report,
1632           (summary2): explain 'T' in legenda
1633         * as/mcs51/lkrloc.c: replaced old K&R style,
1634           (relr): added R_BIT processing,
1635           (errmsg): added "Bit-addressable relocation error",
1636           (adb_bit): added for converting from byte- to bit-addressable space,
1637           (adb_24_bit): added for converting from byte- to bit-addressable space
1638         * device/include/stdbool.h: changed BOOL to __bit for mcs51 as it can be
1639            used in reentrant functions now even as return value
1640         * device/lib/_gptrput.c (_gptrput): removed obsolete code
1641         * src/SDCCast.c (resultTypePropagate): also propagate AND_OP and OR_OP,
1642           (decorateType): case '!', GETHBIT, AND_OP, OR_OP: result in bool or char
1643         * src/SDCCglobl.h: added indicator BitBankUsed
1644         * src/SDCCglue.c (glue): emit area BIT_BANK with byte 'bits' and equ's for
1645            the bit registers b0-b7
1646         * src/SDCCicode.c (operandFromSymbol): removed IS_BITVAR check,
1647           (geniCodeCast): fixed bug 1263853,
1648           (geniCodeLogicAndOr): put result in bool or char,
1649           (geniCodeReceive): added parameter func for accessing the return type,
1650           (geniCodeFunctionBody): pass func to geniCodeReceive
1651         * src/SDCCmain.c: added indicator BitBankUsed
1652         * src/SDCCmem.c (allocLocal): explicitly set sclass for V_BIT
1653         * src/SDCCsymt.c (newBoolLink): added for creating a bool/bit,
1654           (checkSClass): don't put automatic bool/bit on stack,
1655           (checkFunction): removed check on function cannot return bit
1656         * src/SDCCsymt.h: added newBoolLink prototype
1657         * src/mcs51/gen.c (rb1regs): added bit registers,
1658           (movc): created for assigning to carry,
1659           (pushReg, popReg): created for pushing registers,
1660           (sameRegs): check both AOP_REG and AOP_CRY types,
1661           (aopOp): handle bit registers,
1662           (aopPut): optimization no self-assign,
1663           (saveRegisters): push reg->base (bits) only once for bit registers,
1664            and use pushReg,
1665           (unsaveRegisters): pop reg->base only once and use popReg,
1666           (assignResultValue): added parameter func and return in carry for bits,
1667           (genIpush): optimization no reload in A if not changed,
1668           (genSend): bit parameters in reentrant functions are passed in bit
1669            registers by first assigning to bits in B, then save registers and
1670            copy B to bits,
1671           (genCall): handle returning in Carry properly, save it in F0 if needed,
1672           (genPcall): updated assignResultValue call, this is not safe yet for bit
1673            returning function !!!
1674           (genFunction): don't generate equ's for bit registers and use pushReg,
1675           (genEndFunction): take care of bit returning functions and use popReg,
1676           (genRet): return bit in Carry,
1677           (genIfx): optimize bit registers and other directly addressable bits,
1678           (genReceive): updated assignResultValue call
1679         * src/mcs51/main.c (_mcs51_reset_regparm): added regBitParmFlg,
1680           (_mcs51_regparm): allow passing of upto 8 bit parameters in bit
1681            registers when using stack-auto
1682         * src/mcs51/ralloc.c (_G): added allBitregs,
1683           (regs8051): added the bit registers,
1684           (createStackSpil): use macro IS_BIT,
1685           (getRegBit): added to allocate a bit register, else spill,
1686           (getRegBitNoSpil): added to allocate a bit register, else a gpr,
1687           (updateRegUsage): factored out to ease stepping while debugging,
1688           (serialRegAssign): use updateRegUsage, only spill bits if necessary,
1689            also allocate bit registers,
1690           (fillGaps): handle bit registers,
1691           (findAllBitregs): added to create bit vector with all bit registers,
1692           (mcs51_allBitregs): returns this bit vector,
1693           (mcs51_assignRegisters): when using stack-auto use bit registers for
1694            passing parameters and creating local variables
1695         * src/mcs51/ralloc.h: added B0_IDX..B7_IDX and prototype mcs51_allBitregs
1696
1697 2005-08-22 Borut Razem <borut.razem AT siol.net>
1698
1699         * device/lib/Makefile.in: replaced find option -or with -o
1700           to make it run on solaris
1701
1702 2005-08-22 Raphael Neider <rneider AT web.de>
1703
1704         * src/pic16/gen.c (pic16_loadFromReturn): added check for AOP_PCODE,
1705           fixes #1265442 (crash on Solaris)
1706
1707 2005-08-20 Borut Razem <borut.razem AT siol.net>
1708
1709         * configure, configure.in: added tests for libsocket and libnsl libraries,
1710           requred by sdcdb on sparc-solaris; generate support/regression/Makefile
1711           from support/regression/Makefile.in
1712         * support/regression/Makefile.in: added
1713         * device/lib/pic16/Makefile.common.in: force make to use bash shell
1714         * sim/ucsim/libtool: regenerated on sparc-solaris
1715         * sim/ucsim/avr.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
1716           sim/ucsim/s51.src/Makefile.in, sim/ucsim/xa.src/Makefile.in,
1717           sim/ucsim/z80.src/Makefile.in: removed GNU ld specific linker options
1718           -Wl,--start-group and -Wl,--end-group to enable ucsim compilation on
1719           sparc-solaris, which doesn't use GNU ld linker
1720         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) does not support -u option
1721         * as/Makefile: find on sparc-solaris does not support -maxdepth option
1722
1723 2005-08-19 Maarten Brock <sourceforge.brock AT dse.nl>
1724
1725         * src/mcs51/peeph.def: updated comments
1726
1727 2005-08-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1728
1729         * device/lib/_gptrget.c,
1730         * device/lib/_gptrput.c: slightly shorter
1731         * doc/sdccman.lyx: incremented version
1732         * src/mcs51/peeph.def: moved peephole comments to the line of first
1733           change to better keep line correlation, reanimated 186.e
1734         * src/mcs51/peeph.def: renamed similar peepholes by using suffixes
1735
1736 2005-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
1737
1738         * src/pic/pcode.c : Pasted ".line" assembly directives patch from
1739           David Saxton with quotes around file name.
1740
1741 2005-08-15 Borut Razem <borut.razem AT siol.net>
1742
1743         * support/regression/tests/bitfields.c, support/regression/tests/bitvars.c,
1744           support/regression/tests/bitwise.c, support/regression/tests/literalop.c,
1745           support/regression/tests/rotate.c, support/regression/tests/zeropad.c:
1746           make tests run on x86_64 platform
1747
1748 2005-08-13 Raphael Neider <rneider AT web.de>
1749
1750         * device/lib/pic16/Makefile.subdir: weakened clean-intermediate rule
1751           as it might be executed DURING a build (parallel make is wonderful)
1752
1753 2005-08-13 Raphael Neider <rneider AT web.de>
1754
1755         * device/lib/Makefile.in (port-specific-objects-pic16):
1756           revert to cp $(PORT)/bin/*.* $(PORTDIR)
1757         * device/lib/pic16/Makefile: added .PHONY targets, removed builddir
1758           dependency
1759         * device/lib/pic16/Makefile.rules: build subdirs before creating
1760           the library, removed builddir rule, create $(builddir) early in
1761           recurse rule, use empty recurse rule for leaf directories
1762         * device/lib/pic16/Makefile.subdir: added phony targets, ignore
1763           mkdir errors (race condition), removed duplicate suffix "hex"
1764           from clean rules
1765         * device/lib/pic16/libdev/Makefile: recursive make via + and $(MAKE)
1766         * device/lib/pic16/libio/Makefile: create sub-make's builddir early,
1767           prevents mkdir -p from aborting on Alpha
1768
1769 2005-08-12 Raphael Neider <rneider AT web.de>
1770
1771         * src/pic16/glue.c (pic16_print(G)PointerType): do not flush
1772           db-statements in order to allow for arrays of pointers in code
1773           sections to be placed without interspersed 0-padding, fixes
1774           bug #1256215
1775         * (emitStatistics): fixed division by zero for pic18f1220
1776         * src/pic16/pcode.c: buffer (up to) 12 DB directives to allow for
1777           unpadded writing of 8-bit, 16-bit, 24-bit and 32-bit values
1778         * (pic16_emitDS): respect DB_ITEMS_PER_LINE
1779         * (pic16_pCodeConstString): keep track of already emitted string
1780           literals to prevent "duplicate definitions of symbol _str_NR"
1781         * src/pic16/ralloc.c (pic16_allocRegByName): removed not so helpful
1782           debug message
1783         * device/lib/Makefile.in: ignore failing PIC16 library builds
1784         * device/lib/pic16/Makefile: do not build if gputils are missing
1785         * device/lib/pic16/Makefile.common.in: do not enforce MAKEFLAGS=-s
1786
1787 2005-08-10 Raphael Neider <rneider AT web.de>
1788
1789         * device/lib/Makefile.in: fixed copying pic16 libraries (broken by
1790           my last commit)
1791
1792 2005-08-10 Raphael Neider <rneider AT web.de>
1793
1794         * src/*.c, src/pic16/{gen.c,glue.c,main.c}: applied Vangelis
1795           Rokas' patch to add the new fixed point type "__fixed16x16"
1796         * device/lib/pic16/libsdcc/fixed16x16: added Vangelis' support
1797           functions for __fixed16x16 arithmetics
1798         * device/lib/pic16: reimplemented the build system to support
1799           a separate build directory, better handling of libio (create
1800           the library in a separate subdir for each architecture) and
1801           easier configuration (centralized in Makefile.common)
1802
1803 2005-08-07 Raphael Neider <rneider AT web.de>
1804
1805         * src/pic16/gen.c (genrshTwo): fixed sign extension
1806         * src/pic16/device.c: added pic18f2320, 4220 and 4320
1807         * device/include/pic16/pic18f2220.h: changed some bit definitions,
1808           added T0CONbits
1809         * device/include/pic16/pic18f4220.h: NEW, header for
1810           pic18f4220 and pic18f4320
1811         * device/include/pic16/pic18fregs.h: added new devices,
1812           embraced Nop(), ClrWdt(), Sleep() and Reset() with do {} while(0)
1813         * device/include/pic16/signal.h: resolved name clashes
1814           on bit definitions, added DEF_HANDLER2(sig1,sig2,handler)
1815           to also allow testing for interrupt enable bits, added
1816           comments on how to use the macros
1817         * device/lib/pic16/libdev/pic18f2220.c: added T0CONbits
1818         * device/lib/pic16/libdev/pic18f{2320,4220,4320}.c: NEW,
1819           register definitions for the devices
1820         * device/lib/pic16/pics.all: added new devices
1821         * device/lib/pic16/libc/stdlib/calloc.c: fixed zeroing
1822           allocated memory
1823         * device/lib/pic16/libc/stdlib/memfree: do not count
1824           the block header as free memory
1825         * device/lib/pic16/libc/stdlib/memmisc.c (_initHeap):
1826           simplified and added missing end-of-blocklist-marker
1827           (reported by Peter Onion, fixes #1252814)
1828         * (_mergeHeapBlock): fixed loop condition
1829         * device/lib/pic16/libc/stdlib/realloc.c: return NULL for
1830           len==0, restructured code
1831         * device/lib/pic16/libc/stdlib/{malloc,memfreemax}.c: cleaned
1832           up a bit, reduced bitfield accesses, prevent endless loops
1833           in case of heap corruption
1834         * device/lib/pic16/libc/stdlib/x_ftoa.c: disabled
1835           "unreferenced arguments/must return a value" warnings
1836         * device/lib/pic16/libio/usart/ubaud.c (usart_baud):
1837           replaced BAUDREG with SPBRG
1838         * device/lib/pic16/libsdcc/lregs/{lrrest.c,lrst.c},
1839           device/lib/pic16/debug/gstack/gstack.c: replaced
1840           _naked, _asm, _endasm with __naked, __asm, __endasm
1841
1842 2005-08-05 Raphael Neider <rneider AT web.de>
1843
1844         * src/pic16/gen.c (pic16_aopGet): fixed handling of offsets in
1845           AOP_PCODE operands, fixes multibyte union-bitfield-accesses
1846
1847 2005-08-05 Borut Razem <borut.razem AT siol.net>
1848
1849         * device/lib/Makefile.in: added missing ';'
1850         * configure: removed ^M characters
1851
1852 2005-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1853
1854         * device/include/mcs51/at89c51ed2.h, device/include/mcs51/p89v51rd2.h,
1855           device/include/mcs51/at89s53.h: changed to GNU Lesser General Public
1856           License
1857
1858 2005-08-04 Borut Razem <borut.razem AT siol.net>
1859
1860         * configure.in: pic16 libraries build 2nd try - enable running
1861           configure in device/lib/pic16
1862         * configure: regenerated from configure.in
1863         * device/lib/Makefile.in: create $(PORT)/bin directory
1864
1865 2005-08-03 Raphael Neider <rneider AT web.de>
1866
1867         * src/pic16/gen.c (pic16_derefPtr): NEW, single place
1868           to get/set values via pointers
1869         * (genUnpackBits,genPackBits): changed detection of
1870           ptr->bitfield vs. sym.bitfield, fixed access via generic
1871           pointers, removed dead (wrong) code for multibyte bitfields
1872         * (genNearPointerGet, genGenPointerGet): removed useless code,
1873           fixed bitfield detection, fixes #1250594
1874         * (genNearPointerSet): removed useless code
1875         * src/pic16/gen.h: renamed pic16_emitpcode to pic16_emitpcode_real
1876           and introduced macro pic16_emitpcode that conditionally emits
1877           the origin of the following pCode (useful for debugging SDCC)
1878         * src/pic16/pcode.c: changed (and disabled) some debug outputs
1879         * (createDefmap): fixed handling of LFSR for --optimize-df
1880
1881 2005-08-02 Borut Razem <borut.razem AT siol.net>
1882
1883         * device/lib/Makefile.in: pic16 libraries build enabled since
1884           gputils-0.13.2 are now localy installed at sourceforge's compile farm
1885
1886 2005-08-02 Raphael Neider <rneider AT web.de>
1887
1888         * src/pic16/gen.c (genPackBits): removed deprecated warning
1889         * (genGenPointerSet): fixed bitfield detection
1890
1891 2005-08-02 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1892
1893         * device/include/mcs51/msm8xc154s.h: Removed PT2 definition, now in 8052.h.
1894
1895 2005-07-31 Raphael Neider <rneider AT web.de>
1896
1897         * device/lib/pic16/libdev/pic18f458.c,
1898           device/include/pic16/pic18f458.h: added missing T0CONbits
1899
1900 2005-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
1901
1902         * device/include/mcs51/msm8xc154s.h: added, thanks to Matthias Arndt
1903
1904 2005-07-28 Maarten Brock <sourceforge.brock AT dse.nl>
1905
1906         * src/mcs51/gen.c (operandsEqu): fixed bug 1246687
1907
1908 2005-07-23 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1909
1910         * device/include/mcs51/at89c51ed2.h: added.
1911
1912 2005-07-23 Raphael Neider <rneider AT web.de>
1913
1914         * src/pic/gen.h: added emitpcode macro for debugging
1915         * src/pic/gen.c (emitpcode): renamed to emitpcode_real
1916           and replace by macro adding debug information on demand
1917         * (genNot): fixed to C semantics (!0 = 1; !x = 0 iff x != 0)
1918         * (gencjne): tried to fix; replaced with correct (slower) code
1919         * (gen{Unp,P}ackBits): fixed single bit access
1920         * src/pic/pcode.c (AnalyzepCode): fixed DFPRINTF argument
1921         * src/pic/pcodepeep.c (pCodeSearchCondition): fixed finding
1922           previous instruction
1923         * src/pic/pcoderegs.c (regIsSpecial): NEW, check whether a
1924           register has to be handled with care (forbidding movement
1925           of assignments/uses, removing assignments completely, ...)
1926         * (pCodeOptime2pCodes): make use of regIsSpecial
1927         * added lots of debugging output (commented out)
1928         * src/pic/rallloc.c (deassignLRs): prevent operand registers
1929           from being reused as result UNLESS it is known to work
1930
1931 2005-07-23 Maarten Brock <sourceforge.brock AT dse.nl>
1932
1933         * support/Util/dbuf.h: include <stddef.h> for size_t
1934         * .version: changed to version 2.5.2
1935
1936 2005-07-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1937
1938         * src/SDCCloop.c (loopInvariants): fixed bug #1234048
1939
1940 2005-07-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1941
1942         * src/hc08/gen.c (genMinus): fixed bug #1241835,
1943           (genModOneByte): removed needless psha/pula
1944
1945 2005-07-22 Raphael Neider <rneider AT web.de>
1946
1947         * src/SDCCmain.c (linkEdit): initialized linkerScriptFileName,
1948           have PIC14 handled like PIC16, fixes broken pic14 linker calls
1949         * src/pic/gen.c (resolveIfx): do not "invent" labels
1950         * (genSkipc): changed to positive logic
1951         * (genSkipCond): removed as no longer needed
1952         * (pic14_mov2w_regOrLit,genCmp): NEW, replacement for buggy version,
1953           backport from PIC16
1954         * (genLeftShift): check operands are in different registers
1955         * src/pic/genarith.c (genPlus): replaced INCF with ADDLW as
1956           INCF does not update CARRY...
1957         * src/pic/main.c: fixed _linkCmd
1958         * src/pic/pcode.c (unlinkpCode): added inactive code
1959         * src/pic/ralloc.c (deassignLRs): keep arguments to shift operations
1960           alive (do not assign result and operand overlapping registers)
1961
1962 2005-07-22 Raphael Neider <rneider AT web.de>
1963
1964         * src/pic/device.c (dump_sfr): replaced register declaration with
1965           call to emitSymbolToFile() to avoid duplicate symbols
1966         * (assignRelocatableRegisters): do not declare external symbols
1967         * src/pic/ralloc.c (allocNewDirReg): fixed to get size of arrays
1968           right (take size of type, not etype)
1969         * (allocDirReg): fixed call to allocNewDirReg() to pass OP_SYM_TYPE
1970         * (writeUsedRegs): also dump dynDirectRegs (e.g. local variables)
1971         * (packRegsForAccUse): disabled assignment of WREG as
1972           the result reg to prevent occurence of just fixed #1235003,
1973           fixes #1242954
1974         * src/pic/glue.c (emitSymbolToFile): NEW, central place to declare
1975           symbols (avoids duplicate symbols in .asm file)
1976         * (pic14emitRegularMap): use emitSymbolToFile()
1977         * src/pic/gen.c (aopOp): fixed spillLocation handling
1978         * (gen{Unp,P}ackBits): fixed acquiring bit-operands
1979         * (genDataPointerSet): removed unneccessary variables/output
1980
1981 2005-07-22 Maarten Brock <sourceforge.brock AT dse.nl>
1982
1983         * as/mcs51/lkarea.c: enlarged codemap for banked memory
1984         * device/lib/mcs51/crtbank.asm: added # to 0x0F
1985
1986 2005-07-21 Raphael Neider <rneider AT web.de>
1987
1988         * src/pic/gen.c (aopOp): do not generate AOP_ACC operands as pic14
1989           architecture cannot handle them efficiently, fixes bug #1235003
1990         * src/pic16/device.c (pic16_dump_{u,i}section,pic16_dump_int_registers):
1991           check for empty sets before using them (fixes bug #1232190)
1992
1993 2005-07-19 Maarten Brock <sourceforge.brock AT dse.nl>
1994
1995         * as/mcs51/lkarea.c (lnkarea, lnkarea2): improved BSEG size calculation,
1996           (lnksect2): generate warnings for memory overlap
1997         * src/SDCC.lex (doPragma, process_pragma): added pragma's codeseg and
1998           constseg to set the name of these segments so you can instruct the linker
1999           to place them in banks
2000         * src/SDCCast.c (decorateType): use new macro IS_FUNCPTR()
2001         * src/SDCCglobl.h: added MODEL_HUGE to enum,
2002           added code_seg and const_seg to options
2003         * src/SDCCglue.c (emitMaps): use options.const_seg,
2004           (createInterruptVect): put interrupt vectors in segment HOME,
2005           (glue): put HOME before static segment and put the main glue in HOME,
2006           (glue): use options.code_seg
2007         * src/SDCCicode.c (geniCodeCall): use new macro IS_FUNCPTR()
2008         * src/SDCCmain.c: added option --codeseg and --constseg to set the name of
2009           these segments so you can instruct the linker to place them in banks
2010           (linkEdit): use code_loc for HOME segment which should be the first
2011           segment in code memory now
2012         * src/SDCCmem.c: fixed more stuff like bug 1238386
2013         * src/SDCCsymt.c (getSize): use generic pointer size for banked functions,
2014           (changePointer): don't change function pointers to code pointers for
2015           banked functions,
2016           (compareType): added exceptional check for banked function pointers
2017         * src/SDCCsymt.h: changed IFFUNC_ISBANKEDCALL, added IS_FUNCPTR
2018         * src/hc08/main.c (_hc08_genAssemblerPreamble): put HOME first, put CSEG
2019           after static in code memory
2020         * src/mcs51/gen.c: added aopLiteralLong prototype,
2021           (aopForSym): use getSize for functions,
2022           (genCall): generate banked calls over one trampoline __sdcc_banked_call
2023           in HOME with lsb of address in r0, msb in r1 and bank in r2, use
2024           -Wl-bBANKSEG=0xbbaaaa option to set the address (aaaa) and bank (bb) of
2025           the segment,
2026           (genPcall): use call for literal function pointers and generate banked
2027           calls over the one trampoline so there's only one place for the user to
2028           modify according to his/hers hardware,
2029           (genEndFunction): jump to __sdcc_banked_ret in HOME for banked functions,
2030           (genPlusIncr): moved check icount>4 beyond inc dptr optimization
2031         * src/mcs51/main.c: added keyword banked,
2032           (_mcs51_genExtraAreas): put HOME first followed by GSINIT, STATIC and CSEG
2033         * support/Util/SDCCerr.c,
2034         * support/Util/SDCCerr.h: added E_BANKED_WITH_CALLEESAVES, registers are
2035           needed for passing the bank and address to the trampoline
2036         * device/lib/mcs51/crtbank.asm: added for bankswitching
2037         * device/lib/mcs51/Makefile: added crtbank
2038
2039 2005-07-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2040
2041         * src/SDCCcse.c (algebraicOpts): fixed loss of volatility
2042           for fields at offset 0 of a struct or union as reported
2043           on 2005-07-07 in the developer mailing list.
2044
2045 2005-07-15 Maarten Brock <sourceforge.brock AT dse.nl>
2046
2047         * src/SDCCmem.c: fixed bug 1238386
2048
2049 2005-07-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2050
2051         * src/mcs51/peeph.def: added labelrefcounting for peepholes
2052           (patch #1144962), added peephole 300, enabled 259.x
2053         * doc/sdccman.lyx: removed screenshot and provided link instead
2054
2055 2005-07-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2056
2057         * doc/sdccman.lyx: added section about debugging with ddd
2058         * doc/figures/ddd_example.eps: screenshot of debugging session
2059
2060 2005-07-04 Raphael Neider <rneider AT web.de>
2061
2062         * src/pic/gen.c (genPointerGet): handle pointers to CONST values
2063           like CODE pointers, fixes #1115683
2064         * src/pic/pcode.c (DoBankSelect): forget LastRegIdx during function
2065           call, fixes bugs #1232211, #1228110,
2066           fixed wrong casts to pCodeFlow from pCodeInstructions
2067
2068 2005-07-04 Raphael Neider <rneider AT web.de>
2069
2070         * src/pic/gen.c (popGet): changed assert to allow for
2071           bit operands
2072         * (popGetAddr): changed signature to provide
2073           an additional index, patched all call sites
2074         * (genCmpEq): handle literal-like operands correctly
2075         * (genAddrOf): added sanity checks on __code/__data pointers
2076         * (genAssign): added handling of symbols from __code section
2077         * (gencjne): do not generate code for comparisons whose result
2078           is neither stored nor used, fixes bug #1171114
2079         * (AccLsh, AccRsh): operate on operand instead of WREG
2080         * (shift{Left,Right}_Left2ResultLit): NEW, size independant
2081           replacement for Shift{LR}{12}Left2Result; shift (byte/int/long)
2082           by known count
2083         * rewrote complete shift-by-literal logic, commented unused
2084           functions out
2085         * (genConstPointerGet): get multiple bytes (if result size > 1),
2086           fixed handling of non-immediate addresses
2087         * (genPointerGet): handle CODE pointers like CONST pointers
2088         * (genpic14Code): insert C-SRC lines as Cource-pCodes
2089         * ({aop,op}_isLitLike): NEW, single place to decide whether an
2090           operand is to be treated as a literal or not
2091         * (mov2w,genPcall,genCmpEq),
2092           src/pic/genarith.c: use aop_isLitLike() to decide between
2093           literal/register contents
2094         * (addSign): added missing offset
2095         * src/pic/gen.h: remove newline after FENTRY/FEXIT comments,
2096           only emit comment in debug-mode,
2097           use {aop,op}_isLitLike throughout the file
2098         * src/pic/glue.c: fix initializers for pointers (work in progress)
2099         * src/pic/pcode.c (get_op): honor index on _const symbols
2100         * ({reset,dump}pCodeStatistics): NEW, estimate code size
2101         * (dumppBlock): added pCode size estimation
2102         * src/pic/ralloc.c (deassignLRs,serialRegAssign,packRegisters):
2103           check for IS_SYMOP before OP_SYMBOL'ing
2104         * fixed indentation, compacted switch-statements
2105         * (allocReg): find free register and allocate it instead of
2106           allocating new registers all the time
2107         * (deassignLRs): prevent POINTER_GET's from being assigned the same
2108           registers as its operands (necessary only for multibyte GETs)
2109
2110 2005-07-01 Raphael Neider <rneider AT web.de>
2111
2112         * src/pic/gen.h: added prototypes emitpComment, popGetAddr and
2113           debugging .asm-output macros FENTRY + FEXIT
2114         * src/pic/gen.c (Safe_vsnprintf): NEW, is there a more generic
2115           way... I wonder...
2116         * (emitpComment): NEW, printf to pCode
2117         * (popGet): added assert on too large offsets, fixed PO_IMMEDIATE's
2118           offset handling
2119         * (popGetAddr): NEW, variant of popGet to access an immediates
2120           high(er) bytes instead of the n'th byte of memory they reference,
2121           replaced popGet with popGetAddr where neccessary
2122         * (genDataPointerGet): reactivated and fixed implementation
2123         * (genNearPointerGet): enabled call to genDataPointerGet, fixes array-
2124           accesses
2125         * (genDataPointerSet): fixed multibyte assignments
2126         * (genpic14Code): fixed --i-code-in-asm handling
2127         * src/pic/genarith.c: fixed PO_IMMEDIATE issue using popGetAddr,
2128         * (genPlus): fixed index-out-of-bounds error
2129         * src/pic/pcode.c (get_op): fixed PO_IMMEDIATE's index/offset handling
2130         * src/pic/ralloc.c: added debugging output macro FENTRY2
2131         * (spillThis): fixed indentation, enbraced for-body for clarity
2132         * (rematStr): commented out as now unused
2133         * (regTypeNum): commented out special spill case (overwrites
2134           arbitrary values)
2135         * fixes bugs #1229346, #1216476 (both arrays) and #1115667 (SIGSEGV)
2136
2137 2005-06-30 Maarten Brock <sourceforge.brock AT dse.nl>
2138
2139         * doc/sdccman.lyx: documented sfr16/sfr32,
2140           added example for using storage class with function pointers
2141         * src/mcs51/gen.c (genPlusIncr): optimized small offsets from dptr
2142
2143 2005-06-28 Maarten Brock <sourceforge.brock AT dse.nl>
2144
2145         * device/lib/_gptrget.c: also push/pop _PSBANK, added # to 0x03
2146         * device/lib/_itoa.c,
2147         * device/lib/_ltoa.c: optimized codesize
2148         * src/SDCCsymt.c (checkSClass): added sanity check for sfr at addresses,
2149           but don't know how to suppress the double warning.
2150         * src/mcs51/gen.c (genPlusIncr): fixed bug when incrementing volatile int's
2151         * support/Util/SDCCerr.c,
2152         * support/Util/SDCCerr.h: added warning W_SFR_ABSRANGE for sanity check
2153
2154 2005-06-27 Maarten Brock <sourceforge.brock AT dse.nl>
2155
2156         * as/mcs51/asexpr.c (expr): disabled warning "not in .flat24 mode",
2157           fixed old K&R prototypes
2158         * as/mcs51/asout.c (outrb): always output as if generating 24bit addresses
2159         * device/lib/_gptrget.c,
2160         * device/lib/_gptrgetc.c,
2161         * device/lib/_gptrput.c: changed versions for new memory indicator values,
2162           also new versions for small generic pointers and banked generic pointers
2163         * src/port.h: added const_name
2164         * src/SDCC.lex: added keywords sfr16, __sfr16, sfr32, __sfr32
2165         * src/SDCC.y: added tokens SFR16, SFR32 and their sfr_attributes
2166         * src/SDCCcse.c (findPrevIc): check all associative operators
2167         * src/SDCCglue.c (emitMaps): use CONST_NAME if defined
2168         * src/SDCCicode.h: added macro IS_ASSOCIATIVE
2169         * src/SDCCmem.c: updated comments,
2170           set far-space to 0 for pdata, results in optimized code
2171         * src/SDCCmem.h: added macro CONST_NAME
2172         * src/SDCCsymt.h: renumerated generic pointer types GPTYPE_... thereby
2173           moving the info into the highest bits, see also gptrget/gptrput
2174         * src/src.dsp: added sdcc.ico to project files
2175         * src/avr/gen.c (genCast): fixed bug 0x%d
2176         * src/avr/main.c (avr_port): added "CONST (CODE)" for const_name
2177         * src/ds390/gen.c (aopForRemat, adjustArithmeticResult): disconnected direct
2178           relation between ptr_type and DCL_TYPE,
2179           (genCast): fixed bug 0x%d
2180         * src/ds390/main.c (ds390_port, tininative_port, ds400_port): added "CONST
2181           (CODE)" for const_name
2182         * src/hc08/gen.c (genCast): fixed bug 0x%d
2183         * src/hc08/main.c (_hc08_genAssemblerPreamble): added .area ...const_name,
2184           (hc08_port): added "CONST (CODE)" for const_name
2185         * src/mcs51/gen.c (aopForSym): optimized pushing ACC,
2186           (aopForRemat, adjustArithmeticResult): disconnected direct relation
2187           between ptr_type and DCL_TYPE,
2188           (aopGetUsesAcc, aopGet, aopPut): changed first parameter from asmop* to
2189           operand* and took AOP() inside function so sfr-ness can be checked,
2190           (all over): repaired calls to aopGetUsesAcc, aopGet, aopPut to comply with
2191           new prototype,
2192           (genFunction, genEndFunction): optimized stack setup,
2193           (genMinus): optimized for literals with ending zeroes (in bytes),
2194           (genCast): fixed bug 0x%d
2195         * src/mcs51/main.c (_mcs51_keywords): added sfr16 and sfr32,
2196           (mcs51_port): added "CONST (CODE)" for const_name
2197         * src/mcs51/peeph.def: made rule 226 more generic
2198         * src/pic/main.c (pic_port): added "CONST (CODE)" for const_name
2199         * src/pic16/main.c (pic16_port): added "CONST (CODE)" for const_name
2200         * src/xa51/main.c (xa51_port): added "CONST (CODE)" for const_name
2201         * src/z80/main.c (z80_port): added NULL for const_name,
2202           (gbz80_port): added NULL for const_name
2203         * support/regression/tests/bug663539.c,
2204         * support/regression/tests/sfr16.c: new tests
2205
2206 2005-06-25 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2207
2208         * device/include/mcs51/p89v51rd2.h, device/include/mcs51/at89s53.h: added.
2209
2210 2005-06-24 Raphael Neider <rneider AT web.de>
2211
2212         * device/lib/pic16/libdev/pic18f[68][567]20.c:
2213           corrected typos...
2214         * device/include/pic16/signal.h: added USBIF
2215           and SIG_USB
2216
2217 2005-06-24 Raphael Neider <rneider AT web.de>
2218
2219         * device/lib/pic16/libdev/pic18f2455.c,
2220           device/include/pic16/pic18f2455.h: NEW
2221         * device/include/pic16/pic18fregs.h,
2222           device/lib/pic16/pics.all,
2223           src/pic16/device.c: added 18f2455
2224         * device/lib/pic16/libdev/pic18f[68][567]20.c,
2225           device/include/pic16/{pic18f[68][567].h,usart.h}:
2226           replaced MULTIPLE_USARTS define with more relaible
2227           compatibility sfrs (for USART access)
2228
2229 2005-06-20 Slade Rich <slade_rich AT users.sourceforge.net>
2230
2231         * src/pic/pcode.c : Fixed problem when a string constant contains a "\r\n"
2232           and the output asm file line is printed on two lines.
2233
2234 2005-06-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2235
2236         * sim/ucsim/hc08.src/inst.cc (inst_condbranch): fixed simulation of
2237           BGT, BLE, BHI, and BLS instructions
2238         * src/hc08/gen.c (outAcc, outBitC, outBitNV, genCmpLt, genCmpGt,
2239           genCmpEq): removed
2240         * src/hc08/gen.c (genCmpEQorNE, genCmp, branchopCmp, nameCmp,
2241           negatedCmp, exchangedCmp, genhc08Code): rewrite of comparison handling,
2242           fixes bug #1216342
2243         * src/hc08/peeph.def: added rules 2g - 2l for new conditional branches
2244
2245 2005-06-15 Raphael Neider <rneider AT web.de>
2246
2247         * src/pic16/NOTES: moved Vangelis from active developers to people to contact
2248         * device/include/pic16/{6520.h,8520.h}: fixed configuration bits
2249         * src/pic16/gen.c (): prevent iTemps from being considered to be in CODESPACE,
2250           fixes bug #1221120; for symbols in CODESPACE get number of bytes to read from
2251           OP_SYM_TYPE() instead of OP_SYM_ETYPE()
2252
2253 2005-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2254
2255         * device/include/mcs51/reg764.h: Changed PB0 to PBO as requested by
2256           Marcel Telka in bug #1215704
2257
2258 2005-06-02 Slade Rich <slade_rich AT users.sourceforge.net>
2259
2260         * src/pic/pcode.c : Changed pseudo stack size to 15 to allow WSAVE to be
2261           located in shared memory bank.
2262
2263 2005-05-31 Raphael Neider <rneider AT web.de>
2264
2265         * src/pic16/{gen.c,genarith.c}: replaced sign-extension
2266           "CLRF, BTFSC <signbit>, DECF/COMF" with side-effect-free
2267           "CLRF, BTFSC <signbit>, SETF"; fixes "long>>9"
2268
2269 2005-05-27 Maarten Brock <sourceforge.brock AT dse.nl>
2270
2271         * device/lib/_strncpy.c: fixed the fix
2272
2273 2005-05-26 Raphael Neider <rneider AT web.de>
2274
2275         * src/pic16/glue.c (pic16_printIvalChar): fixed _constant_ string
2276           initializers with \0, bug #1208187
2277         * src/pic/glue.c (printIvalChar): fixed (non- and constant) string
2278           intializers with \0, bug #1208187
2279
2280 2005-05-26 Raphael Neider <rneider AT web.de>
2281
2282         * src/pic16/glue.c (pic16_printIvalChar): fixed string
2283           initializers with \0, bug #1208187
2284         * src/pic16/main.c (_process_pragma): added sanity checks
2285           for stack position and size, emit warnings when appropriate
2286
2287 2005-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
2288
2289         * device/lib/_strncpy.c: fixed not filling with \0
2290
2291 2005-05-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2292
2293         * src/SDCCast.c (funcOfType, funcOfTypeVarg, stringToSymbol,
2294           createFunction),
2295         * src/SDCC.y (external_definition, enumerator, parameter_declaration,
2296           compound_statement),
2297         * src/SDCCsymt.h,
2298         * src/SDCCsymt.c (addSymChain, processFuncArgs): fixed bug #1159134
2299
2300 2005-05-24 Raphael Neider <rneider AT web.de>
2301
2302         * src/pic16/glue.c (pic16_printGPointerType): fixed #1207796
2303
2304 2005-05-24 Raphael Neider <rneider AT web.de>
2305
2306         * device/include/pic16/pic18f{442,452,458}.h: fixed wrong
2307           TRISE definitions, closes bug #1162453
2308
2309 2005-05-22 Raphael Neider <rneider AT web.de>
2310
2311         * src/pic16/main.c (_process_pragma): check for missing
2312           arguments to pragmas code and udata
2313         * device/include/pic16/pic18f{2550,4331,4455,4520}.h:
2314           consistency fixes to match other headers (thanks to Jim Paris)
2315         * device/lib/pic16/libio/i2c.ignore: 18f4331 provides no I2C
2316
2317 2005-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
2318
2319         * src/SDCCicode.c (isOperandEqual): fixed missing ;
2320
2321 2005-05-19 Maarten Brock <sourceforge.brock AT dse.nl>
2322
2323         * support/regression/tests/bug1198642.c: new test
2324         * src/SDCCicode.c (isOperandEqual): fixed bug 1198642
2325         * src/SDCCcse.c (findPrevIc): added comment, please have a look
2326         * support/scripts/resource.h,
2327         * support/scripts/resource.rc,
2328         * src/src.dsp: added sdcc.ico to project as icon for sdcc.exe
2329         * support/scripts/sdcc.ico: added 32x32 icon
2330
2331 2005-05-18 Raphael Neider <rneider AT web.de>
2332
2333         * device/lib/pic16/libdev/pic18f*.c,
2334         * device/include/pic16/pic18f*.h: updated "sfr" and "at X"
2335           keywords to "__sfr" and "__at (X)"
2336         * device/include/pic16/pic18fregs.h: added pic18f4520
2337         * src/pic16/pcode.c (pic16_pCode2str): fixed (?) bug
2338           #1203088 (MPLAB compatibility)
2339
2340 2005-05-17 Raphael Neider <rneider AT web.de>
2341
2342         * device/include/pic16/pic18f{2550,4331,4455,4520}.h: NEW
2343         * device/lib/pic16/libdev/pic18f{2550,4331,4455,4520}.c: NEW
2344         * device/lib/pic16/pics.all: added new devices
2345         * src/pic16/device.c: added support for pic18f4520
2346
2347 2005-05-16 Raphael Neider <rneider AT web.de>
2348         * src/pic16/gen.{c,h}: s/mov2f/pic16_mov2f made public
2349         * src/pic16/genarith.c (genAddLit): fixed bug 1202480
2350         * src/pic16/pcode.{c,h} (pic16_newpCodeOpBit_simple): NEW
2351           convenience function for bit access
2352
2353 2005-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
2354
2355         * device/lib/printf_large.c: fixed bug 1193299
2356         * support/regression/tests/bug1057979.c: added test %3.3s
2357
2358 2005-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2359
2360         * device/include/mcs51/8051.h,
2361         * device/include/mcs51/8052.h: made parseable with lint
2362         * device/include/mcs51/lint.h: added include file for (sp)lint
2363         * doc/sdccman.lyx: added doc about use of splint (syntax checking tool)
2364         * doc/cdbfileformat.lyx,
2365         * doc/test_suite_spec.lyx: hardcoded date to the date of last text change
2366
2367 2005-05-14 Raphael Neider <rneider AT web.de>
2368
2369         * device/lib/pic16/Makefile.common.in: add --optimize-df to OPT_FLAGS
2370         * device/lib/pic16/libc/stdlib/itoa.c (new)
2371         * device/lib/pic16/libc/stdlib/Makefile: have itoa.c built
2372         * device/lib/pic16/libio/Makefile: exclude subdir according to
2373           ${subdir}.ignore for certain PICs (lacking e.g. i2c)
2374         * device/lib/pic16/libio/i2c.ignore (new): pic18f1220 has no I2C support
2375         * src/pic16/gen.c (genFunction): prevent annoying warning
2376         * src/pic16/pcode.c: renamed stack_t to dynstack_t to prevent
2377           nameclashes on BeOS
2378         * support/cpp2/cppmain.c (cpp_output_string): new
2379         * support/cpp2/cpplib.c (_cpp_do__Pragma): fixed _Pragma(""),
2380           fixes bug 1116802
2381
2382 2005-05-13 Borut Razem <borut.razem AT siol.net>
2383
2384         * src/SDCCmain.c (linkEdit): fixed bug 1195202
2385
2386 2005-05-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2387
2388         * .version: changed to version 2.5.1; back to bleeding edge development
2389
2390 2005-05-11 Borut Razem <borut.razem AT siol.net>
2391
2392         * doc/sdccman.lyx doc/cdbfileformat.lyx doc/test_suite_spec.lyx:
2393           generate PDF version 1.3 documents
2394
2395 2005-05-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2396
2397         * .version: changed to version 2.5.0
2398
2399 2005-04-27 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2400
2401         * doc/sdccman.lyx: updated weblinks, index and smaller updates
2402
2403 2005-04-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2404
2405         * doc/sdccman.lyx: changed version 2.5.0, documented --std-c89,
2406         --std-sdcc89, --std-c99, --std-sdcc99, and the corresponding #pragmas, as
2407         well as many smaller updates.
2408         * .version: changed to version 2.5.0-pre1
2409
2410 2005-04-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2411
2412         * src/SDCCmain.c (setIncludePath): added port->target to SDCC_INCLUDE_NAME
2413
2414 2005-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
2415
2416         * support/regression/tests/bug1185672.c: added
2417         * src/mcs51/gen.c (aopGetUsesAcc, genCpl, genAnd, genOr, genXor): fixed
2418           bug 1185672
2419         * src/mcs51/gen.c (genCall): added comments, made it look safer
2420         * src/mcs51/gen.c (genEndFunction): simplified
2421
2422 2005-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
2423
2424         * src/mcs51/ralloc.c (serialRegAssign): fixed bug 1189609
2425
2426 2005-04-14 Borut Razem <borut.razem AT siol.net>
2427
2428         * fixed bug 1045046 - SIGSEGV with really simple code?:
2429           src/pic/pcode.c (pCodeInitRegisters)- pseudo stack size increased to 16
2430           src/pic/ralloc.c (typeRegWithIdx) - error message on pseudo stack overflow
2431
2432 2005-04-14 Borut Razem <borut.razem AT siol.net>
2433
2434         * src/pic16/gen.c (genInline), src/pic16/main.c (_process_pragma),
2435           src/pic16/device.h: temporarily disabled experimental #inline pragma
2436           for 2.5.0 release
2437
2438 2005-04-14 Maarten Brock <sourceforge.brock AT dse.nl>
2439
2440         * device/include/z80/stdio.h,
2441         * device/include/z80/string.h: removed these highly incomplete files so
2442           SDCC can use the default ones in device/include/
2443
2444 2005-04-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2445
2446         * src/mcs51/gen.c (genEndFunction): removed unused variable to fix
2447         gcc warning.
2448         * device/lib/Makefile.in: default PORTINCDIR to the mcs51 subdir to
2449         fix sdcpp warnings.
2450
2451 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
2452
2453         * device/include/malloc.h: removed redundant __reentrant prototypes
2454         * device/lib/_mullong.c: added working xstack variant in asm (C version
2455           doesn't pass regression tests)
2456         * device/lib/bpx.c: used __data and made bpx char for mcs51
2457         * src/SDCCast.c (decorateType): removed unused GPTYPE_IDATA,
2458           (createFunction): fixed bug with xstackPtr
2459         * src/SDCCcse.c: corrected comments
2460         * src/SDCCopt.c (convertToFcall): fixed warning in MSVC,
2461           (killDeadCode, eBBlockFromiCode): removed unused code
2462         * src/SDCCsymt.h: removed unused GPTYPE_GPTR and GPTYPE_IDATA,
2463           corrected comments
2464         * src/mcs51/gen.c (aopForSym, aopPut, toBoolean, unsaveRegisters,
2465           assignResultValue, genCall, genFunction, genEndFunction, genAnd,
2466           genOr, genXor, genAddrOf): fixed several bugs concerning xstack
2467           (genModOneByte): fixed warning in MSVC
2468         * src/mcs51/main.c (): added comments
2469         * src/mcs51/peeph.def: changed 129 to 129.a, added 129.b, 129.c & 129.d
2470
2471 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
2472
2473         * src/SDCCmain.c (linkEdit): oops, changed one line too many
2474
2475 2005-04-11 Maarten Brock <sourceforge.brock AT dse.nl>
2476
2477         * src/SDCCmain.c (linkEdit): fixed bug with finding crt0.o for z80
2478
2479 2005-04-10 Vangelis Rokas <vrokas AT users.sourceforge.net>
2480
2481         * src/pic16/glue.c (printIvalChar): fixed bug when emitting
2482         characters arrays of larger size than the declared one.
2483
2484 2005-04-10 Borut Razem <borut.razem AT siol.net>
2485
2486         * src/pic/gen.c (genInline),
2487           src/pic/pcode.c (newpCodeAsmDir), (pCode2str),
2488           (genericPrint), (unlinkpCodeFromBranch), (compareLabel),
2489           (findNextInstruction), (findPrevInstruction),
2490           (findInstructionUsingLabel),
2491           src/pic/pcode.h: fixed bug #1164907 - Labels not being recognized
2492         * src/pic/pcode.c (findLabel): added missing '\n'
2493         * src/src.dsp: added SDCCdwarf2.c to the project
2494
2495 2005-04-09 Borut Razem <borut.razem AT siol.net>
2496
2497         * support/scripts/sdcc.nsi: added include/hc08/* h to NSIS setup
2498
2499 2005-04-08 Raphael Neider <rneider AT web.de>
2500
2501         * src/pic16/pcode.c: added helpers defmapInsertAfter (insert a new item
2502           into the chain after a given one) and mergeDefmapSymbols (combine
2503           defmap entries for each symbol per pcode)
2504         * (createDefmap): have defmap entries merged in the end
2505         * (defmapReplaceSymRef): split defmap entries covering two accesses to
2506           a symbol before replacing one access type's symbol, merge symbols in
2507           the end (replacement symbol might already have an entry)
2508         * (assignValnums): keep reference to written WREG intact
2509
2510 2005-04-08 Raphael Neider <rneider AT web.de>
2511
2512         * src/pic16/pcode.c (struct defmap_s): named anonymous union (for
2513           Alpha)
2514
2515 2005-04-08 Vangelis Rokas <vrokas AT users.sourceforge.net>
2516
2517         * src/pic16/pcode.c (pic16_get_op2): enlarged size of array b to 128
2518         bytes
2519
2520 2005-04-07 Raphael Neider <rneider AT web.de>
2521
2522         * device/include/pic16/usart.h: added compatibility defines for
2523           devices with more than one USART
2524         * device/include/pic16/pic18f[68][567]20.h: activated above defines
2525
2526 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
2527
2528         * device/lib/Makefile.in: updated for port specific include
2529
2530 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
2531
2532         * support/regression/ports/mcs51/spec.mk: added mcs51 include
2533
2534 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
2535
2536         * device/include/8051.h,
2537         * device/include/8052.h,
2538         * device/include/at89S8252.h,
2539         * device/include/at89c55.h,
2540         * device/include/at89x051.h,
2541         * device/include/at89x51.h,
2542         * device/include/at89x52.h,
2543         * device/include/mcs51reg.h,
2544         * device/include/reg51.h,
2545         * device/include/reg764.h,
2546         * device/include/regc515c.h,
2547         * device/include/sab80515.h: (re)moved these 12 files
2548         * device/include/mcs51/8051.h,
2549         * device/include/mcs51/8052.h,
2550         * device/include/mcs51/at89S8252.h,
2551         * device/include/mcs51/at89c55.h,
2552         * device/include/mcs51/at89x051.h,
2553         * device/include/mcs51/at89x51.h,
2554         * device/include/mcs51/at89x52.h,
2555         * device/include/mcs51/mcs51reg.h,
2556         * device/include/mcs51/reg51.h,
2557         * device/include/mcs51/reg764.h,
2558         * device/include/mcs51/regc515c.h,
2559         * device/include/mcs51/sab80515.h: and added them here
2560
2561 2005-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
2562
2563         * device/include/stdarg.h: changed SDCC specific keywords to double
2564           underlined form.
2565         * device/include/stdint.h: changed intptr_t and uintptr_t for others than
2566           mcs51 and ds390.
2567         * device/include/hc08/mc68hc908gp32.h,
2568         * device/include/hc08/mc68hc908jb8.h,
2569         * device/include/hc08/mc68hc908jkjl.h,
2570         * device/include/hc08/mc68hc908qy.h: fixed comments
2571         * device/include/mcs51/README: updated
2572         * device/include/mcs51/c8051f120.h: added PINRSF
2573         * device/lib/pic16/libc/stdlib/crc16.c: fixed comments
2574         * src/pic16/pcode.c: MSVC6 doesn't accept declaring new variables
2575           amidst code. Also inline is not supported.
2576
2577 2005-04-06 Raphael Neider <rneider AT web.de>
2578
2579         * src/pic16/pcode.c (pic16_pCodeReplace): also update pcflow->end
2580         * (createDefmap): fixed CALLs to depend on FSR1 and RETLW to restore
2581           callers stack/frame pointers
2582
2583 2005-04-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
2584
2585         * device/include/pic16/usart.h: added, missing in previous commit,
2586         * device/include/pic16/adc.h: fixed typo,
2587         * device/lib/pic16/libc/utils/cvtdec.S: added missing in previous
2588         commit,
2589         * device/lib/pic16/libc/stdlib/g_ftoa.S: modified to include
2590         <p18fxxx.inc>
2591         * device/lib/pic16/libc/stdio/streams.c: leave stdin, stdout
2592         uninitialized because a bug appears with gplink
2593         * device/lib/pic16/{some makefiles}: moved $(CSTD) from CFLAGS to
2594         COMPILE_FLAGS and added CPPFLAGS with -nostdinc because sdcpp
2595         complains for unrecognised option
2596
2597 2005-04-05 Raphael Neider <rneider AT web.de>
2598
2599         * src/pic16/gen.c (pic16_popCopyReg): made copying work for extended
2600           structs as well (using memcpy)
2601         * (genFunction): fixed comparison, used pCodeOpLabel to reduce warning
2602           on ISRs (GOTO has no label)
2603         * src/pic16/device.h: added OF_OPTIMIZE_DF
2604         * src/pic16/main.c: added compiler switch --optimize-df to enable the
2605           new data flow analysis/optimization
2606         * src/pic16/pcode.c: added (prototypes for and implementation of)
2607           dataflow analysis functions, fixed pCodeInstructions' inCond and
2608           outCond values, made RCALL a branch instruction
2609         * (pic16_unlinkpCode): keep C line if possible
2610         * (pic16_pCodeUnlink): removed cast on left side of assignment, have
2611           C line moved if possible
2612         * (pic16_getRegFrompCodeOp): NEW, improved version of...
2613         * (pic16_getRegFromInstruction,pic16_getRegFromInstruction2): changed
2614           to use new pic16_getRegFrompCodeOp (works for more SFRs)
2615         * (pic16_BuildFlow): fixed skip instructions with label (did not start
2616           new flow)
2617         * (pic16_getJumptabpCode): NEW, needed in...
2618         * (LinkFlow): fixed handling of jumptables, calls and conditional
2619           branches
2620         * (pic16_InsertCommentAfter): NEW
2621         * (pic16_pCodeReplace): made verbose and flow preserving
2622         * (AnalyzeFlow): added call to data flow analysis
2623         * src/pic16/pcode.h: added defmaps to pCodeFlow struct
2624         * src/pic16/pcodeflow.h: added PCC_STATUS to mean all STATUS bits
2625         * src/pic16/ralloc.c (packRegsForAssign): added return 1 in the end
2626
2627 2005-04-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2628
2629         * src/SDCCast.c (decorateType): fixed bug #1105626
2630
2631 2005-04-02 Vangelis Rokas <vrokas AT users.sourceforge.net>
2632
2633         * device/include/asm/pic16/features.h,
2634         * pic18f*.h headers,
2635         * device/include/pic16/adc.h,
2636         * device/include/pic16/delay.h,
2637         * device/include/pic16/i2c.h,
2638         * device/include/pic16/malloc.h,
2639         * device/include/pic16/stdio.h,
2640         * device/include/pic16/stdlib.h,
2641         * device/include/pic16/string.h,
2642         * device/lib/pic16/libc/stdio/printf_tiny.c,
2643         * device/lib/pic16/libc/stdio/printf_small.c,
2644         * device/lib/pic16/libc/stdio/strmgpsim.c,
2645         * device/lib/pic16/libc/stdio/strmmssp.c,
2646         * device/lib/pic16/libc/stdio/strmusart.c,
2647         * device/lib/pic16/libc/stdio/vfprintf.c,
2648         * device/lib/pic16/libc/stdlib/ltoa.c,
2649         * device/lib/pic16/libc/stdlib/putchar.c,
2650         * device/lib/pic16/libc/stdlib/x_ftoa.c,
2651         * device/lib/pic16/libc/stdlib/memchrpgm.c,
2652         * device/lib/pic16/libc/stdlib/memchrram.c,
2653         * device/lib/pic16/libc/stdlib/memcpypgm2ram.c,
2654         * device/lib/pic16/libc/stdlib/memcpyram2ram.c,
2655         * device/lib/pic16/libio/adc/adcbusy.c,
2656         * device/lib/pic16/libio/adc/adcread.c,
2657         * device/lib/pic16/libio/adc/adcsetch.c,
2658         * device/lib/pic16/libio/usart/ubaud.c,
2659         * device/lib/pic16/libio/usart/ubusy.c,
2660         * device/lib/pic16/libio/usart/udrdy.c,
2661         * device/lib/pic16/libio/usart/uopen.c,
2662         * device/lib/pic16/libio/usart/uputc.c,
2663         * device/lib/pic16/libsdcc/gptr/gptrget1.c,
2664         * device/lib/pic16/libsdcc/gptr/gptrget2.c,
2665         * device/lib/pic16/libsdcc/gptr/gptrget3.c,
2666         * device/lib/pic16/libsdcc/gptr/gptrget4.c,
2667         * device/lib/pic16/libsdcc/gptr/gptrput1.c,
2668         * device/lib/pic16/libsdcc/gptr/gptrput2.c,
2669         * device/lib/pic16/libsdcc/gptr/gptrput3.c,
2670         * device/lib/pic16/libsdcc/gptr/gptrput4.c: modified all SDCC
2671         specific keywords to double underlined form,
2672         * device/lib/pic16/libc/Makefile.rules,
2673         * device/lib/pic16/libsdcc/Makefile.rules,
2674         * device/lib/pic16/libm/Makefile,
2675         * device/lib/pic16/libio/Makefile.rules: added CSTD macro in CFLAGS
2676         to compile with C standard set in Makefile.common
2677         * device/lib/pic16/libc/stdlib/Makefile: added new C sources
2678         rand.c and crc.c in compilation process,
2679         * device/lib/pic16/libsdcc/int/divuint.c,
2680         * device/lib/pic16/libsdcc/long/divulong.c: changed declaration of
2681         `c' from signed to unsigned,
2682         * device/lib/pic16/startup/crt0.c,
2683         * device/lib/pic16/startup/crt0i.c,
2684         * device/lib/pic16/startup/crt0iz.c: adopted to all SDCC specific
2685         keywords to double underlined form, bug fixes in _do_cinit function
2686         which prevented the correct initialization of the .idata segment,
2687         * src/pic16/pcoderegs.c (insideLRBlock): fixed a bug that caused the
2688         core to enter a infinite loop
2689         * device/lib/pic16/libc/stdlib/rand.c, crc.c: new files
2690
2691 2005-04-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2692
2693         * src/SDCCicode.c (getArraySizePtr): fixed bug #1122171
2694
2695 2005-04-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2696
2697         * device/include/Makefile.in: add support for hc08 subdirectory
2698         * device/include/hc08/: new subdirectory
2699         * device/include/hc08/mc68hc908jkjl.h: new header contributed by
2700         Lucas Loizaga, thanks!
2701         * device/include/hc08/mc68hc908qy.h,
2702         * device/include/hc08/mc68hc908gp32.h,
2703         * device/include/hc08/mc68hc908jb8.h: moved hc08 register defs to
2704         their own directory. Changed internal macro names to use the compiler
2705         reserved namespace. Changed SDCC specific keywords to double
2706         underlined form.
2707         * device/include/math.h,
2708         * device/include/malloc.h,
2709         * device/include/stdarg.h,
2710         * device/include/stdbool.h
2711         * device/include/string.h,
2712         * device/include/tinibios.h,
2713         * device/include/ds400rom.h,
2714         * device/include/8051.h,
2715         * device/include/8052.h,
2716         * device/include/80c51xa.h,
2717         * device/include/at89c55.h,
2718         * device/include/at89S8252.h,
2719         * device/include/at89x51.h,
2720         * device/include/at89x52.h,
2721         * device/include/ds80c390.h,
2722         * device/include/reg764.h,
2723         * device/include/regc515c.h,
2724         * device/include/sab80515.h,
2725         * device/include/mcs51/c8051f000.h,
2726         * device/include/mcs51/c8051f018.h,
2727         * device/include/mcs51/c8051f020.h,
2728         * device/include/mcs51/c8051f040.h,
2729         * device/include/mcs51/c8051f060.h,
2730         * device/include/mcs51/c8051f120.h,
2731         * device/include/mcs51/c8051f300.h,
2732         * device/include/mcs51/c8051f310.h,
2733         * device/include/mcs51/c8051f320.h,
2734         * device/include/mcs51/c8051f330.h,
2735         * device/include/mcs51/c8051f350.h,
2736         * device/include/z180.h: Changed SDCC specific keywords to double
2737         underlined form.
2738
2739 2005-03-31 Vangelis Rokas <vrokas AT users.sourceforge.net>
2740
2741         * src/pic16/device.c (Pics16[]): added devices 18F2550, 18F4331,
2742         18F4455,
2743         * (pic16_assignConfigWordValue): disable testing of configuration
2744         register value with config mask,
2745         * src/pic16/gen.c (pic16_testStackOverflow): prefix stack test
2746         function with port->fun_prefix,
2747         * (genFunction): when generating a naked interrupt function never
2748         create an absolute segment placed in interrupt vector address, place
2749         the actual interrupt function at IVA instead, when an interrupt
2750         function is generated with unspecified interrupt then do not create
2751         the absolute section,
2752         * (genGenPointerGet, genGenPointerSet, genPackBits): replace all
2753         code for generating a call to generic pointer get/put function with
2754         a call to function pic16_callGenericPointer(),
2755         * src/pic16/genutils.c (pic16_callGenericPointerRW): NEW, generates
2756         the call to the generic pointer get/put functions with prefixing the
2757         function name with port->fun_prefix,
2758         * src/pic16/glue.c (pic16glue): ifdef-out test of OF_LR_SUPPORT,
2759         * src/pic16/main.c (_process_pragma): prefix function with
2760         port->fun_prefix,
2761         * (_pic16_finaliseOptions): define macro __18Fxxxx macro when
2762         calling assembler, old 18Fxxxx macro is deprecated,
2763         * src/pic16/pcode.c (unlinkpCodeFromBranch): added PC_INLINE and
2764         PC_ASMDIR in while condition,
2765         * (findInstruction): add PC_ASMDIR in while condition,
2766         * (buildCallTree): prefix main with port->fun_prefix,
2767         * (pic16_pCode2str): fixed bug that didn't emit the memory access
2768         identifier for variable with banked access in instructions BTFSS,
2769         BTFSC, BCF, BSF, BTG
2770         * (AnalyzeFlow): moved call to OptimizepCode to pic16_AnalyzeBanking,
2771         * src/pic16/pcodepeep.c (pCodeOpCompare): increase size of b to 1024,
2772         * src/pic16/pcoderegs.c (pic16_pCodeRegoptimizeRegUsage): don't
2773         perform optimization when enviroment variable NO_REG_OPT is set,
2774         * (insideLRBlock): NEW, return 1 if register is inside an
2775         INF_LOCALREGS block,
2776         * (RemoveRegFromLRBlock): remove a register that is completely
2777         eliminated by register optimization, but it is still left in local
2778         register store/restore in/from stack block,
2779         * (Remove2pcodes): after removing register, check to see if it
2780         should be removed from local register store/restore in/from stack
2781         block,
2782         * src/pic16/ralloc.c (pic16_decodeOp): added decode for
2783         DUMMY_READ_VOLATILE,
2784
2785         * device/include/pic16/adc.h: minor prototype modifications and
2786         update,
2787         * device/include/pic16/malloc.h: added GPL notice various
2788         modifications,
2789         * device/include/pic16/stdint.h: NEW, standard header for ints
2790         * device/include/pic16/delay.h: NEW, header for delay functions,
2791         delay10tcy, delay100tcy, delay1ktcy, delay10ktcy, delay100ktcy,
2792         delay1mtcy,
2793         * device/include/pic16/signal.h: NEW, header providing helper macros
2794         for implementing signal handlers,
2795         * device/include/pic16/stdio.h: added prototypes for functions,
2796         printf, vprintf, sprintf, vsprintf, fprintf, vfprintf. Added
2797         prototypes for stdin and stdout, added macro PUTCHAR to
2798         automatically implement putchar function prototype,
2799         * device/include/pic16/usart.h: modified and updated USART library,
2800         * device/lib/pic16/libio/adc/,
2801         * device/lib/pic16/libio/i2c: some modifications to improve library
2802         performance,
2803         * device/lib/pic16/libc/stdio/: modifications for the new printf*
2804         family of functions,
2805         * device/lib/pic16/libc/stdlib/: various modifications in the malloc
2806         family of functions and other sources,
2807         * device/lib/pic16/libio/usart/: NEW, c sources for the usart module
2808         of the PIC18Fxx[28] devices,
2809         * device/lib/pic16/libc/delay/: NEW, c sources for the delay functions,
2810         * device/lib/pic16/libc/utils/: minor modifications in the .S sources,
2811         * device/lib/pic16/startup/{crt0i.c, crt0iz.c}: redesign of the
2812         _do_cinit function, because the previous failed when local variables
2813         where not placed in the same memory bank,
2814         * device/lib/pic16/libsdcc/char/: various modifications to improve
2815         library performance,
2816         * doc/sdccman.lyx: some reorganization of the PIC16 part, added many
2817         information on the new functions of the c library and more...
2818
2819 2005-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2820
2821         * src/SDCCBBlock.c (iCodeBreakDown): fixed bug #1170212
2822
2823 2005-03-26 Raphael Neider <rneider AT web.de>
2824
2825         * src/pic16/gen.c (genSkipc): fixed semantics (execute branch
2826           if condition == CARRY)
2827         * (genCmp): adapted to new genSkipc semantics
2828         * src/pic16/genutils.c (pic6_genCmp_special): removed side effect
2829           on rIfx (genCmp was broken)
2830
2831 2005-03-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2832
2833         * src/SDCCmain.c (setDefaultOptions, optionsTable[], parseCmdLine),
2834         * src/z80/main.c (_keywords[]),
2835         * src/SDCCglobal.h (struct options),
2836         * src/SDCC.y,
2837         * src/SDCC.lex (isTargetKeyword, doPragma, pragma_tbl[]): new pragmas
2838         to enable/disable SDCC and C99 extensions/keywords (std_c89, std_sdcc89,
2839         std_c99, std_sdcc99). Also, equivalent command line options (--std-c89,
2840         --std-sdcc89, --std-c99, --std-sdcc99). SDCC specific keywords are
2841         always available in leading double underscore form. The C99 support is
2842         mostly missing, but it's a start.
2843         * support/regression/tests/bug-227710.c: fixed nonconforming use of
2844         reserved identifier "__data".
2845
2846 2005-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
2847
2848         * src/mcs51/peeph.def: fixed bug 1170013
2849
2850 2005-03-22 Maarten Brock <sourceforge.brock AT dse.nl>
2851
2852         * device/include/mcs51reg.h: fixed bug 842007
2853
2854 2005-03-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2855
2856         * src/SDCCcflow.c (dfNumCompare): committed the wrong version of this
2857         last time.
2858
2859 2005-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2860
2861         * src/port.h (struct PORT),
2862         * src/avr/ralloc.c (avr_assignRegisters),
2863         * src/avr/main.c,
2864         * src/ds390/ralloc.c (ds390_assignRegisters),
2865         * src/ds390/main.c,
2866         * src/hc08/ralloc.c (hc08_assignRegisters),
2867         * src/hc08/main.c,
2868         * src/mcs51/ralloc.c (mcs51_assignRegisters),
2869         * src/mcs51/main.c,
2870         * src/pic/ralloc.c (pic14_assignRegisters),
2871         * src/pic/main.c,
2872         * src/pic16/ralloc.c (pic16_assignRegisters),
2873         * src/pic16/main.c,
2874         * src/xa51/ralloc.c (xa51_assignRegisters),
2875         * src/xa51/main.c,
2876         * src/z80/ralloc.c (z80_assignRegisters),
2877         * src/z80/ralloc.h,
2878         * src/SDCCopt.c (eBBlockFromiCode, replaceRegEqv, killDeadCode),
2879         * src/SDCCcse.c (ifxOptimize, cseBBlock, cseAllBlocks),
2880         * src/SDCCcse.h,
2881         * src/SDCCdflow.c (computeDataFlow),
2882         * src/SDCCdflow.h,
2883         * src/SDCCloop.c (addDefInExprs, loopInvariants, loopOptimizations),
2884         * src/SDCCloop.h,
2885         * src/SDCCcflow.c (*),
2886         * src/SDCCcflow.h,
2887         * src/SDCCBBlock.c (iCodeBreakDown, dumpEbbsToFileExt, eBBWithEntryLabel),
2888         * src/SDCCBBlock.h (struct ebbIndex): new struct that keeps two copies
2889         of the eBBlock list, sorted by both bbnum and dfnum. (fixes bug with
2890         immedDom() returning wrong block; probably fixes bug #1160833)
2891
2892 2005-03-20 Borut Razem <borut.razem AT siol.net>
2893
2894         * support/scripts/inc2h.pl: WIN32 port
2895
2896 2005-03-19 Maarten Brock <sourceforge.brock AT dse.nl>
2897
2898         * device/lib/makefile.in: added abs.c and labs.c
2899
2900 2005-03-17 Maarten Brock <sourceforge.brock AT dse.nl>
2901
2902         * device/include/stdint.h: added
2903         * device/lib/abs.c: added
2904         * device/lib/labs.c: added
2905         * device/include/stdlib.h: added abs() and labs() prototypes
2906         * device/lib/libsdcc.lib: added abs and labs
2907         * device/include/float.h,
2908         * device/lib/_fsmul.c,
2909         * device/lib/printf_fast.c,
2910         * device/lib/printf_tiny.c: updated comments
2911
2912 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2913
2914         * src/SDCCicode.c (geniCodeSwitch, geniCodeJumpTable): fixed
2915         bug #1164313
2916
2917 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2918
2919         * src/SDCCcse.c (cseBBlock): retain assignment to self when volatile
2920         * src/SDCCast.c (isLoopCountable): fixed bug #1161985
2921
2922 2005-03-15 Maarten Brock <sourceforge.brock AT dse.nl>
2923
2924         * device/lib/printf_large.c: removed inline assembly for portability and
2925           readability. Use printf_fast if speed or size are more important.
2926         * src/pic16/gen.c: removed conditions around use of DEBUGpc
2927         * src/pic16/genutils.h: added define for DEBUGpc for MSVC
2928
2929 2005-03-15 Vangelis Rokas <vrokas AT users.sourceforge.net>
2930
2931         * src/pic16/genutils.c (pic16_genCmp_special): initialized offs to
2932         prevent compiler warning
2933
2934 2005-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
2935
2936         * device/lib/pic16/startup/crt0i.c (_cinit): local variables where
2937         moved to level 0 and declared as static. Also they are explicit
2938         placed in access bank. This was necessery because some times they
2939         might cross memory bank boundaries. crt0iz.c is *NOT* updated!!!
2940         * src/pic16/device.h: added flag OPTIMIZE_CMP to enable some compare
2941         optimizations. Currently only compare to unsigned char is implemented,
2942         * src/pic16/gen.c: added fReturnIdx array,
2943         * (struct resolvedIfx) is moved to gen.h and made public,
2944         * (struct _G): added sregsAlloc and sregsAllocSet fields,
2945         * (aopForSym): added an optimization to directly store in stack of
2946         the operand of a SEND iCode,
2947         * (pic16_aopOp): don't return return registers as strings (AOP_STR)
2948         but as registers instead (AOP_REG) using the fReturnIdx array,
2949         * (pic16_freeAsmop): remove the freed register from the
2950         _G.sregsAlloc field,
2951         * (pic16_aopGet): in case AOP_STR, the compare to 'a' is changed to
2952         a compare of 'WREG',
2953         * (pic16_popGetTempRegCond): changed function prototype, now
2954         function takes also a bitVector argument v which holds the current
2955         set of registers that are allocated for stack access by aopForSym,
2956         registers allocated in aopForSym for accessing stack symbols are not
2957         any more part of the functions usedRegs field,
2958         * (genCall): some times aopOp is called for a stack variable to be
2959         send, aopForSym might perform the push, if this is true make sure
2960         that genCall doesn't push the variable twice by testing _G.resDirect,
2961         * (genFunction): changed testing for unspecified interrupt number
2962         from 256 to INTNO_UNSPEC,
2963         * modified selection scheme of frame pointer generation. Previously
2964         if function did use local registers a frame pointer was generated,
2965         now a frame pointer is generated only if function has arguments
2966         (that need PLUSW2 register access), or has stack arguments, or the
2967         compiler is not instructed to omit the frame pointer,
2968         * (genEndFunction): before restoring local registers that were saved
2969         in the function preamble, also restore the registers that *might*
2970         have been allocated for stack access,
2971         * (genRet): removed some old comments,
2972         * (genCmp, the active (RN's) version): added a call to the
2973         pic16_genCmp_special function to perform the compare with a more
2974         robust and optimized way,
2975         * (genInline): a feature has been added in inline code generation,
2976         which allows a wildcard variable substitution when writing inline
2977         assembly. Code is incomplete and experimental therefore undocumented,
2978         * (genCast): changed order of aopOp for result and right to allow
2979         aopForSym to directly load the result if possible,
2980         * src/pic16/genutils.c (selectCompareOp, pic16_genCmp_special): NEW,
2981         perform an optimized compare on some selected special occasions,
2982         * src/pic16/genutils.h: declaration of resolvedIfx structure from gen.c,
2983         * src/pic16/glue.c (pic16createInterrupVect): make sure we never
2984         generate an IVT any more,
2985         * src/pic16/main.c (pic16_optionsTable): added command line option
2986         --optimize-cmp,
2987         * (_pic16_initPaths): when calling C preprocessor define pic18fXXXX
2988         macro too, when calling assembler define pic18fXXXX *and* __18Fxxxx
2989         macros,
2990         * src/pic16/NOTES: Raphael Neider added in list of active developers
2991         * src/pic16/pcode.c (OPT_TYPE_STR): added strings jumptable_begin and
2992         jumptable_end to prevent bug #,
2993         * (pic16_pciADDWFC, ADDFWC, COMF, CLRF): added some missing flags in
2994         inCond and outCond fields,
2995         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): add a fix for bug #,
2996         * src/pic16/ralloc.c (serialRegAssign): explicit set willCS to 0 to
2997         turn off register spilling,
2998         * (packRegsForOneUse): synced with other ports' versions although it
2999         is not used currently,
3000         * (pic16_packRegisters): added an optimization while reading
3001         structure bitfields, some registers may be saved (malloc code is
3002         decreased by 80 bytes)
3003
3004 2005-03-12 Vangelis Rokas <vrokas AT users.sourceforge.net>
3005
3006         * src/SDCCcse.c (cseBBlock): inside 'do operand lookup' loop test if
3007         left is a bitfield, if yes, then don't optimize assignment. Perhaps
3008         this can be optimized more?
3009
3010 2005-03-10 Raphael Neider <rneider AT web.de>
3011
3012         * src/pic16/gen.c (pic16_loadFSR0, genPackBits, genUnpackBits,
3013           genNearPointerGet): (hopefully) fixed access to bitfields via
3014           pointers (p->bitN = x; and x = p->bitN; failed)
3015
3016 2005-03-09 Paul Stoffregen <paul AT pjrc.com>
3017
3018         * device/lib/printf_fast.c: fix leading zero format, eg "%02d"
3019
3020 2005-03-09 Raphael Neider <rneider AT web.de>
3021
3022         * src/SDCCopt.c (killDeadCode): fixed bug #1156016
3023
3024 2005-03-06 Maarten Brock <sourceforge.brock AT dse.nl>
3025
3026         * src/SDCCicode.h: moved CRITICAL and ENDCRITICAL from SKIP_IC2 to SKIP_IC
3027         * src/mcs51/ralloc.c (willCauseSpill): added check for REG_BIT type,
3028           (regTypeNum): set REG_BIT type if necessary
3029         * src/mcs51/ralloc.h: added define REG_BIT, used to fix bug 1144613
3030         * support/regression/tests/critical.c: check bug 1144613
3031
3032 2005-03-02 Raphael Neider <rneider AT web.de>
3033
3034         * src/pic16/gen.c (genRightShiftLiteral): fixed bug #1154256
3035
3036 2005-02-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3037
3038         * src/avr/ralloc.c (serialRegAssign),
3039         * src/ds390/ralloc.c (serialRegAssign),
3040         * src/hc08/ralloc.c (serialRegAssign),
3041         * src/mcs51/ralloc.c (serialRegAssign),
3042         * src/pic/ralloc.c (serialRegAssign),
3043         * src/pic16/ralloc.c (serialRegAssign),
3044         * src/xa51/ralloc.c (serialRegAssign),
3045         * src/z80/ralloc.c (serialRegAssign): fixed bug #1105154
3046
3047 2005-02-22 Maarten Brock <sourceforge.brock AT dse.nl>
3048
3049         * src/SDCCast.c (decorateType): fixed bug 1124787
3050
3051 2005-02-20 Hubert Sack <sack AT digiplan.de>
3052         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3053
3054         * src/mcs51/peeph.def: added peepholes 3.h-k and 132.a-f from
3055         patch #1121755
3056
3057 2005-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3058
3059         * src/SDCCpeeph.def: new keyword "labelRefCountChange" which allows peepholes
3060         to keep the correct label reference count when adding/removing references
3061         to labels. A peephole file using this is appended to patch #1144962.
3062
3063 2005-02-14 Raphael Neider <rneider AT web.de>
3064
3065         * device/lib/pic16/libc/string/memccpy.c: changed 3rd argument to char
3066         * src/SDCC.lex (process_pragma): fixed to make disable_warning work for PIC16
3067         * src/pic16/gen.c (aopForSym, calls to pic16_aopOp): prevent unneccessary
3068           retrievals of result operand's value on assignment
3069
3070 2005-02-13 Vangelis Rokas <vrokas AT otenet.gr>
3071
3072         * device/include/pic16/string.h: modified prototype for memccpy()
3073         to memccpy(void *, void *, char, size_t)
3074         * src/pic16/gen.c (genFunction, genEndFunction): reenable if-case to
3075         check whether to omit frame pointer or not,
3076         * (genInline): convert all occurences of "\n" to LF in inline
3077         assembler blocks, this helps formatting the inline text,
3078         * (pic16_loadFSR0): modified prototype,
3079         * (genNearPointerGet, genNearPointerSet): reorganization of code,
3080         removed some 8051 legacy code,
3081         * (genPackBits): enabled handling bitfields exceeding one byte in size,
3082         * src/pic16/ralloc.c (pic16_assignRegisters): clear dynrIdx variable
3083         before allocating temporary registers in functions,
3084
3085 2005-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
3086
3087         * support/regression/tests/bitvars.c: corrected the "fix"
3088
3089 2005-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
3090
3091         * support/regression/tests/bitvars.c,
3092         * support/regression/tests/bitwise.c,
3093         * support/regression/tests/rotate.c: "fixed" problems on Alpha
3094
3095 2005-02-10 Raphael Neider <rneider AT web.de>
3096
3097         * src/pic16/pcode.c (assignToSameBank) : fixed cast to pointer of
3098           different size for Alpha
3099         * src/pic16/gen.c (genCmpEq) : improved compare with 0
3100
3101 2005-02-09 Raphael Neider <rneider AT web.de>
3102
3103         * src/SDCC.lex(doPragma) : save and restore warning options as well
3104           (also added new stack plus clone- and copyAndFreeSDCCERRG())
3105         * have #pragma less_pedantic set the errorlevel to WARNING
3106           (fixes #1117001)
3107         * (cloneOptimize) : fixed wrong malloc's size
3108         * support/Util/SDCCerr.[ch] : made SDCCERRG globally accessible to
3109           facilitate correct handling of #pragma (save|restore)
3110
3111 2005-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
3112
3113         * src/mcs51/gen.c: removed non-standard C nameless struct/union
3114
3115 2005-02-04 Slade Rich <slade_rich AT users.sourceforge.net>
3116
3117         * src/pic/gen.c : Fix for bugs #1080519 & #1115662.
3118
3119 2005-02-03 Maarten Brock <sourceforge.brock AT dse.nl>
3120
3121         * device/include/mcs51/c8051f120.h: added declarations for sbit port 2,3&4
3122
3123 2005-02-02 Raphael Neider <rneider AT web.de>
3124
3125         * src/SDCCast.c (processParms): disabled W_NONRENT_ARGS for pic16 port
3126         * src/pic16/gen.c (aopForSym): reenabled special case for function pointers
3127         * (pic16_storeForReturn): fixed to allow returning function pointers
3128         * (genPackBits): improved accessing full bytes, implemented for GPOINTERs
3129         * device/include/pic16/{stddef.h,stdbool.h}: added
3130
3131 2005-02-02 Maarten Brock <sourceforge.brock AT dse.nl>
3132
3133         * device/include/mcs51/c8051f040.h: added define CPT2_PAGE
3134
3135 2005-02-01 Slade Rich <slade_rich AT users.sourceforge.net>
3136
3137         * src/pic16/pic16.dsp : Added file graph.c to make it compile under windows
3138         * src/pic16/Makefile.bcc : Do not use this file but added file graph.c as it
3139          appeared to be required
3140
3141 2005-01-31 Borut Razem <borut.razem AT siol.net>
3142
3143         * support/scripts/sdcc.nsi: added include/asm/ds390, include/asm/mcs51,
3144           include/mcs51 and include/z80 directories to the package
3145
3146 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3147
3148         * src/hc08/gen.c (genFunction): fixed bug #1112752
3149
3150 2005-01-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3151
3152         * src/mcs51/peeph.def: adapted peephole 258.x to changed gen.c (genAnd)
3153
3154 2005-01-29 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3155
3156         * src/mcs51/gen.c (genAnd): accessing LSB/MSB by rotating acc
3157
3158 2005-01-29 Maarten Brock <sourceforge.brock AT dse.nl>
3159
3160         * device/include/Makefile.in: create/copy mcs51 and z80 include subdirs
3161
3162 2005-01-27 Maarten Brock <sourceforge.brock AT dse.nl>
3163
3164         * device/include/c8051fxxx.h: removed these 6 files
3165         * device/include/mcs51/c8051fxxx.h: added these 11 new files
3166
3167 2005-01-26 Raphael Neider <rneider AT web.de>
3168
3169         * src/pic16/gen.c (genAssign): fixed assignment from longs
3170           in codespace (were cut to three bytes)
3171         * (genDummyRead): implemented (except for CODESPACE...),
3172           fixed bug #1108575
3173         * src/pic16/glue.c (emitStatistics): beautified
3174         * device/lib/pic16/libm/Makefile: added include path
3175
3176 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3177
3178         * src/z80/gen.c (aopPut): fixed bug #1103902
3179
3180 2005-01-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3181
3182         * device/lib/expf.c: fixed bug #1095792
3183
3184 2005-01-24 Vangelis Rokas <vrokas AT otenet.gr>
3185
3186         * device/lib/pic16/libm: added Math library sources
3187
3188 2005-01-24 Raphael Neider <rneider AT web.de>
3189
3190         * src/pic16/pcode.h: added second memory operand to pCodeOpReg
3191           to enable upcast to pCodeOpReg2 (there is no type tag to
3192           differenciate the two and pic16_popGet2p cast into PCOR2)
3193         * src/pic16/main.c (_process_pragma): fixed another malloc bug
3194           (sizeof(sectNames) changed to sizeof(sectName))
3195           Both patches fix segfaults under MinGW.
3196
3197 2005-01-23 Raphael Neider <rneider AT web.de>
3198
3199         * src/pic16/{device.c,pcode.c}: s/free/Safe_free/g for
3200           Safe_[mc]?alloc()'ed variables
3201         * src/pic16/gen.c (pic16_aopOp,pic16_popGet): added handling
3202           of (byte sized) temporaries (assign them to WREG for now)
3203         * src/pic16/main.c (_process_pragma): fixed nasty malloc bug
3204           (used sizeof(set *sectSyms) instead of sizeof(struct sectSym)),
3205           this might fix SIGSEGVs on MinGW...
3206         * src/SDCCopt.c (killDeadCode): restored original behaviour
3207           (volatile operands might get thrown away though)
3208
3209 2005-01-23 Vangelis Rokas <vrokas AT otenet.gr>
3210
3211         * src/pic16/gen.c: fixed bug #1106975,
3212         * src/pic16/gen.c: fixed possible bug #1102572, now during TOS
3213         pointer update, INTCON is saved, global interrupts are disabled and
3214         restored after updateing TOS.
3215         * src/SDCC.y, src/SDCC.lex, src/SDCCsymt.c, src/SDCCsymt.h:
3216         * added function attribute 'shadowregs' to take advantage of shadow
3217         registers,
3218         * added function attribute 'wparam' as an alternative to the wparam
3219         pragma,
3220         * support/Utils/SDCCerr.[ch]: added error E_SHADOWREGS_NO_ISR when
3221         user declares a non-ISR function as 'shadowregs',
3222         * doc/sdccman.lyx: updated to reflect recent changes of pic16 port
3223
3224 2005-01-22 Vangelis Rokas <vrokas AT otenet.gr>
3225
3226         * .version: bumped version number to 2.4.8
3227         * device/lib/pic16/pics.all: list of PIC18F devices supported by
3228         pic16 port,
3229         * device/lib/pic16/libio/i2c/: I2C module support library,
3230         * device/include/pic16/i2c.h: I2C support library header,
3231         * device/lib/pic16/libc/stdio/: standard IO support sources,
3232         * (printf_small.c): printf_small() source, supports float print,
3233         * (printf_tiny.c): printf_tiny() source, does not support floats,
3234         * device/lib/pic16/Makefile.common.in: added OPT_FLAGS macro to
3235         enable global optimizations for entire library source, other
3236         Makefiles in the source tree are also modified to reflect this,
3237         * device/lib/pic16/libc/stdlib/putchar.c (putchar): dummy putchar()
3238         function,
3239         * doc/sdccman.lyx: updated to reflect new changes,
3240         * src/pic16/gen.c (aopForSym): don't handle sym->iaccess in
3241         sym->onStack if-case,
3242         * src/pic16/main.c (_pic16_keywords): commented out keywords bit,
3243         sbit, idata, _idata, xdata, _xdata,
3244         * added pragma library, to link an external library, (see doc),
3245         * removed command line options, --pomit-config-words, --pomit-ivt,
3246         --pleave-reset-vector,
3247         * (pic16_finaliseOptions): when define macro SDCC_MODEL_{SMALL/LARGE}
3248         when calling assembler to reflect memory model used, also define
3249         macro STACK_MODEL_{SMALL/LARGE} when compiling and assembling to
3250         reflect stack model used,
3251         * src/pic16/ralloc.c (pic16_allocDirReg): when operand is allocated
3252         on stack return NULL,
3253
3254 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
3255
3256         * src/SDCCopt.c (killDeadCode): do not throw iCodes away if one
3257           of the operands is volatile. Fixes #1020220
3258
3259 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
3260
3261         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): reenabled optimization
3262         * (OptimizeRegUsage): make sure that there is really no other flow where
3263           the first pCode is used
3264
3265 2005-01-22 Raphael Neider <rneider AT web.de>
3266
3267         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): disabled optimization
3268           to fix #1106967 (pCode->seq are not set up correctly)
3269
3270 2005-01-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3271
3272         * src/SDCCglue.c (glue): make sure code area is declared before the
3273         static initialization area.
3274
3275 2005-01-21 Raphael Neider <rneider AT web.de>
3276
3277         * device/lib/Makefile.in: fixed test for pic16 install dir
3278         * device/lib/pic16/*/Makefile*: modified compile flags to enable
3279           optimizations
3280         * doc/sdccman.lyx: updated banksel optimization, removed --flr-support and
3281           added --optimize-goto compiler switch and pragma wparam documentation
3282         * src/pic16/pcode.c (pic16_OptimizeBanksel): removed statistics dump
3283         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed copying of WREG, PRODL
3284           and PRODH closing bug #1071770 (peephole optimizer)
3285
3286 2005-01-19 Raphael Neider <rneider AT web.de>
3287
3288         * src/SDCCglobl.h: ensure that PATH_MAX >= 2048 to guarantee
3289           cmdLine buffers (used when calling sdcpp...) are large enough
3290           (MAX_PATH=256 truncates arguments leading to system halts when
3291           used in MinGW...)
3292         * src/pic16/gen.c (pic16_sameRegs): relaxed size criterion
3293         * (genUminus): rewritten to for efficiency
3294         * (genNearPointer[GS]et): enforce reloading of FSR0 (was still
3295           used uninitialized in some cases)
3296         * (genCast): upcasting a 16bit int to a 24bit GPOINTER may not
3297           copy the third byte from the int -- now assumes 0x80 (data memory)
3298         * src/pic16/genarith.c (pic16_genPlus): fixed bug when swapping
3299           operands (genAddLit expects the iCode's operands to swapped as
3300           well), fixed leftover bytes (crashed for short left operands)
3301         * (pic16_genMinusDec): performance improvements, removed false
3302           PIC14 emitSKPNCs
3303         * (pic16_genMinus): fixed to cope with differently sized operands
3304         * src/pic16/glue.c (pic16_glue): added new banksel optimization
3305           for --obanksel > 1
3306         * src/pic16/pcode.c: implemented (first phase of) banksel optimization
3307         * src/pic16/graph.[ch]: implementation of directed graphs, used by
3308           new banksel optimization
3309         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): prevented
3310           analysis for temporary registers (segfaults...)
3311         * src/pic16/peeph.def: added rule
3312
3313 2005-01-18 Vangelis Rokas <vrokas AT otenet.gr>
3314
3315         * device/lib/pic16/libc/stdlib/x_ftoa.c: it defines x_ftoa function
3316         which converts a float number to its ASCII representation
3317         * device/lib/pic16/libc/utils/cnvfrac.S,cnvint.S: support
3318         functions to convert the fractional and integer part of a float to ASCII,
3319         * device/lib/pic16/libc/stdlib/(calloc.c,free.c, malloc.c,
3320         realloc.c): added _MALLOC_SPEC to explicit place variables in data
3321         ram
3322         * device/include/asm/pic16/features.h: added _CODE, _DATA, _AUTOMEM,
3323         _STATMEM macros,
3324         * device/include/pic16/adc.h: added GPL info,
3325         * src/pic16/gen.c (genIfxpCOpJump): perform an genIfxJump but using
3326         a pCodeOp as tested operand,
3327         * (genNearPointerGet): optimized bit testing, does not use
3328         intermediate register for bit value, test directly instead with
3329         BTFSS, BTFSC, works only for single bits,
3330         * (genpic16Code): dump the name of the iCode in the asm,
3331         * src/pic16/ralloc.c (decodeOp): removed static declaration and
3332         renamed to pic16_decodeOp,
3333         * (serialRegAssign): do not allocate a temporary register for iCode
3334         sequences that test a single bit for 1/0
3335
3336 2005-01-12 Vangelis Rokas <vrokas AT otenet.gr>
3337
3338         * src/pic16/pcode.[ch]: introduced pic16_stackpnt_*,
3339         pic16_framepnt_*, pic16_stack_*, pic1_frame_* pointer variables to
3340         access stack and frame pointers. They are initially assigned to
3341         point at pic16_pc_fsr1[lh] and pic16_pc_fsr2[lh] variables and other
3342         accessing SFRs. Updated all occurences of modification of stack or
3343         frame pointer in gen.c and pcode.c,
3344         * src/pic16/ralloc.c (serialRegAssign): fixed two bugs with
3345         assigning of a literal value to pointers,
3346         * src/pic16/main.c (pic16_finiliseOptions): set pre-processor define
3347         flag STACK_MODEL_SMALL or STACK_MODEL_LARGE according to the model
3348         selected
3349
3350 2005-01-11 Vangelis Rokas <vrokas AT otenet.gr>
3351
3352         * doc/sdccman.lyx: update documentation about stack pragma, added
3353         some info for stack memory models
3354
3355 2005-01-08 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3356
3357         * src/pic16/gen.c (DEBUGpc): MSVC 6 does not support macro variable arguments
3358
3359 2005-01-08 Raphael Neider <rneider AT web.de>
3360
3361         * src/pic16/device.c (pic16_dump_usection): changed naming scheme for
3362           udata sections to fix bug #1097823
3363
3364 2005-01-05 Raphael Neider <rneider AT web.de>
3365
3366         * src/pic16/gen.c (genGenericShift): added handling of differently
3367           sized left operand and result
3368
3369 2005-01-04 Raphael Neider <rneider AT web.de>
3370
3371         * src/pic16/gen.c (genIfxJump): fixed inverted skips on CARRY
3372         * (genIfx): fixed (?) read from uninitialized SPIL_LOC (now assumes CARRY
3373           to hold the condition bit)
3374         * added new version of genCmp (old code available via #define)
3375         * added new version of genShiftLeft/genShiftRight in a generic
3376           way, now supports shifting by negative values
3377         * (genLeftShiftLiteral, genRightShiftLiteral): use absolute value of
3378           shiftCount (expected by genGenericShift)
3379         * src/pic16/genarith.c (genPlus): added code for adding CARRY+literal
3380         * src/pic16/pcode.c (pic16_OptimizeJumps): removed annoying statistics
3381           dump
3382         * (pic16_newpCodeOpLit): changed to cast to unsigned char (as e.g. -32766
3383           is an invalid literal too...)
3384
3385 2005-01-04 Vangelis Rokas <vrokas AT otenet.gr>
3386
3387         * src/pic16/gen.c (aopForSym, genEndFunction): applied some fixes
3388         from Raphael Neider,
3389         * src/pic16/pcode.c (pic16_newpCodeOpLit): removed casting to char
3390         for 8-bit literals. This fixes some literal operands which are sign
3391         extended to 16-bits ints when instruction needs only 8-bits.
3392
3393 2004-12-31 Paul Stoffregen <paul AT pjrc.com>
3394
3395         * device/lib/logf.c: added mcs51 assembly version
3396         * device/lib/expf.c: added mcs51 assembly version
3397         * device/lib/_logexpf.c: new shared asm code for expf and logf
3398         * device/include/math.h: add defines for assembly math library
3399         * device/lib/Makefile.in: build new _logexpf.c
3400         * device/lib/libfloat.lib: use new _logexpf.c
3401
3402 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
3403
3404         * src/pic/device.c
3405         * src/pic/pcode.c : adjusted internal stack and pre-allocated registers for
3406           device types which have less than 0x7f registers.
3407
3408 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
3409
3410         * src/pic/genarith.c : Fixed problem with subtraction where the result would not be updated when borrowing.
3411
3412 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
3413
3414         * device/lib/printf_fast.c: only build on supported arch.
3415         * device/lib/printf_tiny.c: only build on supported arch.
3416         * device/lib/printf_fast_f.c: only build if asm float lib
3417         * device/lib/_fsget1arg.c: only build if asm float lib
3418         * device/lib/_fsget2args.c: only build if asm float lib
3419         * device/lib/_fsnormalize.c: only build if asm float lib
3420         * device/lib/_fsreturnval.c: only build if asm float lib
3421         * device/lib/_fsrshift.c: only build if asm float lib
3422         * device/lib/_fsswapargs.c: only build if asm float lib
3423         * device/include/stdio.h: don't provide print_fast,
3424           print_fast_f, print_tiny prototypes if --xstack used
3425
3426 2004-12-28 Maarten Brock <sourceforge.brock AT dse.nl>
3427
3428         * device/lib/sincosf.c (sincosf): don't invert bit/bool by ~
3429         * support/regression/ports/mcs51-stack-auto/spec.mk: added new _fs.. files
3430           to the SOURCES
3431
3432 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
3433
3434         * device/lib/printf_fast_f.c: same as printf_fast, but
3435           with floating point enabled
3436         * device/lib/printf_fast.c: minor tweaks
3437         * device/include/stdio.h: add printf_fast_f
3438
3439 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
3440
3441         * src/SDCCmain.c: make --float-reent default for mcs51
3442         * device/lib/_fsadd.c: added mcs51 assembly version
3443         * device/lib/_fssub.c: added mcs51 assembly version
3444         * device/lib/_fsmul.c: added mcs51 assembly version
3445         * device/lib/_fsdiv.c: added mcs51 assembly version
3446         * device/lib/_fseq.c: added mcs51 assembly version
3447         * device/lib/_fsneq.c: added mcs51 assembly version
3448         * device/lib/_fsgt.c: added mcs51 assembly version
3449         * device/lib/_fslt.c: added mcs51 assembly version
3450         * device/lib/_fscmp.c: shared code for fseq,fsgt,fslt,fsneq
3451         * device/lib/Makefile.in: add _fscmp to build
3452         * device/lib/libfloat.lib: add _fscmp to build
3453
3454 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
3455
3456         * device/lib/_fs2slong.c: added mcs51 assembly version
3457         * device/lib/_fs2sint.c: added mcs51 assembly version
3458         * device/lib/_fs2schar.c: added mcs51 assembly version
3459         * device/lib/_fs2ulong.c: added mcs51 assembly version
3460         * device/lib/_fs2uint.c: added mcs51 assembly version
3461         * device/lib/_fs2uchar.c: added mcs51 assembly version
3462         * device/lib/_slong2fs.c: added mcs51 assembly version
3463         * device/lib/_sint2fs.c: added mcs51 assembly version
3464         * device/lib/_schar2fs.c: added mcs51 assembly version
3465         * device/lib/_ulong2fs.c: added mcs51 assembly version
3466         * device/lib/_uint2fs.c: added mcs51 assembly version
3467         * device/lib/_uchar2fs.c: added mcs51 assembly version
3468         * device/include/float.h: added #define to select asm vs c
3469
3470 2004-12-26 Paul Stoffregen <paul AT pjrc.com>
3471
3472         * device/lib/printf_fast.c: improvements to float output
3473         * device/include/float.h: add defines for assembly float library
3474         * device/lib/_fsget1arg.c: receive 1 float arg
3475         * device/lib/_fsget2args.c: receive 2 float args (reentrant)
3476         * device/lib/_fsnormalize.c: normalize a float
3477         * device/lib/_fsreturnval.c: return float, various helper routines
3478         * device/lib/_fsrshift.c: right shift a float's mantissa
3479         * device/lib/_fsswapargs.c: swap 2 floats
3480         * device/lib/Makefile.in: build these 6 new files for mcs51
3481         * device/lib/libfloat.lib: add these 6 files to the library
3482
3483 2004-12-26 Borut Razem <borut.razem AT siol.net>
3484
3485         * sim/ucsim/avr.src/arith_inst.cc: fixed bug #1088372- savr is not
3486           built by gcc 3.4.2
3487
3488 2004-12-25 Paul Stoffregen <paul AT pjrc.com>
3489
3490         * device/lib/printf_tiny.c: printf for mcs51 in only 267 bytes,
3491           and fully reentrant and register bank neutral.
3492         * device/lib/printf_fast.c: added float (not enabled by default),
3493           added compact/slower integer (also not enabled by default),
3494           improved size/speed of fast integer code, other minor changes
3495         * device/include/stdio.h, device/lib/Makefile.in,
3496           device/lib/libsdcc.lib: integrate printf_tiny into mcs51 build
3497
3498 2004-12-24 Maarten Brock <sourceforge.brock AT dse.nl>
3499
3500         * src/pic16/pcode.c: declaring variables other than at the start of a
3501           block is not supported in C by VC6.
3502
3503 2004-12-22 Vangelis Rokas <vrokas AT otenet.gr>
3504
3505         * applied a previous patch from Raphael Neider that wasn't included
3506         in the previous commits, which fixes infinite loops within jumptable
3507         improvements,
3508         * made some fixes that previous patches introduced
3509
3510 2004-12-21 Vangelis Rokas <vrokas AT otenet.gr>
3511
3512         * src/pic16/gen.c (pic16_aopGet): applied fix from Raphael Neider
3513         that fixes an issue with AOP_PCODE asmop's offset,
3514         * (pic16_popCopyReg): update instance field too,
3515         * (mov2w): modified to pic16_mov2w because it conflicts with mov2w
3516         function of pic port,
3517         * (genCmp, genAnd, genAssign),
3518         * src/pic16/genarith.c (genAddLit): some fixes from Raphael Neider,
3519
3520 2004-12-20 Vangelis Rokas <vrokas AT otenet.gr>
3521
3522         * src/SDCCast.c (gatherAutoInit): allow pic16 to emit static
3523         variables initial values to idata section,
3524         * src/SDCCicode.c (geniCodeCall): patch from ### to fix unreferenced
3525         variables in some functions. This utilizes parmBytes field of iCode
3526         structure to hold the offset of the variable in stack. (might be
3527         able to use the stack field too?)
3528         * applied patch from Raphael Neider # ### , # ###
3529         * src/pic16/glue.c (pic16emitRegularMap): fix to print static
3530         variable initial values in idata section,
3531         * src/pic16/ralloc.c (pic16_allocDirReg): don't allocate register
3532         for static variables with initial value
3533         * src/device/lib/pic16/libsdcc/float/ulong2fs.c (__ulong2fs):
3534         applied fix in while loop from Raphael Neider.
3535
3536 2004-12-19 Maarten Brock <sourceforge.brock AT dse.nl>
3537
3538         * src/ds390/gen.c (genCpl): fixed bit=~(char/bit) bugs, added warning
3539         * src/ds390/main.c (_ds390_regparm): don't pass bit params in registers
3540         * src/ds390/ralloc.c (serialRegAssign): spill bits
3541         * src/mcs51/gen.c (genCpl): fixed bit=~(char) bugs, added warning
3542         * support/Util/SDCCerr.c,
3543         * support/Util/SDCCerr.h: added warning W_COMPLEMENT for using bit=~(bit)
3544         * support/regression/tests/bitvars.c: added tests for bitwise complement(~)
3545         * support/regression/tests/bitwise.c: added test for bitwise complement(~)
3546
3547 2004-12-09 Maarten Brock <sourceforge.brock AT dse.nl>
3548
3549         * device/include/sdcc-lib.h: inserted LGPL, added includes
3550           asm/ds390/features.h and asm/mcs51/features.h
3551         * device/include/asm/default/features.h,
3552         * device/include/asm/gbz80/features.h,
3553         * device/include/asm/z80/features.h: added empty _AUTOMEM
3554           and _STATMEM
3555         * device/include/asm/ds390/features.h,
3556         * device/include/asm/mcs51/features.h: added files with defines for
3557           _AUTOMEM and _STATMEM indicating automatic and static storage class
3558         * device/lib/printf_large.c (_print_format): optimized & used _AUTOMEM
3559         * doc/sdccman.lyx: version 2.4.7, updated xstack documentation
3560         * src/SDCCicode.c (geniCodeCast),
3561         * src/SDCCsymt.c (compareType): allow cast of data-ptr to idata-ptr
3562         * src/SDCCloop.c (loopInduction): removed unused variable lr
3563         * src/SDCCopt.c (convilong, convertToFcall): moved "easy special case"
3564           to convertToFcall to include char modulo (RFE 1065037), added check
3565           if left operand is unsigned and use abs of literal value
3566         * src/SDCCpeeph.c (setFromConditionArgs): removed double quotes option
3567           as it doesn't work after conversion from peephole.def to peephole.rul
3568         * src/mcs51/gen.c (toBoolean): added check for size,
3569           (genModOneByte): optimized code for signed char modulo a literal
3570           power of 2 (thanks to Hubert Sack),
3571           (genRRC): removed unnecessary "clr c",
3572           (genRLC): replaced "add a,acc" with cheaper "rlc a"
3573         * src/mcs51/peeph.def: renamed 115 to 115.a, added rule 115.b: another
3574           jump optimization,
3575           swapped rules 256.c and 256.d,
3576           extended 256.d by using new multiple checks (thanks Erik),
3577           added rules 256.e and 256.f,
3578           updated rule 261.a and 261.b to new generated code
3579         * support/regression/tests/muldiv.c: added test div/mod by a power of 2
3580
3581 2004-12-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3582
3583         * src/SDCCloop.c (basicInduction, loopInduction): fixed several
3584           induction related bugs, including first part of bug #1074377
3585
3586 2004-12-05 Vangelis Rokas <vrokas AT otenet.gr>
3587
3588         * applied patch from bug-report #1076292,
3589         * applied patches for genAnd and Goto-optimizations for Raphael
3590         Neider,
3591         * src/SDCCicode.c (printOperand): fixed !REGA source to compile and
3592         dump a less iCode information,
3593         * src/pic16/device.h (pic16_options_t): added field debgen,
3594         * src/pic16/gen.h: added macros DUMP_FUNCTION_ENTRY,
3595         DUMP_FUNCTION_EXIT, FENTRY, FENTRY2,
3596         * src/pic16/gen.c (my_powof2): renamed to pic16_my_powof2 and made
3597         puclic,
3598         * (various functions): added macros FENTRY and FENTRY2 to functions,
3599         to emit function prologue,
3600         * (various functions): fixed indentation,
3601         * (genNearPointerGet): fixed loading of FSR0,
3602         * (genPackBits): applied patch from Raphael Neider to fix updating
3603         of FSR0 and touching only the modified bits,
3604         * src/pic16/genarith.c (various functions): added macros FENTRY to
3605         emit function prologue in comments,
3606         * src/pic16/pcode.h: added functions debugf2, debugf3,
3607         * src/pic16/ralloc.c: partial fix for packForPush caused
3608         segmentation fault,
3609
3610 2004-12-04 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3611
3612         * src/mcs51/peeph.def: added 261.a,b (16 bit rotate) by Stas Sergeev
3613           <stsp AT users.sourceforge.net> with reversed byte order
3614         * support/regression/tests/rotate.c: added (ds390 skips some tests)
3615
3616 2004-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3617
3618         * src/z80/gen.c (genLeftShift, genRightShift): fixed second part of
3619           bug #1074377
3620         * src/hc08/gen.c (genrshFour, shiftRLong, shiftLLong),
3621         * src/mcs51/gen.c (shiftLLong): Fixed some shifting bugs Frieder found
3622
3623 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
3624
3625         * src/pic/pcode.c : fixed a problem where banksel was not being inserted.
3626
3627 2004-12-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3628
3629         * src/SDCCpeeph.c (callFuncByName): support combined peephole rule
3630           conditions,
3631           (setFromConditionArgs): friendly operand parser for peephole rules,
3632           (operandBaseName, operandsNotRelated): new peephole condition
3633           "operandsNotRelated" -- similar to "operandsNotSame", but takes
3634           architecture specific register naming into account, handles n-way
3635           comparisons, and supports quoted literals
3636         * src/mcs51/peeph.def: restored rule 177.d with an extra condition
3637
3638 2004-12-02 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3639
3640         * src/mcs51/peeph.def: fixed bug #1076940
3641
3642 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
3643
3644         * device/include/pic/pic16f877.h : added an include file for the PIC16F877 device.
3645
3646 2004-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3647
3648         Adding support for replacing ljmps with sjmps in jumptables
3649         generated for switch statements. For now you need to set the
3650         environment variable SDCC_SJMP_JUMPTABLE to enable this.
3651         Now 4 algorithms for mcs51 jumptable generation are used:
3652         ljmp or sjmp jumptables for up to 16 cases, stack-pushing target
3653         addresses loaded pc-relative for up to 112 cases and stack-pushing
3654         target addresses loaded with offset from dptr for up to 256 cases.
3655
3656         * src/SDCCpeeph.c: added peephole conditional labelJTInRange
3657         * src/mcs51/main.c: adapted constants for switch table generation
3658         * src/mcs51/peeph.def: added 260.x for replacing ljmp with sjmp
3659
3660 2004-11-26 Maarten Brock <sourceforge.brock AT dse.nl>
3661
3662         * device/lib/printf_large.c (_print_format): fixed bug 1073386
3663         * support/regression/tests/bug1057979.c: added test for bug 1073386
3664
3665 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
3666
3667         * src/pic16/pcode.c: fixed bug which may produce error in non-GNU
3668         compilers
3669
3670 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
3671
3672         * src/pic16/device.h,
3673         * src/pic16/genarith.c,
3674         * src/pic16/glue.c,
3675         * src/pic16/main.c,
3676         * src/pic16/pcode.c: applied patches #1068154 and #1070213
3677
3678 2004-11-24 Vangelis Rokas <vrokas AT otenet.gr>
3679
3680         Large cummulative patch for pic16 port.
3681         * device/lib/pic16/gstack.h: NEW, user can specify its own handler
3682         to call when a stack overflow occurs,
3683         * (malloc.h): added CVS Id tag,
3684         * (pic18f{242,252,442,452}.h): added T0CONbits structure and
3685         variable,
3686         * added libc directory. The current version of LibC contains string
3687         functions, ctype functions and macros and some functions of the
3688         stdlib set (like malloc/free/atof/atoi etc...). All functions are to
3689         be extensively tested in the future. Standard disclaimer here.
3690         Library is not automatically build yet. But one can build it by
3691         invoking 'make' inside the libc directory.
3692         * added ADC library under libio. Preliminary version yet.
3693
3694         * src/pic16/gen.h: added emitTOGC macro, to toggle Carry flag,
3695         * src/pic16/gen.c (aopForRemat): asmop size is filled by
3696         aopForRemat() now and not by pic16_aopOp(),
3697         * (pic16_popGetTempReg): removed warning messgae when allocating
3698         temporary registers, its a buggy feature and will be removed,
3699         * (pic16_popGet): set register instance field in AOP_CRY,
3700         * (pic16_outBitC): fixed for results in size greater than 1,
3701         * (genUminusFloat): fixed for pic16, ported code from mcs51,
3702         * (pic16_storeForReturn): optimized return of 0,
3703         * (genCmp): experimental code for new genCmp which uses PIC18's
3704         special compare&skip instructions. Initial tests fail some times
3705         with variables grater than 1 byte in size, so new code is disabled,
3706         * (genUnpackBits, genPackBits): more optimizations in reading/writing,
3707         a single bit,
3708         * (genCast): began a fix to optimize the casting of a bit to another
3709         bit, now assigning a bitfield to another bitfield will fail, sorry,
3710         * src/pic16/main.c: disabled the use of lr-support feature,
3711         * src/pic16/pcode.h: renamed PCASMDIR to PCAD,
3712         * added some function prototypes, added function _debugf prototype,
3713         * src/pic16/pcode.c: (pic16_get_op): fixed emitting operands of register
3714         bits with offset (case PO_GPR_BIT),
3715         * (genericPrint): don't emit INFO pcode when --pcode-verbose not in
3716         command line,
3717         * (isBankInstruction): modified to return 0 for no banking instruction,
3718         and 1 for banking instruction,
3719         * (pic16_isPCinFlow): check for PCAD (assembler directives) too,
3720         caused stop processing pCodes after a inline assembly block,
3721         * (pic16_popCopyGPR2Bit): updated to match bitfields with offset,
3722         * src/pic16/pcoderegs.c: fixed a bug with eliminating some temporary
3723         registers when it shouldn't,
3724         * src/pic16/ralloc.c (allocReg): add preliminary support for
3725         supporting a limited set of temporary registers,
3726
3727 2004-11-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3728
3729         * src/hc08/gen.c (genAssign, genPointerGetSetOfs, genDataPointerGet,
3730           genDataPointerSet): ensure assignments always copy in MSB to LSB
3731           order,
3732           (loadRegFromAop): recognize CLRH optimization,
3733           (genFunction): optimize RECEIVE iCodes in reentrant functions
3734
3735 2004-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3736
3737         * src/SDCCmain.c (parseCmdLine, optionsTable[]): fixed bug with
3738           --out-fmt-s19 turning into --out-fmt-elf if s19 was already
3739           selected.
3740         * src/SDCCmain.c (linkEdit): don't define SSEG for HC08
3741         * src/hc08/main.c (_hc08_setDefaultOptions): default xdata to be
3742           contiguous with data
3743
3744 2004-11-19 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3745
3746         * device/lib/_gptrget.c (_gptrget),
3747         * device/lib/_gptrgetc.c (_gptrgetc),
3748         * device/lib/_gptrput.c (_gptrput): _naked allows to use ret
3749           instead of sjmp to ret
3750         * src/mcs51/peeph.def: added peepholes 3.d-g and 177.g,h provided
3751           by Hubert Sack <hsack2002 AT arcor.de> in RFE #1067986, thanks
3752
3753 2004-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
3754
3755         * .version: bumped version to 2.4.7
3756         * device/lib/_gptrget.c (_gptrget): is now _naked
3757         * device/lib/_gptrgetc.c (_gptrgetc): is now _naked
3758         * device/lib/_gptrput.c (_gptrput): is now _naked
3759         * src/SDCCast.c (createBlock): removed ridiculous self-assignment,
3760           (createFunction): fixed xstack
3761         * src/SDCCglue.c (emitMaps): set allocation required for bit area
3762         * src/SDCCicode.c (geniCodeCast): don't change SPEC_OCLS for literal
3763           or bit either,
3764           (geniCodeCritical): store original interrupt state in an iTemp bit
3765           var unless stack-auto
3766         * src/SDCCicode.h: added CRITICAL and ENDCRITICAL to SKIP_IC2
3767         * src/SDCCmain.c (setIncludePath): added include/target to search path
3768         * src/SDCCmem.c (allocParms): store bit vars in bit space, not overlay
3769         * src/SDCCsymt.c (checkFunction): don't check regbank for isr's against
3770           prototype,
3771           (processFuncArgs): put bit vars in bit area
3772         * src/mcs51/gen.c (saveRegisters, unsaveRegisters, genXpush, saveRBank,
3773           unsaveRBank): fixed xstack,
3774           (genFunction): bugfix: replaced (global!) reentrant with fReentrant,
3775           (genFunction, genEndFunction): fixed xstack,
3776           (genAssign): optimization don't walk backwards through mem
3777         * src/mcs51/main.c (_mcs51_regparm): don't pass bit params in registers
3778         * src/mcs51/ralloc.c (createStackSpil): spill bits to bit area
3779         * support/regression/Makefile: also make library (for stack-auto) when
3780           making "all" and added "test-mcs51-xstack-auto"
3781         * support/regression/fwk/lib/testfwk.c: added T2_isr prototype for mcs51
3782         * support/regression/ports/mcs51/T2_isr.c: added this file as a stub
3783         * support/regression/ports/mcs51/fwk.lib: added to link T2_isr stub
3784         * support/regression/ports/mcs51/spec.mk: added rules for fwk.lib
3785         * support/regression/ports/mcs51-stack-auto/spec.mk: replaced
3786           make-library by MAKE_LIBRARY
3787         * support/regression/ports/mcs51-xstack-auto/spec.mk: file added to run
3788           regression tests for xstack
3789         * support/regression/tests/bitvars.c: test for bit vars (bug 938782)
3790         * support/regression/tests/critical.c: test for critical on mcs51
3791
3792 2004-11-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3793
3794         * support/regression/ports/ucz80/spec.mk: use include and lib files from
3795           built version of sdcc instead of installed version
3796
3797 2004-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
3798
3799         * src/mcs51/gen.c (toBoolean): fixed bug 1065458
3800         * device/lib/Makefile.in: z80 uses printf_large.c, sprintf.c and
3801           vprintf.c now
3802         * device/lib/printf_large.c (calculate_digit): fixed bug 1057979
3803         * device/lib/z80/Makefile: don't use printf.c as it fails bug 1057979
3804           WARNING: remove device/lib/build/z80/printf.o by hand when
3805           updating from previous build!
3806         * device/lib/z80/printf.c: updated comment
3807         * support/regression/tests/bug1057979.c: test all ports now
3808         * support/regression/tests/bug1065458.c: file added
3809
3810 2004-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3811
3812         * src/z80/gen.c (genFunction, genEndFunction): avoided generating
3813           *_start and *_end symbols for static functions
3814
3815 2004-11-11 Maarten Brock <sourceforge.brock AT dse.nl>
3816
3817         * src/SDCCmain.c (linkEdit): don't suppress crt0 if --nostdlib is used
3818           and search crt0.o in all library paths,
3819           (setIncludePath): proper handling of --nostdinc,
3820           (setLibPath): proper handling of --nostdlib
3821         * support/regression/Makefile,
3822         * support/regression/ports/ds390/spec.mk,
3823         * support/regression/ports/gbz80/spec.mk,
3824         * support/regression/ports/hc08/spec.mk,
3825         * support/regression/ports/mcs51/spec.mk,
3826         * support/regression/ports/mcs51-large/spec.mk,
3827         * support/regression/ports/mcs51-stack-auto/spec.mk,
3828         * support/regression/ports/z80/spec.mk: use include and lib files from
3829           built version of sdcc instead of installed version
3830         * doc/sdccman.lyx: fixed typo in --nostdinc
3831
3832 2004-11-10 Slade Rich <slade_rich AT users.sourceforge.net>
3833
3834         * src/pic/pcode.c,
3835         * src/pic/device.c,
3836         * src/pic/ralloc.c,
3837         * src/pic/gen.c : added support to generate code for struct bit fields.
3838
3839 2004-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
3840
3841         * as/xa51/xa_version.h,
3842         * device/include/errno.h,
3843         * device/include/regc515c.h,
3844         * device/lib/_itoa.c,
3845         * device/lib/_ltoa.c,
3846         * device/lib/ser_ir_cts_rts.c,
3847         * sim/ucsim/xa.src/glob.cc,
3848         * sim/ucsim/xa.src/inst_gen.cc,
3849         * sim/ucsim/xa.src/xa_bit.cc,
3850         * sim/ucsim/xa.src/xa_sfr.cc,
3851         * sim/ucsim/z80.src/inst_dd.cc,
3852         * sim/ucsim/z80.src/inst_fdcb.cc,
3853         * support/scripts/keil2sdcc.pl,
3854         * src/pic16/pic16.dsp,
3855         * src/pic16/pic16a.dsp: corrected cvs line endings
3856         * device/lib/printf_large.c: fixed bug 1057979
3857         * src/pic16/gen.c: fixed non-C standard code
3858         * src/SDCCmain.c: made --pack-iram default, added --no-pack-iram
3859         * src/SDCCglobl.h: changed pack_iram to no_pack_iram
3860         * support/regression/ports/mcs51/support.c: reload T1 asap
3861         * doc/sdccman.lyx: updated for options --pack-iram and --no-pack-iram,
3862           pdata use and clear idata startup behaviour
3863         * support/regression/tests/bug1057979.c: added
3864
3865 2004-11-04 Maarten Brock <sourceforge.brock AT dse.nl>
3866
3867         * device/examples/ds390/ow390/ad26.h,
3868         * device/examples/ds390/ow390/cnt1d.h,
3869         * device/examples/ds390/ow390/crcutil.c,
3870         * device/examples/ds390/ow390/ownet.h,
3871         * device/examples/ds390/ow390/owsesu.c,
3872         * device/examples/ds390/ow390/swt12.h,
3873         * device/examples/ds390/ow390/swtoper.c,
3874         * device/examples/ds390/ow390/temp10.h,
3875         * device/examples/ds390/ow390/thermodl.c,
3876         * device/examples/ds390/tinitalk/tinitalk.dsp,
3877         * device/examples/ds390/tinitalk/tinitalk.dsw,
3878         * device/examples/mcs51/clock/hw.h,
3879         * device/examples/mcs51/simple2/go.bat,
3880         * device/examples/serialcomm/windows/serial.h,
3881         * device/examples/xa51/dummy.c,
3882         * device/examples/xa51/hello.c,
3883         * device/include/80c51xa.h,
3884         * device/include/at89x051.h: corrected cvs line endings
3885
3886 2004-11-04 Vangelis Rokas <vrokas AT otenet.gr>
3887
3888         * src/pic16/main.c (options): added command line --gstack, to trace
3889         stack over/under flows,
3890         * added pragma 'wparam' to allow passing first byte of function
3891         parameters via WREG, syntax is #pragma wparam my_function[, func2...]
3892         * src/pic16/gen.c (pic16_testStackOverflow): function which emits a
3893         call to __gstack_test function and sets up the symbol as extern,
3894         * (pic16_pushpCodeOp, pic16_poppCodeOp, pushw, pushaop, popaopidx,
3895         * popaop): added call to pic16_testStackOverflow,
3896         * (wParamCmp, inWparamList): NEW, test existence of a symbol in
3897         wparamList list,
3898         * (genCall, genPcall): now all parameters are passed via stack
3899         except in functions that are pass to wparam pragma in which WREG is
3900         used too,
3901         * (genPcall): REENTRANT flag is checked to see if variable prototype
3902         contains reentrant keyword, don't call a non-reentrant function, via
3903         a reentrant function pointer or vice versa, functions are never
3904         passed via WREG,
3905         * (genJumpTab): applied patch from bug #1057478 by R.Neider and
3906         D.Winkler,
3907         * src/pic16/glue.c (pic16emitRegularMap): fixed bug which caused a
3908         SIGSEGV when accessing a NULL register stucture,
3909         * (pic16_printGPointerType): modified to handle UPPER modifier for
3910         function initializers, changed prototype of function to simpler one,
3911         * (pic16_printIvalFuncPtr): check to see if function is already
3912         added in externs list,
3913         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): fixed bug which
3914         optimized a move from W to SFR with a move to the same register
3915         later after a CALL,
3916         * device/lib/pic16/debug: NEW directory, contains debug features
3917         which are enabled when linking with libdebug.lib, currently command
3918         line option --gstack enables stack pointer tracing for over/under
3919         flow, corresponding sources are in debug/gstack
3920
3921 2004-10-30 Vangelis Rokas <vrokas AT otenet.gr>
3922
3923         * doc/sdccman.lyx: updated SDCC version,
3924         * (PIC16 port): update list of command line options,
3925         * src/pic16/device.h (structure pic16_options_t): added field gstack
3926         to enable stack overflow tracing on push/pops,
3927         * src/pic16/device.c (statistics structure): added statistics
3928         structure,
3929         * (pic16_dump_access, pic16_dump_usection, pic16_dump_gsection,
3930         pic16_dump_int_registers): increase statistics counters for each
3931         * variable which is encountered
3932         * (pic16_dump_usection): emit each .udata variable to its own udata
3933         section,
3934         * src/pic16/gen.c (assignResultValue, genCall, genPcall, genFunction):
3935         when macro USE_WREG_IN_FUNC_PARAMS is set to 0 pass all function
3936         parameters via stack, otherwise use old scheme,
3937         * src/pic16/glue.c (pic16_emitStatistics): dump statistics in
3938         assembler output file,
3939         * src/pic16/main.c: added command line options --gstack to enable
3940         push/pop tracing for stack overflow,
3941         * src/pic16/pcode.c (all pCodeInstruction records for PIC18F
3942         instructions): added size of each instruction,
3943         * (pic16_countInstruction): estimate size of instructions in
3944         the_pFile list, inline assembly blocks are not counted,
3945         * (pic16_FixRegisterBanking): trace previous register usage, when
3946         banksel optimizations is greater than 0, don't emit a redudant
3947         banksel directive,
3948
3949 2004-10-26 Slade Rich <slade_rich AT users.sourceforge.net>
3950
3951         * src/pic/ralloc.c : fixed inefficient code produced when compiling a complimented bit operation.
3952         * src/pic16/ralloc.c : applied same fix for pic16.
3953         * src/pic/gen.c : tidied it up a little.
3954
3955 2004-10-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3956
3957         * src/mcs51/peeph.def: disabled 259.a,b for removing redundant ret,
3958         thanks to Martin Helmling for reporting (mail on sdcc-devel 2004-10-25)
3959
3960 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3961
3962         * src/SDCCast.c (reverseParms): fixed bug #1040577 (part 2)
3963
3964 2004-10-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3965
3966         * device/lib/ser_ir_cts_rts.c: integer promotion caused a call to the
3967         non-reentrant function __modsint in the interrupt function (thus
3968         corrupting math operations during serial I/O)
3969         * device/lib/ser_ir.c: as above, changed buffersize
3970         * src/mcs51/peeph.def: added 259.a,b for removing redundant ret,
3971         256.c,d for zeroing
3972         * doc/Makefile: added option -t for rsync
3973
3974 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3975
3976         * src/SDCCast.h (struct ast),
3977         * src/SDCCast.c (reverseParms, copyAst): fixed bug #1040577 (part 1)
3978
3979 2004-10-20 Borut Razem <borut.razem AT siol.net>
3980
3981         * support/scripts/sdcc.nsi: added include/pic16/*.h to the setup
3982         package
3983
3984 2004-10-20 Vangelis Rokas <vrokas AT otenet.gr>
3985
3986         * device/lib/pic16/libsdcc/Makefile: added lregs directory in
3987         makefile targets,
3988         * device/lib/pic16/libsdcc/lregs/{Makefile,lrst.c,lrrest.c}: NEW
3989         support functions to replace long sequences of MOVFF's from access
3990         bank registers to stack and vice versa,
3991         * src/pic16/device.h: added new field opt_flags, where optimization
3992         flags can be set to enable certain features,
3993         * src/pic16/gen.c (pic16_emitpinfo): NEW to add PC_INFO pCode in
3994         * pBlock, (genFunction, genEndFunction): surroung loop for
3995         saving/loading used registers in stack with PC_INFO pCodes,
3996         INF_LREGS. Code in between can then be optimized by pCode optimizer
3997         to support function calls,
3998         * (genDataPointerSet): fixed bug which loaded float fields in
3999         structures with corrupt data,
4000         * src/pic16/genutils.c (debugf, _debugf): macro/function which emits
4001         in a standard way debug info on stderr. Feature used for developing
4002         and debugging only,
4003         * src/pic16/glue.c (pic16glue): reformatted, deleted some old and
4004         obsolete chunks of code,
4005         * if optimization flag OF_LR_SUPPORT was set, call pic16_OptimizeLocalRegs,
4006         * src/pic16/main.c (_pic16_parseOptions): added handler for --flr-support,
4007         * pic16/src/pcode.c (pic16_newpCodeInfo,
4008         * (pic16_newpCodeOpLocalRegs),
4009         * (pic16_convertLocalRegs2Support): NEW, to support new optimization
4010         feature,
4011         * (pic16_pCodeConstString): printing of the initial value of a
4012         symbol as a comment is inhibited since parsing was already done by
4013         copyStr and output is corrupt,
4014         * (pic16_pCode2str, genericPrint): handle PC_INFO pCode,
4015
4016 2004-10-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4017
4018         * src/mcs51/ralloc.c (packRegisters): fixed bug #1044601
4019
4020 2004-10-19 Maarten Brock <sourceforge.brock AT dse.nl>
4021
4022         * as/mcs51/lkarea.c: removed old K&R style,
4023           (lnksect): changed check on boundary error,
4024           (lnksect2): changed check on boundary error,
4025           (lnksect2): extend XSTK to end of page if size = 1
4026         * as/mcs51/lkmain.c: removed old K&R style,
4027           (Areas51): create l_IRAM symbol
4028         * as/mcs51/lkmem.c (summary2): added report on PSEG and XSTK
4029         * device/lib/Makefile.in: renamed model-mcs51-reentrant to
4030           model-mcs51-stack-auto, added model-mcs51-xstack-auto
4031         * device/lib/_mullong.c: added version to be compiled with xstack
4032         * device/lib/mcs51/crtclear.asm: clear only upto --iram-size
4033         * device/lib/mcs51/crtxclear.asm: clear pdata as well
4034         * device/lib/mcs51/crtxstack.asm: fixed comment
4035         * src/SDCCglue.c: maxInterrupts defaults to 0,
4036           (emitMaps): added pdata,
4037           (createInterruptVect): (re)moved default,
4038           (glue): added pdata,
4039           (glue): moved __start__xstack to XSTK with default size 1
4040         * src/SDCCmain.c (parseCmdLine): automatically set options.intlong_rent
4041           and options.float_rent when options.stackAuto is set,
4042           (linkEdit): only write XDATA_NAME if provided on command line
4043         * src/SDCCmem.h,
4044         * src/SDCCmem.c: added pdata
4045         * src/port.h: added pdata_name to PORT
4046         * src/mcs51/gen.c (toBoolean): fixed for Acc use of aopGet,
4047           (saveRegisters, unsaveRegisters): removed usage of B,
4048           (genMinus): fixed accumulator clash,
4049           (genJumpTab): added comment, this needs another look
4050         * src/mcs51/gen.c: added check for "B in use" paranoia,
4051           added pushB() and popB()
4052         * src/mcs51/peeph.def: restart after 177.c so 177.a can get a second
4053           chance
4054         * src/avr/main.c,
4055         * src/ds390/main.c,
4056         * src/hc08/main.c,
4057         * src/mcs51/main.c,
4058         * src/pic/main.c,
4059         * src/pic16/main.c,
4060         * src/xa51/main.c,
4061         * src/z80/main.c: (reset_regparms) made void parameter explicit and
4062           added PSEG (PAG,XDATA) or NULL to port specifier
4063         * src/ds390/main.c (_ds390_genIVT): moved implemented default in here
4064         * src/mcs51/main.c (_mcs51_genIVT): moved implemented default in here,
4065           (_mcs51_genInitStartup): removed __start__xstack equ,
4066           (mcs51_port): moved xstack from XSEG (XDATA) to XSTK (PAG,XDATA)
4067         * src/pic16/device.c (pic16_dump_usection, pic16_dump_isection),
4068         * src/z80/gen.c (_rleAppend): fixed warnings
4069         * support/regression/tests/zeropad.c: added pdata test
4070         * .version: bumped to 2.4.6
4071
4072 2004-10-17 Borut Razem <borut.razem AT siol.net>
4073
4074         * support/scripts/sdcc.nsi: cross compiling of WIN32 setup.exe on Linux
4075         as a part of nightly build
4076
4077 2004-10-16 Vangelis Rokas <vrokas AT otenet.gr>
4078
4079         * src/pic16/gen.c (struct _G): added field useWreg, is set to 1 when
4080         WREG holds the first byte function parameters,
4081         * (aopForSym): take special case for symbols which are in FARSPACE
4082         but in CODESPACE too,
4083         * (assignResultValue): modified to take into account _G.useWreg,
4084         * (genCall): don't use wreg for parameter passing when function is
4085         declared as reentrant, too, added optimization INCF to stack
4086         pointer when stack parameter count is 1,
4087         * (genFunction, genEndFunction): refurnished and fixed to not using
4088         wreg for passing parameters when function has varargs or is
4089         reentrant, fixed bug with symbol name compare for generating
4090         functions in absolute address,
4091         * (pic16_storeForReturn): refurnished,
4092         * (genCmp): began writing a new version of the function, not ready
4093         yet, therefore it is disabled,
4094         * (genAssign): do not read code memory when assigning a function to
4095         a pointer function,
4096         * src/pic16/glue.c (pic16emitStaticSeg): abSym->name is defined an
4097         array of characters, not pointer,
4098         * (pic16initialComments): in debug mode emit an .ident directive for
4099         the assembler,
4100         * (_process_pragma): emit a new warning type (internal to pic16)
4101         when setting stack to default length, emit a similar warning when
4102         placing a function at absolute address and address is not word aligned
4103         * (_pic16_parseOptions): added 'return TRUE' statement,
4104         * (_pic16_linkEdit): if compiling a source, then add the source's
4105         file object, first in the list of objects to link,
4106
4107 2004-10-13 Slade Rich <slade_rich AT users.sourceforge.net>
4108
4109         * src/pic/pcoderegs.c : increased count on regUsedinRange to prevent unnecessary warning.
4110         * src/pic/main.c : removed VC warning.
4111         * src/pic/gen.c : changed comment.
4112
4113 2004-10-12 Vangelis Rokas <vrokas AT otenet.gr>
4114
4115         * device/lib/pic16/libsdcc/gptr/gptrput[234].c: an external
4116         reference to a deprecated symbol _GPTRREG was causing failure to
4117         link. Thanks G. M. Gallant for the info.
4118
4119 2004-10-12 Slade Rich <slade_rich AT users.sourceforge.net>
4120
4121         * src/pic/pcode.c : Applied a code patch supplied by Paul Ashmore in
4122         comments for Bugs item #954788.
4123
4124 2004-10-10 Vangelis Rokas <vrokas AT otenet.gr>
4125
4126         * src/pic16/device.c (pic16_dump_gsection,
4127         * pic16_groupRegistersInSection): handle symbols declared to be in
4128         access bank differently,
4129         * src/pic16/gen.c (struct _G): added field resDirect,
4130         * (aopForSym): if symbol on stack and iCode is '=' and result exists,
4131         send values read from stack directly to result and don't allocate
4132         temporary values,
4133         * (pic16_sameRegs): fixed bug that allowed MOVFF to move between
4134         same registers,
4135         * (pic16_sameRegsOfs): NEW,
4136         * (freeAsmop): if _G.resDirect is set then do not mark registers as
4137         free because they were not allocated from temporary pool,
4138         * pic16_popRegFromString): workaround to fix a problem with
4139         allocating variables twice or never,
4140         * (genGenPointerGet): using PRODL instead of FSR0H,
4141         * (genGenPointerSet): using POSTDEC1 (that is a stack location)
4142         instead of FSR0H,
4143         * (genAssign): take advantage of the _G.resDirect flag,
4144         * (genCast): around line 11844, use mov2f instead of directly
4145         MOVFF'ing between operands to account for literal values,
4146         * src/pic16/genutils.c: some new debug functions for gpsim have been
4147         added,
4148         * src/pic16/glue.c (pic16_printIvalType): fixed bug that initialized
4149         float with integer part only,
4150         * src/pic16/main.c (_process_pragma): handle pragma udata access to
4151         place variables in access bank
4152         * device/lib/pic16/libsdcc/gptr/gptr*.c: using BRA instead of GOTO,
4153         updated sources to reflect recent changes in gen.c
4154
4155 2004-10-06 Vangelis Rokas <vrokas AT otenet.gr>
4156
4157         * device/lib/pic16/libsdcc/Makefile.rules: fixed bug concerning
4158         sources that searched for headers in installation path, now the
4159         device/include/pic16 is used,
4160         * src/pic16/glue.c (pic16glue),
4161         * src/pic16/pcode.c (pCode2str, genericPrint): don't print .file or
4162         .line directives if not in debug mode, this suppresses assembler's
4163         warnings for ignored directives
4164
4165 2004-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
4166
4167         * src/port.h: made reset_regparms prototype void parameter explicit.
4168         * src/SDCCsymt.c (processFuncArgs): removed argument "func".
4169         * src/mcs51/ralloc.c (packRegisters): new fix for bugs 898889 & 979599.
4170         * doc/sdccman.lyx: documented warning disabling and how to use
4171           printf_large to make it print floats.
4172         * device/include/stdbool.h: NEW
4173         * device/lib/_atof.c,
4174         * device/lib/_divuint.c,
4175         * device/lib/_divulong.c,
4176         * device/lib/expf.c,
4177         * device/lib/printf_large.c,
4178         * device/lib/sincosf.c,
4179         * device/lib/sincoshf.c: used stdbool.h, all compile with stack-auto now
4180         * device/lib/Makefile.in: added target for model-mcs51-reentrant to build
4181           a completely reentrant lib.
4182
4183 2004-10-05 Vangelis Rokas <vrokas AT otenet.gr>
4184
4185         * device/lib/pic16/libsdcc/gptr/gptr*.c: added return statements
4186         * device/include/pic16/stdio.h: fixed bug with colon
4187
4188 2004-10-03 Vangelis Rokas <vrokas AT otenet.gr>
4189
4190         * device/include/pic16/stdio.h,
4191         * device/include/pic16/stdlib.h,
4192         * device/include/pic16/math.h: NEW
4193         * device/lib/pic16/libsdcc/gptr/*.c (gptrget*, gptrput*): functions
4194         declared as _naked to reduce overhead
4195         * device/lib/Makefile.in (target port-specific-objects-pic16):
4196         changed * to *.* so to ignore the CVS directory,
4197         * src/pic16/gen.c (pic16_freeAsmop): added code to store result of
4198         stacked variables back in stack,
4199         * (genEndFunction): fixed bug reported by G.M. Gallant with stack
4200         corruption
4201
4202 2004-10-01 Vangelis Rokas <vrokas AT otenet.gr>
4203
4204         * .version: bumped version number to 2.4.5
4205         * support/Util/SDCCerr.h: added warning W_POSSBUG2.
4206         * support/Util/SDCCerr.c (messages structure): added entry for
4207         W_POSSBUG2
4208
4209         Large cumulative patch for pic16 port and libraries.
4210         * device/include/pic16/sdcc-lib.h,
4211         * device/include/pic16/stdarg.h,
4212         * device/include/asm/pic16/features.h,
4213         * device/include/lib/pic16/libsdcc/gptr/{*.c, Makefile}: NEW,
4214         * device/include/pic16/float.h: changes reentrant keyword with
4215         _FS_REENTRANT, added prototype for __fsneq, included sdcc-lib.h
4216         * device/lib/pic16/libsdcc/Makefile: added target directory gptr,
4217         updated target build-libraries to include objects from gptr,
4218         * device/lib/pic16/libsdcc/{char,int,long}/*.c: added macro
4219         _IL_REENTRANT to all function headings, included sdcc-lib.h header,
4220         * device/lib/pic16/libsdcc/float/*.c: added macro _FS_REENTRANT to
4221         all function headings,
4222         * src/SDCCmain.c: added global parameter userIncDirsSet,
4223         * (parseCmdLine): when option -I is encountered add directory to
4224         userIncDirsSet too,
4225         * src/version.awk: added space between control and long,
4226         * src/pic16/NOTES: added some notes for the port,
4227         * src/pic16/gen.c: added prototype for mov2fp function,
4228         * (fReturnpic16[]): properly named return value registers,
4229         * (_G structure): added fields stackRegSet, fregsUsed, stack_lat,
4230         * (aopForSym): added code to handle symbols with onStack flag set,
4231         symbols onStack are allocated PTRSIZE bytes,
4232         * (aopFreeAsmop): handles special case where asmops are stack objects,
4233         * (aopGet, pic16_popGet): adde cod to handle new asmop AOP_STA,
4234         * (pic16_popGetTempReg, pic16_popGetTempRegCond, pic16_popReleaseTempReg):
4235         added argument lock to trace flaws in allocating temporary registers
4236         when developing port,
4237         * (pic16_popGetLit, pic16_popGetLit2): changed lit from unsigned to signed
4238         * (pic16_popRegFromString): reenabled allocating a direct register
4239         from string,
4240         * (assignResultValue): various beautifications,
4241         * fixed bug #1037717 (patch from R. Neider & D. Wrinkler) with mistaken
4242         referenced function argument,
4243         * (genIpush): reenabled to allow stacked arguments, handles only
4244         ic->parmPush iCodes,
4245         * (genCall, genPcall): major changes to allow for variable argument
4246         functions, fixed a bug with falsely restoring stack pointer after
4247         returning from call,
4248         * (genFunction): pending code for critical function,
4249         * (shiftR1Left2ResultSigned, shiftR1Left2Result, shiftL2Left2Result,
4250         * (shiftR2Left2Result, shiftLLong) applied patch #1032155 from R.Neider,
4251         * (genNearPointerGet): fixed bug with indirect reading, was always
4252         reading from INDF0
4253         * (genGenPointerGet, genGenPointerSet): rewrote to support generic
4254         pointers,
4255         * (genAddrOf): rewrote code to take address of a stacked function parameter
4256         * (genCast): fixed casting to generic pointer type,
4257         * src/pic16/gen.h: added AOP_STA,
4258         * (struct asmop): added field stk,
4259         * src/pic16/genarith.c (pic16_AopType): handle AOP_STA,
4260         * (pic16_genPlusIncr): changed emitSKPNZ to emitSKPNZ,
4261         * (pic16_genAddLit, pic16_genPlus): applied patch #1034042 by tecodev,
4262         * (pic16_genMinus): fixed bug #1035119 with patch submitted by tecodev,
4263         * src/pic16/genutils.c (pic16_genNot): removed symbol *tlbl,
4264         * src/pic16/glue.c (pic16_printGPPointerType): fixed to support new
4265         generic pointers,
4266         * src/pic16/main.c (_pic16_initPaths): ignores default SDCC include
4267         and library paths,
4268         * (pic16_port structure): generic pointer size is set to 3,
4269         * src/pic16/pcode.c (pic16_newpCodeOpLit): correctly print literal integer,
4270         * (insertBankSwitch): cast to (char *) to prevent 64bit CPUs'
4271         compiler warning,
4272         * src/pic16/ralloc.c (allocReg): prevent allocating register when
4273         operand is an iTemp,
4274
4275 2004-09-24 Martin Helmling <mh AT octo-soft.de>
4276
4277         * debugger/mcs51/cmd.c: set PC if a symbol at pc reg is set
4278         * debugger/mcs51/simi.c: addapt new syntax of s51
4279
4280 2004-09-23 Vangelis Rokas <vrokas AT otenet.gr>
4281
4282         * src/pic16/genutils.c (pic16_genNot): fixed bug #1032265,
4283         * src/pic16/pcode.c: commented out some calls to free() in order to
4284         fix bug #989576,
4285
4286 2004-09-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4287
4288         * src/SDCCicode.h,
4289         * src/SDCCicode.c (isiCodeInFunctionCall),
4290         * src/avr/ralloc.c (selectSpil),
4291         * src/pic/ralloc.c (selectSpil),
4292         * src/pic16/ralloc.c (selectSpil),
4293         * src/ds390/ralloc.c (selectSpil),
4294         * src/hc08/ralloc.c (selectSpil),
4295         * src/xa51/ralloc.c (selectSpil),
4296         * src/mcs51/ralloc.c (selectSpil): Don't use remainSpil to spill to the
4297         stack in the middle of a function call sequence (fixes bug #1020268)
4298         * src/SDCCicode.c (geniCodeJumpTable): fixed error in computing the
4299         costs associated with the minimum switch case.
4300
4301 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4302
4303         * src/SDCC.lex: fixed bug #1030549
4304
4305 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4306
4307         * src/SDCCcse.h (struct cseDef),
4308         * src/SDCCcse.c (cseBBlock, newCseDef, ifFromAddrTaken): purge CSEs
4309         over a function call if the CSE is derived from a symbol whose
4310         address has been taken (fixes bug #1029883)
4311         * support/regression/tests/bug-1029883: a new regression test for
4312         this bug
4313
4314 2004-09-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4315
4316         * src/hc08/gen.c (emitinline): fixed bug #1029778
4317         * src/SDCC.y (assignment_expr): fixed the grammer so that assignment
4318         to a cast object is no longer a syntax error ("fixes" bug #1030006,
4319         and starts toward RFE #905167)
4320
4321 2004-09-17 Vangelis Rokas <vrokas AT otenet.gr>
4322
4323         * src/pic16/gen.c (mov2f): New function to move an operand to
4324         another without considering if it is a literal or a register,
4325         * (pic16_sameRegs): don't check if they are both AOP_REG,
4326         * (AccRsh): removed andmask=0 lines,
4327         * (genLeftShift): duplicated to be improved in future versions,
4328         * src/pic16/main.c (_process_pragma): emit stack default size in hex,
4329         * src/pic16/pcode.c: added POC_INFSNZW, updated inverted_op fields
4330         in POC_INCFSZ, POC_INCFSZW, POC_INFSNZ,
4331         * (pic16initMnemonics): added initialization for POC_INFSNZW,
4332         * (insertBankSwitch): fixed inserting banksel directives algorithm
4333         for instructions that follow a skip instruction, this fixes a report
4334         for broken subtraction code generation,
4335         * src/pic16/ralloc.c (deassignLRs): do not free register if current
4336         iCode is a left op, just in case result and right share the same
4337         registers
4338
4339 2004-09-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4340
4341         * src/hc08/main.c,
4342         * src/hc08/gen.c (genJumpTable): more efficient jump table, supports
4343         preservation of HX
4344         * src/hc08/gen.c (pullRegs): fixed order of HX & XA pairs
4345         * src/mcs51/ralloc.c (packRegisters): removed the patch applied
4346         on 2004-09-12; it was buggy
4347
4348 2004-09-15 Bernhard Held <bernhard AT bernhardheld.de>
4349
4350         * src/SDCCsymt.h: removed RESULT_CHECK
4351         * src/SDCCast.c,
4352         * src/SDCCglue.c,
4353         * src/SDCCval.c,
4354         * src/pic/glue.c,
4355         * src/pic16/glue.c: replaced RESULT_CHECK with RESULT_TYPE_NONE
4356
4357 2004-09-15 Vangelis Rokas <vrokas AT otenet.gr>
4358
4359         * src/SDCCicode.c (piCode): applied patch from Raphael Neider,
4360         * src/pic16/device.c (pic16_assignConfigWordValues): wrong
4361         configuration values no more rejected by compiler, they are assigned
4362         to configuration registers with a warning message instead,
4363         * src/pic16/glue.c (pic16_emitConfigRegs): added +1 at top-limit of
4364         the for-loop so last conf register is emitted too,
4365         * (_pic16_initPaths): link library libsdcc.lib by default,
4366         * (_hasNativeMulFor): modified test for multiplication according to
4367         Raphael Neider's remarks. Integer multiplication is also done with
4368         support functions,
4369         * device/include/pic16/pic18fregs.h: corrected type error in while
4370         testing and including 18f6720 header file
4371
4372 2004-09-14 Vangelis Rokas <vrokas AT otenet.gr>
4373
4374         * src/pic16/device.h (pic16_options): removed field use_crt,
4375         * src/pic16/gen.c (genUnpackBits): added call to pic16_loadFSR0
4376         until an optimization to handle single bits is added,
4377         * (pic16_loadFSR0): moved before genUnpackBits,
4378         * (genAnd): some white lines removed,
4379         * src/pic16/main.c (_pic16_finaliseOptions): set omit_ivt and clear
4380         leave_reset flags in pic16_options when using crt modules,
4381
4382 2004-09-12 Maarten Brock <sourceforge.brock AT dse.nl>
4383
4384         * src/mcs51/ralloc.c (packRegisters): applied fix by Bernhard Held
4385           for bugs 898889 & 979599. Also used some safer print instructions.
4386
4387 2004-09-12 Vangelis Rokas <vrokas AT otenet.gr>
4388
4389         * src/pic16/device.h (pic16_options_t): added field use_crt,
4390         crt_name, no_crt,
4391         * src/pic16/genarith.c (pic16_genPlus): added an assert(0) line to
4392         catch a probable future bug,
4393         * src/pic16/gen.c: aopIdx function commented out,
4394         * (genAssign): commented out old code which used aopIdx,
4395         * src/pic16/glue.c (pic16glue): removed some legacy fragments of
4396         code, added if conditionals to take into account the --use-crt
4397         command line options,
4398         * src/pic16/main.c (pic16_optionsTable): added new command line
4399         options, --use-crt= and --no-crt,
4400         * (_pic16_linkEdit): now the proper crt object is added in the
4401         linker command line except than when --no-crt is specified,
4402         * src/pic16/pcode.c,
4403         * src/pic16/pcode.h: added some structures and functions for a new
4404         optimization scheme to compansate for instruction overhead between
4405         same iCodes, this scheme is currently under development and is not
4406         working in any way,
4407         * src/pic16/gen.c (genAnd): added patch provided by Aaron Collwell
4408         to && operator,
4409         * device/lib/pic16/startup/crt0i.c,
4410         * device/lib/pic16/startup/crt0iz.c: added global char variable
4411         __uflags to force the generation of an idata section
4412
4413 2004-09-12 Bernhard Held <bernhard AT bernhardheld.de>
4414
4415         * doc/Makefile,
4416         * doc/clean.mk: added support for easy creation of sdcc-doc.tar.bz2
4417         * doc/sdccman.lyx: updated sdcc version to 2.4.4
4418
4419 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4420
4421         * doc/sdccman.lyx: fixed a problem with my new index entries (thanks
4422         Frieder) and clarified the default code optimization mode
4423
4424 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4425
4426         * src/SDCC.lex (doPragma, process_pragma),
4427         * src/SDCCglobl.h (struct optimize): added pragmas "opt_code_speed",
4428         "opt_code_size", and "opt_code_balanced"
4429         * src/SDCCmain.c (optionsTable[], printOptions, scanOptionsTable):
4430         regrouped options by category, added support for category headers
4431         * src/SDCCmain.c (parseCmdLine): added options "--opt-code-speed"
4432         and "--opt-code-size"
4433         * doc/sdccman.lyx: documented these new options and pragmas
4434         * src/hc08/gen.c (AccLsh, AccRsh): take speed/size optimization
4435         preference into account
4436
4437 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
4438
4439         * src/SDCCicode.c (geniCodePostInc, geniCodePreInc, geniCodePostDec,
4440           geniCodePreDec): Fixed bug 904237 by generating a warning
4441         * src/SDCCerr.h,
4442         * src/SDCCerr.c: added warning W_SIZEOF_VOID
4443
4444 2004-09-09 Slade Rich <slade_rich AT users.sourceforge.net>
4445
4446         * src/pic/device.c : When no max ram set validate full memory range.
4447         * src/pic/pcode.c,
4448         * src/pic/pcodepeep.c : Copy C code comments to optimised replacement code.
4449
4450 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
4451
4452         * device/lib/_gptrget.c,
4453         * device/lib/_gptrput.c: updated comment
4454         * device/lib/calloc.c,
4455         * device/lib/free.c,
4456         * device/lib/malloc.c,
4457         * device/lib/realloc.c: added LGPL, made them reentrant-safe
4458         * src/SDCCcse.c (cseBBlock),
4459         * src/SDCCicode.c (printOperand, geniCodeArray),
4460         * src/SDCCicode.h (struct operand): fixed bug 868103
4461         * support/regression/tests/bug-868103.c: added
4462         * src/SDCCast.c (searchLitOp),
4463         * src/SDCCcse.h (struct cseDef),
4464         * src/SDCCglue.c (printIvalArray, spacesToUnderscores),
4465         * src/SDCCicode.h (struct operand),
4466         * src/SDCCsymt.h (struct sym_link),
4467         * src/avr/gen.c (hasInc),
4468         * src/ds390/gen.c (hasInc),
4469         * src/hc08/gen.c (genPlusIncr, hasInc),
4470         * src/mcs51/gen.c (hasInc),
4471         * src/pic16/glue.c (pic16_printIvalChar),
4472         * src/pic16/ralloc.c (regWithIdx),
4473         * src/xa51/gen.c (hasInc) : removed warnings
4474         * src/SDCCast.c (createBlock): added comment ???
4475         * src/hc08/ralloc.c: updated comments
4476
4477 2004-09-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4478
4479         * doc/sdccman.lyx: updated section on switch statements, added
4480         section about semaphore locking
4481         * doc/Makefile: added option -info for latex2html
4482         * device/lib/_gptrget.c,
4483         * device/lib/_gptrput.c: __XPAGE instead of P2 in outcommented code
4484
4485 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
4486
4487         * src/pic/device.h,
4488         * src/pic/device.c,
4489         * src/pic/port.c : Changed PIC14 code to not set bit RP1 when
4490          maxram is less than 0x100.
4491
4492 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
4493
4494         * Bug fixes for PIC14 - signed RSHIFT problem. Patch supplied by Allen(agschrum).
4495
4496 2004-09-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4497
4498         * src/port.h,
4499         * src/mcs51/main.c,
4500         * src/ds390/main.c,
4501         * src/z80/main.c,
4502         * src/hc08/main.c,
4503         * src/pic/main.c,
4504         * src/pic16/main.c,
4505         * src/avr/main.c,
4506         * src/xa51/main.c
4507         * src/SDCCicode.c (geniCodeJumpTable): Better logic to determine if a
4508         a jump table is the best form for a switch statement, including
4509         automatic insertion of missing cases to make the case range
4510         continuous. Developed in collaboration with Frieder Ferlemann.
4511
4512 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4513
4514         * src/hc08/ralloc.c (canDefAccResult): multi-byte shift is unsafe for
4515         accumulator result if it needs sign extension
4516
4517 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
4518
4519         * src/hc08/ralloc.c (canUseAccOperand): fixed comparison bug
4520
4521 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
4522
4523         * device/lib/gbz80/printf.c,
4524         * device/lib/z80/printf.c: removed define for NULL
4525
4526 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
4527
4528         * as/xa51/xa_link.c,
4529         * device/examples/ds390/ow390/ad26.c,
4530         * device/examples/ds390/ow390/cnt1d.c,
4531         * device/examples/ds390/ow390/counter.c,
4532         * device/examples/ds390/ow390/ds2480.h,
4533         * device/examples/ds390/ow390/ds2480ut.c,
4534         * device/examples/ds390/ow390/findtype.c,
4535         * device/examples/ds390/ow390/gethumd.c,
4536         * device/examples/ds390/ow390/owllu.c,
4537         * device/examples/ds390/ow390/ownetu.c,
4538         * device/examples/ds390/ow390/swt12.c,
4539         * device/examples/ds390/ow390/swtloop.c,
4540         * device/examples/ds390/ow390/temp.c,
4541         * device/examples/ds390/ow390/temp10.c,
4542         * device/examples/ds390/ow390/thermo21.c,
4543         * device/examples/ds390/ow390/tinilnk.c,
4544         * device/examples/ds390/ow390/tstfind.c,
4545         * device/examples/serialcomm/windows/serial.cpp,
4546         * device/examples/serialcomm/windows/test_serialcomm.cpp,
4547         * device/include/reg51.h: fixed line endings for cvs
4548
4549 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4550
4551         * src/hc08/ralloc.c (canDefAccResult, canUseAccOperand,
4552         packRegsForAccUse, packRegisters): new accumulator register
4553         packing algorithm
4554         * support/regression/ports/hc08/support.c (_putchar): suppress
4555         warning of unused variable
4556         * src/SDCCicode.c: added SWAP entry to codeTable
4557
4558 2004-09-01 Maarten Brock <sourceforge.brock AT dse.nl>
4559
4560         * device/lib/sprintf.c: forgot to add this file before previous commit
4561
4562 2004-09-01 Vangelis Rokas <vrokas AT otenet.gr>
4563
4564         * src/pic16/gen.c (genPackBits): added operand right in function
4565         parameters, load result directly if p_type is POINTER (that is
4566         called by genNearPointerSet)
4567         * (genUnPackBits): added operand left in function parameters,
4568         * (genNearPointerGet, genNearPointerSet): prevent the loading of
4569         FSR0 if accessing bitfields,
4570
4571 2004-08-31 Maarten Brock <sourceforge.brock AT dse.nl>
4572
4573         * device/include/stdio.h: added NULL, size_t, typedef pfn_outputchar,
4574           _print_format; updated printf, sprintf, vsprintf
4575         * device/include/asm/default/features.h: corrected comment/define
4576         * device/lib/Makefile.in: added sprintf.c
4577         * device/lib/libsdcc.lib: added sprintf module
4578         * device/lib/printf_large.c,
4579         * device/lib/vprintf.c,
4580         * device/lib/sprintf.c: totally refactored printf_large and vprintf
4581           into these 3 files
4582         * support/regression/Makefile: changed ALL_PORTS into a usefull default
4583         * support/regression/ports/mcs51-stack-auto/spec.mk: added sprintf
4584         * support/regression/tests/bug-927659.c: removed dummy putchar, enabled
4585           hc08 test
4586         * support/regression/tests/zeropad.c: define idata as data for hc08
4587
4588 2004-08-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4589
4590         * src/SDCCpeeph.c (labelIsReturnOnly): support hc08 rts opcode also
4591         * src/SDCCpeeph.c (buildLabelRefCountHash): assume function entry point
4592         labels are referenced at least once (even if a reference is not found)
4593         * src/hc08/gen.c (emitcode): set isComment flag for comments
4594         * src/hc08/peeph.def: added rules 5a..5f (optimize redundant immediate
4595         loads), rules 6a..6b (optimize jumps to return)
4596
4597 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4598
4599         * device/lib/acosf.c (acosf),
4600         * device/lib/asinf.c (asinf),
4601         * device/lib/atanf.c (atanf),
4602         * device/lib/ceilf.c (ceilf),
4603         * device/lib/cosf.c (cosf),
4604         * device/lib/coshf.c (coshf),
4605         * device/lib/cotf.c (cotf),
4606         * device/lib/fabsf.c (fabsf),
4607         * device/lib/floorf.c (floorf),
4608         * device/lib/log10f.c (log10f),
4609         * device/lib/logf.c (logf),
4610         * device/lib/sinf.c (sinf),
4611         * device/lib/sinhf.c (sinhf),
4612         * device/lib/sqrtf.c (sqrtf),
4613         * device/lib/tanf.c (tanf),
4614         * device/lib/tanhf.c (tanhf),
4615         * device/include/math.h: defined _FLOAT_FUNC_REENTRANT macro and
4616         replaced all instances of "reentrant" in the library functions
4617         defined in math.h with this macro.
4618         * support/regression/tests/float_trans.c: reenabled test for hc08
4619
4620 2004-08-30 Bernhard Held <bernhard AT bernhardheld.de>
4621
4622         * device/lib/pic16/Makefile.common.in: added MODELFLAGS again, it was
4623         erroneously deleted
4624
4625 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4626
4627         * src/hc08/gen.c (loadRegFromAop): better use of clra & clrx
4628         * src/hc08/gen.c (genAnd, genOr): fixed bug with conditional when
4629         multi-byte volatile operands are used
4630         * src/hc08/gen.c (shiftRLong): fixed bug with wrong rotate direction
4631         * src/hc08/main.c (_hc08_genAssemblerPreamble): moved the built-in
4632         initialization to area GSINIT0 so that it would always precede
4633         any static initializers in GSINIT
4634         * support/regression/tests/zeropad.c: fixed idata define for hc08
4635         * support/regression/tests/bug-927659.c,
4636         * support/regression/tests/float_trans.c: disabled tests for hc08
4637         pending missing library routines
4638         * .version: increased version number to 2.4.4 - hc08 port now passes
4639         regression tests
4640
4641
4642 2004-08-29 Bernhard Held <bernhard AT bernhardheld.de>
4643
4644         * device/lib/pic16/Makefile.common.in: added $(MM) to fix `make clean`
4645         * Makefile.common.in,
4646         * as/Makefile,
4647         * as/hc08/Makefile.in,
4648         * as/mcs51/Makefile.in,
4649         * as/z80/Makefile.in,
4650         * debugger/mcs51/Makefile.in,
4651         * device/include/Makefile.in,
4652         * device/lib/Makefile.in,
4653         * doc/Makefile,
4654         * link/Makefile,
4655         * link/z80/Makefile.in,
4656         * packihx/Makefile.in,
4657         * sim/ucsim/main_in.mk,
4658         * sim/ucsim/avr.src/Makefile.in,
4659         * sim/ucsim/doc/Makefile.in,
4660         * sim/ucsim/gui.src/serio.src/Makefile.in,
4661         * sim/ucsim/hc08.src/Makefile.in,
4662         * sim/ucsim/s51.src/Makefile.in,
4663         * sim/ucsim/xa.src/Makefile.in,
4664         * sim/ucsim/z80.src/Makefile.in,
4665         * src/Makefile.in,
4666         * support/cpp2/Makefile.in,
4667         * support/librarian/Makefile,
4668         * support/makebin/Makefile: added DESTDIR to the install path proposed
4669         by "Maciej 'Agaran' Pijanka" <agaran AT pld-linux.org>
4670         * doc/sdccman.lyx: added DESTDIR documentation
4671
4672 2004-08-29 Vangelis Rokas (vrokas AT otenet.gr>
4673
4674         * src/pic16/gen.c (genFunction, genEndFunction): fixed return
4675         instruction for interrupt handlers, use fast returns when returning
4676         from high priority interrupts
4677
4678 2004-08-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4679
4680         * src/hc08/gen.c (genAnd, genOr, transferAopAop, rmwWithAop): optimized
4681         code generation
4682         * src/hc08/gen.c (genrshFour, genCpl): fixed bugs
4683         * src/hc08/gen.c (genMultOneByte, genDivOneByte, genModOneByte): fixed
4684         bugs, ported much of Bernhard's code from mcs51
4685         * src/mcs51/gen.c (genSend),
4686         * src/hc08/gen.c (genSend): fixed bug with lost SEND iCodes if more
4687         than one when calling a reentrant function
4688         * device/lib/_mullong.c: defined an alternate struct layout for big
4689         endian ports (hc08)
4690
4691 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4692
4693         * src/hc08/gen.c (shiftL2Left2Result): fix for bug-500536 regression
4694         test
4695
4696 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4697
4698         * src/SDCCsymt.c (processFuncArgs): make sure parameter types
4699         are sane and complete before asking the port its prefered parameter
4700         passing method (fixes bug #1017633)
4701         * device/lib/hc08/_ret.c: added "data" storage class to _ret2
4702         and _ret3
4703
4704 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4705
4706         * src/hc08/gen.c (genPackBitsImmed, genUnpackBitsImmed): fix offset
4707         problem in bitfields >= 8 bits.
4708
4709 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
4710
4711         * src/SDCCsymt.c: undid changes that were not meant to be committed
4712
4713 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
4714
4715         * support/regression/ports/hc08spec.mk: REENTRANT must be reentrant
4716
4717 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
4718
4719         * src/hc08/gen.c (genUminusFloat): fixed bug where only 3 bytes were
4720           copied and wrong bit got inverted
4721
4722 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4723
4724         * src/hc08/gen.c (genPointerSet, genFarPointerSet): moved code from
4725         genFarPointerSet into genPointerSet; eliminated genFarPointerSet
4726         * src/hc08/gen.c (genPointerGet, genFarPointerGet): moved code from
4727         genFarPointerGet into genPointerGet; eliminated genFarPointerGet
4728         * src/hc08/gen.c (genPackBitsImmed): generate optimized code for
4729         assignments to bitfields at known addresses
4730         * src/hc08/gen.c (genUnpackBitsImmed): generate optimized code for
4731         reads from bitfields at known addresses
4732         * src/hc08/ralloc.c (packRegisters),
4733         * src/hc08/gen.c (genPointerGet, genUnpackBits, genUnpackBitsImmed,
4734         genhc08Code): optimize pointer get values used as conditionals
4735         * src/hc08/peeph.def: added rules 2e & 2f to optimize bit test
4736         and branch
4737
4738 2004-08-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4739
4740         * src/mcs51/gen.c (genPointerGet, genNearPointerGet, genPagedPointerGet,
4741         genFarPointerGet, genCodePointerGet, genGenPointerGet, genUnpackBits),
4742         * src/mcs51/ralloc.c (packRegisters): optimize pointer get values used
4743         as conditionals
4744
4745 2004-08-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4746
4747         * src/mcs51/peeph.def: peepholes 248.i-m for xdata bitfields
4748
4749 2004-08-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4750
4751         * src/mcs51/ralloc.c (packRegsForOneuse): fixed bug #1012650 and some
4752         related problems
4753
4754 2004-08-21 Bernhard Held <bernhard AT bernhardheld.de>
4755
4756         * sim/ucsim/cmd.src/Makefile.in: run lex only if $(PRJDIR)/devel exists
4757
4758 2004-08-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4759
4760         * src/z80/ralloc.c (packRegsForAssign): ported some bug fixes from the
4761         mcs51 port
4762
4763 2004-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
4764
4765         * src/pic/gen.c: Restored fn genRet as previous fix was incorrect.
4766
4767 2004-08-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4768
4769         * src/mcs51/gen.c (genJumpTab): jumptables for more than 16 switch
4770         cases use more compact code.
4771
4772 2004-08-13 Slade Rich <slade_rich AT users.sourceforge.net>
4773
4774         * src/pic/gen.c: Fixed problem with fn returning a variable bigger than a char.
4775
4776 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4777
4778         * src/SDCClrange.c (findPrevUse): fixed bug #1007371
4779
4780 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4781
4782         * src/SDCCsymt.h,
4783         * src/SDCCsymt.c (changePointer, checkDecl, addSymChain): changed
4784         parameter of changePointer() from symbol* to sym_link*
4785         * src/SDCCast.c (decorateType): call changePointer() for CAST op
4786         * src/SDCCsymt.c (compareType): void* type is castable to other
4787         pointers, but not necesarily an exact match.
4788         * src/SDCCicode.c (geniCodeCast): allow void* casting here since it
4789         is no longer blindly treated as an exact match.
4790         * src/SDCCval.c (valCastLiteral): treat missing type as cast to void
4791
4792 2004-08-12 Slade Rich <slade_rich AT users.sourceforge.net>
4793
4794         * src/pic/glue.c: Added struct initialisation fn printIvalStruct.
4795
4796 2004-08-11 Slade Rich <slade_rich AT users.sourceforge.net>
4797
4798         * src/pic/gen.c,
4799         * src/pic/pcode.c,
4800         * src/pic/ralloc.h,
4801         * src/pic/ralloc.c: Printing rIdx on internal verbose debug.
4802
4803 2004-08-10 Slade Rich <slade_rich AT users.sourceforge.net>
4804
4805         * src/pic/device.c,
4806         * src/pic/device.h,
4807         * src/pic/device.c: Will no longer exit if #pragma maxram has not been defined.
4808
4809 2004-08-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4810
4811         * src/mcs51/gen.c (emitcode): fixed bug #992819
4812
4813 2004-08-05 Maarten Brock <sourceforge.brock AT dse.nl>
4814
4815         * src/pic/ralloc.c (deassignLR): allthough pic port is buggy already,
4816           there's no need to make it worse
4817
4818 2004-08-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4819
4820         * src/mcs51/ralloc.c (deassignLR),
4821         * src/ds390/ralloc.c (deassignLR),
4822         * src/hc08/ralloc.c (deassignLR),
4823         * src/z80/ralloc.c (deassignLR),
4824         * src/pic/ralloc.c (deassignLR),
4825         * src/pic16/ralloc.c (deassignLR),
4826         * src/avr/ralloc.c (deassignLR),
4827         * src/SDCClrange.c (findRecursiveSucc, findRecursivePred, findPrevUse,
4828         rlivePoint): fixed another part of bug #971834
4829
4830 2004-08-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4831
4832         * src/z80/main.c: enabled "critical" keyword
4833         * src/z80/mappings.i,
4834         * src/z80/gen.c (genFunction, genEndFunction): support for interrupt
4835         functions (fixes bug #979646)
4836         * doc/sdccman.lyx: added a subsection explaining z80 interrupt support
4837
4838 2004-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4839
4840         * src/mcs51/gen.c (genInline): Add \n for labels, not DOS/WIN dirs
4841           such as c:\mydir.
4842
4843 2004-08-03 Maarten Brock <sourceforge.brock AT dse.nl>
4844
4845         * src/SDCCloop.c (loopInvariants): fixed bug 983545, hope this
4846           doesn't disable too much optimizations
4847
4848 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
4849
4850         * src/pic/glue.c Disabled "WARNING: function 'main' undefined" when -S option is used.
4851
4852 2004-08-02 Maarten Brock <sourceforge.brock AT dse.nl>
4853
4854         * src/SDCClrange.c (rlivePoint): fixed bug 988568, thanks to anonymous
4855
4856 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
4857
4858         * src/pic/gen.c tidied up tabs
4859         * src/pic/genarith.c tidied up tabs and fixed bug with literal multiple where same register was used for hi and low byte
4860         * src/pic/main.c tidied up tabs
4861         * src/pic/pcode.c tidied up tabs and disabled verbose code generation
4862         * src/pic/pcoderegs.c tidied up tabs
4863         * src/pic/ralloc.c tidied up tabs
4864
4865 2004-07-30 Vangelis Rokas <vrokas AT otenet.gr>
4866
4867         * src/SDCCmem.c (allocGlobal): don't turn S_REGISTER storage class
4868         to S_FIXED for pic16 port and when symbol is not in level 0,
4869         allocate for S_REGISTER storage class and pic16 port, too,
4870         * src/pic16/device.h: prototype for checkSym,
4871         * src/pic16/device.c (pic16_dump_access, checkSym): NEW,
4872         * (pic16_assignConfigWordValue): test the value and the mask to
4873         validate that the value is suitable for the configuration word,
4874         * src/pic16/glue.c (pic16_printIvalFuncPtr): use 'externs' to
4875         collect extern declared symbols, don't emit symbol twice, check
4876         first if symbol is in publics set first,
4877         * src/pic16/main.c (_pic16_keywords[]): added keyword 'register',
4878         * added command line '--fstack' which enables an experimental
4879         feature for stack access, too buggy to be used yet...
4880         * src/pic16/ralloc.c (pic16_accessregWithName): NEW,
4881         * (pic16_allocDirReg): when register has storage class S_REGISTER
4882         allocate in pic16_dynAccessRegs,
4883         * device/include/pic16/pic18f????.h: modified configuration word
4884         naming convention, words started as CONFIG0H but should be CONFIG1H
4885
4886 2004-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
4887
4888         * device/include/mcs51reg.h: fixed bug 970993
4889
4890 2004-07-27 Maarten Brock <sourceforge.brock AT dse.nl>
4891
4892         * added lib/calloc.c, lib/free.c, lib/realloc.c, include/stddef.h
4893         * updated lib/malloc.c, lib/libsdcc.lib, lib/Makefile.in, include/malloc.h
4894         * src/SDCC.lex (doPragma): added pragma disable_warning <nnn>
4895         * src/SDCCmain.c (parseCmdLine): added option --disable-warning <nnn>
4896         * src/ds390/gen.c (genPlusIncr): fixed bug when incrementing generic pointers
4897         * support/Util/SDCCerr.c (vwerror): suppress disabled warnings and output
4898           error/warning numbers,
4899           added function setWarningDisabled()
4900         * support/Util/SDCCerr.h: added setWarningDisabled() and MAX_ERROR_WARNING
4901         * support/regression/ports/mcs51-stack-auto/spec.mk: added dependencies
4902           _memcmp.c _memmove.c calloc.c realloc.c free.c
4903         * support/regression/tests/malloc.c: added tests for new functionality
4904         * support/regression/tests/zeropad.c: added tests for truncated initializers
4905           and initialized char arrays starting with '\x0'
4906         * src/mcs51/peeph.def: fixed regression, added peephole 177.f
4907
4908 2004-07-26 Bernhard Held <bernhard AT bernhardheld.de>
4909
4910         * support/valdiag/tests/overflow.c: fixed warning on (1 >> 40)
4911
4912 2004-07-26 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4913
4914         * doc/sdccman.lyx: updated example in section "Absolute Addressing"
4915         * src/mcs51/peeph.def: added contributed fix for "bug" #995347 as
4916         peephole 177.e. Thanks to anonymous
4917
4918 2004-07-25 Vangelis Rokas <vrokas AT otenet.gr>
4919
4920         * src/pic16/glue.c (pic16_printIvalFuncPtr): when an extern
4921         function isn't used in the source but referenced as a
4922         variable initializer then declare it as extern in .asm file
4923
4924 2004-07-24 Vangelis Rokas <vrokas AT otenet.gr>
4925
4926         * .version: increased version number to 2.4.3
4927
4928         Adding version extension according to ChangeLog CVS revision
4929         * src/Makefile.in (target all): added dependency 'version.h'
4930         * (rule version.h): added rule to create version.h from ChangeLog,
4931         * (rule dep): added dependency version.h,
4932         * src/version.awk: AWK script to create version.h
4933         * src/SDCCdwarf2.c (dwWriteModule),
4934         * src/SDCCglue.c (initialComments),
4935         * src/SDCCmain.c (printVersionInfo): modified to write after
4936         version string the version extension number,
4937         * src/SDCCutil.c: included "version.h"
4938         * (getBuildNumber): NEW, returns SDCC's ChangeLog minor revision
4939         number,
4940         * src/SDCCutil.h: added prototype for getBuildNumber
4941
4942         * src/SDCCmain.c (parseCmdLine): when sOpt is 'I' add rest in
4943         includeDirsSet, too,
4944         * src/SDCCsymt.c (checkSClass): don't emit error when a variable,
4945         const char [] is found in function prototype...
4946
4947         * src/pic16/genarith.c (pic16_genUMult8XLit_8): optimization to omit
4948         moving to WREG with source is already in WREG,
4949         * src/pic16/gen.h: added AOP_FSR0 and AOP_FSR2 in enum,
4950         * src/pic16/gen.c (getFreePtr): updated to look for FSR0 and FSR2,
4951         * (aopForSym): stack'ed symbols are partially supported, added
4952         if-clause to support symbols in FARSPACE,
4953         * (sameRegs): added test for AOP_ACC to see if registers are same,
4954         * (pic16_freeAsmop): added case for AOP_FSR0 and AOP_FSR2,
4955         * (pic16_aopGet): added case for AOP_FSR0 and AOP_FSR2,
4956         * (pic16_popRegFromString): will not allocate a new register if it
4957         doesn't find one by name, bug may have introduced...
4958         * (pic16_popGet): added case for AOP_FSR0 and AOP_FSR2,
4959         * (genIpush): revived to use pic16 port's stack,
4960         * (genAddrOf): added incomplete case for stack'ed operand,
4961         * (genCast): optimized a pair of MOVFW,MOVWF to MOVFF
4962         * src/pic16/genutils.c (pic16_genNot): almot new vesrion for NOT,
4963         can handle multibyte operands,
4964         * src/pic16/glue.c (pic16_printIval*): some debug info added,
4965         * (pic16initialComments): added message for MPLAB compatibility
4966         mode enabled,
4967         * src/pic16/main.h: prototype for pic16_mplab_comp,
4968         * src/pic16/main.c (pic16_optionsTable): new option --mplab-comp,
4969         which enabled MPLAB compatibility mode (i.e. no #LINE/#FILE, BANKED)
4970         * (_pic16_linkEdit): NEW, handles link stage, transferred here
4971         because of increased complexity of procedure,
4972         * (_process_pragma): stack pragma changed to format 'stack pos len',
4973         emit symbol '_stack_end' to conform with gplink,
4974         * src/pic16/pcode.c (pic16_newpCodeOpBit): using pic16_regWithName
4975         to search for register,
4976         * (pic16_get_op, pic16_get_op2): added case for PO_W, PO_WREG and
4977         PO_GPR_REGISTER,
4978         * (pic16_pCode2str): when in MPLAB compatibility mode, comment out
4979         #LINE directives and replace 'B' with 'BANKED' in instruction opcodes
4980         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
4981         case for PO_GPR_REGISTER,
4982         * (pic16_AnalyzeBanking): removed the old message for inc2h.pl, past
4983         dies, the new era is ahead !...
4984         * src/pic16/ralloc.c: added hash reposits pic16_dynAllocRegNames and
4985         pic16_dynInternalRegs,
4986         * (pic16_allocregWithName, pic16_procregWithName, pic16_regWithname): NEW,
4987         * (pic16_allocDirReg): minor optimizations and bug fixes,
4988         * (pic16_allocWithIdx): when searching pic16_dynProcessorRegs use fixed,
4989
4990         * device/lib/pic16/startup/crt0*.c: extern definition of stack_end,
4991         load stack and frame pointer with address of 'stack_end' symbol
4992
4993 2004-07-23 Vangelis Rokas <vrokas AT otenet.gr>
4994
4995         * src/pic16/glue.c (pic16emitStaticSeg): fixed bug with files
4996         without source code but only variable initializers
4997
4998 2004-07-20 Vangelis Rokas <vrokas AT otenet.gr>
4999
5000         * src/pic16/glue.c (pic16emitRegularMap): unused functions marked as
5001         external are not declared as extern to reduce overhead while linking
5002
5003 2004-07-20 Maarten Brock <sourceforge.brock AT dse.nl>
5004
5005         * src/SDCCast.c (decorateType): removed buggy fix for bug #979599
5006
5007 2004-07-11 Maarten Brock <sourceforge.brock AT dse.nl>
5008
5009         * src/SDCCglue.c (printIvalArray): fixed bug #984229, thanks to Phuah
5010           Yee Keat for the patch
5011         * src/SDCCast.c (decorateType): fixed bug #979599
5012         * src/ds390/gen.h: removed local fReturnSizeDS390
5013         * src/ds390/gen.c: made fReturnSizeDS390 signed short to remove a warning
5014         * src/ds390/gen.c (genAnd, genOr, genXor),
5015         * src/mcs51/gen.c (genAnd, genOr, genXor): generate better optimized code
5016
5017 2004-07-04 Vangelis Rokas <vrokas AT otenet.gr>
5018
5019         * src/SDCCmain.c (linkEdit): modifications only for pic16 port,
5020         add relFilesSet to $3, manipulate $2 to handle linking of object
5021         files without source files in command line,
5022         * device/include/pic16 (all headers): added ID location macros,
5023         * src/pic16/device.c (struct PIC16_device Pics16[]): added field
5024         entries for ID location bytes,
5025         * (pic16_assignIdByteValue): NEW,
5026         * src/pic16/device.h: new structures idRegInfo_t and idBytesInfo_t,
5027         added field dumpcalltree to pic16_options_t,
5028         * src/pic16/gen.c (genCmp): fixed bug case so a temporary register
5029         is used instead of pic16_Gstack_base_addr, check if (ifx) before
5030         emitting rFalseIfx label after check_carry label,
5031         * src/pic16/glue.c (PIC16_IS_IDLOC_ADDRESS, PIC16_IS_HWREG_ADDRESS,
5032         pic16_emitDIRegs), NEW
5033         * (pic16glue): dump .calltree file when option --calltree found,
5034         * src/pic16/main.c (OPTION _pic16_optionsTable): new option --calltree
5035         * (_pic16_genAssemblerPreamble): emit ID locations after
5036         configuration registers,
5037         * (pic16_linkCmd): modifications of the link command,
5038         * src/pic16/pcode.c (pic16_pciMOVFF): PCC_REGISTER replaces PCC_REGISTER2
5039         * (pic16_pCodeInitRegisters): don't init stack registers,
5040         * (pic16_findPrevInstruction): fixed bug,
5041         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): fixed
5042         bug with immediate registers,
5043         * (buildCallTree): traces stack push and pop,
5044         * (pct2): dump also stack usage for each function,
5045         * src/pic16/ralloc.c (dynrIdx): registers names start from 0x00
5046         * (pic16_allocDirReg): various modifications,
5047         * (pic16_typeRegWithIdx): when searching pic16_dynProcessorRegs set
5048         fixed to 1,
5049
5050 2004-07-02 Vangelis Rokas <vrokas AT otenet.gr>
5051
5052         * src/pic16/pcode.c: removed buggy double colon
5053
5054 2004-07-01 Borut Razem <borut.razem AT siol.net>
5055
5056         * support/scripts/sdcc.nsi: added include/pic16 to setup
5057
5058 2004-06-30 Vangelis Rokas <vrokas AT otenet.gr>
5059
5060         * device/lib/Makefile.in: fixed bug in target objects-pic16,
5061         * device/lib/pic16/Makefile: prefixed with dash (-) command under
5062         target 'clean',
5063         * doc/sdccman.lyx: changed version to 2.4.2 and added some port
5064         specific command line arguments. Also added sample lkr script
5065         for placing a variable at a specific memory bank.
5066         * src/pic16/device.c (pic16_dump_gsection): NEW, to dump variables
5067         at a specific memory bank,
5068         * (pic16_dump_isection): fixed bug which caused string literals to
5069         be omitted when dumping idata section,
5070         * (pic16_groupRegistersInSection): added code to handle registers
5071         in specific memory banks,
5072         * src/pic16/gen.c: labelOffset is prefixed with pic16_ and made
5073         public, all references are renamed too,
5074         * (pic16_aopGet): removed switch cases for AOP_R0,AOP_R1,AOP_DPTR,
5075         AOP_DPTR2,
5076         * (pic16_storeForReturn): added case to handle when dest is WREG,
5077         * src/pic16/genarith.c (pic16_pCodeOpSubType): NEW,
5078         * src/pic16/glue.c (pic16emitRegularMap): when adding a register in
5079         pic16_rel_udata, check to see if that register is marked as being
5080         a member of a specific memory bank,
5081         * (pic16_printIvalCharPtr): added code to add string literals either
5082         to code or the idata sections,
5083         * src/pic16/main.c (_process_pragma): added \n to WHITE constant,
5084         also accept the 'udata' pragma,
5085         * src/pic16/main.h: new structure types sectName and sectSym
5086         * src/pic16/pcode.c: added new pCodeInstruction entry for BANKSEL
5087         * (newpCodeOpBit): added PIC_OPTYPE subt in function prototype,
5088         * (pic16_findPrevInstruction): fixed, it returned nothing,
5089         * (insertBankSwitch): fixed to emit banksel/skip and skip/banksel
5090         instruction combinations,
5091         * (pic16_FixRegisterBanking): heavily reorganised,
5092         * (pic16_AnalyzeBanking): if generating banksel directives is
5093         disabled, then don't call FixRegisterBanking at all,
5094         * src/pic16/ralloc.c (bitEQUs, aliasEQUs, allDefsOutOfRange):
5095         completely removed,
5096         * (pic16_writeUsedRegisters): added call to pic16_dump_gsection
5097
5098 2004-06-29 Bernhard Held <bernhard AT bernhardheld.de>
5099
5100         * src/SDCCglue.c (printChar): fixed bug #973350, patch provided by
5101         Phuah Yee Keat <yk.phuah AT nestac.com>
5102
5103 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
5104
5105         * src/pic16/glue.c (pic16createInterruptVect): function now emits
5106         correctly the IVT even if it is relocated to some other location
5107
5108 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
5109
5110         * device/include/pic16/pic18fregs.h: added case for pic18f2220.h
5111         * device/include/pic16/pic18f2220.h: NEW,
5112         * device/lib/pic16/libdev/pic18f2220.c: NEW,
5113         * device/lib/pic16/libdev/Makefile: added 18f2220 in DEVS,
5114         * src/pic16/device.c (struct Pics16): added info for 18f2220,
5115         * src/pic16/device.h (struct pic16_options): added ivt_loc and
5116         nodefaultlibs, ivt_loc is the location of the interrupt vector
5117         table, and nodefaultlibs signs that default libraries should not be
5118         linked in link stage,
5119         * src/pic16/gen.c (genFunction): relocate interrupt vector functions
5120         according to --ivt-loc argument,
5121         * src/pic16/main.c (_process_pragma): emit '_stack' as public symbol
5122         when pragma stack is found,
5123
5124 2004-06-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5125
5126         * src/mcs51/peeph.def: added peepholes 182.d (return 0.0),
5127         256 (range check), 257 (do while), 258.a-f (bit banging
5128         f.e. on 3-wire SPI bus)
5129
5130 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5131
5132         * src/SDCClrange.c (findNextUseSym): fixed a live range bug with
5133         variables used exclusively within a loop
5134
5135 2004-06-21 Bernhard Held <bernhard AT bernhardheld.de>
5136
5137         * src/mcs51/gen.c (genCpl): quick fix for bug #974835
5138
5139 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5140
5141         * src/SDCClrange.c (computeClash): fixed bug #971834
5142
5143 2004-06-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5144
5145         * src/mcs51/gen.c (genCmp): fixed bug #975903
5146         * src/hc08/gen.c (operandsEqu),
5147         * src/ds390/gen.c (operandsEqu),
5148         * src/z80/gen.c (operandsEqu),
5149         * src/pic/gen.c (operandsEqu),
5150         * src/pic16/gen.c (operandsEqu),
5151         * src/mcs51/gen.c (operandsEqu): fixed bug #976283
5152         * src/SDCCmain.c (parseCmdLine): report --unknown-option only once
5153
5154 2004-06-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5155
5156         * src/SDCCcse.c (cseBBlock): fixed bug #966963
5157
5158 2004-06-12 Vangelis Rokas <vrokas AT otenet.gr>
5159
5160         * src/pic16/gen.c (genPointerGet): added E_INTERNAL_ERROR for
5161         default case in switch statement,
5162         * glue.c (pic16_initPointer): expr is initialised via decoarteType
5163         to eliminate problem with initialisation of pointers, but problem
5164         still exists,
5165         * (pic16_pointerTypeToGPByte): removed, no needed for pic16,
5166         * (emitStaticSegment): removed various lines emitting debug info,
5167         * src/pic16/pcode.c, src/pic16/pcode.h, src/pic16/ralloc.h:
5168         added processor registers for utilizing EEPROM,
5169         * src/pic16/pcode.c (pic16_emitDB): number of DBs emitted is not
5170         configurable and set 8
5171
5172 2004-06-08 Vangelis Rokas <vrokas AT otenet.gr>
5173
5174         * .version: increased version number to 2.4.2,
5175
5176         Cumulative patch for pic16 port
5177         * src/pic16/device.c: changed scheme to dump initial values for
5178         variables in idata segment, all print_idata* functions were removed,
5179         now the pic16_printIval* will be called,
5180         * src/pic16/glue.c: (pic16_initPointer, pic16_pointerTypeToGPByte,
5181         * _pic16_printPointerType, pic16_printPointerType,
5182         * pic16_printGPointerType, pic16_printIvalArray, pic16_printIvalStruct,
5183         * pic16_printIvalBitFields, pic16_printIvalFuncPtr, pic16_printIvalPtr:
5184         NEW, similar to the respective functions in SDCCglue.c,
5185         * src/pic16/pcode.c (pic16_emitDB, pic16_flushDB): reverted to old
5186         way, emitting hex bytes,
5187         * (pic16_emitDS): NEW, emits a string for pointer initialisation,
5188
5189 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5190
5191         * src/avr/ralloc.c (serialRegAssign),
5192         * src/xa51/ralloc.c (serialRegAssign),
5193         * src/pic/ralloc.c (serialRegAssign),
5194         * src/pic16/ralloc.c (serialRegAssign),
5195         * src/hc08/ralloc.c (serialRegAssign),
5196         * src/z80/ralloc.c (serialRegAssign),
5197         * src/ds390/ralloc.c (serialRegAssign),
5198         * src/mcs51/ralloc.c (serialRegAssign): fixed bug #964479
5199
5200 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5201
5202         * src/SDCCicode.c (geniCodeJumpTable): fixed bug #967601
5203         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug #966505
5204
5205 2004-06-07 Vangelis Rokas <vrokas AT otenet.gr>
5206
5207         Cumulative patch for pic16 port:
5208         * src/pic16/device.h (typedef PIC16_device) modified fields for
5209         defining microcontrollers,
5210         * src/pic16/device.c: added new info for all devices in Pics16 array,
5211         * src/pic16/gen.c (genPcall): fixed bug that caused the return label
5212         to be optimised out by the pCode optimiser,
5213         * src/pic16/glue.c (pic16emitRegularMap): treat implicit aggragates
5214         specially, bug reported by G.M. Gallant,
5215         * src/pic16/pcode.c (pic16_newpCodeLabelFORCE): NEW, marks a label
5216         as force'd so that cannot be optimised out by pCode optimiser,
5217         * src/pic16/pcode.c,
5218         * src/pic16/pcodepeeph.c,
5219         * src/pic16/pcoderegs.c: many modifications to re-enable peepholes,
5220         they are disabled by default, but can be enabled explicit with
5221         command argument --denable-peeps, for testing,
5222         * device/lib/pic16/startup/Makefile: added --no-peep,--pomit-config-words,
5223         --pomit-ivt in COMPILE_FLAGS
5224
5225 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
5226
5227         * src/pic16/pcode.c (pic16_emitDB): removed double semicolon which fails
5228           compilation on MSVC
5229
5230 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
5231
5232         * device/include/sab80515.h: added sfr P6, changed GPL to LGPL
5233
5234 2004-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5235
5236         device/include/sab80515.h: fixed bug #967492, DAPR is defined at adress
5237         0xd8, but the correct adress is 0xda. Thanks to anonymous for reporting
5238
5239 2004-06-06 Vangelis Rokas <vrokas AT otenet.gr>
5240
5241         * src/pic16/device.c (pic16_assignConfigWord): fixed bug that
5242         would only assign 0x300001 register.
5243
5244 2004-06-05 Vangelis Rokas <vrokas AT otenet.gr>
5245
5246         * device/lib/pic16/startup/Makefile: added $(MODELFLAGS)
5247         in COMPILE_FLAGS. Thanks to G. Gallant for report.
5248
5249 2004-06-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5250
5251         * doc/sdccman.lyx: minor changes, mentioned beta vendor support
5252         for ds80c400
5253         * src/mcs51/peeph.def: ran unexpand -a over peeph.def
5254         * src/mcs51/peeph.def: removed obsolete peephole 100.a,
5255         added peephole 254 (left shift), 255 (jump table)
5256
5257 2004-06-04 Vangelis Rokas <vrokas AT otenet.gr>
5258
5259         * device/lib/Makefile.in: removed comment line with model-pic16,
5260         * (target port-specific-objects-pic16): the libraries and objects
5261         are copied to the build directory form the device/lib/pic16/bin
5262         directory
5263
5264         Cumulative patch concerning pic16 port:
5265         * library directory has been re-organized,
5266         * added support for PIC18F1220,
5267         * added headers and library sources for chips 18f1220,18f6520,
5268         18f6620,18f6680,18f6720,18f8520,18f8620,18f8680,18f8720
5269
5270         * configuration registers setting has changed, now each supported
5271         device has a complete description of the registers it uses,
5272         * all initialisations are moved to idata sections, these section
5273         can be absolute or relocatable,
5274         * fixed initialisation of codespace variables,
5275         * fixed warning about PCLATU and gpsim,
5276         * src/pic16/gen.c (genCmp): now can handle partially iCodes with no ifx,
5277         * (genAssign): use table reads when assigning from variables in codespace,
5278         * src/pic16/glue.c (pic16emitStaticSeg): fixed to correctly initialise
5279         char/int variables placed in codespace,
5280         * (pic16_emitConfigRegs): NEW, emits a list with configuration
5281         registers set in .asm file, no need for --pomit-config-words anymore,
5282         * (pic16glue): some 8051 legacy segments are commented out
5283         (to be removed completely),
5284         * added support for alternative assembler and linker with --asm=
5285         and --link= command line arguments,
5286         * peepholes are disabled automatically in the port, no need to
5287         specify on command line,
5288         * port supports natively char/int/long multiplication, but converts
5289         all divisions to support functions,
5290         * main.c: pic16_linkCmd and pic16_asmCmd changed to force output
5291         to the file set in variable $2,
5292         * pcode.c (pic16_emitDB, pic16_flushDB): modified to print printable
5293         strings in ASCII format and not in hex,
5294         * ralloc.c (serialRegAssign): added a triplet of conditional calls
5295         to pic16_allocDirReg for IC_RESULT, IC_LEFT and IC_RIGHT so to
5296         allocate proper register if iCodes aren't temporary,
5297
5298 2004-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
5299
5300         * support/regression/tests/zeropad.c: added TEST_G macro for alpha
5301
5302 2004-06-02 Vangelis Rokas <vrokas AT otenet.gr>
5303
5304         * src/pic16/gen.c (genPcall): warning about gpsim and PCLATU
5305         is commented out
5306
5307 2004-06-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5308
5309         * src/hc08/gen.c (genPointerGetSetOfs): disabled optimization if
5310         computed address is reused
5311         * src/hc08/gen.c (genPackBits): fixed offsets in assignments to
5312         multi-byte bitfields
5313
5314 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
5315
5316         * src/z80/gen.c: (genArrayInit): must check for pointers too
5317
5318 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
5319
5320         * support/regression/tests/zeropad.c: never meant to commit the
5321           nestedstruct test: removed, added check for GCC version
5322
5323 2004-05-31 Maarten Brock <sourceforge.brock AT dse.nl>
5324
5325         * src/SDCCast.c (createIvalArray): fixed bug 770487 SIGSEGV
5326         * src/SDCCglue.c (emitRegularMap): fixed bug 770484 allocation problem
5327         * src/SDCCglue.c (initPointer, printIvalType, printIvalStruct,
5328           printIvalArray, printIvalFuncPtr, printIvalPtr, printIval): fixed
5329           bugs 928906 and 954082 half-empty initializers
5330         * src/SDCCsymt.h,
5331         * src/SDCCsymt.c (getAllocSize): added for above fix
5332         * src/z80/gen.c (genArrayInit): fixed bug 741044
5333         * support/regression/tests/zeropad.c: added tests
5334
5335 2004-05-30 Vangelis Rokas <vrokas AT otenet.gr>
5336
5337         * src/pic16/device.c (pic16_dump_section): corrected bug which
5338         caused some symbols of the libraries to be misplaced
5339
5340 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
5341
5342         * src/pic16/glue.c,
5343         * src/pic16/ralloc.h,
5344         * src/pic16/ralloc.cc: prefixed IS_CONFIG_ADDRESS with PIC16_
5345         to fix conflict with pic port
5346
5347 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
5348
5349         * src/pic16/glue.c (pic16emitStaticSeg): do not print as publics or
5350         externs configuration variables,
5351         * src/pic16/ralloc.h,
5352         * src/pic16/ralloc.cc: IS_CONFIG_ADDRESS is made public and added
5353         prototype in header, commented out some debug messages
5354
5355 2004-05-26 Vangelis Rokas <vrokas AT otenet.gr>
5356
5357         * src/pic16/glue.c,
5358         * src/pic16/main.c,
5359         * src/pic16/pcode.c: added gpasm directives #FILE/#LINE
5360         for gpasm COFF object generation. Thanks to D. Hawkins for
5361         his patch info
5362
5363 2004-05-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5364
5365         * src/ds390/main.c,
5366         * src/mcs51/main.c: fixed sort order of mnemonics (thanks to Maarten
5367         Brock for spotting this)
5368         * src/ds390/gen.c (genEndFunction),
5369         * src/mcs51/gen.c (genEndFunction): always save psw if function is an
5370         interrupt handler and critical. Disable push/pop optimizations when
5371         peephole optimizations disabled.
5372
5373 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
5374
5375         Updated pic16 library sources and headers.
5376         * device/lib/pic16/pic18f*/ ,
5377         * device/include/pic16/*.h: modified to handle structured SFR
5378         definitions
5379
5380 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
5381
5382         * src/port.h (PORT structure): added hook initPaths, now each
5383         port can declare its own default search paths,
5384         which can been seen with the --print-search-dirs option,
5385         see pic16 port for example,
5386         * src/SDCCmain.c (setBinPaths, setIncludePaths, setLibPath,
5387         setDataPaths): test to options.printSearchDirs is ifdef'ed out,
5388         * (doPrintSearchDirs): NEW, replaces in a central manner the
5389         printing of search dirs which was split in set*Paths functions,
5390         * (main): added call to port->initPaths and doPrintSearchDirs,
5391         * src/avr/main.c,
5392         * src/ds390/main.c,
5393         * src/hc08/main.c,
5394         * src/izt/i186.c,
5395         * src/izt/tlcs900h.c,
5396         * src/mcs51/main.c,
5397         * src/pic/main.c,
5398         * src/pic16/main.c: modified port structures to reflect addition of
5399         initPaths hook,
5400
5401         * src/pic16/device.c (regCompare): registers are finally sorted by name,
5402         * (pic16_dump_section): for registers in same address reserve memory once,
5403         * src/pic16/device.h (struct PIC16_device): changed variable gen_banksel
5404         to no_banksel,
5405         * src/pic16/genarith.c (pic16_genPlus): added code to handle cases where
5406         result is greater in size than right or left,
5407         * (pic16_genUMult8X8_8): there are some cases where the result can
5408         be 16 bits size, so handle these,
5409         * src/pic16/gen.c: changed some pic16_emitpcomment to DEBUGpic16_emitcode,
5410         * (pic16_outBitC): modified to emit pcodes,
5411         * (pic16_storeForReturn): using is_LitOp to see if operand is literal
5412         or not,
5413         * (genDivOneByte): implemented algorithm to divide 8-bits,
5414         * (genCmp): uncommented goto, but issues still exist,
5415         * (genAnd): fixed a bug with variables >8bits,
5416         * (genPackBits): optimization added that uses BCF/BSF to change a
5417         single bit,
5418         * (genAssign): fixed bug when assigning floating point literals,
5419         * src/pic16/glue.c (pic16glue): added assembler directive 'code' before
5420         __sdcc_gsinit_startup label,
5421         * src/pic16/main.c (_pic16_init): removed search directory
5422         initialisations,
5423         * (_pic16_initPaths): NEW, used to initialise search directories,
5424         * (_hasNativeMulFor): support functions for all except char/int
5425         multiplication, and char division,
5426         * (PIC16_port struct): modified entry for native mul support,
5427         * src/pic16/pcode.c (insertBankSwitch): modified to support the renamed
5428         no_banksel option,
5429         * (buildCallTree): call to register_usage is ifdef'ed out,
5430
5431 2004-05-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5432
5433         * device/include/string.h: applied Stas Sergeev's patch to make this
5434         header file compatible with the preprocessor -Wundef option
5435         * src/SDCCmain.c (main): abort compilation if preprocessor reports
5436         failure (fixes bug #941458)
5437
5438 2004-05-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5439
5440         * src/SDCCopt.c (killDeadCode): fixed bug #907733
5441         * support/Util/SDCCerr.c: reworded E_AUTO_ASSUMED diagnostic to clarify
5442         that the variable, not the function, should be static
5443         * src/SDCCval.c (valCastLiteral): fixed bit initialization from literal
5444         to be consistent with non-literal case
5445
5446 2004-05-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5447
5448         * src/SDCCast.c (isConformingBody): fixed bug #949967
5449         * src/SDCCopt.c (cnvToFcall, cnvToFloatCast, cnvFromFloatCast,
5450         convilong): fixed bug #952086
5451
5452 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5453
5454         * src/SDCCmem.c (allocVariables): fixed bug #955321
5455
5456 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5457
5458         * src/hc08/main.c (_hc08_genAssemblerEnd),
5459         * src/SDCCdwarf2.c (dwOpenFile, dwCloseFile, dwWriteFunction,
5460         dwWriteModule, dwWriteCLine, dwWriteALine, dwarf2FinalizeFile):
5461         completely eliminated the use of a temporary file
5462         * src/SDCCdwarf2.c (dwWriteAttr): fixed bug with location list offset
5463         when more than one file linked
5464         * src/SDCCloop.c (pointerAssigned): fixed bug #954163
5465
5466 2004-05-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5467
5468         * src/SDCCval.c (valForArray): applied Maarten Brock's patch #947682
5469         which fixes bug #543481
5470         * support/regression/tests/bug-751703.c: fixed comments left from a
5471         cut and paste error
5472         * src/SDCCdwarf2.c (dwCloseFile): don't explicitly close a temp file
5473         * src/SDCCdwarf2.c (dwTagFromType): added bitfield support
5474         * src/SDCCdwarf2.c (dwWriteSymbolInternal): handle extern within local
5475         scopes
5476         * src/SDCCdwarf2.c (dwWriteLineNumber): line number deltas are signed
5477         * src/SDCCmain.c (processFile, parseCmdLine): non-alphanumeric chars
5478         are now changed to underscores in moduleName
5479
5480 2004-05-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5481
5482         * as/mcs51/lkmem.c: better fix for bug #954173
5483
5484 2004-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
5485         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5486
5487         * device/include/c8051f020.h: newly added SiLabs (Cygnal) header file
5488         * device/include/c8051f000.h,
5489         * device/include/c8051f120.h,
5490         * device/include/c8051f300.h,
5491         * device/include/c8051f310.h,
5492         * device/include/c8051f320.h: updated (added _XPAGE, CAPN, CAPP,
5493         PWM16) and detab'ed
5494
5495 2004-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5496
5497         * doc/sdccman.lyx: mentioned sourceforge's delay between web frontend
5498         and mailing lists, doc'ed --no-peep-comments, removed reference
5499         to knoppix (newest version has no LyX/LaTeX), other minor changes
5500         * src/SDCCglue.c (glue): save 2 bytes stack space with
5501         option --main-return. The ljmp could probably be avoided too
5502
5503 2004-05-14 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5504
5505         * as/mcs51/lkmem.c, as/mcs51/lkaomf51: fixed bug 954173
5506
5507 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5508
5509         * src/SDCCsymt.h: added IS_AUTO(symbol) test macro
5510         * src/SDCCopt.c (isLocalWithoutDef),
5511         * src/SDCCicode.c (operandFromSymbol): use the IS_AUTO test macro
5512         which adds a !IS_EXTERN codition. Fixes bugs #877426 and #751703.
5513         (credit to Maarten Brock for patch #949363, on which this is based)
5514         * support/regression/tests/bug-751703.c: some test cases of extern used
5515         within inner scopes.
5516
5517 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5518
5519         * src/SDCCdwarf2.c (dwMatchTypes): structs must have matching
5520         SPEC_STRUCT
5521         * src/SDCCdwarf2.c (dwTagFromType): fix to handle recursive
5522         struct definitions
5523         * src/SDCCdwarf2.c (dwWriteModule, dwNewDebugSymbol, dwWriteEndFunction,
5524         dwWriteLabel): fix to create valid debugger symbols even when
5525         the module name has non-alphanumeric symbols in it
5526         * src/SDCCdwarf2.c (dwWriteSymbolInternal): better detection for
5527         when a variable's allocation has been optimized away
5528
5529
5530 2004-05-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5531
5532         * src/hc08/gen.c (hc08_emitDebuggerSymbol),
5533         * src/hc08/main.c,
5534         * src/mcs51/gen.c (mcs51_emitDebuggerSymbol),
5535         * src/mcs51/main.c,
5536         * src/ds390/gen.c (ds390_emitDebuggerSymbol),
5537         * src/ds390/main.c,
5538         * src/z80/gen.c (z80_emitDebuggerSymbol),
5539         * src/z80/main.c,
5540         * src/pic/gen.c (pic14_emitDebuggerSymbol),
5541         * src/pic/main.c,
5542         * src/pic16/gen.c (pic14_emitDebuggerSymbol),
5543         * src/pic16/main.c,
5544         * src/avr/gen.c (avr_emitDebuggerSymbol),
5545         * src/avr/main.c,
5546         * src/xa51/gen.c (xa51_emitDebuggerSymbol),
5547         * src/xa51/main.c,
5548         * src/SDCCdebug.c (emitDebuggerSymbol),
5549         * src/SDCCdebug.h,
5550         * src/port.h: added a debugger struct to the port struct. Added a
5551         callback for defining debugger symbols
5552
5553         * src/SDCCast.c (createLabel),
5554         * src/SDCC.y (labeled_statement): mark all compiler generated labels
5555         with isitmp = 1
5556         * src/SDCCicode.h,
5557         * src/SDCCicode.c (geniCodeFunctionBody): added a link from the FUNCTION
5558         iCode back to the ast for the function
5559
5560         * src/hc08/ralloc.c (hc08_assignRegisters),
5561         * src/hc08/ralloc.h: define a regs struct for the stack pointer. Removed
5562         unneeded fields from the regs struct.
5563         * src/hc08/gen.c (transferRegReg, genFunction, genEndFunction): use the
5564         pushReg() & pullReg() functions instead of emitcode()
5565
5566         * src/hc08/gen.c (genLabel, genhc08Code),
5567         * src/SDCCdebug.h: Added additional debugger hooks needed for DWARF
5568
5569         * src/cdbFile.c (cdbWriteLabel, cdbWriteScope): Added stubs for unneeded
5570         debugger hooks
5571
5572         * src/hc08/gen.c (genEndFunction, genhc08Code),
5573         * src/hc08/gen.h,
5574         * src/mcs51/gen.c (genEndFunction, gen51Code),
5575         * src/mcs51/gen.h,
5576         * src/ds390/gen.c (genEndFunction, gen390Code),
5577         * src/ds390/gen.h,
5578         * src/z80/gen.c (genEndFunction, genZ80Code),
5579         * src/z80/gen.h,
5580         * src/z80/z80.h,
5581         * src/pic/gen.c (genEndFunction, genpic14Code),
5582         * src/pic/gen.h,
5583         * src/pic16/gen.c (genEndFunction, genpic16Code),
5584         * src/pic16/gen.h,
5585         * src/avr/gen.c (genEndFunction, genAVRCode),
5586         * src/avr/gen.h,
5587         * src/xa51/gen.c (genEndFunction, genXA51Code),
5588         * src/xa51/gen.h,
5589         * src/cdbFile.c (cdbWriteFunction, cdbWriteEndFunction): moved cdb
5590         specific code to cdbFile.c and out of the backend code generators
5591
5592         * as/hc08/lkmain.c (main): removed OMF51 support from link-hc08
5593         * as/hc08/lkarea.c (lnkarea): areas with NOLOAD attribute default
5594         starting address is now 0
5595
5596         * as/hc08/asm.h,
5597         * as/hc08/m08pst.c,
5598         * as/hc08/asmain.c (asmbl): implemented the .sleb128 and .uleb128
5599         assembler directive for DWARF support
5600         * as/hc08/lkelf.c (elf): only increment address when rtflg[] set
5601
5602         * src/src.dsp,
5603         * src/Makefile.in,
5604         * src/SDCCdwarf2.c: preliminary DWARF (ver 2) debugger data generator
5605
5606 2004-05-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5607
5608         * src/hc08/gen.c (genJumpTab, emitcode, genhc08code): fixed stack error
5609         and inappropriate peephole optimization in jump tables
5610
5611 2004-04-30 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5612
5613         * as/hc08/m08pst.c,
5614         * src/SDCCglue.c: sdccopt works for the hc08 port now
5615
5616 2004-04-27 Bernhard Held <bernhard AT bernhardheld.de>
5617
5618         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): fixed bug #942130
5619
5620 2004-04-27 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5621
5622         * as/hc08/lkelf.c: sdccconf.h is not available in WIN32
5623
5624 2004-04-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5625
5626         * src/SDCCpeeph.c (replaceRule): support empty replacement peephole
5627         rules
5628         * src/SDCCmain.c,
5629         * src/SDCCglobl.h,
5630         * src/SDCCpeeph.c (getPeepLine): new option --no-peep-comments omits
5631         comments from the peephole optimizer replacement rules
5632         * src/SDCCmem.c (printAllocInfoSeg): give actual location of spilled
5633         symbols
5634         * src/SDCCcse.c (updateSpillLocation),
5635         * src/SDCCopt.c (killDeadCode, findReqv): better tracking of register
5636         equivalents
5637         * src/hc08/ralloc.c (regTypeNum): pseudo symbols must be in DATA only
5638         * src/hc08/main.c (_hc08_finaliseOptions): made pointers to stack
5639         objects far pointers
5640
5641 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5642
5643         * src/SDCCsymt.h: a missing part of my last change
5644         * src/pic/ralloc.c (regTypeNum),
5645         * src/pic16/ralloc.c (regTypeNum): fixed statement/declaration order
5646
5647 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5648
5649         * src/SDCCicode.h,
5650         * src/SDCCicode.c (aggrToPtrDclType),
5651         * src/SDCCptropt.h,
5652         * src/SDCCptropt.c (ptrBaseRematSym, ptrPseudoSymSafe,
5653         ptrPseudoSymConvert),
5654         * src/pic/ralloc.c (regTypeNum),
5655         * src/pic16/ralloc.c (regTypeNum),
5656         * src/hc08/ralloc.c (regTypeNum),
5657         * src/ds390/ralloc.c (regTypeNum),
5658         * src/mcs51/ralloc.c (regTypeNum): check for dependancy hazards before
5659         creating pseudo symbols (fixed bugs #777768, #930484, and #933966)
5660
5661 2004-04-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5662
5663         * link/z80/lkmain.c (afile),
5664         * as/hc08/lkmain.c (afile),
5665         * as/mcs51/lkmain.c (afile): fix suggested by Maarten Brock to
5666         prevent a pointer problem when a filename has no directory and
5667         no extension specified.
5668
5669 2004-04-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5670
5671         * link/z80/lkmain.c (afile): allow periods in directory names
5672         * link/z80/lkmain.c (afile),
5673         * as/mcs51/lkmain.c (afile),
5674         * as/hc08/lkmain.c (afile): allow linker script file to have an
5675         extension other than ".lnk"
5676         * link/z80/lklex.c (getfid),
5677         * link/z80/lkmain.c (parse),
5678         * as/mcs51/lklex.c (getfid),
5679         * as/mcs51/lkmain.c (parse),
5680         * as/hc08/lklex.c (getfid),
5681         * as/hc08/lkmain.c (parse): Support comments in the linker script
5682         file on lines by themselves and after filenames
5683
5684 2004-04-20 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5685
5686         * as/link_hc08.dsp: Added as/hc08/lkelf.c to project.
5687
5688 2004-04-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5689
5690         * src/z80/peeph-z80.def: removed some peephole rules that don't
5691         work with multibyte arithmetic (fixed bug #937126)
5692         * src/mcs51/peeph.def: fixed peephole rules 150-158 to apply only
5693         to registers and not global variables
5694         * src/SDCCicode.c (geniCodeAssign, ast2iCode, geniCodePostInc,
5695         geniCodePreInc, geniCodePostDec, geniCodePreDec,
5696         geniCodeLogicAndOr, geniCodeConditional): enforce strict lvalue
5697         checking for assignments not internally generated (fixed bug #931895)
5698         * src/SDCC.y (postfix_expr): ignore typedefs when looking for a
5699         structure member (fixed bug #930072)
5700
5701 2004-04-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5702
5703         * src/SDCCmain.c (linkEdit),
5704         * src/hc08/main.c (_hc08_parseOptions),
5705         * as/hc08/Makefile.in,
5706         * as/hc08/aslink.h,
5707         * as/hc08/asm.h,
5708         * as/hc08/m08pst.c,
5709         * as/hc08/lkrloc.c (relr, rele),
5710         * as/hc08/lkarea.c (lnkarea)
5711         * as/hc08/lkmain.c (afile, parse),
5712         * as/hc08/lkelf.c: support for ELF output
5713         * as/hc08/lks19.c (s19),
5714         * as/hc08/lkihx.c (ihx): ignore areas with the NOLOAD attribute
5715
5716 2004-04-17 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5717
5718         * as/mcs51/lkihx.c: Fixed bug #899105.
5719
5720 2004-04-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5721
5722         * doc/sdccman.lyx: Added instructons on how to convert MSVC .dsw and
5723         .dsp files from Unix to DOS.
5724
5725 2004-04-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5726
5727         * doc/sdccman.lyx: removed the ANSI-C noncompliance note regarding
5728         function pointers; we have been compliant for several months now.
5729         * src/mcs51/ralloc.c (serialRegAssign): enabled part of my 2004-04-13
5730         change that was accidently commented out
5731         * src/mcs51/gen.c (freeAsmop, getFreePtr, freeForBranchAsmop, genIfxJump,
5732         genCmpEq, jmpTrueOrFalse, genCmp, genAnd, genOr, genXor, genIfx): fixed
5733         bug #922319
5734
5735 2004-04-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5736
5737         * src/hc08/gen.c: output of all of the internal debugging information
5738         is now controlled by the D() macro; it is disabled by default
5739
5740 2004-04-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5741
5742         * src/mcs51/ralloc.c (serialRegAssign, fillGaps, allocThisReg): try
5743         harder to keep the same registers during a CAST iCode
5744         * src/SDCCopt.c (optimizeCastCast, eBBlockFromiCode): casts of char to
5745         long via int can be done in a single cast, if the signedness is
5746         correct.
5747         * support/regression/tests/bug-927659.c: fixed to avoid conflict with
5748         putchar() in tinibios.c in ds390's library
5749
5750 2004-04-12 Bernhard Held <bernhard AT bernhardheld.de>
5751
5752         * src/SDCCast.c (decorateType): fixed bug #898889,
5753         cast result of a literal complement too
5754         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #930931,
5755         fixed check for bitfields
5756
5757 2004-04-11 Bernhard Held <bernhard AT bernhardheld.de>
5758
5759         * src/SDCCicode.c (geniCodeLogic): made it static,
5760         (geniCodeLogicAndOr): added in order to fix bug #905492,
5761         (ast2iCode): fixed bug #905492
5762         * support/regression/tests/bug-905492.c: added
5763         * src/SDCCast.c (decorateType): don't decorate/process parms twice,
5764         (processParms): fixed bug #927659: don't copy parms, this will clear
5765         decorated flag
5766         * support/regression/tests/bug-927659.c: added
5767
5768 2004-03-29 Bernhard Held <bernhard AT bernhardheld.de>
5769
5770         * src/SDCCast.c (addCast): don't cast float to char
5771         * device/lib/libsdcc.lib: added _memmove
5772
5773 2004-03-28 Bernhard Held <bernhard AT bernhardheld.de>
5774
5775         * device/lib/large/Makefile: fixed parallel execution by
5776         replacing `make` by `$(MAKE)`
5777
5778 2004-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5779
5780         * src/hc08/gen.c (genPointerGetSetOfs): correctly handle 1 byte array
5781         offsets (fixes bug #923936)
5782
5783 2004-03-26 Bernhard Held <bernhard AT bernhardheld.de>
5784
5785         * device/lib/small/Makefile: fixed parallel execution by
5786         replacing `make` by `$(MAKE)`
5787
5788 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
5789
5790         * device/lib/vprintf.c (vsprintf): minor optimization, see bug #801101
5791
5792 2004-03-23  Scott Dattalo  <scott AT dattalo.com>
5793
5794         * src/pic/gen.c (genCpl): multi-byte complements were not working.
5795         * src/regression/Makefile: Regression test was not running.
5796
5797 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
5798
5799         * src/SDCCast.c (resultTypePropagate, decorateType): avoid promotion to int for
5800         complement if possible
5801         * src/SDCCval.c (valComplement),
5802         * src/SDCCicode.c (operandOperation): fixed complement of literal
5803         * support/regression/tests/onebyte.c (testComplement): added
5804
5805 2004-03-22 Bernhard Held <bernhard AT bernhardheld.de>
5806
5807         * src/SDCCast.c (processParms): fixed bug #920866; decorateType() can
5808         return an optimized tree; actually replace actParm with the new tree
5809         * src/SDCCast.h: added some parantheses to remove side effects
5810         * support/regression/tests/bug-920866.c
5811
5812 2004-03-21  Scott Dattalo  <scott AT dattalo.com>
5813         * src/pic/gen.c, src/pic/gen.h, src/pic/genarith.c, src/pic/pcode.c:
5814         Bit operands were not being handled properly in the pic14 port.
5815         (now src/regression/add.c passes again).
5816
5817 2004-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5818
5819         * src/SDCC.y (labeled_statement): case and default no longer require
5820         a following statement (RFE #893037)
5821
5822 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5823
5824         * src/mcs51/gen.c (pushSide, genSignedRightShift, genDjnz, geniPush):
5825         use MOVA macro to avoid "mov a,acc" when peephole optimizer is
5826         disabled (fixes bug #916294)
5827         * sim/ucsim/s51.src/mov.cc (inst_mov_a_addr): Throw an error on
5828         "mov a,acc"; patch provided by Lenny Story
5829         * device/include/mc68hc908gp32.h: header contibuted by Juan Gonzalez
5830
5831 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5832
5833         * src/mcs51/gen.c (genFunction): optimize RECEIVE in reentrant
5834         functions
5835         * src/ds390/gen.c (genFunction, genEndFunction),
5836         * src/ds390/ralloc.c (ds390_assignRegisters),
5837         * src/mcs51/gen.c (genFunction, genEndFunction, mcs51_assignRegisters):
5838         * src/mcs51/ralloc.c (mcs51_assignRegisters): Skip optimizing registers
5839         pushed if there are parameters passed on the stack. Also, a cleaner
5840         way to decide if r0/r1 should be pushed/popped. (Together they fix
5841         bug #918693)
5842
5843 2004-03-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5844
5845         * doc/sdccman.lyx,
5846         * device/lib/mcs51/crtpagesfr.asm,
5847         * device/lib/mcs51/crtxinit.asm,
5848         * device/lib/mcs51/crtxstack.asm: Changed name of _PAGESFR to _XPAGE
5849         to avoid confusion with Si Lab's SFRPAGE register.
5850
5851 2004-03-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5852
5853         * src/SDCCglue.c (emitMaps): allow public sfr variables
5854         * src/SDCCglue.c (initialComments): include compiler build date
5855         with compiler version and put the timestamp of the generated
5856         assembly file on a serperate line to be less confusing.
5857         * src/port.h: added genInitStartup hook
5858         * src/avr/main.c,
5859         * src/ds390/main.c,
5860         * src/hc08/main.c,
5861         * src/pic/main.c,
5862         * src/pic16/main.c,
5863         * src/xa51/main.c,
5864         * src/z80/main.c: genInitStartup initialize as NULL (default to
5865         historical behaviour)
5866         * src/SDCCglue.c (glue): _sdcc_gsinit_startup is now port specific.
5867         * src/mcs51/main.c: (_mcs51_genInitStartup, _mcs51_genExtraAreas,
5868         _mcs51_genXINIT, _mcs51_genRAMCLEAR): link initialization code from the
5869         library instead of hard coding it into the compiler.
5870         * support/regression/ports/mcs51-stack-auto/spec.mk,
5871         * src/SDCCmain.c (linkEdit): added mcs51.lib to the link libraries
5872         * device/lib/mcs51/Makefile,
5873         * device/lib/small/Makefile,
5874         * device/lib/large/Makefile,
5875         * device/lib/mcs51/crtpagesfr.asm,
5876         * device/lib/mcs51/crtstart.asm,
5877         * device/lib/mcs51/crtxclear.asm,
5878         * device/lib/mcs51/crtxinit.asm,
5879         * device/lib/mcs51/crtclear.asm,
5880         * device/lib/mcs51/crtxstack.asm: move most of the mcs51 C runtime
5881         startup/initialization out of src/SDCCglue.c and src/mcs51/main.c
5882         and into user configurable files.
5883         * device/lib/clean.mk: clean mcs51 directory too
5884         * support/regression/tests/longlit.c: added static to T1 declaration
5885         * doc/sdccman.lyx: documented _PAGESFR sfr for customizing pdata
5886         accesses in the initialization code
5887
5888 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5889
5890         * device/include/mc68hc908qy.h: corrected declarations of FLBPR and
5891         OSCTRIMVAL as noted in bug #916008
5892
5893 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5894
5895         * src/SDCCloop.c (basicInduction): fixed bug with loop induction
5896         in loops with multiple exits (reported as incorrect registers
5897         used by Martin Helmling in Sdcc-user list)
5898
5899 2004-03-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5900
5901         * src/ds390/main.c (_ds390_genAssemblerPreamble): cosmetic change,
5902         made ds390 register extensions look less like error messages
5903
5904 2004-03-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5905
5906         * src/SDCCglue.c (printIvalPtr): fixed bug with pointer initializer
5907         reported by Adam Wozniak in Sdcc-user list
5908
5909 2004-03-10 Bernhard Held <bernhard AT bernhardheld.de>
5910
5911         * src/SDCCast.c (decorateType): fixed with bug and promotion in
5912         arithmetic optimizations, added debug output
5913
5914 2004-03-09 Bernhard Held <bernhard AT bernhardheld.de>
5915
5916         * device/lib/time.c (mktime): fixed bug reported by Bert Thomas
5917         * sdcc.spec: updated and split sdcc into 3 rpms
5918         * src/SDCCast.c (decorateType): &|^ don't need addCast(); addCast() is
5919         needed for literals of LEFT_OP and '+'
5920         * src/SDCCicode.c (geniCodeLogic): I must have been braindead when I
5921         introduced RESULT_TYPE_NOPROM
5922         (geniCodeMultiply): fixed logic for decision if mul is optimized to
5923         left shift
5924         * src/SDCCsymt.c (computeType): op is int; added RESULT_TYPE_OTHER;
5925         limited promotion to int only for '*'
5926         * src/SDCCsymt.h (computeType): op is int, removed RESULT_TYPE_NOPROM
5927
5928 2004-03-09 Hans Dorn <hjdorn AT users.sourceforge.net>
5929
5930         * src/pic16/gen.c (genSkip),
5931         (genc16bit2lit), (gencjneshort): commented out
5932         (is_LitOp): new helper function, checks operand type
5933         (genCmpEq): rewritten
5934
5935 2004-03-08 Bernhard Held <bernhard AT bernhardheld.de>
5936
5937         * support/regression/tests/bug-908454.c: added
5938
5939 2004-03-07 Bernhard Held <bernhard AT bernhardheld.de>
5940
5941         * src/SDCCast.c (addCast): fixed bug #908454 by promoting bits to char
5942         * src/SDCCicode.c (usualBinaryConversions): op needs int type
5943         (geniCodeCast): cosmetic, don't preserve bit storage class
5944         (geniCodeLeftShift): added promotion
5945         (geniCodeLogic): fixed regression
5946         * src/SDCCsymt.c (computeTypeOr): accept bits too
5947         (compareType): 2nd part of fix for bug #908454, needed for bitfields
5948
5949 2004-03-07  Borut Razem <borut.razem AT siol.net>
5950
5951         * support/Util/findme.c: alloca() replaced with malloc()/free() pair
5952
5953 2004-03-06 Vangelis Rokas <vrokas AT otenet.gr>
5954
5955         * src/pic16/ralloc.c (pic16_genPackRegisters): reverted to old
5956         version of pic16_genPackRegisters which does not check if ic is a
5957         CAST operator,
5958         * src/pic16/gen.c (ifxForOp): disabled new and untested code in
5959         function cause string1.c regression test fails
5960
5961 2004-03-06 Bernhard Held <bernhard AT bernhardheld.de>
5962
5963         * sim/ucsim/configure.in,
5964         * sim/ucsim/configure,
5965         * sim/ucsim/doc/Makefile.in: use docdir
5966         * src/SDCC.y: fixed sbit atrributes
5967         * src/SDCCast.c (getResultTypeFromType): added support for bitfields
5968         * src/SDCCast.c (decorateType): |^& need special promotion handling
5969         * src/SDCCast.h,
5970         * src/SDCCsymt.h: moved definition of RESULT_TYPE
5971         * src/SDCCsymt.h (computeType),
5972         * src/SDCCicode.c: computeType() needs op
5973         * src/SDCCsymt.c (checkTypeSanity),
5974         * doc/sddman.lyx: "plain" bitfields are unsigned
5975         * src/SDCCsymt.c (computeTypeOr): added
5976         * src/SDCCsymt.c (computeType): added support for bitfields, fixed
5977         |^& ops
5978         * src/SDCCval.c (val*): computeType() needs op
5979         * src/SDCCval.c (valCastLiteral): fixed casting of bitfields
5980         * support/regression/tests/onebyte.c: added tests for |^&
5981
5982 2004-03-06 Hans Dorn <hjdorn AT users.sourceforge.net>
5983
5984         * src/pic16/gen.c: (genpic16Code) use copy of printILine's output
5985         for writing icode into asm output.
5986
5987 2004-03-05 Vangelis Rokas <vrokas AT otenet.gr>
5988
5989         * src/pic16/device.c: added some debug lines enabled
5990         with macro DEBUG_CHECK,
5991         * src/pic16/genarith.c: more debug in genPlus,
5992         * (pic16_genUMult8XLit_16, pic16_genUMult8X8_16): removed,
5993         * (pic16_genUMult16X16_16, pic16_genUMult16XLit_16): NEW,
5994         * src/pic16/gen.c: added prototypes for pic16_genMult16X16_16,
5995         * (aopForSym): onStack symbols are re-placed in data memspace,
5996         and onStack flag is cleared,
5997         * (pic16_popGetTempReg, pic16_popReleaseTempReg): modified to
5998         copy temporary pcodeop,
5999         * (genPcall): added warning for not updating PCLATU,
6000         * (genFunction): removed test with IFFUNC_CALLEESAVES, its
6001         always true for pic16 port,
6002         * (genMultOneWord): NEW, supports integer multiplication,
6003         * (genMult): modified to call genMultOneWord,
6004         * (ifxForOp): added warning when return NULL,
6005         * src/pic16/glue.c (pic16emitRegularMap): symbol implicit
6006         flag is set before call to operandFromSymbol for implicit
6007         added structures,
6008         * src/pic16/main.c (_pic16_finaliseOptions): options.float_rent,
6009         options.intlong_rent are set by default,
6010         * (_hasNativeMulFor): modified to allow port generation of integer
6011         multiplication,
6012         * src/pic16/ralloc.c (pic16_allocDirReg): commented out line which
6013         set regtype to REG_SFR for all registers, restricting seting the
6014         accessBank flag for registers 0<= r < 0x80 and 0xf80<=r<=0xfff,
6015
6016 2004-03-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6017
6018         * src/mcs51/peephole.def: added 251.b and 253.x. 253.x are applied
6019         more than 500 times in the regression tests
6020
6021 2004-03-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6022
6023         * support/Util/SDCCerr.h,
6024         * support/Util/SDCCerr.c,
6025         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
6026         enumerator_list),
6027         * src/SDCCsymt.c (addSymChain): show location of oriignal definition
6028         for symbol conflicts.
6029         * support/valdiags/tests/enum.c,
6030         * support/valdiags/tests/tentdecl.c,
6031         * support/valdiags/tests/struct.c: expect possible error messages
6032         referring to original symbol definitions.
6033         * src/SDCC.y (struct_or_union_specifier, struct_declarator),
6034         * src/SDCCsymt.h,
6035         * src/SDCCsymt.c (promoteAnonStructs): support anonymous struct/union
6036
6037 2004-03-03 Hans Dorn <hjdorn AT users.sourceforge.net>
6038
6039         * src/pic16/gen.c (gencjne): fixed for right=REG / left=LIT
6040
6041 2004-02-03 Vangelis Rokas <vrokas AT otenet.gr>
6042
6043         * src/pic16/ralloc.c (newReg): fixed bug #908929
6044
6045 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6046
6047         * src/ds390/gen.c: added missing #include "main.h"
6048
6049 2004-03-02 Vangelis Rokas <vrokas AT otenet.gr>
6050
6051         * src/pic16/device.c (checkAddSym): NEW, adds a symbol to set while
6052         checking if symbol is already in set,
6053         * src/pic16/device.h: prototype for checkAddSym,
6054         * src/pic16/gen.c: (_G): added entry interruptvector,
6055         * (assignResultValue): removed some commented out lines,
6056         * (genFunction): check for ISR via sym->type, absolute section for
6057         interrupt code is created via a new pBlock, the goto instruction is
6058         placed now correctly at the interrupt vector position, changed all
6059         references from ivec to _G.interruptvector,
6060         * WREG,STATUS,BSR are not saved in stack upon an entry to interrupt
6061         is the interrupt is a high priority one, same for return from ISR,
6062         * src/pic16/glue.c: changed all calls of addSetHead for publics and
6063         externs to calls of checkAddSym,
6064         * src/pic16/pcode.c (pic16_pBlockConvert2*): emit warning when
6065         pic16_pcode_verbose flag is set,
6066         * src/pic16/pcode.h: extern to pic16_pcode_verbose,
6067         * src/pic16/pcoderegs.c: message about how many registers are saved
6068         will only be emitted if pic16_pcode_verbose flag is set,
6069
6070 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6071
6072         * src/ds390/ralloc.h,
6073         * src/ds390/ralloc.c (ds390_regWithIdx),
6074         * src/ds390/gen.c (emitcode),
6075         * src/ds390/main.h,
6076         * src/ds390/main.c (instructionSize, ds390newAsmLineNode, updateOpRW,
6077         ds390opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
6078         ds390operandCompare, getRegsRead, getRegsWritten,
6079         initializeAsmLineNode): customized instruction size calculation for
6080         ds390, started basis for some register optimizations
6081         * src/ds390/gen.c (gen390Code, emitcode): associate iCodes with
6082         corresponding assembly output
6083         * src/ds390/gen.c (genFunction, genEndFunction): added case to handle
6084         missing push/pop of r0/r1. Optimized push/pops
6085
6086 2004-03-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6087
6088         * src/mcs51/main.c (instructionSize): fixed ACALL size
6089         * src/mcs51/main.c (updateOpRW): fixed bug with @dptr, @a+dptr operands
6090
6091 2004-03-01 Vangelis Rokas <vrokas AT otenet.gr>
6092
6093         * src/pic16/device.c (pic16_dump_section): fixed a bug that allowed
6094         the sorting of rlist with NULL elements
6095         * (print_idataType, print_idata): NEW to create idata sections
6096         * src/pic16/device.h: idataSymSet new variable
6097         * src/pic16/gen.c (genFunction): fixed some bugs in string
6098         comparing, improved the absolute section creation for ISRs,
6099         added FSR0L/FSR0H in registers that are saved in an ISR,
6100         * (genInline): fixed the processing of inline snippets,
6101         now they undergo no process by the peephole optimizer
6102         * src/pic16/glue.c (pic16emitRegularMap): symbols with initialiser
6103         are placed in idataSymSet,
6104         * (pic16emitStaticSeg): extern symbols are added in externs,
6105         * src/pic16/ralloc.c (pic16_allocDirReg): work around to reduce bank
6106         switching when aboslute variables are placed in access bank memory
6107         * (pic16_writeUsedRegs): added call to pic16_dump_idata,
6108         * (packRegsForSupport,packRegsForAccUse,packRegsForOneuse):
6109         commented out with #if,
6110         * (pic16_packRegisters): reintroduce the check for CAST because some
6111         symbols are not correctly handled,
6112         * src/pic16/pcode.h: changed the definition of pCodeAsmDir to hold a
6113         pCodeInstruction instead of pCode,
6114         * src/pic16/pcode.c (pic16_newpCodeAsmDir): modified for the new
6115         pCodeAsmDir definition,
6116         * (pic16_pCode2str, genericPrint): when an AsmDir pcode has a NULL
6117         directive, then the argument directive is emitted without the leading
6118         tab, hack for inline labels which must be in the first column,
6119         * (compareLabel,pic16_findNextInstruction),
6120         * (pic16_findPrevInstruction): added case for PO_ASMDIR,
6121         * (insertBankSwitch): modified for the new pCodeAsmDir,
6122
6123 2004-03-01 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
6124         patch applied by Vangelis Rokas <vrokas AT otenet.gr>
6125
6126         * src/pic16/gen.c (pic16_popGet): case PO_DIR, adds the offset to
6127         instance,
6128         * (pushSide): commented out with #if,
6129         * (assignResultValue): fixed some typos in saving
6130         registers,
6131         * (genPcall): FIXED and sync'ed with genCall,
6132         * (genDataPointerGet,genDataPointerSet): using offset not leoffset
6133         * (genNearPointerGet): fixed to handle some more cases,
6134         implementation scheme via table reads,
6135         * (genConstPointerGet): modified to access code memory correct,
6136         * (genCodePointerGet,genNearPointerSet,genGenPointerSet): modified
6137         and improved to handle some cases
6138         * glue.c (printIvalType,printIvalChar,emitStaticSeg): use "DB"
6139         instead of "RETLW" for init data
6140         * src/pic16/ralloc.c (pic16_allocDirReg): warning when a symbol is
6141         not IN_DIRSPACE, work around to reduce bank switching when aboslute
6142         variables are placed in access bank memory (<0x80 and >=0xf80),
6143         * src/pic16/pcode.c: added SFRs TBLPTR, TABLAT, added opcodes TBLRD,
6144         TBLRD_POSTINC,TBLRD_POSTDEC,TBLRD_PREINC,TBLWT,TBLWT_POSTINC,
6145         TBLWT_POSTDEC,TBLWT_PREINC
6146         * Fixed initialisation of BSR, set "alias" for SSAVE to "0"
6147         * (pic16_emitDB,pic16_flushDB): New functions to generate "DB"
6148         directives
6149         * (pic16_pCodeConstString): use "DB" instead of "RETLW"
6150         * src/pic16/pcode.h: added TBLRD*,TBLWT*, added pic16_emitDB,
6151         pic16_flushDB, made pic16_newpCodeAsmDir public, added TBLPTR, TABLAT
6152         * src/pic16/ralloc.h: added IDX_BSR,IDX_TBLPTR*,IDX_TABLAT
6153
6154 2004-02-29  Borut Razem <borut.razem AT siol.net>
6155
6156         * src/Makefile.in, src/SDCCutil.c, support/Util/findme.c,
6157         support/Util/findme.h, support/Util/system.h: enhance binary relative
6158         search for lib and include by using findProgramPath()
6159
6160 2004-02-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6161
6162         * src/SDCCpeeph.h,
6163         * src/SDCCpeeph.c (pcDistance),
6164         * src/port.h,
6165         * src/mcs51/ralloc.h,
6166         * src/mcs51/ralloc.c (mcs51_regWithIdx),
6167         * src/mcs51/main.h,
6168         * src/mcs51/main.c (instructionSize, asmLineNode, updateOpRW,
6169         mcs51opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
6170         mcs51operandCompare, getRegsRead, getRegsWritten): made instruction
6171         size calculation port specific, started basis for some register
6172         optimizations
6173         * src/mcs51/gen.c (genFunction, genEndFunction): added case to handle
6174         missing push/pop of r0/r1. Optimized push/pops
6175         * src/mcs51/ralloc.c (packregisters): fixed bug #727095
6176         * device/lib/_modsint.c (_modsint),
6177         * device/lib/_modslong.c (_modslong): fixed sign of result in non-asm
6178         and stack version so regression tests pass
6179
6180 2004-02-26 Bernhard Held <bernhard AT bernhardheld.de>
6181
6182         * src/Makefile.in (dep): include SLIBOBJS in dependency check
6183         * src/SDCCast.c (decorateType): catch another small optimization
6184         with '?' operator
6185         * src/SDCCsymt.c (computeType): added comments and cosmetic changes
6186         * src/SDCCval.c (valMult, valDiv, valMod, valPlus, valMinus, valShift):
6187         modified to finally use computeType() all over SDCC,
6188         see Feature Request #877103
6189         * src/SDCCval.h: cosmetic
6190         * src/SDCCicode.c (operandOperation): fixed EQ_OP bug, now same as in
6191         valCompare(); regression tested in muldiv.c
6192         * support/regression/tests/muldiv.c (testMod): mod sign follows
6193         dividend only
6194
6195 2004-02-23 Bernhard Held <bernhard AT bernhardheld.de>
6196
6197         * src/SDCCast.c (decorateType): fixed bug #902362
6198         * doc/INSTALL.txt: fixed install instructions for win32
6199
6200 2004-02-21 Bernhard Held <bernhard AT bernhardheld.de>
6201
6202         * device/include/Makefile.in (install): fixed by replacing spaces
6203         by tabs
6204         * doc/README.txt,
6205         * doc/INSTALL.txt: updated for release
6206         * doc/sdccman.lyx: added warning for --xstack being buggy
6207
6208 2004-02-20 Bernhard Held <bernhard AT bernhardheld.de>
6209
6210         * src/pic16/ralloc.c (packRegsForAccUse):  disabled functions with #if
6211         to eliminate build warnings.
6212         * src/pic16/gen.c (pic16_popGet): fixed for gcc 2.95.4
6213
6214 2004-02-20 Vangelis Rokas <vrokas AT otenet.gr>
6215            Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
6216
6217         * doc/sdccman.lyx: removed PIC16 from PIC16 Port Specific Options,
6218         removed -penable-stack, added comment for stack pragma, added
6219         warning for not initializing the stack/frame registers, removed
6220         comment at interrupts section
6221
6222         Stack is made permanent, there is no ability to disable stack usage.
6223         * src/pic16/device.h,
6224         * src/pic16/device.c: removed all references to USE_STACK macro,
6225         * src/pic16/device.c (pic16_dump_section): when no elements in
6226         rlist, free rlist before return,
6227         * (pic16_dump_int_registers): NEW, internal registers are a new set
6228         of general purpose registers reused by each function,
6229         * (checkAddReg): returns 1 if registers is added to set,
6230         * (pic16_groupRegistersInSection): when a registers is of type
6231         PO_GPR_TEMP add it in pic16_int_regs and not in pic16_rel_udata,
6232         * src/pic16/device.h: memRange and Assigned Memory are deleted,
6233         SRCASECMP macro is moved here from device.c
6234         * src/pic16/genarith.c (pic16_pCodeOpType): added cases for
6235         PO_PCLATU, PO_PRODL, PO_PRODH,
6236         * (pic16_pCodeOpType, genMinus,
6237         changed compares to "a" register, with AOP_ACC,
6238         * (pic16_genPlus): fixed some bugs and indented properly,
6239         * (pic16_addSign): changed size to size+offset in the MOVWF
6240         instruction,
6241         * (pic16_genUMult8XLit_8): NEW, uses processor MULLW instruction to
6242         multiply 8-bit operand by literal, result is 8-bit,
6243         * (pic16_genUMult8X8_8): NEW, uses processor MULWF instruction to
6244         multiply 2 8-bit operand, result is 8-bit,
6245         * (pic16_genMult8X8_8): modified to call genUMult8X*_8 functions and not
6246         genUMult8X*_16,
6247         * src/pic16/gen.c: changed accUse to contain WREG only,
6248         * (pic16_emitcomment): renamed to pic16_emitpcomment,
6249         * (aopForSym): allocated dir register when IN_DIRSPACE(space) is,
6250         true, do not use immediate addressing any more unless sym is a
6251         pointer in codespace,
6252         * (aopForRemat): do not use immediate addressing when symbol not in
6253         codespace and when symbol's address is requested,
6254         * (aopOp): for-loop in if(sym->accUse) is modified for the new
6255         accUse size (= 1),
6256         * (aopGet): added case for AOP_ACC and don't return "accumulator
6257         bug" but WREG instead,
6258         * (popGetTempReg): pushes contents of temporary register in stack,
6259         * (popReleaseTempReg): pops contents of temporary register from
6260         stack. Use popGetTempReg/popReleaseTempReg in aligned pairs,
6261         * (pic16_popGet): separated case AOP_ACC to return register WREG
6262         from processor registers, AOP_PCODE not checks if pcop is PO_DIR
6263         or PO_IMMEDIATE and initializes their instance/offset appropriately,
6264         * The whole issue with aopForSym,aopForRemat,popGet) is to minimize
6265         the use of immediate pointers to certain cases only.
6266
6267         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): use pic16_popGet2p,
6268         * (pic16_loadFromReturn, pic16_storeForReturn: NEW,
6269         * (assignResultValue, genCall, genRet): modified to use the new
6270         function return value scheme with WREG,PRODL,PRODH,FSR0L and FSR0,
6271         genPcall is still broken,
6272         * (genFunction): added code to create 'A' type pBlocks when
6273         interrupt functions are generated, code not extensively tested yet,
6274         ISRs push WREG,STATUS,BSR,PRODL,PRODH,FSR0L,FSR0H registers on stack,
6275         * (genEndFunction): modified so ISRs pop stored registers from stack,
6276         * (genMultOneByte): cleanup,
6277         * (AccRsh): added flag andmask, to and result with appropriate mask,
6278         * (genUnpackBits,genPackBits): fixed and can handle bit fields,
6279         * (genDataPointerGet): fixed and reenabled its use,
6280         * (genNearDataPointerGet): bugs fixed,
6281         * (genDataPointerSet): bugs fixed,
6282         * src/pic16/genutils.c: added functions pic16_DumpValue,pic16_DumpAop,
6283         pic16_DumpSymbol, pic16_DumpOp,
6284         * src/pic16/genutils.h: function prototypes for the above functions,
6285         * src/pic16/glue.c: new flags initsfpnt, to initialize stack/frame
6286         pointers,
6287         * (pic16emitRegularMap): many many many improvements, but needs a
6288         major cleanup,
6289         * src/pic16/main.c: enable_stack in pic16_options is removed,
6290         * (_pic16_parseOptions): removed command line options -penable-stack,
6291         * (_process_pragma): emit stack symbol only when stack pragma is
6292         processed,
6293         * src/pic16/pcode.c: pic16_pc_fsr0 is removed, all operations are
6294         redirected to FSR0L/FSR0H pair,
6295         * (pic16_get_op, pic16_get_op2): modifications and improvements,
6296         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
6297         cases PO_PRODL,PO_PRODH, pic16_getRegFromInstruction2 returns sane
6298         for immediates,
6299         * (insertBankSwitch): modified to handle cases like: (alfa + 1)
6300         * (dumpPicOptype): NEW,
6301         * src/pic16/pcode.h: added PO_PCLATU,PO_PRODL,PO_PRODH in enum,
6302         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed bug
6303         with movff instruction,
6304         * src/pic16/ralloc.c: renamed typeRegWithIdx to pic16_typeRegWithIdx,
6305         added pic16_int_regs, some packRegsFor* functions are commented out,
6306         because produce errors,
6307         * src/pic16/NOTES: minor modifications
6308
6309 2004-02-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6310
6311         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c, as/mcs51/lkmain.c,
6312         as/mcs51/lkmem.c, src/SDCCglob.h, src/SDCCmain.c: added options --stack-size and
6313         --pack-iram.
6314         * doc/sdccman.lyx: described options --stack-size and --pack-iram.
6315         * as/mcs51/lkaomf51.c: fixed bug #895763
6316
6317 2004-02-17 Bernhard Held <bernhard AT bernhardheld.de>
6318
6319         * device/include/c8051f320.h: added. Contributed by Maarten Brock.
6320
6321 2004-02-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6322
6323         * doc/sdccman.lyx: added details about the HC08 storage classes and
6324         interrupts, fixed the register usage info for z80 & gbz80
6325
6326 2004-02-17 Vangelis Rokas <vrokas AT otenet.gr>
6327
6328         * doc/sdccman.lyx: added more pic16 port documentation
6329         * device/include/pic16/: added header pic18fregs.h
6330
6331 2004-02-16 Bernhard Held <bernhard AT bernhardheld.de>
6332
6333         * doc/sdccman.lyx: added Vangelis' contribution
6334
6335 2004-02-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6336
6337         * src/SDCClrange.c (rlivePoint): live range of SEND operand should
6338         extend to the next CALL or PCALL, not just to the next CALL.
6339
6340 2004-02-16 Vangelis Rokas <vrokas AT otenet.gr>
6341
6342         * src/pic16/gen.c (genInline): fixed bug #896482 with inline assembly
6343
6344 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6345
6346         * src/mcs51/ralloc.c (packRegsForAssign, reassignAliasedSym): fixed
6347         bug #895752 and a better fix for bug #716790
6348
6349 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6350
6351         * src/SDCCsymt.c (processFuncArgs): fixed bug #896796
6352
6353 2004-02-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6354
6355         * doc/sdccman.lyx: minor changes, minor changed
6356
6357 2004-02-13 Bernhard Held <bernhard AT bernhardheld.de>
6358
6359         * src/SDCCicode.c (usualBinaryConversions): removed pic16 from ports
6360         which can't handle SDCC_NEWONEBYTEOPS,
6361         (geniCodeMultiply): removed conversion from mult to shift for pic14
6362         and pic16
6363
6364 2004-02-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6365
6366         * src/hc08/gen.h,
6367         * src/hc08/gen.c (storeRegToAop, aopOp, aopAdrStr, accopWithAop,
6368         rmwWithAop): Ported my 2003-10-02 fix for bug #663539 to the hc08,
6369         thus fixing bug #895406
6370
6371 2004-02-11 Bernhard Held <bernhard AT bernhardheld.de>
6372
6373         * device/lib/_modsint.c,
6374         * device/lib/_modslong.c: sign follows divisor only
6375         * src/hc08/gen.c (genMultOneByte): if result size is 1,
6376         signs or signedness can be ignored
6377         * src/SDCCast.c (addCast): cosmetic - added lineno to CAST
6378         * src/SDCCast.c (resultTypePropagate): added even more ops: +, - and *,
6379         added optimization for IFX,
6380         (decorateType): Mult/Div/ModOneByte ops can handle all kind of signed
6381         arguments;
6382         reenabled optimization for IFX, which was removed on 2004-01-11
6383         * src/SDCCast.h: added return type IFX
6384         * src/SDCCicode.c: Mult/Div/ModOneByte ops can handle all kind of signed
6385         arguments with 8 or 16 bit results; pic14 and pic16 ports use old
6386         promotion behaviour; env. var. SDCC_NEWONEBYTEOPS selects the new,
6387         SDCC_OLDONEBYTEOPS selects the old behaviour
6388         * src/SDCCsymt.c (computeType): type2 can be NULL (for LEFT_OP);
6389         changed again and commented promotion rule
6390         * src/SDCCval.c (valDiv): promotion no longer necessary
6391         * src/ds390/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte),
6392         * src/mcs51/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte):
6393         rewritten
6394         * support/regression/tests/onebyte.c: added
6395
6396 2004-02-11 Vangelis Rokas <vrokas AT otenet.gr>
6397
6398         * gen.c (genInline): reverted to old code for assemnling inline
6399         code because of bug reported James Chadd
6400
6401 2004-02-10 Vangelis Rokas <vrokas AT otenet.gr>
6402
6403         * ralloc.h: missing declarations from previous patch,
6404         seems that patch for ralloc.h was never applied, fixed
6405
6406 2004-02-10 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
6407            patch committed by Vangelis Rokas <vrokas AT otenet.gr>
6408
6409         * pcode.c,
6410         * pcode.h,
6411         * ralloc.h: added FSR0L, FSR0H and other missing PIC16 SFR's for
6412         indirect addressing. Marked FSR0 as deprecated
6413         * gen.c (pointerCode): commented out, not needed now
6414         (pic16_popGet2p): new MOVFF helper function
6415         (genGenPointerGet),
6416         (genGenPointerSet): reimplemented with MOVFF and POSTINC0
6417         (shiftRLong): removed duplicate debugging info
6418
6419 2004-02-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6420
6421         * src/ds390/gen.c (genNearPointerGet),
6422         * src/mcs51/gen.c (genNearPointerGet): allow the genDataPointerGet()
6423         optimization with bits, but not bitfields.
6424         * src/ds390/ralloc.c (packRegisters),
6425         * src/mcs51/ralloc.c (packRegisters): fixed bug #884453 & #880832
6426
6427 2004-02-09 Bernhard Held <bernhard AT bernhardheld.de>
6428
6429         * src/SDCCcse.c (algebraicOpts): copy operands before modification
6430
6431 2004-02-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6432
6433         * src/SDCCsymt.h,
6434         * src/SDCCicode.c (operandFromSymbol),
6435         * src/mcs51/ralloc.c (verifyRegsAssigned, serialRegAssign),
6436         * src/ds390/ralloc.c (verifyRegsAssigned, serialRegAssign),
6437         * src/z80/ralloc.c (verifyRegsAssigned, serialRegAssign),
6438         * src/hc08/ralloc.c (verifyRegsAssigned, serialRegAssign),
6439         * src/pic/ralloc.c (verifyRegsAssigned, serialRegAssign),
6440         * src/pic16/ralloc.c (verifyRegsAssigned, serialRegAssign): fixed
6441         bug #892038
6442         * src/SDCCast.c (createIvalStruct, createIvalArray, gatherAutoInit),
6443         * src/SDCCglue.c (emitRegularMap, printIvalStruct, printIvalArray,
6444         printIvalCharPtr, printIvalPtr, printIval, emitStaticSeg, emitOverlay)
6445         * src/SDCCsymt.c (newSymbol),
6446         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
6447         enumerator_list),
6448         * src/SDCCval.h,
6449         * src/SDCCval.c (newiList): fixed bug #885705
6450
6451 2004-02-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6452
6453         * doc/sdccman.lyx: added section 3.1.4: sdcclib.
6454         * as/mcs51/lkmem.c: report the size of the stack in .mem file.
6455
6456 2004-02-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6457
6458         * device/include/c8051f120.h,
6459         * device/include/c8051f300.h,
6460         * device/include/c8051f310.h: added/updated header files for Silicon
6461         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
6462         * doc/sdccman.lyx: minor changes, recommended diff -Naur and diff -u
6463         in new section Submitting patches
6464
6465 2004-02-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6466
6467         * src/mcs51/gen.c (genNearPointerGet, genPagedPointerGet,
6468         genFarPointerGet, genCodePointerGet, genGenPointerGet,
6469         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
6470         genGenPointerSet),
6471         * src/ds390/gen.c (genNearPointerGet, genPagedPointerGet,
6472         genFarPointerGet, genCodePointerGet, genGenPointerGet,
6473         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
6474         genGenPointerSet),
6475         * src/pic16/gen.c (genNearPointerGet, genPagedPointerGet,
6476         genFarPointerGet, genCodePointerGet, genGenPointerGet,
6477         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
6478         genGenPointerSet),
6479         * src/pic/gen.c (genNearPointerGet, genPagedPointerGet,
6480         genFarPointerGet, genCodePointerGet, genGenPointerGet,
6481         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
6482         genGenPointerSet): fixed bug #892400
6483         * src/pic16/gen.c (genSkipz, AccRol): disabled functions with #if 0
6484         to eliminate build warnings.
6485         * src/SDCCast.c (processParms),
6486         * src/SDCC.y (function_declarator2, declarator2_function_attributes):
6487         fixed bug 751859
6488         * support/valdiag/valdiag.py: added GCC to the list of defines active
6489         when compiling with gcc
6490
6491 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6492
6493         * support/Util/SDCCerr.h,
6494         * support/Util/SDCCerr.c,
6495         * src/SDCCast.c (decorateType, sizeofOp): complain when sizeof is used
6496         with an incomplete type (fixed bug #883734)
6497         * src/SDCCicode.c (geniCodeCast): fixed bug #890510
6498
6499 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6500
6501         * src/pic16/gen.c (genCmpEq, shiftRLong): fixed declarations
6502
6503 2004-02-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6504
6505         * src/SDCCast.c (decorateType),
6506         * src/SDCCicode.c (geniCodeParms, geniCodeCall): fixed bugs in my ANSI
6507         function pointer implementation
6508         * support/regression/tests/funptrs.c: added tests to verify both forms
6509         of function pointers work correctly. Added tests to verify parameters
6510         are passed in the correct order.
6511
6512 2004-02-06  Vangelis Rokas <vrokas AT otenet.gr>
6513
6514         * device.c (regCompare): registers are sorted by ascending
6515         address and increasing size,
6516         * main.c (_pic16_finaliseOptions): removed the declaration
6517         of compiler macro MCU. Now a macro of the format pic18fxxxx
6518         will be defined from the command line
6519
6520 2004-02-06  Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
6521             patch committed by Vangelis Rokas <vrokas AT otenet.gr>
6522
6523         * pcode.c (pic16initMnemonics): fixed typo in assignment to PCOP_RLNCF
6524         PCOP_RLCF was overwritten!
6525         * gen.c (genSkip): commented out calls to pic16_emitcode,
6526         * (genCmpEQ): fixed "long" compares, only high word did get compared,
6527         * (genlshTwo),
6528         * (genRRC): added debugging info,
6529         * (shiftL2Left2Result): Fixed bug, if offr > offl. Result got
6530         overwritten while shifting,
6531         * (shiftR2Left2Result): Fixed bug, if offr < offl. Result got
6532         overwritten while shifting,
6533         * (AccLsh),
6534         * (AccRsh),
6535         * (shiftLLeftOrResult),
6536         * (shiftRLeftOrResult),
6537         * (shiftRLong),
6538         * (shiftLLong): Implemented with pic16_emitpcode
6539         * (genlshFour): Replaced pic16_aopPut with pic16_emitpcode,
6540         * (genLeftShift): Fixed bug, operand for shift by variable always
6541         was "and"ed with 0x0f,
6542         * (genLeftShiftLiteral),
6543         * (genrshTwo),
6544         * (genRightShiftLiteral): added debugging info,
6545         * (genrshFour): added comment,
6546         * (genRightShift): determined signedness from operand "left"
6547         instead of "result"
6548
6549 2004-02-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6550
6551         * src/SDCCicode.c (geniCodeParms),
6552         * src/SDCCast.c (decorateType, processParms): support for ANSI-style
6553         function pointers, fixed function pointer bugs #861242 and #861896
6554
6555 2004-01-31 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6556
6557         * device/include/c8051f000.h,
6558         * device/include/c8051f120.h,
6559         * device/include/c8051f300.h: added header files for Silicon
6560         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
6561
6562 2004-01-31 Bernhard Held <bernhard AT bernhardheld.de>
6563
6564         * src/SDCCast.c (processParams): added new type flow and restructured
6565         (gatherAutoInit): added new type flow
6566         (addCast): cosmetic changes
6567         (getLeftResultType): added new type flow for array indices, patch
6568         provided by Stas, see FR #877103
6569         (decorateType): SDCC_NEWTYPEFLOW removed, new type flow is now standard;
6570         array index patch by Stas
6571         * src/SDCCast.h: added prototype getResultTypeFromType()
6572         * src/SDCCval.h,
6573         * src/SDCCval.c (resolveIvalSym) (resolveIvalSym),
6574         * src/pic/glue.c (pic14emitStaticSeg),
6575         * src/pic16/glue.c (pic16emitStaticSeg),
6576         * src/SDCCglue.c (emitRegularMap) (emitStaticSeg): added new type flow
6577         for initialization of symbols
6578         * src/SDCCicode.c (geniCodeArray): removed warning W_ARRAY_BOUND
6579         * support/Util/SDCCerr.h:
6580         * support/Util/SDCCerr.c: replaced W_ARRAY_BOUND by W_IDX_OUT_OF_BOUNDS
6581         * .version: bumped version number to 2.3.8
6582         * device/include/Makefile.in (install),
6583         * doc/Makefile (install): changed to 'rm `find ...`' construct to
6584         avoid warnings
6585
6586 2004-01-30 Bernhard Held <bernhard AT bernhardheld.de>
6587
6588         * support/regression/tests/libmullong.c: fixed for 64 bit hosts
6589         Slade Rich fixed an optimization bug
6590         * src/pic/pcodepeep.c,
6591         * src/pic/pcoderegs.c
6592         * doc/Makefile (install): added test for directory
6593
6594 2004-01-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6595
6596         * src/mcs51/ralloc.c (getRegPtr, getRegGpr),
6597         * src/ds390/ralloc.c (getRegPtr, getRegGpr),
6598         * src/pic/ralloc.c (getRegPtr, getRegGpr),
6599         * src/pic16/ralloc.c (getRegPtr, getRegGpr),
6600         * src/z80/ralloc.c (getRegGpr): fixed bug #883361
6601         * as/mcs51/asexpr.c (term),
6602         * as/hc08/asexpr.c (term): fixed bug #887146
6603
6604 2004-01-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6605
6606         * src/z80/gen.c (genMult): handle single byte result product
6607         * src/SDCCopt.c (killDeadCode): never convert ADDRESS_OF iCode to
6608         DUMMY_READ_VOLATILE (fixed bug #886367)
6609
6610 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
6611
6612         * support/regression/tests/libmullong.c: fixed logic, on little endian
6613         hosts we ended without a mullong_wrapper()
6614
6615 2004-01-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6616
6617         * ChangeLog: changed "@" to " AT " in hopes of reducing spam and
6618         virus/worm forged address usage.
6619
6620 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
6621
6622         Fixed promotion, it should be done on AST level:
6623         * src/SDCCast.c (addCast): added promotion to int
6624         (decorateType): updated call to upCast()
6625         * src/SDCCicode.c (geniCodeLeftShift): removed call to
6626         usualUnaryConversions()
6627
6628 2004-01-26  Michael Hope  <michaelh AT juju.net.nz>
6629
6630         * support/regression/tests/literalop.c (mulWrapper): Added a
6631         wrapper to remove integer overflow warnings.
6632
6633         * support/regression/tests/float_trans.c: Made work on host.
6634
6635         * support/regression/ports/ucz80/spec.mk (UCZ80): Made detect the
6636         location of sz80.
6637
6638         * support/regression/generate-cases.py (main): Changed from inline
6639         to a main method.
6640
6641         * doc/Makefile (install): Changed to depth first to get rid of
6642         missing directory install warning.
6643
6644         * as/Makefile (install-doc): Made work on Mac.
6645
6646 2004-01-25 Bernhard Held <bernhard AT bernhardheld.de>
6647
6648         * src/SDCCast.c: added an additional type flow in decorateType() of
6649         opposite direction, see feature request #860006; it's enabled at runtime
6650         by setting the environment variable SDCC_NEWTYPEFLOW
6651         * src/SDCCast.h: changed prototype of decorateType()
6652         * src/SDCCglue.c (emitRegularMap): updated call of decorateType()
6653         * src/SDCCicode.c (geniCodeDivision) (geniCodeModulus): promotion from
6654         'char' to 'int' can be omitted, if both operands are 'unsigned char';
6655         see feature request #877103
6656         * src/SDCCval.c: updated call of decorateType()
6657         (valBitwise): fixed bug #882876
6658         (valMinus): added promotion
6659         (valLogicAndOr): result is unsigned
6660         (cheapestVal) (constVal): literals from 0...255 are 'unsigned char' now
6661         * src/SDCCsymt.c (computeType),
6662         * src/mcs51/gen.c (genCmpGt) (genCmpLt): literal 'unsigned char'
6663         must not cause an unsigned operation
6664         * src/pic/glue (pic14emitRegularMap),
6665         * src/pic16/glue.c (pic16emitRegularMap): updated call of decorateType()
6666
6667 2004-01-23 Bernhard Held <bernhard AT bernhardheld.de>
6668
6669         * src/pic/pcode.c (PCodeID): commented out left over debug code
6670
6671 2004-01-20 Bernhard Held <bernhard AT bernhardheld.de>
6672
6673         * support/valdiag/tests/overflow.c: added shift tests
6674         * src/pic/device.c,
6675         * src/pic/gen.c,
6676         * src/pic/gen.h,
6677         * src/pic/glue.c,
6678         * src/pic/main.c,
6679         * src/pic/pcode.c,
6680         * src/pic/pcode.h,
6681         * src/pic/pcodepeep.c,
6682         * src/pic/pcoderegs.c,
6683         * src/pic/ralloc.c,
6684         * src/pic/ralloc.h: applied patch from Slade Rich;
6685         added support for multiple code pages and multiple RAM banks on the
6686         PIC 14 port. The ASM files now no longer simply assume all the
6687         code / RAM are in the same page / bank. This means the linker can
6688         safely allocate code/RAM of separate ASM files to different pages/banks.
6689         * doc/sdccman.lyx: added Slade's tips
6690         * src/mcs51/peeph.def: fixed bug #880768
6691
6692 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6693
6694         * src/hc08/ralloc.c (rematStr): fixed bug #879282
6695         * src/SDCCast.c (decorateType): fixed bug #880197
6696
6697 2004-01-20  Michael Hope  <michaelh AT juju.net.nz>
6698
6699         * sim/ucsim/gui.src/serio.src/main.cc: Fixed unconditional use of
6700         getopt.h.
6701
6702         * debugger/mcs51/cmd.c (getValBasic): Changed strtof to strtod as
6703         strtof is not part of C89 and isn't included with Mac OS X.
6704
6705 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6706
6707         * src/hc08/gen.c (genPlusIncr, genUminus, genMinusDec, genCmp,
6708         shiftL2Left2Result): fixed bug #879326
6709         (genAnd, genOr, genXor): fixed bug when result was of type AOP_CRY
6710         (genMultOneByte): fixed bug in signed vs unsigned multiplication
6711         * sim/ucsim/hc08.src/inst.cc (inst_clr): added missing effective
6712         address fetch for clr instruction
6713         * device/lib/hc08/_mulint.c: created optimized assembly version
6714         * src/SDCCdflow.c (computeDataFlow): fixed bug #878209
6715
6716 2004-01-19 Bernhard Held <bernhard AT bernhardheld.de>
6717
6718         * src/SDCCicode.c (geniCodeArray): applied patch from Stas Sergeev
6719         proposed in FR #877103
6720
6721 2004-01-18 Bernhard Held <bernhard AT bernhardheld.de>
6722
6723         * src/SDCCval.c (cheapestVal): added missing checks
6724         * src/SDCCicode.c (usualBinaryConversions): fixed condition
6725         * src/SDCCicode.c (geniCodeAdd): fixed part of bug #877103
6726
6727 2004-01-16 Klaus Flittner <klaus_flittner AT gmx.de>
6728
6729         * src/ds390/gen.c (aopOp3): fixed the assignment of different dptrs to
6730         equal operands
6731
6732 2004-01-16 Vangelis Rokas <vrokas AT otenet.gr>
6733
6734         * src/SDCCmain.c (linkEdit): variable $3 of the linker command is
6735         loaded with the linker search paths (-L arguments) and the libraries
6736         to be linked with the current source (-l arguments). Changes
6737         currently will affect only the pic16 port.
6738         * src/pic16/main.c (_pic16_finaliseOptions): add to the linker
6739         include path the port specific paths and port specific libraries,
6740         * gplink command now contains the $3 argument,
6741         * src/pic16/device.h,
6742         * src/pic16/device.c,: structure PIC_device is made public and
6743         renamed to PIC16_device, the same for variable Pics which is renamed
6744         to Pics16. Updated all references to them.
6745         * src/pic16/glue.c (pic16glue): corrected bug with code
6746         initialization which bypassed the variable initializations block.
6747
6748         * device/lib/pic16/Makefile.rules: removed --penable-stack from
6749         COMPILE_FLAGS and added the --nostdinc option
6750
6751 2004-01-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6752
6753         * device/include/mc68hc908jb8.h: Register defs for another member
6754         of the hc08 family. Contributed by Bjorn Bringert - thanks!
6755
6756 2004-01-14 Vangelis Rokas <vrokas AT otenet.gr>
6757
6758         Documenting changes from previous commits.
6759         * configure.in (version 1.56),
6760         * configure: initially I've added AC_CONFIG_SUBDIRS(device/lib/pic16)
6761         when generating output files to configure the pic16 library,
6762         but now I've commented it out, since gputils aren't installed in the
6763         SF compile farm, so library won't compile
6764
6765         * device/lib/Makefile.in (version 1.56): initially I've added in
6766         target 'all' the prerequestive 'model-pic16' so it compiled the
6767         pic16 library, but now I've commented it out for the same reasons
6768         above,
6769         * added targets 'model-pic16' and 'objects-pic16' to compile the
6770         library
6771         * added target 'port-specific-objects-pic16' to handle the
6772         generated libraries and copy them into the build/ directory
6773         * added target 'clean-intermediate-pic16' to clean intermediate
6774         files into pic16 directory
6775         * in target 'installdirs' added line to create directory pic16 in
6776         the installation path
6777
6778         * device/include/Makefile.in (version 1.11): in target 'install'
6779         added lines to copy all header files to installation path,
6780         * in target 'installdirs' added line create directory for pic16
6781         headers in the installation path
6782
6783 2004-01-13 Klaus Flittner <klaus_flittner AT gmx.de>
6784
6785         * src/ds390/gen.c (genCall): fixed a double use of acc and b after
6786          a function call
6787
6788 2004-01-13 Bernhard Held <bernhard AT bernhardheld.de>
6789
6790         * configure,
6791         * device/lib/configure.in,
6792         * device/lib/configure: fixed for autoconf 2.57
6793
6794 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6795
6796         * src/z80/main.c (_parseOptions): fixed the portmode= command line
6797         option so that it actually works. Made it specific to the z80, since
6798         the gbz80 doesn't have these kinds of I/O ports.
6799
6800 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6801
6802         * device/include/z180.h,
6803         * device/lib/_memcpy.c,
6804         * device/lib/_memmove.c,
6805         * device/lib/_mulint.c,
6806         * device/lib/ser_ir.c,
6807         * device/lib/ser_ir_cts_rts.c,
6808         * device/lib/_strcmp.c,
6809         * device/lib/_strtok.c: fixed pragmas to non-deprecated form
6810         * src/z80/main.c (_process_pragma): add support for pragmas bank and
6811         portmode; added deprecation warning for bank= and protmode= forms.
6812         Also, guard against buffer overflow.
6813         * src/z80/gen.c (aopGet): generate better code for sfr banked read
6814
6815 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6816
6817         * src/hc08/main.c (_hc08_genAssemblerPreamble): fixed bug #875487. Also
6818         changed interrupt vector table generation to only emit declared vectors.
6819         * device/include/Makefile.in: added missing backslash
6820         * device/lib/pic16/Makefile.rules: add $(MODELFLAGS) to $(CFLAGS)
6821
6822 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
6823
6824         Mainly changes to support compilation of the device libraries
6825         * src/pic16/device.c: stack is allocated via symbol and not
6826         via literal number. The symbol is placed in the corresponding
6827         position of the data ram
6828         * (pic16_dump_section): relocatable and absolute uninitialized
6829         data are now emitted in sorted order to reduce section naming,
6830         * src/pic16/ralloc.c (newReg): fixed bug with SFR's that
6831         weren't marked as being in the access bank,
6832
6833 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
6834
6835         Added portion of GNU PIC Library under the directory
6836         device/include/pic16 and device/lib/pic16. These files
6837         contain the declarations of SFRs for the PIC18Fxx2 devices.
6838         The directory is initialized via configure from toplevel.
6839
6840 2004-01-12 Klaus Flittner <klaus_flittner AT gmx.de>
6841
6842         * src/ds390/gen.c (operandsEqu): fixed a little typo, that prevented
6843         the spilllocations to be compared correctly
6844
6845 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
6846
6847         * src/SDCCast.c (decorateType): fixed bug introduced today
6848
6849 2004-01-12  Borut Razem <borut.razem AT siol.net>
6850
6851         * src/SDCC.lex, support/Util/SDCCerr.h, support/Util/SDCCerr.c,
6852         doc/sdccman.lyx: upper case pragmas are deprecated
6853
6854 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
6855
6856         * src/SDCCast.c (decorateType): replacing 'ul > 0' by  '!ul' results
6857         in simpler and even better code
6858
6859 2004-01-11 Bernhard Held <bernhard AT bernhardheld.de>
6860
6861         * src/SDCCicode.c (operandOperation): fixed bug #874819
6862         * src/SDCCast.c (decorateType): fixed
6863         char foo (unsigned long ul) { return ul > 0; }
6864
6865 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6866
6867         * doc/sdccman.lyx: Moved and added some sections, small changes
6868         all over. Telling LaTeX to be less strict with word spacing
6869         to better keep the right margin. Changed some notes about
6870         maintainance of the ports in section 3.2.1 - is it OK like this?
6871
6872 2004-01-11 Vangelis Rokas <vrokas AT otenet.gr>
6873
6874         SDCC source changes:
6875         * src/SDCCopt.c (cntToFcall, cnvToFloatCast, cnvFromFloatCast,
6876         convilong): modified to inform the pic16 port that builtin functions
6877         are external
6878
6879         PIC16 PORT specific changes:
6880         * src/pic16/device.c pic16_dump_equates() added,
6881         processor registers declared internally by the port are emitted in
6882         the translation as equates,
6883         * src/pic16/gen.c: inline code is passed unprocessed to the
6884         translation,
6885         * (pic16_popGetLit2): fnuction modified to take second operand as
6886         pCodeOp pointer and not as literal,
6887         * (popRegFromIdx): prefixed with pic16_,
6888         * (pic16_popCombine2): modified to receive already allocated pCode
6889         operands,
6890         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): added
6891         * (genFunction): initializes local stack frame and pushes on stack
6892         all the registers used by this function,
6893         * (genEndFunction): restores all registers from stack and restores
6894         stack frame,
6895         * src/pic16/glue.c (pic16emitRegularMap): various changes and
6896         improvements,
6897         * (pic16glue): changed the program startup sequence,
6898         * added new dbName code 'A' for functions placed in absolute section
6899         * src/pic16/main.c: added function attribute _naked,
6900         * added pragma 'code' to place a fnuction at an absolute address,
6901         * added command line arguments --debug-ralloc and --pcode-verbose,
6902         * (_pic16_finiliseOptions): options.all_callee_saves is set by default
6903         * src/pic16/pcode.c (pic16_pBlockConvert2Absolute) added,
6904         * (pic16_newpCodeOpLit2): modified to take the second operand as
6905         pCodeOp pointer,
6906         * (pic16_printpBlock): modified to emit each function in a separate
6907         section,
6908         * (pic16_get_op): modified to use the gpasm modifiers LOW,HIGH and
6909         UPPER for immediate operands,
6910         * src/pic16/pcodepeeph.c: added peephole support for the LFSR
6911         instruction,
6912         * src/pic16/peeph.def: all peepholes with movff are commented out,
6913         because there is a problem in the pcode peep optimizer,
6914         * src/pic16/ralloc.c: the register allocator can now reuse local
6915         function symbols for another function. This saves register usage.
6916         * src/pic16/ralloc.h: added flag isLocal in structure regs,
6917
6918         Added file src/pic16/NOTES with information about program writing on
6919         the current port version.
6920
6921 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6922
6923         * src/mcs51/peephole.def: added peepholes 177.c,d (redundant moves)
6924         and peephole 252 (array access)
6925
6926 2004-01-09  Borut Razem <borut.razem AT siol.net>
6927
6928         * src/SDCCmain.c : fixed #872250: -l command line defined library
6929           files are scanned before standard library files
6930
6931 2004-01-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6932
6933         * src/SDCCast.c (decorateType): fixed bug #874046
6934
6935 2004-01-09  Borut Razem <borut.razem AT siol.net>
6936
6937         * support/scripts/sdcc.nsi: remove previous installation
6938
6939 2004-01-09 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6940
6941         * src/SDCCglue.c (createInterruptVect): don't append 7(5) padding
6942         bytes for last interrupt vector (mcs51)
6943         * sdcc.spec: fixed typo
6944
6945 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6946
6947         * src/mcs51/gen.c (genFunction, genEndFunction, genReceive, getTempRegs,
6948         gen51Code): more efficient parameter receive for --model-large
6949         ("bug" #845294)
6950
6951 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6952
6953         * src/ds390/main.c,
6954         * src/z80/main.c: added missed needLinkerScript flags (more than
6955         one port structure defined in these file)
6956         * src/ds390/gen.c (aopForSym, aopOp, operandsEqu, aopOp3): fixed
6957         bug #795325
6958
6959 2004-01-08 Vangelis Rokas <vrokas AT otenet.gr>
6960
6961         * src/SDCCmain.c: removed various references to DEFAULT_PORT
6962         * src/port.h: added flag needLinkerScript in port->linker
6963         structure to inform whether to create a .lnk file or not,
6964         * src/avr/main.c,
6965         * src/ds390/main.c,
6966         * src/hc08/main.c,
6967         * src/mcs51/main.c,
6968         * src/pic/main.c,
6969         * src/pic16/main.c,
6970         * src/xa51/main.c,
6971         * src/z80/main.c: changed appropriately to configure
6972         needLinkerScript flag
6973         * src/pic/gen.c,
6974         * src/pic16/gen.c (genAddrOf): fixed bug #863624
6975         * src/pic/glue.c: added variable udata_section_name to
6976         override default uninitialized data segment definition for
6977         devices only with SHAREBANK memory (reported from Erik Epetrich)
6978         * (pic14emitOverlay): modified to emit a commented overlay segment
6979         directive when no overlay data exist
6980         * (picglue): modified to emit uninitialized data segment
6981         according to udata_section_name
6982         * src/pic/main.c (_pic14_parseOptions): added command line
6983         options --udata-section-name=[name] to override default
6984         udata definition name
6985         * modified _linkCmd and _asmCmd to include compiler passed
6986         arguments via -W option
6987         * src/pic16/main.c: added $l in _asmCmd, changed extension for
6988         object file from '.rel' to '.o' in port->linker structure,
6989         changed size of fptr from 2 to 3 in port structure
6990
6991 2004-01-07  Borut Razem <borut.razem AT siol.net>
6992
6993         * support/scripts/sdcc.nsi: update PATH
6994         * support/scripts/sdcc.ico: craeted
6995
6996 2004-01-07 Bernhard Held <bernhard AT bernhardheld.de>
6997
6998         * device/include/Makefile.in: fix install
6999         * doc/Makefile: fix install
7000
7001 2004-01-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7002
7003         * src/SDCCsymt.c (processFuncArgs): fixed superflous allocation noted
7004         in bug #860505
7005         * src/SDCCmem.c (printAllocInfoSeg, printAllocInfo): minor changes to
7006         how the function variable allocation summary is displayed; also
7007         include information about variables allocated to the overlay
7008         segment
7009
7010 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7011
7012         * as/mcs51/lkmain.c: Help about -Y option
7013         * as/mcs51/lkarea.c: Fixed gcc warnings
7014
7015 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
7016
7017         * src/SDCCval.c (valShift): changed from 16 to 32 bit shift count,
7018         fixed warning
7019         * support/valdiag/tests/overflow.c: added
7020         * src/SDCCast.c (decorateType),
7021         * src/SDCCicode.c (geniCodeLeftShift): added promotion to int for
7022         LEFT_OP (left shift)
7023
7024 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7025
7026         * as/mcs51/lkmain.c: stack must be after data when option -Y is not used
7027         (default behaviour).
7028
7029 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7030
7031         A python script to validate compiler diagnostic messages. It can be
7032         used to verify that sdcc complains about bad c source code and
7033         gives a good location of the error.
7034         * support/valdiag/Makefile,
7035         * support/valdiag/valdiag.py,
7036         * support/valdiag/tests/*
7037
7038 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7039
7040         * src/SDCC.y (enum_specifier, enumerator_list, opt_assign_expr),
7041         * src/SDCCsymt.c (newEnumType),
7042         * src/SDCCsymt.h
7043         * support/Util/SDCCerr.c,
7044         * support/Util/SDCCerr.h: fixed bug #871258 and some other unreported
7045         enum related bugs.
7046         * support/regression/tests/enum.c: added test for enum values that
7047         require at least 2 bytes of storage.
7048
7049 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
7050
7051         * src/common.h: added ifndef/define/endif macros
7052         around the header file.
7053         Bug reported from Jesus Calvino-Fraga
7054
7055 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
7056
7057         * sdcc.spec: updated
7058         * device/include/Makefile.in: don't install CVS directories
7059         * device/lib/Makefile.in: added removal of CVS directories after install
7060         * doc/Makefile: fixed install, added local_icons
7061         * sim/ucsim/gui.src/Makefile.in: fixed an old typo
7062         * src/mcs51/gen.c (genRightShift): fixed bug #870788
7063         * src/ds390/gen.c (genRightShift): fixed bug #870788
7064         * src/SDCCast.c (decorateType): fixed bug #870781
7065
7066 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
7067
7068         PIC16 port related changes:
7069         * device.c: removed pic16_finalMapping and pic16_finalMappingSize,
7070         added variable stackPos,
7071
7072         * gen.c: genCall, assignResultValue: added support for
7073         pushing/retrieving function parameters to/from stack,
7074         genFunction,genEndFunction: setup stack frame for the
7075         generated function,
7076         genAddrOf: will be changed according to bug 863624
7077
7078         * added files genutils.c and genutils.h which contain gen*
7079         debugged and optimised functions extracted from gen.c
7080
7081         * glue.c: added variable 'externs' which holds extern symbols,
7082         pic16emitRegularMap: is modified to properly handle relocatable
7083          symbols under the new scheme,
7084         pic16createInterruptVect: is modified
7085         pic16printPublics: is modified to emit 'global' assembler directives,
7086         added pic16_printExterns to print extern symbols,
7087         pic16glue: initializes stack/frame pointer in the beginning of
7088         the assembly output. Temporary hack, will be corrected later,
7089         because gplink yet does not support stack and SDCC does not
7090         yet support a type of crt0.o object to create the final binary.
7091
7092         * Removed many lines that contain 8051 legacy code.
7093         * The code is finally placed under a 'code' directive.
7094         * Added port specific options.
7095
7096         * _process_pragma: simplified since now we do not need *special*
7097         include file to define SFR registers. But a separate header
7098         will be needed. This will be developed later.
7099         * _pic16_parseOptions: added, parses port specific options:
7100         --pgen-banksel, --obanksel=, --pomit-config-words, --pomit-ivt,
7101         --pleave-reset-vector, --penable-stack, --pstack-model, --debug-xtra
7102         --preplace-udata-with=
7103
7104         * _pic16_setDefaultOptions: modified to initialize section names,
7105         but hack is temporarly out of order since it needs improvement.
7106         * _pic16_genAssemblerPreamble: configuration words are emitted by
7107         their address instead of their name. This part is incomplete and
7108         supports only the 18Fxx2 devices. Other devices will emit an error
7109         during assembly since they do not contain the same set of config
7110         registers
7111         * _pic16_genIVT: is modified,
7112
7113         * pcode.c: added definitions for some hardware registers that are needed
7114         for stack support
7115         * added flag is2LitOp and variable pci_magic in pCodeInstruction.
7116         All PCI entries are updated. Now LFSR is supported.
7117         * Removed pic16_pciTRIS is mentioned by mdubuc in source
7118         * added pic16_newpCodeOpLit2 to support instructions with
7119         two literal arguments
7120         * pic16_pCode2str: corrected code that emits assembler instructions
7121         with two literal operands and those that have an access bit modifier
7122         * genericPrint: now PC_ASMDIR pCodes, can emit a label if it exists,
7123         this fixes a bug which caused some labels to be lost, when an
7124         assembler directive was added, i.e. banksel,
7125         * pic16_FixRegisterBanking: improved logic that causes the insertion
7126         of bank switching,
7127         * InlineFunction: functions that are called once, are not any more
7128         inlined. This can be a port option in the future,
7129
7130         * pcode.h: added pCodeOpLit2 and added variable label in pCodeAsmDir
7131
7132         * ralloc.c: added pic16_rel_udata and pic16_fix_udata variables which
7133         hold the corresponding uninitialized symbols,
7134         * pic16_allocProcessorRegister: registers have explicit marked the
7135         accessBank field,
7136         * pic16_allocInternalRegister: registers are explicit marked as
7137         not used,
7138         * pic16_writeUsedRegs: pic16_dynDirectBitRegs was missing from the
7139         processing list, so bit registers were lost,
7140         *
7141
7142         * ralloc.h: added field 'accessBank' and original symbol operand
7143         in register definition,
7144         * removed the field isMapped from register definition,
7145
7146         ** Several functions have been removed from various sources:
7147         BanksUsedFlow2,BanksUsedFlow,FixBankFlow,InstructionRegBank,
7148         pic16_addMemRange,pic16_isREGinBank,pic16_dump_map,pic16_dump_cblock
7149         isSFR,validAddress,mapRegister,assignRegister,pic16_assignFixedRegisters
7150         pic16_assignRelocatableRegisters
7151
7152         ** others have been introduced:
7153         pic16_areRegsSame,pic16_dump_section,checkAddReg,pic16_groupRegistersInSection
7154         pic16_popGetLit2,pic16_popCombine2,pushw,pushaop
7155
7156 2004-01-05 Vangelis Rokas <vrokas AT otenet.gr>
7157
7158         * support/scripts/inc2h.pl: changed definition of BIT_AT
7159         to emit 'sbit at' instead of 'bit at'. This was a request.
7160
7161         PIC16 port related preliminary changes:
7162         * gen.c: prefixed function popRegFromString with
7163         pic16_ and all references to it corrected
7164         * pcode.c: all pic16_pc_* hardware registers prefixed
7165         with underscore (_),
7166         pic16_popCopyGPR2Bit(): function sets register wasUsed=1
7167         * ralloc.c: newReg(): when register is REG_SFR then
7168         set address to rIdx,
7169         pic16_allocProcessorRegister(): marks register wasUsed=0
7170         pic16_writeUsedRegs(): added a call to assign processor
7171         registers via pic16_assignFixedRegisters
7172
7173 2004-01-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7174
7175         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c,
7176         as/mcs51/lkmain.c, as/mcs51/lkmem.c: 8051 linker can now pack
7177         variables in unused register banks.  Also the SSEG is placed
7178         wherever there is enough space for it, and IDATA can be anywhere
7179         in internal RAM.  For now compile using -Wl-Y[stack_size].
7180         The mem file is different for this option as well, since it
7181         makes no sense of talking about DSEG lenght.
7182
7183 2004-01-02 Vangelis Rokas <vrokas AT otenet.gr>
7184
7185         * src/SDCClrange.c: fixed bug 869095 that caused segfault
7186         in certain cases, e.g. when ROM assignment, patch provided
7187         from Albert den Haan.
7188
7189 2004-01-01 Bernhard Held <bernhard AT bernhardheld.de>
7190
7191         Many signedness and type propagation fixes:
7192         * src/SDCCicode.c: made geniCodeCast() static
7193         replaced SPEC_ by IS_ (cosmetic)
7194         (operandOperation): fixed div and mod operation
7195         (usualBinaryConversions): added support for promotion of char
7196         (geniCodeMultiply): replaced (unsigned long) by (TYPE_UDWORD)
7197         (geniCodeDivision): replaced (unsigned long) by (TYPE_UDWORD)
7198         (geniCodeAdd): an array index will stay unsigned, even if promoted
7199         from char to int
7200         (geniCodeArray): ditto
7201         * src/SDCCicode.h: made geniCodeCast() static: removed prototype
7202         * src/SDCCsymt.c (computeType): added more support for char;
7203         promotion of char is selectable by promoteCharToInt, fixed signedness
7204         for all cases
7205         (powof2): replaced (unsigned long) by (TYPE_UDWORD)
7206         * src/SDCCsymt.h (powof2): replaced (unsigned long) by (TYPE_UDWORD)
7207         * src/SDCCval (val*): replaced signedness calculation by
7208         computeType()
7209         rearranged if-branches (cosmetic)
7210         (valShift): added warning W_SHIFT_CHANGED
7211         (valCompare): fixed problem with different types
7212         * src/hc08/rallo.c (leastUsedLR): fixed gcc 3.3 warning
7213         * support/regression/tests/literalop.c: added many cases
7214         * support/regression/tests/ast_constant_folding.c: changed finally to
7215         'unsigned int'
7216         * .version: new year, new version: 2.3.7
7217         * src/SDCCmain.c (main): applied patch #866468
7218         * debugger/mcs51/sdcdb.c (parseCmdLine): added -k for ucsim, patch
7219         provided by Scott Bronson
7220         * doc/sdccman.lyx: updated documentation for sdcdb
7221         updated and added chapter tips
7222
7223 2004-01-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7224
7225         * src/SDCCsymt.h: missing from yesterday's commits
7226
7227 2003-12-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7228
7229         * src/SDCC.y (struct_or_union_specifier),
7230         * support/Util/SDCCerr.c,
7231         * support/Util/SDCCerr.h: verify that struct & union tags are used
7232         as declared.
7233
7234 2003-12-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7235
7236         * src/SDCCglobl.h: missing from yesterday's commits
7237
7238 2003-12-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7239
7240         * src/SDCC.y (external_definition, type_specifier2, sfr_reg_bit,
7241         sft_attributes, struct_declaration, parameter_declaration,
7242         type_name, start_block, declaration_list),
7243         * src/SDCC.lex (check_type): support redefinition of typedef names
7244
7245 2003-12-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7246
7247         * src/mcs51/gen.c (genPlus): added special handling for 256 byte
7248         aligned xdata arrays. Erik helped me with the if clause.
7249
7250 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7251
7252         * device/lib/ds390/tinibios.c (CpuSpeed): suppress unreachable code
7253         warning
7254
7255 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7256
7257         * src/SDCCast.h,
7258         * src/SDCCast.c (newAst_),
7259         * src/SDCCicode.h,
7260         * src/SDCCicode.c (ast2iCode, newiCode),
7261         * src/SDCCglobl.h,
7262         * src/SDCC.y (logical_and_expr, logical_or_expr, conditional_expr,
7263         expr, statement, expression_statement, selection_statement,
7264         iteration_statement, expr_opt, jump_statement): foundation for tracking
7265         sequence points
7266         * src/SDCCopt.c (killDeadCode): fixed bug #861580 (needs the sequence
7267         point code too)
7268
7269 2003-12-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7270
7271         * support/Util/SDCCerr.c,
7272         * src/SDCCast.h,
7273         * src/SDCCast.c (createCase, createDefault, decorateType),
7274         * src/SDCClabel.c (labelUnreach),
7275         * src/SDCC.y (labeled_statement, jump_statement): More improvements
7276         to error messages.
7277         * support/Util/SDCCerr.c (werrorfl): fixed a non-standard declaration
7278         (with thanks to Stas Sergeev)
7279         * device/include/time.h,
7280         * device/lib/time.c (CheckTime): suppress unreachable code warning
7281
7282 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7283
7284         * src/SDCCast.c (createIvalCharPtr),
7285         * src/SDCCglue.c (printChar): fixed bug #862241 (an error in my fix for
7286         bug #753752)
7287         * support/regression/tests/nullstring.c: tests for these two bugs
7288
7289 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7290
7291         * support/Util/SDCCerr.h,
7292         * support/Util/SDCCerr.c (E_NOT_ALLOWED),
7293         * src/SDCC.y (struct_declaration, struct_or_union_specifier): complain
7294         about storage class and 'at' used inside struct or union
7295         * src/SDCCBBlock.c (iCodeFromeBBlock),
7296         * src/SDCCcse.c (ifxOptimize),
7297         * src/SDCCglue.c (emitRegularMap, initPointer, printIvalStruct,
7298         printIvalArray, printiValFuncPtr, printIvalCharPtr, printIvalPtr,
7299         printIval, emitStaticSeg, emitOverlay),
7300         * src/SDCClabel.c (deleteIfx),
7301         * src/SDCCopt.c (replaceRegEqv, eBBlockFromiCode),
7302         * src/SDCCast.c (resolveSymbols, createIvalStruct, createIvalArray,
7303         gatherAutoInit, processParms),
7304         * support/Util/SDCCerr.h,
7305         * support/Util/SDCCerr.c (werrorfl): Support for better error location
7306         reporting for post-parse errors.
7307
7308 2003-12-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7309
7310         * src/SDCCval.c (valPlus, valMinus, valShift): fixed some problems with
7311         implicit casts via union; they don't work on big endian systems
7312         (possible fix for bug #861138)
7313
7314 2003-12-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7315
7316         (committed by Erik Petrich <epetrich AT ivorytower.norman.ok.us> on Frieder's behalf)
7317         * src/mcs51/main.c: fixed the fix for bug #737001
7318
7319 2003-12-15  Borut Razem <borut.razem AT siol.net>
7320
7321         * support/scripts/sdcc.nsi: updated for NSIS 2.0 beta 4
7322
7323 2003-12-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7324
7325         * support/makebin/makebin.c: put output in binary mode
7326
7327 2003-12-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7328
7329         * src/mcs51/main.c: fixed bug #737001 for the mcs51. SDCC clears
7330         xdata and data memory on startup. Set the environment variable
7331         SDCC_NOGENRAMCLEAR to disable this.
7332         * src/mcs51/peephole.def,
7333         * src/ds390/peephole.def: using the atomic test and clear instruction jbc
7334         (allows non-interrupt and interrupt code to safely compete for a resource
7335         without the non-interrupt code having to disable interrupts)
7336
7337 2003-12-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7338
7339         * src/SDCCicode.c (geniCodeAdd),
7340         * src/SDCCast.c (decorateType): fixed bug #857753 (need to be careful
7341         with valFromType if type might be a pointer and host is big endian).
7342         * src/SDCCast.c (decorateType): unary plus compatible with all arithmetic
7343         types, not just integer types.
7344         * src/SDCCsymt.c (addSymChain): clarified error message when symbol is
7345         multiply defined with mismatching "at" address.
7346
7347 2003-12-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7348
7349         * src/ds390/main.c (PORT tininative_port): fixed bug #858416
7350         * src/SDCCglue.c (printChar, printIvalChar, emitStaticSeg),
7351         * src/SDCCast.c (createIvalCharPtr, stringToSymbol): handle strings
7352         with embedded nulls (fixed bug #753752)
7353
7354 2003-12-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7355
7356         * src/mcs51/main.c(_mcs51_genRAMCLEAR): using r0 instead of r1/r2.
7357         Apparently this did not see much testing (endless loop)
7358
7359 2003-12-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7360
7361         * src/z80/ralloc.c: set DISABLE_PACK_HL = 1 as a temporary fix to bug #855165
7362
7363 2003-12-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7364
7365         * src/SDCCdebug.c (outputDebugSymbols, outputDebugStackSymbols, dumpSymInfo):
7366         gracefully handle NULL memmap pointers
7367
7368 2003-12-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7369
7370         * src/SDCCopt.c (killDeadCode): change iCode type to DUMMY_READ_VOLATILE
7371         instead of deleting the iCode when an operand is volatile
7372         * src/z80/gen.c (genDummyRead),
7373         * src/mcs51/gen.c (genDummyRead),
7374         * src/ds390/gen.c (genDummyRead),
7375         * src/hc08/gen.c (genDummyRead): handle operands in IC_LEFT and/or IC_RIGHT,
7376         not just IC_RIGHT
7377         * src/SDCCicode.c (geniCodeCall): fixed bug #851607
7378         * src/SDCC.y: fixed bug #850420
7379
7380 2003-12-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7381
7382         Applied z80 i/o port patch from Peter Townson and fixed some operators
7383         to better handle operands in A register.
7384         * device/include/z180.h
7385         * src/SDCC.y
7386         * src/SDCCglue.c
7387         * src/z80/gen.c
7388         * src/z80/gen.h
7389         * src/z80/main.c
7390         * src/z80/peeph-z80.def
7391         * src/z80/peeph.def
7392         * src/z80/z80.h
7393
7394 2003-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7395
7396         * src/SDCCsymt.c (addSymChain, compareTypeExact): fixed bug #838241 again
7397
7398 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7399
7400         * device/lib/hc08/_mullong.c: Removed extra #endif
7401
7402 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7403
7404         * sim/ucsim/hc08.src/inst.cc,
7405         * sim/ucsim/hc08.src/hc08mac.h: fixed some problems with CC flag bits and
7406         carries from x to h
7407         * src/hc08/gen.c (aopAdrStr): fixed problem with 16 bit immediate
7408         * src/hc08/gen.c (XAccRsh): fixed problem with right shift
7409         * device/include/stdarg.h: fixed varargs for hc08
7410         * device/lib/Makefile.in,
7411         * device/lib/hc08/Makefile,
7412         * device/lib/hc08/_mulint.c,
7413         * device/lib/hc08/_mullong.c: fixed some endian problems
7414
7415 2003-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7416
7417         * sdcc/src/mcs51/gen.c (genMultOneByte): help peephole 105
7418         * sdcc/src/mcs51/peeph.def: added peephole 186.e array access in code space
7419         * device/lib/_gptrget.c,
7420         * device/lib/_gptrput.c: P2 not used any more (related to #850747, #785979)
7421
7422 2003-11-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7423
7424         * src/SDCClrange.c (findNextUseSym, rlivePoint): fixed bug #849795
7425         * src/SDCCast.c (astErrors): fixed bug #846007
7426         * src/SDCCsymt.c (checkFunction): fixed follow-up bug on bug #846007
7427
7428 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7429
7430         * src/SDCCast.c (decorateType): disabled a transformation I added in
7431         revision 1.188 (access to fields of a structure at an absolute address);
7432         it breaks with bitfields, extern declarations, and gcse analysis.
7433         * src/SDCCopt.c (isLocalWithoutDef): if ADDRESS_OF applied to a symbol, it
7434         could be assigned through a pointer, so don't complain.
7435         * src/SDCCast.c (astErrors),
7436         * src/SDCCast.h,
7437         * src/SDCCglue.c (emitRegularMap): fixed bug #847813
7438
7439 2003-11-26 Vangelis Rokas <vrokas AT otenet.gr>
7440
7441         * src/pic16/main.c (_pic16_genIVT): fixed interrupt vector table
7442         * src/pic16/main.c (_pic16_genAssemblerPreamble): re-enabled the
7443         output of __config directives, since gpasm now supports them
7444         * src/pic16/main.c (_pic16_finaliseOptions): define MCU
7445         pre-processor macro, i.e. -DMCU=p18f452
7446         * src/pic16/ralloc.c: renamed packRegisters to pic16_packRegisters,
7447         and modified to handle 'cast' icode similarly to '=' icode
7448         * src/pic16/device.h (typedef struct PIC_device): added field
7449         'extMIface' to indicate that chip has external memory interface
7450         * src/pic16/device.c: added chips 18F248, 18F258, 18F448, 18F458,
7451         18F6520, 18F6620, 18F6680, 18F6720, 18F8520, 18F8620, 18F8680,
7452         18F8720
7453
7454 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7455
7456         * src/SDCC.y (pointer): fixed bug #846006
7457         * support/Util/SDCCerr.c: made W_PTR_TYPE_INVALID message clearer
7458         * src/SDCCast.c (decorateType): fixed bug #846009
7459         * src/ds390/peeph.def,
7460         * src/ds390/gen.c (genAnd, genOr),
7461         * src/mcs51/peeph.def,
7462         * src/mcs51/gen.c (genAnd, genOr): fixed bug #846777
7463
7464 2003-11-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7465
7466         Fixed several common-sub-expression bugs (#772861, #768380, & #755323)
7467         * src/SDCCdflow.c
7468         * src/SDCCcse.c
7469         * src/SDCCcse.h
7470         * src/SDCCBBlock.h
7471         * src/SDCCBBlock.c
7472
7473 2003-11-23 Klaus Flittner <klaus_flittner AT gmx.de>
7474
7475         fixed bug #845089
7476         * src/SDCCbitv.h,
7477         * src/SDCCbitv.c: added function to free a bitvector
7478         * src/SDCClrange.h,
7479         * src/SDCClrange.c: added function to recompute the liveranges
7480         * src/avr/ralloc.c,
7481         * src/ds390/ralloc.c,
7482         * src/hc08/ralloc.c,
7483         * src/mcs51/ralloc.c,
7484         * src/pic/ralloc.c,
7485         * src/pic16/ralloc.c,
7486         * src/xa51/ralloc.c,
7487         * src/z80/ralloc.c: recompute the liveranges after register packing
7488
7489 2003-11-21 Klaus Flittner <klaus_flittner AT gmx.de>
7490
7491         * src/SDCCloop.c (newInduction): fixed bug #845630
7492
7493 2003-11-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7494
7495         * src/SDCCsymt.c (compareTypesExact): disabled debugging output
7496         inadvertantly left behind from my 2003-11-12 change
7497
7498 2003-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7499
7500         Updated headers I neglected to commit yesterday.
7501         * src/SDCClrange.h,
7502         * src/SDCCicode.h
7503
7504 2003-11-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7505
7506         * src/SDCCcse.c (algebraicOpts): fixed bug #773153
7507         * src/SDCClrange.c (rlivePoint): need to mark IC_RESULT used if POINTER_SET op
7508         * src/SDCCopt.c (eBBlockFromiCode),
7509         * src/SDCClrange.c (hashiCodeKeys, sequenceiCode, computeLiveRanges): seperated
7510         the creation of the key hash table from the sequencing so it can be used
7511         earlier (for some GCSE bug fixes still pending)
7512
7513 2003-11-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7514
7515         * src/mcs51/gen.c (genPlus): generate shortcut for adding 0xab00
7516         * support/regression/tests/addsub.c: testing genPlus shortcut
7517
7518 2003-11-15  Borut Razem <borut.razem AT siol.net>
7519
7520         * src/SDCCmain.c: fixed bug #841645: -MM command line option passed to sdcpp
7521
7522 2003-11-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7523
7524         * src/SDCCcse.c (cseBBlock): fixed bug #527779
7525         * src/SDCCcse.c (deleteGetPointers): rewrote so that the set
7526         ordering is immaterial.
7527         * src/SDCCdflow.c (mergeInExprs): fixed bug #587536
7528
7529 2003-11-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7530
7531         * src/SDCCicode.c (geniCodeAddressOf): fixed part of bug #840381
7532         * src/SDCCopt.c (replaceRegEqv, isLocalWithoutDef): fixed other part
7533         (SIGSEV) of bug #840381
7534         * src/SDCCmain.c (linkEdit, assemble): fixed bug #841606 (don't
7535         unlink new file before rename if new and old filenames are the same)
7536
7537 2003-11-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7538
7539         * src/mcs51/main.c: started fixing bug #737001 (SDCC not clearing
7540         uninitialized variables) for the mcs51. Set environment variable
7541         SDCC_GENRAMCLEAR to test.
7542         xdata initialization slightly shorter
7543
7544 2003-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7545
7546         * src/SDCCsymt.h,
7547         * src/SDCCsymt.c (addSymTypeChain, compareTypesExact): fixed bugs
7548         #838241 & 780691 (basicly the same bug)
7549         * src/SDCCBBlock.c (iCode2eBBlock): fixed bug #840148
7550         * src/SDCCBBlock.c (iCodeFromeBBlock): fixed bug #840162
7551
7552 2003-11-11 Bernhard Held <bernhard AT bernhardheld.de>
7553
7554         * src/SDCCmain.c (linkEdit): "fix" #834252
7555
7556 2003-11-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7557
7558         * src/SDCCast.c (removePostIncDecOps, removePreIncDecOps),
7559         * src/SDCCast.h,
7560         * src/SDCC.y: fixed bug #819403
7561
7562 2003-11-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7563
7564         * support/regression/fwk/lib/testfwk.c: printn is recursive and thus needs
7565         the reentrant attribute.
7566         * src/hc08/gen.c (genPackBits): added missing stack readjustment
7567         * sim/ucsim/hc08.src/inst.cc (inst_mov): fixed bugs with mov instruction
7568         simulation
7569         * src/SDCCast.c (decorateType): fixed bug with storage class not being
7570         updated during pointer dereference; f.e. ~(((char *)1)*) was being
7571         erroneously reduced to a literal.
7572         * src/hc08/ralloc.c (packRegisters, rematStr),
7573         * src/hc08/gen.c (aopForRemat): allow literals to be rematerialized in
7574         some cases
7575
7576 2003-11-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7577
7578         * src/mcs51/main.c: fixed bug #838385. Thanks to Josef Pavlik for finding and fixing
7579         * doc/sdccman.lyx: changed from 'article' to 'book'
7580         * doc/Makefile: readded test_suite_spec and cdbfileformat
7581
7582 2003-11-08 Bernhard Held <bernhard AT bernhardheld.de>
7583
7584         * device/include/stdlib.h: include malloc.h to comply with ANSI
7585         * support/regression/tests/malloc.c: include stdlib.h instead of malloc.h
7586
7587 2003-11-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7588
7589         * doc/Makefile: sdccman.pdf should build with correct references (more info in commit msg)
7590         * doc/clean.mk: also remove *.out files
7591         * doc/sdccman.lyx: some additions, larger top/bottom margins
7592
7593 2003-11-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7594
7595         * src/SDCC.y: fixed bug #837365
7596         * support/regression/tests/bitopcse.c
7597         * src/hc08/gen.c (genPointerGet): Don't assume pointer operand is
7598         a symbol (might be valop instead)
7599         * device/lib/Makefile.in: added errno.c to HC08SOURCES
7600         * device/lib/clean.mk: added hc08 to the cleaning list
7601
7602 2003-11-04  Borut Razem <borut.razem AT siol.net>
7603
7604         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h: reverted changes,
7605           made 2003-11-04
7606         * support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
7607           as/z80/aslist.c, as/z80/assym.c: removed inclusion of nonstandard malloc.h;
7608           malloc is declared in standard stdlib.h
7609
7610 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7611
7612         * device/lib/hc08/Makefile: need to clean .rel not .o files
7613         * src/hc08/gen.c (genDjnz): can't use djnz with extended addressing mode
7614
7615 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7616
7617         * src/port.h,
7618         * src/hc08/main.c,
7619         * src/mcs51/main.c,
7620         * src/ds390/main.c,
7621         * src/z80/main.c,
7622         * src/avr/main.c,
7623         * src/pic/main.c,
7624         * src/pic16/main.c,
7625         * src/xa51/main.c: added hasExtBitOp & oclsExpense functions to ports
7626         * src/SDCCicode.c: changed several IS_FARSPACE tests to isOclsExpensive
7627         tests (which uses the port's oclsExpense function)
7628         * src/SDCC.y,
7629         * src/SDCCast.c,
7630         * src/SDCCicode.c,
7631         * src/hc08/gen.c,
7632         * src/ds390/gen.c,
7633         * src/mcs51/gen.c: added support for the SWAP iCode (RFE #834167)
7634
7635 2003-11-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7636
7637         * src/SDCCcse.c (ifxOptimize),
7638         * src/SDCClabel.c (labelIfx, deleteIfx): When the condition to
7639         an IFX iCode is volatile, convert to DUMMY_READ_VOLATILE instead
7640         deleting the IFX iCode.
7641         * src/hc08/ralloc.c: reduced unneeded slocs
7642         * src/hc08/gen.c: fixed bug in asmopToBoolean
7643
7644 2003-11-04  Borut Razem <borut.razem AT siol.net>
7645
7646         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h,
7647           support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
7648           as/z80/aslist.c, as/z80/assym.c: decision to include malloc.h
7649           transferred to configure
7650
7651 2003-11-03 Bernhard Held <bernhard AT bernhardheld.de>
7652
7653         Use headers defined in the C[++] standards:
7654         * sim/ucsim/gui.src/serio.src/fileio.cc
7655         * sim/ucsim/gui.src/serio.src/frontend.cc
7656         * sim/ucsim/gui.src/serio.src/main.cc
7657         * sim/ucsim/gui.src/serio.src/posix_signal.cc
7658         * support/Util/NewAlloc.c
7659         * as/hc08/lklibr.c
7660         * as/mcs51/lklibr.c
7661         * as/z80/aslist.c
7662         * as/z80/assym.c
7663
7664 2003-11-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7665
7666         * Added MSVC projects for hc08 assembler and linker:
7667         all.dsp, config.dsp, sdcc.dsw, /as/hc08/as_hc08.dsp,
7668         /as/hc08/link_hc08.dsp
7669
7670 2003-11-03 Martin Helmling <Martin.Helmling AT octo-soft.de>
7671
7672         * debugger/mcs51/cmd.c: allows filename starting with digit(+ some debug)
7673
7674 2003-11-02 Bernhard Held <bernhard AT bernhardheld.de>
7675
7676         * src/SDCCmain.c (linkEdit): "fixed" again bug #833605
7677
7678 2003-11-01 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7679
7680         * src/mcs51/main.c: xdata initialization is 13 bytes shorter now
7681
7682 2003-10-31  Borut Razem <borut.razem AT siol.net>
7683
7684         * support/cpp2/cpplib.h,
7685           support/cpp2/cpplib.c,
7686           support/cpp2/cpplex.c,
7687           support/cpp2/cppinit.c: introduced #pragma preproc_asm [ + | - ]
7688           to switch _asm block preprocessing on / off. Default is
7689           #pragma preproc_asm +
7690
7691 2003-10-31  Borut Razem <borut.razem AT siol.net>
7692
7693         * support/cpp2/cpplex.c: Fixed _WIN32 problem with CR-CR-LF sequences
7694           when outputting comment blocks (when executed with -C option) and
7695           _asm (SDCPP specific) blocks
7696
7697 2003-10-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7698
7699         * as/hc08/lkrloc.c (relr): Fixed ihx output, fixed lastAreaIndex warning
7700
7701 2003-10-31 Klaus Flittner <klaus_flittner AT gmx.de>
7702
7703         * src/SDCCcse.c (updateSpillLocation): fixed bug #808027
7704
7705 2003-10-31 Bernhard Held <bernhard AT bernhardheld.de>
7706
7707         * src/SDCCmain.c (linkEdit): "fixed" bug #833605
7708         * src/SDCCast.c (decorateType): fixed bug #832664
7709
7710 2003-10-31  Borut Razem <borut.razem AT siol.net>
7711
7712         * support\cpp2\cpplex.c: fixed for SDCPP:
7713           comments(when executed with -C option) and _asm blocks
7714           were included even if they where in skipped #if block.
7715           Applied solution from GCC cpp 3.3.2
7716
7717 2003-10-31  Borut Razem <borut.razem AT siol.net>
7718
7719         * src/SDCC.lex: sdcc now understands both formats:
7720           '# <line_number> <file_name>' and
7721           '#line <line_number> <file_name>'
7722         * support/cpp2/cppmain.c: sdcpp now generates the standard
7723           '# <line_number> <file_name>' instead of former
7724           '#line <line_number> <file_name>'
7725
7726 2003-10-30  Borut Razem <borut.razem AT siol.net>
7727
7728         * support/cpp2/cpphash.h,
7729         * support/cpp2/cpplib.h
7730         * support/cpp2/cpplex.c,
7731         * support/cpp2/cppmain.c,
7732         * support/cpp2/cppinit.c: fixed bug #828015 - Syntax variation for _asm character constants
7733
7734 2003-10-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7735
7736         Fixed a number of problems revealed by bug #827883.
7737         * src/SDCCloop.c (loopInvariants): Spill location of the
7738         result operand should be recomputed if extracted from
7739         a loop. Also, don't extract assignments of an iTemp
7740         from a literal.
7741         * src/SDCCast.c (isConformingBody): loop reversal should
7742         not occur if the control variable is involved with a
7743         relational operator.
7744
7745 2003-10-28 Bernhard Held <bernhard AT bernhardheld.de>
7746
7747         * .version: bumped to 2.3.6 to reflect the big improvements
7748         made by Erik and Klaus. Thanks!
7749
7750 2003-10-28 Klaus Flittner <klaus_flittner AT gmx.de>
7751
7752         Replaced the livrange code.
7753         * src/SDCClrange.c: added new LR code
7754         * src/SDCCloop.c,
7755         * src/SDCCBBlock.h: removed remainig parts from old LR code
7756         * src/ds390/ralloc.c,
7757         * src/ds390/gen.c: minor fixes to make it work with new code
7758
7759 2003-10-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7760
7761         * as/hc08/asm.h,
7762         * as/hc08/lkrloc.c,
7763         * src/hc08/gen.c,
7764         * src/hc08/ralloc.c: Fix various warnings related to the hc08
7765         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): Fixed bug #829717
7766         (tweaked fix for bug #818696)
7767
7768 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7769
7770         * src/z80/ralloc.c (joinPushes): Fixed bug #828742
7771
7772 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7773
7774         * src/SDCCmain.c,
7775         * sdccconf_in.h: Fixed bug #828387 (--disable-hc08-port didn't work)
7776         * src/mcs51/gen.c (gencjneshort),
7777         * src/ds390/gen.c (gencjneshort): Made comparison with AOP_IMMD operand
7778         more efficient (per Scott Bronson's suggestion)
7779
7780 2003-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7781
7782         Extended the semantics of the critical keyword to include
7783         individual statements. See RFE #827755 and #799831
7784         * src/SDCC.y
7785         * src/SDCCicode.c
7786         * src/SDCCopt.c
7787         * src/SDCCast.c
7788         * support/Util/SDCCerr.c
7789         * support/Util/SDCCerr.h
7790         * src/mcs51/gen.c
7791         * src/ds390/gen.c
7792         * src/hc08/gen.c
7793
7794 2003-10-19  Borut Razem <borut.razem AT siol.net>
7795
7796         * src/SDCC.lex: fixed bug #825944 - defined yytext_ptr to make it compile with flex 2.5.31
7797
7798 2003-10-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7799
7800         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec, ast2iCode):
7801         Fixed bug #818696
7802         * src/SDCCast.c (ast_print): Fixed --dumptree so that preincrement
7803         and predecrement operand is displayed
7804
7805 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
7806
7807         * src/SDCCval.c (valMinus): fixed bug #826041
7808
7809 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7810
7811         Some hc08 related updates that I missed earlier
7812         * sim/ucsim/stypes.h
7813         * support/regression/ports/hc08/spec.mk
7814
7815 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7816
7817         New target "hc08" for the Motorola 68hc08 family of micros
7818
7819         * configure
7820         * configure.in
7821         * Makefile
7822         * src/hc08/*
7823         * src/SDCCmain.c
7824         * src/port.h
7825         * sim/ucsim/hc08.src/*
7826         * sim/ucsim/configure.in
7827         * src/ucsim/configure
7828         * sim/ucsim/packages_in.mk
7829         * as/hc08/*
7830         * as/Makefile
7831         * device/include/mc68hc908qy.h
7832         * device/lib/hc08/*
7833         * device/lib/Makefile.in
7834         * support/regression/ports/hc08/*
7835         * support/regression/Makefile
7836
7837 2003-10-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7838
7839         * src/z80/gen.c: fixed bug revealed by ast_constant_folding.c
7840         regression test
7841         * src/ds390/gen.c (genCast): fixed bug #821957
7842
7843 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
7844
7845         * device/lib/logf.c: "fixed" overlay bug
7846         * support/regression/ports/host/spec.mk: added m library
7847         * support/regression/ports/mcs51-stack-auto/spec.mk: added float funcs
7848         * support/regression/tests/float_trans: added (for Eric)
7849
7850 2003-10-12 Bernhard Held <bernhard AT bernhardheld.de>
7851
7852         * src/mcs51/gen.c (genCpl): fixed bug
7853         http://sf.net/mailarchive/message.php?msg_id=6263915
7854
7855 2003-10-10 Bernhard Held <bernhard AT bernhardheld.de>
7856
7857         * src/SDCCast.c (decorateType): added extended constant folding
7858         * src/SDCCsymt.c (computeType): cleanup
7859         * src/SDCCval.c (valShift): minor optimization
7860         * support/regression/tests/ast_constant_folding.c: added
7861
7862 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7863
7864         * src/SDCCmain.c: removed some unintended changes
7865
7866 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7867
7868         * src/SDCCmain.c (setParseWithComma): fixed bug #816685
7869         * src/z80/gen.c: fixed part of bug #817589
7870         * src/SDCCsymt.c (checkFunction): fixed bug #817895
7871
7872 2003-10-08 Bernhard Held <bernhard AT bernhardheld.de>
7873
7874         Replaced cast (void **) with (void *) to avoid gcc 3 warning:
7875         * src/SDCCcflow.c
7876         * src/SDCCcse.c
7877         * src/SDCCdflow.c
7878         * src/SDCClabel.c
7879         * src/SDCClrange.c
7880         * src/SDCCmem.c
7881         * src/SDCCopt.c
7882         * src/SDCCpeeph.c
7883         * src/SDCCset.c
7884         * src/avr/ralloc.c
7885         * src/ds390/ralloc.c
7886         * src/izt/ralloc.c
7887         * src/mcs51/ralloc.c
7888         * src/pic/ralloc.c
7889         * src/pic16/ralloc.c
7890         * src/xa51/ralloc.c
7891         * src/z80/ralloc.c
7892         * src/z80/gen.c: removed unused label "release:"
7893
7894 2003-10-06  Borut Razem <borut.razem AT siol.net>
7895
7896         * src/SDCC.lex: removed definition of unused variables
7897           save_optimize and save_options
7898
7899 2003-10-06 Bernhard Held <bernhard AT bernhardheld.de>
7900
7901         * clean.mk: removed '=' in "-maxdepth=1"
7902         * src/SDCCloop.c: replace LRKLAUS with SDCC_LRKLAUS
7903         * src/SDCClrange.c: replace LRKLAUS with SDCC_LRKLAUS
7904
7905 2003-10-06  Borut Razem <borut.razem AT siol.net>
7906
7907         * src/SDCC.lex, src/SDCC.lex: use dbuf for "_asm" definitions;
7908           my_unput() replaced by unput()
7909
7910 2003-10-05 Bernhard Held <bernhard AT bernhardheld.de>
7911
7912         * src/SDCCloop.c (assignmentsToSym, loopInduction): cast argument of
7913         setToNull() to (void *) to avoid gcc3.x's warning: "dereferencing
7914         type-punned pointer will break strict-aliasing rules"
7915         Old LR behaviour is again default; Klaus' LR can be choosen by
7916         defining the environment variable LRKLAUS
7917         * src/SDCCBBlock.h
7918         * src/SDCCloop.c
7919         * src/SDCClrange.c
7920         * src/ds390/ralloc.c (spillThis): applied Klaus' patch
7921         * clean.mk: fixed removal of files in bin/CVS/
7922         * device/lib/clean.mk: fixed removal of directories small and large
7923         * support/Util/SDCCerr.c: changed W_INT_OVL to ERROR_LEVEL_PEDANTIC
7924         * src/SDCCicode.c,
7925         * src/SDCCval.c: removed superflous test for pedantic
7926
7927 2003-10-05  Borut Razem <borut.razem AT siol.net>
7928
7929         * src/SDCC.lex, support/Util/SDCCerr.c, sdcc/support/Util/SDCCerr.h:
7930           Fixed bug #816692: introduced new ERROR_LEVEL_PEDANTIC warning
7931           message "unmatched #pragma SAVE and #pragma RESTORE"
7932
7933 2003-10-04  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7934
7935         * doc/sdccman.lyx: various additions and updates (interrupts, inline
7936           assembly, critical functions, atomic, nojtbound)
7937
7938 2003-10-04 Bernhard Held <bernhard AT bernhardheld.de>
7939
7940         Applied liferange patch from Klaus Flittner <klaus_flittner AT gmx.de>
7941         * src/SDCCBBlock.h
7942         * src/SDCCloop.c
7943         * src/SDCCloop.h
7944         * src/SDCClrange.c
7945
7946 2003-10-03  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7947
7948         * src/z80/gen.h,
7949         * src/z80/gen.c (aopOp, aopGet, aopPut, genDummyRead),
7950         * src/mcs51/gen.h
7951         * src/mcs51/gen.c (aopOp, aopGet, aopPut, genDummyRead),
7952         * src/ds390/gen.h
7953         * src/ds390/gen.c (aopOp, aopGet, aopPut, genDummyRead),
7954         * src/SDCCicode.c (ast2iCode, geniCodeDummyRead): Fixed bug #663539
7955         * src/SDCCopt.c (killDeadCode): Fixed bugs #663539 & #816705
7956
7957 2003-10-02  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7958
7959         * src/z80/gen.c (genRet): fixed bug #524753
7960         * src/z80/gen.c (genCast): fixed internal error on cast from
7961         pointer to long
7962         * src/z80/gen.c (_saveRegsForCall, emitCall): adapted Johan's
7963         fix for bug #477835 to the z80
7964         * src/z80/gen.c (genZ80code, _vemit2, _emit2): added support
7965         for tracking iCodes in the peephole optimizer for z80
7966
7967 2003-10-01  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7968
7969         * src/SDCCicode.c (geniCodeJumpTable, geniCodeSwitch): fixed
7970         the other part of bug #814548
7971         * src/SDCCpeeph.c (labelInRange): fixed bug #814558
7972
7973 2003-09-30  Bernhard Held <bernhard AT bernhardheld.de>
7974
7975         * src/SDCCcse.c: fixed part of bug #814548
7976
7977 2003-09-28  Borut Razem <borut.razem AT siol.net>
7978
7979         * src/asm.c: rewrite of printILine() to use temporary file instead
7980           a pipe
7981         * src/xa51/main.c: commented out declaration of int rewinds
7982
7983 2003-09-27  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7984
7985         * src/SDCCicode.c (geniCodeJumpTable): Fixed bug #813206
7986
7987 2003-09-26  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7988
7989         * src/SDCCdflow.c (computeDataFlow): Fixed bug #810746
7990         * src/asm.c (printILine): Fixed bug #811015
7991
7992 2003-09-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7993
7994         *link/z80/lklibr.c, as/mcs51/lklibr.c: Improved memory allocation and
7995         freeing.
7996
7997 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7998
7999         * src/z80/gen.c (setupToPreserveCarry): Fixed bug #796955
8000         * src/z80/gen.c (setupPair, genMovePairPair): Fixed setupPair
8001         to correctly handle general case of AOP_PAIRPTR
8002         * src/z80/gen.c (aopGet, aopPut): Generalized AOP_PAIRPTR handling
8003
8004 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8005
8006         * src/mcs51/ralloc.c (fillGaps),
8007         * src/ds390/ralloc.c (fillGaps): fixed bug #810093 (yet another
8008         register positioning bug)
8009
8010 2003-09-21  Bernhard Held <bernhard AT bernhardheld.de>
8011
8012         * device/lib/_fsdiv.c: replaced (1<<31) by (1ul<<31)
8013
8014 2003-09-19  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8015
8016         * src/mcs51/gen.c (loadDptrFromOperand, genFarPointerGet,
8017         genCodePointerGet, genGenPointerGet, genFarPointerSet,
8018         genGenPointerSet): handle AOP_DPTR correctly when loading dptr
8019         (ralloc doesn't intentionally do this now, but perhaps later)
8020         * src/mcs51/ralloc.c (serialRegAssign, fillGaps),
8021         * src/ds390/ralloc.c (serialRegAssign, fillGaps): fixed some
8022         register positioning bugs (Fixed bug #762602 and #795325)
8023         * src/SDCCicode.c (geniCodeDerefPtr): Track output class correctly
8024         (Fixed bug #808779)
8025         * src/z80/gen.c: increased _vemit2's buffer[] to handle long
8026         lines that --i-code-in-asm generates
8027
8028 2003-09-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8029
8030         *link/z80/lklibr.c, as/mcs51/lklibr.c: Fixed Linux segfaults when
8031         trying to fclose a FILE* that was already closed.
8032
8033 2003-09-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8034
8035         * src/SDCCsymt.c (structElemType): fixed bug #808291 (members
8036         of const struct should be treated as if const themselves)
8037
8038 2003-09-18  Bernhard Held <bernhard AT bernhardheld.de>
8039
8040         * src/SDCCval.c (valPlus, valMinus): fixed bug #808337
8041
8042 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8043
8044         * support/librarian/sdcclib.c: Generate correct offsets for libraries with
8045         Unix (/n) and DOS (/r/n) line terminations.
8046
8047 2003-09-17  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8048
8049         * src/SDCCopt.c (cnvFromFloatCast, cnvToFloatCast): fixed
8050         bug #613775
8051
8052 2003-09-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8053
8054         * src/mcs51/gen.c (genFunction, genEndFunction),
8055         * src/ds390/gen.c (genFunction, genEndFunction): Moved save
8056         and restore of EA so that stack offsets to parameters are
8057         correct when using both critical and reentrant/stack-auto.
8058         * src/z80/gen.c (aopOp): removed erroneous assertion about sloc
8059         size (can be triggered in error if sloc is shared between
8060         different sized objects)
8061         * device/include/float.h: fixed macros to explicitly use
8062         unsigned long where needed
8063
8064 2003-09-15  Bernhard Held <bernhard AT bernhardheld.de>
8065
8066         Feature req. 799831: added code to allow nesting of critical functions
8067         * src/mcs51/gen.c (genFunction, genEndFunction)
8068         * src/ds390/gen.c (genFunction, genEndFunction)
8069
8070 2003-09-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8071
8072         * src/SDCCsymt.c (sclsFromPtr),
8073         * src/SDCCsymt.h,
8074         * src/SDCCast.c (decorateType): fixed bug #462971. Also, better
8075         support for standard C idiom of memory mapped variables; for
8076         example, *((xdata int*)0x1234) = 1 is now internally equivalent
8077         to xdata int at 0x1234 tempvar = 1.
8078         * sim/ucsim/z80.src/inst_xd.cc: fixed bug #805483 with patch
8079         provided by Akiya ISHIDA
8080
8081 2003-09-13  Bernhard Held <bernhard AT bernhardheld.de>
8082
8083         * src/SDCCval.c (cheapestVal): reenabled to reduce int to char
8084         * src/SDCCval.c (constVal): added reduction from int to char
8085         * src/SDCCval.c (valMult, valDiv): fixed sign handling
8086         * src/SDCCval.c (valShift): fixed after change of cheapestVal()
8087         * src/SDCCval.c (valCompare): fixed EQ_OP and NE_OP; they have
8088         to ignore the sign
8089         * support/regression/tests/shifts.c: fixed
8090
8091 2003-09-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8092
8093         * src/z80/gen.c (genXor): Fixed bug #805445
8094
8095 2003-09-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8096
8097         Fixed bug #621531 (const & volatile confusion in the type chain).
8098         DCL_PTR_CONST, DCL_PTR_VOLATILE, & IS_PTR_CONST now exclusively
8099         refer to the const or volatile state of the pointer itself.
8100
8101         * src/SDCCast.c
8102         * src/SDCCglue.c
8103         * src/SDCCicode.c
8104         * src/SDCCsymt.c
8105         * src/SDCCval.c
8106         * src/SDCC.y
8107         * src/SDCCsymt.h
8108         * src/pic/gen.c
8109         * src/pic/ralloc.c
8110         * src/pic16/gen.c
8111         * src/pic16/ralloc.c
8112         * support/regression/tests/const.c
8113
8114 2003-09-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8115
8116         When checking for duplicated modules, use absolute paths
8117         instead of relative paths.  Files changed:
8118
8119         * as/mcs51/lklib.c
8120         * link/z80/lklib.c
8121
8122 2003-09-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8123
8124         * src/SDCCicode.c (geniCodeLogic): fixed bug #797572
8125
8126 2003-09-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8127
8128         * device/include/string.h: added size_t typedef, changed
8129         prototypes to use size_t, eliminated separate reentrant and
8130         non-reentrant declarations, added _memmove declaration
8131         * device/lib/_memcpy.c: changed to use size_t instead of int,
8132         changed /4 to >>2 to avoid division library call
8133         * device/lib/_memcmp.c,
8134         * device/lib/_memset.c,
8135         * device/lib/_strncat.c,
8136         * device/lib/_strncpy.c,
8137         * device/lib/_strncmp.c: changed to use size_t instead of int
8138         * device/lib/_memmove.c: new file (fixed bug #772294)
8139         * device/lib/Makefile.in: added _memmove.c
8140         * device/lib/z80/asm_strings.s: fixed bug #772290
8141         * support/regression/tests/bitfields.c: attempt to fix host assertion
8142         failure on amd64-unknown-linux2.2
8143
8144 2003-09-06  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8145
8146         * src/z80/gen.c (aopPut, spillPairReg): fixed bug #800998
8147         * src/z80/gen.c (genFunction, genEndFunction): fixed "bug" #774700
8148         * as/z80/asmain.c (main): fixed bug #801766
8149
8150 2003-09-06  Bernhard Held <bernhard AT bernhardheld.de>
8151
8152         * src/SDCCicode.c (ast2iCode): fixed differences in iCode with different
8153         compilers
8154
8155 2003-09-05  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8156
8157         * src/SDCCast.c (isConformingBody): fixed loop reversal bug
8158         reported in bug #800609
8159
8160 2003-09-04  Vangelis Rokas <vrokas AT otenet.gr>
8161
8162         * Top header beautifications in src/pic16 directory:
8163           device.c, device.h, gen.c, gen.h, genarith.c, glue.c, pcode.c,
8164           pcodeflow.c, pcodeflow.h, pcode.h, pcodepeep.c, pcoderegs.c,
8165           pcoderegs.h, ralloc.c, ralloc.h
8166         * main.c: added top header and GPL license notice
8167         * pcode.c: fixed the if-conditional warning
8168
8169 2003-09-04  Bernhard Held <bernhard AT bernhardheld.de>
8170
8171         * device/lib/_mullong.c: replaced int by short for gcc
8172
8173 2003-08-31  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8174
8175         * src/SDCCpeeph.c (notVolatile, notVolatileVariable): handle IFX
8176         and JUMPTABLE iCodes properly now (worked by accident before)
8177         * src/mcs51/gen.c (leftRightUseAcc),
8178         * src/ds390/gen.c (leftRightUseAcc): handle IFX and JUMPTABLE
8179         iCode properly now. Use getSize instead of nRegs since a & b
8180         aren't part of the nRegs tally.
8181
8182 2003-08-31  Vangelis Rokas <vrokas AT otenet.gr>
8183
8184         * src/pic16/main.c: corrected offsets of interrupt vectors in _pic16_genIVT()
8185         * src/pic16/pcode.c: fix to disable inserting BANKSEL directive
8186           before instructions that use the _STATUS register
8187
8188 2003-08-31  Bernhard Held <bernhard AT bernhardheld.de>
8189
8190         * src/mcs51/gen.c (freeAsmop): fixed off by one in stack offset (AOP_STK)
8191         * src/mcs51/gen.c (genNearPointerSet): added missing opcode for
8192         fetching of the pointer
8193         * src/mcs51/gen.c (genNearPointerGet): added reuse of PREG,
8194         copied from genNearPointerSet()
8195         * src/mcs51/gen.c (genNearPointerGet): don't pop r0/r1, if RESULTONSTACK
8196         * src/mcs51/gen.c: changed order of freeAsmop(left/right/result)-calls.
8197         If they pop r0/r1 they must be called in the opposite order than aopOp().
8198         * device/lib/_mullong.c: fixed for "--model-large --int-long-reent"
8199         (resp. --stack-auto), prepared for --xstack
8200
8201 2003-08-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8202
8203         * doc/sdccman.lyx: reverted tables to those in cvs 1.64
8204
8205 2003-08-28  Bernhard Held <bernhard AT bernhardheld.de>
8206
8207         * device/lib/_startup.c: quick & dirty fix for ds390/ds400;
8208         these ports have their own __sdcc_external_start()
8209
8210 2003-08-26  Bernhard Held <bernhard AT bernhardheld.de>
8211
8212         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
8213         * src/pic/glue.c (pic14printPublics): fixed bug introduced when symbol
8214         type for bits was changed. It resulted in bit variables becoming
8215         global, which is not permitted in PIC 14 assembly output.
8216
8217 2003-08-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8218
8219         * doc/sdccman.lyx: various additions and updates. Rearranged sections
8220
8221 2003-08-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8222
8223         Z80 and MCS51 linkers complaint if a public symbol is defined
8224         in more than one library module:
8225
8226         * as/mcs51/lklib.c
8227         * link/z80/lklib.c
8228         * as/mcs51/Makefile.in
8229
8230 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8231
8232         A few small changes that speed up the peephole optimizer.
8233
8234         * src/SDCCpeeph.c
8235
8236 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8237
8238         Try to make the peephole optimizer smarter by maintaining
8239         an association between the assembly source code and the
8240         iCodes that originated them. Put this information to use
8241         with a new peephole rule condition "notVolatile" so that
8242         the rules can be aggressive yet still safe.
8243
8244         * src/SDCCpeeph.c
8245         * src/SDCCpeeph.h
8246         * src/mcs51/gen.c
8247         * src/mcs51/peeph.def
8248
8249 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8250
8251         Fixed bug #741761
8252
8253         * src/mcs51/gen.c (aopForSym, leftRightUseAcc),
8254         * src/ds390/gen.c (aopForSym, leftRightUseAcc): preserve A and B
8255         if the left or right operand symbols have the accuse flag set.
8256
8257 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8258
8259         Changed the type of the result of the ! (NOT) operator to char;
8260         previously it returned the same type as the source. This allows
8261         us to eliminate all the genFloatNot functions (all of its target
8262         implementations were very buggy) since !float can use the same
8263         code as !long now.
8264
8265         * src/SDCCicode.c (ast2iCode): ! returns char
8266         * src/mcs51/gen.c (genNot, genNotFloat),
8267         * src/ds390/gen.c (genNot, genNotFloat),
8268         * src/z80/gen.c (genNot, genNotFloat),
8269         * src/pic/gen.c (genNot, genNotFloat),
8270         * src/pic16/gen.c (genNot, genNotFloat): eliminated genNotFloat
8271
8272 2003-08-19  Bernhard Held <bernhard AT bernhardheld.de>
8273
8274         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
8275         1. Interrupt would not compile properly. Ensure PCLATH register is saved
8276            during interrupts. Ensure WSAVE is located at a shared bank address.
8277         2. Fixed page selection in some places
8278         3. Fixed BTFSS/C to where necessary use registers directly and not simply
8279            the registers name strings.
8280         4. Fixed "signed / unsigned compare" compiler warnings.
8281         5. The PIC port manages its own allocation of the general purpose
8282            registers, but makes no attempt to reuse them. As a result when
8283            compiling it soon runs out of general purpose registers. Some
8284            additional code was added to the files pcode.c and device.c to walk
8285            through the function call tree and rename the registers so that they
8286            get reused.
8287
8288         * src/pic/device.c
8289         * src/pic/gen.c
8290         * src/pic/glue.c
8291         * src/pic/pcode.c
8292         * src/pic/pcode.h
8293         * src/pic/ralloc.c
8294         * src/pic/ralloc.h
8295         * src/pic/genarith.c: Fixed problems with PIC 14 port in functions
8296         genPlus() & genMinus() when the result is the same as left or right
8297
8298 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8299
8300         * src/z80/gen.c (isUnsplitable, fetchPairLong): fixed bug #770454
8301
8302 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8303
8304         Made bitfield a distinct type from bit so that bitfields
8305         convert as per ANSI C and bits retain their traditional
8306         boolean style behaviour. Implemented bitfield support in
8307         the z80 port.
8308
8309         * src/SDCCsymt.h,
8310         * src/SDCCsymt.c,
8311         * src/SDCCast.c,
8312         * src/cdbFile.c,
8313         * src/mcs51/gen.c,
8314         * src/ds390/gen.c: bit v bitfield split
8315         * src/z80/gen.c: New support for bitfields
8316         * support/regression/tests/bitfields.c: reenabled z80,
8317         added more tests
8318
8319 2003-08-17  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8320
8321         Rules 246.x, 247.x relate to bitfields, the others speed up
8322         access to xdata mapped I/O devices.
8323
8324         * src/mcs51/peeph.def: added 26 peepholes 246.x - 248.x, 180.x
8325
8326 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8327
8328         Cleaned up genPackBits and genUnpackBits and added two helper
8329         functions, emitPtrByteGet & emitPtrByteSet. Added optimizations
8330         for literal assignments in genPackBits (thanks to Frieder for
8331         reminding me).
8332
8333         * src/mcs51/gen.c
8334         * src/ds390/gen.c
8335
8336 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8337
8338         Fixed bug #748310 (pointer to function type mishandled when the
8339         function name is omitted). Also fixed a SIGSEGV when a function
8340         attribute (reentrant, etc) is used on a non-function or on a
8341         function but misplaced before the parameter list.
8342
8343         * src/SDCC.y (abstract_declarator, abstract_declaractor2): fixed
8344         bug #748310
8345         * src/SDCC.y (declarator2_function_attributes): avoided SIGSEGV
8346         * support/Util/SDCCerr.h,
8347         * support/Util/SDCCerr.c: Added func attr misuse error msg
8348
8349 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
8350
8351         Fixed bug #787649 by anonymous
8352         * src/SDCCglue.c (emitRegularMap): added emission of sloc for func ptr
8353         * src/ds390/gen.c (aopForSym): fixed func ptr in sloc
8354
8355 2003-08-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8356
8357         Fixed numerous bitfield problems.
8358
8359         * src/SDCC.y: More bitfield related error checking
8360         * src/SDCCsymt.h,
8361         * src/SDCCsymt.c (compStructSize): fixed bitfield offset calc
8362         * support/Util/SDCCerr.h,
8363         * support/Util/SDCCerr.c: Added & edited some bitfield err msgs
8364         * src/mcs51/gen.c (genPackBits, genUnpackBits): fixed mask bugs
8365         * src/ds390/gen.c (genPackBits, genUnpackBits): fixed mask bugs
8366         * support/regression/tests/bitfields.c: tests added
8367
8368 2003-08-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8369
8370         Made the constant following the "interrupt" keyword optional. If
8371         omitted, the function will not automatically be given an entry
8372         in the interrupt vector table (similar to #pragma NOIV, but
8373         less syntacticly kludgy). The interrupt number is also now
8374         range checked. Also fixed a bug in the high order bit example
8375         in the manual.
8376
8377         * src/SDCC.y
8378         * src/SDCCmem.c
8379         * src/SDCCglue.c
8380         * src/SDCCsymt.h
8381         * support/Util/SDCCerr.c
8382         * support/Util/SDCCerr.h
8383         * doc/sdccman.lyx
8384
8385 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
8386
8387         * src/SDCCcse.c (algebraicOpts): fix bug converting op from value to type
8388         * src/SDCCicode.c (operandOperation): rewritten some ops
8389         (*, ==, unary_minus) to fix possible overflows and to accord with ANSI
8390         * src/SDCCsymt.c (computeType): literals are handled the same way as any
8391         other type
8392         * src/SDCCval.c (cheapestVal): removed, it doesn't accord with ANSI (can
8393         be re-activated by defining REDUCE_LITERALS)
8394         * src/SDCCval.c (constVal): fixed; hex and octal constants can be
8395         unsigned, but are signed by default
8396         * src/SDCCval.c (constVal): rearranged
8397         * src/SDCCval.c (valMod): preliminary fix
8398         * src/SDCCval.c (valCastLiteral): use TYPE_* types
8399         * support/regression/literalop.c: added, work in progress
8400
8401 2003-08-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8402
8403         Generate warnings for useless declarations like "char data;"
8404         that don't do what new users expect.
8405
8406         * src/SDCC.y
8407         * support/Util/SDCCerr.h
8408         * support/Util/SDCCerr.c
8409
8410 2003-08-09  Bernhard Held <bernhard AT bernhardheld.de>
8411
8412         * src/SDCCval.c (valMult): fix overflow detection of negative int
8413
8414 2003-08-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8415
8416         * src/z80/ralloc.c (joinPushes): made compatible with new signedness
8417
8418         Changes to support big endian targets:
8419
8420         * src/ports.h
8421         * src/SDCCglue.c
8422         * src/avr/main.c
8423         * src/ds390/main.c
8424         * src/izt/i186.c
8425         * src/mcs51/main.c
8426         * src/pic/main.c
8427         * src/pic16/main.c
8428         * src/xa51/main.c
8429         * src/z80/main.c
8430
8431 2003-08-06  Bernhard Held <bernhard AT bernhardheld.de>
8432
8433         * src/SDCCval.c (cheapestVal): changed behaviour to the same as constVal()
8434         * device/lib/time.c: fixed warning "integer overflow in expression"
8435
8436 2003-08-05  Bernhard Held <bernhard AT bernhardheld.de>
8437
8438         * src/SDCCval.c (cheapestVal, valueFromLit): use TYPE_* types
8439         * src/SDCCval.c (constVal): changed default to signed; hex and octal
8440         constants are unsigned; added recognition of "u" flag for unsigned
8441         * src/SDCCval.c (valMult): fixed signdness, added warning for overflow
8442         * src/SDCCval.c (valDiv, valMod): fixed signdness
8443         * src/SDCCicode.c (operandOperation): fixed critical typo; fixed
8444         signedness of modulo, left and right shift
8445         * support/Util/SDCCerr.c: added warning "integer overflow in expression"
8446         * support/Util/SDCCerr.h: added warning W_INT_OVL
8447         * src/SDCCast.c (decorateType): fixed gcc3.3 warning
8448         * src/SDCCast.c (ast_print): improved output of constants
8449
8450 2003-08-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8451
8452         Fixed some warnings when building with MSVC:
8453
8454         * as\mcs51\asdata.c
8455         * as\z80\asdata.c
8456         * as\mcs51\asm.h
8457         * as\z80\asm.h
8458         * link\z80\aslink.h
8459         * link\z80\lkdata.c
8460         * link\z80\lkeval.c
8461         * link\z80\lkgb.c
8462         * link\z80\lkihx.c
8463         * link\z80\lks19.c
8464         * link\z80\lksym.c
8465         * support\cpp2\cpplib.c
8466         * src\ds390\gen.c
8467         * src\mcs51\gen.c
8468
8469 2003-08-03  Bernhard Held <bernhard AT bernhardheld.de>
8470
8471         * src/SDCCast.c (constExprTree): fix bug #781827 by Carl Worth <cworth AT isi.edu>
8472
8473 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8474
8475         * support\librarian\clean.mk: Do not remove Makefile.
8476         * support\librarian\Makefile: added.
8477
8478 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8479
8480         Added librarian to MSVC build:
8481         * all.dsp
8482         * sdcc.dsw
8483         * support\librarian\librarian.dsp
8484
8485         'configure' not needed for librarian, removed:
8486         * support\librarian\configure
8487         * support\librarian\configure.in
8488         * support\librarian\config_in.h
8489         * support\librarian\Makefile.in
8490
8491         Hopefully these ones built the librarian and the rest of sdcc properly:
8492         * Makefile
8493         * Makefile.common.in
8494
8495         Messed up 'configure', so revert to previous version:
8496         * configure
8497         * configure.in
8498
8499 2003-07-31  Bernhard Held <bernhard AT bernhardheld.de>
8500
8501         * src/SDCCicode.c (operandOperation): 3. fix, this time for Alpha; ULONG has 64 bits
8502         there, while the mantissa of a double is "only" 53 bits wide.
8503
8504 2003-07-31  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8505
8506         Adding sdcclib to the build.  MSVC project coming soon.
8507         Files added/changed:
8508
8509         * support\librarian\clean.mk
8510         * support\librarian\configure
8511         * support\librarian\configure.in
8512         * support\librarian\config_in.h
8513         * support\librarian\Makefile.bcc
8514         * support\librarian\Makefile.in
8515         * support\librarian\sdcclib.c
8516         * Makefile.bcc
8517         * Makefile
8518         * Makefile.common.in
8519         * configure
8520         * configure.in
8521
8522 2003-07-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8523
8524         Linker now complaints if linked modules have conflicting options, for
8525         example, one compiled using --model-large and another one compiled with
8526         --model-small.  The following files were modified:
8527
8528         * as\mcs51\asdata.c
8529         * as\mcs51\aslink.h
8530         * as\mcs51\asm.h
8531         * as\mcs51\asmain.c
8532         * as\mcs51\asout.c
8533         * as\mcs51\i51pst.c
8534         * as\mcs51\lkdata.c
8535         * as\mcs51\lklibr.c
8536         * as\mcs51\lkmain.c
8537         * as\z80\asdata.c
8538         * as\z80\asm.h
8539         * as\z80\asmain.c
8540         * as\z80\asout.c
8541         * as\z80\z80pst.c
8542         * link\z80\aslink.h
8543         * link\z80\lkdata.c
8544         * link\z80\lklibr.c
8545         * link\z80\lkmain.c
8546         * src\SDCCglue.c
8547
8548 2003-07-28  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8549
8550         *link/z80/aslink.h, link/z80/lklibr.c, as/mcs51/aslink.h,
8551         as/mcs51/lklibr.c: Generate a warning when a library is not found.
8552
8553 2003-07-28  Bernhard Held <bernhard AT bernhardheld.de>
8554
8555         * src/z80/mappings.i: fix _mul[us][int,long] entries
8556
8557 2003-07-26  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8558
8559         *src/SDCCmain.c: do not search for crt0.o when using --nostdlib
8560
8561 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
8562
8563         * src/SDCCicode.c (operandOperation): really fixed problem with bitops
8564         * support/regression/tests/bitopcse.c: added
8565         fixed warning:
8566         * src/avr/gen.c:
8567         * src/pic/gen.c:
8568         * src/pic16/gen.c:
8569         * src/z80/gen.c:
8570         * src/xa51/gen.c:
8571
8572 2003-07-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8573
8574         added support for new library format to z80, gbz80 linkers:
8575         *link/z80/aslink.h
8576         *link/z80/lklex.c
8577         *link/z80/lklib.c
8578         *link/z80/lklist.c
8579
8580 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
8581
8582         * src/SDCCicode.c (operandOperation): fixed problem with bitops and 0xffffffff;
8583         after {double d = 0xffffffff; long l = d;} l will be 0x80000000 (LONG_MIN)
8584
8585 2003-07-23  Bernhard Held <bernhard AT bernhardheld.de>
8586
8587         added DUMMY_READ_VOLATILE:
8588         * src/SDCC.y:
8589         * src/avr/gen.c:
8590         * src/xa51/gen.c:
8591         * src/z80/gen.c:
8592         * src/pic/gen.c:
8593         * src/pic16/gen.c:
8594         * src/mcs51/gen.c:
8595         * src/ds390/gen.c:
8596         * src/SDCCcse.c (algebraicOpts): many improvements
8597         * src/SDCCcse.h: removed algebraicOpts()
8598         * src/SDCCicode.c (picDummyRead): added
8599
8600 2003-07-23  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8601
8602         * as/mcs51/lkmem.c: Changed message "Insufficient DRAM memory" to
8603         "Insufficient space in data memory".
8604
8605 2003-07-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8606
8607         * src/mcs51/gen.c: fixed bug #771358
8608         * src/z80/gen.c: fixed bug #759087
8609
8610 2003-07-20  Bernhard Held <bernhard AT bernhardheld.de>
8611
8612         * src/pic16/glue.c: minor cleanup by Vangelis
8613
8614 2003-07-19  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8615
8616         * device/include/regc515c.h: fixed #758477
8617         * device/lib/_gptrget.c: saving some cycles in generic pointer get
8618         * device/lib/_gptrput.c: saved a few bytes
8619         * my tab spacing is 8, yours too?)
8620         * device/lib/_ser.c: process RX bytes earlier than TX bytes
8621         * device/lib/serial.c: process RX bytes earlier than TX bytes
8622         * src/mcs51/gen.c(genGenPointerGet/Set): removed writing of type after postincrement
8623
8624 2003-07-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8625
8626         * src/z80/gen.c: fixed some right shift bugs (#772726 among them)
8627
8628 2003-07-17  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8629
8630     * link/z80/lklibr.c: fixed bug when there is a '.' in a library path.
8631
8632 2003-07-17  Bernhard Held <bernhard AT bernhardheld.de>
8633
8634         * device/lib/Makefile.in: bad fix, reverted to 1.43
8635
8636 2003-07-16  Bernhard Held <bernhard AT bernhardheld.de>
8637
8638         * device/lib/Makefile.in: added missing z80 object files
8639
8640 2003-07-14  Bernhard Held <bernhard AT bernhardheld.de>
8641
8642         * src/SDCCcse.c (algebraicOpts): CSE fun with &|^ and 0x00/0xff literals
8643         pic16 progress by Vangelis:
8644         * src/SDCCglobl.h:
8645         * src/SDCCmain.c:
8646         * src/pic/Makefile:
8647         * src/pic:
8648         * pic/Makefile:
8649         * pic16/device.c:
8650         * pic16/device.h:
8651         * pic16/gen.c:
8652         * pic16/gen.h:
8653         * pic16/genarith.c:
8654         * pic16/glue.c:
8655         * pic16/main.c:
8656         * pic16/pcode.c:
8657         * pic16/pcode.h:
8658         * pic16/pcodepeep.c:
8659         * pic16/peeph.def:
8660
8661 2003-07-13  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8662
8663     * src/SDCCmain.c, src/SDCCglobl.h: added option --no-std-crt0
8664
8665 2003-07-12  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8666
8667     * sdcc.dsw, all.dsp, link/z80/linkgbz80.dsp, as/z80/as-gbz80.dsp:
8668     added gbz80 build to MSVC project.
8669     * src/SDCCmain.c, src/SDCCglue.c, src/z80/main.c, src/z80/z80.dsp,
8670     link/z80/aslink.h, linkz80.dsp: cleaned up z80 and gbz80 asm files
8671     from 8051 stuff and setup so it links using a .lnk file.
8672
8673 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8674
8675     * support/librarian/sdcclib.c: sdcc librarian.
8676     * as/mcs51/aslink.h, as/mcs51/lklib.c: Support for libraries created
8677     with sdcclib.
8678
8679 2003-07-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8680
8681     * as/mcs51/lkmain.c: properly handle extensions in function afile.
8682
8683 2003-07-02  Borut Razem <borut.razem AT siol.net>
8684
8685         * src/port.h, src/SDCCmain.c, src/pic/glue.h, src/pic/main.c,
8686         src/pic16/glue.h, sdcc/src/pic16/main.c, src/izt/i186.c,
8687         src/izt/tlcs900h.c, src/avr/main.c, src/ds390/main.c, src/mcs51/main.c,
8688         src/xa51/main.c, src/z80/main.c:
8689         virtualization of glue() function: each port has it's own glue function,
8690         which is accessed by do_glue function pointer in PORT.general structure
8691
8692 2003-07-01 Kevin Vigor <kevin AT vigor.nu>
8693
8694         * DS800C400 fun, improved ROM interface and tinibios.
8695
8696 2003-06-27 Kevin Vigor <kevin AT vigor.nu>
8697
8698         * More support for DS80C400. Now includes beginning of interface to ROM.
8699
8700 2003-06-25  Bernhard Held <bernhard AT bernhardheld.de>
8701
8702         * src/mcs51/gen.c (gencjneshort): fixed bug #760345
8703
8704 2003-06-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8705
8706         * as/mcs51/lkaomf51.c: Make sure the size of the last procedure is correct.
8707
8708 2003-06-19  Borut Razem <borut.razem AT siol.net>
8709
8710         * src/z80/main.c: fixed Z80 port again: missing -k library paths in linker command line
8711
8712 2003-06-19  Borut Razem <borut.razem AT siol.net>
8713
8714         * src/SDCCutil.h, src/SDCCutil.c, src/SDCCglobl.h, src/SDCCmain.c, src/z80/main.c:
8715         fixed Z80 port - crt0.o: cannot open.
8716
8717 2003-06-19  Bernhard Held <bernhard AT bernhardheld.de>
8718
8719         * support/Util/MySystem.c (merge_command): revert bad fix
8720
8721 2003-06-18  Borut Razem <borut.razem AT siol.net>
8722
8723         * src/SDCC.lex, src/SDCCmain.c: fixed some warnings, introduced with changes made 15.06.1003
8724
8725 2003-06-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8726
8727         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
8728         option --use-stdout sends errors to stdout instead of stderr.
8729
8730 2003-06-18  Bernhard Held <bernhard AT bernhardheld.de>
8731
8732         * support/Util/MySystem.c (merge_command): quick fix for Linux segfault with \"cmd\" arg
8733
8734 2003-06-15  Borut Razem <borut.razem AT siol.net>
8735
8736         * support/cpp2/sdcc.h: HAVE_DOS_BASED_FILE_SYSTEM defined for _WIN32
8737         * src/SDCC.lex: cloneXxx and copyAndFreeXxx functions for options and optimize stack handling
8738         * src/SDCCglobl.h, src/SDCCmain.c, src/ds390/main.c, src/mcs51/main.c, src/z80/main.c:
8739         fixed width array of pointers replaced with sets;
8740         multiple include and lib paths ared transferred to preprocessor and linker
8741         * src/SDCCset.c, src/SDCCset.h: added function setFromSetNonRev() and mergeSets()
8742         * src/SDCCsymt.c: reimplemented function inCalleeSaveList() by using sets instead
8743         fixed width array of pointers
8744         * src/SDCCutil.c, src/SDCCutil.h: added functions fputStrSet(), appendStrSet(), joinStrSet();
8745         removed functions addToList(), join(), joinn(), pathCharsEquivalent(), pathCharTransform(),
8746         fixupPath(), getPathDifference()
8747         * src/ds390/gen.c, src/mcs51/gen.c: reimplemented function  inExcludeList() by using sets instead
8748         fixed width array of pointers
8749
8750 2003-06-11  Bernhard Held <bernhard AT bernhardheld.de>
8751
8752         * src/pic16/ralloc.c: fix warnings
8753         * src/pic16/pcode.c: fix warning
8754
8755 2003-06-10  Scott Dattalo  <scott AT dattalo.com>
8756
8757          Scott D. for Vangelis Rokas (vrokas AT otenet.gr). I (scott) don't
8758         know all the details, but essentially this set of changes enable
8759         the pic16 port to generate movff instructions and generate assembler
8760         directives,
8761         * src/SDCCmain.c:
8762         * src/pic16/gen.c:
8763         * src/pic16/glue.c:
8764         * src/pic16/pcode.c:
8765         * src/pic16/device.c:
8766         * src/pic16/main.c:
8767         * src/pic16/pcode.h:
8768         * src/pic16/pcoderegs.c:
8769         * src/pic16/ralloc.c:
8770         * src/pic16/ralloc.h:
8771
8772 2003-06-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8773
8774         * support/Util/SDCCerr.c, src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
8775         added option --vc, so sdcc errors and warnings are compatible with
8776         Microsoft Visual Studio.
8777
8778 2003-06-07  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8779
8780         * device/lib/_atof.c, device/lib/Makefile.in, device/include/stdlib.h,
8781           device/lib/libfloat.lib: added atof function.
8782
8783 2003-06-04  Bernhard Held <bernhard AT bernhardheld.de>
8784
8785         * doc/sdccman.lyx: updated to Lyx 1.3
8786         * doc/cdbfileformat.lyx: updated to Lyx 1.3
8787         * doc/test_suite_spec.lyx: updated to Lyx 1.3
8788         * doc/Makefile: added fix for the \tabularnewline problem, thanks to Jesus
8789
8790 2003-06-03  Bernhard Held <bernhard AT bernhardheld.de>
8791
8792         * src/SDCCpeeph.c: separate peepRules2pCode() for pic16 by "Vangelis Rokas" <vrokas AT otenet.gr>
8793
8794 2003-06-02  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8795
8796         * doc/sdccman.lyx: cvs revision keywords, passing pdf information in latex preamble,
8797           additions to the "related tools/documentation" section
8798
8799 2003-06-02  Bernhard Held <bernhard AT bernhardheld.de>
8800
8801         * src/SDCCglue.c (tempfileandname): added check for missing TMP/TEMP/TMPDIR variable
8802
8803 2003-05-29  Bernhard Held <bernhard AT bernhardheld.de>
8804
8805         * src/pic/device.c: added 16F819, patch by "David I. Lehn" <dlehn AT vt.edu>
8806         * src/SDCCcse.c (algebraicOpts): fixed "c * 1"
8807
8808 2003-05-28  Bernhard Held <bernhard AT bernhardheld.de>
8809
8810         * doc/sdccman.lyx: fix double dash and other minor things
8811         * doc/Makefile: fix double dash
8812
8813 2003-05-28  Karl Bongers(patches from Martin Helmling)
8814         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files. Martin adds
8815           condition and ignore commands.
8816
8817 2003-05-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8818
8819         * doc/sdccman.lyx: Changes all over, index improved, smaller margins. The manual
8820           is in parts still quite out of date, I did changes as far as I felt makes sense
8821           for a non-native english speaker.
8822           Please feel free to add to the manual or to correct my changes.
8823         * doc/Makefile: undid touching the date of intermediate tex files.
8824
8825 2003-05-26  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8826
8827         * doc/sdccman.lyx: Manual has an index now
8828
8829 2003-05-25  Bernhard Held <bernhard AT bernhardheld.de>
8830
8831         Finalize muluint/mulsint and mululong/mulslong merging:
8832         * device/lib/_mulint.c
8833         * device/lib/_mullong.c
8834         * device/lib/gbz80/mul.s
8835         * device/lib/gbz80/stubs.s
8836         * device/lib/z80/mul.s
8837         * device/lib/z80/stubs.s
8838         * src/SDCCsymt.c (initCSupport)
8839
8840 2003-05-25  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8841
8842         * as/mcs51/lkaomf51.c: Address space 'z' was missing.
8843         * src/avr/avr.dsp, src/ds390/ds390.dsp, src/mcs51/mcs51.dsp,
8844           src/pic/pic.dsp, src/pic16/pic16.dsp, src/xa51/xa51.dsp,
8845           src/x80/z80.dsp: peep.rul is bigger now, so /Zm1000 is used
8846           instead of /Zm500.
8847
8848 2003-05-25  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8849
8850         * src/mcs51/peeph.def: added rules 244.x, 245.x. Although they pass
8851           the regression tests I'm not brave enough to enable 245.b, 245.c
8852         * doc/sdccman.lyx: added latex preamble for hyperref package.
8853           Using pdflatex this will give you a hyperlinked pdf file with
8854           bookmarks. (prepend '%' before /usepackage if this breaks something)
8855
8856 2003-05-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8857
8858          * doc/sdccman.lyx: updated information about .adb files (fixed bug 742649)
8859
8860 2003-05-22  Bernhard Held <bernhard AT bernhardheld.de>
8861
8862         * src/pic16/pcode.c (pic16_get_op_from_instruction): fixed a gcc 3.x warning
8863
8864 2003-05-21    <johan AT balder>
8865
8866         * src/SDCCglue.c (printIval): fixed bug #739934
8867
8868 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
8869
8870         Applied patch from bug 737905 (renamed yylineo to mylineno):
8871         * src/altlex.c
8872         * src/SDCCast.c
8873         * src/SDCglobl.h
8874         * src/SDCC.lex
8875         * src/SDCCsymt.c
8876         * src/SDCCval.c
8877         * src/pic16/pcode.c: Cleaned warnings
8878         * src/pic16/pcodeflow.c: Cleaned warnings
8879         * src/pic16/pcoderegs.c: Cleaned warnings
8880
8881 2003-05-19  Scott Dattalo  <scott AT dattalo.com>
8882
8883         * src/pic16/pcode.c: Cleaned warnings
8884         * src/pic16/pcodepeep.c: Cleaned warnings
8885         * src/pic16/ralloc.c: Cleaned warnings
8886
8887 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
8888
8889         * doc/sdccman.lyx: fixed bug 739745
8890         * src/pic16/pcode.c (pic16_get_op): fixed warning on alpha
8891
8892 2003-05-18  Bernhard Held <bernhard AT bernhardheld.de>
8893
8894         * src/port.h: removed DEFAULT_PORT, it's not yet pic16 ;-)
8895         it can be defined with CFLAGS when running configure
8896         * src/SDCCmain.c: fixed compiling + linking with object files
8897
8898 2003-05-18  Vangelis Rokas (vrokas AT otenet.gr)
8899
8900         * configure.in: configure for pic16 port,
8901             added --disable-pic16-port
8902         * sdccconf_in.h: added macro OPT_DISABLE_PIC16
8903         * src/SDCCmain.c: linkOptions is changed to set *,
8904             added if/endif conditional macros to remove options help
8905             messages from optionsTable when a port is not configured, added
8906             support for the PIc16 port in the ports table, when executing
8907             the compiler with no port specified on command line, a default
8908             port is selected with the new macro DEFAULT_PORT which is
8909             defined in port.h, in setDefaultOptions() linkOptions is removed
8910             from initialization assignment, since now it is a set,
8911             parseCmdLine uses setParseWithComma for linkOptions, in
8912             linkEdit() linkOptions are accessed with new function indexSet()
8913             which returns the i'th item of a set variable. See SDCCset.c, in
8914             linkEdit() when calling buildCmdLine(), added linkOptions as
8915             last argument. Now users can pass arguments to gplink via the
8916             -Wl option, main() uses pic16glue() to glue up pic16 programs
8917         * src/SDCCpeeph.c: various changes to support pic16
8918         * src/SDCCset.c: added function  void *indexSet(set *, int)  to
8919             return the i'th item of the set
8920         * src/SDCCset.h: added function prototype for indexSet()
8921         * src/SDCCsymt.c: in checkSClass(), added support for PIC16
8922         * src/clean.mk: added pic16 in CLEANALLPORTS variable
8923         * src/port.h: added TARGET_ID_PIC16,TARGET_IS_PIC16 macro,
8924             added macro DEFAULT_PORT
8925         * src/pic/main.c: corrected arguments of gplnk in _linkCmd
8926         * src/pic16/gen.c: bug fix in genCpl(), now the correct code is
8927             generated
8928         * src/pic16/glue.c: commented out some error producing lines
8929         * src/pic16/main.c: __config directives are commented out to stop
8930             gpasm complaining and test the linkage with gplink, _linkCmd and
8931             _asmCmd changed to be more gplink and gpasm friendly
8932         * src/pic16/peeph.def: peep rule 3 is commented out, since it
8933             produced an error when parsed, peep rule 12 is added to utilize
8934             movff, but it is commented out since the pCode does not support
8935             yet a command with 2 address arguments
8936
8937 2003-05-18    <johan AT balder>
8938
8939         * src/ds390/gen.c (genArrayInit): removed obsolete and buggy ARRAYINIT
8940         * src/ds390/main.c (genArrayInit): removed obsolete and buggy ARRAYINIT
8941 2003-05-17  Karl Bongers(apply patches from Martin Helmling)
8942
8943         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files.
8944   Added feature to script commands from file.
8945
8946 2003-05-14  Bernhard Held <bernhard AT bernhardheld.de>
8947
8948         * device/lib/_strtok.c: fixed bug #734355 by Lenny Story and Tim Woodall
8949         * src/SDCCutil.c: include ctype.h for win32
8950
8951 2003-05-13  Bernhard Held <bernhard AT bernhardheld.de>
8952
8953         * src/pic16/*: removed CR from many files, reported by Vangelis Rokas
8954
8955 2003-05-12  Karl Bongers(apply development patches from Martin Helmling)
8956
8957         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,break.c and .h files.
8958   Fixed so you can set breakpoints prior to run, run does not stop
8959   on entry now.  Add tbreak.  Other enhancements and fixes for use
8960   with ddd.
8961
8962 2003-05-12  Borut Razem <borut.razem AT siol.net>
8963
8964         * src/SDCCmain.c: fixed the problem with searching the DATADIR as the last resort on *nix
8965
8966 2003-05-11  Borut Razem <borut.razem AT siol.net>
8967
8968         * src/SDCCutil.c: WIN32 version of getBinPath() calls GetModuleFileName() to determine
8969         the path of bin directory, so that PATH is the only env. variable, which has to be set
8970         in case of standard installation.
8971         * src/ds390/ds390.dsp: increased value of /Zm option to 1000
8972         * src/pic/main.c: add quotes to file name parameters for gplink and gpasm
8973         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx: added --print-search-dirs command line option
8974
8975 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
8976
8977         * src/SDCCmain.c (linkEdit): fixed buffer overflow for gbz80
8978         * support/regression/Makefile: inter-port-clean is no longer nesessary, the
8979         temp files are in the port dir; clean the gen/test directory when
8980         generating new test.c
8981         * support/regression/ports/host/spec.mk: defined OBJEXT for target clean
8982         * support/regression/tests/vaargs.c: fixed gcc 3.3 warning
8983         * support/regression/tests/zeropad.c: added
8984
8985 2003-05-09    <johan AT balder>
8986
8987         * src/SDCCglue.c: fixed bug #597940
8988
8989 2003-05-05  Karl Bongers(apply patches from Martin Helmling)
8990
8991         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
8992   cache sfr, optimize next,step, fix off by one sourceline,
8993   support ddd list function.
8994         * sim/ucsim/cmd.src/newcmd.cc - small fix for sdcdb use.
8995
8996 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
8997
8998         * support/regression/HTMLgen.py: added compare_s2f()
8999         * support/regression/Makefile: redo 1.27
9000         * support/regression/generate-cases.py: redo 1.5
9001
9002 2003-04-30  Bernhard Held <bernhard AT bernhardheld.de>
9003
9004         * support/regression/tests/float.c: workaround 33 bit hex constant
9005         * support/regression/tests/simplefloat.c: fix division for host
9006
9007 2003-04-29  Scott Dattalo  <scott AT dattalo.com>
9008
9009         * src/pic/pcoderegs.c Applied patch from Jim Hawkridge <jim AT jimhawkridge.uk.eu.org>
9010         that tame's the PIC's over-aggressive optimizer.
9011
9012 2003-04-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9013
9014          * src.dsw, link/z80/aslink.h, link/z80/linkz80.dsp: z80 linker
9015          support for MSVC.
9016
9017 2003-04-29  Kevin Vigor <kevin AT vigor.nu>
9018
9019         Initial support for DS80C400. "Hello world" runs on TINIm400
9020         (with polled I/O).
9021
9022 2003-04-28  Karl Bongers(apply patches for Martin Helmling)
9023
9024          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
9025          * Some notes on ddd usage added in debugger/README
9026          Martin Helmling adding more features and fixes for ddd GUI debugger.
9027          Code added for nexti, stepi, up, down, and other adjustments.
9028
9029 2003-04-28  Scott Dattalo  <scott AT DATTALO.COM>
9030
9031         * src/pic/pCodepeep.c non-wildcard asmops are now handled
9032         * src/pic/peeph.def Added two rules to optimize carry manipulation
9033         * src/pic/* removed debug printfs
9034
9035 2003-04-28  Bernhard Held <bernhard AT bernhardheld.de>
9036
9037         * debugger/mcs51/cmd.c: added header newalloc.h
9038
9039 2003-04-26  Bernhard Held <bernhard AT bernhardheld.de>
9040
9041         * as/Makefile: new EXEEXT
9042         * as/z80/Makefile: remove trailing slash of BUILDIR
9043         * as/z80/clean.mk: new EXEEXT
9044         * Makefile.common.in: add to CFLAGS (and others), don't replace it
9045         * support/cpp2/Makefile.in: new EXEEXT
9046         * src/pic/glue.c (pic14emitRegularMap): fixed warning
9047
9048 2003-04-24  Bernhard Held <bernhard AT bernhardheld.de>
9049
9050         Cygwin's gcc always appends .exe: 'gcc -o a a.c' creates a.exe;
9051         EXEEXT was introduced to fix all related problems with targets
9052         "clean", "install" and "uninstall"; a couple of further flaws
9053         especially with "clean" have been fixed too
9054         * as/mcs51/Makefile.in
9055         * as/mcs51/clean.mk
9056         * as/z80/Makefile
9057         * Makefile
9058         * clean.mk
9059         * debugger/mcs51/Makefile.in
9060         * debugger/mcs51/clean.mk
9061         * link/z80/Makefile
9062         * link/z80/Makefile.in
9063         * link/z80/clean.mk
9064         * link/Makefile
9065         * packihx/Makefile.in
9066         * packihx/clean.mk
9067         * sim/ucsim/Makefile
9068         * sim/ucsim/clean.mk
9069         * sim/ucsim/avr.src/Makefile.in
9070         * sim/ucsim/avr.src/clean.mk
9071         * sim/ucsim/s51.src/Makefile.in
9072         * sim/ucsim/s51.src/clean.mk
9073         * sim/ucsim/xa.src/Makefile.in
9074         * sim/ucsim/xa.src/clean.mk
9075         * sim/ucsim/z80.src/Makefile.in
9076         * sim/ucsim/z80.src/clean.mk
9077         * sim/ucsim/main_in.mk
9078         * sim/ucsim/packages_in.mk
9079         * sim/ucsim/gui.src/Makefile.in
9080         * sim/ucsim/gui.src/serio.src/Makefile.in
9081         * sim/ucsim/gui.src/serio.src/clean.mk
9082         * src/Makefile.in
9083         * src/clean.mk
9084         * support/cpp2/Makefile.in
9085         * support/cpp2/clean.mk
9086         * support/makebin/Makefile
9087         * support/makebin/clean.mk
9088         * support/scripts/sdcc_mingw32: --program-suffix no longer needed
9089         * doc/sdccman.lyx: --program-suffix no longer needed
9090
9091 2003-04-23  Karl Bongers(apply patches for Martin Helmling)
9092
9093          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,..
9094          Martin Helmling added support for ddd GUI debugger.
9095          Code added to display assembly, set variables, and other commands
9096          to interface to ddd.
9097
9098 2003-04-23  Bernhard Held <bernhard AT bernhardheld.de>
9099
9100         * as/Makefile: fix target clean
9101         * as/clean.mk: fix target clean
9102         * as/z80/clean.mk: fix target clean
9103
9104 2003-04-22  Bernhard Held <bernhard AT bernhardheld.de>
9105
9106         * Makefile.common.in: added  AT EXEEXT AT
9107         * configure.in: removed all mingw32 stuff
9108         * configure: rebuilt from configure.in
9109         * doc/sdccman.lyx: updated section "installation"
9110         * support/scripts/sdcc_mingw32: adapted to configure
9111         * support/scripts/sdcc_cygwin_mingw32: added
9112
9113 2003-04-22  Scott Dattalo  <scott AT dattalo.com>
9114
9115         * src/pic Added object file support for the PIC port
9116         * src/pic Applied patch from Craig Franklin (this started the object file support)
9117         * src/regression Updated the PIC regression tests for object files
9118
9119 2003-04-20  Borut Razem <borut.razem AT siol.net>
9120
9121         * sdcc/as/mcs51/lklex.c: make getfid() more robust and fixed gcc warning:
9122           lklex.c: In function `getfid':
9123           lklex.c:203: warning: array subscript has type `char'
9124         * src/SDCCglobl.h: small change in stack handling macros, to avoid crash when compiled
9125           with MSVC with global optimization enabled (probably an cl compiler bug ;-)
9126         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added function fatal(), called from
9127           stack handling macros
9128
9129 2003-04-19  Borut Razem <borut.razem AT siol.net>
9130
9131         * "handling space characters in file path" task:
9132         * src/SDCCmacro.c: fixed bug in handlig quote at the end of line
9133         * support/Util/BuildCmd.c: define par as NULL if parameter value is invalid
9134         * support/Util/MySystem.h: make it self-sufficient
9135         * src/avr/main.c, src/ds390/main.c, src/mcs51/main.c, src/pic/main.c, src/xa51/main.c,
9136           src/z80/main.c, sdcc/as/mcs51/lklex.c:
9137           handling space characters in file path
9138         * src/SDCCmain.c: introduced setDataPaths() function, {datadir} macro
9139           (it will be used by assemblers, which have their own includes, e.g. gpasm)
9140         * support/Util/MySystem.c: handling space characters in executable's path
9141
9142 2003-04-19  Bernhard Held <bernhard AT bernhardheld.de>
9143
9144         * as/z80/Makefile: fix permanent rebuild of z80
9145         * sim/ucsim/gui.src/Makefile.in: target "install" builds the same packages as target "all"
9146         * support/regression/tests/bitfields.c: added Johan's bitfields.c
9147
9148 2003-04-18      Kevin Vigor <kevin AT vigor.nu>
9149
9150         * src/SDCCopt.c: add special case optimization to replace modulo by
9151           a power of two with a bitwise AND.
9152
9153 2003-04-18    <johan AT balder>
9154
9155         * src/mcs51/gen.c (getFreePtr): fixed bug #635354
9156
9157 2003-04-17    <johan AT balder>
9158
9159         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #716790 and removes lot's of redundant register usage around function calls
9160         * src/mcs51/ralloc.c (packRegisters): fixed bug #720667
9161
9162 2003-04-13  Borut Razem <borut.razem AT siol.net>
9163
9164         * doc/sdccman.lyx: updated info about #pragma SAVE/RESTORE nesting
9165         * configure.in, configure: fixed problems on cygwin/WinCVS environmet with ports.* line endings;
9166           fixed mingw problem in adl_NORMALIZE_PATH
9167
9168 2003-04-12  Borut Razem <borut.razem AT siol.net>
9169
9170         * fixed "#pragma SAVE/RESTORE can not be nested":
9171         * src/SDCC.lex: reworked pragma handling functions
9172         * sdcc/src/SDCCglobl.h: reworked stack handling macros
9173         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added E_STACK_VIOLATION error
9174
9175 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
9176
9177         * src/SDCCutil.c (pathEquivalent): defined but not used
9178         * debugger/mcs51/sdcdb.c: replace SDCC_LIB_DIR
9179         * configure.in: remove sdcc_datadir, sdcc_lib_dir and sdcc_include_dir
9180         * configure: rebuilt from configure.in
9181         * sdccconf_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
9182         * sdcc_vc_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
9183         * device/include/Makefile.in: replace sdcc_datadir
9184         * device/lib/Makefile.in: replace sdcc_datadir
9185         * Makefile.common.in: add LDFLAGS from configure
9186         * packihx/Makefile.in: use LDFLAGS
9187         * src/Makefile.in: use LDFLAGS
9188         * support/cpp2/Makefile.in: add LDFLAGS from configure
9189         * support/makebin/Makefile: use LDFLAGS
9190         * .version: bumped version number to 2.3.5
9191
9192 2003-04-12  Borut Razem <borut.razem AT siol.net>
9193
9194         * completed "different paths" task:
9195         * src/SDCCmacro.c: fixed bug in handling quotes
9196         * src/SDCCutil.c, src/SDCCutil.c: rewritten getPrefixFromBinPath()
9197         * src/SDCCmain.c: _discoverPaths() replaced with setBinPaths(), setIncludePath() and setLibPath()
9198
9199 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
9200
9201         * src/pic/pcoderegs.c (Remove1pcode): fix warning on alpha
9202
9203 2003-04-11 kevin Vigor <kevin AT vigor.nu>
9204
9205         * ds390/gen.c ds390/peeph.def: fix bug 706781
9206
9207 2003-04-11  Borut Razem <borut.razem AT siol.net>
9208
9209         * support/Util/dbuf.c, support/Util/dbuf.h: update to version 1.1.1 - re-added C++ stuff to make it still more portable
9210
9211 2003-04-10  Scott Dattalo  <scott AT dattalo.com>
9212
9213         * src/pic/* Applied the pointer-to-function patch from Steve Tell.
9214         * src/pic/* Fixed several pointer bugs. (PIC port broke when the ruonly bit was
9215          set - this bit used to not be set...).
9216         * src/pic/gen.c Fixed buf 609268 ==> x = (x+1) & 0xf; generated
9217           bad code in PIC Port
9218         * src/regression/and2.c added to test bug 609268
9219         * src/regression/Makefile added and2.c to regression test
9220
9221
9222 2003-04-08    <johan AT CP255758-A>
9223
9224         * src/mcs51/gen.c (gen51Code): display reg usage in --icode-in-asm
9225         * src/mcs51/ralloc.c (serialRegAssign): update the registers in use and save some slocs
9226         * src/SDCCicode.h: added riu to show the register usage in --icode-in-asm
9227
9228 2003-04-07  Bernhard Held <bernhard AT bernhardheld.de>
9229
9230         * configure.in: fully support prefix, exec_prefix, datadir, docdir;
9231         fix bug #487815
9232         * support/cpp2/Makefile.in: fix bug #487815
9233         * configure: rebuilt from configure.in
9234         * Makefile.common.in: docdir changed, new path suffixes
9235         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
9236         * sdcc_vc_in.h: reflect changes from sdccconf.h
9237         * src/SDCCglobl.h: remove *SEPARATOR_CHARS, they are now in sdccconf.h
9238         * src/SDCCutil.h: remove BINDIR hack
9239         * doc/sdccman.lyx: update new path hierarchy
9240
9241 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
9242
9243         * src/SDCCpeeph.c: added okToRemoveSLOC test
9244
9245 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
9246
9247         * device/lib/printf_fast.c: added leading zero format ("%06d", etc)
9248
9249 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
9250
9251         * src/SDCCpeeph.c: added labelIsReturnOnly test
9252         * src/mcs51/peeph.def: Peephole 244: replace ljmp to ret with ret
9253
9254 2003-04-05    <johan AT balder>
9255
9256         * src/SDCCcse.c (cseAllBlocks): fixed bug #460088
9257         * src/SDCCloop.c (DEFSETFUNC): fixed bug #460088
9258         * src/SDCCopt.c (eBBlockFromiCode): fixed bug #460088
9259         * src/SDCCast.c: fixed a warning
9260         * src/SDCCast.h: fixed a warning
9261         * src/SDCCicode.c (operandFromAst): fixed a warning
9262
9263 2003-04-04    <johan AT balder>
9264
9265         * src/SDCCloop.c (DEFSETFUNC): undid the fix for bug #519584
9266         * src/SDCCast.c (decorateType): fixed bug #715076
9267         * src/SDCC.y: fixed bug #702907
9268
9269 2003-04-03    <johan AT balder>
9270
9271         * device/lib/_mulint.c (_muluint): new #pragma LESS_PEDANTIC
9272         * src/SDCCopt.c (eBBlockFromiCode): new #pragma LESS_PEDANTIC
9273         * src/SDCCglobl.h (PRAGMA_LESSPEDANTIC): new #pragma LESS_PEDANTIC
9274         * src/SDCC.lex (doPragma): new #pragma LESS_PEDANTIC
9275         * src/SDCCmain.c (parseCmdLine): new #pragma LESS_PEDANTIC
9276
9277 2003-04-03  Bernhard Held <bernhard AT bernhardheld.de>
9278
9279         * _decdptr.c: fix return values
9280         * _gptrget.c: fix return values
9281         * _gptrgetc.c: fix return values
9282         * _gptrput.c: fix return values
9283         * _mulint.c: fix return values
9284         * as/z80/Makefile: fix 'make -j' problem
9285
9286 2003-04-02  Bernhard Held <bernhard AT bernhardheld.de>
9287
9288         * Makefile.common.in: unused PORT, SCC and SAS removed, fixed docdir
9289         * configure.in: big cleanup, updated to autoconf 2.5x
9290         * configure: rebuilt from configure.in
9291         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
9292         * sdcc_vc_in.h: reflect changes from sdccconf.h
9293         * doc/Makefile: fixed a flaw in "make install"
9294
9295 2003-04-02    <johan AT balder>
9296
9297         * src/ds390/gen.c (genCmp): no comments
9298         * src/mcs51/gen.c (genCmp): no comments
9299         * src/SDCCopt.c (eBBlockFromiCode): detect missing return values
9300         * src/SDCCast.c (ast_print): fixed the function type in --dumptree
9301
9302 2003-04-01  Bernhard Held <bernhard AT bernhardheld.de>
9303
9304         * support/regression/generate-cases.py: place generated file in given sub directory
9305         * support/regression/ports/host/spec.mk: prevent removal of testfwk.o
9306         * support/regression/Makefile: improvements for 'make -j';
9307         side effect: it's simpler and faster now
9308
9309 2003-03-31  Borut Razem <borut.razem AT siol.net>
9310
9311         * src/z80/main.c: link-{port} and as-{port} defined without path
9312         * src/src.dsp: support/Util/MySystem.h and src/SDCCutil.h added to project
9313
9314 2003-03-31  Bernhard Held <bernhard AT bernhardheld.de>
9315
9316         * Makefile, src/Makefile.in: add dependencies, so that 'make -j' works
9317
9318 2003-03-30  Borut Razem <borut.razem AT siol.net>
9319
9320         * support/Util/BuildCmd.c, support/Util/BuildCmd.h: rewrite buildCmdLine(),
9321           changed type of list parameter to set
9322         * src/ds390/main.c: changed type of parameter asmOptions to set in _tininative_do_assemble()
9323         * src/port.h: changed type of do_assemble() parameter to set
9324         * src/SDCCmain.c: type of asmOptions changed to set, introduced setParseWithComma(),
9325           sdcpp defined without path, removed variable VersionString, introduced set binPathSet,
9326           definition of "cppoutfilename" macro with NULL value in preProcess()
9327         * src/SDCCglobl.h: included "SDCCset.h", added declaration of setParseWithComma()
9328         * src/SDCCglue.c: removed variable VersionString, inroduced spacesToUnderscores()
9329         * support/Util/MySystem.c, support/Util/MySystem.h: rewrite, char *ExePathList[]
9330           replaced with set *binPathSet
9331         * shash_add() deallocates the item, if allready exsists, before adding the new one
9332         * src/SDCCmacro.c: handling macros with empty or NULL values in _evalMacros()
9333
9334 2003-03-30  Scott Dattalo  <scott AT dattalo.com>
9335
9336         * src/pic/gen.c: Commit patch from Steve Tell <tell AT telltronics.org> that fixes
9337           a nested for loop bug in the PIC port
9338         * src/regression/nestfor.c: new regression test file Steve wrote to test nested
9339           for loops
9340
9341 2003-03-29  Bernhard Held <bernhard AT bernhardheld.de>
9342
9343         * support/Util/dbuf.h: remove C++ stuff to make it portable
9344
9345 2003-03-28  Borut Razem <borut.razem AT siol.net>
9346
9347         * src/SDCC.lex: Fix for bug #711240: dynamic buffer handling of C
9348           literal strings in stringLiteral()
9349         * support/Util/dbuf.c, support/Util/dbuf.h: added: dynamic buffer handling
9350         * src/Makefile.bcc, src/Makefile.in, src\src.dsp: added support/Util/dbuf.c
9351           to the project
9352
9353 2003-03-27  Paul Stoffregen <paul AT pjrc.com>
9354
9355         * src/SDCCpeeph.c (pcDistance): accurate byte distance for mcs51
9356
9357 2003-03-26    <johan AT balder>
9358
9359         * src/mcs51/gen.c (saveRegisters): catched symbol abuse
9360         * src/ds390/gen.c (saveRegisters): catched symbol abuse
9361         * src/SDCCast.c (decorateType): fixed " -v < 3"
9362
9363 2003-03-23  Bernhard Held <bernhard AT bernhardheld.de>
9364
9365         * doc/cdbfile.html: removed, replaced by cdbfileformat.lyx
9366         Added Lenny Story's debug infrastructure changes:
9367         * src/Makefile.in:  added new files cdbFile.c and SDCCdebug.c
9368         * src/Makefile.bcc: added new files cdbFile.c and SDCCdebug.c
9369         * src/cdbFile.c: added
9370         * src/SDCCdebug.c: added
9371         * src/SDCCdebug.h: added
9372         * src/SDCCast.c (createFunction)
9373         * src/SDCCglue.c (emitRegularMap, emitStaticSeg, emitOverlay, glue)
9374         * src/SDCCmain.c (parseCmdLine, main)
9375         * src/SDCCmem.c (redoStackOffsets)
9376         * src/SDCCsymt.c (cdbStructBlock, cdbTypeInfo, cdbSymbol, cdbStruct, cdbStructBlock)
9377         * src/SDCCsymt.h
9378         * src/common.h
9379         * src/avr/gen.c (genAVRCode)
9380         * src/ds390/gen.c (gen390Code)
9381         * src/mcs51/gen.c (gen51Code)
9382         * src/pic/gen.c (genpic14Code)
9383         * src/pic/glue.c (pic14emitRegularMap, pic14emitStaticSeg, pic14emitOverlay, picglue)
9384         * src/xa51/gen.c (genXA51Code)
9385         * src/SDCCast.c: fixed "void foo(void){char c; -c < 0;}"
9386
9387 2003-03-22  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9388
9389         * src/mcs51/gen.c (genCodePointerGet): quicker code for bug #700797
9390         * src/mcs51/peeph.def: added rules 177, 241.x to 243, touched 181, 182.x, 193.x
9391
9392 2003-03-22    <johan AT balder>
9393
9394         * src/SDCCicode.c (geniCodeDerefPtr): fixed bug #698231
9395
9396 2003-03-21  Bernhard Held <bernhard AT bernhardheld.de>
9397
9398         * support/scripts/sdcc_mingw32: adapted to configure from autoconf 2.54
9399         * doc/cdbfileformat.lyx: added, written by Lenny Story
9400         * doc/Makefile: added cdbfileformat.lyx
9401         * doc/clean.mk: added cdbfileformat.lyx
9402
9403 2003-03-20  Bernhard Held <bernhard AT bernhardheld.de>
9404
9405         * src/mcs51/peeph.def: fix bug #705773
9406
9407 2003-03-20    <johan AT balder>
9408
9409         An sfr/sbit can have an "at #" AND an initializer
9410         * src/SDCCsymt.c (checkSClass):
9411         * src/SDCCmem.c (allocGlobal):
9412         * src/SDCCmem.c (allocLocal):
9413         * src/SDCCast.c (createBlock):
9414
9415 2003-03-17  Bernhard Held <bernhard AT bernhardheld.de>
9416
9417         * src/ds390/peeph.def: fix bug #704878: added rule 213.b suggested by Jan Rejlek
9418
9419 2003-03-16    <johan AT balder>
9420
9421         Undid the hackup of const and volatile, the problem is much bigger
9422         * src/SDCC.y:1.65
9423         * src/SDCCast.c:1.171
9424         * src/SDCCglue.c:1.138
9425         * src/SDCCicode.c:1.146
9426         * src/SDCCsymt.c:1.150
9427         * src/SDCCval.c:1.65
9428
9429 2003-03-15  Bernhard Held <bernhard AT bernhardheld.de>
9430
9431         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #703541
9432         * src/ds390/gen.c (genAddrOf): fixed bug #704087
9433
9434 2003-03-13    <johan AT balder>
9435
9436         Hackup const and volatile modifiers in type chains a bit:
9437         * src/SDCC.y:1.63
9438         * src/SDCCast.c:1.169
9439         * src/SDCCglue.c:1.136
9440         * src/SDCCicode.c:1.143
9441         * src/SDCCsymt.c1.146
9442         * src/SDCCsymt.h1.59
9443         * src/SDCCval.c:1.63
9444
9445 2003-03-12    <johan AT balder>
9446
9447         * src/SDCCBBlock.h: more LRH debugging junk
9448         * src/SDCCcflow.h: more LRH debugging junk
9449         * src/SDCCloop.c: more LRH debugging junk
9450         * src/SDCC.y (struct_declaration): fixed bug #697590
9451         * src/SDCCsymt.[hc] (cloneSpec): NEVER EVER use this again
9452         * src/ds390/gen.c (aopForRemat): fixed bug #700031
9453         * src/SDCCglue.c (emitStaticSeg): fixed bug #700797
9454
9455 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
9456         * src/SDCCpeeph.c: quit being lazy and made proper fix (peephole
9457         test function names must now match exactly).
9458         * src/SDCCcse.c: added special case in findCheaperOp to allow
9459         extending a short integer. Makes less awful code for bug 700121 test case.
9460
9461 2003-03-11  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9462
9463         * as/mcs51/lkmain.c: Added ASlink-Warning to messages
9464         * as/mcs51/lkaomf51.c: Fixed bug when linking asmblink example
9465
9466 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
9467
9468         * src/SDCCpeeph.c: fix so that operandsNotEqualX functions are
9469         actually called (operandsNotEqual() was called for all
9470         operandsNotEqualX tests).
9471
9472 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
9473
9474         * src/SDCCcse.c: fix findCheaperOp to prevent replacing int types
9475         with shorter literals. Fixes bug 700121.
9476
9477 2003-03-11    <johan AT balder>
9478
9479         * src/SDCCsymt.c (compareType): a (void *) can be assigned to any pointer
9480
9481 2003-03-11  Bernhard Held <bernhard AT bernhardheld.de>
9482
9483         * src/SDCCloop.c (mergeRegions): an evil beast is dead
9484         * src/SDCCmain.c (preProcess): minor cleanup: eliminate preOutName
9485
9486 2003-03-10  Borut Razem <borut.razem AT siol.net>
9487
9488         * src/SDCCmain.c: pipe preprocessor's output
9489         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
9490         * sdcc_vc_in.h: define pclose as _pclose for WIN32
9491         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
9492         which closes all pipes in pipeSet set
9493         * src/SDCCset.c: free deleted item in function deleteSetItem()
9494         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
9495         moved from z80 to src subproject
9496         * .version: increased version number to 2.3.4
9497
9498 2003-03-10  Bernhard Held <bernhard AT bernhardheld.de>
9499
9500         * support/regression/ports/mcs51/spec.mk: increase timeout for CF's sparc to 30s
9501         * support/regression/ports/ds390/spec.mk: increase timeout for CF's sparc to 25s
9502         * support/regression/ports/xa51/spec.mk: fix typo
9503
9504 2003-03-09  Bernhard Held <bernhard AT bernhardheld.de>
9505
9506         * src/SDCCglobl.h: PATH_MAX is already defined in mingw32 headers
9507
9508 2003-03-09  Borut Razem <borut.razem AT siol.net>
9509
9510         * src/SDCCmain.c: pipe preprocessor's output
9511         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
9512         * sdcc_vc_in.h: define pclose as _pclose for WIN32
9513         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
9514         which closes all pipes in pipeSet set
9515         * src/SDCCset.c: free deleted item in function deleteSetItem()
9516         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
9517         moved from z80 to src subproject
9518
9519 2003-03-09  Borut Razem <borut.razem AT siol.net>
9520
9521         * src/SDCCglue.c: re-implemented tempfilename() and tempfile(): using mkstemp() if available
9522         * src/SDCCsymt.h: fixed MSVC and BORLANDC compilation (included SDCCglobl.h instead srccconf.h)
9523         * sdcc_vc_in.h: explicitly undefined HAVE_MKSTEMP which is not available on BORLANDC and MSVC
9524         * src/SDCCset.h: removed inclusion of sdccconf.h or sdcc_vc.h
9525         * src/SDCCglobl.h: unification of WIN32 native definitions
9526
9527 2003-03-09  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9528
9529         * src/mcs51/gen.c: applied in-/dec patch mentioned on sdcc-devel 2003-03-01
9530
9531 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
9532
9533         * src/configure.in:   check for endianess (even while cross-compiling)
9534         * src/configure:      check for endianess (even while cross-compiling)
9535         * src/configure_in.h: check for endianess (even while cross-compiling)
9536         * src/avr/gen.c:        remove old endianess stuff
9537         * src/mcs51/gen.c:      remove old endianess stuff
9538         * src/ds390/gen.c:      remove old endianess stuff
9539         * src/pic/gen.c:        remove old endianess stuff
9540         * src/pic/genarith.c:   remove old endianess stuff
9541         * src/pic/glue.c:       fix endianess check
9542         * src/pic16/gen.c:      remove old endianess stuff
9543         * src/pic16/genarith.c: remove old endianess stuff
9544         * src/pic16/glue.c:     fix endianess check
9545         * src/xa51/gen.c:       remove old endianess stuff
9546         * src/z80/gen.c:        fix endianess check
9547         * src/SDCCglue.c:       fix endianess check
9548         * src/ds390/peeph.def: fix bug 700036
9549
9550 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
9551
9552         * src/SDCCsymt.h: use appropriate data-types on host for SDCC's int and long
9553         * src/configure: find appropriate data-types on host for SDCC's int and long
9554         * src/configure.in: find appropriate data-types on host for SDCC's int and long
9555         * src/sdccconf_in.h: find appropriate data-types on host for SDCC's int and long
9556         * src/xa51/gen.c: use %d, not %ld for 4 byte variables
9557
9558 2003-03-07    <johan AT balder>
9559
9560         Just a big NOOP:
9561                 some minor cleanups before the big shot
9562                 OP_DEFS and OP_USES now use Kevin's protection
9563                 new option --nolabelopt
9564
9565         * src/SDCCBBlock.c:
9566         * src/SDCCast.c,:
9567         * src/SDCCcflow.c:
9568         * src/SDCCcse.c:
9569         * src/SDCCicode.c:
9570         * src/SDCCicode.h:
9571         * src/SDCClabel.c:
9572         * src/SDCCloop.c:
9573         * src/SDCCmain.c:
9574         * src/ds390/ralloc.c:
9575         * src/mcs51/ralloc.c:
9576         * src/pic/ralloc.c:
9577         * src/xa51/ralloc.c:
9578         * src/z80/ralloc.c:
9579
9580 2003-03-06  Bernhard Held <bernhard AT bernhardheld.de>
9581
9582         * src/pic/pcode.c (get_op): fix 64 bit warnings
9583         * src/pic/pcode.c (pCode2str): fix 64 bit warnings
9584         * src/SDCChasht.c (newHashTable): fix 64 bit warnings
9585         * src/SDCCsymt.c (checkTypeSanity): fix 64 bit warnings
9586         * support/regression/tests/malloc.c: fix 64 bit warnings
9587
9588 2003-03-04  Bernhard Held <bernhard AT bernhardheld.de>
9589
9590         * src/mcs51/gen.c (genMinus): fixed bug 696436
9591
9592 2003-03-02  Borut Razem <borut.razem AT siol.net>
9593
9594         * src/SDCCmain.c: added BORLANDC, corrected MSVC in printVersionInfo()
9595
9596 2003-02-26  Bernhard Held <bernhard AT bernhardheld.de>
9597
9598         * configure.in: test for mkstemp
9599         * sdccconf_in.h: add HAVE_MKSTEMP
9600
9601 2003-02-24  Bernhard Held <bernhard AT bernhardheld.de>
9602
9603         * device/include/ctype.h: removed warning while using --stack-auto
9604         * device/include/malloc.h: removed warning while using --stack-auto
9605         * device/include/string.h: removed warning while using --stack-auto
9606
9607 2003-02-23  Borut Razem <borut.razem AT siol.net>
9608
9609         * src/asm.h: corrected assertion in function printILine(): _pipe() was not executed on MSVC,
9610         because NDEBUG is defined (see man assert)
9611         * sdcc_vc_in.h: vsnprintf is defined as _vsnprintf on MSVC
9612
9613 2003-02-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9614
9615         * src/mcs51/gen.c (genUminusFloat): avoided dptr in-/decrement for xdata variables
9616         * src/mcs51/peeph.def: added rule suggested by Gernot Fink, white space/comment changes
9617
9618 2003-02-18  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9619
9620         * src/SDCCpeeph.c: added peephole conditions testing for same arguments
9621         * src/mcs51/peeph.def: added rules 238a-d which remove redundant moves
9622
9623 2003-02-18    <johan AT balder>
9624
9625         * as/mcs51/asmain.c (asmbl): module can start with a digit
9626         * as/z80/asmain.c (asmbl): module can start with a digit
9627
9628 2003-02-16  Bernhard Held <bernhard AT bernhardheld.de>
9629
9630         * sim/ucsim/mkecho: inserted #!/bin/sh for Cygwin, so that it's executable
9631         * src/asm.c: fix pipe() for Mingw32
9632
9633 2003-02-15  Bernhard Held <bernhard AT bernhardheld.de>
9634
9635         * src/SDCCglue.h: make tmpfileNameSet available for preOutName
9636         * src/SDCCmain.c (preProcess): make sure, that preOutName will be deleted;
9637         make -V work again; --c1mode reads now from stdin
9638         * doc/sdccman.lyx: added --c1mode
9639         * support/Util/SDCCerr.c: new messages for c1 mode
9640         * support/Util/SDCCerr.h: new messages for c1 mode
9641         * src/SDCC.lex (checkCurrFile): test if fullSrcFileName is NULL for c1mode
9642
9643 2003-02-15    <johan AT balder>
9644
9645         * src/asm.c: new options: --no-c-code-in-asm and --i-code-in-asm
9646
9647 2003-02-14  Bernhard Held <bernhard AT bernhardheld.de>
9648
9649         * doc/sdccman.lyx: Environment variables, -o and other minor things
9650
9651 2003-02-14    <johan AT balder>
9652
9653         * src/xa51/main.c: before anyone really tries to use it :)
9654
9655         * Install doc's in share/sdcc/doc
9656         * removed some obsolete files
9657         * Do a proper make distclean and uninstall
9658         M Makefile.common.in
9659         R sdccbuild.sh
9660         M as/Makefile
9661         M device/include/Makefile.in
9662         M device/lib/Makefile.in
9663         M doc/sdccman.lyx
9664         M link/Makefile
9665         M sim/ucsim/doc/Makefile.in
9666         M src/clean.mk
9667         R src/avr/peeph.rul
9668         R src/xa51/peeph.rul
9669         M support/cpp2/Makefile.in
9670         M support/makebin/Makefile
9671
9672
9673 2003-02-13  Bernhard Held <bernhard AT bernhardheld.de>
9674
9675         * support/regression/ports/host/spec.mk: use cc as host compiler for max osx
9676
9677 2003-02-10  Borut Razem <borut.razem AT siol.net>
9678
9679         * doc/bccinst.txt, packihx/packihx.c, sdcc_vc_in.h, src/SDCCset.h,
9680         support/cpp2/config.in: Borland C++ build doesn't depend on Cygwin configure
9681         * Bcc.ini, Makefile.bcc, as/mcs51/Makefile.bcc,
9682         device/examples/ds390/tinitalk/Makefile.bcc, packihx/Makefile.bcc,
9683         support/cpp2/Makefile.bcc, src/Makefile.bcc, src/avr/Makefile.bcc,
9684         src/ds390/Makefile.bcc, src/izt/Makefile.bcc, src/mcs51/Makefile.bcc,
9685         src/pic/Makefile.bcc, src/pic16/Makefile.bcc, src/xa15/Makefile.bcc,
9686         src/z80/Makefile.bcc: Borland Makefile cleanup
9687         * as/z80/Makefile.bcc: Added Borland Makefile
9688         * support/cpp2/borland.h: Removed
9689
9690 2003-02-10  Bernhard Held <bernhard AT bernhardheld.de>
9691
9692         * doc/sdccman.lyx: new pragma NOIV by "Johannes Stezenbach" <js AT convergence.de>
9693         * src/SDCC.lex: new pragma NOIV
9694         * src/SDCCglobl.h: new pragma NOIV
9695         * src/SDCCmem.c: new pragma NOIV
9696
9697 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
9698
9699         * src/SDCCmain.c: signal handling is switched off by SDCC_LEAVE_SIGNALS
9700
9701 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
9702
9703         * src/SDCCmain.c: signal handling is switched off by --debug
9704         * doc/Makefile: small fix for install; use clean.mk again
9705         * doc/clean.mk: clean *.pdf and *.html too
9706
9707 2003-02-08  Bernhard Held <bernhard AT bernhardheld.de>
9708
9709         * device/lib/_mulint.c: small fix for large/ds390 --int-long-reent resp. --stack-auto
9710         * device/lib/printfl.c: fix a ds390 bug by making it portable
9711         * src/SDCCsymt.c (initCSupport): fix compile warning on Cygwin
9712         * src/SDCCopt.c (cnvToFloatCast): fix compile warning on Cygwin
9713         * src/SDCCopt.c (cnvFromFloatCast): fix compile warning on Cygwin
9714         * debugger/mcs51/cmd.c: converted multi-line string literals
9715         * sim/ucsim/globals.cc: converted multi-line string literals
9716         * src/SDCCmain.c: introduced signal handler to remove temp files
9717         * doc/Makefile: small tweaks, implement clean
9718         * doc: removed generated files
9719
9720 2003-02-05  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9721
9722         * as/mcs51/aslink.h, as/mcs51/lkihx.c, as/mcs51/lkrloc.c:  Applied
9723         patch from Jan Rejlek <jr AT apex-lib.cz> to fix Bug 677692: "Extended
9724         Address Record is not correctly generated for DS390."
9725
9726 2003-02-02  Borut Razem <borut.razem AT siol.net>
9727
9728         * Makefile.bcc: removed non existing cpp project and non compilable izt project from makefile
9729         * as/mcs51/asm.h: fixed compilation with Borland C
9730         * support/cpp2/Makefile.bcc: added rule to generate auto-host.h
9731         * support/cpp2/auto-host_vc_in.h: fixed compilation with Borland C
9732         * src/mcs51/mcs51a.dsp: corrected misspelled project name from msc51a to mcs51a
9733         * src/avr/Makefile.bcc, src/ds390/Makefile.bcc, src/izt/Makefile.bcc,
9734         src/mcs51/Makefile.bcc, src/pic16/Makefile.bcc, src/xa51/Makefile.bcc,
9735         src/z80/Makefile.bcc: delete $(LIB) only if exist
9736         * src/Makefile.bcc, src/pic/Makefile.bcc:  fixed compilation with Borland C
9737
9738 2003-02-02  Bernhard Held <bernhard AT bernhardheld.de>
9739
9740         * device/include/malloc.h: introduced NULL
9741         * device/include/string.h: introduced NULL
9742         * device/include/stdlib.h: introduced NULL
9743         * device/lib/_memcpy.c: removed NULL
9744         * device/lib/_strcat.c: removed NULL
9745         * device/lib/_strchr.c: removed NULL
9746         * device/lib/_strcmp.c: removed NULL
9747         * device/lib/_strcpy.c: removed NULL
9748         * device/lib/_strcspn.c: removed NULL
9749         * device/lib/_strlen.c: removed NULL
9750         * device/lib/_strncat.c: removed NULL
9751         * device/lib/_strncmp.c: removed NULL
9752         * device/lib/_strncpy.c: removed NULL
9753         * device/lib/_strpbrk.c: removed NULL
9754         * device/lib/_strrchr.c: removed NULL
9755         * device/lib/_strspn.c: removed NULL
9756         * device/lib/_strstr.c: removed NULL
9757         * device/lib/_strtok.c: removed NULL
9758         * device/lib/malloc.c: removed NULL, include own header
9759
9760 2003-02-02    <johan AT balder>
9761
9762         * 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
9763         * support/regression/fwk/lib/testfwk.c: div and mod isn't broken anymore
9764         * regressions ds390/spec.mk and mcs51/spec.mk (timeout): my good old balder isn't fast enough for some tests
9765         * src/z80/gen.c (genZ80Code): added c-lines in asm comments
9766         * as/z80/asm.h (NINPUT): increased for long c-comments in regression tests
9767         * src/z80/gen.c (genRightShiftLiteral): fixed the (char)(-3)>>8 (I think)
9768
9769 2003-02-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9770
9771         * src/SDCCmain.c: Fixed bug 678574: "ds390: ASlink-Error-Stack overlaps
9772         area 'DATA'"
9773
9774 2003-02-01    <johan AT balder>
9775
9776         * src/SDCCval.c (valBitwise): fixed Karl's "2 | (1<<8)"
9777
9778 2003-01-31    <johan AT CP255758-A>
9779
9780         * src/ds390/main.c (_ds390_genAssemblerPreamble): applied Jan Rejlek's >64K startup patch
9781
9782 2003-01-30    <johan AT balder>
9783
9784         * src/SDCCBBlock.c: automatic bug detection
9785         * src/SDCCicode.c: automatic bug detection
9786
9787 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9788
9789         * src/SDCCglobl.h:   now --xram-size 0 works
9790         * src/SDCCmain.c:    now --xram-size 0 works
9791
9792 2003-01-29    <johan AT balder>
9793
9794         * src/almosteverything: changed OP_DEFS and OP_USES from macros to functions to catch symbol abuse (a hot topic in the bug list :)
9795
9796 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9797
9798         * as/mcs51/aslink.h: Added options --xram-size and --code-size
9799         * as/mcs51/lkdata.c: Added options --xram-size and --code-size
9800         * as/mcs51/lkmain.c: Added options --xram-size and --code-size
9801         * as/mcs51/lkmem.c:  Added options --xram-size and --code-size
9802         * src/SDCCglobl.h:   Added options --xram-size and --code-size
9803         * src/SDCCmain.c:    Added options --xram-size and --code-size
9804
9805 2003-01-28  Bernhard Held <bernhard AT bernhardheld.de>
9806
9807         * src/ds390/gen.c: fix deps by replacing <common.h> with "common.h"
9808         * src/SDCC.lex: rename P_OVERLAY to P_OVERLAY_ for cross-gcc 3.2 MINGW32
9809
9810 2003-01-27    <johan AT balder>
9811
9812         * src/SDCC.y: fixed bug #613764
9813
9814 2003-01-26    <johan AT balder>
9815
9816         * src/SDCClrange.c:  fixed Bernhard's "char * code ptr = &c"
9817         * src/SDCCsymt.h: fixed bug #673374
9818         * src/SDCCglue.c: fixed bug #661910
9819         * src/SDCCast.c: fixed bug #458099 and 673374
9820
9821 2003-01-26  Bernhard Held <bernhard AT bernhardheld.de>
9822
9823         * as/mcs51/strcmpi.c: added, provides Aurelien Jarno's as_strcmpi(); strcmpi() is not ANSI
9824         * as/mcs51/strcmpi.h: added
9825         * as/mcs51/asm.h: remove ugly "#define strcmpi strcmp"
9826         * as/mcs51/aslink.h: remove ugly "#define strcmpi strcmp"
9827         * as/mcs51/asmain.c: strcmpi -> as_strcmpi
9828         * as/mcs51/assym.c: strcmpi -> as_strcmpi
9829         * as/mcs51/lkmem.c: strcmpi -> as_strcmpi
9830         * as/mcs51/lknoice.c: strcmpi -> as_strcmpi
9831         * as/mcs51/lksym.c: strcmpi -> as_strcmpi
9832         * as/mcs51/Makefile.aslink: new module strcmpi
9833         * as/mcs51/Makefile.asx8051: new module strcmpi
9834         * as/mcs51/Makefil.bcc: new module strcmpi
9835         * as/mcs51/Makefile.in: new module strcmpi
9836         * sim/ucsim/s51.src/uc390.cc (get_mem_size): make RAM big enough for tinibios
9837
9838 2003-01-26    <johan AT balder>
9839
9840         * src/SDCCglue.c: reverted back to 1.124
9841         * src/SDCCast.c: reverted back to 1.156
9842         * src/mcs51/gen.c (aopGet): applied Frieder's efficiency patch
9843
9844 2003-01-25    <johan AT balder>
9845
9846         * src/SDCCglue.c: A better fix for bug #661910
9847         * src/SDCCast.c: A better fix for bug #661910
9848         * src/SDCCglue.c (emitRegularMap): That was a little too efficient
9849
9850 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
9851
9852         * src/Makefile.in: remove spawn.o
9853         * src/SDCCmain.c: remove spawn.h
9854         * src/SDCCmain.c (printVersionInfo): report MINGW32 instead of UNIX
9855         * src/spawn.c: removed
9856         * src/spawn.h: removed
9857         * support/regression/ports/ds390/spec.mk: link with -r
9858
9859 2003-01-24    <johan AT CP255758-A>
9860
9861         * src/ds390/gen.c (aopOp): fixed bug #667458
9862         * src/SDCCglue.c (emitRegularMap): fixed bug #458099 again
9863         * src/SDCCast.c (createIvalCharPtr): fixed bug #661910
9864         (createIvalCharPtr): an ival doesn't always have a storage class anymore
9865
9866 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
9867
9868         * src/mcs51/peeph.def: better assembler identation by Frieder
9869         * src/mcs51/gen.c: better assembler identation by Frieder
9870
9871 2003-01-22  Bernhard Held <bernhard AT bernhardheld.de>
9872
9873         * as/z80/string.h: removed for gcc 3.2
9874         * support/makebin/makebin.c: #include <string.h> for gcc 3.2
9875         * src/pic/pcode.c (get_op_from_instruction): fix concatenation of string literals with __FUNCTION__ for gcc 3.2
9876
9877 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
9878
9879         * src/SDCCmain.c (linkEdit): rename mem and map files even in case of failure
9880         * src/SDCCpeeph.c (replaceRule): fix bug #663503
9881         * support/regression/Makefile: separate temp files for ports
9882         * support/regression/generate-cases.py: separate temp files for ports
9883         * src/mcs51/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
9884         * src/ds390/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
9885
9886 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
9887
9888         * moved tinitalk to device/examples/ds390
9889
9890 2003-01-14  Bernhard Held <bernhard AT bernhardheld.de>
9891
9892         * as/mcs51/lkmem.c: rflag is for DS390
9893         * src/SDCCglobl.h: removed out_name and options stackOnData, genericPtr
9894         * src/SDCCmain.c (optionsTable, setDefaultOptions): removed --stack-after-data and --generic
9895                          (linkEdit): move mem- and map-files the same way as ihx-files
9896         * src/z80/main.c (_setDefaultOptions): removed --generic
9897         * src/SDCCmain.c (_processC1Arg, parseCmdLine, main): --c1mode works again
9898         * src/SDCCglue.c (createInterruptVect, glue): --c1mode works again
9899         * src/pic/glue.c (picglue): --c1mode works again
9900         * src/pic16/glue.c (pic16glue): --c1mode works again
9901         * src/asm.c (printCLine): fix #660034
9902
9903 2003-01-13  Bernhard Held <bernhard AT bernhardheld.de>
9904
9905         * src/ds390/peeph.def: fix #123; add 14 rules by Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>, 1 by Frieder
9906         * src/mcs51/peeph.def: fix #123; add 14 rules by Fiorenzo, 1 by Frieder
9907         * src/mcs51/gen.c (genFunction): emit r0 instead of ar0 by Fiorenzo
9908         * as/mcs51/lkmem (summary): better fix for sp problem
9909         * src/SDCCglue.c (glue): __start_stack - 1, saves 1 byte!
9910         * src/ds390/main.c (_ds390_finaliseOptions, _tininative_finaliseOptions): stack_loc = 0x400008
9911         * support/regression/ports/*/spec.mk: moving testfwk-object to port dir allow parallel execution of regression tests
9912                                               remove --stack-after-data
9913
9914 2003-01-12  Bernhard Held <bernhard AT bernhardheld.de>
9915
9916         * src/SDCCmain.c (main): port->finaliseOptions() moved for z80 linking
9917         * src/SDCCutil.c (join): ugly bug: missing '\0'
9918         * as/mcs51/lkmem.c (summary): sp on address 7 is safe
9919
9920 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
9921
9922         * src/SDCCmain.c (assemble, linkEdit): preparations for -o
9923         * src/port.h: typo
9924         * src/pic/main.c (_asmCmd): gpasm supports -o
9925         * src/z80/main.c: more general macros
9926         * device/lib/Makefile.in: remove intermediate files
9927
9928 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
9929
9930         * .version: Bumped version number to 2.3.3
9931         * src/SDCCBBlock.c: new option -o
9932         * src/SDCCglobl.h: new option -o
9933         * src/SDCCglue.c: new option -o
9934         * src/SDCCmain.c: new option -o
9935         * src/asm.c: new option -o
9936         * src/ds390/main.c: new option -o
9937         * src/pic/glue.c: new option -o
9938         * src/pic/pcode.c: new option -o
9939         * src/pic/ralloc.c: new option -o
9940         * src/pic16/glue.c: new option -o
9941         * src/pic16/pcode.c: new option -o
9942         * src/pic16/ralloc.c: new option -o
9943         * src/z80/main.c: new option -o
9944         * device/lib/Makefile.in: use -o
9945         * support/regression/ports/ds390/spec.mk: use -o
9946         * support/regression/ports/gbz80/spec.mk: use -o
9947         * support/regression/ports/mcs51/spec.mk: use -o
9948         * support/regression/ports/mcs51-stack-auto/spec.mk: use -o
9949         * support/regression/ports/z80/spec.mk: use -o
9950         * support/regression/ports/ucz80/spec.mk: use -o
9951         * support/regression/ports/xa51/spec.mk: use -o
9952         * support/regression/fwk/lib/timeout.c: fix usage string
9953
9954 2003-01-09  Bernhard Held <bernhard AT bernhardheld.de>
9955         * src/mcs51/gen.c (genPlus): replaced "mov b,acc" by "mov b,a" Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>
9956
9957 2003-01-07    <johan AT balder>
9958
9959         * src/SDCCast.c (decorateType): fixed bug #600035
9960
9961 2003-01-07  Bernhard Held <bernhard AT bernhardheld.de>
9962         * as/mcs51/lkmem.c: added several l-modifiers to printf to remove warnings
9963         * as/mcs51/lkaomf51.c: #include <ctype.h> to remove warnings
9964         * src/pic/main.c (_hasNativeMulFor): outcommented unused variables to remove warnings
9965         * src/pic/pcode.c: outcommented unused variable to remove warnings
9966         * src/pic/ralloc.c: outcommented unused variable to remove warnings
9967
9968 2003-01-06    <karl AT turbobit.com>
9969         * sim/ucsim/cmd.src/command.cc: fixed so "break xram r 0x7654" works again in
9970    regression tests.
9971
9972 2003-01-06    <johan AT balder>
9973
9974         * src/SDCCicode.c: fixed array add
9975
9976 2002-01-05  Bernhard Held <bernhard AT bernhardheld.de>
9977         * src/SDCCmacro.c: MAX_STRING_LENGTH increased to 2048; was too small for regression tests
9978         * support/regression/ports/host/support.c: #include <stdarg.h> for gcc 3.2
9979
9980 2003-01-04    <johan AT balder>
9981
9982         * src/SDCCval.c (getNelements): fixed the initialized array of structures
9983
9984 2002-12-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9985         * as/mcs51/Makefile.bcc: fixed typo lkomf51.o -> lkaomf51.o
9986
9987 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
9988         * src/mcs51/peeph.def: added rules 234 and 235 from Frieder Ferlemann <frieder.ferlemann AT web.de>
9989         * support/regression/tests/bug-524697.c: fit mem usage into 8032
9990
9991 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
9992         * src/mcs51/gen.c (aopGetUsesAcc): inserted missing "return FALSE"
9993
9994 2002-12-27  Bernhard Held <bernhard AT bernhardheld.de>
9995         * as/mcs51/Makefile.in: fixed typo lkomf51.o -> lkaomf51.o
9996
9997 2002-12-26  Bernhard Held <bernhard AT bernhardheld.de>
9998         * src/mcs51/main.c: removed {bindir}{sep} from aslink
9999
10000 2002-12-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10001
10002     * in \sdcc\as\mcs51\ changed these files in order to create an
10003     aomf51 file: aslink.h, lkdta.c, lklex.c, lklibr.c, lklist.c,
10004     lkmain.c.  Also added: lkmem.c and lkaomf51.c.  Changed the
10005     following files to include the previous two files: aslink.dsp,
10006     Makefile.aslink, Makefile.bcc, and Makefile.in.
10007
10008     * Changed \sdcc\src\SDCCmain.c so it creates files with extension
10009     .adb instead of .cdb
10010
10011 2002-11-09  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10012
10013         * \sdcc\as\mcs51\lklist.c: Now reports memory usage using the
10014         value from option --iram-size.
10015
10016 2002-09-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10017
10018         * \sdcc\as\mcs51\lklist.c: added boundary check before using
10019         dram[] array.
10020
10021 2002-09-18    <wiml AT hhhh.org>
10022
10023         * SDCClrange.h: exposed setFromRange() and setToRange()
10024         * mcs51/ralloc.c: fixed over-eager packRegsForSupport() and
10025           packRegsForAccUse() (bug 542397)
10026         * mcs51/gen.c: MOVA() is now a function to avoid calling aopGet()
10027           multiple times and emitting the fetch operations more than once
10028           added aopGetUsesAcc() function to allow binary operators to
10029           fetch their operands in the correct order; made genMinus() emit
10030           compact code for X = LITERAL - Y
10031
10032 2002-09-00  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10033         * \sdcc\as\mcs51\lklist.c: Fixed incorrect number of parameters to
10034         sprintf() in line 1267.
10035
10036 2002-09-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10037         * \sdcc\src\SDCCglue.c: Generate areas REG_BANK_[0-3] only for 8051
10038         like ports.
10039
10040 2002-09-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10041         Changes to aslink (All the changes are marked with 'JCF'):
10042
10043         * \sdcc\as\mcs51\aslink.h: External definition of sflag and
10044         summary().
10045
10046         * \sdcc\as\mcs51\lkarea.c: Computes the size of area BSEG_BYTES from
10047         area BSEG.  Also moves, if possible, the DATA area down into the internal
10048         ram so more space is available.
10049
10050         * \sdcc\as\mcs51\lkdata.c: Definition of memory summary output flag
10051         sflag.
10052
10053         * \sdcc\as\mcs51\lklist.c: For the BSEG area report the size in bits,
10054         not bytes.  Function summary() which creates a memory usage summary
10055         file with extension .mem.  Reports of overlaping stack and small stack
10056         size.  If the space for the stack is less than 16 bytes aslink trows a
10057         warning.
10058
10059         * \sdcc\as\mcs51\lkmain.c: Creation of some of the default areas for
10060         the 8051.  Option 'y' for memory summary output file.
10061
10062         Changes to sdcc (All the changes are marked with 'JCF'):
10063
10064         * \sdcc\src\SDCCglobl.h: External definition of RegBankUsed[4].
10065
10066         * \sdcc\src\SDCCglue.c:  If a register bank is used, creates an
10067         overlaying area for it (uses RegBankUsed[4]).
10068
10069         * \sdcc\src\SDCCmain.c: Definition RegBankUsed[4]; marks register
10070         bank zero as used by default.  By default aslink locates the stack
10071         (equivalent to --stack-after-data).  Pass option 'y' to aslink for
10072         the creation of the .mem file.  Delegates the allocation of data area
10073         to aslink (it is not longer 0x30 by default).  If --stack-loc passes
10074         the begining of the stack area to aslink.
10075
10076         * \sdcc\src\SDCCmem.c:  If a register bank is used, marks it so
10077         glue() in SDCCglue.c creates an area for it.
10078
10079 2002-09-03  Borut Razem <borut.razem AT siol.net>
10080         * sdcc/src/SDCCglue.c, sdcc/src/SDCCglue.h, sdcc/src/SDCCmain.c,
10081         sdcc/src/pic/glue.c:
10082         introduced atexit() handler for teporay files removal in case of
10083         errors, assertions, ...
10084
10085 2002-08-29  Borut Razem <borut.razem AT siol.net>
10086         * sdcc/support/cpp2/auto-host_vc_in.h:
10087         re-definition of O_BINARY and other O_XXX as _O_BINARY and _O_XXX, so the problem
10088         with the returned value from read() in sdcc/support/cpp2/cppfiles.c is solved for MSC.
10089         Maybe there is a similar problem with BORLANDC? It should be checked!
10090
10091         * sdcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c, sdcc/src/z80/ralloc.c:
10092         corrected improper use of assert: the assignment to clr variable was done inside the assert.
10093         In case that NDEBUG was defined, the assert macro was substituted with no-op, so the assignment
10094         was not executed, and the compiler (cl) launched a warning:
10095         ralloc.c(1442) : warning C4700: local variable 'clr' used without having been initialized
10096
10097 2002-08-28  Bernhard Held <bernhard AT bernhardheld.de>
10098         * src/SDCCglue.c (printIvalArray): iterative calculation of array length
10099
10100 2002-08-28  Jesus Calvino-Fraga and Borut Razem <borut.razem AT siol.net>
10101         * sdcc/sdcc.dsw: added sdcpp, sdcppa, yacc, conf projects
10102
10103         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
10104           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp,
10105           sdcc/src/xa51/xa51.dsp, sdcc/src/avr/avra.dsp,
10106           sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
10107           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp,
10108           sdcc/src/xa51/xa51a.dsp, sdcc/as/as_z80.dsp,
10109           sdcc/as/aslink.dsp, sdcc/as/asx8051.dsp, sdcc/packihx/packihx.dsp:
10110         - added Release configuration in VS projects
10111         - review of compiler an linker options
10112         - VC .exe files are generated in bin_vc directory, not to interfere
10113           with binaries generated from other projects (cygwin, mingw, bcc ...)
10114
10115         * sdcc/src/yacc.dsp: added
10116
10117         * sdcc/config.dsp, sdcc/configure_vc.awk, sdcc/sdcc_vc_in.h:
10118         added - genarate sdcc_vc.h using sdcc_vc_in.h as template
10119         and insert the version number definitions from .version
10120
10121         * sdcc/support/cpp2/sdcpp.dsp: added - VC project for sdcpp
10122
10123         * sdcc/support/cpp2/sdcppa.dsp, sdcc/support/cpp2/auto-host_vc_in.h:
10124         added - genarate auto-host.h using auto-host_vc_in.h as template
10125
10126         * sdcc/sdcc_vc.h,
10127         removed from CVS, generated automatically
10128
10129 2002-08-25  Bernhard Held <bernhard AT bernhardheld.de>
10130         * support/scripts/inc2h.pl: use gputils or gpasm (from Nathan Hurst)
10131
10132 2002-08-11  Borut Razem <borut.razem AT siol.net>
10133         * support/Util/NewAlloc.c: removed unneeded #include "sdccconf.h" (suggested by Jesus Calvino-Fraga)
10134
10135 2002-08-10  Borut Razem <borut.razem AT siol.net>
10136         * src/SDCCmain.c (main):
10137         file preOutName was unlinked before closed. This seems to be OK on UNIX and cygwin
10138         platforms, but it doesn't work with Visual Studio: the opened file can not be removed.
10139         The consequence was that some temporary files were not removed.
10140
10141         * src/SDCCglue.c:
10142         unification of code in functions tempfilename() and tempfile():
10143         function tempnam() is defined in Visual Studio 6.0 and .NET
10144
10145         * sdcc/sdcc.dsw: removed project sdcpp, added project xa51a
10146
10147         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
10148           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp:
10149         - removed compiler command line option /WX: Treats all warnings as errors
10150         - update a list of source files, included into the project
10151
10152         * sdcc/src/avr/avra.dsp, sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
10153           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp:
10154         changed project type to Generic Project so that can be correcly converted to VS.NET project
10155
10156         * sdcc/as/mcs51/asm.h: definition of PATH_MAX for MSC
10157
10158         * sdcc/src/SDCCast.c: solved MSC error in function decorateType()
10159
10160         * sdcc/src/SDCC.y: added missing ending ';' to rules to get rid of bison warnings
10161
10162         * dcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c:
10163         added return 0 statements after assert() to make compiler happy
10164
10165         * sdcc/src/xa51/peeph.rul, sdcc/src/xa51/peeph.def, sdcc/src/z80/ralloc.c:
10166         added newline in the def file to keep MSC compiler satisfied
10167
10168         * sdcc/src/z80/gen.c:
10169         - function strcasecmp() is not defined in MSC (and probably also in BORLANDC),
10170           so it is replaced with STRCASECMP, which is defined as stricmp in case of MSC and BORLANDC
10171         - solved MSC error in function aopDump()
10172
10173         * sdcc_vc.h: define PREFIX as "\\sdcc"
10174
10175 2002-07-18  Bernhard Held <bernhard AT bernhardheld.de>
10176         * src/SDCCast.c (decorateType): fixed access to array of structures http://sourceforge.net/mailarchive/forum.php?thread_id=902690&forum_id=4107
10177
10178 2002-06-22  Scott Dattalo <scott AT dattalo.com>
10179         * src/pic/*: Numerous bug fixes. Flow analysis has been enhanced.
10180         - Rewrote the register banking algorithm.
10181         - Added pCode live-range analysis to registers (for now, only non-used and
10182         singly-used registers optimized away)
10183
10184         * src/pic/pcoderegs.[ch]: Added new files for pCode live-range analysis
10185
10186         * 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.
10187
10188 2002-05-10  Scott Dattalo <scott AT dattalo.com>
10189         * src/pic/*: Added support for multiplication. Fixed many,many bugs.
10190
10191 2002-04-22  Michael Hope  <michaelh AT vroom>
10192
10193         * device/lib/z80/printf.c: Changed emitter to volatile to work around a pcall bug.
10194
10195         * configure.in (DD_COPT): Added include support required for gbdk.
10196
10197         * .version: Bumped version number just to increase it.
10198
10199         * src/SDCCmain.c: Added -nostdinc to the default options.
10200
10201 2002-04-15  Michael Hope  <michaelh AT vroom>
10202
10203         * device/lib/z80/printf.c (sprintf): Added.
10204
10205         * src/z80/ralloc.c (packRegisters): Disabled pack HL use for GB as it's broken.
10206
10207         * src/z80/peeph.def: Added transpose redundent load rule.
10208
10209         * src/z80/main.c: Added force callee saves for jaune.
10210
10211         * src/port.h: Removed the i186 and tlcs-900h ports as they weren't being being developed.
10212
10213         * src/SDCCmain.c: Pulled the options definition out so that you can add port specific options without changing the main file.
10214
10215 2002-03-28  Johan Knol  <johan AT balder>
10216
10217         * src/SDCCval.c: fixed bug #532436
10218
10219 2002-03-14  Scott Dattalo <scott AT dattalo.com>
10220         * /src/port.h:
10221         Added "char *Processor" field to the port structure.
10222
10223         * /src/SDCCmain.c:
10224         Added -p option. Allows port dependent processor to be specified.
10225
10226         * all ports:
10227         Initialized the new field char *Processor field to NULL in all ports
10228
10229         * /src/pic/*:
10230         Compiler generated registers for interrupt context saving
10231         were not getting allocated.
10232
10233 2002-03-16  Sandeep Dutta  <sandeep AT ddi.com>
10234
10235         * /src/SDCCast.c:
10236         Fixed left shift. Will promote the left side of a left shift
10237         if a) left shifting more than size of operand or b) when assigned
10238         to something size > size of left side
10239
10240 2002-03-14  Scott Dattalo <scott AT dattalo.com>
10241         * src/pic/*
10242         tons of changes. Register allocation has been
10243         rewritten. Added customization for the various PICs. Flow
10244         analysis is restructured. ...
10245
10246         * src/pic/device.h:
10247         Added
10248
10249         * src/pic/device.c:
10250         Added. device.c is a PIC port hack to accomodate variations
10251         in PIC devices.
10252
10253 2002-03-13  Michael Hope  <michaelh AT vroom>
10254
10255         * src/z80/gen.c (genGenPointerGet): Fixed a bug where a pointer in HL is dereferenced into HL but HL is not spilled.  Yeah.
10256
10257 2002-03-04  johanknol  <johanknol AT manik>
10258
10259         * /src/SDCCval.c: fixed
10260
10261         const unsigned char arr[][2] = { { 0, 1 } };
10262         t18.c:1: error: Initializer element is not constant
10263
10264 2002-03-04  bela  <bela AT manik>
10265
10266         * /device/include/mcs51reg.h:
10267         ds89c420 register definition update
10268
10269 2002-03-03    <johan AT FRIJA>
10270
10271         * support/Util/SDCCerr.c: did something, but don't no why anymore
10272
10273         * support/regression/tests/bug-524691.c: made it a little less shy
10274
10275         * src/SDCCast.c (decorateType): fixed bug #524697
10276
10277         * src/SDCCast.c: made some lineno improvements
10278
10279         * src/SDCCval.c (getNelements): changed warning to error
10280
10281         * src/SDCCglue.c (printIvalArray): changed warning to error
10282
10283         * src/SDCCicode.c: fixed a warning for mingw
10284
10285         * src/SDCCast.c (decorateType): fixed the << promotion for ops
10286
10287         * src/SDCCicode.c (geniCodeDivision): divide is shift only for unsigned (bug #524685)
10288
10289 2002-03-02  Sandeep Dutta  <sandeep AT ddi.com>
10290
10291         * src/ds390/peeph.def:
10292         Added some more peephole rules
10293
10294         * src/ds390/gen.c: Various fixes & enhancements
10295
10296         * src/SDCClrange.c, src/SDCClrange.h:
10297         functions "alldefsoutofrange" and "notusedinblock" moved to SDCClrange.c
10298
10299         * src/ds390/ralloc.c:
10300         various fixes & enhancements (ds390) specific
10301
10302         * src/avr/ralloc.c, src/mcs51/ralloc.c, src/pic/ralloc.c, src/xa51/ralloc.c, src/z80/ralloc.c:
10303         Functions "allDefsOutOfRange" & "notUsedinBlock" moved to SDCClrange.c
10304         from rallocs.
10305
10306         * sdcc/src/SDCCcse.c: Better fix for bug # 514308
10307
10308 2002-03-02    <johan AT FRIJA>
10309
10310         * src/SDCCast.c (decorateType): fixed bug #524708
10311
10312         * src/SDCCval.c (floatFromVal): fixed the literal void (whatever that may be)
10313
10314         * src/SDCCicode.c (geniCodePtrPtrSubtract): fixed bug #524691
10315
10316 2002-03-01  Michael Hope  <michaelh AT vroom>
10317
10318         * src/SDCCsymt.c (initCSupport): Removed managling of support function names.
10319
10320         * src/z80/ralloc.c (packRegsForIYUse): Fixed fp bug where four byte operands were packed into IY.
10321
10322 2002-03-01    <johan AT FRIJA>
10323
10324         * src/SDCCglue.c (printIvalPtr): fixed bug #524211
10325
10326         * src/SDCCast.c (decorateType): fixed bug #524209
10327
10328         * src/SDCCval.c (valNot): fixed bug #524195
10329
10330 2002-02-26    <johan AT balder>
10331
10332         * src/xa51/gen.c: fixed a warning
10333
10334         * src/SDCCglue.c (printIvalFuncPtr): fixed bug #522534
10335
10336         * src/SDCCast.c (decorateType): fixed bug #522534
10337
10338 2002-02-23    <johan AT balder>
10339
10340         * src/SDCCdflow.c (computeDataFlow): fixed bug #460088
10341
10342 2002-02-22    <johan AT balder>
10343
10344         * src/SDCCast.c: fixed bug #514865
10345
10346         * src/SDCCy.c ("SDCC.y"): fixed bug #516625
10347
10348 2002-02-21  Sandeep Dutta  <sandeep AT ddi.com>
10349
10350         * sdcc/src/SDCCloop.c:
10351         Previous fix was not good. basic blocks that have "break" or "return" are
10352         not really partof a loop , but live ranges used in these blocks should
10353         be live thru the entire loop, so set partOfLoop but don't add them to
10354         loop region
10355
10356 2002-02-21    <johan AT FRIJA>
10357
10358         * src/SDCCcse.c: fixed bug #514308
10359
10360 2002-02-20  Sandeep Dutta  <sandeep AT ddi.com>
10361
10362         * src/SDCCloop.c:
10363         Fixed BUG #519583. If a conditional block ended in a return/break
10364         statement inside a loop, it was not being considered part of the loop.
10365
10366         * src/SDCCcflow.c: Removed fix (Fixed in SDCCloop.c)
10367
10368 2002-02-10  Karl Bongers <karl AT turbobit.com>
10369
10370         * debugger/*:
10371         Fixed up SDCDB debugger somewhat.  Updated debugger/README
10372         with lots of comments and notes.
10373
10374         * device/examples/test2.c:
10375         Fix bug, "red" variable not being initialized(compiler complained).
10376
10377         * device/examples/Makefile, examples/test3.c:
10378         Add Makefile in device/examples folder, compiles test3.c
10379         for use as a multiple module SDCDB test case.
10380
10381         * sim/ucsim/cmd.src/cmdset.cc:
10382         Took out debug printfs in ucsim "next" command.
10383
10384         * sim/ucsim/xa.src:
10385         Karl and Johan start ucsim XA support.  Most dissassembly working,
10386         about 75% emulation done(plenty of work remaining).
10387
10388         * sim/ucsim/z80.src:
10389         Add Z80 support to ucsim, add test-ucz80 regression test,
10390         notice ucsim/z80 emulation fails on examples/test3.c/itoa code.
10391         Notice z80 compiler fails on examples/test3.c/crc code.
10392
10393 2002-01-30  Sandeep Dutta  <sandeep AT ddi.com>
10394
10395         * src/mcs51/gen.c, src/mcs51/main.c, src/mcs51/ralloc.c:
10396         Added support for --parms-in-bank1
10397
10398         * src/ds390/peeph.def:
10399         added a few more peephole optimzations
10400
10401         * src/ds390/main.c:
10402         1) added __builtin_inp & __builtin_outp used to read in data of given length
10403            from a memory mapped port
10404         2) added __builtin_memcmp
10405         3) added __builtin_swapw swap bytes of a short
10406
10407         * src/ds390/gen.c, src/ds390/gen.h, src/ds390/ralloc.c:
10408         1) handle multiple send & receives from register bank1
10409         2) ralloc can now allocate DPTR1 to some liveRanges
10410
10411         * src/SDCCsymt.c, src/SDCCsymt.h:
10412         changes to handle multiple sends & receives
10413
10414         * src/SDCCptropt.h:
10415         added some pointer arithmetic optimization
10416
10417         * src/SDCCptropt.c:
10418         added some pointer arithmetic optimizations but not stable yet so not
10419         called from anywhere (will get this working shortly)
10420
10421         * src/SDCCopt.c: fixed for multiple sends & receives
10422
10423         * src/SDCCmain.c:
10424         1) added options --parms-in-bank1 (ds390/mcs51) & --protect-sp-update
10425         2) preprocessing done AFTER port->finalizeoptions . This allows ports to
10426            set preprocessor defines (depending on options)
10427
10428         * src/SDCCicode.c, src/SDCCicode.h:
10429         changes made to handle multiple sends & receives
10430
10431         * src/SDCCglobl.h:
10432         Added options --protect-sp-update (ds390) and --parms-in-bank1 (ds390/mcs51)
10433
10434         * src/SDCCcse.c, src/SDCCcse.h:
10435         added function findbackward def (to be used in upcoming optimization)
10436
10437         * src/SDCCcflow.c, src/SDCCcflow.h:
10438         added function returnAtEnd - to determine if a basic block terminates with
10439         a RETURN iCode
10440
10441         * src/SDCCast.c, src/SDCCast.h:
10442         added option parms-in-bank1
10443
10444         * device/lib/_divsint.c, device/lib/_divslong.c, device/lib/_divuint.c
10445         * device/lib/_divulong.c, device/lib/_modsint.c, device/lib/_modslong.c
10446         * device/lib/_modulong.c, device/lib/_mulint.c, device/lib/_mullong.c:
10447         adjusted for --parms-in-bank1 option
10448
10449         * device/include/string.h:
10450         donot redefine "reentrant" keyword
10451
10452         * device/include/ds80c390.h: Added some more SFRs
10453
10454 2002-01-28  Bernhard Held  <bernhard AT bernhardheld.de>
10455
10456         * sim/ucsim: Merged branch ucsim-034-pre3 to main trunk; new version 0.4
10457
10458 2002-01-26  Bernhard Held  <bernhard AT bernhardheld.de>
10459
10460         * src/SDCCast.c (funcOfType): fix usage of double --float-reent
10461
10462 2002-01-22  Bernhard Held  <bernhard AT bernhardheld.de>
10463
10464         * support/regression/fwk/lib/testfwk.c (main): Removed workaround for bug #505387
10465
10466 2002-01-18  Paul Stoffregen  <paul AT pjrc.com>
10467
10468         * Added --xram-movc option
10469
10470 2002-01-13  Bernhard Held  <bernhard AT bernhardheld.de>
10471
10472         * support/regression/Makefile: don't include test-mcs51-stack-auto in target all
10473
10474 2002-01-11  Johan Knol
10475
10476         * Added math lib of Jesus Calvino-Fraga
10477
10478 2002-01-08  Bernhard Held  <bernhard AT bernhardheld.de>
10479
10480         * src/SDCCmain.c (processFile): fix processing of ../../src.c
10481         * support/regression/Makefile: new target test-mcs51-stack-auto
10482         * support/regression/ports/mcs51-stack-auto/spec.mk: added
10483
10484 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
10485
10486         * src/SDCCglue.h: printIvalCharPtr(), not printIvalChar()
10487
10488 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
10489
10490         * support/regression/ports/mcs51/support.c: correct setup of timer / UART
10491
10492 2002-01-03  Bernhard Held  <bernhard AT bernhardheld.de>
10493
10494         * src/SDCCsymt.c (processFuncArgs): fix #498307 by Johan
10495
10496         * src/SDCCglue.h: add definition for printIvalChar()
10497
10498 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
10499
10500         * src/SDCCast.c: fix #498138 by Johan
10501
10502         * src/SDCCglue.c: fix #498138 by Johan
10503
10504 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
10505
10506         * support/regression/Makefile: fix clean
10507
10508         * support/regression/ports/ds390/support.c: fix transmission of last character
10509
10510 2001-12-29  Sandeep Dutta  <sandeep AT ddi.com>
10511
10512         * /sdcc/src/ds390/gen.c:
10513         a) improved computing address of stack variable
10514         b) took out some #if 0 code
10515         c) improved parmBytes adjustment
10516         d) improved genPlusIncr & genMinusIncr
10517         e) genCmp could generate bad code (when left assigned to DPTR)
10518         f) Fixed bug in hasInc
10519
10520         * /sdcc/src/ds390/ralloc.c:
10521         a) packRegsForSupport could mess up live information (Fixed)
10522         b) packRegsDPTRuse could be incorrect for left & right shift
10523
10524         * /sdcc/src/mcs51/ralloc.c:
10525         packRegsForSupport could mess up the live information (Fixed)
10526
10527         * /sdcc/src/mcs51/gen.c: Fixed a bug in hasInc
10528
10529         * /sdcc/src/SDCCast.c:
10530         can reverse a loop even if function call is present as long
10531         as the loop control variable is local & is not passed as parameter
10532
10533 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
10534
10535         * /sdcc/ChangeLog: *** empty log message ***
10536
10537         * /sdcc/src/ds390/gen.c, /sdcc/src/ds390/main.c:
10538         More builtin function additions for TININative
10539
10540         * /sdcc/src/ds390/ralloc.c:
10541         Had broken the regression testsuite
10542
10543         * /sdcc/src/SDCCast.c: Fixed a bug in dumptree
10544
10545         * /sdcc/src/SDCCsymt.c, /sdcc/src/SDCCsymt.h:
10546         Added funcattr hasStackParms will be set for reentrant functions when there
10547         are paramteres on the stack, this helps in minimizing frame pointer generation
10548         typeFromStr can handle function pointers now
10549
10550         * /sdcc/doc/builtins.txt, /sdcc/doc/TININative.txt:
10551         *** empty log message ***
10552
10553 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
10554
10555         * /src/ds390/gen.c, /src/ds390/main.c:
10556         More builtin function additions for TININative
10557
10558         * /src/ds390/ralloc.c:
10559         Had broken the regression testsuite
10560
10561         * /src/SDCCast.c: Fixed a bug in dumptree
10562
10563         * /src/SDCCsymt.c, /src/SDCCsymt.h:
10564         Added funcattr hasStackParms will be set for reentrant functions when there
10565         are paramteres on the stack, this helps in minimizing frame pointer generation
10566         typeFromStr can handle function pointers now
10567
10568         * /doc/builtins.txt, /doc/TININative.txt:
10569         *** empty log message ***
10570
10571
10572 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
10573
10574         * /src/ds390/gen.c, /src/ds390/main.c, /src/ds390/peeph.def, /src/ds390/ralloc.c:
10575         ALPHA version for -mTININative
10576
10577         * /src/izt/i186.c, /src/izt/tlcs900h.c, /src/mcs51/main.c, /src/pic/main.c, /src/z80/main.c, /src/avr/main.c:
10578         updated to reflect changes in the port structure
10579
10580         * /src/port.h:
10581         added function do_assemble (similar to do_link) if non-null this function
10582         will be called to do assembly (-mTININative) requires a multi command
10583         assembly
10584         added function genAssemblerEnd will be called to generate assembler Epilogue
10585
10586         * /src/SDCCsymt.c:
10587         added _JavaNative to debug info printing
10588
10589         * /src/SDCCmain.c: added option --tini-libid
10590         added port->do_assemble function (-mTININative) has a multi command assemble
10591
10592         * /src/SDCCglue.c: Disabled "constExpr" check
10593         added port->genAssemblerEnd function
10594
10595         * /src/SDCCglobl.h: Added option --tini-libid value
10596
10597         * /src/SDCCast.h:
10598         tookout optimizeCompare from the header (has no external references)
10599
10600         * /src/SDCCast.c: made one more function "static"
10601
10602 2001-12-23  Michael Hope  <michaelh AT juju.net.nz>
10603
10604         * src/z80/mappings.i: Added z80asm support.
10605
10606         * src/z80/main.c: Added z80asm support on --asm=z80asm
10607
10608         * src/z80/gen.c: Fixed asm portability issues.
10609
10610         * src/asm.c (tvsprintf): Removed old code, added 'N' for function name.  For extern support.
10611
10612         * src/SDCCglue.c (printExterns): Added global/extern split.
10613
10614 2001-12-17  Bernhard Held  <bernhard AT bernhardheld.de>
10615
10616         * support/regression/Makefile: added test for mcs51 model large
10617
10618         * support/regression/ports/mcs51-large/spec.mk: added test for mcs51 model large
10619
10620         * support/regression/ports/gbz80/spec.mk: added -mgbz80
10621
10622 2001-12-05  Michael Hope  <michaelh AT juju.net.nz>
10623
10624         * src/diff.1 (Index): Many, many optmisiations.  Dhrystone up to 201.
10625
10626 1904-01-06  Michael Hope  <michaelh AT juju.net.nz>
10627
10628         * src/z80/ralloc.c (packRegsForIYUse): Fixed the case where an operand is in direct space.
10629
10630         * src/z80/gen.c (makeFreePairId): Optimised IY load by using a spare pair.
10631
10632 2001-12-02  Bernhard Held  <bernhard AT bernhardheld.de>
10633
10634         * src/mcs51/gen.c (genFunction): avoid excess "inc sp"
10635
10636         * support/regression/tests/simplefloat.c: Port to mcs51.
10637
10638 2001-11-25  Michael Hope  <michaelh AT juju.net.nz>
10639         * support/regression/tests/bug-485362.c: Added.
10640
10641         * support/regression/tests/simplefloat.c (testDivNearOne): Added.
10642
10643         * src/z80/gen.c (aopOp): Fixed case where left and result are in the same spill loc and they have different sizes.
10644
10645         * src/z80/peeph.def: Added rules for optimising two byte compares on the same thing, and to optimise two ptr assign.
10646
10647         * src/z80/gen.c (aopDump): Added a dump function.
10648
10649 2001-11-25  Bernhard Held  <bernhard AT bernhardheld.de>
10650         * sim/ucsim/s51.src/glob.cc: DS390 SFRs and bits added.
10651
10652         * sim/ucsim/s51.src/port.cc: Port 4 and 5 added.
10653
10654         * sim/ucsim/s51.src/regs51.h: DS390 SFRs added.
10655
10656         * sim/ucsim/s51.src/uc390.cc: Some details improved, CKRDY works for tinibios.
10657
10658         * sim/ucsim/s51.src/uc390cl.h: Work in progress.
10659
10660         * sim/ucsim/sim.src/uccl.h: 6 ports for DS390.
10661
10662         * support/regression/fwk/lib/testfwk.c: Run with tinibios.
10663
10664         * support/regression/ports/mcs51/spec.mk: Fine tuninig.
10665
10666         * support/regression/ports/ds390/support.c: Use tinibios.
10667
10668         * support/regression/ports/ds390/spec.mk: Fine tuning, use tinibios.
10669
10670 2001-11-23  Michael Hope  <michaelh AT juju.net.nz>support/regression/tests/bug-460010.c
10671
10672         * src/z80/ralloc.c (packRegsForHLUse3): Changed to not pack into HL if anything is in direct space.
10673         (packRegsForHLUse3): Added packing support for send, cast, and return value from a call.
10674
10675         * src/z80/peeph.def: Added rules for optimising pushes of part of a pair.
10676
10677         * src/z80/gen.c (emitCall): Changed the stack fixup to not use HL.
10678
10679 2001-11-18  Michael Hope  <michaelh AT juju.net.nz>
10680
10681         * src/z80/gen.c (genCmp): Fixed compare on unsigned.
10682
10683         * src/z80/ralloc.c (packRegsForHLUse3): Created and optimised.
10684         (packRegsForIYUse): Created and optimised.
10685
10686 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
10687
10688         * support/regression/tests/float.c (testFloatAdd): Fixed up warning.
10689 2001-11-18  Bernhard Held  <bernhard AT bernhardheld.de>
10690
10691         * sdcc/support/regression/tests/bug-460010.c: fix seg violation on host
10692
10693         * sdcc/support/regression/tests/muldiv.c: fix output on mcs51
10694
10695         * sdcc/support/regression/tests/stacks.c: fix DSEG overflow on mcs51
10696
10697 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
10698
10699         * sdcc/sim/device/lib/_gptrget.c: mem region 5 (idata) added
10700
10701         * sdcc/sim/device/lib/_gptrput.c: mem region 5 (idata) added
10702
10703 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
10704
10705         * sdcc/sim/ucsim/globals.cc: New: IXRAM.
10706
10707         * sdcc/sim/ucsim/stypes.h: New: IXRAM.
10708
10709         * sdcc/sim/ucsim/s51.src/uc390.cc: New: IXRAM.
10710
10711 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
10712
10713         * src/z80/ralloc.c (packRegsForHLUse): Banned IFXs from being packed into HL.
10714         (packRegsForHLUse): Added rule to pack address of/pointer get for itemps into HL for the Z80.
10715         (packRegsForAccUse2): Added rule to pack hbit IFXs into A.
10716
10717         * src/z80/main.c (_setDefaultOptions): Made float code re-entrant by default.
10718
10719         * src/z80/gen.c (aopGetLitWordLong): Added word support for floats.
10720         (genNotFloat): Added.
10721         (genUminusFloat): Added.
10722
10723         * device/lib/z80/Makefile: Added floating pt stubs.
10724
10725         * device/lib/Makefile.in (Z80SOURCES): Added floating pt support.
10726
10727         * src/z80/gen.c (genIpush): Fixed up a push of one byte when left is in a pair.
10728
10729         * device/lib/_fsadd.c (__fsadd): Fixed up return where the numbers are hugely different.
10730
10731 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
10732
10733         * sdcc/sim/ucsim/s51.src/glob.cc: Minor fix.
10734
10735         * sdcc/sim/ucsim/s51.src/regs51.h: Minor fix.
10736
10737         * sdcc/support/regression/Makefile: Add port ds390.
10738
10739         * sdcc/support/regression/ports/mcs51/spec.mk: Minor change.
10740
10741         * sdcc/support/regression/ports/z80/spec.mk: Minor change.
10742
10743         * sdcc/support/regression/ports/ds390/spec.mk: Added.
10744
10745         * sdcc/support/regression/ports/ds390/support.c: Added.
10746
10747         * sdcc/support/regression/ports/ds390/uCsim.cmd: Added.
10748
10749         * sdcc/support/regression/ports/mcs51/timeout.c: Cut.
10750
10751         * sdcc/support/regression/fwk/lib/timeout.c: Paste.
10752
10753 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
10754
10755         * device/include/malloc.h: Added z80 and gbz80 support.
10756
10757         * device/lib/gbz80/heap.s: Added.
10758
10759         * device/lib/z80/heap.s: Added.
10760
10761         * device/lib/malloc.c: Added z80 and gbz80 support.
10762
10763         * support/regression/tests/malloc.c (testMalloc): Added.
10764
10765         * src/SDCCmain.c (parseCmdLine): Added support for -Wp.
10766
10767         * support/regression/tests/bug-478094.c: Added.
10768
10769         * src/z80/gen.c (commitPair): Fixed silly gbz80/z80 commit to static bug.
10770
10771 2001-11-04  Bernhard Held  <bernhard AT bernhardheld.de>
10772
10773         * sdcc/sim/ucsim/s51.src/uc390cl.h: Improvement for ds390 to run regression tests
10774
10775         * sdcc/sim/ucsim/s51.src/uc390.h: Improvement for ds390 to run regression tests
10776
10777         * sdcc/sim/ucsim/s51.src/regs51.h: Improvement for ds390 to run regression tests
10778
10779         * sdcc/sim/ucsim/s51.src/glob.cc: Improvement for ds390 to run regression tests
10780
10781         * sdcc/support/regression/tests/bug-460010.c: Small change for ds390
10782
10783 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
10784
10785         * src/z80/peeph-gbz80.def: Removed a bad sub optimisation.
10786
10787 2001-11-03  Michael Hope  <michaelh AT juju.net.nz>
10788
10789         * support/regression/tests/bug-477927.c: Added.
10790
10791         * src/z80/peeph.def: Added minor rules.
10792
10793         * src/z80/gen.c (genPlusIncr): Added an extra plusinc rule.
10794
10795         * src/z80/peeph.def: Added jump optimisation modification.
10796
10797 2001-11-01  Michael Hope  <michaelh AT juju.net.nz>
10798
10799         * src/SDCCmain.c (linkEdit): Added runtime path detection to the mcs51 port.
10800
10801 2001-10-30  Michael Hope  <michaelh AT juju.net.nz>
10802
10803         * support/regression/tests/funptrs.c: Added.
10804
10805 2001-10-29  Michael Hope  <michaelh AT juju.net.nz>
10806
10807         * src/z80/ralloc.c (packRegsForHLUse): Fixed up bad spill due to pushing one byte via HL.
10808
10809 2001-10-28  Michael Hope  <michaelh AT juju.net.nz>
10810
10811         * src/z80/gen.c (genArrayInit): Made it work for on stack arrays.
10812
10813         * src/z80/main.c (gbz80_port =): Added rle support to the gbz80 port.
10814
10815         * src/z80/gen.c (genMinus): Fixed for where the result is one byte.
10816         (movLeft2ResultLong): Created.
10817
10818         * src/z80/ralloc.c (packRegsForHLUse): Added a couple of simple cases for the GB.
10819         (joinPushes): Added.  Joins two char pushes into a word push.
10820
10821 2001-10-27  Michael Hope  <michaelh AT juju.net.nz>
10822
10823         * support/cpp2/Makefile.in (install): Added creation of dest dir.
10824
10825         * support/makebin/Makefile (install): Added creation of dest dir.
10826
10827 2001-10-24 Karl Bongers <karl AT turbobit.com>
10828
10829         * configure.in, configure, Makefile, support/cpp: Removed cpp folder, since we have new cpp2 preprocessor code.
10830
10831 2001-10-21  Michael Hope  <michaelh AT juju.net.nz>
10832
10833         * src/z80/ralloc.c: Turned off faulty pack for one use.
10834
10835         * src/z80/peeph-gbz80.def: Removed redundent restart options.
10836
10837         * src/z80/gen.c (genMult): Added native mul for constants on the z80 and gbz80.
10838
10839 2001-10-21  Bernhard Held  <bernhard AT bernhardheld.de>
10840
10841         * support/regression/Makefile: Improved clean
10842
10843         * support/regression/ports/gbz80/spec.mk: Added clean
10844
10845         * support/regression/ports/host/spec.mk: Added clean
10846
10847         * support/regression/ports/z80/spec.mk: Added clean
10848
10849         * support/regression/ports/mcs51/spec.mk: Added clean, little improvements
10850
10851         * support/regression/ports/mcs51/timeout.c: little improvements
10852
10853 2001-10-17  Michael Hope  <michaelh AT juju.net.nz>
10854
10855         * device/lib/malloc.c (MEMHEADER): Fixed against new pedantic pointers.
10856
10857         * support/regression/fwk/include/testfwk.h: Fixed up to use function pts correctly.
10858
10859         * support/regression/generate-cases.py: Fixed up to use function pts correctly.
10860
10861 2001-10-16  Bernhard Held  <bernhard AT bernhardheld.de>
10862
10863         * support/regression/port/mcs51/spec.mk: add timeout for uCsim
10864
10865         * support/regression/port/mcs51/timeout.c: add timeout for uCsim
10866
10867 2001-10-13  Michael Hope  <michaelh AT juju.net.nz>
10868         * src/z80/gen.c (emitCall): Fixed up missing spill of HL when used to assign the result value.
10869
10870         * src/z80/ralloc.c: Turned off pack for one use as it's quite broken.
10871
10872         * src/SDCCmain.c (linkEdit): Added support for passing a legacy command line through the processor.
10873
10874         * src/mcs51/main.c (_linkCmd): Added bin path to command.
10875
10876         * src/SDCCmain.c (initValues): Added support for when it it called just to link.
10877
10878         * as/mcs51/lklibr.c (libfil;): Turned off 'library file' message.
10879
10880         * src/SDCCval.c (constVal): Fixed usage of 'L' modifier problems on ppc.
10881
10882         * support/regression/tests/longor.c: Added.
10883
10884 2001-10-11  Bernhard Held  <bernhard AT bernhardheld.de>
10885
10886         * as/mcs51/asdata.c: replaced FILENAME_MAX with PATH_MAX
10887
10888         * as/mcs51/aslink.h: define PATH_MAX
10889
10890         * as/mcs51/asm.h: define PATH_MAX
10891
10892         * as/mcs51/asmain.c: replaced FILENAME_MAX with PATH_MAX
10893
10894         * as/mcs51/asnoice.c: replaced FILENAME_MAX with PATH_MAX
10895
10896         * as/mcs51/lklex.c: replaced FILENAME_MAX with PATH_MAX
10897
10898         * as/mcs51/lkmain.c: replaced FILENAME_MAX with PATH_MAX
10899
10900         * src/SDCCglobl.h: define PATH_MAX
10901
10902         * src/SDCCmacro.c: replaced FILENAME_MAX with PATH_MAX
10903
10904         * src/SDCCmain.c: replaced FILENAME_MAX with PATH_MAX
10905
10906 2001-10-11  Michael Hope  <michaelh AT juju.net.nz>
10907
10908         * src/z80/gen.c (gencjneshort): Fixed
10909
10910         * src/z80/ralloc.c (packRegsForHLUse): Added pack into HL for cast then ipush.
10911
10912 2001-10-09  Michael Hope  <michaelh AT juju.net.nz>
10913
10914         * support/regression/tests/bug-469671.c: Added.
10915
10916         * src/z80/gen.c (shiftIntoPair): Fixed up warning.
10917
10918 2001-10-08  Michael Hope  <michaelh AT juju.net.nz>
10919
10920         * src/SDCCmain.c: Added --fommit-frame-pointer option and implemented in the z80 port.
10921
10922         * src/z80/gen.c (genPlus): Fixed to work with extended stack.  Also fixed genMinus, genCmp.  genUMinus is still left.
10923
10924 2001-10-08  Bernhar Held  <bernhard AT bernhardheld.de>
10925
10926         * src/SDCCmain.c (preProcess): added define SDCC_NOOVERLAY
10927
10928         * src/device/lib/_mulint.c  : removed hint: nooverlay bug
10929
10930         * src/device/lib/_mullong.c : removed hint: nooverlay bug
10931
10932         * src/device/lib/_divuint.c : removed hint: nooverlay bug
10933
10934         * src/device/lib/_divulong.c: removed hint: nooverlay bug
10935
10936         * src/device/lib/_moduint.c : removed hint: nooverlay bug
10937
10938         * src/device/lib/_modulong.c: removed hint: nooverlay bug
10939
10940 2001-10-07  Michael Hope  <michaelh AT juju.net.nz>
10941
10942         * 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.
10943
10944         * support/Util/NewAlloc.c (freeTrace): Changed free for the gc case to not free at all.  Fixes runtime segfault.
10945
10946         * support/regression/tests/scott-compare3.c (c_abcd): Fixed up casts.
10947
10948 2001-10-07    <johan AT FRIJA>
10949
10950         * device/lib/gets.c (gets): fixed the return value.
10951
10952 2001-10-06  Michael Hope  <michaelh AT juju.net.nz>
10953         * src/SDCCmain.c (WRITE_SEG_LOC): Fixed up to use Safe_strdup.
10954
10955         * 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.
10956
10957         * 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.
10958
10959         * src/z80/gen.c (genZ80Code): Added de-allocation via trace support.
10960
10961         * src/pic/gen.c: Removed Safe_strdup.
10962
10963         * configure.in: Added option to enable libgc support.
10964
10965         * src/SDCCbitv.c (bitVectnBitsOn): Optimised.
10966         (bitVectUnion): Optimised.
10967         (bitVectIntersect): Optimised.
10968         (bitVectBitsInCommon): Optimised.
10969         (bitVectCplAnd): Optimised.
10970
10971         * support/makebin/makebin.c (usage): Removed getopt as mingw32 doesn't have it.  Sigh.
10972
10973 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
10974
10975         * src/SDCCmain.c: distinguish between assembler debug and plain options
10976
10977         * src/avr/main.c:   remove standard assembler options
10978
10979         * src/ds390/main.c: remove standard assembler options
10980
10981         * src/mcs51/main.c: remove standard assembler options
10982
10983         * src/port.h: removed "PENDING" comment
10984
10985 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
10986
10987         * src/device/lib/_mulint.c  : new, with assember functions
10988
10989         * src/device/lib/_mullong.c : new, with assember functions
10990
10991         * src/device/lib/_divuint.c : with assember functions
10992
10993         * src/device/lib/_divsint.c : with assember functions
10994
10995         * src/device/lib/_divulong.c: with assember functions
10996
10997         * src/device/lib/_divslong.c: with assember functions
10998
10999         * src/device/lib/_moduint.c : with assember functions
11000
11001         * src/device/lib/_modsint.c : with assember functions
11002
11003         * src/device/lib/_modulong.c: with assember functions
11004
11005         * src/device/lib/_modslong.c: with assember functions
11006
11007         * src/device/lib/libint.lib:  replaced _muluint.c  and _mulsint.c  by _mulint.c
11008
11009         * src/device/lib/liblong.lib: replaced _mululong.c and _mulslong.c by _mullong.c
11010
11011         * src/device/lib/Makefile.in: replaced _muluint.c  and _mulsint.c  by _mulint.c
11012                                       replaced _mululong.c and _mulslong.c by _mullong.c
11013
11014 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
11015
11016         * src/SDCCsymt.c: sequence of specifiers in pintTypeChain() corrected
11017
11018 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
11019
11020         * src/SDCCglue.c: test, if win32api is available for MINGW
11021
11022 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
11023
11024         * src/SDCCsymt.c: no more _modifier in printTypeChain()
11025         * support/regression/tests/driverstruct.c: REENTRANT for mcs51
11026         * support/regression/ports/gbz80/spec.mk: removed GENERIC
11027         * support/regression/ports/host/spec.mk: removed GENERIC
11028         * support/regression/ports/mcs51/spec.mk: removed GENERIC
11029         * support/regression/ports/z80/spec.mk: removed GENERIC
11030
11031 2001-10-01  Michael Hope  <michaelh AT juju.net.nz>
11032
11033         * support/regression/fwk/lib/testfwk.c (__printf): Removed GENERIC.
11034
11035         * support/regression/tests/bug-467035.c: Created.
11036
11037 2001-10-01    <johan AT FRIJA>
11038
11039         * src/SDCC.y: fixed bug #466586 part 1
11040
11041 2001-10-01  Johan Knol <johan.knol AT iduna.nl>
11042
11043         * SDCCicode.c: z80 has no generic pointers
11044         * removed -s from strip in all Makefile(.in)'s. It is not needed, but Solaris chocks on it.
11045
11046 2001-09-30  Michael Hope  <michaelh AT juju.net.nz>
11047
11048         * sim/ucsim/cmd.src/Makefile.in ($(PRJDIR)/libcmd.a): Changed all ar references to $(AR) for Solaris.
11049
11050 2001-09-29  Michael Hope  <michaelh AT juju.net.nz>
11051
11052         * Makefile (sdcc-libs): Added makebin to the list of standard targets.
11053
11054         * support/regression/ports/z80/spec.mk: Updated to use env for sdcc bin dir for automatic regression.
11055
11056 2001-09-25  Michael Hope  <michaelh AT juju.net.nz>
11057
11058         * configure.in: Fixed up so that ucsim is only configured once.
11059
11060         * support/cpp2/configure.in: Fixed to use the program transform to append the .exe for the win32 build.
11061
11062         * src/SDCCutil.c (getPrefixFromBinPath): Fixed up to work with win32 in all of its glory.
11063         (getPathDifference): As above.
11064
11065         * src/SDCCmain.c (preProcess): Changed to use a temporary file in a proper temp directory.  Fixed case where pre-processing only.
11066
11067         * src/SDCCglue.c (tempfilename): Added function for pre-processor.
11068
11069 2001-09-23  Michael Hope  <michaelh AT juju.net.nz>
11070         * .version: Updated to 2.3.1
11071
11072         * src/z80/main.c (z80_port =): Added macro based linker and assembler command line support.
11073         Added copyright header.
11074
11075         * src/SDCCmain.c: Shifted various functions into SDCCutil.c
11076         (assemble): Added support for macro based assembler commands.
11077         (linkEdit): Added support for macro based linker commands.
11078         (preProcess): Changed the pre-processor to use macros.
11079         (_setPaths): Added functionality to autodetect the include, lib and bin dir paths.
11080         (_discoverPaths): Added support for overriding the install directory using the SDCCDIR env variable.
11081
11082         * device/lib/z80/crt0.s: Added module name for debugging.
11083
11084 2001-09-20  Michael Hope  <michaelh AT juju.net.nz>
11085
11086         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
11087
11088         * src/SDCChasht.c (hTabDeleteByKey): Fixed delete as it would delete the last item from a bucket even if it wasn't the real one.
11089
11090         * src/SDCCglue.c: Moved gc_strdup to SDCCutil.c
11091
11092         * src/Makefile.in: Added SDCCmacro and SDCCutil
11093
11094 2001-09-19  Michael Hope  <michaelh AT juju.net.nz>
11095
11096         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
11097
11098 2001-09-16    <johan AT FRIJA>
11099
11100         * 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.
11101
11102 2001-09-15    <johan AT FRIJA>
11103
11104         * src/mcs51/ralloc.c: (findAssignToSym): fixed bug #460662 part 1
11105         * src/ds390/ralloc.c (findAssignToSym): fixed bug #460662 part 1
11106
11107 2001-09-11    <johan AT FRIJA>
11108
11109         * src/SDCCval.c (valDiv Mod Minus Plus Shift): keep litteral expressions as small as possible (bug #460010)
11110
11111 2001-09-10  Michael Hope  <michaelh AT juju.net.nz>
11112
11113         * support/regression/tests/bug-460444.c: Added test case.
11114
11115         * src/z80/gen.c (genOr): bug 460444: if (a ^ lit) was broken for &, |, and ^.
11116         (genCast): Added justification for all of the asserts.
11117
11118 2001-09-10  Bernhard Held <bernhard AT bernhardheld.de>
11119
11120         * support/regression/support.c: _xdata replaced by xdata
11121
11122         * support/regression/spec.mk: removed _generic
11123
11124 2001-09-09  Michael Hope  <michaelh AT juju.net.nz>
11125
11126         * src/pic/ralloc.c (debugLogRegType): Removed some old types to get it to compile.
11127
11128         * src/z80/gen.c (shiftR2Left2Result): Improved the case when v = v >> n for small values of n to use less code space and time.
11129         (genrshTwo): Fixed v = v >> n where v is a negative int and n is > 8: bug 460010.
11130
11131         * src/z80/peeph.def: Added a rule to optimise shift then compare.
11132
11133         * support/regression/tests/bug-460000.c (testShiftByParam): Added test case.
11134
11135         * support/regression/tests/bug-460010.c: Added test case.
11136
11137         * support/regression/Makefile (test-host): Removed a silly 'clean' target when testing against gcc.
11138
11139 2001-09-09  Bernhard Held <bernhard AT bernhardheld.de>
11140
11141         * support/regression/Makefile: inter-port-clean adjusted for mcs51
11142
11143         * support/regression/testfwk.c: removed workaround for bug #436344
11144
11145         * support/regression/tests/bp.c: use less memory with mcs51
11146
11147         * support/regression/tests/bug-441448.c: use less memory
11148
11149         * support/regression/tests/ports/mcs51/spec.mk: cleanup, use --stack-after-data
11150
11151         * support/regression/collate-results.py: typo
11152
11153 2001-09-08  Michael Hope  <michaelh AT juju.net.nz>
11154
11155         * support/regression/tests/fetchoverlap.c: Added new test case.
11156
11157         * support/regression/tests/bp.c: Added new test case.
11158
11159         * support/regression/tests/bug-448984.c: Added new test case.
11160
11161         * support/regression/tests/pow2shifts.c: Added new test case.
11162
11163         * src/z80/gen.c: Turned off the noise it normally generates for the release.
11164         (genlshTwo): Fixed right shift for count > 8.
11165
11166         * src/z80/ralloc.c: Disabled most of the ACC packing rules as they weren't getting hit and weren't at all safe.
11167
11168 2001-09-08    <johan AT FRIJA>
11169
11170         * src/SDCCicode.c (geniCodeCall): a CPOINTER can be used as a function
11171
11172 2001-09-07    <johan AT FRIJA>
11173
11174         * src/SDCCicode.c (newiCodeCondition): fixed bug #456235 (1.77)
11175
11176         * src/SDCCglue.c (emitRegularMap): only delete a symbol when it is a symbol
11177
11178 2001-09-06    <johan AT FRIJA>
11179
11180         * src/SDCC.y: this could be a fix for bug #458744 (1.37)
11181         * bernhard noted me at this: "() equals to (void)" (1.38)
11182
11183 2001-09-05    <johan AT FRIJA>
11184
11185         * src/SDCCglue.c (emitRegularMap): a fix for bug #458099/2
11186
11187 2001-09-04    <johan AT FRIJA>
11188
11189         * src/SDCCsymt.c (checkSClass): a fix for bug #458099/1
11190
11191
11192 2001-09-04  Paul Stoffregen  <paul AT pjrc.com>
11193
11194         * pragma noinduction broke memcpy on mcs51 large model.  Moved it inside z80 optimization
11195
11196 2001-09-03  Michael Hope  <michaelh AT juju.net.nz>
11197
11198         * link/z80/aslink.h: Fixed path for PATH_MAX
11199
11200 2001-09-02  Michael Hope  <michaelh AT juju.net.nz>
11201
11202         * src/z80/gen.c (fetchLitPair): Changed so that it properly caches direct space references.
11203
11204         * support/regression/tests/addsub.c: Added cases to cover all the +, - combinations.
11205
11206         * support/regression/tests/uminus.c: Added a test for the unary minus operator.
11207
11208         * 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.
11209
11210 2001-09-01  Michael Hope  <michaelh AT juju.net.nz>
11211
11212         * src/z80/gen.c: Fixed up generator to pass the regresion tests, specifically fixing loads for longs, genCmp, and turned on the map file.
11213         (genCmp): Fixed up genCmp for the GB with longs.
11214
11215         * device/lib/gbz80/Makefile: Fixed up all the libraries to pass the regression tests.
11216
11217         * support/regression/ports/host/spec.mk: Updated to compile with the new type specifiers.
11218
11219         * device/lib/Makefile.in (Z80SOURCES): Removed old _mululong, _mulslong, and unneeded _mulint.
11220
11221         * device/lib/_mullong.c (_mulslong): Changed to actually return a value :)
11222
11223 2001-08-30  Paul Stoffregen  <paul AT pjrc.com>
11224
11225         * added peepholes 223 to 231 to mcs51 port.  These improve code when using large model.
11226
11227 2001-08-30  Michael Hope  <michaelh AT juju.net.nz>
11228
11229         * 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.
11230
11231         * src/z80/gen.c (genPlus): Changed bad long add for gb to a fall through.
11232
11233 2001-08-29  Michael Hope  <michaelh AT juju.net.nz>
11234
11235         * link/z80/aslink.h: Fixed long file name support.  Is now based off PATH_MAX instead of a constant.
11236
11237         * src/z80/gen.c: Fixed add and sub for the case where left or right are in static space.
11238
11239 2001-08-30 Bernhard Held   <bernhard AT bernhardheld.de>
11240
11241   * sim/ucsim/configure:    little improvement of Cygwin-detection
11242   * sim/ucsim/configure.in: little improvement of Cygwin-detection
11243   * sim/ucsim/cmd.src/newcmdcl.h: include <sys/types.h> to define fd_set automated build
11244   * support/regression/tests/bug-221100.c: small changes for mcs51
11245   * support/regression/tests/bug-221168.c: small changes for mcs51
11246   * support/regression/tests/bug-227710.c: small changes for mcs51
11247   * support/regression/tests/staticinit.c: small changes for mcs51
11248   * as/mcs51/aslink.h: accept everything as symbol name in rel-files, bug fix ID 452601
11249   * as/mcs51/lklex.c:  accept everything as symbol name in rel-files, bug fix ID 452601
11250   * as/mcs51/lksym.c:  accept everything as symbol name in rel-files, bug fix ID 452601
11251
11252 $Revision$