ac8245ace65f39f73531b464ae1c1d97bfd7c887
[fw/sdcc] / ChangeLog
1 2006-05-13 Bernhard Held <bernhard AT bernhardheld.de>
2
3         * src/avr/gen.c (aopop),
4         * src/ds390/gen.c (aopOp),
5         * src/hc08/gen.c (aopOp),
6         * src/mcs51/gen.c (aopop),
7         * src/pic16/gen.c (pic16_aopOp),
8         * src/pic/gen.c (aopOp),
9         * src/z80/gen.c (aopop): fix for bug #1479882; use new, exclusive asmop
10         if size of operand is smaller than spill location
11
12 2006-05-12 Maarten Brock <sourceforge.brock AT dse.nl>
13
14         * doc/sdccman.lyx: documented numeric ranges, WEBDOC #1442369
15         * device/include/ds80c390.h: added sfr16 definitions
16         * src/ds390/gen.c,
17         * src/ds390/gen.h,
18         * src/ds390/main.c,
19         * src/ds390/ralloc.c,
20         * src/ds390/ralloc.h: changes all over the place to sync with mcs51
21           fixing several bugs and adding sfr16/sfr32, reentrant bit params,
22           bit returning functions
23         * support/regression/tests/sfr16.c: enabled test on ds390
24
25 2006-05-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
26
27         * src/hc08/gen.c (asmopToBool, genIfx): fix for bug #1429722
28         * src/hc08/gen.c (storeRegToAop): fix for bug #1439894
29
30 2006-05-11 Maarten Brock <sourceforge.brock AT dse.nl>
31
32         * sim/ucsim/sim.src/memcl.h: added get_decoder() to cl_address_space
33         * sim/ucsim/sim.src/mem.cc: implemented cl_address_space::get_decoder,
34           (cl_address_space constructor): removed expensive initialization,
35           (cl_address_space::get_cell): extended for late initialization,
36           (cl_address_space::*): use late initialization,
37           (cl_address_decoder::activate): removed expensive initialization,
38           This reduced regression test running time by 25%
39
40 2006-05-11 Bernhard Held <bernhard AT bernhardheld.de>
41
42         * packihx/,
43         * configure.in,
44         * configure,
45         * sdcc.dsw,
46         * Makefile.bcc,
47         * Makefile.in,
48         * support/packihx/Makefile.in,
49         * support/packihx/clean.mk,
50         * support/packihx/Makefile.bcc,
51         * support/packihx/PackIhx.dsp: moved packihx to support/packihx
52
53 2006-05-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
54
55         * src/SDCCval.c (valNot): fix for regression test failure
56           of not.c on big endian hosts
57
58 2006-05-10 Maarten Brock <sourceforge.brock AT dse.nl>
59
60         * device/inlcude/mcs51/msc1210.h: new, added, thanks Philippe Latu
61
62 2006-05-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
63
64         * device/lib/mcs51/Makefile.in: changed string comparison operator
65           to = for POSIX compliance; == is bash extension
66
67 2006-05-10 Maarten Brock <sourceforge.brock AT dse.nl>
68
69         * device/lib/hc08/_mulint.c: applied patch 1485428, thanks
70           kosmonaut_pirx
71
72 2006-05-09 Vangelis Rokas <vrokas AT users.sourceforge.net>
73
74         * src/pic16/gen.c (pic16_freeAsmop): release any temp registers
75         allocated by aopForSym thus fixing bug #1478657 about failed testfwk.c
76         * src/pic16/main.c (_pic16_keywords): added 'sfr16' keyword,
77         * src/pic16/ralloc.c (pic16_allocWithIdx): also a fix for bug exposed by
78         bug report #1478657,
79
80 2006-05-05 Borut Razem <borut.razem AT siol.net>
81
82         * doc/Makefile.in: remove of WARNINGS and labels.pl immediately after
83           making the html
84
85 2006-05-02 Borut Razem <borut.razem AT siol.net>
86
87         * doc/Makefile.in: removed *.ind dependency since there is no rule to
88           create *.ind, which made make to fail if invoked with -j 2
89
90 2006-05-01 Maarten Brock <sourceforge.brock AT dse.nl>
91
92         * src/SDCCglue.c (emitRegularMap): partial fix for bug 1477149, thanks
93           Hubert Sack for patch 1479782
94
95 2006-05-01 Vangelis Rokas <vrokas AT users.sourceforge.net>
96
97         * src/pic16/glue.c (pic16_printIvalStruct): fixed bug #1445929
98
99 2006-05-01 Raphael Neider <rneider AT web.de>
100
101         * src/pic/device.c (sanitise_processor_name): only remove p(ic) prefix,
102           (create_pic): store only prefix-free device name,
103           (init_pic): check for device names with "16" prefix,
104           (list_valid_pics),
105         * src/pic/device.h (struct PIC_device),
106         * src/pic/main.c (_pic14_genAssemblerPreamble): adapted to single
107             stored device name,
108         * device/include/pic/pic12f{635,675,629,683}.h,
109         * device/lib/pic/libdev/pic12f{635,675,629,683}.c: NEW device libraries
110         * device/lib/pic/libdev/Makefile.in: allow pic12* devices,
111         * device/include/pic/pic16f505.h,
112         * device/lib/pic/libdev/pic16f505.c: removed
113         * device/include/pic/pic14devices.txt: added support for pic12f
114             devices, removed unsupported non 16-bit devices
115             [above changes provided by patch from Zik Saleeba]
116         * src/pic/*, src/pic16/*, device/include/pic16/*,
117           device/lib/pic/**, device/lib/pic16/**: obfuscated email address
118
119 2006-05-01 Borut Razem <borut.razem AT siol.net>
120
121         * configure.in, configure, doc/Makefile.in:
122           sync with nightly build makefile - latex, dvipdf and dvips
123           not needed any more
124
125 2006-04-30 Bernhard Held <bernhard AT bernhardheld.de>
126
127         * support/scripts/sdcc.nsi: removed all Readmes and Makefiles
128         in the library source
129
130 2006-04-30 Maarten Brock <sourceforge.brock AT dse.nl>
131
132         * support/regression/ports/hc08/spec.mk: fixed bug 1478892
133
134 2006-04-28 Raphael Neider <rneider AT web.de>
135
136         * src/pic16/pcode.c (pic16_newpCodeOpLit12),
137         * src/pic16/gen.c (pic16_popGetLit12): NEW, create 12 bit literal,
138           (pic16_loadFSR0): handle 12 bit literals correctly, fixes #1440527
139         * src/pic16/pcode.h: added prototype for pic16_newpCodeOpLit12()
140
141 2006-04-28 Bernhard Held <bernhard AT bernhardheld.de>
142
143         * device/lib/pic/libdev/Makefile.in,
144         * device/lib/hc08/Makefile.in,
145         * device/lib/gbz80/Makefile.in,
146         * device/lib/z80/Makefile.in,
147         * device/lib/ds390/Makefile.in,
148         * device/lib/ds400/Makefile.in: added srcdir to include search path,
149         thanks to Borut for the bug report
150         * configure.in,
151         * configure: always create doc/Makefile independent from --enable-doc
152         * Makefile.in: always install from directory doc independent from
153         --enable-doc
154         * device/lib/pic/Makefile.in: added libdev again, it was erroneously
155         removed
156         * device/lib/pic/libdev/Makefile.in: fixed VPATH build
157         * doc/Makefile.in: install *.txt if present
158         * device/include/Makefile.in (install): added installation of pic/*.inc
159         and pic/*.txt files again, they were erroneously removed
160
161 2006-04-28 Raphael Neider <rneider AT web.de>
162
163         * src/pic/{gen.c,main.h,pcode.c},
164         * src/pic16/{gen.c,pcode.c}: quietened compiler warnings
165             concerning signedness with casts
166
167 2006-04-28 Raphael Neider <rneider AT web.de>
168
169         * src/pic/gen.c (genFunction): set global pic14_hasInterrupt on
170             definition of an interrupt handler,
171         * src/pic/glue.c (pic14_emitInterruptHandler): moved output of
172             interrupt handler stuff from picglue() to separate routine,
173           (picglue): enabled definition of intr handlers in files w/o main()
174
175 2006-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
176
177         * support/librarian/sdcclib.c: moved include <limits.h> up to enable
178           compilation with MSVC 2005 Express Edition (VC8)
179
180 2006-04-26 Bernhard Held <bernhard AT bernhardheld.de>
181
182         * device/lib/Makefile: fixed build of gbz80 lib
183
184 2006-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
185
186         * support/regression/tests/bug-460010.c,
187         * support/regression/tests/bug-524691.c,
188         * support/regression/tests/bug-716242.c: removed conditional defines
189           that are already in testfwk.h
190
191 2006-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
192
193         * src/ds390/gen.c (AccAXRrl1, AccAXLrl1): changed to real rotate by 1,
194           (AccAXRsh1): added, shift right by 1,
195           (AccAXLsh, AccAXRsh, AccAXRshS): updated for AccAXRrl1, AccAXRsh1 and
196            AccAXLrl1
197         * support/regression/tests/rotate.c: use <stdint.h> and enabled ds390
198
199 2006-04-25 Bernhard Held <bernhard AT bernhardheld.de>
200
201         * src/SDCCast.c (decorateType): partial fix for RFE 1475769,
202         remove cast to same type
203         * src/SDCCast.c (decorateType): fix for RFE 1475742,
204         optimize 'ifx (op == 0)' resp. 'ifx (op != 0)'
205         * as/z80/Makefile,
206         * link/z80/Makefile: removed, they have moved to
207         Makefile.in files
208         * configure,
209         * configure.in: replaced duplicate message about ucsim by missing sdcpp
210         * install-sh: fix bug #1204398 by setting umask 0022
211         * device/lib/Makefile: separate build of z80 and gbz80 lib
212
213 2006-04-24 Bernhard Held <bernhard AT bernhardheld.de>
214
215         Enabled VPATH feature: changed nearly all Makefiles (149 files).
216         See sdccman.lyx '2.4.10 VPATH feature' about how to use it.
217
218         One basic decision: e.g. src/clean.mk includes further files. In order
219         to make this work there are two solutions:
220         - rename another dozen clean.mk to clean_in.mk, add srcdir to them and
221           run configure on them. This way they can use
222           'include $(srcdir)/port-clean.mk'
223         - always include clean.mk by the Makefile at the same level. To avoid
224           that `make clean` tries to include and build Makefile.dep the
225           MAKECMDGOALS are examined (see e.g. src/Makefile.in). This has been
226           implemented, because now even `make uninstall` doesn't create
227           Makefile.in. clean.mk could be eliminated by pasting it in
228           Makefile.in.
229
230         * debugger/mcs51/Makefile.in: build own objects from library sources
231         (SLIB, SDCC) in current directory
232
233         * configure, configure.in: renamed --disable-device-lib-build in
234         --disable-device-lib; added --enable-doc, the required tools are
235         searched by configure; added result message; the toolchain for the
236         belonging ports are now only built, if the port is enabled.
237
238         * support/regression/*: all output is written in directory gen, because
239         the fwk and ports directories don't livet in the build tree using vpath
240
241         * doc/sdccman.lyx: renamed --disable-device-lib-build to
242         --disable-device-lib, added --enable-doc, added section VPATH
243
244         * sim/ucsim/configure.in,
245         * sim/ucsim/configure.in: hc08 couldn't be disabled, now hc08 and
246         z80 are enabled by default
247
248 2006-04-24 Raphael Neider <rneider AT web.de>
249
250         * src/pic/device.c (pic14_assignConfigWordValue): remember assignments
251             to config word, "pic14_"-prefixed some extern functions
252           (pic14_emitConfigWord): emit __config directive(s) if assignment to
253             config word has been found
254         * src/pic/device.h: added prototypes
255         * src/pic/pcode.c: added "pic14_"-prefix where needed
256         * src/pic/ralloc.c (IS_CONFIG_ADDRESS,pic14_assignRegisters): cosmetic
257             fixup
258         * src/pic/glue.c (pic14_constructAbsMap): handle assignments to config
259             words,
260           (pic14emitRegularMap): ignore config words,
261           (pic14createInterruptVect): moved generating __config directives away
262           (picglue): have __config directives emitted
263
264 2006-04-24 Borut Razem <borut.razem AT siol.net>
265
266         * doc/Makefile: sync with nightly build makefile
267
268 2006-04-24 Raphael Neider <rneider AT web.de>
269
270         * src/pic/pcoderegs.c (OptimizeRegUsage): do not optimize
271             registers that have not been assigned proper liveranges,
272             fixes #1469504 and #1474602,
273           (pCodeRegOptimizeRegUsage): fixed typo in comment
274
275 2006-04-24 Borut Razem <borut.razem AT siol.net>
276
277         * device/examples/main8051.c: deleted - it was removed from CVS
278           24.mar.2000 and after that modified 18.feb.2001, so it reappered
279           after the transition to Subversion
280         * src/SDCCalloc.h: deleted - it was removed  from CVS
281           3.feb.2001 and after that modified 18.feb.2001, so it reappered
282           after the transition to Subversion
283         * sim/ucsim/cpu.gif, sim/ucsim/interrupt.gif, sim/ucsim/new.gif,
284           sim/ucsim/serial1.gif, sim/ucsim/serial2.gif,
285           sim/ucsim/term_cpuopt.gif, sim/ucsim/timers.gif, sim/ucsim/wins.gif,
286           sim/ucsim/post.jpg, sim/ucsim/UCsim.jpg: corrected
287
288 2006-04-22 Maarten Brock <sourceforge.brock AT dse.nl>
289
290         * as/asx8051.dsp: added mcs51/strcmpi.h
291         * as/hc08/as_hc08.dsp: added asm.h, m6808.h, strcmpi.h
292         * as/hc08/aslink.h: updated lnksect prototype
293         * as/hc08/asm.h,
294         * as/mcs51/asm.h: added a_addr to struct area and s_org to struct sym
295         * as/hc08/asmain.c,
296         * as/mcs51/asmain.c (asmbl): init dot.s_org for S_ORG,
297           (newdot): handle A_ABS
298         * as/hc08/asout.c,
299         * as/mcs51/asout.c (outarea): output address
300         * as/hc08/lkaomf51.c,
301         * as/mcs51/lkaomf51.c: disabled unused array UsageType
302         * as/hc08/m08pst.c,
303         * as/mcs51/i51pst.c,
304         * as/z80/z80pst.c: "ABS" is not A_OVR
305         * as/hc08/lkarea.c (newarea): read a_addr,
306           (lnkarea): added codemap array, sort absolute areas to the front,
307            combine all GSINITx/GSFINAL,
308           (find_empty_space, allocate_space): new functions,
309           (lnksect): return next address, handle absolute sections
310         * as/mcs51/lkarea.c (newarea): read a_addr,
311           lnksect2 prototype changed,
312           (lnkarea2): define codemap unsigned, combine all GSINITx/GSFINAL,
313           (find_empty_space, allocate_space): new, factored out of lnksect2,
314           (lnksect2): return next address, handle absolute sections
315         * as/hc08/lkhead.c,
316         * as/mcs51/lkhead.c (newhead): head is absolute but not overlay
317         * as/hc08/lklibr.c (addfile, fndsym),
318         * as/mcs51/lklibr.c (addfile, buildlibraryindex, fndsym): prevent
319           index out of range and detect both '\' and '/'
320         * device/include/mcs51/c8051f200.h: added _XPAGE, removed bad comment
321         * device/include/stdbool.h: removed SDCC_ds390 from check to pass
322           regression tests (ds390 cannot return bool yet)
323         * doc/sdccman.lyx: changed version number, document changed --no-peep,
324           document critical interrupts on z80, document changed SDCC define
325         * src/asm.c (_asxxxx_mapping): fixed .org directive,
326           (_a390_mapping): added .org directive
327         * src/hc08/gen.c (transferAopAop): made bytemask log to fix warning,
328           (genMultOneByte): fixed warnings
329         * src/hc08/hc08.dsp: lowered warning level to 2 to suppress pedantic
330           ones
331         * src/pic16/device.c: removed newReg prototype, removed BYTE_IN_LONG
332         * src/pic16/gen.c (pic16_popGetLabel): made parameter key signed,
333           (pic16_genLeftShiftLiteral, genRightShiftLiteral): fixed warnings
334         * src/pic16/gen.h: changed prototype for pic16_popGetLabel
335         * src/pic16/main.c: removed newReg prototype
336         * src/pic16/pcode.c,
337         * src/pic16/pcode.h (pic16_emitDB): changed parameter c to int to fix
338           warnings
339         * src/pic16/pic16.dsp: lowered warning level to 2 to suppress pedantic
340           ones
341         * src/pic16/ralloc.c
342         * src/pic16/ralloc.h (newReg): changed type to int and size to unsigned
343           to fix warnings
344         * src/pic/pcode.c (allocInternalRegister): changed parameter optype
345           from short to PIC_OPTYPE
346         * src/pic/pic.dsp: lowered warning level to 2 to suppress pedantic ones
347         * src/pic/ralloc.c (newReg, allocInternalRegister): changed parameter
348           optype from short to PIC_OPTYPE
349         * src/port.h: made int_size unsigned to fix warnings
350         * src/SDCC.y: fixed warning on MSVC
351         * src/SDCCicode.c (getArraySizePtr): return unsigned int
352         * src/SDCCopt.c (convertToFcall): fixed warnings
353         * src/SDCCsymt.h: removed double prototype for genSymName
354         * src/xa51/ralloc.c (allocReg): made size unsigned int, type int and
355           offset int to fix warnings
356
357 2006-04-22 Borut Razem <borut.razem AT siol.net>
358
359         * doc/sdccman.lyx, */Makefile, */Makefile.in:
360           references to CVS replaced with Subversion
361
362 2006-04-21 Borut Razem <borut.razem AT siol.net>
363
364         * doc/sdccman.lyx, */Makefile, */Makefile.in:
365           references to CVS replaced with Subversion
366
367 2006-04-19 Borut Razem <borut.razem AT siol.net>
368
369         * src/version.awk: adapted for svn
370         * /asxxxx/asxhtml/*.gif: set property svn:mime-type to image/gif
371           sim/ucsim/doc/*.gif: set property svn:mime-type to image/gif
372           sim/ucsim/doc/*.jpg: set property svn:mime-type to image/jpeg
373           /binutils-avr/etc/*.vi, *.jin: removed all properties
374           support/scripts/sdcc.ico: set property svn:mime-type to image/x-icon
375
376 2006-04-19 Borut Razem <borut.razem AT siol.net>
377
378         * CVS to Subversion migration completed
379
380 2006-04-18 Borut Razem <borut.razem AT siol.net>
381
382         * support/scripts/sdcc.nsi: removed unexisting ${DEV_ROOT}\lib\pic\*.o,
383           ${DEV_ROOT}\lib\src\pic\libdev\*.S, ${DEV_ROOT}\lib\src\pic\libdev\*.inc
384
385 2006-04-17 Borut Razem <borut.razem AT siol.net>
386
387         * device/include/Makefile.in: added pic/*.inc to the installation
388
389 2006-04-15 Bernhard Held <bernhard AT bernhardheld.de>
390
391         * support/regression/collate-results.py: fixed output in case of
392         a valdiag error
393         * support/regression/generate-cases.py: fixed splitting of pathnames
394         with dots
395         * as/hc08/lklibr.c (addfile),
396         * as/mcs51/lklibr.c (addfile): fixed off-by-one bug
397
398 2006-04-11 Raphael Neider <rneider AT web.de>
399
400         * src/pic16/gen.c (getFreePtr, pic16_popRegFromString),
401         * src/pic16/ralloc.c (pic16_allocregWithName): removed debug output
402         * src/pic16/pcode.c (assignValnums): fixed #1460578
403
404 2006-04-11 Raphael Neider <rneider AT web.de>
405
406         * device/lib/pic/libdev/*.c,
407         * device/include/pic/*.h: replaced sfr and data with __sfr and __data,
408           fixes #1468739, enables compilation in --std-c99 mode
409         * support/scripts/inc2h.pl: emit __sfr/__data instead of sfr/data
410
411 2006-04-11 Raphael Neider <rneider AT web.de>
412
413         * src/pic/device.c (find_device): removed debug output
414           (list_valid_pics): enabled verbose listing of supported devices
415         * device/include/stdbool.h: define bool as char for pic14/16 as well
416
417 2006-04-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
418
419         * src/SDCC.y: allow using brackets here: "__interrupt (1) __using (1)"
420
421 2006-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
422
423         * .version: bumped version to 2.5.6
424         * src/pic/ralloc.c (newReg): MSVC doesn't support __builtin_return_address
425
426 2006-04-06 Raphael Neider <rneider AT web.de>
427
428         * .version: bumped version to 2.5.6 (pic14 ABI changed)
429         * src/SDCCmain.c: add -DSDCC_PROCESSOR=<id> for pic14 port
430         * src/pic/glue.c (emitSymbolToFile,pic14_constructAbsMap,
431           pic14emitRegularMap,pic14emitMaps): moved output for absolute symbols to
432             pic14_constructAbsMap
433           (pic14printPublics): declare absolute global symbols as global
434           (pic14createInterruptVect),
435         * src/pic/ralloc.c (IS_CONFIG_ADDRESS): support second config word,
436           (newReg): assume new registers unused, use correct name in
437             hashtable (reg->name instead of name), more debugLog output
438         * src/pic/device.h (PIC_device): added fields for verbose output
439         * src/pic/device.c: moved device definition to pic14devices.txt,
440             added routines for runtime parsing of pic14devices.txt,
441             added support for second config word
442         * src/pic/main.c (_process_pragma): removed #pragma maxram,
443           (_pic14_keywords): no longer accept "bit" and "sbit" keywords
444           (_pic14_initPaths): add search paths with "pic" suffix (not "pic14")
445           (_pic14_parseOptions): moved pCodeInitRegisters here
446           (_pic14_do_link): add "pic$(ARCH).lib" to linker arguments
447         * src/pic/pcode.c (AnalyzeBanking): bail out on unset processor,
448           (pCodeInitRegisters): rewrapped comments, perpared new approach to
449             handling the pseudo stack
450         * device/lib/Makefile.in: ignore failures in objects-pic16,
451         * device/lib/pic/{configure,configure.in,Makefile}: added libdev/
452         * device/lib/pic/NEWS: document new dependency on picXXX.lib
453         * device/lib/pic/Makefile.subdir,
454         * device/lib/pic16/Makefile.subdir: improved clean rules
455         * device/lib/pic/libdev/: NEW, pic14 device libraries
456         * device/lib/pic/libsdcc/_gptr{get,put}{1,2,3,4}.S: use _X not X
457         * device/lib/pic/libsdcc/macros.inc: use _X not X, declare default SFRs
458         * device/include/Makefile.in: create subdir and install pic14 headers
459         * device/include/pic/p16f_common.inc: removed unused declarations
460         * device/include/pic/pic16*.h: added header files for 100+ 14 bit
461             PICs from inc2h.pl v1.6,
462             replaced BIT_AT macros with struct declarations
463         * device/include/pic/pic14devices.txt: definition of supported devices,
464             all above improvements contributed by Zik Saleeba, thanks
465         * support/scripts/inc2h.pl: removed BIT_AT, replaced with structs
466         * support/scripts/sdcc.nsi: also install pic14 device libraries and
467             headers
468
469 2006-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
470
471         * device/include/mcs51/c8051f410.h: added interrupt numbers,
472         * device/include/mcs51/c8051f200.h: old SiLabs mcu completes the list,
473           thanks to Charles Olds
474
475 2006-04-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
476
477         * debugger/mcs51/cmd.c (infoRegisters): show return address on stack
478
479 2006-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
480
481         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug 1464657
482         * src/mcs51/gen.c (genJumpTab): fixed bug in medium model
483         * support/regression/bug1464657.c: added, new test
484
485 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
486
487         * src/SDCCmain.c (preProcess): implemented RFE 1449908, define SDCC as the
488           version number
489
490 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
491
492         * src/SDCCpeeph.c (initPeepHole): implemented RFE 1460196, when both
493           --no-peep and --peep-file <file> are used don't use default rules but
494           do use the <file>
495
496 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
497
498         * src/mcs51/gen.c (genCall): fixed bug 1457608
499
500 2006-03-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
501
502         * doc/sdccman.lyx: reverted to version 1.129 of december as my latest
503         changes seem to cause (trigger?) problems with the build system.
504
505 2006-03-29 Maarten Brock <sourceforge.brock AT dse.nl>
506
507         * src/SDCCpeeph.c (operandsLiteral): new, added,
508           (callFuncByName): inserted operandsLiteral
509         * src/mcs51/peeph.def: reenabled 132.e, added extra check to 132.x
510
511 2006-03-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
512
513         * doc/sdccman.lyx: added paragraph "Use of SDCC in Education"
514         * src/mcs51/peeph.def: disabled rule 132.e fixing bug #1453093
515
516 2006-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
517
518         * src/z80/gen.c (genFunction, genEndFunction): fixed bug 1160666,
519           implemented patch 1120823 Thanks to Willy De la Court (normal
520           interrupts need an interrupt number now if they are made critical),
521           and enabled nesting of critical functions though not for gbz80
522           (genCritical, genEndCritical): added functions
523           (genZ80Code): added cases for CRITICAL and ENDCRITICAL
524         * src/z80/mappings.i: added "ei" to all mappings
525
526 2006-03-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
527
528         * sim/ucsim/cmd.src/newcmdcl.h: applied patch fixing GCC 4.1 build
529         submitted by the Debian SDCC maintainer Aurelien Jarno:
530         "Credits goes to Martin Michlmayr, who rebuilt the whole Debian
531         archive with gcc 4.1 on mips and wrote the patch"
532
533 2006-03-16 Raphael Neider <rneider AT web.de>
534
535         * src/pic16/genarith.c (genAddLit): simplified and fixed case where
536           the left operand is shorter than the result (c* = lit-c* + int),
537           fixes bug #1450796
538         * src/pic16/gen.c (genRightShift): check IS_SYMOP before accessing
539           OP_SYMBOL
540
541 2006-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
542
543         * src/.version: increased version number to 2.5.5
544         * src/SDCCmain.c (linkEdit): do not test for PIC16 target since, PIC16
545         linking is done manually in pic16 port's _linkEdit,
546         * src/SDCCsymt.c (compStructSize): for target PIC16 and shell variable
547         PIC16_PACKED_BITFIELDS, compact bitfield structures as much as possible,
548         * src/pic16/gen.c (aopForSym): when direct register name is WREG then
549         allocate asmop as AOP_ACC,
550         (aopForRemat): added parameter 'bool result' in function declaration,
551         (pic16_aopGet): return AOP_ACC when accessing WREG,
552         (pic16_popGetTempReg): minor modification,
553         (pic16_popRegFromIdx): first try with 'pic16_regWithIdx' then with
554         'pic16_allocWithIdx',
555         (genPcall): removed ftype, usage of OP_SYM_TYPE asserted error when
556         calling function in absolute addresses,
557         (genAssign): take into account AOP_ACC asmop,
558         * src/pic16/pcode.c (pic16_newpCodeOpReg): minor modifications,
559         * src/pic16/pcoderegs.c: some debug functions and lines added,
560         * src/pic16/ralloc.c (decodeRegType): added but commented out,
561         * (pic16_typeRegWithIdx): search 'pic16_dynInternalRegs' for given
562         register too,
563         * (pic16_findFreeReg, pic16_findFreeRegNext): allocate new register via
564         call to allocReg, not by manually allocating a new one,
565         (pic16_assignRegisters): now before going through the register
566         allocating functions mark all registers as free. This eliminates some
567         side effects resulting from peephole parser done earlier in the backbone
568
569 2006-03-13 Maarten Brock <sourceforge.brock AT dse.nl>
570
571         * src/SDCCicode.c (geniCodeLogic),
572         * src/SDCCast.c (decorateType): applied patch by Bernhard for rfe 1422617
573
574 2006-03-10 Maarten Brock <sourceforge.brock AT dse.nl>
575
576         * src/mcs51/gen.c (sameReg): new, checks if two aop regs are the same,
577           (genSend): bugfix, do not allocate and free twice,
578           (shiftRLong): handle partially overlapping aops
579         * support/regression/tests/bitopcse.c: fixed warning redefined idata
580
581 2006-03-08 Borut Razem <borut.razem AT siol.net>
582
583         * support/regression/fwk/include/testfwk.h: added defines for xdata, idata
584           for pic16
585
586 2006-03-08 Maarten Brock <sourceforge.brock AT dse.nl>
587
588         * support/regression/tests/bug1409955.c: new, added
589         * src/mcs51/gen.h: changed asmop.freed:1 to asmop.allocated for tracking
590         * src/mcs51/gen.c (newAsmop): set asmop.allocated to 1,
591           (aopForSym, aopOp): increment asmop.allocated if reused,
592           (freeAsmop): decrement asmop.allocated and check for zero instead of
593           using asmop.freed,
594           (freeForBranchAsmop): use asmop.allocated instead of asmop.freed,
595           (genNot, genCpl, genUminus, genMinus, genMult, genDiv, genMod, genCmpGt,
596            genCmpLt, genAndOp, genOrOp, genAnd, genOr, genXor, genRRC, genRLC,
597            genGetHbit, genGetAbit, genGetByte, genGetWord, genSwap,
598            genLeftShiftLiteral, genLeftShift, genRightShiftLiteral,
599            genSignedRightShift, genRightShift, genDataPointerGet,
600            genPagedPointerGet, genFarPointerGet, genCodePointerGet,
601            genGenPointerGet, genDataPointerSet, genAssign, genCast): free asmop's
602             in reverse order from allocation,
603           (genPlus, genCmpEq): free asmop's in reverse order from allocation and
604             added swappedLR to keep track
605         * support/regression/fwk/include/testfwk.h: added defines for xdata, idata,
606           pdata & code for GCC, z80, gbz80 & hc08
607         * support/regression/tests/zeropad.c: moved defines to testfwk.h
608
609 2006-03-08 Raphael Neider <rneider AT web.de>
610
611         * src/pic16/main.c (_hasNativeMulFor): fixed bug #1444425
612
613 2006-03-07 Maarten Brock <sourceforge.brock AT dse.nl>
614
615         * device/include/mcs51/c8051f410.h: new SiLabs mcu
616         * src/ds390/peeph.def: disabled 186.d and 227.a as fix for #1434401
617         * support/regression/tests/array.c: added parenthesis, made arrays unsigned
618
619 2006-03-06 Borut Razem <borut.razem AT siol.net>
620
621         * support/regression/ports/pic16/spec.mk: link with libm18f.lib,
622           made the linker quiet
623
624 2006-03-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
625
626         * src/pic16/gen.c (genPcall): fixed bug #1443644
627         * src/pic16/device.h (struct pic16_options_t): added 'int CATregs' flag
628         which dumps before the function entry point a data byte which represents
629         the number of the local variables used by the specified function, added
630         'xinst' for initial support for Extended Instruction Support,
631         * src/pic16/gen.c (aopForSym, pic16_aopGet): beautifications,
632         (pic16_testStackOverflow): do not prefix GSTACK_TEST_NAME with
633         port->fun_prefix anymore (may change later),
634         (genFunction, genEndFunction): do not store/restore local registers for
635         _main (this should take care the --main-return command line option in
636         the future),
637         (genOr): removed some legacy pic-port instructions,
638         * src/pic16/genarith.c (genAddLit): re-enabled old code because
639         performing operations with SFR's causes data to be written more than
640         once to each SFR. Perhaps SFRs should be handled in special cases...
641         * src/pic16/glue.c: macros BIG_ENDIAN and BYTE_IN_LONG are moved to
642         pcode.h
643         * src/pic16/main.c (_process_pragma): stack bound checking did not take
644         into account for stack starting position,
645         (struct OPTIONS pic16_optionsTable): added command line argument
646         --extended or -y for Extended Instruction Support,
647         * src/pic16/ralloc.c (pic16_decodeOp): added case for FUNCTION,
648         (deassignLRs): *** perhaps the most important change, old 'for' code
649         (commented out for reference), didn't account for some registers which
650         were left marked 'not free' after a pointer operation. The change
651         reduces register usage a lot in some cases
652
653 2006-03-04 Borut Razem <borut.razem AT siol.net>
654
655         * support/regression/ports/hc08/spec.mk: remove *.asm in traget
656           _clean
657         * support/regression/tests/bug-524697.c: decreased array size for
658           mcs51 to fit into the internal RAM
659         * support/regression/Makefile.in: a little bit more verbose
660
661 2006-03-03 Borut Razem <borut.razem AT siol.net>
662
663         * support/regression/fwk/lib/testfwk.c,
664           support/regression/fwk/include/testfwk.h: introduced function
665           _prints(), nonrecursive _printn(), call _initEmu() from main()
666         * support/regression/ports/gbz80/support.asm,
667           support/regression/ports/ucz80/support.asm,
668           support/regression/ports/z80/support.asm,
669           support/regression/ports/ds390/support.c,
670           support/regression/ports/hc08/support.c,
671           support/regression/ports/host/support.c,
672           support/regression/ports/mcs51/support.c,
673           support/regression/ports/xa51/support.c: added empty _initEmu()
674           function
675         * support/regression/ports/pic16/gpsim.cmd,
676           support/regression/ports/pic16/spec.mk,
677           support/regression/ports/pic16/support.c,
678           support/regression/Makefile.in: added pic16 regression test
679
680 2006-03-01 Raphael Neider <rneider AT web.de>
681
682         * src/pic16/gen.c (genPcall,pic16_derefPtr,genGenPointerGet,
683           genConstPointerGet): use safe way of generating MOVFF to cover
684             literals as well as registers, fixes bug #1440527
685         * src/pic16/glue.c (pic16_printIvalBitFields): prevent NULL pointer
686             dereference
687           (pic16_printIvalUnion,pic16_isUnion): NEW, handle initialized unions
688             more correctly, fixes bug #1232186
689           (pic16_printIval): use pic16_printIvalUnion() for initialized unions
690         * src/pic16/main.c (_pic16_linkEdit): reorder linker arguments to make
691             gplink guess the correct processor in more cases, applied patch
692             from Till Riedel attached to and fixing bug #1436552
693
694 2006-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
695
696         * support/regression/tests/array.c: added, contains check for #1434401
697         * src/mcs51/peeph.def: disabled 186.d as temporary fix for #1434401
698
699 2006-02-16 Maarten Brock <sourceforge.brock AT dse.nl>
700
701         * device/include/mcs51/at89s8253.h: new, thanks to Krzysztof Polomka
702         * device/include/mcs51/at89S8252.h: fixed, thanks to Krzysztof Polomka
703         * device/include/mcs51/c8051f326.h,
704         * device/include/mcs51/c8051f340.h: new SiLabs mcu's
705         * device/include/mcs51/c8051f000.h,
706         * device/include/mcs51/c8051f018.h,
707         * device/include/mcs51/c8051f020.h: used () with __at, renamed IDLE,STOP to
708           PCON_IDLE,PCON_STOP and added sfr16 definitions
709
710 2006-02-14 Maarten Brock <sourceforge.brock AT dse.nl>
711
712         * src/mcs51/gen.c (genPlus, genMinus, genMult, genGetAbit, genGetByte,
713           genGetWord): fixed bug 1409955
714
715 2006-02-14 Maarten Brock <sourceforge.brock AT dse.nl>
716
717         * device/include/hc08/mc68hc908gp32.h,
718         * device/include/hc08/mc68hc908jb8.h: removed AWUL, added PTA6 & PTA7
719
720 2006-02-13 Maarten Brock <sourceforge.brock AT dse.nl>
721
722         * src/SDCCast.c (constExprValue): return NULL if not a value
723         * src/SDCCglue.c (printIvalArray): fixed bug 1225568
724         * src/hc08/gen.c(genUnpackBits, genUnpackBitsImmed): fixed bug 1019480
725         * support/regression/tests/bitfields.c: enabled signed bitfield for all
726
727 2006-02-13 Borut Razem <borut.razem AT siol.net>
728
729         * src/regression/ptrarg.c: added, fails due to bug #1430967
730         * src/regression/Makefile: ptrarg.c added, ...
731
732 2006-02-12 Maarten Brock <sourceforge.brock AT dse.nl>
733
734         * src/z80/gen.c (genUnpackBits): fixed bug 1019480
735         * support/regression/tests/bitfields.c: enabled signed bitfield for z80
736
737 2006-02-11 Borut Razem <borut.razem AT siol.net>
738
739         * src/SDCCmain.c: Added "sdcc: Calling linker..." if --verbose,
740           print "Processor: xxx" message to stdout only if --verbose
741
742 2006-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
743
744         * src/SDCCglue.c (printIvalStruct): fixed bug 1426356 union initializer
745         * support/regression/tests/bug1426356.c: added
746         * support/regression/tests/bitfields.c: removed 2 tests
747
748 2006-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
749
750         * device/include/mcs51/at89c51snd1c.h: updated comments, see patch 1428901
751         * device/include/mcs51/c8051f330.h,
752         * device/include/mcs51/c8051f350.h: used () with __at, renamed IDLE,STOP to
753           PCON_IDLE,PCON_STOP and added sfr16 definitions
754         * device/lib/_divsint.c,
755         * device/lib/_divuint.c,
756         * device/lib/_divulong.c,
757         * device/lib/_divulong.c: renamed a,b to x,y to avoid confusion, fixed
758           register bank bug for small stackauto
759
760 2006-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
761
762         * support/regression/fwk/lib/timeout.c: include <stdlib.h> for exit()
763
764 2006-02-08 Maarten Brock <sourceforge.brock AT dse.nl>
765
766         * support/regression/ports/mcs51-xstack-auto/spec.mk: forgot -I(...)/mcs51
767         * all.dsp: corrected several bin paths
768         * device/include/mcs51/c8051f120.h,
769         * device/include/mcs51/c8051f300.h,
770         * device/include/mcs51/c8051f310.h: used () with __at and renamed IDLE,STOP
771           to PCON_IDLE,PCON_STOP
772         * device/include/mcs51/c8051f320.h: see above, also added sfr16 definitions
773         * device/lib/printf_large.c (output_float): fixed bug 1388703
774         * support/regression/tests/bug1057979.c: added test for bug 1388703
775
776 2006-02-08 Raphael Neider <rneider AT web.de>
777
778         * src/pic/pcode.c (pciTRIS): fixed typo,
779           (BuildFlow,LinkFlow_pCode): added (disabled) debug output,
780           (LinkFlow): fixed handling of flows that end in a call,
781           (ReuseReg): perform safety check earlier
782         * src/pic/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed
783             to work with flows at the beginning of a pBlock,
784             fixes #1426557 (Symbol not previously defined),
785           (pic14_ReMapLiveRanges): NEW, destroy and rebuild register
786             usage information
787           (RemoveUnusedRegisters): update register usage info
788         * src/pic/ralloc.c (newReg): prevent duplicate registers from being
789             created, reuse existing ones instead
790         * src/pic/gen.c (genPcall): fixed #1424719
791
792 2006-02-07 Bernhard Held <bernhard AT bernhardheld.de>
793
794         * link/z80/lkmain.c,
795         * link/z80/lklex.c,
796         * link/z80/lkdata.c,
797         * link/z80/aslink.h: fixed build on current cygwin:
798         replaced getline() by lk_getline()
799
800 2006-02-01 Borut Razem <borut.razem AT siol.net>
801
802         * src/regression/add.c, src/regression/add2.c, src/regression/add3.c,
803           src/regression/add4.c, src/regression/and1.c, src/regression/and2.c,
804           src/regression/arrays.c, src/regression/b.c, src/regression/bank1.c,
805           src/regression/bool1.c, src/regression/bool2.c,
806           src/regression/bool3.c, src/regression/call1.c,
807           src/regression/compare.c, src/regression/compare10.c,
808           src/regression/compare2.c, src/regression/compare3.c,
809           src/regression/compare4.c, src/regression/compare5.c,
810           src/regression/compare6.c, src/regression/compare7.c,
811           src/regression/compare8.c, src/regression/compare9.c,
812           src/regression/configword.c, src/regression/for.c,
813           src/regression/inline.c, src/regression/mult1.c,
814           src/regression/nestfor.c, src/regression/or1.c,
815           src/regression/pointer1.c, src/regression/ptrfunc.c,
816           src/regression/rotate1.c, src/regression/rotate2.c,
817           src/regression/rotate3.c, src/regression/rotate4.c,
818           src/regression/rotate5.c, src/regression/rotate6.c,
819           src/regression/rotate7.c, src/regression/string1.c,
820           src/regression/struct1.c, src/regression/sub.c,
821           src/regression/sub2.c, src/regression/switch1.c,
822           src/regression/while.c, src/regression/xor.c,
823           src/regression/create_stc, src/regression/simulate,
824           src/regression/rt.sh, src/regression/Makefile: reenabled Scott's PIC14
825           regression tests
826         * src/regression/gpsim_assert.h: added
827
828 2006-01-28 Bernhard Held <bernhard AT bernhardheld.de>
829
830         * src/ds390/gen.c (unsaveRegisters): fixed literal function pointer
831         ((void (code *) (void)) 0) ();
832         * as/hc08/aslex.c,
833         * as/hc08/aslink.h,
834         * as/hc08/asm.h,
835         * as/hc08/asmain.c,
836         * as/hc08/lkdata.c,
837         * as/hc08/lklex.c,
838         * as/hc08/lkmain.c,
839         * as/mcs51/aslex.c,
840         * as/mcs51/aslink.h,
841         * as/mcs51/asm.h,
842         * as/mcs51/asmain.c,
843         * as/mcs51/lkdata.c,
844         * as/mcs51/lklex.c,
845         * as/mcs51/lkmain.c,
846         * as/z80/aslex.c,
847         * as/z80/asm.h,
848         * as/z80/asmain.c: fixed build on current cygwin:
849         replaced getline() by as_getline()
850
851 2006-01-27 Bernhard Held <bernhard AT bernhardheld.de>
852
853         * src/SDCC.y: fixed bug #716242, exchanged pointer and function
854         declarator in the symbol chain
855         * src/SDCCsymt.h,
856         * src/SDCCsymt.c (processFuncPtrArgs): added, removes "(void)"
857         parameter list for function pointers
858         * src/SDCCast.c (decorateType): added call of processFuncPtrArgs()
859         * support/regression/tests/bug-716242.c: added
860
861 2006-01-20 Bernhard Held <bernhard AT bernhardheld.de>
862
863         * src/SDCCicode.c (geniCodeAdd, geniCodeArray): use char for array
864         offset if possible
865         * src/SDCCast.c (getLeftResultType): 255 fits in char, not 256
866
867 2006-01-18 Bernhard Held <bernhard AT bernhardheld.de>
868
869         * src/SDCCast.c (backPatchLabels): fixed bug #1408066: made it
870         inifinitely recurseable, added static
871         * support/regression/tests/bug-1408066.c: added
872
873 2006-01-17 Bernhard Held <bernhard AT bernhardheld.de>
874
875         * src/SDCCicode.h,
876         * src/SDCCicode.c (newiTempPreheaderLabel, newiTempLoopHeaderLabel):
877         renamed, added possibility to create "postLoopLbl"-labels
878         * src/SDCCBBlock.c (iCodeBreakDown): renamed newiTempPreheaderLabel to
879         newiTempLoopHeaderLabel
880         * src/SDCCloop.c (newInduction, newRegion, backEdges, insertIntoLoop,
881         isNotInBlocks, addToExitsMarkDepth, createLoop, dominatedBy,
882         addDefInExprs, assignmentsToSym, isOperandInvariant, pointerAssigned,
883         hasNonPtrUse, loopInvariants, addressTaken, findInduction,
884         findDefInRegion, mergeRegions, ifMerged, mergeInnerLoops): made static,
885         (pinduction, pregion, hasIncomingDefs, findLoopEndSeq): disabled,
886         (basicInduction): fixed bug #136564, made static,
887         (loopInduction): changed parameter of basicInduction, made static,
888         (addPostLoopBlock): added
889         * src/SDCCloop.h: removed backEdges, pregion, pinduction,
890         loopOptimizations, addressTaken, findDefInRegion, hasIncomingDefs,
891         findLoopEndSeq
892         * support/regression/tests/bug-136564.c: added
893         * support/regression/ports/mcs51-xstack-auto/spec.mk: added
894         --std-sdcc99 to LIBSDCCFLAGS
895
896 2006-01-16 Bernhard Held <bernhard AT bernhardheld.de>
897
898         * src/SDCCicode.c (geniCodeIfx): fix bug 1406131: always false
899         while loop
900         * support/regression/tests/bug-1406131.c: added
901
902 2005-12-31 Bernhard Held <bernhard AT bernhardheld.de>
903
904         * src/SDCCast.c (decorateType): fix promotion of unary minus
905         * src/SDCCsymt.c (computeType): beautified
906         * src/SDCCval.c (cheapestVal): beautified, old non-Ansi version removed,
907         (valUnaryPM, valComplement): fix sign and promotion,
908         (valNot): ANSI: result type is int (SDCC: unsigned char)
909         * support/regression/tests/uminus.c: speedup by removing superflous
910         test case 'int'
911         * support/regression/tests/onebyte.c: added promotion and signedness
912         tests for unary minus
913         * support/regressions/tests/bug-477927.c: disable warning about
914         uninitialized variables
915         * support/regression/tests/not.c: added
916
917 2005-12-28 Bernhard Held <bernhard AT bernhardheld.de>
918
919         * device/lib/Makefile.in: added --std-sdcc99 to CFLAGS
920         * src/mcs51/gen.c (gen51Code): show final register usage after
921         fillGaps in asm with --i-code-in-asm
922         * src/SDCClrange.c (sequenceiCode, setLiveFrom, setLiveTo,
923         markLiveRanges, markAlive, findNextUseSym, findNextUse, unvisitBlocks,
924         incUsed, rliveClear, adjustIChain): made static,
925         (setFromRange): excluded because it's unused,
926         (findPrevUseSym, markWholeLoop): added,
927         (findPrevUse): rewritten; fixes bug 895992; now a complete search
928         through all branches of predecessors enables sdcc to emit the warning
929         W_LOCAL_NOINIT, marking of outermost loop was incomplete,
930         (rlivePoint): made static, added parameter emitWarnings which is only
931         true during the first run out of two,
932         (findRecursiveSucc, findRecursivePred): removed,
933         (computeLiveRanges): made static, added parameter emitWarnings,
934         (dumpIcRlive): added for debugging only
935         * src/SDCClrange.h: added boolean parameter to computeLiveRanges(),
936         removed prototype of setFromRange()
937         * src/SDCCopt.c (eBBlockFromiCode): added new parameter emitWarnings
938         in call of computeLiveRanges()
939         * support/regression/tests/bug-895992.c: added
940         * support/regression/tests/bug-971834.c: added
941         * support/valdiag/tests/bug-895992.c: added
942         * support/valdiag/tests/bug-971834.c: added
943
944 2005-12-18 Raphael Neider <rneider AT web.de>
945
946         * src/pic16/gen.c: added IS_DIRECT macro for "direct" operands,
947           (genUnpackBits): improved code for direct operands,
948           (genPackBits): improved code for literal assignment to bitfields
949             and for direct destination operands (no FSR indirection),
950             prevented redundant AND, fixes #1362800,
951           (AccLsh): added parameter to disable masking of the result
952         * src/pic16/pcode.c (pic16_safepCodeUnlink): fixed to work with
953           skip instructions with side-effects (like incfsz),
954           (pic16_pCodeIsAlive): suppress verbose output unless pcode_verbose,
955         * src/pic16/pcoderegs.c (RemoveRegsFromSet): removed annoying warning
956         * device/lib/pic16/Makefile.common.in: added --asm=@GPASM@ to CC,
957           fixes #1375263
958
959 2005-12-11 Bernhard Held <bernhard AT bernhardheld.de>
960
961         * src/SDCCicode.c (geniCodeAssign): fixed bug 11369874, don't use
962         volatile variables as spill location
963
964 2005-12-10 Bernhard Held <bernhard AT bernhardheld.de>
965
966         * src/SDCCcse.c (findCheaperOp): fixed bug 1376320, copy signedness to
967         replacing literals
968         * support/regression/tests/bug-1376320.c: added
969
970 2005-12-08 Raphael Neider <rneider AT web.de>
971
972         * src/pic/device.c: renamed is_shared to pic14_is_shared
973         * src/pic/gen.c (genIfx): re-enabled handling of sbits
974         * src/pic/glue.c (emitSymbolToFile): added workaround for sbits,
975           (is_valid_identifier): added for above workaround
976
977 2005-12-07 Maarten Brock <sourceforge.brock AT dse.nl>
978
979         * device/lib/Makefile.in: fixed to enable port-specific-objects
980         * device/lib/ds390/i2c390.c (BitOutI2C): optimized by making bout unsigned
981           char, thanks Hubert Sack
982         * doc/sdccman.lyx: documented --xstack-loc,
983           elaborated a bit more on interrupts and pitfalls,
984           removed "setjmp/longjmp unsupported",
985           documented some unsupported C99 features
986         * src/SDCCmain.c (linkEdit): adapted default lib path for --stack-auto
987         * src/SDCCpeeph.c (readRules): inserted patch 1367130 for finding missing
988           if, thanks Hubert Sack
989         * src/mcs51/gen.c (genEndFunction): enabled "pop psw" for regbank 0 isr
990         * support/regression/Makefile.in: test-mcs51-stack-auto no longer needs to
991           make make_library
992         * support/regression/get_ticks.py: new, get cpu cycles and code size, so
993           regression tests can report resource usage (rfe 700441)
994         * support/regression/collate-results.py: report resource usage
995         * support/regression/ports/ds390/spec.mk,
996         * support/regression/ports/hc08/spec.mk,
997         * support/regression/ports/mcs51/spec.mk,
998         * support/regression/ports/ucz80/spec.mk: run sim output through get_ticks
999         * support/regression/ports/ds390/uCsim.cmd,
1000         * support/regression/ports/hc08/uCsim.cmd,
1001         * support/regression/ports/mcs51/uCsim.cmd,
1002         * support/regression/ports/ucz80/uCsim.cmd: inserted "state" to report time
1003         * support/regression/ports/mcs51-stack-auto/spec.mk: no need to build the
1004           library, use the default one
1005         * support/regression/ports/mcs51-xstack-auto/spec.mk: inserted rules for
1006           building the library
1007
1008 2005-12-06 Maarten Brock <sourceforge.brock AT dse.nl>
1009
1010         * config.dsp: added dependency on .version and configure_vc.awk
1011         * device/include/setjmp.h: updated for --stack-auto and --xstack
1012         * device/include/mcs51/at89c51snd1c.h: corrected line endings
1013         * device/include/mcs51/XC866.h: added, thanks Llewellyn van Zyl
1014         * device/lib/_setjmp.c: updated for --stack-auto and --xstack
1015         * device/lib/libsdcc.lib: added _setjmp
1016         * src/SDCCast.c (createIvalCharPtr): fixed warnings,
1017           (decorateType): fixed bug 1372851,
1018           (optimizeGetHbit): fixed warning
1019         * src/SDCCglue.c (printIvalChar, printIvalArray): adapted for flexible
1020           array initialisation
1021         * support/regression/tests/bug1057979.c: added test for bug 1358192
1022         * support/regression/tests/setjmp.c: added, test for setjmp/longjmp
1023
1024 2005-12-03 Borut Razem <borut.razem AT siol.net>
1025
1026         * support/scripts/sdcc.nsi: added /SOLID option to "SetCompressor lzma"
1027           command since the NSIS was upgraded to version 2.11 on CF x86-linux2
1028
1029 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
1030
1031         * src/SDCCast.c (createIvalStruct, createIvalArray, createIvalPtr,
1032         createIval): implement symbol independant "flexible array member",
1033         (createIvalCharPtr): implemented flexible array initialisation with a
1034         string
1035         * src/SDCCsymt.c (copyStruct): removed,
1036         (getSize): fixed misleading comment,
1037         (getAllocSize): removed, the additional allocation size is now in
1038         sym->flexArrayLength,
1039         (checkStructFlexArray): new, syntax checks for flexible array members,
1040         (compStructSize): added syntax checks for "flexible array members"
1041         (copyStruct): removed,
1042         (copyLinkChain): removed inefficient fix for bug 770487
1043         * src/SDCCglue.c (emitRegularMap): getAllocSize has been removed
1044         * src/SDCCsymt.h: added structdef.b_flexArrayMember and
1045         symbol->flexArrayLength
1046         * src/SDCCerr.c,
1047         * src/SDCCerr.h: added W_INVALID_FLEXARRAY, W_C89_NO_FLEXARRAY,
1048         E_FLEXARRAY_NOTATEND and E_FLEXARRAY_INEMPTYSTRCT
1049         * support/regression/tests/structflexarray.c: added
1050         * support/valdiag/tests/structflexiblearray.c: added
1051
1052 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
1053
1054         * src/SDCCast.c (decorateType): fixed bug 1368489
1055         * support/Util/SDCCerr.c,
1056         * support/Util/SDCCerr.h: added warning W_CMP_SU_CHAR
1057
1058 2005-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1059
1060         * device/include/mcs51/at89c51snd1c.h: added file submitted by
1061           Weston T. Schmidt <schmidtw AT users.sourceforge.net>, patch #1368001
1062
1063 2005-11-27 Borut Razem <borut.razem AT siol.net>
1064
1065         * support/cpp2/cppinit.c, support/cpp2/cpplib.h, support/cpp2/mkdeps.c,
1066           support/cpp2/mkdeps.h: added command line option
1067           -obj-ext=<extension> to SDCPP to define object file externion, used
1068           for generation of make dependencies (-M)
1069         * src/SDCCmain.c: pass -obj-ext=<extension> to SDCPP
1070
1071 2005-11-26 Borut Razem <borut.razem AT siol.net>
1072
1073         * support/scripts/sdcc.nsi: added small-stack-auto libraries,
1074           added missing device/lib/mcs51/crt*.asm, pic and pic16 sources,
1075           added pic and pic16 libraries
1076
1077 2005-11-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1078
1079         * device/include/float.h: Corrected typo in prototype of __fsgt
1080
1081 2005-11-25 Borut Razem <borut.razem AT siol.net>
1082
1083         * sdcc/device/lib/Makefile.in, sdcc/device/lib/incl.mk:
1084           added creation of model-mcs51-stack-auto libraries
1085
1086 2005-11-24 Bernhard Held <bernhard AT bernhardheld.de>
1087
1088         * src/SDCCsymt.c (copyLinkChain): fixed bug 770487, copy structdef
1089         and fields-list too
1090         * src/SDCCast.c (createIvalArray): removed obsolete comment
1091
1092 2005-11-24 Borut Razem <borut.razem AT siol.net>
1093
1094         * sdcc/device/lib/Makefile.in: remove all unnecessary files, 2nd try...,
1095           added missing device/lib/mcs51/crt*.asm sources
1096
1097 2005-11-23 Bernhard Held <bernhard AT bernhardheld.de>
1098
1099         * src/SDCCast.c (createIvalCharPtr): fixed bug 1348271
1100
1101 2005-11-22 Maarten Brock <sourceforge.brock AT dse.nl>
1102
1103         * device/lib/_fs2schar.c,
1104         * device/lib/_fs2sint.c,
1105         * device/lib/_fs2slong.c: optimized inline asm
1106
1107 2005-11-21 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1108
1109         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
1110           Better handling of floats between -1.0 and 0.0.
1111
1112 2005-11-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1113
1114         * src/mcs51/peeph.def: added missing "if"s as noted by Hubert Sack.
1115           (the missing "if"s prohibited removal of redundant labels)
1116
1117 2005-11-19 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1118
1119         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
1120           Properly convert floats between -1.0 and 0.0 to long, int, and char
1121           types (max integer value of negative floats tends to zero).
1122         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
1123           Removed changes made so to work properly with floats between
1124           -1.0 and 0.0, as the problem is fixed in _fs2slong.c, _fs2sint.c,
1125           and _fs2char.c
1126
1127 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
1128
1129         * src/SDCCcse.c (ReplaceOpWithCheaperOp): minor fix for debugging only
1130         * src/mcs51/gen.c (genUnpackBits): better code and a fix,
1131         (genCast) cosmetic change
1132         * src/ds390/gen.c (genUnpackBits, ): ported from mcs51
1133         * src/ds390/ralloc.c (packRegsForAssign): ported fix for bitfields
1134         from mcs51
1135         * support/regression/tests/bitfields (testSignedBitfields): added
1136
1137 2005-11-18 Borut Razem <borut.razem AT siol.net>
1138
1139         * sdcc/device/lib/Makefile.in: remove all unnecessary files
1140         * device/lib/pic/Makefile.rules, device/lib/pic16/Makefile.subdir:
1141           introduced SILENT option to make building of pic16 libraries less
1142
1143 2005-11-18 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1144
1145         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
1146           Now they work properly with floats between -1.0 and 0.0
1147         * device/lib/printf_large.c: Removed temporary patch for bug 1358192
1148
1149 2005-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
1150
1151         * src/SDCCicode.c (printOperand): added missing else
1152
1153 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
1154
1155         * src/SDCCsymt.c (computeType): fixed bug 1358192: added missing else,
1156         reformatted for better readability
1157         * src/mcs51/gen.c (genUnpackBits): initial, incomplete support for
1158         signed bitfields
1159
1160 2005-11-17 Borut Razem <borut.razem AT siol.net>
1161
1162         * device/lib/pic16/Makefile.rules, device/lib/pic16/Makefile.subdir:
1163           introduced SILENT option to make building of pic16 libraries less
1164           verbose - used for nightly snapshot build
1165         * doc/sdccman.lyx: documented that SDCDB and ucSim are currently not
1166           available on Win32 platforms.
1167         * sdcc/device/lib/Makefile.in: added library sources for mcs51, small,
1168           medium, large, pic and pic16
1169
1170 2005-11-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1171
1172         * device/lib/printf_large.c: Temporary patch for bug 1358192:
1173           printf("%f"...) sets fraction to zero.
1174
1175 2005-11-16 Raphael Neider <rneider AT web.de>
1176
1177         * src/pic/pcode.c (LinkFlow): handle empty flows correctly,
1178           fixes #1357221
1179         * src/pic/gen.c (genIfx): implemented for CARRY bit
1180         * src/pic16/gen.c (genAssign,genCast): fixed assigning/casting
1181           to generic pointers, fixes #1357332,
1182           (pic16_movLit2f): NEW,
1183           (pic16_storeForReturn,genDataPointerSet): use pic16_movLit2f
1184
1185 2005-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
1186
1187         * src/SDCCmain.c (parseCmdLine): fixed bug 1356800, thanks rsudjian
1188
1189 2005-11-11 Raphael Neider <rneider AT web.de>
1190
1191         * src/pic/gen.c: handle FPOINTERS like POINTERS everywhere
1192         * src/pic16/gen.c (pic16_derefPtr): now works for non-pointers as well,
1193           compute pointer's type from operand,
1194           (genUnpackBits,genPackBits): handle FPOINTERS correctly, re-indented,
1195           improved single bit reads, fixes bug #1353379
1196
1197 2005-11-09 Borut Razem <borut.razem AT siol.net>
1198
1199         * support/scripts/sdcc.nsi: added lib/pic to the package
1200
1201 2005-11-08 Maarten Brock <sourceforge.brock AT dse.nl>
1202
1203         * src/SDCCval.c (valUnaryPM): fixed bug 1350699
1204
1205 2005-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
1206
1207         * support/regression/tests/bug1348008.c: added
1208         * src/mcs51/gen.c (saveRBank, unsaveRBank): fixed bug 1348008
1209         * support/regression/tests/bug1337835.c: updated comment
1210
1211 2005-11-06 Borut Razem <borut.razem AT siol.net>
1212
1213         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
1214           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
1215           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
1216           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
1217           sim/ucsim/cmd.src/set.cc, sim/ucsim/cmd.src/show.cc:
1218           dynamic construction of cl_error_class and derivates - 2.nd try
1219
1220 2005-11-05 Borut Razem <borut.razem AT siol.net>
1221
1222         * sim/ucsim/sim.src/error.cc: fixed uninitialized class member variable
1223           bug, which caused Bus Errors on sparc solaris
1224
1225 2005-11-04 Borut Razem <borut.razem AT siol.net>
1226
1227         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
1228           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
1229           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
1230           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
1231           sim/ucsim/cmd.src/cmdconf.cc: dynamic construction of cl_error_class
1232           and derivates to resolve the initialization problem on OSX
1233
1234 2005-11-02 Borut Razem <borut.razem AT siol.net>
1235
1236         * sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
1237           corrected typo - #include <winsock2.h>
1238
1239 2005-11-02 Maarten Brock <sourceforge.brock AT dse.nl>
1240
1241         * src/asm.c (printILine): always close tmpFile, thanks Beau E. Cox,
1242           (_asxxxx_mapping): added org directive for future enhancements
1243
1244 2005-11-01 Borut Razem <borut.razem AT siol.net>
1245
1246         * sim/ucsim/app.cc, sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
1247           enabled sockets on WIN32
1248         * sim/ucsim/cmd.src/newcmd.cc: fixed bug with uninitialized variables
1249
1250 2005-10-31 Borut Razem <borut.razem AT siol.net>
1251
1252         * support/regression/generate-cases.py: escape backslashes in {testcase}:
1253           WIN32 backslash path delimiters should be escaped when used in C strings
1254         * support/regression/tests/bitfields.c: exclude failing assertions for
1255           __CYGWIN32__ and __MINGW32__ hosts
1256
1257 2005-10-30 Borut Razem <borut.razem AT siol.net>
1258
1259         * src/SDCCutil.c: corrected double comparison typo
1260
1261 2005-10-30 Maarten Brock <sourceforge.brock AT dse.nl>
1262
1263         * device/lib/medium/Makefile: added for new memory model medium
1264         * device/include/asm/mcs51/features.h: updated for medium/pdata
1265         * device/include/mcs51/c8051f120.h: added sfr16/sfr32 definitions,
1266           added Multiply & Accumulate sbit's and MAC0_PAGE define
1267         * device/include/mcs51/c8051f300.h: added sfr16 definitions
1268         * device/include/mcs51/c8051f310.h: added sfr16 definitions
1269         * device/lib/_mullong.c: update for medium model
1270         * device/lib/incl.mk: added medium model
1271         * doc/sdccman.lyx: documented medium model
1272         * src/SDCCast.c (isBitAndPow2): simplified using updated powof2
1273         * src/SDCCicode.c (geniCodeMultiply, geniCodeDivision): use updated powof2
1274         * src/SDCCmain.c (optionsTable, linkEdit): enabled medium model
1275         * src/SDCCmem.c (allocIntoSeg): set iaccess for pdata symbols,
1276           (allocParms): set SCLS and OCLS to pdata for medium model
1277         * src/SDCCsymt.c (processFuncArgs): use default_local_map and set iaccess
1278           for pdata,
1279           (powof2): return <0 if not power of 2
1280         * src/avr/gen.c (genBitWise): use updated powof2
1281         * src/mcs51/gen.c (genMinusDec): use acc if necessary,
1282           (shiftR2Left2Result): small optimization in setup, save acc when storing,
1283           (shiftLLeftOrResult): use B if necessary
1284         * src/mcs51/main.c (_mcs51_finaliseOptions, mcs51_port): added medium model
1285         * src/mcs51/peeph.def: renamed 226 to 226.b, added 226.a
1286         * src/pic/main.c (_pic14_do_link): made void parameter list explicit
1287         * support/regression/Makefile.in: added test-mcs51-medium
1288         * support/regression/ports/mcs51-medium/spec.mk: added to test medium model
1289
1290 2005-10-28 Bernhard Held <bernhard AT bernhardheld.de>
1291
1292         * src/SDCCsymt.c (compStructSize): make bitfields without (un)signed
1293         specifier unsigned
1294         * device/lib/time.c (mktime): fixed bug 1334315
1295
1296 2005-10-28 Raphael Neider <rneider AT web.de>
1297
1298         * device/include/pic/p16f_common.inc: added common declarations
1299         * src/pic/ralloc.c (initStack): moved regs *r to block start for Alpha
1300
1301 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
1302
1303         * src/mcs51/gen.c (getTempRegs): return 0 if not enough registers found,
1304           (aopPutUsesAcc): added to predict accumulator use,
1305           (assignResultValue): save acc if necessary,
1306           (genMinusDec): store result if indirectly addressed,
1307           (genDivOneByte):  save acc if necessary,
1308           (movLeft2Result): bugfix if left already in acc,
1309           (genAnd, genOr, genXor, shiftL2Left2Result, shiftR2Left2Result): pay more
1310             attention to accumulator use (esp. pdata),
1311           (genReceive): receive pdata correctly
1312         * src/SDCCicode.c (isOperandInPagedSpace): added to detect pdata operands
1313         * src/SDCCicode.h: added isOperandInPagedSpace prototype
1314
1315 2005-10-27 Raphael Neider <rneider AT web.de>
1316
1317         * doc/sdccman.lyx: corrected version (should be 2.5.4 not 2.5.5)
1318
1319 2005-10-27 Raphael Neider <rneider AT web.de>
1320
1321         * .version: changed version to 2.5.4
1322         * doc/sdccman.lyx: changed version to 2.5.4, added some remarks to PIC14
1323         * device/lib/pic/libsdcc/{_mulint.c,_mullong.c}: use unsigned literals,
1324           (_divschar.c,divuchar.c,_mulchar.c,_modschar.c,_moduchar): NEW,
1325             arithmetics support routines
1326         * device/lib/pic/Makefile.rules: have assembler sources preprocessed
1327         * device/lib/Makefile.in: also create installdir for pic
1328
1329         * src/SDCCopt.c (cnvToFcall): mark support routines `extern' for
1330           pic14 port as well
1331         * src/pic/device.c (dump_sfr): rewritten to delegate register
1332           placement to the linker (use `extern sym' rather than sym EQU addr),
1333           (validAddress): fixed to check last specified address
1334         * src/pic/gen.c (aopForSym): added code to deal with array (useless?),
1335           (popGetLit): truncate literal value to 8 bit,
1336           (popGet): moved assert to more appropriate place
1337           (popGetExternal): create pCode operand from and mark the according
1338             symbol as being `extern'
1339           (popGetAddr): added sanity check on immediate's offset, provide
1340             GPOINTER tag on demand
1341           (aopPut): fixed for immediates,
1342           (mov2w_op): move operand's address or contents to WREG (depending on
1343             operand type), safer variant of mov2w,
1344           (movwf,call_libraryfunc): NEW, handy abbreviations,
1345           (get_argument_pcop,get_return_val_pcop,pass_argument,
1346           get_returnvalue): interface for accessing function parameters and
1347             return values,
1348           (assignResultValuei,genRet): use new parameter/return value interface
1349           (pic14_getDataSize): back to old version handling generic pointers,
1350           (pic14_toBoolean,genNot,genCpl,genCmpEq,genOrOp): heavily rewritten,
1351             provided implementation and/or fixed old one,
1352           (genMultOneByte,genDivOneByte,genModOneByte): implemented as library
1353             calls, removed legacy 8051 reference code
1354           (AccLsh,AccRsh): rewritten and fixed to deal with signed operands
1355           (loadSignToC): NEW, move the operands sign bit to CARRY,
1356           (genGenericShift): NEW, replaces genLeftShift, genRightShift and
1357             genRightShiftSigned, accepts negative shift counts,
1358           (setup_fsr): load FSR and adjust IRP (indirect memory access),
1359           (emitPtrByteGet,emitPtrByteSet): rewritten, now works with
1360             generic pointers, __data pointers and __code pointers,
1361           (genUnpackBits,genPackBits): rewritten to work with generic pointers
1362             and signed bitfields, limit bitfields to 8 bit,
1363           (genDataPointerGet): fixed number of bytes read,
1364           (genGenPointerGet,genConstPointerGet): fixed bitfield access,
1365           (genPointerGet,genPointerSet): fixed handling of __code pointers,
1366             pointers to constant data are no longer assumed to point to __code
1367             space, removed invalid pointer types,
1368           (bitpatternFromVal): retrieve the PICs representation of an integer
1369             or float literal,
1370           (genDataPointerSet): fixed assigning to po_immediate operands,
1371           (genGenPointerSet): implemented as library call,
1372           (genIfx): fixed incorrect condition,
1373           (genAddrOf): limit generic pointers' addresses to 2 bytes,
1374             provide GPOINTER tag according to destination's storage class,
1375           (genCast): added code to handle casting to generic pointers, added
1376             sign-/zero extension of the result
1377           (aop_isLitLike,op_isLitLike): fixed handling of immediates
1378         * src/pic/gen.h: added macros to access IRP bit in STATUS register
1379         * src/pic/genarith.c (genAddLit): use min(result's,left's) size, sign
1380           extend the result
1381         * src/pic/glue.c (is_shared_address,is_shared): check whether a given
1382           address/register resides in the shared banks
1383           (emitSymbolToFile): improved to handle global and `pinned' symbols,
1384             put all variables into separate sections (have the linker arrange
1385             them)
1386           (picglue): put init code and interrupt handlers in separate sections
1387         * src/pic/main.c: added port specific options table, modified to PORT
1388           structure to make GPOINTERs 3 byte, added pic14_options
1389           (_pic14_do_link): private linking routine (update paths to libraries,
1390             add libsdcc.lib by default)
1391         * src/pic/main.h: declare pic14_options
1392         * src/pic/pcode.c: fixed instructions i/o relations,
1393           (RegCond): reverted to correct version,
1394           (newpCodeOpLit): truncate literals to 8 bit,
1395           (genericPrint): added debug output,
1396           (getRegFromInstruction): fixed for various operand types, simplified
1397           (BuildFlow): fixed broken handling of isntructions with labels
1398           (LinkFlow): start at last instruction in flow (skip trailing comments),
1399             pass the flow on to the next instruction after CALL
1400           (pCodeReplace): NEW, replace a pCode and move meta data to the new one
1401           (insertPCodeInstruction): fixed inserting after a skip instruction,
1402           (DoBankSelect): fixed for labeled instructions
1403           (OptimizepBlock): honor --nopeep switch
1404           (AnalyzeFlow,ReuseReg): prevent crash on source files with no function
1405         * src/pic/pcodepeep.c (pCodePeepMatchRule): prevent NULL pointer accesses
1406         * src/pic/pcoderegs.c (regIsLocal): NEW, check visibility of a register
1407           (pCodeOptime2pCodes): allow disabling this optimization via
1408             --no-pcode-opt due seldomly occuring bugs, fixed some conditions
1409             but is still buggy), started implementation of a dataflow based
1410             pCode optimization (CSE + dead code elimination)
1411           (pCodeRegMapLiveRangesInFlow): removed bogus inCond
1412         * src/pic/ralloc.c (initStack): renamed stack registers to STK%d, the new
1413           names are independant of the stack location and therefore portable across
1414           devices
1415
1416 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
1417
1418         * src/mcs51/ralloc.c (bitType): added to detect bit variables,
1419           (selectSpil): fixed bug 1337835 by not spilling bit variables
1420         * support/regression/tests/bug1337835.c: added test for this bug
1421         * src/mcs51/peeph.def: restart after rule 3.c,
1422           addded rules 263.x to optimize loading constants
1423
1424 2005-10-26 Raphael Neider <rneider AT web.de>
1425
1426         * src/SDCCsymt.c (compStructSize): allow signed bitfields for PIC ports
1427         * src/pic16/gen.c (genUnpackBits): support signed bitfields,
1428           (genAssign): emit warning when casting literals to generic pointer
1429             type, also applies when taking the address of a fixed variable,
1430           (genCast): improved casting to generic pointers
1431         * src/pic16/glue.c (pic16emitStaticSeg): fixed(?) handling of fixed
1432           extern variables, added verbose error message
1433         * device/include/pic16/{string.h,errno.h}: added #pragma library c
1434
1435 2005-10-26 Bernhard Held <bernhard AT bernhardheld.de>
1436
1437         * src/mcs51/gen.c (genMinus): fixed bug 1270906: reverse subtraction,
1438         carry must be complemented too
1439         * src/mcs51/peeph.def: addded rule 262 to remove double cpl c, which
1440         could be emitted by genMinus
1441         * src/SDCCval.c (constVal): fixed bug 1305065
1442
1443 2005-10-25 Bernhard Held <bernhard AT bernhardheld.de>
1444
1445         * src/SDCCast.c (addCast): added promotion for bit variables
1446         (decorateType): emit W_COMPLEMENT before the problem vanishes behind
1447         promotion casts + optimisation
1448         (optimizeGetWord): fix warning 'i' might be used uninitialized
1449         * src/mcs51/gen.c (genCpl): removed W_COMPLEMENT
1450         * src/ds390/gen.c (genCpl): removed W_COMPLEMENT
1451
1452 2005-10-24 Bernhard Held <bernhard AT bernhardheld.de>
1453
1454         * src/SDCCicode.c (ast2iCode): reverted to 1.224 because of regression:
1455         all chars are promoted to int; promotion should be handled in SDCCast.c
1456
1457 2005-10-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1458
1459         * device/lib/_strcmp.c: Fixed bug 1326457
1460
1461 2005-10-11 Raphael Neider <rneider AT web.de>
1462
1463         * device/lib/pic16/libio/i2c.ignore: added 1320, fixes broken builds
1464         * device/lib/pic16/libdev/pic18f1320.c: added 1320's device library
1465
1466 2005-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
1467
1468         * src/SDCC.y (AT): fixed bug with sfr32 addresses when built with GCC
1469         * support/regression/tests/sfr16.c: added test for the sfr32 bug
1470
1471 2005-10-04 Raphael Neider <rneider AT web.de>
1472
1473         * device/include/pic16/pic18fregs.h, src/pic16/devices.inc,
1474           device/lib/pic16/pics.all: added pic18f1320
1475         * src/pic16/pcode.c (mnem2key): fixed prototype's argument mismatch
1476
1477 2005-09-30 Raphael Neider <rneider AT web.de>
1478
1479         * src/pic16/device.c (Pics16[]): moved device descriptions to devices.inc
1480         * src/pic16/devices.inc: NEW, provides device descriptions
1481         * src/pic16/gen.c (genInline): fixed handling of ';'-comments
1482
1483 2005-09-26 Maarten Brock <sourceforge.brock AT dse.nl>
1484
1485         * src/SDCCicode.c (operandOperation): added GETABIT, GETBYTE, GETWORD and
1486           GETHBIT
1487
1488 2005-09-25 Maarten Brock <sourceforge.brock AT dse.nl>
1489
1490         * doc/sdccman.lyx: updated Highest Order Bit documentation,
1491           documented Any Order Bit, Higher Order Byte and Higher Order Word
1492         * src/SDCC.y: added tokens GETABIT, GETBYTE, GETWORD
1493         * src/SDCCast.c (optimizeGetHbit): updated to also accept bool=expr&(1<<n),
1494           (optimizeGetAbit): new, to get any bit, not only the high bit,
1495           (optimizeGetByte): new, to get a byte from a (long) int: expr>>(8*n),
1496           (optimizeGetWord): new, to get a word from a long int: expr>>(8*n),
1497           (isConformingBody): also check GETABIT, GETBYTE, GETWORD,
1498           (decorateType): '&': also try GETABIT, GETBYTE, GETWORD optimization,
1499             RIGHT_OP: also try GETBYTE, GETWORD optimization,
1500             GETABIT, GETBYTE, GETWORD: decorate them,
1501           (isShiftRightLitVal, isBitAndPowOf2): new helper functions,
1502           (ast_print): added GETABIT, GETBYTE, GETWORD
1503         * src/SDCCcse.c (isSignedOp): added GETABIT, GETBYTE, GETWORD
1504         * src/SDCCicode.c (codeTable): added GETABIT, GETBYTE, GETWORD,
1505           (geniCodeBinary): new generic binary icode,
1506           (ast2iCode): added GETABIT, GETBYTE, GETWORD
1507         * src/port.h: updated comment for PORT.hasExtBitOp
1508         * src/mcs51/gen.c (genGetAbit): new, to get any single bit,
1509           (genGetByte): new, to get a single byte,
1510           (genGetWord): new, to get a word from a long,
1511           (gen51Code): added GETABIT, GETBYTE, GETWORD
1512         * src/mcs51/main.c (hasExtBitOp): added GETABIT, GETBYTE, GETWORD
1513
1514 2005-09-23 Raphael Neider <rneider AT web.de>
1515
1516         * configure.in, configure: have device/lib/pic configured
1517         * device/lib/Makefile.in: added model-pic14
1518         * device/lib/clean.mk: added pic/ to clean rule
1519         * device/lib/pic: added rudimentary pic14 library providing support
1520           functions for multiplication/division/generic pointer access
1521         * src/SDCCopt.c (convilong): mark support functions as extern
1522           for pic14 port as well
1523         * src/pic/gen.c (genMult): added assertions,
1524           (genpic14Code): emit warning on unhandled iCodes
1525         * src/pic/main.c (_hasNativeMulFor): return true only for 8x8 bit
1526         * src/pic/pcode.c (pCodeOpCopy),
1527         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed handling of various
1528           pCodeOpReg-subtypes (PO_{STATUS,INTCON,PCL,PCLATH,PCLATU,BSR,
1529           SFR_REGISTER}), made safe for future extensions
1530         * src/pic16/pcode.c (pic16_safepCodeUnlink): allow for removal of
1531           instructions even if preceeded by SKIP instructions (also remove
1532           them); removed unused code
1533         * src/pic16/pcode.h: added arg2 to pCodeOpLit to match pCodeOpLit2,
1534           prevents leaving parts of the structure uninitialized after copying
1535
1536 2005-09-22 Maarten Brock <sourceforge.brock AT dse.nl>
1537
1538         * src/mcs51/gen.c (genMinus): fix for undetected bug introduced 3 months
1539           ago by me
1540         * support/regression/tests/addsub.c: added test for the bug
1541
1542 2005-09-21 Raphael Neider <rneider AT web.de>
1543
1544         * device/include/pic16/pic18f1220.h,
1545           device/lib/pic16/libdev/pic18f1220.c: added ECCPAS sfr and bitfield
1546         * device/lib/pic16/Makefile.rules: added missing opening paren
1547         * src/pic16/gen.c (pic16_genNot,pic16_genCpl): removed as these
1548           are provided in genutils.c,
1549           (genUminusFloat,genUminus,genCmpEq): added asserts on different
1550           operand/result sizes,
1551           (genCmp): assert on NULL pointers first, then check deref'ed values
1552         * src/pic16/genutils.c (pic16_genCpl): fixed for different operand/
1553           result size
1554
1555 2005-09-18 Raphael Neider <rneider AT web.de>
1556
1557         * src/pic16/gen.c (genFarPointerGet,genFarPointerSet): removed
1558           as these are now unused,
1559           (genPointerGet,genPointerSet): handle FPOINTERs like POINTERs
1560         * src/pic16/pcode.c (pic16_symIsSpecial): assume REG_TMPs to be
1561           local, avoids uninitialized pointer dereference on r->name
1562         * src/pic16/ralloc.c (newReg): fixed indentation
1563
1564 2005-09-13 Maarten Brock <sourceforge.brock AT dse.nl>
1565
1566         * src/SDCCval.c (constVal): fixed bug 730366
1567         * support/Util/SDCCerr.c,
1568         * support/Util/SDCCerr.h: added warning W_INVALID_INT_CONST
1569
1570 2005-09-10 Maarten Brock <sourceforge.brock AT dse.nl>
1571
1572         * as/mcs51/lkmem.c (summary2): fixed report for absolute areas (bug 1210220)
1573
1574 2005-09-09 Maarten Brock <sourceforge.brock AT dse.nl>
1575
1576         * src/mcs51/peeph.def (241.x): fixed bug when comparing generic pointers
1577
1578 2005-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
1579
1580         * as/hc08/lkaomf51.c (OutputName): made name unsigned char,
1581           (hex2dec): made hex_digit unsigned char, removed ascii dependance
1582         * as/mcs51/lkaomf51.c (OutputName): made name unsigned char,
1583           (hex2dec): made hex_digit unsigned char, removed ascii dependance
1584         * as/mcs51/lkarea.c (lnkarea2): sort absolute areas to the front
1585         * packihx/packihx.c (hexDigit): made c unsigned char
1586         * as/mcs51/lklibr.c (fndsym),
1587         * link/z80/lkgb.c (gb),
1588         * link/z80/lklibr.c (fndsym),
1589         * link/z80/lkrloc.c (relr),
1590         * sim/ucsim/libltdl/ltdl.c (load_deplibs, try_dlopen),
1591         * src/SDCC.lex (checkCurrFile, process_pragma),
1592         * src/SDCCglue.c (spacesToUnderscores),
1593         * src/SDCCmain.c (setParseWithComma, processFile),
1594         * src/asm.c (tvsprintf, printCLine),
1595         * src/avr/gen.c (emitcode, aopPut),
1596         * src/ds390/gen.c (emitcode),
1597         * src/hc08/gen.c (emitcode, emitinline),
1598         * src/mcs51/gen.c (emitcode, genInline),
1599         * src/pic/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
1600           tokenizeLineNode),
1601         * src/pic/ralloc.c (debugLog),
1602         * src/pic16/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
1603           tokenizeLineNode),
1604         * src/pic16/ralloc.c (debugLog),
1605         * src/z80/main.c (_process_pragma):
1606            made all ctype.h function calls safe
1607         * src/SDCCopt.c: include math.h for fabs
1608         * src/SDCCpeeph.c: added macros ISCHARDIGIT, ISCHARSPACE and ISCHARALNUM
1609           and used them throughout the code to make ctype.h function calls safe
1610         * src/ds390/main.c (asmLineNodeFromLineNode),
1611         * src/mcs51/main.c (asmLineNodeFromLineNode): made p unsigned char*
1612         * src/pic/gen.c (DEBUGpic14_emitcode, pic14_emitcode): made lbp
1613            unsigned char*
1614         * src/pic/pcode.c (mnem2key): made mnem unsigned char*,
1615           (newpCodeAsmDir): made ctype.h function calls safe
1616         * src/pic16/gen.c (pic16_emitpcomment, DEBUGpic16_emitcode,
1617           pic16_emitcode):  made lbp unsigned char*
1618         * src/pic16/pcode.c (mnem2key): made mnem unsigned char*,
1619           (pic16_newpCodeAsmDir): made ctype.h function calls safe
1620         * src/xa51/gen.c (emitcode),
1621         * src/z80/gen.c (_emit2): made lbp unsigned char*
1622         * support/Util/MySystem.c (split_command): made cmd_line and p unsigned
1623            char*
1624
1625 2005-09-05 Raphael Neider <rneider AT web.de>
1626
1627         * src/pic16/ralloc.c (pic16_allocDirReg): use device specific
1628           access bank splitpoint
1629
1630 2005-09-05 Raphael Neider <rneider AT web.de>
1631
1632         * device/lib/pic16/libc/Makefile: added (missing) string to SUBDIRS
1633
1634 2005-09-03 Maarten Brock <sourceforge.brock AT dse.nl>
1635
1636         * .version: changed to version 2.5.3
1637         * doc/sdccman.lyx: changed version to 2.5.3,
1638           documented --codeseg and --constseg and pragma codeseg and constseg,
1639           documented bit parameters (reentrant) and bit returning
1640         * src/SDCCicode.c (geniCodeReceive): fixed (possible) bug generating
1641            currFunc->recvSize, but is this ok for all ports?
1642           (ast2iCode): result of ~ on unsigned char must be cast to int for
1643            bool to work
1644         * src/SDCCmem.c (allocGlobal, allocLocal): don't put bit returning
1645           function pointers in bit space
1646         * src/SDCCsymt.c (checkSClass): allow bit returning function pointers,
1647           (processFuncArgs): call port.reg_parm() with reentrancy info
1648         * src/port.h,
1649         * src/avr/main.c,
1650         * src/ds390/main.c,
1651         * src/hc08/main.c,
1652         * src/pic/main.c,
1653         * src/pic16/main.c,
1654         * src/xa51/main.c,
1655         * src/z80/main.c: port.reg_parm prototype extended with
1656           "bool reentrant" parameter
1657         * src/mcs51/main.c (_mcs51_regparm): use parameter reentrant instead of
1658           options.stackAuto for allocating bit register parameters
1659         * src/mcs51/gen.c (genNot): optimized complementing direct bit,
1660           (genSend): set BitBankUsed if it is,
1661           (selectRegBank): factored out of genCall for use in genPcall,
1662           (genCall): removed redundant dtype assignmen, use selectRegBank,
1663           (genPcall): handle returning in Carry properly, save in F0 if needed,
1664           (genReceive): handle bit register parameters
1665         * src/mcs51/ralloc.c (updateRegUsage): update BitBankUsed along the way,
1666           (mcs51_assignRegisters): enable bit registers for all reentrant
1667            functions and don't set BitBankUsed unconditionally
1668         * src/mcs51/peeph.def (177.d): fixed bug if %2==%3
1669         * support/regression/tests/bitvars.c: enable tests for SDCC_STACK_AUTO
1670         * support/regression/tests/funptrs.c: added tests for BOOL and for return
1671
1672 2005-08-27 Borut Razem <borut.razem AT siol.net>
1673
1674         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) and on
1675         ppc-osx (Darwin) does not support -u option. It seems that it is
1676         supported only on Linux - GNU cp
1677
1678 2005-08-25 Borut Razem <borut.razem AT siol.net>
1679
1680         * sim/ucsim/gui.src/serio.src/Makefile.in,
1681           sim/ucsim/s51.src/Makefile.in, sim/ucsim/avr.src/Makefile.in,
1682           sim/ucsim/z80.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
1683           sim/ucsim/xa.src/Makefile.in: install -s changed to 2 steps:
1684           install and strip, since the strip at /usr/ccs/bin should be used
1685           on solaris
1686
1687 2005-08-24 Borut Razem <borut.razem AT siol.net>
1688
1689         * clean.mk, device/lib/clean.mk: find on sparc-solaris does not support -maxdepth option
1690
1691 2005-08-23 Bernhard Held <bernhard AT bernhardheld.de>
1692
1693         * src/SDCCopt.c (convertToFcall): fixed modulus with divisors 1 and
1694         ffffffffu
1695
1696 2005-08-23 Maarten Brock <sourceforge.brock AT dse.nl>
1697
1698         * as/mcs51/aslink.h: completed lkrloc.c prototypes
1699         * as/mcs51/lkmain.c (link_main): fixed warning
1700         * device/include/stdbool.h: ds390 has no advanced bit support yet
1701         * src/SDCC.y: use SPEC_SHORT and renamed _signed to b_signed
1702         * src/SDCCsymt.c: use SPEC_SHORT and renamed _signed to b_signed
1703         * src/SDCCsymt.h (struct specifier): renamed _xxx bitfields to b_xxx
1704           and updated their macros
1705         * src/SDCCval.c (constVal): updated comment for renamed b_long
1706
1707 2005-08-22 Maarten Brock <sourceforge.brock AT dse.nl>
1708
1709         * as/mcs51/asdata.c: changed ctype['['] to BINOP
1710         * as/mcs51/asexpr.c (expr): added case '[' for bit access in bdata,
1711           (term): abused bit 15 of s_addr to indicate bit-addressable bytes,
1712           (oprio): set priority for '['
1713         * as/mcs51/aslink.h: added define R_BIT, and prototypes for adb_bit
1714            and adb_24_bit
1715         * as/mcs51/asm.h: added defines R_BIT and S_BIT
1716         * as/mcs51/lkarea.c (lnksect2): use T for seg BIT_BANK and overlay it
1717         * as/mcs51/lkdata.c: changed ctype['['] to BINOP
1718         * as/mcs51/lkmain.c (Areas51): rel2 contains 12 (=C) areas now,
1719           added overlayable BIT_BANK area
1720         * as/mcs51/lkmem.c (summary): add BIT_BANK to BSEG_BYTES in the report,
1721           (summary2): explain 'T' in legenda
1722         * as/mcs51/lkrloc.c: replaced old K&R style,
1723           (relr): added R_BIT processing,
1724           (errmsg): added "Bit-addressable relocation error",
1725           (adb_bit): added for converting from byte- to bit-addressable space,
1726           (adb_24_bit): added for converting from byte- to bit-addressable space
1727         * device/include/stdbool.h: changed BOOL to __bit for mcs51 as it can be
1728            used in reentrant functions now even as return value
1729         * device/lib/_gptrput.c (_gptrput): removed obsolete code
1730         * src/SDCCast.c (resultTypePropagate): also propagate AND_OP and OR_OP,
1731           (decorateType): case '!', GETHBIT, AND_OP, OR_OP: result in bool or char
1732         * src/SDCCglobl.h: added indicator BitBankUsed
1733         * src/SDCCglue.c (glue): emit area BIT_BANK with byte 'bits' and equ's for
1734            the bit registers b0-b7
1735         * src/SDCCicode.c (operandFromSymbol): removed IS_BITVAR check,
1736           (geniCodeCast): fixed bug 1263853,
1737           (geniCodeLogicAndOr): put result in bool or char,
1738           (geniCodeReceive): added parameter func for accessing the return type,
1739           (geniCodeFunctionBody): pass func to geniCodeReceive
1740         * src/SDCCmain.c: added indicator BitBankUsed
1741         * src/SDCCmem.c (allocLocal): explicitly set sclass for V_BIT
1742         * src/SDCCsymt.c (newBoolLink): added for creating a bool/bit,
1743           (checkSClass): don't put automatic bool/bit on stack,
1744           (checkFunction): removed check on function cannot return bit
1745         * src/SDCCsymt.h: added newBoolLink prototype
1746         * src/mcs51/gen.c (rb1regs): added bit registers,
1747           (movc): created for assigning to carry,
1748           (pushReg, popReg): created for pushing registers,
1749           (sameRegs): check both AOP_REG and AOP_CRY types,
1750           (aopOp): handle bit registers,
1751           (aopPut): optimization no self-assign,
1752           (saveRegisters): push reg->base (bits) only once for bit registers,
1753            and use pushReg,
1754           (unsaveRegisters): pop reg->base only once and use popReg,
1755           (assignResultValue): added parameter func and return in carry for bits,
1756           (genIpush): optimization no reload in A if not changed,
1757           (genSend): bit parameters in reentrant functions are passed in bit
1758            registers by first assigning to bits in B, then save registers and
1759            copy B to bits,
1760           (genCall): handle returning in Carry properly, save it in F0 if needed,
1761           (genPcall): updated assignResultValue call, this is not safe yet for bit
1762            returning function !!!
1763           (genFunction): don't generate equ's for bit registers and use pushReg,
1764           (genEndFunction): take care of bit returning functions and use popReg,
1765           (genRet): return bit in Carry,
1766           (genIfx): optimize bit registers and other directly addressable bits,
1767           (genReceive): updated assignResultValue call
1768         * src/mcs51/main.c (_mcs51_reset_regparm): added regBitParmFlg,
1769           (_mcs51_regparm): allow passing of upto 8 bit parameters in bit
1770            registers when using stack-auto
1771         * src/mcs51/ralloc.c (_G): added allBitregs,
1772           (regs8051): added the bit registers,
1773           (createStackSpil): use macro IS_BIT,
1774           (getRegBit): added to allocate a bit register, else spill,
1775           (getRegBitNoSpil): added to allocate a bit register, else a gpr,
1776           (updateRegUsage): factored out to ease stepping while debugging,
1777           (serialRegAssign): use updateRegUsage, only spill bits if necessary,
1778            also allocate bit registers,
1779           (fillGaps): handle bit registers,
1780           (findAllBitregs): added to create bit vector with all bit registers,
1781           (mcs51_allBitregs): returns this bit vector,
1782           (mcs51_assignRegisters): when using stack-auto use bit registers for
1783            passing parameters and creating local variables
1784         * src/mcs51/ralloc.h: added B0_IDX..B7_IDX and prototype mcs51_allBitregs
1785
1786 2005-08-22 Borut Razem <borut.razem AT siol.net>
1787
1788         * device/lib/Makefile.in: replaced find option -or with -o
1789           to make it run on solaris
1790
1791 2005-08-22 Raphael Neider <rneider AT web.de>
1792
1793         * src/pic16/gen.c (pic16_loadFromReturn): added check for AOP_PCODE,
1794           fixes #1265442 (crash on Solaris)
1795
1796 2005-08-20 Borut Razem <borut.razem AT siol.net>
1797
1798         * configure, configure.in: added tests for libsocket and libnsl libraries,
1799           requred by sdcdb on sparc-solaris; generate support/regression/Makefile
1800           from support/regression/Makefile.in
1801         * support/regression/Makefile.in: added
1802         * device/lib/pic16/Makefile.common.in: force make to use bash shell
1803         * sim/ucsim/libtool: regenerated on sparc-solaris
1804         * sim/ucsim/avr.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
1805           sim/ucsim/s51.src/Makefile.in, sim/ucsim/xa.src/Makefile.in,
1806           sim/ucsim/z80.src/Makefile.in: removed GNU ld specific linker options
1807           -Wl,--start-group and -Wl,--end-group to enable ucsim compilation on
1808           sparc-solaris, which doesn't use GNU ld linker
1809         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) does not support -u option
1810         * as/Makefile: find on sparc-solaris does not support -maxdepth option
1811
1812 2005-08-19 Maarten Brock <sourceforge.brock AT dse.nl>
1813
1814         * src/mcs51/peeph.def: updated comments
1815
1816 2005-08-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1817
1818         * device/lib/_gptrget.c,
1819         * device/lib/_gptrput.c: slightly shorter
1820         * doc/sdccman.lyx: incremented version
1821         * src/mcs51/peeph.def: moved peephole comments to the line of first
1822           change to better keep line correlation, reanimated 186.e
1823         * src/mcs51/peeph.def: renamed similar peepholes by using suffixes
1824
1825 2005-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
1826
1827         * src/pic/pcode.c : Pasted ".line" assembly directives patch from
1828           David Saxton with quotes around file name.
1829
1830 2005-08-15 Borut Razem <borut.razem AT siol.net>
1831
1832         * support/regression/tests/bitfields.c, support/regression/tests/bitvars.c,
1833           support/regression/tests/bitwise.c, support/regression/tests/literalop.c,
1834           support/regression/tests/rotate.c, support/regression/tests/zeropad.c:
1835           make tests run on x86_64 platform
1836
1837 2005-08-13 Raphael Neider <rneider AT web.de>
1838
1839         * device/lib/pic16/Makefile.subdir: weakened clean-intermediate rule
1840           as it might be executed DURING a build (parallel make is wonderful)
1841
1842 2005-08-13 Raphael Neider <rneider AT web.de>
1843
1844         * device/lib/Makefile.in (port-specific-objects-pic16):
1845           revert to cp $(PORT)/bin/*.* $(PORTDIR)
1846         * device/lib/pic16/Makefile: added .PHONY targets, removed builddir
1847           dependency
1848         * device/lib/pic16/Makefile.rules: build subdirs before creating
1849           the library, removed builddir rule, create $(builddir) early in
1850           recurse rule, use empty recurse rule for leaf directories
1851         * device/lib/pic16/Makefile.subdir: added phony targets, ignore
1852           mkdir errors (race condition), removed duplicate suffix "hex"
1853           from clean rules
1854         * device/lib/pic16/libdev/Makefile: recursive make via + and $(MAKE)
1855         * device/lib/pic16/libio/Makefile: create sub-make's builddir early,
1856           prevents mkdir -p from aborting on Alpha
1857
1858 2005-08-12 Raphael Neider <rneider AT web.de>
1859
1860         * src/pic16/glue.c (pic16_print(G)PointerType): do not flush
1861           db-statements in order to allow for arrays of pointers in code
1862           sections to be placed without interspersed 0-padding, fixes
1863           bug #1256215
1864         * (emitStatistics): fixed division by zero for pic18f1220
1865         * src/pic16/pcode.c: buffer (up to) 12 DB directives to allow for
1866           unpadded writing of 8-bit, 16-bit, 24-bit and 32-bit values
1867         * (pic16_emitDS): respect DB_ITEMS_PER_LINE
1868         * (pic16_pCodeConstString): keep track of already emitted string
1869           literals to prevent "duplicate definitions of symbol _str_NR"
1870         * src/pic16/ralloc.c (pic16_allocRegByName): removed not so helpful
1871           debug message
1872         * device/lib/Makefile.in: ignore failing PIC16 library builds
1873         * device/lib/pic16/Makefile: do not build if gputils are missing
1874         * device/lib/pic16/Makefile.common.in: do not enforce MAKEFLAGS=-s
1875
1876 2005-08-10 Raphael Neider <rneider AT web.de>
1877
1878         * device/lib/Makefile.in: fixed copying pic16 libraries (broken by
1879           my last commit)
1880
1881 2005-08-10 Raphael Neider <rneider AT web.de>
1882
1883         * src/*.c, src/pic16/{gen.c,glue.c,main.c}: applied Vangelis
1884           Rokas' patch to add the new fixed point type "__fixed16x16"
1885         * device/lib/pic16/libsdcc/fixed16x16: added Vangelis' support
1886           functions for __fixed16x16 arithmetics
1887         * device/lib/pic16: reimplemented the build system to support
1888           a separate build directory, better handling of libio (create
1889           the library in a separate subdir for each architecture) and
1890           easier configuration (centralized in Makefile.common)
1891
1892 2005-08-07 Raphael Neider <rneider AT web.de>
1893
1894         * src/pic16/gen.c (genrshTwo): fixed sign extension
1895         * src/pic16/device.c: added pic18f2320, 4220 and 4320
1896         * device/include/pic16/pic18f2220.h: changed some bit definitions,
1897           added T0CONbits
1898         * device/include/pic16/pic18f4220.h: NEW, header for
1899           pic18f4220 and pic18f4320
1900         * device/include/pic16/pic18fregs.h: added new devices,
1901           embraced Nop(), ClrWdt(), Sleep() and Reset() with do {} while(0)
1902         * device/include/pic16/signal.h: resolved name clashes
1903           on bit definitions, added DEF_HANDLER2(sig1,sig2,handler)
1904           to also allow testing for interrupt enable bits, added
1905           comments on how to use the macros
1906         * device/lib/pic16/libdev/pic18f2220.c: added T0CONbits
1907         * device/lib/pic16/libdev/pic18f{2320,4220,4320}.c: NEW,
1908           register definitions for the devices
1909         * device/lib/pic16/pics.all: added new devices
1910         * device/lib/pic16/libc/stdlib/calloc.c: fixed zeroing
1911           allocated memory
1912         * device/lib/pic16/libc/stdlib/memfree: do not count
1913           the block header as free memory
1914         * device/lib/pic16/libc/stdlib/memmisc.c (_initHeap):
1915           simplified and added missing end-of-blocklist-marker
1916           (reported by Peter Onion, fixes #1252814)
1917         * (_mergeHeapBlock): fixed loop condition
1918         * device/lib/pic16/libc/stdlib/realloc.c: return NULL for
1919           len==0, restructured code
1920         * device/lib/pic16/libc/stdlib/{malloc,memfreemax}.c: cleaned
1921           up a bit, reduced bitfield accesses, prevent endless loops
1922           in case of heap corruption
1923         * device/lib/pic16/libc/stdlib/x_ftoa.c: disabled
1924           "unreferenced arguments/must return a value" warnings
1925         * device/lib/pic16/libio/usart/ubaud.c (usart_baud):
1926           replaced BAUDREG with SPBRG
1927         * device/lib/pic16/libsdcc/lregs/{lrrest.c,lrst.c},
1928           device/lib/pic16/debug/gstack/gstack.c: replaced
1929           _naked, _asm, _endasm with __naked, __asm, __endasm
1930
1931 2005-08-05 Raphael Neider <rneider AT web.de>
1932
1933         * src/pic16/gen.c (pic16_aopGet): fixed handling of offsets in
1934           AOP_PCODE operands, fixes multibyte union-bitfield-accesses
1935
1936 2005-08-05 Borut Razem <borut.razem AT siol.net>
1937
1938         * device/lib/Makefile.in: added missing ';'
1939         * configure: removed ^M characters
1940
1941 2005-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1942
1943         * device/include/mcs51/at89c51ed2.h, device/include/mcs51/p89v51rd2.h,
1944           device/include/mcs51/at89s53.h: changed to GNU Lesser General Public
1945           License
1946
1947 2005-08-04 Borut Razem <borut.razem AT siol.net>
1948
1949         * configure.in: pic16 libraries build 2nd try - enable running
1950           configure in device/lib/pic16
1951         * configure: regenerated from configure.in
1952         * device/lib/Makefile.in: create $(PORT)/bin directory
1953
1954 2005-08-03 Raphael Neider <rneider AT web.de>
1955
1956         * src/pic16/gen.c (pic16_derefPtr): NEW, single place
1957           to get/set values via pointers
1958         * (genUnpackBits,genPackBits): changed detection of
1959           ptr->bitfield vs. sym.bitfield, fixed access via generic
1960           pointers, removed dead (wrong) code for multibyte bitfields
1961         * (genNearPointerGet, genGenPointerGet): removed useless code,
1962           fixed bitfield detection, fixes #1250594
1963         * (genNearPointerSet): removed useless code
1964         * src/pic16/gen.h: renamed pic16_emitpcode to pic16_emitpcode_real
1965           and introduced macro pic16_emitpcode that conditionally emits
1966           the origin of the following pCode (useful for debugging SDCC)
1967         * src/pic16/pcode.c: changed (and disabled) some debug outputs
1968         * (createDefmap): fixed handling of LFSR for --optimize-df
1969
1970 2005-08-02 Borut Razem <borut.razem AT siol.net>
1971
1972         * device/lib/Makefile.in: pic16 libraries build enabled since
1973           gputils-0.13.2 are now localy installed at sourceforge's compile farm
1974
1975 2005-08-02 Raphael Neider <rneider AT web.de>
1976
1977         * src/pic16/gen.c (genPackBits): removed deprecated warning
1978         * (genGenPointerSet): fixed bitfield detection
1979
1980 2005-08-02 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1981
1982         * device/include/mcs51/msm8xc154s.h: Removed PT2 definition, now in 8052.h.
1983
1984 2005-07-31 Raphael Neider <rneider AT web.de>
1985
1986         * device/lib/pic16/libdev/pic18f458.c,
1987           device/include/pic16/pic18f458.h: added missing T0CONbits
1988
1989 2005-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
1990
1991         * device/include/mcs51/msm8xc154s.h: added, thanks to Matthias Arndt
1992
1993 2005-07-28 Maarten Brock <sourceforge.brock AT dse.nl>
1994
1995         * src/mcs51/gen.c (operandsEqu): fixed bug 1246687
1996
1997 2005-07-23 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1998
1999         * device/include/mcs51/at89c51ed2.h: added.
2000
2001 2005-07-23 Raphael Neider <rneider AT web.de>
2002
2003         * src/pic/gen.h: added emitpcode macro for debugging
2004         * src/pic/gen.c (emitpcode): renamed to emitpcode_real
2005           and replace by macro adding debug information on demand
2006         * (genNot): fixed to C semantics (!0 = 1; !x = 0 iff x != 0)
2007         * (gencjne): tried to fix; replaced with correct (slower) code
2008         * (gen{Unp,P}ackBits): fixed single bit access
2009         * src/pic/pcode.c (AnalyzepCode): fixed DFPRINTF argument
2010         * src/pic/pcodepeep.c (pCodeSearchCondition): fixed finding
2011           previous instruction
2012         * src/pic/pcoderegs.c (regIsSpecial): NEW, check whether a
2013           register has to be handled with care (forbidding movement
2014           of assignments/uses, removing assignments completely, ...)
2015         * (pCodeOptime2pCodes): make use of regIsSpecial
2016         * added lots of debugging output (commented out)
2017         * src/pic/rallloc.c (deassignLRs): prevent operand registers
2018           from being reused as result UNLESS it is known to work
2019
2020 2005-07-23 Maarten Brock <sourceforge.brock AT dse.nl>
2021
2022         * support/Util/dbuf.h: include <stddef.h> for size_t
2023         * .version: changed to version 2.5.2
2024
2025 2005-07-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2026
2027         * src/SDCCloop.c (loopInvariants): fixed bug #1234048
2028
2029 2005-07-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2030
2031         * src/hc08/gen.c (genMinus): fixed bug #1241835,
2032           (genModOneByte): removed needless psha/pula
2033
2034 2005-07-22 Raphael Neider <rneider AT web.de>
2035
2036         * src/SDCCmain.c (linkEdit): initialized linkerScriptFileName,
2037           have PIC14 handled like PIC16, fixes broken pic14 linker calls
2038         * src/pic/gen.c (resolveIfx): do not "invent" labels
2039         * (genSkipc): changed to positive logic
2040         * (genSkipCond): removed as no longer needed
2041         * (pic14_mov2w_regOrLit,genCmp): NEW, replacement for buggy version,
2042           backport from PIC16
2043         * (genLeftShift): check operands are in different registers
2044         * src/pic/genarith.c (genPlus): replaced INCF with ADDLW as
2045           INCF does not update CARRY...
2046         * src/pic/main.c: fixed _linkCmd
2047         * src/pic/pcode.c (unlinkpCode): added inactive code
2048         * src/pic/ralloc.c (deassignLRs): keep arguments to shift operations
2049           alive (do not assign result and operand overlapping registers)
2050
2051 2005-07-22 Raphael Neider <rneider AT web.de>
2052
2053         * src/pic/device.c (dump_sfr): replaced register declaration with
2054           call to emitSymbolToFile() to avoid duplicate symbols
2055         * (assignRelocatableRegisters): do not declare external symbols
2056         * src/pic/ralloc.c (allocNewDirReg): fixed to get size of arrays
2057           right (take size of type, not etype)
2058         * (allocDirReg): fixed call to allocNewDirReg() to pass OP_SYM_TYPE
2059         * (writeUsedRegs): also dump dynDirectRegs (e.g. local variables)
2060         * (packRegsForAccUse): disabled assignment of WREG as
2061           the result reg to prevent occurence of just fixed #1235003,
2062           fixes #1242954
2063         * src/pic/glue.c (emitSymbolToFile): NEW, central place to declare
2064           symbols (avoids duplicate symbols in .asm file)
2065         * (pic14emitRegularMap): use emitSymbolToFile()
2066         * src/pic/gen.c (aopOp): fixed spillLocation handling
2067         * (gen{Unp,P}ackBits): fixed acquiring bit-operands
2068         * (genDataPointerSet): removed unneccessary variables/output
2069
2070 2005-07-22 Maarten Brock <sourceforge.brock AT dse.nl>
2071
2072         * as/mcs51/lkarea.c: enlarged codemap for banked memory
2073         * device/lib/mcs51/crtbank.asm: added # to 0x0F
2074
2075 2005-07-21 Raphael Neider <rneider AT web.de>
2076
2077         * src/pic/gen.c (aopOp): do not generate AOP_ACC operands as pic14
2078           architecture cannot handle them efficiently, fixes bug #1235003
2079         * src/pic16/device.c (pic16_dump_{u,i}section,pic16_dump_int_registers):
2080           check for empty sets before using them (fixes bug #1232190)
2081
2082 2005-07-19 Maarten Brock <sourceforge.brock AT dse.nl>
2083
2084         * as/mcs51/lkarea.c (lnkarea, lnkarea2): improved BSEG size calculation,
2085           (lnksect2): generate warnings for memory overlap
2086         * src/SDCC.lex (doPragma, process_pragma): added pragma's codeseg and
2087           constseg to set the name of these segments so you can instruct the linker
2088           to place them in banks
2089         * src/SDCCast.c (decorateType): use new macro IS_FUNCPTR()
2090         * src/SDCCglobl.h: added MODEL_HUGE to enum,
2091           added code_seg and const_seg to options
2092         * src/SDCCglue.c (emitMaps): use options.const_seg,
2093           (createInterruptVect): put interrupt vectors in segment HOME,
2094           (glue): put HOME before static segment and put the main glue in HOME,
2095           (glue): use options.code_seg
2096         * src/SDCCicode.c (geniCodeCall): use new macro IS_FUNCPTR()
2097         * src/SDCCmain.c: added option --codeseg and --constseg to set the name of
2098           these segments so you can instruct the linker to place them in banks
2099           (linkEdit): use code_loc for HOME segment which should be the first
2100           segment in code memory now
2101         * src/SDCCmem.c: fixed more stuff like bug 1238386
2102         * src/SDCCsymt.c (getSize): use generic pointer size for banked functions,
2103           (changePointer): don't change function pointers to code pointers for
2104           banked functions,
2105           (compareType): added exceptional check for banked function pointers
2106         * src/SDCCsymt.h: changed IFFUNC_ISBANKEDCALL, added IS_FUNCPTR
2107         * src/hc08/main.c (_hc08_genAssemblerPreamble): put HOME first, put CSEG
2108           after static in code memory
2109         * src/mcs51/gen.c: added aopLiteralLong prototype,
2110           (aopForSym): use getSize for functions,
2111           (genCall): generate banked calls over one trampoline __sdcc_banked_call
2112           in HOME with lsb of address in r0, msb in r1 and bank in r2, use
2113           -Wl-bBANKSEG=0xbbaaaa option to set the address (aaaa) and bank (bb) of
2114           the segment,
2115           (genPcall): use call for literal function pointers and generate banked
2116           calls over the one trampoline so there's only one place for the user to
2117           modify according to his/hers hardware,
2118           (genEndFunction): jump to __sdcc_banked_ret in HOME for banked functions,
2119           (genPlusIncr): moved check icount>4 beyond inc dptr optimization
2120         * src/mcs51/main.c: added keyword banked,
2121           (_mcs51_genExtraAreas): put HOME first followed by GSINIT, STATIC and CSEG
2122         * support/Util/SDCCerr.c,
2123         * support/Util/SDCCerr.h: added E_BANKED_WITH_CALLEESAVES, registers are
2124           needed for passing the bank and address to the trampoline
2125         * device/lib/mcs51/crtbank.asm: added for bankswitching
2126         * device/lib/mcs51/Makefile: added crtbank
2127
2128 2005-07-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2129
2130         * src/SDCCcse.c (algebraicOpts): fixed loss of volatility
2131           for fields at offset 0 of a struct or union as reported
2132           on 2005-07-07 in the developer mailing list.
2133
2134 2005-07-15 Maarten Brock <sourceforge.brock AT dse.nl>
2135
2136         * src/SDCCmem.c: fixed bug 1238386
2137
2138 2005-07-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2139
2140         * src/mcs51/peeph.def: added labelrefcounting for peepholes
2141           (patch #1144962), added peephole 300, enabled 259.x
2142         * doc/sdccman.lyx: removed screenshot and provided link instead
2143
2144 2005-07-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2145
2146         * doc/sdccman.lyx: added section about debugging with ddd
2147         * doc/figures/ddd_example.eps: screenshot of debugging session
2148
2149 2005-07-04 Raphael Neider <rneider AT web.de>
2150
2151         * src/pic/gen.c (genPointerGet): handle pointers to CONST values
2152           like CODE pointers, fixes #1115683
2153         * src/pic/pcode.c (DoBankSelect): forget LastRegIdx during function
2154           call, fixes bugs #1232211, #1228110,
2155           fixed wrong casts to pCodeFlow from pCodeInstructions
2156
2157 2005-07-04 Raphael Neider <rneider AT web.de>
2158
2159         * src/pic/gen.c (popGet): changed assert to allow for
2160           bit operands
2161         * (popGetAddr): changed signature to provide
2162           an additional index, patched all call sites
2163         * (genCmpEq): handle literal-like operands correctly
2164         * (genAddrOf): added sanity checks on __code/__data pointers
2165         * (genAssign): added handling of symbols from __code section
2166         * (gencjne): do not generate code for comparisons whose result
2167           is neither stored nor used, fixes bug #1171114
2168         * (AccLsh, AccRsh): operate on operand instead of WREG
2169         * (shift{Left,Right}_Left2ResultLit): NEW, size independant
2170           replacement for Shift{LR}{12}Left2Result; shift (byte/int/long)
2171           by known count
2172         * rewrote complete shift-by-literal logic, commented unused
2173           functions out
2174         * (genConstPointerGet): get multiple bytes (if result size > 1),
2175           fixed handling of non-immediate addresses
2176         * (genPointerGet): handle CODE pointers like CONST pointers
2177         * (genpic14Code): insert C-SRC lines as Cource-pCodes
2178         * ({aop,op}_isLitLike): NEW, single place to decide whether an
2179           operand is to be treated as a literal or not
2180         * (mov2w,genPcall,genCmpEq),
2181           src/pic/genarith.c: use aop_isLitLike() to decide between
2182           literal/register contents
2183         * (addSign): added missing offset
2184         * src/pic/gen.h: remove newline after FENTRY/FEXIT comments,
2185           only emit comment in debug-mode,
2186           use {aop,op}_isLitLike throughout the file
2187         * src/pic/glue.c: fix initializers for pointers (work in progress)
2188         * src/pic/pcode.c (get_op): honor index on _const symbols
2189         * ({reset,dump}pCodeStatistics): NEW, estimate code size
2190         * (dumppBlock): added pCode size estimation
2191         * src/pic/ralloc.c (deassignLRs,serialRegAssign,packRegisters):
2192           check for IS_SYMOP before OP_SYMBOL'ing
2193         * fixed indentation, compacted switch-statements
2194         * (allocReg): find free register and allocate it instead of
2195           allocating new registers all the time
2196         * (deassignLRs): prevent POINTER_GET's from being assigned the same
2197           registers as its operands (necessary only for multibyte GETs)
2198
2199 2005-07-01 Raphael Neider <rneider AT web.de>
2200
2201         * src/pic/gen.h: added prototypes emitpComment, popGetAddr and
2202           debugging .asm-output macros FENTRY + FEXIT
2203         * src/pic/gen.c (Safe_vsnprintf): NEW, is there a more generic
2204           way... I wonder...
2205         * (emitpComment): NEW, printf to pCode
2206         * (popGet): added assert on too large offsets, fixed PO_IMMEDIATE's
2207           offset handling
2208         * (popGetAddr): NEW, variant of popGet to access an immediates
2209           high(er) bytes instead of the n'th byte of memory they reference,
2210           replaced popGet with popGetAddr where neccessary
2211         * (genDataPointerGet): reactivated and fixed implementation
2212         * (genNearPointerGet): enabled call to genDataPointerGet, fixes array-
2213           accesses
2214         * (genDataPointerSet): fixed multibyte assignments
2215         * (genpic14Code): fixed --i-code-in-asm handling
2216         * src/pic/genarith.c: fixed PO_IMMEDIATE issue using popGetAddr,
2217         * (genPlus): fixed index-out-of-bounds error
2218         * src/pic/pcode.c (get_op): fixed PO_IMMEDIATE's index/offset handling
2219         * src/pic/ralloc.c: added debugging output macro FENTRY2
2220         * (spillThis): fixed indentation, enbraced for-body for clarity
2221         * (rematStr): commented out as now unused
2222         * (regTypeNum): commented out special spill case (overwrites
2223           arbitrary values)
2224         * fixes bugs #1229346, #1216476 (both arrays) and #1115667 (SIGSEGV)
2225
2226 2005-06-30 Maarten Brock <sourceforge.brock AT dse.nl>
2227
2228         * doc/sdccman.lyx: documented sfr16/sfr32,
2229           added example for using storage class with function pointers
2230         * src/mcs51/gen.c (genPlusIncr): optimized small offsets from dptr
2231
2232 2005-06-28 Maarten Brock <sourceforge.brock AT dse.nl>
2233
2234         * device/lib/_gptrget.c: also push/pop _PSBANK, added # to 0x03
2235         * device/lib/_itoa.c,
2236         * device/lib/_ltoa.c: optimized codesize
2237         * src/SDCCsymt.c (checkSClass): added sanity check for sfr at addresses,
2238           but don't know how to suppress the double warning.
2239         * src/mcs51/gen.c (genPlusIncr): fixed bug when incrementing volatile int's
2240         * support/Util/SDCCerr.c,
2241         * support/Util/SDCCerr.h: added warning W_SFR_ABSRANGE for sanity check
2242
2243 2005-06-27 Maarten Brock <sourceforge.brock AT dse.nl>
2244
2245         * as/mcs51/asexpr.c (expr): disabled warning "not in .flat24 mode",
2246           fixed old K&R prototypes
2247         * as/mcs51/asout.c (outrb): always output as if generating 24bit addresses
2248         * device/lib/_gptrget.c,
2249         * device/lib/_gptrgetc.c,
2250         * device/lib/_gptrput.c: changed versions for new memory indicator values,
2251           also new versions for small generic pointers and banked generic pointers
2252         * src/port.h: added const_name
2253         * src/SDCC.lex: added keywords sfr16, __sfr16, sfr32, __sfr32
2254         * src/SDCC.y: added tokens SFR16, SFR32 and their sfr_attributes
2255         * src/SDCCcse.c (findPrevIc): check all associative operators
2256         * src/SDCCglue.c (emitMaps): use CONST_NAME if defined
2257         * src/SDCCicode.h: added macro IS_ASSOCIATIVE
2258         * src/SDCCmem.c: updated comments,
2259           set far-space to 0 for pdata, results in optimized code
2260         * src/SDCCmem.h: added macro CONST_NAME
2261         * src/SDCCsymt.h: renumerated generic pointer types GPTYPE_... thereby
2262           moving the info into the highest bits, see also gptrget/gptrput
2263         * src/src.dsp: added sdcc.ico to project files
2264         * src/avr/gen.c (genCast): fixed bug 0x%d
2265         * src/avr/main.c (avr_port): added "CONST (CODE)" for const_name
2266         * src/ds390/gen.c (aopForRemat, adjustArithmeticResult): disconnected direct
2267           relation between ptr_type and DCL_TYPE,
2268           (genCast): fixed bug 0x%d
2269         * src/ds390/main.c (ds390_port, tininative_port, ds400_port): added "CONST
2270           (CODE)" for const_name
2271         * src/hc08/gen.c (genCast): fixed bug 0x%d
2272         * src/hc08/main.c (_hc08_genAssemblerPreamble): added .area ...const_name,
2273           (hc08_port): added "CONST (CODE)" for const_name
2274         * src/mcs51/gen.c (aopForSym): optimized pushing ACC,
2275           (aopForRemat, adjustArithmeticResult): disconnected direct relation
2276           between ptr_type and DCL_TYPE,
2277           (aopGetUsesAcc, aopGet, aopPut): changed first parameter from asmop* to
2278           operand* and took AOP() inside function so sfr-ness can be checked,
2279           (all over): repaired calls to aopGetUsesAcc, aopGet, aopPut to comply with
2280           new prototype,
2281           (genFunction, genEndFunction): optimized stack setup,
2282           (genMinus): optimized for literals with ending zeroes (in bytes),
2283           (genCast): fixed bug 0x%d
2284         * src/mcs51/main.c (_mcs51_keywords): added sfr16 and sfr32,
2285           (mcs51_port): added "CONST (CODE)" for const_name
2286         * src/mcs51/peeph.def: made rule 226 more generic
2287         * src/pic/main.c (pic_port): added "CONST (CODE)" for const_name
2288         * src/pic16/main.c (pic16_port): added "CONST (CODE)" for const_name
2289         * src/xa51/main.c (xa51_port): added "CONST (CODE)" for const_name
2290         * src/z80/main.c (z80_port): added NULL for const_name,
2291           (gbz80_port): added NULL for const_name
2292         * support/regression/tests/bug663539.c,
2293         * support/regression/tests/sfr16.c: new tests
2294
2295 2005-06-25 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2296
2297         * device/include/mcs51/p89v51rd2.h, device/include/mcs51/at89s53.h: added.
2298
2299 2005-06-24 Raphael Neider <rneider AT web.de>
2300
2301         * device/lib/pic16/libdev/pic18f[68][567]20.c:
2302           corrected typos...
2303         * device/include/pic16/signal.h: added USBIF
2304           and SIG_USB
2305
2306 2005-06-24 Raphael Neider <rneider AT web.de>
2307
2308         * device/lib/pic16/libdev/pic18f2455.c,
2309           device/include/pic16/pic18f2455.h: NEW
2310         * device/include/pic16/pic18fregs.h,
2311           device/lib/pic16/pics.all,
2312           src/pic16/device.c: added 18f2455
2313         * device/lib/pic16/libdev/pic18f[68][567]20.c,
2314           device/include/pic16/{pic18f[68][567].h,usart.h}:
2315           replaced MULTIPLE_USARTS define with more relaible
2316           compatibility sfrs (for USART access)
2317
2318 2005-06-20 Slade Rich <slade_rich AT users.sourceforge.net>
2319
2320         * src/pic/pcode.c : Fixed problem when a string constant contains a "\r\n"
2321           and the output asm file line is printed on two lines.
2322
2323 2005-06-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2324
2325         * sim/ucsim/hc08.src/inst.cc (inst_condbranch): fixed simulation of
2326           BGT, BLE, BHI, and BLS instructions
2327         * src/hc08/gen.c (outAcc, outBitC, outBitNV, genCmpLt, genCmpGt,
2328           genCmpEq): removed
2329         * src/hc08/gen.c (genCmpEQorNE, genCmp, branchopCmp, nameCmp,
2330           negatedCmp, exchangedCmp, genhc08Code): rewrite of comparison handling,
2331           fixes bug #1216342
2332         * src/hc08/peeph.def: added rules 2g - 2l for new conditional branches
2333
2334 2005-06-15 Raphael Neider <rneider AT web.de>
2335
2336         * src/pic16/NOTES: moved Vangelis from active developers to people to contact
2337         * device/include/pic16/{6520.h,8520.h}: fixed configuration bits
2338         * src/pic16/gen.c (): prevent iTemps from being considered to be in CODESPACE,
2339           fixes bug #1221120; for symbols in CODESPACE get number of bytes to read from
2340           OP_SYM_TYPE() instead of OP_SYM_ETYPE()
2341
2342 2005-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2343
2344         * device/include/mcs51/reg764.h: Changed PB0 to PBO as requested by
2345           Marcel Telka in bug #1215704
2346
2347 2005-06-02 Slade Rich <slade_rich AT users.sourceforge.net>
2348
2349         * src/pic/pcode.c : Changed pseudo stack size to 15 to allow WSAVE to be
2350           located in shared memory bank.
2351
2352 2005-05-31 Raphael Neider <rneider AT web.de>
2353
2354         * src/pic16/{gen.c,genarith.c}: replaced sign-extension
2355           "CLRF, BTFSC <signbit>, DECF/COMF" with side-effect-free
2356           "CLRF, BTFSC <signbit>, SETF"; fixes "long>>9"
2357
2358 2005-05-27 Maarten Brock <sourceforge.brock AT dse.nl>
2359
2360         * device/lib/_strncpy.c: fixed the fix
2361
2362 2005-05-26 Raphael Neider <rneider AT web.de>
2363
2364         * src/pic16/glue.c (pic16_printIvalChar): fixed _constant_ string
2365           initializers with \0, bug #1208187
2366         * src/pic/glue.c (printIvalChar): fixed (non- and constant) string
2367           intializers with \0, bug #1208187
2368
2369 2005-05-26 Raphael Neider <rneider AT web.de>
2370
2371         * src/pic16/glue.c (pic16_printIvalChar): fixed string
2372           initializers with \0, bug #1208187
2373         * src/pic16/main.c (_process_pragma): added sanity checks
2374           for stack position and size, emit warnings when appropriate
2375
2376 2005-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
2377
2378         * device/lib/_strncpy.c: fixed not filling with \0
2379
2380 2005-05-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2381
2382         * src/SDCCast.c (funcOfType, funcOfTypeVarg, stringToSymbol,
2383           createFunction),
2384         * src/SDCC.y (external_definition, enumerator, parameter_declaration,
2385           compound_statement),
2386         * src/SDCCsymt.h,
2387         * src/SDCCsymt.c (addSymChain, processFuncArgs): fixed bug #1159134
2388
2389 2005-05-24 Raphael Neider <rneider AT web.de>
2390
2391         * src/pic16/glue.c (pic16_printGPointerType): fixed #1207796
2392
2393 2005-05-24 Raphael Neider <rneider AT web.de>
2394
2395         * device/include/pic16/pic18f{442,452,458}.h: fixed wrong
2396           TRISE definitions, closes bug #1162453
2397
2398 2005-05-22 Raphael Neider <rneider AT web.de>
2399
2400         * src/pic16/main.c (_process_pragma): check for missing
2401           arguments to pragmas code and udata
2402         * device/include/pic16/pic18f{2550,4331,4455,4520}.h:
2403           consistency fixes to match other headers (thanks to Jim Paris)
2404         * device/lib/pic16/libio/i2c.ignore: 18f4331 provides no I2C
2405
2406 2005-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
2407
2408         * src/SDCCicode.c (isOperandEqual): fixed missing ;
2409
2410 2005-05-19 Maarten Brock <sourceforge.brock AT dse.nl>
2411
2412         * support/regression/tests/bug1198642.c: new test
2413         * src/SDCCicode.c (isOperandEqual): fixed bug 1198642
2414         * src/SDCCcse.c (findPrevIc): added comment, please have a look
2415         * support/scripts/resource.h,
2416         * support/scripts/resource.rc,
2417         * src/src.dsp: added sdcc.ico to project as icon for sdcc.exe
2418         * support/scripts/sdcc.ico: added 32x32 icon
2419
2420 2005-05-18 Raphael Neider <rneider AT web.de>
2421
2422         * device/lib/pic16/libdev/pic18f*.c,
2423         * device/include/pic16/pic18f*.h: updated "sfr" and "at X"
2424           keywords to "__sfr" and "__at (X)"
2425         * device/include/pic16/pic18fregs.h: added pic18f4520
2426         * src/pic16/pcode.c (pic16_pCode2str): fixed (?) bug
2427           #1203088 (MPLAB compatibility)
2428
2429 2005-05-17 Raphael Neider <rneider AT web.de>
2430
2431         * device/include/pic16/pic18f{2550,4331,4455,4520}.h: NEW
2432         * device/lib/pic16/libdev/pic18f{2550,4331,4455,4520}.c: NEW
2433         * device/lib/pic16/pics.all: added new devices
2434         * src/pic16/device.c: added support for pic18f4520
2435
2436 2005-05-16 Raphael Neider <rneider AT web.de>
2437         * src/pic16/gen.{c,h}: s/mov2f/pic16_mov2f made public
2438         * src/pic16/genarith.c (genAddLit): fixed bug 1202480
2439         * src/pic16/pcode.{c,h} (pic16_newpCodeOpBit_simple): NEW
2440           convenience function for bit access
2441
2442 2005-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
2443
2444         * device/lib/printf_large.c: fixed bug 1193299
2445         * support/regression/tests/bug1057979.c: added test %3.3s
2446
2447 2005-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2448
2449         * device/include/mcs51/8051.h,
2450         * device/include/mcs51/8052.h: made parseable with lint
2451         * device/include/mcs51/lint.h: added include file for (sp)lint
2452         * doc/sdccman.lyx: added doc about use of splint (syntax checking tool)
2453         * doc/cdbfileformat.lyx,
2454         * doc/test_suite_spec.lyx: hardcoded date to the date of last text change
2455
2456 2005-05-14 Raphael Neider <rneider AT web.de>
2457
2458         * device/lib/pic16/Makefile.common.in: add --optimize-df to OPT_FLAGS
2459         * device/lib/pic16/libc/stdlib/itoa.c (new)
2460         * device/lib/pic16/libc/stdlib/Makefile: have itoa.c built
2461         * device/lib/pic16/libio/Makefile: exclude subdir according to
2462           ${subdir}.ignore for certain PICs (lacking e.g. i2c)
2463         * device/lib/pic16/libio/i2c.ignore (new): pic18f1220 has no I2C support
2464         * src/pic16/gen.c (genFunction): prevent annoying warning
2465         * src/pic16/pcode.c: renamed stack_t to dynstack_t to prevent
2466           nameclashes on BeOS
2467         * support/cpp2/cppmain.c (cpp_output_string): new
2468         * support/cpp2/cpplib.c (_cpp_do__Pragma): fixed _Pragma(""),
2469           fixes bug 1116802
2470
2471 2005-05-13 Borut Razem <borut.razem AT siol.net>
2472
2473         * src/SDCCmain.c (linkEdit): fixed bug 1195202
2474
2475 2005-05-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2476
2477         * .version: changed to version 2.5.1; back to bleeding edge development
2478
2479 2005-05-11 Borut Razem <borut.razem AT siol.net>
2480
2481         * doc/sdccman.lyx doc/cdbfileformat.lyx doc/test_suite_spec.lyx:
2482           generate PDF version 1.3 documents
2483
2484 2005-05-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2485
2486         * .version: changed to version 2.5.0
2487
2488 2005-04-27 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2489
2490         * doc/sdccman.lyx: updated weblinks, index and smaller updates
2491
2492 2005-04-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2493
2494         * doc/sdccman.lyx: changed version 2.5.0, documented --std-c89,
2495         --std-sdcc89, --std-c99, --std-sdcc99, and the corresponding #pragmas, as
2496         well as many smaller updates.
2497         * .version: changed to version 2.5.0-pre1
2498
2499 2005-04-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2500
2501         * src/SDCCmain.c (setIncludePath): added port->target to SDCC_INCLUDE_NAME
2502
2503 2005-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
2504
2505         * support/regression/tests/bug1185672.c: added
2506         * src/mcs51/gen.c (aopGetUsesAcc, genCpl, genAnd, genOr, genXor): fixed
2507           bug 1185672
2508         * src/mcs51/gen.c (genCall): added comments, made it look safer
2509         * src/mcs51/gen.c (genEndFunction): simplified
2510
2511 2005-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
2512
2513         * src/mcs51/ralloc.c (serialRegAssign): fixed bug 1189609
2514
2515 2005-04-14 Borut Razem <borut.razem AT siol.net>
2516
2517         * fixed bug 1045046 - SIGSEGV with really simple code?:
2518           src/pic/pcode.c (pCodeInitRegisters)- pseudo stack size increased to 16
2519           src/pic/ralloc.c (typeRegWithIdx) - error message on pseudo stack overflow
2520
2521 2005-04-14 Borut Razem <borut.razem AT siol.net>
2522
2523         * src/pic16/gen.c (genInline), src/pic16/main.c (_process_pragma),
2524           src/pic16/device.h: temporarily disabled experimental #inline pragma
2525           for 2.5.0 release
2526
2527 2005-04-14 Maarten Brock <sourceforge.brock AT dse.nl>
2528
2529         * device/include/z80/stdio.h,
2530         * device/include/z80/string.h: removed these highly incomplete files so
2531           SDCC can use the default ones in device/include/
2532
2533 2005-04-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2534
2535         * src/mcs51/gen.c (genEndFunction): removed unused variable to fix
2536         gcc warning.
2537         * device/lib/Makefile.in: default PORTINCDIR to the mcs51 subdir to
2538         fix sdcpp warnings.
2539
2540 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
2541
2542         * device/include/malloc.h: removed redundant __reentrant prototypes
2543         * device/lib/_mullong.c: added working xstack variant in asm (C version
2544           doesn't pass regression tests)
2545         * device/lib/bpx.c: used __data and made bpx char for mcs51
2546         * src/SDCCast.c (decorateType): removed unused GPTYPE_IDATA,
2547           (createFunction): fixed bug with xstackPtr
2548         * src/SDCCcse.c: corrected comments
2549         * src/SDCCopt.c (convertToFcall): fixed warning in MSVC,
2550           (killDeadCode, eBBlockFromiCode): removed unused code
2551         * src/SDCCsymt.h: removed unused GPTYPE_GPTR and GPTYPE_IDATA,
2552           corrected comments
2553         * src/mcs51/gen.c (aopForSym, aopPut, toBoolean, unsaveRegisters,
2554           assignResultValue, genCall, genFunction, genEndFunction, genAnd,
2555           genOr, genXor, genAddrOf): fixed several bugs concerning xstack
2556           (genModOneByte): fixed warning in MSVC
2557         * src/mcs51/main.c (): added comments
2558         * src/mcs51/peeph.def: changed 129 to 129.a, added 129.b, 129.c & 129.d
2559
2560 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
2561
2562         * src/SDCCmain.c (linkEdit): oops, changed one line too many
2563
2564 2005-04-11 Maarten Brock <sourceforge.brock AT dse.nl>
2565
2566         * src/SDCCmain.c (linkEdit): fixed bug with finding crt0.o for z80
2567
2568 2005-04-10 Vangelis Rokas <vrokas AT users.sourceforge.net>
2569
2570         * src/pic16/glue.c (printIvalChar): fixed bug when emitting
2571         characters arrays of larger size than the declared one.
2572
2573 2005-04-10 Borut Razem <borut.razem AT siol.net>
2574
2575         * src/pic/gen.c (genInline),
2576           src/pic/pcode.c (newpCodeAsmDir), (pCode2str),
2577           (genericPrint), (unlinkpCodeFromBranch), (compareLabel),
2578           (findNextInstruction), (findPrevInstruction),
2579           (findInstructionUsingLabel),
2580           src/pic/pcode.h: fixed bug #1164907 - Labels not being recognized
2581         * src/pic/pcode.c (findLabel): added missing '\n'
2582         * src/src.dsp: added SDCCdwarf2.c to the project
2583
2584 2005-04-09 Borut Razem <borut.razem AT siol.net>
2585
2586         * support/scripts/sdcc.nsi: added include/hc08/* h to NSIS setup
2587
2588 2005-04-08 Raphael Neider <rneider AT web.de>
2589
2590         * src/pic16/pcode.c: added helpers defmapInsertAfter (insert a new item
2591           into the chain after a given one) and mergeDefmapSymbols (combine
2592           defmap entries for each symbol per pcode)
2593         * (createDefmap): have defmap entries merged in the end
2594         * (defmapReplaceSymRef): split defmap entries covering two accesses to
2595           a symbol before replacing one access type's symbol, merge symbols in
2596           the end (replacement symbol might already have an entry)
2597         * (assignValnums): keep reference to written WREG intact
2598
2599 2005-04-08 Raphael Neider <rneider AT web.de>
2600
2601         * src/pic16/pcode.c (struct defmap_s): named anonymous union (for
2602           Alpha)
2603
2604 2005-04-08 Vangelis Rokas <vrokas AT users.sourceforge.net>
2605
2606         * src/pic16/pcode.c (pic16_get_op2): enlarged size of array b to 128
2607         bytes
2608
2609 2005-04-07 Raphael Neider <rneider AT web.de>
2610
2611         * device/include/pic16/usart.h: added compatibility defines for
2612           devices with more than one USART
2613         * device/include/pic16/pic18f[68][567]20.h: activated above defines
2614
2615 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
2616
2617         * device/lib/Makefile.in: updated for port specific include
2618
2619 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
2620
2621         * support/regression/ports/mcs51/spec.mk: added mcs51 include
2622
2623 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
2624
2625         * device/include/8051.h,
2626         * device/include/8052.h,
2627         * device/include/at89S8252.h,
2628         * device/include/at89c55.h,
2629         * device/include/at89x051.h,
2630         * device/include/at89x51.h,
2631         * device/include/at89x52.h,
2632         * device/include/mcs51reg.h,
2633         * device/include/reg51.h,
2634         * device/include/reg764.h,
2635         * device/include/regc515c.h,
2636         * device/include/sab80515.h: (re)moved these 12 files
2637         * device/include/mcs51/8051.h,
2638         * device/include/mcs51/8052.h,
2639         * device/include/mcs51/at89S8252.h,
2640         * device/include/mcs51/at89c55.h,
2641         * device/include/mcs51/at89x051.h,
2642         * device/include/mcs51/at89x51.h,
2643         * device/include/mcs51/at89x52.h,
2644         * device/include/mcs51/mcs51reg.h,
2645         * device/include/mcs51/reg51.h,
2646         * device/include/mcs51/reg764.h,
2647         * device/include/mcs51/regc515c.h,
2648         * device/include/mcs51/sab80515.h: and added them here
2649
2650 2005-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
2651
2652         * device/include/stdarg.h: changed SDCC specific keywords to double
2653           underlined form.
2654         * device/include/stdint.h: changed intptr_t and uintptr_t for others than
2655           mcs51 and ds390.
2656         * device/include/hc08/mc68hc908gp32.h,
2657         * device/include/hc08/mc68hc908jb8.h,
2658         * device/include/hc08/mc68hc908jkjl.h,
2659         * device/include/hc08/mc68hc908qy.h: fixed comments
2660         * device/include/mcs51/README: updated
2661         * device/include/mcs51/c8051f120.h: added PINRSF
2662         * device/lib/pic16/libc/stdlib/crc16.c: fixed comments
2663         * src/pic16/pcode.c: MSVC6 doesn't accept declaring new variables
2664           amidst code. Also inline is not supported.
2665
2666 2005-04-06 Raphael Neider <rneider AT web.de>
2667
2668         * src/pic16/pcode.c (pic16_pCodeReplace): also update pcflow->end
2669         * (createDefmap): fixed CALLs to depend on FSR1 and RETLW to restore
2670           callers stack/frame pointers
2671
2672 2005-04-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
2673
2674         * device/include/pic16/usart.h: added, missing in previous commit,
2675         * device/include/pic16/adc.h: fixed typo,
2676         * device/lib/pic16/libc/utils/cvtdec.S: added missing in previous
2677         commit,
2678         * device/lib/pic16/libc/stdlib/g_ftoa.S: modified to include
2679         <p18fxxx.inc>
2680         * device/lib/pic16/libc/stdio/streams.c: leave stdin, stdout
2681         uninitialized because a bug appears with gplink
2682         * device/lib/pic16/{some makefiles}: moved $(CSTD) from CFLAGS to
2683         COMPILE_FLAGS and added CPPFLAGS with -nostdinc because sdcpp
2684         complains for unrecognised option
2685
2686 2005-04-05 Raphael Neider <rneider AT web.de>
2687
2688         * src/pic16/gen.c (pic16_popCopyReg): made copying work for extended
2689           structs as well (using memcpy)
2690         * (genFunction): fixed comparison, used pCodeOpLabel to reduce warning
2691           on ISRs (GOTO has no label)
2692         * src/pic16/device.h: added OF_OPTIMIZE_DF
2693         * src/pic16/main.c: added compiler switch --optimize-df to enable the
2694           new data flow analysis/optimization
2695         * src/pic16/pcode.c: added (prototypes for and implementation of)
2696           dataflow analysis functions, fixed pCodeInstructions' inCond and
2697           outCond values, made RCALL a branch instruction
2698         * (pic16_unlinkpCode): keep C line if possible
2699         * (pic16_pCodeUnlink): removed cast on left side of assignment, have
2700           C line moved if possible
2701         * (pic16_getRegFrompCodeOp): NEW, improved version of...
2702         * (pic16_getRegFromInstruction,pic16_getRegFromInstruction2): changed
2703           to use new pic16_getRegFrompCodeOp (works for more SFRs)
2704         * (pic16_BuildFlow): fixed skip instructions with label (did not start
2705           new flow)
2706         * (pic16_getJumptabpCode): NEW, needed in...
2707         * (LinkFlow): fixed handling of jumptables, calls and conditional
2708           branches
2709         * (pic16_InsertCommentAfter): NEW
2710         * (pic16_pCodeReplace): made verbose and flow preserving
2711         * (AnalyzeFlow): added call to data flow analysis
2712         * src/pic16/pcode.h: added defmaps to pCodeFlow struct
2713         * src/pic16/pcodeflow.h: added PCC_STATUS to mean all STATUS bits
2714         * src/pic16/ralloc.c (packRegsForAssign): added return 1 in the end
2715
2716 2005-04-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2717
2718         * src/SDCCast.c (decorateType): fixed bug #1105626
2719
2720 2005-04-02 Vangelis Rokas <vrokas AT users.sourceforge.net>
2721
2722         * device/include/asm/pic16/features.h,
2723         * pic18f*.h headers,
2724         * device/include/pic16/adc.h,
2725         * device/include/pic16/delay.h,
2726         * device/include/pic16/i2c.h,
2727         * device/include/pic16/malloc.h,
2728         * device/include/pic16/stdio.h,
2729         * device/include/pic16/stdlib.h,
2730         * device/include/pic16/string.h,
2731         * device/lib/pic16/libc/stdio/printf_tiny.c,
2732         * device/lib/pic16/libc/stdio/printf_small.c,
2733         * device/lib/pic16/libc/stdio/strmgpsim.c,
2734         * device/lib/pic16/libc/stdio/strmmssp.c,
2735         * device/lib/pic16/libc/stdio/strmusart.c,
2736         * device/lib/pic16/libc/stdio/vfprintf.c,
2737         * device/lib/pic16/libc/stdlib/ltoa.c,
2738         * device/lib/pic16/libc/stdlib/putchar.c,
2739         * device/lib/pic16/libc/stdlib/x_ftoa.c,
2740         * device/lib/pic16/libc/stdlib/memchrpgm.c,
2741         * device/lib/pic16/libc/stdlib/memchrram.c,
2742         * device/lib/pic16/libc/stdlib/memcpypgm2ram.c,
2743         * device/lib/pic16/libc/stdlib/memcpyram2ram.c,
2744         * device/lib/pic16/libio/adc/adcbusy.c,
2745         * device/lib/pic16/libio/adc/adcread.c,
2746         * device/lib/pic16/libio/adc/adcsetch.c,
2747         * device/lib/pic16/libio/usart/ubaud.c,
2748         * device/lib/pic16/libio/usart/ubusy.c,
2749         * device/lib/pic16/libio/usart/udrdy.c,
2750         * device/lib/pic16/libio/usart/uopen.c,
2751         * device/lib/pic16/libio/usart/uputc.c,
2752         * device/lib/pic16/libsdcc/gptr/gptrget1.c,
2753         * device/lib/pic16/libsdcc/gptr/gptrget2.c,
2754         * device/lib/pic16/libsdcc/gptr/gptrget3.c,
2755         * device/lib/pic16/libsdcc/gptr/gptrget4.c,
2756         * device/lib/pic16/libsdcc/gptr/gptrput1.c,
2757         * device/lib/pic16/libsdcc/gptr/gptrput2.c,
2758         * device/lib/pic16/libsdcc/gptr/gptrput3.c,
2759         * device/lib/pic16/libsdcc/gptr/gptrput4.c: modified all SDCC
2760         specific keywords to double underlined form,
2761         * device/lib/pic16/libc/Makefile.rules,
2762         * device/lib/pic16/libsdcc/Makefile.rules,
2763         * device/lib/pic16/libm/Makefile,
2764         * device/lib/pic16/libio/Makefile.rules: added CSTD macro in CFLAGS
2765         to compile with C standard set in Makefile.common
2766         * device/lib/pic16/libc/stdlib/Makefile: added new C sources
2767         rand.c and crc.c in compilation process,
2768         * device/lib/pic16/libsdcc/int/divuint.c,
2769         * device/lib/pic16/libsdcc/long/divulong.c: changed declaration of
2770         `c' from signed to unsigned,
2771         * device/lib/pic16/startup/crt0.c,
2772         * device/lib/pic16/startup/crt0i.c,
2773         * device/lib/pic16/startup/crt0iz.c: adopted to all SDCC specific
2774         keywords to double underlined form, bug fixes in _do_cinit function
2775         which prevented the correct initialization of the .idata segment,
2776         * src/pic16/pcoderegs.c (insideLRBlock): fixed a bug that caused the
2777         core to enter a infinite loop
2778         * device/lib/pic16/libc/stdlib/rand.c, crc.c: new files
2779
2780 2005-04-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2781
2782         * src/SDCCicode.c (getArraySizePtr): fixed bug #1122171
2783
2784 2005-04-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2785
2786         * device/include/Makefile.in: add support for hc08 subdirectory
2787         * device/include/hc08/: new subdirectory
2788         * device/include/hc08/mc68hc908jkjl.h: new header contributed by
2789         Lucas Loizaga, thanks!
2790         * device/include/hc08/mc68hc908qy.h,
2791         * device/include/hc08/mc68hc908gp32.h,
2792         * device/include/hc08/mc68hc908jb8.h: moved hc08 register defs to
2793         their own directory. Changed internal macro names to use the compiler
2794         reserved namespace. Changed SDCC specific keywords to double
2795         underlined form.
2796         * device/include/math.h,
2797         * device/include/malloc.h,
2798         * device/include/stdarg.h,
2799         * device/include/stdbool.h
2800         * device/include/string.h,
2801         * device/include/tinibios.h,
2802         * device/include/ds400rom.h,
2803         * device/include/8051.h,
2804         * device/include/8052.h,
2805         * device/include/80c51xa.h,
2806         * device/include/at89c55.h,
2807         * device/include/at89S8252.h,
2808         * device/include/at89x51.h,
2809         * device/include/at89x52.h,
2810         * device/include/ds80c390.h,
2811         * device/include/reg764.h,
2812         * device/include/regc515c.h,
2813         * device/include/sab80515.h,
2814         * device/include/mcs51/c8051f000.h,
2815         * device/include/mcs51/c8051f018.h,
2816         * device/include/mcs51/c8051f020.h,
2817         * device/include/mcs51/c8051f040.h,
2818         * device/include/mcs51/c8051f060.h,
2819         * device/include/mcs51/c8051f120.h,
2820         * device/include/mcs51/c8051f300.h,
2821         * device/include/mcs51/c8051f310.h,
2822         * device/include/mcs51/c8051f320.h,
2823         * device/include/mcs51/c8051f330.h,
2824         * device/include/mcs51/c8051f350.h,
2825         * device/include/z180.h: Changed SDCC specific keywords to double
2826         underlined form.
2827
2828 2005-03-31 Vangelis Rokas <vrokas AT users.sourceforge.net>
2829
2830         * src/pic16/device.c (Pics16[]): added devices 18F2550, 18F4331,
2831         18F4455,
2832         * (pic16_assignConfigWordValue): disable testing of configuration
2833         register value with config mask,
2834         * src/pic16/gen.c (pic16_testStackOverflow): prefix stack test
2835         function with port->fun_prefix,
2836         * (genFunction): when generating a naked interrupt function never
2837         create an absolute segment placed in interrupt vector address, place
2838         the actual interrupt function at IVA instead, when an interrupt
2839         function is generated with unspecified interrupt then do not create
2840         the absolute section,
2841         * (genGenPointerGet, genGenPointerSet, genPackBits): replace all
2842         code for generating a call to generic pointer get/put function with
2843         a call to function pic16_callGenericPointer(),
2844         * src/pic16/genutils.c (pic16_callGenericPointerRW): NEW, generates
2845         the call to the generic pointer get/put functions with prefixing the
2846         function name with port->fun_prefix,
2847         * src/pic16/glue.c (pic16glue): ifdef-out test of OF_LR_SUPPORT,
2848         * src/pic16/main.c (_process_pragma): prefix function with
2849         port->fun_prefix,
2850         * (_pic16_finaliseOptions): define macro __18Fxxxx macro when
2851         calling assembler, old 18Fxxxx macro is deprecated,
2852         * src/pic16/pcode.c (unlinkpCodeFromBranch): added PC_INLINE and
2853         PC_ASMDIR in while condition,
2854         * (findInstruction): add PC_ASMDIR in while condition,
2855         * (buildCallTree): prefix main with port->fun_prefix,
2856         * (pic16_pCode2str): fixed bug that didn't emit the memory access
2857         identifier for variable with banked access in instructions BTFSS,
2858         BTFSC, BCF, BSF, BTG
2859         * (AnalyzeFlow): moved call to OptimizepCode to pic16_AnalyzeBanking,
2860         * src/pic16/pcodepeep.c (pCodeOpCompare): increase size of b to 1024,
2861         * src/pic16/pcoderegs.c (pic16_pCodeRegoptimizeRegUsage): don't
2862         perform optimization when enviroment variable NO_REG_OPT is set,
2863         * (insideLRBlock): NEW, return 1 if register is inside an
2864         INF_LOCALREGS block,
2865         * (RemoveRegFromLRBlock): remove a register that is completely
2866         eliminated by register optimization, but it is still left in local
2867         register store/restore in/from stack block,
2868         * (Remove2pcodes): after removing register, check to see if it
2869         should be removed from local register store/restore in/from stack
2870         block,
2871         * src/pic16/ralloc.c (pic16_decodeOp): added decode for
2872         DUMMY_READ_VOLATILE,
2873
2874         * device/include/pic16/adc.h: minor prototype modifications and
2875         update,
2876         * device/include/pic16/malloc.h: added GPL notice various
2877         modifications,
2878         * device/include/pic16/stdint.h: NEW, standard header for ints
2879         * device/include/pic16/delay.h: NEW, header for delay functions,
2880         delay10tcy, delay100tcy, delay1ktcy, delay10ktcy, delay100ktcy,
2881         delay1mtcy,
2882         * device/include/pic16/signal.h: NEW, header providing helper macros
2883         for implementing signal handlers,
2884         * device/include/pic16/stdio.h: added prototypes for functions,
2885         printf, vprintf, sprintf, vsprintf, fprintf, vfprintf. Added
2886         prototypes for stdin and stdout, added macro PUTCHAR to
2887         automatically implement putchar function prototype,
2888         * device/include/pic16/usart.h: modified and updated USART library,
2889         * device/lib/pic16/libio/adc/,
2890         * device/lib/pic16/libio/i2c: some modifications to improve library
2891         performance,
2892         * device/lib/pic16/libc/stdio/: modifications for the new printf*
2893         family of functions,
2894         * device/lib/pic16/libc/stdlib/: various modifications in the malloc
2895         family of functions and other sources,
2896         * device/lib/pic16/libio/usart/: NEW, c sources for the usart module
2897         of the PIC18Fxx[28] devices,
2898         * device/lib/pic16/libc/delay/: NEW, c sources for the delay functions,
2899         * device/lib/pic16/libc/utils/: minor modifications in the .S sources,
2900         * device/lib/pic16/startup/{crt0i.c, crt0iz.c}: redesign of the
2901         _do_cinit function, because the previous failed when local variables
2902         where not placed in the same memory bank,
2903         * device/lib/pic16/libsdcc/char/: various modifications to improve
2904         library performance,
2905         * doc/sdccman.lyx: some reorganization of the PIC16 part, added many
2906         information on the new functions of the c library and more...
2907
2908 2005-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2909
2910         * src/SDCCBBlock.c (iCodeBreakDown): fixed bug #1170212
2911
2912 2005-03-26 Raphael Neider <rneider AT web.de>
2913
2914         * src/pic16/gen.c (genSkipc): fixed semantics (execute branch
2915           if condition == CARRY)
2916         * (genCmp): adapted to new genSkipc semantics
2917         * src/pic16/genutils.c (pic6_genCmp_special): removed side effect
2918           on rIfx (genCmp was broken)
2919
2920 2005-03-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2921
2922         * src/SDCCmain.c (setDefaultOptions, optionsTable[], parseCmdLine),
2923         * src/z80/main.c (_keywords[]),
2924         * src/SDCCglobal.h (struct options),
2925         * src/SDCC.y,
2926         * src/SDCC.lex (isTargetKeyword, doPragma, pragma_tbl[]): new pragmas
2927         to enable/disable SDCC and C99 extensions/keywords (std_c89, std_sdcc89,
2928         std_c99, std_sdcc99). Also, equivalent command line options (--std-c89,
2929         --std-sdcc89, --std-c99, --std-sdcc99). SDCC specific keywords are
2930         always available in leading double underscore form. The C99 support is
2931         mostly missing, but it's a start.
2932         * support/regression/tests/bug-227710.c: fixed nonconforming use of
2933         reserved identifier "__data".
2934
2935 2005-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
2936
2937         * src/mcs51/peeph.def: fixed bug 1170013
2938
2939 2005-03-22 Maarten Brock <sourceforge.brock AT dse.nl>
2940
2941         * device/include/mcs51reg.h: fixed bug 842007
2942
2943 2005-03-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2944
2945         * src/SDCCcflow.c (dfNumCompare): committed the wrong version of this
2946         last time.
2947
2948 2005-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2949
2950         * src/port.h (struct PORT),
2951         * src/avr/ralloc.c (avr_assignRegisters),
2952         * src/avr/main.c,
2953         * src/ds390/ralloc.c (ds390_assignRegisters),
2954         * src/ds390/main.c,
2955         * src/hc08/ralloc.c (hc08_assignRegisters),
2956         * src/hc08/main.c,
2957         * src/mcs51/ralloc.c (mcs51_assignRegisters),
2958         * src/mcs51/main.c,
2959         * src/pic/ralloc.c (pic14_assignRegisters),
2960         * src/pic/main.c,
2961         * src/pic16/ralloc.c (pic16_assignRegisters),
2962         * src/pic16/main.c,
2963         * src/xa51/ralloc.c (xa51_assignRegisters),
2964         * src/xa51/main.c,
2965         * src/z80/ralloc.c (z80_assignRegisters),
2966         * src/z80/ralloc.h,
2967         * src/SDCCopt.c (eBBlockFromiCode, replaceRegEqv, killDeadCode),
2968         * src/SDCCcse.c (ifxOptimize, cseBBlock, cseAllBlocks),
2969         * src/SDCCcse.h,
2970         * src/SDCCdflow.c (computeDataFlow),
2971         * src/SDCCdflow.h,
2972         * src/SDCCloop.c (addDefInExprs, loopInvariants, loopOptimizations),
2973         * src/SDCCloop.h,
2974         * src/SDCCcflow.c (*),
2975         * src/SDCCcflow.h,
2976         * src/SDCCBBlock.c (iCodeBreakDown, dumpEbbsToFileExt, eBBWithEntryLabel),
2977         * src/SDCCBBlock.h (struct ebbIndex): new struct that keeps two copies
2978         of the eBBlock list, sorted by both bbnum and dfnum. (fixes bug with
2979         immedDom() returning wrong block; probably fixes bug #1160833)
2980
2981 2005-03-20 Borut Razem <borut.razem AT siol.net>
2982
2983         * support/scripts/inc2h.pl: WIN32 port
2984
2985 2005-03-19 Maarten Brock <sourceforge.brock AT dse.nl>
2986
2987         * device/lib/makefile.in: added abs.c and labs.c
2988
2989 2005-03-17 Maarten Brock <sourceforge.brock AT dse.nl>
2990
2991         * device/include/stdint.h: added
2992         * device/lib/abs.c: added
2993         * device/lib/labs.c: added
2994         * device/include/stdlib.h: added abs() and labs() prototypes
2995         * device/lib/libsdcc.lib: added abs and labs
2996         * device/include/float.h,
2997         * device/lib/_fsmul.c,
2998         * device/lib/printf_fast.c,
2999         * device/lib/printf_tiny.c: updated comments
3000
3001 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3002
3003         * src/SDCCicode.c (geniCodeSwitch, geniCodeJumpTable): fixed
3004         bug #1164313
3005
3006 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3007
3008         * src/SDCCcse.c (cseBBlock): retain assignment to self when volatile
3009         * src/SDCCast.c (isLoopCountable): fixed bug #1161985
3010
3011 2005-03-15 Maarten Brock <sourceforge.brock AT dse.nl>
3012
3013         * device/lib/printf_large.c: removed inline assembly for portability and
3014           readability. Use printf_fast if speed or size are more important.
3015         * src/pic16/gen.c: removed conditions around use of DEBUGpc
3016         * src/pic16/genutils.h: added define for DEBUGpc for MSVC
3017
3018 2005-03-15 Vangelis Rokas <vrokas AT users.sourceforge.net>
3019
3020         * src/pic16/genutils.c (pic16_genCmp_special): initialized offs to
3021         prevent compiler warning
3022
3023 2005-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
3024
3025         * device/lib/pic16/startup/crt0i.c (_cinit): local variables where
3026         moved to level 0 and declared as static. Also they are explicit
3027         placed in access bank. This was necessery because some times they
3028         might cross memory bank boundaries. crt0iz.c is *NOT* updated!!!
3029         * src/pic16/device.h: added flag OPTIMIZE_CMP to enable some compare
3030         optimizations. Currently only compare to unsigned char is implemented,
3031         * src/pic16/gen.c: added fReturnIdx array,
3032         * (struct resolvedIfx) is moved to gen.h and made public,
3033         * (struct _G): added sregsAlloc and sregsAllocSet fields,
3034         * (aopForSym): added an optimization to directly store in stack of
3035         the operand of a SEND iCode,
3036         * (pic16_aopOp): don't return return registers as strings (AOP_STR)
3037         but as registers instead (AOP_REG) using the fReturnIdx array,
3038         * (pic16_freeAsmop): remove the freed register from the
3039         _G.sregsAlloc field,
3040         * (pic16_aopGet): in case AOP_STR, the compare to 'a' is changed to
3041         a compare of 'WREG',
3042         * (pic16_popGetTempRegCond): changed function prototype, now
3043         function takes also a bitVector argument v which holds the current
3044         set of registers that are allocated for stack access by aopForSym,
3045         registers allocated in aopForSym for accessing stack symbols are not
3046         any more part of the functions usedRegs field,
3047         * (genCall): some times aopOp is called for a stack variable to be
3048         send, aopForSym might perform the push, if this is true make sure
3049         that genCall doesn't push the variable twice by testing _G.resDirect,
3050         * (genFunction): changed testing for unspecified interrupt number
3051         from 256 to INTNO_UNSPEC,
3052         * modified selection scheme of frame pointer generation. Previously
3053         if function did use local registers a frame pointer was generated,
3054         now a frame pointer is generated only if function has arguments
3055         (that need PLUSW2 register access), or has stack arguments, or the
3056         compiler is not instructed to omit the frame pointer,
3057         * (genEndFunction): before restoring local registers that were saved
3058         in the function preamble, also restore the registers that *might*
3059         have been allocated for stack access,
3060         * (genRet): removed some old comments,
3061         * (genCmp, the active (RN's) version): added a call to the
3062         pic16_genCmp_special function to perform the compare with a more
3063         robust and optimized way,
3064         * (genInline): a feature has been added in inline code generation,
3065         which allows a wildcard variable substitution when writing inline
3066         assembly. Code is incomplete and experimental therefore undocumented,
3067         * (genCast): changed order of aopOp for result and right to allow
3068         aopForSym to directly load the result if possible,
3069         * src/pic16/genutils.c (selectCompareOp, pic16_genCmp_special): NEW,
3070         perform an optimized compare on some selected special occasions,
3071         * src/pic16/genutils.h: declaration of resolvedIfx structure from gen.c,
3072         * src/pic16/glue.c (pic16createInterrupVect): make sure we never
3073         generate an IVT any more,
3074         * src/pic16/main.c (pic16_optionsTable): added command line option
3075         --optimize-cmp,
3076         * (_pic16_initPaths): when calling C preprocessor define pic18fXXXX
3077         macro too, when calling assembler define pic18fXXXX *and* __18Fxxxx
3078         macros,
3079         * src/pic16/NOTES: Raphael Neider added in list of active developers
3080         * src/pic16/pcode.c (OPT_TYPE_STR): added strings jumptable_begin and
3081         jumptable_end to prevent bug #,
3082         * (pic16_pciADDWFC, ADDFWC, COMF, CLRF): added some missing flags in
3083         inCond and outCond fields,
3084         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): add a fix for bug #,
3085         * src/pic16/ralloc.c (serialRegAssign): explicit set willCS to 0 to
3086         turn off register spilling,
3087         * (packRegsForOneUse): synced with other ports' versions although it
3088         is not used currently,
3089         * (pic16_packRegisters): added an optimization while reading
3090         structure bitfields, some registers may be saved (malloc code is
3091         decreased by 80 bytes)
3092
3093 2005-03-12 Vangelis Rokas <vrokas AT users.sourceforge.net>
3094
3095         * src/SDCCcse.c (cseBBlock): inside 'do operand lookup' loop test if
3096         left is a bitfield, if yes, then don't optimize assignment. Perhaps
3097         this can be optimized more?
3098
3099 2005-03-10 Raphael Neider <rneider AT web.de>
3100
3101         * src/pic16/gen.c (pic16_loadFSR0, genPackBits, genUnpackBits,
3102           genNearPointerGet): (hopefully) fixed access to bitfields via
3103           pointers (p->bitN = x; and x = p->bitN; failed)
3104
3105 2005-03-09 Paul Stoffregen <paul AT pjrc.com>
3106
3107         * device/lib/printf_fast.c: fix leading zero format, eg "%02d"
3108
3109 2005-03-09 Raphael Neider <rneider AT web.de>
3110
3111         * src/SDCCopt.c (killDeadCode): fixed bug #1156016
3112
3113 2005-03-06 Maarten Brock <sourceforge.brock AT dse.nl>
3114
3115         * src/SDCCicode.h: moved CRITICAL and ENDCRITICAL from SKIP_IC2 to SKIP_IC
3116         * src/mcs51/ralloc.c (willCauseSpill): added check for REG_BIT type,
3117           (regTypeNum): set REG_BIT type if necessary
3118         * src/mcs51/ralloc.h: added define REG_BIT, used to fix bug 1144613
3119         * support/regression/tests/critical.c: check bug 1144613
3120
3121 2005-03-02 Raphael Neider <rneider AT web.de>
3122
3123         * src/pic16/gen.c (genRightShiftLiteral): fixed bug #1154256
3124
3125 2005-02-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3126
3127         * src/avr/ralloc.c (serialRegAssign),
3128         * src/ds390/ralloc.c (serialRegAssign),
3129         * src/hc08/ralloc.c (serialRegAssign),
3130         * src/mcs51/ralloc.c (serialRegAssign),
3131         * src/pic/ralloc.c (serialRegAssign),
3132         * src/pic16/ralloc.c (serialRegAssign),
3133         * src/xa51/ralloc.c (serialRegAssign),
3134         * src/z80/ralloc.c (serialRegAssign): fixed bug #1105154
3135
3136 2005-02-22 Maarten Brock <sourceforge.brock AT dse.nl>
3137
3138         * src/SDCCast.c (decorateType): fixed bug 1124787
3139
3140 2005-02-20 Hubert Sack <sack AT digiplan.de>
3141         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3142
3143         * src/mcs51/peeph.def: added peepholes 3.h-k and 132.a-f from
3144         patch #1121755
3145
3146 2005-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3147
3148         * src/SDCCpeeph.def: new keyword "labelRefCountChange" which allows peepholes
3149         to keep the correct label reference count when adding/removing references
3150         to labels. A peephole file using this is appended to patch #1144962.
3151
3152 2005-02-14 Raphael Neider <rneider AT web.de>
3153
3154         * device/lib/pic16/libc/string/memccpy.c: changed 3rd argument to char
3155         * src/SDCC.lex (process_pragma): fixed to make disable_warning work for PIC16
3156         * src/pic16/gen.c (aopForSym, calls to pic16_aopOp): prevent unneccessary
3157           retrievals of result operand's value on assignment
3158
3159 2005-02-13 Vangelis Rokas <vrokas AT otenet.gr>
3160
3161         * device/include/pic16/string.h: modified prototype for memccpy()
3162         to memccpy(void *, void *, char, size_t)
3163         * src/pic16/gen.c (genFunction, genEndFunction): reenable if-case to
3164         check whether to omit frame pointer or not,
3165         * (genInline): convert all occurences of "\n" to LF in inline
3166         assembler blocks, this helps formatting the inline text,
3167         * (pic16_loadFSR0): modified prototype,
3168         * (genNearPointerGet, genNearPointerSet): reorganization of code,
3169         removed some 8051 legacy code,
3170         * (genPackBits): enabled handling bitfields exceeding one byte in size,
3171         * src/pic16/ralloc.c (pic16_assignRegisters): clear dynrIdx variable
3172         before allocating temporary registers in functions,
3173
3174 2005-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
3175
3176         * support/regression/tests/bitvars.c: corrected the "fix"
3177
3178 2005-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
3179
3180         * support/regression/tests/bitvars.c,
3181         * support/regression/tests/bitwise.c,
3182         * support/regression/tests/rotate.c: "fixed" problems on Alpha
3183
3184 2005-02-10 Raphael Neider <rneider AT web.de>
3185
3186         * src/pic16/pcode.c (assignToSameBank) : fixed cast to pointer of
3187           different size for Alpha
3188         * src/pic16/gen.c (genCmpEq) : improved compare with 0
3189
3190 2005-02-09 Raphael Neider <rneider AT web.de>
3191
3192         * src/SDCC.lex(doPragma) : save and restore warning options as well
3193           (also added new stack plus clone- and copyAndFreeSDCCERRG())
3194         * have #pragma less_pedantic set the errorlevel to WARNING
3195           (fixes #1117001)
3196         * (cloneOptimize) : fixed wrong malloc's size
3197         * support/Util/SDCCerr.[ch] : made SDCCERRG globally accessible to
3198           facilitate correct handling of #pragma (save|restore)
3199
3200 2005-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
3201
3202         * src/mcs51/gen.c: removed non-standard C nameless struct/union
3203
3204 2005-02-04 Slade Rich <slade_rich AT users.sourceforge.net>
3205
3206         * src/pic/gen.c : Fix for bugs #1080519 & #1115662.
3207
3208 2005-02-03 Maarten Brock <sourceforge.brock AT dse.nl>
3209
3210         * device/include/mcs51/c8051f120.h: added declarations for sbit port 2,3&4
3211
3212 2005-02-02 Raphael Neider <rneider AT web.de>
3213
3214         * src/SDCCast.c (processParms): disabled W_NONRENT_ARGS for pic16 port
3215         * src/pic16/gen.c (aopForSym): reenabled special case for function pointers
3216         * (pic16_storeForReturn): fixed to allow returning function pointers
3217         * (genPackBits): improved accessing full bytes, implemented for GPOINTERs
3218         * device/include/pic16/{stddef.h,stdbool.h}: added
3219
3220 2005-02-02 Maarten Brock <sourceforge.brock AT dse.nl>
3221
3222         * device/include/mcs51/c8051f040.h: added define CPT2_PAGE
3223
3224 2005-02-01 Slade Rich <slade_rich AT users.sourceforge.net>
3225
3226         * src/pic16/pic16.dsp : Added file graph.c to make it compile under windows
3227         * src/pic16/Makefile.bcc : Do not use this file but added file graph.c as it
3228          appeared to be required
3229
3230 2005-01-31 Borut Razem <borut.razem AT siol.net>
3231
3232         * support/scripts/sdcc.nsi: added include/asm/ds390, include/asm/mcs51,
3233           include/mcs51 and include/z80 directories to the package
3234
3235 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3236
3237         * src/hc08/gen.c (genFunction): fixed bug #1112752
3238
3239 2005-01-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3240
3241         * src/mcs51/peeph.def: adapted peephole 258.x to changed gen.c (genAnd)
3242
3243 2005-01-29 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3244
3245         * src/mcs51/gen.c (genAnd): accessing LSB/MSB by rotating acc
3246
3247 2005-01-29 Maarten Brock <sourceforge.brock AT dse.nl>
3248
3249         * device/include/Makefile.in: create/copy mcs51 and z80 include subdirs
3250
3251 2005-01-27 Maarten Brock <sourceforge.brock AT dse.nl>
3252
3253         * device/include/c8051fxxx.h: removed these 6 files
3254         * device/include/mcs51/c8051fxxx.h: added these 11 new files
3255
3256 2005-01-26 Raphael Neider <rneider AT web.de>
3257
3258         * src/pic16/gen.c (genAssign): fixed assignment from longs
3259           in codespace (were cut to three bytes)
3260         * (genDummyRead): implemented (except for CODESPACE...),
3261           fixed bug #1108575
3262         * src/pic16/glue.c (emitStatistics): beautified
3263         * device/lib/pic16/libm/Makefile: added include path
3264
3265 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3266
3267         * src/z80/gen.c (aopPut): fixed bug #1103902
3268
3269 2005-01-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3270
3271         * device/lib/expf.c: fixed bug #1095792
3272
3273 2005-01-24 Vangelis Rokas <vrokas AT otenet.gr>
3274
3275         * device/lib/pic16/libm: added Math library sources
3276
3277 2005-01-24 Raphael Neider <rneider AT web.de>
3278
3279         * src/pic16/pcode.h: added second memory operand to pCodeOpReg
3280           to enable upcast to pCodeOpReg2 (there is no type tag to
3281           differenciate the two and pic16_popGet2p cast into PCOR2)
3282         * src/pic16/main.c (_process_pragma): fixed another malloc bug
3283           (sizeof(sectNames) changed to sizeof(sectName))
3284           Both patches fix segfaults under MinGW.
3285
3286 2005-01-23 Raphael Neider <rneider AT web.de>
3287
3288         * src/pic16/{device.c,pcode.c}: s/free/Safe_free/g for
3289           Safe_[mc]?alloc()'ed variables
3290         * src/pic16/gen.c (pic16_aopOp,pic16_popGet): added handling
3291           of (byte sized) temporaries (assign them to WREG for now)
3292         * src/pic16/main.c (_process_pragma): fixed nasty malloc bug
3293           (used sizeof(set *sectSyms) instead of sizeof(struct sectSym)),
3294           this might fix SIGSEGVs on MinGW...
3295         * src/SDCCopt.c (killDeadCode): restored original behaviour
3296           (volatile operands might get thrown away though)
3297
3298 2005-01-23 Vangelis Rokas <vrokas AT otenet.gr>
3299
3300         * src/pic16/gen.c: fixed bug #1106975,
3301         * src/pic16/gen.c: fixed possible bug #1102572, now during TOS
3302         pointer update, INTCON is saved, global interrupts are disabled and
3303         restored after updateing TOS.
3304         * src/SDCC.y, src/SDCC.lex, src/SDCCsymt.c, src/SDCCsymt.h:
3305         * added function attribute 'shadowregs' to take advantage of shadow
3306         registers,
3307         * added function attribute 'wparam' as an alternative to the wparam
3308         pragma,
3309         * support/Utils/SDCCerr.[ch]: added error E_SHADOWREGS_NO_ISR when
3310         user declares a non-ISR function as 'shadowregs',
3311         * doc/sdccman.lyx: updated to reflect recent changes of pic16 port
3312
3313 2005-01-22 Vangelis Rokas <vrokas AT otenet.gr>
3314
3315         * .version: bumped version number to 2.4.8
3316         * device/lib/pic16/pics.all: list of PIC18F devices supported by
3317         pic16 port,
3318         * device/lib/pic16/libio/i2c/: I2C module support library,
3319         * device/include/pic16/i2c.h: I2C support library header,
3320         * device/lib/pic16/libc/stdio/: standard IO support sources,
3321         * (printf_small.c): printf_small() source, supports float print,
3322         * (printf_tiny.c): printf_tiny() source, does not support floats,
3323         * device/lib/pic16/Makefile.common.in: added OPT_FLAGS macro to
3324         enable global optimizations for entire library source, other
3325         Makefiles in the source tree are also modified to reflect this,
3326         * device/lib/pic16/libc/stdlib/putchar.c (putchar): dummy putchar()
3327         function,
3328         * doc/sdccman.lyx: updated to reflect new changes,
3329         * src/pic16/gen.c (aopForSym): don't handle sym->iaccess in
3330         sym->onStack if-case,
3331         * src/pic16/main.c (_pic16_keywords): commented out keywords bit,
3332         sbit, idata, _idata, xdata, _xdata,
3333         * added pragma library, to link an external library, (see doc),
3334         * removed command line options, --pomit-config-words, --pomit-ivt,
3335         --pleave-reset-vector,
3336         * (pic16_finaliseOptions): when define macro SDCC_MODEL_{SMALL/LARGE}
3337         when calling assembler to reflect memory model used, also define
3338         macro STACK_MODEL_{SMALL/LARGE} when compiling and assembling to
3339         reflect stack model used,
3340         * src/pic16/ralloc.c (pic16_allocDirReg): when operand is allocated
3341         on stack return NULL,
3342
3343 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
3344
3345         * src/SDCCopt.c (killDeadCode): do not throw iCodes away if one
3346           of the operands is volatile. Fixes #1020220
3347
3348 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
3349
3350         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): reenabled optimization
3351         * (OptimizeRegUsage): make sure that there is really no other flow where
3352           the first pCode is used
3353
3354 2005-01-22 Raphael Neider <rneider AT web.de>
3355
3356         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): disabled optimization
3357           to fix #1106967 (pCode->seq are not set up correctly)
3358
3359 2005-01-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3360
3361         * src/SDCCglue.c (glue): make sure code area is declared before the
3362         static initialization area.
3363
3364 2005-01-21 Raphael Neider <rneider AT web.de>
3365
3366         * device/lib/Makefile.in: fixed test for pic16 install dir
3367         * device/lib/pic16/*/Makefile*: modified compile flags to enable
3368           optimizations
3369         * doc/sdccman.lyx: updated banksel optimization, removed --flr-support and
3370           added --optimize-goto compiler switch and pragma wparam documentation
3371         * src/pic16/pcode.c (pic16_OptimizeBanksel): removed statistics dump
3372         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed copying of WREG, PRODL
3373           and PRODH closing bug #1071770 (peephole optimizer)
3374
3375 2005-01-19 Raphael Neider <rneider AT web.de>
3376
3377         * src/SDCCglobl.h: ensure that PATH_MAX >= 2048 to guarantee
3378           cmdLine buffers (used when calling sdcpp...) are large enough
3379           (MAX_PATH=256 truncates arguments leading to system halts when
3380           used in MinGW...)
3381         * src/pic16/gen.c (pic16_sameRegs): relaxed size criterion
3382         * (genUminus): rewritten to for efficiency
3383         * (genNearPointer[GS]et): enforce reloading of FSR0 (was still
3384           used uninitialized in some cases)
3385         * (genCast): upcasting a 16bit int to a 24bit GPOINTER may not
3386           copy the third byte from the int -- now assumes 0x80 (data memory)
3387         * src/pic16/genarith.c (pic16_genPlus): fixed bug when swapping
3388           operands (genAddLit expects the iCode's operands to swapped as
3389           well), fixed leftover bytes (crashed for short left operands)
3390         * (pic16_genMinusDec): performance improvements, removed false
3391           PIC14 emitSKPNCs
3392         * (pic16_genMinus): fixed to cope with differently sized operands
3393         * src/pic16/glue.c (pic16_glue): added new banksel optimization
3394           for --obanksel > 1
3395         * src/pic16/pcode.c: implemented (first phase of) banksel optimization
3396         * src/pic16/graph.[ch]: implementation of directed graphs, used by
3397           new banksel optimization
3398         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): prevented
3399           analysis for temporary registers (segfaults...)
3400         * src/pic16/peeph.def: added rule
3401
3402 2005-01-18 Vangelis Rokas <vrokas AT otenet.gr>
3403
3404         * device/lib/pic16/libc/stdlib/x_ftoa.c: it defines x_ftoa function
3405         which converts a float number to its ASCII representation
3406         * device/lib/pic16/libc/utils/cnvfrac.S,cnvint.S: support
3407         functions to convert the fractional and integer part of a float to ASCII,
3408         * device/lib/pic16/libc/stdlib/(calloc.c,free.c, malloc.c,
3409         realloc.c): added _MALLOC_SPEC to explicit place variables in data
3410         ram
3411         * device/include/asm/pic16/features.h: added _CODE, _DATA, _AUTOMEM,
3412         _STATMEM macros,
3413         * device/include/pic16/adc.h: added GPL info,
3414         * src/pic16/gen.c (genIfxpCOpJump): perform an genIfxJump but using
3415         a pCodeOp as tested operand,
3416         * (genNearPointerGet): optimized bit testing, does not use
3417         intermediate register for bit value, test directly instead with
3418         BTFSS, BTFSC, works only for single bits,
3419         * (genpic16Code): dump the name of the iCode in the asm,
3420         * src/pic16/ralloc.c (decodeOp): removed static declaration and
3421         renamed to pic16_decodeOp,
3422         * (serialRegAssign): do not allocate a temporary register for iCode
3423         sequences that test a single bit for 1/0
3424
3425 2005-01-12 Vangelis Rokas <vrokas AT otenet.gr>
3426
3427         * src/pic16/pcode.[ch]: introduced pic16_stackpnt_*,
3428         pic16_framepnt_*, pic16_stack_*, pic1_frame_* pointer variables to
3429         access stack and frame pointers. They are initially assigned to
3430         point at pic16_pc_fsr1[lh] and pic16_pc_fsr2[lh] variables and other
3431         accessing SFRs. Updated all occurences of modification of stack or
3432         frame pointer in gen.c and pcode.c,
3433         * src/pic16/ralloc.c (serialRegAssign): fixed two bugs with
3434         assigning of a literal value to pointers,
3435         * src/pic16/main.c (pic16_finiliseOptions): set pre-processor define
3436         flag STACK_MODEL_SMALL or STACK_MODEL_LARGE according to the model
3437         selected
3438
3439 2005-01-11 Vangelis Rokas <vrokas AT otenet.gr>
3440
3441         * doc/sdccman.lyx: update documentation about stack pragma, added
3442         some info for stack memory models
3443
3444 2005-01-08 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3445
3446         * src/pic16/gen.c (DEBUGpc): MSVC 6 does not support macro variable arguments
3447
3448 2005-01-08 Raphael Neider <rneider AT web.de>
3449
3450         * src/pic16/device.c (pic16_dump_usection): changed naming scheme for
3451           udata sections to fix bug #1097823
3452
3453 2005-01-05 Raphael Neider <rneider AT web.de>
3454
3455         * src/pic16/gen.c (genGenericShift): added handling of differently
3456           sized left operand and result
3457
3458 2005-01-04 Raphael Neider <rneider AT web.de>
3459
3460         * src/pic16/gen.c (genIfxJump): fixed inverted skips on CARRY
3461         * (genIfx): fixed (?) read from uninitialized SPIL_LOC (now assumes CARRY
3462           to hold the condition bit)
3463         * added new version of genCmp (old code available via #define)
3464         * added new version of genShiftLeft/genShiftRight in a generic
3465           way, now supports shifting by negative values
3466         * (genLeftShiftLiteral, genRightShiftLiteral): use absolute value of
3467           shiftCount (expected by genGenericShift)
3468         * src/pic16/genarith.c (genPlus): added code for adding CARRY+literal
3469         * src/pic16/pcode.c (pic16_OptimizeJumps): removed annoying statistics
3470           dump
3471         * (pic16_newpCodeOpLit): changed to cast to unsigned char (as e.g. -32766
3472           is an invalid literal too...)
3473
3474 2005-01-04 Vangelis Rokas <vrokas AT otenet.gr>
3475
3476         * src/pic16/gen.c (aopForSym, genEndFunction): applied some fixes
3477         from Raphael Neider,
3478         * src/pic16/pcode.c (pic16_newpCodeOpLit): removed casting to char
3479         for 8-bit literals. This fixes some literal operands which are sign
3480         extended to 16-bits ints when instruction needs only 8-bits.
3481
3482 2004-12-31 Paul Stoffregen <paul AT pjrc.com>
3483
3484         * device/lib/logf.c: added mcs51 assembly version
3485         * device/lib/expf.c: added mcs51 assembly version
3486         * device/lib/_logexpf.c: new shared asm code for expf and logf
3487         * device/include/math.h: add defines for assembly math library
3488         * device/lib/Makefile.in: build new _logexpf.c
3489         * device/lib/libfloat.lib: use new _logexpf.c
3490
3491 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
3492
3493         * src/pic/device.c
3494         * src/pic/pcode.c : adjusted internal stack and pre-allocated registers for
3495           device types which have less than 0x7f registers.
3496
3497 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
3498
3499         * src/pic/genarith.c : Fixed problem with subtraction where the result would not be updated when borrowing.
3500
3501 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
3502
3503         * device/lib/printf_fast.c: only build on supported arch.
3504         * device/lib/printf_tiny.c: only build on supported arch.
3505         * device/lib/printf_fast_f.c: only build if asm float lib
3506         * device/lib/_fsget1arg.c: only build if asm float lib
3507         * device/lib/_fsget2args.c: only build if asm float lib
3508         * device/lib/_fsnormalize.c: only build if asm float lib
3509         * device/lib/_fsreturnval.c: only build if asm float lib
3510         * device/lib/_fsrshift.c: only build if asm float lib
3511         * device/lib/_fsswapargs.c: only build if asm float lib
3512         * device/include/stdio.h: don't provide print_fast,
3513           print_fast_f, print_tiny prototypes if --xstack used
3514
3515 2004-12-28 Maarten Brock <sourceforge.brock AT dse.nl>
3516
3517         * device/lib/sincosf.c (sincosf): don't invert bit/bool by ~
3518         * support/regression/ports/mcs51-stack-auto/spec.mk: added new _fs.. files
3519           to the SOURCES
3520
3521 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
3522
3523         * device/lib/printf_fast_f.c: same as printf_fast, but
3524           with floating point enabled
3525         * device/lib/printf_fast.c: minor tweaks
3526         * device/include/stdio.h: add printf_fast_f
3527
3528 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
3529
3530         * src/SDCCmain.c: make --float-reent default for mcs51
3531         * device/lib/_fsadd.c: added mcs51 assembly version
3532         * device/lib/_fssub.c: added mcs51 assembly version
3533         * device/lib/_fsmul.c: added mcs51 assembly version
3534         * device/lib/_fsdiv.c: added mcs51 assembly version
3535         * device/lib/_fseq.c: added mcs51 assembly version
3536         * device/lib/_fsneq.c: added mcs51 assembly version
3537         * device/lib/_fsgt.c: added mcs51 assembly version
3538         * device/lib/_fslt.c: added mcs51 assembly version
3539         * device/lib/_fscmp.c: shared code for fseq,fsgt,fslt,fsneq
3540         * device/lib/Makefile.in: add _fscmp to build
3541         * device/lib/libfloat.lib: add _fscmp to build
3542
3543 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
3544
3545         * device/lib/_fs2slong.c: added mcs51 assembly version
3546         * device/lib/_fs2sint.c: added mcs51 assembly version
3547         * device/lib/_fs2schar.c: added mcs51 assembly version
3548         * device/lib/_fs2ulong.c: added mcs51 assembly version
3549         * device/lib/_fs2uint.c: added mcs51 assembly version
3550         * device/lib/_fs2uchar.c: added mcs51 assembly version
3551         * device/lib/_slong2fs.c: added mcs51 assembly version
3552         * device/lib/_sint2fs.c: added mcs51 assembly version
3553         * device/lib/_schar2fs.c: added mcs51 assembly version
3554         * device/lib/_ulong2fs.c: added mcs51 assembly version
3555         * device/lib/_uint2fs.c: added mcs51 assembly version
3556         * device/lib/_uchar2fs.c: added mcs51 assembly version
3557         * device/include/float.h: added #define to select asm vs c
3558
3559 2004-12-26 Paul Stoffregen <paul AT pjrc.com>
3560
3561         * device/lib/printf_fast.c: improvements to float output
3562         * device/include/float.h: add defines for assembly float library
3563         * device/lib/_fsget1arg.c: receive 1 float arg
3564         * device/lib/_fsget2args.c: receive 2 float args (reentrant)
3565         * device/lib/_fsnormalize.c: normalize a float
3566         * device/lib/_fsreturnval.c: return float, various helper routines
3567         * device/lib/_fsrshift.c: right shift a float's mantissa
3568         * device/lib/_fsswapargs.c: swap 2 floats
3569         * device/lib/Makefile.in: build these 6 new files for mcs51
3570         * device/lib/libfloat.lib: add these 6 files to the library
3571
3572 2004-12-26 Borut Razem <borut.razem AT siol.net>
3573
3574         * sim/ucsim/avr.src/arith_inst.cc: fixed bug #1088372- savr is not
3575           built by gcc 3.4.2
3576
3577 2004-12-25 Paul Stoffregen <paul AT pjrc.com>
3578
3579         * device/lib/printf_tiny.c: printf for mcs51 in only 267 bytes,
3580           and fully reentrant and register bank neutral.
3581         * device/lib/printf_fast.c: added float (not enabled by default),
3582           added compact/slower integer (also not enabled by default),
3583           improved size/speed of fast integer code, other minor changes
3584         * device/include/stdio.h, device/lib/Makefile.in,
3585           device/lib/libsdcc.lib: integrate printf_tiny into mcs51 build
3586
3587 2004-12-24 Maarten Brock <sourceforge.brock AT dse.nl>
3588
3589         * src/pic16/pcode.c: declaring variables other than at the start of a
3590           block is not supported in C by VC6.
3591
3592 2004-12-22 Vangelis Rokas <vrokas AT otenet.gr>
3593
3594         * applied a previous patch from Raphael Neider that wasn't included
3595         in the previous commits, which fixes infinite loops within jumptable
3596         improvements,
3597         * made some fixes that previous patches introduced
3598
3599 2004-12-21 Vangelis Rokas <vrokas AT otenet.gr>
3600
3601         * src/pic16/gen.c (pic16_aopGet): applied fix from Raphael Neider
3602         that fixes an issue with AOP_PCODE asmop's offset,
3603         * (pic16_popCopyReg): update instance field too,
3604         * (mov2w): modified to pic16_mov2w because it conflicts with mov2w
3605         function of pic port,
3606         * (genCmp, genAnd, genAssign),
3607         * src/pic16/genarith.c (genAddLit): some fixes from Raphael Neider,
3608
3609 2004-12-20 Vangelis Rokas <vrokas AT otenet.gr>
3610
3611         * src/SDCCast.c (gatherAutoInit): allow pic16 to emit static
3612         variables initial values to idata section,
3613         * src/SDCCicode.c (geniCodeCall): patch from ### to fix unreferenced
3614         variables in some functions. This utilizes parmBytes field of iCode
3615         structure to hold the offset of the variable in stack. (might be
3616         able to use the stack field too?)
3617         * applied patch from Raphael Neider # ### , # ###
3618         * src/pic16/glue.c (pic16emitRegularMap): fix to print static
3619         variable initial values in idata section,
3620         * src/pic16/ralloc.c (pic16_allocDirReg): don't allocate register
3621         for static variables with initial value
3622         * src/device/lib/pic16/libsdcc/float/ulong2fs.c (__ulong2fs):
3623         applied fix in while loop from Raphael Neider.
3624
3625 2004-12-19 Maarten Brock <sourceforge.brock AT dse.nl>
3626
3627         * src/ds390/gen.c (genCpl): fixed bit=~(char/bit) bugs, added warning
3628         * src/ds390/main.c (_ds390_regparm): don't pass bit params in registers
3629         * src/ds390/ralloc.c (serialRegAssign): spill bits
3630         * src/mcs51/gen.c (genCpl): fixed bit=~(char) bugs, added warning
3631         * support/Util/SDCCerr.c,
3632         * support/Util/SDCCerr.h: added warning W_COMPLEMENT for using bit=~(bit)
3633         * support/regression/tests/bitvars.c: added tests for bitwise complement(~)
3634         * support/regression/tests/bitwise.c: added test for bitwise complement(~)
3635
3636 2004-12-09 Maarten Brock <sourceforge.brock AT dse.nl>
3637
3638         * device/include/sdcc-lib.h: inserted LGPL, added includes
3639           asm/ds390/features.h and asm/mcs51/features.h
3640         * device/include/asm/default/features.h,
3641         * device/include/asm/gbz80/features.h,
3642         * device/include/asm/z80/features.h: added empty _AUTOMEM
3643           and _STATMEM
3644         * device/include/asm/ds390/features.h,
3645         * device/include/asm/mcs51/features.h: added files with defines for
3646           _AUTOMEM and _STATMEM indicating automatic and static storage class
3647         * device/lib/printf_large.c (_print_format): optimized & used _AUTOMEM
3648         * doc/sdccman.lyx: version 2.4.7, updated xstack documentation
3649         * src/SDCCicode.c (geniCodeCast),
3650         * src/SDCCsymt.c (compareType): allow cast of data-ptr to idata-ptr
3651         * src/SDCCloop.c (loopInduction): removed unused variable lr
3652         * src/SDCCopt.c (convilong, convertToFcall): moved "easy special case"
3653           to convertToFcall to include char modulo (RFE 1065037), added check
3654           if left operand is unsigned and use abs of literal value
3655         * src/SDCCpeeph.c (setFromConditionArgs): removed double quotes option
3656           as it doesn't work after conversion from peephole.def to peephole.rul
3657         * src/mcs51/gen.c (toBoolean): added check for size,
3658           (genModOneByte): optimized code for signed char modulo a literal
3659           power of 2 (thanks to Hubert Sack),
3660           (genRRC): removed unnecessary "clr c",
3661           (genRLC): replaced "add a,acc" with cheaper "rlc a"
3662         * src/mcs51/peeph.def: renamed 115 to 115.a, added rule 115.b: another
3663           jump optimization,
3664           swapped rules 256.c and 256.d,
3665           extended 256.d by using new multiple checks (thanks Erik),
3666           added rules 256.e and 256.f,
3667           updated rule 261.a and 261.b to new generated code
3668         * support/regression/tests/muldiv.c: added test div/mod by a power of 2
3669
3670 2004-12-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3671
3672         * src/SDCCloop.c (basicInduction, loopInduction): fixed several
3673           induction related bugs, including first part of bug #1074377
3674
3675 2004-12-05 Vangelis Rokas <vrokas AT otenet.gr>
3676
3677         * applied patch from bug-report #1076292,
3678         * applied patches for genAnd and Goto-optimizations for Raphael
3679         Neider,
3680         * src/SDCCicode.c (printOperand): fixed !REGA source to compile and
3681         dump a less iCode information,
3682         * src/pic16/device.h (pic16_options_t): added field debgen,
3683         * src/pic16/gen.h: added macros DUMP_FUNCTION_ENTRY,
3684         DUMP_FUNCTION_EXIT, FENTRY, FENTRY2,
3685         * src/pic16/gen.c (my_powof2): renamed to pic16_my_powof2 and made
3686         puclic,
3687         * (various functions): added macros FENTRY and FENTRY2 to functions,
3688         to emit function prologue,
3689         * (various functions): fixed indentation,
3690         * (genNearPointerGet): fixed loading of FSR0,
3691         * (genPackBits): applied patch from Raphael Neider to fix updating
3692         of FSR0 and touching only the modified bits,
3693         * src/pic16/genarith.c (various functions): added macros FENTRY to
3694         emit function prologue in comments,
3695         * src/pic16/pcode.h: added functions debugf2, debugf3,
3696         * src/pic16/ralloc.c: partial fix for packForPush caused
3697         segmentation fault,
3698
3699 2004-12-04 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3700
3701         * src/mcs51/peeph.def: added 261.a,b (16 bit rotate) by Stas Sergeev
3702           <stsp AT users.sourceforge.net> with reversed byte order
3703         * support/regression/tests/rotate.c: added (ds390 skips some tests)
3704
3705 2004-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3706
3707         * src/z80/gen.c (genLeftShift, genRightShift): fixed second part of
3708           bug #1074377
3709         * src/hc08/gen.c (genrshFour, shiftRLong, shiftLLong),
3710         * src/mcs51/gen.c (shiftLLong): Fixed some shifting bugs Frieder found
3711
3712 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
3713
3714         * src/pic/pcode.c : fixed a problem where banksel was not being inserted.
3715
3716 2004-12-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3717
3718         * src/SDCCpeeph.c (callFuncByName): support combined peephole rule
3719           conditions,
3720           (setFromConditionArgs): friendly operand parser for peephole rules,
3721           (operandBaseName, operandsNotRelated): new peephole condition
3722           "operandsNotRelated" -- similar to "operandsNotSame", but takes
3723           architecture specific register naming into account, handles n-way
3724           comparisons, and supports quoted literals
3725         * src/mcs51/peeph.def: restored rule 177.d with an extra condition
3726
3727 2004-12-02 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3728
3729         * src/mcs51/peeph.def: fixed bug #1076940
3730
3731 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
3732
3733         * device/include/pic/pic16f877.h : added an include file for the PIC16F877 device.
3734
3735 2004-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3736
3737         Adding support for replacing ljmps with sjmps in jumptables
3738         generated for switch statements. For now you need to set the
3739         environment variable SDCC_SJMP_JUMPTABLE to enable this.
3740         Now 4 algorithms for mcs51 jumptable generation are used:
3741         ljmp or sjmp jumptables for up to 16 cases, stack-pushing target
3742         addresses loaded pc-relative for up to 112 cases and stack-pushing
3743         target addresses loaded with offset from dptr for up to 256 cases.
3744
3745         * src/SDCCpeeph.c: added peephole conditional labelJTInRange
3746         * src/mcs51/main.c: adapted constants for switch table generation
3747         * src/mcs51/peeph.def: added 260.x for replacing ljmp with sjmp
3748
3749 2004-11-26 Maarten Brock <sourceforge.brock AT dse.nl>
3750
3751         * device/lib/printf_large.c (_print_format): fixed bug 1073386
3752         * support/regression/tests/bug1057979.c: added test for bug 1073386
3753
3754 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
3755
3756         * src/pic16/pcode.c: fixed bug which may produce error in non-GNU
3757         compilers
3758
3759 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
3760
3761         * src/pic16/device.h,
3762         * src/pic16/genarith.c,
3763         * src/pic16/glue.c,
3764         * src/pic16/main.c,
3765         * src/pic16/pcode.c: applied patches #1068154 and #1070213
3766
3767 2004-11-24 Vangelis Rokas <vrokas AT otenet.gr>
3768
3769         Large cummulative patch for pic16 port.
3770         * device/lib/pic16/gstack.h: NEW, user can specify its own handler
3771         to call when a stack overflow occurs,
3772         * (malloc.h): added CVS Id tag,
3773         * (pic18f{242,252,442,452}.h): added T0CONbits structure and
3774         variable,
3775         * added libc directory. The current version of LibC contains string
3776         functions, ctype functions and macros and some functions of the
3777         stdlib set (like malloc/free/atof/atoi etc...). All functions are to
3778         be extensively tested in the future. Standard disclaimer here.
3779         Library is not automatically build yet. But one can build it by
3780         invoking 'make' inside the libc directory.
3781         * added ADC library under libio. Preliminary version yet.
3782
3783         * src/pic16/gen.h: added emitTOGC macro, to toggle Carry flag,
3784         * src/pic16/gen.c (aopForRemat): asmop size is filled by
3785         aopForRemat() now and not by pic16_aopOp(),
3786         * (pic16_popGetTempReg): removed warning messgae when allocating
3787         temporary registers, its a buggy feature and will be removed,
3788         * (pic16_popGet): set register instance field in AOP_CRY,
3789         * (pic16_outBitC): fixed for results in size greater than 1,
3790         * (genUminusFloat): fixed for pic16, ported code from mcs51,
3791         * (pic16_storeForReturn): optimized return of 0,
3792         * (genCmp): experimental code for new genCmp which uses PIC18's
3793         special compare&skip instructions. Initial tests fail some times
3794         with variables grater than 1 byte in size, so new code is disabled,
3795         * (genUnpackBits, genPackBits): more optimizations in reading/writing,
3796         a single bit,
3797         * (genCast): began a fix to optimize the casting of a bit to another
3798         bit, now assigning a bitfield to another bitfield will fail, sorry,
3799         * src/pic16/main.c: disabled the use of lr-support feature,
3800         * src/pic16/pcode.h: renamed PCASMDIR to PCAD,
3801         * added some function prototypes, added function _debugf prototype,
3802         * src/pic16/pcode.c: (pic16_get_op): fixed emitting operands of register
3803         bits with offset (case PO_GPR_BIT),
3804         * (genericPrint): don't emit INFO pcode when --pcode-verbose not in
3805         command line,
3806         * (isBankInstruction): modified to return 0 for no banking instruction,
3807         and 1 for banking instruction,
3808         * (pic16_isPCinFlow): check for PCAD (assembler directives) too,
3809         caused stop processing pCodes after a inline assembly block,
3810         * (pic16_popCopyGPR2Bit): updated to match bitfields with offset,
3811         * src/pic16/pcoderegs.c: fixed a bug with eliminating some temporary
3812         registers when it shouldn't,
3813         * src/pic16/ralloc.c (allocReg): add preliminary support for
3814         supporting a limited set of temporary registers,
3815
3816 2004-11-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3817
3818         * src/hc08/gen.c (genAssign, genPointerGetSetOfs, genDataPointerGet,
3819           genDataPointerSet): ensure assignments always copy in MSB to LSB
3820           order,
3821           (loadRegFromAop): recognize CLRH optimization,
3822           (genFunction): optimize RECEIVE iCodes in reentrant functions
3823
3824 2004-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3825
3826         * src/SDCCmain.c (parseCmdLine, optionsTable[]): fixed bug with
3827           --out-fmt-s19 turning into --out-fmt-elf if s19 was already
3828           selected.
3829         * src/SDCCmain.c (linkEdit): don't define SSEG for HC08
3830         * src/hc08/main.c (_hc08_setDefaultOptions): default xdata to be
3831           contiguous with data
3832
3833 2004-11-19 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3834
3835         * device/lib/_gptrget.c (_gptrget),
3836         * device/lib/_gptrgetc.c (_gptrgetc),
3837         * device/lib/_gptrput.c (_gptrput): _naked allows to use ret
3838           instead of sjmp to ret
3839         * src/mcs51/peeph.def: added peepholes 3.d-g and 177.g,h provided
3840           by Hubert Sack <hsack2002 AT arcor.de> in RFE #1067986, thanks
3841
3842 2004-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
3843
3844         * .version: bumped version to 2.4.7
3845         * device/lib/_gptrget.c (_gptrget): is now _naked
3846         * device/lib/_gptrgetc.c (_gptrgetc): is now _naked
3847         * device/lib/_gptrput.c (_gptrput): is now _naked
3848         * src/SDCCast.c (createBlock): removed ridiculous self-assignment,
3849           (createFunction): fixed xstack
3850         * src/SDCCglue.c (emitMaps): set allocation required for bit area
3851         * src/SDCCicode.c (geniCodeCast): don't change SPEC_OCLS for literal
3852           or bit either,
3853           (geniCodeCritical): store original interrupt state in an iTemp bit
3854           var unless stack-auto
3855         * src/SDCCicode.h: added CRITICAL and ENDCRITICAL to SKIP_IC2
3856         * src/SDCCmain.c (setIncludePath): added include/target to search path
3857         * src/SDCCmem.c (allocParms): store bit vars in bit space, not overlay
3858         * src/SDCCsymt.c (checkFunction): don't check regbank for isr's against
3859           prototype,
3860           (processFuncArgs): put bit vars in bit area
3861         * src/mcs51/gen.c (saveRegisters, unsaveRegisters, genXpush, saveRBank,
3862           unsaveRBank): fixed xstack,
3863           (genFunction): bugfix: replaced (global!) reentrant with fReentrant,
3864           (genFunction, genEndFunction): fixed xstack,
3865           (genAssign): optimization don't walk backwards through mem
3866         * src/mcs51/main.c (_mcs51_regparm): don't pass bit params in registers
3867         * src/mcs51/ralloc.c (createStackSpil): spill bits to bit area
3868         * support/regression/Makefile: also make library (for stack-auto) when
3869           making "all" and added "test-mcs51-xstack-auto"
3870         * support/regression/fwk/lib/testfwk.c: added T2_isr prototype for mcs51
3871         * support/regression/ports/mcs51/T2_isr.c: added this file as a stub
3872         * support/regression/ports/mcs51/fwk.lib: added to link T2_isr stub
3873         * support/regression/ports/mcs51/spec.mk: added rules for fwk.lib
3874         * support/regression/ports/mcs51-stack-auto/spec.mk: replaced
3875           make-library by MAKE_LIBRARY
3876         * support/regression/ports/mcs51-xstack-auto/spec.mk: file added to run
3877           regression tests for xstack
3878         * support/regression/tests/bitvars.c: test for bit vars (bug 938782)
3879         * support/regression/tests/critical.c: test for critical on mcs51
3880
3881 2004-11-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3882
3883         * support/regression/ports/ucz80/spec.mk: use include and lib files from
3884           built version of sdcc instead of installed version
3885
3886 2004-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
3887
3888         * src/mcs51/gen.c (toBoolean): fixed bug 1065458
3889         * device/lib/Makefile.in: z80 uses printf_large.c, sprintf.c and
3890           vprintf.c now
3891         * device/lib/printf_large.c (calculate_digit): fixed bug 1057979
3892         * device/lib/z80/Makefile: don't use printf.c as it fails bug 1057979
3893           WARNING: remove device/lib/build/z80/printf.o by hand when
3894           updating from previous build!
3895         * device/lib/z80/printf.c: updated comment
3896         * support/regression/tests/bug1057979.c: test all ports now
3897         * support/regression/tests/bug1065458.c: file added
3898
3899 2004-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3900
3901         * src/z80/gen.c (genFunction, genEndFunction): avoided generating
3902           *_start and *_end symbols for static functions
3903
3904 2004-11-11 Maarten Brock <sourceforge.brock AT dse.nl>
3905
3906         * src/SDCCmain.c (linkEdit): don't suppress crt0 if --nostdlib is used
3907           and search crt0.o in all library paths,
3908           (setIncludePath): proper handling of --nostdinc,
3909           (setLibPath): proper handling of --nostdlib
3910         * support/regression/Makefile,
3911         * support/regression/ports/ds390/spec.mk,
3912         * support/regression/ports/gbz80/spec.mk,
3913         * support/regression/ports/hc08/spec.mk,
3914         * support/regression/ports/mcs51/spec.mk,
3915         * support/regression/ports/mcs51-large/spec.mk,
3916         * support/regression/ports/mcs51-stack-auto/spec.mk,
3917         * support/regression/ports/z80/spec.mk: use include and lib files from
3918           built version of sdcc instead of installed version
3919         * doc/sdccman.lyx: fixed typo in --nostdinc
3920
3921 2004-11-10 Slade Rich <slade_rich AT users.sourceforge.net>
3922
3923         * src/pic/pcode.c,
3924         * src/pic/device.c,
3925         * src/pic/ralloc.c,
3926         * src/pic/gen.c : added support to generate code for struct bit fields.
3927
3928 2004-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
3929
3930         * as/xa51/xa_version.h,
3931         * device/include/errno.h,
3932         * device/include/regc515c.h,
3933         * device/lib/_itoa.c,
3934         * device/lib/_ltoa.c,
3935         * device/lib/ser_ir_cts_rts.c,
3936         * sim/ucsim/xa.src/glob.cc,
3937         * sim/ucsim/xa.src/inst_gen.cc,
3938         * sim/ucsim/xa.src/xa_bit.cc,
3939         * sim/ucsim/xa.src/xa_sfr.cc,
3940         * sim/ucsim/z80.src/inst_dd.cc,
3941         * sim/ucsim/z80.src/inst_fdcb.cc,
3942         * support/scripts/keil2sdcc.pl,
3943         * src/pic16/pic16.dsp,
3944         * src/pic16/pic16a.dsp: corrected cvs line endings
3945         * device/lib/printf_large.c: fixed bug 1057979
3946         * src/pic16/gen.c: fixed non-C standard code
3947         * src/SDCCmain.c: made --pack-iram default, added --no-pack-iram
3948         * src/SDCCglobl.h: changed pack_iram to no_pack_iram
3949         * support/regression/ports/mcs51/support.c: reload T1 asap
3950         * doc/sdccman.lyx: updated for options --pack-iram and --no-pack-iram,
3951           pdata use and clear idata startup behaviour
3952         * support/regression/tests/bug1057979.c: added
3953
3954 2004-11-04 Maarten Brock <sourceforge.brock AT dse.nl>
3955
3956         * device/examples/ds390/ow390/ad26.h,
3957         * device/examples/ds390/ow390/cnt1d.h,
3958         * device/examples/ds390/ow390/crcutil.c,
3959         * device/examples/ds390/ow390/ownet.h,
3960         * device/examples/ds390/ow390/owsesu.c,
3961         * device/examples/ds390/ow390/swt12.h,
3962         * device/examples/ds390/ow390/swtoper.c,
3963         * device/examples/ds390/ow390/temp10.h,
3964         * device/examples/ds390/ow390/thermodl.c,
3965         * device/examples/ds390/tinitalk/tinitalk.dsp,
3966         * device/examples/ds390/tinitalk/tinitalk.dsw,
3967         * device/examples/mcs51/clock/hw.h,
3968         * device/examples/mcs51/simple2/go.bat,
3969         * device/examples/serialcomm/windows/serial.h,
3970         * device/examples/xa51/dummy.c,
3971         * device/examples/xa51/hello.c,
3972         * device/include/80c51xa.h,
3973         * device/include/at89x051.h: corrected cvs line endings
3974
3975 2004-11-04 Vangelis Rokas <vrokas AT otenet.gr>
3976
3977         * src/pic16/main.c (options): added command line --gstack, to trace
3978         stack over/under flows,
3979         * added pragma 'wparam' to allow passing first byte of function
3980         parameters via WREG, syntax is #pragma wparam my_function[, func2...]
3981         * src/pic16/gen.c (pic16_testStackOverflow): function which emits a
3982         call to __gstack_test function and sets up the symbol as extern,
3983         * (pic16_pushpCodeOp, pic16_poppCodeOp, pushw, pushaop, popaopidx,
3984         * popaop): added call to pic16_testStackOverflow,
3985         * (wParamCmp, inWparamList): NEW, test existence of a symbol in
3986         wparamList list,
3987         * (genCall, genPcall): now all parameters are passed via stack
3988         except in functions that are pass to wparam pragma in which WREG is
3989         used too,
3990         * (genPcall): REENTRANT flag is checked to see if variable prototype
3991         contains reentrant keyword, don't call a non-reentrant function, via
3992         a reentrant function pointer or vice versa, functions are never
3993         passed via WREG,
3994         * (genJumpTab): applied patch from bug #1057478 by R.Neider and
3995         D.Winkler,
3996         * src/pic16/glue.c (pic16emitRegularMap): fixed bug which caused a
3997         SIGSEGV when accessing a NULL register stucture,
3998         * (pic16_printGPointerType): modified to handle UPPER modifier for
3999         function initializers, changed prototype of function to simpler one,
4000         * (pic16_printIvalFuncPtr): check to see if function is already
4001         added in externs list,
4002         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): fixed bug which
4003         optimized a move from W to SFR with a move to the same register
4004         later after a CALL,
4005         * device/lib/pic16/debug: NEW directory, contains debug features
4006         which are enabled when linking with libdebug.lib, currently command
4007         line option --gstack enables stack pointer tracing for over/under
4008         flow, corresponding sources are in debug/gstack
4009
4010 2004-10-30 Vangelis Rokas <vrokas AT otenet.gr>
4011
4012         * doc/sdccman.lyx: updated SDCC version,
4013         * (PIC16 port): update list of command line options,
4014         * src/pic16/device.h (structure pic16_options_t): added field gstack
4015         to enable stack overflow tracing on push/pops,
4016         * src/pic16/device.c (statistics structure): added statistics
4017         structure,
4018         * (pic16_dump_access, pic16_dump_usection, pic16_dump_gsection,
4019         pic16_dump_int_registers): increase statistics counters for each
4020         * variable which is encountered
4021         * (pic16_dump_usection): emit each .udata variable to its own udata
4022         section,
4023         * src/pic16/gen.c (assignResultValue, genCall, genPcall, genFunction):
4024         when macro USE_WREG_IN_FUNC_PARAMS is set to 0 pass all function
4025         parameters via stack, otherwise use old scheme,
4026         * src/pic16/glue.c (pic16_emitStatistics): dump statistics in
4027         assembler output file,
4028         * src/pic16/main.c: added command line options --gstack to enable
4029         push/pop tracing for stack overflow,
4030         * src/pic16/pcode.c (all pCodeInstruction records for PIC18F
4031         instructions): added size of each instruction,
4032         * (pic16_countInstruction): estimate size of instructions in
4033         the_pFile list, inline assembly blocks are not counted,
4034         * (pic16_FixRegisterBanking): trace previous register usage, when
4035         banksel optimizations is greater than 0, don't emit a redudant
4036         banksel directive,
4037
4038 2004-10-26 Slade Rich <slade_rich AT users.sourceforge.net>
4039
4040         * src/pic/ralloc.c : fixed inefficient code produced when compiling a complimented bit operation.
4041         * src/pic16/ralloc.c : applied same fix for pic16.
4042         * src/pic/gen.c : tidied it up a little.
4043
4044 2004-10-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4045
4046         * src/mcs51/peeph.def: disabled 259.a,b for removing redundant ret,
4047         thanks to Martin Helmling for reporting (mail on sdcc-devel 2004-10-25)
4048
4049 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4050
4051         * src/SDCCast.c (reverseParms): fixed bug #1040577 (part 2)
4052
4053 2004-10-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4054
4055         * device/lib/ser_ir_cts_rts.c: integer promotion caused a call to the
4056         non-reentrant function __modsint in the interrupt function (thus
4057         corrupting math operations during serial I/O)
4058         * device/lib/ser_ir.c: as above, changed buffersize
4059         * src/mcs51/peeph.def: added 259.a,b for removing redundant ret,
4060         256.c,d for zeroing
4061         * doc/Makefile: added option -t for rsync
4062
4063 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4064
4065         * src/SDCCast.h (struct ast),
4066         * src/SDCCast.c (reverseParms, copyAst): fixed bug #1040577 (part 1)
4067
4068 2004-10-20 Borut Razem <borut.razem AT siol.net>
4069
4070         * support/scripts/sdcc.nsi: added include/pic16/*.h to the setup
4071         package
4072
4073 2004-10-20 Vangelis Rokas <vrokas AT otenet.gr>
4074
4075         * device/lib/pic16/libsdcc/Makefile: added lregs directory in
4076         makefile targets,
4077         * device/lib/pic16/libsdcc/lregs/{Makefile,lrst.c,lrrest.c}: NEW
4078         support functions to replace long sequences of MOVFF's from access
4079         bank registers to stack and vice versa,
4080         * src/pic16/device.h: added new field opt_flags, where optimization
4081         flags can be set to enable certain features,
4082         * src/pic16/gen.c (pic16_emitpinfo): NEW to add PC_INFO pCode in
4083         * pBlock, (genFunction, genEndFunction): surroung loop for
4084         saving/loading used registers in stack with PC_INFO pCodes,
4085         INF_LREGS. Code in between can then be optimized by pCode optimizer
4086         to support function calls,
4087         * (genDataPointerSet): fixed bug which loaded float fields in
4088         structures with corrupt data,
4089         * src/pic16/genutils.c (debugf, _debugf): macro/function which emits
4090         in a standard way debug info on stderr. Feature used for developing
4091         and debugging only,
4092         * src/pic16/glue.c (pic16glue): reformatted, deleted some old and
4093         obsolete chunks of code,
4094         * if optimization flag OF_LR_SUPPORT was set, call pic16_OptimizeLocalRegs,
4095         * src/pic16/main.c (_pic16_parseOptions): added handler for --flr-support,
4096         * pic16/src/pcode.c (pic16_newpCodeInfo,
4097         * (pic16_newpCodeOpLocalRegs),
4098         * (pic16_convertLocalRegs2Support): NEW, to support new optimization
4099         feature,
4100         * (pic16_pCodeConstString): printing of the initial value of a
4101         symbol as a comment is inhibited since parsing was already done by
4102         copyStr and output is corrupt,
4103         * (pic16_pCode2str, genericPrint): handle PC_INFO pCode,
4104
4105 2004-10-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4106
4107         * src/mcs51/ralloc.c (packRegisters): fixed bug #1044601
4108
4109 2004-10-19 Maarten Brock <sourceforge.brock AT dse.nl>
4110
4111         * as/mcs51/lkarea.c: removed old K&R style,
4112           (lnksect): changed check on boundary error,
4113           (lnksect2): changed check on boundary error,
4114           (lnksect2): extend XSTK to end of page if size = 1
4115         * as/mcs51/lkmain.c: removed old K&R style,
4116           (Areas51): create l_IRAM symbol
4117         * as/mcs51/lkmem.c (summary2): added report on PSEG and XSTK
4118         * device/lib/Makefile.in: renamed model-mcs51-reentrant to
4119           model-mcs51-stack-auto, added model-mcs51-xstack-auto
4120         * device/lib/_mullong.c: added version to be compiled with xstack
4121         * device/lib/mcs51/crtclear.asm: clear only upto --iram-size
4122         * device/lib/mcs51/crtxclear.asm: clear pdata as well
4123         * device/lib/mcs51/crtxstack.asm: fixed comment
4124         * src/SDCCglue.c: maxInterrupts defaults to 0,
4125           (emitMaps): added pdata,
4126           (createInterruptVect): (re)moved default,
4127           (glue): added pdata,
4128           (glue): moved __start__xstack to XSTK with default size 1
4129         * src/SDCCmain.c (parseCmdLine): automatically set options.intlong_rent
4130           and options.float_rent when options.stackAuto is set,
4131           (linkEdit): only write XDATA_NAME if provided on command line
4132         * src/SDCCmem.h,
4133         * src/SDCCmem.c: added pdata
4134         * src/port.h: added pdata_name to PORT
4135         * src/mcs51/gen.c (toBoolean): fixed for Acc use of aopGet,
4136           (saveRegisters, unsaveRegisters): removed usage of B,
4137           (genMinus): fixed accumulator clash,
4138           (genJumpTab): added comment, this needs another look
4139         * src/mcs51/gen.c: added check for "B in use" paranoia,
4140           added pushB() and popB()
4141         * src/mcs51/peeph.def: restart after 177.c so 177.a can get a second
4142           chance
4143         * src/avr/main.c,
4144         * src/ds390/main.c,
4145         * src/hc08/main.c,
4146         * src/mcs51/main.c,
4147         * src/pic/main.c,
4148         * src/pic16/main.c,
4149         * src/xa51/main.c,
4150         * src/z80/main.c: (reset_regparms) made void parameter explicit and
4151           added PSEG (PAG,XDATA) or NULL to port specifier
4152         * src/ds390/main.c (_ds390_genIVT): moved implemented default in here
4153         * src/mcs51/main.c (_mcs51_genIVT): moved implemented default in here,
4154           (_mcs51_genInitStartup): removed __start__xstack equ,
4155           (mcs51_port): moved xstack from XSEG (XDATA) to XSTK (PAG,XDATA)
4156         * src/pic16/device.c (pic16_dump_usection, pic16_dump_isection),
4157         * src/z80/gen.c (_rleAppend): fixed warnings
4158         * support/regression/tests/zeropad.c: added pdata test
4159         * .version: bumped to 2.4.6
4160
4161 2004-10-17 Borut Razem <borut.razem AT siol.net>
4162
4163         * support/scripts/sdcc.nsi: cross compiling of WIN32 setup.exe on Linux
4164         as a part of nightly build
4165
4166 2004-10-16 Vangelis Rokas <vrokas AT otenet.gr>
4167
4168         * src/pic16/gen.c (struct _G): added field useWreg, is set to 1 when
4169         WREG holds the first byte function parameters,
4170         * (aopForSym): take special case for symbols which are in FARSPACE
4171         but in CODESPACE too,
4172         * (assignResultValue): modified to take into account _G.useWreg,
4173         * (genCall): don't use wreg for parameter passing when function is
4174         declared as reentrant, too, added optimization INCF to stack
4175         pointer when stack parameter count is 1,
4176         * (genFunction, genEndFunction): refurnished and fixed to not using
4177         wreg for passing parameters when function has varargs or is
4178         reentrant, fixed bug with symbol name compare for generating
4179         functions in absolute address,
4180         * (pic16_storeForReturn): refurnished,
4181         * (genCmp): began writing a new version of the function, not ready
4182         yet, therefore it is disabled,
4183         * (genAssign): do not read code memory when assigning a function to
4184         a pointer function,
4185         * src/pic16/glue.c (pic16emitStaticSeg): abSym->name is defined an
4186         array of characters, not pointer,
4187         * (pic16initialComments): in debug mode emit an .ident directive for
4188         the assembler,
4189         * (_process_pragma): emit a new warning type (internal to pic16)
4190         when setting stack to default length, emit a similar warning when
4191         placing a function at absolute address and address is not word aligned
4192         * (_pic16_parseOptions): added 'return TRUE' statement,
4193         * (_pic16_linkEdit): if compiling a source, then add the source's
4194         file object, first in the list of objects to link,
4195
4196 2004-10-13 Slade Rich <slade_rich AT users.sourceforge.net>
4197
4198         * src/pic/pcoderegs.c : increased count on regUsedinRange to prevent unnecessary warning.
4199         * src/pic/main.c : removed VC warning.
4200         * src/pic/gen.c : changed comment.
4201
4202 2004-10-12 Vangelis Rokas <vrokas AT otenet.gr>
4203
4204         * device/lib/pic16/libsdcc/gptr/gptrput[234].c: an external
4205         reference to a deprecated symbol _GPTRREG was causing failure to
4206         link. Thanks G. M. Gallant for the info.
4207
4208 2004-10-12 Slade Rich <slade_rich AT users.sourceforge.net>
4209
4210         * src/pic/pcode.c : Applied a code patch supplied by Paul Ashmore in
4211         comments for Bugs item #954788.
4212
4213 2004-10-10 Vangelis Rokas <vrokas AT otenet.gr>
4214
4215         * src/pic16/device.c (pic16_dump_gsection,
4216         * pic16_groupRegistersInSection): handle symbols declared to be in
4217         access bank differently,
4218         * src/pic16/gen.c (struct _G): added field resDirect,
4219         * (aopForSym): if symbol on stack and iCode is '=' and result exists,
4220         send values read from stack directly to result and don't allocate
4221         temporary values,
4222         * (pic16_sameRegs): fixed bug that allowed MOVFF to move between
4223         same registers,
4224         * (pic16_sameRegsOfs): NEW,
4225         * (freeAsmop): if _G.resDirect is set then do not mark registers as
4226         free because they were not allocated from temporary pool,
4227         * pic16_popRegFromString): workaround to fix a problem with
4228         allocating variables twice or never,
4229         * (genGenPointerGet): using PRODL instead of FSR0H,
4230         * (genGenPointerSet): using POSTDEC1 (that is a stack location)
4231         instead of FSR0H,
4232         * (genAssign): take advantage of the _G.resDirect flag,
4233         * (genCast): around line 11844, use mov2f instead of directly
4234         MOVFF'ing between operands to account for literal values,
4235         * src/pic16/genutils.c: some new debug functions for gpsim have been
4236         added,
4237         * src/pic16/glue.c (pic16_printIvalType): fixed bug that initialized
4238         float with integer part only,
4239         * src/pic16/main.c (_process_pragma): handle pragma udata access to
4240         place variables in access bank
4241         * device/lib/pic16/libsdcc/gptr/gptr*.c: using BRA instead of GOTO,
4242         updated sources to reflect recent changes in gen.c
4243
4244 2004-10-06 Vangelis Rokas <vrokas AT otenet.gr>
4245
4246         * device/lib/pic16/libsdcc/Makefile.rules: fixed bug concerning
4247         sources that searched for headers in installation path, now the
4248         device/include/pic16 is used,
4249         * src/pic16/glue.c (pic16glue),
4250         * src/pic16/pcode.c (pCode2str, genericPrint): don't print .file or
4251         .line directives if not in debug mode, this suppresses assembler's
4252         warnings for ignored directives
4253
4254 2004-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
4255
4256         * src/port.h: made reset_regparms prototype void parameter explicit.
4257         * src/SDCCsymt.c (processFuncArgs): removed argument "func".
4258         * src/mcs51/ralloc.c (packRegisters): new fix for bugs 898889 & 979599.
4259         * doc/sdccman.lyx: documented warning disabling and how to use
4260           printf_large to make it print floats.
4261         * device/include/stdbool.h: NEW
4262         * device/lib/_atof.c,
4263         * device/lib/_divuint.c,
4264         * device/lib/_divulong.c,
4265         * device/lib/expf.c,
4266         * device/lib/printf_large.c,
4267         * device/lib/sincosf.c,
4268         * device/lib/sincoshf.c: used stdbool.h, all compile with stack-auto now
4269         * device/lib/Makefile.in: added target for model-mcs51-reentrant to build
4270           a completely reentrant lib.
4271
4272 2004-10-05 Vangelis Rokas <vrokas AT otenet.gr>
4273
4274         * device/lib/pic16/libsdcc/gptr/gptr*.c: added return statements
4275         * device/include/pic16/stdio.h: fixed bug with colon
4276
4277 2004-10-03 Vangelis Rokas <vrokas AT otenet.gr>
4278
4279         * device/include/pic16/stdio.h,
4280         * device/include/pic16/stdlib.h,
4281         * device/include/pic16/math.h: NEW
4282         * device/lib/pic16/libsdcc/gptr/*.c (gptrget*, gptrput*): functions
4283         declared as _naked to reduce overhead
4284         * device/lib/Makefile.in (target port-specific-objects-pic16):
4285         changed * to *.* so to ignore the CVS directory,
4286         * src/pic16/gen.c (pic16_freeAsmop): added code to store result of
4287         stacked variables back in stack,
4288         * (genEndFunction): fixed bug reported by G.M. Gallant with stack
4289         corruption
4290
4291 2004-10-01 Vangelis Rokas <vrokas AT otenet.gr>
4292
4293         * .version: bumped version number to 2.4.5
4294         * support/Util/SDCCerr.h: added warning W_POSSBUG2.
4295         * support/Util/SDCCerr.c (messages structure): added entry for
4296         W_POSSBUG2
4297
4298         Large cumulative patch for pic16 port and libraries.
4299         * device/include/pic16/sdcc-lib.h,
4300         * device/include/pic16/stdarg.h,
4301         * device/include/asm/pic16/features.h,
4302         * device/include/lib/pic16/libsdcc/gptr/{*.c, Makefile}: NEW,
4303         * device/include/pic16/float.h: changes reentrant keyword with
4304         _FS_REENTRANT, added prototype for __fsneq, included sdcc-lib.h
4305         * device/lib/pic16/libsdcc/Makefile: added target directory gptr,
4306         updated target build-libraries to include objects from gptr,
4307         * device/lib/pic16/libsdcc/{char,int,long}/*.c: added macro
4308         _IL_REENTRANT to all function headings, included sdcc-lib.h header,
4309         * device/lib/pic16/libsdcc/float/*.c: added macro _FS_REENTRANT to
4310         all function headings,
4311         * src/SDCCmain.c: added global parameter userIncDirsSet,
4312         * (parseCmdLine): when option -I is encountered add directory to
4313         userIncDirsSet too,
4314         * src/version.awk: added space between control and long,
4315         * src/pic16/NOTES: added some notes for the port,
4316         * src/pic16/gen.c: added prototype for mov2fp function,
4317         * (fReturnpic16[]): properly named return value registers,
4318         * (_G structure): added fields stackRegSet, fregsUsed, stack_lat,
4319         * (aopForSym): added code to handle symbols with onStack flag set,
4320         symbols onStack are allocated PTRSIZE bytes,
4321         * (aopFreeAsmop): handles special case where asmops are stack objects,
4322         * (aopGet, pic16_popGet): adde cod to handle new asmop AOP_STA,
4323         * (pic16_popGetTempReg, pic16_popGetTempRegCond, pic16_popReleaseTempReg):
4324         added argument lock to trace flaws in allocating temporary registers
4325         when developing port,
4326         * (pic16_popGetLit, pic16_popGetLit2): changed lit from unsigned to signed
4327         * (pic16_popRegFromString): reenabled allocating a direct register
4328         from string,
4329         * (assignResultValue): various beautifications,
4330         * fixed bug #1037717 (patch from R. Neider & D. Wrinkler) with mistaken
4331         referenced function argument,
4332         * (genIpush): reenabled to allow stacked arguments, handles only
4333         ic->parmPush iCodes,
4334         * (genCall, genPcall): major changes to allow for variable argument
4335         functions, fixed a bug with falsely restoring stack pointer after
4336         returning from call,
4337         * (genFunction): pending code for critical function,
4338         * (shiftR1Left2ResultSigned, shiftR1Left2Result, shiftL2Left2Result,
4339         * (shiftR2Left2Result, shiftLLong) applied patch #1032155 from R.Neider,
4340         * (genNearPointerGet): fixed bug with indirect reading, was always
4341         reading from INDF0
4342         * (genGenPointerGet, genGenPointerSet): rewrote to support generic
4343         pointers,
4344         * (genAddrOf): rewrote code to take address of a stacked function parameter
4345         * (genCast): fixed casting to generic pointer type,
4346         * src/pic16/gen.h: added AOP_STA,
4347         * (struct asmop): added field stk,
4348         * src/pic16/genarith.c (pic16_AopType): handle AOP_STA,
4349         * (pic16_genPlusIncr): changed emitSKPNZ to emitSKPNZ,
4350         * (pic16_genAddLit, pic16_genPlus): applied patch #1034042 by tecodev,
4351         * (pic16_genMinus): fixed bug #1035119 with patch submitted by tecodev,
4352         * src/pic16/genutils.c (pic16_genNot): removed symbol *tlbl,
4353         * src/pic16/glue.c (pic16_printGPPointerType): fixed to support new
4354         generic pointers,
4355         * src/pic16/main.c (_pic16_initPaths): ignores default SDCC include
4356         and library paths,
4357         * (pic16_port structure): generic pointer size is set to 3,
4358         * src/pic16/pcode.c (pic16_newpCodeOpLit): correctly print literal integer,
4359         * (insertBankSwitch): cast to (char *) to prevent 64bit CPUs'
4360         compiler warning,
4361         * src/pic16/ralloc.c (allocReg): prevent allocating register when
4362         operand is an iTemp,
4363
4364 2004-09-24 Martin Helmling <mh AT octo-soft.de>
4365
4366         * debugger/mcs51/cmd.c: set PC if a symbol at pc reg is set
4367         * debugger/mcs51/simi.c: addapt new syntax of s51
4368
4369 2004-09-23 Vangelis Rokas <vrokas AT otenet.gr>
4370
4371         * src/pic16/genutils.c (pic16_genNot): fixed bug #1032265,
4372         * src/pic16/pcode.c: commented out some calls to free() in order to
4373         fix bug #989576,
4374
4375 2004-09-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4376
4377         * src/SDCCicode.h,
4378         * src/SDCCicode.c (isiCodeInFunctionCall),
4379         * src/avr/ralloc.c (selectSpil),
4380         * src/pic/ralloc.c (selectSpil),
4381         * src/pic16/ralloc.c (selectSpil),
4382         * src/ds390/ralloc.c (selectSpil),
4383         * src/hc08/ralloc.c (selectSpil),
4384         * src/xa51/ralloc.c (selectSpil),
4385         * src/mcs51/ralloc.c (selectSpil): Don't use remainSpil to spill to the
4386         stack in the middle of a function call sequence (fixes bug #1020268)
4387         * src/SDCCicode.c (geniCodeJumpTable): fixed error in computing the
4388         costs associated with the minimum switch case.
4389
4390 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4391
4392         * src/SDCC.lex: fixed bug #1030549
4393
4394 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4395
4396         * src/SDCCcse.h (struct cseDef),
4397         * src/SDCCcse.c (cseBBlock, newCseDef, ifFromAddrTaken): purge CSEs
4398         over a function call if the CSE is derived from a symbol whose
4399         address has been taken (fixes bug #1029883)
4400         * support/regression/tests/bug-1029883: a new regression test for
4401         this bug
4402
4403 2004-09-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4404
4405         * src/hc08/gen.c (emitinline): fixed bug #1029778
4406         * src/SDCC.y (assignment_expr): fixed the grammer so that assignment
4407         to a cast object is no longer a syntax error ("fixes" bug #1030006,
4408         and starts toward RFE #905167)
4409
4410 2004-09-17 Vangelis Rokas <vrokas AT otenet.gr>
4411
4412         * src/pic16/gen.c (mov2f): New function to move an operand to
4413         another without considering if it is a literal or a register,
4414         * (pic16_sameRegs): don't check if they are both AOP_REG,
4415         * (AccRsh): removed andmask=0 lines,
4416         * (genLeftShift): duplicated to be improved in future versions,
4417         * src/pic16/main.c (_process_pragma): emit stack default size in hex,
4418         * src/pic16/pcode.c: added POC_INFSNZW, updated inverted_op fields
4419         in POC_INCFSZ, POC_INCFSZW, POC_INFSNZ,
4420         * (pic16initMnemonics): added initialization for POC_INFSNZW,
4421         * (insertBankSwitch): fixed inserting banksel directives algorithm
4422         for instructions that follow a skip instruction, this fixes a report
4423         for broken subtraction code generation,
4424         * src/pic16/ralloc.c (deassignLRs): do not free register if current
4425         iCode is a left op, just in case result and right share the same
4426         registers
4427
4428 2004-09-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4429
4430         * src/hc08/main.c,
4431         * src/hc08/gen.c (genJumpTable): more efficient jump table, supports
4432         preservation of HX
4433         * src/hc08/gen.c (pullRegs): fixed order of HX & XA pairs
4434         * src/mcs51/ralloc.c (packRegisters): removed the patch applied
4435         on 2004-09-12; it was buggy
4436
4437 2004-09-15 Bernhard Held <bernhard AT bernhardheld.de>
4438
4439         * src/SDCCsymt.h: removed RESULT_CHECK
4440         * src/SDCCast.c,
4441         * src/SDCCglue.c,
4442         * src/SDCCval.c,
4443         * src/pic/glue.c,
4444         * src/pic16/glue.c: replaced RESULT_CHECK with RESULT_TYPE_NONE
4445
4446 2004-09-15 Vangelis Rokas <vrokas AT otenet.gr>
4447
4448         * src/SDCCicode.c (piCode): applied patch from Raphael Neider,
4449         * src/pic16/device.c (pic16_assignConfigWordValues): wrong
4450         configuration values no more rejected by compiler, they are assigned
4451         to configuration registers with a warning message instead,
4452         * src/pic16/glue.c (pic16_emitConfigRegs): added +1 at top-limit of
4453         the for-loop so last conf register is emitted too,
4454         * (_pic16_initPaths): link library libsdcc.lib by default,
4455         * (_hasNativeMulFor): modified test for multiplication according to
4456         Raphael Neider's remarks. Integer multiplication is also done with
4457         support functions,
4458         * device/include/pic16/pic18fregs.h: corrected type error in while
4459         testing and including 18f6720 header file
4460
4461 2004-09-14 Vangelis Rokas <vrokas AT otenet.gr>
4462
4463         * src/pic16/device.h (pic16_options): removed field use_crt,
4464         * src/pic16/gen.c (genUnpackBits): added call to pic16_loadFSR0
4465         until an optimization to handle single bits is added,
4466         * (pic16_loadFSR0): moved before genUnpackBits,
4467         * (genAnd): some white lines removed,
4468         * src/pic16/main.c (_pic16_finaliseOptions): set omit_ivt and clear
4469         leave_reset flags in pic16_options when using crt modules,
4470
4471 2004-09-12 Maarten Brock <sourceforge.brock AT dse.nl>
4472
4473         * src/mcs51/ralloc.c (packRegisters): applied fix by Bernhard Held
4474           for bugs 898889 & 979599. Also used some safer print instructions.
4475
4476 2004-09-12 Vangelis Rokas <vrokas AT otenet.gr>
4477
4478         * src/pic16/device.h (pic16_options_t): added field use_crt,
4479         crt_name, no_crt,
4480         * src/pic16/genarith.c (pic16_genPlus): added an assert(0) line to
4481         catch a probable future bug,
4482         * src/pic16/gen.c: aopIdx function commented out,
4483         * (genAssign): commented out old code which used aopIdx,
4484         * src/pic16/glue.c (pic16glue): removed some legacy fragments of
4485         code, added if conditionals to take into account the --use-crt
4486         command line options,
4487         * src/pic16/main.c (pic16_optionsTable): added new command line
4488         options, --use-crt= and --no-crt,
4489         * (_pic16_linkEdit): now the proper crt object is added in the
4490         linker command line except than when --no-crt is specified,
4491         * src/pic16/pcode.c,
4492         * src/pic16/pcode.h: added some structures and functions for a new
4493         optimization scheme to compansate for instruction overhead between
4494         same iCodes, this scheme is currently under development and is not
4495         working in any way,
4496         * src/pic16/gen.c (genAnd): added patch provided by Aaron Collwell
4497         to && operator,
4498         * device/lib/pic16/startup/crt0i.c,
4499         * device/lib/pic16/startup/crt0iz.c: added global char variable
4500         __uflags to force the generation of an idata section
4501
4502 2004-09-12 Bernhard Held <bernhard AT bernhardheld.de>
4503
4504         * doc/Makefile,
4505         * doc/clean.mk: added support for easy creation of sdcc-doc.tar.bz2
4506         * doc/sdccman.lyx: updated sdcc version to 2.4.4
4507
4508 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4509
4510         * doc/sdccman.lyx: fixed a problem with my new index entries (thanks
4511         Frieder) and clarified the default code optimization mode
4512
4513 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4514
4515         * src/SDCC.lex (doPragma, process_pragma),
4516         * src/SDCCglobl.h (struct optimize): added pragmas "opt_code_speed",
4517         "opt_code_size", and "opt_code_balanced"
4518         * src/SDCCmain.c (optionsTable[], printOptions, scanOptionsTable):
4519         regrouped options by category, added support for category headers
4520         * src/SDCCmain.c (parseCmdLine): added options "--opt-code-speed"
4521         and "--opt-code-size"
4522         * doc/sdccman.lyx: documented these new options and pragmas
4523         * src/hc08/gen.c (AccLsh, AccRsh): take speed/size optimization
4524         preference into account
4525
4526 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
4527
4528         * src/SDCCicode.c (geniCodePostInc, geniCodePreInc, geniCodePostDec,
4529           geniCodePreDec): Fixed bug 904237 by generating a warning
4530         * src/SDCCerr.h,
4531         * src/SDCCerr.c: added warning W_SIZEOF_VOID
4532
4533 2004-09-09 Slade Rich <slade_rich AT users.sourceforge.net>
4534
4535         * src/pic/device.c : When no max ram set validate full memory range.
4536         * src/pic/pcode.c,
4537         * src/pic/pcodepeep.c : Copy C code comments to optimised replacement code.
4538
4539 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
4540
4541         * device/lib/_gptrget.c,
4542         * device/lib/_gptrput.c: updated comment
4543         * device/lib/calloc.c,
4544         * device/lib/free.c,
4545         * device/lib/malloc.c,
4546         * device/lib/realloc.c: added LGPL, made them reentrant-safe
4547         * src/SDCCcse.c (cseBBlock),
4548         * src/SDCCicode.c (printOperand, geniCodeArray),
4549         * src/SDCCicode.h (struct operand): fixed bug 868103
4550         * support/regression/tests/bug-868103.c: added
4551         * src/SDCCast.c (searchLitOp),
4552         * src/SDCCcse.h (struct cseDef),
4553         * src/SDCCglue.c (printIvalArray, spacesToUnderscores),
4554         * src/SDCCicode.h (struct operand),
4555         * src/SDCCsymt.h (struct sym_link),
4556         * src/avr/gen.c (hasInc),
4557         * src/ds390/gen.c (hasInc),
4558         * src/hc08/gen.c (genPlusIncr, hasInc),
4559         * src/mcs51/gen.c (hasInc),
4560         * src/pic16/glue.c (pic16_printIvalChar),
4561         * src/pic16/ralloc.c (regWithIdx),
4562         * src/xa51/gen.c (hasInc) : removed warnings
4563         * src/SDCCast.c (createBlock): added comment ???
4564         * src/hc08/ralloc.c: updated comments
4565
4566 2004-09-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4567
4568         * doc/sdccman.lyx: updated section on switch statements, added
4569         section about semaphore locking
4570         * doc/Makefile: added option -info for latex2html
4571         * device/lib/_gptrget.c,
4572         * device/lib/_gptrput.c: __XPAGE instead of P2 in outcommented code
4573
4574 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
4575
4576         * src/pic/device.h,
4577         * src/pic/device.c,
4578         * src/pic/port.c : Changed PIC14 code to not set bit RP1 when
4579          maxram is less than 0x100.
4580
4581 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
4582
4583         * Bug fixes for PIC14 - signed RSHIFT problem. Patch supplied by Allen(agschrum).
4584
4585 2004-09-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4586
4587         * src/port.h,
4588         * src/mcs51/main.c,
4589         * src/ds390/main.c,
4590         * src/z80/main.c,
4591         * src/hc08/main.c,
4592         * src/pic/main.c,
4593         * src/pic16/main.c,
4594         * src/avr/main.c,
4595         * src/xa51/main.c
4596         * src/SDCCicode.c (geniCodeJumpTable): Better logic to determine if a
4597         a jump table is the best form for a switch statement, including
4598         automatic insertion of missing cases to make the case range
4599         continuous. Developed in collaboration with Frieder Ferlemann.
4600
4601 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4602
4603         * src/hc08/ralloc.c (canDefAccResult): multi-byte shift is unsafe for
4604         accumulator result if it needs sign extension
4605
4606 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
4607
4608         * src/hc08/ralloc.c (canUseAccOperand): fixed comparison bug
4609
4610 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
4611
4612         * device/lib/gbz80/printf.c,
4613         * device/lib/z80/printf.c: removed define for NULL
4614
4615 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
4616
4617         * as/xa51/xa_link.c,
4618         * device/examples/ds390/ow390/ad26.c,
4619         * device/examples/ds390/ow390/cnt1d.c,
4620         * device/examples/ds390/ow390/counter.c,
4621         * device/examples/ds390/ow390/ds2480.h,
4622         * device/examples/ds390/ow390/ds2480ut.c,
4623         * device/examples/ds390/ow390/findtype.c,
4624         * device/examples/ds390/ow390/gethumd.c,
4625         * device/examples/ds390/ow390/owllu.c,
4626         * device/examples/ds390/ow390/ownetu.c,
4627         * device/examples/ds390/ow390/swt12.c,
4628         * device/examples/ds390/ow390/swtloop.c,
4629         * device/examples/ds390/ow390/temp.c,
4630         * device/examples/ds390/ow390/temp10.c,
4631         * device/examples/ds390/ow390/thermo21.c,
4632         * device/examples/ds390/ow390/tinilnk.c,
4633         * device/examples/ds390/ow390/tstfind.c,
4634         * device/examples/serialcomm/windows/serial.cpp,
4635         * device/examples/serialcomm/windows/test_serialcomm.cpp,
4636         * device/include/reg51.h: fixed line endings for cvs
4637
4638 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4639
4640         * src/hc08/ralloc.c (canDefAccResult, canUseAccOperand,
4641         packRegsForAccUse, packRegisters): new accumulator register
4642         packing algorithm
4643         * support/regression/ports/hc08/support.c (_putchar): suppress
4644         warning of unused variable
4645         * src/SDCCicode.c: added SWAP entry to codeTable
4646
4647 2004-09-01 Maarten Brock <sourceforge.brock AT dse.nl>
4648
4649         * device/lib/sprintf.c: forgot to add this file before previous commit
4650
4651 2004-09-01 Vangelis Rokas <vrokas AT otenet.gr>
4652
4653         * src/pic16/gen.c (genPackBits): added operand right in function
4654         parameters, load result directly if p_type is POINTER (that is
4655         called by genNearPointerSet)
4656         * (genUnPackBits): added operand left in function parameters,
4657         * (genNearPointerGet, genNearPointerSet): prevent the loading of
4658         FSR0 if accessing bitfields,
4659
4660 2004-08-31 Maarten Brock <sourceforge.brock AT dse.nl>
4661
4662         * device/include/stdio.h: added NULL, size_t, typedef pfn_outputchar,
4663           _print_format; updated printf, sprintf, vsprintf
4664         * device/include/asm/default/features.h: corrected comment/define
4665         * device/lib/Makefile.in: added sprintf.c
4666         * device/lib/libsdcc.lib: added sprintf module
4667         * device/lib/printf_large.c,
4668         * device/lib/vprintf.c,
4669         * device/lib/sprintf.c: totally refactored printf_large and vprintf
4670           into these 3 files
4671         * support/regression/Makefile: changed ALL_PORTS into a usefull default
4672         * support/regression/ports/mcs51-stack-auto/spec.mk: added sprintf
4673         * support/regression/tests/bug-927659.c: removed dummy putchar, enabled
4674           hc08 test
4675         * support/regression/tests/zeropad.c: define idata as data for hc08
4676
4677 2004-08-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4678
4679         * src/SDCCpeeph.c (labelIsReturnOnly): support hc08 rts opcode also
4680         * src/SDCCpeeph.c (buildLabelRefCountHash): assume function entry point
4681         labels are referenced at least once (even if a reference is not found)
4682         * src/hc08/gen.c (emitcode): set isComment flag for comments
4683         * src/hc08/peeph.def: added rules 5a..5f (optimize redundant immediate
4684         loads), rules 6a..6b (optimize jumps to return)
4685
4686 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4687
4688         * device/lib/acosf.c (acosf),
4689         * device/lib/asinf.c (asinf),
4690         * device/lib/atanf.c (atanf),
4691         * device/lib/ceilf.c (ceilf),
4692         * device/lib/cosf.c (cosf),
4693         * device/lib/coshf.c (coshf),
4694         * device/lib/cotf.c (cotf),
4695         * device/lib/fabsf.c (fabsf),
4696         * device/lib/floorf.c (floorf),
4697         * device/lib/log10f.c (log10f),
4698         * device/lib/logf.c (logf),
4699         * device/lib/sinf.c (sinf),
4700         * device/lib/sinhf.c (sinhf),
4701         * device/lib/sqrtf.c (sqrtf),
4702         * device/lib/tanf.c (tanf),
4703         * device/lib/tanhf.c (tanhf),
4704         * device/include/math.h: defined _FLOAT_FUNC_REENTRANT macro and
4705         replaced all instances of "reentrant" in the library functions
4706         defined in math.h with this macro.
4707         * support/regression/tests/float_trans.c: reenabled test for hc08
4708
4709 2004-08-30 Bernhard Held <bernhard AT bernhardheld.de>
4710
4711         * device/lib/pic16/Makefile.common.in: added MODELFLAGS again, it was
4712         erroneously deleted
4713
4714 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4715
4716         * src/hc08/gen.c (loadRegFromAop): better use of clra & clrx
4717         * src/hc08/gen.c (genAnd, genOr): fixed bug with conditional when
4718         multi-byte volatile operands are used
4719         * src/hc08/gen.c (shiftRLong): fixed bug with wrong rotate direction
4720         * src/hc08/main.c (_hc08_genAssemblerPreamble): moved the built-in
4721         initialization to area GSINIT0 so that it would always precede
4722         any static initializers in GSINIT
4723         * support/regression/tests/zeropad.c: fixed idata define for hc08
4724         * support/regression/tests/bug-927659.c,
4725         * support/regression/tests/float_trans.c: disabled tests for hc08
4726         pending missing library routines
4727         * .version: increased version number to 2.4.4 - hc08 port now passes
4728         regression tests
4729
4730
4731 2004-08-29 Bernhard Held <bernhard AT bernhardheld.de>
4732
4733         * device/lib/pic16/Makefile.common.in: added $(MM) to fix `make clean`
4734         * Makefile.common.in,
4735         * as/Makefile,
4736         * as/hc08/Makefile.in,
4737         * as/mcs51/Makefile.in,
4738         * as/z80/Makefile.in,
4739         * debugger/mcs51/Makefile.in,
4740         * device/include/Makefile.in,
4741         * device/lib/Makefile.in,
4742         * doc/Makefile,
4743         * link/Makefile,
4744         * link/z80/Makefile.in,
4745         * packihx/Makefile.in,
4746         * sim/ucsim/main_in.mk,
4747         * sim/ucsim/avr.src/Makefile.in,
4748         * sim/ucsim/doc/Makefile.in,
4749         * sim/ucsim/gui.src/serio.src/Makefile.in,
4750         * sim/ucsim/hc08.src/Makefile.in,
4751         * sim/ucsim/s51.src/Makefile.in,
4752         * sim/ucsim/xa.src/Makefile.in,
4753         * sim/ucsim/z80.src/Makefile.in,
4754         * src/Makefile.in,
4755         * support/cpp2/Makefile.in,
4756         * support/librarian/Makefile,
4757         * support/makebin/Makefile: added DESTDIR to the install path proposed
4758         by "Maciej 'Agaran' Pijanka" <agaran AT pld-linux.org>
4759         * doc/sdccman.lyx: added DESTDIR documentation
4760
4761 2004-08-29 Vangelis Rokas (vrokas AT otenet.gr>
4762
4763         * src/pic16/gen.c (genFunction, genEndFunction): fixed return
4764         instruction for interrupt handlers, use fast returns when returning
4765         from high priority interrupts
4766
4767 2004-08-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4768
4769         * src/hc08/gen.c (genAnd, genOr, transferAopAop, rmwWithAop): optimized
4770         code generation
4771         * src/hc08/gen.c (genrshFour, genCpl): fixed bugs
4772         * src/hc08/gen.c (genMultOneByte, genDivOneByte, genModOneByte): fixed
4773         bugs, ported much of Bernhard's code from mcs51
4774         * src/mcs51/gen.c (genSend),
4775         * src/hc08/gen.c (genSend): fixed bug with lost SEND iCodes if more
4776         than one when calling a reentrant function
4777         * device/lib/_mullong.c: defined an alternate struct layout for big
4778         endian ports (hc08)
4779
4780 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4781
4782         * src/hc08/gen.c (shiftL2Left2Result): fix for bug-500536 regression
4783         test
4784
4785 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4786
4787         * src/SDCCsymt.c (processFuncArgs): make sure parameter types
4788         are sane and complete before asking the port its prefered parameter
4789         passing method (fixes bug #1017633)
4790         * device/lib/hc08/_ret.c: added "data" storage class to _ret2
4791         and _ret3
4792
4793 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4794
4795         * src/hc08/gen.c (genPackBitsImmed, genUnpackBitsImmed): fix offset
4796         problem in bitfields >= 8 bits.
4797
4798 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
4799
4800         * src/SDCCsymt.c: undid changes that were not meant to be committed
4801
4802 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
4803
4804         * support/regression/ports/hc08spec.mk: REENTRANT must be reentrant
4805
4806 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
4807
4808         * src/hc08/gen.c (genUminusFloat): fixed bug where only 3 bytes were
4809           copied and wrong bit got inverted
4810
4811 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4812
4813         * src/hc08/gen.c (genPointerSet, genFarPointerSet): moved code from
4814         genFarPointerSet into genPointerSet; eliminated genFarPointerSet
4815         * src/hc08/gen.c (genPointerGet, genFarPointerGet): moved code from
4816         genFarPointerGet into genPointerGet; eliminated genFarPointerGet
4817         * src/hc08/gen.c (genPackBitsImmed): generate optimized code for
4818         assignments to bitfields at known addresses
4819         * src/hc08/gen.c (genUnpackBitsImmed): generate optimized code for
4820         reads from bitfields at known addresses
4821         * src/hc08/ralloc.c (packRegisters),
4822         * src/hc08/gen.c (genPointerGet, genUnpackBits, genUnpackBitsImmed,
4823         genhc08Code): optimize pointer get values used as conditionals
4824         * src/hc08/peeph.def: added rules 2e & 2f to optimize bit test
4825         and branch
4826
4827 2004-08-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4828
4829         * src/mcs51/gen.c (genPointerGet, genNearPointerGet, genPagedPointerGet,
4830         genFarPointerGet, genCodePointerGet, genGenPointerGet, genUnpackBits),
4831         * src/mcs51/ralloc.c (packRegisters): optimize pointer get values used
4832         as conditionals
4833
4834 2004-08-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4835
4836         * src/mcs51/peeph.def: peepholes 248.i-m for xdata bitfields
4837
4838 2004-08-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4839
4840         * src/mcs51/ralloc.c (packRegsForOneuse): fixed bug #1012650 and some
4841         related problems
4842
4843 2004-08-21 Bernhard Held <bernhard AT bernhardheld.de>
4844
4845         * sim/ucsim/cmd.src/Makefile.in: run lex only if $(PRJDIR)/devel exists
4846
4847 2004-08-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4848
4849         * src/z80/ralloc.c (packRegsForAssign): ported some bug fixes from the
4850         mcs51 port
4851
4852 2004-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
4853
4854         * src/pic/gen.c: Restored fn genRet as previous fix was incorrect.
4855
4856 2004-08-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4857
4858         * src/mcs51/gen.c (genJumpTab): jumptables for more than 16 switch
4859         cases use more compact code.
4860
4861 2004-08-13 Slade Rich <slade_rich AT users.sourceforge.net>
4862
4863         * src/pic/gen.c: Fixed problem with fn returning a variable bigger than a char.
4864
4865 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4866
4867         * src/SDCClrange.c (findPrevUse): fixed bug #1007371
4868
4869 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4870
4871         * src/SDCCsymt.h,
4872         * src/SDCCsymt.c (changePointer, checkDecl, addSymChain): changed
4873         parameter of changePointer() from symbol* to sym_link*
4874         * src/SDCCast.c (decorateType): call changePointer() for CAST op
4875         * src/SDCCsymt.c (compareType): void* type is castable to other
4876         pointers, but not necesarily an exact match.
4877         * src/SDCCicode.c (geniCodeCast): allow void* casting here since it
4878         is no longer blindly treated as an exact match.
4879         * src/SDCCval.c (valCastLiteral): treat missing type as cast to void
4880
4881 2004-08-12 Slade Rich <slade_rich AT users.sourceforge.net>
4882
4883         * src/pic/glue.c: Added struct initialisation fn printIvalStruct.
4884
4885 2004-08-11 Slade Rich <slade_rich AT users.sourceforge.net>
4886
4887         * src/pic/gen.c,
4888         * src/pic/pcode.c,
4889         * src/pic/ralloc.h,
4890         * src/pic/ralloc.c: Printing rIdx on internal verbose debug.
4891
4892 2004-08-10 Slade Rich <slade_rich AT users.sourceforge.net>
4893
4894         * src/pic/device.c,
4895         * src/pic/device.h,
4896         * src/pic/device.c: Will no longer exit if #pragma maxram has not been defined.
4897
4898 2004-08-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4899
4900         * src/mcs51/gen.c (emitcode): fixed bug #992819
4901
4902 2004-08-05 Maarten Brock <sourceforge.brock AT dse.nl>
4903
4904         * src/pic/ralloc.c (deassignLR): allthough pic port is buggy already,
4905           there's no need to make it worse
4906
4907 2004-08-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4908
4909         * src/mcs51/ralloc.c (deassignLR),
4910         * src/ds390/ralloc.c (deassignLR),
4911         * src/hc08/ralloc.c (deassignLR),
4912         * src/z80/ralloc.c (deassignLR),
4913         * src/pic/ralloc.c (deassignLR),
4914         * src/pic16/ralloc.c (deassignLR),
4915         * src/avr/ralloc.c (deassignLR),
4916         * src/SDCClrange.c (findRecursiveSucc, findRecursivePred, findPrevUse,
4917         rlivePoint): fixed another part of bug #971834
4918
4919 2004-08-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4920
4921         * src/z80/main.c: enabled "critical" keyword
4922         * src/z80/mappings.i,
4923         * src/z80/gen.c (genFunction, genEndFunction): support for interrupt
4924         functions (fixes bug #979646)
4925         * doc/sdccman.lyx: added a subsection explaining z80 interrupt support
4926
4927 2004-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4928
4929         * src/mcs51/gen.c (genInline): Add \n for labels, not DOS/WIN dirs
4930           such as c:\mydir.
4931
4932 2004-08-03 Maarten Brock <sourceforge.brock AT dse.nl>
4933
4934         * src/SDCCloop.c (loopInvariants): fixed bug 983545, hope this
4935           doesn't disable too much optimizations
4936
4937 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
4938
4939         * src/pic/glue.c Disabled "WARNING: function 'main' undefined" when -S option is used.
4940
4941 2004-08-02 Maarten Brock <sourceforge.brock AT dse.nl>
4942
4943         * src/SDCClrange.c (rlivePoint): fixed bug 988568, thanks to anonymous
4944
4945 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
4946
4947         * src/pic/gen.c tidied up tabs
4948         * src/pic/genarith.c tidied up tabs and fixed bug with literal multiple where same register was used for hi and low byte
4949         * src/pic/main.c tidied up tabs
4950         * src/pic/pcode.c tidied up tabs and disabled verbose code generation
4951         * src/pic/pcoderegs.c tidied up tabs
4952         * src/pic/ralloc.c tidied up tabs
4953
4954 2004-07-30 Vangelis Rokas <vrokas AT otenet.gr>
4955
4956         * src/SDCCmem.c (allocGlobal): don't turn S_REGISTER storage class
4957         to S_FIXED for pic16 port and when symbol is not in level 0,
4958         allocate for S_REGISTER storage class and pic16 port, too,
4959         * src/pic16/device.h: prototype for checkSym,
4960         * src/pic16/device.c (pic16_dump_access, checkSym): NEW,
4961         * (pic16_assignConfigWordValue): test the value and the mask to
4962         validate that the value is suitable for the configuration word,
4963         * src/pic16/glue.c (pic16_printIvalFuncPtr): use 'externs' to
4964         collect extern declared symbols, don't emit symbol twice, check
4965         first if symbol is in publics set first,
4966         * src/pic16/main.c (_pic16_keywords[]): added keyword 'register',
4967         * added command line '--fstack' which enables an experimental
4968         feature for stack access, too buggy to be used yet...
4969         * src/pic16/ralloc.c (pic16_accessregWithName): NEW,
4970         * (pic16_allocDirReg): when register has storage class S_REGISTER
4971         allocate in pic16_dynAccessRegs,
4972         * device/include/pic16/pic18f????.h: modified configuration word
4973         naming convention, words started as CONFIG0H but should be CONFIG1H
4974
4975 2004-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
4976
4977         * device/include/mcs51reg.h: fixed bug 970993
4978
4979 2004-07-27 Maarten Brock <sourceforge.brock AT dse.nl>
4980
4981         * added lib/calloc.c, lib/free.c, lib/realloc.c, include/stddef.h
4982         * updated lib/malloc.c, lib/libsdcc.lib, lib/Makefile.in, include/malloc.h
4983         * src/SDCC.lex (doPragma): added pragma disable_warning <nnn>
4984         * src/SDCCmain.c (parseCmdLine): added option --disable-warning <nnn>
4985         * src/ds390/gen.c (genPlusIncr): fixed bug when incrementing generic pointers
4986         * support/Util/SDCCerr.c (vwerror): suppress disabled warnings and output
4987           error/warning numbers,
4988           added function setWarningDisabled()
4989         * support/Util/SDCCerr.h: added setWarningDisabled() and MAX_ERROR_WARNING
4990         * support/regression/ports/mcs51-stack-auto/spec.mk: added dependencies
4991           _memcmp.c _memmove.c calloc.c realloc.c free.c
4992         * support/regression/tests/malloc.c: added tests for new functionality
4993         * support/regression/tests/zeropad.c: added tests for truncated initializers
4994           and initialized char arrays starting with '\x0'
4995         * src/mcs51/peeph.def: fixed regression, added peephole 177.f
4996
4997 2004-07-26 Bernhard Held <bernhard AT bernhardheld.de>
4998
4999         * support/valdiag/tests/overflow.c: fixed warning on (1 >> 40)
5000
5001 2004-07-26 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5002
5003         * doc/sdccman.lyx: updated example in section "Absolute Addressing"
5004         * src/mcs51/peeph.def: added contributed fix for "bug" #995347 as
5005         peephole 177.e. Thanks to anonymous
5006
5007 2004-07-25 Vangelis Rokas <vrokas AT otenet.gr>
5008
5009         * src/pic16/glue.c (pic16_printIvalFuncPtr): when an extern
5010         function isn't used in the source but referenced as a
5011         variable initializer then declare it as extern in .asm file
5012
5013 2004-07-24 Vangelis Rokas <vrokas AT otenet.gr>
5014
5015         * .version: increased version number to 2.4.3
5016
5017         Adding version extension according to ChangeLog CVS revision
5018         * src/Makefile.in (target all): added dependency 'version.h'
5019         * (rule version.h): added rule to create version.h from ChangeLog,
5020         * (rule dep): added dependency version.h,
5021         * src/version.awk: AWK script to create version.h
5022         * src/SDCCdwarf2.c (dwWriteModule),
5023         * src/SDCCglue.c (initialComments),
5024         * src/SDCCmain.c (printVersionInfo): modified to write after
5025         version string the version extension number,
5026         * src/SDCCutil.c: included "version.h"
5027         * (getBuildNumber): NEW, returns SDCC's ChangeLog minor revision
5028         number,
5029         * src/SDCCutil.h: added prototype for getBuildNumber
5030
5031         * src/SDCCmain.c (parseCmdLine): when sOpt is 'I' add rest in
5032         includeDirsSet, too,
5033         * src/SDCCsymt.c (checkSClass): don't emit error when a variable,
5034         const char [] is found in function prototype...
5035
5036         * src/pic16/genarith.c (pic16_genUMult8XLit_8): optimization to omit
5037         moving to WREG with source is already in WREG,
5038         * src/pic16/gen.h: added AOP_FSR0 and AOP_FSR2 in enum,
5039         * src/pic16/gen.c (getFreePtr): updated to look for FSR0 and FSR2,
5040         * (aopForSym): stack'ed symbols are partially supported, added
5041         if-clause to support symbols in FARSPACE,
5042         * (sameRegs): added test for AOP_ACC to see if registers are same,
5043         * (pic16_freeAsmop): added case for AOP_FSR0 and AOP_FSR2,
5044         * (pic16_aopGet): added case for AOP_FSR0 and AOP_FSR2,
5045         * (pic16_popRegFromString): will not allocate a new register if it
5046         doesn't find one by name, bug may have introduced...
5047         * (pic16_popGet): added case for AOP_FSR0 and AOP_FSR2,
5048         * (genIpush): revived to use pic16 port's stack,
5049         * (genAddrOf): added incomplete case for stack'ed operand,
5050         * (genCast): optimized a pair of MOVFW,MOVWF to MOVFF
5051         * src/pic16/genutils.c (pic16_genNot): almot new vesrion for NOT,
5052         can handle multibyte operands,
5053         * src/pic16/glue.c (pic16_printIval*): some debug info added,
5054         * (pic16initialComments): added message for MPLAB compatibility
5055         mode enabled,
5056         * src/pic16/main.h: prototype for pic16_mplab_comp,
5057         * src/pic16/main.c (pic16_optionsTable): new option --mplab-comp,
5058         which enabled MPLAB compatibility mode (i.e. no #LINE/#FILE, BANKED)
5059         * (_pic16_linkEdit): NEW, handles link stage, transferred here
5060         because of increased complexity of procedure,
5061         * (_process_pragma): stack pragma changed to format 'stack pos len',
5062         emit symbol '_stack_end' to conform with gplink,
5063         * src/pic16/pcode.c (pic16_newpCodeOpBit): using pic16_regWithName
5064         to search for register,
5065         * (pic16_get_op, pic16_get_op2): added case for PO_W, PO_WREG and
5066         PO_GPR_REGISTER,
5067         * (pic16_pCode2str): when in MPLAB compatibility mode, comment out
5068         #LINE directives and replace 'B' with 'BANKED' in instruction opcodes
5069         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
5070         case for PO_GPR_REGISTER,
5071         * (pic16_AnalyzeBanking): removed the old message for inc2h.pl, past
5072         dies, the new era is ahead !...
5073         * src/pic16/ralloc.c: added hash reposits pic16_dynAllocRegNames and
5074         pic16_dynInternalRegs,
5075         * (pic16_allocregWithName, pic16_procregWithName, pic16_regWithname): NEW,
5076         * (pic16_allocDirReg): minor optimizations and bug fixes,
5077         * (pic16_allocWithIdx): when searching pic16_dynProcessorRegs use fixed,
5078
5079         * device/lib/pic16/startup/crt0*.c: extern definition of stack_end,
5080         load stack and frame pointer with address of 'stack_end' symbol
5081
5082 2004-07-23 Vangelis Rokas <vrokas AT otenet.gr>
5083
5084         * src/pic16/glue.c (pic16emitStaticSeg): fixed bug with files
5085         without source code but only variable initializers
5086
5087 2004-07-20 Vangelis Rokas <vrokas AT otenet.gr>
5088
5089         * src/pic16/glue.c (pic16emitRegularMap): unused functions marked as
5090         external are not declared as extern to reduce overhead while linking
5091
5092 2004-07-20 Maarten Brock <sourceforge.brock AT dse.nl>
5093
5094         * src/SDCCast.c (decorateType): removed buggy fix for bug #979599
5095
5096 2004-07-11 Maarten Brock <sourceforge.brock AT dse.nl>
5097
5098         * src/SDCCglue.c (printIvalArray): fixed bug #984229, thanks to Phuah
5099           Yee Keat for the patch
5100         * src/SDCCast.c (decorateType): fixed bug #979599
5101         * src/ds390/gen.h: removed local fReturnSizeDS390
5102         * src/ds390/gen.c: made fReturnSizeDS390 signed short to remove a warning
5103         * src/ds390/gen.c (genAnd, genOr, genXor),
5104         * src/mcs51/gen.c (genAnd, genOr, genXor): generate better optimized code
5105
5106 2004-07-04 Vangelis Rokas <vrokas AT otenet.gr>
5107
5108         * src/SDCCmain.c (linkEdit): modifications only for pic16 port,
5109         add relFilesSet to $3, manipulate $2 to handle linking of object
5110         files without source files in command line,
5111         * device/include/pic16 (all headers): added ID location macros,
5112         * src/pic16/device.c (struct PIC16_device Pics16[]): added field
5113         entries for ID location bytes,
5114         * (pic16_assignIdByteValue): NEW,
5115         * src/pic16/device.h: new structures idRegInfo_t and idBytesInfo_t,
5116         added field dumpcalltree to pic16_options_t,
5117         * src/pic16/gen.c (genCmp): fixed bug case so a temporary register
5118         is used instead of pic16_Gstack_base_addr, check if (ifx) before
5119         emitting rFalseIfx label after check_carry label,
5120         * src/pic16/glue.c (PIC16_IS_IDLOC_ADDRESS, PIC16_IS_HWREG_ADDRESS,
5121         pic16_emitDIRegs), NEW
5122         * (pic16glue): dump .calltree file when option --calltree found,
5123         * src/pic16/main.c (OPTION _pic16_optionsTable): new option --calltree
5124         * (_pic16_genAssemblerPreamble): emit ID locations after
5125         configuration registers,
5126         * (pic16_linkCmd): modifications of the link command,
5127         * src/pic16/pcode.c (pic16_pciMOVFF): PCC_REGISTER replaces PCC_REGISTER2
5128         * (pic16_pCodeInitRegisters): don't init stack registers,
5129         * (pic16_findPrevInstruction): fixed bug,
5130         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): fixed
5131         bug with immediate registers,
5132         * (buildCallTree): traces stack push and pop,
5133         * (pct2): dump also stack usage for each function,
5134         * src/pic16/ralloc.c (dynrIdx): registers names start from 0x00
5135         * (pic16_allocDirReg): various modifications,
5136         * (pic16_typeRegWithIdx): when searching pic16_dynProcessorRegs set
5137         fixed to 1,
5138
5139 2004-07-02 Vangelis Rokas <vrokas AT otenet.gr>
5140
5141         * src/pic16/pcode.c: removed buggy double colon
5142
5143 2004-07-01 Borut Razem <borut.razem AT siol.net>
5144
5145         * support/scripts/sdcc.nsi: added include/pic16 to setup
5146
5147 2004-06-30 Vangelis Rokas <vrokas AT otenet.gr>
5148
5149         * device/lib/Makefile.in: fixed bug in target objects-pic16,
5150         * device/lib/pic16/Makefile: prefixed with dash (-) command under
5151         target 'clean',
5152         * doc/sdccman.lyx: changed version to 2.4.2 and added some port
5153         specific command line arguments. Also added sample lkr script
5154         for placing a variable at a specific memory bank.
5155         * src/pic16/device.c (pic16_dump_gsection): NEW, to dump variables
5156         at a specific memory bank,
5157         * (pic16_dump_isection): fixed bug which caused string literals to
5158         be omitted when dumping idata section,
5159         * (pic16_groupRegistersInSection): added code to handle registers
5160         in specific memory banks,
5161         * src/pic16/gen.c: labelOffset is prefixed with pic16_ and made
5162         public, all references are renamed too,
5163         * (pic16_aopGet): removed switch cases for AOP_R0,AOP_R1,AOP_DPTR,
5164         AOP_DPTR2,
5165         * (pic16_storeForReturn): added case to handle when dest is WREG,
5166         * src/pic16/genarith.c (pic16_pCodeOpSubType): NEW,
5167         * src/pic16/glue.c (pic16emitRegularMap): when adding a register in
5168         pic16_rel_udata, check to see if that register is marked as being
5169         a member of a specific memory bank,
5170         * (pic16_printIvalCharPtr): added code to add string literals either
5171         to code or the idata sections,
5172         * src/pic16/main.c (_process_pragma): added \n to WHITE constant,
5173         also accept the 'udata' pragma,
5174         * src/pic16/main.h: new structure types sectName and sectSym
5175         * src/pic16/pcode.c: added new pCodeInstruction entry for BANKSEL
5176         * (newpCodeOpBit): added PIC_OPTYPE subt in function prototype,
5177         * (pic16_findPrevInstruction): fixed, it returned nothing,
5178         * (insertBankSwitch): fixed to emit banksel/skip and skip/banksel
5179         instruction combinations,
5180         * (pic16_FixRegisterBanking): heavily reorganised,
5181         * (pic16_AnalyzeBanking): if generating banksel directives is
5182         disabled, then don't call FixRegisterBanking at all,
5183         * src/pic16/ralloc.c (bitEQUs, aliasEQUs, allDefsOutOfRange):
5184         completely removed,
5185         * (pic16_writeUsedRegisters): added call to pic16_dump_gsection
5186
5187 2004-06-29 Bernhard Held <bernhard AT bernhardheld.de>
5188
5189         * src/SDCCglue.c (printChar): fixed bug #973350, patch provided by
5190         Phuah Yee Keat <yk.phuah AT nestac.com>
5191
5192 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
5193
5194         * src/pic16/glue.c (pic16createInterruptVect): function now emits
5195         correctly the IVT even if it is relocated to some other location
5196
5197 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
5198
5199         * device/include/pic16/pic18fregs.h: added case for pic18f2220.h
5200         * device/include/pic16/pic18f2220.h: NEW,
5201         * device/lib/pic16/libdev/pic18f2220.c: NEW,
5202         * device/lib/pic16/libdev/Makefile: added 18f2220 in DEVS,
5203         * src/pic16/device.c (struct Pics16): added info for 18f2220,
5204         * src/pic16/device.h (struct pic16_options): added ivt_loc and
5205         nodefaultlibs, ivt_loc is the location of the interrupt vector
5206         table, and nodefaultlibs signs that default libraries should not be
5207         linked in link stage,
5208         * src/pic16/gen.c (genFunction): relocate interrupt vector functions
5209         according to --ivt-loc argument,
5210         * src/pic16/main.c (_process_pragma): emit '_stack' as public symbol
5211         when pragma stack is found,
5212
5213 2004-06-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5214
5215         * src/mcs51/peeph.def: added peepholes 182.d (return 0.0),
5216         256 (range check), 257 (do while), 258.a-f (bit banging
5217         f.e. on 3-wire SPI bus)
5218
5219 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5220
5221         * src/SDCClrange.c (findNextUseSym): fixed a live range bug with
5222         variables used exclusively within a loop
5223
5224 2004-06-21 Bernhard Held <bernhard AT bernhardheld.de>
5225
5226         * src/mcs51/gen.c (genCpl): quick fix for bug #974835
5227
5228 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5229
5230         * src/SDCClrange.c (computeClash): fixed bug #971834
5231
5232 2004-06-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5233
5234         * src/mcs51/gen.c (genCmp): fixed bug #975903
5235         * src/hc08/gen.c (operandsEqu),
5236         * src/ds390/gen.c (operandsEqu),
5237         * src/z80/gen.c (operandsEqu),
5238         * src/pic/gen.c (operandsEqu),
5239         * src/pic16/gen.c (operandsEqu),
5240         * src/mcs51/gen.c (operandsEqu): fixed bug #976283
5241         * src/SDCCmain.c (parseCmdLine): report --unknown-option only once
5242
5243 2004-06-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5244
5245         * src/SDCCcse.c (cseBBlock): fixed bug #966963
5246
5247 2004-06-12 Vangelis Rokas <vrokas AT otenet.gr>
5248
5249         * src/pic16/gen.c (genPointerGet): added E_INTERNAL_ERROR for
5250         default case in switch statement,
5251         * glue.c (pic16_initPointer): expr is initialised via decoarteType
5252         to eliminate problem with initialisation of pointers, but problem
5253         still exists,
5254         * (pic16_pointerTypeToGPByte): removed, no needed for pic16,
5255         * (emitStaticSegment): removed various lines emitting debug info,
5256         * src/pic16/pcode.c, src/pic16/pcode.h, src/pic16/ralloc.h:
5257         added processor registers for utilizing EEPROM,
5258         * src/pic16/pcode.c (pic16_emitDB): number of DBs emitted is not
5259         configurable and set 8
5260
5261 2004-06-08 Vangelis Rokas <vrokas AT otenet.gr>
5262
5263         * .version: increased version number to 2.4.2,
5264
5265         Cumulative patch for pic16 port
5266         * src/pic16/device.c: changed scheme to dump initial values for
5267         variables in idata segment, all print_idata* functions were removed,
5268         now the pic16_printIval* will be called,
5269         * src/pic16/glue.c: (pic16_initPointer, pic16_pointerTypeToGPByte,
5270         * _pic16_printPointerType, pic16_printPointerType,
5271         * pic16_printGPointerType, pic16_printIvalArray, pic16_printIvalStruct,
5272         * pic16_printIvalBitFields, pic16_printIvalFuncPtr, pic16_printIvalPtr:
5273         NEW, similar to the respective functions in SDCCglue.c,
5274         * src/pic16/pcode.c (pic16_emitDB, pic16_flushDB): reverted to old
5275         way, emitting hex bytes,
5276         * (pic16_emitDS): NEW, emits a string for pointer initialisation,
5277
5278 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5279
5280         * src/avr/ralloc.c (serialRegAssign),
5281         * src/xa51/ralloc.c (serialRegAssign),
5282         * src/pic/ralloc.c (serialRegAssign),
5283         * src/pic16/ralloc.c (serialRegAssign),
5284         * src/hc08/ralloc.c (serialRegAssign),
5285         * src/z80/ralloc.c (serialRegAssign),
5286         * src/ds390/ralloc.c (serialRegAssign),
5287         * src/mcs51/ralloc.c (serialRegAssign): fixed bug #964479
5288
5289 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5290
5291         * src/SDCCicode.c (geniCodeJumpTable): fixed bug #967601
5292         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug #966505
5293
5294 2004-06-07 Vangelis Rokas <vrokas AT otenet.gr>
5295
5296         Cumulative patch for pic16 port:
5297         * src/pic16/device.h (typedef PIC16_device) modified fields for
5298         defining microcontrollers,
5299         * src/pic16/device.c: added new info for all devices in Pics16 array,
5300         * src/pic16/gen.c (genPcall): fixed bug that caused the return label
5301         to be optimised out by the pCode optimiser,
5302         * src/pic16/glue.c (pic16emitRegularMap): treat implicit aggragates
5303         specially, bug reported by G.M. Gallant,
5304         * src/pic16/pcode.c (pic16_newpCodeLabelFORCE): NEW, marks a label
5305         as force'd so that cannot be optimised out by pCode optimiser,
5306         * src/pic16/pcode.c,
5307         * src/pic16/pcodepeeph.c,
5308         * src/pic16/pcoderegs.c: many modifications to re-enable peepholes,
5309         they are disabled by default, but can be enabled explicit with
5310         command argument --denable-peeps, for testing,
5311         * device/lib/pic16/startup/Makefile: added --no-peep,--pomit-config-words,
5312         --pomit-ivt in COMPILE_FLAGS
5313
5314 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
5315
5316         * src/pic16/pcode.c (pic16_emitDB): removed double semicolon which fails
5317           compilation on MSVC
5318
5319 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
5320
5321         * device/include/sab80515.h: added sfr P6, changed GPL to LGPL
5322
5323 2004-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5324
5325         device/include/sab80515.h: fixed bug #967492, DAPR is defined at adress
5326         0xd8, but the correct adress is 0xda. Thanks to anonymous for reporting
5327
5328 2004-06-06 Vangelis Rokas <vrokas AT otenet.gr>
5329
5330         * src/pic16/device.c (pic16_assignConfigWord): fixed bug that
5331         would only assign 0x300001 register.
5332
5333 2004-06-05 Vangelis Rokas <vrokas AT otenet.gr>
5334
5335         * device/lib/pic16/startup/Makefile: added $(MODELFLAGS)
5336         in COMPILE_FLAGS. Thanks to G. Gallant for report.
5337
5338 2004-06-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5339
5340         * doc/sdccman.lyx: minor changes, mentioned beta vendor support
5341         for ds80c400
5342         * src/mcs51/peeph.def: ran unexpand -a over peeph.def
5343         * src/mcs51/peeph.def: removed obsolete peephole 100.a,
5344         added peephole 254 (left shift), 255 (jump table)
5345
5346 2004-06-04 Vangelis Rokas <vrokas AT otenet.gr>
5347
5348         * device/lib/Makefile.in: removed comment line with model-pic16,
5349         * (target port-specific-objects-pic16): the libraries and objects
5350         are copied to the build directory form the device/lib/pic16/bin
5351         directory
5352
5353         Cumulative patch concerning pic16 port:
5354         * library directory has been re-organized,
5355         * added support for PIC18F1220,
5356         * added headers and library sources for chips 18f1220,18f6520,
5357         18f6620,18f6680,18f6720,18f8520,18f8620,18f8680,18f8720
5358
5359         * configuration registers setting has changed, now each supported
5360         device has a complete description of the registers it uses,
5361         * all initialisations are moved to idata sections, these section
5362         can be absolute or relocatable,
5363         * fixed initialisation of codespace variables,
5364         * fixed warning about PCLATU and gpsim,
5365         * src/pic16/gen.c (genCmp): now can handle partially iCodes with no ifx,
5366         * (genAssign): use table reads when assigning from variables in codespace,
5367         * src/pic16/glue.c (pic16emitStaticSeg): fixed to correctly initialise
5368         char/int variables placed in codespace,
5369         * (pic16_emitConfigRegs): NEW, emits a list with configuration
5370         registers set in .asm file, no need for --pomit-config-words anymore,
5371         * (pic16glue): some 8051 legacy segments are commented out
5372         (to be removed completely),
5373         * added support for alternative assembler and linker with --asm=
5374         and --link= command line arguments,
5375         * peepholes are disabled automatically in the port, no need to
5376         specify on command line,
5377         * port supports natively char/int/long multiplication, but converts
5378         all divisions to support functions,
5379         * main.c: pic16_linkCmd and pic16_asmCmd changed to force output
5380         to the file set in variable $2,
5381         * pcode.c (pic16_emitDB, pic16_flushDB): modified to print printable
5382         strings in ASCII format and not in hex,
5383         * ralloc.c (serialRegAssign): added a triplet of conditional calls
5384         to pic16_allocDirReg for IC_RESULT, IC_LEFT and IC_RIGHT so to
5385         allocate proper register if iCodes aren't temporary,
5386
5387 2004-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
5388
5389         * support/regression/tests/zeropad.c: added TEST_G macro for alpha
5390
5391 2004-06-02 Vangelis Rokas <vrokas AT otenet.gr>
5392
5393         * src/pic16/gen.c (genPcall): warning about gpsim and PCLATU
5394         is commented out
5395
5396 2004-06-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5397
5398         * src/hc08/gen.c (genPointerGetSetOfs): disabled optimization if
5399         computed address is reused
5400         * src/hc08/gen.c (genPackBits): fixed offsets in assignments to
5401         multi-byte bitfields
5402
5403 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
5404
5405         * src/z80/gen.c: (genArrayInit): must check for pointers too
5406
5407 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
5408
5409         * support/regression/tests/zeropad.c: never meant to commit the
5410           nestedstruct test: removed, added check for GCC version
5411
5412 2004-05-31 Maarten Brock <sourceforge.brock AT dse.nl>
5413
5414         * src/SDCCast.c (createIvalArray): fixed bug 770487 SIGSEGV
5415         * src/SDCCglue.c (emitRegularMap): fixed bug 770484 allocation problem
5416         * src/SDCCglue.c (initPointer, printIvalType, printIvalStruct,
5417           printIvalArray, printIvalFuncPtr, printIvalPtr, printIval): fixed
5418           bugs 928906 and 954082 half-empty initializers
5419         * src/SDCCsymt.h,
5420         * src/SDCCsymt.c (getAllocSize): added for above fix
5421         * src/z80/gen.c (genArrayInit): fixed bug 741044
5422         * support/regression/tests/zeropad.c: added tests
5423
5424 2004-05-30 Vangelis Rokas <vrokas AT otenet.gr>
5425
5426         * src/pic16/device.c (pic16_dump_section): corrected bug which
5427         caused some symbols of the libraries to be misplaced
5428
5429 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
5430
5431         * src/pic16/glue.c,
5432         * src/pic16/ralloc.h,
5433         * src/pic16/ralloc.cc: prefixed IS_CONFIG_ADDRESS with PIC16_
5434         to fix conflict with pic port
5435
5436 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
5437
5438         * src/pic16/glue.c (pic16emitStaticSeg): do not print as publics or
5439         externs configuration variables,
5440         * src/pic16/ralloc.h,
5441         * src/pic16/ralloc.cc: IS_CONFIG_ADDRESS is made public and added
5442         prototype in header, commented out some debug messages
5443
5444 2004-05-26 Vangelis Rokas <vrokas AT otenet.gr>
5445
5446         * src/pic16/glue.c,
5447         * src/pic16/main.c,
5448         * src/pic16/pcode.c: added gpasm directives #FILE/#LINE
5449         for gpasm COFF object generation. Thanks to D. Hawkins for
5450         his patch info
5451
5452 2004-05-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5453
5454         * src/ds390/main.c,
5455         * src/mcs51/main.c: fixed sort order of mnemonics (thanks to Maarten
5456         Brock for spotting this)
5457         * src/ds390/gen.c (genEndFunction),
5458         * src/mcs51/gen.c (genEndFunction): always save psw if function is an
5459         interrupt handler and critical. Disable push/pop optimizations when
5460         peephole optimizations disabled.
5461
5462 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
5463
5464         Updated pic16 library sources and headers.
5465         * device/lib/pic16/pic18f*/ ,
5466         * device/include/pic16/*.h: modified to handle structured SFR
5467         definitions
5468
5469 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
5470
5471         * src/port.h (PORT structure): added hook initPaths, now each
5472         port can declare its own default search paths,
5473         which can been seen with the --print-search-dirs option,
5474         see pic16 port for example,
5475         * src/SDCCmain.c (setBinPaths, setIncludePaths, setLibPath,
5476         setDataPaths): test to options.printSearchDirs is ifdef'ed out,
5477         * (doPrintSearchDirs): NEW, replaces in a central manner the
5478         printing of search dirs which was split in set*Paths functions,
5479         * (main): added call to port->initPaths and doPrintSearchDirs,
5480         * src/avr/main.c,
5481         * src/ds390/main.c,
5482         * src/hc08/main.c,
5483         * src/izt/i186.c,
5484         * src/izt/tlcs900h.c,
5485         * src/mcs51/main.c,
5486         * src/pic/main.c,
5487         * src/pic16/main.c: modified port structures to reflect addition of
5488         initPaths hook,
5489
5490         * src/pic16/device.c (regCompare): registers are finally sorted by name,
5491         * (pic16_dump_section): for registers in same address reserve memory once,
5492         * src/pic16/device.h (struct PIC16_device): changed variable gen_banksel
5493         to no_banksel,
5494         * src/pic16/genarith.c (pic16_genPlus): added code to handle cases where
5495         result is greater in size than right or left,
5496         * (pic16_genUMult8X8_8): there are some cases where the result can
5497         be 16 bits size, so handle these,
5498         * src/pic16/gen.c: changed some pic16_emitpcomment to DEBUGpic16_emitcode,
5499         * (pic16_outBitC): modified to emit pcodes,
5500         * (pic16_storeForReturn): using is_LitOp to see if operand is literal
5501         or not,
5502         * (genDivOneByte): implemented algorithm to divide 8-bits,
5503         * (genCmp): uncommented goto, but issues still exist,
5504         * (genAnd): fixed a bug with variables >8bits,
5505         * (genPackBits): optimization added that uses BCF/BSF to change a
5506         single bit,
5507         * (genAssign): fixed bug when assigning floating point literals,
5508         * src/pic16/glue.c (pic16glue): added assembler directive 'code' before
5509         __sdcc_gsinit_startup label,
5510         * src/pic16/main.c (_pic16_init): removed search directory
5511         initialisations,
5512         * (_pic16_initPaths): NEW, used to initialise search directories,
5513         * (_hasNativeMulFor): support functions for all except char/int
5514         multiplication, and char division,
5515         * (PIC16_port struct): modified entry for native mul support,
5516         * src/pic16/pcode.c (insertBankSwitch): modified to support the renamed
5517         no_banksel option,
5518         * (buildCallTree): call to register_usage is ifdef'ed out,
5519
5520 2004-05-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5521
5522         * device/include/string.h: applied Stas Sergeev's patch to make this
5523         header file compatible with the preprocessor -Wundef option
5524         * src/SDCCmain.c (main): abort compilation if preprocessor reports
5525         failure (fixes bug #941458)
5526
5527 2004-05-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5528
5529         * src/SDCCopt.c (killDeadCode): fixed bug #907733
5530         * support/Util/SDCCerr.c: reworded E_AUTO_ASSUMED diagnostic to clarify
5531         that the variable, not the function, should be static
5532         * src/SDCCval.c (valCastLiteral): fixed bit initialization from literal
5533         to be consistent with non-literal case
5534
5535 2004-05-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5536
5537         * src/SDCCast.c (isConformingBody): fixed bug #949967
5538         * src/SDCCopt.c (cnvToFcall, cnvToFloatCast, cnvFromFloatCast,
5539         convilong): fixed bug #952086
5540
5541 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5542
5543         * src/SDCCmem.c (allocVariables): fixed bug #955321
5544
5545 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5546
5547         * src/hc08/main.c (_hc08_genAssemblerEnd),
5548         * src/SDCCdwarf2.c (dwOpenFile, dwCloseFile, dwWriteFunction,
5549         dwWriteModule, dwWriteCLine, dwWriteALine, dwarf2FinalizeFile):
5550         completely eliminated the use of a temporary file
5551         * src/SDCCdwarf2.c (dwWriteAttr): fixed bug with location list offset
5552         when more than one file linked
5553         * src/SDCCloop.c (pointerAssigned): fixed bug #954163
5554
5555 2004-05-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5556
5557         * src/SDCCval.c (valForArray): applied Maarten Brock's patch #947682
5558         which fixes bug #543481
5559         * support/regression/tests/bug-751703.c: fixed comments left from a
5560         cut and paste error
5561         * src/SDCCdwarf2.c (dwCloseFile): don't explicitly close a temp file
5562         * src/SDCCdwarf2.c (dwTagFromType): added bitfield support
5563         * src/SDCCdwarf2.c (dwWriteSymbolInternal): handle extern within local
5564         scopes
5565         * src/SDCCdwarf2.c (dwWriteLineNumber): line number deltas are signed
5566         * src/SDCCmain.c (processFile, parseCmdLine): non-alphanumeric chars
5567         are now changed to underscores in moduleName
5568
5569 2004-05-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5570
5571         * as/mcs51/lkmem.c: better fix for bug #954173
5572
5573 2004-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
5574         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5575
5576         * device/include/c8051f020.h: newly added SiLabs (Cygnal) header file
5577         * device/include/c8051f000.h,
5578         * device/include/c8051f120.h,
5579         * device/include/c8051f300.h,
5580         * device/include/c8051f310.h,
5581         * device/include/c8051f320.h: updated (added _XPAGE, CAPN, CAPP,
5582         PWM16) and detab'ed
5583
5584 2004-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5585
5586         * doc/sdccman.lyx: mentioned sourceforge's delay between web frontend
5587         and mailing lists, doc'ed --no-peep-comments, removed reference
5588         to knoppix (newest version has no LyX/LaTeX), other minor changes
5589         * src/SDCCglue.c (glue): save 2 bytes stack space with
5590         option --main-return. The ljmp could probably be avoided too
5591
5592 2004-05-14 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5593
5594         * as/mcs51/lkmem.c, as/mcs51/lkaomf51: fixed bug 954173
5595
5596 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5597
5598         * src/SDCCsymt.h: added IS_AUTO(symbol) test macro
5599         * src/SDCCopt.c (isLocalWithoutDef),
5600         * src/SDCCicode.c (operandFromSymbol): use the IS_AUTO test macro
5601         which adds a !IS_EXTERN codition. Fixes bugs #877426 and #751703.
5602         (credit to Maarten Brock for patch #949363, on which this is based)
5603         * support/regression/tests/bug-751703.c: some test cases of extern used
5604         within inner scopes.
5605
5606 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5607
5608         * src/SDCCdwarf2.c (dwMatchTypes): structs must have matching
5609         SPEC_STRUCT
5610         * src/SDCCdwarf2.c (dwTagFromType): fix to handle recursive
5611         struct definitions
5612         * src/SDCCdwarf2.c (dwWriteModule, dwNewDebugSymbol, dwWriteEndFunction,
5613         dwWriteLabel): fix to create valid debugger symbols even when
5614         the module name has non-alphanumeric symbols in it
5615         * src/SDCCdwarf2.c (dwWriteSymbolInternal): better detection for
5616         when a variable's allocation has been optimized away
5617
5618
5619 2004-05-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5620
5621         * src/hc08/gen.c (hc08_emitDebuggerSymbol),
5622         * src/hc08/main.c,
5623         * src/mcs51/gen.c (mcs51_emitDebuggerSymbol),
5624         * src/mcs51/main.c,
5625         * src/ds390/gen.c (ds390_emitDebuggerSymbol),
5626         * src/ds390/main.c,
5627         * src/z80/gen.c (z80_emitDebuggerSymbol),
5628         * src/z80/main.c,
5629         * src/pic/gen.c (pic14_emitDebuggerSymbol),
5630         * src/pic/main.c,
5631         * src/pic16/gen.c (pic14_emitDebuggerSymbol),
5632         * src/pic16/main.c,
5633         * src/avr/gen.c (avr_emitDebuggerSymbol),
5634         * src/avr/main.c,
5635         * src/xa51/gen.c (xa51_emitDebuggerSymbol),
5636         * src/xa51/main.c,
5637         * src/SDCCdebug.c (emitDebuggerSymbol),
5638         * src/SDCCdebug.h,
5639         * src/port.h: added a debugger struct to the port struct. Added a
5640         callback for defining debugger symbols
5641
5642         * src/SDCCast.c (createLabel),
5643         * src/SDCC.y (labeled_statement): mark all compiler generated labels
5644         with isitmp = 1
5645         * src/SDCCicode.h,
5646         * src/SDCCicode.c (geniCodeFunctionBody): added a link from the FUNCTION
5647         iCode back to the ast for the function
5648
5649         * src/hc08/ralloc.c (hc08_assignRegisters),
5650         * src/hc08/ralloc.h: define a regs struct for the stack pointer. Removed
5651         unneeded fields from the regs struct.
5652         * src/hc08/gen.c (transferRegReg, genFunction, genEndFunction): use the
5653         pushReg() & pullReg() functions instead of emitcode()
5654
5655         * src/hc08/gen.c (genLabel, genhc08Code),
5656         * src/SDCCdebug.h: Added additional debugger hooks needed for DWARF
5657
5658         * src/cdbFile.c (cdbWriteLabel, cdbWriteScope): Added stubs for unneeded
5659         debugger hooks
5660
5661         * src/hc08/gen.c (genEndFunction, genhc08Code),
5662         * src/hc08/gen.h,
5663         * src/mcs51/gen.c (genEndFunction, gen51Code),
5664         * src/mcs51/gen.h,
5665         * src/ds390/gen.c (genEndFunction, gen390Code),
5666         * src/ds390/gen.h,
5667         * src/z80/gen.c (genEndFunction, genZ80Code),
5668         * src/z80/gen.h,
5669         * src/z80/z80.h,
5670         * src/pic/gen.c (genEndFunction, genpic14Code),
5671         * src/pic/gen.h,
5672         * src/pic16/gen.c (genEndFunction, genpic16Code),
5673         * src/pic16/gen.h,
5674         * src/avr/gen.c (genEndFunction, genAVRCode),
5675         * src/avr/gen.h,
5676         * src/xa51/gen.c (genEndFunction, genXA51Code),
5677         * src/xa51/gen.h,
5678         * src/cdbFile.c (cdbWriteFunction, cdbWriteEndFunction): moved cdb
5679         specific code to cdbFile.c and out of the backend code generators
5680
5681         * as/hc08/lkmain.c (main): removed OMF51 support from link-hc08
5682         * as/hc08/lkarea.c (lnkarea): areas with NOLOAD attribute default
5683         starting address is now 0
5684
5685         * as/hc08/asm.h,
5686         * as/hc08/m08pst.c,
5687         * as/hc08/asmain.c (asmbl): implemented the .sleb128 and .uleb128
5688         assembler directive for DWARF support
5689         * as/hc08/lkelf.c (elf): only increment address when rtflg[] set
5690
5691         * src/src.dsp,
5692         * src/Makefile.in,
5693         * src/SDCCdwarf2.c: preliminary DWARF (ver 2) debugger data generator
5694
5695 2004-05-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5696
5697         * src/hc08/gen.c (genJumpTab, emitcode, genhc08code): fixed stack error
5698         and inappropriate peephole optimization in jump tables
5699
5700 2004-04-30 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5701
5702         * as/hc08/m08pst.c,
5703         * src/SDCCglue.c: sdccopt works for the hc08 port now
5704
5705 2004-04-27 Bernhard Held <bernhard AT bernhardheld.de>
5706
5707         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): fixed bug #942130
5708
5709 2004-04-27 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5710
5711         * as/hc08/lkelf.c: sdccconf.h is not available in WIN32
5712
5713 2004-04-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5714
5715         * src/SDCCpeeph.c (replaceRule): support empty replacement peephole
5716         rules
5717         * src/SDCCmain.c,
5718         * src/SDCCglobl.h,
5719         * src/SDCCpeeph.c (getPeepLine): new option --no-peep-comments omits
5720         comments from the peephole optimizer replacement rules
5721         * src/SDCCmem.c (printAllocInfoSeg): give actual location of spilled
5722         symbols
5723         * src/SDCCcse.c (updateSpillLocation),
5724         * src/SDCCopt.c (killDeadCode, findReqv): better tracking of register
5725         equivalents
5726         * src/hc08/ralloc.c (regTypeNum): pseudo symbols must be in DATA only
5727         * src/hc08/main.c (_hc08_finaliseOptions): made pointers to stack
5728         objects far pointers
5729
5730 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5731
5732         * src/SDCCsymt.h: a missing part of my last change
5733         * src/pic/ralloc.c (regTypeNum),
5734         * src/pic16/ralloc.c (regTypeNum): fixed statement/declaration order
5735
5736 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5737
5738         * src/SDCCicode.h,
5739         * src/SDCCicode.c (aggrToPtrDclType),
5740         * src/SDCCptropt.h,
5741         * src/SDCCptropt.c (ptrBaseRematSym, ptrPseudoSymSafe,
5742         ptrPseudoSymConvert),
5743         * src/pic/ralloc.c (regTypeNum),
5744         * src/pic16/ralloc.c (regTypeNum),
5745         * src/hc08/ralloc.c (regTypeNum),
5746         * src/ds390/ralloc.c (regTypeNum),
5747         * src/mcs51/ralloc.c (regTypeNum): check for dependancy hazards before
5748         creating pseudo symbols (fixed bugs #777768, #930484, and #933966)
5749
5750 2004-04-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5751
5752         * link/z80/lkmain.c (afile),
5753         * as/hc08/lkmain.c (afile),
5754         * as/mcs51/lkmain.c (afile): fix suggested by Maarten Brock to
5755         prevent a pointer problem when a filename has no directory and
5756         no extension specified.
5757
5758 2004-04-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5759
5760         * link/z80/lkmain.c (afile): allow periods in directory names
5761         * link/z80/lkmain.c (afile),
5762         * as/mcs51/lkmain.c (afile),
5763         * as/hc08/lkmain.c (afile): allow linker script file to have an
5764         extension other than ".lnk"
5765         * link/z80/lklex.c (getfid),
5766         * link/z80/lkmain.c (parse),
5767         * as/mcs51/lklex.c (getfid),
5768         * as/mcs51/lkmain.c (parse),
5769         * as/hc08/lklex.c (getfid),
5770         * as/hc08/lkmain.c (parse): Support comments in the linker script
5771         file on lines by themselves and after filenames
5772
5773 2004-04-20 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5774
5775         * as/link_hc08.dsp: Added as/hc08/lkelf.c to project.
5776
5777 2004-04-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5778
5779         * src/z80/peeph-z80.def: removed some peephole rules that don't
5780         work with multibyte arithmetic (fixed bug #937126)
5781         * src/mcs51/peeph.def: fixed peephole rules 150-158 to apply only
5782         to registers and not global variables
5783         * src/SDCCicode.c (geniCodeAssign, ast2iCode, geniCodePostInc,
5784         geniCodePreInc, geniCodePostDec, geniCodePreDec,
5785         geniCodeLogicAndOr, geniCodeConditional): enforce strict lvalue
5786         checking for assignments not internally generated (fixed bug #931895)
5787         * src/SDCC.y (postfix_expr): ignore typedefs when looking for a
5788         structure member (fixed bug #930072)
5789
5790 2004-04-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5791
5792         * src/SDCCmain.c (linkEdit),
5793         * src/hc08/main.c (_hc08_parseOptions),
5794         * as/hc08/Makefile.in,
5795         * as/hc08/aslink.h,
5796         * as/hc08/asm.h,
5797         * as/hc08/m08pst.c,
5798         * as/hc08/lkrloc.c (relr, rele),
5799         * as/hc08/lkarea.c (lnkarea)
5800         * as/hc08/lkmain.c (afile, parse),
5801         * as/hc08/lkelf.c: support for ELF output
5802         * as/hc08/lks19.c (s19),
5803         * as/hc08/lkihx.c (ihx): ignore areas with the NOLOAD attribute
5804
5805 2004-04-17 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5806
5807         * as/mcs51/lkihx.c: Fixed bug #899105.
5808
5809 2004-04-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5810
5811         * doc/sdccman.lyx: Added instructons on how to convert MSVC .dsw and
5812         .dsp files from Unix to DOS.
5813
5814 2004-04-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5815
5816         * doc/sdccman.lyx: removed the ANSI-C noncompliance note regarding
5817         function pointers; we have been compliant for several months now.
5818         * src/mcs51/ralloc.c (serialRegAssign): enabled part of my 2004-04-13
5819         change that was accidently commented out
5820         * src/mcs51/gen.c (freeAsmop, getFreePtr, freeForBranchAsmop, genIfxJump,
5821         genCmpEq, jmpTrueOrFalse, genCmp, genAnd, genOr, genXor, genIfx): fixed
5822         bug #922319
5823
5824 2004-04-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5825
5826         * src/hc08/gen.c: output of all of the internal debugging information
5827         is now controlled by the D() macro; it is disabled by default
5828
5829 2004-04-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5830
5831         * src/mcs51/ralloc.c (serialRegAssign, fillGaps, allocThisReg): try
5832         harder to keep the same registers during a CAST iCode
5833         * src/SDCCopt.c (optimizeCastCast, eBBlockFromiCode): casts of char to
5834         long via int can be done in a single cast, if the signedness is
5835         correct.
5836         * support/regression/tests/bug-927659.c: fixed to avoid conflict with
5837         putchar() in tinibios.c in ds390's library
5838
5839 2004-04-12 Bernhard Held <bernhard AT bernhardheld.de>
5840
5841         * src/SDCCast.c (decorateType): fixed bug #898889,
5842         cast result of a literal complement too
5843         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #930931,
5844         fixed check for bitfields
5845
5846 2004-04-11 Bernhard Held <bernhard AT bernhardheld.de>
5847
5848         * src/SDCCicode.c (geniCodeLogic): made it static,
5849         (geniCodeLogicAndOr): added in order to fix bug #905492,
5850         (ast2iCode): fixed bug #905492
5851         * support/regression/tests/bug-905492.c: added
5852         * src/SDCCast.c (decorateType): don't decorate/process parms twice,
5853         (processParms): fixed bug #927659: don't copy parms, this will clear
5854         decorated flag
5855         * support/regression/tests/bug-927659.c: added
5856
5857 2004-03-29 Bernhard Held <bernhard AT bernhardheld.de>
5858
5859         * src/SDCCast.c (addCast): don't cast float to char
5860         * device/lib/libsdcc.lib: added _memmove
5861
5862 2004-03-28 Bernhard Held <bernhard AT bernhardheld.de>
5863
5864         * device/lib/large/Makefile: fixed parallel execution by
5865         replacing `make` by `$(MAKE)`
5866
5867 2004-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5868
5869         * src/hc08/gen.c (genPointerGetSetOfs): correctly handle 1 byte array
5870         offsets (fixes bug #923936)
5871
5872 2004-03-26 Bernhard Held <bernhard AT bernhardheld.de>
5873
5874         * device/lib/small/Makefile: fixed parallel execution by
5875         replacing `make` by `$(MAKE)`
5876
5877 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
5878
5879         * device/lib/vprintf.c (vsprintf): minor optimization, see bug #801101
5880
5881 2004-03-23  Scott Dattalo  <scott AT dattalo.com>
5882
5883         * src/pic/gen.c (genCpl): multi-byte complements were not working.
5884         * src/regression/Makefile: Regression test was not running.
5885
5886 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
5887
5888         * src/SDCCast.c (resultTypePropagate, decorateType): avoid promotion to int for
5889         complement if possible
5890         * src/SDCCval.c (valComplement),
5891         * src/SDCCicode.c (operandOperation): fixed complement of literal
5892         * support/regression/tests/onebyte.c (testComplement): added
5893
5894 2004-03-22 Bernhard Held <bernhard AT bernhardheld.de>
5895
5896         * src/SDCCast.c (processParms): fixed bug #920866; decorateType() can
5897         return an optimized tree; actually replace actParm with the new tree
5898         * src/SDCCast.h: added some parantheses to remove side effects
5899         * support/regression/tests/bug-920866.c
5900
5901 2004-03-21  Scott Dattalo  <scott AT dattalo.com>
5902         * src/pic/gen.c, src/pic/gen.h, src/pic/genarith.c, src/pic/pcode.c:
5903         Bit operands were not being handled properly in the pic14 port.
5904         (now src/regression/add.c passes again).
5905
5906 2004-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5907
5908         * src/SDCC.y (labeled_statement): case and default no longer require
5909         a following statement (RFE #893037)
5910
5911 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5912
5913         * src/mcs51/gen.c (pushSide, genSignedRightShift, genDjnz, geniPush):
5914         use MOVA macro to avoid "mov a,acc" when peephole optimizer is
5915         disabled (fixes bug #916294)
5916         * sim/ucsim/s51.src/mov.cc (inst_mov_a_addr): Throw an error on
5917         "mov a,acc"; patch provided by Lenny Story
5918         * device/include/mc68hc908gp32.h: header contibuted by Juan Gonzalez
5919
5920 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5921
5922         * src/mcs51/gen.c (genFunction): optimize RECEIVE in reentrant
5923         functions
5924         * src/ds390/gen.c (genFunction, genEndFunction),
5925         * src/ds390/ralloc.c (ds390_assignRegisters),
5926         * src/mcs51/gen.c (genFunction, genEndFunction, mcs51_assignRegisters):
5927         * src/mcs51/ralloc.c (mcs51_assignRegisters): Skip optimizing registers
5928         pushed if there are parameters passed on the stack. Also, a cleaner
5929         way to decide if r0/r1 should be pushed/popped. (Together they fix
5930         bug #918693)
5931
5932 2004-03-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5933
5934         * doc/sdccman.lyx,
5935         * device/lib/mcs51/crtpagesfr.asm,
5936         * device/lib/mcs51/crtxinit.asm,
5937         * device/lib/mcs51/crtxstack.asm: Changed name of _PAGESFR to _XPAGE
5938         to avoid confusion with Si Lab's SFRPAGE register.
5939
5940 2004-03-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5941
5942         * src/SDCCglue.c (emitMaps): allow public sfr variables
5943         * src/SDCCglue.c (initialComments): include compiler build date
5944         with compiler version and put the timestamp of the generated
5945         assembly file on a serperate line to be less confusing.
5946         * src/port.h: added genInitStartup hook
5947         * src/avr/main.c,
5948         * src/ds390/main.c,
5949         * src/hc08/main.c,
5950         * src/pic/main.c,
5951         * src/pic16/main.c,
5952         * src/xa51/main.c,
5953         * src/z80/main.c: genInitStartup initialize as NULL (default to
5954         historical behaviour)
5955         * src/SDCCglue.c (glue): _sdcc_gsinit_startup is now port specific.
5956         * src/mcs51/main.c: (_mcs51_genInitStartup, _mcs51_genExtraAreas,
5957         _mcs51_genXINIT, _mcs51_genRAMCLEAR): link initialization code from the
5958         library instead of hard coding it into the compiler.
5959         * support/regression/ports/mcs51-stack-auto/spec.mk,
5960         * src/SDCCmain.c (linkEdit): added mcs51.lib to the link libraries
5961         * device/lib/mcs51/Makefile,
5962         * device/lib/small/Makefile,
5963         * device/lib/large/Makefile,
5964         * device/lib/mcs51/crtpagesfr.asm,
5965         * device/lib/mcs51/crtstart.asm,
5966         * device/lib/mcs51/crtxclear.asm,
5967         * device/lib/mcs51/crtxinit.asm,
5968         * device/lib/mcs51/crtclear.asm,
5969         * device/lib/mcs51/crtxstack.asm: move most of the mcs51 C runtime
5970         startup/initialization out of src/SDCCglue.c and src/mcs51/main.c
5971         and into user configurable files.
5972         * device/lib/clean.mk: clean mcs51 directory too
5973         * support/regression/tests/longlit.c: added static to T1 declaration
5974         * doc/sdccman.lyx: documented _PAGESFR sfr for customizing pdata
5975         accesses in the initialization code
5976
5977 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5978
5979         * device/include/mc68hc908qy.h: corrected declarations of FLBPR and
5980         OSCTRIMVAL as noted in bug #916008
5981
5982 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5983
5984         * src/SDCCloop.c (basicInduction): fixed bug with loop induction
5985         in loops with multiple exits (reported as incorrect registers
5986         used by Martin Helmling in Sdcc-user list)
5987
5988 2004-03-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5989
5990         * src/ds390/main.c (_ds390_genAssemblerPreamble): cosmetic change,
5991         made ds390 register extensions look less like error messages
5992
5993 2004-03-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5994
5995         * src/SDCCglue.c (printIvalPtr): fixed bug with pointer initializer
5996         reported by Adam Wozniak in Sdcc-user list
5997
5998 2004-03-10 Bernhard Held <bernhard AT bernhardheld.de>
5999
6000         * src/SDCCast.c (decorateType): fixed with bug and promotion in
6001         arithmetic optimizations, added debug output
6002
6003 2004-03-09 Bernhard Held <bernhard AT bernhardheld.de>
6004
6005         * device/lib/time.c (mktime): fixed bug reported by Bert Thomas
6006         * sdcc.spec: updated and split sdcc into 3 rpms
6007         * src/SDCCast.c (decorateType): &|^ don't need addCast(); addCast() is
6008         needed for literals of LEFT_OP and '+'
6009         * src/SDCCicode.c (geniCodeLogic): I must have been braindead when I
6010         introduced RESULT_TYPE_NOPROM
6011         (geniCodeMultiply): fixed logic for decision if mul is optimized to
6012         left shift
6013         * src/SDCCsymt.c (computeType): op is int; added RESULT_TYPE_OTHER;
6014         limited promotion to int only for '*'
6015         * src/SDCCsymt.h (computeType): op is int, removed RESULT_TYPE_NOPROM
6016
6017 2004-03-09 Hans Dorn <hjdorn AT users.sourceforge.net>
6018
6019         * src/pic16/gen.c (genSkip),
6020         (genc16bit2lit), (gencjneshort): commented out
6021         (is_LitOp): new helper function, checks operand type
6022         (genCmpEq): rewritten
6023
6024 2004-03-08 Bernhard Held <bernhard AT bernhardheld.de>
6025
6026         * support/regression/tests/bug-908454.c: added
6027
6028 2004-03-07 Bernhard Held <bernhard AT bernhardheld.de>
6029
6030         * src/SDCCast.c (addCast): fixed bug #908454 by promoting bits to char
6031         * src/SDCCicode.c (usualBinaryConversions): op needs int type
6032         (geniCodeCast): cosmetic, don't preserve bit storage class
6033         (geniCodeLeftShift): added promotion
6034         (geniCodeLogic): fixed regression
6035         * src/SDCCsymt.c (computeTypeOr): accept bits too
6036         (compareType): 2nd part of fix for bug #908454, needed for bitfields
6037
6038 2004-03-07  Borut Razem <borut.razem AT siol.net>
6039
6040         * support/Util/findme.c: alloca() replaced with malloc()/free() pair
6041
6042 2004-03-06 Vangelis Rokas <vrokas AT otenet.gr>
6043
6044         * src/pic16/ralloc.c (pic16_genPackRegisters): reverted to old
6045         version of pic16_genPackRegisters which does not check if ic is a
6046         CAST operator,
6047         * src/pic16/gen.c (ifxForOp): disabled new and untested code in
6048         function cause string1.c regression test fails
6049
6050 2004-03-06 Bernhard Held <bernhard AT bernhardheld.de>
6051
6052         * sim/ucsim/configure.in,
6053         * sim/ucsim/configure,
6054         * sim/ucsim/doc/Makefile.in: use docdir
6055         * src/SDCC.y: fixed sbit atrributes
6056         * src/SDCCast.c (getResultTypeFromType): added support for bitfields
6057         * src/SDCCast.c (decorateType): |^& need special promotion handling
6058         * src/SDCCast.h,
6059         * src/SDCCsymt.h: moved definition of RESULT_TYPE
6060         * src/SDCCsymt.h (computeType),
6061         * src/SDCCicode.c: computeType() needs op
6062         * src/SDCCsymt.c (checkTypeSanity),
6063         * doc/sddman.lyx: "plain" bitfields are unsigned
6064         * src/SDCCsymt.c (computeTypeOr): added
6065         * src/SDCCsymt.c (computeType): added support for bitfields, fixed
6066         |^& ops
6067         * src/SDCCval.c (val*): computeType() needs op
6068         * src/SDCCval.c (valCastLiteral): fixed casting of bitfields
6069         * support/regression/tests/onebyte.c: added tests for |^&
6070
6071 2004-03-06 Hans Dorn <hjdorn AT users.sourceforge.net>
6072
6073         * src/pic16/gen.c: (genpic16Code) use copy of printILine's output
6074         for writing icode into asm output.
6075
6076 2004-03-05 Vangelis Rokas <vrokas AT otenet.gr>
6077
6078         * src/pic16/device.c: added some debug lines enabled
6079         with macro DEBUG_CHECK,
6080         * src/pic16/genarith.c: more debug in genPlus,
6081         * (pic16_genUMult8XLit_16, pic16_genUMult8X8_16): removed,
6082         * (pic16_genUMult16X16_16, pic16_genUMult16XLit_16): NEW,
6083         * src/pic16/gen.c: added prototypes for pic16_genMult16X16_16,
6084         * (aopForSym): onStack symbols are re-placed in data memspace,
6085         and onStack flag is cleared,
6086         * (pic16_popGetTempReg, pic16_popReleaseTempReg): modified to
6087         copy temporary pcodeop,
6088         * (genPcall): added warning for not updating PCLATU,
6089         * (genFunction): removed test with IFFUNC_CALLEESAVES, its
6090         always true for pic16 port,
6091         * (genMultOneWord): NEW, supports integer multiplication,
6092         * (genMult): modified to call genMultOneWord,
6093         * (ifxForOp): added warning when return NULL,
6094         * src/pic16/glue.c (pic16emitRegularMap): symbol implicit
6095         flag is set before call to operandFromSymbol for implicit
6096         added structures,
6097         * src/pic16/main.c (_pic16_finaliseOptions): options.float_rent,
6098         options.intlong_rent are set by default,
6099         * (_hasNativeMulFor): modified to allow port generation of integer
6100         multiplication,
6101         * src/pic16/ralloc.c (pic16_allocDirReg): commented out line which
6102         set regtype to REG_SFR for all registers, restricting seting the
6103         accessBank flag for registers 0<= r < 0x80 and 0xf80<=r<=0xfff,
6104
6105 2004-03-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6106
6107         * src/mcs51/peephole.def: added 251.b and 253.x. 253.x are applied
6108         more than 500 times in the regression tests
6109
6110 2004-03-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6111
6112         * support/Util/SDCCerr.h,
6113         * support/Util/SDCCerr.c,
6114         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
6115         enumerator_list),
6116         * src/SDCCsymt.c (addSymChain): show location of oriignal definition
6117         for symbol conflicts.
6118         * support/valdiags/tests/enum.c,
6119         * support/valdiags/tests/tentdecl.c,
6120         * support/valdiags/tests/struct.c: expect possible error messages
6121         referring to original symbol definitions.
6122         * src/SDCC.y (struct_or_union_specifier, struct_declarator),
6123         * src/SDCCsymt.h,
6124         * src/SDCCsymt.c (promoteAnonStructs): support anonymous struct/union
6125
6126 2004-03-03 Hans Dorn <hjdorn AT users.sourceforge.net>
6127
6128         * src/pic16/gen.c (gencjne): fixed for right=REG / left=LIT
6129
6130 2004-02-03 Vangelis Rokas <vrokas AT otenet.gr>
6131
6132         * src/pic16/ralloc.c (newReg): fixed bug #908929
6133
6134 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6135
6136         * src/ds390/gen.c: added missing #include "main.h"
6137
6138 2004-03-02 Vangelis Rokas <vrokas AT otenet.gr>
6139
6140         * src/pic16/device.c (checkAddSym): NEW, adds a symbol to set while
6141         checking if symbol is already in set,
6142         * src/pic16/device.h: prototype for checkAddSym,
6143         * src/pic16/gen.c: (_G): added entry interruptvector,
6144         * (assignResultValue): removed some commented out lines,
6145         * (genFunction): check for ISR via sym->type, absolute section for
6146         interrupt code is created via a new pBlock, the goto instruction is
6147         placed now correctly at the interrupt vector position, changed all
6148         references from ivec to _G.interruptvector,
6149         * WREG,STATUS,BSR are not saved in stack upon an entry to interrupt
6150         is the interrupt is a high priority one, same for return from ISR,
6151         * src/pic16/glue.c: changed all calls of addSetHead for publics and
6152         externs to calls of checkAddSym,
6153         * src/pic16/pcode.c (pic16_pBlockConvert2*): emit warning when
6154         pic16_pcode_verbose flag is set,
6155         * src/pic16/pcode.h: extern to pic16_pcode_verbose,
6156         * src/pic16/pcoderegs.c: message about how many registers are saved
6157         will only be emitted if pic16_pcode_verbose flag is set,
6158
6159 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6160
6161         * src/ds390/ralloc.h,
6162         * src/ds390/ralloc.c (ds390_regWithIdx),
6163         * src/ds390/gen.c (emitcode),
6164         * src/ds390/main.h,
6165         * src/ds390/main.c (instructionSize, ds390newAsmLineNode, updateOpRW,
6166         ds390opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
6167         ds390operandCompare, getRegsRead, getRegsWritten,
6168         initializeAsmLineNode): customized instruction size calculation for
6169         ds390, started basis for some register optimizations
6170         * src/ds390/gen.c (gen390Code, emitcode): associate iCodes with
6171         corresponding assembly output
6172         * src/ds390/gen.c (genFunction, genEndFunction): added case to handle
6173         missing push/pop of r0/r1. Optimized push/pops
6174
6175 2004-03-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6176
6177         * src/mcs51/main.c (instructionSize): fixed ACALL size
6178         * src/mcs51/main.c (updateOpRW): fixed bug with @dptr, @a+dptr operands
6179
6180 2004-03-01 Vangelis Rokas <vrokas AT otenet.gr>
6181
6182         * src/pic16/device.c (pic16_dump_section): fixed a bug that allowed
6183         the sorting of rlist with NULL elements
6184         * (print_idataType, print_idata): NEW to create idata sections
6185         * src/pic16/device.h: idataSymSet new variable
6186         * src/pic16/gen.c (genFunction): fixed some bugs in string
6187         comparing, improved the absolute section creation for ISRs,
6188         added FSR0L/FSR0H in registers that are saved in an ISR,
6189         * (genInline): fixed the processing of inline snippets,
6190         now they undergo no process by the peephole optimizer
6191         * src/pic16/glue.c (pic16emitRegularMap): symbols with initialiser
6192         are placed in idataSymSet,
6193         * (pic16emitStaticSeg): extern symbols are added in externs,
6194         * src/pic16/ralloc.c (pic16_allocDirReg): work around to reduce bank
6195         switching when aboslute variables are placed in access bank memory
6196         * (pic16_writeUsedRegs): added call to pic16_dump_idata,
6197         * (packRegsForSupport,packRegsForAccUse,packRegsForOneuse):
6198         commented out with #if,
6199         * (pic16_packRegisters): reintroduce the check for CAST because some
6200         symbols are not correctly handled,
6201         * src/pic16/pcode.h: changed the definition of pCodeAsmDir to hold a
6202         pCodeInstruction instead of pCode,
6203         * src/pic16/pcode.c (pic16_newpCodeAsmDir): modified for the new
6204         pCodeAsmDir definition,
6205         * (pic16_pCode2str, genericPrint): when an AsmDir pcode has a NULL
6206         directive, then the argument directive is emitted without the leading
6207         tab, hack for inline labels which must be in the first column,
6208         * (compareLabel,pic16_findNextInstruction),
6209         * (pic16_findPrevInstruction): added case for PO_ASMDIR,
6210         * (insertBankSwitch): modified for the new pCodeAsmDir,
6211
6212 2004-03-01 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
6213         patch applied by Vangelis Rokas <vrokas AT otenet.gr>
6214
6215         * src/pic16/gen.c (pic16_popGet): case PO_DIR, adds the offset to
6216         instance,
6217         * (pushSide): commented out with #if,
6218         * (assignResultValue): fixed some typos in saving
6219         registers,
6220         * (genPcall): FIXED and sync'ed with genCall,
6221         * (genDataPointerGet,genDataPointerSet): using offset not leoffset
6222         * (genNearPointerGet): fixed to handle some more cases,
6223         implementation scheme via table reads,
6224         * (genConstPointerGet): modified to access code memory correct,
6225         * (genCodePointerGet,genNearPointerSet,genGenPointerSet): modified
6226         and improved to handle some cases
6227         * glue.c (printIvalType,printIvalChar,emitStaticSeg): use "DB"
6228         instead of "RETLW" for init data
6229         * src/pic16/ralloc.c (pic16_allocDirReg): warning when a symbol is
6230         not IN_DIRSPACE, work around to reduce bank switching when aboslute
6231         variables are placed in access bank memory (<0x80 and >=0xf80),
6232         * src/pic16/pcode.c: added SFRs TBLPTR, TABLAT, added opcodes TBLRD,
6233         TBLRD_POSTINC,TBLRD_POSTDEC,TBLRD_PREINC,TBLWT,TBLWT_POSTINC,
6234         TBLWT_POSTDEC,TBLWT_PREINC
6235         * Fixed initialisation of BSR, set "alias" for SSAVE to "0"
6236         * (pic16_emitDB,pic16_flushDB): New functions to generate "DB"
6237         directives
6238         * (pic16_pCodeConstString): use "DB" instead of "RETLW"
6239         * src/pic16/pcode.h: added TBLRD*,TBLWT*, added pic16_emitDB,
6240         pic16_flushDB, made pic16_newpCodeAsmDir public, added TBLPTR, TABLAT
6241         * src/pic16/ralloc.h: added IDX_BSR,IDX_TBLPTR*,IDX_TABLAT
6242
6243 2004-02-29  Borut Razem <borut.razem AT siol.net>
6244
6245         * src/Makefile.in, src/SDCCutil.c, support/Util/findme.c,
6246         support/Util/findme.h, support/Util/system.h: enhance binary relative
6247         search for lib and include by using findProgramPath()
6248
6249 2004-02-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6250
6251         * src/SDCCpeeph.h,
6252         * src/SDCCpeeph.c (pcDistance),
6253         * src/port.h,
6254         * src/mcs51/ralloc.h,
6255         * src/mcs51/ralloc.c (mcs51_regWithIdx),
6256         * src/mcs51/main.h,
6257         * src/mcs51/main.c (instructionSize, asmLineNode, updateOpRW,
6258         mcs51opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
6259         mcs51operandCompare, getRegsRead, getRegsWritten): made instruction
6260         size calculation port specific, started basis for some register
6261         optimizations
6262         * src/mcs51/gen.c (genFunction, genEndFunction): added case to handle
6263         missing push/pop of r0/r1. Optimized push/pops
6264         * src/mcs51/ralloc.c (packregisters): fixed bug #727095
6265         * device/lib/_modsint.c (_modsint),
6266         * device/lib/_modslong.c (_modslong): fixed sign of result in non-asm
6267         and stack version so regression tests pass
6268
6269 2004-02-26 Bernhard Held <bernhard AT bernhardheld.de>
6270
6271         * src/Makefile.in (dep): include SLIBOBJS in dependency check
6272         * src/SDCCast.c (decorateType): catch another small optimization
6273         with '?' operator
6274         * src/SDCCsymt.c (computeType): added comments and cosmetic changes
6275         * src/SDCCval.c (valMult, valDiv, valMod, valPlus, valMinus, valShift):
6276         modified to finally use computeType() all over SDCC,
6277         see Feature Request #877103
6278         * src/SDCCval.h: cosmetic
6279         * src/SDCCicode.c (operandOperation): fixed EQ_OP bug, now same as in
6280         valCompare(); regression tested in muldiv.c
6281         * support/regression/tests/muldiv.c (testMod): mod sign follows
6282         dividend only
6283
6284 2004-02-23 Bernhard Held <bernhard AT bernhardheld.de>
6285
6286         * src/SDCCast.c (decorateType): fixed bug #902362
6287         * doc/INSTALL.txt: fixed install instructions for win32
6288
6289 2004-02-21 Bernhard Held <bernhard AT bernhardheld.de>
6290
6291         * device/include/Makefile.in (install): fixed by replacing spaces
6292         by tabs
6293         * doc/README.txt,
6294         * doc/INSTALL.txt: updated for release
6295         * doc/sdccman.lyx: added warning for --xstack being buggy
6296
6297 2004-02-20 Bernhard Held <bernhard AT bernhardheld.de>
6298
6299         * src/pic16/ralloc.c (packRegsForAccUse):  disabled functions with #if
6300         to eliminate build warnings.
6301         * src/pic16/gen.c (pic16_popGet): fixed for gcc 2.95.4
6302
6303 2004-02-20 Vangelis Rokas <vrokas AT otenet.gr>
6304            Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
6305
6306         * doc/sdccman.lyx: removed PIC16 from PIC16 Port Specific Options,
6307         removed -penable-stack, added comment for stack pragma, added
6308         warning for not initializing the stack/frame registers, removed
6309         comment at interrupts section
6310
6311         Stack is made permanent, there is no ability to disable stack usage.
6312         * src/pic16/device.h,
6313         * src/pic16/device.c: removed all references to USE_STACK macro,
6314         * src/pic16/device.c (pic16_dump_section): when no elements in
6315         rlist, free rlist before return,
6316         * (pic16_dump_int_registers): NEW, internal registers are a new set
6317         of general purpose registers reused by each function,
6318         * (checkAddReg): returns 1 if registers is added to set,
6319         * (pic16_groupRegistersInSection): when a registers is of type
6320         PO_GPR_TEMP add it in pic16_int_regs and not in pic16_rel_udata,
6321         * src/pic16/device.h: memRange and Assigned Memory are deleted,
6322         SRCASECMP macro is moved here from device.c
6323         * src/pic16/genarith.c (pic16_pCodeOpType): added cases for
6324         PO_PCLATU, PO_PRODL, PO_PRODH,
6325         * (pic16_pCodeOpType, genMinus,
6326         changed compares to "a" register, with AOP_ACC,
6327         * (pic16_genPlus): fixed some bugs and indented properly,
6328         * (pic16_addSign): changed size to size+offset in the MOVWF
6329         instruction,
6330         * (pic16_genUMult8XLit_8): NEW, uses processor MULLW instruction to
6331         multiply 8-bit operand by literal, result is 8-bit,
6332         * (pic16_genUMult8X8_8): NEW, uses processor MULWF instruction to
6333         multiply 2 8-bit operand, result is 8-bit,
6334         * (pic16_genMult8X8_8): modified to call genUMult8X*_8 functions and not
6335         genUMult8X*_16,
6336         * src/pic16/gen.c: changed accUse to contain WREG only,
6337         * (pic16_emitcomment): renamed to pic16_emitpcomment,
6338         * (aopForSym): allocated dir register when IN_DIRSPACE(space) is,
6339         true, do not use immediate addressing any more unless sym is a
6340         pointer in codespace,
6341         * (aopForRemat): do not use immediate addressing when symbol not in
6342         codespace and when symbol's address is requested,
6343         * (aopOp): for-loop in if(sym->accUse) is modified for the new
6344         accUse size (= 1),
6345         * (aopGet): added case for AOP_ACC and don't return "accumulator
6346         bug" but WREG instead,
6347         * (popGetTempReg): pushes contents of temporary register in stack,
6348         * (popReleaseTempReg): pops contents of temporary register from
6349         stack. Use popGetTempReg/popReleaseTempReg in aligned pairs,
6350         * (pic16_popGet): separated case AOP_ACC to return register WREG
6351         from processor registers, AOP_PCODE not checks if pcop is PO_DIR
6352         or PO_IMMEDIATE and initializes their instance/offset appropriately,
6353         * The whole issue with aopForSym,aopForRemat,popGet) is to minimize
6354         the use of immediate pointers to certain cases only.
6355
6356         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): use pic16_popGet2p,
6357         * (pic16_loadFromReturn, pic16_storeForReturn: NEW,
6358         * (assignResultValue, genCall, genRet): modified to use the new
6359         function return value scheme with WREG,PRODL,PRODH,FSR0L and FSR0,
6360         genPcall is still broken,
6361         * (genFunction): added code to create 'A' type pBlocks when
6362         interrupt functions are generated, code not extensively tested yet,
6363         ISRs push WREG,STATUS,BSR,PRODL,PRODH,FSR0L,FSR0H registers on stack,
6364         * (genEndFunction): modified so ISRs pop stored registers from stack,
6365         * (genMultOneByte): cleanup,
6366         * (AccRsh): added flag andmask, to and result with appropriate mask,
6367         * (genUnpackBits,genPackBits): fixed and can handle bit fields,
6368         * (genDataPointerGet): fixed and reenabled its use,
6369         * (genNearDataPointerGet): bugs fixed,
6370         * (genDataPointerSet): bugs fixed,
6371         * src/pic16/genutils.c: added functions pic16_DumpValue,pic16_DumpAop,
6372         pic16_DumpSymbol, pic16_DumpOp,
6373         * src/pic16/genutils.h: function prototypes for the above functions,
6374         * src/pic16/glue.c: new flags initsfpnt, to initialize stack/frame
6375         pointers,
6376         * (pic16emitRegularMap): many many many improvements, but needs a
6377         major cleanup,
6378         * src/pic16/main.c: enable_stack in pic16_options is removed,
6379         * (_pic16_parseOptions): removed command line options -penable-stack,
6380         * (_process_pragma): emit stack symbol only when stack pragma is
6381         processed,
6382         * src/pic16/pcode.c: pic16_pc_fsr0 is removed, all operations are
6383         redirected to FSR0L/FSR0H pair,
6384         * (pic16_get_op, pic16_get_op2): modifications and improvements,
6385         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
6386         cases PO_PRODL,PO_PRODH, pic16_getRegFromInstruction2 returns sane
6387         for immediates,
6388         * (insertBankSwitch): modified to handle cases like: (alfa + 1)
6389         * (dumpPicOptype): NEW,
6390         * src/pic16/pcode.h: added PO_PCLATU,PO_PRODL,PO_PRODH in enum,
6391         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed bug
6392         with movff instruction,
6393         * src/pic16/ralloc.c: renamed typeRegWithIdx to pic16_typeRegWithIdx,
6394         added pic16_int_regs, some packRegsFor* functions are commented out,
6395         because produce errors,
6396         * src/pic16/NOTES: minor modifications
6397
6398 2004-02-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6399
6400         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c, as/mcs51/lkmain.c,
6401         as/mcs51/lkmem.c, src/SDCCglob.h, src/SDCCmain.c: added options --stack-size and
6402         --pack-iram.
6403         * doc/sdccman.lyx: described options --stack-size and --pack-iram.
6404         * as/mcs51/lkaomf51.c: fixed bug #895763
6405
6406 2004-02-17 Bernhard Held <bernhard AT bernhardheld.de>
6407
6408         * device/include/c8051f320.h: added. Contributed by Maarten Brock.
6409
6410 2004-02-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6411
6412         * doc/sdccman.lyx: added details about the HC08 storage classes and
6413         interrupts, fixed the register usage info for z80 & gbz80
6414
6415 2004-02-17 Vangelis Rokas <vrokas AT otenet.gr>
6416
6417         * doc/sdccman.lyx: added more pic16 port documentation
6418         * device/include/pic16/: added header pic18fregs.h
6419
6420 2004-02-16 Bernhard Held <bernhard AT bernhardheld.de>
6421
6422         * doc/sdccman.lyx: added Vangelis' contribution
6423
6424 2004-02-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6425
6426         * src/SDCClrange.c (rlivePoint): live range of SEND operand should
6427         extend to the next CALL or PCALL, not just to the next CALL.
6428
6429 2004-02-16 Vangelis Rokas <vrokas AT otenet.gr>
6430
6431         * src/pic16/gen.c (genInline): fixed bug #896482 with inline assembly
6432
6433 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6434
6435         * src/mcs51/ralloc.c (packRegsForAssign, reassignAliasedSym): fixed
6436         bug #895752 and a better fix for bug #716790
6437
6438 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6439
6440         * src/SDCCsymt.c (processFuncArgs): fixed bug #896796
6441
6442 2004-02-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6443
6444         * doc/sdccman.lyx: minor changes, minor changed
6445
6446 2004-02-13 Bernhard Held <bernhard AT bernhardheld.de>
6447
6448         * src/SDCCicode.c (usualBinaryConversions): removed pic16 from ports
6449         which can't handle SDCC_NEWONEBYTEOPS,
6450         (geniCodeMultiply): removed conversion from mult to shift for pic14
6451         and pic16
6452
6453 2004-02-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6454
6455         * src/hc08/gen.h,
6456         * src/hc08/gen.c (storeRegToAop, aopOp, aopAdrStr, accopWithAop,
6457         rmwWithAop): Ported my 2003-10-02 fix for bug #663539 to the hc08,
6458         thus fixing bug #895406
6459
6460 2004-02-11 Bernhard Held <bernhard AT bernhardheld.de>
6461
6462         * device/lib/_modsint.c,
6463         * device/lib/_modslong.c: sign follows divisor only
6464         * src/hc08/gen.c (genMultOneByte): if result size is 1,
6465         signs or signedness can be ignored
6466         * src/SDCCast.c (addCast): cosmetic - added lineno to CAST
6467         * src/SDCCast.c (resultTypePropagate): added even more ops: +, - and *,
6468         added optimization for IFX,
6469         (decorateType): Mult/Div/ModOneByte ops can handle all kind of signed
6470         arguments;
6471         reenabled optimization for IFX, which was removed on 2004-01-11
6472         * src/SDCCast.h: added return type IFX
6473         * src/SDCCicode.c: Mult/Div/ModOneByte ops can handle all kind of signed
6474         arguments with 8 or 16 bit results; pic14 and pic16 ports use old
6475         promotion behaviour; env. var. SDCC_NEWONEBYTEOPS selects the new,
6476         SDCC_OLDONEBYTEOPS selects the old behaviour
6477         * src/SDCCsymt.c (computeType): type2 can be NULL (for LEFT_OP);
6478         changed again and commented promotion rule
6479         * src/SDCCval.c (valDiv): promotion no longer necessary
6480         * src/ds390/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte),
6481         * src/mcs51/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte):
6482         rewritten
6483         * support/regression/tests/onebyte.c: added
6484
6485 2004-02-11 Vangelis Rokas <vrokas AT otenet.gr>
6486
6487         * gen.c (genInline): reverted to old code for assemnling inline
6488         code because of bug reported James Chadd
6489
6490 2004-02-10 Vangelis Rokas <vrokas AT otenet.gr>
6491
6492         * ralloc.h: missing declarations from previous patch,
6493         seems that patch for ralloc.h was never applied, fixed
6494
6495 2004-02-10 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
6496            patch committed by Vangelis Rokas <vrokas AT otenet.gr>
6497
6498         * pcode.c,
6499         * pcode.h,
6500         * ralloc.h: added FSR0L, FSR0H and other missing PIC16 SFR's for
6501         indirect addressing. Marked FSR0 as deprecated
6502         * gen.c (pointerCode): commented out, not needed now
6503         (pic16_popGet2p): new MOVFF helper function
6504         (genGenPointerGet),
6505         (genGenPointerSet): reimplemented with MOVFF and POSTINC0
6506         (shiftRLong): removed duplicate debugging info
6507
6508 2004-02-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6509
6510         * src/ds390/gen.c (genNearPointerGet),
6511         * src/mcs51/gen.c (genNearPointerGet): allow the genDataPointerGet()
6512         optimization with bits, but not bitfields.
6513         * src/ds390/ralloc.c (packRegisters),
6514         * src/mcs51/ralloc.c (packRegisters): fixed bug #884453 & #880832
6515
6516 2004-02-09 Bernhard Held <bernhard AT bernhardheld.de>
6517
6518         * src/SDCCcse.c (algebraicOpts): copy operands before modification
6519
6520 2004-02-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6521
6522         * src/SDCCsymt.h,
6523         * src/SDCCicode.c (operandFromSymbol),
6524         * src/mcs51/ralloc.c (verifyRegsAssigned, serialRegAssign),
6525         * src/ds390/ralloc.c (verifyRegsAssigned, serialRegAssign),
6526         * src/z80/ralloc.c (verifyRegsAssigned, serialRegAssign),
6527         * src/hc08/ralloc.c (verifyRegsAssigned, serialRegAssign),
6528         * src/pic/ralloc.c (verifyRegsAssigned, serialRegAssign),
6529         * src/pic16/ralloc.c (verifyRegsAssigned, serialRegAssign): fixed
6530         bug #892038
6531         * src/SDCCast.c (createIvalStruct, createIvalArray, gatherAutoInit),
6532         * src/SDCCglue.c (emitRegularMap, printIvalStruct, printIvalArray,
6533         printIvalCharPtr, printIvalPtr, printIval, emitStaticSeg, emitOverlay)
6534         * src/SDCCsymt.c (newSymbol),
6535         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
6536         enumerator_list),
6537         * src/SDCCval.h,
6538         * src/SDCCval.c (newiList): fixed bug #885705
6539
6540 2004-02-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6541
6542         * doc/sdccman.lyx: added section 3.1.4: sdcclib.
6543         * as/mcs51/lkmem.c: report the size of the stack in .mem file.
6544
6545 2004-02-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6546
6547         * device/include/c8051f120.h,
6548         * device/include/c8051f300.h,
6549         * device/include/c8051f310.h: added/updated header files for Silicon
6550         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
6551         * doc/sdccman.lyx: minor changes, recommended diff -Naur and diff -u
6552         in new section Submitting patches
6553
6554 2004-02-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6555
6556         * src/mcs51/gen.c (genNearPointerGet, genPagedPointerGet,
6557         genFarPointerGet, genCodePointerGet, genGenPointerGet,
6558         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
6559         genGenPointerSet),
6560         * src/ds390/gen.c (genNearPointerGet, genPagedPointerGet,
6561         genFarPointerGet, genCodePointerGet, genGenPointerGet,
6562         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
6563         genGenPointerSet),
6564         * src/pic16/gen.c (genNearPointerGet, genPagedPointerGet,
6565         genFarPointerGet, genCodePointerGet, genGenPointerGet,
6566         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
6567         genGenPointerSet),
6568         * src/pic/gen.c (genNearPointerGet, genPagedPointerGet,
6569         genFarPointerGet, genCodePointerGet, genGenPointerGet,
6570         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
6571         genGenPointerSet): fixed bug #892400
6572         * src/pic16/gen.c (genSkipz, AccRol): disabled functions with #if 0
6573         to eliminate build warnings.
6574         * src/SDCCast.c (processParms),
6575         * src/SDCC.y (function_declarator2, declarator2_function_attributes):
6576         fixed bug 751859
6577         * support/valdiag/valdiag.py: added GCC to the list of defines active
6578         when compiling with gcc
6579
6580 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6581
6582         * support/Util/SDCCerr.h,
6583         * support/Util/SDCCerr.c,
6584         * src/SDCCast.c (decorateType, sizeofOp): complain when sizeof is used
6585         with an incomplete type (fixed bug #883734)
6586         * src/SDCCicode.c (geniCodeCast): fixed bug #890510
6587
6588 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6589
6590         * src/pic16/gen.c (genCmpEq, shiftRLong): fixed declarations
6591
6592 2004-02-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6593
6594         * src/SDCCast.c (decorateType),
6595         * src/SDCCicode.c (geniCodeParms, geniCodeCall): fixed bugs in my ANSI
6596         function pointer implementation
6597         * support/regression/tests/funptrs.c: added tests to verify both forms
6598         of function pointers work correctly. Added tests to verify parameters
6599         are passed in the correct order.
6600
6601 2004-02-06  Vangelis Rokas <vrokas AT otenet.gr>
6602
6603         * device.c (regCompare): registers are sorted by ascending
6604         address and increasing size,
6605         * main.c (_pic16_finaliseOptions): removed the declaration
6606         of compiler macro MCU. Now a macro of the format pic18fxxxx
6607         will be defined from the command line
6608
6609 2004-02-06  Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
6610             patch committed by Vangelis Rokas <vrokas AT otenet.gr>
6611
6612         * pcode.c (pic16initMnemonics): fixed typo in assignment to PCOP_RLNCF
6613         PCOP_RLCF was overwritten!
6614         * gen.c (genSkip): commented out calls to pic16_emitcode,
6615         * (genCmpEQ): fixed "long" compares, only high word did get compared,
6616         * (genlshTwo),
6617         * (genRRC): added debugging info,
6618         * (shiftL2Left2Result): Fixed bug, if offr > offl. Result got
6619         overwritten while shifting,
6620         * (shiftR2Left2Result): Fixed bug, if offr < offl. Result got
6621         overwritten while shifting,
6622         * (AccLsh),
6623         * (AccRsh),
6624         * (shiftLLeftOrResult),
6625         * (shiftRLeftOrResult),
6626         * (shiftRLong),
6627         * (shiftLLong): Implemented with pic16_emitpcode
6628         * (genlshFour): Replaced pic16_aopPut with pic16_emitpcode,
6629         * (genLeftShift): Fixed bug, operand for shift by variable always
6630         was "and"ed with 0x0f,
6631         * (genLeftShiftLiteral),
6632         * (genrshTwo),
6633         * (genRightShiftLiteral): added debugging info,
6634         * (genrshFour): added comment,
6635         * (genRightShift): determined signedness from operand "left"
6636         instead of "result"
6637
6638 2004-02-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6639
6640         * src/SDCCicode.c (geniCodeParms),
6641         * src/SDCCast.c (decorateType, processParms): support for ANSI-style
6642         function pointers, fixed function pointer bugs #861242 and #861896
6643
6644 2004-01-31 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6645
6646         * device/include/c8051f000.h,
6647         * device/include/c8051f120.h,
6648         * device/include/c8051f300.h: added header files for Silicon
6649         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
6650
6651 2004-01-31 Bernhard Held <bernhard AT bernhardheld.de>
6652
6653         * src/SDCCast.c (processParams): added new type flow and restructured
6654         (gatherAutoInit): added new type flow
6655         (addCast): cosmetic changes
6656         (getLeftResultType): added new type flow for array indices, patch
6657         provided by Stas, see FR #877103
6658         (decorateType): SDCC_NEWTYPEFLOW removed, new type flow is now standard;
6659         array index patch by Stas
6660         * src/SDCCast.h: added prototype getResultTypeFromType()
6661         * src/SDCCval.h,
6662         * src/SDCCval.c (resolveIvalSym) (resolveIvalSym),
6663         * src/pic/glue.c (pic14emitStaticSeg),
6664         * src/pic16/glue.c (pic16emitStaticSeg),
6665         * src/SDCCglue.c (emitRegularMap) (emitStaticSeg): added new type flow
6666         for initialization of symbols
6667         * src/SDCCicode.c (geniCodeArray): removed warning W_ARRAY_BOUND
6668         * support/Util/SDCCerr.h:
6669         * support/Util/SDCCerr.c: replaced W_ARRAY_BOUND by W_IDX_OUT_OF_BOUNDS
6670         * .version: bumped version number to 2.3.8
6671         * device/include/Makefile.in (install),
6672         * doc/Makefile (install): changed to 'rm `find ...`' construct to
6673         avoid warnings
6674
6675 2004-01-30 Bernhard Held <bernhard AT bernhardheld.de>
6676
6677         * support/regression/tests/libmullong.c: fixed for 64 bit hosts
6678         Slade Rich fixed an optimization bug
6679         * src/pic/pcodepeep.c,
6680         * src/pic/pcoderegs.c
6681         * doc/Makefile (install): added test for directory
6682
6683 2004-01-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6684
6685         * src/mcs51/ralloc.c (getRegPtr, getRegGpr),
6686         * src/ds390/ralloc.c (getRegPtr, getRegGpr),
6687         * src/pic/ralloc.c (getRegPtr, getRegGpr),
6688         * src/pic16/ralloc.c (getRegPtr, getRegGpr),
6689         * src/z80/ralloc.c (getRegGpr): fixed bug #883361
6690         * as/mcs51/asexpr.c (term),
6691         * as/hc08/asexpr.c (term): fixed bug #887146
6692
6693 2004-01-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6694
6695         * src/z80/gen.c (genMult): handle single byte result product
6696         * src/SDCCopt.c (killDeadCode): never convert ADDRESS_OF iCode to
6697         DUMMY_READ_VOLATILE (fixed bug #886367)
6698
6699 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
6700
6701         * support/regression/tests/libmullong.c: fixed logic, on little endian
6702         hosts we ended without a mullong_wrapper()
6703
6704 2004-01-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6705
6706         * ChangeLog: changed "@" to " AT " in hopes of reducing spam and
6707         virus/worm forged address usage.
6708
6709 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
6710
6711         Fixed promotion, it should be done on AST level:
6712         * src/SDCCast.c (addCast): added promotion to int
6713         (decorateType): updated call to upCast()
6714         * src/SDCCicode.c (geniCodeLeftShift): removed call to
6715         usualUnaryConversions()
6716
6717 2004-01-26  Michael Hope  <michaelh AT juju.net.nz>
6718
6719         * support/regression/tests/literalop.c (mulWrapper): Added a
6720         wrapper to remove integer overflow warnings.
6721
6722         * support/regression/tests/float_trans.c: Made work on host.
6723
6724         * support/regression/ports/ucz80/spec.mk (UCZ80): Made detect the
6725         location of sz80.
6726
6727         * support/regression/generate-cases.py (main): Changed from inline
6728         to a main method.
6729
6730         * doc/Makefile (install): Changed to depth first to get rid of
6731         missing directory install warning.
6732
6733         * as/Makefile (install-doc): Made work on Mac.
6734
6735 2004-01-25 Bernhard Held <bernhard AT bernhardheld.de>
6736
6737         * src/SDCCast.c: added an additional type flow in decorateType() of
6738         opposite direction, see feature request #860006; it's enabled at runtime
6739         by setting the environment variable SDCC_NEWTYPEFLOW
6740         * src/SDCCast.h: changed prototype of decorateType()
6741         * src/SDCCglue.c (emitRegularMap): updated call of decorateType()
6742         * src/SDCCicode.c (geniCodeDivision) (geniCodeModulus): promotion from
6743         'char' to 'int' can be omitted, if both operands are 'unsigned char';
6744         see feature request #877103
6745         * src/SDCCval.c: updated call of decorateType()
6746         (valBitwise): fixed bug #882876
6747         (valMinus): added promotion
6748         (valLogicAndOr): result is unsigned
6749         (cheapestVal) (constVal): literals from 0...255 are 'unsigned char' now
6750         * src/SDCCsymt.c (computeType),
6751         * src/mcs51/gen.c (genCmpGt) (genCmpLt): literal 'unsigned char'
6752         must not cause an unsigned operation
6753         * src/pic/glue (pic14emitRegularMap),
6754         * src/pic16/glue.c (pic16emitRegularMap): updated call of decorateType()
6755
6756 2004-01-23 Bernhard Held <bernhard AT bernhardheld.de>
6757
6758         * src/pic/pcode.c (PCodeID): commented out left over debug code
6759
6760 2004-01-20 Bernhard Held <bernhard AT bernhardheld.de>
6761
6762         * support/valdiag/tests/overflow.c: added shift tests
6763         * src/pic/device.c,
6764         * src/pic/gen.c,
6765         * src/pic/gen.h,
6766         * src/pic/glue.c,
6767         * src/pic/main.c,
6768         * src/pic/pcode.c,
6769         * src/pic/pcode.h,
6770         * src/pic/pcodepeep.c,
6771         * src/pic/pcoderegs.c,
6772         * src/pic/ralloc.c,
6773         * src/pic/ralloc.h: applied patch from Slade Rich;
6774         added support for multiple code pages and multiple RAM banks on the
6775         PIC 14 port. The ASM files now no longer simply assume all the
6776         code / RAM are in the same page / bank. This means the linker can
6777         safely allocate code/RAM of separate ASM files to different pages/banks.
6778         * doc/sdccman.lyx: added Slade's tips
6779         * src/mcs51/peeph.def: fixed bug #880768
6780
6781 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6782
6783         * src/hc08/ralloc.c (rematStr): fixed bug #879282
6784         * src/SDCCast.c (decorateType): fixed bug #880197
6785
6786 2004-01-20  Michael Hope  <michaelh AT juju.net.nz>
6787
6788         * sim/ucsim/gui.src/serio.src/main.cc: Fixed unconditional use of
6789         getopt.h.
6790
6791         * debugger/mcs51/cmd.c (getValBasic): Changed strtof to strtod as
6792         strtof is not part of C89 and isn't included with Mac OS X.
6793
6794 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6795
6796         * src/hc08/gen.c (genPlusIncr, genUminus, genMinusDec, genCmp,
6797         shiftL2Left2Result): fixed bug #879326
6798         (genAnd, genOr, genXor): fixed bug when result was of type AOP_CRY
6799         (genMultOneByte): fixed bug in signed vs unsigned multiplication
6800         * sim/ucsim/hc08.src/inst.cc (inst_clr): added missing effective
6801         address fetch for clr instruction
6802         * device/lib/hc08/_mulint.c: created optimized assembly version
6803         * src/SDCCdflow.c (computeDataFlow): fixed bug #878209
6804
6805 2004-01-19 Bernhard Held <bernhard AT bernhardheld.de>
6806
6807         * src/SDCCicode.c (geniCodeArray): applied patch from Stas Sergeev
6808         proposed in FR #877103
6809
6810 2004-01-18 Bernhard Held <bernhard AT bernhardheld.de>
6811
6812         * src/SDCCval.c (cheapestVal): added missing checks
6813         * src/SDCCicode.c (usualBinaryConversions): fixed condition
6814         * src/SDCCicode.c (geniCodeAdd): fixed part of bug #877103
6815
6816 2004-01-16 Klaus Flittner <klaus_flittner AT gmx.de>
6817
6818         * src/ds390/gen.c (aopOp3): fixed the assignment of different dptrs to
6819         equal operands
6820
6821 2004-01-16 Vangelis Rokas <vrokas AT otenet.gr>
6822
6823         * src/SDCCmain.c (linkEdit): variable $3 of the linker command is
6824         loaded with the linker search paths (-L arguments) and the libraries
6825         to be linked with the current source (-l arguments). Changes
6826         currently will affect only the pic16 port.
6827         * src/pic16/main.c (_pic16_finaliseOptions): add to the linker
6828         include path the port specific paths and port specific libraries,
6829         * gplink command now contains the $3 argument,
6830         * src/pic16/device.h,
6831         * src/pic16/device.c,: structure PIC_device is made public and
6832         renamed to PIC16_device, the same for variable Pics which is renamed
6833         to Pics16. Updated all references to them.
6834         * src/pic16/glue.c (pic16glue): corrected bug with code
6835         initialization which bypassed the variable initializations block.
6836
6837         * device/lib/pic16/Makefile.rules: removed --penable-stack from
6838         COMPILE_FLAGS and added the --nostdinc option
6839
6840 2004-01-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6841
6842         * device/include/mc68hc908jb8.h: Register defs for another member
6843         of the hc08 family. Contributed by Bjorn Bringert - thanks!
6844
6845 2004-01-14 Vangelis Rokas <vrokas AT otenet.gr>
6846
6847         Documenting changes from previous commits.
6848         * configure.in (version 1.56),
6849         * configure: initially I've added AC_CONFIG_SUBDIRS(device/lib/pic16)
6850         when generating output files to configure the pic16 library,
6851         but now I've commented it out, since gputils aren't installed in the
6852         SF compile farm, so library won't compile
6853
6854         * device/lib/Makefile.in (version 1.56): initially I've added in
6855         target 'all' the prerequestive 'model-pic16' so it compiled the
6856         pic16 library, but now I've commented it out for the same reasons
6857         above,
6858         * added targets 'model-pic16' and 'objects-pic16' to compile the
6859         library
6860         * added target 'port-specific-objects-pic16' to handle the
6861         generated libraries and copy them into the build/ directory
6862         * added target 'clean-intermediate-pic16' to clean intermediate
6863         files into pic16 directory
6864         * in target 'installdirs' added line to create directory pic16 in
6865         the installation path
6866
6867         * device/include/Makefile.in (version 1.11): in target 'install'
6868         added lines to copy all header files to installation path,
6869         * in target 'installdirs' added line create directory for pic16
6870         headers in the installation path
6871
6872 2004-01-13 Klaus Flittner <klaus_flittner AT gmx.de>
6873
6874         * src/ds390/gen.c (genCall): fixed a double use of acc and b after
6875          a function call
6876
6877 2004-01-13 Bernhard Held <bernhard AT bernhardheld.de>
6878
6879         * configure,
6880         * device/lib/configure.in,
6881         * device/lib/configure: fixed for autoconf 2.57
6882
6883 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6884
6885         * src/z80/main.c (_parseOptions): fixed the portmode= command line
6886         option so that it actually works. Made it specific to the z80, since
6887         the gbz80 doesn't have these kinds of I/O ports.
6888
6889 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6890
6891         * device/include/z180.h,
6892         * device/lib/_memcpy.c,
6893         * device/lib/_memmove.c,
6894         * device/lib/_mulint.c,
6895         * device/lib/ser_ir.c,
6896         * device/lib/ser_ir_cts_rts.c,
6897         * device/lib/_strcmp.c,
6898         * device/lib/_strtok.c: fixed pragmas to non-deprecated form
6899         * src/z80/main.c (_process_pragma): add support for pragmas bank and
6900         portmode; added deprecation warning for bank= and protmode= forms.
6901         Also, guard against buffer overflow.
6902         * src/z80/gen.c (aopGet): generate better code for sfr banked read
6903
6904 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6905
6906         * src/hc08/main.c (_hc08_genAssemblerPreamble): fixed bug #875487. Also
6907         changed interrupt vector table generation to only emit declared vectors.
6908         * device/include/Makefile.in: added missing backslash
6909         * device/lib/pic16/Makefile.rules: add $(MODELFLAGS) to $(CFLAGS)
6910
6911 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
6912
6913         Mainly changes to support compilation of the device libraries
6914         * src/pic16/device.c: stack is allocated via symbol and not
6915         via literal number. The symbol is placed in the corresponding
6916         position of the data ram
6917         * (pic16_dump_section): relocatable and absolute uninitialized
6918         data are now emitted in sorted order to reduce section naming,
6919         * src/pic16/ralloc.c (newReg): fixed bug with SFR's that
6920         weren't marked as being in the access bank,
6921
6922 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
6923
6924         Added portion of GNU PIC Library under the directory
6925         device/include/pic16 and device/lib/pic16. These files
6926         contain the declarations of SFRs for the PIC18Fxx2 devices.
6927         The directory is initialized via configure from toplevel.
6928
6929 2004-01-12 Klaus Flittner <klaus_flittner AT gmx.de>
6930
6931         * src/ds390/gen.c (operandsEqu): fixed a little typo, that prevented
6932         the spilllocations to be compared correctly
6933
6934 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
6935
6936         * src/SDCCast.c (decorateType): fixed bug introduced today
6937
6938 2004-01-12  Borut Razem <borut.razem AT siol.net>
6939
6940         * src/SDCC.lex, support/Util/SDCCerr.h, support/Util/SDCCerr.c,
6941         doc/sdccman.lyx: upper case pragmas are deprecated
6942
6943 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
6944
6945         * src/SDCCast.c (decorateType): replacing 'ul > 0' by  '!ul' results
6946         in simpler and even better code
6947
6948 2004-01-11 Bernhard Held <bernhard AT bernhardheld.de>
6949
6950         * src/SDCCicode.c (operandOperation): fixed bug #874819
6951         * src/SDCCast.c (decorateType): fixed
6952         char foo (unsigned long ul) { return ul > 0; }
6953
6954 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6955
6956         * doc/sdccman.lyx: Moved and added some sections, small changes
6957         all over. Telling LaTeX to be less strict with word spacing
6958         to better keep the right margin. Changed some notes about
6959         maintainance of the ports in section 3.2.1 - is it OK like this?
6960
6961 2004-01-11 Vangelis Rokas <vrokas AT otenet.gr>
6962
6963         SDCC source changes:
6964         * src/SDCCopt.c (cntToFcall, cnvToFloatCast, cnvFromFloatCast,
6965         convilong): modified to inform the pic16 port that builtin functions
6966         are external
6967
6968         PIC16 PORT specific changes:
6969         * src/pic16/device.c pic16_dump_equates() added,
6970         processor registers declared internally by the port are emitted in
6971         the translation as equates,
6972         * src/pic16/gen.c: inline code is passed unprocessed to the
6973         translation,
6974         * (pic16_popGetLit2): fnuction modified to take second operand as
6975         pCodeOp pointer and not as literal,
6976         * (popRegFromIdx): prefixed with pic16_,
6977         * (pic16_popCombine2): modified to receive already allocated pCode
6978         operands,
6979         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): added
6980         * (genFunction): initializes local stack frame and pushes on stack
6981         all the registers used by this function,
6982         * (genEndFunction): restores all registers from stack and restores
6983         stack frame,
6984         * src/pic16/glue.c (pic16emitRegularMap): various changes and
6985         improvements,
6986         * (pic16glue): changed the program startup sequence,
6987         * added new dbName code 'A' for functions placed in absolute section
6988         * src/pic16/main.c: added function attribute _naked,
6989         * added pragma 'code' to place a fnuction at an absolute address,
6990         * added command line arguments --debug-ralloc and --pcode-verbose,
6991         * (_pic16_finiliseOptions): options.all_callee_saves is set by default
6992         * src/pic16/pcode.c (pic16_pBlockConvert2Absolute) added,
6993         * (pic16_newpCodeOpLit2): modified to take the second operand as
6994         pCodeOp pointer,
6995         * (pic16_printpBlock): modified to emit each function in a separate
6996         section,
6997         * (pic16_get_op): modified to use the gpasm modifiers LOW,HIGH and
6998         UPPER for immediate operands,
6999         * src/pic16/pcodepeeph.c: added peephole support for the LFSR
7000         instruction,
7001         * src/pic16/peeph.def: all peepholes with movff are commented out,
7002         because there is a problem in the pcode peep optimizer,
7003         * src/pic16/ralloc.c: the register allocator can now reuse local
7004         function symbols for another function. This saves register usage.
7005         * src/pic16/ralloc.h: added flag isLocal in structure regs,
7006
7007         Added file src/pic16/NOTES with information about program writing on
7008         the current port version.
7009
7010 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7011
7012         * src/mcs51/peephole.def: added peepholes 177.c,d (redundant moves)
7013         and peephole 252 (array access)
7014
7015 2004-01-09  Borut Razem <borut.razem AT siol.net>
7016
7017         * src/SDCCmain.c : fixed #872250: -l command line defined library
7018           files are scanned before standard library files
7019
7020 2004-01-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7021
7022         * src/SDCCast.c (decorateType): fixed bug #874046
7023
7024 2004-01-09  Borut Razem <borut.razem AT siol.net>
7025
7026         * support/scripts/sdcc.nsi: remove previous installation
7027
7028 2004-01-09 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7029
7030         * src/SDCCglue.c (createInterruptVect): don't append 7(5) padding
7031         bytes for last interrupt vector (mcs51)
7032         * sdcc.spec: fixed typo
7033
7034 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7035
7036         * src/mcs51/gen.c (genFunction, genEndFunction, genReceive, getTempRegs,
7037         gen51Code): more efficient parameter receive for --model-large
7038         ("bug" #845294)
7039
7040 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7041
7042         * src/ds390/main.c,
7043         * src/z80/main.c: added missed needLinkerScript flags (more than
7044         one port structure defined in these file)
7045         * src/ds390/gen.c (aopForSym, aopOp, operandsEqu, aopOp3): fixed
7046         bug #795325
7047
7048 2004-01-08 Vangelis Rokas <vrokas AT otenet.gr>
7049
7050         * src/SDCCmain.c: removed various references to DEFAULT_PORT
7051         * src/port.h: added flag needLinkerScript in port->linker
7052         structure to inform whether to create a .lnk file or not,
7053         * src/avr/main.c,
7054         * src/ds390/main.c,
7055         * src/hc08/main.c,
7056         * src/mcs51/main.c,
7057         * src/pic/main.c,
7058         * src/pic16/main.c,
7059         * src/xa51/main.c,
7060         * src/z80/main.c: changed appropriately to configure
7061         needLinkerScript flag
7062         * src/pic/gen.c,
7063         * src/pic16/gen.c (genAddrOf): fixed bug #863624
7064         * src/pic/glue.c: added variable udata_section_name to
7065         override default uninitialized data segment definition for
7066         devices only with SHAREBANK memory (reported from Erik Epetrich)
7067         * (pic14emitOverlay): modified to emit a commented overlay segment
7068         directive when no overlay data exist
7069         * (picglue): modified to emit uninitialized data segment
7070         according to udata_section_name
7071         * src/pic/main.c (_pic14_parseOptions): added command line
7072         options --udata-section-name=[name] to override default
7073         udata definition name
7074         * modified _linkCmd and _asmCmd to include compiler passed
7075         arguments via -W option
7076         * src/pic16/main.c: added $l in _asmCmd, changed extension for
7077         object file from '.rel' to '.o' in port->linker structure,
7078         changed size of fptr from 2 to 3 in port structure
7079
7080 2004-01-07  Borut Razem <borut.razem AT siol.net>
7081
7082         * support/scripts/sdcc.nsi: update PATH
7083         * support/scripts/sdcc.ico: craeted
7084
7085 2004-01-07 Bernhard Held <bernhard AT bernhardheld.de>
7086
7087         * device/include/Makefile.in: fix install
7088         * doc/Makefile: fix install
7089
7090 2004-01-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7091
7092         * src/SDCCsymt.c (processFuncArgs): fixed superflous allocation noted
7093         in bug #860505
7094         * src/SDCCmem.c (printAllocInfoSeg, printAllocInfo): minor changes to
7095         how the function variable allocation summary is displayed; also
7096         include information about variables allocated to the overlay
7097         segment
7098
7099 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7100
7101         * as/mcs51/lkmain.c: Help about -Y option
7102         * as/mcs51/lkarea.c: Fixed gcc warnings
7103
7104 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
7105
7106         * src/SDCCval.c (valShift): changed from 16 to 32 bit shift count,
7107         fixed warning
7108         * support/valdiag/tests/overflow.c: added
7109         * src/SDCCast.c (decorateType),
7110         * src/SDCCicode.c (geniCodeLeftShift): added promotion to int for
7111         LEFT_OP (left shift)
7112
7113 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7114
7115         * as/mcs51/lkmain.c: stack must be after data when option -Y is not used
7116         (default behaviour).
7117
7118 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7119
7120         A python script to validate compiler diagnostic messages. It can be
7121         used to verify that sdcc complains about bad c source code and
7122         gives a good location of the error.
7123         * support/valdiag/Makefile,
7124         * support/valdiag/valdiag.py,
7125         * support/valdiag/tests/*
7126
7127 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7128
7129         * src/SDCC.y (enum_specifier, enumerator_list, opt_assign_expr),
7130         * src/SDCCsymt.c (newEnumType),
7131         * src/SDCCsymt.h
7132         * support/Util/SDCCerr.c,
7133         * support/Util/SDCCerr.h: fixed bug #871258 and some other unreported
7134         enum related bugs.
7135         * support/regression/tests/enum.c: added test for enum values that
7136         require at least 2 bytes of storage.
7137
7138 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
7139
7140         * src/common.h: added ifndef/define/endif macros
7141         around the header file.
7142         Bug reported from Jesus Calvino-Fraga
7143
7144 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
7145
7146         * sdcc.spec: updated
7147         * device/include/Makefile.in: don't install CVS directories
7148         * device/lib/Makefile.in: added removal of CVS directories after install
7149         * doc/Makefile: fixed install, added local_icons
7150         * sim/ucsim/gui.src/Makefile.in: fixed an old typo
7151         * src/mcs51/gen.c (genRightShift): fixed bug #870788
7152         * src/ds390/gen.c (genRightShift): fixed bug #870788
7153         * src/SDCCast.c (decorateType): fixed bug #870781
7154
7155 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
7156
7157         PIC16 port related changes:
7158         * device.c: removed pic16_finalMapping and pic16_finalMappingSize,
7159         added variable stackPos,
7160
7161         * gen.c: genCall, assignResultValue: added support for
7162         pushing/retrieving function parameters to/from stack,
7163         genFunction,genEndFunction: setup stack frame for the
7164         generated function,
7165         genAddrOf: will be changed according to bug 863624
7166
7167         * added files genutils.c and genutils.h which contain gen*
7168         debugged and optimised functions extracted from gen.c
7169
7170         * glue.c: added variable 'externs' which holds extern symbols,
7171         pic16emitRegularMap: is modified to properly handle relocatable
7172          symbols under the new scheme,
7173         pic16createInterruptVect: is modified
7174         pic16printPublics: is modified to emit 'global' assembler directives,
7175         added pic16_printExterns to print extern symbols,
7176         pic16glue: initializes stack/frame pointer in the beginning of
7177         the assembly output. Temporary hack, will be corrected later,
7178         because gplink yet does not support stack and SDCC does not
7179         yet support a type of crt0.o object to create the final binary.
7180
7181         * Removed many lines that contain 8051 legacy code.
7182         * The code is finally placed under a 'code' directive.
7183         * Added port specific options.
7184
7185         * _process_pragma: simplified since now we do not need *special*
7186         include file to define SFR registers. But a separate header
7187         will be needed. This will be developed later.
7188         * _pic16_parseOptions: added, parses port specific options:
7189         --pgen-banksel, --obanksel=, --pomit-config-words, --pomit-ivt,
7190         --pleave-reset-vector, --penable-stack, --pstack-model, --debug-xtra
7191         --preplace-udata-with=
7192
7193         * _pic16_setDefaultOptions: modified to initialize section names,
7194         but hack is temporarly out of order since it needs improvement.
7195         * _pic16_genAssemblerPreamble: configuration words are emitted by
7196         their address instead of their name. This part is incomplete and
7197         supports only the 18Fxx2 devices. Other devices will emit an error
7198         during assembly since they do not contain the same set of config
7199         registers
7200         * _pic16_genIVT: is modified,
7201
7202         * pcode.c: added definitions for some hardware registers that are needed
7203         for stack support
7204         * added flag is2LitOp and variable pci_magic in pCodeInstruction.
7205         All PCI entries are updated. Now LFSR is supported.
7206         * Removed pic16_pciTRIS is mentioned by mdubuc in source
7207         * added pic16_newpCodeOpLit2 to support instructions with
7208         two literal arguments
7209         * pic16_pCode2str: corrected code that emits assembler instructions
7210         with two literal operands and those that have an access bit modifier
7211         * genericPrint: now PC_ASMDIR pCodes, can emit a label if it exists,
7212         this fixes a bug which caused some labels to be lost, when an
7213         assembler directive was added, i.e. banksel,
7214         * pic16_FixRegisterBanking: improved logic that causes the insertion
7215         of bank switching,
7216         * InlineFunction: functions that are called once, are not any more
7217         inlined. This can be a port option in the future,
7218
7219         * pcode.h: added pCodeOpLit2 and added variable label in pCodeAsmDir
7220
7221         * ralloc.c: added pic16_rel_udata and pic16_fix_udata variables which
7222         hold the corresponding uninitialized symbols,
7223         * pic16_allocProcessorRegister: registers have explicit marked the
7224         accessBank field,
7225         * pic16_allocInternalRegister: registers are explicit marked as
7226         not used,
7227         * pic16_writeUsedRegs: pic16_dynDirectBitRegs was missing from the
7228         processing list, so bit registers were lost,
7229         *
7230
7231         * ralloc.h: added field 'accessBank' and original symbol operand
7232         in register definition,
7233         * removed the field isMapped from register definition,
7234
7235         ** Several functions have been removed from various sources:
7236         BanksUsedFlow2,BanksUsedFlow,FixBankFlow,InstructionRegBank,
7237         pic16_addMemRange,pic16_isREGinBank,pic16_dump_map,pic16_dump_cblock
7238         isSFR,validAddress,mapRegister,assignRegister,pic16_assignFixedRegisters
7239         pic16_assignRelocatableRegisters
7240
7241         ** others have been introduced:
7242         pic16_areRegsSame,pic16_dump_section,checkAddReg,pic16_groupRegistersInSection
7243         pic16_popGetLit2,pic16_popCombine2,pushw,pushaop
7244
7245 2004-01-05 Vangelis Rokas <vrokas AT otenet.gr>
7246
7247         * support/scripts/inc2h.pl: changed definition of BIT_AT
7248         to emit 'sbit at' instead of 'bit at'. This was a request.
7249
7250         PIC16 port related preliminary changes:
7251         * gen.c: prefixed function popRegFromString with
7252         pic16_ and all references to it corrected
7253         * pcode.c: all pic16_pc_* hardware registers prefixed
7254         with underscore (_),
7255         pic16_popCopyGPR2Bit(): function sets register wasUsed=1
7256         * ralloc.c: newReg(): when register is REG_SFR then
7257         set address to rIdx,
7258         pic16_allocProcessorRegister(): marks register wasUsed=0
7259         pic16_writeUsedRegs(): added a call to assign processor
7260         registers via pic16_assignFixedRegisters
7261
7262 2004-01-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7263
7264         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c,
7265         as/mcs51/lkmain.c, as/mcs51/lkmem.c: 8051 linker can now pack
7266         variables in unused register banks.  Also the SSEG is placed
7267         wherever there is enough space for it, and IDATA can be anywhere
7268         in internal RAM.  For now compile using -Wl-Y[stack_size].
7269         The mem file is different for this option as well, since it
7270         makes no sense of talking about DSEG lenght.
7271
7272 2004-01-02 Vangelis Rokas <vrokas AT otenet.gr>
7273
7274         * src/SDCClrange.c: fixed bug 869095 that caused segfault
7275         in certain cases, e.g. when ROM assignment, patch provided
7276         from Albert den Haan.
7277
7278 2004-01-01 Bernhard Held <bernhard AT bernhardheld.de>
7279
7280         Many signedness and type propagation fixes:
7281         * src/SDCCicode.c: made geniCodeCast() static
7282         replaced SPEC_ by IS_ (cosmetic)
7283         (operandOperation): fixed div and mod operation
7284         (usualBinaryConversions): added support for promotion of char
7285         (geniCodeMultiply): replaced (unsigned long) by (TYPE_UDWORD)
7286         (geniCodeDivision): replaced (unsigned long) by (TYPE_UDWORD)
7287         (geniCodeAdd): an array index will stay unsigned, even if promoted
7288         from char to int
7289         (geniCodeArray): ditto
7290         * src/SDCCicode.h: made geniCodeCast() static: removed prototype
7291         * src/SDCCsymt.c (computeType): added more support for char;
7292         promotion of char is selectable by promoteCharToInt, fixed signedness
7293         for all cases
7294         (powof2): replaced (unsigned long) by (TYPE_UDWORD)
7295         * src/SDCCsymt.h (powof2): replaced (unsigned long) by (TYPE_UDWORD)
7296         * src/SDCCval (val*): replaced signedness calculation by
7297         computeType()
7298         rearranged if-branches (cosmetic)
7299         (valShift): added warning W_SHIFT_CHANGED
7300         (valCompare): fixed problem with different types
7301         * src/hc08/rallo.c (leastUsedLR): fixed gcc 3.3 warning
7302         * support/regression/tests/literalop.c: added many cases
7303         * support/regression/tests/ast_constant_folding.c: changed finally to
7304         'unsigned int'
7305         * .version: new year, new version: 2.3.7
7306         * src/SDCCmain.c (main): applied patch #866468
7307         * debugger/mcs51/sdcdb.c (parseCmdLine): added -k for ucsim, patch
7308         provided by Scott Bronson
7309         * doc/sdccman.lyx: updated documentation for sdcdb
7310         updated and added chapter tips
7311
7312 2004-01-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7313
7314         * src/SDCCsymt.h: missing from yesterday's commits
7315
7316 2003-12-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7317
7318         * src/SDCC.y (struct_or_union_specifier),
7319         * support/Util/SDCCerr.c,
7320         * support/Util/SDCCerr.h: verify that struct & union tags are used
7321         as declared.
7322
7323 2003-12-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7324
7325         * src/SDCCglobl.h: missing from yesterday's commits
7326
7327 2003-12-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7328
7329         * src/SDCC.y (external_definition, type_specifier2, sfr_reg_bit,
7330         sft_attributes, struct_declaration, parameter_declaration,
7331         type_name, start_block, declaration_list),
7332         * src/SDCC.lex (check_type): support redefinition of typedef names
7333
7334 2003-12-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7335
7336         * src/mcs51/gen.c (genPlus): added special handling for 256 byte
7337         aligned xdata arrays. Erik helped me with the if clause.
7338
7339 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7340
7341         * device/lib/ds390/tinibios.c (CpuSpeed): suppress unreachable code
7342         warning
7343
7344 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7345
7346         * src/SDCCast.h,
7347         * src/SDCCast.c (newAst_),
7348         * src/SDCCicode.h,
7349         * src/SDCCicode.c (ast2iCode, newiCode),
7350         * src/SDCCglobl.h,
7351         * src/SDCC.y (logical_and_expr, logical_or_expr, conditional_expr,
7352         expr, statement, expression_statement, selection_statement,
7353         iteration_statement, expr_opt, jump_statement): foundation for tracking
7354         sequence points
7355         * src/SDCCopt.c (killDeadCode): fixed bug #861580 (needs the sequence
7356         point code too)
7357
7358 2003-12-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7359
7360         * support/Util/SDCCerr.c,
7361         * src/SDCCast.h,
7362         * src/SDCCast.c (createCase, createDefault, decorateType),
7363         * src/SDCClabel.c (labelUnreach),
7364         * src/SDCC.y (labeled_statement, jump_statement): More improvements
7365         to error messages.
7366         * support/Util/SDCCerr.c (werrorfl): fixed a non-standard declaration
7367         (with thanks to Stas Sergeev)
7368         * device/include/time.h,
7369         * device/lib/time.c (CheckTime): suppress unreachable code warning
7370
7371 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7372
7373         * src/SDCCast.c (createIvalCharPtr),
7374         * src/SDCCglue.c (printChar): fixed bug #862241 (an error in my fix for
7375         bug #753752)
7376         * support/regression/tests/nullstring.c: tests for these two bugs
7377
7378 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7379
7380         * support/Util/SDCCerr.h,
7381         * support/Util/SDCCerr.c (E_NOT_ALLOWED),
7382         * src/SDCC.y (struct_declaration, struct_or_union_specifier): complain
7383         about storage class and 'at' used inside struct or union
7384         * src/SDCCBBlock.c (iCodeFromeBBlock),
7385         * src/SDCCcse.c (ifxOptimize),
7386         * src/SDCCglue.c (emitRegularMap, initPointer, printIvalStruct,
7387         printIvalArray, printiValFuncPtr, printIvalCharPtr, printIvalPtr,
7388         printIval, emitStaticSeg, emitOverlay),
7389         * src/SDCClabel.c (deleteIfx),
7390         * src/SDCCopt.c (replaceRegEqv, eBBlockFromiCode),
7391         * src/SDCCast.c (resolveSymbols, createIvalStruct, createIvalArray,
7392         gatherAutoInit, processParms),
7393         * support/Util/SDCCerr.h,
7394         * support/Util/SDCCerr.c (werrorfl): Support for better error location
7395         reporting for post-parse errors.
7396
7397 2003-12-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7398
7399         * src/SDCCval.c (valPlus, valMinus, valShift): fixed some problems with
7400         implicit casts via union; they don't work on big endian systems
7401         (possible fix for bug #861138)
7402
7403 2003-12-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7404
7405         (committed by Erik Petrich <epetrich AT ivorytower.norman.ok.us> on Frieder's behalf)
7406         * src/mcs51/main.c: fixed the fix for bug #737001
7407
7408 2003-12-15  Borut Razem <borut.razem AT siol.net>
7409
7410         * support/scripts/sdcc.nsi: updated for NSIS 2.0 beta 4
7411
7412 2003-12-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7413
7414         * support/makebin/makebin.c: put output in binary mode
7415
7416 2003-12-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7417
7418         * src/mcs51/main.c: fixed bug #737001 for the mcs51. SDCC clears
7419         xdata and data memory on startup. Set the environment variable
7420         SDCC_NOGENRAMCLEAR to disable this.
7421         * src/mcs51/peephole.def,
7422         * src/ds390/peephole.def: using the atomic test and clear instruction jbc
7423         (allows non-interrupt and interrupt code to safely compete for a resource
7424         without the non-interrupt code having to disable interrupts)
7425
7426 2003-12-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7427
7428         * src/SDCCicode.c (geniCodeAdd),
7429         * src/SDCCast.c (decorateType): fixed bug #857753 (need to be careful
7430         with valFromType if type might be a pointer and host is big endian).
7431         * src/SDCCast.c (decorateType): unary plus compatible with all arithmetic
7432         types, not just integer types.
7433         * src/SDCCsymt.c (addSymChain): clarified error message when symbol is
7434         multiply defined with mismatching "at" address.
7435
7436 2003-12-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7437
7438         * src/ds390/main.c (PORT tininative_port): fixed bug #858416
7439         * src/SDCCglue.c (printChar, printIvalChar, emitStaticSeg),
7440         * src/SDCCast.c (createIvalCharPtr, stringToSymbol): handle strings
7441         with embedded nulls (fixed bug #753752)
7442
7443 2003-12-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7444
7445         * src/mcs51/main.c(_mcs51_genRAMCLEAR): using r0 instead of r1/r2.
7446         Apparently this did not see much testing (endless loop)
7447
7448 2003-12-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7449
7450         * src/z80/ralloc.c: set DISABLE_PACK_HL = 1 as a temporary fix to bug #855165
7451
7452 2003-12-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7453
7454         * src/SDCCdebug.c (outputDebugSymbols, outputDebugStackSymbols, dumpSymInfo):
7455         gracefully handle NULL memmap pointers
7456
7457 2003-12-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7458
7459         * src/SDCCopt.c (killDeadCode): change iCode type to DUMMY_READ_VOLATILE
7460         instead of deleting the iCode when an operand is volatile
7461         * src/z80/gen.c (genDummyRead),
7462         * src/mcs51/gen.c (genDummyRead),
7463         * src/ds390/gen.c (genDummyRead),
7464         * src/hc08/gen.c (genDummyRead): handle operands in IC_LEFT and/or IC_RIGHT,
7465         not just IC_RIGHT
7466         * src/SDCCicode.c (geniCodeCall): fixed bug #851607
7467         * src/SDCC.y: fixed bug #850420
7468
7469 2003-12-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7470
7471         Applied z80 i/o port patch from Peter Townson and fixed some operators
7472         to better handle operands in A register.
7473         * device/include/z180.h
7474         * src/SDCC.y
7475         * src/SDCCglue.c
7476         * src/z80/gen.c
7477         * src/z80/gen.h
7478         * src/z80/main.c
7479         * src/z80/peeph-z80.def
7480         * src/z80/peeph.def
7481         * src/z80/z80.h
7482
7483 2003-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7484
7485         * src/SDCCsymt.c (addSymChain, compareTypeExact): fixed bug #838241 again
7486
7487 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7488
7489         * device/lib/hc08/_mullong.c: Removed extra #endif
7490
7491 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7492
7493         * sim/ucsim/hc08.src/inst.cc,
7494         * sim/ucsim/hc08.src/hc08mac.h: fixed some problems with CC flag bits and
7495         carries from x to h
7496         * src/hc08/gen.c (aopAdrStr): fixed problem with 16 bit immediate
7497         * src/hc08/gen.c (XAccRsh): fixed problem with right shift
7498         * device/include/stdarg.h: fixed varargs for hc08
7499         * device/lib/Makefile.in,
7500         * device/lib/hc08/Makefile,
7501         * device/lib/hc08/_mulint.c,
7502         * device/lib/hc08/_mullong.c: fixed some endian problems
7503
7504 2003-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7505
7506         * sdcc/src/mcs51/gen.c (genMultOneByte): help peephole 105
7507         * sdcc/src/mcs51/peeph.def: added peephole 186.e array access in code space
7508         * device/lib/_gptrget.c,
7509         * device/lib/_gptrput.c: P2 not used any more (related to #850747, #785979)
7510
7511 2003-11-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7512
7513         * src/SDCClrange.c (findNextUseSym, rlivePoint): fixed bug #849795
7514         * src/SDCCast.c (astErrors): fixed bug #846007
7515         * src/SDCCsymt.c (checkFunction): fixed follow-up bug on bug #846007
7516
7517 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7518
7519         * src/SDCCast.c (decorateType): disabled a transformation I added in
7520         revision 1.188 (access to fields of a structure at an absolute address);
7521         it breaks with bitfields, extern declarations, and gcse analysis.
7522         * src/SDCCopt.c (isLocalWithoutDef): if ADDRESS_OF applied to a symbol, it
7523         could be assigned through a pointer, so don't complain.
7524         * src/SDCCast.c (astErrors),
7525         * src/SDCCast.h,
7526         * src/SDCCglue.c (emitRegularMap): fixed bug #847813
7527
7528 2003-11-26 Vangelis Rokas <vrokas AT otenet.gr>
7529
7530         * src/pic16/main.c (_pic16_genIVT): fixed interrupt vector table
7531         * src/pic16/main.c (_pic16_genAssemblerPreamble): re-enabled the
7532         output of __config directives, since gpasm now supports them
7533         * src/pic16/main.c (_pic16_finaliseOptions): define MCU
7534         pre-processor macro, i.e. -DMCU=p18f452
7535         * src/pic16/ralloc.c: renamed packRegisters to pic16_packRegisters,
7536         and modified to handle 'cast' icode similarly to '=' icode
7537         * src/pic16/device.h (typedef struct PIC_device): added field
7538         'extMIface' to indicate that chip has external memory interface
7539         * src/pic16/device.c: added chips 18F248, 18F258, 18F448, 18F458,
7540         18F6520, 18F6620, 18F6680, 18F6720, 18F8520, 18F8620, 18F8680,
7541         18F8720
7542
7543 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7544
7545         * src/SDCC.y (pointer): fixed bug #846006
7546         * support/Util/SDCCerr.c: made W_PTR_TYPE_INVALID message clearer
7547         * src/SDCCast.c (decorateType): fixed bug #846009
7548         * src/ds390/peeph.def,
7549         * src/ds390/gen.c (genAnd, genOr),
7550         * src/mcs51/peeph.def,
7551         * src/mcs51/gen.c (genAnd, genOr): fixed bug #846777
7552
7553 2003-11-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7554
7555         Fixed several common-sub-expression bugs (#772861, #768380, & #755323)
7556         * src/SDCCdflow.c
7557         * src/SDCCcse.c
7558         * src/SDCCcse.h
7559         * src/SDCCBBlock.h
7560         * src/SDCCBBlock.c
7561
7562 2003-11-23 Klaus Flittner <klaus_flittner AT gmx.de>
7563
7564         fixed bug #845089
7565         * src/SDCCbitv.h,
7566         * src/SDCCbitv.c: added function to free a bitvector
7567         * src/SDCClrange.h,
7568         * src/SDCClrange.c: added function to recompute the liveranges
7569         * src/avr/ralloc.c,
7570         * src/ds390/ralloc.c,
7571         * src/hc08/ralloc.c,
7572         * src/mcs51/ralloc.c,
7573         * src/pic/ralloc.c,
7574         * src/pic16/ralloc.c,
7575         * src/xa51/ralloc.c,
7576         * src/z80/ralloc.c: recompute the liveranges after register packing
7577
7578 2003-11-21 Klaus Flittner <klaus_flittner AT gmx.de>
7579
7580         * src/SDCCloop.c (newInduction): fixed bug #845630
7581
7582 2003-11-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7583
7584         * src/SDCCsymt.c (compareTypesExact): disabled debugging output
7585         inadvertantly left behind from my 2003-11-12 change
7586
7587 2003-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7588
7589         Updated headers I neglected to commit yesterday.
7590         * src/SDCClrange.h,
7591         * src/SDCCicode.h
7592
7593 2003-11-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7594
7595         * src/SDCCcse.c (algebraicOpts): fixed bug #773153
7596         * src/SDCClrange.c (rlivePoint): need to mark IC_RESULT used if POINTER_SET op
7597         * src/SDCCopt.c (eBBlockFromiCode),
7598         * src/SDCClrange.c (hashiCodeKeys, sequenceiCode, computeLiveRanges): seperated
7599         the creation of the key hash table from the sequencing so it can be used
7600         earlier (for some GCSE bug fixes still pending)
7601
7602 2003-11-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7603
7604         * src/mcs51/gen.c (genPlus): generate shortcut for adding 0xab00
7605         * support/regression/tests/addsub.c: testing genPlus shortcut
7606
7607 2003-11-15  Borut Razem <borut.razem AT siol.net>
7608
7609         * src/SDCCmain.c: fixed bug #841645: -MM command line option passed to sdcpp
7610
7611 2003-11-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7612
7613         * src/SDCCcse.c (cseBBlock): fixed bug #527779
7614         * src/SDCCcse.c (deleteGetPointers): rewrote so that the set
7615         ordering is immaterial.
7616         * src/SDCCdflow.c (mergeInExprs): fixed bug #587536
7617
7618 2003-11-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7619
7620         * src/SDCCicode.c (geniCodeAddressOf): fixed part of bug #840381
7621         * src/SDCCopt.c (replaceRegEqv, isLocalWithoutDef): fixed other part
7622         (SIGSEV) of bug #840381
7623         * src/SDCCmain.c (linkEdit, assemble): fixed bug #841606 (don't
7624         unlink new file before rename if new and old filenames are the same)
7625
7626 2003-11-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7627
7628         * src/mcs51/main.c: started fixing bug #737001 (SDCC not clearing
7629         uninitialized variables) for the mcs51. Set environment variable
7630         SDCC_GENRAMCLEAR to test.
7631         xdata initialization slightly shorter
7632
7633 2003-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7634
7635         * src/SDCCsymt.h,
7636         * src/SDCCsymt.c (addSymTypeChain, compareTypesExact): fixed bugs
7637         #838241 & 780691 (basicly the same bug)
7638         * src/SDCCBBlock.c (iCode2eBBlock): fixed bug #840148
7639         * src/SDCCBBlock.c (iCodeFromeBBlock): fixed bug #840162
7640
7641 2003-11-11 Bernhard Held <bernhard AT bernhardheld.de>
7642
7643         * src/SDCCmain.c (linkEdit): "fix" #834252
7644
7645 2003-11-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7646
7647         * src/SDCCast.c (removePostIncDecOps, removePreIncDecOps),
7648         * src/SDCCast.h,
7649         * src/SDCC.y: fixed bug #819403
7650
7651 2003-11-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7652
7653         * support/regression/fwk/lib/testfwk.c: printn is recursive and thus needs
7654         the reentrant attribute.
7655         * src/hc08/gen.c (genPackBits): added missing stack readjustment
7656         * sim/ucsim/hc08.src/inst.cc (inst_mov): fixed bugs with mov instruction
7657         simulation
7658         * src/SDCCast.c (decorateType): fixed bug with storage class not being
7659         updated during pointer dereference; f.e. ~(((char *)1)*) was being
7660         erroneously reduced to a literal.
7661         * src/hc08/ralloc.c (packRegisters, rematStr),
7662         * src/hc08/gen.c (aopForRemat): allow literals to be rematerialized in
7663         some cases
7664
7665 2003-11-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7666
7667         * src/mcs51/main.c: fixed bug #838385. Thanks to Josef Pavlik for finding and fixing
7668         * doc/sdccman.lyx: changed from 'article' to 'book'
7669         * doc/Makefile: readded test_suite_spec and cdbfileformat
7670
7671 2003-11-08 Bernhard Held <bernhard AT bernhardheld.de>
7672
7673         * device/include/stdlib.h: include malloc.h to comply with ANSI
7674         * support/regression/tests/malloc.c: include stdlib.h instead of malloc.h
7675
7676 2003-11-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7677
7678         * doc/Makefile: sdccman.pdf should build with correct references (more info in commit msg)
7679         * doc/clean.mk: also remove *.out files
7680         * doc/sdccman.lyx: some additions, larger top/bottom margins
7681
7682 2003-11-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7683
7684         * src/SDCC.y: fixed bug #837365
7685         * support/regression/tests/bitopcse.c
7686         * src/hc08/gen.c (genPointerGet): Don't assume pointer operand is
7687         a symbol (might be valop instead)
7688         * device/lib/Makefile.in: added errno.c to HC08SOURCES
7689         * device/lib/clean.mk: added hc08 to the cleaning list
7690
7691 2003-11-04  Borut Razem <borut.razem AT siol.net>
7692
7693         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h: reverted changes,
7694           made 2003-11-04
7695         * support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
7696           as/z80/aslist.c, as/z80/assym.c: removed inclusion of nonstandard malloc.h;
7697           malloc is declared in standard stdlib.h
7698
7699 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7700
7701         * device/lib/hc08/Makefile: need to clean .rel not .o files
7702         * src/hc08/gen.c (genDjnz): can't use djnz with extended addressing mode
7703
7704 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7705
7706         * src/port.h,
7707         * src/hc08/main.c,
7708         * src/mcs51/main.c,
7709         * src/ds390/main.c,
7710         * src/z80/main.c,
7711         * src/avr/main.c,
7712         * src/pic/main.c,
7713         * src/pic16/main.c,
7714         * src/xa51/main.c: added hasExtBitOp & oclsExpense functions to ports
7715         * src/SDCCicode.c: changed several IS_FARSPACE tests to isOclsExpensive
7716         tests (which uses the port's oclsExpense function)
7717         * src/SDCC.y,
7718         * src/SDCCast.c,
7719         * src/SDCCicode.c,
7720         * src/hc08/gen.c,
7721         * src/ds390/gen.c,
7722         * src/mcs51/gen.c: added support for the SWAP iCode (RFE #834167)
7723
7724 2003-11-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7725
7726         * src/SDCCcse.c (ifxOptimize),
7727         * src/SDCClabel.c (labelIfx, deleteIfx): When the condition to
7728         an IFX iCode is volatile, convert to DUMMY_READ_VOLATILE instead
7729         deleting the IFX iCode.
7730         * src/hc08/ralloc.c: reduced unneeded slocs
7731         * src/hc08/gen.c: fixed bug in asmopToBoolean
7732
7733 2003-11-04  Borut Razem <borut.razem AT siol.net>
7734
7735         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h,
7736           support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
7737           as/z80/aslist.c, as/z80/assym.c: decision to include malloc.h
7738           transferred to configure
7739
7740 2003-11-03 Bernhard Held <bernhard AT bernhardheld.de>
7741
7742         Use headers defined in the C[++] standards:
7743         * sim/ucsim/gui.src/serio.src/fileio.cc
7744         * sim/ucsim/gui.src/serio.src/frontend.cc
7745         * sim/ucsim/gui.src/serio.src/main.cc
7746         * sim/ucsim/gui.src/serio.src/posix_signal.cc
7747         * support/Util/NewAlloc.c
7748         * as/hc08/lklibr.c
7749         * as/mcs51/lklibr.c
7750         * as/z80/aslist.c
7751         * as/z80/assym.c
7752
7753 2003-11-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7754
7755         * Added MSVC projects for hc08 assembler and linker:
7756         all.dsp, config.dsp, sdcc.dsw, /as/hc08/as_hc08.dsp,
7757         /as/hc08/link_hc08.dsp
7758
7759 2003-11-03 Martin Helmling <Martin.Helmling AT octo-soft.de>
7760
7761         * debugger/mcs51/cmd.c: allows filename starting with digit(+ some debug)
7762
7763 2003-11-02 Bernhard Held <bernhard AT bernhardheld.de>
7764
7765         * src/SDCCmain.c (linkEdit): "fixed" again bug #833605
7766
7767 2003-11-01 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7768
7769         * src/mcs51/main.c: xdata initialization is 13 bytes shorter now
7770
7771 2003-10-31  Borut Razem <borut.razem AT siol.net>
7772
7773         * support/cpp2/cpplib.h,
7774           support/cpp2/cpplib.c,
7775           support/cpp2/cpplex.c,
7776           support/cpp2/cppinit.c: introduced #pragma preproc_asm [ + | - ]
7777           to switch _asm block preprocessing on / off. Default is
7778           #pragma preproc_asm +
7779
7780 2003-10-31  Borut Razem <borut.razem AT siol.net>
7781
7782         * support/cpp2/cpplex.c: Fixed _WIN32 problem with CR-CR-LF sequences
7783           when outputting comment blocks (when executed with -C option) and
7784           _asm (SDCPP specific) blocks
7785
7786 2003-10-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7787
7788         * as/hc08/lkrloc.c (relr): Fixed ihx output, fixed lastAreaIndex warning
7789
7790 2003-10-31 Klaus Flittner <klaus_flittner AT gmx.de>
7791
7792         * src/SDCCcse.c (updateSpillLocation): fixed bug #808027
7793
7794 2003-10-31 Bernhard Held <bernhard AT bernhardheld.de>
7795
7796         * src/SDCCmain.c (linkEdit): "fixed" bug #833605
7797         * src/SDCCast.c (decorateType): fixed bug #832664
7798
7799 2003-10-31  Borut Razem <borut.razem AT siol.net>
7800
7801         * support\cpp2\cpplex.c: fixed for SDCPP:
7802           comments(when executed with -C option) and _asm blocks
7803           were included even if they where in skipped #if block.
7804           Applied solution from GCC cpp 3.3.2
7805
7806 2003-10-31  Borut Razem <borut.razem AT siol.net>
7807
7808         * src/SDCC.lex: sdcc now understands both formats:
7809           '# <line_number> <file_name>' and
7810           '#line <line_number> <file_name>'
7811         * support/cpp2/cppmain.c: sdcpp now generates the standard
7812           '# <line_number> <file_name>' instead of former
7813           '#line <line_number> <file_name>'
7814
7815 2003-10-30  Borut Razem <borut.razem AT siol.net>
7816
7817         * support/cpp2/cpphash.h,
7818         * support/cpp2/cpplib.h
7819         * support/cpp2/cpplex.c,
7820         * support/cpp2/cppmain.c,
7821         * support/cpp2/cppinit.c: fixed bug #828015 - Syntax variation for _asm character constants
7822
7823 2003-10-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7824
7825         Fixed a number of problems revealed by bug #827883.
7826         * src/SDCCloop.c (loopInvariants): Spill location of the
7827         result operand should be recomputed if extracted from
7828         a loop. Also, don't extract assignments of an iTemp
7829         from a literal.
7830         * src/SDCCast.c (isConformingBody): loop reversal should
7831         not occur if the control variable is involved with a
7832         relational operator.
7833
7834 2003-10-28 Bernhard Held <bernhard AT bernhardheld.de>
7835
7836         * .version: bumped to 2.3.6 to reflect the big improvements
7837         made by Erik and Klaus. Thanks!
7838
7839 2003-10-28 Klaus Flittner <klaus_flittner AT gmx.de>
7840
7841         Replaced the livrange code.
7842         * src/SDCClrange.c: added new LR code
7843         * src/SDCCloop.c,
7844         * src/SDCCBBlock.h: removed remainig parts from old LR code
7845         * src/ds390/ralloc.c,
7846         * src/ds390/gen.c: minor fixes to make it work with new code
7847
7848 2003-10-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7849
7850         * as/hc08/asm.h,
7851         * as/hc08/lkrloc.c,
7852         * src/hc08/gen.c,
7853         * src/hc08/ralloc.c: Fix various warnings related to the hc08
7854         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): Fixed bug #829717
7855         (tweaked fix for bug #818696)
7856
7857 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7858
7859         * src/z80/ralloc.c (joinPushes): Fixed bug #828742
7860
7861 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7862
7863         * src/SDCCmain.c,
7864         * sdccconf_in.h: Fixed bug #828387 (--disable-hc08-port didn't work)
7865         * src/mcs51/gen.c (gencjneshort),
7866         * src/ds390/gen.c (gencjneshort): Made comparison with AOP_IMMD operand
7867         more efficient (per Scott Bronson's suggestion)
7868
7869 2003-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7870
7871         Extended the semantics of the critical keyword to include
7872         individual statements. See RFE #827755 and #799831
7873         * src/SDCC.y
7874         * src/SDCCicode.c
7875         * src/SDCCopt.c
7876         * src/SDCCast.c
7877         * support/Util/SDCCerr.c
7878         * support/Util/SDCCerr.h
7879         * src/mcs51/gen.c
7880         * src/ds390/gen.c
7881         * src/hc08/gen.c
7882
7883 2003-10-19  Borut Razem <borut.razem AT siol.net>
7884
7885         * src/SDCC.lex: fixed bug #825944 - defined yytext_ptr to make it compile with flex 2.5.31
7886
7887 2003-10-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7888
7889         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec, ast2iCode):
7890         Fixed bug #818696
7891         * src/SDCCast.c (ast_print): Fixed --dumptree so that preincrement
7892         and predecrement operand is displayed
7893
7894 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
7895
7896         * src/SDCCval.c (valMinus): fixed bug #826041
7897
7898 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7899
7900         Some hc08 related updates that I missed earlier
7901         * sim/ucsim/stypes.h
7902         * support/regression/ports/hc08/spec.mk
7903
7904 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7905
7906         New target "hc08" for the Motorola 68hc08 family of micros
7907
7908         * configure
7909         * configure.in
7910         * Makefile
7911         * src/hc08/*
7912         * src/SDCCmain.c
7913         * src/port.h
7914         * sim/ucsim/hc08.src/*
7915         * sim/ucsim/configure.in
7916         * src/ucsim/configure
7917         * sim/ucsim/packages_in.mk
7918         * as/hc08/*
7919         * as/Makefile
7920         * device/include/mc68hc908qy.h
7921         * device/lib/hc08/*
7922         * device/lib/Makefile.in
7923         * support/regression/ports/hc08/*
7924         * support/regression/Makefile
7925
7926 2003-10-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7927
7928         * src/z80/gen.c: fixed bug revealed by ast_constant_folding.c
7929         regression test
7930         * src/ds390/gen.c (genCast): fixed bug #821957
7931
7932 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
7933
7934         * device/lib/logf.c: "fixed" overlay bug
7935         * support/regression/ports/host/spec.mk: added m library
7936         * support/regression/ports/mcs51-stack-auto/spec.mk: added float funcs
7937         * support/regression/tests/float_trans: added (for Eric)
7938
7939 2003-10-12 Bernhard Held <bernhard AT bernhardheld.de>
7940
7941         * src/mcs51/gen.c (genCpl): fixed bug
7942         http://sf.net/mailarchive/message.php?msg_id=6263915
7943
7944 2003-10-10 Bernhard Held <bernhard AT bernhardheld.de>
7945
7946         * src/SDCCast.c (decorateType): added extended constant folding
7947         * src/SDCCsymt.c (computeType): cleanup
7948         * src/SDCCval.c (valShift): minor optimization
7949         * support/regression/tests/ast_constant_folding.c: added
7950
7951 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7952
7953         * src/SDCCmain.c: removed some unintended changes
7954
7955 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7956
7957         * src/SDCCmain.c (setParseWithComma): fixed bug #816685
7958         * src/z80/gen.c: fixed part of bug #817589
7959         * src/SDCCsymt.c (checkFunction): fixed bug #817895
7960
7961 2003-10-08 Bernhard Held <bernhard AT bernhardheld.de>
7962
7963         Replaced cast (void **) with (void *) to avoid gcc 3 warning:
7964         * src/SDCCcflow.c
7965         * src/SDCCcse.c
7966         * src/SDCCdflow.c
7967         * src/SDCClabel.c
7968         * src/SDCClrange.c
7969         * src/SDCCmem.c
7970         * src/SDCCopt.c
7971         * src/SDCCpeeph.c
7972         * src/SDCCset.c
7973         * src/avr/ralloc.c
7974         * src/ds390/ralloc.c
7975         * src/izt/ralloc.c
7976         * src/mcs51/ralloc.c
7977         * src/pic/ralloc.c
7978         * src/pic16/ralloc.c
7979         * src/xa51/ralloc.c
7980         * src/z80/ralloc.c
7981         * src/z80/gen.c: removed unused label "release:"
7982
7983 2003-10-06  Borut Razem <borut.razem AT siol.net>
7984
7985         * src/SDCC.lex: removed definition of unused variables
7986           save_optimize and save_options
7987
7988 2003-10-06 Bernhard Held <bernhard AT bernhardheld.de>
7989
7990         * clean.mk: removed '=' in "-maxdepth=1"
7991         * src/SDCCloop.c: replace LRKLAUS with SDCC_LRKLAUS
7992         * src/SDCClrange.c: replace LRKLAUS with SDCC_LRKLAUS
7993
7994 2003-10-06  Borut Razem <borut.razem AT siol.net>
7995
7996         * src/SDCC.lex, src/SDCC.lex: use dbuf for "_asm" definitions;
7997           my_unput() replaced by unput()
7998
7999 2003-10-05 Bernhard Held <bernhard AT bernhardheld.de>
8000
8001         * src/SDCCloop.c (assignmentsToSym, loopInduction): cast argument of
8002         setToNull() to (void *) to avoid gcc3.x's warning: "dereferencing
8003         type-punned pointer will break strict-aliasing rules"
8004         Old LR behaviour is again default; Klaus' LR can be choosen by
8005         defining the environment variable LRKLAUS
8006         * src/SDCCBBlock.h
8007         * src/SDCCloop.c
8008         * src/SDCClrange.c
8009         * src/ds390/ralloc.c (spillThis): applied Klaus' patch
8010         * clean.mk: fixed removal of files in bin/CVS/
8011         * device/lib/clean.mk: fixed removal of directories small and large
8012         * support/Util/SDCCerr.c: changed W_INT_OVL to ERROR_LEVEL_PEDANTIC
8013         * src/SDCCicode.c,
8014         * src/SDCCval.c: removed superflous test for pedantic
8015
8016 2003-10-05  Borut Razem <borut.razem AT siol.net>
8017
8018         * src/SDCC.lex, support/Util/SDCCerr.c, sdcc/support/Util/SDCCerr.h:
8019           Fixed bug #816692: introduced new ERROR_LEVEL_PEDANTIC warning
8020           message "unmatched #pragma SAVE and #pragma RESTORE"
8021
8022 2003-10-04  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8023
8024         * doc/sdccman.lyx: various additions and updates (interrupts, inline
8025           assembly, critical functions, atomic, nojtbound)
8026
8027 2003-10-04 Bernhard Held <bernhard AT bernhardheld.de>
8028
8029         Applied liferange patch from Klaus Flittner <klaus_flittner AT gmx.de>
8030         * src/SDCCBBlock.h
8031         * src/SDCCloop.c
8032         * src/SDCCloop.h
8033         * src/SDCClrange.c
8034
8035 2003-10-03  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8036
8037         * src/z80/gen.h,
8038         * src/z80/gen.c (aopOp, aopGet, aopPut, genDummyRead),
8039         * src/mcs51/gen.h
8040         * src/mcs51/gen.c (aopOp, aopGet, aopPut, genDummyRead),
8041         * src/ds390/gen.h
8042         * src/ds390/gen.c (aopOp, aopGet, aopPut, genDummyRead),
8043         * src/SDCCicode.c (ast2iCode, geniCodeDummyRead): Fixed bug #663539
8044         * src/SDCCopt.c (killDeadCode): Fixed bugs #663539 & #816705
8045
8046 2003-10-02  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8047
8048         * src/z80/gen.c (genRet): fixed bug #524753
8049         * src/z80/gen.c (genCast): fixed internal error on cast from
8050         pointer to long
8051         * src/z80/gen.c (_saveRegsForCall, emitCall): adapted Johan's
8052         fix for bug #477835 to the z80
8053         * src/z80/gen.c (genZ80code, _vemit2, _emit2): added support
8054         for tracking iCodes in the peephole optimizer for z80
8055
8056 2003-10-01  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8057
8058         * src/SDCCicode.c (geniCodeJumpTable, geniCodeSwitch): fixed
8059         the other part of bug #814548
8060         * src/SDCCpeeph.c (labelInRange): fixed bug #814558
8061
8062 2003-09-30  Bernhard Held <bernhard AT bernhardheld.de>
8063
8064         * src/SDCCcse.c: fixed part of bug #814548
8065
8066 2003-09-28  Borut Razem <borut.razem AT siol.net>
8067
8068         * src/asm.c: rewrite of printILine() to use temporary file instead
8069           a pipe
8070         * src/xa51/main.c: commented out declaration of int rewinds
8071
8072 2003-09-27  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8073
8074         * src/SDCCicode.c (geniCodeJumpTable): Fixed bug #813206
8075
8076 2003-09-26  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8077
8078         * src/SDCCdflow.c (computeDataFlow): Fixed bug #810746
8079         * src/asm.c (printILine): Fixed bug #811015
8080
8081 2003-09-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8082
8083         *link/z80/lklibr.c, as/mcs51/lklibr.c: Improved memory allocation and
8084         freeing.
8085
8086 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8087
8088         * src/z80/gen.c (setupToPreserveCarry): Fixed bug #796955
8089         * src/z80/gen.c (setupPair, genMovePairPair): Fixed setupPair
8090         to correctly handle general case of AOP_PAIRPTR
8091         * src/z80/gen.c (aopGet, aopPut): Generalized AOP_PAIRPTR handling
8092
8093 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8094
8095         * src/mcs51/ralloc.c (fillGaps),
8096         * src/ds390/ralloc.c (fillGaps): fixed bug #810093 (yet another
8097         register positioning bug)
8098
8099 2003-09-21  Bernhard Held <bernhard AT bernhardheld.de>
8100
8101         * device/lib/_fsdiv.c: replaced (1<<31) by (1ul<<31)
8102
8103 2003-09-19  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8104
8105         * src/mcs51/gen.c (loadDptrFromOperand, genFarPointerGet,
8106         genCodePointerGet, genGenPointerGet, genFarPointerSet,
8107         genGenPointerSet): handle AOP_DPTR correctly when loading dptr
8108         (ralloc doesn't intentionally do this now, but perhaps later)
8109         * src/mcs51/ralloc.c (serialRegAssign, fillGaps),
8110         * src/ds390/ralloc.c (serialRegAssign, fillGaps): fixed some
8111         register positioning bugs (Fixed bug #762602 and #795325)
8112         * src/SDCCicode.c (geniCodeDerefPtr): Track output class correctly
8113         (Fixed bug #808779)
8114         * src/z80/gen.c: increased _vemit2's buffer[] to handle long
8115         lines that --i-code-in-asm generates
8116
8117 2003-09-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8118
8119         *link/z80/lklibr.c, as/mcs51/lklibr.c: Fixed Linux segfaults when
8120         trying to fclose a FILE* that was already closed.
8121
8122 2003-09-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8123
8124         * src/SDCCsymt.c (structElemType): fixed bug #808291 (members
8125         of const struct should be treated as if const themselves)
8126
8127 2003-09-18  Bernhard Held <bernhard AT bernhardheld.de>
8128
8129         * src/SDCCval.c (valPlus, valMinus): fixed bug #808337
8130
8131 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8132
8133         * support/librarian/sdcclib.c: Generate correct offsets for libraries with
8134         Unix (/n) and DOS (/r/n) line terminations.
8135
8136 2003-09-17  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8137
8138         * src/SDCCopt.c (cnvFromFloatCast, cnvToFloatCast): fixed
8139         bug #613775
8140
8141 2003-09-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8142
8143         * src/mcs51/gen.c (genFunction, genEndFunction),
8144         * src/ds390/gen.c (genFunction, genEndFunction): Moved save
8145         and restore of EA so that stack offsets to parameters are
8146         correct when using both critical and reentrant/stack-auto.
8147         * src/z80/gen.c (aopOp): removed erroneous assertion about sloc
8148         size (can be triggered in error if sloc is shared between
8149         different sized objects)
8150         * device/include/float.h: fixed macros to explicitly use
8151         unsigned long where needed
8152
8153 2003-09-15  Bernhard Held <bernhard AT bernhardheld.de>
8154
8155         Feature req. 799831: added code to allow nesting of critical functions
8156         * src/mcs51/gen.c (genFunction, genEndFunction)
8157         * src/ds390/gen.c (genFunction, genEndFunction)
8158
8159 2003-09-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8160
8161         * src/SDCCsymt.c (sclsFromPtr),
8162         * src/SDCCsymt.h,
8163         * src/SDCCast.c (decorateType): fixed bug #462971. Also, better
8164         support for standard C idiom of memory mapped variables; for
8165         example, *((xdata int*)0x1234) = 1 is now internally equivalent
8166         to xdata int at 0x1234 tempvar = 1.
8167         * sim/ucsim/z80.src/inst_xd.cc: fixed bug #805483 with patch
8168         provided by Akiya ISHIDA
8169
8170 2003-09-13  Bernhard Held <bernhard AT bernhardheld.de>
8171
8172         * src/SDCCval.c (cheapestVal): reenabled to reduce int to char
8173         * src/SDCCval.c (constVal): added reduction from int to char
8174         * src/SDCCval.c (valMult, valDiv): fixed sign handling
8175         * src/SDCCval.c (valShift): fixed after change of cheapestVal()
8176         * src/SDCCval.c (valCompare): fixed EQ_OP and NE_OP; they have
8177         to ignore the sign
8178         * support/regression/tests/shifts.c: fixed
8179
8180 2003-09-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8181
8182         * src/z80/gen.c (genXor): Fixed bug #805445
8183
8184 2003-09-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8185
8186         Fixed bug #621531 (const & volatile confusion in the type chain).
8187         DCL_PTR_CONST, DCL_PTR_VOLATILE, & IS_PTR_CONST now exclusively
8188         refer to the const or volatile state of the pointer itself.
8189
8190         * src/SDCCast.c
8191         * src/SDCCglue.c
8192         * src/SDCCicode.c
8193         * src/SDCCsymt.c
8194         * src/SDCCval.c
8195         * src/SDCC.y
8196         * src/SDCCsymt.h
8197         * src/pic/gen.c
8198         * src/pic/ralloc.c
8199         * src/pic16/gen.c
8200         * src/pic16/ralloc.c
8201         * support/regression/tests/const.c
8202
8203 2003-09-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8204
8205         When checking for duplicated modules, use absolute paths
8206         instead of relative paths.  Files changed:
8207
8208         * as/mcs51/lklib.c
8209         * link/z80/lklib.c
8210
8211 2003-09-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8212
8213         * src/SDCCicode.c (geniCodeLogic): fixed bug #797572
8214
8215 2003-09-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8216
8217         * device/include/string.h: added size_t typedef, changed
8218         prototypes to use size_t, eliminated separate reentrant and
8219         non-reentrant declarations, added _memmove declaration
8220         * device/lib/_memcpy.c: changed to use size_t instead of int,
8221         changed /4 to >>2 to avoid division library call
8222         * device/lib/_memcmp.c,
8223         * device/lib/_memset.c,
8224         * device/lib/_strncat.c,
8225         * device/lib/_strncpy.c,
8226         * device/lib/_strncmp.c: changed to use size_t instead of int
8227         * device/lib/_memmove.c: new file (fixed bug #772294)
8228         * device/lib/Makefile.in: added _memmove.c
8229         * device/lib/z80/asm_strings.s: fixed bug #772290
8230         * support/regression/tests/bitfields.c: attempt to fix host assertion
8231         failure on amd64-unknown-linux2.2
8232
8233 2003-09-06  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8234
8235         * src/z80/gen.c (aopPut, spillPairReg): fixed bug #800998
8236         * src/z80/gen.c (genFunction, genEndFunction): fixed "bug" #774700
8237         * as/z80/asmain.c (main): fixed bug #801766
8238
8239 2003-09-06  Bernhard Held <bernhard AT bernhardheld.de>
8240
8241         * src/SDCCicode.c (ast2iCode): fixed differences in iCode with different
8242         compilers
8243
8244 2003-09-05  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8245
8246         * src/SDCCast.c (isConformingBody): fixed loop reversal bug
8247         reported in bug #800609
8248
8249 2003-09-04  Vangelis Rokas <vrokas AT otenet.gr>
8250
8251         * Top header beautifications in src/pic16 directory:
8252           device.c, device.h, gen.c, gen.h, genarith.c, glue.c, pcode.c,
8253           pcodeflow.c, pcodeflow.h, pcode.h, pcodepeep.c, pcoderegs.c,
8254           pcoderegs.h, ralloc.c, ralloc.h
8255         * main.c: added top header and GPL license notice
8256         * pcode.c: fixed the if-conditional warning
8257
8258 2003-09-04  Bernhard Held <bernhard AT bernhardheld.de>
8259
8260         * device/lib/_mullong.c: replaced int by short for gcc
8261
8262 2003-08-31  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8263
8264         * src/SDCCpeeph.c (notVolatile, notVolatileVariable): handle IFX
8265         and JUMPTABLE iCodes properly now (worked by accident before)
8266         * src/mcs51/gen.c (leftRightUseAcc),
8267         * src/ds390/gen.c (leftRightUseAcc): handle IFX and JUMPTABLE
8268         iCode properly now. Use getSize instead of nRegs since a & b
8269         aren't part of the nRegs tally.
8270
8271 2003-08-31  Vangelis Rokas <vrokas AT otenet.gr>
8272
8273         * src/pic16/main.c: corrected offsets of interrupt vectors in _pic16_genIVT()
8274         * src/pic16/pcode.c: fix to disable inserting BANKSEL directive
8275           before instructions that use the _STATUS register
8276
8277 2003-08-31  Bernhard Held <bernhard AT bernhardheld.de>
8278
8279         * src/mcs51/gen.c (freeAsmop): fixed off by one in stack offset (AOP_STK)
8280         * src/mcs51/gen.c (genNearPointerSet): added missing opcode for
8281         fetching of the pointer
8282         * src/mcs51/gen.c (genNearPointerGet): added reuse of PREG,
8283         copied from genNearPointerSet()
8284         * src/mcs51/gen.c (genNearPointerGet): don't pop r0/r1, if RESULTONSTACK
8285         * src/mcs51/gen.c: changed order of freeAsmop(left/right/result)-calls.
8286         If they pop r0/r1 they must be called in the opposite order than aopOp().
8287         * device/lib/_mullong.c: fixed for "--model-large --int-long-reent"
8288         (resp. --stack-auto), prepared for --xstack
8289
8290 2003-08-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8291
8292         * doc/sdccman.lyx: reverted tables to those in cvs 1.64
8293
8294 2003-08-28  Bernhard Held <bernhard AT bernhardheld.de>
8295
8296         * device/lib/_startup.c: quick & dirty fix for ds390/ds400;
8297         these ports have their own __sdcc_external_start()
8298
8299 2003-08-26  Bernhard Held <bernhard AT bernhardheld.de>
8300
8301         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
8302         * src/pic/glue.c (pic14printPublics): fixed bug introduced when symbol
8303         type for bits was changed. It resulted in bit variables becoming
8304         global, which is not permitted in PIC 14 assembly output.
8305
8306 2003-08-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8307
8308         * doc/sdccman.lyx: various additions and updates. Rearranged sections
8309
8310 2003-08-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8311
8312         Z80 and MCS51 linkers complaint if a public symbol is defined
8313         in more than one library module:
8314
8315         * as/mcs51/lklib.c
8316         * link/z80/lklib.c
8317         * as/mcs51/Makefile.in
8318
8319 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8320
8321         A few small changes that speed up the peephole optimizer.
8322
8323         * src/SDCCpeeph.c
8324
8325 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8326
8327         Try to make the peephole optimizer smarter by maintaining
8328         an association between the assembly source code and the
8329         iCodes that originated them. Put this information to use
8330         with a new peephole rule condition "notVolatile" so that
8331         the rules can be aggressive yet still safe.
8332
8333         * src/SDCCpeeph.c
8334         * src/SDCCpeeph.h
8335         * src/mcs51/gen.c
8336         * src/mcs51/peeph.def
8337
8338 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8339
8340         Fixed bug #741761
8341
8342         * src/mcs51/gen.c (aopForSym, leftRightUseAcc),
8343         * src/ds390/gen.c (aopForSym, leftRightUseAcc): preserve A and B
8344         if the left or right operand symbols have the accuse flag set.
8345
8346 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8347
8348         Changed the type of the result of the ! (NOT) operator to char;
8349         previously it returned the same type as the source. This allows
8350         us to eliminate all the genFloatNot functions (all of its target
8351         implementations were very buggy) since !float can use the same
8352         code as !long now.
8353
8354         * src/SDCCicode.c (ast2iCode): ! returns char
8355         * src/mcs51/gen.c (genNot, genNotFloat),
8356         * src/ds390/gen.c (genNot, genNotFloat),
8357         * src/z80/gen.c (genNot, genNotFloat),
8358         * src/pic/gen.c (genNot, genNotFloat),
8359         * src/pic16/gen.c (genNot, genNotFloat): eliminated genNotFloat
8360
8361 2003-08-19  Bernhard Held <bernhard AT bernhardheld.de>
8362
8363         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
8364         1. Interrupt would not compile properly. Ensure PCLATH register is saved
8365            during interrupts. Ensure WSAVE is located at a shared bank address.
8366         2. Fixed page selection in some places
8367         3. Fixed BTFSS/C to where necessary use registers directly and not simply
8368            the registers name strings.
8369         4. Fixed "signed / unsigned compare" compiler warnings.
8370         5. The PIC port manages its own allocation of the general purpose
8371            registers, but makes no attempt to reuse them. As a result when
8372            compiling it soon runs out of general purpose registers. Some
8373            additional code was added to the files pcode.c and device.c to walk
8374            through the function call tree and rename the registers so that they
8375            get reused.
8376
8377         * src/pic/device.c
8378         * src/pic/gen.c
8379         * src/pic/glue.c
8380         * src/pic/pcode.c
8381         * src/pic/pcode.h
8382         * src/pic/ralloc.c
8383         * src/pic/ralloc.h
8384         * src/pic/genarith.c: Fixed problems with PIC 14 port in functions
8385         genPlus() & genMinus() when the result is the same as left or right
8386
8387 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8388
8389         * src/z80/gen.c (isUnsplitable, fetchPairLong): fixed bug #770454
8390
8391 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8392
8393         Made bitfield a distinct type from bit so that bitfields
8394         convert as per ANSI C and bits retain their traditional
8395         boolean style behaviour. Implemented bitfield support in
8396         the z80 port.
8397
8398         * src/SDCCsymt.h,
8399         * src/SDCCsymt.c,
8400         * src/SDCCast.c,
8401         * src/cdbFile.c,
8402         * src/mcs51/gen.c,
8403         * src/ds390/gen.c: bit v bitfield split
8404         * src/z80/gen.c: New support for bitfields
8405         * support/regression/tests/bitfields.c: reenabled z80,
8406         added more tests
8407
8408 2003-08-17  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8409
8410         Rules 246.x, 247.x relate to bitfields, the others speed up
8411         access to xdata mapped I/O devices.
8412
8413         * src/mcs51/peeph.def: added 26 peepholes 246.x - 248.x, 180.x
8414
8415 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8416
8417         Cleaned up genPackBits and genUnpackBits and added two helper
8418         functions, emitPtrByteGet & emitPtrByteSet. Added optimizations
8419         for literal assignments in genPackBits (thanks to Frieder for
8420         reminding me).
8421
8422         * src/mcs51/gen.c
8423         * src/ds390/gen.c
8424
8425 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8426
8427         Fixed bug #748310 (pointer to function type mishandled when the
8428         function name is omitted). Also fixed a SIGSEGV when a function
8429         attribute (reentrant, etc) is used on a non-function or on a
8430         function but misplaced before the parameter list.
8431
8432         * src/SDCC.y (abstract_declarator, abstract_declaractor2): fixed
8433         bug #748310
8434         * src/SDCC.y (declarator2_function_attributes): avoided SIGSEGV
8435         * support/Util/SDCCerr.h,
8436         * support/Util/SDCCerr.c: Added func attr misuse error msg
8437
8438 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
8439
8440         Fixed bug #787649 by anonymous
8441         * src/SDCCglue.c (emitRegularMap): added emission of sloc for func ptr
8442         * src/ds390/gen.c (aopForSym): fixed func ptr in sloc
8443
8444 2003-08-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8445
8446         Fixed numerous bitfield problems.
8447
8448         * src/SDCC.y: More bitfield related error checking
8449         * src/SDCCsymt.h,
8450         * src/SDCCsymt.c (compStructSize): fixed bitfield offset calc
8451         * support/Util/SDCCerr.h,
8452         * support/Util/SDCCerr.c: Added & edited some bitfield err msgs
8453         * src/mcs51/gen.c (genPackBits, genUnpackBits): fixed mask bugs
8454         * src/ds390/gen.c (genPackBits, genUnpackBits): fixed mask bugs
8455         * support/regression/tests/bitfields.c: tests added
8456
8457 2003-08-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8458
8459         Made the constant following the "interrupt" keyword optional. If
8460         omitted, the function will not automatically be given an entry
8461         in the interrupt vector table (similar to #pragma NOIV, but
8462         less syntacticly kludgy). The interrupt number is also now
8463         range checked. Also fixed a bug in the high order bit example
8464         in the manual.
8465
8466         * src/SDCC.y
8467         * src/SDCCmem.c
8468         * src/SDCCglue.c
8469         * src/SDCCsymt.h
8470         * support/Util/SDCCerr.c
8471         * support/Util/SDCCerr.h
8472         * doc/sdccman.lyx
8473
8474 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
8475
8476         * src/SDCCcse.c (algebraicOpts): fix bug converting op from value to type
8477         * src/SDCCicode.c (operandOperation): rewritten some ops
8478         (*, ==, unary_minus) to fix possible overflows and to accord with ANSI
8479         * src/SDCCsymt.c (computeType): literals are handled the same way as any
8480         other type
8481         * src/SDCCval.c (cheapestVal): removed, it doesn't accord with ANSI (can
8482         be re-activated by defining REDUCE_LITERALS)
8483         * src/SDCCval.c (constVal): fixed; hex and octal constants can be
8484         unsigned, but are signed by default
8485         * src/SDCCval.c (constVal): rearranged
8486         * src/SDCCval.c (valMod): preliminary fix
8487         * src/SDCCval.c (valCastLiteral): use TYPE_* types
8488         * support/regression/literalop.c: added, work in progress
8489
8490 2003-08-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8491
8492         Generate warnings for useless declarations like "char data;"
8493         that don't do what new users expect.
8494
8495         * src/SDCC.y
8496         * support/Util/SDCCerr.h
8497         * support/Util/SDCCerr.c
8498
8499 2003-08-09  Bernhard Held <bernhard AT bernhardheld.de>
8500
8501         * src/SDCCval.c (valMult): fix overflow detection of negative int
8502
8503 2003-08-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8504
8505         * src/z80/ralloc.c (joinPushes): made compatible with new signedness
8506
8507         Changes to support big endian targets:
8508
8509         * src/ports.h
8510         * src/SDCCglue.c
8511         * src/avr/main.c
8512         * src/ds390/main.c
8513         * src/izt/i186.c
8514         * src/mcs51/main.c
8515         * src/pic/main.c
8516         * src/pic16/main.c
8517         * src/xa51/main.c
8518         * src/z80/main.c
8519
8520 2003-08-06  Bernhard Held <bernhard AT bernhardheld.de>
8521
8522         * src/SDCCval.c (cheapestVal): changed behaviour to the same as constVal()
8523         * device/lib/time.c: fixed warning "integer overflow in expression"
8524
8525 2003-08-05  Bernhard Held <bernhard AT bernhardheld.de>
8526
8527         * src/SDCCval.c (cheapestVal, valueFromLit): use TYPE_* types
8528         * src/SDCCval.c (constVal): changed default to signed; hex and octal
8529         constants are unsigned; added recognition of "u" flag for unsigned
8530         * src/SDCCval.c (valMult): fixed signdness, added warning for overflow
8531         * src/SDCCval.c (valDiv, valMod): fixed signdness
8532         * src/SDCCicode.c (operandOperation): fixed critical typo; fixed
8533         signedness of modulo, left and right shift
8534         * support/Util/SDCCerr.c: added warning "integer overflow in expression"
8535         * support/Util/SDCCerr.h: added warning W_INT_OVL
8536         * src/SDCCast.c (decorateType): fixed gcc3.3 warning
8537         * src/SDCCast.c (ast_print): improved output of constants
8538
8539 2003-08-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8540
8541         Fixed some warnings when building with MSVC:
8542
8543         * as\mcs51\asdata.c
8544         * as\z80\asdata.c
8545         * as\mcs51\asm.h
8546         * as\z80\asm.h
8547         * link\z80\aslink.h
8548         * link\z80\lkdata.c
8549         * link\z80\lkeval.c
8550         * link\z80\lkgb.c
8551         * link\z80\lkihx.c
8552         * link\z80\lks19.c
8553         * link\z80\lksym.c
8554         * support\cpp2\cpplib.c
8555         * src\ds390\gen.c
8556         * src\mcs51\gen.c
8557
8558 2003-08-03  Bernhard Held <bernhard AT bernhardheld.de>
8559
8560         * src/SDCCast.c (constExprTree): fix bug #781827 by Carl Worth <cworth AT isi.edu>
8561
8562 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8563
8564         * support\librarian\clean.mk: Do not remove Makefile.
8565         * support\librarian\Makefile: added.
8566
8567 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8568
8569         Added librarian to MSVC build:
8570         * all.dsp
8571         * sdcc.dsw
8572         * support\librarian\librarian.dsp
8573
8574         'configure' not needed for librarian, removed:
8575         * support\librarian\configure
8576         * support\librarian\configure.in
8577         * support\librarian\config_in.h
8578         * support\librarian\Makefile.in
8579
8580         Hopefully these ones built the librarian and the rest of sdcc properly:
8581         * Makefile
8582         * Makefile.common.in
8583
8584         Messed up 'configure', so revert to previous version:
8585         * configure
8586         * configure.in
8587
8588 2003-07-31  Bernhard Held <bernhard AT bernhardheld.de>
8589
8590         * src/SDCCicode.c (operandOperation): 3. fix, this time for Alpha; ULONG has 64 bits
8591         there, while the mantissa of a double is "only" 53 bits wide.
8592
8593 2003-07-31  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8594
8595         Adding sdcclib to the build.  MSVC project coming soon.
8596         Files added/changed:
8597
8598         * support\librarian\clean.mk
8599         * support\librarian\configure
8600         * support\librarian\configure.in
8601         * support\librarian\config_in.h
8602         * support\librarian\Makefile.bcc
8603         * support\librarian\Makefile.in
8604         * support\librarian\sdcclib.c
8605         * Makefile.bcc
8606         * Makefile
8607         * Makefile.common.in
8608         * configure
8609         * configure.in
8610
8611 2003-07-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8612
8613         Linker now complaints if linked modules have conflicting options, for
8614         example, one compiled using --model-large and another one compiled with
8615         --model-small.  The following files were modified:
8616
8617         * as\mcs51\asdata.c
8618         * as\mcs51\aslink.h
8619         * as\mcs51\asm.h
8620         * as\mcs51\asmain.c
8621         * as\mcs51\asout.c
8622         * as\mcs51\i51pst.c
8623         * as\mcs51\lkdata.c
8624         * as\mcs51\lklibr.c
8625         * as\mcs51\lkmain.c
8626         * as\z80\asdata.c
8627         * as\z80\asm.h
8628         * as\z80\asmain.c
8629         * as\z80\asout.c
8630         * as\z80\z80pst.c
8631         * link\z80\aslink.h
8632         * link\z80\lkdata.c
8633         * link\z80\lklibr.c
8634         * link\z80\lkmain.c
8635         * src\SDCCglue.c
8636
8637 2003-07-28  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8638
8639         *link/z80/aslink.h, link/z80/lklibr.c, as/mcs51/aslink.h,
8640         as/mcs51/lklibr.c: Generate a warning when a library is not found.
8641
8642 2003-07-28  Bernhard Held <bernhard AT bernhardheld.de>
8643
8644         * src/z80/mappings.i: fix _mul[us][int,long] entries
8645
8646 2003-07-26  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8647
8648         *src/SDCCmain.c: do not search for crt0.o when using --nostdlib
8649
8650 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
8651
8652         * src/SDCCicode.c (operandOperation): really fixed problem with bitops
8653         * support/regression/tests/bitopcse.c: added
8654         fixed warning:
8655         * src/avr/gen.c:
8656         * src/pic/gen.c:
8657         * src/pic16/gen.c:
8658         * src/z80/gen.c:
8659         * src/xa51/gen.c:
8660
8661 2003-07-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8662
8663         added support for new library format to z80, gbz80 linkers:
8664         *link/z80/aslink.h
8665         *link/z80/lklex.c
8666         *link/z80/lklib.c
8667         *link/z80/lklist.c
8668
8669 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
8670
8671         * src/SDCCicode.c (operandOperation): fixed problem with bitops and 0xffffffff;
8672         after {double d = 0xffffffff; long l = d;} l will be 0x80000000 (LONG_MIN)
8673
8674 2003-07-23  Bernhard Held <bernhard AT bernhardheld.de>
8675
8676         added DUMMY_READ_VOLATILE:
8677         * src/SDCC.y:
8678         * src/avr/gen.c:
8679         * src/xa51/gen.c:
8680         * src/z80/gen.c:
8681         * src/pic/gen.c:
8682         * src/pic16/gen.c:
8683         * src/mcs51/gen.c:
8684         * src/ds390/gen.c:
8685         * src/SDCCcse.c (algebraicOpts): many improvements
8686         * src/SDCCcse.h: removed algebraicOpts()
8687         * src/SDCCicode.c (picDummyRead): added
8688
8689 2003-07-23  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8690
8691         * as/mcs51/lkmem.c: Changed message "Insufficient DRAM memory" to
8692         "Insufficient space in data memory".
8693
8694 2003-07-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8695
8696         * src/mcs51/gen.c: fixed bug #771358
8697         * src/z80/gen.c: fixed bug #759087
8698
8699 2003-07-20  Bernhard Held <bernhard AT bernhardheld.de>
8700
8701         * src/pic16/glue.c: minor cleanup by Vangelis
8702
8703 2003-07-19  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8704
8705         * device/include/regc515c.h: fixed #758477
8706         * device/lib/_gptrget.c: saving some cycles in generic pointer get
8707         * device/lib/_gptrput.c: saved a few bytes
8708         * my tab spacing is 8, yours too?)
8709         * device/lib/_ser.c: process RX bytes earlier than TX bytes
8710         * device/lib/serial.c: process RX bytes earlier than TX bytes
8711         * src/mcs51/gen.c(genGenPointerGet/Set): removed writing of type after postincrement
8712
8713 2003-07-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8714
8715         * src/z80/gen.c: fixed some right shift bugs (#772726 among them)
8716
8717 2003-07-17  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8718
8719     * link/z80/lklibr.c: fixed bug when there is a '.' in a library path.
8720
8721 2003-07-17  Bernhard Held <bernhard AT bernhardheld.de>
8722
8723         * device/lib/Makefile.in: bad fix, reverted to 1.43
8724
8725 2003-07-16  Bernhard Held <bernhard AT bernhardheld.de>
8726
8727         * device/lib/Makefile.in: added missing z80 object files
8728
8729 2003-07-14  Bernhard Held <bernhard AT bernhardheld.de>
8730
8731         * src/SDCCcse.c (algebraicOpts): CSE fun with &|^ and 0x00/0xff literals
8732         pic16 progress by Vangelis:
8733         * src/SDCCglobl.h:
8734         * src/SDCCmain.c:
8735         * src/pic/Makefile:
8736         * src/pic:
8737         * pic/Makefile:
8738         * pic16/device.c:
8739         * pic16/device.h:
8740         * pic16/gen.c:
8741         * pic16/gen.h:
8742         * pic16/genarith.c:
8743         * pic16/glue.c:
8744         * pic16/main.c:
8745         * pic16/pcode.c:
8746         * pic16/pcode.h:
8747         * pic16/pcodepeep.c:
8748         * pic16/peeph.def:
8749
8750 2003-07-13  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8751
8752     * src/SDCCmain.c, src/SDCCglobl.h: added option --no-std-crt0
8753
8754 2003-07-12  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8755
8756     * sdcc.dsw, all.dsp, link/z80/linkgbz80.dsp, as/z80/as-gbz80.dsp:
8757     added gbz80 build to MSVC project.
8758     * src/SDCCmain.c, src/SDCCglue.c, src/z80/main.c, src/z80/z80.dsp,
8759     link/z80/aslink.h, linkz80.dsp: cleaned up z80 and gbz80 asm files
8760     from 8051 stuff and setup so it links using a .lnk file.
8761
8762 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8763
8764     * support/librarian/sdcclib.c: sdcc librarian.
8765     * as/mcs51/aslink.h, as/mcs51/lklib.c: Support for libraries created
8766     with sdcclib.
8767
8768 2003-07-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8769
8770     * as/mcs51/lkmain.c: properly handle extensions in function afile.
8771
8772 2003-07-02  Borut Razem <borut.razem AT siol.net>
8773
8774         * src/port.h, src/SDCCmain.c, src/pic/glue.h, src/pic/main.c,
8775         src/pic16/glue.h, sdcc/src/pic16/main.c, src/izt/i186.c,
8776         src/izt/tlcs900h.c, src/avr/main.c, src/ds390/main.c, src/mcs51/main.c,
8777         src/xa51/main.c, src/z80/main.c:
8778         virtualization of glue() function: each port has it's own glue function,
8779         which is accessed by do_glue function pointer in PORT.general structure
8780
8781 2003-07-01 Kevin Vigor <kevin AT vigor.nu>
8782
8783         * DS800C400 fun, improved ROM interface and tinibios.
8784
8785 2003-06-27 Kevin Vigor <kevin AT vigor.nu>
8786
8787         * More support for DS80C400. Now includes beginning of interface to ROM.
8788
8789 2003-06-25  Bernhard Held <bernhard AT bernhardheld.de>
8790
8791         * src/mcs51/gen.c (gencjneshort): fixed bug #760345
8792
8793 2003-06-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8794
8795         * as/mcs51/lkaomf51.c: Make sure the size of the last procedure is correct.
8796
8797 2003-06-19  Borut Razem <borut.razem AT siol.net>
8798
8799         * src/z80/main.c: fixed Z80 port again: missing -k library paths in linker command line
8800
8801 2003-06-19  Borut Razem <borut.razem AT siol.net>
8802
8803         * src/SDCCutil.h, src/SDCCutil.c, src/SDCCglobl.h, src/SDCCmain.c, src/z80/main.c:
8804         fixed Z80 port - crt0.o: cannot open.
8805
8806 2003-06-19  Bernhard Held <bernhard AT bernhardheld.de>
8807
8808         * support/Util/MySystem.c (merge_command): revert bad fix
8809
8810 2003-06-18  Borut Razem <borut.razem AT siol.net>
8811
8812         * src/SDCC.lex, src/SDCCmain.c: fixed some warnings, introduced with changes made 15.06.1003
8813
8814 2003-06-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8815
8816         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
8817         option --use-stdout sends errors to stdout instead of stderr.
8818
8819 2003-06-18  Bernhard Held <bernhard AT bernhardheld.de>
8820
8821         * support/Util/MySystem.c (merge_command): quick fix for Linux segfault with \"cmd\" arg
8822
8823 2003-06-15  Borut Razem <borut.razem AT siol.net>
8824
8825         * support/cpp2/sdcc.h: HAVE_DOS_BASED_FILE_SYSTEM defined for _WIN32
8826         * src/SDCC.lex: cloneXxx and copyAndFreeXxx functions for options and optimize stack handling
8827         * src/SDCCglobl.h, src/SDCCmain.c, src/ds390/main.c, src/mcs51/main.c, src/z80/main.c:
8828         fixed width array of pointers replaced with sets;
8829         multiple include and lib paths ared transferred to preprocessor and linker
8830         * src/SDCCset.c, src/SDCCset.h: added function setFromSetNonRev() and mergeSets()
8831         * src/SDCCsymt.c: reimplemented function inCalleeSaveList() by using sets instead
8832         fixed width array of pointers
8833         * src/SDCCutil.c, src/SDCCutil.h: added functions fputStrSet(), appendStrSet(), joinStrSet();
8834         removed functions addToList(), join(), joinn(), pathCharsEquivalent(), pathCharTransform(),
8835         fixupPath(), getPathDifference()
8836         * src/ds390/gen.c, src/mcs51/gen.c: reimplemented function  inExcludeList() by using sets instead
8837         fixed width array of pointers
8838
8839 2003-06-11  Bernhard Held <bernhard AT bernhardheld.de>
8840
8841         * src/pic16/ralloc.c: fix warnings
8842         * src/pic16/pcode.c: fix warning
8843
8844 2003-06-10  Scott Dattalo  <scott AT dattalo.com>
8845
8846          Scott D. for Vangelis Rokas (vrokas AT otenet.gr). I (scott) don't
8847         know all the details, but essentially this set of changes enable
8848         the pic16 port to generate movff instructions and generate assembler
8849         directives,
8850         * src/SDCCmain.c:
8851         * src/pic16/gen.c:
8852         * src/pic16/glue.c:
8853         * src/pic16/pcode.c:
8854         * src/pic16/device.c:
8855         * src/pic16/main.c:
8856         * src/pic16/pcode.h:
8857         * src/pic16/pcoderegs.c:
8858         * src/pic16/ralloc.c:
8859         * src/pic16/ralloc.h:
8860
8861 2003-06-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8862
8863         * support/Util/SDCCerr.c, src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
8864         added option --vc, so sdcc errors and warnings are compatible with
8865         Microsoft Visual Studio.
8866
8867 2003-06-07  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8868
8869         * device/lib/_atof.c, device/lib/Makefile.in, device/include/stdlib.h,
8870           device/lib/libfloat.lib: added atof function.
8871
8872 2003-06-04  Bernhard Held <bernhard AT bernhardheld.de>
8873
8874         * doc/sdccman.lyx: updated to Lyx 1.3
8875         * doc/cdbfileformat.lyx: updated to Lyx 1.3
8876         * doc/test_suite_spec.lyx: updated to Lyx 1.3
8877         * doc/Makefile: added fix for the \tabularnewline problem, thanks to Jesus
8878
8879 2003-06-03  Bernhard Held <bernhard AT bernhardheld.de>
8880
8881         * src/SDCCpeeph.c: separate peepRules2pCode() for pic16 by "Vangelis Rokas" <vrokas AT otenet.gr>
8882
8883 2003-06-02  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8884
8885         * doc/sdccman.lyx: cvs revision keywords, passing pdf information in latex preamble,
8886           additions to the "related tools/documentation" section
8887
8888 2003-06-02  Bernhard Held <bernhard AT bernhardheld.de>
8889
8890         * src/SDCCglue.c (tempfileandname): added check for missing TMP/TEMP/TMPDIR variable
8891
8892 2003-05-29  Bernhard Held <bernhard AT bernhardheld.de>
8893
8894         * src/pic/device.c: added 16F819, patch by "David I. Lehn" <dlehn AT vt.edu>
8895         * src/SDCCcse.c (algebraicOpts): fixed "c * 1"
8896
8897 2003-05-28  Bernhard Held <bernhard AT bernhardheld.de>
8898
8899         * doc/sdccman.lyx: fix double dash and other minor things
8900         * doc/Makefile: fix double dash
8901
8902 2003-05-28  Karl Bongers(patches from Martin Helmling)
8903         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files. Martin adds
8904           condition and ignore commands.
8905
8906 2003-05-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8907
8908         * doc/sdccman.lyx: Changes all over, index improved, smaller margins. The manual
8909           is in parts still quite out of date, I did changes as far as I felt makes sense
8910           for a non-native english speaker.
8911           Please feel free to add to the manual or to correct my changes.
8912         * doc/Makefile: undid touching the date of intermediate tex files.
8913
8914 2003-05-26  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8915
8916         * doc/sdccman.lyx: Manual has an index now
8917
8918 2003-05-25  Bernhard Held <bernhard AT bernhardheld.de>
8919
8920         Finalize muluint/mulsint and mululong/mulslong merging:
8921         * device/lib/_mulint.c
8922         * device/lib/_mullong.c
8923         * device/lib/gbz80/mul.s
8924         * device/lib/gbz80/stubs.s
8925         * device/lib/z80/mul.s
8926         * device/lib/z80/stubs.s
8927         * src/SDCCsymt.c (initCSupport)
8928
8929 2003-05-25  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8930
8931         * as/mcs51/lkaomf51.c: Address space 'z' was missing.
8932         * src/avr/avr.dsp, src/ds390/ds390.dsp, src/mcs51/mcs51.dsp,
8933           src/pic/pic.dsp, src/pic16/pic16.dsp, src/xa51/xa51.dsp,
8934           src/x80/z80.dsp: peep.rul is bigger now, so /Zm1000 is used
8935           instead of /Zm500.
8936
8937 2003-05-25  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8938
8939         * src/mcs51/peeph.def: added rules 244.x, 245.x. Although they pass
8940           the regression tests I'm not brave enough to enable 245.b, 245.c
8941         * doc/sdccman.lyx: added latex preamble for hyperref package.
8942           Using pdflatex this will give you a hyperlinked pdf file with
8943           bookmarks. (prepend '%' before /usepackage if this breaks something)
8944
8945 2003-05-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8946
8947          * doc/sdccman.lyx: updated information about .adb files (fixed bug 742649)
8948
8949 2003-05-22  Bernhard Held <bernhard AT bernhardheld.de>
8950
8951         * src/pic16/pcode.c (pic16_get_op_from_instruction): fixed a gcc 3.x warning
8952
8953 2003-05-21    <johan AT balder>
8954
8955         * src/SDCCglue.c (printIval): fixed bug #739934
8956
8957 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
8958
8959         Applied patch from bug 737905 (renamed yylineo to mylineno):
8960         * src/altlex.c
8961         * src/SDCCast.c
8962         * src/SDCglobl.h
8963         * src/SDCC.lex
8964         * src/SDCCsymt.c
8965         * src/SDCCval.c
8966         * src/pic16/pcode.c: Cleaned warnings
8967         * src/pic16/pcodeflow.c: Cleaned warnings
8968         * src/pic16/pcoderegs.c: Cleaned warnings
8969
8970 2003-05-19  Scott Dattalo  <scott AT dattalo.com>
8971
8972         * src/pic16/pcode.c: Cleaned warnings
8973         * src/pic16/pcodepeep.c: Cleaned warnings
8974         * src/pic16/ralloc.c: Cleaned warnings
8975
8976 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
8977
8978         * doc/sdccman.lyx: fixed bug 739745
8979         * src/pic16/pcode.c (pic16_get_op): fixed warning on alpha
8980
8981 2003-05-18  Bernhard Held <bernhard AT bernhardheld.de>
8982
8983         * src/port.h: removed DEFAULT_PORT, it's not yet pic16 ;-)
8984         it can be defined with CFLAGS when running configure
8985         * src/SDCCmain.c: fixed compiling + linking with object files
8986
8987 2003-05-18  Vangelis Rokas (vrokas AT otenet.gr)
8988
8989         * configure.in: configure for pic16 port,
8990             added --disable-pic16-port
8991         * sdccconf_in.h: added macro OPT_DISABLE_PIC16
8992         * src/SDCCmain.c: linkOptions is changed to set *,
8993             added if/endif conditional macros to remove options help
8994             messages from optionsTable when a port is not configured, added
8995             support for the PIc16 port in the ports table, when executing
8996             the compiler with no port specified on command line, a default
8997             port is selected with the new macro DEFAULT_PORT which is
8998             defined in port.h, in setDefaultOptions() linkOptions is removed
8999             from initialization assignment, since now it is a set,
9000             parseCmdLine uses setParseWithComma for linkOptions, in
9001             linkEdit() linkOptions are accessed with new function indexSet()
9002             which returns the i'th item of a set variable. See SDCCset.c, in
9003             linkEdit() when calling buildCmdLine(), added linkOptions as
9004             last argument. Now users can pass arguments to gplink via the
9005             -Wl option, main() uses pic16glue() to glue up pic16 programs
9006         * src/SDCCpeeph.c: various changes to support pic16
9007         * src/SDCCset.c: added function  void *indexSet(set *, int)  to
9008             return the i'th item of the set
9009         * src/SDCCset.h: added function prototype for indexSet()
9010         * src/SDCCsymt.c: in checkSClass(), added support for PIC16
9011         * src/clean.mk: added pic16 in CLEANALLPORTS variable
9012         * src/port.h: added TARGET_ID_PIC16,TARGET_IS_PIC16 macro,
9013             added macro DEFAULT_PORT
9014         * src/pic/main.c: corrected arguments of gplnk in _linkCmd
9015         * src/pic16/gen.c: bug fix in genCpl(), now the correct code is
9016             generated
9017         * src/pic16/glue.c: commented out some error producing lines
9018         * src/pic16/main.c: __config directives are commented out to stop
9019             gpasm complaining and test the linkage with gplink, _linkCmd and
9020             _asmCmd changed to be more gplink and gpasm friendly
9021         * src/pic16/peeph.def: peep rule 3 is commented out, since it
9022             produced an error when parsed, peep rule 12 is added to utilize
9023             movff, but it is commented out since the pCode does not support
9024             yet a command with 2 address arguments
9025
9026 2003-05-18    <johan AT balder>
9027
9028         * src/ds390/gen.c (genArrayInit): removed obsolete and buggy ARRAYINIT
9029         * src/ds390/main.c (genArrayInit): removed obsolete and buggy ARRAYINIT
9030 2003-05-17  Karl Bongers(apply patches from Martin Helmling)
9031
9032         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files.
9033   Added feature to script commands from file.
9034
9035 2003-05-14  Bernhard Held <bernhard AT bernhardheld.de>
9036
9037         * device/lib/_strtok.c: fixed bug #734355 by Lenny Story and Tim Woodall
9038         * src/SDCCutil.c: include ctype.h for win32
9039
9040 2003-05-13  Bernhard Held <bernhard AT bernhardheld.de>
9041
9042         * src/pic16/*: removed CR from many files, reported by Vangelis Rokas
9043
9044 2003-05-12  Karl Bongers(apply development patches from Martin Helmling)
9045
9046         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,break.c and .h files.
9047   Fixed so you can set breakpoints prior to run, run does not stop
9048   on entry now.  Add tbreak.  Other enhancements and fixes for use
9049   with ddd.
9050
9051 2003-05-12  Borut Razem <borut.razem AT siol.net>
9052
9053         * src/SDCCmain.c: fixed the problem with searching the DATADIR as the last resort on *nix
9054
9055 2003-05-11  Borut Razem <borut.razem AT siol.net>
9056
9057         * src/SDCCutil.c: WIN32 version of getBinPath() calls GetModuleFileName() to determine
9058         the path of bin directory, so that PATH is the only env. variable, which has to be set
9059         in case of standard installation.
9060         * src/ds390/ds390.dsp: increased value of /Zm option to 1000
9061         * src/pic/main.c: add quotes to file name parameters for gplink and gpasm
9062         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx: added --print-search-dirs command line option
9063
9064 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
9065
9066         * src/SDCCmain.c (linkEdit): fixed buffer overflow for gbz80
9067         * support/regression/Makefile: inter-port-clean is no longer nesessary, the
9068         temp files are in the port dir; clean the gen/test directory when
9069         generating new test.c
9070         * support/regression/ports/host/spec.mk: defined OBJEXT for target clean
9071         * support/regression/tests/vaargs.c: fixed gcc 3.3 warning
9072         * support/regression/tests/zeropad.c: added
9073
9074 2003-05-09    <johan AT balder>
9075
9076         * src/SDCCglue.c: fixed bug #597940
9077
9078 2003-05-05  Karl Bongers(apply patches from Martin Helmling)
9079
9080         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
9081   cache sfr, optimize next,step, fix off by one sourceline,
9082   support ddd list function.
9083         * sim/ucsim/cmd.src/newcmd.cc - small fix for sdcdb use.
9084
9085 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
9086
9087         * support/regression/HTMLgen.py: added compare_s2f()
9088         * support/regression/Makefile: redo 1.27
9089         * support/regression/generate-cases.py: redo 1.5
9090
9091 2003-04-30  Bernhard Held <bernhard AT bernhardheld.de>
9092
9093         * support/regression/tests/float.c: workaround 33 bit hex constant
9094         * support/regression/tests/simplefloat.c: fix division for host
9095
9096 2003-04-29  Scott Dattalo  <scott AT dattalo.com>
9097
9098         * src/pic/pcoderegs.c Applied patch from Jim Hawkridge <jim AT jimhawkridge.uk.eu.org>
9099         that tame's the PIC's over-aggressive optimizer.
9100
9101 2003-04-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9102
9103          * src.dsw, link/z80/aslink.h, link/z80/linkz80.dsp: z80 linker
9104          support for MSVC.
9105
9106 2003-04-29  Kevin Vigor <kevin AT vigor.nu>
9107
9108         Initial support for DS80C400. "Hello world" runs on TINIm400
9109         (with polled I/O).
9110
9111 2003-04-28  Karl Bongers(apply patches for Martin Helmling)
9112
9113          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
9114          * Some notes on ddd usage added in debugger/README
9115          Martin Helmling adding more features and fixes for ddd GUI debugger.
9116          Code added for nexti, stepi, up, down, and other adjustments.
9117
9118 2003-04-28  Scott Dattalo  <scott AT DATTALO.COM>
9119
9120         * src/pic/pCodepeep.c non-wildcard asmops are now handled
9121         * src/pic/peeph.def Added two rules to optimize carry manipulation
9122         * src/pic/* removed debug printfs
9123
9124 2003-04-28  Bernhard Held <bernhard AT bernhardheld.de>
9125
9126         * debugger/mcs51/cmd.c: added header newalloc.h
9127
9128 2003-04-26  Bernhard Held <bernhard AT bernhardheld.de>
9129
9130         * as/Makefile: new EXEEXT
9131         * as/z80/Makefile: remove trailing slash of BUILDIR
9132         * as/z80/clean.mk: new EXEEXT
9133         * Makefile.common.in: add to CFLAGS (and others), don't replace it
9134         * support/cpp2/Makefile.in: new EXEEXT
9135         * src/pic/glue.c (pic14emitRegularMap): fixed warning
9136
9137 2003-04-24  Bernhard Held <bernhard AT bernhardheld.de>
9138
9139         Cygwin's gcc always appends .exe: 'gcc -o a a.c' creates a.exe;
9140         EXEEXT was introduced to fix all related problems with targets
9141         "clean", "install" and "uninstall"; a couple of further flaws
9142         especially with "clean" have been fixed too
9143         * as/mcs51/Makefile.in
9144         * as/mcs51/clean.mk
9145         * as/z80/Makefile
9146         * Makefile
9147         * clean.mk
9148         * debugger/mcs51/Makefile.in
9149         * debugger/mcs51/clean.mk
9150         * link/z80/Makefile
9151         * link/z80/Makefile.in
9152         * link/z80/clean.mk
9153         * link/Makefile
9154         * packihx/Makefile.in
9155         * packihx/clean.mk
9156         * sim/ucsim/Makefile
9157         * sim/ucsim/clean.mk
9158         * sim/ucsim/avr.src/Makefile.in
9159         * sim/ucsim/avr.src/clean.mk
9160         * sim/ucsim/s51.src/Makefile.in
9161         * sim/ucsim/s51.src/clean.mk
9162         * sim/ucsim/xa.src/Makefile.in
9163         * sim/ucsim/xa.src/clean.mk
9164         * sim/ucsim/z80.src/Makefile.in
9165         * sim/ucsim/z80.src/clean.mk
9166         * sim/ucsim/main_in.mk
9167         * sim/ucsim/packages_in.mk
9168         * sim/ucsim/gui.src/Makefile.in
9169         * sim/ucsim/gui.src/serio.src/Makefile.in
9170         * sim/ucsim/gui.src/serio.src/clean.mk
9171         * src/Makefile.in
9172         * src/clean.mk
9173         * support/cpp2/Makefile.in
9174         * support/cpp2/clean.mk
9175         * support/makebin/Makefile
9176         * support/makebin/clean.mk
9177         * support/scripts/sdcc_mingw32: --program-suffix no longer needed
9178         * doc/sdccman.lyx: --program-suffix no longer needed
9179
9180 2003-04-23  Karl Bongers(apply patches for Martin Helmling)
9181
9182          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,..
9183          Martin Helmling added support for ddd GUI debugger.
9184          Code added to display assembly, set variables, and other commands
9185          to interface to ddd.
9186
9187 2003-04-23  Bernhard Held <bernhard AT bernhardheld.de>
9188
9189         * as/Makefile: fix target clean
9190         * as/clean.mk: fix target clean
9191         * as/z80/clean.mk: fix target clean
9192
9193 2003-04-22  Bernhard Held <bernhard AT bernhardheld.de>
9194
9195         * Makefile.common.in: added  AT EXEEXT AT
9196         * configure.in: removed all mingw32 stuff
9197         * configure: rebuilt from configure.in
9198         * doc/sdccman.lyx: updated section "installation"
9199         * support/scripts/sdcc_mingw32: adapted to configure
9200         * support/scripts/sdcc_cygwin_mingw32: added
9201
9202 2003-04-22  Scott Dattalo  <scott AT dattalo.com>
9203
9204         * src/pic Added object file support for the PIC port
9205         * src/pic Applied patch from Craig Franklin (this started the object file support)
9206         * src/regression Updated the PIC regression tests for object files
9207
9208 2003-04-20  Borut Razem <borut.razem AT siol.net>
9209
9210         * sdcc/as/mcs51/lklex.c: make getfid() more robust and fixed gcc warning:
9211           lklex.c: In function `getfid':
9212           lklex.c:203: warning: array subscript has type `char'
9213         * src/SDCCglobl.h: small change in stack handling macros, to avoid crash when compiled
9214           with MSVC with global optimization enabled (probably an cl compiler bug ;-)
9215         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added function fatal(), called from
9216           stack handling macros
9217
9218 2003-04-19  Borut Razem <borut.razem AT siol.net>
9219
9220         * "handling space characters in file path" task:
9221         * src/SDCCmacro.c: fixed bug in handlig quote at the end of line
9222         * support/Util/BuildCmd.c: define par as NULL if parameter value is invalid
9223         * support/Util/MySystem.h: make it self-sufficient
9224         * src/avr/main.c, src/ds390/main.c, src/mcs51/main.c, src/pic/main.c, src/xa51/main.c,
9225           src/z80/main.c, sdcc/as/mcs51/lklex.c:
9226           handling space characters in file path
9227         * src/SDCCmain.c: introduced setDataPaths() function, {datadir} macro
9228           (it will be used by assemblers, which have their own includes, e.g. gpasm)
9229         * support/Util/MySystem.c: handling space characters in executable's path
9230
9231 2003-04-19  Bernhard Held <bernhard AT bernhardheld.de>
9232
9233         * as/z80/Makefile: fix permanent rebuild of z80
9234         * sim/ucsim/gui.src/Makefile.in: target "install" builds the same packages as target "all"
9235         * support/regression/tests/bitfields.c: added Johan's bitfields.c
9236
9237 2003-04-18      Kevin Vigor <kevin AT vigor.nu>
9238
9239         * src/SDCCopt.c: add special case optimization to replace modulo by
9240           a power of two with a bitwise AND.
9241
9242 2003-04-18    <johan AT balder>
9243
9244         * src/mcs51/gen.c (getFreePtr): fixed bug #635354
9245
9246 2003-04-17    <johan AT balder>
9247
9248         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #716790 and removes lot's of redundant register usage around function calls
9249         * src/mcs51/ralloc.c (packRegisters): fixed bug #720667
9250
9251 2003-04-13  Borut Razem <borut.razem AT siol.net>
9252
9253         * doc/sdccman.lyx: updated info about #pragma SAVE/RESTORE nesting
9254         * configure.in, configure: fixed problems on cygwin/WinCVS environmet with ports.* line endings;
9255           fixed mingw problem in adl_NORMALIZE_PATH
9256
9257 2003-04-12  Borut Razem <borut.razem AT siol.net>
9258
9259         * fixed "#pragma SAVE/RESTORE can not be nested":
9260         * src/SDCC.lex: reworked pragma handling functions
9261         * sdcc/src/SDCCglobl.h: reworked stack handling macros
9262         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added E_STACK_VIOLATION error
9263
9264 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
9265
9266         * src/SDCCutil.c (pathEquivalent): defined but not used
9267         * debugger/mcs51/sdcdb.c: replace SDCC_LIB_DIR
9268         * configure.in: remove sdcc_datadir, sdcc_lib_dir and sdcc_include_dir
9269         * configure: rebuilt from configure.in
9270         * sdccconf_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
9271         * sdcc_vc_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
9272         * device/include/Makefile.in: replace sdcc_datadir
9273         * device/lib/Makefile.in: replace sdcc_datadir
9274         * Makefile.common.in: add LDFLAGS from configure
9275         * packihx/Makefile.in: use LDFLAGS
9276         * src/Makefile.in: use LDFLAGS
9277         * support/cpp2/Makefile.in: add LDFLAGS from configure
9278         * support/makebin/Makefile: use LDFLAGS
9279         * .version: bumped version number to 2.3.5
9280
9281 2003-04-12  Borut Razem <borut.razem AT siol.net>
9282
9283         * completed "different paths" task:
9284         * src/SDCCmacro.c: fixed bug in handling quotes
9285         * src/SDCCutil.c, src/SDCCutil.c: rewritten getPrefixFromBinPath()
9286         * src/SDCCmain.c: _discoverPaths() replaced with setBinPaths(), setIncludePath() and setLibPath()
9287
9288 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
9289
9290         * src/pic/pcoderegs.c (Remove1pcode): fix warning on alpha
9291
9292 2003-04-11 kevin Vigor <kevin AT vigor.nu>
9293
9294         * ds390/gen.c ds390/peeph.def: fix bug 706781
9295
9296 2003-04-11  Borut Razem <borut.razem AT siol.net>
9297
9298         * support/Util/dbuf.c, support/Util/dbuf.h: update to version 1.1.1 - re-added C++ stuff to make it still more portable
9299
9300 2003-04-10  Scott Dattalo  <scott AT dattalo.com>
9301
9302         * src/pic/* Applied the pointer-to-function patch from Steve Tell.
9303         * src/pic/* Fixed several pointer bugs. (PIC port broke when the ruonly bit was
9304          set - this bit used to not be set...).
9305         * src/pic/gen.c Fixed buf 609268 ==> x = (x+1) & 0xf; generated
9306           bad code in PIC Port
9307         * src/regression/and2.c added to test bug 609268
9308         * src/regression/Makefile added and2.c to regression test
9309
9310
9311 2003-04-08    <johan AT CP255758-A>
9312
9313         * src/mcs51/gen.c (gen51Code): display reg usage in --icode-in-asm
9314         * src/mcs51/ralloc.c (serialRegAssign): update the registers in use and save some slocs
9315         * src/SDCCicode.h: added riu to show the register usage in --icode-in-asm
9316
9317 2003-04-07  Bernhard Held <bernhard AT bernhardheld.de>
9318
9319         * configure.in: fully support prefix, exec_prefix, datadir, docdir;
9320         fix bug #487815
9321         * support/cpp2/Makefile.in: fix bug #487815
9322         * configure: rebuilt from configure.in
9323         * Makefile.common.in: docdir changed, new path suffixes
9324         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
9325         * sdcc_vc_in.h: reflect changes from sdccconf.h
9326         * src/SDCCglobl.h: remove *SEPARATOR_CHARS, they are now in sdccconf.h
9327         * src/SDCCutil.h: remove BINDIR hack
9328         * doc/sdccman.lyx: update new path hierarchy
9329
9330 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
9331
9332         * src/SDCCpeeph.c: added okToRemoveSLOC test
9333
9334 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
9335
9336         * device/lib/printf_fast.c: added leading zero format ("%06d", etc)
9337
9338 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
9339
9340         * src/SDCCpeeph.c: added labelIsReturnOnly test
9341         * src/mcs51/peeph.def: Peephole 244: replace ljmp to ret with ret
9342
9343 2003-04-05    <johan AT balder>
9344
9345         * src/SDCCcse.c (cseAllBlocks): fixed bug #460088
9346         * src/SDCCloop.c (DEFSETFUNC): fixed bug #460088
9347         * src/SDCCopt.c (eBBlockFromiCode): fixed bug #460088
9348         * src/SDCCast.c: fixed a warning
9349         * src/SDCCast.h: fixed a warning
9350         * src/SDCCicode.c (operandFromAst): fixed a warning
9351
9352 2003-04-04    <johan AT balder>
9353
9354         * src/SDCCloop.c (DEFSETFUNC): undid the fix for bug #519584
9355         * src/SDCCast.c (decorateType): fixed bug #715076
9356         * src/SDCC.y: fixed bug #702907
9357
9358 2003-04-03    <johan AT balder>
9359
9360         * device/lib/_mulint.c (_muluint): new #pragma LESS_PEDANTIC
9361         * src/SDCCopt.c (eBBlockFromiCode): new #pragma LESS_PEDANTIC
9362         * src/SDCCglobl.h (PRAGMA_LESSPEDANTIC): new #pragma LESS_PEDANTIC
9363         * src/SDCC.lex (doPragma): new #pragma LESS_PEDANTIC
9364         * src/SDCCmain.c (parseCmdLine): new #pragma LESS_PEDANTIC
9365
9366 2003-04-03  Bernhard Held <bernhard AT bernhardheld.de>
9367
9368         * _decdptr.c: fix return values
9369         * _gptrget.c: fix return values
9370         * _gptrgetc.c: fix return values
9371         * _gptrput.c: fix return values
9372         * _mulint.c: fix return values
9373         * as/z80/Makefile: fix 'make -j' problem
9374
9375 2003-04-02  Bernhard Held <bernhard AT bernhardheld.de>
9376
9377         * Makefile.common.in: unused PORT, SCC and SAS removed, fixed docdir
9378         * configure.in: big cleanup, updated to autoconf 2.5x
9379         * configure: rebuilt from configure.in
9380         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
9381         * sdcc_vc_in.h: reflect changes from sdccconf.h
9382         * doc/Makefile: fixed a flaw in "make install"
9383
9384 2003-04-02    <johan AT balder>
9385
9386         * src/ds390/gen.c (genCmp): no comments
9387         * src/mcs51/gen.c (genCmp): no comments
9388         * src/SDCCopt.c (eBBlockFromiCode): detect missing return values
9389         * src/SDCCast.c (ast_print): fixed the function type in --dumptree
9390
9391 2003-04-01  Bernhard Held <bernhard AT bernhardheld.de>
9392
9393         * support/regression/generate-cases.py: place generated file in given sub directory
9394         * support/regression/ports/host/spec.mk: prevent removal of testfwk.o
9395         * support/regression/Makefile: improvements for 'make -j';
9396         side effect: it's simpler and faster now
9397
9398 2003-03-31  Borut Razem <borut.razem AT siol.net>
9399
9400         * src/z80/main.c: link-{port} and as-{port} defined without path
9401         * src/src.dsp: support/Util/MySystem.h and src/SDCCutil.h added to project
9402
9403 2003-03-31  Bernhard Held <bernhard AT bernhardheld.de>
9404
9405         * Makefile, src/Makefile.in: add dependencies, so that 'make -j' works
9406
9407 2003-03-30  Borut Razem <borut.razem AT siol.net>
9408
9409         * support/Util/BuildCmd.c, support/Util/BuildCmd.h: rewrite buildCmdLine(),
9410           changed type of list parameter to set
9411         * src/ds390/main.c: changed type of parameter asmOptions to set in _tininative_do_assemble()
9412         * src/port.h: changed type of do_assemble() parameter to set
9413         * src/SDCCmain.c: type of asmOptions changed to set, introduced setParseWithComma(),
9414           sdcpp defined without path, removed variable VersionString, introduced set binPathSet,
9415           definition of "cppoutfilename" macro with NULL value in preProcess()
9416         * src/SDCCglobl.h: included "SDCCset.h", added declaration of setParseWithComma()
9417         * src/SDCCglue.c: removed variable VersionString, inroduced spacesToUnderscores()
9418         * support/Util/MySystem.c, support/Util/MySystem.h: rewrite, char *ExePathList[]
9419           replaced with set *binPathSet
9420         * shash_add() deallocates the item, if allready exsists, before adding the new one
9421         * src/SDCCmacro.c: handling macros with empty or NULL values in _evalMacros()
9422
9423 2003-03-30  Scott Dattalo  <scott AT dattalo.com>
9424
9425         * src/pic/gen.c: Commit patch from Steve Tell <tell AT telltronics.org> that fixes
9426           a nested for loop bug in the PIC port
9427         * src/regression/nestfor.c: new regression test file Steve wrote to test nested
9428           for loops
9429
9430 2003-03-29  Bernhard Held <bernhard AT bernhardheld.de>
9431
9432         * support/Util/dbuf.h: remove C++ stuff to make it portable
9433
9434 2003-03-28  Borut Razem <borut.razem AT siol.net>
9435
9436         * src/SDCC.lex: Fix for bug #711240: dynamic buffer handling of C
9437           literal strings in stringLiteral()
9438         * support/Util/dbuf.c, support/Util/dbuf.h: added: dynamic buffer handling
9439         * src/Makefile.bcc, src/Makefile.in, src\src.dsp: added support/Util/dbuf.c
9440           to the project
9441
9442 2003-03-27  Paul Stoffregen <paul AT pjrc.com>
9443
9444         * src/SDCCpeeph.c (pcDistance): accurate byte distance for mcs51
9445
9446 2003-03-26    <johan AT balder>
9447
9448         * src/mcs51/gen.c (saveRegisters): catched symbol abuse
9449         * src/ds390/gen.c (saveRegisters): catched symbol abuse
9450         * src/SDCCast.c (decorateType): fixed " -v < 3"
9451
9452 2003-03-23  Bernhard Held <bernhard AT bernhardheld.de>
9453
9454         * doc/cdbfile.html: removed, replaced by cdbfileformat.lyx
9455         Added Lenny Story's debug infrastructure changes:
9456         * src/Makefile.in:  added new files cdbFile.c and SDCCdebug.c
9457         * src/Makefile.bcc: added new files cdbFile.c and SDCCdebug.c
9458         * src/cdbFile.c: added
9459         * src/SDCCdebug.c: added
9460         * src/SDCCdebug.h: added
9461         * src/SDCCast.c (createFunction)
9462         * src/SDCCglue.c (emitRegularMap, emitStaticSeg, emitOverlay, glue)
9463         * src/SDCCmain.c (parseCmdLine, main)
9464         * src/SDCCmem.c (redoStackOffsets)
9465         * src/SDCCsymt.c (cdbStructBlock, cdbTypeInfo, cdbSymbol, cdbStruct, cdbStructBlock)
9466         * src/SDCCsymt.h
9467         * src/common.h
9468         * src/avr/gen.c (genAVRCode)
9469         * src/ds390/gen.c (gen390Code)
9470         * src/mcs51/gen.c (gen51Code)
9471         * src/pic/gen.c (genpic14Code)
9472         * src/pic/glue.c (pic14emitRegularMap, pic14emitStaticSeg, pic14emitOverlay, picglue)
9473         * src/xa51/gen.c (genXA51Code)
9474         * src/SDCCast.c: fixed "void foo(void){char c; -c < 0;}"
9475
9476 2003-03-22  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9477
9478         * src/mcs51/gen.c (genCodePointerGet): quicker code for bug #700797
9479         * src/mcs51/peeph.def: added rules 177, 241.x to 243, touched 181, 182.x, 193.x
9480
9481 2003-03-22    <johan AT balder>
9482
9483         * src/SDCCicode.c (geniCodeDerefPtr): fixed bug #698231
9484
9485 2003-03-21  Bernhard Held <bernhard AT bernhardheld.de>
9486
9487         * support/scripts/sdcc_mingw32: adapted to configure from autoconf 2.54
9488         * doc/cdbfileformat.lyx: added, written by Lenny Story
9489         * doc/Makefile: added cdbfileformat.lyx
9490         * doc/clean.mk: added cdbfileformat.lyx
9491
9492 2003-03-20  Bernhard Held <bernhard AT bernhardheld.de>
9493
9494         * src/mcs51/peeph.def: fix bug #705773
9495
9496 2003-03-20    <johan AT balder>
9497
9498         An sfr/sbit can have an "at #" AND an initializer
9499         * src/SDCCsymt.c (checkSClass):
9500         * src/SDCCmem.c (allocGlobal):
9501         * src/SDCCmem.c (allocLocal):
9502         * src/SDCCast.c (createBlock):
9503
9504 2003-03-17  Bernhard Held <bernhard AT bernhardheld.de>
9505
9506         * src/ds390/peeph.def: fix bug #704878: added rule 213.b suggested by Jan Rejlek
9507
9508 2003-03-16    <johan AT balder>
9509
9510         Undid the hackup of const and volatile, the problem is much bigger
9511         * src/SDCC.y:1.65
9512         * src/SDCCast.c:1.171
9513         * src/SDCCglue.c:1.138
9514         * src/SDCCicode.c:1.146
9515         * src/SDCCsymt.c:1.150
9516         * src/SDCCval.c:1.65
9517
9518 2003-03-15  Bernhard Held <bernhard AT bernhardheld.de>
9519
9520         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #703541
9521         * src/ds390/gen.c (genAddrOf): fixed bug #704087
9522
9523 2003-03-13    <johan AT balder>
9524
9525         Hackup const and volatile modifiers in type chains a bit:
9526         * src/SDCC.y:1.63
9527         * src/SDCCast.c:1.169
9528         * src/SDCCglue.c:1.136
9529         * src/SDCCicode.c:1.143
9530         * src/SDCCsymt.c1.146
9531         * src/SDCCsymt.h1.59
9532         * src/SDCCval.c:1.63
9533
9534 2003-03-12    <johan AT balder>
9535
9536         * src/SDCCBBlock.h: more LRH debugging junk
9537         * src/SDCCcflow.h: more LRH debugging junk
9538         * src/SDCCloop.c: more LRH debugging junk
9539         * src/SDCC.y (struct_declaration): fixed bug #697590
9540         * src/SDCCsymt.[hc] (cloneSpec): NEVER EVER use this again
9541         * src/ds390/gen.c (aopForRemat): fixed bug #700031
9542         * src/SDCCglue.c (emitStaticSeg): fixed bug #700797
9543
9544 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
9545         * src/SDCCpeeph.c: quit being lazy and made proper fix (peephole
9546         test function names must now match exactly).
9547         * src/SDCCcse.c: added special case in findCheaperOp to allow
9548         extending a short integer. Makes less awful code for bug 700121 test case.
9549
9550 2003-03-11  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9551
9552         * as/mcs51/lkmain.c: Added ASlink-Warning to messages
9553         * as/mcs51/lkaomf51.c: Fixed bug when linking asmblink example
9554
9555 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
9556
9557         * src/SDCCpeeph.c: fix so that operandsNotEqualX functions are
9558         actually called (operandsNotEqual() was called for all
9559         operandsNotEqualX tests).
9560
9561 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
9562
9563         * src/SDCCcse.c: fix findCheaperOp to prevent replacing int types
9564         with shorter literals. Fixes bug 700121.
9565
9566 2003-03-11    <johan AT balder>
9567
9568         * src/SDCCsymt.c (compareType): a (void *) can be assigned to any pointer
9569
9570 2003-03-11  Bernhard Held <bernhard AT bernhardheld.de>
9571
9572         * src/SDCCloop.c (mergeRegions): an evil beast is dead
9573         * src/SDCCmain.c (preProcess): minor cleanup: eliminate preOutName
9574
9575 2003-03-10  Borut Razem <borut.razem AT siol.net>
9576
9577         * src/SDCCmain.c: pipe preprocessor's output
9578         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
9579         * sdcc_vc_in.h: define pclose as _pclose for WIN32
9580         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
9581         which closes all pipes in pipeSet set
9582         * src/SDCCset.c: free deleted item in function deleteSetItem()
9583         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
9584         moved from z80 to src subproject
9585         * .version: increased version number to 2.3.4
9586
9587 2003-03-10  Bernhard Held <bernhard AT bernhardheld.de>
9588
9589         * support/regression/ports/mcs51/spec.mk: increase timeout for CF's sparc to 30s
9590         * support/regression/ports/ds390/spec.mk: increase timeout for CF's sparc to 25s
9591         * support/regression/ports/xa51/spec.mk: fix typo
9592
9593 2003-03-09  Bernhard Held <bernhard AT bernhardheld.de>
9594
9595         * src/SDCCglobl.h: PATH_MAX is already defined in mingw32 headers
9596
9597 2003-03-09  Borut Razem <borut.razem AT siol.net>
9598
9599         * src/SDCCmain.c: pipe preprocessor's output
9600         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
9601         * sdcc_vc_in.h: define pclose as _pclose for WIN32
9602         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
9603         which closes all pipes in pipeSet set
9604         * src/SDCCset.c: free deleted item in function deleteSetItem()
9605         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
9606         moved from z80 to src subproject
9607
9608 2003-03-09  Borut Razem <borut.razem AT siol.net>
9609
9610         * src/SDCCglue.c: re-implemented tempfilename() and tempfile(): using mkstemp() if available
9611         * src/SDCCsymt.h: fixed MSVC and BORLANDC compilation (included SDCCglobl.h instead srccconf.h)
9612         * sdcc_vc_in.h: explicitly undefined HAVE_MKSTEMP which is not available on BORLANDC and MSVC
9613         * src/SDCCset.h: removed inclusion of sdccconf.h or sdcc_vc.h
9614         * src/SDCCglobl.h: unification of WIN32 native definitions
9615
9616 2003-03-09  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9617
9618         * src/mcs51/gen.c: applied in-/dec patch mentioned on sdcc-devel 2003-03-01
9619
9620 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
9621
9622         * src/configure.in:   check for endianess (even while cross-compiling)
9623         * src/configure:      check for endianess (even while cross-compiling)
9624         * src/configure_in.h: check for endianess (even while cross-compiling)
9625         * src/avr/gen.c:        remove old endianess stuff
9626         * src/mcs51/gen.c:      remove old endianess stuff
9627         * src/ds390/gen.c:      remove old endianess stuff
9628         * src/pic/gen.c:        remove old endianess stuff
9629         * src/pic/genarith.c:   remove old endianess stuff
9630         * src/pic/glue.c:       fix endianess check
9631         * src/pic16/gen.c:      remove old endianess stuff
9632         * src/pic16/genarith.c: remove old endianess stuff
9633         * src/pic16/glue.c:     fix endianess check
9634         * src/xa51/gen.c:       remove old endianess stuff
9635         * src/z80/gen.c:        fix endianess check
9636         * src/SDCCglue.c:       fix endianess check
9637         * src/ds390/peeph.def: fix bug 700036
9638
9639 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
9640
9641         * src/SDCCsymt.h: use appropriate data-types on host for SDCC's int and long
9642         * src/configure: find appropriate data-types on host for SDCC's int and long
9643         * src/configure.in: find appropriate data-types on host for SDCC's int and long
9644         * src/sdccconf_in.h: find appropriate data-types on host for SDCC's int and long
9645         * src/xa51/gen.c: use %d, not %ld for 4 byte variables
9646
9647 2003-03-07    <johan AT balder>
9648
9649         Just a big NOOP:
9650                 some minor cleanups before the big shot
9651                 OP_DEFS and OP_USES now use Kevin's protection
9652                 new option --nolabelopt
9653
9654         * src/SDCCBBlock.c:
9655         * src/SDCCast.c,:
9656         * src/SDCCcflow.c:
9657         * src/SDCCcse.c:
9658         * src/SDCCicode.c:
9659         * src/SDCCicode.h:
9660         * src/SDCClabel.c:
9661         * src/SDCCloop.c:
9662         * src/SDCCmain.c:
9663         * src/ds390/ralloc.c:
9664         * src/mcs51/ralloc.c:
9665         * src/pic/ralloc.c:
9666         * src/xa51/ralloc.c:
9667         * src/z80/ralloc.c:
9668
9669 2003-03-06  Bernhard Held <bernhard AT bernhardheld.de>
9670
9671         * src/pic/pcode.c (get_op): fix 64 bit warnings
9672         * src/pic/pcode.c (pCode2str): fix 64 bit warnings
9673         * src/SDCChasht.c (newHashTable): fix 64 bit warnings
9674         * src/SDCCsymt.c (checkTypeSanity): fix 64 bit warnings
9675         * support/regression/tests/malloc.c: fix 64 bit warnings
9676
9677 2003-03-04  Bernhard Held <bernhard AT bernhardheld.de>
9678
9679         * src/mcs51/gen.c (genMinus): fixed bug 696436
9680
9681 2003-03-02  Borut Razem <borut.razem AT siol.net>
9682
9683         * src/SDCCmain.c: added BORLANDC, corrected MSVC in printVersionInfo()
9684
9685 2003-02-26  Bernhard Held <bernhard AT bernhardheld.de>
9686
9687         * configure.in: test for mkstemp
9688         * sdccconf_in.h: add HAVE_MKSTEMP
9689
9690 2003-02-24  Bernhard Held <bernhard AT bernhardheld.de>
9691
9692         * device/include/ctype.h: removed warning while using --stack-auto
9693         * device/include/malloc.h: removed warning while using --stack-auto
9694         * device/include/string.h: removed warning while using --stack-auto
9695
9696 2003-02-23  Borut Razem <borut.razem AT siol.net>
9697
9698         * src/asm.h: corrected assertion in function printILine(): _pipe() was not executed on MSVC,
9699         because NDEBUG is defined (see man assert)
9700         * sdcc_vc_in.h: vsnprintf is defined as _vsnprintf on MSVC
9701
9702 2003-02-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9703
9704         * src/mcs51/gen.c (genUminusFloat): avoided dptr in-/decrement for xdata variables
9705         * src/mcs51/peeph.def: added rule suggested by Gernot Fink, white space/comment changes
9706
9707 2003-02-18  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9708
9709         * src/SDCCpeeph.c: added peephole conditions testing for same arguments
9710         * src/mcs51/peeph.def: added rules 238a-d which remove redundant moves
9711
9712 2003-02-18    <johan AT balder>
9713
9714         * as/mcs51/asmain.c (asmbl): module can start with a digit
9715         * as/z80/asmain.c (asmbl): module can start with a digit
9716
9717 2003-02-16  Bernhard Held <bernhard AT bernhardheld.de>
9718
9719         * sim/ucsim/mkecho: inserted #!/bin/sh for Cygwin, so that it's executable
9720         * src/asm.c: fix pipe() for Mingw32
9721
9722 2003-02-15  Bernhard Held <bernhard AT bernhardheld.de>
9723
9724         * src/SDCCglue.h: make tmpfileNameSet available for preOutName
9725         * src/SDCCmain.c (preProcess): make sure, that preOutName will be deleted;
9726         make -V work again; --c1mode reads now from stdin
9727         * doc/sdccman.lyx: added --c1mode
9728         * support/Util/SDCCerr.c: new messages for c1 mode
9729         * support/Util/SDCCerr.h: new messages for c1 mode
9730         * src/SDCC.lex (checkCurrFile): test if fullSrcFileName is NULL for c1mode
9731
9732 2003-02-15    <johan AT balder>
9733
9734         * src/asm.c: new options: --no-c-code-in-asm and --i-code-in-asm
9735
9736 2003-02-14  Bernhard Held <bernhard AT bernhardheld.de>
9737
9738         * doc/sdccman.lyx: Environment variables, -o and other minor things
9739
9740 2003-02-14    <johan AT balder>
9741
9742         * src/xa51/main.c: before anyone really tries to use it :)
9743
9744         * Install doc's in share/sdcc/doc
9745         * removed some obsolete files
9746         * Do a proper make distclean and uninstall
9747         M Makefile.common.in
9748         R sdccbuild.sh
9749         M as/Makefile
9750         M device/include/Makefile.in
9751         M device/lib/Makefile.in
9752         M doc/sdccman.lyx
9753         M link/Makefile
9754         M sim/ucsim/doc/Makefile.in
9755         M src/clean.mk
9756         R src/avr/peeph.rul
9757         R src/xa51/peeph.rul
9758         M support/cpp2/Makefile.in
9759         M support/makebin/Makefile
9760
9761
9762 2003-02-13  Bernhard Held <bernhard AT bernhardheld.de>
9763
9764         * support/regression/ports/host/spec.mk: use cc as host compiler for max osx
9765
9766 2003-02-10  Borut Razem <borut.razem AT siol.net>
9767
9768         * doc/bccinst.txt, packihx/packihx.c, sdcc_vc_in.h, src/SDCCset.h,
9769         support/cpp2/config.in: Borland C++ build doesn't depend on Cygwin configure
9770         * Bcc.ini, Makefile.bcc, as/mcs51/Makefile.bcc,
9771         device/examples/ds390/tinitalk/Makefile.bcc, packihx/Makefile.bcc,
9772         support/cpp2/Makefile.bcc, src/Makefile.bcc, src/avr/Makefile.bcc,
9773         src/ds390/Makefile.bcc, src/izt/Makefile.bcc, src/mcs51/Makefile.bcc,
9774         src/pic/Makefile.bcc, src/pic16/Makefile.bcc, src/xa15/Makefile.bcc,
9775         src/z80/Makefile.bcc: Borland Makefile cleanup
9776         * as/z80/Makefile.bcc: Added Borland Makefile
9777         * support/cpp2/borland.h: Removed
9778
9779 2003-02-10  Bernhard Held <bernhard AT bernhardheld.de>
9780
9781         * doc/sdccman.lyx: new pragma NOIV by "Johannes Stezenbach" <js AT convergence.de>
9782         * src/SDCC.lex: new pragma NOIV
9783         * src/SDCCglobl.h: new pragma NOIV
9784         * src/SDCCmem.c: new pragma NOIV
9785
9786 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
9787
9788         * src/SDCCmain.c: signal handling is switched off by SDCC_LEAVE_SIGNALS
9789
9790 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
9791
9792         * src/SDCCmain.c: signal handling is switched off by --debug
9793         * doc/Makefile: small fix for install; use clean.mk again
9794         * doc/clean.mk: clean *.pdf and *.html too
9795
9796 2003-02-08  Bernhard Held <bernhard AT bernhardheld.de>
9797
9798         * device/lib/_mulint.c: small fix for large/ds390 --int-long-reent resp. --stack-auto
9799         * device/lib/printfl.c: fix a ds390 bug by making it portable
9800         * src/SDCCsymt.c (initCSupport): fix compile warning on Cygwin
9801         * src/SDCCopt.c (cnvToFloatCast): fix compile warning on Cygwin
9802         * src/SDCCopt.c (cnvFromFloatCast): fix compile warning on Cygwin
9803         * debugger/mcs51/cmd.c: converted multi-line string literals
9804         * sim/ucsim/globals.cc: converted multi-line string literals
9805         * src/SDCCmain.c: introduced signal handler to remove temp files
9806         * doc/Makefile: small tweaks, implement clean
9807         * doc: removed generated files
9808
9809 2003-02-05  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9810
9811         * as/mcs51/aslink.h, as/mcs51/lkihx.c, as/mcs51/lkrloc.c:  Applied
9812         patch from Jan Rejlek <jr AT apex-lib.cz> to fix Bug 677692: "Extended
9813         Address Record is not correctly generated for DS390."
9814
9815 2003-02-02  Borut Razem <borut.razem AT siol.net>
9816
9817         * Makefile.bcc: removed non existing cpp project and non compilable izt project from makefile
9818         * as/mcs51/asm.h: fixed compilation with Borland C
9819         * support/cpp2/Makefile.bcc: added rule to generate auto-host.h
9820         * support/cpp2/auto-host_vc_in.h: fixed compilation with Borland C
9821         * src/mcs51/mcs51a.dsp: corrected misspelled project name from msc51a to mcs51a
9822         * src/avr/Makefile.bcc, src/ds390/Makefile.bcc, src/izt/Makefile.bcc,
9823         src/mcs51/Makefile.bcc, src/pic16/Makefile.bcc, src/xa51/Makefile.bcc,
9824         src/z80/Makefile.bcc: delete $(LIB) only if exist
9825         * src/Makefile.bcc, src/pic/Makefile.bcc:  fixed compilation with Borland C
9826
9827 2003-02-02  Bernhard Held <bernhard AT bernhardheld.de>
9828
9829         * device/include/malloc.h: introduced NULL
9830         * device/include/string.h: introduced NULL
9831         * device/include/stdlib.h: introduced NULL
9832         * device/lib/_memcpy.c: removed NULL
9833         * device/lib/_strcat.c: removed NULL
9834         * device/lib/_strchr.c: removed NULL
9835         * device/lib/_strcmp.c: removed NULL
9836         * device/lib/_strcpy.c: removed NULL
9837         * device/lib/_strcspn.c: removed NULL
9838         * device/lib/_strlen.c: removed NULL
9839         * device/lib/_strncat.c: removed NULL
9840         * device/lib/_strncmp.c: removed NULL
9841         * device/lib/_strncpy.c: removed NULL
9842         * device/lib/_strpbrk.c: removed NULL
9843         * device/lib/_strrchr.c: removed NULL
9844         * device/lib/_strspn.c: removed NULL
9845         * device/lib/_strstr.c: removed NULL
9846         * device/lib/_strtok.c: removed NULL
9847         * device/lib/malloc.c: removed NULL, include own header
9848
9849 2003-02-02    <johan AT balder>
9850
9851         * 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
9852         * support/regression/fwk/lib/testfwk.c: div and mod isn't broken anymore
9853         * regressions ds390/spec.mk and mcs51/spec.mk (timeout): my good old balder isn't fast enough for some tests
9854         * src/z80/gen.c (genZ80Code): added c-lines in asm comments
9855         * as/z80/asm.h (NINPUT): increased for long c-comments in regression tests
9856         * src/z80/gen.c (genRightShiftLiteral): fixed the (char)(-3)>>8 (I think)
9857
9858 2003-02-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9859
9860         * src/SDCCmain.c: Fixed bug 678574: "ds390: ASlink-Error-Stack overlaps
9861         area 'DATA'"
9862
9863 2003-02-01    <johan AT balder>
9864
9865         * src/SDCCval.c (valBitwise): fixed Karl's "2 | (1<<8)"
9866
9867 2003-01-31    <johan AT CP255758-A>
9868
9869         * src/ds390/main.c (_ds390_genAssemblerPreamble): applied Jan Rejlek's >64K startup patch
9870
9871 2003-01-30    <johan AT balder>
9872
9873         * src/SDCCBBlock.c: automatic bug detection
9874         * src/SDCCicode.c: automatic bug detection
9875
9876 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9877
9878         * src/SDCCglobl.h:   now --xram-size 0 works
9879         * src/SDCCmain.c:    now --xram-size 0 works
9880
9881 2003-01-29    <johan AT balder>
9882
9883         * src/almosteverything: changed OP_DEFS and OP_USES from macros to functions to catch symbol abuse (a hot topic in the bug list :)
9884
9885 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9886
9887         * as/mcs51/aslink.h: Added options --xram-size and --code-size
9888         * as/mcs51/lkdata.c: Added options --xram-size and --code-size
9889         * as/mcs51/lkmain.c: Added options --xram-size and --code-size
9890         * as/mcs51/lkmem.c:  Added options --xram-size and --code-size
9891         * src/SDCCglobl.h:   Added options --xram-size and --code-size
9892         * src/SDCCmain.c:    Added options --xram-size and --code-size
9893
9894 2003-01-28  Bernhard Held <bernhard AT bernhardheld.de>
9895
9896         * src/ds390/gen.c: fix deps by replacing <common.h> with "common.h"
9897         * src/SDCC.lex: rename P_OVERLAY to P_OVERLAY_ for cross-gcc 3.2 MINGW32
9898
9899 2003-01-27    <johan AT balder>
9900
9901         * src/SDCC.y: fixed bug #613764
9902
9903 2003-01-26    <johan AT balder>
9904
9905         * src/SDCClrange.c:  fixed Bernhard's "char * code ptr = &c"
9906         * src/SDCCsymt.h: fixed bug #673374
9907         * src/SDCCglue.c: fixed bug #661910
9908         * src/SDCCast.c: fixed bug #458099 and 673374
9909
9910 2003-01-26  Bernhard Held <bernhard AT bernhardheld.de>
9911
9912         * as/mcs51/strcmpi.c: added, provides Aurelien Jarno's as_strcmpi(); strcmpi() is not ANSI
9913         * as/mcs51/strcmpi.h: added
9914         * as/mcs51/asm.h: remove ugly "#define strcmpi strcmp"
9915         * as/mcs51/aslink.h: remove ugly "#define strcmpi strcmp"
9916         * as/mcs51/asmain.c: strcmpi -> as_strcmpi
9917         * as/mcs51/assym.c: strcmpi -> as_strcmpi
9918         * as/mcs51/lkmem.c: strcmpi -> as_strcmpi
9919         * as/mcs51/lknoice.c: strcmpi -> as_strcmpi
9920         * as/mcs51/lksym.c: strcmpi -> as_strcmpi
9921         * as/mcs51/Makefile.aslink: new module strcmpi
9922         * as/mcs51/Makefile.asx8051: new module strcmpi
9923         * as/mcs51/Makefil.bcc: new module strcmpi
9924         * as/mcs51/Makefile.in: new module strcmpi
9925         * sim/ucsim/s51.src/uc390.cc (get_mem_size): make RAM big enough for tinibios
9926
9927 2003-01-26    <johan AT balder>
9928
9929         * src/SDCCglue.c: reverted back to 1.124
9930         * src/SDCCast.c: reverted back to 1.156
9931         * src/mcs51/gen.c (aopGet): applied Frieder's efficiency patch
9932
9933 2003-01-25    <johan AT balder>
9934
9935         * src/SDCCglue.c: A better fix for bug #661910
9936         * src/SDCCast.c: A better fix for bug #661910
9937         * src/SDCCglue.c (emitRegularMap): That was a little too efficient
9938
9939 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
9940
9941         * src/Makefile.in: remove spawn.o
9942         * src/SDCCmain.c: remove spawn.h
9943         * src/SDCCmain.c (printVersionInfo): report MINGW32 instead of UNIX
9944         * src/spawn.c: removed
9945         * src/spawn.h: removed
9946         * support/regression/ports/ds390/spec.mk: link with -r
9947
9948 2003-01-24    <johan AT CP255758-A>
9949
9950         * src/ds390/gen.c (aopOp): fixed bug #667458
9951         * src/SDCCglue.c (emitRegularMap): fixed bug #458099 again
9952         * src/SDCCast.c (createIvalCharPtr): fixed bug #661910
9953         (createIvalCharPtr): an ival doesn't always have a storage class anymore
9954
9955 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
9956
9957         * src/mcs51/peeph.def: better assembler identation by Frieder
9958         * src/mcs51/gen.c: better assembler identation by Frieder
9959
9960 2003-01-22  Bernhard Held <bernhard AT bernhardheld.de>
9961
9962         * as/z80/string.h: removed for gcc 3.2
9963         * support/makebin/makebin.c: #include <string.h> for gcc 3.2
9964         * src/pic/pcode.c (get_op_from_instruction): fix concatenation of string literals with __FUNCTION__ for gcc 3.2
9965
9966 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
9967
9968         * src/SDCCmain.c (linkEdit): rename mem and map files even in case of failure
9969         * src/SDCCpeeph.c (replaceRule): fix bug #663503
9970         * support/regression/Makefile: separate temp files for ports
9971         * support/regression/generate-cases.py: separate temp files for ports
9972         * src/mcs51/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
9973         * src/ds390/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
9974
9975 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
9976
9977         * moved tinitalk to device/examples/ds390
9978
9979 2003-01-14  Bernhard Held <bernhard AT bernhardheld.de>
9980
9981         * as/mcs51/lkmem.c: rflag is for DS390
9982         * src/SDCCglobl.h: removed out_name and options stackOnData, genericPtr
9983         * src/SDCCmain.c (optionsTable, setDefaultOptions): removed --stack-after-data and --generic
9984                          (linkEdit): move mem- and map-files the same way as ihx-files
9985         * src/z80/main.c (_setDefaultOptions): removed --generic
9986         * src/SDCCmain.c (_processC1Arg, parseCmdLine, main): --c1mode works again
9987         * src/SDCCglue.c (createInterruptVect, glue): --c1mode works again
9988         * src/pic/glue.c (picglue): --c1mode works again
9989         * src/pic16/glue.c (pic16glue): --c1mode works again
9990         * src/asm.c (printCLine): fix #660034
9991
9992 2003-01-13  Bernhard Held <bernhard AT bernhardheld.de>
9993
9994         * src/ds390/peeph.def: fix #123; add 14 rules by Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>, 1 by Frieder
9995         * src/mcs51/peeph.def: fix #123; add 14 rules by Fiorenzo, 1 by Frieder
9996         * src/mcs51/gen.c (genFunction): emit r0 instead of ar0 by Fiorenzo
9997         * as/mcs51/lkmem (summary): better fix for sp problem
9998         * src/SDCCglue.c (glue): __start_stack - 1, saves 1 byte!
9999         * src/ds390/main.c (_ds390_finaliseOptions, _tininative_finaliseOptions): stack_loc = 0x400008
10000         * support/regression/ports/*/spec.mk: moving testfwk-object to port dir allow parallel execution of regression tests
10001                                               remove --stack-after-data
10002
10003 2003-01-12  Bernhard Held <bernhard AT bernhardheld.de>
10004
10005         * src/SDCCmain.c (main): port->finaliseOptions() moved for z80 linking
10006         * src/SDCCutil.c (join): ugly bug: missing '\0'
10007         * as/mcs51/lkmem.c (summary): sp on address 7 is safe
10008
10009 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
10010
10011         * src/SDCCmain.c (assemble, linkEdit): preparations for -o
10012         * src/port.h: typo
10013         * src/pic/main.c (_asmCmd): gpasm supports -o
10014         * src/z80/main.c: more general macros
10015         * device/lib/Makefile.in: remove intermediate files
10016
10017 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
10018
10019         * .version: Bumped version number to 2.3.3
10020         * src/SDCCBBlock.c: new option -o
10021         * src/SDCCglobl.h: new option -o
10022         * src/SDCCglue.c: new option -o
10023         * src/SDCCmain.c: new option -o
10024         * src/asm.c: new option -o
10025         * src/ds390/main.c: new option -o
10026         * src/pic/glue.c: new option -o
10027         * src/pic/pcode.c: new option -o
10028         * src/pic/ralloc.c: new option -o
10029         * src/pic16/glue.c: new option -o
10030         * src/pic16/pcode.c: new option -o
10031         * src/pic16/ralloc.c: new option -o
10032         * src/z80/main.c: new option -o
10033         * device/lib/Makefile.in: use -o
10034         * support/regression/ports/ds390/spec.mk: use -o
10035         * support/regression/ports/gbz80/spec.mk: use -o
10036         * support/regression/ports/mcs51/spec.mk: use -o
10037         * support/regression/ports/mcs51-stack-auto/spec.mk: use -o
10038         * support/regression/ports/z80/spec.mk: use -o
10039         * support/regression/ports/ucz80/spec.mk: use -o
10040         * support/regression/ports/xa51/spec.mk: use -o
10041         * support/regression/fwk/lib/timeout.c: fix usage string
10042
10043 2003-01-09  Bernhard Held <bernhard AT bernhardheld.de>
10044         * src/mcs51/gen.c (genPlus): replaced "mov b,acc" by "mov b,a" Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>
10045
10046 2003-01-07    <johan AT balder>
10047
10048         * src/SDCCast.c (decorateType): fixed bug #600035
10049
10050 2003-01-07  Bernhard Held <bernhard AT bernhardheld.de>
10051         * as/mcs51/lkmem.c: added several l-modifiers to printf to remove warnings
10052         * as/mcs51/lkaomf51.c: #include <ctype.h> to remove warnings
10053         * src/pic/main.c (_hasNativeMulFor): outcommented unused variables to remove warnings
10054         * src/pic/pcode.c: outcommented unused variable to remove warnings
10055         * src/pic/ralloc.c: outcommented unused variable to remove warnings
10056
10057 2003-01-06    <karl AT turbobit.com>
10058         * sim/ucsim/cmd.src/command.cc: fixed so "break xram r 0x7654" works again in
10059    regression tests.
10060
10061 2003-01-06    <johan AT balder>
10062
10063         * src/SDCCicode.c: fixed array add
10064
10065 2002-01-05  Bernhard Held <bernhard AT bernhardheld.de>
10066         * src/SDCCmacro.c: MAX_STRING_LENGTH increased to 2048; was too small for regression tests
10067         * support/regression/ports/host/support.c: #include <stdarg.h> for gcc 3.2
10068
10069 2003-01-04    <johan AT balder>
10070
10071         * src/SDCCval.c (getNelements): fixed the initialized array of structures
10072
10073 2002-12-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10074         * as/mcs51/Makefile.bcc: fixed typo lkomf51.o -> lkaomf51.o
10075
10076 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
10077         * src/mcs51/peeph.def: added rules 234 and 235 from Frieder Ferlemann <frieder.ferlemann AT web.de>
10078         * support/regression/tests/bug-524697.c: fit mem usage into 8032
10079
10080 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
10081         * src/mcs51/gen.c (aopGetUsesAcc): inserted missing "return FALSE"
10082
10083 2002-12-27  Bernhard Held <bernhard AT bernhardheld.de>
10084         * as/mcs51/Makefile.in: fixed typo lkomf51.o -> lkaomf51.o
10085
10086 2002-12-26  Bernhard Held <bernhard AT bernhardheld.de>
10087         * src/mcs51/main.c: removed {bindir}{sep} from aslink
10088
10089 2002-12-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10090
10091     * in \sdcc\as\mcs51\ changed these files in order to create an
10092     aomf51 file: aslink.h, lkdta.c, lklex.c, lklibr.c, lklist.c,
10093     lkmain.c.  Also added: lkmem.c and lkaomf51.c.  Changed the
10094     following files to include the previous two files: aslink.dsp,
10095     Makefile.aslink, Makefile.bcc, and Makefile.in.
10096
10097     * Changed \sdcc\src\SDCCmain.c so it creates files with extension
10098     .adb instead of .cdb
10099
10100 2002-11-09  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10101
10102         * \sdcc\as\mcs51\lklist.c: Now reports memory usage using the
10103         value from option --iram-size.
10104
10105 2002-09-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10106
10107         * \sdcc\as\mcs51\lklist.c: added boundary check before using
10108         dram[] array.
10109
10110 2002-09-18    <wiml AT hhhh.org>
10111
10112         * SDCClrange.h: exposed setFromRange() and setToRange()
10113         * mcs51/ralloc.c: fixed over-eager packRegsForSupport() and
10114           packRegsForAccUse() (bug 542397)
10115         * mcs51/gen.c: MOVA() is now a function to avoid calling aopGet()
10116           multiple times and emitting the fetch operations more than once
10117           added aopGetUsesAcc() function to allow binary operators to
10118           fetch their operands in the correct order; made genMinus() emit
10119           compact code for X = LITERAL - Y
10120
10121 2002-09-00  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10122         * \sdcc\as\mcs51\lklist.c: Fixed incorrect number of parameters to
10123         sprintf() in line 1267.
10124
10125 2002-09-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10126         * \sdcc\src\SDCCglue.c: Generate areas REG_BANK_[0-3] only for 8051
10127         like ports.
10128
10129 2002-09-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10130         Changes to aslink (All the changes are marked with 'JCF'):
10131
10132         * \sdcc\as\mcs51\aslink.h: External definition of sflag and
10133         summary().
10134
10135         * \sdcc\as\mcs51\lkarea.c: Computes the size of area BSEG_BYTES from
10136         area BSEG.  Also moves, if possible, the DATA area down into the internal
10137         ram so more space is available.
10138
10139         * \sdcc\as\mcs51\lkdata.c: Definition of memory summary output flag
10140         sflag.
10141
10142         * \sdcc\as\mcs51\lklist.c: For the BSEG area report the size in bits,
10143         not bytes.  Function summary() which creates a memory usage summary
10144         file with extension .mem.  Reports of overlaping stack and small stack
10145         size.  If the space for the stack is less than 16 bytes aslink trows a
10146         warning.
10147
10148         * \sdcc\as\mcs51\lkmain.c: Creation of some of the default areas for
10149         the 8051.  Option 'y' for memory summary output file.
10150
10151         Changes to sdcc (All the changes are marked with 'JCF'):
10152
10153         * \sdcc\src\SDCCglobl.h: External definition of RegBankUsed[4].
10154
10155         * \sdcc\src\SDCCglue.c:  If a register bank is used, creates an
10156         overlaying area for it (uses RegBankUsed[4]).
10157
10158         * \sdcc\src\SDCCmain.c: Definition RegBankUsed[4]; marks register
10159         bank zero as used by default.  By default aslink locates the stack
10160         (equivalent to --stack-after-data).  Pass option 'y' to aslink for
10161         the creation of the .mem file.  Delegates the allocation of data area
10162         to aslink (it is not longer 0x30 by default).  If --stack-loc passes
10163         the begining of the stack area to aslink.
10164
10165         * \sdcc\src\SDCCmem.c:  If a register bank is used, marks it so
10166         glue() in SDCCglue.c creates an area for it.
10167
10168 2002-09-03  Borut Razem <borut.razem AT siol.net>
10169         * sdcc/src/SDCCglue.c, sdcc/src/SDCCglue.h, sdcc/src/SDCCmain.c,
10170         sdcc/src/pic/glue.c:
10171         introduced atexit() handler for teporay files removal in case of
10172         errors, assertions, ...
10173
10174 2002-08-29  Borut Razem <borut.razem AT siol.net>
10175         * sdcc/support/cpp2/auto-host_vc_in.h:
10176         re-definition of O_BINARY and other O_XXX as _O_BINARY and _O_XXX, so the problem
10177         with the returned value from read() in sdcc/support/cpp2/cppfiles.c is solved for MSC.
10178         Maybe there is a similar problem with BORLANDC? It should be checked!
10179
10180         * sdcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c, sdcc/src/z80/ralloc.c:
10181         corrected improper use of assert: the assignment to clr variable was done inside the assert.
10182         In case that NDEBUG was defined, the assert macro was substituted with no-op, so the assignment
10183         was not executed, and the compiler (cl) launched a warning:
10184         ralloc.c(1442) : warning C4700: local variable 'clr' used without having been initialized
10185
10186 2002-08-28  Bernhard Held <bernhard AT bernhardheld.de>
10187         * src/SDCCglue.c (printIvalArray): iterative calculation of array length
10188
10189 2002-08-28  Jesus Calvino-Fraga and Borut Razem <borut.razem AT siol.net>
10190         * sdcc/sdcc.dsw: added sdcpp, sdcppa, yacc, conf projects
10191
10192         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
10193           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp,
10194           sdcc/src/xa51/xa51.dsp, sdcc/src/avr/avra.dsp,
10195           sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
10196           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp,
10197           sdcc/src/xa51/xa51a.dsp, sdcc/as/as_z80.dsp,
10198           sdcc/as/aslink.dsp, sdcc/as/asx8051.dsp, sdcc/packihx/packihx.dsp:
10199         - added Release configuration in VS projects
10200         - review of compiler an linker options
10201         - VC .exe files are generated in bin_vc directory, not to interfere
10202           with binaries generated from other projects (cygwin, mingw, bcc ...)
10203
10204         * sdcc/src/yacc.dsp: added
10205
10206         * sdcc/config.dsp, sdcc/configure_vc.awk, sdcc/sdcc_vc_in.h:
10207         added - genarate sdcc_vc.h using sdcc_vc_in.h as template
10208         and insert the version number definitions from .version
10209
10210         * sdcc/support/cpp2/sdcpp.dsp: added - VC project for sdcpp
10211
10212         * sdcc/support/cpp2/sdcppa.dsp, sdcc/support/cpp2/auto-host_vc_in.h:
10213         added - genarate auto-host.h using auto-host_vc_in.h as template
10214
10215         * sdcc/sdcc_vc.h,
10216         removed from CVS, generated automatically
10217
10218 2002-08-25  Bernhard Held <bernhard AT bernhardheld.de>
10219         * support/scripts/inc2h.pl: use gputils or gpasm (from Nathan Hurst)
10220
10221 2002-08-11  Borut Razem <borut.razem AT siol.net>
10222         * support/Util/NewAlloc.c: removed unneeded #include "sdccconf.h" (suggested by Jesus Calvino-Fraga)
10223
10224 2002-08-10  Borut Razem <borut.razem AT siol.net>
10225         * src/SDCCmain.c (main):
10226         file preOutName was unlinked before closed. This seems to be OK on UNIX and cygwin
10227         platforms, but it doesn't work with Visual Studio: the opened file can not be removed.
10228         The consequence was that some temporary files were not removed.
10229
10230         * src/SDCCglue.c:
10231         unification of code in functions tempfilename() and tempfile():
10232         function tempnam() is defined in Visual Studio 6.0 and .NET
10233
10234         * sdcc/sdcc.dsw: removed project sdcpp, added project xa51a
10235
10236         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
10237           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp:
10238         - removed compiler command line option /WX: Treats all warnings as errors
10239         - update a list of source files, included into the project
10240
10241         * sdcc/src/avr/avra.dsp, sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
10242           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp:
10243         changed project type to Generic Project so that can be correcly converted to VS.NET project
10244
10245         * sdcc/as/mcs51/asm.h: definition of PATH_MAX for MSC
10246
10247         * sdcc/src/SDCCast.c: solved MSC error in function decorateType()
10248
10249         * sdcc/src/SDCC.y: added missing ending ';' to rules to get rid of bison warnings
10250
10251         * dcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c:
10252         added return 0 statements after assert() to make compiler happy
10253
10254         * sdcc/src/xa51/peeph.rul, sdcc/src/xa51/peeph.def, sdcc/src/z80/ralloc.c:
10255         added newline in the def file to keep MSC compiler satisfied
10256
10257         * sdcc/src/z80/gen.c:
10258         - function strcasecmp() is not defined in MSC (and probably also in BORLANDC),
10259           so it is replaced with STRCASECMP, which is defined as stricmp in case of MSC and BORLANDC
10260         - solved MSC error in function aopDump()
10261
10262         * sdcc_vc.h: define PREFIX as "\\sdcc"
10263
10264 2002-07-18  Bernhard Held <bernhard AT bernhardheld.de>
10265         * src/SDCCast.c (decorateType): fixed access to array of structures http://sourceforge.net/mailarchive/forum.php?thread_id=902690&forum_id=4107
10266
10267 2002-06-22  Scott Dattalo <scott AT dattalo.com>
10268         * src/pic/*: Numerous bug fixes. Flow analysis has been enhanced.
10269         - Rewrote the register banking algorithm.
10270         - Added pCode live-range analysis to registers (for now, only non-used and
10271         singly-used registers optimized away)
10272
10273         * src/pic/pcoderegs.[ch]: Added new files for pCode live-range analysis
10274
10275         * 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.
10276
10277 2002-05-10  Scott Dattalo <scott AT dattalo.com>
10278         * src/pic/*: Added support for multiplication. Fixed many,many bugs.
10279
10280 2002-04-22  Michael Hope  <michaelh AT vroom>
10281
10282         * device/lib/z80/printf.c: Changed emitter to volatile to work around a pcall bug.
10283
10284         * configure.in (DD_COPT): Added include support required for gbdk.
10285
10286         * .version: Bumped version number just to increase it.
10287
10288         * src/SDCCmain.c: Added -nostdinc to the default options.
10289
10290 2002-04-15  Michael Hope  <michaelh AT vroom>
10291
10292         * device/lib/z80/printf.c (sprintf): Added.
10293
10294         * src/z80/ralloc.c (packRegisters): Disabled pack HL use for GB as it's broken.
10295
10296         * src/z80/peeph.def: Added transpose redundent load rule.
10297
10298         * src/z80/main.c: Added force callee saves for jaune.
10299
10300         * src/port.h: Removed the i186 and tlcs-900h ports as they weren't being being developed.
10301
10302         * src/SDCCmain.c: Pulled the options definition out so that you can add port specific options without changing the main file.
10303
10304 2002-03-28  Johan Knol  <johan AT balder>
10305
10306         * src/SDCCval.c: fixed bug #532436
10307
10308 2002-03-14  Scott Dattalo <scott AT dattalo.com>
10309         * /src/port.h:
10310         Added "char *Processor" field to the port structure.
10311
10312         * /src/SDCCmain.c:
10313         Added -p option. Allows port dependent processor to be specified.
10314
10315         * all ports:
10316         Initialized the new field char *Processor field to NULL in all ports
10317
10318         * /src/pic/*:
10319         Compiler generated registers for interrupt context saving
10320         were not getting allocated.
10321
10322 2002-03-16  Sandeep Dutta  <sandeep AT ddi.com>
10323
10324         * /src/SDCCast.c:
10325         Fixed left shift. Will promote the left side of a left shift
10326         if a) left shifting more than size of operand or b) when assigned
10327         to something size > size of left side
10328
10329 2002-03-14  Scott Dattalo <scott AT dattalo.com>
10330         * src/pic/*
10331         tons of changes. Register allocation has been
10332         rewritten. Added customization for the various PICs. Flow
10333         analysis is restructured. ...
10334
10335         * src/pic/device.h:
10336         Added
10337
10338         * src/pic/device.c:
10339         Added. device.c is a PIC port hack to accomodate variations
10340         in PIC devices.
10341
10342 2002-03-13  Michael Hope  <michaelh AT vroom>
10343
10344         * src/z80/gen.c (genGenPointerGet): Fixed a bug where a pointer in HL is dereferenced into HL but HL is not spilled.  Yeah.
10345
10346 2002-03-04  johanknol  <johanknol AT manik>
10347
10348         * /src/SDCCval.c: fixed
10349
10350         const unsigned char arr[][2] = { { 0, 1 } };
10351         t18.c:1: error: Initializer element is not constant
10352
10353 2002-03-04  bela  <bela AT manik>
10354
10355         * /device/include/mcs51reg.h:
10356         ds89c420 register definition update
10357
10358 2002-03-03    <johan AT FRIJA>
10359
10360         * support/Util/SDCCerr.c: did something, but don't no why anymore
10361
10362         * support/regression/tests/bug-524691.c: made it a little less shy
10363
10364         * src/SDCCast.c (decorateType): fixed bug #524697
10365
10366         * src/SDCCast.c: made some lineno improvements
10367
10368         * src/SDCCval.c (getNelements): changed warning to error
10369
10370         * src/SDCCglue.c (printIvalArray): changed warning to error
10371
10372         * src/SDCCicode.c: fixed a warning for mingw
10373
10374         * src/SDCCast.c (decorateType): fixed the << promotion for ops
10375
10376         * src/SDCCicode.c (geniCodeDivision): divide is shift only for unsigned (bug #524685)
10377
10378 2002-03-02  Sandeep Dutta  <sandeep AT ddi.com>
10379
10380         * src/ds390/peeph.def:
10381         Added some more peephole rules
10382
10383         * src/ds390/gen.c: Various fixes & enhancements
10384
10385         * src/SDCClrange.c, src/SDCClrange.h:
10386         functions "alldefsoutofrange" and "notusedinblock" moved to SDCClrange.c
10387
10388         * src/ds390/ralloc.c:
10389         various fixes & enhancements (ds390) specific
10390
10391         * src/avr/ralloc.c, src/mcs51/ralloc.c, src/pic/ralloc.c, src/xa51/ralloc.c, src/z80/ralloc.c:
10392         Functions "allDefsOutOfRange" & "notUsedinBlock" moved to SDCClrange.c
10393         from rallocs.
10394
10395         * sdcc/src/SDCCcse.c: Better fix for bug # 514308
10396
10397 2002-03-02    <johan AT FRIJA>
10398
10399         * src/SDCCast.c (decorateType): fixed bug #524708
10400
10401         * src/SDCCval.c (floatFromVal): fixed the literal void (whatever that may be)
10402
10403         * src/SDCCicode.c (geniCodePtrPtrSubtract): fixed bug #524691
10404
10405 2002-03-01  Michael Hope  <michaelh AT vroom>
10406
10407         * src/SDCCsymt.c (initCSupport): Removed managling of support function names.
10408
10409         * src/z80/ralloc.c (packRegsForIYUse): Fixed fp bug where four byte operands were packed into IY.
10410
10411 2002-03-01    <johan AT FRIJA>
10412
10413         * src/SDCCglue.c (printIvalPtr): fixed bug #524211
10414
10415         * src/SDCCast.c (decorateType): fixed bug #524209
10416
10417         * src/SDCCval.c (valNot): fixed bug #524195
10418
10419 2002-02-26    <johan AT balder>
10420
10421         * src/xa51/gen.c: fixed a warning
10422
10423         * src/SDCCglue.c (printIvalFuncPtr): fixed bug #522534
10424
10425         * src/SDCCast.c (decorateType): fixed bug #522534
10426
10427 2002-02-23    <johan AT balder>
10428
10429         * src/SDCCdflow.c (computeDataFlow): fixed bug #460088
10430
10431 2002-02-22    <johan AT balder>
10432
10433         * src/SDCCast.c: fixed bug #514865
10434
10435         * src/SDCCy.c ("SDCC.y"): fixed bug #516625
10436
10437 2002-02-21  Sandeep Dutta  <sandeep AT ddi.com>
10438
10439         * sdcc/src/SDCCloop.c:
10440         Previous fix was not good. basic blocks that have "break" or "return" are
10441         not really partof a loop , but live ranges used in these blocks should
10442         be live thru the entire loop, so set partOfLoop but don't add them to
10443         loop region
10444
10445 2002-02-21    <johan AT FRIJA>
10446
10447         * src/SDCCcse.c: fixed bug #514308
10448
10449 2002-02-20  Sandeep Dutta  <sandeep AT ddi.com>
10450
10451         * src/SDCCloop.c:
10452         Fixed BUG #519583. If a conditional block ended in a return/break
10453         statement inside a loop, it was not being considered part of the loop.
10454
10455         * src/SDCCcflow.c: Removed fix (Fixed in SDCCloop.c)
10456
10457 2002-02-10  Karl Bongers <karl AT turbobit.com>
10458
10459         * debugger/*:
10460         Fixed up SDCDB debugger somewhat.  Updated debugger/README
10461         with lots of comments and notes.
10462
10463         * device/examples/test2.c:
10464         Fix bug, "red" variable not being initialized(compiler complained).
10465
10466         * device/examples/Makefile, examples/test3.c:
10467         Add Makefile in device/examples folder, compiles test3.c
10468         for use as a multiple module SDCDB test case.
10469
10470         * sim/ucsim/cmd.src/cmdset.cc:
10471         Took out debug printfs in ucsim "next" command.
10472
10473         * sim/ucsim/xa.src:
10474         Karl and Johan start ucsim XA support.  Most dissassembly working,
10475         about 75% emulation done(plenty of work remaining).
10476
10477         * sim/ucsim/z80.src:
10478         Add Z80 support to ucsim, add test-ucz80 regression test,
10479         notice ucsim/z80 emulation fails on examples/test3.c/itoa code.
10480         Notice z80 compiler fails on examples/test3.c/crc code.
10481
10482 2002-01-30  Sandeep Dutta  <sandeep AT ddi.com>
10483
10484         * src/mcs51/gen.c, src/mcs51/main.c, src/mcs51/ralloc.c:
10485         Added support for --parms-in-bank1
10486
10487         * src/ds390/peeph.def:
10488         added a few more peephole optimzations
10489
10490         * src/ds390/main.c:
10491         1) added __builtin_inp & __builtin_outp used to read in data of given length
10492            from a memory mapped port
10493         2) added __builtin_memcmp
10494         3) added __builtin_swapw swap bytes of a short
10495
10496         * src/ds390/gen.c, src/ds390/gen.h, src/ds390/ralloc.c:
10497         1) handle multiple send & receives from register bank1
10498         2) ralloc can now allocate DPTR1 to some liveRanges
10499
10500         * src/SDCCsymt.c, src/SDCCsymt.h:
10501         changes to handle multiple sends & receives
10502
10503         * src/SDCCptropt.h:
10504         added some pointer arithmetic optimization
10505
10506         * src/SDCCptropt.c:
10507         added some pointer arithmetic optimizations but not stable yet so not
10508         called from anywhere (will get this working shortly)
10509
10510         * src/SDCCopt.c: fixed for multiple sends & receives
10511
10512         * src/SDCCmain.c:
10513         1) added options --parms-in-bank1 (ds390/mcs51) & --protect-sp-update
10514         2) preprocessing done AFTER port->finalizeoptions . This allows ports to
10515            set preprocessor defines (depending on options)
10516
10517         * src/SDCCicode.c, src/SDCCicode.h:
10518         changes made to handle multiple sends & receives
10519
10520         * src/SDCCglobl.h:
10521         Added options --protect-sp-update (ds390) and --parms-in-bank1 (ds390/mcs51)
10522
10523         * src/SDCCcse.c, src/SDCCcse.h:
10524         added function findbackward def (to be used in upcoming optimization)
10525
10526         * src/SDCCcflow.c, src/SDCCcflow.h:
10527         added function returnAtEnd - to determine if a basic block terminates with
10528         a RETURN iCode
10529
10530         * src/SDCCast.c, src/SDCCast.h:
10531         added option parms-in-bank1
10532
10533         * device/lib/_divsint.c, device/lib/_divslong.c, device/lib/_divuint.c
10534         * device/lib/_divulong.c, device/lib/_modsint.c, device/lib/_modslong.c
10535         * device/lib/_modulong.c, device/lib/_mulint.c, device/lib/_mullong.c:
10536         adjusted for --parms-in-bank1 option
10537
10538         * device/include/string.h:
10539         donot redefine "reentrant" keyword
10540
10541         * device/include/ds80c390.h: Added some more SFRs
10542
10543 2002-01-28  Bernhard Held  <bernhard AT bernhardheld.de>
10544
10545         * sim/ucsim: Merged branch ucsim-034-pre3 to main trunk; new version 0.4
10546
10547 2002-01-26  Bernhard Held  <bernhard AT bernhardheld.de>
10548
10549         * src/SDCCast.c (funcOfType): fix usage of double --float-reent
10550
10551 2002-01-22  Bernhard Held  <bernhard AT bernhardheld.de>
10552
10553         * support/regression/fwk/lib/testfwk.c (main): Removed workaround for bug #505387
10554
10555 2002-01-18  Paul Stoffregen  <paul AT pjrc.com>
10556
10557         * Added --xram-movc option
10558
10559 2002-01-13  Bernhard Held  <bernhard AT bernhardheld.de>
10560
10561         * support/regression/Makefile: don't include test-mcs51-stack-auto in target all
10562
10563 2002-01-11  Johan Knol
10564
10565         * Added math lib of Jesus Calvino-Fraga
10566
10567 2002-01-08  Bernhard Held  <bernhard AT bernhardheld.de>
10568
10569         * src/SDCCmain.c (processFile): fix processing of ../../src.c
10570         * support/regression/Makefile: new target test-mcs51-stack-auto
10571         * support/regression/ports/mcs51-stack-auto/spec.mk: added
10572
10573 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
10574
10575         * src/SDCCglue.h: printIvalCharPtr(), not printIvalChar()
10576
10577 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
10578
10579         * support/regression/ports/mcs51/support.c: correct setup of timer / UART
10580
10581 2002-01-03  Bernhard Held  <bernhard AT bernhardheld.de>
10582
10583         * src/SDCCsymt.c (processFuncArgs): fix #498307 by Johan
10584
10585         * src/SDCCglue.h: add definition for printIvalChar()
10586
10587 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
10588
10589         * src/SDCCast.c: fix #498138 by Johan
10590
10591         * src/SDCCglue.c: fix #498138 by Johan
10592
10593 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
10594
10595         * support/regression/Makefile: fix clean
10596
10597         * support/regression/ports/ds390/support.c: fix transmission of last character
10598
10599 2001-12-29  Sandeep Dutta  <sandeep AT ddi.com>
10600
10601         * /sdcc/src/ds390/gen.c:
10602         a) improved computing address of stack variable
10603         b) took out some #if 0 code
10604         c) improved parmBytes adjustment
10605         d) improved genPlusIncr & genMinusIncr
10606         e) genCmp could generate bad code (when left assigned to DPTR)
10607         f) Fixed bug in hasInc
10608
10609         * /sdcc/src/ds390/ralloc.c:
10610         a) packRegsForSupport could mess up live information (Fixed)
10611         b) packRegsDPTRuse could be incorrect for left & right shift
10612
10613         * /sdcc/src/mcs51/ralloc.c:
10614         packRegsForSupport could mess up the live information (Fixed)
10615
10616         * /sdcc/src/mcs51/gen.c: Fixed a bug in hasInc
10617
10618         * /sdcc/src/SDCCast.c:
10619         can reverse a loop even if function call is present as long
10620         as the loop control variable is local & is not passed as parameter
10621
10622 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
10623
10624         * /sdcc/ChangeLog: *** empty log message ***
10625
10626         * /sdcc/src/ds390/gen.c, /sdcc/src/ds390/main.c:
10627         More builtin function additions for TININative
10628
10629         * /sdcc/src/ds390/ralloc.c:
10630         Had broken the regression testsuite
10631
10632         * /sdcc/src/SDCCast.c: Fixed a bug in dumptree
10633
10634         * /sdcc/src/SDCCsymt.c, /sdcc/src/SDCCsymt.h:
10635         Added funcattr hasStackParms will be set for reentrant functions when there
10636         are paramteres on the stack, this helps in minimizing frame pointer generation
10637         typeFromStr can handle function pointers now
10638
10639         * /sdcc/doc/builtins.txt, /sdcc/doc/TININative.txt:
10640         *** empty log message ***
10641
10642 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
10643
10644         * /src/ds390/gen.c, /src/ds390/main.c:
10645         More builtin function additions for TININative
10646
10647         * /src/ds390/ralloc.c:
10648         Had broken the regression testsuite
10649
10650         * /src/SDCCast.c: Fixed a bug in dumptree
10651
10652         * /src/SDCCsymt.c, /src/SDCCsymt.h:
10653         Added funcattr hasStackParms will be set for reentrant functions when there
10654         are paramteres on the stack, this helps in minimizing frame pointer generation
10655         typeFromStr can handle function pointers now
10656
10657         * /doc/builtins.txt, /doc/TININative.txt:
10658         *** empty log message ***
10659
10660
10661 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
10662
10663         * /src/ds390/gen.c, /src/ds390/main.c, /src/ds390/peeph.def, /src/ds390/ralloc.c:
10664         ALPHA version for -mTININative
10665
10666         * /src/izt/i186.c, /src/izt/tlcs900h.c, /src/mcs51/main.c, /src/pic/main.c, /src/z80/main.c, /src/avr/main.c:
10667         updated to reflect changes in the port structure
10668
10669         * /src/port.h:
10670         added function do_assemble (similar to do_link) if non-null this function
10671         will be called to do assembly (-mTININative) requires a multi command
10672         assembly
10673         added function genAssemblerEnd will be called to generate assembler Epilogue
10674
10675         * /src/SDCCsymt.c:
10676         added _JavaNative to debug info printing
10677
10678         * /src/SDCCmain.c: added option --tini-libid
10679         added port->do_assemble function (-mTININative) has a multi command assemble
10680
10681         * /src/SDCCglue.c: Disabled "constExpr" check
10682         added port->genAssemblerEnd function
10683
10684         * /src/SDCCglobl.h: Added option --tini-libid value
10685
10686         * /src/SDCCast.h:
10687         tookout optimizeCompare from the header (has no external references)
10688
10689         * /src/SDCCast.c: made one more function "static"
10690
10691 2001-12-23  Michael Hope  <michaelh AT juju.net.nz>
10692
10693         * src/z80/mappings.i: Added z80asm support.
10694
10695         * src/z80/main.c: Added z80asm support on --asm=z80asm
10696
10697         * src/z80/gen.c: Fixed asm portability issues.
10698
10699         * src/asm.c (tvsprintf): Removed old code, added 'N' for function name.  For extern support.
10700
10701         * src/SDCCglue.c (printExterns): Added global/extern split.
10702
10703 2001-12-17  Bernhard Held  <bernhard AT bernhardheld.de>
10704
10705         * support/regression/Makefile: added test for mcs51 model large
10706
10707         * support/regression/ports/mcs51-large/spec.mk: added test for mcs51 model large
10708
10709         * support/regression/ports/gbz80/spec.mk: added -mgbz80
10710
10711 2001-12-05  Michael Hope  <michaelh AT juju.net.nz>
10712
10713         * src/diff.1 (Index): Many, many optmisiations.  Dhrystone up to 201.
10714
10715 1904-01-06  Michael Hope  <michaelh AT juju.net.nz>
10716
10717         * src/z80/ralloc.c (packRegsForIYUse): Fixed the case where an operand is in direct space.
10718
10719         * src/z80/gen.c (makeFreePairId): Optimised IY load by using a spare pair.
10720
10721 2001-12-02  Bernhard Held  <bernhard AT bernhardheld.de>
10722
10723         * src/mcs51/gen.c (genFunction): avoid excess "inc sp"
10724
10725         * support/regression/tests/simplefloat.c: Port to mcs51.
10726
10727 2001-11-25  Michael Hope  <michaelh AT juju.net.nz>
10728         * support/regression/tests/bug-485362.c: Added.
10729
10730         * support/regression/tests/simplefloat.c (testDivNearOne): Added.
10731
10732         * src/z80/gen.c (aopOp): Fixed case where left and result are in the same spill loc and they have different sizes.
10733
10734         * src/z80/peeph.def: Added rules for optimising two byte compares on the same thing, and to optimise two ptr assign.
10735
10736         * src/z80/gen.c (aopDump): Added a dump function.
10737
10738 2001-11-25  Bernhard Held  <bernhard AT bernhardheld.de>
10739         * sim/ucsim/s51.src/glob.cc: DS390 SFRs and bits added.
10740
10741         * sim/ucsim/s51.src/port.cc: Port 4 and 5 added.
10742
10743         * sim/ucsim/s51.src/regs51.h: DS390 SFRs added.
10744
10745         * sim/ucsim/s51.src/uc390.cc: Some details improved, CKRDY works for tinibios.
10746
10747         * sim/ucsim/s51.src/uc390cl.h: Work in progress.
10748
10749         * sim/ucsim/sim.src/uccl.h: 6 ports for DS390.
10750
10751         * support/regression/fwk/lib/testfwk.c: Run with tinibios.
10752
10753         * support/regression/ports/mcs51/spec.mk: Fine tuninig.
10754
10755         * support/regression/ports/ds390/support.c: Use tinibios.
10756
10757         * support/regression/ports/ds390/spec.mk: Fine tuning, use tinibios.
10758
10759 2001-11-23  Michael Hope  <michaelh AT juju.net.nz>support/regression/tests/bug-460010.c
10760
10761         * src/z80/ralloc.c (packRegsForHLUse3): Changed to not pack into HL if anything is in direct space.
10762         (packRegsForHLUse3): Added packing support for send, cast, and return value from a call.
10763
10764         * src/z80/peeph.def: Added rules for optimising pushes of part of a pair.
10765
10766         * src/z80/gen.c (emitCall): Changed the stack fixup to not use HL.
10767
10768 2001-11-18  Michael Hope  <michaelh AT juju.net.nz>
10769
10770         * src/z80/gen.c (genCmp): Fixed compare on unsigned.
10771
10772         * src/z80/ralloc.c (packRegsForHLUse3): Created and optimised.
10773         (packRegsForIYUse): Created and optimised.
10774
10775 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
10776
10777         * support/regression/tests/float.c (testFloatAdd): Fixed up warning.
10778 2001-11-18  Bernhard Held  <bernhard AT bernhardheld.de>
10779
10780         * sdcc/support/regression/tests/bug-460010.c: fix seg violation on host
10781
10782         * sdcc/support/regression/tests/muldiv.c: fix output on mcs51
10783
10784         * sdcc/support/regression/tests/stacks.c: fix DSEG overflow on mcs51
10785
10786 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
10787
10788         * sdcc/sim/device/lib/_gptrget.c: mem region 5 (idata) added
10789
10790         * sdcc/sim/device/lib/_gptrput.c: mem region 5 (idata) added
10791
10792 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
10793
10794         * sdcc/sim/ucsim/globals.cc: New: IXRAM.
10795
10796         * sdcc/sim/ucsim/stypes.h: New: IXRAM.
10797
10798         * sdcc/sim/ucsim/s51.src/uc390.cc: New: IXRAM.
10799
10800 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
10801
10802         * src/z80/ralloc.c (packRegsForHLUse): Banned IFXs from being packed into HL.
10803         (packRegsForHLUse): Added rule to pack address of/pointer get for itemps into HL for the Z80.
10804         (packRegsForAccUse2): Added rule to pack hbit IFXs into A.
10805
10806         * src/z80/main.c (_setDefaultOptions): Made float code re-entrant by default.
10807
10808         * src/z80/gen.c (aopGetLitWordLong): Added word support for floats.
10809         (genNotFloat): Added.
10810         (genUminusFloat): Added.
10811
10812         * device/lib/z80/Makefile: Added floating pt stubs.
10813
10814         * device/lib/Makefile.in (Z80SOURCES): Added floating pt support.
10815
10816         * src/z80/gen.c (genIpush): Fixed up a push of one byte when left is in a pair.
10817
10818         * device/lib/_fsadd.c (__fsadd): Fixed up return where the numbers are hugely different.
10819
10820 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
10821
10822         * sdcc/sim/ucsim/s51.src/glob.cc: Minor fix.
10823
10824         * sdcc/sim/ucsim/s51.src/regs51.h: Minor fix.
10825
10826         * sdcc/support/regression/Makefile: Add port ds390.
10827
10828         * sdcc/support/regression/ports/mcs51/spec.mk: Minor change.
10829
10830         * sdcc/support/regression/ports/z80/spec.mk: Minor change.
10831
10832         * sdcc/support/regression/ports/ds390/spec.mk: Added.
10833
10834         * sdcc/support/regression/ports/ds390/support.c: Added.
10835
10836         * sdcc/support/regression/ports/ds390/uCsim.cmd: Added.
10837
10838         * sdcc/support/regression/ports/mcs51/timeout.c: Cut.
10839
10840         * sdcc/support/regression/fwk/lib/timeout.c: Paste.
10841
10842 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
10843
10844         * device/include/malloc.h: Added z80 and gbz80 support.
10845
10846         * device/lib/gbz80/heap.s: Added.
10847
10848         * device/lib/z80/heap.s: Added.
10849
10850         * device/lib/malloc.c: Added z80 and gbz80 support.
10851
10852         * support/regression/tests/malloc.c (testMalloc): Added.
10853
10854         * src/SDCCmain.c (parseCmdLine): Added support for -Wp.
10855
10856         * support/regression/tests/bug-478094.c: Added.
10857
10858         * src/z80/gen.c (commitPair): Fixed silly gbz80/z80 commit to static bug.
10859
10860 2001-11-04  Bernhard Held  <bernhard AT bernhardheld.de>
10861
10862         * sdcc/sim/ucsim/s51.src/uc390cl.h: Improvement for ds390 to run regression tests
10863
10864         * sdcc/sim/ucsim/s51.src/uc390.h: Improvement for ds390 to run regression tests
10865
10866         * sdcc/sim/ucsim/s51.src/regs51.h: Improvement for ds390 to run regression tests
10867
10868         * sdcc/sim/ucsim/s51.src/glob.cc: Improvement for ds390 to run regression tests
10869
10870         * sdcc/support/regression/tests/bug-460010.c: Small change for ds390
10871
10872 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
10873
10874         * src/z80/peeph-gbz80.def: Removed a bad sub optimisation.
10875
10876 2001-11-03  Michael Hope  <michaelh AT juju.net.nz>
10877
10878         * support/regression/tests/bug-477927.c: Added.
10879
10880         * src/z80/peeph.def: Added minor rules.
10881
10882         * src/z80/gen.c (genPlusIncr): Added an extra plusinc rule.
10883
10884         * src/z80/peeph.def: Added jump optimisation modification.
10885
10886 2001-11-01  Michael Hope  <michaelh AT juju.net.nz>
10887
10888         * src/SDCCmain.c (linkEdit): Added runtime path detection to the mcs51 port.
10889
10890 2001-10-30  Michael Hope  <michaelh AT juju.net.nz>
10891
10892         * support/regression/tests/funptrs.c: Added.
10893
10894 2001-10-29  Michael Hope  <michaelh AT juju.net.nz>
10895
10896         * src/z80/ralloc.c (packRegsForHLUse): Fixed up bad spill due to pushing one byte via HL.
10897
10898 2001-10-28  Michael Hope  <michaelh AT juju.net.nz>
10899
10900         * src/z80/gen.c (genArrayInit): Made it work for on stack arrays.
10901
10902         * src/z80/main.c (gbz80_port =): Added rle support to the gbz80 port.
10903
10904         * src/z80/gen.c (genMinus): Fixed for where the result is one byte.
10905         (movLeft2ResultLong): Created.
10906
10907         * src/z80/ralloc.c (packRegsForHLUse): Added a couple of simple cases for the GB.
10908         (joinPushes): Added.  Joins two char pushes into a word push.
10909
10910 2001-10-27  Michael Hope  <michaelh AT juju.net.nz>
10911
10912         * support/cpp2/Makefile.in (install): Added creation of dest dir.
10913
10914         * support/makebin/Makefile (install): Added creation of dest dir.
10915
10916 2001-10-24 Karl Bongers <karl AT turbobit.com>
10917
10918         * configure.in, configure, Makefile, support/cpp: Removed cpp folder, since we have new cpp2 preprocessor code.
10919
10920 2001-10-21  Michael Hope  <michaelh AT juju.net.nz>
10921
10922         * src/z80/ralloc.c: Turned off faulty pack for one use.
10923
10924         * src/z80/peeph-gbz80.def: Removed redundent restart options.
10925
10926         * src/z80/gen.c (genMult): Added native mul for constants on the z80 and gbz80.
10927
10928 2001-10-21  Bernhard Held  <bernhard AT bernhardheld.de>
10929
10930         * support/regression/Makefile: Improved clean
10931
10932         * support/regression/ports/gbz80/spec.mk: Added clean
10933
10934         * support/regression/ports/host/spec.mk: Added clean
10935
10936         * support/regression/ports/z80/spec.mk: Added clean
10937
10938         * support/regression/ports/mcs51/spec.mk: Added clean, little improvements
10939
10940         * support/regression/ports/mcs51/timeout.c: little improvements
10941
10942 2001-10-17  Michael Hope  <michaelh AT juju.net.nz>
10943
10944         * device/lib/malloc.c (MEMHEADER): Fixed against new pedantic pointers.
10945
10946         * support/regression/fwk/include/testfwk.h: Fixed up to use function pts correctly.
10947
10948         * support/regression/generate-cases.py: Fixed up to use function pts correctly.
10949
10950 2001-10-16  Bernhard Held  <bernhard AT bernhardheld.de>
10951
10952         * support/regression/port/mcs51/spec.mk: add timeout for uCsim
10953
10954         * support/regression/port/mcs51/timeout.c: add timeout for uCsim
10955
10956 2001-10-13  Michael Hope  <michaelh AT juju.net.nz>
10957         * src/z80/gen.c (emitCall): Fixed up missing spill of HL when used to assign the result value.
10958
10959         * src/z80/ralloc.c: Turned off pack for one use as it's quite broken.
10960
10961         * src/SDCCmain.c (linkEdit): Added support for passing a legacy command line through the processor.
10962
10963         * src/mcs51/main.c (_linkCmd): Added bin path to command.
10964
10965         * src/SDCCmain.c (initValues): Added support for when it it called just to link.
10966
10967         * as/mcs51/lklibr.c (libfil;): Turned off 'library file' message.
10968
10969         * src/SDCCval.c (constVal): Fixed usage of 'L' modifier problems on ppc.
10970
10971         * support/regression/tests/longor.c: Added.
10972
10973 2001-10-11  Bernhard Held  <bernhard AT bernhardheld.de>
10974
10975         * as/mcs51/asdata.c: replaced FILENAME_MAX with PATH_MAX
10976
10977         * as/mcs51/aslink.h: define PATH_MAX
10978
10979         * as/mcs51/asm.h: define PATH_MAX
10980
10981         * as/mcs51/asmain.c: replaced FILENAME_MAX with PATH_MAX
10982
10983         * as/mcs51/asnoice.c: replaced FILENAME_MAX with PATH_MAX
10984
10985         * as/mcs51/lklex.c: replaced FILENAME_MAX with PATH_MAX
10986
10987         * as/mcs51/lkmain.c: replaced FILENAME_MAX with PATH_MAX
10988
10989         * src/SDCCglobl.h: define PATH_MAX
10990
10991         * src/SDCCmacro.c: replaced FILENAME_MAX with PATH_MAX
10992
10993         * src/SDCCmain.c: replaced FILENAME_MAX with PATH_MAX
10994
10995 2001-10-11  Michael Hope  <michaelh AT juju.net.nz>
10996
10997         * src/z80/gen.c (gencjneshort): Fixed
10998
10999         * src/z80/ralloc.c (packRegsForHLUse): Added pack into HL for cast then ipush.
11000
11001 2001-10-09  Michael Hope  <michaelh AT juju.net.nz>
11002
11003         * support/regression/tests/bug-469671.c: Added.
11004
11005         * src/z80/gen.c (shiftIntoPair): Fixed up warning.
11006
11007 2001-10-08  Michael Hope  <michaelh AT juju.net.nz>
11008
11009         * src/SDCCmain.c: Added --fommit-frame-pointer option and implemented in the z80 port.
11010
11011         * src/z80/gen.c (genPlus): Fixed to work with extended stack.  Also fixed genMinus, genCmp.  genUMinus is still left.
11012
11013 2001-10-08  Bernhar Held  <bernhard AT bernhardheld.de>
11014
11015         * src/SDCCmain.c (preProcess): added define SDCC_NOOVERLAY
11016
11017         * src/device/lib/_mulint.c  : removed hint: nooverlay bug
11018
11019         * src/device/lib/_mullong.c : removed hint: nooverlay bug
11020
11021         * src/device/lib/_divuint.c : removed hint: nooverlay bug
11022
11023         * src/device/lib/_divulong.c: removed hint: nooverlay bug
11024
11025         * src/device/lib/_moduint.c : removed hint: nooverlay bug
11026
11027         * src/device/lib/_modulong.c: removed hint: nooverlay bug
11028
11029 2001-10-07  Michael Hope  <michaelh AT juju.net.nz>
11030
11031         * 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.
11032
11033         * support/Util/NewAlloc.c (freeTrace): Changed free for the gc case to not free at all.  Fixes runtime segfault.
11034
11035         * support/regression/tests/scott-compare3.c (c_abcd): Fixed up casts.
11036
11037 2001-10-07    <johan AT FRIJA>
11038
11039         * device/lib/gets.c (gets): fixed the return value.
11040
11041 2001-10-06  Michael Hope  <michaelh AT juju.net.nz>
11042         * src/SDCCmain.c (WRITE_SEG_LOC): Fixed up to use Safe_strdup.
11043
11044         * 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.
11045
11046         * 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.
11047
11048         * src/z80/gen.c (genZ80Code): Added de-allocation via trace support.
11049
11050         * src/pic/gen.c: Removed Safe_strdup.
11051
11052         * configure.in: Added option to enable libgc support.
11053
11054         * src/SDCCbitv.c (bitVectnBitsOn): Optimised.
11055         (bitVectUnion): Optimised.
11056         (bitVectIntersect): Optimised.
11057         (bitVectBitsInCommon): Optimised.
11058         (bitVectCplAnd): Optimised.
11059
11060         * support/makebin/makebin.c (usage): Removed getopt as mingw32 doesn't have it.  Sigh.
11061
11062 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
11063
11064         * src/SDCCmain.c: distinguish between assembler debug and plain options
11065
11066         * src/avr/main.c:   remove standard assembler options
11067
11068         * src/ds390/main.c: remove standard assembler options
11069
11070         * src/mcs51/main.c: remove standard assembler options
11071
11072         * src/port.h: removed "PENDING" comment
11073
11074 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
11075
11076         * src/device/lib/_mulint.c  : new, with assember functions
11077
11078         * src/device/lib/_mullong.c : new, with assember functions
11079
11080         * src/device/lib/_divuint.c : with assember functions
11081
11082         * src/device/lib/_divsint.c : with assember functions
11083
11084         * src/device/lib/_divulong.c: with assember functions
11085
11086         * src/device/lib/_divslong.c: with assember functions
11087
11088         * src/device/lib/_moduint.c : with assember functions
11089
11090         * src/device/lib/_modsint.c : with assember functions
11091
11092         * src/device/lib/_modulong.c: with assember functions
11093
11094         * src/device/lib/_modslong.c: with assember functions
11095
11096         * src/device/lib/libint.lib:  replaced _muluint.c  and _mulsint.c  by _mulint.c
11097
11098         * src/device/lib/liblong.lib: replaced _mululong.c and _mulslong.c by _mullong.c
11099
11100         * src/device/lib/Makefile.in: replaced _muluint.c  and _mulsint.c  by _mulint.c
11101                                       replaced _mululong.c and _mulslong.c by _mullong.c
11102
11103 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
11104
11105         * src/SDCCsymt.c: sequence of specifiers in pintTypeChain() corrected
11106
11107 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
11108
11109         * src/SDCCglue.c: test, if win32api is available for MINGW
11110
11111 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
11112
11113         * src/SDCCsymt.c: no more _modifier in printTypeChain()
11114         * support/regression/tests/driverstruct.c: REENTRANT for mcs51
11115         * support/regression/ports/gbz80/spec.mk: removed GENERIC
11116         * support/regression/ports/host/spec.mk: removed GENERIC
11117         * support/regression/ports/mcs51/spec.mk: removed GENERIC
11118         * support/regression/ports/z80/spec.mk: removed GENERIC
11119
11120 2001-10-01  Michael Hope  <michaelh AT juju.net.nz>
11121
11122         * support/regression/fwk/lib/testfwk.c (__printf): Removed GENERIC.
11123
11124         * support/regression/tests/bug-467035.c: Created.
11125
11126 2001-10-01    <johan AT FRIJA>
11127
11128         * src/SDCC.y: fixed bug #466586 part 1
11129
11130 2001-10-01  Johan Knol <johan.knol AT iduna.nl>
11131
11132         * SDCCicode.c: z80 has no generic pointers
11133         * removed -s from strip in all Makefile(.in)'s. It is not needed, but Solaris chocks on it.
11134
11135 2001-09-30  Michael Hope  <michaelh AT juju.net.nz>
11136
11137         * sim/ucsim/cmd.src/Makefile.in ($(PRJDIR)/libcmd.a): Changed all ar references to $(AR) for Solaris.
11138
11139 2001-09-29  Michael Hope  <michaelh AT juju.net.nz>
11140
11141         * Makefile (sdcc-libs): Added makebin to the list of standard targets.
11142
11143         * support/regression/ports/z80/spec.mk: Updated to use env for sdcc bin dir for automatic regression.
11144
11145 2001-09-25  Michael Hope  <michaelh AT juju.net.nz>
11146
11147         * configure.in: Fixed up so that ucsim is only configured once.
11148
11149         * support/cpp2/configure.in: Fixed to use the program transform to append the .exe for the win32 build.
11150
11151         * src/SDCCutil.c (getPrefixFromBinPath): Fixed up to work with win32 in all of its glory.
11152         (getPathDifference): As above.
11153
11154         * src/SDCCmain.c (preProcess): Changed to use a temporary file in a proper temp directory.  Fixed case where pre-processing only.
11155
11156         * src/SDCCglue.c (tempfilename): Added function for pre-processor.
11157
11158 2001-09-23  Michael Hope  <michaelh AT juju.net.nz>
11159         * .version: Updated to 2.3.1
11160
11161         * src/z80/main.c (z80_port =): Added macro based linker and assembler command line support.
11162         Added copyright header.
11163
11164         * src/SDCCmain.c: Shifted various functions into SDCCutil.c
11165         (assemble): Added support for macro based assembler commands.
11166         (linkEdit): Added support for macro based linker commands.
11167         (preProcess): Changed the pre-processor to use macros.
11168         (_setPaths): Added functionality to autodetect the include, lib and bin dir paths.
11169         (_discoverPaths): Added support for overriding the install directory using the SDCCDIR env variable.
11170
11171         * device/lib/z80/crt0.s: Added module name for debugging.
11172
11173 2001-09-20  Michael Hope  <michaelh AT juju.net.nz>
11174
11175         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
11176
11177         * src/SDCChasht.c (hTabDeleteByKey): Fixed delete as it would delete the last item from a bucket even if it wasn't the real one.
11178
11179         * src/SDCCglue.c: Moved gc_strdup to SDCCutil.c
11180
11181         * src/Makefile.in: Added SDCCmacro and SDCCutil
11182
11183 2001-09-19  Michael Hope  <michaelh AT juju.net.nz>
11184
11185         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
11186
11187 2001-09-16    <johan AT FRIJA>
11188
11189         * 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.
11190
11191 2001-09-15    <johan AT FRIJA>
11192
11193         * src/mcs51/ralloc.c: (findAssignToSym): fixed bug #460662 part 1
11194         * src/ds390/ralloc.c (findAssignToSym): fixed bug #460662 part 1
11195
11196 2001-09-11    <johan AT FRIJA>
11197
11198         * src/SDCCval.c (valDiv Mod Minus Plus Shift): keep litteral expressions as small as possible (bug #460010)
11199
11200 2001-09-10  Michael Hope  <michaelh AT juju.net.nz>
11201
11202         * support/regression/tests/bug-460444.c: Added test case.
11203
11204         * src/z80/gen.c (genOr): bug 460444: if (a ^ lit) was broken for &, |, and ^.
11205         (genCast): Added justification for all of the asserts.
11206
11207 2001-09-10  Bernhard Held <bernhard AT bernhardheld.de>
11208
11209         * support/regression/support.c: _xdata replaced by xdata
11210
11211         * support/regression/spec.mk: removed _generic
11212
11213 2001-09-09  Michael Hope  <michaelh AT juju.net.nz>
11214
11215         * src/pic/ralloc.c (debugLogRegType): Removed some old types to get it to compile.
11216
11217         * src/z80/gen.c (shiftR2Left2Result): Improved the case when v = v >> n for small values of n to use less code space and time.
11218         (genrshTwo): Fixed v = v >> n where v is a negative int and n is > 8: bug 460010.
11219
11220         * src/z80/peeph.def: Added a rule to optimise shift then compare.
11221
11222         * support/regression/tests/bug-460000.c (testShiftByParam): Added test case.
11223
11224         * support/regression/tests/bug-460010.c: Added test case.
11225
11226         * support/regression/Makefile (test-host): Removed a silly 'clean' target when testing against gcc.
11227
11228 2001-09-09  Bernhard Held <bernhard AT bernhardheld.de>
11229
11230         * support/regression/Makefile: inter-port-clean adjusted for mcs51
11231
11232         * support/regression/testfwk.c: removed workaround for bug #436344
11233
11234         * support/regression/tests/bp.c: use less memory with mcs51
11235
11236         * support/regression/tests/bug-441448.c: use less memory
11237
11238         * support/regression/tests/ports/mcs51/spec.mk: cleanup, use --stack-after-data
11239
11240         * support/regression/collate-results.py: typo
11241
11242 2001-09-08  Michael Hope  <michaelh AT juju.net.nz>
11243
11244         * support/regression/tests/fetchoverlap.c: Added new test case.
11245
11246         * support/regression/tests/bp.c: Added new test case.
11247
11248         * support/regression/tests/bug-448984.c: Added new test case.
11249
11250         * support/regression/tests/pow2shifts.c: Added new test case.
11251
11252         * src/z80/gen.c: Turned off the noise it normally generates for the release.
11253         (genlshTwo): Fixed right shift for count > 8.
11254
11255         * src/z80/ralloc.c: Disabled most of the ACC packing rules as they weren't getting hit and weren't at all safe.
11256
11257 2001-09-08    <johan AT FRIJA>
11258
11259         * src/SDCCicode.c (geniCodeCall): a CPOINTER can be used as a function
11260
11261 2001-09-07    <johan AT FRIJA>
11262
11263         * src/SDCCicode.c (newiCodeCondition): fixed bug #456235 (1.77)
11264
11265         * src/SDCCglue.c (emitRegularMap): only delete a symbol when it is a symbol
11266
11267 2001-09-06    <johan AT FRIJA>
11268
11269         * src/SDCC.y: this could be a fix for bug #458744 (1.37)
11270         * bernhard noted me at this: "() equals to (void)" (1.38)
11271
11272 2001-09-05    <johan AT FRIJA>
11273
11274         * src/SDCCglue.c (emitRegularMap): a fix for bug #458099/2
11275
11276 2001-09-04    <johan AT FRIJA>
11277
11278         * src/SDCCsymt.c (checkSClass): a fix for bug #458099/1
11279
11280
11281 2001-09-04  Paul Stoffregen  <paul AT pjrc.com>
11282
11283         * pragma noinduction broke memcpy on mcs51 large model.  Moved it inside z80 optimization
11284
11285 2001-09-03  Michael Hope  <michaelh AT juju.net.nz>
11286
11287         * link/z80/aslink.h: Fixed path for PATH_MAX
11288
11289 2001-09-02  Michael Hope  <michaelh AT juju.net.nz>
11290
11291         * src/z80/gen.c (fetchLitPair): Changed so that it properly caches direct space references.
11292
11293         * support/regression/tests/addsub.c: Added cases to cover all the +, - combinations.
11294
11295         * support/regression/tests/uminus.c: Added a test for the unary minus operator.
11296
11297         * 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.
11298
11299 2001-09-01  Michael Hope  <michaelh AT juju.net.nz>
11300
11301         * src/z80/gen.c: Fixed up generator to pass the regresion tests, specifically fixing loads for longs, genCmp, and turned on the map file.
11302         (genCmp): Fixed up genCmp for the GB with longs.
11303
11304         * device/lib/gbz80/Makefile: Fixed up all the libraries to pass the regression tests.
11305
11306         * support/regression/ports/host/spec.mk: Updated to compile with the new type specifiers.
11307
11308         * device/lib/Makefile.in (Z80SOURCES): Removed old _mululong, _mulslong, and unneeded _mulint.
11309
11310         * device/lib/_mullong.c (_mulslong): Changed to actually return a value :)
11311
11312 2001-08-30  Paul Stoffregen  <paul AT pjrc.com>
11313
11314         * added peepholes 223 to 231 to mcs51 port.  These improve code when using large model.
11315
11316 2001-08-30  Michael Hope  <michaelh AT juju.net.nz>
11317
11318         * 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.
11319
11320         * src/z80/gen.c (genPlus): Changed bad long add for gb to a fall through.
11321
11322 2001-08-29  Michael Hope  <michaelh AT juju.net.nz>
11323
11324         * link/z80/aslink.h: Fixed long file name support.  Is now based off PATH_MAX instead of a constant.
11325
11326         * src/z80/gen.c: Fixed add and sub for the case where left or right are in static space.
11327
11328 2001-08-30 Bernhard Held   <bernhard AT bernhardheld.de>
11329
11330   * sim/ucsim/configure:    little improvement of Cygwin-detection
11331   * sim/ucsim/configure.in: little improvement of Cygwin-detection
11332   * sim/ucsim/cmd.src/newcmdcl.h: include <sys/types.h> to define fd_set automated build
11333   * support/regression/tests/bug-221100.c: small changes for mcs51
11334   * support/regression/tests/bug-221168.c: small changes for mcs51
11335   * support/regression/tests/bug-227710.c: small changes for mcs51
11336   * support/regression/tests/staticinit.c: small changes for mcs51
11337   * as/mcs51/aslink.h: accept everything as symbol name in rel-files, bug fix ID 452601
11338   * as/mcs51/lklex.c:  accept everything as symbol name in rel-files, bug fix ID 452601
11339   * as/mcs51/lksym.c:  accept everything as symbol name in rel-files, bug fix ID 452601
11340
11341 $Revision$