* device/lib/pic16/libsdcc/stack/{stack.S, Makefile.in}: add workaround
[fw/sdcc] / ChangeLog
1 2006-05-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
2
3         * device/lib/pic16/libsdcc/stack/{stack.S, Makefile.in}: add workaround
4         to fix missing stack pragma in compiled binary object file,
5
6 2006-05-14 Bernhard Held <bernhard AT bernhardheld.de>
7
8         * support/packihx/configure.in,
9         * support/packihx/configure: removed warning, autoconf >= 2.5x can
10         determine sizeof basic types even while cross compiling
11
12 2006-05-13 Bernhard Held <bernhard AT bernhardheld.de>
13
14         * src/avr/gen.c (aopop),
15         * src/ds390/gen.c (aopOp),
16         * src/hc08/gen.c (aopOp),
17         * src/mcs51/gen.c (aopop),
18         * src/pic16/gen.c (pic16_aopOp),
19         * src/pic/gen.c (aopOp),
20         * src/z80/gen.c (aopop): fix for bug #1479882; use new, exclusive asmop
21         if size of operand is smaller than spill location
22
23 2006-05-12 Maarten Brock <sourceforge.brock AT dse.nl>
24
25         * doc/sdccman.lyx: documented numeric ranges, WEBDOC #1442369
26         * device/include/ds80c390.h: added sfr16 definitions
27         * src/ds390/gen.c,
28         * src/ds390/gen.h,
29         * src/ds390/main.c,
30         * src/ds390/ralloc.c,
31         * src/ds390/ralloc.h: changes all over the place to sync with mcs51
32           fixing several bugs and adding sfr16/sfr32, reentrant bit params,
33           bit returning functions
34         * support/regression/tests/sfr16.c: enabled test on ds390
35
36 2006-05-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
37
38         * src/hc08/gen.c (asmopToBool, genIfx): fix for bug #1429722
39         * src/hc08/gen.c (storeRegToAop): fix for bug #1439894
40
41 2006-05-11 Maarten Brock <sourceforge.brock AT dse.nl>
42
43         * sim/ucsim/sim.src/memcl.h: added get_decoder() to cl_address_space
44         * sim/ucsim/sim.src/mem.cc: implemented cl_address_space::get_decoder,
45           (cl_address_space constructor): removed expensive initialization,
46           (cl_address_space::get_cell): extended for late initialization,
47           (cl_address_space::*): use late initialization,
48           (cl_address_decoder::activate): removed expensive initialization,
49           This reduced regression test running time by 25%
50
51 2006-05-11 Bernhard Held <bernhard AT bernhardheld.de>
52
53         * packihx/,
54         * configure.in,
55         * configure,
56         * sdcc.dsw,
57         * Makefile.bcc,
58         * Makefile.in,
59         * support/packihx/Makefile.in,
60         * support/packihx/clean.mk,
61         * support/packihx/Makefile.bcc,
62         * support/packihx/PackIhx.dsp: moved packihx to support/packihx
63
64 2006-05-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
65
66         * src/SDCCval.c (valNot): fix for regression test failure
67           of not.c on big endian hosts
68
69 2006-05-10 Maarten Brock <sourceforge.brock AT dse.nl>
70
71         * device/inlcude/mcs51/msc1210.h: new, added, thanks Philippe Latu
72
73 2006-05-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
74
75         * device/lib/mcs51/Makefile.in: changed string comparison operator
76           to = for POSIX compliance; == is bash extension
77
78 2006-05-10 Maarten Brock <sourceforge.brock AT dse.nl>
79
80         * device/lib/hc08/_mulint.c: applied patch 1485428, thanks
81           kosmonaut_pirx
82
83 2006-05-09 Vangelis Rokas <vrokas AT users.sourceforge.net>
84
85         * src/pic16/gen.c (pic16_freeAsmop): release any temp registers
86         allocated by aopForSym thus fixing bug #1478657 about failed testfwk.c
87         * src/pic16/main.c (_pic16_keywords): added 'sfr16' keyword,
88         * src/pic16/ralloc.c (pic16_allocWithIdx): also a fix for bug exposed by
89         bug report #1478657,
90
91 2006-05-05 Borut Razem <borut.razem AT siol.net>
92
93         * doc/Makefile.in: remove of WARNINGS and labels.pl immediately after
94           making the html
95
96 2006-05-02 Borut Razem <borut.razem AT siol.net>
97
98         * doc/Makefile.in: removed *.ind dependency since there is no rule to
99           create *.ind, which made make to fail if invoked with -j 2
100
101 2006-05-01 Maarten Brock <sourceforge.brock AT dse.nl>
102
103         * src/SDCCglue.c (emitRegularMap): partial fix for bug 1477149, thanks
104           Hubert Sack for patch 1479782
105
106 2006-05-01 Vangelis Rokas <vrokas AT users.sourceforge.net>
107
108         * src/pic16/glue.c (pic16_printIvalStruct): fixed bug #1445929
109
110 2006-05-01 Raphael Neider <rneider AT web.de>
111
112         * src/pic/device.c (sanitise_processor_name): only remove p(ic) prefix,
113           (create_pic): store only prefix-free device name,
114           (init_pic): check for device names with "16" prefix,
115           (list_valid_pics),
116         * src/pic/device.h (struct PIC_device),
117         * src/pic/main.c (_pic14_genAssemblerPreamble): adapted to single
118             stored device name,
119         * device/include/pic/pic12f{635,675,629,683}.h,
120         * device/lib/pic/libdev/pic12f{635,675,629,683}.c: NEW device libraries
121         * device/lib/pic/libdev/Makefile.in: allow pic12* devices,
122         * device/include/pic/pic16f505.h,
123         * device/lib/pic/libdev/pic16f505.c: removed
124         * device/include/pic/pic14devices.txt: added support for pic12f
125             devices, removed unsupported non 16-bit devices
126             [above changes provided by patch from Zik Saleeba]
127         * src/pic/*, src/pic16/*, device/include/pic16/*,
128           device/lib/pic/**, device/lib/pic16/**: obfuscated email address
129
130 2006-05-01 Borut Razem <borut.razem AT siol.net>
131
132         * configure.in, configure, doc/Makefile.in:
133           sync with nightly build makefile - latex, dvipdf and dvips
134           not needed any more
135
136 2006-04-30 Bernhard Held <bernhard AT bernhardheld.de>
137
138         * support/scripts/sdcc.nsi: removed all Readmes and Makefiles
139         in the library source
140
141 2006-04-30 Maarten Brock <sourceforge.brock AT dse.nl>
142
143         * support/regression/ports/hc08/spec.mk: fixed bug 1478892
144
145 2006-04-28 Raphael Neider <rneider AT web.de>
146
147         * src/pic16/pcode.c (pic16_newpCodeOpLit12),
148         * src/pic16/gen.c (pic16_popGetLit12): NEW, create 12 bit literal,
149           (pic16_loadFSR0): handle 12 bit literals correctly, fixes #1440527
150         * src/pic16/pcode.h: added prototype for pic16_newpCodeOpLit12()
151
152 2006-04-28 Bernhard Held <bernhard AT bernhardheld.de>
153
154         * device/lib/pic/libdev/Makefile.in,
155         * device/lib/hc08/Makefile.in,
156         * device/lib/gbz80/Makefile.in,
157         * device/lib/z80/Makefile.in,
158         * device/lib/ds390/Makefile.in,
159         * device/lib/ds400/Makefile.in: added srcdir to include search path,
160         thanks to Borut for the bug report
161         * configure.in,
162         * configure: always create doc/Makefile independent from --enable-doc
163         * Makefile.in: always install from directory doc independent from
164         --enable-doc
165         * device/lib/pic/Makefile.in: added libdev again, it was erroneously
166         removed
167         * device/lib/pic/libdev/Makefile.in: fixed VPATH build
168         * doc/Makefile.in: install *.txt if present
169         * device/include/Makefile.in (install): added installation of pic/*.inc
170         and pic/*.txt files again, they were erroneously removed
171
172 2006-04-28 Raphael Neider <rneider AT web.de>
173
174         * src/pic/{gen.c,main.h,pcode.c},
175         * src/pic16/{gen.c,pcode.c}: quietened compiler warnings
176             concerning signedness with casts
177
178 2006-04-28 Raphael Neider <rneider AT web.de>
179
180         * src/pic/gen.c (genFunction): set global pic14_hasInterrupt on
181             definition of an interrupt handler,
182         * src/pic/glue.c (pic14_emitInterruptHandler): moved output of
183             interrupt handler stuff from picglue() to separate routine,
184           (picglue): enabled definition of intr handlers in files w/o main()
185
186 2006-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
187
188         * support/librarian/sdcclib.c: moved include <limits.h> up to enable
189           compilation with MSVC 2005 Express Edition (VC8)
190
191 2006-04-26 Bernhard Held <bernhard AT bernhardheld.de>
192
193         * device/lib/Makefile: fixed build of gbz80 lib
194
195 2006-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
196
197         * support/regression/tests/bug-460010.c,
198         * support/regression/tests/bug-524691.c,
199         * support/regression/tests/bug-716242.c: removed conditional defines
200           that are already in testfwk.h
201
202 2006-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
203
204         * src/ds390/gen.c (AccAXRrl1, AccAXLrl1): changed to real rotate by 1,
205           (AccAXRsh1): added, shift right by 1,
206           (AccAXLsh, AccAXRsh, AccAXRshS): updated for AccAXRrl1, AccAXRsh1 and
207            AccAXLrl1
208         * support/regression/tests/rotate.c: use <stdint.h> and enabled ds390
209
210 2006-04-25 Bernhard Held <bernhard AT bernhardheld.de>
211
212         * src/SDCCast.c (decorateType): partial fix for RFE 1475769,
213         remove cast to same type
214         * src/SDCCast.c (decorateType): fix for RFE 1475742,
215         optimize 'ifx (op == 0)' resp. 'ifx (op != 0)'
216         * as/z80/Makefile,
217         * link/z80/Makefile: removed, they have moved to
218         Makefile.in files
219         * configure,
220         * configure.in: replaced duplicate message about ucsim by missing sdcpp
221         * install-sh: fix bug #1204398 by setting umask 0022
222         * device/lib/Makefile: separate build of z80 and gbz80 lib
223
224 2006-04-24 Bernhard Held <bernhard AT bernhardheld.de>
225
226         Enabled VPATH feature: changed nearly all Makefiles (149 files).
227         See sdccman.lyx '2.4.10 VPATH feature' about how to use it.
228
229         One basic decision: e.g. src/clean.mk includes further files. In order
230         to make this work there are two solutions:
231         - rename another dozen clean.mk to clean_in.mk, add srcdir to them and
232           run configure on them. This way they can use
233           'include $(srcdir)/port-clean.mk'
234         - always include clean.mk by the Makefile at the same level. To avoid
235           that `make clean` tries to include and build Makefile.dep the
236           MAKECMDGOALS are examined (see e.g. src/Makefile.in). This has been
237           implemented, because now even `make uninstall` doesn't create
238           Makefile.in. clean.mk could be eliminated by pasting it in
239           Makefile.in.
240
241         * debugger/mcs51/Makefile.in: build own objects from library sources
242         (SLIB, SDCC) in current directory
243
244         * configure, configure.in: renamed --disable-device-lib-build in
245         --disable-device-lib; added --enable-doc, the required tools are
246         searched by configure; added result message; the toolchain for the
247         belonging ports are now only built, if the port is enabled.
248
249         * support/regression/*: all output is written in directory gen, because
250         the fwk and ports directories don't livet in the build tree using vpath
251
252         * doc/sdccman.lyx: renamed --disable-device-lib-build to
253         --disable-device-lib, added --enable-doc, added section VPATH
254
255         * sim/ucsim/configure.in,
256         * sim/ucsim/configure.in: hc08 couldn't be disabled, now hc08 and
257         z80 are enabled by default
258
259 2006-04-24 Raphael Neider <rneider AT web.de>
260
261         * src/pic/device.c (pic14_assignConfigWordValue): remember assignments
262             to config word, "pic14_"-prefixed some extern functions
263           (pic14_emitConfigWord): emit __config directive(s) if assignment to
264             config word has been found
265         * src/pic/device.h: added prototypes
266         * src/pic/pcode.c: added "pic14_"-prefix where needed
267         * src/pic/ralloc.c (IS_CONFIG_ADDRESS,pic14_assignRegisters): cosmetic
268             fixup
269         * src/pic/glue.c (pic14_constructAbsMap): handle assignments to config
270             words,
271           (pic14emitRegularMap): ignore config words,
272           (pic14createInterruptVect): moved generating __config directives away
273           (picglue): have __config directives emitted
274
275 2006-04-24 Borut Razem <borut.razem AT siol.net>
276
277         * doc/Makefile: sync with nightly build makefile
278
279 2006-04-24 Raphael Neider <rneider AT web.de>
280
281         * src/pic/pcoderegs.c (OptimizeRegUsage): do not optimize
282             registers that have not been assigned proper liveranges,
283             fixes #1469504 and #1474602,
284           (pCodeRegOptimizeRegUsage): fixed typo in comment
285
286 2006-04-24 Borut Razem <borut.razem AT siol.net>
287
288         * device/examples/main8051.c: deleted - it was removed from CVS
289           24.mar.2000 and after that modified 18.feb.2001, so it reappered
290           after the transition to Subversion
291         * src/SDCCalloc.h: deleted - it was removed  from CVS
292           3.feb.2001 and after that modified 18.feb.2001, so it reappered
293           after the transition to Subversion
294         * sim/ucsim/cpu.gif, sim/ucsim/interrupt.gif, sim/ucsim/new.gif,
295           sim/ucsim/serial1.gif, sim/ucsim/serial2.gif,
296           sim/ucsim/term_cpuopt.gif, sim/ucsim/timers.gif, sim/ucsim/wins.gif,
297           sim/ucsim/post.jpg, sim/ucsim/UCsim.jpg: corrected
298
299 2006-04-22 Maarten Brock <sourceforge.brock AT dse.nl>
300
301         * as/asx8051.dsp: added mcs51/strcmpi.h
302         * as/hc08/as_hc08.dsp: added asm.h, m6808.h, strcmpi.h
303         * as/hc08/aslink.h: updated lnksect prototype
304         * as/hc08/asm.h,
305         * as/mcs51/asm.h: added a_addr to struct area and s_org to struct sym
306         * as/hc08/asmain.c,
307         * as/mcs51/asmain.c (asmbl): init dot.s_org for S_ORG,
308           (newdot): handle A_ABS
309         * as/hc08/asout.c,
310         * as/mcs51/asout.c (outarea): output address
311         * as/hc08/lkaomf51.c,
312         * as/mcs51/lkaomf51.c: disabled unused array UsageType
313         * as/hc08/m08pst.c,
314         * as/mcs51/i51pst.c,
315         * as/z80/z80pst.c: "ABS" is not A_OVR
316         * as/hc08/lkarea.c (newarea): read a_addr,
317           (lnkarea): added codemap array, sort absolute areas to the front,
318            combine all GSINITx/GSFINAL,
319           (find_empty_space, allocate_space): new functions,
320           (lnksect): return next address, handle absolute sections
321         * as/mcs51/lkarea.c (newarea): read a_addr,
322           lnksect2 prototype changed,
323           (lnkarea2): define codemap unsigned, combine all GSINITx/GSFINAL,
324           (find_empty_space, allocate_space): new, factored out of lnksect2,
325           (lnksect2): return next address, handle absolute sections
326         * as/hc08/lkhead.c,
327         * as/mcs51/lkhead.c (newhead): head is absolute but not overlay
328         * as/hc08/lklibr.c (addfile, fndsym),
329         * as/mcs51/lklibr.c (addfile, buildlibraryindex, fndsym): prevent
330           index out of range and detect both '\' and '/'
331         * device/include/mcs51/c8051f200.h: added _XPAGE, removed bad comment
332         * device/include/stdbool.h: removed SDCC_ds390 from check to pass
333           regression tests (ds390 cannot return bool yet)
334         * doc/sdccman.lyx: changed version number, document changed --no-peep,
335           document critical interrupts on z80, document changed SDCC define
336         * src/asm.c (_asxxxx_mapping): fixed .org directive,
337           (_a390_mapping): added .org directive
338         * src/hc08/gen.c (transferAopAop): made bytemask log to fix warning,
339           (genMultOneByte): fixed warnings
340         * src/hc08/hc08.dsp: lowered warning level to 2 to suppress pedantic
341           ones
342         * src/pic16/device.c: removed newReg prototype, removed BYTE_IN_LONG
343         * src/pic16/gen.c (pic16_popGetLabel): made parameter key signed,
344           (pic16_genLeftShiftLiteral, genRightShiftLiteral): fixed warnings
345         * src/pic16/gen.h: changed prototype for pic16_popGetLabel
346         * src/pic16/main.c: removed newReg prototype
347         * src/pic16/pcode.c,
348         * src/pic16/pcode.h (pic16_emitDB): changed parameter c to int to fix
349           warnings
350         * src/pic16/pic16.dsp: lowered warning level to 2 to suppress pedantic
351           ones
352         * src/pic16/ralloc.c
353         * src/pic16/ralloc.h (newReg): changed type to int and size to unsigned
354           to fix warnings
355         * src/pic/pcode.c (allocInternalRegister): changed parameter optype
356           from short to PIC_OPTYPE
357         * src/pic/pic.dsp: lowered warning level to 2 to suppress pedantic ones
358         * src/pic/ralloc.c (newReg, allocInternalRegister): changed parameter
359           optype from short to PIC_OPTYPE
360         * src/port.h: made int_size unsigned to fix warnings
361         * src/SDCC.y: fixed warning on MSVC
362         * src/SDCCicode.c (getArraySizePtr): return unsigned int
363         * src/SDCCopt.c (convertToFcall): fixed warnings
364         * src/SDCCsymt.h: removed double prototype for genSymName
365         * src/xa51/ralloc.c (allocReg): made size unsigned int, type int and
366           offset int to fix warnings
367
368 2006-04-22 Borut Razem <borut.razem AT siol.net>
369
370         * doc/sdccman.lyx, */Makefile, */Makefile.in:
371           references to CVS replaced with Subversion
372
373 2006-04-21 Borut Razem <borut.razem AT siol.net>
374
375         * doc/sdccman.lyx, */Makefile, */Makefile.in:
376           references to CVS replaced with Subversion
377
378 2006-04-19 Borut Razem <borut.razem AT siol.net>
379
380         * src/version.awk: adapted for svn
381         * /asxxxx/asxhtml/*.gif: set property svn:mime-type to image/gif
382           sim/ucsim/doc/*.gif: set property svn:mime-type to image/gif
383           sim/ucsim/doc/*.jpg: set property svn:mime-type to image/jpeg
384           /binutils-avr/etc/*.vi, *.jin: removed all properties
385           support/scripts/sdcc.ico: set property svn:mime-type to image/x-icon
386
387 2006-04-19 Borut Razem <borut.razem AT siol.net>
388
389         * CVS to Subversion migration completed
390
391 2006-04-18 Borut Razem <borut.razem AT siol.net>
392
393         * support/scripts/sdcc.nsi: removed unexisting ${DEV_ROOT}\lib\pic\*.o,
394           ${DEV_ROOT}\lib\src\pic\libdev\*.S, ${DEV_ROOT}\lib\src\pic\libdev\*.inc
395
396 2006-04-17 Borut Razem <borut.razem AT siol.net>
397
398         * device/include/Makefile.in: added pic/*.inc to the installation
399
400 2006-04-15 Bernhard Held <bernhard AT bernhardheld.de>
401
402         * support/regression/collate-results.py: fixed output in case of
403         a valdiag error
404         * support/regression/generate-cases.py: fixed splitting of pathnames
405         with dots
406         * as/hc08/lklibr.c (addfile),
407         * as/mcs51/lklibr.c (addfile): fixed off-by-one bug
408
409 2006-04-11 Raphael Neider <rneider AT web.de>
410
411         * src/pic16/gen.c (getFreePtr, pic16_popRegFromString),
412         * src/pic16/ralloc.c (pic16_allocregWithName): removed debug output
413         * src/pic16/pcode.c (assignValnums): fixed #1460578
414
415 2006-04-11 Raphael Neider <rneider AT web.de>
416
417         * device/lib/pic/libdev/*.c,
418         * device/include/pic/*.h: replaced sfr and data with __sfr and __data,
419           fixes #1468739, enables compilation in --std-c99 mode
420         * support/scripts/inc2h.pl: emit __sfr/__data instead of sfr/data
421
422 2006-04-11 Raphael Neider <rneider AT web.de>
423
424         * src/pic/device.c (find_device): removed debug output
425           (list_valid_pics): enabled verbose listing of supported devices
426         * device/include/stdbool.h: define bool as char for pic14/16 as well
427
428 2006-04-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
429
430         * src/SDCC.y: allow using brackets here: "__interrupt (1) __using (1)"
431
432 2006-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
433
434         * .version: bumped version to 2.5.6
435         * src/pic/ralloc.c (newReg): MSVC doesn't support __builtin_return_address
436
437 2006-04-06 Raphael Neider <rneider AT web.de>
438
439         * .version: bumped version to 2.5.6 (pic14 ABI changed)
440         * src/SDCCmain.c: add -DSDCC_PROCESSOR=<id> for pic14 port
441         * src/pic/glue.c (emitSymbolToFile,pic14_constructAbsMap,
442           pic14emitRegularMap,pic14emitMaps): moved output for absolute symbols to
443             pic14_constructAbsMap
444           (pic14printPublics): declare absolute global symbols as global
445           (pic14createInterruptVect),
446         * src/pic/ralloc.c (IS_CONFIG_ADDRESS): support second config word,
447           (newReg): assume new registers unused, use correct name in
448             hashtable (reg->name instead of name), more debugLog output
449         * src/pic/device.h (PIC_device): added fields for verbose output
450         * src/pic/device.c: moved device definition to pic14devices.txt,
451             added routines for runtime parsing of pic14devices.txt,
452             added support for second config word
453         * src/pic/main.c (_process_pragma): removed #pragma maxram,
454           (_pic14_keywords): no longer accept "bit" and "sbit" keywords
455           (_pic14_initPaths): add search paths with "pic" suffix (not "pic14")
456           (_pic14_parseOptions): moved pCodeInitRegisters here
457           (_pic14_do_link): add "pic$(ARCH).lib" to linker arguments
458         * src/pic/pcode.c (AnalyzeBanking): bail out on unset processor,
459           (pCodeInitRegisters): rewrapped comments, perpared new approach to
460             handling the pseudo stack
461         * device/lib/Makefile.in: ignore failures in objects-pic16,
462         * device/lib/pic/{configure,configure.in,Makefile}: added libdev/
463         * device/lib/pic/NEWS: document new dependency on picXXX.lib
464         * device/lib/pic/Makefile.subdir,
465         * device/lib/pic16/Makefile.subdir: improved clean rules
466         * device/lib/pic/libdev/: NEW, pic14 device libraries
467         * device/lib/pic/libsdcc/_gptr{get,put}{1,2,3,4}.S: use _X not X
468         * device/lib/pic/libsdcc/macros.inc: use _X not X, declare default SFRs
469         * device/include/Makefile.in: create subdir and install pic14 headers
470         * device/include/pic/p16f_common.inc: removed unused declarations
471         * device/include/pic/pic16*.h: added header files for 100+ 14 bit
472             PICs from inc2h.pl v1.6,
473             replaced BIT_AT macros with struct declarations
474         * device/include/pic/pic14devices.txt: definition of supported devices,
475             all above improvements contributed by Zik Saleeba, thanks
476         * support/scripts/inc2h.pl: removed BIT_AT, replaced with structs
477         * support/scripts/sdcc.nsi: also install pic14 device libraries and
478             headers
479
480 2006-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
481
482         * device/include/mcs51/c8051f410.h: added interrupt numbers,
483         * device/include/mcs51/c8051f200.h: old SiLabs mcu completes the list,
484           thanks to Charles Olds
485
486 2006-04-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
487
488         * debugger/mcs51/cmd.c (infoRegisters): show return address on stack
489
490 2006-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
491
492         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug 1464657
493         * src/mcs51/gen.c (genJumpTab): fixed bug in medium model
494         * support/regression/bug1464657.c: added, new test
495
496 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
497
498         * src/SDCCmain.c (preProcess): implemented RFE 1449908, define SDCC as the
499           version number
500
501 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
502
503         * src/SDCCpeeph.c (initPeepHole): implemented RFE 1460196, when both
504           --no-peep and --peep-file <file> are used don't use default rules but
505           do use the <file>
506
507 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
508
509         * src/mcs51/gen.c (genCall): fixed bug 1457608
510
511 2006-03-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
512
513         * doc/sdccman.lyx: reverted to version 1.129 of december as my latest
514         changes seem to cause (trigger?) problems with the build system.
515
516 2006-03-29 Maarten Brock <sourceforge.brock AT dse.nl>
517
518         * src/SDCCpeeph.c (operandsLiteral): new, added,
519           (callFuncByName): inserted operandsLiteral
520         * src/mcs51/peeph.def: reenabled 132.e, added extra check to 132.x
521
522 2006-03-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
523
524         * doc/sdccman.lyx: added paragraph "Use of SDCC in Education"
525         * src/mcs51/peeph.def: disabled rule 132.e fixing bug #1453093
526
527 2006-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
528
529         * src/z80/gen.c (genFunction, genEndFunction): fixed bug 1160666,
530           implemented patch 1120823 Thanks to Willy De la Court (normal
531           interrupts need an interrupt number now if they are made critical),
532           and enabled nesting of critical functions though not for gbz80
533           (genCritical, genEndCritical): added functions
534           (genZ80Code): added cases for CRITICAL and ENDCRITICAL
535         * src/z80/mappings.i: added "ei" to all mappings
536
537 2006-03-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
538
539         * sim/ucsim/cmd.src/newcmdcl.h: applied patch fixing GCC 4.1 build
540         submitted by the Debian SDCC maintainer Aurelien Jarno:
541         "Credits goes to Martin Michlmayr, who rebuilt the whole Debian
542         archive with gcc 4.1 on mips and wrote the patch"
543
544 2006-03-16 Raphael Neider <rneider AT web.de>
545
546         * src/pic16/genarith.c (genAddLit): simplified and fixed case where
547           the left operand is shorter than the result (c* = lit-c* + int),
548           fixes bug #1450796
549         * src/pic16/gen.c (genRightShift): check IS_SYMOP before accessing
550           OP_SYMBOL
551
552 2006-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
553
554         * src/.version: increased version number to 2.5.5
555         * src/SDCCmain.c (linkEdit): do not test for PIC16 target since, PIC16
556         linking is done manually in pic16 port's _linkEdit,
557         * src/SDCCsymt.c (compStructSize): for target PIC16 and shell variable
558         PIC16_PACKED_BITFIELDS, compact bitfield structures as much as possible,
559         * src/pic16/gen.c (aopForSym): when direct register name is WREG then
560         allocate asmop as AOP_ACC,
561         (aopForRemat): added parameter 'bool result' in function declaration,
562         (pic16_aopGet): return AOP_ACC when accessing WREG,
563         (pic16_popGetTempReg): minor modification,
564         (pic16_popRegFromIdx): first try with 'pic16_regWithIdx' then with
565         'pic16_allocWithIdx',
566         (genPcall): removed ftype, usage of OP_SYM_TYPE asserted error when
567         calling function in absolute addresses,
568         (genAssign): take into account AOP_ACC asmop,
569         * src/pic16/pcode.c (pic16_newpCodeOpReg): minor modifications,
570         * src/pic16/pcoderegs.c: some debug functions and lines added,
571         * src/pic16/ralloc.c (decodeRegType): added but commented out,
572         * (pic16_typeRegWithIdx): search 'pic16_dynInternalRegs' for given
573         register too,
574         * (pic16_findFreeReg, pic16_findFreeRegNext): allocate new register via
575         call to allocReg, not by manually allocating a new one,
576         (pic16_assignRegisters): now before going through the register
577         allocating functions mark all registers as free. This eliminates some
578         side effects resulting from peephole parser done earlier in the backbone
579
580 2006-03-13 Maarten Brock <sourceforge.brock AT dse.nl>
581
582         * src/SDCCicode.c (geniCodeLogic),
583         * src/SDCCast.c (decorateType): applied patch by Bernhard for rfe 1422617
584
585 2006-03-10 Maarten Brock <sourceforge.brock AT dse.nl>
586
587         * src/mcs51/gen.c (sameReg): new, checks if two aop regs are the same,
588           (genSend): bugfix, do not allocate and free twice,
589           (shiftRLong): handle partially overlapping aops
590         * support/regression/tests/bitopcse.c: fixed warning redefined idata
591
592 2006-03-08 Borut Razem <borut.razem AT siol.net>
593
594         * support/regression/fwk/include/testfwk.h: added defines for xdata, idata
595           for pic16
596
597 2006-03-08 Maarten Brock <sourceforge.brock AT dse.nl>
598
599         * support/regression/tests/bug1409955.c: new, added
600         * src/mcs51/gen.h: changed asmop.freed:1 to asmop.allocated for tracking
601         * src/mcs51/gen.c (newAsmop): set asmop.allocated to 1,
602           (aopForSym, aopOp): increment asmop.allocated if reused,
603           (freeAsmop): decrement asmop.allocated and check for zero instead of
604           using asmop.freed,
605           (freeForBranchAsmop): use asmop.allocated instead of asmop.freed,
606           (genNot, genCpl, genUminus, genMinus, genMult, genDiv, genMod, genCmpGt,
607            genCmpLt, genAndOp, genOrOp, genAnd, genOr, genXor, genRRC, genRLC,
608            genGetHbit, genGetAbit, genGetByte, genGetWord, genSwap,
609            genLeftShiftLiteral, genLeftShift, genRightShiftLiteral,
610            genSignedRightShift, genRightShift, genDataPointerGet,
611            genPagedPointerGet, genFarPointerGet, genCodePointerGet,
612            genGenPointerGet, genDataPointerSet, genAssign, genCast): free asmop's
613             in reverse order from allocation,
614           (genPlus, genCmpEq): free asmop's in reverse order from allocation and
615             added swappedLR to keep track
616         * support/regression/fwk/include/testfwk.h: added defines for xdata, idata,
617           pdata & code for GCC, z80, gbz80 & hc08
618         * support/regression/tests/zeropad.c: moved defines to testfwk.h
619
620 2006-03-08 Raphael Neider <rneider AT web.de>
621
622         * src/pic16/main.c (_hasNativeMulFor): fixed bug #1444425
623
624 2006-03-07 Maarten Brock <sourceforge.brock AT dse.nl>
625
626         * device/include/mcs51/c8051f410.h: new SiLabs mcu
627         * src/ds390/peeph.def: disabled 186.d and 227.a as fix for #1434401
628         * support/regression/tests/array.c: added parenthesis, made arrays unsigned
629
630 2006-03-06 Borut Razem <borut.razem AT siol.net>
631
632         * support/regression/ports/pic16/spec.mk: link with libm18f.lib,
633           made the linker quiet
634
635 2006-03-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
636
637         * src/pic16/gen.c (genPcall): fixed bug #1443644
638         * src/pic16/device.h (struct pic16_options_t): added 'int CATregs' flag
639         which dumps before the function entry point a data byte which represents
640         the number of the local variables used by the specified function, added
641         'xinst' for initial support for Extended Instruction Support,
642         * src/pic16/gen.c (aopForSym, pic16_aopGet): beautifications,
643         (pic16_testStackOverflow): do not prefix GSTACK_TEST_NAME with
644         port->fun_prefix anymore (may change later),
645         (genFunction, genEndFunction): do not store/restore local registers for
646         _main (this should take care the --main-return command line option in
647         the future),
648         (genOr): removed some legacy pic-port instructions,
649         * src/pic16/genarith.c (genAddLit): re-enabled old code because
650         performing operations with SFR's causes data to be written more than
651         once to each SFR. Perhaps SFRs should be handled in special cases...
652         * src/pic16/glue.c: macros BIG_ENDIAN and BYTE_IN_LONG are moved to
653         pcode.h
654         * src/pic16/main.c (_process_pragma): stack bound checking did not take
655         into account for stack starting position,
656         (struct OPTIONS pic16_optionsTable): added command line argument
657         --extended or -y for Extended Instruction Support,
658         * src/pic16/ralloc.c (pic16_decodeOp): added case for FUNCTION,
659         (deassignLRs): *** perhaps the most important change, old 'for' code
660         (commented out for reference), didn't account for some registers which
661         were left marked 'not free' after a pointer operation. The change
662         reduces register usage a lot in some cases
663
664 2006-03-04 Borut Razem <borut.razem AT siol.net>
665
666         * support/regression/ports/hc08/spec.mk: remove *.asm in traget
667           _clean
668         * support/regression/tests/bug-524697.c: decreased array size for
669           mcs51 to fit into the internal RAM
670         * support/regression/Makefile.in: a little bit more verbose
671
672 2006-03-03 Borut Razem <borut.razem AT siol.net>
673
674         * support/regression/fwk/lib/testfwk.c,
675           support/regression/fwk/include/testfwk.h: introduced function
676           _prints(), nonrecursive _printn(), call _initEmu() from main()
677         * support/regression/ports/gbz80/support.asm,
678           support/regression/ports/ucz80/support.asm,
679           support/regression/ports/z80/support.asm,
680           support/regression/ports/ds390/support.c,
681           support/regression/ports/hc08/support.c,
682           support/regression/ports/host/support.c,
683           support/regression/ports/mcs51/support.c,
684           support/regression/ports/xa51/support.c: added empty _initEmu()
685           function
686         * support/regression/ports/pic16/gpsim.cmd,
687           support/regression/ports/pic16/spec.mk,
688           support/regression/ports/pic16/support.c,
689           support/regression/Makefile.in: added pic16 regression test
690
691 2006-03-01 Raphael Neider <rneider AT web.de>
692
693         * src/pic16/gen.c (genPcall,pic16_derefPtr,genGenPointerGet,
694           genConstPointerGet): use safe way of generating MOVFF to cover
695             literals as well as registers, fixes bug #1440527
696         * src/pic16/glue.c (pic16_printIvalBitFields): prevent NULL pointer
697             dereference
698           (pic16_printIvalUnion,pic16_isUnion): NEW, handle initialized unions
699             more correctly, fixes bug #1232186
700           (pic16_printIval): use pic16_printIvalUnion() for initialized unions
701         * src/pic16/main.c (_pic16_linkEdit): reorder linker arguments to make
702             gplink guess the correct processor in more cases, applied patch
703             from Till Riedel attached to and fixing bug #1436552
704
705 2006-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
706
707         * support/regression/tests/array.c: added, contains check for #1434401
708         * src/mcs51/peeph.def: disabled 186.d as temporary fix for #1434401
709
710 2006-02-16 Maarten Brock <sourceforge.brock AT dse.nl>
711
712         * device/include/mcs51/at89s8253.h: new, thanks to Krzysztof Polomka
713         * device/include/mcs51/at89S8252.h: fixed, thanks to Krzysztof Polomka
714         * device/include/mcs51/c8051f326.h,
715         * device/include/mcs51/c8051f340.h: new SiLabs mcu's
716         * device/include/mcs51/c8051f000.h,
717         * device/include/mcs51/c8051f018.h,
718         * device/include/mcs51/c8051f020.h: used () with __at, renamed IDLE,STOP to
719           PCON_IDLE,PCON_STOP and added sfr16 definitions
720
721 2006-02-14 Maarten Brock <sourceforge.brock AT dse.nl>
722
723         * src/mcs51/gen.c (genPlus, genMinus, genMult, genGetAbit, genGetByte,
724           genGetWord): fixed bug 1409955
725
726 2006-02-14 Maarten Brock <sourceforge.brock AT dse.nl>
727
728         * device/include/hc08/mc68hc908gp32.h,
729         * device/include/hc08/mc68hc908jb8.h: removed AWUL, added PTA6 & PTA7
730
731 2006-02-13 Maarten Brock <sourceforge.brock AT dse.nl>
732
733         * src/SDCCast.c (constExprValue): return NULL if not a value
734         * src/SDCCglue.c (printIvalArray): fixed bug 1225568
735         * src/hc08/gen.c(genUnpackBits, genUnpackBitsImmed): fixed bug 1019480
736         * support/regression/tests/bitfields.c: enabled signed bitfield for all
737
738 2006-02-13 Borut Razem <borut.razem AT siol.net>
739
740         * src/regression/ptrarg.c: added, fails due to bug #1430967
741         * src/regression/Makefile: ptrarg.c added, ...
742
743 2006-02-12 Maarten Brock <sourceforge.brock AT dse.nl>
744
745         * src/z80/gen.c (genUnpackBits): fixed bug 1019480
746         * support/regression/tests/bitfields.c: enabled signed bitfield for z80
747
748 2006-02-11 Borut Razem <borut.razem AT siol.net>
749
750         * src/SDCCmain.c: Added "sdcc: Calling linker..." if --verbose,
751           print "Processor: xxx" message to stdout only if --verbose
752
753 2006-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
754
755         * src/SDCCglue.c (printIvalStruct): fixed bug 1426356 union initializer
756         * support/regression/tests/bug1426356.c: added
757         * support/regression/tests/bitfields.c: removed 2 tests
758
759 2006-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
760
761         * device/include/mcs51/at89c51snd1c.h: updated comments, see patch 1428901
762         * device/include/mcs51/c8051f330.h,
763         * device/include/mcs51/c8051f350.h: used () with __at, renamed IDLE,STOP to
764           PCON_IDLE,PCON_STOP and added sfr16 definitions
765         * device/lib/_divsint.c,
766         * device/lib/_divuint.c,
767         * device/lib/_divulong.c,
768         * device/lib/_divulong.c: renamed a,b to x,y to avoid confusion, fixed
769           register bank bug for small stackauto
770
771 2006-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
772
773         * support/regression/fwk/lib/timeout.c: include <stdlib.h> for exit()
774
775 2006-02-08 Maarten Brock <sourceforge.brock AT dse.nl>
776
777         * support/regression/ports/mcs51-xstack-auto/spec.mk: forgot -I(...)/mcs51
778         * all.dsp: corrected several bin paths
779         * device/include/mcs51/c8051f120.h,
780         * device/include/mcs51/c8051f300.h,
781         * device/include/mcs51/c8051f310.h: used () with __at and renamed IDLE,STOP
782           to PCON_IDLE,PCON_STOP
783         * device/include/mcs51/c8051f320.h: see above, also added sfr16 definitions
784         * device/lib/printf_large.c (output_float): fixed bug 1388703
785         * support/regression/tests/bug1057979.c: added test for bug 1388703
786
787 2006-02-08 Raphael Neider <rneider AT web.de>
788
789         * src/pic/pcode.c (pciTRIS): fixed typo,
790           (BuildFlow,LinkFlow_pCode): added (disabled) debug output,
791           (LinkFlow): fixed handling of flows that end in a call,
792           (ReuseReg): perform safety check earlier
793         * src/pic/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed
794             to work with flows at the beginning of a pBlock,
795             fixes #1426557 (Symbol not previously defined),
796           (pic14_ReMapLiveRanges): NEW, destroy and rebuild register
797             usage information
798           (RemoveUnusedRegisters): update register usage info
799         * src/pic/ralloc.c (newReg): prevent duplicate registers from being
800             created, reuse existing ones instead
801         * src/pic/gen.c (genPcall): fixed #1424719
802
803 2006-02-07 Bernhard Held <bernhard AT bernhardheld.de>
804
805         * link/z80/lkmain.c,
806         * link/z80/lklex.c,
807         * link/z80/lkdata.c,
808         * link/z80/aslink.h: fixed build on current cygwin:
809         replaced getline() by lk_getline()
810
811 2006-02-01 Borut Razem <borut.razem AT siol.net>
812
813         * src/regression/add.c, src/regression/add2.c, src/regression/add3.c,
814           src/regression/add4.c, src/regression/and1.c, src/regression/and2.c,
815           src/regression/arrays.c, src/regression/b.c, src/regression/bank1.c,
816           src/regression/bool1.c, src/regression/bool2.c,
817           src/regression/bool3.c, src/regression/call1.c,
818           src/regression/compare.c, src/regression/compare10.c,
819           src/regression/compare2.c, src/regression/compare3.c,
820           src/regression/compare4.c, src/regression/compare5.c,
821           src/regression/compare6.c, src/regression/compare7.c,
822           src/regression/compare8.c, src/regression/compare9.c,
823           src/regression/configword.c, src/regression/for.c,
824           src/regression/inline.c, src/regression/mult1.c,
825           src/regression/nestfor.c, src/regression/or1.c,
826           src/regression/pointer1.c, src/regression/ptrfunc.c,
827           src/regression/rotate1.c, src/regression/rotate2.c,
828           src/regression/rotate3.c, src/regression/rotate4.c,
829           src/regression/rotate5.c, src/regression/rotate6.c,
830           src/regression/rotate7.c, src/regression/string1.c,
831           src/regression/struct1.c, src/regression/sub.c,
832           src/regression/sub2.c, src/regression/switch1.c,
833           src/regression/while.c, src/regression/xor.c,
834           src/regression/create_stc, src/regression/simulate,
835           src/regression/rt.sh, src/regression/Makefile: reenabled Scott's PIC14
836           regression tests
837         * src/regression/gpsim_assert.h: added
838
839 2006-01-28 Bernhard Held <bernhard AT bernhardheld.de>
840
841         * src/ds390/gen.c (unsaveRegisters): fixed literal function pointer
842         ((void (code *) (void)) 0) ();
843         * as/hc08/aslex.c,
844         * as/hc08/aslink.h,
845         * as/hc08/asm.h,
846         * as/hc08/asmain.c,
847         * as/hc08/lkdata.c,
848         * as/hc08/lklex.c,
849         * as/hc08/lkmain.c,
850         * as/mcs51/aslex.c,
851         * as/mcs51/aslink.h,
852         * as/mcs51/asm.h,
853         * as/mcs51/asmain.c,
854         * as/mcs51/lkdata.c,
855         * as/mcs51/lklex.c,
856         * as/mcs51/lkmain.c,
857         * as/z80/aslex.c,
858         * as/z80/asm.h,
859         * as/z80/asmain.c: fixed build on current cygwin:
860         replaced getline() by as_getline()
861
862 2006-01-27 Bernhard Held <bernhard AT bernhardheld.de>
863
864         * src/SDCC.y: fixed bug #716242, exchanged pointer and function
865         declarator in the symbol chain
866         * src/SDCCsymt.h,
867         * src/SDCCsymt.c (processFuncPtrArgs): added, removes "(void)"
868         parameter list for function pointers
869         * src/SDCCast.c (decorateType): added call of processFuncPtrArgs()
870         * support/regression/tests/bug-716242.c: added
871
872 2006-01-20 Bernhard Held <bernhard AT bernhardheld.de>
873
874         * src/SDCCicode.c (geniCodeAdd, geniCodeArray): use char for array
875         offset if possible
876         * src/SDCCast.c (getLeftResultType): 255 fits in char, not 256
877
878 2006-01-18 Bernhard Held <bernhard AT bernhardheld.de>
879
880         * src/SDCCast.c (backPatchLabels): fixed bug #1408066: made it
881         inifinitely recurseable, added static
882         * support/regression/tests/bug-1408066.c: added
883
884 2006-01-17 Bernhard Held <bernhard AT bernhardheld.de>
885
886         * src/SDCCicode.h,
887         * src/SDCCicode.c (newiTempPreheaderLabel, newiTempLoopHeaderLabel):
888         renamed, added possibility to create "postLoopLbl"-labels
889         * src/SDCCBBlock.c (iCodeBreakDown): renamed newiTempPreheaderLabel to
890         newiTempLoopHeaderLabel
891         * src/SDCCloop.c (newInduction, newRegion, backEdges, insertIntoLoop,
892         isNotInBlocks, addToExitsMarkDepth, createLoop, dominatedBy,
893         addDefInExprs, assignmentsToSym, isOperandInvariant, pointerAssigned,
894         hasNonPtrUse, loopInvariants, addressTaken, findInduction,
895         findDefInRegion, mergeRegions, ifMerged, mergeInnerLoops): made static,
896         (pinduction, pregion, hasIncomingDefs, findLoopEndSeq): disabled,
897         (basicInduction): fixed bug #136564, made static,
898         (loopInduction): changed parameter of basicInduction, made static,
899         (addPostLoopBlock): added
900         * src/SDCCloop.h: removed backEdges, pregion, pinduction,
901         loopOptimizations, addressTaken, findDefInRegion, hasIncomingDefs,
902         findLoopEndSeq
903         * support/regression/tests/bug-136564.c: added
904         * support/regression/ports/mcs51-xstack-auto/spec.mk: added
905         --std-sdcc99 to LIBSDCCFLAGS
906
907 2006-01-16 Bernhard Held <bernhard AT bernhardheld.de>
908
909         * src/SDCCicode.c (geniCodeIfx): fix bug 1406131: always false
910         while loop
911         * support/regression/tests/bug-1406131.c: added
912
913 2005-12-31 Bernhard Held <bernhard AT bernhardheld.de>
914
915         * src/SDCCast.c (decorateType): fix promotion of unary minus
916         * src/SDCCsymt.c (computeType): beautified
917         * src/SDCCval.c (cheapestVal): beautified, old non-Ansi version removed,
918         (valUnaryPM, valComplement): fix sign and promotion,
919         (valNot): ANSI: result type is int (SDCC: unsigned char)
920         * support/regression/tests/uminus.c: speedup by removing superflous
921         test case 'int'
922         * support/regression/tests/onebyte.c: added promotion and signedness
923         tests for unary minus
924         * support/regressions/tests/bug-477927.c: disable warning about
925         uninitialized variables
926         * support/regression/tests/not.c: added
927
928 2005-12-28 Bernhard Held <bernhard AT bernhardheld.de>
929
930         * device/lib/Makefile.in: added --std-sdcc99 to CFLAGS
931         * src/mcs51/gen.c (gen51Code): show final register usage after
932         fillGaps in asm with --i-code-in-asm
933         * src/SDCClrange.c (sequenceiCode, setLiveFrom, setLiveTo,
934         markLiveRanges, markAlive, findNextUseSym, findNextUse, unvisitBlocks,
935         incUsed, rliveClear, adjustIChain): made static,
936         (setFromRange): excluded because it's unused,
937         (findPrevUseSym, markWholeLoop): added,
938         (findPrevUse): rewritten; fixes bug 895992; now a complete search
939         through all branches of predecessors enables sdcc to emit the warning
940         W_LOCAL_NOINIT, marking of outermost loop was incomplete,
941         (rlivePoint): made static, added parameter emitWarnings which is only
942         true during the first run out of two,
943         (findRecursiveSucc, findRecursivePred): removed,
944         (computeLiveRanges): made static, added parameter emitWarnings,
945         (dumpIcRlive): added for debugging only
946         * src/SDCClrange.h: added boolean parameter to computeLiveRanges(),
947         removed prototype of setFromRange()
948         * src/SDCCopt.c (eBBlockFromiCode): added new parameter emitWarnings
949         in call of computeLiveRanges()
950         * support/regression/tests/bug-895992.c: added
951         * support/regression/tests/bug-971834.c: added
952         * support/valdiag/tests/bug-895992.c: added
953         * support/valdiag/tests/bug-971834.c: added
954
955 2005-12-18 Raphael Neider <rneider AT web.de>
956
957         * src/pic16/gen.c: added IS_DIRECT macro for "direct" operands,
958           (genUnpackBits): improved code for direct operands,
959           (genPackBits): improved code for literal assignment to bitfields
960             and for direct destination operands (no FSR indirection),
961             prevented redundant AND, fixes #1362800,
962           (AccLsh): added parameter to disable masking of the result
963         * src/pic16/pcode.c (pic16_safepCodeUnlink): fixed to work with
964           skip instructions with side-effects (like incfsz),
965           (pic16_pCodeIsAlive): suppress verbose output unless pcode_verbose,
966         * src/pic16/pcoderegs.c (RemoveRegsFromSet): removed annoying warning
967         * device/lib/pic16/Makefile.common.in: added --asm=@GPASM@ to CC,
968           fixes #1375263
969
970 2005-12-11 Bernhard Held <bernhard AT bernhardheld.de>
971
972         * src/SDCCicode.c (geniCodeAssign): fixed bug 11369874, don't use
973         volatile variables as spill location
974
975 2005-12-10 Bernhard Held <bernhard AT bernhardheld.de>
976
977         * src/SDCCcse.c (findCheaperOp): fixed bug 1376320, copy signedness to
978         replacing literals
979         * support/regression/tests/bug-1376320.c: added
980
981 2005-12-08 Raphael Neider <rneider AT web.de>
982
983         * src/pic/device.c: renamed is_shared to pic14_is_shared
984         * src/pic/gen.c (genIfx): re-enabled handling of sbits
985         * src/pic/glue.c (emitSymbolToFile): added workaround for sbits,
986           (is_valid_identifier): added for above workaround
987
988 2005-12-07 Maarten Brock <sourceforge.brock AT dse.nl>
989
990         * device/lib/Makefile.in: fixed to enable port-specific-objects
991         * device/lib/ds390/i2c390.c (BitOutI2C): optimized by making bout unsigned
992           char, thanks Hubert Sack
993         * doc/sdccman.lyx: documented --xstack-loc,
994           elaborated a bit more on interrupts and pitfalls,
995           removed "setjmp/longjmp unsupported",
996           documented some unsupported C99 features
997         * src/SDCCmain.c (linkEdit): adapted default lib path for --stack-auto
998         * src/SDCCpeeph.c (readRules): inserted patch 1367130 for finding missing
999           if, thanks Hubert Sack
1000         * src/mcs51/gen.c (genEndFunction): enabled "pop psw" for regbank 0 isr
1001         * support/regression/Makefile.in: test-mcs51-stack-auto no longer needs to
1002           make make_library
1003         * support/regression/get_ticks.py: new, get cpu cycles and code size, so
1004           regression tests can report resource usage (rfe 700441)
1005         * support/regression/collate-results.py: report resource usage
1006         * support/regression/ports/ds390/spec.mk,
1007         * support/regression/ports/hc08/spec.mk,
1008         * support/regression/ports/mcs51/spec.mk,
1009         * support/regression/ports/ucz80/spec.mk: run sim output through get_ticks
1010         * support/regression/ports/ds390/uCsim.cmd,
1011         * support/regression/ports/hc08/uCsim.cmd,
1012         * support/regression/ports/mcs51/uCsim.cmd,
1013         * support/regression/ports/ucz80/uCsim.cmd: inserted "state" to report time
1014         * support/regression/ports/mcs51-stack-auto/spec.mk: no need to build the
1015           library, use the default one
1016         * support/regression/ports/mcs51-xstack-auto/spec.mk: inserted rules for
1017           building the library
1018
1019 2005-12-06 Maarten Brock <sourceforge.brock AT dse.nl>
1020
1021         * config.dsp: added dependency on .version and configure_vc.awk
1022         * device/include/setjmp.h: updated for --stack-auto and --xstack
1023         * device/include/mcs51/at89c51snd1c.h: corrected line endings
1024         * device/include/mcs51/XC866.h: added, thanks Llewellyn van Zyl
1025         * device/lib/_setjmp.c: updated for --stack-auto and --xstack
1026         * device/lib/libsdcc.lib: added _setjmp
1027         * src/SDCCast.c (createIvalCharPtr): fixed warnings,
1028           (decorateType): fixed bug 1372851,
1029           (optimizeGetHbit): fixed warning
1030         * src/SDCCglue.c (printIvalChar, printIvalArray): adapted for flexible
1031           array initialisation
1032         * support/regression/tests/bug1057979.c: added test for bug 1358192
1033         * support/regression/tests/setjmp.c: added, test for setjmp/longjmp
1034
1035 2005-12-03 Borut Razem <borut.razem AT siol.net>
1036
1037         * support/scripts/sdcc.nsi: added /SOLID option to "SetCompressor lzma"
1038           command since the NSIS was upgraded to version 2.11 on CF x86-linux2
1039
1040 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
1041
1042         * src/SDCCast.c (createIvalStruct, createIvalArray, createIvalPtr,
1043         createIval): implement symbol independant "flexible array member",
1044         (createIvalCharPtr): implemented flexible array initialisation with a
1045         string
1046         * src/SDCCsymt.c (copyStruct): removed,
1047         (getSize): fixed misleading comment,
1048         (getAllocSize): removed, the additional allocation size is now in
1049         sym->flexArrayLength,
1050         (checkStructFlexArray): new, syntax checks for flexible array members,
1051         (compStructSize): added syntax checks for "flexible array members"
1052         (copyStruct): removed,
1053         (copyLinkChain): removed inefficient fix for bug 770487
1054         * src/SDCCglue.c (emitRegularMap): getAllocSize has been removed
1055         * src/SDCCsymt.h: added structdef.b_flexArrayMember and
1056         symbol->flexArrayLength
1057         * src/SDCCerr.c,
1058         * src/SDCCerr.h: added W_INVALID_FLEXARRAY, W_C89_NO_FLEXARRAY,
1059         E_FLEXARRAY_NOTATEND and E_FLEXARRAY_INEMPTYSTRCT
1060         * support/regression/tests/structflexarray.c: added
1061         * support/valdiag/tests/structflexiblearray.c: added
1062
1063 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
1064
1065         * src/SDCCast.c (decorateType): fixed bug 1368489
1066         * support/Util/SDCCerr.c,
1067         * support/Util/SDCCerr.h: added warning W_CMP_SU_CHAR
1068
1069 2005-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1070
1071         * device/include/mcs51/at89c51snd1c.h: added file submitted by
1072           Weston T. Schmidt <schmidtw AT users.sourceforge.net>, patch #1368001
1073
1074 2005-11-27 Borut Razem <borut.razem AT siol.net>
1075
1076         * support/cpp2/cppinit.c, support/cpp2/cpplib.h, support/cpp2/mkdeps.c,
1077           support/cpp2/mkdeps.h: added command line option
1078           -obj-ext=<extension> to SDCPP to define object file externion, used
1079           for generation of make dependencies (-M)
1080         * src/SDCCmain.c: pass -obj-ext=<extension> to SDCPP
1081
1082 2005-11-26 Borut Razem <borut.razem AT siol.net>
1083
1084         * support/scripts/sdcc.nsi: added small-stack-auto libraries,
1085           added missing device/lib/mcs51/crt*.asm, pic and pic16 sources,
1086           added pic and pic16 libraries
1087
1088 2005-11-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1089
1090         * device/include/float.h: Corrected typo in prototype of __fsgt
1091
1092 2005-11-25 Borut Razem <borut.razem AT siol.net>
1093
1094         * sdcc/device/lib/Makefile.in, sdcc/device/lib/incl.mk:
1095           added creation of model-mcs51-stack-auto libraries
1096
1097 2005-11-24 Bernhard Held <bernhard AT bernhardheld.de>
1098
1099         * src/SDCCsymt.c (copyLinkChain): fixed bug 770487, copy structdef
1100         and fields-list too
1101         * src/SDCCast.c (createIvalArray): removed obsolete comment
1102
1103 2005-11-24 Borut Razem <borut.razem AT siol.net>
1104
1105         * sdcc/device/lib/Makefile.in: remove all unnecessary files, 2nd try...,
1106           added missing device/lib/mcs51/crt*.asm sources
1107
1108 2005-11-23 Bernhard Held <bernhard AT bernhardheld.de>
1109
1110         * src/SDCCast.c (createIvalCharPtr): fixed bug 1348271
1111
1112 2005-11-22 Maarten Brock <sourceforge.brock AT dse.nl>
1113
1114         * device/lib/_fs2schar.c,
1115         * device/lib/_fs2sint.c,
1116         * device/lib/_fs2slong.c: optimized inline asm
1117
1118 2005-11-21 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1119
1120         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
1121           Better handling of floats between -1.0 and 0.0.
1122
1123 2005-11-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1124
1125         * src/mcs51/peeph.def: added missing "if"s as noted by Hubert Sack.
1126           (the missing "if"s prohibited removal of redundant labels)
1127
1128 2005-11-19 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1129
1130         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
1131           Properly convert floats between -1.0 and 0.0 to long, int, and char
1132           types (max integer value of negative floats tends to zero).
1133         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
1134           Removed changes made so to work properly with floats between
1135           -1.0 and 0.0, as the problem is fixed in _fs2slong.c, _fs2sint.c,
1136           and _fs2char.c
1137
1138 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
1139
1140         * src/SDCCcse.c (ReplaceOpWithCheaperOp): minor fix for debugging only
1141         * src/mcs51/gen.c (genUnpackBits): better code and a fix,
1142         (genCast) cosmetic change
1143         * src/ds390/gen.c (genUnpackBits, ): ported from mcs51
1144         * src/ds390/ralloc.c (packRegsForAssign): ported fix for bitfields
1145         from mcs51
1146         * support/regression/tests/bitfields (testSignedBitfields): added
1147
1148 2005-11-18 Borut Razem <borut.razem AT siol.net>
1149
1150         * sdcc/device/lib/Makefile.in: remove all unnecessary files
1151         * device/lib/pic/Makefile.rules, device/lib/pic16/Makefile.subdir:
1152           introduced SILENT option to make building of pic16 libraries less
1153
1154 2005-11-18 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1155
1156         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
1157           Now they work properly with floats between -1.0 and 0.0
1158         * device/lib/printf_large.c: Removed temporary patch for bug 1358192
1159
1160 2005-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
1161
1162         * src/SDCCicode.c (printOperand): added missing else
1163
1164 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
1165
1166         * src/SDCCsymt.c (computeType): fixed bug 1358192: added missing else,
1167         reformatted for better readability
1168         * src/mcs51/gen.c (genUnpackBits): initial, incomplete support for
1169         signed bitfields
1170
1171 2005-11-17 Borut Razem <borut.razem AT siol.net>
1172
1173         * device/lib/pic16/Makefile.rules, device/lib/pic16/Makefile.subdir:
1174           introduced SILENT option to make building of pic16 libraries less
1175           verbose - used for nightly snapshot build
1176         * doc/sdccman.lyx: documented that SDCDB and ucSim are currently not
1177           available on Win32 platforms.
1178         * sdcc/device/lib/Makefile.in: added library sources for mcs51, small,
1179           medium, large, pic and pic16
1180
1181 2005-11-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1182
1183         * device/lib/printf_large.c: Temporary patch for bug 1358192:
1184           printf("%f"...) sets fraction to zero.
1185
1186 2005-11-16 Raphael Neider <rneider AT web.de>
1187
1188         * src/pic/pcode.c (LinkFlow): handle empty flows correctly,
1189           fixes #1357221
1190         * src/pic/gen.c (genIfx): implemented for CARRY bit
1191         * src/pic16/gen.c (genAssign,genCast): fixed assigning/casting
1192           to generic pointers, fixes #1357332,
1193           (pic16_movLit2f): NEW,
1194           (pic16_storeForReturn,genDataPointerSet): use pic16_movLit2f
1195
1196 2005-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
1197
1198         * src/SDCCmain.c (parseCmdLine): fixed bug 1356800, thanks rsudjian
1199
1200 2005-11-11 Raphael Neider <rneider AT web.de>
1201
1202         * src/pic/gen.c: handle FPOINTERS like POINTERS everywhere
1203         * src/pic16/gen.c (pic16_derefPtr): now works for non-pointers as well,
1204           compute pointer's type from operand,
1205           (genUnpackBits,genPackBits): handle FPOINTERS correctly, re-indented,
1206           improved single bit reads, fixes bug #1353379
1207
1208 2005-11-09 Borut Razem <borut.razem AT siol.net>
1209
1210         * support/scripts/sdcc.nsi: added lib/pic to the package
1211
1212 2005-11-08 Maarten Brock <sourceforge.brock AT dse.nl>
1213
1214         * src/SDCCval.c (valUnaryPM): fixed bug 1350699
1215
1216 2005-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
1217
1218         * support/regression/tests/bug1348008.c: added
1219         * src/mcs51/gen.c (saveRBank, unsaveRBank): fixed bug 1348008
1220         * support/regression/tests/bug1337835.c: updated comment
1221
1222 2005-11-06 Borut Razem <borut.razem AT siol.net>
1223
1224         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
1225           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
1226           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
1227           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
1228           sim/ucsim/cmd.src/set.cc, sim/ucsim/cmd.src/show.cc:
1229           dynamic construction of cl_error_class and derivates - 2.nd try
1230
1231 2005-11-05 Borut Razem <borut.razem AT siol.net>
1232
1233         * sim/ucsim/sim.src/error.cc: fixed uninitialized class member variable
1234           bug, which caused Bus Errors on sparc solaris
1235
1236 2005-11-04 Borut Razem <borut.razem AT siol.net>
1237
1238         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
1239           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
1240           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
1241           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
1242           sim/ucsim/cmd.src/cmdconf.cc: dynamic construction of cl_error_class
1243           and derivates to resolve the initialization problem on OSX
1244
1245 2005-11-02 Borut Razem <borut.razem AT siol.net>
1246
1247         * sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
1248           corrected typo - #include <winsock2.h>
1249
1250 2005-11-02 Maarten Brock <sourceforge.brock AT dse.nl>
1251
1252         * src/asm.c (printILine): always close tmpFile, thanks Beau E. Cox,
1253           (_asxxxx_mapping): added org directive for future enhancements
1254
1255 2005-11-01 Borut Razem <borut.razem AT siol.net>
1256
1257         * sim/ucsim/app.cc, sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
1258           enabled sockets on WIN32
1259         * sim/ucsim/cmd.src/newcmd.cc: fixed bug with uninitialized variables
1260
1261 2005-10-31 Borut Razem <borut.razem AT siol.net>
1262
1263         * support/regression/generate-cases.py: escape backslashes in {testcase}:
1264           WIN32 backslash path delimiters should be escaped when used in C strings
1265         * support/regression/tests/bitfields.c: exclude failing assertions for
1266           __CYGWIN32__ and __MINGW32__ hosts
1267
1268 2005-10-30 Borut Razem <borut.razem AT siol.net>
1269
1270         * src/SDCCutil.c: corrected double comparison typo
1271
1272 2005-10-30 Maarten Brock <sourceforge.brock AT dse.nl>
1273
1274         * device/lib/medium/Makefile: added for new memory model medium
1275         * device/include/asm/mcs51/features.h: updated for medium/pdata
1276         * device/include/mcs51/c8051f120.h: added sfr16/sfr32 definitions,
1277           added Multiply & Accumulate sbit's and MAC0_PAGE define
1278         * device/include/mcs51/c8051f300.h: added sfr16 definitions
1279         * device/include/mcs51/c8051f310.h: added sfr16 definitions
1280         * device/lib/_mullong.c: update for medium model
1281         * device/lib/incl.mk: added medium model
1282         * doc/sdccman.lyx: documented medium model
1283         * src/SDCCast.c (isBitAndPow2): simplified using updated powof2
1284         * src/SDCCicode.c (geniCodeMultiply, geniCodeDivision): use updated powof2
1285         * src/SDCCmain.c (optionsTable, linkEdit): enabled medium model
1286         * src/SDCCmem.c (allocIntoSeg): set iaccess for pdata symbols,
1287           (allocParms): set SCLS and OCLS to pdata for medium model
1288         * src/SDCCsymt.c (processFuncArgs): use default_local_map and set iaccess
1289           for pdata,
1290           (powof2): return <0 if not power of 2
1291         * src/avr/gen.c (genBitWise): use updated powof2
1292         * src/mcs51/gen.c (genMinusDec): use acc if necessary,
1293           (shiftR2Left2Result): small optimization in setup, save acc when storing,
1294           (shiftLLeftOrResult): use B if necessary
1295         * src/mcs51/main.c (_mcs51_finaliseOptions, mcs51_port): added medium model
1296         * src/mcs51/peeph.def: renamed 226 to 226.b, added 226.a
1297         * src/pic/main.c (_pic14_do_link): made void parameter list explicit
1298         * support/regression/Makefile.in: added test-mcs51-medium
1299         * support/regression/ports/mcs51-medium/spec.mk: added to test medium model
1300
1301 2005-10-28 Bernhard Held <bernhard AT bernhardheld.de>
1302
1303         * src/SDCCsymt.c (compStructSize): make bitfields without (un)signed
1304         specifier unsigned
1305         * device/lib/time.c (mktime): fixed bug 1334315
1306
1307 2005-10-28 Raphael Neider <rneider AT web.de>
1308
1309         * device/include/pic/p16f_common.inc: added common declarations
1310         * src/pic/ralloc.c (initStack): moved regs *r to block start for Alpha
1311
1312 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
1313
1314         * src/mcs51/gen.c (getTempRegs): return 0 if not enough registers found,
1315           (aopPutUsesAcc): added to predict accumulator use,
1316           (assignResultValue): save acc if necessary,
1317           (genMinusDec): store result if indirectly addressed,
1318           (genDivOneByte):  save acc if necessary,
1319           (movLeft2Result): bugfix if left already in acc,
1320           (genAnd, genOr, genXor, shiftL2Left2Result, shiftR2Left2Result): pay more
1321             attention to accumulator use (esp. pdata),
1322           (genReceive): receive pdata correctly
1323         * src/SDCCicode.c (isOperandInPagedSpace): added to detect pdata operands
1324         * src/SDCCicode.h: added isOperandInPagedSpace prototype
1325
1326 2005-10-27 Raphael Neider <rneider AT web.de>
1327
1328         * doc/sdccman.lyx: corrected version (should be 2.5.4 not 2.5.5)
1329
1330 2005-10-27 Raphael Neider <rneider AT web.de>
1331
1332         * .version: changed version to 2.5.4
1333         * doc/sdccman.lyx: changed version to 2.5.4, added some remarks to PIC14
1334         * device/lib/pic/libsdcc/{_mulint.c,_mullong.c}: use unsigned literals,
1335           (_divschar.c,divuchar.c,_mulchar.c,_modschar.c,_moduchar): NEW,
1336             arithmetics support routines
1337         * device/lib/pic/Makefile.rules: have assembler sources preprocessed
1338         * device/lib/Makefile.in: also create installdir for pic
1339
1340         * src/SDCCopt.c (cnvToFcall): mark support routines `extern' for
1341           pic14 port as well
1342         * src/pic/device.c (dump_sfr): rewritten to delegate register
1343           placement to the linker (use `extern sym' rather than sym EQU addr),
1344           (validAddress): fixed to check last specified address
1345         * src/pic/gen.c (aopForSym): added code to deal with array (useless?),
1346           (popGetLit): truncate literal value to 8 bit,
1347           (popGet): moved assert to more appropriate place
1348           (popGetExternal): create pCode operand from and mark the according
1349             symbol as being `extern'
1350           (popGetAddr): added sanity check on immediate's offset, provide
1351             GPOINTER tag on demand
1352           (aopPut): fixed for immediates,
1353           (mov2w_op): move operand's address or contents to WREG (depending on
1354             operand type), safer variant of mov2w,
1355           (movwf,call_libraryfunc): NEW, handy abbreviations,
1356           (get_argument_pcop,get_return_val_pcop,pass_argument,
1357           get_returnvalue): interface for accessing function parameters and
1358             return values,
1359           (assignResultValuei,genRet): use new parameter/return value interface
1360           (pic14_getDataSize): back to old version handling generic pointers,
1361           (pic14_toBoolean,genNot,genCpl,genCmpEq,genOrOp): heavily rewritten,
1362             provided implementation and/or fixed old one,
1363           (genMultOneByte,genDivOneByte,genModOneByte): implemented as library
1364             calls, removed legacy 8051 reference code
1365           (AccLsh,AccRsh): rewritten and fixed to deal with signed operands
1366           (loadSignToC): NEW, move the operands sign bit to CARRY,
1367           (genGenericShift): NEW, replaces genLeftShift, genRightShift and
1368             genRightShiftSigned, accepts negative shift counts,
1369           (setup_fsr): load FSR and adjust IRP (indirect memory access),
1370           (emitPtrByteGet,emitPtrByteSet): rewritten, now works with
1371             generic pointers, __data pointers and __code pointers,
1372           (genUnpackBits,genPackBits): rewritten to work with generic pointers
1373             and signed bitfields, limit bitfields to 8 bit,
1374           (genDataPointerGet): fixed number of bytes read,
1375           (genGenPointerGet,genConstPointerGet): fixed bitfield access,
1376           (genPointerGet,genPointerSet): fixed handling of __code pointers,
1377             pointers to constant data are no longer assumed to point to __code
1378             space, removed invalid pointer types,
1379           (bitpatternFromVal): retrieve the PICs representation of an integer
1380             or float literal,
1381           (genDataPointerSet): fixed assigning to po_immediate operands,
1382           (genGenPointerSet): implemented as library call,
1383           (genIfx): fixed incorrect condition,
1384           (genAddrOf): limit generic pointers' addresses to 2 bytes,
1385             provide GPOINTER tag according to destination's storage class,
1386           (genCast): added code to handle casting to generic pointers, added
1387             sign-/zero extension of the result
1388           (aop_isLitLike,op_isLitLike): fixed handling of immediates
1389         * src/pic/gen.h: added macros to access IRP bit in STATUS register
1390         * src/pic/genarith.c (genAddLit): use min(result's,left's) size, sign
1391           extend the result
1392         * src/pic/glue.c (is_shared_address,is_shared): check whether a given
1393           address/register resides in the shared banks
1394           (emitSymbolToFile): improved to handle global and `pinned' symbols,
1395             put all variables into separate sections (have the linker arrange
1396             them)
1397           (picglue): put init code and interrupt handlers in separate sections
1398         * src/pic/main.c: added port specific options table, modified to PORT
1399           structure to make GPOINTERs 3 byte, added pic14_options
1400           (_pic14_do_link): private linking routine (update paths to libraries,
1401             add libsdcc.lib by default)
1402         * src/pic/main.h: declare pic14_options
1403         * src/pic/pcode.c: fixed instructions i/o relations,
1404           (RegCond): reverted to correct version,
1405           (newpCodeOpLit): truncate literals to 8 bit,
1406           (genericPrint): added debug output,
1407           (getRegFromInstruction): fixed for various operand types, simplified
1408           (BuildFlow): fixed broken handling of isntructions with labels
1409           (LinkFlow): start at last instruction in flow (skip trailing comments),
1410             pass the flow on to the next instruction after CALL
1411           (pCodeReplace): NEW, replace a pCode and move meta data to the new one
1412           (insertPCodeInstruction): fixed inserting after a skip instruction,
1413           (DoBankSelect): fixed for labeled instructions
1414           (OptimizepBlock): honor --nopeep switch
1415           (AnalyzeFlow,ReuseReg): prevent crash on source files with no function
1416         * src/pic/pcodepeep.c (pCodePeepMatchRule): prevent NULL pointer accesses
1417         * src/pic/pcoderegs.c (regIsLocal): NEW, check visibility of a register
1418           (pCodeOptime2pCodes): allow disabling this optimization via
1419             --no-pcode-opt due seldomly occuring bugs, fixed some conditions
1420             but is still buggy), started implementation of a dataflow based
1421             pCode optimization (CSE + dead code elimination)
1422           (pCodeRegMapLiveRangesInFlow): removed bogus inCond
1423         * src/pic/ralloc.c (initStack): renamed stack registers to STK%d, the new
1424           names are independant of the stack location and therefore portable across
1425           devices
1426
1427 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
1428
1429         * src/mcs51/ralloc.c (bitType): added to detect bit variables,
1430           (selectSpil): fixed bug 1337835 by not spilling bit variables
1431         * support/regression/tests/bug1337835.c: added test for this bug
1432         * src/mcs51/peeph.def: restart after rule 3.c,
1433           addded rules 263.x to optimize loading constants
1434
1435 2005-10-26 Raphael Neider <rneider AT web.de>
1436
1437         * src/SDCCsymt.c (compStructSize): allow signed bitfields for PIC ports
1438         * src/pic16/gen.c (genUnpackBits): support signed bitfields,
1439           (genAssign): emit warning when casting literals to generic pointer
1440             type, also applies when taking the address of a fixed variable,
1441           (genCast): improved casting to generic pointers
1442         * src/pic16/glue.c (pic16emitStaticSeg): fixed(?) handling of fixed
1443           extern variables, added verbose error message
1444         * device/include/pic16/{string.h,errno.h}: added #pragma library c
1445
1446 2005-10-26 Bernhard Held <bernhard AT bernhardheld.de>
1447
1448         * src/mcs51/gen.c (genMinus): fixed bug 1270906: reverse subtraction,
1449         carry must be complemented too
1450         * src/mcs51/peeph.def: addded rule 262 to remove double cpl c, which
1451         could be emitted by genMinus
1452         * src/SDCCval.c (constVal): fixed bug 1305065
1453
1454 2005-10-25 Bernhard Held <bernhard AT bernhardheld.de>
1455
1456         * src/SDCCast.c (addCast): added promotion for bit variables
1457         (decorateType): emit W_COMPLEMENT before the problem vanishes behind
1458         promotion casts + optimisation
1459         (optimizeGetWord): fix warning 'i' might be used uninitialized
1460         * src/mcs51/gen.c (genCpl): removed W_COMPLEMENT
1461         * src/ds390/gen.c (genCpl): removed W_COMPLEMENT
1462
1463 2005-10-24 Bernhard Held <bernhard AT bernhardheld.de>
1464
1465         * src/SDCCicode.c (ast2iCode): reverted to 1.224 because of regression:
1466         all chars are promoted to int; promotion should be handled in SDCCast.c
1467
1468 2005-10-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1469
1470         * device/lib/_strcmp.c: Fixed bug 1326457
1471
1472 2005-10-11 Raphael Neider <rneider AT web.de>
1473
1474         * device/lib/pic16/libio/i2c.ignore: added 1320, fixes broken builds
1475         * device/lib/pic16/libdev/pic18f1320.c: added 1320's device library
1476
1477 2005-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
1478
1479         * src/SDCC.y (AT): fixed bug with sfr32 addresses when built with GCC
1480         * support/regression/tests/sfr16.c: added test for the sfr32 bug
1481
1482 2005-10-04 Raphael Neider <rneider AT web.de>
1483
1484         * device/include/pic16/pic18fregs.h, src/pic16/devices.inc,
1485           device/lib/pic16/pics.all: added pic18f1320
1486         * src/pic16/pcode.c (mnem2key): fixed prototype's argument mismatch
1487
1488 2005-09-30 Raphael Neider <rneider AT web.de>
1489
1490         * src/pic16/device.c (Pics16[]): moved device descriptions to devices.inc
1491         * src/pic16/devices.inc: NEW, provides device descriptions
1492         * src/pic16/gen.c (genInline): fixed handling of ';'-comments
1493
1494 2005-09-26 Maarten Brock <sourceforge.brock AT dse.nl>
1495
1496         * src/SDCCicode.c (operandOperation): added GETABIT, GETBYTE, GETWORD and
1497           GETHBIT
1498
1499 2005-09-25 Maarten Brock <sourceforge.brock AT dse.nl>
1500
1501         * doc/sdccman.lyx: updated Highest Order Bit documentation,
1502           documented Any Order Bit, Higher Order Byte and Higher Order Word
1503         * src/SDCC.y: added tokens GETABIT, GETBYTE, GETWORD
1504         * src/SDCCast.c (optimizeGetHbit): updated to also accept bool=expr&(1<<n),
1505           (optimizeGetAbit): new, to get any bit, not only the high bit,
1506           (optimizeGetByte): new, to get a byte from a (long) int: expr>>(8*n),
1507           (optimizeGetWord): new, to get a word from a long int: expr>>(8*n),
1508           (isConformingBody): also check GETABIT, GETBYTE, GETWORD,
1509           (decorateType): '&': also try GETABIT, GETBYTE, GETWORD optimization,
1510             RIGHT_OP: also try GETBYTE, GETWORD optimization,
1511             GETABIT, GETBYTE, GETWORD: decorate them,
1512           (isShiftRightLitVal, isBitAndPowOf2): new helper functions,
1513           (ast_print): added GETABIT, GETBYTE, GETWORD
1514         * src/SDCCcse.c (isSignedOp): added GETABIT, GETBYTE, GETWORD
1515         * src/SDCCicode.c (codeTable): added GETABIT, GETBYTE, GETWORD,
1516           (geniCodeBinary): new generic binary icode,
1517           (ast2iCode): added GETABIT, GETBYTE, GETWORD
1518         * src/port.h: updated comment for PORT.hasExtBitOp
1519         * src/mcs51/gen.c (genGetAbit): new, to get any single bit,
1520           (genGetByte): new, to get a single byte,
1521           (genGetWord): new, to get a word from a long,
1522           (gen51Code): added GETABIT, GETBYTE, GETWORD
1523         * src/mcs51/main.c (hasExtBitOp): added GETABIT, GETBYTE, GETWORD
1524
1525 2005-09-23 Raphael Neider <rneider AT web.de>
1526
1527         * configure.in, configure: have device/lib/pic configured
1528         * device/lib/Makefile.in: added model-pic14
1529         * device/lib/clean.mk: added pic/ to clean rule
1530         * device/lib/pic: added rudimentary pic14 library providing support
1531           functions for multiplication/division/generic pointer access
1532         * src/SDCCopt.c (convilong): mark support functions as extern
1533           for pic14 port as well
1534         * src/pic/gen.c (genMult): added assertions,
1535           (genpic14Code): emit warning on unhandled iCodes
1536         * src/pic/main.c (_hasNativeMulFor): return true only for 8x8 bit
1537         * src/pic/pcode.c (pCodeOpCopy),
1538         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed handling of various
1539           pCodeOpReg-subtypes (PO_{STATUS,INTCON,PCL,PCLATH,PCLATU,BSR,
1540           SFR_REGISTER}), made safe for future extensions
1541         * src/pic16/pcode.c (pic16_safepCodeUnlink): allow for removal of
1542           instructions even if preceeded by SKIP instructions (also remove
1543           them); removed unused code
1544         * src/pic16/pcode.h: added arg2 to pCodeOpLit to match pCodeOpLit2,
1545           prevents leaving parts of the structure uninitialized after copying
1546
1547 2005-09-22 Maarten Brock <sourceforge.brock AT dse.nl>
1548
1549         * src/mcs51/gen.c (genMinus): fix for undetected bug introduced 3 months
1550           ago by me
1551         * support/regression/tests/addsub.c: added test for the bug
1552
1553 2005-09-21 Raphael Neider <rneider AT web.de>
1554
1555         * device/include/pic16/pic18f1220.h,
1556           device/lib/pic16/libdev/pic18f1220.c: added ECCPAS sfr and bitfield
1557         * device/lib/pic16/Makefile.rules: added missing opening paren
1558         * src/pic16/gen.c (pic16_genNot,pic16_genCpl): removed as these
1559           are provided in genutils.c,
1560           (genUminusFloat,genUminus,genCmpEq): added asserts on different
1561           operand/result sizes,
1562           (genCmp): assert on NULL pointers first, then check deref'ed values
1563         * src/pic16/genutils.c (pic16_genCpl): fixed for different operand/
1564           result size
1565
1566 2005-09-18 Raphael Neider <rneider AT web.de>
1567
1568         * src/pic16/gen.c (genFarPointerGet,genFarPointerSet): removed
1569           as these are now unused,
1570           (genPointerGet,genPointerSet): handle FPOINTERs like POINTERs
1571         * src/pic16/pcode.c (pic16_symIsSpecial): assume REG_TMPs to be
1572           local, avoids uninitialized pointer dereference on r->name
1573         * src/pic16/ralloc.c (newReg): fixed indentation
1574
1575 2005-09-13 Maarten Brock <sourceforge.brock AT dse.nl>
1576
1577         * src/SDCCval.c (constVal): fixed bug 730366
1578         * support/Util/SDCCerr.c,
1579         * support/Util/SDCCerr.h: added warning W_INVALID_INT_CONST
1580
1581 2005-09-10 Maarten Brock <sourceforge.brock AT dse.nl>
1582
1583         * as/mcs51/lkmem.c (summary2): fixed report for absolute areas (bug 1210220)
1584
1585 2005-09-09 Maarten Brock <sourceforge.brock AT dse.nl>
1586
1587         * src/mcs51/peeph.def (241.x): fixed bug when comparing generic pointers
1588
1589 2005-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
1590
1591         * as/hc08/lkaomf51.c (OutputName): made name unsigned char,
1592           (hex2dec): made hex_digit unsigned char, removed ascii dependance
1593         * as/mcs51/lkaomf51.c (OutputName): made name unsigned char,
1594           (hex2dec): made hex_digit unsigned char, removed ascii dependance
1595         * as/mcs51/lkarea.c (lnkarea2): sort absolute areas to the front
1596         * packihx/packihx.c (hexDigit): made c unsigned char
1597         * as/mcs51/lklibr.c (fndsym),
1598         * link/z80/lkgb.c (gb),
1599         * link/z80/lklibr.c (fndsym),
1600         * link/z80/lkrloc.c (relr),
1601         * sim/ucsim/libltdl/ltdl.c (load_deplibs, try_dlopen),
1602         * src/SDCC.lex (checkCurrFile, process_pragma),
1603         * src/SDCCglue.c (spacesToUnderscores),
1604         * src/SDCCmain.c (setParseWithComma, processFile),
1605         * src/asm.c (tvsprintf, printCLine),
1606         * src/avr/gen.c (emitcode, aopPut),
1607         * src/ds390/gen.c (emitcode),
1608         * src/hc08/gen.c (emitcode, emitinline),
1609         * src/mcs51/gen.c (emitcode, genInline),
1610         * src/pic/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
1611           tokenizeLineNode),
1612         * src/pic/ralloc.c (debugLog),
1613         * src/pic16/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
1614           tokenizeLineNode),
1615         * src/pic16/ralloc.c (debugLog),
1616         * src/z80/main.c (_process_pragma):
1617            made all ctype.h function calls safe
1618         * src/SDCCopt.c: include math.h for fabs
1619         * src/SDCCpeeph.c: added macros ISCHARDIGIT, ISCHARSPACE and ISCHARALNUM
1620           and used them throughout the code to make ctype.h function calls safe
1621         * src/ds390/main.c (asmLineNodeFromLineNode),
1622         * src/mcs51/main.c (asmLineNodeFromLineNode): made p unsigned char*
1623         * src/pic/gen.c (DEBUGpic14_emitcode, pic14_emitcode): made lbp
1624            unsigned char*
1625         * src/pic/pcode.c (mnem2key): made mnem unsigned char*,
1626           (newpCodeAsmDir): made ctype.h function calls safe
1627         * src/pic16/gen.c (pic16_emitpcomment, DEBUGpic16_emitcode,
1628           pic16_emitcode):  made lbp unsigned char*
1629         * src/pic16/pcode.c (mnem2key): made mnem unsigned char*,
1630           (pic16_newpCodeAsmDir): made ctype.h function calls safe
1631         * src/xa51/gen.c (emitcode),
1632         * src/z80/gen.c (_emit2): made lbp unsigned char*
1633         * support/Util/MySystem.c (split_command): made cmd_line and p unsigned
1634            char*
1635
1636 2005-09-05 Raphael Neider <rneider AT web.de>
1637
1638         * src/pic16/ralloc.c (pic16_allocDirReg): use device specific
1639           access bank splitpoint
1640
1641 2005-09-05 Raphael Neider <rneider AT web.de>
1642
1643         * device/lib/pic16/libc/Makefile: added (missing) string to SUBDIRS
1644
1645 2005-09-03 Maarten Brock <sourceforge.brock AT dse.nl>
1646
1647         * .version: changed to version 2.5.3
1648         * doc/sdccman.lyx: changed version to 2.5.3,
1649           documented --codeseg and --constseg and pragma codeseg and constseg,
1650           documented bit parameters (reentrant) and bit returning
1651         * src/SDCCicode.c (geniCodeReceive): fixed (possible) bug generating
1652            currFunc->recvSize, but is this ok for all ports?
1653           (ast2iCode): result of ~ on unsigned char must be cast to int for
1654            bool to work
1655         * src/SDCCmem.c (allocGlobal, allocLocal): don't put bit returning
1656           function pointers in bit space
1657         * src/SDCCsymt.c (checkSClass): allow bit returning function pointers,
1658           (processFuncArgs): call port.reg_parm() with reentrancy info
1659         * src/port.h,
1660         * src/avr/main.c,
1661         * src/ds390/main.c,
1662         * src/hc08/main.c,
1663         * src/pic/main.c,
1664         * src/pic16/main.c,
1665         * src/xa51/main.c,
1666         * src/z80/main.c: port.reg_parm prototype extended with
1667           "bool reentrant" parameter
1668         * src/mcs51/main.c (_mcs51_regparm): use parameter reentrant instead of
1669           options.stackAuto for allocating bit register parameters
1670         * src/mcs51/gen.c (genNot): optimized complementing direct bit,
1671           (genSend): set BitBankUsed if it is,
1672           (selectRegBank): factored out of genCall for use in genPcall,
1673           (genCall): removed redundant dtype assignmen, use selectRegBank,
1674           (genPcall): handle returning in Carry properly, save in F0 if needed,
1675           (genReceive): handle bit register parameters
1676         * src/mcs51/ralloc.c (updateRegUsage): update BitBankUsed along the way,
1677           (mcs51_assignRegisters): enable bit registers for all reentrant
1678            functions and don't set BitBankUsed unconditionally
1679         * src/mcs51/peeph.def (177.d): fixed bug if %2==%3
1680         * support/regression/tests/bitvars.c: enable tests for SDCC_STACK_AUTO
1681         * support/regression/tests/funptrs.c: added tests for BOOL and for return
1682
1683 2005-08-27 Borut Razem <borut.razem AT siol.net>
1684
1685         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) and on
1686         ppc-osx (Darwin) does not support -u option. It seems that it is
1687         supported only on Linux - GNU cp
1688
1689 2005-08-25 Borut Razem <borut.razem AT siol.net>
1690
1691         * sim/ucsim/gui.src/serio.src/Makefile.in,
1692           sim/ucsim/s51.src/Makefile.in, sim/ucsim/avr.src/Makefile.in,
1693           sim/ucsim/z80.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
1694           sim/ucsim/xa.src/Makefile.in: install -s changed to 2 steps:
1695           install and strip, since the strip at /usr/ccs/bin should be used
1696           on solaris
1697
1698 2005-08-24 Borut Razem <borut.razem AT siol.net>
1699
1700         * clean.mk, device/lib/clean.mk: find on sparc-solaris does not support -maxdepth option
1701
1702 2005-08-23 Bernhard Held <bernhard AT bernhardheld.de>
1703
1704         * src/SDCCopt.c (convertToFcall): fixed modulus with divisors 1 and
1705         ffffffffu
1706
1707 2005-08-23 Maarten Brock <sourceforge.brock AT dse.nl>
1708
1709         * as/mcs51/aslink.h: completed lkrloc.c prototypes
1710         * as/mcs51/lkmain.c (link_main): fixed warning
1711         * device/include/stdbool.h: ds390 has no advanced bit support yet
1712         * src/SDCC.y: use SPEC_SHORT and renamed _signed to b_signed
1713         * src/SDCCsymt.c: use SPEC_SHORT and renamed _signed to b_signed
1714         * src/SDCCsymt.h (struct specifier): renamed _xxx bitfields to b_xxx
1715           and updated their macros
1716         * src/SDCCval.c (constVal): updated comment for renamed b_long
1717
1718 2005-08-22 Maarten Brock <sourceforge.brock AT dse.nl>
1719
1720         * as/mcs51/asdata.c: changed ctype['['] to BINOP
1721         * as/mcs51/asexpr.c (expr): added case '[' for bit access in bdata,
1722           (term): abused bit 15 of s_addr to indicate bit-addressable bytes,
1723           (oprio): set priority for '['
1724         * as/mcs51/aslink.h: added define R_BIT, and prototypes for adb_bit
1725            and adb_24_bit
1726         * as/mcs51/asm.h: added defines R_BIT and S_BIT
1727         * as/mcs51/lkarea.c (lnksect2): use T for seg BIT_BANK and overlay it
1728         * as/mcs51/lkdata.c: changed ctype['['] to BINOP
1729         * as/mcs51/lkmain.c (Areas51): rel2 contains 12 (=C) areas now,
1730           added overlayable BIT_BANK area
1731         * as/mcs51/lkmem.c (summary): add BIT_BANK to BSEG_BYTES in the report,
1732           (summary2): explain 'T' in legenda
1733         * as/mcs51/lkrloc.c: replaced old K&R style,
1734           (relr): added R_BIT processing,
1735           (errmsg): added "Bit-addressable relocation error",
1736           (adb_bit): added for converting from byte- to bit-addressable space,
1737           (adb_24_bit): added for converting from byte- to bit-addressable space
1738         * device/include/stdbool.h: changed BOOL to __bit for mcs51 as it can be
1739            used in reentrant functions now even as return value
1740         * device/lib/_gptrput.c (_gptrput): removed obsolete code
1741         * src/SDCCast.c (resultTypePropagate): also propagate AND_OP and OR_OP,
1742           (decorateType): case '!', GETHBIT, AND_OP, OR_OP: result in bool or char
1743         * src/SDCCglobl.h: added indicator BitBankUsed
1744         * src/SDCCglue.c (glue): emit area BIT_BANK with byte 'bits' and equ's for
1745            the bit registers b0-b7
1746         * src/SDCCicode.c (operandFromSymbol): removed IS_BITVAR check,
1747           (geniCodeCast): fixed bug 1263853,
1748           (geniCodeLogicAndOr): put result in bool or char,
1749           (geniCodeReceive): added parameter func for accessing the return type,
1750           (geniCodeFunctionBody): pass func to geniCodeReceive
1751         * src/SDCCmain.c: added indicator BitBankUsed
1752         * src/SDCCmem.c (allocLocal): explicitly set sclass for V_BIT
1753         * src/SDCCsymt.c (newBoolLink): added for creating a bool/bit,
1754           (checkSClass): don't put automatic bool/bit on stack,
1755           (checkFunction): removed check on function cannot return bit
1756         * src/SDCCsymt.h: added newBoolLink prototype
1757         * src/mcs51/gen.c (rb1regs): added bit registers,
1758           (movc): created for assigning to carry,
1759           (pushReg, popReg): created for pushing registers,
1760           (sameRegs): check both AOP_REG and AOP_CRY types,
1761           (aopOp): handle bit registers,
1762           (aopPut): optimization no self-assign,
1763           (saveRegisters): push reg->base (bits) only once for bit registers,
1764            and use pushReg,
1765           (unsaveRegisters): pop reg->base only once and use popReg,
1766           (assignResultValue): added parameter func and return in carry for bits,
1767           (genIpush): optimization no reload in A if not changed,
1768           (genSend): bit parameters in reentrant functions are passed in bit
1769            registers by first assigning to bits in B, then save registers and
1770            copy B to bits,
1771           (genCall): handle returning in Carry properly, save it in F0 if needed,
1772           (genPcall): updated assignResultValue call, this is not safe yet for bit
1773            returning function !!!
1774           (genFunction): don't generate equ's for bit registers and use pushReg,
1775           (genEndFunction): take care of bit returning functions and use popReg,
1776           (genRet): return bit in Carry,
1777           (genIfx): optimize bit registers and other directly addressable bits,
1778           (genReceive): updated assignResultValue call
1779         * src/mcs51/main.c (_mcs51_reset_regparm): added regBitParmFlg,
1780           (_mcs51_regparm): allow passing of upto 8 bit parameters in bit
1781            registers when using stack-auto
1782         * src/mcs51/ralloc.c (_G): added allBitregs,
1783           (regs8051): added the bit registers,
1784           (createStackSpil): use macro IS_BIT,
1785           (getRegBit): added to allocate a bit register, else spill,
1786           (getRegBitNoSpil): added to allocate a bit register, else a gpr,
1787           (updateRegUsage): factored out to ease stepping while debugging,
1788           (serialRegAssign): use updateRegUsage, only spill bits if necessary,
1789            also allocate bit registers,
1790           (fillGaps): handle bit registers,
1791           (findAllBitregs): added to create bit vector with all bit registers,
1792           (mcs51_allBitregs): returns this bit vector,
1793           (mcs51_assignRegisters): when using stack-auto use bit registers for
1794            passing parameters and creating local variables
1795         * src/mcs51/ralloc.h: added B0_IDX..B7_IDX and prototype mcs51_allBitregs
1796
1797 2005-08-22 Borut Razem <borut.razem AT siol.net>
1798
1799         * device/lib/Makefile.in: replaced find option -or with -o
1800           to make it run on solaris
1801
1802 2005-08-22 Raphael Neider <rneider AT web.de>
1803
1804         * src/pic16/gen.c (pic16_loadFromReturn): added check for AOP_PCODE,
1805           fixes #1265442 (crash on Solaris)
1806
1807 2005-08-20 Borut Razem <borut.razem AT siol.net>
1808
1809         * configure, configure.in: added tests for libsocket and libnsl libraries,
1810           requred by sdcdb on sparc-solaris; generate support/regression/Makefile
1811           from support/regression/Makefile.in
1812         * support/regression/Makefile.in: added
1813         * device/lib/pic16/Makefile.common.in: force make to use bash shell
1814         * sim/ucsim/libtool: regenerated on sparc-solaris
1815         * sim/ucsim/avr.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
1816           sim/ucsim/s51.src/Makefile.in, sim/ucsim/xa.src/Makefile.in,
1817           sim/ucsim/z80.src/Makefile.in: removed GNU ld specific linker options
1818           -Wl,--start-group and -Wl,--end-group to enable ucsim compilation on
1819           sparc-solaris, which doesn't use GNU ld linker
1820         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) does not support -u option
1821         * as/Makefile: find on sparc-solaris does not support -maxdepth option
1822
1823 2005-08-19 Maarten Brock <sourceforge.brock AT dse.nl>
1824
1825         * src/mcs51/peeph.def: updated comments
1826
1827 2005-08-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1828
1829         * device/lib/_gptrget.c,
1830         * device/lib/_gptrput.c: slightly shorter
1831         * doc/sdccman.lyx: incremented version
1832         * src/mcs51/peeph.def: moved peephole comments to the line of first
1833           change to better keep line correlation, reanimated 186.e
1834         * src/mcs51/peeph.def: renamed similar peepholes by using suffixes
1835
1836 2005-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
1837
1838         * src/pic/pcode.c : Pasted ".line" assembly directives patch from
1839           David Saxton with quotes around file name.
1840
1841 2005-08-15 Borut Razem <borut.razem AT siol.net>
1842
1843         * support/regression/tests/bitfields.c, support/regression/tests/bitvars.c,
1844           support/regression/tests/bitwise.c, support/regression/tests/literalop.c,
1845           support/regression/tests/rotate.c, support/regression/tests/zeropad.c:
1846           make tests run on x86_64 platform
1847
1848 2005-08-13 Raphael Neider <rneider AT web.de>
1849
1850         * device/lib/pic16/Makefile.subdir: weakened clean-intermediate rule
1851           as it might be executed DURING a build (parallel make is wonderful)
1852
1853 2005-08-13 Raphael Neider <rneider AT web.de>
1854
1855         * device/lib/Makefile.in (port-specific-objects-pic16):
1856           revert to cp $(PORT)/bin/*.* $(PORTDIR)
1857         * device/lib/pic16/Makefile: added .PHONY targets, removed builddir
1858           dependency
1859         * device/lib/pic16/Makefile.rules: build subdirs before creating
1860           the library, removed builddir rule, create $(builddir) early in
1861           recurse rule, use empty recurse rule for leaf directories
1862         * device/lib/pic16/Makefile.subdir: added phony targets, ignore
1863           mkdir errors (race condition), removed duplicate suffix "hex"
1864           from clean rules
1865         * device/lib/pic16/libdev/Makefile: recursive make via + and $(MAKE)
1866         * device/lib/pic16/libio/Makefile: create sub-make's builddir early,
1867           prevents mkdir -p from aborting on Alpha
1868
1869 2005-08-12 Raphael Neider <rneider AT web.de>
1870
1871         * src/pic16/glue.c (pic16_print(G)PointerType): do not flush
1872           db-statements in order to allow for arrays of pointers in code
1873           sections to be placed without interspersed 0-padding, fixes
1874           bug #1256215
1875         * (emitStatistics): fixed division by zero for pic18f1220
1876         * src/pic16/pcode.c: buffer (up to) 12 DB directives to allow for
1877           unpadded writing of 8-bit, 16-bit, 24-bit and 32-bit values
1878         * (pic16_emitDS): respect DB_ITEMS_PER_LINE
1879         * (pic16_pCodeConstString): keep track of already emitted string
1880           literals to prevent "duplicate definitions of symbol _str_NR"
1881         * src/pic16/ralloc.c (pic16_allocRegByName): removed not so helpful
1882           debug message
1883         * device/lib/Makefile.in: ignore failing PIC16 library builds
1884         * device/lib/pic16/Makefile: do not build if gputils are missing
1885         * device/lib/pic16/Makefile.common.in: do not enforce MAKEFLAGS=-s
1886
1887 2005-08-10 Raphael Neider <rneider AT web.de>
1888
1889         * device/lib/Makefile.in: fixed copying pic16 libraries (broken by
1890           my last commit)
1891
1892 2005-08-10 Raphael Neider <rneider AT web.de>
1893
1894         * src/*.c, src/pic16/{gen.c,glue.c,main.c}: applied Vangelis
1895           Rokas' patch to add the new fixed point type "__fixed16x16"
1896         * device/lib/pic16/libsdcc/fixed16x16: added Vangelis' support
1897           functions for __fixed16x16 arithmetics
1898         * device/lib/pic16: reimplemented the build system to support
1899           a separate build directory, better handling of libio (create
1900           the library in a separate subdir for each architecture) and
1901           easier configuration (centralized in Makefile.common)
1902
1903 2005-08-07 Raphael Neider <rneider AT web.de>
1904
1905         * src/pic16/gen.c (genrshTwo): fixed sign extension
1906         * src/pic16/device.c: added pic18f2320, 4220 and 4320
1907         * device/include/pic16/pic18f2220.h: changed some bit definitions,
1908           added T0CONbits
1909         * device/include/pic16/pic18f4220.h: NEW, header for
1910           pic18f4220 and pic18f4320
1911         * device/include/pic16/pic18fregs.h: added new devices,
1912           embraced Nop(), ClrWdt(), Sleep() and Reset() with do {} while(0)
1913         * device/include/pic16/signal.h: resolved name clashes
1914           on bit definitions, added DEF_HANDLER2(sig1,sig2,handler)
1915           to also allow testing for interrupt enable bits, added
1916           comments on how to use the macros
1917         * device/lib/pic16/libdev/pic18f2220.c: added T0CONbits
1918         * device/lib/pic16/libdev/pic18f{2320,4220,4320}.c: NEW,
1919           register definitions for the devices
1920         * device/lib/pic16/pics.all: added new devices
1921         * device/lib/pic16/libc/stdlib/calloc.c: fixed zeroing
1922           allocated memory
1923         * device/lib/pic16/libc/stdlib/memfree: do not count
1924           the block header as free memory
1925         * device/lib/pic16/libc/stdlib/memmisc.c (_initHeap):
1926           simplified and added missing end-of-blocklist-marker
1927           (reported by Peter Onion, fixes #1252814)
1928         * (_mergeHeapBlock): fixed loop condition
1929         * device/lib/pic16/libc/stdlib/realloc.c: return NULL for
1930           len==0, restructured code
1931         * device/lib/pic16/libc/stdlib/{malloc,memfreemax}.c: cleaned
1932           up a bit, reduced bitfield accesses, prevent endless loops
1933           in case of heap corruption
1934         * device/lib/pic16/libc/stdlib/x_ftoa.c: disabled
1935           "unreferenced arguments/must return a value" warnings
1936         * device/lib/pic16/libio/usart/ubaud.c (usart_baud):
1937           replaced BAUDREG with SPBRG
1938         * device/lib/pic16/libsdcc/lregs/{lrrest.c,lrst.c},
1939           device/lib/pic16/debug/gstack/gstack.c: replaced
1940           _naked, _asm, _endasm with __naked, __asm, __endasm
1941
1942 2005-08-05 Raphael Neider <rneider AT web.de>
1943
1944         * src/pic16/gen.c (pic16_aopGet): fixed handling of offsets in
1945           AOP_PCODE operands, fixes multibyte union-bitfield-accesses
1946
1947 2005-08-05 Borut Razem <borut.razem AT siol.net>
1948
1949         * device/lib/Makefile.in: added missing ';'
1950         * configure: removed ^M characters
1951
1952 2005-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1953
1954         * device/include/mcs51/at89c51ed2.h, device/include/mcs51/p89v51rd2.h,
1955           device/include/mcs51/at89s53.h: changed to GNU Lesser General Public
1956           License
1957
1958 2005-08-04 Borut Razem <borut.razem AT siol.net>
1959
1960         * configure.in: pic16 libraries build 2nd try - enable running
1961           configure in device/lib/pic16
1962         * configure: regenerated from configure.in
1963         * device/lib/Makefile.in: create $(PORT)/bin directory
1964
1965 2005-08-03 Raphael Neider <rneider AT web.de>
1966
1967         * src/pic16/gen.c (pic16_derefPtr): NEW, single place
1968           to get/set values via pointers
1969         * (genUnpackBits,genPackBits): changed detection of
1970           ptr->bitfield vs. sym.bitfield, fixed access via generic
1971           pointers, removed dead (wrong) code for multibyte bitfields
1972         * (genNearPointerGet, genGenPointerGet): removed useless code,
1973           fixed bitfield detection, fixes #1250594
1974         * (genNearPointerSet): removed useless code
1975         * src/pic16/gen.h: renamed pic16_emitpcode to pic16_emitpcode_real
1976           and introduced macro pic16_emitpcode that conditionally emits
1977           the origin of the following pCode (useful for debugging SDCC)
1978         * src/pic16/pcode.c: changed (and disabled) some debug outputs
1979         * (createDefmap): fixed handling of LFSR for --optimize-df
1980
1981 2005-08-02 Borut Razem <borut.razem AT siol.net>
1982
1983         * device/lib/Makefile.in: pic16 libraries build enabled since
1984           gputils-0.13.2 are now localy installed at sourceforge's compile farm
1985
1986 2005-08-02 Raphael Neider <rneider AT web.de>
1987
1988         * src/pic16/gen.c (genPackBits): removed deprecated warning
1989         * (genGenPointerSet): fixed bitfield detection
1990
1991 2005-08-02 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1992
1993         * device/include/mcs51/msm8xc154s.h: Removed PT2 definition, now in 8052.h.
1994
1995 2005-07-31 Raphael Neider <rneider AT web.de>
1996
1997         * device/lib/pic16/libdev/pic18f458.c,
1998           device/include/pic16/pic18f458.h: added missing T0CONbits
1999
2000 2005-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
2001
2002         * device/include/mcs51/msm8xc154s.h: added, thanks to Matthias Arndt
2003
2004 2005-07-28 Maarten Brock <sourceforge.brock AT dse.nl>
2005
2006         * src/mcs51/gen.c (operandsEqu): fixed bug 1246687
2007
2008 2005-07-23 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2009
2010         * device/include/mcs51/at89c51ed2.h: added.
2011
2012 2005-07-23 Raphael Neider <rneider AT web.de>
2013
2014         * src/pic/gen.h: added emitpcode macro for debugging
2015         * src/pic/gen.c (emitpcode): renamed to emitpcode_real
2016           and replace by macro adding debug information on demand
2017         * (genNot): fixed to C semantics (!0 = 1; !x = 0 iff x != 0)
2018         * (gencjne): tried to fix; replaced with correct (slower) code
2019         * (gen{Unp,P}ackBits): fixed single bit access
2020         * src/pic/pcode.c (AnalyzepCode): fixed DFPRINTF argument
2021         * src/pic/pcodepeep.c (pCodeSearchCondition): fixed finding
2022           previous instruction
2023         * src/pic/pcoderegs.c (regIsSpecial): NEW, check whether a
2024           register has to be handled with care (forbidding movement
2025           of assignments/uses, removing assignments completely, ...)
2026         * (pCodeOptime2pCodes): make use of regIsSpecial
2027         * added lots of debugging output (commented out)
2028         * src/pic/rallloc.c (deassignLRs): prevent operand registers
2029           from being reused as result UNLESS it is known to work
2030
2031 2005-07-23 Maarten Brock <sourceforge.brock AT dse.nl>
2032
2033         * support/Util/dbuf.h: include <stddef.h> for size_t
2034         * .version: changed to version 2.5.2
2035
2036 2005-07-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2037
2038         * src/SDCCloop.c (loopInvariants): fixed bug #1234048
2039
2040 2005-07-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2041
2042         * src/hc08/gen.c (genMinus): fixed bug #1241835,
2043           (genModOneByte): removed needless psha/pula
2044
2045 2005-07-22 Raphael Neider <rneider AT web.de>
2046
2047         * src/SDCCmain.c (linkEdit): initialized linkerScriptFileName,
2048           have PIC14 handled like PIC16, fixes broken pic14 linker calls
2049         * src/pic/gen.c (resolveIfx): do not "invent" labels
2050         * (genSkipc): changed to positive logic
2051         * (genSkipCond): removed as no longer needed
2052         * (pic14_mov2w_regOrLit,genCmp): NEW, replacement for buggy version,
2053           backport from PIC16
2054         * (genLeftShift): check operands are in different registers
2055         * src/pic/genarith.c (genPlus): replaced INCF with ADDLW as
2056           INCF does not update CARRY...
2057         * src/pic/main.c: fixed _linkCmd
2058         * src/pic/pcode.c (unlinkpCode): added inactive code
2059         * src/pic/ralloc.c (deassignLRs): keep arguments to shift operations
2060           alive (do not assign result and operand overlapping registers)
2061
2062 2005-07-22 Raphael Neider <rneider AT web.de>
2063
2064         * src/pic/device.c (dump_sfr): replaced register declaration with
2065           call to emitSymbolToFile() to avoid duplicate symbols
2066         * (assignRelocatableRegisters): do not declare external symbols
2067         * src/pic/ralloc.c (allocNewDirReg): fixed to get size of arrays
2068           right (take size of type, not etype)
2069         * (allocDirReg): fixed call to allocNewDirReg() to pass OP_SYM_TYPE
2070         * (writeUsedRegs): also dump dynDirectRegs (e.g. local variables)
2071         * (packRegsForAccUse): disabled assignment of WREG as
2072           the result reg to prevent occurence of just fixed #1235003,
2073           fixes #1242954
2074         * src/pic/glue.c (emitSymbolToFile): NEW, central place to declare
2075           symbols (avoids duplicate symbols in .asm file)
2076         * (pic14emitRegularMap): use emitSymbolToFile()
2077         * src/pic/gen.c (aopOp): fixed spillLocation handling
2078         * (gen{Unp,P}ackBits): fixed acquiring bit-operands
2079         * (genDataPointerSet): removed unneccessary variables/output
2080
2081 2005-07-22 Maarten Brock <sourceforge.brock AT dse.nl>
2082
2083         * as/mcs51/lkarea.c: enlarged codemap for banked memory
2084         * device/lib/mcs51/crtbank.asm: added # to 0x0F
2085
2086 2005-07-21 Raphael Neider <rneider AT web.de>
2087
2088         * src/pic/gen.c (aopOp): do not generate AOP_ACC operands as pic14
2089           architecture cannot handle them efficiently, fixes bug #1235003
2090         * src/pic16/device.c (pic16_dump_{u,i}section,pic16_dump_int_registers):
2091           check for empty sets before using them (fixes bug #1232190)
2092
2093 2005-07-19 Maarten Brock <sourceforge.brock AT dse.nl>
2094
2095         * as/mcs51/lkarea.c (lnkarea, lnkarea2): improved BSEG size calculation,
2096           (lnksect2): generate warnings for memory overlap
2097         * src/SDCC.lex (doPragma, process_pragma): added pragma's codeseg and
2098           constseg to set the name of these segments so you can instruct the linker
2099           to place them in banks
2100         * src/SDCCast.c (decorateType): use new macro IS_FUNCPTR()
2101         * src/SDCCglobl.h: added MODEL_HUGE to enum,
2102           added code_seg and const_seg to options
2103         * src/SDCCglue.c (emitMaps): use options.const_seg,
2104           (createInterruptVect): put interrupt vectors in segment HOME,
2105           (glue): put HOME before static segment and put the main glue in HOME,
2106           (glue): use options.code_seg
2107         * src/SDCCicode.c (geniCodeCall): use new macro IS_FUNCPTR()
2108         * src/SDCCmain.c: added option --codeseg and --constseg to set the name of
2109           these segments so you can instruct the linker to place them in banks
2110           (linkEdit): use code_loc for HOME segment which should be the first
2111           segment in code memory now
2112         * src/SDCCmem.c: fixed more stuff like bug 1238386
2113         * src/SDCCsymt.c (getSize): use generic pointer size for banked functions,
2114           (changePointer): don't change function pointers to code pointers for
2115           banked functions,
2116           (compareType): added exceptional check for banked function pointers
2117         * src/SDCCsymt.h: changed IFFUNC_ISBANKEDCALL, added IS_FUNCPTR
2118         * src/hc08/main.c (_hc08_genAssemblerPreamble): put HOME first, put CSEG
2119           after static in code memory
2120         * src/mcs51/gen.c: added aopLiteralLong prototype,
2121           (aopForSym): use getSize for functions,
2122           (genCall): generate banked calls over one trampoline __sdcc_banked_call
2123           in HOME with lsb of address in r0, msb in r1 and bank in r2, use
2124           -Wl-bBANKSEG=0xbbaaaa option to set the address (aaaa) and bank (bb) of
2125           the segment,
2126           (genPcall): use call for literal function pointers and generate banked
2127           calls over the one trampoline so there's only one place for the user to
2128           modify according to his/hers hardware,
2129           (genEndFunction): jump to __sdcc_banked_ret in HOME for banked functions,
2130           (genPlusIncr): moved check icount>4 beyond inc dptr optimization
2131         * src/mcs51/main.c: added keyword banked,
2132           (_mcs51_genExtraAreas): put HOME first followed by GSINIT, STATIC and CSEG
2133         * support/Util/SDCCerr.c,
2134         * support/Util/SDCCerr.h: added E_BANKED_WITH_CALLEESAVES, registers are
2135           needed for passing the bank and address to the trampoline
2136         * device/lib/mcs51/crtbank.asm: added for bankswitching
2137         * device/lib/mcs51/Makefile: added crtbank
2138
2139 2005-07-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2140
2141         * src/SDCCcse.c (algebraicOpts): fixed loss of volatility
2142           for fields at offset 0 of a struct or union as reported
2143           on 2005-07-07 in the developer mailing list.
2144
2145 2005-07-15 Maarten Brock <sourceforge.brock AT dse.nl>
2146
2147         * src/SDCCmem.c: fixed bug 1238386
2148
2149 2005-07-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2150
2151         * src/mcs51/peeph.def: added labelrefcounting for peepholes
2152           (patch #1144962), added peephole 300, enabled 259.x
2153         * doc/sdccman.lyx: removed screenshot and provided link instead
2154
2155 2005-07-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2156
2157         * doc/sdccman.lyx: added section about debugging with ddd
2158         * doc/figures/ddd_example.eps: screenshot of debugging session
2159
2160 2005-07-04 Raphael Neider <rneider AT web.de>
2161
2162         * src/pic/gen.c (genPointerGet): handle pointers to CONST values
2163           like CODE pointers, fixes #1115683
2164         * src/pic/pcode.c (DoBankSelect): forget LastRegIdx during function
2165           call, fixes bugs #1232211, #1228110,
2166           fixed wrong casts to pCodeFlow from pCodeInstructions
2167
2168 2005-07-04 Raphael Neider <rneider AT web.de>
2169
2170         * src/pic/gen.c (popGet): changed assert to allow for
2171           bit operands
2172         * (popGetAddr): changed signature to provide
2173           an additional index, patched all call sites
2174         * (genCmpEq): handle literal-like operands correctly
2175         * (genAddrOf): added sanity checks on __code/__data pointers
2176         * (genAssign): added handling of symbols from __code section
2177         * (gencjne): do not generate code for comparisons whose result
2178           is neither stored nor used, fixes bug #1171114
2179         * (AccLsh, AccRsh): operate on operand instead of WREG
2180         * (shift{Left,Right}_Left2ResultLit): NEW, size independant
2181           replacement for Shift{LR}{12}Left2Result; shift (byte/int/long)
2182           by known count
2183         * rewrote complete shift-by-literal logic, commented unused
2184           functions out
2185         * (genConstPointerGet): get multiple bytes (if result size > 1),
2186           fixed handling of non-immediate addresses
2187         * (genPointerGet): handle CODE pointers like CONST pointers
2188         * (genpic14Code): insert C-SRC lines as Cource-pCodes
2189         * ({aop,op}_isLitLike): NEW, single place to decide whether an
2190           operand is to be treated as a literal or not
2191         * (mov2w,genPcall,genCmpEq),
2192           src/pic/genarith.c: use aop_isLitLike() to decide between
2193           literal/register contents
2194         * (addSign): added missing offset
2195         * src/pic/gen.h: remove newline after FENTRY/FEXIT comments,
2196           only emit comment in debug-mode,
2197           use {aop,op}_isLitLike throughout the file
2198         * src/pic/glue.c: fix initializers for pointers (work in progress)
2199         * src/pic/pcode.c (get_op): honor index on _const symbols
2200         * ({reset,dump}pCodeStatistics): NEW, estimate code size
2201         * (dumppBlock): added pCode size estimation
2202         * src/pic/ralloc.c (deassignLRs,serialRegAssign,packRegisters):
2203           check for IS_SYMOP before OP_SYMBOL'ing
2204         * fixed indentation, compacted switch-statements
2205         * (allocReg): find free register and allocate it instead of
2206           allocating new registers all the time
2207         * (deassignLRs): prevent POINTER_GET's from being assigned the same
2208           registers as its operands (necessary only for multibyte GETs)
2209
2210 2005-07-01 Raphael Neider <rneider AT web.de>
2211
2212         * src/pic/gen.h: added prototypes emitpComment, popGetAddr and
2213           debugging .asm-output macros FENTRY + FEXIT
2214         * src/pic/gen.c (Safe_vsnprintf): NEW, is there a more generic
2215           way... I wonder...
2216         * (emitpComment): NEW, printf to pCode
2217         * (popGet): added assert on too large offsets, fixed PO_IMMEDIATE's
2218           offset handling
2219         * (popGetAddr): NEW, variant of popGet to access an immediates
2220           high(er) bytes instead of the n'th byte of memory they reference,
2221           replaced popGet with popGetAddr where neccessary
2222         * (genDataPointerGet): reactivated and fixed implementation
2223         * (genNearPointerGet): enabled call to genDataPointerGet, fixes array-
2224           accesses
2225         * (genDataPointerSet): fixed multibyte assignments
2226         * (genpic14Code): fixed --i-code-in-asm handling
2227         * src/pic/genarith.c: fixed PO_IMMEDIATE issue using popGetAddr,
2228         * (genPlus): fixed index-out-of-bounds error
2229         * src/pic/pcode.c (get_op): fixed PO_IMMEDIATE's index/offset handling
2230         * src/pic/ralloc.c: added debugging output macro FENTRY2
2231         * (spillThis): fixed indentation, enbraced for-body for clarity
2232         * (rematStr): commented out as now unused
2233         * (regTypeNum): commented out special spill case (overwrites
2234           arbitrary values)
2235         * fixes bugs #1229346, #1216476 (both arrays) and #1115667 (SIGSEGV)
2236
2237 2005-06-30 Maarten Brock <sourceforge.brock AT dse.nl>
2238
2239         * doc/sdccman.lyx: documented sfr16/sfr32,
2240           added example for using storage class with function pointers
2241         * src/mcs51/gen.c (genPlusIncr): optimized small offsets from dptr
2242
2243 2005-06-28 Maarten Brock <sourceforge.brock AT dse.nl>
2244
2245         * device/lib/_gptrget.c: also push/pop _PSBANK, added # to 0x03
2246         * device/lib/_itoa.c,
2247         * device/lib/_ltoa.c: optimized codesize
2248         * src/SDCCsymt.c (checkSClass): added sanity check for sfr at addresses,
2249           but don't know how to suppress the double warning.
2250         * src/mcs51/gen.c (genPlusIncr): fixed bug when incrementing volatile int's
2251         * support/Util/SDCCerr.c,
2252         * support/Util/SDCCerr.h: added warning W_SFR_ABSRANGE for sanity check
2253
2254 2005-06-27 Maarten Brock <sourceforge.brock AT dse.nl>
2255
2256         * as/mcs51/asexpr.c (expr): disabled warning "not in .flat24 mode",
2257           fixed old K&R prototypes
2258         * as/mcs51/asout.c (outrb): always output as if generating 24bit addresses
2259         * device/lib/_gptrget.c,
2260         * device/lib/_gptrgetc.c,
2261         * device/lib/_gptrput.c: changed versions for new memory indicator values,
2262           also new versions for small generic pointers and banked generic pointers
2263         * src/port.h: added const_name
2264         * src/SDCC.lex: added keywords sfr16, __sfr16, sfr32, __sfr32
2265         * src/SDCC.y: added tokens SFR16, SFR32 and their sfr_attributes
2266         * src/SDCCcse.c (findPrevIc): check all associative operators
2267         * src/SDCCglue.c (emitMaps): use CONST_NAME if defined
2268         * src/SDCCicode.h: added macro IS_ASSOCIATIVE
2269         * src/SDCCmem.c: updated comments,
2270           set far-space to 0 for pdata, results in optimized code
2271         * src/SDCCmem.h: added macro CONST_NAME
2272         * src/SDCCsymt.h: renumerated generic pointer types GPTYPE_... thereby
2273           moving the info into the highest bits, see also gptrget/gptrput
2274         * src/src.dsp: added sdcc.ico to project files
2275         * src/avr/gen.c (genCast): fixed bug 0x%d
2276         * src/avr/main.c (avr_port): added "CONST (CODE)" for const_name
2277         * src/ds390/gen.c (aopForRemat, adjustArithmeticResult): disconnected direct
2278           relation between ptr_type and DCL_TYPE,
2279           (genCast): fixed bug 0x%d
2280         * src/ds390/main.c (ds390_port, tininative_port, ds400_port): added "CONST
2281           (CODE)" for const_name
2282         * src/hc08/gen.c (genCast): fixed bug 0x%d
2283         * src/hc08/main.c (_hc08_genAssemblerPreamble): added .area ...const_name,
2284           (hc08_port): added "CONST (CODE)" for const_name
2285         * src/mcs51/gen.c (aopForSym): optimized pushing ACC,
2286           (aopForRemat, adjustArithmeticResult): disconnected direct relation
2287           between ptr_type and DCL_TYPE,
2288           (aopGetUsesAcc, aopGet, aopPut): changed first parameter from asmop* to
2289           operand* and took AOP() inside function so sfr-ness can be checked,
2290           (all over): repaired calls to aopGetUsesAcc, aopGet, aopPut to comply with
2291           new prototype,
2292           (genFunction, genEndFunction): optimized stack setup,
2293           (genMinus): optimized for literals with ending zeroes (in bytes),
2294           (genCast): fixed bug 0x%d
2295         * src/mcs51/main.c (_mcs51_keywords): added sfr16 and sfr32,
2296           (mcs51_port): added "CONST (CODE)" for const_name
2297         * src/mcs51/peeph.def: made rule 226 more generic
2298         * src/pic/main.c (pic_port): added "CONST (CODE)" for const_name
2299         * src/pic16/main.c (pic16_port): added "CONST (CODE)" for const_name
2300         * src/xa51/main.c (xa51_port): added "CONST (CODE)" for const_name
2301         * src/z80/main.c (z80_port): added NULL for const_name,
2302           (gbz80_port): added NULL for const_name
2303         * support/regression/tests/bug663539.c,
2304         * support/regression/tests/sfr16.c: new tests
2305
2306 2005-06-25 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2307
2308         * device/include/mcs51/p89v51rd2.h, device/include/mcs51/at89s53.h: added.
2309
2310 2005-06-24 Raphael Neider <rneider AT web.de>
2311
2312         * device/lib/pic16/libdev/pic18f[68][567]20.c:
2313           corrected typos...
2314         * device/include/pic16/signal.h: added USBIF
2315           and SIG_USB
2316
2317 2005-06-24 Raphael Neider <rneider AT web.de>
2318
2319         * device/lib/pic16/libdev/pic18f2455.c,
2320           device/include/pic16/pic18f2455.h: NEW
2321         * device/include/pic16/pic18fregs.h,
2322           device/lib/pic16/pics.all,
2323           src/pic16/device.c: added 18f2455
2324         * device/lib/pic16/libdev/pic18f[68][567]20.c,
2325           device/include/pic16/{pic18f[68][567].h,usart.h}:
2326           replaced MULTIPLE_USARTS define with more relaible
2327           compatibility sfrs (for USART access)
2328
2329 2005-06-20 Slade Rich <slade_rich AT users.sourceforge.net>
2330
2331         * src/pic/pcode.c : Fixed problem when a string constant contains a "\r\n"
2332           and the output asm file line is printed on two lines.
2333
2334 2005-06-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2335
2336         * sim/ucsim/hc08.src/inst.cc (inst_condbranch): fixed simulation of
2337           BGT, BLE, BHI, and BLS instructions
2338         * src/hc08/gen.c (outAcc, outBitC, outBitNV, genCmpLt, genCmpGt,
2339           genCmpEq): removed
2340         * src/hc08/gen.c (genCmpEQorNE, genCmp, branchopCmp, nameCmp,
2341           negatedCmp, exchangedCmp, genhc08Code): rewrite of comparison handling,
2342           fixes bug #1216342
2343         * src/hc08/peeph.def: added rules 2g - 2l for new conditional branches
2344
2345 2005-06-15 Raphael Neider <rneider AT web.de>
2346
2347         * src/pic16/NOTES: moved Vangelis from active developers to people to contact
2348         * device/include/pic16/{6520.h,8520.h}: fixed configuration bits
2349         * src/pic16/gen.c (): prevent iTemps from being considered to be in CODESPACE,
2350           fixes bug #1221120; for symbols in CODESPACE get number of bytes to read from
2351           OP_SYM_TYPE() instead of OP_SYM_ETYPE()
2352
2353 2005-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2354
2355         * device/include/mcs51/reg764.h: Changed PB0 to PBO as requested by
2356           Marcel Telka in bug #1215704
2357
2358 2005-06-02 Slade Rich <slade_rich AT users.sourceforge.net>
2359
2360         * src/pic/pcode.c : Changed pseudo stack size to 15 to allow WSAVE to be
2361           located in shared memory bank.
2362
2363 2005-05-31 Raphael Neider <rneider AT web.de>
2364
2365         * src/pic16/{gen.c,genarith.c}: replaced sign-extension
2366           "CLRF, BTFSC <signbit>, DECF/COMF" with side-effect-free
2367           "CLRF, BTFSC <signbit>, SETF"; fixes "long>>9"
2368
2369 2005-05-27 Maarten Brock <sourceforge.brock AT dse.nl>
2370
2371         * device/lib/_strncpy.c: fixed the fix
2372
2373 2005-05-26 Raphael Neider <rneider AT web.de>
2374
2375         * src/pic16/glue.c (pic16_printIvalChar): fixed _constant_ string
2376           initializers with \0, bug #1208187
2377         * src/pic/glue.c (printIvalChar): fixed (non- and constant) string
2378           intializers with \0, bug #1208187
2379
2380 2005-05-26 Raphael Neider <rneider AT web.de>
2381
2382         * src/pic16/glue.c (pic16_printIvalChar): fixed string
2383           initializers with \0, bug #1208187
2384         * src/pic16/main.c (_process_pragma): added sanity checks
2385           for stack position and size, emit warnings when appropriate
2386
2387 2005-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
2388
2389         * device/lib/_strncpy.c: fixed not filling with \0
2390
2391 2005-05-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2392
2393         * src/SDCCast.c (funcOfType, funcOfTypeVarg, stringToSymbol,
2394           createFunction),
2395         * src/SDCC.y (external_definition, enumerator, parameter_declaration,
2396           compound_statement),
2397         * src/SDCCsymt.h,
2398         * src/SDCCsymt.c (addSymChain, processFuncArgs): fixed bug #1159134
2399
2400 2005-05-24 Raphael Neider <rneider AT web.de>
2401
2402         * src/pic16/glue.c (pic16_printGPointerType): fixed #1207796
2403
2404 2005-05-24 Raphael Neider <rneider AT web.de>
2405
2406         * device/include/pic16/pic18f{442,452,458}.h: fixed wrong
2407           TRISE definitions, closes bug #1162453
2408
2409 2005-05-22 Raphael Neider <rneider AT web.de>
2410
2411         * src/pic16/main.c (_process_pragma): check for missing
2412           arguments to pragmas code and udata
2413         * device/include/pic16/pic18f{2550,4331,4455,4520}.h:
2414           consistency fixes to match other headers (thanks to Jim Paris)
2415         * device/lib/pic16/libio/i2c.ignore: 18f4331 provides no I2C
2416
2417 2005-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
2418
2419         * src/SDCCicode.c (isOperandEqual): fixed missing ;
2420
2421 2005-05-19 Maarten Brock <sourceforge.brock AT dse.nl>
2422
2423         * support/regression/tests/bug1198642.c: new test
2424         * src/SDCCicode.c (isOperandEqual): fixed bug 1198642
2425         * src/SDCCcse.c (findPrevIc): added comment, please have a look
2426         * support/scripts/resource.h,
2427         * support/scripts/resource.rc,
2428         * src/src.dsp: added sdcc.ico to project as icon for sdcc.exe
2429         * support/scripts/sdcc.ico: added 32x32 icon
2430
2431 2005-05-18 Raphael Neider <rneider AT web.de>
2432
2433         * device/lib/pic16/libdev/pic18f*.c,
2434         * device/include/pic16/pic18f*.h: updated "sfr" and "at X"
2435           keywords to "__sfr" and "__at (X)"
2436         * device/include/pic16/pic18fregs.h: added pic18f4520
2437         * src/pic16/pcode.c (pic16_pCode2str): fixed (?) bug
2438           #1203088 (MPLAB compatibility)
2439
2440 2005-05-17 Raphael Neider <rneider AT web.de>
2441
2442         * device/include/pic16/pic18f{2550,4331,4455,4520}.h: NEW
2443         * device/lib/pic16/libdev/pic18f{2550,4331,4455,4520}.c: NEW
2444         * device/lib/pic16/pics.all: added new devices
2445         * src/pic16/device.c: added support for pic18f4520
2446
2447 2005-05-16 Raphael Neider <rneider AT web.de>
2448         * src/pic16/gen.{c,h}: s/mov2f/pic16_mov2f made public
2449         * src/pic16/genarith.c (genAddLit): fixed bug 1202480
2450         * src/pic16/pcode.{c,h} (pic16_newpCodeOpBit_simple): NEW
2451           convenience function for bit access
2452
2453 2005-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
2454
2455         * device/lib/printf_large.c: fixed bug 1193299
2456         * support/regression/tests/bug1057979.c: added test %3.3s
2457
2458 2005-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2459
2460         * device/include/mcs51/8051.h,
2461         * device/include/mcs51/8052.h: made parseable with lint
2462         * device/include/mcs51/lint.h: added include file for (sp)lint
2463         * doc/sdccman.lyx: added doc about use of splint (syntax checking tool)
2464         * doc/cdbfileformat.lyx,
2465         * doc/test_suite_spec.lyx: hardcoded date to the date of last text change
2466
2467 2005-05-14 Raphael Neider <rneider AT web.de>
2468
2469         * device/lib/pic16/Makefile.common.in: add --optimize-df to OPT_FLAGS
2470         * device/lib/pic16/libc/stdlib/itoa.c (new)
2471         * device/lib/pic16/libc/stdlib/Makefile: have itoa.c built
2472         * device/lib/pic16/libio/Makefile: exclude subdir according to
2473           ${subdir}.ignore for certain PICs (lacking e.g. i2c)
2474         * device/lib/pic16/libio/i2c.ignore (new): pic18f1220 has no I2C support
2475         * src/pic16/gen.c (genFunction): prevent annoying warning
2476         * src/pic16/pcode.c: renamed stack_t to dynstack_t to prevent
2477           nameclashes on BeOS
2478         * support/cpp2/cppmain.c (cpp_output_string): new
2479         * support/cpp2/cpplib.c (_cpp_do__Pragma): fixed _Pragma(""),
2480           fixes bug 1116802
2481
2482 2005-05-13 Borut Razem <borut.razem AT siol.net>
2483
2484         * src/SDCCmain.c (linkEdit): fixed bug 1195202
2485
2486 2005-05-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2487
2488         * .version: changed to version 2.5.1; back to bleeding edge development
2489
2490 2005-05-11 Borut Razem <borut.razem AT siol.net>
2491
2492         * doc/sdccman.lyx doc/cdbfileformat.lyx doc/test_suite_spec.lyx:
2493           generate PDF version 1.3 documents
2494
2495 2005-05-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2496
2497         * .version: changed to version 2.5.0
2498
2499 2005-04-27 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2500
2501         * doc/sdccman.lyx: updated weblinks, index and smaller updates
2502
2503 2005-04-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2504
2505         * doc/sdccman.lyx: changed version 2.5.0, documented --std-c89,
2506         --std-sdcc89, --std-c99, --std-sdcc99, and the corresponding #pragmas, as
2507         well as many smaller updates.
2508         * .version: changed to version 2.5.0-pre1
2509
2510 2005-04-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2511
2512         * src/SDCCmain.c (setIncludePath): added port->target to SDCC_INCLUDE_NAME
2513
2514 2005-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
2515
2516         * support/regression/tests/bug1185672.c: added
2517         * src/mcs51/gen.c (aopGetUsesAcc, genCpl, genAnd, genOr, genXor): fixed
2518           bug 1185672
2519         * src/mcs51/gen.c (genCall): added comments, made it look safer
2520         * src/mcs51/gen.c (genEndFunction): simplified
2521
2522 2005-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
2523
2524         * src/mcs51/ralloc.c (serialRegAssign): fixed bug 1189609
2525
2526 2005-04-14 Borut Razem <borut.razem AT siol.net>
2527
2528         * fixed bug 1045046 - SIGSEGV with really simple code?:
2529           src/pic/pcode.c (pCodeInitRegisters)- pseudo stack size increased to 16
2530           src/pic/ralloc.c (typeRegWithIdx) - error message on pseudo stack overflow
2531
2532 2005-04-14 Borut Razem <borut.razem AT siol.net>
2533
2534         * src/pic16/gen.c (genInline), src/pic16/main.c (_process_pragma),
2535           src/pic16/device.h: temporarily disabled experimental #inline pragma
2536           for 2.5.0 release
2537
2538 2005-04-14 Maarten Brock <sourceforge.brock AT dse.nl>
2539
2540         * device/include/z80/stdio.h,
2541         * device/include/z80/string.h: removed these highly incomplete files so
2542           SDCC can use the default ones in device/include/
2543
2544 2005-04-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2545
2546         * src/mcs51/gen.c (genEndFunction): removed unused variable to fix
2547         gcc warning.
2548         * device/lib/Makefile.in: default PORTINCDIR to the mcs51 subdir to
2549         fix sdcpp warnings.
2550
2551 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
2552
2553         * device/include/malloc.h: removed redundant __reentrant prototypes
2554         * device/lib/_mullong.c: added working xstack variant in asm (C version
2555           doesn't pass regression tests)
2556         * device/lib/bpx.c: used __data and made bpx char for mcs51
2557         * src/SDCCast.c (decorateType): removed unused GPTYPE_IDATA,
2558           (createFunction): fixed bug with xstackPtr
2559         * src/SDCCcse.c: corrected comments
2560         * src/SDCCopt.c (convertToFcall): fixed warning in MSVC,
2561           (killDeadCode, eBBlockFromiCode): removed unused code
2562         * src/SDCCsymt.h: removed unused GPTYPE_GPTR and GPTYPE_IDATA,
2563           corrected comments
2564         * src/mcs51/gen.c (aopForSym, aopPut, toBoolean, unsaveRegisters,
2565           assignResultValue, genCall, genFunction, genEndFunction, genAnd,
2566           genOr, genXor, genAddrOf): fixed several bugs concerning xstack
2567           (genModOneByte): fixed warning in MSVC
2568         * src/mcs51/main.c (): added comments
2569         * src/mcs51/peeph.def: changed 129 to 129.a, added 129.b, 129.c & 129.d
2570
2571 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
2572
2573         * src/SDCCmain.c (linkEdit): oops, changed one line too many
2574
2575 2005-04-11 Maarten Brock <sourceforge.brock AT dse.nl>
2576
2577         * src/SDCCmain.c (linkEdit): fixed bug with finding crt0.o for z80
2578
2579 2005-04-10 Vangelis Rokas <vrokas AT users.sourceforge.net>
2580
2581         * src/pic16/glue.c (printIvalChar): fixed bug when emitting
2582         characters arrays of larger size than the declared one.
2583
2584 2005-04-10 Borut Razem <borut.razem AT siol.net>
2585
2586         * src/pic/gen.c (genInline),
2587           src/pic/pcode.c (newpCodeAsmDir), (pCode2str),
2588           (genericPrint), (unlinkpCodeFromBranch), (compareLabel),
2589           (findNextInstruction), (findPrevInstruction),
2590           (findInstructionUsingLabel),
2591           src/pic/pcode.h: fixed bug #1164907 - Labels not being recognized
2592         * src/pic/pcode.c (findLabel): added missing '\n'
2593         * src/src.dsp: added SDCCdwarf2.c to the project
2594
2595 2005-04-09 Borut Razem <borut.razem AT siol.net>
2596
2597         * support/scripts/sdcc.nsi: added include/hc08/* h to NSIS setup
2598
2599 2005-04-08 Raphael Neider <rneider AT web.de>
2600
2601         * src/pic16/pcode.c: added helpers defmapInsertAfter (insert a new item
2602           into the chain after a given one) and mergeDefmapSymbols (combine
2603           defmap entries for each symbol per pcode)
2604         * (createDefmap): have defmap entries merged in the end
2605         * (defmapReplaceSymRef): split defmap entries covering two accesses to
2606           a symbol before replacing one access type's symbol, merge symbols in
2607           the end (replacement symbol might already have an entry)
2608         * (assignValnums): keep reference to written WREG intact
2609
2610 2005-04-08 Raphael Neider <rneider AT web.de>
2611
2612         * src/pic16/pcode.c (struct defmap_s): named anonymous union (for
2613           Alpha)
2614
2615 2005-04-08 Vangelis Rokas <vrokas AT users.sourceforge.net>
2616
2617         * src/pic16/pcode.c (pic16_get_op2): enlarged size of array b to 128
2618         bytes
2619
2620 2005-04-07 Raphael Neider <rneider AT web.de>
2621
2622         * device/include/pic16/usart.h: added compatibility defines for
2623           devices with more than one USART
2624         * device/include/pic16/pic18f[68][567]20.h: activated above defines
2625
2626 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
2627
2628         * device/lib/Makefile.in: updated for port specific include
2629
2630 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
2631
2632         * support/regression/ports/mcs51/spec.mk: added mcs51 include
2633
2634 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
2635
2636         * device/include/8051.h,
2637         * device/include/8052.h,
2638         * device/include/at89S8252.h,
2639         * device/include/at89c55.h,
2640         * device/include/at89x051.h,
2641         * device/include/at89x51.h,
2642         * device/include/at89x52.h,
2643         * device/include/mcs51reg.h,
2644         * device/include/reg51.h,
2645         * device/include/reg764.h,
2646         * device/include/regc515c.h,
2647         * device/include/sab80515.h: (re)moved these 12 files
2648         * device/include/mcs51/8051.h,
2649         * device/include/mcs51/8052.h,
2650         * device/include/mcs51/at89S8252.h,
2651         * device/include/mcs51/at89c55.h,
2652         * device/include/mcs51/at89x051.h,
2653         * device/include/mcs51/at89x51.h,
2654         * device/include/mcs51/at89x52.h,
2655         * device/include/mcs51/mcs51reg.h,
2656         * device/include/mcs51/reg51.h,
2657         * device/include/mcs51/reg764.h,
2658         * device/include/mcs51/regc515c.h,
2659         * device/include/mcs51/sab80515.h: and added them here
2660
2661 2005-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
2662
2663         * device/include/stdarg.h: changed SDCC specific keywords to double
2664           underlined form.
2665         * device/include/stdint.h: changed intptr_t and uintptr_t for others than
2666           mcs51 and ds390.
2667         * device/include/hc08/mc68hc908gp32.h,
2668         * device/include/hc08/mc68hc908jb8.h,
2669         * device/include/hc08/mc68hc908jkjl.h,
2670         * device/include/hc08/mc68hc908qy.h: fixed comments
2671         * device/include/mcs51/README: updated
2672         * device/include/mcs51/c8051f120.h: added PINRSF
2673         * device/lib/pic16/libc/stdlib/crc16.c: fixed comments
2674         * src/pic16/pcode.c: MSVC6 doesn't accept declaring new variables
2675           amidst code. Also inline is not supported.
2676
2677 2005-04-06 Raphael Neider <rneider AT web.de>
2678
2679         * src/pic16/pcode.c (pic16_pCodeReplace): also update pcflow->end
2680         * (createDefmap): fixed CALLs to depend on FSR1 and RETLW to restore
2681           callers stack/frame pointers
2682
2683 2005-04-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
2684
2685         * device/include/pic16/usart.h: added, missing in previous commit,
2686         * device/include/pic16/adc.h: fixed typo,
2687         * device/lib/pic16/libc/utils/cvtdec.S: added missing in previous
2688         commit,
2689         * device/lib/pic16/libc/stdlib/g_ftoa.S: modified to include
2690         <p18fxxx.inc>
2691         * device/lib/pic16/libc/stdio/streams.c: leave stdin, stdout
2692         uninitialized because a bug appears with gplink
2693         * device/lib/pic16/{some makefiles}: moved $(CSTD) from CFLAGS to
2694         COMPILE_FLAGS and added CPPFLAGS with -nostdinc because sdcpp
2695         complains for unrecognised option
2696
2697 2005-04-05 Raphael Neider <rneider AT web.de>
2698
2699         * src/pic16/gen.c (pic16_popCopyReg): made copying work for extended
2700           structs as well (using memcpy)
2701         * (genFunction): fixed comparison, used pCodeOpLabel to reduce warning
2702           on ISRs (GOTO has no label)
2703         * src/pic16/device.h: added OF_OPTIMIZE_DF
2704         * src/pic16/main.c: added compiler switch --optimize-df to enable the
2705           new data flow analysis/optimization
2706         * src/pic16/pcode.c: added (prototypes for and implementation of)
2707           dataflow analysis functions, fixed pCodeInstructions' inCond and
2708           outCond values, made RCALL a branch instruction
2709         * (pic16_unlinkpCode): keep C line if possible
2710         * (pic16_pCodeUnlink): removed cast on left side of assignment, have
2711           C line moved if possible
2712         * (pic16_getRegFrompCodeOp): NEW, improved version of...
2713         * (pic16_getRegFromInstruction,pic16_getRegFromInstruction2): changed
2714           to use new pic16_getRegFrompCodeOp (works for more SFRs)
2715         * (pic16_BuildFlow): fixed skip instructions with label (did not start
2716           new flow)
2717         * (pic16_getJumptabpCode): NEW, needed in...
2718         * (LinkFlow): fixed handling of jumptables, calls and conditional
2719           branches
2720         * (pic16_InsertCommentAfter): NEW
2721         * (pic16_pCodeReplace): made verbose and flow preserving
2722         * (AnalyzeFlow): added call to data flow analysis
2723         * src/pic16/pcode.h: added defmaps to pCodeFlow struct
2724         * src/pic16/pcodeflow.h: added PCC_STATUS to mean all STATUS bits
2725         * src/pic16/ralloc.c (packRegsForAssign): added return 1 in the end
2726
2727 2005-04-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2728
2729         * src/SDCCast.c (decorateType): fixed bug #1105626
2730
2731 2005-04-02 Vangelis Rokas <vrokas AT users.sourceforge.net>
2732
2733         * device/include/asm/pic16/features.h,
2734         * pic18f*.h headers,
2735         * device/include/pic16/adc.h,
2736         * device/include/pic16/delay.h,
2737         * device/include/pic16/i2c.h,
2738         * device/include/pic16/malloc.h,
2739         * device/include/pic16/stdio.h,
2740         * device/include/pic16/stdlib.h,
2741         * device/include/pic16/string.h,
2742         * device/lib/pic16/libc/stdio/printf_tiny.c,
2743         * device/lib/pic16/libc/stdio/printf_small.c,
2744         * device/lib/pic16/libc/stdio/strmgpsim.c,
2745         * device/lib/pic16/libc/stdio/strmmssp.c,
2746         * device/lib/pic16/libc/stdio/strmusart.c,
2747         * device/lib/pic16/libc/stdio/vfprintf.c,
2748         * device/lib/pic16/libc/stdlib/ltoa.c,
2749         * device/lib/pic16/libc/stdlib/putchar.c,
2750         * device/lib/pic16/libc/stdlib/x_ftoa.c,
2751         * device/lib/pic16/libc/stdlib/memchrpgm.c,
2752         * device/lib/pic16/libc/stdlib/memchrram.c,
2753         * device/lib/pic16/libc/stdlib/memcpypgm2ram.c,
2754         * device/lib/pic16/libc/stdlib/memcpyram2ram.c,
2755         * device/lib/pic16/libio/adc/adcbusy.c,
2756         * device/lib/pic16/libio/adc/adcread.c,
2757         * device/lib/pic16/libio/adc/adcsetch.c,
2758         * device/lib/pic16/libio/usart/ubaud.c,
2759         * device/lib/pic16/libio/usart/ubusy.c,
2760         * device/lib/pic16/libio/usart/udrdy.c,
2761         * device/lib/pic16/libio/usart/uopen.c,
2762         * device/lib/pic16/libio/usart/uputc.c,
2763         * device/lib/pic16/libsdcc/gptr/gptrget1.c,
2764         * device/lib/pic16/libsdcc/gptr/gptrget2.c,
2765         * device/lib/pic16/libsdcc/gptr/gptrget3.c,
2766         * device/lib/pic16/libsdcc/gptr/gptrget4.c,
2767         * device/lib/pic16/libsdcc/gptr/gptrput1.c,
2768         * device/lib/pic16/libsdcc/gptr/gptrput2.c,
2769         * device/lib/pic16/libsdcc/gptr/gptrput3.c,
2770         * device/lib/pic16/libsdcc/gptr/gptrput4.c: modified all SDCC
2771         specific keywords to double underlined form,
2772         * device/lib/pic16/libc/Makefile.rules,
2773         * device/lib/pic16/libsdcc/Makefile.rules,
2774         * device/lib/pic16/libm/Makefile,
2775         * device/lib/pic16/libio/Makefile.rules: added CSTD macro in CFLAGS
2776         to compile with C standard set in Makefile.common
2777         * device/lib/pic16/libc/stdlib/Makefile: added new C sources
2778         rand.c and crc.c in compilation process,
2779         * device/lib/pic16/libsdcc/int/divuint.c,
2780         * device/lib/pic16/libsdcc/long/divulong.c: changed declaration of
2781         `c' from signed to unsigned,
2782         * device/lib/pic16/startup/crt0.c,
2783         * device/lib/pic16/startup/crt0i.c,
2784         * device/lib/pic16/startup/crt0iz.c: adopted to all SDCC specific
2785         keywords to double underlined form, bug fixes in _do_cinit function
2786         which prevented the correct initialization of the .idata segment,
2787         * src/pic16/pcoderegs.c (insideLRBlock): fixed a bug that caused the
2788         core to enter a infinite loop
2789         * device/lib/pic16/libc/stdlib/rand.c, crc.c: new files
2790
2791 2005-04-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2792
2793         * src/SDCCicode.c (getArraySizePtr): fixed bug #1122171
2794
2795 2005-04-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2796
2797         * device/include/Makefile.in: add support for hc08 subdirectory
2798         * device/include/hc08/: new subdirectory
2799         * device/include/hc08/mc68hc908jkjl.h: new header contributed by
2800         Lucas Loizaga, thanks!
2801         * device/include/hc08/mc68hc908qy.h,
2802         * device/include/hc08/mc68hc908gp32.h,
2803         * device/include/hc08/mc68hc908jb8.h: moved hc08 register defs to
2804         their own directory. Changed internal macro names to use the compiler
2805         reserved namespace. Changed SDCC specific keywords to double
2806         underlined form.
2807         * device/include/math.h,
2808         * device/include/malloc.h,
2809         * device/include/stdarg.h,
2810         * device/include/stdbool.h
2811         * device/include/string.h,
2812         * device/include/tinibios.h,
2813         * device/include/ds400rom.h,
2814         * device/include/8051.h,
2815         * device/include/8052.h,
2816         * device/include/80c51xa.h,
2817         * device/include/at89c55.h,
2818         * device/include/at89S8252.h,
2819         * device/include/at89x51.h,
2820         * device/include/at89x52.h,
2821         * device/include/ds80c390.h,
2822         * device/include/reg764.h,
2823         * device/include/regc515c.h,
2824         * device/include/sab80515.h,
2825         * device/include/mcs51/c8051f000.h,
2826         * device/include/mcs51/c8051f018.h,
2827         * device/include/mcs51/c8051f020.h,
2828         * device/include/mcs51/c8051f040.h,
2829         * device/include/mcs51/c8051f060.h,
2830         * device/include/mcs51/c8051f120.h,
2831         * device/include/mcs51/c8051f300.h,
2832         * device/include/mcs51/c8051f310.h,
2833         * device/include/mcs51/c8051f320.h,
2834         * device/include/mcs51/c8051f330.h,
2835         * device/include/mcs51/c8051f350.h,
2836         * device/include/z180.h: Changed SDCC specific keywords to double
2837         underlined form.
2838
2839 2005-03-31 Vangelis Rokas <vrokas AT users.sourceforge.net>
2840
2841         * src/pic16/device.c (Pics16[]): added devices 18F2550, 18F4331,
2842         18F4455,
2843         * (pic16_assignConfigWordValue): disable testing of configuration
2844         register value with config mask,
2845         * src/pic16/gen.c (pic16_testStackOverflow): prefix stack test
2846         function with port->fun_prefix,
2847         * (genFunction): when generating a naked interrupt function never
2848         create an absolute segment placed in interrupt vector address, place
2849         the actual interrupt function at IVA instead, when an interrupt
2850         function is generated with unspecified interrupt then do not create
2851         the absolute section,
2852         * (genGenPointerGet, genGenPointerSet, genPackBits): replace all
2853         code for generating a call to generic pointer get/put function with
2854         a call to function pic16_callGenericPointer(),
2855         * src/pic16/genutils.c (pic16_callGenericPointerRW): NEW, generates
2856         the call to the generic pointer get/put functions with prefixing the
2857         function name with port->fun_prefix,
2858         * src/pic16/glue.c (pic16glue): ifdef-out test of OF_LR_SUPPORT,
2859         * src/pic16/main.c (_process_pragma): prefix function with
2860         port->fun_prefix,
2861         * (_pic16_finaliseOptions): define macro __18Fxxxx macro when
2862         calling assembler, old 18Fxxxx macro is deprecated,
2863         * src/pic16/pcode.c (unlinkpCodeFromBranch): added PC_INLINE and
2864         PC_ASMDIR in while condition,
2865         * (findInstruction): add PC_ASMDIR in while condition,
2866         * (buildCallTree): prefix main with port->fun_prefix,
2867         * (pic16_pCode2str): fixed bug that didn't emit the memory access
2868         identifier for variable with banked access in instructions BTFSS,
2869         BTFSC, BCF, BSF, BTG
2870         * (AnalyzeFlow): moved call to OptimizepCode to pic16_AnalyzeBanking,
2871         * src/pic16/pcodepeep.c (pCodeOpCompare): increase size of b to 1024,
2872         * src/pic16/pcoderegs.c (pic16_pCodeRegoptimizeRegUsage): don't
2873         perform optimization when enviroment variable NO_REG_OPT is set,
2874         * (insideLRBlock): NEW, return 1 if register is inside an
2875         INF_LOCALREGS block,
2876         * (RemoveRegFromLRBlock): remove a register that is completely
2877         eliminated by register optimization, but it is still left in local
2878         register store/restore in/from stack block,
2879         * (Remove2pcodes): after removing register, check to see if it
2880         should be removed from local register store/restore in/from stack
2881         block,
2882         * src/pic16/ralloc.c (pic16_decodeOp): added decode for
2883         DUMMY_READ_VOLATILE,
2884
2885         * device/include/pic16/adc.h: minor prototype modifications and
2886         update,
2887         * device/include/pic16/malloc.h: added GPL notice various
2888         modifications,
2889         * device/include/pic16/stdint.h: NEW, standard header for ints
2890         * device/include/pic16/delay.h: NEW, header for delay functions,
2891         delay10tcy, delay100tcy, delay1ktcy, delay10ktcy, delay100ktcy,
2892         delay1mtcy,
2893         * device/include/pic16/signal.h: NEW, header providing helper macros
2894         for implementing signal handlers,
2895         * device/include/pic16/stdio.h: added prototypes for functions,
2896         printf, vprintf, sprintf, vsprintf, fprintf, vfprintf. Added
2897         prototypes for stdin and stdout, added macro PUTCHAR to
2898         automatically implement putchar function prototype,
2899         * device/include/pic16/usart.h: modified and updated USART library,
2900         * device/lib/pic16/libio/adc/,
2901         * device/lib/pic16/libio/i2c: some modifications to improve library
2902         performance,
2903         * device/lib/pic16/libc/stdio/: modifications for the new printf*
2904         family of functions,
2905         * device/lib/pic16/libc/stdlib/: various modifications in the malloc
2906         family of functions and other sources,
2907         * device/lib/pic16/libio/usart/: NEW, c sources for the usart module
2908         of the PIC18Fxx[28] devices,
2909         * device/lib/pic16/libc/delay/: NEW, c sources for the delay functions,
2910         * device/lib/pic16/libc/utils/: minor modifications in the .S sources,
2911         * device/lib/pic16/startup/{crt0i.c, crt0iz.c}: redesign of the
2912         _do_cinit function, because the previous failed when local variables
2913         where not placed in the same memory bank,
2914         * device/lib/pic16/libsdcc/char/: various modifications to improve
2915         library performance,
2916         * doc/sdccman.lyx: some reorganization of the PIC16 part, added many
2917         information on the new functions of the c library and more...
2918
2919 2005-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2920
2921         * src/SDCCBBlock.c (iCodeBreakDown): fixed bug #1170212
2922
2923 2005-03-26 Raphael Neider <rneider AT web.de>
2924
2925         * src/pic16/gen.c (genSkipc): fixed semantics (execute branch
2926           if condition == CARRY)
2927         * (genCmp): adapted to new genSkipc semantics
2928         * src/pic16/genutils.c (pic6_genCmp_special): removed side effect
2929           on rIfx (genCmp was broken)
2930
2931 2005-03-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2932
2933         * src/SDCCmain.c (setDefaultOptions, optionsTable[], parseCmdLine),
2934         * src/z80/main.c (_keywords[]),
2935         * src/SDCCglobal.h (struct options),
2936         * src/SDCC.y,
2937         * src/SDCC.lex (isTargetKeyword, doPragma, pragma_tbl[]): new pragmas
2938         to enable/disable SDCC and C99 extensions/keywords (std_c89, std_sdcc89,
2939         std_c99, std_sdcc99). Also, equivalent command line options (--std-c89,
2940         --std-sdcc89, --std-c99, --std-sdcc99). SDCC specific keywords are
2941         always available in leading double underscore form. The C99 support is
2942         mostly missing, but it's a start.
2943         * support/regression/tests/bug-227710.c: fixed nonconforming use of
2944         reserved identifier "__data".
2945
2946 2005-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
2947
2948         * src/mcs51/peeph.def: fixed bug 1170013
2949
2950 2005-03-22 Maarten Brock <sourceforge.brock AT dse.nl>
2951
2952         * device/include/mcs51reg.h: fixed bug 842007
2953
2954 2005-03-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2955
2956         * src/SDCCcflow.c (dfNumCompare): committed the wrong version of this
2957         last time.
2958
2959 2005-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2960
2961         * src/port.h (struct PORT),
2962         * src/avr/ralloc.c (avr_assignRegisters),
2963         * src/avr/main.c,
2964         * src/ds390/ralloc.c (ds390_assignRegisters),
2965         * src/ds390/main.c,
2966         * src/hc08/ralloc.c (hc08_assignRegisters),
2967         * src/hc08/main.c,
2968         * src/mcs51/ralloc.c (mcs51_assignRegisters),
2969         * src/mcs51/main.c,
2970         * src/pic/ralloc.c (pic14_assignRegisters),
2971         * src/pic/main.c,
2972         * src/pic16/ralloc.c (pic16_assignRegisters),
2973         * src/pic16/main.c,
2974         * src/xa51/ralloc.c (xa51_assignRegisters),
2975         * src/xa51/main.c,
2976         * src/z80/ralloc.c (z80_assignRegisters),
2977         * src/z80/ralloc.h,
2978         * src/SDCCopt.c (eBBlockFromiCode, replaceRegEqv, killDeadCode),
2979         * src/SDCCcse.c (ifxOptimize, cseBBlock, cseAllBlocks),
2980         * src/SDCCcse.h,
2981         * src/SDCCdflow.c (computeDataFlow),
2982         * src/SDCCdflow.h,
2983         * src/SDCCloop.c (addDefInExprs, loopInvariants, loopOptimizations),
2984         * src/SDCCloop.h,
2985         * src/SDCCcflow.c (*),
2986         * src/SDCCcflow.h,
2987         * src/SDCCBBlock.c (iCodeBreakDown, dumpEbbsToFileExt, eBBWithEntryLabel),
2988         * src/SDCCBBlock.h (struct ebbIndex): new struct that keeps two copies
2989         of the eBBlock list, sorted by both bbnum and dfnum. (fixes bug with
2990         immedDom() returning wrong block; probably fixes bug #1160833)
2991
2992 2005-03-20 Borut Razem <borut.razem AT siol.net>
2993
2994         * support/scripts/inc2h.pl: WIN32 port
2995
2996 2005-03-19 Maarten Brock <sourceforge.brock AT dse.nl>
2997
2998         * device/lib/makefile.in: added abs.c and labs.c
2999
3000 2005-03-17 Maarten Brock <sourceforge.brock AT dse.nl>
3001
3002         * device/include/stdint.h: added
3003         * device/lib/abs.c: added
3004         * device/lib/labs.c: added
3005         * device/include/stdlib.h: added abs() and labs() prototypes
3006         * device/lib/libsdcc.lib: added abs and labs
3007         * device/include/float.h,
3008         * device/lib/_fsmul.c,
3009         * device/lib/printf_fast.c,
3010         * device/lib/printf_tiny.c: updated comments
3011
3012 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3013
3014         * src/SDCCicode.c (geniCodeSwitch, geniCodeJumpTable): fixed
3015         bug #1164313
3016
3017 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3018
3019         * src/SDCCcse.c (cseBBlock): retain assignment to self when volatile
3020         * src/SDCCast.c (isLoopCountable): fixed bug #1161985
3021
3022 2005-03-15 Maarten Brock <sourceforge.brock AT dse.nl>
3023
3024         * device/lib/printf_large.c: removed inline assembly for portability and
3025           readability. Use printf_fast if speed or size are more important.
3026         * src/pic16/gen.c: removed conditions around use of DEBUGpc
3027         * src/pic16/genutils.h: added define for DEBUGpc for MSVC
3028
3029 2005-03-15 Vangelis Rokas <vrokas AT users.sourceforge.net>
3030
3031         * src/pic16/genutils.c (pic16_genCmp_special): initialized offs to
3032         prevent compiler warning
3033
3034 2005-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
3035
3036         * device/lib/pic16/startup/crt0i.c (_cinit): local variables where
3037         moved to level 0 and declared as static. Also they are explicit
3038         placed in access bank. This was necessery because some times they
3039         might cross memory bank boundaries. crt0iz.c is *NOT* updated!!!
3040         * src/pic16/device.h: added flag OPTIMIZE_CMP to enable some compare
3041         optimizations. Currently only compare to unsigned char is implemented,
3042         * src/pic16/gen.c: added fReturnIdx array,
3043         * (struct resolvedIfx) is moved to gen.h and made public,
3044         * (struct _G): added sregsAlloc and sregsAllocSet fields,
3045         * (aopForSym): added an optimization to directly store in stack of
3046         the operand of a SEND iCode,
3047         * (pic16_aopOp): don't return return registers as strings (AOP_STR)
3048         but as registers instead (AOP_REG) using the fReturnIdx array,
3049         * (pic16_freeAsmop): remove the freed register from the
3050         _G.sregsAlloc field,
3051         * (pic16_aopGet): in case AOP_STR, the compare to 'a' is changed to
3052         a compare of 'WREG',
3053         * (pic16_popGetTempRegCond): changed function prototype, now
3054         function takes also a bitVector argument v which holds the current
3055         set of registers that are allocated for stack access by aopForSym,
3056         registers allocated in aopForSym for accessing stack symbols are not
3057         any more part of the functions usedRegs field,
3058         * (genCall): some times aopOp is called for a stack variable to be
3059         send, aopForSym might perform the push, if this is true make sure
3060         that genCall doesn't push the variable twice by testing _G.resDirect,
3061         * (genFunction): changed testing for unspecified interrupt number
3062         from 256 to INTNO_UNSPEC,
3063         * modified selection scheme of frame pointer generation. Previously
3064         if function did use local registers a frame pointer was generated,
3065         now a frame pointer is generated only if function has arguments
3066         (that need PLUSW2 register access), or has stack arguments, or the
3067         compiler is not instructed to omit the frame pointer,
3068         * (genEndFunction): before restoring local registers that were saved
3069         in the function preamble, also restore the registers that *might*
3070         have been allocated for stack access,
3071         * (genRet): removed some old comments,
3072         * (genCmp, the active (RN's) version): added a call to the
3073         pic16_genCmp_special function to perform the compare with a more
3074         robust and optimized way,
3075         * (genInline): a feature has been added in inline code generation,
3076         which allows a wildcard variable substitution when writing inline
3077         assembly. Code is incomplete and experimental therefore undocumented,
3078         * (genCast): changed order of aopOp for result and right to allow
3079         aopForSym to directly load the result if possible,
3080         * src/pic16/genutils.c (selectCompareOp, pic16_genCmp_special): NEW,
3081         perform an optimized compare on some selected special occasions,
3082         * src/pic16/genutils.h: declaration of resolvedIfx structure from gen.c,
3083         * src/pic16/glue.c (pic16createInterrupVect): make sure we never
3084         generate an IVT any more,
3085         * src/pic16/main.c (pic16_optionsTable): added command line option
3086         --optimize-cmp,
3087         * (_pic16_initPaths): when calling C preprocessor define pic18fXXXX
3088         macro too, when calling assembler define pic18fXXXX *and* __18Fxxxx
3089         macros,
3090         * src/pic16/NOTES: Raphael Neider added in list of active developers
3091         * src/pic16/pcode.c (OPT_TYPE_STR): added strings jumptable_begin and
3092         jumptable_end to prevent bug #,
3093         * (pic16_pciADDWFC, ADDFWC, COMF, CLRF): added some missing flags in
3094         inCond and outCond fields,
3095         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): add a fix for bug #,
3096         * src/pic16/ralloc.c (serialRegAssign): explicit set willCS to 0 to
3097         turn off register spilling,
3098         * (packRegsForOneUse): synced with other ports' versions although it
3099         is not used currently,
3100         * (pic16_packRegisters): added an optimization while reading
3101         structure bitfields, some registers may be saved (malloc code is
3102         decreased by 80 bytes)
3103
3104 2005-03-12 Vangelis Rokas <vrokas AT users.sourceforge.net>
3105
3106         * src/SDCCcse.c (cseBBlock): inside 'do operand lookup' loop test if
3107         left is a bitfield, if yes, then don't optimize assignment. Perhaps
3108         this can be optimized more?
3109
3110 2005-03-10 Raphael Neider <rneider AT web.de>
3111
3112         * src/pic16/gen.c (pic16_loadFSR0, genPackBits, genUnpackBits,
3113           genNearPointerGet): (hopefully) fixed access to bitfields via
3114           pointers (p->bitN = x; and x = p->bitN; failed)
3115
3116 2005-03-09 Paul Stoffregen <paul AT pjrc.com>
3117
3118         * device/lib/printf_fast.c: fix leading zero format, eg "%02d"
3119
3120 2005-03-09 Raphael Neider <rneider AT web.de>
3121
3122         * src/SDCCopt.c (killDeadCode): fixed bug #1156016
3123
3124 2005-03-06 Maarten Brock <sourceforge.brock AT dse.nl>
3125
3126         * src/SDCCicode.h: moved CRITICAL and ENDCRITICAL from SKIP_IC2 to SKIP_IC
3127         * src/mcs51/ralloc.c (willCauseSpill): added check for REG_BIT type,
3128           (regTypeNum): set REG_BIT type if necessary
3129         * src/mcs51/ralloc.h: added define REG_BIT, used to fix bug 1144613
3130         * support/regression/tests/critical.c: check bug 1144613
3131
3132 2005-03-02 Raphael Neider <rneider AT web.de>
3133
3134         * src/pic16/gen.c (genRightShiftLiteral): fixed bug #1154256
3135
3136 2005-02-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3137
3138         * src/avr/ralloc.c (serialRegAssign),
3139         * src/ds390/ralloc.c (serialRegAssign),
3140         * src/hc08/ralloc.c (serialRegAssign),
3141         * src/mcs51/ralloc.c (serialRegAssign),
3142         * src/pic/ralloc.c (serialRegAssign),
3143         * src/pic16/ralloc.c (serialRegAssign),
3144         * src/xa51/ralloc.c (serialRegAssign),
3145         * src/z80/ralloc.c (serialRegAssign): fixed bug #1105154
3146
3147 2005-02-22 Maarten Brock <sourceforge.brock AT dse.nl>
3148
3149         * src/SDCCast.c (decorateType): fixed bug 1124787
3150
3151 2005-02-20 Hubert Sack <sack AT digiplan.de>
3152         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3153
3154         * src/mcs51/peeph.def: added peepholes 3.h-k and 132.a-f from
3155         patch #1121755
3156
3157 2005-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3158
3159         * src/SDCCpeeph.def: new keyword "labelRefCountChange" which allows peepholes
3160         to keep the correct label reference count when adding/removing references
3161         to labels. A peephole file using this is appended to patch #1144962.
3162
3163 2005-02-14 Raphael Neider <rneider AT web.de>
3164
3165         * device/lib/pic16/libc/string/memccpy.c: changed 3rd argument to char
3166         * src/SDCC.lex (process_pragma): fixed to make disable_warning work for PIC16
3167         * src/pic16/gen.c (aopForSym, calls to pic16_aopOp): prevent unneccessary
3168           retrievals of result operand's value on assignment
3169
3170 2005-02-13 Vangelis Rokas <vrokas AT otenet.gr>
3171
3172         * device/include/pic16/string.h: modified prototype for memccpy()
3173         to memccpy(void *, void *, char, size_t)
3174         * src/pic16/gen.c (genFunction, genEndFunction): reenable if-case to
3175         check whether to omit frame pointer or not,
3176         * (genInline): convert all occurences of "\n" to LF in inline
3177         assembler blocks, this helps formatting the inline text,
3178         * (pic16_loadFSR0): modified prototype,
3179         * (genNearPointerGet, genNearPointerSet): reorganization of code,
3180         removed some 8051 legacy code,
3181         * (genPackBits): enabled handling bitfields exceeding one byte in size,
3182         * src/pic16/ralloc.c (pic16_assignRegisters): clear dynrIdx variable
3183         before allocating temporary registers in functions,
3184
3185 2005-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
3186
3187         * support/regression/tests/bitvars.c: corrected the "fix"
3188
3189 2005-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
3190
3191         * support/regression/tests/bitvars.c,
3192         * support/regression/tests/bitwise.c,
3193         * support/regression/tests/rotate.c: "fixed" problems on Alpha
3194
3195 2005-02-10 Raphael Neider <rneider AT web.de>
3196
3197         * src/pic16/pcode.c (assignToSameBank) : fixed cast to pointer of
3198           different size for Alpha
3199         * src/pic16/gen.c (genCmpEq) : improved compare with 0
3200
3201 2005-02-09 Raphael Neider <rneider AT web.de>
3202
3203         * src/SDCC.lex(doPragma) : save and restore warning options as well
3204           (also added new stack plus clone- and copyAndFreeSDCCERRG())
3205         * have #pragma less_pedantic set the errorlevel to WARNING
3206           (fixes #1117001)
3207         * (cloneOptimize) : fixed wrong malloc's size
3208         * support/Util/SDCCerr.[ch] : made SDCCERRG globally accessible to
3209           facilitate correct handling of #pragma (save|restore)
3210
3211 2005-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
3212
3213         * src/mcs51/gen.c: removed non-standard C nameless struct/union
3214
3215 2005-02-04 Slade Rich <slade_rich AT users.sourceforge.net>
3216
3217         * src/pic/gen.c : Fix for bugs #1080519 & #1115662.
3218
3219 2005-02-03 Maarten Brock <sourceforge.brock AT dse.nl>
3220
3221         * device/include/mcs51/c8051f120.h: added declarations for sbit port 2,3&4
3222
3223 2005-02-02 Raphael Neider <rneider AT web.de>
3224
3225         * src/SDCCast.c (processParms): disabled W_NONRENT_ARGS for pic16 port
3226         * src/pic16/gen.c (aopForSym): reenabled special case for function pointers
3227         * (pic16_storeForReturn): fixed to allow returning function pointers
3228         * (genPackBits): improved accessing full bytes, implemented for GPOINTERs
3229         * device/include/pic16/{stddef.h,stdbool.h}: added
3230
3231 2005-02-02 Maarten Brock <sourceforge.brock AT dse.nl>
3232
3233         * device/include/mcs51/c8051f040.h: added define CPT2_PAGE
3234
3235 2005-02-01 Slade Rich <slade_rich AT users.sourceforge.net>
3236
3237         * src/pic16/pic16.dsp : Added file graph.c to make it compile under windows
3238         * src/pic16/Makefile.bcc : Do not use this file but added file graph.c as it
3239          appeared to be required
3240
3241 2005-01-31 Borut Razem <borut.razem AT siol.net>
3242
3243         * support/scripts/sdcc.nsi: added include/asm/ds390, include/asm/mcs51,
3244           include/mcs51 and include/z80 directories to the package
3245
3246 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3247
3248         * src/hc08/gen.c (genFunction): fixed bug #1112752
3249
3250 2005-01-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3251
3252         * src/mcs51/peeph.def: adapted peephole 258.x to changed gen.c (genAnd)
3253
3254 2005-01-29 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3255
3256         * src/mcs51/gen.c (genAnd): accessing LSB/MSB by rotating acc
3257
3258 2005-01-29 Maarten Brock <sourceforge.brock AT dse.nl>
3259
3260         * device/include/Makefile.in: create/copy mcs51 and z80 include subdirs
3261
3262 2005-01-27 Maarten Brock <sourceforge.brock AT dse.nl>
3263
3264         * device/include/c8051fxxx.h: removed these 6 files
3265         * device/include/mcs51/c8051fxxx.h: added these 11 new files
3266
3267 2005-01-26 Raphael Neider <rneider AT web.de>
3268
3269         * src/pic16/gen.c (genAssign): fixed assignment from longs
3270           in codespace (were cut to three bytes)
3271         * (genDummyRead): implemented (except for CODESPACE...),
3272           fixed bug #1108575
3273         * src/pic16/glue.c (emitStatistics): beautified
3274         * device/lib/pic16/libm/Makefile: added include path
3275
3276 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3277
3278         * src/z80/gen.c (aopPut): fixed bug #1103902
3279
3280 2005-01-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3281
3282         * device/lib/expf.c: fixed bug #1095792
3283
3284 2005-01-24 Vangelis Rokas <vrokas AT otenet.gr>
3285
3286         * device/lib/pic16/libm: added Math library sources
3287
3288 2005-01-24 Raphael Neider <rneider AT web.de>
3289
3290         * src/pic16/pcode.h: added second memory operand to pCodeOpReg
3291           to enable upcast to pCodeOpReg2 (there is no type tag to
3292           differenciate the two and pic16_popGet2p cast into PCOR2)
3293         * src/pic16/main.c (_process_pragma): fixed another malloc bug
3294           (sizeof(sectNames) changed to sizeof(sectName))
3295           Both patches fix segfaults under MinGW.
3296
3297 2005-01-23 Raphael Neider <rneider AT web.de>
3298
3299         * src/pic16/{device.c,pcode.c}: s/free/Safe_free/g for
3300           Safe_[mc]?alloc()'ed variables
3301         * src/pic16/gen.c (pic16_aopOp,pic16_popGet): added handling
3302           of (byte sized) temporaries (assign them to WREG for now)
3303         * src/pic16/main.c (_process_pragma): fixed nasty malloc bug
3304           (used sizeof(set *sectSyms) instead of sizeof(struct sectSym)),
3305           this might fix SIGSEGVs on MinGW...
3306         * src/SDCCopt.c (killDeadCode): restored original behaviour
3307           (volatile operands might get thrown away though)
3308
3309 2005-01-23 Vangelis Rokas <vrokas AT otenet.gr>
3310
3311         * src/pic16/gen.c: fixed bug #1106975,
3312         * src/pic16/gen.c: fixed possible bug #1102572, now during TOS
3313         pointer update, INTCON is saved, global interrupts are disabled and
3314         restored after updateing TOS.
3315         * src/SDCC.y, src/SDCC.lex, src/SDCCsymt.c, src/SDCCsymt.h:
3316         * added function attribute 'shadowregs' to take advantage of shadow
3317         registers,
3318         * added function attribute 'wparam' as an alternative to the wparam
3319         pragma,
3320         * support/Utils/SDCCerr.[ch]: added error E_SHADOWREGS_NO_ISR when
3321         user declares a non-ISR function as 'shadowregs',
3322         * doc/sdccman.lyx: updated to reflect recent changes of pic16 port
3323
3324 2005-01-22 Vangelis Rokas <vrokas AT otenet.gr>
3325
3326         * .version: bumped version number to 2.4.8
3327         * device/lib/pic16/pics.all: list of PIC18F devices supported by
3328         pic16 port,
3329         * device/lib/pic16/libio/i2c/: I2C module support library,
3330         * device/include/pic16/i2c.h: I2C support library header,
3331         * device/lib/pic16/libc/stdio/: standard IO support sources,
3332         * (printf_small.c): printf_small() source, supports float print,
3333         * (printf_tiny.c): printf_tiny() source, does not support floats,
3334         * device/lib/pic16/Makefile.common.in: added OPT_FLAGS macro to
3335         enable global optimizations for entire library source, other
3336         Makefiles in the source tree are also modified to reflect this,
3337         * device/lib/pic16/libc/stdlib/putchar.c (putchar): dummy putchar()
3338         function,
3339         * doc/sdccman.lyx: updated to reflect new changes,
3340         * src/pic16/gen.c (aopForSym): don't handle sym->iaccess in
3341         sym->onStack if-case,
3342         * src/pic16/main.c (_pic16_keywords): commented out keywords bit,
3343         sbit, idata, _idata, xdata, _xdata,
3344         * added pragma library, to link an external library, (see doc),
3345         * removed command line options, --pomit-config-words, --pomit-ivt,
3346         --pleave-reset-vector,
3347         * (pic16_finaliseOptions): when define macro SDCC_MODEL_{SMALL/LARGE}
3348         when calling assembler to reflect memory model used, also define
3349         macro STACK_MODEL_{SMALL/LARGE} when compiling and assembling to
3350         reflect stack model used,
3351         * src/pic16/ralloc.c (pic16_allocDirReg): when operand is allocated
3352         on stack return NULL,
3353
3354 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
3355
3356         * src/SDCCopt.c (killDeadCode): do not throw iCodes away if one
3357           of the operands is volatile. Fixes #1020220
3358
3359 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
3360
3361         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): reenabled optimization
3362         * (OptimizeRegUsage): make sure that there is really no other flow where
3363           the first pCode is used
3364
3365 2005-01-22 Raphael Neider <rneider AT web.de>
3366
3367         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): disabled optimization
3368           to fix #1106967 (pCode->seq are not set up correctly)
3369
3370 2005-01-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3371
3372         * src/SDCCglue.c (glue): make sure code area is declared before the
3373         static initialization area.
3374
3375 2005-01-21 Raphael Neider <rneider AT web.de>
3376
3377         * device/lib/Makefile.in: fixed test for pic16 install dir
3378         * device/lib/pic16/*/Makefile*: modified compile flags to enable
3379           optimizations
3380         * doc/sdccman.lyx: updated banksel optimization, removed --flr-support and
3381           added --optimize-goto compiler switch and pragma wparam documentation
3382         * src/pic16/pcode.c (pic16_OptimizeBanksel): removed statistics dump
3383         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed copying of WREG, PRODL
3384           and PRODH closing bug #1071770 (peephole optimizer)
3385
3386 2005-01-19 Raphael Neider <rneider AT web.de>
3387
3388         * src/SDCCglobl.h: ensure that PATH_MAX >= 2048 to guarantee
3389           cmdLine buffers (used when calling sdcpp...) are large enough
3390           (MAX_PATH=256 truncates arguments leading to system halts when
3391           used in MinGW...)
3392         * src/pic16/gen.c (pic16_sameRegs): relaxed size criterion
3393         * (genUminus): rewritten to for efficiency
3394         * (genNearPointer[GS]et): enforce reloading of FSR0 (was still
3395           used uninitialized in some cases)
3396         * (genCast): upcasting a 16bit int to a 24bit GPOINTER may not
3397           copy the third byte from the int -- now assumes 0x80 (data memory)
3398         * src/pic16/genarith.c (pic16_genPlus): fixed bug when swapping
3399           operands (genAddLit expects the iCode's operands to swapped as
3400           well), fixed leftover bytes (crashed for short left operands)
3401         * (pic16_genMinusDec): performance improvements, removed false
3402           PIC14 emitSKPNCs
3403         * (pic16_genMinus): fixed to cope with differently sized operands
3404         * src/pic16/glue.c (pic16_glue): added new banksel optimization
3405           for --obanksel > 1
3406         * src/pic16/pcode.c: implemented (first phase of) banksel optimization
3407         * src/pic16/graph.[ch]: implementation of directed graphs, used by
3408           new banksel optimization
3409         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): prevented
3410           analysis for temporary registers (segfaults...)
3411         * src/pic16/peeph.def: added rule
3412
3413 2005-01-18 Vangelis Rokas <vrokas AT otenet.gr>
3414
3415         * device/lib/pic16/libc/stdlib/x_ftoa.c: it defines x_ftoa function
3416         which converts a float number to its ASCII representation
3417         * device/lib/pic16/libc/utils/cnvfrac.S,cnvint.S: support
3418         functions to convert the fractional and integer part of a float to ASCII,
3419         * device/lib/pic16/libc/stdlib/(calloc.c,free.c, malloc.c,
3420         realloc.c): added _MALLOC_SPEC to explicit place variables in data
3421         ram
3422         * device/include/asm/pic16/features.h: added _CODE, _DATA, _AUTOMEM,
3423         _STATMEM macros,
3424         * device/include/pic16/adc.h: added GPL info,
3425         * src/pic16/gen.c (genIfxpCOpJump): perform an genIfxJump but using
3426         a pCodeOp as tested operand,
3427         * (genNearPointerGet): optimized bit testing, does not use
3428         intermediate register for bit value, test directly instead with
3429         BTFSS, BTFSC, works only for single bits,
3430         * (genpic16Code): dump the name of the iCode in the asm,
3431         * src/pic16/ralloc.c (decodeOp): removed static declaration and
3432         renamed to pic16_decodeOp,
3433         * (serialRegAssign): do not allocate a temporary register for iCode
3434         sequences that test a single bit for 1/0
3435
3436 2005-01-12 Vangelis Rokas <vrokas AT otenet.gr>
3437
3438         * src/pic16/pcode.[ch]: introduced pic16_stackpnt_*,
3439         pic16_framepnt_*, pic16_stack_*, pic1_frame_* pointer variables to
3440         access stack and frame pointers. They are initially assigned to
3441         point at pic16_pc_fsr1[lh] and pic16_pc_fsr2[lh] variables and other
3442         accessing SFRs. Updated all occurences of modification of stack or
3443         frame pointer in gen.c and pcode.c,
3444         * src/pic16/ralloc.c (serialRegAssign): fixed two bugs with
3445         assigning of a literal value to pointers,
3446         * src/pic16/main.c (pic16_finiliseOptions): set pre-processor define
3447         flag STACK_MODEL_SMALL or STACK_MODEL_LARGE according to the model
3448         selected
3449
3450 2005-01-11 Vangelis Rokas <vrokas AT otenet.gr>
3451
3452         * doc/sdccman.lyx: update documentation about stack pragma, added
3453         some info for stack memory models
3454
3455 2005-01-08 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3456
3457         * src/pic16/gen.c (DEBUGpc): MSVC 6 does not support macro variable arguments
3458
3459 2005-01-08 Raphael Neider <rneider AT web.de>
3460
3461         * src/pic16/device.c (pic16_dump_usection): changed naming scheme for
3462           udata sections to fix bug #1097823
3463
3464 2005-01-05 Raphael Neider <rneider AT web.de>
3465
3466         * src/pic16/gen.c (genGenericShift): added handling of differently
3467           sized left operand and result
3468
3469 2005-01-04 Raphael Neider <rneider AT web.de>
3470
3471         * src/pic16/gen.c (genIfxJump): fixed inverted skips on CARRY
3472         * (genIfx): fixed (?) read from uninitialized SPIL_LOC (now assumes CARRY
3473           to hold the condition bit)
3474         * added new version of genCmp (old code available via #define)
3475         * added new version of genShiftLeft/genShiftRight in a generic
3476           way, now supports shifting by negative values
3477         * (genLeftShiftLiteral, genRightShiftLiteral): use absolute value of
3478           shiftCount (expected by genGenericShift)
3479         * src/pic16/genarith.c (genPlus): added code for adding CARRY+literal
3480         * src/pic16/pcode.c (pic16_OptimizeJumps): removed annoying statistics
3481           dump
3482         * (pic16_newpCodeOpLit): changed to cast to unsigned char (as e.g. -32766
3483           is an invalid literal too...)
3484
3485 2005-01-04 Vangelis Rokas <vrokas AT otenet.gr>
3486
3487         * src/pic16/gen.c (aopForSym, genEndFunction): applied some fixes
3488         from Raphael Neider,
3489         * src/pic16/pcode.c (pic16_newpCodeOpLit): removed casting to char
3490         for 8-bit literals. This fixes some literal operands which are sign
3491         extended to 16-bits ints when instruction needs only 8-bits.
3492
3493 2004-12-31 Paul Stoffregen <paul AT pjrc.com>
3494
3495         * device/lib/logf.c: added mcs51 assembly version
3496         * device/lib/expf.c: added mcs51 assembly version
3497         * device/lib/_logexpf.c: new shared asm code for expf and logf
3498         * device/include/math.h: add defines for assembly math library
3499         * device/lib/Makefile.in: build new _logexpf.c
3500         * device/lib/libfloat.lib: use new _logexpf.c
3501
3502 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
3503
3504         * src/pic/device.c
3505         * src/pic/pcode.c : adjusted internal stack and pre-allocated registers for
3506           device types which have less than 0x7f registers.
3507
3508 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
3509
3510         * src/pic/genarith.c : Fixed problem with subtraction where the result would not be updated when borrowing.
3511
3512 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
3513
3514         * device/lib/printf_fast.c: only build on supported arch.
3515         * device/lib/printf_tiny.c: only build on supported arch.
3516         * device/lib/printf_fast_f.c: only build if asm float lib
3517         * device/lib/_fsget1arg.c: only build if asm float lib
3518         * device/lib/_fsget2args.c: only build if asm float lib
3519         * device/lib/_fsnormalize.c: only build if asm float lib
3520         * device/lib/_fsreturnval.c: only build if asm float lib
3521         * device/lib/_fsrshift.c: only build if asm float lib
3522         * device/lib/_fsswapargs.c: only build if asm float lib
3523         * device/include/stdio.h: don't provide print_fast,
3524           print_fast_f, print_tiny prototypes if --xstack used
3525
3526 2004-12-28 Maarten Brock <sourceforge.brock AT dse.nl>
3527
3528         * device/lib/sincosf.c (sincosf): don't invert bit/bool by ~
3529         * support/regression/ports/mcs51-stack-auto/spec.mk: added new _fs.. files
3530           to the SOURCES
3531
3532 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
3533
3534         * device/lib/printf_fast_f.c: same as printf_fast, but
3535           with floating point enabled
3536         * device/lib/printf_fast.c: minor tweaks
3537         * device/include/stdio.h: add printf_fast_f
3538
3539 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
3540
3541         * src/SDCCmain.c: make --float-reent default for mcs51
3542         * device/lib/_fsadd.c: added mcs51 assembly version
3543         * device/lib/_fssub.c: added mcs51 assembly version
3544         * device/lib/_fsmul.c: added mcs51 assembly version
3545         * device/lib/_fsdiv.c: added mcs51 assembly version
3546         * device/lib/_fseq.c: added mcs51 assembly version
3547         * device/lib/_fsneq.c: added mcs51 assembly version
3548         * device/lib/_fsgt.c: added mcs51 assembly version
3549         * device/lib/_fslt.c: added mcs51 assembly version
3550         * device/lib/_fscmp.c: shared code for fseq,fsgt,fslt,fsneq
3551         * device/lib/Makefile.in: add _fscmp to build
3552         * device/lib/libfloat.lib: add _fscmp to build
3553
3554 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
3555
3556         * device/lib/_fs2slong.c: added mcs51 assembly version
3557         * device/lib/_fs2sint.c: added mcs51 assembly version
3558         * device/lib/_fs2schar.c: added mcs51 assembly version
3559         * device/lib/_fs2ulong.c: added mcs51 assembly version
3560         * device/lib/_fs2uint.c: added mcs51 assembly version
3561         * device/lib/_fs2uchar.c: added mcs51 assembly version
3562         * device/lib/_slong2fs.c: added mcs51 assembly version
3563         * device/lib/_sint2fs.c: added mcs51 assembly version
3564         * device/lib/_schar2fs.c: added mcs51 assembly version
3565         * device/lib/_ulong2fs.c: added mcs51 assembly version
3566         * device/lib/_uint2fs.c: added mcs51 assembly version
3567         * device/lib/_uchar2fs.c: added mcs51 assembly version
3568         * device/include/float.h: added #define to select asm vs c
3569
3570 2004-12-26 Paul Stoffregen <paul AT pjrc.com>
3571
3572         * device/lib/printf_fast.c: improvements to float output
3573         * device/include/float.h: add defines for assembly float library
3574         * device/lib/_fsget1arg.c: receive 1 float arg
3575         * device/lib/_fsget2args.c: receive 2 float args (reentrant)
3576         * device/lib/_fsnormalize.c: normalize a float
3577         * device/lib/_fsreturnval.c: return float, various helper routines
3578         * device/lib/_fsrshift.c: right shift a float's mantissa
3579         * device/lib/_fsswapargs.c: swap 2 floats
3580         * device/lib/Makefile.in: build these 6 new files for mcs51
3581         * device/lib/libfloat.lib: add these 6 files to the library
3582
3583 2004-12-26 Borut Razem <borut.razem AT siol.net>
3584
3585         * sim/ucsim/avr.src/arith_inst.cc: fixed bug #1088372- savr is not
3586           built by gcc 3.4.2
3587
3588 2004-12-25 Paul Stoffregen <paul AT pjrc.com>
3589
3590         * device/lib/printf_tiny.c: printf for mcs51 in only 267 bytes,
3591           and fully reentrant and register bank neutral.
3592         * device/lib/printf_fast.c: added float (not enabled by default),
3593           added compact/slower integer (also not enabled by default),
3594           improved size/speed of fast integer code, other minor changes
3595         * device/include/stdio.h, device/lib/Makefile.in,
3596           device/lib/libsdcc.lib: integrate printf_tiny into mcs51 build
3597
3598 2004-12-24 Maarten Brock <sourceforge.brock AT dse.nl>
3599
3600         * src/pic16/pcode.c: declaring variables other than at the start of a
3601           block is not supported in C by VC6.
3602
3603 2004-12-22 Vangelis Rokas <vrokas AT otenet.gr>
3604
3605         * applied a previous patch from Raphael Neider that wasn't included
3606         in the previous commits, which fixes infinite loops within jumptable
3607         improvements,
3608         * made some fixes that previous patches introduced
3609
3610 2004-12-21 Vangelis Rokas <vrokas AT otenet.gr>
3611
3612         * src/pic16/gen.c (pic16_aopGet): applied fix from Raphael Neider
3613         that fixes an issue with AOP_PCODE asmop's offset,
3614         * (pic16_popCopyReg): update instance field too,
3615         * (mov2w): modified to pic16_mov2w because it conflicts with mov2w
3616         function of pic port,
3617         * (genCmp, genAnd, genAssign),
3618         * src/pic16/genarith.c (genAddLit): some fixes from Raphael Neider,
3619
3620 2004-12-20 Vangelis Rokas <vrokas AT otenet.gr>
3621
3622         * src/SDCCast.c (gatherAutoInit): allow pic16 to emit static
3623         variables initial values to idata section,
3624         * src/SDCCicode.c (geniCodeCall): patch from ### to fix unreferenced
3625         variables in some functions. This utilizes parmBytes field of iCode
3626         structure to hold the offset of the variable in stack. (might be
3627         able to use the stack field too?)
3628         * applied patch from Raphael Neider # ### , # ###
3629         * src/pic16/glue.c (pic16emitRegularMap): fix to print static
3630         variable initial values in idata section,
3631         * src/pic16/ralloc.c (pic16_allocDirReg): don't allocate register
3632         for static variables with initial value
3633         * src/device/lib/pic16/libsdcc/float/ulong2fs.c (__ulong2fs):
3634         applied fix in while loop from Raphael Neider.
3635
3636 2004-12-19 Maarten Brock <sourceforge.brock AT dse.nl>
3637
3638         * src/ds390/gen.c (genCpl): fixed bit=~(char/bit) bugs, added warning
3639         * src/ds390/main.c (_ds390_regparm): don't pass bit params in registers
3640         * src/ds390/ralloc.c (serialRegAssign): spill bits
3641         * src/mcs51/gen.c (genCpl): fixed bit=~(char) bugs, added warning
3642         * support/Util/SDCCerr.c,
3643         * support/Util/SDCCerr.h: added warning W_COMPLEMENT for using bit=~(bit)
3644         * support/regression/tests/bitvars.c: added tests for bitwise complement(~)
3645         * support/regression/tests/bitwise.c: added test for bitwise complement(~)
3646
3647 2004-12-09 Maarten Brock <sourceforge.brock AT dse.nl>
3648
3649         * device/include/sdcc-lib.h: inserted LGPL, added includes
3650           asm/ds390/features.h and asm/mcs51/features.h
3651         * device/include/asm/default/features.h,
3652         * device/include/asm/gbz80/features.h,
3653         * device/include/asm/z80/features.h: added empty _AUTOMEM
3654           and _STATMEM
3655         * device/include/asm/ds390/features.h,
3656         * device/include/asm/mcs51/features.h: added files with defines for
3657           _AUTOMEM and _STATMEM indicating automatic and static storage class
3658         * device/lib/printf_large.c (_print_format): optimized & used _AUTOMEM
3659         * doc/sdccman.lyx: version 2.4.7, updated xstack documentation
3660         * src/SDCCicode.c (geniCodeCast),
3661         * src/SDCCsymt.c (compareType): allow cast of data-ptr to idata-ptr
3662         * src/SDCCloop.c (loopInduction): removed unused variable lr
3663         * src/SDCCopt.c (convilong, convertToFcall): moved "easy special case"
3664           to convertToFcall to include char modulo (RFE 1065037), added check
3665           if left operand is unsigned and use abs of literal value
3666         * src/SDCCpeeph.c (setFromConditionArgs): removed double quotes option
3667           as it doesn't work after conversion from peephole.def to peephole.rul
3668         * src/mcs51/gen.c (toBoolean): added check for size,
3669           (genModOneByte): optimized code for signed char modulo a literal
3670           power of 2 (thanks to Hubert Sack),
3671           (genRRC): removed unnecessary "clr c",
3672           (genRLC): replaced "add a,acc" with cheaper "rlc a"
3673         * src/mcs51/peeph.def: renamed 115 to 115.a, added rule 115.b: another
3674           jump optimization,
3675           swapped rules 256.c and 256.d,
3676           extended 256.d by using new multiple checks (thanks Erik),
3677           added rules 256.e and 256.f,
3678           updated rule 261.a and 261.b to new generated code
3679         * support/regression/tests/muldiv.c: added test div/mod by a power of 2
3680
3681 2004-12-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3682
3683         * src/SDCCloop.c (basicInduction, loopInduction): fixed several
3684           induction related bugs, including first part of bug #1074377
3685
3686 2004-12-05 Vangelis Rokas <vrokas AT otenet.gr>
3687
3688         * applied patch from bug-report #1076292,
3689         * applied patches for genAnd and Goto-optimizations for Raphael
3690         Neider,
3691         * src/SDCCicode.c (printOperand): fixed !REGA source to compile and
3692         dump a less iCode information,
3693         * src/pic16/device.h (pic16_options_t): added field debgen,
3694         * src/pic16/gen.h: added macros DUMP_FUNCTION_ENTRY,
3695         DUMP_FUNCTION_EXIT, FENTRY, FENTRY2,
3696         * src/pic16/gen.c (my_powof2): renamed to pic16_my_powof2 and made
3697         puclic,
3698         * (various functions): added macros FENTRY and FENTRY2 to functions,
3699         to emit function prologue,
3700         * (various functions): fixed indentation,
3701         * (genNearPointerGet): fixed loading of FSR0,
3702         * (genPackBits): applied patch from Raphael Neider to fix updating
3703         of FSR0 and touching only the modified bits,
3704         * src/pic16/genarith.c (various functions): added macros FENTRY to
3705         emit function prologue in comments,
3706         * src/pic16/pcode.h: added functions debugf2, debugf3,
3707         * src/pic16/ralloc.c: partial fix for packForPush caused
3708         segmentation fault,
3709
3710 2004-12-04 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3711
3712         * src/mcs51/peeph.def: added 261.a,b (16 bit rotate) by Stas Sergeev
3713           <stsp AT users.sourceforge.net> with reversed byte order
3714         * support/regression/tests/rotate.c: added (ds390 skips some tests)
3715
3716 2004-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3717
3718         * src/z80/gen.c (genLeftShift, genRightShift): fixed second part of
3719           bug #1074377
3720         * src/hc08/gen.c (genrshFour, shiftRLong, shiftLLong),
3721         * src/mcs51/gen.c (shiftLLong): Fixed some shifting bugs Frieder found
3722
3723 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
3724
3725         * src/pic/pcode.c : fixed a problem where banksel was not being inserted.
3726
3727 2004-12-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3728
3729         * src/SDCCpeeph.c (callFuncByName): support combined peephole rule
3730           conditions,
3731           (setFromConditionArgs): friendly operand parser for peephole rules,
3732           (operandBaseName, operandsNotRelated): new peephole condition
3733           "operandsNotRelated" -- similar to "operandsNotSame", but takes
3734           architecture specific register naming into account, handles n-way
3735           comparisons, and supports quoted literals
3736         * src/mcs51/peeph.def: restored rule 177.d with an extra condition
3737
3738 2004-12-02 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3739
3740         * src/mcs51/peeph.def: fixed bug #1076940
3741
3742 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
3743
3744         * device/include/pic/pic16f877.h : added an include file for the PIC16F877 device.
3745
3746 2004-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3747
3748         Adding support for replacing ljmps with sjmps in jumptables
3749         generated for switch statements. For now you need to set the
3750         environment variable SDCC_SJMP_JUMPTABLE to enable this.
3751         Now 4 algorithms for mcs51 jumptable generation are used:
3752         ljmp or sjmp jumptables for up to 16 cases, stack-pushing target
3753         addresses loaded pc-relative for up to 112 cases and stack-pushing
3754         target addresses loaded with offset from dptr for up to 256 cases.
3755
3756         * src/SDCCpeeph.c: added peephole conditional labelJTInRange
3757         * src/mcs51/main.c: adapted constants for switch table generation
3758         * src/mcs51/peeph.def: added 260.x for replacing ljmp with sjmp
3759
3760 2004-11-26 Maarten Brock <sourceforge.brock AT dse.nl>
3761
3762         * device/lib/printf_large.c (_print_format): fixed bug 1073386
3763         * support/regression/tests/bug1057979.c: added test for bug 1073386
3764
3765 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
3766
3767         * src/pic16/pcode.c: fixed bug which may produce error in non-GNU
3768         compilers
3769
3770 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
3771
3772         * src/pic16/device.h,
3773         * src/pic16/genarith.c,
3774         * src/pic16/glue.c,
3775         * src/pic16/main.c,
3776         * src/pic16/pcode.c: applied patches #1068154 and #1070213
3777
3778 2004-11-24 Vangelis Rokas <vrokas AT otenet.gr>
3779
3780         Large cummulative patch for pic16 port.
3781         * device/lib/pic16/gstack.h: NEW, user can specify its own handler
3782         to call when a stack overflow occurs,
3783         * (malloc.h): added CVS Id tag,
3784         * (pic18f{242,252,442,452}.h): added T0CONbits structure and
3785         variable,
3786         * added libc directory. The current version of LibC contains string
3787         functions, ctype functions and macros and some functions of the
3788         stdlib set (like malloc/free/atof/atoi etc...). All functions are to
3789         be extensively tested in the future. Standard disclaimer here.
3790         Library is not automatically build yet. But one can build it by
3791         invoking 'make' inside the libc directory.
3792         * added ADC library under libio. Preliminary version yet.
3793
3794         * src/pic16/gen.h: added emitTOGC macro, to toggle Carry flag,
3795         * src/pic16/gen.c (aopForRemat): asmop size is filled by
3796         aopForRemat() now and not by pic16_aopOp(),
3797         * (pic16_popGetTempReg): removed warning messgae when allocating
3798         temporary registers, its a buggy feature and will be removed,
3799         * (pic16_popGet): set register instance field in AOP_CRY,
3800         * (pic16_outBitC): fixed for results in size greater than 1,
3801         * (genUminusFloat): fixed for pic16, ported code from mcs51,
3802         * (pic16_storeForReturn): optimized return of 0,
3803         * (genCmp): experimental code for new genCmp which uses PIC18's
3804         special compare&skip instructions. Initial tests fail some times
3805         with variables grater than 1 byte in size, so new code is disabled,
3806         * (genUnpackBits, genPackBits): more optimizations in reading/writing,
3807         a single bit,
3808         * (genCast): began a fix to optimize the casting of a bit to another
3809         bit, now assigning a bitfield to another bitfield will fail, sorry,
3810         * src/pic16/main.c: disabled the use of lr-support feature,
3811         * src/pic16/pcode.h: renamed PCASMDIR to PCAD,
3812         * added some function prototypes, added function _debugf prototype,
3813         * src/pic16/pcode.c: (pic16_get_op): fixed emitting operands of register
3814         bits with offset (case PO_GPR_BIT),
3815         * (genericPrint): don't emit INFO pcode when --pcode-verbose not in
3816         command line,
3817         * (isBankInstruction): modified to return 0 for no banking instruction,
3818         and 1 for banking instruction,
3819         * (pic16_isPCinFlow): check for PCAD (assembler directives) too,
3820         caused stop processing pCodes after a inline assembly block,
3821         * (pic16_popCopyGPR2Bit): updated to match bitfields with offset,
3822         * src/pic16/pcoderegs.c: fixed a bug with eliminating some temporary
3823         registers when it shouldn't,
3824         * src/pic16/ralloc.c (allocReg): add preliminary support for
3825         supporting a limited set of temporary registers,
3826
3827 2004-11-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3828
3829         * src/hc08/gen.c (genAssign, genPointerGetSetOfs, genDataPointerGet,
3830           genDataPointerSet): ensure assignments always copy in MSB to LSB
3831           order,
3832           (loadRegFromAop): recognize CLRH optimization,
3833           (genFunction): optimize RECEIVE iCodes in reentrant functions
3834
3835 2004-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3836
3837         * src/SDCCmain.c (parseCmdLine, optionsTable[]): fixed bug with
3838           --out-fmt-s19 turning into --out-fmt-elf if s19 was already
3839           selected.
3840         * src/SDCCmain.c (linkEdit): don't define SSEG for HC08
3841         * src/hc08/main.c (_hc08_setDefaultOptions): default xdata to be
3842           contiguous with data
3843
3844 2004-11-19 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3845
3846         * device/lib/_gptrget.c (_gptrget),
3847         * device/lib/_gptrgetc.c (_gptrgetc),
3848         * device/lib/_gptrput.c (_gptrput): _naked allows to use ret
3849           instead of sjmp to ret
3850         * src/mcs51/peeph.def: added peepholes 3.d-g and 177.g,h provided
3851           by Hubert Sack <hsack2002 AT arcor.de> in RFE #1067986, thanks
3852
3853 2004-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
3854
3855         * .version: bumped version to 2.4.7
3856         * device/lib/_gptrget.c (_gptrget): is now _naked
3857         * device/lib/_gptrgetc.c (_gptrgetc): is now _naked
3858         * device/lib/_gptrput.c (_gptrput): is now _naked
3859         * src/SDCCast.c (createBlock): removed ridiculous self-assignment,
3860           (createFunction): fixed xstack
3861         * src/SDCCglue.c (emitMaps): set allocation required for bit area
3862         * src/SDCCicode.c (geniCodeCast): don't change SPEC_OCLS for literal
3863           or bit either,
3864           (geniCodeCritical): store original interrupt state in an iTemp bit
3865           var unless stack-auto
3866         * src/SDCCicode.h: added CRITICAL and ENDCRITICAL to SKIP_IC2
3867         * src/SDCCmain.c (setIncludePath): added include/target to search path
3868         * src/SDCCmem.c (allocParms): store bit vars in bit space, not overlay
3869         * src/SDCCsymt.c (checkFunction): don't check regbank for isr's against
3870           prototype,
3871           (processFuncArgs): put bit vars in bit area
3872         * src/mcs51/gen.c (saveRegisters, unsaveRegisters, genXpush, saveRBank,
3873           unsaveRBank): fixed xstack,
3874           (genFunction): bugfix: replaced (global!) reentrant with fReentrant,
3875           (genFunction, genEndFunction): fixed xstack,
3876           (genAssign): optimization don't walk backwards through mem
3877         * src/mcs51/main.c (_mcs51_regparm): don't pass bit params in registers
3878         * src/mcs51/ralloc.c (createStackSpil): spill bits to bit area
3879         * support/regression/Makefile: also make library (for stack-auto) when
3880           making "all" and added "test-mcs51-xstack-auto"
3881         * support/regression/fwk/lib/testfwk.c: added T2_isr prototype for mcs51
3882         * support/regression/ports/mcs51/T2_isr.c: added this file as a stub
3883         * support/regression/ports/mcs51/fwk.lib: added to link T2_isr stub
3884         * support/regression/ports/mcs51/spec.mk: added rules for fwk.lib
3885         * support/regression/ports/mcs51-stack-auto/spec.mk: replaced
3886           make-library by MAKE_LIBRARY
3887         * support/regression/ports/mcs51-xstack-auto/spec.mk: file added to run
3888           regression tests for xstack
3889         * support/regression/tests/bitvars.c: test for bit vars (bug 938782)
3890         * support/regression/tests/critical.c: test for critical on mcs51
3891
3892 2004-11-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3893
3894         * support/regression/ports/ucz80/spec.mk: use include and lib files from
3895           built version of sdcc instead of installed version
3896
3897 2004-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
3898
3899         * src/mcs51/gen.c (toBoolean): fixed bug 1065458
3900         * device/lib/Makefile.in: z80 uses printf_large.c, sprintf.c and
3901           vprintf.c now
3902         * device/lib/printf_large.c (calculate_digit): fixed bug 1057979
3903         * device/lib/z80/Makefile: don't use printf.c as it fails bug 1057979
3904           WARNING: remove device/lib/build/z80/printf.o by hand when
3905           updating from previous build!
3906         * device/lib/z80/printf.c: updated comment
3907         * support/regression/tests/bug1057979.c: test all ports now
3908         * support/regression/tests/bug1065458.c: file added
3909
3910 2004-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3911
3912         * src/z80/gen.c (genFunction, genEndFunction): avoided generating
3913           *_start and *_end symbols for static functions
3914
3915 2004-11-11 Maarten Brock <sourceforge.brock AT dse.nl>
3916
3917         * src/SDCCmain.c (linkEdit): don't suppress crt0 if --nostdlib is used
3918           and search crt0.o in all library paths,
3919           (setIncludePath): proper handling of --nostdinc,
3920           (setLibPath): proper handling of --nostdlib
3921         * support/regression/Makefile,
3922         * support/regression/ports/ds390/spec.mk,
3923         * support/regression/ports/gbz80/spec.mk,
3924         * support/regression/ports/hc08/spec.mk,
3925         * support/regression/ports/mcs51/spec.mk,
3926         * support/regression/ports/mcs51-large/spec.mk,
3927         * support/regression/ports/mcs51-stack-auto/spec.mk,
3928         * support/regression/ports/z80/spec.mk: use include and lib files from
3929           built version of sdcc instead of installed version
3930         * doc/sdccman.lyx: fixed typo in --nostdinc
3931
3932 2004-11-10 Slade Rich <slade_rich AT users.sourceforge.net>
3933
3934         * src/pic/pcode.c,
3935         * src/pic/device.c,
3936         * src/pic/ralloc.c,
3937         * src/pic/gen.c : added support to generate code for struct bit fields.
3938
3939 2004-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
3940
3941         * as/xa51/xa_version.h,
3942         * device/include/errno.h,
3943         * device/include/regc515c.h,
3944         * device/lib/_itoa.c,
3945         * device/lib/_ltoa.c,
3946         * device/lib/ser_ir_cts_rts.c,
3947         * sim/ucsim/xa.src/glob.cc,
3948         * sim/ucsim/xa.src/inst_gen.cc,
3949         * sim/ucsim/xa.src/xa_bit.cc,
3950         * sim/ucsim/xa.src/xa_sfr.cc,
3951         * sim/ucsim/z80.src/inst_dd.cc,
3952         * sim/ucsim/z80.src/inst_fdcb.cc,
3953         * support/scripts/keil2sdcc.pl,
3954         * src/pic16/pic16.dsp,
3955         * src/pic16/pic16a.dsp: corrected cvs line endings
3956         * device/lib/printf_large.c: fixed bug 1057979
3957         * src/pic16/gen.c: fixed non-C standard code
3958         * src/SDCCmain.c: made --pack-iram default, added --no-pack-iram
3959         * src/SDCCglobl.h: changed pack_iram to no_pack_iram
3960         * support/regression/ports/mcs51/support.c: reload T1 asap
3961         * doc/sdccman.lyx: updated for options --pack-iram and --no-pack-iram,
3962           pdata use and clear idata startup behaviour
3963         * support/regression/tests/bug1057979.c: added
3964
3965 2004-11-04 Maarten Brock <sourceforge.brock AT dse.nl>
3966
3967         * device/examples/ds390/ow390/ad26.h,
3968         * device/examples/ds390/ow390/cnt1d.h,
3969         * device/examples/ds390/ow390/crcutil.c,
3970         * device/examples/ds390/ow390/ownet.h,
3971         * device/examples/ds390/ow390/owsesu.c,
3972         * device/examples/ds390/ow390/swt12.h,
3973         * device/examples/ds390/ow390/swtoper.c,
3974         * device/examples/ds390/ow390/temp10.h,
3975         * device/examples/ds390/ow390/thermodl.c,
3976         * device/examples/ds390/tinitalk/tinitalk.dsp,
3977         * device/examples/ds390/tinitalk/tinitalk.dsw,
3978         * device/examples/mcs51/clock/hw.h,
3979         * device/examples/mcs51/simple2/go.bat,
3980         * device/examples/serialcomm/windows/serial.h,
3981         * device/examples/xa51/dummy.c,
3982         * device/examples/xa51/hello.c,
3983         * device/include/80c51xa.h,
3984         * device/include/at89x051.h: corrected cvs line endings
3985
3986 2004-11-04 Vangelis Rokas <vrokas AT otenet.gr>
3987
3988         * src/pic16/main.c (options): added command line --gstack, to trace
3989         stack over/under flows,
3990         * added pragma 'wparam' to allow passing first byte of function
3991         parameters via WREG, syntax is #pragma wparam my_function[, func2...]
3992         * src/pic16/gen.c (pic16_testStackOverflow): function which emits a
3993         call to __gstack_test function and sets up the symbol as extern,
3994         * (pic16_pushpCodeOp, pic16_poppCodeOp, pushw, pushaop, popaopidx,
3995         * popaop): added call to pic16_testStackOverflow,
3996         * (wParamCmp, inWparamList): NEW, test existence of a symbol in
3997         wparamList list,
3998         * (genCall, genPcall): now all parameters are passed via stack
3999         except in functions that are pass to wparam pragma in which WREG is
4000         used too,
4001         * (genPcall): REENTRANT flag is checked to see if variable prototype
4002         contains reentrant keyword, don't call a non-reentrant function, via
4003         a reentrant function pointer or vice versa, functions are never
4004         passed via WREG,
4005         * (genJumpTab): applied patch from bug #1057478 by R.Neider and
4006         D.Winkler,
4007         * src/pic16/glue.c (pic16emitRegularMap): fixed bug which caused a
4008         SIGSEGV when accessing a NULL register stucture,
4009         * (pic16_printGPointerType): modified to handle UPPER modifier for
4010         function initializers, changed prototype of function to simpler one,
4011         * (pic16_printIvalFuncPtr): check to see if function is already
4012         added in externs list,
4013         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): fixed bug which
4014         optimized a move from W to SFR with a move to the same register
4015         later after a CALL,
4016         * device/lib/pic16/debug: NEW directory, contains debug features
4017         which are enabled when linking with libdebug.lib, currently command
4018         line option --gstack enables stack pointer tracing for over/under
4019         flow, corresponding sources are in debug/gstack
4020
4021 2004-10-30 Vangelis Rokas <vrokas AT otenet.gr>
4022
4023         * doc/sdccman.lyx: updated SDCC version,
4024         * (PIC16 port): update list of command line options,
4025         * src/pic16/device.h (structure pic16_options_t): added field gstack
4026         to enable stack overflow tracing on push/pops,
4027         * src/pic16/device.c (statistics structure): added statistics
4028         structure,
4029         * (pic16_dump_access, pic16_dump_usection, pic16_dump_gsection,
4030         pic16_dump_int_registers): increase statistics counters for each
4031         * variable which is encountered
4032         * (pic16_dump_usection): emit each .udata variable to its own udata
4033         section,
4034         * src/pic16/gen.c (assignResultValue, genCall, genPcall, genFunction):
4035         when macro USE_WREG_IN_FUNC_PARAMS is set to 0 pass all function
4036         parameters via stack, otherwise use old scheme,
4037         * src/pic16/glue.c (pic16_emitStatistics): dump statistics in
4038         assembler output file,
4039         * src/pic16/main.c: added command line options --gstack to enable
4040         push/pop tracing for stack overflow,
4041         * src/pic16/pcode.c (all pCodeInstruction records for PIC18F
4042         instructions): added size of each instruction,
4043         * (pic16_countInstruction): estimate size of instructions in
4044         the_pFile list, inline assembly blocks are not counted,
4045         * (pic16_FixRegisterBanking): trace previous register usage, when
4046         banksel optimizations is greater than 0, don't emit a redudant
4047         banksel directive,
4048
4049 2004-10-26 Slade Rich <slade_rich AT users.sourceforge.net>
4050
4051         * src/pic/ralloc.c : fixed inefficient code produced when compiling a complimented bit operation.
4052         * src/pic16/ralloc.c : applied same fix for pic16.
4053         * src/pic/gen.c : tidied it up a little.
4054
4055 2004-10-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4056
4057         * src/mcs51/peeph.def: disabled 259.a,b for removing redundant ret,
4058         thanks to Martin Helmling for reporting (mail on sdcc-devel 2004-10-25)
4059
4060 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4061
4062         * src/SDCCast.c (reverseParms): fixed bug #1040577 (part 2)
4063
4064 2004-10-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4065
4066         * device/lib/ser_ir_cts_rts.c: integer promotion caused a call to the
4067         non-reentrant function __modsint in the interrupt function (thus
4068         corrupting math operations during serial I/O)
4069         * device/lib/ser_ir.c: as above, changed buffersize
4070         * src/mcs51/peeph.def: added 259.a,b for removing redundant ret,
4071         256.c,d for zeroing
4072         * doc/Makefile: added option -t for rsync
4073
4074 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4075
4076         * src/SDCCast.h (struct ast),
4077         * src/SDCCast.c (reverseParms, copyAst): fixed bug #1040577 (part 1)
4078
4079 2004-10-20 Borut Razem <borut.razem AT siol.net>
4080
4081         * support/scripts/sdcc.nsi: added include/pic16/*.h to the setup
4082         package
4083
4084 2004-10-20 Vangelis Rokas <vrokas AT otenet.gr>
4085
4086         * device/lib/pic16/libsdcc/Makefile: added lregs directory in
4087         makefile targets,
4088         * device/lib/pic16/libsdcc/lregs/{Makefile,lrst.c,lrrest.c}: NEW
4089         support functions to replace long sequences of MOVFF's from access
4090         bank registers to stack and vice versa,
4091         * src/pic16/device.h: added new field opt_flags, where optimization
4092         flags can be set to enable certain features,
4093         * src/pic16/gen.c (pic16_emitpinfo): NEW to add PC_INFO pCode in
4094         * pBlock, (genFunction, genEndFunction): surroung loop for
4095         saving/loading used registers in stack with PC_INFO pCodes,
4096         INF_LREGS. Code in between can then be optimized by pCode optimizer
4097         to support function calls,
4098         * (genDataPointerSet): fixed bug which loaded float fields in
4099         structures with corrupt data,
4100         * src/pic16/genutils.c (debugf, _debugf): macro/function which emits
4101         in a standard way debug info on stderr. Feature used for developing
4102         and debugging only,
4103         * src/pic16/glue.c (pic16glue): reformatted, deleted some old and
4104         obsolete chunks of code,
4105         * if optimization flag OF_LR_SUPPORT was set, call pic16_OptimizeLocalRegs,
4106         * src/pic16/main.c (_pic16_parseOptions): added handler for --flr-support,
4107         * pic16/src/pcode.c (pic16_newpCodeInfo,
4108         * (pic16_newpCodeOpLocalRegs),
4109         * (pic16_convertLocalRegs2Support): NEW, to support new optimization
4110         feature,
4111         * (pic16_pCodeConstString): printing of the initial value of a
4112         symbol as a comment is inhibited since parsing was already done by
4113         copyStr and output is corrupt,
4114         * (pic16_pCode2str, genericPrint): handle PC_INFO pCode,
4115
4116 2004-10-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4117
4118         * src/mcs51/ralloc.c (packRegisters): fixed bug #1044601
4119
4120 2004-10-19 Maarten Brock <sourceforge.brock AT dse.nl>
4121
4122         * as/mcs51/lkarea.c: removed old K&R style,
4123           (lnksect): changed check on boundary error,
4124           (lnksect2): changed check on boundary error,
4125           (lnksect2): extend XSTK to end of page if size = 1
4126         * as/mcs51/lkmain.c: removed old K&R style,
4127           (Areas51): create l_IRAM symbol
4128         * as/mcs51/lkmem.c (summary2): added report on PSEG and XSTK
4129         * device/lib/Makefile.in: renamed model-mcs51-reentrant to
4130           model-mcs51-stack-auto, added model-mcs51-xstack-auto
4131         * device/lib/_mullong.c: added version to be compiled with xstack
4132         * device/lib/mcs51/crtclear.asm: clear only upto --iram-size
4133         * device/lib/mcs51/crtxclear.asm: clear pdata as well
4134         * device/lib/mcs51/crtxstack.asm: fixed comment
4135         * src/SDCCglue.c: maxInterrupts defaults to 0,
4136           (emitMaps): added pdata,
4137           (createInterruptVect): (re)moved default,
4138           (glue): added pdata,
4139           (glue): moved __start__xstack to XSTK with default size 1
4140         * src/SDCCmain.c (parseCmdLine): automatically set options.intlong_rent
4141           and options.float_rent when options.stackAuto is set,
4142           (linkEdit): only write XDATA_NAME if provided on command line
4143         * src/SDCCmem.h,
4144         * src/SDCCmem.c: added pdata
4145         * src/port.h: added pdata_name to PORT
4146         * src/mcs51/gen.c (toBoolean): fixed for Acc use of aopGet,
4147           (saveRegisters, unsaveRegisters): removed usage of B,
4148           (genMinus): fixed accumulator clash,
4149           (genJumpTab): added comment, this needs another look
4150         * src/mcs51/gen.c: added check for "B in use" paranoia,
4151           added pushB() and popB()
4152         * src/mcs51/peeph.def: restart after 177.c so 177.a can get a second
4153           chance
4154         * src/avr/main.c,
4155         * src/ds390/main.c,
4156         * src/hc08/main.c,
4157         * src/mcs51/main.c,
4158         * src/pic/main.c,
4159         * src/pic16/main.c,
4160         * src/xa51/main.c,
4161         * src/z80/main.c: (reset_regparms) made void parameter explicit and
4162           added PSEG (PAG,XDATA) or NULL to port specifier
4163         * src/ds390/main.c (_ds390_genIVT): moved implemented default in here
4164         * src/mcs51/main.c (_mcs51_genIVT): moved implemented default in here,
4165           (_mcs51_genInitStartup): removed __start__xstack equ,
4166           (mcs51_port): moved xstack from XSEG (XDATA) to XSTK (PAG,XDATA)
4167         * src/pic16/device.c (pic16_dump_usection, pic16_dump_isection),
4168         * src/z80/gen.c (_rleAppend): fixed warnings
4169         * support/regression/tests/zeropad.c: added pdata test
4170         * .version: bumped to 2.4.6
4171
4172 2004-10-17 Borut Razem <borut.razem AT siol.net>
4173
4174         * support/scripts/sdcc.nsi: cross compiling of WIN32 setup.exe on Linux
4175         as a part of nightly build
4176
4177 2004-10-16 Vangelis Rokas <vrokas AT otenet.gr>
4178
4179         * src/pic16/gen.c (struct _G): added field useWreg, is set to 1 when
4180         WREG holds the first byte function parameters,
4181         * (aopForSym): take special case for symbols which are in FARSPACE
4182         but in CODESPACE too,
4183         * (assignResultValue): modified to take into account _G.useWreg,
4184         * (genCall): don't use wreg for parameter passing when function is
4185         declared as reentrant, too, added optimization INCF to stack
4186         pointer when stack parameter count is 1,
4187         * (genFunction, genEndFunction): refurnished and fixed to not using
4188         wreg for passing parameters when function has varargs or is
4189         reentrant, fixed bug with symbol name compare for generating
4190         functions in absolute address,
4191         * (pic16_storeForReturn): refurnished,
4192         * (genCmp): began writing a new version of the function, not ready
4193         yet, therefore it is disabled,
4194         * (genAssign): do not read code memory when assigning a function to
4195         a pointer function,
4196         * src/pic16/glue.c (pic16emitStaticSeg): abSym->name is defined an
4197         array of characters, not pointer,
4198         * (pic16initialComments): in debug mode emit an .ident directive for
4199         the assembler,
4200         * (_process_pragma): emit a new warning type (internal to pic16)
4201         when setting stack to default length, emit a similar warning when
4202         placing a function at absolute address and address is not word aligned
4203         * (_pic16_parseOptions): added 'return TRUE' statement,
4204         * (_pic16_linkEdit): if compiling a source, then add the source's
4205         file object, first in the list of objects to link,
4206
4207 2004-10-13 Slade Rich <slade_rich AT users.sourceforge.net>
4208
4209         * src/pic/pcoderegs.c : increased count on regUsedinRange to prevent unnecessary warning.
4210         * src/pic/main.c : removed VC warning.
4211         * src/pic/gen.c : changed comment.
4212
4213 2004-10-12 Vangelis Rokas <vrokas AT otenet.gr>
4214
4215         * device/lib/pic16/libsdcc/gptr/gptrput[234].c: an external
4216         reference to a deprecated symbol _GPTRREG was causing failure to
4217         link. Thanks G. M. Gallant for the info.
4218
4219 2004-10-12 Slade Rich <slade_rich AT users.sourceforge.net>
4220
4221         * src/pic/pcode.c : Applied a code patch supplied by Paul Ashmore in
4222         comments for Bugs item #954788.
4223
4224 2004-10-10 Vangelis Rokas <vrokas AT otenet.gr>
4225
4226         * src/pic16/device.c (pic16_dump_gsection,
4227         * pic16_groupRegistersInSection): handle symbols declared to be in
4228         access bank differently,
4229         * src/pic16/gen.c (struct _G): added field resDirect,
4230         * (aopForSym): if symbol on stack and iCode is '=' and result exists,
4231         send values read from stack directly to result and don't allocate
4232         temporary values,
4233         * (pic16_sameRegs): fixed bug that allowed MOVFF to move between
4234         same registers,
4235         * (pic16_sameRegsOfs): NEW,
4236         * (freeAsmop): if _G.resDirect is set then do not mark registers as
4237         free because they were not allocated from temporary pool,
4238         * pic16_popRegFromString): workaround to fix a problem with
4239         allocating variables twice or never,
4240         * (genGenPointerGet): using PRODL instead of FSR0H,
4241         * (genGenPointerSet): using POSTDEC1 (that is a stack location)
4242         instead of FSR0H,
4243         * (genAssign): take advantage of the _G.resDirect flag,
4244         * (genCast): around line 11844, use mov2f instead of directly
4245         MOVFF'ing between operands to account for literal values,
4246         * src/pic16/genutils.c: some new debug functions for gpsim have been
4247         added,
4248         * src/pic16/glue.c (pic16_printIvalType): fixed bug that initialized
4249         float with integer part only,
4250         * src/pic16/main.c (_process_pragma): handle pragma udata access to
4251         place variables in access bank
4252         * device/lib/pic16/libsdcc/gptr/gptr*.c: using BRA instead of GOTO,
4253         updated sources to reflect recent changes in gen.c
4254
4255 2004-10-06 Vangelis Rokas <vrokas AT otenet.gr>
4256
4257         * device/lib/pic16/libsdcc/Makefile.rules: fixed bug concerning
4258         sources that searched for headers in installation path, now the
4259         device/include/pic16 is used,
4260         * src/pic16/glue.c (pic16glue),
4261         * src/pic16/pcode.c (pCode2str, genericPrint): don't print .file or
4262         .line directives if not in debug mode, this suppresses assembler's
4263         warnings for ignored directives
4264
4265 2004-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
4266
4267         * src/port.h: made reset_regparms prototype void parameter explicit.
4268         * src/SDCCsymt.c (processFuncArgs): removed argument "func".
4269         * src/mcs51/ralloc.c (packRegisters): new fix for bugs 898889 & 979599.
4270         * doc/sdccman.lyx: documented warning disabling and how to use
4271           printf_large to make it print floats.
4272         * device/include/stdbool.h: NEW
4273         * device/lib/_atof.c,
4274         * device/lib/_divuint.c,
4275         * device/lib/_divulong.c,
4276         * device/lib/expf.c,
4277         * device/lib/printf_large.c,
4278         * device/lib/sincosf.c,
4279         * device/lib/sincoshf.c: used stdbool.h, all compile with stack-auto now
4280         * device/lib/Makefile.in: added target for model-mcs51-reentrant to build
4281           a completely reentrant lib.
4282
4283 2004-10-05 Vangelis Rokas <vrokas AT otenet.gr>
4284
4285         * device/lib/pic16/libsdcc/gptr/gptr*.c: added return statements
4286         * device/include/pic16/stdio.h: fixed bug with colon
4287
4288 2004-10-03 Vangelis Rokas <vrokas AT otenet.gr>
4289
4290         * device/include/pic16/stdio.h,
4291         * device/include/pic16/stdlib.h,
4292         * device/include/pic16/math.h: NEW
4293         * device/lib/pic16/libsdcc/gptr/*.c (gptrget*, gptrput*): functions
4294         declared as _naked to reduce overhead
4295         * device/lib/Makefile.in (target port-specific-objects-pic16):
4296         changed * to *.* so to ignore the CVS directory,
4297         * src/pic16/gen.c (pic16_freeAsmop): added code to store result of
4298         stacked variables back in stack,
4299         * (genEndFunction): fixed bug reported by G.M. Gallant with stack
4300         corruption
4301
4302 2004-10-01 Vangelis Rokas <vrokas AT otenet.gr>
4303
4304         * .version: bumped version number to 2.4.5
4305         * support/Util/SDCCerr.h: added warning W_POSSBUG2.
4306         * support/Util/SDCCerr.c (messages structure): added entry for
4307         W_POSSBUG2
4308
4309         Large cumulative patch for pic16 port and libraries.
4310         * device/include/pic16/sdcc-lib.h,
4311         * device/include/pic16/stdarg.h,
4312         * device/include/asm/pic16/features.h,
4313         * device/include/lib/pic16/libsdcc/gptr/{*.c, Makefile}: NEW,
4314         * device/include/pic16/float.h: changes reentrant keyword with
4315         _FS_REENTRANT, added prototype for __fsneq, included sdcc-lib.h
4316         * device/lib/pic16/libsdcc/Makefile: added target directory gptr,
4317         updated target build-libraries to include objects from gptr,
4318         * device/lib/pic16/libsdcc/{char,int,long}/*.c: added macro
4319         _IL_REENTRANT to all function headings, included sdcc-lib.h header,
4320         * device/lib/pic16/libsdcc/float/*.c: added macro _FS_REENTRANT to
4321         all function headings,
4322         * src/SDCCmain.c: added global parameter userIncDirsSet,
4323         * (parseCmdLine): when option -I is encountered add directory to
4324         userIncDirsSet too,
4325         * src/version.awk: added space between control and long,
4326         * src/pic16/NOTES: added some notes for the port,
4327         * src/pic16/gen.c: added prototype for mov2fp function,
4328         * (fReturnpic16[]): properly named return value registers,
4329         * (_G structure): added fields stackRegSet, fregsUsed, stack_lat,
4330         * (aopForSym): added code to handle symbols with onStack flag set,
4331         symbols onStack are allocated PTRSIZE bytes,
4332         * (aopFreeAsmop): handles special case where asmops are stack objects,
4333         * (aopGet, pic16_popGet): adde cod to handle new asmop AOP_STA,
4334         * (pic16_popGetTempReg, pic16_popGetTempRegCond, pic16_popReleaseTempReg):
4335         added argument lock to trace flaws in allocating temporary registers
4336         when developing port,
4337         * (pic16_popGetLit, pic16_popGetLit2): changed lit from unsigned to signed
4338         * (pic16_popRegFromString): reenabled allocating a direct register
4339         from string,
4340         * (assignResultValue): various beautifications,
4341         * fixed bug #1037717 (patch from R. Neider & D. Wrinkler) with mistaken
4342         referenced function argument,
4343         * (genIpush): reenabled to allow stacked arguments, handles only
4344         ic->parmPush iCodes,
4345         * (genCall, genPcall): major changes to allow for variable argument
4346         functions, fixed a bug with falsely restoring stack pointer after
4347         returning from call,
4348         * (genFunction): pending code for critical function,
4349         * (shiftR1Left2ResultSigned, shiftR1Left2Result, shiftL2Left2Result,
4350         * (shiftR2Left2Result, shiftLLong) applied patch #1032155 from R.Neider,
4351         * (genNearPointerGet): fixed bug with indirect reading, was always
4352         reading from INDF0
4353         * (genGenPointerGet, genGenPointerSet): rewrote to support generic
4354         pointers,
4355         * (genAddrOf): rewrote code to take address of a stacked function parameter
4356         * (genCast): fixed casting to generic pointer type,
4357         * src/pic16/gen.h: added AOP_STA,
4358         * (struct asmop): added field stk,
4359         * src/pic16/genarith.c (pic16_AopType): handle AOP_STA,
4360         * (pic16_genPlusIncr): changed emitSKPNZ to emitSKPNZ,
4361         * (pic16_genAddLit, pic16_genPlus): applied patch #1034042 by tecodev,
4362         * (pic16_genMinus): fixed bug #1035119 with patch submitted by tecodev,
4363         * src/pic16/genutils.c (pic16_genNot): removed symbol *tlbl,
4364         * src/pic16/glue.c (pic16_printGPPointerType): fixed to support new
4365         generic pointers,
4366         * src/pic16/main.c (_pic16_initPaths): ignores default SDCC include
4367         and library paths,
4368         * (pic16_port structure): generic pointer size is set to 3,
4369         * src/pic16/pcode.c (pic16_newpCodeOpLit): correctly print literal integer,
4370         * (insertBankSwitch): cast to (char *) to prevent 64bit CPUs'
4371         compiler warning,
4372         * src/pic16/ralloc.c (allocReg): prevent allocating register when
4373         operand is an iTemp,
4374
4375 2004-09-24 Martin Helmling <mh AT octo-soft.de>
4376
4377         * debugger/mcs51/cmd.c: set PC if a symbol at pc reg is set
4378         * debugger/mcs51/simi.c: addapt new syntax of s51
4379
4380 2004-09-23 Vangelis Rokas <vrokas AT otenet.gr>
4381
4382         * src/pic16/genutils.c (pic16_genNot): fixed bug #1032265,
4383         * src/pic16/pcode.c: commented out some calls to free() in order to
4384         fix bug #989576,
4385
4386 2004-09-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4387
4388         * src/SDCCicode.h,
4389         * src/SDCCicode.c (isiCodeInFunctionCall),
4390         * src/avr/ralloc.c (selectSpil),
4391         * src/pic/ralloc.c (selectSpil),
4392         * src/pic16/ralloc.c (selectSpil),
4393         * src/ds390/ralloc.c (selectSpil),
4394         * src/hc08/ralloc.c (selectSpil),
4395         * src/xa51/ralloc.c (selectSpil),
4396         * src/mcs51/ralloc.c (selectSpil): Don't use remainSpil to spill to the
4397         stack in the middle of a function call sequence (fixes bug #1020268)
4398         * src/SDCCicode.c (geniCodeJumpTable): fixed error in computing the
4399         costs associated with the minimum switch case.
4400
4401 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4402
4403         * src/SDCC.lex: fixed bug #1030549
4404
4405 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4406
4407         * src/SDCCcse.h (struct cseDef),
4408         * src/SDCCcse.c (cseBBlock, newCseDef, ifFromAddrTaken): purge CSEs
4409         over a function call if the CSE is derived from a symbol whose
4410         address has been taken (fixes bug #1029883)
4411         * support/regression/tests/bug-1029883: a new regression test for
4412         this bug
4413
4414 2004-09-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4415
4416         * src/hc08/gen.c (emitinline): fixed bug #1029778
4417         * src/SDCC.y (assignment_expr): fixed the grammer so that assignment
4418         to a cast object is no longer a syntax error ("fixes" bug #1030006,
4419         and starts toward RFE #905167)
4420
4421 2004-09-17 Vangelis Rokas <vrokas AT otenet.gr>
4422
4423         * src/pic16/gen.c (mov2f): New function to move an operand to
4424         another without considering if it is a literal or a register,
4425         * (pic16_sameRegs): don't check if they are both AOP_REG,
4426         * (AccRsh): removed andmask=0 lines,
4427         * (genLeftShift): duplicated to be improved in future versions,
4428         * src/pic16/main.c (_process_pragma): emit stack default size in hex,
4429         * src/pic16/pcode.c: added POC_INFSNZW, updated inverted_op fields
4430         in POC_INCFSZ, POC_INCFSZW, POC_INFSNZ,
4431         * (pic16initMnemonics): added initialization for POC_INFSNZW,
4432         * (insertBankSwitch): fixed inserting banksel directives algorithm
4433         for instructions that follow a skip instruction, this fixes a report
4434         for broken subtraction code generation,
4435         * src/pic16/ralloc.c (deassignLRs): do not free register if current
4436         iCode is a left op, just in case result and right share the same
4437         registers
4438
4439 2004-09-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4440
4441         * src/hc08/main.c,
4442         * src/hc08/gen.c (genJumpTable): more efficient jump table, supports
4443         preservation of HX
4444         * src/hc08/gen.c (pullRegs): fixed order of HX & XA pairs
4445         * src/mcs51/ralloc.c (packRegisters): removed the patch applied
4446         on 2004-09-12; it was buggy
4447
4448 2004-09-15 Bernhard Held <bernhard AT bernhardheld.de>
4449
4450         * src/SDCCsymt.h: removed RESULT_CHECK
4451         * src/SDCCast.c,
4452         * src/SDCCglue.c,
4453         * src/SDCCval.c,
4454         * src/pic/glue.c,
4455         * src/pic16/glue.c: replaced RESULT_CHECK with RESULT_TYPE_NONE
4456
4457 2004-09-15 Vangelis Rokas <vrokas AT otenet.gr>
4458
4459         * src/SDCCicode.c (piCode): applied patch from Raphael Neider,
4460         * src/pic16/device.c (pic16_assignConfigWordValues): wrong
4461         configuration values no more rejected by compiler, they are assigned
4462         to configuration registers with a warning message instead,
4463         * src/pic16/glue.c (pic16_emitConfigRegs): added +1 at top-limit of
4464         the for-loop so last conf register is emitted too,
4465         * (_pic16_initPaths): link library libsdcc.lib by default,
4466         * (_hasNativeMulFor): modified test for multiplication according to
4467         Raphael Neider's remarks. Integer multiplication is also done with
4468         support functions,
4469         * device/include/pic16/pic18fregs.h: corrected type error in while
4470         testing and including 18f6720 header file
4471
4472 2004-09-14 Vangelis Rokas <vrokas AT otenet.gr>
4473
4474         * src/pic16/device.h (pic16_options): removed field use_crt,
4475         * src/pic16/gen.c (genUnpackBits): added call to pic16_loadFSR0
4476         until an optimization to handle single bits is added,
4477         * (pic16_loadFSR0): moved before genUnpackBits,
4478         * (genAnd): some white lines removed,
4479         * src/pic16/main.c (_pic16_finaliseOptions): set omit_ivt and clear
4480         leave_reset flags in pic16_options when using crt modules,
4481
4482 2004-09-12 Maarten Brock <sourceforge.brock AT dse.nl>
4483
4484         * src/mcs51/ralloc.c (packRegisters): applied fix by Bernhard Held
4485           for bugs 898889 & 979599. Also used some safer print instructions.
4486
4487 2004-09-12 Vangelis Rokas <vrokas AT otenet.gr>
4488
4489         * src/pic16/device.h (pic16_options_t): added field use_crt,
4490         crt_name, no_crt,
4491         * src/pic16/genarith.c (pic16_genPlus): added an assert(0) line to
4492         catch a probable future bug,
4493         * src/pic16/gen.c: aopIdx function commented out,
4494         * (genAssign): commented out old code which used aopIdx,
4495         * src/pic16/glue.c (pic16glue): removed some legacy fragments of
4496         code, added if conditionals to take into account the --use-crt
4497         command line options,
4498         * src/pic16/main.c (pic16_optionsTable): added new command line
4499         options, --use-crt= and --no-crt,
4500         * (_pic16_linkEdit): now the proper crt object is added in the
4501         linker command line except than when --no-crt is specified,
4502         * src/pic16/pcode.c,
4503         * src/pic16/pcode.h: added some structures and functions for a new
4504         optimization scheme to compansate for instruction overhead between
4505         same iCodes, this scheme is currently under development and is not
4506         working in any way,
4507         * src/pic16/gen.c (genAnd): added patch provided by Aaron Collwell
4508         to && operator,
4509         * device/lib/pic16/startup/crt0i.c,
4510         * device/lib/pic16/startup/crt0iz.c: added global char variable
4511         __uflags to force the generation of an idata section
4512
4513 2004-09-12 Bernhard Held <bernhard AT bernhardheld.de>
4514
4515         * doc/Makefile,
4516         * doc/clean.mk: added support for easy creation of sdcc-doc.tar.bz2
4517         * doc/sdccman.lyx: updated sdcc version to 2.4.4
4518
4519 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4520
4521         * doc/sdccman.lyx: fixed a problem with my new index entries (thanks
4522         Frieder) and clarified the default code optimization mode
4523
4524 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4525
4526         * src/SDCC.lex (doPragma, process_pragma),
4527         * src/SDCCglobl.h (struct optimize): added pragmas "opt_code_speed",
4528         "opt_code_size", and "opt_code_balanced"
4529         * src/SDCCmain.c (optionsTable[], printOptions, scanOptionsTable):
4530         regrouped options by category, added support for category headers
4531         * src/SDCCmain.c (parseCmdLine): added options "--opt-code-speed"
4532         and "--opt-code-size"
4533         * doc/sdccman.lyx: documented these new options and pragmas
4534         * src/hc08/gen.c (AccLsh, AccRsh): take speed/size optimization
4535         preference into account
4536
4537 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
4538
4539         * src/SDCCicode.c (geniCodePostInc, geniCodePreInc, geniCodePostDec,
4540           geniCodePreDec): Fixed bug 904237 by generating a warning
4541         * src/SDCCerr.h,
4542         * src/SDCCerr.c: added warning W_SIZEOF_VOID
4543
4544 2004-09-09 Slade Rich <slade_rich AT users.sourceforge.net>
4545
4546         * src/pic/device.c : When no max ram set validate full memory range.
4547         * src/pic/pcode.c,
4548         * src/pic/pcodepeep.c : Copy C code comments to optimised replacement code.
4549
4550 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
4551
4552         * device/lib/_gptrget.c,
4553         * device/lib/_gptrput.c: updated comment
4554         * device/lib/calloc.c,
4555         * device/lib/free.c,
4556         * device/lib/malloc.c,
4557         * device/lib/realloc.c: added LGPL, made them reentrant-safe
4558         * src/SDCCcse.c (cseBBlock),
4559         * src/SDCCicode.c (printOperand, geniCodeArray),
4560         * src/SDCCicode.h (struct operand): fixed bug 868103
4561         * support/regression/tests/bug-868103.c: added
4562         * src/SDCCast.c (searchLitOp),
4563         * src/SDCCcse.h (struct cseDef),
4564         * src/SDCCglue.c (printIvalArray, spacesToUnderscores),
4565         * src/SDCCicode.h (struct operand),
4566         * src/SDCCsymt.h (struct sym_link),
4567         * src/avr/gen.c (hasInc),
4568         * src/ds390/gen.c (hasInc),
4569         * src/hc08/gen.c (genPlusIncr, hasInc),
4570         * src/mcs51/gen.c (hasInc),
4571         * src/pic16/glue.c (pic16_printIvalChar),
4572         * src/pic16/ralloc.c (regWithIdx),
4573         * src/xa51/gen.c (hasInc) : removed warnings
4574         * src/SDCCast.c (createBlock): added comment ???
4575         * src/hc08/ralloc.c: updated comments
4576
4577 2004-09-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4578
4579         * doc/sdccman.lyx: updated section on switch statements, added
4580         section about semaphore locking
4581         * doc/Makefile: added option -info for latex2html
4582         * device/lib/_gptrget.c,
4583         * device/lib/_gptrput.c: __XPAGE instead of P2 in outcommented code
4584
4585 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
4586
4587         * src/pic/device.h,
4588         * src/pic/device.c,
4589         * src/pic/port.c : Changed PIC14 code to not set bit RP1 when
4590          maxram is less than 0x100.
4591
4592 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
4593
4594         * Bug fixes for PIC14 - signed RSHIFT problem. Patch supplied by Allen(agschrum).
4595
4596 2004-09-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4597
4598         * src/port.h,
4599         * src/mcs51/main.c,
4600         * src/ds390/main.c,
4601         * src/z80/main.c,
4602         * src/hc08/main.c,
4603         * src/pic/main.c,
4604         * src/pic16/main.c,
4605         * src/avr/main.c,
4606         * src/xa51/main.c
4607         * src/SDCCicode.c (geniCodeJumpTable): Better logic to determine if a
4608         a jump table is the best form for a switch statement, including
4609         automatic insertion of missing cases to make the case range
4610         continuous. Developed in collaboration with Frieder Ferlemann.
4611
4612 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4613
4614         * src/hc08/ralloc.c (canDefAccResult): multi-byte shift is unsafe for
4615         accumulator result if it needs sign extension
4616
4617 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
4618
4619         * src/hc08/ralloc.c (canUseAccOperand): fixed comparison bug
4620
4621 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
4622
4623         * device/lib/gbz80/printf.c,
4624         * device/lib/z80/printf.c: removed define for NULL
4625
4626 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
4627
4628         * as/xa51/xa_link.c,
4629         * device/examples/ds390/ow390/ad26.c,
4630         * device/examples/ds390/ow390/cnt1d.c,
4631         * device/examples/ds390/ow390/counter.c,
4632         * device/examples/ds390/ow390/ds2480.h,
4633         * device/examples/ds390/ow390/ds2480ut.c,
4634         * device/examples/ds390/ow390/findtype.c,
4635         * device/examples/ds390/ow390/gethumd.c,
4636         * device/examples/ds390/ow390/owllu.c,
4637         * device/examples/ds390/ow390/ownetu.c,
4638         * device/examples/ds390/ow390/swt12.c,
4639         * device/examples/ds390/ow390/swtloop.c,
4640         * device/examples/ds390/ow390/temp.c,
4641         * device/examples/ds390/ow390/temp10.c,
4642         * device/examples/ds390/ow390/thermo21.c,
4643         * device/examples/ds390/ow390/tinilnk.c,
4644         * device/examples/ds390/ow390/tstfind.c,
4645         * device/examples/serialcomm/windows/serial.cpp,
4646         * device/examples/serialcomm/windows/test_serialcomm.cpp,
4647         * device/include/reg51.h: fixed line endings for cvs
4648
4649 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4650
4651         * src/hc08/ralloc.c (canDefAccResult, canUseAccOperand,
4652         packRegsForAccUse, packRegisters): new accumulator register
4653         packing algorithm
4654         * support/regression/ports/hc08/support.c (_putchar): suppress
4655         warning of unused variable
4656         * src/SDCCicode.c: added SWAP entry to codeTable
4657
4658 2004-09-01 Maarten Brock <sourceforge.brock AT dse.nl>
4659
4660         * device/lib/sprintf.c: forgot to add this file before previous commit
4661
4662 2004-09-01 Vangelis Rokas <vrokas AT otenet.gr>
4663
4664         * src/pic16/gen.c (genPackBits): added operand right in function
4665         parameters, load result directly if p_type is POINTER (that is
4666         called by genNearPointerSet)
4667         * (genUnPackBits): added operand left in function parameters,
4668         * (genNearPointerGet, genNearPointerSet): prevent the loading of
4669         FSR0 if accessing bitfields,
4670
4671 2004-08-31 Maarten Brock <sourceforge.brock AT dse.nl>
4672
4673         * device/include/stdio.h: added NULL, size_t, typedef pfn_outputchar,
4674           _print_format; updated printf, sprintf, vsprintf
4675         * device/include/asm/default/features.h: corrected comment/define
4676         * device/lib/Makefile.in: added sprintf.c
4677         * device/lib/libsdcc.lib: added sprintf module
4678         * device/lib/printf_large.c,
4679         * device/lib/vprintf.c,
4680         * device/lib/sprintf.c: totally refactored printf_large and vprintf
4681           into these 3 files
4682         * support/regression/Makefile: changed ALL_PORTS into a usefull default
4683         * support/regression/ports/mcs51-stack-auto/spec.mk: added sprintf
4684         * support/regression/tests/bug-927659.c: removed dummy putchar, enabled
4685           hc08 test
4686         * support/regression/tests/zeropad.c: define idata as data for hc08
4687
4688 2004-08-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4689
4690         * src/SDCCpeeph.c (labelIsReturnOnly): support hc08 rts opcode also
4691         * src/SDCCpeeph.c (buildLabelRefCountHash): assume function entry point
4692         labels are referenced at least once (even if a reference is not found)
4693         * src/hc08/gen.c (emitcode): set isComment flag for comments
4694         * src/hc08/peeph.def: added rules 5a..5f (optimize redundant immediate
4695         loads), rules 6a..6b (optimize jumps to return)
4696
4697 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4698
4699         * device/lib/acosf.c (acosf),
4700         * device/lib/asinf.c (asinf),
4701         * device/lib/atanf.c (atanf),
4702         * device/lib/ceilf.c (ceilf),
4703         * device/lib/cosf.c (cosf),
4704         * device/lib/coshf.c (coshf),
4705         * device/lib/cotf.c (cotf),
4706         * device/lib/fabsf.c (fabsf),
4707         * device/lib/floorf.c (floorf),
4708         * device/lib/log10f.c (log10f),
4709         * device/lib/logf.c (logf),
4710         * device/lib/sinf.c (sinf),
4711         * device/lib/sinhf.c (sinhf),
4712         * device/lib/sqrtf.c (sqrtf),
4713         * device/lib/tanf.c (tanf),
4714         * device/lib/tanhf.c (tanhf),
4715         * device/include/math.h: defined _FLOAT_FUNC_REENTRANT macro and
4716         replaced all instances of "reentrant" in the library functions
4717         defined in math.h with this macro.
4718         * support/regression/tests/float_trans.c: reenabled test for hc08
4719
4720 2004-08-30 Bernhard Held <bernhard AT bernhardheld.de>
4721
4722         * device/lib/pic16/Makefile.common.in: added MODELFLAGS again, it was
4723         erroneously deleted
4724
4725 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4726
4727         * src/hc08/gen.c (loadRegFromAop): better use of clra & clrx
4728         * src/hc08/gen.c (genAnd, genOr): fixed bug with conditional when
4729         multi-byte volatile operands are used
4730         * src/hc08/gen.c (shiftRLong): fixed bug with wrong rotate direction
4731         * src/hc08/main.c (_hc08_genAssemblerPreamble): moved the built-in
4732         initialization to area GSINIT0 so that it would always precede
4733         any static initializers in GSINIT
4734         * support/regression/tests/zeropad.c: fixed idata define for hc08
4735         * support/regression/tests/bug-927659.c,
4736         * support/regression/tests/float_trans.c: disabled tests for hc08
4737         pending missing library routines
4738         * .version: increased version number to 2.4.4 - hc08 port now passes
4739         regression tests
4740
4741
4742 2004-08-29 Bernhard Held <bernhard AT bernhardheld.de>
4743
4744         * device/lib/pic16/Makefile.common.in: added $(MM) to fix `make clean`
4745         * Makefile.common.in,
4746         * as/Makefile,
4747         * as/hc08/Makefile.in,
4748         * as/mcs51/Makefile.in,
4749         * as/z80/Makefile.in,
4750         * debugger/mcs51/Makefile.in,
4751         * device/include/Makefile.in,
4752         * device/lib/Makefile.in,
4753         * doc/Makefile,
4754         * link/Makefile,
4755         * link/z80/Makefile.in,
4756         * packihx/Makefile.in,
4757         * sim/ucsim/main_in.mk,
4758         * sim/ucsim/avr.src/Makefile.in,
4759         * sim/ucsim/doc/Makefile.in,
4760         * sim/ucsim/gui.src/serio.src/Makefile.in,
4761         * sim/ucsim/hc08.src/Makefile.in,
4762         * sim/ucsim/s51.src/Makefile.in,
4763         * sim/ucsim/xa.src/Makefile.in,
4764         * sim/ucsim/z80.src/Makefile.in,
4765         * src/Makefile.in,
4766         * support/cpp2/Makefile.in,
4767         * support/librarian/Makefile,
4768         * support/makebin/Makefile: added DESTDIR to the install path proposed
4769         by "Maciej 'Agaran' Pijanka" <agaran AT pld-linux.org>
4770         * doc/sdccman.lyx: added DESTDIR documentation
4771
4772 2004-08-29 Vangelis Rokas (vrokas AT otenet.gr>
4773
4774         * src/pic16/gen.c (genFunction, genEndFunction): fixed return
4775         instruction for interrupt handlers, use fast returns when returning
4776         from high priority interrupts
4777
4778 2004-08-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4779
4780         * src/hc08/gen.c (genAnd, genOr, transferAopAop, rmwWithAop): optimized
4781         code generation
4782         * src/hc08/gen.c (genrshFour, genCpl): fixed bugs
4783         * src/hc08/gen.c (genMultOneByte, genDivOneByte, genModOneByte): fixed
4784         bugs, ported much of Bernhard's code from mcs51
4785         * src/mcs51/gen.c (genSend),
4786         * src/hc08/gen.c (genSend): fixed bug with lost SEND iCodes if more
4787         than one when calling a reentrant function
4788         * device/lib/_mullong.c: defined an alternate struct layout for big
4789         endian ports (hc08)
4790
4791 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4792
4793         * src/hc08/gen.c (shiftL2Left2Result): fix for bug-500536 regression
4794         test
4795
4796 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4797
4798         * src/SDCCsymt.c (processFuncArgs): make sure parameter types
4799         are sane and complete before asking the port its prefered parameter
4800         passing method (fixes bug #1017633)
4801         * device/lib/hc08/_ret.c: added "data" storage class to _ret2
4802         and _ret3
4803
4804 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4805
4806         * src/hc08/gen.c (genPackBitsImmed, genUnpackBitsImmed): fix offset
4807         problem in bitfields >= 8 bits.
4808
4809 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
4810
4811         * src/SDCCsymt.c: undid changes that were not meant to be committed
4812
4813 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
4814
4815         * support/regression/ports/hc08spec.mk: REENTRANT must be reentrant
4816
4817 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
4818
4819         * src/hc08/gen.c (genUminusFloat): fixed bug where only 3 bytes were
4820           copied and wrong bit got inverted
4821
4822 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4823
4824         * src/hc08/gen.c (genPointerSet, genFarPointerSet): moved code from
4825         genFarPointerSet into genPointerSet; eliminated genFarPointerSet
4826         * src/hc08/gen.c (genPointerGet, genFarPointerGet): moved code from
4827         genFarPointerGet into genPointerGet; eliminated genFarPointerGet
4828         * src/hc08/gen.c (genPackBitsImmed): generate optimized code for
4829         assignments to bitfields at known addresses
4830         * src/hc08/gen.c (genUnpackBitsImmed): generate optimized code for
4831         reads from bitfields at known addresses
4832         * src/hc08/ralloc.c (packRegisters),
4833         * src/hc08/gen.c (genPointerGet, genUnpackBits, genUnpackBitsImmed,
4834         genhc08Code): optimize pointer get values used as conditionals
4835         * src/hc08/peeph.def: added rules 2e & 2f to optimize bit test
4836         and branch
4837
4838 2004-08-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4839
4840         * src/mcs51/gen.c (genPointerGet, genNearPointerGet, genPagedPointerGet,
4841         genFarPointerGet, genCodePointerGet, genGenPointerGet, genUnpackBits),
4842         * src/mcs51/ralloc.c (packRegisters): optimize pointer get values used
4843         as conditionals
4844
4845 2004-08-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4846
4847         * src/mcs51/peeph.def: peepholes 248.i-m for xdata bitfields
4848
4849 2004-08-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4850
4851         * src/mcs51/ralloc.c (packRegsForOneuse): fixed bug #1012650 and some
4852         related problems
4853
4854 2004-08-21 Bernhard Held <bernhard AT bernhardheld.de>
4855
4856         * sim/ucsim/cmd.src/Makefile.in: run lex only if $(PRJDIR)/devel exists
4857
4858 2004-08-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4859
4860         * src/z80/ralloc.c (packRegsForAssign): ported some bug fixes from the
4861         mcs51 port
4862
4863 2004-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
4864
4865         * src/pic/gen.c: Restored fn genRet as previous fix was incorrect.
4866
4867 2004-08-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4868
4869         * src/mcs51/gen.c (genJumpTab): jumptables for more than 16 switch
4870         cases use more compact code.
4871
4872 2004-08-13 Slade Rich <slade_rich AT users.sourceforge.net>
4873
4874         * src/pic/gen.c: Fixed problem with fn returning a variable bigger than a char.
4875
4876 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4877
4878         * src/SDCClrange.c (findPrevUse): fixed bug #1007371
4879
4880 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4881
4882         * src/SDCCsymt.h,
4883         * src/SDCCsymt.c (changePointer, checkDecl, addSymChain): changed
4884         parameter of changePointer() from symbol* to sym_link*
4885         * src/SDCCast.c (decorateType): call changePointer() for CAST op
4886         * src/SDCCsymt.c (compareType): void* type is castable to other
4887         pointers, but not necesarily an exact match.
4888         * src/SDCCicode.c (geniCodeCast): allow void* casting here since it
4889         is no longer blindly treated as an exact match.
4890         * src/SDCCval.c (valCastLiteral): treat missing type as cast to void
4891
4892 2004-08-12 Slade Rich <slade_rich AT users.sourceforge.net>
4893
4894         * src/pic/glue.c: Added struct initialisation fn printIvalStruct.
4895
4896 2004-08-11 Slade Rich <slade_rich AT users.sourceforge.net>
4897
4898         * src/pic/gen.c,
4899         * src/pic/pcode.c,
4900         * src/pic/ralloc.h,
4901         * src/pic/ralloc.c: Printing rIdx on internal verbose debug.
4902
4903 2004-08-10 Slade Rich <slade_rich AT users.sourceforge.net>
4904
4905         * src/pic/device.c,
4906         * src/pic/device.h,
4907         * src/pic/device.c: Will no longer exit if #pragma maxram has not been defined.
4908
4909 2004-08-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4910
4911         * src/mcs51/gen.c (emitcode): fixed bug #992819
4912
4913 2004-08-05 Maarten Brock <sourceforge.brock AT dse.nl>
4914
4915         * src/pic/ralloc.c (deassignLR): allthough pic port is buggy already,
4916           there's no need to make it worse
4917
4918 2004-08-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4919
4920         * src/mcs51/ralloc.c (deassignLR),
4921         * src/ds390/ralloc.c (deassignLR),
4922         * src/hc08/ralloc.c (deassignLR),
4923         * src/z80/ralloc.c (deassignLR),
4924         * src/pic/ralloc.c (deassignLR),
4925         * src/pic16/ralloc.c (deassignLR),
4926         * src/avr/ralloc.c (deassignLR),
4927         * src/SDCClrange.c (findRecursiveSucc, findRecursivePred, findPrevUse,
4928         rlivePoint): fixed another part of bug #971834
4929
4930 2004-08-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4931
4932         * src/z80/main.c: enabled "critical" keyword
4933         * src/z80/mappings.i,
4934         * src/z80/gen.c (genFunction, genEndFunction): support for interrupt
4935         functions (fixes bug #979646)
4936         * doc/sdccman.lyx: added a subsection explaining z80 interrupt support
4937
4938 2004-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4939
4940         * src/mcs51/gen.c (genInline): Add \n for labels, not DOS/WIN dirs
4941           such as c:\mydir.
4942
4943 2004-08-03 Maarten Brock <sourceforge.brock AT dse.nl>
4944
4945         * src/SDCCloop.c (loopInvariants): fixed bug 983545, hope this
4946           doesn't disable too much optimizations
4947
4948 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
4949
4950         * src/pic/glue.c Disabled "WARNING: function 'main' undefined" when -S option is used.
4951
4952 2004-08-02 Maarten Brock <sourceforge.brock AT dse.nl>
4953
4954         * src/SDCClrange.c (rlivePoint): fixed bug 988568, thanks to anonymous
4955
4956 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
4957
4958         * src/pic/gen.c tidied up tabs
4959         * src/pic/genarith.c tidied up tabs and fixed bug with literal multiple where same register was used for hi and low byte
4960         * src/pic/main.c tidied up tabs
4961         * src/pic/pcode.c tidied up tabs and disabled verbose code generation
4962         * src/pic/pcoderegs.c tidied up tabs
4963         * src/pic/ralloc.c tidied up tabs
4964
4965 2004-07-30 Vangelis Rokas <vrokas AT otenet.gr>
4966
4967         * src/SDCCmem.c (allocGlobal): don't turn S_REGISTER storage class
4968         to S_FIXED for pic16 port and when symbol is not in level 0,
4969         allocate for S_REGISTER storage class and pic16 port, too,
4970         * src/pic16/device.h: prototype for checkSym,
4971         * src/pic16/device.c (pic16_dump_access, checkSym): NEW,
4972         * (pic16_assignConfigWordValue): test the value and the mask to
4973         validate that the value is suitable for the configuration word,
4974         * src/pic16/glue.c (pic16_printIvalFuncPtr): use 'externs' to
4975         collect extern declared symbols, don't emit symbol twice, check
4976         first if symbol is in publics set first,
4977         * src/pic16/main.c (_pic16_keywords[]): added keyword 'register',
4978         * added command line '--fstack' which enables an experimental
4979         feature for stack access, too buggy to be used yet...
4980         * src/pic16/ralloc.c (pic16_accessregWithName): NEW,
4981         * (pic16_allocDirReg): when register has storage class S_REGISTER
4982         allocate in pic16_dynAccessRegs,
4983         * device/include/pic16/pic18f????.h: modified configuration word
4984         naming convention, words started as CONFIG0H but should be CONFIG1H
4985
4986 2004-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
4987
4988         * device/include/mcs51reg.h: fixed bug 970993
4989
4990 2004-07-27 Maarten Brock <sourceforge.brock AT dse.nl>
4991
4992         * added lib/calloc.c, lib/free.c, lib/realloc.c, include/stddef.h
4993         * updated lib/malloc.c, lib/libsdcc.lib, lib/Makefile.in, include/malloc.h
4994         * src/SDCC.lex (doPragma): added pragma disable_warning <nnn>
4995         * src/SDCCmain.c (parseCmdLine): added option --disable-warning <nnn>
4996         * src/ds390/gen.c (genPlusIncr): fixed bug when incrementing generic pointers
4997         * support/Util/SDCCerr.c (vwerror): suppress disabled warnings and output
4998           error/warning numbers,
4999           added function setWarningDisabled()
5000         * support/Util/SDCCerr.h: added setWarningDisabled() and MAX_ERROR_WARNING
5001         * support/regression/ports/mcs51-stack-auto/spec.mk: added dependencies
5002           _memcmp.c _memmove.c calloc.c realloc.c free.c
5003         * support/regression/tests/malloc.c: added tests for new functionality
5004         * support/regression/tests/zeropad.c: added tests for truncated initializers
5005           and initialized char arrays starting with '\x0'
5006         * src/mcs51/peeph.def: fixed regression, added peephole 177.f
5007
5008 2004-07-26 Bernhard Held <bernhard AT bernhardheld.de>
5009
5010         * support/valdiag/tests/overflow.c: fixed warning on (1 >> 40)
5011
5012 2004-07-26 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5013
5014         * doc/sdccman.lyx: updated example in section "Absolute Addressing"
5015         * src/mcs51/peeph.def: added contributed fix for "bug" #995347 as
5016         peephole 177.e. Thanks to anonymous
5017
5018 2004-07-25 Vangelis Rokas <vrokas AT otenet.gr>
5019
5020         * src/pic16/glue.c (pic16_printIvalFuncPtr): when an extern
5021         function isn't used in the source but referenced as a
5022         variable initializer then declare it as extern in .asm file
5023
5024 2004-07-24 Vangelis Rokas <vrokas AT otenet.gr>
5025
5026         * .version: increased version number to 2.4.3
5027
5028         Adding version extension according to ChangeLog CVS revision
5029         * src/Makefile.in (target all): added dependency 'version.h'
5030         * (rule version.h): added rule to create version.h from ChangeLog,
5031         * (rule dep): added dependency version.h,
5032         * src/version.awk: AWK script to create version.h
5033         * src/SDCCdwarf2.c (dwWriteModule),
5034         * src/SDCCglue.c (initialComments),
5035         * src/SDCCmain.c (printVersionInfo): modified to write after
5036         version string the version extension number,
5037         * src/SDCCutil.c: included "version.h"
5038         * (getBuildNumber): NEW, returns SDCC's ChangeLog minor revision
5039         number,
5040         * src/SDCCutil.h: added prototype for getBuildNumber
5041
5042         * src/SDCCmain.c (parseCmdLine): when sOpt is 'I' add rest in
5043         includeDirsSet, too,
5044         * src/SDCCsymt.c (checkSClass): don't emit error when a variable,
5045         const char [] is found in function prototype...
5046
5047         * src/pic16/genarith.c (pic16_genUMult8XLit_8): optimization to omit
5048         moving to WREG with source is already in WREG,
5049         * src/pic16/gen.h: added AOP_FSR0 and AOP_FSR2 in enum,
5050         * src/pic16/gen.c (getFreePtr): updated to look for FSR0 and FSR2,
5051         * (aopForSym): stack'ed symbols are partially supported, added
5052         if-clause to support symbols in FARSPACE,
5053         * (sameRegs): added test for AOP_ACC to see if registers are same,
5054         * (pic16_freeAsmop): added case for AOP_FSR0 and AOP_FSR2,
5055         * (pic16_aopGet): added case for AOP_FSR0 and AOP_FSR2,
5056         * (pic16_popRegFromString): will not allocate a new register if it
5057         doesn't find one by name, bug may have introduced...
5058         * (pic16_popGet): added case for AOP_FSR0 and AOP_FSR2,
5059         * (genIpush): revived to use pic16 port's stack,
5060         * (genAddrOf): added incomplete case for stack'ed operand,
5061         * (genCast): optimized a pair of MOVFW,MOVWF to MOVFF
5062         * src/pic16/genutils.c (pic16_genNot): almot new vesrion for NOT,
5063         can handle multibyte operands,
5064         * src/pic16/glue.c (pic16_printIval*): some debug info added,
5065         * (pic16initialComments): added message for MPLAB compatibility
5066         mode enabled,
5067         * src/pic16/main.h: prototype for pic16_mplab_comp,
5068         * src/pic16/main.c (pic16_optionsTable): new option --mplab-comp,
5069         which enabled MPLAB compatibility mode (i.e. no #LINE/#FILE, BANKED)
5070         * (_pic16_linkEdit): NEW, handles link stage, transferred here
5071         because of increased complexity of procedure,
5072         * (_process_pragma): stack pragma changed to format 'stack pos len',
5073         emit symbol '_stack_end' to conform with gplink,
5074         * src/pic16/pcode.c (pic16_newpCodeOpBit): using pic16_regWithName
5075         to search for register,
5076         * (pic16_get_op, pic16_get_op2): added case for PO_W, PO_WREG and
5077         PO_GPR_REGISTER,
5078         * (pic16_pCode2str): when in MPLAB compatibility mode, comment out
5079         #LINE directives and replace 'B' with 'BANKED' in instruction opcodes
5080         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
5081         case for PO_GPR_REGISTER,
5082         * (pic16_AnalyzeBanking): removed the old message for inc2h.pl, past
5083         dies, the new era is ahead !...
5084         * src/pic16/ralloc.c: added hash reposits pic16_dynAllocRegNames and
5085         pic16_dynInternalRegs,
5086         * (pic16_allocregWithName, pic16_procregWithName, pic16_regWithname): NEW,
5087         * (pic16_allocDirReg): minor optimizations and bug fixes,
5088         * (pic16_allocWithIdx): when searching pic16_dynProcessorRegs use fixed,
5089
5090         * device/lib/pic16/startup/crt0*.c: extern definition of stack_end,
5091         load stack and frame pointer with address of 'stack_end' symbol
5092
5093 2004-07-23 Vangelis Rokas <vrokas AT otenet.gr>
5094
5095         * src/pic16/glue.c (pic16emitStaticSeg): fixed bug with files
5096         without source code but only variable initializers
5097
5098 2004-07-20 Vangelis Rokas <vrokas AT otenet.gr>
5099
5100         * src/pic16/glue.c (pic16emitRegularMap): unused functions marked as
5101         external are not declared as extern to reduce overhead while linking
5102
5103 2004-07-20 Maarten Brock <sourceforge.brock AT dse.nl>
5104
5105         * src/SDCCast.c (decorateType): removed buggy fix for bug #979599
5106
5107 2004-07-11 Maarten Brock <sourceforge.brock AT dse.nl>
5108
5109         * src/SDCCglue.c (printIvalArray): fixed bug #984229, thanks to Phuah
5110           Yee Keat for the patch
5111         * src/SDCCast.c (decorateType): fixed bug #979599
5112         * src/ds390/gen.h: removed local fReturnSizeDS390
5113         * src/ds390/gen.c: made fReturnSizeDS390 signed short to remove a warning
5114         * src/ds390/gen.c (genAnd, genOr, genXor),
5115         * src/mcs51/gen.c (genAnd, genOr, genXor): generate better optimized code
5116
5117 2004-07-04 Vangelis Rokas <vrokas AT otenet.gr>
5118
5119         * src/SDCCmain.c (linkEdit): modifications only for pic16 port,
5120         add relFilesSet to $3, manipulate $2 to handle linking of object
5121         files without source files in command line,
5122         * device/include/pic16 (all headers): added ID location macros,
5123         * src/pic16/device.c (struct PIC16_device Pics16[]): added field
5124         entries for ID location bytes,
5125         * (pic16_assignIdByteValue): NEW,
5126         * src/pic16/device.h: new structures idRegInfo_t and idBytesInfo_t,
5127         added field dumpcalltree to pic16_options_t,
5128         * src/pic16/gen.c (genCmp): fixed bug case so a temporary register
5129         is used instead of pic16_Gstack_base_addr, check if (ifx) before
5130         emitting rFalseIfx label after check_carry label,
5131         * src/pic16/glue.c (PIC16_IS_IDLOC_ADDRESS, PIC16_IS_HWREG_ADDRESS,
5132         pic16_emitDIRegs), NEW
5133         * (pic16glue): dump .calltree file when option --calltree found,
5134         * src/pic16/main.c (OPTION _pic16_optionsTable): new option --calltree
5135         * (_pic16_genAssemblerPreamble): emit ID locations after
5136         configuration registers,
5137         * (pic16_linkCmd): modifications of the link command,
5138         * src/pic16/pcode.c (pic16_pciMOVFF): PCC_REGISTER replaces PCC_REGISTER2
5139         * (pic16_pCodeInitRegisters): don't init stack registers,
5140         * (pic16_findPrevInstruction): fixed bug,
5141         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): fixed
5142         bug with immediate registers,
5143         * (buildCallTree): traces stack push and pop,
5144         * (pct2): dump also stack usage for each function,
5145         * src/pic16/ralloc.c (dynrIdx): registers names start from 0x00
5146         * (pic16_allocDirReg): various modifications,
5147         * (pic16_typeRegWithIdx): when searching pic16_dynProcessorRegs set
5148         fixed to 1,
5149
5150 2004-07-02 Vangelis Rokas <vrokas AT otenet.gr>
5151
5152         * src/pic16/pcode.c: removed buggy double colon
5153
5154 2004-07-01 Borut Razem <borut.razem AT siol.net>
5155
5156         * support/scripts/sdcc.nsi: added include/pic16 to setup
5157
5158 2004-06-30 Vangelis Rokas <vrokas AT otenet.gr>
5159
5160         * device/lib/Makefile.in: fixed bug in target objects-pic16,
5161         * device/lib/pic16/Makefile: prefixed with dash (-) command under
5162         target 'clean',
5163         * doc/sdccman.lyx: changed version to 2.4.2 and added some port
5164         specific command line arguments. Also added sample lkr script
5165         for placing a variable at a specific memory bank.
5166         * src/pic16/device.c (pic16_dump_gsection): NEW, to dump variables
5167         at a specific memory bank,
5168         * (pic16_dump_isection): fixed bug which caused string literals to
5169         be omitted when dumping idata section,
5170         * (pic16_groupRegistersInSection): added code to handle registers
5171         in specific memory banks,
5172         * src/pic16/gen.c: labelOffset is prefixed with pic16_ and made
5173         public, all references are renamed too,
5174         * (pic16_aopGet): removed switch cases for AOP_R0,AOP_R1,AOP_DPTR,
5175         AOP_DPTR2,
5176         * (pic16_storeForReturn): added case to handle when dest is WREG,
5177         * src/pic16/genarith.c (pic16_pCodeOpSubType): NEW,
5178         * src/pic16/glue.c (pic16emitRegularMap): when adding a register in
5179         pic16_rel_udata, check to see if that register is marked as being
5180         a member of a specific memory bank,
5181         * (pic16_printIvalCharPtr): added code to add string literals either
5182         to code or the idata sections,
5183         * src/pic16/main.c (_process_pragma): added \n to WHITE constant,
5184         also accept the 'udata' pragma,
5185         * src/pic16/main.h: new structure types sectName and sectSym
5186         * src/pic16/pcode.c: added new pCodeInstruction entry for BANKSEL
5187         * (newpCodeOpBit): added PIC_OPTYPE subt in function prototype,
5188         * (pic16_findPrevInstruction): fixed, it returned nothing,
5189         * (insertBankSwitch): fixed to emit banksel/skip and skip/banksel
5190         instruction combinations,
5191         * (pic16_FixRegisterBanking): heavily reorganised,
5192         * (pic16_AnalyzeBanking): if generating banksel directives is
5193         disabled, then don't call FixRegisterBanking at all,
5194         * src/pic16/ralloc.c (bitEQUs, aliasEQUs, allDefsOutOfRange):
5195         completely removed,
5196         * (pic16_writeUsedRegisters): added call to pic16_dump_gsection
5197
5198 2004-06-29 Bernhard Held <bernhard AT bernhardheld.de>
5199
5200         * src/SDCCglue.c (printChar): fixed bug #973350, patch provided by
5201         Phuah Yee Keat <yk.phuah AT nestac.com>
5202
5203 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
5204
5205         * src/pic16/glue.c (pic16createInterruptVect): function now emits
5206         correctly the IVT even if it is relocated to some other location
5207
5208 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
5209
5210         * device/include/pic16/pic18fregs.h: added case for pic18f2220.h
5211         * device/include/pic16/pic18f2220.h: NEW,
5212         * device/lib/pic16/libdev/pic18f2220.c: NEW,
5213         * device/lib/pic16/libdev/Makefile: added 18f2220 in DEVS,
5214         * src/pic16/device.c (struct Pics16): added info for 18f2220,
5215         * src/pic16/device.h (struct pic16_options): added ivt_loc and
5216         nodefaultlibs, ivt_loc is the location of the interrupt vector
5217         table, and nodefaultlibs signs that default libraries should not be
5218         linked in link stage,
5219         * src/pic16/gen.c (genFunction): relocate interrupt vector functions
5220         according to --ivt-loc argument,
5221         * src/pic16/main.c (_process_pragma): emit '_stack' as public symbol
5222         when pragma stack is found,
5223
5224 2004-06-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5225
5226         * src/mcs51/peeph.def: added peepholes 182.d (return 0.0),
5227         256 (range check), 257 (do while), 258.a-f (bit banging
5228         f.e. on 3-wire SPI bus)
5229
5230 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5231
5232         * src/SDCClrange.c (findNextUseSym): fixed a live range bug with
5233         variables used exclusively within a loop
5234
5235 2004-06-21 Bernhard Held <bernhard AT bernhardheld.de>
5236
5237         * src/mcs51/gen.c (genCpl): quick fix for bug #974835
5238
5239 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5240
5241         * src/SDCClrange.c (computeClash): fixed bug #971834
5242
5243 2004-06-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5244
5245         * src/mcs51/gen.c (genCmp): fixed bug #975903
5246         * src/hc08/gen.c (operandsEqu),
5247         * src/ds390/gen.c (operandsEqu),
5248         * src/z80/gen.c (operandsEqu),
5249         * src/pic/gen.c (operandsEqu),
5250         * src/pic16/gen.c (operandsEqu),
5251         * src/mcs51/gen.c (operandsEqu): fixed bug #976283
5252         * src/SDCCmain.c (parseCmdLine): report --unknown-option only once
5253
5254 2004-06-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5255
5256         * src/SDCCcse.c (cseBBlock): fixed bug #966963
5257
5258 2004-06-12 Vangelis Rokas <vrokas AT otenet.gr>
5259
5260         * src/pic16/gen.c (genPointerGet): added E_INTERNAL_ERROR for
5261         default case in switch statement,
5262         * glue.c (pic16_initPointer): expr is initialised via decoarteType
5263         to eliminate problem with initialisation of pointers, but problem
5264         still exists,
5265         * (pic16_pointerTypeToGPByte): removed, no needed for pic16,
5266         * (emitStaticSegment): removed various lines emitting debug info,
5267         * src/pic16/pcode.c, src/pic16/pcode.h, src/pic16/ralloc.h:
5268         added processor registers for utilizing EEPROM,
5269         * src/pic16/pcode.c (pic16_emitDB): number of DBs emitted is not
5270         configurable and set 8
5271
5272 2004-06-08 Vangelis Rokas <vrokas AT otenet.gr>
5273
5274         * .version: increased version number to 2.4.2,
5275
5276         Cumulative patch for pic16 port
5277         * src/pic16/device.c: changed scheme to dump initial values for
5278         variables in idata segment, all print_idata* functions were removed,
5279         now the pic16_printIval* will be called,
5280         * src/pic16/glue.c: (pic16_initPointer, pic16_pointerTypeToGPByte,
5281         * _pic16_printPointerType, pic16_printPointerType,
5282         * pic16_printGPointerType, pic16_printIvalArray, pic16_printIvalStruct,
5283         * pic16_printIvalBitFields, pic16_printIvalFuncPtr, pic16_printIvalPtr:
5284         NEW, similar to the respective functions in SDCCglue.c,
5285         * src/pic16/pcode.c (pic16_emitDB, pic16_flushDB): reverted to old
5286         way, emitting hex bytes,
5287         * (pic16_emitDS): NEW, emits a string for pointer initialisation,
5288
5289 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5290
5291         * src/avr/ralloc.c (serialRegAssign),
5292         * src/xa51/ralloc.c (serialRegAssign),
5293         * src/pic/ralloc.c (serialRegAssign),
5294         * src/pic16/ralloc.c (serialRegAssign),
5295         * src/hc08/ralloc.c (serialRegAssign),
5296         * src/z80/ralloc.c (serialRegAssign),
5297         * src/ds390/ralloc.c (serialRegAssign),
5298         * src/mcs51/ralloc.c (serialRegAssign): fixed bug #964479
5299
5300 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5301
5302         * src/SDCCicode.c (geniCodeJumpTable): fixed bug #967601
5303         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug #966505
5304
5305 2004-06-07 Vangelis Rokas <vrokas AT otenet.gr>
5306
5307         Cumulative patch for pic16 port:
5308         * src/pic16/device.h (typedef PIC16_device) modified fields for
5309         defining microcontrollers,
5310         * src/pic16/device.c: added new info for all devices in Pics16 array,
5311         * src/pic16/gen.c (genPcall): fixed bug that caused the return label
5312         to be optimised out by the pCode optimiser,
5313         * src/pic16/glue.c (pic16emitRegularMap): treat implicit aggragates
5314         specially, bug reported by G.M. Gallant,
5315         * src/pic16/pcode.c (pic16_newpCodeLabelFORCE): NEW, marks a label
5316         as force'd so that cannot be optimised out by pCode optimiser,
5317         * src/pic16/pcode.c,
5318         * src/pic16/pcodepeeph.c,
5319         * src/pic16/pcoderegs.c: many modifications to re-enable peepholes,
5320         they are disabled by default, but can be enabled explicit with
5321         command argument --denable-peeps, for testing,
5322         * device/lib/pic16/startup/Makefile: added --no-peep,--pomit-config-words,
5323         --pomit-ivt in COMPILE_FLAGS
5324
5325 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
5326
5327         * src/pic16/pcode.c (pic16_emitDB): removed double semicolon which fails
5328           compilation on MSVC
5329
5330 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
5331
5332         * device/include/sab80515.h: added sfr P6, changed GPL to LGPL
5333
5334 2004-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5335
5336         device/include/sab80515.h: fixed bug #967492, DAPR is defined at adress
5337         0xd8, but the correct adress is 0xda. Thanks to anonymous for reporting
5338
5339 2004-06-06 Vangelis Rokas <vrokas AT otenet.gr>
5340
5341         * src/pic16/device.c (pic16_assignConfigWord): fixed bug that
5342         would only assign 0x300001 register.
5343
5344 2004-06-05 Vangelis Rokas <vrokas AT otenet.gr>
5345
5346         * device/lib/pic16/startup/Makefile: added $(MODELFLAGS)
5347         in COMPILE_FLAGS. Thanks to G. Gallant for report.
5348
5349 2004-06-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5350
5351         * doc/sdccman.lyx: minor changes, mentioned beta vendor support
5352         for ds80c400
5353         * src/mcs51/peeph.def: ran unexpand -a over peeph.def
5354         * src/mcs51/peeph.def: removed obsolete peephole 100.a,
5355         added peephole 254 (left shift), 255 (jump table)
5356
5357 2004-06-04 Vangelis Rokas <vrokas AT otenet.gr>
5358
5359         * device/lib/Makefile.in: removed comment line with model-pic16,
5360         * (target port-specific-objects-pic16): the libraries and objects
5361         are copied to the build directory form the device/lib/pic16/bin
5362         directory
5363
5364         Cumulative patch concerning pic16 port:
5365         * library directory has been re-organized,
5366         * added support for PIC18F1220,
5367         * added headers and library sources for chips 18f1220,18f6520,
5368         18f6620,18f6680,18f6720,18f8520,18f8620,18f8680,18f8720
5369
5370         * configuration registers setting has changed, now each supported
5371         device has a complete description of the registers it uses,
5372         * all initialisations are moved to idata sections, these section
5373         can be absolute or relocatable,
5374         * fixed initialisation of codespace variables,
5375         * fixed warning about PCLATU and gpsim,
5376         * src/pic16/gen.c (genCmp): now can handle partially iCodes with no ifx,
5377         * (genAssign): use table reads when assigning from variables in codespace,
5378         * src/pic16/glue.c (pic16emitStaticSeg): fixed to correctly initialise
5379         char/int variables placed in codespace,
5380         * (pic16_emitConfigRegs): NEW, emits a list with configuration
5381         registers set in .asm file, no need for --pomit-config-words anymore,
5382         * (pic16glue): some 8051 legacy segments are commented out
5383         (to be removed completely),
5384         * added support for alternative assembler and linker with --asm=
5385         and --link= command line arguments,
5386         * peepholes are disabled automatically in the port, no need to
5387         specify on command line,
5388         * port supports natively char/int/long multiplication, but converts
5389         all divisions to support functions,
5390         * main.c: pic16_linkCmd and pic16_asmCmd changed to force output
5391         to the file set in variable $2,
5392         * pcode.c (pic16_emitDB, pic16_flushDB): modified to print printable
5393         strings in ASCII format and not in hex,
5394         * ralloc.c (serialRegAssign): added a triplet of conditional calls
5395         to pic16_allocDirReg for IC_RESULT, IC_LEFT and IC_RIGHT so to
5396         allocate proper register if iCodes aren't temporary,
5397
5398 2004-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
5399
5400         * support/regression/tests/zeropad.c: added TEST_G macro for alpha
5401
5402 2004-06-02 Vangelis Rokas <vrokas AT otenet.gr>
5403
5404         * src/pic16/gen.c (genPcall): warning about gpsim and PCLATU
5405         is commented out
5406
5407 2004-06-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5408
5409         * src/hc08/gen.c (genPointerGetSetOfs): disabled optimization if
5410         computed address is reused
5411         * src/hc08/gen.c (genPackBits): fixed offsets in assignments to
5412         multi-byte bitfields
5413
5414 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
5415
5416         * src/z80/gen.c: (genArrayInit): must check for pointers too
5417
5418 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
5419
5420         * support/regression/tests/zeropad.c: never meant to commit the
5421           nestedstruct test: removed, added check for GCC version
5422
5423 2004-05-31 Maarten Brock <sourceforge.brock AT dse.nl>
5424
5425         * src/SDCCast.c (createIvalArray): fixed bug 770487 SIGSEGV
5426         * src/SDCCglue.c (emitRegularMap): fixed bug 770484 allocation problem
5427         * src/SDCCglue.c (initPointer, printIvalType, printIvalStruct,
5428           printIvalArray, printIvalFuncPtr, printIvalPtr, printIval): fixed
5429           bugs 928906 and 954082 half-empty initializers
5430         * src/SDCCsymt.h,
5431         * src/SDCCsymt.c (getAllocSize): added for above fix
5432         * src/z80/gen.c (genArrayInit): fixed bug 741044
5433         * support/regression/tests/zeropad.c: added tests
5434
5435 2004-05-30 Vangelis Rokas <vrokas AT otenet.gr>
5436
5437         * src/pic16/device.c (pic16_dump_section): corrected bug which
5438         caused some symbols of the libraries to be misplaced
5439
5440 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
5441
5442         * src/pic16/glue.c,
5443         * src/pic16/ralloc.h,
5444         * src/pic16/ralloc.cc: prefixed IS_CONFIG_ADDRESS with PIC16_
5445         to fix conflict with pic port
5446
5447 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
5448
5449         * src/pic16/glue.c (pic16emitStaticSeg): do not print as publics or
5450         externs configuration variables,
5451         * src/pic16/ralloc.h,
5452         * src/pic16/ralloc.cc: IS_CONFIG_ADDRESS is made public and added
5453         prototype in header, commented out some debug messages
5454
5455 2004-05-26 Vangelis Rokas <vrokas AT otenet.gr>
5456
5457         * src/pic16/glue.c,
5458         * src/pic16/main.c,
5459         * src/pic16/pcode.c: added gpasm directives #FILE/#LINE
5460         for gpasm COFF object generation. Thanks to D. Hawkins for
5461         his patch info
5462
5463 2004-05-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5464
5465         * src/ds390/main.c,
5466         * src/mcs51/main.c: fixed sort order of mnemonics (thanks to Maarten
5467         Brock for spotting this)
5468         * src/ds390/gen.c (genEndFunction),
5469         * src/mcs51/gen.c (genEndFunction): always save psw if function is an
5470         interrupt handler and critical. Disable push/pop optimizations when
5471         peephole optimizations disabled.
5472
5473 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
5474
5475         Updated pic16 library sources and headers.
5476         * device/lib/pic16/pic18f*/ ,
5477         * device/include/pic16/*.h: modified to handle structured SFR
5478         definitions
5479
5480 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
5481
5482         * src/port.h (PORT structure): added hook initPaths, now each
5483         port can declare its own default search paths,
5484         which can been seen with the --print-search-dirs option,
5485         see pic16 port for example,
5486         * src/SDCCmain.c (setBinPaths, setIncludePaths, setLibPath,
5487         setDataPaths): test to options.printSearchDirs is ifdef'ed out,
5488         * (doPrintSearchDirs): NEW, replaces in a central manner the
5489         printing of search dirs which was split in set*Paths functions,
5490         * (main): added call to port->initPaths and doPrintSearchDirs,
5491         * src/avr/main.c,
5492         * src/ds390/main.c,
5493         * src/hc08/main.c,
5494         * src/izt/i186.c,
5495         * src/izt/tlcs900h.c,
5496         * src/mcs51/main.c,
5497         * src/pic/main.c,
5498         * src/pic16/main.c: modified port structures to reflect addition of
5499         initPaths hook,
5500
5501         * src/pic16/device.c (regCompare): registers are finally sorted by name,
5502         * (pic16_dump_section): for registers in same address reserve memory once,
5503         * src/pic16/device.h (struct PIC16_device): changed variable gen_banksel
5504         to no_banksel,
5505         * src/pic16/genarith.c (pic16_genPlus): added code to handle cases where
5506         result is greater in size than right or left,
5507         * (pic16_genUMult8X8_8): there are some cases where the result can
5508         be 16 bits size, so handle these,
5509         * src/pic16/gen.c: changed some pic16_emitpcomment to DEBUGpic16_emitcode,
5510         * (pic16_outBitC): modified to emit pcodes,
5511         * (pic16_storeForReturn): using is_LitOp to see if operand is literal
5512         or not,
5513         * (genDivOneByte): implemented algorithm to divide 8-bits,
5514         * (genCmp): uncommented goto, but issues still exist,
5515         * (genAnd): fixed a bug with variables >8bits,
5516         * (genPackBits): optimization added that uses BCF/BSF to change a
5517         single bit,
5518         * (genAssign): fixed bug when assigning floating point literals,
5519         * src/pic16/glue.c (pic16glue): added assembler directive 'code' before
5520         __sdcc_gsinit_startup label,
5521         * src/pic16/main.c (_pic16_init): removed search directory
5522         initialisations,
5523         * (_pic16_initPaths): NEW, used to initialise search directories,
5524         * (_hasNativeMulFor): support functions for all except char/int
5525         multiplication, and char division,
5526         * (PIC16_port struct): modified entry for native mul support,
5527         * src/pic16/pcode.c (insertBankSwitch): modified to support the renamed
5528         no_banksel option,
5529         * (buildCallTree): call to register_usage is ifdef'ed out,
5530
5531 2004-05-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5532
5533         * device/include/string.h: applied Stas Sergeev's patch to make this
5534         header file compatible with the preprocessor -Wundef option
5535         * src/SDCCmain.c (main): abort compilation if preprocessor reports
5536         failure (fixes bug #941458)
5537
5538 2004-05-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5539
5540         * src/SDCCopt.c (killDeadCode): fixed bug #907733
5541         * support/Util/SDCCerr.c: reworded E_AUTO_ASSUMED diagnostic to clarify
5542         that the variable, not the function, should be static
5543         * src/SDCCval.c (valCastLiteral): fixed bit initialization from literal
5544         to be consistent with non-literal case
5545
5546 2004-05-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5547
5548         * src/SDCCast.c (isConformingBody): fixed bug #949967
5549         * src/SDCCopt.c (cnvToFcall, cnvToFloatCast, cnvFromFloatCast,
5550         convilong): fixed bug #952086
5551
5552 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5553
5554         * src/SDCCmem.c (allocVariables): fixed bug #955321
5555
5556 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5557
5558         * src/hc08/main.c (_hc08_genAssemblerEnd),
5559         * src/SDCCdwarf2.c (dwOpenFile, dwCloseFile, dwWriteFunction,
5560         dwWriteModule, dwWriteCLine, dwWriteALine, dwarf2FinalizeFile):
5561         completely eliminated the use of a temporary file
5562         * src/SDCCdwarf2.c (dwWriteAttr): fixed bug with location list offset
5563         when more than one file linked
5564         * src/SDCCloop.c (pointerAssigned): fixed bug #954163
5565
5566 2004-05-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5567
5568         * src/SDCCval.c (valForArray): applied Maarten Brock's patch #947682
5569         which fixes bug #543481
5570         * support/regression/tests/bug-751703.c: fixed comments left from a
5571         cut and paste error
5572         * src/SDCCdwarf2.c (dwCloseFile): don't explicitly close a temp file
5573         * src/SDCCdwarf2.c (dwTagFromType): added bitfield support
5574         * src/SDCCdwarf2.c (dwWriteSymbolInternal): handle extern within local
5575         scopes
5576         * src/SDCCdwarf2.c (dwWriteLineNumber): line number deltas are signed
5577         * src/SDCCmain.c (processFile, parseCmdLine): non-alphanumeric chars
5578         are now changed to underscores in moduleName
5579
5580 2004-05-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5581
5582         * as/mcs51/lkmem.c: better fix for bug #954173
5583
5584 2004-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
5585         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5586
5587         * device/include/c8051f020.h: newly added SiLabs (Cygnal) header file
5588         * device/include/c8051f000.h,
5589         * device/include/c8051f120.h,
5590         * device/include/c8051f300.h,
5591         * device/include/c8051f310.h,
5592         * device/include/c8051f320.h: updated (added _XPAGE, CAPN, CAPP,
5593         PWM16) and detab'ed
5594
5595 2004-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5596
5597         * doc/sdccman.lyx: mentioned sourceforge's delay between web frontend
5598         and mailing lists, doc'ed --no-peep-comments, removed reference
5599         to knoppix (newest version has no LyX/LaTeX), other minor changes
5600         * src/SDCCglue.c (glue): save 2 bytes stack space with
5601         option --main-return. The ljmp could probably be avoided too
5602
5603 2004-05-14 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5604
5605         * as/mcs51/lkmem.c, as/mcs51/lkaomf51: fixed bug 954173
5606
5607 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5608
5609         * src/SDCCsymt.h: added IS_AUTO(symbol) test macro
5610         * src/SDCCopt.c (isLocalWithoutDef),
5611         * src/SDCCicode.c (operandFromSymbol): use the IS_AUTO test macro
5612         which adds a !IS_EXTERN codition. Fixes bugs #877426 and #751703.
5613         (credit to Maarten Brock for patch #949363, on which this is based)
5614         * support/regression/tests/bug-751703.c: some test cases of extern used
5615         within inner scopes.
5616
5617 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5618
5619         * src/SDCCdwarf2.c (dwMatchTypes): structs must have matching
5620         SPEC_STRUCT
5621         * src/SDCCdwarf2.c (dwTagFromType): fix to handle recursive
5622         struct definitions
5623         * src/SDCCdwarf2.c (dwWriteModule, dwNewDebugSymbol, dwWriteEndFunction,
5624         dwWriteLabel): fix to create valid debugger symbols even when
5625         the module name has non-alphanumeric symbols in it
5626         * src/SDCCdwarf2.c (dwWriteSymbolInternal): better detection for
5627         when a variable's allocation has been optimized away
5628
5629
5630 2004-05-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5631
5632         * src/hc08/gen.c (hc08_emitDebuggerSymbol),
5633         * src/hc08/main.c,
5634         * src/mcs51/gen.c (mcs51_emitDebuggerSymbol),
5635         * src/mcs51/main.c,
5636         * src/ds390/gen.c (ds390_emitDebuggerSymbol),
5637         * src/ds390/main.c,
5638         * src/z80/gen.c (z80_emitDebuggerSymbol),
5639         * src/z80/main.c,
5640         * src/pic/gen.c (pic14_emitDebuggerSymbol),
5641         * src/pic/main.c,
5642         * src/pic16/gen.c (pic14_emitDebuggerSymbol),
5643         * src/pic16/main.c,
5644         * src/avr/gen.c (avr_emitDebuggerSymbol),
5645         * src/avr/main.c,
5646         * src/xa51/gen.c (xa51_emitDebuggerSymbol),
5647         * src/xa51/main.c,
5648         * src/SDCCdebug.c (emitDebuggerSymbol),
5649         * src/SDCCdebug.h,
5650         * src/port.h: added a debugger struct to the port struct. Added a
5651         callback for defining debugger symbols
5652
5653         * src/SDCCast.c (createLabel),
5654         * src/SDCC.y (labeled_statement): mark all compiler generated labels
5655         with isitmp = 1
5656         * src/SDCCicode.h,
5657         * src/SDCCicode.c (geniCodeFunctionBody): added a link from the FUNCTION
5658         iCode back to the ast for the function
5659
5660         * src/hc08/ralloc.c (hc08_assignRegisters),
5661         * src/hc08/ralloc.h: define a regs struct for the stack pointer. Removed
5662         unneeded fields from the regs struct.
5663         * src/hc08/gen.c (transferRegReg, genFunction, genEndFunction): use the
5664         pushReg() & pullReg() functions instead of emitcode()
5665
5666         * src/hc08/gen.c (genLabel, genhc08Code),
5667         * src/SDCCdebug.h: Added additional debugger hooks needed for DWARF
5668
5669         * src/cdbFile.c (cdbWriteLabel, cdbWriteScope): Added stubs for unneeded
5670         debugger hooks
5671
5672         * src/hc08/gen.c (genEndFunction, genhc08Code),
5673         * src/hc08/gen.h,
5674         * src/mcs51/gen.c (genEndFunction, gen51Code),
5675         * src/mcs51/gen.h,
5676         * src/ds390/gen.c (genEndFunction, gen390Code),
5677         * src/ds390/gen.h,
5678         * src/z80/gen.c (genEndFunction, genZ80Code),
5679         * src/z80/gen.h,
5680         * src/z80/z80.h,
5681         * src/pic/gen.c (genEndFunction, genpic14Code),
5682         * src/pic/gen.h,
5683         * src/pic16/gen.c (genEndFunction, genpic16Code),
5684         * src/pic16/gen.h,
5685         * src/avr/gen.c (genEndFunction, genAVRCode),
5686         * src/avr/gen.h,
5687         * src/xa51/gen.c (genEndFunction, genXA51Code),
5688         * src/xa51/gen.h,
5689         * src/cdbFile.c (cdbWriteFunction, cdbWriteEndFunction): moved cdb
5690         specific code to cdbFile.c and out of the backend code generators
5691
5692         * as/hc08/lkmain.c (main): removed OMF51 support from link-hc08
5693         * as/hc08/lkarea.c (lnkarea): areas with NOLOAD attribute default
5694         starting address is now 0
5695
5696         * as/hc08/asm.h,
5697         * as/hc08/m08pst.c,
5698         * as/hc08/asmain.c (asmbl): implemented the .sleb128 and .uleb128
5699         assembler directive for DWARF support
5700         * as/hc08/lkelf.c (elf): only increment address when rtflg[] set
5701
5702         * src/src.dsp,
5703         * src/Makefile.in,
5704         * src/SDCCdwarf2.c: preliminary DWARF (ver 2) debugger data generator
5705
5706 2004-05-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5707
5708         * src/hc08/gen.c (genJumpTab, emitcode, genhc08code): fixed stack error
5709         and inappropriate peephole optimization in jump tables
5710
5711 2004-04-30 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5712
5713         * as/hc08/m08pst.c,
5714         * src/SDCCglue.c: sdccopt works for the hc08 port now
5715
5716 2004-04-27 Bernhard Held <bernhard AT bernhardheld.de>
5717
5718         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): fixed bug #942130
5719
5720 2004-04-27 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5721
5722         * as/hc08/lkelf.c: sdccconf.h is not available in WIN32
5723
5724 2004-04-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5725
5726         * src/SDCCpeeph.c (replaceRule): support empty replacement peephole
5727         rules
5728         * src/SDCCmain.c,
5729         * src/SDCCglobl.h,
5730         * src/SDCCpeeph.c (getPeepLine): new option --no-peep-comments omits
5731         comments from the peephole optimizer replacement rules
5732         * src/SDCCmem.c (printAllocInfoSeg): give actual location of spilled
5733         symbols
5734         * src/SDCCcse.c (updateSpillLocation),
5735         * src/SDCCopt.c (killDeadCode, findReqv): better tracking of register
5736         equivalents
5737         * src/hc08/ralloc.c (regTypeNum): pseudo symbols must be in DATA only
5738         * src/hc08/main.c (_hc08_finaliseOptions): made pointers to stack
5739         objects far pointers
5740
5741 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5742
5743         * src/SDCCsymt.h: a missing part of my last change
5744         * src/pic/ralloc.c (regTypeNum),
5745         * src/pic16/ralloc.c (regTypeNum): fixed statement/declaration order
5746
5747 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5748
5749         * src/SDCCicode.h,
5750         * src/SDCCicode.c (aggrToPtrDclType),
5751         * src/SDCCptropt.h,
5752         * src/SDCCptropt.c (ptrBaseRematSym, ptrPseudoSymSafe,
5753         ptrPseudoSymConvert),
5754         * src/pic/ralloc.c (regTypeNum),
5755         * src/pic16/ralloc.c (regTypeNum),
5756         * src/hc08/ralloc.c (regTypeNum),
5757         * src/ds390/ralloc.c (regTypeNum),
5758         * src/mcs51/ralloc.c (regTypeNum): check for dependancy hazards before
5759         creating pseudo symbols (fixed bugs #777768, #930484, and #933966)
5760
5761 2004-04-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5762
5763         * link/z80/lkmain.c (afile),
5764         * as/hc08/lkmain.c (afile),
5765         * as/mcs51/lkmain.c (afile): fix suggested by Maarten Brock to
5766         prevent a pointer problem when a filename has no directory and
5767         no extension specified.
5768
5769 2004-04-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5770
5771         * link/z80/lkmain.c (afile): allow periods in directory names
5772         * link/z80/lkmain.c (afile),
5773         * as/mcs51/lkmain.c (afile),
5774         * as/hc08/lkmain.c (afile): allow linker script file to have an
5775         extension other than ".lnk"
5776         * link/z80/lklex.c (getfid),
5777         * link/z80/lkmain.c (parse),
5778         * as/mcs51/lklex.c (getfid),
5779         * as/mcs51/lkmain.c (parse),
5780         * as/hc08/lklex.c (getfid),
5781         * as/hc08/lkmain.c (parse): Support comments in the linker script
5782         file on lines by themselves and after filenames
5783
5784 2004-04-20 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5785
5786         * as/link_hc08.dsp: Added as/hc08/lkelf.c to project.
5787
5788 2004-04-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5789
5790         * src/z80/peeph-z80.def: removed some peephole rules that don't
5791         work with multibyte arithmetic (fixed bug #937126)
5792         * src/mcs51/peeph.def: fixed peephole rules 150-158 to apply only
5793         to registers and not global variables
5794         * src/SDCCicode.c (geniCodeAssign, ast2iCode, geniCodePostInc,
5795         geniCodePreInc, geniCodePostDec, geniCodePreDec,
5796         geniCodeLogicAndOr, geniCodeConditional): enforce strict lvalue
5797         checking for assignments not internally generated (fixed bug #931895)
5798         * src/SDCC.y (postfix_expr): ignore typedefs when looking for a
5799         structure member (fixed bug #930072)
5800
5801 2004-04-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5802
5803         * src/SDCCmain.c (linkEdit),
5804         * src/hc08/main.c (_hc08_parseOptions),
5805         * as/hc08/Makefile.in,
5806         * as/hc08/aslink.h,
5807         * as/hc08/asm.h,
5808         * as/hc08/m08pst.c,
5809         * as/hc08/lkrloc.c (relr, rele),
5810         * as/hc08/lkarea.c (lnkarea)
5811         * as/hc08/lkmain.c (afile, parse),
5812         * as/hc08/lkelf.c: support for ELF output
5813         * as/hc08/lks19.c (s19),
5814         * as/hc08/lkihx.c (ihx): ignore areas with the NOLOAD attribute
5815
5816 2004-04-17 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5817
5818         * as/mcs51/lkihx.c: Fixed bug #899105.
5819
5820 2004-04-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5821
5822         * doc/sdccman.lyx: Added instructons on how to convert MSVC .dsw and
5823         .dsp files from Unix to DOS.
5824
5825 2004-04-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5826
5827         * doc/sdccman.lyx: removed the ANSI-C noncompliance note regarding
5828         function pointers; we have been compliant for several months now.
5829         * src/mcs51/ralloc.c (serialRegAssign): enabled part of my 2004-04-13
5830         change that was accidently commented out
5831         * src/mcs51/gen.c (freeAsmop, getFreePtr, freeForBranchAsmop, genIfxJump,
5832         genCmpEq, jmpTrueOrFalse, genCmp, genAnd, genOr, genXor, genIfx): fixed
5833         bug #922319
5834
5835 2004-04-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5836
5837         * src/hc08/gen.c: output of all of the internal debugging information
5838         is now controlled by the D() macro; it is disabled by default
5839
5840 2004-04-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5841
5842         * src/mcs51/ralloc.c (serialRegAssign, fillGaps, allocThisReg): try
5843         harder to keep the same registers during a CAST iCode
5844         * src/SDCCopt.c (optimizeCastCast, eBBlockFromiCode): casts of char to
5845         long via int can be done in a single cast, if the signedness is
5846         correct.
5847         * support/regression/tests/bug-927659.c: fixed to avoid conflict with
5848         putchar() in tinibios.c in ds390's library
5849
5850 2004-04-12 Bernhard Held <bernhard AT bernhardheld.de>
5851
5852         * src/SDCCast.c (decorateType): fixed bug #898889,
5853         cast result of a literal complement too
5854         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #930931,
5855         fixed check for bitfields
5856
5857 2004-04-11 Bernhard Held <bernhard AT bernhardheld.de>
5858
5859         * src/SDCCicode.c (geniCodeLogic): made it static,
5860         (geniCodeLogicAndOr): added in order to fix bug #905492,
5861         (ast2iCode): fixed bug #905492
5862         * support/regression/tests/bug-905492.c: added
5863         * src/SDCCast.c (decorateType): don't decorate/process parms twice,
5864         (processParms): fixed bug #927659: don't copy parms, this will clear
5865         decorated flag
5866         * support/regression/tests/bug-927659.c: added
5867
5868 2004-03-29 Bernhard Held <bernhard AT bernhardheld.de>
5869
5870         * src/SDCCast.c (addCast): don't cast float to char
5871         * device/lib/libsdcc.lib: added _memmove
5872
5873 2004-03-28 Bernhard Held <bernhard AT bernhardheld.de>
5874
5875         * device/lib/large/Makefile: fixed parallel execution by
5876         replacing `make` by `$(MAKE)`
5877
5878 2004-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5879
5880         * src/hc08/gen.c (genPointerGetSetOfs): correctly handle 1 byte array
5881         offsets (fixes bug #923936)
5882
5883 2004-03-26 Bernhard Held <bernhard AT bernhardheld.de>
5884
5885         * device/lib/small/Makefile: fixed parallel execution by
5886         replacing `make` by `$(MAKE)`
5887
5888 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
5889
5890         * device/lib/vprintf.c (vsprintf): minor optimization, see bug #801101
5891
5892 2004-03-23  Scott Dattalo  <scott AT dattalo.com>
5893
5894         * src/pic/gen.c (genCpl): multi-byte complements were not working.
5895         * src/regression/Makefile: Regression test was not running.
5896
5897 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
5898
5899         * src/SDCCast.c (resultTypePropagate, decorateType): avoid promotion to int for
5900         complement if possible
5901         * src/SDCCval.c (valComplement),
5902         * src/SDCCicode.c (operandOperation): fixed complement of literal
5903         * support/regression/tests/onebyte.c (testComplement): added
5904
5905 2004-03-22 Bernhard Held <bernhard AT bernhardheld.de>
5906
5907         * src/SDCCast.c (processParms): fixed bug #920866; decorateType() can
5908         return an optimized tree; actually replace actParm with the new tree
5909         * src/SDCCast.h: added some parantheses to remove side effects
5910         * support/regression/tests/bug-920866.c
5911
5912 2004-03-21  Scott Dattalo  <scott AT dattalo.com>
5913         * src/pic/gen.c, src/pic/gen.h, src/pic/genarith.c, src/pic/pcode.c:
5914         Bit operands were not being handled properly in the pic14 port.
5915         (now src/regression/add.c passes again).
5916
5917 2004-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5918
5919         * src/SDCC.y (labeled_statement): case and default no longer require
5920         a following statement (RFE #893037)
5921
5922 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5923
5924         * src/mcs51/gen.c (pushSide, genSignedRightShift, genDjnz, geniPush):
5925         use MOVA macro to avoid "mov a,acc" when peephole optimizer is
5926         disabled (fixes bug #916294)
5927         * sim/ucsim/s51.src/mov.cc (inst_mov_a_addr): Throw an error on
5928         "mov a,acc"; patch provided by Lenny Story
5929         * device/include/mc68hc908gp32.h: header contibuted by Juan Gonzalez
5930
5931 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5932
5933         * src/mcs51/gen.c (genFunction): optimize RECEIVE in reentrant
5934         functions
5935         * src/ds390/gen.c (genFunction, genEndFunction),
5936         * src/ds390/ralloc.c (ds390_assignRegisters),
5937         * src/mcs51/gen.c (genFunction, genEndFunction, mcs51_assignRegisters):
5938         * src/mcs51/ralloc.c (mcs51_assignRegisters): Skip optimizing registers
5939         pushed if there are parameters passed on the stack. Also, a cleaner
5940         way to decide if r0/r1 should be pushed/popped. (Together they fix
5941         bug #918693)
5942
5943 2004-03-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5944
5945         * doc/sdccman.lyx,
5946         * device/lib/mcs51/crtpagesfr.asm,
5947         * device/lib/mcs51/crtxinit.asm,
5948         * device/lib/mcs51/crtxstack.asm: Changed name of _PAGESFR to _XPAGE
5949         to avoid confusion with Si Lab's SFRPAGE register.
5950
5951 2004-03-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5952
5953         * src/SDCCglue.c (emitMaps): allow public sfr variables
5954         * src/SDCCglue.c (initialComments): include compiler build date
5955         with compiler version and put the timestamp of the generated
5956         assembly file on a serperate line to be less confusing.
5957         * src/port.h: added genInitStartup hook
5958         * src/avr/main.c,
5959         * src/ds390/main.c,
5960         * src/hc08/main.c,
5961         * src/pic/main.c,
5962         * src/pic16/main.c,
5963         * src/xa51/main.c,
5964         * src/z80/main.c: genInitStartup initialize as NULL (default to
5965         historical behaviour)
5966         * src/SDCCglue.c (glue): _sdcc_gsinit_startup is now port specific.
5967         * src/mcs51/main.c: (_mcs51_genInitStartup, _mcs51_genExtraAreas,
5968         _mcs51_genXINIT, _mcs51_genRAMCLEAR): link initialization code from the
5969         library instead of hard coding it into the compiler.
5970         * support/regression/ports/mcs51-stack-auto/spec.mk,
5971         * src/SDCCmain.c (linkEdit): added mcs51.lib to the link libraries
5972         * device/lib/mcs51/Makefile,
5973         * device/lib/small/Makefile,
5974         * device/lib/large/Makefile,
5975         * device/lib/mcs51/crtpagesfr.asm,
5976         * device/lib/mcs51/crtstart.asm,
5977         * device/lib/mcs51/crtxclear.asm,
5978         * device/lib/mcs51/crtxinit.asm,
5979         * device/lib/mcs51/crtclear.asm,
5980         * device/lib/mcs51/crtxstack.asm: move most of the mcs51 C runtime
5981         startup/initialization out of src/SDCCglue.c and src/mcs51/main.c
5982         and into user configurable files.
5983         * device/lib/clean.mk: clean mcs51 directory too
5984         * support/regression/tests/longlit.c: added static to T1 declaration
5985         * doc/sdccman.lyx: documented _PAGESFR sfr for customizing pdata
5986         accesses in the initialization code
5987
5988 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5989
5990         * device/include/mc68hc908qy.h: corrected declarations of FLBPR and
5991         OSCTRIMVAL as noted in bug #916008
5992
5993 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5994
5995         * src/SDCCloop.c (basicInduction): fixed bug with loop induction
5996         in loops with multiple exits (reported as incorrect registers
5997         used by Martin Helmling in Sdcc-user list)
5998
5999 2004-03-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6000
6001         * src/ds390/main.c (_ds390_genAssemblerPreamble): cosmetic change,
6002         made ds390 register extensions look less like error messages
6003
6004 2004-03-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6005
6006         * src/SDCCglue.c (printIvalPtr): fixed bug with pointer initializer
6007         reported by Adam Wozniak in Sdcc-user list
6008
6009 2004-03-10 Bernhard Held <bernhard AT bernhardheld.de>
6010
6011         * src/SDCCast.c (decorateType): fixed with bug and promotion in
6012         arithmetic optimizations, added debug output
6013
6014 2004-03-09 Bernhard Held <bernhard AT bernhardheld.de>
6015
6016         * device/lib/time.c (mktime): fixed bug reported by Bert Thomas
6017         * sdcc.spec: updated and split sdcc into 3 rpms
6018         * src/SDCCast.c (decorateType): &|^ don't need addCast(); addCast() is
6019         needed for literals of LEFT_OP and '+'
6020         * src/SDCCicode.c (geniCodeLogic): I must have been braindead when I
6021         introduced RESULT_TYPE_NOPROM
6022         (geniCodeMultiply): fixed logic for decision if mul is optimized to
6023         left shift
6024         * src/SDCCsymt.c (computeType): op is int; added RESULT_TYPE_OTHER;
6025         limited promotion to int only for '*'
6026         * src/SDCCsymt.h (computeType): op is int, removed RESULT_TYPE_NOPROM
6027
6028 2004-03-09 Hans Dorn <hjdorn AT users.sourceforge.net>
6029
6030         * src/pic16/gen.c (genSkip),
6031         (genc16bit2lit), (gencjneshort): commented out
6032         (is_LitOp): new helper function, checks operand type
6033         (genCmpEq): rewritten
6034
6035 2004-03-08 Bernhard Held <bernhard AT bernhardheld.de>
6036
6037         * support/regression/tests/bug-908454.c: added
6038
6039 2004-03-07 Bernhard Held <bernhard AT bernhardheld.de>
6040
6041         * src/SDCCast.c (addCast): fixed bug #908454 by promoting bits to char
6042         * src/SDCCicode.c (usualBinaryConversions): op needs int type
6043         (geniCodeCast): cosmetic, don't preserve bit storage class
6044         (geniCodeLeftShift): added promotion
6045         (geniCodeLogic): fixed regression
6046         * src/SDCCsymt.c (computeTypeOr): accept bits too
6047         (compareType): 2nd part of fix for bug #908454, needed for bitfields
6048
6049 2004-03-07  Borut Razem <borut.razem AT siol.net>
6050
6051         * support/Util/findme.c: alloca() replaced with malloc()/free() pair
6052
6053 2004-03-06 Vangelis Rokas <vrokas AT otenet.gr>
6054
6055         * src/pic16/ralloc.c (pic16_genPackRegisters): reverted to old
6056         version of pic16_genPackRegisters which does not check if ic is a
6057         CAST operator,
6058         * src/pic16/gen.c (ifxForOp): disabled new and untested code in
6059         function cause string1.c regression test fails
6060
6061 2004-03-06 Bernhard Held <bernhard AT bernhardheld.de>
6062
6063         * sim/ucsim/configure.in,
6064         * sim/ucsim/configure,
6065         * sim/ucsim/doc/Makefile.in: use docdir
6066         * src/SDCC.y: fixed sbit atrributes
6067         * src/SDCCast.c (getResultTypeFromType): added support for bitfields
6068         * src/SDCCast.c (decorateType): |^& need special promotion handling
6069         * src/SDCCast.h,
6070         * src/SDCCsymt.h: moved definition of RESULT_TYPE
6071         * src/SDCCsymt.h (computeType),
6072         * src/SDCCicode.c: computeType() needs op
6073         * src/SDCCsymt.c (checkTypeSanity),
6074         * doc/sddman.lyx: "plain" bitfields are unsigned
6075         * src/SDCCsymt.c (computeTypeOr): added
6076         * src/SDCCsymt.c (computeType): added support for bitfields, fixed
6077         |^& ops
6078         * src/SDCCval.c (val*): computeType() needs op
6079         * src/SDCCval.c (valCastLiteral): fixed casting of bitfields
6080         * support/regression/tests/onebyte.c: added tests for |^&
6081
6082 2004-03-06 Hans Dorn <hjdorn AT users.sourceforge.net>
6083
6084         * src/pic16/gen.c: (genpic16Code) use copy of printILine's output
6085         for writing icode into asm output.
6086
6087 2004-03-05 Vangelis Rokas <vrokas AT otenet.gr>
6088
6089         * src/pic16/device.c: added some debug lines enabled
6090         with macro DEBUG_CHECK,
6091         * src/pic16/genarith.c: more debug in genPlus,
6092         * (pic16_genUMult8XLit_16, pic16_genUMult8X8_16): removed,
6093         * (pic16_genUMult16X16_16, pic16_genUMult16XLit_16): NEW,
6094         * src/pic16/gen.c: added prototypes for pic16_genMult16X16_16,
6095         * (aopForSym): onStack symbols are re-placed in data memspace,
6096         and onStack flag is cleared,
6097         * (pic16_popGetTempReg, pic16_popReleaseTempReg): modified to
6098         copy temporary pcodeop,
6099         * (genPcall): added warning for not updating PCLATU,
6100         * (genFunction): removed test with IFFUNC_CALLEESAVES, its
6101         always true for pic16 port,
6102         * (genMultOneWord): NEW, supports integer multiplication,
6103         * (genMult): modified to call genMultOneWord,
6104         * (ifxForOp): added warning when return NULL,
6105         * src/pic16/glue.c (pic16emitRegularMap): symbol implicit
6106         flag is set before call to operandFromSymbol for implicit
6107         added structures,
6108         * src/pic16/main.c (_pic16_finaliseOptions): options.float_rent,
6109         options.intlong_rent are set by default,
6110         * (_hasNativeMulFor): modified to allow port generation of integer
6111         multiplication,
6112         * src/pic16/ralloc.c (pic16_allocDirReg): commented out line which
6113         set regtype to REG_SFR for all registers, restricting seting the
6114         accessBank flag for registers 0<= r < 0x80 and 0xf80<=r<=0xfff,
6115
6116 2004-03-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6117
6118         * src/mcs51/peephole.def: added 251.b and 253.x. 253.x are applied
6119         more than 500 times in the regression tests
6120
6121 2004-03-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6122
6123         * support/Util/SDCCerr.h,
6124         * support/Util/SDCCerr.c,
6125         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
6126         enumerator_list),
6127         * src/SDCCsymt.c (addSymChain): show location of oriignal definition
6128         for symbol conflicts.
6129         * support/valdiags/tests/enum.c,
6130         * support/valdiags/tests/tentdecl.c,
6131         * support/valdiags/tests/struct.c: expect possible error messages
6132         referring to original symbol definitions.
6133         * src/SDCC.y (struct_or_union_specifier, struct_declarator),
6134         * src/SDCCsymt.h,
6135         * src/SDCCsymt.c (promoteAnonStructs): support anonymous struct/union
6136
6137 2004-03-03 Hans Dorn <hjdorn AT users.sourceforge.net>
6138
6139         * src/pic16/gen.c (gencjne): fixed for right=REG / left=LIT
6140
6141 2004-02-03 Vangelis Rokas <vrokas AT otenet.gr>
6142
6143         * src/pic16/ralloc.c (newReg): fixed bug #908929
6144
6145 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6146
6147         * src/ds390/gen.c: added missing #include "main.h"
6148
6149 2004-03-02 Vangelis Rokas <vrokas AT otenet.gr>
6150
6151         * src/pic16/device.c (checkAddSym): NEW, adds a symbol to set while
6152         checking if symbol is already in set,
6153         * src/pic16/device.h: prototype for checkAddSym,
6154         * src/pic16/gen.c: (_G): added entry interruptvector,
6155         * (assignResultValue): removed some commented out lines,
6156         * (genFunction): check for ISR via sym->type, absolute section for
6157         interrupt code is created via a new pBlock, the goto instruction is
6158         placed now correctly at the interrupt vector position, changed all
6159         references from ivec to _G.interruptvector,
6160         * WREG,STATUS,BSR are not saved in stack upon an entry to interrupt
6161         is the interrupt is a high priority one, same for return from ISR,
6162         * src/pic16/glue.c: changed all calls of addSetHead for publics and
6163         externs to calls of checkAddSym,
6164         * src/pic16/pcode.c (pic16_pBlockConvert2*): emit warning when
6165         pic16_pcode_verbose flag is set,
6166         * src/pic16/pcode.h: extern to pic16_pcode_verbose,
6167         * src/pic16/pcoderegs.c: message about how many registers are saved
6168         will only be emitted if pic16_pcode_verbose flag is set,
6169
6170 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6171
6172         * src/ds390/ralloc.h,
6173         * src/ds390/ralloc.c (ds390_regWithIdx),
6174         * src/ds390/gen.c (emitcode),
6175         * src/ds390/main.h,
6176         * src/ds390/main.c (instructionSize, ds390newAsmLineNode, updateOpRW,
6177         ds390opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
6178         ds390operandCompare, getRegsRead, getRegsWritten,
6179         initializeAsmLineNode): customized instruction size calculation for
6180         ds390, started basis for some register optimizations
6181         * src/ds390/gen.c (gen390Code, emitcode): associate iCodes with
6182         corresponding assembly output
6183         * src/ds390/gen.c (genFunction, genEndFunction): added case to handle
6184         missing push/pop of r0/r1. Optimized push/pops
6185
6186 2004-03-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6187
6188         * src/mcs51/main.c (instructionSize): fixed ACALL size
6189         * src/mcs51/main.c (updateOpRW): fixed bug with @dptr, @a+dptr operands
6190
6191 2004-03-01 Vangelis Rokas <vrokas AT otenet.gr>
6192
6193         * src/pic16/device.c (pic16_dump_section): fixed a bug that allowed
6194         the sorting of rlist with NULL elements
6195         * (print_idataType, print_idata): NEW to create idata sections
6196         * src/pic16/device.h: idataSymSet new variable
6197         * src/pic16/gen.c (genFunction): fixed some bugs in string
6198         comparing, improved the absolute section creation for ISRs,
6199         added FSR0L/FSR0H in registers that are saved in an ISR,
6200         * (genInline): fixed the processing of inline snippets,
6201         now they undergo no process by the peephole optimizer
6202         * src/pic16/glue.c (pic16emitRegularMap): symbols with initialiser
6203         are placed in idataSymSet,
6204         * (pic16emitStaticSeg): extern symbols are added in externs,
6205         * src/pic16/ralloc.c (pic16_allocDirReg): work around to reduce bank
6206         switching when aboslute variables are placed in access bank memory
6207         * (pic16_writeUsedRegs): added call to pic16_dump_idata,
6208         * (packRegsForSupport,packRegsForAccUse,packRegsForOneuse):
6209         commented out with #if,
6210         * (pic16_packRegisters): reintroduce the check for CAST because some
6211         symbols are not correctly handled,
6212         * src/pic16/pcode.h: changed the definition of pCodeAsmDir to hold a
6213         pCodeInstruction instead of pCode,
6214         * src/pic16/pcode.c (pic16_newpCodeAsmDir): modified for the new
6215         pCodeAsmDir definition,
6216         * (pic16_pCode2str, genericPrint): when an AsmDir pcode has a NULL
6217         directive, then the argument directive is emitted without the leading
6218         tab, hack for inline labels which must be in the first column,
6219         * (compareLabel,pic16_findNextInstruction),
6220         * (pic16_findPrevInstruction): added case for PO_ASMDIR,
6221         * (insertBankSwitch): modified for the new pCodeAsmDir,
6222
6223 2004-03-01 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
6224         patch applied by Vangelis Rokas <vrokas AT otenet.gr>
6225
6226         * src/pic16/gen.c (pic16_popGet): case PO_DIR, adds the offset to
6227         instance,
6228         * (pushSide): commented out with #if,
6229         * (assignResultValue): fixed some typos in saving
6230         registers,
6231         * (genPcall): FIXED and sync'ed with genCall,
6232         * (genDataPointerGet,genDataPointerSet): using offset not leoffset
6233         * (genNearPointerGet): fixed to handle some more cases,
6234         implementation scheme via table reads,
6235         * (genConstPointerGet): modified to access code memory correct,
6236         * (genCodePointerGet,genNearPointerSet,genGenPointerSet): modified
6237         and improved to handle some cases
6238         * glue.c (printIvalType,printIvalChar,emitStaticSeg): use "DB"
6239         instead of "RETLW" for init data
6240         * src/pic16/ralloc.c (pic16_allocDirReg): warning when a symbol is
6241         not IN_DIRSPACE, work around to reduce bank switching when aboslute
6242         variables are placed in access bank memory (<0x80 and >=0xf80),
6243         * src/pic16/pcode.c: added SFRs TBLPTR, TABLAT, added opcodes TBLRD,
6244         TBLRD_POSTINC,TBLRD_POSTDEC,TBLRD_PREINC,TBLWT,TBLWT_POSTINC,
6245         TBLWT_POSTDEC,TBLWT_PREINC
6246         * Fixed initialisation of BSR, set "alias" for SSAVE to "0"
6247         * (pic16_emitDB,pic16_flushDB): New functions to generate "DB"
6248         directives
6249         * (pic16_pCodeConstString): use "DB" instead of "RETLW"
6250         * src/pic16/pcode.h: added TBLRD*,TBLWT*, added pic16_emitDB,
6251         pic16_flushDB, made pic16_newpCodeAsmDir public, added TBLPTR, TABLAT
6252         * src/pic16/ralloc.h: added IDX_BSR,IDX_TBLPTR*,IDX_TABLAT
6253
6254 2004-02-29  Borut Razem <borut.razem AT siol.net>
6255
6256         * src/Makefile.in, src/SDCCutil.c, support/Util/findme.c,
6257         support/Util/findme.h, support/Util/system.h: enhance binary relative
6258         search for lib and include by using findProgramPath()
6259
6260 2004-02-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6261
6262         * src/SDCCpeeph.h,
6263         * src/SDCCpeeph.c (pcDistance),
6264         * src/port.h,
6265         * src/mcs51/ralloc.h,
6266         * src/mcs51/ralloc.c (mcs51_regWithIdx),
6267         * src/mcs51/main.h,
6268         * src/mcs51/main.c (instructionSize, asmLineNode, updateOpRW,
6269         mcs51opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
6270         mcs51operandCompare, getRegsRead, getRegsWritten): made instruction
6271         size calculation port specific, started basis for some register
6272         optimizations
6273         * src/mcs51/gen.c (genFunction, genEndFunction): added case to handle
6274         missing push/pop of r0/r1. Optimized push/pops
6275         * src/mcs51/ralloc.c (packregisters): fixed bug #727095
6276         * device/lib/_modsint.c (_modsint),
6277         * device/lib/_modslong.c (_modslong): fixed sign of result in non-asm
6278         and stack version so regression tests pass
6279
6280 2004-02-26 Bernhard Held <bernhard AT bernhardheld.de>
6281
6282         * src/Makefile.in (dep): include SLIBOBJS in dependency check
6283         * src/SDCCast.c (decorateType): catch another small optimization
6284         with '?' operator
6285         * src/SDCCsymt.c (computeType): added comments and cosmetic changes
6286         * src/SDCCval.c (valMult, valDiv, valMod, valPlus, valMinus, valShift):
6287         modified to finally use computeType() all over SDCC,
6288         see Feature Request #877103
6289         * src/SDCCval.h: cosmetic
6290         * src/SDCCicode.c (operandOperation): fixed EQ_OP bug, now same as in
6291         valCompare(); regression tested in muldiv.c
6292         * support/regression/tests/muldiv.c (testMod): mod sign follows
6293         dividend only
6294
6295 2004-02-23 Bernhard Held <bernhard AT bernhardheld.de>
6296
6297         * src/SDCCast.c (decorateType): fixed bug #902362
6298         * doc/INSTALL.txt: fixed install instructions for win32
6299
6300 2004-02-21 Bernhard Held <bernhard AT bernhardheld.de>
6301
6302         * device/include/Makefile.in (install): fixed by replacing spaces
6303         by tabs
6304         * doc/README.txt,
6305         * doc/INSTALL.txt: updated for release
6306         * doc/sdccman.lyx: added warning for --xstack being buggy
6307
6308 2004-02-20 Bernhard Held <bernhard AT bernhardheld.de>
6309
6310         * src/pic16/ralloc.c (packRegsForAccUse):  disabled functions with #if
6311         to eliminate build warnings.
6312         * src/pic16/gen.c (pic16_popGet): fixed for gcc 2.95.4
6313
6314 2004-02-20 Vangelis Rokas <vrokas AT otenet.gr>
6315            Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
6316
6317         * doc/sdccman.lyx: removed PIC16 from PIC16 Port Specific Options,
6318         removed -penable-stack, added comment for stack pragma, added
6319         warning for not initializing the stack/frame registers, removed
6320         comment at interrupts section
6321
6322         Stack is made permanent, there is no ability to disable stack usage.
6323         * src/pic16/device.h,
6324         * src/pic16/device.c: removed all references to USE_STACK macro,
6325         * src/pic16/device.c (pic16_dump_section): when no elements in
6326         rlist, free rlist before return,
6327         * (pic16_dump_int_registers): NEW, internal registers are a new set
6328         of general purpose registers reused by each function,
6329         * (checkAddReg): returns 1 if registers is added to set,
6330         * (pic16_groupRegistersInSection): when a registers is of type
6331         PO_GPR_TEMP add it in pic16_int_regs and not in pic16_rel_udata,
6332         * src/pic16/device.h: memRange and Assigned Memory are deleted,
6333         SRCASECMP macro is moved here from device.c
6334         * src/pic16/genarith.c (pic16_pCodeOpType): added cases for
6335         PO_PCLATU, PO_PRODL, PO_PRODH,
6336         * (pic16_pCodeOpType, genMinus,
6337         changed compares to "a" register, with AOP_ACC,
6338         * (pic16_genPlus): fixed some bugs and indented properly,
6339         * (pic16_addSign): changed size to size+offset in the MOVWF
6340         instruction,
6341         * (pic16_genUMult8XLit_8): NEW, uses processor MULLW instruction to
6342         multiply 8-bit operand by literal, result is 8-bit,
6343         * (pic16_genUMult8X8_8): NEW, uses processor MULWF instruction to
6344         multiply 2 8-bit operand, result is 8-bit,
6345         * (pic16_genMult8X8_8): modified to call genUMult8X*_8 functions and not
6346         genUMult8X*_16,
6347         * src/pic16/gen.c: changed accUse to contain WREG only,
6348         * (pic16_emitcomment): renamed to pic16_emitpcomment,
6349         * (aopForSym): allocated dir register when IN_DIRSPACE(space) is,
6350         true, do not use immediate addressing any more unless sym is a
6351         pointer in codespace,
6352         * (aopForRemat): do not use immediate addressing when symbol not in
6353         codespace and when symbol's address is requested,
6354         * (aopOp): for-loop in if(sym->accUse) is modified for the new
6355         accUse size (= 1),
6356         * (aopGet): added case for AOP_ACC and don't return "accumulator
6357         bug" but WREG instead,
6358         * (popGetTempReg): pushes contents of temporary register in stack,
6359         * (popReleaseTempReg): pops contents of temporary register from
6360         stack. Use popGetTempReg/popReleaseTempReg in aligned pairs,
6361         * (pic16_popGet): separated case AOP_ACC to return register WREG
6362         from processor registers, AOP_PCODE not checks if pcop is PO_DIR
6363         or PO_IMMEDIATE and initializes their instance/offset appropriately,
6364         * The whole issue with aopForSym,aopForRemat,popGet) is to minimize
6365         the use of immediate pointers to certain cases only.
6366
6367         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): use pic16_popGet2p,
6368         * (pic16_loadFromReturn, pic16_storeForReturn: NEW,
6369         * (assignResultValue, genCall, genRet): modified to use the new
6370         function return value scheme with WREG,PRODL,PRODH,FSR0L and FSR0,
6371         genPcall is still broken,
6372         * (genFunction): added code to create 'A' type pBlocks when
6373         interrupt functions are generated, code not extensively tested yet,
6374         ISRs push WREG,STATUS,BSR,PRODL,PRODH,FSR0L,FSR0H registers on stack,
6375         * (genEndFunction): modified so ISRs pop stored registers from stack,
6376         * (genMultOneByte): cleanup,
6377         * (AccRsh): added flag andmask, to and result with appropriate mask,
6378         * (genUnpackBits,genPackBits): fixed and can handle bit fields,
6379         * (genDataPointerGet): fixed and reenabled its use,
6380         * (genNearDataPointerGet): bugs fixed,
6381         * (genDataPointerSet): bugs fixed,
6382         * src/pic16/genutils.c: added functions pic16_DumpValue,pic16_DumpAop,
6383         pic16_DumpSymbol, pic16_DumpOp,
6384         * src/pic16/genutils.h: function prototypes for the above functions,
6385         * src/pic16/glue.c: new flags initsfpnt, to initialize stack/frame
6386         pointers,
6387         * (pic16emitRegularMap): many many many improvements, but needs a
6388         major cleanup,
6389         * src/pic16/main.c: enable_stack in pic16_options is removed,
6390         * (_pic16_parseOptions): removed command line options -penable-stack,
6391         * (_process_pragma): emit stack symbol only when stack pragma is
6392         processed,
6393         * src/pic16/pcode.c: pic16_pc_fsr0 is removed, all operations are
6394         redirected to FSR0L/FSR0H pair,
6395         * (pic16_get_op, pic16_get_op2): modifications and improvements,
6396         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
6397         cases PO_PRODL,PO_PRODH, pic16_getRegFromInstruction2 returns sane
6398         for immediates,
6399         * (insertBankSwitch): modified to handle cases like: (alfa + 1)
6400         * (dumpPicOptype): NEW,
6401         * src/pic16/pcode.h: added PO_PCLATU,PO_PRODL,PO_PRODH in enum,
6402         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed bug
6403         with movff instruction,
6404         * src/pic16/ralloc.c: renamed typeRegWithIdx to pic16_typeRegWithIdx,
6405         added pic16_int_regs, some packRegsFor* functions are commented out,
6406         because produce errors,
6407         * src/pic16/NOTES: minor modifications
6408
6409 2004-02-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6410
6411         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c, as/mcs51/lkmain.c,
6412         as/mcs51/lkmem.c, src/SDCCglob.h, src/SDCCmain.c: added options --stack-size and
6413         --pack-iram.
6414         * doc/sdccman.lyx: described options --stack-size and --pack-iram.
6415         * as/mcs51/lkaomf51.c: fixed bug #895763
6416
6417 2004-02-17 Bernhard Held <bernhard AT bernhardheld.de>
6418
6419         * device/include/c8051f320.h: added. Contributed by Maarten Brock.
6420
6421 2004-02-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6422
6423         * doc/sdccman.lyx: added details about the HC08 storage classes and
6424         interrupts, fixed the register usage info for z80 & gbz80
6425
6426 2004-02-17 Vangelis Rokas <vrokas AT otenet.gr>
6427
6428         * doc/sdccman.lyx: added more pic16 port documentation
6429         * device/include/pic16/: added header pic18fregs.h
6430
6431 2004-02-16 Bernhard Held <bernhard AT bernhardheld.de>
6432
6433         * doc/sdccman.lyx: added Vangelis' contribution
6434
6435 2004-02-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6436
6437         * src/SDCClrange.c (rlivePoint): live range of SEND operand should
6438         extend to the next CALL or PCALL, not just to the next CALL.
6439
6440 2004-02-16 Vangelis Rokas <vrokas AT otenet.gr>
6441
6442         * src/pic16/gen.c (genInline): fixed bug #896482 with inline assembly
6443
6444 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6445
6446         * src/mcs51/ralloc.c (packRegsForAssign, reassignAliasedSym): fixed
6447         bug #895752 and a better fix for bug #716790
6448
6449 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6450
6451         * src/SDCCsymt.c (processFuncArgs): fixed bug #896796
6452
6453 2004-02-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6454
6455         * doc/sdccman.lyx: minor changes, minor changed
6456
6457 2004-02-13 Bernhard Held <bernhard AT bernhardheld.de>
6458
6459         * src/SDCCicode.c (usualBinaryConversions): removed pic16 from ports
6460         which can't handle SDCC_NEWONEBYTEOPS,
6461         (geniCodeMultiply): removed conversion from mult to shift for pic14
6462         and pic16
6463
6464 2004-02-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6465
6466         * src/hc08/gen.h,
6467         * src/hc08/gen.c (storeRegToAop, aopOp, aopAdrStr, accopWithAop,
6468         rmwWithAop): Ported my 2003-10-02 fix for bug #663539 to the hc08,
6469         thus fixing bug #895406
6470
6471 2004-02-11 Bernhard Held <bernhard AT bernhardheld.de>
6472
6473         * device/lib/_modsint.c,
6474         * device/lib/_modslong.c: sign follows divisor only
6475         * src/hc08/gen.c (genMultOneByte): if result size is 1,
6476         signs or signedness can be ignored
6477         * src/SDCCast.c (addCast): cosmetic - added lineno to CAST
6478         * src/SDCCast.c (resultTypePropagate): added even more ops: +, - and *,
6479         added optimization for IFX,
6480         (decorateType): Mult/Div/ModOneByte ops can handle all kind of signed
6481         arguments;
6482         reenabled optimization for IFX, which was removed on 2004-01-11
6483         * src/SDCCast.h: added return type IFX
6484         * src/SDCCicode.c: Mult/Div/ModOneByte ops can handle all kind of signed
6485         arguments with 8 or 16 bit results; pic14 and pic16 ports use old
6486         promotion behaviour; env. var. SDCC_NEWONEBYTEOPS selects the new,
6487         SDCC_OLDONEBYTEOPS selects the old behaviour
6488         * src/SDCCsymt.c (computeType): type2 can be NULL (for LEFT_OP);
6489         changed again and commented promotion rule
6490         * src/SDCCval.c (valDiv): promotion no longer necessary
6491         * src/ds390/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte),
6492         * src/mcs51/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte):
6493         rewritten
6494         * support/regression/tests/onebyte.c: added
6495
6496 2004-02-11 Vangelis Rokas <vrokas AT otenet.gr>
6497
6498         * gen.c (genInline): reverted to old code for assemnling inline
6499         code because of bug reported James Chadd
6500
6501 2004-02-10 Vangelis Rokas <vrokas AT otenet.gr>
6502
6503         * ralloc.h: missing declarations from previous patch,
6504         seems that patch for ralloc.h was never applied, fixed
6505
6506 2004-02-10 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
6507            patch committed by Vangelis Rokas <vrokas AT otenet.gr>
6508
6509         * pcode.c,
6510         * pcode.h,
6511         * ralloc.h: added FSR0L, FSR0H and other missing PIC16 SFR's for
6512         indirect addressing. Marked FSR0 as deprecated
6513         * gen.c (pointerCode): commented out, not needed now
6514         (pic16_popGet2p): new MOVFF helper function
6515         (genGenPointerGet),
6516         (genGenPointerSet): reimplemented with MOVFF and POSTINC0
6517         (shiftRLong): removed duplicate debugging info
6518
6519 2004-02-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6520
6521         * src/ds390/gen.c (genNearPointerGet),
6522         * src/mcs51/gen.c (genNearPointerGet): allow the genDataPointerGet()
6523         optimization with bits, but not bitfields.
6524         * src/ds390/ralloc.c (packRegisters),
6525         * src/mcs51/ralloc.c (packRegisters): fixed bug #884453 & #880832
6526
6527 2004-02-09 Bernhard Held <bernhard AT bernhardheld.de>
6528
6529         * src/SDCCcse.c (algebraicOpts): copy operands before modification
6530
6531 2004-02-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6532
6533         * src/SDCCsymt.h,
6534         * src/SDCCicode.c (operandFromSymbol),
6535         * src/mcs51/ralloc.c (verifyRegsAssigned, serialRegAssign),
6536         * src/ds390/ralloc.c (verifyRegsAssigned, serialRegAssign),
6537         * src/z80/ralloc.c (verifyRegsAssigned, serialRegAssign),
6538         * src/hc08/ralloc.c (verifyRegsAssigned, serialRegAssign),
6539         * src/pic/ralloc.c (verifyRegsAssigned, serialRegAssign),
6540         * src/pic16/ralloc.c (verifyRegsAssigned, serialRegAssign): fixed
6541         bug #892038
6542         * src/SDCCast.c (createIvalStruct, createIvalArray, gatherAutoInit),
6543         * src/SDCCglue.c (emitRegularMap, printIvalStruct, printIvalArray,
6544         printIvalCharPtr, printIvalPtr, printIval, emitStaticSeg, emitOverlay)
6545         * src/SDCCsymt.c (newSymbol),
6546         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
6547         enumerator_list),
6548         * src/SDCCval.h,
6549         * src/SDCCval.c (newiList): fixed bug #885705
6550
6551 2004-02-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6552
6553         * doc/sdccman.lyx: added section 3.1.4: sdcclib.
6554         * as/mcs51/lkmem.c: report the size of the stack in .mem file.
6555
6556 2004-02-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6557
6558         * device/include/c8051f120.h,
6559         * device/include/c8051f300.h,
6560         * device/include/c8051f310.h: added/updated header files for Silicon
6561         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
6562         * doc/sdccman.lyx: minor changes, recommended diff -Naur and diff -u
6563         in new section Submitting patches
6564
6565 2004-02-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6566
6567         * src/mcs51/gen.c (genNearPointerGet, genPagedPointerGet,
6568         genFarPointerGet, genCodePointerGet, genGenPointerGet,
6569         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
6570         genGenPointerSet),
6571         * src/ds390/gen.c (genNearPointerGet, genPagedPointerGet,
6572         genFarPointerGet, genCodePointerGet, genGenPointerGet,
6573         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
6574         genGenPointerSet),
6575         * src/pic16/gen.c (genNearPointerGet, genPagedPointerGet,
6576         genFarPointerGet, genCodePointerGet, genGenPointerGet,
6577         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
6578         genGenPointerSet),
6579         * src/pic/gen.c (genNearPointerGet, genPagedPointerGet,
6580         genFarPointerGet, genCodePointerGet, genGenPointerGet,
6581         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
6582         genGenPointerSet): fixed bug #892400
6583         * src/pic16/gen.c (genSkipz, AccRol): disabled functions with #if 0
6584         to eliminate build warnings.
6585         * src/SDCCast.c (processParms),
6586         * src/SDCC.y (function_declarator2, declarator2_function_attributes):
6587         fixed bug 751859
6588         * support/valdiag/valdiag.py: added GCC to the list of defines active
6589         when compiling with gcc
6590
6591 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6592
6593         * support/Util/SDCCerr.h,
6594         * support/Util/SDCCerr.c,
6595         * src/SDCCast.c (decorateType, sizeofOp): complain when sizeof is used
6596         with an incomplete type (fixed bug #883734)
6597         * src/SDCCicode.c (geniCodeCast): fixed bug #890510
6598
6599 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6600
6601         * src/pic16/gen.c (genCmpEq, shiftRLong): fixed declarations
6602
6603 2004-02-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6604
6605         * src/SDCCast.c (decorateType),
6606         * src/SDCCicode.c (geniCodeParms, geniCodeCall): fixed bugs in my ANSI
6607         function pointer implementation
6608         * support/regression/tests/funptrs.c: added tests to verify both forms
6609         of function pointers work correctly. Added tests to verify parameters
6610         are passed in the correct order.
6611
6612 2004-02-06  Vangelis Rokas <vrokas AT otenet.gr>
6613
6614         * device.c (regCompare): registers are sorted by ascending
6615         address and increasing size,
6616         * main.c (_pic16_finaliseOptions): removed the declaration
6617         of compiler macro MCU. Now a macro of the format pic18fxxxx
6618         will be defined from the command line
6619
6620 2004-02-06  Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
6621             patch committed by Vangelis Rokas <vrokas AT otenet.gr>
6622
6623         * pcode.c (pic16initMnemonics): fixed typo in assignment to PCOP_RLNCF
6624         PCOP_RLCF was overwritten!
6625         * gen.c (genSkip): commented out calls to pic16_emitcode,
6626         * (genCmpEQ): fixed "long" compares, only high word did get compared,
6627         * (genlshTwo),
6628         * (genRRC): added debugging info,
6629         * (shiftL2Left2Result): Fixed bug, if offr > offl. Result got
6630         overwritten while shifting,
6631         * (shiftR2Left2Result): Fixed bug, if offr < offl. Result got
6632         overwritten while shifting,
6633         * (AccLsh),
6634         * (AccRsh),
6635         * (shiftLLeftOrResult),
6636         * (shiftRLeftOrResult),
6637         * (shiftRLong),
6638         * (shiftLLong): Implemented with pic16_emitpcode
6639         * (genlshFour): Replaced pic16_aopPut with pic16_emitpcode,
6640         * (genLeftShift): Fixed bug, operand for shift by variable always
6641         was "and"ed with 0x0f,
6642         * (genLeftShiftLiteral),
6643         * (genrshTwo),
6644         * (genRightShiftLiteral): added debugging info,
6645         * (genrshFour): added comment,
6646         * (genRightShift): determined signedness from operand "left"
6647         instead of "result"
6648
6649 2004-02-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6650
6651         * src/SDCCicode.c (geniCodeParms),
6652         * src/SDCCast.c (decorateType, processParms): support for ANSI-style
6653         function pointers, fixed function pointer bugs #861242 and #861896
6654
6655 2004-01-31 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6656
6657         * device/include/c8051f000.h,
6658         * device/include/c8051f120.h,
6659         * device/include/c8051f300.h: added header files for Silicon
6660         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
6661
6662 2004-01-31 Bernhard Held <bernhard AT bernhardheld.de>
6663
6664         * src/SDCCast.c (processParams): added new type flow and restructured
6665         (gatherAutoInit): added new type flow
6666         (addCast): cosmetic changes
6667         (getLeftResultType): added new type flow for array indices, patch
6668         provided by Stas, see FR #877103
6669         (decorateType): SDCC_NEWTYPEFLOW removed, new type flow is now standard;
6670         array index patch by Stas
6671         * src/SDCCast.h: added prototype getResultTypeFromType()
6672         * src/SDCCval.h,
6673         * src/SDCCval.c (resolveIvalSym) (resolveIvalSym),
6674         * src/pic/glue.c (pic14emitStaticSeg),
6675         * src/pic16/glue.c (pic16emitStaticSeg),
6676         * src/SDCCglue.c (emitRegularMap) (emitStaticSeg): added new type flow
6677         for initialization of symbols
6678         * src/SDCCicode.c (geniCodeArray): removed warning W_ARRAY_BOUND
6679         * support/Util/SDCCerr.h:
6680         * support/Util/SDCCerr.c: replaced W_ARRAY_BOUND by W_IDX_OUT_OF_BOUNDS
6681         * .version: bumped version number to 2.3.8
6682         * device/include/Makefile.in (install),
6683         * doc/Makefile (install): changed to 'rm `find ...`' construct to
6684         avoid warnings
6685
6686 2004-01-30 Bernhard Held <bernhard AT bernhardheld.de>
6687
6688         * support/regression/tests/libmullong.c: fixed for 64 bit hosts
6689         Slade Rich fixed an optimization bug
6690         * src/pic/pcodepeep.c,
6691         * src/pic/pcoderegs.c
6692         * doc/Makefile (install): added test for directory
6693
6694 2004-01-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6695
6696         * src/mcs51/ralloc.c (getRegPtr, getRegGpr),
6697         * src/ds390/ralloc.c (getRegPtr, getRegGpr),
6698         * src/pic/ralloc.c (getRegPtr, getRegGpr),
6699         * src/pic16/ralloc.c (getRegPtr, getRegGpr),
6700         * src/z80/ralloc.c (getRegGpr): fixed bug #883361
6701         * as/mcs51/asexpr.c (term),
6702         * as/hc08/asexpr.c (term): fixed bug #887146
6703
6704 2004-01-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6705
6706         * src/z80/gen.c (genMult): handle single byte result product
6707         * src/SDCCopt.c (killDeadCode): never convert ADDRESS_OF iCode to
6708         DUMMY_READ_VOLATILE (fixed bug #886367)
6709
6710 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
6711
6712         * support/regression/tests/libmullong.c: fixed logic, on little endian
6713         hosts we ended without a mullong_wrapper()
6714
6715 2004-01-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6716
6717         * ChangeLog: changed "@" to " AT " in hopes of reducing spam and
6718         virus/worm forged address usage.
6719
6720 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
6721
6722         Fixed promotion, it should be done on AST level:
6723         * src/SDCCast.c (addCast): added promotion to int
6724         (decorateType): updated call to upCast()
6725         * src/SDCCicode.c (geniCodeLeftShift): removed call to
6726         usualUnaryConversions()
6727
6728 2004-01-26  Michael Hope  <michaelh AT juju.net.nz>
6729
6730         * support/regression/tests/literalop.c (mulWrapper): Added a
6731         wrapper to remove integer overflow warnings.
6732
6733         * support/regression/tests/float_trans.c: Made work on host.
6734
6735         * support/regression/ports/ucz80/spec.mk (UCZ80): Made detect the
6736         location of sz80.
6737
6738         * support/regression/generate-cases.py (main): Changed from inline
6739         to a main method.
6740
6741         * doc/Makefile (install): Changed to depth first to get rid of
6742         missing directory install warning.
6743
6744         * as/Makefile (install-doc): Made work on Mac.
6745
6746 2004-01-25 Bernhard Held <bernhard AT bernhardheld.de>
6747
6748         * src/SDCCast.c: added an additional type flow in decorateType() of
6749         opposite direction, see feature request #860006; it's enabled at runtime
6750         by setting the environment variable SDCC_NEWTYPEFLOW
6751         * src/SDCCast.h: changed prototype of decorateType()
6752         * src/SDCCglue.c (emitRegularMap): updated call of decorateType()
6753         * src/SDCCicode.c (geniCodeDivision) (geniCodeModulus): promotion from
6754         'char' to 'int' can be omitted, if both operands are 'unsigned char';
6755         see feature request #877103
6756         * src/SDCCval.c: updated call of decorateType()
6757         (valBitwise): fixed bug #882876
6758         (valMinus): added promotion
6759         (valLogicAndOr): result is unsigned
6760         (cheapestVal) (constVal): literals from 0...255 are 'unsigned char' now
6761         * src/SDCCsymt.c (computeType),
6762         * src/mcs51/gen.c (genCmpGt) (genCmpLt): literal 'unsigned char'
6763         must not cause an unsigned operation
6764         * src/pic/glue (pic14emitRegularMap),
6765         * src/pic16/glue.c (pic16emitRegularMap): updated call of decorateType()
6766
6767 2004-01-23 Bernhard Held <bernhard AT bernhardheld.de>
6768
6769         * src/pic/pcode.c (PCodeID): commented out left over debug code
6770
6771 2004-01-20 Bernhard Held <bernhard AT bernhardheld.de>
6772
6773         * support/valdiag/tests/overflow.c: added shift tests
6774         * src/pic/device.c,
6775         * src/pic/gen.c,
6776         * src/pic/gen.h,
6777         * src/pic/glue.c,
6778         * src/pic/main.c,
6779         * src/pic/pcode.c,
6780         * src/pic/pcode.h,
6781         * src/pic/pcodepeep.c,
6782         * src/pic/pcoderegs.c,
6783         * src/pic/ralloc.c,
6784         * src/pic/ralloc.h: applied patch from Slade Rich;
6785         added support for multiple code pages and multiple RAM banks on the
6786         PIC 14 port. The ASM files now no longer simply assume all the
6787         code / RAM are in the same page / bank. This means the linker can
6788         safely allocate code/RAM of separate ASM files to different pages/banks.
6789         * doc/sdccman.lyx: added Slade's tips
6790         * src/mcs51/peeph.def: fixed bug #880768
6791
6792 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6793
6794         * src/hc08/ralloc.c (rematStr): fixed bug #879282
6795         * src/SDCCast.c (decorateType): fixed bug #880197
6796
6797 2004-01-20  Michael Hope  <michaelh AT juju.net.nz>
6798
6799         * sim/ucsim/gui.src/serio.src/main.cc: Fixed unconditional use of
6800         getopt.h.
6801
6802         * debugger/mcs51/cmd.c (getValBasic): Changed strtof to strtod as
6803         strtof is not part of C89 and isn't included with Mac OS X.
6804
6805 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6806
6807         * src/hc08/gen.c (genPlusIncr, genUminus, genMinusDec, genCmp,
6808         shiftL2Left2Result): fixed bug #879326
6809         (genAnd, genOr, genXor): fixed bug when result was of type AOP_CRY
6810         (genMultOneByte): fixed bug in signed vs unsigned multiplication
6811         * sim/ucsim/hc08.src/inst.cc (inst_clr): added missing effective
6812         address fetch for clr instruction
6813         * device/lib/hc08/_mulint.c: created optimized assembly version
6814         * src/SDCCdflow.c (computeDataFlow): fixed bug #878209
6815
6816 2004-01-19 Bernhard Held <bernhard AT bernhardheld.de>
6817
6818         * src/SDCCicode.c (geniCodeArray): applied patch from Stas Sergeev
6819         proposed in FR #877103
6820
6821 2004-01-18 Bernhard Held <bernhard AT bernhardheld.de>
6822
6823         * src/SDCCval.c (cheapestVal): added missing checks
6824         * src/SDCCicode.c (usualBinaryConversions): fixed condition
6825         * src/SDCCicode.c (geniCodeAdd): fixed part of bug #877103
6826
6827 2004-01-16 Klaus Flittner <klaus_flittner AT gmx.de>
6828
6829         * src/ds390/gen.c (aopOp3): fixed the assignment of different dptrs to
6830         equal operands
6831
6832 2004-01-16 Vangelis Rokas <vrokas AT otenet.gr>
6833
6834         * src/SDCCmain.c (linkEdit): variable $3 of the linker command is
6835         loaded with the linker search paths (-L arguments) and the libraries
6836         to be linked with the current source (-l arguments). Changes
6837         currently will affect only the pic16 port.
6838         * src/pic16/main.c (_pic16_finaliseOptions): add to the linker
6839         include path the port specific paths and port specific libraries,
6840         * gplink command now contains the $3 argument,
6841         * src/pic16/device.h,
6842         * src/pic16/device.c,: structure PIC_device is made public and
6843         renamed to PIC16_device, the same for variable Pics which is renamed
6844         to Pics16. Updated all references to them.
6845         * src/pic16/glue.c (pic16glue): corrected bug with code
6846         initialization which bypassed the variable initializations block.
6847
6848         * device/lib/pic16/Makefile.rules: removed --penable-stack from
6849         COMPILE_FLAGS and added the --nostdinc option
6850
6851 2004-01-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6852
6853         * device/include/mc68hc908jb8.h: Register defs for another member
6854         of the hc08 family. Contributed by Bjorn Bringert - thanks!
6855
6856 2004-01-14 Vangelis Rokas <vrokas AT otenet.gr>
6857
6858         Documenting changes from previous commits.
6859         * configure.in (version 1.56),
6860         * configure: initially I've added AC_CONFIG_SUBDIRS(device/lib/pic16)
6861         when generating output files to configure the pic16 library,
6862         but now I've commented it out, since gputils aren't installed in the
6863         SF compile farm, so library won't compile
6864
6865         * device/lib/Makefile.in (version 1.56): initially I've added in
6866         target 'all' the prerequestive 'model-pic16' so it compiled the
6867         pic16 library, but now I've commented it out for the same reasons
6868         above,
6869         * added targets 'model-pic16' and 'objects-pic16' to compile the
6870         library
6871         * added target 'port-specific-objects-pic16' to handle the
6872         generated libraries and copy them into the build/ directory
6873         * added target 'clean-intermediate-pic16' to clean intermediate
6874         files into pic16 directory
6875         * in target 'installdirs' added line to create directory pic16 in
6876         the installation path
6877
6878         * device/include/Makefile.in (version 1.11): in target 'install'
6879         added lines to copy all header files to installation path,
6880         * in target 'installdirs' added line create directory for pic16
6881         headers in the installation path
6882
6883 2004-01-13 Klaus Flittner <klaus_flittner AT gmx.de>
6884
6885         * src/ds390/gen.c (genCall): fixed a double use of acc and b after
6886          a function call
6887
6888 2004-01-13 Bernhard Held <bernhard AT bernhardheld.de>
6889
6890         * configure,
6891         * device/lib/configure.in,
6892         * device/lib/configure: fixed for autoconf 2.57
6893
6894 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6895
6896         * src/z80/main.c (_parseOptions): fixed the portmode= command line
6897         option so that it actually works. Made it specific to the z80, since
6898         the gbz80 doesn't have these kinds of I/O ports.
6899
6900 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6901
6902         * device/include/z180.h,
6903         * device/lib/_memcpy.c,
6904         * device/lib/_memmove.c,
6905         * device/lib/_mulint.c,
6906         * device/lib/ser_ir.c,
6907         * device/lib/ser_ir_cts_rts.c,
6908         * device/lib/_strcmp.c,
6909         * device/lib/_strtok.c: fixed pragmas to non-deprecated form
6910         * src/z80/main.c (_process_pragma): add support for pragmas bank and
6911         portmode; added deprecation warning for bank= and protmode= forms.
6912         Also, guard against buffer overflow.
6913         * src/z80/gen.c (aopGet): generate better code for sfr banked read
6914
6915 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6916
6917         * src/hc08/main.c (_hc08_genAssemblerPreamble): fixed bug #875487. Also
6918         changed interrupt vector table generation to only emit declared vectors.
6919         * device/include/Makefile.in: added missing backslash
6920         * device/lib/pic16/Makefile.rules: add $(MODELFLAGS) to $(CFLAGS)
6921
6922 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
6923
6924         Mainly changes to support compilation of the device libraries
6925         * src/pic16/device.c: stack is allocated via symbol and not
6926         via literal number. The symbol is placed in the corresponding
6927         position of the data ram
6928         * (pic16_dump_section): relocatable and absolute uninitialized
6929         data are now emitted in sorted order to reduce section naming,
6930         * src/pic16/ralloc.c (newReg): fixed bug with SFR's that
6931         weren't marked as being in the access bank,
6932
6933 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
6934
6935         Added portion of GNU PIC Library under the directory
6936         device/include/pic16 and device/lib/pic16. These files
6937         contain the declarations of SFRs for the PIC18Fxx2 devices.
6938         The directory is initialized via configure from toplevel.
6939
6940 2004-01-12 Klaus Flittner <klaus_flittner AT gmx.de>
6941
6942         * src/ds390/gen.c (operandsEqu): fixed a little typo, that prevented
6943         the spilllocations to be compared correctly
6944
6945 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
6946
6947         * src/SDCCast.c (decorateType): fixed bug introduced today
6948
6949 2004-01-12  Borut Razem <borut.razem AT siol.net>
6950
6951         * src/SDCC.lex, support/Util/SDCCerr.h, support/Util/SDCCerr.c,
6952         doc/sdccman.lyx: upper case pragmas are deprecated
6953
6954 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
6955
6956         * src/SDCCast.c (decorateType): replacing 'ul > 0' by  '!ul' results
6957         in simpler and even better code
6958
6959 2004-01-11 Bernhard Held <bernhard AT bernhardheld.de>
6960
6961         * src/SDCCicode.c (operandOperation): fixed bug #874819
6962         * src/SDCCast.c (decorateType): fixed
6963         char foo (unsigned long ul) { return ul > 0; }
6964
6965 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6966
6967         * doc/sdccman.lyx: Moved and added some sections, small changes
6968         all over. Telling LaTeX to be less strict with word spacing
6969         to better keep the right margin. Changed some notes about
6970         maintainance of the ports in section 3.2.1 - is it OK like this?
6971
6972 2004-01-11 Vangelis Rokas <vrokas AT otenet.gr>
6973
6974         SDCC source changes:
6975         * src/SDCCopt.c (cntToFcall, cnvToFloatCast, cnvFromFloatCast,
6976         convilong): modified to inform the pic16 port that builtin functions
6977         are external
6978
6979         PIC16 PORT specific changes:
6980         * src/pic16/device.c pic16_dump_equates() added,
6981         processor registers declared internally by the port are emitted in
6982         the translation as equates,
6983         * src/pic16/gen.c: inline code is passed unprocessed to the
6984         translation,
6985         * (pic16_popGetLit2): fnuction modified to take second operand as
6986         pCodeOp pointer and not as literal,
6987         * (popRegFromIdx): prefixed with pic16_,
6988         * (pic16_popCombine2): modified to receive already allocated pCode
6989         operands,
6990         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): added
6991         * (genFunction): initializes local stack frame and pushes on stack
6992         all the registers used by this function,
6993         * (genEndFunction): restores all registers from stack and restores
6994         stack frame,
6995         * src/pic16/glue.c (pic16emitRegularMap): various changes and
6996         improvements,
6997         * (pic16glue): changed the program startup sequence,
6998         * added new dbName code 'A' for functions placed in absolute section
6999         * src/pic16/main.c: added function attribute _naked,
7000         * added pragma 'code' to place a fnuction at an absolute address,
7001         * added command line arguments --debug-ralloc and --pcode-verbose,
7002         * (_pic16_finiliseOptions): options.all_callee_saves is set by default
7003         * src/pic16/pcode.c (pic16_pBlockConvert2Absolute) added,
7004         * (pic16_newpCodeOpLit2): modified to take the second operand as
7005         pCodeOp pointer,
7006         * (pic16_printpBlock): modified to emit each function in a separate
7007         section,
7008         * (pic16_get_op): modified to use the gpasm modifiers LOW,HIGH and
7009         UPPER for immediate operands,
7010         * src/pic16/pcodepeeph.c: added peephole support for the LFSR
7011         instruction,
7012         * src/pic16/peeph.def: all peepholes with movff are commented out,
7013         because there is a problem in the pcode peep optimizer,
7014         * src/pic16/ralloc.c: the register allocator can now reuse local
7015         function symbols for another function. This saves register usage.
7016         * src/pic16/ralloc.h: added flag isLocal in structure regs,
7017
7018         Added file src/pic16/NOTES with information about program writing on
7019         the current port version.
7020
7021 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7022
7023         * src/mcs51/peephole.def: added peepholes 177.c,d (redundant moves)
7024         and peephole 252 (array access)
7025
7026 2004-01-09  Borut Razem <borut.razem AT siol.net>
7027
7028         * src/SDCCmain.c : fixed #872250: -l command line defined library
7029           files are scanned before standard library files
7030
7031 2004-01-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7032
7033         * src/SDCCast.c (decorateType): fixed bug #874046
7034
7035 2004-01-09  Borut Razem <borut.razem AT siol.net>
7036
7037         * support/scripts/sdcc.nsi: remove previous installation
7038
7039 2004-01-09 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7040
7041         * src/SDCCglue.c (createInterruptVect): don't append 7(5) padding
7042         bytes for last interrupt vector (mcs51)
7043         * sdcc.spec: fixed typo
7044
7045 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7046
7047         * src/mcs51/gen.c (genFunction, genEndFunction, genReceive, getTempRegs,
7048         gen51Code): more efficient parameter receive for --model-large
7049         ("bug" #845294)
7050
7051 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7052
7053         * src/ds390/main.c,
7054         * src/z80/main.c: added missed needLinkerScript flags (more than
7055         one port structure defined in these file)
7056         * src/ds390/gen.c (aopForSym, aopOp, operandsEqu, aopOp3): fixed
7057         bug #795325
7058
7059 2004-01-08 Vangelis Rokas <vrokas AT otenet.gr>
7060
7061         * src/SDCCmain.c: removed various references to DEFAULT_PORT
7062         * src/port.h: added flag needLinkerScript in port->linker
7063         structure to inform whether to create a .lnk file or not,
7064         * src/avr/main.c,
7065         * src/ds390/main.c,
7066         * src/hc08/main.c,
7067         * src/mcs51/main.c,
7068         * src/pic/main.c,
7069         * src/pic16/main.c,
7070         * src/xa51/main.c,
7071         * src/z80/main.c: changed appropriately to configure
7072         needLinkerScript flag
7073         * src/pic/gen.c,
7074         * src/pic16/gen.c (genAddrOf): fixed bug #863624
7075         * src/pic/glue.c: added variable udata_section_name to
7076         override default uninitialized data segment definition for
7077         devices only with SHAREBANK memory (reported from Erik Epetrich)
7078         * (pic14emitOverlay): modified to emit a commented overlay segment
7079         directive when no overlay data exist
7080         * (picglue): modified to emit uninitialized data segment
7081         according to udata_section_name
7082         * src/pic/main.c (_pic14_parseOptions): added command line
7083         options --udata-section-name=[name] to override default
7084         udata definition name
7085         * modified _linkCmd and _asmCmd to include compiler passed
7086         arguments via -W option
7087         * src/pic16/main.c: added $l in _asmCmd, changed extension for
7088         object file from '.rel' to '.o' in port->linker structure,
7089         changed size of fptr from 2 to 3 in port structure
7090
7091 2004-01-07  Borut Razem <borut.razem AT siol.net>
7092
7093         * support/scripts/sdcc.nsi: update PATH
7094         * support/scripts/sdcc.ico: craeted
7095
7096 2004-01-07 Bernhard Held <bernhard AT bernhardheld.de>
7097
7098         * device/include/Makefile.in: fix install
7099         * doc/Makefile: fix install
7100
7101 2004-01-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7102
7103         * src/SDCCsymt.c (processFuncArgs): fixed superflous allocation noted
7104         in bug #860505
7105         * src/SDCCmem.c (printAllocInfoSeg, printAllocInfo): minor changes to
7106         how the function variable allocation summary is displayed; also
7107         include information about variables allocated to the overlay
7108         segment
7109
7110 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7111
7112         * as/mcs51/lkmain.c: Help about -Y option
7113         * as/mcs51/lkarea.c: Fixed gcc warnings
7114
7115 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
7116
7117         * src/SDCCval.c (valShift): changed from 16 to 32 bit shift count,
7118         fixed warning
7119         * support/valdiag/tests/overflow.c: added
7120         * src/SDCCast.c (decorateType),
7121         * src/SDCCicode.c (geniCodeLeftShift): added promotion to int for
7122         LEFT_OP (left shift)
7123
7124 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7125
7126         * as/mcs51/lkmain.c: stack must be after data when option -Y is not used
7127         (default behaviour).
7128
7129 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7130
7131         A python script to validate compiler diagnostic messages. It can be
7132         used to verify that sdcc complains about bad c source code and
7133         gives a good location of the error.
7134         * support/valdiag/Makefile,
7135         * support/valdiag/valdiag.py,
7136         * support/valdiag/tests/*
7137
7138 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7139
7140         * src/SDCC.y (enum_specifier, enumerator_list, opt_assign_expr),
7141         * src/SDCCsymt.c (newEnumType),
7142         * src/SDCCsymt.h
7143         * support/Util/SDCCerr.c,
7144         * support/Util/SDCCerr.h: fixed bug #871258 and some other unreported
7145         enum related bugs.
7146         * support/regression/tests/enum.c: added test for enum values that
7147         require at least 2 bytes of storage.
7148
7149 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
7150
7151         * src/common.h: added ifndef/define/endif macros
7152         around the header file.
7153         Bug reported from Jesus Calvino-Fraga
7154
7155 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
7156
7157         * sdcc.spec: updated
7158         * device/include/Makefile.in: don't install CVS directories
7159         * device/lib/Makefile.in: added removal of CVS directories after install
7160         * doc/Makefile: fixed install, added local_icons
7161         * sim/ucsim/gui.src/Makefile.in: fixed an old typo
7162         * src/mcs51/gen.c (genRightShift): fixed bug #870788
7163         * src/ds390/gen.c (genRightShift): fixed bug #870788
7164         * src/SDCCast.c (decorateType): fixed bug #870781
7165
7166 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
7167
7168         PIC16 port related changes:
7169         * device.c: removed pic16_finalMapping and pic16_finalMappingSize,
7170         added variable stackPos,
7171
7172         * gen.c: genCall, assignResultValue: added support for
7173         pushing/retrieving function parameters to/from stack,
7174         genFunction,genEndFunction: setup stack frame for the
7175         generated function,
7176         genAddrOf: will be changed according to bug 863624
7177
7178         * added files genutils.c and genutils.h which contain gen*
7179         debugged and optimised functions extracted from gen.c
7180
7181         * glue.c: added variable 'externs' which holds extern symbols,
7182         pic16emitRegularMap: is modified to properly handle relocatable
7183          symbols under the new scheme,
7184         pic16createInterruptVect: is modified
7185         pic16printPublics: is modified to emit 'global' assembler directives,
7186         added pic16_printExterns to print extern symbols,
7187         pic16glue: initializes stack/frame pointer in the beginning of
7188         the assembly output. Temporary hack, will be corrected later,
7189         because gplink yet does not support stack and SDCC does not
7190         yet support a type of crt0.o object to create the final binary.
7191
7192         * Removed many lines that contain 8051 legacy code.
7193         * The code is finally placed under a 'code' directive.
7194         * Added port specific options.
7195
7196         * _process_pragma: simplified since now we do not need *special*
7197         include file to define SFR registers. But a separate header
7198         will be needed. This will be developed later.
7199         * _pic16_parseOptions: added, parses port specific options:
7200         --pgen-banksel, --obanksel=, --pomit-config-words, --pomit-ivt,
7201         --pleave-reset-vector, --penable-stack, --pstack-model, --debug-xtra
7202         --preplace-udata-with=
7203
7204         * _pic16_setDefaultOptions: modified to initialize section names,
7205         but hack is temporarly out of order since it needs improvement.
7206         * _pic16_genAssemblerPreamble: configuration words are emitted by
7207         their address instead of their name. This part is incomplete and
7208         supports only the 18Fxx2 devices. Other devices will emit an error
7209         during assembly since they do not contain the same set of config
7210         registers
7211         * _pic16_genIVT: is modified,
7212
7213         * pcode.c: added definitions for some hardware registers that are needed
7214         for stack support
7215         * added flag is2LitOp and variable pci_magic in pCodeInstruction.
7216         All PCI entries are updated. Now LFSR is supported.
7217         * Removed pic16_pciTRIS is mentioned by mdubuc in source
7218         * added pic16_newpCodeOpLit2 to support instructions with
7219         two literal arguments
7220         * pic16_pCode2str: corrected code that emits assembler instructions
7221         with two literal operands and those that have an access bit modifier
7222         * genericPrint: now PC_ASMDIR pCodes, can emit a label if it exists,
7223         this fixes a bug which caused some labels to be lost, when an
7224         assembler directive was added, i.e. banksel,
7225         * pic16_FixRegisterBanking: improved logic that causes the insertion
7226         of bank switching,
7227         * InlineFunction: functions that are called once, are not any more
7228         inlined. This can be a port option in the future,
7229
7230         * pcode.h: added pCodeOpLit2 and added variable label in pCodeAsmDir
7231
7232         * ralloc.c: added pic16_rel_udata and pic16_fix_udata variables which
7233         hold the corresponding uninitialized symbols,
7234         * pic16_allocProcessorRegister: registers have explicit marked the
7235         accessBank field,
7236         * pic16_allocInternalRegister: registers are explicit marked as
7237         not used,
7238         * pic16_writeUsedRegs: pic16_dynDirectBitRegs was missing from the
7239         processing list, so bit registers were lost,
7240         *
7241
7242         * ralloc.h: added field 'accessBank' and original symbol operand
7243         in register definition,
7244         * removed the field isMapped from register definition,
7245
7246         ** Several functions have been removed from various sources:
7247         BanksUsedFlow2,BanksUsedFlow,FixBankFlow,InstructionRegBank,
7248         pic16_addMemRange,pic16_isREGinBank,pic16_dump_map,pic16_dump_cblock
7249         isSFR,validAddress,mapRegister,assignRegister,pic16_assignFixedRegisters
7250         pic16_assignRelocatableRegisters
7251
7252         ** others have been introduced:
7253         pic16_areRegsSame,pic16_dump_section,checkAddReg,pic16_groupRegistersInSection
7254         pic16_popGetLit2,pic16_popCombine2,pushw,pushaop
7255
7256 2004-01-05 Vangelis Rokas <vrokas AT otenet.gr>
7257
7258         * support/scripts/inc2h.pl: changed definition of BIT_AT
7259         to emit 'sbit at' instead of 'bit at'. This was a request.
7260
7261         PIC16 port related preliminary changes:
7262         * gen.c: prefixed function popRegFromString with
7263         pic16_ and all references to it corrected
7264         * pcode.c: all pic16_pc_* hardware registers prefixed
7265         with underscore (_),
7266         pic16_popCopyGPR2Bit(): function sets register wasUsed=1
7267         * ralloc.c: newReg(): when register is REG_SFR then
7268         set address to rIdx,
7269         pic16_allocProcessorRegister(): marks register wasUsed=0
7270         pic16_writeUsedRegs(): added a call to assign processor
7271         registers via pic16_assignFixedRegisters
7272
7273 2004-01-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7274
7275         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c,
7276         as/mcs51/lkmain.c, as/mcs51/lkmem.c: 8051 linker can now pack
7277         variables in unused register banks.  Also the SSEG is placed
7278         wherever there is enough space for it, and IDATA can be anywhere
7279         in internal RAM.  For now compile using -Wl-Y[stack_size].
7280         The mem file is different for this option as well, since it
7281         makes no sense of talking about DSEG lenght.
7282
7283 2004-01-02 Vangelis Rokas <vrokas AT otenet.gr>
7284
7285         * src/SDCClrange.c: fixed bug 869095 that caused segfault
7286         in certain cases, e.g. when ROM assignment, patch provided
7287         from Albert den Haan.
7288
7289 2004-01-01 Bernhard Held <bernhard AT bernhardheld.de>
7290
7291         Many signedness and type propagation fixes:
7292         * src/SDCCicode.c: made geniCodeCast() static
7293         replaced SPEC_ by IS_ (cosmetic)
7294         (operandOperation): fixed div and mod operation
7295         (usualBinaryConversions): added support for promotion of char
7296         (geniCodeMultiply): replaced (unsigned long) by (TYPE_UDWORD)
7297         (geniCodeDivision): replaced (unsigned long) by (TYPE_UDWORD)
7298         (geniCodeAdd): an array index will stay unsigned, even if promoted
7299         from char to int
7300         (geniCodeArray): ditto
7301         * src/SDCCicode.h: made geniCodeCast() static: removed prototype
7302         * src/SDCCsymt.c (computeType): added more support for char;
7303         promotion of char is selectable by promoteCharToInt, fixed signedness
7304         for all cases
7305         (powof2): replaced (unsigned long) by (TYPE_UDWORD)
7306         * src/SDCCsymt.h (powof2): replaced (unsigned long) by (TYPE_UDWORD)
7307         * src/SDCCval (val*): replaced signedness calculation by
7308         computeType()
7309         rearranged if-branches (cosmetic)
7310         (valShift): added warning W_SHIFT_CHANGED
7311         (valCompare): fixed problem with different types
7312         * src/hc08/rallo.c (leastUsedLR): fixed gcc 3.3 warning
7313         * support/regression/tests/literalop.c: added many cases
7314         * support/regression/tests/ast_constant_folding.c: changed finally to
7315         'unsigned int'
7316         * .version: new year, new version: 2.3.7
7317         * src/SDCCmain.c (main): applied patch #866468
7318         * debugger/mcs51/sdcdb.c (parseCmdLine): added -k for ucsim, patch
7319         provided by Scott Bronson
7320         * doc/sdccman.lyx: updated documentation for sdcdb
7321         updated and added chapter tips
7322
7323 2004-01-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7324
7325         * src/SDCCsymt.h: missing from yesterday's commits
7326
7327 2003-12-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7328
7329         * src/SDCC.y (struct_or_union_specifier),
7330         * support/Util/SDCCerr.c,
7331         * support/Util/SDCCerr.h: verify that struct & union tags are used
7332         as declared.
7333
7334 2003-12-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7335
7336         * src/SDCCglobl.h: missing from yesterday's commits
7337
7338 2003-12-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7339
7340         * src/SDCC.y (external_definition, type_specifier2, sfr_reg_bit,
7341         sft_attributes, struct_declaration, parameter_declaration,
7342         type_name, start_block, declaration_list),
7343         * src/SDCC.lex (check_type): support redefinition of typedef names
7344
7345 2003-12-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7346
7347         * src/mcs51/gen.c (genPlus): added special handling for 256 byte
7348         aligned xdata arrays. Erik helped me with the if clause.
7349
7350 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7351
7352         * device/lib/ds390/tinibios.c (CpuSpeed): suppress unreachable code
7353         warning
7354
7355 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7356
7357         * src/SDCCast.h,
7358         * src/SDCCast.c (newAst_),
7359         * src/SDCCicode.h,
7360         * src/SDCCicode.c (ast2iCode, newiCode),
7361         * src/SDCCglobl.h,
7362         * src/SDCC.y (logical_and_expr, logical_or_expr, conditional_expr,
7363         expr, statement, expression_statement, selection_statement,
7364         iteration_statement, expr_opt, jump_statement): foundation for tracking
7365         sequence points
7366         * src/SDCCopt.c (killDeadCode): fixed bug #861580 (needs the sequence
7367         point code too)
7368
7369 2003-12-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7370
7371         * support/Util/SDCCerr.c,
7372         * src/SDCCast.h,
7373         * src/SDCCast.c (createCase, createDefault, decorateType),
7374         * src/SDCClabel.c (labelUnreach),
7375         * src/SDCC.y (labeled_statement, jump_statement): More improvements
7376         to error messages.
7377         * support/Util/SDCCerr.c (werrorfl): fixed a non-standard declaration
7378         (with thanks to Stas Sergeev)
7379         * device/include/time.h,
7380         * device/lib/time.c (CheckTime): suppress unreachable code warning
7381
7382 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7383
7384         * src/SDCCast.c (createIvalCharPtr),
7385         * src/SDCCglue.c (printChar): fixed bug #862241 (an error in my fix for
7386         bug #753752)
7387         * support/regression/tests/nullstring.c: tests for these two bugs
7388
7389 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7390
7391         * support/Util/SDCCerr.h,
7392         * support/Util/SDCCerr.c (E_NOT_ALLOWED),
7393         * src/SDCC.y (struct_declaration, struct_or_union_specifier): complain
7394         about storage class and 'at' used inside struct or union
7395         * src/SDCCBBlock.c (iCodeFromeBBlock),
7396         * src/SDCCcse.c (ifxOptimize),
7397         * src/SDCCglue.c (emitRegularMap, initPointer, printIvalStruct,
7398         printIvalArray, printiValFuncPtr, printIvalCharPtr, printIvalPtr,
7399         printIval, emitStaticSeg, emitOverlay),
7400         * src/SDCClabel.c (deleteIfx),
7401         * src/SDCCopt.c (replaceRegEqv, eBBlockFromiCode),
7402         * src/SDCCast.c (resolveSymbols, createIvalStruct, createIvalArray,
7403         gatherAutoInit, processParms),
7404         * support/Util/SDCCerr.h,
7405         * support/Util/SDCCerr.c (werrorfl): Support for better error location
7406         reporting for post-parse errors.
7407
7408 2003-12-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7409
7410         * src/SDCCval.c (valPlus, valMinus, valShift): fixed some problems with
7411         implicit casts via union; they don't work on big endian systems
7412         (possible fix for bug #861138)
7413
7414 2003-12-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7415
7416         (committed by Erik Petrich <epetrich AT ivorytower.norman.ok.us> on Frieder's behalf)
7417         * src/mcs51/main.c: fixed the fix for bug #737001
7418
7419 2003-12-15  Borut Razem <borut.razem AT siol.net>
7420
7421         * support/scripts/sdcc.nsi: updated for NSIS 2.0 beta 4
7422
7423 2003-12-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7424
7425         * support/makebin/makebin.c: put output in binary mode
7426
7427 2003-12-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7428
7429         * src/mcs51/main.c: fixed bug #737001 for the mcs51. SDCC clears
7430         xdata and data memory on startup. Set the environment variable
7431         SDCC_NOGENRAMCLEAR to disable this.
7432         * src/mcs51/peephole.def,
7433         * src/ds390/peephole.def: using the atomic test and clear instruction jbc
7434         (allows non-interrupt and interrupt code to safely compete for a resource
7435         without the non-interrupt code having to disable interrupts)
7436
7437 2003-12-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7438
7439         * src/SDCCicode.c (geniCodeAdd),
7440         * src/SDCCast.c (decorateType): fixed bug #857753 (need to be careful
7441         with valFromType if type might be a pointer and host is big endian).
7442         * src/SDCCast.c (decorateType): unary plus compatible with all arithmetic
7443         types, not just integer types.
7444         * src/SDCCsymt.c (addSymChain): clarified error message when symbol is
7445         multiply defined with mismatching "at" address.
7446
7447 2003-12-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7448
7449         * src/ds390/main.c (PORT tininative_port): fixed bug #858416
7450         * src/SDCCglue.c (printChar, printIvalChar, emitStaticSeg),
7451         * src/SDCCast.c (createIvalCharPtr, stringToSymbol): handle strings
7452         with embedded nulls (fixed bug #753752)
7453
7454 2003-12-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7455
7456         * src/mcs51/main.c(_mcs51_genRAMCLEAR): using r0 instead of r1/r2.
7457         Apparently this did not see much testing (endless loop)
7458
7459 2003-12-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7460
7461         * src/z80/ralloc.c: set DISABLE_PACK_HL = 1 as a temporary fix to bug #855165
7462
7463 2003-12-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7464
7465         * src/SDCCdebug.c (outputDebugSymbols, outputDebugStackSymbols, dumpSymInfo):
7466         gracefully handle NULL memmap pointers
7467
7468 2003-12-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7469
7470         * src/SDCCopt.c (killDeadCode): change iCode type to DUMMY_READ_VOLATILE
7471         instead of deleting the iCode when an operand is volatile
7472         * src/z80/gen.c (genDummyRead),
7473         * src/mcs51/gen.c (genDummyRead),
7474         * src/ds390/gen.c (genDummyRead),
7475         * src/hc08/gen.c (genDummyRead): handle operands in IC_LEFT and/or IC_RIGHT,
7476         not just IC_RIGHT
7477         * src/SDCCicode.c (geniCodeCall): fixed bug #851607
7478         * src/SDCC.y: fixed bug #850420
7479
7480 2003-12-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7481
7482         Applied z80 i/o port patch from Peter Townson and fixed some operators
7483         to better handle operands in A register.
7484         * device/include/z180.h
7485         * src/SDCC.y
7486         * src/SDCCglue.c
7487         * src/z80/gen.c
7488         * src/z80/gen.h
7489         * src/z80/main.c
7490         * src/z80/peeph-z80.def
7491         * src/z80/peeph.def
7492         * src/z80/z80.h
7493
7494 2003-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7495
7496         * src/SDCCsymt.c (addSymChain, compareTypeExact): fixed bug #838241 again
7497
7498 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7499
7500         * device/lib/hc08/_mullong.c: Removed extra #endif
7501
7502 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7503
7504         * sim/ucsim/hc08.src/inst.cc,
7505         * sim/ucsim/hc08.src/hc08mac.h: fixed some problems with CC flag bits and
7506         carries from x to h
7507         * src/hc08/gen.c (aopAdrStr): fixed problem with 16 bit immediate
7508         * src/hc08/gen.c (XAccRsh): fixed problem with right shift
7509         * device/include/stdarg.h: fixed varargs for hc08
7510         * device/lib/Makefile.in,
7511         * device/lib/hc08/Makefile,
7512         * device/lib/hc08/_mulint.c,
7513         * device/lib/hc08/_mullong.c: fixed some endian problems
7514
7515 2003-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7516
7517         * sdcc/src/mcs51/gen.c (genMultOneByte): help peephole 105
7518         * sdcc/src/mcs51/peeph.def: added peephole 186.e array access in code space
7519         * device/lib/_gptrget.c,
7520         * device/lib/_gptrput.c: P2 not used any more (related to #850747, #785979)
7521
7522 2003-11-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7523
7524         * src/SDCClrange.c (findNextUseSym, rlivePoint): fixed bug #849795
7525         * src/SDCCast.c (astErrors): fixed bug #846007
7526         * src/SDCCsymt.c (checkFunction): fixed follow-up bug on bug #846007
7527
7528 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7529
7530         * src/SDCCast.c (decorateType): disabled a transformation I added in
7531         revision 1.188 (access to fields of a structure at an absolute address);
7532         it breaks with bitfields, extern declarations, and gcse analysis.
7533         * src/SDCCopt.c (isLocalWithoutDef): if ADDRESS_OF applied to a symbol, it
7534         could be assigned through a pointer, so don't complain.
7535         * src/SDCCast.c (astErrors),
7536         * src/SDCCast.h,
7537         * src/SDCCglue.c (emitRegularMap): fixed bug #847813
7538
7539 2003-11-26 Vangelis Rokas <vrokas AT otenet.gr>
7540
7541         * src/pic16/main.c (_pic16_genIVT): fixed interrupt vector table
7542         * src/pic16/main.c (_pic16_genAssemblerPreamble): re-enabled the
7543         output of __config directives, since gpasm now supports them
7544         * src/pic16/main.c (_pic16_finaliseOptions): define MCU
7545         pre-processor macro, i.e. -DMCU=p18f452
7546         * src/pic16/ralloc.c: renamed packRegisters to pic16_packRegisters,
7547         and modified to handle 'cast' icode similarly to '=' icode
7548         * src/pic16/device.h (typedef struct PIC_device): added field
7549         'extMIface' to indicate that chip has external memory interface
7550         * src/pic16/device.c: added chips 18F248, 18F258, 18F448, 18F458,
7551         18F6520, 18F6620, 18F6680, 18F6720, 18F8520, 18F8620, 18F8680,
7552         18F8720
7553
7554 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7555
7556         * src/SDCC.y (pointer): fixed bug #846006
7557         * support/Util/SDCCerr.c: made W_PTR_TYPE_INVALID message clearer
7558         * src/SDCCast.c (decorateType): fixed bug #846009
7559         * src/ds390/peeph.def,
7560         * src/ds390/gen.c (genAnd, genOr),
7561         * src/mcs51/peeph.def,
7562         * src/mcs51/gen.c (genAnd, genOr): fixed bug #846777
7563
7564 2003-11-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7565
7566         Fixed several common-sub-expression bugs (#772861, #768380, & #755323)
7567         * src/SDCCdflow.c
7568         * src/SDCCcse.c
7569         * src/SDCCcse.h
7570         * src/SDCCBBlock.h
7571         * src/SDCCBBlock.c
7572
7573 2003-11-23 Klaus Flittner <klaus_flittner AT gmx.de>
7574
7575         fixed bug #845089
7576         * src/SDCCbitv.h,
7577         * src/SDCCbitv.c: added function to free a bitvector
7578         * src/SDCClrange.h,
7579         * src/SDCClrange.c: added function to recompute the liveranges
7580         * src/avr/ralloc.c,
7581         * src/ds390/ralloc.c,
7582         * src/hc08/ralloc.c,
7583         * src/mcs51/ralloc.c,
7584         * src/pic/ralloc.c,
7585         * src/pic16/ralloc.c,
7586         * src/xa51/ralloc.c,
7587         * src/z80/ralloc.c: recompute the liveranges after register packing
7588
7589 2003-11-21 Klaus Flittner <klaus_flittner AT gmx.de>
7590
7591         * src/SDCCloop.c (newInduction): fixed bug #845630
7592
7593 2003-11-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7594
7595         * src/SDCCsymt.c (compareTypesExact): disabled debugging output
7596         inadvertantly left behind from my 2003-11-12 change
7597
7598 2003-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7599
7600         Updated headers I neglected to commit yesterday.
7601         * src/SDCClrange.h,
7602         * src/SDCCicode.h
7603
7604 2003-11-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7605
7606         * src/SDCCcse.c (algebraicOpts): fixed bug #773153
7607         * src/SDCClrange.c (rlivePoint): need to mark IC_RESULT used if POINTER_SET op
7608         * src/SDCCopt.c (eBBlockFromiCode),
7609         * src/SDCClrange.c (hashiCodeKeys, sequenceiCode, computeLiveRanges): seperated
7610         the creation of the key hash table from the sequencing so it can be used
7611         earlier (for some GCSE bug fixes still pending)
7612
7613 2003-11-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7614
7615         * src/mcs51/gen.c (genPlus): generate shortcut for adding 0xab00
7616         * support/regression/tests/addsub.c: testing genPlus shortcut
7617
7618 2003-11-15  Borut Razem <borut.razem AT siol.net>
7619
7620         * src/SDCCmain.c: fixed bug #841645: -MM command line option passed to sdcpp
7621
7622 2003-11-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7623
7624         * src/SDCCcse.c (cseBBlock): fixed bug #527779
7625         * src/SDCCcse.c (deleteGetPointers): rewrote so that the set
7626         ordering is immaterial.
7627         * src/SDCCdflow.c (mergeInExprs): fixed bug #587536
7628
7629 2003-11-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7630
7631         * src/SDCCicode.c (geniCodeAddressOf): fixed part of bug #840381
7632         * src/SDCCopt.c (replaceRegEqv, isLocalWithoutDef): fixed other part
7633         (SIGSEV) of bug #840381
7634         * src/SDCCmain.c (linkEdit, assemble): fixed bug #841606 (don't
7635         unlink new file before rename if new and old filenames are the same)
7636
7637 2003-11-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7638
7639         * src/mcs51/main.c: started fixing bug #737001 (SDCC not clearing
7640         uninitialized variables) for the mcs51. Set environment variable
7641         SDCC_GENRAMCLEAR to test.
7642         xdata initialization slightly shorter
7643
7644 2003-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7645
7646         * src/SDCCsymt.h,
7647         * src/SDCCsymt.c (addSymTypeChain, compareTypesExact): fixed bugs
7648         #838241 & 780691 (basicly the same bug)
7649         * src/SDCCBBlock.c (iCode2eBBlock): fixed bug #840148
7650         * src/SDCCBBlock.c (iCodeFromeBBlock): fixed bug #840162
7651
7652 2003-11-11 Bernhard Held <bernhard AT bernhardheld.de>
7653
7654         * src/SDCCmain.c (linkEdit): "fix" #834252
7655
7656 2003-11-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7657
7658         * src/SDCCast.c (removePostIncDecOps, removePreIncDecOps),
7659         * src/SDCCast.h,
7660         * src/SDCC.y: fixed bug #819403
7661
7662 2003-11-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7663
7664         * support/regression/fwk/lib/testfwk.c: printn is recursive and thus needs
7665         the reentrant attribute.
7666         * src/hc08/gen.c (genPackBits): added missing stack readjustment
7667         * sim/ucsim/hc08.src/inst.cc (inst_mov): fixed bugs with mov instruction
7668         simulation
7669         * src/SDCCast.c (decorateType): fixed bug with storage class not being
7670         updated during pointer dereference; f.e. ~(((char *)1)*) was being
7671         erroneously reduced to a literal.
7672         * src/hc08/ralloc.c (packRegisters, rematStr),
7673         * src/hc08/gen.c (aopForRemat): allow literals to be rematerialized in
7674         some cases
7675
7676 2003-11-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7677
7678         * src/mcs51/main.c: fixed bug #838385. Thanks to Josef Pavlik for finding and fixing
7679         * doc/sdccman.lyx: changed from 'article' to 'book'
7680         * doc/Makefile: readded test_suite_spec and cdbfileformat
7681
7682 2003-11-08 Bernhard Held <bernhard AT bernhardheld.de>
7683
7684         * device/include/stdlib.h: include malloc.h to comply with ANSI
7685         * support/regression/tests/malloc.c: include stdlib.h instead of malloc.h
7686
7687 2003-11-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7688
7689         * doc/Makefile: sdccman.pdf should build with correct references (more info in commit msg)
7690         * doc/clean.mk: also remove *.out files
7691         * doc/sdccman.lyx: some additions, larger top/bottom margins
7692
7693 2003-11-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7694
7695         * src/SDCC.y: fixed bug #837365
7696         * support/regression/tests/bitopcse.c
7697         * src/hc08/gen.c (genPointerGet): Don't assume pointer operand is
7698         a symbol (might be valop instead)
7699         * device/lib/Makefile.in: added errno.c to HC08SOURCES
7700         * device/lib/clean.mk: added hc08 to the cleaning list
7701
7702 2003-11-04  Borut Razem <borut.razem AT siol.net>
7703
7704         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h: reverted changes,
7705           made 2003-11-04
7706         * support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
7707           as/z80/aslist.c, as/z80/assym.c: removed inclusion of nonstandard malloc.h;
7708           malloc is declared in standard stdlib.h
7709
7710 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7711
7712         * device/lib/hc08/Makefile: need to clean .rel not .o files
7713         * src/hc08/gen.c (genDjnz): can't use djnz with extended addressing mode
7714
7715 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7716
7717         * src/port.h,
7718         * src/hc08/main.c,
7719         * src/mcs51/main.c,
7720         * src/ds390/main.c,
7721         * src/z80/main.c,
7722         * src/avr/main.c,
7723         * src/pic/main.c,
7724         * src/pic16/main.c,
7725         * src/xa51/main.c: added hasExtBitOp & oclsExpense functions to ports
7726         * src/SDCCicode.c: changed several IS_FARSPACE tests to isOclsExpensive
7727         tests (which uses the port's oclsExpense function)
7728         * src/SDCC.y,
7729         * src/SDCCast.c,
7730         * src/SDCCicode.c,
7731         * src/hc08/gen.c,
7732         * src/ds390/gen.c,
7733         * src/mcs51/gen.c: added support for the SWAP iCode (RFE #834167)
7734
7735 2003-11-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7736
7737         * src/SDCCcse.c (ifxOptimize),
7738         * src/SDCClabel.c (labelIfx, deleteIfx): When the condition to
7739         an IFX iCode is volatile, convert to DUMMY_READ_VOLATILE instead
7740         deleting the IFX iCode.
7741         * src/hc08/ralloc.c: reduced unneeded slocs
7742         * src/hc08/gen.c: fixed bug in asmopToBoolean
7743
7744 2003-11-04  Borut Razem <borut.razem AT siol.net>
7745
7746         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h,
7747           support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
7748           as/z80/aslist.c, as/z80/assym.c: decision to include malloc.h
7749           transferred to configure
7750
7751 2003-11-03 Bernhard Held <bernhard AT bernhardheld.de>
7752
7753         Use headers defined in the C[++] standards:
7754         * sim/ucsim/gui.src/serio.src/fileio.cc
7755         * sim/ucsim/gui.src/serio.src/frontend.cc
7756         * sim/ucsim/gui.src/serio.src/main.cc
7757         * sim/ucsim/gui.src/serio.src/posix_signal.cc
7758         * support/Util/NewAlloc.c
7759         * as/hc08/lklibr.c
7760         * as/mcs51/lklibr.c
7761         * as/z80/aslist.c
7762         * as/z80/assym.c
7763
7764 2003-11-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7765
7766         * Added MSVC projects for hc08 assembler and linker:
7767         all.dsp, config.dsp, sdcc.dsw, /as/hc08/as_hc08.dsp,
7768         /as/hc08/link_hc08.dsp
7769
7770 2003-11-03 Martin Helmling <Martin.Helmling AT octo-soft.de>
7771
7772         * debugger/mcs51/cmd.c: allows filename starting with digit(+ some debug)
7773
7774 2003-11-02 Bernhard Held <bernhard AT bernhardheld.de>
7775
7776         * src/SDCCmain.c (linkEdit): "fixed" again bug #833605
7777
7778 2003-11-01 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7779
7780         * src/mcs51/main.c: xdata initialization is 13 bytes shorter now
7781
7782 2003-10-31  Borut Razem <borut.razem AT siol.net>
7783
7784         * support/cpp2/cpplib.h,
7785           support/cpp2/cpplib.c,
7786           support/cpp2/cpplex.c,
7787           support/cpp2/cppinit.c: introduced #pragma preproc_asm [ + | - ]
7788           to switch _asm block preprocessing on / off. Default is
7789           #pragma preproc_asm +
7790
7791 2003-10-31  Borut Razem <borut.razem AT siol.net>
7792
7793         * support/cpp2/cpplex.c: Fixed _WIN32 problem with CR-CR-LF sequences
7794           when outputting comment blocks (when executed with -C option) and
7795           _asm (SDCPP specific) blocks
7796
7797 2003-10-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7798
7799         * as/hc08/lkrloc.c (relr): Fixed ihx output, fixed lastAreaIndex warning
7800
7801 2003-10-31 Klaus Flittner <klaus_flittner AT gmx.de>
7802
7803         * src/SDCCcse.c (updateSpillLocation): fixed bug #808027
7804
7805 2003-10-31 Bernhard Held <bernhard AT bernhardheld.de>
7806
7807         * src/SDCCmain.c (linkEdit): "fixed" bug #833605
7808         * src/SDCCast.c (decorateType): fixed bug #832664
7809
7810 2003-10-31  Borut Razem <borut.razem AT siol.net>
7811
7812         * support\cpp2\cpplex.c: fixed for SDCPP:
7813           comments(when executed with -C option) and _asm blocks
7814           were included even if they where in skipped #if block.
7815           Applied solution from GCC cpp 3.3.2
7816
7817 2003-10-31  Borut Razem <borut.razem AT siol.net>
7818
7819         * src/SDCC.lex: sdcc now understands both formats:
7820           '# <line_number> <file_name>' and
7821           '#line <line_number> <file_name>'
7822         * support/cpp2/cppmain.c: sdcpp now generates the standard
7823           '# <line_number> <file_name>' instead of former
7824           '#line <line_number> <file_name>'
7825
7826 2003-10-30  Borut Razem <borut.razem AT siol.net>
7827
7828         * support/cpp2/cpphash.h,
7829         * support/cpp2/cpplib.h
7830         * support/cpp2/cpplex.c,
7831         * support/cpp2/cppmain.c,
7832         * support/cpp2/cppinit.c: fixed bug #828015 - Syntax variation for _asm character constants
7833
7834 2003-10-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7835
7836         Fixed a number of problems revealed by bug #827883.
7837         * src/SDCCloop.c (loopInvariants): Spill location of the
7838         result operand should be recomputed if extracted from
7839         a loop. Also, don't extract assignments of an iTemp
7840         from a literal.
7841         * src/SDCCast.c (isConformingBody): loop reversal should
7842         not occur if the control variable is involved with a
7843         relational operator.
7844
7845 2003-10-28 Bernhard Held <bernhard AT bernhardheld.de>
7846
7847         * .version: bumped to 2.3.6 to reflect the big improvements
7848         made by Erik and Klaus. Thanks!
7849
7850 2003-10-28 Klaus Flittner <klaus_flittner AT gmx.de>
7851
7852         Replaced the livrange code.
7853         * src/SDCClrange.c: added new LR code
7854         * src/SDCCloop.c,
7855         * src/SDCCBBlock.h: removed remainig parts from old LR code
7856         * src/ds390/ralloc.c,
7857         * src/ds390/gen.c: minor fixes to make it work with new code
7858
7859 2003-10-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7860
7861         * as/hc08/asm.h,
7862         * as/hc08/lkrloc.c,
7863         * src/hc08/gen.c,
7864         * src/hc08/ralloc.c: Fix various warnings related to the hc08
7865         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): Fixed bug #829717
7866         (tweaked fix for bug #818696)
7867
7868 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7869
7870         * src/z80/ralloc.c (joinPushes): Fixed bug #828742
7871
7872 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7873
7874         * src/SDCCmain.c,
7875         * sdccconf_in.h: Fixed bug #828387 (--disable-hc08-port didn't work)
7876         * src/mcs51/gen.c (gencjneshort),
7877         * src/ds390/gen.c (gencjneshort): Made comparison with AOP_IMMD operand
7878         more efficient (per Scott Bronson's suggestion)
7879
7880 2003-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7881
7882         Extended the semantics of the critical keyword to include
7883         individual statements. See RFE #827755 and #799831
7884         * src/SDCC.y
7885         * src/SDCCicode.c
7886         * src/SDCCopt.c
7887         * src/SDCCast.c
7888         * support/Util/SDCCerr.c
7889         * support/Util/SDCCerr.h
7890         * src/mcs51/gen.c
7891         * src/ds390/gen.c
7892         * src/hc08/gen.c
7893
7894 2003-10-19  Borut Razem <borut.razem AT siol.net>
7895
7896         * src/SDCC.lex: fixed bug #825944 - defined yytext_ptr to make it compile with flex 2.5.31
7897
7898 2003-10-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7899
7900         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec, ast2iCode):
7901         Fixed bug #818696
7902         * src/SDCCast.c (ast_print): Fixed --dumptree so that preincrement
7903         and predecrement operand is displayed
7904
7905 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
7906
7907         * src/SDCCval.c (valMinus): fixed bug #826041
7908
7909 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7910
7911         Some hc08 related updates that I missed earlier
7912         * sim/ucsim/stypes.h
7913         * support/regression/ports/hc08/spec.mk
7914
7915 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7916
7917         New target "hc08" for the Motorola 68hc08 family of micros
7918
7919         * configure
7920         * configure.in
7921         * Makefile
7922         * src/hc08/*
7923         * src/SDCCmain.c
7924         * src/port.h
7925         * sim/ucsim/hc08.src/*
7926         * sim/ucsim/configure.in
7927         * src/ucsim/configure
7928         * sim/ucsim/packages_in.mk
7929         * as/hc08/*
7930         * as/Makefile
7931         * device/include/mc68hc908qy.h
7932         * device/lib/hc08/*
7933         * device/lib/Makefile.in
7934         * support/regression/ports/hc08/*
7935         * support/regression/Makefile
7936
7937 2003-10-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7938
7939         * src/z80/gen.c: fixed bug revealed by ast_constant_folding.c
7940         regression test
7941         * src/ds390/gen.c (genCast): fixed bug #821957
7942
7943 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
7944
7945         * device/lib/logf.c: "fixed" overlay bug
7946         * support/regression/ports/host/spec.mk: added m library
7947         * support/regression/ports/mcs51-stack-auto/spec.mk: added float funcs
7948         * support/regression/tests/float_trans: added (for Eric)
7949
7950 2003-10-12 Bernhard Held <bernhard AT bernhardheld.de>
7951
7952         * src/mcs51/gen.c (genCpl): fixed bug
7953         http://sf.net/mailarchive/message.php?msg_id=6263915
7954
7955 2003-10-10 Bernhard Held <bernhard AT bernhardheld.de>
7956
7957         * src/SDCCast.c (decorateType): added extended constant folding
7958         * src/SDCCsymt.c (computeType): cleanup
7959         * src/SDCCval.c (valShift): minor optimization
7960         * support/regression/tests/ast_constant_folding.c: added
7961
7962 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7963
7964         * src/SDCCmain.c: removed some unintended changes
7965
7966 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7967
7968         * src/SDCCmain.c (setParseWithComma): fixed bug #816685
7969         * src/z80/gen.c: fixed part of bug #817589
7970         * src/SDCCsymt.c (checkFunction): fixed bug #817895
7971
7972 2003-10-08 Bernhard Held <bernhard AT bernhardheld.de>
7973
7974         Replaced cast (void **) with (void *) to avoid gcc 3 warning:
7975         * src/SDCCcflow.c
7976         * src/SDCCcse.c
7977         * src/SDCCdflow.c
7978         * src/SDCClabel.c
7979         * src/SDCClrange.c
7980         * src/SDCCmem.c
7981         * src/SDCCopt.c
7982         * src/SDCCpeeph.c
7983         * src/SDCCset.c
7984         * src/avr/ralloc.c
7985         * src/ds390/ralloc.c
7986         * src/izt/ralloc.c
7987         * src/mcs51/ralloc.c
7988         * src/pic/ralloc.c
7989         * src/pic16/ralloc.c
7990         * src/xa51/ralloc.c
7991         * src/z80/ralloc.c
7992         * src/z80/gen.c: removed unused label "release:"
7993
7994 2003-10-06  Borut Razem <borut.razem AT siol.net>
7995
7996         * src/SDCC.lex: removed definition of unused variables
7997           save_optimize and save_options
7998
7999 2003-10-06 Bernhard Held <bernhard AT bernhardheld.de>
8000
8001         * clean.mk: removed '=' in "-maxdepth=1"
8002         * src/SDCCloop.c: replace LRKLAUS with SDCC_LRKLAUS
8003         * src/SDCClrange.c: replace LRKLAUS with SDCC_LRKLAUS
8004
8005 2003-10-06  Borut Razem <borut.razem AT siol.net>
8006
8007         * src/SDCC.lex, src/SDCC.lex: use dbuf for "_asm" definitions;
8008           my_unput() replaced by unput()
8009
8010 2003-10-05 Bernhard Held <bernhard AT bernhardheld.de>
8011
8012         * src/SDCCloop.c (assignmentsToSym, loopInduction): cast argument of
8013         setToNull() to (void *) to avoid gcc3.x's warning: "dereferencing
8014         type-punned pointer will break strict-aliasing rules"
8015         Old LR behaviour is again default; Klaus' LR can be choosen by
8016         defining the environment variable LRKLAUS
8017         * src/SDCCBBlock.h
8018         * src/SDCCloop.c
8019         * src/SDCClrange.c
8020         * src/ds390/ralloc.c (spillThis): applied Klaus' patch
8021         * clean.mk: fixed removal of files in bin/CVS/
8022         * device/lib/clean.mk: fixed removal of directories small and large
8023         * support/Util/SDCCerr.c: changed W_INT_OVL to ERROR_LEVEL_PEDANTIC
8024         * src/SDCCicode.c,
8025         * src/SDCCval.c: removed superflous test for pedantic
8026
8027 2003-10-05  Borut Razem <borut.razem AT siol.net>
8028
8029         * src/SDCC.lex, support/Util/SDCCerr.c, sdcc/support/Util/SDCCerr.h:
8030           Fixed bug #816692: introduced new ERROR_LEVEL_PEDANTIC warning
8031           message "unmatched #pragma SAVE and #pragma RESTORE"
8032
8033 2003-10-04  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8034
8035         * doc/sdccman.lyx: various additions and updates (interrupts, inline
8036           assembly, critical functions, atomic, nojtbound)
8037
8038 2003-10-04 Bernhard Held <bernhard AT bernhardheld.de>
8039
8040         Applied liferange patch from Klaus Flittner <klaus_flittner AT gmx.de>
8041         * src/SDCCBBlock.h
8042         * src/SDCCloop.c
8043         * src/SDCCloop.h
8044         * src/SDCClrange.c
8045
8046 2003-10-03  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8047
8048         * src/z80/gen.h,
8049         * src/z80/gen.c (aopOp, aopGet, aopPut, genDummyRead),
8050         * src/mcs51/gen.h
8051         * src/mcs51/gen.c (aopOp, aopGet, aopPut, genDummyRead),
8052         * src/ds390/gen.h
8053         * src/ds390/gen.c (aopOp, aopGet, aopPut, genDummyRead),
8054         * src/SDCCicode.c (ast2iCode, geniCodeDummyRead): Fixed bug #663539
8055         * src/SDCCopt.c (killDeadCode): Fixed bugs #663539 & #816705
8056
8057 2003-10-02  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8058
8059         * src/z80/gen.c (genRet): fixed bug #524753
8060         * src/z80/gen.c (genCast): fixed internal error on cast from
8061         pointer to long
8062         * src/z80/gen.c (_saveRegsForCall, emitCall): adapted Johan's
8063         fix for bug #477835 to the z80
8064         * src/z80/gen.c (genZ80code, _vemit2, _emit2): added support
8065         for tracking iCodes in the peephole optimizer for z80
8066
8067 2003-10-01  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8068
8069         * src/SDCCicode.c (geniCodeJumpTable, geniCodeSwitch): fixed
8070         the other part of bug #814548
8071         * src/SDCCpeeph.c (labelInRange): fixed bug #814558
8072
8073 2003-09-30  Bernhard Held <bernhard AT bernhardheld.de>
8074
8075         * src/SDCCcse.c: fixed part of bug #814548
8076
8077 2003-09-28  Borut Razem <borut.razem AT siol.net>
8078
8079         * src/asm.c: rewrite of printILine() to use temporary file instead
8080           a pipe
8081         * src/xa51/main.c: commented out declaration of int rewinds
8082
8083 2003-09-27  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8084
8085         * src/SDCCicode.c (geniCodeJumpTable): Fixed bug #813206
8086
8087 2003-09-26  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8088
8089         * src/SDCCdflow.c (computeDataFlow): Fixed bug #810746
8090         * src/asm.c (printILine): Fixed bug #811015
8091
8092 2003-09-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8093
8094         *link/z80/lklibr.c, as/mcs51/lklibr.c: Improved memory allocation and
8095         freeing.
8096
8097 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8098
8099         * src/z80/gen.c (setupToPreserveCarry): Fixed bug #796955
8100         * src/z80/gen.c (setupPair, genMovePairPair): Fixed setupPair
8101         to correctly handle general case of AOP_PAIRPTR
8102         * src/z80/gen.c (aopGet, aopPut): Generalized AOP_PAIRPTR handling
8103
8104 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8105
8106         * src/mcs51/ralloc.c (fillGaps),
8107         * src/ds390/ralloc.c (fillGaps): fixed bug #810093 (yet another
8108         register positioning bug)
8109
8110 2003-09-21  Bernhard Held <bernhard AT bernhardheld.de>
8111
8112         * device/lib/_fsdiv.c: replaced (1<<31) by (1ul<<31)
8113
8114 2003-09-19  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8115
8116         * src/mcs51/gen.c (loadDptrFromOperand, genFarPointerGet,
8117         genCodePointerGet, genGenPointerGet, genFarPointerSet,
8118         genGenPointerSet): handle AOP_DPTR correctly when loading dptr
8119         (ralloc doesn't intentionally do this now, but perhaps later)
8120         * src/mcs51/ralloc.c (serialRegAssign, fillGaps),
8121         * src/ds390/ralloc.c (serialRegAssign, fillGaps): fixed some
8122         register positioning bugs (Fixed bug #762602 and #795325)
8123         * src/SDCCicode.c (geniCodeDerefPtr): Track output class correctly
8124         (Fixed bug #808779)
8125         * src/z80/gen.c: increased _vemit2's buffer[] to handle long
8126         lines that --i-code-in-asm generates
8127
8128 2003-09-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8129
8130         *link/z80/lklibr.c, as/mcs51/lklibr.c: Fixed Linux segfaults when
8131         trying to fclose a FILE* that was already closed.
8132
8133 2003-09-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8134
8135         * src/SDCCsymt.c (structElemType): fixed bug #808291 (members
8136         of const struct should be treated as if const themselves)
8137
8138 2003-09-18  Bernhard Held <bernhard AT bernhardheld.de>
8139
8140         * src/SDCCval.c (valPlus, valMinus): fixed bug #808337
8141
8142 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8143
8144         * support/librarian/sdcclib.c: Generate correct offsets for libraries with
8145         Unix (/n) and DOS (/r/n) line terminations.
8146
8147 2003-09-17  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8148
8149         * src/SDCCopt.c (cnvFromFloatCast, cnvToFloatCast): fixed
8150         bug #613775
8151
8152 2003-09-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8153
8154         * src/mcs51/gen.c (genFunction, genEndFunction),
8155         * src/ds390/gen.c (genFunction, genEndFunction): Moved save
8156         and restore of EA so that stack offsets to parameters are
8157         correct when using both critical and reentrant/stack-auto.
8158         * src/z80/gen.c (aopOp): removed erroneous assertion about sloc
8159         size (can be triggered in error if sloc is shared between
8160         different sized objects)
8161         * device/include/float.h: fixed macros to explicitly use
8162         unsigned long where needed
8163
8164 2003-09-15  Bernhard Held <bernhard AT bernhardheld.de>
8165
8166         Feature req. 799831: added code to allow nesting of critical functions
8167         * src/mcs51/gen.c (genFunction, genEndFunction)
8168         * src/ds390/gen.c (genFunction, genEndFunction)
8169
8170 2003-09-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8171
8172         * src/SDCCsymt.c (sclsFromPtr),
8173         * src/SDCCsymt.h,
8174         * src/SDCCast.c (decorateType): fixed bug #462971. Also, better
8175         support for standard C idiom of memory mapped variables; for
8176         example, *((xdata int*)0x1234) = 1 is now internally equivalent
8177         to xdata int at 0x1234 tempvar = 1.
8178         * sim/ucsim/z80.src/inst_xd.cc: fixed bug #805483 with patch
8179         provided by Akiya ISHIDA
8180
8181 2003-09-13  Bernhard Held <bernhard AT bernhardheld.de>
8182
8183         * src/SDCCval.c (cheapestVal): reenabled to reduce int to char
8184         * src/SDCCval.c (constVal): added reduction from int to char
8185         * src/SDCCval.c (valMult, valDiv): fixed sign handling
8186         * src/SDCCval.c (valShift): fixed after change of cheapestVal()
8187         * src/SDCCval.c (valCompare): fixed EQ_OP and NE_OP; they have
8188         to ignore the sign
8189         * support/regression/tests/shifts.c: fixed
8190
8191 2003-09-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8192
8193         * src/z80/gen.c (genXor): Fixed bug #805445
8194
8195 2003-09-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8196
8197         Fixed bug #621531 (const & volatile confusion in the type chain).
8198         DCL_PTR_CONST, DCL_PTR_VOLATILE, & IS_PTR_CONST now exclusively
8199         refer to the const or volatile state of the pointer itself.
8200
8201         * src/SDCCast.c
8202         * src/SDCCglue.c
8203         * src/SDCCicode.c
8204         * src/SDCCsymt.c
8205         * src/SDCCval.c
8206         * src/SDCC.y
8207         * src/SDCCsymt.h
8208         * src/pic/gen.c
8209         * src/pic/ralloc.c
8210         * src/pic16/gen.c
8211         * src/pic16/ralloc.c
8212         * support/regression/tests/const.c
8213
8214 2003-09-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8215
8216         When checking for duplicated modules, use absolute paths
8217         instead of relative paths.  Files changed:
8218
8219         * as/mcs51/lklib.c
8220         * link/z80/lklib.c
8221
8222 2003-09-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8223
8224         * src/SDCCicode.c (geniCodeLogic): fixed bug #797572
8225
8226 2003-09-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8227
8228         * device/include/string.h: added size_t typedef, changed
8229         prototypes to use size_t, eliminated separate reentrant and
8230         non-reentrant declarations, added _memmove declaration
8231         * device/lib/_memcpy.c: changed to use size_t instead of int,
8232         changed /4 to >>2 to avoid division library call
8233         * device/lib/_memcmp.c,
8234         * device/lib/_memset.c,
8235         * device/lib/_strncat.c,
8236         * device/lib/_strncpy.c,
8237         * device/lib/_strncmp.c: changed to use size_t instead of int
8238         * device/lib/_memmove.c: new file (fixed bug #772294)
8239         * device/lib/Makefile.in: added _memmove.c
8240         * device/lib/z80/asm_strings.s: fixed bug #772290
8241         * support/regression/tests/bitfields.c: attempt to fix host assertion
8242         failure on amd64-unknown-linux2.2
8243
8244 2003-09-06  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8245
8246         * src/z80/gen.c (aopPut, spillPairReg): fixed bug #800998
8247         * src/z80/gen.c (genFunction, genEndFunction): fixed "bug" #774700
8248         * as/z80/asmain.c (main): fixed bug #801766
8249
8250 2003-09-06  Bernhard Held <bernhard AT bernhardheld.de>
8251
8252         * src/SDCCicode.c (ast2iCode): fixed differences in iCode with different
8253         compilers
8254
8255 2003-09-05  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8256
8257         * src/SDCCast.c (isConformingBody): fixed loop reversal bug
8258         reported in bug #800609
8259
8260 2003-09-04  Vangelis Rokas <vrokas AT otenet.gr>
8261
8262         * Top header beautifications in src/pic16 directory:
8263           device.c, device.h, gen.c, gen.h, genarith.c, glue.c, pcode.c,
8264           pcodeflow.c, pcodeflow.h, pcode.h, pcodepeep.c, pcoderegs.c,
8265           pcoderegs.h, ralloc.c, ralloc.h
8266         * main.c: added top header and GPL license notice
8267         * pcode.c: fixed the if-conditional warning
8268
8269 2003-09-04  Bernhard Held <bernhard AT bernhardheld.de>
8270
8271         * device/lib/_mullong.c: replaced int by short for gcc
8272
8273 2003-08-31  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8274
8275         * src/SDCCpeeph.c (notVolatile, notVolatileVariable): handle IFX
8276         and JUMPTABLE iCodes properly now (worked by accident before)
8277         * src/mcs51/gen.c (leftRightUseAcc),
8278         * src/ds390/gen.c (leftRightUseAcc): handle IFX and JUMPTABLE
8279         iCode properly now. Use getSize instead of nRegs since a & b
8280         aren't part of the nRegs tally.
8281
8282 2003-08-31  Vangelis Rokas <vrokas AT otenet.gr>
8283
8284         * src/pic16/main.c: corrected offsets of interrupt vectors in _pic16_genIVT()
8285         * src/pic16/pcode.c: fix to disable inserting BANKSEL directive
8286           before instructions that use the _STATUS register
8287
8288 2003-08-31  Bernhard Held <bernhard AT bernhardheld.de>
8289
8290         * src/mcs51/gen.c (freeAsmop): fixed off by one in stack offset (AOP_STK)
8291         * src/mcs51/gen.c (genNearPointerSet): added missing opcode for
8292         fetching of the pointer
8293         * src/mcs51/gen.c (genNearPointerGet): added reuse of PREG,
8294         copied from genNearPointerSet()
8295         * src/mcs51/gen.c (genNearPointerGet): don't pop r0/r1, if RESULTONSTACK
8296         * src/mcs51/gen.c: changed order of freeAsmop(left/right/result)-calls.
8297         If they pop r0/r1 they must be called in the opposite order than aopOp().
8298         * device/lib/_mullong.c: fixed for "--model-large --int-long-reent"
8299         (resp. --stack-auto), prepared for --xstack
8300
8301 2003-08-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8302
8303         * doc/sdccman.lyx: reverted tables to those in cvs 1.64
8304
8305 2003-08-28  Bernhard Held <bernhard AT bernhardheld.de>
8306
8307         * device/lib/_startup.c: quick & dirty fix for ds390/ds400;
8308         these ports have their own __sdcc_external_start()
8309
8310 2003-08-26  Bernhard Held <bernhard AT bernhardheld.de>
8311
8312         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
8313         * src/pic/glue.c (pic14printPublics): fixed bug introduced when symbol
8314         type for bits was changed. It resulted in bit variables becoming
8315         global, which is not permitted in PIC 14 assembly output.
8316
8317 2003-08-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8318
8319         * doc/sdccman.lyx: various additions and updates. Rearranged sections
8320
8321 2003-08-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8322
8323         Z80 and MCS51 linkers complaint if a public symbol is defined
8324         in more than one library module:
8325
8326         * as/mcs51/lklib.c
8327         * link/z80/lklib.c
8328         * as/mcs51/Makefile.in
8329
8330 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8331
8332         A few small changes that speed up the peephole optimizer.
8333
8334         * src/SDCCpeeph.c
8335
8336 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8337
8338         Try to make the peephole optimizer smarter by maintaining
8339         an association between the assembly source code and the
8340         iCodes that originated them. Put this information to use
8341         with a new peephole rule condition "notVolatile" so that
8342         the rules can be aggressive yet still safe.
8343
8344         * src/SDCCpeeph.c
8345         * src/SDCCpeeph.h
8346         * src/mcs51/gen.c
8347         * src/mcs51/peeph.def
8348
8349 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8350
8351         Fixed bug #741761
8352
8353         * src/mcs51/gen.c (aopForSym, leftRightUseAcc),
8354         * src/ds390/gen.c (aopForSym, leftRightUseAcc): preserve A and B
8355         if the left or right operand symbols have the accuse flag set.
8356
8357 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8358
8359         Changed the type of the result of the ! (NOT) operator to char;
8360         previously it returned the same type as the source. This allows
8361         us to eliminate all the genFloatNot functions (all of its target
8362         implementations were very buggy) since !float can use the same
8363         code as !long now.
8364
8365         * src/SDCCicode.c (ast2iCode): ! returns char
8366         * src/mcs51/gen.c (genNot, genNotFloat),
8367         * src/ds390/gen.c (genNot, genNotFloat),
8368         * src/z80/gen.c (genNot, genNotFloat),
8369         * src/pic/gen.c (genNot, genNotFloat),
8370         * src/pic16/gen.c (genNot, genNotFloat): eliminated genNotFloat
8371
8372 2003-08-19  Bernhard Held <bernhard AT bernhardheld.de>
8373
8374         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
8375         1. Interrupt would not compile properly. Ensure PCLATH register is saved
8376            during interrupts. Ensure WSAVE is located at a shared bank address.
8377         2. Fixed page selection in some places
8378         3. Fixed BTFSS/C to where necessary use registers directly and not simply
8379            the registers name strings.
8380         4. Fixed "signed / unsigned compare" compiler warnings.
8381         5. The PIC port manages its own allocation of the general purpose
8382            registers, but makes no attempt to reuse them. As a result when
8383            compiling it soon runs out of general purpose registers. Some
8384            additional code was added to the files pcode.c and device.c to walk
8385            through the function call tree and rename the registers so that they
8386            get reused.
8387
8388         * src/pic/device.c
8389         * src/pic/gen.c
8390         * src/pic/glue.c
8391         * src/pic/pcode.c
8392         * src/pic/pcode.h
8393         * src/pic/ralloc.c
8394         * src/pic/ralloc.h
8395         * src/pic/genarith.c: Fixed problems with PIC 14 port in functions
8396         genPlus() & genMinus() when the result is the same as left or right
8397
8398 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8399
8400         * src/z80/gen.c (isUnsplitable, fetchPairLong): fixed bug #770454
8401
8402 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8403
8404         Made bitfield a distinct type from bit so that bitfields
8405         convert as per ANSI C and bits retain their traditional
8406         boolean style behaviour. Implemented bitfield support in
8407         the z80 port.
8408
8409         * src/SDCCsymt.h,
8410         * src/SDCCsymt.c,
8411         * src/SDCCast.c,
8412         * src/cdbFile.c,
8413         * src/mcs51/gen.c,
8414         * src/ds390/gen.c: bit v bitfield split
8415         * src/z80/gen.c: New support for bitfields
8416         * support/regression/tests/bitfields.c: reenabled z80,
8417         added more tests
8418
8419 2003-08-17  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8420
8421         Rules 246.x, 247.x relate to bitfields, the others speed up
8422         access to xdata mapped I/O devices.
8423
8424         * src/mcs51/peeph.def: added 26 peepholes 246.x - 248.x, 180.x
8425
8426 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8427
8428         Cleaned up genPackBits and genUnpackBits and added two helper
8429         functions, emitPtrByteGet & emitPtrByteSet. Added optimizations
8430         for literal assignments in genPackBits (thanks to Frieder for
8431         reminding me).
8432
8433         * src/mcs51/gen.c
8434         * src/ds390/gen.c
8435
8436 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8437
8438         Fixed bug #748310 (pointer to function type mishandled when the
8439         function name is omitted). Also fixed a SIGSEGV when a function
8440         attribute (reentrant, etc) is used on a non-function or on a
8441         function but misplaced before the parameter list.
8442
8443         * src/SDCC.y (abstract_declarator, abstract_declaractor2): fixed
8444         bug #748310
8445         * src/SDCC.y (declarator2_function_attributes): avoided SIGSEGV
8446         * support/Util/SDCCerr.h,
8447         * support/Util/SDCCerr.c: Added func attr misuse error msg
8448
8449 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
8450
8451         Fixed bug #787649 by anonymous
8452         * src/SDCCglue.c (emitRegularMap): added emission of sloc for func ptr
8453         * src/ds390/gen.c (aopForSym): fixed func ptr in sloc
8454
8455 2003-08-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8456
8457         Fixed numerous bitfield problems.
8458
8459         * src/SDCC.y: More bitfield related error checking
8460         * src/SDCCsymt.h,
8461         * src/SDCCsymt.c (compStructSize): fixed bitfield offset calc
8462         * support/Util/SDCCerr.h,
8463         * support/Util/SDCCerr.c: Added & edited some bitfield err msgs
8464         * src/mcs51/gen.c (genPackBits, genUnpackBits): fixed mask bugs
8465         * src/ds390/gen.c (genPackBits, genUnpackBits): fixed mask bugs
8466         * support/regression/tests/bitfields.c: tests added
8467
8468 2003-08-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8469
8470         Made the constant following the "interrupt" keyword optional. If
8471         omitted, the function will not automatically be given an entry
8472         in the interrupt vector table (similar to #pragma NOIV, but
8473         less syntacticly kludgy). The interrupt number is also now
8474         range checked. Also fixed a bug in the high order bit example
8475         in the manual.
8476
8477         * src/SDCC.y
8478         * src/SDCCmem.c
8479         * src/SDCCglue.c
8480         * src/SDCCsymt.h
8481         * support/Util/SDCCerr.c
8482         * support/Util/SDCCerr.h
8483         * doc/sdccman.lyx
8484
8485 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
8486
8487         * src/SDCCcse.c (algebraicOpts): fix bug converting op from value to type
8488         * src/SDCCicode.c (operandOperation): rewritten some ops
8489         (*, ==, unary_minus) to fix possible overflows and to accord with ANSI
8490         * src/SDCCsymt.c (computeType): literals are handled the same way as any
8491         other type
8492         * src/SDCCval.c (cheapestVal): removed, it doesn't accord with ANSI (can
8493         be re-activated by defining REDUCE_LITERALS)
8494         * src/SDCCval.c (constVal): fixed; hex and octal constants can be
8495         unsigned, but are signed by default
8496         * src/SDCCval.c (constVal): rearranged
8497         * src/SDCCval.c (valMod): preliminary fix
8498         * src/SDCCval.c (valCastLiteral): use TYPE_* types
8499         * support/regression/literalop.c: added, work in progress
8500
8501 2003-08-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8502
8503         Generate warnings for useless declarations like "char data;"
8504         that don't do what new users expect.
8505
8506         * src/SDCC.y
8507         * support/Util/SDCCerr.h
8508         * support/Util/SDCCerr.c
8509
8510 2003-08-09  Bernhard Held <bernhard AT bernhardheld.de>
8511
8512         * src/SDCCval.c (valMult): fix overflow detection of negative int
8513
8514 2003-08-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8515
8516         * src/z80/ralloc.c (joinPushes): made compatible with new signedness
8517
8518         Changes to support big endian targets:
8519
8520         * src/ports.h
8521         * src/SDCCglue.c
8522         * src/avr/main.c
8523         * src/ds390/main.c
8524         * src/izt/i186.c
8525         * src/mcs51/main.c
8526         * src/pic/main.c
8527         * src/pic16/main.c
8528         * src/xa51/main.c
8529         * src/z80/main.c
8530
8531 2003-08-06  Bernhard Held <bernhard AT bernhardheld.de>
8532
8533         * src/SDCCval.c (cheapestVal): changed behaviour to the same as constVal()
8534         * device/lib/time.c: fixed warning "integer overflow in expression"
8535
8536 2003-08-05  Bernhard Held <bernhard AT bernhardheld.de>
8537
8538         * src/SDCCval.c (cheapestVal, valueFromLit): use TYPE_* types
8539         * src/SDCCval.c (constVal): changed default to signed; hex and octal
8540         constants are unsigned; added recognition of "u" flag for unsigned
8541         * src/SDCCval.c (valMult): fixed signdness, added warning for overflow
8542         * src/SDCCval.c (valDiv, valMod): fixed signdness
8543         * src/SDCCicode.c (operandOperation): fixed critical typo; fixed
8544         signedness of modulo, left and right shift
8545         * support/Util/SDCCerr.c: added warning "integer overflow in expression"
8546         * support/Util/SDCCerr.h: added warning W_INT_OVL
8547         * src/SDCCast.c (decorateType): fixed gcc3.3 warning
8548         * src/SDCCast.c (ast_print): improved output of constants
8549
8550 2003-08-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8551
8552         Fixed some warnings when building with MSVC:
8553
8554         * as\mcs51\asdata.c
8555         * as\z80\asdata.c
8556         * as\mcs51\asm.h
8557         * as\z80\asm.h
8558         * link\z80\aslink.h
8559         * link\z80\lkdata.c
8560         * link\z80\lkeval.c
8561         * link\z80\lkgb.c
8562         * link\z80\lkihx.c
8563         * link\z80\lks19.c
8564         * link\z80\lksym.c
8565         * support\cpp2\cpplib.c
8566         * src\ds390\gen.c
8567         * src\mcs51\gen.c
8568
8569 2003-08-03  Bernhard Held <bernhard AT bernhardheld.de>
8570
8571         * src/SDCCast.c (constExprTree): fix bug #781827 by Carl Worth <cworth AT isi.edu>
8572
8573 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8574
8575         * support\librarian\clean.mk: Do not remove Makefile.
8576         * support\librarian\Makefile: added.
8577
8578 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8579
8580         Added librarian to MSVC build:
8581         * all.dsp
8582         * sdcc.dsw
8583         * support\librarian\librarian.dsp
8584
8585         'configure' not needed for librarian, removed:
8586         * support\librarian\configure
8587         * support\librarian\configure.in
8588         * support\librarian\config_in.h
8589         * support\librarian\Makefile.in
8590
8591         Hopefully these ones built the librarian and the rest of sdcc properly:
8592         * Makefile
8593         * Makefile.common.in
8594
8595         Messed up 'configure', so revert to previous version:
8596         * configure
8597         * configure.in
8598
8599 2003-07-31  Bernhard Held <bernhard AT bernhardheld.de>
8600
8601         * src/SDCCicode.c (operandOperation): 3. fix, this time for Alpha; ULONG has 64 bits
8602         there, while the mantissa of a double is "only" 53 bits wide.
8603
8604 2003-07-31  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8605
8606         Adding sdcclib to the build.  MSVC project coming soon.
8607         Files added/changed:
8608
8609         * support\librarian\clean.mk
8610         * support\librarian\configure
8611         * support\librarian\configure.in
8612         * support\librarian\config_in.h
8613         * support\librarian\Makefile.bcc
8614         * support\librarian\Makefile.in
8615         * support\librarian\sdcclib.c
8616         * Makefile.bcc
8617         * Makefile
8618         * Makefile.common.in
8619         * configure
8620         * configure.in
8621
8622 2003-07-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8623
8624         Linker now complaints if linked modules have conflicting options, for
8625         example, one compiled using --model-large and another one compiled with
8626         --model-small.  The following files were modified:
8627
8628         * as\mcs51\asdata.c
8629         * as\mcs51\aslink.h
8630         * as\mcs51\asm.h
8631         * as\mcs51\asmain.c
8632         * as\mcs51\asout.c
8633         * as\mcs51\i51pst.c
8634         * as\mcs51\lkdata.c
8635         * as\mcs51\lklibr.c
8636         * as\mcs51\lkmain.c
8637         * as\z80\asdata.c
8638         * as\z80\asm.h
8639         * as\z80\asmain.c
8640         * as\z80\asout.c
8641         * as\z80\z80pst.c
8642         * link\z80\aslink.h
8643         * link\z80\lkdata.c
8644         * link\z80\lklibr.c
8645         * link\z80\lkmain.c
8646         * src\SDCCglue.c
8647
8648 2003-07-28  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8649
8650         *link/z80/aslink.h, link/z80/lklibr.c, as/mcs51/aslink.h,
8651         as/mcs51/lklibr.c: Generate a warning when a library is not found.
8652
8653 2003-07-28  Bernhard Held <bernhard AT bernhardheld.de>
8654
8655         * src/z80/mappings.i: fix _mul[us][int,long] entries
8656
8657 2003-07-26  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8658
8659         *src/SDCCmain.c: do not search for crt0.o when using --nostdlib
8660
8661 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
8662
8663         * src/SDCCicode.c (operandOperation): really fixed problem with bitops
8664         * support/regression/tests/bitopcse.c: added
8665         fixed warning:
8666         * src/avr/gen.c:
8667         * src/pic/gen.c:
8668         * src/pic16/gen.c:
8669         * src/z80/gen.c:
8670         * src/xa51/gen.c:
8671
8672 2003-07-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8673
8674         added support for new library format to z80, gbz80 linkers:
8675         *link/z80/aslink.h
8676         *link/z80/lklex.c
8677         *link/z80/lklib.c
8678         *link/z80/lklist.c
8679
8680 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
8681
8682         * src/SDCCicode.c (operandOperation): fixed problem with bitops and 0xffffffff;
8683         after {double d = 0xffffffff; long l = d;} l will be 0x80000000 (LONG_MIN)
8684
8685 2003-07-23  Bernhard Held <bernhard AT bernhardheld.de>
8686
8687         added DUMMY_READ_VOLATILE:
8688         * src/SDCC.y:
8689         * src/avr/gen.c:
8690         * src/xa51/gen.c:
8691         * src/z80/gen.c:
8692         * src/pic/gen.c:
8693         * src/pic16/gen.c:
8694         * src/mcs51/gen.c:
8695         * src/ds390/gen.c:
8696         * src/SDCCcse.c (algebraicOpts): many improvements
8697         * src/SDCCcse.h: removed algebraicOpts()
8698         * src/SDCCicode.c (picDummyRead): added
8699
8700 2003-07-23  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8701
8702         * as/mcs51/lkmem.c: Changed message "Insufficient DRAM memory" to
8703         "Insufficient space in data memory".
8704
8705 2003-07-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8706
8707         * src/mcs51/gen.c: fixed bug #771358
8708         * src/z80/gen.c: fixed bug #759087
8709
8710 2003-07-20  Bernhard Held <bernhard AT bernhardheld.de>
8711
8712         * src/pic16/glue.c: minor cleanup by Vangelis
8713
8714 2003-07-19  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8715
8716         * device/include/regc515c.h: fixed #758477
8717         * device/lib/_gptrget.c: saving some cycles in generic pointer get
8718         * device/lib/_gptrput.c: saved a few bytes
8719         * my tab spacing is 8, yours too?)
8720         * device/lib/_ser.c: process RX bytes earlier than TX bytes
8721         * device/lib/serial.c: process RX bytes earlier than TX bytes
8722         * src/mcs51/gen.c(genGenPointerGet/Set): removed writing of type after postincrement
8723
8724 2003-07-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8725
8726         * src/z80/gen.c: fixed some right shift bugs (#772726 among them)
8727
8728 2003-07-17  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8729
8730     * link/z80/lklibr.c: fixed bug when there is a '.' in a library path.
8731
8732 2003-07-17  Bernhard Held <bernhard AT bernhardheld.de>
8733
8734         * device/lib/Makefile.in: bad fix, reverted to 1.43
8735
8736 2003-07-16  Bernhard Held <bernhard AT bernhardheld.de>
8737
8738         * device/lib/Makefile.in: added missing z80 object files
8739
8740 2003-07-14  Bernhard Held <bernhard AT bernhardheld.de>
8741
8742         * src/SDCCcse.c (algebraicOpts): CSE fun with &|^ and 0x00/0xff literals
8743         pic16 progress by Vangelis:
8744         * src/SDCCglobl.h:
8745         * src/SDCCmain.c:
8746         * src/pic/Makefile:
8747         * src/pic:
8748         * pic/Makefile:
8749         * pic16/device.c:
8750         * pic16/device.h:
8751         * pic16/gen.c:
8752         * pic16/gen.h:
8753         * pic16/genarith.c:
8754         * pic16/glue.c:
8755         * pic16/main.c:
8756         * pic16/pcode.c:
8757         * pic16/pcode.h:
8758         * pic16/pcodepeep.c:
8759         * pic16/peeph.def:
8760
8761 2003-07-13  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8762
8763     * src/SDCCmain.c, src/SDCCglobl.h: added option --no-std-crt0
8764
8765 2003-07-12  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8766
8767     * sdcc.dsw, all.dsp, link/z80/linkgbz80.dsp, as/z80/as-gbz80.dsp:
8768     added gbz80 build to MSVC project.
8769     * src/SDCCmain.c, src/SDCCglue.c, src/z80/main.c, src/z80/z80.dsp,
8770     link/z80/aslink.h, linkz80.dsp: cleaned up z80 and gbz80 asm files
8771     from 8051 stuff and setup so it links using a .lnk file.
8772
8773 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8774
8775     * support/librarian/sdcclib.c: sdcc librarian.
8776     * as/mcs51/aslink.h, as/mcs51/lklib.c: Support for libraries created
8777     with sdcclib.
8778
8779 2003-07-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8780
8781     * as/mcs51/lkmain.c: properly handle extensions in function afile.
8782
8783 2003-07-02  Borut Razem <borut.razem AT siol.net>
8784
8785         * src/port.h, src/SDCCmain.c, src/pic/glue.h, src/pic/main.c,
8786         src/pic16/glue.h, sdcc/src/pic16/main.c, src/izt/i186.c,
8787         src/izt/tlcs900h.c, src/avr/main.c, src/ds390/main.c, src/mcs51/main.c,
8788         src/xa51/main.c, src/z80/main.c:
8789         virtualization of glue() function: each port has it's own glue function,
8790         which is accessed by do_glue function pointer in PORT.general structure
8791
8792 2003-07-01 Kevin Vigor <kevin AT vigor.nu>
8793
8794         * DS800C400 fun, improved ROM interface and tinibios.
8795
8796 2003-06-27 Kevin Vigor <kevin AT vigor.nu>
8797
8798         * More support for DS80C400. Now includes beginning of interface to ROM.
8799
8800 2003-06-25  Bernhard Held <bernhard AT bernhardheld.de>
8801
8802         * src/mcs51/gen.c (gencjneshort): fixed bug #760345
8803
8804 2003-06-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8805
8806         * as/mcs51/lkaomf51.c: Make sure the size of the last procedure is correct.
8807
8808 2003-06-19  Borut Razem <borut.razem AT siol.net>
8809
8810         * src/z80/main.c: fixed Z80 port again: missing -k library paths in linker command line
8811
8812 2003-06-19  Borut Razem <borut.razem AT siol.net>
8813
8814         * src/SDCCutil.h, src/SDCCutil.c, src/SDCCglobl.h, src/SDCCmain.c, src/z80/main.c:
8815         fixed Z80 port - crt0.o: cannot open.
8816
8817 2003-06-19  Bernhard Held <bernhard AT bernhardheld.de>
8818
8819         * support/Util/MySystem.c (merge_command): revert bad fix
8820
8821 2003-06-18  Borut Razem <borut.razem AT siol.net>
8822
8823         * src/SDCC.lex, src/SDCCmain.c: fixed some warnings, introduced with changes made 15.06.1003
8824
8825 2003-06-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8826
8827         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
8828         option --use-stdout sends errors to stdout instead of stderr.
8829
8830 2003-06-18  Bernhard Held <bernhard AT bernhardheld.de>
8831
8832         * support/Util/MySystem.c (merge_command): quick fix for Linux segfault with \"cmd\" arg
8833
8834 2003-06-15  Borut Razem <borut.razem AT siol.net>
8835
8836         * support/cpp2/sdcc.h: HAVE_DOS_BASED_FILE_SYSTEM defined for _WIN32
8837         * src/SDCC.lex: cloneXxx and copyAndFreeXxx functions for options and optimize stack handling
8838         * src/SDCCglobl.h, src/SDCCmain.c, src/ds390/main.c, src/mcs51/main.c, src/z80/main.c:
8839         fixed width array of pointers replaced with sets;
8840         multiple include and lib paths ared transferred to preprocessor and linker
8841         * src/SDCCset.c, src/SDCCset.h: added function setFromSetNonRev() and mergeSets()
8842         * src/SDCCsymt.c: reimplemented function inCalleeSaveList() by using sets instead
8843         fixed width array of pointers
8844         * src/SDCCutil.c, src/SDCCutil.h: added functions fputStrSet(), appendStrSet(), joinStrSet();
8845         removed functions addToList(), join(), joinn(), pathCharsEquivalent(), pathCharTransform(),
8846         fixupPath(), getPathDifference()
8847         * src/ds390/gen.c, src/mcs51/gen.c: reimplemented function  inExcludeList() by using sets instead
8848         fixed width array of pointers
8849
8850 2003-06-11  Bernhard Held <bernhard AT bernhardheld.de>
8851
8852         * src/pic16/ralloc.c: fix warnings
8853         * src/pic16/pcode.c: fix warning
8854
8855 2003-06-10  Scott Dattalo  <scott AT dattalo.com>
8856
8857          Scott D. for Vangelis Rokas (vrokas AT otenet.gr). I (scott) don't
8858         know all the details, but essentially this set of changes enable
8859         the pic16 port to generate movff instructions and generate assembler
8860         directives,
8861         * src/SDCCmain.c:
8862         * src/pic16/gen.c:
8863         * src/pic16/glue.c:
8864         * src/pic16/pcode.c:
8865         * src/pic16/device.c:
8866         * src/pic16/main.c:
8867         * src/pic16/pcode.h:
8868         * src/pic16/pcoderegs.c:
8869         * src/pic16/ralloc.c:
8870         * src/pic16/ralloc.h:
8871
8872 2003-06-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8873
8874         * support/Util/SDCCerr.c, src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
8875         added option --vc, so sdcc errors and warnings are compatible with
8876         Microsoft Visual Studio.
8877
8878 2003-06-07  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8879
8880         * device/lib/_atof.c, device/lib/Makefile.in, device/include/stdlib.h,
8881           device/lib/libfloat.lib: added atof function.
8882
8883 2003-06-04  Bernhard Held <bernhard AT bernhardheld.de>
8884
8885         * doc/sdccman.lyx: updated to Lyx 1.3
8886         * doc/cdbfileformat.lyx: updated to Lyx 1.3
8887         * doc/test_suite_spec.lyx: updated to Lyx 1.3
8888         * doc/Makefile: added fix for the \tabularnewline problem, thanks to Jesus
8889
8890 2003-06-03  Bernhard Held <bernhard AT bernhardheld.de>
8891
8892         * src/SDCCpeeph.c: separate peepRules2pCode() for pic16 by "Vangelis Rokas" <vrokas AT otenet.gr>
8893
8894 2003-06-02  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8895
8896         * doc/sdccman.lyx: cvs revision keywords, passing pdf information in latex preamble,
8897           additions to the "related tools/documentation" section
8898
8899 2003-06-02  Bernhard Held <bernhard AT bernhardheld.de>
8900
8901         * src/SDCCglue.c (tempfileandname): added check for missing TMP/TEMP/TMPDIR variable
8902
8903 2003-05-29  Bernhard Held <bernhard AT bernhardheld.de>
8904
8905         * src/pic/device.c: added 16F819, patch by "David I. Lehn" <dlehn AT vt.edu>
8906         * src/SDCCcse.c (algebraicOpts): fixed "c * 1"
8907
8908 2003-05-28  Bernhard Held <bernhard AT bernhardheld.de>
8909
8910         * doc/sdccman.lyx: fix double dash and other minor things
8911         * doc/Makefile: fix double dash
8912
8913 2003-05-28  Karl Bongers(patches from Martin Helmling)
8914         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files. Martin adds
8915           condition and ignore commands.
8916
8917 2003-05-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8918
8919         * doc/sdccman.lyx: Changes all over, index improved, smaller margins. The manual
8920           is in parts still quite out of date, I did changes as far as I felt makes sense
8921           for a non-native english speaker.
8922           Please feel free to add to the manual or to correct my changes.
8923         * doc/Makefile: undid touching the date of intermediate tex files.
8924
8925 2003-05-26  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8926
8927         * doc/sdccman.lyx: Manual has an index now
8928
8929 2003-05-25  Bernhard Held <bernhard AT bernhardheld.de>
8930
8931         Finalize muluint/mulsint and mululong/mulslong merging:
8932         * device/lib/_mulint.c
8933         * device/lib/_mullong.c
8934         * device/lib/gbz80/mul.s
8935         * device/lib/gbz80/stubs.s
8936         * device/lib/z80/mul.s
8937         * device/lib/z80/stubs.s
8938         * src/SDCCsymt.c (initCSupport)
8939
8940 2003-05-25  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8941
8942         * as/mcs51/lkaomf51.c: Address space 'z' was missing.
8943         * src/avr/avr.dsp, src/ds390/ds390.dsp, src/mcs51/mcs51.dsp,
8944           src/pic/pic.dsp, src/pic16/pic16.dsp, src/xa51/xa51.dsp,
8945           src/x80/z80.dsp: peep.rul is bigger now, so /Zm1000 is used
8946           instead of /Zm500.
8947
8948 2003-05-25  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8949
8950         * src/mcs51/peeph.def: added rules 244.x, 245.x. Although they pass
8951           the regression tests I'm not brave enough to enable 245.b, 245.c
8952         * doc/sdccman.lyx: added latex preamble for hyperref package.
8953           Using pdflatex this will give you a hyperlinked pdf file with
8954           bookmarks. (prepend '%' before /usepackage if this breaks something)
8955
8956 2003-05-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8957
8958          * doc/sdccman.lyx: updated information about .adb files (fixed bug 742649)
8959
8960 2003-05-22  Bernhard Held <bernhard AT bernhardheld.de>
8961
8962         * src/pic16/pcode.c (pic16_get_op_from_instruction): fixed a gcc 3.x warning
8963
8964 2003-05-21    <johan AT balder>
8965
8966         * src/SDCCglue.c (printIval): fixed bug #739934
8967
8968 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
8969
8970         Applied patch from bug 737905 (renamed yylineo to mylineno):
8971         * src/altlex.c
8972         * src/SDCCast.c
8973         * src/SDCglobl.h
8974         * src/SDCC.lex
8975         * src/SDCCsymt.c
8976         * src/SDCCval.c
8977         * src/pic16/pcode.c: Cleaned warnings
8978         * src/pic16/pcodeflow.c: Cleaned warnings
8979         * src/pic16/pcoderegs.c: Cleaned warnings
8980
8981 2003-05-19  Scott Dattalo  <scott AT dattalo.com>
8982
8983         * src/pic16/pcode.c: Cleaned warnings
8984         * src/pic16/pcodepeep.c: Cleaned warnings
8985         * src/pic16/ralloc.c: Cleaned warnings
8986
8987 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
8988
8989         * doc/sdccman.lyx: fixed bug 739745
8990         * src/pic16/pcode.c (pic16_get_op): fixed warning on alpha
8991
8992 2003-05-18  Bernhard Held <bernhard AT bernhardheld.de>
8993
8994         * src/port.h: removed DEFAULT_PORT, it's not yet pic16 ;-)
8995         it can be defined with CFLAGS when running configure
8996         * src/SDCCmain.c: fixed compiling + linking with object files
8997
8998 2003-05-18  Vangelis Rokas (vrokas AT otenet.gr)
8999
9000         * configure.in: configure for pic16 port,
9001             added --disable-pic16-port
9002         * sdccconf_in.h: added macro OPT_DISABLE_PIC16
9003         * src/SDCCmain.c: linkOptions is changed to set *,
9004             added if/endif conditional macros to remove options help
9005             messages from optionsTable when a port is not configured, added
9006             support for the PIc16 port in the ports table, when executing
9007             the compiler with no port specified on command line, a default
9008             port is selected with the new macro DEFAULT_PORT which is
9009             defined in port.h, in setDefaultOptions() linkOptions is removed
9010             from initialization assignment, since now it is a set,
9011             parseCmdLine uses setParseWithComma for linkOptions, in
9012             linkEdit() linkOptions are accessed with new function indexSet()
9013             which returns the i'th item of a set variable. See SDCCset.c, in
9014             linkEdit() when calling buildCmdLine(), added linkOptions as
9015             last argument. Now users can pass arguments to gplink via the
9016             -Wl option, main() uses pic16glue() to glue up pic16 programs
9017         * src/SDCCpeeph.c: various changes to support pic16
9018         * src/SDCCset.c: added function  void *indexSet(set *, int)  to
9019             return the i'th item of the set
9020         * src/SDCCset.h: added function prototype for indexSet()
9021         * src/SDCCsymt.c: in checkSClass(), added support for PIC16
9022         * src/clean.mk: added pic16 in CLEANALLPORTS variable
9023         * src/port.h: added TARGET_ID_PIC16,TARGET_IS_PIC16 macro,
9024             added macro DEFAULT_PORT
9025         * src/pic/main.c: corrected arguments of gplnk in _linkCmd
9026         * src/pic16/gen.c: bug fix in genCpl(), now the correct code is
9027             generated
9028         * src/pic16/glue.c: commented out some error producing lines
9029         * src/pic16/main.c: __config directives are commented out to stop
9030             gpasm complaining and test the linkage with gplink, _linkCmd and
9031             _asmCmd changed to be more gplink and gpasm friendly
9032         * src/pic16/peeph.def: peep rule 3 is commented out, since it
9033             produced an error when parsed, peep rule 12 is added to utilize
9034             movff, but it is commented out since the pCode does not support
9035             yet a command with 2 address arguments
9036
9037 2003-05-18    <johan AT balder>
9038
9039         * src/ds390/gen.c (genArrayInit): removed obsolete and buggy ARRAYINIT
9040         * src/ds390/main.c (genArrayInit): removed obsolete and buggy ARRAYINIT
9041 2003-05-17  Karl Bongers(apply patches from Martin Helmling)
9042
9043         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files.
9044   Added feature to script commands from file.
9045
9046 2003-05-14  Bernhard Held <bernhard AT bernhardheld.de>
9047
9048         * device/lib/_strtok.c: fixed bug #734355 by Lenny Story and Tim Woodall
9049         * src/SDCCutil.c: include ctype.h for win32
9050
9051 2003-05-13  Bernhard Held <bernhard AT bernhardheld.de>
9052
9053         * src/pic16/*: removed CR from many files, reported by Vangelis Rokas
9054
9055 2003-05-12  Karl Bongers(apply development patches from Martin Helmling)
9056
9057         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,break.c and .h files.
9058   Fixed so you can set breakpoints prior to run, run does not stop
9059   on entry now.  Add tbreak.  Other enhancements and fixes for use
9060   with ddd.
9061
9062 2003-05-12  Borut Razem <borut.razem AT siol.net>
9063
9064         * src/SDCCmain.c: fixed the problem with searching the DATADIR as the last resort on *nix
9065
9066 2003-05-11  Borut Razem <borut.razem AT siol.net>
9067
9068         * src/SDCCutil.c: WIN32 version of getBinPath() calls GetModuleFileName() to determine
9069         the path of bin directory, so that PATH is the only env. variable, which has to be set
9070         in case of standard installation.
9071         * src/ds390/ds390.dsp: increased value of /Zm option to 1000
9072         * src/pic/main.c: add quotes to file name parameters for gplink and gpasm
9073         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx: added --print-search-dirs command line option
9074
9075 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
9076
9077         * src/SDCCmain.c (linkEdit): fixed buffer overflow for gbz80
9078         * support/regression/Makefile: inter-port-clean is no longer nesessary, the
9079         temp files are in the port dir; clean the gen/test directory when
9080         generating new test.c
9081         * support/regression/ports/host/spec.mk: defined OBJEXT for target clean
9082         * support/regression/tests/vaargs.c: fixed gcc 3.3 warning
9083         * support/regression/tests/zeropad.c: added
9084
9085 2003-05-09    <johan AT balder>
9086
9087         * src/SDCCglue.c: fixed bug #597940
9088
9089 2003-05-05  Karl Bongers(apply patches from Martin Helmling)
9090
9091         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
9092   cache sfr, optimize next,step, fix off by one sourceline,
9093   support ddd list function.
9094         * sim/ucsim/cmd.src/newcmd.cc - small fix for sdcdb use.
9095
9096 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
9097
9098         * support/regression/HTMLgen.py: added compare_s2f()
9099         * support/regression/Makefile: redo 1.27
9100         * support/regression/generate-cases.py: redo 1.5
9101
9102 2003-04-30  Bernhard Held <bernhard AT bernhardheld.de>
9103
9104         * support/regression/tests/float.c: workaround 33 bit hex constant
9105         * support/regression/tests/simplefloat.c: fix division for host
9106
9107 2003-04-29  Scott Dattalo  <scott AT dattalo.com>
9108
9109         * src/pic/pcoderegs.c Applied patch from Jim Hawkridge <jim AT jimhawkridge.uk.eu.org>
9110         that tame's the PIC's over-aggressive optimizer.
9111
9112 2003-04-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9113
9114          * src.dsw, link/z80/aslink.h, link/z80/linkz80.dsp: z80 linker
9115          support for MSVC.
9116
9117 2003-04-29  Kevin Vigor <kevin AT vigor.nu>
9118
9119         Initial support for DS80C400. "Hello world" runs on TINIm400
9120         (with polled I/O).
9121
9122 2003-04-28  Karl Bongers(apply patches for Martin Helmling)
9123
9124          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
9125          * Some notes on ddd usage added in debugger/README
9126          Martin Helmling adding more features and fixes for ddd GUI debugger.
9127          Code added for nexti, stepi, up, down, and other adjustments.
9128
9129 2003-04-28  Scott Dattalo  <scott AT DATTALO.COM>
9130
9131         * src/pic/pCodepeep.c non-wildcard asmops are now handled
9132         * src/pic/peeph.def Added two rules to optimize carry manipulation
9133         * src/pic/* removed debug printfs
9134
9135 2003-04-28  Bernhard Held <bernhard AT bernhardheld.de>
9136
9137         * debugger/mcs51/cmd.c: added header newalloc.h
9138
9139 2003-04-26  Bernhard Held <bernhard AT bernhardheld.de>
9140
9141         * as/Makefile: new EXEEXT
9142         * as/z80/Makefile: remove trailing slash of BUILDIR
9143         * as/z80/clean.mk: new EXEEXT
9144         * Makefile.common.in: add to CFLAGS (and others), don't replace it
9145         * support/cpp2/Makefile.in: new EXEEXT
9146         * src/pic/glue.c (pic14emitRegularMap): fixed warning
9147
9148 2003-04-24  Bernhard Held <bernhard AT bernhardheld.de>
9149
9150         Cygwin's gcc always appends .exe: 'gcc -o a a.c' creates a.exe;
9151         EXEEXT was introduced to fix all related problems with targets
9152         "clean", "install" and "uninstall"; a couple of further flaws
9153         especially with "clean" have been fixed too
9154         * as/mcs51/Makefile.in
9155         * as/mcs51/clean.mk
9156         * as/z80/Makefile
9157         * Makefile
9158         * clean.mk
9159         * debugger/mcs51/Makefile.in
9160         * debugger/mcs51/clean.mk
9161         * link/z80/Makefile
9162         * link/z80/Makefile.in
9163         * link/z80/clean.mk
9164         * link/Makefile
9165         * packihx/Makefile.in
9166         * packihx/clean.mk
9167         * sim/ucsim/Makefile
9168         * sim/ucsim/clean.mk
9169         * sim/ucsim/avr.src/Makefile.in
9170         * sim/ucsim/avr.src/clean.mk
9171         * sim/ucsim/s51.src/Makefile.in
9172         * sim/ucsim/s51.src/clean.mk
9173         * sim/ucsim/xa.src/Makefile.in
9174         * sim/ucsim/xa.src/clean.mk
9175         * sim/ucsim/z80.src/Makefile.in
9176         * sim/ucsim/z80.src/clean.mk
9177         * sim/ucsim/main_in.mk
9178         * sim/ucsim/packages_in.mk
9179         * sim/ucsim/gui.src/Makefile.in
9180         * sim/ucsim/gui.src/serio.src/Makefile.in
9181         * sim/ucsim/gui.src/serio.src/clean.mk
9182         * src/Makefile.in
9183         * src/clean.mk
9184         * support/cpp2/Makefile.in
9185         * support/cpp2/clean.mk
9186         * support/makebin/Makefile
9187         * support/makebin/clean.mk
9188         * support/scripts/sdcc_mingw32: --program-suffix no longer needed
9189         * doc/sdccman.lyx: --program-suffix no longer needed
9190
9191 2003-04-23  Karl Bongers(apply patches for Martin Helmling)
9192
9193          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,..
9194          Martin Helmling added support for ddd GUI debugger.
9195          Code added to display assembly, set variables, and other commands
9196          to interface to ddd.
9197
9198 2003-04-23  Bernhard Held <bernhard AT bernhardheld.de>
9199
9200         * as/Makefile: fix target clean
9201         * as/clean.mk: fix target clean
9202         * as/z80/clean.mk: fix target clean
9203
9204 2003-04-22  Bernhard Held <bernhard AT bernhardheld.de>
9205
9206         * Makefile.common.in: added  AT EXEEXT AT
9207         * configure.in: removed all mingw32 stuff
9208         * configure: rebuilt from configure.in
9209         * doc/sdccman.lyx: updated section "installation"
9210         * support/scripts/sdcc_mingw32: adapted to configure
9211         * support/scripts/sdcc_cygwin_mingw32: added
9212
9213 2003-04-22  Scott Dattalo  <scott AT dattalo.com>
9214
9215         * src/pic Added object file support for the PIC port
9216         * src/pic Applied patch from Craig Franklin (this started the object file support)
9217         * src/regression Updated the PIC regression tests for object files
9218
9219 2003-04-20  Borut Razem <borut.razem AT siol.net>
9220
9221         * sdcc/as/mcs51/lklex.c: make getfid() more robust and fixed gcc warning:
9222           lklex.c: In function `getfid':
9223           lklex.c:203: warning: array subscript has type `char'
9224         * src/SDCCglobl.h: small change in stack handling macros, to avoid crash when compiled
9225           with MSVC with global optimization enabled (probably an cl compiler bug ;-)
9226         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added function fatal(), called from
9227           stack handling macros
9228
9229 2003-04-19  Borut Razem <borut.razem AT siol.net>
9230
9231         * "handling space characters in file path" task:
9232         * src/SDCCmacro.c: fixed bug in handlig quote at the end of line
9233         * support/Util/BuildCmd.c: define par as NULL if parameter value is invalid
9234         * support/Util/MySystem.h: make it self-sufficient
9235         * src/avr/main.c, src/ds390/main.c, src/mcs51/main.c, src/pic/main.c, src/xa51/main.c,
9236           src/z80/main.c, sdcc/as/mcs51/lklex.c:
9237           handling space characters in file path
9238         * src/SDCCmain.c: introduced setDataPaths() function, {datadir} macro
9239           (it will be used by assemblers, which have their own includes, e.g. gpasm)
9240         * support/Util/MySystem.c: handling space characters in executable's path
9241
9242 2003-04-19  Bernhard Held <bernhard AT bernhardheld.de>
9243
9244         * as/z80/Makefile: fix permanent rebuild of z80
9245         * sim/ucsim/gui.src/Makefile.in: target "install" builds the same packages as target "all"
9246         * support/regression/tests/bitfields.c: added Johan's bitfields.c
9247
9248 2003-04-18      Kevin Vigor <kevin AT vigor.nu>
9249
9250         * src/SDCCopt.c: add special case optimization to replace modulo by
9251           a power of two with a bitwise AND.
9252
9253 2003-04-18    <johan AT balder>
9254
9255         * src/mcs51/gen.c (getFreePtr): fixed bug #635354
9256
9257 2003-04-17    <johan AT balder>
9258
9259         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #716790 and removes lot's of redundant register usage around function calls
9260         * src/mcs51/ralloc.c (packRegisters): fixed bug #720667
9261
9262 2003-04-13  Borut Razem <borut.razem AT siol.net>
9263
9264         * doc/sdccman.lyx: updated info about #pragma SAVE/RESTORE nesting
9265         * configure.in, configure: fixed problems on cygwin/WinCVS environmet with ports.* line endings;
9266           fixed mingw problem in adl_NORMALIZE_PATH
9267
9268 2003-04-12  Borut Razem <borut.razem AT siol.net>
9269
9270         * fixed "#pragma SAVE/RESTORE can not be nested":
9271         * src/SDCC.lex: reworked pragma handling functions
9272         * sdcc/src/SDCCglobl.h: reworked stack handling macros
9273         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added E_STACK_VIOLATION error
9274
9275 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
9276
9277         * src/SDCCutil.c (pathEquivalent): defined but not used
9278         * debugger/mcs51/sdcdb.c: replace SDCC_LIB_DIR
9279         * configure.in: remove sdcc_datadir, sdcc_lib_dir and sdcc_include_dir
9280         * configure: rebuilt from configure.in
9281         * sdccconf_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
9282         * sdcc_vc_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
9283         * device/include/Makefile.in: replace sdcc_datadir
9284         * device/lib/Makefile.in: replace sdcc_datadir
9285         * Makefile.common.in: add LDFLAGS from configure
9286         * packihx/Makefile.in: use LDFLAGS
9287         * src/Makefile.in: use LDFLAGS
9288         * support/cpp2/Makefile.in: add LDFLAGS from configure
9289         * support/makebin/Makefile: use LDFLAGS
9290         * .version: bumped version number to 2.3.5
9291
9292 2003-04-12  Borut Razem <borut.razem AT siol.net>
9293
9294         * completed "different paths" task:
9295         * src/SDCCmacro.c: fixed bug in handling quotes
9296         * src/SDCCutil.c, src/SDCCutil.c: rewritten getPrefixFromBinPath()
9297         * src/SDCCmain.c: _discoverPaths() replaced with setBinPaths(), setIncludePath() and setLibPath()
9298
9299 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
9300
9301         * src/pic/pcoderegs.c (Remove1pcode): fix warning on alpha
9302
9303 2003-04-11 kevin Vigor <kevin AT vigor.nu>
9304
9305         * ds390/gen.c ds390/peeph.def: fix bug 706781
9306
9307 2003-04-11  Borut Razem <borut.razem AT siol.net>
9308
9309         * support/Util/dbuf.c, support/Util/dbuf.h: update to version 1.1.1 - re-added C++ stuff to make it still more portable
9310
9311 2003-04-10  Scott Dattalo  <scott AT dattalo.com>
9312
9313         * src/pic/* Applied the pointer-to-function patch from Steve Tell.
9314         * src/pic/* Fixed several pointer bugs. (PIC port broke when the ruonly bit was
9315          set - this bit used to not be set...).
9316         * src/pic/gen.c Fixed buf 609268 ==> x = (x+1) & 0xf; generated
9317           bad code in PIC Port
9318         * src/regression/and2.c added to test bug 609268
9319         * src/regression/Makefile added and2.c to regression test
9320
9321
9322 2003-04-08    <johan AT CP255758-A>
9323
9324         * src/mcs51/gen.c (gen51Code): display reg usage in --icode-in-asm
9325         * src/mcs51/ralloc.c (serialRegAssign): update the registers in use and save some slocs
9326         * src/SDCCicode.h: added riu to show the register usage in --icode-in-asm
9327
9328 2003-04-07  Bernhard Held <bernhard AT bernhardheld.de>
9329
9330         * configure.in: fully support prefix, exec_prefix, datadir, docdir;
9331         fix bug #487815
9332         * support/cpp2/Makefile.in: fix bug #487815
9333         * configure: rebuilt from configure.in
9334         * Makefile.common.in: docdir changed, new path suffixes
9335         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
9336         * sdcc_vc_in.h: reflect changes from sdccconf.h
9337         * src/SDCCglobl.h: remove *SEPARATOR_CHARS, they are now in sdccconf.h
9338         * src/SDCCutil.h: remove BINDIR hack
9339         * doc/sdccman.lyx: update new path hierarchy
9340
9341 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
9342
9343         * src/SDCCpeeph.c: added okToRemoveSLOC test
9344
9345 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
9346
9347         * device/lib/printf_fast.c: added leading zero format ("%06d", etc)
9348
9349 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
9350
9351         * src/SDCCpeeph.c: added labelIsReturnOnly test
9352         * src/mcs51/peeph.def: Peephole 244: replace ljmp to ret with ret
9353
9354 2003-04-05    <johan AT balder>
9355
9356         * src/SDCCcse.c (cseAllBlocks): fixed bug #460088
9357         * src/SDCCloop.c (DEFSETFUNC): fixed bug #460088
9358         * src/SDCCopt.c (eBBlockFromiCode): fixed bug #460088
9359         * src/SDCCast.c: fixed a warning
9360         * src/SDCCast.h: fixed a warning
9361         * src/SDCCicode.c (operandFromAst): fixed a warning
9362
9363 2003-04-04    <johan AT balder>
9364
9365         * src/SDCCloop.c (DEFSETFUNC): undid the fix for bug #519584
9366         * src/SDCCast.c (decorateType): fixed bug #715076
9367         * src/SDCC.y: fixed bug #702907
9368
9369 2003-04-03    <johan AT balder>
9370
9371         * device/lib/_mulint.c (_muluint): new #pragma LESS_PEDANTIC
9372         * src/SDCCopt.c (eBBlockFromiCode): new #pragma LESS_PEDANTIC
9373         * src/SDCCglobl.h (PRAGMA_LESSPEDANTIC): new #pragma LESS_PEDANTIC
9374         * src/SDCC.lex (doPragma): new #pragma LESS_PEDANTIC
9375         * src/SDCCmain.c (parseCmdLine): new #pragma LESS_PEDANTIC
9376
9377 2003-04-03  Bernhard Held <bernhard AT bernhardheld.de>
9378
9379         * _decdptr.c: fix return values
9380         * _gptrget.c: fix return values
9381         * _gptrgetc.c: fix return values
9382         * _gptrput.c: fix return values
9383         * _mulint.c: fix return values
9384         * as/z80/Makefile: fix 'make -j' problem
9385
9386 2003-04-02  Bernhard Held <bernhard AT bernhardheld.de>
9387
9388         * Makefile.common.in: unused PORT, SCC and SAS removed, fixed docdir
9389         * configure.in: big cleanup, updated to autoconf 2.5x
9390         * configure: rebuilt from configure.in
9391         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
9392         * sdcc_vc_in.h: reflect changes from sdccconf.h
9393         * doc/Makefile: fixed a flaw in "make install"
9394
9395 2003-04-02    <johan AT balder>
9396
9397         * src/ds390/gen.c (genCmp): no comments
9398         * src/mcs51/gen.c (genCmp): no comments
9399         * src/SDCCopt.c (eBBlockFromiCode): detect missing return values
9400         * src/SDCCast.c (ast_print): fixed the function type in --dumptree
9401
9402 2003-04-01  Bernhard Held <bernhard AT bernhardheld.de>
9403
9404         * support/regression/generate-cases.py: place generated file in given sub directory
9405         * support/regression/ports/host/spec.mk: prevent removal of testfwk.o
9406         * support/regression/Makefile: improvements for 'make -j';
9407         side effect: it's simpler and faster now
9408
9409 2003-03-31  Borut Razem <borut.razem AT siol.net>
9410
9411         * src/z80/main.c: link-{port} and as-{port} defined without path
9412         * src/src.dsp: support/Util/MySystem.h and src/SDCCutil.h added to project
9413
9414 2003-03-31  Bernhard Held <bernhard AT bernhardheld.de>
9415
9416         * Makefile, src/Makefile.in: add dependencies, so that 'make -j' works
9417
9418 2003-03-30  Borut Razem <borut.razem AT siol.net>
9419
9420         * support/Util/BuildCmd.c, support/Util/BuildCmd.h: rewrite buildCmdLine(),
9421           changed type of list parameter to set
9422         * src/ds390/main.c: changed type of parameter asmOptions to set in _tininative_do_assemble()
9423         * src/port.h: changed type of do_assemble() parameter to set
9424         * src/SDCCmain.c: type of asmOptions changed to set, introduced setParseWithComma(),
9425           sdcpp defined without path, removed variable VersionString, introduced set binPathSet,
9426           definition of "cppoutfilename" macro with NULL value in preProcess()
9427         * src/SDCCglobl.h: included "SDCCset.h", added declaration of setParseWithComma()
9428         * src/SDCCglue.c: removed variable VersionString, inroduced spacesToUnderscores()
9429         * support/Util/MySystem.c, support/Util/MySystem.h: rewrite, char *ExePathList[]
9430           replaced with set *binPathSet
9431         * shash_add() deallocates the item, if allready exsists, before adding the new one
9432         * src/SDCCmacro.c: handling macros with empty or NULL values in _evalMacros()
9433
9434 2003-03-30  Scott Dattalo  <scott AT dattalo.com>
9435
9436         * src/pic/gen.c: Commit patch from Steve Tell <tell AT telltronics.org> that fixes
9437           a nested for loop bug in the PIC port
9438         * src/regression/nestfor.c: new regression test file Steve wrote to test nested
9439           for loops
9440
9441 2003-03-29  Bernhard Held <bernhard AT bernhardheld.de>
9442
9443         * support/Util/dbuf.h: remove C++ stuff to make it portable
9444
9445 2003-03-28  Borut Razem <borut.razem AT siol.net>
9446
9447         * src/SDCC.lex: Fix for bug #711240: dynamic buffer handling of C
9448           literal strings in stringLiteral()
9449         * support/Util/dbuf.c, support/Util/dbuf.h: added: dynamic buffer handling
9450         * src/Makefile.bcc, src/Makefile.in, src\src.dsp: added support/Util/dbuf.c
9451           to the project
9452
9453 2003-03-27  Paul Stoffregen <paul AT pjrc.com>
9454
9455         * src/SDCCpeeph.c (pcDistance): accurate byte distance for mcs51
9456
9457 2003-03-26    <johan AT balder>
9458
9459         * src/mcs51/gen.c (saveRegisters): catched symbol abuse
9460         * src/ds390/gen.c (saveRegisters): catched symbol abuse
9461         * src/SDCCast.c (decorateType): fixed " -v < 3"
9462
9463 2003-03-23  Bernhard Held <bernhard AT bernhardheld.de>
9464
9465         * doc/cdbfile.html: removed, replaced by cdbfileformat.lyx
9466         Added Lenny Story's debug infrastructure changes:
9467         * src/Makefile.in:  added new files cdbFile.c and SDCCdebug.c
9468         * src/Makefile.bcc: added new files cdbFile.c and SDCCdebug.c
9469         * src/cdbFile.c: added
9470         * src/SDCCdebug.c: added
9471         * src/SDCCdebug.h: added
9472         * src/SDCCast.c (createFunction)
9473         * src/SDCCglue.c (emitRegularMap, emitStaticSeg, emitOverlay, glue)
9474         * src/SDCCmain.c (parseCmdLine, main)
9475         * src/SDCCmem.c (redoStackOffsets)
9476         * src/SDCCsymt.c (cdbStructBlock, cdbTypeInfo, cdbSymbol, cdbStruct, cdbStructBlock)
9477         * src/SDCCsymt.h
9478         * src/common.h
9479         * src/avr/gen.c (genAVRCode)
9480         * src/ds390/gen.c (gen390Code)
9481         * src/mcs51/gen.c (gen51Code)
9482         * src/pic/gen.c (genpic14Code)
9483         * src/pic/glue.c (pic14emitRegularMap, pic14emitStaticSeg, pic14emitOverlay, picglue)
9484         * src/xa51/gen.c (genXA51Code)
9485         * src/SDCCast.c: fixed "void foo(void){char c; -c < 0;}"
9486
9487 2003-03-22  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9488
9489         * src/mcs51/gen.c (genCodePointerGet): quicker code for bug #700797
9490         * src/mcs51/peeph.def: added rules 177, 241.x to 243, touched 181, 182.x, 193.x
9491
9492 2003-03-22    <johan AT balder>
9493
9494         * src/SDCCicode.c (geniCodeDerefPtr): fixed bug #698231
9495
9496 2003-03-21  Bernhard Held <bernhard AT bernhardheld.de>
9497
9498         * support/scripts/sdcc_mingw32: adapted to configure from autoconf 2.54
9499         * doc/cdbfileformat.lyx: added, written by Lenny Story
9500         * doc/Makefile: added cdbfileformat.lyx
9501         * doc/clean.mk: added cdbfileformat.lyx
9502
9503 2003-03-20  Bernhard Held <bernhard AT bernhardheld.de>
9504
9505         * src/mcs51/peeph.def: fix bug #705773
9506
9507 2003-03-20    <johan AT balder>
9508
9509         An sfr/sbit can have an "at #" AND an initializer
9510         * src/SDCCsymt.c (checkSClass):
9511         * src/SDCCmem.c (allocGlobal):
9512         * src/SDCCmem.c (allocLocal):
9513         * src/SDCCast.c (createBlock):
9514
9515 2003-03-17  Bernhard Held <bernhard AT bernhardheld.de>
9516
9517         * src/ds390/peeph.def: fix bug #704878: added rule 213.b suggested by Jan Rejlek
9518
9519 2003-03-16    <johan AT balder>
9520
9521         Undid the hackup of const and volatile, the problem is much bigger
9522         * src/SDCC.y:1.65
9523         * src/SDCCast.c:1.171
9524         * src/SDCCglue.c:1.138
9525         * src/SDCCicode.c:1.146
9526         * src/SDCCsymt.c:1.150
9527         * src/SDCCval.c:1.65
9528
9529 2003-03-15  Bernhard Held <bernhard AT bernhardheld.de>
9530
9531         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #703541
9532         * src/ds390/gen.c (genAddrOf): fixed bug #704087
9533
9534 2003-03-13    <johan AT balder>
9535
9536         Hackup const and volatile modifiers in type chains a bit:
9537         * src/SDCC.y:1.63
9538         * src/SDCCast.c:1.169
9539         * src/SDCCglue.c:1.136
9540         * src/SDCCicode.c:1.143
9541         * src/SDCCsymt.c1.146
9542         * src/SDCCsymt.h1.59
9543         * src/SDCCval.c:1.63
9544
9545 2003-03-12    <johan AT balder>
9546
9547         * src/SDCCBBlock.h: more LRH debugging junk
9548         * src/SDCCcflow.h: more LRH debugging junk
9549         * src/SDCCloop.c: more LRH debugging junk
9550         * src/SDCC.y (struct_declaration): fixed bug #697590
9551         * src/SDCCsymt.[hc] (cloneSpec): NEVER EVER use this again
9552         * src/ds390/gen.c (aopForRemat): fixed bug #700031
9553         * src/SDCCglue.c (emitStaticSeg): fixed bug #700797
9554
9555 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
9556         * src/SDCCpeeph.c: quit being lazy and made proper fix (peephole
9557         test function names must now match exactly).
9558         * src/SDCCcse.c: added special case in findCheaperOp to allow
9559         extending a short integer. Makes less awful code for bug 700121 test case.
9560
9561 2003-03-11  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9562
9563         * as/mcs51/lkmain.c: Added ASlink-Warning to messages
9564         * as/mcs51/lkaomf51.c: Fixed bug when linking asmblink example
9565
9566 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
9567
9568         * src/SDCCpeeph.c: fix so that operandsNotEqualX functions are
9569         actually called (operandsNotEqual() was called for all
9570         operandsNotEqualX tests).
9571
9572 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
9573
9574         * src/SDCCcse.c: fix findCheaperOp to prevent replacing int types
9575         with shorter literals. Fixes bug 700121.
9576
9577 2003-03-11    <johan AT balder>
9578
9579         * src/SDCCsymt.c (compareType): a (void *) can be assigned to any pointer
9580
9581 2003-03-11  Bernhard Held <bernhard AT bernhardheld.de>
9582
9583         * src/SDCCloop.c (mergeRegions): an evil beast is dead
9584         * src/SDCCmain.c (preProcess): minor cleanup: eliminate preOutName
9585
9586 2003-03-10  Borut Razem <borut.razem AT siol.net>
9587
9588         * src/SDCCmain.c: pipe preprocessor's output
9589         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
9590         * sdcc_vc_in.h: define pclose as _pclose for WIN32
9591         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
9592         which closes all pipes in pipeSet set
9593         * src/SDCCset.c: free deleted item in function deleteSetItem()
9594         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
9595         moved from z80 to src subproject
9596         * .version: increased version number to 2.3.4
9597
9598 2003-03-10  Bernhard Held <bernhard AT bernhardheld.de>
9599
9600         * support/regression/ports/mcs51/spec.mk: increase timeout for CF's sparc to 30s
9601         * support/regression/ports/ds390/spec.mk: increase timeout for CF's sparc to 25s
9602         * support/regression/ports/xa51/spec.mk: fix typo
9603
9604 2003-03-09  Bernhard Held <bernhard AT bernhardheld.de>
9605
9606         * src/SDCCglobl.h: PATH_MAX is already defined in mingw32 headers
9607
9608 2003-03-09  Borut Razem <borut.razem AT siol.net>
9609
9610         * src/SDCCmain.c: pipe preprocessor's output
9611         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
9612         * sdcc_vc_in.h: define pclose as _pclose for WIN32
9613         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
9614         which closes all pipes in pipeSet set
9615         * src/SDCCset.c: free deleted item in function deleteSetItem()
9616         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
9617         moved from z80 to src subproject
9618
9619 2003-03-09  Borut Razem <borut.razem AT siol.net>
9620
9621         * src/SDCCglue.c: re-implemented tempfilename() and tempfile(): using mkstemp() if available
9622         * src/SDCCsymt.h: fixed MSVC and BORLANDC compilation (included SDCCglobl.h instead srccconf.h)
9623         * sdcc_vc_in.h: explicitly undefined HAVE_MKSTEMP which is not available on BORLANDC and MSVC
9624         * src/SDCCset.h: removed inclusion of sdccconf.h or sdcc_vc.h
9625         * src/SDCCglobl.h: unification of WIN32 native definitions
9626
9627 2003-03-09  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9628
9629         * src/mcs51/gen.c: applied in-/dec patch mentioned on sdcc-devel 2003-03-01
9630
9631 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
9632
9633         * src/configure.in:   check for endianess (even while cross-compiling)
9634         * src/configure:      check for endianess (even while cross-compiling)
9635         * src/configure_in.h: check for endianess (even while cross-compiling)
9636         * src/avr/gen.c:        remove old endianess stuff
9637         * src/mcs51/gen.c:      remove old endianess stuff
9638         * src/ds390/gen.c:      remove old endianess stuff
9639         * src/pic/gen.c:        remove old endianess stuff
9640         * src/pic/genarith.c:   remove old endianess stuff
9641         * src/pic/glue.c:       fix endianess check
9642         * src/pic16/gen.c:      remove old endianess stuff
9643         * src/pic16/genarith.c: remove old endianess stuff
9644         * src/pic16/glue.c:     fix endianess check
9645         * src/xa51/gen.c:       remove old endianess stuff
9646         * src/z80/gen.c:        fix endianess check
9647         * src/SDCCglue.c:       fix endianess check
9648         * src/ds390/peeph.def: fix bug 700036
9649
9650 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
9651
9652         * src/SDCCsymt.h: use appropriate data-types on host for SDCC's int and long
9653         * src/configure: find appropriate data-types on host for SDCC's int and long
9654         * src/configure.in: find appropriate data-types on host for SDCC's int and long
9655         * src/sdccconf_in.h: find appropriate data-types on host for SDCC's int and long
9656         * src/xa51/gen.c: use %d, not %ld for 4 byte variables
9657
9658 2003-03-07    <johan AT balder>
9659
9660         Just a big NOOP:
9661                 some minor cleanups before the big shot
9662                 OP_DEFS and OP_USES now use Kevin's protection
9663                 new option --nolabelopt
9664
9665         * src/SDCCBBlock.c:
9666         * src/SDCCast.c,:
9667         * src/SDCCcflow.c:
9668         * src/SDCCcse.c:
9669         * src/SDCCicode.c:
9670         * src/SDCCicode.h:
9671         * src/SDCClabel.c:
9672         * src/SDCCloop.c:
9673         * src/SDCCmain.c:
9674         * src/ds390/ralloc.c:
9675         * src/mcs51/ralloc.c:
9676         * src/pic/ralloc.c:
9677         * src/xa51/ralloc.c:
9678         * src/z80/ralloc.c:
9679
9680 2003-03-06  Bernhard Held <bernhard AT bernhardheld.de>
9681
9682         * src/pic/pcode.c (get_op): fix 64 bit warnings
9683         * src/pic/pcode.c (pCode2str): fix 64 bit warnings
9684         * src/SDCChasht.c (newHashTable): fix 64 bit warnings
9685         * src/SDCCsymt.c (checkTypeSanity): fix 64 bit warnings
9686         * support/regression/tests/malloc.c: fix 64 bit warnings
9687
9688 2003-03-04  Bernhard Held <bernhard AT bernhardheld.de>
9689
9690         * src/mcs51/gen.c (genMinus): fixed bug 696436
9691
9692 2003-03-02  Borut Razem <borut.razem AT siol.net>
9693
9694         * src/SDCCmain.c: added BORLANDC, corrected MSVC in printVersionInfo()
9695
9696 2003-02-26  Bernhard Held <bernhard AT bernhardheld.de>
9697
9698         * configure.in: test for mkstemp
9699         * sdccconf_in.h: add HAVE_MKSTEMP
9700
9701 2003-02-24  Bernhard Held <bernhard AT bernhardheld.de>
9702
9703         * device/include/ctype.h: removed warning while using --stack-auto
9704         * device/include/malloc.h: removed warning while using --stack-auto
9705         * device/include/string.h: removed warning while using --stack-auto
9706
9707 2003-02-23  Borut Razem <borut.razem AT siol.net>
9708
9709         * src/asm.h: corrected assertion in function printILine(): _pipe() was not executed on MSVC,
9710         because NDEBUG is defined (see man assert)
9711         * sdcc_vc_in.h: vsnprintf is defined as _vsnprintf on MSVC
9712
9713 2003-02-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9714
9715         * src/mcs51/gen.c (genUminusFloat): avoided dptr in-/decrement for xdata variables
9716         * src/mcs51/peeph.def: added rule suggested by Gernot Fink, white space/comment changes
9717
9718 2003-02-18  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9719
9720         * src/SDCCpeeph.c: added peephole conditions testing for same arguments
9721         * src/mcs51/peeph.def: added rules 238a-d which remove redundant moves
9722
9723 2003-02-18    <johan AT balder>
9724
9725         * as/mcs51/asmain.c (asmbl): module can start with a digit
9726         * as/z80/asmain.c (asmbl): module can start with a digit
9727
9728 2003-02-16  Bernhard Held <bernhard AT bernhardheld.de>
9729
9730         * sim/ucsim/mkecho: inserted #!/bin/sh for Cygwin, so that it's executable
9731         * src/asm.c: fix pipe() for Mingw32
9732
9733 2003-02-15  Bernhard Held <bernhard AT bernhardheld.de>
9734
9735         * src/SDCCglue.h: make tmpfileNameSet available for preOutName
9736         * src/SDCCmain.c (preProcess): make sure, that preOutName will be deleted;
9737         make -V work again; --c1mode reads now from stdin
9738         * doc/sdccman.lyx: added --c1mode
9739         * support/Util/SDCCerr.c: new messages for c1 mode
9740         * support/Util/SDCCerr.h: new messages for c1 mode
9741         * src/SDCC.lex (checkCurrFile): test if fullSrcFileName is NULL for c1mode
9742
9743 2003-02-15    <johan AT balder>
9744
9745         * src/asm.c: new options: --no-c-code-in-asm and --i-code-in-asm
9746
9747 2003-02-14  Bernhard Held <bernhard AT bernhardheld.de>
9748
9749         * doc/sdccman.lyx: Environment variables, -o and other minor things
9750
9751 2003-02-14    <johan AT balder>
9752
9753         * src/xa51/main.c: before anyone really tries to use it :)
9754
9755         * Install doc's in share/sdcc/doc
9756         * removed some obsolete files
9757         * Do a proper make distclean and uninstall
9758         M Makefile.common.in
9759         R sdccbuild.sh
9760         M as/Makefile
9761         M device/include/Makefile.in
9762         M device/lib/Makefile.in
9763         M doc/sdccman.lyx
9764         M link/Makefile
9765         M sim/ucsim/doc/Makefile.in
9766         M src/clean.mk
9767         R src/avr/peeph.rul
9768         R src/xa51/peeph.rul
9769         M support/cpp2/Makefile.in
9770         M support/makebin/Makefile
9771
9772
9773 2003-02-13  Bernhard Held <bernhard AT bernhardheld.de>
9774
9775         * support/regression/ports/host/spec.mk: use cc as host compiler for max osx
9776
9777 2003-02-10  Borut Razem <borut.razem AT siol.net>
9778
9779         * doc/bccinst.txt, packihx/packihx.c, sdcc_vc_in.h, src/SDCCset.h,
9780         support/cpp2/config.in: Borland C++ build doesn't depend on Cygwin configure
9781         * Bcc.ini, Makefile.bcc, as/mcs51/Makefile.bcc,
9782         device/examples/ds390/tinitalk/Makefile.bcc, packihx/Makefile.bcc,
9783         support/cpp2/Makefile.bcc, src/Makefile.bcc, src/avr/Makefile.bcc,
9784         src/ds390/Makefile.bcc, src/izt/Makefile.bcc, src/mcs51/Makefile.bcc,
9785         src/pic/Makefile.bcc, src/pic16/Makefile.bcc, src/xa15/Makefile.bcc,
9786         src/z80/Makefile.bcc: Borland Makefile cleanup
9787         * as/z80/Makefile.bcc: Added Borland Makefile
9788         * support/cpp2/borland.h: Removed
9789
9790 2003-02-10  Bernhard Held <bernhard AT bernhardheld.de>
9791
9792         * doc/sdccman.lyx: new pragma NOIV by "Johannes Stezenbach" <js AT convergence.de>
9793         * src/SDCC.lex: new pragma NOIV
9794         * src/SDCCglobl.h: new pragma NOIV
9795         * src/SDCCmem.c: new pragma NOIV
9796
9797 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
9798
9799         * src/SDCCmain.c: signal handling is switched off by SDCC_LEAVE_SIGNALS
9800
9801 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
9802
9803         * src/SDCCmain.c: signal handling is switched off by --debug
9804         * doc/Makefile: small fix for install; use clean.mk again
9805         * doc/clean.mk: clean *.pdf and *.html too
9806
9807 2003-02-08  Bernhard Held <bernhard AT bernhardheld.de>
9808
9809         * device/lib/_mulint.c: small fix for large/ds390 --int-long-reent resp. --stack-auto
9810         * device/lib/printfl.c: fix a ds390 bug by making it portable
9811         * src/SDCCsymt.c (initCSupport): fix compile warning on Cygwin
9812         * src/SDCCopt.c (cnvToFloatCast): fix compile warning on Cygwin
9813         * src/SDCCopt.c (cnvFromFloatCast): fix compile warning on Cygwin
9814         * debugger/mcs51/cmd.c: converted multi-line string literals
9815         * sim/ucsim/globals.cc: converted multi-line string literals
9816         * src/SDCCmain.c: introduced signal handler to remove temp files
9817         * doc/Makefile: small tweaks, implement clean
9818         * doc: removed generated files
9819
9820 2003-02-05  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9821
9822         * as/mcs51/aslink.h, as/mcs51/lkihx.c, as/mcs51/lkrloc.c:  Applied
9823         patch from Jan Rejlek <jr AT apex-lib.cz> to fix Bug 677692: "Extended
9824         Address Record is not correctly generated for DS390."
9825
9826 2003-02-02  Borut Razem <borut.razem AT siol.net>
9827
9828         * Makefile.bcc: removed non existing cpp project and non compilable izt project from makefile
9829         * as/mcs51/asm.h: fixed compilation with Borland C
9830         * support/cpp2/Makefile.bcc: added rule to generate auto-host.h
9831         * support/cpp2/auto-host_vc_in.h: fixed compilation with Borland C
9832         * src/mcs51/mcs51a.dsp: corrected misspelled project name from msc51a to mcs51a
9833         * src/avr/Makefile.bcc, src/ds390/Makefile.bcc, src/izt/Makefile.bcc,
9834         src/mcs51/Makefile.bcc, src/pic16/Makefile.bcc, src/xa51/Makefile.bcc,
9835         src/z80/Makefile.bcc: delete $(LIB) only if exist
9836         * src/Makefile.bcc, src/pic/Makefile.bcc:  fixed compilation with Borland C
9837
9838 2003-02-02  Bernhard Held <bernhard AT bernhardheld.de>
9839
9840         * device/include/malloc.h: introduced NULL
9841         * device/include/string.h: introduced NULL
9842         * device/include/stdlib.h: introduced NULL
9843         * device/lib/_memcpy.c: removed NULL
9844         * device/lib/_strcat.c: removed NULL
9845         * device/lib/_strchr.c: removed NULL
9846         * device/lib/_strcmp.c: removed NULL
9847         * device/lib/_strcpy.c: removed NULL
9848         * device/lib/_strcspn.c: removed NULL
9849         * device/lib/_strlen.c: removed NULL
9850         * device/lib/_strncat.c: removed NULL
9851         * device/lib/_strncmp.c: removed NULL
9852         * device/lib/_strncpy.c: removed NULL
9853         * device/lib/_strpbrk.c: removed NULL
9854         * device/lib/_strrchr.c: removed NULL
9855         * device/lib/_strspn.c: removed NULL
9856         * device/lib/_strstr.c: removed NULL
9857         * device/lib/_strtok.c: removed NULL
9858         * device/lib/malloc.c: removed NULL, include own header
9859
9860 2003-02-02    <johan AT balder>
9861
9862         * 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
9863         * support/regression/fwk/lib/testfwk.c: div and mod isn't broken anymore
9864         * regressions ds390/spec.mk and mcs51/spec.mk (timeout): my good old balder isn't fast enough for some tests
9865         * src/z80/gen.c (genZ80Code): added c-lines in asm comments
9866         * as/z80/asm.h (NINPUT): increased for long c-comments in regression tests
9867         * src/z80/gen.c (genRightShiftLiteral): fixed the (char)(-3)>>8 (I think)
9868
9869 2003-02-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9870
9871         * src/SDCCmain.c: Fixed bug 678574: "ds390: ASlink-Error-Stack overlaps
9872         area 'DATA'"
9873
9874 2003-02-01    <johan AT balder>
9875
9876         * src/SDCCval.c (valBitwise): fixed Karl's "2 | (1<<8)"
9877
9878 2003-01-31    <johan AT CP255758-A>
9879
9880         * src/ds390/main.c (_ds390_genAssemblerPreamble): applied Jan Rejlek's >64K startup patch
9881
9882 2003-01-30    <johan AT balder>
9883
9884         * src/SDCCBBlock.c: automatic bug detection
9885         * src/SDCCicode.c: automatic bug detection
9886
9887 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9888
9889         * src/SDCCglobl.h:   now --xram-size 0 works
9890         * src/SDCCmain.c:    now --xram-size 0 works
9891
9892 2003-01-29    <johan AT balder>
9893
9894         * src/almosteverything: changed OP_DEFS and OP_USES from macros to functions to catch symbol abuse (a hot topic in the bug list :)
9895
9896 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9897
9898         * as/mcs51/aslink.h: Added options --xram-size and --code-size
9899         * as/mcs51/lkdata.c: Added options --xram-size and --code-size
9900         * as/mcs51/lkmain.c: Added options --xram-size and --code-size
9901         * as/mcs51/lkmem.c:  Added options --xram-size and --code-size
9902         * src/SDCCglobl.h:   Added options --xram-size and --code-size
9903         * src/SDCCmain.c:    Added options --xram-size and --code-size
9904
9905 2003-01-28  Bernhard Held <bernhard AT bernhardheld.de>
9906
9907         * src/ds390/gen.c: fix deps by replacing <common.h> with "common.h"
9908         * src/SDCC.lex: rename P_OVERLAY to P_OVERLAY_ for cross-gcc 3.2 MINGW32
9909
9910 2003-01-27    <johan AT balder>
9911
9912         * src/SDCC.y: fixed bug #613764
9913
9914 2003-01-26    <johan AT balder>
9915
9916         * src/SDCClrange.c:  fixed Bernhard's "char * code ptr = &c"
9917         * src/SDCCsymt.h: fixed bug #673374
9918         * src/SDCCglue.c: fixed bug #661910
9919         * src/SDCCast.c: fixed bug #458099 and 673374
9920
9921 2003-01-26  Bernhard Held <bernhard AT bernhardheld.de>
9922
9923         * as/mcs51/strcmpi.c: added, provides Aurelien Jarno's as_strcmpi(); strcmpi() is not ANSI
9924         * as/mcs51/strcmpi.h: added
9925         * as/mcs51/asm.h: remove ugly "#define strcmpi strcmp"
9926         * as/mcs51/aslink.h: remove ugly "#define strcmpi strcmp"
9927         * as/mcs51/asmain.c: strcmpi -> as_strcmpi
9928         * as/mcs51/assym.c: strcmpi -> as_strcmpi
9929         * as/mcs51/lkmem.c: strcmpi -> as_strcmpi
9930         * as/mcs51/lknoice.c: strcmpi -> as_strcmpi
9931         * as/mcs51/lksym.c: strcmpi -> as_strcmpi
9932         * as/mcs51/Makefile.aslink: new module strcmpi
9933         * as/mcs51/Makefile.asx8051: new module strcmpi
9934         * as/mcs51/Makefil.bcc: new module strcmpi
9935         * as/mcs51/Makefile.in: new module strcmpi
9936         * sim/ucsim/s51.src/uc390.cc (get_mem_size): make RAM big enough for tinibios
9937
9938 2003-01-26    <johan AT balder>
9939
9940         * src/SDCCglue.c: reverted back to 1.124
9941         * src/SDCCast.c: reverted back to 1.156
9942         * src/mcs51/gen.c (aopGet): applied Frieder's efficiency patch
9943
9944 2003-01-25    <johan AT balder>
9945
9946         * src/SDCCglue.c: A better fix for bug #661910
9947         * src/SDCCast.c: A better fix for bug #661910
9948         * src/SDCCglue.c (emitRegularMap): That was a little too efficient
9949
9950 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
9951
9952         * src/Makefile.in: remove spawn.o
9953         * src/SDCCmain.c: remove spawn.h
9954         * src/SDCCmain.c (printVersionInfo): report MINGW32 instead of UNIX
9955         * src/spawn.c: removed
9956         * src/spawn.h: removed
9957         * support/regression/ports/ds390/spec.mk: link with -r
9958
9959 2003-01-24    <johan AT CP255758-A>
9960
9961         * src/ds390/gen.c (aopOp): fixed bug #667458
9962         * src/SDCCglue.c (emitRegularMap): fixed bug #458099 again
9963         * src/SDCCast.c (createIvalCharPtr): fixed bug #661910
9964         (createIvalCharPtr): an ival doesn't always have a storage class anymore
9965
9966 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
9967
9968         * src/mcs51/peeph.def: better assembler identation by Frieder
9969         * src/mcs51/gen.c: better assembler identation by Frieder
9970
9971 2003-01-22  Bernhard Held <bernhard AT bernhardheld.de>
9972
9973         * as/z80/string.h: removed for gcc 3.2
9974         * support/makebin/makebin.c: #include <string.h> for gcc 3.2
9975         * src/pic/pcode.c (get_op_from_instruction): fix concatenation of string literals with __FUNCTION__ for gcc 3.2
9976
9977 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
9978
9979         * src/SDCCmain.c (linkEdit): rename mem and map files even in case of failure
9980         * src/SDCCpeeph.c (replaceRule): fix bug #663503
9981         * support/regression/Makefile: separate temp files for ports
9982         * support/regression/generate-cases.py: separate temp files for ports
9983         * src/mcs51/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
9984         * src/ds390/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
9985
9986 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
9987
9988         * moved tinitalk to device/examples/ds390
9989
9990 2003-01-14  Bernhard Held <bernhard AT bernhardheld.de>
9991
9992         * as/mcs51/lkmem.c: rflag is for DS390
9993         * src/SDCCglobl.h: removed out_name and options stackOnData, genericPtr
9994         * src/SDCCmain.c (optionsTable, setDefaultOptions): removed --stack-after-data and --generic
9995                          (linkEdit): move mem- and map-files the same way as ihx-files
9996         * src/z80/main.c (_setDefaultOptions): removed --generic
9997         * src/SDCCmain.c (_processC1Arg, parseCmdLine, main): --c1mode works again
9998         * src/SDCCglue.c (createInterruptVect, glue): --c1mode works again
9999         * src/pic/glue.c (picglue): --c1mode works again
10000         * src/pic16/glue.c (pic16glue): --c1mode works again
10001         * src/asm.c (printCLine): fix #660034
10002
10003 2003-01-13  Bernhard Held <bernhard AT bernhardheld.de>
10004
10005         * src/ds390/peeph.def: fix #123; add 14 rules by Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>, 1 by Frieder
10006         * src/mcs51/peeph.def: fix #123; add 14 rules by Fiorenzo, 1 by Frieder
10007         * src/mcs51/gen.c (genFunction): emit r0 instead of ar0 by Fiorenzo
10008         * as/mcs51/lkmem (summary): better fix for sp problem
10009         * src/SDCCglue.c (glue): __start_stack - 1, saves 1 byte!
10010         * src/ds390/main.c (_ds390_finaliseOptions, _tininative_finaliseOptions): stack_loc = 0x400008
10011         * support/regression/ports/*/spec.mk: moving testfwk-object to port dir allow parallel execution of regression tests
10012                                               remove --stack-after-data
10013
10014 2003-01-12  Bernhard Held <bernhard AT bernhardheld.de>
10015
10016         * src/SDCCmain.c (main): port->finaliseOptions() moved for z80 linking
10017         * src/SDCCutil.c (join): ugly bug: missing '\0'
10018         * as/mcs51/lkmem.c (summary): sp on address 7 is safe
10019
10020 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
10021
10022         * src/SDCCmain.c (assemble, linkEdit): preparations for -o
10023         * src/port.h: typo
10024         * src/pic/main.c (_asmCmd): gpasm supports -o
10025         * src/z80/main.c: more general macros
10026         * device/lib/Makefile.in: remove intermediate files
10027
10028 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
10029
10030         * .version: Bumped version number to 2.3.3
10031         * src/SDCCBBlock.c: new option -o
10032         * src/SDCCglobl.h: new option -o
10033         * src/SDCCglue.c: new option -o
10034         * src/SDCCmain.c: new option -o
10035         * src/asm.c: new option -o
10036         * src/ds390/main.c: new option -o
10037         * src/pic/glue.c: new option -o
10038         * src/pic/pcode.c: new option -o
10039         * src/pic/ralloc.c: new option -o
10040         * src/pic16/glue.c: new option -o
10041         * src/pic16/pcode.c: new option -o
10042         * src/pic16/ralloc.c: new option -o
10043         * src/z80/main.c: new option -o
10044         * device/lib/Makefile.in: use -o
10045         * support/regression/ports/ds390/spec.mk: use -o
10046         * support/regression/ports/gbz80/spec.mk: use -o
10047         * support/regression/ports/mcs51/spec.mk: use -o
10048         * support/regression/ports/mcs51-stack-auto/spec.mk: use -o
10049         * support/regression/ports/z80/spec.mk: use -o
10050         * support/regression/ports/ucz80/spec.mk: use -o
10051         * support/regression/ports/xa51/spec.mk: use -o
10052         * support/regression/fwk/lib/timeout.c: fix usage string
10053
10054 2003-01-09  Bernhard Held <bernhard AT bernhardheld.de>
10055         * src/mcs51/gen.c (genPlus): replaced "mov b,acc" by "mov b,a" Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>
10056
10057 2003-01-07    <johan AT balder>
10058
10059         * src/SDCCast.c (decorateType): fixed bug #600035
10060
10061 2003-01-07  Bernhard Held <bernhard AT bernhardheld.de>
10062         * as/mcs51/lkmem.c: added several l-modifiers to printf to remove warnings
10063         * as/mcs51/lkaomf51.c: #include <ctype.h> to remove warnings
10064         * src/pic/main.c (_hasNativeMulFor): outcommented unused variables to remove warnings
10065         * src/pic/pcode.c: outcommented unused variable to remove warnings
10066         * src/pic/ralloc.c: outcommented unused variable to remove warnings
10067
10068 2003-01-06    <karl AT turbobit.com>
10069         * sim/ucsim/cmd.src/command.cc: fixed so "break xram r 0x7654" works again in
10070    regression tests.
10071
10072 2003-01-06    <johan AT balder>
10073
10074         * src/SDCCicode.c: fixed array add
10075
10076 2002-01-05  Bernhard Held <bernhard AT bernhardheld.de>
10077         * src/SDCCmacro.c: MAX_STRING_LENGTH increased to 2048; was too small for regression tests
10078         * support/regression/ports/host/support.c: #include <stdarg.h> for gcc 3.2
10079
10080 2003-01-04    <johan AT balder>
10081
10082         * src/SDCCval.c (getNelements): fixed the initialized array of structures
10083
10084 2002-12-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10085         * as/mcs51/Makefile.bcc: fixed typo lkomf51.o -> lkaomf51.o
10086
10087 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
10088         * src/mcs51/peeph.def: added rules 234 and 235 from Frieder Ferlemann <frieder.ferlemann AT web.de>
10089         * support/regression/tests/bug-524697.c: fit mem usage into 8032
10090
10091 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
10092         * src/mcs51/gen.c (aopGetUsesAcc): inserted missing "return FALSE"
10093
10094 2002-12-27  Bernhard Held <bernhard AT bernhardheld.de>
10095         * as/mcs51/Makefile.in: fixed typo lkomf51.o -> lkaomf51.o
10096
10097 2002-12-26  Bernhard Held <bernhard AT bernhardheld.de>
10098         * src/mcs51/main.c: removed {bindir}{sep} from aslink
10099
10100 2002-12-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10101
10102     * in \sdcc\as\mcs51\ changed these files in order to create an
10103     aomf51 file: aslink.h, lkdta.c, lklex.c, lklibr.c, lklist.c,
10104     lkmain.c.  Also added: lkmem.c and lkaomf51.c.  Changed the
10105     following files to include the previous two files: aslink.dsp,
10106     Makefile.aslink, Makefile.bcc, and Makefile.in.
10107
10108     * Changed \sdcc\src\SDCCmain.c so it creates files with extension
10109     .adb instead of .cdb
10110
10111 2002-11-09  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10112
10113         * \sdcc\as\mcs51\lklist.c: Now reports memory usage using the
10114         value from option --iram-size.
10115
10116 2002-09-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10117
10118         * \sdcc\as\mcs51\lklist.c: added boundary check before using
10119         dram[] array.
10120
10121 2002-09-18    <wiml AT hhhh.org>
10122
10123         * SDCClrange.h: exposed setFromRange() and setToRange()
10124         * mcs51/ralloc.c: fixed over-eager packRegsForSupport() and
10125           packRegsForAccUse() (bug 542397)
10126         * mcs51/gen.c: MOVA() is now a function to avoid calling aopGet()
10127           multiple times and emitting the fetch operations more than once
10128           added aopGetUsesAcc() function to allow binary operators to
10129           fetch their operands in the correct order; made genMinus() emit
10130           compact code for X = LITERAL - Y
10131
10132 2002-09-00  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10133         * \sdcc\as\mcs51\lklist.c: Fixed incorrect number of parameters to
10134         sprintf() in line 1267.
10135
10136 2002-09-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10137         * \sdcc\src\SDCCglue.c: Generate areas REG_BANK_[0-3] only for 8051
10138         like ports.
10139
10140 2002-09-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10141         Changes to aslink (All the changes are marked with 'JCF'):
10142
10143         * \sdcc\as\mcs51\aslink.h: External definition of sflag and
10144         summary().
10145
10146         * \sdcc\as\mcs51\lkarea.c: Computes the size of area BSEG_BYTES from
10147         area BSEG.  Also moves, if possible, the DATA area down into the internal
10148         ram so more space is available.
10149
10150         * \sdcc\as\mcs51\lkdata.c: Definition of memory summary output flag
10151         sflag.
10152
10153         * \sdcc\as\mcs51\lklist.c: For the BSEG area report the size in bits,
10154         not bytes.  Function summary() which creates a memory usage summary
10155         file with extension .mem.  Reports of overlaping stack and small stack
10156         size.  If the space for the stack is less than 16 bytes aslink trows a
10157         warning.
10158
10159         * \sdcc\as\mcs51\lkmain.c: Creation of some of the default areas for
10160         the 8051.  Option 'y' for memory summary output file.
10161
10162         Changes to sdcc (All the changes are marked with 'JCF'):
10163
10164         * \sdcc\src\SDCCglobl.h: External definition of RegBankUsed[4].
10165
10166         * \sdcc\src\SDCCglue.c:  If a register bank is used, creates an
10167         overlaying area for it (uses RegBankUsed[4]).
10168
10169         * \sdcc\src\SDCCmain.c: Definition RegBankUsed[4]; marks register
10170         bank zero as used by default.  By default aslink locates the stack
10171         (equivalent to --stack-after-data).  Pass option 'y' to aslink for
10172         the creation of the .mem file.  Delegates the allocation of data area
10173         to aslink (it is not longer 0x30 by default).  If --stack-loc passes
10174         the begining of the stack area to aslink.
10175
10176         * \sdcc\src\SDCCmem.c:  If a register bank is used, marks it so
10177         glue() in SDCCglue.c creates an area for it.
10178
10179 2002-09-03  Borut Razem <borut.razem AT siol.net>
10180         * sdcc/src/SDCCglue.c, sdcc/src/SDCCglue.h, sdcc/src/SDCCmain.c,
10181         sdcc/src/pic/glue.c:
10182         introduced atexit() handler for teporay files removal in case of
10183         errors, assertions, ...
10184
10185 2002-08-29  Borut Razem <borut.razem AT siol.net>
10186         * sdcc/support/cpp2/auto-host_vc_in.h:
10187         re-definition of O_BINARY and other O_XXX as _O_BINARY and _O_XXX, so the problem
10188         with the returned value from read() in sdcc/support/cpp2/cppfiles.c is solved for MSC.
10189         Maybe there is a similar problem with BORLANDC? It should be checked!
10190
10191         * sdcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c, sdcc/src/z80/ralloc.c:
10192         corrected improper use of assert: the assignment to clr variable was done inside the assert.
10193         In case that NDEBUG was defined, the assert macro was substituted with no-op, so the assignment
10194         was not executed, and the compiler (cl) launched a warning:
10195         ralloc.c(1442) : warning C4700: local variable 'clr' used without having been initialized
10196
10197 2002-08-28  Bernhard Held <bernhard AT bernhardheld.de>
10198         * src/SDCCglue.c (printIvalArray): iterative calculation of array length
10199
10200 2002-08-28  Jesus Calvino-Fraga and Borut Razem <borut.razem AT siol.net>
10201         * sdcc/sdcc.dsw: added sdcpp, sdcppa, yacc, conf projects
10202
10203         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
10204           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp,
10205           sdcc/src/xa51/xa51.dsp, sdcc/src/avr/avra.dsp,
10206           sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
10207           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp,
10208           sdcc/src/xa51/xa51a.dsp, sdcc/as/as_z80.dsp,
10209           sdcc/as/aslink.dsp, sdcc/as/asx8051.dsp, sdcc/packihx/packihx.dsp:
10210         - added Release configuration in VS projects
10211         - review of compiler an linker options
10212         - VC .exe files are generated in bin_vc directory, not to interfere
10213           with binaries generated from other projects (cygwin, mingw, bcc ...)
10214
10215         * sdcc/src/yacc.dsp: added
10216
10217         * sdcc/config.dsp, sdcc/configure_vc.awk, sdcc/sdcc_vc_in.h:
10218         added - genarate sdcc_vc.h using sdcc_vc_in.h as template
10219         and insert the version number definitions from .version
10220
10221         * sdcc/support/cpp2/sdcpp.dsp: added - VC project for sdcpp
10222
10223         * sdcc/support/cpp2/sdcppa.dsp, sdcc/support/cpp2/auto-host_vc_in.h:
10224         added - genarate auto-host.h using auto-host_vc_in.h as template
10225
10226         * sdcc/sdcc_vc.h,
10227         removed from CVS, generated automatically
10228
10229 2002-08-25  Bernhard Held <bernhard AT bernhardheld.de>
10230         * support/scripts/inc2h.pl: use gputils or gpasm (from Nathan Hurst)
10231
10232 2002-08-11  Borut Razem <borut.razem AT siol.net>
10233         * support/Util/NewAlloc.c: removed unneeded #include "sdccconf.h" (suggested by Jesus Calvino-Fraga)
10234
10235 2002-08-10  Borut Razem <borut.razem AT siol.net>
10236         * src/SDCCmain.c (main):
10237         file preOutName was unlinked before closed. This seems to be OK on UNIX and cygwin
10238         platforms, but it doesn't work with Visual Studio: the opened file can not be removed.
10239         The consequence was that some temporary files were not removed.
10240
10241         * src/SDCCglue.c:
10242         unification of code in functions tempfilename() and tempfile():
10243         function tempnam() is defined in Visual Studio 6.0 and .NET
10244
10245         * sdcc/sdcc.dsw: removed project sdcpp, added project xa51a
10246
10247         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
10248           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp:
10249         - removed compiler command line option /WX: Treats all warnings as errors
10250         - update a list of source files, included into the project
10251
10252         * sdcc/src/avr/avra.dsp, sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
10253           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp:
10254         changed project type to Generic Project so that can be correcly converted to VS.NET project
10255
10256         * sdcc/as/mcs51/asm.h: definition of PATH_MAX for MSC
10257
10258         * sdcc/src/SDCCast.c: solved MSC error in function decorateType()
10259
10260         * sdcc/src/SDCC.y: added missing ending ';' to rules to get rid of bison warnings
10261
10262         * dcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c:
10263         added return 0 statements after assert() to make compiler happy
10264
10265         * sdcc/src/xa51/peeph.rul, sdcc/src/xa51/peeph.def, sdcc/src/z80/ralloc.c:
10266         added newline in the def file to keep MSC compiler satisfied
10267
10268         * sdcc/src/z80/gen.c:
10269         - function strcasecmp() is not defined in MSC (and probably also in BORLANDC),
10270           so it is replaced with STRCASECMP, which is defined as stricmp in case of MSC and BORLANDC
10271         - solved MSC error in function aopDump()
10272
10273         * sdcc_vc.h: define PREFIX as "\\sdcc"
10274
10275 2002-07-18  Bernhard Held <bernhard AT bernhardheld.de>
10276         * src/SDCCast.c (decorateType): fixed access to array of structures http://sourceforge.net/mailarchive/forum.php?thread_id=902690&forum_id=4107
10277
10278 2002-06-22  Scott Dattalo <scott AT dattalo.com>
10279         * src/pic/*: Numerous bug fixes. Flow analysis has been enhanced.
10280         - Rewrote the register banking algorithm.
10281         - Added pCode live-range analysis to registers (for now, only non-used and
10282         singly-used registers optimized away)
10283
10284         * src/pic/pcoderegs.[ch]: Added new files for pCode live-range analysis
10285
10286         * 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.
10287
10288 2002-05-10  Scott Dattalo <scott AT dattalo.com>
10289         * src/pic/*: Added support for multiplication. Fixed many,many bugs.
10290
10291 2002-04-22  Michael Hope  <michaelh AT vroom>
10292
10293         * device/lib/z80/printf.c: Changed emitter to volatile to work around a pcall bug.
10294
10295         * configure.in (DD_COPT): Added include support required for gbdk.
10296
10297         * .version: Bumped version number just to increase it.
10298
10299         * src/SDCCmain.c: Added -nostdinc to the default options.
10300
10301 2002-04-15  Michael Hope  <michaelh AT vroom>
10302
10303         * device/lib/z80/printf.c (sprintf): Added.
10304
10305         * src/z80/ralloc.c (packRegisters): Disabled pack HL use for GB as it's broken.
10306
10307         * src/z80/peeph.def: Added transpose redundent load rule.
10308
10309         * src/z80/main.c: Added force callee saves for jaune.
10310
10311         * src/port.h: Removed the i186 and tlcs-900h ports as they weren't being being developed.
10312
10313         * src/SDCCmain.c: Pulled the options definition out so that you can add port specific options without changing the main file.
10314
10315 2002-03-28  Johan Knol  <johan AT balder>
10316
10317         * src/SDCCval.c: fixed bug #532436
10318
10319 2002-03-14  Scott Dattalo <scott AT dattalo.com>
10320         * /src/port.h:
10321         Added "char *Processor" field to the port structure.
10322
10323         * /src/SDCCmain.c:
10324         Added -p option. Allows port dependent processor to be specified.
10325
10326         * all ports:
10327         Initialized the new field char *Processor field to NULL in all ports
10328
10329         * /src/pic/*:
10330         Compiler generated registers for interrupt context saving
10331         were not getting allocated.
10332
10333 2002-03-16  Sandeep Dutta  <sandeep AT ddi.com>
10334
10335         * /src/SDCCast.c:
10336         Fixed left shift. Will promote the left side of a left shift
10337         if a) left shifting more than size of operand or b) when assigned
10338         to something size > size of left side
10339
10340 2002-03-14  Scott Dattalo <scott AT dattalo.com>
10341         * src/pic/*
10342         tons of changes. Register allocation has been
10343         rewritten. Added customization for the various PICs. Flow
10344         analysis is restructured. ...
10345
10346         * src/pic/device.h:
10347         Added
10348
10349         * src/pic/device.c:
10350         Added. device.c is a PIC port hack to accomodate variations
10351         in PIC devices.
10352
10353 2002-03-13  Michael Hope  <michaelh AT vroom>
10354
10355         * src/z80/gen.c (genGenPointerGet): Fixed a bug where a pointer in HL is dereferenced into HL but HL is not spilled.  Yeah.
10356
10357 2002-03-04  johanknol  <johanknol AT manik>
10358
10359         * /src/SDCCval.c: fixed
10360
10361         const unsigned char arr[][2] = { { 0, 1 } };
10362         t18.c:1: error: Initializer element is not constant
10363
10364 2002-03-04  bela  <bela AT manik>
10365
10366         * /device/include/mcs51reg.h:
10367         ds89c420 register definition update
10368
10369 2002-03-03    <johan AT FRIJA>
10370
10371         * support/Util/SDCCerr.c: did something, but don't no why anymore
10372
10373         * support/regression/tests/bug-524691.c: made it a little less shy
10374
10375         * src/SDCCast.c (decorateType): fixed bug #524697
10376
10377         * src/SDCCast.c: made some lineno improvements
10378
10379         * src/SDCCval.c (getNelements): changed warning to error
10380
10381         * src/SDCCglue.c (printIvalArray): changed warning to error
10382
10383         * src/SDCCicode.c: fixed a warning for mingw
10384
10385         * src/SDCCast.c (decorateType): fixed the << promotion for ops
10386
10387         * src/SDCCicode.c (geniCodeDivision): divide is shift only for unsigned (bug #524685)
10388
10389 2002-03-02  Sandeep Dutta  <sandeep AT ddi.com>
10390
10391         * src/ds390/peeph.def:
10392         Added some more peephole rules
10393
10394         * src/ds390/gen.c: Various fixes & enhancements
10395
10396         * src/SDCClrange.c, src/SDCClrange.h:
10397         functions "alldefsoutofrange" and "notusedinblock" moved to SDCClrange.c
10398
10399         * src/ds390/ralloc.c:
10400         various fixes & enhancements (ds390) specific
10401
10402         * src/avr/ralloc.c, src/mcs51/ralloc.c, src/pic/ralloc.c, src/xa51/ralloc.c, src/z80/ralloc.c:
10403         Functions "allDefsOutOfRange" & "notUsedinBlock" moved to SDCClrange.c
10404         from rallocs.
10405
10406         * sdcc/src/SDCCcse.c: Better fix for bug # 514308
10407
10408 2002-03-02    <johan AT FRIJA>
10409
10410         * src/SDCCast.c (decorateType): fixed bug #524708
10411
10412         * src/SDCCval.c (floatFromVal): fixed the literal void (whatever that may be)
10413
10414         * src/SDCCicode.c (geniCodePtrPtrSubtract): fixed bug #524691
10415
10416 2002-03-01  Michael Hope  <michaelh AT vroom>
10417
10418         * src/SDCCsymt.c (initCSupport): Removed managling of support function names.
10419
10420         * src/z80/ralloc.c (packRegsForIYUse): Fixed fp bug where four byte operands were packed into IY.
10421
10422 2002-03-01    <johan AT FRIJA>
10423
10424         * src/SDCCglue.c (printIvalPtr): fixed bug #524211
10425
10426         * src/SDCCast.c (decorateType): fixed bug #524209
10427
10428         * src/SDCCval.c (valNot): fixed bug #524195
10429
10430 2002-02-26    <johan AT balder>
10431
10432         * src/xa51/gen.c: fixed a warning
10433
10434         * src/SDCCglue.c (printIvalFuncPtr): fixed bug #522534
10435
10436         * src/SDCCast.c (decorateType): fixed bug #522534
10437
10438 2002-02-23    <johan AT balder>
10439
10440         * src/SDCCdflow.c (computeDataFlow): fixed bug #460088
10441
10442 2002-02-22    <johan AT balder>
10443
10444         * src/SDCCast.c: fixed bug #514865
10445
10446         * src/SDCCy.c ("SDCC.y"): fixed bug #516625
10447
10448 2002-02-21  Sandeep Dutta  <sandeep AT ddi.com>
10449
10450         * sdcc/src/SDCCloop.c:
10451         Previous fix was not good. basic blocks that have "break" or "return" are
10452         not really partof a loop , but live ranges used in these blocks should
10453         be live thru the entire loop, so set partOfLoop but don't add them to
10454         loop region
10455
10456 2002-02-21    <johan AT FRIJA>
10457
10458         * src/SDCCcse.c: fixed bug #514308
10459
10460 2002-02-20  Sandeep Dutta  <sandeep AT ddi.com>
10461
10462         * src/SDCCloop.c:
10463         Fixed BUG #519583. If a conditional block ended in a return/break
10464         statement inside a loop, it was not being considered part of the loop.
10465
10466         * src/SDCCcflow.c: Removed fix (Fixed in SDCCloop.c)
10467
10468 2002-02-10  Karl Bongers <karl AT turbobit.com>
10469
10470         * debugger/*:
10471         Fixed up SDCDB debugger somewhat.  Updated debugger/README
10472         with lots of comments and notes.
10473
10474         * device/examples/test2.c:
10475         Fix bug, "red" variable not being initialized(compiler complained).
10476
10477         * device/examples/Makefile, examples/test3.c:
10478         Add Makefile in device/examples folder, compiles test3.c
10479         for use as a multiple module SDCDB test case.
10480
10481         * sim/ucsim/cmd.src/cmdset.cc:
10482         Took out debug printfs in ucsim "next" command.
10483
10484         * sim/ucsim/xa.src:
10485         Karl and Johan start ucsim XA support.  Most dissassembly working,
10486         about 75% emulation done(plenty of work remaining).
10487
10488         * sim/ucsim/z80.src:
10489         Add Z80 support to ucsim, add test-ucz80 regression test,
10490         notice ucsim/z80 emulation fails on examples/test3.c/itoa code.
10491         Notice z80 compiler fails on examples/test3.c/crc code.
10492
10493 2002-01-30  Sandeep Dutta  <sandeep AT ddi.com>
10494
10495         * src/mcs51/gen.c, src/mcs51/main.c, src/mcs51/ralloc.c:
10496         Added support for --parms-in-bank1
10497
10498         * src/ds390/peeph.def:
10499         added a few more peephole optimzations
10500
10501         * src/ds390/main.c:
10502         1) added __builtin_inp & __builtin_outp used to read in data of given length
10503            from a memory mapped port
10504         2) added __builtin_memcmp
10505         3) added __builtin_swapw swap bytes of a short
10506
10507         * src/ds390/gen.c, src/ds390/gen.h, src/ds390/ralloc.c:
10508         1) handle multiple send & receives from register bank1
10509         2) ralloc can now allocate DPTR1 to some liveRanges
10510
10511         * src/SDCCsymt.c, src/SDCCsymt.h:
10512         changes to handle multiple sends & receives
10513
10514         * src/SDCCptropt.h:
10515         added some pointer arithmetic optimization
10516
10517         * src/SDCCptropt.c:
10518         added some pointer arithmetic optimizations but not stable yet so not
10519         called from anywhere (will get this working shortly)
10520
10521         * src/SDCCopt.c: fixed for multiple sends & receives
10522
10523         * src/SDCCmain.c:
10524         1) added options --parms-in-bank1 (ds390/mcs51) & --protect-sp-update
10525         2) preprocessing done AFTER port->finalizeoptions . This allows ports to
10526            set preprocessor defines (depending on options)
10527
10528         * src/SDCCicode.c, src/SDCCicode.h:
10529         changes made to handle multiple sends & receives
10530
10531         * src/SDCCglobl.h:
10532         Added options --protect-sp-update (ds390) and --parms-in-bank1 (ds390/mcs51)
10533
10534         * src/SDCCcse.c, src/SDCCcse.h:
10535         added function findbackward def (to be used in upcoming optimization)
10536
10537         * src/SDCCcflow.c, src/SDCCcflow.h:
10538         added function returnAtEnd - to determine if a basic block terminates with
10539         a RETURN iCode
10540
10541         * src/SDCCast.c, src/SDCCast.h:
10542         added option parms-in-bank1
10543
10544         * device/lib/_divsint.c, device/lib/_divslong.c, device/lib/_divuint.c
10545         * device/lib/_divulong.c, device/lib/_modsint.c, device/lib/_modslong.c
10546         * device/lib/_modulong.c, device/lib/_mulint.c, device/lib/_mullong.c:
10547         adjusted for --parms-in-bank1 option
10548
10549         * device/include/string.h:
10550         donot redefine "reentrant" keyword
10551
10552         * device/include/ds80c390.h: Added some more SFRs
10553
10554 2002-01-28  Bernhard Held  <bernhard AT bernhardheld.de>
10555
10556         * sim/ucsim: Merged branch ucsim-034-pre3 to main trunk; new version 0.4
10557
10558 2002-01-26  Bernhard Held  <bernhard AT bernhardheld.de>
10559
10560         * src/SDCCast.c (funcOfType): fix usage of double --float-reent
10561
10562 2002-01-22  Bernhard Held  <bernhard AT bernhardheld.de>
10563
10564         * support/regression/fwk/lib/testfwk.c (main): Removed workaround for bug #505387
10565
10566 2002-01-18  Paul Stoffregen  <paul AT pjrc.com>
10567
10568         * Added --xram-movc option
10569
10570 2002-01-13  Bernhard Held  <bernhard AT bernhardheld.de>
10571
10572         * support/regression/Makefile: don't include test-mcs51-stack-auto in target all
10573
10574 2002-01-11  Johan Knol
10575
10576         * Added math lib of Jesus Calvino-Fraga
10577
10578 2002-01-08  Bernhard Held  <bernhard AT bernhardheld.de>
10579
10580         * src/SDCCmain.c (processFile): fix processing of ../../src.c
10581         * support/regression/Makefile: new target test-mcs51-stack-auto
10582         * support/regression/ports/mcs51-stack-auto/spec.mk: added
10583
10584 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
10585
10586         * src/SDCCglue.h: printIvalCharPtr(), not printIvalChar()
10587
10588 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
10589
10590         * support/regression/ports/mcs51/support.c: correct setup of timer / UART
10591
10592 2002-01-03  Bernhard Held  <bernhard AT bernhardheld.de>
10593
10594         * src/SDCCsymt.c (processFuncArgs): fix #498307 by Johan
10595
10596         * src/SDCCglue.h: add definition for printIvalChar()
10597
10598 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
10599
10600         * src/SDCCast.c: fix #498138 by Johan
10601
10602         * src/SDCCglue.c: fix #498138 by Johan
10603
10604 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
10605
10606         * support/regression/Makefile: fix clean
10607
10608         * support/regression/ports/ds390/support.c: fix transmission of last character
10609
10610 2001-12-29  Sandeep Dutta  <sandeep AT ddi.com>
10611
10612         * /sdcc/src/ds390/gen.c:
10613         a) improved computing address of stack variable
10614         b) took out some #if 0 code
10615         c) improved parmBytes adjustment
10616         d) improved genPlusIncr & genMinusIncr
10617         e) genCmp could generate bad code (when left assigned to DPTR)
10618         f) Fixed bug in hasInc
10619
10620         * /sdcc/src/ds390/ralloc.c:
10621         a) packRegsForSupport could mess up live information (Fixed)
10622         b) packRegsDPTRuse could be incorrect for left & right shift
10623
10624         * /sdcc/src/mcs51/ralloc.c:
10625         packRegsForSupport could mess up the live information (Fixed)
10626
10627         * /sdcc/src/mcs51/gen.c: Fixed a bug in hasInc
10628
10629         * /sdcc/src/SDCCast.c:
10630         can reverse a loop even if function call is present as long
10631         as the loop control variable is local & is not passed as parameter
10632
10633 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
10634
10635         * /sdcc/ChangeLog: *** empty log message ***
10636
10637         * /sdcc/src/ds390/gen.c, /sdcc/src/ds390/main.c:
10638         More builtin function additions for TININative
10639
10640         * /sdcc/src/ds390/ralloc.c:
10641         Had broken the regression testsuite
10642
10643         * /sdcc/src/SDCCast.c: Fixed a bug in dumptree
10644
10645         * /sdcc/src/SDCCsymt.c, /sdcc/src/SDCCsymt.h:
10646         Added funcattr hasStackParms will be set for reentrant functions when there
10647         are paramteres on the stack, this helps in minimizing frame pointer generation
10648         typeFromStr can handle function pointers now
10649
10650         * /sdcc/doc/builtins.txt, /sdcc/doc/TININative.txt:
10651         *** empty log message ***
10652
10653 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
10654
10655         * /src/ds390/gen.c, /src/ds390/main.c:
10656         More builtin function additions for TININative
10657
10658         * /src/ds390/ralloc.c:
10659         Had broken the regression testsuite
10660
10661         * /src/SDCCast.c: Fixed a bug in dumptree
10662
10663         * /src/SDCCsymt.c, /src/SDCCsymt.h:
10664         Added funcattr hasStackParms will be set for reentrant functions when there
10665         are paramteres on the stack, this helps in minimizing frame pointer generation
10666         typeFromStr can handle function pointers now
10667
10668         * /doc/builtins.txt, /doc/TININative.txt:
10669         *** empty log message ***
10670
10671
10672 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
10673
10674         * /src/ds390/gen.c, /src/ds390/main.c, /src/ds390/peeph.def, /src/ds390/ralloc.c:
10675         ALPHA version for -mTININative
10676
10677         * /src/izt/i186.c, /src/izt/tlcs900h.c, /src/mcs51/main.c, /src/pic/main.c, /src/z80/main.c, /src/avr/main.c:
10678         updated to reflect changes in the port structure
10679
10680         * /src/port.h:
10681         added function do_assemble (similar to do_link) if non-null this function
10682         will be called to do assembly (-mTININative) requires a multi command
10683         assembly
10684         added function genAssemblerEnd will be called to generate assembler Epilogue
10685
10686         * /src/SDCCsymt.c:
10687         added _JavaNative to debug info printing
10688
10689         * /src/SDCCmain.c: added option --tini-libid
10690         added port->do_assemble function (-mTININative) has a multi command assemble
10691
10692         * /src/SDCCglue.c: Disabled "constExpr" check
10693         added port->genAssemblerEnd function
10694
10695         * /src/SDCCglobl.h: Added option --tini-libid value
10696
10697         * /src/SDCCast.h:
10698         tookout optimizeCompare from the header (has no external references)
10699
10700         * /src/SDCCast.c: made one more function "static"
10701
10702 2001-12-23  Michael Hope  <michaelh AT juju.net.nz>
10703
10704         * src/z80/mappings.i: Added z80asm support.
10705
10706         * src/z80/main.c: Added z80asm support on --asm=z80asm
10707
10708         * src/z80/gen.c: Fixed asm portability issues.
10709
10710         * src/asm.c (tvsprintf): Removed old code, added 'N' for function name.  For extern support.
10711
10712         * src/SDCCglue.c (printExterns): Added global/extern split.
10713
10714 2001-12-17  Bernhard Held  <bernhard AT bernhardheld.de>
10715
10716         * support/regression/Makefile: added test for mcs51 model large
10717
10718         * support/regression/ports/mcs51-large/spec.mk: added test for mcs51 model large
10719
10720         * support/regression/ports/gbz80/spec.mk: added -mgbz80
10721
10722 2001-12-05  Michael Hope  <michaelh AT juju.net.nz>
10723
10724         * src/diff.1 (Index): Many, many optmisiations.  Dhrystone up to 201.
10725
10726 1904-01-06  Michael Hope  <michaelh AT juju.net.nz>
10727
10728         * src/z80/ralloc.c (packRegsForIYUse): Fixed the case where an operand is in direct space.
10729
10730         * src/z80/gen.c (makeFreePairId): Optimised IY load by using a spare pair.
10731
10732 2001-12-02  Bernhard Held  <bernhard AT bernhardheld.de>
10733
10734         * src/mcs51/gen.c (genFunction): avoid excess "inc sp"
10735
10736         * support/regression/tests/simplefloat.c: Port to mcs51.
10737
10738 2001-11-25  Michael Hope  <michaelh AT juju.net.nz>
10739         * support/regression/tests/bug-485362.c: Added.
10740
10741         * support/regression/tests/simplefloat.c (testDivNearOne): Added.
10742
10743         * src/z80/gen.c (aopOp): Fixed case where left and result are in the same spill loc and they have different sizes.
10744
10745         * src/z80/peeph.def: Added rules for optimising two byte compares on the same thing, and to optimise two ptr assign.
10746
10747         * src/z80/gen.c (aopDump): Added a dump function.
10748
10749 2001-11-25  Bernhard Held  <bernhard AT bernhardheld.de>
10750         * sim/ucsim/s51.src/glob.cc: DS390 SFRs and bits added.
10751
10752         * sim/ucsim/s51.src/port.cc: Port 4 and 5 added.
10753
10754         * sim/ucsim/s51.src/regs51.h: DS390 SFRs added.
10755
10756         * sim/ucsim/s51.src/uc390.cc: Some details improved, CKRDY works for tinibios.
10757
10758         * sim/ucsim/s51.src/uc390cl.h: Work in progress.
10759
10760         * sim/ucsim/sim.src/uccl.h: 6 ports for DS390.
10761
10762         * support/regression/fwk/lib/testfwk.c: Run with tinibios.
10763
10764         * support/regression/ports/mcs51/spec.mk: Fine tuninig.
10765
10766         * support/regression/ports/ds390/support.c: Use tinibios.
10767
10768         * support/regression/ports/ds390/spec.mk: Fine tuning, use tinibios.
10769
10770 2001-11-23  Michael Hope  <michaelh AT juju.net.nz>support/regression/tests/bug-460010.c
10771
10772         * src/z80/ralloc.c (packRegsForHLUse3): Changed to not pack into HL if anything is in direct space.
10773         (packRegsForHLUse3): Added packing support for send, cast, and return value from a call.
10774
10775         * src/z80/peeph.def: Added rules for optimising pushes of part of a pair.
10776
10777         * src/z80/gen.c (emitCall): Changed the stack fixup to not use HL.
10778
10779 2001-11-18  Michael Hope  <michaelh AT juju.net.nz>
10780
10781         * src/z80/gen.c (genCmp): Fixed compare on unsigned.
10782
10783         * src/z80/ralloc.c (packRegsForHLUse3): Created and optimised.
10784         (packRegsForIYUse): Created and optimised.
10785
10786 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
10787
10788         * support/regression/tests/float.c (testFloatAdd): Fixed up warning.
10789 2001-11-18  Bernhard Held  <bernhard AT bernhardheld.de>
10790
10791         * sdcc/support/regression/tests/bug-460010.c: fix seg violation on host
10792
10793         * sdcc/support/regression/tests/muldiv.c: fix output on mcs51
10794
10795         * sdcc/support/regression/tests/stacks.c: fix DSEG overflow on mcs51
10796
10797 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
10798
10799         * sdcc/sim/device/lib/_gptrget.c: mem region 5 (idata) added
10800
10801         * sdcc/sim/device/lib/_gptrput.c: mem region 5 (idata) added
10802
10803 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
10804
10805         * sdcc/sim/ucsim/globals.cc: New: IXRAM.
10806
10807         * sdcc/sim/ucsim/stypes.h: New: IXRAM.
10808
10809         * sdcc/sim/ucsim/s51.src/uc390.cc: New: IXRAM.
10810
10811 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
10812
10813         * src/z80/ralloc.c (packRegsForHLUse): Banned IFXs from being packed into HL.
10814         (packRegsForHLUse): Added rule to pack address of/pointer get for itemps into HL for the Z80.
10815         (packRegsForAccUse2): Added rule to pack hbit IFXs into A.
10816
10817         * src/z80/main.c (_setDefaultOptions): Made float code re-entrant by default.
10818
10819         * src/z80/gen.c (aopGetLitWordLong): Added word support for floats.
10820         (genNotFloat): Added.
10821         (genUminusFloat): Added.
10822
10823         * device/lib/z80/Makefile: Added floating pt stubs.
10824
10825         * device/lib/Makefile.in (Z80SOURCES): Added floating pt support.
10826
10827         * src/z80/gen.c (genIpush): Fixed up a push of one byte when left is in a pair.
10828
10829         * device/lib/_fsadd.c (__fsadd): Fixed up return where the numbers are hugely different.
10830
10831 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
10832
10833         * sdcc/sim/ucsim/s51.src/glob.cc: Minor fix.
10834
10835         * sdcc/sim/ucsim/s51.src/regs51.h: Minor fix.
10836
10837         * sdcc/support/regression/Makefile: Add port ds390.
10838
10839         * sdcc/support/regression/ports/mcs51/spec.mk: Minor change.
10840
10841         * sdcc/support/regression/ports/z80/spec.mk: Minor change.
10842
10843         * sdcc/support/regression/ports/ds390/spec.mk: Added.
10844
10845         * sdcc/support/regression/ports/ds390/support.c: Added.
10846
10847         * sdcc/support/regression/ports/ds390/uCsim.cmd: Added.
10848
10849         * sdcc/support/regression/ports/mcs51/timeout.c: Cut.
10850
10851         * sdcc/support/regression/fwk/lib/timeout.c: Paste.
10852
10853 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
10854
10855         * device/include/malloc.h: Added z80 and gbz80 support.
10856
10857         * device/lib/gbz80/heap.s: Added.
10858
10859         * device/lib/z80/heap.s: Added.
10860
10861         * device/lib/malloc.c: Added z80 and gbz80 support.
10862
10863         * support/regression/tests/malloc.c (testMalloc): Added.
10864
10865         * src/SDCCmain.c (parseCmdLine): Added support for -Wp.
10866
10867         * support/regression/tests/bug-478094.c: Added.
10868
10869         * src/z80/gen.c (commitPair): Fixed silly gbz80/z80 commit to static bug.
10870
10871 2001-11-04  Bernhard Held  <bernhard AT bernhardheld.de>
10872
10873         * sdcc/sim/ucsim/s51.src/uc390cl.h: Improvement for ds390 to run regression tests
10874
10875         * sdcc/sim/ucsim/s51.src/uc390.h: Improvement for ds390 to run regression tests
10876
10877         * sdcc/sim/ucsim/s51.src/regs51.h: Improvement for ds390 to run regression tests
10878
10879         * sdcc/sim/ucsim/s51.src/glob.cc: Improvement for ds390 to run regression tests
10880
10881         * sdcc/support/regression/tests/bug-460010.c: Small change for ds390
10882
10883 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
10884
10885         * src/z80/peeph-gbz80.def: Removed a bad sub optimisation.
10886
10887 2001-11-03  Michael Hope  <michaelh AT juju.net.nz>
10888
10889         * support/regression/tests/bug-477927.c: Added.
10890
10891         * src/z80/peeph.def: Added minor rules.
10892
10893         * src/z80/gen.c (genPlusIncr): Added an extra plusinc rule.
10894
10895         * src/z80/peeph.def: Added jump optimisation modification.
10896
10897 2001-11-01  Michael Hope  <michaelh AT juju.net.nz>
10898
10899         * src/SDCCmain.c (linkEdit): Added runtime path detection to the mcs51 port.
10900
10901 2001-10-30  Michael Hope  <michaelh AT juju.net.nz>
10902
10903         * support/regression/tests/funptrs.c: Added.
10904
10905 2001-10-29  Michael Hope  <michaelh AT juju.net.nz>
10906
10907         * src/z80/ralloc.c (packRegsForHLUse): Fixed up bad spill due to pushing one byte via HL.
10908
10909 2001-10-28  Michael Hope  <michaelh AT juju.net.nz>
10910
10911         * src/z80/gen.c (genArrayInit): Made it work for on stack arrays.
10912
10913         * src/z80/main.c (gbz80_port =): Added rle support to the gbz80 port.
10914
10915         * src/z80/gen.c (genMinus): Fixed for where the result is one byte.
10916         (movLeft2ResultLong): Created.
10917
10918         * src/z80/ralloc.c (packRegsForHLUse): Added a couple of simple cases for the GB.
10919         (joinPushes): Added.  Joins two char pushes into a word push.
10920
10921 2001-10-27  Michael Hope  <michaelh AT juju.net.nz>
10922
10923         * support/cpp2/Makefile.in (install): Added creation of dest dir.
10924
10925         * support/makebin/Makefile (install): Added creation of dest dir.
10926
10927 2001-10-24 Karl Bongers <karl AT turbobit.com>
10928
10929         * configure.in, configure, Makefile, support/cpp: Removed cpp folder, since we have new cpp2 preprocessor code.
10930
10931 2001-10-21  Michael Hope  <michaelh AT juju.net.nz>
10932
10933         * src/z80/ralloc.c: Turned off faulty pack for one use.
10934
10935         * src/z80/peeph-gbz80.def: Removed redundent restart options.
10936
10937         * src/z80/gen.c (genMult): Added native mul for constants on the z80 and gbz80.
10938
10939 2001-10-21  Bernhard Held  <bernhard AT bernhardheld.de>
10940
10941         * support/regression/Makefile: Improved clean
10942
10943         * support/regression/ports/gbz80/spec.mk: Added clean
10944
10945         * support/regression/ports/host/spec.mk: Added clean
10946
10947         * support/regression/ports/z80/spec.mk: Added clean
10948
10949         * support/regression/ports/mcs51/spec.mk: Added clean, little improvements
10950
10951         * support/regression/ports/mcs51/timeout.c: little improvements
10952
10953 2001-10-17  Michael Hope  <michaelh AT juju.net.nz>
10954
10955         * device/lib/malloc.c (MEMHEADER): Fixed against new pedantic pointers.
10956
10957         * support/regression/fwk/include/testfwk.h: Fixed up to use function pts correctly.
10958
10959         * support/regression/generate-cases.py: Fixed up to use function pts correctly.
10960
10961 2001-10-16  Bernhard Held  <bernhard AT bernhardheld.de>
10962
10963         * support/regression/port/mcs51/spec.mk: add timeout for uCsim
10964
10965         * support/regression/port/mcs51/timeout.c: add timeout for uCsim
10966
10967 2001-10-13  Michael Hope  <michaelh AT juju.net.nz>
10968         * src/z80/gen.c (emitCall): Fixed up missing spill of HL when used to assign the result value.
10969
10970         * src/z80/ralloc.c: Turned off pack for one use as it's quite broken.
10971
10972         * src/SDCCmain.c (linkEdit): Added support for passing a legacy command line through the processor.
10973
10974         * src/mcs51/main.c (_linkCmd): Added bin path to command.
10975
10976         * src/SDCCmain.c (initValues): Added support for when it it called just to link.
10977
10978         * as/mcs51/lklibr.c (libfil;): Turned off 'library file' message.
10979
10980         * src/SDCCval.c (constVal): Fixed usage of 'L' modifier problems on ppc.
10981
10982         * support/regression/tests/longor.c: Added.
10983
10984 2001-10-11  Bernhard Held  <bernhard AT bernhardheld.de>
10985
10986         * as/mcs51/asdata.c: replaced FILENAME_MAX with PATH_MAX
10987
10988         * as/mcs51/aslink.h: define PATH_MAX
10989
10990         * as/mcs51/asm.h: define PATH_MAX
10991
10992         * as/mcs51/asmain.c: replaced FILENAME_MAX with PATH_MAX
10993
10994         * as/mcs51/asnoice.c: replaced FILENAME_MAX with PATH_MAX
10995
10996         * as/mcs51/lklex.c: replaced FILENAME_MAX with PATH_MAX
10997
10998         * as/mcs51/lkmain.c: replaced FILENAME_MAX with PATH_MAX
10999
11000         * src/SDCCglobl.h: define PATH_MAX
11001
11002         * src/SDCCmacro.c: replaced FILENAME_MAX with PATH_MAX
11003
11004         * src/SDCCmain.c: replaced FILENAME_MAX with PATH_MAX
11005
11006 2001-10-11  Michael Hope  <michaelh AT juju.net.nz>
11007
11008         * src/z80/gen.c (gencjneshort): Fixed
11009
11010         * src/z80/ralloc.c (packRegsForHLUse): Added pack into HL for cast then ipush.
11011
11012 2001-10-09  Michael Hope  <michaelh AT juju.net.nz>
11013
11014         * support/regression/tests/bug-469671.c: Added.
11015
11016         * src/z80/gen.c (shiftIntoPair): Fixed up warning.
11017
11018 2001-10-08  Michael Hope  <michaelh AT juju.net.nz>
11019
11020         * src/SDCCmain.c: Added --fommit-frame-pointer option and implemented in the z80 port.
11021
11022         * src/z80/gen.c (genPlus): Fixed to work with extended stack.  Also fixed genMinus, genCmp.  genUMinus is still left.
11023
11024 2001-10-08  Bernhar Held  <bernhard AT bernhardheld.de>
11025
11026         * src/SDCCmain.c (preProcess): added define SDCC_NOOVERLAY
11027
11028         * src/device/lib/_mulint.c  : removed hint: nooverlay bug
11029
11030         * src/device/lib/_mullong.c : removed hint: nooverlay bug
11031
11032         * src/device/lib/_divuint.c : removed hint: nooverlay bug
11033
11034         * src/device/lib/_divulong.c: removed hint: nooverlay bug
11035
11036         * src/device/lib/_moduint.c : removed hint: nooverlay bug
11037
11038         * src/device/lib/_modulong.c: removed hint: nooverlay bug
11039
11040 2001-10-07  Michael Hope  <michaelh AT juju.net.nz>
11041
11042         * 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.
11043
11044         * support/Util/NewAlloc.c (freeTrace): Changed free for the gc case to not free at all.  Fixes runtime segfault.
11045
11046         * support/regression/tests/scott-compare3.c (c_abcd): Fixed up casts.
11047
11048 2001-10-07    <johan AT FRIJA>
11049
11050         * device/lib/gets.c (gets): fixed the return value.
11051
11052 2001-10-06  Michael Hope  <michaelh AT juju.net.nz>
11053         * src/SDCCmain.c (WRITE_SEG_LOC): Fixed up to use Safe_strdup.
11054
11055         * 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.
11056
11057         * 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.
11058
11059         * src/z80/gen.c (genZ80Code): Added de-allocation via trace support.
11060
11061         * src/pic/gen.c: Removed Safe_strdup.
11062
11063         * configure.in: Added option to enable libgc support.
11064
11065         * src/SDCCbitv.c (bitVectnBitsOn): Optimised.
11066         (bitVectUnion): Optimised.
11067         (bitVectIntersect): Optimised.
11068         (bitVectBitsInCommon): Optimised.
11069         (bitVectCplAnd): Optimised.
11070
11071         * support/makebin/makebin.c (usage): Removed getopt as mingw32 doesn't have it.  Sigh.
11072
11073 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
11074
11075         * src/SDCCmain.c: distinguish between assembler debug and plain options
11076
11077         * src/avr/main.c:   remove standard assembler options
11078
11079         * src/ds390/main.c: remove standard assembler options
11080
11081         * src/mcs51/main.c: remove standard assembler options
11082
11083         * src/port.h: removed "PENDING" comment
11084
11085 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
11086
11087         * src/device/lib/_mulint.c  : new, with assember functions
11088
11089         * src/device/lib/_mullong.c : new, with assember functions
11090
11091         * src/device/lib/_divuint.c : with assember functions
11092
11093         * src/device/lib/_divsint.c : with assember functions
11094
11095         * src/device/lib/_divulong.c: with assember functions
11096
11097         * src/device/lib/_divslong.c: with assember functions
11098
11099         * src/device/lib/_moduint.c : with assember functions
11100
11101         * src/device/lib/_modsint.c : with assember functions
11102
11103         * src/device/lib/_modulong.c: with assember functions
11104
11105         * src/device/lib/_modslong.c: with assember functions
11106
11107         * src/device/lib/libint.lib:  replaced _muluint.c  and _mulsint.c  by _mulint.c
11108
11109         * src/device/lib/liblong.lib: replaced _mululong.c and _mulslong.c by _mullong.c
11110
11111         * src/device/lib/Makefile.in: replaced _muluint.c  and _mulsint.c  by _mulint.c
11112                                       replaced _mululong.c and _mulslong.c by _mullong.c
11113
11114 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
11115
11116         * src/SDCCsymt.c: sequence of specifiers in pintTypeChain() corrected
11117
11118 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
11119
11120         * src/SDCCglue.c: test, if win32api is available for MINGW
11121
11122 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
11123
11124         * src/SDCCsymt.c: no more _modifier in printTypeChain()
11125         * support/regression/tests/driverstruct.c: REENTRANT for mcs51
11126         * support/regression/ports/gbz80/spec.mk: removed GENERIC
11127         * support/regression/ports/host/spec.mk: removed GENERIC
11128         * support/regression/ports/mcs51/spec.mk: removed GENERIC
11129         * support/regression/ports/z80/spec.mk: removed GENERIC
11130
11131 2001-10-01  Michael Hope  <michaelh AT juju.net.nz>
11132
11133         * support/regression/fwk/lib/testfwk.c (__printf): Removed GENERIC.
11134
11135         * support/regression/tests/bug-467035.c: Created.
11136
11137 2001-10-01    <johan AT FRIJA>
11138
11139         * src/SDCC.y: fixed bug #466586 part 1
11140
11141 2001-10-01  Johan Knol <johan.knol AT iduna.nl>
11142
11143         * SDCCicode.c: z80 has no generic pointers
11144         * removed -s from strip in all Makefile(.in)'s. It is not needed, but Solaris chocks on it.
11145
11146 2001-09-30  Michael Hope  <michaelh AT juju.net.nz>
11147
11148         * sim/ucsim/cmd.src/Makefile.in ($(PRJDIR)/libcmd.a): Changed all ar references to $(AR) for Solaris.
11149
11150 2001-09-29  Michael Hope  <michaelh AT juju.net.nz>
11151
11152         * Makefile (sdcc-libs): Added makebin to the list of standard targets.
11153
11154         * support/regression/ports/z80/spec.mk: Updated to use env for sdcc bin dir for automatic regression.
11155
11156 2001-09-25  Michael Hope  <michaelh AT juju.net.nz>
11157
11158         * configure.in: Fixed up so that ucsim is only configured once.
11159
11160         * support/cpp2/configure.in: Fixed to use the program transform to append the .exe for the win32 build.
11161
11162         * src/SDCCutil.c (getPrefixFromBinPath): Fixed up to work with win32 in all of its glory.
11163         (getPathDifference): As above.
11164
11165         * src/SDCCmain.c (preProcess): Changed to use a temporary file in a proper temp directory.  Fixed case where pre-processing only.
11166
11167         * src/SDCCglue.c (tempfilename): Added function for pre-processor.
11168
11169 2001-09-23  Michael Hope  <michaelh AT juju.net.nz>
11170         * .version: Updated to 2.3.1
11171
11172         * src/z80/main.c (z80_port =): Added macro based linker and assembler command line support.
11173         Added copyright header.
11174
11175         * src/SDCCmain.c: Shifted various functions into SDCCutil.c
11176         (assemble): Added support for macro based assembler commands.
11177         (linkEdit): Added support for macro based linker commands.
11178         (preProcess): Changed the pre-processor to use macros.
11179         (_setPaths): Added functionality to autodetect the include, lib and bin dir paths.
11180         (_discoverPaths): Added support for overriding the install directory using the SDCCDIR env variable.
11181
11182         * device/lib/z80/crt0.s: Added module name for debugging.
11183
11184 2001-09-20  Michael Hope  <michaelh AT juju.net.nz>
11185
11186         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
11187
11188         * src/SDCChasht.c (hTabDeleteByKey): Fixed delete as it would delete the last item from a bucket even if it wasn't the real one.
11189
11190         * src/SDCCglue.c: Moved gc_strdup to SDCCutil.c
11191
11192         * src/Makefile.in: Added SDCCmacro and SDCCutil
11193
11194 2001-09-19  Michael Hope  <michaelh AT juju.net.nz>
11195
11196         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
11197
11198 2001-09-16    <johan AT FRIJA>
11199
11200         * 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.
11201
11202 2001-09-15    <johan AT FRIJA>
11203
11204         * src/mcs51/ralloc.c: (findAssignToSym): fixed bug #460662 part 1
11205         * src/ds390/ralloc.c (findAssignToSym): fixed bug #460662 part 1
11206
11207 2001-09-11    <johan AT FRIJA>
11208
11209         * src/SDCCval.c (valDiv Mod Minus Plus Shift): keep litteral expressions as small as possible (bug #460010)
11210
11211 2001-09-10  Michael Hope  <michaelh AT juju.net.nz>
11212
11213         * support/regression/tests/bug-460444.c: Added test case.
11214
11215         * src/z80/gen.c (genOr): bug 460444: if (a ^ lit) was broken for &, |, and ^.
11216         (genCast): Added justification for all of the asserts.
11217
11218 2001-09-10  Bernhard Held <bernhard AT bernhardheld.de>
11219
11220         * support/regression/support.c: _xdata replaced by xdata
11221
11222         * support/regression/spec.mk: removed _generic
11223
11224 2001-09-09  Michael Hope  <michaelh AT juju.net.nz>
11225
11226         * src/pic/ralloc.c (debugLogRegType): Removed some old types to get it to compile.
11227
11228         * src/z80/gen.c (shiftR2Left2Result): Improved the case when v = v >> n for small values of n to use less code space and time.
11229         (genrshTwo): Fixed v = v >> n where v is a negative int and n is > 8: bug 460010.
11230
11231         * src/z80/peeph.def: Added a rule to optimise shift then compare.
11232
11233         * support/regression/tests/bug-460000.c (testShiftByParam): Added test case.
11234
11235         * support/regression/tests/bug-460010.c: Added test case.
11236
11237         * support/regression/Makefile (test-host): Removed a silly 'clean' target when testing against gcc.
11238
11239 2001-09-09  Bernhard Held <bernhard AT bernhardheld.de>
11240
11241         * support/regression/Makefile: inter-port-clean adjusted for mcs51
11242
11243         * support/regression/testfwk.c: removed workaround for bug #436344
11244
11245         * support/regression/tests/bp.c: use less memory with mcs51
11246
11247         * support/regression/tests/bug-441448.c: use less memory
11248
11249         * support/regression/tests/ports/mcs51/spec.mk: cleanup, use --stack-after-data
11250
11251         * support/regression/collate-results.py: typo
11252
11253 2001-09-08  Michael Hope  <michaelh AT juju.net.nz>
11254
11255         * support/regression/tests/fetchoverlap.c: Added new test case.
11256
11257         * support/regression/tests/bp.c: Added new test case.
11258
11259         * support/regression/tests/bug-448984.c: Added new test case.
11260
11261         * support/regression/tests/pow2shifts.c: Added new test case.
11262
11263         * src/z80/gen.c: Turned off the noise it normally generates for the release.
11264         (genlshTwo): Fixed right shift for count > 8.
11265
11266         * src/z80/ralloc.c: Disabled most of the ACC packing rules as they weren't getting hit and weren't at all safe.
11267
11268 2001-09-08    <johan AT FRIJA>
11269
11270         * src/SDCCicode.c (geniCodeCall): a CPOINTER can be used as a function
11271
11272 2001-09-07    <johan AT FRIJA>
11273
11274         * src/SDCCicode.c (newiCodeCondition): fixed bug #456235 (1.77)
11275
11276         * src/SDCCglue.c (emitRegularMap): only delete a symbol when it is a symbol
11277
11278 2001-09-06    <johan AT FRIJA>
11279
11280         * src/SDCC.y: this could be a fix for bug #458744 (1.37)
11281         * bernhard noted me at this: "() equals to (void)" (1.38)
11282
11283 2001-09-05    <johan AT FRIJA>
11284
11285         * src/SDCCglue.c (emitRegularMap): a fix for bug #458099/2
11286
11287 2001-09-04    <johan AT FRIJA>
11288
11289         * src/SDCCsymt.c (checkSClass): a fix for bug #458099/1
11290
11291
11292 2001-09-04  Paul Stoffregen  <paul AT pjrc.com>
11293
11294         * pragma noinduction broke memcpy on mcs51 large model.  Moved it inside z80 optimization
11295
11296 2001-09-03  Michael Hope  <michaelh AT juju.net.nz>
11297
11298         * link/z80/aslink.h: Fixed path for PATH_MAX
11299
11300 2001-09-02  Michael Hope  <michaelh AT juju.net.nz>
11301
11302         * src/z80/gen.c (fetchLitPair): Changed so that it properly caches direct space references.
11303
11304         * support/regression/tests/addsub.c: Added cases to cover all the +, - combinations.
11305
11306         * support/regression/tests/uminus.c: Added a test for the unary minus operator.
11307
11308         * 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.
11309
11310 2001-09-01  Michael Hope  <michaelh AT juju.net.nz>
11311
11312         * src/z80/gen.c: Fixed up generator to pass the regresion tests, specifically fixing loads for longs, genCmp, and turned on the map file.
11313         (genCmp): Fixed up genCmp for the GB with longs.
11314
11315         * device/lib/gbz80/Makefile: Fixed up all the libraries to pass the regression tests.
11316
11317         * support/regression/ports/host/spec.mk: Updated to compile with the new type specifiers.
11318
11319         * device/lib/Makefile.in (Z80SOURCES): Removed old _mululong, _mulslong, and unneeded _mulint.
11320
11321         * device/lib/_mullong.c (_mulslong): Changed to actually return a value :)
11322
11323 2001-08-30  Paul Stoffregen  <paul AT pjrc.com>
11324
11325         * added peepholes 223 to 231 to mcs51 port.  These improve code when using large model.
11326
11327 2001-08-30  Michael Hope  <michaelh AT juju.net.nz>
11328
11329         * 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.
11330
11331         * src/z80/gen.c (genPlus): Changed bad long add for gb to a fall through.
11332
11333 2001-08-29  Michael Hope  <michaelh AT juju.net.nz>
11334
11335         * link/z80/aslink.h: Fixed long file name support.  Is now based off PATH_MAX instead of a constant.
11336
11337         * src/z80/gen.c: Fixed add and sub for the case where left or right are in static space.
11338
11339 2001-08-30 Bernhard Held   <bernhard AT bernhardheld.de>
11340
11341   * sim/ucsim/configure:    little improvement of Cygwin-detection
11342   * sim/ucsim/configure.in: little improvement of Cygwin-detection
11343   * sim/ucsim/cmd.src/newcmdcl.h: include <sys/types.h> to define fd_set automated build
11344   * support/regression/tests/bug-221100.c: small changes for mcs51
11345   * support/regression/tests/bug-221168.c: small changes for mcs51
11346   * support/regression/tests/bug-227710.c: small changes for mcs51
11347   * support/regression/tests/staticinit.c: small changes for mcs51
11348   * as/mcs51/aslink.h: accept everything as symbol name in rel-files, bug fix ID 452601
11349   * as/mcs51/lklex.c:  accept everything as symbol name in rel-files, bug fix ID 452601
11350   * as/mcs51/lksym.c:  accept everything as symbol name in rel-files, bug fix ID 452601
11351
11352 $Revision$