* doc/Makefile.in: remove of WARNINGS and labels.pl immediately after
[fw/sdcc] / ChangeLog
1 2006-05-05 Borut Razem <borut.razem AT siol.net>
2
3         * doc/Makefile.in: remove of WARNINGS and labels.pl immediately after
4           making the html
5
6 2006-05-02 Borut Razem <borut.razem AT siol.net>
7
8         * doc/Makefile.in: removed *.ind dependency since there is no rule to
9           create *.ind, which made make to fail if invoked with -j 2
10
11 2006-05-01 Maarten Brock <sourceforge.brock AT dse.nl>
12
13         * src/SDCCglue.c (emitRegularMap): partial fix for bug 1477149, thanks
14           Hubert Sack for patch 1479782
15
16 2006-05-01 Vangelis Rokas <vrokas AT users.sourceforge.net>
17
18         * src/pic16/glue.c (pic16_printIvalStruct): fixed bug #1445929
19
20 2006-05-01 Raphael Neider <rneider AT web.de>
21
22         * src/pic/device.c (sanitise_processor_name): only remove p(ic) prefix,
23           (create_pic): store only prefix-free device name,
24           (init_pic): check for device names with "16" prefix,
25           (list_valid_pics),
26         * src/pic/device.h (struct PIC_device),
27         * src/pic/main.c (_pic14_genAssemblerPreamble): adapted to single
28             stored device name,
29         * device/include/pic/pic12f{635,675,629,683}.h,
30         * device/lib/pic/libdev/pic12f{635,675,629,683}.c: NEW device libraries
31         * device/lib/pic/libdev/Makefile.in: allow pic12* devices,
32         * device/include/pic/pic16f505.h,
33         * device/lib/pic/libdev/pic16f505.c: removed
34         * device/include/pic/pic14devices.txt: added support for pic12f
35             devices, removed unsupported non 16-bit devices
36             [above changes provided by patch from Zik Saleeba]
37         * src/pic/*, src/pic16/*, device/include/pic16/*,
38           device/lib/pic/**, device/lib/pic16/**: obfuscated email address
39
40 2006-05-01 Borut Razem <borut.razem AT siol.net>
41
42         * configure.in, configure, doc/Makefile.in:
43           sync with nightly build makefile - latex, dvipdf and dvips
44           not needed any more
45
46 2006-04-30 Bernhard Held <bernhard AT bernhardheld.de>
47
48         * support/scripts/sdcc.nsi: removed all Readmes and Makefiles
49         in the library source
50
51 2006-04-30 Maarten Brock <sourceforge.brock AT dse.nl>
52
53         * support/regression/ports/hc08/spec.mk: fixed bug 1478892
54
55 2006-04-28 Raphael Neider <rneider AT web.de>
56
57         * src/pic16/pcode.c (pic16_newpCodeOpLit12),
58         * src/pic16/gen.c (pic16_popGetLit12): NEW, create 12 bit literal,
59           (pic16_loadFSR0): handle 12 bit literals correctly, fixes #1440527
60         * src/pic16/pcode.h: added prototype for pic16_newpCodeOpLit12()
61
62 2006-04-28 Bernhard Held <bernhard AT bernhardheld.de>
63
64         * device/lib/pic/libdev/Makefile.in,
65         * device/lib/hc08/Makefile.in,
66         * device/lib/gbz80/Makefile.in,
67         * device/lib/z80/Makefile.in,
68         * device/lib/ds390/Makefile.in,
69         * device/lib/ds400/Makefile.in: added srcdir to include search path,
70         thanks to Borut for the bug report
71         * configure.in,
72         * configure: always create doc/Makefile independent from --enable-doc
73         * Makefile.in: always install from directory doc independent from
74         --enable-doc
75         * device/lib/pic/Makefile.in: added libdev again, it was erroneously
76         removed
77         * device/lib/pic/libdev/Makefile.in: fixed VPATH build
78         * doc/Makefile.in: install *.txt if present
79         * device/include/Makefile.in (install): added installation of pic/*.inc
80         and pic/*.txt files again, they were erroneously removed
81
82 2006-04-28 Raphael Neider <rneider AT web.de>
83
84         * src/pic/{gen.c,main.h,pcode.c},
85         * src/pic16/{gen.c,pcode.c}: quietened compiler warnings
86             concerning signedness with casts
87
88 2006-04-28 Raphael Neider <rneider AT web.de>
89
90         * src/pic/gen.c (genFunction): set global pic14_hasInterrupt on
91             definition of an interrupt handler,
92         * src/pic/glue.c (pic14_emitInterruptHandler): moved output of
93             interrupt handler stuff from picglue() to separate routine,
94           (picglue): enabled definition of intr handlers in files w/o main()
95
96 2006-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
97
98         * support/librarian/sdcclib.c: moved include <limits.h> up to enable
99           compilation with MSVC 2005 Express Edition (VC8)
100
101 2006-04-26 Bernhard Held <bernhard AT bernhardheld.de>
102
103         * device/lib/Makefile: fixed build of gbz80 lib
104
105 2006-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
106
107         * support/regression/tests/bug-460010.c,
108         * support/regression/tests/bug-524691.c,
109         * support/regression/tests/bug-716242.c: removed conditional defines
110           that are already in testfwk.h
111
112 2006-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
113
114         * src/ds390/gen.c (AccAXRrl1, AccAXLrl1): changed to real rotate by 1,
115           (AccAXRsh1): added, shift right by 1,
116           (AccAXLsh, AccAXRsh, AccAXRshS): updated for AccAXRrl1, AccAXRsh1 and
117            AccAXLrl1
118         * support/regression/tests/rotate.c: use <stdint.h> and enabled ds390
119
120 2006-04-25 Bernhard Held <bernhard AT bernhardheld.de>
121
122         * src/SDCCast.c (decorateType): partial fix for RFE 1475769,
123         remove cast to same type
124         * src/SDCCast.c (decorateType): fix for RFE 1475742,
125         optimize 'ifx (op == 0)' resp. 'ifx (op != 0)'
126         * as/z80/Makefile,
127         * link/z80/Makefile: removed, they have moved to
128         Makefile.in files
129         * configure,
130         * configure.in: replaced duplicate message about ucsim by missing sdcpp
131         * install-sh: fix bug #1204398 by setting umask 0022
132         * device/lib/Makefile: separate build of z80 and gbz80 lib
133
134 2006-04-24 Bernhard Held <bernhard AT bernhardheld.de>
135
136         Enabled VPATH feature: changed nearly all Makefiles (149 files).
137         See sdccman.lyx '2.4.10 VPATH feature' about how to use it.
138
139         One basic decision: e.g. src/clean.mk includes further files. In order
140         to make this work there are two solutions:
141         - rename another dozen clean.mk to clean_in.mk, add srcdir to them and
142           run configure on them. This way they can use
143           'include $(srcdir)/port-clean.mk'
144         - always include clean.mk by the Makefile at the same level. To avoid
145           that `make clean` tries to include and build Makefile.dep the
146           MAKECMDGOALS are examined (see e.g. src/Makefile.in). This has been
147           implemented, because now even `make uninstall` doesn't create
148           Makefile.in. clean.mk could be eliminated by pasting it in
149           Makefile.in.
150
151         * debugger/mcs51/Makefile.in: build own objects from library sources
152         (SLIB, SDCC) in current directory
153
154         * configure, configure.in: renamed --disable-device-lib-build in
155         --disable-device-lib; added --enable-doc, the required tools are
156         searched by configure; added result message; the toolchain for the
157         belonging ports are now only built, if the port is enabled.
158
159         * support/regression/*: all output is written in directory gen, because
160         the fwk and ports directories don't livet in the build tree using vpath
161
162         * doc/sdccman.lyx: renamed --disable-device-lib-build to
163         --disable-device-lib, added --enable-doc, added section VPATH
164
165         * sim/ucsim/configure.in,
166         * sim/ucsim/configure.in: hc08 couldn't be disabled, now hc08 and
167         z80 are enabled by default
168
169 2006-04-24 Raphael Neider <rneider AT web.de>
170
171         * src/pic/device.c (pic14_assignConfigWordValue): remember assignments
172             to config word, "pic14_"-prefixed some extern functions
173           (pic14_emitConfigWord): emit __config directive(s) if assignment to
174             config word has been found
175         * src/pic/device.h: added prototypes
176         * src/pic/pcode.c: added "pic14_"-prefix where needed
177         * src/pic/ralloc.c (IS_CONFIG_ADDRESS,pic14_assignRegisters): cosmetic
178             fixup
179         * src/pic/glue.c (pic14_constructAbsMap): handle assignments to config
180             words,
181           (pic14emitRegularMap): ignore config words,
182           (pic14createInterruptVect): moved generating __config directives away
183           (picglue): have __config directives emitted
184
185 2006-04-24 Borut Razem <borut.razem AT siol.net>
186
187         * doc/Makefile: sync with nightly build makefile
188
189 2006-04-24 Raphael Neider <rneider AT web.de>
190
191         * src/pic/pcoderegs.c (OptimizeRegUsage): do not optimize
192             registers that have not been assigned proper liveranges,
193             fixes #1469504 and #1474602,
194           (pCodeRegOptimizeRegUsage): fixed typo in comment
195
196 2006-04-24 Borut Razem <borut.razem AT siol.net>
197
198         * device/examples/main8051.c: deleted - it was removed from CVS
199           24.mar.2000 and after that modified 18.feb.2001, so it reappered
200           after the transition to Subversion
201         * src/SDCCalloc.h: deleted - it was removed  from CVS
202           3.feb.2001 and after that modified 18.feb.2001, so it reappered
203           after the transition to Subversion
204         * sim/ucsim/cpu.gif, sim/ucsim/interrupt.gif, sim/ucsim/new.gif,
205           sim/ucsim/serial1.gif, sim/ucsim/serial2.gif,
206           sim/ucsim/term_cpuopt.gif, sim/ucsim/timers.gif, sim/ucsim/wins.gif,
207           sim/ucsim/post.jpg, sim/ucsim/UCsim.jpg: corrected
208
209 2006-04-22 Maarten Brock <sourceforge.brock AT dse.nl>
210
211         * as/asx8051.dsp: added mcs51/strcmpi.h
212         * as/hc08/as_hc08.dsp: added asm.h, m6808.h, strcmpi.h
213         * as/hc08/aslink.h: updated lnksect prototype
214         * as/hc08/asm.h,
215         * as/mcs51/asm.h: added a_addr to struct area and s_org to struct sym
216         * as/hc08/asmain.c,
217         * as/mcs51/asmain.c (asmbl): init dot.s_org for S_ORG,
218           (newdot): handle A_ABS
219         * as/hc08/asout.c,
220         * as/mcs51/asout.c (outarea): output address
221         * as/hc08/lkaomf51.c,
222         * as/mcs51/lkaomf51.c: disabled unused array UsageType
223         * as/hc08/m08pst.c,
224         * as/mcs51/i51pst.c,
225         * as/z80/z80pst.c: "ABS" is not A_OVR
226         * as/hc08/lkarea.c (newarea): read a_addr,
227           (lnkarea): added codemap array, sort absolute areas to the front,
228            combine all GSINITx/GSFINAL,
229           (find_empty_space, allocate_space): new functions,
230           (lnksect): return next address, handle absolute sections
231         * as/mcs51/lkarea.c (newarea): read a_addr,
232           lnksect2 prototype changed,
233           (lnkarea2): define codemap unsigned, combine all GSINITx/GSFINAL,
234           (find_empty_space, allocate_space): new, factored out of lnksect2,
235           (lnksect2): return next address, handle absolute sections
236         * as/hc08/lkhead.c,
237         * as/mcs51/lkhead.c (newhead): head is absolute but not overlay
238         * as/hc08/lklibr.c (addfile, fndsym),
239         * as/mcs51/lklibr.c (addfile, buildlibraryindex, fndsym): prevent
240           index out of range and detect both '\' and '/'
241         * device/include/mcs51/c8051f200.h: added _XPAGE, removed bad comment
242         * device/include/stdbool.h: removed SDCC_ds390 from check to pass
243           regression tests (ds390 cannot return bool yet)
244         * doc/sdccman.lyx: changed version number, document changed --no-peep,
245           document critical interrupts on z80, document changed SDCC define
246         * src/asm.c (_asxxxx_mapping): fixed .org directive,
247           (_a390_mapping): added .org directive
248         * src/hc08/gen.c (transferAopAop): made bytemask log to fix warning,
249           (genMultOneByte): fixed warnings
250         * src/hc08/hc08.dsp: lowered warning level to 2 to suppress pedantic
251           ones
252         * src/pic16/device.c: removed newReg prototype, removed BYTE_IN_LONG
253         * src/pic16/gen.c (pic16_popGetLabel): made parameter key signed,
254           (pic16_genLeftShiftLiteral, genRightShiftLiteral): fixed warnings
255         * src/pic16/gen.h: changed prototype for pic16_popGetLabel
256         * src/pic16/main.c: removed newReg prototype
257         * src/pic16/pcode.c,
258         * src/pic16/pcode.h (pic16_emitDB): changed parameter c to int to fix
259           warnings
260         * src/pic16/pic16.dsp: lowered warning level to 2 to suppress pedantic
261           ones
262         * src/pic16/ralloc.c
263         * src/pic16/ralloc.h (newReg): changed type to int and size to unsigned
264           to fix warnings
265         * src/pic/pcode.c (allocInternalRegister): changed parameter optype
266           from short to PIC_OPTYPE
267         * src/pic/pic.dsp: lowered warning level to 2 to suppress pedantic ones
268         * src/pic/ralloc.c (newReg, allocInternalRegister): changed parameter
269           optype from short to PIC_OPTYPE
270         * src/port.h: made int_size unsigned to fix warnings
271         * src/SDCC.y: fixed warning on MSVC
272         * src/SDCCicode.c (getArraySizePtr): return unsigned int
273         * src/SDCCopt.c (convertToFcall): fixed warnings
274         * src/SDCCsymt.h: removed double prototype for genSymName
275         * src/xa51/ralloc.c (allocReg): made size unsigned int, type int and
276           offset int to fix warnings
277
278 2006-04-22 Borut Razem <borut.razem AT siol.net>
279
280         * doc/sdccman.lyx, */Makefile, */Makefile.in:
281           references to CVS replaced with Subversion
282
283 2006-04-21 Borut Razem <borut.razem AT siol.net>
284
285         * doc/sdccman.lyx, */Makefile, */Makefile.in:
286           references to CVS replaced with Subversion
287
288 2006-04-19 Borut Razem <borut.razem AT siol.net>
289
290         * src/version.awk: adapted for svn
291         * /asxxxx/asxhtml/*.gif: set property svn:mime-type to image/gif
292           sim/ucsim/doc/*.gif: set property svn:mime-type to image/gif
293           sim/ucsim/doc/*.jpg: set property svn:mime-type to image/jpeg
294           /binutils-avr/etc/*.vi, *.jin: removed all properties
295           support/scripts/sdcc.ico: set property svn:mime-type to image/x-icon
296
297 2006-04-19 Borut Razem <borut.razem AT siol.net>
298
299         * CVS to Subversion migration completed
300
301 2006-04-18 Borut Razem <borut.razem AT siol.net>
302
303         * support/scripts/sdcc.nsi: removed unexisting ${DEV_ROOT}\lib\pic\*.o,
304           ${DEV_ROOT}\lib\src\pic\libdev\*.S, ${DEV_ROOT}\lib\src\pic\libdev\*.inc
305
306 2006-04-17 Borut Razem <borut.razem AT siol.net>
307
308         * device/include/Makefile.in: added pic/*.inc to the installation
309
310 2006-04-15 Bernhard Held <bernhard AT bernhardheld.de>
311
312         * support/regression/collate-results.py: fixed output in case of
313         a valdiag error
314         * support/regression/generate-cases.py: fixed splitting of pathnames
315         with dots
316         * as/hc08/lklibr.c (addfile),
317         * as/mcs51/lklibr.c (addfile): fixed off-by-one bug
318
319 2006-04-11 Raphael Neider <rneider AT web.de>
320
321         * src/pic16/gen.c (getFreePtr, pic16_popRegFromString),
322         * src/pic16/ralloc.c (pic16_allocregWithName): removed debug output
323         * src/pic16/pcode.c (assignValnums): fixed #1460578
324
325 2006-04-11 Raphael Neider <rneider AT web.de>
326
327         * device/lib/pic/libdev/*.c,
328         * device/include/pic/*.h: replaced sfr and data with __sfr and __data,
329           fixes #1468739, enables compilation in --std-c99 mode
330         * support/scripts/inc2h.pl: emit __sfr/__data instead of sfr/data
331
332 2006-04-11 Raphael Neider <rneider AT web.de>
333
334         * src/pic/device.c (find_device): removed debug output
335           (list_valid_pics): enabled verbose listing of supported devices
336         * device/include/stdbool.h: define bool as char for pic14/16 as well
337
338 2006-04-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
339
340         * src/SDCC.y: allow using brackets here: "__interrupt (1) __using (1)"
341
342 2006-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
343
344         * .version: bumped version to 2.5.6
345         * src/pic/ralloc.c (newReg): MSVC doesn't support __builtin_return_address
346
347 2006-04-06 Raphael Neider <rneider AT web.de>
348
349         * .version: bumped version to 2.5.6 (pic14 ABI changed)
350         * src/SDCCmain.c: add -DSDCC_PROCESSOR=<id> for pic14 port
351         * src/pic/glue.c (emitSymbolToFile,pic14_constructAbsMap,
352           pic14emitRegularMap,pic14emitMaps): moved output for absolute symbols to
353             pic14_constructAbsMap
354           (pic14printPublics): declare absolute global symbols as global
355           (pic14createInterruptVect),
356         * src/pic/ralloc.c (IS_CONFIG_ADDRESS): support second config word,
357           (newReg): assume new registers unused, use correct name in
358             hashtable (reg->name instead of name), more debugLog output
359         * src/pic/device.h (PIC_device): added fields for verbose output
360         * src/pic/device.c: moved device definition to pic14devices.txt,
361             added routines for runtime parsing of pic14devices.txt,
362             added support for second config word
363         * src/pic/main.c (_process_pragma): removed #pragma maxram,
364           (_pic14_keywords): no longer accept "bit" and "sbit" keywords
365           (_pic14_initPaths): add search paths with "pic" suffix (not "pic14")
366           (_pic14_parseOptions): moved pCodeInitRegisters here
367           (_pic14_do_link): add "pic$(ARCH).lib" to linker arguments
368         * src/pic/pcode.c (AnalyzeBanking): bail out on unset processor,
369           (pCodeInitRegisters): rewrapped comments, perpared new approach to
370             handling the pseudo stack
371         * device/lib/Makefile.in: ignore failures in objects-pic16,
372         * device/lib/pic/{configure,configure.in,Makefile}: added libdev/
373         * device/lib/pic/NEWS: document new dependency on picXXX.lib
374         * device/lib/pic/Makefile.subdir,
375         * device/lib/pic16/Makefile.subdir: improved clean rules
376         * device/lib/pic/libdev/: NEW, pic14 device libraries
377         * device/lib/pic/libsdcc/_gptr{get,put}{1,2,3,4}.S: use _X not X
378         * device/lib/pic/libsdcc/macros.inc: use _X not X, declare default SFRs
379         * device/include/Makefile.in: create subdir and install pic14 headers
380         * device/include/pic/p16f_common.inc: removed unused declarations
381         * device/include/pic/pic16*.h: added header files for 100+ 14 bit
382             PICs from inc2h.pl v1.6,
383             replaced BIT_AT macros with struct declarations
384         * device/include/pic/pic14devices.txt: definition of supported devices,
385             all above improvements contributed by Zik Saleeba, thanks
386         * support/scripts/inc2h.pl: removed BIT_AT, replaced with structs
387         * support/scripts/sdcc.nsi: also install pic14 device libraries and
388             headers
389
390 2006-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
391
392         * device/include/mcs51/c8051f410.h: added interrupt numbers,
393         * device/include/mcs51/c8051f200.h: old SiLabs mcu completes the list,
394           thanks to Charles Olds
395
396 2006-04-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
397
398         * debugger/mcs51/cmd.c (infoRegisters): show return address on stack
399
400 2006-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
401
402         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug 1464657
403         * src/mcs51/gen.c (genJumpTab): fixed bug in medium model
404         * support/regression/bug1464657.c: added, new test
405
406 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
407
408         * src/SDCCmain.c (preProcess): implemented RFE 1449908, define SDCC as the
409           version number
410
411 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
412
413         * src/SDCCpeeph.c (initPeepHole): implemented RFE 1460196, when both
414           --no-peep and --peep-file <file> are used don't use default rules but
415           do use the <file>
416
417 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
418
419         * src/mcs51/gen.c (genCall): fixed bug 1457608
420
421 2006-03-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
422
423         * doc/sdccman.lyx: reverted to version 1.129 of december as my latest
424         changes seem to cause (trigger?) problems with the build system.
425
426 2006-03-29 Maarten Brock <sourceforge.brock AT dse.nl>
427
428         * src/SDCCpeeph.c (operandsLiteral): new, added,
429           (callFuncByName): inserted operandsLiteral
430         * src/mcs51/peeph.def: reenabled 132.e, added extra check to 132.x
431
432 2006-03-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
433
434         * doc/sdccman.lyx: added paragraph "Use of SDCC in Education"
435         * src/mcs51/peeph.def: disabled rule 132.e fixing bug #1453093
436
437 2006-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
438
439         * src/z80/gen.c (genFunction, genEndFunction): fixed bug 1160666,
440           implemented patch 1120823 Thanks to Willy De la Court (normal
441           interrupts need an interrupt number now if they are made critical),
442           and enabled nesting of critical functions though not for gbz80
443           (genCritical, genEndCritical): added functions
444           (genZ80Code): added cases for CRITICAL and ENDCRITICAL
445         * src/z80/mappings.i: added "ei" to all mappings
446
447 2006-03-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
448
449         * sim/ucsim/cmd.src/newcmdcl.h: applied patch fixing GCC 4.1 build
450         submitted by the Debian SDCC maintainer Aurelien Jarno:
451         "Credits goes to Martin Michlmayr, who rebuilt the whole Debian
452         archive with gcc 4.1 on mips and wrote the patch"
453
454 2006-03-16 Raphael Neider <rneider AT web.de>
455
456         * src/pic16/genarith.c (genAddLit): simplified and fixed case where
457           the left operand is shorter than the result (c* = lit-c* + int),
458           fixes bug #1450796
459         * src/pic16/gen.c (genRightShift): check IS_SYMOP before accessing
460           OP_SYMBOL
461
462 2006-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
463
464         * src/.version: increased version number to 2.5.5
465         * src/SDCCmain.c (linkEdit): do not test for PIC16 target since, PIC16
466         linking is done manually in pic16 port's _linkEdit,
467         * src/SDCCsymt.c (compStructSize): for target PIC16 and shell variable
468         PIC16_PACKED_BITFIELDS, compact bitfield structures as much as possible,
469         * src/pic16/gen.c (aopForSym): when direct register name is WREG then
470         allocate asmop as AOP_ACC,
471         (aopForRemat): added parameter 'bool result' in function declaration,
472         (pic16_aopGet): return AOP_ACC when accessing WREG,
473         (pic16_popGetTempReg): minor modification,
474         (pic16_popRegFromIdx): first try with 'pic16_regWithIdx' then with
475         'pic16_allocWithIdx',
476         (genPcall): removed ftype, usage of OP_SYM_TYPE asserted error when
477         calling function in absolute addresses,
478         (genAssign): take into account AOP_ACC asmop,
479         * src/pic16/pcode.c (pic16_newpCodeOpReg): minor modifications,
480         * src/pic16/pcoderegs.c: some debug functions and lines added,
481         * src/pic16/ralloc.c (decodeRegType): added but commented out,
482         * (pic16_typeRegWithIdx): search 'pic16_dynInternalRegs' for given
483         register too,
484         * (pic16_findFreeReg, pic16_findFreeRegNext): allocate new register via
485         call to allocReg, not by manually allocating a new one,
486         (pic16_assignRegisters): now before going through the register
487         allocating functions mark all registers as free. This eliminates some
488         side effects resulting from peephole parser done earlier in the backbone
489
490 2006-03-13 Maarten Brock <sourceforge.brock AT dse.nl>
491
492         * src/SDCCicode.c (geniCodeLogic),
493         * src/SDCCast.c (decorateType): applied patch by Bernhard for rfe 1422617
494
495 2006-03-10 Maarten Brock <sourceforge.brock AT dse.nl>
496
497         * src/mcs51/gen.c (sameReg): new, checks if two aop regs are the same,
498           (genSend): bugfix, do not allocate and free twice,
499           (shiftRLong): handle partially overlapping aops
500         * support/regression/tests/bitopcse.c: fixed warning redefined idata
501
502 2006-03-08 Borut Razem <borut.razem AT siol.net>
503
504         * support/regression/fwk/include/testfwk.h: added defines for xdata, idata
505           for pic16
506
507 2006-03-08 Maarten Brock <sourceforge.brock AT dse.nl>
508
509         * support/regression/tests/bug1409955.c: new, added
510         * src/mcs51/gen.h: changed asmop.freed:1 to asmop.allocated for tracking
511         * src/mcs51/gen.c (newAsmop): set asmop.allocated to 1,
512           (aopForSym, aopOp): increment asmop.allocated if reused,
513           (freeAsmop): decrement asmop.allocated and check for zero instead of
514           using asmop.freed,
515           (freeForBranchAsmop): use asmop.allocated instead of asmop.freed,
516           (genNot, genCpl, genUminus, genMinus, genMult, genDiv, genMod, genCmpGt,
517            genCmpLt, genAndOp, genOrOp, genAnd, genOr, genXor, genRRC, genRLC,
518            genGetHbit, genGetAbit, genGetByte, genGetWord, genSwap,
519            genLeftShiftLiteral, genLeftShift, genRightShiftLiteral,
520            genSignedRightShift, genRightShift, genDataPointerGet,
521            genPagedPointerGet, genFarPointerGet, genCodePointerGet,
522            genGenPointerGet, genDataPointerSet, genAssign, genCast): free asmop's
523             in reverse order from allocation,
524           (genPlus, genCmpEq): free asmop's in reverse order from allocation and
525             added swappedLR to keep track
526         * support/regression/fwk/include/testfwk.h: added defines for xdata, idata,
527           pdata & code for GCC, z80, gbz80 & hc08
528         * support/regression/tests/zeropad.c: moved defines to testfwk.h
529
530 2006-03-08 Raphael Neider <rneider AT web.de>
531
532         * src/pic16/main.c (_hasNativeMulFor): fixed bug #1444425
533
534 2006-03-07 Maarten Brock <sourceforge.brock AT dse.nl>
535
536         * device/include/mcs51/c8051f410.h: new SiLabs mcu
537         * src/ds390/peeph.def: disabled 186.d and 227.a as fix for #1434401
538         * support/regression/tests/array.c: added parenthesis, made arrays unsigned
539
540 2006-03-06 Borut Razem <borut.razem AT siol.net>
541
542         * support/regression/ports/pic16/spec.mk: link with libm18f.lib,
543           made the linker quiet
544
545 2006-03-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
546
547         * src/pic16/gen.c (genPcall): fixed bug #1443644
548         * src/pic16/device.h (struct pic16_options_t): added 'int CATregs' flag
549         which dumps before the function entry point a data byte which represents
550         the number of the local variables used by the specified function, added
551         'xinst' for initial support for Extended Instruction Support,
552         * src/pic16/gen.c (aopForSym, pic16_aopGet): beautifications,
553         (pic16_testStackOverflow): do not prefix GSTACK_TEST_NAME with
554         port->fun_prefix anymore (may change later),
555         (genFunction, genEndFunction): do not store/restore local registers for
556         _main (this should take care the --main-return command line option in
557         the future),
558         (genOr): removed some legacy pic-port instructions,
559         * src/pic16/genarith.c (genAddLit): re-enabled old code because
560         performing operations with SFR's causes data to be written more than
561         once to each SFR. Perhaps SFRs should be handled in special cases...
562         * src/pic16/glue.c: macros BIG_ENDIAN and BYTE_IN_LONG are moved to
563         pcode.h
564         * src/pic16/main.c (_process_pragma): stack bound checking did not take
565         into account for stack starting position,
566         (struct OPTIONS pic16_optionsTable): added command line argument
567         --extended or -y for Extended Instruction Support,
568         * src/pic16/ralloc.c (pic16_decodeOp): added case for FUNCTION,
569         (deassignLRs): *** perhaps the most important change, old 'for' code
570         (commented out for reference), didn't account for some registers which
571         were left marked 'not free' after a pointer operation. The change
572         reduces register usage a lot in some cases
573
574 2006-03-04 Borut Razem <borut.razem AT siol.net>
575
576         * support/regression/ports/hc08/spec.mk: remove *.asm in traget
577           _clean
578         * support/regression/tests/bug-524697.c: decreased array size for
579           mcs51 to fit into the internal RAM
580         * support/regression/Makefile.in: a little bit more verbose
581
582 2006-03-03 Borut Razem <borut.razem AT siol.net>
583
584         * support/regression/fwk/lib/testfwk.c,
585           support/regression/fwk/include/testfwk.h: introduced function
586           _prints(), nonrecursive _printn(), call _initEmu() from main()
587         * support/regression/ports/gbz80/support.asm,
588           support/regression/ports/ucz80/support.asm,
589           support/regression/ports/z80/support.asm,
590           support/regression/ports/ds390/support.c,
591           support/regression/ports/hc08/support.c,
592           support/regression/ports/host/support.c,
593           support/regression/ports/mcs51/support.c,
594           support/regression/ports/xa51/support.c: added empty _initEmu()
595           function
596         * support/regression/ports/pic16/gpsim.cmd,
597           support/regression/ports/pic16/spec.mk,
598           support/regression/ports/pic16/support.c,
599           support/regression/Makefile.in: added pic16 regression test
600
601 2006-03-01 Raphael Neider <rneider AT web.de>
602
603         * src/pic16/gen.c (genPcall,pic16_derefPtr,genGenPointerGet,
604           genConstPointerGet): use safe way of generating MOVFF to cover
605             literals as well as registers, fixes bug #1440527
606         * src/pic16/glue.c (pic16_printIvalBitFields): prevent NULL pointer
607             dereference
608           (pic16_printIvalUnion,pic16_isUnion): NEW, handle initialized unions
609             more correctly, fixes bug #1232186
610           (pic16_printIval): use pic16_printIvalUnion() for initialized unions
611         * src/pic16/main.c (_pic16_linkEdit): reorder linker arguments to make
612             gplink guess the correct processor in more cases, applied patch
613             from Till Riedel attached to and fixing bug #1436552
614
615 2006-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
616
617         * support/regression/tests/array.c: added, contains check for #1434401
618         * src/mcs51/peeph.def: disabled 186.d as temporary fix for #1434401
619
620 2006-02-16 Maarten Brock <sourceforge.brock AT dse.nl>
621
622         * device/include/mcs51/at89s8253.h: new, thanks to Krzysztof Polomka
623         * device/include/mcs51/at89S8252.h: fixed, thanks to Krzysztof Polomka
624         * device/include/mcs51/c8051f326.h,
625         * device/include/mcs51/c8051f340.h: new SiLabs mcu's
626         * device/include/mcs51/c8051f000.h,
627         * device/include/mcs51/c8051f018.h,
628         * device/include/mcs51/c8051f020.h: used () with __at, renamed IDLE,STOP to
629           PCON_IDLE,PCON_STOP and added sfr16 definitions
630
631 2006-02-14 Maarten Brock <sourceforge.brock AT dse.nl>
632
633         * src/mcs51/gen.c (genPlus, genMinus, genMult, genGetAbit, genGetByte,
634           genGetWord): fixed bug 1409955
635
636 2006-02-14 Maarten Brock <sourceforge.brock AT dse.nl>
637
638         * device/include/hc08/mc68hc908gp32.h,
639         * device/include/hc08/mc68hc908jb8.h: removed AWUL, added PTA6 & PTA7
640
641 2006-02-13 Maarten Brock <sourceforge.brock AT dse.nl>
642
643         * src/SDCCast.c (constExprValue): return NULL if not a value
644         * src/SDCCglue.c (printIvalArray): fixed bug 1225568
645         * src/hc08/gen.c(genUnpackBits, genUnpackBitsImmed): fixed bug 1019480
646         * support/regression/tests/bitfields.c: enabled signed bitfield for all
647
648 2006-02-13 Borut Razem <borut.razem AT siol.net>
649
650         * src/regression/ptrarg.c: added, fails due to bug #1430967
651         * src/regression/Makefile: ptrarg.c added, ...
652
653 2006-02-12 Maarten Brock <sourceforge.brock AT dse.nl>
654
655         * src/z80/gen.c (genUnpackBits): fixed bug 1019480
656         * support/regression/tests/bitfields.c: enabled signed bitfield for z80
657
658 2006-02-11 Borut Razem <borut.razem AT siol.net>
659
660         * src/SDCCmain.c: Added "sdcc: Calling linker..." if --verbose,
661           print "Processor: xxx" message to stdout only if --verbose
662
663 2006-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
664
665         * src/SDCCglue.c (printIvalStruct): fixed bug 1426356 union initializer
666         * support/regression/tests/bug1426356.c: added
667         * support/regression/tests/bitfields.c: removed 2 tests
668
669 2006-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
670
671         * device/include/mcs51/at89c51snd1c.h: updated comments, see patch 1428901
672         * device/include/mcs51/c8051f330.h,
673         * device/include/mcs51/c8051f350.h: used () with __at, renamed IDLE,STOP to
674           PCON_IDLE,PCON_STOP and added sfr16 definitions
675         * device/lib/_divsint.c,
676         * device/lib/_divuint.c,
677         * device/lib/_divulong.c,
678         * device/lib/_divulong.c: renamed a,b to x,y to avoid confusion, fixed
679           register bank bug for small stackauto
680
681 2006-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
682
683         * support/regression/fwk/lib/timeout.c: include <stdlib.h> for exit()
684
685 2006-02-08 Maarten Brock <sourceforge.brock AT dse.nl>
686
687         * support/regression/ports/mcs51-xstack-auto/spec.mk: forgot -I(...)/mcs51
688         * all.dsp: corrected several bin paths
689         * device/include/mcs51/c8051f120.h,
690         * device/include/mcs51/c8051f300.h,
691         * device/include/mcs51/c8051f310.h: used () with __at and renamed IDLE,STOP
692           to PCON_IDLE,PCON_STOP
693         * device/include/mcs51/c8051f320.h: see above, also added sfr16 definitions
694         * device/lib/printf_large.c (output_float): fixed bug 1388703
695         * support/regression/tests/bug1057979.c: added test for bug 1388703
696
697 2006-02-08 Raphael Neider <rneider AT web.de>
698
699         * src/pic/pcode.c (pciTRIS): fixed typo,
700           (BuildFlow,LinkFlow_pCode): added (disabled) debug output,
701           (LinkFlow): fixed handling of flows that end in a call,
702           (ReuseReg): perform safety check earlier
703         * src/pic/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed
704             to work with flows at the beginning of a pBlock,
705             fixes #1426557 (Symbol not previously defined),
706           (pic14_ReMapLiveRanges): NEW, destroy and rebuild register
707             usage information
708           (RemoveUnusedRegisters): update register usage info
709         * src/pic/ralloc.c (newReg): prevent duplicate registers from being
710             created, reuse existing ones instead
711         * src/pic/gen.c (genPcall): fixed #1424719
712
713 2006-02-07 Bernhard Held <bernhard AT bernhardheld.de>
714
715         * link/z80/lkmain.c,
716         * link/z80/lklex.c,
717         * link/z80/lkdata.c,
718         * link/z80/aslink.h: fixed build on current cygwin:
719         replaced getline() by lk_getline()
720
721 2006-02-01 Borut Razem <borut.razem AT siol.net>
722
723         * src/regression/add.c, src/regression/add2.c, src/regression/add3.c,
724           src/regression/add4.c, src/regression/and1.c, src/regression/and2.c,
725           src/regression/arrays.c, src/regression/b.c, src/regression/bank1.c,
726           src/regression/bool1.c, src/regression/bool2.c,
727           src/regression/bool3.c, src/regression/call1.c,
728           src/regression/compare.c, src/regression/compare10.c,
729           src/regression/compare2.c, src/regression/compare3.c,
730           src/regression/compare4.c, src/regression/compare5.c,
731           src/regression/compare6.c, src/regression/compare7.c,
732           src/regression/compare8.c, src/regression/compare9.c,
733           src/regression/configword.c, src/regression/for.c,
734           src/regression/inline.c, src/regression/mult1.c,
735           src/regression/nestfor.c, src/regression/or1.c,
736           src/regression/pointer1.c, src/regression/ptrfunc.c,
737           src/regression/rotate1.c, src/regression/rotate2.c,
738           src/regression/rotate3.c, src/regression/rotate4.c,
739           src/regression/rotate5.c, src/regression/rotate6.c,
740           src/regression/rotate7.c, src/regression/string1.c,
741           src/regression/struct1.c, src/regression/sub.c,
742           src/regression/sub2.c, src/regression/switch1.c,
743           src/regression/while.c, src/regression/xor.c,
744           src/regression/create_stc, src/regression/simulate,
745           src/regression/rt.sh, src/regression/Makefile: reenabled Scott's PIC14
746           regression tests
747         * src/regression/gpsim_assert.h: added
748
749 2006-01-28 Bernhard Held <bernhard AT bernhardheld.de>
750
751         * src/ds390/gen.c (unsaveRegisters): fixed literal function pointer
752         ((void (code *) (void)) 0) ();
753         * as/hc08/aslex.c,
754         * as/hc08/aslink.h,
755         * as/hc08/asm.h,
756         * as/hc08/asmain.c,
757         * as/hc08/lkdata.c,
758         * as/hc08/lklex.c,
759         * as/hc08/lkmain.c,
760         * as/mcs51/aslex.c,
761         * as/mcs51/aslink.h,
762         * as/mcs51/asm.h,
763         * as/mcs51/asmain.c,
764         * as/mcs51/lkdata.c,
765         * as/mcs51/lklex.c,
766         * as/mcs51/lkmain.c,
767         * as/z80/aslex.c,
768         * as/z80/asm.h,
769         * as/z80/asmain.c: fixed build on current cygwin:
770         replaced getline() by as_getline()
771
772 2006-01-27 Bernhard Held <bernhard AT bernhardheld.de>
773
774         * src/SDCC.y: fixed bug #716242, exchanged pointer and function
775         declarator in the symbol chain
776         * src/SDCCsymt.h,
777         * src/SDCCsymt.c (processFuncPtrArgs): added, removes "(void)"
778         parameter list for function pointers
779         * src/SDCCast.c (decorateType): added call of processFuncPtrArgs()
780         * support/regression/tests/bug-716242.c: added
781
782 2006-01-20 Bernhard Held <bernhard AT bernhardheld.de>
783
784         * src/SDCCicode.c (geniCodeAdd, geniCodeArray): use char for array
785         offset if possible
786         * src/SDCCast.c (getLeftResultType): 255 fits in char, not 256
787
788 2006-01-18 Bernhard Held <bernhard AT bernhardheld.de>
789
790         * src/SDCCast.c (backPatchLabels): fixed bug #1408066: made it
791         inifinitely recurseable, added static
792         * support/regression/tests/bug-1408066.c: added
793
794 2006-01-17 Bernhard Held <bernhard AT bernhardheld.de>
795
796         * src/SDCCicode.h,
797         * src/SDCCicode.c (newiTempPreheaderLabel, newiTempLoopHeaderLabel):
798         renamed, added possibility to create "postLoopLbl"-labels
799         * src/SDCCBBlock.c (iCodeBreakDown): renamed newiTempPreheaderLabel to
800         newiTempLoopHeaderLabel
801         * src/SDCCloop.c (newInduction, newRegion, backEdges, insertIntoLoop,
802         isNotInBlocks, addToExitsMarkDepth, createLoop, dominatedBy,
803         addDefInExprs, assignmentsToSym, isOperandInvariant, pointerAssigned,
804         hasNonPtrUse, loopInvariants, addressTaken, findInduction,
805         findDefInRegion, mergeRegions, ifMerged, mergeInnerLoops): made static,
806         (pinduction, pregion, hasIncomingDefs, findLoopEndSeq): disabled,
807         (basicInduction): fixed bug #136564, made static,
808         (loopInduction): changed parameter of basicInduction, made static,
809         (addPostLoopBlock): added
810         * src/SDCCloop.h: removed backEdges, pregion, pinduction,
811         loopOptimizations, addressTaken, findDefInRegion, hasIncomingDefs,
812         findLoopEndSeq
813         * support/regression/tests/bug-136564.c: added
814         * support/regression/ports/mcs51-xstack-auto/spec.mk: added
815         --std-sdcc99 to LIBSDCCFLAGS
816
817 2006-01-16 Bernhard Held <bernhard AT bernhardheld.de>
818
819         * src/SDCCicode.c (geniCodeIfx): fix bug 1406131: always false
820         while loop
821         * support/regression/tests/bug-1406131.c: added
822
823 2005-12-31 Bernhard Held <bernhard AT bernhardheld.de>
824
825         * src/SDCCast.c (decorateType): fix promotion of unary minus
826         * src/SDCCsymt.c (computeType): beautified
827         * src/SDCCval.c (cheapestVal): beautified, old non-Ansi version removed,
828         (valUnaryPM, valComplement): fix sign and promotion,
829         (valNot): ANSI: result type is int (SDCC: unsigned char)
830         * support/regression/tests/uminus.c: speedup by removing superflous
831         test case 'int'
832         * support/regression/tests/onebyte.c: added promotion and signedness
833         tests for unary minus
834         * support/regressions/tests/bug-477927.c: disable warning about
835         uninitialized variables
836         * support/regression/tests/not.c: added
837
838 2005-12-28 Bernhard Held <bernhard AT bernhardheld.de>
839
840         * device/lib/Makefile.in: added --std-sdcc99 to CFLAGS
841         * src/mcs51/gen.c (gen51Code): show final register usage after
842         fillGaps in asm with --i-code-in-asm
843         * src/SDCClrange.c (sequenceiCode, setLiveFrom, setLiveTo,
844         markLiveRanges, markAlive, findNextUseSym, findNextUse, unvisitBlocks,
845         incUsed, rliveClear, adjustIChain): made static,
846         (setFromRange): excluded because it's unused,
847         (findPrevUseSym, markWholeLoop): added,
848         (findPrevUse): rewritten; fixes bug 895992; now a complete search
849         through all branches of predecessors enables sdcc to emit the warning
850         W_LOCAL_NOINIT, marking of outermost loop was incomplete,
851         (rlivePoint): made static, added parameter emitWarnings which is only
852         true during the first run out of two,
853         (findRecursiveSucc, findRecursivePred): removed,
854         (computeLiveRanges): made static, added parameter emitWarnings,
855         (dumpIcRlive): added for debugging only
856         * src/SDCClrange.h: added boolean parameter to computeLiveRanges(),
857         removed prototype of setFromRange()
858         * src/SDCCopt.c (eBBlockFromiCode): added new parameter emitWarnings
859         in call of computeLiveRanges()
860         * support/regression/tests/bug-895992.c: added
861         * support/regression/tests/bug-971834.c: added
862         * support/valdiag/tests/bug-895992.c: added
863         * support/valdiag/tests/bug-971834.c: added
864
865 2005-12-18 Raphael Neider <rneider AT web.de>
866
867         * src/pic16/gen.c: added IS_DIRECT macro for "direct" operands,
868           (genUnpackBits): improved code for direct operands,
869           (genPackBits): improved code for literal assignment to bitfields
870             and for direct destination operands (no FSR indirection),
871             prevented redundant AND, fixes #1362800,
872           (AccLsh): added parameter to disable masking of the result
873         * src/pic16/pcode.c (pic16_safepCodeUnlink): fixed to work with
874           skip instructions with side-effects (like incfsz),
875           (pic16_pCodeIsAlive): suppress verbose output unless pcode_verbose,
876         * src/pic16/pcoderegs.c (RemoveRegsFromSet): removed annoying warning
877         * device/lib/pic16/Makefile.common.in: added --asm=@GPASM@ to CC,
878           fixes #1375263
879
880 2005-12-11 Bernhard Held <bernhard AT bernhardheld.de>
881
882         * src/SDCCicode.c (geniCodeAssign): fixed bug 11369874, don't use
883         volatile variables as spill location
884
885 2005-12-10 Bernhard Held <bernhard AT bernhardheld.de>
886
887         * src/SDCCcse.c (findCheaperOp): fixed bug 1376320, copy signedness to
888         replacing literals
889         * support/regression/tests/bug-1376320.c: added
890
891 2005-12-08 Raphael Neider <rneider AT web.de>
892
893         * src/pic/device.c: renamed is_shared to pic14_is_shared
894         * src/pic/gen.c (genIfx): re-enabled handling of sbits
895         * src/pic/glue.c (emitSymbolToFile): added workaround for sbits,
896           (is_valid_identifier): added for above workaround
897
898 2005-12-07 Maarten Brock <sourceforge.brock AT dse.nl>
899
900         * device/lib/Makefile.in: fixed to enable port-specific-objects
901         * device/lib/ds390/i2c390.c (BitOutI2C): optimized by making bout unsigned
902           char, thanks Hubert Sack
903         * doc/sdccman.lyx: documented --xstack-loc,
904           elaborated a bit more on interrupts and pitfalls,
905           removed "setjmp/longjmp unsupported",
906           documented some unsupported C99 features
907         * src/SDCCmain.c (linkEdit): adapted default lib path for --stack-auto
908         * src/SDCCpeeph.c (readRules): inserted patch 1367130 for finding missing
909           if, thanks Hubert Sack
910         * src/mcs51/gen.c (genEndFunction): enabled "pop psw" for regbank 0 isr
911         * support/regression/Makefile.in: test-mcs51-stack-auto no longer needs to
912           make make_library
913         * support/regression/get_ticks.py: new, get cpu cycles and code size, so
914           regression tests can report resource usage (rfe 700441)
915         * support/regression/collate-results.py: report resource usage
916         * support/regression/ports/ds390/spec.mk,
917         * support/regression/ports/hc08/spec.mk,
918         * support/regression/ports/mcs51/spec.mk,
919         * support/regression/ports/ucz80/spec.mk: run sim output through get_ticks
920         * support/regression/ports/ds390/uCsim.cmd,
921         * support/regression/ports/hc08/uCsim.cmd,
922         * support/regression/ports/mcs51/uCsim.cmd,
923         * support/regression/ports/ucz80/uCsim.cmd: inserted "state" to report time
924         * support/regression/ports/mcs51-stack-auto/spec.mk: no need to build the
925           library, use the default one
926         * support/regression/ports/mcs51-xstack-auto/spec.mk: inserted rules for
927           building the library
928
929 2005-12-06 Maarten Brock <sourceforge.brock AT dse.nl>
930
931         * config.dsp: added dependency on .version and configure_vc.awk
932         * device/include/setjmp.h: updated for --stack-auto and --xstack
933         * device/include/mcs51/at89c51snd1c.h: corrected line endings
934         * device/include/mcs51/XC866.h: added, thanks Llewellyn van Zyl
935         * device/lib/_setjmp.c: updated for --stack-auto and --xstack
936         * device/lib/libsdcc.lib: added _setjmp
937         * src/SDCCast.c (createIvalCharPtr): fixed warnings,
938           (decorateType): fixed bug 1372851,
939           (optimizeGetHbit): fixed warning
940         * src/SDCCglue.c (printIvalChar, printIvalArray): adapted for flexible
941           array initialisation
942         * support/regression/tests/bug1057979.c: added test for bug 1358192
943         * support/regression/tests/setjmp.c: added, test for setjmp/longjmp
944
945 2005-12-03 Borut Razem <borut.razem AT siol.net>
946
947         * support/scripts/sdcc.nsi: added /SOLID option to "SetCompressor lzma"
948           command since the NSIS was upgraded to version 2.11 on CF x86-linux2
949
950 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
951
952         * src/SDCCast.c (createIvalStruct, createIvalArray, createIvalPtr,
953         createIval): implement symbol independant "flexible array member",
954         (createIvalCharPtr): implemented flexible array initialisation with a
955         string
956         * src/SDCCsymt.c (copyStruct): removed,
957         (getSize): fixed misleading comment,
958         (getAllocSize): removed, the additional allocation size is now in
959         sym->flexArrayLength,
960         (checkStructFlexArray): new, syntax checks for flexible array members,
961         (compStructSize): added syntax checks for "flexible array members"
962         (copyStruct): removed,
963         (copyLinkChain): removed inefficient fix for bug 770487
964         * src/SDCCglue.c (emitRegularMap): getAllocSize has been removed
965         * src/SDCCsymt.h: added structdef.b_flexArrayMember and
966         symbol->flexArrayLength
967         * src/SDCCerr.c,
968         * src/SDCCerr.h: added W_INVALID_FLEXARRAY, W_C89_NO_FLEXARRAY,
969         E_FLEXARRAY_NOTATEND and E_FLEXARRAY_INEMPTYSTRCT
970         * support/regression/tests/structflexarray.c: added
971         * support/valdiag/tests/structflexiblearray.c: added
972
973 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
974
975         * src/SDCCast.c (decorateType): fixed bug 1368489
976         * support/Util/SDCCerr.c,
977         * support/Util/SDCCerr.h: added warning W_CMP_SU_CHAR
978
979 2005-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
980
981         * device/include/mcs51/at89c51snd1c.h: added file submitted by
982           Weston T. Schmidt <schmidtw AT users.sourceforge.net>, patch #1368001
983
984 2005-11-27 Borut Razem <borut.razem AT siol.net>
985
986         * support/cpp2/cppinit.c, support/cpp2/cpplib.h, support/cpp2/mkdeps.c,
987           support/cpp2/mkdeps.h: added command line option
988           -obj-ext=<extension> to SDCPP to define object file externion, used
989           for generation of make dependencies (-M)
990         * src/SDCCmain.c: pass -obj-ext=<extension> to SDCPP
991
992 2005-11-26 Borut Razem <borut.razem AT siol.net>
993
994         * support/scripts/sdcc.nsi: added small-stack-auto libraries,
995           added missing device/lib/mcs51/crt*.asm, pic and pic16 sources,
996           added pic and pic16 libraries
997
998 2005-11-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
999
1000         * device/include/float.h: Corrected typo in prototype of __fsgt
1001
1002 2005-11-25 Borut Razem <borut.razem AT siol.net>
1003
1004         * sdcc/device/lib/Makefile.in, sdcc/device/lib/incl.mk:
1005           added creation of model-mcs51-stack-auto libraries
1006
1007 2005-11-24 Bernhard Held <bernhard AT bernhardheld.de>
1008
1009         * src/SDCCsymt.c (copyLinkChain): fixed bug 770487, copy structdef
1010         and fields-list too
1011         * src/SDCCast.c (createIvalArray): removed obsolete comment
1012
1013 2005-11-24 Borut Razem <borut.razem AT siol.net>
1014
1015         * sdcc/device/lib/Makefile.in: remove all unnecessary files, 2nd try...,
1016           added missing device/lib/mcs51/crt*.asm sources
1017
1018 2005-11-23 Bernhard Held <bernhard AT bernhardheld.de>
1019
1020         * src/SDCCast.c (createIvalCharPtr): fixed bug 1348271
1021
1022 2005-11-22 Maarten Brock <sourceforge.brock AT dse.nl>
1023
1024         * device/lib/_fs2schar.c,
1025         * device/lib/_fs2sint.c,
1026         * device/lib/_fs2slong.c: optimized inline asm
1027
1028 2005-11-21 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1029
1030         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
1031           Better handling of floats between -1.0 and 0.0.
1032
1033 2005-11-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1034
1035         * src/mcs51/peeph.def: added missing "if"s as noted by Hubert Sack.
1036           (the missing "if"s prohibited removal of redundant labels)
1037
1038 2005-11-19 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1039
1040         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
1041           Properly convert floats between -1.0 and 0.0 to long, int, and char
1042           types (max integer value of negative floats tends to zero).
1043         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
1044           Removed changes made so to work properly with floats between
1045           -1.0 and 0.0, as the problem is fixed in _fs2slong.c, _fs2sint.c,
1046           and _fs2char.c
1047
1048 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
1049
1050         * src/SDCCcse.c (ReplaceOpWithCheaperOp): minor fix for debugging only
1051         * src/mcs51/gen.c (genUnpackBits): better code and a fix,
1052         (genCast) cosmetic change
1053         * src/ds390/gen.c (genUnpackBits, ): ported from mcs51
1054         * src/ds390/ralloc.c (packRegsForAssign): ported fix for bitfields
1055         from mcs51
1056         * support/regression/tests/bitfields (testSignedBitfields): added
1057
1058 2005-11-18 Borut Razem <borut.razem AT siol.net>
1059
1060         * sdcc/device/lib/Makefile.in: remove all unnecessary files
1061         * device/lib/pic/Makefile.rules, device/lib/pic16/Makefile.subdir:
1062           introduced SILENT option to make building of pic16 libraries less
1063
1064 2005-11-18 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1065
1066         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
1067           Now they work properly with floats between -1.0 and 0.0
1068         * device/lib/printf_large.c: Removed temporary patch for bug 1358192
1069
1070 2005-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
1071
1072         * src/SDCCicode.c (printOperand): added missing else
1073
1074 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
1075
1076         * src/SDCCsymt.c (computeType): fixed bug 1358192: added missing else,
1077         reformatted for better readability
1078         * src/mcs51/gen.c (genUnpackBits): initial, incomplete support for
1079         signed bitfields
1080
1081 2005-11-17 Borut Razem <borut.razem AT siol.net>
1082
1083         * device/lib/pic16/Makefile.rules, device/lib/pic16/Makefile.subdir:
1084           introduced SILENT option to make building of pic16 libraries less
1085           verbose - used for nightly snapshot build
1086         * doc/sdccman.lyx: documented that SDCDB and ucSim are currently not
1087           available on Win32 platforms.
1088         * sdcc/device/lib/Makefile.in: added library sources for mcs51, small,
1089           medium, large, pic and pic16
1090
1091 2005-11-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1092
1093         * device/lib/printf_large.c: Temporary patch for bug 1358192:
1094           printf("%f"...) sets fraction to zero.
1095
1096 2005-11-16 Raphael Neider <rneider AT web.de>
1097
1098         * src/pic/pcode.c (LinkFlow): handle empty flows correctly,
1099           fixes #1357221
1100         * src/pic/gen.c (genIfx): implemented for CARRY bit
1101         * src/pic16/gen.c (genAssign,genCast): fixed assigning/casting
1102           to generic pointers, fixes #1357332,
1103           (pic16_movLit2f): NEW,
1104           (pic16_storeForReturn,genDataPointerSet): use pic16_movLit2f
1105
1106 2005-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
1107
1108         * src/SDCCmain.c (parseCmdLine): fixed bug 1356800, thanks rsudjian
1109
1110 2005-11-11 Raphael Neider <rneider AT web.de>
1111
1112         * src/pic/gen.c: handle FPOINTERS like POINTERS everywhere
1113         * src/pic16/gen.c (pic16_derefPtr): now works for non-pointers as well,
1114           compute pointer's type from operand,
1115           (genUnpackBits,genPackBits): handle FPOINTERS correctly, re-indented,
1116           improved single bit reads, fixes bug #1353379
1117
1118 2005-11-09 Borut Razem <borut.razem AT siol.net>
1119
1120         * support/scripts/sdcc.nsi: added lib/pic to the package
1121
1122 2005-11-08 Maarten Brock <sourceforge.brock AT dse.nl>
1123
1124         * src/SDCCval.c (valUnaryPM): fixed bug 1350699
1125
1126 2005-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
1127
1128         * support/regression/tests/bug1348008.c: added
1129         * src/mcs51/gen.c (saveRBank, unsaveRBank): fixed bug 1348008
1130         * support/regression/tests/bug1337835.c: updated comment
1131
1132 2005-11-06 Borut Razem <borut.razem AT siol.net>
1133
1134         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
1135           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
1136           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
1137           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
1138           sim/ucsim/cmd.src/set.cc, sim/ucsim/cmd.src/show.cc:
1139           dynamic construction of cl_error_class and derivates - 2.nd try
1140
1141 2005-11-05 Borut Razem <borut.razem AT siol.net>
1142
1143         * sim/ucsim/sim.src/error.cc: fixed uninitialized class member variable
1144           bug, which caused Bus Errors on sparc solaris
1145
1146 2005-11-04 Borut Razem <borut.razem AT siol.net>
1147
1148         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
1149           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
1150           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
1151           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
1152           sim/ucsim/cmd.src/cmdconf.cc: dynamic construction of cl_error_class
1153           and derivates to resolve the initialization problem on OSX
1154
1155 2005-11-02 Borut Razem <borut.razem AT siol.net>
1156
1157         * sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
1158           corrected typo - #include <winsock2.h>
1159
1160 2005-11-02 Maarten Brock <sourceforge.brock AT dse.nl>
1161
1162         * src/asm.c (printILine): always close tmpFile, thanks Beau E. Cox,
1163           (_asxxxx_mapping): added org directive for future enhancements
1164
1165 2005-11-01 Borut Razem <borut.razem AT siol.net>
1166
1167         * sim/ucsim/app.cc, sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
1168           enabled sockets on WIN32
1169         * sim/ucsim/cmd.src/newcmd.cc: fixed bug with uninitialized variables
1170
1171 2005-10-31 Borut Razem <borut.razem AT siol.net>
1172
1173         * support/regression/generate-cases.py: escape backslashes in {testcase}:
1174           WIN32 backslash path delimiters should be escaped when used in C strings
1175         * support/regression/tests/bitfields.c: exclude failing assertions for
1176           __CYGWIN32__ and __MINGW32__ hosts
1177
1178 2005-10-30 Borut Razem <borut.razem AT siol.net>
1179
1180         * src/SDCCutil.c: corrected double comparison typo
1181
1182 2005-10-30 Maarten Brock <sourceforge.brock AT dse.nl>
1183
1184         * device/lib/medium/Makefile: added for new memory model medium
1185         * device/include/asm/mcs51/features.h: updated for medium/pdata
1186         * device/include/mcs51/c8051f120.h: added sfr16/sfr32 definitions,
1187           added Multiply & Accumulate sbit's and MAC0_PAGE define
1188         * device/include/mcs51/c8051f300.h: added sfr16 definitions
1189         * device/include/mcs51/c8051f310.h: added sfr16 definitions
1190         * device/lib/_mullong.c: update for medium model
1191         * device/lib/incl.mk: added medium model
1192         * doc/sdccman.lyx: documented medium model
1193         * src/SDCCast.c (isBitAndPow2): simplified using updated powof2
1194         * src/SDCCicode.c (geniCodeMultiply, geniCodeDivision): use updated powof2
1195         * src/SDCCmain.c (optionsTable, linkEdit): enabled medium model
1196         * src/SDCCmem.c (allocIntoSeg): set iaccess for pdata symbols,
1197           (allocParms): set SCLS and OCLS to pdata for medium model
1198         * src/SDCCsymt.c (processFuncArgs): use default_local_map and set iaccess
1199           for pdata,
1200           (powof2): return <0 if not power of 2
1201         * src/avr/gen.c (genBitWise): use updated powof2
1202         * src/mcs51/gen.c (genMinusDec): use acc if necessary,
1203           (shiftR2Left2Result): small optimization in setup, save acc when storing,
1204           (shiftLLeftOrResult): use B if necessary
1205         * src/mcs51/main.c (_mcs51_finaliseOptions, mcs51_port): added medium model
1206         * src/mcs51/peeph.def: renamed 226 to 226.b, added 226.a
1207         * src/pic/main.c (_pic14_do_link): made void parameter list explicit
1208         * support/regression/Makefile.in: added test-mcs51-medium
1209         * support/regression/ports/mcs51-medium/spec.mk: added to test medium model
1210
1211 2005-10-28 Bernhard Held <bernhard AT bernhardheld.de>
1212
1213         * src/SDCCsymt.c (compStructSize): make bitfields without (un)signed
1214         specifier unsigned
1215         * device/lib/time.c (mktime): fixed bug 1334315
1216
1217 2005-10-28 Raphael Neider <rneider AT web.de>
1218
1219         * device/include/pic/p16f_common.inc: added common declarations
1220         * src/pic/ralloc.c (initStack): moved regs *r to block start for Alpha
1221
1222 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
1223
1224         * src/mcs51/gen.c (getTempRegs): return 0 if not enough registers found,
1225           (aopPutUsesAcc): added to predict accumulator use,
1226           (assignResultValue): save acc if necessary,
1227           (genMinusDec): store result if indirectly addressed,
1228           (genDivOneByte):  save acc if necessary,
1229           (movLeft2Result): bugfix if left already in acc,
1230           (genAnd, genOr, genXor, shiftL2Left2Result, shiftR2Left2Result): pay more
1231             attention to accumulator use (esp. pdata),
1232           (genReceive): receive pdata correctly
1233         * src/SDCCicode.c (isOperandInPagedSpace): added to detect pdata operands
1234         * src/SDCCicode.h: added isOperandInPagedSpace prototype
1235
1236 2005-10-27 Raphael Neider <rneider AT web.de>
1237
1238         * doc/sdccman.lyx: corrected version (should be 2.5.4 not 2.5.5)
1239
1240 2005-10-27 Raphael Neider <rneider AT web.de>
1241
1242         * .version: changed version to 2.5.4
1243         * doc/sdccman.lyx: changed version to 2.5.4, added some remarks to PIC14
1244         * device/lib/pic/libsdcc/{_mulint.c,_mullong.c}: use unsigned literals,
1245           (_divschar.c,divuchar.c,_mulchar.c,_modschar.c,_moduchar): NEW,
1246             arithmetics support routines
1247         * device/lib/pic/Makefile.rules: have assembler sources preprocessed
1248         * device/lib/Makefile.in: also create installdir for pic
1249
1250         * src/SDCCopt.c (cnvToFcall): mark support routines `extern' for
1251           pic14 port as well
1252         * src/pic/device.c (dump_sfr): rewritten to delegate register
1253           placement to the linker (use `extern sym' rather than sym EQU addr),
1254           (validAddress): fixed to check last specified address
1255         * src/pic/gen.c (aopForSym): added code to deal with array (useless?),
1256           (popGetLit): truncate literal value to 8 bit,
1257           (popGet): moved assert to more appropriate place
1258           (popGetExternal): create pCode operand from and mark the according
1259             symbol as being `extern'
1260           (popGetAddr): added sanity check on immediate's offset, provide
1261             GPOINTER tag on demand
1262           (aopPut): fixed for immediates,
1263           (mov2w_op): move operand's address or contents to WREG (depending on
1264             operand type), safer variant of mov2w,
1265           (movwf,call_libraryfunc): NEW, handy abbreviations,
1266           (get_argument_pcop,get_return_val_pcop,pass_argument,
1267           get_returnvalue): interface for accessing function parameters and
1268             return values,
1269           (assignResultValuei,genRet): use new parameter/return value interface
1270           (pic14_getDataSize): back to old version handling generic pointers,
1271           (pic14_toBoolean,genNot,genCpl,genCmpEq,genOrOp): heavily rewritten,
1272             provided implementation and/or fixed old one,
1273           (genMultOneByte,genDivOneByte,genModOneByte): implemented as library
1274             calls, removed legacy 8051 reference code
1275           (AccLsh,AccRsh): rewritten and fixed to deal with signed operands
1276           (loadSignToC): NEW, move the operands sign bit to CARRY,
1277           (genGenericShift): NEW, replaces genLeftShift, genRightShift and
1278             genRightShiftSigned, accepts negative shift counts,
1279           (setup_fsr): load FSR and adjust IRP (indirect memory access),
1280           (emitPtrByteGet,emitPtrByteSet): rewritten, now works with
1281             generic pointers, __data pointers and __code pointers,
1282           (genUnpackBits,genPackBits): rewritten to work with generic pointers
1283             and signed bitfields, limit bitfields to 8 bit,
1284           (genDataPointerGet): fixed number of bytes read,
1285           (genGenPointerGet,genConstPointerGet): fixed bitfield access,
1286           (genPointerGet,genPointerSet): fixed handling of __code pointers,
1287             pointers to constant data are no longer assumed to point to __code
1288             space, removed invalid pointer types,
1289           (bitpatternFromVal): retrieve the PICs representation of an integer
1290             or float literal,
1291           (genDataPointerSet): fixed assigning to po_immediate operands,
1292           (genGenPointerSet): implemented as library call,
1293           (genIfx): fixed incorrect condition,
1294           (genAddrOf): limit generic pointers' addresses to 2 bytes,
1295             provide GPOINTER tag according to destination's storage class,
1296           (genCast): added code to handle casting to generic pointers, added
1297             sign-/zero extension of the result
1298           (aop_isLitLike,op_isLitLike): fixed handling of immediates
1299         * src/pic/gen.h: added macros to access IRP bit in STATUS register
1300         * src/pic/genarith.c (genAddLit): use min(result's,left's) size, sign
1301           extend the result
1302         * src/pic/glue.c (is_shared_address,is_shared): check whether a given
1303           address/register resides in the shared banks
1304           (emitSymbolToFile): improved to handle global and `pinned' symbols,
1305             put all variables into separate sections (have the linker arrange
1306             them)
1307           (picglue): put init code and interrupt handlers in separate sections
1308         * src/pic/main.c: added port specific options table, modified to PORT
1309           structure to make GPOINTERs 3 byte, added pic14_options
1310           (_pic14_do_link): private linking routine (update paths to libraries,
1311             add libsdcc.lib by default)
1312         * src/pic/main.h: declare pic14_options
1313         * src/pic/pcode.c: fixed instructions i/o relations,
1314           (RegCond): reverted to correct version,
1315           (newpCodeOpLit): truncate literals to 8 bit,
1316           (genericPrint): added debug output,
1317           (getRegFromInstruction): fixed for various operand types, simplified
1318           (BuildFlow): fixed broken handling of isntructions with labels
1319           (LinkFlow): start at last instruction in flow (skip trailing comments),
1320             pass the flow on to the next instruction after CALL
1321           (pCodeReplace): NEW, replace a pCode and move meta data to the new one
1322           (insertPCodeInstruction): fixed inserting after a skip instruction,
1323           (DoBankSelect): fixed for labeled instructions
1324           (OptimizepBlock): honor --nopeep switch
1325           (AnalyzeFlow,ReuseReg): prevent crash on source files with no function
1326         * src/pic/pcodepeep.c (pCodePeepMatchRule): prevent NULL pointer accesses
1327         * src/pic/pcoderegs.c (regIsLocal): NEW, check visibility of a register
1328           (pCodeOptime2pCodes): allow disabling this optimization via
1329             --no-pcode-opt due seldomly occuring bugs, fixed some conditions
1330             but is still buggy), started implementation of a dataflow based
1331             pCode optimization (CSE + dead code elimination)
1332           (pCodeRegMapLiveRangesInFlow): removed bogus inCond
1333         * src/pic/ralloc.c (initStack): renamed stack registers to STK%d, the new
1334           names are independant of the stack location and therefore portable across
1335           devices
1336
1337 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
1338
1339         * src/mcs51/ralloc.c (bitType): added to detect bit variables,
1340           (selectSpil): fixed bug 1337835 by not spilling bit variables
1341         * support/regression/tests/bug1337835.c: added test for this bug
1342         * src/mcs51/peeph.def: restart after rule 3.c,
1343           addded rules 263.x to optimize loading constants
1344
1345 2005-10-26 Raphael Neider <rneider AT web.de>
1346
1347         * src/SDCCsymt.c (compStructSize): allow signed bitfields for PIC ports
1348         * src/pic16/gen.c (genUnpackBits): support signed bitfields,
1349           (genAssign): emit warning when casting literals to generic pointer
1350             type, also applies when taking the address of a fixed variable,
1351           (genCast): improved casting to generic pointers
1352         * src/pic16/glue.c (pic16emitStaticSeg): fixed(?) handling of fixed
1353           extern variables, added verbose error message
1354         * device/include/pic16/{string.h,errno.h}: added #pragma library c
1355
1356 2005-10-26 Bernhard Held <bernhard AT bernhardheld.de>
1357
1358         * src/mcs51/gen.c (genMinus): fixed bug 1270906: reverse subtraction,
1359         carry must be complemented too
1360         * src/mcs51/peeph.def: addded rule 262 to remove double cpl c, which
1361         could be emitted by genMinus
1362         * src/SDCCval.c (constVal): fixed bug 1305065
1363
1364 2005-10-25 Bernhard Held <bernhard AT bernhardheld.de>
1365
1366         * src/SDCCast.c (addCast): added promotion for bit variables
1367         (decorateType): emit W_COMPLEMENT before the problem vanishes behind
1368         promotion casts + optimisation
1369         (optimizeGetWord): fix warning 'i' might be used uninitialized
1370         * src/mcs51/gen.c (genCpl): removed W_COMPLEMENT
1371         * src/ds390/gen.c (genCpl): removed W_COMPLEMENT
1372
1373 2005-10-24 Bernhard Held <bernhard AT bernhardheld.de>
1374
1375         * src/SDCCicode.c (ast2iCode): reverted to 1.224 because of regression:
1376         all chars are promoted to int; promotion should be handled in SDCCast.c
1377
1378 2005-10-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1379
1380         * device/lib/_strcmp.c: Fixed bug 1326457
1381
1382 2005-10-11 Raphael Neider <rneider AT web.de>
1383
1384         * device/lib/pic16/libio/i2c.ignore: added 1320, fixes broken builds
1385         * device/lib/pic16/libdev/pic18f1320.c: added 1320's device library
1386
1387 2005-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
1388
1389         * src/SDCC.y (AT): fixed bug with sfr32 addresses when built with GCC
1390         * support/regression/tests/sfr16.c: added test for the sfr32 bug
1391
1392 2005-10-04 Raphael Neider <rneider AT web.de>
1393
1394         * device/include/pic16/pic18fregs.h, src/pic16/devices.inc,
1395           device/lib/pic16/pics.all: added pic18f1320
1396         * src/pic16/pcode.c (mnem2key): fixed prototype's argument mismatch
1397
1398 2005-09-30 Raphael Neider <rneider AT web.de>
1399
1400         * src/pic16/device.c (Pics16[]): moved device descriptions to devices.inc
1401         * src/pic16/devices.inc: NEW, provides device descriptions
1402         * src/pic16/gen.c (genInline): fixed handling of ';'-comments
1403
1404 2005-09-26 Maarten Brock <sourceforge.brock AT dse.nl>
1405
1406         * src/SDCCicode.c (operandOperation): added GETABIT, GETBYTE, GETWORD and
1407           GETHBIT
1408
1409 2005-09-25 Maarten Brock <sourceforge.brock AT dse.nl>
1410
1411         * doc/sdccman.lyx: updated Highest Order Bit documentation,
1412           documented Any Order Bit, Higher Order Byte and Higher Order Word
1413         * src/SDCC.y: added tokens GETABIT, GETBYTE, GETWORD
1414         * src/SDCCast.c (optimizeGetHbit): updated to also accept bool=expr&(1<<n),
1415           (optimizeGetAbit): new, to get any bit, not only the high bit,
1416           (optimizeGetByte): new, to get a byte from a (long) int: expr>>(8*n),
1417           (optimizeGetWord): new, to get a word from a long int: expr>>(8*n),
1418           (isConformingBody): also check GETABIT, GETBYTE, GETWORD,
1419           (decorateType): '&': also try GETABIT, GETBYTE, GETWORD optimization,
1420             RIGHT_OP: also try GETBYTE, GETWORD optimization,
1421             GETABIT, GETBYTE, GETWORD: decorate them,
1422           (isShiftRightLitVal, isBitAndPowOf2): new helper functions,
1423           (ast_print): added GETABIT, GETBYTE, GETWORD
1424         * src/SDCCcse.c (isSignedOp): added GETABIT, GETBYTE, GETWORD
1425         * src/SDCCicode.c (codeTable): added GETABIT, GETBYTE, GETWORD,
1426           (geniCodeBinary): new generic binary icode,
1427           (ast2iCode): added GETABIT, GETBYTE, GETWORD
1428         * src/port.h: updated comment for PORT.hasExtBitOp
1429         * src/mcs51/gen.c (genGetAbit): new, to get any single bit,
1430           (genGetByte): new, to get a single byte,
1431           (genGetWord): new, to get a word from a long,
1432           (gen51Code): added GETABIT, GETBYTE, GETWORD
1433         * src/mcs51/main.c (hasExtBitOp): added GETABIT, GETBYTE, GETWORD
1434
1435 2005-09-23 Raphael Neider <rneider AT web.de>
1436
1437         * configure.in, configure: have device/lib/pic configured
1438         * device/lib/Makefile.in: added model-pic14
1439         * device/lib/clean.mk: added pic/ to clean rule
1440         * device/lib/pic: added rudimentary pic14 library providing support
1441           functions for multiplication/division/generic pointer access
1442         * src/SDCCopt.c (convilong): mark support functions as extern
1443           for pic14 port as well
1444         * src/pic/gen.c (genMult): added assertions,
1445           (genpic14Code): emit warning on unhandled iCodes
1446         * src/pic/main.c (_hasNativeMulFor): return true only for 8x8 bit
1447         * src/pic/pcode.c (pCodeOpCopy),
1448         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed handling of various
1449           pCodeOpReg-subtypes (PO_{STATUS,INTCON,PCL,PCLATH,PCLATU,BSR,
1450           SFR_REGISTER}), made safe for future extensions
1451         * src/pic16/pcode.c (pic16_safepCodeUnlink): allow for removal of
1452           instructions even if preceeded by SKIP instructions (also remove
1453           them); removed unused code
1454         * src/pic16/pcode.h: added arg2 to pCodeOpLit to match pCodeOpLit2,
1455           prevents leaving parts of the structure uninitialized after copying
1456
1457 2005-09-22 Maarten Brock <sourceforge.brock AT dse.nl>
1458
1459         * src/mcs51/gen.c (genMinus): fix for undetected bug introduced 3 months
1460           ago by me
1461         * support/regression/tests/addsub.c: added test for the bug
1462
1463 2005-09-21 Raphael Neider <rneider AT web.de>
1464
1465         * device/include/pic16/pic18f1220.h,
1466           device/lib/pic16/libdev/pic18f1220.c: added ECCPAS sfr and bitfield
1467         * device/lib/pic16/Makefile.rules: added missing opening paren
1468         * src/pic16/gen.c (pic16_genNot,pic16_genCpl): removed as these
1469           are provided in genutils.c,
1470           (genUminusFloat,genUminus,genCmpEq): added asserts on different
1471           operand/result sizes,
1472           (genCmp): assert on NULL pointers first, then check deref'ed values
1473         * src/pic16/genutils.c (pic16_genCpl): fixed for different operand/
1474           result size
1475
1476 2005-09-18 Raphael Neider <rneider AT web.de>
1477
1478         * src/pic16/gen.c (genFarPointerGet,genFarPointerSet): removed
1479           as these are now unused,
1480           (genPointerGet,genPointerSet): handle FPOINTERs like POINTERs
1481         * src/pic16/pcode.c (pic16_symIsSpecial): assume REG_TMPs to be
1482           local, avoids uninitialized pointer dereference on r->name
1483         * src/pic16/ralloc.c (newReg): fixed indentation
1484
1485 2005-09-13 Maarten Brock <sourceforge.brock AT dse.nl>
1486
1487         * src/SDCCval.c (constVal): fixed bug 730366
1488         * support/Util/SDCCerr.c,
1489         * support/Util/SDCCerr.h: added warning W_INVALID_INT_CONST
1490
1491 2005-09-10 Maarten Brock <sourceforge.brock AT dse.nl>
1492
1493         * as/mcs51/lkmem.c (summary2): fixed report for absolute areas (bug 1210220)
1494
1495 2005-09-09 Maarten Brock <sourceforge.brock AT dse.nl>
1496
1497         * src/mcs51/peeph.def (241.x): fixed bug when comparing generic pointers
1498
1499 2005-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
1500
1501         * as/hc08/lkaomf51.c (OutputName): made name unsigned char,
1502           (hex2dec): made hex_digit unsigned char, removed ascii dependance
1503         * as/mcs51/lkaomf51.c (OutputName): made name unsigned char,
1504           (hex2dec): made hex_digit unsigned char, removed ascii dependance
1505         * as/mcs51/lkarea.c (lnkarea2): sort absolute areas to the front
1506         * packihx/packihx.c (hexDigit): made c unsigned char
1507         * as/mcs51/lklibr.c (fndsym),
1508         * link/z80/lkgb.c (gb),
1509         * link/z80/lklibr.c (fndsym),
1510         * link/z80/lkrloc.c (relr),
1511         * sim/ucsim/libltdl/ltdl.c (load_deplibs, try_dlopen),
1512         * src/SDCC.lex (checkCurrFile, process_pragma),
1513         * src/SDCCglue.c (spacesToUnderscores),
1514         * src/SDCCmain.c (setParseWithComma, processFile),
1515         * src/asm.c (tvsprintf, printCLine),
1516         * src/avr/gen.c (emitcode, aopPut),
1517         * src/ds390/gen.c (emitcode),
1518         * src/hc08/gen.c (emitcode, emitinline),
1519         * src/mcs51/gen.c (emitcode, genInline),
1520         * src/pic/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
1521           tokenizeLineNode),
1522         * src/pic/ralloc.c (debugLog),
1523         * src/pic16/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
1524           tokenizeLineNode),
1525         * src/pic16/ralloc.c (debugLog),
1526         * src/z80/main.c (_process_pragma):
1527            made all ctype.h function calls safe
1528         * src/SDCCopt.c: include math.h for fabs
1529         * src/SDCCpeeph.c: added macros ISCHARDIGIT, ISCHARSPACE and ISCHARALNUM
1530           and used them throughout the code to make ctype.h function calls safe
1531         * src/ds390/main.c (asmLineNodeFromLineNode),
1532         * src/mcs51/main.c (asmLineNodeFromLineNode): made p unsigned char*
1533         * src/pic/gen.c (DEBUGpic14_emitcode, pic14_emitcode): made lbp
1534            unsigned char*
1535         * src/pic/pcode.c (mnem2key): made mnem unsigned char*,
1536           (newpCodeAsmDir): made ctype.h function calls safe
1537         * src/pic16/gen.c (pic16_emitpcomment, DEBUGpic16_emitcode,
1538           pic16_emitcode):  made lbp unsigned char*
1539         * src/pic16/pcode.c (mnem2key): made mnem unsigned char*,
1540           (pic16_newpCodeAsmDir): made ctype.h function calls safe
1541         * src/xa51/gen.c (emitcode),
1542         * src/z80/gen.c (_emit2): made lbp unsigned char*
1543         * support/Util/MySystem.c (split_command): made cmd_line and p unsigned
1544            char*
1545
1546 2005-09-05 Raphael Neider <rneider AT web.de>
1547
1548         * src/pic16/ralloc.c (pic16_allocDirReg): use device specific
1549           access bank splitpoint
1550
1551 2005-09-05 Raphael Neider <rneider AT web.de>
1552
1553         * device/lib/pic16/libc/Makefile: added (missing) string to SUBDIRS
1554
1555 2005-09-03 Maarten Brock <sourceforge.brock AT dse.nl>
1556
1557         * .version: changed to version 2.5.3
1558         * doc/sdccman.lyx: changed version to 2.5.3,
1559           documented --codeseg and --constseg and pragma codeseg and constseg,
1560           documented bit parameters (reentrant) and bit returning
1561         * src/SDCCicode.c (geniCodeReceive): fixed (possible) bug generating
1562            currFunc->recvSize, but is this ok for all ports?
1563           (ast2iCode): result of ~ on unsigned char must be cast to int for
1564            bool to work
1565         * src/SDCCmem.c (allocGlobal, allocLocal): don't put bit returning
1566           function pointers in bit space
1567         * src/SDCCsymt.c (checkSClass): allow bit returning function pointers,
1568           (processFuncArgs): call port.reg_parm() with reentrancy info
1569         * src/port.h,
1570         * src/avr/main.c,
1571         * src/ds390/main.c,
1572         * src/hc08/main.c,
1573         * src/pic/main.c,
1574         * src/pic16/main.c,
1575         * src/xa51/main.c,
1576         * src/z80/main.c: port.reg_parm prototype extended with
1577           "bool reentrant" parameter
1578         * src/mcs51/main.c (_mcs51_regparm): use parameter reentrant instead of
1579           options.stackAuto for allocating bit register parameters
1580         * src/mcs51/gen.c (genNot): optimized complementing direct bit,
1581           (genSend): set BitBankUsed if it is,
1582           (selectRegBank): factored out of genCall for use in genPcall,
1583           (genCall): removed redundant dtype assignmen, use selectRegBank,
1584           (genPcall): handle returning in Carry properly, save in F0 if needed,
1585           (genReceive): handle bit register parameters
1586         * src/mcs51/ralloc.c (updateRegUsage): update BitBankUsed along the way,
1587           (mcs51_assignRegisters): enable bit registers for all reentrant
1588            functions and don't set BitBankUsed unconditionally
1589         * src/mcs51/peeph.def (177.d): fixed bug if %2==%3
1590         * support/regression/tests/bitvars.c: enable tests for SDCC_STACK_AUTO
1591         * support/regression/tests/funptrs.c: added tests for BOOL and for return
1592
1593 2005-08-27 Borut Razem <borut.razem AT siol.net>
1594
1595         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) and on
1596         ppc-osx (Darwin) does not support -u option. It seems that it is
1597         supported only on Linux - GNU cp
1598
1599 2005-08-25 Borut Razem <borut.razem AT siol.net>
1600
1601         * sim/ucsim/gui.src/serio.src/Makefile.in,
1602           sim/ucsim/s51.src/Makefile.in, sim/ucsim/avr.src/Makefile.in,
1603           sim/ucsim/z80.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
1604           sim/ucsim/xa.src/Makefile.in: install -s changed to 2 steps:
1605           install and strip, since the strip at /usr/ccs/bin should be used
1606           on solaris
1607
1608 2005-08-24 Borut Razem <borut.razem AT siol.net>
1609
1610         * clean.mk, device/lib/clean.mk: find on sparc-solaris does not support -maxdepth option
1611
1612 2005-08-23 Bernhard Held <bernhard AT bernhardheld.de>
1613
1614         * src/SDCCopt.c (convertToFcall): fixed modulus with divisors 1 and
1615         ffffffffu
1616
1617 2005-08-23 Maarten Brock <sourceforge.brock AT dse.nl>
1618
1619         * as/mcs51/aslink.h: completed lkrloc.c prototypes
1620         * as/mcs51/lkmain.c (link_main): fixed warning
1621         * device/include/stdbool.h: ds390 has no advanced bit support yet
1622         * src/SDCC.y: use SPEC_SHORT and renamed _signed to b_signed
1623         * src/SDCCsymt.c: use SPEC_SHORT and renamed _signed to b_signed
1624         * src/SDCCsymt.h (struct specifier): renamed _xxx bitfields to b_xxx
1625           and updated their macros
1626         * src/SDCCval.c (constVal): updated comment for renamed b_long
1627
1628 2005-08-22 Maarten Brock <sourceforge.brock AT dse.nl>
1629
1630         * as/mcs51/asdata.c: changed ctype['['] to BINOP
1631         * as/mcs51/asexpr.c (expr): added case '[' for bit access in bdata,
1632           (term): abused bit 15 of s_addr to indicate bit-addressable bytes,
1633           (oprio): set priority for '['
1634         * as/mcs51/aslink.h: added define R_BIT, and prototypes for adb_bit
1635            and adb_24_bit
1636         * as/mcs51/asm.h: added defines R_BIT and S_BIT
1637         * as/mcs51/lkarea.c (lnksect2): use T for seg BIT_BANK and overlay it
1638         * as/mcs51/lkdata.c: changed ctype['['] to BINOP
1639         * as/mcs51/lkmain.c (Areas51): rel2 contains 12 (=C) areas now,
1640           added overlayable BIT_BANK area
1641         * as/mcs51/lkmem.c (summary): add BIT_BANK to BSEG_BYTES in the report,
1642           (summary2): explain 'T' in legenda
1643         * as/mcs51/lkrloc.c: replaced old K&R style,
1644           (relr): added R_BIT processing,
1645           (errmsg): added "Bit-addressable relocation error",
1646           (adb_bit): added for converting from byte- to bit-addressable space,
1647           (adb_24_bit): added for converting from byte- to bit-addressable space
1648         * device/include/stdbool.h: changed BOOL to __bit for mcs51 as it can be
1649            used in reentrant functions now even as return value
1650         * device/lib/_gptrput.c (_gptrput): removed obsolete code
1651         * src/SDCCast.c (resultTypePropagate): also propagate AND_OP and OR_OP,
1652           (decorateType): case '!', GETHBIT, AND_OP, OR_OP: result in bool or char
1653         * src/SDCCglobl.h: added indicator BitBankUsed
1654         * src/SDCCglue.c (glue): emit area BIT_BANK with byte 'bits' and equ's for
1655            the bit registers b0-b7
1656         * src/SDCCicode.c (operandFromSymbol): removed IS_BITVAR check,
1657           (geniCodeCast): fixed bug 1263853,
1658           (geniCodeLogicAndOr): put result in bool or char,
1659           (geniCodeReceive): added parameter func for accessing the return type,
1660           (geniCodeFunctionBody): pass func to geniCodeReceive
1661         * src/SDCCmain.c: added indicator BitBankUsed
1662         * src/SDCCmem.c (allocLocal): explicitly set sclass for V_BIT
1663         * src/SDCCsymt.c (newBoolLink): added for creating a bool/bit,
1664           (checkSClass): don't put automatic bool/bit on stack,
1665           (checkFunction): removed check on function cannot return bit
1666         * src/SDCCsymt.h: added newBoolLink prototype
1667         * src/mcs51/gen.c (rb1regs): added bit registers,
1668           (movc): created for assigning to carry,
1669           (pushReg, popReg): created for pushing registers,
1670           (sameRegs): check both AOP_REG and AOP_CRY types,
1671           (aopOp): handle bit registers,
1672           (aopPut): optimization no self-assign,
1673           (saveRegisters): push reg->base (bits) only once for bit registers,
1674            and use pushReg,
1675           (unsaveRegisters): pop reg->base only once and use popReg,
1676           (assignResultValue): added parameter func and return in carry for bits,
1677           (genIpush): optimization no reload in A if not changed,
1678           (genSend): bit parameters in reentrant functions are passed in bit
1679            registers by first assigning to bits in B, then save registers and
1680            copy B to bits,
1681           (genCall): handle returning in Carry properly, save it in F0 if needed,
1682           (genPcall): updated assignResultValue call, this is not safe yet for bit
1683            returning function !!!
1684           (genFunction): don't generate equ's for bit registers and use pushReg,
1685           (genEndFunction): take care of bit returning functions and use popReg,
1686           (genRet): return bit in Carry,
1687           (genIfx): optimize bit registers and other directly addressable bits,
1688           (genReceive): updated assignResultValue call
1689         * src/mcs51/main.c (_mcs51_reset_regparm): added regBitParmFlg,
1690           (_mcs51_regparm): allow passing of upto 8 bit parameters in bit
1691            registers when using stack-auto
1692         * src/mcs51/ralloc.c (_G): added allBitregs,
1693           (regs8051): added the bit registers,
1694           (createStackSpil): use macro IS_BIT,
1695           (getRegBit): added to allocate a bit register, else spill,
1696           (getRegBitNoSpil): added to allocate a bit register, else a gpr,
1697           (updateRegUsage): factored out to ease stepping while debugging,
1698           (serialRegAssign): use updateRegUsage, only spill bits if necessary,
1699            also allocate bit registers,
1700           (fillGaps): handle bit registers,
1701           (findAllBitregs): added to create bit vector with all bit registers,
1702           (mcs51_allBitregs): returns this bit vector,
1703           (mcs51_assignRegisters): when using stack-auto use bit registers for
1704            passing parameters and creating local variables
1705         * src/mcs51/ralloc.h: added B0_IDX..B7_IDX and prototype mcs51_allBitregs
1706
1707 2005-08-22 Borut Razem <borut.razem AT siol.net>
1708
1709         * device/lib/Makefile.in: replaced find option -or with -o
1710           to make it run on solaris
1711
1712 2005-08-22 Raphael Neider <rneider AT web.de>
1713
1714         * src/pic16/gen.c (pic16_loadFromReturn): added check for AOP_PCODE,
1715           fixes #1265442 (crash on Solaris)
1716
1717 2005-08-20 Borut Razem <borut.razem AT siol.net>
1718
1719         * configure, configure.in: added tests for libsocket and libnsl libraries,
1720           requred by sdcdb on sparc-solaris; generate support/regression/Makefile
1721           from support/regression/Makefile.in
1722         * support/regression/Makefile.in: added
1723         * device/lib/pic16/Makefile.common.in: force make to use bash shell
1724         * sim/ucsim/libtool: regenerated on sparc-solaris
1725         * sim/ucsim/avr.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
1726           sim/ucsim/s51.src/Makefile.in, sim/ucsim/xa.src/Makefile.in,
1727           sim/ucsim/z80.src/Makefile.in: removed GNU ld specific linker options
1728           -Wl,--start-group and -Wl,--end-group to enable ucsim compilation on
1729           sparc-solaris, which doesn't use GNU ld linker
1730         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) does not support -u option
1731         * as/Makefile: find on sparc-solaris does not support -maxdepth option
1732
1733 2005-08-19 Maarten Brock <sourceforge.brock AT dse.nl>
1734
1735         * src/mcs51/peeph.def: updated comments
1736
1737 2005-08-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1738
1739         * device/lib/_gptrget.c,
1740         * device/lib/_gptrput.c: slightly shorter
1741         * doc/sdccman.lyx: incremented version
1742         * src/mcs51/peeph.def: moved peephole comments to the line of first
1743           change to better keep line correlation, reanimated 186.e
1744         * src/mcs51/peeph.def: renamed similar peepholes by using suffixes
1745
1746 2005-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
1747
1748         * src/pic/pcode.c : Pasted ".line" assembly directives patch from
1749           David Saxton with quotes around file name.
1750
1751 2005-08-15 Borut Razem <borut.razem AT siol.net>
1752
1753         * support/regression/tests/bitfields.c, support/regression/tests/bitvars.c,
1754           support/regression/tests/bitwise.c, support/regression/tests/literalop.c,
1755           support/regression/tests/rotate.c, support/regression/tests/zeropad.c:
1756           make tests run on x86_64 platform
1757
1758 2005-08-13 Raphael Neider <rneider AT web.de>
1759
1760         * device/lib/pic16/Makefile.subdir: weakened clean-intermediate rule
1761           as it might be executed DURING a build (parallel make is wonderful)
1762
1763 2005-08-13 Raphael Neider <rneider AT web.de>
1764
1765         * device/lib/Makefile.in (port-specific-objects-pic16):
1766           revert to cp $(PORT)/bin/*.* $(PORTDIR)
1767         * device/lib/pic16/Makefile: added .PHONY targets, removed builddir
1768           dependency
1769         * device/lib/pic16/Makefile.rules: build subdirs before creating
1770           the library, removed builddir rule, create $(builddir) early in
1771           recurse rule, use empty recurse rule for leaf directories
1772         * device/lib/pic16/Makefile.subdir: added phony targets, ignore
1773           mkdir errors (race condition), removed duplicate suffix "hex"
1774           from clean rules
1775         * device/lib/pic16/libdev/Makefile: recursive make via + and $(MAKE)
1776         * device/lib/pic16/libio/Makefile: create sub-make's builddir early,
1777           prevents mkdir -p from aborting on Alpha
1778
1779 2005-08-12 Raphael Neider <rneider AT web.de>
1780
1781         * src/pic16/glue.c (pic16_print(G)PointerType): do not flush
1782           db-statements in order to allow for arrays of pointers in code
1783           sections to be placed without interspersed 0-padding, fixes
1784           bug #1256215
1785         * (emitStatistics): fixed division by zero for pic18f1220
1786         * src/pic16/pcode.c: buffer (up to) 12 DB directives to allow for
1787           unpadded writing of 8-bit, 16-bit, 24-bit and 32-bit values
1788         * (pic16_emitDS): respect DB_ITEMS_PER_LINE
1789         * (pic16_pCodeConstString): keep track of already emitted string
1790           literals to prevent "duplicate definitions of symbol _str_NR"
1791         * src/pic16/ralloc.c (pic16_allocRegByName): removed not so helpful
1792           debug message
1793         * device/lib/Makefile.in: ignore failing PIC16 library builds
1794         * device/lib/pic16/Makefile: do not build if gputils are missing
1795         * device/lib/pic16/Makefile.common.in: do not enforce MAKEFLAGS=-s
1796
1797 2005-08-10 Raphael Neider <rneider AT web.de>
1798
1799         * device/lib/Makefile.in: fixed copying pic16 libraries (broken by
1800           my last commit)
1801
1802 2005-08-10 Raphael Neider <rneider AT web.de>
1803
1804         * src/*.c, src/pic16/{gen.c,glue.c,main.c}: applied Vangelis
1805           Rokas' patch to add the new fixed point type "__fixed16x16"
1806         * device/lib/pic16/libsdcc/fixed16x16: added Vangelis' support
1807           functions for __fixed16x16 arithmetics
1808         * device/lib/pic16: reimplemented the build system to support
1809           a separate build directory, better handling of libio (create
1810           the library in a separate subdir for each architecture) and
1811           easier configuration (centralized in Makefile.common)
1812
1813 2005-08-07 Raphael Neider <rneider AT web.de>
1814
1815         * src/pic16/gen.c (genrshTwo): fixed sign extension
1816         * src/pic16/device.c: added pic18f2320, 4220 and 4320
1817         * device/include/pic16/pic18f2220.h: changed some bit definitions,
1818           added T0CONbits
1819         * device/include/pic16/pic18f4220.h: NEW, header for
1820           pic18f4220 and pic18f4320
1821         * device/include/pic16/pic18fregs.h: added new devices,
1822           embraced Nop(), ClrWdt(), Sleep() and Reset() with do {} while(0)
1823         * device/include/pic16/signal.h: resolved name clashes
1824           on bit definitions, added DEF_HANDLER2(sig1,sig2,handler)
1825           to also allow testing for interrupt enable bits, added
1826           comments on how to use the macros
1827         * device/lib/pic16/libdev/pic18f2220.c: added T0CONbits
1828         * device/lib/pic16/libdev/pic18f{2320,4220,4320}.c: NEW,
1829           register definitions for the devices
1830         * device/lib/pic16/pics.all: added new devices
1831         * device/lib/pic16/libc/stdlib/calloc.c: fixed zeroing
1832           allocated memory
1833         * device/lib/pic16/libc/stdlib/memfree: do not count
1834           the block header as free memory
1835         * device/lib/pic16/libc/stdlib/memmisc.c (_initHeap):
1836           simplified and added missing end-of-blocklist-marker
1837           (reported by Peter Onion, fixes #1252814)
1838         * (_mergeHeapBlock): fixed loop condition
1839         * device/lib/pic16/libc/stdlib/realloc.c: return NULL for
1840           len==0, restructured code
1841         * device/lib/pic16/libc/stdlib/{malloc,memfreemax}.c: cleaned
1842           up a bit, reduced bitfield accesses, prevent endless loops
1843           in case of heap corruption
1844         * device/lib/pic16/libc/stdlib/x_ftoa.c: disabled
1845           "unreferenced arguments/must return a value" warnings
1846         * device/lib/pic16/libio/usart/ubaud.c (usart_baud):
1847           replaced BAUDREG with SPBRG
1848         * device/lib/pic16/libsdcc/lregs/{lrrest.c,lrst.c},
1849           device/lib/pic16/debug/gstack/gstack.c: replaced
1850           _naked, _asm, _endasm with __naked, __asm, __endasm
1851
1852 2005-08-05 Raphael Neider <rneider AT web.de>
1853
1854         * src/pic16/gen.c (pic16_aopGet): fixed handling of offsets in
1855           AOP_PCODE operands, fixes multibyte union-bitfield-accesses
1856
1857 2005-08-05 Borut Razem <borut.razem AT siol.net>
1858
1859         * device/lib/Makefile.in: added missing ';'
1860         * configure: removed ^M characters
1861
1862 2005-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1863
1864         * device/include/mcs51/at89c51ed2.h, device/include/mcs51/p89v51rd2.h,
1865           device/include/mcs51/at89s53.h: changed to GNU Lesser General Public
1866           License
1867
1868 2005-08-04 Borut Razem <borut.razem AT siol.net>
1869
1870         * configure.in: pic16 libraries build 2nd try - enable running
1871           configure in device/lib/pic16
1872         * configure: regenerated from configure.in
1873         * device/lib/Makefile.in: create $(PORT)/bin directory
1874
1875 2005-08-03 Raphael Neider <rneider AT web.de>
1876
1877         * src/pic16/gen.c (pic16_derefPtr): NEW, single place
1878           to get/set values via pointers
1879         * (genUnpackBits,genPackBits): changed detection of
1880           ptr->bitfield vs. sym.bitfield, fixed access via generic
1881           pointers, removed dead (wrong) code for multibyte bitfields
1882         * (genNearPointerGet, genGenPointerGet): removed useless code,
1883           fixed bitfield detection, fixes #1250594
1884         * (genNearPointerSet): removed useless code
1885         * src/pic16/gen.h: renamed pic16_emitpcode to pic16_emitpcode_real
1886           and introduced macro pic16_emitpcode that conditionally emits
1887           the origin of the following pCode (useful for debugging SDCC)
1888         * src/pic16/pcode.c: changed (and disabled) some debug outputs
1889         * (createDefmap): fixed handling of LFSR for --optimize-df
1890
1891 2005-08-02 Borut Razem <borut.razem AT siol.net>
1892
1893         * device/lib/Makefile.in: pic16 libraries build enabled since
1894           gputils-0.13.2 are now localy installed at sourceforge's compile farm
1895
1896 2005-08-02 Raphael Neider <rneider AT web.de>
1897
1898         * src/pic16/gen.c (genPackBits): removed deprecated warning
1899         * (genGenPointerSet): fixed bitfield detection
1900
1901 2005-08-02 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1902
1903         * device/include/mcs51/msm8xc154s.h: Removed PT2 definition, now in 8052.h.
1904
1905 2005-07-31 Raphael Neider <rneider AT web.de>
1906
1907         * device/lib/pic16/libdev/pic18f458.c,
1908           device/include/pic16/pic18f458.h: added missing T0CONbits
1909
1910 2005-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
1911
1912         * device/include/mcs51/msm8xc154s.h: added, thanks to Matthias Arndt
1913
1914 2005-07-28 Maarten Brock <sourceforge.brock AT dse.nl>
1915
1916         * src/mcs51/gen.c (operandsEqu): fixed bug 1246687
1917
1918 2005-07-23 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1919
1920         * device/include/mcs51/at89c51ed2.h: added.
1921
1922 2005-07-23 Raphael Neider <rneider AT web.de>
1923
1924         * src/pic/gen.h: added emitpcode macro for debugging
1925         * src/pic/gen.c (emitpcode): renamed to emitpcode_real
1926           and replace by macro adding debug information on demand
1927         * (genNot): fixed to C semantics (!0 = 1; !x = 0 iff x != 0)
1928         * (gencjne): tried to fix; replaced with correct (slower) code
1929         * (gen{Unp,P}ackBits): fixed single bit access
1930         * src/pic/pcode.c (AnalyzepCode): fixed DFPRINTF argument
1931         * src/pic/pcodepeep.c (pCodeSearchCondition): fixed finding
1932           previous instruction
1933         * src/pic/pcoderegs.c (regIsSpecial): NEW, check whether a
1934           register has to be handled with care (forbidding movement
1935           of assignments/uses, removing assignments completely, ...)
1936         * (pCodeOptime2pCodes): make use of regIsSpecial
1937         * added lots of debugging output (commented out)
1938         * src/pic/rallloc.c (deassignLRs): prevent operand registers
1939           from being reused as result UNLESS it is known to work
1940
1941 2005-07-23 Maarten Brock <sourceforge.brock AT dse.nl>
1942
1943         * support/Util/dbuf.h: include <stddef.h> for size_t
1944         * .version: changed to version 2.5.2
1945
1946 2005-07-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1947
1948         * src/SDCCloop.c (loopInvariants): fixed bug #1234048
1949
1950 2005-07-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1951
1952         * src/hc08/gen.c (genMinus): fixed bug #1241835,
1953           (genModOneByte): removed needless psha/pula
1954
1955 2005-07-22 Raphael Neider <rneider AT web.de>
1956
1957         * src/SDCCmain.c (linkEdit): initialized linkerScriptFileName,
1958           have PIC14 handled like PIC16, fixes broken pic14 linker calls
1959         * src/pic/gen.c (resolveIfx): do not "invent" labels
1960         * (genSkipc): changed to positive logic
1961         * (genSkipCond): removed as no longer needed
1962         * (pic14_mov2w_regOrLit,genCmp): NEW, replacement for buggy version,
1963           backport from PIC16
1964         * (genLeftShift): check operands are in different registers
1965         * src/pic/genarith.c (genPlus): replaced INCF with ADDLW as
1966           INCF does not update CARRY...
1967         * src/pic/main.c: fixed _linkCmd
1968         * src/pic/pcode.c (unlinkpCode): added inactive code
1969         * src/pic/ralloc.c (deassignLRs): keep arguments to shift operations
1970           alive (do not assign result and operand overlapping registers)
1971
1972 2005-07-22 Raphael Neider <rneider AT web.de>
1973
1974         * src/pic/device.c (dump_sfr): replaced register declaration with
1975           call to emitSymbolToFile() to avoid duplicate symbols
1976         * (assignRelocatableRegisters): do not declare external symbols
1977         * src/pic/ralloc.c (allocNewDirReg): fixed to get size of arrays
1978           right (take size of type, not etype)
1979         * (allocDirReg): fixed call to allocNewDirReg() to pass OP_SYM_TYPE
1980         * (writeUsedRegs): also dump dynDirectRegs (e.g. local variables)
1981         * (packRegsForAccUse): disabled assignment of WREG as
1982           the result reg to prevent occurence of just fixed #1235003,
1983           fixes #1242954
1984         * src/pic/glue.c (emitSymbolToFile): NEW, central place to declare
1985           symbols (avoids duplicate symbols in .asm file)
1986         * (pic14emitRegularMap): use emitSymbolToFile()
1987         * src/pic/gen.c (aopOp): fixed spillLocation handling
1988         * (gen{Unp,P}ackBits): fixed acquiring bit-operands
1989         * (genDataPointerSet): removed unneccessary variables/output
1990
1991 2005-07-22 Maarten Brock <sourceforge.brock AT dse.nl>
1992
1993         * as/mcs51/lkarea.c: enlarged codemap for banked memory
1994         * device/lib/mcs51/crtbank.asm: added # to 0x0F
1995
1996 2005-07-21 Raphael Neider <rneider AT web.de>
1997
1998         * src/pic/gen.c (aopOp): do not generate AOP_ACC operands as pic14
1999           architecture cannot handle them efficiently, fixes bug #1235003
2000         * src/pic16/device.c (pic16_dump_{u,i}section,pic16_dump_int_registers):
2001           check for empty sets before using them (fixes bug #1232190)
2002
2003 2005-07-19 Maarten Brock <sourceforge.brock AT dse.nl>
2004
2005         * as/mcs51/lkarea.c (lnkarea, lnkarea2): improved BSEG size calculation,
2006           (lnksect2): generate warnings for memory overlap
2007         * src/SDCC.lex (doPragma, process_pragma): added pragma's codeseg and
2008           constseg to set the name of these segments so you can instruct the linker
2009           to place them in banks
2010         * src/SDCCast.c (decorateType): use new macro IS_FUNCPTR()
2011         * src/SDCCglobl.h: added MODEL_HUGE to enum,
2012           added code_seg and const_seg to options
2013         * src/SDCCglue.c (emitMaps): use options.const_seg,
2014           (createInterruptVect): put interrupt vectors in segment HOME,
2015           (glue): put HOME before static segment and put the main glue in HOME,
2016           (glue): use options.code_seg
2017         * src/SDCCicode.c (geniCodeCall): use new macro IS_FUNCPTR()
2018         * src/SDCCmain.c: added option --codeseg and --constseg to set the name of
2019           these segments so you can instruct the linker to place them in banks
2020           (linkEdit): use code_loc for HOME segment which should be the first
2021           segment in code memory now
2022         * src/SDCCmem.c: fixed more stuff like bug 1238386
2023         * src/SDCCsymt.c (getSize): use generic pointer size for banked functions,
2024           (changePointer): don't change function pointers to code pointers for
2025           banked functions,
2026           (compareType): added exceptional check for banked function pointers
2027         * src/SDCCsymt.h: changed IFFUNC_ISBANKEDCALL, added IS_FUNCPTR
2028         * src/hc08/main.c (_hc08_genAssemblerPreamble): put HOME first, put CSEG
2029           after static in code memory
2030         * src/mcs51/gen.c: added aopLiteralLong prototype,
2031           (aopForSym): use getSize for functions,
2032           (genCall): generate banked calls over one trampoline __sdcc_banked_call
2033           in HOME with lsb of address in r0, msb in r1 and bank in r2, use
2034           -Wl-bBANKSEG=0xbbaaaa option to set the address (aaaa) and bank (bb) of
2035           the segment,
2036           (genPcall): use call for literal function pointers and generate banked
2037           calls over the one trampoline so there's only one place for the user to
2038           modify according to his/hers hardware,
2039           (genEndFunction): jump to __sdcc_banked_ret in HOME for banked functions,
2040           (genPlusIncr): moved check icount>4 beyond inc dptr optimization
2041         * src/mcs51/main.c: added keyword banked,
2042           (_mcs51_genExtraAreas): put HOME first followed by GSINIT, STATIC and CSEG
2043         * support/Util/SDCCerr.c,
2044         * support/Util/SDCCerr.h: added E_BANKED_WITH_CALLEESAVES, registers are
2045           needed for passing the bank and address to the trampoline
2046         * device/lib/mcs51/crtbank.asm: added for bankswitching
2047         * device/lib/mcs51/Makefile: added crtbank
2048
2049 2005-07-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2050
2051         * src/SDCCcse.c (algebraicOpts): fixed loss of volatility
2052           for fields at offset 0 of a struct or union as reported
2053           on 2005-07-07 in the developer mailing list.
2054
2055 2005-07-15 Maarten Brock <sourceforge.brock AT dse.nl>
2056
2057         * src/SDCCmem.c: fixed bug 1238386
2058
2059 2005-07-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2060
2061         * src/mcs51/peeph.def: added labelrefcounting for peepholes
2062           (patch #1144962), added peephole 300, enabled 259.x
2063         * doc/sdccman.lyx: removed screenshot and provided link instead
2064
2065 2005-07-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2066
2067         * doc/sdccman.lyx: added section about debugging with ddd
2068         * doc/figures/ddd_example.eps: screenshot of debugging session
2069
2070 2005-07-04 Raphael Neider <rneider AT web.de>
2071
2072         * src/pic/gen.c (genPointerGet): handle pointers to CONST values
2073           like CODE pointers, fixes #1115683
2074         * src/pic/pcode.c (DoBankSelect): forget LastRegIdx during function
2075           call, fixes bugs #1232211, #1228110,
2076           fixed wrong casts to pCodeFlow from pCodeInstructions
2077
2078 2005-07-04 Raphael Neider <rneider AT web.de>
2079
2080         * src/pic/gen.c (popGet): changed assert to allow for
2081           bit operands
2082         * (popGetAddr): changed signature to provide
2083           an additional index, patched all call sites
2084         * (genCmpEq): handle literal-like operands correctly
2085         * (genAddrOf): added sanity checks on __code/__data pointers
2086         * (genAssign): added handling of symbols from __code section
2087         * (gencjne): do not generate code for comparisons whose result
2088           is neither stored nor used, fixes bug #1171114
2089         * (AccLsh, AccRsh): operate on operand instead of WREG
2090         * (shift{Left,Right}_Left2ResultLit): NEW, size independant
2091           replacement for Shift{LR}{12}Left2Result; shift (byte/int/long)
2092           by known count
2093         * rewrote complete shift-by-literal logic, commented unused
2094           functions out
2095         * (genConstPointerGet): get multiple bytes (if result size > 1),
2096           fixed handling of non-immediate addresses
2097         * (genPointerGet): handle CODE pointers like CONST pointers
2098         * (genpic14Code): insert C-SRC lines as Cource-pCodes
2099         * ({aop,op}_isLitLike): NEW, single place to decide whether an
2100           operand is to be treated as a literal or not
2101         * (mov2w,genPcall,genCmpEq),
2102           src/pic/genarith.c: use aop_isLitLike() to decide between
2103           literal/register contents
2104         * (addSign): added missing offset
2105         * src/pic/gen.h: remove newline after FENTRY/FEXIT comments,
2106           only emit comment in debug-mode,
2107           use {aop,op}_isLitLike throughout the file
2108         * src/pic/glue.c: fix initializers for pointers (work in progress)
2109         * src/pic/pcode.c (get_op): honor index on _const symbols
2110         * ({reset,dump}pCodeStatistics): NEW, estimate code size
2111         * (dumppBlock): added pCode size estimation
2112         * src/pic/ralloc.c (deassignLRs,serialRegAssign,packRegisters):
2113           check for IS_SYMOP before OP_SYMBOL'ing
2114         * fixed indentation, compacted switch-statements
2115         * (allocReg): find free register and allocate it instead of
2116           allocating new registers all the time
2117         * (deassignLRs): prevent POINTER_GET's from being assigned the same
2118           registers as its operands (necessary only for multibyte GETs)
2119
2120 2005-07-01 Raphael Neider <rneider AT web.de>
2121
2122         * src/pic/gen.h: added prototypes emitpComment, popGetAddr and
2123           debugging .asm-output macros FENTRY + FEXIT
2124         * src/pic/gen.c (Safe_vsnprintf): NEW, is there a more generic
2125           way... I wonder...
2126         * (emitpComment): NEW, printf to pCode
2127         * (popGet): added assert on too large offsets, fixed PO_IMMEDIATE's
2128           offset handling
2129         * (popGetAddr): NEW, variant of popGet to access an immediates
2130           high(er) bytes instead of the n'th byte of memory they reference,
2131           replaced popGet with popGetAddr where neccessary
2132         * (genDataPointerGet): reactivated and fixed implementation
2133         * (genNearPointerGet): enabled call to genDataPointerGet, fixes array-
2134           accesses
2135         * (genDataPointerSet): fixed multibyte assignments
2136         * (genpic14Code): fixed --i-code-in-asm handling
2137         * src/pic/genarith.c: fixed PO_IMMEDIATE issue using popGetAddr,
2138         * (genPlus): fixed index-out-of-bounds error
2139         * src/pic/pcode.c (get_op): fixed PO_IMMEDIATE's index/offset handling
2140         * src/pic/ralloc.c: added debugging output macro FENTRY2
2141         * (spillThis): fixed indentation, enbraced for-body for clarity
2142         * (rematStr): commented out as now unused
2143         * (regTypeNum): commented out special spill case (overwrites
2144           arbitrary values)
2145         * fixes bugs #1229346, #1216476 (both arrays) and #1115667 (SIGSEGV)
2146
2147 2005-06-30 Maarten Brock <sourceforge.brock AT dse.nl>
2148
2149         * doc/sdccman.lyx: documented sfr16/sfr32,
2150           added example for using storage class with function pointers
2151         * src/mcs51/gen.c (genPlusIncr): optimized small offsets from dptr
2152
2153 2005-06-28 Maarten Brock <sourceforge.brock AT dse.nl>
2154
2155         * device/lib/_gptrget.c: also push/pop _PSBANK, added # to 0x03
2156         * device/lib/_itoa.c,
2157         * device/lib/_ltoa.c: optimized codesize
2158         * src/SDCCsymt.c (checkSClass): added sanity check for sfr at addresses,
2159           but don't know how to suppress the double warning.
2160         * src/mcs51/gen.c (genPlusIncr): fixed bug when incrementing volatile int's
2161         * support/Util/SDCCerr.c,
2162         * support/Util/SDCCerr.h: added warning W_SFR_ABSRANGE for sanity check
2163
2164 2005-06-27 Maarten Brock <sourceforge.brock AT dse.nl>
2165
2166         * as/mcs51/asexpr.c (expr): disabled warning "not in .flat24 mode",
2167           fixed old K&R prototypes
2168         * as/mcs51/asout.c (outrb): always output as if generating 24bit addresses
2169         * device/lib/_gptrget.c,
2170         * device/lib/_gptrgetc.c,
2171         * device/lib/_gptrput.c: changed versions for new memory indicator values,
2172           also new versions for small generic pointers and banked generic pointers
2173         * src/port.h: added const_name
2174         * src/SDCC.lex: added keywords sfr16, __sfr16, sfr32, __sfr32
2175         * src/SDCC.y: added tokens SFR16, SFR32 and their sfr_attributes
2176         * src/SDCCcse.c (findPrevIc): check all associative operators
2177         * src/SDCCglue.c (emitMaps): use CONST_NAME if defined
2178         * src/SDCCicode.h: added macro IS_ASSOCIATIVE
2179         * src/SDCCmem.c: updated comments,
2180           set far-space to 0 for pdata, results in optimized code
2181         * src/SDCCmem.h: added macro CONST_NAME
2182         * src/SDCCsymt.h: renumerated generic pointer types GPTYPE_... thereby
2183           moving the info into the highest bits, see also gptrget/gptrput
2184         * src/src.dsp: added sdcc.ico to project files
2185         * src/avr/gen.c (genCast): fixed bug 0x%d
2186         * src/avr/main.c (avr_port): added "CONST (CODE)" for const_name
2187         * src/ds390/gen.c (aopForRemat, adjustArithmeticResult): disconnected direct
2188           relation between ptr_type and DCL_TYPE,
2189           (genCast): fixed bug 0x%d
2190         * src/ds390/main.c (ds390_port, tininative_port, ds400_port): added "CONST
2191           (CODE)" for const_name
2192         * src/hc08/gen.c (genCast): fixed bug 0x%d
2193         * src/hc08/main.c (_hc08_genAssemblerPreamble): added .area ...const_name,
2194           (hc08_port): added "CONST (CODE)" for const_name
2195         * src/mcs51/gen.c (aopForSym): optimized pushing ACC,
2196           (aopForRemat, adjustArithmeticResult): disconnected direct relation
2197           between ptr_type and DCL_TYPE,
2198           (aopGetUsesAcc, aopGet, aopPut): changed first parameter from asmop* to
2199           operand* and took AOP() inside function so sfr-ness can be checked,
2200           (all over): repaired calls to aopGetUsesAcc, aopGet, aopPut to comply with
2201           new prototype,
2202           (genFunction, genEndFunction): optimized stack setup,
2203           (genMinus): optimized for literals with ending zeroes (in bytes),
2204           (genCast): fixed bug 0x%d
2205         * src/mcs51/main.c (_mcs51_keywords): added sfr16 and sfr32,
2206           (mcs51_port): added "CONST (CODE)" for const_name
2207         * src/mcs51/peeph.def: made rule 226 more generic
2208         * src/pic/main.c (pic_port): added "CONST (CODE)" for const_name
2209         * src/pic16/main.c (pic16_port): added "CONST (CODE)" for const_name
2210         * src/xa51/main.c (xa51_port): added "CONST (CODE)" for const_name
2211         * src/z80/main.c (z80_port): added NULL for const_name,
2212           (gbz80_port): added NULL for const_name
2213         * support/regression/tests/bug663539.c,
2214         * support/regression/tests/sfr16.c: new tests
2215
2216 2005-06-25 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2217
2218         * device/include/mcs51/p89v51rd2.h, device/include/mcs51/at89s53.h: added.
2219
2220 2005-06-24 Raphael Neider <rneider AT web.de>
2221
2222         * device/lib/pic16/libdev/pic18f[68][567]20.c:
2223           corrected typos...
2224         * device/include/pic16/signal.h: added USBIF
2225           and SIG_USB
2226
2227 2005-06-24 Raphael Neider <rneider AT web.de>
2228
2229         * device/lib/pic16/libdev/pic18f2455.c,
2230           device/include/pic16/pic18f2455.h: NEW
2231         * device/include/pic16/pic18fregs.h,
2232           device/lib/pic16/pics.all,
2233           src/pic16/device.c: added 18f2455
2234         * device/lib/pic16/libdev/pic18f[68][567]20.c,
2235           device/include/pic16/{pic18f[68][567].h,usart.h}:
2236           replaced MULTIPLE_USARTS define with more relaible
2237           compatibility sfrs (for USART access)
2238
2239 2005-06-20 Slade Rich <slade_rich AT users.sourceforge.net>
2240
2241         * src/pic/pcode.c : Fixed problem when a string constant contains a "\r\n"
2242           and the output asm file line is printed on two lines.
2243
2244 2005-06-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2245
2246         * sim/ucsim/hc08.src/inst.cc (inst_condbranch): fixed simulation of
2247           BGT, BLE, BHI, and BLS instructions
2248         * src/hc08/gen.c (outAcc, outBitC, outBitNV, genCmpLt, genCmpGt,
2249           genCmpEq): removed
2250         * src/hc08/gen.c (genCmpEQorNE, genCmp, branchopCmp, nameCmp,
2251           negatedCmp, exchangedCmp, genhc08Code): rewrite of comparison handling,
2252           fixes bug #1216342
2253         * src/hc08/peeph.def: added rules 2g - 2l for new conditional branches
2254
2255 2005-06-15 Raphael Neider <rneider AT web.de>
2256
2257         * src/pic16/NOTES: moved Vangelis from active developers to people to contact
2258         * device/include/pic16/{6520.h,8520.h}: fixed configuration bits
2259         * src/pic16/gen.c (): prevent iTemps from being considered to be in CODESPACE,
2260           fixes bug #1221120; for symbols in CODESPACE get number of bytes to read from
2261           OP_SYM_TYPE() instead of OP_SYM_ETYPE()
2262
2263 2005-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2264
2265         * device/include/mcs51/reg764.h: Changed PB0 to PBO as requested by
2266           Marcel Telka in bug #1215704
2267
2268 2005-06-02 Slade Rich <slade_rich AT users.sourceforge.net>
2269
2270         * src/pic/pcode.c : Changed pseudo stack size to 15 to allow WSAVE to be
2271           located in shared memory bank.
2272
2273 2005-05-31 Raphael Neider <rneider AT web.de>
2274
2275         * src/pic16/{gen.c,genarith.c}: replaced sign-extension
2276           "CLRF, BTFSC <signbit>, DECF/COMF" with side-effect-free
2277           "CLRF, BTFSC <signbit>, SETF"; fixes "long>>9"
2278
2279 2005-05-27 Maarten Brock <sourceforge.brock AT dse.nl>
2280
2281         * device/lib/_strncpy.c: fixed the fix
2282
2283 2005-05-26 Raphael Neider <rneider AT web.de>
2284
2285         * src/pic16/glue.c (pic16_printIvalChar): fixed _constant_ string
2286           initializers with \0, bug #1208187
2287         * src/pic/glue.c (printIvalChar): fixed (non- and constant) string
2288           intializers with \0, bug #1208187
2289
2290 2005-05-26 Raphael Neider <rneider AT web.de>
2291
2292         * src/pic16/glue.c (pic16_printIvalChar): fixed string
2293           initializers with \0, bug #1208187
2294         * src/pic16/main.c (_process_pragma): added sanity checks
2295           for stack position and size, emit warnings when appropriate
2296
2297 2005-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
2298
2299         * device/lib/_strncpy.c: fixed not filling with \0
2300
2301 2005-05-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2302
2303         * src/SDCCast.c (funcOfType, funcOfTypeVarg, stringToSymbol,
2304           createFunction),
2305         * src/SDCC.y (external_definition, enumerator, parameter_declaration,
2306           compound_statement),
2307         * src/SDCCsymt.h,
2308         * src/SDCCsymt.c (addSymChain, processFuncArgs): fixed bug #1159134
2309
2310 2005-05-24 Raphael Neider <rneider AT web.de>
2311
2312         * src/pic16/glue.c (pic16_printGPointerType): fixed #1207796
2313
2314 2005-05-24 Raphael Neider <rneider AT web.de>
2315
2316         * device/include/pic16/pic18f{442,452,458}.h: fixed wrong
2317           TRISE definitions, closes bug #1162453
2318
2319 2005-05-22 Raphael Neider <rneider AT web.de>
2320
2321         * src/pic16/main.c (_process_pragma): check for missing
2322           arguments to pragmas code and udata
2323         * device/include/pic16/pic18f{2550,4331,4455,4520}.h:
2324           consistency fixes to match other headers (thanks to Jim Paris)
2325         * device/lib/pic16/libio/i2c.ignore: 18f4331 provides no I2C
2326
2327 2005-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
2328
2329         * src/SDCCicode.c (isOperandEqual): fixed missing ;
2330
2331 2005-05-19 Maarten Brock <sourceforge.brock AT dse.nl>
2332
2333         * support/regression/tests/bug1198642.c: new test
2334         * src/SDCCicode.c (isOperandEqual): fixed bug 1198642
2335         * src/SDCCcse.c (findPrevIc): added comment, please have a look
2336         * support/scripts/resource.h,
2337         * support/scripts/resource.rc,
2338         * src/src.dsp: added sdcc.ico to project as icon for sdcc.exe
2339         * support/scripts/sdcc.ico: added 32x32 icon
2340
2341 2005-05-18 Raphael Neider <rneider AT web.de>
2342
2343         * device/lib/pic16/libdev/pic18f*.c,
2344         * device/include/pic16/pic18f*.h: updated "sfr" and "at X"
2345           keywords to "__sfr" and "__at (X)"
2346         * device/include/pic16/pic18fregs.h: added pic18f4520
2347         * src/pic16/pcode.c (pic16_pCode2str): fixed (?) bug
2348           #1203088 (MPLAB compatibility)
2349
2350 2005-05-17 Raphael Neider <rneider AT web.de>
2351
2352         * device/include/pic16/pic18f{2550,4331,4455,4520}.h: NEW
2353         * device/lib/pic16/libdev/pic18f{2550,4331,4455,4520}.c: NEW
2354         * device/lib/pic16/pics.all: added new devices
2355         * src/pic16/device.c: added support for pic18f4520
2356
2357 2005-05-16 Raphael Neider <rneider AT web.de>
2358         * src/pic16/gen.{c,h}: s/mov2f/pic16_mov2f made public
2359         * src/pic16/genarith.c (genAddLit): fixed bug 1202480
2360         * src/pic16/pcode.{c,h} (pic16_newpCodeOpBit_simple): NEW
2361           convenience function for bit access
2362
2363 2005-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
2364
2365         * device/lib/printf_large.c: fixed bug 1193299
2366         * support/regression/tests/bug1057979.c: added test %3.3s
2367
2368 2005-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2369
2370         * device/include/mcs51/8051.h,
2371         * device/include/mcs51/8052.h: made parseable with lint
2372         * device/include/mcs51/lint.h: added include file for (sp)lint
2373         * doc/sdccman.lyx: added doc about use of splint (syntax checking tool)
2374         * doc/cdbfileformat.lyx,
2375         * doc/test_suite_spec.lyx: hardcoded date to the date of last text change
2376
2377 2005-05-14 Raphael Neider <rneider AT web.de>
2378
2379         * device/lib/pic16/Makefile.common.in: add --optimize-df to OPT_FLAGS
2380         * device/lib/pic16/libc/stdlib/itoa.c (new)
2381         * device/lib/pic16/libc/stdlib/Makefile: have itoa.c built
2382         * device/lib/pic16/libio/Makefile: exclude subdir according to
2383           ${subdir}.ignore for certain PICs (lacking e.g. i2c)
2384         * device/lib/pic16/libio/i2c.ignore (new): pic18f1220 has no I2C support
2385         * src/pic16/gen.c (genFunction): prevent annoying warning
2386         * src/pic16/pcode.c: renamed stack_t to dynstack_t to prevent
2387           nameclashes on BeOS
2388         * support/cpp2/cppmain.c (cpp_output_string): new
2389         * support/cpp2/cpplib.c (_cpp_do__Pragma): fixed _Pragma(""),
2390           fixes bug 1116802
2391
2392 2005-05-13 Borut Razem <borut.razem AT siol.net>
2393
2394         * src/SDCCmain.c (linkEdit): fixed bug 1195202
2395
2396 2005-05-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2397
2398         * .version: changed to version 2.5.1; back to bleeding edge development
2399
2400 2005-05-11 Borut Razem <borut.razem AT siol.net>
2401
2402         * doc/sdccman.lyx doc/cdbfileformat.lyx doc/test_suite_spec.lyx:
2403           generate PDF version 1.3 documents
2404
2405 2005-05-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2406
2407         * .version: changed to version 2.5.0
2408
2409 2005-04-27 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2410
2411         * doc/sdccman.lyx: updated weblinks, index and smaller updates
2412
2413 2005-04-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2414
2415         * doc/sdccman.lyx: changed version 2.5.0, documented --std-c89,
2416         --std-sdcc89, --std-c99, --std-sdcc99, and the corresponding #pragmas, as
2417         well as many smaller updates.
2418         * .version: changed to version 2.5.0-pre1
2419
2420 2005-04-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2421
2422         * src/SDCCmain.c (setIncludePath): added port->target to SDCC_INCLUDE_NAME
2423
2424 2005-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
2425
2426         * support/regression/tests/bug1185672.c: added
2427         * src/mcs51/gen.c (aopGetUsesAcc, genCpl, genAnd, genOr, genXor): fixed
2428           bug 1185672
2429         * src/mcs51/gen.c (genCall): added comments, made it look safer
2430         * src/mcs51/gen.c (genEndFunction): simplified
2431
2432 2005-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
2433
2434         * src/mcs51/ralloc.c (serialRegAssign): fixed bug 1189609
2435
2436 2005-04-14 Borut Razem <borut.razem AT siol.net>
2437
2438         * fixed bug 1045046 - SIGSEGV with really simple code?:
2439           src/pic/pcode.c (pCodeInitRegisters)- pseudo stack size increased to 16
2440           src/pic/ralloc.c (typeRegWithIdx) - error message on pseudo stack overflow
2441
2442 2005-04-14 Borut Razem <borut.razem AT siol.net>
2443
2444         * src/pic16/gen.c (genInline), src/pic16/main.c (_process_pragma),
2445           src/pic16/device.h: temporarily disabled experimental #inline pragma
2446           for 2.5.0 release
2447
2448 2005-04-14 Maarten Brock <sourceforge.brock AT dse.nl>
2449
2450         * device/include/z80/stdio.h,
2451         * device/include/z80/string.h: removed these highly incomplete files so
2452           SDCC can use the default ones in device/include/
2453
2454 2005-04-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2455
2456         * src/mcs51/gen.c (genEndFunction): removed unused variable to fix
2457         gcc warning.
2458         * device/lib/Makefile.in: default PORTINCDIR to the mcs51 subdir to
2459         fix sdcpp warnings.
2460
2461 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
2462
2463         * device/include/malloc.h: removed redundant __reentrant prototypes
2464         * device/lib/_mullong.c: added working xstack variant in asm (C version
2465           doesn't pass regression tests)
2466         * device/lib/bpx.c: used __data and made bpx char for mcs51
2467         * src/SDCCast.c (decorateType): removed unused GPTYPE_IDATA,
2468           (createFunction): fixed bug with xstackPtr
2469         * src/SDCCcse.c: corrected comments
2470         * src/SDCCopt.c (convertToFcall): fixed warning in MSVC,
2471           (killDeadCode, eBBlockFromiCode): removed unused code
2472         * src/SDCCsymt.h: removed unused GPTYPE_GPTR and GPTYPE_IDATA,
2473           corrected comments
2474         * src/mcs51/gen.c (aopForSym, aopPut, toBoolean, unsaveRegisters,
2475           assignResultValue, genCall, genFunction, genEndFunction, genAnd,
2476           genOr, genXor, genAddrOf): fixed several bugs concerning xstack
2477           (genModOneByte): fixed warning in MSVC
2478         * src/mcs51/main.c (): added comments
2479         * src/mcs51/peeph.def: changed 129 to 129.a, added 129.b, 129.c & 129.d
2480
2481 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
2482
2483         * src/SDCCmain.c (linkEdit): oops, changed one line too many
2484
2485 2005-04-11 Maarten Brock <sourceforge.brock AT dse.nl>
2486
2487         * src/SDCCmain.c (linkEdit): fixed bug with finding crt0.o for z80
2488
2489 2005-04-10 Vangelis Rokas <vrokas AT users.sourceforge.net>
2490
2491         * src/pic16/glue.c (printIvalChar): fixed bug when emitting
2492         characters arrays of larger size than the declared one.
2493
2494 2005-04-10 Borut Razem <borut.razem AT siol.net>
2495
2496         * src/pic/gen.c (genInline),
2497           src/pic/pcode.c (newpCodeAsmDir), (pCode2str),
2498           (genericPrint), (unlinkpCodeFromBranch), (compareLabel),
2499           (findNextInstruction), (findPrevInstruction),
2500           (findInstructionUsingLabel),
2501           src/pic/pcode.h: fixed bug #1164907 - Labels not being recognized
2502         * src/pic/pcode.c (findLabel): added missing '\n'
2503         * src/src.dsp: added SDCCdwarf2.c to the project
2504
2505 2005-04-09 Borut Razem <borut.razem AT siol.net>
2506
2507         * support/scripts/sdcc.nsi: added include/hc08/* h to NSIS setup
2508
2509 2005-04-08 Raphael Neider <rneider AT web.de>
2510
2511         * src/pic16/pcode.c: added helpers defmapInsertAfter (insert a new item
2512           into the chain after a given one) and mergeDefmapSymbols (combine
2513           defmap entries for each symbol per pcode)
2514         * (createDefmap): have defmap entries merged in the end
2515         * (defmapReplaceSymRef): split defmap entries covering two accesses to
2516           a symbol before replacing one access type's symbol, merge symbols in
2517           the end (replacement symbol might already have an entry)
2518         * (assignValnums): keep reference to written WREG intact
2519
2520 2005-04-08 Raphael Neider <rneider AT web.de>
2521
2522         * src/pic16/pcode.c (struct defmap_s): named anonymous union (for
2523           Alpha)
2524
2525 2005-04-08 Vangelis Rokas <vrokas AT users.sourceforge.net>
2526
2527         * src/pic16/pcode.c (pic16_get_op2): enlarged size of array b to 128
2528         bytes
2529
2530 2005-04-07 Raphael Neider <rneider AT web.de>
2531
2532         * device/include/pic16/usart.h: added compatibility defines for
2533           devices with more than one USART
2534         * device/include/pic16/pic18f[68][567]20.h: activated above defines
2535
2536 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
2537
2538         * device/lib/Makefile.in: updated for port specific include
2539
2540 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
2541
2542         * support/regression/ports/mcs51/spec.mk: added mcs51 include
2543
2544 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
2545
2546         * device/include/8051.h,
2547         * device/include/8052.h,
2548         * device/include/at89S8252.h,
2549         * device/include/at89c55.h,
2550         * device/include/at89x051.h,
2551         * device/include/at89x51.h,
2552         * device/include/at89x52.h,
2553         * device/include/mcs51reg.h,
2554         * device/include/reg51.h,
2555         * device/include/reg764.h,
2556         * device/include/regc515c.h,
2557         * device/include/sab80515.h: (re)moved these 12 files
2558         * device/include/mcs51/8051.h,
2559         * device/include/mcs51/8052.h,
2560         * device/include/mcs51/at89S8252.h,
2561         * device/include/mcs51/at89c55.h,
2562         * device/include/mcs51/at89x051.h,
2563         * device/include/mcs51/at89x51.h,
2564         * device/include/mcs51/at89x52.h,
2565         * device/include/mcs51/mcs51reg.h,
2566         * device/include/mcs51/reg51.h,
2567         * device/include/mcs51/reg764.h,
2568         * device/include/mcs51/regc515c.h,
2569         * device/include/mcs51/sab80515.h: and added them here
2570
2571 2005-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
2572
2573         * device/include/stdarg.h: changed SDCC specific keywords to double
2574           underlined form.
2575         * device/include/stdint.h: changed intptr_t and uintptr_t for others than
2576           mcs51 and ds390.
2577         * device/include/hc08/mc68hc908gp32.h,
2578         * device/include/hc08/mc68hc908jb8.h,
2579         * device/include/hc08/mc68hc908jkjl.h,
2580         * device/include/hc08/mc68hc908qy.h: fixed comments
2581         * device/include/mcs51/README: updated
2582         * device/include/mcs51/c8051f120.h: added PINRSF
2583         * device/lib/pic16/libc/stdlib/crc16.c: fixed comments
2584         * src/pic16/pcode.c: MSVC6 doesn't accept declaring new variables
2585           amidst code. Also inline is not supported.
2586
2587 2005-04-06 Raphael Neider <rneider AT web.de>
2588
2589         * src/pic16/pcode.c (pic16_pCodeReplace): also update pcflow->end
2590         * (createDefmap): fixed CALLs to depend on FSR1 and RETLW to restore
2591           callers stack/frame pointers
2592
2593 2005-04-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
2594
2595         * device/include/pic16/usart.h: added, missing in previous commit,
2596         * device/include/pic16/adc.h: fixed typo,
2597         * device/lib/pic16/libc/utils/cvtdec.S: added missing in previous
2598         commit,
2599         * device/lib/pic16/libc/stdlib/g_ftoa.S: modified to include
2600         <p18fxxx.inc>
2601         * device/lib/pic16/libc/stdio/streams.c: leave stdin, stdout
2602         uninitialized because a bug appears with gplink
2603         * device/lib/pic16/{some makefiles}: moved $(CSTD) from CFLAGS to
2604         COMPILE_FLAGS and added CPPFLAGS with -nostdinc because sdcpp
2605         complains for unrecognised option
2606
2607 2005-04-05 Raphael Neider <rneider AT web.de>
2608
2609         * src/pic16/gen.c (pic16_popCopyReg): made copying work for extended
2610           structs as well (using memcpy)
2611         * (genFunction): fixed comparison, used pCodeOpLabel to reduce warning
2612           on ISRs (GOTO has no label)
2613         * src/pic16/device.h: added OF_OPTIMIZE_DF
2614         * src/pic16/main.c: added compiler switch --optimize-df to enable the
2615           new data flow analysis/optimization
2616         * src/pic16/pcode.c: added (prototypes for and implementation of)
2617           dataflow analysis functions, fixed pCodeInstructions' inCond and
2618           outCond values, made RCALL a branch instruction
2619         * (pic16_unlinkpCode): keep C line if possible
2620         * (pic16_pCodeUnlink): removed cast on left side of assignment, have
2621           C line moved if possible
2622         * (pic16_getRegFrompCodeOp): NEW, improved version of...
2623         * (pic16_getRegFromInstruction,pic16_getRegFromInstruction2): changed
2624           to use new pic16_getRegFrompCodeOp (works for more SFRs)
2625         * (pic16_BuildFlow): fixed skip instructions with label (did not start
2626           new flow)
2627         * (pic16_getJumptabpCode): NEW, needed in...
2628         * (LinkFlow): fixed handling of jumptables, calls and conditional
2629           branches
2630         * (pic16_InsertCommentAfter): NEW
2631         * (pic16_pCodeReplace): made verbose and flow preserving
2632         * (AnalyzeFlow): added call to data flow analysis
2633         * src/pic16/pcode.h: added defmaps to pCodeFlow struct
2634         * src/pic16/pcodeflow.h: added PCC_STATUS to mean all STATUS bits
2635         * src/pic16/ralloc.c (packRegsForAssign): added return 1 in the end
2636
2637 2005-04-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2638
2639         * src/SDCCast.c (decorateType): fixed bug #1105626
2640
2641 2005-04-02 Vangelis Rokas <vrokas AT users.sourceforge.net>
2642
2643         * device/include/asm/pic16/features.h,
2644         * pic18f*.h headers,
2645         * device/include/pic16/adc.h,
2646         * device/include/pic16/delay.h,
2647         * device/include/pic16/i2c.h,
2648         * device/include/pic16/malloc.h,
2649         * device/include/pic16/stdio.h,
2650         * device/include/pic16/stdlib.h,
2651         * device/include/pic16/string.h,
2652         * device/lib/pic16/libc/stdio/printf_tiny.c,
2653         * device/lib/pic16/libc/stdio/printf_small.c,
2654         * device/lib/pic16/libc/stdio/strmgpsim.c,
2655         * device/lib/pic16/libc/stdio/strmmssp.c,
2656         * device/lib/pic16/libc/stdio/strmusart.c,
2657         * device/lib/pic16/libc/stdio/vfprintf.c,
2658         * device/lib/pic16/libc/stdlib/ltoa.c,
2659         * device/lib/pic16/libc/stdlib/putchar.c,
2660         * device/lib/pic16/libc/stdlib/x_ftoa.c,
2661         * device/lib/pic16/libc/stdlib/memchrpgm.c,
2662         * device/lib/pic16/libc/stdlib/memchrram.c,
2663         * device/lib/pic16/libc/stdlib/memcpypgm2ram.c,
2664         * device/lib/pic16/libc/stdlib/memcpyram2ram.c,
2665         * device/lib/pic16/libio/adc/adcbusy.c,
2666         * device/lib/pic16/libio/adc/adcread.c,
2667         * device/lib/pic16/libio/adc/adcsetch.c,
2668         * device/lib/pic16/libio/usart/ubaud.c,
2669         * device/lib/pic16/libio/usart/ubusy.c,
2670         * device/lib/pic16/libio/usart/udrdy.c,
2671         * device/lib/pic16/libio/usart/uopen.c,
2672         * device/lib/pic16/libio/usart/uputc.c,
2673         * device/lib/pic16/libsdcc/gptr/gptrget1.c,
2674         * device/lib/pic16/libsdcc/gptr/gptrget2.c,
2675         * device/lib/pic16/libsdcc/gptr/gptrget3.c,
2676         * device/lib/pic16/libsdcc/gptr/gptrget4.c,
2677         * device/lib/pic16/libsdcc/gptr/gptrput1.c,
2678         * device/lib/pic16/libsdcc/gptr/gptrput2.c,
2679         * device/lib/pic16/libsdcc/gptr/gptrput3.c,
2680         * device/lib/pic16/libsdcc/gptr/gptrput4.c: modified all SDCC
2681         specific keywords to double underlined form,
2682         * device/lib/pic16/libc/Makefile.rules,
2683         * device/lib/pic16/libsdcc/Makefile.rules,
2684         * device/lib/pic16/libm/Makefile,
2685         * device/lib/pic16/libio/Makefile.rules: added CSTD macro in CFLAGS
2686         to compile with C standard set in Makefile.common
2687         * device/lib/pic16/libc/stdlib/Makefile: added new C sources
2688         rand.c and crc.c in compilation process,
2689         * device/lib/pic16/libsdcc/int/divuint.c,
2690         * device/lib/pic16/libsdcc/long/divulong.c: changed declaration of
2691         `c' from signed to unsigned,
2692         * device/lib/pic16/startup/crt0.c,
2693         * device/lib/pic16/startup/crt0i.c,
2694         * device/lib/pic16/startup/crt0iz.c: adopted to all SDCC specific
2695         keywords to double underlined form, bug fixes in _do_cinit function
2696         which prevented the correct initialization of the .idata segment,
2697         * src/pic16/pcoderegs.c (insideLRBlock): fixed a bug that caused the
2698         core to enter a infinite loop
2699         * device/lib/pic16/libc/stdlib/rand.c, crc.c: new files
2700
2701 2005-04-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2702
2703         * src/SDCCicode.c (getArraySizePtr): fixed bug #1122171
2704
2705 2005-04-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2706
2707         * device/include/Makefile.in: add support for hc08 subdirectory
2708         * device/include/hc08/: new subdirectory
2709         * device/include/hc08/mc68hc908jkjl.h: new header contributed by
2710         Lucas Loizaga, thanks!
2711         * device/include/hc08/mc68hc908qy.h,
2712         * device/include/hc08/mc68hc908gp32.h,
2713         * device/include/hc08/mc68hc908jb8.h: moved hc08 register defs to
2714         their own directory. Changed internal macro names to use the compiler
2715         reserved namespace. Changed SDCC specific keywords to double
2716         underlined form.
2717         * device/include/math.h,
2718         * device/include/malloc.h,
2719         * device/include/stdarg.h,
2720         * device/include/stdbool.h
2721         * device/include/string.h,
2722         * device/include/tinibios.h,
2723         * device/include/ds400rom.h,
2724         * device/include/8051.h,
2725         * device/include/8052.h,
2726         * device/include/80c51xa.h,
2727         * device/include/at89c55.h,
2728         * device/include/at89S8252.h,
2729         * device/include/at89x51.h,
2730         * device/include/at89x52.h,
2731         * device/include/ds80c390.h,
2732         * device/include/reg764.h,
2733         * device/include/regc515c.h,
2734         * device/include/sab80515.h,
2735         * device/include/mcs51/c8051f000.h,
2736         * device/include/mcs51/c8051f018.h,
2737         * device/include/mcs51/c8051f020.h,
2738         * device/include/mcs51/c8051f040.h,
2739         * device/include/mcs51/c8051f060.h,
2740         * device/include/mcs51/c8051f120.h,
2741         * device/include/mcs51/c8051f300.h,
2742         * device/include/mcs51/c8051f310.h,
2743         * device/include/mcs51/c8051f320.h,
2744         * device/include/mcs51/c8051f330.h,
2745         * device/include/mcs51/c8051f350.h,
2746         * device/include/z180.h: Changed SDCC specific keywords to double
2747         underlined form.
2748
2749 2005-03-31 Vangelis Rokas <vrokas AT users.sourceforge.net>
2750
2751         * src/pic16/device.c (Pics16[]): added devices 18F2550, 18F4331,
2752         18F4455,
2753         * (pic16_assignConfigWordValue): disable testing of configuration
2754         register value with config mask,
2755         * src/pic16/gen.c (pic16_testStackOverflow): prefix stack test
2756         function with port->fun_prefix,
2757         * (genFunction): when generating a naked interrupt function never
2758         create an absolute segment placed in interrupt vector address, place
2759         the actual interrupt function at IVA instead, when an interrupt
2760         function is generated with unspecified interrupt then do not create
2761         the absolute section,
2762         * (genGenPointerGet, genGenPointerSet, genPackBits): replace all
2763         code for generating a call to generic pointer get/put function with
2764         a call to function pic16_callGenericPointer(),
2765         * src/pic16/genutils.c (pic16_callGenericPointerRW): NEW, generates
2766         the call to the generic pointer get/put functions with prefixing the
2767         function name with port->fun_prefix,
2768         * src/pic16/glue.c (pic16glue): ifdef-out test of OF_LR_SUPPORT,
2769         * src/pic16/main.c (_process_pragma): prefix function with
2770         port->fun_prefix,
2771         * (_pic16_finaliseOptions): define macro __18Fxxxx macro when
2772         calling assembler, old 18Fxxxx macro is deprecated,
2773         * src/pic16/pcode.c (unlinkpCodeFromBranch): added PC_INLINE and
2774         PC_ASMDIR in while condition,
2775         * (findInstruction): add PC_ASMDIR in while condition,
2776         * (buildCallTree): prefix main with port->fun_prefix,
2777         * (pic16_pCode2str): fixed bug that didn't emit the memory access
2778         identifier for variable with banked access in instructions BTFSS,
2779         BTFSC, BCF, BSF, BTG
2780         * (AnalyzeFlow): moved call to OptimizepCode to pic16_AnalyzeBanking,
2781         * src/pic16/pcodepeep.c (pCodeOpCompare): increase size of b to 1024,
2782         * src/pic16/pcoderegs.c (pic16_pCodeRegoptimizeRegUsage): don't
2783         perform optimization when enviroment variable NO_REG_OPT is set,
2784         * (insideLRBlock): NEW, return 1 if register is inside an
2785         INF_LOCALREGS block,
2786         * (RemoveRegFromLRBlock): remove a register that is completely
2787         eliminated by register optimization, but it is still left in local
2788         register store/restore in/from stack block,
2789         * (Remove2pcodes): after removing register, check to see if it
2790         should be removed from local register store/restore in/from stack
2791         block,
2792         * src/pic16/ralloc.c (pic16_decodeOp): added decode for
2793         DUMMY_READ_VOLATILE,
2794
2795         * device/include/pic16/adc.h: minor prototype modifications and
2796         update,
2797         * device/include/pic16/malloc.h: added GPL notice various
2798         modifications,
2799         * device/include/pic16/stdint.h: NEW, standard header for ints
2800         * device/include/pic16/delay.h: NEW, header for delay functions,
2801         delay10tcy, delay100tcy, delay1ktcy, delay10ktcy, delay100ktcy,
2802         delay1mtcy,
2803         * device/include/pic16/signal.h: NEW, header providing helper macros
2804         for implementing signal handlers,
2805         * device/include/pic16/stdio.h: added prototypes for functions,
2806         printf, vprintf, sprintf, vsprintf, fprintf, vfprintf. Added
2807         prototypes for stdin and stdout, added macro PUTCHAR to
2808         automatically implement putchar function prototype,
2809         * device/include/pic16/usart.h: modified and updated USART library,
2810         * device/lib/pic16/libio/adc/,
2811         * device/lib/pic16/libio/i2c: some modifications to improve library
2812         performance,
2813         * device/lib/pic16/libc/stdio/: modifications for the new printf*
2814         family of functions,
2815         * device/lib/pic16/libc/stdlib/: various modifications in the malloc
2816         family of functions and other sources,
2817         * device/lib/pic16/libio/usart/: NEW, c sources for the usart module
2818         of the PIC18Fxx[28] devices,
2819         * device/lib/pic16/libc/delay/: NEW, c sources for the delay functions,
2820         * device/lib/pic16/libc/utils/: minor modifications in the .S sources,
2821         * device/lib/pic16/startup/{crt0i.c, crt0iz.c}: redesign of the
2822         _do_cinit function, because the previous failed when local variables
2823         where not placed in the same memory bank,
2824         * device/lib/pic16/libsdcc/char/: various modifications to improve
2825         library performance,
2826         * doc/sdccman.lyx: some reorganization of the PIC16 part, added many
2827         information on the new functions of the c library and more...
2828
2829 2005-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2830
2831         * src/SDCCBBlock.c (iCodeBreakDown): fixed bug #1170212
2832
2833 2005-03-26 Raphael Neider <rneider AT web.de>
2834
2835         * src/pic16/gen.c (genSkipc): fixed semantics (execute branch
2836           if condition == CARRY)
2837         * (genCmp): adapted to new genSkipc semantics
2838         * src/pic16/genutils.c (pic6_genCmp_special): removed side effect
2839           on rIfx (genCmp was broken)
2840
2841 2005-03-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2842
2843         * src/SDCCmain.c (setDefaultOptions, optionsTable[], parseCmdLine),
2844         * src/z80/main.c (_keywords[]),
2845         * src/SDCCglobal.h (struct options),
2846         * src/SDCC.y,
2847         * src/SDCC.lex (isTargetKeyword, doPragma, pragma_tbl[]): new pragmas
2848         to enable/disable SDCC and C99 extensions/keywords (std_c89, std_sdcc89,
2849         std_c99, std_sdcc99). Also, equivalent command line options (--std-c89,
2850         --std-sdcc89, --std-c99, --std-sdcc99). SDCC specific keywords are
2851         always available in leading double underscore form. The C99 support is
2852         mostly missing, but it's a start.
2853         * support/regression/tests/bug-227710.c: fixed nonconforming use of
2854         reserved identifier "__data".
2855
2856 2005-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
2857
2858         * src/mcs51/peeph.def: fixed bug 1170013
2859
2860 2005-03-22 Maarten Brock <sourceforge.brock AT dse.nl>
2861
2862         * device/include/mcs51reg.h: fixed bug 842007
2863
2864 2005-03-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2865
2866         * src/SDCCcflow.c (dfNumCompare): committed the wrong version of this
2867         last time.
2868
2869 2005-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2870
2871         * src/port.h (struct PORT),
2872         * src/avr/ralloc.c (avr_assignRegisters),
2873         * src/avr/main.c,
2874         * src/ds390/ralloc.c (ds390_assignRegisters),
2875         * src/ds390/main.c,
2876         * src/hc08/ralloc.c (hc08_assignRegisters),
2877         * src/hc08/main.c,
2878         * src/mcs51/ralloc.c (mcs51_assignRegisters),
2879         * src/mcs51/main.c,
2880         * src/pic/ralloc.c (pic14_assignRegisters),
2881         * src/pic/main.c,
2882         * src/pic16/ralloc.c (pic16_assignRegisters),
2883         * src/pic16/main.c,
2884         * src/xa51/ralloc.c (xa51_assignRegisters),
2885         * src/xa51/main.c,
2886         * src/z80/ralloc.c (z80_assignRegisters),
2887         * src/z80/ralloc.h,
2888         * src/SDCCopt.c (eBBlockFromiCode, replaceRegEqv, killDeadCode),
2889         * src/SDCCcse.c (ifxOptimize, cseBBlock, cseAllBlocks),
2890         * src/SDCCcse.h,
2891         * src/SDCCdflow.c (computeDataFlow),
2892         * src/SDCCdflow.h,
2893         * src/SDCCloop.c (addDefInExprs, loopInvariants, loopOptimizations),
2894         * src/SDCCloop.h,
2895         * src/SDCCcflow.c (*),
2896         * src/SDCCcflow.h,
2897         * src/SDCCBBlock.c (iCodeBreakDown, dumpEbbsToFileExt, eBBWithEntryLabel),
2898         * src/SDCCBBlock.h (struct ebbIndex): new struct that keeps two copies
2899         of the eBBlock list, sorted by both bbnum and dfnum. (fixes bug with
2900         immedDom() returning wrong block; probably fixes bug #1160833)
2901
2902 2005-03-20 Borut Razem <borut.razem AT siol.net>
2903
2904         * support/scripts/inc2h.pl: WIN32 port
2905
2906 2005-03-19 Maarten Brock <sourceforge.brock AT dse.nl>
2907
2908         * device/lib/makefile.in: added abs.c and labs.c
2909
2910 2005-03-17 Maarten Brock <sourceforge.brock AT dse.nl>
2911
2912         * device/include/stdint.h: added
2913         * device/lib/abs.c: added
2914         * device/lib/labs.c: added
2915         * device/include/stdlib.h: added abs() and labs() prototypes
2916         * device/lib/libsdcc.lib: added abs and labs
2917         * device/include/float.h,
2918         * device/lib/_fsmul.c,
2919         * device/lib/printf_fast.c,
2920         * device/lib/printf_tiny.c: updated comments
2921
2922 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2923
2924         * src/SDCCicode.c (geniCodeSwitch, geniCodeJumpTable): fixed
2925         bug #1164313
2926
2927 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2928
2929         * src/SDCCcse.c (cseBBlock): retain assignment to self when volatile
2930         * src/SDCCast.c (isLoopCountable): fixed bug #1161985
2931
2932 2005-03-15 Maarten Brock <sourceforge.brock AT dse.nl>
2933
2934         * device/lib/printf_large.c: removed inline assembly for portability and
2935           readability. Use printf_fast if speed or size are more important.
2936         * src/pic16/gen.c: removed conditions around use of DEBUGpc
2937         * src/pic16/genutils.h: added define for DEBUGpc for MSVC
2938
2939 2005-03-15 Vangelis Rokas <vrokas AT users.sourceforge.net>
2940
2941         * src/pic16/genutils.c (pic16_genCmp_special): initialized offs to
2942         prevent compiler warning
2943
2944 2005-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
2945
2946         * device/lib/pic16/startup/crt0i.c (_cinit): local variables where
2947         moved to level 0 and declared as static. Also they are explicit
2948         placed in access bank. This was necessery because some times they
2949         might cross memory bank boundaries. crt0iz.c is *NOT* updated!!!
2950         * src/pic16/device.h: added flag OPTIMIZE_CMP to enable some compare
2951         optimizations. Currently only compare to unsigned char is implemented,
2952         * src/pic16/gen.c: added fReturnIdx array,
2953         * (struct resolvedIfx) is moved to gen.h and made public,
2954         * (struct _G): added sregsAlloc and sregsAllocSet fields,
2955         * (aopForSym): added an optimization to directly store in stack of
2956         the operand of a SEND iCode,
2957         * (pic16_aopOp): don't return return registers as strings (AOP_STR)
2958         but as registers instead (AOP_REG) using the fReturnIdx array,
2959         * (pic16_freeAsmop): remove the freed register from the
2960         _G.sregsAlloc field,
2961         * (pic16_aopGet): in case AOP_STR, the compare to 'a' is changed to
2962         a compare of 'WREG',
2963         * (pic16_popGetTempRegCond): changed function prototype, now
2964         function takes also a bitVector argument v which holds the current
2965         set of registers that are allocated for stack access by aopForSym,
2966         registers allocated in aopForSym for accessing stack symbols are not
2967         any more part of the functions usedRegs field,
2968         * (genCall): some times aopOp is called for a stack variable to be
2969         send, aopForSym might perform the push, if this is true make sure
2970         that genCall doesn't push the variable twice by testing _G.resDirect,
2971         * (genFunction): changed testing for unspecified interrupt number
2972         from 256 to INTNO_UNSPEC,
2973         * modified selection scheme of frame pointer generation. Previously
2974         if function did use local registers a frame pointer was generated,
2975         now a frame pointer is generated only if function has arguments
2976         (that need PLUSW2 register access), or has stack arguments, or the
2977         compiler is not instructed to omit the frame pointer,
2978         * (genEndFunction): before restoring local registers that were saved
2979         in the function preamble, also restore the registers that *might*
2980         have been allocated for stack access,
2981         * (genRet): removed some old comments,
2982         * (genCmp, the active (RN's) version): added a call to the
2983         pic16_genCmp_special function to perform the compare with a more
2984         robust and optimized way,
2985         * (genInline): a feature has been added in inline code generation,
2986         which allows a wildcard variable substitution when writing inline
2987         assembly. Code is incomplete and experimental therefore undocumented,
2988         * (genCast): changed order of aopOp for result and right to allow
2989         aopForSym to directly load the result if possible,
2990         * src/pic16/genutils.c (selectCompareOp, pic16_genCmp_special): NEW,
2991         perform an optimized compare on some selected special occasions,
2992         * src/pic16/genutils.h: declaration of resolvedIfx structure from gen.c,
2993         * src/pic16/glue.c (pic16createInterrupVect): make sure we never
2994         generate an IVT any more,
2995         * src/pic16/main.c (pic16_optionsTable): added command line option
2996         --optimize-cmp,
2997         * (_pic16_initPaths): when calling C preprocessor define pic18fXXXX
2998         macro too, when calling assembler define pic18fXXXX *and* __18Fxxxx
2999         macros,
3000         * src/pic16/NOTES: Raphael Neider added in list of active developers
3001         * src/pic16/pcode.c (OPT_TYPE_STR): added strings jumptable_begin and
3002         jumptable_end to prevent bug #,
3003         * (pic16_pciADDWFC, ADDFWC, COMF, CLRF): added some missing flags in
3004         inCond and outCond fields,
3005         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): add a fix for bug #,
3006         * src/pic16/ralloc.c (serialRegAssign): explicit set willCS to 0 to
3007         turn off register spilling,
3008         * (packRegsForOneUse): synced with other ports' versions although it
3009         is not used currently,
3010         * (pic16_packRegisters): added an optimization while reading
3011         structure bitfields, some registers may be saved (malloc code is
3012         decreased by 80 bytes)
3013
3014 2005-03-12 Vangelis Rokas <vrokas AT users.sourceforge.net>
3015
3016         * src/SDCCcse.c (cseBBlock): inside 'do operand lookup' loop test if
3017         left is a bitfield, if yes, then don't optimize assignment. Perhaps
3018         this can be optimized more?
3019
3020 2005-03-10 Raphael Neider <rneider AT web.de>
3021
3022         * src/pic16/gen.c (pic16_loadFSR0, genPackBits, genUnpackBits,
3023           genNearPointerGet): (hopefully) fixed access to bitfields via
3024           pointers (p->bitN = x; and x = p->bitN; failed)
3025
3026 2005-03-09 Paul Stoffregen <paul AT pjrc.com>
3027
3028         * device/lib/printf_fast.c: fix leading zero format, eg "%02d"
3029
3030 2005-03-09 Raphael Neider <rneider AT web.de>
3031
3032         * src/SDCCopt.c (killDeadCode): fixed bug #1156016
3033
3034 2005-03-06 Maarten Brock <sourceforge.brock AT dse.nl>
3035
3036         * src/SDCCicode.h: moved CRITICAL and ENDCRITICAL from SKIP_IC2 to SKIP_IC
3037         * src/mcs51/ralloc.c (willCauseSpill): added check for REG_BIT type,
3038           (regTypeNum): set REG_BIT type if necessary
3039         * src/mcs51/ralloc.h: added define REG_BIT, used to fix bug 1144613
3040         * support/regression/tests/critical.c: check bug 1144613
3041
3042 2005-03-02 Raphael Neider <rneider AT web.de>
3043
3044         * src/pic16/gen.c (genRightShiftLiteral): fixed bug #1154256
3045
3046 2005-02-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3047
3048         * src/avr/ralloc.c (serialRegAssign),
3049         * src/ds390/ralloc.c (serialRegAssign),
3050         * src/hc08/ralloc.c (serialRegAssign),
3051         * src/mcs51/ralloc.c (serialRegAssign),
3052         * src/pic/ralloc.c (serialRegAssign),
3053         * src/pic16/ralloc.c (serialRegAssign),
3054         * src/xa51/ralloc.c (serialRegAssign),
3055         * src/z80/ralloc.c (serialRegAssign): fixed bug #1105154
3056
3057 2005-02-22 Maarten Brock <sourceforge.brock AT dse.nl>
3058
3059         * src/SDCCast.c (decorateType): fixed bug 1124787
3060
3061 2005-02-20 Hubert Sack <sack AT digiplan.de>
3062         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3063
3064         * src/mcs51/peeph.def: added peepholes 3.h-k and 132.a-f from
3065         patch #1121755
3066
3067 2005-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3068
3069         * src/SDCCpeeph.def: new keyword "labelRefCountChange" which allows peepholes
3070         to keep the correct label reference count when adding/removing references
3071         to labels. A peephole file using this is appended to patch #1144962.
3072
3073 2005-02-14 Raphael Neider <rneider AT web.de>
3074
3075         * device/lib/pic16/libc/string/memccpy.c: changed 3rd argument to char
3076         * src/SDCC.lex (process_pragma): fixed to make disable_warning work for PIC16
3077         * src/pic16/gen.c (aopForSym, calls to pic16_aopOp): prevent unneccessary
3078           retrievals of result operand's value on assignment
3079
3080 2005-02-13 Vangelis Rokas <vrokas AT otenet.gr>
3081
3082         * device/include/pic16/string.h: modified prototype for memccpy()
3083         to memccpy(void *, void *, char, size_t)
3084         * src/pic16/gen.c (genFunction, genEndFunction): reenable if-case to
3085         check whether to omit frame pointer or not,
3086         * (genInline): convert all occurences of "\n" to LF in inline
3087         assembler blocks, this helps formatting the inline text,
3088         * (pic16_loadFSR0): modified prototype,
3089         * (genNearPointerGet, genNearPointerSet): reorganization of code,
3090         removed some 8051 legacy code,
3091         * (genPackBits): enabled handling bitfields exceeding one byte in size,
3092         * src/pic16/ralloc.c (pic16_assignRegisters): clear dynrIdx variable
3093         before allocating temporary registers in functions,
3094
3095 2005-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
3096
3097         * support/regression/tests/bitvars.c: corrected the "fix"
3098
3099 2005-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
3100
3101         * support/regression/tests/bitvars.c,
3102         * support/regression/tests/bitwise.c,
3103         * support/regression/tests/rotate.c: "fixed" problems on Alpha
3104
3105 2005-02-10 Raphael Neider <rneider AT web.de>
3106
3107         * src/pic16/pcode.c (assignToSameBank) : fixed cast to pointer of
3108           different size for Alpha
3109         * src/pic16/gen.c (genCmpEq) : improved compare with 0
3110
3111 2005-02-09 Raphael Neider <rneider AT web.de>
3112
3113         * src/SDCC.lex(doPragma) : save and restore warning options as well
3114           (also added new stack plus clone- and copyAndFreeSDCCERRG())
3115         * have #pragma less_pedantic set the errorlevel to WARNING
3116           (fixes #1117001)
3117         * (cloneOptimize) : fixed wrong malloc's size
3118         * support/Util/SDCCerr.[ch] : made SDCCERRG globally accessible to
3119           facilitate correct handling of #pragma (save|restore)
3120
3121 2005-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
3122
3123         * src/mcs51/gen.c: removed non-standard C nameless struct/union
3124
3125 2005-02-04 Slade Rich <slade_rich AT users.sourceforge.net>
3126
3127         * src/pic/gen.c : Fix for bugs #1080519 & #1115662.
3128
3129 2005-02-03 Maarten Brock <sourceforge.brock AT dse.nl>
3130
3131         * device/include/mcs51/c8051f120.h: added declarations for sbit port 2,3&4
3132
3133 2005-02-02 Raphael Neider <rneider AT web.de>
3134
3135         * src/SDCCast.c (processParms): disabled W_NONRENT_ARGS for pic16 port
3136         * src/pic16/gen.c (aopForSym): reenabled special case for function pointers
3137         * (pic16_storeForReturn): fixed to allow returning function pointers
3138         * (genPackBits): improved accessing full bytes, implemented for GPOINTERs
3139         * device/include/pic16/{stddef.h,stdbool.h}: added
3140
3141 2005-02-02 Maarten Brock <sourceforge.brock AT dse.nl>
3142
3143         * device/include/mcs51/c8051f040.h: added define CPT2_PAGE
3144
3145 2005-02-01 Slade Rich <slade_rich AT users.sourceforge.net>
3146
3147         * src/pic16/pic16.dsp : Added file graph.c to make it compile under windows
3148         * src/pic16/Makefile.bcc : Do not use this file but added file graph.c as it
3149          appeared to be required
3150
3151 2005-01-31 Borut Razem <borut.razem AT siol.net>
3152
3153         * support/scripts/sdcc.nsi: added include/asm/ds390, include/asm/mcs51,
3154           include/mcs51 and include/z80 directories to the package
3155
3156 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3157
3158         * src/hc08/gen.c (genFunction): fixed bug #1112752
3159
3160 2005-01-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3161
3162         * src/mcs51/peeph.def: adapted peephole 258.x to changed gen.c (genAnd)
3163
3164 2005-01-29 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3165
3166         * src/mcs51/gen.c (genAnd): accessing LSB/MSB by rotating acc
3167
3168 2005-01-29 Maarten Brock <sourceforge.brock AT dse.nl>
3169
3170         * device/include/Makefile.in: create/copy mcs51 and z80 include subdirs
3171
3172 2005-01-27 Maarten Brock <sourceforge.brock AT dse.nl>
3173
3174         * device/include/c8051fxxx.h: removed these 6 files
3175         * device/include/mcs51/c8051fxxx.h: added these 11 new files
3176
3177 2005-01-26 Raphael Neider <rneider AT web.de>
3178
3179         * src/pic16/gen.c (genAssign): fixed assignment from longs
3180           in codespace (were cut to three bytes)
3181         * (genDummyRead): implemented (except for CODESPACE...),
3182           fixed bug #1108575
3183         * src/pic16/glue.c (emitStatistics): beautified
3184         * device/lib/pic16/libm/Makefile: added include path
3185
3186 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3187
3188         * src/z80/gen.c (aopPut): fixed bug #1103902
3189
3190 2005-01-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3191
3192         * device/lib/expf.c: fixed bug #1095792
3193
3194 2005-01-24 Vangelis Rokas <vrokas AT otenet.gr>
3195
3196         * device/lib/pic16/libm: added Math library sources
3197
3198 2005-01-24 Raphael Neider <rneider AT web.de>
3199
3200         * src/pic16/pcode.h: added second memory operand to pCodeOpReg
3201           to enable upcast to pCodeOpReg2 (there is no type tag to
3202           differenciate the two and pic16_popGet2p cast into PCOR2)
3203         * src/pic16/main.c (_process_pragma): fixed another malloc bug
3204           (sizeof(sectNames) changed to sizeof(sectName))
3205           Both patches fix segfaults under MinGW.
3206
3207 2005-01-23 Raphael Neider <rneider AT web.de>
3208
3209         * src/pic16/{device.c,pcode.c}: s/free/Safe_free/g for
3210           Safe_[mc]?alloc()'ed variables
3211         * src/pic16/gen.c (pic16_aopOp,pic16_popGet): added handling
3212           of (byte sized) temporaries (assign them to WREG for now)
3213         * src/pic16/main.c (_process_pragma): fixed nasty malloc bug
3214           (used sizeof(set *sectSyms) instead of sizeof(struct sectSym)),
3215           this might fix SIGSEGVs on MinGW...
3216         * src/SDCCopt.c (killDeadCode): restored original behaviour
3217           (volatile operands might get thrown away though)
3218
3219 2005-01-23 Vangelis Rokas <vrokas AT otenet.gr>
3220
3221         * src/pic16/gen.c: fixed bug #1106975,
3222         * src/pic16/gen.c: fixed possible bug #1102572, now during TOS
3223         pointer update, INTCON is saved, global interrupts are disabled and
3224         restored after updateing TOS.
3225         * src/SDCC.y, src/SDCC.lex, src/SDCCsymt.c, src/SDCCsymt.h:
3226         * added function attribute 'shadowregs' to take advantage of shadow
3227         registers,
3228         * added function attribute 'wparam' as an alternative to the wparam
3229         pragma,
3230         * support/Utils/SDCCerr.[ch]: added error E_SHADOWREGS_NO_ISR when
3231         user declares a non-ISR function as 'shadowregs',
3232         * doc/sdccman.lyx: updated to reflect recent changes of pic16 port
3233
3234 2005-01-22 Vangelis Rokas <vrokas AT otenet.gr>
3235
3236         * .version: bumped version number to 2.4.8
3237         * device/lib/pic16/pics.all: list of PIC18F devices supported by
3238         pic16 port,
3239         * device/lib/pic16/libio/i2c/: I2C module support library,
3240         * device/include/pic16/i2c.h: I2C support library header,
3241         * device/lib/pic16/libc/stdio/: standard IO support sources,
3242         * (printf_small.c): printf_small() source, supports float print,
3243         * (printf_tiny.c): printf_tiny() source, does not support floats,
3244         * device/lib/pic16/Makefile.common.in: added OPT_FLAGS macro to
3245         enable global optimizations for entire library source, other
3246         Makefiles in the source tree are also modified to reflect this,
3247         * device/lib/pic16/libc/stdlib/putchar.c (putchar): dummy putchar()
3248         function,
3249         * doc/sdccman.lyx: updated to reflect new changes,
3250         * src/pic16/gen.c (aopForSym): don't handle sym->iaccess in
3251         sym->onStack if-case,
3252         * src/pic16/main.c (_pic16_keywords): commented out keywords bit,
3253         sbit, idata, _idata, xdata, _xdata,
3254         * added pragma library, to link an external library, (see doc),
3255         * removed command line options, --pomit-config-words, --pomit-ivt,
3256         --pleave-reset-vector,
3257         * (pic16_finaliseOptions): when define macro SDCC_MODEL_{SMALL/LARGE}
3258         when calling assembler to reflect memory model used, also define
3259         macro STACK_MODEL_{SMALL/LARGE} when compiling and assembling to
3260         reflect stack model used,
3261         * src/pic16/ralloc.c (pic16_allocDirReg): when operand is allocated
3262         on stack return NULL,
3263
3264 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
3265
3266         * src/SDCCopt.c (killDeadCode): do not throw iCodes away if one
3267           of the operands is volatile. Fixes #1020220
3268
3269 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
3270
3271         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): reenabled optimization
3272         * (OptimizeRegUsage): make sure that there is really no other flow where
3273           the first pCode is used
3274
3275 2005-01-22 Raphael Neider <rneider AT web.de>
3276
3277         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): disabled optimization
3278           to fix #1106967 (pCode->seq are not set up correctly)
3279
3280 2005-01-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3281
3282         * src/SDCCglue.c (glue): make sure code area is declared before the
3283         static initialization area.
3284
3285 2005-01-21 Raphael Neider <rneider AT web.de>
3286
3287         * device/lib/Makefile.in: fixed test for pic16 install dir
3288         * device/lib/pic16/*/Makefile*: modified compile flags to enable
3289           optimizations
3290         * doc/sdccman.lyx: updated banksel optimization, removed --flr-support and
3291           added --optimize-goto compiler switch and pragma wparam documentation
3292         * src/pic16/pcode.c (pic16_OptimizeBanksel): removed statistics dump
3293         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed copying of WREG, PRODL
3294           and PRODH closing bug #1071770 (peephole optimizer)
3295
3296 2005-01-19 Raphael Neider <rneider AT web.de>
3297
3298         * src/SDCCglobl.h: ensure that PATH_MAX >= 2048 to guarantee
3299           cmdLine buffers (used when calling sdcpp...) are large enough
3300           (MAX_PATH=256 truncates arguments leading to system halts when
3301           used in MinGW...)
3302         * src/pic16/gen.c (pic16_sameRegs): relaxed size criterion
3303         * (genUminus): rewritten to for efficiency
3304         * (genNearPointer[GS]et): enforce reloading of FSR0 (was still
3305           used uninitialized in some cases)
3306         * (genCast): upcasting a 16bit int to a 24bit GPOINTER may not
3307           copy the third byte from the int -- now assumes 0x80 (data memory)
3308         * src/pic16/genarith.c (pic16_genPlus): fixed bug when swapping
3309           operands (genAddLit expects the iCode's operands to swapped as
3310           well), fixed leftover bytes (crashed for short left operands)
3311         * (pic16_genMinusDec): performance improvements, removed false
3312           PIC14 emitSKPNCs
3313         * (pic16_genMinus): fixed to cope with differently sized operands
3314         * src/pic16/glue.c (pic16_glue): added new banksel optimization
3315           for --obanksel > 1
3316         * src/pic16/pcode.c: implemented (first phase of) banksel optimization
3317         * src/pic16/graph.[ch]: implementation of directed graphs, used by
3318           new banksel optimization
3319         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): prevented
3320           analysis for temporary registers (segfaults...)
3321         * src/pic16/peeph.def: added rule
3322
3323 2005-01-18 Vangelis Rokas <vrokas AT otenet.gr>
3324
3325         * device/lib/pic16/libc/stdlib/x_ftoa.c: it defines x_ftoa function
3326         which converts a float number to its ASCII representation
3327         * device/lib/pic16/libc/utils/cnvfrac.S,cnvint.S: support
3328         functions to convert the fractional and integer part of a float to ASCII,
3329         * device/lib/pic16/libc/stdlib/(calloc.c,free.c, malloc.c,
3330         realloc.c): added _MALLOC_SPEC to explicit place variables in data
3331         ram
3332         * device/include/asm/pic16/features.h: added _CODE, _DATA, _AUTOMEM,
3333         _STATMEM macros,
3334         * device/include/pic16/adc.h: added GPL info,
3335         * src/pic16/gen.c (genIfxpCOpJump): perform an genIfxJump but using
3336         a pCodeOp as tested operand,
3337         * (genNearPointerGet): optimized bit testing, does not use
3338         intermediate register for bit value, test directly instead with
3339         BTFSS, BTFSC, works only for single bits,
3340         * (genpic16Code): dump the name of the iCode in the asm,
3341         * src/pic16/ralloc.c (decodeOp): removed static declaration and
3342         renamed to pic16_decodeOp,
3343         * (serialRegAssign): do not allocate a temporary register for iCode
3344         sequences that test a single bit for 1/0
3345
3346 2005-01-12 Vangelis Rokas <vrokas AT otenet.gr>
3347
3348         * src/pic16/pcode.[ch]: introduced pic16_stackpnt_*,
3349         pic16_framepnt_*, pic16_stack_*, pic1_frame_* pointer variables to
3350         access stack and frame pointers. They are initially assigned to
3351         point at pic16_pc_fsr1[lh] and pic16_pc_fsr2[lh] variables and other
3352         accessing SFRs. Updated all occurences of modification of stack or
3353         frame pointer in gen.c and pcode.c,
3354         * src/pic16/ralloc.c (serialRegAssign): fixed two bugs with
3355         assigning of a literal value to pointers,
3356         * src/pic16/main.c (pic16_finiliseOptions): set pre-processor define
3357         flag STACK_MODEL_SMALL or STACK_MODEL_LARGE according to the model
3358         selected
3359
3360 2005-01-11 Vangelis Rokas <vrokas AT otenet.gr>
3361
3362         * doc/sdccman.lyx: update documentation about stack pragma, added
3363         some info for stack memory models
3364
3365 2005-01-08 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3366
3367         * src/pic16/gen.c (DEBUGpc): MSVC 6 does not support macro variable arguments
3368
3369 2005-01-08 Raphael Neider <rneider AT web.de>
3370
3371         * src/pic16/device.c (pic16_dump_usection): changed naming scheme for
3372           udata sections to fix bug #1097823
3373
3374 2005-01-05 Raphael Neider <rneider AT web.de>
3375
3376         * src/pic16/gen.c (genGenericShift): added handling of differently
3377           sized left operand and result
3378
3379 2005-01-04 Raphael Neider <rneider AT web.de>
3380
3381         * src/pic16/gen.c (genIfxJump): fixed inverted skips on CARRY
3382         * (genIfx): fixed (?) read from uninitialized SPIL_LOC (now assumes CARRY
3383           to hold the condition bit)
3384         * added new version of genCmp (old code available via #define)
3385         * added new version of genShiftLeft/genShiftRight in a generic
3386           way, now supports shifting by negative values
3387         * (genLeftShiftLiteral, genRightShiftLiteral): use absolute value of
3388           shiftCount (expected by genGenericShift)
3389         * src/pic16/genarith.c (genPlus): added code for adding CARRY+literal
3390         * src/pic16/pcode.c (pic16_OptimizeJumps): removed annoying statistics
3391           dump
3392         * (pic16_newpCodeOpLit): changed to cast to unsigned char (as e.g. -32766
3393           is an invalid literal too...)
3394
3395 2005-01-04 Vangelis Rokas <vrokas AT otenet.gr>
3396
3397         * src/pic16/gen.c (aopForSym, genEndFunction): applied some fixes
3398         from Raphael Neider,
3399         * src/pic16/pcode.c (pic16_newpCodeOpLit): removed casting to char
3400         for 8-bit literals. This fixes some literal operands which are sign
3401         extended to 16-bits ints when instruction needs only 8-bits.
3402
3403 2004-12-31 Paul Stoffregen <paul AT pjrc.com>
3404
3405         * device/lib/logf.c: added mcs51 assembly version
3406         * device/lib/expf.c: added mcs51 assembly version
3407         * device/lib/_logexpf.c: new shared asm code for expf and logf
3408         * device/include/math.h: add defines for assembly math library
3409         * device/lib/Makefile.in: build new _logexpf.c
3410         * device/lib/libfloat.lib: use new _logexpf.c
3411
3412 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
3413
3414         * src/pic/device.c
3415         * src/pic/pcode.c : adjusted internal stack and pre-allocated registers for
3416           device types which have less than 0x7f registers.
3417
3418 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
3419
3420         * src/pic/genarith.c : Fixed problem with subtraction where the result would not be updated when borrowing.
3421
3422 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
3423
3424         * device/lib/printf_fast.c: only build on supported arch.
3425         * device/lib/printf_tiny.c: only build on supported arch.
3426         * device/lib/printf_fast_f.c: only build if asm float lib
3427         * device/lib/_fsget1arg.c: only build if asm float lib
3428         * device/lib/_fsget2args.c: only build if asm float lib
3429         * device/lib/_fsnormalize.c: only build if asm float lib
3430         * device/lib/_fsreturnval.c: only build if asm float lib
3431         * device/lib/_fsrshift.c: only build if asm float lib
3432         * device/lib/_fsswapargs.c: only build if asm float lib
3433         * device/include/stdio.h: don't provide print_fast,
3434           print_fast_f, print_tiny prototypes if --xstack used
3435
3436 2004-12-28 Maarten Brock <sourceforge.brock AT dse.nl>
3437
3438         * device/lib/sincosf.c (sincosf): don't invert bit/bool by ~
3439         * support/regression/ports/mcs51-stack-auto/spec.mk: added new _fs.. files
3440           to the SOURCES
3441
3442 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
3443
3444         * device/lib/printf_fast_f.c: same as printf_fast, but
3445           with floating point enabled
3446         * device/lib/printf_fast.c: minor tweaks
3447         * device/include/stdio.h: add printf_fast_f
3448
3449 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
3450
3451         * src/SDCCmain.c: make --float-reent default for mcs51
3452         * device/lib/_fsadd.c: added mcs51 assembly version
3453         * device/lib/_fssub.c: added mcs51 assembly version
3454         * device/lib/_fsmul.c: added mcs51 assembly version
3455         * device/lib/_fsdiv.c: added mcs51 assembly version
3456         * device/lib/_fseq.c: added mcs51 assembly version
3457         * device/lib/_fsneq.c: added mcs51 assembly version
3458         * device/lib/_fsgt.c: added mcs51 assembly version
3459         * device/lib/_fslt.c: added mcs51 assembly version
3460         * device/lib/_fscmp.c: shared code for fseq,fsgt,fslt,fsneq
3461         * device/lib/Makefile.in: add _fscmp to build
3462         * device/lib/libfloat.lib: add _fscmp to build
3463
3464 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
3465
3466         * device/lib/_fs2slong.c: added mcs51 assembly version
3467         * device/lib/_fs2sint.c: added mcs51 assembly version
3468         * device/lib/_fs2schar.c: added mcs51 assembly version
3469         * device/lib/_fs2ulong.c: added mcs51 assembly version
3470         * device/lib/_fs2uint.c: added mcs51 assembly version
3471         * device/lib/_fs2uchar.c: added mcs51 assembly version
3472         * device/lib/_slong2fs.c: added mcs51 assembly version
3473         * device/lib/_sint2fs.c: added mcs51 assembly version
3474         * device/lib/_schar2fs.c: added mcs51 assembly version
3475         * device/lib/_ulong2fs.c: added mcs51 assembly version
3476         * device/lib/_uint2fs.c: added mcs51 assembly version
3477         * device/lib/_uchar2fs.c: added mcs51 assembly version
3478         * device/include/float.h: added #define to select asm vs c
3479
3480 2004-12-26 Paul Stoffregen <paul AT pjrc.com>
3481
3482         * device/lib/printf_fast.c: improvements to float output
3483         * device/include/float.h: add defines for assembly float library
3484         * device/lib/_fsget1arg.c: receive 1 float arg
3485         * device/lib/_fsget2args.c: receive 2 float args (reentrant)
3486         * device/lib/_fsnormalize.c: normalize a float
3487         * device/lib/_fsreturnval.c: return float, various helper routines
3488         * device/lib/_fsrshift.c: right shift a float's mantissa
3489         * device/lib/_fsswapargs.c: swap 2 floats
3490         * device/lib/Makefile.in: build these 6 new files for mcs51
3491         * device/lib/libfloat.lib: add these 6 files to the library
3492
3493 2004-12-26 Borut Razem <borut.razem AT siol.net>
3494
3495         * sim/ucsim/avr.src/arith_inst.cc: fixed bug #1088372- savr is not
3496           built by gcc 3.4.2
3497
3498 2004-12-25 Paul Stoffregen <paul AT pjrc.com>
3499
3500         * device/lib/printf_tiny.c: printf for mcs51 in only 267 bytes,
3501           and fully reentrant and register bank neutral.
3502         * device/lib/printf_fast.c: added float (not enabled by default),
3503           added compact/slower integer (also not enabled by default),
3504           improved size/speed of fast integer code, other minor changes
3505         * device/include/stdio.h, device/lib/Makefile.in,
3506           device/lib/libsdcc.lib: integrate printf_tiny into mcs51 build
3507
3508 2004-12-24 Maarten Brock <sourceforge.brock AT dse.nl>
3509
3510         * src/pic16/pcode.c: declaring variables other than at the start of a
3511           block is not supported in C by VC6.
3512
3513 2004-12-22 Vangelis Rokas <vrokas AT otenet.gr>
3514
3515         * applied a previous patch from Raphael Neider that wasn't included
3516         in the previous commits, which fixes infinite loops within jumptable
3517         improvements,
3518         * made some fixes that previous patches introduced
3519
3520 2004-12-21 Vangelis Rokas <vrokas AT otenet.gr>
3521
3522         * src/pic16/gen.c (pic16_aopGet): applied fix from Raphael Neider
3523         that fixes an issue with AOP_PCODE asmop's offset,
3524         * (pic16_popCopyReg): update instance field too,
3525         * (mov2w): modified to pic16_mov2w because it conflicts with mov2w
3526         function of pic port,
3527         * (genCmp, genAnd, genAssign),
3528         * src/pic16/genarith.c (genAddLit): some fixes from Raphael Neider,
3529
3530 2004-12-20 Vangelis Rokas <vrokas AT otenet.gr>
3531
3532         * src/SDCCast.c (gatherAutoInit): allow pic16 to emit static
3533         variables initial values to idata section,
3534         * src/SDCCicode.c (geniCodeCall): patch from ### to fix unreferenced
3535         variables in some functions. This utilizes parmBytes field of iCode
3536         structure to hold the offset of the variable in stack. (might be
3537         able to use the stack field too?)
3538         * applied patch from Raphael Neider # ### , # ###
3539         * src/pic16/glue.c (pic16emitRegularMap): fix to print static
3540         variable initial values in idata section,
3541         * src/pic16/ralloc.c (pic16_allocDirReg): don't allocate register
3542         for static variables with initial value
3543         * src/device/lib/pic16/libsdcc/float/ulong2fs.c (__ulong2fs):
3544         applied fix in while loop from Raphael Neider.
3545
3546 2004-12-19 Maarten Brock <sourceforge.brock AT dse.nl>
3547
3548         * src/ds390/gen.c (genCpl): fixed bit=~(char/bit) bugs, added warning
3549         * src/ds390/main.c (_ds390_regparm): don't pass bit params in registers
3550         * src/ds390/ralloc.c (serialRegAssign): spill bits
3551         * src/mcs51/gen.c (genCpl): fixed bit=~(char) bugs, added warning
3552         * support/Util/SDCCerr.c,
3553         * support/Util/SDCCerr.h: added warning W_COMPLEMENT for using bit=~(bit)
3554         * support/regression/tests/bitvars.c: added tests for bitwise complement(~)
3555         * support/regression/tests/bitwise.c: added test for bitwise complement(~)
3556
3557 2004-12-09 Maarten Brock <sourceforge.brock AT dse.nl>
3558
3559         * device/include/sdcc-lib.h: inserted LGPL, added includes
3560           asm/ds390/features.h and asm/mcs51/features.h
3561         * device/include/asm/default/features.h,
3562         * device/include/asm/gbz80/features.h,
3563         * device/include/asm/z80/features.h: added empty _AUTOMEM
3564           and _STATMEM
3565         * device/include/asm/ds390/features.h,
3566         * device/include/asm/mcs51/features.h: added files with defines for
3567           _AUTOMEM and _STATMEM indicating automatic and static storage class
3568         * device/lib/printf_large.c (_print_format): optimized & used _AUTOMEM
3569         * doc/sdccman.lyx: version 2.4.7, updated xstack documentation
3570         * src/SDCCicode.c (geniCodeCast),
3571         * src/SDCCsymt.c (compareType): allow cast of data-ptr to idata-ptr
3572         * src/SDCCloop.c (loopInduction): removed unused variable lr
3573         * src/SDCCopt.c (convilong, convertToFcall): moved "easy special case"
3574           to convertToFcall to include char modulo (RFE 1065037), added check
3575           if left operand is unsigned and use abs of literal value
3576         * src/SDCCpeeph.c (setFromConditionArgs): removed double quotes option
3577           as it doesn't work after conversion from peephole.def to peephole.rul
3578         * src/mcs51/gen.c (toBoolean): added check for size,
3579           (genModOneByte): optimized code for signed char modulo a literal
3580           power of 2 (thanks to Hubert Sack),
3581           (genRRC): removed unnecessary "clr c",
3582           (genRLC): replaced "add a,acc" with cheaper "rlc a"
3583         * src/mcs51/peeph.def: renamed 115 to 115.a, added rule 115.b: another
3584           jump optimization,
3585           swapped rules 256.c and 256.d,
3586           extended 256.d by using new multiple checks (thanks Erik),
3587           added rules 256.e and 256.f,
3588           updated rule 261.a and 261.b to new generated code
3589         * support/regression/tests/muldiv.c: added test div/mod by a power of 2
3590
3591 2004-12-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3592
3593         * src/SDCCloop.c (basicInduction, loopInduction): fixed several
3594           induction related bugs, including first part of bug #1074377
3595
3596 2004-12-05 Vangelis Rokas <vrokas AT otenet.gr>
3597
3598         * applied patch from bug-report #1076292,
3599         * applied patches for genAnd and Goto-optimizations for Raphael
3600         Neider,
3601         * src/SDCCicode.c (printOperand): fixed !REGA source to compile and
3602         dump a less iCode information,
3603         * src/pic16/device.h (pic16_options_t): added field debgen,
3604         * src/pic16/gen.h: added macros DUMP_FUNCTION_ENTRY,
3605         DUMP_FUNCTION_EXIT, FENTRY, FENTRY2,
3606         * src/pic16/gen.c (my_powof2): renamed to pic16_my_powof2 and made
3607         puclic,
3608         * (various functions): added macros FENTRY and FENTRY2 to functions,
3609         to emit function prologue,
3610         * (various functions): fixed indentation,
3611         * (genNearPointerGet): fixed loading of FSR0,
3612         * (genPackBits): applied patch from Raphael Neider to fix updating
3613         of FSR0 and touching only the modified bits,
3614         * src/pic16/genarith.c (various functions): added macros FENTRY to
3615         emit function prologue in comments,
3616         * src/pic16/pcode.h: added functions debugf2, debugf3,
3617         * src/pic16/ralloc.c: partial fix for packForPush caused
3618         segmentation fault,
3619
3620 2004-12-04 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3621
3622         * src/mcs51/peeph.def: added 261.a,b (16 bit rotate) by Stas Sergeev
3623           <stsp AT users.sourceforge.net> with reversed byte order
3624         * support/regression/tests/rotate.c: added (ds390 skips some tests)
3625
3626 2004-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3627
3628         * src/z80/gen.c (genLeftShift, genRightShift): fixed second part of
3629           bug #1074377
3630         * src/hc08/gen.c (genrshFour, shiftRLong, shiftLLong),
3631         * src/mcs51/gen.c (shiftLLong): Fixed some shifting bugs Frieder found
3632
3633 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
3634
3635         * src/pic/pcode.c : fixed a problem where banksel was not being inserted.
3636
3637 2004-12-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3638
3639         * src/SDCCpeeph.c (callFuncByName): support combined peephole rule
3640           conditions,
3641           (setFromConditionArgs): friendly operand parser for peephole rules,
3642           (operandBaseName, operandsNotRelated): new peephole condition
3643           "operandsNotRelated" -- similar to "operandsNotSame", but takes
3644           architecture specific register naming into account, handles n-way
3645           comparisons, and supports quoted literals
3646         * src/mcs51/peeph.def: restored rule 177.d with an extra condition
3647
3648 2004-12-02 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3649
3650         * src/mcs51/peeph.def: fixed bug #1076940
3651
3652 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
3653
3654         * device/include/pic/pic16f877.h : added an include file for the PIC16F877 device.
3655
3656 2004-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3657
3658         Adding support for replacing ljmps with sjmps in jumptables
3659         generated for switch statements. For now you need to set the
3660         environment variable SDCC_SJMP_JUMPTABLE to enable this.
3661         Now 4 algorithms for mcs51 jumptable generation are used:
3662         ljmp or sjmp jumptables for up to 16 cases, stack-pushing target
3663         addresses loaded pc-relative for up to 112 cases and stack-pushing
3664         target addresses loaded with offset from dptr for up to 256 cases.
3665
3666         * src/SDCCpeeph.c: added peephole conditional labelJTInRange
3667         * src/mcs51/main.c: adapted constants for switch table generation
3668         * src/mcs51/peeph.def: added 260.x for replacing ljmp with sjmp
3669
3670 2004-11-26 Maarten Brock <sourceforge.brock AT dse.nl>
3671
3672         * device/lib/printf_large.c (_print_format): fixed bug 1073386
3673         * support/regression/tests/bug1057979.c: added test for bug 1073386
3674
3675 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
3676
3677         * src/pic16/pcode.c: fixed bug which may produce error in non-GNU
3678         compilers
3679
3680 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
3681
3682         * src/pic16/device.h,
3683         * src/pic16/genarith.c,
3684         * src/pic16/glue.c,
3685         * src/pic16/main.c,
3686         * src/pic16/pcode.c: applied patches #1068154 and #1070213
3687
3688 2004-11-24 Vangelis Rokas <vrokas AT otenet.gr>
3689
3690         Large cummulative patch for pic16 port.
3691         * device/lib/pic16/gstack.h: NEW, user can specify its own handler
3692         to call when a stack overflow occurs,
3693         * (malloc.h): added CVS Id tag,
3694         * (pic18f{242,252,442,452}.h): added T0CONbits structure and
3695         variable,
3696         * added libc directory. The current version of LibC contains string
3697         functions, ctype functions and macros and some functions of the
3698         stdlib set (like malloc/free/atof/atoi etc...). All functions are to
3699         be extensively tested in the future. Standard disclaimer here.
3700         Library is not automatically build yet. But one can build it by
3701         invoking 'make' inside the libc directory.
3702         * added ADC library under libio. Preliminary version yet.
3703
3704         * src/pic16/gen.h: added emitTOGC macro, to toggle Carry flag,
3705         * src/pic16/gen.c (aopForRemat): asmop size is filled by
3706         aopForRemat() now and not by pic16_aopOp(),
3707         * (pic16_popGetTempReg): removed warning messgae when allocating
3708         temporary registers, its a buggy feature and will be removed,
3709         * (pic16_popGet): set register instance field in AOP_CRY,
3710         * (pic16_outBitC): fixed for results in size greater than 1,
3711         * (genUminusFloat): fixed for pic16, ported code from mcs51,
3712         * (pic16_storeForReturn): optimized return of 0,
3713         * (genCmp): experimental code for new genCmp which uses PIC18's
3714         special compare&skip instructions. Initial tests fail some times
3715         with variables grater than 1 byte in size, so new code is disabled,
3716         * (genUnpackBits, genPackBits): more optimizations in reading/writing,
3717         a single bit,
3718         * (genCast): began a fix to optimize the casting of a bit to another
3719         bit, now assigning a bitfield to another bitfield will fail, sorry,
3720         * src/pic16/main.c: disabled the use of lr-support feature,
3721         * src/pic16/pcode.h: renamed PCASMDIR to PCAD,
3722         * added some function prototypes, added function _debugf prototype,
3723         * src/pic16/pcode.c: (pic16_get_op): fixed emitting operands of register
3724         bits with offset (case PO_GPR_BIT),
3725         * (genericPrint): don't emit INFO pcode when --pcode-verbose not in
3726         command line,
3727         * (isBankInstruction): modified to return 0 for no banking instruction,
3728         and 1 for banking instruction,
3729         * (pic16_isPCinFlow): check for PCAD (assembler directives) too,
3730         caused stop processing pCodes after a inline assembly block,
3731         * (pic16_popCopyGPR2Bit): updated to match bitfields with offset,
3732         * src/pic16/pcoderegs.c: fixed a bug with eliminating some temporary
3733         registers when it shouldn't,
3734         * src/pic16/ralloc.c (allocReg): add preliminary support for
3735         supporting a limited set of temporary registers,
3736
3737 2004-11-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3738
3739         * src/hc08/gen.c (genAssign, genPointerGetSetOfs, genDataPointerGet,
3740           genDataPointerSet): ensure assignments always copy in MSB to LSB
3741           order,
3742           (loadRegFromAop): recognize CLRH optimization,
3743           (genFunction): optimize RECEIVE iCodes in reentrant functions
3744
3745 2004-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3746
3747         * src/SDCCmain.c (parseCmdLine, optionsTable[]): fixed bug with
3748           --out-fmt-s19 turning into --out-fmt-elf if s19 was already
3749           selected.
3750         * src/SDCCmain.c (linkEdit): don't define SSEG for HC08
3751         * src/hc08/main.c (_hc08_setDefaultOptions): default xdata to be
3752           contiguous with data
3753
3754 2004-11-19 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3755
3756         * device/lib/_gptrget.c (_gptrget),
3757         * device/lib/_gptrgetc.c (_gptrgetc),
3758         * device/lib/_gptrput.c (_gptrput): _naked allows to use ret
3759           instead of sjmp to ret
3760         * src/mcs51/peeph.def: added peepholes 3.d-g and 177.g,h provided
3761           by Hubert Sack <hsack2002 AT arcor.de> in RFE #1067986, thanks
3762
3763 2004-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
3764
3765         * .version: bumped version to 2.4.7
3766         * device/lib/_gptrget.c (_gptrget): is now _naked
3767         * device/lib/_gptrgetc.c (_gptrgetc): is now _naked
3768         * device/lib/_gptrput.c (_gptrput): is now _naked
3769         * src/SDCCast.c (createBlock): removed ridiculous self-assignment,
3770           (createFunction): fixed xstack
3771         * src/SDCCglue.c (emitMaps): set allocation required for bit area
3772         * src/SDCCicode.c (geniCodeCast): don't change SPEC_OCLS for literal
3773           or bit either,
3774           (geniCodeCritical): store original interrupt state in an iTemp bit
3775           var unless stack-auto
3776         * src/SDCCicode.h: added CRITICAL and ENDCRITICAL to SKIP_IC2
3777         * src/SDCCmain.c (setIncludePath): added include/target to search path
3778         * src/SDCCmem.c (allocParms): store bit vars in bit space, not overlay
3779         * src/SDCCsymt.c (checkFunction): don't check regbank for isr's against
3780           prototype,
3781           (processFuncArgs): put bit vars in bit area
3782         * src/mcs51/gen.c (saveRegisters, unsaveRegisters, genXpush, saveRBank,
3783           unsaveRBank): fixed xstack,
3784           (genFunction): bugfix: replaced (global!) reentrant with fReentrant,
3785           (genFunction, genEndFunction): fixed xstack,
3786           (genAssign): optimization don't walk backwards through mem
3787         * src/mcs51/main.c (_mcs51_regparm): don't pass bit params in registers
3788         * src/mcs51/ralloc.c (createStackSpil): spill bits to bit area
3789         * support/regression/Makefile: also make library (for stack-auto) when
3790           making "all" and added "test-mcs51-xstack-auto"
3791         * support/regression/fwk/lib/testfwk.c: added T2_isr prototype for mcs51
3792         * support/regression/ports/mcs51/T2_isr.c: added this file as a stub
3793         * support/regression/ports/mcs51/fwk.lib: added to link T2_isr stub
3794         * support/regression/ports/mcs51/spec.mk: added rules for fwk.lib
3795         * support/regression/ports/mcs51-stack-auto/spec.mk: replaced
3796           make-library by MAKE_LIBRARY
3797         * support/regression/ports/mcs51-xstack-auto/spec.mk: file added to run
3798           regression tests for xstack
3799         * support/regression/tests/bitvars.c: test for bit vars (bug 938782)
3800         * support/regression/tests/critical.c: test for critical on mcs51
3801
3802 2004-11-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3803
3804         * support/regression/ports/ucz80/spec.mk: use include and lib files from
3805           built version of sdcc instead of installed version
3806
3807 2004-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
3808
3809         * src/mcs51/gen.c (toBoolean): fixed bug 1065458
3810         * device/lib/Makefile.in: z80 uses printf_large.c, sprintf.c and
3811           vprintf.c now
3812         * device/lib/printf_large.c (calculate_digit): fixed bug 1057979
3813         * device/lib/z80/Makefile: don't use printf.c as it fails bug 1057979
3814           WARNING: remove device/lib/build/z80/printf.o by hand when
3815           updating from previous build!
3816         * device/lib/z80/printf.c: updated comment
3817         * support/regression/tests/bug1057979.c: test all ports now
3818         * support/regression/tests/bug1065458.c: file added
3819
3820 2004-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3821
3822         * src/z80/gen.c (genFunction, genEndFunction): avoided generating
3823           *_start and *_end symbols for static functions
3824
3825 2004-11-11 Maarten Brock <sourceforge.brock AT dse.nl>
3826
3827         * src/SDCCmain.c (linkEdit): don't suppress crt0 if --nostdlib is used
3828           and search crt0.o in all library paths,
3829           (setIncludePath): proper handling of --nostdinc,
3830           (setLibPath): proper handling of --nostdlib
3831         * support/regression/Makefile,
3832         * support/regression/ports/ds390/spec.mk,
3833         * support/regression/ports/gbz80/spec.mk,
3834         * support/regression/ports/hc08/spec.mk,
3835         * support/regression/ports/mcs51/spec.mk,
3836         * support/regression/ports/mcs51-large/spec.mk,
3837         * support/regression/ports/mcs51-stack-auto/spec.mk,
3838         * support/regression/ports/z80/spec.mk: use include and lib files from
3839           built version of sdcc instead of installed version
3840         * doc/sdccman.lyx: fixed typo in --nostdinc
3841
3842 2004-11-10 Slade Rich <slade_rich AT users.sourceforge.net>
3843
3844         * src/pic/pcode.c,
3845         * src/pic/device.c,
3846         * src/pic/ralloc.c,
3847         * src/pic/gen.c : added support to generate code for struct bit fields.
3848
3849 2004-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
3850
3851         * as/xa51/xa_version.h,
3852         * device/include/errno.h,
3853         * device/include/regc515c.h,
3854         * device/lib/_itoa.c,
3855         * device/lib/_ltoa.c,
3856         * device/lib/ser_ir_cts_rts.c,
3857         * sim/ucsim/xa.src/glob.cc,
3858         * sim/ucsim/xa.src/inst_gen.cc,
3859         * sim/ucsim/xa.src/xa_bit.cc,
3860         * sim/ucsim/xa.src/xa_sfr.cc,
3861         * sim/ucsim/z80.src/inst_dd.cc,
3862         * sim/ucsim/z80.src/inst_fdcb.cc,
3863         * support/scripts/keil2sdcc.pl,
3864         * src/pic16/pic16.dsp,
3865         * src/pic16/pic16a.dsp: corrected cvs line endings
3866         * device/lib/printf_large.c: fixed bug 1057979
3867         * src/pic16/gen.c: fixed non-C standard code
3868         * src/SDCCmain.c: made --pack-iram default, added --no-pack-iram
3869         * src/SDCCglobl.h: changed pack_iram to no_pack_iram
3870         * support/regression/ports/mcs51/support.c: reload T1 asap
3871         * doc/sdccman.lyx: updated for options --pack-iram and --no-pack-iram,
3872           pdata use and clear idata startup behaviour
3873         * support/regression/tests/bug1057979.c: added
3874
3875 2004-11-04 Maarten Brock <sourceforge.brock AT dse.nl>
3876
3877         * device/examples/ds390/ow390/ad26.h,
3878         * device/examples/ds390/ow390/cnt1d.h,
3879         * device/examples/ds390/ow390/crcutil.c,
3880         * device/examples/ds390/ow390/ownet.h,
3881         * device/examples/ds390/ow390/owsesu.c,
3882         * device/examples/ds390/ow390/swt12.h,
3883         * device/examples/ds390/ow390/swtoper.c,
3884         * device/examples/ds390/ow390/temp10.h,
3885         * device/examples/ds390/ow390/thermodl.c,
3886         * device/examples/ds390/tinitalk/tinitalk.dsp,
3887         * device/examples/ds390/tinitalk/tinitalk.dsw,
3888         * device/examples/mcs51/clock/hw.h,
3889         * device/examples/mcs51/simple2/go.bat,
3890         * device/examples/serialcomm/windows/serial.h,
3891         * device/examples/xa51/dummy.c,
3892         * device/examples/xa51/hello.c,
3893         * device/include/80c51xa.h,
3894         * device/include/at89x051.h: corrected cvs line endings
3895
3896 2004-11-04 Vangelis Rokas <vrokas AT otenet.gr>
3897
3898         * src/pic16/main.c (options): added command line --gstack, to trace
3899         stack over/under flows,
3900         * added pragma 'wparam' to allow passing first byte of function
3901         parameters via WREG, syntax is #pragma wparam my_function[, func2...]
3902         * src/pic16/gen.c (pic16_testStackOverflow): function which emits a
3903         call to __gstack_test function and sets up the symbol as extern,
3904         * (pic16_pushpCodeOp, pic16_poppCodeOp, pushw, pushaop, popaopidx,
3905         * popaop): added call to pic16_testStackOverflow,
3906         * (wParamCmp, inWparamList): NEW, test existence of a symbol in
3907         wparamList list,
3908         * (genCall, genPcall): now all parameters are passed via stack
3909         except in functions that are pass to wparam pragma in which WREG is
3910         used too,
3911         * (genPcall): REENTRANT flag is checked to see if variable prototype
3912         contains reentrant keyword, don't call a non-reentrant function, via
3913         a reentrant function pointer or vice versa, functions are never
3914         passed via WREG,
3915         * (genJumpTab): applied patch from bug #1057478 by R.Neider and
3916         D.Winkler,
3917         * src/pic16/glue.c (pic16emitRegularMap): fixed bug which caused a
3918         SIGSEGV when accessing a NULL register stucture,
3919         * (pic16_printGPointerType): modified to handle UPPER modifier for
3920         function initializers, changed prototype of function to simpler one,
3921         * (pic16_printIvalFuncPtr): check to see if function is already
3922         added in externs list,
3923         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): fixed bug which
3924         optimized a move from W to SFR with a move to the same register
3925         later after a CALL,
3926         * device/lib/pic16/debug: NEW directory, contains debug features
3927         which are enabled when linking with libdebug.lib, currently command
3928         line option --gstack enables stack pointer tracing for over/under
3929         flow, corresponding sources are in debug/gstack
3930
3931 2004-10-30 Vangelis Rokas <vrokas AT otenet.gr>
3932
3933         * doc/sdccman.lyx: updated SDCC version,
3934         * (PIC16 port): update list of command line options,
3935         * src/pic16/device.h (structure pic16_options_t): added field gstack
3936         to enable stack overflow tracing on push/pops,
3937         * src/pic16/device.c (statistics structure): added statistics
3938         structure,
3939         * (pic16_dump_access, pic16_dump_usection, pic16_dump_gsection,
3940         pic16_dump_int_registers): increase statistics counters for each
3941         * variable which is encountered
3942         * (pic16_dump_usection): emit each .udata variable to its own udata
3943         section,
3944         * src/pic16/gen.c (assignResultValue, genCall, genPcall, genFunction):
3945         when macro USE_WREG_IN_FUNC_PARAMS is set to 0 pass all function
3946         parameters via stack, otherwise use old scheme,
3947         * src/pic16/glue.c (pic16_emitStatistics): dump statistics in
3948         assembler output file,
3949         * src/pic16/main.c: added command line options --gstack to enable
3950         push/pop tracing for stack overflow,
3951         * src/pic16/pcode.c (all pCodeInstruction records for PIC18F
3952         instructions): added size of each instruction,
3953         * (pic16_countInstruction): estimate size of instructions in
3954         the_pFile list, inline assembly blocks are not counted,
3955         * (pic16_FixRegisterBanking): trace previous register usage, when
3956         banksel optimizations is greater than 0, don't emit a redudant
3957         banksel directive,
3958
3959 2004-10-26 Slade Rich <slade_rich AT users.sourceforge.net>
3960
3961         * src/pic/ralloc.c : fixed inefficient code produced when compiling a complimented bit operation.
3962         * src/pic16/ralloc.c : applied same fix for pic16.
3963         * src/pic/gen.c : tidied it up a little.
3964
3965 2004-10-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3966
3967         * src/mcs51/peeph.def: disabled 259.a,b for removing redundant ret,
3968         thanks to Martin Helmling for reporting (mail on sdcc-devel 2004-10-25)
3969
3970 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3971
3972         * src/SDCCast.c (reverseParms): fixed bug #1040577 (part 2)
3973
3974 2004-10-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3975
3976         * device/lib/ser_ir_cts_rts.c: integer promotion caused a call to the
3977         non-reentrant function __modsint in the interrupt function (thus
3978         corrupting math operations during serial I/O)
3979         * device/lib/ser_ir.c: as above, changed buffersize
3980         * src/mcs51/peeph.def: added 259.a,b for removing redundant ret,
3981         256.c,d for zeroing
3982         * doc/Makefile: added option -t for rsync
3983
3984 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3985
3986         * src/SDCCast.h (struct ast),
3987         * src/SDCCast.c (reverseParms, copyAst): fixed bug #1040577 (part 1)
3988
3989 2004-10-20 Borut Razem <borut.razem AT siol.net>
3990
3991         * support/scripts/sdcc.nsi: added include/pic16/*.h to the setup
3992         package
3993
3994 2004-10-20 Vangelis Rokas <vrokas AT otenet.gr>
3995
3996         * device/lib/pic16/libsdcc/Makefile: added lregs directory in
3997         makefile targets,
3998         * device/lib/pic16/libsdcc/lregs/{Makefile,lrst.c,lrrest.c}: NEW
3999         support functions to replace long sequences of MOVFF's from access
4000         bank registers to stack and vice versa,
4001         * src/pic16/device.h: added new field opt_flags, where optimization
4002         flags can be set to enable certain features,
4003         * src/pic16/gen.c (pic16_emitpinfo): NEW to add PC_INFO pCode in
4004         * pBlock, (genFunction, genEndFunction): surroung loop for
4005         saving/loading used registers in stack with PC_INFO pCodes,
4006         INF_LREGS. Code in between can then be optimized by pCode optimizer
4007         to support function calls,
4008         * (genDataPointerSet): fixed bug which loaded float fields in
4009         structures with corrupt data,
4010         * src/pic16/genutils.c (debugf, _debugf): macro/function which emits
4011         in a standard way debug info on stderr. Feature used for developing
4012         and debugging only,
4013         * src/pic16/glue.c (pic16glue): reformatted, deleted some old and
4014         obsolete chunks of code,
4015         * if optimization flag OF_LR_SUPPORT was set, call pic16_OptimizeLocalRegs,
4016         * src/pic16/main.c (_pic16_parseOptions): added handler for --flr-support,
4017         * pic16/src/pcode.c (pic16_newpCodeInfo,
4018         * (pic16_newpCodeOpLocalRegs),
4019         * (pic16_convertLocalRegs2Support): NEW, to support new optimization
4020         feature,
4021         * (pic16_pCodeConstString): printing of the initial value of a
4022         symbol as a comment is inhibited since parsing was already done by
4023         copyStr and output is corrupt,
4024         * (pic16_pCode2str, genericPrint): handle PC_INFO pCode,
4025
4026 2004-10-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4027
4028         * src/mcs51/ralloc.c (packRegisters): fixed bug #1044601
4029
4030 2004-10-19 Maarten Brock <sourceforge.brock AT dse.nl>
4031
4032         * as/mcs51/lkarea.c: removed old K&R style,
4033           (lnksect): changed check on boundary error,
4034           (lnksect2): changed check on boundary error,
4035           (lnksect2): extend XSTK to end of page if size = 1
4036         * as/mcs51/lkmain.c: removed old K&R style,
4037           (Areas51): create l_IRAM symbol
4038         * as/mcs51/lkmem.c (summary2): added report on PSEG and XSTK
4039         * device/lib/Makefile.in: renamed model-mcs51-reentrant to
4040           model-mcs51-stack-auto, added model-mcs51-xstack-auto
4041         * device/lib/_mullong.c: added version to be compiled with xstack
4042         * device/lib/mcs51/crtclear.asm: clear only upto --iram-size
4043         * device/lib/mcs51/crtxclear.asm: clear pdata as well
4044         * device/lib/mcs51/crtxstack.asm: fixed comment
4045         * src/SDCCglue.c: maxInterrupts defaults to 0,
4046           (emitMaps): added pdata,
4047           (createInterruptVect): (re)moved default,
4048           (glue): added pdata,
4049           (glue): moved __start__xstack to XSTK with default size 1
4050         * src/SDCCmain.c (parseCmdLine): automatically set options.intlong_rent
4051           and options.float_rent when options.stackAuto is set,
4052           (linkEdit): only write XDATA_NAME if provided on command line
4053         * src/SDCCmem.h,
4054         * src/SDCCmem.c: added pdata
4055         * src/port.h: added pdata_name to PORT
4056         * src/mcs51/gen.c (toBoolean): fixed for Acc use of aopGet,
4057           (saveRegisters, unsaveRegisters): removed usage of B,
4058           (genMinus): fixed accumulator clash,
4059           (genJumpTab): added comment, this needs another look
4060         * src/mcs51/gen.c: added check for "B in use" paranoia,
4061           added pushB() and popB()
4062         * src/mcs51/peeph.def: restart after 177.c so 177.a can get a second
4063           chance
4064         * src/avr/main.c,
4065         * src/ds390/main.c,
4066         * src/hc08/main.c,
4067         * src/mcs51/main.c,
4068         * src/pic/main.c,
4069         * src/pic16/main.c,
4070         * src/xa51/main.c,
4071         * src/z80/main.c: (reset_regparms) made void parameter explicit and
4072           added PSEG (PAG,XDATA) or NULL to port specifier
4073         * src/ds390/main.c (_ds390_genIVT): moved implemented default in here
4074         * src/mcs51/main.c (_mcs51_genIVT): moved implemented default in here,
4075           (_mcs51_genInitStartup): removed __start__xstack equ,
4076           (mcs51_port): moved xstack from XSEG (XDATA) to XSTK (PAG,XDATA)
4077         * src/pic16/device.c (pic16_dump_usection, pic16_dump_isection),
4078         * src/z80/gen.c (_rleAppend): fixed warnings
4079         * support/regression/tests/zeropad.c: added pdata test
4080         * .version: bumped to 2.4.6
4081
4082 2004-10-17 Borut Razem <borut.razem AT siol.net>
4083
4084         * support/scripts/sdcc.nsi: cross compiling of WIN32 setup.exe on Linux
4085         as a part of nightly build
4086
4087 2004-10-16 Vangelis Rokas <vrokas AT otenet.gr>
4088
4089         * src/pic16/gen.c (struct _G): added field useWreg, is set to 1 when
4090         WREG holds the first byte function parameters,
4091         * (aopForSym): take special case for symbols which are in FARSPACE
4092         but in CODESPACE too,
4093         * (assignResultValue): modified to take into account _G.useWreg,
4094         * (genCall): don't use wreg for parameter passing when function is
4095         declared as reentrant, too, added optimization INCF to stack
4096         pointer when stack parameter count is 1,
4097         * (genFunction, genEndFunction): refurnished and fixed to not using
4098         wreg for passing parameters when function has varargs or is
4099         reentrant, fixed bug with symbol name compare for generating
4100         functions in absolute address,
4101         * (pic16_storeForReturn): refurnished,
4102         * (genCmp): began writing a new version of the function, not ready
4103         yet, therefore it is disabled,
4104         * (genAssign): do not read code memory when assigning a function to
4105         a pointer function,
4106         * src/pic16/glue.c (pic16emitStaticSeg): abSym->name is defined an
4107         array of characters, not pointer,
4108         * (pic16initialComments): in debug mode emit an .ident directive for
4109         the assembler,
4110         * (_process_pragma): emit a new warning type (internal to pic16)
4111         when setting stack to default length, emit a similar warning when
4112         placing a function at absolute address and address is not word aligned
4113         * (_pic16_parseOptions): added 'return TRUE' statement,
4114         * (_pic16_linkEdit): if compiling a source, then add the source's
4115         file object, first in the list of objects to link,
4116
4117 2004-10-13 Slade Rich <slade_rich AT users.sourceforge.net>
4118
4119         * src/pic/pcoderegs.c : increased count on regUsedinRange to prevent unnecessary warning.
4120         * src/pic/main.c : removed VC warning.
4121         * src/pic/gen.c : changed comment.
4122
4123 2004-10-12 Vangelis Rokas <vrokas AT otenet.gr>
4124
4125         * device/lib/pic16/libsdcc/gptr/gptrput[234].c: an external
4126         reference to a deprecated symbol _GPTRREG was causing failure to
4127         link. Thanks G. M. Gallant for the info.
4128
4129 2004-10-12 Slade Rich <slade_rich AT users.sourceforge.net>
4130
4131         * src/pic/pcode.c : Applied a code patch supplied by Paul Ashmore in
4132         comments for Bugs item #954788.
4133
4134 2004-10-10 Vangelis Rokas <vrokas AT otenet.gr>
4135
4136         * src/pic16/device.c (pic16_dump_gsection,
4137         * pic16_groupRegistersInSection): handle symbols declared to be in
4138         access bank differently,
4139         * src/pic16/gen.c (struct _G): added field resDirect,
4140         * (aopForSym): if symbol on stack and iCode is '=' and result exists,
4141         send values read from stack directly to result and don't allocate
4142         temporary values,
4143         * (pic16_sameRegs): fixed bug that allowed MOVFF to move between
4144         same registers,
4145         * (pic16_sameRegsOfs): NEW,
4146         * (freeAsmop): if _G.resDirect is set then do not mark registers as
4147         free because they were not allocated from temporary pool,
4148         * pic16_popRegFromString): workaround to fix a problem with
4149         allocating variables twice or never,
4150         * (genGenPointerGet): using PRODL instead of FSR0H,
4151         * (genGenPointerSet): using POSTDEC1 (that is a stack location)
4152         instead of FSR0H,
4153         * (genAssign): take advantage of the _G.resDirect flag,
4154         * (genCast): around line 11844, use mov2f instead of directly
4155         MOVFF'ing between operands to account for literal values,
4156         * src/pic16/genutils.c: some new debug functions for gpsim have been
4157         added,
4158         * src/pic16/glue.c (pic16_printIvalType): fixed bug that initialized
4159         float with integer part only,
4160         * src/pic16/main.c (_process_pragma): handle pragma udata access to
4161         place variables in access bank
4162         * device/lib/pic16/libsdcc/gptr/gptr*.c: using BRA instead of GOTO,
4163         updated sources to reflect recent changes in gen.c
4164
4165 2004-10-06 Vangelis Rokas <vrokas AT otenet.gr>
4166
4167         * device/lib/pic16/libsdcc/Makefile.rules: fixed bug concerning
4168         sources that searched for headers in installation path, now the
4169         device/include/pic16 is used,
4170         * src/pic16/glue.c (pic16glue),
4171         * src/pic16/pcode.c (pCode2str, genericPrint): don't print .file or
4172         .line directives if not in debug mode, this suppresses assembler's
4173         warnings for ignored directives
4174
4175 2004-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
4176
4177         * src/port.h: made reset_regparms prototype void parameter explicit.
4178         * src/SDCCsymt.c (processFuncArgs): removed argument "func".
4179         * src/mcs51/ralloc.c (packRegisters): new fix for bugs 898889 & 979599.
4180         * doc/sdccman.lyx: documented warning disabling and how to use
4181           printf_large to make it print floats.
4182         * device/include/stdbool.h: NEW
4183         * device/lib/_atof.c,
4184         * device/lib/_divuint.c,
4185         * device/lib/_divulong.c,
4186         * device/lib/expf.c,
4187         * device/lib/printf_large.c,
4188         * device/lib/sincosf.c,
4189         * device/lib/sincoshf.c: used stdbool.h, all compile with stack-auto now
4190         * device/lib/Makefile.in: added target for model-mcs51-reentrant to build
4191           a completely reentrant lib.
4192
4193 2004-10-05 Vangelis Rokas <vrokas AT otenet.gr>
4194
4195         * device/lib/pic16/libsdcc/gptr/gptr*.c: added return statements
4196         * device/include/pic16/stdio.h: fixed bug with colon
4197
4198 2004-10-03 Vangelis Rokas <vrokas AT otenet.gr>
4199
4200         * device/include/pic16/stdio.h,
4201         * device/include/pic16/stdlib.h,
4202         * device/include/pic16/math.h: NEW
4203         * device/lib/pic16/libsdcc/gptr/*.c (gptrget*, gptrput*): functions
4204         declared as _naked to reduce overhead
4205         * device/lib/Makefile.in (target port-specific-objects-pic16):
4206         changed * to *.* so to ignore the CVS directory,
4207         * src/pic16/gen.c (pic16_freeAsmop): added code to store result of
4208         stacked variables back in stack,
4209         * (genEndFunction): fixed bug reported by G.M. Gallant with stack
4210         corruption
4211
4212 2004-10-01 Vangelis Rokas <vrokas AT otenet.gr>
4213
4214         * .version: bumped version number to 2.4.5
4215         * support/Util/SDCCerr.h: added warning W_POSSBUG2.
4216         * support/Util/SDCCerr.c (messages structure): added entry for
4217         W_POSSBUG2
4218
4219         Large cumulative patch for pic16 port and libraries.
4220         * device/include/pic16/sdcc-lib.h,
4221         * device/include/pic16/stdarg.h,
4222         * device/include/asm/pic16/features.h,
4223         * device/include/lib/pic16/libsdcc/gptr/{*.c, Makefile}: NEW,
4224         * device/include/pic16/float.h: changes reentrant keyword with
4225         _FS_REENTRANT, added prototype for __fsneq, included sdcc-lib.h
4226         * device/lib/pic16/libsdcc/Makefile: added target directory gptr,
4227         updated target build-libraries to include objects from gptr,
4228         * device/lib/pic16/libsdcc/{char,int,long}/*.c: added macro
4229         _IL_REENTRANT to all function headings, included sdcc-lib.h header,
4230         * device/lib/pic16/libsdcc/float/*.c: added macro _FS_REENTRANT to
4231         all function headings,
4232         * src/SDCCmain.c: added global parameter userIncDirsSet,
4233         * (parseCmdLine): when option -I is encountered add directory to
4234         userIncDirsSet too,
4235         * src/version.awk: added space between control and long,
4236         * src/pic16/NOTES: added some notes for the port,
4237         * src/pic16/gen.c: added prototype for mov2fp function,
4238         * (fReturnpic16[]): properly named return value registers,
4239         * (_G structure): added fields stackRegSet, fregsUsed, stack_lat,
4240         * (aopForSym): added code to handle symbols with onStack flag set,
4241         symbols onStack are allocated PTRSIZE bytes,
4242         * (aopFreeAsmop): handles special case where asmops are stack objects,
4243         * (aopGet, pic16_popGet): adde cod to handle new asmop AOP_STA,
4244         * (pic16_popGetTempReg, pic16_popGetTempRegCond, pic16_popReleaseTempReg):
4245         added argument lock to trace flaws in allocating temporary registers
4246         when developing port,
4247         * (pic16_popGetLit, pic16_popGetLit2): changed lit from unsigned to signed
4248         * (pic16_popRegFromString): reenabled allocating a direct register
4249         from string,
4250         * (assignResultValue): various beautifications,
4251         * fixed bug #1037717 (patch from R. Neider & D. Wrinkler) with mistaken
4252         referenced function argument,
4253         * (genIpush): reenabled to allow stacked arguments, handles only
4254         ic->parmPush iCodes,
4255         * (genCall, genPcall): major changes to allow for variable argument
4256         functions, fixed a bug with falsely restoring stack pointer after
4257         returning from call,
4258         * (genFunction): pending code for critical function,
4259         * (shiftR1Left2ResultSigned, shiftR1Left2Result, shiftL2Left2Result,
4260         * (shiftR2Left2Result, shiftLLong) applied patch #1032155 from R.Neider,
4261         * (genNearPointerGet): fixed bug with indirect reading, was always
4262         reading from INDF0
4263         * (genGenPointerGet, genGenPointerSet): rewrote to support generic
4264         pointers,
4265         * (genAddrOf): rewrote code to take address of a stacked function parameter
4266         * (genCast): fixed casting to generic pointer type,
4267         * src/pic16/gen.h: added AOP_STA,
4268         * (struct asmop): added field stk,
4269         * src/pic16/genarith.c (pic16_AopType): handle AOP_STA,
4270         * (pic16_genPlusIncr): changed emitSKPNZ to emitSKPNZ,
4271         * (pic16_genAddLit, pic16_genPlus): applied patch #1034042 by tecodev,
4272         * (pic16_genMinus): fixed bug #1035119 with patch submitted by tecodev,
4273         * src/pic16/genutils.c (pic16_genNot): removed symbol *tlbl,
4274         * src/pic16/glue.c (pic16_printGPPointerType): fixed to support new
4275         generic pointers,
4276         * src/pic16/main.c (_pic16_initPaths): ignores default SDCC include
4277         and library paths,
4278         * (pic16_port structure): generic pointer size is set to 3,
4279         * src/pic16/pcode.c (pic16_newpCodeOpLit): correctly print literal integer,
4280         * (insertBankSwitch): cast to (char *) to prevent 64bit CPUs'
4281         compiler warning,
4282         * src/pic16/ralloc.c (allocReg): prevent allocating register when
4283         operand is an iTemp,
4284
4285 2004-09-24 Martin Helmling <mh AT octo-soft.de>
4286
4287         * debugger/mcs51/cmd.c: set PC if a symbol at pc reg is set
4288         * debugger/mcs51/simi.c: addapt new syntax of s51
4289
4290 2004-09-23 Vangelis Rokas <vrokas AT otenet.gr>
4291
4292         * src/pic16/genutils.c (pic16_genNot): fixed bug #1032265,
4293         * src/pic16/pcode.c: commented out some calls to free() in order to
4294         fix bug #989576,
4295
4296 2004-09-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4297
4298         * src/SDCCicode.h,
4299         * src/SDCCicode.c (isiCodeInFunctionCall),
4300         * src/avr/ralloc.c (selectSpil),
4301         * src/pic/ralloc.c (selectSpil),
4302         * src/pic16/ralloc.c (selectSpil),
4303         * src/ds390/ralloc.c (selectSpil),
4304         * src/hc08/ralloc.c (selectSpil),
4305         * src/xa51/ralloc.c (selectSpil),
4306         * src/mcs51/ralloc.c (selectSpil): Don't use remainSpil to spill to the
4307         stack in the middle of a function call sequence (fixes bug #1020268)
4308         * src/SDCCicode.c (geniCodeJumpTable): fixed error in computing the
4309         costs associated with the minimum switch case.
4310
4311 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4312
4313         * src/SDCC.lex: fixed bug #1030549
4314
4315 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4316
4317         * src/SDCCcse.h (struct cseDef),
4318         * src/SDCCcse.c (cseBBlock, newCseDef, ifFromAddrTaken): purge CSEs
4319         over a function call if the CSE is derived from a symbol whose
4320         address has been taken (fixes bug #1029883)
4321         * support/regression/tests/bug-1029883: a new regression test for
4322         this bug
4323
4324 2004-09-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4325
4326         * src/hc08/gen.c (emitinline): fixed bug #1029778
4327         * src/SDCC.y (assignment_expr): fixed the grammer so that assignment
4328         to a cast object is no longer a syntax error ("fixes" bug #1030006,
4329         and starts toward RFE #905167)
4330
4331 2004-09-17 Vangelis Rokas <vrokas AT otenet.gr>
4332
4333         * src/pic16/gen.c (mov2f): New function to move an operand to
4334         another without considering if it is a literal or a register,
4335         * (pic16_sameRegs): don't check if they are both AOP_REG,
4336         * (AccRsh): removed andmask=0 lines,
4337         * (genLeftShift): duplicated to be improved in future versions,
4338         * src/pic16/main.c (_process_pragma): emit stack default size in hex,
4339         * src/pic16/pcode.c: added POC_INFSNZW, updated inverted_op fields
4340         in POC_INCFSZ, POC_INCFSZW, POC_INFSNZ,
4341         * (pic16initMnemonics): added initialization for POC_INFSNZW,
4342         * (insertBankSwitch): fixed inserting banksel directives algorithm
4343         for instructions that follow a skip instruction, this fixes a report
4344         for broken subtraction code generation,
4345         * src/pic16/ralloc.c (deassignLRs): do not free register if current
4346         iCode is a left op, just in case result and right share the same
4347         registers
4348
4349 2004-09-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4350
4351         * src/hc08/main.c,
4352         * src/hc08/gen.c (genJumpTable): more efficient jump table, supports
4353         preservation of HX
4354         * src/hc08/gen.c (pullRegs): fixed order of HX & XA pairs
4355         * src/mcs51/ralloc.c (packRegisters): removed the patch applied
4356         on 2004-09-12; it was buggy
4357
4358 2004-09-15 Bernhard Held <bernhard AT bernhardheld.de>
4359
4360         * src/SDCCsymt.h: removed RESULT_CHECK
4361         * src/SDCCast.c,
4362         * src/SDCCglue.c,
4363         * src/SDCCval.c,
4364         * src/pic/glue.c,
4365         * src/pic16/glue.c: replaced RESULT_CHECK with RESULT_TYPE_NONE
4366
4367 2004-09-15 Vangelis Rokas <vrokas AT otenet.gr>
4368
4369         * src/SDCCicode.c (piCode): applied patch from Raphael Neider,
4370         * src/pic16/device.c (pic16_assignConfigWordValues): wrong
4371         configuration values no more rejected by compiler, they are assigned
4372         to configuration registers with a warning message instead,
4373         * src/pic16/glue.c (pic16_emitConfigRegs): added +1 at top-limit of
4374         the for-loop so last conf register is emitted too,
4375         * (_pic16_initPaths): link library libsdcc.lib by default,
4376         * (_hasNativeMulFor): modified test for multiplication according to
4377         Raphael Neider's remarks. Integer multiplication is also done with
4378         support functions,
4379         * device/include/pic16/pic18fregs.h: corrected type error in while
4380         testing and including 18f6720 header file
4381
4382 2004-09-14 Vangelis Rokas <vrokas AT otenet.gr>
4383
4384         * src/pic16/device.h (pic16_options): removed field use_crt,
4385         * src/pic16/gen.c (genUnpackBits): added call to pic16_loadFSR0
4386         until an optimization to handle single bits is added,
4387         * (pic16_loadFSR0): moved before genUnpackBits,
4388         * (genAnd): some white lines removed,
4389         * src/pic16/main.c (_pic16_finaliseOptions): set omit_ivt and clear
4390         leave_reset flags in pic16_options when using crt modules,
4391
4392 2004-09-12 Maarten Brock <sourceforge.brock AT dse.nl>
4393
4394         * src/mcs51/ralloc.c (packRegisters): applied fix by Bernhard Held
4395           for bugs 898889 & 979599. Also used some safer print instructions.
4396
4397 2004-09-12 Vangelis Rokas <vrokas AT otenet.gr>
4398
4399         * src/pic16/device.h (pic16_options_t): added field use_crt,
4400         crt_name, no_crt,
4401         * src/pic16/genarith.c (pic16_genPlus): added an assert(0) line to
4402         catch a probable future bug,
4403         * src/pic16/gen.c: aopIdx function commented out,
4404         * (genAssign): commented out old code which used aopIdx,
4405         * src/pic16/glue.c (pic16glue): removed some legacy fragments of
4406         code, added if conditionals to take into account the --use-crt
4407         command line options,
4408         * src/pic16/main.c (pic16_optionsTable): added new command line
4409         options, --use-crt= and --no-crt,
4410         * (_pic16_linkEdit): now the proper crt object is added in the
4411         linker command line except than when --no-crt is specified,
4412         * src/pic16/pcode.c,
4413         * src/pic16/pcode.h: added some structures and functions for a new
4414         optimization scheme to compansate for instruction overhead between
4415         same iCodes, this scheme is currently under development and is not
4416         working in any way,
4417         * src/pic16/gen.c (genAnd): added patch provided by Aaron Collwell
4418         to && operator,
4419         * device/lib/pic16/startup/crt0i.c,
4420         * device/lib/pic16/startup/crt0iz.c: added global char variable
4421         __uflags to force the generation of an idata section
4422
4423 2004-09-12 Bernhard Held <bernhard AT bernhardheld.de>
4424
4425         * doc/Makefile,
4426         * doc/clean.mk: added support for easy creation of sdcc-doc.tar.bz2
4427         * doc/sdccman.lyx: updated sdcc version to 2.4.4
4428
4429 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4430
4431         * doc/sdccman.lyx: fixed a problem with my new index entries (thanks
4432         Frieder) and clarified the default code optimization mode
4433
4434 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4435
4436         * src/SDCC.lex (doPragma, process_pragma),
4437         * src/SDCCglobl.h (struct optimize): added pragmas "opt_code_speed",
4438         "opt_code_size", and "opt_code_balanced"
4439         * src/SDCCmain.c (optionsTable[], printOptions, scanOptionsTable):
4440         regrouped options by category, added support for category headers
4441         * src/SDCCmain.c (parseCmdLine): added options "--opt-code-speed"
4442         and "--opt-code-size"
4443         * doc/sdccman.lyx: documented these new options and pragmas
4444         * src/hc08/gen.c (AccLsh, AccRsh): take speed/size optimization
4445         preference into account
4446
4447 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
4448
4449         * src/SDCCicode.c (geniCodePostInc, geniCodePreInc, geniCodePostDec,
4450           geniCodePreDec): Fixed bug 904237 by generating a warning
4451         * src/SDCCerr.h,
4452         * src/SDCCerr.c: added warning W_SIZEOF_VOID
4453
4454 2004-09-09 Slade Rich <slade_rich AT users.sourceforge.net>
4455
4456         * src/pic/device.c : When no max ram set validate full memory range.
4457         * src/pic/pcode.c,
4458         * src/pic/pcodepeep.c : Copy C code comments to optimised replacement code.
4459
4460 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
4461
4462         * device/lib/_gptrget.c,
4463         * device/lib/_gptrput.c: updated comment
4464         * device/lib/calloc.c,
4465         * device/lib/free.c,
4466         * device/lib/malloc.c,
4467         * device/lib/realloc.c: added LGPL, made them reentrant-safe
4468         * src/SDCCcse.c (cseBBlock),
4469         * src/SDCCicode.c (printOperand, geniCodeArray),
4470         * src/SDCCicode.h (struct operand): fixed bug 868103
4471         * support/regression/tests/bug-868103.c: added
4472         * src/SDCCast.c (searchLitOp),
4473         * src/SDCCcse.h (struct cseDef),
4474         * src/SDCCglue.c (printIvalArray, spacesToUnderscores),
4475         * src/SDCCicode.h (struct operand),
4476         * src/SDCCsymt.h (struct sym_link),
4477         * src/avr/gen.c (hasInc),
4478         * src/ds390/gen.c (hasInc),
4479         * src/hc08/gen.c (genPlusIncr, hasInc),
4480         * src/mcs51/gen.c (hasInc),
4481         * src/pic16/glue.c (pic16_printIvalChar),
4482         * src/pic16/ralloc.c (regWithIdx),
4483         * src/xa51/gen.c (hasInc) : removed warnings
4484         * src/SDCCast.c (createBlock): added comment ???
4485         * src/hc08/ralloc.c: updated comments
4486
4487 2004-09-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4488
4489         * doc/sdccman.lyx: updated section on switch statements, added
4490         section about semaphore locking
4491         * doc/Makefile: added option -info for latex2html
4492         * device/lib/_gptrget.c,
4493         * device/lib/_gptrput.c: __XPAGE instead of P2 in outcommented code
4494
4495 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
4496
4497         * src/pic/device.h,
4498         * src/pic/device.c,
4499         * src/pic/port.c : Changed PIC14 code to not set bit RP1 when
4500          maxram is less than 0x100.
4501
4502 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
4503
4504         * Bug fixes for PIC14 - signed RSHIFT problem. Patch supplied by Allen(agschrum).
4505
4506 2004-09-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4507
4508         * src/port.h,
4509         * src/mcs51/main.c,
4510         * src/ds390/main.c,
4511         * src/z80/main.c,
4512         * src/hc08/main.c,
4513         * src/pic/main.c,
4514         * src/pic16/main.c,
4515         * src/avr/main.c,
4516         * src/xa51/main.c
4517         * src/SDCCicode.c (geniCodeJumpTable): Better logic to determine if a
4518         a jump table is the best form for a switch statement, including
4519         automatic insertion of missing cases to make the case range
4520         continuous. Developed in collaboration with Frieder Ferlemann.
4521
4522 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4523
4524         * src/hc08/ralloc.c (canDefAccResult): multi-byte shift is unsafe for
4525         accumulator result if it needs sign extension
4526
4527 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
4528
4529         * src/hc08/ralloc.c (canUseAccOperand): fixed comparison bug
4530
4531 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
4532
4533         * device/lib/gbz80/printf.c,
4534         * device/lib/z80/printf.c: removed define for NULL
4535
4536 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
4537
4538         * as/xa51/xa_link.c,
4539         * device/examples/ds390/ow390/ad26.c,
4540         * device/examples/ds390/ow390/cnt1d.c,
4541         * device/examples/ds390/ow390/counter.c,
4542         * device/examples/ds390/ow390/ds2480.h,
4543         * device/examples/ds390/ow390/ds2480ut.c,
4544         * device/examples/ds390/ow390/findtype.c,
4545         * device/examples/ds390/ow390/gethumd.c,
4546         * device/examples/ds390/ow390/owllu.c,
4547         * device/examples/ds390/ow390/ownetu.c,
4548         * device/examples/ds390/ow390/swt12.c,
4549         * device/examples/ds390/ow390/swtloop.c,
4550         * device/examples/ds390/ow390/temp.c,
4551         * device/examples/ds390/ow390/temp10.c,
4552         * device/examples/ds390/ow390/thermo21.c,
4553         * device/examples/ds390/ow390/tinilnk.c,
4554         * device/examples/ds390/ow390/tstfind.c,
4555         * device/examples/serialcomm/windows/serial.cpp,
4556         * device/examples/serialcomm/windows/test_serialcomm.cpp,
4557         * device/include/reg51.h: fixed line endings for cvs
4558
4559 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4560
4561         * src/hc08/ralloc.c (canDefAccResult, canUseAccOperand,
4562         packRegsForAccUse, packRegisters): new accumulator register
4563         packing algorithm
4564         * support/regression/ports/hc08/support.c (_putchar): suppress
4565         warning of unused variable
4566         * src/SDCCicode.c: added SWAP entry to codeTable
4567
4568 2004-09-01 Maarten Brock <sourceforge.brock AT dse.nl>
4569
4570         * device/lib/sprintf.c: forgot to add this file before previous commit
4571
4572 2004-09-01 Vangelis Rokas <vrokas AT otenet.gr>
4573
4574         * src/pic16/gen.c (genPackBits): added operand right in function
4575         parameters, load result directly if p_type is POINTER (that is
4576         called by genNearPointerSet)
4577         * (genUnPackBits): added operand left in function parameters,
4578         * (genNearPointerGet, genNearPointerSet): prevent the loading of
4579         FSR0 if accessing bitfields,
4580
4581 2004-08-31 Maarten Brock <sourceforge.brock AT dse.nl>
4582
4583         * device/include/stdio.h: added NULL, size_t, typedef pfn_outputchar,
4584           _print_format; updated printf, sprintf, vsprintf
4585         * device/include/asm/default/features.h: corrected comment/define
4586         * device/lib/Makefile.in: added sprintf.c
4587         * device/lib/libsdcc.lib: added sprintf module
4588         * device/lib/printf_large.c,
4589         * device/lib/vprintf.c,
4590         * device/lib/sprintf.c: totally refactored printf_large and vprintf
4591           into these 3 files
4592         * support/regression/Makefile: changed ALL_PORTS into a usefull default
4593         * support/regression/ports/mcs51-stack-auto/spec.mk: added sprintf
4594         * support/regression/tests/bug-927659.c: removed dummy putchar, enabled
4595           hc08 test
4596         * support/regression/tests/zeropad.c: define idata as data for hc08
4597
4598 2004-08-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4599
4600         * src/SDCCpeeph.c (labelIsReturnOnly): support hc08 rts opcode also
4601         * src/SDCCpeeph.c (buildLabelRefCountHash): assume function entry point
4602         labels are referenced at least once (even if a reference is not found)
4603         * src/hc08/gen.c (emitcode): set isComment flag for comments
4604         * src/hc08/peeph.def: added rules 5a..5f (optimize redundant immediate
4605         loads), rules 6a..6b (optimize jumps to return)
4606
4607 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4608
4609         * device/lib/acosf.c (acosf),
4610         * device/lib/asinf.c (asinf),
4611         * device/lib/atanf.c (atanf),
4612         * device/lib/ceilf.c (ceilf),
4613         * device/lib/cosf.c (cosf),
4614         * device/lib/coshf.c (coshf),
4615         * device/lib/cotf.c (cotf),
4616         * device/lib/fabsf.c (fabsf),
4617         * device/lib/floorf.c (floorf),
4618         * device/lib/log10f.c (log10f),
4619         * device/lib/logf.c (logf),
4620         * device/lib/sinf.c (sinf),
4621         * device/lib/sinhf.c (sinhf),
4622         * device/lib/sqrtf.c (sqrtf),
4623         * device/lib/tanf.c (tanf),
4624         * device/lib/tanhf.c (tanhf),
4625         * device/include/math.h: defined _FLOAT_FUNC_REENTRANT macro and
4626         replaced all instances of "reentrant" in the library functions
4627         defined in math.h with this macro.
4628         * support/regression/tests/float_trans.c: reenabled test for hc08
4629
4630 2004-08-30 Bernhard Held <bernhard AT bernhardheld.de>
4631
4632         * device/lib/pic16/Makefile.common.in: added MODELFLAGS again, it was
4633         erroneously deleted
4634
4635 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4636
4637         * src/hc08/gen.c (loadRegFromAop): better use of clra & clrx
4638         * src/hc08/gen.c (genAnd, genOr): fixed bug with conditional when
4639         multi-byte volatile operands are used
4640         * src/hc08/gen.c (shiftRLong): fixed bug with wrong rotate direction
4641         * src/hc08/main.c (_hc08_genAssemblerPreamble): moved the built-in
4642         initialization to area GSINIT0 so that it would always precede
4643         any static initializers in GSINIT
4644         * support/regression/tests/zeropad.c: fixed idata define for hc08
4645         * support/regression/tests/bug-927659.c,
4646         * support/regression/tests/float_trans.c: disabled tests for hc08
4647         pending missing library routines
4648         * .version: increased version number to 2.4.4 - hc08 port now passes
4649         regression tests
4650
4651
4652 2004-08-29 Bernhard Held <bernhard AT bernhardheld.de>
4653
4654         * device/lib/pic16/Makefile.common.in: added $(MM) to fix `make clean`
4655         * Makefile.common.in,
4656         * as/Makefile,
4657         * as/hc08/Makefile.in,
4658         * as/mcs51/Makefile.in,
4659         * as/z80/Makefile.in,
4660         * debugger/mcs51/Makefile.in,
4661         * device/include/Makefile.in,
4662         * device/lib/Makefile.in,
4663         * doc/Makefile,
4664         * link/Makefile,
4665         * link/z80/Makefile.in,
4666         * packihx/Makefile.in,
4667         * sim/ucsim/main_in.mk,
4668         * sim/ucsim/avr.src/Makefile.in,
4669         * sim/ucsim/doc/Makefile.in,
4670         * sim/ucsim/gui.src/serio.src/Makefile.in,
4671         * sim/ucsim/hc08.src/Makefile.in,
4672         * sim/ucsim/s51.src/Makefile.in,
4673         * sim/ucsim/xa.src/Makefile.in,
4674         * sim/ucsim/z80.src/Makefile.in,
4675         * src/Makefile.in,
4676         * support/cpp2/Makefile.in,
4677         * support/librarian/Makefile,
4678         * support/makebin/Makefile: added DESTDIR to the install path proposed
4679         by "Maciej 'Agaran' Pijanka" <agaran AT pld-linux.org>
4680         * doc/sdccman.lyx: added DESTDIR documentation
4681
4682 2004-08-29 Vangelis Rokas (vrokas AT otenet.gr>
4683
4684         * src/pic16/gen.c (genFunction, genEndFunction): fixed return
4685         instruction for interrupt handlers, use fast returns when returning
4686         from high priority interrupts
4687
4688 2004-08-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4689
4690         * src/hc08/gen.c (genAnd, genOr, transferAopAop, rmwWithAop): optimized
4691         code generation
4692         * src/hc08/gen.c (genrshFour, genCpl): fixed bugs
4693         * src/hc08/gen.c (genMultOneByte, genDivOneByte, genModOneByte): fixed
4694         bugs, ported much of Bernhard's code from mcs51
4695         * src/mcs51/gen.c (genSend),
4696         * src/hc08/gen.c (genSend): fixed bug with lost SEND iCodes if more
4697         than one when calling a reentrant function
4698         * device/lib/_mullong.c: defined an alternate struct layout for big
4699         endian ports (hc08)
4700
4701 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4702
4703         * src/hc08/gen.c (shiftL2Left2Result): fix for bug-500536 regression
4704         test
4705
4706 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4707
4708         * src/SDCCsymt.c (processFuncArgs): make sure parameter types
4709         are sane and complete before asking the port its prefered parameter
4710         passing method (fixes bug #1017633)
4711         * device/lib/hc08/_ret.c: added "data" storage class to _ret2
4712         and _ret3
4713
4714 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4715
4716         * src/hc08/gen.c (genPackBitsImmed, genUnpackBitsImmed): fix offset
4717         problem in bitfields >= 8 bits.
4718
4719 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
4720
4721         * src/SDCCsymt.c: undid changes that were not meant to be committed
4722
4723 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
4724
4725         * support/regression/ports/hc08spec.mk: REENTRANT must be reentrant
4726
4727 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
4728
4729         * src/hc08/gen.c (genUminusFloat): fixed bug where only 3 bytes were
4730           copied and wrong bit got inverted
4731
4732 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4733
4734         * src/hc08/gen.c (genPointerSet, genFarPointerSet): moved code from
4735         genFarPointerSet into genPointerSet; eliminated genFarPointerSet
4736         * src/hc08/gen.c (genPointerGet, genFarPointerGet): moved code from
4737         genFarPointerGet into genPointerGet; eliminated genFarPointerGet
4738         * src/hc08/gen.c (genPackBitsImmed): generate optimized code for
4739         assignments to bitfields at known addresses
4740         * src/hc08/gen.c (genUnpackBitsImmed): generate optimized code for
4741         reads from bitfields at known addresses
4742         * src/hc08/ralloc.c (packRegisters),
4743         * src/hc08/gen.c (genPointerGet, genUnpackBits, genUnpackBitsImmed,
4744         genhc08Code): optimize pointer get values used as conditionals
4745         * src/hc08/peeph.def: added rules 2e & 2f to optimize bit test
4746         and branch
4747
4748 2004-08-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4749
4750         * src/mcs51/gen.c (genPointerGet, genNearPointerGet, genPagedPointerGet,
4751         genFarPointerGet, genCodePointerGet, genGenPointerGet, genUnpackBits),
4752         * src/mcs51/ralloc.c (packRegisters): optimize pointer get values used
4753         as conditionals
4754
4755 2004-08-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4756
4757         * src/mcs51/peeph.def: peepholes 248.i-m for xdata bitfields
4758
4759 2004-08-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4760
4761         * src/mcs51/ralloc.c (packRegsForOneuse): fixed bug #1012650 and some
4762         related problems
4763
4764 2004-08-21 Bernhard Held <bernhard AT bernhardheld.de>
4765
4766         * sim/ucsim/cmd.src/Makefile.in: run lex only if $(PRJDIR)/devel exists
4767
4768 2004-08-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4769
4770         * src/z80/ralloc.c (packRegsForAssign): ported some bug fixes from the
4771         mcs51 port
4772
4773 2004-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
4774
4775         * src/pic/gen.c: Restored fn genRet as previous fix was incorrect.
4776
4777 2004-08-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4778
4779         * src/mcs51/gen.c (genJumpTab): jumptables for more than 16 switch
4780         cases use more compact code.
4781
4782 2004-08-13 Slade Rich <slade_rich AT users.sourceforge.net>
4783
4784         * src/pic/gen.c: Fixed problem with fn returning a variable bigger than a char.
4785
4786 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4787
4788         * src/SDCClrange.c (findPrevUse): fixed bug #1007371
4789
4790 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4791
4792         * src/SDCCsymt.h,
4793         * src/SDCCsymt.c (changePointer, checkDecl, addSymChain): changed
4794         parameter of changePointer() from symbol* to sym_link*
4795         * src/SDCCast.c (decorateType): call changePointer() for CAST op
4796         * src/SDCCsymt.c (compareType): void* type is castable to other
4797         pointers, but not necesarily an exact match.
4798         * src/SDCCicode.c (geniCodeCast): allow void* casting here since it
4799         is no longer blindly treated as an exact match.
4800         * src/SDCCval.c (valCastLiteral): treat missing type as cast to void
4801
4802 2004-08-12 Slade Rich <slade_rich AT users.sourceforge.net>
4803
4804         * src/pic/glue.c: Added struct initialisation fn printIvalStruct.
4805
4806 2004-08-11 Slade Rich <slade_rich AT users.sourceforge.net>
4807
4808         * src/pic/gen.c,
4809         * src/pic/pcode.c,
4810         * src/pic/ralloc.h,
4811         * src/pic/ralloc.c: Printing rIdx on internal verbose debug.
4812
4813 2004-08-10 Slade Rich <slade_rich AT users.sourceforge.net>
4814
4815         * src/pic/device.c,
4816         * src/pic/device.h,
4817         * src/pic/device.c: Will no longer exit if #pragma maxram has not been defined.
4818
4819 2004-08-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4820
4821         * src/mcs51/gen.c (emitcode): fixed bug #992819
4822
4823 2004-08-05 Maarten Brock <sourceforge.brock AT dse.nl>
4824
4825         * src/pic/ralloc.c (deassignLR): allthough pic port is buggy already,
4826           there's no need to make it worse
4827
4828 2004-08-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4829
4830         * src/mcs51/ralloc.c (deassignLR),
4831         * src/ds390/ralloc.c (deassignLR),
4832         * src/hc08/ralloc.c (deassignLR),
4833         * src/z80/ralloc.c (deassignLR),
4834         * src/pic/ralloc.c (deassignLR),
4835         * src/pic16/ralloc.c (deassignLR),
4836         * src/avr/ralloc.c (deassignLR),
4837         * src/SDCClrange.c (findRecursiveSucc, findRecursivePred, findPrevUse,
4838         rlivePoint): fixed another part of bug #971834
4839
4840 2004-08-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4841
4842         * src/z80/main.c: enabled "critical" keyword
4843         * src/z80/mappings.i,
4844         * src/z80/gen.c (genFunction, genEndFunction): support for interrupt
4845         functions (fixes bug #979646)
4846         * doc/sdccman.lyx: added a subsection explaining z80 interrupt support
4847
4848 2004-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4849
4850         * src/mcs51/gen.c (genInline): Add \n for labels, not DOS/WIN dirs
4851           such as c:\mydir.
4852
4853 2004-08-03 Maarten Brock <sourceforge.brock AT dse.nl>
4854
4855         * src/SDCCloop.c (loopInvariants): fixed bug 983545, hope this
4856           doesn't disable too much optimizations
4857
4858 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
4859
4860         * src/pic/glue.c Disabled "WARNING: function 'main' undefined" when -S option is used.
4861
4862 2004-08-02 Maarten Brock <sourceforge.brock AT dse.nl>
4863
4864         * src/SDCClrange.c (rlivePoint): fixed bug 988568, thanks to anonymous
4865
4866 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
4867
4868         * src/pic/gen.c tidied up tabs
4869         * src/pic/genarith.c tidied up tabs and fixed bug with literal multiple where same register was used for hi and low byte
4870         * src/pic/main.c tidied up tabs
4871         * src/pic/pcode.c tidied up tabs and disabled verbose code generation
4872         * src/pic/pcoderegs.c tidied up tabs
4873         * src/pic/ralloc.c tidied up tabs
4874
4875 2004-07-30 Vangelis Rokas <vrokas AT otenet.gr>
4876
4877         * src/SDCCmem.c (allocGlobal): don't turn S_REGISTER storage class
4878         to S_FIXED for pic16 port and when symbol is not in level 0,
4879         allocate for S_REGISTER storage class and pic16 port, too,
4880         * src/pic16/device.h: prototype for checkSym,
4881         * src/pic16/device.c (pic16_dump_access, checkSym): NEW,
4882         * (pic16_assignConfigWordValue): test the value and the mask to
4883         validate that the value is suitable for the configuration word,
4884         * src/pic16/glue.c (pic16_printIvalFuncPtr): use 'externs' to
4885         collect extern declared symbols, don't emit symbol twice, check
4886         first if symbol is in publics set first,
4887         * src/pic16/main.c (_pic16_keywords[]): added keyword 'register',
4888         * added command line '--fstack' which enables an experimental
4889         feature for stack access, too buggy to be used yet...
4890         * src/pic16/ralloc.c (pic16_accessregWithName): NEW,
4891         * (pic16_allocDirReg): when register has storage class S_REGISTER
4892         allocate in pic16_dynAccessRegs,
4893         * device/include/pic16/pic18f????.h: modified configuration word
4894         naming convention, words started as CONFIG0H but should be CONFIG1H
4895
4896 2004-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
4897
4898         * device/include/mcs51reg.h: fixed bug 970993
4899
4900 2004-07-27 Maarten Brock <sourceforge.brock AT dse.nl>
4901
4902         * added lib/calloc.c, lib/free.c, lib/realloc.c, include/stddef.h
4903         * updated lib/malloc.c, lib/libsdcc.lib, lib/Makefile.in, include/malloc.h
4904         * src/SDCC.lex (doPragma): added pragma disable_warning <nnn>
4905         * src/SDCCmain.c (parseCmdLine): added option --disable-warning <nnn>
4906         * src/ds390/gen.c (genPlusIncr): fixed bug when incrementing generic pointers
4907         * support/Util/SDCCerr.c (vwerror): suppress disabled warnings and output
4908           error/warning numbers,
4909           added function setWarningDisabled()
4910         * support/Util/SDCCerr.h: added setWarningDisabled() and MAX_ERROR_WARNING
4911         * support/regression/ports/mcs51-stack-auto/spec.mk: added dependencies
4912           _memcmp.c _memmove.c calloc.c realloc.c free.c
4913         * support/regression/tests/malloc.c: added tests for new functionality
4914         * support/regression/tests/zeropad.c: added tests for truncated initializers
4915           and initialized char arrays starting with '\x0'
4916         * src/mcs51/peeph.def: fixed regression, added peephole 177.f
4917
4918 2004-07-26 Bernhard Held <bernhard AT bernhardheld.de>
4919
4920         * support/valdiag/tests/overflow.c: fixed warning on (1 >> 40)
4921
4922 2004-07-26 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4923
4924         * doc/sdccman.lyx: updated example in section "Absolute Addressing"
4925         * src/mcs51/peeph.def: added contributed fix for "bug" #995347 as
4926         peephole 177.e. Thanks to anonymous
4927
4928 2004-07-25 Vangelis Rokas <vrokas AT otenet.gr>
4929
4930         * src/pic16/glue.c (pic16_printIvalFuncPtr): when an extern
4931         function isn't used in the source but referenced as a
4932         variable initializer then declare it as extern in .asm file
4933
4934 2004-07-24 Vangelis Rokas <vrokas AT otenet.gr>
4935
4936         * .version: increased version number to 2.4.3
4937
4938         Adding version extension according to ChangeLog CVS revision
4939         * src/Makefile.in (target all): added dependency 'version.h'
4940         * (rule version.h): added rule to create version.h from ChangeLog,
4941         * (rule dep): added dependency version.h,
4942         * src/version.awk: AWK script to create version.h
4943         * src/SDCCdwarf2.c (dwWriteModule),
4944         * src/SDCCglue.c (initialComments),
4945         * src/SDCCmain.c (printVersionInfo): modified to write after
4946         version string the version extension number,
4947         * src/SDCCutil.c: included "version.h"
4948         * (getBuildNumber): NEW, returns SDCC's ChangeLog minor revision
4949         number,
4950         * src/SDCCutil.h: added prototype for getBuildNumber
4951
4952         * src/SDCCmain.c (parseCmdLine): when sOpt is 'I' add rest in
4953         includeDirsSet, too,
4954         * src/SDCCsymt.c (checkSClass): don't emit error when a variable,
4955         const char [] is found in function prototype...
4956
4957         * src/pic16/genarith.c (pic16_genUMult8XLit_8): optimization to omit
4958         moving to WREG with source is already in WREG,
4959         * src/pic16/gen.h: added AOP_FSR0 and AOP_FSR2 in enum,
4960         * src/pic16/gen.c (getFreePtr): updated to look for FSR0 and FSR2,
4961         * (aopForSym): stack'ed symbols are partially supported, added
4962         if-clause to support symbols in FARSPACE,
4963         * (sameRegs): added test for AOP_ACC to see if registers are same,
4964         * (pic16_freeAsmop): added case for AOP_FSR0 and AOP_FSR2,
4965         * (pic16_aopGet): added case for AOP_FSR0 and AOP_FSR2,
4966         * (pic16_popRegFromString): will not allocate a new register if it
4967         doesn't find one by name, bug may have introduced...
4968         * (pic16_popGet): added case for AOP_FSR0 and AOP_FSR2,
4969         * (genIpush): revived to use pic16 port's stack,
4970         * (genAddrOf): added incomplete case for stack'ed operand,
4971         * (genCast): optimized a pair of MOVFW,MOVWF to MOVFF
4972         * src/pic16/genutils.c (pic16_genNot): almot new vesrion for NOT,
4973         can handle multibyte operands,
4974         * src/pic16/glue.c (pic16_printIval*): some debug info added,
4975         * (pic16initialComments): added message for MPLAB compatibility
4976         mode enabled,
4977         * src/pic16/main.h: prototype for pic16_mplab_comp,
4978         * src/pic16/main.c (pic16_optionsTable): new option --mplab-comp,
4979         which enabled MPLAB compatibility mode (i.e. no #LINE/#FILE, BANKED)
4980         * (_pic16_linkEdit): NEW, handles link stage, transferred here
4981         because of increased complexity of procedure,
4982         * (_process_pragma): stack pragma changed to format 'stack pos len',
4983         emit symbol '_stack_end' to conform with gplink,
4984         * src/pic16/pcode.c (pic16_newpCodeOpBit): using pic16_regWithName
4985         to search for register,
4986         * (pic16_get_op, pic16_get_op2): added case for PO_W, PO_WREG and
4987         PO_GPR_REGISTER,
4988         * (pic16_pCode2str): when in MPLAB compatibility mode, comment out
4989         #LINE directives and replace 'B' with 'BANKED' in instruction opcodes
4990         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
4991         case for PO_GPR_REGISTER,
4992         * (pic16_AnalyzeBanking): removed the old message for inc2h.pl, past
4993         dies, the new era is ahead !...
4994         * src/pic16/ralloc.c: added hash reposits pic16_dynAllocRegNames and
4995         pic16_dynInternalRegs,
4996         * (pic16_allocregWithName, pic16_procregWithName, pic16_regWithname): NEW,
4997         * (pic16_allocDirReg): minor optimizations and bug fixes,
4998         * (pic16_allocWithIdx): when searching pic16_dynProcessorRegs use fixed,
4999
5000         * device/lib/pic16/startup/crt0*.c: extern definition of stack_end,
5001         load stack and frame pointer with address of 'stack_end' symbol
5002
5003 2004-07-23 Vangelis Rokas <vrokas AT otenet.gr>
5004
5005         * src/pic16/glue.c (pic16emitStaticSeg): fixed bug with files
5006         without source code but only variable initializers
5007
5008 2004-07-20 Vangelis Rokas <vrokas AT otenet.gr>
5009
5010         * src/pic16/glue.c (pic16emitRegularMap): unused functions marked as
5011         external are not declared as extern to reduce overhead while linking
5012
5013 2004-07-20 Maarten Brock <sourceforge.brock AT dse.nl>
5014
5015         * src/SDCCast.c (decorateType): removed buggy fix for bug #979599
5016
5017 2004-07-11 Maarten Brock <sourceforge.brock AT dse.nl>
5018
5019         * src/SDCCglue.c (printIvalArray): fixed bug #984229, thanks to Phuah
5020           Yee Keat for the patch
5021         * src/SDCCast.c (decorateType): fixed bug #979599
5022         * src/ds390/gen.h: removed local fReturnSizeDS390
5023         * src/ds390/gen.c: made fReturnSizeDS390 signed short to remove a warning
5024         * src/ds390/gen.c (genAnd, genOr, genXor),
5025         * src/mcs51/gen.c (genAnd, genOr, genXor): generate better optimized code
5026
5027 2004-07-04 Vangelis Rokas <vrokas AT otenet.gr>
5028
5029         * src/SDCCmain.c (linkEdit): modifications only for pic16 port,
5030         add relFilesSet to $3, manipulate $2 to handle linking of object
5031         files without source files in command line,
5032         * device/include/pic16 (all headers): added ID location macros,
5033         * src/pic16/device.c (struct PIC16_device Pics16[]): added field
5034         entries for ID location bytes,
5035         * (pic16_assignIdByteValue): NEW,
5036         * src/pic16/device.h: new structures idRegInfo_t and idBytesInfo_t,
5037         added field dumpcalltree to pic16_options_t,
5038         * src/pic16/gen.c (genCmp): fixed bug case so a temporary register
5039         is used instead of pic16_Gstack_base_addr, check if (ifx) before
5040         emitting rFalseIfx label after check_carry label,
5041         * src/pic16/glue.c (PIC16_IS_IDLOC_ADDRESS, PIC16_IS_HWREG_ADDRESS,
5042         pic16_emitDIRegs), NEW
5043         * (pic16glue): dump .calltree file when option --calltree found,
5044         * src/pic16/main.c (OPTION _pic16_optionsTable): new option --calltree
5045         * (_pic16_genAssemblerPreamble): emit ID locations after
5046         configuration registers,
5047         * (pic16_linkCmd): modifications of the link command,
5048         * src/pic16/pcode.c (pic16_pciMOVFF): PCC_REGISTER replaces PCC_REGISTER2
5049         * (pic16_pCodeInitRegisters): don't init stack registers,
5050         * (pic16_findPrevInstruction): fixed bug,
5051         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): fixed
5052         bug with immediate registers,
5053         * (buildCallTree): traces stack push and pop,
5054         * (pct2): dump also stack usage for each function,
5055         * src/pic16/ralloc.c (dynrIdx): registers names start from 0x00
5056         * (pic16_allocDirReg): various modifications,
5057         * (pic16_typeRegWithIdx): when searching pic16_dynProcessorRegs set
5058         fixed to 1,
5059
5060 2004-07-02 Vangelis Rokas <vrokas AT otenet.gr>
5061
5062         * src/pic16/pcode.c: removed buggy double colon
5063
5064 2004-07-01 Borut Razem <borut.razem AT siol.net>
5065
5066         * support/scripts/sdcc.nsi: added include/pic16 to setup
5067
5068 2004-06-30 Vangelis Rokas <vrokas AT otenet.gr>
5069
5070         * device/lib/Makefile.in: fixed bug in target objects-pic16,
5071         * device/lib/pic16/Makefile: prefixed with dash (-) command under
5072         target 'clean',
5073         * doc/sdccman.lyx: changed version to 2.4.2 and added some port
5074         specific command line arguments. Also added sample lkr script
5075         for placing a variable at a specific memory bank.
5076         * src/pic16/device.c (pic16_dump_gsection): NEW, to dump variables
5077         at a specific memory bank,
5078         * (pic16_dump_isection): fixed bug which caused string literals to
5079         be omitted when dumping idata section,
5080         * (pic16_groupRegistersInSection): added code to handle registers
5081         in specific memory banks,
5082         * src/pic16/gen.c: labelOffset is prefixed with pic16_ and made
5083         public, all references are renamed too,
5084         * (pic16_aopGet): removed switch cases for AOP_R0,AOP_R1,AOP_DPTR,
5085         AOP_DPTR2,
5086         * (pic16_storeForReturn): added case to handle when dest is WREG,
5087         * src/pic16/genarith.c (pic16_pCodeOpSubType): NEW,
5088         * src/pic16/glue.c (pic16emitRegularMap): when adding a register in
5089         pic16_rel_udata, check to see if that register is marked as being
5090         a member of a specific memory bank,
5091         * (pic16_printIvalCharPtr): added code to add string literals either
5092         to code or the idata sections,
5093         * src/pic16/main.c (_process_pragma): added \n to WHITE constant,
5094         also accept the 'udata' pragma,
5095         * src/pic16/main.h: new structure types sectName and sectSym
5096         * src/pic16/pcode.c: added new pCodeInstruction entry for BANKSEL
5097         * (newpCodeOpBit): added PIC_OPTYPE subt in function prototype,
5098         * (pic16_findPrevInstruction): fixed, it returned nothing,
5099         * (insertBankSwitch): fixed to emit banksel/skip and skip/banksel
5100         instruction combinations,
5101         * (pic16_FixRegisterBanking): heavily reorganised,
5102         * (pic16_AnalyzeBanking): if generating banksel directives is
5103         disabled, then don't call FixRegisterBanking at all,
5104         * src/pic16/ralloc.c (bitEQUs, aliasEQUs, allDefsOutOfRange):
5105         completely removed,
5106         * (pic16_writeUsedRegisters): added call to pic16_dump_gsection
5107
5108 2004-06-29 Bernhard Held <bernhard AT bernhardheld.de>
5109
5110         * src/SDCCglue.c (printChar): fixed bug #973350, patch provided by
5111         Phuah Yee Keat <yk.phuah AT nestac.com>
5112
5113 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
5114
5115         * src/pic16/glue.c (pic16createInterruptVect): function now emits
5116         correctly the IVT even if it is relocated to some other location
5117
5118 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
5119
5120         * device/include/pic16/pic18fregs.h: added case for pic18f2220.h
5121         * device/include/pic16/pic18f2220.h: NEW,
5122         * device/lib/pic16/libdev/pic18f2220.c: NEW,
5123         * device/lib/pic16/libdev/Makefile: added 18f2220 in DEVS,
5124         * src/pic16/device.c (struct Pics16): added info for 18f2220,
5125         * src/pic16/device.h (struct pic16_options): added ivt_loc and
5126         nodefaultlibs, ivt_loc is the location of the interrupt vector
5127         table, and nodefaultlibs signs that default libraries should not be
5128         linked in link stage,
5129         * src/pic16/gen.c (genFunction): relocate interrupt vector functions
5130         according to --ivt-loc argument,
5131         * src/pic16/main.c (_process_pragma): emit '_stack' as public symbol
5132         when pragma stack is found,
5133
5134 2004-06-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5135
5136         * src/mcs51/peeph.def: added peepholes 182.d (return 0.0),
5137         256 (range check), 257 (do while), 258.a-f (bit banging
5138         f.e. on 3-wire SPI bus)
5139
5140 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5141
5142         * src/SDCClrange.c (findNextUseSym): fixed a live range bug with
5143         variables used exclusively within a loop
5144
5145 2004-06-21 Bernhard Held <bernhard AT bernhardheld.de>
5146
5147         * src/mcs51/gen.c (genCpl): quick fix for bug #974835
5148
5149 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5150
5151         * src/SDCClrange.c (computeClash): fixed bug #971834
5152
5153 2004-06-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5154
5155         * src/mcs51/gen.c (genCmp): fixed bug #975903
5156         * src/hc08/gen.c (operandsEqu),
5157         * src/ds390/gen.c (operandsEqu),
5158         * src/z80/gen.c (operandsEqu),
5159         * src/pic/gen.c (operandsEqu),
5160         * src/pic16/gen.c (operandsEqu),
5161         * src/mcs51/gen.c (operandsEqu): fixed bug #976283
5162         * src/SDCCmain.c (parseCmdLine): report --unknown-option only once
5163
5164 2004-06-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5165
5166         * src/SDCCcse.c (cseBBlock): fixed bug #966963
5167
5168 2004-06-12 Vangelis Rokas <vrokas AT otenet.gr>
5169
5170         * src/pic16/gen.c (genPointerGet): added E_INTERNAL_ERROR for
5171         default case in switch statement,
5172         * glue.c (pic16_initPointer): expr is initialised via decoarteType
5173         to eliminate problem with initialisation of pointers, but problem
5174         still exists,
5175         * (pic16_pointerTypeToGPByte): removed, no needed for pic16,
5176         * (emitStaticSegment): removed various lines emitting debug info,
5177         * src/pic16/pcode.c, src/pic16/pcode.h, src/pic16/ralloc.h:
5178         added processor registers for utilizing EEPROM,
5179         * src/pic16/pcode.c (pic16_emitDB): number of DBs emitted is not
5180         configurable and set 8
5181
5182 2004-06-08 Vangelis Rokas <vrokas AT otenet.gr>
5183
5184         * .version: increased version number to 2.4.2,
5185
5186         Cumulative patch for pic16 port
5187         * src/pic16/device.c: changed scheme to dump initial values for
5188         variables in idata segment, all print_idata* functions were removed,
5189         now the pic16_printIval* will be called,
5190         * src/pic16/glue.c: (pic16_initPointer, pic16_pointerTypeToGPByte,
5191         * _pic16_printPointerType, pic16_printPointerType,
5192         * pic16_printGPointerType, pic16_printIvalArray, pic16_printIvalStruct,
5193         * pic16_printIvalBitFields, pic16_printIvalFuncPtr, pic16_printIvalPtr:
5194         NEW, similar to the respective functions in SDCCglue.c,
5195         * src/pic16/pcode.c (pic16_emitDB, pic16_flushDB): reverted to old
5196         way, emitting hex bytes,
5197         * (pic16_emitDS): NEW, emits a string for pointer initialisation,
5198
5199 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5200
5201         * src/avr/ralloc.c (serialRegAssign),
5202         * src/xa51/ralloc.c (serialRegAssign),
5203         * src/pic/ralloc.c (serialRegAssign),
5204         * src/pic16/ralloc.c (serialRegAssign),
5205         * src/hc08/ralloc.c (serialRegAssign),
5206         * src/z80/ralloc.c (serialRegAssign),
5207         * src/ds390/ralloc.c (serialRegAssign),
5208         * src/mcs51/ralloc.c (serialRegAssign): fixed bug #964479
5209
5210 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5211
5212         * src/SDCCicode.c (geniCodeJumpTable): fixed bug #967601
5213         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug #966505
5214
5215 2004-06-07 Vangelis Rokas <vrokas AT otenet.gr>
5216
5217         Cumulative patch for pic16 port:
5218         * src/pic16/device.h (typedef PIC16_device) modified fields for
5219         defining microcontrollers,
5220         * src/pic16/device.c: added new info for all devices in Pics16 array,
5221         * src/pic16/gen.c (genPcall): fixed bug that caused the return label
5222         to be optimised out by the pCode optimiser,
5223         * src/pic16/glue.c (pic16emitRegularMap): treat implicit aggragates
5224         specially, bug reported by G.M. Gallant,
5225         * src/pic16/pcode.c (pic16_newpCodeLabelFORCE): NEW, marks a label
5226         as force'd so that cannot be optimised out by pCode optimiser,
5227         * src/pic16/pcode.c,
5228         * src/pic16/pcodepeeph.c,
5229         * src/pic16/pcoderegs.c: many modifications to re-enable peepholes,
5230         they are disabled by default, but can be enabled explicit with
5231         command argument --denable-peeps, for testing,
5232         * device/lib/pic16/startup/Makefile: added --no-peep,--pomit-config-words,
5233         --pomit-ivt in COMPILE_FLAGS
5234
5235 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
5236
5237         * src/pic16/pcode.c (pic16_emitDB): removed double semicolon which fails
5238           compilation on MSVC
5239
5240 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
5241
5242         * device/include/sab80515.h: added sfr P6, changed GPL to LGPL
5243
5244 2004-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5245
5246         device/include/sab80515.h: fixed bug #967492, DAPR is defined at adress
5247         0xd8, but the correct adress is 0xda. Thanks to anonymous for reporting
5248
5249 2004-06-06 Vangelis Rokas <vrokas AT otenet.gr>
5250
5251         * src/pic16/device.c (pic16_assignConfigWord): fixed bug that
5252         would only assign 0x300001 register.
5253
5254 2004-06-05 Vangelis Rokas <vrokas AT otenet.gr>
5255
5256         * device/lib/pic16/startup/Makefile: added $(MODELFLAGS)
5257         in COMPILE_FLAGS. Thanks to G. Gallant for report.
5258
5259 2004-06-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5260
5261         * doc/sdccman.lyx: minor changes, mentioned beta vendor support
5262         for ds80c400
5263         * src/mcs51/peeph.def: ran unexpand -a over peeph.def
5264         * src/mcs51/peeph.def: removed obsolete peephole 100.a,
5265         added peephole 254 (left shift), 255 (jump table)
5266
5267 2004-06-04 Vangelis Rokas <vrokas AT otenet.gr>
5268
5269         * device/lib/Makefile.in: removed comment line with model-pic16,
5270         * (target port-specific-objects-pic16): the libraries and objects
5271         are copied to the build directory form the device/lib/pic16/bin
5272         directory
5273
5274         Cumulative patch concerning pic16 port:
5275         * library directory has been re-organized,
5276         * added support for PIC18F1220,
5277         * added headers and library sources for chips 18f1220,18f6520,
5278         18f6620,18f6680,18f6720,18f8520,18f8620,18f8680,18f8720
5279
5280         * configuration registers setting has changed, now each supported
5281         device has a complete description of the registers it uses,
5282         * all initialisations are moved to idata sections, these section
5283         can be absolute or relocatable,
5284         * fixed initialisation of codespace variables,
5285         * fixed warning about PCLATU and gpsim,
5286         * src/pic16/gen.c (genCmp): now can handle partially iCodes with no ifx,
5287         * (genAssign): use table reads when assigning from variables in codespace,
5288         * src/pic16/glue.c (pic16emitStaticSeg): fixed to correctly initialise
5289         char/int variables placed in codespace,
5290         * (pic16_emitConfigRegs): NEW, emits a list with configuration
5291         registers set in .asm file, no need for --pomit-config-words anymore,
5292         * (pic16glue): some 8051 legacy segments are commented out
5293         (to be removed completely),
5294         * added support for alternative assembler and linker with --asm=
5295         and --link= command line arguments,
5296         * peepholes are disabled automatically in the port, no need to
5297         specify on command line,
5298         * port supports natively char/int/long multiplication, but converts
5299         all divisions to support functions,
5300         * main.c: pic16_linkCmd and pic16_asmCmd changed to force output
5301         to the file set in variable $2,
5302         * pcode.c (pic16_emitDB, pic16_flushDB): modified to print printable
5303         strings in ASCII format and not in hex,
5304         * ralloc.c (serialRegAssign): added a triplet of conditional calls
5305         to pic16_allocDirReg for IC_RESULT, IC_LEFT and IC_RIGHT so to
5306         allocate proper register if iCodes aren't temporary,
5307
5308 2004-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
5309
5310         * support/regression/tests/zeropad.c: added TEST_G macro for alpha
5311
5312 2004-06-02 Vangelis Rokas <vrokas AT otenet.gr>
5313
5314         * src/pic16/gen.c (genPcall): warning about gpsim and PCLATU
5315         is commented out
5316
5317 2004-06-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5318
5319         * src/hc08/gen.c (genPointerGetSetOfs): disabled optimization if
5320         computed address is reused
5321         * src/hc08/gen.c (genPackBits): fixed offsets in assignments to
5322         multi-byte bitfields
5323
5324 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
5325
5326         * src/z80/gen.c: (genArrayInit): must check for pointers too
5327
5328 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
5329
5330         * support/regression/tests/zeropad.c: never meant to commit the
5331           nestedstruct test: removed, added check for GCC version
5332
5333 2004-05-31 Maarten Brock <sourceforge.brock AT dse.nl>
5334
5335         * src/SDCCast.c (createIvalArray): fixed bug 770487 SIGSEGV
5336         * src/SDCCglue.c (emitRegularMap): fixed bug 770484 allocation problem
5337         * src/SDCCglue.c (initPointer, printIvalType, printIvalStruct,
5338           printIvalArray, printIvalFuncPtr, printIvalPtr, printIval): fixed
5339           bugs 928906 and 954082 half-empty initializers
5340         * src/SDCCsymt.h,
5341         * src/SDCCsymt.c (getAllocSize): added for above fix
5342         * src/z80/gen.c (genArrayInit): fixed bug 741044
5343         * support/regression/tests/zeropad.c: added tests
5344
5345 2004-05-30 Vangelis Rokas <vrokas AT otenet.gr>
5346
5347         * src/pic16/device.c (pic16_dump_section): corrected bug which
5348         caused some symbols of the libraries to be misplaced
5349
5350 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
5351
5352         * src/pic16/glue.c,
5353         * src/pic16/ralloc.h,
5354         * src/pic16/ralloc.cc: prefixed IS_CONFIG_ADDRESS with PIC16_
5355         to fix conflict with pic port
5356
5357 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
5358
5359         * src/pic16/glue.c (pic16emitStaticSeg): do not print as publics or
5360         externs configuration variables,
5361         * src/pic16/ralloc.h,
5362         * src/pic16/ralloc.cc: IS_CONFIG_ADDRESS is made public and added
5363         prototype in header, commented out some debug messages
5364
5365 2004-05-26 Vangelis Rokas <vrokas AT otenet.gr>
5366
5367         * src/pic16/glue.c,
5368         * src/pic16/main.c,
5369         * src/pic16/pcode.c: added gpasm directives #FILE/#LINE
5370         for gpasm COFF object generation. Thanks to D. Hawkins for
5371         his patch info
5372
5373 2004-05-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5374
5375         * src/ds390/main.c,
5376         * src/mcs51/main.c: fixed sort order of mnemonics (thanks to Maarten
5377         Brock for spotting this)
5378         * src/ds390/gen.c (genEndFunction),
5379         * src/mcs51/gen.c (genEndFunction): always save psw if function is an
5380         interrupt handler and critical. Disable push/pop optimizations when
5381         peephole optimizations disabled.
5382
5383 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
5384
5385         Updated pic16 library sources and headers.
5386         * device/lib/pic16/pic18f*/ ,
5387         * device/include/pic16/*.h: modified to handle structured SFR
5388         definitions
5389
5390 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
5391
5392         * src/port.h (PORT structure): added hook initPaths, now each
5393         port can declare its own default search paths,
5394         which can been seen with the --print-search-dirs option,
5395         see pic16 port for example,
5396         * src/SDCCmain.c (setBinPaths, setIncludePaths, setLibPath,
5397         setDataPaths): test to options.printSearchDirs is ifdef'ed out,
5398         * (doPrintSearchDirs): NEW, replaces in a central manner the
5399         printing of search dirs which was split in set*Paths functions,
5400         * (main): added call to port->initPaths and doPrintSearchDirs,
5401         * src/avr/main.c,
5402         * src/ds390/main.c,
5403         * src/hc08/main.c,
5404         * src/izt/i186.c,
5405         * src/izt/tlcs900h.c,
5406         * src/mcs51/main.c,
5407         * src/pic/main.c,
5408         * src/pic16/main.c: modified port structures to reflect addition of
5409         initPaths hook,
5410
5411         * src/pic16/device.c (regCompare): registers are finally sorted by name,
5412         * (pic16_dump_section): for registers in same address reserve memory once,
5413         * src/pic16/device.h (struct PIC16_device): changed variable gen_banksel
5414         to no_banksel,
5415         * src/pic16/genarith.c (pic16_genPlus): added code to handle cases where
5416         result is greater in size than right or left,
5417         * (pic16_genUMult8X8_8): there are some cases where the result can
5418         be 16 bits size, so handle these,
5419         * src/pic16/gen.c: changed some pic16_emitpcomment to DEBUGpic16_emitcode,
5420         * (pic16_outBitC): modified to emit pcodes,
5421         * (pic16_storeForReturn): using is_LitOp to see if operand is literal
5422         or not,
5423         * (genDivOneByte): implemented algorithm to divide 8-bits,
5424         * (genCmp): uncommented goto, but issues still exist,
5425         * (genAnd): fixed a bug with variables >8bits,
5426         * (genPackBits): optimization added that uses BCF/BSF to change a
5427         single bit,
5428         * (genAssign): fixed bug when assigning floating point literals,
5429         * src/pic16/glue.c (pic16glue): added assembler directive 'code' before
5430         __sdcc_gsinit_startup label,
5431         * src/pic16/main.c (_pic16_init): removed search directory
5432         initialisations,
5433         * (_pic16_initPaths): NEW, used to initialise search directories,
5434         * (_hasNativeMulFor): support functions for all except char/int
5435         multiplication, and char division,
5436         * (PIC16_port struct): modified entry for native mul support,
5437         * src/pic16/pcode.c (insertBankSwitch): modified to support the renamed
5438         no_banksel option,
5439         * (buildCallTree): call to register_usage is ifdef'ed out,
5440
5441 2004-05-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5442
5443         * device/include/string.h: applied Stas Sergeev's patch to make this
5444         header file compatible with the preprocessor -Wundef option
5445         * src/SDCCmain.c (main): abort compilation if preprocessor reports
5446         failure (fixes bug #941458)
5447
5448 2004-05-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5449
5450         * src/SDCCopt.c (killDeadCode): fixed bug #907733
5451         * support/Util/SDCCerr.c: reworded E_AUTO_ASSUMED diagnostic to clarify
5452         that the variable, not the function, should be static
5453         * src/SDCCval.c (valCastLiteral): fixed bit initialization from literal
5454         to be consistent with non-literal case
5455
5456 2004-05-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5457
5458         * src/SDCCast.c (isConformingBody): fixed bug #949967
5459         * src/SDCCopt.c (cnvToFcall, cnvToFloatCast, cnvFromFloatCast,
5460         convilong): fixed bug #952086
5461
5462 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5463
5464         * src/SDCCmem.c (allocVariables): fixed bug #955321
5465
5466 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5467
5468         * src/hc08/main.c (_hc08_genAssemblerEnd),
5469         * src/SDCCdwarf2.c (dwOpenFile, dwCloseFile, dwWriteFunction,
5470         dwWriteModule, dwWriteCLine, dwWriteALine, dwarf2FinalizeFile):
5471         completely eliminated the use of a temporary file
5472         * src/SDCCdwarf2.c (dwWriteAttr): fixed bug with location list offset
5473         when more than one file linked
5474         * src/SDCCloop.c (pointerAssigned): fixed bug #954163
5475
5476 2004-05-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5477
5478         * src/SDCCval.c (valForArray): applied Maarten Brock's patch #947682
5479         which fixes bug #543481
5480         * support/regression/tests/bug-751703.c: fixed comments left from a
5481         cut and paste error
5482         * src/SDCCdwarf2.c (dwCloseFile): don't explicitly close a temp file
5483         * src/SDCCdwarf2.c (dwTagFromType): added bitfield support
5484         * src/SDCCdwarf2.c (dwWriteSymbolInternal): handle extern within local
5485         scopes
5486         * src/SDCCdwarf2.c (dwWriteLineNumber): line number deltas are signed
5487         * src/SDCCmain.c (processFile, parseCmdLine): non-alphanumeric chars
5488         are now changed to underscores in moduleName
5489
5490 2004-05-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5491
5492         * as/mcs51/lkmem.c: better fix for bug #954173
5493
5494 2004-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
5495         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5496
5497         * device/include/c8051f020.h: newly added SiLabs (Cygnal) header file
5498         * device/include/c8051f000.h,
5499         * device/include/c8051f120.h,
5500         * device/include/c8051f300.h,
5501         * device/include/c8051f310.h,
5502         * device/include/c8051f320.h: updated (added _XPAGE, CAPN, CAPP,
5503         PWM16) and detab'ed
5504
5505 2004-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5506
5507         * doc/sdccman.lyx: mentioned sourceforge's delay between web frontend
5508         and mailing lists, doc'ed --no-peep-comments, removed reference
5509         to knoppix (newest version has no LyX/LaTeX), other minor changes
5510         * src/SDCCglue.c (glue): save 2 bytes stack space with
5511         option --main-return. The ljmp could probably be avoided too
5512
5513 2004-05-14 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5514
5515         * as/mcs51/lkmem.c, as/mcs51/lkaomf51: fixed bug 954173
5516
5517 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5518
5519         * src/SDCCsymt.h: added IS_AUTO(symbol) test macro
5520         * src/SDCCopt.c (isLocalWithoutDef),
5521         * src/SDCCicode.c (operandFromSymbol): use the IS_AUTO test macro
5522         which adds a !IS_EXTERN codition. Fixes bugs #877426 and #751703.
5523         (credit to Maarten Brock for patch #949363, on which this is based)
5524         * support/regression/tests/bug-751703.c: some test cases of extern used
5525         within inner scopes.
5526
5527 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5528
5529         * src/SDCCdwarf2.c (dwMatchTypes): structs must have matching
5530         SPEC_STRUCT
5531         * src/SDCCdwarf2.c (dwTagFromType): fix to handle recursive
5532         struct definitions
5533         * src/SDCCdwarf2.c (dwWriteModule, dwNewDebugSymbol, dwWriteEndFunction,
5534         dwWriteLabel): fix to create valid debugger symbols even when
5535         the module name has non-alphanumeric symbols in it
5536         * src/SDCCdwarf2.c (dwWriteSymbolInternal): better detection for
5537         when a variable's allocation has been optimized away
5538
5539
5540 2004-05-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5541
5542         * src/hc08/gen.c (hc08_emitDebuggerSymbol),
5543         * src/hc08/main.c,
5544         * src/mcs51/gen.c (mcs51_emitDebuggerSymbol),
5545         * src/mcs51/main.c,
5546         * src/ds390/gen.c (ds390_emitDebuggerSymbol),
5547         * src/ds390/main.c,
5548         * src/z80/gen.c (z80_emitDebuggerSymbol),
5549         * src/z80/main.c,
5550         * src/pic/gen.c (pic14_emitDebuggerSymbol),
5551         * src/pic/main.c,
5552         * src/pic16/gen.c (pic14_emitDebuggerSymbol),
5553         * src/pic16/main.c,
5554         * src/avr/gen.c (avr_emitDebuggerSymbol),
5555         * src/avr/main.c,
5556         * src/xa51/gen.c (xa51_emitDebuggerSymbol),
5557         * src/xa51/main.c,
5558         * src/SDCCdebug.c (emitDebuggerSymbol),
5559         * src/SDCCdebug.h,
5560         * src/port.h: added a debugger struct to the port struct. Added a
5561         callback for defining debugger symbols
5562
5563         * src/SDCCast.c (createLabel),
5564         * src/SDCC.y (labeled_statement): mark all compiler generated labels
5565         with isitmp = 1
5566         * src/SDCCicode.h,
5567         * src/SDCCicode.c (geniCodeFunctionBody): added a link from the FUNCTION
5568         iCode back to the ast for the function
5569
5570         * src/hc08/ralloc.c (hc08_assignRegisters),
5571         * src/hc08/ralloc.h: define a regs struct for the stack pointer. Removed
5572         unneeded fields from the regs struct.
5573         * src/hc08/gen.c (transferRegReg, genFunction, genEndFunction): use the
5574         pushReg() & pullReg() functions instead of emitcode()
5575
5576         * src/hc08/gen.c (genLabel, genhc08Code),
5577         * src/SDCCdebug.h: Added additional debugger hooks needed for DWARF
5578
5579         * src/cdbFile.c (cdbWriteLabel, cdbWriteScope): Added stubs for unneeded
5580         debugger hooks
5581
5582         * src/hc08/gen.c (genEndFunction, genhc08Code),
5583         * src/hc08/gen.h,
5584         * src/mcs51/gen.c (genEndFunction, gen51Code),
5585         * src/mcs51/gen.h,
5586         * src/ds390/gen.c (genEndFunction, gen390Code),
5587         * src/ds390/gen.h,
5588         * src/z80/gen.c (genEndFunction, genZ80Code),
5589         * src/z80/gen.h,
5590         * src/z80/z80.h,
5591         * src/pic/gen.c (genEndFunction, genpic14Code),
5592         * src/pic/gen.h,
5593         * src/pic16/gen.c (genEndFunction, genpic16Code),
5594         * src/pic16/gen.h,
5595         * src/avr/gen.c (genEndFunction, genAVRCode),
5596         * src/avr/gen.h,
5597         * src/xa51/gen.c (genEndFunction, genXA51Code),
5598         * src/xa51/gen.h,
5599         * src/cdbFile.c (cdbWriteFunction, cdbWriteEndFunction): moved cdb
5600         specific code to cdbFile.c and out of the backend code generators
5601
5602         * as/hc08/lkmain.c (main): removed OMF51 support from link-hc08
5603         * as/hc08/lkarea.c (lnkarea): areas with NOLOAD attribute default
5604         starting address is now 0
5605
5606         * as/hc08/asm.h,
5607         * as/hc08/m08pst.c,
5608         * as/hc08/asmain.c (asmbl): implemented the .sleb128 and .uleb128
5609         assembler directive for DWARF support
5610         * as/hc08/lkelf.c (elf): only increment address when rtflg[] set
5611
5612         * src/src.dsp,
5613         * src/Makefile.in,
5614         * src/SDCCdwarf2.c: preliminary DWARF (ver 2) debugger data generator
5615
5616 2004-05-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5617
5618         * src/hc08/gen.c (genJumpTab, emitcode, genhc08code): fixed stack error
5619         and inappropriate peephole optimization in jump tables
5620
5621 2004-04-30 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5622
5623         * as/hc08/m08pst.c,
5624         * src/SDCCglue.c: sdccopt works for the hc08 port now
5625
5626 2004-04-27 Bernhard Held <bernhard AT bernhardheld.de>
5627
5628         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): fixed bug #942130
5629
5630 2004-04-27 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5631
5632         * as/hc08/lkelf.c: sdccconf.h is not available in WIN32
5633
5634 2004-04-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5635
5636         * src/SDCCpeeph.c (replaceRule): support empty replacement peephole
5637         rules
5638         * src/SDCCmain.c,
5639         * src/SDCCglobl.h,
5640         * src/SDCCpeeph.c (getPeepLine): new option --no-peep-comments omits
5641         comments from the peephole optimizer replacement rules
5642         * src/SDCCmem.c (printAllocInfoSeg): give actual location of spilled
5643         symbols
5644         * src/SDCCcse.c (updateSpillLocation),
5645         * src/SDCCopt.c (killDeadCode, findReqv): better tracking of register
5646         equivalents
5647         * src/hc08/ralloc.c (regTypeNum): pseudo symbols must be in DATA only
5648         * src/hc08/main.c (_hc08_finaliseOptions): made pointers to stack
5649         objects far pointers
5650
5651 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5652
5653         * src/SDCCsymt.h: a missing part of my last change
5654         * src/pic/ralloc.c (regTypeNum),
5655         * src/pic16/ralloc.c (regTypeNum): fixed statement/declaration order
5656
5657 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5658
5659         * src/SDCCicode.h,
5660         * src/SDCCicode.c (aggrToPtrDclType),
5661         * src/SDCCptropt.h,
5662         * src/SDCCptropt.c (ptrBaseRematSym, ptrPseudoSymSafe,
5663         ptrPseudoSymConvert),
5664         * src/pic/ralloc.c (regTypeNum),
5665         * src/pic16/ralloc.c (regTypeNum),
5666         * src/hc08/ralloc.c (regTypeNum),
5667         * src/ds390/ralloc.c (regTypeNum),
5668         * src/mcs51/ralloc.c (regTypeNum): check for dependancy hazards before
5669         creating pseudo symbols (fixed bugs #777768, #930484, and #933966)
5670
5671 2004-04-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5672
5673         * link/z80/lkmain.c (afile),
5674         * as/hc08/lkmain.c (afile),
5675         * as/mcs51/lkmain.c (afile): fix suggested by Maarten Brock to
5676         prevent a pointer problem when a filename has no directory and
5677         no extension specified.
5678
5679 2004-04-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5680
5681         * link/z80/lkmain.c (afile): allow periods in directory names
5682         * link/z80/lkmain.c (afile),
5683         * as/mcs51/lkmain.c (afile),
5684         * as/hc08/lkmain.c (afile): allow linker script file to have an
5685         extension other than ".lnk"
5686         * link/z80/lklex.c (getfid),
5687         * link/z80/lkmain.c (parse),
5688         * as/mcs51/lklex.c (getfid),
5689         * as/mcs51/lkmain.c (parse),
5690         * as/hc08/lklex.c (getfid),
5691         * as/hc08/lkmain.c (parse): Support comments in the linker script
5692         file on lines by themselves and after filenames
5693
5694 2004-04-20 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5695
5696         * as/link_hc08.dsp: Added as/hc08/lkelf.c to project.
5697
5698 2004-04-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5699
5700         * src/z80/peeph-z80.def: removed some peephole rules that don't
5701         work with multibyte arithmetic (fixed bug #937126)
5702         * src/mcs51/peeph.def: fixed peephole rules 150-158 to apply only
5703         to registers and not global variables
5704         * src/SDCCicode.c (geniCodeAssign, ast2iCode, geniCodePostInc,
5705         geniCodePreInc, geniCodePostDec, geniCodePreDec,
5706         geniCodeLogicAndOr, geniCodeConditional): enforce strict lvalue
5707         checking for assignments not internally generated (fixed bug #931895)
5708         * src/SDCC.y (postfix_expr): ignore typedefs when looking for a
5709         structure member (fixed bug #930072)
5710
5711 2004-04-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5712
5713         * src/SDCCmain.c (linkEdit),
5714         * src/hc08/main.c (_hc08_parseOptions),
5715         * as/hc08/Makefile.in,
5716         * as/hc08/aslink.h,
5717         * as/hc08/asm.h,
5718         * as/hc08/m08pst.c,
5719         * as/hc08/lkrloc.c (relr, rele),
5720         * as/hc08/lkarea.c (lnkarea)
5721         * as/hc08/lkmain.c (afile, parse),
5722         * as/hc08/lkelf.c: support for ELF output
5723         * as/hc08/lks19.c (s19),
5724         * as/hc08/lkihx.c (ihx): ignore areas with the NOLOAD attribute
5725
5726 2004-04-17 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5727
5728         * as/mcs51/lkihx.c: Fixed bug #899105.
5729
5730 2004-04-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5731
5732         * doc/sdccman.lyx: Added instructons on how to convert MSVC .dsw and
5733         .dsp files from Unix to DOS.
5734
5735 2004-04-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5736
5737         * doc/sdccman.lyx: removed the ANSI-C noncompliance note regarding
5738         function pointers; we have been compliant for several months now.
5739         * src/mcs51/ralloc.c (serialRegAssign): enabled part of my 2004-04-13
5740         change that was accidently commented out
5741         * src/mcs51/gen.c (freeAsmop, getFreePtr, freeForBranchAsmop, genIfxJump,
5742         genCmpEq, jmpTrueOrFalse, genCmp, genAnd, genOr, genXor, genIfx): fixed
5743         bug #922319
5744
5745 2004-04-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5746
5747         * src/hc08/gen.c: output of all of the internal debugging information
5748         is now controlled by the D() macro; it is disabled by default
5749
5750 2004-04-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5751
5752         * src/mcs51/ralloc.c (serialRegAssign, fillGaps, allocThisReg): try
5753         harder to keep the same registers during a CAST iCode
5754         * src/SDCCopt.c (optimizeCastCast, eBBlockFromiCode): casts of char to
5755         long via int can be done in a single cast, if the signedness is
5756         correct.
5757         * support/regression/tests/bug-927659.c: fixed to avoid conflict with
5758         putchar() in tinibios.c in ds390's library
5759
5760 2004-04-12 Bernhard Held <bernhard AT bernhardheld.de>
5761
5762         * src/SDCCast.c (decorateType): fixed bug #898889,
5763         cast result of a literal complement too
5764         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #930931,
5765         fixed check for bitfields
5766
5767 2004-04-11 Bernhard Held <bernhard AT bernhardheld.de>
5768
5769         * src/SDCCicode.c (geniCodeLogic): made it static,
5770         (geniCodeLogicAndOr): added in order to fix bug #905492,
5771         (ast2iCode): fixed bug #905492
5772         * support/regression/tests/bug-905492.c: added
5773         * src/SDCCast.c (decorateType): don't decorate/process parms twice,
5774         (processParms): fixed bug #927659: don't copy parms, this will clear
5775         decorated flag
5776         * support/regression/tests/bug-927659.c: added
5777
5778 2004-03-29 Bernhard Held <bernhard AT bernhardheld.de>
5779
5780         * src/SDCCast.c (addCast): don't cast float to char
5781         * device/lib/libsdcc.lib: added _memmove
5782
5783 2004-03-28 Bernhard Held <bernhard AT bernhardheld.de>
5784
5785         * device/lib/large/Makefile: fixed parallel execution by
5786         replacing `make` by `$(MAKE)`
5787
5788 2004-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5789
5790         * src/hc08/gen.c (genPointerGetSetOfs): correctly handle 1 byte array
5791         offsets (fixes bug #923936)
5792
5793 2004-03-26 Bernhard Held <bernhard AT bernhardheld.de>
5794
5795         * device/lib/small/Makefile: fixed parallel execution by
5796         replacing `make` by `$(MAKE)`
5797
5798 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
5799
5800         * device/lib/vprintf.c (vsprintf): minor optimization, see bug #801101
5801
5802 2004-03-23  Scott Dattalo  <scott AT dattalo.com>
5803
5804         * src/pic/gen.c (genCpl): multi-byte complements were not working.
5805         * src/regression/Makefile: Regression test was not running.
5806
5807 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
5808
5809         * src/SDCCast.c (resultTypePropagate, decorateType): avoid promotion to int for
5810         complement if possible
5811         * src/SDCCval.c (valComplement),
5812         * src/SDCCicode.c (operandOperation): fixed complement of literal
5813         * support/regression/tests/onebyte.c (testComplement): added
5814
5815 2004-03-22 Bernhard Held <bernhard AT bernhardheld.de>
5816
5817         * src/SDCCast.c (processParms): fixed bug #920866; decorateType() can
5818         return an optimized tree; actually replace actParm with the new tree
5819         * src/SDCCast.h: added some parantheses to remove side effects
5820         * support/regression/tests/bug-920866.c
5821
5822 2004-03-21  Scott Dattalo  <scott AT dattalo.com>
5823         * src/pic/gen.c, src/pic/gen.h, src/pic/genarith.c, src/pic/pcode.c:
5824         Bit operands were not being handled properly in the pic14 port.
5825         (now src/regression/add.c passes again).
5826
5827 2004-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5828
5829         * src/SDCC.y (labeled_statement): case and default no longer require
5830         a following statement (RFE #893037)
5831
5832 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5833
5834         * src/mcs51/gen.c (pushSide, genSignedRightShift, genDjnz, geniPush):
5835         use MOVA macro to avoid "mov a,acc" when peephole optimizer is
5836         disabled (fixes bug #916294)
5837         * sim/ucsim/s51.src/mov.cc (inst_mov_a_addr): Throw an error on
5838         "mov a,acc"; patch provided by Lenny Story
5839         * device/include/mc68hc908gp32.h: header contibuted by Juan Gonzalez
5840
5841 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5842
5843         * src/mcs51/gen.c (genFunction): optimize RECEIVE in reentrant
5844         functions
5845         * src/ds390/gen.c (genFunction, genEndFunction),
5846         * src/ds390/ralloc.c (ds390_assignRegisters),
5847         * src/mcs51/gen.c (genFunction, genEndFunction, mcs51_assignRegisters):
5848         * src/mcs51/ralloc.c (mcs51_assignRegisters): Skip optimizing registers
5849         pushed if there are parameters passed on the stack. Also, a cleaner
5850         way to decide if r0/r1 should be pushed/popped. (Together they fix
5851         bug #918693)
5852
5853 2004-03-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5854
5855         * doc/sdccman.lyx,
5856         * device/lib/mcs51/crtpagesfr.asm,
5857         * device/lib/mcs51/crtxinit.asm,
5858         * device/lib/mcs51/crtxstack.asm: Changed name of _PAGESFR to _XPAGE
5859         to avoid confusion with Si Lab's SFRPAGE register.
5860
5861 2004-03-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5862
5863         * src/SDCCglue.c (emitMaps): allow public sfr variables
5864         * src/SDCCglue.c (initialComments): include compiler build date
5865         with compiler version and put the timestamp of the generated
5866         assembly file on a serperate line to be less confusing.
5867         * src/port.h: added genInitStartup hook
5868         * src/avr/main.c,
5869         * src/ds390/main.c,
5870         * src/hc08/main.c,
5871         * src/pic/main.c,
5872         * src/pic16/main.c,
5873         * src/xa51/main.c,
5874         * src/z80/main.c: genInitStartup initialize as NULL (default to
5875         historical behaviour)
5876         * src/SDCCglue.c (glue): _sdcc_gsinit_startup is now port specific.
5877         * src/mcs51/main.c: (_mcs51_genInitStartup, _mcs51_genExtraAreas,
5878         _mcs51_genXINIT, _mcs51_genRAMCLEAR): link initialization code from the
5879         library instead of hard coding it into the compiler.
5880         * support/regression/ports/mcs51-stack-auto/spec.mk,
5881         * src/SDCCmain.c (linkEdit): added mcs51.lib to the link libraries
5882         * device/lib/mcs51/Makefile,
5883         * device/lib/small/Makefile,
5884         * device/lib/large/Makefile,
5885         * device/lib/mcs51/crtpagesfr.asm,
5886         * device/lib/mcs51/crtstart.asm,
5887         * device/lib/mcs51/crtxclear.asm,
5888         * device/lib/mcs51/crtxinit.asm,
5889         * device/lib/mcs51/crtclear.asm,
5890         * device/lib/mcs51/crtxstack.asm: move most of the mcs51 C runtime
5891         startup/initialization out of src/SDCCglue.c and src/mcs51/main.c
5892         and into user configurable files.
5893         * device/lib/clean.mk: clean mcs51 directory too
5894         * support/regression/tests/longlit.c: added static to T1 declaration
5895         * doc/sdccman.lyx: documented _PAGESFR sfr for customizing pdata
5896         accesses in the initialization code
5897
5898 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5899
5900         * device/include/mc68hc908qy.h: corrected declarations of FLBPR and
5901         OSCTRIMVAL as noted in bug #916008
5902
5903 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5904
5905         * src/SDCCloop.c (basicInduction): fixed bug with loop induction
5906         in loops with multiple exits (reported as incorrect registers
5907         used by Martin Helmling in Sdcc-user list)
5908
5909 2004-03-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5910
5911         * src/ds390/main.c (_ds390_genAssemblerPreamble): cosmetic change,
5912         made ds390 register extensions look less like error messages
5913
5914 2004-03-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5915
5916         * src/SDCCglue.c (printIvalPtr): fixed bug with pointer initializer
5917         reported by Adam Wozniak in Sdcc-user list
5918
5919 2004-03-10 Bernhard Held <bernhard AT bernhardheld.de>
5920
5921         * src/SDCCast.c (decorateType): fixed with bug and promotion in
5922         arithmetic optimizations, added debug output
5923
5924 2004-03-09 Bernhard Held <bernhard AT bernhardheld.de>
5925
5926         * device/lib/time.c (mktime): fixed bug reported by Bert Thomas
5927         * sdcc.spec: updated and split sdcc into 3 rpms
5928         * src/SDCCast.c (decorateType): &|^ don't need addCast(); addCast() is
5929         needed for literals of LEFT_OP and '+'
5930         * src/SDCCicode.c (geniCodeLogic): I must have been braindead when I
5931         introduced RESULT_TYPE_NOPROM
5932         (geniCodeMultiply): fixed logic for decision if mul is optimized to
5933         left shift
5934         * src/SDCCsymt.c (computeType): op is int; added RESULT_TYPE_OTHER;
5935         limited promotion to int only for '*'
5936         * src/SDCCsymt.h (computeType): op is int, removed RESULT_TYPE_NOPROM
5937
5938 2004-03-09 Hans Dorn <hjdorn AT users.sourceforge.net>
5939
5940         * src/pic16/gen.c (genSkip),
5941         (genc16bit2lit), (gencjneshort): commented out
5942         (is_LitOp): new helper function, checks operand type
5943         (genCmpEq): rewritten
5944
5945 2004-03-08 Bernhard Held <bernhard AT bernhardheld.de>
5946
5947         * support/regression/tests/bug-908454.c: added
5948
5949 2004-03-07 Bernhard Held <bernhard AT bernhardheld.de>
5950
5951         * src/SDCCast.c (addCast): fixed bug #908454 by promoting bits to char
5952         * src/SDCCicode.c (usualBinaryConversions): op needs int type
5953         (geniCodeCast): cosmetic, don't preserve bit storage class
5954         (geniCodeLeftShift): added promotion
5955         (geniCodeLogic): fixed regression
5956         * src/SDCCsymt.c (computeTypeOr): accept bits too
5957         (compareType): 2nd part of fix for bug #908454, needed for bitfields
5958
5959 2004-03-07  Borut Razem <borut.razem AT siol.net>
5960
5961         * support/Util/findme.c: alloca() replaced with malloc()/free() pair
5962
5963 2004-03-06 Vangelis Rokas <vrokas AT otenet.gr>
5964
5965         * src/pic16/ralloc.c (pic16_genPackRegisters): reverted to old
5966         version of pic16_genPackRegisters which does not check if ic is a
5967         CAST operator,
5968         * src/pic16/gen.c (ifxForOp): disabled new and untested code in
5969         function cause string1.c regression test fails
5970
5971 2004-03-06 Bernhard Held <bernhard AT bernhardheld.de>
5972
5973         * sim/ucsim/configure.in,
5974         * sim/ucsim/configure,
5975         * sim/ucsim/doc/Makefile.in: use docdir
5976         * src/SDCC.y: fixed sbit atrributes
5977         * src/SDCCast.c (getResultTypeFromType): added support for bitfields
5978         * src/SDCCast.c (decorateType): |^& need special promotion handling
5979         * src/SDCCast.h,
5980         * src/SDCCsymt.h: moved definition of RESULT_TYPE
5981         * src/SDCCsymt.h (computeType),
5982         * src/SDCCicode.c: computeType() needs op
5983         * src/SDCCsymt.c (checkTypeSanity),
5984         * doc/sddman.lyx: "plain" bitfields are unsigned
5985         * src/SDCCsymt.c (computeTypeOr): added
5986         * src/SDCCsymt.c (computeType): added support for bitfields, fixed
5987         |^& ops
5988         * src/SDCCval.c (val*): computeType() needs op
5989         * src/SDCCval.c (valCastLiteral): fixed casting of bitfields
5990         * support/regression/tests/onebyte.c: added tests for |^&
5991
5992 2004-03-06 Hans Dorn <hjdorn AT users.sourceforge.net>
5993
5994         * src/pic16/gen.c: (genpic16Code) use copy of printILine's output
5995         for writing icode into asm output.
5996
5997 2004-03-05 Vangelis Rokas <vrokas AT otenet.gr>
5998
5999         * src/pic16/device.c: added some debug lines enabled
6000         with macro DEBUG_CHECK,
6001         * src/pic16/genarith.c: more debug in genPlus,
6002         * (pic16_genUMult8XLit_16, pic16_genUMult8X8_16): removed,
6003         * (pic16_genUMult16X16_16, pic16_genUMult16XLit_16): NEW,
6004         * src/pic16/gen.c: added prototypes for pic16_genMult16X16_16,
6005         * (aopForSym): onStack symbols are re-placed in data memspace,
6006         and onStack flag is cleared,
6007         * (pic16_popGetTempReg, pic16_popReleaseTempReg): modified to
6008         copy temporary pcodeop,
6009         * (genPcall): added warning for not updating PCLATU,
6010         * (genFunction): removed test with IFFUNC_CALLEESAVES, its
6011         always true for pic16 port,
6012         * (genMultOneWord): NEW, supports integer multiplication,
6013         * (genMult): modified to call genMultOneWord,
6014         * (ifxForOp): added warning when return NULL,
6015         * src/pic16/glue.c (pic16emitRegularMap): symbol implicit
6016         flag is set before call to operandFromSymbol for implicit
6017         added structures,
6018         * src/pic16/main.c (_pic16_finaliseOptions): options.float_rent,
6019         options.intlong_rent are set by default,
6020         * (_hasNativeMulFor): modified to allow port generation of integer
6021         multiplication,
6022         * src/pic16/ralloc.c (pic16_allocDirReg): commented out line which
6023         set regtype to REG_SFR for all registers, restricting seting the
6024         accessBank flag for registers 0<= r < 0x80 and 0xf80<=r<=0xfff,
6025
6026 2004-03-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6027
6028         * src/mcs51/peephole.def: added 251.b and 253.x. 253.x are applied
6029         more than 500 times in the regression tests
6030
6031 2004-03-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6032
6033         * support/Util/SDCCerr.h,
6034         * support/Util/SDCCerr.c,
6035         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
6036         enumerator_list),
6037         * src/SDCCsymt.c (addSymChain): show location of oriignal definition
6038         for symbol conflicts.
6039         * support/valdiags/tests/enum.c,
6040         * support/valdiags/tests/tentdecl.c,
6041         * support/valdiags/tests/struct.c: expect possible error messages
6042         referring to original symbol definitions.
6043         * src/SDCC.y (struct_or_union_specifier, struct_declarator),
6044         * src/SDCCsymt.h,
6045         * src/SDCCsymt.c (promoteAnonStructs): support anonymous struct/union
6046
6047 2004-03-03 Hans Dorn <hjdorn AT users.sourceforge.net>
6048
6049         * src/pic16/gen.c (gencjne): fixed for right=REG / left=LIT
6050
6051 2004-02-03 Vangelis Rokas <vrokas AT otenet.gr>
6052
6053         * src/pic16/ralloc.c (newReg): fixed bug #908929
6054
6055 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6056
6057         * src/ds390/gen.c: added missing #include "main.h"
6058
6059 2004-03-02 Vangelis Rokas <vrokas AT otenet.gr>
6060
6061         * src/pic16/device.c (checkAddSym): NEW, adds a symbol to set while
6062         checking if symbol is already in set,
6063         * src/pic16/device.h: prototype for checkAddSym,
6064         * src/pic16/gen.c: (_G): added entry interruptvector,
6065         * (assignResultValue): removed some commented out lines,
6066         * (genFunction): check for ISR via sym->type, absolute section for
6067         interrupt code is created via a new pBlock, the goto instruction is
6068         placed now correctly at the interrupt vector position, changed all
6069         references from ivec to _G.interruptvector,
6070         * WREG,STATUS,BSR are not saved in stack upon an entry to interrupt
6071         is the interrupt is a high priority one, same for return from ISR,
6072         * src/pic16/glue.c: changed all calls of addSetHead for publics and
6073         externs to calls of checkAddSym,
6074         * src/pic16/pcode.c (pic16_pBlockConvert2*): emit warning when
6075         pic16_pcode_verbose flag is set,
6076         * src/pic16/pcode.h: extern to pic16_pcode_verbose,
6077         * src/pic16/pcoderegs.c: message about how many registers are saved
6078         will only be emitted if pic16_pcode_verbose flag is set,
6079
6080 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6081
6082         * src/ds390/ralloc.h,
6083         * src/ds390/ralloc.c (ds390_regWithIdx),
6084         * src/ds390/gen.c (emitcode),
6085         * src/ds390/main.h,
6086         * src/ds390/main.c (instructionSize, ds390newAsmLineNode, updateOpRW,
6087         ds390opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
6088         ds390operandCompare, getRegsRead, getRegsWritten,
6089         initializeAsmLineNode): customized instruction size calculation for
6090         ds390, started basis for some register optimizations
6091         * src/ds390/gen.c (gen390Code, emitcode): associate iCodes with
6092         corresponding assembly output
6093         * src/ds390/gen.c (genFunction, genEndFunction): added case to handle
6094         missing push/pop of r0/r1. Optimized push/pops
6095
6096 2004-03-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6097
6098         * src/mcs51/main.c (instructionSize): fixed ACALL size
6099         * src/mcs51/main.c (updateOpRW): fixed bug with @dptr, @a+dptr operands
6100
6101 2004-03-01 Vangelis Rokas <vrokas AT otenet.gr>
6102
6103         * src/pic16/device.c (pic16_dump_section): fixed a bug that allowed
6104         the sorting of rlist with NULL elements
6105         * (print_idataType, print_idata): NEW to create idata sections
6106         * src/pic16/device.h: idataSymSet new variable
6107         * src/pic16/gen.c (genFunction): fixed some bugs in string
6108         comparing, improved the absolute section creation for ISRs,
6109         added FSR0L/FSR0H in registers that are saved in an ISR,
6110         * (genInline): fixed the processing of inline snippets,
6111         now they undergo no process by the peephole optimizer
6112         * src/pic16/glue.c (pic16emitRegularMap): symbols with initialiser
6113         are placed in idataSymSet,
6114         * (pic16emitStaticSeg): extern symbols are added in externs,
6115         * src/pic16/ralloc.c (pic16_allocDirReg): work around to reduce bank
6116         switching when aboslute variables are placed in access bank memory
6117         * (pic16_writeUsedRegs): added call to pic16_dump_idata,
6118         * (packRegsForSupport,packRegsForAccUse,packRegsForOneuse):
6119         commented out with #if,
6120         * (pic16_packRegisters): reintroduce the check for CAST because some
6121         symbols are not correctly handled,
6122         * src/pic16/pcode.h: changed the definition of pCodeAsmDir to hold a
6123         pCodeInstruction instead of pCode,
6124         * src/pic16/pcode.c (pic16_newpCodeAsmDir): modified for the new
6125         pCodeAsmDir definition,
6126         * (pic16_pCode2str, genericPrint): when an AsmDir pcode has a NULL
6127         directive, then the argument directive is emitted without the leading
6128         tab, hack for inline labels which must be in the first column,
6129         * (compareLabel,pic16_findNextInstruction),
6130         * (pic16_findPrevInstruction): added case for PO_ASMDIR,
6131         * (insertBankSwitch): modified for the new pCodeAsmDir,
6132
6133 2004-03-01 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
6134         patch applied by Vangelis Rokas <vrokas AT otenet.gr>
6135
6136         * src/pic16/gen.c (pic16_popGet): case PO_DIR, adds the offset to
6137         instance,
6138         * (pushSide): commented out with #if,
6139         * (assignResultValue): fixed some typos in saving
6140         registers,
6141         * (genPcall): FIXED and sync'ed with genCall,
6142         * (genDataPointerGet,genDataPointerSet): using offset not leoffset
6143         * (genNearPointerGet): fixed to handle some more cases,
6144         implementation scheme via table reads,
6145         * (genConstPointerGet): modified to access code memory correct,
6146         * (genCodePointerGet,genNearPointerSet,genGenPointerSet): modified
6147         and improved to handle some cases
6148         * glue.c (printIvalType,printIvalChar,emitStaticSeg): use "DB"
6149         instead of "RETLW" for init data
6150         * src/pic16/ralloc.c (pic16_allocDirReg): warning when a symbol is
6151         not IN_DIRSPACE, work around to reduce bank switching when aboslute
6152         variables are placed in access bank memory (<0x80 and >=0xf80),
6153         * src/pic16/pcode.c: added SFRs TBLPTR, TABLAT, added opcodes TBLRD,
6154         TBLRD_POSTINC,TBLRD_POSTDEC,TBLRD_PREINC,TBLWT,TBLWT_POSTINC,
6155         TBLWT_POSTDEC,TBLWT_PREINC
6156         * Fixed initialisation of BSR, set "alias" for SSAVE to "0"
6157         * (pic16_emitDB,pic16_flushDB): New functions to generate "DB"
6158         directives
6159         * (pic16_pCodeConstString): use "DB" instead of "RETLW"
6160         * src/pic16/pcode.h: added TBLRD*,TBLWT*, added pic16_emitDB,
6161         pic16_flushDB, made pic16_newpCodeAsmDir public, added TBLPTR, TABLAT
6162         * src/pic16/ralloc.h: added IDX_BSR,IDX_TBLPTR*,IDX_TABLAT
6163
6164 2004-02-29  Borut Razem <borut.razem AT siol.net>
6165
6166         * src/Makefile.in, src/SDCCutil.c, support/Util/findme.c,
6167         support/Util/findme.h, support/Util/system.h: enhance binary relative
6168         search for lib and include by using findProgramPath()
6169
6170 2004-02-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6171
6172         * src/SDCCpeeph.h,
6173         * src/SDCCpeeph.c (pcDistance),
6174         * src/port.h,
6175         * src/mcs51/ralloc.h,
6176         * src/mcs51/ralloc.c (mcs51_regWithIdx),
6177         * src/mcs51/main.h,
6178         * src/mcs51/main.c (instructionSize, asmLineNode, updateOpRW,
6179         mcs51opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
6180         mcs51operandCompare, getRegsRead, getRegsWritten): made instruction
6181         size calculation port specific, started basis for some register
6182         optimizations
6183         * src/mcs51/gen.c (genFunction, genEndFunction): added case to handle
6184         missing push/pop of r0/r1. Optimized push/pops
6185         * src/mcs51/ralloc.c (packregisters): fixed bug #727095
6186         * device/lib/_modsint.c (_modsint),
6187         * device/lib/_modslong.c (_modslong): fixed sign of result in non-asm
6188         and stack version so regression tests pass
6189
6190 2004-02-26 Bernhard Held <bernhard AT bernhardheld.de>
6191
6192         * src/Makefile.in (dep): include SLIBOBJS in dependency check
6193         * src/SDCCast.c (decorateType): catch another small optimization
6194         with '?' operator
6195         * src/SDCCsymt.c (computeType): added comments and cosmetic changes
6196         * src/SDCCval.c (valMult, valDiv, valMod, valPlus, valMinus, valShift):
6197         modified to finally use computeType() all over SDCC,
6198         see Feature Request #877103
6199         * src/SDCCval.h: cosmetic
6200         * src/SDCCicode.c (operandOperation): fixed EQ_OP bug, now same as in
6201         valCompare(); regression tested in muldiv.c
6202         * support/regression/tests/muldiv.c (testMod): mod sign follows
6203         dividend only
6204
6205 2004-02-23 Bernhard Held <bernhard AT bernhardheld.de>
6206
6207         * src/SDCCast.c (decorateType): fixed bug #902362
6208         * doc/INSTALL.txt: fixed install instructions for win32
6209
6210 2004-02-21 Bernhard Held <bernhard AT bernhardheld.de>
6211
6212         * device/include/Makefile.in (install): fixed by replacing spaces
6213         by tabs
6214         * doc/README.txt,
6215         * doc/INSTALL.txt: updated for release
6216         * doc/sdccman.lyx: added warning for --xstack being buggy
6217
6218 2004-02-20 Bernhard Held <bernhard AT bernhardheld.de>
6219
6220         * src/pic16/ralloc.c (packRegsForAccUse):  disabled functions with #if
6221         to eliminate build warnings.
6222         * src/pic16/gen.c (pic16_popGet): fixed for gcc 2.95.4
6223
6224 2004-02-20 Vangelis Rokas <vrokas AT otenet.gr>
6225            Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
6226
6227         * doc/sdccman.lyx: removed PIC16 from PIC16 Port Specific Options,
6228         removed -penable-stack, added comment for stack pragma, added
6229         warning for not initializing the stack/frame registers, removed
6230         comment at interrupts section
6231
6232         Stack is made permanent, there is no ability to disable stack usage.
6233         * src/pic16/device.h,
6234         * src/pic16/device.c: removed all references to USE_STACK macro,
6235         * src/pic16/device.c (pic16_dump_section): when no elements in
6236         rlist, free rlist before return,
6237         * (pic16_dump_int_registers): NEW, internal registers are a new set
6238         of general purpose registers reused by each function,
6239         * (checkAddReg): returns 1 if registers is added to set,
6240         * (pic16_groupRegistersInSection): when a registers is of type
6241         PO_GPR_TEMP add it in pic16_int_regs and not in pic16_rel_udata,
6242         * src/pic16/device.h: memRange and Assigned Memory are deleted,
6243         SRCASECMP macro is moved here from device.c
6244         * src/pic16/genarith.c (pic16_pCodeOpType): added cases for
6245         PO_PCLATU, PO_PRODL, PO_PRODH,
6246         * (pic16_pCodeOpType, genMinus,
6247         changed compares to "a" register, with AOP_ACC,
6248         * (pic16_genPlus): fixed some bugs and indented properly,
6249         * (pic16_addSign): changed size to size+offset in the MOVWF
6250         instruction,
6251         * (pic16_genUMult8XLit_8): NEW, uses processor MULLW instruction to
6252         multiply 8-bit operand by literal, result is 8-bit,
6253         * (pic16_genUMult8X8_8): NEW, uses processor MULWF instruction to
6254         multiply 2 8-bit operand, result is 8-bit,
6255         * (pic16_genMult8X8_8): modified to call genUMult8X*_8 functions and not
6256         genUMult8X*_16,
6257         * src/pic16/gen.c: changed accUse to contain WREG only,
6258         * (pic16_emitcomment): renamed to pic16_emitpcomment,
6259         * (aopForSym): allocated dir register when IN_DIRSPACE(space) is,
6260         true, do not use immediate addressing any more unless sym is a
6261         pointer in codespace,
6262         * (aopForRemat): do not use immediate addressing when symbol not in
6263         codespace and when symbol's address is requested,
6264         * (aopOp): for-loop in if(sym->accUse) is modified for the new
6265         accUse size (= 1),
6266         * (aopGet): added case for AOP_ACC and don't return "accumulator
6267         bug" but WREG instead,
6268         * (popGetTempReg): pushes contents of temporary register in stack,
6269         * (popReleaseTempReg): pops contents of temporary register from
6270         stack. Use popGetTempReg/popReleaseTempReg in aligned pairs,
6271         * (pic16_popGet): separated case AOP_ACC to return register WREG
6272         from processor registers, AOP_PCODE not checks if pcop is PO_DIR
6273         or PO_IMMEDIATE and initializes their instance/offset appropriately,
6274         * The whole issue with aopForSym,aopForRemat,popGet) is to minimize
6275         the use of immediate pointers to certain cases only.
6276
6277         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): use pic16_popGet2p,
6278         * (pic16_loadFromReturn, pic16_storeForReturn: NEW,
6279         * (assignResultValue, genCall, genRet): modified to use the new
6280         function return value scheme with WREG,PRODL,PRODH,FSR0L and FSR0,
6281         genPcall is still broken,
6282         * (genFunction): added code to create 'A' type pBlocks when
6283         interrupt functions are generated, code not extensively tested yet,
6284         ISRs push WREG,STATUS,BSR,PRODL,PRODH,FSR0L,FSR0H registers on stack,
6285         * (genEndFunction): modified so ISRs pop stored registers from stack,
6286         * (genMultOneByte): cleanup,
6287         * (AccRsh): added flag andmask, to and result with appropriate mask,
6288         * (genUnpackBits,genPackBits): fixed and can handle bit fields,
6289         * (genDataPointerGet): fixed and reenabled its use,
6290         * (genNearDataPointerGet): bugs fixed,
6291         * (genDataPointerSet): bugs fixed,
6292         * src/pic16/genutils.c: added functions pic16_DumpValue,pic16_DumpAop,
6293         pic16_DumpSymbol, pic16_DumpOp,
6294         * src/pic16/genutils.h: function prototypes for the above functions,
6295         * src/pic16/glue.c: new flags initsfpnt, to initialize stack/frame
6296         pointers,
6297         * (pic16emitRegularMap): many many many improvements, but needs a
6298         major cleanup,
6299         * src/pic16/main.c: enable_stack in pic16_options is removed,
6300         * (_pic16_parseOptions): removed command line options -penable-stack,
6301         * (_process_pragma): emit stack symbol only when stack pragma is
6302         processed,
6303         * src/pic16/pcode.c: pic16_pc_fsr0 is removed, all operations are
6304         redirected to FSR0L/FSR0H pair,
6305         * (pic16_get_op, pic16_get_op2): modifications and improvements,
6306         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
6307         cases PO_PRODL,PO_PRODH, pic16_getRegFromInstruction2 returns sane
6308         for immediates,
6309         * (insertBankSwitch): modified to handle cases like: (alfa + 1)
6310         * (dumpPicOptype): NEW,
6311         * src/pic16/pcode.h: added PO_PCLATU,PO_PRODL,PO_PRODH in enum,
6312         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed bug
6313         with movff instruction,
6314         * src/pic16/ralloc.c: renamed typeRegWithIdx to pic16_typeRegWithIdx,
6315         added pic16_int_regs, some packRegsFor* functions are commented out,
6316         because produce errors,
6317         * src/pic16/NOTES: minor modifications
6318
6319 2004-02-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6320
6321         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c, as/mcs51/lkmain.c,
6322         as/mcs51/lkmem.c, src/SDCCglob.h, src/SDCCmain.c: added options --stack-size and
6323         --pack-iram.
6324         * doc/sdccman.lyx: described options --stack-size and --pack-iram.
6325         * as/mcs51/lkaomf51.c: fixed bug #895763
6326
6327 2004-02-17 Bernhard Held <bernhard AT bernhardheld.de>
6328
6329         * device/include/c8051f320.h: added. Contributed by Maarten Brock.
6330
6331 2004-02-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6332
6333         * doc/sdccman.lyx: added details about the HC08 storage classes and
6334         interrupts, fixed the register usage info for z80 & gbz80
6335
6336 2004-02-17 Vangelis Rokas <vrokas AT otenet.gr>
6337
6338         * doc/sdccman.lyx: added more pic16 port documentation
6339         * device/include/pic16/: added header pic18fregs.h
6340
6341 2004-02-16 Bernhard Held <bernhard AT bernhardheld.de>
6342
6343         * doc/sdccman.lyx: added Vangelis' contribution
6344
6345 2004-02-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6346
6347         * src/SDCClrange.c (rlivePoint): live range of SEND operand should
6348         extend to the next CALL or PCALL, not just to the next CALL.
6349
6350 2004-02-16 Vangelis Rokas <vrokas AT otenet.gr>
6351
6352         * src/pic16/gen.c (genInline): fixed bug #896482 with inline assembly
6353
6354 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6355
6356         * src/mcs51/ralloc.c (packRegsForAssign, reassignAliasedSym): fixed
6357         bug #895752 and a better fix for bug #716790
6358
6359 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6360
6361         * src/SDCCsymt.c (processFuncArgs): fixed bug #896796
6362
6363 2004-02-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6364
6365         * doc/sdccman.lyx: minor changes, minor changed
6366
6367 2004-02-13 Bernhard Held <bernhard AT bernhardheld.de>
6368
6369         * src/SDCCicode.c (usualBinaryConversions): removed pic16 from ports
6370         which can't handle SDCC_NEWONEBYTEOPS,
6371         (geniCodeMultiply): removed conversion from mult to shift for pic14
6372         and pic16
6373
6374 2004-02-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6375
6376         * src/hc08/gen.h,
6377         * src/hc08/gen.c (storeRegToAop, aopOp, aopAdrStr, accopWithAop,
6378         rmwWithAop): Ported my 2003-10-02 fix for bug #663539 to the hc08,
6379         thus fixing bug #895406
6380
6381 2004-02-11 Bernhard Held <bernhard AT bernhardheld.de>
6382
6383         * device/lib/_modsint.c,
6384         * device/lib/_modslong.c: sign follows divisor only
6385         * src/hc08/gen.c (genMultOneByte): if result size is 1,
6386         signs or signedness can be ignored
6387         * src/SDCCast.c (addCast): cosmetic - added lineno to CAST
6388         * src/SDCCast.c (resultTypePropagate): added even more ops: +, - and *,
6389         added optimization for IFX,
6390         (decorateType): Mult/Div/ModOneByte ops can handle all kind of signed
6391         arguments;
6392         reenabled optimization for IFX, which was removed on 2004-01-11
6393         * src/SDCCast.h: added return type IFX
6394         * src/SDCCicode.c: Mult/Div/ModOneByte ops can handle all kind of signed
6395         arguments with 8 or 16 bit results; pic14 and pic16 ports use old
6396         promotion behaviour; env. var. SDCC_NEWONEBYTEOPS selects the new,
6397         SDCC_OLDONEBYTEOPS selects the old behaviour
6398         * src/SDCCsymt.c (computeType): type2 can be NULL (for LEFT_OP);
6399         changed again and commented promotion rule
6400         * src/SDCCval.c (valDiv): promotion no longer necessary
6401         * src/ds390/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte),
6402         * src/mcs51/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte):
6403         rewritten
6404         * support/regression/tests/onebyte.c: added
6405
6406 2004-02-11 Vangelis Rokas <vrokas AT otenet.gr>
6407
6408         * gen.c (genInline): reverted to old code for assemnling inline
6409         code because of bug reported James Chadd
6410
6411 2004-02-10 Vangelis Rokas <vrokas AT otenet.gr>
6412
6413         * ralloc.h: missing declarations from previous patch,
6414         seems that patch for ralloc.h was never applied, fixed
6415
6416 2004-02-10 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
6417            patch committed by Vangelis Rokas <vrokas AT otenet.gr>
6418
6419         * pcode.c,
6420         * pcode.h,
6421         * ralloc.h: added FSR0L, FSR0H and other missing PIC16 SFR's for
6422         indirect addressing. Marked FSR0 as deprecated
6423         * gen.c (pointerCode): commented out, not needed now
6424         (pic16_popGet2p): new MOVFF helper function
6425         (genGenPointerGet),
6426         (genGenPointerSet): reimplemented with MOVFF and POSTINC0
6427         (shiftRLong): removed duplicate debugging info
6428
6429 2004-02-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6430
6431         * src/ds390/gen.c (genNearPointerGet),
6432         * src/mcs51/gen.c (genNearPointerGet): allow the genDataPointerGet()
6433         optimization with bits, but not bitfields.
6434         * src/ds390/ralloc.c (packRegisters),
6435         * src/mcs51/ralloc.c (packRegisters): fixed bug #884453 & #880832
6436
6437 2004-02-09 Bernhard Held <bernhard AT bernhardheld.de>
6438
6439         * src/SDCCcse.c (algebraicOpts): copy operands before modification
6440
6441 2004-02-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6442
6443         * src/SDCCsymt.h,
6444         * src/SDCCicode.c (operandFromSymbol),
6445         * src/mcs51/ralloc.c (verifyRegsAssigned, serialRegAssign),
6446         * src/ds390/ralloc.c (verifyRegsAssigned, serialRegAssign),
6447         * src/z80/ralloc.c (verifyRegsAssigned, serialRegAssign),
6448         * src/hc08/ralloc.c (verifyRegsAssigned, serialRegAssign),
6449         * src/pic/ralloc.c (verifyRegsAssigned, serialRegAssign),
6450         * src/pic16/ralloc.c (verifyRegsAssigned, serialRegAssign): fixed
6451         bug #892038
6452         * src/SDCCast.c (createIvalStruct, createIvalArray, gatherAutoInit),
6453         * src/SDCCglue.c (emitRegularMap, printIvalStruct, printIvalArray,
6454         printIvalCharPtr, printIvalPtr, printIval, emitStaticSeg, emitOverlay)
6455         * src/SDCCsymt.c (newSymbol),
6456         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
6457         enumerator_list),
6458         * src/SDCCval.h,
6459         * src/SDCCval.c (newiList): fixed bug #885705
6460
6461 2004-02-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6462
6463         * doc/sdccman.lyx: added section 3.1.4: sdcclib.
6464         * as/mcs51/lkmem.c: report the size of the stack in .mem file.
6465
6466 2004-02-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6467
6468         * device/include/c8051f120.h,
6469         * device/include/c8051f300.h,
6470         * device/include/c8051f310.h: added/updated header files for Silicon
6471         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
6472         * doc/sdccman.lyx: minor changes, recommended diff -Naur and diff -u
6473         in new section Submitting patches
6474
6475 2004-02-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6476
6477         * src/mcs51/gen.c (genNearPointerGet, genPagedPointerGet,
6478         genFarPointerGet, genCodePointerGet, genGenPointerGet,
6479         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
6480         genGenPointerSet),
6481         * src/ds390/gen.c (genNearPointerGet, genPagedPointerGet,
6482         genFarPointerGet, genCodePointerGet, genGenPointerGet,
6483         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
6484         genGenPointerSet),
6485         * src/pic16/gen.c (genNearPointerGet, genPagedPointerGet,
6486         genFarPointerGet, genCodePointerGet, genGenPointerGet,
6487         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
6488         genGenPointerSet),
6489         * src/pic/gen.c (genNearPointerGet, genPagedPointerGet,
6490         genFarPointerGet, genCodePointerGet, genGenPointerGet,
6491         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
6492         genGenPointerSet): fixed bug #892400
6493         * src/pic16/gen.c (genSkipz, AccRol): disabled functions with #if 0
6494         to eliminate build warnings.
6495         * src/SDCCast.c (processParms),
6496         * src/SDCC.y (function_declarator2, declarator2_function_attributes):
6497         fixed bug 751859
6498         * support/valdiag/valdiag.py: added GCC to the list of defines active
6499         when compiling with gcc
6500
6501 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6502
6503         * support/Util/SDCCerr.h,
6504         * support/Util/SDCCerr.c,
6505         * src/SDCCast.c (decorateType, sizeofOp): complain when sizeof is used
6506         with an incomplete type (fixed bug #883734)
6507         * src/SDCCicode.c (geniCodeCast): fixed bug #890510
6508
6509 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6510
6511         * src/pic16/gen.c (genCmpEq, shiftRLong): fixed declarations
6512
6513 2004-02-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6514
6515         * src/SDCCast.c (decorateType),
6516         * src/SDCCicode.c (geniCodeParms, geniCodeCall): fixed bugs in my ANSI
6517         function pointer implementation
6518         * support/regression/tests/funptrs.c: added tests to verify both forms
6519         of function pointers work correctly. Added tests to verify parameters
6520         are passed in the correct order.
6521
6522 2004-02-06  Vangelis Rokas <vrokas AT otenet.gr>
6523
6524         * device.c (regCompare): registers are sorted by ascending
6525         address and increasing size,
6526         * main.c (_pic16_finaliseOptions): removed the declaration
6527         of compiler macro MCU. Now a macro of the format pic18fxxxx
6528         will be defined from the command line
6529
6530 2004-02-06  Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
6531             patch committed by Vangelis Rokas <vrokas AT otenet.gr>
6532
6533         * pcode.c (pic16initMnemonics): fixed typo in assignment to PCOP_RLNCF
6534         PCOP_RLCF was overwritten!
6535         * gen.c (genSkip): commented out calls to pic16_emitcode,
6536         * (genCmpEQ): fixed "long" compares, only high word did get compared,
6537         * (genlshTwo),
6538         * (genRRC): added debugging info,
6539         * (shiftL2Left2Result): Fixed bug, if offr > offl. Result got
6540         overwritten while shifting,
6541         * (shiftR2Left2Result): Fixed bug, if offr < offl. Result got
6542         overwritten while shifting,
6543         * (AccLsh),
6544         * (AccRsh),
6545         * (shiftLLeftOrResult),
6546         * (shiftRLeftOrResult),
6547         * (shiftRLong),
6548         * (shiftLLong): Implemented with pic16_emitpcode
6549         * (genlshFour): Replaced pic16_aopPut with pic16_emitpcode,
6550         * (genLeftShift): Fixed bug, operand for shift by variable always
6551         was "and"ed with 0x0f,
6552         * (genLeftShiftLiteral),
6553         * (genrshTwo),
6554         * (genRightShiftLiteral): added debugging info,
6555         * (genrshFour): added comment,
6556         * (genRightShift): determined signedness from operand "left"
6557         instead of "result"
6558
6559 2004-02-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6560
6561         * src/SDCCicode.c (geniCodeParms),
6562         * src/SDCCast.c (decorateType, processParms): support for ANSI-style
6563         function pointers, fixed function pointer bugs #861242 and #861896
6564
6565 2004-01-31 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6566
6567         * device/include/c8051f000.h,
6568         * device/include/c8051f120.h,
6569         * device/include/c8051f300.h: added header files for Silicon
6570         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
6571
6572 2004-01-31 Bernhard Held <bernhard AT bernhardheld.de>
6573
6574         * src/SDCCast.c (processParams): added new type flow and restructured
6575         (gatherAutoInit): added new type flow
6576         (addCast): cosmetic changes
6577         (getLeftResultType): added new type flow for array indices, patch
6578         provided by Stas, see FR #877103
6579         (decorateType): SDCC_NEWTYPEFLOW removed, new type flow is now standard;
6580         array index patch by Stas
6581         * src/SDCCast.h: added prototype getResultTypeFromType()
6582         * src/SDCCval.h,
6583         * src/SDCCval.c (resolveIvalSym) (resolveIvalSym),
6584         * src/pic/glue.c (pic14emitStaticSeg),
6585         * src/pic16/glue.c (pic16emitStaticSeg),
6586         * src/SDCCglue.c (emitRegularMap) (emitStaticSeg): added new type flow
6587         for initialization of symbols
6588         * src/SDCCicode.c (geniCodeArray): removed warning W_ARRAY_BOUND
6589         * support/Util/SDCCerr.h:
6590         * support/Util/SDCCerr.c: replaced W_ARRAY_BOUND by W_IDX_OUT_OF_BOUNDS
6591         * .version: bumped version number to 2.3.8
6592         * device/include/Makefile.in (install),
6593         * doc/Makefile (install): changed to 'rm `find ...`' construct to
6594         avoid warnings
6595
6596 2004-01-30 Bernhard Held <bernhard AT bernhardheld.de>
6597
6598         * support/regression/tests/libmullong.c: fixed for 64 bit hosts
6599         Slade Rich fixed an optimization bug
6600         * src/pic/pcodepeep.c,
6601         * src/pic/pcoderegs.c
6602         * doc/Makefile (install): added test for directory
6603
6604 2004-01-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6605
6606         * src/mcs51/ralloc.c (getRegPtr, getRegGpr),
6607         * src/ds390/ralloc.c (getRegPtr, getRegGpr),
6608         * src/pic/ralloc.c (getRegPtr, getRegGpr),
6609         * src/pic16/ralloc.c (getRegPtr, getRegGpr),
6610         * src/z80/ralloc.c (getRegGpr): fixed bug #883361
6611         * as/mcs51/asexpr.c (term),
6612         * as/hc08/asexpr.c (term): fixed bug #887146
6613
6614 2004-01-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6615
6616         * src/z80/gen.c (genMult): handle single byte result product
6617         * src/SDCCopt.c (killDeadCode): never convert ADDRESS_OF iCode to
6618         DUMMY_READ_VOLATILE (fixed bug #886367)
6619
6620 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
6621
6622         * support/regression/tests/libmullong.c: fixed logic, on little endian
6623         hosts we ended without a mullong_wrapper()
6624
6625 2004-01-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6626
6627         * ChangeLog: changed "@" to " AT " in hopes of reducing spam and
6628         virus/worm forged address usage.
6629
6630 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
6631
6632         Fixed promotion, it should be done on AST level:
6633         * src/SDCCast.c (addCast): added promotion to int
6634         (decorateType): updated call to upCast()
6635         * src/SDCCicode.c (geniCodeLeftShift): removed call to
6636         usualUnaryConversions()
6637
6638 2004-01-26  Michael Hope  <michaelh AT juju.net.nz>
6639
6640         * support/regression/tests/literalop.c (mulWrapper): Added a
6641         wrapper to remove integer overflow warnings.
6642
6643         * support/regression/tests/float_trans.c: Made work on host.
6644
6645         * support/regression/ports/ucz80/spec.mk (UCZ80): Made detect the
6646         location of sz80.
6647
6648         * support/regression/generate-cases.py (main): Changed from inline
6649         to a main method.
6650
6651         * doc/Makefile (install): Changed to depth first to get rid of
6652         missing directory install warning.
6653
6654         * as/Makefile (install-doc): Made work on Mac.
6655
6656 2004-01-25 Bernhard Held <bernhard AT bernhardheld.de>
6657
6658         * src/SDCCast.c: added an additional type flow in decorateType() of
6659         opposite direction, see feature request #860006; it's enabled at runtime
6660         by setting the environment variable SDCC_NEWTYPEFLOW
6661         * src/SDCCast.h: changed prototype of decorateType()
6662         * src/SDCCglue.c (emitRegularMap): updated call of decorateType()
6663         * src/SDCCicode.c (geniCodeDivision) (geniCodeModulus): promotion from
6664         'char' to 'int' can be omitted, if both operands are 'unsigned char';
6665         see feature request #877103
6666         * src/SDCCval.c: updated call of decorateType()
6667         (valBitwise): fixed bug #882876
6668         (valMinus): added promotion
6669         (valLogicAndOr): result is unsigned
6670         (cheapestVal) (constVal): literals from 0...255 are 'unsigned char' now
6671         * src/SDCCsymt.c (computeType),
6672         * src/mcs51/gen.c (genCmpGt) (genCmpLt): literal 'unsigned char'
6673         must not cause an unsigned operation
6674         * src/pic/glue (pic14emitRegularMap),
6675         * src/pic16/glue.c (pic16emitRegularMap): updated call of decorateType()
6676
6677 2004-01-23 Bernhard Held <bernhard AT bernhardheld.de>
6678
6679         * src/pic/pcode.c (PCodeID): commented out left over debug code
6680
6681 2004-01-20 Bernhard Held <bernhard AT bernhardheld.de>
6682
6683         * support/valdiag/tests/overflow.c: added shift tests
6684         * src/pic/device.c,
6685         * src/pic/gen.c,
6686         * src/pic/gen.h,
6687         * src/pic/glue.c,
6688         * src/pic/main.c,
6689         * src/pic/pcode.c,
6690         * src/pic/pcode.h,
6691         * src/pic/pcodepeep.c,
6692         * src/pic/pcoderegs.c,
6693         * src/pic/ralloc.c,
6694         * src/pic/ralloc.h: applied patch from Slade Rich;
6695         added support for multiple code pages and multiple RAM banks on the
6696         PIC 14 port. The ASM files now no longer simply assume all the
6697         code / RAM are in the same page / bank. This means the linker can
6698         safely allocate code/RAM of separate ASM files to different pages/banks.
6699         * doc/sdccman.lyx: added Slade's tips
6700         * src/mcs51/peeph.def: fixed bug #880768
6701
6702 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6703
6704         * src/hc08/ralloc.c (rematStr): fixed bug #879282
6705         * src/SDCCast.c (decorateType): fixed bug #880197
6706
6707 2004-01-20  Michael Hope  <michaelh AT juju.net.nz>
6708
6709         * sim/ucsim/gui.src/serio.src/main.cc: Fixed unconditional use of
6710         getopt.h.
6711
6712         * debugger/mcs51/cmd.c (getValBasic): Changed strtof to strtod as
6713         strtof is not part of C89 and isn't included with Mac OS X.
6714
6715 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6716
6717         * src/hc08/gen.c (genPlusIncr, genUminus, genMinusDec, genCmp,
6718         shiftL2Left2Result): fixed bug #879326
6719         (genAnd, genOr, genXor): fixed bug when result was of type AOP_CRY
6720         (genMultOneByte): fixed bug in signed vs unsigned multiplication
6721         * sim/ucsim/hc08.src/inst.cc (inst_clr): added missing effective
6722         address fetch for clr instruction
6723         * device/lib/hc08/_mulint.c: created optimized assembly version
6724         * src/SDCCdflow.c (computeDataFlow): fixed bug #878209
6725
6726 2004-01-19 Bernhard Held <bernhard AT bernhardheld.de>
6727
6728         * src/SDCCicode.c (geniCodeArray): applied patch from Stas Sergeev
6729         proposed in FR #877103
6730
6731 2004-01-18 Bernhard Held <bernhard AT bernhardheld.de>
6732
6733         * src/SDCCval.c (cheapestVal): added missing checks
6734         * src/SDCCicode.c (usualBinaryConversions): fixed condition
6735         * src/SDCCicode.c (geniCodeAdd): fixed part of bug #877103
6736
6737 2004-01-16 Klaus Flittner <klaus_flittner AT gmx.de>
6738
6739         * src/ds390/gen.c (aopOp3): fixed the assignment of different dptrs to
6740         equal operands
6741
6742 2004-01-16 Vangelis Rokas <vrokas AT otenet.gr>
6743
6744         * src/SDCCmain.c (linkEdit): variable $3 of the linker command is
6745         loaded with the linker search paths (-L arguments) and the libraries
6746         to be linked with the current source (-l arguments). Changes
6747         currently will affect only the pic16 port.
6748         * src/pic16/main.c (_pic16_finaliseOptions): add to the linker
6749         include path the port specific paths and port specific libraries,
6750         * gplink command now contains the $3 argument,
6751         * src/pic16/device.h,
6752         * src/pic16/device.c,: structure PIC_device is made public and
6753         renamed to PIC16_device, the same for variable Pics which is renamed
6754         to Pics16. Updated all references to them.
6755         * src/pic16/glue.c (pic16glue): corrected bug with code
6756         initialization which bypassed the variable initializations block.
6757
6758         * device/lib/pic16/Makefile.rules: removed --penable-stack from
6759         COMPILE_FLAGS and added the --nostdinc option
6760
6761 2004-01-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6762
6763         * device/include/mc68hc908jb8.h: Register defs for another member
6764         of the hc08 family. Contributed by Bjorn Bringert - thanks!
6765
6766 2004-01-14 Vangelis Rokas <vrokas AT otenet.gr>
6767
6768         Documenting changes from previous commits.
6769         * configure.in (version 1.56),
6770         * configure: initially I've added AC_CONFIG_SUBDIRS(device/lib/pic16)
6771         when generating output files to configure the pic16 library,
6772         but now I've commented it out, since gputils aren't installed in the
6773         SF compile farm, so library won't compile
6774
6775         * device/lib/Makefile.in (version 1.56): initially I've added in
6776         target 'all' the prerequestive 'model-pic16' so it compiled the
6777         pic16 library, but now I've commented it out for the same reasons
6778         above,
6779         * added targets 'model-pic16' and 'objects-pic16' to compile the
6780         library
6781         * added target 'port-specific-objects-pic16' to handle the
6782         generated libraries and copy them into the build/ directory
6783         * added target 'clean-intermediate-pic16' to clean intermediate
6784         files into pic16 directory
6785         * in target 'installdirs' added line to create directory pic16 in
6786         the installation path
6787
6788         * device/include/Makefile.in (version 1.11): in target 'install'
6789         added lines to copy all header files to installation path,
6790         * in target 'installdirs' added line create directory for pic16
6791         headers in the installation path
6792
6793 2004-01-13 Klaus Flittner <klaus_flittner AT gmx.de>
6794
6795         * src/ds390/gen.c (genCall): fixed a double use of acc and b after
6796          a function call
6797
6798 2004-01-13 Bernhard Held <bernhard AT bernhardheld.de>
6799
6800         * configure,
6801         * device/lib/configure.in,
6802         * device/lib/configure: fixed for autoconf 2.57
6803
6804 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6805
6806         * src/z80/main.c (_parseOptions): fixed the portmode= command line
6807         option so that it actually works. Made it specific to the z80, since
6808         the gbz80 doesn't have these kinds of I/O ports.
6809
6810 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6811
6812         * device/include/z180.h,
6813         * device/lib/_memcpy.c,
6814         * device/lib/_memmove.c,
6815         * device/lib/_mulint.c,
6816         * device/lib/ser_ir.c,
6817         * device/lib/ser_ir_cts_rts.c,
6818         * device/lib/_strcmp.c,
6819         * device/lib/_strtok.c: fixed pragmas to non-deprecated form
6820         * src/z80/main.c (_process_pragma): add support for pragmas bank and
6821         portmode; added deprecation warning for bank= and protmode= forms.
6822         Also, guard against buffer overflow.
6823         * src/z80/gen.c (aopGet): generate better code for sfr banked read
6824
6825 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6826
6827         * src/hc08/main.c (_hc08_genAssemblerPreamble): fixed bug #875487. Also
6828         changed interrupt vector table generation to only emit declared vectors.
6829         * device/include/Makefile.in: added missing backslash
6830         * device/lib/pic16/Makefile.rules: add $(MODELFLAGS) to $(CFLAGS)
6831
6832 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
6833
6834         Mainly changes to support compilation of the device libraries
6835         * src/pic16/device.c: stack is allocated via symbol and not
6836         via literal number. The symbol is placed in the corresponding
6837         position of the data ram
6838         * (pic16_dump_section): relocatable and absolute uninitialized
6839         data are now emitted in sorted order to reduce section naming,
6840         * src/pic16/ralloc.c (newReg): fixed bug with SFR's that
6841         weren't marked as being in the access bank,
6842
6843 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
6844
6845         Added portion of GNU PIC Library under the directory
6846         device/include/pic16 and device/lib/pic16. These files
6847         contain the declarations of SFRs for the PIC18Fxx2 devices.
6848         The directory is initialized via configure from toplevel.
6849
6850 2004-01-12 Klaus Flittner <klaus_flittner AT gmx.de>
6851
6852         * src/ds390/gen.c (operandsEqu): fixed a little typo, that prevented
6853         the spilllocations to be compared correctly
6854
6855 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
6856
6857         * src/SDCCast.c (decorateType): fixed bug introduced today
6858
6859 2004-01-12  Borut Razem <borut.razem AT siol.net>
6860
6861         * src/SDCC.lex, support/Util/SDCCerr.h, support/Util/SDCCerr.c,
6862         doc/sdccman.lyx: upper case pragmas are deprecated
6863
6864 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
6865
6866         * src/SDCCast.c (decorateType): replacing 'ul > 0' by  '!ul' results
6867         in simpler and even better code
6868
6869 2004-01-11 Bernhard Held <bernhard AT bernhardheld.de>
6870
6871         * src/SDCCicode.c (operandOperation): fixed bug #874819
6872         * src/SDCCast.c (decorateType): fixed
6873         char foo (unsigned long ul) { return ul > 0; }
6874
6875 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6876
6877         * doc/sdccman.lyx: Moved and added some sections, small changes
6878         all over. Telling LaTeX to be less strict with word spacing
6879         to better keep the right margin. Changed some notes about
6880         maintainance of the ports in section 3.2.1 - is it OK like this?
6881
6882 2004-01-11 Vangelis Rokas <vrokas AT otenet.gr>
6883
6884         SDCC source changes:
6885         * src/SDCCopt.c (cntToFcall, cnvToFloatCast, cnvFromFloatCast,
6886         convilong): modified to inform the pic16 port that builtin functions
6887         are external
6888
6889         PIC16 PORT specific changes:
6890         * src/pic16/device.c pic16_dump_equates() added,
6891         processor registers declared internally by the port are emitted in
6892         the translation as equates,
6893         * src/pic16/gen.c: inline code is passed unprocessed to the
6894         translation,
6895         * (pic16_popGetLit2): fnuction modified to take second operand as
6896         pCodeOp pointer and not as literal,
6897         * (popRegFromIdx): prefixed with pic16_,
6898         * (pic16_popCombine2): modified to receive already allocated pCode
6899         operands,
6900         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): added
6901         * (genFunction): initializes local stack frame and pushes on stack
6902         all the registers used by this function,
6903         * (genEndFunction): restores all registers from stack and restores
6904         stack frame,
6905         * src/pic16/glue.c (pic16emitRegularMap): various changes and
6906         improvements,
6907         * (pic16glue): changed the program startup sequence,
6908         * added new dbName code 'A' for functions placed in absolute section
6909         * src/pic16/main.c: added function attribute _naked,
6910         * added pragma 'code' to place a fnuction at an absolute address,
6911         * added command line arguments --debug-ralloc and --pcode-verbose,
6912         * (_pic16_finiliseOptions): options.all_callee_saves is set by default
6913         * src/pic16/pcode.c (pic16_pBlockConvert2Absolute) added,
6914         * (pic16_newpCodeOpLit2): modified to take the second operand as
6915         pCodeOp pointer,
6916         * (pic16_printpBlock): modified to emit each function in a separate
6917         section,
6918         * (pic16_get_op): modified to use the gpasm modifiers LOW,HIGH and
6919         UPPER for immediate operands,
6920         * src/pic16/pcodepeeph.c: added peephole support for the LFSR
6921         instruction,
6922         * src/pic16/peeph.def: all peepholes with movff are commented out,
6923         because there is a problem in the pcode peep optimizer,
6924         * src/pic16/ralloc.c: the register allocator can now reuse local
6925         function symbols for another function. This saves register usage.
6926         * src/pic16/ralloc.h: added flag isLocal in structure regs,
6927
6928         Added file src/pic16/NOTES with information about program writing on
6929         the current port version.
6930
6931 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6932
6933         * src/mcs51/peephole.def: added peepholes 177.c,d (redundant moves)
6934         and peephole 252 (array access)
6935
6936 2004-01-09  Borut Razem <borut.razem AT siol.net>
6937
6938         * src/SDCCmain.c : fixed #872250: -l command line defined library
6939           files are scanned before standard library files
6940
6941 2004-01-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6942
6943         * src/SDCCast.c (decorateType): fixed bug #874046
6944
6945 2004-01-09  Borut Razem <borut.razem AT siol.net>
6946
6947         * support/scripts/sdcc.nsi: remove previous installation
6948
6949 2004-01-09 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6950
6951         * src/SDCCglue.c (createInterruptVect): don't append 7(5) padding
6952         bytes for last interrupt vector (mcs51)
6953         * sdcc.spec: fixed typo
6954
6955 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6956
6957         * src/mcs51/gen.c (genFunction, genEndFunction, genReceive, getTempRegs,
6958         gen51Code): more efficient parameter receive for --model-large
6959         ("bug" #845294)
6960
6961 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6962
6963         * src/ds390/main.c,
6964         * src/z80/main.c: added missed needLinkerScript flags (more than
6965         one port structure defined in these file)
6966         * src/ds390/gen.c (aopForSym, aopOp, operandsEqu, aopOp3): fixed
6967         bug #795325
6968
6969 2004-01-08 Vangelis Rokas <vrokas AT otenet.gr>
6970
6971         * src/SDCCmain.c: removed various references to DEFAULT_PORT
6972         * src/port.h: added flag needLinkerScript in port->linker
6973         structure to inform whether to create a .lnk file or not,
6974         * src/avr/main.c,
6975         * src/ds390/main.c,
6976         * src/hc08/main.c,
6977         * src/mcs51/main.c,
6978         * src/pic/main.c,
6979         * src/pic16/main.c,
6980         * src/xa51/main.c,
6981         * src/z80/main.c: changed appropriately to configure
6982         needLinkerScript flag
6983         * src/pic/gen.c,
6984         * src/pic16/gen.c (genAddrOf): fixed bug #863624
6985         * src/pic/glue.c: added variable udata_section_name to
6986         override default uninitialized data segment definition for
6987         devices only with SHAREBANK memory (reported from Erik Epetrich)
6988         * (pic14emitOverlay): modified to emit a commented overlay segment
6989         directive when no overlay data exist
6990         * (picglue): modified to emit uninitialized data segment
6991         according to udata_section_name
6992         * src/pic/main.c (_pic14_parseOptions): added command line
6993         options --udata-section-name=[name] to override default
6994         udata definition name
6995         * modified _linkCmd and _asmCmd to include compiler passed
6996         arguments via -W option
6997         * src/pic16/main.c: added $l in _asmCmd, changed extension for
6998         object file from '.rel' to '.o' in port->linker structure,
6999         changed size of fptr from 2 to 3 in port structure
7000
7001 2004-01-07  Borut Razem <borut.razem AT siol.net>
7002
7003         * support/scripts/sdcc.nsi: update PATH
7004         * support/scripts/sdcc.ico: craeted
7005
7006 2004-01-07 Bernhard Held <bernhard AT bernhardheld.de>
7007
7008         * device/include/Makefile.in: fix install
7009         * doc/Makefile: fix install
7010
7011 2004-01-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7012
7013         * src/SDCCsymt.c (processFuncArgs): fixed superflous allocation noted
7014         in bug #860505
7015         * src/SDCCmem.c (printAllocInfoSeg, printAllocInfo): minor changes to
7016         how the function variable allocation summary is displayed; also
7017         include information about variables allocated to the overlay
7018         segment
7019
7020 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7021
7022         * as/mcs51/lkmain.c: Help about -Y option
7023         * as/mcs51/lkarea.c: Fixed gcc warnings
7024
7025 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
7026
7027         * src/SDCCval.c (valShift): changed from 16 to 32 bit shift count,
7028         fixed warning
7029         * support/valdiag/tests/overflow.c: added
7030         * src/SDCCast.c (decorateType),
7031         * src/SDCCicode.c (geniCodeLeftShift): added promotion to int for
7032         LEFT_OP (left shift)
7033
7034 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7035
7036         * as/mcs51/lkmain.c: stack must be after data when option -Y is not used
7037         (default behaviour).
7038
7039 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7040
7041         A python script to validate compiler diagnostic messages. It can be
7042         used to verify that sdcc complains about bad c source code and
7043         gives a good location of the error.
7044         * support/valdiag/Makefile,
7045         * support/valdiag/valdiag.py,
7046         * support/valdiag/tests/*
7047
7048 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7049
7050         * src/SDCC.y (enum_specifier, enumerator_list, opt_assign_expr),
7051         * src/SDCCsymt.c (newEnumType),
7052         * src/SDCCsymt.h
7053         * support/Util/SDCCerr.c,
7054         * support/Util/SDCCerr.h: fixed bug #871258 and some other unreported
7055         enum related bugs.
7056         * support/regression/tests/enum.c: added test for enum values that
7057         require at least 2 bytes of storage.
7058
7059 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
7060
7061         * src/common.h: added ifndef/define/endif macros
7062         around the header file.
7063         Bug reported from Jesus Calvino-Fraga
7064
7065 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
7066
7067         * sdcc.spec: updated
7068         * device/include/Makefile.in: don't install CVS directories
7069         * device/lib/Makefile.in: added removal of CVS directories after install
7070         * doc/Makefile: fixed install, added local_icons
7071         * sim/ucsim/gui.src/Makefile.in: fixed an old typo
7072         * src/mcs51/gen.c (genRightShift): fixed bug #870788
7073         * src/ds390/gen.c (genRightShift): fixed bug #870788
7074         * src/SDCCast.c (decorateType): fixed bug #870781
7075
7076 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
7077
7078         PIC16 port related changes:
7079         * device.c: removed pic16_finalMapping and pic16_finalMappingSize,
7080         added variable stackPos,
7081
7082         * gen.c: genCall, assignResultValue: added support for
7083         pushing/retrieving function parameters to/from stack,
7084         genFunction,genEndFunction: setup stack frame for the
7085         generated function,
7086         genAddrOf: will be changed according to bug 863624
7087
7088         * added files genutils.c and genutils.h which contain gen*
7089         debugged and optimised functions extracted from gen.c
7090
7091         * glue.c: added variable 'externs' which holds extern symbols,
7092         pic16emitRegularMap: is modified to properly handle relocatable
7093          symbols under the new scheme,
7094         pic16createInterruptVect: is modified
7095         pic16printPublics: is modified to emit 'global' assembler directives,
7096         added pic16_printExterns to print extern symbols,
7097         pic16glue: initializes stack/frame pointer in the beginning of
7098         the assembly output. Temporary hack, will be corrected later,
7099         because gplink yet does not support stack and SDCC does not
7100         yet support a type of crt0.o object to create the final binary.
7101
7102         * Removed many lines that contain 8051 legacy code.
7103         * The code is finally placed under a 'code' directive.
7104         * Added port specific options.
7105
7106         * _process_pragma: simplified since now we do not need *special*
7107         include file to define SFR registers. But a separate header
7108         will be needed. This will be developed later.
7109         * _pic16_parseOptions: added, parses port specific options:
7110         --pgen-banksel, --obanksel=, --pomit-config-words, --pomit-ivt,
7111         --pleave-reset-vector, --penable-stack, --pstack-model, --debug-xtra
7112         --preplace-udata-with=
7113
7114         * _pic16_setDefaultOptions: modified to initialize section names,
7115         but hack is temporarly out of order since it needs improvement.
7116         * _pic16_genAssemblerPreamble: configuration words are emitted by
7117         their address instead of their name. This part is incomplete and
7118         supports only the 18Fxx2 devices. Other devices will emit an error
7119         during assembly since they do not contain the same set of config
7120         registers
7121         * _pic16_genIVT: is modified,
7122
7123         * pcode.c: added definitions for some hardware registers that are needed
7124         for stack support
7125         * added flag is2LitOp and variable pci_magic in pCodeInstruction.
7126         All PCI entries are updated. Now LFSR is supported.
7127         * Removed pic16_pciTRIS is mentioned by mdubuc in source
7128         * added pic16_newpCodeOpLit2 to support instructions with
7129         two literal arguments
7130         * pic16_pCode2str: corrected code that emits assembler instructions
7131         with two literal operands and those that have an access bit modifier
7132         * genericPrint: now PC_ASMDIR pCodes, can emit a label if it exists,
7133         this fixes a bug which caused some labels to be lost, when an
7134         assembler directive was added, i.e. banksel,
7135         * pic16_FixRegisterBanking: improved logic that causes the insertion
7136         of bank switching,
7137         * InlineFunction: functions that are called once, are not any more
7138         inlined. This can be a port option in the future,
7139
7140         * pcode.h: added pCodeOpLit2 and added variable label in pCodeAsmDir
7141
7142         * ralloc.c: added pic16_rel_udata and pic16_fix_udata variables which
7143         hold the corresponding uninitialized symbols,
7144         * pic16_allocProcessorRegister: registers have explicit marked the
7145         accessBank field,
7146         * pic16_allocInternalRegister: registers are explicit marked as
7147         not used,
7148         * pic16_writeUsedRegs: pic16_dynDirectBitRegs was missing from the
7149         processing list, so bit registers were lost,
7150         *
7151
7152         * ralloc.h: added field 'accessBank' and original symbol operand
7153         in register definition,
7154         * removed the field isMapped from register definition,
7155
7156         ** Several functions have been removed from various sources:
7157         BanksUsedFlow2,BanksUsedFlow,FixBankFlow,InstructionRegBank,
7158         pic16_addMemRange,pic16_isREGinBank,pic16_dump_map,pic16_dump_cblock
7159         isSFR,validAddress,mapRegister,assignRegister,pic16_assignFixedRegisters
7160         pic16_assignRelocatableRegisters
7161
7162         ** others have been introduced:
7163         pic16_areRegsSame,pic16_dump_section,checkAddReg,pic16_groupRegistersInSection
7164         pic16_popGetLit2,pic16_popCombine2,pushw,pushaop
7165
7166 2004-01-05 Vangelis Rokas <vrokas AT otenet.gr>
7167
7168         * support/scripts/inc2h.pl: changed definition of BIT_AT
7169         to emit 'sbit at' instead of 'bit at'. This was a request.
7170
7171         PIC16 port related preliminary changes:
7172         * gen.c: prefixed function popRegFromString with
7173         pic16_ and all references to it corrected
7174         * pcode.c: all pic16_pc_* hardware registers prefixed
7175         with underscore (_),
7176         pic16_popCopyGPR2Bit(): function sets register wasUsed=1
7177         * ralloc.c: newReg(): when register is REG_SFR then
7178         set address to rIdx,
7179         pic16_allocProcessorRegister(): marks register wasUsed=0
7180         pic16_writeUsedRegs(): added a call to assign processor
7181         registers via pic16_assignFixedRegisters
7182
7183 2004-01-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7184
7185         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c,
7186         as/mcs51/lkmain.c, as/mcs51/lkmem.c: 8051 linker can now pack
7187         variables in unused register banks.  Also the SSEG is placed
7188         wherever there is enough space for it, and IDATA can be anywhere
7189         in internal RAM.  For now compile using -Wl-Y[stack_size].
7190         The mem file is different for this option as well, since it
7191         makes no sense of talking about DSEG lenght.
7192
7193 2004-01-02 Vangelis Rokas <vrokas AT otenet.gr>
7194
7195         * src/SDCClrange.c: fixed bug 869095 that caused segfault
7196         in certain cases, e.g. when ROM assignment, patch provided
7197         from Albert den Haan.
7198
7199 2004-01-01 Bernhard Held <bernhard AT bernhardheld.de>
7200
7201         Many signedness and type propagation fixes:
7202         * src/SDCCicode.c: made geniCodeCast() static
7203         replaced SPEC_ by IS_ (cosmetic)
7204         (operandOperation): fixed div and mod operation
7205         (usualBinaryConversions): added support for promotion of char
7206         (geniCodeMultiply): replaced (unsigned long) by (TYPE_UDWORD)
7207         (geniCodeDivision): replaced (unsigned long) by (TYPE_UDWORD)
7208         (geniCodeAdd): an array index will stay unsigned, even if promoted
7209         from char to int
7210         (geniCodeArray): ditto
7211         * src/SDCCicode.h: made geniCodeCast() static: removed prototype
7212         * src/SDCCsymt.c (computeType): added more support for char;
7213         promotion of char is selectable by promoteCharToInt, fixed signedness
7214         for all cases
7215         (powof2): replaced (unsigned long) by (TYPE_UDWORD)
7216         * src/SDCCsymt.h (powof2): replaced (unsigned long) by (TYPE_UDWORD)
7217         * src/SDCCval (val*): replaced signedness calculation by
7218         computeType()
7219         rearranged if-branches (cosmetic)
7220         (valShift): added warning W_SHIFT_CHANGED
7221         (valCompare): fixed problem with different types
7222         * src/hc08/rallo.c (leastUsedLR): fixed gcc 3.3 warning
7223         * support/regression/tests/literalop.c: added many cases
7224         * support/regression/tests/ast_constant_folding.c: changed finally to
7225         'unsigned int'
7226         * .version: new year, new version: 2.3.7
7227         * src/SDCCmain.c (main): applied patch #866468
7228         * debugger/mcs51/sdcdb.c (parseCmdLine): added -k for ucsim, patch
7229         provided by Scott Bronson
7230         * doc/sdccman.lyx: updated documentation for sdcdb
7231         updated and added chapter tips
7232
7233 2004-01-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7234
7235         * src/SDCCsymt.h: missing from yesterday's commits
7236
7237 2003-12-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7238
7239         * src/SDCC.y (struct_or_union_specifier),
7240         * support/Util/SDCCerr.c,
7241         * support/Util/SDCCerr.h: verify that struct & union tags are used
7242         as declared.
7243
7244 2003-12-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7245
7246         * src/SDCCglobl.h: missing from yesterday's commits
7247
7248 2003-12-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7249
7250         * src/SDCC.y (external_definition, type_specifier2, sfr_reg_bit,
7251         sft_attributes, struct_declaration, parameter_declaration,
7252         type_name, start_block, declaration_list),
7253         * src/SDCC.lex (check_type): support redefinition of typedef names
7254
7255 2003-12-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7256
7257         * src/mcs51/gen.c (genPlus): added special handling for 256 byte
7258         aligned xdata arrays. Erik helped me with the if clause.
7259
7260 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7261
7262         * device/lib/ds390/tinibios.c (CpuSpeed): suppress unreachable code
7263         warning
7264
7265 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7266
7267         * src/SDCCast.h,
7268         * src/SDCCast.c (newAst_),
7269         * src/SDCCicode.h,
7270         * src/SDCCicode.c (ast2iCode, newiCode),
7271         * src/SDCCglobl.h,
7272         * src/SDCC.y (logical_and_expr, logical_or_expr, conditional_expr,
7273         expr, statement, expression_statement, selection_statement,
7274         iteration_statement, expr_opt, jump_statement): foundation for tracking
7275         sequence points
7276         * src/SDCCopt.c (killDeadCode): fixed bug #861580 (needs the sequence
7277         point code too)
7278
7279 2003-12-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7280
7281         * support/Util/SDCCerr.c,
7282         * src/SDCCast.h,
7283         * src/SDCCast.c (createCase, createDefault, decorateType),
7284         * src/SDCClabel.c (labelUnreach),
7285         * src/SDCC.y (labeled_statement, jump_statement): More improvements
7286         to error messages.
7287         * support/Util/SDCCerr.c (werrorfl): fixed a non-standard declaration
7288         (with thanks to Stas Sergeev)
7289         * device/include/time.h,
7290         * device/lib/time.c (CheckTime): suppress unreachable code warning
7291
7292 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7293
7294         * src/SDCCast.c (createIvalCharPtr),
7295         * src/SDCCglue.c (printChar): fixed bug #862241 (an error in my fix for
7296         bug #753752)
7297         * support/regression/tests/nullstring.c: tests for these two bugs
7298
7299 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7300
7301         * support/Util/SDCCerr.h,
7302         * support/Util/SDCCerr.c (E_NOT_ALLOWED),
7303         * src/SDCC.y (struct_declaration, struct_or_union_specifier): complain
7304         about storage class and 'at' used inside struct or union
7305         * src/SDCCBBlock.c (iCodeFromeBBlock),
7306         * src/SDCCcse.c (ifxOptimize),
7307         * src/SDCCglue.c (emitRegularMap, initPointer, printIvalStruct,
7308         printIvalArray, printiValFuncPtr, printIvalCharPtr, printIvalPtr,
7309         printIval, emitStaticSeg, emitOverlay),
7310         * src/SDCClabel.c (deleteIfx),
7311         * src/SDCCopt.c (replaceRegEqv, eBBlockFromiCode),
7312         * src/SDCCast.c (resolveSymbols, createIvalStruct, createIvalArray,
7313         gatherAutoInit, processParms),
7314         * support/Util/SDCCerr.h,
7315         * support/Util/SDCCerr.c (werrorfl): Support for better error location
7316         reporting for post-parse errors.
7317
7318 2003-12-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7319
7320         * src/SDCCval.c (valPlus, valMinus, valShift): fixed some problems with
7321         implicit casts via union; they don't work on big endian systems
7322         (possible fix for bug #861138)
7323
7324 2003-12-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7325
7326         (committed by Erik Petrich <epetrich AT ivorytower.norman.ok.us> on Frieder's behalf)
7327         * src/mcs51/main.c: fixed the fix for bug #737001
7328
7329 2003-12-15  Borut Razem <borut.razem AT siol.net>
7330
7331         * support/scripts/sdcc.nsi: updated for NSIS 2.0 beta 4
7332
7333 2003-12-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7334
7335         * support/makebin/makebin.c: put output in binary mode
7336
7337 2003-12-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7338
7339         * src/mcs51/main.c: fixed bug #737001 for the mcs51. SDCC clears
7340         xdata and data memory on startup. Set the environment variable
7341         SDCC_NOGENRAMCLEAR to disable this.
7342         * src/mcs51/peephole.def,
7343         * src/ds390/peephole.def: using the atomic test and clear instruction jbc
7344         (allows non-interrupt and interrupt code to safely compete for a resource
7345         without the non-interrupt code having to disable interrupts)
7346
7347 2003-12-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7348
7349         * src/SDCCicode.c (geniCodeAdd),
7350         * src/SDCCast.c (decorateType): fixed bug #857753 (need to be careful
7351         with valFromType if type might be a pointer and host is big endian).
7352         * src/SDCCast.c (decorateType): unary plus compatible with all arithmetic
7353         types, not just integer types.
7354         * src/SDCCsymt.c (addSymChain): clarified error message when symbol is
7355         multiply defined with mismatching "at" address.
7356
7357 2003-12-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7358
7359         * src/ds390/main.c (PORT tininative_port): fixed bug #858416
7360         * src/SDCCglue.c (printChar, printIvalChar, emitStaticSeg),
7361         * src/SDCCast.c (createIvalCharPtr, stringToSymbol): handle strings
7362         with embedded nulls (fixed bug #753752)
7363
7364 2003-12-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7365
7366         * src/mcs51/main.c(_mcs51_genRAMCLEAR): using r0 instead of r1/r2.
7367         Apparently this did not see much testing (endless loop)
7368
7369 2003-12-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7370
7371         * src/z80/ralloc.c: set DISABLE_PACK_HL = 1 as a temporary fix to bug #855165
7372
7373 2003-12-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7374
7375         * src/SDCCdebug.c (outputDebugSymbols, outputDebugStackSymbols, dumpSymInfo):
7376         gracefully handle NULL memmap pointers
7377
7378 2003-12-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7379
7380         * src/SDCCopt.c (killDeadCode): change iCode type to DUMMY_READ_VOLATILE
7381         instead of deleting the iCode when an operand is volatile
7382         * src/z80/gen.c (genDummyRead),
7383         * src/mcs51/gen.c (genDummyRead),
7384         * src/ds390/gen.c (genDummyRead),
7385         * src/hc08/gen.c (genDummyRead): handle operands in IC_LEFT and/or IC_RIGHT,
7386         not just IC_RIGHT
7387         * src/SDCCicode.c (geniCodeCall): fixed bug #851607
7388         * src/SDCC.y: fixed bug #850420
7389
7390 2003-12-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7391
7392         Applied z80 i/o port patch from Peter Townson and fixed some operators
7393         to better handle operands in A register.
7394         * device/include/z180.h
7395         * src/SDCC.y
7396         * src/SDCCglue.c
7397         * src/z80/gen.c
7398         * src/z80/gen.h
7399         * src/z80/main.c
7400         * src/z80/peeph-z80.def
7401         * src/z80/peeph.def
7402         * src/z80/z80.h
7403
7404 2003-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7405
7406         * src/SDCCsymt.c (addSymChain, compareTypeExact): fixed bug #838241 again
7407
7408 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7409
7410         * device/lib/hc08/_mullong.c: Removed extra #endif
7411
7412 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7413
7414         * sim/ucsim/hc08.src/inst.cc,
7415         * sim/ucsim/hc08.src/hc08mac.h: fixed some problems with CC flag bits and
7416         carries from x to h
7417         * src/hc08/gen.c (aopAdrStr): fixed problem with 16 bit immediate
7418         * src/hc08/gen.c (XAccRsh): fixed problem with right shift
7419         * device/include/stdarg.h: fixed varargs for hc08
7420         * device/lib/Makefile.in,
7421         * device/lib/hc08/Makefile,
7422         * device/lib/hc08/_mulint.c,
7423         * device/lib/hc08/_mullong.c: fixed some endian problems
7424
7425 2003-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7426
7427         * sdcc/src/mcs51/gen.c (genMultOneByte): help peephole 105
7428         * sdcc/src/mcs51/peeph.def: added peephole 186.e array access in code space
7429         * device/lib/_gptrget.c,
7430         * device/lib/_gptrput.c: P2 not used any more (related to #850747, #785979)
7431
7432 2003-11-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7433
7434         * src/SDCClrange.c (findNextUseSym, rlivePoint): fixed bug #849795
7435         * src/SDCCast.c (astErrors): fixed bug #846007
7436         * src/SDCCsymt.c (checkFunction): fixed follow-up bug on bug #846007
7437
7438 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7439
7440         * src/SDCCast.c (decorateType): disabled a transformation I added in
7441         revision 1.188 (access to fields of a structure at an absolute address);
7442         it breaks with bitfields, extern declarations, and gcse analysis.
7443         * src/SDCCopt.c (isLocalWithoutDef): if ADDRESS_OF applied to a symbol, it
7444         could be assigned through a pointer, so don't complain.
7445         * src/SDCCast.c (astErrors),
7446         * src/SDCCast.h,
7447         * src/SDCCglue.c (emitRegularMap): fixed bug #847813
7448
7449 2003-11-26 Vangelis Rokas <vrokas AT otenet.gr>
7450
7451         * src/pic16/main.c (_pic16_genIVT): fixed interrupt vector table
7452         * src/pic16/main.c (_pic16_genAssemblerPreamble): re-enabled the
7453         output of __config directives, since gpasm now supports them
7454         * src/pic16/main.c (_pic16_finaliseOptions): define MCU
7455         pre-processor macro, i.e. -DMCU=p18f452
7456         * src/pic16/ralloc.c: renamed packRegisters to pic16_packRegisters,
7457         and modified to handle 'cast' icode similarly to '=' icode
7458         * src/pic16/device.h (typedef struct PIC_device): added field
7459         'extMIface' to indicate that chip has external memory interface
7460         * src/pic16/device.c: added chips 18F248, 18F258, 18F448, 18F458,
7461         18F6520, 18F6620, 18F6680, 18F6720, 18F8520, 18F8620, 18F8680,
7462         18F8720
7463
7464 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7465
7466         * src/SDCC.y (pointer): fixed bug #846006
7467         * support/Util/SDCCerr.c: made W_PTR_TYPE_INVALID message clearer
7468         * src/SDCCast.c (decorateType): fixed bug #846009
7469         * src/ds390/peeph.def,
7470         * src/ds390/gen.c (genAnd, genOr),
7471         * src/mcs51/peeph.def,
7472         * src/mcs51/gen.c (genAnd, genOr): fixed bug #846777
7473
7474 2003-11-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7475
7476         Fixed several common-sub-expression bugs (#772861, #768380, & #755323)
7477         * src/SDCCdflow.c
7478         * src/SDCCcse.c
7479         * src/SDCCcse.h
7480         * src/SDCCBBlock.h
7481         * src/SDCCBBlock.c
7482
7483 2003-11-23 Klaus Flittner <klaus_flittner AT gmx.de>
7484
7485         fixed bug #845089
7486         * src/SDCCbitv.h,
7487         * src/SDCCbitv.c: added function to free a bitvector
7488         * src/SDCClrange.h,
7489         * src/SDCClrange.c: added function to recompute the liveranges
7490         * src/avr/ralloc.c,
7491         * src/ds390/ralloc.c,
7492         * src/hc08/ralloc.c,
7493         * src/mcs51/ralloc.c,
7494         * src/pic/ralloc.c,
7495         * src/pic16/ralloc.c,
7496         * src/xa51/ralloc.c,
7497         * src/z80/ralloc.c: recompute the liveranges after register packing
7498
7499 2003-11-21 Klaus Flittner <klaus_flittner AT gmx.de>
7500
7501         * src/SDCCloop.c (newInduction): fixed bug #845630
7502
7503 2003-11-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7504
7505         * src/SDCCsymt.c (compareTypesExact): disabled debugging output
7506         inadvertantly left behind from my 2003-11-12 change
7507
7508 2003-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7509
7510         Updated headers I neglected to commit yesterday.
7511         * src/SDCClrange.h,
7512         * src/SDCCicode.h
7513
7514 2003-11-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7515
7516         * src/SDCCcse.c (algebraicOpts): fixed bug #773153
7517         * src/SDCClrange.c (rlivePoint): need to mark IC_RESULT used if POINTER_SET op
7518         * src/SDCCopt.c (eBBlockFromiCode),
7519         * src/SDCClrange.c (hashiCodeKeys, sequenceiCode, computeLiveRanges): seperated
7520         the creation of the key hash table from the sequencing so it can be used
7521         earlier (for some GCSE bug fixes still pending)
7522
7523 2003-11-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7524
7525         * src/mcs51/gen.c (genPlus): generate shortcut for adding 0xab00
7526         * support/regression/tests/addsub.c: testing genPlus shortcut
7527
7528 2003-11-15  Borut Razem <borut.razem AT siol.net>
7529
7530         * src/SDCCmain.c: fixed bug #841645: -MM command line option passed to sdcpp
7531
7532 2003-11-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7533
7534         * src/SDCCcse.c (cseBBlock): fixed bug #527779
7535         * src/SDCCcse.c (deleteGetPointers): rewrote so that the set
7536         ordering is immaterial.
7537         * src/SDCCdflow.c (mergeInExprs): fixed bug #587536
7538
7539 2003-11-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7540
7541         * src/SDCCicode.c (geniCodeAddressOf): fixed part of bug #840381
7542         * src/SDCCopt.c (replaceRegEqv, isLocalWithoutDef): fixed other part
7543         (SIGSEV) of bug #840381
7544         * src/SDCCmain.c (linkEdit, assemble): fixed bug #841606 (don't
7545         unlink new file before rename if new and old filenames are the same)
7546
7547 2003-11-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7548
7549         * src/mcs51/main.c: started fixing bug #737001 (SDCC not clearing
7550         uninitialized variables) for the mcs51. Set environment variable
7551         SDCC_GENRAMCLEAR to test.
7552         xdata initialization slightly shorter
7553
7554 2003-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7555
7556         * src/SDCCsymt.h,
7557         * src/SDCCsymt.c (addSymTypeChain, compareTypesExact): fixed bugs
7558         #838241 & 780691 (basicly the same bug)
7559         * src/SDCCBBlock.c (iCode2eBBlock): fixed bug #840148
7560         * src/SDCCBBlock.c (iCodeFromeBBlock): fixed bug #840162
7561
7562 2003-11-11 Bernhard Held <bernhard AT bernhardheld.de>
7563
7564         * src/SDCCmain.c (linkEdit): "fix" #834252
7565
7566 2003-11-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7567
7568         * src/SDCCast.c (removePostIncDecOps, removePreIncDecOps),
7569         * src/SDCCast.h,
7570         * src/SDCC.y: fixed bug #819403
7571
7572 2003-11-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7573
7574         * support/regression/fwk/lib/testfwk.c: printn is recursive and thus needs
7575         the reentrant attribute.
7576         * src/hc08/gen.c (genPackBits): added missing stack readjustment
7577         * sim/ucsim/hc08.src/inst.cc (inst_mov): fixed bugs with mov instruction
7578         simulation
7579         * src/SDCCast.c (decorateType): fixed bug with storage class not being
7580         updated during pointer dereference; f.e. ~(((char *)1)*) was being
7581         erroneously reduced to a literal.
7582         * src/hc08/ralloc.c (packRegisters, rematStr),
7583         * src/hc08/gen.c (aopForRemat): allow literals to be rematerialized in
7584         some cases
7585
7586 2003-11-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7587
7588         * src/mcs51/main.c: fixed bug #838385. Thanks to Josef Pavlik for finding and fixing
7589         * doc/sdccman.lyx: changed from 'article' to 'book'
7590         * doc/Makefile: readded test_suite_spec and cdbfileformat
7591
7592 2003-11-08 Bernhard Held <bernhard AT bernhardheld.de>
7593
7594         * device/include/stdlib.h: include malloc.h to comply with ANSI
7595         * support/regression/tests/malloc.c: include stdlib.h instead of malloc.h
7596
7597 2003-11-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7598
7599         * doc/Makefile: sdccman.pdf should build with correct references (more info in commit msg)
7600         * doc/clean.mk: also remove *.out files
7601         * doc/sdccman.lyx: some additions, larger top/bottom margins
7602
7603 2003-11-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7604
7605         * src/SDCC.y: fixed bug #837365
7606         * support/regression/tests/bitopcse.c
7607         * src/hc08/gen.c (genPointerGet): Don't assume pointer operand is
7608         a symbol (might be valop instead)
7609         * device/lib/Makefile.in: added errno.c to HC08SOURCES
7610         * device/lib/clean.mk: added hc08 to the cleaning list
7611
7612 2003-11-04  Borut Razem <borut.razem AT siol.net>
7613
7614         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h: reverted changes,
7615           made 2003-11-04
7616         * support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
7617           as/z80/aslist.c, as/z80/assym.c: removed inclusion of nonstandard malloc.h;
7618           malloc is declared in standard stdlib.h
7619
7620 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7621
7622         * device/lib/hc08/Makefile: need to clean .rel not .o files
7623         * src/hc08/gen.c (genDjnz): can't use djnz with extended addressing mode
7624
7625 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7626
7627         * src/port.h,
7628         * src/hc08/main.c,
7629         * src/mcs51/main.c,
7630         * src/ds390/main.c,
7631         * src/z80/main.c,
7632         * src/avr/main.c,
7633         * src/pic/main.c,
7634         * src/pic16/main.c,
7635         * src/xa51/main.c: added hasExtBitOp & oclsExpense functions to ports
7636         * src/SDCCicode.c: changed several IS_FARSPACE tests to isOclsExpensive
7637         tests (which uses the port's oclsExpense function)
7638         * src/SDCC.y,
7639         * src/SDCCast.c,
7640         * src/SDCCicode.c,
7641         * src/hc08/gen.c,
7642         * src/ds390/gen.c,
7643         * src/mcs51/gen.c: added support for the SWAP iCode (RFE #834167)
7644
7645 2003-11-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7646
7647         * src/SDCCcse.c (ifxOptimize),
7648         * src/SDCClabel.c (labelIfx, deleteIfx): When the condition to
7649         an IFX iCode is volatile, convert to DUMMY_READ_VOLATILE instead
7650         deleting the IFX iCode.
7651         * src/hc08/ralloc.c: reduced unneeded slocs
7652         * src/hc08/gen.c: fixed bug in asmopToBoolean
7653
7654 2003-11-04  Borut Razem <borut.razem AT siol.net>
7655
7656         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h,
7657           support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
7658           as/z80/aslist.c, as/z80/assym.c: decision to include malloc.h
7659           transferred to configure
7660
7661 2003-11-03 Bernhard Held <bernhard AT bernhardheld.de>
7662
7663         Use headers defined in the C[++] standards:
7664         * sim/ucsim/gui.src/serio.src/fileio.cc
7665         * sim/ucsim/gui.src/serio.src/frontend.cc
7666         * sim/ucsim/gui.src/serio.src/main.cc
7667         * sim/ucsim/gui.src/serio.src/posix_signal.cc
7668         * support/Util/NewAlloc.c
7669         * as/hc08/lklibr.c
7670         * as/mcs51/lklibr.c
7671         * as/z80/aslist.c
7672         * as/z80/assym.c
7673
7674 2003-11-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7675
7676         * Added MSVC projects for hc08 assembler and linker:
7677         all.dsp, config.dsp, sdcc.dsw, /as/hc08/as_hc08.dsp,
7678         /as/hc08/link_hc08.dsp
7679
7680 2003-11-03 Martin Helmling <Martin.Helmling AT octo-soft.de>
7681
7682         * debugger/mcs51/cmd.c: allows filename starting with digit(+ some debug)
7683
7684 2003-11-02 Bernhard Held <bernhard AT bernhardheld.de>
7685
7686         * src/SDCCmain.c (linkEdit): "fixed" again bug #833605
7687
7688 2003-11-01 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7689
7690         * src/mcs51/main.c: xdata initialization is 13 bytes shorter now
7691
7692 2003-10-31  Borut Razem <borut.razem AT siol.net>
7693
7694         * support/cpp2/cpplib.h,
7695           support/cpp2/cpplib.c,
7696           support/cpp2/cpplex.c,
7697           support/cpp2/cppinit.c: introduced #pragma preproc_asm [ + | - ]
7698           to switch _asm block preprocessing on / off. Default is
7699           #pragma preproc_asm +
7700
7701 2003-10-31  Borut Razem <borut.razem AT siol.net>
7702
7703         * support/cpp2/cpplex.c: Fixed _WIN32 problem with CR-CR-LF sequences
7704           when outputting comment blocks (when executed with -C option) and
7705           _asm (SDCPP specific) blocks
7706
7707 2003-10-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7708
7709         * as/hc08/lkrloc.c (relr): Fixed ihx output, fixed lastAreaIndex warning
7710
7711 2003-10-31 Klaus Flittner <klaus_flittner AT gmx.de>
7712
7713         * src/SDCCcse.c (updateSpillLocation): fixed bug #808027
7714
7715 2003-10-31 Bernhard Held <bernhard AT bernhardheld.de>
7716
7717         * src/SDCCmain.c (linkEdit): "fixed" bug #833605
7718         * src/SDCCast.c (decorateType): fixed bug #832664
7719
7720 2003-10-31  Borut Razem <borut.razem AT siol.net>
7721
7722         * support\cpp2\cpplex.c: fixed for SDCPP:
7723           comments(when executed with -C option) and _asm blocks
7724           were included even if they where in skipped #if block.
7725           Applied solution from GCC cpp 3.3.2
7726
7727 2003-10-31  Borut Razem <borut.razem AT siol.net>
7728
7729         * src/SDCC.lex: sdcc now understands both formats:
7730           '# <line_number> <file_name>' and
7731           '#line <line_number> <file_name>'
7732         * support/cpp2/cppmain.c: sdcpp now generates the standard
7733           '# <line_number> <file_name>' instead of former
7734           '#line <line_number> <file_name>'
7735
7736 2003-10-30  Borut Razem <borut.razem AT siol.net>
7737
7738         * support/cpp2/cpphash.h,
7739         * support/cpp2/cpplib.h
7740         * support/cpp2/cpplex.c,
7741         * support/cpp2/cppmain.c,
7742         * support/cpp2/cppinit.c: fixed bug #828015 - Syntax variation for _asm character constants
7743
7744 2003-10-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7745
7746         Fixed a number of problems revealed by bug #827883.
7747         * src/SDCCloop.c (loopInvariants): Spill location of the
7748         result operand should be recomputed if extracted from
7749         a loop. Also, don't extract assignments of an iTemp
7750         from a literal.
7751         * src/SDCCast.c (isConformingBody): loop reversal should
7752         not occur if the control variable is involved with a
7753         relational operator.
7754
7755 2003-10-28 Bernhard Held <bernhard AT bernhardheld.de>
7756
7757         * .version: bumped to 2.3.6 to reflect the big improvements
7758         made by Erik and Klaus. Thanks!
7759
7760 2003-10-28 Klaus Flittner <klaus_flittner AT gmx.de>
7761
7762         Replaced the livrange code.
7763         * src/SDCClrange.c: added new LR code
7764         * src/SDCCloop.c,
7765         * src/SDCCBBlock.h: removed remainig parts from old LR code
7766         * src/ds390/ralloc.c,
7767         * src/ds390/gen.c: minor fixes to make it work with new code
7768
7769 2003-10-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7770
7771         * as/hc08/asm.h,
7772         * as/hc08/lkrloc.c,
7773         * src/hc08/gen.c,
7774         * src/hc08/ralloc.c: Fix various warnings related to the hc08
7775         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): Fixed bug #829717
7776         (tweaked fix for bug #818696)
7777
7778 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7779
7780         * src/z80/ralloc.c (joinPushes): Fixed bug #828742
7781
7782 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7783
7784         * src/SDCCmain.c,
7785         * sdccconf_in.h: Fixed bug #828387 (--disable-hc08-port didn't work)
7786         * src/mcs51/gen.c (gencjneshort),
7787         * src/ds390/gen.c (gencjneshort): Made comparison with AOP_IMMD operand
7788         more efficient (per Scott Bronson's suggestion)
7789
7790 2003-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7791
7792         Extended the semantics of the critical keyword to include
7793         individual statements. See RFE #827755 and #799831
7794         * src/SDCC.y
7795         * src/SDCCicode.c
7796         * src/SDCCopt.c
7797         * src/SDCCast.c
7798         * support/Util/SDCCerr.c
7799         * support/Util/SDCCerr.h
7800         * src/mcs51/gen.c
7801         * src/ds390/gen.c
7802         * src/hc08/gen.c
7803
7804 2003-10-19  Borut Razem <borut.razem AT siol.net>
7805
7806         * src/SDCC.lex: fixed bug #825944 - defined yytext_ptr to make it compile with flex 2.5.31
7807
7808 2003-10-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7809
7810         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec, ast2iCode):
7811         Fixed bug #818696
7812         * src/SDCCast.c (ast_print): Fixed --dumptree so that preincrement
7813         and predecrement operand is displayed
7814
7815 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
7816
7817         * src/SDCCval.c (valMinus): fixed bug #826041
7818
7819 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7820
7821         Some hc08 related updates that I missed earlier
7822         * sim/ucsim/stypes.h
7823         * support/regression/ports/hc08/spec.mk
7824
7825 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7826
7827         New target "hc08" for the Motorola 68hc08 family of micros
7828
7829         * configure
7830         * configure.in
7831         * Makefile
7832         * src/hc08/*
7833         * src/SDCCmain.c
7834         * src/port.h
7835         * sim/ucsim/hc08.src/*
7836         * sim/ucsim/configure.in
7837         * src/ucsim/configure
7838         * sim/ucsim/packages_in.mk
7839         * as/hc08/*
7840         * as/Makefile
7841         * device/include/mc68hc908qy.h
7842         * device/lib/hc08/*
7843         * device/lib/Makefile.in
7844         * support/regression/ports/hc08/*
7845         * support/regression/Makefile
7846
7847 2003-10-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7848
7849         * src/z80/gen.c: fixed bug revealed by ast_constant_folding.c
7850         regression test
7851         * src/ds390/gen.c (genCast): fixed bug #821957
7852
7853 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
7854
7855         * device/lib/logf.c: "fixed" overlay bug
7856         * support/regression/ports/host/spec.mk: added m library
7857         * support/regression/ports/mcs51-stack-auto/spec.mk: added float funcs
7858         * support/regression/tests/float_trans: added (for Eric)
7859
7860 2003-10-12 Bernhard Held <bernhard AT bernhardheld.de>
7861
7862         * src/mcs51/gen.c (genCpl): fixed bug
7863         http://sf.net/mailarchive/message.php?msg_id=6263915
7864
7865 2003-10-10 Bernhard Held <bernhard AT bernhardheld.de>
7866
7867         * src/SDCCast.c (decorateType): added extended constant folding
7868         * src/SDCCsymt.c (computeType): cleanup
7869         * src/SDCCval.c (valShift): minor optimization
7870         * support/regression/tests/ast_constant_folding.c: added
7871
7872 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7873
7874         * src/SDCCmain.c: removed some unintended changes
7875
7876 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7877
7878         * src/SDCCmain.c (setParseWithComma): fixed bug #816685
7879         * src/z80/gen.c: fixed part of bug #817589
7880         * src/SDCCsymt.c (checkFunction): fixed bug #817895
7881
7882 2003-10-08 Bernhard Held <bernhard AT bernhardheld.de>
7883
7884         Replaced cast (void **) with (void *) to avoid gcc 3 warning:
7885         * src/SDCCcflow.c
7886         * src/SDCCcse.c
7887         * src/SDCCdflow.c
7888         * src/SDCClabel.c
7889         * src/SDCClrange.c
7890         * src/SDCCmem.c
7891         * src/SDCCopt.c
7892         * src/SDCCpeeph.c
7893         * src/SDCCset.c
7894         * src/avr/ralloc.c
7895         * src/ds390/ralloc.c
7896         * src/izt/ralloc.c
7897         * src/mcs51/ralloc.c
7898         * src/pic/ralloc.c
7899         * src/pic16/ralloc.c
7900         * src/xa51/ralloc.c
7901         * src/z80/ralloc.c
7902         * src/z80/gen.c: removed unused label "release:"
7903
7904 2003-10-06  Borut Razem <borut.razem AT siol.net>
7905
7906         * src/SDCC.lex: removed definition of unused variables
7907           save_optimize and save_options
7908
7909 2003-10-06 Bernhard Held <bernhard AT bernhardheld.de>
7910
7911         * clean.mk: removed '=' in "-maxdepth=1"
7912         * src/SDCCloop.c: replace LRKLAUS with SDCC_LRKLAUS
7913         * src/SDCClrange.c: replace LRKLAUS with SDCC_LRKLAUS
7914
7915 2003-10-06  Borut Razem <borut.razem AT siol.net>
7916
7917         * src/SDCC.lex, src/SDCC.lex: use dbuf for "_asm" definitions;
7918           my_unput() replaced by unput()
7919
7920 2003-10-05 Bernhard Held <bernhard AT bernhardheld.de>
7921
7922         * src/SDCCloop.c (assignmentsToSym, loopInduction): cast argument of
7923         setToNull() to (void *) to avoid gcc3.x's warning: "dereferencing
7924         type-punned pointer will break strict-aliasing rules"
7925         Old LR behaviour is again default; Klaus' LR can be choosen by
7926         defining the environment variable LRKLAUS
7927         * src/SDCCBBlock.h
7928         * src/SDCCloop.c
7929         * src/SDCClrange.c
7930         * src/ds390/ralloc.c (spillThis): applied Klaus' patch
7931         * clean.mk: fixed removal of files in bin/CVS/
7932         * device/lib/clean.mk: fixed removal of directories small and large
7933         * support/Util/SDCCerr.c: changed W_INT_OVL to ERROR_LEVEL_PEDANTIC
7934         * src/SDCCicode.c,
7935         * src/SDCCval.c: removed superflous test for pedantic
7936
7937 2003-10-05  Borut Razem <borut.razem AT siol.net>
7938
7939         * src/SDCC.lex, support/Util/SDCCerr.c, sdcc/support/Util/SDCCerr.h:
7940           Fixed bug #816692: introduced new ERROR_LEVEL_PEDANTIC warning
7941           message "unmatched #pragma SAVE and #pragma RESTORE"
7942
7943 2003-10-04  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7944
7945         * doc/sdccman.lyx: various additions and updates (interrupts, inline
7946           assembly, critical functions, atomic, nojtbound)
7947
7948 2003-10-04 Bernhard Held <bernhard AT bernhardheld.de>
7949
7950         Applied liferange patch from Klaus Flittner <klaus_flittner AT gmx.de>
7951         * src/SDCCBBlock.h
7952         * src/SDCCloop.c
7953         * src/SDCCloop.h
7954         * src/SDCClrange.c
7955
7956 2003-10-03  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7957
7958         * src/z80/gen.h,
7959         * src/z80/gen.c (aopOp, aopGet, aopPut, genDummyRead),
7960         * src/mcs51/gen.h
7961         * src/mcs51/gen.c (aopOp, aopGet, aopPut, genDummyRead),
7962         * src/ds390/gen.h
7963         * src/ds390/gen.c (aopOp, aopGet, aopPut, genDummyRead),
7964         * src/SDCCicode.c (ast2iCode, geniCodeDummyRead): Fixed bug #663539
7965         * src/SDCCopt.c (killDeadCode): Fixed bugs #663539 & #816705
7966
7967 2003-10-02  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7968
7969         * src/z80/gen.c (genRet): fixed bug #524753
7970         * src/z80/gen.c (genCast): fixed internal error on cast from
7971         pointer to long
7972         * src/z80/gen.c (_saveRegsForCall, emitCall): adapted Johan's
7973         fix for bug #477835 to the z80
7974         * src/z80/gen.c (genZ80code, _vemit2, _emit2): added support
7975         for tracking iCodes in the peephole optimizer for z80
7976
7977 2003-10-01  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7978
7979         * src/SDCCicode.c (geniCodeJumpTable, geniCodeSwitch): fixed
7980         the other part of bug #814548
7981         * src/SDCCpeeph.c (labelInRange): fixed bug #814558
7982
7983 2003-09-30  Bernhard Held <bernhard AT bernhardheld.de>
7984
7985         * src/SDCCcse.c: fixed part of bug #814548
7986
7987 2003-09-28  Borut Razem <borut.razem AT siol.net>
7988
7989         * src/asm.c: rewrite of printILine() to use temporary file instead
7990           a pipe
7991         * src/xa51/main.c: commented out declaration of int rewinds
7992
7993 2003-09-27  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7994
7995         * src/SDCCicode.c (geniCodeJumpTable): Fixed bug #813206
7996
7997 2003-09-26  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7998
7999         * src/SDCCdflow.c (computeDataFlow): Fixed bug #810746
8000         * src/asm.c (printILine): Fixed bug #811015
8001
8002 2003-09-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8003
8004         *link/z80/lklibr.c, as/mcs51/lklibr.c: Improved memory allocation and
8005         freeing.
8006
8007 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8008
8009         * src/z80/gen.c (setupToPreserveCarry): Fixed bug #796955
8010         * src/z80/gen.c (setupPair, genMovePairPair): Fixed setupPair
8011         to correctly handle general case of AOP_PAIRPTR
8012         * src/z80/gen.c (aopGet, aopPut): Generalized AOP_PAIRPTR handling
8013
8014 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8015
8016         * src/mcs51/ralloc.c (fillGaps),
8017         * src/ds390/ralloc.c (fillGaps): fixed bug #810093 (yet another
8018         register positioning bug)
8019
8020 2003-09-21  Bernhard Held <bernhard AT bernhardheld.de>
8021
8022         * device/lib/_fsdiv.c: replaced (1<<31) by (1ul<<31)
8023
8024 2003-09-19  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8025
8026         * src/mcs51/gen.c (loadDptrFromOperand, genFarPointerGet,
8027         genCodePointerGet, genGenPointerGet, genFarPointerSet,
8028         genGenPointerSet): handle AOP_DPTR correctly when loading dptr
8029         (ralloc doesn't intentionally do this now, but perhaps later)
8030         * src/mcs51/ralloc.c (serialRegAssign, fillGaps),
8031         * src/ds390/ralloc.c (serialRegAssign, fillGaps): fixed some
8032         register positioning bugs (Fixed bug #762602 and #795325)
8033         * src/SDCCicode.c (geniCodeDerefPtr): Track output class correctly
8034         (Fixed bug #808779)
8035         * src/z80/gen.c: increased _vemit2's buffer[] to handle long
8036         lines that --i-code-in-asm generates
8037
8038 2003-09-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8039
8040         *link/z80/lklibr.c, as/mcs51/lklibr.c: Fixed Linux segfaults when
8041         trying to fclose a FILE* that was already closed.
8042
8043 2003-09-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8044
8045         * src/SDCCsymt.c (structElemType): fixed bug #808291 (members
8046         of const struct should be treated as if const themselves)
8047
8048 2003-09-18  Bernhard Held <bernhard AT bernhardheld.de>
8049
8050         * src/SDCCval.c (valPlus, valMinus): fixed bug #808337
8051
8052 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8053
8054         * support/librarian/sdcclib.c: Generate correct offsets for libraries with
8055         Unix (/n) and DOS (/r/n) line terminations.
8056
8057 2003-09-17  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8058
8059         * src/SDCCopt.c (cnvFromFloatCast, cnvToFloatCast): fixed
8060         bug #613775
8061
8062 2003-09-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8063
8064         * src/mcs51/gen.c (genFunction, genEndFunction),
8065         * src/ds390/gen.c (genFunction, genEndFunction): Moved save
8066         and restore of EA so that stack offsets to parameters are
8067         correct when using both critical and reentrant/stack-auto.
8068         * src/z80/gen.c (aopOp): removed erroneous assertion about sloc
8069         size (can be triggered in error if sloc is shared between
8070         different sized objects)
8071         * device/include/float.h: fixed macros to explicitly use
8072         unsigned long where needed
8073
8074 2003-09-15  Bernhard Held <bernhard AT bernhardheld.de>
8075
8076         Feature req. 799831: added code to allow nesting of critical functions
8077         * src/mcs51/gen.c (genFunction, genEndFunction)
8078         * src/ds390/gen.c (genFunction, genEndFunction)
8079
8080 2003-09-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8081
8082         * src/SDCCsymt.c (sclsFromPtr),
8083         * src/SDCCsymt.h,
8084         * src/SDCCast.c (decorateType): fixed bug #462971. Also, better
8085         support for standard C idiom of memory mapped variables; for
8086         example, *((xdata int*)0x1234) = 1 is now internally equivalent
8087         to xdata int at 0x1234 tempvar = 1.
8088         * sim/ucsim/z80.src/inst_xd.cc: fixed bug #805483 with patch
8089         provided by Akiya ISHIDA
8090
8091 2003-09-13  Bernhard Held <bernhard AT bernhardheld.de>
8092
8093         * src/SDCCval.c (cheapestVal): reenabled to reduce int to char
8094         * src/SDCCval.c (constVal): added reduction from int to char
8095         * src/SDCCval.c (valMult, valDiv): fixed sign handling
8096         * src/SDCCval.c (valShift): fixed after change of cheapestVal()
8097         * src/SDCCval.c (valCompare): fixed EQ_OP and NE_OP; they have
8098         to ignore the sign
8099         * support/regression/tests/shifts.c: fixed
8100
8101 2003-09-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8102
8103         * src/z80/gen.c (genXor): Fixed bug #805445
8104
8105 2003-09-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8106
8107         Fixed bug #621531 (const & volatile confusion in the type chain).
8108         DCL_PTR_CONST, DCL_PTR_VOLATILE, & IS_PTR_CONST now exclusively
8109         refer to the const or volatile state of the pointer itself.
8110
8111         * src/SDCCast.c
8112         * src/SDCCglue.c
8113         * src/SDCCicode.c
8114         * src/SDCCsymt.c
8115         * src/SDCCval.c
8116         * src/SDCC.y
8117         * src/SDCCsymt.h
8118         * src/pic/gen.c
8119         * src/pic/ralloc.c
8120         * src/pic16/gen.c
8121         * src/pic16/ralloc.c
8122         * support/regression/tests/const.c
8123
8124 2003-09-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8125
8126         When checking for duplicated modules, use absolute paths
8127         instead of relative paths.  Files changed:
8128
8129         * as/mcs51/lklib.c
8130         * link/z80/lklib.c
8131
8132 2003-09-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8133
8134         * src/SDCCicode.c (geniCodeLogic): fixed bug #797572
8135
8136 2003-09-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8137
8138         * device/include/string.h: added size_t typedef, changed
8139         prototypes to use size_t, eliminated separate reentrant and
8140         non-reentrant declarations, added _memmove declaration
8141         * device/lib/_memcpy.c: changed to use size_t instead of int,
8142         changed /4 to >>2 to avoid division library call
8143         * device/lib/_memcmp.c,
8144         * device/lib/_memset.c,
8145         * device/lib/_strncat.c,
8146         * device/lib/_strncpy.c,
8147         * device/lib/_strncmp.c: changed to use size_t instead of int
8148         * device/lib/_memmove.c: new file (fixed bug #772294)
8149         * device/lib/Makefile.in: added _memmove.c
8150         * device/lib/z80/asm_strings.s: fixed bug #772290
8151         * support/regression/tests/bitfields.c: attempt to fix host assertion
8152         failure on amd64-unknown-linux2.2
8153
8154 2003-09-06  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8155
8156         * src/z80/gen.c (aopPut, spillPairReg): fixed bug #800998
8157         * src/z80/gen.c (genFunction, genEndFunction): fixed "bug" #774700
8158         * as/z80/asmain.c (main): fixed bug #801766
8159
8160 2003-09-06  Bernhard Held <bernhard AT bernhardheld.de>
8161
8162         * src/SDCCicode.c (ast2iCode): fixed differences in iCode with different
8163         compilers
8164
8165 2003-09-05  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8166
8167         * src/SDCCast.c (isConformingBody): fixed loop reversal bug
8168         reported in bug #800609
8169
8170 2003-09-04  Vangelis Rokas <vrokas AT otenet.gr>
8171
8172         * Top header beautifications in src/pic16 directory:
8173           device.c, device.h, gen.c, gen.h, genarith.c, glue.c, pcode.c,
8174           pcodeflow.c, pcodeflow.h, pcode.h, pcodepeep.c, pcoderegs.c,
8175           pcoderegs.h, ralloc.c, ralloc.h
8176         * main.c: added top header and GPL license notice
8177         * pcode.c: fixed the if-conditional warning
8178
8179 2003-09-04  Bernhard Held <bernhard AT bernhardheld.de>
8180
8181         * device/lib/_mullong.c: replaced int by short for gcc
8182
8183 2003-08-31  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8184
8185         * src/SDCCpeeph.c (notVolatile, notVolatileVariable): handle IFX
8186         and JUMPTABLE iCodes properly now (worked by accident before)
8187         * src/mcs51/gen.c (leftRightUseAcc),
8188         * src/ds390/gen.c (leftRightUseAcc): handle IFX and JUMPTABLE
8189         iCode properly now. Use getSize instead of nRegs since a & b
8190         aren't part of the nRegs tally.
8191
8192 2003-08-31  Vangelis Rokas <vrokas AT otenet.gr>
8193
8194         * src/pic16/main.c: corrected offsets of interrupt vectors in _pic16_genIVT()
8195         * src/pic16/pcode.c: fix to disable inserting BANKSEL directive
8196           before instructions that use the _STATUS register
8197
8198 2003-08-31  Bernhard Held <bernhard AT bernhardheld.de>
8199
8200         * src/mcs51/gen.c (freeAsmop): fixed off by one in stack offset (AOP_STK)
8201         * src/mcs51/gen.c (genNearPointerSet): added missing opcode for
8202         fetching of the pointer
8203         * src/mcs51/gen.c (genNearPointerGet): added reuse of PREG,
8204         copied from genNearPointerSet()
8205         * src/mcs51/gen.c (genNearPointerGet): don't pop r0/r1, if RESULTONSTACK
8206         * src/mcs51/gen.c: changed order of freeAsmop(left/right/result)-calls.
8207         If they pop r0/r1 they must be called in the opposite order than aopOp().
8208         * device/lib/_mullong.c: fixed for "--model-large --int-long-reent"
8209         (resp. --stack-auto), prepared for --xstack
8210
8211 2003-08-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8212
8213         * doc/sdccman.lyx: reverted tables to those in cvs 1.64
8214
8215 2003-08-28  Bernhard Held <bernhard AT bernhardheld.de>
8216
8217         * device/lib/_startup.c: quick & dirty fix for ds390/ds400;
8218         these ports have their own __sdcc_external_start()
8219
8220 2003-08-26  Bernhard Held <bernhard AT bernhardheld.de>
8221
8222         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
8223         * src/pic/glue.c (pic14printPublics): fixed bug introduced when symbol
8224         type for bits was changed. It resulted in bit variables becoming
8225         global, which is not permitted in PIC 14 assembly output.
8226
8227 2003-08-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8228
8229         * doc/sdccman.lyx: various additions and updates. Rearranged sections
8230
8231 2003-08-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8232
8233         Z80 and MCS51 linkers complaint if a public symbol is defined
8234         in more than one library module:
8235
8236         * as/mcs51/lklib.c
8237         * link/z80/lklib.c
8238         * as/mcs51/Makefile.in
8239
8240 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8241
8242         A few small changes that speed up the peephole optimizer.
8243
8244         * src/SDCCpeeph.c
8245
8246 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8247
8248         Try to make the peephole optimizer smarter by maintaining
8249         an association between the assembly source code and the
8250         iCodes that originated them. Put this information to use
8251         with a new peephole rule condition "notVolatile" so that
8252         the rules can be aggressive yet still safe.
8253
8254         * src/SDCCpeeph.c
8255         * src/SDCCpeeph.h
8256         * src/mcs51/gen.c
8257         * src/mcs51/peeph.def
8258
8259 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8260
8261         Fixed bug #741761
8262
8263         * src/mcs51/gen.c (aopForSym, leftRightUseAcc),
8264         * src/ds390/gen.c (aopForSym, leftRightUseAcc): preserve A and B
8265         if the left or right operand symbols have the accuse flag set.
8266
8267 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8268
8269         Changed the type of the result of the ! (NOT) operator to char;
8270         previously it returned the same type as the source. This allows
8271         us to eliminate all the genFloatNot functions (all of its target
8272         implementations were very buggy) since !float can use the same
8273         code as !long now.
8274
8275         * src/SDCCicode.c (ast2iCode): ! returns char
8276         * src/mcs51/gen.c (genNot, genNotFloat),
8277         * src/ds390/gen.c (genNot, genNotFloat),
8278         * src/z80/gen.c (genNot, genNotFloat),
8279         * src/pic/gen.c (genNot, genNotFloat),
8280         * src/pic16/gen.c (genNot, genNotFloat): eliminated genNotFloat
8281
8282 2003-08-19  Bernhard Held <bernhard AT bernhardheld.de>
8283
8284         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
8285         1. Interrupt would not compile properly. Ensure PCLATH register is saved
8286            during interrupts. Ensure WSAVE is located at a shared bank address.
8287         2. Fixed page selection in some places
8288         3. Fixed BTFSS/C to where necessary use registers directly and not simply
8289            the registers name strings.
8290         4. Fixed "signed / unsigned compare" compiler warnings.
8291         5. The PIC port manages its own allocation of the general purpose
8292            registers, but makes no attempt to reuse them. As a result when
8293            compiling it soon runs out of general purpose registers. Some
8294            additional code was added to the files pcode.c and device.c to walk
8295            through the function call tree and rename the registers so that they
8296            get reused.
8297
8298         * src/pic/device.c
8299         * src/pic/gen.c
8300         * src/pic/glue.c
8301         * src/pic/pcode.c
8302         * src/pic/pcode.h
8303         * src/pic/ralloc.c
8304         * src/pic/ralloc.h
8305         * src/pic/genarith.c: Fixed problems with PIC 14 port in functions
8306         genPlus() & genMinus() when the result is the same as left or right
8307
8308 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8309
8310         * src/z80/gen.c (isUnsplitable, fetchPairLong): fixed bug #770454
8311
8312 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8313
8314         Made bitfield a distinct type from bit so that bitfields
8315         convert as per ANSI C and bits retain their traditional
8316         boolean style behaviour. Implemented bitfield support in
8317         the z80 port.
8318
8319         * src/SDCCsymt.h,
8320         * src/SDCCsymt.c,
8321         * src/SDCCast.c,
8322         * src/cdbFile.c,
8323         * src/mcs51/gen.c,
8324         * src/ds390/gen.c: bit v bitfield split
8325         * src/z80/gen.c: New support for bitfields
8326         * support/regression/tests/bitfields.c: reenabled z80,
8327         added more tests
8328
8329 2003-08-17  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8330
8331         Rules 246.x, 247.x relate to bitfields, the others speed up
8332         access to xdata mapped I/O devices.
8333
8334         * src/mcs51/peeph.def: added 26 peepholes 246.x - 248.x, 180.x
8335
8336 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8337
8338         Cleaned up genPackBits and genUnpackBits and added two helper
8339         functions, emitPtrByteGet & emitPtrByteSet. Added optimizations
8340         for literal assignments in genPackBits (thanks to Frieder for
8341         reminding me).
8342
8343         * src/mcs51/gen.c
8344         * src/ds390/gen.c
8345
8346 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8347
8348         Fixed bug #748310 (pointer to function type mishandled when the
8349         function name is omitted). Also fixed a SIGSEGV when a function
8350         attribute (reentrant, etc) is used on a non-function or on a
8351         function but misplaced before the parameter list.
8352
8353         * src/SDCC.y (abstract_declarator, abstract_declaractor2): fixed
8354         bug #748310
8355         * src/SDCC.y (declarator2_function_attributes): avoided SIGSEGV
8356         * support/Util/SDCCerr.h,
8357         * support/Util/SDCCerr.c: Added func attr misuse error msg
8358
8359 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
8360
8361         Fixed bug #787649 by anonymous
8362         * src/SDCCglue.c (emitRegularMap): added emission of sloc for func ptr
8363         * src/ds390/gen.c (aopForSym): fixed func ptr in sloc
8364
8365 2003-08-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8366
8367         Fixed numerous bitfield problems.
8368
8369         * src/SDCC.y: More bitfield related error checking
8370         * src/SDCCsymt.h,
8371         * src/SDCCsymt.c (compStructSize): fixed bitfield offset calc
8372         * support/Util/SDCCerr.h,
8373         * support/Util/SDCCerr.c: Added & edited some bitfield err msgs
8374         * src/mcs51/gen.c (genPackBits, genUnpackBits): fixed mask bugs
8375         * src/ds390/gen.c (genPackBits, genUnpackBits): fixed mask bugs
8376         * support/regression/tests/bitfields.c: tests added
8377
8378 2003-08-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8379
8380         Made the constant following the "interrupt" keyword optional. If
8381         omitted, the function will not automatically be given an entry
8382         in the interrupt vector table (similar to #pragma NOIV, but
8383         less syntacticly kludgy). The interrupt number is also now
8384         range checked. Also fixed a bug in the high order bit example
8385         in the manual.
8386
8387         * src/SDCC.y
8388         * src/SDCCmem.c
8389         * src/SDCCglue.c
8390         * src/SDCCsymt.h
8391         * support/Util/SDCCerr.c
8392         * support/Util/SDCCerr.h
8393         * doc/sdccman.lyx
8394
8395 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
8396
8397         * src/SDCCcse.c (algebraicOpts): fix bug converting op from value to type
8398         * src/SDCCicode.c (operandOperation): rewritten some ops
8399         (*, ==, unary_minus) to fix possible overflows and to accord with ANSI
8400         * src/SDCCsymt.c (computeType): literals are handled the same way as any
8401         other type
8402         * src/SDCCval.c (cheapestVal): removed, it doesn't accord with ANSI (can
8403         be re-activated by defining REDUCE_LITERALS)
8404         * src/SDCCval.c (constVal): fixed; hex and octal constants can be
8405         unsigned, but are signed by default
8406         * src/SDCCval.c (constVal): rearranged
8407         * src/SDCCval.c (valMod): preliminary fix
8408         * src/SDCCval.c (valCastLiteral): use TYPE_* types
8409         * support/regression/literalop.c: added, work in progress
8410
8411 2003-08-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8412
8413         Generate warnings for useless declarations like "char data;"
8414         that don't do what new users expect.
8415
8416         * src/SDCC.y
8417         * support/Util/SDCCerr.h
8418         * support/Util/SDCCerr.c
8419
8420 2003-08-09  Bernhard Held <bernhard AT bernhardheld.de>
8421
8422         * src/SDCCval.c (valMult): fix overflow detection of negative int
8423
8424 2003-08-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8425
8426         * src/z80/ralloc.c (joinPushes): made compatible with new signedness
8427
8428         Changes to support big endian targets:
8429
8430         * src/ports.h
8431         * src/SDCCglue.c
8432         * src/avr/main.c
8433         * src/ds390/main.c
8434         * src/izt/i186.c
8435         * src/mcs51/main.c
8436         * src/pic/main.c
8437         * src/pic16/main.c
8438         * src/xa51/main.c
8439         * src/z80/main.c
8440
8441 2003-08-06  Bernhard Held <bernhard AT bernhardheld.de>
8442
8443         * src/SDCCval.c (cheapestVal): changed behaviour to the same as constVal()
8444         * device/lib/time.c: fixed warning "integer overflow in expression"
8445
8446 2003-08-05  Bernhard Held <bernhard AT bernhardheld.de>
8447
8448         * src/SDCCval.c (cheapestVal, valueFromLit): use TYPE_* types
8449         * src/SDCCval.c (constVal): changed default to signed; hex and octal
8450         constants are unsigned; added recognition of "u" flag for unsigned
8451         * src/SDCCval.c (valMult): fixed signdness, added warning for overflow
8452         * src/SDCCval.c (valDiv, valMod): fixed signdness
8453         * src/SDCCicode.c (operandOperation): fixed critical typo; fixed
8454         signedness of modulo, left and right shift
8455         * support/Util/SDCCerr.c: added warning "integer overflow in expression"
8456         * support/Util/SDCCerr.h: added warning W_INT_OVL
8457         * src/SDCCast.c (decorateType): fixed gcc3.3 warning
8458         * src/SDCCast.c (ast_print): improved output of constants
8459
8460 2003-08-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8461
8462         Fixed some warnings when building with MSVC:
8463
8464         * as\mcs51\asdata.c
8465         * as\z80\asdata.c
8466         * as\mcs51\asm.h
8467         * as\z80\asm.h
8468         * link\z80\aslink.h
8469         * link\z80\lkdata.c
8470         * link\z80\lkeval.c
8471         * link\z80\lkgb.c
8472         * link\z80\lkihx.c
8473         * link\z80\lks19.c
8474         * link\z80\lksym.c
8475         * support\cpp2\cpplib.c
8476         * src\ds390\gen.c
8477         * src\mcs51\gen.c
8478
8479 2003-08-03  Bernhard Held <bernhard AT bernhardheld.de>
8480
8481         * src/SDCCast.c (constExprTree): fix bug #781827 by Carl Worth <cworth AT isi.edu>
8482
8483 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8484
8485         * support\librarian\clean.mk: Do not remove Makefile.
8486         * support\librarian\Makefile: added.
8487
8488 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8489
8490         Added librarian to MSVC build:
8491         * all.dsp
8492         * sdcc.dsw
8493         * support\librarian\librarian.dsp
8494
8495         'configure' not needed for librarian, removed:
8496         * support\librarian\configure
8497         * support\librarian\configure.in
8498         * support\librarian\config_in.h
8499         * support\librarian\Makefile.in
8500
8501         Hopefully these ones built the librarian and the rest of sdcc properly:
8502         * Makefile
8503         * Makefile.common.in
8504
8505         Messed up 'configure', so revert to previous version:
8506         * configure
8507         * configure.in
8508
8509 2003-07-31  Bernhard Held <bernhard AT bernhardheld.de>
8510
8511         * src/SDCCicode.c (operandOperation): 3. fix, this time for Alpha; ULONG has 64 bits
8512         there, while the mantissa of a double is "only" 53 bits wide.
8513
8514 2003-07-31  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8515
8516         Adding sdcclib to the build.  MSVC project coming soon.
8517         Files added/changed:
8518
8519         * support\librarian\clean.mk
8520         * support\librarian\configure
8521         * support\librarian\configure.in
8522         * support\librarian\config_in.h
8523         * support\librarian\Makefile.bcc
8524         * support\librarian\Makefile.in
8525         * support\librarian\sdcclib.c
8526         * Makefile.bcc
8527         * Makefile
8528         * Makefile.common.in
8529         * configure
8530         * configure.in
8531
8532 2003-07-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8533
8534         Linker now complaints if linked modules have conflicting options, for
8535         example, one compiled using --model-large and another one compiled with
8536         --model-small.  The following files were modified:
8537
8538         * as\mcs51\asdata.c
8539         * as\mcs51\aslink.h
8540         * as\mcs51\asm.h
8541         * as\mcs51\asmain.c
8542         * as\mcs51\asout.c
8543         * as\mcs51\i51pst.c
8544         * as\mcs51\lkdata.c
8545         * as\mcs51\lklibr.c
8546         * as\mcs51\lkmain.c
8547         * as\z80\asdata.c
8548         * as\z80\asm.h
8549         * as\z80\asmain.c
8550         * as\z80\asout.c
8551         * as\z80\z80pst.c
8552         * link\z80\aslink.h
8553         * link\z80\lkdata.c
8554         * link\z80\lklibr.c
8555         * link\z80\lkmain.c
8556         * src\SDCCglue.c
8557
8558 2003-07-28  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8559
8560         *link/z80/aslink.h, link/z80/lklibr.c, as/mcs51/aslink.h,
8561         as/mcs51/lklibr.c: Generate a warning when a library is not found.
8562
8563 2003-07-28  Bernhard Held <bernhard AT bernhardheld.de>
8564
8565         * src/z80/mappings.i: fix _mul[us][int,long] entries
8566
8567 2003-07-26  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8568
8569         *src/SDCCmain.c: do not search for crt0.o when using --nostdlib
8570
8571 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
8572
8573         * src/SDCCicode.c (operandOperation): really fixed problem with bitops
8574         * support/regression/tests/bitopcse.c: added
8575         fixed warning:
8576         * src/avr/gen.c:
8577         * src/pic/gen.c:
8578         * src/pic16/gen.c:
8579         * src/z80/gen.c:
8580         * src/xa51/gen.c:
8581
8582 2003-07-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8583
8584         added support for new library format to z80, gbz80 linkers:
8585         *link/z80/aslink.h
8586         *link/z80/lklex.c
8587         *link/z80/lklib.c
8588         *link/z80/lklist.c
8589
8590 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
8591
8592         * src/SDCCicode.c (operandOperation): fixed problem with bitops and 0xffffffff;
8593         after {double d = 0xffffffff; long l = d;} l will be 0x80000000 (LONG_MIN)
8594
8595 2003-07-23  Bernhard Held <bernhard AT bernhardheld.de>
8596
8597         added DUMMY_READ_VOLATILE:
8598         * src/SDCC.y:
8599         * src/avr/gen.c:
8600         * src/xa51/gen.c:
8601         * src/z80/gen.c:
8602         * src/pic/gen.c:
8603         * src/pic16/gen.c:
8604         * src/mcs51/gen.c:
8605         * src/ds390/gen.c:
8606         * src/SDCCcse.c (algebraicOpts): many improvements
8607         * src/SDCCcse.h: removed algebraicOpts()
8608         * src/SDCCicode.c (picDummyRead): added
8609
8610 2003-07-23  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8611
8612         * as/mcs51/lkmem.c: Changed message "Insufficient DRAM memory" to
8613         "Insufficient space in data memory".
8614
8615 2003-07-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8616
8617         * src/mcs51/gen.c: fixed bug #771358
8618         * src/z80/gen.c: fixed bug #759087
8619
8620 2003-07-20  Bernhard Held <bernhard AT bernhardheld.de>
8621
8622         * src/pic16/glue.c: minor cleanup by Vangelis
8623
8624 2003-07-19  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8625
8626         * device/include/regc515c.h: fixed #758477
8627         * device/lib/_gptrget.c: saving some cycles in generic pointer get
8628         * device/lib/_gptrput.c: saved a few bytes
8629         * my tab spacing is 8, yours too?)
8630         * device/lib/_ser.c: process RX bytes earlier than TX bytes
8631         * device/lib/serial.c: process RX bytes earlier than TX bytes
8632         * src/mcs51/gen.c(genGenPointerGet/Set): removed writing of type after postincrement
8633
8634 2003-07-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8635
8636         * src/z80/gen.c: fixed some right shift bugs (#772726 among them)
8637
8638 2003-07-17  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8639
8640     * link/z80/lklibr.c: fixed bug when there is a '.' in a library path.
8641
8642 2003-07-17  Bernhard Held <bernhard AT bernhardheld.de>
8643
8644         * device/lib/Makefile.in: bad fix, reverted to 1.43
8645
8646 2003-07-16  Bernhard Held <bernhard AT bernhardheld.de>
8647
8648         * device/lib/Makefile.in: added missing z80 object files
8649
8650 2003-07-14  Bernhard Held <bernhard AT bernhardheld.de>
8651
8652         * src/SDCCcse.c (algebraicOpts): CSE fun with &|^ and 0x00/0xff literals
8653         pic16 progress by Vangelis:
8654         * src/SDCCglobl.h:
8655         * src/SDCCmain.c:
8656         * src/pic/Makefile:
8657         * src/pic:
8658         * pic/Makefile:
8659         * pic16/device.c:
8660         * pic16/device.h:
8661         * pic16/gen.c:
8662         * pic16/gen.h:
8663         * pic16/genarith.c:
8664         * pic16/glue.c:
8665         * pic16/main.c:
8666         * pic16/pcode.c:
8667         * pic16/pcode.h:
8668         * pic16/pcodepeep.c:
8669         * pic16/peeph.def:
8670
8671 2003-07-13  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8672
8673     * src/SDCCmain.c, src/SDCCglobl.h: added option --no-std-crt0
8674
8675 2003-07-12  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8676
8677     * sdcc.dsw, all.dsp, link/z80/linkgbz80.dsp, as/z80/as-gbz80.dsp:
8678     added gbz80 build to MSVC project.
8679     * src/SDCCmain.c, src/SDCCglue.c, src/z80/main.c, src/z80/z80.dsp,
8680     link/z80/aslink.h, linkz80.dsp: cleaned up z80 and gbz80 asm files
8681     from 8051 stuff and setup so it links using a .lnk file.
8682
8683 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8684
8685     * support/librarian/sdcclib.c: sdcc librarian.
8686     * as/mcs51/aslink.h, as/mcs51/lklib.c: Support for libraries created
8687     with sdcclib.
8688
8689 2003-07-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8690
8691     * as/mcs51/lkmain.c: properly handle extensions in function afile.
8692
8693 2003-07-02  Borut Razem <borut.razem AT siol.net>
8694
8695         * src/port.h, src/SDCCmain.c, src/pic/glue.h, src/pic/main.c,
8696         src/pic16/glue.h, sdcc/src/pic16/main.c, src/izt/i186.c,
8697         src/izt/tlcs900h.c, src/avr/main.c, src/ds390/main.c, src/mcs51/main.c,
8698         src/xa51/main.c, src/z80/main.c:
8699         virtualization of glue() function: each port has it's own glue function,
8700         which is accessed by do_glue function pointer in PORT.general structure
8701
8702 2003-07-01 Kevin Vigor <kevin AT vigor.nu>
8703
8704         * DS800C400 fun, improved ROM interface and tinibios.
8705
8706 2003-06-27 Kevin Vigor <kevin AT vigor.nu>
8707
8708         * More support for DS80C400. Now includes beginning of interface to ROM.
8709
8710 2003-06-25  Bernhard Held <bernhard AT bernhardheld.de>
8711
8712         * src/mcs51/gen.c (gencjneshort): fixed bug #760345
8713
8714 2003-06-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8715
8716         * as/mcs51/lkaomf51.c: Make sure the size of the last procedure is correct.
8717
8718 2003-06-19  Borut Razem <borut.razem AT siol.net>
8719
8720         * src/z80/main.c: fixed Z80 port again: missing -k library paths in linker command line
8721
8722 2003-06-19  Borut Razem <borut.razem AT siol.net>
8723
8724         * src/SDCCutil.h, src/SDCCutil.c, src/SDCCglobl.h, src/SDCCmain.c, src/z80/main.c:
8725         fixed Z80 port - crt0.o: cannot open.
8726
8727 2003-06-19  Bernhard Held <bernhard AT bernhardheld.de>
8728
8729         * support/Util/MySystem.c (merge_command): revert bad fix
8730
8731 2003-06-18  Borut Razem <borut.razem AT siol.net>
8732
8733         * src/SDCC.lex, src/SDCCmain.c: fixed some warnings, introduced with changes made 15.06.1003
8734
8735 2003-06-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8736
8737         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
8738         option --use-stdout sends errors to stdout instead of stderr.
8739
8740 2003-06-18  Bernhard Held <bernhard AT bernhardheld.de>
8741
8742         * support/Util/MySystem.c (merge_command): quick fix for Linux segfault with \"cmd\" arg
8743
8744 2003-06-15  Borut Razem <borut.razem AT siol.net>
8745
8746         * support/cpp2/sdcc.h: HAVE_DOS_BASED_FILE_SYSTEM defined for _WIN32
8747         * src/SDCC.lex: cloneXxx and copyAndFreeXxx functions for options and optimize stack handling
8748         * src/SDCCglobl.h, src/SDCCmain.c, src/ds390/main.c, src/mcs51/main.c, src/z80/main.c:
8749         fixed width array of pointers replaced with sets;
8750         multiple include and lib paths ared transferred to preprocessor and linker
8751         * src/SDCCset.c, src/SDCCset.h: added function setFromSetNonRev() and mergeSets()
8752         * src/SDCCsymt.c: reimplemented function inCalleeSaveList() by using sets instead
8753         fixed width array of pointers
8754         * src/SDCCutil.c, src/SDCCutil.h: added functions fputStrSet(), appendStrSet(), joinStrSet();
8755         removed functions addToList(), join(), joinn(), pathCharsEquivalent(), pathCharTransform(),
8756         fixupPath(), getPathDifference()
8757         * src/ds390/gen.c, src/mcs51/gen.c: reimplemented function  inExcludeList() by using sets instead
8758         fixed width array of pointers
8759
8760 2003-06-11  Bernhard Held <bernhard AT bernhardheld.de>
8761
8762         * src/pic16/ralloc.c: fix warnings
8763         * src/pic16/pcode.c: fix warning
8764
8765 2003-06-10  Scott Dattalo  <scott AT dattalo.com>
8766
8767          Scott D. for Vangelis Rokas (vrokas AT otenet.gr). I (scott) don't
8768         know all the details, but essentially this set of changes enable
8769         the pic16 port to generate movff instructions and generate assembler
8770         directives,
8771         * src/SDCCmain.c:
8772         * src/pic16/gen.c:
8773         * src/pic16/glue.c:
8774         * src/pic16/pcode.c:
8775         * src/pic16/device.c:
8776         * src/pic16/main.c:
8777         * src/pic16/pcode.h:
8778         * src/pic16/pcoderegs.c:
8779         * src/pic16/ralloc.c:
8780         * src/pic16/ralloc.h:
8781
8782 2003-06-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8783
8784         * support/Util/SDCCerr.c, src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
8785         added option --vc, so sdcc errors and warnings are compatible with
8786         Microsoft Visual Studio.
8787
8788 2003-06-07  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8789
8790         * device/lib/_atof.c, device/lib/Makefile.in, device/include/stdlib.h,
8791           device/lib/libfloat.lib: added atof function.
8792
8793 2003-06-04  Bernhard Held <bernhard AT bernhardheld.de>
8794
8795         * doc/sdccman.lyx: updated to Lyx 1.3
8796         * doc/cdbfileformat.lyx: updated to Lyx 1.3
8797         * doc/test_suite_spec.lyx: updated to Lyx 1.3
8798         * doc/Makefile: added fix for the \tabularnewline problem, thanks to Jesus
8799
8800 2003-06-03  Bernhard Held <bernhard AT bernhardheld.de>
8801
8802         * src/SDCCpeeph.c: separate peepRules2pCode() for pic16 by "Vangelis Rokas" <vrokas AT otenet.gr>
8803
8804 2003-06-02  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8805
8806         * doc/sdccman.lyx: cvs revision keywords, passing pdf information in latex preamble,
8807           additions to the "related tools/documentation" section
8808
8809 2003-06-02  Bernhard Held <bernhard AT bernhardheld.de>
8810
8811         * src/SDCCglue.c (tempfileandname): added check for missing TMP/TEMP/TMPDIR variable
8812
8813 2003-05-29  Bernhard Held <bernhard AT bernhardheld.de>
8814
8815         * src/pic/device.c: added 16F819, patch by "David I. Lehn" <dlehn AT vt.edu>
8816         * src/SDCCcse.c (algebraicOpts): fixed "c * 1"
8817
8818 2003-05-28  Bernhard Held <bernhard AT bernhardheld.de>
8819
8820         * doc/sdccman.lyx: fix double dash and other minor things
8821         * doc/Makefile: fix double dash
8822
8823 2003-05-28  Karl Bongers(patches from Martin Helmling)
8824         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files. Martin adds
8825           condition and ignore commands.
8826
8827 2003-05-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8828
8829         * doc/sdccman.lyx: Changes all over, index improved, smaller margins. The manual
8830           is in parts still quite out of date, I did changes as far as I felt makes sense
8831           for a non-native english speaker.
8832           Please feel free to add to the manual or to correct my changes.
8833         * doc/Makefile: undid touching the date of intermediate tex files.
8834
8835 2003-05-26  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8836
8837         * doc/sdccman.lyx: Manual has an index now
8838
8839 2003-05-25  Bernhard Held <bernhard AT bernhardheld.de>
8840
8841         Finalize muluint/mulsint and mululong/mulslong merging:
8842         * device/lib/_mulint.c
8843         * device/lib/_mullong.c
8844         * device/lib/gbz80/mul.s
8845         * device/lib/gbz80/stubs.s
8846         * device/lib/z80/mul.s
8847         * device/lib/z80/stubs.s
8848         * src/SDCCsymt.c (initCSupport)
8849
8850 2003-05-25  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8851
8852         * as/mcs51/lkaomf51.c: Address space 'z' was missing.
8853         * src/avr/avr.dsp, src/ds390/ds390.dsp, src/mcs51/mcs51.dsp,
8854           src/pic/pic.dsp, src/pic16/pic16.dsp, src/xa51/xa51.dsp,
8855           src/x80/z80.dsp: peep.rul is bigger now, so /Zm1000 is used
8856           instead of /Zm500.
8857
8858 2003-05-25  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8859
8860         * src/mcs51/peeph.def: added rules 244.x, 245.x. Although they pass
8861           the regression tests I'm not brave enough to enable 245.b, 245.c
8862         * doc/sdccman.lyx: added latex preamble for hyperref package.
8863           Using pdflatex this will give you a hyperlinked pdf file with
8864           bookmarks. (prepend '%' before /usepackage if this breaks something)
8865
8866 2003-05-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8867
8868          * doc/sdccman.lyx: updated information about .adb files (fixed bug 742649)
8869
8870 2003-05-22  Bernhard Held <bernhard AT bernhardheld.de>
8871
8872         * src/pic16/pcode.c (pic16_get_op_from_instruction): fixed a gcc 3.x warning
8873
8874 2003-05-21    <johan AT balder>
8875
8876         * src/SDCCglue.c (printIval): fixed bug #739934
8877
8878 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
8879
8880         Applied patch from bug 737905 (renamed yylineo to mylineno):
8881         * src/altlex.c
8882         * src/SDCCast.c
8883         * src/SDCglobl.h
8884         * src/SDCC.lex
8885         * src/SDCCsymt.c
8886         * src/SDCCval.c
8887         * src/pic16/pcode.c: Cleaned warnings
8888         * src/pic16/pcodeflow.c: Cleaned warnings
8889         * src/pic16/pcoderegs.c: Cleaned warnings
8890
8891 2003-05-19  Scott Dattalo  <scott AT dattalo.com>
8892
8893         * src/pic16/pcode.c: Cleaned warnings
8894         * src/pic16/pcodepeep.c: Cleaned warnings
8895         * src/pic16/ralloc.c: Cleaned warnings
8896
8897 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
8898
8899         * doc/sdccman.lyx: fixed bug 739745
8900         * src/pic16/pcode.c (pic16_get_op): fixed warning on alpha
8901
8902 2003-05-18  Bernhard Held <bernhard AT bernhardheld.de>
8903
8904         * src/port.h: removed DEFAULT_PORT, it's not yet pic16 ;-)
8905         it can be defined with CFLAGS when running configure
8906         * src/SDCCmain.c: fixed compiling + linking with object files
8907
8908 2003-05-18  Vangelis Rokas (vrokas AT otenet.gr)
8909
8910         * configure.in: configure for pic16 port,
8911             added --disable-pic16-port
8912         * sdccconf_in.h: added macro OPT_DISABLE_PIC16
8913         * src/SDCCmain.c: linkOptions is changed to set *,
8914             added if/endif conditional macros to remove options help
8915             messages from optionsTable when a port is not configured, added
8916             support for the PIc16 port in the ports table, when executing
8917             the compiler with no port specified on command line, a default
8918             port is selected with the new macro DEFAULT_PORT which is
8919             defined in port.h, in setDefaultOptions() linkOptions is removed
8920             from initialization assignment, since now it is a set,
8921             parseCmdLine uses setParseWithComma for linkOptions, in
8922             linkEdit() linkOptions are accessed with new function indexSet()
8923             which returns the i'th item of a set variable. See SDCCset.c, in
8924             linkEdit() when calling buildCmdLine(), added linkOptions as
8925             last argument. Now users can pass arguments to gplink via the
8926             -Wl option, main() uses pic16glue() to glue up pic16 programs
8927         * src/SDCCpeeph.c: various changes to support pic16
8928         * src/SDCCset.c: added function  void *indexSet(set *, int)  to
8929             return the i'th item of the set
8930         * src/SDCCset.h: added function prototype for indexSet()
8931         * src/SDCCsymt.c: in checkSClass(), added support for PIC16
8932         * src/clean.mk: added pic16 in CLEANALLPORTS variable
8933         * src/port.h: added TARGET_ID_PIC16,TARGET_IS_PIC16 macro,
8934             added macro DEFAULT_PORT
8935         * src/pic/main.c: corrected arguments of gplnk in _linkCmd
8936         * src/pic16/gen.c: bug fix in genCpl(), now the correct code is
8937             generated
8938         * src/pic16/glue.c: commented out some error producing lines
8939         * src/pic16/main.c: __config directives are commented out to stop
8940             gpasm complaining and test the linkage with gplink, _linkCmd and
8941             _asmCmd changed to be more gplink and gpasm friendly
8942         * src/pic16/peeph.def: peep rule 3 is commented out, since it
8943             produced an error when parsed, peep rule 12 is added to utilize
8944             movff, but it is commented out since the pCode does not support
8945             yet a command with 2 address arguments
8946
8947 2003-05-18    <johan AT balder>
8948
8949         * src/ds390/gen.c (genArrayInit): removed obsolete and buggy ARRAYINIT
8950         * src/ds390/main.c (genArrayInit): removed obsolete and buggy ARRAYINIT
8951 2003-05-17  Karl Bongers(apply patches from Martin Helmling)
8952
8953         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files.
8954   Added feature to script commands from file.
8955
8956 2003-05-14  Bernhard Held <bernhard AT bernhardheld.de>
8957
8958         * device/lib/_strtok.c: fixed bug #734355 by Lenny Story and Tim Woodall
8959         * src/SDCCutil.c: include ctype.h for win32
8960
8961 2003-05-13  Bernhard Held <bernhard AT bernhardheld.de>
8962
8963         * src/pic16/*: removed CR from many files, reported by Vangelis Rokas
8964
8965 2003-05-12  Karl Bongers(apply development patches from Martin Helmling)
8966
8967         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,break.c and .h files.
8968   Fixed so you can set breakpoints prior to run, run does not stop
8969   on entry now.  Add tbreak.  Other enhancements and fixes for use
8970   with ddd.
8971
8972 2003-05-12  Borut Razem <borut.razem AT siol.net>
8973
8974         * src/SDCCmain.c: fixed the problem with searching the DATADIR as the last resort on *nix
8975
8976 2003-05-11  Borut Razem <borut.razem AT siol.net>
8977
8978         * src/SDCCutil.c: WIN32 version of getBinPath() calls GetModuleFileName() to determine
8979         the path of bin directory, so that PATH is the only env. variable, which has to be set
8980         in case of standard installation.
8981         * src/ds390/ds390.dsp: increased value of /Zm option to 1000
8982         * src/pic/main.c: add quotes to file name parameters for gplink and gpasm
8983         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx: added --print-search-dirs command line option
8984
8985 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
8986
8987         * src/SDCCmain.c (linkEdit): fixed buffer overflow for gbz80
8988         * support/regression/Makefile: inter-port-clean is no longer nesessary, the
8989         temp files are in the port dir; clean the gen/test directory when
8990         generating new test.c
8991         * support/regression/ports/host/spec.mk: defined OBJEXT for target clean
8992         * support/regression/tests/vaargs.c: fixed gcc 3.3 warning
8993         * support/regression/tests/zeropad.c: added
8994
8995 2003-05-09    <johan AT balder>
8996
8997         * src/SDCCglue.c: fixed bug #597940
8998
8999 2003-05-05  Karl Bongers(apply patches from Martin Helmling)
9000
9001         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
9002   cache sfr, optimize next,step, fix off by one sourceline,
9003   support ddd list function.
9004         * sim/ucsim/cmd.src/newcmd.cc - small fix for sdcdb use.
9005
9006 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
9007
9008         * support/regression/HTMLgen.py: added compare_s2f()
9009         * support/regression/Makefile: redo 1.27
9010         * support/regression/generate-cases.py: redo 1.5
9011
9012 2003-04-30  Bernhard Held <bernhard AT bernhardheld.de>
9013
9014         * support/regression/tests/float.c: workaround 33 bit hex constant
9015         * support/regression/tests/simplefloat.c: fix division for host
9016
9017 2003-04-29  Scott Dattalo  <scott AT dattalo.com>
9018
9019         * src/pic/pcoderegs.c Applied patch from Jim Hawkridge <jim AT jimhawkridge.uk.eu.org>
9020         that tame's the PIC's over-aggressive optimizer.
9021
9022 2003-04-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9023
9024          * src.dsw, link/z80/aslink.h, link/z80/linkz80.dsp: z80 linker
9025          support for MSVC.
9026
9027 2003-04-29  Kevin Vigor <kevin AT vigor.nu>
9028
9029         Initial support for DS80C400. "Hello world" runs on TINIm400
9030         (with polled I/O).
9031
9032 2003-04-28  Karl Bongers(apply patches for Martin Helmling)
9033
9034          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
9035          * Some notes on ddd usage added in debugger/README
9036          Martin Helmling adding more features and fixes for ddd GUI debugger.
9037          Code added for nexti, stepi, up, down, and other adjustments.
9038
9039 2003-04-28  Scott Dattalo  <scott AT DATTALO.COM>
9040
9041         * src/pic/pCodepeep.c non-wildcard asmops are now handled
9042         * src/pic/peeph.def Added two rules to optimize carry manipulation
9043         * src/pic/* removed debug printfs
9044
9045 2003-04-28  Bernhard Held <bernhard AT bernhardheld.de>
9046
9047         * debugger/mcs51/cmd.c: added header newalloc.h
9048
9049 2003-04-26  Bernhard Held <bernhard AT bernhardheld.de>
9050
9051         * as/Makefile: new EXEEXT
9052         * as/z80/Makefile: remove trailing slash of BUILDIR
9053         * as/z80/clean.mk: new EXEEXT
9054         * Makefile.common.in: add to CFLAGS (and others), don't replace it
9055         * support/cpp2/Makefile.in: new EXEEXT
9056         * src/pic/glue.c (pic14emitRegularMap): fixed warning
9057
9058 2003-04-24  Bernhard Held <bernhard AT bernhardheld.de>
9059
9060         Cygwin's gcc always appends .exe: 'gcc -o a a.c' creates a.exe;
9061         EXEEXT was introduced to fix all related problems with targets
9062         "clean", "install" and "uninstall"; a couple of further flaws
9063         especially with "clean" have been fixed too
9064         * as/mcs51/Makefile.in
9065         * as/mcs51/clean.mk
9066         * as/z80/Makefile
9067         * Makefile
9068         * clean.mk
9069         * debugger/mcs51/Makefile.in
9070         * debugger/mcs51/clean.mk
9071         * link/z80/Makefile
9072         * link/z80/Makefile.in
9073         * link/z80/clean.mk
9074         * link/Makefile
9075         * packihx/Makefile.in
9076         * packihx/clean.mk
9077         * sim/ucsim/Makefile
9078         * sim/ucsim/clean.mk
9079         * sim/ucsim/avr.src/Makefile.in
9080         * sim/ucsim/avr.src/clean.mk
9081         * sim/ucsim/s51.src/Makefile.in
9082         * sim/ucsim/s51.src/clean.mk
9083         * sim/ucsim/xa.src/Makefile.in
9084         * sim/ucsim/xa.src/clean.mk
9085         * sim/ucsim/z80.src/Makefile.in
9086         * sim/ucsim/z80.src/clean.mk
9087         * sim/ucsim/main_in.mk
9088         * sim/ucsim/packages_in.mk
9089         * sim/ucsim/gui.src/Makefile.in
9090         * sim/ucsim/gui.src/serio.src/Makefile.in
9091         * sim/ucsim/gui.src/serio.src/clean.mk
9092         * src/Makefile.in
9093         * src/clean.mk
9094         * support/cpp2/Makefile.in
9095         * support/cpp2/clean.mk
9096         * support/makebin/Makefile
9097         * support/makebin/clean.mk
9098         * support/scripts/sdcc_mingw32: --program-suffix no longer needed
9099         * doc/sdccman.lyx: --program-suffix no longer needed
9100
9101 2003-04-23  Karl Bongers(apply patches for Martin Helmling)
9102
9103          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,..
9104          Martin Helmling added support for ddd GUI debugger.
9105          Code added to display assembly, set variables, and other commands
9106          to interface to ddd.
9107
9108 2003-04-23  Bernhard Held <bernhard AT bernhardheld.de>
9109
9110         * as/Makefile: fix target clean
9111         * as/clean.mk: fix target clean
9112         * as/z80/clean.mk: fix target clean
9113
9114 2003-04-22  Bernhard Held <bernhard AT bernhardheld.de>
9115
9116         * Makefile.common.in: added  AT EXEEXT AT
9117         * configure.in: removed all mingw32 stuff
9118         * configure: rebuilt from configure.in
9119         * doc/sdccman.lyx: updated section "installation"
9120         * support/scripts/sdcc_mingw32: adapted to configure
9121         * support/scripts/sdcc_cygwin_mingw32: added
9122
9123 2003-04-22  Scott Dattalo  <scott AT dattalo.com>
9124
9125         * src/pic Added object file support for the PIC port
9126         * src/pic Applied patch from Craig Franklin (this started the object file support)
9127         * src/regression Updated the PIC regression tests for object files
9128
9129 2003-04-20  Borut Razem <borut.razem AT siol.net>
9130
9131         * sdcc/as/mcs51/lklex.c: make getfid() more robust and fixed gcc warning:
9132           lklex.c: In function `getfid':
9133           lklex.c:203: warning: array subscript has type `char'
9134         * src/SDCCglobl.h: small change in stack handling macros, to avoid crash when compiled
9135           with MSVC with global optimization enabled (probably an cl compiler bug ;-)
9136         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added function fatal(), called from
9137           stack handling macros
9138
9139 2003-04-19  Borut Razem <borut.razem AT siol.net>
9140
9141         * "handling space characters in file path" task:
9142         * src/SDCCmacro.c: fixed bug in handlig quote at the end of line
9143         * support/Util/BuildCmd.c: define par as NULL if parameter value is invalid
9144         * support/Util/MySystem.h: make it self-sufficient
9145         * src/avr/main.c, src/ds390/main.c, src/mcs51/main.c, src/pic/main.c, src/xa51/main.c,
9146           src/z80/main.c, sdcc/as/mcs51/lklex.c:
9147           handling space characters in file path
9148         * src/SDCCmain.c: introduced setDataPaths() function, {datadir} macro
9149           (it will be used by assemblers, which have their own includes, e.g. gpasm)
9150         * support/Util/MySystem.c: handling space characters in executable's path
9151
9152 2003-04-19  Bernhard Held <bernhard AT bernhardheld.de>
9153
9154         * as/z80/Makefile: fix permanent rebuild of z80
9155         * sim/ucsim/gui.src/Makefile.in: target "install" builds the same packages as target "all"
9156         * support/regression/tests/bitfields.c: added Johan's bitfields.c
9157
9158 2003-04-18      Kevin Vigor <kevin AT vigor.nu>
9159
9160         * src/SDCCopt.c: add special case optimization to replace modulo by
9161           a power of two with a bitwise AND.
9162
9163 2003-04-18    <johan AT balder>
9164
9165         * src/mcs51/gen.c (getFreePtr): fixed bug #635354
9166
9167 2003-04-17    <johan AT balder>
9168
9169         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #716790 and removes lot's of redundant register usage around function calls
9170         * src/mcs51/ralloc.c (packRegisters): fixed bug #720667
9171
9172 2003-04-13  Borut Razem <borut.razem AT siol.net>
9173
9174         * doc/sdccman.lyx: updated info about #pragma SAVE/RESTORE nesting
9175         * configure.in, configure: fixed problems on cygwin/WinCVS environmet with ports.* line endings;
9176           fixed mingw problem in adl_NORMALIZE_PATH
9177
9178 2003-04-12  Borut Razem <borut.razem AT siol.net>
9179
9180         * fixed "#pragma SAVE/RESTORE can not be nested":
9181         * src/SDCC.lex: reworked pragma handling functions
9182         * sdcc/src/SDCCglobl.h: reworked stack handling macros
9183         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added E_STACK_VIOLATION error
9184
9185 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
9186
9187         * src/SDCCutil.c (pathEquivalent): defined but not used
9188         * debugger/mcs51/sdcdb.c: replace SDCC_LIB_DIR
9189         * configure.in: remove sdcc_datadir, sdcc_lib_dir and sdcc_include_dir
9190         * configure: rebuilt from configure.in
9191         * sdccconf_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
9192         * sdcc_vc_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
9193         * device/include/Makefile.in: replace sdcc_datadir
9194         * device/lib/Makefile.in: replace sdcc_datadir
9195         * Makefile.common.in: add LDFLAGS from configure
9196         * packihx/Makefile.in: use LDFLAGS
9197         * src/Makefile.in: use LDFLAGS
9198         * support/cpp2/Makefile.in: add LDFLAGS from configure
9199         * support/makebin/Makefile: use LDFLAGS
9200         * .version: bumped version number to 2.3.5
9201
9202 2003-04-12  Borut Razem <borut.razem AT siol.net>
9203
9204         * completed "different paths" task:
9205         * src/SDCCmacro.c: fixed bug in handling quotes
9206         * src/SDCCutil.c, src/SDCCutil.c: rewritten getPrefixFromBinPath()
9207         * src/SDCCmain.c: _discoverPaths() replaced with setBinPaths(), setIncludePath() and setLibPath()
9208
9209 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
9210
9211         * src/pic/pcoderegs.c (Remove1pcode): fix warning on alpha
9212
9213 2003-04-11 kevin Vigor <kevin AT vigor.nu>
9214
9215         * ds390/gen.c ds390/peeph.def: fix bug 706781
9216
9217 2003-04-11  Borut Razem <borut.razem AT siol.net>
9218
9219         * support/Util/dbuf.c, support/Util/dbuf.h: update to version 1.1.1 - re-added C++ stuff to make it still more portable
9220
9221 2003-04-10  Scott Dattalo  <scott AT dattalo.com>
9222
9223         * src/pic/* Applied the pointer-to-function patch from Steve Tell.
9224         * src/pic/* Fixed several pointer bugs. (PIC port broke when the ruonly bit was
9225          set - this bit used to not be set...).
9226         * src/pic/gen.c Fixed buf 609268 ==> x = (x+1) & 0xf; generated
9227           bad code in PIC Port
9228         * src/regression/and2.c added to test bug 609268
9229         * src/regression/Makefile added and2.c to regression test
9230
9231
9232 2003-04-08    <johan AT CP255758-A>
9233
9234         * src/mcs51/gen.c (gen51Code): display reg usage in --icode-in-asm
9235         * src/mcs51/ralloc.c (serialRegAssign): update the registers in use and save some slocs
9236         * src/SDCCicode.h: added riu to show the register usage in --icode-in-asm
9237
9238 2003-04-07  Bernhard Held <bernhard AT bernhardheld.de>
9239
9240         * configure.in: fully support prefix, exec_prefix, datadir, docdir;
9241         fix bug #487815
9242         * support/cpp2/Makefile.in: fix bug #487815
9243         * configure: rebuilt from configure.in
9244         * Makefile.common.in: docdir changed, new path suffixes
9245         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
9246         * sdcc_vc_in.h: reflect changes from sdccconf.h
9247         * src/SDCCglobl.h: remove *SEPARATOR_CHARS, they are now in sdccconf.h
9248         * src/SDCCutil.h: remove BINDIR hack
9249         * doc/sdccman.lyx: update new path hierarchy
9250
9251 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
9252
9253         * src/SDCCpeeph.c: added okToRemoveSLOC test
9254
9255 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
9256
9257         * device/lib/printf_fast.c: added leading zero format ("%06d", etc)
9258
9259 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
9260
9261         * src/SDCCpeeph.c: added labelIsReturnOnly test
9262         * src/mcs51/peeph.def: Peephole 244: replace ljmp to ret with ret
9263
9264 2003-04-05    <johan AT balder>
9265
9266         * src/SDCCcse.c (cseAllBlocks): fixed bug #460088
9267         * src/SDCCloop.c (DEFSETFUNC): fixed bug #460088
9268         * src/SDCCopt.c (eBBlockFromiCode): fixed bug #460088
9269         * src/SDCCast.c: fixed a warning
9270         * src/SDCCast.h: fixed a warning
9271         * src/SDCCicode.c (operandFromAst): fixed a warning
9272
9273 2003-04-04    <johan AT balder>
9274
9275         * src/SDCCloop.c (DEFSETFUNC): undid the fix for bug #519584
9276         * src/SDCCast.c (decorateType): fixed bug #715076
9277         * src/SDCC.y: fixed bug #702907
9278
9279 2003-04-03    <johan AT balder>
9280
9281         * device/lib/_mulint.c (_muluint): new #pragma LESS_PEDANTIC
9282         * src/SDCCopt.c (eBBlockFromiCode): new #pragma LESS_PEDANTIC
9283         * src/SDCCglobl.h (PRAGMA_LESSPEDANTIC): new #pragma LESS_PEDANTIC
9284         * src/SDCC.lex (doPragma): new #pragma LESS_PEDANTIC
9285         * src/SDCCmain.c (parseCmdLine): new #pragma LESS_PEDANTIC
9286
9287 2003-04-03  Bernhard Held <bernhard AT bernhardheld.de>
9288
9289         * _decdptr.c: fix return values
9290         * _gptrget.c: fix return values
9291         * _gptrgetc.c: fix return values
9292         * _gptrput.c: fix return values
9293         * _mulint.c: fix return values
9294         * as/z80/Makefile: fix 'make -j' problem
9295
9296 2003-04-02  Bernhard Held <bernhard AT bernhardheld.de>
9297
9298         * Makefile.common.in: unused PORT, SCC and SAS removed, fixed docdir
9299         * configure.in: big cleanup, updated to autoconf 2.5x
9300         * configure: rebuilt from configure.in
9301         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
9302         * sdcc_vc_in.h: reflect changes from sdccconf.h
9303         * doc/Makefile: fixed a flaw in "make install"
9304
9305 2003-04-02    <johan AT balder>
9306
9307         * src/ds390/gen.c (genCmp): no comments
9308         * src/mcs51/gen.c (genCmp): no comments
9309         * src/SDCCopt.c (eBBlockFromiCode): detect missing return values
9310         * src/SDCCast.c (ast_print): fixed the function type in --dumptree
9311
9312 2003-04-01  Bernhard Held <bernhard AT bernhardheld.de>
9313
9314         * support/regression/generate-cases.py: place generated file in given sub directory
9315         * support/regression/ports/host/spec.mk: prevent removal of testfwk.o
9316         * support/regression/Makefile: improvements for 'make -j';
9317         side effect: it's simpler and faster now
9318
9319 2003-03-31  Borut Razem <borut.razem AT siol.net>
9320
9321         * src/z80/main.c: link-{port} and as-{port} defined without path
9322         * src/src.dsp: support/Util/MySystem.h and src/SDCCutil.h added to project
9323
9324 2003-03-31  Bernhard Held <bernhard AT bernhardheld.de>
9325
9326         * Makefile, src/Makefile.in: add dependencies, so that 'make -j' works
9327
9328 2003-03-30  Borut Razem <borut.razem AT siol.net>
9329
9330         * support/Util/BuildCmd.c, support/Util/BuildCmd.h: rewrite buildCmdLine(),
9331           changed type of list parameter to set
9332         * src/ds390/main.c: changed type of parameter asmOptions to set in _tininative_do_assemble()
9333         * src/port.h: changed type of do_assemble() parameter to set
9334         * src/SDCCmain.c: type of asmOptions changed to set, introduced setParseWithComma(),
9335           sdcpp defined without path, removed variable VersionString, introduced set binPathSet,
9336           definition of "cppoutfilename" macro with NULL value in preProcess()
9337         * src/SDCCglobl.h: included "SDCCset.h", added declaration of setParseWithComma()
9338         * src/SDCCglue.c: removed variable VersionString, inroduced spacesToUnderscores()
9339         * support/Util/MySystem.c, support/Util/MySystem.h: rewrite, char *ExePathList[]
9340           replaced with set *binPathSet
9341         * shash_add() deallocates the item, if allready exsists, before adding the new one
9342         * src/SDCCmacro.c: handling macros with empty or NULL values in _evalMacros()
9343
9344 2003-03-30  Scott Dattalo  <scott AT dattalo.com>
9345
9346         * src/pic/gen.c: Commit patch from Steve Tell <tell AT telltronics.org> that fixes
9347           a nested for loop bug in the PIC port
9348         * src/regression/nestfor.c: new regression test file Steve wrote to test nested
9349           for loops
9350
9351 2003-03-29  Bernhard Held <bernhard AT bernhardheld.de>
9352
9353         * support/Util/dbuf.h: remove C++ stuff to make it portable
9354
9355 2003-03-28  Borut Razem <borut.razem AT siol.net>
9356
9357         * src/SDCC.lex: Fix for bug #711240: dynamic buffer handling of C
9358           literal strings in stringLiteral()
9359         * support/Util/dbuf.c, support/Util/dbuf.h: added: dynamic buffer handling
9360         * src/Makefile.bcc, src/Makefile.in, src\src.dsp: added support/Util/dbuf.c
9361           to the project
9362
9363 2003-03-27  Paul Stoffregen <paul AT pjrc.com>
9364
9365         * src/SDCCpeeph.c (pcDistance): accurate byte distance for mcs51
9366
9367 2003-03-26    <johan AT balder>
9368
9369         * src/mcs51/gen.c (saveRegisters): catched symbol abuse
9370         * src/ds390/gen.c (saveRegisters): catched symbol abuse
9371         * src/SDCCast.c (decorateType): fixed " -v < 3"
9372
9373 2003-03-23  Bernhard Held <bernhard AT bernhardheld.de>
9374
9375         * doc/cdbfile.html: removed, replaced by cdbfileformat.lyx
9376         Added Lenny Story's debug infrastructure changes:
9377         * src/Makefile.in:  added new files cdbFile.c and SDCCdebug.c
9378         * src/Makefile.bcc: added new files cdbFile.c and SDCCdebug.c
9379         * src/cdbFile.c: added
9380         * src/SDCCdebug.c: added
9381         * src/SDCCdebug.h: added
9382         * src/SDCCast.c (createFunction)
9383         * src/SDCCglue.c (emitRegularMap, emitStaticSeg, emitOverlay, glue)
9384         * src/SDCCmain.c (parseCmdLine, main)
9385         * src/SDCCmem.c (redoStackOffsets)
9386         * src/SDCCsymt.c (cdbStructBlock, cdbTypeInfo, cdbSymbol, cdbStruct, cdbStructBlock)
9387         * src/SDCCsymt.h
9388         * src/common.h
9389         * src/avr/gen.c (genAVRCode)
9390         * src/ds390/gen.c (gen390Code)
9391         * src/mcs51/gen.c (gen51Code)
9392         * src/pic/gen.c (genpic14Code)
9393         * src/pic/glue.c (pic14emitRegularMap, pic14emitStaticSeg, pic14emitOverlay, picglue)
9394         * src/xa51/gen.c (genXA51Code)
9395         * src/SDCCast.c: fixed "void foo(void){char c; -c < 0;}"
9396
9397 2003-03-22  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9398
9399         * src/mcs51/gen.c (genCodePointerGet): quicker code for bug #700797
9400         * src/mcs51/peeph.def: added rules 177, 241.x to 243, touched 181, 182.x, 193.x
9401
9402 2003-03-22    <johan AT balder>
9403
9404         * src/SDCCicode.c (geniCodeDerefPtr): fixed bug #698231
9405
9406 2003-03-21  Bernhard Held <bernhard AT bernhardheld.de>
9407
9408         * support/scripts/sdcc_mingw32: adapted to configure from autoconf 2.54
9409         * doc/cdbfileformat.lyx: added, written by Lenny Story
9410         * doc/Makefile: added cdbfileformat.lyx
9411         * doc/clean.mk: added cdbfileformat.lyx
9412
9413 2003-03-20  Bernhard Held <bernhard AT bernhardheld.de>
9414
9415         * src/mcs51/peeph.def: fix bug #705773
9416
9417 2003-03-20    <johan AT balder>
9418
9419         An sfr/sbit can have an "at #" AND an initializer
9420         * src/SDCCsymt.c (checkSClass):
9421         * src/SDCCmem.c (allocGlobal):
9422         * src/SDCCmem.c (allocLocal):
9423         * src/SDCCast.c (createBlock):
9424
9425 2003-03-17  Bernhard Held <bernhard AT bernhardheld.de>
9426
9427         * src/ds390/peeph.def: fix bug #704878: added rule 213.b suggested by Jan Rejlek
9428
9429 2003-03-16    <johan AT balder>
9430
9431         Undid the hackup of const and volatile, the problem is much bigger
9432         * src/SDCC.y:1.65
9433         * src/SDCCast.c:1.171
9434         * src/SDCCglue.c:1.138
9435         * src/SDCCicode.c:1.146
9436         * src/SDCCsymt.c:1.150
9437         * src/SDCCval.c:1.65
9438
9439 2003-03-15  Bernhard Held <bernhard AT bernhardheld.de>
9440
9441         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #703541
9442         * src/ds390/gen.c (genAddrOf): fixed bug #704087
9443
9444 2003-03-13    <johan AT balder>
9445
9446         Hackup const and volatile modifiers in type chains a bit:
9447         * src/SDCC.y:1.63
9448         * src/SDCCast.c:1.169
9449         * src/SDCCglue.c:1.136
9450         * src/SDCCicode.c:1.143
9451         * src/SDCCsymt.c1.146
9452         * src/SDCCsymt.h1.59
9453         * src/SDCCval.c:1.63
9454
9455 2003-03-12    <johan AT balder>
9456
9457         * src/SDCCBBlock.h: more LRH debugging junk
9458         * src/SDCCcflow.h: more LRH debugging junk
9459         * src/SDCCloop.c: more LRH debugging junk
9460         * src/SDCC.y (struct_declaration): fixed bug #697590
9461         * src/SDCCsymt.[hc] (cloneSpec): NEVER EVER use this again
9462         * src/ds390/gen.c (aopForRemat): fixed bug #700031
9463         * src/SDCCglue.c (emitStaticSeg): fixed bug #700797
9464
9465 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
9466         * src/SDCCpeeph.c: quit being lazy and made proper fix (peephole
9467         test function names must now match exactly).
9468         * src/SDCCcse.c: added special case in findCheaperOp to allow
9469         extending a short integer. Makes less awful code for bug 700121 test case.
9470
9471 2003-03-11  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9472
9473         * as/mcs51/lkmain.c: Added ASlink-Warning to messages
9474         * as/mcs51/lkaomf51.c: Fixed bug when linking asmblink example
9475
9476 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
9477
9478         * src/SDCCpeeph.c: fix so that operandsNotEqualX functions are
9479         actually called (operandsNotEqual() was called for all
9480         operandsNotEqualX tests).
9481
9482 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
9483
9484         * src/SDCCcse.c: fix findCheaperOp to prevent replacing int types
9485         with shorter literals. Fixes bug 700121.
9486
9487 2003-03-11    <johan AT balder>
9488
9489         * src/SDCCsymt.c (compareType): a (void *) can be assigned to any pointer
9490
9491 2003-03-11  Bernhard Held <bernhard AT bernhardheld.de>
9492
9493         * src/SDCCloop.c (mergeRegions): an evil beast is dead
9494         * src/SDCCmain.c (preProcess): minor cleanup: eliminate preOutName
9495
9496 2003-03-10  Borut Razem <borut.razem AT siol.net>
9497
9498         * src/SDCCmain.c: pipe preprocessor's output
9499         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
9500         * sdcc_vc_in.h: define pclose as _pclose for WIN32
9501         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
9502         which closes all pipes in pipeSet set
9503         * src/SDCCset.c: free deleted item in function deleteSetItem()
9504         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
9505         moved from z80 to src subproject
9506         * .version: increased version number to 2.3.4
9507
9508 2003-03-10  Bernhard Held <bernhard AT bernhardheld.de>
9509
9510         * support/regression/ports/mcs51/spec.mk: increase timeout for CF's sparc to 30s
9511         * support/regression/ports/ds390/spec.mk: increase timeout for CF's sparc to 25s
9512         * support/regression/ports/xa51/spec.mk: fix typo
9513
9514 2003-03-09  Bernhard Held <bernhard AT bernhardheld.de>
9515
9516         * src/SDCCglobl.h: PATH_MAX is already defined in mingw32 headers
9517
9518 2003-03-09  Borut Razem <borut.razem AT siol.net>
9519
9520         * src/SDCCmain.c: pipe preprocessor's output
9521         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
9522         * sdcc_vc_in.h: define pclose as _pclose for WIN32
9523         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
9524         which closes all pipes in pipeSet set
9525         * src/SDCCset.c: free deleted item in function deleteSetItem()
9526         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
9527         moved from z80 to src subproject
9528
9529 2003-03-09  Borut Razem <borut.razem AT siol.net>
9530
9531         * src/SDCCglue.c: re-implemented tempfilename() and tempfile(): using mkstemp() if available
9532         * src/SDCCsymt.h: fixed MSVC and BORLANDC compilation (included SDCCglobl.h instead srccconf.h)
9533         * sdcc_vc_in.h: explicitly undefined HAVE_MKSTEMP which is not available on BORLANDC and MSVC
9534         * src/SDCCset.h: removed inclusion of sdccconf.h or sdcc_vc.h
9535         * src/SDCCglobl.h: unification of WIN32 native definitions
9536
9537 2003-03-09  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9538
9539         * src/mcs51/gen.c: applied in-/dec patch mentioned on sdcc-devel 2003-03-01
9540
9541 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
9542
9543         * src/configure.in:   check for endianess (even while cross-compiling)
9544         * src/configure:      check for endianess (even while cross-compiling)
9545         * src/configure_in.h: check for endianess (even while cross-compiling)
9546         * src/avr/gen.c:        remove old endianess stuff
9547         * src/mcs51/gen.c:      remove old endianess stuff
9548         * src/ds390/gen.c:      remove old endianess stuff
9549         * src/pic/gen.c:        remove old endianess stuff
9550         * src/pic/genarith.c:   remove old endianess stuff
9551         * src/pic/glue.c:       fix endianess check
9552         * src/pic16/gen.c:      remove old endianess stuff
9553         * src/pic16/genarith.c: remove old endianess stuff
9554         * src/pic16/glue.c:     fix endianess check
9555         * src/xa51/gen.c:       remove old endianess stuff
9556         * src/z80/gen.c:        fix endianess check
9557         * src/SDCCglue.c:       fix endianess check
9558         * src/ds390/peeph.def: fix bug 700036
9559
9560 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
9561
9562         * src/SDCCsymt.h: use appropriate data-types on host for SDCC's int and long
9563         * src/configure: find appropriate data-types on host for SDCC's int and long
9564         * src/configure.in: find appropriate data-types on host for SDCC's int and long
9565         * src/sdccconf_in.h: find appropriate data-types on host for SDCC's int and long
9566         * src/xa51/gen.c: use %d, not %ld for 4 byte variables
9567
9568 2003-03-07    <johan AT balder>
9569
9570         Just a big NOOP:
9571                 some minor cleanups before the big shot
9572                 OP_DEFS and OP_USES now use Kevin's protection
9573                 new option --nolabelopt
9574
9575         * src/SDCCBBlock.c:
9576         * src/SDCCast.c,:
9577         * src/SDCCcflow.c:
9578         * src/SDCCcse.c:
9579         * src/SDCCicode.c:
9580         * src/SDCCicode.h:
9581         * src/SDCClabel.c:
9582         * src/SDCCloop.c:
9583         * src/SDCCmain.c:
9584         * src/ds390/ralloc.c:
9585         * src/mcs51/ralloc.c:
9586         * src/pic/ralloc.c:
9587         * src/xa51/ralloc.c:
9588         * src/z80/ralloc.c:
9589
9590 2003-03-06  Bernhard Held <bernhard AT bernhardheld.de>
9591
9592         * src/pic/pcode.c (get_op): fix 64 bit warnings
9593         * src/pic/pcode.c (pCode2str): fix 64 bit warnings
9594         * src/SDCChasht.c (newHashTable): fix 64 bit warnings
9595         * src/SDCCsymt.c (checkTypeSanity): fix 64 bit warnings
9596         * support/regression/tests/malloc.c: fix 64 bit warnings
9597
9598 2003-03-04  Bernhard Held <bernhard AT bernhardheld.de>
9599
9600         * src/mcs51/gen.c (genMinus): fixed bug 696436
9601
9602 2003-03-02  Borut Razem <borut.razem AT siol.net>
9603
9604         * src/SDCCmain.c: added BORLANDC, corrected MSVC in printVersionInfo()
9605
9606 2003-02-26  Bernhard Held <bernhard AT bernhardheld.de>
9607
9608         * configure.in: test for mkstemp
9609         * sdccconf_in.h: add HAVE_MKSTEMP
9610
9611 2003-02-24  Bernhard Held <bernhard AT bernhardheld.de>
9612
9613         * device/include/ctype.h: removed warning while using --stack-auto
9614         * device/include/malloc.h: removed warning while using --stack-auto
9615         * device/include/string.h: removed warning while using --stack-auto
9616
9617 2003-02-23  Borut Razem <borut.razem AT siol.net>
9618
9619         * src/asm.h: corrected assertion in function printILine(): _pipe() was not executed on MSVC,
9620         because NDEBUG is defined (see man assert)
9621         * sdcc_vc_in.h: vsnprintf is defined as _vsnprintf on MSVC
9622
9623 2003-02-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9624
9625         * src/mcs51/gen.c (genUminusFloat): avoided dptr in-/decrement for xdata variables
9626         * src/mcs51/peeph.def: added rule suggested by Gernot Fink, white space/comment changes
9627
9628 2003-02-18  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9629
9630         * src/SDCCpeeph.c: added peephole conditions testing for same arguments
9631         * src/mcs51/peeph.def: added rules 238a-d which remove redundant moves
9632
9633 2003-02-18    <johan AT balder>
9634
9635         * as/mcs51/asmain.c (asmbl): module can start with a digit
9636         * as/z80/asmain.c (asmbl): module can start with a digit
9637
9638 2003-02-16  Bernhard Held <bernhard AT bernhardheld.de>
9639
9640         * sim/ucsim/mkecho: inserted #!/bin/sh for Cygwin, so that it's executable
9641         * src/asm.c: fix pipe() for Mingw32
9642
9643 2003-02-15  Bernhard Held <bernhard AT bernhardheld.de>
9644
9645         * src/SDCCglue.h: make tmpfileNameSet available for preOutName
9646         * src/SDCCmain.c (preProcess): make sure, that preOutName will be deleted;
9647         make -V work again; --c1mode reads now from stdin
9648         * doc/sdccman.lyx: added --c1mode
9649         * support/Util/SDCCerr.c: new messages for c1 mode
9650         * support/Util/SDCCerr.h: new messages for c1 mode
9651         * src/SDCC.lex (checkCurrFile): test if fullSrcFileName is NULL for c1mode
9652
9653 2003-02-15    <johan AT balder>
9654
9655         * src/asm.c: new options: --no-c-code-in-asm and --i-code-in-asm
9656
9657 2003-02-14  Bernhard Held <bernhard AT bernhardheld.de>
9658
9659         * doc/sdccman.lyx: Environment variables, -o and other minor things
9660
9661 2003-02-14    <johan AT balder>
9662
9663         * src/xa51/main.c: before anyone really tries to use it :)
9664
9665         * Install doc's in share/sdcc/doc
9666         * removed some obsolete files
9667         * Do a proper make distclean and uninstall
9668         M Makefile.common.in
9669         R sdccbuild.sh
9670         M as/Makefile
9671         M device/include/Makefile.in
9672         M device/lib/Makefile.in
9673         M doc/sdccman.lyx
9674         M link/Makefile
9675         M sim/ucsim/doc/Makefile.in
9676         M src/clean.mk
9677         R src/avr/peeph.rul
9678         R src/xa51/peeph.rul
9679         M support/cpp2/Makefile.in
9680         M support/makebin/Makefile
9681
9682
9683 2003-02-13  Bernhard Held <bernhard AT bernhardheld.de>
9684
9685         * support/regression/ports/host/spec.mk: use cc as host compiler for max osx
9686
9687 2003-02-10  Borut Razem <borut.razem AT siol.net>
9688
9689         * doc/bccinst.txt, packihx/packihx.c, sdcc_vc_in.h, src/SDCCset.h,
9690         support/cpp2/config.in: Borland C++ build doesn't depend on Cygwin configure
9691         * Bcc.ini, Makefile.bcc, as/mcs51/Makefile.bcc,
9692         device/examples/ds390/tinitalk/Makefile.bcc, packihx/Makefile.bcc,
9693         support/cpp2/Makefile.bcc, src/Makefile.bcc, src/avr/Makefile.bcc,
9694         src/ds390/Makefile.bcc, src/izt/Makefile.bcc, src/mcs51/Makefile.bcc,
9695         src/pic/Makefile.bcc, src/pic16/Makefile.bcc, src/xa15/Makefile.bcc,
9696         src/z80/Makefile.bcc: Borland Makefile cleanup
9697         * as/z80/Makefile.bcc: Added Borland Makefile
9698         * support/cpp2/borland.h: Removed
9699
9700 2003-02-10  Bernhard Held <bernhard AT bernhardheld.de>
9701
9702         * doc/sdccman.lyx: new pragma NOIV by "Johannes Stezenbach" <js AT convergence.de>
9703         * src/SDCC.lex: new pragma NOIV
9704         * src/SDCCglobl.h: new pragma NOIV
9705         * src/SDCCmem.c: new pragma NOIV
9706
9707 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
9708
9709         * src/SDCCmain.c: signal handling is switched off by SDCC_LEAVE_SIGNALS
9710
9711 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
9712
9713         * src/SDCCmain.c: signal handling is switched off by --debug
9714         * doc/Makefile: small fix for install; use clean.mk again
9715         * doc/clean.mk: clean *.pdf and *.html too
9716
9717 2003-02-08  Bernhard Held <bernhard AT bernhardheld.de>
9718
9719         * device/lib/_mulint.c: small fix for large/ds390 --int-long-reent resp. --stack-auto
9720         * device/lib/printfl.c: fix a ds390 bug by making it portable
9721         * src/SDCCsymt.c (initCSupport): fix compile warning on Cygwin
9722         * src/SDCCopt.c (cnvToFloatCast): fix compile warning on Cygwin
9723         * src/SDCCopt.c (cnvFromFloatCast): fix compile warning on Cygwin
9724         * debugger/mcs51/cmd.c: converted multi-line string literals
9725         * sim/ucsim/globals.cc: converted multi-line string literals
9726         * src/SDCCmain.c: introduced signal handler to remove temp files
9727         * doc/Makefile: small tweaks, implement clean
9728         * doc: removed generated files
9729
9730 2003-02-05  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9731
9732         * as/mcs51/aslink.h, as/mcs51/lkihx.c, as/mcs51/lkrloc.c:  Applied
9733         patch from Jan Rejlek <jr AT apex-lib.cz> to fix Bug 677692: "Extended
9734         Address Record is not correctly generated for DS390."
9735
9736 2003-02-02  Borut Razem <borut.razem AT siol.net>
9737
9738         * Makefile.bcc: removed non existing cpp project and non compilable izt project from makefile
9739         * as/mcs51/asm.h: fixed compilation with Borland C
9740         * support/cpp2/Makefile.bcc: added rule to generate auto-host.h
9741         * support/cpp2/auto-host_vc_in.h: fixed compilation with Borland C
9742         * src/mcs51/mcs51a.dsp: corrected misspelled project name from msc51a to mcs51a
9743         * src/avr/Makefile.bcc, src/ds390/Makefile.bcc, src/izt/Makefile.bcc,
9744         src/mcs51/Makefile.bcc, src/pic16/Makefile.bcc, src/xa51/Makefile.bcc,
9745         src/z80/Makefile.bcc: delete $(LIB) only if exist
9746         * src/Makefile.bcc, src/pic/Makefile.bcc:  fixed compilation with Borland C
9747
9748 2003-02-02  Bernhard Held <bernhard AT bernhardheld.de>
9749
9750         * device/include/malloc.h: introduced NULL
9751         * device/include/string.h: introduced NULL
9752         * device/include/stdlib.h: introduced NULL
9753         * device/lib/_memcpy.c: removed NULL
9754         * device/lib/_strcat.c: removed NULL
9755         * device/lib/_strchr.c: removed NULL
9756         * device/lib/_strcmp.c: removed NULL
9757         * device/lib/_strcpy.c: removed NULL
9758         * device/lib/_strcspn.c: removed NULL
9759         * device/lib/_strlen.c: removed NULL
9760         * device/lib/_strncat.c: removed NULL
9761         * device/lib/_strncmp.c: removed NULL
9762         * device/lib/_strncpy.c: removed NULL
9763         * device/lib/_strpbrk.c: removed NULL
9764         * device/lib/_strrchr.c: removed NULL
9765         * device/lib/_strspn.c: removed NULL
9766         * device/lib/_strstr.c: removed NULL
9767         * device/lib/_strtok.c: removed NULL
9768         * device/lib/malloc.c: removed NULL, include own header
9769
9770 2003-02-02    <johan AT balder>
9771
9772         * 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
9773         * support/regression/fwk/lib/testfwk.c: div and mod isn't broken anymore
9774         * regressions ds390/spec.mk and mcs51/spec.mk (timeout): my good old balder isn't fast enough for some tests
9775         * src/z80/gen.c (genZ80Code): added c-lines in asm comments
9776         * as/z80/asm.h (NINPUT): increased for long c-comments in regression tests
9777         * src/z80/gen.c (genRightShiftLiteral): fixed the (char)(-3)>>8 (I think)
9778
9779 2003-02-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9780
9781         * src/SDCCmain.c: Fixed bug 678574: "ds390: ASlink-Error-Stack overlaps
9782         area 'DATA'"
9783
9784 2003-02-01    <johan AT balder>
9785
9786         * src/SDCCval.c (valBitwise): fixed Karl's "2 | (1<<8)"
9787
9788 2003-01-31    <johan AT CP255758-A>
9789
9790         * src/ds390/main.c (_ds390_genAssemblerPreamble): applied Jan Rejlek's >64K startup patch
9791
9792 2003-01-30    <johan AT balder>
9793
9794         * src/SDCCBBlock.c: automatic bug detection
9795         * src/SDCCicode.c: automatic bug detection
9796
9797 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9798
9799         * src/SDCCglobl.h:   now --xram-size 0 works
9800         * src/SDCCmain.c:    now --xram-size 0 works
9801
9802 2003-01-29    <johan AT balder>
9803
9804         * src/almosteverything: changed OP_DEFS and OP_USES from macros to functions to catch symbol abuse (a hot topic in the bug list :)
9805
9806 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9807
9808         * as/mcs51/aslink.h: Added options --xram-size and --code-size
9809         * as/mcs51/lkdata.c: Added options --xram-size and --code-size
9810         * as/mcs51/lkmain.c: Added options --xram-size and --code-size
9811         * as/mcs51/lkmem.c:  Added options --xram-size and --code-size
9812         * src/SDCCglobl.h:   Added options --xram-size and --code-size
9813         * src/SDCCmain.c:    Added options --xram-size and --code-size
9814
9815 2003-01-28  Bernhard Held <bernhard AT bernhardheld.de>
9816
9817         * src/ds390/gen.c: fix deps by replacing <common.h> with "common.h"
9818         * src/SDCC.lex: rename P_OVERLAY to P_OVERLAY_ for cross-gcc 3.2 MINGW32
9819
9820 2003-01-27    <johan AT balder>
9821
9822         * src/SDCC.y: fixed bug #613764
9823
9824 2003-01-26    <johan AT balder>
9825
9826         * src/SDCClrange.c:  fixed Bernhard's "char * code ptr = &c"
9827         * src/SDCCsymt.h: fixed bug #673374
9828         * src/SDCCglue.c: fixed bug #661910
9829         * src/SDCCast.c: fixed bug #458099 and 673374
9830
9831 2003-01-26  Bernhard Held <bernhard AT bernhardheld.de>
9832
9833         * as/mcs51/strcmpi.c: added, provides Aurelien Jarno's as_strcmpi(); strcmpi() is not ANSI
9834         * as/mcs51/strcmpi.h: added
9835         * as/mcs51/asm.h: remove ugly "#define strcmpi strcmp"
9836         * as/mcs51/aslink.h: remove ugly "#define strcmpi strcmp"
9837         * as/mcs51/asmain.c: strcmpi -> as_strcmpi
9838         * as/mcs51/assym.c: strcmpi -> as_strcmpi
9839         * as/mcs51/lkmem.c: strcmpi -> as_strcmpi
9840         * as/mcs51/lknoice.c: strcmpi -> as_strcmpi
9841         * as/mcs51/lksym.c: strcmpi -> as_strcmpi
9842         * as/mcs51/Makefile.aslink: new module strcmpi
9843         * as/mcs51/Makefile.asx8051: new module strcmpi
9844         * as/mcs51/Makefil.bcc: new module strcmpi
9845         * as/mcs51/Makefile.in: new module strcmpi
9846         * sim/ucsim/s51.src/uc390.cc (get_mem_size): make RAM big enough for tinibios
9847
9848 2003-01-26    <johan AT balder>
9849
9850         * src/SDCCglue.c: reverted back to 1.124
9851         * src/SDCCast.c: reverted back to 1.156
9852         * src/mcs51/gen.c (aopGet): applied Frieder's efficiency patch
9853
9854 2003-01-25    <johan AT balder>
9855
9856         * src/SDCCglue.c: A better fix for bug #661910
9857         * src/SDCCast.c: A better fix for bug #661910
9858         * src/SDCCglue.c (emitRegularMap): That was a little too efficient
9859
9860 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
9861
9862         * src/Makefile.in: remove spawn.o
9863         * src/SDCCmain.c: remove spawn.h
9864         * src/SDCCmain.c (printVersionInfo): report MINGW32 instead of UNIX
9865         * src/spawn.c: removed
9866         * src/spawn.h: removed
9867         * support/regression/ports/ds390/spec.mk: link with -r
9868
9869 2003-01-24    <johan AT CP255758-A>
9870
9871         * src/ds390/gen.c (aopOp): fixed bug #667458
9872         * src/SDCCglue.c (emitRegularMap): fixed bug #458099 again
9873         * src/SDCCast.c (createIvalCharPtr): fixed bug #661910
9874         (createIvalCharPtr): an ival doesn't always have a storage class anymore
9875
9876 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
9877
9878         * src/mcs51/peeph.def: better assembler identation by Frieder
9879         * src/mcs51/gen.c: better assembler identation by Frieder
9880
9881 2003-01-22  Bernhard Held <bernhard AT bernhardheld.de>
9882
9883         * as/z80/string.h: removed for gcc 3.2
9884         * support/makebin/makebin.c: #include <string.h> for gcc 3.2
9885         * src/pic/pcode.c (get_op_from_instruction): fix concatenation of string literals with __FUNCTION__ for gcc 3.2
9886
9887 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
9888
9889         * src/SDCCmain.c (linkEdit): rename mem and map files even in case of failure
9890         * src/SDCCpeeph.c (replaceRule): fix bug #663503
9891         * support/regression/Makefile: separate temp files for ports
9892         * support/regression/generate-cases.py: separate temp files for ports
9893         * src/mcs51/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
9894         * src/ds390/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
9895
9896 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
9897
9898         * moved tinitalk to device/examples/ds390
9899
9900 2003-01-14  Bernhard Held <bernhard AT bernhardheld.de>
9901
9902         * as/mcs51/lkmem.c: rflag is for DS390
9903         * src/SDCCglobl.h: removed out_name and options stackOnData, genericPtr
9904         * src/SDCCmain.c (optionsTable, setDefaultOptions): removed --stack-after-data and --generic
9905                          (linkEdit): move mem- and map-files the same way as ihx-files
9906         * src/z80/main.c (_setDefaultOptions): removed --generic
9907         * src/SDCCmain.c (_processC1Arg, parseCmdLine, main): --c1mode works again
9908         * src/SDCCglue.c (createInterruptVect, glue): --c1mode works again
9909         * src/pic/glue.c (picglue): --c1mode works again
9910         * src/pic16/glue.c (pic16glue): --c1mode works again
9911         * src/asm.c (printCLine): fix #660034
9912
9913 2003-01-13  Bernhard Held <bernhard AT bernhardheld.de>
9914
9915         * src/ds390/peeph.def: fix #123; add 14 rules by Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>, 1 by Frieder
9916         * src/mcs51/peeph.def: fix #123; add 14 rules by Fiorenzo, 1 by Frieder
9917         * src/mcs51/gen.c (genFunction): emit r0 instead of ar0 by Fiorenzo
9918         * as/mcs51/lkmem (summary): better fix for sp problem
9919         * src/SDCCglue.c (glue): __start_stack - 1, saves 1 byte!
9920         * src/ds390/main.c (_ds390_finaliseOptions, _tininative_finaliseOptions): stack_loc = 0x400008
9921         * support/regression/ports/*/spec.mk: moving testfwk-object to port dir allow parallel execution of regression tests
9922                                               remove --stack-after-data
9923
9924 2003-01-12  Bernhard Held <bernhard AT bernhardheld.de>
9925
9926         * src/SDCCmain.c (main): port->finaliseOptions() moved for z80 linking
9927         * src/SDCCutil.c (join): ugly bug: missing '\0'
9928         * as/mcs51/lkmem.c (summary): sp on address 7 is safe
9929
9930 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
9931
9932         * src/SDCCmain.c (assemble, linkEdit): preparations for -o
9933         * src/port.h: typo
9934         * src/pic/main.c (_asmCmd): gpasm supports -o
9935         * src/z80/main.c: more general macros
9936         * device/lib/Makefile.in: remove intermediate files
9937
9938 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
9939
9940         * .version: Bumped version number to 2.3.3
9941         * src/SDCCBBlock.c: new option -o
9942         * src/SDCCglobl.h: new option -o
9943         * src/SDCCglue.c: new option -o
9944         * src/SDCCmain.c: new option -o
9945         * src/asm.c: new option -o
9946         * src/ds390/main.c: new option -o
9947         * src/pic/glue.c: new option -o
9948         * src/pic/pcode.c: new option -o
9949         * src/pic/ralloc.c: new option -o
9950         * src/pic16/glue.c: new option -o
9951         * src/pic16/pcode.c: new option -o
9952         * src/pic16/ralloc.c: new option -o
9953         * src/z80/main.c: new option -o
9954         * device/lib/Makefile.in: use -o
9955         * support/regression/ports/ds390/spec.mk: use -o
9956         * support/regression/ports/gbz80/spec.mk: use -o
9957         * support/regression/ports/mcs51/spec.mk: use -o
9958         * support/regression/ports/mcs51-stack-auto/spec.mk: use -o
9959         * support/regression/ports/z80/spec.mk: use -o
9960         * support/regression/ports/ucz80/spec.mk: use -o
9961         * support/regression/ports/xa51/spec.mk: use -o
9962         * support/regression/fwk/lib/timeout.c: fix usage string
9963
9964 2003-01-09  Bernhard Held <bernhard AT bernhardheld.de>
9965         * src/mcs51/gen.c (genPlus): replaced "mov b,acc" by "mov b,a" Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>
9966
9967 2003-01-07    <johan AT balder>
9968
9969         * src/SDCCast.c (decorateType): fixed bug #600035
9970
9971 2003-01-07  Bernhard Held <bernhard AT bernhardheld.de>
9972         * as/mcs51/lkmem.c: added several l-modifiers to printf to remove warnings
9973         * as/mcs51/lkaomf51.c: #include <ctype.h> to remove warnings
9974         * src/pic/main.c (_hasNativeMulFor): outcommented unused variables to remove warnings
9975         * src/pic/pcode.c: outcommented unused variable to remove warnings
9976         * src/pic/ralloc.c: outcommented unused variable to remove warnings
9977
9978 2003-01-06    <karl AT turbobit.com>
9979         * sim/ucsim/cmd.src/command.cc: fixed so "break xram r 0x7654" works again in
9980    regression tests.
9981
9982 2003-01-06    <johan AT balder>
9983
9984         * src/SDCCicode.c: fixed array add
9985
9986 2002-01-05  Bernhard Held <bernhard AT bernhardheld.de>
9987         * src/SDCCmacro.c: MAX_STRING_LENGTH increased to 2048; was too small for regression tests
9988         * support/regression/ports/host/support.c: #include <stdarg.h> for gcc 3.2
9989
9990 2003-01-04    <johan AT balder>
9991
9992         * src/SDCCval.c (getNelements): fixed the initialized array of structures
9993
9994 2002-12-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9995         * as/mcs51/Makefile.bcc: fixed typo lkomf51.o -> lkaomf51.o
9996
9997 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
9998         * src/mcs51/peeph.def: added rules 234 and 235 from Frieder Ferlemann <frieder.ferlemann AT web.de>
9999         * support/regression/tests/bug-524697.c: fit mem usage into 8032
10000
10001 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
10002         * src/mcs51/gen.c (aopGetUsesAcc): inserted missing "return FALSE"
10003
10004 2002-12-27  Bernhard Held <bernhard AT bernhardheld.de>
10005         * as/mcs51/Makefile.in: fixed typo lkomf51.o -> lkaomf51.o
10006
10007 2002-12-26  Bernhard Held <bernhard AT bernhardheld.de>
10008         * src/mcs51/main.c: removed {bindir}{sep} from aslink
10009
10010 2002-12-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10011
10012     * in \sdcc\as\mcs51\ changed these files in order to create an
10013     aomf51 file: aslink.h, lkdta.c, lklex.c, lklibr.c, lklist.c,
10014     lkmain.c.  Also added: lkmem.c and lkaomf51.c.  Changed the
10015     following files to include the previous two files: aslink.dsp,
10016     Makefile.aslink, Makefile.bcc, and Makefile.in.
10017
10018     * Changed \sdcc\src\SDCCmain.c so it creates files with extension
10019     .adb instead of .cdb
10020
10021 2002-11-09  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10022
10023         * \sdcc\as\mcs51\lklist.c: Now reports memory usage using the
10024         value from option --iram-size.
10025
10026 2002-09-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10027
10028         * \sdcc\as\mcs51\lklist.c: added boundary check before using
10029         dram[] array.
10030
10031 2002-09-18    <wiml AT hhhh.org>
10032
10033         * SDCClrange.h: exposed setFromRange() and setToRange()
10034         * mcs51/ralloc.c: fixed over-eager packRegsForSupport() and
10035           packRegsForAccUse() (bug 542397)
10036         * mcs51/gen.c: MOVA() is now a function to avoid calling aopGet()
10037           multiple times and emitting the fetch operations more than once
10038           added aopGetUsesAcc() function to allow binary operators to
10039           fetch their operands in the correct order; made genMinus() emit
10040           compact code for X = LITERAL - Y
10041
10042 2002-09-00  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10043         * \sdcc\as\mcs51\lklist.c: Fixed incorrect number of parameters to
10044         sprintf() in line 1267.
10045
10046 2002-09-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10047         * \sdcc\src\SDCCglue.c: Generate areas REG_BANK_[0-3] only for 8051
10048         like ports.
10049
10050 2002-09-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10051         Changes to aslink (All the changes are marked with 'JCF'):
10052
10053         * \sdcc\as\mcs51\aslink.h: External definition of sflag and
10054         summary().
10055
10056         * \sdcc\as\mcs51\lkarea.c: Computes the size of area BSEG_BYTES from
10057         area BSEG.  Also moves, if possible, the DATA area down into the internal
10058         ram so more space is available.
10059
10060         * \sdcc\as\mcs51\lkdata.c: Definition of memory summary output flag
10061         sflag.
10062
10063         * \sdcc\as\mcs51\lklist.c: For the BSEG area report the size in bits,
10064         not bytes.  Function summary() which creates a memory usage summary
10065         file with extension .mem.  Reports of overlaping stack and small stack
10066         size.  If the space for the stack is less than 16 bytes aslink trows a
10067         warning.
10068
10069         * \sdcc\as\mcs51\lkmain.c: Creation of some of the default areas for
10070         the 8051.  Option 'y' for memory summary output file.
10071
10072         Changes to sdcc (All the changes are marked with 'JCF'):
10073
10074         * \sdcc\src\SDCCglobl.h: External definition of RegBankUsed[4].
10075
10076         * \sdcc\src\SDCCglue.c:  If a register bank is used, creates an
10077         overlaying area for it (uses RegBankUsed[4]).
10078
10079         * \sdcc\src\SDCCmain.c: Definition RegBankUsed[4]; marks register
10080         bank zero as used by default.  By default aslink locates the stack
10081         (equivalent to --stack-after-data).  Pass option 'y' to aslink for
10082         the creation of the .mem file.  Delegates the allocation of data area
10083         to aslink (it is not longer 0x30 by default).  If --stack-loc passes
10084         the begining of the stack area to aslink.
10085
10086         * \sdcc\src\SDCCmem.c:  If a register bank is used, marks it so
10087         glue() in SDCCglue.c creates an area for it.
10088
10089 2002-09-03  Borut Razem <borut.razem AT siol.net>
10090         * sdcc/src/SDCCglue.c, sdcc/src/SDCCglue.h, sdcc/src/SDCCmain.c,
10091         sdcc/src/pic/glue.c:
10092         introduced atexit() handler for teporay files removal in case of
10093         errors, assertions, ...
10094
10095 2002-08-29  Borut Razem <borut.razem AT siol.net>
10096         * sdcc/support/cpp2/auto-host_vc_in.h:
10097         re-definition of O_BINARY and other O_XXX as _O_BINARY and _O_XXX, so the problem
10098         with the returned value from read() in sdcc/support/cpp2/cppfiles.c is solved for MSC.
10099         Maybe there is a similar problem with BORLANDC? It should be checked!
10100
10101         * sdcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c, sdcc/src/z80/ralloc.c:
10102         corrected improper use of assert: the assignment to clr variable was done inside the assert.
10103         In case that NDEBUG was defined, the assert macro was substituted with no-op, so the assignment
10104         was not executed, and the compiler (cl) launched a warning:
10105         ralloc.c(1442) : warning C4700: local variable 'clr' used without having been initialized
10106
10107 2002-08-28  Bernhard Held <bernhard AT bernhardheld.de>
10108         * src/SDCCglue.c (printIvalArray): iterative calculation of array length
10109
10110 2002-08-28  Jesus Calvino-Fraga and Borut Razem <borut.razem AT siol.net>
10111         * sdcc/sdcc.dsw: added sdcpp, sdcppa, yacc, conf projects
10112
10113         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
10114           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp,
10115           sdcc/src/xa51/xa51.dsp, sdcc/src/avr/avra.dsp,
10116           sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
10117           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp,
10118           sdcc/src/xa51/xa51a.dsp, sdcc/as/as_z80.dsp,
10119           sdcc/as/aslink.dsp, sdcc/as/asx8051.dsp, sdcc/packihx/packihx.dsp:
10120         - added Release configuration in VS projects
10121         - review of compiler an linker options
10122         - VC .exe files are generated in bin_vc directory, not to interfere
10123           with binaries generated from other projects (cygwin, mingw, bcc ...)
10124
10125         * sdcc/src/yacc.dsp: added
10126
10127         * sdcc/config.dsp, sdcc/configure_vc.awk, sdcc/sdcc_vc_in.h:
10128         added - genarate sdcc_vc.h using sdcc_vc_in.h as template
10129         and insert the version number definitions from .version
10130
10131         * sdcc/support/cpp2/sdcpp.dsp: added - VC project for sdcpp
10132
10133         * sdcc/support/cpp2/sdcppa.dsp, sdcc/support/cpp2/auto-host_vc_in.h:
10134         added - genarate auto-host.h using auto-host_vc_in.h as template
10135
10136         * sdcc/sdcc_vc.h,
10137         removed from CVS, generated automatically
10138
10139 2002-08-25  Bernhard Held <bernhard AT bernhardheld.de>
10140         * support/scripts/inc2h.pl: use gputils or gpasm (from Nathan Hurst)
10141
10142 2002-08-11  Borut Razem <borut.razem AT siol.net>
10143         * support/Util/NewAlloc.c: removed unneeded #include "sdccconf.h" (suggested by Jesus Calvino-Fraga)
10144
10145 2002-08-10  Borut Razem <borut.razem AT siol.net>
10146         * src/SDCCmain.c (main):
10147         file preOutName was unlinked before closed. This seems to be OK on UNIX and cygwin
10148         platforms, but it doesn't work with Visual Studio: the opened file can not be removed.
10149         The consequence was that some temporary files were not removed.
10150
10151         * src/SDCCglue.c:
10152         unification of code in functions tempfilename() and tempfile():
10153         function tempnam() is defined in Visual Studio 6.0 and .NET
10154
10155         * sdcc/sdcc.dsw: removed project sdcpp, added project xa51a
10156
10157         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
10158           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp:
10159         - removed compiler command line option /WX: Treats all warnings as errors
10160         - update a list of source files, included into the project
10161
10162         * sdcc/src/avr/avra.dsp, sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
10163           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp:
10164         changed project type to Generic Project so that can be correcly converted to VS.NET project
10165
10166         * sdcc/as/mcs51/asm.h: definition of PATH_MAX for MSC
10167
10168         * sdcc/src/SDCCast.c: solved MSC error in function decorateType()
10169
10170         * sdcc/src/SDCC.y: added missing ending ';' to rules to get rid of bison warnings
10171
10172         * dcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c:
10173         added return 0 statements after assert() to make compiler happy
10174
10175         * sdcc/src/xa51/peeph.rul, sdcc/src/xa51/peeph.def, sdcc/src/z80/ralloc.c:
10176         added newline in the def file to keep MSC compiler satisfied
10177
10178         * sdcc/src/z80/gen.c:
10179         - function strcasecmp() is not defined in MSC (and probably also in BORLANDC),
10180           so it is replaced with STRCASECMP, which is defined as stricmp in case of MSC and BORLANDC
10181         - solved MSC error in function aopDump()
10182
10183         * sdcc_vc.h: define PREFIX as "\\sdcc"
10184
10185 2002-07-18  Bernhard Held <bernhard AT bernhardheld.de>
10186         * src/SDCCast.c (decorateType): fixed access to array of structures http://sourceforge.net/mailarchive/forum.php?thread_id=902690&forum_id=4107
10187
10188 2002-06-22  Scott Dattalo <scott AT dattalo.com>
10189         * src/pic/*: Numerous bug fixes. Flow analysis has been enhanced.
10190         - Rewrote the register banking algorithm.
10191         - Added pCode live-range analysis to registers (for now, only non-used and
10192         singly-used registers optimized away)
10193
10194         * src/pic/pcoderegs.[ch]: Added new files for pCode live-range analysis
10195
10196         * 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.
10197
10198 2002-05-10  Scott Dattalo <scott AT dattalo.com>
10199         * src/pic/*: Added support for multiplication. Fixed many,many bugs.
10200
10201 2002-04-22  Michael Hope  <michaelh AT vroom>
10202
10203         * device/lib/z80/printf.c: Changed emitter to volatile to work around a pcall bug.
10204
10205         * configure.in (DD_COPT): Added include support required for gbdk.
10206
10207         * .version: Bumped version number just to increase it.
10208
10209         * src/SDCCmain.c: Added -nostdinc to the default options.
10210
10211 2002-04-15  Michael Hope  <michaelh AT vroom>
10212
10213         * device/lib/z80/printf.c (sprintf): Added.
10214
10215         * src/z80/ralloc.c (packRegisters): Disabled pack HL use for GB as it's broken.
10216
10217         * src/z80/peeph.def: Added transpose redundent load rule.
10218
10219         * src/z80/main.c: Added force callee saves for jaune.
10220
10221         * src/port.h: Removed the i186 and tlcs-900h ports as they weren't being being developed.
10222
10223         * src/SDCCmain.c: Pulled the options definition out so that you can add port specific options without changing the main file.
10224
10225 2002-03-28  Johan Knol  <johan AT balder>
10226
10227         * src/SDCCval.c: fixed bug #532436
10228
10229 2002-03-14  Scott Dattalo <scott AT dattalo.com>
10230         * /src/port.h:
10231         Added "char *Processor" field to the port structure.
10232
10233         * /src/SDCCmain.c:
10234         Added -p option. Allows port dependent processor to be specified.
10235
10236         * all ports:
10237         Initialized the new field char *Processor field to NULL in all ports
10238
10239         * /src/pic/*:
10240         Compiler generated registers for interrupt context saving
10241         were not getting allocated.
10242
10243 2002-03-16  Sandeep Dutta  <sandeep AT ddi.com>
10244
10245         * /src/SDCCast.c:
10246         Fixed left shift. Will promote the left side of a left shift
10247         if a) left shifting more than size of operand or b) when assigned
10248         to something size > size of left side
10249
10250 2002-03-14  Scott Dattalo <scott AT dattalo.com>
10251         * src/pic/*
10252         tons of changes. Register allocation has been
10253         rewritten. Added customization for the various PICs. Flow
10254         analysis is restructured. ...
10255
10256         * src/pic/device.h:
10257         Added
10258
10259         * src/pic/device.c:
10260         Added. device.c is a PIC port hack to accomodate variations
10261         in PIC devices.
10262
10263 2002-03-13  Michael Hope  <michaelh AT vroom>
10264
10265         * src/z80/gen.c (genGenPointerGet): Fixed a bug where a pointer in HL is dereferenced into HL but HL is not spilled.  Yeah.
10266
10267 2002-03-04  johanknol  <johanknol AT manik>
10268
10269         * /src/SDCCval.c: fixed
10270
10271         const unsigned char arr[][2] = { { 0, 1 } };
10272         t18.c:1: error: Initializer element is not constant
10273
10274 2002-03-04  bela  <bela AT manik>
10275
10276         * /device/include/mcs51reg.h:
10277         ds89c420 register definition update
10278
10279 2002-03-03    <johan AT FRIJA>
10280
10281         * support/Util/SDCCerr.c: did something, but don't no why anymore
10282
10283         * support/regression/tests/bug-524691.c: made it a little less shy
10284
10285         * src/SDCCast.c (decorateType): fixed bug #524697
10286
10287         * src/SDCCast.c: made some lineno improvements
10288
10289         * src/SDCCval.c (getNelements): changed warning to error
10290
10291         * src/SDCCglue.c (printIvalArray): changed warning to error
10292
10293         * src/SDCCicode.c: fixed a warning for mingw
10294
10295         * src/SDCCast.c (decorateType): fixed the << promotion for ops
10296
10297         * src/SDCCicode.c (geniCodeDivision): divide is shift only for unsigned (bug #524685)
10298
10299 2002-03-02  Sandeep Dutta  <sandeep AT ddi.com>
10300
10301         * src/ds390/peeph.def:
10302         Added some more peephole rules
10303
10304         * src/ds390/gen.c: Various fixes & enhancements
10305
10306         * src/SDCClrange.c, src/SDCClrange.h:
10307         functions "alldefsoutofrange" and "notusedinblock" moved to SDCClrange.c
10308
10309         * src/ds390/ralloc.c:
10310         various fixes & enhancements (ds390) specific
10311
10312         * src/avr/ralloc.c, src/mcs51/ralloc.c, src/pic/ralloc.c, src/xa51/ralloc.c, src/z80/ralloc.c:
10313         Functions "allDefsOutOfRange" & "notUsedinBlock" moved to SDCClrange.c
10314         from rallocs.
10315
10316         * sdcc/src/SDCCcse.c: Better fix for bug # 514308
10317
10318 2002-03-02    <johan AT FRIJA>
10319
10320         * src/SDCCast.c (decorateType): fixed bug #524708
10321
10322         * src/SDCCval.c (floatFromVal): fixed the literal void (whatever that may be)
10323
10324         * src/SDCCicode.c (geniCodePtrPtrSubtract): fixed bug #524691
10325
10326 2002-03-01  Michael Hope  <michaelh AT vroom>
10327
10328         * src/SDCCsymt.c (initCSupport): Removed managling of support function names.
10329
10330         * src/z80/ralloc.c (packRegsForIYUse): Fixed fp bug where four byte operands were packed into IY.
10331
10332 2002-03-01    <johan AT FRIJA>
10333
10334         * src/SDCCglue.c (printIvalPtr): fixed bug #524211
10335
10336         * src/SDCCast.c (decorateType): fixed bug #524209
10337
10338         * src/SDCCval.c (valNot): fixed bug #524195
10339
10340 2002-02-26    <johan AT balder>
10341
10342         * src/xa51/gen.c: fixed a warning
10343
10344         * src/SDCCglue.c (printIvalFuncPtr): fixed bug #522534
10345
10346         * src/SDCCast.c (decorateType): fixed bug #522534
10347
10348 2002-02-23    <johan AT balder>
10349
10350         * src/SDCCdflow.c (computeDataFlow): fixed bug #460088
10351
10352 2002-02-22    <johan AT balder>
10353
10354         * src/SDCCast.c: fixed bug #514865
10355
10356         * src/SDCCy.c ("SDCC.y"): fixed bug #516625
10357
10358 2002-02-21  Sandeep Dutta  <sandeep AT ddi.com>
10359
10360         * sdcc/src/SDCCloop.c:
10361         Previous fix was not good. basic blocks that have "break" or "return" are
10362         not really partof a loop , but live ranges used in these blocks should
10363         be live thru the entire loop, so set partOfLoop but don't add them to
10364         loop region
10365
10366 2002-02-21    <johan AT FRIJA>
10367
10368         * src/SDCCcse.c: fixed bug #514308
10369
10370 2002-02-20  Sandeep Dutta  <sandeep AT ddi.com>
10371
10372         * src/SDCCloop.c:
10373         Fixed BUG #519583. If a conditional block ended in a return/break
10374         statement inside a loop, it was not being considered part of the loop.
10375
10376         * src/SDCCcflow.c: Removed fix (Fixed in SDCCloop.c)
10377
10378 2002-02-10  Karl Bongers <karl AT turbobit.com>
10379
10380         * debugger/*:
10381         Fixed up SDCDB debugger somewhat.  Updated debugger/README
10382         with lots of comments and notes.
10383
10384         * device/examples/test2.c:
10385         Fix bug, "red" variable not being initialized(compiler complained).
10386
10387         * device/examples/Makefile, examples/test3.c:
10388         Add Makefile in device/examples folder, compiles test3.c
10389         for use as a multiple module SDCDB test case.
10390
10391         * sim/ucsim/cmd.src/cmdset.cc:
10392         Took out debug printfs in ucsim "next" command.
10393
10394         * sim/ucsim/xa.src:
10395         Karl and Johan start ucsim XA support.  Most dissassembly working,
10396         about 75% emulation done(plenty of work remaining).
10397
10398         * sim/ucsim/z80.src:
10399         Add Z80 support to ucsim, add test-ucz80 regression test,
10400         notice ucsim/z80 emulation fails on examples/test3.c/itoa code.
10401         Notice z80 compiler fails on examples/test3.c/crc code.
10402
10403 2002-01-30  Sandeep Dutta  <sandeep AT ddi.com>
10404
10405         * src/mcs51/gen.c, src/mcs51/main.c, src/mcs51/ralloc.c:
10406         Added support for --parms-in-bank1
10407
10408         * src/ds390/peeph.def:
10409         added a few more peephole optimzations
10410
10411         * src/ds390/main.c:
10412         1) added __builtin_inp & __builtin_outp used to read in data of given length
10413            from a memory mapped port
10414         2) added __builtin_memcmp
10415         3) added __builtin_swapw swap bytes of a short
10416
10417         * src/ds390/gen.c, src/ds390/gen.h, src/ds390/ralloc.c:
10418         1) handle multiple send & receives from register bank1
10419         2) ralloc can now allocate DPTR1 to some liveRanges
10420
10421         * src/SDCCsymt.c, src/SDCCsymt.h:
10422         changes to handle multiple sends & receives
10423
10424         * src/SDCCptropt.h:
10425         added some pointer arithmetic optimization
10426
10427         * src/SDCCptropt.c:
10428         added some pointer arithmetic optimizations but not stable yet so not
10429         called from anywhere (will get this working shortly)
10430
10431         * src/SDCCopt.c: fixed for multiple sends & receives
10432
10433         * src/SDCCmain.c:
10434         1) added options --parms-in-bank1 (ds390/mcs51) & --protect-sp-update
10435         2) preprocessing done AFTER port->finalizeoptions . This allows ports to
10436            set preprocessor defines (depending on options)
10437
10438         * src/SDCCicode.c, src/SDCCicode.h:
10439         changes made to handle multiple sends & receives
10440
10441         * src/SDCCglobl.h:
10442         Added options --protect-sp-update (ds390) and --parms-in-bank1 (ds390/mcs51)
10443
10444         * src/SDCCcse.c, src/SDCCcse.h:
10445         added function findbackward def (to be used in upcoming optimization)
10446
10447         * src/SDCCcflow.c, src/SDCCcflow.h:
10448         added function returnAtEnd - to determine if a basic block terminates with
10449         a RETURN iCode
10450
10451         * src/SDCCast.c, src/SDCCast.h:
10452         added option parms-in-bank1
10453
10454         * device/lib/_divsint.c, device/lib/_divslong.c, device/lib/_divuint.c
10455         * device/lib/_divulong.c, device/lib/_modsint.c, device/lib/_modslong.c
10456         * device/lib/_modulong.c, device/lib/_mulint.c, device/lib/_mullong.c:
10457         adjusted for --parms-in-bank1 option
10458
10459         * device/include/string.h:
10460         donot redefine "reentrant" keyword
10461
10462         * device/include/ds80c390.h: Added some more SFRs
10463
10464 2002-01-28  Bernhard Held  <bernhard AT bernhardheld.de>
10465
10466         * sim/ucsim: Merged branch ucsim-034-pre3 to main trunk; new version 0.4
10467
10468 2002-01-26  Bernhard Held  <bernhard AT bernhardheld.de>
10469
10470         * src/SDCCast.c (funcOfType): fix usage of double --float-reent
10471
10472 2002-01-22  Bernhard Held  <bernhard AT bernhardheld.de>
10473
10474         * support/regression/fwk/lib/testfwk.c (main): Removed workaround for bug #505387
10475
10476 2002-01-18  Paul Stoffregen  <paul AT pjrc.com>
10477
10478         * Added --xram-movc option
10479
10480 2002-01-13  Bernhard Held  <bernhard AT bernhardheld.de>
10481
10482         * support/regression/Makefile: don't include test-mcs51-stack-auto in target all
10483
10484 2002-01-11  Johan Knol
10485
10486         * Added math lib of Jesus Calvino-Fraga
10487
10488 2002-01-08  Bernhard Held  <bernhard AT bernhardheld.de>
10489
10490         * src/SDCCmain.c (processFile): fix processing of ../../src.c
10491         * support/regression/Makefile: new target test-mcs51-stack-auto
10492         * support/regression/ports/mcs51-stack-auto/spec.mk: added
10493
10494 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
10495
10496         * src/SDCCglue.h: printIvalCharPtr(), not printIvalChar()
10497
10498 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
10499
10500         * support/regression/ports/mcs51/support.c: correct setup of timer / UART
10501
10502 2002-01-03  Bernhard Held  <bernhard AT bernhardheld.de>
10503
10504         * src/SDCCsymt.c (processFuncArgs): fix #498307 by Johan
10505
10506         * src/SDCCglue.h: add definition for printIvalChar()
10507
10508 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
10509
10510         * src/SDCCast.c: fix #498138 by Johan
10511
10512         * src/SDCCglue.c: fix #498138 by Johan
10513
10514 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
10515
10516         * support/regression/Makefile: fix clean
10517
10518         * support/regression/ports/ds390/support.c: fix transmission of last character
10519
10520 2001-12-29  Sandeep Dutta  <sandeep AT ddi.com>
10521
10522         * /sdcc/src/ds390/gen.c:
10523         a) improved computing address of stack variable
10524         b) took out some #if 0 code
10525         c) improved parmBytes adjustment
10526         d) improved genPlusIncr & genMinusIncr
10527         e) genCmp could generate bad code (when left assigned to DPTR)
10528         f) Fixed bug in hasInc
10529
10530         * /sdcc/src/ds390/ralloc.c:
10531         a) packRegsForSupport could mess up live information (Fixed)
10532         b) packRegsDPTRuse could be incorrect for left & right shift
10533
10534         * /sdcc/src/mcs51/ralloc.c:
10535         packRegsForSupport could mess up the live information (Fixed)
10536
10537         * /sdcc/src/mcs51/gen.c: Fixed a bug in hasInc
10538
10539         * /sdcc/src/SDCCast.c:
10540         can reverse a loop even if function call is present as long
10541         as the loop control variable is local & is not passed as parameter
10542
10543 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
10544
10545         * /sdcc/ChangeLog: *** empty log message ***
10546
10547         * /sdcc/src/ds390/gen.c, /sdcc/src/ds390/main.c:
10548         More builtin function additions for TININative
10549
10550         * /sdcc/src/ds390/ralloc.c:
10551         Had broken the regression testsuite
10552
10553         * /sdcc/src/SDCCast.c: Fixed a bug in dumptree
10554
10555         * /sdcc/src/SDCCsymt.c, /sdcc/src/SDCCsymt.h:
10556         Added funcattr hasStackParms will be set for reentrant functions when there
10557         are paramteres on the stack, this helps in minimizing frame pointer generation
10558         typeFromStr can handle function pointers now
10559
10560         * /sdcc/doc/builtins.txt, /sdcc/doc/TININative.txt:
10561         *** empty log message ***
10562
10563 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
10564
10565         * /src/ds390/gen.c, /src/ds390/main.c:
10566         More builtin function additions for TININative
10567
10568         * /src/ds390/ralloc.c:
10569         Had broken the regression testsuite
10570
10571         * /src/SDCCast.c: Fixed a bug in dumptree
10572
10573         * /src/SDCCsymt.c, /src/SDCCsymt.h:
10574         Added funcattr hasStackParms will be set for reentrant functions when there
10575         are paramteres on the stack, this helps in minimizing frame pointer generation
10576         typeFromStr can handle function pointers now
10577
10578         * /doc/builtins.txt, /doc/TININative.txt:
10579         *** empty log message ***
10580
10581
10582 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
10583
10584         * /src/ds390/gen.c, /src/ds390/main.c, /src/ds390/peeph.def, /src/ds390/ralloc.c:
10585         ALPHA version for -mTININative
10586
10587         * /src/izt/i186.c, /src/izt/tlcs900h.c, /src/mcs51/main.c, /src/pic/main.c, /src/z80/main.c, /src/avr/main.c:
10588         updated to reflect changes in the port structure
10589
10590         * /src/port.h:
10591         added function do_assemble (similar to do_link) if non-null this function
10592         will be called to do assembly (-mTININative) requires a multi command
10593         assembly
10594         added function genAssemblerEnd will be called to generate assembler Epilogue
10595
10596         * /src/SDCCsymt.c:
10597         added _JavaNative to debug info printing
10598
10599         * /src/SDCCmain.c: added option --tini-libid
10600         added port->do_assemble function (-mTININative) has a multi command assemble
10601
10602         * /src/SDCCglue.c: Disabled "constExpr" check
10603         added port->genAssemblerEnd function
10604
10605         * /src/SDCCglobl.h: Added option --tini-libid value
10606
10607         * /src/SDCCast.h:
10608         tookout optimizeCompare from the header (has no external references)
10609
10610         * /src/SDCCast.c: made one more function "static"
10611
10612 2001-12-23  Michael Hope  <michaelh AT juju.net.nz>
10613
10614         * src/z80/mappings.i: Added z80asm support.
10615
10616         * src/z80/main.c: Added z80asm support on --asm=z80asm
10617
10618         * src/z80/gen.c: Fixed asm portability issues.
10619
10620         * src/asm.c (tvsprintf): Removed old code, added 'N' for function name.  For extern support.
10621
10622         * src/SDCCglue.c (printExterns): Added global/extern split.
10623
10624 2001-12-17  Bernhard Held  <bernhard AT bernhardheld.de>
10625
10626         * support/regression/Makefile: added test for mcs51 model large
10627
10628         * support/regression/ports/mcs51-large/spec.mk: added test for mcs51 model large
10629
10630         * support/regression/ports/gbz80/spec.mk: added -mgbz80
10631
10632 2001-12-05  Michael Hope  <michaelh AT juju.net.nz>
10633
10634         * src/diff.1 (Index): Many, many optmisiations.  Dhrystone up to 201.
10635
10636 1904-01-06  Michael Hope  <michaelh AT juju.net.nz>
10637
10638         * src/z80/ralloc.c (packRegsForIYUse): Fixed the case where an operand is in direct space.
10639
10640         * src/z80/gen.c (makeFreePairId): Optimised IY load by using a spare pair.
10641
10642 2001-12-02  Bernhard Held  <bernhard AT bernhardheld.de>
10643
10644         * src/mcs51/gen.c (genFunction): avoid excess "inc sp"
10645
10646         * support/regression/tests/simplefloat.c: Port to mcs51.
10647
10648 2001-11-25  Michael Hope  <michaelh AT juju.net.nz>
10649         * support/regression/tests/bug-485362.c: Added.
10650
10651         * support/regression/tests/simplefloat.c (testDivNearOne): Added.
10652
10653         * src/z80/gen.c (aopOp): Fixed case where left and result are in the same spill loc and they have different sizes.
10654
10655         * src/z80/peeph.def: Added rules for optimising two byte compares on the same thing, and to optimise two ptr assign.
10656
10657         * src/z80/gen.c (aopDump): Added a dump function.
10658
10659 2001-11-25  Bernhard Held  <bernhard AT bernhardheld.de>
10660         * sim/ucsim/s51.src/glob.cc: DS390 SFRs and bits added.
10661
10662         * sim/ucsim/s51.src/port.cc: Port 4 and 5 added.
10663
10664         * sim/ucsim/s51.src/regs51.h: DS390 SFRs added.
10665
10666         * sim/ucsim/s51.src/uc390.cc: Some details improved, CKRDY works for tinibios.
10667
10668         * sim/ucsim/s51.src/uc390cl.h: Work in progress.
10669
10670         * sim/ucsim/sim.src/uccl.h: 6 ports for DS390.
10671
10672         * support/regression/fwk/lib/testfwk.c: Run with tinibios.
10673
10674         * support/regression/ports/mcs51/spec.mk: Fine tuninig.
10675
10676         * support/regression/ports/ds390/support.c: Use tinibios.
10677
10678         * support/regression/ports/ds390/spec.mk: Fine tuning, use tinibios.
10679
10680 2001-11-23  Michael Hope  <michaelh AT juju.net.nz>support/regression/tests/bug-460010.c
10681
10682         * src/z80/ralloc.c (packRegsForHLUse3): Changed to not pack into HL if anything is in direct space.
10683         (packRegsForHLUse3): Added packing support for send, cast, and return value from a call.
10684
10685         * src/z80/peeph.def: Added rules for optimising pushes of part of a pair.
10686
10687         * src/z80/gen.c (emitCall): Changed the stack fixup to not use HL.
10688
10689 2001-11-18  Michael Hope  <michaelh AT juju.net.nz>
10690
10691         * src/z80/gen.c (genCmp): Fixed compare on unsigned.
10692
10693         * src/z80/ralloc.c (packRegsForHLUse3): Created and optimised.
10694         (packRegsForIYUse): Created and optimised.
10695
10696 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
10697
10698         * support/regression/tests/float.c (testFloatAdd): Fixed up warning.
10699 2001-11-18  Bernhard Held  <bernhard AT bernhardheld.de>
10700
10701         * sdcc/support/regression/tests/bug-460010.c: fix seg violation on host
10702
10703         * sdcc/support/regression/tests/muldiv.c: fix output on mcs51
10704
10705         * sdcc/support/regression/tests/stacks.c: fix DSEG overflow on mcs51
10706
10707 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
10708
10709         * sdcc/sim/device/lib/_gptrget.c: mem region 5 (idata) added
10710
10711         * sdcc/sim/device/lib/_gptrput.c: mem region 5 (idata) added
10712
10713 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
10714
10715         * sdcc/sim/ucsim/globals.cc: New: IXRAM.
10716
10717         * sdcc/sim/ucsim/stypes.h: New: IXRAM.
10718
10719         * sdcc/sim/ucsim/s51.src/uc390.cc: New: IXRAM.
10720
10721 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
10722
10723         * src/z80/ralloc.c (packRegsForHLUse): Banned IFXs from being packed into HL.
10724         (packRegsForHLUse): Added rule to pack address of/pointer get for itemps into HL for the Z80.
10725         (packRegsForAccUse2): Added rule to pack hbit IFXs into A.
10726
10727         * src/z80/main.c (_setDefaultOptions): Made float code re-entrant by default.
10728
10729         * src/z80/gen.c (aopGetLitWordLong): Added word support for floats.
10730         (genNotFloat): Added.
10731         (genUminusFloat): Added.
10732
10733         * device/lib/z80/Makefile: Added floating pt stubs.
10734
10735         * device/lib/Makefile.in (Z80SOURCES): Added floating pt support.
10736
10737         * src/z80/gen.c (genIpush): Fixed up a push of one byte when left is in a pair.
10738
10739         * device/lib/_fsadd.c (__fsadd): Fixed up return where the numbers are hugely different.
10740
10741 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
10742
10743         * sdcc/sim/ucsim/s51.src/glob.cc: Minor fix.
10744
10745         * sdcc/sim/ucsim/s51.src/regs51.h: Minor fix.
10746
10747         * sdcc/support/regression/Makefile: Add port ds390.
10748
10749         * sdcc/support/regression/ports/mcs51/spec.mk: Minor change.
10750
10751         * sdcc/support/regression/ports/z80/spec.mk: Minor change.
10752
10753         * sdcc/support/regression/ports/ds390/spec.mk: Added.
10754
10755         * sdcc/support/regression/ports/ds390/support.c: Added.
10756
10757         * sdcc/support/regression/ports/ds390/uCsim.cmd: Added.
10758
10759         * sdcc/support/regression/ports/mcs51/timeout.c: Cut.
10760
10761         * sdcc/support/regression/fwk/lib/timeout.c: Paste.
10762
10763 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
10764
10765         * device/include/malloc.h: Added z80 and gbz80 support.
10766
10767         * device/lib/gbz80/heap.s: Added.
10768
10769         * device/lib/z80/heap.s: Added.
10770
10771         * device/lib/malloc.c: Added z80 and gbz80 support.
10772
10773         * support/regression/tests/malloc.c (testMalloc): Added.
10774
10775         * src/SDCCmain.c (parseCmdLine): Added support for -Wp.
10776
10777         * support/regression/tests/bug-478094.c: Added.
10778
10779         * src/z80/gen.c (commitPair): Fixed silly gbz80/z80 commit to static bug.
10780
10781 2001-11-04  Bernhard Held  <bernhard AT bernhardheld.de>
10782
10783         * sdcc/sim/ucsim/s51.src/uc390cl.h: Improvement for ds390 to run regression tests
10784
10785         * sdcc/sim/ucsim/s51.src/uc390.h: Improvement for ds390 to run regression tests
10786
10787         * sdcc/sim/ucsim/s51.src/regs51.h: Improvement for ds390 to run regression tests
10788
10789         * sdcc/sim/ucsim/s51.src/glob.cc: Improvement for ds390 to run regression tests
10790
10791         * sdcc/support/regression/tests/bug-460010.c: Small change for ds390
10792
10793 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
10794
10795         * src/z80/peeph-gbz80.def: Removed a bad sub optimisation.
10796
10797 2001-11-03  Michael Hope  <michaelh AT juju.net.nz>
10798
10799         * support/regression/tests/bug-477927.c: Added.
10800
10801         * src/z80/peeph.def: Added minor rules.
10802
10803         * src/z80/gen.c (genPlusIncr): Added an extra plusinc rule.
10804
10805         * src/z80/peeph.def: Added jump optimisation modification.
10806
10807 2001-11-01  Michael Hope  <michaelh AT juju.net.nz>
10808
10809         * src/SDCCmain.c (linkEdit): Added runtime path detection to the mcs51 port.
10810
10811 2001-10-30  Michael Hope  <michaelh AT juju.net.nz>
10812
10813         * support/regression/tests/funptrs.c: Added.
10814
10815 2001-10-29  Michael Hope  <michaelh AT juju.net.nz>
10816
10817         * src/z80/ralloc.c (packRegsForHLUse): Fixed up bad spill due to pushing one byte via HL.
10818
10819 2001-10-28  Michael Hope  <michaelh AT juju.net.nz>
10820
10821         * src/z80/gen.c (genArrayInit): Made it work for on stack arrays.
10822
10823         * src/z80/main.c (gbz80_port =): Added rle support to the gbz80 port.
10824
10825         * src/z80/gen.c (genMinus): Fixed for where the result is one byte.
10826         (movLeft2ResultLong): Created.
10827
10828         * src/z80/ralloc.c (packRegsForHLUse): Added a couple of simple cases for the GB.
10829         (joinPushes): Added.  Joins two char pushes into a word push.
10830
10831 2001-10-27  Michael Hope  <michaelh AT juju.net.nz>
10832
10833         * support/cpp2/Makefile.in (install): Added creation of dest dir.
10834
10835         * support/makebin/Makefile (install): Added creation of dest dir.
10836
10837 2001-10-24 Karl Bongers <karl AT turbobit.com>
10838
10839         * configure.in, configure, Makefile, support/cpp: Removed cpp folder, since we have new cpp2 preprocessor code.
10840
10841 2001-10-21  Michael Hope  <michaelh AT juju.net.nz>
10842
10843         * src/z80/ralloc.c: Turned off faulty pack for one use.
10844
10845         * src/z80/peeph-gbz80.def: Removed redundent restart options.
10846
10847         * src/z80/gen.c (genMult): Added native mul for constants on the z80 and gbz80.
10848
10849 2001-10-21  Bernhard Held  <bernhard AT bernhardheld.de>
10850
10851         * support/regression/Makefile: Improved clean
10852
10853         * support/regression/ports/gbz80/spec.mk: Added clean
10854
10855         * support/regression/ports/host/spec.mk: Added clean
10856
10857         * support/regression/ports/z80/spec.mk: Added clean
10858
10859         * support/regression/ports/mcs51/spec.mk: Added clean, little improvements
10860
10861         * support/regression/ports/mcs51/timeout.c: little improvements
10862
10863 2001-10-17  Michael Hope  <michaelh AT juju.net.nz>
10864
10865         * device/lib/malloc.c (MEMHEADER): Fixed against new pedantic pointers.
10866
10867         * support/regression/fwk/include/testfwk.h: Fixed up to use function pts correctly.
10868
10869         * support/regression/generate-cases.py: Fixed up to use function pts correctly.
10870
10871 2001-10-16  Bernhard Held  <bernhard AT bernhardheld.de>
10872
10873         * support/regression/port/mcs51/spec.mk: add timeout for uCsim
10874
10875         * support/regression/port/mcs51/timeout.c: add timeout for uCsim
10876
10877 2001-10-13  Michael Hope  <michaelh AT juju.net.nz>
10878         * src/z80/gen.c (emitCall): Fixed up missing spill of HL when used to assign the result value.
10879
10880         * src/z80/ralloc.c: Turned off pack for one use as it's quite broken.
10881
10882         * src/SDCCmain.c (linkEdit): Added support for passing a legacy command line through the processor.
10883
10884         * src/mcs51/main.c (_linkCmd): Added bin path to command.
10885
10886         * src/SDCCmain.c (initValues): Added support for when it it called just to link.
10887
10888         * as/mcs51/lklibr.c (libfil;): Turned off 'library file' message.
10889
10890         * src/SDCCval.c (constVal): Fixed usage of 'L' modifier problems on ppc.
10891
10892         * support/regression/tests/longor.c: Added.
10893
10894 2001-10-11  Bernhard Held  <bernhard AT bernhardheld.de>
10895
10896         * as/mcs51/asdata.c: replaced FILENAME_MAX with PATH_MAX
10897
10898         * as/mcs51/aslink.h: define PATH_MAX
10899
10900         * as/mcs51/asm.h: define PATH_MAX
10901
10902         * as/mcs51/asmain.c: replaced FILENAME_MAX with PATH_MAX
10903
10904         * as/mcs51/asnoice.c: replaced FILENAME_MAX with PATH_MAX
10905
10906         * as/mcs51/lklex.c: replaced FILENAME_MAX with PATH_MAX
10907
10908         * as/mcs51/lkmain.c: replaced FILENAME_MAX with PATH_MAX
10909
10910         * src/SDCCglobl.h: define PATH_MAX
10911
10912         * src/SDCCmacro.c: replaced FILENAME_MAX with PATH_MAX
10913
10914         * src/SDCCmain.c: replaced FILENAME_MAX with PATH_MAX
10915
10916 2001-10-11  Michael Hope  <michaelh AT juju.net.nz>
10917
10918         * src/z80/gen.c (gencjneshort): Fixed
10919
10920         * src/z80/ralloc.c (packRegsForHLUse): Added pack into HL for cast then ipush.
10921
10922 2001-10-09  Michael Hope  <michaelh AT juju.net.nz>
10923
10924         * support/regression/tests/bug-469671.c: Added.
10925
10926         * src/z80/gen.c (shiftIntoPair): Fixed up warning.
10927
10928 2001-10-08  Michael Hope  <michaelh AT juju.net.nz>
10929
10930         * src/SDCCmain.c: Added --fommit-frame-pointer option and implemented in the z80 port.
10931
10932         * src/z80/gen.c (genPlus): Fixed to work with extended stack.  Also fixed genMinus, genCmp.  genUMinus is still left.
10933
10934 2001-10-08  Bernhar Held  <bernhard AT bernhardheld.de>
10935
10936         * src/SDCCmain.c (preProcess): added define SDCC_NOOVERLAY
10937
10938         * src/device/lib/_mulint.c  : removed hint: nooverlay bug
10939
10940         * src/device/lib/_mullong.c : removed hint: nooverlay bug
10941
10942         * src/device/lib/_divuint.c : removed hint: nooverlay bug
10943
10944         * src/device/lib/_divulong.c: removed hint: nooverlay bug
10945
10946         * src/device/lib/_moduint.c : removed hint: nooverlay bug
10947
10948         * src/device/lib/_modulong.c: removed hint: nooverlay bug
10949
10950 2001-10-07  Michael Hope  <michaelh AT juju.net.nz>
10951
10952         * 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.
10953
10954         * support/Util/NewAlloc.c (freeTrace): Changed free for the gc case to not free at all.  Fixes runtime segfault.
10955
10956         * support/regression/tests/scott-compare3.c (c_abcd): Fixed up casts.
10957
10958 2001-10-07    <johan AT FRIJA>
10959
10960         * device/lib/gets.c (gets): fixed the return value.
10961
10962 2001-10-06  Michael Hope  <michaelh AT juju.net.nz>
10963         * src/SDCCmain.c (WRITE_SEG_LOC): Fixed up to use Safe_strdup.
10964
10965         * 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.
10966
10967         * 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.
10968
10969         * src/z80/gen.c (genZ80Code): Added de-allocation via trace support.
10970
10971         * src/pic/gen.c: Removed Safe_strdup.
10972
10973         * configure.in: Added option to enable libgc support.
10974
10975         * src/SDCCbitv.c (bitVectnBitsOn): Optimised.
10976         (bitVectUnion): Optimised.
10977         (bitVectIntersect): Optimised.
10978         (bitVectBitsInCommon): Optimised.
10979         (bitVectCplAnd): Optimised.
10980
10981         * support/makebin/makebin.c (usage): Removed getopt as mingw32 doesn't have it.  Sigh.
10982
10983 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
10984
10985         * src/SDCCmain.c: distinguish between assembler debug and plain options
10986
10987         * src/avr/main.c:   remove standard assembler options
10988
10989         * src/ds390/main.c: remove standard assembler options
10990
10991         * src/mcs51/main.c: remove standard assembler options
10992
10993         * src/port.h: removed "PENDING" comment
10994
10995 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
10996
10997         * src/device/lib/_mulint.c  : new, with assember functions
10998
10999         * src/device/lib/_mullong.c : new, with assember functions
11000
11001         * src/device/lib/_divuint.c : with assember functions
11002
11003         * src/device/lib/_divsint.c : with assember functions
11004
11005         * src/device/lib/_divulong.c: with assember functions
11006
11007         * src/device/lib/_divslong.c: with assember functions
11008
11009         * src/device/lib/_moduint.c : with assember functions
11010
11011         * src/device/lib/_modsint.c : with assember functions
11012
11013         * src/device/lib/_modulong.c: with assember functions
11014
11015         * src/device/lib/_modslong.c: with assember functions
11016
11017         * src/device/lib/libint.lib:  replaced _muluint.c  and _mulsint.c  by _mulint.c
11018
11019         * src/device/lib/liblong.lib: replaced _mululong.c and _mulslong.c by _mullong.c
11020
11021         * src/device/lib/Makefile.in: replaced _muluint.c  and _mulsint.c  by _mulint.c
11022                                       replaced _mululong.c and _mulslong.c by _mullong.c
11023
11024 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
11025
11026         * src/SDCCsymt.c: sequence of specifiers in pintTypeChain() corrected
11027
11028 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
11029
11030         * src/SDCCglue.c: test, if win32api is available for MINGW
11031
11032 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
11033
11034         * src/SDCCsymt.c: no more _modifier in printTypeChain()
11035         * support/regression/tests/driverstruct.c: REENTRANT for mcs51
11036         * support/regression/ports/gbz80/spec.mk: removed GENERIC
11037         * support/regression/ports/host/spec.mk: removed GENERIC
11038         * support/regression/ports/mcs51/spec.mk: removed GENERIC
11039         * support/regression/ports/z80/spec.mk: removed GENERIC
11040
11041 2001-10-01  Michael Hope  <michaelh AT juju.net.nz>
11042
11043         * support/regression/fwk/lib/testfwk.c (__printf): Removed GENERIC.
11044
11045         * support/regression/tests/bug-467035.c: Created.
11046
11047 2001-10-01    <johan AT FRIJA>
11048
11049         * src/SDCC.y: fixed bug #466586 part 1
11050
11051 2001-10-01  Johan Knol <johan.knol AT iduna.nl>
11052
11053         * SDCCicode.c: z80 has no generic pointers
11054         * removed -s from strip in all Makefile(.in)'s. It is not needed, but Solaris chocks on it.
11055
11056 2001-09-30  Michael Hope  <michaelh AT juju.net.nz>
11057
11058         * sim/ucsim/cmd.src/Makefile.in ($(PRJDIR)/libcmd.a): Changed all ar references to $(AR) for Solaris.
11059
11060 2001-09-29  Michael Hope  <michaelh AT juju.net.nz>
11061
11062         * Makefile (sdcc-libs): Added makebin to the list of standard targets.
11063
11064         * support/regression/ports/z80/spec.mk: Updated to use env for sdcc bin dir for automatic regression.
11065
11066 2001-09-25  Michael Hope  <michaelh AT juju.net.nz>
11067
11068         * configure.in: Fixed up so that ucsim is only configured once.
11069
11070         * support/cpp2/configure.in: Fixed to use the program transform to append the .exe for the win32 build.
11071
11072         * src/SDCCutil.c (getPrefixFromBinPath): Fixed up to work with win32 in all of its glory.
11073         (getPathDifference): As above.
11074
11075         * src/SDCCmain.c (preProcess): Changed to use a temporary file in a proper temp directory.  Fixed case where pre-processing only.
11076
11077         * src/SDCCglue.c (tempfilename): Added function for pre-processor.
11078
11079 2001-09-23  Michael Hope  <michaelh AT juju.net.nz>
11080         * .version: Updated to 2.3.1
11081
11082         * src/z80/main.c (z80_port =): Added macro based linker and assembler command line support.
11083         Added copyright header.
11084
11085         * src/SDCCmain.c: Shifted various functions into SDCCutil.c
11086         (assemble): Added support for macro based assembler commands.
11087         (linkEdit): Added support for macro based linker commands.
11088         (preProcess): Changed the pre-processor to use macros.
11089         (_setPaths): Added functionality to autodetect the include, lib and bin dir paths.
11090         (_discoverPaths): Added support for overriding the install directory using the SDCCDIR env variable.
11091
11092         * device/lib/z80/crt0.s: Added module name for debugging.
11093
11094 2001-09-20  Michael Hope  <michaelh AT juju.net.nz>
11095
11096         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
11097
11098         * src/SDCChasht.c (hTabDeleteByKey): Fixed delete as it would delete the last item from a bucket even if it wasn't the real one.
11099
11100         * src/SDCCglue.c: Moved gc_strdup to SDCCutil.c
11101
11102         * src/Makefile.in: Added SDCCmacro and SDCCutil
11103
11104 2001-09-19  Michael Hope  <michaelh AT juju.net.nz>
11105
11106         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
11107
11108 2001-09-16    <johan AT FRIJA>
11109
11110         * 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.
11111
11112 2001-09-15    <johan AT FRIJA>
11113
11114         * src/mcs51/ralloc.c: (findAssignToSym): fixed bug #460662 part 1
11115         * src/ds390/ralloc.c (findAssignToSym): fixed bug #460662 part 1
11116
11117 2001-09-11    <johan AT FRIJA>
11118
11119         * src/SDCCval.c (valDiv Mod Minus Plus Shift): keep litteral expressions as small as possible (bug #460010)
11120
11121 2001-09-10  Michael Hope  <michaelh AT juju.net.nz>
11122
11123         * support/regression/tests/bug-460444.c: Added test case.
11124
11125         * src/z80/gen.c (genOr): bug 460444: if (a ^ lit) was broken for &, |, and ^.
11126         (genCast): Added justification for all of the asserts.
11127
11128 2001-09-10  Bernhard Held <bernhard AT bernhardheld.de>
11129
11130         * support/regression/support.c: _xdata replaced by xdata
11131
11132         * support/regression/spec.mk: removed _generic
11133
11134 2001-09-09  Michael Hope  <michaelh AT juju.net.nz>
11135
11136         * src/pic/ralloc.c (debugLogRegType): Removed some old types to get it to compile.
11137
11138         * src/z80/gen.c (shiftR2Left2Result): Improved the case when v = v >> n for small values of n to use less code space and time.
11139         (genrshTwo): Fixed v = v >> n where v is a negative int and n is > 8: bug 460010.
11140
11141         * src/z80/peeph.def: Added a rule to optimise shift then compare.
11142
11143         * support/regression/tests/bug-460000.c (testShiftByParam): Added test case.
11144
11145         * support/regression/tests/bug-460010.c: Added test case.
11146
11147         * support/regression/Makefile (test-host): Removed a silly 'clean' target when testing against gcc.
11148
11149 2001-09-09  Bernhard Held <bernhard AT bernhardheld.de>
11150
11151         * support/regression/Makefile: inter-port-clean adjusted for mcs51
11152
11153         * support/regression/testfwk.c: removed workaround for bug #436344
11154
11155         * support/regression/tests/bp.c: use less memory with mcs51
11156
11157         * support/regression/tests/bug-441448.c: use less memory
11158
11159         * support/regression/tests/ports/mcs51/spec.mk: cleanup, use --stack-after-data
11160
11161         * support/regression/collate-results.py: typo
11162
11163 2001-09-08  Michael Hope  <michaelh AT juju.net.nz>
11164
11165         * support/regression/tests/fetchoverlap.c: Added new test case.
11166
11167         * support/regression/tests/bp.c: Added new test case.
11168
11169         * support/regression/tests/bug-448984.c: Added new test case.
11170
11171         * support/regression/tests/pow2shifts.c: Added new test case.
11172
11173         * src/z80/gen.c: Turned off the noise it normally generates for the release.
11174         (genlshTwo): Fixed right shift for count > 8.
11175
11176         * src/z80/ralloc.c: Disabled most of the ACC packing rules as they weren't getting hit and weren't at all safe.
11177
11178 2001-09-08    <johan AT FRIJA>
11179
11180         * src/SDCCicode.c (geniCodeCall): a CPOINTER can be used as a function
11181
11182 2001-09-07    <johan AT FRIJA>
11183
11184         * src/SDCCicode.c (newiCodeCondition): fixed bug #456235 (1.77)
11185
11186         * src/SDCCglue.c (emitRegularMap): only delete a symbol when it is a symbol
11187
11188 2001-09-06    <johan AT FRIJA>
11189
11190         * src/SDCC.y: this could be a fix for bug #458744 (1.37)
11191         * bernhard noted me at this: "() equals to (void)" (1.38)
11192
11193 2001-09-05    <johan AT FRIJA>
11194
11195         * src/SDCCglue.c (emitRegularMap): a fix for bug #458099/2
11196
11197 2001-09-04    <johan AT FRIJA>
11198
11199         * src/SDCCsymt.c (checkSClass): a fix for bug #458099/1
11200
11201
11202 2001-09-04  Paul Stoffregen  <paul AT pjrc.com>
11203
11204         * pragma noinduction broke memcpy on mcs51 large model.  Moved it inside z80 optimization
11205
11206 2001-09-03  Michael Hope  <michaelh AT juju.net.nz>
11207
11208         * link/z80/aslink.h: Fixed path for PATH_MAX
11209
11210 2001-09-02  Michael Hope  <michaelh AT juju.net.nz>
11211
11212         * src/z80/gen.c (fetchLitPair): Changed so that it properly caches direct space references.
11213
11214         * support/regression/tests/addsub.c: Added cases to cover all the +, - combinations.
11215
11216         * support/regression/tests/uminus.c: Added a test for the unary minus operator.
11217
11218         * 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.
11219
11220 2001-09-01  Michael Hope  <michaelh AT juju.net.nz>
11221
11222         * src/z80/gen.c: Fixed up generator to pass the regresion tests, specifically fixing loads for longs, genCmp, and turned on the map file.
11223         (genCmp): Fixed up genCmp for the GB with longs.
11224
11225         * device/lib/gbz80/Makefile: Fixed up all the libraries to pass the regression tests.
11226
11227         * support/regression/ports/host/spec.mk: Updated to compile with the new type specifiers.
11228
11229         * device/lib/Makefile.in (Z80SOURCES): Removed old _mululong, _mulslong, and unneeded _mulint.
11230
11231         * device/lib/_mullong.c (_mulslong): Changed to actually return a value :)
11232
11233 2001-08-30  Paul Stoffregen  <paul AT pjrc.com>
11234
11235         * added peepholes 223 to 231 to mcs51 port.  These improve code when using large model.
11236
11237 2001-08-30  Michael Hope  <michaelh AT juju.net.nz>
11238
11239         * 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.
11240
11241         * src/z80/gen.c (genPlus): Changed bad long add for gb to a fall through.
11242
11243 2001-08-29  Michael Hope  <michaelh AT juju.net.nz>
11244
11245         * link/z80/aslink.h: Fixed long file name support.  Is now based off PATH_MAX instead of a constant.
11246
11247         * src/z80/gen.c: Fixed add and sub for the case where left or right are in static space.
11248
11249 2001-08-30 Bernhard Held   <bernhard AT bernhardheld.de>
11250
11251   * sim/ucsim/configure:    little improvement of Cygwin-detection
11252   * sim/ucsim/configure.in: little improvement of Cygwin-detection
11253   * sim/ucsim/cmd.src/newcmdcl.h: include <sys/types.h> to define fd_set automated build
11254   * support/regression/tests/bug-221100.c: small changes for mcs51
11255   * support/regression/tests/bug-221168.c: small changes for mcs51
11256   * support/regression/tests/bug-227710.c: small changes for mcs51
11257   * support/regression/tests/staticinit.c: small changes for mcs51
11258   * as/mcs51/aslink.h: accept everything as symbol name in rel-files, bug fix ID 452601
11259   * as/mcs51/lklex.c:  accept everything as symbol name in rel-files, bug fix ID 452601
11260   * as/mcs51/lksym.c:  accept everything as symbol name in rel-files, bug fix ID 452601
11261
11262 $Revision$