* src/pic/device.c (sanitise_processor_name): only remove p(ic) prefix,
[fw/sdcc] / ChangeLog
1 2006-05-01 Raphael Neider <rneider AT web.de>
2
3         * src/pic/device.c (sanitise_processor_name): only remove p(ic) prefix,
4           (create_pic): store only prefix-free device name,
5           (init_pic): check for device names with "16" prefix,
6           (list_valid_pics),
7         * src/pic/device.h (struct PIC_device),
8         * src/pic/main.c (_pic14_genAssemblerPreamble): adapted to single
9             stored device name,
10         * device/include/pic/pic12f{635,675,629,683}.h,
11         * device/lib/pic/libdev/pic12f{635,675,629,683}.c: NEW device libraries
12         * device/lib/pic/libdev/Makefile.in: allow pic12* devices,
13         * device/include/pic/pic16f505.h,
14         * device/lib/pic/libdev/pic16f505.c: removed
15         * device/include/pic/pic14devices.txt: added support for pic12f
16             devices, removed unsupported non 16-bit devices
17             [above changes provided by patch from Zik Saleeba]
18         * src/pic/*, src/pic16/*, device/include/pic16/*,
19           device/lib/pic/**, device/lib/pic16/**: obfuscated email address
20
21 2006-05-01 Borut Razem <borut.razem AT siol.net>
22
23         * configure.in, configure, doc/Makefile.in:
24           sync with nightly build makefile - latex, dvipdf and dvips
25           not needed any more
26
27 2006-04-30 Bernhard Held <bernhard AT bernhardheld.de>
28
29         * support/scripts/sdcc.nsi: removed all Readmes and Makefiles
30         in the library source
31
32 2006-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
33
34         * support/regression/ports/hc08/spec.mk: fixed bug 1478892
35
36 2006-04-28 Raphael Neider <rneider AT web.de>
37
38         * src/pic16/pcode.c (pic16_newpCodeOpLit12),
39         * src/pic16/gen.c (pic16_popGetLit12): NEW, create 12 bit literal,
40           (pic16_loadFSR0): handle 12 bit literals correctly, fixes #1440527
41         * src/pic16/pcode.h: added prototype for pic16_newpCodeOpLit12()
42
43 2006-04-28 Bernhard Held <bernhard AT bernhardheld.de>
44
45         * device/lib/pic/libdev/Makefile.in,
46         * device/lib/hc08/Makefile.in,
47         * device/lib/gbz80/Makefile.in,
48         * device/lib/z80/Makefile.in,
49         * device/lib/ds390/Makefile.in,
50         * device/lib/ds400/Makefile.in: added srcdir to include search path,
51         thanks to Borut for the bug report
52         * configure.in,
53         * configure: always create doc/Makefile independent from --enable-doc
54         * Makefile.in: always install from directory doc independent from
55         --enable-doc
56         * device/lib/pic/Makefile.in: added libdev again, it was erroneously
57         removed
58         * device/lib/pic/libdev/Makefile.in: fixed VPATH build
59         * doc/Makefile.in: install *.txt if present
60         * device/include/Makefile.in (install): added installation of pic/*.inc
61         and pic/*.txt files again, they were erroneously removed
62
63 2006-04-28 Raphael Neider <rneider AT web.de>
64
65         * src/pic/{gen.c,main.h,pcode.c},
66         * src/pic16/{gen.c,pcode.c}: quietened compiler warnings
67             concerning signedness with casts
68
69 2006-04-28 Raphael Neider <rneider AT web.de>
70
71         * src/pic/gen.c (genFunction): set global pic14_hasInterrupt on
72             definition of an interrupt handler,
73         * src/pic/glue.c (pic14_emitInterruptHandler): moved output of
74             interrupt handler stuff from picglue() to separate routine,
75           (picglue): enabled definition of intr handlers in files w/o main()
76
77 2006-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
78
79         * support/librarian/sdcclib.c: moved include <limits.h> up to enable
80           compilation with MSVC 2005 Express Edition (VC8)
81
82 2006-04-26 Bernhard Held <bernhard AT bernhardheld.de>
83
84         * device/lib/Makefile: fixed build of gbz80 lib
85
86 2006-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
87
88         * support/regression/tests/bug-460010.c,
89         * support/regression/tests/bug-524691.c,
90         * support/regression/tests/bug-716242.c: removed conditional defines
91           that are already in testfwk.h
92
93 2006-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
94
95         * src/ds390/gen.c (AccAXRrl1, AccAXLrl1): changed to real rotate by 1,
96           (AccAXRsh1): added, shift right by 1,
97           (AccAXLsh, AccAXRsh, AccAXRshS): updated for AccAXRrl1, AccAXRsh1 and
98            AccAXLrl1
99         * support/regression/tests/rotate.c: use <stdint.h> and enabled ds390
100
101 2006-04-25 Bernhard Held <bernhard AT bernhardheld.de>
102
103         * src/SDCCast.c (decorateType): partial fix for RFE 1475769,
104         remove cast to same type
105         * src/SDCCast.c (decorateType): fix for RFE 1475742,
106         optimize 'ifx (op == 0)' resp. 'ifx (op != 0)'
107         * as/z80/Makefile,
108         * link/z80/Makefile: removed, they have moved to
109         Makefile.in files
110         * configure,
111         * configure.in: replaced duplicate message about ucsim by missing sdcpp
112         * install-sh: fix bug #1204398 by setting umask 0022
113         * device/lib/Makefile: separate build of z80 and gbz80 lib
114
115 2006-04-24 Bernhard Held <bernhard AT bernhardheld.de>
116
117         Enabled VPATH feature: changed nearly all Makefiles (149 files).
118         See sdccman.lyx '2.4.10 VPATH feature' about how to use it.
119
120         One basic decision: e.g. src/clean.mk includes further files. In order
121         to make this work there are two solutions:
122         - rename another dozen clean.mk to clean_in.mk, add srcdir to them and
123           run configure on them. This way they can use
124           'include $(srcdir)/port-clean.mk'
125         - always include clean.mk by the Makefile at the same level. To avoid
126           that `make clean` tries to include and build Makefile.dep the
127           MAKECMDGOALS are examined (see e.g. src/Makefile.in). This has been
128           implemented, because now even `make uninstall` doesn't create
129           Makefile.in. clean.mk could be eliminated by pasting it in
130           Makefile.in.
131
132         * debugger/mcs51/Makefile.in: build own objects from library sources
133         (SLIB, SDCC) in current directory
134
135         * configure, configure.in: renamed --disable-device-lib-build in
136         --disable-device-lib; added --enable-doc, the required tools are
137         searched by configure; added result message; the toolchain for the
138         belonging ports are now only built, if the port is enabled.
139
140         * support/regression/*: all output is written in directory gen, because
141         the fwk and ports directories don't livet in the build tree using vpath
142
143         * doc/sdccman.lyx: renamed --disable-device-lib-build to
144         --disable-device-lib, added --enable-doc, added section VPATH
145
146         * sim/ucsim/configure.in,
147         * sim/ucsim/configure.in: hc08 couldn't be disabled, now hc08 and
148         z80 are enabled by default
149
150 2006-04-24 Raphael Neider <rneider AT web.de>
151
152         * src/pic/device.c (pic14_assignConfigWordValue): remember assignments
153             to config word, "pic14_"-prefixed some extern functions
154           (pic14_emitConfigWord): emit __config directive(s) if assignment to
155             config word has been found
156         * src/pic/device.h: added prototypes
157         * src/pic/pcode.c: added "pic14_"-prefix where needed
158         * src/pic/ralloc.c (IS_CONFIG_ADDRESS,pic14_assignRegisters): cosmetic
159             fixup
160         * src/pic/glue.c (pic14_constructAbsMap): handle assignments to config
161             words,
162           (pic14emitRegularMap): ignore config words,
163           (pic14createInterruptVect): moved generating __config directives away
164           (picglue): have __config directives emitted
165
166 2006-04-24 Borut Razem <borut.razem AT siol.net>
167
168         * doc/Makefile: sync with nightly build makefile
169
170 2006-04-24 Raphael Neider <rneider AT web.de>
171
172         * src/pic/pcoderegs.c (OptimizeRegUsage): do not optimize
173             registers that have not been assigned proper liveranges,
174             fixes #1469504 and #1474602,
175           (pCodeRegOptimizeRegUsage): fixed typo in comment
176
177 2006-04-24 Borut Razem <borut.razem AT siol.net>
178
179         * device/examples/main8051.c: deleted - it was removed from CVS
180           24.mar.2000 and after that modified 18.feb.2001, so it reappered
181           after the transition to Subversion
182         * src/SDCCalloc.h: deleted - it was removed  from CVS
183           3.feb.2001 and after that modified 18.feb.2001, so it reappered
184           after the transition to Subversion
185         * sim/ucsim/cpu.gif, sim/ucsim/interrupt.gif, sim/ucsim/new.gif,
186           sim/ucsim/serial1.gif, sim/ucsim/serial2.gif,
187           sim/ucsim/term_cpuopt.gif, sim/ucsim/timers.gif, sim/ucsim/wins.gif,
188           sim/ucsim/post.jpg, sim/ucsim/UCsim.jpg: corrected
189
190 2006-04-22 Maarten Brock <sourceforge.brock AT dse.nl>
191
192         * as/asx8051.dsp: added mcs51/strcmpi.h
193         * as/hc08/as_hc08.dsp: added asm.h, m6808.h, strcmpi.h
194         * as/hc08/aslink.h: updated lnksect prototype
195         * as/hc08/asm.h,
196         * as/mcs51/asm.h: added a_addr to struct area and s_org to struct sym
197         * as/hc08/asmain.c,
198         * as/mcs51/asmain.c (asmbl): init dot.s_org for S_ORG,
199           (newdot): handle A_ABS
200         * as/hc08/asout.c,
201         * as/mcs51/asout.c (outarea): output address
202         * as/hc08/lkaomf51.c,
203         * as/mcs51/lkaomf51.c: disabled unused array UsageType
204         * as/hc08/m08pst.c,
205         * as/mcs51/i51pst.c,
206         * as/z80/z80pst.c: "ABS" is not A_OVR
207         * as/hc08/lkarea.c (newarea): read a_addr,
208           (lnkarea): added codemap array, sort absolute areas to the front,
209            combine all GSINITx/GSFINAL,
210           (find_empty_space, allocate_space): new functions,
211           (lnksect): return next address, handle absolute sections
212         * as/mcs51/lkarea.c (newarea): read a_addr,
213           lnksect2 prototype changed,
214           (lnkarea2): define codemap unsigned, combine all GSINITx/GSFINAL,
215           (find_empty_space, allocate_space): new, factored out of lnksect2,
216           (lnksect2): return next address, handle absolute sections
217         * as/hc08/lkhead.c,
218         * as/mcs51/lkhead.c (newhead): head is absolute but not overlay
219         * as/hc08/lklibr.c (addfile, fndsym),
220         * as/mcs51/lklibr.c (addfile, buildlibraryindex, fndsym): prevent
221           index out of range and detect both '\' and '/'
222         * device/include/mcs51/c8051f200.h: added _XPAGE, removed bad comment
223         * device/include/stdbool.h: removed SDCC_ds390 from check to pass
224           regression tests (ds390 cannot return bool yet)
225         * doc/sdccman.lyx: changed version number, document changed --no-peep,
226           document critical interrupts on z80, document changed SDCC define
227         * src/asm.c (_asxxxx_mapping): fixed .org directive,
228           (_a390_mapping): added .org directive
229         * src/hc08/gen.c (transferAopAop): made bytemask log to fix warning,
230           (genMultOneByte): fixed warnings
231         * src/hc08/hc08.dsp: lowered warning level to 2 to suppress pedantic
232           ones
233         * src/pic16/device.c: removed newReg prototype, removed BYTE_IN_LONG
234         * src/pic16/gen.c (pic16_popGetLabel): made parameter key signed,
235           (pic16_genLeftShiftLiteral, genRightShiftLiteral): fixed warnings
236         * src/pic16/gen.h: changed prototype for pic16_popGetLabel
237         * src/pic16/main.c: removed newReg prototype
238         * src/pic16/pcode.c,
239         * src/pic16/pcode.h (pic16_emitDB): changed parameter c to int to fix
240           warnings
241         * src/pic16/pic16.dsp: lowered warning level to 2 to suppress pedantic
242           ones
243         * src/pic16/ralloc.c
244         * src/pic16/ralloc.h (newReg): changed type to int and size to unsigned
245           to fix warnings
246         * src/pic/pcode.c (allocInternalRegister): changed parameter optype
247           from short to PIC_OPTYPE
248         * src/pic/pic.dsp: lowered warning level to 2 to suppress pedantic ones
249         * src/pic/ralloc.c (newReg, allocInternalRegister): changed parameter
250           optype from short to PIC_OPTYPE
251         * src/port.h: made int_size unsigned to fix warnings
252         * src/SDCC.y: fixed warning on MSVC
253         * src/SDCCicode.c (getArraySizePtr): return unsigned int
254         * src/SDCCopt.c (convertToFcall): fixed warnings
255         * src/SDCCsymt.h: removed double prototype for genSymName
256         * src/xa51/ralloc.c (allocReg): made size unsigned int, type int and
257           offset int to fix warnings
258
259 2006-04-22 Borut Razem <borut.razem AT siol.net>
260
261         * doc/sdccman.lyx, */Makefile, */Makefile.in:
262           references to CVS replaced with Subversion
263
264 2006-04-21 Borut Razem <borut.razem AT siol.net>
265
266         * doc/sdccman.lyx, */Makefile, */Makefile.in:
267           references to CVS replaced with Subversion
268
269 2006-04-19 Borut Razem <borut.razem AT siol.net>
270
271         * src/version.awk: adapted for svn
272         * /asxxxx/asxhtml/*.gif: set property svn:mime-type to image/gif
273           sim/ucsim/doc/*.gif: set property svn:mime-type to image/gif
274           sim/ucsim/doc/*.jpg: set property svn:mime-type to image/jpeg
275           /binutils-avr/etc/*.vi, *.jin: removed all properties
276           support/scripts/sdcc.ico: set property svn:mime-type to image/x-icon
277
278 2006-04-19 Borut Razem <borut.razem AT siol.net>
279
280         * CVS to Subversion migration completed
281
282 2006-04-18 Borut Razem <borut.razem AT siol.net>
283
284         * support/scripts/sdcc.nsi: removed unexisting ${DEV_ROOT}\lib\pic\*.o,
285           ${DEV_ROOT}\lib\src\pic\libdev\*.S, ${DEV_ROOT}\lib\src\pic\libdev\*.inc
286
287 2006-04-17 Borut Razem <borut.razem AT siol.net>
288
289         * device/include/Makefile.in: added pic/*.inc to the installation
290
291 2006-04-15 Bernhard Held <bernhard AT bernhardheld.de>
292
293         * support/regression/collate-results.py: fixed output in case of
294         a valdiag error
295         * support/regression/generate-cases.py: fixed splitting of pathnames
296         with dots
297         * as/hc08/lklibr.c (addfile),
298         * as/mcs51/lklibr.c (addfile): fixed off-by-one bug
299
300 2006-04-11 Raphael Neider <rneider AT web.de>
301
302         * src/pic16/gen.c (getFreePtr, pic16_popRegFromString),
303         * src/pic16/ralloc.c (pic16_allocregWithName): removed debug output
304         * src/pic16/pcode.c (assignValnums): fixed #1460578
305
306 2006-04-11 Raphael Neider <rneider AT web.de>
307
308         * device/lib/pic/libdev/*.c,
309         * device/include/pic/*.h: replaced sfr and data with __sfr and __data,
310           fixes #1468739, enables compilation in --std-c99 mode
311         * support/scripts/inc2h.pl: emit __sfr/__data instead of sfr/data
312
313 2006-04-11 Raphael Neider <rneider AT web.de>
314
315         * src/pic/device.c (find_device): removed debug output
316           (list_valid_pics): enabled verbose listing of supported devices
317         * device/include/stdbool.h: define bool as char for pic14/16 as well
318
319 2006-04-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
320
321         * src/SDCC.y: allow using brackets here: "__interrupt (1) __using (1)"
322
323 2006-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
324
325         * .version: bumped version to 2.5.6
326         * src/pic/ralloc.c (newReg): MSVC doesn't support __builtin_return_address
327
328 2006-04-06 Raphael Neider <rneider AT web.de>
329
330         * .version: bumped version to 2.5.6 (pic14 ABI changed)
331         * src/SDCCmain.c: add -DSDCC_PROCESSOR=<id> for pic14 port
332         * src/pic/glue.c (emitSymbolToFile,pic14_constructAbsMap,
333           pic14emitRegularMap,pic14emitMaps): moved output for absolute symbols to
334             pic14_constructAbsMap
335           (pic14printPublics): declare absolute global symbols as global
336           (pic14createInterruptVect),
337         * src/pic/ralloc.c (IS_CONFIG_ADDRESS): support second config word,
338           (newReg): assume new registers unused, use correct name in
339             hashtable (reg->name instead of name), more debugLog output
340         * src/pic/device.h (PIC_device): added fields for verbose output
341         * src/pic/device.c: moved device definition to pic14devices.txt,
342             added routines for runtime parsing of pic14devices.txt,
343             added support for second config word
344         * src/pic/main.c (_process_pragma): removed #pragma maxram,
345           (_pic14_keywords): no longer accept "bit" and "sbit" keywords
346           (_pic14_initPaths): add search paths with "pic" suffix (not "pic14")
347           (_pic14_parseOptions): moved pCodeInitRegisters here
348           (_pic14_do_link): add "pic$(ARCH).lib" to linker arguments
349         * src/pic/pcode.c (AnalyzeBanking): bail out on unset processor,
350           (pCodeInitRegisters): rewrapped comments, perpared new approach to
351             handling the pseudo stack
352         * device/lib/Makefile.in: ignore failures in objects-pic16,
353         * device/lib/pic/{configure,configure.in,Makefile}: added libdev/
354         * device/lib/pic/NEWS: document new dependency on picXXX.lib
355         * device/lib/pic/Makefile.subdir,
356         * device/lib/pic16/Makefile.subdir: improved clean rules
357         * device/lib/pic/libdev/: NEW, pic14 device libraries
358         * device/lib/pic/libsdcc/_gptr{get,put}{1,2,3,4}.S: use _X not X
359         * device/lib/pic/libsdcc/macros.inc: use _X not X, declare default SFRs
360         * device/include/Makefile.in: create subdir and install pic14 headers
361         * device/include/pic/p16f_common.inc: removed unused declarations
362         * device/include/pic/pic16*.h: added header files for 100+ 14 bit
363             PICs from inc2h.pl v1.6,
364             replaced BIT_AT macros with struct declarations
365         * device/include/pic/pic14devices.txt: definition of supported devices,
366             all above improvements contributed by Zik Saleeba, thanks
367         * support/scripts/inc2h.pl: removed BIT_AT, replaced with structs
368         * support/scripts/sdcc.nsi: also install pic14 device libraries and
369             headers
370
371 2006-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
372
373         * device/include/mcs51/c8051f410.h: added interrupt numbers,
374         * device/include/mcs51/c8051f200.h: old SiLabs mcu completes the list,
375           thanks to Charles Olds
376
377 2006-04-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
378
379         * debugger/mcs51/cmd.c (infoRegisters): show return address on stack
380
381 2006-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
382
383         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug 1464657
384         * src/mcs51/gen.c (genJumpTab): fixed bug in medium model
385         * support/regression/bug1464657.c: added, new test
386
387 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
388
389         * src/SDCCmain.c (preProcess): implemented RFE 1449908, define SDCC as the
390           version number
391
392 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
393
394         * src/SDCCpeeph.c (initPeepHole): implemented RFE 1460196, when both
395           --no-peep and --peep-file <file> are used don't use default rules but
396           do use the <file>
397
398 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
399
400         * src/mcs51/gen.c (genCall): fixed bug 1457608
401
402 2006-03-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
403
404         * doc/sdccman.lyx: reverted to version 1.129 of december as my latest
405         changes seem to cause (trigger?) problems with the build system.
406
407 2006-03-29 Maarten Brock <sourceforge.brock AT dse.nl>
408
409         * src/SDCCpeeph.c (operandsLiteral): new, added,
410           (callFuncByName): inserted operandsLiteral
411         * src/mcs51/peeph.def: reenabled 132.e, added extra check to 132.x
412
413 2006-03-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
414
415         * doc/sdccman.lyx: added paragraph "Use of SDCC in Education"
416         * src/mcs51/peeph.def: disabled rule 132.e fixing bug #1453093
417
418 2006-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
419
420         * src/z80/gen.c (genFunction, genEndFunction): fixed bug 1160666,
421           implemented patch 1120823 Thanks to Willy De la Court (normal
422           interrupts need an interrupt number now if they are made critical),
423           and enabled nesting of critical functions though not for gbz80
424           (genCritical, genEndCritical): added functions
425           (genZ80Code): added cases for CRITICAL and ENDCRITICAL
426         * src/z80/mappings.i: added "ei" to all mappings
427
428 2006-03-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
429
430         * sim/ucsim/cmd.src/newcmdcl.h: applied patch fixing GCC 4.1 build
431         submitted by the Debian SDCC maintainer Aurelien Jarno:
432         "Credits goes to Martin Michlmayr, who rebuilt the whole Debian
433         archive with gcc 4.1 on mips and wrote the patch"
434
435 2006-03-16 Raphael Neider <rneider AT web.de>
436
437         * src/pic16/genarith.c (genAddLit): simplified and fixed case where
438           the left operand is shorter than the result (c* = lit-c* + int),
439           fixes bug #1450796
440         * src/pic16/gen.c (genRightShift): check IS_SYMOP before accessing
441           OP_SYMBOL
442
443 2006-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
444
445         * src/.version: increased version number to 2.5.5
446         * src/SDCCmain.c (linkEdit): do not test for PIC16 target since, PIC16
447         linking is done manually in pic16 port's _linkEdit,
448         * src/SDCCsymt.c (compStructSize): for target PIC16 and shell variable
449         PIC16_PACKED_BITFIELDS, compact bitfield structures as much as possible,
450         * src/pic16/gen.c (aopForSym): when direct register name is WREG then
451         allocate asmop as AOP_ACC,
452         (aopForRemat): added parameter 'bool result' in function declaration,
453         (pic16_aopGet): return AOP_ACC when accessing WREG,
454         (pic16_popGetTempReg): minor modification,
455         (pic16_popRegFromIdx): first try with 'pic16_regWithIdx' then with
456         'pic16_allocWithIdx',
457         (genPcall): removed ftype, usage of OP_SYM_TYPE asserted error when
458         calling function in absolute addresses,
459         (genAssign): take into account AOP_ACC asmop,
460         * src/pic16/pcode.c (pic16_newpCodeOpReg): minor modifications,
461         * src/pic16/pcoderegs.c: some debug functions and lines added,
462         * src/pic16/ralloc.c (decodeRegType): added but commented out,
463         * (pic16_typeRegWithIdx): search 'pic16_dynInternalRegs' for given
464         register too,
465         * (pic16_findFreeReg, pic16_findFreeRegNext): allocate new register via
466         call to allocReg, not by manually allocating a new one,
467         (pic16_assignRegisters): now before going through the register
468         allocating functions mark all registers as free. This eliminates some
469         side effects resulting from peephole parser done earlier in the backbone
470
471 2006-03-13 Maarten Brock <sourceforge.brock AT dse.nl>
472
473         * src/SDCCicode.c (geniCodeLogic),
474         * src/SDCCast.c (decorateType): applied patch by Bernhard for rfe 1422617
475
476 2006-03-10 Maarten Brock <sourceforge.brock AT dse.nl>
477
478         * src/mcs51/gen.c (sameReg): new, checks if two aop regs are the same,
479           (genSend): bugfix, do not allocate and free twice,
480           (shiftRLong): handle partially overlapping aops
481         * support/regression/tests/bitopcse.c: fixed warning redefined idata
482
483 2006-03-08 Borut Razem <borut.razem AT siol.net>
484
485         * support/regression/fwk/include/testfwk.h: added defines for xdata, idata
486           for pic16
487
488 2006-03-08 Maarten Brock <sourceforge.brock AT dse.nl>
489
490         * support/regression/tests/bug1409955.c: new, added
491         * src/mcs51/gen.h: changed asmop.freed:1 to asmop.allocated for tracking
492         * src/mcs51/gen.c (newAsmop): set asmop.allocated to 1,
493           (aopForSym, aopOp): increment asmop.allocated if reused,
494           (freeAsmop): decrement asmop.allocated and check for zero instead of
495           using asmop.freed,
496           (freeForBranchAsmop): use asmop.allocated instead of asmop.freed,
497           (genNot, genCpl, genUminus, genMinus, genMult, genDiv, genMod, genCmpGt,
498            genCmpLt, genAndOp, genOrOp, genAnd, genOr, genXor, genRRC, genRLC,
499            genGetHbit, genGetAbit, genGetByte, genGetWord, genSwap,
500            genLeftShiftLiteral, genLeftShift, genRightShiftLiteral,
501            genSignedRightShift, genRightShift, genDataPointerGet,
502            genPagedPointerGet, genFarPointerGet, genCodePointerGet,
503            genGenPointerGet, genDataPointerSet, genAssign, genCast): free asmop's
504             in reverse order from allocation,
505           (genPlus, genCmpEq): free asmop's in reverse order from allocation and
506             added swappedLR to keep track
507         * support/regression/fwk/include/testfwk.h: added defines for xdata, idata,
508           pdata & code for GCC, z80, gbz80 & hc08
509         * support/regression/tests/zeropad.c: moved defines to testfwk.h
510
511 2006-03-08 Raphael Neider <rneider AT web.de>
512
513         * src/pic16/main.c (_hasNativeMulFor): fixed bug #1444425
514
515 2006-03-07 Maarten Brock <sourceforge.brock AT dse.nl>
516
517         * device/include/mcs51/c8051f410.h: new SiLabs mcu
518         * src/ds390/peeph.def: disabled 186.d and 227.a as fix for #1434401
519         * support/regression/tests/array.c: added parenthesis, made arrays unsigned
520
521 2006-03-06 Borut Razem <borut.razem AT siol.net>
522
523         * support/regression/ports/pic16/spec.mk: link with libm18f.lib,
524           made the linker quiet
525
526 2006-03-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
527
528         * src/pic16/gen.c (genPcall): fixed bug #1443644
529         * src/pic16/device.h (struct pic16_options_t): added 'int CATregs' flag
530         which dumps before the function entry point a data byte which represents
531         the number of the local variables used by the specified function, added
532         'xinst' for initial support for Extended Instruction Support,
533         * src/pic16/gen.c (aopForSym, pic16_aopGet): beautifications,
534         (pic16_testStackOverflow): do not prefix GSTACK_TEST_NAME with
535         port->fun_prefix anymore (may change later),
536         (genFunction, genEndFunction): do not store/restore local registers for
537         _main (this should take care the --main-return command line option in
538         the future),
539         (genOr): removed some legacy pic-port instructions,
540         * src/pic16/genarith.c (genAddLit): re-enabled old code because
541         performing operations with SFR's causes data to be written more than
542         once to each SFR. Perhaps SFRs should be handled in special cases...
543         * src/pic16/glue.c: macros BIG_ENDIAN and BYTE_IN_LONG are moved to
544         pcode.h
545         * src/pic16/main.c (_process_pragma): stack bound checking did not take
546         into account for stack starting position,
547         (struct OPTIONS pic16_optionsTable): added command line argument
548         --extended or -y for Extended Instruction Support,
549         * src/pic16/ralloc.c (pic16_decodeOp): added case for FUNCTION,
550         (deassignLRs): *** perhaps the most important change, old 'for' code
551         (commented out for reference), didn't account for some registers which
552         were left marked 'not free' after a pointer operation. The change
553         reduces register usage a lot in some cases
554
555 2006-03-04 Borut Razem <borut.razem AT siol.net>
556
557         * support/regression/ports/hc08/spec.mk: remove *.asm in traget
558           _clean
559         * support/regression/tests/bug-524697.c: decreased array size for
560           mcs51 to fit into the internal RAM
561         * support/regression/Makefile.in: a little bit more verbose
562
563 2006-03-03 Borut Razem <borut.razem AT siol.net>
564
565         * support/regression/fwk/lib/testfwk.c,
566           support/regression/fwk/include/testfwk.h: introduced function
567           _prints(), nonrecursive _printn(), call _initEmu() from main()
568         * support/regression/ports/gbz80/support.asm,
569           support/regression/ports/ucz80/support.asm,
570           support/regression/ports/z80/support.asm,
571           support/regression/ports/ds390/support.c,
572           support/regression/ports/hc08/support.c,
573           support/regression/ports/host/support.c,
574           support/regression/ports/mcs51/support.c,
575           support/regression/ports/xa51/support.c: added empty _initEmu()
576           function
577         * support/regression/ports/pic16/gpsim.cmd,
578           support/regression/ports/pic16/spec.mk,
579           support/regression/ports/pic16/support.c,
580           support/regression/Makefile.in: added pic16 regression test
581
582 2006-03-01 Raphael Neider <rneider AT web.de>
583
584         * src/pic16/gen.c (genPcall,pic16_derefPtr,genGenPointerGet,
585           genConstPointerGet): use safe way of generating MOVFF to cover
586             literals as well as registers, fixes bug #1440527
587         * src/pic16/glue.c (pic16_printIvalBitFields): prevent NULL pointer
588             dereference
589           (pic16_printIvalUnion,pic16_isUnion): NEW, handle initialized unions
590             more correctly, fixes bug #1232186
591           (pic16_printIval): use pic16_printIvalUnion() for initialized unions
592         * src/pic16/main.c (_pic16_linkEdit): reorder linker arguments to make
593             gplink guess the correct processor in more cases, applied patch
594             from Till Riedel attached to and fixing bug #1436552
595
596 2006-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
597
598         * support/regression/tests/array.c: added, contains check for #1434401
599         * src/mcs51/peeph.def: disabled 186.d as temporary fix for #1434401
600
601 2006-02-16 Maarten Brock <sourceforge.brock AT dse.nl>
602
603         * device/include/mcs51/at89s8253.h: new, thanks to Krzysztof Polomka
604         * device/include/mcs51/at89S8252.h: fixed, thanks to Krzysztof Polomka
605         * device/include/mcs51/c8051f326.h,
606         * device/include/mcs51/c8051f340.h: new SiLabs mcu's
607         * device/include/mcs51/c8051f000.h,
608         * device/include/mcs51/c8051f018.h,
609         * device/include/mcs51/c8051f020.h: used () with __at, renamed IDLE,STOP to
610           PCON_IDLE,PCON_STOP and added sfr16 definitions
611
612 2006-02-14 Maarten Brock <sourceforge.brock AT dse.nl>
613
614         * src/mcs51/gen.c (genPlus, genMinus, genMult, genGetAbit, genGetByte,
615           genGetWord): fixed bug 1409955
616
617 2006-02-14 Maarten Brock <sourceforge.brock AT dse.nl>
618
619         * device/include/hc08/mc68hc908gp32.h,
620         * device/include/hc08/mc68hc908jb8.h: removed AWUL, added PTA6 & PTA7
621
622 2006-02-13 Maarten Brock <sourceforge.brock AT dse.nl>
623
624         * src/SDCCast.c (constExprValue): return NULL if not a value
625         * src/SDCCglue.c (printIvalArray): fixed bug 1225568
626         * src/hc08/gen.c(genUnpackBits, genUnpackBitsImmed): fixed bug 1019480
627         * support/regression/tests/bitfields.c: enabled signed bitfield for all
628
629 2006-02-13 Borut Razem <borut.razem AT siol.net>
630
631         * src/regression/ptrarg.c: added, fails due to bug #1430967
632         * src/regression/Makefile: ptrarg.c added, ...
633
634 2006-02-12 Maarten Brock <sourceforge.brock AT dse.nl>
635
636         * src/z80/gen.c (genUnpackBits): fixed bug 1019480
637         * support/regression/tests/bitfields.c: enabled signed bitfield for z80
638
639 2006-02-11 Borut Razem <borut.razem AT siol.net>
640
641         * src/SDCCmain.c: Added "sdcc: Calling linker..." if --verbose,
642           print "Processor: xxx" message to stdout only if --verbose
643
644 2006-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
645
646         * src/SDCCglue.c (printIvalStruct): fixed bug 1426356 union initializer
647         * support/regression/tests/bug1426356.c: added
648         * support/regression/tests/bitfields.c: removed 2 tests
649
650 2006-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
651
652         * device/include/mcs51/at89c51snd1c.h: updated comments, see patch 1428901
653         * device/include/mcs51/c8051f330.h,
654         * device/include/mcs51/c8051f350.h: used () with __at, renamed IDLE,STOP to
655           PCON_IDLE,PCON_STOP and added sfr16 definitions
656         * device/lib/_divsint.c,
657         * device/lib/_divuint.c,
658         * device/lib/_divulong.c,
659         * device/lib/_divulong.c: renamed a,b to x,y to avoid confusion, fixed
660           register bank bug for small stackauto
661
662 2006-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
663
664         * support/regression/fwk/lib/timeout.c: include <stdlib.h> for exit()
665
666 2006-02-08 Maarten Brock <sourceforge.brock AT dse.nl>
667
668         * support/regression/ports/mcs51-xstack-auto/spec.mk: forgot -I(...)/mcs51
669         * all.dsp: corrected several bin paths
670         * device/include/mcs51/c8051f120.h,
671         * device/include/mcs51/c8051f300.h,
672         * device/include/mcs51/c8051f310.h: used () with __at and renamed IDLE,STOP
673           to PCON_IDLE,PCON_STOP
674         * device/include/mcs51/c8051f320.h: see above, also added sfr16 definitions
675         * device/lib/printf_large.c (output_float): fixed bug 1388703
676         * support/regression/tests/bug1057979.c: added test for bug 1388703
677
678 2006-02-08 Raphael Neider <rneider AT web.de>
679
680         * src/pic/pcode.c (pciTRIS): fixed typo,
681           (BuildFlow,LinkFlow_pCode): added (disabled) debug output,
682           (LinkFlow): fixed handling of flows that end in a call,
683           (ReuseReg): perform safety check earlier
684         * src/pic/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed
685             to work with flows at the beginning of a pBlock,
686             fixes #1426557 (Symbol not previously defined),
687           (pic14_ReMapLiveRanges): NEW, destroy and rebuild register
688             usage information
689           (RemoveUnusedRegisters): update register usage info
690         * src/pic/ralloc.c (newReg): prevent duplicate registers from being
691             created, reuse existing ones instead
692         * src/pic/gen.c (genPcall): fixed #1424719
693
694 2006-02-07 Bernhard Held <bernhard AT bernhardheld.de>
695
696         * link/z80/lkmain.c,
697         * link/z80/lklex.c,
698         * link/z80/lkdata.c,
699         * link/z80/aslink.h: fixed build on current cygwin:
700         replaced getline() by lk_getline()
701
702 2006-02-01 Borut Razem <borut.razem AT siol.net>
703
704         * src/regression/add.c, src/regression/add2.c, src/regression/add3.c,
705           src/regression/add4.c, src/regression/and1.c, src/regression/and2.c,
706           src/regression/arrays.c, src/regression/b.c, src/regression/bank1.c,
707           src/regression/bool1.c, src/regression/bool2.c,
708           src/regression/bool3.c, src/regression/call1.c,
709           src/regression/compare.c, src/regression/compare10.c,
710           src/regression/compare2.c, src/regression/compare3.c,
711           src/regression/compare4.c, src/regression/compare5.c,
712           src/regression/compare6.c, src/regression/compare7.c,
713           src/regression/compare8.c, src/regression/compare9.c,
714           src/regression/configword.c, src/regression/for.c,
715           src/regression/inline.c, src/regression/mult1.c,
716           src/regression/nestfor.c, src/regression/or1.c,
717           src/regression/pointer1.c, src/regression/ptrfunc.c,
718           src/regression/rotate1.c, src/regression/rotate2.c,
719           src/regression/rotate3.c, src/regression/rotate4.c,
720           src/regression/rotate5.c, src/regression/rotate6.c,
721           src/regression/rotate7.c, src/regression/string1.c,
722           src/regression/struct1.c, src/regression/sub.c,
723           src/regression/sub2.c, src/regression/switch1.c,
724           src/regression/while.c, src/regression/xor.c,
725           src/regression/create_stc, src/regression/simulate,
726           src/regression/rt.sh, src/regression/Makefile: reenabled Scott's PIC14
727           regression tests
728         * src/regression/gpsim_assert.h: added
729
730 2006-01-28 Bernhard Held <bernhard AT bernhardheld.de>
731
732         * src/ds390/gen.c (unsaveRegisters): fixed literal function pointer
733         ((void (code *) (void)) 0) ();
734         * as/hc08/aslex.c,
735         * as/hc08/aslink.h,
736         * as/hc08/asm.h,
737         * as/hc08/asmain.c,
738         * as/hc08/lkdata.c,
739         * as/hc08/lklex.c,
740         * as/hc08/lkmain.c,
741         * as/mcs51/aslex.c,
742         * as/mcs51/aslink.h,
743         * as/mcs51/asm.h,
744         * as/mcs51/asmain.c,
745         * as/mcs51/lkdata.c,
746         * as/mcs51/lklex.c,
747         * as/mcs51/lkmain.c,
748         * as/z80/aslex.c,
749         * as/z80/asm.h,
750         * as/z80/asmain.c: fixed build on current cygwin:
751         replaced getline() by as_getline()
752
753 2006-01-27 Bernhard Held <bernhard AT bernhardheld.de>
754
755         * src/SDCC.y: fixed bug #716242, exchanged pointer and function
756         declarator in the symbol chain
757         * src/SDCCsymt.h,
758         * src/SDCCsymt.c (processFuncPtrArgs): added, removes "(void)"
759         parameter list for function pointers
760         * src/SDCCast.c (decorateType): added call of processFuncPtrArgs()
761         * support/regression/tests/bug-716242.c: added
762
763 2006-01-20 Bernhard Held <bernhard AT bernhardheld.de>
764
765         * src/SDCCicode.c (geniCodeAdd, geniCodeArray): use char for array
766         offset if possible
767         * src/SDCCast.c (getLeftResultType): 255 fits in char, not 256
768
769 2006-01-18 Bernhard Held <bernhard AT bernhardheld.de>
770
771         * src/SDCCast.c (backPatchLabels): fixed bug #1408066: made it
772         inifinitely recurseable, added static
773         * support/regression/tests/bug-1408066.c: added
774
775 2006-01-17 Bernhard Held <bernhard AT bernhardheld.de>
776
777         * src/SDCCicode.h,
778         * src/SDCCicode.c (newiTempPreheaderLabel, newiTempLoopHeaderLabel):
779         renamed, added possibility to create "postLoopLbl"-labels
780         * src/SDCCBBlock.c (iCodeBreakDown): renamed newiTempPreheaderLabel to
781         newiTempLoopHeaderLabel
782         * src/SDCCloop.c (newInduction, newRegion, backEdges, insertIntoLoop,
783         isNotInBlocks, addToExitsMarkDepth, createLoop, dominatedBy,
784         addDefInExprs, assignmentsToSym, isOperandInvariant, pointerAssigned,
785         hasNonPtrUse, loopInvariants, addressTaken, findInduction,
786         findDefInRegion, mergeRegions, ifMerged, mergeInnerLoops): made static,
787         (pinduction, pregion, hasIncomingDefs, findLoopEndSeq): disabled,
788         (basicInduction): fixed bug #136564, made static,
789         (loopInduction): changed parameter of basicInduction, made static,
790         (addPostLoopBlock): added
791         * src/SDCCloop.h: removed backEdges, pregion, pinduction,
792         loopOptimizations, addressTaken, findDefInRegion, hasIncomingDefs,
793         findLoopEndSeq
794         * support/regression/tests/bug-136564.c: added
795         * support/regression/ports/mcs51-xstack-auto/spec.mk: added
796         --std-sdcc99 to LIBSDCCFLAGS
797
798 2006-01-16 Bernhard Held <bernhard AT bernhardheld.de>
799
800         * src/SDCCicode.c (geniCodeIfx): fix bug 1406131: always false
801         while loop
802         * support/regression/tests/bug-1406131.c: added
803
804 2005-12-31 Bernhard Held <bernhard AT bernhardheld.de>
805
806         * src/SDCCast.c (decorateType): fix promotion of unary minus
807         * src/SDCCsymt.c (computeType): beautified
808         * src/SDCCval.c (cheapestVal): beautified, old non-Ansi version removed,
809         (valUnaryPM, valComplement): fix sign and promotion,
810         (valNot): ANSI: result type is int (SDCC: unsigned char)
811         * support/regression/tests/uminus.c: speedup by removing superflous
812         test case 'int'
813         * support/regression/tests/onebyte.c: added promotion and signedness
814         tests for unary minus
815         * support/regressions/tests/bug-477927.c: disable warning about
816         uninitialized variables
817         * support/regression/tests/not.c: added
818
819 2005-12-28 Bernhard Held <bernhard AT bernhardheld.de>
820
821         * device/lib/Makefile.in: added --std-sdcc99 to CFLAGS
822         * src/mcs51/gen.c (gen51Code): show final register usage after
823         fillGaps in asm with --i-code-in-asm
824         * src/SDCClrange.c (sequenceiCode, setLiveFrom, setLiveTo,
825         markLiveRanges, markAlive, findNextUseSym, findNextUse, unvisitBlocks,
826         incUsed, rliveClear, adjustIChain): made static,
827         (setFromRange): excluded because it's unused,
828         (findPrevUseSym, markWholeLoop): added,
829         (findPrevUse): rewritten; fixes bug 895992; now a complete search
830         through all branches of predecessors enables sdcc to emit the warning
831         W_LOCAL_NOINIT, marking of outermost loop was incomplete,
832         (rlivePoint): made static, added parameter emitWarnings which is only
833         true during the first run out of two,
834         (findRecursiveSucc, findRecursivePred): removed,
835         (computeLiveRanges): made static, added parameter emitWarnings,
836         (dumpIcRlive): added for debugging only
837         * src/SDCClrange.h: added boolean parameter to computeLiveRanges(),
838         removed prototype of setFromRange()
839         * src/SDCCopt.c (eBBlockFromiCode): added new parameter emitWarnings
840         in call of computeLiveRanges()
841         * support/regression/tests/bug-895992.c: added
842         * support/regression/tests/bug-971834.c: added
843         * support/valdiag/tests/bug-895992.c: added
844         * support/valdiag/tests/bug-971834.c: added
845
846 2005-12-18 Raphael Neider <rneider AT web.de>
847
848         * src/pic16/gen.c: added IS_DIRECT macro for "direct" operands,
849           (genUnpackBits): improved code for direct operands,
850           (genPackBits): improved code for literal assignment to bitfields
851             and for direct destination operands (no FSR indirection),
852             prevented redundant AND, fixes #1362800,
853           (AccLsh): added parameter to disable masking of the result
854         * src/pic16/pcode.c (pic16_safepCodeUnlink): fixed to work with
855           skip instructions with side-effects (like incfsz),
856           (pic16_pCodeIsAlive): suppress verbose output unless pcode_verbose,
857         * src/pic16/pcoderegs.c (RemoveRegsFromSet): removed annoying warning
858         * device/lib/pic16/Makefile.common.in: added --asm=@GPASM@ to CC,
859           fixes #1375263
860
861 2005-12-11 Bernhard Held <bernhard AT bernhardheld.de>
862
863         * src/SDCCicode.c (geniCodeAssign): fixed bug 11369874, don't use
864         volatile variables as spill location
865
866 2005-12-10 Bernhard Held <bernhard AT bernhardheld.de>
867
868         * src/SDCCcse.c (findCheaperOp): fixed bug 1376320, copy signedness to
869         replacing literals
870         * support/regression/tests/bug-1376320.c: added
871
872 2005-12-08 Raphael Neider <rneider AT web.de>
873
874         * src/pic/device.c: renamed is_shared to pic14_is_shared
875         * src/pic/gen.c (genIfx): re-enabled handling of sbits
876         * src/pic/glue.c (emitSymbolToFile): added workaround for sbits,
877           (is_valid_identifier): added for above workaround
878
879 2005-12-07 Maarten Brock <sourceforge.brock AT dse.nl>
880
881         * device/lib/Makefile.in: fixed to enable port-specific-objects
882         * device/lib/ds390/i2c390.c (BitOutI2C): optimized by making bout unsigned
883           char, thanks Hubert Sack
884         * doc/sdccman.lyx: documented --xstack-loc,
885           elaborated a bit more on interrupts and pitfalls,
886           removed "setjmp/longjmp unsupported",
887           documented some unsupported C99 features
888         * src/SDCCmain.c (linkEdit): adapted default lib path for --stack-auto
889         * src/SDCCpeeph.c (readRules): inserted patch 1367130 for finding missing
890           if, thanks Hubert Sack
891         * src/mcs51/gen.c (genEndFunction): enabled "pop psw" for regbank 0 isr
892         * support/regression/Makefile.in: test-mcs51-stack-auto no longer needs to
893           make make_library
894         * support/regression/get_ticks.py: new, get cpu cycles and code size, so
895           regression tests can report resource usage (rfe 700441)
896         * support/regression/collate-results.py: report resource usage
897         * support/regression/ports/ds390/spec.mk,
898         * support/regression/ports/hc08/spec.mk,
899         * support/regression/ports/mcs51/spec.mk,
900         * support/regression/ports/ucz80/spec.mk: run sim output through get_ticks
901         * support/regression/ports/ds390/uCsim.cmd,
902         * support/regression/ports/hc08/uCsim.cmd,
903         * support/regression/ports/mcs51/uCsim.cmd,
904         * support/regression/ports/ucz80/uCsim.cmd: inserted "state" to report time
905         * support/regression/ports/mcs51-stack-auto/spec.mk: no need to build the
906           library, use the default one
907         * support/regression/ports/mcs51-xstack-auto/spec.mk: inserted rules for
908           building the library
909
910 2005-12-06 Maarten Brock <sourceforge.brock AT dse.nl>
911
912         * config.dsp: added dependency on .version and configure_vc.awk
913         * device/include/setjmp.h: updated for --stack-auto and --xstack
914         * device/include/mcs51/at89c51snd1c.h: corrected line endings
915         * device/include/mcs51/XC866.h: added, thanks Llewellyn van Zyl
916         * device/lib/_setjmp.c: updated for --stack-auto and --xstack
917         * device/lib/libsdcc.lib: added _setjmp
918         * src/SDCCast.c (createIvalCharPtr): fixed warnings,
919           (decorateType): fixed bug 1372851,
920           (optimizeGetHbit): fixed warning
921         * src/SDCCglue.c (printIvalChar, printIvalArray): adapted for flexible
922           array initialisation
923         * support/regression/tests/bug1057979.c: added test for bug 1358192
924         * support/regression/tests/setjmp.c: added, test for setjmp/longjmp
925
926 2005-12-03 Borut Razem <borut.razem AT siol.net>
927
928         * support/scripts/sdcc.nsi: added /SOLID option to "SetCompressor lzma"
929           command since the NSIS was upgraded to version 2.11 on CF x86-linux2
930
931 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
932
933         * src/SDCCast.c (createIvalStruct, createIvalArray, createIvalPtr,
934         createIval): implement symbol independant "flexible array member",
935         (createIvalCharPtr): implemented flexible array initialisation with a
936         string
937         * src/SDCCsymt.c (copyStruct): removed,
938         (getSize): fixed misleading comment,
939         (getAllocSize): removed, the additional allocation size is now in
940         sym->flexArrayLength,
941         (checkStructFlexArray): new, syntax checks for flexible array members,
942         (compStructSize): added syntax checks for "flexible array members"
943         (copyStruct): removed,
944         (copyLinkChain): removed inefficient fix for bug 770487
945         * src/SDCCglue.c (emitRegularMap): getAllocSize has been removed
946         * src/SDCCsymt.h: added structdef.b_flexArrayMember and
947         symbol->flexArrayLength
948         * src/SDCCerr.c,
949         * src/SDCCerr.h: added W_INVALID_FLEXARRAY, W_C89_NO_FLEXARRAY,
950         E_FLEXARRAY_NOTATEND and E_FLEXARRAY_INEMPTYSTRCT
951         * support/regression/tests/structflexarray.c: added
952         * support/valdiag/tests/structflexiblearray.c: added
953
954 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
955
956         * src/SDCCast.c (decorateType): fixed bug 1368489
957         * support/Util/SDCCerr.c,
958         * support/Util/SDCCerr.h: added warning W_CMP_SU_CHAR
959
960 2005-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
961
962         * device/include/mcs51/at89c51snd1c.h: added file submitted by
963           Weston T. Schmidt <schmidtw AT users.sourceforge.net>, patch #1368001
964
965 2005-11-27 Borut Razem <borut.razem AT siol.net>
966
967         * support/cpp2/cppinit.c, support/cpp2/cpplib.h, support/cpp2/mkdeps.c,
968           support/cpp2/mkdeps.h: added command line option
969           -obj-ext=<extension> to SDCPP to define object file externion, used
970           for generation of make dependencies (-M)
971         * src/SDCCmain.c: pass -obj-ext=<extension> to SDCPP
972
973 2005-11-26 Borut Razem <borut.razem AT siol.net>
974
975         * support/scripts/sdcc.nsi: added small-stack-auto libraries,
976           added missing device/lib/mcs51/crt*.asm, pic and pic16 sources,
977           added pic and pic16 libraries
978
979 2005-11-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
980
981         * device/include/float.h: Corrected typo in prototype of __fsgt
982
983 2005-11-25 Borut Razem <borut.razem AT siol.net>
984
985         * sdcc/device/lib/Makefile.in, sdcc/device/lib/incl.mk:
986           added creation of model-mcs51-stack-auto libraries
987
988 2005-11-24 Bernhard Held <bernhard AT bernhardheld.de>
989
990         * src/SDCCsymt.c (copyLinkChain): fixed bug 770487, copy structdef
991         and fields-list too
992         * src/SDCCast.c (createIvalArray): removed obsolete comment
993
994 2005-11-24 Borut Razem <borut.razem AT siol.net>
995
996         * sdcc/device/lib/Makefile.in: remove all unnecessary files, 2nd try...,
997           added missing device/lib/mcs51/crt*.asm sources
998
999 2005-11-23 Bernhard Held <bernhard AT bernhardheld.de>
1000
1001         * src/SDCCast.c (createIvalCharPtr): fixed bug 1348271
1002
1003 2005-11-22 Maarten Brock <sourceforge.brock AT dse.nl>
1004
1005         * device/lib/_fs2schar.c,
1006         * device/lib/_fs2sint.c,
1007         * device/lib/_fs2slong.c: optimized inline asm
1008
1009 2005-11-21 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1010
1011         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
1012           Better handling of floats between -1.0 and 0.0.
1013
1014 2005-11-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1015
1016         * src/mcs51/peeph.def: added missing "if"s as noted by Hubert Sack.
1017           (the missing "if"s prohibited removal of redundant labels)
1018
1019 2005-11-19 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1020
1021         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
1022           Properly convert floats between -1.0 and 0.0 to long, int, and char
1023           types (max integer value of negative floats tends to zero).
1024         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
1025           Removed changes made so to work properly with floats between
1026           -1.0 and 0.0, as the problem is fixed in _fs2slong.c, _fs2sint.c,
1027           and _fs2char.c
1028
1029 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
1030
1031         * src/SDCCcse.c (ReplaceOpWithCheaperOp): minor fix for debugging only
1032         * src/mcs51/gen.c (genUnpackBits): better code and a fix,
1033         (genCast) cosmetic change
1034         * src/ds390/gen.c (genUnpackBits, ): ported from mcs51
1035         * src/ds390/ralloc.c (packRegsForAssign): ported fix for bitfields
1036         from mcs51
1037         * support/regression/tests/bitfields (testSignedBitfields): added
1038
1039 2005-11-18 Borut Razem <borut.razem AT siol.net>
1040
1041         * sdcc/device/lib/Makefile.in: remove all unnecessary files
1042         * device/lib/pic/Makefile.rules, device/lib/pic16/Makefile.subdir:
1043           introduced SILENT option to make building of pic16 libraries less
1044
1045 2005-11-18 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1046
1047         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
1048           Now they work properly with floats between -1.0 and 0.0
1049         * device/lib/printf_large.c: Removed temporary patch for bug 1358192
1050
1051 2005-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
1052
1053         * src/SDCCicode.c (printOperand): added missing else
1054
1055 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
1056
1057         * src/SDCCsymt.c (computeType): fixed bug 1358192: added missing else,
1058         reformatted for better readability
1059         * src/mcs51/gen.c (genUnpackBits): initial, incomplete support for
1060         signed bitfields
1061
1062 2005-11-17 Borut Razem <borut.razem AT siol.net>
1063
1064         * device/lib/pic16/Makefile.rules, device/lib/pic16/Makefile.subdir:
1065           introduced SILENT option to make building of pic16 libraries less
1066           verbose - used for nightly snapshot build
1067         * doc/sdccman.lyx: documented that SDCDB and ucSim are currently not
1068           available on Win32 platforms.
1069         * sdcc/device/lib/Makefile.in: added library sources for mcs51, small,
1070           medium, large, pic and pic16
1071
1072 2005-11-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1073
1074         * device/lib/printf_large.c: Temporary patch for bug 1358192:
1075           printf("%f"...) sets fraction to zero.
1076
1077 2005-11-16 Raphael Neider <rneider AT web.de>
1078
1079         * src/pic/pcode.c (LinkFlow): handle empty flows correctly,
1080           fixes #1357221
1081         * src/pic/gen.c (genIfx): implemented for CARRY bit
1082         * src/pic16/gen.c (genAssign,genCast): fixed assigning/casting
1083           to generic pointers, fixes #1357332,
1084           (pic16_movLit2f): NEW,
1085           (pic16_storeForReturn,genDataPointerSet): use pic16_movLit2f
1086
1087 2005-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
1088
1089         * src/SDCCmain.c (parseCmdLine): fixed bug 1356800, thanks rsudjian
1090
1091 2005-11-11 Raphael Neider <rneider AT web.de>
1092
1093         * src/pic/gen.c: handle FPOINTERS like POINTERS everywhere
1094         * src/pic16/gen.c (pic16_derefPtr): now works for non-pointers as well,
1095           compute pointer's type from operand,
1096           (genUnpackBits,genPackBits): handle FPOINTERS correctly, re-indented,
1097           improved single bit reads, fixes bug #1353379
1098
1099 2005-11-09 Borut Razem <borut.razem AT siol.net>
1100
1101         * support/scripts/sdcc.nsi: added lib/pic to the package
1102
1103 2005-11-08 Maarten Brock <sourceforge.brock AT dse.nl>
1104
1105         * src/SDCCval.c (valUnaryPM): fixed bug 1350699
1106
1107 2005-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
1108
1109         * support/regression/tests/bug1348008.c: added
1110         * src/mcs51/gen.c (saveRBank, unsaveRBank): fixed bug 1348008
1111         * support/regression/tests/bug1337835.c: updated comment
1112
1113 2005-11-06 Borut Razem <borut.razem AT siol.net>
1114
1115         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
1116           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
1117           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
1118           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
1119           sim/ucsim/cmd.src/set.cc, sim/ucsim/cmd.src/show.cc:
1120           dynamic construction of cl_error_class and derivates - 2.nd try
1121
1122 2005-11-05 Borut Razem <borut.razem AT siol.net>
1123
1124         * sim/ucsim/sim.src/error.cc: fixed uninitialized class member variable
1125           bug, which caused Bus Errors on sparc solaris
1126
1127 2005-11-04 Borut Razem <borut.razem AT siol.net>
1128
1129         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
1130           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
1131           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
1132           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
1133           sim/ucsim/cmd.src/cmdconf.cc: dynamic construction of cl_error_class
1134           and derivates to resolve the initialization problem on OSX
1135
1136 2005-11-02 Borut Razem <borut.razem AT siol.net>
1137
1138         * sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
1139           corrected typo - #include <winsock2.h>
1140
1141 2005-11-02 Maarten Brock <sourceforge.brock AT dse.nl>
1142
1143         * src/asm.c (printILine): always close tmpFile, thanks Beau E. Cox,
1144           (_asxxxx_mapping): added org directive for future enhancements
1145
1146 2005-11-01 Borut Razem <borut.razem AT siol.net>
1147
1148         * sim/ucsim/app.cc, sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
1149           enabled sockets on WIN32
1150         * sim/ucsim/cmd.src/newcmd.cc: fixed bug with uninitialized variables
1151
1152 2005-10-31 Borut Razem <borut.razem AT siol.net>
1153
1154         * support/regression/generate-cases.py: escape backslashes in {testcase}:
1155           WIN32 backslash path delimiters should be escaped when used in C strings
1156         * support/regression/tests/bitfields.c: exclude failing assertions for
1157           __CYGWIN32__ and __MINGW32__ hosts
1158
1159 2005-10-30 Borut Razem <borut.razem AT siol.net>
1160
1161         * src/SDCCutil.c: corrected double comparison typo
1162
1163 2005-10-30 Maarten Brock <sourceforge.brock AT dse.nl>
1164
1165         * device/lib/medium/Makefile: added for new memory model medium
1166         * device/include/asm/mcs51/features.h: updated for medium/pdata
1167         * device/include/mcs51/c8051f120.h: added sfr16/sfr32 definitions,
1168           added Multiply & Accumulate sbit's and MAC0_PAGE define
1169         * device/include/mcs51/c8051f300.h: added sfr16 definitions
1170         * device/include/mcs51/c8051f310.h: added sfr16 definitions
1171         * device/lib/_mullong.c: update for medium model
1172         * device/lib/incl.mk: added medium model
1173         * doc/sdccman.lyx: documented medium model
1174         * src/SDCCast.c (isBitAndPow2): simplified using updated powof2
1175         * src/SDCCicode.c (geniCodeMultiply, geniCodeDivision): use updated powof2
1176         * src/SDCCmain.c (optionsTable, linkEdit): enabled medium model
1177         * src/SDCCmem.c (allocIntoSeg): set iaccess for pdata symbols,
1178           (allocParms): set SCLS and OCLS to pdata for medium model
1179         * src/SDCCsymt.c (processFuncArgs): use default_local_map and set iaccess
1180           for pdata,
1181           (powof2): return <0 if not power of 2
1182         * src/avr/gen.c (genBitWise): use updated powof2
1183         * src/mcs51/gen.c (genMinusDec): use acc if necessary,
1184           (shiftR2Left2Result): small optimization in setup, save acc when storing,
1185           (shiftLLeftOrResult): use B if necessary
1186         * src/mcs51/main.c (_mcs51_finaliseOptions, mcs51_port): added medium model
1187         * src/mcs51/peeph.def: renamed 226 to 226.b, added 226.a
1188         * src/pic/main.c (_pic14_do_link): made void parameter list explicit
1189         * support/regression/Makefile.in: added test-mcs51-medium
1190         * support/regression/ports/mcs51-medium/spec.mk: added to test medium model
1191
1192 2005-10-28 Bernhard Held <bernhard AT bernhardheld.de>
1193
1194         * src/SDCCsymt.c (compStructSize): make bitfields without (un)signed
1195         specifier unsigned
1196         * device/lib/time.c (mktime): fixed bug 1334315
1197
1198 2005-10-28 Raphael Neider <rneider AT web.de>
1199
1200         * device/include/pic/p16f_common.inc: added common declarations
1201         * src/pic/ralloc.c (initStack): moved regs *r to block start for Alpha
1202
1203 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
1204
1205         * src/mcs51/gen.c (getTempRegs): return 0 if not enough registers found,
1206           (aopPutUsesAcc): added to predict accumulator use,
1207           (assignResultValue): save acc if necessary,
1208           (genMinusDec): store result if indirectly addressed,
1209           (genDivOneByte):  save acc if necessary,
1210           (movLeft2Result): bugfix if left already in acc,
1211           (genAnd, genOr, genXor, shiftL2Left2Result, shiftR2Left2Result): pay more
1212             attention to accumulator use (esp. pdata),
1213           (genReceive): receive pdata correctly
1214         * src/SDCCicode.c (isOperandInPagedSpace): added to detect pdata operands
1215         * src/SDCCicode.h: added isOperandInPagedSpace prototype
1216
1217 2005-10-27 Raphael Neider <rneider AT web.de>
1218
1219         * doc/sdccman.lyx: corrected version (should be 2.5.4 not 2.5.5)
1220
1221 2005-10-27 Raphael Neider <rneider AT web.de>
1222
1223         * .version: changed version to 2.5.4
1224         * doc/sdccman.lyx: changed version to 2.5.4, added some remarks to PIC14
1225         * device/lib/pic/libsdcc/{_mulint.c,_mullong.c}: use unsigned literals,
1226           (_divschar.c,divuchar.c,_mulchar.c,_modschar.c,_moduchar): NEW,
1227             arithmetics support routines
1228         * device/lib/pic/Makefile.rules: have assembler sources preprocessed
1229         * device/lib/Makefile.in: also create installdir for pic
1230
1231         * src/SDCCopt.c (cnvToFcall): mark support routines `extern' for
1232           pic14 port as well
1233         * src/pic/device.c (dump_sfr): rewritten to delegate register
1234           placement to the linker (use `extern sym' rather than sym EQU addr),
1235           (validAddress): fixed to check last specified address
1236         * src/pic/gen.c (aopForSym): added code to deal with array (useless?),
1237           (popGetLit): truncate literal value to 8 bit,
1238           (popGet): moved assert to more appropriate place
1239           (popGetExternal): create pCode operand from and mark the according
1240             symbol as being `extern'
1241           (popGetAddr): added sanity check on immediate's offset, provide
1242             GPOINTER tag on demand
1243           (aopPut): fixed for immediates,
1244           (mov2w_op): move operand's address or contents to WREG (depending on
1245             operand type), safer variant of mov2w,
1246           (movwf,call_libraryfunc): NEW, handy abbreviations,
1247           (get_argument_pcop,get_return_val_pcop,pass_argument,
1248           get_returnvalue): interface for accessing function parameters and
1249             return values,
1250           (assignResultValuei,genRet): use new parameter/return value interface
1251           (pic14_getDataSize): back to old version handling generic pointers,
1252           (pic14_toBoolean,genNot,genCpl,genCmpEq,genOrOp): heavily rewritten,
1253             provided implementation and/or fixed old one,
1254           (genMultOneByte,genDivOneByte,genModOneByte): implemented as library
1255             calls, removed legacy 8051 reference code
1256           (AccLsh,AccRsh): rewritten and fixed to deal with signed operands
1257           (loadSignToC): NEW, move the operands sign bit to CARRY,
1258           (genGenericShift): NEW, replaces genLeftShift, genRightShift and
1259             genRightShiftSigned, accepts negative shift counts,
1260           (setup_fsr): load FSR and adjust IRP (indirect memory access),
1261           (emitPtrByteGet,emitPtrByteSet): rewritten, now works with
1262             generic pointers, __data pointers and __code pointers,
1263           (genUnpackBits,genPackBits): rewritten to work with generic pointers
1264             and signed bitfields, limit bitfields to 8 bit,
1265           (genDataPointerGet): fixed number of bytes read,
1266           (genGenPointerGet,genConstPointerGet): fixed bitfield access,
1267           (genPointerGet,genPointerSet): fixed handling of __code pointers,
1268             pointers to constant data are no longer assumed to point to __code
1269             space, removed invalid pointer types,
1270           (bitpatternFromVal): retrieve the PICs representation of an integer
1271             or float literal,
1272           (genDataPointerSet): fixed assigning to po_immediate operands,
1273           (genGenPointerSet): implemented as library call,
1274           (genIfx): fixed incorrect condition,
1275           (genAddrOf): limit generic pointers' addresses to 2 bytes,
1276             provide GPOINTER tag according to destination's storage class,
1277           (genCast): added code to handle casting to generic pointers, added
1278             sign-/zero extension of the result
1279           (aop_isLitLike,op_isLitLike): fixed handling of immediates
1280         * src/pic/gen.h: added macros to access IRP bit in STATUS register
1281         * src/pic/genarith.c (genAddLit): use min(result's,left's) size, sign
1282           extend the result
1283         * src/pic/glue.c (is_shared_address,is_shared): check whether a given
1284           address/register resides in the shared banks
1285           (emitSymbolToFile): improved to handle global and `pinned' symbols,
1286             put all variables into separate sections (have the linker arrange
1287             them)
1288           (picglue): put init code and interrupt handlers in separate sections
1289         * src/pic/main.c: added port specific options table, modified to PORT
1290           structure to make GPOINTERs 3 byte, added pic14_options
1291           (_pic14_do_link): private linking routine (update paths to libraries,
1292             add libsdcc.lib by default)
1293         * src/pic/main.h: declare pic14_options
1294         * src/pic/pcode.c: fixed instructions i/o relations,
1295           (RegCond): reverted to correct version,
1296           (newpCodeOpLit): truncate literals to 8 bit,
1297           (genericPrint): added debug output,
1298           (getRegFromInstruction): fixed for various operand types, simplified
1299           (BuildFlow): fixed broken handling of isntructions with labels
1300           (LinkFlow): start at last instruction in flow (skip trailing comments),
1301             pass the flow on to the next instruction after CALL
1302           (pCodeReplace): NEW, replace a pCode and move meta data to the new one
1303           (insertPCodeInstruction): fixed inserting after a skip instruction,
1304           (DoBankSelect): fixed for labeled instructions
1305           (OptimizepBlock): honor --nopeep switch
1306           (AnalyzeFlow,ReuseReg): prevent crash on source files with no function
1307         * src/pic/pcodepeep.c (pCodePeepMatchRule): prevent NULL pointer accesses
1308         * src/pic/pcoderegs.c (regIsLocal): NEW, check visibility of a register
1309           (pCodeOptime2pCodes): allow disabling this optimization via
1310             --no-pcode-opt due seldomly occuring bugs, fixed some conditions
1311             but is still buggy), started implementation of a dataflow based
1312             pCode optimization (CSE + dead code elimination)
1313           (pCodeRegMapLiveRangesInFlow): removed bogus inCond
1314         * src/pic/ralloc.c (initStack): renamed stack registers to STK%d, the new
1315           names are independant of the stack location and therefore portable across
1316           devices
1317
1318 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
1319
1320         * src/mcs51/ralloc.c (bitType): added to detect bit variables,
1321           (selectSpil): fixed bug 1337835 by not spilling bit variables
1322         * support/regression/tests/bug1337835.c: added test for this bug
1323         * src/mcs51/peeph.def: restart after rule 3.c,
1324           addded rules 263.x to optimize loading constants
1325
1326 2005-10-26 Raphael Neider <rneider AT web.de>
1327
1328         * src/SDCCsymt.c (compStructSize): allow signed bitfields for PIC ports
1329         * src/pic16/gen.c (genUnpackBits): support signed bitfields,
1330           (genAssign): emit warning when casting literals to generic pointer
1331             type, also applies when taking the address of a fixed variable,
1332           (genCast): improved casting to generic pointers
1333         * src/pic16/glue.c (pic16emitStaticSeg): fixed(?) handling of fixed
1334           extern variables, added verbose error message
1335         * device/include/pic16/{string.h,errno.h}: added #pragma library c
1336
1337 2005-10-26 Bernhard Held <bernhard AT bernhardheld.de>
1338
1339         * src/mcs51/gen.c (genMinus): fixed bug 1270906: reverse subtraction,
1340         carry must be complemented too
1341         * src/mcs51/peeph.def: addded rule 262 to remove double cpl c, which
1342         could be emitted by genMinus
1343         * src/SDCCval.c (constVal): fixed bug 1305065
1344
1345 2005-10-25 Bernhard Held <bernhard AT bernhardheld.de>
1346
1347         * src/SDCCast.c (addCast): added promotion for bit variables
1348         (decorateType): emit W_COMPLEMENT before the problem vanishes behind
1349         promotion casts + optimisation
1350         (optimizeGetWord): fix warning 'i' might be used uninitialized
1351         * src/mcs51/gen.c (genCpl): removed W_COMPLEMENT
1352         * src/ds390/gen.c (genCpl): removed W_COMPLEMENT
1353
1354 2005-10-24 Bernhard Held <bernhard AT bernhardheld.de>
1355
1356         * src/SDCCicode.c (ast2iCode): reverted to 1.224 because of regression:
1357         all chars are promoted to int; promotion should be handled in SDCCast.c
1358
1359 2005-10-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1360
1361         * device/lib/_strcmp.c: Fixed bug 1326457
1362
1363 2005-10-11 Raphael Neider <rneider AT web.de>
1364
1365         * device/lib/pic16/libio/i2c.ignore: added 1320, fixes broken builds
1366         * device/lib/pic16/libdev/pic18f1320.c: added 1320's device library
1367
1368 2005-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
1369
1370         * src/SDCC.y (AT): fixed bug with sfr32 addresses when built with GCC
1371         * support/regression/tests/sfr16.c: added test for the sfr32 bug
1372
1373 2005-10-04 Raphael Neider <rneider AT web.de>
1374
1375         * device/include/pic16/pic18fregs.h, src/pic16/devices.inc,
1376           device/lib/pic16/pics.all: added pic18f1320
1377         * src/pic16/pcode.c (mnem2key): fixed prototype's argument mismatch
1378
1379 2005-09-30 Raphael Neider <rneider AT web.de>
1380
1381         * src/pic16/device.c (Pics16[]): moved device descriptions to devices.inc
1382         * src/pic16/devices.inc: NEW, provides device descriptions
1383         * src/pic16/gen.c (genInline): fixed handling of ';'-comments
1384
1385 2005-09-26 Maarten Brock <sourceforge.brock AT dse.nl>
1386
1387         * src/SDCCicode.c (operandOperation): added GETABIT, GETBYTE, GETWORD and
1388           GETHBIT
1389
1390 2005-09-25 Maarten Brock <sourceforge.brock AT dse.nl>
1391
1392         * doc/sdccman.lyx: updated Highest Order Bit documentation,
1393           documented Any Order Bit, Higher Order Byte and Higher Order Word
1394         * src/SDCC.y: added tokens GETABIT, GETBYTE, GETWORD
1395         * src/SDCCast.c (optimizeGetHbit): updated to also accept bool=expr&(1<<n),
1396           (optimizeGetAbit): new, to get any bit, not only the high bit,
1397           (optimizeGetByte): new, to get a byte from a (long) int: expr>>(8*n),
1398           (optimizeGetWord): new, to get a word from a long int: expr>>(8*n),
1399           (isConformingBody): also check GETABIT, GETBYTE, GETWORD,
1400           (decorateType): '&': also try GETABIT, GETBYTE, GETWORD optimization,
1401             RIGHT_OP: also try GETBYTE, GETWORD optimization,
1402             GETABIT, GETBYTE, GETWORD: decorate them,
1403           (isShiftRightLitVal, isBitAndPowOf2): new helper functions,
1404           (ast_print): added GETABIT, GETBYTE, GETWORD
1405         * src/SDCCcse.c (isSignedOp): added GETABIT, GETBYTE, GETWORD
1406         * src/SDCCicode.c (codeTable): added GETABIT, GETBYTE, GETWORD,
1407           (geniCodeBinary): new generic binary icode,
1408           (ast2iCode): added GETABIT, GETBYTE, GETWORD
1409         * src/port.h: updated comment for PORT.hasExtBitOp
1410         * src/mcs51/gen.c (genGetAbit): new, to get any single bit,
1411           (genGetByte): new, to get a single byte,
1412           (genGetWord): new, to get a word from a long,
1413           (gen51Code): added GETABIT, GETBYTE, GETWORD
1414         * src/mcs51/main.c (hasExtBitOp): added GETABIT, GETBYTE, GETWORD
1415
1416 2005-09-23 Raphael Neider <rneider AT web.de>
1417
1418         * configure.in, configure: have device/lib/pic configured
1419         * device/lib/Makefile.in: added model-pic14
1420         * device/lib/clean.mk: added pic/ to clean rule
1421         * device/lib/pic: added rudimentary pic14 library providing support
1422           functions for multiplication/division/generic pointer access
1423         * src/SDCCopt.c (convilong): mark support functions as extern
1424           for pic14 port as well
1425         * src/pic/gen.c (genMult): added assertions,
1426           (genpic14Code): emit warning on unhandled iCodes
1427         * src/pic/main.c (_hasNativeMulFor): return true only for 8x8 bit
1428         * src/pic/pcode.c (pCodeOpCopy),
1429         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed handling of various
1430           pCodeOpReg-subtypes (PO_{STATUS,INTCON,PCL,PCLATH,PCLATU,BSR,
1431           SFR_REGISTER}), made safe for future extensions
1432         * src/pic16/pcode.c (pic16_safepCodeUnlink): allow for removal of
1433           instructions even if preceeded by SKIP instructions (also remove
1434           them); removed unused code
1435         * src/pic16/pcode.h: added arg2 to pCodeOpLit to match pCodeOpLit2,
1436           prevents leaving parts of the structure uninitialized after copying
1437
1438 2005-09-22 Maarten Brock <sourceforge.brock AT dse.nl>
1439
1440         * src/mcs51/gen.c (genMinus): fix for undetected bug introduced 3 months
1441           ago by me
1442         * support/regression/tests/addsub.c: added test for the bug
1443
1444 2005-09-21 Raphael Neider <rneider AT web.de>
1445
1446         * device/include/pic16/pic18f1220.h,
1447           device/lib/pic16/libdev/pic18f1220.c: added ECCPAS sfr and bitfield
1448         * device/lib/pic16/Makefile.rules: added missing opening paren
1449         * src/pic16/gen.c (pic16_genNot,pic16_genCpl): removed as these
1450           are provided in genutils.c,
1451           (genUminusFloat,genUminus,genCmpEq): added asserts on different
1452           operand/result sizes,
1453           (genCmp): assert on NULL pointers first, then check deref'ed values
1454         * src/pic16/genutils.c (pic16_genCpl): fixed for different operand/
1455           result size
1456
1457 2005-09-18 Raphael Neider <rneider AT web.de>
1458
1459         * src/pic16/gen.c (genFarPointerGet,genFarPointerSet): removed
1460           as these are now unused,
1461           (genPointerGet,genPointerSet): handle FPOINTERs like POINTERs
1462         * src/pic16/pcode.c (pic16_symIsSpecial): assume REG_TMPs to be
1463           local, avoids uninitialized pointer dereference on r->name
1464         * src/pic16/ralloc.c (newReg): fixed indentation
1465
1466 2005-09-13 Maarten Brock <sourceforge.brock AT dse.nl>
1467
1468         * src/SDCCval.c (constVal): fixed bug 730366
1469         * support/Util/SDCCerr.c,
1470         * support/Util/SDCCerr.h: added warning W_INVALID_INT_CONST
1471
1472 2005-09-10 Maarten Brock <sourceforge.brock AT dse.nl>
1473
1474         * as/mcs51/lkmem.c (summary2): fixed report for absolute areas (bug 1210220)
1475
1476 2005-09-09 Maarten Brock <sourceforge.brock AT dse.nl>
1477
1478         * src/mcs51/peeph.def (241.x): fixed bug when comparing generic pointers
1479
1480 2005-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
1481
1482         * as/hc08/lkaomf51.c (OutputName): made name unsigned char,
1483           (hex2dec): made hex_digit unsigned char, removed ascii dependance
1484         * as/mcs51/lkaomf51.c (OutputName): made name unsigned char,
1485           (hex2dec): made hex_digit unsigned char, removed ascii dependance
1486         * as/mcs51/lkarea.c (lnkarea2): sort absolute areas to the front
1487         * packihx/packihx.c (hexDigit): made c unsigned char
1488         * as/mcs51/lklibr.c (fndsym),
1489         * link/z80/lkgb.c (gb),
1490         * link/z80/lklibr.c (fndsym),
1491         * link/z80/lkrloc.c (relr),
1492         * sim/ucsim/libltdl/ltdl.c (load_deplibs, try_dlopen),
1493         * src/SDCC.lex (checkCurrFile, process_pragma),
1494         * src/SDCCglue.c (spacesToUnderscores),
1495         * src/SDCCmain.c (setParseWithComma, processFile),
1496         * src/asm.c (tvsprintf, printCLine),
1497         * src/avr/gen.c (emitcode, aopPut),
1498         * src/ds390/gen.c (emitcode),
1499         * src/hc08/gen.c (emitcode, emitinline),
1500         * src/mcs51/gen.c (emitcode, genInline),
1501         * src/pic/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
1502           tokenizeLineNode),
1503         * src/pic/ralloc.c (debugLog),
1504         * src/pic16/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
1505           tokenizeLineNode),
1506         * src/pic16/ralloc.c (debugLog),
1507         * src/z80/main.c (_process_pragma):
1508            made all ctype.h function calls safe
1509         * src/SDCCopt.c: include math.h for fabs
1510         * src/SDCCpeeph.c: added macros ISCHARDIGIT, ISCHARSPACE and ISCHARALNUM
1511           and used them throughout the code to make ctype.h function calls safe
1512         * src/ds390/main.c (asmLineNodeFromLineNode),
1513         * src/mcs51/main.c (asmLineNodeFromLineNode): made p unsigned char*
1514         * src/pic/gen.c (DEBUGpic14_emitcode, pic14_emitcode): made lbp
1515            unsigned char*
1516         * src/pic/pcode.c (mnem2key): made mnem unsigned char*,
1517           (newpCodeAsmDir): made ctype.h function calls safe
1518         * src/pic16/gen.c (pic16_emitpcomment, DEBUGpic16_emitcode,
1519           pic16_emitcode):  made lbp unsigned char*
1520         * src/pic16/pcode.c (mnem2key): made mnem unsigned char*,
1521           (pic16_newpCodeAsmDir): made ctype.h function calls safe
1522         * src/xa51/gen.c (emitcode),
1523         * src/z80/gen.c (_emit2): made lbp unsigned char*
1524         * support/Util/MySystem.c (split_command): made cmd_line and p unsigned
1525            char*
1526
1527 2005-09-05 Raphael Neider <rneider AT web.de>
1528
1529         * src/pic16/ralloc.c (pic16_allocDirReg): use device specific
1530           access bank splitpoint
1531
1532 2005-09-05 Raphael Neider <rneider AT web.de>
1533
1534         * device/lib/pic16/libc/Makefile: added (missing) string to SUBDIRS
1535
1536 2005-09-03 Maarten Brock <sourceforge.brock AT dse.nl>
1537
1538         * .version: changed to version 2.5.3
1539         * doc/sdccman.lyx: changed version to 2.5.3,
1540           documented --codeseg and --constseg and pragma codeseg and constseg,
1541           documented bit parameters (reentrant) and bit returning
1542         * src/SDCCicode.c (geniCodeReceive): fixed (possible) bug generating
1543            currFunc->recvSize, but is this ok for all ports?
1544           (ast2iCode): result of ~ on unsigned char must be cast to int for
1545            bool to work
1546         * src/SDCCmem.c (allocGlobal, allocLocal): don't put bit returning
1547           function pointers in bit space
1548         * src/SDCCsymt.c (checkSClass): allow bit returning function pointers,
1549           (processFuncArgs): call port.reg_parm() with reentrancy info
1550         * src/port.h,
1551         * src/avr/main.c,
1552         * src/ds390/main.c,
1553         * src/hc08/main.c,
1554         * src/pic/main.c,
1555         * src/pic16/main.c,
1556         * src/xa51/main.c,
1557         * src/z80/main.c: port.reg_parm prototype extended with
1558           "bool reentrant" parameter
1559         * src/mcs51/main.c (_mcs51_regparm): use parameter reentrant instead of
1560           options.stackAuto for allocating bit register parameters
1561         * src/mcs51/gen.c (genNot): optimized complementing direct bit,
1562           (genSend): set BitBankUsed if it is,
1563           (selectRegBank): factored out of genCall for use in genPcall,
1564           (genCall): removed redundant dtype assignmen, use selectRegBank,
1565           (genPcall): handle returning in Carry properly, save in F0 if needed,
1566           (genReceive): handle bit register parameters
1567         * src/mcs51/ralloc.c (updateRegUsage): update BitBankUsed along the way,
1568           (mcs51_assignRegisters): enable bit registers for all reentrant
1569            functions and don't set BitBankUsed unconditionally
1570         * src/mcs51/peeph.def (177.d): fixed bug if %2==%3
1571         * support/regression/tests/bitvars.c: enable tests for SDCC_STACK_AUTO
1572         * support/regression/tests/funptrs.c: added tests for BOOL and for return
1573
1574 2005-08-27 Borut Razem <borut.razem AT siol.net>
1575
1576         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) and on
1577         ppc-osx (Darwin) does not support -u option. It seems that it is
1578         supported only on Linux - GNU cp
1579
1580 2005-08-25 Borut Razem <borut.razem AT siol.net>
1581
1582         * sim/ucsim/gui.src/serio.src/Makefile.in,
1583           sim/ucsim/s51.src/Makefile.in, sim/ucsim/avr.src/Makefile.in,
1584           sim/ucsim/z80.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
1585           sim/ucsim/xa.src/Makefile.in: install -s changed to 2 steps:
1586           install and strip, since the strip at /usr/ccs/bin should be used
1587           on solaris
1588
1589 2005-08-24 Borut Razem <borut.razem AT siol.net>
1590
1591         * clean.mk, device/lib/clean.mk: find on sparc-solaris does not support -maxdepth option
1592
1593 2005-08-23 Bernhard Held <bernhard AT bernhardheld.de>
1594
1595         * src/SDCCopt.c (convertToFcall): fixed modulus with divisors 1 and
1596         ffffffffu
1597
1598 2005-08-23 Maarten Brock <sourceforge.brock AT dse.nl>
1599
1600         * as/mcs51/aslink.h: completed lkrloc.c prototypes
1601         * as/mcs51/lkmain.c (link_main): fixed warning
1602         * device/include/stdbool.h: ds390 has no advanced bit support yet
1603         * src/SDCC.y: use SPEC_SHORT and renamed _signed to b_signed
1604         * src/SDCCsymt.c: use SPEC_SHORT and renamed _signed to b_signed
1605         * src/SDCCsymt.h (struct specifier): renamed _xxx bitfields to b_xxx
1606           and updated their macros
1607         * src/SDCCval.c (constVal): updated comment for renamed b_long
1608
1609 2005-08-22 Maarten Brock <sourceforge.brock AT dse.nl>
1610
1611         * as/mcs51/asdata.c: changed ctype['['] to BINOP
1612         * as/mcs51/asexpr.c (expr): added case '[' for bit access in bdata,
1613           (term): abused bit 15 of s_addr to indicate bit-addressable bytes,
1614           (oprio): set priority for '['
1615         * as/mcs51/aslink.h: added define R_BIT, and prototypes for adb_bit
1616            and adb_24_bit
1617         * as/mcs51/asm.h: added defines R_BIT and S_BIT
1618         * as/mcs51/lkarea.c (lnksect2): use T for seg BIT_BANK and overlay it
1619         * as/mcs51/lkdata.c: changed ctype['['] to BINOP
1620         * as/mcs51/lkmain.c (Areas51): rel2 contains 12 (=C) areas now,
1621           added overlayable BIT_BANK area
1622         * as/mcs51/lkmem.c (summary): add BIT_BANK to BSEG_BYTES in the report,
1623           (summary2): explain 'T' in legenda
1624         * as/mcs51/lkrloc.c: replaced old K&R style,
1625           (relr): added R_BIT processing,
1626           (errmsg): added "Bit-addressable relocation error",
1627           (adb_bit): added for converting from byte- to bit-addressable space,
1628           (adb_24_bit): added for converting from byte- to bit-addressable space
1629         * device/include/stdbool.h: changed BOOL to __bit for mcs51 as it can be
1630            used in reentrant functions now even as return value
1631         * device/lib/_gptrput.c (_gptrput): removed obsolete code
1632         * src/SDCCast.c (resultTypePropagate): also propagate AND_OP and OR_OP,
1633           (decorateType): case '!', GETHBIT, AND_OP, OR_OP: result in bool or char
1634         * src/SDCCglobl.h: added indicator BitBankUsed
1635         * src/SDCCglue.c (glue): emit area BIT_BANK with byte 'bits' and equ's for
1636            the bit registers b0-b7
1637         * src/SDCCicode.c (operandFromSymbol): removed IS_BITVAR check,
1638           (geniCodeCast): fixed bug 1263853,
1639           (geniCodeLogicAndOr): put result in bool or char,
1640           (geniCodeReceive): added parameter func for accessing the return type,
1641           (geniCodeFunctionBody): pass func to geniCodeReceive
1642         * src/SDCCmain.c: added indicator BitBankUsed
1643         * src/SDCCmem.c (allocLocal): explicitly set sclass for V_BIT
1644         * src/SDCCsymt.c (newBoolLink): added for creating a bool/bit,
1645           (checkSClass): don't put automatic bool/bit on stack,
1646           (checkFunction): removed check on function cannot return bit
1647         * src/SDCCsymt.h: added newBoolLink prototype
1648         * src/mcs51/gen.c (rb1regs): added bit registers,
1649           (movc): created for assigning to carry,
1650           (pushReg, popReg): created for pushing registers,
1651           (sameRegs): check both AOP_REG and AOP_CRY types,
1652           (aopOp): handle bit registers,
1653           (aopPut): optimization no self-assign,
1654           (saveRegisters): push reg->base (bits) only once for bit registers,
1655            and use pushReg,
1656           (unsaveRegisters): pop reg->base only once and use popReg,
1657           (assignResultValue): added parameter func and return in carry for bits,
1658           (genIpush): optimization no reload in A if not changed,
1659           (genSend): bit parameters in reentrant functions are passed in bit
1660            registers by first assigning to bits in B, then save registers and
1661            copy B to bits,
1662           (genCall): handle returning in Carry properly, save it in F0 if needed,
1663           (genPcall): updated assignResultValue call, this is not safe yet for bit
1664            returning function !!!
1665           (genFunction): don't generate equ's for bit registers and use pushReg,
1666           (genEndFunction): take care of bit returning functions and use popReg,
1667           (genRet): return bit in Carry,
1668           (genIfx): optimize bit registers and other directly addressable bits,
1669           (genReceive): updated assignResultValue call
1670         * src/mcs51/main.c (_mcs51_reset_regparm): added regBitParmFlg,
1671           (_mcs51_regparm): allow passing of upto 8 bit parameters in bit
1672            registers when using stack-auto
1673         * src/mcs51/ralloc.c (_G): added allBitregs,
1674           (regs8051): added the bit registers,
1675           (createStackSpil): use macro IS_BIT,
1676           (getRegBit): added to allocate a bit register, else spill,
1677           (getRegBitNoSpil): added to allocate a bit register, else a gpr,
1678           (updateRegUsage): factored out to ease stepping while debugging,
1679           (serialRegAssign): use updateRegUsage, only spill bits if necessary,
1680            also allocate bit registers,
1681           (fillGaps): handle bit registers,
1682           (findAllBitregs): added to create bit vector with all bit registers,
1683           (mcs51_allBitregs): returns this bit vector,
1684           (mcs51_assignRegisters): when using stack-auto use bit registers for
1685            passing parameters and creating local variables
1686         * src/mcs51/ralloc.h: added B0_IDX..B7_IDX and prototype mcs51_allBitregs
1687
1688 2005-08-22 Borut Razem <borut.razem AT siol.net>
1689
1690         * device/lib/Makefile.in: replaced find option -or with -o
1691           to make it run on solaris
1692
1693 2005-08-22 Raphael Neider <rneider AT web.de>
1694
1695         * src/pic16/gen.c (pic16_loadFromReturn): added check for AOP_PCODE,
1696           fixes #1265442 (crash on Solaris)
1697
1698 2005-08-20 Borut Razem <borut.razem AT siol.net>
1699
1700         * configure, configure.in: added tests for libsocket and libnsl libraries,
1701           requred by sdcdb on sparc-solaris; generate support/regression/Makefile
1702           from support/regression/Makefile.in
1703         * support/regression/Makefile.in: added
1704         * device/lib/pic16/Makefile.common.in: force make to use bash shell
1705         * sim/ucsim/libtool: regenerated on sparc-solaris
1706         * sim/ucsim/avr.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
1707           sim/ucsim/s51.src/Makefile.in, sim/ucsim/xa.src/Makefile.in,
1708           sim/ucsim/z80.src/Makefile.in: removed GNU ld specific linker options
1709           -Wl,--start-group and -Wl,--end-group to enable ucsim compilation on
1710           sparc-solaris, which doesn't use GNU ld linker
1711         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) does not support -u option
1712         * as/Makefile: find on sparc-solaris does not support -maxdepth option
1713
1714 2005-08-19 Maarten Brock <sourceforge.brock AT dse.nl>
1715
1716         * src/mcs51/peeph.def: updated comments
1717
1718 2005-08-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1719
1720         * device/lib/_gptrget.c,
1721         * device/lib/_gptrput.c: slightly shorter
1722         * doc/sdccman.lyx: incremented version
1723         * src/mcs51/peeph.def: moved peephole comments to the line of first
1724           change to better keep line correlation, reanimated 186.e
1725         * src/mcs51/peeph.def: renamed similar peepholes by using suffixes
1726
1727 2005-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
1728
1729         * src/pic/pcode.c : Pasted ".line" assembly directives patch from
1730           David Saxton with quotes around file name.
1731
1732 2005-08-15 Borut Razem <borut.razem AT siol.net>
1733
1734         * support/regression/tests/bitfields.c, support/regression/tests/bitvars.c,
1735           support/regression/tests/bitwise.c, support/regression/tests/literalop.c,
1736           support/regression/tests/rotate.c, support/regression/tests/zeropad.c:
1737           make tests run on x86_64 platform
1738
1739 2005-08-13 Raphael Neider <rneider AT web.de>
1740
1741         * device/lib/pic16/Makefile.subdir: weakened clean-intermediate rule
1742           as it might be executed DURING a build (parallel make is wonderful)
1743
1744 2005-08-13 Raphael Neider <rneider AT web.de>
1745
1746         * device/lib/Makefile.in (port-specific-objects-pic16):
1747           revert to cp $(PORT)/bin/*.* $(PORTDIR)
1748         * device/lib/pic16/Makefile: added .PHONY targets, removed builddir
1749           dependency
1750         * device/lib/pic16/Makefile.rules: build subdirs before creating
1751           the library, removed builddir rule, create $(builddir) early in
1752           recurse rule, use empty recurse rule for leaf directories
1753         * device/lib/pic16/Makefile.subdir: added phony targets, ignore
1754           mkdir errors (race condition), removed duplicate suffix "hex"
1755           from clean rules
1756         * device/lib/pic16/libdev/Makefile: recursive make via + and $(MAKE)
1757         * device/lib/pic16/libio/Makefile: create sub-make's builddir early,
1758           prevents mkdir -p from aborting on Alpha
1759
1760 2005-08-12 Raphael Neider <rneider AT web.de>
1761
1762         * src/pic16/glue.c (pic16_print(G)PointerType): do not flush
1763           db-statements in order to allow for arrays of pointers in code
1764           sections to be placed without interspersed 0-padding, fixes
1765           bug #1256215
1766         * (emitStatistics): fixed division by zero for pic18f1220
1767         * src/pic16/pcode.c: buffer (up to) 12 DB directives to allow for
1768           unpadded writing of 8-bit, 16-bit, 24-bit and 32-bit values
1769         * (pic16_emitDS): respect DB_ITEMS_PER_LINE
1770         * (pic16_pCodeConstString): keep track of already emitted string
1771           literals to prevent "duplicate definitions of symbol _str_NR"
1772         * src/pic16/ralloc.c (pic16_allocRegByName): removed not so helpful
1773           debug message
1774         * device/lib/Makefile.in: ignore failing PIC16 library builds
1775         * device/lib/pic16/Makefile: do not build if gputils are missing
1776         * device/lib/pic16/Makefile.common.in: do not enforce MAKEFLAGS=-s
1777
1778 2005-08-10 Raphael Neider <rneider AT web.de>
1779
1780         * device/lib/Makefile.in: fixed copying pic16 libraries (broken by
1781           my last commit)
1782
1783 2005-08-10 Raphael Neider <rneider AT web.de>
1784
1785         * src/*.c, src/pic16/{gen.c,glue.c,main.c}: applied Vangelis
1786           Rokas' patch to add the new fixed point type "__fixed16x16"
1787         * device/lib/pic16/libsdcc/fixed16x16: added Vangelis' support
1788           functions for __fixed16x16 arithmetics
1789         * device/lib/pic16: reimplemented the build system to support
1790           a separate build directory, better handling of libio (create
1791           the library in a separate subdir for each architecture) and
1792           easier configuration (centralized in Makefile.common)
1793
1794 2005-08-07 Raphael Neider <rneider AT web.de>
1795
1796         * src/pic16/gen.c (genrshTwo): fixed sign extension
1797         * src/pic16/device.c: added pic18f2320, 4220 and 4320
1798         * device/include/pic16/pic18f2220.h: changed some bit definitions,
1799           added T0CONbits
1800         * device/include/pic16/pic18f4220.h: NEW, header for
1801           pic18f4220 and pic18f4320
1802         * device/include/pic16/pic18fregs.h: added new devices,
1803           embraced Nop(), ClrWdt(), Sleep() and Reset() with do {} while(0)
1804         * device/include/pic16/signal.h: resolved name clashes
1805           on bit definitions, added DEF_HANDLER2(sig1,sig2,handler)
1806           to also allow testing for interrupt enable bits, added
1807           comments on how to use the macros
1808         * device/lib/pic16/libdev/pic18f2220.c: added T0CONbits
1809         * device/lib/pic16/libdev/pic18f{2320,4220,4320}.c: NEW,
1810           register definitions for the devices
1811         * device/lib/pic16/pics.all: added new devices
1812         * device/lib/pic16/libc/stdlib/calloc.c: fixed zeroing
1813           allocated memory
1814         * device/lib/pic16/libc/stdlib/memfree: do not count
1815           the block header as free memory
1816         * device/lib/pic16/libc/stdlib/memmisc.c (_initHeap):
1817           simplified and added missing end-of-blocklist-marker
1818           (reported by Peter Onion, fixes #1252814)
1819         * (_mergeHeapBlock): fixed loop condition
1820         * device/lib/pic16/libc/stdlib/realloc.c: return NULL for
1821           len==0, restructured code
1822         * device/lib/pic16/libc/stdlib/{malloc,memfreemax}.c: cleaned
1823           up a bit, reduced bitfield accesses, prevent endless loops
1824           in case of heap corruption
1825         * device/lib/pic16/libc/stdlib/x_ftoa.c: disabled
1826           "unreferenced arguments/must return a value" warnings
1827         * device/lib/pic16/libio/usart/ubaud.c (usart_baud):
1828           replaced BAUDREG with SPBRG
1829         * device/lib/pic16/libsdcc/lregs/{lrrest.c,lrst.c},
1830           device/lib/pic16/debug/gstack/gstack.c: replaced
1831           _naked, _asm, _endasm with __naked, __asm, __endasm
1832
1833 2005-08-05 Raphael Neider <rneider AT web.de>
1834
1835         * src/pic16/gen.c (pic16_aopGet): fixed handling of offsets in
1836           AOP_PCODE operands, fixes multibyte union-bitfield-accesses
1837
1838 2005-08-05 Borut Razem <borut.razem AT siol.net>
1839
1840         * device/lib/Makefile.in: added missing ';'
1841         * configure: removed ^M characters
1842
1843 2005-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1844
1845         * device/include/mcs51/at89c51ed2.h, device/include/mcs51/p89v51rd2.h,
1846           device/include/mcs51/at89s53.h: changed to GNU Lesser General Public
1847           License
1848
1849 2005-08-04 Borut Razem <borut.razem AT siol.net>
1850
1851         * configure.in: pic16 libraries build 2nd try - enable running
1852           configure in device/lib/pic16
1853         * configure: regenerated from configure.in
1854         * device/lib/Makefile.in: create $(PORT)/bin directory
1855
1856 2005-08-03 Raphael Neider <rneider AT web.de>
1857
1858         * src/pic16/gen.c (pic16_derefPtr): NEW, single place
1859           to get/set values via pointers
1860         * (genUnpackBits,genPackBits): changed detection of
1861           ptr->bitfield vs. sym.bitfield, fixed access via generic
1862           pointers, removed dead (wrong) code for multibyte bitfields
1863         * (genNearPointerGet, genGenPointerGet): removed useless code,
1864           fixed bitfield detection, fixes #1250594
1865         * (genNearPointerSet): removed useless code
1866         * src/pic16/gen.h: renamed pic16_emitpcode to pic16_emitpcode_real
1867           and introduced macro pic16_emitpcode that conditionally emits
1868           the origin of the following pCode (useful for debugging SDCC)
1869         * src/pic16/pcode.c: changed (and disabled) some debug outputs
1870         * (createDefmap): fixed handling of LFSR for --optimize-df
1871
1872 2005-08-02 Borut Razem <borut.razem AT siol.net>
1873
1874         * device/lib/Makefile.in: pic16 libraries build enabled since
1875           gputils-0.13.2 are now localy installed at sourceforge's compile farm
1876
1877 2005-08-02 Raphael Neider <rneider AT web.de>
1878
1879         * src/pic16/gen.c (genPackBits): removed deprecated warning
1880         * (genGenPointerSet): fixed bitfield detection
1881
1882 2005-08-02 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1883
1884         * device/include/mcs51/msm8xc154s.h: Removed PT2 definition, now in 8052.h.
1885
1886 2005-07-31 Raphael Neider <rneider AT web.de>
1887
1888         * device/lib/pic16/libdev/pic18f458.c,
1889           device/include/pic16/pic18f458.h: added missing T0CONbits
1890
1891 2005-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
1892
1893         * device/include/mcs51/msm8xc154s.h: added, thanks to Matthias Arndt
1894
1895 2005-07-28 Maarten Brock <sourceforge.brock AT dse.nl>
1896
1897         * src/mcs51/gen.c (operandsEqu): fixed bug 1246687
1898
1899 2005-07-23 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1900
1901         * device/include/mcs51/at89c51ed2.h: added.
1902
1903 2005-07-23 Raphael Neider <rneider AT web.de>
1904
1905         * src/pic/gen.h: added emitpcode macro for debugging
1906         * src/pic/gen.c (emitpcode): renamed to emitpcode_real
1907           and replace by macro adding debug information on demand
1908         * (genNot): fixed to C semantics (!0 = 1; !x = 0 iff x != 0)
1909         * (gencjne): tried to fix; replaced with correct (slower) code
1910         * (gen{Unp,P}ackBits): fixed single bit access
1911         * src/pic/pcode.c (AnalyzepCode): fixed DFPRINTF argument
1912         * src/pic/pcodepeep.c (pCodeSearchCondition): fixed finding
1913           previous instruction
1914         * src/pic/pcoderegs.c (regIsSpecial): NEW, check whether a
1915           register has to be handled with care (forbidding movement
1916           of assignments/uses, removing assignments completely, ...)
1917         * (pCodeOptime2pCodes): make use of regIsSpecial
1918         * added lots of debugging output (commented out)
1919         * src/pic/rallloc.c (deassignLRs): prevent operand registers
1920           from being reused as result UNLESS it is known to work
1921
1922 2005-07-23 Maarten Brock <sourceforge.brock AT dse.nl>
1923
1924         * support/Util/dbuf.h: include <stddef.h> for size_t
1925         * .version: changed to version 2.5.2
1926
1927 2005-07-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1928
1929         * src/SDCCloop.c (loopInvariants): fixed bug #1234048
1930
1931 2005-07-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1932
1933         * src/hc08/gen.c (genMinus): fixed bug #1241835,
1934           (genModOneByte): removed needless psha/pula
1935
1936 2005-07-22 Raphael Neider <rneider AT web.de>
1937
1938         * src/SDCCmain.c (linkEdit): initialized linkerScriptFileName,
1939           have PIC14 handled like PIC16, fixes broken pic14 linker calls
1940         * src/pic/gen.c (resolveIfx): do not "invent" labels
1941         * (genSkipc): changed to positive logic
1942         * (genSkipCond): removed as no longer needed
1943         * (pic14_mov2w_regOrLit,genCmp): NEW, replacement for buggy version,
1944           backport from PIC16
1945         * (genLeftShift): check operands are in different registers
1946         * src/pic/genarith.c (genPlus): replaced INCF with ADDLW as
1947           INCF does not update CARRY...
1948         * src/pic/main.c: fixed _linkCmd
1949         * src/pic/pcode.c (unlinkpCode): added inactive code
1950         * src/pic/ralloc.c (deassignLRs): keep arguments to shift operations
1951           alive (do not assign result and operand overlapping registers)
1952
1953 2005-07-22 Raphael Neider <rneider AT web.de>
1954
1955         * src/pic/device.c (dump_sfr): replaced register declaration with
1956           call to emitSymbolToFile() to avoid duplicate symbols
1957         * (assignRelocatableRegisters): do not declare external symbols
1958         * src/pic/ralloc.c (allocNewDirReg): fixed to get size of arrays
1959           right (take size of type, not etype)
1960         * (allocDirReg): fixed call to allocNewDirReg() to pass OP_SYM_TYPE
1961         * (writeUsedRegs): also dump dynDirectRegs (e.g. local variables)
1962         * (packRegsForAccUse): disabled assignment of WREG as
1963           the result reg to prevent occurence of just fixed #1235003,
1964           fixes #1242954
1965         * src/pic/glue.c (emitSymbolToFile): NEW, central place to declare
1966           symbols (avoids duplicate symbols in .asm file)
1967         * (pic14emitRegularMap): use emitSymbolToFile()
1968         * src/pic/gen.c (aopOp): fixed spillLocation handling
1969         * (gen{Unp,P}ackBits): fixed acquiring bit-operands
1970         * (genDataPointerSet): removed unneccessary variables/output
1971
1972 2005-07-22 Maarten Brock <sourceforge.brock AT dse.nl>
1973
1974         * as/mcs51/lkarea.c: enlarged codemap for banked memory
1975         * device/lib/mcs51/crtbank.asm: added # to 0x0F
1976
1977 2005-07-21 Raphael Neider <rneider AT web.de>
1978
1979         * src/pic/gen.c (aopOp): do not generate AOP_ACC operands as pic14
1980           architecture cannot handle them efficiently, fixes bug #1235003
1981         * src/pic16/device.c (pic16_dump_{u,i}section,pic16_dump_int_registers):
1982           check for empty sets before using them (fixes bug #1232190)
1983
1984 2005-07-19 Maarten Brock <sourceforge.brock AT dse.nl>
1985
1986         * as/mcs51/lkarea.c (lnkarea, lnkarea2): improved BSEG size calculation,
1987           (lnksect2): generate warnings for memory overlap
1988         * src/SDCC.lex (doPragma, process_pragma): added pragma's codeseg and
1989           constseg to set the name of these segments so you can instruct the linker
1990           to place them in banks
1991         * src/SDCCast.c (decorateType): use new macro IS_FUNCPTR()
1992         * src/SDCCglobl.h: added MODEL_HUGE to enum,
1993           added code_seg and const_seg to options
1994         * src/SDCCglue.c (emitMaps): use options.const_seg,
1995           (createInterruptVect): put interrupt vectors in segment HOME,
1996           (glue): put HOME before static segment and put the main glue in HOME,
1997           (glue): use options.code_seg
1998         * src/SDCCicode.c (geniCodeCall): use new macro IS_FUNCPTR()
1999         * src/SDCCmain.c: added option --codeseg and --constseg to set the name of
2000           these segments so you can instruct the linker to place them in banks
2001           (linkEdit): use code_loc for HOME segment which should be the first
2002           segment in code memory now
2003         * src/SDCCmem.c: fixed more stuff like bug 1238386
2004         * src/SDCCsymt.c (getSize): use generic pointer size for banked functions,
2005           (changePointer): don't change function pointers to code pointers for
2006           banked functions,
2007           (compareType): added exceptional check for banked function pointers
2008         * src/SDCCsymt.h: changed IFFUNC_ISBANKEDCALL, added IS_FUNCPTR
2009         * src/hc08/main.c (_hc08_genAssemblerPreamble): put HOME first, put CSEG
2010           after static in code memory
2011         * src/mcs51/gen.c: added aopLiteralLong prototype,
2012           (aopForSym): use getSize for functions,
2013           (genCall): generate banked calls over one trampoline __sdcc_banked_call
2014           in HOME with lsb of address in r0, msb in r1 and bank in r2, use
2015           -Wl-bBANKSEG=0xbbaaaa option to set the address (aaaa) and bank (bb) of
2016           the segment,
2017           (genPcall): use call for literal function pointers and generate banked
2018           calls over the one trampoline so there's only one place for the user to
2019           modify according to his/hers hardware,
2020           (genEndFunction): jump to __sdcc_banked_ret in HOME for banked functions,
2021           (genPlusIncr): moved check icount>4 beyond inc dptr optimization
2022         * src/mcs51/main.c: added keyword banked,
2023           (_mcs51_genExtraAreas): put HOME first followed by GSINIT, STATIC and CSEG
2024         * support/Util/SDCCerr.c,
2025         * support/Util/SDCCerr.h: added E_BANKED_WITH_CALLEESAVES, registers are
2026           needed for passing the bank and address to the trampoline
2027         * device/lib/mcs51/crtbank.asm: added for bankswitching
2028         * device/lib/mcs51/Makefile: added crtbank
2029
2030 2005-07-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2031
2032         * src/SDCCcse.c (algebraicOpts): fixed loss of volatility
2033           for fields at offset 0 of a struct or union as reported
2034           on 2005-07-07 in the developer mailing list.
2035
2036 2005-07-15 Maarten Brock <sourceforge.brock AT dse.nl>
2037
2038         * src/SDCCmem.c: fixed bug 1238386
2039
2040 2005-07-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2041
2042         * src/mcs51/peeph.def: added labelrefcounting for peepholes
2043           (patch #1144962), added peephole 300, enabled 259.x
2044         * doc/sdccman.lyx: removed screenshot and provided link instead
2045
2046 2005-07-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2047
2048         * doc/sdccman.lyx: added section about debugging with ddd
2049         * doc/figures/ddd_example.eps: screenshot of debugging session
2050
2051 2005-07-04 Raphael Neider <rneider AT web.de>
2052
2053         * src/pic/gen.c (genPointerGet): handle pointers to CONST values
2054           like CODE pointers, fixes #1115683
2055         * src/pic/pcode.c (DoBankSelect): forget LastRegIdx during function
2056           call, fixes bugs #1232211, #1228110,
2057           fixed wrong casts to pCodeFlow from pCodeInstructions
2058
2059 2005-07-04 Raphael Neider <rneider AT web.de>
2060
2061         * src/pic/gen.c (popGet): changed assert to allow for
2062           bit operands
2063         * (popGetAddr): changed signature to provide
2064           an additional index, patched all call sites
2065         * (genCmpEq): handle literal-like operands correctly
2066         * (genAddrOf): added sanity checks on __code/__data pointers
2067         * (genAssign): added handling of symbols from __code section
2068         * (gencjne): do not generate code for comparisons whose result
2069           is neither stored nor used, fixes bug #1171114
2070         * (AccLsh, AccRsh): operate on operand instead of WREG
2071         * (shift{Left,Right}_Left2ResultLit): NEW, size independant
2072           replacement for Shift{LR}{12}Left2Result; shift (byte/int/long)
2073           by known count
2074         * rewrote complete shift-by-literal logic, commented unused
2075           functions out
2076         * (genConstPointerGet): get multiple bytes (if result size > 1),
2077           fixed handling of non-immediate addresses
2078         * (genPointerGet): handle CODE pointers like CONST pointers
2079         * (genpic14Code): insert C-SRC lines as Cource-pCodes
2080         * ({aop,op}_isLitLike): NEW, single place to decide whether an
2081           operand is to be treated as a literal or not
2082         * (mov2w,genPcall,genCmpEq),
2083           src/pic/genarith.c: use aop_isLitLike() to decide between
2084           literal/register contents
2085         * (addSign): added missing offset
2086         * src/pic/gen.h: remove newline after FENTRY/FEXIT comments,
2087           only emit comment in debug-mode,
2088           use {aop,op}_isLitLike throughout the file
2089         * src/pic/glue.c: fix initializers for pointers (work in progress)
2090         * src/pic/pcode.c (get_op): honor index on _const symbols
2091         * ({reset,dump}pCodeStatistics): NEW, estimate code size
2092         * (dumppBlock): added pCode size estimation
2093         * src/pic/ralloc.c (deassignLRs,serialRegAssign,packRegisters):
2094           check for IS_SYMOP before OP_SYMBOL'ing
2095         * fixed indentation, compacted switch-statements
2096         * (allocReg): find free register and allocate it instead of
2097           allocating new registers all the time
2098         * (deassignLRs): prevent POINTER_GET's from being assigned the same
2099           registers as its operands (necessary only for multibyte GETs)
2100
2101 2005-07-01 Raphael Neider <rneider AT web.de>
2102
2103         * src/pic/gen.h: added prototypes emitpComment, popGetAddr and
2104           debugging .asm-output macros FENTRY + FEXIT
2105         * src/pic/gen.c (Safe_vsnprintf): NEW, is there a more generic
2106           way... I wonder...
2107         * (emitpComment): NEW, printf to pCode
2108         * (popGet): added assert on too large offsets, fixed PO_IMMEDIATE's
2109           offset handling
2110         * (popGetAddr): NEW, variant of popGet to access an immediates
2111           high(er) bytes instead of the n'th byte of memory they reference,
2112           replaced popGet with popGetAddr where neccessary
2113         * (genDataPointerGet): reactivated and fixed implementation
2114         * (genNearPointerGet): enabled call to genDataPointerGet, fixes array-
2115           accesses
2116         * (genDataPointerSet): fixed multibyte assignments
2117         * (genpic14Code): fixed --i-code-in-asm handling
2118         * src/pic/genarith.c: fixed PO_IMMEDIATE issue using popGetAddr,
2119         * (genPlus): fixed index-out-of-bounds error
2120         * src/pic/pcode.c (get_op): fixed PO_IMMEDIATE's index/offset handling
2121         * src/pic/ralloc.c: added debugging output macro FENTRY2
2122         * (spillThis): fixed indentation, enbraced for-body for clarity
2123         * (rematStr): commented out as now unused
2124         * (regTypeNum): commented out special spill case (overwrites
2125           arbitrary values)
2126         * fixes bugs #1229346, #1216476 (both arrays) and #1115667 (SIGSEGV)
2127
2128 2005-06-30 Maarten Brock <sourceforge.brock AT dse.nl>
2129
2130         * doc/sdccman.lyx: documented sfr16/sfr32,
2131           added example for using storage class with function pointers
2132         * src/mcs51/gen.c (genPlusIncr): optimized small offsets from dptr
2133
2134 2005-06-28 Maarten Brock <sourceforge.brock AT dse.nl>
2135
2136         * device/lib/_gptrget.c: also push/pop _PSBANK, added # to 0x03
2137         * device/lib/_itoa.c,
2138         * device/lib/_ltoa.c: optimized codesize
2139         * src/SDCCsymt.c (checkSClass): added sanity check for sfr at addresses,
2140           but don't know how to suppress the double warning.
2141         * src/mcs51/gen.c (genPlusIncr): fixed bug when incrementing volatile int's
2142         * support/Util/SDCCerr.c,
2143         * support/Util/SDCCerr.h: added warning W_SFR_ABSRANGE for sanity check
2144
2145 2005-06-27 Maarten Brock <sourceforge.brock AT dse.nl>
2146
2147         * as/mcs51/asexpr.c (expr): disabled warning "not in .flat24 mode",
2148           fixed old K&R prototypes
2149         * as/mcs51/asout.c (outrb): always output as if generating 24bit addresses
2150         * device/lib/_gptrget.c,
2151         * device/lib/_gptrgetc.c,
2152         * device/lib/_gptrput.c: changed versions for new memory indicator values,
2153           also new versions for small generic pointers and banked generic pointers
2154         * src/port.h: added const_name
2155         * src/SDCC.lex: added keywords sfr16, __sfr16, sfr32, __sfr32
2156         * src/SDCC.y: added tokens SFR16, SFR32 and their sfr_attributes
2157         * src/SDCCcse.c (findPrevIc): check all associative operators
2158         * src/SDCCglue.c (emitMaps): use CONST_NAME if defined
2159         * src/SDCCicode.h: added macro IS_ASSOCIATIVE
2160         * src/SDCCmem.c: updated comments,
2161           set far-space to 0 for pdata, results in optimized code
2162         * src/SDCCmem.h: added macro CONST_NAME
2163         * src/SDCCsymt.h: renumerated generic pointer types GPTYPE_... thereby
2164           moving the info into the highest bits, see also gptrget/gptrput
2165         * src/src.dsp: added sdcc.ico to project files
2166         * src/avr/gen.c (genCast): fixed bug 0x%d
2167         * src/avr/main.c (avr_port): added "CONST (CODE)" for const_name
2168         * src/ds390/gen.c (aopForRemat, adjustArithmeticResult): disconnected direct
2169           relation between ptr_type and DCL_TYPE,
2170           (genCast): fixed bug 0x%d
2171         * src/ds390/main.c (ds390_port, tininative_port, ds400_port): added "CONST
2172           (CODE)" for const_name
2173         * src/hc08/gen.c (genCast): fixed bug 0x%d
2174         * src/hc08/main.c (_hc08_genAssemblerPreamble): added .area ...const_name,
2175           (hc08_port): added "CONST (CODE)" for const_name
2176         * src/mcs51/gen.c (aopForSym): optimized pushing ACC,
2177           (aopForRemat, adjustArithmeticResult): disconnected direct relation
2178           between ptr_type and DCL_TYPE,
2179           (aopGetUsesAcc, aopGet, aopPut): changed first parameter from asmop* to
2180           operand* and took AOP() inside function so sfr-ness can be checked,
2181           (all over): repaired calls to aopGetUsesAcc, aopGet, aopPut to comply with
2182           new prototype,
2183           (genFunction, genEndFunction): optimized stack setup,
2184           (genMinus): optimized for literals with ending zeroes (in bytes),
2185           (genCast): fixed bug 0x%d
2186         * src/mcs51/main.c (_mcs51_keywords): added sfr16 and sfr32,
2187           (mcs51_port): added "CONST (CODE)" for const_name
2188         * src/mcs51/peeph.def: made rule 226 more generic
2189         * src/pic/main.c (pic_port): added "CONST (CODE)" for const_name
2190         * src/pic16/main.c (pic16_port): added "CONST (CODE)" for const_name
2191         * src/xa51/main.c (xa51_port): added "CONST (CODE)" for const_name
2192         * src/z80/main.c (z80_port): added NULL for const_name,
2193           (gbz80_port): added NULL for const_name
2194         * support/regression/tests/bug663539.c,
2195         * support/regression/tests/sfr16.c: new tests
2196
2197 2005-06-25 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2198
2199         * device/include/mcs51/p89v51rd2.h, device/include/mcs51/at89s53.h: added.
2200
2201 2005-06-24 Raphael Neider <rneider AT web.de>
2202
2203         * device/lib/pic16/libdev/pic18f[68][567]20.c:
2204           corrected typos...
2205         * device/include/pic16/signal.h: added USBIF
2206           and SIG_USB
2207
2208 2005-06-24 Raphael Neider <rneider AT web.de>
2209
2210         * device/lib/pic16/libdev/pic18f2455.c,
2211           device/include/pic16/pic18f2455.h: NEW
2212         * device/include/pic16/pic18fregs.h,
2213           device/lib/pic16/pics.all,
2214           src/pic16/device.c: added 18f2455
2215         * device/lib/pic16/libdev/pic18f[68][567]20.c,
2216           device/include/pic16/{pic18f[68][567].h,usart.h}:
2217           replaced MULTIPLE_USARTS define with more relaible
2218           compatibility sfrs (for USART access)
2219
2220 2005-06-20 Slade Rich <slade_rich AT users.sourceforge.net>
2221
2222         * src/pic/pcode.c : Fixed problem when a string constant contains a "\r\n"
2223           and the output asm file line is printed on two lines.
2224
2225 2005-06-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2226
2227         * sim/ucsim/hc08.src/inst.cc (inst_condbranch): fixed simulation of
2228           BGT, BLE, BHI, and BLS instructions
2229         * src/hc08/gen.c (outAcc, outBitC, outBitNV, genCmpLt, genCmpGt,
2230           genCmpEq): removed
2231         * src/hc08/gen.c (genCmpEQorNE, genCmp, branchopCmp, nameCmp,
2232           negatedCmp, exchangedCmp, genhc08Code): rewrite of comparison handling,
2233           fixes bug #1216342
2234         * src/hc08/peeph.def: added rules 2g - 2l for new conditional branches
2235
2236 2005-06-15 Raphael Neider <rneider AT web.de>
2237
2238         * src/pic16/NOTES: moved Vangelis from active developers to people to contact
2239         * device/include/pic16/{6520.h,8520.h}: fixed configuration bits
2240         * src/pic16/gen.c (): prevent iTemps from being considered to be in CODESPACE,
2241           fixes bug #1221120; for symbols in CODESPACE get number of bytes to read from
2242           OP_SYM_TYPE() instead of OP_SYM_ETYPE()
2243
2244 2005-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2245
2246         * device/include/mcs51/reg764.h: Changed PB0 to PBO as requested by
2247           Marcel Telka in bug #1215704
2248
2249 2005-06-02 Slade Rich <slade_rich AT users.sourceforge.net>
2250
2251         * src/pic/pcode.c : Changed pseudo stack size to 15 to allow WSAVE to be
2252           located in shared memory bank.
2253
2254 2005-05-31 Raphael Neider <rneider AT web.de>
2255
2256         * src/pic16/{gen.c,genarith.c}: replaced sign-extension
2257           "CLRF, BTFSC <signbit>, DECF/COMF" with side-effect-free
2258           "CLRF, BTFSC <signbit>, SETF"; fixes "long>>9"
2259
2260 2005-05-27 Maarten Brock <sourceforge.brock AT dse.nl>
2261
2262         * device/lib/_strncpy.c: fixed the fix
2263
2264 2005-05-26 Raphael Neider <rneider AT web.de>
2265
2266         * src/pic16/glue.c (pic16_printIvalChar): fixed _constant_ string
2267           initializers with \0, bug #1208187
2268         * src/pic/glue.c (printIvalChar): fixed (non- and constant) string
2269           intializers with \0, bug #1208187
2270
2271 2005-05-26 Raphael Neider <rneider AT web.de>
2272
2273         * src/pic16/glue.c (pic16_printIvalChar): fixed string
2274           initializers with \0, bug #1208187
2275         * src/pic16/main.c (_process_pragma): added sanity checks
2276           for stack position and size, emit warnings when appropriate
2277
2278 2005-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
2279
2280         * device/lib/_strncpy.c: fixed not filling with \0
2281
2282 2005-05-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2283
2284         * src/SDCCast.c (funcOfType, funcOfTypeVarg, stringToSymbol,
2285           createFunction),
2286         * src/SDCC.y (external_definition, enumerator, parameter_declaration,
2287           compound_statement),
2288         * src/SDCCsymt.h,
2289         * src/SDCCsymt.c (addSymChain, processFuncArgs): fixed bug #1159134
2290
2291 2005-05-24 Raphael Neider <rneider AT web.de>
2292
2293         * src/pic16/glue.c (pic16_printGPointerType): fixed #1207796
2294
2295 2005-05-24 Raphael Neider <rneider AT web.de>
2296
2297         * device/include/pic16/pic18f{442,452,458}.h: fixed wrong
2298           TRISE definitions, closes bug #1162453
2299
2300 2005-05-22 Raphael Neider <rneider AT web.de>
2301
2302         * src/pic16/main.c (_process_pragma): check for missing
2303           arguments to pragmas code and udata
2304         * device/include/pic16/pic18f{2550,4331,4455,4520}.h:
2305           consistency fixes to match other headers (thanks to Jim Paris)
2306         * device/lib/pic16/libio/i2c.ignore: 18f4331 provides no I2C
2307
2308 2005-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
2309
2310         * src/SDCCicode.c (isOperandEqual): fixed missing ;
2311
2312 2005-05-19 Maarten Brock <sourceforge.brock AT dse.nl>
2313
2314         * support/regression/tests/bug1198642.c: new test
2315         * src/SDCCicode.c (isOperandEqual): fixed bug 1198642
2316         * src/SDCCcse.c (findPrevIc): added comment, please have a look
2317         * support/scripts/resource.h,
2318         * support/scripts/resource.rc,
2319         * src/src.dsp: added sdcc.ico to project as icon for sdcc.exe
2320         * support/scripts/sdcc.ico: added 32x32 icon
2321
2322 2005-05-18 Raphael Neider <rneider AT web.de>
2323
2324         * device/lib/pic16/libdev/pic18f*.c,
2325         * device/include/pic16/pic18f*.h: updated "sfr" and "at X"
2326           keywords to "__sfr" and "__at (X)"
2327         * device/include/pic16/pic18fregs.h: added pic18f4520
2328         * src/pic16/pcode.c (pic16_pCode2str): fixed (?) bug
2329           #1203088 (MPLAB compatibility)
2330
2331 2005-05-17 Raphael Neider <rneider AT web.de>
2332
2333         * device/include/pic16/pic18f{2550,4331,4455,4520}.h: NEW
2334         * device/lib/pic16/libdev/pic18f{2550,4331,4455,4520}.c: NEW
2335         * device/lib/pic16/pics.all: added new devices
2336         * src/pic16/device.c: added support for pic18f4520
2337
2338 2005-05-16 Raphael Neider <rneider AT web.de>
2339         * src/pic16/gen.{c,h}: s/mov2f/pic16_mov2f made public
2340         * src/pic16/genarith.c (genAddLit): fixed bug 1202480
2341         * src/pic16/pcode.{c,h} (pic16_newpCodeOpBit_simple): NEW
2342           convenience function for bit access
2343
2344 2005-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
2345
2346         * device/lib/printf_large.c: fixed bug 1193299
2347         * support/regression/tests/bug1057979.c: added test %3.3s
2348
2349 2005-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2350
2351         * device/include/mcs51/8051.h,
2352         * device/include/mcs51/8052.h: made parseable with lint
2353         * device/include/mcs51/lint.h: added include file for (sp)lint
2354         * doc/sdccman.lyx: added doc about use of splint (syntax checking tool)
2355         * doc/cdbfileformat.lyx,
2356         * doc/test_suite_spec.lyx: hardcoded date to the date of last text change
2357
2358 2005-05-14 Raphael Neider <rneider AT web.de>
2359
2360         * device/lib/pic16/Makefile.common.in: add --optimize-df to OPT_FLAGS
2361         * device/lib/pic16/libc/stdlib/itoa.c (new)
2362         * device/lib/pic16/libc/stdlib/Makefile: have itoa.c built
2363         * device/lib/pic16/libio/Makefile: exclude subdir according to
2364           ${subdir}.ignore for certain PICs (lacking e.g. i2c)
2365         * device/lib/pic16/libio/i2c.ignore (new): pic18f1220 has no I2C support
2366         * src/pic16/gen.c (genFunction): prevent annoying warning
2367         * src/pic16/pcode.c: renamed stack_t to dynstack_t to prevent
2368           nameclashes on BeOS
2369         * support/cpp2/cppmain.c (cpp_output_string): new
2370         * support/cpp2/cpplib.c (_cpp_do__Pragma): fixed _Pragma(""),
2371           fixes bug 1116802
2372
2373 2005-05-13 Borut Razem <borut.razem AT siol.net>
2374
2375         * src/SDCCmain.c (linkEdit): fixed bug 1195202
2376
2377 2005-05-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2378
2379         * .version: changed to version 2.5.1; back to bleeding edge development
2380
2381 2005-05-11 Borut Razem <borut.razem AT siol.net>
2382
2383         * doc/sdccman.lyx doc/cdbfileformat.lyx doc/test_suite_spec.lyx:
2384           generate PDF version 1.3 documents
2385
2386 2005-05-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2387
2388         * .version: changed to version 2.5.0
2389
2390 2005-04-27 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2391
2392         * doc/sdccman.lyx: updated weblinks, index and smaller updates
2393
2394 2005-04-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2395
2396         * doc/sdccman.lyx: changed version 2.5.0, documented --std-c89,
2397         --std-sdcc89, --std-c99, --std-sdcc99, and the corresponding #pragmas, as
2398         well as many smaller updates.
2399         * .version: changed to version 2.5.0-pre1
2400
2401 2005-04-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2402
2403         * src/SDCCmain.c (setIncludePath): added port->target to SDCC_INCLUDE_NAME
2404
2405 2005-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
2406
2407         * support/regression/tests/bug1185672.c: added
2408         * src/mcs51/gen.c (aopGetUsesAcc, genCpl, genAnd, genOr, genXor): fixed
2409           bug 1185672
2410         * src/mcs51/gen.c (genCall): added comments, made it look safer
2411         * src/mcs51/gen.c (genEndFunction): simplified
2412
2413 2005-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
2414
2415         * src/mcs51/ralloc.c (serialRegAssign): fixed bug 1189609
2416
2417 2005-04-14 Borut Razem <borut.razem AT siol.net>
2418
2419         * fixed bug 1045046 - SIGSEGV with really simple code?:
2420           src/pic/pcode.c (pCodeInitRegisters)- pseudo stack size increased to 16
2421           src/pic/ralloc.c (typeRegWithIdx) - error message on pseudo stack overflow
2422
2423 2005-04-14 Borut Razem <borut.razem AT siol.net>
2424
2425         * src/pic16/gen.c (genInline), src/pic16/main.c (_process_pragma),
2426           src/pic16/device.h: temporarily disabled experimental #inline pragma
2427           for 2.5.0 release
2428
2429 2005-04-14 Maarten Brock <sourceforge.brock AT dse.nl>
2430
2431         * device/include/z80/stdio.h,
2432         * device/include/z80/string.h: removed these highly incomplete files so
2433           SDCC can use the default ones in device/include/
2434
2435 2005-04-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2436
2437         * src/mcs51/gen.c (genEndFunction): removed unused variable to fix
2438         gcc warning.
2439         * device/lib/Makefile.in: default PORTINCDIR to the mcs51 subdir to
2440         fix sdcpp warnings.
2441
2442 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
2443
2444         * device/include/malloc.h: removed redundant __reentrant prototypes
2445         * device/lib/_mullong.c: added working xstack variant in asm (C version
2446           doesn't pass regression tests)
2447         * device/lib/bpx.c: used __data and made bpx char for mcs51
2448         * src/SDCCast.c (decorateType): removed unused GPTYPE_IDATA,
2449           (createFunction): fixed bug with xstackPtr
2450         * src/SDCCcse.c: corrected comments
2451         * src/SDCCopt.c (convertToFcall): fixed warning in MSVC,
2452           (killDeadCode, eBBlockFromiCode): removed unused code
2453         * src/SDCCsymt.h: removed unused GPTYPE_GPTR and GPTYPE_IDATA,
2454           corrected comments
2455         * src/mcs51/gen.c (aopForSym, aopPut, toBoolean, unsaveRegisters,
2456           assignResultValue, genCall, genFunction, genEndFunction, genAnd,
2457           genOr, genXor, genAddrOf): fixed several bugs concerning xstack
2458           (genModOneByte): fixed warning in MSVC
2459         * src/mcs51/main.c (): added comments
2460         * src/mcs51/peeph.def: changed 129 to 129.a, added 129.b, 129.c & 129.d
2461
2462 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
2463
2464         * src/SDCCmain.c (linkEdit): oops, changed one line too many
2465
2466 2005-04-11 Maarten Brock <sourceforge.brock AT dse.nl>
2467
2468         * src/SDCCmain.c (linkEdit): fixed bug with finding crt0.o for z80
2469
2470 2005-04-10 Vangelis Rokas <vrokas AT users.sourceforge.net>
2471
2472         * src/pic16/glue.c (printIvalChar): fixed bug when emitting
2473         characters arrays of larger size than the declared one.
2474
2475 2005-04-10 Borut Razem <borut.razem AT siol.net>
2476
2477         * src/pic/gen.c (genInline),
2478           src/pic/pcode.c (newpCodeAsmDir), (pCode2str),
2479           (genericPrint), (unlinkpCodeFromBranch), (compareLabel),
2480           (findNextInstruction), (findPrevInstruction),
2481           (findInstructionUsingLabel),
2482           src/pic/pcode.h: fixed bug #1164907 - Labels not being recognized
2483         * src/pic/pcode.c (findLabel): added missing '\n'
2484         * src/src.dsp: added SDCCdwarf2.c to the project
2485
2486 2005-04-09 Borut Razem <borut.razem AT siol.net>
2487
2488         * support/scripts/sdcc.nsi: added include/hc08/* h to NSIS setup
2489
2490 2005-04-08 Raphael Neider <rneider AT web.de>
2491
2492         * src/pic16/pcode.c: added helpers defmapInsertAfter (insert a new item
2493           into the chain after a given one) and mergeDefmapSymbols (combine
2494           defmap entries for each symbol per pcode)
2495         * (createDefmap): have defmap entries merged in the end
2496         * (defmapReplaceSymRef): split defmap entries covering two accesses to
2497           a symbol before replacing one access type's symbol, merge symbols in
2498           the end (replacement symbol might already have an entry)
2499         * (assignValnums): keep reference to written WREG intact
2500
2501 2005-04-08 Raphael Neider <rneider AT web.de>
2502
2503         * src/pic16/pcode.c (struct defmap_s): named anonymous union (for
2504           Alpha)
2505
2506 2005-04-08 Vangelis Rokas <vrokas AT users.sourceforge.net>
2507
2508         * src/pic16/pcode.c (pic16_get_op2): enlarged size of array b to 128
2509         bytes
2510
2511 2005-04-07 Raphael Neider <rneider AT web.de>
2512
2513         * device/include/pic16/usart.h: added compatibility defines for
2514           devices with more than one USART
2515         * device/include/pic16/pic18f[68][567]20.h: activated above defines
2516
2517 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
2518
2519         * device/lib/Makefile.in: updated for port specific include
2520
2521 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
2522
2523         * support/regression/ports/mcs51/spec.mk: added mcs51 include
2524
2525 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
2526
2527         * device/include/8051.h,
2528         * device/include/8052.h,
2529         * device/include/at89S8252.h,
2530         * device/include/at89c55.h,
2531         * device/include/at89x051.h,
2532         * device/include/at89x51.h,
2533         * device/include/at89x52.h,
2534         * device/include/mcs51reg.h,
2535         * device/include/reg51.h,
2536         * device/include/reg764.h,
2537         * device/include/regc515c.h,
2538         * device/include/sab80515.h: (re)moved these 12 files
2539         * device/include/mcs51/8051.h,
2540         * device/include/mcs51/8052.h,
2541         * device/include/mcs51/at89S8252.h,
2542         * device/include/mcs51/at89c55.h,
2543         * device/include/mcs51/at89x051.h,
2544         * device/include/mcs51/at89x51.h,
2545         * device/include/mcs51/at89x52.h,
2546         * device/include/mcs51/mcs51reg.h,
2547         * device/include/mcs51/reg51.h,
2548         * device/include/mcs51/reg764.h,
2549         * device/include/mcs51/regc515c.h,
2550         * device/include/mcs51/sab80515.h: and added them here
2551
2552 2005-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
2553
2554         * device/include/stdarg.h: changed SDCC specific keywords to double
2555           underlined form.
2556         * device/include/stdint.h: changed intptr_t and uintptr_t for others than
2557           mcs51 and ds390.
2558         * device/include/hc08/mc68hc908gp32.h,
2559         * device/include/hc08/mc68hc908jb8.h,
2560         * device/include/hc08/mc68hc908jkjl.h,
2561         * device/include/hc08/mc68hc908qy.h: fixed comments
2562         * device/include/mcs51/README: updated
2563         * device/include/mcs51/c8051f120.h: added PINRSF
2564         * device/lib/pic16/libc/stdlib/crc16.c: fixed comments
2565         * src/pic16/pcode.c: MSVC6 doesn't accept declaring new variables
2566           amidst code. Also inline is not supported.
2567
2568 2005-04-06 Raphael Neider <rneider AT web.de>
2569
2570         * src/pic16/pcode.c (pic16_pCodeReplace): also update pcflow->end
2571         * (createDefmap): fixed CALLs to depend on FSR1 and RETLW to restore
2572           callers stack/frame pointers
2573
2574 2005-04-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
2575
2576         * device/include/pic16/usart.h: added, missing in previous commit,
2577         * device/include/pic16/adc.h: fixed typo,
2578         * device/lib/pic16/libc/utils/cvtdec.S: added missing in previous
2579         commit,
2580         * device/lib/pic16/libc/stdlib/g_ftoa.S: modified to include
2581         <p18fxxx.inc>
2582         * device/lib/pic16/libc/stdio/streams.c: leave stdin, stdout
2583         uninitialized because a bug appears with gplink
2584         * device/lib/pic16/{some makefiles}: moved $(CSTD) from CFLAGS to
2585         COMPILE_FLAGS and added CPPFLAGS with -nostdinc because sdcpp
2586         complains for unrecognised option
2587
2588 2005-04-05 Raphael Neider <rneider AT web.de>
2589
2590         * src/pic16/gen.c (pic16_popCopyReg): made copying work for extended
2591           structs as well (using memcpy)
2592         * (genFunction): fixed comparison, used pCodeOpLabel to reduce warning
2593           on ISRs (GOTO has no label)
2594         * src/pic16/device.h: added OF_OPTIMIZE_DF
2595         * src/pic16/main.c: added compiler switch --optimize-df to enable the
2596           new data flow analysis/optimization
2597         * src/pic16/pcode.c: added (prototypes for and implementation of)
2598           dataflow analysis functions, fixed pCodeInstructions' inCond and
2599           outCond values, made RCALL a branch instruction
2600         * (pic16_unlinkpCode): keep C line if possible
2601         * (pic16_pCodeUnlink): removed cast on left side of assignment, have
2602           C line moved if possible
2603         * (pic16_getRegFrompCodeOp): NEW, improved version of...
2604         * (pic16_getRegFromInstruction,pic16_getRegFromInstruction2): changed
2605           to use new pic16_getRegFrompCodeOp (works for more SFRs)
2606         * (pic16_BuildFlow): fixed skip instructions with label (did not start
2607           new flow)
2608         * (pic16_getJumptabpCode): NEW, needed in...
2609         * (LinkFlow): fixed handling of jumptables, calls and conditional
2610           branches
2611         * (pic16_InsertCommentAfter): NEW
2612         * (pic16_pCodeReplace): made verbose and flow preserving
2613         * (AnalyzeFlow): added call to data flow analysis
2614         * src/pic16/pcode.h: added defmaps to pCodeFlow struct
2615         * src/pic16/pcodeflow.h: added PCC_STATUS to mean all STATUS bits
2616         * src/pic16/ralloc.c (packRegsForAssign): added return 1 in the end
2617
2618 2005-04-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2619
2620         * src/SDCCast.c (decorateType): fixed bug #1105626
2621
2622 2005-04-02 Vangelis Rokas <vrokas AT users.sourceforge.net>
2623
2624         * device/include/asm/pic16/features.h,
2625         * pic18f*.h headers,
2626         * device/include/pic16/adc.h,
2627         * device/include/pic16/delay.h,
2628         * device/include/pic16/i2c.h,
2629         * device/include/pic16/malloc.h,
2630         * device/include/pic16/stdio.h,
2631         * device/include/pic16/stdlib.h,
2632         * device/include/pic16/string.h,
2633         * device/lib/pic16/libc/stdio/printf_tiny.c,
2634         * device/lib/pic16/libc/stdio/printf_small.c,
2635         * device/lib/pic16/libc/stdio/strmgpsim.c,
2636         * device/lib/pic16/libc/stdio/strmmssp.c,
2637         * device/lib/pic16/libc/stdio/strmusart.c,
2638         * device/lib/pic16/libc/stdio/vfprintf.c,
2639         * device/lib/pic16/libc/stdlib/ltoa.c,
2640         * device/lib/pic16/libc/stdlib/putchar.c,
2641         * device/lib/pic16/libc/stdlib/x_ftoa.c,
2642         * device/lib/pic16/libc/stdlib/memchrpgm.c,
2643         * device/lib/pic16/libc/stdlib/memchrram.c,
2644         * device/lib/pic16/libc/stdlib/memcpypgm2ram.c,
2645         * device/lib/pic16/libc/stdlib/memcpyram2ram.c,
2646         * device/lib/pic16/libio/adc/adcbusy.c,
2647         * device/lib/pic16/libio/adc/adcread.c,
2648         * device/lib/pic16/libio/adc/adcsetch.c,
2649         * device/lib/pic16/libio/usart/ubaud.c,
2650         * device/lib/pic16/libio/usart/ubusy.c,
2651         * device/lib/pic16/libio/usart/udrdy.c,
2652         * device/lib/pic16/libio/usart/uopen.c,
2653         * device/lib/pic16/libio/usart/uputc.c,
2654         * device/lib/pic16/libsdcc/gptr/gptrget1.c,
2655         * device/lib/pic16/libsdcc/gptr/gptrget2.c,
2656         * device/lib/pic16/libsdcc/gptr/gptrget3.c,
2657         * device/lib/pic16/libsdcc/gptr/gptrget4.c,
2658         * device/lib/pic16/libsdcc/gptr/gptrput1.c,
2659         * device/lib/pic16/libsdcc/gptr/gptrput2.c,
2660         * device/lib/pic16/libsdcc/gptr/gptrput3.c,
2661         * device/lib/pic16/libsdcc/gptr/gptrput4.c: modified all SDCC
2662         specific keywords to double underlined form,
2663         * device/lib/pic16/libc/Makefile.rules,
2664         * device/lib/pic16/libsdcc/Makefile.rules,
2665         * device/lib/pic16/libm/Makefile,
2666         * device/lib/pic16/libio/Makefile.rules: added CSTD macro in CFLAGS
2667         to compile with C standard set in Makefile.common
2668         * device/lib/pic16/libc/stdlib/Makefile: added new C sources
2669         rand.c and crc.c in compilation process,
2670         * device/lib/pic16/libsdcc/int/divuint.c,
2671         * device/lib/pic16/libsdcc/long/divulong.c: changed declaration of
2672         `c' from signed to unsigned,
2673         * device/lib/pic16/startup/crt0.c,
2674         * device/lib/pic16/startup/crt0i.c,
2675         * device/lib/pic16/startup/crt0iz.c: adopted to all SDCC specific
2676         keywords to double underlined form, bug fixes in _do_cinit function
2677         which prevented the correct initialization of the .idata segment,
2678         * src/pic16/pcoderegs.c (insideLRBlock): fixed a bug that caused the
2679         core to enter a infinite loop
2680         * device/lib/pic16/libc/stdlib/rand.c, crc.c: new files
2681
2682 2005-04-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2683
2684         * src/SDCCicode.c (getArraySizePtr): fixed bug #1122171
2685
2686 2005-04-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2687
2688         * device/include/Makefile.in: add support for hc08 subdirectory
2689         * device/include/hc08/: new subdirectory
2690         * device/include/hc08/mc68hc908jkjl.h: new header contributed by
2691         Lucas Loizaga, thanks!
2692         * device/include/hc08/mc68hc908qy.h,
2693         * device/include/hc08/mc68hc908gp32.h,
2694         * device/include/hc08/mc68hc908jb8.h: moved hc08 register defs to
2695         their own directory. Changed internal macro names to use the compiler
2696         reserved namespace. Changed SDCC specific keywords to double
2697         underlined form.
2698         * device/include/math.h,
2699         * device/include/malloc.h,
2700         * device/include/stdarg.h,
2701         * device/include/stdbool.h
2702         * device/include/string.h,
2703         * device/include/tinibios.h,
2704         * device/include/ds400rom.h,
2705         * device/include/8051.h,
2706         * device/include/8052.h,
2707         * device/include/80c51xa.h,
2708         * device/include/at89c55.h,
2709         * device/include/at89S8252.h,
2710         * device/include/at89x51.h,
2711         * device/include/at89x52.h,
2712         * device/include/ds80c390.h,
2713         * device/include/reg764.h,
2714         * device/include/regc515c.h,
2715         * device/include/sab80515.h,
2716         * device/include/mcs51/c8051f000.h,
2717         * device/include/mcs51/c8051f018.h,
2718         * device/include/mcs51/c8051f020.h,
2719         * device/include/mcs51/c8051f040.h,
2720         * device/include/mcs51/c8051f060.h,
2721         * device/include/mcs51/c8051f120.h,
2722         * device/include/mcs51/c8051f300.h,
2723         * device/include/mcs51/c8051f310.h,
2724         * device/include/mcs51/c8051f320.h,
2725         * device/include/mcs51/c8051f330.h,
2726         * device/include/mcs51/c8051f350.h,
2727         * device/include/z180.h: Changed SDCC specific keywords to double
2728         underlined form.
2729
2730 2005-03-31 Vangelis Rokas <vrokas AT users.sourceforge.net>
2731
2732         * src/pic16/device.c (Pics16[]): added devices 18F2550, 18F4331,
2733         18F4455,
2734         * (pic16_assignConfigWordValue): disable testing of configuration
2735         register value with config mask,
2736         * src/pic16/gen.c (pic16_testStackOverflow): prefix stack test
2737         function with port->fun_prefix,
2738         * (genFunction): when generating a naked interrupt function never
2739         create an absolute segment placed in interrupt vector address, place
2740         the actual interrupt function at IVA instead, when an interrupt
2741         function is generated with unspecified interrupt then do not create
2742         the absolute section,
2743         * (genGenPointerGet, genGenPointerSet, genPackBits): replace all
2744         code for generating a call to generic pointer get/put function with
2745         a call to function pic16_callGenericPointer(),
2746         * src/pic16/genutils.c (pic16_callGenericPointerRW): NEW, generates
2747         the call to the generic pointer get/put functions with prefixing the
2748         function name with port->fun_prefix,
2749         * src/pic16/glue.c (pic16glue): ifdef-out test of OF_LR_SUPPORT,
2750         * src/pic16/main.c (_process_pragma): prefix function with
2751         port->fun_prefix,
2752         * (_pic16_finaliseOptions): define macro __18Fxxxx macro when
2753         calling assembler, old 18Fxxxx macro is deprecated,
2754         * src/pic16/pcode.c (unlinkpCodeFromBranch): added PC_INLINE and
2755         PC_ASMDIR in while condition,
2756         * (findInstruction): add PC_ASMDIR in while condition,
2757         * (buildCallTree): prefix main with port->fun_prefix,
2758         * (pic16_pCode2str): fixed bug that didn't emit the memory access
2759         identifier for variable with banked access in instructions BTFSS,
2760         BTFSC, BCF, BSF, BTG
2761         * (AnalyzeFlow): moved call to OptimizepCode to pic16_AnalyzeBanking,
2762         * src/pic16/pcodepeep.c (pCodeOpCompare): increase size of b to 1024,
2763         * src/pic16/pcoderegs.c (pic16_pCodeRegoptimizeRegUsage): don't
2764         perform optimization when enviroment variable NO_REG_OPT is set,
2765         * (insideLRBlock): NEW, return 1 if register is inside an
2766         INF_LOCALREGS block,
2767         * (RemoveRegFromLRBlock): remove a register that is completely
2768         eliminated by register optimization, but it is still left in local
2769         register store/restore in/from stack block,
2770         * (Remove2pcodes): after removing register, check to see if it
2771         should be removed from local register store/restore in/from stack
2772         block,
2773         * src/pic16/ralloc.c (pic16_decodeOp): added decode for
2774         DUMMY_READ_VOLATILE,
2775
2776         * device/include/pic16/adc.h: minor prototype modifications and
2777         update,
2778         * device/include/pic16/malloc.h: added GPL notice various
2779         modifications,
2780         * device/include/pic16/stdint.h: NEW, standard header for ints
2781         * device/include/pic16/delay.h: NEW, header for delay functions,
2782         delay10tcy, delay100tcy, delay1ktcy, delay10ktcy, delay100ktcy,
2783         delay1mtcy,
2784         * device/include/pic16/signal.h: NEW, header providing helper macros
2785         for implementing signal handlers,
2786         * device/include/pic16/stdio.h: added prototypes for functions,
2787         printf, vprintf, sprintf, vsprintf, fprintf, vfprintf. Added
2788         prototypes for stdin and stdout, added macro PUTCHAR to
2789         automatically implement putchar function prototype,
2790         * device/include/pic16/usart.h: modified and updated USART library,
2791         * device/lib/pic16/libio/adc/,
2792         * device/lib/pic16/libio/i2c: some modifications to improve library
2793         performance,
2794         * device/lib/pic16/libc/stdio/: modifications for the new printf*
2795         family of functions,
2796         * device/lib/pic16/libc/stdlib/: various modifications in the malloc
2797         family of functions and other sources,
2798         * device/lib/pic16/libio/usart/: NEW, c sources for the usart module
2799         of the PIC18Fxx[28] devices,
2800         * device/lib/pic16/libc/delay/: NEW, c sources for the delay functions,
2801         * device/lib/pic16/libc/utils/: minor modifications in the .S sources,
2802         * device/lib/pic16/startup/{crt0i.c, crt0iz.c}: redesign of the
2803         _do_cinit function, because the previous failed when local variables
2804         where not placed in the same memory bank,
2805         * device/lib/pic16/libsdcc/char/: various modifications to improve
2806         library performance,
2807         * doc/sdccman.lyx: some reorganization of the PIC16 part, added many
2808         information on the new functions of the c library and more...
2809
2810 2005-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2811
2812         * src/SDCCBBlock.c (iCodeBreakDown): fixed bug #1170212
2813
2814 2005-03-26 Raphael Neider <rneider AT web.de>
2815
2816         * src/pic16/gen.c (genSkipc): fixed semantics (execute branch
2817           if condition == CARRY)
2818         * (genCmp): adapted to new genSkipc semantics
2819         * src/pic16/genutils.c (pic6_genCmp_special): removed side effect
2820           on rIfx (genCmp was broken)
2821
2822 2005-03-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2823
2824         * src/SDCCmain.c (setDefaultOptions, optionsTable[], parseCmdLine),
2825         * src/z80/main.c (_keywords[]),
2826         * src/SDCCglobal.h (struct options),
2827         * src/SDCC.y,
2828         * src/SDCC.lex (isTargetKeyword, doPragma, pragma_tbl[]): new pragmas
2829         to enable/disable SDCC and C99 extensions/keywords (std_c89, std_sdcc89,
2830         std_c99, std_sdcc99). Also, equivalent command line options (--std-c89,
2831         --std-sdcc89, --std-c99, --std-sdcc99). SDCC specific keywords are
2832         always available in leading double underscore form. The C99 support is
2833         mostly missing, but it's a start.
2834         * support/regression/tests/bug-227710.c: fixed nonconforming use of
2835         reserved identifier "__data".
2836
2837 2005-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
2838
2839         * src/mcs51/peeph.def: fixed bug 1170013
2840
2841 2005-03-22 Maarten Brock <sourceforge.brock AT dse.nl>
2842
2843         * device/include/mcs51reg.h: fixed bug 842007
2844
2845 2005-03-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2846
2847         * src/SDCCcflow.c (dfNumCompare): committed the wrong version of this
2848         last time.
2849
2850 2005-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2851
2852         * src/port.h (struct PORT),
2853         * src/avr/ralloc.c (avr_assignRegisters),
2854         * src/avr/main.c,
2855         * src/ds390/ralloc.c (ds390_assignRegisters),
2856         * src/ds390/main.c,
2857         * src/hc08/ralloc.c (hc08_assignRegisters),
2858         * src/hc08/main.c,
2859         * src/mcs51/ralloc.c (mcs51_assignRegisters),
2860         * src/mcs51/main.c,
2861         * src/pic/ralloc.c (pic14_assignRegisters),
2862         * src/pic/main.c,
2863         * src/pic16/ralloc.c (pic16_assignRegisters),
2864         * src/pic16/main.c,
2865         * src/xa51/ralloc.c (xa51_assignRegisters),
2866         * src/xa51/main.c,
2867         * src/z80/ralloc.c (z80_assignRegisters),
2868         * src/z80/ralloc.h,
2869         * src/SDCCopt.c (eBBlockFromiCode, replaceRegEqv, killDeadCode),
2870         * src/SDCCcse.c (ifxOptimize, cseBBlock, cseAllBlocks),
2871         * src/SDCCcse.h,
2872         * src/SDCCdflow.c (computeDataFlow),
2873         * src/SDCCdflow.h,
2874         * src/SDCCloop.c (addDefInExprs, loopInvariants, loopOptimizations),
2875         * src/SDCCloop.h,
2876         * src/SDCCcflow.c (*),
2877         * src/SDCCcflow.h,
2878         * src/SDCCBBlock.c (iCodeBreakDown, dumpEbbsToFileExt, eBBWithEntryLabel),
2879         * src/SDCCBBlock.h (struct ebbIndex): new struct that keeps two copies
2880         of the eBBlock list, sorted by both bbnum and dfnum. (fixes bug with
2881         immedDom() returning wrong block; probably fixes bug #1160833)
2882
2883 2005-03-20 Borut Razem <borut.razem AT siol.net>
2884
2885         * support/scripts/inc2h.pl: WIN32 port
2886
2887 2005-03-19 Maarten Brock <sourceforge.brock AT dse.nl>
2888
2889         * device/lib/makefile.in: added abs.c and labs.c
2890
2891 2005-03-17 Maarten Brock <sourceforge.brock AT dse.nl>
2892
2893         * device/include/stdint.h: added
2894         * device/lib/abs.c: added
2895         * device/lib/labs.c: added
2896         * device/include/stdlib.h: added abs() and labs() prototypes
2897         * device/lib/libsdcc.lib: added abs and labs
2898         * device/include/float.h,
2899         * device/lib/_fsmul.c,
2900         * device/lib/printf_fast.c,
2901         * device/lib/printf_tiny.c: updated comments
2902
2903 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2904
2905         * src/SDCCicode.c (geniCodeSwitch, geniCodeJumpTable): fixed
2906         bug #1164313
2907
2908 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2909
2910         * src/SDCCcse.c (cseBBlock): retain assignment to self when volatile
2911         * src/SDCCast.c (isLoopCountable): fixed bug #1161985
2912
2913 2005-03-15 Maarten Brock <sourceforge.brock AT dse.nl>
2914
2915         * device/lib/printf_large.c: removed inline assembly for portability and
2916           readability. Use printf_fast if speed or size are more important.
2917         * src/pic16/gen.c: removed conditions around use of DEBUGpc
2918         * src/pic16/genutils.h: added define for DEBUGpc for MSVC
2919
2920 2005-03-15 Vangelis Rokas <vrokas AT users.sourceforge.net>
2921
2922         * src/pic16/genutils.c (pic16_genCmp_special): initialized offs to
2923         prevent compiler warning
2924
2925 2005-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
2926
2927         * device/lib/pic16/startup/crt0i.c (_cinit): local variables where
2928         moved to level 0 and declared as static. Also they are explicit
2929         placed in access bank. This was necessery because some times they
2930         might cross memory bank boundaries. crt0iz.c is *NOT* updated!!!
2931         * src/pic16/device.h: added flag OPTIMIZE_CMP to enable some compare
2932         optimizations. Currently only compare to unsigned char is implemented,
2933         * src/pic16/gen.c: added fReturnIdx array,
2934         * (struct resolvedIfx) is moved to gen.h and made public,
2935         * (struct _G): added sregsAlloc and sregsAllocSet fields,
2936         * (aopForSym): added an optimization to directly store in stack of
2937         the operand of a SEND iCode,
2938         * (pic16_aopOp): don't return return registers as strings (AOP_STR)
2939         but as registers instead (AOP_REG) using the fReturnIdx array,
2940         * (pic16_freeAsmop): remove the freed register from the
2941         _G.sregsAlloc field,
2942         * (pic16_aopGet): in case AOP_STR, the compare to 'a' is changed to
2943         a compare of 'WREG',
2944         * (pic16_popGetTempRegCond): changed function prototype, now
2945         function takes also a bitVector argument v which holds the current
2946         set of registers that are allocated for stack access by aopForSym,
2947         registers allocated in aopForSym for accessing stack symbols are not
2948         any more part of the functions usedRegs field,
2949         * (genCall): some times aopOp is called for a stack variable to be
2950         send, aopForSym might perform the push, if this is true make sure
2951         that genCall doesn't push the variable twice by testing _G.resDirect,
2952         * (genFunction): changed testing for unspecified interrupt number
2953         from 256 to INTNO_UNSPEC,
2954         * modified selection scheme of frame pointer generation. Previously
2955         if function did use local registers a frame pointer was generated,
2956         now a frame pointer is generated only if function has arguments
2957         (that need PLUSW2 register access), or has stack arguments, or the
2958         compiler is not instructed to omit the frame pointer,
2959         * (genEndFunction): before restoring local registers that were saved
2960         in the function preamble, also restore the registers that *might*
2961         have been allocated for stack access,
2962         * (genRet): removed some old comments,
2963         * (genCmp, the active (RN's) version): added a call to the
2964         pic16_genCmp_special function to perform the compare with a more
2965         robust and optimized way,
2966         * (genInline): a feature has been added in inline code generation,
2967         which allows a wildcard variable substitution when writing inline
2968         assembly. Code is incomplete and experimental therefore undocumented,
2969         * (genCast): changed order of aopOp for result and right to allow
2970         aopForSym to directly load the result if possible,
2971         * src/pic16/genutils.c (selectCompareOp, pic16_genCmp_special): NEW,
2972         perform an optimized compare on some selected special occasions,
2973         * src/pic16/genutils.h: declaration of resolvedIfx structure from gen.c,
2974         * src/pic16/glue.c (pic16createInterrupVect): make sure we never
2975         generate an IVT any more,
2976         * src/pic16/main.c (pic16_optionsTable): added command line option
2977         --optimize-cmp,
2978         * (_pic16_initPaths): when calling C preprocessor define pic18fXXXX
2979         macro too, when calling assembler define pic18fXXXX *and* __18Fxxxx
2980         macros,
2981         * src/pic16/NOTES: Raphael Neider added in list of active developers
2982         * src/pic16/pcode.c (OPT_TYPE_STR): added strings jumptable_begin and
2983         jumptable_end to prevent bug #,
2984         * (pic16_pciADDWFC, ADDFWC, COMF, CLRF): added some missing flags in
2985         inCond and outCond fields,
2986         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): add a fix for bug #,
2987         * src/pic16/ralloc.c (serialRegAssign): explicit set willCS to 0 to
2988         turn off register spilling,
2989         * (packRegsForOneUse): synced with other ports' versions although it
2990         is not used currently,
2991         * (pic16_packRegisters): added an optimization while reading
2992         structure bitfields, some registers may be saved (malloc code is
2993         decreased by 80 bytes)
2994
2995 2005-03-12 Vangelis Rokas <vrokas AT users.sourceforge.net>
2996
2997         * src/SDCCcse.c (cseBBlock): inside 'do operand lookup' loop test if
2998         left is a bitfield, if yes, then don't optimize assignment. Perhaps
2999         this can be optimized more?
3000
3001 2005-03-10 Raphael Neider <rneider AT web.de>
3002
3003         * src/pic16/gen.c (pic16_loadFSR0, genPackBits, genUnpackBits,
3004           genNearPointerGet): (hopefully) fixed access to bitfields via
3005           pointers (p->bitN = x; and x = p->bitN; failed)
3006
3007 2005-03-09 Paul Stoffregen <paul AT pjrc.com>
3008
3009         * device/lib/printf_fast.c: fix leading zero format, eg "%02d"
3010
3011 2005-03-09 Raphael Neider <rneider AT web.de>
3012
3013         * src/SDCCopt.c (killDeadCode): fixed bug #1156016
3014
3015 2005-03-06 Maarten Brock <sourceforge.brock AT dse.nl>
3016
3017         * src/SDCCicode.h: moved CRITICAL and ENDCRITICAL from SKIP_IC2 to SKIP_IC
3018         * src/mcs51/ralloc.c (willCauseSpill): added check for REG_BIT type,
3019           (regTypeNum): set REG_BIT type if necessary
3020         * src/mcs51/ralloc.h: added define REG_BIT, used to fix bug 1144613
3021         * support/regression/tests/critical.c: check bug 1144613
3022
3023 2005-03-02 Raphael Neider <rneider AT web.de>
3024
3025         * src/pic16/gen.c (genRightShiftLiteral): fixed bug #1154256
3026
3027 2005-02-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3028
3029         * src/avr/ralloc.c (serialRegAssign),
3030         * src/ds390/ralloc.c (serialRegAssign),
3031         * src/hc08/ralloc.c (serialRegAssign),
3032         * src/mcs51/ralloc.c (serialRegAssign),
3033         * src/pic/ralloc.c (serialRegAssign),
3034         * src/pic16/ralloc.c (serialRegAssign),
3035         * src/xa51/ralloc.c (serialRegAssign),
3036         * src/z80/ralloc.c (serialRegAssign): fixed bug #1105154
3037
3038 2005-02-22 Maarten Brock <sourceforge.brock AT dse.nl>
3039
3040         * src/SDCCast.c (decorateType): fixed bug 1124787
3041
3042 2005-02-20 Hubert Sack <sack AT digiplan.de>
3043         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3044
3045         * src/mcs51/peeph.def: added peepholes 3.h-k and 132.a-f from
3046         patch #1121755
3047
3048 2005-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3049
3050         * src/SDCCpeeph.def: new keyword "labelRefCountChange" which allows peepholes
3051         to keep the correct label reference count when adding/removing references
3052         to labels. A peephole file using this is appended to patch #1144962.
3053
3054 2005-02-14 Raphael Neider <rneider AT web.de>
3055
3056         * device/lib/pic16/libc/string/memccpy.c: changed 3rd argument to char
3057         * src/SDCC.lex (process_pragma): fixed to make disable_warning work for PIC16
3058         * src/pic16/gen.c (aopForSym, calls to pic16_aopOp): prevent unneccessary
3059           retrievals of result operand's value on assignment
3060
3061 2005-02-13 Vangelis Rokas <vrokas AT otenet.gr>
3062
3063         * device/include/pic16/string.h: modified prototype for memccpy()
3064         to memccpy(void *, void *, char, size_t)
3065         * src/pic16/gen.c (genFunction, genEndFunction): reenable if-case to
3066         check whether to omit frame pointer or not,
3067         * (genInline): convert all occurences of "\n" to LF in inline
3068         assembler blocks, this helps formatting the inline text,
3069         * (pic16_loadFSR0): modified prototype,
3070         * (genNearPointerGet, genNearPointerSet): reorganization of code,
3071         removed some 8051 legacy code,
3072         * (genPackBits): enabled handling bitfields exceeding one byte in size,
3073         * src/pic16/ralloc.c (pic16_assignRegisters): clear dynrIdx variable
3074         before allocating temporary registers in functions,
3075
3076 2005-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
3077
3078         * support/regression/tests/bitvars.c: corrected the "fix"
3079
3080 2005-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
3081
3082         * support/regression/tests/bitvars.c,
3083         * support/regression/tests/bitwise.c,
3084         * support/regression/tests/rotate.c: "fixed" problems on Alpha
3085
3086 2005-02-10 Raphael Neider <rneider AT web.de>
3087
3088         * src/pic16/pcode.c (assignToSameBank) : fixed cast to pointer of
3089           different size for Alpha
3090         * src/pic16/gen.c (genCmpEq) : improved compare with 0
3091
3092 2005-02-09 Raphael Neider <rneider AT web.de>
3093
3094         * src/SDCC.lex(doPragma) : save and restore warning options as well
3095           (also added new stack plus clone- and copyAndFreeSDCCERRG())
3096         * have #pragma less_pedantic set the errorlevel to WARNING
3097           (fixes #1117001)
3098         * (cloneOptimize) : fixed wrong malloc's size
3099         * support/Util/SDCCerr.[ch] : made SDCCERRG globally accessible to
3100           facilitate correct handling of #pragma (save|restore)
3101
3102 2005-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
3103
3104         * src/mcs51/gen.c: removed non-standard C nameless struct/union
3105
3106 2005-02-04 Slade Rich <slade_rich AT users.sourceforge.net>
3107
3108         * src/pic/gen.c : Fix for bugs #1080519 & #1115662.
3109
3110 2005-02-03 Maarten Brock <sourceforge.brock AT dse.nl>
3111
3112         * device/include/mcs51/c8051f120.h: added declarations for sbit port 2,3&4
3113
3114 2005-02-02 Raphael Neider <rneider AT web.de>
3115
3116         * src/SDCCast.c (processParms): disabled W_NONRENT_ARGS for pic16 port
3117         * src/pic16/gen.c (aopForSym): reenabled special case for function pointers
3118         * (pic16_storeForReturn): fixed to allow returning function pointers
3119         * (genPackBits): improved accessing full bytes, implemented for GPOINTERs
3120         * device/include/pic16/{stddef.h,stdbool.h}: added
3121
3122 2005-02-02 Maarten Brock <sourceforge.brock AT dse.nl>
3123
3124         * device/include/mcs51/c8051f040.h: added define CPT2_PAGE
3125
3126 2005-02-01 Slade Rich <slade_rich AT users.sourceforge.net>
3127
3128         * src/pic16/pic16.dsp : Added file graph.c to make it compile under windows
3129         * src/pic16/Makefile.bcc : Do not use this file but added file graph.c as it
3130          appeared to be required
3131
3132 2005-01-31 Borut Razem <borut.razem AT siol.net>
3133
3134         * support/scripts/sdcc.nsi: added include/asm/ds390, include/asm/mcs51,
3135           include/mcs51 and include/z80 directories to the package
3136
3137 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3138
3139         * src/hc08/gen.c (genFunction): fixed bug #1112752
3140
3141 2005-01-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3142
3143         * src/mcs51/peeph.def: adapted peephole 258.x to changed gen.c (genAnd)
3144
3145 2005-01-29 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3146
3147         * src/mcs51/gen.c (genAnd): accessing LSB/MSB by rotating acc
3148
3149 2005-01-29 Maarten Brock <sourceforge.brock AT dse.nl>
3150
3151         * device/include/Makefile.in: create/copy mcs51 and z80 include subdirs
3152
3153 2005-01-27 Maarten Brock <sourceforge.brock AT dse.nl>
3154
3155         * device/include/c8051fxxx.h: removed these 6 files
3156         * device/include/mcs51/c8051fxxx.h: added these 11 new files
3157
3158 2005-01-26 Raphael Neider <rneider AT web.de>
3159
3160         * src/pic16/gen.c (genAssign): fixed assignment from longs
3161           in codespace (were cut to three bytes)
3162         * (genDummyRead): implemented (except for CODESPACE...),
3163           fixed bug #1108575
3164         * src/pic16/glue.c (emitStatistics): beautified
3165         * device/lib/pic16/libm/Makefile: added include path
3166
3167 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3168
3169         * src/z80/gen.c (aopPut): fixed bug #1103902
3170
3171 2005-01-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3172
3173         * device/lib/expf.c: fixed bug #1095792
3174
3175 2005-01-24 Vangelis Rokas <vrokas AT otenet.gr>
3176
3177         * device/lib/pic16/libm: added Math library sources
3178
3179 2005-01-24 Raphael Neider <rneider AT web.de>
3180
3181         * src/pic16/pcode.h: added second memory operand to pCodeOpReg
3182           to enable upcast to pCodeOpReg2 (there is no type tag to
3183           differenciate the two and pic16_popGet2p cast into PCOR2)
3184         * src/pic16/main.c (_process_pragma): fixed another malloc bug
3185           (sizeof(sectNames) changed to sizeof(sectName))
3186           Both patches fix segfaults under MinGW.
3187
3188 2005-01-23 Raphael Neider <rneider AT web.de>
3189
3190         * src/pic16/{device.c,pcode.c}: s/free/Safe_free/g for
3191           Safe_[mc]?alloc()'ed variables
3192         * src/pic16/gen.c (pic16_aopOp,pic16_popGet): added handling
3193           of (byte sized) temporaries (assign them to WREG for now)
3194         * src/pic16/main.c (_process_pragma): fixed nasty malloc bug
3195           (used sizeof(set *sectSyms) instead of sizeof(struct sectSym)),
3196           this might fix SIGSEGVs on MinGW...
3197         * src/SDCCopt.c (killDeadCode): restored original behaviour
3198           (volatile operands might get thrown away though)
3199
3200 2005-01-23 Vangelis Rokas <vrokas AT otenet.gr>
3201
3202         * src/pic16/gen.c: fixed bug #1106975,
3203         * src/pic16/gen.c: fixed possible bug #1102572, now during TOS
3204         pointer update, INTCON is saved, global interrupts are disabled and
3205         restored after updateing TOS.
3206         * src/SDCC.y, src/SDCC.lex, src/SDCCsymt.c, src/SDCCsymt.h:
3207         * added function attribute 'shadowregs' to take advantage of shadow
3208         registers,
3209         * added function attribute 'wparam' as an alternative to the wparam
3210         pragma,
3211         * support/Utils/SDCCerr.[ch]: added error E_SHADOWREGS_NO_ISR when
3212         user declares a non-ISR function as 'shadowregs',
3213         * doc/sdccman.lyx: updated to reflect recent changes of pic16 port
3214
3215 2005-01-22 Vangelis Rokas <vrokas AT otenet.gr>
3216
3217         * .version: bumped version number to 2.4.8
3218         * device/lib/pic16/pics.all: list of PIC18F devices supported by
3219         pic16 port,
3220         * device/lib/pic16/libio/i2c/: I2C module support library,
3221         * device/include/pic16/i2c.h: I2C support library header,
3222         * device/lib/pic16/libc/stdio/: standard IO support sources,
3223         * (printf_small.c): printf_small() source, supports float print,
3224         * (printf_tiny.c): printf_tiny() source, does not support floats,
3225         * device/lib/pic16/Makefile.common.in: added OPT_FLAGS macro to
3226         enable global optimizations for entire library source, other
3227         Makefiles in the source tree are also modified to reflect this,
3228         * device/lib/pic16/libc/stdlib/putchar.c (putchar): dummy putchar()
3229         function,
3230         * doc/sdccman.lyx: updated to reflect new changes,
3231         * src/pic16/gen.c (aopForSym): don't handle sym->iaccess in
3232         sym->onStack if-case,
3233         * src/pic16/main.c (_pic16_keywords): commented out keywords bit,
3234         sbit, idata, _idata, xdata, _xdata,
3235         * added pragma library, to link an external library, (see doc),
3236         * removed command line options, --pomit-config-words, --pomit-ivt,
3237         --pleave-reset-vector,
3238         * (pic16_finaliseOptions): when define macro SDCC_MODEL_{SMALL/LARGE}
3239         when calling assembler to reflect memory model used, also define
3240         macro STACK_MODEL_{SMALL/LARGE} when compiling and assembling to
3241         reflect stack model used,
3242         * src/pic16/ralloc.c (pic16_allocDirReg): when operand is allocated
3243         on stack return NULL,
3244
3245 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
3246
3247         * src/SDCCopt.c (killDeadCode): do not throw iCodes away if one
3248           of the operands is volatile. Fixes #1020220
3249
3250 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
3251
3252         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): reenabled optimization
3253         * (OptimizeRegUsage): make sure that there is really no other flow where
3254           the first pCode is used
3255
3256 2005-01-22 Raphael Neider <rneider AT web.de>
3257
3258         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): disabled optimization
3259           to fix #1106967 (pCode->seq are not set up correctly)
3260
3261 2005-01-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3262
3263         * src/SDCCglue.c (glue): make sure code area is declared before the
3264         static initialization area.
3265
3266 2005-01-21 Raphael Neider <rneider AT web.de>
3267
3268         * device/lib/Makefile.in: fixed test for pic16 install dir
3269         * device/lib/pic16/*/Makefile*: modified compile flags to enable
3270           optimizations
3271         * doc/sdccman.lyx: updated banksel optimization, removed --flr-support and
3272           added --optimize-goto compiler switch and pragma wparam documentation
3273         * src/pic16/pcode.c (pic16_OptimizeBanksel): removed statistics dump
3274         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed copying of WREG, PRODL
3275           and PRODH closing bug #1071770 (peephole optimizer)
3276
3277 2005-01-19 Raphael Neider <rneider AT web.de>
3278
3279         * src/SDCCglobl.h: ensure that PATH_MAX >= 2048 to guarantee
3280           cmdLine buffers (used when calling sdcpp...) are large enough
3281           (MAX_PATH=256 truncates arguments leading to system halts when
3282           used in MinGW...)
3283         * src/pic16/gen.c (pic16_sameRegs): relaxed size criterion
3284         * (genUminus): rewritten to for efficiency
3285         * (genNearPointer[GS]et): enforce reloading of FSR0 (was still
3286           used uninitialized in some cases)
3287         * (genCast): upcasting a 16bit int to a 24bit GPOINTER may not
3288           copy the third byte from the int -- now assumes 0x80 (data memory)
3289         * src/pic16/genarith.c (pic16_genPlus): fixed bug when swapping
3290           operands (genAddLit expects the iCode's operands to swapped as
3291           well), fixed leftover bytes (crashed for short left operands)
3292         * (pic16_genMinusDec): performance improvements, removed false
3293           PIC14 emitSKPNCs
3294         * (pic16_genMinus): fixed to cope with differently sized operands
3295         * src/pic16/glue.c (pic16_glue): added new banksel optimization
3296           for --obanksel > 1
3297         * src/pic16/pcode.c: implemented (first phase of) banksel optimization
3298         * src/pic16/graph.[ch]: implementation of directed graphs, used by
3299           new banksel optimization
3300         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): prevented
3301           analysis for temporary registers (segfaults...)
3302         * src/pic16/peeph.def: added rule
3303
3304 2005-01-18 Vangelis Rokas <vrokas AT otenet.gr>
3305
3306         * device/lib/pic16/libc/stdlib/x_ftoa.c: it defines x_ftoa function
3307         which converts a float number to its ASCII representation
3308         * device/lib/pic16/libc/utils/cnvfrac.S,cnvint.S: support
3309         functions to convert the fractional and integer part of a float to ASCII,
3310         * device/lib/pic16/libc/stdlib/(calloc.c,free.c, malloc.c,
3311         realloc.c): added _MALLOC_SPEC to explicit place variables in data
3312         ram
3313         * device/include/asm/pic16/features.h: added _CODE, _DATA, _AUTOMEM,
3314         _STATMEM macros,
3315         * device/include/pic16/adc.h: added GPL info,
3316         * src/pic16/gen.c (genIfxpCOpJump): perform an genIfxJump but using
3317         a pCodeOp as tested operand,
3318         * (genNearPointerGet): optimized bit testing, does not use
3319         intermediate register for bit value, test directly instead with
3320         BTFSS, BTFSC, works only for single bits,
3321         * (genpic16Code): dump the name of the iCode in the asm,
3322         * src/pic16/ralloc.c (decodeOp): removed static declaration and
3323         renamed to pic16_decodeOp,
3324         * (serialRegAssign): do not allocate a temporary register for iCode
3325         sequences that test a single bit for 1/0
3326
3327 2005-01-12 Vangelis Rokas <vrokas AT otenet.gr>
3328
3329         * src/pic16/pcode.[ch]: introduced pic16_stackpnt_*,
3330         pic16_framepnt_*, pic16_stack_*, pic1_frame_* pointer variables to
3331         access stack and frame pointers. They are initially assigned to
3332         point at pic16_pc_fsr1[lh] and pic16_pc_fsr2[lh] variables and other
3333         accessing SFRs. Updated all occurences of modification of stack or
3334         frame pointer in gen.c and pcode.c,
3335         * src/pic16/ralloc.c (serialRegAssign): fixed two bugs with
3336         assigning of a literal value to pointers,
3337         * src/pic16/main.c (pic16_finiliseOptions): set pre-processor define
3338         flag STACK_MODEL_SMALL or STACK_MODEL_LARGE according to the model
3339         selected
3340
3341 2005-01-11 Vangelis Rokas <vrokas AT otenet.gr>
3342
3343         * doc/sdccman.lyx: update documentation about stack pragma, added
3344         some info for stack memory models
3345
3346 2005-01-08 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3347
3348         * src/pic16/gen.c (DEBUGpc): MSVC 6 does not support macro variable arguments
3349
3350 2005-01-08 Raphael Neider <rneider AT web.de>
3351
3352         * src/pic16/device.c (pic16_dump_usection): changed naming scheme for
3353           udata sections to fix bug #1097823
3354
3355 2005-01-05 Raphael Neider <rneider AT web.de>
3356
3357         * src/pic16/gen.c (genGenericShift): added handling of differently
3358           sized left operand and result
3359
3360 2005-01-04 Raphael Neider <rneider AT web.de>
3361
3362         * src/pic16/gen.c (genIfxJump): fixed inverted skips on CARRY
3363         * (genIfx): fixed (?) read from uninitialized SPIL_LOC (now assumes CARRY
3364           to hold the condition bit)
3365         * added new version of genCmp (old code available via #define)
3366         * added new version of genShiftLeft/genShiftRight in a generic
3367           way, now supports shifting by negative values
3368         * (genLeftShiftLiteral, genRightShiftLiteral): use absolute value of
3369           shiftCount (expected by genGenericShift)
3370         * src/pic16/genarith.c (genPlus): added code for adding CARRY+literal
3371         * src/pic16/pcode.c (pic16_OptimizeJumps): removed annoying statistics
3372           dump
3373         * (pic16_newpCodeOpLit): changed to cast to unsigned char (as e.g. -32766
3374           is an invalid literal too...)
3375
3376 2005-01-04 Vangelis Rokas <vrokas AT otenet.gr>
3377
3378         * src/pic16/gen.c (aopForSym, genEndFunction): applied some fixes
3379         from Raphael Neider,
3380         * src/pic16/pcode.c (pic16_newpCodeOpLit): removed casting to char
3381         for 8-bit literals. This fixes some literal operands which are sign
3382         extended to 16-bits ints when instruction needs only 8-bits.
3383
3384 2004-12-31 Paul Stoffregen <paul AT pjrc.com>
3385
3386         * device/lib/logf.c: added mcs51 assembly version
3387         * device/lib/expf.c: added mcs51 assembly version
3388         * device/lib/_logexpf.c: new shared asm code for expf and logf
3389         * device/include/math.h: add defines for assembly math library
3390         * device/lib/Makefile.in: build new _logexpf.c
3391         * device/lib/libfloat.lib: use new _logexpf.c
3392
3393 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
3394
3395         * src/pic/device.c
3396         * src/pic/pcode.c : adjusted internal stack and pre-allocated registers for
3397           device types which have less than 0x7f registers.
3398
3399 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
3400
3401         * src/pic/genarith.c : Fixed problem with subtraction where the result would not be updated when borrowing.
3402
3403 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
3404
3405         * device/lib/printf_fast.c: only build on supported arch.
3406         * device/lib/printf_tiny.c: only build on supported arch.
3407         * device/lib/printf_fast_f.c: only build if asm float lib
3408         * device/lib/_fsget1arg.c: only build if asm float lib
3409         * device/lib/_fsget2args.c: only build if asm float lib
3410         * device/lib/_fsnormalize.c: only build if asm float lib
3411         * device/lib/_fsreturnval.c: only build if asm float lib
3412         * device/lib/_fsrshift.c: only build if asm float lib
3413         * device/lib/_fsswapargs.c: only build if asm float lib
3414         * device/include/stdio.h: don't provide print_fast,
3415           print_fast_f, print_tiny prototypes if --xstack used
3416
3417 2004-12-28 Maarten Brock <sourceforge.brock AT dse.nl>
3418
3419         * device/lib/sincosf.c (sincosf): don't invert bit/bool by ~
3420         * support/regression/ports/mcs51-stack-auto/spec.mk: added new _fs.. files
3421           to the SOURCES
3422
3423 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
3424
3425         * device/lib/printf_fast_f.c: same as printf_fast, but
3426           with floating point enabled
3427         * device/lib/printf_fast.c: minor tweaks
3428         * device/include/stdio.h: add printf_fast_f
3429
3430 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
3431
3432         * src/SDCCmain.c: make --float-reent default for mcs51
3433         * device/lib/_fsadd.c: added mcs51 assembly version
3434         * device/lib/_fssub.c: added mcs51 assembly version
3435         * device/lib/_fsmul.c: added mcs51 assembly version
3436         * device/lib/_fsdiv.c: added mcs51 assembly version
3437         * device/lib/_fseq.c: added mcs51 assembly version
3438         * device/lib/_fsneq.c: added mcs51 assembly version
3439         * device/lib/_fsgt.c: added mcs51 assembly version
3440         * device/lib/_fslt.c: added mcs51 assembly version
3441         * device/lib/_fscmp.c: shared code for fseq,fsgt,fslt,fsneq
3442         * device/lib/Makefile.in: add _fscmp to build
3443         * device/lib/libfloat.lib: add _fscmp to build
3444
3445 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
3446
3447         * device/lib/_fs2slong.c: added mcs51 assembly version
3448         * device/lib/_fs2sint.c: added mcs51 assembly version
3449         * device/lib/_fs2schar.c: added mcs51 assembly version
3450         * device/lib/_fs2ulong.c: added mcs51 assembly version
3451         * device/lib/_fs2uint.c: added mcs51 assembly version
3452         * device/lib/_fs2uchar.c: added mcs51 assembly version
3453         * device/lib/_slong2fs.c: added mcs51 assembly version
3454         * device/lib/_sint2fs.c: added mcs51 assembly version
3455         * device/lib/_schar2fs.c: added mcs51 assembly version
3456         * device/lib/_ulong2fs.c: added mcs51 assembly version
3457         * device/lib/_uint2fs.c: added mcs51 assembly version
3458         * device/lib/_uchar2fs.c: added mcs51 assembly version
3459         * device/include/float.h: added #define to select asm vs c
3460
3461 2004-12-26 Paul Stoffregen <paul AT pjrc.com>
3462
3463         * device/lib/printf_fast.c: improvements to float output
3464         * device/include/float.h: add defines for assembly float library
3465         * device/lib/_fsget1arg.c: receive 1 float arg
3466         * device/lib/_fsget2args.c: receive 2 float args (reentrant)
3467         * device/lib/_fsnormalize.c: normalize a float
3468         * device/lib/_fsreturnval.c: return float, various helper routines
3469         * device/lib/_fsrshift.c: right shift a float's mantissa
3470         * device/lib/_fsswapargs.c: swap 2 floats
3471         * device/lib/Makefile.in: build these 6 new files for mcs51
3472         * device/lib/libfloat.lib: add these 6 files to the library
3473
3474 2004-12-26 Borut Razem <borut.razem AT siol.net>
3475
3476         * sim/ucsim/avr.src/arith_inst.cc: fixed bug #1088372- savr is not
3477           built by gcc 3.4.2
3478
3479 2004-12-25 Paul Stoffregen <paul AT pjrc.com>
3480
3481         * device/lib/printf_tiny.c: printf for mcs51 in only 267 bytes,
3482           and fully reentrant and register bank neutral.
3483         * device/lib/printf_fast.c: added float (not enabled by default),
3484           added compact/slower integer (also not enabled by default),
3485           improved size/speed of fast integer code, other minor changes
3486         * device/include/stdio.h, device/lib/Makefile.in,
3487           device/lib/libsdcc.lib: integrate printf_tiny into mcs51 build
3488
3489 2004-12-24 Maarten Brock <sourceforge.brock AT dse.nl>
3490
3491         * src/pic16/pcode.c: declaring variables other than at the start of a
3492           block is not supported in C by VC6.
3493
3494 2004-12-22 Vangelis Rokas <vrokas AT otenet.gr>
3495
3496         * applied a previous patch from Raphael Neider that wasn't included
3497         in the previous commits, which fixes infinite loops within jumptable
3498         improvements,
3499         * made some fixes that previous patches introduced
3500
3501 2004-12-21 Vangelis Rokas <vrokas AT otenet.gr>
3502
3503         * src/pic16/gen.c (pic16_aopGet): applied fix from Raphael Neider
3504         that fixes an issue with AOP_PCODE asmop's offset,
3505         * (pic16_popCopyReg): update instance field too,
3506         * (mov2w): modified to pic16_mov2w because it conflicts with mov2w
3507         function of pic port,
3508         * (genCmp, genAnd, genAssign),
3509         * src/pic16/genarith.c (genAddLit): some fixes from Raphael Neider,
3510
3511 2004-12-20 Vangelis Rokas <vrokas AT otenet.gr>
3512
3513         * src/SDCCast.c (gatherAutoInit): allow pic16 to emit static
3514         variables initial values to idata section,
3515         * src/SDCCicode.c (geniCodeCall): patch from ### to fix unreferenced
3516         variables in some functions. This utilizes parmBytes field of iCode
3517         structure to hold the offset of the variable in stack. (might be
3518         able to use the stack field too?)
3519         * applied patch from Raphael Neider # ### , # ###
3520         * src/pic16/glue.c (pic16emitRegularMap): fix to print static
3521         variable initial values in idata section,
3522         * src/pic16/ralloc.c (pic16_allocDirReg): don't allocate register
3523         for static variables with initial value
3524         * src/device/lib/pic16/libsdcc/float/ulong2fs.c (__ulong2fs):
3525         applied fix in while loop from Raphael Neider.
3526
3527 2004-12-19 Maarten Brock <sourceforge.brock AT dse.nl>
3528
3529         * src/ds390/gen.c (genCpl): fixed bit=~(char/bit) bugs, added warning
3530         * src/ds390/main.c (_ds390_regparm): don't pass bit params in registers
3531         * src/ds390/ralloc.c (serialRegAssign): spill bits
3532         * src/mcs51/gen.c (genCpl): fixed bit=~(char) bugs, added warning
3533         * support/Util/SDCCerr.c,
3534         * support/Util/SDCCerr.h: added warning W_COMPLEMENT for using bit=~(bit)
3535         * support/regression/tests/bitvars.c: added tests for bitwise complement(~)
3536         * support/regression/tests/bitwise.c: added test for bitwise complement(~)
3537
3538 2004-12-09 Maarten Brock <sourceforge.brock AT dse.nl>
3539
3540         * device/include/sdcc-lib.h: inserted LGPL, added includes
3541           asm/ds390/features.h and asm/mcs51/features.h
3542         * device/include/asm/default/features.h,
3543         * device/include/asm/gbz80/features.h,
3544         * device/include/asm/z80/features.h: added empty _AUTOMEM
3545           and _STATMEM
3546         * device/include/asm/ds390/features.h,
3547         * device/include/asm/mcs51/features.h: added files with defines for
3548           _AUTOMEM and _STATMEM indicating automatic and static storage class
3549         * device/lib/printf_large.c (_print_format): optimized & used _AUTOMEM
3550         * doc/sdccman.lyx: version 2.4.7, updated xstack documentation
3551         * src/SDCCicode.c (geniCodeCast),
3552         * src/SDCCsymt.c (compareType): allow cast of data-ptr to idata-ptr
3553         * src/SDCCloop.c (loopInduction): removed unused variable lr
3554         * src/SDCCopt.c (convilong, convertToFcall): moved "easy special case"
3555           to convertToFcall to include char modulo (RFE 1065037), added check
3556           if left operand is unsigned and use abs of literal value
3557         * src/SDCCpeeph.c (setFromConditionArgs): removed double quotes option
3558           as it doesn't work after conversion from peephole.def to peephole.rul
3559         * src/mcs51/gen.c (toBoolean): added check for size,
3560           (genModOneByte): optimized code for signed char modulo a literal
3561           power of 2 (thanks to Hubert Sack),
3562           (genRRC): removed unnecessary "clr c",
3563           (genRLC): replaced "add a,acc" with cheaper "rlc a"
3564         * src/mcs51/peeph.def: renamed 115 to 115.a, added rule 115.b: another
3565           jump optimization,
3566           swapped rules 256.c and 256.d,
3567           extended 256.d by using new multiple checks (thanks Erik),
3568           added rules 256.e and 256.f,
3569           updated rule 261.a and 261.b to new generated code
3570         * support/regression/tests/muldiv.c: added test div/mod by a power of 2
3571
3572 2004-12-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3573
3574         * src/SDCCloop.c (basicInduction, loopInduction): fixed several
3575           induction related bugs, including first part of bug #1074377
3576
3577 2004-12-05 Vangelis Rokas <vrokas AT otenet.gr>
3578
3579         * applied patch from bug-report #1076292,
3580         * applied patches for genAnd and Goto-optimizations for Raphael
3581         Neider,
3582         * src/SDCCicode.c (printOperand): fixed !REGA source to compile and
3583         dump a less iCode information,
3584         * src/pic16/device.h (pic16_options_t): added field debgen,
3585         * src/pic16/gen.h: added macros DUMP_FUNCTION_ENTRY,
3586         DUMP_FUNCTION_EXIT, FENTRY, FENTRY2,
3587         * src/pic16/gen.c (my_powof2): renamed to pic16_my_powof2 and made
3588         puclic,
3589         * (various functions): added macros FENTRY and FENTRY2 to functions,
3590         to emit function prologue,
3591         * (various functions): fixed indentation,
3592         * (genNearPointerGet): fixed loading of FSR0,
3593         * (genPackBits): applied patch from Raphael Neider to fix updating
3594         of FSR0 and touching only the modified bits,
3595         * src/pic16/genarith.c (various functions): added macros FENTRY to
3596         emit function prologue in comments,
3597         * src/pic16/pcode.h: added functions debugf2, debugf3,
3598         * src/pic16/ralloc.c: partial fix for packForPush caused
3599         segmentation fault,
3600
3601 2004-12-04 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3602
3603         * src/mcs51/peeph.def: added 261.a,b (16 bit rotate) by Stas Sergeev
3604           <stsp AT users.sourceforge.net> with reversed byte order
3605         * support/regression/tests/rotate.c: added (ds390 skips some tests)
3606
3607 2004-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3608
3609         * src/z80/gen.c (genLeftShift, genRightShift): fixed second part of
3610           bug #1074377
3611         * src/hc08/gen.c (genrshFour, shiftRLong, shiftLLong),
3612         * src/mcs51/gen.c (shiftLLong): Fixed some shifting bugs Frieder found
3613
3614 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
3615
3616         * src/pic/pcode.c : fixed a problem where banksel was not being inserted.
3617
3618 2004-12-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3619
3620         * src/SDCCpeeph.c (callFuncByName): support combined peephole rule
3621           conditions,
3622           (setFromConditionArgs): friendly operand parser for peephole rules,
3623           (operandBaseName, operandsNotRelated): new peephole condition
3624           "operandsNotRelated" -- similar to "operandsNotSame", but takes
3625           architecture specific register naming into account, handles n-way
3626           comparisons, and supports quoted literals
3627         * src/mcs51/peeph.def: restored rule 177.d with an extra condition
3628
3629 2004-12-02 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3630
3631         * src/mcs51/peeph.def: fixed bug #1076940
3632
3633 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
3634
3635         * device/include/pic/pic16f877.h : added an include file for the PIC16F877 device.
3636
3637 2004-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3638
3639         Adding support for replacing ljmps with sjmps in jumptables
3640         generated for switch statements. For now you need to set the
3641         environment variable SDCC_SJMP_JUMPTABLE to enable this.
3642         Now 4 algorithms for mcs51 jumptable generation are used:
3643         ljmp or sjmp jumptables for up to 16 cases, stack-pushing target
3644         addresses loaded pc-relative for up to 112 cases and stack-pushing
3645         target addresses loaded with offset from dptr for up to 256 cases.
3646
3647         * src/SDCCpeeph.c: added peephole conditional labelJTInRange
3648         * src/mcs51/main.c: adapted constants for switch table generation
3649         * src/mcs51/peeph.def: added 260.x for replacing ljmp with sjmp
3650
3651 2004-11-26 Maarten Brock <sourceforge.brock AT dse.nl>
3652
3653         * device/lib/printf_large.c (_print_format): fixed bug 1073386
3654         * support/regression/tests/bug1057979.c: added test for bug 1073386
3655
3656 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
3657
3658         * src/pic16/pcode.c: fixed bug which may produce error in non-GNU
3659         compilers
3660
3661 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
3662
3663         * src/pic16/device.h,
3664         * src/pic16/genarith.c,
3665         * src/pic16/glue.c,
3666         * src/pic16/main.c,
3667         * src/pic16/pcode.c: applied patches #1068154 and #1070213
3668
3669 2004-11-24 Vangelis Rokas <vrokas AT otenet.gr>
3670
3671         Large cummulative patch for pic16 port.
3672         * device/lib/pic16/gstack.h: NEW, user can specify its own handler
3673         to call when a stack overflow occurs,
3674         * (malloc.h): added CVS Id tag,
3675         * (pic18f{242,252,442,452}.h): added T0CONbits structure and
3676         variable,
3677         * added libc directory. The current version of LibC contains string
3678         functions, ctype functions and macros and some functions of the
3679         stdlib set (like malloc/free/atof/atoi etc...). All functions are to
3680         be extensively tested in the future. Standard disclaimer here.
3681         Library is not automatically build yet. But one can build it by
3682         invoking 'make' inside the libc directory.
3683         * added ADC library under libio. Preliminary version yet.
3684
3685         * src/pic16/gen.h: added emitTOGC macro, to toggle Carry flag,
3686         * src/pic16/gen.c (aopForRemat): asmop size is filled by
3687         aopForRemat() now and not by pic16_aopOp(),
3688         * (pic16_popGetTempReg): removed warning messgae when allocating
3689         temporary registers, its a buggy feature and will be removed,
3690         * (pic16_popGet): set register instance field in AOP_CRY,
3691         * (pic16_outBitC): fixed for results in size greater than 1,
3692         * (genUminusFloat): fixed for pic16, ported code from mcs51,
3693         * (pic16_storeForReturn): optimized return of 0,
3694         * (genCmp): experimental code for new genCmp which uses PIC18's
3695         special compare&skip instructions. Initial tests fail some times
3696         with variables grater than 1 byte in size, so new code is disabled,
3697         * (genUnpackBits, genPackBits): more optimizations in reading/writing,
3698         a single bit,
3699         * (genCast): began a fix to optimize the casting of a bit to another
3700         bit, now assigning a bitfield to another bitfield will fail, sorry,
3701         * src/pic16/main.c: disabled the use of lr-support feature,
3702         * src/pic16/pcode.h: renamed PCASMDIR to PCAD,
3703         * added some function prototypes, added function _debugf prototype,
3704         * src/pic16/pcode.c: (pic16_get_op): fixed emitting operands of register
3705         bits with offset (case PO_GPR_BIT),
3706         * (genericPrint): don't emit INFO pcode when --pcode-verbose not in
3707         command line,
3708         * (isBankInstruction): modified to return 0 for no banking instruction,
3709         and 1 for banking instruction,
3710         * (pic16_isPCinFlow): check for PCAD (assembler directives) too,
3711         caused stop processing pCodes after a inline assembly block,
3712         * (pic16_popCopyGPR2Bit): updated to match bitfields with offset,
3713         * src/pic16/pcoderegs.c: fixed a bug with eliminating some temporary
3714         registers when it shouldn't,
3715         * src/pic16/ralloc.c (allocReg): add preliminary support for
3716         supporting a limited set of temporary registers,
3717
3718 2004-11-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3719
3720         * src/hc08/gen.c (genAssign, genPointerGetSetOfs, genDataPointerGet,
3721           genDataPointerSet): ensure assignments always copy in MSB to LSB
3722           order,
3723           (loadRegFromAop): recognize CLRH optimization,
3724           (genFunction): optimize RECEIVE iCodes in reentrant functions
3725
3726 2004-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3727
3728         * src/SDCCmain.c (parseCmdLine, optionsTable[]): fixed bug with
3729           --out-fmt-s19 turning into --out-fmt-elf if s19 was already
3730           selected.
3731         * src/SDCCmain.c (linkEdit): don't define SSEG for HC08
3732         * src/hc08/main.c (_hc08_setDefaultOptions): default xdata to be
3733           contiguous with data
3734
3735 2004-11-19 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3736
3737         * device/lib/_gptrget.c (_gptrget),
3738         * device/lib/_gptrgetc.c (_gptrgetc),
3739         * device/lib/_gptrput.c (_gptrput): _naked allows to use ret
3740           instead of sjmp to ret
3741         * src/mcs51/peeph.def: added peepholes 3.d-g and 177.g,h provided
3742           by Hubert Sack <hsack2002 AT arcor.de> in RFE #1067986, thanks
3743
3744 2004-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
3745
3746         * .version: bumped version to 2.4.7
3747         * device/lib/_gptrget.c (_gptrget): is now _naked
3748         * device/lib/_gptrgetc.c (_gptrgetc): is now _naked
3749         * device/lib/_gptrput.c (_gptrput): is now _naked
3750         * src/SDCCast.c (createBlock): removed ridiculous self-assignment,
3751           (createFunction): fixed xstack
3752         * src/SDCCglue.c (emitMaps): set allocation required for bit area
3753         * src/SDCCicode.c (geniCodeCast): don't change SPEC_OCLS for literal
3754           or bit either,
3755           (geniCodeCritical): store original interrupt state in an iTemp bit
3756           var unless stack-auto
3757         * src/SDCCicode.h: added CRITICAL and ENDCRITICAL to SKIP_IC2
3758         * src/SDCCmain.c (setIncludePath): added include/target to search path
3759         * src/SDCCmem.c (allocParms): store bit vars in bit space, not overlay
3760         * src/SDCCsymt.c (checkFunction): don't check regbank for isr's against
3761           prototype,
3762           (processFuncArgs): put bit vars in bit area
3763         * src/mcs51/gen.c (saveRegisters, unsaveRegisters, genXpush, saveRBank,
3764           unsaveRBank): fixed xstack,
3765           (genFunction): bugfix: replaced (global!) reentrant with fReentrant,
3766           (genFunction, genEndFunction): fixed xstack,
3767           (genAssign): optimization don't walk backwards through mem
3768         * src/mcs51/main.c (_mcs51_regparm): don't pass bit params in registers
3769         * src/mcs51/ralloc.c (createStackSpil): spill bits to bit area
3770         * support/regression/Makefile: also make library (for stack-auto) when
3771           making "all" and added "test-mcs51-xstack-auto"
3772         * support/regression/fwk/lib/testfwk.c: added T2_isr prototype for mcs51
3773         * support/regression/ports/mcs51/T2_isr.c: added this file as a stub
3774         * support/regression/ports/mcs51/fwk.lib: added to link T2_isr stub
3775         * support/regression/ports/mcs51/spec.mk: added rules for fwk.lib
3776         * support/regression/ports/mcs51-stack-auto/spec.mk: replaced
3777           make-library by MAKE_LIBRARY
3778         * support/regression/ports/mcs51-xstack-auto/spec.mk: file added to run
3779           regression tests for xstack
3780         * support/regression/tests/bitvars.c: test for bit vars (bug 938782)
3781         * support/regression/tests/critical.c: test for critical on mcs51
3782
3783 2004-11-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3784
3785         * support/regression/ports/ucz80/spec.mk: use include and lib files from
3786           built version of sdcc instead of installed version
3787
3788 2004-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
3789
3790         * src/mcs51/gen.c (toBoolean): fixed bug 1065458
3791         * device/lib/Makefile.in: z80 uses printf_large.c, sprintf.c and
3792           vprintf.c now
3793         * device/lib/printf_large.c (calculate_digit): fixed bug 1057979
3794         * device/lib/z80/Makefile: don't use printf.c as it fails bug 1057979
3795           WARNING: remove device/lib/build/z80/printf.o by hand when
3796           updating from previous build!
3797         * device/lib/z80/printf.c: updated comment
3798         * support/regression/tests/bug1057979.c: test all ports now
3799         * support/regression/tests/bug1065458.c: file added
3800
3801 2004-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3802
3803         * src/z80/gen.c (genFunction, genEndFunction): avoided generating
3804           *_start and *_end symbols for static functions
3805
3806 2004-11-11 Maarten Brock <sourceforge.brock AT dse.nl>
3807
3808         * src/SDCCmain.c (linkEdit): don't suppress crt0 if --nostdlib is used
3809           and search crt0.o in all library paths,
3810           (setIncludePath): proper handling of --nostdinc,
3811           (setLibPath): proper handling of --nostdlib
3812         * support/regression/Makefile,
3813         * support/regression/ports/ds390/spec.mk,
3814         * support/regression/ports/gbz80/spec.mk,
3815         * support/regression/ports/hc08/spec.mk,
3816         * support/regression/ports/mcs51/spec.mk,
3817         * support/regression/ports/mcs51-large/spec.mk,
3818         * support/regression/ports/mcs51-stack-auto/spec.mk,
3819         * support/regression/ports/z80/spec.mk: use include and lib files from
3820           built version of sdcc instead of installed version
3821         * doc/sdccman.lyx: fixed typo in --nostdinc
3822
3823 2004-11-10 Slade Rich <slade_rich AT users.sourceforge.net>
3824
3825         * src/pic/pcode.c,
3826         * src/pic/device.c,
3827         * src/pic/ralloc.c,
3828         * src/pic/gen.c : added support to generate code for struct bit fields.
3829
3830 2004-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
3831
3832         * as/xa51/xa_version.h,
3833         * device/include/errno.h,
3834         * device/include/regc515c.h,
3835         * device/lib/_itoa.c,
3836         * device/lib/_ltoa.c,
3837         * device/lib/ser_ir_cts_rts.c,
3838         * sim/ucsim/xa.src/glob.cc,
3839         * sim/ucsim/xa.src/inst_gen.cc,
3840         * sim/ucsim/xa.src/xa_bit.cc,
3841         * sim/ucsim/xa.src/xa_sfr.cc,
3842         * sim/ucsim/z80.src/inst_dd.cc,
3843         * sim/ucsim/z80.src/inst_fdcb.cc,
3844         * support/scripts/keil2sdcc.pl,
3845         * src/pic16/pic16.dsp,
3846         * src/pic16/pic16a.dsp: corrected cvs line endings
3847         * device/lib/printf_large.c: fixed bug 1057979
3848         * src/pic16/gen.c: fixed non-C standard code
3849         * src/SDCCmain.c: made --pack-iram default, added --no-pack-iram
3850         * src/SDCCglobl.h: changed pack_iram to no_pack_iram
3851         * support/regression/ports/mcs51/support.c: reload T1 asap
3852         * doc/sdccman.lyx: updated for options --pack-iram and --no-pack-iram,
3853           pdata use and clear idata startup behaviour
3854         * support/regression/tests/bug1057979.c: added
3855
3856 2004-11-04 Maarten Brock <sourceforge.brock AT dse.nl>
3857
3858         * device/examples/ds390/ow390/ad26.h,
3859         * device/examples/ds390/ow390/cnt1d.h,
3860         * device/examples/ds390/ow390/crcutil.c,
3861         * device/examples/ds390/ow390/ownet.h,
3862         * device/examples/ds390/ow390/owsesu.c,
3863         * device/examples/ds390/ow390/swt12.h,
3864         * device/examples/ds390/ow390/swtoper.c,
3865         * device/examples/ds390/ow390/temp10.h,
3866         * device/examples/ds390/ow390/thermodl.c,
3867         * device/examples/ds390/tinitalk/tinitalk.dsp,
3868         * device/examples/ds390/tinitalk/tinitalk.dsw,
3869         * device/examples/mcs51/clock/hw.h,
3870         * device/examples/mcs51/simple2/go.bat,
3871         * device/examples/serialcomm/windows/serial.h,
3872         * device/examples/xa51/dummy.c,
3873         * device/examples/xa51/hello.c,
3874         * device/include/80c51xa.h,
3875         * device/include/at89x051.h: corrected cvs line endings
3876
3877 2004-11-04 Vangelis Rokas <vrokas AT otenet.gr>
3878
3879         * src/pic16/main.c (options): added command line --gstack, to trace
3880         stack over/under flows,
3881         * added pragma 'wparam' to allow passing first byte of function
3882         parameters via WREG, syntax is #pragma wparam my_function[, func2...]
3883         * src/pic16/gen.c (pic16_testStackOverflow): function which emits a
3884         call to __gstack_test function and sets up the symbol as extern,
3885         * (pic16_pushpCodeOp, pic16_poppCodeOp, pushw, pushaop, popaopidx,
3886         * popaop): added call to pic16_testStackOverflow,
3887         * (wParamCmp, inWparamList): NEW, test existence of a symbol in
3888         wparamList list,
3889         * (genCall, genPcall): now all parameters are passed via stack
3890         except in functions that are pass to wparam pragma in which WREG is
3891         used too,
3892         * (genPcall): REENTRANT flag is checked to see if variable prototype
3893         contains reentrant keyword, don't call a non-reentrant function, via
3894         a reentrant function pointer or vice versa, functions are never
3895         passed via WREG,
3896         * (genJumpTab): applied patch from bug #1057478 by R.Neider and
3897         D.Winkler,
3898         * src/pic16/glue.c (pic16emitRegularMap): fixed bug which caused a
3899         SIGSEGV when accessing a NULL register stucture,
3900         * (pic16_printGPointerType): modified to handle UPPER modifier for
3901         function initializers, changed prototype of function to simpler one,
3902         * (pic16_printIvalFuncPtr): check to see if function is already
3903         added in externs list,
3904         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): fixed bug which
3905         optimized a move from W to SFR with a move to the same register
3906         later after a CALL,
3907         * device/lib/pic16/debug: NEW directory, contains debug features
3908         which are enabled when linking with libdebug.lib, currently command
3909         line option --gstack enables stack pointer tracing for over/under
3910         flow, corresponding sources are in debug/gstack
3911
3912 2004-10-30 Vangelis Rokas <vrokas AT otenet.gr>
3913
3914         * doc/sdccman.lyx: updated SDCC version,
3915         * (PIC16 port): update list of command line options,
3916         * src/pic16/device.h (structure pic16_options_t): added field gstack
3917         to enable stack overflow tracing on push/pops,
3918         * src/pic16/device.c (statistics structure): added statistics
3919         structure,
3920         * (pic16_dump_access, pic16_dump_usection, pic16_dump_gsection,
3921         pic16_dump_int_registers): increase statistics counters for each
3922         * variable which is encountered
3923         * (pic16_dump_usection): emit each .udata variable to its own udata
3924         section,
3925         * src/pic16/gen.c (assignResultValue, genCall, genPcall, genFunction):
3926         when macro USE_WREG_IN_FUNC_PARAMS is set to 0 pass all function
3927         parameters via stack, otherwise use old scheme,
3928         * src/pic16/glue.c (pic16_emitStatistics): dump statistics in
3929         assembler output file,
3930         * src/pic16/main.c: added command line options --gstack to enable
3931         push/pop tracing for stack overflow,
3932         * src/pic16/pcode.c (all pCodeInstruction records for PIC18F
3933         instructions): added size of each instruction,
3934         * (pic16_countInstruction): estimate size of instructions in
3935         the_pFile list, inline assembly blocks are not counted,
3936         * (pic16_FixRegisterBanking): trace previous register usage, when
3937         banksel optimizations is greater than 0, don't emit a redudant
3938         banksel directive,
3939
3940 2004-10-26 Slade Rich <slade_rich AT users.sourceforge.net>
3941
3942         * src/pic/ralloc.c : fixed inefficient code produced when compiling a complimented bit operation.
3943         * src/pic16/ralloc.c : applied same fix for pic16.
3944         * src/pic/gen.c : tidied it up a little.
3945
3946 2004-10-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3947
3948         * src/mcs51/peeph.def: disabled 259.a,b for removing redundant ret,
3949         thanks to Martin Helmling for reporting (mail on sdcc-devel 2004-10-25)
3950
3951 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3952
3953         * src/SDCCast.c (reverseParms): fixed bug #1040577 (part 2)
3954
3955 2004-10-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3956
3957         * device/lib/ser_ir_cts_rts.c: integer promotion caused a call to the
3958         non-reentrant function __modsint in the interrupt function (thus
3959         corrupting math operations during serial I/O)
3960         * device/lib/ser_ir.c: as above, changed buffersize
3961         * src/mcs51/peeph.def: added 259.a,b for removing redundant ret,
3962         256.c,d for zeroing
3963         * doc/Makefile: added option -t for rsync
3964
3965 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3966
3967         * src/SDCCast.h (struct ast),
3968         * src/SDCCast.c (reverseParms, copyAst): fixed bug #1040577 (part 1)
3969
3970 2004-10-20 Borut Razem <borut.razem AT siol.net>
3971
3972         * support/scripts/sdcc.nsi: added include/pic16/*.h to the setup
3973         package
3974
3975 2004-10-20 Vangelis Rokas <vrokas AT otenet.gr>
3976
3977         * device/lib/pic16/libsdcc/Makefile: added lregs directory in
3978         makefile targets,
3979         * device/lib/pic16/libsdcc/lregs/{Makefile,lrst.c,lrrest.c}: NEW
3980         support functions to replace long sequences of MOVFF's from access
3981         bank registers to stack and vice versa,
3982         * src/pic16/device.h: added new field opt_flags, where optimization
3983         flags can be set to enable certain features,
3984         * src/pic16/gen.c (pic16_emitpinfo): NEW to add PC_INFO pCode in
3985         * pBlock, (genFunction, genEndFunction): surroung loop for
3986         saving/loading used registers in stack with PC_INFO pCodes,
3987         INF_LREGS. Code in between can then be optimized by pCode optimizer
3988         to support function calls,
3989         * (genDataPointerSet): fixed bug which loaded float fields in
3990         structures with corrupt data,
3991         * src/pic16/genutils.c (debugf, _debugf): macro/function which emits
3992         in a standard way debug info on stderr. Feature used for developing
3993         and debugging only,
3994         * src/pic16/glue.c (pic16glue): reformatted, deleted some old and
3995         obsolete chunks of code,
3996         * if optimization flag OF_LR_SUPPORT was set, call pic16_OptimizeLocalRegs,
3997         * src/pic16/main.c (_pic16_parseOptions): added handler for --flr-support,
3998         * pic16/src/pcode.c (pic16_newpCodeInfo,
3999         * (pic16_newpCodeOpLocalRegs),
4000         * (pic16_convertLocalRegs2Support): NEW, to support new optimization
4001         feature,
4002         * (pic16_pCodeConstString): printing of the initial value of a
4003         symbol as a comment is inhibited since parsing was already done by
4004         copyStr and output is corrupt,
4005         * (pic16_pCode2str, genericPrint): handle PC_INFO pCode,
4006
4007 2004-10-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4008
4009         * src/mcs51/ralloc.c (packRegisters): fixed bug #1044601
4010
4011 2004-10-19 Maarten Brock <sourceforge.brock AT dse.nl>
4012
4013         * as/mcs51/lkarea.c: removed old K&R style,
4014           (lnksect): changed check on boundary error,
4015           (lnksect2): changed check on boundary error,
4016           (lnksect2): extend XSTK to end of page if size = 1
4017         * as/mcs51/lkmain.c: removed old K&R style,
4018           (Areas51): create l_IRAM symbol
4019         * as/mcs51/lkmem.c (summary2): added report on PSEG and XSTK
4020         * device/lib/Makefile.in: renamed model-mcs51-reentrant to
4021           model-mcs51-stack-auto, added model-mcs51-xstack-auto
4022         * device/lib/_mullong.c: added version to be compiled with xstack
4023         * device/lib/mcs51/crtclear.asm: clear only upto --iram-size
4024         * device/lib/mcs51/crtxclear.asm: clear pdata as well
4025         * device/lib/mcs51/crtxstack.asm: fixed comment
4026         * src/SDCCglue.c: maxInterrupts defaults to 0,
4027           (emitMaps): added pdata,
4028           (createInterruptVect): (re)moved default,
4029           (glue): added pdata,
4030           (glue): moved __start__xstack to XSTK with default size 1
4031         * src/SDCCmain.c (parseCmdLine): automatically set options.intlong_rent
4032           and options.float_rent when options.stackAuto is set,
4033           (linkEdit): only write XDATA_NAME if provided on command line
4034         * src/SDCCmem.h,
4035         * src/SDCCmem.c: added pdata
4036         * src/port.h: added pdata_name to PORT
4037         * src/mcs51/gen.c (toBoolean): fixed for Acc use of aopGet,
4038           (saveRegisters, unsaveRegisters): removed usage of B,
4039           (genMinus): fixed accumulator clash,
4040           (genJumpTab): added comment, this needs another look
4041         * src/mcs51/gen.c: added check for "B in use" paranoia,
4042           added pushB() and popB()
4043         * src/mcs51/peeph.def: restart after 177.c so 177.a can get a second
4044           chance
4045         * src/avr/main.c,
4046         * src/ds390/main.c,
4047         * src/hc08/main.c,
4048         * src/mcs51/main.c,
4049         * src/pic/main.c,
4050         * src/pic16/main.c,
4051         * src/xa51/main.c,
4052         * src/z80/main.c: (reset_regparms) made void parameter explicit and
4053           added PSEG (PAG,XDATA) or NULL to port specifier
4054         * src/ds390/main.c (_ds390_genIVT): moved implemented default in here
4055         * src/mcs51/main.c (_mcs51_genIVT): moved implemented default in here,
4056           (_mcs51_genInitStartup): removed __start__xstack equ,
4057           (mcs51_port): moved xstack from XSEG (XDATA) to XSTK (PAG,XDATA)
4058         * src/pic16/device.c (pic16_dump_usection, pic16_dump_isection),
4059         * src/z80/gen.c (_rleAppend): fixed warnings
4060         * support/regression/tests/zeropad.c: added pdata test
4061         * .version: bumped to 2.4.6
4062
4063 2004-10-17 Borut Razem <borut.razem AT siol.net>
4064
4065         * support/scripts/sdcc.nsi: cross compiling of WIN32 setup.exe on Linux
4066         as a part of nightly build
4067
4068 2004-10-16 Vangelis Rokas <vrokas AT otenet.gr>
4069
4070         * src/pic16/gen.c (struct _G): added field useWreg, is set to 1 when
4071         WREG holds the first byte function parameters,
4072         * (aopForSym): take special case for symbols which are in FARSPACE
4073         but in CODESPACE too,
4074         * (assignResultValue): modified to take into account _G.useWreg,
4075         * (genCall): don't use wreg for parameter passing when function is
4076         declared as reentrant, too, added optimization INCF to stack
4077         pointer when stack parameter count is 1,
4078         * (genFunction, genEndFunction): refurnished and fixed to not using
4079         wreg for passing parameters when function has varargs or is
4080         reentrant, fixed bug with symbol name compare for generating
4081         functions in absolute address,
4082         * (pic16_storeForReturn): refurnished,
4083         * (genCmp): began writing a new version of the function, not ready
4084         yet, therefore it is disabled,
4085         * (genAssign): do not read code memory when assigning a function to
4086         a pointer function,
4087         * src/pic16/glue.c (pic16emitStaticSeg): abSym->name is defined an
4088         array of characters, not pointer,
4089         * (pic16initialComments): in debug mode emit an .ident directive for
4090         the assembler,
4091         * (_process_pragma): emit a new warning type (internal to pic16)
4092         when setting stack to default length, emit a similar warning when
4093         placing a function at absolute address and address is not word aligned
4094         * (_pic16_parseOptions): added 'return TRUE' statement,
4095         * (_pic16_linkEdit): if compiling a source, then add the source's
4096         file object, first in the list of objects to link,
4097
4098 2004-10-13 Slade Rich <slade_rich AT users.sourceforge.net>
4099
4100         * src/pic/pcoderegs.c : increased count on regUsedinRange to prevent unnecessary warning.
4101         * src/pic/main.c : removed VC warning.
4102         * src/pic/gen.c : changed comment.
4103
4104 2004-10-12 Vangelis Rokas <vrokas AT otenet.gr>
4105
4106         * device/lib/pic16/libsdcc/gptr/gptrput[234].c: an external
4107         reference to a deprecated symbol _GPTRREG was causing failure to
4108         link. Thanks G. M. Gallant for the info.
4109
4110 2004-10-12 Slade Rich <slade_rich AT users.sourceforge.net>
4111
4112         * src/pic/pcode.c : Applied a code patch supplied by Paul Ashmore in
4113         comments for Bugs item #954788.
4114
4115 2004-10-10 Vangelis Rokas <vrokas AT otenet.gr>
4116
4117         * src/pic16/device.c (pic16_dump_gsection,
4118         * pic16_groupRegistersInSection): handle symbols declared to be in
4119         access bank differently,
4120         * src/pic16/gen.c (struct _G): added field resDirect,
4121         * (aopForSym): if symbol on stack and iCode is '=' and result exists,
4122         send values read from stack directly to result and don't allocate
4123         temporary values,
4124         * (pic16_sameRegs): fixed bug that allowed MOVFF to move between
4125         same registers,
4126         * (pic16_sameRegsOfs): NEW,
4127         * (freeAsmop): if _G.resDirect is set then do not mark registers as
4128         free because they were not allocated from temporary pool,
4129         * pic16_popRegFromString): workaround to fix a problem with
4130         allocating variables twice or never,
4131         * (genGenPointerGet): using PRODL instead of FSR0H,
4132         * (genGenPointerSet): using POSTDEC1 (that is a stack location)
4133         instead of FSR0H,
4134         * (genAssign): take advantage of the _G.resDirect flag,
4135         * (genCast): around line 11844, use mov2f instead of directly
4136         MOVFF'ing between operands to account for literal values,
4137         * src/pic16/genutils.c: some new debug functions for gpsim have been
4138         added,
4139         * src/pic16/glue.c (pic16_printIvalType): fixed bug that initialized
4140         float with integer part only,
4141         * src/pic16/main.c (_process_pragma): handle pragma udata access to
4142         place variables in access bank
4143         * device/lib/pic16/libsdcc/gptr/gptr*.c: using BRA instead of GOTO,
4144         updated sources to reflect recent changes in gen.c
4145
4146 2004-10-06 Vangelis Rokas <vrokas AT otenet.gr>
4147
4148         * device/lib/pic16/libsdcc/Makefile.rules: fixed bug concerning
4149         sources that searched for headers in installation path, now the
4150         device/include/pic16 is used,
4151         * src/pic16/glue.c (pic16glue),
4152         * src/pic16/pcode.c (pCode2str, genericPrint): don't print .file or
4153         .line directives if not in debug mode, this suppresses assembler's
4154         warnings for ignored directives
4155
4156 2004-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
4157
4158         * src/port.h: made reset_regparms prototype void parameter explicit.
4159         * src/SDCCsymt.c (processFuncArgs): removed argument "func".
4160         * src/mcs51/ralloc.c (packRegisters): new fix for bugs 898889 & 979599.
4161         * doc/sdccman.lyx: documented warning disabling and how to use
4162           printf_large to make it print floats.
4163         * device/include/stdbool.h: NEW
4164         * device/lib/_atof.c,
4165         * device/lib/_divuint.c,
4166         * device/lib/_divulong.c,
4167         * device/lib/expf.c,
4168         * device/lib/printf_large.c,
4169         * device/lib/sincosf.c,
4170         * device/lib/sincoshf.c: used stdbool.h, all compile with stack-auto now
4171         * device/lib/Makefile.in: added target for model-mcs51-reentrant to build
4172           a completely reentrant lib.
4173
4174 2004-10-05 Vangelis Rokas <vrokas AT otenet.gr>
4175
4176         * device/lib/pic16/libsdcc/gptr/gptr*.c: added return statements
4177         * device/include/pic16/stdio.h: fixed bug with colon
4178
4179 2004-10-03 Vangelis Rokas <vrokas AT otenet.gr>
4180
4181         * device/include/pic16/stdio.h,
4182         * device/include/pic16/stdlib.h,
4183         * device/include/pic16/math.h: NEW
4184         * device/lib/pic16/libsdcc/gptr/*.c (gptrget*, gptrput*): functions
4185         declared as _naked to reduce overhead
4186         * device/lib/Makefile.in (target port-specific-objects-pic16):
4187         changed * to *.* so to ignore the CVS directory,
4188         * src/pic16/gen.c (pic16_freeAsmop): added code to store result of
4189         stacked variables back in stack,
4190         * (genEndFunction): fixed bug reported by G.M. Gallant with stack
4191         corruption
4192
4193 2004-10-01 Vangelis Rokas <vrokas AT otenet.gr>
4194
4195         * .version: bumped version number to 2.4.5
4196         * support/Util/SDCCerr.h: added warning W_POSSBUG2.
4197         * support/Util/SDCCerr.c (messages structure): added entry for
4198         W_POSSBUG2
4199
4200         Large cumulative patch for pic16 port and libraries.
4201         * device/include/pic16/sdcc-lib.h,
4202         * device/include/pic16/stdarg.h,
4203         * device/include/asm/pic16/features.h,
4204         * device/include/lib/pic16/libsdcc/gptr/{*.c, Makefile}: NEW,
4205         * device/include/pic16/float.h: changes reentrant keyword with
4206         _FS_REENTRANT, added prototype for __fsneq, included sdcc-lib.h
4207         * device/lib/pic16/libsdcc/Makefile: added target directory gptr,
4208         updated target build-libraries to include objects from gptr,
4209         * device/lib/pic16/libsdcc/{char,int,long}/*.c: added macro
4210         _IL_REENTRANT to all function headings, included sdcc-lib.h header,
4211         * device/lib/pic16/libsdcc/float/*.c: added macro _FS_REENTRANT to
4212         all function headings,
4213         * src/SDCCmain.c: added global parameter userIncDirsSet,
4214         * (parseCmdLine): when option -I is encountered add directory to
4215         userIncDirsSet too,
4216         * src/version.awk: added space between control and long,
4217         * src/pic16/NOTES: added some notes for the port,
4218         * src/pic16/gen.c: added prototype for mov2fp function,
4219         * (fReturnpic16[]): properly named return value registers,
4220         * (_G structure): added fields stackRegSet, fregsUsed, stack_lat,
4221         * (aopForSym): added code to handle symbols with onStack flag set,
4222         symbols onStack are allocated PTRSIZE bytes,
4223         * (aopFreeAsmop): handles special case where asmops are stack objects,
4224         * (aopGet, pic16_popGet): adde cod to handle new asmop AOP_STA,
4225         * (pic16_popGetTempReg, pic16_popGetTempRegCond, pic16_popReleaseTempReg):
4226         added argument lock to trace flaws in allocating temporary registers
4227         when developing port,
4228         * (pic16_popGetLit, pic16_popGetLit2): changed lit from unsigned to signed
4229         * (pic16_popRegFromString): reenabled allocating a direct register
4230         from string,
4231         * (assignResultValue): various beautifications,
4232         * fixed bug #1037717 (patch from R. Neider & D. Wrinkler) with mistaken
4233         referenced function argument,
4234         * (genIpush): reenabled to allow stacked arguments, handles only
4235         ic->parmPush iCodes,
4236         * (genCall, genPcall): major changes to allow for variable argument
4237         functions, fixed a bug with falsely restoring stack pointer after
4238         returning from call,
4239         * (genFunction): pending code for critical function,
4240         * (shiftR1Left2ResultSigned, shiftR1Left2Result, shiftL2Left2Result,
4241         * (shiftR2Left2Result, shiftLLong) applied patch #1032155 from R.Neider,
4242         * (genNearPointerGet): fixed bug with indirect reading, was always
4243         reading from INDF0
4244         * (genGenPointerGet, genGenPointerSet): rewrote to support generic
4245         pointers,
4246         * (genAddrOf): rewrote code to take address of a stacked function parameter
4247         * (genCast): fixed casting to generic pointer type,
4248         * src/pic16/gen.h: added AOP_STA,
4249         * (struct asmop): added field stk,
4250         * src/pic16/genarith.c (pic16_AopType): handle AOP_STA,
4251         * (pic16_genPlusIncr): changed emitSKPNZ to emitSKPNZ,
4252         * (pic16_genAddLit, pic16_genPlus): applied patch #1034042 by tecodev,
4253         * (pic16_genMinus): fixed bug #1035119 with patch submitted by tecodev,
4254         * src/pic16/genutils.c (pic16_genNot): removed symbol *tlbl,
4255         * src/pic16/glue.c (pic16_printGPPointerType): fixed to support new
4256         generic pointers,
4257         * src/pic16/main.c (_pic16_initPaths): ignores default SDCC include
4258         and library paths,
4259         * (pic16_port structure): generic pointer size is set to 3,
4260         * src/pic16/pcode.c (pic16_newpCodeOpLit): correctly print literal integer,
4261         * (insertBankSwitch): cast to (char *) to prevent 64bit CPUs'
4262         compiler warning,
4263         * src/pic16/ralloc.c (allocReg): prevent allocating register when
4264         operand is an iTemp,
4265
4266 2004-09-24 Martin Helmling <mh AT octo-soft.de>
4267
4268         * debugger/mcs51/cmd.c: set PC if a symbol at pc reg is set
4269         * debugger/mcs51/simi.c: addapt new syntax of s51
4270
4271 2004-09-23 Vangelis Rokas <vrokas AT otenet.gr>
4272
4273         * src/pic16/genutils.c (pic16_genNot): fixed bug #1032265,
4274         * src/pic16/pcode.c: commented out some calls to free() in order to
4275         fix bug #989576,
4276
4277 2004-09-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4278
4279         * src/SDCCicode.h,
4280         * src/SDCCicode.c (isiCodeInFunctionCall),
4281         * src/avr/ralloc.c (selectSpil),
4282         * src/pic/ralloc.c (selectSpil),
4283         * src/pic16/ralloc.c (selectSpil),
4284         * src/ds390/ralloc.c (selectSpil),
4285         * src/hc08/ralloc.c (selectSpil),
4286         * src/xa51/ralloc.c (selectSpil),
4287         * src/mcs51/ralloc.c (selectSpil): Don't use remainSpil to spill to the
4288         stack in the middle of a function call sequence (fixes bug #1020268)
4289         * src/SDCCicode.c (geniCodeJumpTable): fixed error in computing the
4290         costs associated with the minimum switch case.
4291
4292 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4293
4294         * src/SDCC.lex: fixed bug #1030549
4295
4296 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4297
4298         * src/SDCCcse.h (struct cseDef),
4299         * src/SDCCcse.c (cseBBlock, newCseDef, ifFromAddrTaken): purge CSEs
4300         over a function call if the CSE is derived from a symbol whose
4301         address has been taken (fixes bug #1029883)
4302         * support/regression/tests/bug-1029883: a new regression test for
4303         this bug
4304
4305 2004-09-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4306
4307         * src/hc08/gen.c (emitinline): fixed bug #1029778
4308         * src/SDCC.y (assignment_expr): fixed the grammer so that assignment
4309         to a cast object is no longer a syntax error ("fixes" bug #1030006,
4310         and starts toward RFE #905167)
4311
4312 2004-09-17 Vangelis Rokas <vrokas AT otenet.gr>
4313
4314         * src/pic16/gen.c (mov2f): New function to move an operand to
4315         another without considering if it is a literal or a register,
4316         * (pic16_sameRegs): don't check if they are both AOP_REG,
4317         * (AccRsh): removed andmask=0 lines,
4318         * (genLeftShift): duplicated to be improved in future versions,
4319         * src/pic16/main.c (_process_pragma): emit stack default size in hex,
4320         * src/pic16/pcode.c: added POC_INFSNZW, updated inverted_op fields
4321         in POC_INCFSZ, POC_INCFSZW, POC_INFSNZ,
4322         * (pic16initMnemonics): added initialization for POC_INFSNZW,
4323         * (insertBankSwitch): fixed inserting banksel directives algorithm
4324         for instructions that follow a skip instruction, this fixes a report
4325         for broken subtraction code generation,
4326         * src/pic16/ralloc.c (deassignLRs): do not free register if current
4327         iCode is a left op, just in case result and right share the same
4328         registers
4329
4330 2004-09-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4331
4332         * src/hc08/main.c,
4333         * src/hc08/gen.c (genJumpTable): more efficient jump table, supports
4334         preservation of HX
4335         * src/hc08/gen.c (pullRegs): fixed order of HX & XA pairs
4336         * src/mcs51/ralloc.c (packRegisters): removed the patch applied
4337         on 2004-09-12; it was buggy
4338
4339 2004-09-15 Bernhard Held <bernhard AT bernhardheld.de>
4340
4341         * src/SDCCsymt.h: removed RESULT_CHECK
4342         * src/SDCCast.c,
4343         * src/SDCCglue.c,
4344         * src/SDCCval.c,
4345         * src/pic/glue.c,
4346         * src/pic16/glue.c: replaced RESULT_CHECK with RESULT_TYPE_NONE
4347
4348 2004-09-15 Vangelis Rokas <vrokas AT otenet.gr>
4349
4350         * src/SDCCicode.c (piCode): applied patch from Raphael Neider,
4351         * src/pic16/device.c (pic16_assignConfigWordValues): wrong
4352         configuration values no more rejected by compiler, they are assigned
4353         to configuration registers with a warning message instead,
4354         * src/pic16/glue.c (pic16_emitConfigRegs): added +1 at top-limit of
4355         the for-loop so last conf register is emitted too,
4356         * (_pic16_initPaths): link library libsdcc.lib by default,
4357         * (_hasNativeMulFor): modified test for multiplication according to
4358         Raphael Neider's remarks. Integer multiplication is also done with
4359         support functions,
4360         * device/include/pic16/pic18fregs.h: corrected type error in while
4361         testing and including 18f6720 header file
4362
4363 2004-09-14 Vangelis Rokas <vrokas AT otenet.gr>
4364
4365         * src/pic16/device.h (pic16_options): removed field use_crt,
4366         * src/pic16/gen.c (genUnpackBits): added call to pic16_loadFSR0
4367         until an optimization to handle single bits is added,
4368         * (pic16_loadFSR0): moved before genUnpackBits,
4369         * (genAnd): some white lines removed,
4370         * src/pic16/main.c (_pic16_finaliseOptions): set omit_ivt and clear
4371         leave_reset flags in pic16_options when using crt modules,
4372
4373 2004-09-12 Maarten Brock <sourceforge.brock AT dse.nl>
4374
4375         * src/mcs51/ralloc.c (packRegisters): applied fix by Bernhard Held
4376           for bugs 898889 & 979599. Also used some safer print instructions.
4377
4378 2004-09-12 Vangelis Rokas <vrokas AT otenet.gr>
4379
4380         * src/pic16/device.h (pic16_options_t): added field use_crt,
4381         crt_name, no_crt,
4382         * src/pic16/genarith.c (pic16_genPlus): added an assert(0) line to
4383         catch a probable future bug,
4384         * src/pic16/gen.c: aopIdx function commented out,
4385         * (genAssign): commented out old code which used aopIdx,
4386         * src/pic16/glue.c (pic16glue): removed some legacy fragments of
4387         code, added if conditionals to take into account the --use-crt
4388         command line options,
4389         * src/pic16/main.c (pic16_optionsTable): added new command line
4390         options, --use-crt= and --no-crt,
4391         * (_pic16_linkEdit): now the proper crt object is added in the
4392         linker command line except than when --no-crt is specified,
4393         * src/pic16/pcode.c,
4394         * src/pic16/pcode.h: added some structures and functions for a new
4395         optimization scheme to compansate for instruction overhead between
4396         same iCodes, this scheme is currently under development and is not
4397         working in any way,
4398         * src/pic16/gen.c (genAnd): added patch provided by Aaron Collwell
4399         to && operator,
4400         * device/lib/pic16/startup/crt0i.c,
4401         * device/lib/pic16/startup/crt0iz.c: added global char variable
4402         __uflags to force the generation of an idata section
4403
4404 2004-09-12 Bernhard Held <bernhard AT bernhardheld.de>
4405
4406         * doc/Makefile,
4407         * doc/clean.mk: added support for easy creation of sdcc-doc.tar.bz2
4408         * doc/sdccman.lyx: updated sdcc version to 2.4.4
4409
4410 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4411
4412         * doc/sdccman.lyx: fixed a problem with my new index entries (thanks
4413         Frieder) and clarified the default code optimization mode
4414
4415 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4416
4417         * src/SDCC.lex (doPragma, process_pragma),
4418         * src/SDCCglobl.h (struct optimize): added pragmas "opt_code_speed",
4419         "opt_code_size", and "opt_code_balanced"
4420         * src/SDCCmain.c (optionsTable[], printOptions, scanOptionsTable):
4421         regrouped options by category, added support for category headers
4422         * src/SDCCmain.c (parseCmdLine): added options "--opt-code-speed"
4423         and "--opt-code-size"
4424         * doc/sdccman.lyx: documented these new options and pragmas
4425         * src/hc08/gen.c (AccLsh, AccRsh): take speed/size optimization
4426         preference into account
4427
4428 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
4429
4430         * src/SDCCicode.c (geniCodePostInc, geniCodePreInc, geniCodePostDec,
4431           geniCodePreDec): Fixed bug 904237 by generating a warning
4432         * src/SDCCerr.h,
4433         * src/SDCCerr.c: added warning W_SIZEOF_VOID
4434
4435 2004-09-09 Slade Rich <slade_rich AT users.sourceforge.net>
4436
4437         * src/pic/device.c : When no max ram set validate full memory range.
4438         * src/pic/pcode.c,
4439         * src/pic/pcodepeep.c : Copy C code comments to optimised replacement code.
4440
4441 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
4442
4443         * device/lib/_gptrget.c,
4444         * device/lib/_gptrput.c: updated comment
4445         * device/lib/calloc.c,
4446         * device/lib/free.c,
4447         * device/lib/malloc.c,
4448         * device/lib/realloc.c: added LGPL, made them reentrant-safe
4449         * src/SDCCcse.c (cseBBlock),
4450         * src/SDCCicode.c (printOperand, geniCodeArray),
4451         * src/SDCCicode.h (struct operand): fixed bug 868103
4452         * support/regression/tests/bug-868103.c: added
4453         * src/SDCCast.c (searchLitOp),
4454         * src/SDCCcse.h (struct cseDef),
4455         * src/SDCCglue.c (printIvalArray, spacesToUnderscores),
4456         * src/SDCCicode.h (struct operand),
4457         * src/SDCCsymt.h (struct sym_link),
4458         * src/avr/gen.c (hasInc),
4459         * src/ds390/gen.c (hasInc),
4460         * src/hc08/gen.c (genPlusIncr, hasInc),
4461         * src/mcs51/gen.c (hasInc),
4462         * src/pic16/glue.c (pic16_printIvalChar),
4463         * src/pic16/ralloc.c (regWithIdx),
4464         * src/xa51/gen.c (hasInc) : removed warnings
4465         * src/SDCCast.c (createBlock): added comment ???
4466         * src/hc08/ralloc.c: updated comments
4467
4468 2004-09-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4469
4470         * doc/sdccman.lyx: updated section on switch statements, added
4471         section about semaphore locking
4472         * doc/Makefile: added option -info for latex2html
4473         * device/lib/_gptrget.c,
4474         * device/lib/_gptrput.c: __XPAGE instead of P2 in outcommented code
4475
4476 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
4477
4478         * src/pic/device.h,
4479         * src/pic/device.c,
4480         * src/pic/port.c : Changed PIC14 code to not set bit RP1 when
4481          maxram is less than 0x100.
4482
4483 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
4484
4485         * Bug fixes for PIC14 - signed RSHIFT problem. Patch supplied by Allen(agschrum).
4486
4487 2004-09-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4488
4489         * src/port.h,
4490         * src/mcs51/main.c,
4491         * src/ds390/main.c,
4492         * src/z80/main.c,
4493         * src/hc08/main.c,
4494         * src/pic/main.c,
4495         * src/pic16/main.c,
4496         * src/avr/main.c,
4497         * src/xa51/main.c
4498         * src/SDCCicode.c (geniCodeJumpTable): Better logic to determine if a
4499         a jump table is the best form for a switch statement, including
4500         automatic insertion of missing cases to make the case range
4501         continuous. Developed in collaboration with Frieder Ferlemann.
4502
4503 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4504
4505         * src/hc08/ralloc.c (canDefAccResult): multi-byte shift is unsafe for
4506         accumulator result if it needs sign extension
4507
4508 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
4509
4510         * src/hc08/ralloc.c (canUseAccOperand): fixed comparison bug
4511
4512 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
4513
4514         * device/lib/gbz80/printf.c,
4515         * device/lib/z80/printf.c: removed define for NULL
4516
4517 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
4518
4519         * as/xa51/xa_link.c,
4520         * device/examples/ds390/ow390/ad26.c,
4521         * device/examples/ds390/ow390/cnt1d.c,
4522         * device/examples/ds390/ow390/counter.c,
4523         * device/examples/ds390/ow390/ds2480.h,
4524         * device/examples/ds390/ow390/ds2480ut.c,
4525         * device/examples/ds390/ow390/findtype.c,
4526         * device/examples/ds390/ow390/gethumd.c,
4527         * device/examples/ds390/ow390/owllu.c,
4528         * device/examples/ds390/ow390/ownetu.c,
4529         * device/examples/ds390/ow390/swt12.c,
4530         * device/examples/ds390/ow390/swtloop.c,
4531         * device/examples/ds390/ow390/temp.c,
4532         * device/examples/ds390/ow390/temp10.c,
4533         * device/examples/ds390/ow390/thermo21.c,
4534         * device/examples/ds390/ow390/tinilnk.c,
4535         * device/examples/ds390/ow390/tstfind.c,
4536         * device/examples/serialcomm/windows/serial.cpp,
4537         * device/examples/serialcomm/windows/test_serialcomm.cpp,
4538         * device/include/reg51.h: fixed line endings for cvs
4539
4540 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4541
4542         * src/hc08/ralloc.c (canDefAccResult, canUseAccOperand,
4543         packRegsForAccUse, packRegisters): new accumulator register
4544         packing algorithm
4545         * support/regression/ports/hc08/support.c (_putchar): suppress
4546         warning of unused variable
4547         * src/SDCCicode.c: added SWAP entry to codeTable
4548
4549 2004-09-01 Maarten Brock <sourceforge.brock AT dse.nl>
4550
4551         * device/lib/sprintf.c: forgot to add this file before previous commit
4552
4553 2004-09-01 Vangelis Rokas <vrokas AT otenet.gr>
4554
4555         * src/pic16/gen.c (genPackBits): added operand right in function
4556         parameters, load result directly if p_type is POINTER (that is
4557         called by genNearPointerSet)
4558         * (genUnPackBits): added operand left in function parameters,
4559         * (genNearPointerGet, genNearPointerSet): prevent the loading of
4560         FSR0 if accessing bitfields,
4561
4562 2004-08-31 Maarten Brock <sourceforge.brock AT dse.nl>
4563
4564         * device/include/stdio.h: added NULL, size_t, typedef pfn_outputchar,
4565           _print_format; updated printf, sprintf, vsprintf
4566         * device/include/asm/default/features.h: corrected comment/define
4567         * device/lib/Makefile.in: added sprintf.c
4568         * device/lib/libsdcc.lib: added sprintf module
4569         * device/lib/printf_large.c,
4570         * device/lib/vprintf.c,
4571         * device/lib/sprintf.c: totally refactored printf_large and vprintf
4572           into these 3 files
4573         * support/regression/Makefile: changed ALL_PORTS into a usefull default
4574         * support/regression/ports/mcs51-stack-auto/spec.mk: added sprintf
4575         * support/regression/tests/bug-927659.c: removed dummy putchar, enabled
4576           hc08 test
4577         * support/regression/tests/zeropad.c: define idata as data for hc08
4578
4579 2004-08-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4580
4581         * src/SDCCpeeph.c (labelIsReturnOnly): support hc08 rts opcode also
4582         * src/SDCCpeeph.c (buildLabelRefCountHash): assume function entry point
4583         labels are referenced at least once (even if a reference is not found)
4584         * src/hc08/gen.c (emitcode): set isComment flag for comments
4585         * src/hc08/peeph.def: added rules 5a..5f (optimize redundant immediate
4586         loads), rules 6a..6b (optimize jumps to return)
4587
4588 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4589
4590         * device/lib/acosf.c (acosf),
4591         * device/lib/asinf.c (asinf),
4592         * device/lib/atanf.c (atanf),
4593         * device/lib/ceilf.c (ceilf),
4594         * device/lib/cosf.c (cosf),
4595         * device/lib/coshf.c (coshf),
4596         * device/lib/cotf.c (cotf),
4597         * device/lib/fabsf.c (fabsf),
4598         * device/lib/floorf.c (floorf),
4599         * device/lib/log10f.c (log10f),
4600         * device/lib/logf.c (logf),
4601         * device/lib/sinf.c (sinf),
4602         * device/lib/sinhf.c (sinhf),
4603         * device/lib/sqrtf.c (sqrtf),
4604         * device/lib/tanf.c (tanf),
4605         * device/lib/tanhf.c (tanhf),
4606         * device/include/math.h: defined _FLOAT_FUNC_REENTRANT macro and
4607         replaced all instances of "reentrant" in the library functions
4608         defined in math.h with this macro.
4609         * support/regression/tests/float_trans.c: reenabled test for hc08
4610
4611 2004-08-30 Bernhard Held <bernhard AT bernhardheld.de>
4612
4613         * device/lib/pic16/Makefile.common.in: added MODELFLAGS again, it was
4614         erroneously deleted
4615
4616 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4617
4618         * src/hc08/gen.c (loadRegFromAop): better use of clra & clrx
4619         * src/hc08/gen.c (genAnd, genOr): fixed bug with conditional when
4620         multi-byte volatile operands are used
4621         * src/hc08/gen.c (shiftRLong): fixed bug with wrong rotate direction
4622         * src/hc08/main.c (_hc08_genAssemblerPreamble): moved the built-in
4623         initialization to area GSINIT0 so that it would always precede
4624         any static initializers in GSINIT
4625         * support/regression/tests/zeropad.c: fixed idata define for hc08
4626         * support/regression/tests/bug-927659.c,
4627         * support/regression/tests/float_trans.c: disabled tests for hc08
4628         pending missing library routines
4629         * .version: increased version number to 2.4.4 - hc08 port now passes
4630         regression tests
4631
4632
4633 2004-08-29 Bernhard Held <bernhard AT bernhardheld.de>
4634
4635         * device/lib/pic16/Makefile.common.in: added $(MM) to fix `make clean`
4636         * Makefile.common.in,
4637         * as/Makefile,
4638         * as/hc08/Makefile.in,
4639         * as/mcs51/Makefile.in,
4640         * as/z80/Makefile.in,
4641         * debugger/mcs51/Makefile.in,
4642         * device/include/Makefile.in,
4643         * device/lib/Makefile.in,
4644         * doc/Makefile,
4645         * link/Makefile,
4646         * link/z80/Makefile.in,
4647         * packihx/Makefile.in,
4648         * sim/ucsim/main_in.mk,
4649         * sim/ucsim/avr.src/Makefile.in,
4650         * sim/ucsim/doc/Makefile.in,
4651         * sim/ucsim/gui.src/serio.src/Makefile.in,
4652         * sim/ucsim/hc08.src/Makefile.in,
4653         * sim/ucsim/s51.src/Makefile.in,
4654         * sim/ucsim/xa.src/Makefile.in,
4655         * sim/ucsim/z80.src/Makefile.in,
4656         * src/Makefile.in,
4657         * support/cpp2/Makefile.in,
4658         * support/librarian/Makefile,
4659         * support/makebin/Makefile: added DESTDIR to the install path proposed
4660         by "Maciej 'Agaran' Pijanka" <agaran AT pld-linux.org>
4661         * doc/sdccman.lyx: added DESTDIR documentation
4662
4663 2004-08-29 Vangelis Rokas (vrokas AT otenet.gr>
4664
4665         * src/pic16/gen.c (genFunction, genEndFunction): fixed return
4666         instruction for interrupt handlers, use fast returns when returning
4667         from high priority interrupts
4668
4669 2004-08-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4670
4671         * src/hc08/gen.c (genAnd, genOr, transferAopAop, rmwWithAop): optimized
4672         code generation
4673         * src/hc08/gen.c (genrshFour, genCpl): fixed bugs
4674         * src/hc08/gen.c (genMultOneByte, genDivOneByte, genModOneByte): fixed
4675         bugs, ported much of Bernhard's code from mcs51
4676         * src/mcs51/gen.c (genSend),
4677         * src/hc08/gen.c (genSend): fixed bug with lost SEND iCodes if more
4678         than one when calling a reentrant function
4679         * device/lib/_mullong.c: defined an alternate struct layout for big
4680         endian ports (hc08)
4681
4682 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4683
4684         * src/hc08/gen.c (shiftL2Left2Result): fix for bug-500536 regression
4685         test
4686
4687 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4688
4689         * src/SDCCsymt.c (processFuncArgs): make sure parameter types
4690         are sane and complete before asking the port its prefered parameter
4691         passing method (fixes bug #1017633)
4692         * device/lib/hc08/_ret.c: added "data" storage class to _ret2
4693         and _ret3
4694
4695 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4696
4697         * src/hc08/gen.c (genPackBitsImmed, genUnpackBitsImmed): fix offset
4698         problem in bitfields >= 8 bits.
4699
4700 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
4701
4702         * src/SDCCsymt.c: undid changes that were not meant to be committed
4703
4704 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
4705
4706         * support/regression/ports/hc08spec.mk: REENTRANT must be reentrant
4707
4708 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
4709
4710         * src/hc08/gen.c (genUminusFloat): fixed bug where only 3 bytes were
4711           copied and wrong bit got inverted
4712
4713 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4714
4715         * src/hc08/gen.c (genPointerSet, genFarPointerSet): moved code from
4716         genFarPointerSet into genPointerSet; eliminated genFarPointerSet
4717         * src/hc08/gen.c (genPointerGet, genFarPointerGet): moved code from
4718         genFarPointerGet into genPointerGet; eliminated genFarPointerGet
4719         * src/hc08/gen.c (genPackBitsImmed): generate optimized code for
4720         assignments to bitfields at known addresses
4721         * src/hc08/gen.c (genUnpackBitsImmed): generate optimized code for
4722         reads from bitfields at known addresses
4723         * src/hc08/ralloc.c (packRegisters),
4724         * src/hc08/gen.c (genPointerGet, genUnpackBits, genUnpackBitsImmed,
4725         genhc08Code): optimize pointer get values used as conditionals
4726         * src/hc08/peeph.def: added rules 2e & 2f to optimize bit test
4727         and branch
4728
4729 2004-08-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4730
4731         * src/mcs51/gen.c (genPointerGet, genNearPointerGet, genPagedPointerGet,
4732         genFarPointerGet, genCodePointerGet, genGenPointerGet, genUnpackBits),
4733         * src/mcs51/ralloc.c (packRegisters): optimize pointer get values used
4734         as conditionals
4735
4736 2004-08-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4737
4738         * src/mcs51/peeph.def: peepholes 248.i-m for xdata bitfields
4739
4740 2004-08-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4741
4742         * src/mcs51/ralloc.c (packRegsForOneuse): fixed bug #1012650 and some
4743         related problems
4744
4745 2004-08-21 Bernhard Held <bernhard AT bernhardheld.de>
4746
4747         * sim/ucsim/cmd.src/Makefile.in: run lex only if $(PRJDIR)/devel exists
4748
4749 2004-08-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4750
4751         * src/z80/ralloc.c (packRegsForAssign): ported some bug fixes from the
4752         mcs51 port
4753
4754 2004-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
4755
4756         * src/pic/gen.c: Restored fn genRet as previous fix was incorrect.
4757
4758 2004-08-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4759
4760         * src/mcs51/gen.c (genJumpTab): jumptables for more than 16 switch
4761         cases use more compact code.
4762
4763 2004-08-13 Slade Rich <slade_rich AT users.sourceforge.net>
4764
4765         * src/pic/gen.c: Fixed problem with fn returning a variable bigger than a char.
4766
4767 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4768
4769         * src/SDCClrange.c (findPrevUse): fixed bug #1007371
4770
4771 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4772
4773         * src/SDCCsymt.h,
4774         * src/SDCCsymt.c (changePointer, checkDecl, addSymChain): changed
4775         parameter of changePointer() from symbol* to sym_link*
4776         * src/SDCCast.c (decorateType): call changePointer() for CAST op
4777         * src/SDCCsymt.c (compareType): void* type is castable to other
4778         pointers, but not necesarily an exact match.
4779         * src/SDCCicode.c (geniCodeCast): allow void* casting here since it
4780         is no longer blindly treated as an exact match.
4781         * src/SDCCval.c (valCastLiteral): treat missing type as cast to void
4782
4783 2004-08-12 Slade Rich <slade_rich AT users.sourceforge.net>
4784
4785         * src/pic/glue.c: Added struct initialisation fn printIvalStruct.
4786
4787 2004-08-11 Slade Rich <slade_rich AT users.sourceforge.net>
4788
4789         * src/pic/gen.c,
4790         * src/pic/pcode.c,
4791         * src/pic/ralloc.h,
4792         * src/pic/ralloc.c: Printing rIdx on internal verbose debug.
4793
4794 2004-08-10 Slade Rich <slade_rich AT users.sourceforge.net>
4795
4796         * src/pic/device.c,
4797         * src/pic/device.h,
4798         * src/pic/device.c: Will no longer exit if #pragma maxram has not been defined.
4799
4800 2004-08-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4801
4802         * src/mcs51/gen.c (emitcode): fixed bug #992819
4803
4804 2004-08-05 Maarten Brock <sourceforge.brock AT dse.nl>
4805
4806         * src/pic/ralloc.c (deassignLR): allthough pic port is buggy already,
4807           there's no need to make it worse
4808
4809 2004-08-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4810
4811         * src/mcs51/ralloc.c (deassignLR),
4812         * src/ds390/ralloc.c (deassignLR),
4813         * src/hc08/ralloc.c (deassignLR),
4814         * src/z80/ralloc.c (deassignLR),
4815         * src/pic/ralloc.c (deassignLR),
4816         * src/pic16/ralloc.c (deassignLR),
4817         * src/avr/ralloc.c (deassignLR),
4818         * src/SDCClrange.c (findRecursiveSucc, findRecursivePred, findPrevUse,
4819         rlivePoint): fixed another part of bug #971834
4820
4821 2004-08-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4822
4823         * src/z80/main.c: enabled "critical" keyword
4824         * src/z80/mappings.i,
4825         * src/z80/gen.c (genFunction, genEndFunction): support for interrupt
4826         functions (fixes bug #979646)
4827         * doc/sdccman.lyx: added a subsection explaining z80 interrupt support
4828
4829 2004-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4830
4831         * src/mcs51/gen.c (genInline): Add \n for labels, not DOS/WIN dirs
4832           such as c:\mydir.
4833
4834 2004-08-03 Maarten Brock <sourceforge.brock AT dse.nl>
4835
4836         * src/SDCCloop.c (loopInvariants): fixed bug 983545, hope this
4837           doesn't disable too much optimizations
4838
4839 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
4840
4841         * src/pic/glue.c Disabled "WARNING: function 'main' undefined" when -S option is used.
4842
4843 2004-08-02 Maarten Brock <sourceforge.brock AT dse.nl>
4844
4845         * src/SDCClrange.c (rlivePoint): fixed bug 988568, thanks to anonymous
4846
4847 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
4848
4849         * src/pic/gen.c tidied up tabs
4850         * src/pic/genarith.c tidied up tabs and fixed bug with literal multiple where same register was used for hi and low byte
4851         * src/pic/main.c tidied up tabs
4852         * src/pic/pcode.c tidied up tabs and disabled verbose code generation
4853         * src/pic/pcoderegs.c tidied up tabs
4854         * src/pic/ralloc.c tidied up tabs
4855
4856 2004-07-30 Vangelis Rokas <vrokas AT otenet.gr>
4857
4858         * src/SDCCmem.c (allocGlobal): don't turn S_REGISTER storage class
4859         to S_FIXED for pic16 port and when symbol is not in level 0,
4860         allocate for S_REGISTER storage class and pic16 port, too,
4861         * src/pic16/device.h: prototype for checkSym,
4862         * src/pic16/device.c (pic16_dump_access, checkSym): NEW,
4863         * (pic16_assignConfigWordValue): test the value and the mask to
4864         validate that the value is suitable for the configuration word,
4865         * src/pic16/glue.c (pic16_printIvalFuncPtr): use 'externs' to
4866         collect extern declared symbols, don't emit symbol twice, check
4867         first if symbol is in publics set first,
4868         * src/pic16/main.c (_pic16_keywords[]): added keyword 'register',
4869         * added command line '--fstack' which enables an experimental
4870         feature for stack access, too buggy to be used yet...
4871         * src/pic16/ralloc.c (pic16_accessregWithName): NEW,
4872         * (pic16_allocDirReg): when register has storage class S_REGISTER
4873         allocate in pic16_dynAccessRegs,
4874         * device/include/pic16/pic18f????.h: modified configuration word
4875         naming convention, words started as CONFIG0H but should be CONFIG1H
4876
4877 2004-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
4878
4879         * device/include/mcs51reg.h: fixed bug 970993
4880
4881 2004-07-27 Maarten Brock <sourceforge.brock AT dse.nl>
4882
4883         * added lib/calloc.c, lib/free.c, lib/realloc.c, include/stddef.h
4884         * updated lib/malloc.c, lib/libsdcc.lib, lib/Makefile.in, include/malloc.h
4885         * src/SDCC.lex (doPragma): added pragma disable_warning <nnn>
4886         * src/SDCCmain.c (parseCmdLine): added option --disable-warning <nnn>
4887         * src/ds390/gen.c (genPlusIncr): fixed bug when incrementing generic pointers
4888         * support/Util/SDCCerr.c (vwerror): suppress disabled warnings and output
4889           error/warning numbers,
4890           added function setWarningDisabled()
4891         * support/Util/SDCCerr.h: added setWarningDisabled() and MAX_ERROR_WARNING
4892         * support/regression/ports/mcs51-stack-auto/spec.mk: added dependencies
4893           _memcmp.c _memmove.c calloc.c realloc.c free.c
4894         * support/regression/tests/malloc.c: added tests for new functionality
4895         * support/regression/tests/zeropad.c: added tests for truncated initializers
4896           and initialized char arrays starting with '\x0'
4897         * src/mcs51/peeph.def: fixed regression, added peephole 177.f
4898
4899 2004-07-26 Bernhard Held <bernhard AT bernhardheld.de>
4900
4901         * support/valdiag/tests/overflow.c: fixed warning on (1 >> 40)
4902
4903 2004-07-26 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4904
4905         * doc/sdccman.lyx: updated example in section "Absolute Addressing"
4906         * src/mcs51/peeph.def: added contributed fix for "bug" #995347 as
4907         peephole 177.e. Thanks to anonymous
4908
4909 2004-07-25 Vangelis Rokas <vrokas AT otenet.gr>
4910
4911         * src/pic16/glue.c (pic16_printIvalFuncPtr): when an extern
4912         function isn't used in the source but referenced as a
4913         variable initializer then declare it as extern in .asm file
4914
4915 2004-07-24 Vangelis Rokas <vrokas AT otenet.gr>
4916
4917         * .version: increased version number to 2.4.3
4918
4919         Adding version extension according to ChangeLog CVS revision
4920         * src/Makefile.in (target all): added dependency 'version.h'
4921         * (rule version.h): added rule to create version.h from ChangeLog,
4922         * (rule dep): added dependency version.h,
4923         * src/version.awk: AWK script to create version.h
4924         * src/SDCCdwarf2.c (dwWriteModule),
4925         * src/SDCCglue.c (initialComments),
4926         * src/SDCCmain.c (printVersionInfo): modified to write after
4927         version string the version extension number,
4928         * src/SDCCutil.c: included "version.h"
4929         * (getBuildNumber): NEW, returns SDCC's ChangeLog minor revision
4930         number,
4931         * src/SDCCutil.h: added prototype for getBuildNumber
4932
4933         * src/SDCCmain.c (parseCmdLine): when sOpt is 'I' add rest in
4934         includeDirsSet, too,
4935         * src/SDCCsymt.c (checkSClass): don't emit error when a variable,
4936         const char [] is found in function prototype...
4937
4938         * src/pic16/genarith.c (pic16_genUMult8XLit_8): optimization to omit
4939         moving to WREG with source is already in WREG,
4940         * src/pic16/gen.h: added AOP_FSR0 and AOP_FSR2 in enum,
4941         * src/pic16/gen.c (getFreePtr): updated to look for FSR0 and FSR2,
4942         * (aopForSym): stack'ed symbols are partially supported, added
4943         if-clause to support symbols in FARSPACE,
4944         * (sameRegs): added test for AOP_ACC to see if registers are same,
4945         * (pic16_freeAsmop): added case for AOP_FSR0 and AOP_FSR2,
4946         * (pic16_aopGet): added case for AOP_FSR0 and AOP_FSR2,
4947         * (pic16_popRegFromString): will not allocate a new register if it
4948         doesn't find one by name, bug may have introduced...
4949         * (pic16_popGet): added case for AOP_FSR0 and AOP_FSR2,
4950         * (genIpush): revived to use pic16 port's stack,
4951         * (genAddrOf): added incomplete case for stack'ed operand,
4952         * (genCast): optimized a pair of MOVFW,MOVWF to MOVFF
4953         * src/pic16/genutils.c (pic16_genNot): almot new vesrion for NOT,
4954         can handle multibyte operands,
4955         * src/pic16/glue.c (pic16_printIval*): some debug info added,
4956         * (pic16initialComments): added message for MPLAB compatibility
4957         mode enabled,
4958         * src/pic16/main.h: prototype for pic16_mplab_comp,
4959         * src/pic16/main.c (pic16_optionsTable): new option --mplab-comp,
4960         which enabled MPLAB compatibility mode (i.e. no #LINE/#FILE, BANKED)
4961         * (_pic16_linkEdit): NEW, handles link stage, transferred here
4962         because of increased complexity of procedure,
4963         * (_process_pragma): stack pragma changed to format 'stack pos len',
4964         emit symbol '_stack_end' to conform with gplink,
4965         * src/pic16/pcode.c (pic16_newpCodeOpBit): using pic16_regWithName
4966         to search for register,
4967         * (pic16_get_op, pic16_get_op2): added case for PO_W, PO_WREG and
4968         PO_GPR_REGISTER,
4969         * (pic16_pCode2str): when in MPLAB compatibility mode, comment out
4970         #LINE directives and replace 'B' with 'BANKED' in instruction opcodes
4971         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
4972         case for PO_GPR_REGISTER,
4973         * (pic16_AnalyzeBanking): removed the old message for inc2h.pl, past
4974         dies, the new era is ahead !...
4975         * src/pic16/ralloc.c: added hash reposits pic16_dynAllocRegNames and
4976         pic16_dynInternalRegs,
4977         * (pic16_allocregWithName, pic16_procregWithName, pic16_regWithname): NEW,
4978         * (pic16_allocDirReg): minor optimizations and bug fixes,
4979         * (pic16_allocWithIdx): when searching pic16_dynProcessorRegs use fixed,
4980
4981         * device/lib/pic16/startup/crt0*.c: extern definition of stack_end,
4982         load stack and frame pointer with address of 'stack_end' symbol
4983
4984 2004-07-23 Vangelis Rokas <vrokas AT otenet.gr>
4985
4986         * src/pic16/glue.c (pic16emitStaticSeg): fixed bug with files
4987         without source code but only variable initializers
4988
4989 2004-07-20 Vangelis Rokas <vrokas AT otenet.gr>
4990
4991         * src/pic16/glue.c (pic16emitRegularMap): unused functions marked as
4992         external are not declared as extern to reduce overhead while linking
4993
4994 2004-07-20 Maarten Brock <sourceforge.brock AT dse.nl>
4995
4996         * src/SDCCast.c (decorateType): removed buggy fix for bug #979599
4997
4998 2004-07-11 Maarten Brock <sourceforge.brock AT dse.nl>
4999
5000         * src/SDCCglue.c (printIvalArray): fixed bug #984229, thanks to Phuah
5001           Yee Keat for the patch
5002         * src/SDCCast.c (decorateType): fixed bug #979599
5003         * src/ds390/gen.h: removed local fReturnSizeDS390
5004         * src/ds390/gen.c: made fReturnSizeDS390 signed short to remove a warning
5005         * src/ds390/gen.c (genAnd, genOr, genXor),
5006         * src/mcs51/gen.c (genAnd, genOr, genXor): generate better optimized code
5007
5008 2004-07-04 Vangelis Rokas <vrokas AT otenet.gr>
5009
5010         * src/SDCCmain.c (linkEdit): modifications only for pic16 port,
5011         add relFilesSet to $3, manipulate $2 to handle linking of object
5012         files without source files in command line,
5013         * device/include/pic16 (all headers): added ID location macros,
5014         * src/pic16/device.c (struct PIC16_device Pics16[]): added field
5015         entries for ID location bytes,
5016         * (pic16_assignIdByteValue): NEW,
5017         * src/pic16/device.h: new structures idRegInfo_t and idBytesInfo_t,
5018         added field dumpcalltree to pic16_options_t,
5019         * src/pic16/gen.c (genCmp): fixed bug case so a temporary register
5020         is used instead of pic16_Gstack_base_addr, check if (ifx) before
5021         emitting rFalseIfx label after check_carry label,
5022         * src/pic16/glue.c (PIC16_IS_IDLOC_ADDRESS, PIC16_IS_HWREG_ADDRESS,
5023         pic16_emitDIRegs), NEW
5024         * (pic16glue): dump .calltree file when option --calltree found,
5025         * src/pic16/main.c (OPTION _pic16_optionsTable): new option --calltree
5026         * (_pic16_genAssemblerPreamble): emit ID locations after
5027         configuration registers,
5028         * (pic16_linkCmd): modifications of the link command,
5029         * src/pic16/pcode.c (pic16_pciMOVFF): PCC_REGISTER replaces PCC_REGISTER2
5030         * (pic16_pCodeInitRegisters): don't init stack registers,
5031         * (pic16_findPrevInstruction): fixed bug,
5032         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): fixed
5033         bug with immediate registers,
5034         * (buildCallTree): traces stack push and pop,
5035         * (pct2): dump also stack usage for each function,
5036         * src/pic16/ralloc.c (dynrIdx): registers names start from 0x00
5037         * (pic16_allocDirReg): various modifications,
5038         * (pic16_typeRegWithIdx): when searching pic16_dynProcessorRegs set
5039         fixed to 1,
5040
5041 2004-07-02 Vangelis Rokas <vrokas AT otenet.gr>
5042
5043         * src/pic16/pcode.c: removed buggy double colon
5044
5045 2004-07-01 Borut Razem <borut.razem AT siol.net>
5046
5047         * support/scripts/sdcc.nsi: added include/pic16 to setup
5048
5049 2004-06-30 Vangelis Rokas <vrokas AT otenet.gr>
5050
5051         * device/lib/Makefile.in: fixed bug in target objects-pic16,
5052         * device/lib/pic16/Makefile: prefixed with dash (-) command under
5053         target 'clean',
5054         * doc/sdccman.lyx: changed version to 2.4.2 and added some port
5055         specific command line arguments. Also added sample lkr script
5056         for placing a variable at a specific memory bank.
5057         * src/pic16/device.c (pic16_dump_gsection): NEW, to dump variables
5058         at a specific memory bank,
5059         * (pic16_dump_isection): fixed bug which caused string literals to
5060         be omitted when dumping idata section,
5061         * (pic16_groupRegistersInSection): added code to handle registers
5062         in specific memory banks,
5063         * src/pic16/gen.c: labelOffset is prefixed with pic16_ and made
5064         public, all references are renamed too,
5065         * (pic16_aopGet): removed switch cases for AOP_R0,AOP_R1,AOP_DPTR,
5066         AOP_DPTR2,
5067         * (pic16_storeForReturn): added case to handle when dest is WREG,
5068         * src/pic16/genarith.c (pic16_pCodeOpSubType): NEW,
5069         * src/pic16/glue.c (pic16emitRegularMap): when adding a register in
5070         pic16_rel_udata, check to see if that register is marked as being
5071         a member of a specific memory bank,
5072         * (pic16_printIvalCharPtr): added code to add string literals either
5073         to code or the idata sections,
5074         * src/pic16/main.c (_process_pragma): added \n to WHITE constant,
5075         also accept the 'udata' pragma,
5076         * src/pic16/main.h: new structure types sectName and sectSym
5077         * src/pic16/pcode.c: added new pCodeInstruction entry for BANKSEL
5078         * (newpCodeOpBit): added PIC_OPTYPE subt in function prototype,
5079         * (pic16_findPrevInstruction): fixed, it returned nothing,
5080         * (insertBankSwitch): fixed to emit banksel/skip and skip/banksel
5081         instruction combinations,
5082         * (pic16_FixRegisterBanking): heavily reorganised,
5083         * (pic16_AnalyzeBanking): if generating banksel directives is
5084         disabled, then don't call FixRegisterBanking at all,
5085         * src/pic16/ralloc.c (bitEQUs, aliasEQUs, allDefsOutOfRange):
5086         completely removed,
5087         * (pic16_writeUsedRegisters): added call to pic16_dump_gsection
5088
5089 2004-06-29 Bernhard Held <bernhard AT bernhardheld.de>
5090
5091         * src/SDCCglue.c (printChar): fixed bug #973350, patch provided by
5092         Phuah Yee Keat <yk.phuah AT nestac.com>
5093
5094 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
5095
5096         * src/pic16/glue.c (pic16createInterruptVect): function now emits
5097         correctly the IVT even if it is relocated to some other location
5098
5099 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
5100
5101         * device/include/pic16/pic18fregs.h: added case for pic18f2220.h
5102         * device/include/pic16/pic18f2220.h: NEW,
5103         * device/lib/pic16/libdev/pic18f2220.c: NEW,
5104         * device/lib/pic16/libdev/Makefile: added 18f2220 in DEVS,
5105         * src/pic16/device.c (struct Pics16): added info for 18f2220,
5106         * src/pic16/device.h (struct pic16_options): added ivt_loc and
5107         nodefaultlibs, ivt_loc is the location of the interrupt vector
5108         table, and nodefaultlibs signs that default libraries should not be
5109         linked in link stage,
5110         * src/pic16/gen.c (genFunction): relocate interrupt vector functions
5111         according to --ivt-loc argument,
5112         * src/pic16/main.c (_process_pragma): emit '_stack' as public symbol
5113         when pragma stack is found,
5114
5115 2004-06-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5116
5117         * src/mcs51/peeph.def: added peepholes 182.d (return 0.0),
5118         256 (range check), 257 (do while), 258.a-f (bit banging
5119         f.e. on 3-wire SPI bus)
5120
5121 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5122
5123         * src/SDCClrange.c (findNextUseSym): fixed a live range bug with
5124         variables used exclusively within a loop
5125
5126 2004-06-21 Bernhard Held <bernhard AT bernhardheld.de>
5127
5128         * src/mcs51/gen.c (genCpl): quick fix for bug #974835
5129
5130 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5131
5132         * src/SDCClrange.c (computeClash): fixed bug #971834
5133
5134 2004-06-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5135
5136         * src/mcs51/gen.c (genCmp): fixed bug #975903
5137         * src/hc08/gen.c (operandsEqu),
5138         * src/ds390/gen.c (operandsEqu),
5139         * src/z80/gen.c (operandsEqu),
5140         * src/pic/gen.c (operandsEqu),
5141         * src/pic16/gen.c (operandsEqu),
5142         * src/mcs51/gen.c (operandsEqu): fixed bug #976283
5143         * src/SDCCmain.c (parseCmdLine): report --unknown-option only once
5144
5145 2004-06-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5146
5147         * src/SDCCcse.c (cseBBlock): fixed bug #966963
5148
5149 2004-06-12 Vangelis Rokas <vrokas AT otenet.gr>
5150
5151         * src/pic16/gen.c (genPointerGet): added E_INTERNAL_ERROR for
5152         default case in switch statement,
5153         * glue.c (pic16_initPointer): expr is initialised via decoarteType
5154         to eliminate problem with initialisation of pointers, but problem
5155         still exists,
5156         * (pic16_pointerTypeToGPByte): removed, no needed for pic16,
5157         * (emitStaticSegment): removed various lines emitting debug info,
5158         * src/pic16/pcode.c, src/pic16/pcode.h, src/pic16/ralloc.h:
5159         added processor registers for utilizing EEPROM,
5160         * src/pic16/pcode.c (pic16_emitDB): number of DBs emitted is not
5161         configurable and set 8
5162
5163 2004-06-08 Vangelis Rokas <vrokas AT otenet.gr>
5164
5165         * .version: increased version number to 2.4.2,
5166
5167         Cumulative patch for pic16 port
5168         * src/pic16/device.c: changed scheme to dump initial values for
5169         variables in idata segment, all print_idata* functions were removed,
5170         now the pic16_printIval* will be called,
5171         * src/pic16/glue.c: (pic16_initPointer, pic16_pointerTypeToGPByte,
5172         * _pic16_printPointerType, pic16_printPointerType,
5173         * pic16_printGPointerType, pic16_printIvalArray, pic16_printIvalStruct,
5174         * pic16_printIvalBitFields, pic16_printIvalFuncPtr, pic16_printIvalPtr:
5175         NEW, similar to the respective functions in SDCCglue.c,
5176         * src/pic16/pcode.c (pic16_emitDB, pic16_flushDB): reverted to old
5177         way, emitting hex bytes,
5178         * (pic16_emitDS): NEW, emits a string for pointer initialisation,
5179
5180 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5181
5182         * src/avr/ralloc.c (serialRegAssign),
5183         * src/xa51/ralloc.c (serialRegAssign),
5184         * src/pic/ralloc.c (serialRegAssign),
5185         * src/pic16/ralloc.c (serialRegAssign),
5186         * src/hc08/ralloc.c (serialRegAssign),
5187         * src/z80/ralloc.c (serialRegAssign),
5188         * src/ds390/ralloc.c (serialRegAssign),
5189         * src/mcs51/ralloc.c (serialRegAssign): fixed bug #964479
5190
5191 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5192
5193         * src/SDCCicode.c (geniCodeJumpTable): fixed bug #967601
5194         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug #966505
5195
5196 2004-06-07 Vangelis Rokas <vrokas AT otenet.gr>
5197
5198         Cumulative patch for pic16 port:
5199         * src/pic16/device.h (typedef PIC16_device) modified fields for
5200         defining microcontrollers,
5201         * src/pic16/device.c: added new info for all devices in Pics16 array,
5202         * src/pic16/gen.c (genPcall): fixed bug that caused the return label
5203         to be optimised out by the pCode optimiser,
5204         * src/pic16/glue.c (pic16emitRegularMap): treat implicit aggragates
5205         specially, bug reported by G.M. Gallant,
5206         * src/pic16/pcode.c (pic16_newpCodeLabelFORCE): NEW, marks a label
5207         as force'd so that cannot be optimised out by pCode optimiser,
5208         * src/pic16/pcode.c,
5209         * src/pic16/pcodepeeph.c,
5210         * src/pic16/pcoderegs.c: many modifications to re-enable peepholes,
5211         they are disabled by default, but can be enabled explicit with
5212         command argument --denable-peeps, for testing,
5213         * device/lib/pic16/startup/Makefile: added --no-peep,--pomit-config-words,
5214         --pomit-ivt in COMPILE_FLAGS
5215
5216 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
5217
5218         * src/pic16/pcode.c (pic16_emitDB): removed double semicolon which fails
5219           compilation on MSVC
5220
5221 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
5222
5223         * device/include/sab80515.h: added sfr P6, changed GPL to LGPL
5224
5225 2004-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5226
5227         device/include/sab80515.h: fixed bug #967492, DAPR is defined at adress
5228         0xd8, but the correct adress is 0xda. Thanks to anonymous for reporting
5229
5230 2004-06-06 Vangelis Rokas <vrokas AT otenet.gr>
5231
5232         * src/pic16/device.c (pic16_assignConfigWord): fixed bug that
5233         would only assign 0x300001 register.
5234
5235 2004-06-05 Vangelis Rokas <vrokas AT otenet.gr>
5236
5237         * device/lib/pic16/startup/Makefile: added $(MODELFLAGS)
5238         in COMPILE_FLAGS. Thanks to G. Gallant for report.
5239
5240 2004-06-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5241
5242         * doc/sdccman.lyx: minor changes, mentioned beta vendor support
5243         for ds80c400
5244         * src/mcs51/peeph.def: ran unexpand -a over peeph.def
5245         * src/mcs51/peeph.def: removed obsolete peephole 100.a,
5246         added peephole 254 (left shift), 255 (jump table)
5247
5248 2004-06-04 Vangelis Rokas <vrokas AT otenet.gr>
5249
5250         * device/lib/Makefile.in: removed comment line with model-pic16,
5251         * (target port-specific-objects-pic16): the libraries and objects
5252         are copied to the build directory form the device/lib/pic16/bin
5253         directory
5254
5255         Cumulative patch concerning pic16 port:
5256         * library directory has been re-organized,
5257         * added support for PIC18F1220,
5258         * added headers and library sources for chips 18f1220,18f6520,
5259         18f6620,18f6680,18f6720,18f8520,18f8620,18f8680,18f8720
5260
5261         * configuration registers setting has changed, now each supported
5262         device has a complete description of the registers it uses,
5263         * all initialisations are moved to idata sections, these section
5264         can be absolute or relocatable,
5265         * fixed initialisation of codespace variables,
5266         * fixed warning about PCLATU and gpsim,
5267         * src/pic16/gen.c (genCmp): now can handle partially iCodes with no ifx,
5268         * (genAssign): use table reads when assigning from variables in codespace,
5269         * src/pic16/glue.c (pic16emitStaticSeg): fixed to correctly initialise
5270         char/int variables placed in codespace,
5271         * (pic16_emitConfigRegs): NEW, emits a list with configuration
5272         registers set in .asm file, no need for --pomit-config-words anymore,
5273         * (pic16glue): some 8051 legacy segments are commented out
5274         (to be removed completely),
5275         * added support for alternative assembler and linker with --asm=
5276         and --link= command line arguments,
5277         * peepholes are disabled automatically in the port, no need to
5278         specify on command line,
5279         * port supports natively char/int/long multiplication, but converts
5280         all divisions to support functions,
5281         * main.c: pic16_linkCmd and pic16_asmCmd changed to force output
5282         to the file set in variable $2,
5283         * pcode.c (pic16_emitDB, pic16_flushDB): modified to print printable
5284         strings in ASCII format and not in hex,
5285         * ralloc.c (serialRegAssign): added a triplet of conditional calls
5286         to pic16_allocDirReg for IC_RESULT, IC_LEFT and IC_RIGHT so to
5287         allocate proper register if iCodes aren't temporary,
5288
5289 2004-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
5290
5291         * support/regression/tests/zeropad.c: added TEST_G macro for alpha
5292
5293 2004-06-02 Vangelis Rokas <vrokas AT otenet.gr>
5294
5295         * src/pic16/gen.c (genPcall): warning about gpsim and PCLATU
5296         is commented out
5297
5298 2004-06-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5299
5300         * src/hc08/gen.c (genPointerGetSetOfs): disabled optimization if
5301         computed address is reused
5302         * src/hc08/gen.c (genPackBits): fixed offsets in assignments to
5303         multi-byte bitfields
5304
5305 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
5306
5307         * src/z80/gen.c: (genArrayInit): must check for pointers too
5308
5309 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
5310
5311         * support/regression/tests/zeropad.c: never meant to commit the
5312           nestedstruct test: removed, added check for GCC version
5313
5314 2004-05-31 Maarten Brock <sourceforge.brock AT dse.nl>
5315
5316         * src/SDCCast.c (createIvalArray): fixed bug 770487 SIGSEGV
5317         * src/SDCCglue.c (emitRegularMap): fixed bug 770484 allocation problem
5318         * src/SDCCglue.c (initPointer, printIvalType, printIvalStruct,
5319           printIvalArray, printIvalFuncPtr, printIvalPtr, printIval): fixed
5320           bugs 928906 and 954082 half-empty initializers
5321         * src/SDCCsymt.h,
5322         * src/SDCCsymt.c (getAllocSize): added for above fix
5323         * src/z80/gen.c (genArrayInit): fixed bug 741044
5324         * support/regression/tests/zeropad.c: added tests
5325
5326 2004-05-30 Vangelis Rokas <vrokas AT otenet.gr>
5327
5328         * src/pic16/device.c (pic16_dump_section): corrected bug which
5329         caused some symbols of the libraries to be misplaced
5330
5331 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
5332
5333         * src/pic16/glue.c,
5334         * src/pic16/ralloc.h,
5335         * src/pic16/ralloc.cc: prefixed IS_CONFIG_ADDRESS with PIC16_
5336         to fix conflict with pic port
5337
5338 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
5339
5340         * src/pic16/glue.c (pic16emitStaticSeg): do not print as publics or
5341         externs configuration variables,
5342         * src/pic16/ralloc.h,
5343         * src/pic16/ralloc.cc: IS_CONFIG_ADDRESS is made public and added
5344         prototype in header, commented out some debug messages
5345
5346 2004-05-26 Vangelis Rokas <vrokas AT otenet.gr>
5347
5348         * src/pic16/glue.c,
5349         * src/pic16/main.c,
5350         * src/pic16/pcode.c: added gpasm directives #FILE/#LINE
5351         for gpasm COFF object generation. Thanks to D. Hawkins for
5352         his patch info
5353
5354 2004-05-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5355
5356         * src/ds390/main.c,
5357         * src/mcs51/main.c: fixed sort order of mnemonics (thanks to Maarten
5358         Brock for spotting this)
5359         * src/ds390/gen.c (genEndFunction),
5360         * src/mcs51/gen.c (genEndFunction): always save psw if function is an
5361         interrupt handler and critical. Disable push/pop optimizations when
5362         peephole optimizations disabled.
5363
5364 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
5365
5366         Updated pic16 library sources and headers.
5367         * device/lib/pic16/pic18f*/ ,
5368         * device/include/pic16/*.h: modified to handle structured SFR
5369         definitions
5370
5371 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
5372
5373         * src/port.h (PORT structure): added hook initPaths, now each
5374         port can declare its own default search paths,
5375         which can been seen with the --print-search-dirs option,
5376         see pic16 port for example,
5377         * src/SDCCmain.c (setBinPaths, setIncludePaths, setLibPath,
5378         setDataPaths): test to options.printSearchDirs is ifdef'ed out,
5379         * (doPrintSearchDirs): NEW, replaces in a central manner the
5380         printing of search dirs which was split in set*Paths functions,
5381         * (main): added call to port->initPaths and doPrintSearchDirs,
5382         * src/avr/main.c,
5383         * src/ds390/main.c,
5384         * src/hc08/main.c,
5385         * src/izt/i186.c,
5386         * src/izt/tlcs900h.c,
5387         * src/mcs51/main.c,
5388         * src/pic/main.c,
5389         * src/pic16/main.c: modified port structures to reflect addition of
5390         initPaths hook,
5391
5392         * src/pic16/device.c (regCompare): registers are finally sorted by name,
5393         * (pic16_dump_section): for registers in same address reserve memory once,
5394         * src/pic16/device.h (struct PIC16_device): changed variable gen_banksel
5395         to no_banksel,
5396         * src/pic16/genarith.c (pic16_genPlus): added code to handle cases where
5397         result is greater in size than right or left,
5398         * (pic16_genUMult8X8_8): there are some cases where the result can
5399         be 16 bits size, so handle these,
5400         * src/pic16/gen.c: changed some pic16_emitpcomment to DEBUGpic16_emitcode,
5401         * (pic16_outBitC): modified to emit pcodes,
5402         * (pic16_storeForReturn): using is_LitOp to see if operand is literal
5403         or not,
5404         * (genDivOneByte): implemented algorithm to divide 8-bits,
5405         * (genCmp): uncommented goto, but issues still exist,
5406         * (genAnd): fixed a bug with variables >8bits,
5407         * (genPackBits): optimization added that uses BCF/BSF to change a
5408         single bit,
5409         * (genAssign): fixed bug when assigning floating point literals,
5410         * src/pic16/glue.c (pic16glue): added assembler directive 'code' before
5411         __sdcc_gsinit_startup label,
5412         * src/pic16/main.c (_pic16_init): removed search directory
5413         initialisations,
5414         * (_pic16_initPaths): NEW, used to initialise search directories,
5415         * (_hasNativeMulFor): support functions for all except char/int
5416         multiplication, and char division,
5417         * (PIC16_port struct): modified entry for native mul support,
5418         * src/pic16/pcode.c (insertBankSwitch): modified to support the renamed
5419         no_banksel option,
5420         * (buildCallTree): call to register_usage is ifdef'ed out,
5421
5422 2004-05-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5423
5424         * device/include/string.h: applied Stas Sergeev's patch to make this
5425         header file compatible with the preprocessor -Wundef option
5426         * src/SDCCmain.c (main): abort compilation if preprocessor reports
5427         failure (fixes bug #941458)
5428
5429 2004-05-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5430
5431         * src/SDCCopt.c (killDeadCode): fixed bug #907733
5432         * support/Util/SDCCerr.c: reworded E_AUTO_ASSUMED diagnostic to clarify
5433         that the variable, not the function, should be static
5434         * src/SDCCval.c (valCastLiteral): fixed bit initialization from literal
5435         to be consistent with non-literal case
5436
5437 2004-05-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5438
5439         * src/SDCCast.c (isConformingBody): fixed bug #949967
5440         * src/SDCCopt.c (cnvToFcall, cnvToFloatCast, cnvFromFloatCast,
5441         convilong): fixed bug #952086
5442
5443 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5444
5445         * src/SDCCmem.c (allocVariables): fixed bug #955321
5446
5447 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5448
5449         * src/hc08/main.c (_hc08_genAssemblerEnd),
5450         * src/SDCCdwarf2.c (dwOpenFile, dwCloseFile, dwWriteFunction,
5451         dwWriteModule, dwWriteCLine, dwWriteALine, dwarf2FinalizeFile):
5452         completely eliminated the use of a temporary file
5453         * src/SDCCdwarf2.c (dwWriteAttr): fixed bug with location list offset
5454         when more than one file linked
5455         * src/SDCCloop.c (pointerAssigned): fixed bug #954163
5456
5457 2004-05-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5458
5459         * src/SDCCval.c (valForArray): applied Maarten Brock's patch #947682
5460         which fixes bug #543481
5461         * support/regression/tests/bug-751703.c: fixed comments left from a
5462         cut and paste error
5463         * src/SDCCdwarf2.c (dwCloseFile): don't explicitly close a temp file
5464         * src/SDCCdwarf2.c (dwTagFromType): added bitfield support
5465         * src/SDCCdwarf2.c (dwWriteSymbolInternal): handle extern within local
5466         scopes
5467         * src/SDCCdwarf2.c (dwWriteLineNumber): line number deltas are signed
5468         * src/SDCCmain.c (processFile, parseCmdLine): non-alphanumeric chars
5469         are now changed to underscores in moduleName
5470
5471 2004-05-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5472
5473         * as/mcs51/lkmem.c: better fix for bug #954173
5474
5475 2004-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
5476         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5477
5478         * device/include/c8051f020.h: newly added SiLabs (Cygnal) header file
5479         * device/include/c8051f000.h,
5480         * device/include/c8051f120.h,
5481         * device/include/c8051f300.h,
5482         * device/include/c8051f310.h,
5483         * device/include/c8051f320.h: updated (added _XPAGE, CAPN, CAPP,
5484         PWM16) and detab'ed
5485
5486 2004-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5487
5488         * doc/sdccman.lyx: mentioned sourceforge's delay between web frontend
5489         and mailing lists, doc'ed --no-peep-comments, removed reference
5490         to knoppix (newest version has no LyX/LaTeX), other minor changes
5491         * src/SDCCglue.c (glue): save 2 bytes stack space with
5492         option --main-return. The ljmp could probably be avoided too
5493
5494 2004-05-14 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5495
5496         * as/mcs51/lkmem.c, as/mcs51/lkaomf51: fixed bug 954173
5497
5498 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5499
5500         * src/SDCCsymt.h: added IS_AUTO(symbol) test macro
5501         * src/SDCCopt.c (isLocalWithoutDef),
5502         * src/SDCCicode.c (operandFromSymbol): use the IS_AUTO test macro
5503         which adds a !IS_EXTERN codition. Fixes bugs #877426 and #751703.
5504         (credit to Maarten Brock for patch #949363, on which this is based)
5505         * support/regression/tests/bug-751703.c: some test cases of extern used
5506         within inner scopes.
5507
5508 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5509
5510         * src/SDCCdwarf2.c (dwMatchTypes): structs must have matching
5511         SPEC_STRUCT
5512         * src/SDCCdwarf2.c (dwTagFromType): fix to handle recursive
5513         struct definitions
5514         * src/SDCCdwarf2.c (dwWriteModule, dwNewDebugSymbol, dwWriteEndFunction,
5515         dwWriteLabel): fix to create valid debugger symbols even when
5516         the module name has non-alphanumeric symbols in it
5517         * src/SDCCdwarf2.c (dwWriteSymbolInternal): better detection for
5518         when a variable's allocation has been optimized away
5519
5520
5521 2004-05-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5522
5523         * src/hc08/gen.c (hc08_emitDebuggerSymbol),
5524         * src/hc08/main.c,
5525         * src/mcs51/gen.c (mcs51_emitDebuggerSymbol),
5526         * src/mcs51/main.c,
5527         * src/ds390/gen.c (ds390_emitDebuggerSymbol),
5528         * src/ds390/main.c,
5529         * src/z80/gen.c (z80_emitDebuggerSymbol),
5530         * src/z80/main.c,
5531         * src/pic/gen.c (pic14_emitDebuggerSymbol),
5532         * src/pic/main.c,
5533         * src/pic16/gen.c (pic14_emitDebuggerSymbol),
5534         * src/pic16/main.c,
5535         * src/avr/gen.c (avr_emitDebuggerSymbol),
5536         * src/avr/main.c,
5537         * src/xa51/gen.c (xa51_emitDebuggerSymbol),
5538         * src/xa51/main.c,
5539         * src/SDCCdebug.c (emitDebuggerSymbol),
5540         * src/SDCCdebug.h,
5541         * src/port.h: added a debugger struct to the port struct. Added a
5542         callback for defining debugger symbols
5543
5544         * src/SDCCast.c (createLabel),
5545         * src/SDCC.y (labeled_statement): mark all compiler generated labels
5546         with isitmp = 1
5547         * src/SDCCicode.h,
5548         * src/SDCCicode.c (geniCodeFunctionBody): added a link from the FUNCTION
5549         iCode back to the ast for the function
5550
5551         * src/hc08/ralloc.c (hc08_assignRegisters),
5552         * src/hc08/ralloc.h: define a regs struct for the stack pointer. Removed
5553         unneeded fields from the regs struct.
5554         * src/hc08/gen.c (transferRegReg, genFunction, genEndFunction): use the
5555         pushReg() & pullReg() functions instead of emitcode()
5556
5557         * src/hc08/gen.c (genLabel, genhc08Code),
5558         * src/SDCCdebug.h: Added additional debugger hooks needed for DWARF
5559
5560         * src/cdbFile.c (cdbWriteLabel, cdbWriteScope): Added stubs for unneeded
5561         debugger hooks
5562
5563         * src/hc08/gen.c (genEndFunction, genhc08Code),
5564         * src/hc08/gen.h,
5565         * src/mcs51/gen.c (genEndFunction, gen51Code),
5566         * src/mcs51/gen.h,
5567         * src/ds390/gen.c (genEndFunction, gen390Code),
5568         * src/ds390/gen.h,
5569         * src/z80/gen.c (genEndFunction, genZ80Code),
5570         * src/z80/gen.h,
5571         * src/z80/z80.h,
5572         * src/pic/gen.c (genEndFunction, genpic14Code),
5573         * src/pic/gen.h,
5574         * src/pic16/gen.c (genEndFunction, genpic16Code),
5575         * src/pic16/gen.h,
5576         * src/avr/gen.c (genEndFunction, genAVRCode),
5577         * src/avr/gen.h,
5578         * src/xa51/gen.c (genEndFunction, genXA51Code),
5579         * src/xa51/gen.h,
5580         * src/cdbFile.c (cdbWriteFunction, cdbWriteEndFunction): moved cdb
5581         specific code to cdbFile.c and out of the backend code generators
5582
5583         * as/hc08/lkmain.c (main): removed OMF51 support from link-hc08
5584         * as/hc08/lkarea.c (lnkarea): areas with NOLOAD attribute default
5585         starting address is now 0
5586
5587         * as/hc08/asm.h,
5588         * as/hc08/m08pst.c,
5589         * as/hc08/asmain.c (asmbl): implemented the .sleb128 and .uleb128
5590         assembler directive for DWARF support
5591         * as/hc08/lkelf.c (elf): only increment address when rtflg[] set
5592
5593         * src/src.dsp,
5594         * src/Makefile.in,
5595         * src/SDCCdwarf2.c: preliminary DWARF (ver 2) debugger data generator
5596
5597 2004-05-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5598
5599         * src/hc08/gen.c (genJumpTab, emitcode, genhc08code): fixed stack error
5600         and inappropriate peephole optimization in jump tables
5601
5602 2004-04-30 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5603
5604         * as/hc08/m08pst.c,
5605         * src/SDCCglue.c: sdccopt works for the hc08 port now
5606
5607 2004-04-27 Bernhard Held <bernhard AT bernhardheld.de>
5608
5609         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): fixed bug #942130
5610
5611 2004-04-27 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5612
5613         * as/hc08/lkelf.c: sdccconf.h is not available in WIN32
5614
5615 2004-04-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5616
5617         * src/SDCCpeeph.c (replaceRule): support empty replacement peephole
5618         rules
5619         * src/SDCCmain.c,
5620         * src/SDCCglobl.h,
5621         * src/SDCCpeeph.c (getPeepLine): new option --no-peep-comments omits
5622         comments from the peephole optimizer replacement rules
5623         * src/SDCCmem.c (printAllocInfoSeg): give actual location of spilled
5624         symbols
5625         * src/SDCCcse.c (updateSpillLocation),
5626         * src/SDCCopt.c (killDeadCode, findReqv): better tracking of register
5627         equivalents
5628         * src/hc08/ralloc.c (regTypeNum): pseudo symbols must be in DATA only
5629         * src/hc08/main.c (_hc08_finaliseOptions): made pointers to stack
5630         objects far pointers
5631
5632 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5633
5634         * src/SDCCsymt.h: a missing part of my last change
5635         * src/pic/ralloc.c (regTypeNum),
5636         * src/pic16/ralloc.c (regTypeNum): fixed statement/declaration order
5637
5638 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5639
5640         * src/SDCCicode.h,
5641         * src/SDCCicode.c (aggrToPtrDclType),
5642         * src/SDCCptropt.h,
5643         * src/SDCCptropt.c (ptrBaseRematSym, ptrPseudoSymSafe,
5644         ptrPseudoSymConvert),
5645         * src/pic/ralloc.c (regTypeNum),
5646         * src/pic16/ralloc.c (regTypeNum),
5647         * src/hc08/ralloc.c (regTypeNum),
5648         * src/ds390/ralloc.c (regTypeNum),
5649         * src/mcs51/ralloc.c (regTypeNum): check for dependancy hazards before
5650         creating pseudo symbols (fixed bugs #777768, #930484, and #933966)
5651
5652 2004-04-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5653
5654         * link/z80/lkmain.c (afile),
5655         * as/hc08/lkmain.c (afile),
5656         * as/mcs51/lkmain.c (afile): fix suggested by Maarten Brock to
5657         prevent a pointer problem when a filename has no directory and
5658         no extension specified.
5659
5660 2004-04-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5661
5662         * link/z80/lkmain.c (afile): allow periods in directory names
5663         * link/z80/lkmain.c (afile),
5664         * as/mcs51/lkmain.c (afile),
5665         * as/hc08/lkmain.c (afile): allow linker script file to have an
5666         extension other than ".lnk"
5667         * link/z80/lklex.c (getfid),
5668         * link/z80/lkmain.c (parse),
5669         * as/mcs51/lklex.c (getfid),
5670         * as/mcs51/lkmain.c (parse),
5671         * as/hc08/lklex.c (getfid),
5672         * as/hc08/lkmain.c (parse): Support comments in the linker script
5673         file on lines by themselves and after filenames
5674
5675 2004-04-20 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5676
5677         * as/link_hc08.dsp: Added as/hc08/lkelf.c to project.
5678
5679 2004-04-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5680
5681         * src/z80/peeph-z80.def: removed some peephole rules that don't
5682         work with multibyte arithmetic (fixed bug #937126)
5683         * src/mcs51/peeph.def: fixed peephole rules 150-158 to apply only
5684         to registers and not global variables
5685         * src/SDCCicode.c (geniCodeAssign, ast2iCode, geniCodePostInc,
5686         geniCodePreInc, geniCodePostDec, geniCodePreDec,
5687         geniCodeLogicAndOr, geniCodeConditional): enforce strict lvalue
5688         checking for assignments not internally generated (fixed bug #931895)
5689         * src/SDCC.y (postfix_expr): ignore typedefs when looking for a
5690         structure member (fixed bug #930072)
5691
5692 2004-04-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5693
5694         * src/SDCCmain.c (linkEdit),
5695         * src/hc08/main.c (_hc08_parseOptions),
5696         * as/hc08/Makefile.in,
5697         * as/hc08/aslink.h,
5698         * as/hc08/asm.h,
5699         * as/hc08/m08pst.c,
5700         * as/hc08/lkrloc.c (relr, rele),
5701         * as/hc08/lkarea.c (lnkarea)
5702         * as/hc08/lkmain.c (afile, parse),
5703         * as/hc08/lkelf.c: support for ELF output
5704         * as/hc08/lks19.c (s19),
5705         * as/hc08/lkihx.c (ihx): ignore areas with the NOLOAD attribute
5706
5707 2004-04-17 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5708
5709         * as/mcs51/lkihx.c: Fixed bug #899105.
5710
5711 2004-04-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5712
5713         * doc/sdccman.lyx: Added instructons on how to convert MSVC .dsw and
5714         .dsp files from Unix to DOS.
5715
5716 2004-04-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5717
5718         * doc/sdccman.lyx: removed the ANSI-C noncompliance note regarding
5719         function pointers; we have been compliant for several months now.
5720         * src/mcs51/ralloc.c (serialRegAssign): enabled part of my 2004-04-13
5721         change that was accidently commented out
5722         * src/mcs51/gen.c (freeAsmop, getFreePtr, freeForBranchAsmop, genIfxJump,
5723         genCmpEq, jmpTrueOrFalse, genCmp, genAnd, genOr, genXor, genIfx): fixed
5724         bug #922319
5725
5726 2004-04-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5727
5728         * src/hc08/gen.c: output of all of the internal debugging information
5729         is now controlled by the D() macro; it is disabled by default
5730
5731 2004-04-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5732
5733         * src/mcs51/ralloc.c (serialRegAssign, fillGaps, allocThisReg): try
5734         harder to keep the same registers during a CAST iCode
5735         * src/SDCCopt.c (optimizeCastCast, eBBlockFromiCode): casts of char to
5736         long via int can be done in a single cast, if the signedness is
5737         correct.
5738         * support/regression/tests/bug-927659.c: fixed to avoid conflict with
5739         putchar() in tinibios.c in ds390's library
5740
5741 2004-04-12 Bernhard Held <bernhard AT bernhardheld.de>
5742
5743         * src/SDCCast.c (decorateType): fixed bug #898889,
5744         cast result of a literal complement too
5745         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #930931,
5746         fixed check for bitfields
5747
5748 2004-04-11 Bernhard Held <bernhard AT bernhardheld.de>
5749
5750         * src/SDCCicode.c (geniCodeLogic): made it static,
5751         (geniCodeLogicAndOr): added in order to fix bug #905492,
5752         (ast2iCode): fixed bug #905492
5753         * support/regression/tests/bug-905492.c: added
5754         * src/SDCCast.c (decorateType): don't decorate/process parms twice,
5755         (processParms): fixed bug #927659: don't copy parms, this will clear
5756         decorated flag
5757         * support/regression/tests/bug-927659.c: added
5758
5759 2004-03-29 Bernhard Held <bernhard AT bernhardheld.de>
5760
5761         * src/SDCCast.c (addCast): don't cast float to char
5762         * device/lib/libsdcc.lib: added _memmove
5763
5764 2004-03-28 Bernhard Held <bernhard AT bernhardheld.de>
5765
5766         * device/lib/large/Makefile: fixed parallel execution by
5767         replacing `make` by `$(MAKE)`
5768
5769 2004-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5770
5771         * src/hc08/gen.c (genPointerGetSetOfs): correctly handle 1 byte array
5772         offsets (fixes bug #923936)
5773
5774 2004-03-26 Bernhard Held <bernhard AT bernhardheld.de>
5775
5776         * device/lib/small/Makefile: fixed parallel execution by
5777         replacing `make` by `$(MAKE)`
5778
5779 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
5780
5781         * device/lib/vprintf.c (vsprintf): minor optimization, see bug #801101
5782
5783 2004-03-23  Scott Dattalo  <scott AT dattalo.com>
5784
5785         * src/pic/gen.c (genCpl): multi-byte complements were not working.
5786         * src/regression/Makefile: Regression test was not running.
5787
5788 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
5789
5790         * src/SDCCast.c (resultTypePropagate, decorateType): avoid promotion to int for
5791         complement if possible
5792         * src/SDCCval.c (valComplement),
5793         * src/SDCCicode.c (operandOperation): fixed complement of literal
5794         * support/regression/tests/onebyte.c (testComplement): added
5795
5796 2004-03-22 Bernhard Held <bernhard AT bernhardheld.de>
5797
5798         * src/SDCCast.c (processParms): fixed bug #920866; decorateType() can
5799         return an optimized tree; actually replace actParm with the new tree
5800         * src/SDCCast.h: added some parantheses to remove side effects
5801         * support/regression/tests/bug-920866.c
5802
5803 2004-03-21  Scott Dattalo  <scott AT dattalo.com>
5804         * src/pic/gen.c, src/pic/gen.h, src/pic/genarith.c, src/pic/pcode.c:
5805         Bit operands were not being handled properly in the pic14 port.
5806         (now src/regression/add.c passes again).
5807
5808 2004-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5809
5810         * src/SDCC.y (labeled_statement): case and default no longer require
5811         a following statement (RFE #893037)
5812
5813 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5814
5815         * src/mcs51/gen.c (pushSide, genSignedRightShift, genDjnz, geniPush):
5816         use MOVA macro to avoid "mov a,acc" when peephole optimizer is
5817         disabled (fixes bug #916294)
5818         * sim/ucsim/s51.src/mov.cc (inst_mov_a_addr): Throw an error on
5819         "mov a,acc"; patch provided by Lenny Story
5820         * device/include/mc68hc908gp32.h: header contibuted by Juan Gonzalez
5821
5822 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5823
5824         * src/mcs51/gen.c (genFunction): optimize RECEIVE in reentrant
5825         functions
5826         * src/ds390/gen.c (genFunction, genEndFunction),
5827         * src/ds390/ralloc.c (ds390_assignRegisters),
5828         * src/mcs51/gen.c (genFunction, genEndFunction, mcs51_assignRegisters):
5829         * src/mcs51/ralloc.c (mcs51_assignRegisters): Skip optimizing registers
5830         pushed if there are parameters passed on the stack. Also, a cleaner
5831         way to decide if r0/r1 should be pushed/popped. (Together they fix
5832         bug #918693)
5833
5834 2004-03-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5835
5836         * doc/sdccman.lyx,
5837         * device/lib/mcs51/crtpagesfr.asm,
5838         * device/lib/mcs51/crtxinit.asm,
5839         * device/lib/mcs51/crtxstack.asm: Changed name of _PAGESFR to _XPAGE
5840         to avoid confusion with Si Lab's SFRPAGE register.
5841
5842 2004-03-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5843
5844         * src/SDCCglue.c (emitMaps): allow public sfr variables
5845         * src/SDCCglue.c (initialComments): include compiler build date
5846         with compiler version and put the timestamp of the generated
5847         assembly file on a serperate line to be less confusing.
5848         * src/port.h: added genInitStartup hook
5849         * src/avr/main.c,
5850         * src/ds390/main.c,
5851         * src/hc08/main.c,
5852         * src/pic/main.c,
5853         * src/pic16/main.c,
5854         * src/xa51/main.c,
5855         * src/z80/main.c: genInitStartup initialize as NULL (default to
5856         historical behaviour)
5857         * src/SDCCglue.c (glue): _sdcc_gsinit_startup is now port specific.
5858         * src/mcs51/main.c: (_mcs51_genInitStartup, _mcs51_genExtraAreas,
5859         _mcs51_genXINIT, _mcs51_genRAMCLEAR): link initialization code from the
5860         library instead of hard coding it into the compiler.
5861         * support/regression/ports/mcs51-stack-auto/spec.mk,
5862         * src/SDCCmain.c (linkEdit): added mcs51.lib to the link libraries
5863         * device/lib/mcs51/Makefile,
5864         * device/lib/small/Makefile,
5865         * device/lib/large/Makefile,
5866         * device/lib/mcs51/crtpagesfr.asm,
5867         * device/lib/mcs51/crtstart.asm,
5868         * device/lib/mcs51/crtxclear.asm,
5869         * device/lib/mcs51/crtxinit.asm,
5870         * device/lib/mcs51/crtclear.asm,
5871         * device/lib/mcs51/crtxstack.asm: move most of the mcs51 C runtime
5872         startup/initialization out of src/SDCCglue.c and src/mcs51/main.c
5873         and into user configurable files.
5874         * device/lib/clean.mk: clean mcs51 directory too
5875         * support/regression/tests/longlit.c: added static to T1 declaration
5876         * doc/sdccman.lyx: documented _PAGESFR sfr for customizing pdata
5877         accesses in the initialization code
5878
5879 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5880
5881         * device/include/mc68hc908qy.h: corrected declarations of FLBPR and
5882         OSCTRIMVAL as noted in bug #916008
5883
5884 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5885
5886         * src/SDCCloop.c (basicInduction): fixed bug with loop induction
5887         in loops with multiple exits (reported as incorrect registers
5888         used by Martin Helmling in Sdcc-user list)
5889
5890 2004-03-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5891
5892         * src/ds390/main.c (_ds390_genAssemblerPreamble): cosmetic change,
5893         made ds390 register extensions look less like error messages
5894
5895 2004-03-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5896
5897         * src/SDCCglue.c (printIvalPtr): fixed bug with pointer initializer
5898         reported by Adam Wozniak in Sdcc-user list
5899
5900 2004-03-10 Bernhard Held <bernhard AT bernhardheld.de>
5901
5902         * src/SDCCast.c (decorateType): fixed with bug and promotion in
5903         arithmetic optimizations, added debug output
5904
5905 2004-03-09 Bernhard Held <bernhard AT bernhardheld.de>
5906
5907         * device/lib/time.c (mktime): fixed bug reported by Bert Thomas
5908         * sdcc.spec: updated and split sdcc into 3 rpms
5909         * src/SDCCast.c (decorateType): &|^ don't need addCast(); addCast() is
5910         needed for literals of LEFT_OP and '+'
5911         * src/SDCCicode.c (geniCodeLogic): I must have been braindead when I
5912         introduced RESULT_TYPE_NOPROM
5913         (geniCodeMultiply): fixed logic for decision if mul is optimized to
5914         left shift
5915         * src/SDCCsymt.c (computeType): op is int; added RESULT_TYPE_OTHER;
5916         limited promotion to int only for '*'
5917         * src/SDCCsymt.h (computeType): op is int, removed RESULT_TYPE_NOPROM
5918
5919 2004-03-09 Hans Dorn <hjdorn AT users.sourceforge.net>
5920
5921         * src/pic16/gen.c (genSkip),
5922         (genc16bit2lit), (gencjneshort): commented out
5923         (is_LitOp): new helper function, checks operand type
5924         (genCmpEq): rewritten
5925
5926 2004-03-08 Bernhard Held <bernhard AT bernhardheld.de>
5927
5928         * support/regression/tests/bug-908454.c: added
5929
5930 2004-03-07 Bernhard Held <bernhard AT bernhardheld.de>
5931
5932         * src/SDCCast.c (addCast): fixed bug #908454 by promoting bits to char
5933         * src/SDCCicode.c (usualBinaryConversions): op needs int type
5934         (geniCodeCast): cosmetic, don't preserve bit storage class
5935         (geniCodeLeftShift): added promotion
5936         (geniCodeLogic): fixed regression
5937         * src/SDCCsymt.c (computeTypeOr): accept bits too
5938         (compareType): 2nd part of fix for bug #908454, needed for bitfields
5939
5940 2004-03-07  Borut Razem <borut.razem AT siol.net>
5941
5942         * support/Util/findme.c: alloca() replaced with malloc()/free() pair
5943
5944 2004-03-06 Vangelis Rokas <vrokas AT otenet.gr>
5945
5946         * src/pic16/ralloc.c (pic16_genPackRegisters): reverted to old
5947         version of pic16_genPackRegisters which does not check if ic is a
5948         CAST operator,
5949         * src/pic16/gen.c (ifxForOp): disabled new and untested code in
5950         function cause string1.c regression test fails
5951
5952 2004-03-06 Bernhard Held <bernhard AT bernhardheld.de>
5953
5954         * sim/ucsim/configure.in,
5955         * sim/ucsim/configure,
5956         * sim/ucsim/doc/Makefile.in: use docdir
5957         * src/SDCC.y: fixed sbit atrributes
5958         * src/SDCCast.c (getResultTypeFromType): added support for bitfields
5959         * src/SDCCast.c (decorateType): |^& need special promotion handling
5960         * src/SDCCast.h,
5961         * src/SDCCsymt.h: moved definition of RESULT_TYPE
5962         * src/SDCCsymt.h (computeType),
5963         * src/SDCCicode.c: computeType() needs op
5964         * src/SDCCsymt.c (checkTypeSanity),
5965         * doc/sddman.lyx: "plain" bitfields are unsigned
5966         * src/SDCCsymt.c (computeTypeOr): added
5967         * src/SDCCsymt.c (computeType): added support for bitfields, fixed
5968         |^& ops
5969         * src/SDCCval.c (val*): computeType() needs op
5970         * src/SDCCval.c (valCastLiteral): fixed casting of bitfields
5971         * support/regression/tests/onebyte.c: added tests for |^&
5972
5973 2004-03-06 Hans Dorn <hjdorn AT users.sourceforge.net>
5974
5975         * src/pic16/gen.c: (genpic16Code) use copy of printILine's output
5976         for writing icode into asm output.
5977
5978 2004-03-05 Vangelis Rokas <vrokas AT otenet.gr>
5979
5980         * src/pic16/device.c: added some debug lines enabled
5981         with macro DEBUG_CHECK,
5982         * src/pic16/genarith.c: more debug in genPlus,
5983         * (pic16_genUMult8XLit_16, pic16_genUMult8X8_16): removed,
5984         * (pic16_genUMult16X16_16, pic16_genUMult16XLit_16): NEW,
5985         * src/pic16/gen.c: added prototypes for pic16_genMult16X16_16,
5986         * (aopForSym): onStack symbols are re-placed in data memspace,
5987         and onStack flag is cleared,
5988         * (pic16_popGetTempReg, pic16_popReleaseTempReg): modified to
5989         copy temporary pcodeop,
5990         * (genPcall): added warning for not updating PCLATU,
5991         * (genFunction): removed test with IFFUNC_CALLEESAVES, its
5992         always true for pic16 port,
5993         * (genMultOneWord): NEW, supports integer multiplication,
5994         * (genMult): modified to call genMultOneWord,
5995         * (ifxForOp): added warning when return NULL,
5996         * src/pic16/glue.c (pic16emitRegularMap): symbol implicit
5997         flag is set before call to operandFromSymbol for implicit
5998         added structures,
5999         * src/pic16/main.c (_pic16_finaliseOptions): options.float_rent,
6000         options.intlong_rent are set by default,
6001         * (_hasNativeMulFor): modified to allow port generation of integer
6002         multiplication,
6003         * src/pic16/ralloc.c (pic16_allocDirReg): commented out line which
6004         set regtype to REG_SFR for all registers, restricting seting the
6005         accessBank flag for registers 0<= r < 0x80 and 0xf80<=r<=0xfff,
6006
6007 2004-03-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6008
6009         * src/mcs51/peephole.def: added 251.b and 253.x. 253.x are applied
6010         more than 500 times in the regression tests
6011
6012 2004-03-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6013
6014         * support/Util/SDCCerr.h,
6015         * support/Util/SDCCerr.c,
6016         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
6017         enumerator_list),
6018         * src/SDCCsymt.c (addSymChain): show location of oriignal definition
6019         for symbol conflicts.
6020         * support/valdiags/tests/enum.c,
6021         * support/valdiags/tests/tentdecl.c,
6022         * support/valdiags/tests/struct.c: expect possible error messages
6023         referring to original symbol definitions.
6024         * src/SDCC.y (struct_or_union_specifier, struct_declarator),
6025         * src/SDCCsymt.h,
6026         * src/SDCCsymt.c (promoteAnonStructs): support anonymous struct/union
6027
6028 2004-03-03 Hans Dorn <hjdorn AT users.sourceforge.net>
6029
6030         * src/pic16/gen.c (gencjne): fixed for right=REG / left=LIT
6031
6032 2004-02-03 Vangelis Rokas <vrokas AT otenet.gr>
6033
6034         * src/pic16/ralloc.c (newReg): fixed bug #908929
6035
6036 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6037
6038         * src/ds390/gen.c: added missing #include "main.h"
6039
6040 2004-03-02 Vangelis Rokas <vrokas AT otenet.gr>
6041
6042         * src/pic16/device.c (checkAddSym): NEW, adds a symbol to set while
6043         checking if symbol is already in set,
6044         * src/pic16/device.h: prototype for checkAddSym,
6045         * src/pic16/gen.c: (_G): added entry interruptvector,
6046         * (assignResultValue): removed some commented out lines,
6047         * (genFunction): check for ISR via sym->type, absolute section for
6048         interrupt code is created via a new pBlock, the goto instruction is
6049         placed now correctly at the interrupt vector position, changed all
6050         references from ivec to _G.interruptvector,
6051         * WREG,STATUS,BSR are not saved in stack upon an entry to interrupt
6052         is the interrupt is a high priority one, same for return from ISR,
6053         * src/pic16/glue.c: changed all calls of addSetHead for publics and
6054         externs to calls of checkAddSym,
6055         * src/pic16/pcode.c (pic16_pBlockConvert2*): emit warning when
6056         pic16_pcode_verbose flag is set,
6057         * src/pic16/pcode.h: extern to pic16_pcode_verbose,
6058         * src/pic16/pcoderegs.c: message about how many registers are saved
6059         will only be emitted if pic16_pcode_verbose flag is set,
6060
6061 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6062
6063         * src/ds390/ralloc.h,
6064         * src/ds390/ralloc.c (ds390_regWithIdx),
6065         * src/ds390/gen.c (emitcode),
6066         * src/ds390/main.h,
6067         * src/ds390/main.c (instructionSize, ds390newAsmLineNode, updateOpRW,
6068         ds390opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
6069         ds390operandCompare, getRegsRead, getRegsWritten,
6070         initializeAsmLineNode): customized instruction size calculation for
6071         ds390, started basis for some register optimizations
6072         * src/ds390/gen.c (gen390Code, emitcode): associate iCodes with
6073         corresponding assembly output
6074         * src/ds390/gen.c (genFunction, genEndFunction): added case to handle
6075         missing push/pop of r0/r1. Optimized push/pops
6076
6077 2004-03-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6078
6079         * src/mcs51/main.c (instructionSize): fixed ACALL size
6080         * src/mcs51/main.c (updateOpRW): fixed bug with @dptr, @a+dptr operands
6081
6082 2004-03-01 Vangelis Rokas <vrokas AT otenet.gr>
6083
6084         * src/pic16/device.c (pic16_dump_section): fixed a bug that allowed
6085         the sorting of rlist with NULL elements
6086         * (print_idataType, print_idata): NEW to create idata sections
6087         * src/pic16/device.h: idataSymSet new variable
6088         * src/pic16/gen.c (genFunction): fixed some bugs in string
6089         comparing, improved the absolute section creation for ISRs,
6090         added FSR0L/FSR0H in registers that are saved in an ISR,
6091         * (genInline): fixed the processing of inline snippets,
6092         now they undergo no process by the peephole optimizer
6093         * src/pic16/glue.c (pic16emitRegularMap): symbols with initialiser
6094         are placed in idataSymSet,
6095         * (pic16emitStaticSeg): extern symbols are added in externs,
6096         * src/pic16/ralloc.c (pic16_allocDirReg): work around to reduce bank
6097         switching when aboslute variables are placed in access bank memory
6098         * (pic16_writeUsedRegs): added call to pic16_dump_idata,
6099         * (packRegsForSupport,packRegsForAccUse,packRegsForOneuse):
6100         commented out with #if,
6101         * (pic16_packRegisters): reintroduce the check for CAST because some
6102         symbols are not correctly handled,
6103         * src/pic16/pcode.h: changed the definition of pCodeAsmDir to hold a
6104         pCodeInstruction instead of pCode,
6105         * src/pic16/pcode.c (pic16_newpCodeAsmDir): modified for the new
6106         pCodeAsmDir definition,
6107         * (pic16_pCode2str, genericPrint): when an AsmDir pcode has a NULL
6108         directive, then the argument directive is emitted without the leading
6109         tab, hack for inline labels which must be in the first column,
6110         * (compareLabel,pic16_findNextInstruction),
6111         * (pic16_findPrevInstruction): added case for PO_ASMDIR,
6112         * (insertBankSwitch): modified for the new pCodeAsmDir,
6113
6114 2004-03-01 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
6115         patch applied by Vangelis Rokas <vrokas AT otenet.gr>
6116
6117         * src/pic16/gen.c (pic16_popGet): case PO_DIR, adds the offset to
6118         instance,
6119         * (pushSide): commented out with #if,
6120         * (assignResultValue): fixed some typos in saving
6121         registers,
6122         * (genPcall): FIXED and sync'ed with genCall,
6123         * (genDataPointerGet,genDataPointerSet): using offset not leoffset
6124         * (genNearPointerGet): fixed to handle some more cases,
6125         implementation scheme via table reads,
6126         * (genConstPointerGet): modified to access code memory correct,
6127         * (genCodePointerGet,genNearPointerSet,genGenPointerSet): modified
6128         and improved to handle some cases
6129         * glue.c (printIvalType,printIvalChar,emitStaticSeg): use "DB"
6130         instead of "RETLW" for init data
6131         * src/pic16/ralloc.c (pic16_allocDirReg): warning when a symbol is
6132         not IN_DIRSPACE, work around to reduce bank switching when aboslute
6133         variables are placed in access bank memory (<0x80 and >=0xf80),
6134         * src/pic16/pcode.c: added SFRs TBLPTR, TABLAT, added opcodes TBLRD,
6135         TBLRD_POSTINC,TBLRD_POSTDEC,TBLRD_PREINC,TBLWT,TBLWT_POSTINC,
6136         TBLWT_POSTDEC,TBLWT_PREINC
6137         * Fixed initialisation of BSR, set "alias" for SSAVE to "0"
6138         * (pic16_emitDB,pic16_flushDB): New functions to generate "DB"
6139         directives
6140         * (pic16_pCodeConstString): use "DB" instead of "RETLW"
6141         * src/pic16/pcode.h: added TBLRD*,TBLWT*, added pic16_emitDB,
6142         pic16_flushDB, made pic16_newpCodeAsmDir public, added TBLPTR, TABLAT
6143         * src/pic16/ralloc.h: added IDX_BSR,IDX_TBLPTR*,IDX_TABLAT
6144
6145 2004-02-29  Borut Razem <borut.razem AT siol.net>
6146
6147         * src/Makefile.in, src/SDCCutil.c, support/Util/findme.c,
6148         support/Util/findme.h, support/Util/system.h: enhance binary relative
6149         search for lib and include by using findProgramPath()
6150
6151 2004-02-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6152
6153         * src/SDCCpeeph.h,
6154         * src/SDCCpeeph.c (pcDistance),
6155         * src/port.h,
6156         * src/mcs51/ralloc.h,
6157         * src/mcs51/ralloc.c (mcs51_regWithIdx),
6158         * src/mcs51/main.h,
6159         * src/mcs51/main.c (instructionSize, asmLineNode, updateOpRW,
6160         mcs51opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
6161         mcs51operandCompare, getRegsRead, getRegsWritten): made instruction
6162         size calculation port specific, started basis for some register
6163         optimizations
6164         * src/mcs51/gen.c (genFunction, genEndFunction): added case to handle
6165         missing push/pop of r0/r1. Optimized push/pops
6166         * src/mcs51/ralloc.c (packregisters): fixed bug #727095
6167         * device/lib/_modsint.c (_modsint),
6168         * device/lib/_modslong.c (_modslong): fixed sign of result in non-asm
6169         and stack version so regression tests pass
6170
6171 2004-02-26 Bernhard Held <bernhard AT bernhardheld.de>
6172
6173         * src/Makefile.in (dep): include SLIBOBJS in dependency check
6174         * src/SDCCast.c (decorateType): catch another small optimization
6175         with '?' operator
6176         * src/SDCCsymt.c (computeType): added comments and cosmetic changes
6177         * src/SDCCval.c (valMult, valDiv, valMod, valPlus, valMinus, valShift):
6178         modified to finally use computeType() all over SDCC,
6179         see Feature Request #877103
6180         * src/SDCCval.h: cosmetic
6181         * src/SDCCicode.c (operandOperation): fixed EQ_OP bug, now same as in
6182         valCompare(); regression tested in muldiv.c
6183         * support/regression/tests/muldiv.c (testMod): mod sign follows
6184         dividend only
6185
6186 2004-02-23 Bernhard Held <bernhard AT bernhardheld.de>
6187
6188         * src/SDCCast.c (decorateType): fixed bug #902362
6189         * doc/INSTALL.txt: fixed install instructions for win32
6190
6191 2004-02-21 Bernhard Held <bernhard AT bernhardheld.de>
6192
6193         * device/include/Makefile.in (install): fixed by replacing spaces
6194         by tabs
6195         * doc/README.txt,
6196         * doc/INSTALL.txt: updated for release
6197         * doc/sdccman.lyx: added warning for --xstack being buggy
6198
6199 2004-02-20 Bernhard Held <bernhard AT bernhardheld.de>
6200
6201         * src/pic16/ralloc.c (packRegsForAccUse):  disabled functions with #if
6202         to eliminate build warnings.
6203         * src/pic16/gen.c (pic16_popGet): fixed for gcc 2.95.4
6204
6205 2004-02-20 Vangelis Rokas <vrokas AT otenet.gr>
6206            Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
6207
6208         * doc/sdccman.lyx: removed PIC16 from PIC16 Port Specific Options,
6209         removed -penable-stack, added comment for stack pragma, added
6210         warning for not initializing the stack/frame registers, removed
6211         comment at interrupts section
6212
6213         Stack is made permanent, there is no ability to disable stack usage.
6214         * src/pic16/device.h,
6215         * src/pic16/device.c: removed all references to USE_STACK macro,
6216         * src/pic16/device.c (pic16_dump_section): when no elements in
6217         rlist, free rlist before return,
6218         * (pic16_dump_int_registers): NEW, internal registers are a new set
6219         of general purpose registers reused by each function,
6220         * (checkAddReg): returns 1 if registers is added to set,
6221         * (pic16_groupRegistersInSection): when a registers is of type
6222         PO_GPR_TEMP add it in pic16_int_regs and not in pic16_rel_udata,
6223         * src/pic16/device.h: memRange and Assigned Memory are deleted,
6224         SRCASECMP macro is moved here from device.c
6225         * src/pic16/genarith.c (pic16_pCodeOpType): added cases for
6226         PO_PCLATU, PO_PRODL, PO_PRODH,
6227         * (pic16_pCodeOpType, genMinus,
6228         changed compares to "a" register, with AOP_ACC,
6229         * (pic16_genPlus): fixed some bugs and indented properly,
6230         * (pic16_addSign): changed size to size+offset in the MOVWF
6231         instruction,
6232         * (pic16_genUMult8XLit_8): NEW, uses processor MULLW instruction to
6233         multiply 8-bit operand by literal, result is 8-bit,
6234         * (pic16_genUMult8X8_8): NEW, uses processor MULWF instruction to
6235         multiply 2 8-bit operand, result is 8-bit,
6236         * (pic16_genMult8X8_8): modified to call genUMult8X*_8 functions and not
6237         genUMult8X*_16,
6238         * src/pic16/gen.c: changed accUse to contain WREG only,
6239         * (pic16_emitcomment): renamed to pic16_emitpcomment,
6240         * (aopForSym): allocated dir register when IN_DIRSPACE(space) is,
6241         true, do not use immediate addressing any more unless sym is a
6242         pointer in codespace,
6243         * (aopForRemat): do not use immediate addressing when symbol not in
6244         codespace and when symbol's address is requested,
6245         * (aopOp): for-loop in if(sym->accUse) is modified for the new
6246         accUse size (= 1),
6247         * (aopGet): added case for AOP_ACC and don't return "accumulator
6248         bug" but WREG instead,
6249         * (popGetTempReg): pushes contents of temporary register in stack,
6250         * (popReleaseTempReg): pops contents of temporary register from
6251         stack. Use popGetTempReg/popReleaseTempReg in aligned pairs,
6252         * (pic16_popGet): separated case AOP_ACC to return register WREG
6253         from processor registers, AOP_PCODE not checks if pcop is PO_DIR
6254         or PO_IMMEDIATE and initializes their instance/offset appropriately,
6255         * The whole issue with aopForSym,aopForRemat,popGet) is to minimize
6256         the use of immediate pointers to certain cases only.
6257
6258         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): use pic16_popGet2p,
6259         * (pic16_loadFromReturn, pic16_storeForReturn: NEW,
6260         * (assignResultValue, genCall, genRet): modified to use the new
6261         function return value scheme with WREG,PRODL,PRODH,FSR0L and FSR0,
6262         genPcall is still broken,
6263         * (genFunction): added code to create 'A' type pBlocks when
6264         interrupt functions are generated, code not extensively tested yet,
6265         ISRs push WREG,STATUS,BSR,PRODL,PRODH,FSR0L,FSR0H registers on stack,
6266         * (genEndFunction): modified so ISRs pop stored registers from stack,
6267         * (genMultOneByte): cleanup,
6268         * (AccRsh): added flag andmask, to and result with appropriate mask,
6269         * (genUnpackBits,genPackBits): fixed and can handle bit fields,
6270         * (genDataPointerGet): fixed and reenabled its use,
6271         * (genNearDataPointerGet): bugs fixed,
6272         * (genDataPointerSet): bugs fixed,
6273         * src/pic16/genutils.c: added functions pic16_DumpValue,pic16_DumpAop,
6274         pic16_DumpSymbol, pic16_DumpOp,
6275         * src/pic16/genutils.h: function prototypes for the above functions,
6276         * src/pic16/glue.c: new flags initsfpnt, to initialize stack/frame
6277         pointers,
6278         * (pic16emitRegularMap): many many many improvements, but needs a
6279         major cleanup,
6280         * src/pic16/main.c: enable_stack in pic16_options is removed,
6281         * (_pic16_parseOptions): removed command line options -penable-stack,
6282         * (_process_pragma): emit stack symbol only when stack pragma is
6283         processed,
6284         * src/pic16/pcode.c: pic16_pc_fsr0 is removed, all operations are
6285         redirected to FSR0L/FSR0H pair,
6286         * (pic16_get_op, pic16_get_op2): modifications and improvements,
6287         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
6288         cases PO_PRODL,PO_PRODH, pic16_getRegFromInstruction2 returns sane
6289         for immediates,
6290         * (insertBankSwitch): modified to handle cases like: (alfa + 1)
6291         * (dumpPicOptype): NEW,
6292         * src/pic16/pcode.h: added PO_PCLATU,PO_PRODL,PO_PRODH in enum,
6293         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed bug
6294         with movff instruction,
6295         * src/pic16/ralloc.c: renamed typeRegWithIdx to pic16_typeRegWithIdx,
6296         added pic16_int_regs, some packRegsFor* functions are commented out,
6297         because produce errors,
6298         * src/pic16/NOTES: minor modifications
6299
6300 2004-02-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6301
6302         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c, as/mcs51/lkmain.c,
6303         as/mcs51/lkmem.c, src/SDCCglob.h, src/SDCCmain.c: added options --stack-size and
6304         --pack-iram.
6305         * doc/sdccman.lyx: described options --stack-size and --pack-iram.
6306         * as/mcs51/lkaomf51.c: fixed bug #895763
6307
6308 2004-02-17 Bernhard Held <bernhard AT bernhardheld.de>
6309
6310         * device/include/c8051f320.h: added. Contributed by Maarten Brock.
6311
6312 2004-02-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6313
6314         * doc/sdccman.lyx: added details about the HC08 storage classes and
6315         interrupts, fixed the register usage info for z80 & gbz80
6316
6317 2004-02-17 Vangelis Rokas <vrokas AT otenet.gr>
6318
6319         * doc/sdccman.lyx: added more pic16 port documentation
6320         * device/include/pic16/: added header pic18fregs.h
6321
6322 2004-02-16 Bernhard Held <bernhard AT bernhardheld.de>
6323
6324         * doc/sdccman.lyx: added Vangelis' contribution
6325
6326 2004-02-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6327
6328         * src/SDCClrange.c (rlivePoint): live range of SEND operand should
6329         extend to the next CALL or PCALL, not just to the next CALL.
6330
6331 2004-02-16 Vangelis Rokas <vrokas AT otenet.gr>
6332
6333         * src/pic16/gen.c (genInline): fixed bug #896482 with inline assembly
6334
6335 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6336
6337         * src/mcs51/ralloc.c (packRegsForAssign, reassignAliasedSym): fixed
6338         bug #895752 and a better fix for bug #716790
6339
6340 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6341
6342         * src/SDCCsymt.c (processFuncArgs): fixed bug #896796
6343
6344 2004-02-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6345
6346         * doc/sdccman.lyx: minor changes, minor changed
6347
6348 2004-02-13 Bernhard Held <bernhard AT bernhardheld.de>
6349
6350         * src/SDCCicode.c (usualBinaryConversions): removed pic16 from ports
6351         which can't handle SDCC_NEWONEBYTEOPS,
6352         (geniCodeMultiply): removed conversion from mult to shift for pic14
6353         and pic16
6354
6355 2004-02-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6356
6357         * src/hc08/gen.h,
6358         * src/hc08/gen.c (storeRegToAop, aopOp, aopAdrStr, accopWithAop,
6359         rmwWithAop): Ported my 2003-10-02 fix for bug #663539 to the hc08,
6360         thus fixing bug #895406
6361
6362 2004-02-11 Bernhard Held <bernhard AT bernhardheld.de>
6363
6364         * device/lib/_modsint.c,
6365         * device/lib/_modslong.c: sign follows divisor only
6366         * src/hc08/gen.c (genMultOneByte): if result size is 1,
6367         signs or signedness can be ignored
6368         * src/SDCCast.c (addCast): cosmetic - added lineno to CAST
6369         * src/SDCCast.c (resultTypePropagate): added even more ops: +, - and *,
6370         added optimization for IFX,
6371         (decorateType): Mult/Div/ModOneByte ops can handle all kind of signed
6372         arguments;
6373         reenabled optimization for IFX, which was removed on 2004-01-11
6374         * src/SDCCast.h: added return type IFX
6375         * src/SDCCicode.c: Mult/Div/ModOneByte ops can handle all kind of signed
6376         arguments with 8 or 16 bit results; pic14 and pic16 ports use old
6377         promotion behaviour; env. var. SDCC_NEWONEBYTEOPS selects the new,
6378         SDCC_OLDONEBYTEOPS selects the old behaviour
6379         * src/SDCCsymt.c (computeType): type2 can be NULL (for LEFT_OP);
6380         changed again and commented promotion rule
6381         * src/SDCCval.c (valDiv): promotion no longer necessary
6382         * src/ds390/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte),
6383         * src/mcs51/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte):
6384         rewritten
6385         * support/regression/tests/onebyte.c: added
6386
6387 2004-02-11 Vangelis Rokas <vrokas AT otenet.gr>
6388
6389         * gen.c (genInline): reverted to old code for assemnling inline
6390         code because of bug reported James Chadd
6391
6392 2004-02-10 Vangelis Rokas <vrokas AT otenet.gr>
6393
6394         * ralloc.h: missing declarations from previous patch,
6395         seems that patch for ralloc.h was never applied, fixed
6396
6397 2004-02-10 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
6398            patch committed by Vangelis Rokas <vrokas AT otenet.gr>
6399
6400         * pcode.c,
6401         * pcode.h,
6402         * ralloc.h: added FSR0L, FSR0H and other missing PIC16 SFR's for
6403         indirect addressing. Marked FSR0 as deprecated
6404         * gen.c (pointerCode): commented out, not needed now
6405         (pic16_popGet2p): new MOVFF helper function
6406         (genGenPointerGet),
6407         (genGenPointerSet): reimplemented with MOVFF and POSTINC0
6408         (shiftRLong): removed duplicate debugging info
6409
6410 2004-02-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6411
6412         * src/ds390/gen.c (genNearPointerGet),
6413         * src/mcs51/gen.c (genNearPointerGet): allow the genDataPointerGet()
6414         optimization with bits, but not bitfields.
6415         * src/ds390/ralloc.c (packRegisters),
6416         * src/mcs51/ralloc.c (packRegisters): fixed bug #884453 & #880832
6417
6418 2004-02-09 Bernhard Held <bernhard AT bernhardheld.de>
6419
6420         * src/SDCCcse.c (algebraicOpts): copy operands before modification
6421
6422 2004-02-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6423
6424         * src/SDCCsymt.h,
6425         * src/SDCCicode.c (operandFromSymbol),
6426         * src/mcs51/ralloc.c (verifyRegsAssigned, serialRegAssign),
6427         * src/ds390/ralloc.c (verifyRegsAssigned, serialRegAssign),
6428         * src/z80/ralloc.c (verifyRegsAssigned, serialRegAssign),
6429         * src/hc08/ralloc.c (verifyRegsAssigned, serialRegAssign),
6430         * src/pic/ralloc.c (verifyRegsAssigned, serialRegAssign),
6431         * src/pic16/ralloc.c (verifyRegsAssigned, serialRegAssign): fixed
6432         bug #892038
6433         * src/SDCCast.c (createIvalStruct, createIvalArray, gatherAutoInit),
6434         * src/SDCCglue.c (emitRegularMap, printIvalStruct, printIvalArray,
6435         printIvalCharPtr, printIvalPtr, printIval, emitStaticSeg, emitOverlay)
6436         * src/SDCCsymt.c (newSymbol),
6437         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
6438         enumerator_list),
6439         * src/SDCCval.h,
6440         * src/SDCCval.c (newiList): fixed bug #885705
6441
6442 2004-02-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6443
6444         * doc/sdccman.lyx: added section 3.1.4: sdcclib.
6445         * as/mcs51/lkmem.c: report the size of the stack in .mem file.
6446
6447 2004-02-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6448
6449         * device/include/c8051f120.h,
6450         * device/include/c8051f300.h,
6451         * device/include/c8051f310.h: added/updated header files for Silicon
6452         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
6453         * doc/sdccman.lyx: minor changes, recommended diff -Naur and diff -u
6454         in new section Submitting patches
6455
6456 2004-02-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6457
6458         * src/mcs51/gen.c (genNearPointerGet, genPagedPointerGet,
6459         genFarPointerGet, genCodePointerGet, genGenPointerGet,
6460         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
6461         genGenPointerSet),
6462         * src/ds390/gen.c (genNearPointerGet, genPagedPointerGet,
6463         genFarPointerGet, genCodePointerGet, genGenPointerGet,
6464         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
6465         genGenPointerSet),
6466         * src/pic16/gen.c (genNearPointerGet, genPagedPointerGet,
6467         genFarPointerGet, genCodePointerGet, genGenPointerGet,
6468         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
6469         genGenPointerSet),
6470         * src/pic/gen.c (genNearPointerGet, genPagedPointerGet,
6471         genFarPointerGet, genCodePointerGet, genGenPointerGet,
6472         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
6473         genGenPointerSet): fixed bug #892400
6474         * src/pic16/gen.c (genSkipz, AccRol): disabled functions with #if 0
6475         to eliminate build warnings.
6476         * src/SDCCast.c (processParms),
6477         * src/SDCC.y (function_declarator2, declarator2_function_attributes):
6478         fixed bug 751859
6479         * support/valdiag/valdiag.py: added GCC to the list of defines active
6480         when compiling with gcc
6481
6482 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6483
6484         * support/Util/SDCCerr.h,
6485         * support/Util/SDCCerr.c,
6486         * src/SDCCast.c (decorateType, sizeofOp): complain when sizeof is used
6487         with an incomplete type (fixed bug #883734)
6488         * src/SDCCicode.c (geniCodeCast): fixed bug #890510
6489
6490 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6491
6492         * src/pic16/gen.c (genCmpEq, shiftRLong): fixed declarations
6493
6494 2004-02-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6495
6496         * src/SDCCast.c (decorateType),
6497         * src/SDCCicode.c (geniCodeParms, geniCodeCall): fixed bugs in my ANSI
6498         function pointer implementation
6499         * support/regression/tests/funptrs.c: added tests to verify both forms
6500         of function pointers work correctly. Added tests to verify parameters
6501         are passed in the correct order.
6502
6503 2004-02-06  Vangelis Rokas <vrokas AT otenet.gr>
6504
6505         * device.c (regCompare): registers are sorted by ascending
6506         address and increasing size,
6507         * main.c (_pic16_finaliseOptions): removed the declaration
6508         of compiler macro MCU. Now a macro of the format pic18fxxxx
6509         will be defined from the command line
6510
6511 2004-02-06  Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
6512             patch committed by Vangelis Rokas <vrokas AT otenet.gr>
6513
6514         * pcode.c (pic16initMnemonics): fixed typo in assignment to PCOP_RLNCF
6515         PCOP_RLCF was overwritten!
6516         * gen.c (genSkip): commented out calls to pic16_emitcode,
6517         * (genCmpEQ): fixed "long" compares, only high word did get compared,
6518         * (genlshTwo),
6519         * (genRRC): added debugging info,
6520         * (shiftL2Left2Result): Fixed bug, if offr > offl. Result got
6521         overwritten while shifting,
6522         * (shiftR2Left2Result): Fixed bug, if offr < offl. Result got
6523         overwritten while shifting,
6524         * (AccLsh),
6525         * (AccRsh),
6526         * (shiftLLeftOrResult),
6527         * (shiftRLeftOrResult),
6528         * (shiftRLong),
6529         * (shiftLLong): Implemented with pic16_emitpcode
6530         * (genlshFour): Replaced pic16_aopPut with pic16_emitpcode,
6531         * (genLeftShift): Fixed bug, operand for shift by variable always
6532         was "and"ed with 0x0f,
6533         * (genLeftShiftLiteral),
6534         * (genrshTwo),
6535         * (genRightShiftLiteral): added debugging info,
6536         * (genrshFour): added comment,
6537         * (genRightShift): determined signedness from operand "left"
6538         instead of "result"
6539
6540 2004-02-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6541
6542         * src/SDCCicode.c (geniCodeParms),
6543         * src/SDCCast.c (decorateType, processParms): support for ANSI-style
6544         function pointers, fixed function pointer bugs #861242 and #861896
6545
6546 2004-01-31 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6547
6548         * device/include/c8051f000.h,
6549         * device/include/c8051f120.h,
6550         * device/include/c8051f300.h: added header files for Silicon
6551         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
6552
6553 2004-01-31 Bernhard Held <bernhard AT bernhardheld.de>
6554
6555         * src/SDCCast.c (processParams): added new type flow and restructured
6556         (gatherAutoInit): added new type flow
6557         (addCast): cosmetic changes
6558         (getLeftResultType): added new type flow for array indices, patch
6559         provided by Stas, see FR #877103
6560         (decorateType): SDCC_NEWTYPEFLOW removed, new type flow is now standard;
6561         array index patch by Stas
6562         * src/SDCCast.h: added prototype getResultTypeFromType()
6563         * src/SDCCval.h,
6564         * src/SDCCval.c (resolveIvalSym) (resolveIvalSym),
6565         * src/pic/glue.c (pic14emitStaticSeg),
6566         * src/pic16/glue.c (pic16emitStaticSeg),
6567         * src/SDCCglue.c (emitRegularMap) (emitStaticSeg): added new type flow
6568         for initialization of symbols
6569         * src/SDCCicode.c (geniCodeArray): removed warning W_ARRAY_BOUND
6570         * support/Util/SDCCerr.h:
6571         * support/Util/SDCCerr.c: replaced W_ARRAY_BOUND by W_IDX_OUT_OF_BOUNDS
6572         * .version: bumped version number to 2.3.8
6573         * device/include/Makefile.in (install),
6574         * doc/Makefile (install): changed to 'rm `find ...`' construct to
6575         avoid warnings
6576
6577 2004-01-30 Bernhard Held <bernhard AT bernhardheld.de>
6578
6579         * support/regression/tests/libmullong.c: fixed for 64 bit hosts
6580         Slade Rich fixed an optimization bug
6581         * src/pic/pcodepeep.c,
6582         * src/pic/pcoderegs.c
6583         * doc/Makefile (install): added test for directory
6584
6585 2004-01-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6586
6587         * src/mcs51/ralloc.c (getRegPtr, getRegGpr),
6588         * src/ds390/ralloc.c (getRegPtr, getRegGpr),
6589         * src/pic/ralloc.c (getRegPtr, getRegGpr),
6590         * src/pic16/ralloc.c (getRegPtr, getRegGpr),
6591         * src/z80/ralloc.c (getRegGpr): fixed bug #883361
6592         * as/mcs51/asexpr.c (term),
6593         * as/hc08/asexpr.c (term): fixed bug #887146
6594
6595 2004-01-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6596
6597         * src/z80/gen.c (genMult): handle single byte result product
6598         * src/SDCCopt.c (killDeadCode): never convert ADDRESS_OF iCode to
6599         DUMMY_READ_VOLATILE (fixed bug #886367)
6600
6601 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
6602
6603         * support/regression/tests/libmullong.c: fixed logic, on little endian
6604         hosts we ended without a mullong_wrapper()
6605
6606 2004-01-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6607
6608         * ChangeLog: changed "@" to " AT " in hopes of reducing spam and
6609         virus/worm forged address usage.
6610
6611 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
6612
6613         Fixed promotion, it should be done on AST level:
6614         * src/SDCCast.c (addCast): added promotion to int
6615         (decorateType): updated call to upCast()
6616         * src/SDCCicode.c (geniCodeLeftShift): removed call to
6617         usualUnaryConversions()
6618
6619 2004-01-26  Michael Hope  <michaelh AT juju.net.nz>
6620
6621         * support/regression/tests/literalop.c (mulWrapper): Added a
6622         wrapper to remove integer overflow warnings.
6623
6624         * support/regression/tests/float_trans.c: Made work on host.
6625
6626         * support/regression/ports/ucz80/spec.mk (UCZ80): Made detect the
6627         location of sz80.
6628
6629         * support/regression/generate-cases.py (main): Changed from inline
6630         to a main method.
6631
6632         * doc/Makefile (install): Changed to depth first to get rid of
6633         missing directory install warning.
6634
6635         * as/Makefile (install-doc): Made work on Mac.
6636
6637 2004-01-25 Bernhard Held <bernhard AT bernhardheld.de>
6638
6639         * src/SDCCast.c: added an additional type flow in decorateType() of
6640         opposite direction, see feature request #860006; it's enabled at runtime
6641         by setting the environment variable SDCC_NEWTYPEFLOW
6642         * src/SDCCast.h: changed prototype of decorateType()
6643         * src/SDCCglue.c (emitRegularMap): updated call of decorateType()
6644         * src/SDCCicode.c (geniCodeDivision) (geniCodeModulus): promotion from
6645         'char' to 'int' can be omitted, if both operands are 'unsigned char';
6646         see feature request #877103
6647         * src/SDCCval.c: updated call of decorateType()
6648         (valBitwise): fixed bug #882876
6649         (valMinus): added promotion
6650         (valLogicAndOr): result is unsigned
6651         (cheapestVal) (constVal): literals from 0...255 are 'unsigned char' now
6652         * src/SDCCsymt.c (computeType),
6653         * src/mcs51/gen.c (genCmpGt) (genCmpLt): literal 'unsigned char'
6654         must not cause an unsigned operation
6655         * src/pic/glue (pic14emitRegularMap),
6656         * src/pic16/glue.c (pic16emitRegularMap): updated call of decorateType()
6657
6658 2004-01-23 Bernhard Held <bernhard AT bernhardheld.de>
6659
6660         * src/pic/pcode.c (PCodeID): commented out left over debug code
6661
6662 2004-01-20 Bernhard Held <bernhard AT bernhardheld.de>
6663
6664         * support/valdiag/tests/overflow.c: added shift tests
6665         * src/pic/device.c,
6666         * src/pic/gen.c,
6667         * src/pic/gen.h,
6668         * src/pic/glue.c,
6669         * src/pic/main.c,
6670         * src/pic/pcode.c,
6671         * src/pic/pcode.h,
6672         * src/pic/pcodepeep.c,
6673         * src/pic/pcoderegs.c,
6674         * src/pic/ralloc.c,
6675         * src/pic/ralloc.h: applied patch from Slade Rich;
6676         added support for multiple code pages and multiple RAM banks on the
6677         PIC 14 port. The ASM files now no longer simply assume all the
6678         code / RAM are in the same page / bank. This means the linker can
6679         safely allocate code/RAM of separate ASM files to different pages/banks.
6680         * doc/sdccman.lyx: added Slade's tips
6681         * src/mcs51/peeph.def: fixed bug #880768
6682
6683 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6684
6685         * src/hc08/ralloc.c (rematStr): fixed bug #879282
6686         * src/SDCCast.c (decorateType): fixed bug #880197
6687
6688 2004-01-20  Michael Hope  <michaelh AT juju.net.nz>
6689
6690         * sim/ucsim/gui.src/serio.src/main.cc: Fixed unconditional use of
6691         getopt.h.
6692
6693         * debugger/mcs51/cmd.c (getValBasic): Changed strtof to strtod as
6694         strtof is not part of C89 and isn't included with Mac OS X.
6695
6696 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6697
6698         * src/hc08/gen.c (genPlusIncr, genUminus, genMinusDec, genCmp,
6699         shiftL2Left2Result): fixed bug #879326
6700         (genAnd, genOr, genXor): fixed bug when result was of type AOP_CRY
6701         (genMultOneByte): fixed bug in signed vs unsigned multiplication
6702         * sim/ucsim/hc08.src/inst.cc (inst_clr): added missing effective
6703         address fetch for clr instruction
6704         * device/lib/hc08/_mulint.c: created optimized assembly version
6705         * src/SDCCdflow.c (computeDataFlow): fixed bug #878209
6706
6707 2004-01-19 Bernhard Held <bernhard AT bernhardheld.de>
6708
6709         * src/SDCCicode.c (geniCodeArray): applied patch from Stas Sergeev
6710         proposed in FR #877103
6711
6712 2004-01-18 Bernhard Held <bernhard AT bernhardheld.de>
6713
6714         * src/SDCCval.c (cheapestVal): added missing checks
6715         * src/SDCCicode.c (usualBinaryConversions): fixed condition
6716         * src/SDCCicode.c (geniCodeAdd): fixed part of bug #877103
6717
6718 2004-01-16 Klaus Flittner <klaus_flittner AT gmx.de>
6719
6720         * src/ds390/gen.c (aopOp3): fixed the assignment of different dptrs to
6721         equal operands
6722
6723 2004-01-16 Vangelis Rokas <vrokas AT otenet.gr>
6724
6725         * src/SDCCmain.c (linkEdit): variable $3 of the linker command is
6726         loaded with the linker search paths (-L arguments) and the libraries
6727         to be linked with the current source (-l arguments). Changes
6728         currently will affect only the pic16 port.
6729         * src/pic16/main.c (_pic16_finaliseOptions): add to the linker
6730         include path the port specific paths and port specific libraries,
6731         * gplink command now contains the $3 argument,
6732         * src/pic16/device.h,
6733         * src/pic16/device.c,: structure PIC_device is made public and
6734         renamed to PIC16_device, the same for variable Pics which is renamed
6735         to Pics16. Updated all references to them.
6736         * src/pic16/glue.c (pic16glue): corrected bug with code
6737         initialization which bypassed the variable initializations block.
6738
6739         * device/lib/pic16/Makefile.rules: removed --penable-stack from
6740         COMPILE_FLAGS and added the --nostdinc option
6741
6742 2004-01-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6743
6744         * device/include/mc68hc908jb8.h: Register defs for another member
6745         of the hc08 family. Contributed by Bjorn Bringert - thanks!
6746
6747 2004-01-14 Vangelis Rokas <vrokas AT otenet.gr>
6748
6749         Documenting changes from previous commits.
6750         * configure.in (version 1.56),
6751         * configure: initially I've added AC_CONFIG_SUBDIRS(device/lib/pic16)
6752         when generating output files to configure the pic16 library,
6753         but now I've commented it out, since gputils aren't installed in the
6754         SF compile farm, so library won't compile
6755
6756         * device/lib/Makefile.in (version 1.56): initially I've added in
6757         target 'all' the prerequestive 'model-pic16' so it compiled the
6758         pic16 library, but now I've commented it out for the same reasons
6759         above,
6760         * added targets 'model-pic16' and 'objects-pic16' to compile the
6761         library
6762         * added target 'port-specific-objects-pic16' to handle the
6763         generated libraries and copy them into the build/ directory
6764         * added target 'clean-intermediate-pic16' to clean intermediate
6765         files into pic16 directory
6766         * in target 'installdirs' added line to create directory pic16 in
6767         the installation path
6768
6769         * device/include/Makefile.in (version 1.11): in target 'install'
6770         added lines to copy all header files to installation path,
6771         * in target 'installdirs' added line create directory for pic16
6772         headers in the installation path
6773
6774 2004-01-13 Klaus Flittner <klaus_flittner AT gmx.de>
6775
6776         * src/ds390/gen.c (genCall): fixed a double use of acc and b after
6777          a function call
6778
6779 2004-01-13 Bernhard Held <bernhard AT bernhardheld.de>
6780
6781         * configure,
6782         * device/lib/configure.in,
6783         * device/lib/configure: fixed for autoconf 2.57
6784
6785 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6786
6787         * src/z80/main.c (_parseOptions): fixed the portmode= command line
6788         option so that it actually works. Made it specific to the z80, since
6789         the gbz80 doesn't have these kinds of I/O ports.
6790
6791 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6792
6793         * device/include/z180.h,
6794         * device/lib/_memcpy.c,
6795         * device/lib/_memmove.c,
6796         * device/lib/_mulint.c,
6797         * device/lib/ser_ir.c,
6798         * device/lib/ser_ir_cts_rts.c,
6799         * device/lib/_strcmp.c,
6800         * device/lib/_strtok.c: fixed pragmas to non-deprecated form
6801         * src/z80/main.c (_process_pragma): add support for pragmas bank and
6802         portmode; added deprecation warning for bank= and protmode= forms.
6803         Also, guard against buffer overflow.
6804         * src/z80/gen.c (aopGet): generate better code for sfr banked read
6805
6806 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6807
6808         * src/hc08/main.c (_hc08_genAssemblerPreamble): fixed bug #875487. Also
6809         changed interrupt vector table generation to only emit declared vectors.
6810         * device/include/Makefile.in: added missing backslash
6811         * device/lib/pic16/Makefile.rules: add $(MODELFLAGS) to $(CFLAGS)
6812
6813 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
6814
6815         Mainly changes to support compilation of the device libraries
6816         * src/pic16/device.c: stack is allocated via symbol and not
6817         via literal number. The symbol is placed in the corresponding
6818         position of the data ram
6819         * (pic16_dump_section): relocatable and absolute uninitialized
6820         data are now emitted in sorted order to reduce section naming,
6821         * src/pic16/ralloc.c (newReg): fixed bug with SFR's that
6822         weren't marked as being in the access bank,
6823
6824 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
6825
6826         Added portion of GNU PIC Library under the directory
6827         device/include/pic16 and device/lib/pic16. These files
6828         contain the declarations of SFRs for the PIC18Fxx2 devices.
6829         The directory is initialized via configure from toplevel.
6830
6831 2004-01-12 Klaus Flittner <klaus_flittner AT gmx.de>
6832
6833         * src/ds390/gen.c (operandsEqu): fixed a little typo, that prevented
6834         the spilllocations to be compared correctly
6835
6836 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
6837
6838         * src/SDCCast.c (decorateType): fixed bug introduced today
6839
6840 2004-01-12  Borut Razem <borut.razem AT siol.net>
6841
6842         * src/SDCC.lex, support/Util/SDCCerr.h, support/Util/SDCCerr.c,
6843         doc/sdccman.lyx: upper case pragmas are deprecated
6844
6845 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
6846
6847         * src/SDCCast.c (decorateType): replacing 'ul > 0' by  '!ul' results
6848         in simpler and even better code
6849
6850 2004-01-11 Bernhard Held <bernhard AT bernhardheld.de>
6851
6852         * src/SDCCicode.c (operandOperation): fixed bug #874819
6853         * src/SDCCast.c (decorateType): fixed
6854         char foo (unsigned long ul) { return ul > 0; }
6855
6856 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6857
6858         * doc/sdccman.lyx: Moved and added some sections, small changes
6859         all over. Telling LaTeX to be less strict with word spacing
6860         to better keep the right margin. Changed some notes about
6861         maintainance of the ports in section 3.2.1 - is it OK like this?
6862
6863 2004-01-11 Vangelis Rokas <vrokas AT otenet.gr>
6864
6865         SDCC source changes:
6866         * src/SDCCopt.c (cntToFcall, cnvToFloatCast, cnvFromFloatCast,
6867         convilong): modified to inform the pic16 port that builtin functions
6868         are external
6869
6870         PIC16 PORT specific changes:
6871         * src/pic16/device.c pic16_dump_equates() added,
6872         processor registers declared internally by the port are emitted in
6873         the translation as equates,
6874         * src/pic16/gen.c: inline code is passed unprocessed to the
6875         translation,
6876         * (pic16_popGetLit2): fnuction modified to take second operand as
6877         pCodeOp pointer and not as literal,
6878         * (popRegFromIdx): prefixed with pic16_,
6879         * (pic16_popCombine2): modified to receive already allocated pCode
6880         operands,
6881         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): added
6882         * (genFunction): initializes local stack frame and pushes on stack
6883         all the registers used by this function,
6884         * (genEndFunction): restores all registers from stack and restores
6885         stack frame,
6886         * src/pic16/glue.c (pic16emitRegularMap): various changes and
6887         improvements,
6888         * (pic16glue): changed the program startup sequence,
6889         * added new dbName code 'A' for functions placed in absolute section
6890         * src/pic16/main.c: added function attribute _naked,
6891         * added pragma 'code' to place a fnuction at an absolute address,
6892         * added command line arguments --debug-ralloc and --pcode-verbose,
6893         * (_pic16_finiliseOptions): options.all_callee_saves is set by default
6894         * src/pic16/pcode.c (pic16_pBlockConvert2Absolute) added,
6895         * (pic16_newpCodeOpLit2): modified to take the second operand as
6896         pCodeOp pointer,
6897         * (pic16_printpBlock): modified to emit each function in a separate
6898         section,
6899         * (pic16_get_op): modified to use the gpasm modifiers LOW,HIGH and
6900         UPPER for immediate operands,
6901         * src/pic16/pcodepeeph.c: added peephole support for the LFSR
6902         instruction,
6903         * src/pic16/peeph.def: all peepholes with movff are commented out,
6904         because there is a problem in the pcode peep optimizer,
6905         * src/pic16/ralloc.c: the register allocator can now reuse local
6906         function symbols for another function. This saves register usage.
6907         * src/pic16/ralloc.h: added flag isLocal in structure regs,
6908
6909         Added file src/pic16/NOTES with information about program writing on
6910         the current port version.
6911
6912 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6913
6914         * src/mcs51/peephole.def: added peepholes 177.c,d (redundant moves)
6915         and peephole 252 (array access)
6916
6917 2004-01-09  Borut Razem <borut.razem AT siol.net>
6918
6919         * src/SDCCmain.c : fixed #872250: -l command line defined library
6920           files are scanned before standard library files
6921
6922 2004-01-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6923
6924         * src/SDCCast.c (decorateType): fixed bug #874046
6925
6926 2004-01-09  Borut Razem <borut.razem AT siol.net>
6927
6928         * support/scripts/sdcc.nsi: remove previous installation
6929
6930 2004-01-09 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6931
6932         * src/SDCCglue.c (createInterruptVect): don't append 7(5) padding
6933         bytes for last interrupt vector (mcs51)
6934         * sdcc.spec: fixed typo
6935
6936 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6937
6938         * src/mcs51/gen.c (genFunction, genEndFunction, genReceive, getTempRegs,
6939         gen51Code): more efficient parameter receive for --model-large
6940         ("bug" #845294)
6941
6942 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6943
6944         * src/ds390/main.c,
6945         * src/z80/main.c: added missed needLinkerScript flags (more than
6946         one port structure defined in these file)
6947         * src/ds390/gen.c (aopForSym, aopOp, operandsEqu, aopOp3): fixed
6948         bug #795325
6949
6950 2004-01-08 Vangelis Rokas <vrokas AT otenet.gr>
6951
6952         * src/SDCCmain.c: removed various references to DEFAULT_PORT
6953         * src/port.h: added flag needLinkerScript in port->linker
6954         structure to inform whether to create a .lnk file or not,
6955         * src/avr/main.c,
6956         * src/ds390/main.c,
6957         * src/hc08/main.c,
6958         * src/mcs51/main.c,
6959         * src/pic/main.c,
6960         * src/pic16/main.c,
6961         * src/xa51/main.c,
6962         * src/z80/main.c: changed appropriately to configure
6963         needLinkerScript flag
6964         * src/pic/gen.c,
6965         * src/pic16/gen.c (genAddrOf): fixed bug #863624
6966         * src/pic/glue.c: added variable udata_section_name to
6967         override default uninitialized data segment definition for
6968         devices only with SHAREBANK memory (reported from Erik Epetrich)
6969         * (pic14emitOverlay): modified to emit a commented overlay segment
6970         directive when no overlay data exist
6971         * (picglue): modified to emit uninitialized data segment
6972         according to udata_section_name
6973         * src/pic/main.c (_pic14_parseOptions): added command line
6974         options --udata-section-name=[name] to override default
6975         udata definition name
6976         * modified _linkCmd and _asmCmd to include compiler passed
6977         arguments via -W option
6978         * src/pic16/main.c: added $l in _asmCmd, changed extension for
6979         object file from '.rel' to '.o' in port->linker structure,
6980         changed size of fptr from 2 to 3 in port structure
6981
6982 2004-01-07  Borut Razem <borut.razem AT siol.net>
6983
6984         * support/scripts/sdcc.nsi: update PATH
6985         * support/scripts/sdcc.ico: craeted
6986
6987 2004-01-07 Bernhard Held <bernhard AT bernhardheld.de>
6988
6989         * device/include/Makefile.in: fix install
6990         * doc/Makefile: fix install
6991
6992 2004-01-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6993
6994         * src/SDCCsymt.c (processFuncArgs): fixed superflous allocation noted
6995         in bug #860505
6996         * src/SDCCmem.c (printAllocInfoSeg, printAllocInfo): minor changes to
6997         how the function variable allocation summary is displayed; also
6998         include information about variables allocated to the overlay
6999         segment
7000
7001 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7002
7003         * as/mcs51/lkmain.c: Help about -Y option
7004         * as/mcs51/lkarea.c: Fixed gcc warnings
7005
7006 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
7007
7008         * src/SDCCval.c (valShift): changed from 16 to 32 bit shift count,
7009         fixed warning
7010         * support/valdiag/tests/overflow.c: added
7011         * src/SDCCast.c (decorateType),
7012         * src/SDCCicode.c (geniCodeLeftShift): added promotion to int for
7013         LEFT_OP (left shift)
7014
7015 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7016
7017         * as/mcs51/lkmain.c: stack must be after data when option -Y is not used
7018         (default behaviour).
7019
7020 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7021
7022         A python script to validate compiler diagnostic messages. It can be
7023         used to verify that sdcc complains about bad c source code and
7024         gives a good location of the error.
7025         * support/valdiag/Makefile,
7026         * support/valdiag/valdiag.py,
7027         * support/valdiag/tests/*
7028
7029 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7030
7031         * src/SDCC.y (enum_specifier, enumerator_list, opt_assign_expr),
7032         * src/SDCCsymt.c (newEnumType),
7033         * src/SDCCsymt.h
7034         * support/Util/SDCCerr.c,
7035         * support/Util/SDCCerr.h: fixed bug #871258 and some other unreported
7036         enum related bugs.
7037         * support/regression/tests/enum.c: added test for enum values that
7038         require at least 2 bytes of storage.
7039
7040 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
7041
7042         * src/common.h: added ifndef/define/endif macros
7043         around the header file.
7044         Bug reported from Jesus Calvino-Fraga
7045
7046 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
7047
7048         * sdcc.spec: updated
7049         * device/include/Makefile.in: don't install CVS directories
7050         * device/lib/Makefile.in: added removal of CVS directories after install
7051         * doc/Makefile: fixed install, added local_icons
7052         * sim/ucsim/gui.src/Makefile.in: fixed an old typo
7053         * src/mcs51/gen.c (genRightShift): fixed bug #870788
7054         * src/ds390/gen.c (genRightShift): fixed bug #870788
7055         * src/SDCCast.c (decorateType): fixed bug #870781
7056
7057 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
7058
7059         PIC16 port related changes:
7060         * device.c: removed pic16_finalMapping and pic16_finalMappingSize,
7061         added variable stackPos,
7062
7063         * gen.c: genCall, assignResultValue: added support for
7064         pushing/retrieving function parameters to/from stack,
7065         genFunction,genEndFunction: setup stack frame for the
7066         generated function,
7067         genAddrOf: will be changed according to bug 863624
7068
7069         * added files genutils.c and genutils.h which contain gen*
7070         debugged and optimised functions extracted from gen.c
7071
7072         * glue.c: added variable 'externs' which holds extern symbols,
7073         pic16emitRegularMap: is modified to properly handle relocatable
7074          symbols under the new scheme,
7075         pic16createInterruptVect: is modified
7076         pic16printPublics: is modified to emit 'global' assembler directives,
7077         added pic16_printExterns to print extern symbols,
7078         pic16glue: initializes stack/frame pointer in the beginning of
7079         the assembly output. Temporary hack, will be corrected later,
7080         because gplink yet does not support stack and SDCC does not
7081         yet support a type of crt0.o object to create the final binary.
7082
7083         * Removed many lines that contain 8051 legacy code.
7084         * The code is finally placed under a 'code' directive.
7085         * Added port specific options.
7086
7087         * _process_pragma: simplified since now we do not need *special*
7088         include file to define SFR registers. But a separate header
7089         will be needed. This will be developed later.
7090         * _pic16_parseOptions: added, parses port specific options:
7091         --pgen-banksel, --obanksel=, --pomit-config-words, --pomit-ivt,
7092         --pleave-reset-vector, --penable-stack, --pstack-model, --debug-xtra
7093         --preplace-udata-with=
7094
7095         * _pic16_setDefaultOptions: modified to initialize section names,
7096         but hack is temporarly out of order since it needs improvement.
7097         * _pic16_genAssemblerPreamble: configuration words are emitted by
7098         their address instead of their name. This part is incomplete and
7099         supports only the 18Fxx2 devices. Other devices will emit an error
7100         during assembly since they do not contain the same set of config
7101         registers
7102         * _pic16_genIVT: is modified,
7103
7104         * pcode.c: added definitions for some hardware registers that are needed
7105         for stack support
7106         * added flag is2LitOp and variable pci_magic in pCodeInstruction.
7107         All PCI entries are updated. Now LFSR is supported.
7108         * Removed pic16_pciTRIS is mentioned by mdubuc in source
7109         * added pic16_newpCodeOpLit2 to support instructions with
7110         two literal arguments
7111         * pic16_pCode2str: corrected code that emits assembler instructions
7112         with two literal operands and those that have an access bit modifier
7113         * genericPrint: now PC_ASMDIR pCodes, can emit a label if it exists,
7114         this fixes a bug which caused some labels to be lost, when an
7115         assembler directive was added, i.e. banksel,
7116         * pic16_FixRegisterBanking: improved logic that causes the insertion
7117         of bank switching,
7118         * InlineFunction: functions that are called once, are not any more
7119         inlined. This can be a port option in the future,
7120
7121         * pcode.h: added pCodeOpLit2 and added variable label in pCodeAsmDir
7122
7123         * ralloc.c: added pic16_rel_udata and pic16_fix_udata variables which
7124         hold the corresponding uninitialized symbols,
7125         * pic16_allocProcessorRegister: registers have explicit marked the
7126         accessBank field,
7127         * pic16_allocInternalRegister: registers are explicit marked as
7128         not used,
7129         * pic16_writeUsedRegs: pic16_dynDirectBitRegs was missing from the
7130         processing list, so bit registers were lost,
7131         *
7132
7133         * ralloc.h: added field 'accessBank' and original symbol operand
7134         in register definition,
7135         * removed the field isMapped from register definition,
7136
7137         ** Several functions have been removed from various sources:
7138         BanksUsedFlow2,BanksUsedFlow,FixBankFlow,InstructionRegBank,
7139         pic16_addMemRange,pic16_isREGinBank,pic16_dump_map,pic16_dump_cblock
7140         isSFR,validAddress,mapRegister,assignRegister,pic16_assignFixedRegisters
7141         pic16_assignRelocatableRegisters
7142
7143         ** others have been introduced:
7144         pic16_areRegsSame,pic16_dump_section,checkAddReg,pic16_groupRegistersInSection
7145         pic16_popGetLit2,pic16_popCombine2,pushw,pushaop
7146
7147 2004-01-05 Vangelis Rokas <vrokas AT otenet.gr>
7148
7149         * support/scripts/inc2h.pl: changed definition of BIT_AT
7150         to emit 'sbit at' instead of 'bit at'. This was a request.
7151
7152         PIC16 port related preliminary changes:
7153         * gen.c: prefixed function popRegFromString with
7154         pic16_ and all references to it corrected
7155         * pcode.c: all pic16_pc_* hardware registers prefixed
7156         with underscore (_),
7157         pic16_popCopyGPR2Bit(): function sets register wasUsed=1
7158         * ralloc.c: newReg(): when register is REG_SFR then
7159         set address to rIdx,
7160         pic16_allocProcessorRegister(): marks register wasUsed=0
7161         pic16_writeUsedRegs(): added a call to assign processor
7162         registers via pic16_assignFixedRegisters
7163
7164 2004-01-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7165
7166         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c,
7167         as/mcs51/lkmain.c, as/mcs51/lkmem.c: 8051 linker can now pack
7168         variables in unused register banks.  Also the SSEG is placed
7169         wherever there is enough space for it, and IDATA can be anywhere
7170         in internal RAM.  For now compile using -Wl-Y[stack_size].
7171         The mem file is different for this option as well, since it
7172         makes no sense of talking about DSEG lenght.
7173
7174 2004-01-02 Vangelis Rokas <vrokas AT otenet.gr>
7175
7176         * src/SDCClrange.c: fixed bug 869095 that caused segfault
7177         in certain cases, e.g. when ROM assignment, patch provided
7178         from Albert den Haan.
7179
7180 2004-01-01 Bernhard Held <bernhard AT bernhardheld.de>
7181
7182         Many signedness and type propagation fixes:
7183         * src/SDCCicode.c: made geniCodeCast() static
7184         replaced SPEC_ by IS_ (cosmetic)
7185         (operandOperation): fixed div and mod operation
7186         (usualBinaryConversions): added support for promotion of char
7187         (geniCodeMultiply): replaced (unsigned long) by (TYPE_UDWORD)
7188         (geniCodeDivision): replaced (unsigned long) by (TYPE_UDWORD)
7189         (geniCodeAdd): an array index will stay unsigned, even if promoted
7190         from char to int
7191         (geniCodeArray): ditto
7192         * src/SDCCicode.h: made geniCodeCast() static: removed prototype
7193         * src/SDCCsymt.c (computeType): added more support for char;
7194         promotion of char is selectable by promoteCharToInt, fixed signedness
7195         for all cases
7196         (powof2): replaced (unsigned long) by (TYPE_UDWORD)
7197         * src/SDCCsymt.h (powof2): replaced (unsigned long) by (TYPE_UDWORD)
7198         * src/SDCCval (val*): replaced signedness calculation by
7199         computeType()
7200         rearranged if-branches (cosmetic)
7201         (valShift): added warning W_SHIFT_CHANGED
7202         (valCompare): fixed problem with different types
7203         * src/hc08/rallo.c (leastUsedLR): fixed gcc 3.3 warning
7204         * support/regression/tests/literalop.c: added many cases
7205         * support/regression/tests/ast_constant_folding.c: changed finally to
7206         'unsigned int'
7207         * .version: new year, new version: 2.3.7
7208         * src/SDCCmain.c (main): applied patch #866468
7209         * debugger/mcs51/sdcdb.c (parseCmdLine): added -k for ucsim, patch
7210         provided by Scott Bronson
7211         * doc/sdccman.lyx: updated documentation for sdcdb
7212         updated and added chapter tips
7213
7214 2004-01-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7215
7216         * src/SDCCsymt.h: missing from yesterday's commits
7217
7218 2003-12-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7219
7220         * src/SDCC.y (struct_or_union_specifier),
7221         * support/Util/SDCCerr.c,
7222         * support/Util/SDCCerr.h: verify that struct & union tags are used
7223         as declared.
7224
7225 2003-12-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7226
7227         * src/SDCCglobl.h: missing from yesterday's commits
7228
7229 2003-12-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7230
7231         * src/SDCC.y (external_definition, type_specifier2, sfr_reg_bit,
7232         sft_attributes, struct_declaration, parameter_declaration,
7233         type_name, start_block, declaration_list),
7234         * src/SDCC.lex (check_type): support redefinition of typedef names
7235
7236 2003-12-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7237
7238         * src/mcs51/gen.c (genPlus): added special handling for 256 byte
7239         aligned xdata arrays. Erik helped me with the if clause.
7240
7241 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7242
7243         * device/lib/ds390/tinibios.c (CpuSpeed): suppress unreachable code
7244         warning
7245
7246 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7247
7248         * src/SDCCast.h,
7249         * src/SDCCast.c (newAst_),
7250         * src/SDCCicode.h,
7251         * src/SDCCicode.c (ast2iCode, newiCode),
7252         * src/SDCCglobl.h,
7253         * src/SDCC.y (logical_and_expr, logical_or_expr, conditional_expr,
7254         expr, statement, expression_statement, selection_statement,
7255         iteration_statement, expr_opt, jump_statement): foundation for tracking
7256         sequence points
7257         * src/SDCCopt.c (killDeadCode): fixed bug #861580 (needs the sequence
7258         point code too)
7259
7260 2003-12-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7261
7262         * support/Util/SDCCerr.c,
7263         * src/SDCCast.h,
7264         * src/SDCCast.c (createCase, createDefault, decorateType),
7265         * src/SDCClabel.c (labelUnreach),
7266         * src/SDCC.y (labeled_statement, jump_statement): More improvements
7267         to error messages.
7268         * support/Util/SDCCerr.c (werrorfl): fixed a non-standard declaration
7269         (with thanks to Stas Sergeev)
7270         * device/include/time.h,
7271         * device/lib/time.c (CheckTime): suppress unreachable code warning
7272
7273 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7274
7275         * src/SDCCast.c (createIvalCharPtr),
7276         * src/SDCCglue.c (printChar): fixed bug #862241 (an error in my fix for
7277         bug #753752)
7278         * support/regression/tests/nullstring.c: tests for these two bugs
7279
7280 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7281
7282         * support/Util/SDCCerr.h,
7283         * support/Util/SDCCerr.c (E_NOT_ALLOWED),
7284         * src/SDCC.y (struct_declaration, struct_or_union_specifier): complain
7285         about storage class and 'at' used inside struct or union
7286         * src/SDCCBBlock.c (iCodeFromeBBlock),
7287         * src/SDCCcse.c (ifxOptimize),
7288         * src/SDCCglue.c (emitRegularMap, initPointer, printIvalStruct,
7289         printIvalArray, printiValFuncPtr, printIvalCharPtr, printIvalPtr,
7290         printIval, emitStaticSeg, emitOverlay),
7291         * src/SDCClabel.c (deleteIfx),
7292         * src/SDCCopt.c (replaceRegEqv, eBBlockFromiCode),
7293         * src/SDCCast.c (resolveSymbols, createIvalStruct, createIvalArray,
7294         gatherAutoInit, processParms),
7295         * support/Util/SDCCerr.h,
7296         * support/Util/SDCCerr.c (werrorfl): Support for better error location
7297         reporting for post-parse errors.
7298
7299 2003-12-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7300
7301         * src/SDCCval.c (valPlus, valMinus, valShift): fixed some problems with
7302         implicit casts via union; they don't work on big endian systems
7303         (possible fix for bug #861138)
7304
7305 2003-12-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7306
7307         (committed by Erik Petrich <epetrich AT ivorytower.norman.ok.us> on Frieder's behalf)
7308         * src/mcs51/main.c: fixed the fix for bug #737001
7309
7310 2003-12-15  Borut Razem <borut.razem AT siol.net>
7311
7312         * support/scripts/sdcc.nsi: updated for NSIS 2.0 beta 4
7313
7314 2003-12-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7315
7316         * support/makebin/makebin.c: put output in binary mode
7317
7318 2003-12-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7319
7320         * src/mcs51/main.c: fixed bug #737001 for the mcs51. SDCC clears
7321         xdata and data memory on startup. Set the environment variable
7322         SDCC_NOGENRAMCLEAR to disable this.
7323         * src/mcs51/peephole.def,
7324         * src/ds390/peephole.def: using the atomic test and clear instruction jbc
7325         (allows non-interrupt and interrupt code to safely compete for a resource
7326         without the non-interrupt code having to disable interrupts)
7327
7328 2003-12-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7329
7330         * src/SDCCicode.c (geniCodeAdd),
7331         * src/SDCCast.c (decorateType): fixed bug #857753 (need to be careful
7332         with valFromType if type might be a pointer and host is big endian).
7333         * src/SDCCast.c (decorateType): unary plus compatible with all arithmetic
7334         types, not just integer types.
7335         * src/SDCCsymt.c (addSymChain): clarified error message when symbol is
7336         multiply defined with mismatching "at" address.
7337
7338 2003-12-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7339
7340         * src/ds390/main.c (PORT tininative_port): fixed bug #858416
7341         * src/SDCCglue.c (printChar, printIvalChar, emitStaticSeg),
7342         * src/SDCCast.c (createIvalCharPtr, stringToSymbol): handle strings
7343         with embedded nulls (fixed bug #753752)
7344
7345 2003-12-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7346
7347         * src/mcs51/main.c(_mcs51_genRAMCLEAR): using r0 instead of r1/r2.
7348         Apparently this did not see much testing (endless loop)
7349
7350 2003-12-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7351
7352         * src/z80/ralloc.c: set DISABLE_PACK_HL = 1 as a temporary fix to bug #855165
7353
7354 2003-12-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7355
7356         * src/SDCCdebug.c (outputDebugSymbols, outputDebugStackSymbols, dumpSymInfo):
7357         gracefully handle NULL memmap pointers
7358
7359 2003-12-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7360
7361         * src/SDCCopt.c (killDeadCode): change iCode type to DUMMY_READ_VOLATILE
7362         instead of deleting the iCode when an operand is volatile
7363         * src/z80/gen.c (genDummyRead),
7364         * src/mcs51/gen.c (genDummyRead),
7365         * src/ds390/gen.c (genDummyRead),
7366         * src/hc08/gen.c (genDummyRead): handle operands in IC_LEFT and/or IC_RIGHT,
7367         not just IC_RIGHT
7368         * src/SDCCicode.c (geniCodeCall): fixed bug #851607
7369         * src/SDCC.y: fixed bug #850420
7370
7371 2003-12-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7372
7373         Applied z80 i/o port patch from Peter Townson and fixed some operators
7374         to better handle operands in A register.
7375         * device/include/z180.h
7376         * src/SDCC.y
7377         * src/SDCCglue.c
7378         * src/z80/gen.c
7379         * src/z80/gen.h
7380         * src/z80/main.c
7381         * src/z80/peeph-z80.def
7382         * src/z80/peeph.def
7383         * src/z80/z80.h
7384
7385 2003-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7386
7387         * src/SDCCsymt.c (addSymChain, compareTypeExact): fixed bug #838241 again
7388
7389 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7390
7391         * device/lib/hc08/_mullong.c: Removed extra #endif
7392
7393 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7394
7395         * sim/ucsim/hc08.src/inst.cc,
7396         * sim/ucsim/hc08.src/hc08mac.h: fixed some problems with CC flag bits and
7397         carries from x to h
7398         * src/hc08/gen.c (aopAdrStr): fixed problem with 16 bit immediate
7399         * src/hc08/gen.c (XAccRsh): fixed problem with right shift
7400         * device/include/stdarg.h: fixed varargs for hc08
7401         * device/lib/Makefile.in,
7402         * device/lib/hc08/Makefile,
7403         * device/lib/hc08/_mulint.c,
7404         * device/lib/hc08/_mullong.c: fixed some endian problems
7405
7406 2003-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7407
7408         * sdcc/src/mcs51/gen.c (genMultOneByte): help peephole 105
7409         * sdcc/src/mcs51/peeph.def: added peephole 186.e array access in code space
7410         * device/lib/_gptrget.c,
7411         * device/lib/_gptrput.c: P2 not used any more (related to #850747, #785979)
7412
7413 2003-11-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7414
7415         * src/SDCClrange.c (findNextUseSym, rlivePoint): fixed bug #849795
7416         * src/SDCCast.c (astErrors): fixed bug #846007
7417         * src/SDCCsymt.c (checkFunction): fixed follow-up bug on bug #846007
7418
7419 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7420
7421         * src/SDCCast.c (decorateType): disabled a transformation I added in
7422         revision 1.188 (access to fields of a structure at an absolute address);
7423         it breaks with bitfields, extern declarations, and gcse analysis.
7424         * src/SDCCopt.c (isLocalWithoutDef): if ADDRESS_OF applied to a symbol, it
7425         could be assigned through a pointer, so don't complain.
7426         * src/SDCCast.c (astErrors),
7427         * src/SDCCast.h,
7428         * src/SDCCglue.c (emitRegularMap): fixed bug #847813
7429
7430 2003-11-26 Vangelis Rokas <vrokas AT otenet.gr>
7431
7432         * src/pic16/main.c (_pic16_genIVT): fixed interrupt vector table
7433         * src/pic16/main.c (_pic16_genAssemblerPreamble): re-enabled the
7434         output of __config directives, since gpasm now supports them
7435         * src/pic16/main.c (_pic16_finaliseOptions): define MCU
7436         pre-processor macro, i.e. -DMCU=p18f452
7437         * src/pic16/ralloc.c: renamed packRegisters to pic16_packRegisters,
7438         and modified to handle 'cast' icode similarly to '=' icode
7439         * src/pic16/device.h (typedef struct PIC_device): added field
7440         'extMIface' to indicate that chip has external memory interface
7441         * src/pic16/device.c: added chips 18F248, 18F258, 18F448, 18F458,
7442         18F6520, 18F6620, 18F6680, 18F6720, 18F8520, 18F8620, 18F8680,
7443         18F8720
7444
7445 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7446
7447         * src/SDCC.y (pointer): fixed bug #846006
7448         * support/Util/SDCCerr.c: made W_PTR_TYPE_INVALID message clearer
7449         * src/SDCCast.c (decorateType): fixed bug #846009
7450         * src/ds390/peeph.def,
7451         * src/ds390/gen.c (genAnd, genOr),
7452         * src/mcs51/peeph.def,
7453         * src/mcs51/gen.c (genAnd, genOr): fixed bug #846777
7454
7455 2003-11-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7456
7457         Fixed several common-sub-expression bugs (#772861, #768380, & #755323)
7458         * src/SDCCdflow.c
7459         * src/SDCCcse.c
7460         * src/SDCCcse.h
7461         * src/SDCCBBlock.h
7462         * src/SDCCBBlock.c
7463
7464 2003-11-23 Klaus Flittner <klaus_flittner AT gmx.de>
7465
7466         fixed bug #845089
7467         * src/SDCCbitv.h,
7468         * src/SDCCbitv.c: added function to free a bitvector
7469         * src/SDCClrange.h,
7470         * src/SDCClrange.c: added function to recompute the liveranges
7471         * src/avr/ralloc.c,
7472         * src/ds390/ralloc.c,
7473         * src/hc08/ralloc.c,
7474         * src/mcs51/ralloc.c,
7475         * src/pic/ralloc.c,
7476         * src/pic16/ralloc.c,
7477         * src/xa51/ralloc.c,
7478         * src/z80/ralloc.c: recompute the liveranges after register packing
7479
7480 2003-11-21 Klaus Flittner <klaus_flittner AT gmx.de>
7481
7482         * src/SDCCloop.c (newInduction): fixed bug #845630
7483
7484 2003-11-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7485
7486         * src/SDCCsymt.c (compareTypesExact): disabled debugging output
7487         inadvertantly left behind from my 2003-11-12 change
7488
7489 2003-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7490
7491         Updated headers I neglected to commit yesterday.
7492         * src/SDCClrange.h,
7493         * src/SDCCicode.h
7494
7495 2003-11-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7496
7497         * src/SDCCcse.c (algebraicOpts): fixed bug #773153
7498         * src/SDCClrange.c (rlivePoint): need to mark IC_RESULT used if POINTER_SET op
7499         * src/SDCCopt.c (eBBlockFromiCode),
7500         * src/SDCClrange.c (hashiCodeKeys, sequenceiCode, computeLiveRanges): seperated
7501         the creation of the key hash table from the sequencing so it can be used
7502         earlier (for some GCSE bug fixes still pending)
7503
7504 2003-11-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7505
7506         * src/mcs51/gen.c (genPlus): generate shortcut for adding 0xab00
7507         * support/regression/tests/addsub.c: testing genPlus shortcut
7508
7509 2003-11-15  Borut Razem <borut.razem AT siol.net>
7510
7511         * src/SDCCmain.c: fixed bug #841645: -MM command line option passed to sdcpp
7512
7513 2003-11-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7514
7515         * src/SDCCcse.c (cseBBlock): fixed bug #527779
7516         * src/SDCCcse.c (deleteGetPointers): rewrote so that the set
7517         ordering is immaterial.
7518         * src/SDCCdflow.c (mergeInExprs): fixed bug #587536
7519
7520 2003-11-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7521
7522         * src/SDCCicode.c (geniCodeAddressOf): fixed part of bug #840381
7523         * src/SDCCopt.c (replaceRegEqv, isLocalWithoutDef): fixed other part
7524         (SIGSEV) of bug #840381
7525         * src/SDCCmain.c (linkEdit, assemble): fixed bug #841606 (don't
7526         unlink new file before rename if new and old filenames are the same)
7527
7528 2003-11-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7529
7530         * src/mcs51/main.c: started fixing bug #737001 (SDCC not clearing
7531         uninitialized variables) for the mcs51. Set environment variable
7532         SDCC_GENRAMCLEAR to test.
7533         xdata initialization slightly shorter
7534
7535 2003-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7536
7537         * src/SDCCsymt.h,
7538         * src/SDCCsymt.c (addSymTypeChain, compareTypesExact): fixed bugs
7539         #838241 & 780691 (basicly the same bug)
7540         * src/SDCCBBlock.c (iCode2eBBlock): fixed bug #840148
7541         * src/SDCCBBlock.c (iCodeFromeBBlock): fixed bug #840162
7542
7543 2003-11-11 Bernhard Held <bernhard AT bernhardheld.de>
7544
7545         * src/SDCCmain.c (linkEdit): "fix" #834252
7546
7547 2003-11-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7548
7549         * src/SDCCast.c (removePostIncDecOps, removePreIncDecOps),
7550         * src/SDCCast.h,
7551         * src/SDCC.y: fixed bug #819403
7552
7553 2003-11-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7554
7555         * support/regression/fwk/lib/testfwk.c: printn is recursive and thus needs
7556         the reentrant attribute.
7557         * src/hc08/gen.c (genPackBits): added missing stack readjustment
7558         * sim/ucsim/hc08.src/inst.cc (inst_mov): fixed bugs with mov instruction
7559         simulation
7560         * src/SDCCast.c (decorateType): fixed bug with storage class not being
7561         updated during pointer dereference; f.e. ~(((char *)1)*) was being
7562         erroneously reduced to a literal.
7563         * src/hc08/ralloc.c (packRegisters, rematStr),
7564         * src/hc08/gen.c (aopForRemat): allow literals to be rematerialized in
7565         some cases
7566
7567 2003-11-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7568
7569         * src/mcs51/main.c: fixed bug #838385. Thanks to Josef Pavlik for finding and fixing
7570         * doc/sdccman.lyx: changed from 'article' to 'book'
7571         * doc/Makefile: readded test_suite_spec and cdbfileformat
7572
7573 2003-11-08 Bernhard Held <bernhard AT bernhardheld.de>
7574
7575         * device/include/stdlib.h: include malloc.h to comply with ANSI
7576         * support/regression/tests/malloc.c: include stdlib.h instead of malloc.h
7577
7578 2003-11-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7579
7580         * doc/Makefile: sdccman.pdf should build with correct references (more info in commit msg)
7581         * doc/clean.mk: also remove *.out files
7582         * doc/sdccman.lyx: some additions, larger top/bottom margins
7583
7584 2003-11-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7585
7586         * src/SDCC.y: fixed bug #837365
7587         * support/regression/tests/bitopcse.c
7588         * src/hc08/gen.c (genPointerGet): Don't assume pointer operand is
7589         a symbol (might be valop instead)
7590         * device/lib/Makefile.in: added errno.c to HC08SOURCES
7591         * device/lib/clean.mk: added hc08 to the cleaning list
7592
7593 2003-11-04  Borut Razem <borut.razem AT siol.net>
7594
7595         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h: reverted changes,
7596           made 2003-11-04
7597         * support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
7598           as/z80/aslist.c, as/z80/assym.c: removed inclusion of nonstandard malloc.h;
7599           malloc is declared in standard stdlib.h
7600
7601 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7602
7603         * device/lib/hc08/Makefile: need to clean .rel not .o files
7604         * src/hc08/gen.c (genDjnz): can't use djnz with extended addressing mode
7605
7606 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7607
7608         * src/port.h,
7609         * src/hc08/main.c,
7610         * src/mcs51/main.c,
7611         * src/ds390/main.c,
7612         * src/z80/main.c,
7613         * src/avr/main.c,
7614         * src/pic/main.c,
7615         * src/pic16/main.c,
7616         * src/xa51/main.c: added hasExtBitOp & oclsExpense functions to ports
7617         * src/SDCCicode.c: changed several IS_FARSPACE tests to isOclsExpensive
7618         tests (which uses the port's oclsExpense function)
7619         * src/SDCC.y,
7620         * src/SDCCast.c,
7621         * src/SDCCicode.c,
7622         * src/hc08/gen.c,
7623         * src/ds390/gen.c,
7624         * src/mcs51/gen.c: added support for the SWAP iCode (RFE #834167)
7625
7626 2003-11-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7627
7628         * src/SDCCcse.c (ifxOptimize),
7629         * src/SDCClabel.c (labelIfx, deleteIfx): When the condition to
7630         an IFX iCode is volatile, convert to DUMMY_READ_VOLATILE instead
7631         deleting the IFX iCode.
7632         * src/hc08/ralloc.c: reduced unneeded slocs
7633         * src/hc08/gen.c: fixed bug in asmopToBoolean
7634
7635 2003-11-04  Borut Razem <borut.razem AT siol.net>
7636
7637         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h,
7638           support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
7639           as/z80/aslist.c, as/z80/assym.c: decision to include malloc.h
7640           transferred to configure
7641
7642 2003-11-03 Bernhard Held <bernhard AT bernhardheld.de>
7643
7644         Use headers defined in the C[++] standards:
7645         * sim/ucsim/gui.src/serio.src/fileio.cc
7646         * sim/ucsim/gui.src/serio.src/frontend.cc
7647         * sim/ucsim/gui.src/serio.src/main.cc
7648         * sim/ucsim/gui.src/serio.src/posix_signal.cc
7649         * support/Util/NewAlloc.c
7650         * as/hc08/lklibr.c
7651         * as/mcs51/lklibr.c
7652         * as/z80/aslist.c
7653         * as/z80/assym.c
7654
7655 2003-11-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7656
7657         * Added MSVC projects for hc08 assembler and linker:
7658         all.dsp, config.dsp, sdcc.dsw, /as/hc08/as_hc08.dsp,
7659         /as/hc08/link_hc08.dsp
7660
7661 2003-11-03 Martin Helmling <Martin.Helmling AT octo-soft.de>
7662
7663         * debugger/mcs51/cmd.c: allows filename starting with digit(+ some debug)
7664
7665 2003-11-02 Bernhard Held <bernhard AT bernhardheld.de>
7666
7667         * src/SDCCmain.c (linkEdit): "fixed" again bug #833605
7668
7669 2003-11-01 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7670
7671         * src/mcs51/main.c: xdata initialization is 13 bytes shorter now
7672
7673 2003-10-31  Borut Razem <borut.razem AT siol.net>
7674
7675         * support/cpp2/cpplib.h,
7676           support/cpp2/cpplib.c,
7677           support/cpp2/cpplex.c,
7678           support/cpp2/cppinit.c: introduced #pragma preproc_asm [ + | - ]
7679           to switch _asm block preprocessing on / off. Default is
7680           #pragma preproc_asm +
7681
7682 2003-10-31  Borut Razem <borut.razem AT siol.net>
7683
7684         * support/cpp2/cpplex.c: Fixed _WIN32 problem with CR-CR-LF sequences
7685           when outputting comment blocks (when executed with -C option) and
7686           _asm (SDCPP specific) blocks
7687
7688 2003-10-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7689
7690         * as/hc08/lkrloc.c (relr): Fixed ihx output, fixed lastAreaIndex warning
7691
7692 2003-10-31 Klaus Flittner <klaus_flittner AT gmx.de>
7693
7694         * src/SDCCcse.c (updateSpillLocation): fixed bug #808027
7695
7696 2003-10-31 Bernhard Held <bernhard AT bernhardheld.de>
7697
7698         * src/SDCCmain.c (linkEdit): "fixed" bug #833605
7699         * src/SDCCast.c (decorateType): fixed bug #832664
7700
7701 2003-10-31  Borut Razem <borut.razem AT siol.net>
7702
7703         * support\cpp2\cpplex.c: fixed for SDCPP:
7704           comments(when executed with -C option) and _asm blocks
7705           were included even if they where in skipped #if block.
7706           Applied solution from GCC cpp 3.3.2
7707
7708 2003-10-31  Borut Razem <borut.razem AT siol.net>
7709
7710         * src/SDCC.lex: sdcc now understands both formats:
7711           '# <line_number> <file_name>' and
7712           '#line <line_number> <file_name>'
7713         * support/cpp2/cppmain.c: sdcpp now generates the standard
7714           '# <line_number> <file_name>' instead of former
7715           '#line <line_number> <file_name>'
7716
7717 2003-10-30  Borut Razem <borut.razem AT siol.net>
7718
7719         * support/cpp2/cpphash.h,
7720         * support/cpp2/cpplib.h
7721         * support/cpp2/cpplex.c,
7722         * support/cpp2/cppmain.c,
7723         * support/cpp2/cppinit.c: fixed bug #828015 - Syntax variation for _asm character constants
7724
7725 2003-10-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7726
7727         Fixed a number of problems revealed by bug #827883.
7728         * src/SDCCloop.c (loopInvariants): Spill location of the
7729         result operand should be recomputed if extracted from
7730         a loop. Also, don't extract assignments of an iTemp
7731         from a literal.
7732         * src/SDCCast.c (isConformingBody): loop reversal should
7733         not occur if the control variable is involved with a
7734         relational operator.
7735
7736 2003-10-28 Bernhard Held <bernhard AT bernhardheld.de>
7737
7738         * .version: bumped to 2.3.6 to reflect the big improvements
7739         made by Erik and Klaus. Thanks!
7740
7741 2003-10-28 Klaus Flittner <klaus_flittner AT gmx.de>
7742
7743         Replaced the livrange code.
7744         * src/SDCClrange.c: added new LR code
7745         * src/SDCCloop.c,
7746         * src/SDCCBBlock.h: removed remainig parts from old LR code
7747         * src/ds390/ralloc.c,
7748         * src/ds390/gen.c: minor fixes to make it work with new code
7749
7750 2003-10-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7751
7752         * as/hc08/asm.h,
7753         * as/hc08/lkrloc.c,
7754         * src/hc08/gen.c,
7755         * src/hc08/ralloc.c: Fix various warnings related to the hc08
7756         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): Fixed bug #829717
7757         (tweaked fix for bug #818696)
7758
7759 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7760
7761         * src/z80/ralloc.c (joinPushes): Fixed bug #828742
7762
7763 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7764
7765         * src/SDCCmain.c,
7766         * sdccconf_in.h: Fixed bug #828387 (--disable-hc08-port didn't work)
7767         * src/mcs51/gen.c (gencjneshort),
7768         * src/ds390/gen.c (gencjneshort): Made comparison with AOP_IMMD operand
7769         more efficient (per Scott Bronson's suggestion)
7770
7771 2003-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7772
7773         Extended the semantics of the critical keyword to include
7774         individual statements. See RFE #827755 and #799831
7775         * src/SDCC.y
7776         * src/SDCCicode.c
7777         * src/SDCCopt.c
7778         * src/SDCCast.c
7779         * support/Util/SDCCerr.c
7780         * support/Util/SDCCerr.h
7781         * src/mcs51/gen.c
7782         * src/ds390/gen.c
7783         * src/hc08/gen.c
7784
7785 2003-10-19  Borut Razem <borut.razem AT siol.net>
7786
7787         * src/SDCC.lex: fixed bug #825944 - defined yytext_ptr to make it compile with flex 2.5.31
7788
7789 2003-10-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7790
7791         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec, ast2iCode):
7792         Fixed bug #818696
7793         * src/SDCCast.c (ast_print): Fixed --dumptree so that preincrement
7794         and predecrement operand is displayed
7795
7796 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
7797
7798         * src/SDCCval.c (valMinus): fixed bug #826041
7799
7800 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7801
7802         Some hc08 related updates that I missed earlier
7803         * sim/ucsim/stypes.h
7804         * support/regression/ports/hc08/spec.mk
7805
7806 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7807
7808         New target "hc08" for the Motorola 68hc08 family of micros
7809
7810         * configure
7811         * configure.in
7812         * Makefile
7813         * src/hc08/*
7814         * src/SDCCmain.c
7815         * src/port.h
7816         * sim/ucsim/hc08.src/*
7817         * sim/ucsim/configure.in
7818         * src/ucsim/configure
7819         * sim/ucsim/packages_in.mk
7820         * as/hc08/*
7821         * as/Makefile
7822         * device/include/mc68hc908qy.h
7823         * device/lib/hc08/*
7824         * device/lib/Makefile.in
7825         * support/regression/ports/hc08/*
7826         * support/regression/Makefile
7827
7828 2003-10-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7829
7830         * src/z80/gen.c: fixed bug revealed by ast_constant_folding.c
7831         regression test
7832         * src/ds390/gen.c (genCast): fixed bug #821957
7833
7834 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
7835
7836         * device/lib/logf.c: "fixed" overlay bug
7837         * support/regression/ports/host/spec.mk: added m library
7838         * support/regression/ports/mcs51-stack-auto/spec.mk: added float funcs
7839         * support/regression/tests/float_trans: added (for Eric)
7840
7841 2003-10-12 Bernhard Held <bernhard AT bernhardheld.de>
7842
7843         * src/mcs51/gen.c (genCpl): fixed bug
7844         http://sf.net/mailarchive/message.php?msg_id=6263915
7845
7846 2003-10-10 Bernhard Held <bernhard AT bernhardheld.de>
7847
7848         * src/SDCCast.c (decorateType): added extended constant folding
7849         * src/SDCCsymt.c (computeType): cleanup
7850         * src/SDCCval.c (valShift): minor optimization
7851         * support/regression/tests/ast_constant_folding.c: added
7852
7853 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7854
7855         * src/SDCCmain.c: removed some unintended changes
7856
7857 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7858
7859         * src/SDCCmain.c (setParseWithComma): fixed bug #816685
7860         * src/z80/gen.c: fixed part of bug #817589
7861         * src/SDCCsymt.c (checkFunction): fixed bug #817895
7862
7863 2003-10-08 Bernhard Held <bernhard AT bernhardheld.de>
7864
7865         Replaced cast (void **) with (void *) to avoid gcc 3 warning:
7866         * src/SDCCcflow.c
7867         * src/SDCCcse.c
7868         * src/SDCCdflow.c
7869         * src/SDCClabel.c
7870         * src/SDCClrange.c
7871         * src/SDCCmem.c
7872         * src/SDCCopt.c
7873         * src/SDCCpeeph.c
7874         * src/SDCCset.c
7875         * src/avr/ralloc.c
7876         * src/ds390/ralloc.c
7877         * src/izt/ralloc.c
7878         * src/mcs51/ralloc.c
7879         * src/pic/ralloc.c
7880         * src/pic16/ralloc.c
7881         * src/xa51/ralloc.c
7882         * src/z80/ralloc.c
7883         * src/z80/gen.c: removed unused label "release:"
7884
7885 2003-10-06  Borut Razem <borut.razem AT siol.net>
7886
7887         * src/SDCC.lex: removed definition of unused variables
7888           save_optimize and save_options
7889
7890 2003-10-06 Bernhard Held <bernhard AT bernhardheld.de>
7891
7892         * clean.mk: removed '=' in "-maxdepth=1"
7893         * src/SDCCloop.c: replace LRKLAUS with SDCC_LRKLAUS
7894         * src/SDCClrange.c: replace LRKLAUS with SDCC_LRKLAUS
7895
7896 2003-10-06  Borut Razem <borut.razem AT siol.net>
7897
7898         * src/SDCC.lex, src/SDCC.lex: use dbuf for "_asm" definitions;
7899           my_unput() replaced by unput()
7900
7901 2003-10-05 Bernhard Held <bernhard AT bernhardheld.de>
7902
7903         * src/SDCCloop.c (assignmentsToSym, loopInduction): cast argument of
7904         setToNull() to (void *) to avoid gcc3.x's warning: "dereferencing
7905         type-punned pointer will break strict-aliasing rules"
7906         Old LR behaviour is again default; Klaus' LR can be choosen by
7907         defining the environment variable LRKLAUS
7908         * src/SDCCBBlock.h
7909         * src/SDCCloop.c
7910         * src/SDCClrange.c
7911         * src/ds390/ralloc.c (spillThis): applied Klaus' patch
7912         * clean.mk: fixed removal of files in bin/CVS/
7913         * device/lib/clean.mk: fixed removal of directories small and large
7914         * support/Util/SDCCerr.c: changed W_INT_OVL to ERROR_LEVEL_PEDANTIC
7915         * src/SDCCicode.c,
7916         * src/SDCCval.c: removed superflous test for pedantic
7917
7918 2003-10-05  Borut Razem <borut.razem AT siol.net>
7919
7920         * src/SDCC.lex, support/Util/SDCCerr.c, sdcc/support/Util/SDCCerr.h:
7921           Fixed bug #816692: introduced new ERROR_LEVEL_PEDANTIC warning
7922           message "unmatched #pragma SAVE and #pragma RESTORE"
7923
7924 2003-10-04  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7925
7926         * doc/sdccman.lyx: various additions and updates (interrupts, inline
7927           assembly, critical functions, atomic, nojtbound)
7928
7929 2003-10-04 Bernhard Held <bernhard AT bernhardheld.de>
7930
7931         Applied liferange patch from Klaus Flittner <klaus_flittner AT gmx.de>
7932         * src/SDCCBBlock.h
7933         * src/SDCCloop.c
7934         * src/SDCCloop.h
7935         * src/SDCClrange.c
7936
7937 2003-10-03  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7938
7939         * src/z80/gen.h,
7940         * src/z80/gen.c (aopOp, aopGet, aopPut, genDummyRead),
7941         * src/mcs51/gen.h
7942         * src/mcs51/gen.c (aopOp, aopGet, aopPut, genDummyRead),
7943         * src/ds390/gen.h
7944         * src/ds390/gen.c (aopOp, aopGet, aopPut, genDummyRead),
7945         * src/SDCCicode.c (ast2iCode, geniCodeDummyRead): Fixed bug #663539
7946         * src/SDCCopt.c (killDeadCode): Fixed bugs #663539 & #816705
7947
7948 2003-10-02  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7949
7950         * src/z80/gen.c (genRet): fixed bug #524753
7951         * src/z80/gen.c (genCast): fixed internal error on cast from
7952         pointer to long
7953         * src/z80/gen.c (_saveRegsForCall, emitCall): adapted Johan's
7954         fix for bug #477835 to the z80
7955         * src/z80/gen.c (genZ80code, _vemit2, _emit2): added support
7956         for tracking iCodes in the peephole optimizer for z80
7957
7958 2003-10-01  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7959
7960         * src/SDCCicode.c (geniCodeJumpTable, geniCodeSwitch): fixed
7961         the other part of bug #814548
7962         * src/SDCCpeeph.c (labelInRange): fixed bug #814558
7963
7964 2003-09-30  Bernhard Held <bernhard AT bernhardheld.de>
7965
7966         * src/SDCCcse.c: fixed part of bug #814548
7967
7968 2003-09-28  Borut Razem <borut.razem AT siol.net>
7969
7970         * src/asm.c: rewrite of printILine() to use temporary file instead
7971           a pipe
7972         * src/xa51/main.c: commented out declaration of int rewinds
7973
7974 2003-09-27  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7975
7976         * src/SDCCicode.c (geniCodeJumpTable): Fixed bug #813206
7977
7978 2003-09-26  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7979
7980         * src/SDCCdflow.c (computeDataFlow): Fixed bug #810746
7981         * src/asm.c (printILine): Fixed bug #811015
7982
7983 2003-09-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7984
7985         *link/z80/lklibr.c, as/mcs51/lklibr.c: Improved memory allocation and
7986         freeing.
7987
7988 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7989
7990         * src/z80/gen.c (setupToPreserveCarry): Fixed bug #796955
7991         * src/z80/gen.c (setupPair, genMovePairPair): Fixed setupPair
7992         to correctly handle general case of AOP_PAIRPTR
7993         * src/z80/gen.c (aopGet, aopPut): Generalized AOP_PAIRPTR handling
7994
7995 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7996
7997         * src/mcs51/ralloc.c (fillGaps),
7998         * src/ds390/ralloc.c (fillGaps): fixed bug #810093 (yet another
7999         register positioning bug)
8000
8001 2003-09-21  Bernhard Held <bernhard AT bernhardheld.de>
8002
8003         * device/lib/_fsdiv.c: replaced (1<<31) by (1ul<<31)
8004
8005 2003-09-19  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8006
8007         * src/mcs51/gen.c (loadDptrFromOperand, genFarPointerGet,
8008         genCodePointerGet, genGenPointerGet, genFarPointerSet,
8009         genGenPointerSet): handle AOP_DPTR correctly when loading dptr
8010         (ralloc doesn't intentionally do this now, but perhaps later)
8011         * src/mcs51/ralloc.c (serialRegAssign, fillGaps),
8012         * src/ds390/ralloc.c (serialRegAssign, fillGaps): fixed some
8013         register positioning bugs (Fixed bug #762602 and #795325)
8014         * src/SDCCicode.c (geniCodeDerefPtr): Track output class correctly
8015         (Fixed bug #808779)
8016         * src/z80/gen.c: increased _vemit2's buffer[] to handle long
8017         lines that --i-code-in-asm generates
8018
8019 2003-09-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8020
8021         *link/z80/lklibr.c, as/mcs51/lklibr.c: Fixed Linux segfaults when
8022         trying to fclose a FILE* that was already closed.
8023
8024 2003-09-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8025
8026         * src/SDCCsymt.c (structElemType): fixed bug #808291 (members
8027         of const struct should be treated as if const themselves)
8028
8029 2003-09-18  Bernhard Held <bernhard AT bernhardheld.de>
8030
8031         * src/SDCCval.c (valPlus, valMinus): fixed bug #808337
8032
8033 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8034
8035         * support/librarian/sdcclib.c: Generate correct offsets for libraries with
8036         Unix (/n) and DOS (/r/n) line terminations.
8037
8038 2003-09-17  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8039
8040         * src/SDCCopt.c (cnvFromFloatCast, cnvToFloatCast): fixed
8041         bug #613775
8042
8043 2003-09-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8044
8045         * src/mcs51/gen.c (genFunction, genEndFunction),
8046         * src/ds390/gen.c (genFunction, genEndFunction): Moved save
8047         and restore of EA so that stack offsets to parameters are
8048         correct when using both critical and reentrant/stack-auto.
8049         * src/z80/gen.c (aopOp): removed erroneous assertion about sloc
8050         size (can be triggered in error if sloc is shared between
8051         different sized objects)
8052         * device/include/float.h: fixed macros to explicitly use
8053         unsigned long where needed
8054
8055 2003-09-15  Bernhard Held <bernhard AT bernhardheld.de>
8056
8057         Feature req. 799831: added code to allow nesting of critical functions
8058         * src/mcs51/gen.c (genFunction, genEndFunction)
8059         * src/ds390/gen.c (genFunction, genEndFunction)
8060
8061 2003-09-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8062
8063         * src/SDCCsymt.c (sclsFromPtr),
8064         * src/SDCCsymt.h,
8065         * src/SDCCast.c (decorateType): fixed bug #462971. Also, better
8066         support for standard C idiom of memory mapped variables; for
8067         example, *((xdata int*)0x1234) = 1 is now internally equivalent
8068         to xdata int at 0x1234 tempvar = 1.
8069         * sim/ucsim/z80.src/inst_xd.cc: fixed bug #805483 with patch
8070         provided by Akiya ISHIDA
8071
8072 2003-09-13  Bernhard Held <bernhard AT bernhardheld.de>
8073
8074         * src/SDCCval.c (cheapestVal): reenabled to reduce int to char
8075         * src/SDCCval.c (constVal): added reduction from int to char
8076         * src/SDCCval.c (valMult, valDiv): fixed sign handling
8077         * src/SDCCval.c (valShift): fixed after change of cheapestVal()
8078         * src/SDCCval.c (valCompare): fixed EQ_OP and NE_OP; they have
8079         to ignore the sign
8080         * support/regression/tests/shifts.c: fixed
8081
8082 2003-09-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8083
8084         * src/z80/gen.c (genXor): Fixed bug #805445
8085
8086 2003-09-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8087
8088         Fixed bug #621531 (const & volatile confusion in the type chain).
8089         DCL_PTR_CONST, DCL_PTR_VOLATILE, & IS_PTR_CONST now exclusively
8090         refer to the const or volatile state of the pointer itself.
8091
8092         * src/SDCCast.c
8093         * src/SDCCglue.c
8094         * src/SDCCicode.c
8095         * src/SDCCsymt.c
8096         * src/SDCCval.c
8097         * src/SDCC.y
8098         * src/SDCCsymt.h
8099         * src/pic/gen.c
8100         * src/pic/ralloc.c
8101         * src/pic16/gen.c
8102         * src/pic16/ralloc.c
8103         * support/regression/tests/const.c
8104
8105 2003-09-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8106
8107         When checking for duplicated modules, use absolute paths
8108         instead of relative paths.  Files changed:
8109
8110         * as/mcs51/lklib.c
8111         * link/z80/lklib.c
8112
8113 2003-09-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8114
8115         * src/SDCCicode.c (geniCodeLogic): fixed bug #797572
8116
8117 2003-09-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8118
8119         * device/include/string.h: added size_t typedef, changed
8120         prototypes to use size_t, eliminated separate reentrant and
8121         non-reentrant declarations, added _memmove declaration
8122         * device/lib/_memcpy.c: changed to use size_t instead of int,
8123         changed /4 to >>2 to avoid division library call
8124         * device/lib/_memcmp.c,
8125         * device/lib/_memset.c,
8126         * device/lib/_strncat.c,
8127         * device/lib/_strncpy.c,
8128         * device/lib/_strncmp.c: changed to use size_t instead of int
8129         * device/lib/_memmove.c: new file (fixed bug #772294)
8130         * device/lib/Makefile.in: added _memmove.c
8131         * device/lib/z80/asm_strings.s: fixed bug #772290
8132         * support/regression/tests/bitfields.c: attempt to fix host assertion
8133         failure on amd64-unknown-linux2.2
8134
8135 2003-09-06  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8136
8137         * src/z80/gen.c (aopPut, spillPairReg): fixed bug #800998
8138         * src/z80/gen.c (genFunction, genEndFunction): fixed "bug" #774700
8139         * as/z80/asmain.c (main): fixed bug #801766
8140
8141 2003-09-06  Bernhard Held <bernhard AT bernhardheld.de>
8142
8143         * src/SDCCicode.c (ast2iCode): fixed differences in iCode with different
8144         compilers
8145
8146 2003-09-05  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8147
8148         * src/SDCCast.c (isConformingBody): fixed loop reversal bug
8149         reported in bug #800609
8150
8151 2003-09-04  Vangelis Rokas <vrokas AT otenet.gr>
8152
8153         * Top header beautifications in src/pic16 directory:
8154           device.c, device.h, gen.c, gen.h, genarith.c, glue.c, pcode.c,
8155           pcodeflow.c, pcodeflow.h, pcode.h, pcodepeep.c, pcoderegs.c,
8156           pcoderegs.h, ralloc.c, ralloc.h
8157         * main.c: added top header and GPL license notice
8158         * pcode.c: fixed the if-conditional warning
8159
8160 2003-09-04  Bernhard Held <bernhard AT bernhardheld.de>
8161
8162         * device/lib/_mullong.c: replaced int by short for gcc
8163
8164 2003-08-31  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8165
8166         * src/SDCCpeeph.c (notVolatile, notVolatileVariable): handle IFX
8167         and JUMPTABLE iCodes properly now (worked by accident before)
8168         * src/mcs51/gen.c (leftRightUseAcc),
8169         * src/ds390/gen.c (leftRightUseAcc): handle IFX and JUMPTABLE
8170         iCode properly now. Use getSize instead of nRegs since a & b
8171         aren't part of the nRegs tally.
8172
8173 2003-08-31  Vangelis Rokas <vrokas AT otenet.gr>
8174
8175         * src/pic16/main.c: corrected offsets of interrupt vectors in _pic16_genIVT()
8176         * src/pic16/pcode.c: fix to disable inserting BANKSEL directive
8177           before instructions that use the _STATUS register
8178
8179 2003-08-31  Bernhard Held <bernhard AT bernhardheld.de>
8180
8181         * src/mcs51/gen.c (freeAsmop): fixed off by one in stack offset (AOP_STK)
8182         * src/mcs51/gen.c (genNearPointerSet): added missing opcode for
8183         fetching of the pointer
8184         * src/mcs51/gen.c (genNearPointerGet): added reuse of PREG,
8185         copied from genNearPointerSet()
8186         * src/mcs51/gen.c (genNearPointerGet): don't pop r0/r1, if RESULTONSTACK
8187         * src/mcs51/gen.c: changed order of freeAsmop(left/right/result)-calls.
8188         If they pop r0/r1 they must be called in the opposite order than aopOp().
8189         * device/lib/_mullong.c: fixed for "--model-large --int-long-reent"
8190         (resp. --stack-auto), prepared for --xstack
8191
8192 2003-08-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8193
8194         * doc/sdccman.lyx: reverted tables to those in cvs 1.64
8195
8196 2003-08-28  Bernhard Held <bernhard AT bernhardheld.de>
8197
8198         * device/lib/_startup.c: quick & dirty fix for ds390/ds400;
8199         these ports have their own __sdcc_external_start()
8200
8201 2003-08-26  Bernhard Held <bernhard AT bernhardheld.de>
8202
8203         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
8204         * src/pic/glue.c (pic14printPublics): fixed bug introduced when symbol
8205         type for bits was changed. It resulted in bit variables becoming
8206         global, which is not permitted in PIC 14 assembly output.
8207
8208 2003-08-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8209
8210         * doc/sdccman.lyx: various additions and updates. Rearranged sections
8211
8212 2003-08-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8213
8214         Z80 and MCS51 linkers complaint if a public symbol is defined
8215         in more than one library module:
8216
8217         * as/mcs51/lklib.c
8218         * link/z80/lklib.c
8219         * as/mcs51/Makefile.in
8220
8221 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8222
8223         A few small changes that speed up the peephole optimizer.
8224
8225         * src/SDCCpeeph.c
8226
8227 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8228
8229         Try to make the peephole optimizer smarter by maintaining
8230         an association between the assembly source code and the
8231         iCodes that originated them. Put this information to use
8232         with a new peephole rule condition "notVolatile" so that
8233         the rules can be aggressive yet still safe.
8234
8235         * src/SDCCpeeph.c
8236         * src/SDCCpeeph.h
8237         * src/mcs51/gen.c
8238         * src/mcs51/peeph.def
8239
8240 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8241
8242         Fixed bug #741761
8243
8244         * src/mcs51/gen.c (aopForSym, leftRightUseAcc),
8245         * src/ds390/gen.c (aopForSym, leftRightUseAcc): preserve A and B
8246         if the left or right operand symbols have the accuse flag set.
8247
8248 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8249
8250         Changed the type of the result of the ! (NOT) operator to char;
8251         previously it returned the same type as the source. This allows
8252         us to eliminate all the genFloatNot functions (all of its target
8253         implementations were very buggy) since !float can use the same
8254         code as !long now.
8255
8256         * src/SDCCicode.c (ast2iCode): ! returns char
8257         * src/mcs51/gen.c (genNot, genNotFloat),
8258         * src/ds390/gen.c (genNot, genNotFloat),
8259         * src/z80/gen.c (genNot, genNotFloat),
8260         * src/pic/gen.c (genNot, genNotFloat),
8261         * src/pic16/gen.c (genNot, genNotFloat): eliminated genNotFloat
8262
8263 2003-08-19  Bernhard Held <bernhard AT bernhardheld.de>
8264
8265         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
8266         1. Interrupt would not compile properly. Ensure PCLATH register is saved
8267            during interrupts. Ensure WSAVE is located at a shared bank address.
8268         2. Fixed page selection in some places
8269         3. Fixed BTFSS/C to where necessary use registers directly and not simply
8270            the registers name strings.
8271         4. Fixed "signed / unsigned compare" compiler warnings.
8272         5. The PIC port manages its own allocation of the general purpose
8273            registers, but makes no attempt to reuse them. As a result when
8274            compiling it soon runs out of general purpose registers. Some
8275            additional code was added to the files pcode.c and device.c to walk
8276            through the function call tree and rename the registers so that they
8277            get reused.
8278
8279         * src/pic/device.c
8280         * src/pic/gen.c
8281         * src/pic/glue.c
8282         * src/pic/pcode.c
8283         * src/pic/pcode.h
8284         * src/pic/ralloc.c
8285         * src/pic/ralloc.h
8286         * src/pic/genarith.c: Fixed problems with PIC 14 port in functions
8287         genPlus() & genMinus() when the result is the same as left or right
8288
8289 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8290
8291         * src/z80/gen.c (isUnsplitable, fetchPairLong): fixed bug #770454
8292
8293 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8294
8295         Made bitfield a distinct type from bit so that bitfields
8296         convert as per ANSI C and bits retain their traditional
8297         boolean style behaviour. Implemented bitfield support in
8298         the z80 port.
8299
8300         * src/SDCCsymt.h,
8301         * src/SDCCsymt.c,
8302         * src/SDCCast.c,
8303         * src/cdbFile.c,
8304         * src/mcs51/gen.c,
8305         * src/ds390/gen.c: bit v bitfield split
8306         * src/z80/gen.c: New support for bitfields
8307         * support/regression/tests/bitfields.c: reenabled z80,
8308         added more tests
8309
8310 2003-08-17  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8311
8312         Rules 246.x, 247.x relate to bitfields, the others speed up
8313         access to xdata mapped I/O devices.
8314
8315         * src/mcs51/peeph.def: added 26 peepholes 246.x - 248.x, 180.x
8316
8317 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8318
8319         Cleaned up genPackBits and genUnpackBits and added two helper
8320         functions, emitPtrByteGet & emitPtrByteSet. Added optimizations
8321         for literal assignments in genPackBits (thanks to Frieder for
8322         reminding me).
8323
8324         * src/mcs51/gen.c
8325         * src/ds390/gen.c
8326
8327 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8328
8329         Fixed bug #748310 (pointer to function type mishandled when the
8330         function name is omitted). Also fixed a SIGSEGV when a function
8331         attribute (reentrant, etc) is used on a non-function or on a
8332         function but misplaced before the parameter list.
8333
8334         * src/SDCC.y (abstract_declarator, abstract_declaractor2): fixed
8335         bug #748310
8336         * src/SDCC.y (declarator2_function_attributes): avoided SIGSEGV
8337         * support/Util/SDCCerr.h,
8338         * support/Util/SDCCerr.c: Added func attr misuse error msg
8339
8340 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
8341
8342         Fixed bug #787649 by anonymous
8343         * src/SDCCglue.c (emitRegularMap): added emission of sloc for func ptr
8344         * src/ds390/gen.c (aopForSym): fixed func ptr in sloc
8345
8346 2003-08-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8347
8348         Fixed numerous bitfield problems.
8349
8350         * src/SDCC.y: More bitfield related error checking
8351         * src/SDCCsymt.h,
8352         * src/SDCCsymt.c (compStructSize): fixed bitfield offset calc
8353         * support/Util/SDCCerr.h,
8354         * support/Util/SDCCerr.c: Added & edited some bitfield err msgs
8355         * src/mcs51/gen.c (genPackBits, genUnpackBits): fixed mask bugs
8356         * src/ds390/gen.c (genPackBits, genUnpackBits): fixed mask bugs
8357         * support/regression/tests/bitfields.c: tests added
8358
8359 2003-08-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8360
8361         Made the constant following the "interrupt" keyword optional. If
8362         omitted, the function will not automatically be given an entry
8363         in the interrupt vector table (similar to #pragma NOIV, but
8364         less syntacticly kludgy). The interrupt number is also now
8365         range checked. Also fixed a bug in the high order bit example
8366         in the manual.
8367
8368         * src/SDCC.y
8369         * src/SDCCmem.c
8370         * src/SDCCglue.c
8371         * src/SDCCsymt.h
8372         * support/Util/SDCCerr.c
8373         * support/Util/SDCCerr.h
8374         * doc/sdccman.lyx
8375
8376 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
8377
8378         * src/SDCCcse.c (algebraicOpts): fix bug converting op from value to type
8379         * src/SDCCicode.c (operandOperation): rewritten some ops
8380         (*, ==, unary_minus) to fix possible overflows and to accord with ANSI
8381         * src/SDCCsymt.c (computeType): literals are handled the same way as any
8382         other type
8383         * src/SDCCval.c (cheapestVal): removed, it doesn't accord with ANSI (can
8384         be re-activated by defining REDUCE_LITERALS)
8385         * src/SDCCval.c (constVal): fixed; hex and octal constants can be
8386         unsigned, but are signed by default
8387         * src/SDCCval.c (constVal): rearranged
8388         * src/SDCCval.c (valMod): preliminary fix
8389         * src/SDCCval.c (valCastLiteral): use TYPE_* types
8390         * support/regression/literalop.c: added, work in progress
8391
8392 2003-08-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8393
8394         Generate warnings for useless declarations like "char data;"
8395         that don't do what new users expect.
8396
8397         * src/SDCC.y
8398         * support/Util/SDCCerr.h
8399         * support/Util/SDCCerr.c
8400
8401 2003-08-09  Bernhard Held <bernhard AT bernhardheld.de>
8402
8403         * src/SDCCval.c (valMult): fix overflow detection of negative int
8404
8405 2003-08-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8406
8407         * src/z80/ralloc.c (joinPushes): made compatible with new signedness
8408
8409         Changes to support big endian targets:
8410
8411         * src/ports.h
8412         * src/SDCCglue.c
8413         * src/avr/main.c
8414         * src/ds390/main.c
8415         * src/izt/i186.c
8416         * src/mcs51/main.c
8417         * src/pic/main.c
8418         * src/pic16/main.c
8419         * src/xa51/main.c
8420         * src/z80/main.c
8421
8422 2003-08-06  Bernhard Held <bernhard AT bernhardheld.de>
8423
8424         * src/SDCCval.c (cheapestVal): changed behaviour to the same as constVal()
8425         * device/lib/time.c: fixed warning "integer overflow in expression"
8426
8427 2003-08-05  Bernhard Held <bernhard AT bernhardheld.de>
8428
8429         * src/SDCCval.c (cheapestVal, valueFromLit): use TYPE_* types
8430         * src/SDCCval.c (constVal): changed default to signed; hex and octal
8431         constants are unsigned; added recognition of "u" flag for unsigned
8432         * src/SDCCval.c (valMult): fixed signdness, added warning for overflow
8433         * src/SDCCval.c (valDiv, valMod): fixed signdness
8434         * src/SDCCicode.c (operandOperation): fixed critical typo; fixed
8435         signedness of modulo, left and right shift
8436         * support/Util/SDCCerr.c: added warning "integer overflow in expression"
8437         * support/Util/SDCCerr.h: added warning W_INT_OVL
8438         * src/SDCCast.c (decorateType): fixed gcc3.3 warning
8439         * src/SDCCast.c (ast_print): improved output of constants
8440
8441 2003-08-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8442
8443         Fixed some warnings when building with MSVC:
8444
8445         * as\mcs51\asdata.c
8446         * as\z80\asdata.c
8447         * as\mcs51\asm.h
8448         * as\z80\asm.h
8449         * link\z80\aslink.h
8450         * link\z80\lkdata.c
8451         * link\z80\lkeval.c
8452         * link\z80\lkgb.c
8453         * link\z80\lkihx.c
8454         * link\z80\lks19.c
8455         * link\z80\lksym.c
8456         * support\cpp2\cpplib.c
8457         * src\ds390\gen.c
8458         * src\mcs51\gen.c
8459
8460 2003-08-03  Bernhard Held <bernhard AT bernhardheld.de>
8461
8462         * src/SDCCast.c (constExprTree): fix bug #781827 by Carl Worth <cworth AT isi.edu>
8463
8464 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8465
8466         * support\librarian\clean.mk: Do not remove Makefile.
8467         * support\librarian\Makefile: added.
8468
8469 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8470
8471         Added librarian to MSVC build:
8472         * all.dsp
8473         * sdcc.dsw
8474         * support\librarian\librarian.dsp
8475
8476         'configure' not needed for librarian, removed:
8477         * support\librarian\configure
8478         * support\librarian\configure.in
8479         * support\librarian\config_in.h
8480         * support\librarian\Makefile.in
8481
8482         Hopefully these ones built the librarian and the rest of sdcc properly:
8483         * Makefile
8484         * Makefile.common.in
8485
8486         Messed up 'configure', so revert to previous version:
8487         * configure
8488         * configure.in
8489
8490 2003-07-31  Bernhard Held <bernhard AT bernhardheld.de>
8491
8492         * src/SDCCicode.c (operandOperation): 3. fix, this time for Alpha; ULONG has 64 bits
8493         there, while the mantissa of a double is "only" 53 bits wide.
8494
8495 2003-07-31  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8496
8497         Adding sdcclib to the build.  MSVC project coming soon.
8498         Files added/changed:
8499
8500         * support\librarian\clean.mk
8501         * support\librarian\configure
8502         * support\librarian\configure.in
8503         * support\librarian\config_in.h
8504         * support\librarian\Makefile.bcc
8505         * support\librarian\Makefile.in
8506         * support\librarian\sdcclib.c
8507         * Makefile.bcc
8508         * Makefile
8509         * Makefile.common.in
8510         * configure
8511         * configure.in
8512
8513 2003-07-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8514
8515         Linker now complaints if linked modules have conflicting options, for
8516         example, one compiled using --model-large and another one compiled with
8517         --model-small.  The following files were modified:
8518
8519         * as\mcs51\asdata.c
8520         * as\mcs51\aslink.h
8521         * as\mcs51\asm.h
8522         * as\mcs51\asmain.c
8523         * as\mcs51\asout.c
8524         * as\mcs51\i51pst.c
8525         * as\mcs51\lkdata.c
8526         * as\mcs51\lklibr.c
8527         * as\mcs51\lkmain.c
8528         * as\z80\asdata.c
8529         * as\z80\asm.h
8530         * as\z80\asmain.c
8531         * as\z80\asout.c
8532         * as\z80\z80pst.c
8533         * link\z80\aslink.h
8534         * link\z80\lkdata.c
8535         * link\z80\lklibr.c
8536         * link\z80\lkmain.c
8537         * src\SDCCglue.c
8538
8539 2003-07-28  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8540
8541         *link/z80/aslink.h, link/z80/lklibr.c, as/mcs51/aslink.h,
8542         as/mcs51/lklibr.c: Generate a warning when a library is not found.
8543
8544 2003-07-28  Bernhard Held <bernhard AT bernhardheld.de>
8545
8546         * src/z80/mappings.i: fix _mul[us][int,long] entries
8547
8548 2003-07-26  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8549
8550         *src/SDCCmain.c: do not search for crt0.o when using --nostdlib
8551
8552 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
8553
8554         * src/SDCCicode.c (operandOperation): really fixed problem with bitops
8555         * support/regression/tests/bitopcse.c: added
8556         fixed warning:
8557         * src/avr/gen.c:
8558         * src/pic/gen.c:
8559         * src/pic16/gen.c:
8560         * src/z80/gen.c:
8561         * src/xa51/gen.c:
8562
8563 2003-07-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8564
8565         added support for new library format to z80, gbz80 linkers:
8566         *link/z80/aslink.h
8567         *link/z80/lklex.c
8568         *link/z80/lklib.c
8569         *link/z80/lklist.c
8570
8571 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
8572
8573         * src/SDCCicode.c (operandOperation): fixed problem with bitops and 0xffffffff;
8574         after {double d = 0xffffffff; long l = d;} l will be 0x80000000 (LONG_MIN)
8575
8576 2003-07-23  Bernhard Held <bernhard AT bernhardheld.de>
8577
8578         added DUMMY_READ_VOLATILE:
8579         * src/SDCC.y:
8580         * src/avr/gen.c:
8581         * src/xa51/gen.c:
8582         * src/z80/gen.c:
8583         * src/pic/gen.c:
8584         * src/pic16/gen.c:
8585         * src/mcs51/gen.c:
8586         * src/ds390/gen.c:
8587         * src/SDCCcse.c (algebraicOpts): many improvements
8588         * src/SDCCcse.h: removed algebraicOpts()
8589         * src/SDCCicode.c (picDummyRead): added
8590
8591 2003-07-23  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8592
8593         * as/mcs51/lkmem.c: Changed message "Insufficient DRAM memory" to
8594         "Insufficient space in data memory".
8595
8596 2003-07-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8597
8598         * src/mcs51/gen.c: fixed bug #771358
8599         * src/z80/gen.c: fixed bug #759087
8600
8601 2003-07-20  Bernhard Held <bernhard AT bernhardheld.de>
8602
8603         * src/pic16/glue.c: minor cleanup by Vangelis
8604
8605 2003-07-19  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8606
8607         * device/include/regc515c.h: fixed #758477
8608         * device/lib/_gptrget.c: saving some cycles in generic pointer get
8609         * device/lib/_gptrput.c: saved a few bytes
8610         * my tab spacing is 8, yours too?)
8611         * device/lib/_ser.c: process RX bytes earlier than TX bytes
8612         * device/lib/serial.c: process RX bytes earlier than TX bytes
8613         * src/mcs51/gen.c(genGenPointerGet/Set): removed writing of type after postincrement
8614
8615 2003-07-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8616
8617         * src/z80/gen.c: fixed some right shift bugs (#772726 among them)
8618
8619 2003-07-17  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8620
8621     * link/z80/lklibr.c: fixed bug when there is a '.' in a library path.
8622
8623 2003-07-17  Bernhard Held <bernhard AT bernhardheld.de>
8624
8625         * device/lib/Makefile.in: bad fix, reverted to 1.43
8626
8627 2003-07-16  Bernhard Held <bernhard AT bernhardheld.de>
8628
8629         * device/lib/Makefile.in: added missing z80 object files
8630
8631 2003-07-14  Bernhard Held <bernhard AT bernhardheld.de>
8632
8633         * src/SDCCcse.c (algebraicOpts): CSE fun with &|^ and 0x00/0xff literals
8634         pic16 progress by Vangelis:
8635         * src/SDCCglobl.h:
8636         * src/SDCCmain.c:
8637         * src/pic/Makefile:
8638         * src/pic:
8639         * pic/Makefile:
8640         * pic16/device.c:
8641         * pic16/device.h:
8642         * pic16/gen.c:
8643         * pic16/gen.h:
8644         * pic16/genarith.c:
8645         * pic16/glue.c:
8646         * pic16/main.c:
8647         * pic16/pcode.c:
8648         * pic16/pcode.h:
8649         * pic16/pcodepeep.c:
8650         * pic16/peeph.def:
8651
8652 2003-07-13  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8653
8654     * src/SDCCmain.c, src/SDCCglobl.h: added option --no-std-crt0
8655
8656 2003-07-12  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8657
8658     * sdcc.dsw, all.dsp, link/z80/linkgbz80.dsp, as/z80/as-gbz80.dsp:
8659     added gbz80 build to MSVC project.
8660     * src/SDCCmain.c, src/SDCCglue.c, src/z80/main.c, src/z80/z80.dsp,
8661     link/z80/aslink.h, linkz80.dsp: cleaned up z80 and gbz80 asm files
8662     from 8051 stuff and setup so it links using a .lnk file.
8663
8664 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8665
8666     * support/librarian/sdcclib.c: sdcc librarian.
8667     * as/mcs51/aslink.h, as/mcs51/lklib.c: Support for libraries created
8668     with sdcclib.
8669
8670 2003-07-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8671
8672     * as/mcs51/lkmain.c: properly handle extensions in function afile.
8673
8674 2003-07-02  Borut Razem <borut.razem AT siol.net>
8675
8676         * src/port.h, src/SDCCmain.c, src/pic/glue.h, src/pic/main.c,
8677         src/pic16/glue.h, sdcc/src/pic16/main.c, src/izt/i186.c,
8678         src/izt/tlcs900h.c, src/avr/main.c, src/ds390/main.c, src/mcs51/main.c,
8679         src/xa51/main.c, src/z80/main.c:
8680         virtualization of glue() function: each port has it's own glue function,
8681         which is accessed by do_glue function pointer in PORT.general structure
8682
8683 2003-07-01 Kevin Vigor <kevin AT vigor.nu>
8684
8685         * DS800C400 fun, improved ROM interface and tinibios.
8686
8687 2003-06-27 Kevin Vigor <kevin AT vigor.nu>
8688
8689         * More support for DS80C400. Now includes beginning of interface to ROM.
8690
8691 2003-06-25  Bernhard Held <bernhard AT bernhardheld.de>
8692
8693         * src/mcs51/gen.c (gencjneshort): fixed bug #760345
8694
8695 2003-06-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8696
8697         * as/mcs51/lkaomf51.c: Make sure the size of the last procedure is correct.
8698
8699 2003-06-19  Borut Razem <borut.razem AT siol.net>
8700
8701         * src/z80/main.c: fixed Z80 port again: missing -k library paths in linker command line
8702
8703 2003-06-19  Borut Razem <borut.razem AT siol.net>
8704
8705         * src/SDCCutil.h, src/SDCCutil.c, src/SDCCglobl.h, src/SDCCmain.c, src/z80/main.c:
8706         fixed Z80 port - crt0.o: cannot open.
8707
8708 2003-06-19  Bernhard Held <bernhard AT bernhardheld.de>
8709
8710         * support/Util/MySystem.c (merge_command): revert bad fix
8711
8712 2003-06-18  Borut Razem <borut.razem AT siol.net>
8713
8714         * src/SDCC.lex, src/SDCCmain.c: fixed some warnings, introduced with changes made 15.06.1003
8715
8716 2003-06-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8717
8718         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
8719         option --use-stdout sends errors to stdout instead of stderr.
8720
8721 2003-06-18  Bernhard Held <bernhard AT bernhardheld.de>
8722
8723         * support/Util/MySystem.c (merge_command): quick fix for Linux segfault with \"cmd\" arg
8724
8725 2003-06-15  Borut Razem <borut.razem AT siol.net>
8726
8727         * support/cpp2/sdcc.h: HAVE_DOS_BASED_FILE_SYSTEM defined for _WIN32
8728         * src/SDCC.lex: cloneXxx and copyAndFreeXxx functions for options and optimize stack handling
8729         * src/SDCCglobl.h, src/SDCCmain.c, src/ds390/main.c, src/mcs51/main.c, src/z80/main.c:
8730         fixed width array of pointers replaced with sets;
8731         multiple include and lib paths ared transferred to preprocessor and linker
8732         * src/SDCCset.c, src/SDCCset.h: added function setFromSetNonRev() and mergeSets()
8733         * src/SDCCsymt.c: reimplemented function inCalleeSaveList() by using sets instead
8734         fixed width array of pointers
8735         * src/SDCCutil.c, src/SDCCutil.h: added functions fputStrSet(), appendStrSet(), joinStrSet();
8736         removed functions addToList(), join(), joinn(), pathCharsEquivalent(), pathCharTransform(),
8737         fixupPath(), getPathDifference()
8738         * src/ds390/gen.c, src/mcs51/gen.c: reimplemented function  inExcludeList() by using sets instead
8739         fixed width array of pointers
8740
8741 2003-06-11  Bernhard Held <bernhard AT bernhardheld.de>
8742
8743         * src/pic16/ralloc.c: fix warnings
8744         * src/pic16/pcode.c: fix warning
8745
8746 2003-06-10  Scott Dattalo  <scott AT dattalo.com>
8747
8748          Scott D. for Vangelis Rokas (vrokas AT otenet.gr). I (scott) don't
8749         know all the details, but essentially this set of changes enable
8750         the pic16 port to generate movff instructions and generate assembler
8751         directives,
8752         * src/SDCCmain.c:
8753         * src/pic16/gen.c:
8754         * src/pic16/glue.c:
8755         * src/pic16/pcode.c:
8756         * src/pic16/device.c:
8757         * src/pic16/main.c:
8758         * src/pic16/pcode.h:
8759         * src/pic16/pcoderegs.c:
8760         * src/pic16/ralloc.c:
8761         * src/pic16/ralloc.h:
8762
8763 2003-06-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8764
8765         * support/Util/SDCCerr.c, src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
8766         added option --vc, so sdcc errors and warnings are compatible with
8767         Microsoft Visual Studio.
8768
8769 2003-06-07  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8770
8771         * device/lib/_atof.c, device/lib/Makefile.in, device/include/stdlib.h,
8772           device/lib/libfloat.lib: added atof function.
8773
8774 2003-06-04  Bernhard Held <bernhard AT bernhardheld.de>
8775
8776         * doc/sdccman.lyx: updated to Lyx 1.3
8777         * doc/cdbfileformat.lyx: updated to Lyx 1.3
8778         * doc/test_suite_spec.lyx: updated to Lyx 1.3
8779         * doc/Makefile: added fix for the \tabularnewline problem, thanks to Jesus
8780
8781 2003-06-03  Bernhard Held <bernhard AT bernhardheld.de>
8782
8783         * src/SDCCpeeph.c: separate peepRules2pCode() for pic16 by "Vangelis Rokas" <vrokas AT otenet.gr>
8784
8785 2003-06-02  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8786
8787         * doc/sdccman.lyx: cvs revision keywords, passing pdf information in latex preamble,
8788           additions to the "related tools/documentation" section
8789
8790 2003-06-02  Bernhard Held <bernhard AT bernhardheld.de>
8791
8792         * src/SDCCglue.c (tempfileandname): added check for missing TMP/TEMP/TMPDIR variable
8793
8794 2003-05-29  Bernhard Held <bernhard AT bernhardheld.de>
8795
8796         * src/pic/device.c: added 16F819, patch by "David I. Lehn" <dlehn AT vt.edu>
8797         * src/SDCCcse.c (algebraicOpts): fixed "c * 1"
8798
8799 2003-05-28  Bernhard Held <bernhard AT bernhardheld.de>
8800
8801         * doc/sdccman.lyx: fix double dash and other minor things
8802         * doc/Makefile: fix double dash
8803
8804 2003-05-28  Karl Bongers(patches from Martin Helmling)
8805         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files. Martin adds
8806           condition and ignore commands.
8807
8808 2003-05-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8809
8810         * doc/sdccman.lyx: Changes all over, index improved, smaller margins. The manual
8811           is in parts still quite out of date, I did changes as far as I felt makes sense
8812           for a non-native english speaker.
8813           Please feel free to add to the manual or to correct my changes.
8814         * doc/Makefile: undid touching the date of intermediate tex files.
8815
8816 2003-05-26  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8817
8818         * doc/sdccman.lyx: Manual has an index now
8819
8820 2003-05-25  Bernhard Held <bernhard AT bernhardheld.de>
8821
8822         Finalize muluint/mulsint and mululong/mulslong merging:
8823         * device/lib/_mulint.c
8824         * device/lib/_mullong.c
8825         * device/lib/gbz80/mul.s
8826         * device/lib/gbz80/stubs.s
8827         * device/lib/z80/mul.s
8828         * device/lib/z80/stubs.s
8829         * src/SDCCsymt.c (initCSupport)
8830
8831 2003-05-25  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8832
8833         * as/mcs51/lkaomf51.c: Address space 'z' was missing.
8834         * src/avr/avr.dsp, src/ds390/ds390.dsp, src/mcs51/mcs51.dsp,
8835           src/pic/pic.dsp, src/pic16/pic16.dsp, src/xa51/xa51.dsp,
8836           src/x80/z80.dsp: peep.rul is bigger now, so /Zm1000 is used
8837           instead of /Zm500.
8838
8839 2003-05-25  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8840
8841         * src/mcs51/peeph.def: added rules 244.x, 245.x. Although they pass
8842           the regression tests I'm not brave enough to enable 245.b, 245.c
8843         * doc/sdccman.lyx: added latex preamble for hyperref package.
8844           Using pdflatex this will give you a hyperlinked pdf file with
8845           bookmarks. (prepend '%' before /usepackage if this breaks something)
8846
8847 2003-05-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8848
8849          * doc/sdccman.lyx: updated information about .adb files (fixed bug 742649)
8850
8851 2003-05-22  Bernhard Held <bernhard AT bernhardheld.de>
8852
8853         * src/pic16/pcode.c (pic16_get_op_from_instruction): fixed a gcc 3.x warning
8854
8855 2003-05-21    <johan AT balder>
8856
8857         * src/SDCCglue.c (printIval): fixed bug #739934
8858
8859 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
8860
8861         Applied patch from bug 737905 (renamed yylineo to mylineno):
8862         * src/altlex.c
8863         * src/SDCCast.c
8864         * src/SDCglobl.h
8865         * src/SDCC.lex
8866         * src/SDCCsymt.c
8867         * src/SDCCval.c
8868         * src/pic16/pcode.c: Cleaned warnings
8869         * src/pic16/pcodeflow.c: Cleaned warnings
8870         * src/pic16/pcoderegs.c: Cleaned warnings
8871
8872 2003-05-19  Scott Dattalo  <scott AT dattalo.com>
8873
8874         * src/pic16/pcode.c: Cleaned warnings
8875         * src/pic16/pcodepeep.c: Cleaned warnings
8876         * src/pic16/ralloc.c: Cleaned warnings
8877
8878 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
8879
8880         * doc/sdccman.lyx: fixed bug 739745
8881         * src/pic16/pcode.c (pic16_get_op): fixed warning on alpha
8882
8883 2003-05-18  Bernhard Held <bernhard AT bernhardheld.de>
8884
8885         * src/port.h: removed DEFAULT_PORT, it's not yet pic16 ;-)
8886         it can be defined with CFLAGS when running configure
8887         * src/SDCCmain.c: fixed compiling + linking with object files
8888
8889 2003-05-18  Vangelis Rokas (vrokas AT otenet.gr)
8890
8891         * configure.in: configure for pic16 port,
8892             added --disable-pic16-port
8893         * sdccconf_in.h: added macro OPT_DISABLE_PIC16
8894         * src/SDCCmain.c: linkOptions is changed to set *,
8895             added if/endif conditional macros to remove options help
8896             messages from optionsTable when a port is not configured, added
8897             support for the PIc16 port in the ports table, when executing
8898             the compiler with no port specified on command line, a default
8899             port is selected with the new macro DEFAULT_PORT which is
8900             defined in port.h, in setDefaultOptions() linkOptions is removed
8901             from initialization assignment, since now it is a set,
8902             parseCmdLine uses setParseWithComma for linkOptions, in
8903             linkEdit() linkOptions are accessed with new function indexSet()
8904             which returns the i'th item of a set variable. See SDCCset.c, in
8905             linkEdit() when calling buildCmdLine(), added linkOptions as
8906             last argument. Now users can pass arguments to gplink via the
8907             -Wl option, main() uses pic16glue() to glue up pic16 programs
8908         * src/SDCCpeeph.c: various changes to support pic16
8909         * src/SDCCset.c: added function  void *indexSet(set *, int)  to
8910             return the i'th item of the set
8911         * src/SDCCset.h: added function prototype for indexSet()
8912         * src/SDCCsymt.c: in checkSClass(), added support for PIC16
8913         * src/clean.mk: added pic16 in CLEANALLPORTS variable
8914         * src/port.h: added TARGET_ID_PIC16,TARGET_IS_PIC16 macro,
8915             added macro DEFAULT_PORT
8916         * src/pic/main.c: corrected arguments of gplnk in _linkCmd
8917         * src/pic16/gen.c: bug fix in genCpl(), now the correct code is
8918             generated
8919         * src/pic16/glue.c: commented out some error producing lines
8920         * src/pic16/main.c: __config directives are commented out to stop
8921             gpasm complaining and test the linkage with gplink, _linkCmd and
8922             _asmCmd changed to be more gplink and gpasm friendly
8923         * src/pic16/peeph.def: peep rule 3 is commented out, since it
8924             produced an error when parsed, peep rule 12 is added to utilize
8925             movff, but it is commented out since the pCode does not support
8926             yet a command with 2 address arguments
8927
8928 2003-05-18    <johan AT balder>
8929
8930         * src/ds390/gen.c (genArrayInit): removed obsolete and buggy ARRAYINIT
8931         * src/ds390/main.c (genArrayInit): removed obsolete and buggy ARRAYINIT
8932 2003-05-17  Karl Bongers(apply patches from Martin Helmling)
8933
8934         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files.
8935   Added feature to script commands from file.
8936
8937 2003-05-14  Bernhard Held <bernhard AT bernhardheld.de>
8938
8939         * device/lib/_strtok.c: fixed bug #734355 by Lenny Story and Tim Woodall
8940         * src/SDCCutil.c: include ctype.h for win32
8941
8942 2003-05-13  Bernhard Held <bernhard AT bernhardheld.de>
8943
8944         * src/pic16/*: removed CR from many files, reported by Vangelis Rokas
8945
8946 2003-05-12  Karl Bongers(apply development patches from Martin Helmling)
8947
8948         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,break.c and .h files.
8949   Fixed so you can set breakpoints prior to run, run does not stop
8950   on entry now.  Add tbreak.  Other enhancements and fixes for use
8951   with ddd.
8952
8953 2003-05-12  Borut Razem <borut.razem AT siol.net>
8954
8955         * src/SDCCmain.c: fixed the problem with searching the DATADIR as the last resort on *nix
8956
8957 2003-05-11  Borut Razem <borut.razem AT siol.net>
8958
8959         * src/SDCCutil.c: WIN32 version of getBinPath() calls GetModuleFileName() to determine
8960         the path of bin directory, so that PATH is the only env. variable, which has to be set
8961         in case of standard installation.
8962         * src/ds390/ds390.dsp: increased value of /Zm option to 1000
8963         * src/pic/main.c: add quotes to file name parameters for gplink and gpasm
8964         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx: added --print-search-dirs command line option
8965
8966 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
8967
8968         * src/SDCCmain.c (linkEdit): fixed buffer overflow for gbz80
8969         * support/regression/Makefile: inter-port-clean is no longer nesessary, the
8970         temp files are in the port dir; clean the gen/test directory when
8971         generating new test.c
8972         * support/regression/ports/host/spec.mk: defined OBJEXT for target clean
8973         * support/regression/tests/vaargs.c: fixed gcc 3.3 warning
8974         * support/regression/tests/zeropad.c: added
8975
8976 2003-05-09    <johan AT balder>
8977
8978         * src/SDCCglue.c: fixed bug #597940
8979
8980 2003-05-05  Karl Bongers(apply patches from Martin Helmling)
8981
8982         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
8983   cache sfr, optimize next,step, fix off by one sourceline,
8984   support ddd list function.
8985         * sim/ucsim/cmd.src/newcmd.cc - small fix for sdcdb use.
8986
8987 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
8988
8989         * support/regression/HTMLgen.py: added compare_s2f()
8990         * support/regression/Makefile: redo 1.27
8991         * support/regression/generate-cases.py: redo 1.5
8992
8993 2003-04-30  Bernhard Held <bernhard AT bernhardheld.de>
8994
8995         * support/regression/tests/float.c: workaround 33 bit hex constant
8996         * support/regression/tests/simplefloat.c: fix division for host
8997
8998 2003-04-29  Scott Dattalo  <scott AT dattalo.com>
8999
9000         * src/pic/pcoderegs.c Applied patch from Jim Hawkridge <jim AT jimhawkridge.uk.eu.org>
9001         that tame's the PIC's over-aggressive optimizer.
9002
9003 2003-04-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9004
9005          * src.dsw, link/z80/aslink.h, link/z80/linkz80.dsp: z80 linker
9006          support for MSVC.
9007
9008 2003-04-29  Kevin Vigor <kevin AT vigor.nu>
9009
9010         Initial support for DS80C400. "Hello world" runs on TINIm400
9011         (with polled I/O).
9012
9013 2003-04-28  Karl Bongers(apply patches for Martin Helmling)
9014
9015          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
9016          * Some notes on ddd usage added in debugger/README
9017          Martin Helmling adding more features and fixes for ddd GUI debugger.
9018          Code added for nexti, stepi, up, down, and other adjustments.
9019
9020 2003-04-28  Scott Dattalo  <scott AT DATTALO.COM>
9021
9022         * src/pic/pCodepeep.c non-wildcard asmops are now handled
9023         * src/pic/peeph.def Added two rules to optimize carry manipulation
9024         * src/pic/* removed debug printfs
9025
9026 2003-04-28  Bernhard Held <bernhard AT bernhardheld.de>
9027
9028         * debugger/mcs51/cmd.c: added header newalloc.h
9029
9030 2003-04-26  Bernhard Held <bernhard AT bernhardheld.de>
9031
9032         * as/Makefile: new EXEEXT
9033         * as/z80/Makefile: remove trailing slash of BUILDIR
9034         * as/z80/clean.mk: new EXEEXT
9035         * Makefile.common.in: add to CFLAGS (and others), don't replace it
9036         * support/cpp2/Makefile.in: new EXEEXT
9037         * src/pic/glue.c (pic14emitRegularMap): fixed warning
9038
9039 2003-04-24  Bernhard Held <bernhard AT bernhardheld.de>
9040
9041         Cygwin's gcc always appends .exe: 'gcc -o a a.c' creates a.exe;
9042         EXEEXT was introduced to fix all related problems with targets
9043         "clean", "install" and "uninstall"; a couple of further flaws
9044         especially with "clean" have been fixed too
9045         * as/mcs51/Makefile.in
9046         * as/mcs51/clean.mk
9047         * as/z80/Makefile
9048         * Makefile
9049         * clean.mk
9050         * debugger/mcs51/Makefile.in
9051         * debugger/mcs51/clean.mk
9052         * link/z80/Makefile
9053         * link/z80/Makefile.in
9054         * link/z80/clean.mk
9055         * link/Makefile
9056         * packihx/Makefile.in
9057         * packihx/clean.mk
9058         * sim/ucsim/Makefile
9059         * sim/ucsim/clean.mk
9060         * sim/ucsim/avr.src/Makefile.in
9061         * sim/ucsim/avr.src/clean.mk
9062         * sim/ucsim/s51.src/Makefile.in
9063         * sim/ucsim/s51.src/clean.mk
9064         * sim/ucsim/xa.src/Makefile.in
9065         * sim/ucsim/xa.src/clean.mk
9066         * sim/ucsim/z80.src/Makefile.in
9067         * sim/ucsim/z80.src/clean.mk
9068         * sim/ucsim/main_in.mk
9069         * sim/ucsim/packages_in.mk
9070         * sim/ucsim/gui.src/Makefile.in
9071         * sim/ucsim/gui.src/serio.src/Makefile.in
9072         * sim/ucsim/gui.src/serio.src/clean.mk
9073         * src/Makefile.in
9074         * src/clean.mk
9075         * support/cpp2/Makefile.in
9076         * support/cpp2/clean.mk
9077         * support/makebin/Makefile
9078         * support/makebin/clean.mk
9079         * support/scripts/sdcc_mingw32: --program-suffix no longer needed
9080         * doc/sdccman.lyx: --program-suffix no longer needed
9081
9082 2003-04-23  Karl Bongers(apply patches for Martin Helmling)
9083
9084          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,..
9085          Martin Helmling added support for ddd GUI debugger.
9086          Code added to display assembly, set variables, and other commands
9087          to interface to ddd.
9088
9089 2003-04-23  Bernhard Held <bernhard AT bernhardheld.de>
9090
9091         * as/Makefile: fix target clean
9092         * as/clean.mk: fix target clean
9093         * as/z80/clean.mk: fix target clean
9094
9095 2003-04-22  Bernhard Held <bernhard AT bernhardheld.de>
9096
9097         * Makefile.common.in: added  AT EXEEXT AT
9098         * configure.in: removed all mingw32 stuff
9099         * configure: rebuilt from configure.in
9100         * doc/sdccman.lyx: updated section "installation"
9101         * support/scripts/sdcc_mingw32: adapted to configure
9102         * support/scripts/sdcc_cygwin_mingw32: added
9103
9104 2003-04-22  Scott Dattalo  <scott AT dattalo.com>
9105
9106         * src/pic Added object file support for the PIC port
9107         * src/pic Applied patch from Craig Franklin (this started the object file support)
9108         * src/regression Updated the PIC regression tests for object files
9109
9110 2003-04-20  Borut Razem <borut.razem AT siol.net>
9111
9112         * sdcc/as/mcs51/lklex.c: make getfid() more robust and fixed gcc warning:
9113           lklex.c: In function `getfid':
9114           lklex.c:203: warning: array subscript has type `char'
9115         * src/SDCCglobl.h: small change in stack handling macros, to avoid crash when compiled
9116           with MSVC with global optimization enabled (probably an cl compiler bug ;-)
9117         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added function fatal(), called from
9118           stack handling macros
9119
9120 2003-04-19  Borut Razem <borut.razem AT siol.net>
9121
9122         * "handling space characters in file path" task:
9123         * src/SDCCmacro.c: fixed bug in handlig quote at the end of line
9124         * support/Util/BuildCmd.c: define par as NULL if parameter value is invalid
9125         * support/Util/MySystem.h: make it self-sufficient
9126         * src/avr/main.c, src/ds390/main.c, src/mcs51/main.c, src/pic/main.c, src/xa51/main.c,
9127           src/z80/main.c, sdcc/as/mcs51/lklex.c:
9128           handling space characters in file path
9129         * src/SDCCmain.c: introduced setDataPaths() function, {datadir} macro
9130           (it will be used by assemblers, which have their own includes, e.g. gpasm)
9131         * support/Util/MySystem.c: handling space characters in executable's path
9132
9133 2003-04-19  Bernhard Held <bernhard AT bernhardheld.de>
9134
9135         * as/z80/Makefile: fix permanent rebuild of z80
9136         * sim/ucsim/gui.src/Makefile.in: target "install" builds the same packages as target "all"
9137         * support/regression/tests/bitfields.c: added Johan's bitfields.c
9138
9139 2003-04-18      Kevin Vigor <kevin AT vigor.nu>
9140
9141         * src/SDCCopt.c: add special case optimization to replace modulo by
9142           a power of two with a bitwise AND.
9143
9144 2003-04-18    <johan AT balder>
9145
9146         * src/mcs51/gen.c (getFreePtr): fixed bug #635354
9147
9148 2003-04-17    <johan AT balder>
9149
9150         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #716790 and removes lot's of redundant register usage around function calls
9151         * src/mcs51/ralloc.c (packRegisters): fixed bug #720667
9152
9153 2003-04-13  Borut Razem <borut.razem AT siol.net>
9154
9155         * doc/sdccman.lyx: updated info about #pragma SAVE/RESTORE nesting
9156         * configure.in, configure: fixed problems on cygwin/WinCVS environmet with ports.* line endings;
9157           fixed mingw problem in adl_NORMALIZE_PATH
9158
9159 2003-04-12  Borut Razem <borut.razem AT siol.net>
9160
9161         * fixed "#pragma SAVE/RESTORE can not be nested":
9162         * src/SDCC.lex: reworked pragma handling functions
9163         * sdcc/src/SDCCglobl.h: reworked stack handling macros
9164         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added E_STACK_VIOLATION error
9165
9166 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
9167
9168         * src/SDCCutil.c (pathEquivalent): defined but not used
9169         * debugger/mcs51/sdcdb.c: replace SDCC_LIB_DIR
9170         * configure.in: remove sdcc_datadir, sdcc_lib_dir and sdcc_include_dir
9171         * configure: rebuilt from configure.in
9172         * sdccconf_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
9173         * sdcc_vc_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
9174         * device/include/Makefile.in: replace sdcc_datadir
9175         * device/lib/Makefile.in: replace sdcc_datadir
9176         * Makefile.common.in: add LDFLAGS from configure
9177         * packihx/Makefile.in: use LDFLAGS
9178         * src/Makefile.in: use LDFLAGS
9179         * support/cpp2/Makefile.in: add LDFLAGS from configure
9180         * support/makebin/Makefile: use LDFLAGS
9181         * .version: bumped version number to 2.3.5
9182
9183 2003-04-12  Borut Razem <borut.razem AT siol.net>
9184
9185         * completed "different paths" task:
9186         * src/SDCCmacro.c: fixed bug in handling quotes
9187         * src/SDCCutil.c, src/SDCCutil.c: rewritten getPrefixFromBinPath()
9188         * src/SDCCmain.c: _discoverPaths() replaced with setBinPaths(), setIncludePath() and setLibPath()
9189
9190 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
9191
9192         * src/pic/pcoderegs.c (Remove1pcode): fix warning on alpha
9193
9194 2003-04-11 kevin Vigor <kevin AT vigor.nu>
9195
9196         * ds390/gen.c ds390/peeph.def: fix bug 706781
9197
9198 2003-04-11  Borut Razem <borut.razem AT siol.net>
9199
9200         * support/Util/dbuf.c, support/Util/dbuf.h: update to version 1.1.1 - re-added C++ stuff to make it still more portable
9201
9202 2003-04-10  Scott Dattalo  <scott AT dattalo.com>
9203
9204         * src/pic/* Applied the pointer-to-function patch from Steve Tell.
9205         * src/pic/* Fixed several pointer bugs. (PIC port broke when the ruonly bit was
9206          set - this bit used to not be set...).
9207         * src/pic/gen.c Fixed buf 609268 ==> x = (x+1) & 0xf; generated
9208           bad code in PIC Port
9209         * src/regression/and2.c added to test bug 609268
9210         * src/regression/Makefile added and2.c to regression test
9211
9212
9213 2003-04-08    <johan AT CP255758-A>
9214
9215         * src/mcs51/gen.c (gen51Code): display reg usage in --icode-in-asm
9216         * src/mcs51/ralloc.c (serialRegAssign): update the registers in use and save some slocs
9217         * src/SDCCicode.h: added riu to show the register usage in --icode-in-asm
9218
9219 2003-04-07  Bernhard Held <bernhard AT bernhardheld.de>
9220
9221         * configure.in: fully support prefix, exec_prefix, datadir, docdir;
9222         fix bug #487815
9223         * support/cpp2/Makefile.in: fix bug #487815
9224         * configure: rebuilt from configure.in
9225         * Makefile.common.in: docdir changed, new path suffixes
9226         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
9227         * sdcc_vc_in.h: reflect changes from sdccconf.h
9228         * src/SDCCglobl.h: remove *SEPARATOR_CHARS, they are now in sdccconf.h
9229         * src/SDCCutil.h: remove BINDIR hack
9230         * doc/sdccman.lyx: update new path hierarchy
9231
9232 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
9233
9234         * src/SDCCpeeph.c: added okToRemoveSLOC test
9235
9236 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
9237
9238         * device/lib/printf_fast.c: added leading zero format ("%06d", etc)
9239
9240 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
9241
9242         * src/SDCCpeeph.c: added labelIsReturnOnly test
9243         * src/mcs51/peeph.def: Peephole 244: replace ljmp to ret with ret
9244
9245 2003-04-05    <johan AT balder>
9246
9247         * src/SDCCcse.c (cseAllBlocks): fixed bug #460088
9248         * src/SDCCloop.c (DEFSETFUNC): fixed bug #460088
9249         * src/SDCCopt.c (eBBlockFromiCode): fixed bug #460088
9250         * src/SDCCast.c: fixed a warning
9251         * src/SDCCast.h: fixed a warning
9252         * src/SDCCicode.c (operandFromAst): fixed a warning
9253
9254 2003-04-04    <johan AT balder>
9255
9256         * src/SDCCloop.c (DEFSETFUNC): undid the fix for bug #519584
9257         * src/SDCCast.c (decorateType): fixed bug #715076
9258         * src/SDCC.y: fixed bug #702907
9259
9260 2003-04-03    <johan AT balder>
9261
9262         * device/lib/_mulint.c (_muluint): new #pragma LESS_PEDANTIC
9263         * src/SDCCopt.c (eBBlockFromiCode): new #pragma LESS_PEDANTIC
9264         * src/SDCCglobl.h (PRAGMA_LESSPEDANTIC): new #pragma LESS_PEDANTIC
9265         * src/SDCC.lex (doPragma): new #pragma LESS_PEDANTIC
9266         * src/SDCCmain.c (parseCmdLine): new #pragma LESS_PEDANTIC
9267
9268 2003-04-03  Bernhard Held <bernhard AT bernhardheld.de>
9269
9270         * _decdptr.c: fix return values
9271         * _gptrget.c: fix return values
9272         * _gptrgetc.c: fix return values
9273         * _gptrput.c: fix return values
9274         * _mulint.c: fix return values
9275         * as/z80/Makefile: fix 'make -j' problem
9276
9277 2003-04-02  Bernhard Held <bernhard AT bernhardheld.de>
9278
9279         * Makefile.common.in: unused PORT, SCC and SAS removed, fixed docdir
9280         * configure.in: big cleanup, updated to autoconf 2.5x
9281         * configure: rebuilt from configure.in
9282         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
9283         * sdcc_vc_in.h: reflect changes from sdccconf.h
9284         * doc/Makefile: fixed a flaw in "make install"
9285
9286 2003-04-02    <johan AT balder>
9287
9288         * src/ds390/gen.c (genCmp): no comments
9289         * src/mcs51/gen.c (genCmp): no comments
9290         * src/SDCCopt.c (eBBlockFromiCode): detect missing return values
9291         * src/SDCCast.c (ast_print): fixed the function type in --dumptree
9292
9293 2003-04-01  Bernhard Held <bernhard AT bernhardheld.de>
9294
9295         * support/regression/generate-cases.py: place generated file in given sub directory
9296         * support/regression/ports/host/spec.mk: prevent removal of testfwk.o
9297         * support/regression/Makefile: improvements for 'make -j';
9298         side effect: it's simpler and faster now
9299
9300 2003-03-31  Borut Razem <borut.razem AT siol.net>
9301
9302         * src/z80/main.c: link-{port} and as-{port} defined without path
9303         * src/src.dsp: support/Util/MySystem.h and src/SDCCutil.h added to project
9304
9305 2003-03-31  Bernhard Held <bernhard AT bernhardheld.de>
9306
9307         * Makefile, src/Makefile.in: add dependencies, so that 'make -j' works
9308
9309 2003-03-30  Borut Razem <borut.razem AT siol.net>
9310
9311         * support/Util/BuildCmd.c, support/Util/BuildCmd.h: rewrite buildCmdLine(),
9312           changed type of list parameter to set
9313         * src/ds390/main.c: changed type of parameter asmOptions to set in _tininative_do_assemble()
9314         * src/port.h: changed type of do_assemble() parameter to set
9315         * src/SDCCmain.c: type of asmOptions changed to set, introduced setParseWithComma(),
9316           sdcpp defined without path, removed variable VersionString, introduced set binPathSet,
9317           definition of "cppoutfilename" macro with NULL value in preProcess()
9318         * src/SDCCglobl.h: included "SDCCset.h", added declaration of setParseWithComma()
9319         * src/SDCCglue.c: removed variable VersionString, inroduced spacesToUnderscores()
9320         * support/Util/MySystem.c, support/Util/MySystem.h: rewrite, char *ExePathList[]
9321           replaced with set *binPathSet
9322         * shash_add() deallocates the item, if allready exsists, before adding the new one
9323         * src/SDCCmacro.c: handling macros with empty or NULL values in _evalMacros()
9324
9325 2003-03-30  Scott Dattalo  <scott AT dattalo.com>
9326
9327         * src/pic/gen.c: Commit patch from Steve Tell <tell AT telltronics.org> that fixes
9328           a nested for loop bug in the PIC port
9329         * src/regression/nestfor.c: new regression test file Steve wrote to test nested
9330           for loops
9331
9332 2003-03-29  Bernhard Held <bernhard AT bernhardheld.de>
9333
9334         * support/Util/dbuf.h: remove C++ stuff to make it portable
9335
9336 2003-03-28  Borut Razem <borut.razem AT siol.net>
9337
9338         * src/SDCC.lex: Fix for bug #711240: dynamic buffer handling of C
9339           literal strings in stringLiteral()
9340         * support/Util/dbuf.c, support/Util/dbuf.h: added: dynamic buffer handling
9341         * src/Makefile.bcc, src/Makefile.in, src\src.dsp: added support/Util/dbuf.c
9342           to the project
9343
9344 2003-03-27  Paul Stoffregen <paul AT pjrc.com>
9345
9346         * src/SDCCpeeph.c (pcDistance): accurate byte distance for mcs51
9347
9348 2003-03-26    <johan AT balder>
9349
9350         * src/mcs51/gen.c (saveRegisters): catched symbol abuse
9351         * src/ds390/gen.c (saveRegisters): catched symbol abuse
9352         * src/SDCCast.c (decorateType): fixed " -v < 3"
9353
9354 2003-03-23  Bernhard Held <bernhard AT bernhardheld.de>
9355
9356         * doc/cdbfile.html: removed, replaced by cdbfileformat.lyx
9357         Added Lenny Story's debug infrastructure changes:
9358         * src/Makefile.in:  added new files cdbFile.c and SDCCdebug.c
9359         * src/Makefile.bcc: added new files cdbFile.c and SDCCdebug.c
9360         * src/cdbFile.c: added
9361         * src/SDCCdebug.c: added
9362         * src/SDCCdebug.h: added
9363         * src/SDCCast.c (createFunction)
9364         * src/SDCCglue.c (emitRegularMap, emitStaticSeg, emitOverlay, glue)
9365         * src/SDCCmain.c (parseCmdLine, main)
9366         * src/SDCCmem.c (redoStackOffsets)
9367         * src/SDCCsymt.c (cdbStructBlock, cdbTypeInfo, cdbSymbol, cdbStruct, cdbStructBlock)
9368         * src/SDCCsymt.h
9369         * src/common.h
9370         * src/avr/gen.c (genAVRCode)
9371         * src/ds390/gen.c (gen390Code)
9372         * src/mcs51/gen.c (gen51Code)
9373         * src/pic/gen.c (genpic14Code)
9374         * src/pic/glue.c (pic14emitRegularMap, pic14emitStaticSeg, pic14emitOverlay, picglue)
9375         * src/xa51/gen.c (genXA51Code)
9376         * src/SDCCast.c: fixed "void foo(void){char c; -c < 0;}"
9377
9378 2003-03-22  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9379
9380         * src/mcs51/gen.c (genCodePointerGet): quicker code for bug #700797
9381         * src/mcs51/peeph.def: added rules 177, 241.x to 243, touched 181, 182.x, 193.x
9382
9383 2003-03-22    <johan AT balder>
9384
9385         * src/SDCCicode.c (geniCodeDerefPtr): fixed bug #698231
9386
9387 2003-03-21  Bernhard Held <bernhard AT bernhardheld.de>
9388
9389         * support/scripts/sdcc_mingw32: adapted to configure from autoconf 2.54
9390         * doc/cdbfileformat.lyx: added, written by Lenny Story
9391         * doc/Makefile: added cdbfileformat.lyx
9392         * doc/clean.mk: added cdbfileformat.lyx
9393
9394 2003-03-20  Bernhard Held <bernhard AT bernhardheld.de>
9395
9396         * src/mcs51/peeph.def: fix bug #705773
9397
9398 2003-03-20    <johan AT balder>
9399
9400         An sfr/sbit can have an "at #" AND an initializer
9401         * src/SDCCsymt.c (checkSClass):
9402         * src/SDCCmem.c (allocGlobal):
9403         * src/SDCCmem.c (allocLocal):
9404         * src/SDCCast.c (createBlock):
9405
9406 2003-03-17  Bernhard Held <bernhard AT bernhardheld.de>
9407
9408         * src/ds390/peeph.def: fix bug #704878: added rule 213.b suggested by Jan Rejlek
9409
9410 2003-03-16    <johan AT balder>
9411
9412         Undid the hackup of const and volatile, the problem is much bigger
9413         * src/SDCC.y:1.65
9414         * src/SDCCast.c:1.171
9415         * src/SDCCglue.c:1.138
9416         * src/SDCCicode.c:1.146
9417         * src/SDCCsymt.c:1.150
9418         * src/SDCCval.c:1.65
9419
9420 2003-03-15  Bernhard Held <bernhard AT bernhardheld.de>
9421
9422         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #703541
9423         * src/ds390/gen.c (genAddrOf): fixed bug #704087
9424
9425 2003-03-13    <johan AT balder>
9426
9427         Hackup const and volatile modifiers in type chains a bit:
9428         * src/SDCC.y:1.63
9429         * src/SDCCast.c:1.169
9430         * src/SDCCglue.c:1.136
9431         * src/SDCCicode.c:1.143
9432         * src/SDCCsymt.c1.146
9433         * src/SDCCsymt.h1.59
9434         * src/SDCCval.c:1.63
9435
9436 2003-03-12    <johan AT balder>
9437
9438         * src/SDCCBBlock.h: more LRH debugging junk
9439         * src/SDCCcflow.h: more LRH debugging junk
9440         * src/SDCCloop.c: more LRH debugging junk
9441         * src/SDCC.y (struct_declaration): fixed bug #697590
9442         * src/SDCCsymt.[hc] (cloneSpec): NEVER EVER use this again
9443         * src/ds390/gen.c (aopForRemat): fixed bug #700031
9444         * src/SDCCglue.c (emitStaticSeg): fixed bug #700797
9445
9446 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
9447         * src/SDCCpeeph.c: quit being lazy and made proper fix (peephole
9448         test function names must now match exactly).
9449         * src/SDCCcse.c: added special case in findCheaperOp to allow
9450         extending a short integer. Makes less awful code for bug 700121 test case.
9451
9452 2003-03-11  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9453
9454         * as/mcs51/lkmain.c: Added ASlink-Warning to messages
9455         * as/mcs51/lkaomf51.c: Fixed bug when linking asmblink example
9456
9457 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
9458
9459         * src/SDCCpeeph.c: fix so that operandsNotEqualX functions are
9460         actually called (operandsNotEqual() was called for all
9461         operandsNotEqualX tests).
9462
9463 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
9464
9465         * src/SDCCcse.c: fix findCheaperOp to prevent replacing int types
9466         with shorter literals. Fixes bug 700121.
9467
9468 2003-03-11    <johan AT balder>
9469
9470         * src/SDCCsymt.c (compareType): a (void *) can be assigned to any pointer
9471
9472 2003-03-11  Bernhard Held <bernhard AT bernhardheld.de>
9473
9474         * src/SDCCloop.c (mergeRegions): an evil beast is dead
9475         * src/SDCCmain.c (preProcess): minor cleanup: eliminate preOutName
9476
9477 2003-03-10  Borut Razem <borut.razem AT siol.net>
9478
9479         * src/SDCCmain.c: pipe preprocessor's output
9480         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
9481         * sdcc_vc_in.h: define pclose as _pclose for WIN32
9482         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
9483         which closes all pipes in pipeSet set
9484         * src/SDCCset.c: free deleted item in function deleteSetItem()
9485         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
9486         moved from z80 to src subproject
9487         * .version: increased version number to 2.3.4
9488
9489 2003-03-10  Bernhard Held <bernhard AT bernhardheld.de>
9490
9491         * support/regression/ports/mcs51/spec.mk: increase timeout for CF's sparc to 30s
9492         * support/regression/ports/ds390/spec.mk: increase timeout for CF's sparc to 25s
9493         * support/regression/ports/xa51/spec.mk: fix typo
9494
9495 2003-03-09  Bernhard Held <bernhard AT bernhardheld.de>
9496
9497         * src/SDCCglobl.h: PATH_MAX is already defined in mingw32 headers
9498
9499 2003-03-09  Borut Razem <borut.razem AT siol.net>
9500
9501         * src/SDCCmain.c: pipe preprocessor's output
9502         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
9503         * sdcc_vc_in.h: define pclose as _pclose for WIN32
9504         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
9505         which closes all pipes in pipeSet set
9506         * src/SDCCset.c: free deleted item in function deleteSetItem()
9507         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
9508         moved from z80 to src subproject
9509
9510 2003-03-09  Borut Razem <borut.razem AT siol.net>
9511
9512         * src/SDCCglue.c: re-implemented tempfilename() and tempfile(): using mkstemp() if available
9513         * src/SDCCsymt.h: fixed MSVC and BORLANDC compilation (included SDCCglobl.h instead srccconf.h)
9514         * sdcc_vc_in.h: explicitly undefined HAVE_MKSTEMP which is not available on BORLANDC and MSVC
9515         * src/SDCCset.h: removed inclusion of sdccconf.h or sdcc_vc.h
9516         * src/SDCCglobl.h: unification of WIN32 native definitions
9517
9518 2003-03-09  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9519
9520         * src/mcs51/gen.c: applied in-/dec patch mentioned on sdcc-devel 2003-03-01
9521
9522 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
9523
9524         * src/configure.in:   check for endianess (even while cross-compiling)
9525         * src/configure:      check for endianess (even while cross-compiling)
9526         * src/configure_in.h: check for endianess (even while cross-compiling)
9527         * src/avr/gen.c:        remove old endianess stuff
9528         * src/mcs51/gen.c:      remove old endianess stuff
9529         * src/ds390/gen.c:      remove old endianess stuff
9530         * src/pic/gen.c:        remove old endianess stuff
9531         * src/pic/genarith.c:   remove old endianess stuff
9532         * src/pic/glue.c:       fix endianess check
9533         * src/pic16/gen.c:      remove old endianess stuff
9534         * src/pic16/genarith.c: remove old endianess stuff
9535         * src/pic16/glue.c:     fix endianess check
9536         * src/xa51/gen.c:       remove old endianess stuff
9537         * src/z80/gen.c:        fix endianess check
9538         * src/SDCCglue.c:       fix endianess check
9539         * src/ds390/peeph.def: fix bug 700036
9540
9541 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
9542
9543         * src/SDCCsymt.h: use appropriate data-types on host for SDCC's int and long
9544         * src/configure: find appropriate data-types on host for SDCC's int and long
9545         * src/configure.in: find appropriate data-types on host for SDCC's int and long
9546         * src/sdccconf_in.h: find appropriate data-types on host for SDCC's int and long
9547         * src/xa51/gen.c: use %d, not %ld for 4 byte variables
9548
9549 2003-03-07    <johan AT balder>
9550
9551         Just a big NOOP:
9552                 some minor cleanups before the big shot
9553                 OP_DEFS and OP_USES now use Kevin's protection
9554                 new option --nolabelopt
9555
9556         * src/SDCCBBlock.c:
9557         * src/SDCCast.c,:
9558         * src/SDCCcflow.c:
9559         * src/SDCCcse.c:
9560         * src/SDCCicode.c:
9561         * src/SDCCicode.h:
9562         * src/SDCClabel.c:
9563         * src/SDCCloop.c:
9564         * src/SDCCmain.c:
9565         * src/ds390/ralloc.c:
9566         * src/mcs51/ralloc.c:
9567         * src/pic/ralloc.c:
9568         * src/xa51/ralloc.c:
9569         * src/z80/ralloc.c:
9570
9571 2003-03-06  Bernhard Held <bernhard AT bernhardheld.de>
9572
9573         * src/pic/pcode.c (get_op): fix 64 bit warnings
9574         * src/pic/pcode.c (pCode2str): fix 64 bit warnings
9575         * src/SDCChasht.c (newHashTable): fix 64 bit warnings
9576         * src/SDCCsymt.c (checkTypeSanity): fix 64 bit warnings
9577         * support/regression/tests/malloc.c: fix 64 bit warnings
9578
9579 2003-03-04  Bernhard Held <bernhard AT bernhardheld.de>
9580
9581         * src/mcs51/gen.c (genMinus): fixed bug 696436
9582
9583 2003-03-02  Borut Razem <borut.razem AT siol.net>
9584
9585         * src/SDCCmain.c: added BORLANDC, corrected MSVC in printVersionInfo()
9586
9587 2003-02-26  Bernhard Held <bernhard AT bernhardheld.de>
9588
9589         * configure.in: test for mkstemp
9590         * sdccconf_in.h: add HAVE_MKSTEMP
9591
9592 2003-02-24  Bernhard Held <bernhard AT bernhardheld.de>
9593
9594         * device/include/ctype.h: removed warning while using --stack-auto
9595         * device/include/malloc.h: removed warning while using --stack-auto
9596         * device/include/string.h: removed warning while using --stack-auto
9597
9598 2003-02-23  Borut Razem <borut.razem AT siol.net>
9599
9600         * src/asm.h: corrected assertion in function printILine(): _pipe() was not executed on MSVC,
9601         because NDEBUG is defined (see man assert)
9602         * sdcc_vc_in.h: vsnprintf is defined as _vsnprintf on MSVC
9603
9604 2003-02-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9605
9606         * src/mcs51/gen.c (genUminusFloat): avoided dptr in-/decrement for xdata variables
9607         * src/mcs51/peeph.def: added rule suggested by Gernot Fink, white space/comment changes
9608
9609 2003-02-18  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9610
9611         * src/SDCCpeeph.c: added peephole conditions testing for same arguments
9612         * src/mcs51/peeph.def: added rules 238a-d which remove redundant moves
9613
9614 2003-02-18    <johan AT balder>
9615
9616         * as/mcs51/asmain.c (asmbl): module can start with a digit
9617         * as/z80/asmain.c (asmbl): module can start with a digit
9618
9619 2003-02-16  Bernhard Held <bernhard AT bernhardheld.de>
9620
9621         * sim/ucsim/mkecho: inserted #!/bin/sh for Cygwin, so that it's executable
9622         * src/asm.c: fix pipe() for Mingw32
9623
9624 2003-02-15  Bernhard Held <bernhard AT bernhardheld.de>
9625
9626         * src/SDCCglue.h: make tmpfileNameSet available for preOutName
9627         * src/SDCCmain.c (preProcess): make sure, that preOutName will be deleted;
9628         make -V work again; --c1mode reads now from stdin
9629         * doc/sdccman.lyx: added --c1mode
9630         * support/Util/SDCCerr.c: new messages for c1 mode
9631         * support/Util/SDCCerr.h: new messages for c1 mode
9632         * src/SDCC.lex (checkCurrFile): test if fullSrcFileName is NULL for c1mode
9633
9634 2003-02-15    <johan AT balder>
9635
9636         * src/asm.c: new options: --no-c-code-in-asm and --i-code-in-asm
9637
9638 2003-02-14  Bernhard Held <bernhard AT bernhardheld.de>
9639
9640         * doc/sdccman.lyx: Environment variables, -o and other minor things
9641
9642 2003-02-14    <johan AT balder>
9643
9644         * src/xa51/main.c: before anyone really tries to use it :)
9645
9646         * Install doc's in share/sdcc/doc
9647         * removed some obsolete files
9648         * Do a proper make distclean and uninstall
9649         M Makefile.common.in
9650         R sdccbuild.sh
9651         M as/Makefile
9652         M device/include/Makefile.in
9653         M device/lib/Makefile.in
9654         M doc/sdccman.lyx
9655         M link/Makefile
9656         M sim/ucsim/doc/Makefile.in
9657         M src/clean.mk
9658         R src/avr/peeph.rul
9659         R src/xa51/peeph.rul
9660         M support/cpp2/Makefile.in
9661         M support/makebin/Makefile
9662
9663
9664 2003-02-13  Bernhard Held <bernhard AT bernhardheld.de>
9665
9666         * support/regression/ports/host/spec.mk: use cc as host compiler for max osx
9667
9668 2003-02-10  Borut Razem <borut.razem AT siol.net>
9669
9670         * doc/bccinst.txt, packihx/packihx.c, sdcc_vc_in.h, src/SDCCset.h,
9671         support/cpp2/config.in: Borland C++ build doesn't depend on Cygwin configure
9672         * Bcc.ini, Makefile.bcc, as/mcs51/Makefile.bcc,
9673         device/examples/ds390/tinitalk/Makefile.bcc, packihx/Makefile.bcc,
9674         support/cpp2/Makefile.bcc, src/Makefile.bcc, src/avr/Makefile.bcc,
9675         src/ds390/Makefile.bcc, src/izt/Makefile.bcc, src/mcs51/Makefile.bcc,
9676         src/pic/Makefile.bcc, src/pic16/Makefile.bcc, src/xa15/Makefile.bcc,
9677         src/z80/Makefile.bcc: Borland Makefile cleanup
9678         * as/z80/Makefile.bcc: Added Borland Makefile
9679         * support/cpp2/borland.h: Removed
9680
9681 2003-02-10  Bernhard Held <bernhard AT bernhardheld.de>
9682
9683         * doc/sdccman.lyx: new pragma NOIV by "Johannes Stezenbach" <js AT convergence.de>
9684         * src/SDCC.lex: new pragma NOIV
9685         * src/SDCCglobl.h: new pragma NOIV
9686         * src/SDCCmem.c: new pragma NOIV
9687
9688 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
9689
9690         * src/SDCCmain.c: signal handling is switched off by SDCC_LEAVE_SIGNALS
9691
9692 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
9693
9694         * src/SDCCmain.c: signal handling is switched off by --debug
9695         * doc/Makefile: small fix for install; use clean.mk again
9696         * doc/clean.mk: clean *.pdf and *.html too
9697
9698 2003-02-08  Bernhard Held <bernhard AT bernhardheld.de>
9699
9700         * device/lib/_mulint.c: small fix for large/ds390 --int-long-reent resp. --stack-auto
9701         * device/lib/printfl.c: fix a ds390 bug by making it portable
9702         * src/SDCCsymt.c (initCSupport): fix compile warning on Cygwin
9703         * src/SDCCopt.c (cnvToFloatCast): fix compile warning on Cygwin
9704         * src/SDCCopt.c (cnvFromFloatCast): fix compile warning on Cygwin
9705         * debugger/mcs51/cmd.c: converted multi-line string literals
9706         * sim/ucsim/globals.cc: converted multi-line string literals
9707         * src/SDCCmain.c: introduced signal handler to remove temp files
9708         * doc/Makefile: small tweaks, implement clean
9709         * doc: removed generated files
9710
9711 2003-02-05  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9712
9713         * as/mcs51/aslink.h, as/mcs51/lkihx.c, as/mcs51/lkrloc.c:  Applied
9714         patch from Jan Rejlek <jr AT apex-lib.cz> to fix Bug 677692: "Extended
9715         Address Record is not correctly generated for DS390."
9716
9717 2003-02-02  Borut Razem <borut.razem AT siol.net>
9718
9719         * Makefile.bcc: removed non existing cpp project and non compilable izt project from makefile
9720         * as/mcs51/asm.h: fixed compilation with Borland C
9721         * support/cpp2/Makefile.bcc: added rule to generate auto-host.h
9722         * support/cpp2/auto-host_vc_in.h: fixed compilation with Borland C
9723         * src/mcs51/mcs51a.dsp: corrected misspelled project name from msc51a to mcs51a
9724         * src/avr/Makefile.bcc, src/ds390/Makefile.bcc, src/izt/Makefile.bcc,
9725         src/mcs51/Makefile.bcc, src/pic16/Makefile.bcc, src/xa51/Makefile.bcc,
9726         src/z80/Makefile.bcc: delete $(LIB) only if exist
9727         * src/Makefile.bcc, src/pic/Makefile.bcc:  fixed compilation with Borland C
9728
9729 2003-02-02  Bernhard Held <bernhard AT bernhardheld.de>
9730
9731         * device/include/malloc.h: introduced NULL
9732         * device/include/string.h: introduced NULL
9733         * device/include/stdlib.h: introduced NULL
9734         * device/lib/_memcpy.c: removed NULL
9735         * device/lib/_strcat.c: removed NULL
9736         * device/lib/_strchr.c: removed NULL
9737         * device/lib/_strcmp.c: removed NULL
9738         * device/lib/_strcpy.c: removed NULL
9739         * device/lib/_strcspn.c: removed NULL
9740         * device/lib/_strlen.c: removed NULL
9741         * device/lib/_strncat.c: removed NULL
9742         * device/lib/_strncmp.c: removed NULL
9743         * device/lib/_strncpy.c: removed NULL
9744         * device/lib/_strpbrk.c: removed NULL
9745         * device/lib/_strrchr.c: removed NULL
9746         * device/lib/_strspn.c: removed NULL
9747         * device/lib/_strstr.c: removed NULL
9748         * device/lib/_strtok.c: removed NULL
9749         * device/lib/malloc.c: removed NULL, include own header
9750
9751 2003-02-02    <johan AT balder>
9752
9753         * 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
9754         * support/regression/fwk/lib/testfwk.c: div and mod isn't broken anymore
9755         * regressions ds390/spec.mk and mcs51/spec.mk (timeout): my good old balder isn't fast enough for some tests
9756         * src/z80/gen.c (genZ80Code): added c-lines in asm comments
9757         * as/z80/asm.h (NINPUT): increased for long c-comments in regression tests
9758         * src/z80/gen.c (genRightShiftLiteral): fixed the (char)(-3)>>8 (I think)
9759
9760 2003-02-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9761
9762         * src/SDCCmain.c: Fixed bug 678574: "ds390: ASlink-Error-Stack overlaps
9763         area 'DATA'"
9764
9765 2003-02-01    <johan AT balder>
9766
9767         * src/SDCCval.c (valBitwise): fixed Karl's "2 | (1<<8)"
9768
9769 2003-01-31    <johan AT CP255758-A>
9770
9771         * src/ds390/main.c (_ds390_genAssemblerPreamble): applied Jan Rejlek's >64K startup patch
9772
9773 2003-01-30    <johan AT balder>
9774
9775         * src/SDCCBBlock.c: automatic bug detection
9776         * src/SDCCicode.c: automatic bug detection
9777
9778 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9779
9780         * src/SDCCglobl.h:   now --xram-size 0 works
9781         * src/SDCCmain.c:    now --xram-size 0 works
9782
9783 2003-01-29    <johan AT balder>
9784
9785         * src/almosteverything: changed OP_DEFS and OP_USES from macros to functions to catch symbol abuse (a hot topic in the bug list :)
9786
9787 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9788
9789         * as/mcs51/aslink.h: Added options --xram-size and --code-size
9790         * as/mcs51/lkdata.c: Added options --xram-size and --code-size
9791         * as/mcs51/lkmain.c: Added options --xram-size and --code-size
9792         * as/mcs51/lkmem.c:  Added options --xram-size and --code-size
9793         * src/SDCCglobl.h:   Added options --xram-size and --code-size
9794         * src/SDCCmain.c:    Added options --xram-size and --code-size
9795
9796 2003-01-28  Bernhard Held <bernhard AT bernhardheld.de>
9797
9798         * src/ds390/gen.c: fix deps by replacing <common.h> with "common.h"
9799         * src/SDCC.lex: rename P_OVERLAY to P_OVERLAY_ for cross-gcc 3.2 MINGW32
9800
9801 2003-01-27    <johan AT balder>
9802
9803         * src/SDCC.y: fixed bug #613764
9804
9805 2003-01-26    <johan AT balder>
9806
9807         * src/SDCClrange.c:  fixed Bernhard's "char * code ptr = &c"
9808         * src/SDCCsymt.h: fixed bug #673374
9809         * src/SDCCglue.c: fixed bug #661910
9810         * src/SDCCast.c: fixed bug #458099 and 673374
9811
9812 2003-01-26  Bernhard Held <bernhard AT bernhardheld.de>
9813
9814         * as/mcs51/strcmpi.c: added, provides Aurelien Jarno's as_strcmpi(); strcmpi() is not ANSI
9815         * as/mcs51/strcmpi.h: added
9816         * as/mcs51/asm.h: remove ugly "#define strcmpi strcmp"
9817         * as/mcs51/aslink.h: remove ugly "#define strcmpi strcmp"
9818         * as/mcs51/asmain.c: strcmpi -> as_strcmpi
9819         * as/mcs51/assym.c: strcmpi -> as_strcmpi
9820         * as/mcs51/lkmem.c: strcmpi -> as_strcmpi
9821         * as/mcs51/lknoice.c: strcmpi -> as_strcmpi
9822         * as/mcs51/lksym.c: strcmpi -> as_strcmpi
9823         * as/mcs51/Makefile.aslink: new module strcmpi
9824         * as/mcs51/Makefile.asx8051: new module strcmpi
9825         * as/mcs51/Makefil.bcc: new module strcmpi
9826         * as/mcs51/Makefile.in: new module strcmpi
9827         * sim/ucsim/s51.src/uc390.cc (get_mem_size): make RAM big enough for tinibios
9828
9829 2003-01-26    <johan AT balder>
9830
9831         * src/SDCCglue.c: reverted back to 1.124
9832         * src/SDCCast.c: reverted back to 1.156
9833         * src/mcs51/gen.c (aopGet): applied Frieder's efficiency patch
9834
9835 2003-01-25    <johan AT balder>
9836
9837         * src/SDCCglue.c: A better fix for bug #661910
9838         * src/SDCCast.c: A better fix for bug #661910
9839         * src/SDCCglue.c (emitRegularMap): That was a little too efficient
9840
9841 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
9842
9843         * src/Makefile.in: remove spawn.o
9844         * src/SDCCmain.c: remove spawn.h
9845         * src/SDCCmain.c (printVersionInfo): report MINGW32 instead of UNIX
9846         * src/spawn.c: removed
9847         * src/spawn.h: removed
9848         * support/regression/ports/ds390/spec.mk: link with -r
9849
9850 2003-01-24    <johan AT CP255758-A>
9851
9852         * src/ds390/gen.c (aopOp): fixed bug #667458
9853         * src/SDCCglue.c (emitRegularMap): fixed bug #458099 again
9854         * src/SDCCast.c (createIvalCharPtr): fixed bug #661910
9855         (createIvalCharPtr): an ival doesn't always have a storage class anymore
9856
9857 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
9858
9859         * src/mcs51/peeph.def: better assembler identation by Frieder
9860         * src/mcs51/gen.c: better assembler identation by Frieder
9861
9862 2003-01-22  Bernhard Held <bernhard AT bernhardheld.de>
9863
9864         * as/z80/string.h: removed for gcc 3.2
9865         * support/makebin/makebin.c: #include <string.h> for gcc 3.2
9866         * src/pic/pcode.c (get_op_from_instruction): fix concatenation of string literals with __FUNCTION__ for gcc 3.2
9867
9868 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
9869
9870         * src/SDCCmain.c (linkEdit): rename mem and map files even in case of failure
9871         * src/SDCCpeeph.c (replaceRule): fix bug #663503
9872         * support/regression/Makefile: separate temp files for ports
9873         * support/regression/generate-cases.py: separate temp files for ports
9874         * src/mcs51/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
9875         * src/ds390/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
9876
9877 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
9878
9879         * moved tinitalk to device/examples/ds390
9880
9881 2003-01-14  Bernhard Held <bernhard AT bernhardheld.de>
9882
9883         * as/mcs51/lkmem.c: rflag is for DS390
9884         * src/SDCCglobl.h: removed out_name and options stackOnData, genericPtr
9885         * src/SDCCmain.c (optionsTable, setDefaultOptions): removed --stack-after-data and --generic
9886                          (linkEdit): move mem- and map-files the same way as ihx-files
9887         * src/z80/main.c (_setDefaultOptions): removed --generic
9888         * src/SDCCmain.c (_processC1Arg, parseCmdLine, main): --c1mode works again
9889         * src/SDCCglue.c (createInterruptVect, glue): --c1mode works again
9890         * src/pic/glue.c (picglue): --c1mode works again
9891         * src/pic16/glue.c (pic16glue): --c1mode works again
9892         * src/asm.c (printCLine): fix #660034
9893
9894 2003-01-13  Bernhard Held <bernhard AT bernhardheld.de>
9895
9896         * src/ds390/peeph.def: fix #123; add 14 rules by Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>, 1 by Frieder
9897         * src/mcs51/peeph.def: fix #123; add 14 rules by Fiorenzo, 1 by Frieder
9898         * src/mcs51/gen.c (genFunction): emit r0 instead of ar0 by Fiorenzo
9899         * as/mcs51/lkmem (summary): better fix for sp problem
9900         * src/SDCCglue.c (glue): __start_stack - 1, saves 1 byte!
9901         * src/ds390/main.c (_ds390_finaliseOptions, _tininative_finaliseOptions): stack_loc = 0x400008
9902         * support/regression/ports/*/spec.mk: moving testfwk-object to port dir allow parallel execution of regression tests
9903                                               remove --stack-after-data
9904
9905 2003-01-12  Bernhard Held <bernhard AT bernhardheld.de>
9906
9907         * src/SDCCmain.c (main): port->finaliseOptions() moved for z80 linking
9908         * src/SDCCutil.c (join): ugly bug: missing '\0'
9909         * as/mcs51/lkmem.c (summary): sp on address 7 is safe
9910
9911 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
9912
9913         * src/SDCCmain.c (assemble, linkEdit): preparations for -o
9914         * src/port.h: typo
9915         * src/pic/main.c (_asmCmd): gpasm supports -o
9916         * src/z80/main.c: more general macros
9917         * device/lib/Makefile.in: remove intermediate files
9918
9919 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
9920
9921         * .version: Bumped version number to 2.3.3
9922         * src/SDCCBBlock.c: new option -o
9923         * src/SDCCglobl.h: new option -o
9924         * src/SDCCglue.c: new option -o
9925         * src/SDCCmain.c: new option -o
9926         * src/asm.c: new option -o
9927         * src/ds390/main.c: new option -o
9928         * src/pic/glue.c: new option -o
9929         * src/pic/pcode.c: new option -o
9930         * src/pic/ralloc.c: new option -o
9931         * src/pic16/glue.c: new option -o
9932         * src/pic16/pcode.c: new option -o
9933         * src/pic16/ralloc.c: new option -o
9934         * src/z80/main.c: new option -o
9935         * device/lib/Makefile.in: use -o
9936         * support/regression/ports/ds390/spec.mk: use -o
9937         * support/regression/ports/gbz80/spec.mk: use -o
9938         * support/regression/ports/mcs51/spec.mk: use -o
9939         * support/regression/ports/mcs51-stack-auto/spec.mk: use -o
9940         * support/regression/ports/z80/spec.mk: use -o
9941         * support/regression/ports/ucz80/spec.mk: use -o
9942         * support/regression/ports/xa51/spec.mk: use -o
9943         * support/regression/fwk/lib/timeout.c: fix usage string
9944
9945 2003-01-09  Bernhard Held <bernhard AT bernhardheld.de>
9946         * src/mcs51/gen.c (genPlus): replaced "mov b,acc" by "mov b,a" Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>
9947
9948 2003-01-07    <johan AT balder>
9949
9950         * src/SDCCast.c (decorateType): fixed bug #600035
9951
9952 2003-01-07  Bernhard Held <bernhard AT bernhardheld.de>
9953         * as/mcs51/lkmem.c: added several l-modifiers to printf to remove warnings
9954         * as/mcs51/lkaomf51.c: #include <ctype.h> to remove warnings
9955         * src/pic/main.c (_hasNativeMulFor): outcommented unused variables to remove warnings
9956         * src/pic/pcode.c: outcommented unused variable to remove warnings
9957         * src/pic/ralloc.c: outcommented unused variable to remove warnings
9958
9959 2003-01-06    <karl AT turbobit.com>
9960         * sim/ucsim/cmd.src/command.cc: fixed so "break xram r 0x7654" works again in
9961    regression tests.
9962
9963 2003-01-06    <johan AT balder>
9964
9965         * src/SDCCicode.c: fixed array add
9966
9967 2002-01-05  Bernhard Held <bernhard AT bernhardheld.de>
9968         * src/SDCCmacro.c: MAX_STRING_LENGTH increased to 2048; was too small for regression tests
9969         * support/regression/ports/host/support.c: #include <stdarg.h> for gcc 3.2
9970
9971 2003-01-04    <johan AT balder>
9972
9973         * src/SDCCval.c (getNelements): fixed the initialized array of structures
9974
9975 2002-12-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9976         * as/mcs51/Makefile.bcc: fixed typo lkomf51.o -> lkaomf51.o
9977
9978 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
9979         * src/mcs51/peeph.def: added rules 234 and 235 from Frieder Ferlemann <frieder.ferlemann AT web.de>
9980         * support/regression/tests/bug-524697.c: fit mem usage into 8032
9981
9982 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
9983         * src/mcs51/gen.c (aopGetUsesAcc): inserted missing "return FALSE"
9984
9985 2002-12-27  Bernhard Held <bernhard AT bernhardheld.de>
9986         * as/mcs51/Makefile.in: fixed typo lkomf51.o -> lkaomf51.o
9987
9988 2002-12-26  Bernhard Held <bernhard AT bernhardheld.de>
9989         * src/mcs51/main.c: removed {bindir}{sep} from aslink
9990
9991 2002-12-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9992
9993     * in \sdcc\as\mcs51\ changed these files in order to create an
9994     aomf51 file: aslink.h, lkdta.c, lklex.c, lklibr.c, lklist.c,
9995     lkmain.c.  Also added: lkmem.c and lkaomf51.c.  Changed the
9996     following files to include the previous two files: aslink.dsp,
9997     Makefile.aslink, Makefile.bcc, and Makefile.in.
9998
9999     * Changed \sdcc\src\SDCCmain.c so it creates files with extension
10000     .adb instead of .cdb
10001
10002 2002-11-09  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10003
10004         * \sdcc\as\mcs51\lklist.c: Now reports memory usage using the
10005         value from option --iram-size.
10006
10007 2002-09-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10008
10009         * \sdcc\as\mcs51\lklist.c: added boundary check before using
10010         dram[] array.
10011
10012 2002-09-18    <wiml AT hhhh.org>
10013
10014         * SDCClrange.h: exposed setFromRange() and setToRange()
10015         * mcs51/ralloc.c: fixed over-eager packRegsForSupport() and
10016           packRegsForAccUse() (bug 542397)
10017         * mcs51/gen.c: MOVA() is now a function to avoid calling aopGet()
10018           multiple times and emitting the fetch operations more than once
10019           added aopGetUsesAcc() function to allow binary operators to
10020           fetch their operands in the correct order; made genMinus() emit
10021           compact code for X = LITERAL - Y
10022
10023 2002-09-00  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10024         * \sdcc\as\mcs51\lklist.c: Fixed incorrect number of parameters to
10025         sprintf() in line 1267.
10026
10027 2002-09-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10028         * \sdcc\src\SDCCglue.c: Generate areas REG_BANK_[0-3] only for 8051
10029         like ports.
10030
10031 2002-09-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10032         Changes to aslink (All the changes are marked with 'JCF'):
10033
10034         * \sdcc\as\mcs51\aslink.h: External definition of sflag and
10035         summary().
10036
10037         * \sdcc\as\mcs51\lkarea.c: Computes the size of area BSEG_BYTES from
10038         area BSEG.  Also moves, if possible, the DATA area down into the internal
10039         ram so more space is available.
10040
10041         * \sdcc\as\mcs51\lkdata.c: Definition of memory summary output flag
10042         sflag.
10043
10044         * \sdcc\as\mcs51\lklist.c: For the BSEG area report the size in bits,
10045         not bytes.  Function summary() which creates a memory usage summary
10046         file with extension .mem.  Reports of overlaping stack and small stack
10047         size.  If the space for the stack is less than 16 bytes aslink trows a
10048         warning.
10049
10050         * \sdcc\as\mcs51\lkmain.c: Creation of some of the default areas for
10051         the 8051.  Option 'y' for memory summary output file.
10052
10053         Changes to sdcc (All the changes are marked with 'JCF'):
10054
10055         * \sdcc\src\SDCCglobl.h: External definition of RegBankUsed[4].
10056
10057         * \sdcc\src\SDCCglue.c:  If a register bank is used, creates an
10058         overlaying area for it (uses RegBankUsed[4]).
10059
10060         * \sdcc\src\SDCCmain.c: Definition RegBankUsed[4]; marks register
10061         bank zero as used by default.  By default aslink locates the stack
10062         (equivalent to --stack-after-data).  Pass option 'y' to aslink for
10063         the creation of the .mem file.  Delegates the allocation of data area
10064         to aslink (it is not longer 0x30 by default).  If --stack-loc passes
10065         the begining of the stack area to aslink.
10066
10067         * \sdcc\src\SDCCmem.c:  If a register bank is used, marks it so
10068         glue() in SDCCglue.c creates an area for it.
10069
10070 2002-09-03  Borut Razem <borut.razem AT siol.net>
10071         * sdcc/src/SDCCglue.c, sdcc/src/SDCCglue.h, sdcc/src/SDCCmain.c,
10072         sdcc/src/pic/glue.c:
10073         introduced atexit() handler for teporay files removal in case of
10074         errors, assertions, ...
10075
10076 2002-08-29  Borut Razem <borut.razem AT siol.net>
10077         * sdcc/support/cpp2/auto-host_vc_in.h:
10078         re-definition of O_BINARY and other O_XXX as _O_BINARY and _O_XXX, so the problem
10079         with the returned value from read() in sdcc/support/cpp2/cppfiles.c is solved for MSC.
10080         Maybe there is a similar problem with BORLANDC? It should be checked!
10081
10082         * sdcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c, sdcc/src/z80/ralloc.c:
10083         corrected improper use of assert: the assignment to clr variable was done inside the assert.
10084         In case that NDEBUG was defined, the assert macro was substituted with no-op, so the assignment
10085         was not executed, and the compiler (cl) launched a warning:
10086         ralloc.c(1442) : warning C4700: local variable 'clr' used without having been initialized
10087
10088 2002-08-28  Bernhard Held <bernhard AT bernhardheld.de>
10089         * src/SDCCglue.c (printIvalArray): iterative calculation of array length
10090
10091 2002-08-28  Jesus Calvino-Fraga and Borut Razem <borut.razem AT siol.net>
10092         * sdcc/sdcc.dsw: added sdcpp, sdcppa, yacc, conf projects
10093
10094         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
10095           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp,
10096           sdcc/src/xa51/xa51.dsp, sdcc/src/avr/avra.dsp,
10097           sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
10098           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp,
10099           sdcc/src/xa51/xa51a.dsp, sdcc/as/as_z80.dsp,
10100           sdcc/as/aslink.dsp, sdcc/as/asx8051.dsp, sdcc/packihx/packihx.dsp:
10101         - added Release configuration in VS projects
10102         - review of compiler an linker options
10103         - VC .exe files are generated in bin_vc directory, not to interfere
10104           with binaries generated from other projects (cygwin, mingw, bcc ...)
10105
10106         * sdcc/src/yacc.dsp: added
10107
10108         * sdcc/config.dsp, sdcc/configure_vc.awk, sdcc/sdcc_vc_in.h:
10109         added - genarate sdcc_vc.h using sdcc_vc_in.h as template
10110         and insert the version number definitions from .version
10111
10112         * sdcc/support/cpp2/sdcpp.dsp: added - VC project for sdcpp
10113
10114         * sdcc/support/cpp2/sdcppa.dsp, sdcc/support/cpp2/auto-host_vc_in.h:
10115         added - genarate auto-host.h using auto-host_vc_in.h as template
10116
10117         * sdcc/sdcc_vc.h,
10118         removed from CVS, generated automatically
10119
10120 2002-08-25  Bernhard Held <bernhard AT bernhardheld.de>
10121         * support/scripts/inc2h.pl: use gputils or gpasm (from Nathan Hurst)
10122
10123 2002-08-11  Borut Razem <borut.razem AT siol.net>
10124         * support/Util/NewAlloc.c: removed unneeded #include "sdccconf.h" (suggested by Jesus Calvino-Fraga)
10125
10126 2002-08-10  Borut Razem <borut.razem AT siol.net>
10127         * src/SDCCmain.c (main):
10128         file preOutName was unlinked before closed. This seems to be OK on UNIX and cygwin
10129         platforms, but it doesn't work with Visual Studio: the opened file can not be removed.
10130         The consequence was that some temporary files were not removed.
10131
10132         * src/SDCCglue.c:
10133         unification of code in functions tempfilename() and tempfile():
10134         function tempnam() is defined in Visual Studio 6.0 and .NET
10135
10136         * sdcc/sdcc.dsw: removed project sdcpp, added project xa51a
10137
10138         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
10139           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp:
10140         - removed compiler command line option /WX: Treats all warnings as errors
10141         - update a list of source files, included into the project
10142
10143         * sdcc/src/avr/avra.dsp, sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
10144           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp:
10145         changed project type to Generic Project so that can be correcly converted to VS.NET project
10146
10147         * sdcc/as/mcs51/asm.h: definition of PATH_MAX for MSC
10148
10149         * sdcc/src/SDCCast.c: solved MSC error in function decorateType()
10150
10151         * sdcc/src/SDCC.y: added missing ending ';' to rules to get rid of bison warnings
10152
10153         * dcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c:
10154         added return 0 statements after assert() to make compiler happy
10155
10156         * sdcc/src/xa51/peeph.rul, sdcc/src/xa51/peeph.def, sdcc/src/z80/ralloc.c:
10157         added newline in the def file to keep MSC compiler satisfied
10158
10159         * sdcc/src/z80/gen.c:
10160         - function strcasecmp() is not defined in MSC (and probably also in BORLANDC),
10161           so it is replaced with STRCASECMP, which is defined as stricmp in case of MSC and BORLANDC
10162         - solved MSC error in function aopDump()
10163
10164         * sdcc_vc.h: define PREFIX as "\\sdcc"
10165
10166 2002-07-18  Bernhard Held <bernhard AT bernhardheld.de>
10167         * src/SDCCast.c (decorateType): fixed access to array of structures http://sourceforge.net/mailarchive/forum.php?thread_id=902690&forum_id=4107
10168
10169 2002-06-22  Scott Dattalo <scott AT dattalo.com>
10170         * src/pic/*: Numerous bug fixes. Flow analysis has been enhanced.
10171         - Rewrote the register banking algorithm.
10172         - Added pCode live-range analysis to registers (for now, only non-used and
10173         singly-used registers optimized away)
10174
10175         * src/pic/pcoderegs.[ch]: Added new files for pCode live-range analysis
10176
10177         * 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.
10178
10179 2002-05-10  Scott Dattalo <scott AT dattalo.com>
10180         * src/pic/*: Added support for multiplication. Fixed many,many bugs.
10181
10182 2002-04-22  Michael Hope  <michaelh AT vroom>
10183
10184         * device/lib/z80/printf.c: Changed emitter to volatile to work around a pcall bug.
10185
10186         * configure.in (DD_COPT): Added include support required for gbdk.
10187
10188         * .version: Bumped version number just to increase it.
10189
10190         * src/SDCCmain.c: Added -nostdinc to the default options.
10191
10192 2002-04-15  Michael Hope  <michaelh AT vroom>
10193
10194         * device/lib/z80/printf.c (sprintf): Added.
10195
10196         * src/z80/ralloc.c (packRegisters): Disabled pack HL use for GB as it's broken.
10197
10198         * src/z80/peeph.def: Added transpose redundent load rule.
10199
10200         * src/z80/main.c: Added force callee saves for jaune.
10201
10202         * src/port.h: Removed the i186 and tlcs-900h ports as they weren't being being developed.
10203
10204         * src/SDCCmain.c: Pulled the options definition out so that you can add port specific options without changing the main file.
10205
10206 2002-03-28  Johan Knol  <johan AT balder>
10207
10208         * src/SDCCval.c: fixed bug #532436
10209
10210 2002-03-14  Scott Dattalo <scott AT dattalo.com>
10211         * /src/port.h:
10212         Added "char *Processor" field to the port structure.
10213
10214         * /src/SDCCmain.c:
10215         Added -p option. Allows port dependent processor to be specified.
10216
10217         * all ports:
10218         Initialized the new field char *Processor field to NULL in all ports
10219
10220         * /src/pic/*:
10221         Compiler generated registers for interrupt context saving
10222         were not getting allocated.
10223
10224 2002-03-16  Sandeep Dutta  <sandeep AT ddi.com>
10225
10226         * /src/SDCCast.c:
10227         Fixed left shift. Will promote the left side of a left shift
10228         if a) left shifting more than size of operand or b) when assigned
10229         to something size > size of left side
10230
10231 2002-03-14  Scott Dattalo <scott AT dattalo.com>
10232         * src/pic/*
10233         tons of changes. Register allocation has been
10234         rewritten. Added customization for the various PICs. Flow
10235         analysis is restructured. ...
10236
10237         * src/pic/device.h:
10238         Added
10239
10240         * src/pic/device.c:
10241         Added. device.c is a PIC port hack to accomodate variations
10242         in PIC devices.
10243
10244 2002-03-13  Michael Hope  <michaelh AT vroom>
10245
10246         * src/z80/gen.c (genGenPointerGet): Fixed a bug where a pointer in HL is dereferenced into HL but HL is not spilled.  Yeah.
10247
10248 2002-03-04  johanknol  <johanknol AT manik>
10249
10250         * /src/SDCCval.c: fixed
10251
10252         const unsigned char arr[][2] = { { 0, 1 } };
10253         t18.c:1: error: Initializer element is not constant
10254
10255 2002-03-04  bela  <bela AT manik>
10256
10257         * /device/include/mcs51reg.h:
10258         ds89c420 register definition update
10259
10260 2002-03-03    <johan AT FRIJA>
10261
10262         * support/Util/SDCCerr.c: did something, but don't no why anymore
10263
10264         * support/regression/tests/bug-524691.c: made it a little less shy
10265
10266         * src/SDCCast.c (decorateType): fixed bug #524697
10267
10268         * src/SDCCast.c: made some lineno improvements
10269
10270         * src/SDCCval.c (getNelements): changed warning to error
10271
10272         * src/SDCCglue.c (printIvalArray): changed warning to error
10273
10274         * src/SDCCicode.c: fixed a warning for mingw
10275
10276         * src/SDCCast.c (decorateType): fixed the << promotion for ops
10277
10278         * src/SDCCicode.c (geniCodeDivision): divide is shift only for unsigned (bug #524685)
10279
10280 2002-03-02  Sandeep Dutta  <sandeep AT ddi.com>
10281
10282         * src/ds390/peeph.def:
10283         Added some more peephole rules
10284
10285         * src/ds390/gen.c: Various fixes & enhancements
10286
10287         * src/SDCClrange.c, src/SDCClrange.h:
10288         functions "alldefsoutofrange" and "notusedinblock" moved to SDCClrange.c
10289
10290         * src/ds390/ralloc.c:
10291         various fixes & enhancements (ds390) specific
10292
10293         * src/avr/ralloc.c, src/mcs51/ralloc.c, src/pic/ralloc.c, src/xa51/ralloc.c, src/z80/ralloc.c:
10294         Functions "allDefsOutOfRange" & "notUsedinBlock" moved to SDCClrange.c
10295         from rallocs.
10296
10297         * sdcc/src/SDCCcse.c: Better fix for bug # 514308
10298
10299 2002-03-02    <johan AT FRIJA>
10300
10301         * src/SDCCast.c (decorateType): fixed bug #524708
10302
10303         * src/SDCCval.c (floatFromVal): fixed the literal void (whatever that may be)
10304
10305         * src/SDCCicode.c (geniCodePtrPtrSubtract): fixed bug #524691
10306
10307 2002-03-01  Michael Hope  <michaelh AT vroom>
10308
10309         * src/SDCCsymt.c (initCSupport): Removed managling of support function names.
10310
10311         * src/z80/ralloc.c (packRegsForIYUse): Fixed fp bug where four byte operands were packed into IY.
10312
10313 2002-03-01    <johan AT FRIJA>
10314
10315         * src/SDCCglue.c (printIvalPtr): fixed bug #524211
10316
10317         * src/SDCCast.c (decorateType): fixed bug #524209
10318
10319         * src/SDCCval.c (valNot): fixed bug #524195
10320
10321 2002-02-26    <johan AT balder>
10322
10323         * src/xa51/gen.c: fixed a warning
10324
10325         * src/SDCCglue.c (printIvalFuncPtr): fixed bug #522534
10326
10327         * src/SDCCast.c (decorateType): fixed bug #522534
10328
10329 2002-02-23    <johan AT balder>
10330
10331         * src/SDCCdflow.c (computeDataFlow): fixed bug #460088
10332
10333 2002-02-22    <johan AT balder>
10334
10335         * src/SDCCast.c: fixed bug #514865
10336
10337         * src/SDCCy.c ("SDCC.y"): fixed bug #516625
10338
10339 2002-02-21  Sandeep Dutta  <sandeep AT ddi.com>
10340
10341         * sdcc/src/SDCCloop.c:
10342         Previous fix was not good. basic blocks that have "break" or "return" are
10343         not really partof a loop , but live ranges used in these blocks should
10344         be live thru the entire loop, so set partOfLoop but don't add them to
10345         loop region
10346
10347 2002-02-21    <johan AT FRIJA>
10348
10349         * src/SDCCcse.c: fixed bug #514308
10350
10351 2002-02-20  Sandeep Dutta  <sandeep AT ddi.com>
10352
10353         * src/SDCCloop.c:
10354         Fixed BUG #519583. If a conditional block ended in a return/break
10355         statement inside a loop, it was not being considered part of the loop.
10356
10357         * src/SDCCcflow.c: Removed fix (Fixed in SDCCloop.c)
10358
10359 2002-02-10  Karl Bongers <karl AT turbobit.com>
10360
10361         * debugger/*:
10362         Fixed up SDCDB debugger somewhat.  Updated debugger/README
10363         with lots of comments and notes.
10364
10365         * device/examples/test2.c:
10366         Fix bug, "red" variable not being initialized(compiler complained).
10367
10368         * device/examples/Makefile, examples/test3.c:
10369         Add Makefile in device/examples folder, compiles test3.c
10370         for use as a multiple module SDCDB test case.
10371
10372         * sim/ucsim/cmd.src/cmdset.cc:
10373         Took out debug printfs in ucsim "next" command.
10374
10375         * sim/ucsim/xa.src:
10376         Karl and Johan start ucsim XA support.  Most dissassembly working,
10377         about 75% emulation done(plenty of work remaining).
10378
10379         * sim/ucsim/z80.src:
10380         Add Z80 support to ucsim, add test-ucz80 regression test,
10381         notice ucsim/z80 emulation fails on examples/test3.c/itoa code.
10382         Notice z80 compiler fails on examples/test3.c/crc code.
10383
10384 2002-01-30  Sandeep Dutta  <sandeep AT ddi.com>
10385
10386         * src/mcs51/gen.c, src/mcs51/main.c, src/mcs51/ralloc.c:
10387         Added support for --parms-in-bank1
10388
10389         * src/ds390/peeph.def:
10390         added a few more peephole optimzations
10391
10392         * src/ds390/main.c:
10393         1) added __builtin_inp & __builtin_outp used to read in data of given length
10394            from a memory mapped port
10395         2) added __builtin_memcmp
10396         3) added __builtin_swapw swap bytes of a short
10397
10398         * src/ds390/gen.c, src/ds390/gen.h, src/ds390/ralloc.c:
10399         1) handle multiple send & receives from register bank1
10400         2) ralloc can now allocate DPTR1 to some liveRanges
10401
10402         * src/SDCCsymt.c, src/SDCCsymt.h:
10403         changes to handle multiple sends & receives
10404
10405         * src/SDCCptropt.h:
10406         added some pointer arithmetic optimization
10407
10408         * src/SDCCptropt.c:
10409         added some pointer arithmetic optimizations but not stable yet so not
10410         called from anywhere (will get this working shortly)
10411
10412         * src/SDCCopt.c: fixed for multiple sends & receives
10413
10414         * src/SDCCmain.c:
10415         1) added options --parms-in-bank1 (ds390/mcs51) & --protect-sp-update
10416         2) preprocessing done AFTER port->finalizeoptions . This allows ports to
10417            set preprocessor defines (depending on options)
10418
10419         * src/SDCCicode.c, src/SDCCicode.h:
10420         changes made to handle multiple sends & receives
10421
10422         * src/SDCCglobl.h:
10423         Added options --protect-sp-update (ds390) and --parms-in-bank1 (ds390/mcs51)
10424
10425         * src/SDCCcse.c, src/SDCCcse.h:
10426         added function findbackward def (to be used in upcoming optimization)
10427
10428         * src/SDCCcflow.c, src/SDCCcflow.h:
10429         added function returnAtEnd - to determine if a basic block terminates with
10430         a RETURN iCode
10431
10432         * src/SDCCast.c, src/SDCCast.h:
10433         added option parms-in-bank1
10434
10435         * device/lib/_divsint.c, device/lib/_divslong.c, device/lib/_divuint.c
10436         * device/lib/_divulong.c, device/lib/_modsint.c, device/lib/_modslong.c
10437         * device/lib/_modulong.c, device/lib/_mulint.c, device/lib/_mullong.c:
10438         adjusted for --parms-in-bank1 option
10439
10440         * device/include/string.h:
10441         donot redefine "reentrant" keyword
10442
10443         * device/include/ds80c390.h: Added some more SFRs
10444
10445 2002-01-28  Bernhard Held  <bernhard AT bernhardheld.de>
10446
10447         * sim/ucsim: Merged branch ucsim-034-pre3 to main trunk; new version 0.4
10448
10449 2002-01-26  Bernhard Held  <bernhard AT bernhardheld.de>
10450
10451         * src/SDCCast.c (funcOfType): fix usage of double --float-reent
10452
10453 2002-01-22  Bernhard Held  <bernhard AT bernhardheld.de>
10454
10455         * support/regression/fwk/lib/testfwk.c (main): Removed workaround for bug #505387
10456
10457 2002-01-18  Paul Stoffregen  <paul AT pjrc.com>
10458
10459         * Added --xram-movc option
10460
10461 2002-01-13  Bernhard Held  <bernhard AT bernhardheld.de>
10462
10463         * support/regression/Makefile: don't include test-mcs51-stack-auto in target all
10464
10465 2002-01-11  Johan Knol
10466
10467         * Added math lib of Jesus Calvino-Fraga
10468
10469 2002-01-08  Bernhard Held  <bernhard AT bernhardheld.de>
10470
10471         * src/SDCCmain.c (processFile): fix processing of ../../src.c
10472         * support/regression/Makefile: new target test-mcs51-stack-auto
10473         * support/regression/ports/mcs51-stack-auto/spec.mk: added
10474
10475 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
10476
10477         * src/SDCCglue.h: printIvalCharPtr(), not printIvalChar()
10478
10479 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
10480
10481         * support/regression/ports/mcs51/support.c: correct setup of timer / UART
10482
10483 2002-01-03  Bernhard Held  <bernhard AT bernhardheld.de>
10484
10485         * src/SDCCsymt.c (processFuncArgs): fix #498307 by Johan
10486
10487         * src/SDCCglue.h: add definition for printIvalChar()
10488
10489 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
10490
10491         * src/SDCCast.c: fix #498138 by Johan
10492
10493         * src/SDCCglue.c: fix #498138 by Johan
10494
10495 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
10496
10497         * support/regression/Makefile: fix clean
10498
10499         * support/regression/ports/ds390/support.c: fix transmission of last character
10500
10501 2001-12-29  Sandeep Dutta  <sandeep AT ddi.com>
10502
10503         * /sdcc/src/ds390/gen.c:
10504         a) improved computing address of stack variable
10505         b) took out some #if 0 code
10506         c) improved parmBytes adjustment
10507         d) improved genPlusIncr & genMinusIncr
10508         e) genCmp could generate bad code (when left assigned to DPTR)
10509         f) Fixed bug in hasInc
10510
10511         * /sdcc/src/ds390/ralloc.c:
10512         a) packRegsForSupport could mess up live information (Fixed)
10513         b) packRegsDPTRuse could be incorrect for left & right shift
10514
10515         * /sdcc/src/mcs51/ralloc.c:
10516         packRegsForSupport could mess up the live information (Fixed)
10517
10518         * /sdcc/src/mcs51/gen.c: Fixed a bug in hasInc
10519
10520         * /sdcc/src/SDCCast.c:
10521         can reverse a loop even if function call is present as long
10522         as the loop control variable is local & is not passed as parameter
10523
10524 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
10525
10526         * /sdcc/ChangeLog: *** empty log message ***
10527
10528         * /sdcc/src/ds390/gen.c, /sdcc/src/ds390/main.c:
10529         More builtin function additions for TININative
10530
10531         * /sdcc/src/ds390/ralloc.c:
10532         Had broken the regression testsuite
10533
10534         * /sdcc/src/SDCCast.c: Fixed a bug in dumptree
10535
10536         * /sdcc/src/SDCCsymt.c, /sdcc/src/SDCCsymt.h:
10537         Added funcattr hasStackParms will be set for reentrant functions when there
10538         are paramteres on the stack, this helps in minimizing frame pointer generation
10539         typeFromStr can handle function pointers now
10540
10541         * /sdcc/doc/builtins.txt, /sdcc/doc/TININative.txt:
10542         *** empty log message ***
10543
10544 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
10545
10546         * /src/ds390/gen.c, /src/ds390/main.c:
10547         More builtin function additions for TININative
10548
10549         * /src/ds390/ralloc.c:
10550         Had broken the regression testsuite
10551
10552         * /src/SDCCast.c: Fixed a bug in dumptree
10553
10554         * /src/SDCCsymt.c, /src/SDCCsymt.h:
10555         Added funcattr hasStackParms will be set for reentrant functions when there
10556         are paramteres on the stack, this helps in minimizing frame pointer generation
10557         typeFromStr can handle function pointers now
10558
10559         * /doc/builtins.txt, /doc/TININative.txt:
10560         *** empty log message ***
10561
10562
10563 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
10564
10565         * /src/ds390/gen.c, /src/ds390/main.c, /src/ds390/peeph.def, /src/ds390/ralloc.c:
10566         ALPHA version for -mTININative
10567
10568         * /src/izt/i186.c, /src/izt/tlcs900h.c, /src/mcs51/main.c, /src/pic/main.c, /src/z80/main.c, /src/avr/main.c:
10569         updated to reflect changes in the port structure
10570
10571         * /src/port.h:
10572         added function do_assemble (similar to do_link) if non-null this function
10573         will be called to do assembly (-mTININative) requires a multi command
10574         assembly
10575         added function genAssemblerEnd will be called to generate assembler Epilogue
10576
10577         * /src/SDCCsymt.c:
10578         added _JavaNative to debug info printing
10579
10580         * /src/SDCCmain.c: added option --tini-libid
10581         added port->do_assemble function (-mTININative) has a multi command assemble
10582
10583         * /src/SDCCglue.c: Disabled "constExpr" check
10584         added port->genAssemblerEnd function
10585
10586         * /src/SDCCglobl.h: Added option --tini-libid value
10587
10588         * /src/SDCCast.h:
10589         tookout optimizeCompare from the header (has no external references)
10590
10591         * /src/SDCCast.c: made one more function "static"
10592
10593 2001-12-23  Michael Hope  <michaelh AT juju.net.nz>
10594
10595         * src/z80/mappings.i: Added z80asm support.
10596
10597         * src/z80/main.c: Added z80asm support on --asm=z80asm
10598
10599         * src/z80/gen.c: Fixed asm portability issues.
10600
10601         * src/asm.c (tvsprintf): Removed old code, added 'N' for function name.  For extern support.
10602
10603         * src/SDCCglue.c (printExterns): Added global/extern split.
10604
10605 2001-12-17  Bernhard Held  <bernhard AT bernhardheld.de>
10606
10607         * support/regression/Makefile: added test for mcs51 model large
10608
10609         * support/regression/ports/mcs51-large/spec.mk: added test for mcs51 model large
10610
10611         * support/regression/ports/gbz80/spec.mk: added -mgbz80
10612
10613 2001-12-05  Michael Hope  <michaelh AT juju.net.nz>
10614
10615         * src/diff.1 (Index): Many, many optmisiations.  Dhrystone up to 201.
10616
10617 1904-01-06  Michael Hope  <michaelh AT juju.net.nz>
10618
10619         * src/z80/ralloc.c (packRegsForIYUse): Fixed the case where an operand is in direct space.
10620
10621         * src/z80/gen.c (makeFreePairId): Optimised IY load by using a spare pair.
10622
10623 2001-12-02  Bernhard Held  <bernhard AT bernhardheld.de>
10624
10625         * src/mcs51/gen.c (genFunction): avoid excess "inc sp"
10626
10627         * support/regression/tests/simplefloat.c: Port to mcs51.
10628
10629 2001-11-25  Michael Hope  <michaelh AT juju.net.nz>
10630         * support/regression/tests/bug-485362.c: Added.
10631
10632         * support/regression/tests/simplefloat.c (testDivNearOne): Added.
10633
10634         * src/z80/gen.c (aopOp): Fixed case where left and result are in the same spill loc and they have different sizes.
10635
10636         * src/z80/peeph.def: Added rules for optimising two byte compares on the same thing, and to optimise two ptr assign.
10637
10638         * src/z80/gen.c (aopDump): Added a dump function.
10639
10640 2001-11-25  Bernhard Held  <bernhard AT bernhardheld.de>
10641         * sim/ucsim/s51.src/glob.cc: DS390 SFRs and bits added.
10642
10643         * sim/ucsim/s51.src/port.cc: Port 4 and 5 added.
10644
10645         * sim/ucsim/s51.src/regs51.h: DS390 SFRs added.
10646
10647         * sim/ucsim/s51.src/uc390.cc: Some details improved, CKRDY works for tinibios.
10648
10649         * sim/ucsim/s51.src/uc390cl.h: Work in progress.
10650
10651         * sim/ucsim/sim.src/uccl.h: 6 ports for DS390.
10652
10653         * support/regression/fwk/lib/testfwk.c: Run with tinibios.
10654
10655         * support/regression/ports/mcs51/spec.mk: Fine tuninig.
10656
10657         * support/regression/ports/ds390/support.c: Use tinibios.
10658
10659         * support/regression/ports/ds390/spec.mk: Fine tuning, use tinibios.
10660
10661 2001-11-23  Michael Hope  <michaelh AT juju.net.nz>support/regression/tests/bug-460010.c
10662
10663         * src/z80/ralloc.c (packRegsForHLUse3): Changed to not pack into HL if anything is in direct space.
10664         (packRegsForHLUse3): Added packing support for send, cast, and return value from a call.
10665
10666         * src/z80/peeph.def: Added rules for optimising pushes of part of a pair.
10667
10668         * src/z80/gen.c (emitCall): Changed the stack fixup to not use HL.
10669
10670 2001-11-18  Michael Hope  <michaelh AT juju.net.nz>
10671
10672         * src/z80/gen.c (genCmp): Fixed compare on unsigned.
10673
10674         * src/z80/ralloc.c (packRegsForHLUse3): Created and optimised.
10675         (packRegsForIYUse): Created and optimised.
10676
10677 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
10678
10679         * support/regression/tests/float.c (testFloatAdd): Fixed up warning.
10680 2001-11-18  Bernhard Held  <bernhard AT bernhardheld.de>
10681
10682         * sdcc/support/regression/tests/bug-460010.c: fix seg violation on host
10683
10684         * sdcc/support/regression/tests/muldiv.c: fix output on mcs51
10685
10686         * sdcc/support/regression/tests/stacks.c: fix DSEG overflow on mcs51
10687
10688 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
10689
10690         * sdcc/sim/device/lib/_gptrget.c: mem region 5 (idata) added
10691
10692         * sdcc/sim/device/lib/_gptrput.c: mem region 5 (idata) added
10693
10694 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
10695
10696         * sdcc/sim/ucsim/globals.cc: New: IXRAM.
10697
10698         * sdcc/sim/ucsim/stypes.h: New: IXRAM.
10699
10700         * sdcc/sim/ucsim/s51.src/uc390.cc: New: IXRAM.
10701
10702 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
10703
10704         * src/z80/ralloc.c (packRegsForHLUse): Banned IFXs from being packed into HL.
10705         (packRegsForHLUse): Added rule to pack address of/pointer get for itemps into HL for the Z80.
10706         (packRegsForAccUse2): Added rule to pack hbit IFXs into A.
10707
10708         * src/z80/main.c (_setDefaultOptions): Made float code re-entrant by default.
10709
10710         * src/z80/gen.c (aopGetLitWordLong): Added word support for floats.
10711         (genNotFloat): Added.
10712         (genUminusFloat): Added.
10713
10714         * device/lib/z80/Makefile: Added floating pt stubs.
10715
10716         * device/lib/Makefile.in (Z80SOURCES): Added floating pt support.
10717
10718         * src/z80/gen.c (genIpush): Fixed up a push of one byte when left is in a pair.
10719
10720         * device/lib/_fsadd.c (__fsadd): Fixed up return where the numbers are hugely different.
10721
10722 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
10723
10724         * sdcc/sim/ucsim/s51.src/glob.cc: Minor fix.
10725
10726         * sdcc/sim/ucsim/s51.src/regs51.h: Minor fix.
10727
10728         * sdcc/support/regression/Makefile: Add port ds390.
10729
10730         * sdcc/support/regression/ports/mcs51/spec.mk: Minor change.
10731
10732         * sdcc/support/regression/ports/z80/spec.mk: Minor change.
10733
10734         * sdcc/support/regression/ports/ds390/spec.mk: Added.
10735
10736         * sdcc/support/regression/ports/ds390/support.c: Added.
10737
10738         * sdcc/support/regression/ports/ds390/uCsim.cmd: Added.
10739
10740         * sdcc/support/regression/ports/mcs51/timeout.c: Cut.
10741
10742         * sdcc/support/regression/fwk/lib/timeout.c: Paste.
10743
10744 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
10745
10746         * device/include/malloc.h: Added z80 and gbz80 support.
10747
10748         * device/lib/gbz80/heap.s: Added.
10749
10750         * device/lib/z80/heap.s: Added.
10751
10752         * device/lib/malloc.c: Added z80 and gbz80 support.
10753
10754         * support/regression/tests/malloc.c (testMalloc): Added.
10755
10756         * src/SDCCmain.c (parseCmdLine): Added support for -Wp.
10757
10758         * support/regression/tests/bug-478094.c: Added.
10759
10760         * src/z80/gen.c (commitPair): Fixed silly gbz80/z80 commit to static bug.
10761
10762 2001-11-04  Bernhard Held  <bernhard AT bernhardheld.de>
10763
10764         * sdcc/sim/ucsim/s51.src/uc390cl.h: Improvement for ds390 to run regression tests
10765
10766         * sdcc/sim/ucsim/s51.src/uc390.h: Improvement for ds390 to run regression tests
10767
10768         * sdcc/sim/ucsim/s51.src/regs51.h: Improvement for ds390 to run regression tests
10769
10770         * sdcc/sim/ucsim/s51.src/glob.cc: Improvement for ds390 to run regression tests
10771
10772         * sdcc/support/regression/tests/bug-460010.c: Small change for ds390
10773
10774 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
10775
10776         * src/z80/peeph-gbz80.def: Removed a bad sub optimisation.
10777
10778 2001-11-03  Michael Hope  <michaelh AT juju.net.nz>
10779
10780         * support/regression/tests/bug-477927.c: Added.
10781
10782         * src/z80/peeph.def: Added minor rules.
10783
10784         * src/z80/gen.c (genPlusIncr): Added an extra plusinc rule.
10785
10786         * src/z80/peeph.def: Added jump optimisation modification.
10787
10788 2001-11-01  Michael Hope  <michaelh AT juju.net.nz>
10789
10790         * src/SDCCmain.c (linkEdit): Added runtime path detection to the mcs51 port.
10791
10792 2001-10-30  Michael Hope  <michaelh AT juju.net.nz>
10793
10794         * support/regression/tests/funptrs.c: Added.
10795
10796 2001-10-29  Michael Hope  <michaelh AT juju.net.nz>
10797
10798         * src/z80/ralloc.c (packRegsForHLUse): Fixed up bad spill due to pushing one byte via HL.
10799
10800 2001-10-28  Michael Hope  <michaelh AT juju.net.nz>
10801
10802         * src/z80/gen.c (genArrayInit): Made it work for on stack arrays.
10803
10804         * src/z80/main.c (gbz80_port =): Added rle support to the gbz80 port.
10805
10806         * src/z80/gen.c (genMinus): Fixed for where the result is one byte.
10807         (movLeft2ResultLong): Created.
10808
10809         * src/z80/ralloc.c (packRegsForHLUse): Added a couple of simple cases for the GB.
10810         (joinPushes): Added.  Joins two char pushes into a word push.
10811
10812 2001-10-27  Michael Hope  <michaelh AT juju.net.nz>
10813
10814         * support/cpp2/Makefile.in (install): Added creation of dest dir.
10815
10816         * support/makebin/Makefile (install): Added creation of dest dir.
10817
10818 2001-10-24 Karl Bongers <karl AT turbobit.com>
10819
10820         * configure.in, configure, Makefile, support/cpp: Removed cpp folder, since we have new cpp2 preprocessor code.
10821
10822 2001-10-21  Michael Hope  <michaelh AT juju.net.nz>
10823
10824         * src/z80/ralloc.c: Turned off faulty pack for one use.
10825
10826         * src/z80/peeph-gbz80.def: Removed redundent restart options.
10827
10828         * src/z80/gen.c (genMult): Added native mul for constants on the z80 and gbz80.
10829
10830 2001-10-21  Bernhard Held  <bernhard AT bernhardheld.de>
10831
10832         * support/regression/Makefile: Improved clean
10833
10834         * support/regression/ports/gbz80/spec.mk: Added clean
10835
10836         * support/regression/ports/host/spec.mk: Added clean
10837
10838         * support/regression/ports/z80/spec.mk: Added clean
10839
10840         * support/regression/ports/mcs51/spec.mk: Added clean, little improvements
10841
10842         * support/regression/ports/mcs51/timeout.c: little improvements
10843
10844 2001-10-17  Michael Hope  <michaelh AT juju.net.nz>
10845
10846         * device/lib/malloc.c (MEMHEADER): Fixed against new pedantic pointers.
10847
10848         * support/regression/fwk/include/testfwk.h: Fixed up to use function pts correctly.
10849
10850         * support/regression/generate-cases.py: Fixed up to use function pts correctly.
10851
10852 2001-10-16  Bernhard Held  <bernhard AT bernhardheld.de>
10853
10854         * support/regression/port/mcs51/spec.mk: add timeout for uCsim
10855
10856         * support/regression/port/mcs51/timeout.c: add timeout for uCsim
10857
10858 2001-10-13  Michael Hope  <michaelh AT juju.net.nz>
10859         * src/z80/gen.c (emitCall): Fixed up missing spill of HL when used to assign the result value.
10860
10861         * src/z80/ralloc.c: Turned off pack for one use as it's quite broken.
10862
10863         * src/SDCCmain.c (linkEdit): Added support for passing a legacy command line through the processor.
10864
10865         * src/mcs51/main.c (_linkCmd): Added bin path to command.
10866
10867         * src/SDCCmain.c (initValues): Added support for when it it called just to link.
10868
10869         * as/mcs51/lklibr.c (libfil;): Turned off 'library file' message.
10870
10871         * src/SDCCval.c (constVal): Fixed usage of 'L' modifier problems on ppc.
10872
10873         * support/regression/tests/longor.c: Added.
10874
10875 2001-10-11  Bernhard Held  <bernhard AT bernhardheld.de>
10876
10877         * as/mcs51/asdata.c: replaced FILENAME_MAX with PATH_MAX
10878
10879         * as/mcs51/aslink.h: define PATH_MAX
10880
10881         * as/mcs51/asm.h: define PATH_MAX
10882
10883         * as/mcs51/asmain.c: replaced FILENAME_MAX with PATH_MAX
10884
10885         * as/mcs51/asnoice.c: replaced FILENAME_MAX with PATH_MAX
10886
10887         * as/mcs51/lklex.c: replaced FILENAME_MAX with PATH_MAX
10888
10889         * as/mcs51/lkmain.c: replaced FILENAME_MAX with PATH_MAX
10890
10891         * src/SDCCglobl.h: define PATH_MAX
10892
10893         * src/SDCCmacro.c: replaced FILENAME_MAX with PATH_MAX
10894
10895         * src/SDCCmain.c: replaced FILENAME_MAX with PATH_MAX
10896
10897 2001-10-11  Michael Hope  <michaelh AT juju.net.nz>
10898
10899         * src/z80/gen.c (gencjneshort): Fixed
10900
10901         * src/z80/ralloc.c (packRegsForHLUse): Added pack into HL for cast then ipush.
10902
10903 2001-10-09  Michael Hope  <michaelh AT juju.net.nz>
10904
10905         * support/regression/tests/bug-469671.c: Added.
10906
10907         * src/z80/gen.c (shiftIntoPair): Fixed up warning.
10908
10909 2001-10-08  Michael Hope  <michaelh AT juju.net.nz>
10910
10911         * src/SDCCmain.c: Added --fommit-frame-pointer option and implemented in the z80 port.
10912
10913         * src/z80/gen.c (genPlus): Fixed to work with extended stack.  Also fixed genMinus, genCmp.  genUMinus is still left.
10914
10915 2001-10-08  Bernhar Held  <bernhard AT bernhardheld.de>
10916
10917         * src/SDCCmain.c (preProcess): added define SDCC_NOOVERLAY
10918
10919         * src/device/lib/_mulint.c  : removed hint: nooverlay bug
10920
10921         * src/device/lib/_mullong.c : removed hint: nooverlay bug
10922
10923         * src/device/lib/_divuint.c : removed hint: nooverlay bug
10924
10925         * src/device/lib/_divulong.c: removed hint: nooverlay bug
10926
10927         * src/device/lib/_moduint.c : removed hint: nooverlay bug
10928
10929         * src/device/lib/_modulong.c: removed hint: nooverlay bug
10930
10931 2001-10-07  Michael Hope  <michaelh AT juju.net.nz>
10932
10933         * 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.
10934
10935         * support/Util/NewAlloc.c (freeTrace): Changed free for the gc case to not free at all.  Fixes runtime segfault.
10936
10937         * support/regression/tests/scott-compare3.c (c_abcd): Fixed up casts.
10938
10939 2001-10-07    <johan AT FRIJA>
10940
10941         * device/lib/gets.c (gets): fixed the return value.
10942
10943 2001-10-06  Michael Hope  <michaelh AT juju.net.nz>
10944         * src/SDCCmain.c (WRITE_SEG_LOC): Fixed up to use Safe_strdup.
10945
10946         * 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.
10947
10948         * 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.
10949
10950         * src/z80/gen.c (genZ80Code): Added de-allocation via trace support.
10951
10952         * src/pic/gen.c: Removed Safe_strdup.
10953
10954         * configure.in: Added option to enable libgc support.
10955
10956         * src/SDCCbitv.c (bitVectnBitsOn): Optimised.
10957         (bitVectUnion): Optimised.
10958         (bitVectIntersect): Optimised.
10959         (bitVectBitsInCommon): Optimised.
10960         (bitVectCplAnd): Optimised.
10961
10962         * support/makebin/makebin.c (usage): Removed getopt as mingw32 doesn't have it.  Sigh.
10963
10964 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
10965
10966         * src/SDCCmain.c: distinguish between assembler debug and plain options
10967
10968         * src/avr/main.c:   remove standard assembler options
10969
10970         * src/ds390/main.c: remove standard assembler options
10971
10972         * src/mcs51/main.c: remove standard assembler options
10973
10974         * src/port.h: removed "PENDING" comment
10975
10976 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
10977
10978         * src/device/lib/_mulint.c  : new, with assember functions
10979
10980         * src/device/lib/_mullong.c : new, with assember functions
10981
10982         * src/device/lib/_divuint.c : with assember functions
10983
10984         * src/device/lib/_divsint.c : with assember functions
10985
10986         * src/device/lib/_divulong.c: with assember functions
10987
10988         * src/device/lib/_divslong.c: with assember functions
10989
10990         * src/device/lib/_moduint.c : with assember functions
10991
10992         * src/device/lib/_modsint.c : with assember functions
10993
10994         * src/device/lib/_modulong.c: with assember functions
10995
10996         * src/device/lib/_modslong.c: with assember functions
10997
10998         * src/device/lib/libint.lib:  replaced _muluint.c  and _mulsint.c  by _mulint.c
10999
11000         * src/device/lib/liblong.lib: replaced _mululong.c and _mulslong.c by _mullong.c
11001
11002         * src/device/lib/Makefile.in: replaced _muluint.c  and _mulsint.c  by _mulint.c
11003                                       replaced _mululong.c and _mulslong.c by _mullong.c
11004
11005 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
11006
11007         * src/SDCCsymt.c: sequence of specifiers in pintTypeChain() corrected
11008
11009 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
11010
11011         * src/SDCCglue.c: test, if win32api is available for MINGW
11012
11013 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
11014
11015         * src/SDCCsymt.c: no more _modifier in printTypeChain()
11016         * support/regression/tests/driverstruct.c: REENTRANT for mcs51
11017         * support/regression/ports/gbz80/spec.mk: removed GENERIC
11018         * support/regression/ports/host/spec.mk: removed GENERIC
11019         * support/regression/ports/mcs51/spec.mk: removed GENERIC
11020         * support/regression/ports/z80/spec.mk: removed GENERIC
11021
11022 2001-10-01  Michael Hope  <michaelh AT juju.net.nz>
11023
11024         * support/regression/fwk/lib/testfwk.c (__printf): Removed GENERIC.
11025
11026         * support/regression/tests/bug-467035.c: Created.
11027
11028 2001-10-01    <johan AT FRIJA>
11029
11030         * src/SDCC.y: fixed bug #466586 part 1
11031
11032 2001-10-01  Johan Knol <johan.knol AT iduna.nl>
11033
11034         * SDCCicode.c: z80 has no generic pointers
11035         * removed -s from strip in all Makefile(.in)'s. It is not needed, but Solaris chocks on it.
11036
11037 2001-09-30  Michael Hope  <michaelh AT juju.net.nz>
11038
11039         * sim/ucsim/cmd.src/Makefile.in ($(PRJDIR)/libcmd.a): Changed all ar references to $(AR) for Solaris.
11040
11041 2001-09-29  Michael Hope  <michaelh AT juju.net.nz>
11042
11043         * Makefile (sdcc-libs): Added makebin to the list of standard targets.
11044
11045         * support/regression/ports/z80/spec.mk: Updated to use env for sdcc bin dir for automatic regression.
11046
11047 2001-09-25  Michael Hope  <michaelh AT juju.net.nz>
11048
11049         * configure.in: Fixed up so that ucsim is only configured once.
11050
11051         * support/cpp2/configure.in: Fixed to use the program transform to append the .exe for the win32 build.
11052
11053         * src/SDCCutil.c (getPrefixFromBinPath): Fixed up to work with win32 in all of its glory.
11054         (getPathDifference): As above.
11055
11056         * src/SDCCmain.c (preProcess): Changed to use a temporary file in a proper temp directory.  Fixed case where pre-processing only.
11057
11058         * src/SDCCglue.c (tempfilename): Added function for pre-processor.
11059
11060 2001-09-23  Michael Hope  <michaelh AT juju.net.nz>
11061         * .version: Updated to 2.3.1
11062
11063         * src/z80/main.c (z80_port =): Added macro based linker and assembler command line support.
11064         Added copyright header.
11065
11066         * src/SDCCmain.c: Shifted various functions into SDCCutil.c
11067         (assemble): Added support for macro based assembler commands.
11068         (linkEdit): Added support for macro based linker commands.
11069         (preProcess): Changed the pre-processor to use macros.
11070         (_setPaths): Added functionality to autodetect the include, lib and bin dir paths.
11071         (_discoverPaths): Added support for overriding the install directory using the SDCCDIR env variable.
11072
11073         * device/lib/z80/crt0.s: Added module name for debugging.
11074
11075 2001-09-20  Michael Hope  <michaelh AT juju.net.nz>
11076
11077         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
11078
11079         * src/SDCChasht.c (hTabDeleteByKey): Fixed delete as it would delete the last item from a bucket even if it wasn't the real one.
11080
11081         * src/SDCCglue.c: Moved gc_strdup to SDCCutil.c
11082
11083         * src/Makefile.in: Added SDCCmacro and SDCCutil
11084
11085 2001-09-19  Michael Hope  <michaelh AT juju.net.nz>
11086
11087         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
11088
11089 2001-09-16    <johan AT FRIJA>
11090
11091         * 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.
11092
11093 2001-09-15    <johan AT FRIJA>
11094
11095         * src/mcs51/ralloc.c: (findAssignToSym): fixed bug #460662 part 1
11096         * src/ds390/ralloc.c (findAssignToSym): fixed bug #460662 part 1
11097
11098 2001-09-11    <johan AT FRIJA>
11099
11100         * src/SDCCval.c (valDiv Mod Minus Plus Shift): keep litteral expressions as small as possible (bug #460010)
11101
11102 2001-09-10  Michael Hope  <michaelh AT juju.net.nz>
11103
11104         * support/regression/tests/bug-460444.c: Added test case.
11105
11106         * src/z80/gen.c (genOr): bug 460444: if (a ^ lit) was broken for &, |, and ^.
11107         (genCast): Added justification for all of the asserts.
11108
11109 2001-09-10  Bernhard Held <bernhard AT bernhardheld.de>
11110
11111         * support/regression/support.c: _xdata replaced by xdata
11112
11113         * support/regression/spec.mk: removed _generic
11114
11115 2001-09-09  Michael Hope  <michaelh AT juju.net.nz>
11116
11117         * src/pic/ralloc.c (debugLogRegType): Removed some old types to get it to compile.
11118
11119         * src/z80/gen.c (shiftR2Left2Result): Improved the case when v = v >> n for small values of n to use less code space and time.
11120         (genrshTwo): Fixed v = v >> n where v is a negative int and n is > 8: bug 460010.
11121
11122         * src/z80/peeph.def: Added a rule to optimise shift then compare.
11123
11124         * support/regression/tests/bug-460000.c (testShiftByParam): Added test case.
11125
11126         * support/regression/tests/bug-460010.c: Added test case.
11127
11128         * support/regression/Makefile (test-host): Removed a silly 'clean' target when testing against gcc.
11129
11130 2001-09-09  Bernhard Held <bernhard AT bernhardheld.de>
11131
11132         * support/regression/Makefile: inter-port-clean adjusted for mcs51
11133
11134         * support/regression/testfwk.c: removed workaround for bug #436344
11135
11136         * support/regression/tests/bp.c: use less memory with mcs51
11137
11138         * support/regression/tests/bug-441448.c: use less memory
11139
11140         * support/regression/tests/ports/mcs51/spec.mk: cleanup, use --stack-after-data
11141
11142         * support/regression/collate-results.py: typo
11143
11144 2001-09-08  Michael Hope  <michaelh AT juju.net.nz>
11145
11146         * support/regression/tests/fetchoverlap.c: Added new test case.
11147
11148         * support/regression/tests/bp.c: Added new test case.
11149
11150         * support/regression/tests/bug-448984.c: Added new test case.
11151
11152         * support/regression/tests/pow2shifts.c: Added new test case.
11153
11154         * src/z80/gen.c: Turned off the noise it normally generates for the release.
11155         (genlshTwo): Fixed right shift for count > 8.
11156
11157         * src/z80/ralloc.c: Disabled most of the ACC packing rules as they weren't getting hit and weren't at all safe.
11158
11159 2001-09-08    <johan AT FRIJA>
11160
11161         * src/SDCCicode.c (geniCodeCall): a CPOINTER can be used as a function
11162
11163 2001-09-07    <johan AT FRIJA>
11164
11165         * src/SDCCicode.c (newiCodeCondition): fixed bug #456235 (1.77)
11166
11167         * src/SDCCglue.c (emitRegularMap): only delete a symbol when it is a symbol
11168
11169 2001-09-06    <johan AT FRIJA>
11170
11171         * src/SDCC.y: this could be a fix for bug #458744 (1.37)
11172         * bernhard noted me at this: "() equals to (void)" (1.38)
11173
11174 2001-09-05    <johan AT FRIJA>
11175
11176         * src/SDCCglue.c (emitRegularMap): a fix for bug #458099/2
11177
11178 2001-09-04    <johan AT FRIJA>
11179
11180         * src/SDCCsymt.c (checkSClass): a fix for bug #458099/1
11181
11182
11183 2001-09-04  Paul Stoffregen  <paul AT pjrc.com>
11184
11185         * pragma noinduction broke memcpy on mcs51 large model.  Moved it inside z80 optimization
11186
11187 2001-09-03  Michael Hope  <michaelh AT juju.net.nz>
11188
11189         * link/z80/aslink.h: Fixed path for PATH_MAX
11190
11191 2001-09-02  Michael Hope  <michaelh AT juju.net.nz>
11192
11193         * src/z80/gen.c (fetchLitPair): Changed so that it properly caches direct space references.
11194
11195         * support/regression/tests/addsub.c: Added cases to cover all the +, - combinations.
11196
11197         * support/regression/tests/uminus.c: Added a test for the unary minus operator.
11198
11199         * 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.
11200
11201 2001-09-01  Michael Hope  <michaelh AT juju.net.nz>
11202
11203         * src/z80/gen.c: Fixed up generator to pass the regresion tests, specifically fixing loads for longs, genCmp, and turned on the map file.
11204         (genCmp): Fixed up genCmp for the GB with longs.
11205
11206         * device/lib/gbz80/Makefile: Fixed up all the libraries to pass the regression tests.
11207
11208         * support/regression/ports/host/spec.mk: Updated to compile with the new type specifiers.
11209
11210         * device/lib/Makefile.in (Z80SOURCES): Removed old _mululong, _mulslong, and unneeded _mulint.
11211
11212         * device/lib/_mullong.c (_mulslong): Changed to actually return a value :)
11213
11214 2001-08-30  Paul Stoffregen  <paul AT pjrc.com>
11215
11216         * added peepholes 223 to 231 to mcs51 port.  These improve code when using large model.
11217
11218 2001-08-30  Michael Hope  <michaelh AT juju.net.nz>
11219
11220         * 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.
11221
11222         * src/z80/gen.c (genPlus): Changed bad long add for gb to a fall through.
11223
11224 2001-08-29  Michael Hope  <michaelh AT juju.net.nz>
11225
11226         * link/z80/aslink.h: Fixed long file name support.  Is now based off PATH_MAX instead of a constant.
11227
11228         * src/z80/gen.c: Fixed add and sub for the case where left or right are in static space.
11229
11230 2001-08-30 Bernhard Held   <bernhard AT bernhardheld.de>
11231
11232   * sim/ucsim/configure:    little improvement of Cygwin-detection
11233   * sim/ucsim/configure.in: little improvement of Cygwin-detection
11234   * sim/ucsim/cmd.src/newcmdcl.h: include <sys/types.h> to define fd_set automated build
11235   * support/regression/tests/bug-221100.c: small changes for mcs51
11236   * support/regression/tests/bug-221168.c: small changes for mcs51
11237   * support/regression/tests/bug-227710.c: small changes for mcs51
11238   * support/regression/tests/staticinit.c: small changes for mcs51
11239   * as/mcs51/aslink.h: accept everything as symbol name in rel-files, bug fix ID 452601
11240   * as/mcs51/lklex.c:  accept everything as symbol name in rel-files, bug fix ID 452601
11241   * as/mcs51/lksym.c:  accept everything as symbol name in rel-files, bug fix ID 452601
11242
11243 $Revision$