* src/pic16/{pcode.h,genarith.c}:
[fw/sdcc] / ChangeLog
1 2006-06-05 Raphael Neider <rneider AT web.de>
2
3         * src/pic16/{pcode.h,genarith.c}:
4           introduced pCodeOp combining any two pCodeOps (previously only
5           two register operands could be combined), removed pcop2 from
6           pCodepReg, replaced pCodeOpReg2 with pCodeOp2, fixes #1492366
7         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): added case for PO_TWO_OPS
8         * src/pic16/gen.c (pic16_popGet2,pic16_popGet2p,pic16_popCombine2):
9           rewritten to use new PO_TWO_OPS
10         * src/pic16/main.c (_hasNativeMulFor): cover more cases natively,
11         * src/pic16/pcode.c (pic16_newpCodeOpImmd): initialize rIdx field,
12           (pic16_newpCodeOp): catch invalid attempts on PO_TWO_OPS,
13           (pic16_newpCodeOp2): NEW, create combined pCodeOp,
14           (pic16_get_op): embraced return arg to allow #define return(x),
15             added new case for combined opcodes
16           (pic16_get_op2): reduced to use pic16_get_op() on second pCodeOp,
17           (pic16_pCode2str,pic16_getRegFrompCodeOp,
18            pic16_getRegFromInstruction2): fixed/added handling of new pCodeOp
19
20 2006-06-04 Bernhard Held <bernhard AT bernhardheld.de>
21
22         * src/SDCCval.c (checkConstantRange): added
23         * src/SDCCval.h: added checkConstantRange
24         * support/Util/SDCCerr.c,
25         * support/Util/SDCCerr.h: replaced unused W_IF_NEVER_TRUE and
26         W_IF_ALWAYS_TRUE by W_COMP_RANGE and W_LIT_OVERFLOW
27         * src/SDCC.y: moved early 'condition transformations' to SDCCast.c
28         * src/SDCCast.c (decorateType): added checkConstantRange,
29         added 'condition transformations' from SDCC.y so that now W_COMP_RANGE
30         can be emitted with the correct always true/false warning,
31         added optimization for double '!';
32         result of decorateType() must be assigned back to the tree, because
33         decorateType() can change the tree
34         * src/SDCCicode.c (geniCodeLogic),
35         (geniCodeAssign): replaced new checkConstantRange, added warnings,
36         (checkConstantRange): removed, it was only a fragment which never
37         emitted a warning
38         * src/SDCCsymt.c (computeType): fixed promotion for
39         "-1 < (unsigned bit) b"
40         * src/pic/ralloc.c (packRegsForAssign),
41         * src/pic16/ralloc.c (packRegsForAssign),
42         * src/hc08/ralloc.c (packRegsForAssign),
43         * src/z80/ralloc.c (packRegsForAssign): ported fix for bug #930931
44         from mcs51
45         * src/mcs51/ralloc.c (packRegsForAssign): removed outcommented source
46         * support/regression/tests/constantRange.c: added
47         * support/valdiag/tests/constantRange.c: added
48         * support/valdiag/valdiag.py: added -DPORT_HOST=1
49
50 2006-06-02 Borut Razem <borut.razem AT siol.net>
51
52         * support/regression/ports/pic16/support.c: increase stack size
53           to 255 bytes
54         * support/regression/Makefile.in: sort tests by name so that the
55           resutlts can be compared on different machines / platforms
56
57 2006-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
58
59         * device/lib/printf_large.c (output_digit): optimized further, Tnx Frieder
60         * src/ds390/gen.c (emitLabel): new, added,
61           (genDjnz): fixed stack overflow bug,
62           (throughout): cosmetic changes to sync with mcs51/gen.c,
63           replaced emitcode("", "%05d$:", lbl->key + 100) with emitLabel(lbl)
64         * src/mcs51/gen.c (genEndFunction): small optimization,
65           (throughout): cosmetic changes to sync with ds390/gen.c
66
67 2006-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
68
69         * device/lib/printf_large.c (output_digit, calculate_digit): optimized,
70           (_print_format): fixed printing pointers
71         * src/mcs51/gen.c (emitLabel, movb): new, added,
72           (genAssign): small optimization,
73           (genDjnz): fixed stack overflow bug,
74           (throughout): replaced sprintf with SNPRINTF,
75           replaced mcs51_regWithIdx with REG_WITH_INDEX,
76           replaced emitcode("mov", "b,...") with MOVB(...),
77           replaced emitcode("", "%05d$:", lbl->key + 100) with emitLabel(lbl),
78           replaced D(emitcode("; genXXX", "")) with D(emitcode(";", "genXXX"))
79         * src/mcs51/peeph.def: added rules 140 and 264
80         * src/SDCCmem.c (allocLocal): store register declared locals in DSEG/OSEG
81           so they may get optimized into registers
82
83 2006-05-30 Maarten Brock <sourceforge.brock AT dse.nl>
84
85         * src/SDCCmain.c (optionsTable, parseCmdLine): handle --use-stdout
86           immediately when encountered,
87           (printUsage): always use stderr even on windows
88
89 2006-05-30 Bernhard Held <bernhard AT bernhardheld.de>
90
91         * src/SDCCast.c (isLoopCountable): fixed bug #1478316
92         (processParms): fixed bug #1247551
93         * src/SDCCmain.c (printVersionInfo, printOptions, printUsage,
94         parseCmdLine, main): print '--version' to stdout,
95         print 'help' to stdout if --help is given,
96         print 'help' to stderr and exit with EXIT_FAILURE if no or bad
97         arguments are given; fixed --help
98
99 2006-05-27 Bernhard Held <bernhard AT bernhardheld.de>
100
101         * src/SDCCcse.c (findPointerSet): fixed bug #1493710
102         * support/regression/tests/bug-1493710.c: added
103
104 2006-05-27 Borut Razem <borut.razem AT siol.net>
105
106         * support/regression/fwk/lib/testfwk.c: define array in _printn() as
107           static instead auto
108         * support/regression/ports/pic16/support.c: increase stack size
109           from default 64 bytes to 128 bytes
110         * support/regression/tests/staticinit.c,
111           support/regression/tests/float.c: regression tests fully enabled
112           for pic16 port by putting the initialized data arrays into the code
113           section
114         * support/regression/ports/pic16/spec.mk: don't link default libraries.
115           This was changed by mistake in the previous version.
116
117 2006-05-28 Vangelis Rokas <vrokas AT users.sourceforge.net>
118
119         * src/pic16/gen.c (genFunction, genEndFunction): some
120         beautifications, fixed bug with falsely restoring FSR2 in large
121         stack model, thanks to Beau E. Cox for reporting the bug
122
123 2006-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
124
125         * debugger/mcs51/break.c,
126         * debugger/mcs51/cmd.c (throughout): removed unused variables and labels,
127           use %p to print pointers, made address variables unsigned
128         * debugger/mcs51/cmd.c (infoSymbols): added missing parameter to printf
129         * debugger/mcs51/symtab.c (parseSymbol): must return something
130         * src/mcs51/gen.c (aopForSym): small optimization,
131            moved declarations mcs51_ptrRegReq and mcs51_nRegs to ralloc.h,
132           (freeAsmop): added missing break,
133           (aopPut): removed parameter bvolatile, determine it inside the function,
134           (saveRegisters, unsaveRegisters): small optimization,
135           (genIpush): removed pointless check,
136           (throughout): replaced Safe_calloc, strcpy with Safe_strdup,
137           replaced sprintf with SNPRINTF,
138           replaced strcpy with strncpyz,
139           updated aopPut calls,
140           replaced D(emitcode("; genXXX", "")) with D(emitcode(";", "genXXX"))
141         * src/mcs51/ralloc.h:  added declarations mcs51_ptrRegReq and mcs51_nRegs
142
143 2006-05-24 Borut Razem <borut.razem AT siol.net>
144
145         * support/regression/tests/bug-221100.c: fixed xdata problem caused by
146           modification of test for the pic16 port, put the array to the code
147           memory for pic16port; thanks to Maarten Brock and Frieder Ferlemann
148
149 2006-05-23 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
150
151         * src/pic/gen.c: MSC 6 does not have <stdint.h>.  Use pstdint.h instead.
152         * support/Util/pstdint.h: added
153
154 2006-05-22 Borut Razem <borut.razem AT siol.net>
155
156         * src/regression/Makefile: removed bool2.c test, added -q linker option
157         * src/regression/add2.c, src/regression/add3.c, src/regression/bool1.c,
158           src/regression/bool3.c, src/regression/nestfor.c, src/regression/ptrfunc.c,
159           src/regression/compare.c, src/regression/or1.c, src/regression/compare2.c,
160           src/regression/while.c, src/regression/compare3.c, src/regression/compare4.c,
161           src/regression/compare5.c, src/regression/sub2.c, src/regression/rotate1.c,
162           src/regression/rotate2.c, src/regression/rotate3.c, src/regression/rotate4.c,
163           src/regression/switch1.c, src/regression/rotate5.c, src/regression/for.c,
164           src/regression/add.c, src/regression/sub.c, src/regression/call1.c:
165           define SUPPORT_BIT_TYPES 0, removed unused bit variables
166
167 2006-05-22 Raphael Neider <rneider AT web.de>
168
169         * src/pic16/gen.c (pic16_storeForReturn): fragile fix for
170           bug #1492360 (problematic due to generic pointers, see code)
171
172 2006-05-22 Borut Razem <borut.razem AT siol.net>
173
174         * support/regression/ports/pic16/specs.mk: removed stack size linker
175           directive
176         * support/regression/tests/array.c,
177           support/regression/tests/bitopcse.c,
178           support/regression/tests/bug-908454.c,
179           support/regression/tests/malloc.c: modified for pic16 regression test
180         * support/regression/tests/bitfields.c:
181           pic16 - excluded bitfileds of size > 8
182         * support/regression/tests/bp.c: pic16 - reduced data size
183         * support/regression/tests/bug-221100.c: pic16 - reduced data size
184         * support/regression/tests/bug-460010.c:
185           pic16 - used the absolute address the fits in memory
186         * support/regression/tests/bug-716242.c:
187           bug [ 1443651 ] pic 16: redefining symbol that cannot be redefined.
188         * support/regression/tests/float.c:
189           pic16 - excluded - data size too big
190         * support/regression/tests/onebyte.c:
191           pic16 - bug [ 1444425 ] onebyte.c regression tes fails on pic16
192         * support/regression/tests/shifts.c:
193           pic16 - function names probably have to differ in first X characters
194           (gpasm limitation?)
195         * support/regression/tests/staticinit.c:
196           pic16 - excluded some tests due error: no target memory available for
197           section ".idata"
198
199 2006-05-22 Borut Razem <borut.razem AT siol.net>
200
201         * support/Util/dbuf.c: fixed bug #1489008 fix dbuf_c_str(),
202           second try. Thanks Stas Sergeev once more.
203
204 2006-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
205
206         * src/hc08/gen.c (transferAopAop): aop forced to stack was not restored,
207           (genLeftShift, genRightShift): fixed bug 1491627
208         * src/hc08/peeph.def (rules 7, 8.x): added
209         * support/regression/tests/shifts.c (ShiftLeftByParam,
210           ShiftRightByParam, testShiftByParam): added to test variable shifting
211
212 2006-05-20 Raphael Neider <rneider AT web.de>
213
214         * src/pic/gen.c (bitpatternFromVal): fixed for 64-bit machines
215         * src/pic16/ralloc.c (newReg): use correct name in hashtable,
216           (allocReg): add only new registers to dynAllocRegs,
217           (pic16_assignRegisters): do not reset dynrIdx, fixes bugs
218             #1489055, #1445850, and probably #1483693
219
220 2006-05-19 Vangelis Rokas <vrokas AT users.sourceforge.net>
221
222         * src/pic16/glue.c (pic16_emitConfigRegs, pic16_emitIDRegs): fixed
223         bug in for-loop that didn't emit the last of CONFIG and ID registers
224
225 2006-05-18 Maarten Brock <sourceforge.brock AT dse.nl>
226
227         * src/mcs51/gen.c (genCodePointerGet): inc dptr instead of loading acc
228           with offset
229         * src/mcs51/peeph.def (186.x): updated and reenabled to fix bugs
230           1489016, 1434401 and 1490124
231         * src/ds390/peeph.def (186.x, 227.x): updated and reenabled to fix bugs
232           1489016, 1434401 and 1490124
233
234 2006-05-17 Borut Razem <borut.razem AT siol.net>
235
236         * support/Util/dbuf.c: fixed bug #1489008 fix dbuf_c_str(),
237           thanks Stas Sergeev
238
239 2006-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
240
241         * device/include/mcs51/P89c51RD2.h,
242         * device/include/mcs51/P89LPC901.h,
243         * device/include/mcs51/P89LPC922.h,
244         * device/include/mcs51/P89LPC932.h: added, thanks Omar Espinosa
245
246 2006-05-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
247
248         * device/lib/pic16/libsdcc/stack/{stack.S, Makefile.in}: add workaround
249         to fix missing stack pragma in compiled binary object file,
250
251 2006-05-14 Bernhard Held <bernhard AT bernhardheld.de>
252
253         * support/packihx/configure.in,
254         * support/packihx/configure: removed warning, autoconf >= 2.5x can
255         determine sizeof basic types even while cross compiling
256
257 2006-05-13 Bernhard Held <bernhard AT bernhardheld.de>
258
259         * src/avr/gen.c (aopop),
260         * src/ds390/gen.c (aopOp),
261         * src/hc08/gen.c (aopOp),
262         * src/mcs51/gen.c (aopop),
263         * src/pic16/gen.c (pic16_aopOp),
264         * src/pic/gen.c (aopOp),
265         * src/z80/gen.c (aopop): fix for bug #1479882; use new, exclusive asmop
266         if size of operand is smaller than spill location
267
268 2006-05-12 Borut Razem <borut.razem AT siol.net>
269
270         * *.dsw, *.dsp: changed property svn:eol-style to CRLF since they
271           have to have CR/LF line endings even if they are checked out on *nix
272           or on WIN32 in cygwin binmode
273
274 2006-05-12 Maarten Brock <sourceforge.brock AT dse.nl>
275
276         * doc/sdccman.lyx: documented numeric ranges, WEBDOC #1442369
277         * device/include/ds80c390.h: added sfr16 definitions
278         * src/ds390/gen.c,
279         * src/ds390/gen.h,
280         * src/ds390/main.c,
281         * src/ds390/ralloc.c,
282         * src/ds390/ralloc.h: changes all over the place to sync with mcs51
283           fixing several bugs and adding sfr16/sfr32, reentrant bit params,
284           bit returning functions
285         * support/regression/tests/sfr16.c: enabled test on ds390
286
287 2006-05-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
288
289         * src/hc08/gen.c (asmopToBool, genIfx): fix for bug #1429722
290         * src/hc08/gen.c (storeRegToAop): fix for bug #1439894
291
292 2006-05-11 Maarten Brock <sourceforge.brock AT dse.nl>
293
294         * sim/ucsim/sim.src/memcl.h: added get_decoder() to cl_address_space
295         * sim/ucsim/sim.src/mem.cc: implemented cl_address_space::get_decoder,
296           (cl_address_space constructor): removed expensive initialization,
297           (cl_address_space::get_cell): extended for late initialization,
298           (cl_address_space::*): use late initialization,
299           (cl_address_decoder::activate): removed expensive initialization,
300           This reduced regression test running time by 25%
301
302 2006-05-11 Bernhard Held <bernhard AT bernhardheld.de>
303
304         * packihx/,
305         * configure.in,
306         * configure,
307         * sdcc.dsw,
308         * Makefile.bcc,
309         * Makefile.in,
310         * support/packihx/Makefile.in,
311         * support/packihx/clean.mk,
312         * support/packihx/Makefile.bcc,
313         * support/packihx/PackIhx.dsp: moved packihx to support/packihx
314
315 2006-05-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
316
317         * src/SDCCval.c (valNot): fix for regression test failure
318           of not.c on big endian hosts
319
320 2006-05-10 Maarten Brock <sourceforge.brock AT dse.nl>
321
322         * device/inlcude/mcs51/msc1210.h: new, added, thanks Philippe Latu
323
324 2006-05-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
325
326         * device/lib/mcs51/Makefile.in: changed string comparison operator
327           to = for POSIX compliance; == is bash extension
328
329 2006-05-10 Maarten Brock <sourceforge.brock AT dse.nl>
330
331         * device/lib/hc08/_mulint.c: applied patch 1485428, thanks
332           kosmonaut_pirx
333
334 2006-05-09 Vangelis Rokas <vrokas AT users.sourceforge.net>
335
336         * src/pic16/gen.c (pic16_freeAsmop): release any temp registers
337         allocated by aopForSym thus fixing bug #1478657 about failed testfwk.c
338         * src/pic16/main.c (_pic16_keywords): added 'sfr16' keyword,
339         * src/pic16/ralloc.c (pic16_allocWithIdx): also a fix for bug exposed by
340         bug report #1478657,
341
342 2006-05-05 Borut Razem <borut.razem AT siol.net>
343
344         * doc/Makefile.in: remove of WARNINGS and labels.pl immediately after
345           making the html
346
347 2006-05-02 Borut Razem <borut.razem AT siol.net>
348
349         * doc/Makefile.in: removed *.ind dependency since there is no rule to
350           create *.ind, which made make to fail if invoked with -j 2
351
352 2006-05-01 Maarten Brock <sourceforge.brock AT dse.nl>
353
354         * src/SDCCglue.c (emitRegularMap): partial fix for bug 1477149, thanks
355           Hubert Sack for patch 1479782
356
357 2006-05-01 Vangelis Rokas <vrokas AT users.sourceforge.net>
358
359         * src/pic16/glue.c (pic16_printIvalStruct): fixed bug #1445929
360
361 2006-05-01 Raphael Neider <rneider AT web.de>
362
363         * src/pic/device.c (sanitise_processor_name): only remove p(ic) prefix,
364           (create_pic): store only prefix-free device name,
365           (init_pic): check for device names with "16" prefix,
366           (list_valid_pics),
367         * src/pic/device.h (struct PIC_device),
368         * src/pic/main.c (_pic14_genAssemblerPreamble): adapted to single
369             stored device name,
370         * device/include/pic/pic12f{635,675,629,683}.h,
371         * device/lib/pic/libdev/pic12f{635,675,629,683}.c: NEW device libraries
372         * device/lib/pic/libdev/Makefile.in: allow pic12* devices,
373         * device/include/pic/pic16f505.h,
374         * device/lib/pic/libdev/pic16f505.c: removed
375         * device/include/pic/pic14devices.txt: added support for pic12f
376             devices, removed unsupported non 16-bit devices
377             [above changes provided by patch from Zik Saleeba]
378         * src/pic/*, src/pic16/*, device/include/pic16/*,
379           device/lib/pic/**, device/lib/pic16/**: obfuscated email address
380
381 2006-05-01 Borut Razem <borut.razem AT siol.net>
382
383         * configure.in, configure, doc/Makefile.in:
384           sync with nightly build makefile - latex, dvipdf and dvips
385           not needed any more
386
387 2006-04-30 Bernhard Held <bernhard AT bernhardheld.de>
388
389         * support/scripts/sdcc.nsi: removed all Readmes and Makefiles
390         in the library source
391
392 2006-04-30 Maarten Brock <sourceforge.brock AT dse.nl>
393
394         * support/regression/ports/hc08/spec.mk: fixed bug 1478892
395
396 2006-04-28 Raphael Neider <rneider AT web.de>
397
398         * src/pic16/pcode.c (pic16_newpCodeOpLit12),
399         * src/pic16/gen.c (pic16_popGetLit12): NEW, create 12 bit literal,
400           (pic16_loadFSR0): handle 12 bit literals correctly, fixes #1440527
401         * src/pic16/pcode.h: added prototype for pic16_newpCodeOpLit12()
402
403 2006-04-28 Bernhard Held <bernhard AT bernhardheld.de>
404
405         * device/lib/pic/libdev/Makefile.in,
406         * device/lib/hc08/Makefile.in,
407         * device/lib/gbz80/Makefile.in,
408         * device/lib/z80/Makefile.in,
409         * device/lib/ds390/Makefile.in,
410         * device/lib/ds400/Makefile.in: added srcdir to include search path,
411         thanks to Borut for the bug report
412         * configure.in,
413         * configure: always create doc/Makefile independent from --enable-doc
414         * Makefile.in: always install from directory doc independent from
415         --enable-doc
416         * device/lib/pic/Makefile.in: added libdev again, it was erroneously
417         removed
418         * device/lib/pic/libdev/Makefile.in: fixed VPATH build
419         * doc/Makefile.in: install *.txt if present
420         * device/include/Makefile.in (install): added installation of pic/*.inc
421         and pic/*.txt files again, they were erroneously removed
422
423 2006-04-28 Raphael Neider <rneider AT web.de>
424
425         * src/pic/{gen.c,main.h,pcode.c},
426         * src/pic16/{gen.c,pcode.c}: quietened compiler warnings
427             concerning signedness with casts
428
429 2006-04-28 Raphael Neider <rneider AT web.de>
430
431         * src/pic/gen.c (genFunction): set global pic14_hasInterrupt on
432             definition of an interrupt handler,
433         * src/pic/glue.c (pic14_emitInterruptHandler): moved output of
434             interrupt handler stuff from picglue() to separate routine,
435           (picglue): enabled definition of intr handlers in files w/o main()
436
437 2006-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
438
439         * support/librarian/sdcclib.c: moved include <limits.h> up to enable
440           compilation with MSVC 2005 Express Edition (VC8)
441
442 2006-04-26 Bernhard Held <bernhard AT bernhardheld.de>
443
444         * device/lib/Makefile: fixed build of gbz80 lib
445
446 2006-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
447
448         * support/regression/tests/bug-460010.c,
449         * support/regression/tests/bug-524691.c,
450         * support/regression/tests/bug-716242.c: removed conditional defines
451           that are already in testfwk.h
452
453 2006-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
454
455         * src/ds390/gen.c (AccAXRrl1, AccAXLrl1): changed to real rotate by 1,
456           (AccAXRsh1): added, shift right by 1,
457           (AccAXLsh, AccAXRsh, AccAXRshS): updated for AccAXRrl1, AccAXRsh1 and
458            AccAXLrl1
459         * support/regression/tests/rotate.c: use <stdint.h> and enabled ds390
460
461 2006-04-25 Bernhard Held <bernhard AT bernhardheld.de>
462
463         * src/SDCCast.c (decorateType): partial fix for RFE 1475769,
464         remove cast to same type
465         * src/SDCCast.c (decorateType): fix for RFE 1475742,
466         optimize 'ifx (op == 0)' resp. 'ifx (op != 0)'
467         * as/z80/Makefile,
468         * link/z80/Makefile: removed, they have moved to
469         Makefile.in files
470         * configure,
471         * configure.in: replaced duplicate message about ucsim by missing sdcpp
472         * install-sh: fix bug #1204398 by setting umask 0022
473         * device/lib/Makefile: separate build of z80 and gbz80 lib
474
475 2006-04-24 Bernhard Held <bernhard AT bernhardheld.de>
476
477         Enabled VPATH feature: changed nearly all Makefiles (149 files).
478         See sdccman.lyx '2.4.10 VPATH feature' about how to use it.
479
480         One basic decision: e.g. src/clean.mk includes further files. In order
481         to make this work there are two solutions:
482         - rename another dozen clean.mk to clean_in.mk, add srcdir to them and
483           run configure on them. This way they can use
484           'include $(srcdir)/port-clean.mk'
485         - always include clean.mk by the Makefile at the same level. To avoid
486           that `make clean` tries to include and build Makefile.dep the
487           MAKECMDGOALS are examined (see e.g. src/Makefile.in). This has been
488           implemented, because now even `make uninstall` doesn't create
489           Makefile.in. clean.mk could be eliminated by pasting it in
490           Makefile.in.
491
492         * debugger/mcs51/Makefile.in: build own objects from library sources
493         (SLIB, SDCC) in current directory
494
495         * configure, configure.in: renamed --disable-device-lib-build in
496         --disable-device-lib; added --enable-doc, the required tools are
497         searched by configure; added result message; the toolchain for the
498         belonging ports are now only built, if the port is enabled.
499
500         * support/regression/*: all output is written in directory gen, because
501         the fwk and ports directories don't livet in the build tree using vpath
502
503         * doc/sdccman.lyx: renamed --disable-device-lib-build to
504         --disable-device-lib, added --enable-doc, added section VPATH
505
506         * sim/ucsim/configure.in,
507         * sim/ucsim/configure.in: hc08 couldn't be disabled, now hc08 and
508         z80 are enabled by default
509
510 2006-04-24 Raphael Neider <rneider AT web.de>
511
512         * src/pic/device.c (pic14_assignConfigWordValue): remember assignments
513             to config word, "pic14_"-prefixed some extern functions
514           (pic14_emitConfigWord): emit __config directive(s) if assignment to
515             config word has been found
516         * src/pic/device.h: added prototypes
517         * src/pic/pcode.c: added "pic14_"-prefix where needed
518         * src/pic/ralloc.c (IS_CONFIG_ADDRESS,pic14_assignRegisters): cosmetic
519             fixup
520         * src/pic/glue.c (pic14_constructAbsMap): handle assignments to config
521             words,
522           (pic14emitRegularMap): ignore config words,
523           (pic14createInterruptVect): moved generating __config directives away
524           (picglue): have __config directives emitted
525
526 2006-04-24 Borut Razem <borut.razem AT siol.net>
527
528         * doc/Makefile: sync with nightly build makefile
529
530 2006-04-24 Raphael Neider <rneider AT web.de>
531
532         * src/pic/pcoderegs.c (OptimizeRegUsage): do not optimize
533             registers that have not been assigned proper liveranges,
534             fixes #1469504 and #1474602,
535           (pCodeRegOptimizeRegUsage): fixed typo in comment
536
537 2006-04-24 Borut Razem <borut.razem AT siol.net>
538
539         * device/examples/main8051.c: deleted - it was removed from CVS
540           24.mar.2000 and after that modified 18.feb.2001, so it reappered
541           after the transition to Subversion
542         * src/SDCCalloc.h: deleted - it was removed  from CVS
543           3.feb.2001 and after that modified 18.feb.2001, so it reappered
544           after the transition to Subversion
545         * sim/ucsim/cpu.gif, sim/ucsim/interrupt.gif, sim/ucsim/new.gif,
546           sim/ucsim/serial1.gif, sim/ucsim/serial2.gif,
547           sim/ucsim/term_cpuopt.gif, sim/ucsim/timers.gif, sim/ucsim/wins.gif,
548           sim/ucsim/post.jpg, sim/ucsim/UCsim.jpg: corrected
549
550 2006-04-22 Maarten Brock <sourceforge.brock AT dse.nl>
551
552         * as/asx8051.dsp: added mcs51/strcmpi.h
553         * as/hc08/as_hc08.dsp: added asm.h, m6808.h, strcmpi.h
554         * as/hc08/aslink.h: updated lnksect prototype
555         * as/hc08/asm.h,
556         * as/mcs51/asm.h: added a_addr to struct area and s_org to struct sym
557         * as/hc08/asmain.c,
558         * as/mcs51/asmain.c (asmbl): init dot.s_org for S_ORG,
559           (newdot): handle A_ABS
560         * as/hc08/asout.c,
561         * as/mcs51/asout.c (outarea): output address
562         * as/hc08/lkaomf51.c,
563         * as/mcs51/lkaomf51.c: disabled unused array UsageType
564         * as/hc08/m08pst.c,
565         * as/mcs51/i51pst.c,
566         * as/z80/z80pst.c: "ABS" is not A_OVR
567         * as/hc08/lkarea.c (newarea): read a_addr,
568           (lnkarea): added codemap array, sort absolute areas to the front,
569            combine all GSINITx/GSFINAL,
570           (find_empty_space, allocate_space): new functions,
571           (lnksect): return next address, handle absolute sections
572         * as/mcs51/lkarea.c (newarea): read a_addr,
573           lnksect2 prototype changed,
574           (lnkarea2): define codemap unsigned, combine all GSINITx/GSFINAL,
575           (find_empty_space, allocate_space): new, factored out of lnksect2,
576           (lnksect2): return next address, handle absolute sections
577         * as/hc08/lkhead.c,
578         * as/mcs51/lkhead.c (newhead): head is absolute but not overlay
579         * as/hc08/lklibr.c (addfile, fndsym),
580         * as/mcs51/lklibr.c (addfile, buildlibraryindex, fndsym): prevent
581           index out of range and detect both '\' and '/'
582         * device/include/mcs51/c8051f200.h: added _XPAGE, removed bad comment
583         * device/include/stdbool.h: removed SDCC_ds390 from check to pass
584           regression tests (ds390 cannot return bool yet)
585         * doc/sdccman.lyx: changed version number, document changed --no-peep,
586           document critical interrupts on z80, document changed SDCC define
587         * src/asm.c (_asxxxx_mapping): fixed .org directive,
588           (_a390_mapping): added .org directive
589         * src/hc08/gen.c (transferAopAop): made bytemask log to fix warning,
590           (genMultOneByte): fixed warnings
591         * src/hc08/hc08.dsp: lowered warning level to 2 to suppress pedantic
592           ones
593         * src/pic16/device.c: removed newReg prototype, removed BYTE_IN_LONG
594         * src/pic16/gen.c (pic16_popGetLabel): made parameter key signed,
595           (pic16_genLeftShiftLiteral, genRightShiftLiteral): fixed warnings
596         * src/pic16/gen.h: changed prototype for pic16_popGetLabel
597         * src/pic16/main.c: removed newReg prototype
598         * src/pic16/pcode.c,
599         * src/pic16/pcode.h (pic16_emitDB): changed parameter c to int to fix
600           warnings
601         * src/pic16/pic16.dsp: lowered warning level to 2 to suppress pedantic
602           ones
603         * src/pic16/ralloc.c
604         * src/pic16/ralloc.h (newReg): changed type to int and size to unsigned
605           to fix warnings
606         * src/pic/pcode.c (allocInternalRegister): changed parameter optype
607           from short to PIC_OPTYPE
608         * src/pic/pic.dsp: lowered warning level to 2 to suppress pedantic ones
609         * src/pic/ralloc.c (newReg, allocInternalRegister): changed parameter
610           optype from short to PIC_OPTYPE
611         * src/port.h: made int_size unsigned to fix warnings
612         * src/SDCC.y: fixed warning on MSVC
613         * src/SDCCicode.c (getArraySizePtr): return unsigned int
614         * src/SDCCopt.c (convertToFcall): fixed warnings
615         * src/SDCCsymt.h: removed double prototype for genSymName
616         * src/xa51/ralloc.c (allocReg): made size unsigned int, type int and
617           offset int to fix warnings
618
619 2006-04-22 Borut Razem <borut.razem AT siol.net>
620
621         * doc/sdccman.lyx, */Makefile, */Makefile.in:
622           references to CVS replaced with Subversion
623
624 2006-04-21 Borut Razem <borut.razem AT siol.net>
625
626         * doc/sdccman.lyx, */Makefile, */Makefile.in:
627           references to CVS replaced with Subversion
628
629 2006-04-19 Borut Razem <borut.razem AT siol.net>
630
631         * src/version.awk: adapted for svn
632         * /asxxxx/asxhtml/*.gif: set property svn:mime-type to image/gif
633           sim/ucsim/doc/*.gif: set property svn:mime-type to image/gif
634           sim/ucsim/doc/*.jpg: set property svn:mime-type to image/jpeg
635           /binutils-avr/etc/*.vi, *.jin: removed all properties
636           support/scripts/sdcc.ico: set property svn:mime-type to image/x-icon
637
638 2006-04-19 Borut Razem <borut.razem AT siol.net>
639
640         * CVS to Subversion migration completed
641
642 2006-04-18 Borut Razem <borut.razem AT siol.net>
643
644         * support/scripts/sdcc.nsi: removed unexisting ${DEV_ROOT}\lib\pic\*.o,
645           ${DEV_ROOT}\lib\src\pic\libdev\*.S, ${DEV_ROOT}\lib\src\pic\libdev\*.inc
646
647 2006-04-17 Borut Razem <borut.razem AT siol.net>
648
649         * device/include/Makefile.in: added pic/*.inc to the installation
650
651 2006-04-15 Bernhard Held <bernhard AT bernhardheld.de>
652
653         * support/regression/collate-results.py: fixed output in case of
654         a valdiag error
655         * support/regression/generate-cases.py: fixed splitting of pathnames
656         with dots
657         * as/hc08/lklibr.c (addfile),
658         * as/mcs51/lklibr.c (addfile): fixed off-by-one bug
659
660 2006-04-11 Raphael Neider <rneider AT web.de>
661
662         * src/pic16/gen.c (getFreePtr, pic16_popRegFromString),
663         * src/pic16/ralloc.c (pic16_allocregWithName): removed debug output
664         * src/pic16/pcode.c (assignValnums): fixed #1460578
665
666 2006-04-11 Raphael Neider <rneider AT web.de>
667
668         * device/lib/pic/libdev/*.c,
669         * device/include/pic/*.h: replaced sfr and data with __sfr and __data,
670           fixes #1468739, enables compilation in --std-c99 mode
671         * support/scripts/inc2h.pl: emit __sfr/__data instead of sfr/data
672
673 2006-04-11 Raphael Neider <rneider AT web.de>
674
675         * src/pic/device.c (find_device): removed debug output
676           (list_valid_pics): enabled verbose listing of supported devices
677         * device/include/stdbool.h: define bool as char for pic14/16 as well
678
679 2006-04-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
680
681         * src/SDCC.y: allow using brackets here: "__interrupt (1) __using (1)"
682
683 2006-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
684
685         * .version: bumped version to 2.5.6
686         * src/pic/ralloc.c (newReg): MSVC doesn't support __builtin_return_address
687
688 2006-04-06 Raphael Neider <rneider AT web.de>
689
690         * .version: bumped version to 2.5.6 (pic14 ABI changed)
691         * src/SDCCmain.c: add -DSDCC_PROCESSOR=<id> for pic14 port
692         * src/pic/glue.c (emitSymbolToFile,pic14_constructAbsMap,
693           pic14emitRegularMap,pic14emitMaps): moved output for absolute symbols to
694             pic14_constructAbsMap
695           (pic14printPublics): declare absolute global symbols as global
696           (pic14createInterruptVect),
697         * src/pic/ralloc.c (IS_CONFIG_ADDRESS): support second config word,
698           (newReg): assume new registers unused, use correct name in
699             hashtable (reg->name instead of name), more debugLog output
700         * src/pic/device.h (PIC_device): added fields for verbose output
701         * src/pic/device.c: moved device definition to pic14devices.txt,
702             added routines for runtime parsing of pic14devices.txt,
703             added support for second config word
704         * src/pic/main.c (_process_pragma): removed #pragma maxram,
705           (_pic14_keywords): no longer accept "bit" and "sbit" keywords
706           (_pic14_initPaths): add search paths with "pic" suffix (not "pic14")
707           (_pic14_parseOptions): moved pCodeInitRegisters here
708           (_pic14_do_link): add "pic$(ARCH).lib" to linker arguments
709         * src/pic/pcode.c (AnalyzeBanking): bail out on unset processor,
710           (pCodeInitRegisters): rewrapped comments, perpared new approach to
711             handling the pseudo stack
712         * device/lib/Makefile.in: ignore failures in objects-pic16,
713         * device/lib/pic/{configure,configure.in,Makefile}: added libdev/
714         * device/lib/pic/NEWS: document new dependency on picXXX.lib
715         * device/lib/pic/Makefile.subdir,
716         * device/lib/pic16/Makefile.subdir: improved clean rules
717         * device/lib/pic/libdev/: NEW, pic14 device libraries
718         * device/lib/pic/libsdcc/_gptr{get,put}{1,2,3,4}.S: use _X not X
719         * device/lib/pic/libsdcc/macros.inc: use _X not X, declare default SFRs
720         * device/include/Makefile.in: create subdir and install pic14 headers
721         * device/include/pic/p16f_common.inc: removed unused declarations
722         * device/include/pic/pic16*.h: added header files for 100+ 14 bit
723             PICs from inc2h.pl v1.6,
724             replaced BIT_AT macros with struct declarations
725         * device/include/pic/pic14devices.txt: definition of supported devices,
726             all above improvements contributed by Zik Saleeba, thanks
727         * support/scripts/inc2h.pl: removed BIT_AT, replaced with structs
728         * support/scripts/sdcc.nsi: also install pic14 device libraries and
729             headers
730
731 2006-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
732
733         * device/include/mcs51/c8051f410.h: added interrupt numbers,
734         * device/include/mcs51/c8051f200.h: old SiLabs mcu completes the list,
735           thanks to Charles Olds
736
737 2006-04-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
738
739         * debugger/mcs51/cmd.c (infoRegisters): show return address on stack
740
741 2006-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
742
743         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug 1464657
744         * src/mcs51/gen.c (genJumpTab): fixed bug in medium model
745         * support/regression/bug1464657.c: added, new test
746
747 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
748
749         * src/SDCCmain.c (preProcess): implemented RFE 1449908, define SDCC as the
750           version number
751
752 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
753
754         * src/SDCCpeeph.c (initPeepHole): implemented RFE 1460196, when both
755           --no-peep and --peep-file <file> are used don't use default rules but
756           do use the <file>
757
758 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
759
760         * src/mcs51/gen.c (genCall): fixed bug 1457608
761
762 2006-03-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
763
764         * doc/sdccman.lyx: reverted to version 1.129 of december as my latest
765         changes seem to cause (trigger?) problems with the build system.
766
767 2006-03-29 Maarten Brock <sourceforge.brock AT dse.nl>
768
769         * src/SDCCpeeph.c (operandsLiteral): new, added,
770           (callFuncByName): inserted operandsLiteral
771         * src/mcs51/peeph.def: reenabled 132.e, added extra check to 132.x
772
773 2006-03-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
774
775         * doc/sdccman.lyx: added paragraph "Use of SDCC in Education"
776         * src/mcs51/peeph.def: disabled rule 132.e fixing bug #1453093
777
778 2006-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
779
780         * src/z80/gen.c (genFunction, genEndFunction): fixed bug 1160666,
781           implemented patch 1120823 Thanks to Willy De la Court (normal
782           interrupts need an interrupt number now if they are made critical),
783           and enabled nesting of critical functions though not for gbz80
784           (genCritical, genEndCritical): added functions
785           (genZ80Code): added cases for CRITICAL and ENDCRITICAL
786         * src/z80/mappings.i: added "ei" to all mappings
787
788 2006-03-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
789
790         * sim/ucsim/cmd.src/newcmdcl.h: applied patch fixing GCC 4.1 build
791         submitted by the Debian SDCC maintainer Aurelien Jarno:
792         "Credits goes to Martin Michlmayr, who rebuilt the whole Debian
793         archive with gcc 4.1 on mips and wrote the patch"
794
795 2006-03-16 Raphael Neider <rneider AT web.de>
796
797         * src/pic16/genarith.c (genAddLit): simplified and fixed case where
798           the left operand is shorter than the result (c* = lit-c* + int),
799           fixes bug #1450796
800         * src/pic16/gen.c (genRightShift): check IS_SYMOP before accessing
801           OP_SYMBOL
802
803 2006-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
804
805         * src/.version: increased version number to 2.5.5
806         * src/SDCCmain.c (linkEdit): do not test for PIC16 target since, PIC16
807         linking is done manually in pic16 port's _linkEdit,
808         * src/SDCCsymt.c (compStructSize): for target PIC16 and shell variable
809         PIC16_PACKED_BITFIELDS, compact bitfield structures as much as possible,
810         * src/pic16/gen.c (aopForSym): when direct register name is WREG then
811         allocate asmop as AOP_ACC,
812         (aopForRemat): added parameter 'bool result' in function declaration,
813         (pic16_aopGet): return AOP_ACC when accessing WREG,
814         (pic16_popGetTempReg): minor modification,
815         (pic16_popRegFromIdx): first try with 'pic16_regWithIdx' then with
816         'pic16_allocWithIdx',
817         (genPcall): removed ftype, usage of OP_SYM_TYPE asserted error when
818         calling function in absolute addresses,
819         (genAssign): take into account AOP_ACC asmop,
820         * src/pic16/pcode.c (pic16_newpCodeOpReg): minor modifications,
821         * src/pic16/pcoderegs.c: some debug functions and lines added,
822         * src/pic16/ralloc.c (decodeRegType): added but commented out,
823         * (pic16_typeRegWithIdx): search 'pic16_dynInternalRegs' for given
824         register too,
825         * (pic16_findFreeReg, pic16_findFreeRegNext): allocate new register via
826         call to allocReg, not by manually allocating a new one,
827         (pic16_assignRegisters): now before going through the register
828         allocating functions mark all registers as free. This eliminates some
829         side effects resulting from peephole parser done earlier in the backbone
830
831 2006-03-13 Maarten Brock <sourceforge.brock AT dse.nl>
832
833         * src/SDCCicode.c (geniCodeLogic),
834         * src/SDCCast.c (decorateType): applied patch by Bernhard for rfe 1422617
835
836 2006-03-10 Maarten Brock <sourceforge.brock AT dse.nl>
837
838         * src/mcs51/gen.c (sameReg): new, checks if two aop regs are the same,
839           (genSend): bugfix, do not allocate and free twice,
840           (shiftRLong): handle partially overlapping aops
841         * support/regression/tests/bitopcse.c: fixed warning redefined idata
842
843 2006-03-08 Borut Razem <borut.razem AT siol.net>
844
845         * support/regression/fwk/include/testfwk.h: added defines for xdata, idata
846           for pic16
847
848 2006-03-08 Maarten Brock <sourceforge.brock AT dse.nl>
849
850         * support/regression/tests/bug1409955.c: new, added
851         * src/mcs51/gen.h: changed asmop.freed:1 to asmop.allocated for tracking
852         * src/mcs51/gen.c (newAsmop): set asmop.allocated to 1,
853           (aopForSym, aopOp): increment asmop.allocated if reused,
854           (freeAsmop): decrement asmop.allocated and check for zero instead of
855           using asmop.freed,
856           (freeForBranchAsmop): use asmop.allocated instead of asmop.freed,
857           (genNot, genCpl, genUminus, genMinus, genMult, genDiv, genMod, genCmpGt,
858            genCmpLt, genAndOp, genOrOp, genAnd, genOr, genXor, genRRC, genRLC,
859            genGetHbit, genGetAbit, genGetByte, genGetWord, genSwap,
860            genLeftShiftLiteral, genLeftShift, genRightShiftLiteral,
861            genSignedRightShift, genRightShift, genDataPointerGet,
862            genPagedPointerGet, genFarPointerGet, genCodePointerGet,
863            genGenPointerGet, genDataPointerSet, genAssign, genCast): free asmop's
864             in reverse order from allocation,
865           (genPlus, genCmpEq): free asmop's in reverse order from allocation and
866             added swappedLR to keep track
867         * support/regression/fwk/include/testfwk.h: added defines for xdata, idata,
868           pdata & code for GCC, z80, gbz80 & hc08
869         * support/regression/tests/zeropad.c: moved defines to testfwk.h
870
871 2006-03-08 Raphael Neider <rneider AT web.de>
872
873         * src/pic16/main.c (_hasNativeMulFor): fixed bug #1444425
874
875 2006-03-07 Maarten Brock <sourceforge.brock AT dse.nl>
876
877         * device/include/mcs51/c8051f410.h: new SiLabs mcu
878         * src/ds390/peeph.def: disabled 186.d and 227.a as fix for #1434401
879         * support/regression/tests/array.c: added parenthesis, made arrays unsigned
880
881 2006-03-06 Borut Razem <borut.razem AT siol.net>
882
883         * support/regression/ports/pic16/spec.mk: link with libm18f.lib,
884           made the linker quiet
885
886 2006-03-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
887
888         * src/pic16/gen.c (genPcall): fixed bug #1443644
889         * src/pic16/device.h (struct pic16_options_t): added 'int CATregs' flag
890         which dumps before the function entry point a data byte which represents
891         the number of the local variables used by the specified function, added
892         'xinst' for initial support for Extended Instruction Support,
893         * src/pic16/gen.c (aopForSym, pic16_aopGet): beautifications,
894         (pic16_testStackOverflow): do not prefix GSTACK_TEST_NAME with
895         port->fun_prefix anymore (may change later),
896         (genFunction, genEndFunction): do not store/restore local registers for
897         _main (this should take care the --main-return command line option in
898         the future),
899         (genOr): removed some legacy pic-port instructions,
900         * src/pic16/genarith.c (genAddLit): re-enabled old code because
901         performing operations with SFR's causes data to be written more than
902         once to each SFR. Perhaps SFRs should be handled in special cases...
903         * src/pic16/glue.c: macros BIG_ENDIAN and BYTE_IN_LONG are moved to
904         pcode.h
905         * src/pic16/main.c (_process_pragma): stack bound checking did not take
906         into account for stack starting position,
907         (struct OPTIONS pic16_optionsTable): added command line argument
908         --extended or -y for Extended Instruction Support,
909         * src/pic16/ralloc.c (pic16_decodeOp): added case for FUNCTION,
910         (deassignLRs): *** perhaps the most important change, old 'for' code
911         (commented out for reference), didn't account for some registers which
912         were left marked 'not free' after a pointer operation. The change
913         reduces register usage a lot in some cases
914
915 2006-03-04 Borut Razem <borut.razem AT siol.net>
916
917         * support/regression/ports/hc08/spec.mk: remove *.asm in traget
918           _clean
919         * support/regression/tests/bug-524697.c: decreased array size for
920           mcs51 to fit into the internal RAM
921         * support/regression/Makefile.in: a little bit more verbose
922
923 2006-03-03 Borut Razem <borut.razem AT siol.net>
924
925         * support/regression/fwk/lib/testfwk.c,
926           support/regression/fwk/include/testfwk.h: introduced function
927           _prints(), nonrecursive _printn(), call _initEmu() from main()
928         * support/regression/ports/gbz80/support.asm,
929           support/regression/ports/ucz80/support.asm,
930           support/regression/ports/z80/support.asm,
931           support/regression/ports/ds390/support.c,
932           support/regression/ports/hc08/support.c,
933           support/regression/ports/host/support.c,
934           support/regression/ports/mcs51/support.c,
935           support/regression/ports/xa51/support.c: added empty _initEmu()
936           function
937         * support/regression/ports/pic16/gpsim.cmd,
938           support/regression/ports/pic16/spec.mk,
939           support/regression/ports/pic16/support.c,
940           support/regression/Makefile.in: added pic16 regression test
941
942 2006-03-01 Raphael Neider <rneider AT web.de>
943
944         * src/pic16/gen.c (genPcall,pic16_derefPtr,genGenPointerGet,
945           genConstPointerGet): use safe way of generating MOVFF to cover
946             literals as well as registers, fixes bug #1440527
947         * src/pic16/glue.c (pic16_printIvalBitFields): prevent NULL pointer
948             dereference
949           (pic16_printIvalUnion,pic16_isUnion): NEW, handle initialized unions
950             more correctly, fixes bug #1232186
951           (pic16_printIval): use pic16_printIvalUnion() for initialized unions
952         * src/pic16/main.c (_pic16_linkEdit): reorder linker arguments to make
953             gplink guess the correct processor in more cases, applied patch
954             from Till Riedel attached to and fixing bug #1436552
955
956 2006-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
957
958         * support/regression/tests/array.c: added, contains check for #1434401
959         * src/mcs51/peeph.def: disabled 186.d as temporary fix for #1434401
960
961 2006-02-16 Maarten Brock <sourceforge.brock AT dse.nl>
962
963         * device/include/mcs51/at89s8253.h: new, thanks to Krzysztof Polomka
964         * device/include/mcs51/at89S8252.h: fixed, thanks to Krzysztof Polomka
965         * device/include/mcs51/c8051f326.h,
966         * device/include/mcs51/c8051f340.h: new SiLabs mcu's
967         * device/include/mcs51/c8051f000.h,
968         * device/include/mcs51/c8051f018.h,
969         * device/include/mcs51/c8051f020.h: used () with __at, renamed IDLE,STOP to
970           PCON_IDLE,PCON_STOP and added sfr16 definitions
971
972 2006-02-14 Maarten Brock <sourceforge.brock AT dse.nl>
973
974         * src/mcs51/gen.c (genPlus, genMinus, genMult, genGetAbit, genGetByte,
975           genGetWord): fixed bug 1409955
976
977 2006-02-14 Maarten Brock <sourceforge.brock AT dse.nl>
978
979         * device/include/hc08/mc68hc908gp32.h,
980         * device/include/hc08/mc68hc908jb8.h: removed AWUL, added PTA6 & PTA7
981
982 2006-02-13 Maarten Brock <sourceforge.brock AT dse.nl>
983
984         * src/SDCCast.c (constExprValue): return NULL if not a value
985         * src/SDCCglue.c (printIvalArray): fixed bug 1225568
986         * src/hc08/gen.c(genUnpackBits, genUnpackBitsImmed): fixed bug 1019480
987         * support/regression/tests/bitfields.c: enabled signed bitfield for all
988
989 2006-02-13 Borut Razem <borut.razem AT siol.net>
990
991         * src/regression/ptrarg.c: added, fails due to bug #1430967
992         * src/regression/Makefile: ptrarg.c added, ...
993
994 2006-02-12 Maarten Brock <sourceforge.brock AT dse.nl>
995
996         * src/z80/gen.c (genUnpackBits): fixed bug 1019480
997         * support/regression/tests/bitfields.c: enabled signed bitfield for z80
998
999 2006-02-11 Borut Razem <borut.razem AT siol.net>
1000
1001         * src/SDCCmain.c: Added "sdcc: Calling linker..." if --verbose,
1002           print "Processor: xxx" message to stdout only if --verbose
1003
1004 2006-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
1005
1006         * src/SDCCglue.c (printIvalStruct): fixed bug 1426356 union initializer
1007         * support/regression/tests/bug1426356.c: added
1008         * support/regression/tests/bitfields.c: removed 2 tests
1009
1010 2006-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
1011
1012         * device/include/mcs51/at89c51snd1c.h: updated comments, see patch 1428901
1013         * device/include/mcs51/c8051f330.h,
1014         * device/include/mcs51/c8051f350.h: used () with __at, renamed IDLE,STOP to
1015           PCON_IDLE,PCON_STOP and added sfr16 definitions
1016         * device/lib/_divsint.c,
1017         * device/lib/_divuint.c,
1018         * device/lib/_divulong.c,
1019         * device/lib/_divulong.c: renamed a,b to x,y to avoid confusion, fixed
1020           register bank bug for small stackauto
1021
1022 2006-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
1023
1024         * support/regression/fwk/lib/timeout.c: include <stdlib.h> for exit()
1025
1026 2006-02-08 Maarten Brock <sourceforge.brock AT dse.nl>
1027
1028         * support/regression/ports/mcs51-xstack-auto/spec.mk: forgot -I(...)/mcs51
1029         * all.dsp: corrected several bin paths
1030         * device/include/mcs51/c8051f120.h,
1031         * device/include/mcs51/c8051f300.h,
1032         * device/include/mcs51/c8051f310.h: used () with __at and renamed IDLE,STOP
1033           to PCON_IDLE,PCON_STOP
1034         * device/include/mcs51/c8051f320.h: see above, also added sfr16 definitions
1035         * device/lib/printf_large.c (output_float): fixed bug 1388703
1036         * support/regression/tests/bug1057979.c: added test for bug 1388703
1037
1038 2006-02-08 Raphael Neider <rneider AT web.de>
1039
1040         * src/pic/pcode.c (pciTRIS): fixed typo,
1041           (BuildFlow,LinkFlow_pCode): added (disabled) debug output,
1042           (LinkFlow): fixed handling of flows that end in a call,
1043           (ReuseReg): perform safety check earlier
1044         * src/pic/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed
1045             to work with flows at the beginning of a pBlock,
1046             fixes #1426557 (Symbol not previously defined),
1047           (pic14_ReMapLiveRanges): NEW, destroy and rebuild register
1048             usage information
1049           (RemoveUnusedRegisters): update register usage info
1050         * src/pic/ralloc.c (newReg): prevent duplicate registers from being
1051             created, reuse existing ones instead
1052         * src/pic/gen.c (genPcall): fixed #1424719
1053
1054 2006-02-07 Bernhard Held <bernhard AT bernhardheld.de>
1055
1056         * link/z80/lkmain.c,
1057         * link/z80/lklex.c,
1058         * link/z80/lkdata.c,
1059         * link/z80/aslink.h: fixed build on current cygwin:
1060         replaced getline() by lk_getline()
1061
1062 2006-02-01 Borut Razem <borut.razem AT siol.net>
1063
1064         * src/regression/add.c, src/regression/add2.c, src/regression/add3.c,
1065           src/regression/add4.c, src/regression/and1.c, src/regression/and2.c,
1066           src/regression/arrays.c, src/regression/b.c, src/regression/bank1.c,
1067           src/regression/bool1.c, src/regression/bool2.c,
1068           src/regression/bool3.c, src/regression/call1.c,
1069           src/regression/compare.c, src/regression/compare10.c,
1070           src/regression/compare2.c, src/regression/compare3.c,
1071           src/regression/compare4.c, src/regression/compare5.c,
1072           src/regression/compare6.c, src/regression/compare7.c,
1073           src/regression/compare8.c, src/regression/compare9.c,
1074           src/regression/configword.c, src/regression/for.c,
1075           src/regression/inline.c, src/regression/mult1.c,
1076           src/regression/nestfor.c, src/regression/or1.c,
1077           src/regression/pointer1.c, src/regression/ptrfunc.c,
1078           src/regression/rotate1.c, src/regression/rotate2.c,
1079           src/regression/rotate3.c, src/regression/rotate4.c,
1080           src/regression/rotate5.c, src/regression/rotate6.c,
1081           src/regression/rotate7.c, src/regression/string1.c,
1082           src/regression/struct1.c, src/regression/sub.c,
1083           src/regression/sub2.c, src/regression/switch1.c,
1084           src/regression/while.c, src/regression/xor.c,
1085           src/regression/create_stc, src/regression/simulate,
1086           src/regression/rt.sh, src/regression/Makefile: reenabled Scott's PIC14
1087           regression tests
1088         * src/regression/gpsim_assert.h: added
1089
1090 2006-01-28 Bernhard Held <bernhard AT bernhardheld.de>
1091
1092         * src/ds390/gen.c (unsaveRegisters): fixed literal function pointer
1093         ((void (code *) (void)) 0) ();
1094         * as/hc08/aslex.c,
1095         * as/hc08/aslink.h,
1096         * as/hc08/asm.h,
1097         * as/hc08/asmain.c,
1098         * as/hc08/lkdata.c,
1099         * as/hc08/lklex.c,
1100         * as/hc08/lkmain.c,
1101         * as/mcs51/aslex.c,
1102         * as/mcs51/aslink.h,
1103         * as/mcs51/asm.h,
1104         * as/mcs51/asmain.c,
1105         * as/mcs51/lkdata.c,
1106         * as/mcs51/lklex.c,
1107         * as/mcs51/lkmain.c,
1108         * as/z80/aslex.c,
1109         * as/z80/asm.h,
1110         * as/z80/asmain.c: fixed build on current cygwin:
1111         replaced getline() by as_getline()
1112
1113 2006-01-27 Bernhard Held <bernhard AT bernhardheld.de>
1114
1115         * src/SDCC.y: fixed bug #716242, exchanged pointer and function
1116         declarator in the symbol chain
1117         * src/SDCCsymt.h,
1118         * src/SDCCsymt.c (processFuncPtrArgs): added, removes "(void)"
1119         parameter list for function pointers
1120         * src/SDCCast.c (decorateType): added call of processFuncPtrArgs()
1121         * support/regression/tests/bug-716242.c: added
1122
1123 2006-01-20 Bernhard Held <bernhard AT bernhardheld.de>
1124
1125         * src/SDCCicode.c (geniCodeAdd, geniCodeArray): use char for array
1126         offset if possible
1127         * src/SDCCast.c (getLeftResultType): 255 fits in char, not 256
1128
1129 2006-01-18 Bernhard Held <bernhard AT bernhardheld.de>
1130
1131         * src/SDCCast.c (backPatchLabels): fixed bug #1408066: made it
1132         inifinitely recurseable, added static
1133         * support/regression/tests/bug-1408066.c: added
1134
1135 2006-01-17 Bernhard Held <bernhard AT bernhardheld.de>
1136
1137         * src/SDCCicode.h,
1138         * src/SDCCicode.c (newiTempPreheaderLabel, newiTempLoopHeaderLabel):
1139         renamed, added possibility to create "postLoopLbl"-labels
1140         * src/SDCCBBlock.c (iCodeBreakDown): renamed newiTempPreheaderLabel to
1141         newiTempLoopHeaderLabel
1142         * src/SDCCloop.c (newInduction, newRegion, backEdges, insertIntoLoop,
1143         isNotInBlocks, addToExitsMarkDepth, createLoop, dominatedBy,
1144         addDefInExprs, assignmentsToSym, isOperandInvariant, pointerAssigned,
1145         hasNonPtrUse, loopInvariants, addressTaken, findInduction,
1146         findDefInRegion, mergeRegions, ifMerged, mergeInnerLoops): made static,
1147         (pinduction, pregion, hasIncomingDefs, findLoopEndSeq): disabled,
1148         (basicInduction): fixed bug #136564, made static,
1149         (loopInduction): changed parameter of basicInduction, made static,
1150         (addPostLoopBlock): added
1151         * src/SDCCloop.h: removed backEdges, pregion, pinduction,
1152         loopOptimizations, addressTaken, findDefInRegion, hasIncomingDefs,
1153         findLoopEndSeq
1154         * support/regression/tests/bug-136564.c: added
1155         * support/regression/ports/mcs51-xstack-auto/spec.mk: added
1156         --std-sdcc99 to LIBSDCCFLAGS
1157
1158 2006-01-16 Bernhard Held <bernhard AT bernhardheld.de>
1159
1160         * src/SDCCicode.c (geniCodeIfx): fix bug 1406131: always false
1161         while loop
1162         * support/regression/tests/bug-1406131.c: added
1163
1164 2005-12-31 Bernhard Held <bernhard AT bernhardheld.de>
1165
1166         * src/SDCCast.c (decorateType): fix promotion of unary minus
1167         * src/SDCCsymt.c (computeType): beautified
1168         * src/SDCCval.c (cheapestVal): beautified, old non-Ansi version removed,
1169         (valUnaryPM, valComplement): fix sign and promotion,
1170         (valNot): ANSI: result type is int (SDCC: unsigned char)
1171         * support/regression/tests/uminus.c: speedup by removing superflous
1172         test case 'int'
1173         * support/regression/tests/onebyte.c: added promotion and signedness
1174         tests for unary minus
1175         * support/regressions/tests/bug-477927.c: disable warning about
1176         uninitialized variables
1177         * support/regression/tests/not.c: added
1178
1179 2005-12-28 Bernhard Held <bernhard AT bernhardheld.de>
1180
1181         * device/lib/Makefile.in: added --std-sdcc99 to CFLAGS
1182         * src/mcs51/gen.c (gen51Code): show final register usage after
1183         fillGaps in asm with --i-code-in-asm
1184         * src/SDCClrange.c (sequenceiCode, setLiveFrom, setLiveTo,
1185         markLiveRanges, markAlive, findNextUseSym, findNextUse, unvisitBlocks,
1186         incUsed, rliveClear, adjustIChain): made static,
1187         (setFromRange): excluded because it's unused,
1188         (findPrevUseSym, markWholeLoop): added,
1189         (findPrevUse): rewritten; fixes bug 895992; now a complete search
1190         through all branches of predecessors enables sdcc to emit the warning
1191         W_LOCAL_NOINIT, marking of outermost loop was incomplete,
1192         (rlivePoint): made static, added parameter emitWarnings which is only
1193         true during the first run out of two,
1194         (findRecursiveSucc, findRecursivePred): removed,
1195         (computeLiveRanges): made static, added parameter emitWarnings,
1196         (dumpIcRlive): added for debugging only
1197         * src/SDCClrange.h: added boolean parameter to computeLiveRanges(),
1198         removed prototype of setFromRange()
1199         * src/SDCCopt.c (eBBlockFromiCode): added new parameter emitWarnings
1200         in call of computeLiveRanges()
1201         * support/regression/tests/bug-895992.c: added
1202         * support/regression/tests/bug-971834.c: added
1203         * support/valdiag/tests/bug-895992.c: added
1204         * support/valdiag/tests/bug-971834.c: added
1205
1206 2005-12-18 Raphael Neider <rneider AT web.de>
1207
1208         * src/pic16/gen.c: added IS_DIRECT macro for "direct" operands,
1209           (genUnpackBits): improved code for direct operands,
1210           (genPackBits): improved code for literal assignment to bitfields
1211             and for direct destination operands (no FSR indirection),
1212             prevented redundant AND, fixes #1362800,
1213           (AccLsh): added parameter to disable masking of the result
1214         * src/pic16/pcode.c (pic16_safepCodeUnlink): fixed to work with
1215           skip instructions with side-effects (like incfsz),
1216           (pic16_pCodeIsAlive): suppress verbose output unless pcode_verbose,
1217         * src/pic16/pcoderegs.c (RemoveRegsFromSet): removed annoying warning
1218         * device/lib/pic16/Makefile.common.in: added --asm=@GPASM@ to CC,
1219           fixes #1375263
1220
1221 2005-12-11 Bernhard Held <bernhard AT bernhardheld.de>
1222
1223         * src/SDCCicode.c (geniCodeAssign): fixed bug 11369874, don't use
1224         volatile variables as spill location
1225
1226 2005-12-10 Bernhard Held <bernhard AT bernhardheld.de>
1227
1228         * src/SDCCcse.c (findCheaperOp): fixed bug 1376320, copy signedness to
1229         replacing literals
1230         * support/regression/tests/bug-1376320.c: added
1231
1232 2005-12-08 Raphael Neider <rneider AT web.de>
1233
1234         * src/pic/device.c: renamed is_shared to pic14_is_shared
1235         * src/pic/gen.c (genIfx): re-enabled handling of sbits
1236         * src/pic/glue.c (emitSymbolToFile): added workaround for sbits,
1237           (is_valid_identifier): added for above workaround
1238
1239 2005-12-07 Maarten Brock <sourceforge.brock AT dse.nl>
1240
1241         * device/lib/Makefile.in: fixed to enable port-specific-objects
1242         * device/lib/ds390/i2c390.c (BitOutI2C): optimized by making bout unsigned
1243           char, thanks Hubert Sack
1244         * doc/sdccman.lyx: documented --xstack-loc,
1245           elaborated a bit more on interrupts and pitfalls,
1246           removed "setjmp/longjmp unsupported",
1247           documented some unsupported C99 features
1248         * src/SDCCmain.c (linkEdit): adapted default lib path for --stack-auto
1249         * src/SDCCpeeph.c (readRules): inserted patch 1367130 for finding missing
1250           if, thanks Hubert Sack
1251         * src/mcs51/gen.c (genEndFunction): enabled "pop psw" for regbank 0 isr
1252         * support/regression/Makefile.in: test-mcs51-stack-auto no longer needs to
1253           make make_library
1254         * support/regression/get_ticks.py: new, get cpu cycles and code size, so
1255           regression tests can report resource usage (rfe 700441)
1256         * support/regression/collate-results.py: report resource usage
1257         * support/regression/ports/ds390/spec.mk,
1258         * support/regression/ports/hc08/spec.mk,
1259         * support/regression/ports/mcs51/spec.mk,
1260         * support/regression/ports/ucz80/spec.mk: run sim output through get_ticks
1261         * support/regression/ports/ds390/uCsim.cmd,
1262         * support/regression/ports/hc08/uCsim.cmd,
1263         * support/regression/ports/mcs51/uCsim.cmd,
1264         * support/regression/ports/ucz80/uCsim.cmd: inserted "state" to report time
1265         * support/regression/ports/mcs51-stack-auto/spec.mk: no need to build the
1266           library, use the default one
1267         * support/regression/ports/mcs51-xstack-auto/spec.mk: inserted rules for
1268           building the library
1269
1270 2005-12-06 Maarten Brock <sourceforge.brock AT dse.nl>
1271
1272         * config.dsp: added dependency on .version and configure_vc.awk
1273         * device/include/setjmp.h: updated for --stack-auto and --xstack
1274         * device/include/mcs51/at89c51snd1c.h: corrected line endings
1275         * device/include/mcs51/XC866.h: added, thanks Llewellyn van Zyl
1276         * device/lib/_setjmp.c: updated for --stack-auto and --xstack
1277         * device/lib/libsdcc.lib: added _setjmp
1278         * src/SDCCast.c (createIvalCharPtr): fixed warnings,
1279           (decorateType): fixed bug 1372851,
1280           (optimizeGetHbit): fixed warning
1281         * src/SDCCglue.c (printIvalChar, printIvalArray): adapted for flexible
1282           array initialisation
1283         * support/regression/tests/bug1057979.c: added test for bug 1358192
1284         * support/regression/tests/setjmp.c: added, test for setjmp/longjmp
1285
1286 2005-12-03 Borut Razem <borut.razem AT siol.net>
1287
1288         * support/scripts/sdcc.nsi: added /SOLID option to "SetCompressor lzma"
1289           command since the NSIS was upgraded to version 2.11 on CF x86-linux2
1290
1291 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
1292
1293         * src/SDCCast.c (createIvalStruct, createIvalArray, createIvalPtr,
1294         createIval): implement symbol independant "flexible array member",
1295         (createIvalCharPtr): implemented flexible array initialisation with a
1296         string
1297         * src/SDCCsymt.c (copyStruct): removed,
1298         (getSize): fixed misleading comment,
1299         (getAllocSize): removed, the additional allocation size is now in
1300         sym->flexArrayLength,
1301         (checkStructFlexArray): new, syntax checks for flexible array members,
1302         (compStructSize): added syntax checks for "flexible array members"
1303         (copyStruct): removed,
1304         (copyLinkChain): removed inefficient fix for bug 770487
1305         * src/SDCCglue.c (emitRegularMap): getAllocSize has been removed
1306         * src/SDCCsymt.h: added structdef.b_flexArrayMember and
1307         symbol->flexArrayLength
1308         * src/SDCCerr.c,
1309         * src/SDCCerr.h: added W_INVALID_FLEXARRAY, W_C89_NO_FLEXARRAY,
1310         E_FLEXARRAY_NOTATEND and E_FLEXARRAY_INEMPTYSTRCT
1311         * support/regression/tests/structflexarray.c: added
1312         * support/valdiag/tests/structflexiblearray.c: added
1313
1314 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
1315
1316         * src/SDCCast.c (decorateType): fixed bug 1368489
1317         * support/Util/SDCCerr.c,
1318         * support/Util/SDCCerr.h: added warning W_CMP_SU_CHAR
1319
1320 2005-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1321
1322         * device/include/mcs51/at89c51snd1c.h: added file submitted by
1323           Weston T. Schmidt <schmidtw AT users.sourceforge.net>, patch #1368001
1324
1325 2005-11-27 Borut Razem <borut.razem AT siol.net>
1326
1327         * support/cpp2/cppinit.c, support/cpp2/cpplib.h, support/cpp2/mkdeps.c,
1328           support/cpp2/mkdeps.h: added command line option
1329           -obj-ext=<extension> to SDCPP to define object file externion, used
1330           for generation of make dependencies (-M)
1331         * src/SDCCmain.c: pass -obj-ext=<extension> to SDCPP
1332
1333 2005-11-26 Borut Razem <borut.razem AT siol.net>
1334
1335         * support/scripts/sdcc.nsi: added small-stack-auto libraries,
1336           added missing device/lib/mcs51/crt*.asm, pic and pic16 sources,
1337           added pic and pic16 libraries
1338
1339 2005-11-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1340
1341         * device/include/float.h: Corrected typo in prototype of __fsgt
1342
1343 2005-11-25 Borut Razem <borut.razem AT siol.net>
1344
1345         * sdcc/device/lib/Makefile.in, sdcc/device/lib/incl.mk:
1346           added creation of model-mcs51-stack-auto libraries
1347
1348 2005-11-24 Bernhard Held <bernhard AT bernhardheld.de>
1349
1350         * src/SDCCsymt.c (copyLinkChain): fixed bug 770487, copy structdef
1351         and fields-list too
1352         * src/SDCCast.c (createIvalArray): removed obsolete comment
1353
1354 2005-11-24 Borut Razem <borut.razem AT siol.net>
1355
1356         * sdcc/device/lib/Makefile.in: remove all unnecessary files, 2nd try...,
1357           added missing device/lib/mcs51/crt*.asm sources
1358
1359 2005-11-23 Bernhard Held <bernhard AT bernhardheld.de>
1360
1361         * src/SDCCast.c (createIvalCharPtr): fixed bug 1348271
1362
1363 2005-11-22 Maarten Brock <sourceforge.brock AT dse.nl>
1364
1365         * device/lib/_fs2schar.c,
1366         * device/lib/_fs2sint.c,
1367         * device/lib/_fs2slong.c: optimized inline asm
1368
1369 2005-11-21 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1370
1371         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
1372           Better handling of floats between -1.0 and 0.0.
1373
1374 2005-11-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1375
1376         * src/mcs51/peeph.def: added missing "if"s as noted by Hubert Sack.
1377           (the missing "if"s prohibited removal of redundant labels)
1378
1379 2005-11-19 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1380
1381         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
1382           Properly convert floats between -1.0 and 0.0 to long, int, and char
1383           types (max integer value of negative floats tends to zero).
1384         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
1385           Removed changes made so to work properly with floats between
1386           -1.0 and 0.0, as the problem is fixed in _fs2slong.c, _fs2sint.c,
1387           and _fs2char.c
1388
1389 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
1390
1391         * src/SDCCcse.c (ReplaceOpWithCheaperOp): minor fix for debugging only
1392         * src/mcs51/gen.c (genUnpackBits): better code and a fix,
1393         (genCast) cosmetic change
1394         * src/ds390/gen.c (genUnpackBits, ): ported from mcs51
1395         * src/ds390/ralloc.c (packRegsForAssign): ported fix for bitfields
1396         from mcs51
1397         * support/regression/tests/bitfields (testSignedBitfields): added
1398
1399 2005-11-18 Borut Razem <borut.razem AT siol.net>
1400
1401         * sdcc/device/lib/Makefile.in: remove all unnecessary files
1402         * device/lib/pic/Makefile.rules, device/lib/pic16/Makefile.subdir:
1403           introduced SILENT option to make building of pic16 libraries less
1404
1405 2005-11-18 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1406
1407         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
1408           Now they work properly with floats between -1.0 and 0.0
1409         * device/lib/printf_large.c: Removed temporary patch for bug 1358192
1410
1411 2005-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
1412
1413         * src/SDCCicode.c (printOperand): added missing else
1414
1415 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
1416
1417         * src/SDCCsymt.c (computeType): fixed bug 1358192: added missing else,
1418         reformatted for better readability
1419         * src/mcs51/gen.c (genUnpackBits): initial, incomplete support for
1420         signed bitfields
1421
1422 2005-11-17 Borut Razem <borut.razem AT siol.net>
1423
1424         * device/lib/pic16/Makefile.rules, device/lib/pic16/Makefile.subdir:
1425           introduced SILENT option to make building of pic16 libraries less
1426           verbose - used for nightly snapshot build
1427         * doc/sdccman.lyx: documented that SDCDB and ucSim are currently not
1428           available on Win32 platforms.
1429         * sdcc/device/lib/Makefile.in: added library sources for mcs51, small,
1430           medium, large, pic and pic16
1431
1432 2005-11-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1433
1434         * device/lib/printf_large.c: Temporary patch for bug 1358192:
1435           printf("%f"...) sets fraction to zero.
1436
1437 2005-11-16 Raphael Neider <rneider AT web.de>
1438
1439         * src/pic/pcode.c (LinkFlow): handle empty flows correctly,
1440           fixes #1357221
1441         * src/pic/gen.c (genIfx): implemented for CARRY bit
1442         * src/pic16/gen.c (genAssign,genCast): fixed assigning/casting
1443           to generic pointers, fixes #1357332,
1444           (pic16_movLit2f): NEW,
1445           (pic16_storeForReturn,genDataPointerSet): use pic16_movLit2f
1446
1447 2005-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
1448
1449         * src/SDCCmain.c (parseCmdLine): fixed bug 1356800, thanks rsudjian
1450
1451 2005-11-11 Raphael Neider <rneider AT web.de>
1452
1453         * src/pic/gen.c: handle FPOINTERS like POINTERS everywhere
1454         * src/pic16/gen.c (pic16_derefPtr): now works for non-pointers as well,
1455           compute pointer's type from operand,
1456           (genUnpackBits,genPackBits): handle FPOINTERS correctly, re-indented,
1457           improved single bit reads, fixes bug #1353379
1458
1459 2005-11-09 Borut Razem <borut.razem AT siol.net>
1460
1461         * support/scripts/sdcc.nsi: added lib/pic to the package
1462
1463 2005-11-08 Maarten Brock <sourceforge.brock AT dse.nl>
1464
1465         * src/SDCCval.c (valUnaryPM): fixed bug 1350699
1466
1467 2005-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
1468
1469         * support/regression/tests/bug1348008.c: added
1470         * src/mcs51/gen.c (saveRBank, unsaveRBank): fixed bug 1348008
1471         * support/regression/tests/bug1337835.c: updated comment
1472
1473 2005-11-06 Borut Razem <borut.razem AT siol.net>
1474
1475         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
1476           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
1477           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
1478           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
1479           sim/ucsim/cmd.src/set.cc, sim/ucsim/cmd.src/show.cc:
1480           dynamic construction of cl_error_class and derivates - 2.nd try
1481
1482 2005-11-05 Borut Razem <borut.razem AT siol.net>
1483
1484         * sim/ucsim/sim.src/error.cc: fixed uninitialized class member variable
1485           bug, which caused Bus Errors on sparc solaris
1486
1487 2005-11-04 Borut Razem <borut.razem AT siol.net>
1488
1489         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
1490           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
1491           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
1492           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
1493           sim/ucsim/cmd.src/cmdconf.cc: dynamic construction of cl_error_class
1494           and derivates to resolve the initialization problem on OSX
1495
1496 2005-11-02 Borut Razem <borut.razem AT siol.net>
1497
1498         * sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
1499           corrected typo - #include <winsock2.h>
1500
1501 2005-11-02 Maarten Brock <sourceforge.brock AT dse.nl>
1502
1503         * src/asm.c (printILine): always close tmpFile, thanks Beau E. Cox,
1504           (_asxxxx_mapping): added org directive for future enhancements
1505
1506 2005-11-01 Borut Razem <borut.razem AT siol.net>
1507
1508         * sim/ucsim/app.cc, sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
1509           enabled sockets on WIN32
1510         * sim/ucsim/cmd.src/newcmd.cc: fixed bug with uninitialized variables
1511
1512 2005-10-31 Borut Razem <borut.razem AT siol.net>
1513
1514         * support/regression/generate-cases.py: escape backslashes in {testcase}:
1515           WIN32 backslash path delimiters should be escaped when used in C strings
1516         * support/regression/tests/bitfields.c: exclude failing assertions for
1517           __CYGWIN32__ and __MINGW32__ hosts
1518
1519 2005-10-30 Borut Razem <borut.razem AT siol.net>
1520
1521         * src/SDCCutil.c: corrected double comparison typo
1522
1523 2005-10-30 Maarten Brock <sourceforge.brock AT dse.nl>
1524
1525         * device/lib/medium/Makefile: added for new memory model medium
1526         * device/include/asm/mcs51/features.h: updated for medium/pdata
1527         * device/include/mcs51/c8051f120.h: added sfr16/sfr32 definitions,
1528           added Multiply & Accumulate sbit's and MAC0_PAGE define
1529         * device/include/mcs51/c8051f300.h: added sfr16 definitions
1530         * device/include/mcs51/c8051f310.h: added sfr16 definitions
1531         * device/lib/_mullong.c: update for medium model
1532         * device/lib/incl.mk: added medium model
1533         * doc/sdccman.lyx: documented medium model
1534         * src/SDCCast.c (isBitAndPow2): simplified using updated powof2
1535         * src/SDCCicode.c (geniCodeMultiply, geniCodeDivision): use updated powof2
1536         * src/SDCCmain.c (optionsTable, linkEdit): enabled medium model
1537         * src/SDCCmem.c (allocIntoSeg): set iaccess for pdata symbols,
1538           (allocParms): set SCLS and OCLS to pdata for medium model
1539         * src/SDCCsymt.c (processFuncArgs): use default_local_map and set iaccess
1540           for pdata,
1541           (powof2): return <0 if not power of 2
1542         * src/avr/gen.c (genBitWise): use updated powof2
1543         * src/mcs51/gen.c (genMinusDec): use acc if necessary,
1544           (shiftR2Left2Result): small optimization in setup, save acc when storing,
1545           (shiftLLeftOrResult): use B if necessary
1546         * src/mcs51/main.c (_mcs51_finaliseOptions, mcs51_port): added medium model
1547         * src/mcs51/peeph.def: renamed 226 to 226.b, added 226.a
1548         * src/pic/main.c (_pic14_do_link): made void parameter list explicit
1549         * support/regression/Makefile.in: added test-mcs51-medium
1550         * support/regression/ports/mcs51-medium/spec.mk: added to test medium model
1551
1552 2005-10-28 Bernhard Held <bernhard AT bernhardheld.de>
1553
1554         * src/SDCCsymt.c (compStructSize): make bitfields without (un)signed
1555         specifier unsigned
1556         * device/lib/time.c (mktime): fixed bug 1334315
1557
1558 2005-10-28 Raphael Neider <rneider AT web.de>
1559
1560         * device/include/pic/p16f_common.inc: added common declarations
1561         * src/pic/ralloc.c (initStack): moved regs *r to block start for Alpha
1562
1563 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
1564
1565         * src/mcs51/gen.c (getTempRegs): return 0 if not enough registers found,
1566           (aopPutUsesAcc): added to predict accumulator use,
1567           (assignResultValue): save acc if necessary,
1568           (genMinusDec): store result if indirectly addressed,
1569           (genDivOneByte):  save acc if necessary,
1570           (movLeft2Result): bugfix if left already in acc,
1571           (genAnd, genOr, genXor, shiftL2Left2Result, shiftR2Left2Result): pay more
1572             attention to accumulator use (esp. pdata),
1573           (genReceive): receive pdata correctly
1574         * src/SDCCicode.c (isOperandInPagedSpace): added to detect pdata operands
1575         * src/SDCCicode.h: added isOperandInPagedSpace prototype
1576
1577 2005-10-27 Raphael Neider <rneider AT web.de>
1578
1579         * doc/sdccman.lyx: corrected version (should be 2.5.4 not 2.5.5)
1580
1581 2005-10-27 Raphael Neider <rneider AT web.de>
1582
1583         * .version: changed version to 2.5.4
1584         * doc/sdccman.lyx: changed version to 2.5.4, added some remarks to PIC14
1585         * device/lib/pic/libsdcc/{_mulint.c,_mullong.c}: use unsigned literals,
1586           (_divschar.c,divuchar.c,_mulchar.c,_modschar.c,_moduchar): NEW,
1587             arithmetics support routines
1588         * device/lib/pic/Makefile.rules: have assembler sources preprocessed
1589         * device/lib/Makefile.in: also create installdir for pic
1590
1591         * src/SDCCopt.c (cnvToFcall): mark support routines `extern' for
1592           pic14 port as well
1593         * src/pic/device.c (dump_sfr): rewritten to delegate register
1594           placement to the linker (use `extern sym' rather than sym EQU addr),
1595           (validAddress): fixed to check last specified address
1596         * src/pic/gen.c (aopForSym): added code to deal with array (useless?),
1597           (popGetLit): truncate literal value to 8 bit,
1598           (popGet): moved assert to more appropriate place
1599           (popGetExternal): create pCode operand from and mark the according
1600             symbol as being `extern'
1601           (popGetAddr): added sanity check on immediate's offset, provide
1602             GPOINTER tag on demand
1603           (aopPut): fixed for immediates,
1604           (mov2w_op): move operand's address or contents to WREG (depending on
1605             operand type), safer variant of mov2w,
1606           (movwf,call_libraryfunc): NEW, handy abbreviations,
1607           (get_argument_pcop,get_return_val_pcop,pass_argument,
1608           get_returnvalue): interface for accessing function parameters and
1609             return values,
1610           (assignResultValuei,genRet): use new parameter/return value interface
1611           (pic14_getDataSize): back to old version handling generic pointers,
1612           (pic14_toBoolean,genNot,genCpl,genCmpEq,genOrOp): heavily rewritten,
1613             provided implementation and/or fixed old one,
1614           (genMultOneByte,genDivOneByte,genModOneByte): implemented as library
1615             calls, removed legacy 8051 reference code
1616           (AccLsh,AccRsh): rewritten and fixed to deal with signed operands
1617           (loadSignToC): NEW, move the operands sign bit to CARRY,
1618           (genGenericShift): NEW, replaces genLeftShift, genRightShift and
1619             genRightShiftSigned, accepts negative shift counts,
1620           (setup_fsr): load FSR and adjust IRP (indirect memory access),
1621           (emitPtrByteGet,emitPtrByteSet): rewritten, now works with
1622             generic pointers, __data pointers and __code pointers,
1623           (genUnpackBits,genPackBits): rewritten to work with generic pointers
1624             and signed bitfields, limit bitfields to 8 bit,
1625           (genDataPointerGet): fixed number of bytes read,
1626           (genGenPointerGet,genConstPointerGet): fixed bitfield access,
1627           (genPointerGet,genPointerSet): fixed handling of __code pointers,
1628             pointers to constant data are no longer assumed to point to __code
1629             space, removed invalid pointer types,
1630           (bitpatternFromVal): retrieve the PICs representation of an integer
1631             or float literal,
1632           (genDataPointerSet): fixed assigning to po_immediate operands,
1633           (genGenPointerSet): implemented as library call,
1634           (genIfx): fixed incorrect condition,
1635           (genAddrOf): limit generic pointers' addresses to 2 bytes,
1636             provide GPOINTER tag according to destination's storage class,
1637           (genCast): added code to handle casting to generic pointers, added
1638             sign-/zero extension of the result
1639           (aop_isLitLike,op_isLitLike): fixed handling of immediates
1640         * src/pic/gen.h: added macros to access IRP bit in STATUS register
1641         * src/pic/genarith.c (genAddLit): use min(result's,left's) size, sign
1642           extend the result
1643         * src/pic/glue.c (is_shared_address,is_shared): check whether a given
1644           address/register resides in the shared banks
1645           (emitSymbolToFile): improved to handle global and `pinned' symbols,
1646             put all variables into separate sections (have the linker arrange
1647             them)
1648           (picglue): put init code and interrupt handlers in separate sections
1649         * src/pic/main.c: added port specific options table, modified to PORT
1650           structure to make GPOINTERs 3 byte, added pic14_options
1651           (_pic14_do_link): private linking routine (update paths to libraries,
1652             add libsdcc.lib by default)
1653         * src/pic/main.h: declare pic14_options
1654         * src/pic/pcode.c: fixed instructions i/o relations,
1655           (RegCond): reverted to correct version,
1656           (newpCodeOpLit): truncate literals to 8 bit,
1657           (genericPrint): added debug output,
1658           (getRegFromInstruction): fixed for various operand types, simplified
1659           (BuildFlow): fixed broken handling of isntructions with labels
1660           (LinkFlow): start at last instruction in flow (skip trailing comments),
1661             pass the flow on to the next instruction after CALL
1662           (pCodeReplace): NEW, replace a pCode and move meta data to the new one
1663           (insertPCodeInstruction): fixed inserting after a skip instruction,
1664           (DoBankSelect): fixed for labeled instructions
1665           (OptimizepBlock): honor --nopeep switch
1666           (AnalyzeFlow,ReuseReg): prevent crash on source files with no function
1667         * src/pic/pcodepeep.c (pCodePeepMatchRule): prevent NULL pointer accesses
1668         * src/pic/pcoderegs.c (regIsLocal): NEW, check visibility of a register
1669           (pCodeOptime2pCodes): allow disabling this optimization via
1670             --no-pcode-opt due seldomly occuring bugs, fixed some conditions
1671             but is still buggy), started implementation of a dataflow based
1672             pCode optimization (CSE + dead code elimination)
1673           (pCodeRegMapLiveRangesInFlow): removed bogus inCond
1674         * src/pic/ralloc.c (initStack): renamed stack registers to STK%d, the new
1675           names are independant of the stack location and therefore portable across
1676           devices
1677
1678 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
1679
1680         * src/mcs51/ralloc.c (bitType): added to detect bit variables,
1681           (selectSpil): fixed bug 1337835 by not spilling bit variables
1682         * support/regression/tests/bug1337835.c: added test for this bug
1683         * src/mcs51/peeph.def: restart after rule 3.c,
1684           addded rules 263.x to optimize loading constants
1685
1686 2005-10-26 Raphael Neider <rneider AT web.de>
1687
1688         * src/SDCCsymt.c (compStructSize): allow signed bitfields for PIC ports
1689         * src/pic16/gen.c (genUnpackBits): support signed bitfields,
1690           (genAssign): emit warning when casting literals to generic pointer
1691             type, also applies when taking the address of a fixed variable,
1692           (genCast): improved casting to generic pointers
1693         * src/pic16/glue.c (pic16emitStaticSeg): fixed(?) handling of fixed
1694           extern variables, added verbose error message
1695         * device/include/pic16/{string.h,errno.h}: added #pragma library c
1696
1697 2005-10-26 Bernhard Held <bernhard AT bernhardheld.de>
1698
1699         * src/mcs51/gen.c (genMinus): fixed bug 1270906: reverse subtraction,
1700         carry must be complemented too
1701         * src/mcs51/peeph.def: addded rule 262 to remove double cpl c, which
1702         could be emitted by genMinus
1703         * src/SDCCval.c (constVal): fixed bug 1305065
1704
1705 2005-10-25 Bernhard Held <bernhard AT bernhardheld.de>
1706
1707         * src/SDCCast.c (addCast): added promotion for bit variables
1708         (decorateType): emit W_COMPLEMENT before the problem vanishes behind
1709         promotion casts + optimisation
1710         (optimizeGetWord): fix warning 'i' might be used uninitialized
1711         * src/mcs51/gen.c (genCpl): removed W_COMPLEMENT
1712         * src/ds390/gen.c (genCpl): removed W_COMPLEMENT
1713
1714 2005-10-24 Bernhard Held <bernhard AT bernhardheld.de>
1715
1716         * src/SDCCicode.c (ast2iCode): reverted to 1.224 because of regression:
1717         all chars are promoted to int; promotion should be handled in SDCCast.c
1718
1719 2005-10-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1720
1721         * device/lib/_strcmp.c: Fixed bug 1326457
1722
1723 2005-10-11 Raphael Neider <rneider AT web.de>
1724
1725         * device/lib/pic16/libio/i2c.ignore: added 1320, fixes broken builds
1726         * device/lib/pic16/libdev/pic18f1320.c: added 1320's device library
1727
1728 2005-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
1729
1730         * src/SDCC.y (AT): fixed bug with sfr32 addresses when built with GCC
1731         * support/regression/tests/sfr16.c: added test for the sfr32 bug
1732
1733 2005-10-04 Raphael Neider <rneider AT web.de>
1734
1735         * device/include/pic16/pic18fregs.h, src/pic16/devices.inc,
1736           device/lib/pic16/pics.all: added pic18f1320
1737         * src/pic16/pcode.c (mnem2key): fixed prototype's argument mismatch
1738
1739 2005-09-30 Raphael Neider <rneider AT web.de>
1740
1741         * src/pic16/device.c (Pics16[]): moved device descriptions to devices.inc
1742         * src/pic16/devices.inc: NEW, provides device descriptions
1743         * src/pic16/gen.c (genInline): fixed handling of ';'-comments
1744
1745 2005-09-26 Maarten Brock <sourceforge.brock AT dse.nl>
1746
1747         * src/SDCCicode.c (operandOperation): added GETABIT, GETBYTE, GETWORD and
1748           GETHBIT
1749
1750 2005-09-25 Maarten Brock <sourceforge.brock AT dse.nl>
1751
1752         * doc/sdccman.lyx: updated Highest Order Bit documentation,
1753           documented Any Order Bit, Higher Order Byte and Higher Order Word
1754         * src/SDCC.y: added tokens GETABIT, GETBYTE, GETWORD
1755         * src/SDCCast.c (optimizeGetHbit): updated to also accept bool=expr&(1<<n),
1756           (optimizeGetAbit): new, to get any bit, not only the high bit,
1757           (optimizeGetByte): new, to get a byte from a (long) int: expr>>(8*n),
1758           (optimizeGetWord): new, to get a word from a long int: expr>>(8*n),
1759           (isConformingBody): also check GETABIT, GETBYTE, GETWORD,
1760           (decorateType): '&': also try GETABIT, GETBYTE, GETWORD optimization,
1761             RIGHT_OP: also try GETBYTE, GETWORD optimization,
1762             GETABIT, GETBYTE, GETWORD: decorate them,
1763           (isShiftRightLitVal, isBitAndPowOf2): new helper functions,
1764           (ast_print): added GETABIT, GETBYTE, GETWORD
1765         * src/SDCCcse.c (isSignedOp): added GETABIT, GETBYTE, GETWORD
1766         * src/SDCCicode.c (codeTable): added GETABIT, GETBYTE, GETWORD,
1767           (geniCodeBinary): new generic binary icode,
1768           (ast2iCode): added GETABIT, GETBYTE, GETWORD
1769         * src/port.h: updated comment for PORT.hasExtBitOp
1770         * src/mcs51/gen.c (genGetAbit): new, to get any single bit,
1771           (genGetByte): new, to get a single byte,
1772           (genGetWord): new, to get a word from a long,
1773           (gen51Code): added GETABIT, GETBYTE, GETWORD
1774         * src/mcs51/main.c (hasExtBitOp): added GETABIT, GETBYTE, GETWORD
1775
1776 2005-09-23 Raphael Neider <rneider AT web.de>
1777
1778         * configure.in, configure: have device/lib/pic configured
1779         * device/lib/Makefile.in: added model-pic14
1780         * device/lib/clean.mk: added pic/ to clean rule
1781         * device/lib/pic: added rudimentary pic14 library providing support
1782           functions for multiplication/division/generic pointer access
1783         * src/SDCCopt.c (convilong): mark support functions as extern
1784           for pic14 port as well
1785         * src/pic/gen.c (genMult): added assertions,
1786           (genpic14Code): emit warning on unhandled iCodes
1787         * src/pic/main.c (_hasNativeMulFor): return true only for 8x8 bit
1788         * src/pic/pcode.c (pCodeOpCopy),
1789         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed handling of various
1790           pCodeOpReg-subtypes (PO_{STATUS,INTCON,PCL,PCLATH,PCLATU,BSR,
1791           SFR_REGISTER}), made safe for future extensions
1792         * src/pic16/pcode.c (pic16_safepCodeUnlink): allow for removal of
1793           instructions even if preceeded by SKIP instructions (also remove
1794           them); removed unused code
1795         * src/pic16/pcode.h: added arg2 to pCodeOpLit to match pCodeOpLit2,
1796           prevents leaving parts of the structure uninitialized after copying
1797
1798 2005-09-22 Maarten Brock <sourceforge.brock AT dse.nl>
1799
1800         * src/mcs51/gen.c (genMinus): fix for undetected bug introduced 3 months
1801           ago by me
1802         * support/regression/tests/addsub.c: added test for the bug
1803
1804 2005-09-21 Raphael Neider <rneider AT web.de>
1805
1806         * device/include/pic16/pic18f1220.h,
1807           device/lib/pic16/libdev/pic18f1220.c: added ECCPAS sfr and bitfield
1808         * device/lib/pic16/Makefile.rules: added missing opening paren
1809         * src/pic16/gen.c (pic16_genNot,pic16_genCpl): removed as these
1810           are provided in genutils.c,
1811           (genUminusFloat,genUminus,genCmpEq): added asserts on different
1812           operand/result sizes,
1813           (genCmp): assert on NULL pointers first, then check deref'ed values
1814         * src/pic16/genutils.c (pic16_genCpl): fixed for different operand/
1815           result size
1816
1817 2005-09-18 Raphael Neider <rneider AT web.de>
1818
1819         * src/pic16/gen.c (genFarPointerGet,genFarPointerSet): removed
1820           as these are now unused,
1821           (genPointerGet,genPointerSet): handle FPOINTERs like POINTERs
1822         * src/pic16/pcode.c (pic16_symIsSpecial): assume REG_TMPs to be
1823           local, avoids uninitialized pointer dereference on r->name
1824         * src/pic16/ralloc.c (newReg): fixed indentation
1825
1826 2005-09-13 Maarten Brock <sourceforge.brock AT dse.nl>
1827
1828         * src/SDCCval.c (constVal): fixed bug 730366
1829         * support/Util/SDCCerr.c,
1830         * support/Util/SDCCerr.h: added warning W_INVALID_INT_CONST
1831
1832 2005-09-10 Maarten Brock <sourceforge.brock AT dse.nl>
1833
1834         * as/mcs51/lkmem.c (summary2): fixed report for absolute areas (bug 1210220)
1835
1836 2005-09-09 Maarten Brock <sourceforge.brock AT dse.nl>
1837
1838         * src/mcs51/peeph.def (241.x): fixed bug when comparing generic pointers
1839
1840 2005-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
1841
1842         * as/hc08/lkaomf51.c (OutputName): made name unsigned char,
1843           (hex2dec): made hex_digit unsigned char, removed ascii dependance
1844         * as/mcs51/lkaomf51.c (OutputName): made name unsigned char,
1845           (hex2dec): made hex_digit unsigned char, removed ascii dependance
1846         * as/mcs51/lkarea.c (lnkarea2): sort absolute areas to the front
1847         * packihx/packihx.c (hexDigit): made c unsigned char
1848         * as/mcs51/lklibr.c (fndsym),
1849         * link/z80/lkgb.c (gb),
1850         * link/z80/lklibr.c (fndsym),
1851         * link/z80/lkrloc.c (relr),
1852         * sim/ucsim/libltdl/ltdl.c (load_deplibs, try_dlopen),
1853         * src/SDCC.lex (checkCurrFile, process_pragma),
1854         * src/SDCCglue.c (spacesToUnderscores),
1855         * src/SDCCmain.c (setParseWithComma, processFile),
1856         * src/asm.c (tvsprintf, printCLine),
1857         * src/avr/gen.c (emitcode, aopPut),
1858         * src/ds390/gen.c (emitcode),
1859         * src/hc08/gen.c (emitcode, emitinline),
1860         * src/mcs51/gen.c (emitcode, genInline),
1861         * src/pic/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
1862           tokenizeLineNode),
1863         * src/pic/ralloc.c (debugLog),
1864         * src/pic16/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
1865           tokenizeLineNode),
1866         * src/pic16/ralloc.c (debugLog),
1867         * src/z80/main.c (_process_pragma):
1868            made all ctype.h function calls safe
1869         * src/SDCCopt.c: include math.h for fabs
1870         * src/SDCCpeeph.c: added macros ISCHARDIGIT, ISCHARSPACE and ISCHARALNUM
1871           and used them throughout the code to make ctype.h function calls safe
1872         * src/ds390/main.c (asmLineNodeFromLineNode),
1873         * src/mcs51/main.c (asmLineNodeFromLineNode): made p unsigned char*
1874         * src/pic/gen.c (DEBUGpic14_emitcode, pic14_emitcode): made lbp
1875            unsigned char*
1876         * src/pic/pcode.c (mnem2key): made mnem unsigned char*,
1877           (newpCodeAsmDir): made ctype.h function calls safe
1878         * src/pic16/gen.c (pic16_emitpcomment, DEBUGpic16_emitcode,
1879           pic16_emitcode):  made lbp unsigned char*
1880         * src/pic16/pcode.c (mnem2key): made mnem unsigned char*,
1881           (pic16_newpCodeAsmDir): made ctype.h function calls safe
1882         * src/xa51/gen.c (emitcode),
1883         * src/z80/gen.c (_emit2): made lbp unsigned char*
1884         * support/Util/MySystem.c (split_command): made cmd_line and p unsigned
1885            char*
1886
1887 2005-09-05 Raphael Neider <rneider AT web.de>
1888
1889         * src/pic16/ralloc.c (pic16_allocDirReg): use device specific
1890           access bank splitpoint
1891
1892 2005-09-05 Raphael Neider <rneider AT web.de>
1893
1894         * device/lib/pic16/libc/Makefile: added (missing) string to SUBDIRS
1895
1896 2005-09-03 Maarten Brock <sourceforge.brock AT dse.nl>
1897
1898         * .version: changed to version 2.5.3
1899         * doc/sdccman.lyx: changed version to 2.5.3,
1900           documented --codeseg and --constseg and pragma codeseg and constseg,
1901           documented bit parameters (reentrant) and bit returning
1902         * src/SDCCicode.c (geniCodeReceive): fixed (possible) bug generating
1903            currFunc->recvSize, but is this ok for all ports?
1904           (ast2iCode): result of ~ on unsigned char must be cast to int for
1905            bool to work
1906         * src/SDCCmem.c (allocGlobal, allocLocal): don't put bit returning
1907           function pointers in bit space
1908         * src/SDCCsymt.c (checkSClass): allow bit returning function pointers,
1909           (processFuncArgs): call port.reg_parm() with reentrancy info
1910         * src/port.h,
1911         * src/avr/main.c,
1912         * src/ds390/main.c,
1913         * src/hc08/main.c,
1914         * src/pic/main.c,
1915         * src/pic16/main.c,
1916         * src/xa51/main.c,
1917         * src/z80/main.c: port.reg_parm prototype extended with
1918           "bool reentrant" parameter
1919         * src/mcs51/main.c (_mcs51_regparm): use parameter reentrant instead of
1920           options.stackAuto for allocating bit register parameters
1921         * src/mcs51/gen.c (genNot): optimized complementing direct bit,
1922           (genSend): set BitBankUsed if it is,
1923           (selectRegBank): factored out of genCall for use in genPcall,
1924           (genCall): removed redundant dtype assignmen, use selectRegBank,
1925           (genPcall): handle returning in Carry properly, save in F0 if needed,
1926           (genReceive): handle bit register parameters
1927         * src/mcs51/ralloc.c (updateRegUsage): update BitBankUsed along the way,
1928           (mcs51_assignRegisters): enable bit registers for all reentrant
1929            functions and don't set BitBankUsed unconditionally
1930         * src/mcs51/peeph.def (177.d): fixed bug if %2==%3
1931         * support/regression/tests/bitvars.c: enable tests for SDCC_STACK_AUTO
1932         * support/regression/tests/funptrs.c: added tests for BOOL and for return
1933
1934 2005-08-27 Borut Razem <borut.razem AT siol.net>
1935
1936         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) and on
1937         ppc-osx (Darwin) does not support -u option. It seems that it is
1938         supported only on Linux - GNU cp
1939
1940 2005-08-25 Borut Razem <borut.razem AT siol.net>
1941
1942         * sim/ucsim/gui.src/serio.src/Makefile.in,
1943           sim/ucsim/s51.src/Makefile.in, sim/ucsim/avr.src/Makefile.in,
1944           sim/ucsim/z80.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
1945           sim/ucsim/xa.src/Makefile.in: install -s changed to 2 steps:
1946           install and strip, since the strip at /usr/ccs/bin should be used
1947           on solaris
1948
1949 2005-08-24 Borut Razem <borut.razem AT siol.net>
1950
1951         * clean.mk, device/lib/clean.mk: find on sparc-solaris does not support -maxdepth option
1952
1953 2005-08-23 Bernhard Held <bernhard AT bernhardheld.de>
1954
1955         * src/SDCCopt.c (convertToFcall): fixed modulus with divisors 1 and
1956         ffffffffu
1957
1958 2005-08-23 Maarten Brock <sourceforge.brock AT dse.nl>
1959
1960         * as/mcs51/aslink.h: completed lkrloc.c prototypes
1961         * as/mcs51/lkmain.c (link_main): fixed warning
1962         * device/include/stdbool.h: ds390 has no advanced bit support yet
1963         * src/SDCC.y: use SPEC_SHORT and renamed _signed to b_signed
1964         * src/SDCCsymt.c: use SPEC_SHORT and renamed _signed to b_signed
1965         * src/SDCCsymt.h (struct specifier): renamed _xxx bitfields to b_xxx
1966           and updated their macros
1967         * src/SDCCval.c (constVal): updated comment for renamed b_long
1968
1969 2005-08-22 Maarten Brock <sourceforge.brock AT dse.nl>
1970
1971         * as/mcs51/asdata.c: changed ctype['['] to BINOP
1972         * as/mcs51/asexpr.c (expr): added case '[' for bit access in bdata,
1973           (term): abused bit 15 of s_addr to indicate bit-addressable bytes,
1974           (oprio): set priority for '['
1975         * as/mcs51/aslink.h: added define R_BIT, and prototypes for adb_bit
1976            and adb_24_bit
1977         * as/mcs51/asm.h: added defines R_BIT and S_BIT
1978         * as/mcs51/lkarea.c (lnksect2): use T for seg BIT_BANK and overlay it
1979         * as/mcs51/lkdata.c: changed ctype['['] to BINOP
1980         * as/mcs51/lkmain.c (Areas51): rel2 contains 12 (=C) areas now,
1981           added overlayable BIT_BANK area
1982         * as/mcs51/lkmem.c (summary): add BIT_BANK to BSEG_BYTES in the report,
1983           (summary2): explain 'T' in legenda
1984         * as/mcs51/lkrloc.c: replaced old K&R style,
1985           (relr): added R_BIT processing,
1986           (errmsg): added "Bit-addressable relocation error",
1987           (adb_bit): added for converting from byte- to bit-addressable space,
1988           (adb_24_bit): added for converting from byte- to bit-addressable space
1989         * device/include/stdbool.h: changed BOOL to __bit for mcs51 as it can be
1990            used in reentrant functions now even as return value
1991         * device/lib/_gptrput.c (_gptrput): removed obsolete code
1992         * src/SDCCast.c (resultTypePropagate): also propagate AND_OP and OR_OP,
1993           (decorateType): case '!', GETHBIT, AND_OP, OR_OP: result in bool or char
1994         * src/SDCCglobl.h: added indicator BitBankUsed
1995         * src/SDCCglue.c (glue): emit area BIT_BANK with byte 'bits' and equ's for
1996            the bit registers b0-b7
1997         * src/SDCCicode.c (operandFromSymbol): removed IS_BITVAR check,
1998           (geniCodeCast): fixed bug 1263853,
1999           (geniCodeLogicAndOr): put result in bool or char,
2000           (geniCodeReceive): added parameter func for accessing the return type,
2001           (geniCodeFunctionBody): pass func to geniCodeReceive
2002         * src/SDCCmain.c: added indicator BitBankUsed
2003         * src/SDCCmem.c (allocLocal): explicitly set sclass for V_BIT
2004         * src/SDCCsymt.c (newBoolLink): added for creating a bool/bit,
2005           (checkSClass): don't put automatic bool/bit on stack,
2006           (checkFunction): removed check on function cannot return bit
2007         * src/SDCCsymt.h: added newBoolLink prototype
2008         * src/mcs51/gen.c (rb1regs): added bit registers,
2009           (movc): created for assigning to carry,
2010           (pushReg, popReg): created for pushing registers,
2011           (sameRegs): check both AOP_REG and AOP_CRY types,
2012           (aopOp): handle bit registers,
2013           (aopPut): optimization no self-assign,
2014           (saveRegisters): push reg->base (bits) only once for bit registers,
2015            and use pushReg,
2016           (unsaveRegisters): pop reg->base only once and use popReg,
2017           (assignResultValue): added parameter func and return in carry for bits,
2018           (genIpush): optimization no reload in A if not changed,
2019           (genSend): bit parameters in reentrant functions are passed in bit
2020            registers by first assigning to bits in B, then save registers and
2021            copy B to bits,
2022           (genCall): handle returning in Carry properly, save it in F0 if needed,
2023           (genPcall): updated assignResultValue call, this is not safe yet for bit
2024            returning function !!!
2025           (genFunction): don't generate equ's for bit registers and use pushReg,
2026           (genEndFunction): take care of bit returning functions and use popReg,
2027           (genRet): return bit in Carry,
2028           (genIfx): optimize bit registers and other directly addressable bits,
2029           (genReceive): updated assignResultValue call
2030         * src/mcs51/main.c (_mcs51_reset_regparm): added regBitParmFlg,
2031           (_mcs51_regparm): allow passing of upto 8 bit parameters in bit
2032            registers when using stack-auto
2033         * src/mcs51/ralloc.c (_G): added allBitregs,
2034           (regs8051): added the bit registers,
2035           (createStackSpil): use macro IS_BIT,
2036           (getRegBit): added to allocate a bit register, else spill,
2037           (getRegBitNoSpil): added to allocate a bit register, else a gpr,
2038           (updateRegUsage): factored out to ease stepping while debugging,
2039           (serialRegAssign): use updateRegUsage, only spill bits if necessary,
2040            also allocate bit registers,
2041           (fillGaps): handle bit registers,
2042           (findAllBitregs): added to create bit vector with all bit registers,
2043           (mcs51_allBitregs): returns this bit vector,
2044           (mcs51_assignRegisters): when using stack-auto use bit registers for
2045            passing parameters and creating local variables
2046         * src/mcs51/ralloc.h: added B0_IDX..B7_IDX and prototype mcs51_allBitregs
2047
2048 2005-08-22 Borut Razem <borut.razem AT siol.net>
2049
2050         * device/lib/Makefile.in: replaced find option -or with -o
2051           to make it run on solaris
2052
2053 2005-08-22 Raphael Neider <rneider AT web.de>
2054
2055         * src/pic16/gen.c (pic16_loadFromReturn): added check for AOP_PCODE,
2056           fixes #1265442 (crash on Solaris)
2057
2058 2005-08-20 Borut Razem <borut.razem AT siol.net>
2059
2060         * configure, configure.in: added tests for libsocket and libnsl libraries,
2061           requred by sdcdb on sparc-solaris; generate support/regression/Makefile
2062           from support/regression/Makefile.in
2063         * support/regression/Makefile.in: added
2064         * device/lib/pic16/Makefile.common.in: force make to use bash shell
2065         * sim/ucsim/libtool: regenerated on sparc-solaris
2066         * sim/ucsim/avr.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
2067           sim/ucsim/s51.src/Makefile.in, sim/ucsim/xa.src/Makefile.in,
2068           sim/ucsim/z80.src/Makefile.in: removed GNU ld specific linker options
2069           -Wl,--start-group and -Wl,--end-group to enable ucsim compilation on
2070           sparc-solaris, which doesn't use GNU ld linker
2071         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) does not support -u option
2072         * as/Makefile: find on sparc-solaris does not support -maxdepth option
2073
2074 2005-08-19 Maarten Brock <sourceforge.brock AT dse.nl>
2075
2076         * src/mcs51/peeph.def: updated comments
2077
2078 2005-08-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2079
2080         * device/lib/_gptrget.c,
2081         * device/lib/_gptrput.c: slightly shorter
2082         * doc/sdccman.lyx: incremented version
2083         * src/mcs51/peeph.def: moved peephole comments to the line of first
2084           change to better keep line correlation, reanimated 186.e
2085         * src/mcs51/peeph.def: renamed similar peepholes by using suffixes
2086
2087 2005-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
2088
2089         * src/pic/pcode.c : Pasted ".line" assembly directives patch from
2090           David Saxton with quotes around file name.
2091
2092 2005-08-15 Borut Razem <borut.razem AT siol.net>
2093
2094         * support/regression/tests/bitfields.c, support/regression/tests/bitvars.c,
2095           support/regression/tests/bitwise.c, support/regression/tests/literalop.c,
2096           support/regression/tests/rotate.c, support/regression/tests/zeropad.c:
2097           make tests run on x86_64 platform
2098
2099 2005-08-13 Raphael Neider <rneider AT web.de>
2100
2101         * device/lib/pic16/Makefile.subdir: weakened clean-intermediate rule
2102           as it might be executed DURING a build (parallel make is wonderful)
2103
2104 2005-08-13 Raphael Neider <rneider AT web.de>
2105
2106         * device/lib/Makefile.in (port-specific-objects-pic16):
2107           revert to cp $(PORT)/bin/*.* $(PORTDIR)
2108         * device/lib/pic16/Makefile: added .PHONY targets, removed builddir
2109           dependency
2110         * device/lib/pic16/Makefile.rules: build subdirs before creating
2111           the library, removed builddir rule, create $(builddir) early in
2112           recurse rule, use empty recurse rule for leaf directories
2113         * device/lib/pic16/Makefile.subdir: added phony targets, ignore
2114           mkdir errors (race condition), removed duplicate suffix "hex"
2115           from clean rules
2116         * device/lib/pic16/libdev/Makefile: recursive make via + and $(MAKE)
2117         * device/lib/pic16/libio/Makefile: create sub-make's builddir early,
2118           prevents mkdir -p from aborting on Alpha
2119
2120 2005-08-12 Raphael Neider <rneider AT web.de>
2121
2122         * src/pic16/glue.c (pic16_print(G)PointerType): do not flush
2123           db-statements in order to allow for arrays of pointers in code
2124           sections to be placed without interspersed 0-padding, fixes
2125           bug #1256215
2126         * (emitStatistics): fixed division by zero for pic18f1220
2127         * src/pic16/pcode.c: buffer (up to) 12 DB directives to allow for
2128           unpadded writing of 8-bit, 16-bit, 24-bit and 32-bit values
2129         * (pic16_emitDS): respect DB_ITEMS_PER_LINE
2130         * (pic16_pCodeConstString): keep track of already emitted string
2131           literals to prevent "duplicate definitions of symbol _str_NR"
2132         * src/pic16/ralloc.c (pic16_allocRegByName): removed not so helpful
2133           debug message
2134         * device/lib/Makefile.in: ignore failing PIC16 library builds
2135         * device/lib/pic16/Makefile: do not build if gputils are missing
2136         * device/lib/pic16/Makefile.common.in: do not enforce MAKEFLAGS=-s
2137
2138 2005-08-10 Raphael Neider <rneider AT web.de>
2139
2140         * device/lib/Makefile.in: fixed copying pic16 libraries (broken by
2141           my last commit)
2142
2143 2005-08-10 Raphael Neider <rneider AT web.de>
2144
2145         * src/*.c, src/pic16/{gen.c,glue.c,main.c}: applied Vangelis
2146           Rokas' patch to add the new fixed point type "__fixed16x16"
2147         * device/lib/pic16/libsdcc/fixed16x16: added Vangelis' support
2148           functions for __fixed16x16 arithmetics
2149         * device/lib/pic16: reimplemented the build system to support
2150           a separate build directory, better handling of libio (create
2151           the library in a separate subdir for each architecture) and
2152           easier configuration (centralized in Makefile.common)
2153
2154 2005-08-07 Raphael Neider <rneider AT web.de>
2155
2156         * src/pic16/gen.c (genrshTwo): fixed sign extension
2157         * src/pic16/device.c: added pic18f2320, 4220 and 4320
2158         * device/include/pic16/pic18f2220.h: changed some bit definitions,
2159           added T0CONbits
2160         * device/include/pic16/pic18f4220.h: NEW, header for
2161           pic18f4220 and pic18f4320
2162         * device/include/pic16/pic18fregs.h: added new devices,
2163           embraced Nop(), ClrWdt(), Sleep() and Reset() with do {} while(0)
2164         * device/include/pic16/signal.h: resolved name clashes
2165           on bit definitions, added DEF_HANDLER2(sig1,sig2,handler)
2166           to also allow testing for interrupt enable bits, added
2167           comments on how to use the macros
2168         * device/lib/pic16/libdev/pic18f2220.c: added T0CONbits
2169         * device/lib/pic16/libdev/pic18f{2320,4220,4320}.c: NEW,
2170           register definitions for the devices
2171         * device/lib/pic16/pics.all: added new devices
2172         * device/lib/pic16/libc/stdlib/calloc.c: fixed zeroing
2173           allocated memory
2174         * device/lib/pic16/libc/stdlib/memfree: do not count
2175           the block header as free memory
2176         * device/lib/pic16/libc/stdlib/memmisc.c (_initHeap):
2177           simplified and added missing end-of-blocklist-marker
2178           (reported by Peter Onion, fixes #1252814)
2179         * (_mergeHeapBlock): fixed loop condition
2180         * device/lib/pic16/libc/stdlib/realloc.c: return NULL for
2181           len==0, restructured code
2182         * device/lib/pic16/libc/stdlib/{malloc,memfreemax}.c: cleaned
2183           up a bit, reduced bitfield accesses, prevent endless loops
2184           in case of heap corruption
2185         * device/lib/pic16/libc/stdlib/x_ftoa.c: disabled
2186           "unreferenced arguments/must return a value" warnings
2187         * device/lib/pic16/libio/usart/ubaud.c (usart_baud):
2188           replaced BAUDREG with SPBRG
2189         * device/lib/pic16/libsdcc/lregs/{lrrest.c,lrst.c},
2190           device/lib/pic16/debug/gstack/gstack.c: replaced
2191           _naked, _asm, _endasm with __naked, __asm, __endasm
2192
2193 2005-08-05 Raphael Neider <rneider AT web.de>
2194
2195         * src/pic16/gen.c (pic16_aopGet): fixed handling of offsets in
2196           AOP_PCODE operands, fixes multibyte union-bitfield-accesses
2197
2198 2005-08-05 Borut Razem <borut.razem AT siol.net>
2199
2200         * device/lib/Makefile.in: added missing ';'
2201         * configure: removed ^M characters
2202
2203 2005-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2204
2205         * device/include/mcs51/at89c51ed2.h, device/include/mcs51/p89v51rd2.h,
2206           device/include/mcs51/at89s53.h: changed to GNU Lesser General Public
2207           License
2208
2209 2005-08-04 Borut Razem <borut.razem AT siol.net>
2210
2211         * configure.in: pic16 libraries build 2nd try - enable running
2212           configure in device/lib/pic16
2213         * configure: regenerated from configure.in
2214         * device/lib/Makefile.in: create $(PORT)/bin directory
2215
2216 2005-08-03 Raphael Neider <rneider AT web.de>
2217
2218         * src/pic16/gen.c (pic16_derefPtr): NEW, single place
2219           to get/set values via pointers
2220         * (genUnpackBits,genPackBits): changed detection of
2221           ptr->bitfield vs. sym.bitfield, fixed access via generic
2222           pointers, removed dead (wrong) code for multibyte bitfields
2223         * (genNearPointerGet, genGenPointerGet): removed useless code,
2224           fixed bitfield detection, fixes #1250594
2225         * (genNearPointerSet): removed useless code
2226         * src/pic16/gen.h: renamed pic16_emitpcode to pic16_emitpcode_real
2227           and introduced macro pic16_emitpcode that conditionally emits
2228           the origin of the following pCode (useful for debugging SDCC)
2229         * src/pic16/pcode.c: changed (and disabled) some debug outputs
2230         * (createDefmap): fixed handling of LFSR for --optimize-df
2231
2232 2005-08-02 Borut Razem <borut.razem AT siol.net>
2233
2234         * device/lib/Makefile.in: pic16 libraries build enabled since
2235           gputils-0.13.2 are now localy installed at sourceforge's compile farm
2236
2237 2005-08-02 Raphael Neider <rneider AT web.de>
2238
2239         * src/pic16/gen.c (genPackBits): removed deprecated warning
2240         * (genGenPointerSet): fixed bitfield detection
2241
2242 2005-08-02 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2243
2244         * device/include/mcs51/msm8xc154s.h: Removed PT2 definition, now in 8052.h.
2245
2246 2005-07-31 Raphael Neider <rneider AT web.de>
2247
2248         * device/lib/pic16/libdev/pic18f458.c,
2249           device/include/pic16/pic18f458.h: added missing T0CONbits
2250
2251 2005-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
2252
2253         * device/include/mcs51/msm8xc154s.h: added, thanks to Matthias Arndt
2254
2255 2005-07-28 Maarten Brock <sourceforge.brock AT dse.nl>
2256
2257         * src/mcs51/gen.c (operandsEqu): fixed bug 1246687
2258
2259 2005-07-23 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2260
2261         * device/include/mcs51/at89c51ed2.h: added.
2262
2263 2005-07-23 Raphael Neider <rneider AT web.de>
2264
2265         * src/pic/gen.h: added emitpcode macro for debugging
2266         * src/pic/gen.c (emitpcode): renamed to emitpcode_real
2267           and replace by macro adding debug information on demand
2268         * (genNot): fixed to C semantics (!0 = 1; !x = 0 iff x != 0)
2269         * (gencjne): tried to fix; replaced with correct (slower) code
2270         * (gen{Unp,P}ackBits): fixed single bit access
2271         * src/pic/pcode.c (AnalyzepCode): fixed DFPRINTF argument
2272         * src/pic/pcodepeep.c (pCodeSearchCondition): fixed finding
2273           previous instruction
2274         * src/pic/pcoderegs.c (regIsSpecial): NEW, check whether a
2275           register has to be handled with care (forbidding movement
2276           of assignments/uses, removing assignments completely, ...)
2277         * (pCodeOptime2pCodes): make use of regIsSpecial
2278         * added lots of debugging output (commented out)
2279         * src/pic/rallloc.c (deassignLRs): prevent operand registers
2280           from being reused as result UNLESS it is known to work
2281
2282 2005-07-23 Maarten Brock <sourceforge.brock AT dse.nl>
2283
2284         * support/Util/dbuf.h: include <stddef.h> for size_t
2285         * .version: changed to version 2.5.2
2286
2287 2005-07-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2288
2289         * src/SDCCloop.c (loopInvariants): fixed bug #1234048
2290
2291 2005-07-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2292
2293         * src/hc08/gen.c (genMinus): fixed bug #1241835,
2294           (genModOneByte): removed needless psha/pula
2295
2296 2005-07-22 Raphael Neider <rneider AT web.de>
2297
2298         * src/SDCCmain.c (linkEdit): initialized linkerScriptFileName,
2299           have PIC14 handled like PIC16, fixes broken pic14 linker calls
2300         * src/pic/gen.c (resolveIfx): do not "invent" labels
2301         * (genSkipc): changed to positive logic
2302         * (genSkipCond): removed as no longer needed
2303         * (pic14_mov2w_regOrLit,genCmp): NEW, replacement for buggy version,
2304           backport from PIC16
2305         * (genLeftShift): check operands are in different registers
2306         * src/pic/genarith.c (genPlus): replaced INCF with ADDLW as
2307           INCF does not update CARRY...
2308         * src/pic/main.c: fixed _linkCmd
2309         * src/pic/pcode.c (unlinkpCode): added inactive code
2310         * src/pic/ralloc.c (deassignLRs): keep arguments to shift operations
2311           alive (do not assign result and operand overlapping registers)
2312
2313 2005-07-22 Raphael Neider <rneider AT web.de>
2314
2315         * src/pic/device.c (dump_sfr): replaced register declaration with
2316           call to emitSymbolToFile() to avoid duplicate symbols
2317         * (assignRelocatableRegisters): do not declare external symbols
2318         * src/pic/ralloc.c (allocNewDirReg): fixed to get size of arrays
2319           right (take size of type, not etype)
2320         * (allocDirReg): fixed call to allocNewDirReg() to pass OP_SYM_TYPE
2321         * (writeUsedRegs): also dump dynDirectRegs (e.g. local variables)
2322         * (packRegsForAccUse): disabled assignment of WREG as
2323           the result reg to prevent occurence of just fixed #1235003,
2324           fixes #1242954
2325         * src/pic/glue.c (emitSymbolToFile): NEW, central place to declare
2326           symbols (avoids duplicate symbols in .asm file)
2327         * (pic14emitRegularMap): use emitSymbolToFile()
2328         * src/pic/gen.c (aopOp): fixed spillLocation handling
2329         * (gen{Unp,P}ackBits): fixed acquiring bit-operands
2330         * (genDataPointerSet): removed unneccessary variables/output
2331
2332 2005-07-22 Maarten Brock <sourceforge.brock AT dse.nl>
2333
2334         * as/mcs51/lkarea.c: enlarged codemap for banked memory
2335         * device/lib/mcs51/crtbank.asm: added # to 0x0F
2336
2337 2005-07-21 Raphael Neider <rneider AT web.de>
2338
2339         * src/pic/gen.c (aopOp): do not generate AOP_ACC operands as pic14
2340           architecture cannot handle them efficiently, fixes bug #1235003
2341         * src/pic16/device.c (pic16_dump_{u,i}section,pic16_dump_int_registers):
2342           check for empty sets before using them (fixes bug #1232190)
2343
2344 2005-07-19 Maarten Brock <sourceforge.brock AT dse.nl>
2345
2346         * as/mcs51/lkarea.c (lnkarea, lnkarea2): improved BSEG size calculation,
2347           (lnksect2): generate warnings for memory overlap
2348         * src/SDCC.lex (doPragma, process_pragma): added pragma's codeseg and
2349           constseg to set the name of these segments so you can instruct the linker
2350           to place them in banks
2351         * src/SDCCast.c (decorateType): use new macro IS_FUNCPTR()
2352         * src/SDCCglobl.h: added MODEL_HUGE to enum,
2353           added code_seg and const_seg to options
2354         * src/SDCCglue.c (emitMaps): use options.const_seg,
2355           (createInterruptVect): put interrupt vectors in segment HOME,
2356           (glue): put HOME before static segment and put the main glue in HOME,
2357           (glue): use options.code_seg
2358         * src/SDCCicode.c (geniCodeCall): use new macro IS_FUNCPTR()
2359         * src/SDCCmain.c: added option --codeseg and --constseg to set the name of
2360           these segments so you can instruct the linker to place them in banks
2361           (linkEdit): use code_loc for HOME segment which should be the first
2362           segment in code memory now
2363         * src/SDCCmem.c: fixed more stuff like bug 1238386
2364         * src/SDCCsymt.c (getSize): use generic pointer size for banked functions,
2365           (changePointer): don't change function pointers to code pointers for
2366           banked functions,
2367           (compareType): added exceptional check for banked function pointers
2368         * src/SDCCsymt.h: changed IFFUNC_ISBANKEDCALL, added IS_FUNCPTR
2369         * src/hc08/main.c (_hc08_genAssemblerPreamble): put HOME first, put CSEG
2370           after static in code memory
2371         * src/mcs51/gen.c: added aopLiteralLong prototype,
2372           (aopForSym): use getSize for functions,
2373           (genCall): generate banked calls over one trampoline __sdcc_banked_call
2374           in HOME with lsb of address in r0, msb in r1 and bank in r2, use
2375           -Wl-bBANKSEG=0xbbaaaa option to set the address (aaaa) and bank (bb) of
2376           the segment,
2377           (genPcall): use call for literal function pointers and generate banked
2378           calls over the one trampoline so there's only one place for the user to
2379           modify according to his/hers hardware,
2380           (genEndFunction): jump to __sdcc_banked_ret in HOME for banked functions,
2381           (genPlusIncr): moved check icount>4 beyond inc dptr optimization
2382         * src/mcs51/main.c: added keyword banked,
2383           (_mcs51_genExtraAreas): put HOME first followed by GSINIT, STATIC and CSEG
2384         * support/Util/SDCCerr.c,
2385         * support/Util/SDCCerr.h: added E_BANKED_WITH_CALLEESAVES, registers are
2386           needed for passing the bank and address to the trampoline
2387         * device/lib/mcs51/crtbank.asm: added for bankswitching
2388         * device/lib/mcs51/Makefile: added crtbank
2389
2390 2005-07-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2391
2392         * src/SDCCcse.c (algebraicOpts): fixed loss of volatility
2393           for fields at offset 0 of a struct or union as reported
2394           on 2005-07-07 in the developer mailing list.
2395
2396 2005-07-15 Maarten Brock <sourceforge.brock AT dse.nl>
2397
2398         * src/SDCCmem.c: fixed bug 1238386
2399
2400 2005-07-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2401
2402         * src/mcs51/peeph.def: added labelrefcounting for peepholes
2403           (patch #1144962), added peephole 300, enabled 259.x
2404         * doc/sdccman.lyx: removed screenshot and provided link instead
2405
2406 2005-07-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2407
2408         * doc/sdccman.lyx: added section about debugging with ddd
2409         * doc/figures/ddd_example.eps: screenshot of debugging session
2410
2411 2005-07-04 Raphael Neider <rneider AT web.de>
2412
2413         * src/pic/gen.c (genPointerGet): handle pointers to CONST values
2414           like CODE pointers, fixes #1115683
2415         * src/pic/pcode.c (DoBankSelect): forget LastRegIdx during function
2416           call, fixes bugs #1232211, #1228110,
2417           fixed wrong casts to pCodeFlow from pCodeInstructions
2418
2419 2005-07-04 Raphael Neider <rneider AT web.de>
2420
2421         * src/pic/gen.c (popGet): changed assert to allow for
2422           bit operands
2423         * (popGetAddr): changed signature to provide
2424           an additional index, patched all call sites
2425         * (genCmpEq): handle literal-like operands correctly
2426         * (genAddrOf): added sanity checks on __code/__data pointers
2427         * (genAssign): added handling of symbols from __code section
2428         * (gencjne): do not generate code for comparisons whose result
2429           is neither stored nor used, fixes bug #1171114
2430         * (AccLsh, AccRsh): operate on operand instead of WREG
2431         * (shift{Left,Right}_Left2ResultLit): NEW, size independant
2432           replacement for Shift{LR}{12}Left2Result; shift (byte/int/long)
2433           by known count
2434         * rewrote complete shift-by-literal logic, commented unused
2435           functions out
2436         * (genConstPointerGet): get multiple bytes (if result size > 1),
2437           fixed handling of non-immediate addresses
2438         * (genPointerGet): handle CODE pointers like CONST pointers
2439         * (genpic14Code): insert C-SRC lines as Cource-pCodes
2440         * ({aop,op}_isLitLike): NEW, single place to decide whether an
2441           operand is to be treated as a literal or not
2442         * (mov2w,genPcall,genCmpEq),
2443           src/pic/genarith.c: use aop_isLitLike() to decide between
2444           literal/register contents
2445         * (addSign): added missing offset
2446         * src/pic/gen.h: remove newline after FENTRY/FEXIT comments,
2447           only emit comment in debug-mode,
2448           use {aop,op}_isLitLike throughout the file
2449         * src/pic/glue.c: fix initializers for pointers (work in progress)
2450         * src/pic/pcode.c (get_op): honor index on _const symbols
2451         * ({reset,dump}pCodeStatistics): NEW, estimate code size
2452         * (dumppBlock): added pCode size estimation
2453         * src/pic/ralloc.c (deassignLRs,serialRegAssign,packRegisters):
2454           check for IS_SYMOP before OP_SYMBOL'ing
2455         * fixed indentation, compacted switch-statements
2456         * (allocReg): find free register and allocate it instead of
2457           allocating new registers all the time
2458         * (deassignLRs): prevent POINTER_GET's from being assigned the same
2459           registers as its operands (necessary only for multibyte GETs)
2460
2461 2005-07-01 Raphael Neider <rneider AT web.de>
2462
2463         * src/pic/gen.h: added prototypes emitpComment, popGetAddr and
2464           debugging .asm-output macros FENTRY + FEXIT
2465         * src/pic/gen.c (Safe_vsnprintf): NEW, is there a more generic
2466           way... I wonder...
2467         * (emitpComment): NEW, printf to pCode
2468         * (popGet): added assert on too large offsets, fixed PO_IMMEDIATE's
2469           offset handling
2470         * (popGetAddr): NEW, variant of popGet to access an immediates
2471           high(er) bytes instead of the n'th byte of memory they reference,
2472           replaced popGet with popGetAddr where neccessary
2473         * (genDataPointerGet): reactivated and fixed implementation
2474         * (genNearPointerGet): enabled call to genDataPointerGet, fixes array-
2475           accesses
2476         * (genDataPointerSet): fixed multibyte assignments
2477         * (genpic14Code): fixed --i-code-in-asm handling
2478         * src/pic/genarith.c: fixed PO_IMMEDIATE issue using popGetAddr,
2479         * (genPlus): fixed index-out-of-bounds error
2480         * src/pic/pcode.c (get_op): fixed PO_IMMEDIATE's index/offset handling
2481         * src/pic/ralloc.c: added debugging output macro FENTRY2
2482         * (spillThis): fixed indentation, enbraced for-body for clarity
2483         * (rematStr): commented out as now unused
2484         * (regTypeNum): commented out special spill case (overwrites
2485           arbitrary values)
2486         * fixes bugs #1229346, #1216476 (both arrays) and #1115667 (SIGSEGV)
2487
2488 2005-06-30 Maarten Brock <sourceforge.brock AT dse.nl>
2489
2490         * doc/sdccman.lyx: documented sfr16/sfr32,
2491           added example for using storage class with function pointers
2492         * src/mcs51/gen.c (genPlusIncr): optimized small offsets from dptr
2493
2494 2005-06-28 Maarten Brock <sourceforge.brock AT dse.nl>
2495
2496         * device/lib/_gptrget.c: also push/pop _PSBANK, added # to 0x03
2497         * device/lib/_itoa.c,
2498         * device/lib/_ltoa.c: optimized codesize
2499         * src/SDCCsymt.c (checkSClass): added sanity check for sfr at addresses,
2500           but don't know how to suppress the double warning.
2501         * src/mcs51/gen.c (genPlusIncr): fixed bug when incrementing volatile int's
2502         * support/Util/SDCCerr.c,
2503         * support/Util/SDCCerr.h: added warning W_SFR_ABSRANGE for sanity check
2504
2505 2005-06-27 Maarten Brock <sourceforge.brock AT dse.nl>
2506
2507         * as/mcs51/asexpr.c (expr): disabled warning "not in .flat24 mode",
2508           fixed old K&R prototypes
2509         * as/mcs51/asout.c (outrb): always output as if generating 24bit addresses
2510         * device/lib/_gptrget.c,
2511         * device/lib/_gptrgetc.c,
2512         * device/lib/_gptrput.c: changed versions for new memory indicator values,
2513           also new versions for small generic pointers and banked generic pointers
2514         * src/port.h: added const_name
2515         * src/SDCC.lex: added keywords sfr16, __sfr16, sfr32, __sfr32
2516         * src/SDCC.y: added tokens SFR16, SFR32 and their sfr_attributes
2517         * src/SDCCcse.c (findPrevIc): check all associative operators
2518         * src/SDCCglue.c (emitMaps): use CONST_NAME if defined
2519         * src/SDCCicode.h: added macro IS_ASSOCIATIVE
2520         * src/SDCCmem.c: updated comments,
2521           set far-space to 0 for pdata, results in optimized code
2522         * src/SDCCmem.h: added macro CONST_NAME
2523         * src/SDCCsymt.h: renumerated generic pointer types GPTYPE_... thereby
2524           moving the info into the highest bits, see also gptrget/gptrput
2525         * src/src.dsp: added sdcc.ico to project files
2526         * src/avr/gen.c (genCast): fixed bug 0x%d
2527         * src/avr/main.c (avr_port): added "CONST (CODE)" for const_name
2528         * src/ds390/gen.c (aopForRemat, adjustArithmeticResult): disconnected direct
2529           relation between ptr_type and DCL_TYPE,
2530           (genCast): fixed bug 0x%d
2531         * src/ds390/main.c (ds390_port, tininative_port, ds400_port): added "CONST
2532           (CODE)" for const_name
2533         * src/hc08/gen.c (genCast): fixed bug 0x%d
2534         * src/hc08/main.c (_hc08_genAssemblerPreamble): added .area ...const_name,
2535           (hc08_port): added "CONST (CODE)" for const_name
2536         * src/mcs51/gen.c (aopForSym): optimized pushing ACC,
2537           (aopForRemat, adjustArithmeticResult): disconnected direct relation
2538           between ptr_type and DCL_TYPE,
2539           (aopGetUsesAcc, aopGet, aopPut): changed first parameter from asmop* to
2540           operand* and took AOP() inside function so sfr-ness can be checked,
2541           (all over): repaired calls to aopGetUsesAcc, aopGet, aopPut to comply with
2542           new prototype,
2543           (genFunction, genEndFunction): optimized stack setup,
2544           (genMinus): optimized for literals with ending zeroes (in bytes),
2545           (genCast): fixed bug 0x%d
2546         * src/mcs51/main.c (_mcs51_keywords): added sfr16 and sfr32,
2547           (mcs51_port): added "CONST (CODE)" for const_name
2548         * src/mcs51/peeph.def: made rule 226 more generic
2549         * src/pic/main.c (pic_port): added "CONST (CODE)" for const_name
2550         * src/pic16/main.c (pic16_port): added "CONST (CODE)" for const_name
2551         * src/xa51/main.c (xa51_port): added "CONST (CODE)" for const_name
2552         * src/z80/main.c (z80_port): added NULL for const_name,
2553           (gbz80_port): added NULL for const_name
2554         * support/regression/tests/bug663539.c,
2555         * support/regression/tests/sfr16.c: new tests
2556
2557 2005-06-25 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2558
2559         * device/include/mcs51/p89v51rd2.h, device/include/mcs51/at89s53.h: added.
2560
2561 2005-06-24 Raphael Neider <rneider AT web.de>
2562
2563         * device/lib/pic16/libdev/pic18f[68][567]20.c:
2564           corrected typos...
2565         * device/include/pic16/signal.h: added USBIF
2566           and SIG_USB
2567
2568 2005-06-24 Raphael Neider <rneider AT web.de>
2569
2570         * device/lib/pic16/libdev/pic18f2455.c,
2571           device/include/pic16/pic18f2455.h: NEW
2572         * device/include/pic16/pic18fregs.h,
2573           device/lib/pic16/pics.all,
2574           src/pic16/device.c: added 18f2455
2575         * device/lib/pic16/libdev/pic18f[68][567]20.c,
2576           device/include/pic16/{pic18f[68][567].h,usart.h}:
2577           replaced MULTIPLE_USARTS define with more relaible
2578           compatibility sfrs (for USART access)
2579
2580 2005-06-20 Slade Rich <slade_rich AT users.sourceforge.net>
2581
2582         * src/pic/pcode.c : Fixed problem when a string constant contains a "\r\n"
2583           and the output asm file line is printed on two lines.
2584
2585 2005-06-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2586
2587         * sim/ucsim/hc08.src/inst.cc (inst_condbranch): fixed simulation of
2588           BGT, BLE, BHI, and BLS instructions
2589         * src/hc08/gen.c (outAcc, outBitC, outBitNV, genCmpLt, genCmpGt,
2590           genCmpEq): removed
2591         * src/hc08/gen.c (genCmpEQorNE, genCmp, branchopCmp, nameCmp,
2592           negatedCmp, exchangedCmp, genhc08Code): rewrite of comparison handling,
2593           fixes bug #1216342
2594         * src/hc08/peeph.def: added rules 2g - 2l for new conditional branches
2595
2596 2005-06-15 Raphael Neider <rneider AT web.de>
2597
2598         * src/pic16/NOTES: moved Vangelis from active developers to people to contact
2599         * device/include/pic16/{6520.h,8520.h}: fixed configuration bits
2600         * src/pic16/gen.c (): prevent iTemps from being considered to be in CODESPACE,
2601           fixes bug #1221120; for symbols in CODESPACE get number of bytes to read from
2602           OP_SYM_TYPE() instead of OP_SYM_ETYPE()
2603
2604 2005-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2605
2606         * device/include/mcs51/reg764.h: Changed PB0 to PBO as requested by
2607           Marcel Telka in bug #1215704
2608
2609 2005-06-02 Slade Rich <slade_rich AT users.sourceforge.net>
2610
2611         * src/pic/pcode.c : Changed pseudo stack size to 15 to allow WSAVE to be
2612           located in shared memory bank.
2613
2614 2005-05-31 Raphael Neider <rneider AT web.de>
2615
2616         * src/pic16/{gen.c,genarith.c}: replaced sign-extension
2617           "CLRF, BTFSC <signbit>, DECF/COMF" with side-effect-free
2618           "CLRF, BTFSC <signbit>, SETF"; fixes "long>>9"
2619
2620 2005-05-27 Maarten Brock <sourceforge.brock AT dse.nl>
2621
2622         * device/lib/_strncpy.c: fixed the fix
2623
2624 2005-05-26 Raphael Neider <rneider AT web.de>
2625
2626         * src/pic16/glue.c (pic16_printIvalChar): fixed _constant_ string
2627           initializers with \0, bug #1208187
2628         * src/pic/glue.c (printIvalChar): fixed (non- and constant) string
2629           intializers with \0, bug #1208187
2630
2631 2005-05-26 Raphael Neider <rneider AT web.de>
2632
2633         * src/pic16/glue.c (pic16_printIvalChar): fixed string
2634           initializers with \0, bug #1208187
2635         * src/pic16/main.c (_process_pragma): added sanity checks
2636           for stack position and size, emit warnings when appropriate
2637
2638 2005-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
2639
2640         * device/lib/_strncpy.c: fixed not filling with \0
2641
2642 2005-05-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2643
2644         * src/SDCCast.c (funcOfType, funcOfTypeVarg, stringToSymbol,
2645           createFunction),
2646         * src/SDCC.y (external_definition, enumerator, parameter_declaration,
2647           compound_statement),
2648         * src/SDCCsymt.h,
2649         * src/SDCCsymt.c (addSymChain, processFuncArgs): fixed bug #1159134
2650
2651 2005-05-24 Raphael Neider <rneider AT web.de>
2652
2653         * src/pic16/glue.c (pic16_printGPointerType): fixed #1207796
2654
2655 2005-05-24 Raphael Neider <rneider AT web.de>
2656
2657         * device/include/pic16/pic18f{442,452,458}.h: fixed wrong
2658           TRISE definitions, closes bug #1162453
2659
2660 2005-05-22 Raphael Neider <rneider AT web.de>
2661
2662         * src/pic16/main.c (_process_pragma): check for missing
2663           arguments to pragmas code and udata
2664         * device/include/pic16/pic18f{2550,4331,4455,4520}.h:
2665           consistency fixes to match other headers (thanks to Jim Paris)
2666         * device/lib/pic16/libio/i2c.ignore: 18f4331 provides no I2C
2667
2668 2005-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
2669
2670         * src/SDCCicode.c (isOperandEqual): fixed missing ;
2671
2672 2005-05-19 Maarten Brock <sourceforge.brock AT dse.nl>
2673
2674         * support/regression/tests/bug1198642.c: new test
2675         * src/SDCCicode.c (isOperandEqual): fixed bug 1198642
2676         * src/SDCCcse.c (findPrevIc): added comment, please have a look
2677         * support/scripts/resource.h,
2678         * support/scripts/resource.rc,
2679         * src/src.dsp: added sdcc.ico to project as icon for sdcc.exe
2680         * support/scripts/sdcc.ico: added 32x32 icon
2681
2682 2005-05-18 Raphael Neider <rneider AT web.de>
2683
2684         * device/lib/pic16/libdev/pic18f*.c,
2685         * device/include/pic16/pic18f*.h: updated "sfr" and "at X"
2686           keywords to "__sfr" and "__at (X)"
2687         * device/include/pic16/pic18fregs.h: added pic18f4520
2688         * src/pic16/pcode.c (pic16_pCode2str): fixed (?) bug
2689           #1203088 (MPLAB compatibility)
2690
2691 2005-05-17 Raphael Neider <rneider AT web.de>
2692
2693         * device/include/pic16/pic18f{2550,4331,4455,4520}.h: NEW
2694         * device/lib/pic16/libdev/pic18f{2550,4331,4455,4520}.c: NEW
2695         * device/lib/pic16/pics.all: added new devices
2696         * src/pic16/device.c: added support for pic18f4520
2697
2698 2005-05-16 Raphael Neider <rneider AT web.de>
2699         * src/pic16/gen.{c,h}: s/mov2f/pic16_mov2f made public
2700         * src/pic16/genarith.c (genAddLit): fixed bug 1202480
2701         * src/pic16/pcode.{c,h} (pic16_newpCodeOpBit_simple): NEW
2702           convenience function for bit access
2703
2704 2005-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
2705
2706         * device/lib/printf_large.c: fixed bug 1193299
2707         * support/regression/tests/bug1057979.c: added test %3.3s
2708
2709 2005-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2710
2711         * device/include/mcs51/8051.h,
2712         * device/include/mcs51/8052.h: made parseable with lint
2713         * device/include/mcs51/lint.h: added include file for (sp)lint
2714         * doc/sdccman.lyx: added doc about use of splint (syntax checking tool)
2715         * doc/cdbfileformat.lyx,
2716         * doc/test_suite_spec.lyx: hardcoded date to the date of last text change
2717
2718 2005-05-14 Raphael Neider <rneider AT web.de>
2719
2720         * device/lib/pic16/Makefile.common.in: add --optimize-df to OPT_FLAGS
2721         * device/lib/pic16/libc/stdlib/itoa.c (new)
2722         * device/lib/pic16/libc/stdlib/Makefile: have itoa.c built
2723         * device/lib/pic16/libio/Makefile: exclude subdir according to
2724           ${subdir}.ignore for certain PICs (lacking e.g. i2c)
2725         * device/lib/pic16/libio/i2c.ignore (new): pic18f1220 has no I2C support
2726         * src/pic16/gen.c (genFunction): prevent annoying warning
2727         * src/pic16/pcode.c: renamed stack_t to dynstack_t to prevent
2728           nameclashes on BeOS
2729         * support/cpp2/cppmain.c (cpp_output_string): new
2730         * support/cpp2/cpplib.c (_cpp_do__Pragma): fixed _Pragma(""),
2731           fixes bug 1116802
2732
2733 2005-05-13 Borut Razem <borut.razem AT siol.net>
2734
2735         * src/SDCCmain.c (linkEdit): fixed bug 1195202
2736
2737 2005-05-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2738
2739         * .version: changed to version 2.5.1; back to bleeding edge development
2740
2741 2005-05-11 Borut Razem <borut.razem AT siol.net>
2742
2743         * doc/sdccman.lyx doc/cdbfileformat.lyx doc/test_suite_spec.lyx:
2744           generate PDF version 1.3 documents
2745
2746 2005-05-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2747
2748         * .version: changed to version 2.5.0
2749
2750 2005-04-27 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2751
2752         * doc/sdccman.lyx: updated weblinks, index and smaller updates
2753
2754 2005-04-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2755
2756         * doc/sdccman.lyx: changed version 2.5.0, documented --std-c89,
2757         --std-sdcc89, --std-c99, --std-sdcc99, and the corresponding #pragmas, as
2758         well as many smaller updates.
2759         * .version: changed to version 2.5.0-pre1
2760
2761 2005-04-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2762
2763         * src/SDCCmain.c (setIncludePath): added port->target to SDCC_INCLUDE_NAME
2764
2765 2005-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
2766
2767         * support/regression/tests/bug1185672.c: added
2768         * src/mcs51/gen.c (aopGetUsesAcc, genCpl, genAnd, genOr, genXor): fixed
2769           bug 1185672
2770         * src/mcs51/gen.c (genCall): added comments, made it look safer
2771         * src/mcs51/gen.c (genEndFunction): simplified
2772
2773 2005-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
2774
2775         * src/mcs51/ralloc.c (serialRegAssign): fixed bug 1189609
2776
2777 2005-04-14 Borut Razem <borut.razem AT siol.net>
2778
2779         * fixed bug 1045046 - SIGSEGV with really simple code?:
2780           src/pic/pcode.c (pCodeInitRegisters)- pseudo stack size increased to 16
2781           src/pic/ralloc.c (typeRegWithIdx) - error message on pseudo stack overflow
2782
2783 2005-04-14 Borut Razem <borut.razem AT siol.net>
2784
2785         * src/pic16/gen.c (genInline), src/pic16/main.c (_process_pragma),
2786           src/pic16/device.h: temporarily disabled experimental #inline pragma
2787           for 2.5.0 release
2788
2789 2005-04-14 Maarten Brock <sourceforge.brock AT dse.nl>
2790
2791         * device/include/z80/stdio.h,
2792         * device/include/z80/string.h: removed these highly incomplete files so
2793           SDCC can use the default ones in device/include/
2794
2795 2005-04-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2796
2797         * src/mcs51/gen.c (genEndFunction): removed unused variable to fix
2798         gcc warning.
2799         * device/lib/Makefile.in: default PORTINCDIR to the mcs51 subdir to
2800         fix sdcpp warnings.
2801
2802 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
2803
2804         * device/include/malloc.h: removed redundant __reentrant prototypes
2805         * device/lib/_mullong.c: added working xstack variant in asm (C version
2806           doesn't pass regression tests)
2807         * device/lib/bpx.c: used __data and made bpx char for mcs51
2808         * src/SDCCast.c (decorateType): removed unused GPTYPE_IDATA,
2809           (createFunction): fixed bug with xstackPtr
2810         * src/SDCCcse.c: corrected comments
2811         * src/SDCCopt.c (convertToFcall): fixed warning in MSVC,
2812           (killDeadCode, eBBlockFromiCode): removed unused code
2813         * src/SDCCsymt.h: removed unused GPTYPE_GPTR and GPTYPE_IDATA,
2814           corrected comments
2815         * src/mcs51/gen.c (aopForSym, aopPut, toBoolean, unsaveRegisters,
2816           assignResultValue, genCall, genFunction, genEndFunction, genAnd,
2817           genOr, genXor, genAddrOf): fixed several bugs concerning xstack
2818           (genModOneByte): fixed warning in MSVC
2819         * src/mcs51/main.c (): added comments
2820         * src/mcs51/peeph.def: changed 129 to 129.a, added 129.b, 129.c & 129.d
2821
2822 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
2823
2824         * src/SDCCmain.c (linkEdit): oops, changed one line too many
2825
2826 2005-04-11 Maarten Brock <sourceforge.brock AT dse.nl>
2827
2828         * src/SDCCmain.c (linkEdit): fixed bug with finding crt0.o for z80
2829
2830 2005-04-10 Vangelis Rokas <vrokas AT users.sourceforge.net>
2831
2832         * src/pic16/glue.c (printIvalChar): fixed bug when emitting
2833         characters arrays of larger size than the declared one.
2834
2835 2005-04-10 Borut Razem <borut.razem AT siol.net>
2836
2837         * src/pic/gen.c (genInline),
2838           src/pic/pcode.c (newpCodeAsmDir), (pCode2str),
2839           (genericPrint), (unlinkpCodeFromBranch), (compareLabel),
2840           (findNextInstruction), (findPrevInstruction),
2841           (findInstructionUsingLabel),
2842           src/pic/pcode.h: fixed bug #1164907 - Labels not being recognized
2843         * src/pic/pcode.c (findLabel): added missing '\n'
2844         * src/src.dsp: added SDCCdwarf2.c to the project
2845
2846 2005-04-09 Borut Razem <borut.razem AT siol.net>
2847
2848         * support/scripts/sdcc.nsi: added include/hc08/* h to NSIS setup
2849
2850 2005-04-08 Raphael Neider <rneider AT web.de>
2851
2852         * src/pic16/pcode.c: added helpers defmapInsertAfter (insert a new item
2853           into the chain after a given one) and mergeDefmapSymbols (combine
2854           defmap entries for each symbol per pcode)
2855         * (createDefmap): have defmap entries merged in the end
2856         * (defmapReplaceSymRef): split defmap entries covering two accesses to
2857           a symbol before replacing one access type's symbol, merge symbols in
2858           the end (replacement symbol might already have an entry)
2859         * (assignValnums): keep reference to written WREG intact
2860
2861 2005-04-08 Raphael Neider <rneider AT web.de>
2862
2863         * src/pic16/pcode.c (struct defmap_s): named anonymous union (for
2864           Alpha)
2865
2866 2005-04-08 Vangelis Rokas <vrokas AT users.sourceforge.net>
2867
2868         * src/pic16/pcode.c (pic16_get_op2): enlarged size of array b to 128
2869         bytes
2870
2871 2005-04-07 Raphael Neider <rneider AT web.de>
2872
2873         * device/include/pic16/usart.h: added compatibility defines for
2874           devices with more than one USART
2875         * device/include/pic16/pic18f[68][567]20.h: activated above defines
2876
2877 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
2878
2879         * device/lib/Makefile.in: updated for port specific include
2880
2881 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
2882
2883         * support/regression/ports/mcs51/spec.mk: added mcs51 include
2884
2885 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
2886
2887         * device/include/8051.h,
2888         * device/include/8052.h,
2889         * device/include/at89S8252.h,
2890         * device/include/at89c55.h,
2891         * device/include/at89x051.h,
2892         * device/include/at89x51.h,
2893         * device/include/at89x52.h,
2894         * device/include/mcs51reg.h,
2895         * device/include/reg51.h,
2896         * device/include/reg764.h,
2897         * device/include/regc515c.h,
2898         * device/include/sab80515.h: (re)moved these 12 files
2899         * device/include/mcs51/8051.h,
2900         * device/include/mcs51/8052.h,
2901         * device/include/mcs51/at89S8252.h,
2902         * device/include/mcs51/at89c55.h,
2903         * device/include/mcs51/at89x051.h,
2904         * device/include/mcs51/at89x51.h,
2905         * device/include/mcs51/at89x52.h,
2906         * device/include/mcs51/mcs51reg.h,
2907         * device/include/mcs51/reg51.h,
2908         * device/include/mcs51/reg764.h,
2909         * device/include/mcs51/regc515c.h,
2910         * device/include/mcs51/sab80515.h: and added them here
2911
2912 2005-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
2913
2914         * device/include/stdarg.h: changed SDCC specific keywords to double
2915           underlined form.
2916         * device/include/stdint.h: changed intptr_t and uintptr_t for others than
2917           mcs51 and ds390.
2918         * device/include/hc08/mc68hc908gp32.h,
2919         * device/include/hc08/mc68hc908jb8.h,
2920         * device/include/hc08/mc68hc908jkjl.h,
2921         * device/include/hc08/mc68hc908qy.h: fixed comments
2922         * device/include/mcs51/README: updated
2923         * device/include/mcs51/c8051f120.h: added PINRSF
2924         * device/lib/pic16/libc/stdlib/crc16.c: fixed comments
2925         * src/pic16/pcode.c: MSVC6 doesn't accept declaring new variables
2926           amidst code. Also inline is not supported.
2927
2928 2005-04-06 Raphael Neider <rneider AT web.de>
2929
2930         * src/pic16/pcode.c (pic16_pCodeReplace): also update pcflow->end
2931         * (createDefmap): fixed CALLs to depend on FSR1 and RETLW to restore
2932           callers stack/frame pointers
2933
2934 2005-04-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
2935
2936         * device/include/pic16/usart.h: added, missing in previous commit,
2937         * device/include/pic16/adc.h: fixed typo,
2938         * device/lib/pic16/libc/utils/cvtdec.S: added missing in previous
2939         commit,
2940         * device/lib/pic16/libc/stdlib/g_ftoa.S: modified to include
2941         <p18fxxx.inc>
2942         * device/lib/pic16/libc/stdio/streams.c: leave stdin, stdout
2943         uninitialized because a bug appears with gplink
2944         * device/lib/pic16/{some makefiles}: moved $(CSTD) from CFLAGS to
2945         COMPILE_FLAGS and added CPPFLAGS with -nostdinc because sdcpp
2946         complains for unrecognised option
2947
2948 2005-04-05 Raphael Neider <rneider AT web.de>
2949
2950         * src/pic16/gen.c (pic16_popCopyReg): made copying work for extended
2951           structs as well (using memcpy)
2952         * (genFunction): fixed comparison, used pCodeOpLabel to reduce warning
2953           on ISRs (GOTO has no label)
2954         * src/pic16/device.h: added OF_OPTIMIZE_DF
2955         * src/pic16/main.c: added compiler switch --optimize-df to enable the
2956           new data flow analysis/optimization
2957         * src/pic16/pcode.c: added (prototypes for and implementation of)
2958           dataflow analysis functions, fixed pCodeInstructions' inCond and
2959           outCond values, made RCALL a branch instruction
2960         * (pic16_unlinkpCode): keep C line if possible
2961         * (pic16_pCodeUnlink): removed cast on left side of assignment, have
2962           C line moved if possible
2963         * (pic16_getRegFrompCodeOp): NEW, improved version of...
2964         * (pic16_getRegFromInstruction,pic16_getRegFromInstruction2): changed
2965           to use new pic16_getRegFrompCodeOp (works for more SFRs)
2966         * (pic16_BuildFlow): fixed skip instructions with label (did not start
2967           new flow)
2968         * (pic16_getJumptabpCode): NEW, needed in...
2969         * (LinkFlow): fixed handling of jumptables, calls and conditional
2970           branches
2971         * (pic16_InsertCommentAfter): NEW
2972         * (pic16_pCodeReplace): made verbose and flow preserving
2973         * (AnalyzeFlow): added call to data flow analysis
2974         * src/pic16/pcode.h: added defmaps to pCodeFlow struct
2975         * src/pic16/pcodeflow.h: added PCC_STATUS to mean all STATUS bits
2976         * src/pic16/ralloc.c (packRegsForAssign): added return 1 in the end
2977
2978 2005-04-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2979
2980         * src/SDCCast.c (decorateType): fixed bug #1105626
2981
2982 2005-04-02 Vangelis Rokas <vrokas AT users.sourceforge.net>
2983
2984         * device/include/asm/pic16/features.h,
2985         * pic18f*.h headers,
2986         * device/include/pic16/adc.h,
2987         * device/include/pic16/delay.h,
2988         * device/include/pic16/i2c.h,
2989         * device/include/pic16/malloc.h,
2990         * device/include/pic16/stdio.h,
2991         * device/include/pic16/stdlib.h,
2992         * device/include/pic16/string.h,
2993         * device/lib/pic16/libc/stdio/printf_tiny.c,
2994         * device/lib/pic16/libc/stdio/printf_small.c,
2995         * device/lib/pic16/libc/stdio/strmgpsim.c,
2996         * device/lib/pic16/libc/stdio/strmmssp.c,
2997         * device/lib/pic16/libc/stdio/strmusart.c,
2998         * device/lib/pic16/libc/stdio/vfprintf.c,
2999         * device/lib/pic16/libc/stdlib/ltoa.c,
3000         * device/lib/pic16/libc/stdlib/putchar.c,
3001         * device/lib/pic16/libc/stdlib/x_ftoa.c,
3002         * device/lib/pic16/libc/stdlib/memchrpgm.c,
3003         * device/lib/pic16/libc/stdlib/memchrram.c,
3004         * device/lib/pic16/libc/stdlib/memcpypgm2ram.c,
3005         * device/lib/pic16/libc/stdlib/memcpyram2ram.c,
3006         * device/lib/pic16/libio/adc/adcbusy.c,
3007         * device/lib/pic16/libio/adc/adcread.c,
3008         * device/lib/pic16/libio/adc/adcsetch.c,
3009         * device/lib/pic16/libio/usart/ubaud.c,
3010         * device/lib/pic16/libio/usart/ubusy.c,
3011         * device/lib/pic16/libio/usart/udrdy.c,
3012         * device/lib/pic16/libio/usart/uopen.c,
3013         * device/lib/pic16/libio/usart/uputc.c,
3014         * device/lib/pic16/libsdcc/gptr/gptrget1.c,
3015         * device/lib/pic16/libsdcc/gptr/gptrget2.c,
3016         * device/lib/pic16/libsdcc/gptr/gptrget3.c,
3017         * device/lib/pic16/libsdcc/gptr/gptrget4.c,
3018         * device/lib/pic16/libsdcc/gptr/gptrput1.c,
3019         * device/lib/pic16/libsdcc/gptr/gptrput2.c,
3020         * device/lib/pic16/libsdcc/gptr/gptrput3.c,
3021         * device/lib/pic16/libsdcc/gptr/gptrput4.c: modified all SDCC
3022         specific keywords to double underlined form,
3023         * device/lib/pic16/libc/Makefile.rules,
3024         * device/lib/pic16/libsdcc/Makefile.rules,
3025         * device/lib/pic16/libm/Makefile,
3026         * device/lib/pic16/libio/Makefile.rules: added CSTD macro in CFLAGS
3027         to compile with C standard set in Makefile.common
3028         * device/lib/pic16/libc/stdlib/Makefile: added new C sources
3029         rand.c and crc.c in compilation process,
3030         * device/lib/pic16/libsdcc/int/divuint.c,
3031         * device/lib/pic16/libsdcc/long/divulong.c: changed declaration of
3032         `c' from signed to unsigned,
3033         * device/lib/pic16/startup/crt0.c,
3034         * device/lib/pic16/startup/crt0i.c,
3035         * device/lib/pic16/startup/crt0iz.c: adopted to all SDCC specific
3036         keywords to double underlined form, bug fixes in _do_cinit function
3037         which prevented the correct initialization of the .idata segment,
3038         * src/pic16/pcoderegs.c (insideLRBlock): fixed a bug that caused the
3039         core to enter a infinite loop
3040         * device/lib/pic16/libc/stdlib/rand.c, crc.c: new files
3041
3042 2005-04-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3043
3044         * src/SDCCicode.c (getArraySizePtr): fixed bug #1122171
3045
3046 2005-04-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3047
3048         * device/include/Makefile.in: add support for hc08 subdirectory
3049         * device/include/hc08/: new subdirectory
3050         * device/include/hc08/mc68hc908jkjl.h: new header contributed by
3051         Lucas Loizaga, thanks!
3052         * device/include/hc08/mc68hc908qy.h,
3053         * device/include/hc08/mc68hc908gp32.h,
3054         * device/include/hc08/mc68hc908jb8.h: moved hc08 register defs to
3055         their own directory. Changed internal macro names to use the compiler
3056         reserved namespace. Changed SDCC specific keywords to double
3057         underlined form.
3058         * device/include/math.h,
3059         * device/include/malloc.h,
3060         * device/include/stdarg.h,
3061         * device/include/stdbool.h
3062         * device/include/string.h,
3063         * device/include/tinibios.h,
3064         * device/include/ds400rom.h,
3065         * device/include/8051.h,
3066         * device/include/8052.h,
3067         * device/include/80c51xa.h,
3068         * device/include/at89c55.h,
3069         * device/include/at89S8252.h,
3070         * device/include/at89x51.h,
3071         * device/include/at89x52.h,
3072         * device/include/ds80c390.h,
3073         * device/include/reg764.h,
3074         * device/include/regc515c.h,
3075         * device/include/sab80515.h,
3076         * device/include/mcs51/c8051f000.h,
3077         * device/include/mcs51/c8051f018.h,
3078         * device/include/mcs51/c8051f020.h,
3079         * device/include/mcs51/c8051f040.h,
3080         * device/include/mcs51/c8051f060.h,
3081         * device/include/mcs51/c8051f120.h,
3082         * device/include/mcs51/c8051f300.h,
3083         * device/include/mcs51/c8051f310.h,
3084         * device/include/mcs51/c8051f320.h,
3085         * device/include/mcs51/c8051f330.h,
3086         * device/include/mcs51/c8051f350.h,
3087         * device/include/z180.h: Changed SDCC specific keywords to double
3088         underlined form.
3089
3090 2005-03-31 Vangelis Rokas <vrokas AT users.sourceforge.net>
3091
3092         * src/pic16/device.c (Pics16[]): added devices 18F2550, 18F4331,
3093         18F4455,
3094         * (pic16_assignConfigWordValue): disable testing of configuration
3095         register value with config mask,
3096         * src/pic16/gen.c (pic16_testStackOverflow): prefix stack test
3097         function with port->fun_prefix,
3098         * (genFunction): when generating a naked interrupt function never
3099         create an absolute segment placed in interrupt vector address, place
3100         the actual interrupt function at IVA instead, when an interrupt
3101         function is generated with unspecified interrupt then do not create
3102         the absolute section,
3103         * (genGenPointerGet, genGenPointerSet, genPackBits): replace all
3104         code for generating a call to generic pointer get/put function with
3105         a call to function pic16_callGenericPointer(),
3106         * src/pic16/genutils.c (pic16_callGenericPointerRW): NEW, generates
3107         the call to the generic pointer get/put functions with prefixing the
3108         function name with port->fun_prefix,
3109         * src/pic16/glue.c (pic16glue): ifdef-out test of OF_LR_SUPPORT,
3110         * src/pic16/main.c (_process_pragma): prefix function with
3111         port->fun_prefix,
3112         * (_pic16_finaliseOptions): define macro __18Fxxxx macro when
3113         calling assembler, old 18Fxxxx macro is deprecated,
3114         * src/pic16/pcode.c (unlinkpCodeFromBranch): added PC_INLINE and
3115         PC_ASMDIR in while condition,
3116         * (findInstruction): add PC_ASMDIR in while condition,
3117         * (buildCallTree): prefix main with port->fun_prefix,
3118         * (pic16_pCode2str): fixed bug that didn't emit the memory access
3119         identifier for variable with banked access in instructions BTFSS,
3120         BTFSC, BCF, BSF, BTG
3121         * (AnalyzeFlow): moved call to OptimizepCode to pic16_AnalyzeBanking,
3122         * src/pic16/pcodepeep.c (pCodeOpCompare): increase size of b to 1024,
3123         * src/pic16/pcoderegs.c (pic16_pCodeRegoptimizeRegUsage): don't
3124         perform optimization when enviroment variable NO_REG_OPT is set,
3125         * (insideLRBlock): NEW, return 1 if register is inside an
3126         INF_LOCALREGS block,
3127         * (RemoveRegFromLRBlock): remove a register that is completely
3128         eliminated by register optimization, but it is still left in local
3129         register store/restore in/from stack block,
3130         * (Remove2pcodes): after removing register, check to see if it
3131         should be removed from local register store/restore in/from stack
3132         block,
3133         * src/pic16/ralloc.c (pic16_decodeOp): added decode for
3134         DUMMY_READ_VOLATILE,
3135
3136         * device/include/pic16/adc.h: minor prototype modifications and
3137         update,
3138         * device/include/pic16/malloc.h: added GPL notice various
3139         modifications,
3140         * device/include/pic16/stdint.h: NEW, standard header for ints
3141         * device/include/pic16/delay.h: NEW, header for delay functions,
3142         delay10tcy, delay100tcy, delay1ktcy, delay10ktcy, delay100ktcy,
3143         delay1mtcy,
3144         * device/include/pic16/signal.h: NEW, header providing helper macros
3145         for implementing signal handlers,
3146         * device/include/pic16/stdio.h: added prototypes for functions,
3147         printf, vprintf, sprintf, vsprintf, fprintf, vfprintf. Added
3148         prototypes for stdin and stdout, added macro PUTCHAR to
3149         automatically implement putchar function prototype,
3150         * device/include/pic16/usart.h: modified and updated USART library,
3151         * device/lib/pic16/libio/adc/,
3152         * device/lib/pic16/libio/i2c: some modifications to improve library
3153         performance,
3154         * device/lib/pic16/libc/stdio/: modifications for the new printf*
3155         family of functions,
3156         * device/lib/pic16/libc/stdlib/: various modifications in the malloc
3157         family of functions and other sources,
3158         * device/lib/pic16/libio/usart/: NEW, c sources for the usart module
3159         of the PIC18Fxx[28] devices,
3160         * device/lib/pic16/libc/delay/: NEW, c sources for the delay functions,
3161         * device/lib/pic16/libc/utils/: minor modifications in the .S sources,
3162         * device/lib/pic16/startup/{crt0i.c, crt0iz.c}: redesign of the
3163         _do_cinit function, because the previous failed when local variables
3164         where not placed in the same memory bank,
3165         * device/lib/pic16/libsdcc/char/: various modifications to improve
3166         library performance,
3167         * doc/sdccman.lyx: some reorganization of the PIC16 part, added many
3168         information on the new functions of the c library and more...
3169
3170 2005-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3171
3172         * src/SDCCBBlock.c (iCodeBreakDown): fixed bug #1170212
3173
3174 2005-03-26 Raphael Neider <rneider AT web.de>
3175
3176         * src/pic16/gen.c (genSkipc): fixed semantics (execute branch
3177           if condition == CARRY)
3178         * (genCmp): adapted to new genSkipc semantics
3179         * src/pic16/genutils.c (pic6_genCmp_special): removed side effect
3180           on rIfx (genCmp was broken)
3181
3182 2005-03-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3183
3184         * src/SDCCmain.c (setDefaultOptions, optionsTable[], parseCmdLine),
3185         * src/z80/main.c (_keywords[]),
3186         * src/SDCCglobal.h (struct options),
3187         * src/SDCC.y,
3188         * src/SDCC.lex (isTargetKeyword, doPragma, pragma_tbl[]): new pragmas
3189         to enable/disable SDCC and C99 extensions/keywords (std_c89, std_sdcc89,
3190         std_c99, std_sdcc99). Also, equivalent command line options (--std-c89,
3191         --std-sdcc89, --std-c99, --std-sdcc99). SDCC specific keywords are
3192         always available in leading double underscore form. The C99 support is
3193         mostly missing, but it's a start.
3194         * support/regression/tests/bug-227710.c: fixed nonconforming use of
3195         reserved identifier "__data".
3196
3197 2005-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
3198
3199         * src/mcs51/peeph.def: fixed bug 1170013
3200
3201 2005-03-22 Maarten Brock <sourceforge.brock AT dse.nl>
3202
3203         * device/include/mcs51reg.h: fixed bug 842007
3204
3205 2005-03-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3206
3207         * src/SDCCcflow.c (dfNumCompare): committed the wrong version of this
3208         last time.
3209
3210 2005-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3211
3212         * src/port.h (struct PORT),
3213         * src/avr/ralloc.c (avr_assignRegisters),
3214         * src/avr/main.c,
3215         * src/ds390/ralloc.c (ds390_assignRegisters),
3216         * src/ds390/main.c,
3217         * src/hc08/ralloc.c (hc08_assignRegisters),
3218         * src/hc08/main.c,
3219         * src/mcs51/ralloc.c (mcs51_assignRegisters),
3220         * src/mcs51/main.c,
3221         * src/pic/ralloc.c (pic14_assignRegisters),
3222         * src/pic/main.c,
3223         * src/pic16/ralloc.c (pic16_assignRegisters),
3224         * src/pic16/main.c,
3225         * src/xa51/ralloc.c (xa51_assignRegisters),
3226         * src/xa51/main.c,
3227         * src/z80/ralloc.c (z80_assignRegisters),
3228         * src/z80/ralloc.h,
3229         * src/SDCCopt.c (eBBlockFromiCode, replaceRegEqv, killDeadCode),
3230         * src/SDCCcse.c (ifxOptimize, cseBBlock, cseAllBlocks),
3231         * src/SDCCcse.h,
3232         * src/SDCCdflow.c (computeDataFlow),
3233         * src/SDCCdflow.h,
3234         * src/SDCCloop.c (addDefInExprs, loopInvariants, loopOptimizations),
3235         * src/SDCCloop.h,
3236         * src/SDCCcflow.c (*),
3237         * src/SDCCcflow.h,
3238         * src/SDCCBBlock.c (iCodeBreakDown, dumpEbbsToFileExt, eBBWithEntryLabel),
3239         * src/SDCCBBlock.h (struct ebbIndex): new struct that keeps two copies
3240         of the eBBlock list, sorted by both bbnum and dfnum. (fixes bug with
3241         immedDom() returning wrong block; probably fixes bug #1160833)
3242
3243 2005-03-20 Borut Razem <borut.razem AT siol.net>
3244
3245         * support/scripts/inc2h.pl: WIN32 port
3246
3247 2005-03-19 Maarten Brock <sourceforge.brock AT dse.nl>
3248
3249         * device/lib/makefile.in: added abs.c and labs.c
3250
3251 2005-03-17 Maarten Brock <sourceforge.brock AT dse.nl>
3252
3253         * device/include/stdint.h: added
3254         * device/lib/abs.c: added
3255         * device/lib/labs.c: added
3256         * device/include/stdlib.h: added abs() and labs() prototypes
3257         * device/lib/libsdcc.lib: added abs and labs
3258         * device/include/float.h,
3259         * device/lib/_fsmul.c,
3260         * device/lib/printf_fast.c,
3261         * device/lib/printf_tiny.c: updated comments
3262
3263 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3264
3265         * src/SDCCicode.c (geniCodeSwitch, geniCodeJumpTable): fixed
3266         bug #1164313
3267
3268 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3269
3270         * src/SDCCcse.c (cseBBlock): retain assignment to self when volatile
3271         * src/SDCCast.c (isLoopCountable): fixed bug #1161985
3272
3273 2005-03-15 Maarten Brock <sourceforge.brock AT dse.nl>
3274
3275         * device/lib/printf_large.c: removed inline assembly for portability and
3276           readability. Use printf_fast if speed or size are more important.
3277         * src/pic16/gen.c: removed conditions around use of DEBUGpc
3278         * src/pic16/genutils.h: added define for DEBUGpc for MSVC
3279
3280 2005-03-15 Vangelis Rokas <vrokas AT users.sourceforge.net>
3281
3282         * src/pic16/genutils.c (pic16_genCmp_special): initialized offs to
3283         prevent compiler warning
3284
3285 2005-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
3286
3287         * device/lib/pic16/startup/crt0i.c (_cinit): local variables where
3288         moved to level 0 and declared as static. Also they are explicit
3289         placed in access bank. This was necessery because some times they
3290         might cross memory bank boundaries. crt0iz.c is *NOT* updated!!!
3291         * src/pic16/device.h: added flag OPTIMIZE_CMP to enable some compare
3292         optimizations. Currently only compare to unsigned char is implemented,
3293         * src/pic16/gen.c: added fReturnIdx array,
3294         * (struct resolvedIfx) is moved to gen.h and made public,
3295         * (struct _G): added sregsAlloc and sregsAllocSet fields,
3296         * (aopForSym): added an optimization to directly store in stack of
3297         the operand of a SEND iCode,
3298         * (pic16_aopOp): don't return return registers as strings (AOP_STR)
3299         but as registers instead (AOP_REG) using the fReturnIdx array,
3300         * (pic16_freeAsmop): remove the freed register from the
3301         _G.sregsAlloc field,
3302         * (pic16_aopGet): in case AOP_STR, the compare to 'a' is changed to
3303         a compare of 'WREG',
3304         * (pic16_popGetTempRegCond): changed function prototype, now
3305         function takes also a bitVector argument v which holds the current
3306         set of registers that are allocated for stack access by aopForSym,
3307         registers allocated in aopForSym for accessing stack symbols are not
3308         any more part of the functions usedRegs field,
3309         * (genCall): some times aopOp is called for a stack variable to be
3310         send, aopForSym might perform the push, if this is true make sure
3311         that genCall doesn't push the variable twice by testing _G.resDirect,
3312         * (genFunction): changed testing for unspecified interrupt number
3313         from 256 to INTNO_UNSPEC,
3314         * modified selection scheme of frame pointer generation. Previously
3315         if function did use local registers a frame pointer was generated,
3316         now a frame pointer is generated only if function has arguments
3317         (that need PLUSW2 register access), or has stack arguments, or the
3318         compiler is not instructed to omit the frame pointer,
3319         * (genEndFunction): before restoring local registers that were saved
3320         in the function preamble, also restore the registers that *might*
3321         have been allocated for stack access,
3322         * (genRet): removed some old comments,
3323         * (genCmp, the active (RN's) version): added a call to the
3324         pic16_genCmp_special function to perform the compare with a more
3325         robust and optimized way,
3326         * (genInline): a feature has been added in inline code generation,
3327         which allows a wildcard variable substitution when writing inline
3328         assembly. Code is incomplete and experimental therefore undocumented,
3329         * (genCast): changed order of aopOp for result and right to allow
3330         aopForSym to directly load the result if possible,
3331         * src/pic16/genutils.c (selectCompareOp, pic16_genCmp_special): NEW,
3332         perform an optimized compare on some selected special occasions,
3333         * src/pic16/genutils.h: declaration of resolvedIfx structure from gen.c,
3334         * src/pic16/glue.c (pic16createInterrupVect): make sure we never
3335         generate an IVT any more,
3336         * src/pic16/main.c (pic16_optionsTable): added command line option
3337         --optimize-cmp,
3338         * (_pic16_initPaths): when calling C preprocessor define pic18fXXXX
3339         macro too, when calling assembler define pic18fXXXX *and* __18Fxxxx
3340         macros,
3341         * src/pic16/NOTES: Raphael Neider added in list of active developers
3342         * src/pic16/pcode.c (OPT_TYPE_STR): added strings jumptable_begin and
3343         jumptable_end to prevent bug #,
3344         * (pic16_pciADDWFC, ADDFWC, COMF, CLRF): added some missing flags in
3345         inCond and outCond fields,
3346         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): add a fix for bug #,
3347         * src/pic16/ralloc.c (serialRegAssign): explicit set willCS to 0 to
3348         turn off register spilling,
3349         * (packRegsForOneUse): synced with other ports' versions although it
3350         is not used currently,
3351         * (pic16_packRegisters): added an optimization while reading
3352         structure bitfields, some registers may be saved (malloc code is
3353         decreased by 80 bytes)
3354
3355 2005-03-12 Vangelis Rokas <vrokas AT users.sourceforge.net>
3356
3357         * src/SDCCcse.c (cseBBlock): inside 'do operand lookup' loop test if
3358         left is a bitfield, if yes, then don't optimize assignment. Perhaps
3359         this can be optimized more?
3360
3361 2005-03-10 Raphael Neider <rneider AT web.de>
3362
3363         * src/pic16/gen.c (pic16_loadFSR0, genPackBits, genUnpackBits,
3364           genNearPointerGet): (hopefully) fixed access to bitfields via
3365           pointers (p->bitN = x; and x = p->bitN; failed)
3366
3367 2005-03-09 Paul Stoffregen <paul AT pjrc.com>
3368
3369         * device/lib/printf_fast.c: fix leading zero format, eg "%02d"
3370
3371 2005-03-09 Raphael Neider <rneider AT web.de>
3372
3373         * src/SDCCopt.c (killDeadCode): fixed bug #1156016
3374
3375 2005-03-06 Maarten Brock <sourceforge.brock AT dse.nl>
3376
3377         * src/SDCCicode.h: moved CRITICAL and ENDCRITICAL from SKIP_IC2 to SKIP_IC
3378         * src/mcs51/ralloc.c (willCauseSpill): added check for REG_BIT type,
3379           (regTypeNum): set REG_BIT type if necessary
3380         * src/mcs51/ralloc.h: added define REG_BIT, used to fix bug 1144613
3381         * support/regression/tests/critical.c: check bug 1144613
3382
3383 2005-03-02 Raphael Neider <rneider AT web.de>
3384
3385         * src/pic16/gen.c (genRightShiftLiteral): fixed bug #1154256
3386
3387 2005-02-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3388
3389         * src/avr/ralloc.c (serialRegAssign),
3390         * src/ds390/ralloc.c (serialRegAssign),
3391         * src/hc08/ralloc.c (serialRegAssign),
3392         * src/mcs51/ralloc.c (serialRegAssign),
3393         * src/pic/ralloc.c (serialRegAssign),
3394         * src/pic16/ralloc.c (serialRegAssign),
3395         * src/xa51/ralloc.c (serialRegAssign),
3396         * src/z80/ralloc.c (serialRegAssign): fixed bug #1105154
3397
3398 2005-02-22 Maarten Brock <sourceforge.brock AT dse.nl>
3399
3400         * src/SDCCast.c (decorateType): fixed bug 1124787
3401
3402 2005-02-20 Hubert Sack <sack AT digiplan.de>
3403         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3404
3405         * src/mcs51/peeph.def: added peepholes 3.h-k and 132.a-f from
3406         patch #1121755
3407
3408 2005-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3409
3410         * src/SDCCpeeph.def: new keyword "labelRefCountChange" which allows peepholes
3411         to keep the correct label reference count when adding/removing references
3412         to labels. A peephole file using this is appended to patch #1144962.
3413
3414 2005-02-14 Raphael Neider <rneider AT web.de>
3415
3416         * device/lib/pic16/libc/string/memccpy.c: changed 3rd argument to char
3417         * src/SDCC.lex (process_pragma): fixed to make disable_warning work for PIC16
3418         * src/pic16/gen.c (aopForSym, calls to pic16_aopOp): prevent unneccessary
3419           retrievals of result operand's value on assignment
3420
3421 2005-02-13 Vangelis Rokas <vrokas AT otenet.gr>
3422
3423         * device/include/pic16/string.h: modified prototype for memccpy()
3424         to memccpy(void *, void *, char, size_t)
3425         * src/pic16/gen.c (genFunction, genEndFunction): reenable if-case to
3426         check whether to omit frame pointer or not,
3427         * (genInline): convert all occurences of "\n" to LF in inline
3428         assembler blocks, this helps formatting the inline text,
3429         * (pic16_loadFSR0): modified prototype,
3430         * (genNearPointerGet, genNearPointerSet): reorganization of code,
3431         removed some 8051 legacy code,
3432         * (genPackBits): enabled handling bitfields exceeding one byte in size,
3433         * src/pic16/ralloc.c (pic16_assignRegisters): clear dynrIdx variable
3434         before allocating temporary registers in functions,
3435
3436 2005-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
3437
3438         * support/regression/tests/bitvars.c: corrected the "fix"
3439
3440 2005-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
3441
3442         * support/regression/tests/bitvars.c,
3443         * support/regression/tests/bitwise.c,
3444         * support/regression/tests/rotate.c: "fixed" problems on Alpha
3445
3446 2005-02-10 Raphael Neider <rneider AT web.de>
3447
3448         * src/pic16/pcode.c (assignToSameBank) : fixed cast to pointer of
3449           different size for Alpha
3450         * src/pic16/gen.c (genCmpEq) : improved compare with 0
3451
3452 2005-02-09 Raphael Neider <rneider AT web.de>
3453
3454         * src/SDCC.lex(doPragma) : save and restore warning options as well
3455           (also added new stack plus clone- and copyAndFreeSDCCERRG())
3456         * have #pragma less_pedantic set the errorlevel to WARNING
3457           (fixes #1117001)
3458         * (cloneOptimize) : fixed wrong malloc's size
3459         * support/Util/SDCCerr.[ch] : made SDCCERRG globally accessible to
3460           facilitate correct handling of #pragma (save|restore)
3461
3462 2005-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
3463
3464         * src/mcs51/gen.c: removed non-standard C nameless struct/union
3465
3466 2005-02-04 Slade Rich <slade_rich AT users.sourceforge.net>
3467
3468         * src/pic/gen.c : Fix for bugs #1080519 & #1115662.
3469
3470 2005-02-03 Maarten Brock <sourceforge.brock AT dse.nl>
3471
3472         * device/include/mcs51/c8051f120.h: added declarations for sbit port 2,3&4
3473
3474 2005-02-02 Raphael Neider <rneider AT web.de>
3475
3476         * src/SDCCast.c (processParms): disabled W_NONRENT_ARGS for pic16 port
3477         * src/pic16/gen.c (aopForSym): reenabled special case for function pointers
3478         * (pic16_storeForReturn): fixed to allow returning function pointers
3479         * (genPackBits): improved accessing full bytes, implemented for GPOINTERs
3480         * device/include/pic16/{stddef.h,stdbool.h}: added
3481
3482 2005-02-02 Maarten Brock <sourceforge.brock AT dse.nl>
3483
3484         * device/include/mcs51/c8051f040.h: added define CPT2_PAGE
3485
3486 2005-02-01 Slade Rich <slade_rich AT users.sourceforge.net>
3487
3488         * src/pic16/pic16.dsp : Added file graph.c to make it compile under windows
3489         * src/pic16/Makefile.bcc : Do not use this file but added file graph.c as it
3490          appeared to be required
3491
3492 2005-01-31 Borut Razem <borut.razem AT siol.net>
3493
3494         * support/scripts/sdcc.nsi: added include/asm/ds390, include/asm/mcs51,
3495           include/mcs51 and include/z80 directories to the package
3496
3497 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3498
3499         * src/hc08/gen.c (genFunction): fixed bug #1112752
3500
3501 2005-01-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3502
3503         * src/mcs51/peeph.def: adapted peephole 258.x to changed gen.c (genAnd)
3504
3505 2005-01-29 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3506
3507         * src/mcs51/gen.c (genAnd): accessing LSB/MSB by rotating acc
3508
3509 2005-01-29 Maarten Brock <sourceforge.brock AT dse.nl>
3510
3511         * device/include/Makefile.in: create/copy mcs51 and z80 include subdirs
3512
3513 2005-01-27 Maarten Brock <sourceforge.brock AT dse.nl>
3514
3515         * device/include/c8051fxxx.h: removed these 6 files
3516         * device/include/mcs51/c8051fxxx.h: added these 11 new files
3517
3518 2005-01-26 Raphael Neider <rneider AT web.de>
3519
3520         * src/pic16/gen.c (genAssign): fixed assignment from longs
3521           in codespace (were cut to three bytes)
3522         * (genDummyRead): implemented (except for CODESPACE...),
3523           fixed bug #1108575
3524         * src/pic16/glue.c (emitStatistics): beautified
3525         * device/lib/pic16/libm/Makefile: added include path
3526
3527 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3528
3529         * src/z80/gen.c (aopPut): fixed bug #1103902
3530
3531 2005-01-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3532
3533         * device/lib/expf.c: fixed bug #1095792
3534
3535 2005-01-24 Vangelis Rokas <vrokas AT otenet.gr>
3536
3537         * device/lib/pic16/libm: added Math library sources
3538
3539 2005-01-24 Raphael Neider <rneider AT web.de>
3540
3541         * src/pic16/pcode.h: added second memory operand to pCodeOpReg
3542           to enable upcast to pCodeOpReg2 (there is no type tag to
3543           differenciate the two and pic16_popGet2p cast into PCOR2)
3544         * src/pic16/main.c (_process_pragma): fixed another malloc bug
3545           (sizeof(sectNames) changed to sizeof(sectName))
3546           Both patches fix segfaults under MinGW.
3547
3548 2005-01-23 Raphael Neider <rneider AT web.de>
3549
3550         * src/pic16/{device.c,pcode.c}: s/free/Safe_free/g for
3551           Safe_[mc]?alloc()'ed variables
3552         * src/pic16/gen.c (pic16_aopOp,pic16_popGet): added handling
3553           of (byte sized) temporaries (assign them to WREG for now)
3554         * src/pic16/main.c (_process_pragma): fixed nasty malloc bug
3555           (used sizeof(set *sectSyms) instead of sizeof(struct sectSym)),
3556           this might fix SIGSEGVs on MinGW...
3557         * src/SDCCopt.c (killDeadCode): restored original behaviour
3558           (volatile operands might get thrown away though)
3559
3560 2005-01-23 Vangelis Rokas <vrokas AT otenet.gr>
3561
3562         * src/pic16/gen.c: fixed bug #1106975,
3563         * src/pic16/gen.c: fixed possible bug #1102572, now during TOS
3564         pointer update, INTCON is saved, global interrupts are disabled and
3565         restored after updateing TOS.
3566         * src/SDCC.y, src/SDCC.lex, src/SDCCsymt.c, src/SDCCsymt.h:
3567         * added function attribute 'shadowregs' to take advantage of shadow
3568         registers,
3569         * added function attribute 'wparam' as an alternative to the wparam
3570         pragma,
3571         * support/Utils/SDCCerr.[ch]: added error E_SHADOWREGS_NO_ISR when
3572         user declares a non-ISR function as 'shadowregs',
3573         * doc/sdccman.lyx: updated to reflect recent changes of pic16 port
3574
3575 2005-01-22 Vangelis Rokas <vrokas AT otenet.gr>
3576
3577         * .version: bumped version number to 2.4.8
3578         * device/lib/pic16/pics.all: list of PIC18F devices supported by
3579         pic16 port,
3580         * device/lib/pic16/libio/i2c/: I2C module support library,
3581         * device/include/pic16/i2c.h: I2C support library header,
3582         * device/lib/pic16/libc/stdio/: standard IO support sources,
3583         * (printf_small.c): printf_small() source, supports float print,
3584         * (printf_tiny.c): printf_tiny() source, does not support floats,
3585         * device/lib/pic16/Makefile.common.in: added OPT_FLAGS macro to
3586         enable global optimizations for entire library source, other
3587         Makefiles in the source tree are also modified to reflect this,
3588         * device/lib/pic16/libc/stdlib/putchar.c (putchar): dummy putchar()
3589         function,
3590         * doc/sdccman.lyx: updated to reflect new changes,
3591         * src/pic16/gen.c (aopForSym): don't handle sym->iaccess in
3592         sym->onStack if-case,
3593         * src/pic16/main.c (_pic16_keywords): commented out keywords bit,
3594         sbit, idata, _idata, xdata, _xdata,
3595         * added pragma library, to link an external library, (see doc),
3596         * removed command line options, --pomit-config-words, --pomit-ivt,
3597         --pleave-reset-vector,
3598         * (pic16_finaliseOptions): when define macro SDCC_MODEL_{SMALL/LARGE}
3599         when calling assembler to reflect memory model used, also define
3600         macro STACK_MODEL_{SMALL/LARGE} when compiling and assembling to
3601         reflect stack model used,
3602         * src/pic16/ralloc.c (pic16_allocDirReg): when operand is allocated
3603         on stack return NULL,
3604
3605 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
3606
3607         * src/SDCCopt.c (killDeadCode): do not throw iCodes away if one
3608           of the operands is volatile. Fixes #1020220
3609
3610 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
3611
3612         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): reenabled optimization
3613         * (OptimizeRegUsage): make sure that there is really no other flow where
3614           the first pCode is used
3615
3616 2005-01-22 Raphael Neider <rneider AT web.de>
3617
3618         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): disabled optimization
3619           to fix #1106967 (pCode->seq are not set up correctly)
3620
3621 2005-01-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3622
3623         * src/SDCCglue.c (glue): make sure code area is declared before the
3624         static initialization area.
3625
3626 2005-01-21 Raphael Neider <rneider AT web.de>
3627
3628         * device/lib/Makefile.in: fixed test for pic16 install dir
3629         * device/lib/pic16/*/Makefile*: modified compile flags to enable
3630           optimizations
3631         * doc/sdccman.lyx: updated banksel optimization, removed --flr-support and
3632           added --optimize-goto compiler switch and pragma wparam documentation
3633         * src/pic16/pcode.c (pic16_OptimizeBanksel): removed statistics dump
3634         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed copying of WREG, PRODL
3635           and PRODH closing bug #1071770 (peephole optimizer)
3636
3637 2005-01-19 Raphael Neider <rneider AT web.de>
3638
3639         * src/SDCCglobl.h: ensure that PATH_MAX >= 2048 to guarantee
3640           cmdLine buffers (used when calling sdcpp...) are large enough
3641           (MAX_PATH=256 truncates arguments leading to system halts when
3642           used in MinGW...)
3643         * src/pic16/gen.c (pic16_sameRegs): relaxed size criterion
3644         * (genUminus): rewritten to for efficiency
3645         * (genNearPointer[GS]et): enforce reloading of FSR0 (was still
3646           used uninitialized in some cases)
3647         * (genCast): upcasting a 16bit int to a 24bit GPOINTER may not
3648           copy the third byte from the int -- now assumes 0x80 (data memory)
3649         * src/pic16/genarith.c (pic16_genPlus): fixed bug when swapping
3650           operands (genAddLit expects the iCode's operands to swapped as
3651           well), fixed leftover bytes (crashed for short left operands)
3652         * (pic16_genMinusDec): performance improvements, removed false
3653           PIC14 emitSKPNCs
3654         * (pic16_genMinus): fixed to cope with differently sized operands
3655         * src/pic16/glue.c (pic16_glue): added new banksel optimization
3656           for --obanksel > 1
3657         * src/pic16/pcode.c: implemented (first phase of) banksel optimization
3658         * src/pic16/graph.[ch]: implementation of directed graphs, used by
3659           new banksel optimization
3660         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): prevented
3661           analysis for temporary registers (segfaults...)
3662         * src/pic16/peeph.def: added rule
3663
3664 2005-01-18 Vangelis Rokas <vrokas AT otenet.gr>
3665
3666         * device/lib/pic16/libc/stdlib/x_ftoa.c: it defines x_ftoa function
3667         which converts a float number to its ASCII representation
3668         * device/lib/pic16/libc/utils/cnvfrac.S,cnvint.S: support
3669         functions to convert the fractional and integer part of a float to ASCII,
3670         * device/lib/pic16/libc/stdlib/(calloc.c,free.c, malloc.c,
3671         realloc.c): added _MALLOC_SPEC to explicit place variables in data
3672         ram
3673         * device/include/asm/pic16/features.h: added _CODE, _DATA, _AUTOMEM,
3674         _STATMEM macros,
3675         * device/include/pic16/adc.h: added GPL info,
3676         * src/pic16/gen.c (genIfxpCOpJump): perform an genIfxJump but using
3677         a pCodeOp as tested operand,
3678         * (genNearPointerGet): optimized bit testing, does not use
3679         intermediate register for bit value, test directly instead with
3680         BTFSS, BTFSC, works only for single bits,
3681         * (genpic16Code): dump the name of the iCode in the asm,
3682         * src/pic16/ralloc.c (decodeOp): removed static declaration and
3683         renamed to pic16_decodeOp,
3684         * (serialRegAssign): do not allocate a temporary register for iCode
3685         sequences that test a single bit for 1/0
3686
3687 2005-01-12 Vangelis Rokas <vrokas AT otenet.gr>
3688
3689         * src/pic16/pcode.[ch]: introduced pic16_stackpnt_*,
3690         pic16_framepnt_*, pic16_stack_*, pic1_frame_* pointer variables to
3691         access stack and frame pointers. They are initially assigned to
3692         point at pic16_pc_fsr1[lh] and pic16_pc_fsr2[lh] variables and other
3693         accessing SFRs. Updated all occurences of modification of stack or
3694         frame pointer in gen.c and pcode.c,
3695         * src/pic16/ralloc.c (serialRegAssign): fixed two bugs with
3696         assigning of a literal value to pointers,
3697         * src/pic16/main.c (pic16_finiliseOptions): set pre-processor define
3698         flag STACK_MODEL_SMALL or STACK_MODEL_LARGE according to the model
3699         selected
3700
3701 2005-01-11 Vangelis Rokas <vrokas AT otenet.gr>
3702
3703         * doc/sdccman.lyx: update documentation about stack pragma, added
3704         some info for stack memory models
3705
3706 2005-01-08 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3707
3708         * src/pic16/gen.c (DEBUGpc): MSVC 6 does not support macro variable arguments
3709
3710 2005-01-08 Raphael Neider <rneider AT web.de>
3711
3712         * src/pic16/device.c (pic16_dump_usection): changed naming scheme for
3713           udata sections to fix bug #1097823
3714
3715 2005-01-05 Raphael Neider <rneider AT web.de>
3716
3717         * src/pic16/gen.c (genGenericShift): added handling of differently
3718           sized left operand and result
3719
3720 2005-01-04 Raphael Neider <rneider AT web.de>
3721
3722         * src/pic16/gen.c (genIfxJump): fixed inverted skips on CARRY
3723         * (genIfx): fixed (?) read from uninitialized SPIL_LOC (now assumes CARRY
3724           to hold the condition bit)
3725         * added new version of genCmp (old code available via #define)
3726         * added new version of genShiftLeft/genShiftRight in a generic
3727           way, now supports shifting by negative values
3728         * (genLeftShiftLiteral, genRightShiftLiteral): use absolute value of
3729           shiftCount (expected by genGenericShift)
3730         * src/pic16/genarith.c (genPlus): added code for adding CARRY+literal
3731         * src/pic16/pcode.c (pic16_OptimizeJumps): removed annoying statistics
3732           dump
3733         * (pic16_newpCodeOpLit): changed to cast to unsigned char (as e.g. -32766
3734           is an invalid literal too...)
3735
3736 2005-01-04 Vangelis Rokas <vrokas AT otenet.gr>
3737
3738         * src/pic16/gen.c (aopForSym, genEndFunction): applied some fixes
3739         from Raphael Neider,
3740         * src/pic16/pcode.c (pic16_newpCodeOpLit): removed casting to char
3741         for 8-bit literals. This fixes some literal operands which are sign
3742         extended to 16-bits ints when instruction needs only 8-bits.
3743
3744 2004-12-31 Paul Stoffregen <paul AT pjrc.com>
3745
3746         * device/lib/logf.c: added mcs51 assembly version
3747         * device/lib/expf.c: added mcs51 assembly version
3748         * device/lib/_logexpf.c: new shared asm code for expf and logf
3749         * device/include/math.h: add defines for assembly math library
3750         * device/lib/Makefile.in: build new _logexpf.c
3751         * device/lib/libfloat.lib: use new _logexpf.c
3752
3753 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
3754
3755         * src/pic/device.c
3756         * src/pic/pcode.c : adjusted internal stack and pre-allocated registers for
3757           device types which have less than 0x7f registers.
3758
3759 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
3760
3761         * src/pic/genarith.c : Fixed problem with subtraction where the result would not be updated when borrowing.
3762
3763 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
3764
3765         * device/lib/printf_fast.c: only build on supported arch.
3766         * device/lib/printf_tiny.c: only build on supported arch.
3767         * device/lib/printf_fast_f.c: only build if asm float lib
3768         * device/lib/_fsget1arg.c: only build if asm float lib
3769         * device/lib/_fsget2args.c: only build if asm float lib
3770         * device/lib/_fsnormalize.c: only build if asm float lib
3771         * device/lib/_fsreturnval.c: only build if asm float lib
3772         * device/lib/_fsrshift.c: only build if asm float lib
3773         * device/lib/_fsswapargs.c: only build if asm float lib
3774         * device/include/stdio.h: don't provide print_fast,
3775           print_fast_f, print_tiny prototypes if --xstack used
3776
3777 2004-12-28 Maarten Brock <sourceforge.brock AT dse.nl>
3778
3779         * device/lib/sincosf.c (sincosf): don't invert bit/bool by ~
3780         * support/regression/ports/mcs51-stack-auto/spec.mk: added new _fs.. files
3781           to the SOURCES
3782
3783 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
3784
3785         * device/lib/printf_fast_f.c: same as printf_fast, but
3786           with floating point enabled
3787         * device/lib/printf_fast.c: minor tweaks
3788         * device/include/stdio.h: add printf_fast_f
3789
3790 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
3791
3792         * src/SDCCmain.c: make --float-reent default for mcs51
3793         * device/lib/_fsadd.c: added mcs51 assembly version
3794         * device/lib/_fssub.c: added mcs51 assembly version
3795         * device/lib/_fsmul.c: added mcs51 assembly version
3796         * device/lib/_fsdiv.c: added mcs51 assembly version
3797         * device/lib/_fseq.c: added mcs51 assembly version
3798         * device/lib/_fsneq.c: added mcs51 assembly version
3799         * device/lib/_fsgt.c: added mcs51 assembly version
3800         * device/lib/_fslt.c: added mcs51 assembly version
3801         * device/lib/_fscmp.c: shared code for fseq,fsgt,fslt,fsneq
3802         * device/lib/Makefile.in: add _fscmp to build
3803         * device/lib/libfloat.lib: add _fscmp to build
3804
3805 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
3806
3807         * device/lib/_fs2slong.c: added mcs51 assembly version
3808         * device/lib/_fs2sint.c: added mcs51 assembly version
3809         * device/lib/_fs2schar.c: added mcs51 assembly version
3810         * device/lib/_fs2ulong.c: added mcs51 assembly version
3811         * device/lib/_fs2uint.c: added mcs51 assembly version
3812         * device/lib/_fs2uchar.c: added mcs51 assembly version
3813         * device/lib/_slong2fs.c: added mcs51 assembly version
3814         * device/lib/_sint2fs.c: added mcs51 assembly version
3815         * device/lib/_schar2fs.c: added mcs51 assembly version
3816         * device/lib/_ulong2fs.c: added mcs51 assembly version
3817         * device/lib/_uint2fs.c: added mcs51 assembly version
3818         * device/lib/_uchar2fs.c: added mcs51 assembly version
3819         * device/include/float.h: added #define to select asm vs c
3820
3821 2004-12-26 Paul Stoffregen <paul AT pjrc.com>
3822
3823         * device/lib/printf_fast.c: improvements to float output
3824         * device/include/float.h: add defines for assembly float library
3825         * device/lib/_fsget1arg.c: receive 1 float arg
3826         * device/lib/_fsget2args.c: receive 2 float args (reentrant)
3827         * device/lib/_fsnormalize.c: normalize a float
3828         * device/lib/_fsreturnval.c: return float, various helper routines
3829         * device/lib/_fsrshift.c: right shift a float's mantissa
3830         * device/lib/_fsswapargs.c: swap 2 floats
3831         * device/lib/Makefile.in: build these 6 new files for mcs51
3832         * device/lib/libfloat.lib: add these 6 files to the library
3833
3834 2004-12-26 Borut Razem <borut.razem AT siol.net>
3835
3836         * sim/ucsim/avr.src/arith_inst.cc: fixed bug #1088372- savr is not
3837           built by gcc 3.4.2
3838
3839 2004-12-25 Paul Stoffregen <paul AT pjrc.com>
3840
3841         * device/lib/printf_tiny.c: printf for mcs51 in only 267 bytes,
3842           and fully reentrant and register bank neutral.
3843         * device/lib/printf_fast.c: added float (not enabled by default),
3844           added compact/slower integer (also not enabled by default),
3845           improved size/speed of fast integer code, other minor changes
3846         * device/include/stdio.h, device/lib/Makefile.in,
3847           device/lib/libsdcc.lib: integrate printf_tiny into mcs51 build
3848
3849 2004-12-24 Maarten Brock <sourceforge.brock AT dse.nl>
3850
3851         * src/pic16/pcode.c: declaring variables other than at the start of a
3852           block is not supported in C by VC6.
3853
3854 2004-12-22 Vangelis Rokas <vrokas AT otenet.gr>
3855
3856         * applied a previous patch from Raphael Neider that wasn't included
3857         in the previous commits, which fixes infinite loops within jumptable
3858         improvements,
3859         * made some fixes that previous patches introduced
3860
3861 2004-12-21 Vangelis Rokas <vrokas AT otenet.gr>
3862
3863         * src/pic16/gen.c (pic16_aopGet): applied fix from Raphael Neider
3864         that fixes an issue with AOP_PCODE asmop's offset,
3865         * (pic16_popCopyReg): update instance field too,
3866         * (mov2w): modified to pic16_mov2w because it conflicts with mov2w
3867         function of pic port,
3868         * (genCmp, genAnd, genAssign),
3869         * src/pic16/genarith.c (genAddLit): some fixes from Raphael Neider,
3870
3871 2004-12-20 Vangelis Rokas <vrokas AT otenet.gr>
3872
3873         * src/SDCCast.c (gatherAutoInit): allow pic16 to emit static
3874         variables initial values to idata section,
3875         * src/SDCCicode.c (geniCodeCall): patch from ### to fix unreferenced
3876         variables in some functions. This utilizes parmBytes field of iCode
3877         structure to hold the offset of the variable in stack. (might be
3878         able to use the stack field too?)
3879         * applied patch from Raphael Neider # ### , # ###
3880         * src/pic16/glue.c (pic16emitRegularMap): fix to print static
3881         variable initial values in idata section,
3882         * src/pic16/ralloc.c (pic16_allocDirReg): don't allocate register
3883         for static variables with initial value
3884         * src/device/lib/pic16/libsdcc/float/ulong2fs.c (__ulong2fs):
3885         applied fix in while loop from Raphael Neider.
3886
3887 2004-12-19 Maarten Brock <sourceforge.brock AT dse.nl>
3888
3889         * src/ds390/gen.c (genCpl): fixed bit=~(char/bit) bugs, added warning
3890         * src/ds390/main.c (_ds390_regparm): don't pass bit params in registers
3891         * src/ds390/ralloc.c (serialRegAssign): spill bits
3892         * src/mcs51/gen.c (genCpl): fixed bit=~(char) bugs, added warning
3893         * support/Util/SDCCerr.c,
3894         * support/Util/SDCCerr.h: added warning W_COMPLEMENT for using bit=~(bit)
3895         * support/regression/tests/bitvars.c: added tests for bitwise complement(~)
3896         * support/regression/tests/bitwise.c: added test for bitwise complement(~)
3897
3898 2004-12-09 Maarten Brock <sourceforge.brock AT dse.nl>
3899
3900         * device/include/sdcc-lib.h: inserted LGPL, added includes
3901           asm/ds390/features.h and asm/mcs51/features.h
3902         * device/include/asm/default/features.h,
3903         * device/include/asm/gbz80/features.h,
3904         * device/include/asm/z80/features.h: added empty _AUTOMEM
3905           and _STATMEM
3906         * device/include/asm/ds390/features.h,
3907         * device/include/asm/mcs51/features.h: added files with defines for
3908           _AUTOMEM and _STATMEM indicating automatic and static storage class
3909         * device/lib/printf_large.c (_print_format): optimized & used _AUTOMEM
3910         * doc/sdccman.lyx: version 2.4.7, updated xstack documentation
3911         * src/SDCCicode.c (geniCodeCast),
3912         * src/SDCCsymt.c (compareType): allow cast of data-ptr to idata-ptr
3913         * src/SDCCloop.c (loopInduction): removed unused variable lr
3914         * src/SDCCopt.c (convilong, convertToFcall): moved "easy special case"
3915           to convertToFcall to include char modulo (RFE 1065037), added check
3916           if left operand is unsigned and use abs of literal value
3917         * src/SDCCpeeph.c (setFromConditionArgs): removed double quotes option
3918           as it doesn't work after conversion from peephole.def to peephole.rul
3919         * src/mcs51/gen.c (toBoolean): added check for size,
3920           (genModOneByte): optimized code for signed char modulo a literal
3921           power of 2 (thanks to Hubert Sack),
3922           (genRRC): removed unnecessary "clr c",
3923           (genRLC): replaced "add a,acc" with cheaper "rlc a"
3924         * src/mcs51/peeph.def: renamed 115 to 115.a, added rule 115.b: another
3925           jump optimization,
3926           swapped rules 256.c and 256.d,
3927           extended 256.d by using new multiple checks (thanks Erik),
3928           added rules 256.e and 256.f,
3929           updated rule 261.a and 261.b to new generated code
3930         * support/regression/tests/muldiv.c: added test div/mod by a power of 2
3931
3932 2004-12-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3933
3934         * src/SDCCloop.c (basicInduction, loopInduction): fixed several
3935           induction related bugs, including first part of bug #1074377
3936
3937 2004-12-05 Vangelis Rokas <vrokas AT otenet.gr>
3938
3939         * applied patch from bug-report #1076292,
3940         * applied patches for genAnd and Goto-optimizations for Raphael
3941         Neider,
3942         * src/SDCCicode.c (printOperand): fixed !REGA source to compile and
3943         dump a less iCode information,
3944         * src/pic16/device.h (pic16_options_t): added field debgen,
3945         * src/pic16/gen.h: added macros DUMP_FUNCTION_ENTRY,
3946         DUMP_FUNCTION_EXIT, FENTRY, FENTRY2,
3947         * src/pic16/gen.c (my_powof2): renamed to pic16_my_powof2 and made
3948         puclic,
3949         * (various functions): added macros FENTRY and FENTRY2 to functions,
3950         to emit function prologue,
3951         * (various functions): fixed indentation,
3952         * (genNearPointerGet): fixed loading of FSR0,
3953         * (genPackBits): applied patch from Raphael Neider to fix updating
3954         of FSR0 and touching only the modified bits,
3955         * src/pic16/genarith.c (various functions): added macros FENTRY to
3956         emit function prologue in comments,
3957         * src/pic16/pcode.h: added functions debugf2, debugf3,
3958         * src/pic16/ralloc.c: partial fix for packForPush caused
3959         segmentation fault,
3960
3961 2004-12-04 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3962
3963         * src/mcs51/peeph.def: added 261.a,b (16 bit rotate) by Stas Sergeev
3964           <stsp AT users.sourceforge.net> with reversed byte order
3965         * support/regression/tests/rotate.c: added (ds390 skips some tests)
3966
3967 2004-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3968
3969         * src/z80/gen.c (genLeftShift, genRightShift): fixed second part of
3970           bug #1074377
3971         * src/hc08/gen.c (genrshFour, shiftRLong, shiftLLong),
3972         * src/mcs51/gen.c (shiftLLong): Fixed some shifting bugs Frieder found
3973
3974 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
3975
3976         * src/pic/pcode.c : fixed a problem where banksel was not being inserted.
3977
3978 2004-12-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3979
3980         * src/SDCCpeeph.c (callFuncByName): support combined peephole rule
3981           conditions,
3982           (setFromConditionArgs): friendly operand parser for peephole rules,
3983           (operandBaseName, operandsNotRelated): new peephole condition
3984           "operandsNotRelated" -- similar to "operandsNotSame", but takes
3985           architecture specific register naming into account, handles n-way
3986           comparisons, and supports quoted literals
3987         * src/mcs51/peeph.def: restored rule 177.d with an extra condition
3988
3989 2004-12-02 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3990
3991         * src/mcs51/peeph.def: fixed bug #1076940
3992
3993 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
3994
3995         * device/include/pic/pic16f877.h : added an include file for the PIC16F877 device.
3996
3997 2004-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3998
3999         Adding support for replacing ljmps with sjmps in jumptables
4000         generated for switch statements. For now you need to set the
4001         environment variable SDCC_SJMP_JUMPTABLE to enable this.
4002         Now 4 algorithms for mcs51 jumptable generation are used:
4003         ljmp or sjmp jumptables for up to 16 cases, stack-pushing target
4004         addresses loaded pc-relative for up to 112 cases and stack-pushing
4005         target addresses loaded with offset from dptr for up to 256 cases.
4006
4007         * src/SDCCpeeph.c: added peephole conditional labelJTInRange
4008         * src/mcs51/main.c: adapted constants for switch table generation
4009         * src/mcs51/peeph.def: added 260.x for replacing ljmp with sjmp
4010
4011 2004-11-26 Maarten Brock <sourceforge.brock AT dse.nl>
4012
4013         * device/lib/printf_large.c (_print_format): fixed bug 1073386
4014         * support/regression/tests/bug1057979.c: added test for bug 1073386
4015
4016 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
4017
4018         * src/pic16/pcode.c: fixed bug which may produce error in non-GNU
4019         compilers
4020
4021 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
4022
4023         * src/pic16/device.h,
4024         * src/pic16/genarith.c,
4025         * src/pic16/glue.c,
4026         * src/pic16/main.c,
4027         * src/pic16/pcode.c: applied patches #1068154 and #1070213
4028
4029 2004-11-24 Vangelis Rokas <vrokas AT otenet.gr>
4030
4031         Large cummulative patch for pic16 port.
4032         * device/lib/pic16/gstack.h: NEW, user can specify its own handler
4033         to call when a stack overflow occurs,
4034         * (malloc.h): added CVS Id tag,
4035         * (pic18f{242,252,442,452}.h): added T0CONbits structure and
4036         variable,
4037         * added libc directory. The current version of LibC contains string
4038         functions, ctype functions and macros and some functions of the
4039         stdlib set (like malloc/free/atof/atoi etc...). All functions are to
4040         be extensively tested in the future. Standard disclaimer here.
4041         Library is not automatically build yet. But one can build it by
4042         invoking 'make' inside the libc directory.
4043         * added ADC library under libio. Preliminary version yet.
4044
4045         * src/pic16/gen.h: added emitTOGC macro, to toggle Carry flag,
4046         * src/pic16/gen.c (aopForRemat): asmop size is filled by
4047         aopForRemat() now and not by pic16_aopOp(),
4048         * (pic16_popGetTempReg): removed warning messgae when allocating
4049         temporary registers, its a buggy feature and will be removed,
4050         * (pic16_popGet): set register instance field in AOP_CRY,
4051         * (pic16_outBitC): fixed for results in size greater than 1,
4052         * (genUminusFloat): fixed for pic16, ported code from mcs51,
4053         * (pic16_storeForReturn): optimized return of 0,
4054         * (genCmp): experimental code for new genCmp which uses PIC18's
4055         special compare&skip instructions. Initial tests fail some times
4056         with variables grater than 1 byte in size, so new code is disabled,
4057         * (genUnpackBits, genPackBits): more optimizations in reading/writing,
4058         a single bit,
4059         * (genCast): began a fix to optimize the casting of a bit to another
4060         bit, now assigning a bitfield to another bitfield will fail, sorry,
4061         * src/pic16/main.c: disabled the use of lr-support feature,
4062         * src/pic16/pcode.h: renamed PCASMDIR to PCAD,
4063         * added some function prototypes, added function _debugf prototype,
4064         * src/pic16/pcode.c: (pic16_get_op): fixed emitting operands of register
4065         bits with offset (case PO_GPR_BIT),
4066         * (genericPrint): don't emit INFO pcode when --pcode-verbose not in
4067         command line,
4068         * (isBankInstruction): modified to return 0 for no banking instruction,
4069         and 1 for banking instruction,
4070         * (pic16_isPCinFlow): check for PCAD (assembler directives) too,
4071         caused stop processing pCodes after a inline assembly block,
4072         * (pic16_popCopyGPR2Bit): updated to match bitfields with offset,
4073         * src/pic16/pcoderegs.c: fixed a bug with eliminating some temporary
4074         registers when it shouldn't,
4075         * src/pic16/ralloc.c (allocReg): add preliminary support for
4076         supporting a limited set of temporary registers,
4077
4078 2004-11-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4079
4080         * src/hc08/gen.c (genAssign, genPointerGetSetOfs, genDataPointerGet,
4081           genDataPointerSet): ensure assignments always copy in MSB to LSB
4082           order,
4083           (loadRegFromAop): recognize CLRH optimization,
4084           (genFunction): optimize RECEIVE iCodes in reentrant functions
4085
4086 2004-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4087
4088         * src/SDCCmain.c (parseCmdLine, optionsTable[]): fixed bug with
4089           --out-fmt-s19 turning into --out-fmt-elf if s19 was already
4090           selected.
4091         * src/SDCCmain.c (linkEdit): don't define SSEG for HC08
4092         * src/hc08/main.c (_hc08_setDefaultOptions): default xdata to be
4093           contiguous with data
4094
4095 2004-11-19 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4096
4097         * device/lib/_gptrget.c (_gptrget),
4098         * device/lib/_gptrgetc.c (_gptrgetc),
4099         * device/lib/_gptrput.c (_gptrput): _naked allows to use ret
4100           instead of sjmp to ret
4101         * src/mcs51/peeph.def: added peepholes 3.d-g and 177.g,h provided
4102           by Hubert Sack <hsack2002 AT arcor.de> in RFE #1067986, thanks
4103
4104 2004-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
4105
4106         * .version: bumped version to 2.4.7
4107         * device/lib/_gptrget.c (_gptrget): is now _naked
4108         * device/lib/_gptrgetc.c (_gptrgetc): is now _naked
4109         * device/lib/_gptrput.c (_gptrput): is now _naked
4110         * src/SDCCast.c (createBlock): removed ridiculous self-assignment,
4111           (createFunction): fixed xstack
4112         * src/SDCCglue.c (emitMaps): set allocation required for bit area
4113         * src/SDCCicode.c (geniCodeCast): don't change SPEC_OCLS for literal
4114           or bit either,
4115           (geniCodeCritical): store original interrupt state in an iTemp bit
4116           var unless stack-auto
4117         * src/SDCCicode.h: added CRITICAL and ENDCRITICAL to SKIP_IC2
4118         * src/SDCCmain.c (setIncludePath): added include/target to search path
4119         * src/SDCCmem.c (allocParms): store bit vars in bit space, not overlay
4120         * src/SDCCsymt.c (checkFunction): don't check regbank for isr's against
4121           prototype,
4122           (processFuncArgs): put bit vars in bit area
4123         * src/mcs51/gen.c (saveRegisters, unsaveRegisters, genXpush, saveRBank,
4124           unsaveRBank): fixed xstack,
4125           (genFunction): bugfix: replaced (global!) reentrant with fReentrant,
4126           (genFunction, genEndFunction): fixed xstack,
4127           (genAssign): optimization don't walk backwards through mem
4128         * src/mcs51/main.c (_mcs51_regparm): don't pass bit params in registers
4129         * src/mcs51/ralloc.c (createStackSpil): spill bits to bit area
4130         * support/regression/Makefile: also make library (for stack-auto) when
4131           making "all" and added "test-mcs51-xstack-auto"
4132         * support/regression/fwk/lib/testfwk.c: added T2_isr prototype for mcs51
4133         * support/regression/ports/mcs51/T2_isr.c: added this file as a stub
4134         * support/regression/ports/mcs51/fwk.lib: added to link T2_isr stub
4135         * support/regression/ports/mcs51/spec.mk: added rules for fwk.lib
4136         * support/regression/ports/mcs51-stack-auto/spec.mk: replaced
4137           make-library by MAKE_LIBRARY
4138         * support/regression/ports/mcs51-xstack-auto/spec.mk: file added to run
4139           regression tests for xstack
4140         * support/regression/tests/bitvars.c: test for bit vars (bug 938782)
4141         * support/regression/tests/critical.c: test for critical on mcs51
4142
4143 2004-11-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4144
4145         * support/regression/ports/ucz80/spec.mk: use include and lib files from
4146           built version of sdcc instead of installed version
4147
4148 2004-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
4149
4150         * src/mcs51/gen.c (toBoolean): fixed bug 1065458
4151         * device/lib/Makefile.in: z80 uses printf_large.c, sprintf.c and
4152           vprintf.c now
4153         * device/lib/printf_large.c (calculate_digit): fixed bug 1057979
4154         * device/lib/z80/Makefile: don't use printf.c as it fails bug 1057979
4155           WARNING: remove device/lib/build/z80/printf.o by hand when
4156           updating from previous build!
4157         * device/lib/z80/printf.c: updated comment
4158         * support/regression/tests/bug1057979.c: test all ports now
4159         * support/regression/tests/bug1065458.c: file added
4160
4161 2004-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4162
4163         * src/z80/gen.c (genFunction, genEndFunction): avoided generating
4164           *_start and *_end symbols for static functions
4165
4166 2004-11-11 Maarten Brock <sourceforge.brock AT dse.nl>
4167
4168         * src/SDCCmain.c (linkEdit): don't suppress crt0 if --nostdlib is used
4169           and search crt0.o in all library paths,
4170           (setIncludePath): proper handling of --nostdinc,
4171           (setLibPath): proper handling of --nostdlib
4172         * support/regression/Makefile,
4173         * support/regression/ports/ds390/spec.mk,
4174         * support/regression/ports/gbz80/spec.mk,
4175         * support/regression/ports/hc08/spec.mk,
4176         * support/regression/ports/mcs51/spec.mk,
4177         * support/regression/ports/mcs51-large/spec.mk,
4178         * support/regression/ports/mcs51-stack-auto/spec.mk,
4179         * support/regression/ports/z80/spec.mk: use include and lib files from
4180           built version of sdcc instead of installed version
4181         * doc/sdccman.lyx: fixed typo in --nostdinc
4182
4183 2004-11-10 Slade Rich <slade_rich AT users.sourceforge.net>
4184
4185         * src/pic/pcode.c,
4186         * src/pic/device.c,
4187         * src/pic/ralloc.c,
4188         * src/pic/gen.c : added support to generate code for struct bit fields.
4189
4190 2004-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
4191
4192         * as/xa51/xa_version.h,
4193         * device/include/errno.h,
4194         * device/include/regc515c.h,
4195         * device/lib/_itoa.c,
4196         * device/lib/_ltoa.c,
4197         * device/lib/ser_ir_cts_rts.c,
4198         * sim/ucsim/xa.src/glob.cc,
4199         * sim/ucsim/xa.src/inst_gen.cc,
4200         * sim/ucsim/xa.src/xa_bit.cc,
4201         * sim/ucsim/xa.src/xa_sfr.cc,
4202         * sim/ucsim/z80.src/inst_dd.cc,
4203         * sim/ucsim/z80.src/inst_fdcb.cc,
4204         * support/scripts/keil2sdcc.pl,
4205         * src/pic16/pic16.dsp,
4206         * src/pic16/pic16a.dsp: corrected cvs line endings
4207         * device/lib/printf_large.c: fixed bug 1057979
4208         * src/pic16/gen.c: fixed non-C standard code
4209         * src/SDCCmain.c: made --pack-iram default, added --no-pack-iram
4210         * src/SDCCglobl.h: changed pack_iram to no_pack_iram
4211         * support/regression/ports/mcs51/support.c: reload T1 asap
4212         * doc/sdccman.lyx: updated for options --pack-iram and --no-pack-iram,
4213           pdata use and clear idata startup behaviour
4214         * support/regression/tests/bug1057979.c: added
4215
4216 2004-11-04 Maarten Brock <sourceforge.brock AT dse.nl>
4217
4218         * device/examples/ds390/ow390/ad26.h,
4219         * device/examples/ds390/ow390/cnt1d.h,
4220         * device/examples/ds390/ow390/crcutil.c,
4221         * device/examples/ds390/ow390/ownet.h,
4222         * device/examples/ds390/ow390/owsesu.c,
4223         * device/examples/ds390/ow390/swt12.h,
4224         * device/examples/ds390/ow390/swtoper.c,
4225         * device/examples/ds390/ow390/temp10.h,
4226         * device/examples/ds390/ow390/thermodl.c,
4227         * device/examples/ds390/tinitalk/tinitalk.dsp,
4228         * device/examples/ds390/tinitalk/tinitalk.dsw,
4229         * device/examples/mcs51/clock/hw.h,
4230         * device/examples/mcs51/simple2/go.bat,
4231         * device/examples/serialcomm/windows/serial.h,
4232         * device/examples/xa51/dummy.c,
4233         * device/examples/xa51/hello.c,
4234         * device/include/80c51xa.h,
4235         * device/include/at89x051.h: corrected cvs line endings
4236
4237 2004-11-04 Vangelis Rokas <vrokas AT otenet.gr>
4238
4239         * src/pic16/main.c (options): added command line --gstack, to trace
4240         stack over/under flows,
4241         * added pragma 'wparam' to allow passing first byte of function
4242         parameters via WREG, syntax is #pragma wparam my_function[, func2...]
4243         * src/pic16/gen.c (pic16_testStackOverflow): function which emits a
4244         call to __gstack_test function and sets up the symbol as extern,
4245         * (pic16_pushpCodeOp, pic16_poppCodeOp, pushw, pushaop, popaopidx,
4246         * popaop): added call to pic16_testStackOverflow,
4247         * (wParamCmp, inWparamList): NEW, test existence of a symbol in
4248         wparamList list,
4249         * (genCall, genPcall): now all parameters are passed via stack
4250         except in functions that are pass to wparam pragma in which WREG is
4251         used too,
4252         * (genPcall): REENTRANT flag is checked to see if variable prototype
4253         contains reentrant keyword, don't call a non-reentrant function, via
4254         a reentrant function pointer or vice versa, functions are never
4255         passed via WREG,
4256         * (genJumpTab): applied patch from bug #1057478 by R.Neider and
4257         D.Winkler,
4258         * src/pic16/glue.c (pic16emitRegularMap): fixed bug which caused a
4259         SIGSEGV when accessing a NULL register stucture,
4260         * (pic16_printGPointerType): modified to handle UPPER modifier for
4261         function initializers, changed prototype of function to simpler one,
4262         * (pic16_printIvalFuncPtr): check to see if function is already
4263         added in externs list,
4264         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): fixed bug which
4265         optimized a move from W to SFR with a move to the same register
4266         later after a CALL,
4267         * device/lib/pic16/debug: NEW directory, contains debug features
4268         which are enabled when linking with libdebug.lib, currently command
4269         line option --gstack enables stack pointer tracing for over/under
4270         flow, corresponding sources are in debug/gstack
4271
4272 2004-10-30 Vangelis Rokas <vrokas AT otenet.gr>
4273
4274         * doc/sdccman.lyx: updated SDCC version,
4275         * (PIC16 port): update list of command line options,
4276         * src/pic16/device.h (structure pic16_options_t): added field gstack
4277         to enable stack overflow tracing on push/pops,
4278         * src/pic16/device.c (statistics structure): added statistics
4279         structure,
4280         * (pic16_dump_access, pic16_dump_usection, pic16_dump_gsection,
4281         pic16_dump_int_registers): increase statistics counters for each
4282         * variable which is encountered
4283         * (pic16_dump_usection): emit each .udata variable to its own udata
4284         section,
4285         * src/pic16/gen.c (assignResultValue, genCall, genPcall, genFunction):
4286         when macro USE_WREG_IN_FUNC_PARAMS is set to 0 pass all function
4287         parameters via stack, otherwise use old scheme,
4288         * src/pic16/glue.c (pic16_emitStatistics): dump statistics in
4289         assembler output file,
4290         * src/pic16/main.c: added command line options --gstack to enable
4291         push/pop tracing for stack overflow,
4292         * src/pic16/pcode.c (all pCodeInstruction records for PIC18F
4293         instructions): added size of each instruction,
4294         * (pic16_countInstruction): estimate size of instructions in
4295         the_pFile list, inline assembly blocks are not counted,
4296         * (pic16_FixRegisterBanking): trace previous register usage, when
4297         banksel optimizations is greater than 0, don't emit a redudant
4298         banksel directive,
4299
4300 2004-10-26 Slade Rich <slade_rich AT users.sourceforge.net>
4301
4302         * src/pic/ralloc.c : fixed inefficient code produced when compiling a complimented bit operation.
4303         * src/pic16/ralloc.c : applied same fix for pic16.
4304         * src/pic/gen.c : tidied it up a little.
4305
4306 2004-10-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4307
4308         * src/mcs51/peeph.def: disabled 259.a,b for removing redundant ret,
4309         thanks to Martin Helmling for reporting (mail on sdcc-devel 2004-10-25)
4310
4311 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4312
4313         * src/SDCCast.c (reverseParms): fixed bug #1040577 (part 2)
4314
4315 2004-10-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4316
4317         * device/lib/ser_ir_cts_rts.c: integer promotion caused a call to the
4318         non-reentrant function __modsint in the interrupt function (thus
4319         corrupting math operations during serial I/O)
4320         * device/lib/ser_ir.c: as above, changed buffersize
4321         * src/mcs51/peeph.def: added 259.a,b for removing redundant ret,
4322         256.c,d for zeroing
4323         * doc/Makefile: added option -t for rsync
4324
4325 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4326
4327         * src/SDCCast.h (struct ast),
4328         * src/SDCCast.c (reverseParms, copyAst): fixed bug #1040577 (part 1)
4329
4330 2004-10-20 Borut Razem <borut.razem AT siol.net>
4331
4332         * support/scripts/sdcc.nsi: added include/pic16/*.h to the setup
4333         package
4334
4335 2004-10-20 Vangelis Rokas <vrokas AT otenet.gr>
4336
4337         * device/lib/pic16/libsdcc/Makefile: added lregs directory in
4338         makefile targets,
4339         * device/lib/pic16/libsdcc/lregs/{Makefile,lrst.c,lrrest.c}: NEW
4340         support functions to replace long sequences of MOVFF's from access
4341         bank registers to stack and vice versa,
4342         * src/pic16/device.h: added new field opt_flags, where optimization
4343         flags can be set to enable certain features,
4344         * src/pic16/gen.c (pic16_emitpinfo): NEW to add PC_INFO pCode in
4345         * pBlock, (genFunction, genEndFunction): surroung loop for
4346         saving/loading used registers in stack with PC_INFO pCodes,
4347         INF_LREGS. Code in between can then be optimized by pCode optimizer
4348         to support function calls,
4349         * (genDataPointerSet): fixed bug which loaded float fields in
4350         structures with corrupt data,
4351         * src/pic16/genutils.c (debugf, _debugf): macro/function which emits
4352         in a standard way debug info on stderr. Feature used for developing
4353         and debugging only,
4354         * src/pic16/glue.c (pic16glue): reformatted, deleted some old and
4355         obsolete chunks of code,
4356         * if optimization flag OF_LR_SUPPORT was set, call pic16_OptimizeLocalRegs,
4357         * src/pic16/main.c (_pic16_parseOptions): added handler for --flr-support,
4358         * pic16/src/pcode.c (pic16_newpCodeInfo,
4359         * (pic16_newpCodeOpLocalRegs),
4360         * (pic16_convertLocalRegs2Support): NEW, to support new optimization
4361         feature,
4362         * (pic16_pCodeConstString): printing of the initial value of a
4363         symbol as a comment is inhibited since parsing was already done by
4364         copyStr and output is corrupt,
4365         * (pic16_pCode2str, genericPrint): handle PC_INFO pCode,
4366
4367 2004-10-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4368
4369         * src/mcs51/ralloc.c (packRegisters): fixed bug #1044601
4370
4371 2004-10-19 Maarten Brock <sourceforge.brock AT dse.nl>
4372
4373         * as/mcs51/lkarea.c: removed old K&R style,
4374           (lnksect): changed check on boundary error,
4375           (lnksect2): changed check on boundary error,
4376           (lnksect2): extend XSTK to end of page if size = 1
4377         * as/mcs51/lkmain.c: removed old K&R style,
4378           (Areas51): create l_IRAM symbol
4379         * as/mcs51/lkmem.c (summary2): added report on PSEG and XSTK
4380         * device/lib/Makefile.in: renamed model-mcs51-reentrant to
4381           model-mcs51-stack-auto, added model-mcs51-xstack-auto
4382         * device/lib/_mullong.c: added version to be compiled with xstack
4383         * device/lib/mcs51/crtclear.asm: clear only upto --iram-size
4384         * device/lib/mcs51/crtxclear.asm: clear pdata as well
4385         * device/lib/mcs51/crtxstack.asm: fixed comment
4386         * src/SDCCglue.c: maxInterrupts defaults to 0,
4387           (emitMaps): added pdata,
4388           (createInterruptVect): (re)moved default,
4389           (glue): added pdata,
4390           (glue): moved __start__xstack to XSTK with default size 1
4391         * src/SDCCmain.c (parseCmdLine): automatically set options.intlong_rent
4392           and options.float_rent when options.stackAuto is set,
4393           (linkEdit): only write XDATA_NAME if provided on command line
4394         * src/SDCCmem.h,
4395         * src/SDCCmem.c: added pdata
4396         * src/port.h: added pdata_name to PORT
4397         * src/mcs51/gen.c (toBoolean): fixed for Acc use of aopGet,
4398           (saveRegisters, unsaveRegisters): removed usage of B,
4399           (genMinus): fixed accumulator clash,
4400           (genJumpTab): added comment, this needs another look
4401         * src/mcs51/gen.c: added check for "B in use" paranoia,
4402           added pushB() and popB()
4403         * src/mcs51/peeph.def: restart after 177.c so 177.a can get a second
4404           chance
4405         * src/avr/main.c,
4406         * src/ds390/main.c,
4407         * src/hc08/main.c,
4408         * src/mcs51/main.c,
4409         * src/pic/main.c,
4410         * src/pic16/main.c,
4411         * src/xa51/main.c,
4412         * src/z80/main.c: (reset_regparms) made void parameter explicit and
4413           added PSEG (PAG,XDATA) or NULL to port specifier
4414         * src/ds390/main.c (_ds390_genIVT): moved implemented default in here
4415         * src/mcs51/main.c (_mcs51_genIVT): moved implemented default in here,
4416           (_mcs51_genInitStartup): removed __start__xstack equ,
4417           (mcs51_port): moved xstack from XSEG (XDATA) to XSTK (PAG,XDATA)
4418         * src/pic16/device.c (pic16_dump_usection, pic16_dump_isection),
4419         * src/z80/gen.c (_rleAppend): fixed warnings
4420         * support/regression/tests/zeropad.c: added pdata test
4421         * .version: bumped to 2.4.6
4422
4423 2004-10-17 Borut Razem <borut.razem AT siol.net>
4424
4425         * support/scripts/sdcc.nsi: cross compiling of WIN32 setup.exe on Linux
4426         as a part of nightly build
4427
4428 2004-10-16 Vangelis Rokas <vrokas AT otenet.gr>
4429
4430         * src/pic16/gen.c (struct _G): added field useWreg, is set to 1 when
4431         WREG holds the first byte function parameters,
4432         * (aopForSym): take special case for symbols which are in FARSPACE
4433         but in CODESPACE too,
4434         * (assignResultValue): modified to take into account _G.useWreg,
4435         * (genCall): don't use wreg for parameter passing when function is
4436         declared as reentrant, too, added optimization INCF to stack
4437         pointer when stack parameter count is 1,
4438         * (genFunction, genEndFunction): refurnished and fixed to not using
4439         wreg for passing parameters when function has varargs or is
4440         reentrant, fixed bug with symbol name compare for generating
4441         functions in absolute address,
4442         * (pic16_storeForReturn): refurnished,
4443         * (genCmp): began writing a new version of the function, not ready
4444         yet, therefore it is disabled,
4445         * (genAssign): do not read code memory when assigning a function to
4446         a pointer function,
4447         * src/pic16/glue.c (pic16emitStaticSeg): abSym->name is defined an
4448         array of characters, not pointer,
4449         * (pic16initialComments): in debug mode emit an .ident directive for
4450         the assembler,
4451         * (_process_pragma): emit a new warning type (internal to pic16)
4452         when setting stack to default length, emit a similar warning when
4453         placing a function at absolute address and address is not word aligned
4454         * (_pic16_parseOptions): added 'return TRUE' statement,
4455         * (_pic16_linkEdit): if compiling a source, then add the source's
4456         file object, first in the list of objects to link,
4457
4458 2004-10-13 Slade Rich <slade_rich AT users.sourceforge.net>
4459
4460         * src/pic/pcoderegs.c : increased count on regUsedinRange to prevent unnecessary warning.
4461         * src/pic/main.c : removed VC warning.
4462         * src/pic/gen.c : changed comment.
4463
4464 2004-10-12 Vangelis Rokas <vrokas AT otenet.gr>
4465
4466         * device/lib/pic16/libsdcc/gptr/gptrput[234].c: an external
4467         reference to a deprecated symbol _GPTRREG was causing failure to
4468         link. Thanks G. M. Gallant for the info.
4469
4470 2004-10-12 Slade Rich <slade_rich AT users.sourceforge.net>
4471
4472         * src/pic/pcode.c : Applied a code patch supplied by Paul Ashmore in
4473         comments for Bugs item #954788.
4474
4475 2004-10-10 Vangelis Rokas <vrokas AT otenet.gr>
4476
4477         * src/pic16/device.c (pic16_dump_gsection,
4478         * pic16_groupRegistersInSection): handle symbols declared to be in
4479         access bank differently,
4480         * src/pic16/gen.c (struct _G): added field resDirect,
4481         * (aopForSym): if symbol on stack and iCode is '=' and result exists,
4482         send values read from stack directly to result and don't allocate
4483         temporary values,
4484         * (pic16_sameRegs): fixed bug that allowed MOVFF to move between
4485         same registers,
4486         * (pic16_sameRegsOfs): NEW,
4487         * (freeAsmop): if _G.resDirect is set then do not mark registers as
4488         free because they were not allocated from temporary pool,
4489         * pic16_popRegFromString): workaround to fix a problem with
4490         allocating variables twice or never,
4491         * (genGenPointerGet): using PRODL instead of FSR0H,
4492         * (genGenPointerSet): using POSTDEC1 (that is a stack location)
4493         instead of FSR0H,
4494         * (genAssign): take advantage of the _G.resDirect flag,
4495         * (genCast): around line 11844, use mov2f instead of directly
4496         MOVFF'ing between operands to account for literal values,
4497         * src/pic16/genutils.c: some new debug functions for gpsim have been
4498         added,
4499         * src/pic16/glue.c (pic16_printIvalType): fixed bug that initialized
4500         float with integer part only,
4501         * src/pic16/main.c (_process_pragma): handle pragma udata access to
4502         place variables in access bank
4503         * device/lib/pic16/libsdcc/gptr/gptr*.c: using BRA instead of GOTO,
4504         updated sources to reflect recent changes in gen.c
4505
4506 2004-10-06 Vangelis Rokas <vrokas AT otenet.gr>
4507
4508         * device/lib/pic16/libsdcc/Makefile.rules: fixed bug concerning
4509         sources that searched for headers in installation path, now the
4510         device/include/pic16 is used,
4511         * src/pic16/glue.c (pic16glue),
4512         * src/pic16/pcode.c (pCode2str, genericPrint): don't print .file or
4513         .line directives if not in debug mode, this suppresses assembler's
4514         warnings for ignored directives
4515
4516 2004-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
4517
4518         * src/port.h: made reset_regparms prototype void parameter explicit.
4519         * src/SDCCsymt.c (processFuncArgs): removed argument "func".
4520         * src/mcs51/ralloc.c (packRegisters): new fix for bugs 898889 & 979599.
4521         * doc/sdccman.lyx: documented warning disabling and how to use
4522           printf_large to make it print floats.
4523         * device/include/stdbool.h: NEW
4524         * device/lib/_atof.c,
4525         * device/lib/_divuint.c,
4526         * device/lib/_divulong.c,
4527         * device/lib/expf.c,
4528         * device/lib/printf_large.c,
4529         * device/lib/sincosf.c,
4530         * device/lib/sincoshf.c: used stdbool.h, all compile with stack-auto now
4531         * device/lib/Makefile.in: added target for model-mcs51-reentrant to build
4532           a completely reentrant lib.
4533
4534 2004-10-05 Vangelis Rokas <vrokas AT otenet.gr>
4535
4536         * device/lib/pic16/libsdcc/gptr/gptr*.c: added return statements
4537         * device/include/pic16/stdio.h: fixed bug with colon
4538
4539 2004-10-03 Vangelis Rokas <vrokas AT otenet.gr>
4540
4541         * device/include/pic16/stdio.h,
4542         * device/include/pic16/stdlib.h,
4543         * device/include/pic16/math.h: NEW
4544         * device/lib/pic16/libsdcc/gptr/*.c (gptrget*, gptrput*): functions
4545         declared as _naked to reduce overhead
4546         * device/lib/Makefile.in (target port-specific-objects-pic16):
4547         changed * to *.* so to ignore the CVS directory,
4548         * src/pic16/gen.c (pic16_freeAsmop): added code to store result of
4549         stacked variables back in stack,
4550         * (genEndFunction): fixed bug reported by G.M. Gallant with stack
4551         corruption
4552
4553 2004-10-01 Vangelis Rokas <vrokas AT otenet.gr>
4554
4555         * .version: bumped version number to 2.4.5
4556         * support/Util/SDCCerr.h: added warning W_POSSBUG2.
4557         * support/Util/SDCCerr.c (messages structure): added entry for
4558         W_POSSBUG2
4559
4560         Large cumulative patch for pic16 port and libraries.
4561         * device/include/pic16/sdcc-lib.h,
4562         * device/include/pic16/stdarg.h,
4563         * device/include/asm/pic16/features.h,
4564         * device/include/lib/pic16/libsdcc/gptr/{*.c, Makefile}: NEW,
4565         * device/include/pic16/float.h: changes reentrant keyword with
4566         _FS_REENTRANT, added prototype for __fsneq, included sdcc-lib.h
4567         * device/lib/pic16/libsdcc/Makefile: added target directory gptr,
4568         updated target build-libraries to include objects from gptr,
4569         * device/lib/pic16/libsdcc/{char,int,long}/*.c: added macro
4570         _IL_REENTRANT to all function headings, included sdcc-lib.h header,
4571         * device/lib/pic16/libsdcc/float/*.c: added macro _FS_REENTRANT to
4572         all function headings,
4573         * src/SDCCmain.c: added global parameter userIncDirsSet,
4574         * (parseCmdLine): when option -I is encountered add directory to
4575         userIncDirsSet too,
4576         * src/version.awk: added space between control and long,
4577         * src/pic16/NOTES: added some notes for the port,
4578         * src/pic16/gen.c: added prototype for mov2fp function,
4579         * (fReturnpic16[]): properly named return value registers,
4580         * (_G structure): added fields stackRegSet, fregsUsed, stack_lat,
4581         * (aopForSym): added code to handle symbols with onStack flag set,
4582         symbols onStack are allocated PTRSIZE bytes,
4583         * (aopFreeAsmop): handles special case where asmops are stack objects,
4584         * (aopGet, pic16_popGet): adde cod to handle new asmop AOP_STA,
4585         * (pic16_popGetTempReg, pic16_popGetTempRegCond, pic16_popReleaseTempReg):
4586         added argument lock to trace flaws in allocating temporary registers
4587         when developing port,
4588         * (pic16_popGetLit, pic16_popGetLit2): changed lit from unsigned to signed
4589         * (pic16_popRegFromString): reenabled allocating a direct register
4590         from string,
4591         * (assignResultValue): various beautifications,
4592         * fixed bug #1037717 (patch from R. Neider & D. Wrinkler) with mistaken
4593         referenced function argument,
4594         * (genIpush): reenabled to allow stacked arguments, handles only
4595         ic->parmPush iCodes,
4596         * (genCall, genPcall): major changes to allow for variable argument
4597         functions, fixed a bug with falsely restoring stack pointer after
4598         returning from call,
4599         * (genFunction): pending code for critical function,
4600         * (shiftR1Left2ResultSigned, shiftR1Left2Result, shiftL2Left2Result,
4601         * (shiftR2Left2Result, shiftLLong) applied patch #1032155 from R.Neider,
4602         * (genNearPointerGet): fixed bug with indirect reading, was always
4603         reading from INDF0
4604         * (genGenPointerGet, genGenPointerSet): rewrote to support generic
4605         pointers,
4606         * (genAddrOf): rewrote code to take address of a stacked function parameter
4607         * (genCast): fixed casting to generic pointer type,
4608         * src/pic16/gen.h: added AOP_STA,
4609         * (struct asmop): added field stk,
4610         * src/pic16/genarith.c (pic16_AopType): handle AOP_STA,
4611         * (pic16_genPlusIncr): changed emitSKPNZ to emitSKPNZ,
4612         * (pic16_genAddLit, pic16_genPlus): applied patch #1034042 by tecodev,
4613         * (pic16_genMinus): fixed bug #1035119 with patch submitted by tecodev,
4614         * src/pic16/genutils.c (pic16_genNot): removed symbol *tlbl,
4615         * src/pic16/glue.c (pic16_printGPPointerType): fixed to support new
4616         generic pointers,
4617         * src/pic16/main.c (_pic16_initPaths): ignores default SDCC include
4618         and library paths,
4619         * (pic16_port structure): generic pointer size is set to 3,
4620         * src/pic16/pcode.c (pic16_newpCodeOpLit): correctly print literal integer,
4621         * (insertBankSwitch): cast to (char *) to prevent 64bit CPUs'
4622         compiler warning,
4623         * src/pic16/ralloc.c (allocReg): prevent allocating register when
4624         operand is an iTemp,
4625
4626 2004-09-24 Martin Helmling <mh AT octo-soft.de>
4627
4628         * debugger/mcs51/cmd.c: set PC if a symbol at pc reg is set
4629         * debugger/mcs51/simi.c: addapt new syntax of s51
4630
4631 2004-09-23 Vangelis Rokas <vrokas AT otenet.gr>
4632
4633         * src/pic16/genutils.c (pic16_genNot): fixed bug #1032265,
4634         * src/pic16/pcode.c: commented out some calls to free() in order to
4635         fix bug #989576,
4636
4637 2004-09-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4638
4639         * src/SDCCicode.h,
4640         * src/SDCCicode.c (isiCodeInFunctionCall),
4641         * src/avr/ralloc.c (selectSpil),
4642         * src/pic/ralloc.c (selectSpil),
4643         * src/pic16/ralloc.c (selectSpil),
4644         * src/ds390/ralloc.c (selectSpil),
4645         * src/hc08/ralloc.c (selectSpil),
4646         * src/xa51/ralloc.c (selectSpil),
4647         * src/mcs51/ralloc.c (selectSpil): Don't use remainSpil to spill to the
4648         stack in the middle of a function call sequence (fixes bug #1020268)
4649         * src/SDCCicode.c (geniCodeJumpTable): fixed error in computing the
4650         costs associated with the minimum switch case.
4651
4652 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4653
4654         * src/SDCC.lex: fixed bug #1030549
4655
4656 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4657
4658         * src/SDCCcse.h (struct cseDef),
4659         * src/SDCCcse.c (cseBBlock, newCseDef, ifFromAddrTaken): purge CSEs
4660         over a function call if the CSE is derived from a symbol whose
4661         address has been taken (fixes bug #1029883)
4662         * support/regression/tests/bug-1029883: a new regression test for
4663         this bug
4664
4665 2004-09-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4666
4667         * src/hc08/gen.c (emitinline): fixed bug #1029778
4668         * src/SDCC.y (assignment_expr): fixed the grammer so that assignment
4669         to a cast object is no longer a syntax error ("fixes" bug #1030006,
4670         and starts toward RFE #905167)
4671
4672 2004-09-17 Vangelis Rokas <vrokas AT otenet.gr>
4673
4674         * src/pic16/gen.c (mov2f): New function to move an operand to
4675         another without considering if it is a literal or a register,
4676         * (pic16_sameRegs): don't check if they are both AOP_REG,
4677         * (AccRsh): removed andmask=0 lines,
4678         * (genLeftShift): duplicated to be improved in future versions,
4679         * src/pic16/main.c (_process_pragma): emit stack default size in hex,
4680         * src/pic16/pcode.c: added POC_INFSNZW, updated inverted_op fields
4681         in POC_INCFSZ, POC_INCFSZW, POC_INFSNZ,
4682         * (pic16initMnemonics): added initialization for POC_INFSNZW,
4683         * (insertBankSwitch): fixed inserting banksel directives algorithm
4684         for instructions that follow a skip instruction, this fixes a report
4685         for broken subtraction code generation,
4686         * src/pic16/ralloc.c (deassignLRs): do not free register if current
4687         iCode is a left op, just in case result and right share the same
4688         registers
4689
4690 2004-09-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4691
4692         * src/hc08/main.c,
4693         * src/hc08/gen.c (genJumpTable): more efficient jump table, supports
4694         preservation of HX
4695         * src/hc08/gen.c (pullRegs): fixed order of HX & XA pairs
4696         * src/mcs51/ralloc.c (packRegisters): removed the patch applied
4697         on 2004-09-12; it was buggy
4698
4699 2004-09-15 Bernhard Held <bernhard AT bernhardheld.de>
4700
4701         * src/SDCCsymt.h: removed RESULT_CHECK
4702         * src/SDCCast.c,
4703         * src/SDCCglue.c,
4704         * src/SDCCval.c,
4705         * src/pic/glue.c,
4706         * src/pic16/glue.c: replaced RESULT_CHECK with RESULT_TYPE_NONE
4707
4708 2004-09-15 Vangelis Rokas <vrokas AT otenet.gr>
4709
4710         * src/SDCCicode.c (piCode): applied patch from Raphael Neider,
4711         * src/pic16/device.c (pic16_assignConfigWordValues): wrong
4712         configuration values no more rejected by compiler, they are assigned
4713         to configuration registers with a warning message instead,
4714         * src/pic16/glue.c (pic16_emitConfigRegs): added +1 at top-limit of
4715         the for-loop so last conf register is emitted too,
4716         * (_pic16_initPaths): link library libsdcc.lib by default,
4717         * (_hasNativeMulFor): modified test for multiplication according to
4718         Raphael Neider's remarks. Integer multiplication is also done with
4719         support functions,
4720         * device/include/pic16/pic18fregs.h: corrected type error in while
4721         testing and including 18f6720 header file
4722
4723 2004-09-14 Vangelis Rokas <vrokas AT otenet.gr>
4724
4725         * src/pic16/device.h (pic16_options): removed field use_crt,
4726         * src/pic16/gen.c (genUnpackBits): added call to pic16_loadFSR0
4727         until an optimization to handle single bits is added,
4728         * (pic16_loadFSR0): moved before genUnpackBits,
4729         * (genAnd): some white lines removed,
4730         * src/pic16/main.c (_pic16_finaliseOptions): set omit_ivt and clear
4731         leave_reset flags in pic16_options when using crt modules,
4732
4733 2004-09-12 Maarten Brock <sourceforge.brock AT dse.nl>
4734
4735         * src/mcs51/ralloc.c (packRegisters): applied fix by Bernhard Held
4736           for bugs 898889 & 979599. Also used some safer print instructions.
4737
4738 2004-09-12 Vangelis Rokas <vrokas AT otenet.gr>
4739
4740         * src/pic16/device.h (pic16_options_t): added field use_crt,
4741         crt_name, no_crt,
4742         * src/pic16/genarith.c (pic16_genPlus): added an assert(0) line to
4743         catch a probable future bug,
4744         * src/pic16/gen.c: aopIdx function commented out,
4745         * (genAssign): commented out old code which used aopIdx,
4746         * src/pic16/glue.c (pic16glue): removed some legacy fragments of
4747         code, added if conditionals to take into account the --use-crt
4748         command line options,
4749         * src/pic16/main.c (pic16_optionsTable): added new command line
4750         options, --use-crt= and --no-crt,
4751         * (_pic16_linkEdit): now the proper crt object is added in the
4752         linker command line except than when --no-crt is specified,
4753         * src/pic16/pcode.c,
4754         * src/pic16/pcode.h: added some structures and functions for a new
4755         optimization scheme to compansate for instruction overhead between
4756         same iCodes, this scheme is currently under development and is not
4757         working in any way,
4758         * src/pic16/gen.c (genAnd): added patch provided by Aaron Collwell
4759         to && operator,
4760         * device/lib/pic16/startup/crt0i.c,
4761         * device/lib/pic16/startup/crt0iz.c: added global char variable
4762         __uflags to force the generation of an idata section
4763
4764 2004-09-12 Bernhard Held <bernhard AT bernhardheld.de>
4765
4766         * doc/Makefile,
4767         * doc/clean.mk: added support for easy creation of sdcc-doc.tar.bz2
4768         * doc/sdccman.lyx: updated sdcc version to 2.4.4
4769
4770 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4771
4772         * doc/sdccman.lyx: fixed a problem with my new index entries (thanks
4773         Frieder) and clarified the default code optimization mode
4774
4775 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4776
4777         * src/SDCC.lex (doPragma, process_pragma),
4778         * src/SDCCglobl.h (struct optimize): added pragmas "opt_code_speed",
4779         "opt_code_size", and "opt_code_balanced"
4780         * src/SDCCmain.c (optionsTable[], printOptions, scanOptionsTable):
4781         regrouped options by category, added support for category headers
4782         * src/SDCCmain.c (parseCmdLine): added options "--opt-code-speed"
4783         and "--opt-code-size"
4784         * doc/sdccman.lyx: documented these new options and pragmas
4785         * src/hc08/gen.c (AccLsh, AccRsh): take speed/size optimization
4786         preference into account
4787
4788 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
4789
4790         * src/SDCCicode.c (geniCodePostInc, geniCodePreInc, geniCodePostDec,
4791           geniCodePreDec): Fixed bug 904237 by generating a warning
4792         * src/SDCCerr.h,
4793         * src/SDCCerr.c: added warning W_SIZEOF_VOID
4794
4795 2004-09-09 Slade Rich <slade_rich AT users.sourceforge.net>
4796
4797         * src/pic/device.c : When no max ram set validate full memory range.
4798         * src/pic/pcode.c,
4799         * src/pic/pcodepeep.c : Copy C code comments to optimised replacement code.
4800
4801 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
4802
4803         * device/lib/_gptrget.c,
4804         * device/lib/_gptrput.c: updated comment
4805         * device/lib/calloc.c,
4806         * device/lib/free.c,
4807         * device/lib/malloc.c,
4808         * device/lib/realloc.c: added LGPL, made them reentrant-safe
4809         * src/SDCCcse.c (cseBBlock),
4810         * src/SDCCicode.c (printOperand, geniCodeArray),
4811         * src/SDCCicode.h (struct operand): fixed bug 868103
4812         * support/regression/tests/bug-868103.c: added
4813         * src/SDCCast.c (searchLitOp),
4814         * src/SDCCcse.h (struct cseDef),
4815         * src/SDCCglue.c (printIvalArray, spacesToUnderscores),
4816         * src/SDCCicode.h (struct operand),
4817         * src/SDCCsymt.h (struct sym_link),
4818         * src/avr/gen.c (hasInc),
4819         * src/ds390/gen.c (hasInc),
4820         * src/hc08/gen.c (genPlusIncr, hasInc),
4821         * src/mcs51/gen.c (hasInc),
4822         * src/pic16/glue.c (pic16_printIvalChar),
4823         * src/pic16/ralloc.c (regWithIdx),
4824         * src/xa51/gen.c (hasInc) : removed warnings
4825         * src/SDCCast.c (createBlock): added comment ???
4826         * src/hc08/ralloc.c: updated comments
4827
4828 2004-09-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4829
4830         * doc/sdccman.lyx: updated section on switch statements, added
4831         section about semaphore locking
4832         * doc/Makefile: added option -info for latex2html
4833         * device/lib/_gptrget.c,
4834         * device/lib/_gptrput.c: __XPAGE instead of P2 in outcommented code
4835
4836 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
4837
4838         * src/pic/device.h,
4839         * src/pic/device.c,
4840         * src/pic/port.c : Changed PIC14 code to not set bit RP1 when
4841          maxram is less than 0x100.
4842
4843 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
4844
4845         * Bug fixes for PIC14 - signed RSHIFT problem. Patch supplied by Allen(agschrum).
4846
4847 2004-09-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4848
4849         * src/port.h,
4850         * src/mcs51/main.c,
4851         * src/ds390/main.c,
4852         * src/z80/main.c,
4853         * src/hc08/main.c,
4854         * src/pic/main.c,
4855         * src/pic16/main.c,
4856         * src/avr/main.c,
4857         * src/xa51/main.c
4858         * src/SDCCicode.c (geniCodeJumpTable): Better logic to determine if a
4859         a jump table is the best form for a switch statement, including
4860         automatic insertion of missing cases to make the case range
4861         continuous. Developed in collaboration with Frieder Ferlemann.
4862
4863 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4864
4865         * src/hc08/ralloc.c (canDefAccResult): multi-byte shift is unsafe for
4866         accumulator result if it needs sign extension
4867
4868 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
4869
4870         * src/hc08/ralloc.c (canUseAccOperand): fixed comparison bug
4871
4872 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
4873
4874         * device/lib/gbz80/printf.c,
4875         * device/lib/z80/printf.c: removed define for NULL
4876
4877 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
4878
4879         * as/xa51/xa_link.c,
4880         * device/examples/ds390/ow390/ad26.c,
4881         * device/examples/ds390/ow390/cnt1d.c,
4882         * device/examples/ds390/ow390/counter.c,
4883         * device/examples/ds390/ow390/ds2480.h,
4884         * device/examples/ds390/ow390/ds2480ut.c,
4885         * device/examples/ds390/ow390/findtype.c,
4886         * device/examples/ds390/ow390/gethumd.c,
4887         * device/examples/ds390/ow390/owllu.c,
4888         * device/examples/ds390/ow390/ownetu.c,
4889         * device/examples/ds390/ow390/swt12.c,
4890         * device/examples/ds390/ow390/swtloop.c,
4891         * device/examples/ds390/ow390/temp.c,
4892         * device/examples/ds390/ow390/temp10.c,
4893         * device/examples/ds390/ow390/thermo21.c,
4894         * device/examples/ds390/ow390/tinilnk.c,
4895         * device/examples/ds390/ow390/tstfind.c,
4896         * device/examples/serialcomm/windows/serial.cpp,
4897         * device/examples/serialcomm/windows/test_serialcomm.cpp,
4898         * device/include/reg51.h: fixed line endings for cvs
4899
4900 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4901
4902         * src/hc08/ralloc.c (canDefAccResult, canUseAccOperand,
4903         packRegsForAccUse, packRegisters): new accumulator register
4904         packing algorithm
4905         * support/regression/ports/hc08/support.c (_putchar): suppress
4906         warning of unused variable
4907         * src/SDCCicode.c: added SWAP entry to codeTable
4908
4909 2004-09-01 Maarten Brock <sourceforge.brock AT dse.nl>
4910
4911         * device/lib/sprintf.c: forgot to add this file before previous commit
4912
4913 2004-09-01 Vangelis Rokas <vrokas AT otenet.gr>
4914
4915         * src/pic16/gen.c (genPackBits): added operand right in function
4916         parameters, load result directly if p_type is POINTER (that is
4917         called by genNearPointerSet)
4918         * (genUnPackBits): added operand left in function parameters,
4919         * (genNearPointerGet, genNearPointerSet): prevent the loading of
4920         FSR0 if accessing bitfields,
4921
4922 2004-08-31 Maarten Brock <sourceforge.brock AT dse.nl>
4923
4924         * device/include/stdio.h: added NULL, size_t, typedef pfn_outputchar,
4925           _print_format; updated printf, sprintf, vsprintf
4926         * device/include/asm/default/features.h: corrected comment/define
4927         * device/lib/Makefile.in: added sprintf.c
4928         * device/lib/libsdcc.lib: added sprintf module
4929         * device/lib/printf_large.c,
4930         * device/lib/vprintf.c,
4931         * device/lib/sprintf.c: totally refactored printf_large and vprintf
4932           into these 3 files
4933         * support/regression/Makefile: changed ALL_PORTS into a usefull default
4934         * support/regression/ports/mcs51-stack-auto/spec.mk: added sprintf
4935         * support/regression/tests/bug-927659.c: removed dummy putchar, enabled
4936           hc08 test
4937         * support/regression/tests/zeropad.c: define idata as data for hc08
4938
4939 2004-08-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4940
4941         * src/SDCCpeeph.c (labelIsReturnOnly): support hc08 rts opcode also
4942         * src/SDCCpeeph.c (buildLabelRefCountHash): assume function entry point
4943         labels are referenced at least once (even if a reference is not found)
4944         * src/hc08/gen.c (emitcode): set isComment flag for comments
4945         * src/hc08/peeph.def: added rules 5a..5f (optimize redundant immediate
4946         loads), rules 6a..6b (optimize jumps to return)
4947
4948 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4949
4950         * device/lib/acosf.c (acosf),
4951         * device/lib/asinf.c (asinf),
4952         * device/lib/atanf.c (atanf),
4953         * device/lib/ceilf.c (ceilf),
4954         * device/lib/cosf.c (cosf),
4955         * device/lib/coshf.c (coshf),
4956         * device/lib/cotf.c (cotf),
4957         * device/lib/fabsf.c (fabsf),
4958         * device/lib/floorf.c (floorf),
4959         * device/lib/log10f.c (log10f),
4960         * device/lib/logf.c (logf),
4961         * device/lib/sinf.c (sinf),
4962         * device/lib/sinhf.c (sinhf),
4963         * device/lib/sqrtf.c (sqrtf),
4964         * device/lib/tanf.c (tanf),
4965         * device/lib/tanhf.c (tanhf),
4966         * device/include/math.h: defined _FLOAT_FUNC_REENTRANT macro and
4967         replaced all instances of "reentrant" in the library functions
4968         defined in math.h with this macro.
4969         * support/regression/tests/float_trans.c: reenabled test for hc08
4970
4971 2004-08-30 Bernhard Held <bernhard AT bernhardheld.de>
4972
4973         * device/lib/pic16/Makefile.common.in: added MODELFLAGS again, it was
4974         erroneously deleted
4975
4976 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4977
4978         * src/hc08/gen.c (loadRegFromAop): better use of clra & clrx
4979         * src/hc08/gen.c (genAnd, genOr): fixed bug with conditional when
4980         multi-byte volatile operands are used
4981         * src/hc08/gen.c (shiftRLong): fixed bug with wrong rotate direction
4982         * src/hc08/main.c (_hc08_genAssemblerPreamble): moved the built-in
4983         initialization to area GSINIT0 so that it would always precede
4984         any static initializers in GSINIT
4985         * support/regression/tests/zeropad.c: fixed idata define for hc08
4986         * support/regression/tests/bug-927659.c,
4987         * support/regression/tests/float_trans.c: disabled tests for hc08
4988         pending missing library routines
4989         * .version: increased version number to 2.4.4 - hc08 port now passes
4990         regression tests
4991
4992
4993 2004-08-29 Bernhard Held <bernhard AT bernhardheld.de>
4994
4995         * device/lib/pic16/Makefile.common.in: added $(MM) to fix `make clean`
4996         * Makefile.common.in,
4997         * as/Makefile,
4998         * as/hc08/Makefile.in,
4999         * as/mcs51/Makefile.in,
5000         * as/z80/Makefile.in,
5001         * debugger/mcs51/Makefile.in,
5002         * device/include/Makefile.in,
5003         * device/lib/Makefile.in,
5004         * doc/Makefile,
5005         * link/Makefile,
5006         * link/z80/Makefile.in,
5007         * packihx/Makefile.in,
5008         * sim/ucsim/main_in.mk,
5009         * sim/ucsim/avr.src/Makefile.in,
5010         * sim/ucsim/doc/Makefile.in,
5011         * sim/ucsim/gui.src/serio.src/Makefile.in,
5012         * sim/ucsim/hc08.src/Makefile.in,
5013         * sim/ucsim/s51.src/Makefile.in,
5014         * sim/ucsim/xa.src/Makefile.in,
5015         * sim/ucsim/z80.src/Makefile.in,
5016         * src/Makefile.in,
5017         * support/cpp2/Makefile.in,
5018         * support/librarian/Makefile,
5019         * support/makebin/Makefile: added DESTDIR to the install path proposed
5020         by "Maciej 'Agaran' Pijanka" <agaran AT pld-linux.org>
5021         * doc/sdccman.lyx: added DESTDIR documentation
5022
5023 2004-08-29 Vangelis Rokas (vrokas AT otenet.gr>
5024
5025         * src/pic16/gen.c (genFunction, genEndFunction): fixed return
5026         instruction for interrupt handlers, use fast returns when returning
5027         from high priority interrupts
5028
5029 2004-08-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5030
5031         * src/hc08/gen.c (genAnd, genOr, transferAopAop, rmwWithAop): optimized
5032         code generation
5033         * src/hc08/gen.c (genrshFour, genCpl): fixed bugs
5034         * src/hc08/gen.c (genMultOneByte, genDivOneByte, genModOneByte): fixed
5035         bugs, ported much of Bernhard's code from mcs51
5036         * src/mcs51/gen.c (genSend),
5037         * src/hc08/gen.c (genSend): fixed bug with lost SEND iCodes if more
5038         than one when calling a reentrant function
5039         * device/lib/_mullong.c: defined an alternate struct layout for big
5040         endian ports (hc08)
5041
5042 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5043
5044         * src/hc08/gen.c (shiftL2Left2Result): fix for bug-500536 regression
5045         test
5046
5047 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5048
5049         * src/SDCCsymt.c (processFuncArgs): make sure parameter types
5050         are sane and complete before asking the port its prefered parameter
5051         passing method (fixes bug #1017633)
5052         * device/lib/hc08/_ret.c: added "data" storage class to _ret2
5053         and _ret3
5054
5055 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5056
5057         * src/hc08/gen.c (genPackBitsImmed, genUnpackBitsImmed): fix offset
5058         problem in bitfields >= 8 bits.
5059
5060 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
5061
5062         * src/SDCCsymt.c: undid changes that were not meant to be committed
5063
5064 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
5065
5066         * support/regression/ports/hc08spec.mk: REENTRANT must be reentrant
5067
5068 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
5069
5070         * src/hc08/gen.c (genUminusFloat): fixed bug where only 3 bytes were
5071           copied and wrong bit got inverted
5072
5073 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5074
5075         * src/hc08/gen.c (genPointerSet, genFarPointerSet): moved code from
5076         genFarPointerSet into genPointerSet; eliminated genFarPointerSet
5077         * src/hc08/gen.c (genPointerGet, genFarPointerGet): moved code from
5078         genFarPointerGet into genPointerGet; eliminated genFarPointerGet
5079         * src/hc08/gen.c (genPackBitsImmed): generate optimized code for
5080         assignments to bitfields at known addresses
5081         * src/hc08/gen.c (genUnpackBitsImmed): generate optimized code for
5082         reads from bitfields at known addresses
5083         * src/hc08/ralloc.c (packRegisters),
5084         * src/hc08/gen.c (genPointerGet, genUnpackBits, genUnpackBitsImmed,
5085         genhc08Code): optimize pointer get values used as conditionals
5086         * src/hc08/peeph.def: added rules 2e & 2f to optimize bit test
5087         and branch
5088
5089 2004-08-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5090
5091         * src/mcs51/gen.c (genPointerGet, genNearPointerGet, genPagedPointerGet,
5092         genFarPointerGet, genCodePointerGet, genGenPointerGet, genUnpackBits),
5093         * src/mcs51/ralloc.c (packRegisters): optimize pointer get values used
5094         as conditionals
5095
5096 2004-08-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5097
5098         * src/mcs51/peeph.def: peepholes 248.i-m for xdata bitfields
5099
5100 2004-08-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5101
5102         * src/mcs51/ralloc.c (packRegsForOneuse): fixed bug #1012650 and some
5103         related problems
5104
5105 2004-08-21 Bernhard Held <bernhard AT bernhardheld.de>
5106
5107         * sim/ucsim/cmd.src/Makefile.in: run lex only if $(PRJDIR)/devel exists
5108
5109 2004-08-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5110
5111         * src/z80/ralloc.c (packRegsForAssign): ported some bug fixes from the
5112         mcs51 port
5113
5114 2004-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
5115
5116         * src/pic/gen.c: Restored fn genRet as previous fix was incorrect.
5117
5118 2004-08-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5119
5120         * src/mcs51/gen.c (genJumpTab): jumptables for more than 16 switch
5121         cases use more compact code.
5122
5123 2004-08-13 Slade Rich <slade_rich AT users.sourceforge.net>
5124
5125         * src/pic/gen.c: Fixed problem with fn returning a variable bigger than a char.
5126
5127 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5128
5129         * src/SDCClrange.c (findPrevUse): fixed bug #1007371
5130
5131 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5132
5133         * src/SDCCsymt.h,
5134         * src/SDCCsymt.c (changePointer, checkDecl, addSymChain): changed
5135         parameter of changePointer() from symbol* to sym_link*
5136         * src/SDCCast.c (decorateType): call changePointer() for CAST op
5137         * src/SDCCsymt.c (compareType): void* type is castable to other
5138         pointers, but not necesarily an exact match.
5139         * src/SDCCicode.c (geniCodeCast): allow void* casting here since it
5140         is no longer blindly treated as an exact match.
5141         * src/SDCCval.c (valCastLiteral): treat missing type as cast to void
5142
5143 2004-08-12 Slade Rich <slade_rich AT users.sourceforge.net>
5144
5145         * src/pic/glue.c: Added struct initialisation fn printIvalStruct.
5146
5147 2004-08-11 Slade Rich <slade_rich AT users.sourceforge.net>
5148
5149         * src/pic/gen.c,
5150         * src/pic/pcode.c,
5151         * src/pic/ralloc.h,
5152         * src/pic/ralloc.c: Printing rIdx on internal verbose debug.
5153
5154 2004-08-10 Slade Rich <slade_rich AT users.sourceforge.net>
5155
5156         * src/pic/device.c,
5157         * src/pic/device.h,
5158         * src/pic/device.c: Will no longer exit if #pragma maxram has not been defined.
5159
5160 2004-08-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5161
5162         * src/mcs51/gen.c (emitcode): fixed bug #992819
5163
5164 2004-08-05 Maarten Brock <sourceforge.brock AT dse.nl>
5165
5166         * src/pic/ralloc.c (deassignLR): allthough pic port is buggy already,
5167           there's no need to make it worse
5168
5169 2004-08-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5170
5171         * src/mcs51/ralloc.c (deassignLR),
5172         * src/ds390/ralloc.c (deassignLR),
5173         * src/hc08/ralloc.c (deassignLR),
5174         * src/z80/ralloc.c (deassignLR),
5175         * src/pic/ralloc.c (deassignLR),
5176         * src/pic16/ralloc.c (deassignLR),
5177         * src/avr/ralloc.c (deassignLR),
5178         * src/SDCClrange.c (findRecursiveSucc, findRecursivePred, findPrevUse,
5179         rlivePoint): fixed another part of bug #971834
5180
5181 2004-08-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5182
5183         * src/z80/main.c: enabled "critical" keyword
5184         * src/z80/mappings.i,
5185         * src/z80/gen.c (genFunction, genEndFunction): support for interrupt
5186         functions (fixes bug #979646)
5187         * doc/sdccman.lyx: added a subsection explaining z80 interrupt support
5188
5189 2004-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5190
5191         * src/mcs51/gen.c (genInline): Add \n for labels, not DOS/WIN dirs
5192           such as c:\mydir.
5193
5194 2004-08-03 Maarten Brock <sourceforge.brock AT dse.nl>
5195
5196         * src/SDCCloop.c (loopInvariants): fixed bug 983545, hope this
5197           doesn't disable too much optimizations
5198
5199 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
5200
5201         * src/pic/glue.c Disabled "WARNING: function 'main' undefined" when -S option is used.
5202
5203 2004-08-02 Maarten Brock <sourceforge.brock AT dse.nl>
5204
5205         * src/SDCClrange.c (rlivePoint): fixed bug 988568, thanks to anonymous
5206
5207 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
5208
5209         * src/pic/gen.c tidied up tabs
5210         * src/pic/genarith.c tidied up tabs and fixed bug with literal multiple where same register was used for hi and low byte
5211         * src/pic/main.c tidied up tabs
5212         * src/pic/pcode.c tidied up tabs and disabled verbose code generation
5213         * src/pic/pcoderegs.c tidied up tabs
5214         * src/pic/ralloc.c tidied up tabs
5215
5216 2004-07-30 Vangelis Rokas <vrokas AT otenet.gr>
5217
5218         * src/SDCCmem.c (allocGlobal): don't turn S_REGISTER storage class
5219         to S_FIXED for pic16 port and when symbol is not in level 0,
5220         allocate for S_REGISTER storage class and pic16 port, too,
5221         * src/pic16/device.h: prototype for checkSym,
5222         * src/pic16/device.c (pic16_dump_access, checkSym): NEW,
5223         * (pic16_assignConfigWordValue): test the value and the mask to
5224         validate that the value is suitable for the configuration word,
5225         * src/pic16/glue.c (pic16_printIvalFuncPtr): use 'externs' to
5226         collect extern declared symbols, don't emit symbol twice, check
5227         first if symbol is in publics set first,
5228         * src/pic16/main.c (_pic16_keywords[]): added keyword 'register',
5229         * added command line '--fstack' which enables an experimental
5230         feature for stack access, too buggy to be used yet...
5231         * src/pic16/ralloc.c (pic16_accessregWithName): NEW,
5232         * (pic16_allocDirReg): when register has storage class S_REGISTER
5233         allocate in pic16_dynAccessRegs,
5234         * device/include/pic16/pic18f????.h: modified configuration word
5235         naming convention, words started as CONFIG0H but should be CONFIG1H
5236
5237 2004-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
5238
5239         * device/include/mcs51reg.h: fixed bug 970993
5240
5241 2004-07-27 Maarten Brock <sourceforge.brock AT dse.nl>
5242
5243         * added lib/calloc.c, lib/free.c, lib/realloc.c, include/stddef.h
5244         * updated lib/malloc.c, lib/libsdcc.lib, lib/Makefile.in, include/malloc.h
5245         * src/SDCC.lex (doPragma): added pragma disable_warning <nnn>
5246         * src/SDCCmain.c (parseCmdLine): added option --disable-warning <nnn>
5247         * src/ds390/gen.c (genPlusIncr): fixed bug when incrementing generic pointers
5248         * support/Util/SDCCerr.c (vwerror): suppress disabled warnings and output
5249           error/warning numbers,
5250           added function setWarningDisabled()
5251         * support/Util/SDCCerr.h: added setWarningDisabled() and MAX_ERROR_WARNING
5252         * support/regression/ports/mcs51-stack-auto/spec.mk: added dependencies
5253           _memcmp.c _memmove.c calloc.c realloc.c free.c
5254         * support/regression/tests/malloc.c: added tests for new functionality
5255         * support/regression/tests/zeropad.c: added tests for truncated initializers
5256           and initialized char arrays starting with '\x0'
5257         * src/mcs51/peeph.def: fixed regression, added peephole 177.f
5258
5259 2004-07-26 Bernhard Held <bernhard AT bernhardheld.de>
5260
5261         * support/valdiag/tests/overflow.c: fixed warning on (1 >> 40)
5262
5263 2004-07-26 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5264
5265         * doc/sdccman.lyx: updated example in section "Absolute Addressing"
5266         * src/mcs51/peeph.def: added contributed fix for "bug" #995347 as
5267         peephole 177.e. Thanks to anonymous
5268
5269 2004-07-25 Vangelis Rokas <vrokas AT otenet.gr>
5270
5271         * src/pic16/glue.c (pic16_printIvalFuncPtr): when an extern
5272         function isn't used in the source but referenced as a
5273         variable initializer then declare it as extern in .asm file
5274
5275 2004-07-24 Vangelis Rokas <vrokas AT otenet.gr>
5276
5277         * .version: increased version number to 2.4.3
5278
5279         Adding version extension according to ChangeLog CVS revision
5280         * src/Makefile.in (target all): added dependency 'version.h'
5281         * (rule version.h): added rule to create version.h from ChangeLog,
5282         * (rule dep): added dependency version.h,
5283         * src/version.awk: AWK script to create version.h
5284         * src/SDCCdwarf2.c (dwWriteModule),
5285         * src/SDCCglue.c (initialComments),
5286         * src/SDCCmain.c (printVersionInfo): modified to write after
5287         version string the version extension number,
5288         * src/SDCCutil.c: included "version.h"
5289         * (getBuildNumber): NEW, returns SDCC's ChangeLog minor revision
5290         number,
5291         * src/SDCCutil.h: added prototype for getBuildNumber
5292
5293         * src/SDCCmain.c (parseCmdLine): when sOpt is 'I' add rest in
5294         includeDirsSet, too,
5295         * src/SDCCsymt.c (checkSClass): don't emit error when a variable,
5296         const char [] is found in function prototype...
5297
5298         * src/pic16/genarith.c (pic16_genUMult8XLit_8): optimization to omit
5299         moving to WREG with source is already in WREG,
5300         * src/pic16/gen.h: added AOP_FSR0 and AOP_FSR2 in enum,
5301         * src/pic16/gen.c (getFreePtr): updated to look for FSR0 and FSR2,
5302         * (aopForSym): stack'ed symbols are partially supported, added
5303         if-clause to support symbols in FARSPACE,
5304         * (sameRegs): added test for AOP_ACC to see if registers are same,
5305         * (pic16_freeAsmop): added case for AOP_FSR0 and AOP_FSR2,
5306         * (pic16_aopGet): added case for AOP_FSR0 and AOP_FSR2,
5307         * (pic16_popRegFromString): will not allocate a new register if it
5308         doesn't find one by name, bug may have introduced...
5309         * (pic16_popGet): added case for AOP_FSR0 and AOP_FSR2,
5310         * (genIpush): revived to use pic16 port's stack,
5311         * (genAddrOf): added incomplete case for stack'ed operand,
5312         * (genCast): optimized a pair of MOVFW,MOVWF to MOVFF
5313         * src/pic16/genutils.c (pic16_genNot): almot new vesrion for NOT,
5314         can handle multibyte operands,
5315         * src/pic16/glue.c (pic16_printIval*): some debug info added,
5316         * (pic16initialComments): added message for MPLAB compatibility
5317         mode enabled,
5318         * src/pic16/main.h: prototype for pic16_mplab_comp,
5319         * src/pic16/main.c (pic16_optionsTable): new option --mplab-comp,
5320         which enabled MPLAB compatibility mode (i.e. no #LINE/#FILE, BANKED)
5321         * (_pic16_linkEdit): NEW, handles link stage, transferred here
5322         because of increased complexity of procedure,
5323         * (_process_pragma): stack pragma changed to format 'stack pos len',
5324         emit symbol '_stack_end' to conform with gplink,
5325         * src/pic16/pcode.c (pic16_newpCodeOpBit): using pic16_regWithName
5326         to search for register,
5327         * (pic16_get_op, pic16_get_op2): added case for PO_W, PO_WREG and
5328         PO_GPR_REGISTER,
5329         * (pic16_pCode2str): when in MPLAB compatibility mode, comment out
5330         #LINE directives and replace 'B' with 'BANKED' in instruction opcodes
5331         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
5332         case for PO_GPR_REGISTER,
5333         * (pic16_AnalyzeBanking): removed the old message for inc2h.pl, past
5334         dies, the new era is ahead !...
5335         * src/pic16/ralloc.c: added hash reposits pic16_dynAllocRegNames and
5336         pic16_dynInternalRegs,
5337         * (pic16_allocregWithName, pic16_procregWithName, pic16_regWithname): NEW,
5338         * (pic16_allocDirReg): minor optimizations and bug fixes,
5339         * (pic16_allocWithIdx): when searching pic16_dynProcessorRegs use fixed,
5340
5341         * device/lib/pic16/startup/crt0*.c: extern definition of stack_end,
5342         load stack and frame pointer with address of 'stack_end' symbol
5343
5344 2004-07-23 Vangelis Rokas <vrokas AT otenet.gr>
5345
5346         * src/pic16/glue.c (pic16emitStaticSeg): fixed bug with files
5347         without source code but only variable initializers
5348
5349 2004-07-20 Vangelis Rokas <vrokas AT otenet.gr>
5350
5351         * src/pic16/glue.c (pic16emitRegularMap): unused functions marked as
5352         external are not declared as extern to reduce overhead while linking
5353
5354 2004-07-20 Maarten Brock <sourceforge.brock AT dse.nl>
5355
5356         * src/SDCCast.c (decorateType): removed buggy fix for bug #979599
5357
5358 2004-07-11 Maarten Brock <sourceforge.brock AT dse.nl>
5359
5360         * src/SDCCglue.c (printIvalArray): fixed bug #984229, thanks to Phuah
5361           Yee Keat for the patch
5362         * src/SDCCast.c (decorateType): fixed bug #979599
5363         * src/ds390/gen.h: removed local fReturnSizeDS390
5364         * src/ds390/gen.c: made fReturnSizeDS390 signed short to remove a warning
5365         * src/ds390/gen.c (genAnd, genOr, genXor),
5366         * src/mcs51/gen.c (genAnd, genOr, genXor): generate better optimized code
5367
5368 2004-07-04 Vangelis Rokas <vrokas AT otenet.gr>
5369
5370         * src/SDCCmain.c (linkEdit): modifications only for pic16 port,
5371         add relFilesSet to $3, manipulate $2 to handle linking of object
5372         files without source files in command line,
5373         * device/include/pic16 (all headers): added ID location macros,
5374         * src/pic16/device.c (struct PIC16_device Pics16[]): added field
5375         entries for ID location bytes,
5376         * (pic16_assignIdByteValue): NEW,
5377         * src/pic16/device.h: new structures idRegInfo_t and idBytesInfo_t,
5378         added field dumpcalltree to pic16_options_t,
5379         * src/pic16/gen.c (genCmp): fixed bug case so a temporary register
5380         is used instead of pic16_Gstack_base_addr, check if (ifx) before
5381         emitting rFalseIfx label after check_carry label,
5382         * src/pic16/glue.c (PIC16_IS_IDLOC_ADDRESS, PIC16_IS_HWREG_ADDRESS,
5383         pic16_emitDIRegs), NEW
5384         * (pic16glue): dump .calltree file when option --calltree found,
5385         * src/pic16/main.c (OPTION _pic16_optionsTable): new option --calltree
5386         * (_pic16_genAssemblerPreamble): emit ID locations after
5387         configuration registers,
5388         * (pic16_linkCmd): modifications of the link command,
5389         * src/pic16/pcode.c (pic16_pciMOVFF): PCC_REGISTER replaces PCC_REGISTER2
5390         * (pic16_pCodeInitRegisters): don't init stack registers,
5391         * (pic16_findPrevInstruction): fixed bug,
5392         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): fixed
5393         bug with immediate registers,
5394         * (buildCallTree): traces stack push and pop,
5395         * (pct2): dump also stack usage for each function,
5396         * src/pic16/ralloc.c (dynrIdx): registers names start from 0x00
5397         * (pic16_allocDirReg): various modifications,
5398         * (pic16_typeRegWithIdx): when searching pic16_dynProcessorRegs set
5399         fixed to 1,
5400
5401 2004-07-02 Vangelis Rokas <vrokas AT otenet.gr>
5402
5403         * src/pic16/pcode.c: removed buggy double colon
5404
5405 2004-07-01 Borut Razem <borut.razem AT siol.net>
5406
5407         * support/scripts/sdcc.nsi: added include/pic16 to setup
5408
5409 2004-06-30 Vangelis Rokas <vrokas AT otenet.gr>
5410
5411         * device/lib/Makefile.in: fixed bug in target objects-pic16,
5412         * device/lib/pic16/Makefile: prefixed with dash (-) command under
5413         target 'clean',
5414         * doc/sdccman.lyx: changed version to 2.4.2 and added some port
5415         specific command line arguments. Also added sample lkr script
5416         for placing a variable at a specific memory bank.
5417         * src/pic16/device.c (pic16_dump_gsection): NEW, to dump variables
5418         at a specific memory bank,
5419         * (pic16_dump_isection): fixed bug which caused string literals to
5420         be omitted when dumping idata section,
5421         * (pic16_groupRegistersInSection): added code to handle registers
5422         in specific memory banks,
5423         * src/pic16/gen.c: labelOffset is prefixed with pic16_ and made
5424         public, all references are renamed too,
5425         * (pic16_aopGet): removed switch cases for AOP_R0,AOP_R1,AOP_DPTR,
5426         AOP_DPTR2,
5427         * (pic16_storeForReturn): added case to handle when dest is WREG,
5428         * src/pic16/genarith.c (pic16_pCodeOpSubType): NEW,
5429         * src/pic16/glue.c (pic16emitRegularMap): when adding a register in
5430         pic16_rel_udata, check to see if that register is marked as being
5431         a member of a specific memory bank,
5432         * (pic16_printIvalCharPtr): added code to add string literals either
5433         to code or the idata sections,
5434         * src/pic16/main.c (_process_pragma): added \n to WHITE constant,
5435         also accept the 'udata' pragma,
5436         * src/pic16/main.h: new structure types sectName and sectSym
5437         * src/pic16/pcode.c: added new pCodeInstruction entry for BANKSEL
5438         * (newpCodeOpBit): added PIC_OPTYPE subt in function prototype,
5439         * (pic16_findPrevInstruction): fixed, it returned nothing,
5440         * (insertBankSwitch): fixed to emit banksel/skip and skip/banksel
5441         instruction combinations,
5442         * (pic16_FixRegisterBanking): heavily reorganised,
5443         * (pic16_AnalyzeBanking): if generating banksel directives is
5444         disabled, then don't call FixRegisterBanking at all,
5445         * src/pic16/ralloc.c (bitEQUs, aliasEQUs, allDefsOutOfRange):
5446         completely removed,
5447         * (pic16_writeUsedRegisters): added call to pic16_dump_gsection
5448
5449 2004-06-29 Bernhard Held <bernhard AT bernhardheld.de>
5450
5451         * src/SDCCglue.c (printChar): fixed bug #973350, patch provided by
5452         Phuah Yee Keat <yk.phuah AT nestac.com>
5453
5454 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
5455
5456         * src/pic16/glue.c (pic16createInterruptVect): function now emits
5457         correctly the IVT even if it is relocated to some other location
5458
5459 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
5460
5461         * device/include/pic16/pic18fregs.h: added case for pic18f2220.h
5462         * device/include/pic16/pic18f2220.h: NEW,
5463         * device/lib/pic16/libdev/pic18f2220.c: NEW,
5464         * device/lib/pic16/libdev/Makefile: added 18f2220 in DEVS,
5465         * src/pic16/device.c (struct Pics16): added info for 18f2220,
5466         * src/pic16/device.h (struct pic16_options): added ivt_loc and
5467         nodefaultlibs, ivt_loc is the location of the interrupt vector
5468         table, and nodefaultlibs signs that default libraries should not be
5469         linked in link stage,
5470         * src/pic16/gen.c (genFunction): relocate interrupt vector functions
5471         according to --ivt-loc argument,
5472         * src/pic16/main.c (_process_pragma): emit '_stack' as public symbol
5473         when pragma stack is found,
5474
5475 2004-06-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5476
5477         * src/mcs51/peeph.def: added peepholes 182.d (return 0.0),
5478         256 (range check), 257 (do while), 258.a-f (bit banging
5479         f.e. on 3-wire SPI bus)
5480
5481 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5482
5483         * src/SDCClrange.c (findNextUseSym): fixed a live range bug with
5484         variables used exclusively within a loop
5485
5486 2004-06-21 Bernhard Held <bernhard AT bernhardheld.de>
5487
5488         * src/mcs51/gen.c (genCpl): quick fix for bug #974835
5489
5490 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5491
5492         * src/SDCClrange.c (computeClash): fixed bug #971834
5493
5494 2004-06-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5495
5496         * src/mcs51/gen.c (genCmp): fixed bug #975903
5497         * src/hc08/gen.c (operandsEqu),
5498         * src/ds390/gen.c (operandsEqu),
5499         * src/z80/gen.c (operandsEqu),
5500         * src/pic/gen.c (operandsEqu),
5501         * src/pic16/gen.c (operandsEqu),
5502         * src/mcs51/gen.c (operandsEqu): fixed bug #976283
5503         * src/SDCCmain.c (parseCmdLine): report --unknown-option only once
5504
5505 2004-06-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5506
5507         * src/SDCCcse.c (cseBBlock): fixed bug #966963
5508
5509 2004-06-12 Vangelis Rokas <vrokas AT otenet.gr>
5510
5511         * src/pic16/gen.c (genPointerGet): added E_INTERNAL_ERROR for
5512         default case in switch statement,
5513         * glue.c (pic16_initPointer): expr is initialised via decoarteType
5514         to eliminate problem with initialisation of pointers, but problem
5515         still exists,
5516         * (pic16_pointerTypeToGPByte): removed, no needed for pic16,
5517         * (emitStaticSegment): removed various lines emitting debug info,
5518         * src/pic16/pcode.c, src/pic16/pcode.h, src/pic16/ralloc.h:
5519         added processor registers for utilizing EEPROM,
5520         * src/pic16/pcode.c (pic16_emitDB): number of DBs emitted is not
5521         configurable and set 8
5522
5523 2004-06-08 Vangelis Rokas <vrokas AT otenet.gr>
5524
5525         * .version: increased version number to 2.4.2,
5526
5527         Cumulative patch for pic16 port
5528         * src/pic16/device.c: changed scheme to dump initial values for
5529         variables in idata segment, all print_idata* functions were removed,
5530         now the pic16_printIval* will be called,
5531         * src/pic16/glue.c: (pic16_initPointer, pic16_pointerTypeToGPByte,
5532         * _pic16_printPointerType, pic16_printPointerType,
5533         * pic16_printGPointerType, pic16_printIvalArray, pic16_printIvalStruct,
5534         * pic16_printIvalBitFields, pic16_printIvalFuncPtr, pic16_printIvalPtr:
5535         NEW, similar to the respective functions in SDCCglue.c,
5536         * src/pic16/pcode.c (pic16_emitDB, pic16_flushDB): reverted to old
5537         way, emitting hex bytes,
5538         * (pic16_emitDS): NEW, emits a string for pointer initialisation,
5539
5540 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5541
5542         * src/avr/ralloc.c (serialRegAssign),
5543         * src/xa51/ralloc.c (serialRegAssign),
5544         * src/pic/ralloc.c (serialRegAssign),
5545         * src/pic16/ralloc.c (serialRegAssign),
5546         * src/hc08/ralloc.c (serialRegAssign),
5547         * src/z80/ralloc.c (serialRegAssign),
5548         * src/ds390/ralloc.c (serialRegAssign),
5549         * src/mcs51/ralloc.c (serialRegAssign): fixed bug #964479
5550
5551 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5552
5553         * src/SDCCicode.c (geniCodeJumpTable): fixed bug #967601
5554         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug #966505
5555
5556 2004-06-07 Vangelis Rokas <vrokas AT otenet.gr>
5557
5558         Cumulative patch for pic16 port:
5559         * src/pic16/device.h (typedef PIC16_device) modified fields for
5560         defining microcontrollers,
5561         * src/pic16/device.c: added new info for all devices in Pics16 array,
5562         * src/pic16/gen.c (genPcall): fixed bug that caused the return label
5563         to be optimised out by the pCode optimiser,
5564         * src/pic16/glue.c (pic16emitRegularMap): treat implicit aggragates
5565         specially, bug reported by G.M. Gallant,
5566         * src/pic16/pcode.c (pic16_newpCodeLabelFORCE): NEW, marks a label
5567         as force'd so that cannot be optimised out by pCode optimiser,
5568         * src/pic16/pcode.c,
5569         * src/pic16/pcodepeeph.c,
5570         * src/pic16/pcoderegs.c: many modifications to re-enable peepholes,
5571         they are disabled by default, but can be enabled explicit with
5572         command argument --denable-peeps, for testing,
5573         * device/lib/pic16/startup/Makefile: added --no-peep,--pomit-config-words,
5574         --pomit-ivt in COMPILE_FLAGS
5575
5576 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
5577
5578         * src/pic16/pcode.c (pic16_emitDB): removed double semicolon which fails
5579           compilation on MSVC
5580
5581 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
5582
5583         * device/include/sab80515.h: added sfr P6, changed GPL to LGPL
5584
5585 2004-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5586
5587         device/include/sab80515.h: fixed bug #967492, DAPR is defined at adress
5588         0xd8, but the correct adress is 0xda. Thanks to anonymous for reporting
5589
5590 2004-06-06 Vangelis Rokas <vrokas AT otenet.gr>
5591
5592         * src/pic16/device.c (pic16_assignConfigWord): fixed bug that
5593         would only assign 0x300001 register.
5594
5595 2004-06-05 Vangelis Rokas <vrokas AT otenet.gr>
5596
5597         * device/lib/pic16/startup/Makefile: added $(MODELFLAGS)
5598         in COMPILE_FLAGS. Thanks to G. Gallant for report.
5599
5600 2004-06-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5601
5602         * doc/sdccman.lyx: minor changes, mentioned beta vendor support
5603         for ds80c400
5604         * src/mcs51/peeph.def: ran unexpand -a over peeph.def
5605         * src/mcs51/peeph.def: removed obsolete peephole 100.a,
5606         added peephole 254 (left shift), 255 (jump table)
5607
5608 2004-06-04 Vangelis Rokas <vrokas AT otenet.gr>
5609
5610         * device/lib/Makefile.in: removed comment line with model-pic16,
5611         * (target port-specific-objects-pic16): the libraries and objects
5612         are copied to the build directory form the device/lib/pic16/bin
5613         directory
5614
5615         Cumulative patch concerning pic16 port:
5616         * library directory has been re-organized,
5617         * added support for PIC18F1220,
5618         * added headers and library sources for chips 18f1220,18f6520,
5619         18f6620,18f6680,18f6720,18f8520,18f8620,18f8680,18f8720
5620
5621         * configuration registers setting has changed, now each supported
5622         device has a complete description of the registers it uses,
5623         * all initialisations are moved to idata sections, these section
5624         can be absolute or relocatable,
5625         * fixed initialisation of codespace variables,
5626         * fixed warning about PCLATU and gpsim,
5627         * src/pic16/gen.c (genCmp): now can handle partially iCodes with no ifx,
5628         * (genAssign): use table reads when assigning from variables in codespace,
5629         * src/pic16/glue.c (pic16emitStaticSeg): fixed to correctly initialise
5630         char/int variables placed in codespace,
5631         * (pic16_emitConfigRegs): NEW, emits a list with configuration
5632         registers set in .asm file, no need for --pomit-config-words anymore,
5633         * (pic16glue): some 8051 legacy segments are commented out
5634         (to be removed completely),
5635         * added support for alternative assembler and linker with --asm=
5636         and --link= command line arguments,
5637         * peepholes are disabled automatically in the port, no need to
5638         specify on command line,
5639         * port supports natively char/int/long multiplication, but converts
5640         all divisions to support functions,
5641         * main.c: pic16_linkCmd and pic16_asmCmd changed to force output
5642         to the file set in variable $2,
5643         * pcode.c (pic16_emitDB, pic16_flushDB): modified to print printable
5644         strings in ASCII format and not in hex,
5645         * ralloc.c (serialRegAssign): added a triplet of conditional calls
5646         to pic16_allocDirReg for IC_RESULT, IC_LEFT and IC_RIGHT so to
5647         allocate proper register if iCodes aren't temporary,
5648
5649 2004-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
5650
5651         * support/regression/tests/zeropad.c: added TEST_G macro for alpha
5652
5653 2004-06-02 Vangelis Rokas <vrokas AT otenet.gr>
5654
5655         * src/pic16/gen.c (genPcall): warning about gpsim and PCLATU
5656         is commented out
5657
5658 2004-06-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5659
5660         * src/hc08/gen.c (genPointerGetSetOfs): disabled optimization if
5661         computed address is reused
5662         * src/hc08/gen.c (genPackBits): fixed offsets in assignments to
5663         multi-byte bitfields
5664
5665 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
5666
5667         * src/z80/gen.c: (genArrayInit): must check for pointers too
5668
5669 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
5670
5671         * support/regression/tests/zeropad.c: never meant to commit the
5672           nestedstruct test: removed, added check for GCC version
5673
5674 2004-05-31 Maarten Brock <sourceforge.brock AT dse.nl>
5675
5676         * src/SDCCast.c (createIvalArray): fixed bug 770487 SIGSEGV
5677         * src/SDCCglue.c (emitRegularMap): fixed bug 770484 allocation problem
5678         * src/SDCCglue.c (initPointer, printIvalType, printIvalStruct,
5679           printIvalArray, printIvalFuncPtr, printIvalPtr, printIval): fixed
5680           bugs 928906 and 954082 half-empty initializers
5681         * src/SDCCsymt.h,
5682         * src/SDCCsymt.c (getAllocSize): added for above fix
5683         * src/z80/gen.c (genArrayInit): fixed bug 741044
5684         * support/regression/tests/zeropad.c: added tests
5685
5686 2004-05-30 Vangelis Rokas <vrokas AT otenet.gr>
5687
5688         * src/pic16/device.c (pic16_dump_section): corrected bug which
5689         caused some symbols of the libraries to be misplaced
5690
5691 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
5692
5693         * src/pic16/glue.c,
5694         * src/pic16/ralloc.h,
5695         * src/pic16/ralloc.cc: prefixed IS_CONFIG_ADDRESS with PIC16_
5696         to fix conflict with pic port
5697
5698 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
5699
5700         * src/pic16/glue.c (pic16emitStaticSeg): do not print as publics or
5701         externs configuration variables,
5702         * src/pic16/ralloc.h,
5703         * src/pic16/ralloc.cc: IS_CONFIG_ADDRESS is made public and added
5704         prototype in header, commented out some debug messages
5705
5706 2004-05-26 Vangelis Rokas <vrokas AT otenet.gr>
5707
5708         * src/pic16/glue.c,
5709         * src/pic16/main.c,
5710         * src/pic16/pcode.c: added gpasm directives #FILE/#LINE
5711         for gpasm COFF object generation. Thanks to D. Hawkins for
5712         his patch info
5713
5714 2004-05-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5715
5716         * src/ds390/main.c,
5717         * src/mcs51/main.c: fixed sort order of mnemonics (thanks to Maarten
5718         Brock for spotting this)
5719         * src/ds390/gen.c (genEndFunction),
5720         * src/mcs51/gen.c (genEndFunction): always save psw if function is an
5721         interrupt handler and critical. Disable push/pop optimizations when
5722         peephole optimizations disabled.
5723
5724 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
5725
5726         Updated pic16 library sources and headers.
5727         * device/lib/pic16/pic18f*/ ,
5728         * device/include/pic16/*.h: modified to handle structured SFR
5729         definitions
5730
5731 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
5732
5733         * src/port.h (PORT structure): added hook initPaths, now each
5734         port can declare its own default search paths,
5735         which can been seen with the --print-search-dirs option,
5736         see pic16 port for example,
5737         * src/SDCCmain.c (setBinPaths, setIncludePaths, setLibPath,
5738         setDataPaths): test to options.printSearchDirs is ifdef'ed out,
5739         * (doPrintSearchDirs): NEW, replaces in a central manner the
5740         printing of search dirs which was split in set*Paths functions,
5741         * (main): added call to port->initPaths and doPrintSearchDirs,
5742         * src/avr/main.c,
5743         * src/ds390/main.c,
5744         * src/hc08/main.c,
5745         * src/izt/i186.c,
5746         * src/izt/tlcs900h.c,
5747         * src/mcs51/main.c,
5748         * src/pic/main.c,
5749         * src/pic16/main.c: modified port structures to reflect addition of
5750         initPaths hook,
5751
5752         * src/pic16/device.c (regCompare): registers are finally sorted by name,
5753         * (pic16_dump_section): for registers in same address reserve memory once,
5754         * src/pic16/device.h (struct PIC16_device): changed variable gen_banksel
5755         to no_banksel,
5756         * src/pic16/genarith.c (pic16_genPlus): added code to handle cases where
5757         result is greater in size than right or left,
5758         * (pic16_genUMult8X8_8): there are some cases where the result can
5759         be 16 bits size, so handle these,
5760         * src/pic16/gen.c: changed some pic16_emitpcomment to DEBUGpic16_emitcode,
5761         * (pic16_outBitC): modified to emit pcodes,
5762         * (pic16_storeForReturn): using is_LitOp to see if operand is literal
5763         or not,
5764         * (genDivOneByte): implemented algorithm to divide 8-bits,
5765         * (genCmp): uncommented goto, but issues still exist,
5766         * (genAnd): fixed a bug with variables >8bits,
5767         * (genPackBits): optimization added that uses BCF/BSF to change a
5768         single bit,
5769         * (genAssign): fixed bug when assigning floating point literals,
5770         * src/pic16/glue.c (pic16glue): added assembler directive 'code' before
5771         __sdcc_gsinit_startup label,
5772         * src/pic16/main.c (_pic16_init): removed search directory
5773         initialisations,
5774         * (_pic16_initPaths): NEW, used to initialise search directories,
5775         * (_hasNativeMulFor): support functions for all except char/int
5776         multiplication, and char division,
5777         * (PIC16_port struct): modified entry for native mul support,
5778         * src/pic16/pcode.c (insertBankSwitch): modified to support the renamed
5779         no_banksel option,
5780         * (buildCallTree): call to register_usage is ifdef'ed out,
5781
5782 2004-05-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5783
5784         * device/include/string.h: applied Stas Sergeev's patch to make this
5785         header file compatible with the preprocessor -Wundef option
5786         * src/SDCCmain.c (main): abort compilation if preprocessor reports
5787         failure (fixes bug #941458)
5788
5789 2004-05-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5790
5791         * src/SDCCopt.c (killDeadCode): fixed bug #907733
5792         * support/Util/SDCCerr.c: reworded E_AUTO_ASSUMED diagnostic to clarify
5793         that the variable, not the function, should be static
5794         * src/SDCCval.c (valCastLiteral): fixed bit initialization from literal
5795         to be consistent with non-literal case
5796
5797 2004-05-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5798
5799         * src/SDCCast.c (isConformingBody): fixed bug #949967
5800         * src/SDCCopt.c (cnvToFcall, cnvToFloatCast, cnvFromFloatCast,
5801         convilong): fixed bug #952086
5802
5803 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5804
5805         * src/SDCCmem.c (allocVariables): fixed bug #955321
5806
5807 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5808
5809         * src/hc08/main.c (_hc08_genAssemblerEnd),
5810         * src/SDCCdwarf2.c (dwOpenFile, dwCloseFile, dwWriteFunction,
5811         dwWriteModule, dwWriteCLine, dwWriteALine, dwarf2FinalizeFile):
5812         completely eliminated the use of a temporary file
5813         * src/SDCCdwarf2.c (dwWriteAttr): fixed bug with location list offset
5814         when more than one file linked
5815         * src/SDCCloop.c (pointerAssigned): fixed bug #954163
5816
5817 2004-05-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5818
5819         * src/SDCCval.c (valForArray): applied Maarten Brock's patch #947682
5820         which fixes bug #543481
5821         * support/regression/tests/bug-751703.c: fixed comments left from a
5822         cut and paste error
5823         * src/SDCCdwarf2.c (dwCloseFile): don't explicitly close a temp file
5824         * src/SDCCdwarf2.c (dwTagFromType): added bitfield support
5825         * src/SDCCdwarf2.c (dwWriteSymbolInternal): handle extern within local
5826         scopes
5827         * src/SDCCdwarf2.c (dwWriteLineNumber): line number deltas are signed
5828         * src/SDCCmain.c (processFile, parseCmdLine): non-alphanumeric chars
5829         are now changed to underscores in moduleName
5830
5831 2004-05-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5832
5833         * as/mcs51/lkmem.c: better fix for bug #954173
5834
5835 2004-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
5836         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5837
5838         * device/include/c8051f020.h: newly added SiLabs (Cygnal) header file
5839         * device/include/c8051f000.h,
5840         * device/include/c8051f120.h,
5841         * device/include/c8051f300.h,
5842         * device/include/c8051f310.h,
5843         * device/include/c8051f320.h: updated (added _XPAGE, CAPN, CAPP,
5844         PWM16) and detab'ed
5845
5846 2004-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5847
5848         * doc/sdccman.lyx: mentioned sourceforge's delay between web frontend
5849         and mailing lists, doc'ed --no-peep-comments, removed reference
5850         to knoppix (newest version has no LyX/LaTeX), other minor changes
5851         * src/SDCCglue.c (glue): save 2 bytes stack space with
5852         option --main-return. The ljmp could probably be avoided too
5853
5854 2004-05-14 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5855
5856         * as/mcs51/lkmem.c, as/mcs51/lkaomf51: fixed bug 954173
5857
5858 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5859
5860         * src/SDCCsymt.h: added IS_AUTO(symbol) test macro
5861         * src/SDCCopt.c (isLocalWithoutDef),
5862         * src/SDCCicode.c (operandFromSymbol): use the IS_AUTO test macro
5863         which adds a !IS_EXTERN codition. Fixes bugs #877426 and #751703.
5864         (credit to Maarten Brock for patch #949363, on which this is based)
5865         * support/regression/tests/bug-751703.c: some test cases of extern used
5866         within inner scopes.
5867
5868 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5869
5870         * src/SDCCdwarf2.c (dwMatchTypes): structs must have matching
5871         SPEC_STRUCT
5872         * src/SDCCdwarf2.c (dwTagFromType): fix to handle recursive
5873         struct definitions
5874         * src/SDCCdwarf2.c (dwWriteModule, dwNewDebugSymbol, dwWriteEndFunction,
5875         dwWriteLabel): fix to create valid debugger symbols even when
5876         the module name has non-alphanumeric symbols in it
5877         * src/SDCCdwarf2.c (dwWriteSymbolInternal): better detection for
5878         when a variable's allocation has been optimized away
5879
5880
5881 2004-05-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5882
5883         * src/hc08/gen.c (hc08_emitDebuggerSymbol),
5884         * src/hc08/main.c,
5885         * src/mcs51/gen.c (mcs51_emitDebuggerSymbol),
5886         * src/mcs51/main.c,
5887         * src/ds390/gen.c (ds390_emitDebuggerSymbol),
5888         * src/ds390/main.c,
5889         * src/z80/gen.c (z80_emitDebuggerSymbol),
5890         * src/z80/main.c,
5891         * src/pic/gen.c (pic14_emitDebuggerSymbol),
5892         * src/pic/main.c,
5893         * src/pic16/gen.c (pic14_emitDebuggerSymbol),
5894         * src/pic16/main.c,
5895         * src/avr/gen.c (avr_emitDebuggerSymbol),
5896         * src/avr/main.c,
5897         * src/xa51/gen.c (xa51_emitDebuggerSymbol),
5898         * src/xa51/main.c,
5899         * src/SDCCdebug.c (emitDebuggerSymbol),
5900         * src/SDCCdebug.h,
5901         * src/port.h: added a debugger struct to the port struct. Added a
5902         callback for defining debugger symbols
5903
5904         * src/SDCCast.c (createLabel),
5905         * src/SDCC.y (labeled_statement): mark all compiler generated labels
5906         with isitmp = 1
5907         * src/SDCCicode.h,
5908         * src/SDCCicode.c (geniCodeFunctionBody): added a link from the FUNCTION
5909         iCode back to the ast for the function
5910
5911         * src/hc08/ralloc.c (hc08_assignRegisters),
5912         * src/hc08/ralloc.h: define a regs struct for the stack pointer. Removed
5913         unneeded fields from the regs struct.
5914         * src/hc08/gen.c (transferRegReg, genFunction, genEndFunction): use the
5915         pushReg() & pullReg() functions instead of emitcode()
5916
5917         * src/hc08/gen.c (genLabel, genhc08Code),
5918         * src/SDCCdebug.h: Added additional debugger hooks needed for DWARF
5919
5920         * src/cdbFile.c (cdbWriteLabel, cdbWriteScope): Added stubs for unneeded
5921         debugger hooks
5922
5923         * src/hc08/gen.c (genEndFunction, genhc08Code),
5924         * src/hc08/gen.h,
5925         * src/mcs51/gen.c (genEndFunction, gen51Code),
5926         * src/mcs51/gen.h,
5927         * src/ds390/gen.c (genEndFunction, gen390Code),
5928         * src/ds390/gen.h,
5929         * src/z80/gen.c (genEndFunction, genZ80Code),
5930         * src/z80/gen.h,
5931         * src/z80/z80.h,
5932         * src/pic/gen.c (genEndFunction, genpic14Code),
5933         * src/pic/gen.h,
5934         * src/pic16/gen.c (genEndFunction, genpic16Code),
5935         * src/pic16/gen.h,
5936         * src/avr/gen.c (genEndFunction, genAVRCode),
5937         * src/avr/gen.h,
5938         * src/xa51/gen.c (genEndFunction, genXA51Code),
5939         * src/xa51/gen.h,
5940         * src/cdbFile.c (cdbWriteFunction, cdbWriteEndFunction): moved cdb
5941         specific code to cdbFile.c and out of the backend code generators
5942
5943         * as/hc08/lkmain.c (main): removed OMF51 support from link-hc08
5944         * as/hc08/lkarea.c (lnkarea): areas with NOLOAD attribute default
5945         starting address is now 0
5946
5947         * as/hc08/asm.h,
5948         * as/hc08/m08pst.c,
5949         * as/hc08/asmain.c (asmbl): implemented the .sleb128 and .uleb128
5950         assembler directive for DWARF support
5951         * as/hc08/lkelf.c (elf): only increment address when rtflg[] set
5952
5953         * src/src.dsp,
5954         * src/Makefile.in,
5955         * src/SDCCdwarf2.c: preliminary DWARF (ver 2) debugger data generator
5956
5957 2004-05-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5958
5959         * src/hc08/gen.c (genJumpTab, emitcode, genhc08code): fixed stack error
5960         and inappropriate peephole optimization in jump tables
5961
5962 2004-04-30 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5963
5964         * as/hc08/m08pst.c,
5965         * src/SDCCglue.c: sdccopt works for the hc08 port now
5966
5967 2004-04-27 Bernhard Held <bernhard AT bernhardheld.de>
5968
5969         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): fixed bug #942130
5970
5971 2004-04-27 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5972
5973         * as/hc08/lkelf.c: sdccconf.h is not available in WIN32
5974
5975 2004-04-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5976
5977         * src/SDCCpeeph.c (replaceRule): support empty replacement peephole
5978         rules
5979         * src/SDCCmain.c,
5980         * src/SDCCglobl.h,
5981         * src/SDCCpeeph.c (getPeepLine): new option --no-peep-comments omits
5982         comments from the peephole optimizer replacement rules
5983         * src/SDCCmem.c (printAllocInfoSeg): give actual location of spilled
5984         symbols
5985         * src/SDCCcse.c (updateSpillLocation),
5986         * src/SDCCopt.c (killDeadCode, findReqv): better tracking of register
5987         equivalents
5988         * src/hc08/ralloc.c (regTypeNum): pseudo symbols must be in DATA only
5989         * src/hc08/main.c (_hc08_finaliseOptions): made pointers to stack
5990         objects far pointers
5991
5992 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5993
5994         * src/SDCCsymt.h: a missing part of my last change
5995         * src/pic/ralloc.c (regTypeNum),
5996         * src/pic16/ralloc.c (regTypeNum): fixed statement/declaration order
5997
5998 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5999
6000         * src/SDCCicode.h,
6001         * src/SDCCicode.c (aggrToPtrDclType),
6002         * src/SDCCptropt.h,
6003         * src/SDCCptropt.c (ptrBaseRematSym, ptrPseudoSymSafe,
6004         ptrPseudoSymConvert),
6005         * src/pic/ralloc.c (regTypeNum),
6006         * src/pic16/ralloc.c (regTypeNum),
6007         * src/hc08/ralloc.c (regTypeNum),
6008         * src/ds390/ralloc.c (regTypeNum),
6009         * src/mcs51/ralloc.c (regTypeNum): check for dependancy hazards before
6010         creating pseudo symbols (fixed bugs #777768, #930484, and #933966)
6011
6012 2004-04-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6013
6014         * link/z80/lkmain.c (afile),
6015         * as/hc08/lkmain.c (afile),
6016         * as/mcs51/lkmain.c (afile): fix suggested by Maarten Brock to
6017         prevent a pointer problem when a filename has no directory and
6018         no extension specified.
6019
6020 2004-04-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6021
6022         * link/z80/lkmain.c (afile): allow periods in directory names
6023         * link/z80/lkmain.c (afile),
6024         * as/mcs51/lkmain.c (afile),
6025         * as/hc08/lkmain.c (afile): allow linker script file to have an
6026         extension other than ".lnk"
6027         * link/z80/lklex.c (getfid),
6028         * link/z80/lkmain.c (parse),
6029         * as/mcs51/lklex.c (getfid),
6030         * as/mcs51/lkmain.c (parse),
6031         * as/hc08/lklex.c (getfid),
6032         * as/hc08/lkmain.c (parse): Support comments in the linker script
6033         file on lines by themselves and after filenames
6034
6035 2004-04-20 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6036
6037         * as/link_hc08.dsp: Added as/hc08/lkelf.c to project.
6038
6039 2004-04-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6040
6041         * src/z80/peeph-z80.def: removed some peephole rules that don't
6042         work with multibyte arithmetic (fixed bug #937126)
6043         * src/mcs51/peeph.def: fixed peephole rules 150-158 to apply only
6044         to registers and not global variables
6045         * src/SDCCicode.c (geniCodeAssign, ast2iCode, geniCodePostInc,
6046         geniCodePreInc, geniCodePostDec, geniCodePreDec,
6047         geniCodeLogicAndOr, geniCodeConditional): enforce strict lvalue
6048         checking for assignments not internally generated (fixed bug #931895)
6049         * src/SDCC.y (postfix_expr): ignore typedefs when looking for a
6050         structure member (fixed bug #930072)
6051
6052 2004-04-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6053
6054         * src/SDCCmain.c (linkEdit),
6055         * src/hc08/main.c (_hc08_parseOptions),
6056         * as/hc08/Makefile.in,
6057         * as/hc08/aslink.h,
6058         * as/hc08/asm.h,
6059         * as/hc08/m08pst.c,
6060         * as/hc08/lkrloc.c (relr, rele),
6061         * as/hc08/lkarea.c (lnkarea)
6062         * as/hc08/lkmain.c (afile, parse),
6063         * as/hc08/lkelf.c: support for ELF output
6064         * as/hc08/lks19.c (s19),
6065         * as/hc08/lkihx.c (ihx): ignore areas with the NOLOAD attribute
6066
6067 2004-04-17 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6068
6069         * as/mcs51/lkihx.c: Fixed bug #899105.
6070
6071 2004-04-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6072
6073         * doc/sdccman.lyx: Added instructons on how to convert MSVC .dsw and
6074         .dsp files from Unix to DOS.
6075
6076 2004-04-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6077
6078         * doc/sdccman.lyx: removed the ANSI-C noncompliance note regarding
6079         function pointers; we have been compliant for several months now.
6080         * src/mcs51/ralloc.c (serialRegAssign): enabled part of my 2004-04-13
6081         change that was accidently commented out
6082         * src/mcs51/gen.c (freeAsmop, getFreePtr, freeForBranchAsmop, genIfxJump,
6083         genCmpEq, jmpTrueOrFalse, genCmp, genAnd, genOr, genXor, genIfx): fixed
6084         bug #922319
6085
6086 2004-04-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6087
6088         * src/hc08/gen.c: output of all of the internal debugging information
6089         is now controlled by the D() macro; it is disabled by default
6090
6091 2004-04-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6092
6093         * src/mcs51/ralloc.c (serialRegAssign, fillGaps, allocThisReg): try
6094         harder to keep the same registers during a CAST iCode
6095         * src/SDCCopt.c (optimizeCastCast, eBBlockFromiCode): casts of char to
6096         long via int can be done in a single cast, if the signedness is
6097         correct.
6098         * support/regression/tests/bug-927659.c: fixed to avoid conflict with
6099         putchar() in tinibios.c in ds390's library
6100
6101 2004-04-12 Bernhard Held <bernhard AT bernhardheld.de>
6102
6103         * src/SDCCast.c (decorateType): fixed bug #898889,
6104         cast result of a literal complement too
6105         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #930931,
6106         fixed check for bitfields
6107
6108 2004-04-11 Bernhard Held <bernhard AT bernhardheld.de>
6109
6110         * src/SDCCicode.c (geniCodeLogic): made it static,
6111         (geniCodeLogicAndOr): added in order to fix bug #905492,
6112         (ast2iCode): fixed bug #905492
6113         * support/regression/tests/bug-905492.c: added
6114         * src/SDCCast.c (decorateType): don't decorate/process parms twice,
6115         (processParms): fixed bug #927659: don't copy parms, this will clear
6116         decorated flag
6117         * support/regression/tests/bug-927659.c: added
6118
6119 2004-03-29 Bernhard Held <bernhard AT bernhardheld.de>
6120
6121         * src/SDCCast.c (addCast): don't cast float to char
6122         * device/lib/libsdcc.lib: added _memmove
6123
6124 2004-03-28 Bernhard Held <bernhard AT bernhardheld.de>
6125
6126         * device/lib/large/Makefile: fixed parallel execution by
6127         replacing `make` by `$(MAKE)`
6128
6129 2004-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6130
6131         * src/hc08/gen.c (genPointerGetSetOfs): correctly handle 1 byte array
6132         offsets (fixes bug #923936)
6133
6134 2004-03-26 Bernhard Held <bernhard AT bernhardheld.de>
6135
6136         * device/lib/small/Makefile: fixed parallel execution by
6137         replacing `make` by `$(MAKE)`
6138
6139 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
6140
6141         * device/lib/vprintf.c (vsprintf): minor optimization, see bug #801101
6142
6143 2004-03-23  Scott Dattalo  <scott AT dattalo.com>
6144
6145         * src/pic/gen.c (genCpl): multi-byte complements were not working.
6146         * src/regression/Makefile: Regression test was not running.
6147
6148 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
6149
6150         * src/SDCCast.c (resultTypePropagate, decorateType): avoid promotion to int for
6151         complement if possible
6152         * src/SDCCval.c (valComplement),
6153         * src/SDCCicode.c (operandOperation): fixed complement of literal
6154         * support/regression/tests/onebyte.c (testComplement): added
6155
6156 2004-03-22 Bernhard Held <bernhard AT bernhardheld.de>
6157
6158         * src/SDCCast.c (processParms): fixed bug #920866; decorateType() can
6159         return an optimized tree; actually replace actParm with the new tree
6160         * src/SDCCast.h: added some parantheses to remove side effects
6161         * support/regression/tests/bug-920866.c
6162
6163 2004-03-21  Scott Dattalo  <scott AT dattalo.com>
6164         * src/pic/gen.c, src/pic/gen.h, src/pic/genarith.c, src/pic/pcode.c:
6165         Bit operands were not being handled properly in the pic14 port.
6166         (now src/regression/add.c passes again).
6167
6168 2004-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6169
6170         * src/SDCC.y (labeled_statement): case and default no longer require
6171         a following statement (RFE #893037)
6172
6173 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6174
6175         * src/mcs51/gen.c (pushSide, genSignedRightShift, genDjnz, geniPush):
6176         use MOVA macro to avoid "mov a,acc" when peephole optimizer is
6177         disabled (fixes bug #916294)
6178         * sim/ucsim/s51.src/mov.cc (inst_mov_a_addr): Throw an error on
6179         "mov a,acc"; patch provided by Lenny Story
6180         * device/include/mc68hc908gp32.h: header contibuted by Juan Gonzalez
6181
6182 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6183
6184         * src/mcs51/gen.c (genFunction): optimize RECEIVE in reentrant
6185         functions
6186         * src/ds390/gen.c (genFunction, genEndFunction),
6187         * src/ds390/ralloc.c (ds390_assignRegisters),
6188         * src/mcs51/gen.c (genFunction, genEndFunction, mcs51_assignRegisters):
6189         * src/mcs51/ralloc.c (mcs51_assignRegisters): Skip optimizing registers
6190         pushed if there are parameters passed on the stack. Also, a cleaner
6191         way to decide if r0/r1 should be pushed/popped. (Together they fix
6192         bug #918693)
6193
6194 2004-03-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6195
6196         * doc/sdccman.lyx,
6197         * device/lib/mcs51/crtpagesfr.asm,
6198         * device/lib/mcs51/crtxinit.asm,
6199         * device/lib/mcs51/crtxstack.asm: Changed name of _PAGESFR to _XPAGE
6200         to avoid confusion with Si Lab's SFRPAGE register.
6201
6202 2004-03-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6203
6204         * src/SDCCglue.c (emitMaps): allow public sfr variables
6205         * src/SDCCglue.c (initialComments): include compiler build date
6206         with compiler version and put the timestamp of the generated
6207         assembly file on a serperate line to be less confusing.
6208         * src/port.h: added genInitStartup hook
6209         * src/avr/main.c,
6210         * src/ds390/main.c,
6211         * src/hc08/main.c,
6212         * src/pic/main.c,
6213         * src/pic16/main.c,
6214         * src/xa51/main.c,
6215         * src/z80/main.c: genInitStartup initialize as NULL (default to
6216         historical behaviour)
6217         * src/SDCCglue.c (glue): _sdcc_gsinit_startup is now port specific.
6218         * src/mcs51/main.c: (_mcs51_genInitStartup, _mcs51_genExtraAreas,
6219         _mcs51_genXINIT, _mcs51_genRAMCLEAR): link initialization code from the
6220         library instead of hard coding it into the compiler.
6221         * support/regression/ports/mcs51-stack-auto/spec.mk,
6222         * src/SDCCmain.c (linkEdit): added mcs51.lib to the link libraries
6223         * device/lib/mcs51/Makefile,
6224         * device/lib/small/Makefile,
6225         * device/lib/large/Makefile,
6226         * device/lib/mcs51/crtpagesfr.asm,
6227         * device/lib/mcs51/crtstart.asm,
6228         * device/lib/mcs51/crtxclear.asm,
6229         * device/lib/mcs51/crtxinit.asm,
6230         * device/lib/mcs51/crtclear.asm,
6231         * device/lib/mcs51/crtxstack.asm: move most of the mcs51 C runtime
6232         startup/initialization out of src/SDCCglue.c and src/mcs51/main.c
6233         and into user configurable files.
6234         * device/lib/clean.mk: clean mcs51 directory too
6235         * support/regression/tests/longlit.c: added static to T1 declaration
6236         * doc/sdccman.lyx: documented _PAGESFR sfr for customizing pdata
6237         accesses in the initialization code
6238
6239 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6240
6241         * device/include/mc68hc908qy.h: corrected declarations of FLBPR and
6242         OSCTRIMVAL as noted in bug #916008
6243
6244 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6245
6246         * src/SDCCloop.c (basicInduction): fixed bug with loop induction
6247         in loops with multiple exits (reported as incorrect registers
6248         used by Martin Helmling in Sdcc-user list)
6249
6250 2004-03-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6251
6252         * src/ds390/main.c (_ds390_genAssemblerPreamble): cosmetic change,
6253         made ds390 register extensions look less like error messages
6254
6255 2004-03-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6256
6257         * src/SDCCglue.c (printIvalPtr): fixed bug with pointer initializer
6258         reported by Adam Wozniak in Sdcc-user list
6259
6260 2004-03-10 Bernhard Held <bernhard AT bernhardheld.de>
6261
6262         * src/SDCCast.c (decorateType): fixed with bug and promotion in
6263         arithmetic optimizations, added debug output
6264
6265 2004-03-09 Bernhard Held <bernhard AT bernhardheld.de>
6266
6267         * device/lib/time.c (mktime): fixed bug reported by Bert Thomas
6268         * sdcc.spec: updated and split sdcc into 3 rpms
6269         * src/SDCCast.c (decorateType): &|^ don't need addCast(); addCast() is
6270         needed for literals of LEFT_OP and '+'
6271         * src/SDCCicode.c (geniCodeLogic): I must have been braindead when I
6272         introduced RESULT_TYPE_NOPROM
6273         (geniCodeMultiply): fixed logic for decision if mul is optimized to
6274         left shift
6275         * src/SDCCsymt.c (computeType): op is int; added RESULT_TYPE_OTHER;
6276         limited promotion to int only for '*'
6277         * src/SDCCsymt.h (computeType): op is int, removed RESULT_TYPE_NOPROM
6278
6279 2004-03-09 Hans Dorn <hjdorn AT users.sourceforge.net>
6280
6281         * src/pic16/gen.c (genSkip),
6282         (genc16bit2lit), (gencjneshort): commented out
6283         (is_LitOp): new helper function, checks operand type
6284         (genCmpEq): rewritten
6285
6286 2004-03-08 Bernhard Held <bernhard AT bernhardheld.de>
6287
6288         * support/regression/tests/bug-908454.c: added
6289
6290 2004-03-07 Bernhard Held <bernhard AT bernhardheld.de>
6291
6292         * src/SDCCast.c (addCast): fixed bug #908454 by promoting bits to char
6293         * src/SDCCicode.c (usualBinaryConversions): op needs int type
6294         (geniCodeCast): cosmetic, don't preserve bit storage class
6295         (geniCodeLeftShift): added promotion
6296         (geniCodeLogic): fixed regression
6297         * src/SDCCsymt.c (computeTypeOr): accept bits too
6298         (compareType): 2nd part of fix for bug #908454, needed for bitfields
6299
6300 2004-03-07  Borut Razem <borut.razem AT siol.net>
6301
6302         * support/Util/findme.c: alloca() replaced with malloc()/free() pair
6303
6304 2004-03-06 Vangelis Rokas <vrokas AT otenet.gr>
6305
6306         * src/pic16/ralloc.c (pic16_genPackRegisters): reverted to old
6307         version of pic16_genPackRegisters which does not check if ic is a
6308         CAST operator,
6309         * src/pic16/gen.c (ifxForOp): disabled new and untested code in
6310         function cause string1.c regression test fails
6311
6312 2004-03-06 Bernhard Held <bernhard AT bernhardheld.de>
6313
6314         * sim/ucsim/configure.in,
6315         * sim/ucsim/configure,
6316         * sim/ucsim/doc/Makefile.in: use docdir
6317         * src/SDCC.y: fixed sbit atrributes
6318         * src/SDCCast.c (getResultTypeFromType): added support for bitfields
6319         * src/SDCCast.c (decorateType): |^& need special promotion handling
6320         * src/SDCCast.h,
6321         * src/SDCCsymt.h: moved definition of RESULT_TYPE
6322         * src/SDCCsymt.h (computeType),
6323         * src/SDCCicode.c: computeType() needs op
6324         * src/SDCCsymt.c (checkTypeSanity),
6325         * doc/sddman.lyx: "plain" bitfields are unsigned
6326         * src/SDCCsymt.c (computeTypeOr): added
6327         * src/SDCCsymt.c (computeType): added support for bitfields, fixed
6328         |^& ops
6329         * src/SDCCval.c (val*): computeType() needs op
6330         * src/SDCCval.c (valCastLiteral): fixed casting of bitfields
6331         * support/regression/tests/onebyte.c: added tests for |^&
6332
6333 2004-03-06 Hans Dorn <hjdorn AT users.sourceforge.net>
6334
6335         * src/pic16/gen.c: (genpic16Code) use copy of printILine's output
6336         for writing icode into asm output.
6337
6338 2004-03-05 Vangelis Rokas <vrokas AT otenet.gr>
6339
6340         * src/pic16/device.c: added some debug lines enabled
6341         with macro DEBUG_CHECK,
6342         * src/pic16/genarith.c: more debug in genPlus,
6343         * (pic16_genUMult8XLit_16, pic16_genUMult8X8_16): removed,
6344         * (pic16_genUMult16X16_16, pic16_genUMult16XLit_16): NEW,
6345         * src/pic16/gen.c: added prototypes for pic16_genMult16X16_16,
6346         * (aopForSym): onStack symbols are re-placed in data memspace,
6347         and onStack flag is cleared,
6348         * (pic16_popGetTempReg, pic16_popReleaseTempReg): modified to
6349         copy temporary pcodeop,
6350         * (genPcall): added warning for not updating PCLATU,
6351         * (genFunction): removed test with IFFUNC_CALLEESAVES, its
6352         always true for pic16 port,
6353         * (genMultOneWord): NEW, supports integer multiplication,
6354         * (genMult): modified to call genMultOneWord,
6355         * (ifxForOp): added warning when return NULL,
6356         * src/pic16/glue.c (pic16emitRegularMap): symbol implicit
6357         flag is set before call to operandFromSymbol for implicit
6358         added structures,
6359         * src/pic16/main.c (_pic16_finaliseOptions): options.float_rent,
6360         options.intlong_rent are set by default,
6361         * (_hasNativeMulFor): modified to allow port generation of integer
6362         multiplication,
6363         * src/pic16/ralloc.c (pic16_allocDirReg): commented out line which
6364         set regtype to REG_SFR for all registers, restricting seting the
6365         accessBank flag for registers 0<= r < 0x80 and 0xf80<=r<=0xfff,
6366
6367 2004-03-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6368
6369         * src/mcs51/peephole.def: added 251.b and 253.x. 253.x are applied
6370         more than 500 times in the regression tests
6371
6372 2004-03-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6373
6374         * support/Util/SDCCerr.h,
6375         * support/Util/SDCCerr.c,
6376         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
6377         enumerator_list),
6378         * src/SDCCsymt.c (addSymChain): show location of oriignal definition
6379         for symbol conflicts.
6380         * support/valdiags/tests/enum.c,
6381         * support/valdiags/tests/tentdecl.c,
6382         * support/valdiags/tests/struct.c: expect possible error messages
6383         referring to original symbol definitions.
6384         * src/SDCC.y (struct_or_union_specifier, struct_declarator),
6385         * src/SDCCsymt.h,
6386         * src/SDCCsymt.c (promoteAnonStructs): support anonymous struct/union
6387
6388 2004-03-03 Hans Dorn <hjdorn AT users.sourceforge.net>
6389
6390         * src/pic16/gen.c (gencjne): fixed for right=REG / left=LIT
6391
6392 2004-02-03 Vangelis Rokas <vrokas AT otenet.gr>
6393
6394         * src/pic16/ralloc.c (newReg): fixed bug #908929
6395
6396 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6397
6398         * src/ds390/gen.c: added missing #include "main.h"
6399
6400 2004-03-02 Vangelis Rokas <vrokas AT otenet.gr>
6401
6402         * src/pic16/device.c (checkAddSym): NEW, adds a symbol to set while
6403         checking if symbol is already in set,
6404         * src/pic16/device.h: prototype for checkAddSym,
6405         * src/pic16/gen.c: (_G): added entry interruptvector,
6406         * (assignResultValue): removed some commented out lines,
6407         * (genFunction): check for ISR via sym->type, absolute section for
6408         interrupt code is created via a new pBlock, the goto instruction is
6409         placed now correctly at the interrupt vector position, changed all
6410         references from ivec to _G.interruptvector,
6411         * WREG,STATUS,BSR are not saved in stack upon an entry to interrupt
6412         is the interrupt is a high priority one, same for return from ISR,
6413         * src/pic16/glue.c: changed all calls of addSetHead for publics and
6414         externs to calls of checkAddSym,
6415         * src/pic16/pcode.c (pic16_pBlockConvert2*): emit warning when
6416         pic16_pcode_verbose flag is set,
6417         * src/pic16/pcode.h: extern to pic16_pcode_verbose,
6418         * src/pic16/pcoderegs.c: message about how many registers are saved
6419         will only be emitted if pic16_pcode_verbose flag is set,
6420
6421 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6422
6423         * src/ds390/ralloc.h,
6424         * src/ds390/ralloc.c (ds390_regWithIdx),
6425         * src/ds390/gen.c (emitcode),
6426         * src/ds390/main.h,
6427         * src/ds390/main.c (instructionSize, ds390newAsmLineNode, updateOpRW,
6428         ds390opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
6429         ds390operandCompare, getRegsRead, getRegsWritten,
6430         initializeAsmLineNode): customized instruction size calculation for
6431         ds390, started basis for some register optimizations
6432         * src/ds390/gen.c (gen390Code, emitcode): associate iCodes with
6433         corresponding assembly output
6434         * src/ds390/gen.c (genFunction, genEndFunction): added case to handle
6435         missing push/pop of r0/r1. Optimized push/pops
6436
6437 2004-03-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6438
6439         * src/mcs51/main.c (instructionSize): fixed ACALL size
6440         * src/mcs51/main.c (updateOpRW): fixed bug with @dptr, @a+dptr operands
6441
6442 2004-03-01 Vangelis Rokas <vrokas AT otenet.gr>
6443
6444         * src/pic16/device.c (pic16_dump_section): fixed a bug that allowed
6445         the sorting of rlist with NULL elements
6446         * (print_idataType, print_idata): NEW to create idata sections
6447         * src/pic16/device.h: idataSymSet new variable
6448         * src/pic16/gen.c (genFunction): fixed some bugs in string
6449         comparing, improved the absolute section creation for ISRs,
6450         added FSR0L/FSR0H in registers that are saved in an ISR,
6451         * (genInline): fixed the processing of inline snippets,
6452         now they undergo no process by the peephole optimizer
6453         * src/pic16/glue.c (pic16emitRegularMap): symbols with initialiser
6454         are placed in idataSymSet,
6455         * (pic16emitStaticSeg): extern symbols are added in externs,
6456         * src/pic16/ralloc.c (pic16_allocDirReg): work around to reduce bank
6457         switching when aboslute variables are placed in access bank memory
6458         * (pic16_writeUsedRegs): added call to pic16_dump_idata,
6459         * (packRegsForSupport,packRegsForAccUse,packRegsForOneuse):
6460         commented out with #if,
6461         * (pic16_packRegisters): reintroduce the check for CAST because some
6462         symbols are not correctly handled,
6463         * src/pic16/pcode.h: changed the definition of pCodeAsmDir to hold a
6464         pCodeInstruction instead of pCode,
6465         * src/pic16/pcode.c (pic16_newpCodeAsmDir): modified for the new
6466         pCodeAsmDir definition,
6467         * (pic16_pCode2str, genericPrint): when an AsmDir pcode has a NULL
6468         directive, then the argument directive is emitted without the leading
6469         tab, hack for inline labels which must be in the first column,
6470         * (compareLabel,pic16_findNextInstruction),
6471         * (pic16_findPrevInstruction): added case for PO_ASMDIR,
6472         * (insertBankSwitch): modified for the new pCodeAsmDir,
6473
6474 2004-03-01 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
6475         patch applied by Vangelis Rokas <vrokas AT otenet.gr>
6476
6477         * src/pic16/gen.c (pic16_popGet): case PO_DIR, adds the offset to
6478         instance,
6479         * (pushSide): commented out with #if,
6480         * (assignResultValue): fixed some typos in saving
6481         registers,
6482         * (genPcall): FIXED and sync'ed with genCall,
6483         * (genDataPointerGet,genDataPointerSet): using offset not leoffset
6484         * (genNearPointerGet): fixed to handle some more cases,
6485         implementation scheme via table reads,
6486         * (genConstPointerGet): modified to access code memory correct,
6487         * (genCodePointerGet,genNearPointerSet,genGenPointerSet): modified
6488         and improved to handle some cases
6489         * glue.c (printIvalType,printIvalChar,emitStaticSeg): use "DB"
6490         instead of "RETLW" for init data
6491         * src/pic16/ralloc.c (pic16_allocDirReg): warning when a symbol is
6492         not IN_DIRSPACE, work around to reduce bank switching when aboslute
6493         variables are placed in access bank memory (<0x80 and >=0xf80),
6494         * src/pic16/pcode.c: added SFRs TBLPTR, TABLAT, added opcodes TBLRD,
6495         TBLRD_POSTINC,TBLRD_POSTDEC,TBLRD_PREINC,TBLWT,TBLWT_POSTINC,
6496         TBLWT_POSTDEC,TBLWT_PREINC
6497         * Fixed initialisation of BSR, set "alias" for SSAVE to "0"
6498         * (pic16_emitDB,pic16_flushDB): New functions to generate "DB"
6499         directives
6500         * (pic16_pCodeConstString): use "DB" instead of "RETLW"
6501         * src/pic16/pcode.h: added TBLRD*,TBLWT*, added pic16_emitDB,
6502         pic16_flushDB, made pic16_newpCodeAsmDir public, added TBLPTR, TABLAT
6503         * src/pic16/ralloc.h: added IDX_BSR,IDX_TBLPTR*,IDX_TABLAT
6504
6505 2004-02-29  Borut Razem <borut.razem AT siol.net>
6506
6507         * src/Makefile.in, src/SDCCutil.c, support/Util/findme.c,
6508         support/Util/findme.h, support/Util/system.h: enhance binary relative
6509         search for lib and include by using findProgramPath()
6510
6511 2004-02-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6512
6513         * src/SDCCpeeph.h,
6514         * src/SDCCpeeph.c (pcDistance),
6515         * src/port.h,
6516         * src/mcs51/ralloc.h,
6517         * src/mcs51/ralloc.c (mcs51_regWithIdx),
6518         * src/mcs51/main.h,
6519         * src/mcs51/main.c (instructionSize, asmLineNode, updateOpRW,
6520         mcs51opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
6521         mcs51operandCompare, getRegsRead, getRegsWritten): made instruction
6522         size calculation port specific, started basis for some register
6523         optimizations
6524         * src/mcs51/gen.c (genFunction, genEndFunction): added case to handle
6525         missing push/pop of r0/r1. Optimized push/pops
6526         * src/mcs51/ralloc.c (packregisters): fixed bug #727095
6527         * device/lib/_modsint.c (_modsint),
6528         * device/lib/_modslong.c (_modslong): fixed sign of result in non-asm
6529         and stack version so regression tests pass
6530
6531 2004-02-26 Bernhard Held <bernhard AT bernhardheld.de>
6532
6533         * src/Makefile.in (dep): include SLIBOBJS in dependency check
6534         * src/SDCCast.c (decorateType): catch another small optimization
6535         with '?' operator
6536         * src/SDCCsymt.c (computeType): added comments and cosmetic changes
6537         * src/SDCCval.c (valMult, valDiv, valMod, valPlus, valMinus, valShift):
6538         modified to finally use computeType() all over SDCC,
6539         see Feature Request #877103
6540         * src/SDCCval.h: cosmetic
6541         * src/SDCCicode.c (operandOperation): fixed EQ_OP bug, now same as in
6542         valCompare(); regression tested in muldiv.c
6543         * support/regression/tests/muldiv.c (testMod): mod sign follows
6544         dividend only
6545
6546 2004-02-23 Bernhard Held <bernhard AT bernhardheld.de>
6547
6548         * src/SDCCast.c (decorateType): fixed bug #902362
6549         * doc/INSTALL.txt: fixed install instructions for win32
6550
6551 2004-02-21 Bernhard Held <bernhard AT bernhardheld.de>
6552
6553         * device/include/Makefile.in (install): fixed by replacing spaces
6554         by tabs
6555         * doc/README.txt,
6556         * doc/INSTALL.txt: updated for release
6557         * doc/sdccman.lyx: added warning for --xstack being buggy
6558
6559 2004-02-20 Bernhard Held <bernhard AT bernhardheld.de>
6560
6561         * src/pic16/ralloc.c (packRegsForAccUse):  disabled functions with #if
6562         to eliminate build warnings.
6563         * src/pic16/gen.c (pic16_popGet): fixed for gcc 2.95.4
6564
6565 2004-02-20 Vangelis Rokas <vrokas AT otenet.gr>
6566            Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
6567
6568         * doc/sdccman.lyx: removed PIC16 from PIC16 Port Specific Options,
6569         removed -penable-stack, added comment for stack pragma, added
6570         warning for not initializing the stack/frame registers, removed
6571         comment at interrupts section
6572
6573         Stack is made permanent, there is no ability to disable stack usage.
6574         * src/pic16/device.h,
6575         * src/pic16/device.c: removed all references to USE_STACK macro,
6576         * src/pic16/device.c (pic16_dump_section): when no elements in
6577         rlist, free rlist before return,
6578         * (pic16_dump_int_registers): NEW, internal registers are a new set
6579         of general purpose registers reused by each function,
6580         * (checkAddReg): returns 1 if registers is added to set,
6581         * (pic16_groupRegistersInSection): when a registers is of type
6582         PO_GPR_TEMP add it in pic16_int_regs and not in pic16_rel_udata,
6583         * src/pic16/device.h: memRange and Assigned Memory are deleted,
6584         SRCASECMP macro is moved here from device.c
6585         * src/pic16/genarith.c (pic16_pCodeOpType): added cases for
6586         PO_PCLATU, PO_PRODL, PO_PRODH,
6587         * (pic16_pCodeOpType, genMinus,
6588         changed compares to "a" register, with AOP_ACC,
6589         * (pic16_genPlus): fixed some bugs and indented properly,
6590         * (pic16_addSign): changed size to size+offset in the MOVWF
6591         instruction,
6592         * (pic16_genUMult8XLit_8): NEW, uses processor MULLW instruction to
6593         multiply 8-bit operand by literal, result is 8-bit,
6594         * (pic16_genUMult8X8_8): NEW, uses processor MULWF instruction to
6595         multiply 2 8-bit operand, result is 8-bit,
6596         * (pic16_genMult8X8_8): modified to call genUMult8X*_8 functions and not
6597         genUMult8X*_16,
6598         * src/pic16/gen.c: changed accUse to contain WREG only,
6599         * (pic16_emitcomment): renamed to pic16_emitpcomment,
6600         * (aopForSym): allocated dir register when IN_DIRSPACE(space) is,
6601         true, do not use immediate addressing any more unless sym is a
6602         pointer in codespace,
6603         * (aopForRemat): do not use immediate addressing when symbol not in
6604         codespace and when symbol's address is requested,
6605         * (aopOp): for-loop in if(sym->accUse) is modified for the new
6606         accUse size (= 1),
6607         * (aopGet): added case for AOP_ACC and don't return "accumulator
6608         bug" but WREG instead,
6609         * (popGetTempReg): pushes contents of temporary register in stack,
6610         * (popReleaseTempReg): pops contents of temporary register from
6611         stack. Use popGetTempReg/popReleaseTempReg in aligned pairs,
6612         * (pic16_popGet): separated case AOP_ACC to return register WREG
6613         from processor registers, AOP_PCODE not checks if pcop is PO_DIR
6614         or PO_IMMEDIATE and initializes their instance/offset appropriately,
6615         * The whole issue with aopForSym,aopForRemat,popGet) is to minimize
6616         the use of immediate pointers to certain cases only.
6617
6618         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): use pic16_popGet2p,
6619         * (pic16_loadFromReturn, pic16_storeForReturn: NEW,
6620         * (assignResultValue, genCall, genRet): modified to use the new
6621         function return value scheme with WREG,PRODL,PRODH,FSR0L and FSR0,
6622         genPcall is still broken,
6623         * (genFunction): added code to create 'A' type pBlocks when
6624         interrupt functions are generated, code not extensively tested yet,
6625         ISRs push WREG,STATUS,BSR,PRODL,PRODH,FSR0L,FSR0H registers on stack,
6626         * (genEndFunction): modified so ISRs pop stored registers from stack,
6627         * (genMultOneByte): cleanup,
6628         * (AccRsh): added flag andmask, to and result with appropriate mask,
6629         * (genUnpackBits,genPackBits): fixed and can handle bit fields,
6630         * (genDataPointerGet): fixed and reenabled its use,
6631         * (genNearDataPointerGet): bugs fixed,
6632         * (genDataPointerSet): bugs fixed,
6633         * src/pic16/genutils.c: added functions pic16_DumpValue,pic16_DumpAop,
6634         pic16_DumpSymbol, pic16_DumpOp,
6635         * src/pic16/genutils.h: function prototypes for the above functions,
6636         * src/pic16/glue.c: new flags initsfpnt, to initialize stack/frame
6637         pointers,
6638         * (pic16emitRegularMap): many many many improvements, but needs a
6639         major cleanup,
6640         * src/pic16/main.c: enable_stack in pic16_options is removed,
6641         * (_pic16_parseOptions): removed command line options -penable-stack,
6642         * (_process_pragma): emit stack symbol only when stack pragma is
6643         processed,
6644         * src/pic16/pcode.c: pic16_pc_fsr0 is removed, all operations are
6645         redirected to FSR0L/FSR0H pair,
6646         * (pic16_get_op, pic16_get_op2): modifications and improvements,
6647         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
6648         cases PO_PRODL,PO_PRODH, pic16_getRegFromInstruction2 returns sane
6649         for immediates,
6650         * (insertBankSwitch): modified to handle cases like: (alfa + 1)
6651         * (dumpPicOptype): NEW,
6652         * src/pic16/pcode.h: added PO_PCLATU,PO_PRODL,PO_PRODH in enum,
6653         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed bug
6654         with movff instruction,
6655         * src/pic16/ralloc.c: renamed typeRegWithIdx to pic16_typeRegWithIdx,
6656         added pic16_int_regs, some packRegsFor* functions are commented out,
6657         because produce errors,
6658         * src/pic16/NOTES: minor modifications
6659
6660 2004-02-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6661
6662         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c, as/mcs51/lkmain.c,
6663         as/mcs51/lkmem.c, src/SDCCglob.h, src/SDCCmain.c: added options --stack-size and
6664         --pack-iram.
6665         * doc/sdccman.lyx: described options --stack-size and --pack-iram.
6666         * as/mcs51/lkaomf51.c: fixed bug #895763
6667
6668 2004-02-17 Bernhard Held <bernhard AT bernhardheld.de>
6669
6670         * device/include/c8051f320.h: added. Contributed by Maarten Brock.
6671
6672 2004-02-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6673
6674         * doc/sdccman.lyx: added details about the HC08 storage classes and
6675         interrupts, fixed the register usage info for z80 & gbz80
6676
6677 2004-02-17 Vangelis Rokas <vrokas AT otenet.gr>
6678
6679         * doc/sdccman.lyx: added more pic16 port documentation
6680         * device/include/pic16/: added header pic18fregs.h
6681
6682 2004-02-16 Bernhard Held <bernhard AT bernhardheld.de>
6683
6684         * doc/sdccman.lyx: added Vangelis' contribution
6685
6686 2004-02-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6687
6688         * src/SDCClrange.c (rlivePoint): live range of SEND operand should
6689         extend to the next CALL or PCALL, not just to the next CALL.
6690
6691 2004-02-16 Vangelis Rokas <vrokas AT otenet.gr>
6692
6693         * src/pic16/gen.c (genInline): fixed bug #896482 with inline assembly
6694
6695 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6696
6697         * src/mcs51/ralloc.c (packRegsForAssign, reassignAliasedSym): fixed
6698         bug #895752 and a better fix for bug #716790
6699
6700 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6701
6702         * src/SDCCsymt.c (processFuncArgs): fixed bug #896796
6703
6704 2004-02-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6705
6706         * doc/sdccman.lyx: minor changes, minor changed
6707
6708 2004-02-13 Bernhard Held <bernhard AT bernhardheld.de>
6709
6710         * src/SDCCicode.c (usualBinaryConversions): removed pic16 from ports
6711         which can't handle SDCC_NEWONEBYTEOPS,
6712         (geniCodeMultiply): removed conversion from mult to shift for pic14
6713         and pic16
6714
6715 2004-02-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6716
6717         * src/hc08/gen.h,
6718         * src/hc08/gen.c (storeRegToAop, aopOp, aopAdrStr, accopWithAop,
6719         rmwWithAop): Ported my 2003-10-02 fix for bug #663539 to the hc08,
6720         thus fixing bug #895406
6721
6722 2004-02-11 Bernhard Held <bernhard AT bernhardheld.de>
6723
6724         * device/lib/_modsint.c,
6725         * device/lib/_modslong.c: sign follows divisor only
6726         * src/hc08/gen.c (genMultOneByte): if result size is 1,
6727         signs or signedness can be ignored
6728         * src/SDCCast.c (addCast): cosmetic - added lineno to CAST
6729         * src/SDCCast.c (resultTypePropagate): added even more ops: +, - and *,
6730         added optimization for IFX,
6731         (decorateType): Mult/Div/ModOneByte ops can handle all kind of signed
6732         arguments;
6733         reenabled optimization for IFX, which was removed on 2004-01-11
6734         * src/SDCCast.h: added return type IFX
6735         * src/SDCCicode.c: Mult/Div/ModOneByte ops can handle all kind of signed
6736         arguments with 8 or 16 bit results; pic14 and pic16 ports use old
6737         promotion behaviour; env. var. SDCC_NEWONEBYTEOPS selects the new,
6738         SDCC_OLDONEBYTEOPS selects the old behaviour
6739         * src/SDCCsymt.c (computeType): type2 can be NULL (for LEFT_OP);
6740         changed again and commented promotion rule
6741         * src/SDCCval.c (valDiv): promotion no longer necessary
6742         * src/ds390/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte),
6743         * src/mcs51/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte):
6744         rewritten
6745         * support/regression/tests/onebyte.c: added
6746
6747 2004-02-11 Vangelis Rokas <vrokas AT otenet.gr>
6748
6749         * gen.c (genInline): reverted to old code for assemnling inline
6750         code because of bug reported James Chadd
6751
6752 2004-02-10 Vangelis Rokas <vrokas AT otenet.gr>
6753
6754         * ralloc.h: missing declarations from previous patch,
6755         seems that patch for ralloc.h was never applied, fixed
6756
6757 2004-02-10 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
6758            patch committed by Vangelis Rokas <vrokas AT otenet.gr>
6759
6760         * pcode.c,
6761         * pcode.h,
6762         * ralloc.h: added FSR0L, FSR0H and other missing PIC16 SFR's for
6763         indirect addressing. Marked FSR0 as deprecated
6764         * gen.c (pointerCode): commented out, not needed now
6765         (pic16_popGet2p): new MOVFF helper function
6766         (genGenPointerGet),
6767         (genGenPointerSet): reimplemented with MOVFF and POSTINC0
6768         (shiftRLong): removed duplicate debugging info
6769
6770 2004-02-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6771
6772         * src/ds390/gen.c (genNearPointerGet),
6773         * src/mcs51/gen.c (genNearPointerGet): allow the genDataPointerGet()
6774         optimization with bits, but not bitfields.
6775         * src/ds390/ralloc.c (packRegisters),
6776         * src/mcs51/ralloc.c (packRegisters): fixed bug #884453 & #880832
6777
6778 2004-02-09 Bernhard Held <bernhard AT bernhardheld.de>
6779
6780         * src/SDCCcse.c (algebraicOpts): copy operands before modification
6781
6782 2004-02-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6783
6784         * src/SDCCsymt.h,
6785         * src/SDCCicode.c (operandFromSymbol),
6786         * src/mcs51/ralloc.c (verifyRegsAssigned, serialRegAssign),
6787         * src/ds390/ralloc.c (verifyRegsAssigned, serialRegAssign),
6788         * src/z80/ralloc.c (verifyRegsAssigned, serialRegAssign),
6789         * src/hc08/ralloc.c (verifyRegsAssigned, serialRegAssign),
6790         * src/pic/ralloc.c (verifyRegsAssigned, serialRegAssign),
6791         * src/pic16/ralloc.c (verifyRegsAssigned, serialRegAssign): fixed
6792         bug #892038
6793         * src/SDCCast.c (createIvalStruct, createIvalArray, gatherAutoInit),
6794         * src/SDCCglue.c (emitRegularMap, printIvalStruct, printIvalArray,
6795         printIvalCharPtr, printIvalPtr, printIval, emitStaticSeg, emitOverlay)
6796         * src/SDCCsymt.c (newSymbol),
6797         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
6798         enumerator_list),
6799         * src/SDCCval.h,
6800         * src/SDCCval.c (newiList): fixed bug #885705
6801
6802 2004-02-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6803
6804         * doc/sdccman.lyx: added section 3.1.4: sdcclib.
6805         * as/mcs51/lkmem.c: report the size of the stack in .mem file.
6806
6807 2004-02-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6808
6809         * device/include/c8051f120.h,
6810         * device/include/c8051f300.h,
6811         * device/include/c8051f310.h: added/updated header files for Silicon
6812         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
6813         * doc/sdccman.lyx: minor changes, recommended diff -Naur and diff -u
6814         in new section Submitting patches
6815
6816 2004-02-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6817
6818         * src/mcs51/gen.c (genNearPointerGet, genPagedPointerGet,
6819         genFarPointerGet, genCodePointerGet, genGenPointerGet,
6820         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
6821         genGenPointerSet),
6822         * src/ds390/gen.c (genNearPointerGet, genPagedPointerGet,
6823         genFarPointerGet, genCodePointerGet, genGenPointerGet,
6824         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
6825         genGenPointerSet),
6826         * src/pic16/gen.c (genNearPointerGet, genPagedPointerGet,
6827         genFarPointerGet, genCodePointerGet, genGenPointerGet,
6828         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
6829         genGenPointerSet),
6830         * src/pic/gen.c (genNearPointerGet, genPagedPointerGet,
6831         genFarPointerGet, genCodePointerGet, genGenPointerGet,
6832         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
6833         genGenPointerSet): fixed bug #892400
6834         * src/pic16/gen.c (genSkipz, AccRol): disabled functions with #if 0
6835         to eliminate build warnings.
6836         * src/SDCCast.c (processParms),
6837         * src/SDCC.y (function_declarator2, declarator2_function_attributes):
6838         fixed bug 751859
6839         * support/valdiag/valdiag.py: added GCC to the list of defines active
6840         when compiling with gcc
6841
6842 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6843
6844         * support/Util/SDCCerr.h,
6845         * support/Util/SDCCerr.c,
6846         * src/SDCCast.c (decorateType, sizeofOp): complain when sizeof is used
6847         with an incomplete type (fixed bug #883734)
6848         * src/SDCCicode.c (geniCodeCast): fixed bug #890510
6849
6850 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6851
6852         * src/pic16/gen.c (genCmpEq, shiftRLong): fixed declarations
6853
6854 2004-02-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6855
6856         * src/SDCCast.c (decorateType),
6857         * src/SDCCicode.c (geniCodeParms, geniCodeCall): fixed bugs in my ANSI
6858         function pointer implementation
6859         * support/regression/tests/funptrs.c: added tests to verify both forms
6860         of function pointers work correctly. Added tests to verify parameters
6861         are passed in the correct order.
6862
6863 2004-02-06  Vangelis Rokas <vrokas AT otenet.gr>
6864
6865         * device.c (regCompare): registers are sorted by ascending
6866         address and increasing size,
6867         * main.c (_pic16_finaliseOptions): removed the declaration
6868         of compiler macro MCU. Now a macro of the format pic18fxxxx
6869         will be defined from the command line
6870
6871 2004-02-06  Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
6872             patch committed by Vangelis Rokas <vrokas AT otenet.gr>
6873
6874         * pcode.c (pic16initMnemonics): fixed typo in assignment to PCOP_RLNCF
6875         PCOP_RLCF was overwritten!
6876         * gen.c (genSkip): commented out calls to pic16_emitcode,
6877         * (genCmpEQ): fixed "long" compares, only high word did get compared,
6878         * (genlshTwo),
6879         * (genRRC): added debugging info,
6880         * (shiftL2Left2Result): Fixed bug, if offr > offl. Result got
6881         overwritten while shifting,
6882         * (shiftR2Left2Result): Fixed bug, if offr < offl. Result got
6883         overwritten while shifting,
6884         * (AccLsh),
6885         * (AccRsh),
6886         * (shiftLLeftOrResult),
6887         * (shiftRLeftOrResult),
6888         * (shiftRLong),
6889         * (shiftLLong): Implemented with pic16_emitpcode
6890         * (genlshFour): Replaced pic16_aopPut with pic16_emitpcode,
6891         * (genLeftShift): Fixed bug, operand for shift by variable always
6892         was "and"ed with 0x0f,
6893         * (genLeftShiftLiteral),
6894         * (genrshTwo),
6895         * (genRightShiftLiteral): added debugging info,
6896         * (genrshFour): added comment,
6897         * (genRightShift): determined signedness from operand "left"
6898         instead of "result"
6899
6900 2004-02-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6901
6902         * src/SDCCicode.c (geniCodeParms),
6903         * src/SDCCast.c (decorateType, processParms): support for ANSI-style
6904         function pointers, fixed function pointer bugs #861242 and #861896
6905
6906 2004-01-31 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6907
6908         * device/include/c8051f000.h,
6909         * device/include/c8051f120.h,
6910         * device/include/c8051f300.h: added header files for Silicon
6911         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
6912
6913 2004-01-31 Bernhard Held <bernhard AT bernhardheld.de>
6914
6915         * src/SDCCast.c (processParams): added new type flow and restructured
6916         (gatherAutoInit): added new type flow
6917         (addCast): cosmetic changes
6918         (getLeftResultType): added new type flow for array indices, patch
6919         provided by Stas, see FR #877103
6920         (decorateType): SDCC_NEWTYPEFLOW removed, new type flow is now standard;
6921         array index patch by Stas
6922         * src/SDCCast.h: added prototype getResultTypeFromType()
6923         * src/SDCCval.h,
6924         * src/SDCCval.c (resolveIvalSym) (resolveIvalSym),
6925         * src/pic/glue.c (pic14emitStaticSeg),
6926         * src/pic16/glue.c (pic16emitStaticSeg),
6927         * src/SDCCglue.c (emitRegularMap) (emitStaticSeg): added new type flow
6928         for initialization of symbols
6929         * src/SDCCicode.c (geniCodeArray): removed warning W_ARRAY_BOUND
6930         * support/Util/SDCCerr.h:
6931         * support/Util/SDCCerr.c: replaced W_ARRAY_BOUND by W_IDX_OUT_OF_BOUNDS
6932         * .version: bumped version number to 2.3.8
6933         * device/include/Makefile.in (install),
6934         * doc/Makefile (install): changed to 'rm `find ...`' construct to
6935         avoid warnings
6936
6937 2004-01-30 Bernhard Held <bernhard AT bernhardheld.de>
6938
6939         * support/regression/tests/libmullong.c: fixed for 64 bit hosts
6940         Slade Rich fixed an optimization bug
6941         * src/pic/pcodepeep.c,
6942         * src/pic/pcoderegs.c
6943         * doc/Makefile (install): added test for directory
6944
6945 2004-01-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6946
6947         * src/mcs51/ralloc.c (getRegPtr, getRegGpr),
6948         * src/ds390/ralloc.c (getRegPtr, getRegGpr),
6949         * src/pic/ralloc.c (getRegPtr, getRegGpr),
6950         * src/pic16/ralloc.c (getRegPtr, getRegGpr),
6951         * src/z80/ralloc.c (getRegGpr): fixed bug #883361
6952         * as/mcs51/asexpr.c (term),
6953         * as/hc08/asexpr.c (term): fixed bug #887146
6954
6955 2004-01-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6956
6957         * src/z80/gen.c (genMult): handle single byte result product
6958         * src/SDCCopt.c (killDeadCode): never convert ADDRESS_OF iCode to
6959         DUMMY_READ_VOLATILE (fixed bug #886367)
6960
6961 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
6962
6963         * support/regression/tests/libmullong.c: fixed logic, on little endian
6964         hosts we ended without a mullong_wrapper()
6965
6966 2004-01-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6967
6968         * ChangeLog: changed "@" to " AT " in hopes of reducing spam and
6969         virus/worm forged address usage.
6970
6971 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
6972
6973         Fixed promotion, it should be done on AST level:
6974         * src/SDCCast.c (addCast): added promotion to int
6975         (decorateType): updated call to upCast()
6976         * src/SDCCicode.c (geniCodeLeftShift): removed call to
6977         usualUnaryConversions()
6978
6979 2004-01-26  Michael Hope  <michaelh AT juju.net.nz>
6980
6981         * support/regression/tests/literalop.c (mulWrapper): Added a
6982         wrapper to remove integer overflow warnings.
6983
6984         * support/regression/tests/float_trans.c: Made work on host.
6985
6986         * support/regression/ports/ucz80/spec.mk (UCZ80): Made detect the
6987         location of sz80.
6988
6989         * support/regression/generate-cases.py (main): Changed from inline
6990         to a main method.
6991
6992         * doc/Makefile (install): Changed to depth first to get rid of
6993         missing directory install warning.
6994
6995         * as/Makefile (install-doc): Made work on Mac.
6996
6997 2004-01-25 Bernhard Held <bernhard AT bernhardheld.de>
6998
6999         * src/SDCCast.c: added an additional type flow in decorateType() of
7000         opposite direction, see feature request #860006; it's enabled at runtime
7001         by setting the environment variable SDCC_NEWTYPEFLOW
7002         * src/SDCCast.h: changed prototype of decorateType()
7003         * src/SDCCglue.c (emitRegularMap): updated call of decorateType()
7004         * src/SDCCicode.c (geniCodeDivision) (geniCodeModulus): promotion from
7005         'char' to 'int' can be omitted, if both operands are 'unsigned char';
7006         see feature request #877103
7007         * src/SDCCval.c: updated call of decorateType()
7008         (valBitwise): fixed bug #882876
7009         (valMinus): added promotion
7010         (valLogicAndOr): result is unsigned
7011         (cheapestVal) (constVal): literals from 0...255 are 'unsigned char' now
7012         * src/SDCCsymt.c (computeType),
7013         * src/mcs51/gen.c (genCmpGt) (genCmpLt): literal 'unsigned char'
7014         must not cause an unsigned operation
7015         * src/pic/glue (pic14emitRegularMap),
7016         * src/pic16/glue.c (pic16emitRegularMap): updated call of decorateType()
7017
7018 2004-01-23 Bernhard Held <bernhard AT bernhardheld.de>
7019
7020         * src/pic/pcode.c (PCodeID): commented out left over debug code
7021
7022 2004-01-20 Bernhard Held <bernhard AT bernhardheld.de>
7023
7024         * support/valdiag/tests/overflow.c: added shift tests
7025         * src/pic/device.c,
7026         * src/pic/gen.c,
7027         * src/pic/gen.h,
7028         * src/pic/glue.c,
7029         * src/pic/main.c,
7030         * src/pic/pcode.c,
7031         * src/pic/pcode.h,
7032         * src/pic/pcodepeep.c,
7033         * src/pic/pcoderegs.c,
7034         * src/pic/ralloc.c,
7035         * src/pic/ralloc.h: applied patch from Slade Rich;
7036         added support for multiple code pages and multiple RAM banks on the
7037         PIC 14 port. The ASM files now no longer simply assume all the
7038         code / RAM are in the same page / bank. This means the linker can
7039         safely allocate code/RAM of separate ASM files to different pages/banks.
7040         * doc/sdccman.lyx: added Slade's tips
7041         * src/mcs51/peeph.def: fixed bug #880768
7042
7043 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7044
7045         * src/hc08/ralloc.c (rematStr): fixed bug #879282
7046         * src/SDCCast.c (decorateType): fixed bug #880197
7047
7048 2004-01-20  Michael Hope  <michaelh AT juju.net.nz>
7049
7050         * sim/ucsim/gui.src/serio.src/main.cc: Fixed unconditional use of
7051         getopt.h.
7052
7053         * debugger/mcs51/cmd.c (getValBasic): Changed strtof to strtod as
7054         strtof is not part of C89 and isn't included with Mac OS X.
7055
7056 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7057
7058         * src/hc08/gen.c (genPlusIncr, genUminus, genMinusDec, genCmp,
7059         shiftL2Left2Result): fixed bug #879326
7060         (genAnd, genOr, genXor): fixed bug when result was of type AOP_CRY
7061         (genMultOneByte): fixed bug in signed vs unsigned multiplication
7062         * sim/ucsim/hc08.src/inst.cc (inst_clr): added missing effective
7063         address fetch for clr instruction
7064         * device/lib/hc08/_mulint.c: created optimized assembly version
7065         * src/SDCCdflow.c (computeDataFlow): fixed bug #878209
7066
7067 2004-01-19 Bernhard Held <bernhard AT bernhardheld.de>
7068
7069         * src/SDCCicode.c (geniCodeArray): applied patch from Stas Sergeev
7070         proposed in FR #877103
7071
7072 2004-01-18 Bernhard Held <bernhard AT bernhardheld.de>
7073
7074         * src/SDCCval.c (cheapestVal): added missing checks
7075         * src/SDCCicode.c (usualBinaryConversions): fixed condition
7076         * src/SDCCicode.c (geniCodeAdd): fixed part of bug #877103
7077
7078 2004-01-16 Klaus Flittner <klaus_flittner AT gmx.de>
7079
7080         * src/ds390/gen.c (aopOp3): fixed the assignment of different dptrs to
7081         equal operands
7082
7083 2004-01-16 Vangelis Rokas <vrokas AT otenet.gr>
7084
7085         * src/SDCCmain.c (linkEdit): variable $3 of the linker command is
7086         loaded with the linker search paths (-L arguments) and the libraries
7087         to be linked with the current source (-l arguments). Changes
7088         currently will affect only the pic16 port.
7089         * src/pic16/main.c (_pic16_finaliseOptions): add to the linker
7090         include path the port specific paths and port specific libraries,
7091         * gplink command now contains the $3 argument,
7092         * src/pic16/device.h,
7093         * src/pic16/device.c,: structure PIC_device is made public and
7094         renamed to PIC16_device, the same for variable Pics which is renamed
7095         to Pics16. Updated all references to them.
7096         * src/pic16/glue.c (pic16glue): corrected bug with code
7097         initialization which bypassed the variable initializations block.
7098
7099         * device/lib/pic16/Makefile.rules: removed --penable-stack from
7100         COMPILE_FLAGS and added the --nostdinc option
7101
7102 2004-01-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7103
7104         * device/include/mc68hc908jb8.h: Register defs for another member
7105         of the hc08 family. Contributed by Bjorn Bringert - thanks!
7106
7107 2004-01-14 Vangelis Rokas <vrokas AT otenet.gr>
7108
7109         Documenting changes from previous commits.
7110         * configure.in (version 1.56),
7111         * configure: initially I've added AC_CONFIG_SUBDIRS(device/lib/pic16)
7112         when generating output files to configure the pic16 library,
7113         but now I've commented it out, since gputils aren't installed in the
7114         SF compile farm, so library won't compile
7115
7116         * device/lib/Makefile.in (version 1.56): initially I've added in
7117         target 'all' the prerequestive 'model-pic16' so it compiled the
7118         pic16 library, but now I've commented it out for the same reasons
7119         above,
7120         * added targets 'model-pic16' and 'objects-pic16' to compile the
7121         library
7122         * added target 'port-specific-objects-pic16' to handle the
7123         generated libraries and copy them into the build/ directory
7124         * added target 'clean-intermediate-pic16' to clean intermediate
7125         files into pic16 directory
7126         * in target 'installdirs' added line to create directory pic16 in
7127         the installation path
7128
7129         * device/include/Makefile.in (version 1.11): in target 'install'
7130         added lines to copy all header files to installation path,
7131         * in target 'installdirs' added line create directory for pic16
7132         headers in the installation path
7133
7134 2004-01-13 Klaus Flittner <klaus_flittner AT gmx.de>
7135
7136         * src/ds390/gen.c (genCall): fixed a double use of acc and b after
7137          a function call
7138
7139 2004-01-13 Bernhard Held <bernhard AT bernhardheld.de>
7140
7141         * configure,
7142         * device/lib/configure.in,
7143         * device/lib/configure: fixed for autoconf 2.57
7144
7145 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7146
7147         * src/z80/main.c (_parseOptions): fixed the portmode= command line
7148         option so that it actually works. Made it specific to the z80, since
7149         the gbz80 doesn't have these kinds of I/O ports.
7150
7151 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7152
7153         * device/include/z180.h,
7154         * device/lib/_memcpy.c,
7155         * device/lib/_memmove.c,
7156         * device/lib/_mulint.c,
7157         * device/lib/ser_ir.c,
7158         * device/lib/ser_ir_cts_rts.c,
7159         * device/lib/_strcmp.c,
7160         * device/lib/_strtok.c: fixed pragmas to non-deprecated form
7161         * src/z80/main.c (_process_pragma): add support for pragmas bank and
7162         portmode; added deprecation warning for bank= and protmode= forms.
7163         Also, guard against buffer overflow.
7164         * src/z80/gen.c (aopGet): generate better code for sfr banked read
7165
7166 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7167
7168         * src/hc08/main.c (_hc08_genAssemblerPreamble): fixed bug #875487. Also
7169         changed interrupt vector table generation to only emit declared vectors.
7170         * device/include/Makefile.in: added missing backslash
7171         * device/lib/pic16/Makefile.rules: add $(MODELFLAGS) to $(CFLAGS)
7172
7173 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
7174
7175         Mainly changes to support compilation of the device libraries
7176         * src/pic16/device.c: stack is allocated via symbol and not
7177         via literal number. The symbol is placed in the corresponding
7178         position of the data ram
7179         * (pic16_dump_section): relocatable and absolute uninitialized
7180         data are now emitted in sorted order to reduce section naming,
7181         * src/pic16/ralloc.c (newReg): fixed bug with SFR's that
7182         weren't marked as being in the access bank,
7183
7184 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
7185
7186         Added portion of GNU PIC Library under the directory
7187         device/include/pic16 and device/lib/pic16. These files
7188         contain the declarations of SFRs for the PIC18Fxx2 devices.
7189         The directory is initialized via configure from toplevel.
7190
7191 2004-01-12 Klaus Flittner <klaus_flittner AT gmx.de>
7192
7193         * src/ds390/gen.c (operandsEqu): fixed a little typo, that prevented
7194         the spilllocations to be compared correctly
7195
7196 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
7197
7198         * src/SDCCast.c (decorateType): fixed bug introduced today
7199
7200 2004-01-12  Borut Razem <borut.razem AT siol.net>
7201
7202         * src/SDCC.lex, support/Util/SDCCerr.h, support/Util/SDCCerr.c,
7203         doc/sdccman.lyx: upper case pragmas are deprecated
7204
7205 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
7206
7207         * src/SDCCast.c (decorateType): replacing 'ul > 0' by  '!ul' results
7208         in simpler and even better code
7209
7210 2004-01-11 Bernhard Held <bernhard AT bernhardheld.de>
7211
7212         * src/SDCCicode.c (operandOperation): fixed bug #874819
7213         * src/SDCCast.c (decorateType): fixed
7214         char foo (unsigned long ul) { return ul > 0; }
7215
7216 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7217
7218         * doc/sdccman.lyx: Moved and added some sections, small changes
7219         all over. Telling LaTeX to be less strict with word spacing
7220         to better keep the right margin. Changed some notes about
7221         maintainance of the ports in section 3.2.1 - is it OK like this?
7222
7223 2004-01-11 Vangelis Rokas <vrokas AT otenet.gr>
7224
7225         SDCC source changes:
7226         * src/SDCCopt.c (cntToFcall, cnvToFloatCast, cnvFromFloatCast,
7227         convilong): modified to inform the pic16 port that builtin functions
7228         are external
7229
7230         PIC16 PORT specific changes:
7231         * src/pic16/device.c pic16_dump_equates() added,
7232         processor registers declared internally by the port are emitted in
7233         the translation as equates,
7234         * src/pic16/gen.c: inline code is passed unprocessed to the
7235         translation,
7236         * (pic16_popGetLit2): fnuction modified to take second operand as
7237         pCodeOp pointer and not as literal,
7238         * (popRegFromIdx): prefixed with pic16_,
7239         * (pic16_popCombine2): modified to receive already allocated pCode
7240         operands,
7241         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): added
7242         * (genFunction): initializes local stack frame and pushes on stack
7243         all the registers used by this function,
7244         * (genEndFunction): restores all registers from stack and restores
7245         stack frame,
7246         * src/pic16/glue.c (pic16emitRegularMap): various changes and
7247         improvements,
7248         * (pic16glue): changed the program startup sequence,
7249         * added new dbName code 'A' for functions placed in absolute section
7250         * src/pic16/main.c: added function attribute _naked,
7251         * added pragma 'code' to place a fnuction at an absolute address,
7252         * added command line arguments --debug-ralloc and --pcode-verbose,
7253         * (_pic16_finiliseOptions): options.all_callee_saves is set by default
7254         * src/pic16/pcode.c (pic16_pBlockConvert2Absolute) added,
7255         * (pic16_newpCodeOpLit2): modified to take the second operand as
7256         pCodeOp pointer,
7257         * (pic16_printpBlock): modified to emit each function in a separate
7258         section,
7259         * (pic16_get_op): modified to use the gpasm modifiers LOW,HIGH and
7260         UPPER for immediate operands,
7261         * src/pic16/pcodepeeph.c: added peephole support for the LFSR
7262         instruction,
7263         * src/pic16/peeph.def: all peepholes with movff are commented out,
7264         because there is a problem in the pcode peep optimizer,
7265         * src/pic16/ralloc.c: the register allocator can now reuse local
7266         function symbols for another function. This saves register usage.
7267         * src/pic16/ralloc.h: added flag isLocal in structure regs,
7268
7269         Added file src/pic16/NOTES with information about program writing on
7270         the current port version.
7271
7272 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7273
7274         * src/mcs51/peephole.def: added peepholes 177.c,d (redundant moves)
7275         and peephole 252 (array access)
7276
7277 2004-01-09  Borut Razem <borut.razem AT siol.net>
7278
7279         * src/SDCCmain.c : fixed #872250: -l command line defined library
7280           files are scanned before standard library files
7281
7282 2004-01-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7283
7284         * src/SDCCast.c (decorateType): fixed bug #874046
7285
7286 2004-01-09  Borut Razem <borut.razem AT siol.net>
7287
7288         * support/scripts/sdcc.nsi: remove previous installation
7289
7290 2004-01-09 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7291
7292         * src/SDCCglue.c (createInterruptVect): don't append 7(5) padding
7293         bytes for last interrupt vector (mcs51)
7294         * sdcc.spec: fixed typo
7295
7296 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7297
7298         * src/mcs51/gen.c (genFunction, genEndFunction, genReceive, getTempRegs,
7299         gen51Code): more efficient parameter receive for --model-large
7300         ("bug" #845294)
7301
7302 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7303
7304         * src/ds390/main.c,
7305         * src/z80/main.c: added missed needLinkerScript flags (more than
7306         one port structure defined in these file)
7307         * src/ds390/gen.c (aopForSym, aopOp, operandsEqu, aopOp3): fixed
7308         bug #795325
7309
7310 2004-01-08 Vangelis Rokas <vrokas AT otenet.gr>
7311
7312         * src/SDCCmain.c: removed various references to DEFAULT_PORT
7313         * src/port.h: added flag needLinkerScript in port->linker
7314         structure to inform whether to create a .lnk file or not,
7315         * src/avr/main.c,
7316         * src/ds390/main.c,
7317         * src/hc08/main.c,
7318         * src/mcs51/main.c,
7319         * src/pic/main.c,
7320         * src/pic16/main.c,
7321         * src/xa51/main.c,
7322         * src/z80/main.c: changed appropriately to configure
7323         needLinkerScript flag
7324         * src/pic/gen.c,
7325         * src/pic16/gen.c (genAddrOf): fixed bug #863624
7326         * src/pic/glue.c: added variable udata_section_name to
7327         override default uninitialized data segment definition for
7328         devices only with SHAREBANK memory (reported from Erik Epetrich)
7329         * (pic14emitOverlay): modified to emit a commented overlay segment
7330         directive when no overlay data exist
7331         * (picglue): modified to emit uninitialized data segment
7332         according to udata_section_name
7333         * src/pic/main.c (_pic14_parseOptions): added command line
7334         options --udata-section-name=[name] to override default
7335         udata definition name
7336         * modified _linkCmd and _asmCmd to include compiler passed
7337         arguments via -W option
7338         * src/pic16/main.c: added $l in _asmCmd, changed extension for
7339         object file from '.rel' to '.o' in port->linker structure,
7340         changed size of fptr from 2 to 3 in port structure
7341
7342 2004-01-07  Borut Razem <borut.razem AT siol.net>
7343
7344         * support/scripts/sdcc.nsi: update PATH
7345         * support/scripts/sdcc.ico: craeted
7346
7347 2004-01-07 Bernhard Held <bernhard AT bernhardheld.de>
7348
7349         * device/include/Makefile.in: fix install
7350         * doc/Makefile: fix install
7351
7352 2004-01-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7353
7354         * src/SDCCsymt.c (processFuncArgs): fixed superflous allocation noted
7355         in bug #860505
7356         * src/SDCCmem.c (printAllocInfoSeg, printAllocInfo): minor changes to
7357         how the function variable allocation summary is displayed; also
7358         include information about variables allocated to the overlay
7359         segment
7360
7361 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7362
7363         * as/mcs51/lkmain.c: Help about -Y option
7364         * as/mcs51/lkarea.c: Fixed gcc warnings
7365
7366 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
7367
7368         * src/SDCCval.c (valShift): changed from 16 to 32 bit shift count,
7369         fixed warning
7370         * support/valdiag/tests/overflow.c: added
7371         * src/SDCCast.c (decorateType),
7372         * src/SDCCicode.c (geniCodeLeftShift): added promotion to int for
7373         LEFT_OP (left shift)
7374
7375 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7376
7377         * as/mcs51/lkmain.c: stack must be after data when option -Y is not used
7378         (default behaviour).
7379
7380 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7381
7382         A python script to validate compiler diagnostic messages. It can be
7383         used to verify that sdcc complains about bad c source code and
7384         gives a good location of the error.
7385         * support/valdiag/Makefile,
7386         * support/valdiag/valdiag.py,
7387         * support/valdiag/tests/*
7388
7389 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7390
7391         * src/SDCC.y (enum_specifier, enumerator_list, opt_assign_expr),
7392         * src/SDCCsymt.c (newEnumType),
7393         * src/SDCCsymt.h
7394         * support/Util/SDCCerr.c,
7395         * support/Util/SDCCerr.h: fixed bug #871258 and some other unreported
7396         enum related bugs.
7397         * support/regression/tests/enum.c: added test for enum values that
7398         require at least 2 bytes of storage.
7399
7400 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
7401
7402         * src/common.h: added ifndef/define/endif macros
7403         around the header file.
7404         Bug reported from Jesus Calvino-Fraga
7405
7406 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
7407
7408         * sdcc.spec: updated
7409         * device/include/Makefile.in: don't install CVS directories
7410         * device/lib/Makefile.in: added removal of CVS directories after install
7411         * doc/Makefile: fixed install, added local_icons
7412         * sim/ucsim/gui.src/Makefile.in: fixed an old typo
7413         * src/mcs51/gen.c (genRightShift): fixed bug #870788
7414         * src/ds390/gen.c (genRightShift): fixed bug #870788
7415         * src/SDCCast.c (decorateType): fixed bug #870781
7416
7417 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
7418
7419         PIC16 port related changes:
7420         * device.c: removed pic16_finalMapping and pic16_finalMappingSize,
7421         added variable stackPos,
7422
7423         * gen.c: genCall, assignResultValue: added support for
7424         pushing/retrieving function parameters to/from stack,
7425         genFunction,genEndFunction: setup stack frame for the
7426         generated function,
7427         genAddrOf: will be changed according to bug 863624
7428
7429         * added files genutils.c and genutils.h which contain gen*
7430         debugged and optimised functions extracted from gen.c
7431
7432         * glue.c: added variable 'externs' which holds extern symbols,
7433         pic16emitRegularMap: is modified to properly handle relocatable
7434          symbols under the new scheme,
7435         pic16createInterruptVect: is modified
7436         pic16printPublics: is modified to emit 'global' assembler directives,
7437         added pic16_printExterns to print extern symbols,
7438         pic16glue: initializes stack/frame pointer in the beginning of
7439         the assembly output. Temporary hack, will be corrected later,
7440         because gplink yet does not support stack and SDCC does not
7441         yet support a type of crt0.o object to create the final binary.
7442
7443         * Removed many lines that contain 8051 legacy code.
7444         * The code is finally placed under a 'code' directive.
7445         * Added port specific options.
7446
7447         * _process_pragma: simplified since now we do not need *special*
7448         include file to define SFR registers. But a separate header
7449         will be needed. This will be developed later.
7450         * _pic16_parseOptions: added, parses port specific options:
7451         --pgen-banksel, --obanksel=, --pomit-config-words, --pomit-ivt,
7452         --pleave-reset-vector, --penable-stack, --pstack-model, --debug-xtra
7453         --preplace-udata-with=
7454
7455         * _pic16_setDefaultOptions: modified to initialize section names,
7456         but hack is temporarly out of order since it needs improvement.
7457         * _pic16_genAssemblerPreamble: configuration words are emitted by
7458         their address instead of their name. This part is incomplete and
7459         supports only the 18Fxx2 devices. Other devices will emit an error
7460         during assembly since they do not contain the same set of config
7461         registers
7462         * _pic16_genIVT: is modified,
7463
7464         * pcode.c: added definitions for some hardware registers that are needed
7465         for stack support
7466         * added flag is2LitOp and variable pci_magic in pCodeInstruction.
7467         All PCI entries are updated. Now LFSR is supported.
7468         * Removed pic16_pciTRIS is mentioned by mdubuc in source
7469         * added pic16_newpCodeOpLit2 to support instructions with
7470         two literal arguments
7471         * pic16_pCode2str: corrected code that emits assembler instructions
7472         with two literal operands and those that have an access bit modifier
7473         * genericPrint: now PC_ASMDIR pCodes, can emit a label if it exists,
7474         this fixes a bug which caused some labels to be lost, when an
7475         assembler directive was added, i.e. banksel,
7476         * pic16_FixRegisterBanking: improved logic that causes the insertion
7477         of bank switching,
7478         * InlineFunction: functions that are called once, are not any more
7479         inlined. This can be a port option in the future,
7480
7481         * pcode.h: added pCodeOpLit2 and added variable label in pCodeAsmDir
7482
7483         * ralloc.c: added pic16_rel_udata and pic16_fix_udata variables which
7484         hold the corresponding uninitialized symbols,
7485         * pic16_allocProcessorRegister: registers have explicit marked the
7486         accessBank field,
7487         * pic16_allocInternalRegister: registers are explicit marked as
7488         not used,
7489         * pic16_writeUsedRegs: pic16_dynDirectBitRegs was missing from the
7490         processing list, so bit registers were lost,
7491         *
7492
7493         * ralloc.h: added field 'accessBank' and original symbol operand
7494         in register definition,
7495         * removed the field isMapped from register definition,
7496
7497         ** Several functions have been removed from various sources:
7498         BanksUsedFlow2,BanksUsedFlow,FixBankFlow,InstructionRegBank,
7499         pic16_addMemRange,pic16_isREGinBank,pic16_dump_map,pic16_dump_cblock
7500         isSFR,validAddress,mapRegister,assignRegister,pic16_assignFixedRegisters
7501         pic16_assignRelocatableRegisters
7502
7503         ** others have been introduced:
7504         pic16_areRegsSame,pic16_dump_section,checkAddReg,pic16_groupRegistersInSection
7505         pic16_popGetLit2,pic16_popCombine2,pushw,pushaop
7506
7507 2004-01-05 Vangelis Rokas <vrokas AT otenet.gr>
7508
7509         * support/scripts/inc2h.pl: changed definition of BIT_AT
7510         to emit 'sbit at' instead of 'bit at'. This was a request.
7511
7512         PIC16 port related preliminary changes:
7513         * gen.c: prefixed function popRegFromString with
7514         pic16_ and all references to it corrected
7515         * pcode.c: all pic16_pc_* hardware registers prefixed
7516         with underscore (_),
7517         pic16_popCopyGPR2Bit(): function sets register wasUsed=1
7518         * ralloc.c: newReg(): when register is REG_SFR then
7519         set address to rIdx,
7520         pic16_allocProcessorRegister(): marks register wasUsed=0
7521         pic16_writeUsedRegs(): added a call to assign processor
7522         registers via pic16_assignFixedRegisters
7523
7524 2004-01-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7525
7526         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c,
7527         as/mcs51/lkmain.c, as/mcs51/lkmem.c: 8051 linker can now pack
7528         variables in unused register banks.  Also the SSEG is placed
7529         wherever there is enough space for it, and IDATA can be anywhere
7530         in internal RAM.  For now compile using -Wl-Y[stack_size].
7531         The mem file is different for this option as well, since it
7532         makes no sense of talking about DSEG lenght.
7533
7534 2004-01-02 Vangelis Rokas <vrokas AT otenet.gr>
7535
7536         * src/SDCClrange.c: fixed bug 869095 that caused segfault
7537         in certain cases, e.g. when ROM assignment, patch provided
7538         from Albert den Haan.
7539
7540 2004-01-01 Bernhard Held <bernhard AT bernhardheld.de>
7541
7542         Many signedness and type propagation fixes:
7543         * src/SDCCicode.c: made geniCodeCast() static
7544         replaced SPEC_ by IS_ (cosmetic)
7545         (operandOperation): fixed div and mod operation
7546         (usualBinaryConversions): added support for promotion of char
7547         (geniCodeMultiply): replaced (unsigned long) by (TYPE_UDWORD)
7548         (geniCodeDivision): replaced (unsigned long) by (TYPE_UDWORD)
7549         (geniCodeAdd): an array index will stay unsigned, even if promoted
7550         from char to int
7551         (geniCodeArray): ditto
7552         * src/SDCCicode.h: made geniCodeCast() static: removed prototype
7553         * src/SDCCsymt.c (computeType): added more support for char;
7554         promotion of char is selectable by promoteCharToInt, fixed signedness
7555         for all cases
7556         (powof2): replaced (unsigned long) by (TYPE_UDWORD)
7557         * src/SDCCsymt.h (powof2): replaced (unsigned long) by (TYPE_UDWORD)
7558         * src/SDCCval (val*): replaced signedness calculation by
7559         computeType()
7560         rearranged if-branches (cosmetic)
7561         (valShift): added warning W_SHIFT_CHANGED
7562         (valCompare): fixed problem with different types
7563         * src/hc08/rallo.c (leastUsedLR): fixed gcc 3.3 warning
7564         * support/regression/tests/literalop.c: added many cases
7565         * support/regression/tests/ast_constant_folding.c: changed finally to
7566         'unsigned int'
7567         * .version: new year, new version: 2.3.7
7568         * src/SDCCmain.c (main): applied patch #866468
7569         * debugger/mcs51/sdcdb.c (parseCmdLine): added -k for ucsim, patch
7570         provided by Scott Bronson
7571         * doc/sdccman.lyx: updated documentation for sdcdb
7572         updated and added chapter tips
7573
7574 2004-01-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7575
7576         * src/SDCCsymt.h: missing from yesterday's commits
7577
7578 2003-12-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7579
7580         * src/SDCC.y (struct_or_union_specifier),
7581         * support/Util/SDCCerr.c,
7582         * support/Util/SDCCerr.h: verify that struct & union tags are used
7583         as declared.
7584
7585 2003-12-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7586
7587         * src/SDCCglobl.h: missing from yesterday's commits
7588
7589 2003-12-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7590
7591         * src/SDCC.y (external_definition, type_specifier2, sfr_reg_bit,
7592         sft_attributes, struct_declaration, parameter_declaration,
7593         type_name, start_block, declaration_list),
7594         * src/SDCC.lex (check_type): support redefinition of typedef names
7595
7596 2003-12-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7597
7598         * src/mcs51/gen.c (genPlus): added special handling for 256 byte
7599         aligned xdata arrays. Erik helped me with the if clause.
7600
7601 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7602
7603         * device/lib/ds390/tinibios.c (CpuSpeed): suppress unreachable code
7604         warning
7605
7606 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7607
7608         * src/SDCCast.h,
7609         * src/SDCCast.c (newAst_),
7610         * src/SDCCicode.h,
7611         * src/SDCCicode.c (ast2iCode, newiCode),
7612         * src/SDCCglobl.h,
7613         * src/SDCC.y (logical_and_expr, logical_or_expr, conditional_expr,
7614         expr, statement, expression_statement, selection_statement,
7615         iteration_statement, expr_opt, jump_statement): foundation for tracking
7616         sequence points
7617         * src/SDCCopt.c (killDeadCode): fixed bug #861580 (needs the sequence
7618         point code too)
7619
7620 2003-12-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7621
7622         * support/Util/SDCCerr.c,
7623         * src/SDCCast.h,
7624         * src/SDCCast.c (createCase, createDefault, decorateType),
7625         * src/SDCClabel.c (labelUnreach),
7626         * src/SDCC.y (labeled_statement, jump_statement): More improvements
7627         to error messages.
7628         * support/Util/SDCCerr.c (werrorfl): fixed a non-standard declaration
7629         (with thanks to Stas Sergeev)
7630         * device/include/time.h,
7631         * device/lib/time.c (CheckTime): suppress unreachable code warning
7632
7633 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7634
7635         * src/SDCCast.c (createIvalCharPtr),
7636         * src/SDCCglue.c (printChar): fixed bug #862241 (an error in my fix for
7637         bug #753752)
7638         * support/regression/tests/nullstring.c: tests for these two bugs
7639
7640 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7641
7642         * support/Util/SDCCerr.h,
7643         * support/Util/SDCCerr.c (E_NOT_ALLOWED),
7644         * src/SDCC.y (struct_declaration, struct_or_union_specifier): complain
7645         about storage class and 'at' used inside struct or union
7646         * src/SDCCBBlock.c (iCodeFromeBBlock),
7647         * src/SDCCcse.c (ifxOptimize),
7648         * src/SDCCglue.c (emitRegularMap, initPointer, printIvalStruct,
7649         printIvalArray, printiValFuncPtr, printIvalCharPtr, printIvalPtr,
7650         printIval, emitStaticSeg, emitOverlay),
7651         * src/SDCClabel.c (deleteIfx),
7652         * src/SDCCopt.c (replaceRegEqv, eBBlockFromiCode),
7653         * src/SDCCast.c (resolveSymbols, createIvalStruct, createIvalArray,
7654         gatherAutoInit, processParms),
7655         * support/Util/SDCCerr.h,
7656         * support/Util/SDCCerr.c (werrorfl): Support for better error location
7657         reporting for post-parse errors.
7658
7659 2003-12-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7660
7661         * src/SDCCval.c (valPlus, valMinus, valShift): fixed some problems with
7662         implicit casts via union; they don't work on big endian systems
7663         (possible fix for bug #861138)
7664
7665 2003-12-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7666
7667         (committed by Erik Petrich <epetrich AT ivorytower.norman.ok.us> on Frieder's behalf)
7668         * src/mcs51/main.c: fixed the fix for bug #737001
7669
7670 2003-12-15  Borut Razem <borut.razem AT siol.net>
7671
7672         * support/scripts/sdcc.nsi: updated for NSIS 2.0 beta 4
7673
7674 2003-12-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7675
7676         * support/makebin/makebin.c: put output in binary mode
7677
7678 2003-12-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7679
7680         * src/mcs51/main.c: fixed bug #737001 for the mcs51. SDCC clears
7681         xdata and data memory on startup. Set the environment variable
7682         SDCC_NOGENRAMCLEAR to disable this.
7683         * src/mcs51/peephole.def,
7684         * src/ds390/peephole.def: using the atomic test and clear instruction jbc
7685         (allows non-interrupt and interrupt code to safely compete for a resource
7686         without the non-interrupt code having to disable interrupts)
7687
7688 2003-12-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7689
7690         * src/SDCCicode.c (geniCodeAdd),
7691         * src/SDCCast.c (decorateType): fixed bug #857753 (need to be careful
7692         with valFromType if type might be a pointer and host is big endian).
7693         * src/SDCCast.c (decorateType): unary plus compatible with all arithmetic
7694         types, not just integer types.
7695         * src/SDCCsymt.c (addSymChain): clarified error message when symbol is
7696         multiply defined with mismatching "at" address.
7697
7698 2003-12-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7699
7700         * src/ds390/main.c (PORT tininative_port): fixed bug #858416
7701         * src/SDCCglue.c (printChar, printIvalChar, emitStaticSeg),
7702         * src/SDCCast.c (createIvalCharPtr, stringToSymbol): handle strings
7703         with embedded nulls (fixed bug #753752)
7704
7705 2003-12-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7706
7707         * src/mcs51/main.c(_mcs51_genRAMCLEAR): using r0 instead of r1/r2.
7708         Apparently this did not see much testing (endless loop)
7709
7710 2003-12-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7711
7712         * src/z80/ralloc.c: set DISABLE_PACK_HL = 1 as a temporary fix to bug #855165
7713
7714 2003-12-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7715
7716         * src/SDCCdebug.c (outputDebugSymbols, outputDebugStackSymbols, dumpSymInfo):
7717         gracefully handle NULL memmap pointers
7718
7719 2003-12-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7720
7721         * src/SDCCopt.c (killDeadCode): change iCode type to DUMMY_READ_VOLATILE
7722         instead of deleting the iCode when an operand is volatile
7723         * src/z80/gen.c (genDummyRead),
7724         * src/mcs51/gen.c (genDummyRead),
7725         * src/ds390/gen.c (genDummyRead),
7726         * src/hc08/gen.c (genDummyRead): handle operands in IC_LEFT and/or IC_RIGHT,
7727         not just IC_RIGHT
7728         * src/SDCCicode.c (geniCodeCall): fixed bug #851607
7729         * src/SDCC.y: fixed bug #850420
7730
7731 2003-12-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7732
7733         Applied z80 i/o port patch from Peter Townson and fixed some operators
7734         to better handle operands in A register.
7735         * device/include/z180.h
7736         * src/SDCC.y
7737         * src/SDCCglue.c
7738         * src/z80/gen.c
7739         * src/z80/gen.h
7740         * src/z80/main.c
7741         * src/z80/peeph-z80.def
7742         * src/z80/peeph.def
7743         * src/z80/z80.h
7744
7745 2003-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7746
7747         * src/SDCCsymt.c (addSymChain, compareTypeExact): fixed bug #838241 again
7748
7749 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7750
7751         * device/lib/hc08/_mullong.c: Removed extra #endif
7752
7753 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7754
7755         * sim/ucsim/hc08.src/inst.cc,
7756         * sim/ucsim/hc08.src/hc08mac.h: fixed some problems with CC flag bits and
7757         carries from x to h
7758         * src/hc08/gen.c (aopAdrStr): fixed problem with 16 bit immediate
7759         * src/hc08/gen.c (XAccRsh): fixed problem with right shift
7760         * device/include/stdarg.h: fixed varargs for hc08
7761         * device/lib/Makefile.in,
7762         * device/lib/hc08/Makefile,
7763         * device/lib/hc08/_mulint.c,
7764         * device/lib/hc08/_mullong.c: fixed some endian problems
7765
7766 2003-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7767
7768         * sdcc/src/mcs51/gen.c (genMultOneByte): help peephole 105
7769         * sdcc/src/mcs51/peeph.def: added peephole 186.e array access in code space
7770         * device/lib/_gptrget.c,
7771         * device/lib/_gptrput.c: P2 not used any more (related to #850747, #785979)
7772
7773 2003-11-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7774
7775         * src/SDCClrange.c (findNextUseSym, rlivePoint): fixed bug #849795
7776         * src/SDCCast.c (astErrors): fixed bug #846007
7777         * src/SDCCsymt.c (checkFunction): fixed follow-up bug on bug #846007
7778
7779 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7780
7781         * src/SDCCast.c (decorateType): disabled a transformation I added in
7782         revision 1.188 (access to fields of a structure at an absolute address);
7783         it breaks with bitfields, extern declarations, and gcse analysis.
7784         * src/SDCCopt.c (isLocalWithoutDef): if ADDRESS_OF applied to a symbol, it
7785         could be assigned through a pointer, so don't complain.
7786         * src/SDCCast.c (astErrors),
7787         * src/SDCCast.h,
7788         * src/SDCCglue.c (emitRegularMap): fixed bug #847813
7789
7790 2003-11-26 Vangelis Rokas <vrokas AT otenet.gr>
7791
7792         * src/pic16/main.c (_pic16_genIVT): fixed interrupt vector table
7793         * src/pic16/main.c (_pic16_genAssemblerPreamble): re-enabled the
7794         output of __config directives, since gpasm now supports them
7795         * src/pic16/main.c (_pic16_finaliseOptions): define MCU
7796         pre-processor macro, i.e. -DMCU=p18f452
7797         * src/pic16/ralloc.c: renamed packRegisters to pic16_packRegisters,
7798         and modified to handle 'cast' icode similarly to '=' icode
7799         * src/pic16/device.h (typedef struct PIC_device): added field
7800         'extMIface' to indicate that chip has external memory interface
7801         * src/pic16/device.c: added chips 18F248, 18F258, 18F448, 18F458,
7802         18F6520, 18F6620, 18F6680, 18F6720, 18F8520, 18F8620, 18F8680,
7803         18F8720
7804
7805 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7806
7807         * src/SDCC.y (pointer): fixed bug #846006
7808         * support/Util/SDCCerr.c: made W_PTR_TYPE_INVALID message clearer
7809         * src/SDCCast.c (decorateType): fixed bug #846009
7810         * src/ds390/peeph.def,
7811         * src/ds390/gen.c (genAnd, genOr),
7812         * src/mcs51/peeph.def,
7813         * src/mcs51/gen.c (genAnd, genOr): fixed bug #846777
7814
7815 2003-11-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7816
7817         Fixed several common-sub-expression bugs (#772861, #768380, & #755323)
7818         * src/SDCCdflow.c
7819         * src/SDCCcse.c
7820         * src/SDCCcse.h
7821         * src/SDCCBBlock.h
7822         * src/SDCCBBlock.c
7823
7824 2003-11-23 Klaus Flittner <klaus_flittner AT gmx.de>
7825
7826         fixed bug #845089
7827         * src/SDCCbitv.h,
7828         * src/SDCCbitv.c: added function to free a bitvector
7829         * src/SDCClrange.h,
7830         * src/SDCClrange.c: added function to recompute the liveranges
7831         * src/avr/ralloc.c,
7832         * src/ds390/ralloc.c,
7833         * src/hc08/ralloc.c,
7834         * src/mcs51/ralloc.c,
7835         * src/pic/ralloc.c,
7836         * src/pic16/ralloc.c,
7837         * src/xa51/ralloc.c,
7838         * src/z80/ralloc.c: recompute the liveranges after register packing
7839
7840 2003-11-21 Klaus Flittner <klaus_flittner AT gmx.de>
7841
7842         * src/SDCCloop.c (newInduction): fixed bug #845630
7843
7844 2003-11-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7845
7846         * src/SDCCsymt.c (compareTypesExact): disabled debugging output
7847         inadvertantly left behind from my 2003-11-12 change
7848
7849 2003-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7850
7851         Updated headers I neglected to commit yesterday.
7852         * src/SDCClrange.h,
7853         * src/SDCCicode.h
7854
7855 2003-11-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7856
7857         * src/SDCCcse.c (algebraicOpts): fixed bug #773153
7858         * src/SDCClrange.c (rlivePoint): need to mark IC_RESULT used if POINTER_SET op
7859         * src/SDCCopt.c (eBBlockFromiCode),
7860         * src/SDCClrange.c (hashiCodeKeys, sequenceiCode, computeLiveRanges): seperated
7861         the creation of the key hash table from the sequencing so it can be used
7862         earlier (for some GCSE bug fixes still pending)
7863
7864 2003-11-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7865
7866         * src/mcs51/gen.c (genPlus): generate shortcut for adding 0xab00
7867         * support/regression/tests/addsub.c: testing genPlus shortcut
7868
7869 2003-11-15  Borut Razem <borut.razem AT siol.net>
7870
7871         * src/SDCCmain.c: fixed bug #841645: -MM command line option passed to sdcpp
7872
7873 2003-11-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7874
7875         * src/SDCCcse.c (cseBBlock): fixed bug #527779
7876         * src/SDCCcse.c (deleteGetPointers): rewrote so that the set
7877         ordering is immaterial.
7878         * src/SDCCdflow.c (mergeInExprs): fixed bug #587536
7879
7880 2003-11-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7881
7882         * src/SDCCicode.c (geniCodeAddressOf): fixed part of bug #840381
7883         * src/SDCCopt.c (replaceRegEqv, isLocalWithoutDef): fixed other part
7884         (SIGSEV) of bug #840381
7885         * src/SDCCmain.c (linkEdit, assemble): fixed bug #841606 (don't
7886         unlink new file before rename if new and old filenames are the same)
7887
7888 2003-11-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7889
7890         * src/mcs51/main.c: started fixing bug #737001 (SDCC not clearing
7891         uninitialized variables) for the mcs51. Set environment variable
7892         SDCC_GENRAMCLEAR to test.
7893         xdata initialization slightly shorter
7894
7895 2003-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7896
7897         * src/SDCCsymt.h,
7898         * src/SDCCsymt.c (addSymTypeChain, compareTypesExact): fixed bugs
7899         #838241 & 780691 (basicly the same bug)
7900         * src/SDCCBBlock.c (iCode2eBBlock): fixed bug #840148
7901         * src/SDCCBBlock.c (iCodeFromeBBlock): fixed bug #840162
7902
7903 2003-11-11 Bernhard Held <bernhard AT bernhardheld.de>
7904
7905         * src/SDCCmain.c (linkEdit): "fix" #834252
7906
7907 2003-11-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7908
7909         * src/SDCCast.c (removePostIncDecOps, removePreIncDecOps),
7910         * src/SDCCast.h,
7911         * src/SDCC.y: fixed bug #819403
7912
7913 2003-11-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7914
7915         * support/regression/fwk/lib/testfwk.c: printn is recursive and thus needs
7916         the reentrant attribute.
7917         * src/hc08/gen.c (genPackBits): added missing stack readjustment
7918         * sim/ucsim/hc08.src/inst.cc (inst_mov): fixed bugs with mov instruction
7919         simulation
7920         * src/SDCCast.c (decorateType): fixed bug with storage class not being
7921         updated during pointer dereference; f.e. ~(((char *)1)*) was being
7922         erroneously reduced to a literal.
7923         * src/hc08/ralloc.c (packRegisters, rematStr),
7924         * src/hc08/gen.c (aopForRemat): allow literals to be rematerialized in
7925         some cases
7926
7927 2003-11-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7928
7929         * src/mcs51/main.c: fixed bug #838385. Thanks to Josef Pavlik for finding and fixing
7930         * doc/sdccman.lyx: changed from 'article' to 'book'
7931         * doc/Makefile: readded test_suite_spec and cdbfileformat
7932
7933 2003-11-08 Bernhard Held <bernhard AT bernhardheld.de>
7934
7935         * device/include/stdlib.h: include malloc.h to comply with ANSI
7936         * support/regression/tests/malloc.c: include stdlib.h instead of malloc.h
7937
7938 2003-11-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7939
7940         * doc/Makefile: sdccman.pdf should build with correct references (more info in commit msg)
7941         * doc/clean.mk: also remove *.out files
7942         * doc/sdccman.lyx: some additions, larger top/bottom margins
7943
7944 2003-11-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7945
7946         * src/SDCC.y: fixed bug #837365
7947         * support/regression/tests/bitopcse.c
7948         * src/hc08/gen.c (genPointerGet): Don't assume pointer operand is
7949         a symbol (might be valop instead)
7950         * device/lib/Makefile.in: added errno.c to HC08SOURCES
7951         * device/lib/clean.mk: added hc08 to the cleaning list
7952
7953 2003-11-04  Borut Razem <borut.razem AT siol.net>
7954
7955         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h: reverted changes,
7956           made 2003-11-04
7957         * support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
7958           as/z80/aslist.c, as/z80/assym.c: removed inclusion of nonstandard malloc.h;
7959           malloc is declared in standard stdlib.h
7960
7961 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7962
7963         * device/lib/hc08/Makefile: need to clean .rel not .o files
7964         * src/hc08/gen.c (genDjnz): can't use djnz with extended addressing mode
7965
7966 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7967
7968         * src/port.h,
7969         * src/hc08/main.c,
7970         * src/mcs51/main.c,
7971         * src/ds390/main.c,
7972         * src/z80/main.c,
7973         * src/avr/main.c,
7974         * src/pic/main.c,
7975         * src/pic16/main.c,
7976         * src/xa51/main.c: added hasExtBitOp & oclsExpense functions to ports
7977         * src/SDCCicode.c: changed several IS_FARSPACE tests to isOclsExpensive
7978         tests (which uses the port's oclsExpense function)
7979         * src/SDCC.y,
7980         * src/SDCCast.c,
7981         * src/SDCCicode.c,
7982         * src/hc08/gen.c,
7983         * src/ds390/gen.c,
7984         * src/mcs51/gen.c: added support for the SWAP iCode (RFE #834167)
7985
7986 2003-11-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7987
7988         * src/SDCCcse.c (ifxOptimize),
7989         * src/SDCClabel.c (labelIfx, deleteIfx): When the condition to
7990         an IFX iCode is volatile, convert to DUMMY_READ_VOLATILE instead
7991         deleting the IFX iCode.
7992         * src/hc08/ralloc.c: reduced unneeded slocs
7993         * src/hc08/gen.c: fixed bug in asmopToBoolean
7994
7995 2003-11-04  Borut Razem <borut.razem AT siol.net>
7996
7997         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h,
7998           support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
7999           as/z80/aslist.c, as/z80/assym.c: decision to include malloc.h
8000           transferred to configure
8001
8002 2003-11-03 Bernhard Held <bernhard AT bernhardheld.de>
8003
8004         Use headers defined in the C[++] standards:
8005         * sim/ucsim/gui.src/serio.src/fileio.cc
8006         * sim/ucsim/gui.src/serio.src/frontend.cc
8007         * sim/ucsim/gui.src/serio.src/main.cc
8008         * sim/ucsim/gui.src/serio.src/posix_signal.cc
8009         * support/Util/NewAlloc.c
8010         * as/hc08/lklibr.c
8011         * as/mcs51/lklibr.c
8012         * as/z80/aslist.c
8013         * as/z80/assym.c
8014
8015 2003-11-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8016
8017         * Added MSVC projects for hc08 assembler and linker:
8018         all.dsp, config.dsp, sdcc.dsw, /as/hc08/as_hc08.dsp,
8019         /as/hc08/link_hc08.dsp
8020
8021 2003-11-03 Martin Helmling <Martin.Helmling AT octo-soft.de>
8022
8023         * debugger/mcs51/cmd.c: allows filename starting with digit(+ some debug)
8024
8025 2003-11-02 Bernhard Held <bernhard AT bernhardheld.de>
8026
8027         * src/SDCCmain.c (linkEdit): "fixed" again bug #833605
8028
8029 2003-11-01 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8030
8031         * src/mcs51/main.c: xdata initialization is 13 bytes shorter now
8032
8033 2003-10-31  Borut Razem <borut.razem AT siol.net>
8034
8035         * support/cpp2/cpplib.h,
8036           support/cpp2/cpplib.c,
8037           support/cpp2/cpplex.c,
8038           support/cpp2/cppinit.c: introduced #pragma preproc_asm [ + | - ]
8039           to switch _asm block preprocessing on / off. Default is
8040           #pragma preproc_asm +
8041
8042 2003-10-31  Borut Razem <borut.razem AT siol.net>
8043
8044         * support/cpp2/cpplex.c: Fixed _WIN32 problem with CR-CR-LF sequences
8045           when outputting comment blocks (when executed with -C option) and
8046           _asm (SDCPP specific) blocks
8047
8048 2003-10-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8049
8050         * as/hc08/lkrloc.c (relr): Fixed ihx output, fixed lastAreaIndex warning
8051
8052 2003-10-31 Klaus Flittner <klaus_flittner AT gmx.de>
8053
8054         * src/SDCCcse.c (updateSpillLocation): fixed bug #808027
8055
8056 2003-10-31 Bernhard Held <bernhard AT bernhardheld.de>
8057
8058         * src/SDCCmain.c (linkEdit): "fixed" bug #833605
8059         * src/SDCCast.c (decorateType): fixed bug #832664
8060
8061 2003-10-31  Borut Razem <borut.razem AT siol.net>
8062
8063         * support\cpp2\cpplex.c: fixed for SDCPP:
8064           comments(when executed with -C option) and _asm blocks
8065           were included even if they where in skipped #if block.
8066           Applied solution from GCC cpp 3.3.2
8067
8068 2003-10-31  Borut Razem <borut.razem AT siol.net>
8069
8070         * src/SDCC.lex: sdcc now understands both formats:
8071           '# <line_number> <file_name>' and
8072           '#line <line_number> <file_name>'
8073         * support/cpp2/cppmain.c: sdcpp now generates the standard
8074           '# <line_number> <file_name>' instead of former
8075           '#line <line_number> <file_name>'
8076
8077 2003-10-30  Borut Razem <borut.razem AT siol.net>
8078
8079         * support/cpp2/cpphash.h,
8080         * support/cpp2/cpplib.h
8081         * support/cpp2/cpplex.c,
8082         * support/cpp2/cppmain.c,
8083         * support/cpp2/cppinit.c: fixed bug #828015 - Syntax variation for _asm character constants
8084
8085 2003-10-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8086
8087         Fixed a number of problems revealed by bug #827883.
8088         * src/SDCCloop.c (loopInvariants): Spill location of the
8089         result operand should be recomputed if extracted from
8090         a loop. Also, don't extract assignments of an iTemp
8091         from a literal.
8092         * src/SDCCast.c (isConformingBody): loop reversal should
8093         not occur if the control variable is involved with a
8094         relational operator.
8095
8096 2003-10-28 Bernhard Held <bernhard AT bernhardheld.de>
8097
8098         * .version: bumped to 2.3.6 to reflect the big improvements
8099         made by Erik and Klaus. Thanks!
8100
8101 2003-10-28 Klaus Flittner <klaus_flittner AT gmx.de>
8102
8103         Replaced the livrange code.
8104         * src/SDCClrange.c: added new LR code
8105         * src/SDCCloop.c,
8106         * src/SDCCBBlock.h: removed remainig parts from old LR code
8107         * src/ds390/ralloc.c,
8108         * src/ds390/gen.c: minor fixes to make it work with new code
8109
8110 2003-10-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8111
8112         * as/hc08/asm.h,
8113         * as/hc08/lkrloc.c,
8114         * src/hc08/gen.c,
8115         * src/hc08/ralloc.c: Fix various warnings related to the hc08
8116         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): Fixed bug #829717
8117         (tweaked fix for bug #818696)
8118
8119 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8120
8121         * src/z80/ralloc.c (joinPushes): Fixed bug #828742
8122
8123 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8124
8125         * src/SDCCmain.c,
8126         * sdccconf_in.h: Fixed bug #828387 (--disable-hc08-port didn't work)
8127         * src/mcs51/gen.c (gencjneshort),
8128         * src/ds390/gen.c (gencjneshort): Made comparison with AOP_IMMD operand
8129         more efficient (per Scott Bronson's suggestion)
8130
8131 2003-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8132
8133         Extended the semantics of the critical keyword to include
8134         individual statements. See RFE #827755 and #799831
8135         * src/SDCC.y
8136         * src/SDCCicode.c
8137         * src/SDCCopt.c
8138         * src/SDCCast.c
8139         * support/Util/SDCCerr.c
8140         * support/Util/SDCCerr.h
8141         * src/mcs51/gen.c
8142         * src/ds390/gen.c
8143         * src/hc08/gen.c
8144
8145 2003-10-19  Borut Razem <borut.razem AT siol.net>
8146
8147         * src/SDCC.lex: fixed bug #825944 - defined yytext_ptr to make it compile with flex 2.5.31
8148
8149 2003-10-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8150
8151         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec, ast2iCode):
8152         Fixed bug #818696
8153         * src/SDCCast.c (ast_print): Fixed --dumptree so that preincrement
8154         and predecrement operand is displayed
8155
8156 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
8157
8158         * src/SDCCval.c (valMinus): fixed bug #826041
8159
8160 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8161
8162         Some hc08 related updates that I missed earlier
8163         * sim/ucsim/stypes.h
8164         * support/regression/ports/hc08/spec.mk
8165
8166 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8167
8168         New target "hc08" for the Motorola 68hc08 family of micros
8169
8170         * configure
8171         * configure.in
8172         * Makefile
8173         * src/hc08/*
8174         * src/SDCCmain.c
8175         * src/port.h
8176         * sim/ucsim/hc08.src/*
8177         * sim/ucsim/configure.in
8178         * src/ucsim/configure
8179         * sim/ucsim/packages_in.mk
8180         * as/hc08/*
8181         * as/Makefile
8182         * device/include/mc68hc908qy.h
8183         * device/lib/hc08/*
8184         * device/lib/Makefile.in
8185         * support/regression/ports/hc08/*
8186         * support/regression/Makefile
8187
8188 2003-10-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8189
8190         * src/z80/gen.c: fixed bug revealed by ast_constant_folding.c
8191         regression test
8192         * src/ds390/gen.c (genCast): fixed bug #821957
8193
8194 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
8195
8196         * device/lib/logf.c: "fixed" overlay bug
8197         * support/regression/ports/host/spec.mk: added m library
8198         * support/regression/ports/mcs51-stack-auto/spec.mk: added float funcs
8199         * support/regression/tests/float_trans: added (for Eric)
8200
8201 2003-10-12 Bernhard Held <bernhard AT bernhardheld.de>
8202
8203         * src/mcs51/gen.c (genCpl): fixed bug
8204         http://sf.net/mailarchive/message.php?msg_id=6263915
8205
8206 2003-10-10 Bernhard Held <bernhard AT bernhardheld.de>
8207
8208         * src/SDCCast.c (decorateType): added extended constant folding
8209         * src/SDCCsymt.c (computeType): cleanup
8210         * src/SDCCval.c (valShift): minor optimization
8211         * support/regression/tests/ast_constant_folding.c: added
8212
8213 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8214
8215         * src/SDCCmain.c: removed some unintended changes
8216
8217 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8218
8219         * src/SDCCmain.c (setParseWithComma): fixed bug #816685
8220         * src/z80/gen.c: fixed part of bug #817589
8221         * src/SDCCsymt.c (checkFunction): fixed bug #817895
8222
8223 2003-10-08 Bernhard Held <bernhard AT bernhardheld.de>
8224
8225         Replaced cast (void **) with (void *) to avoid gcc 3 warning:
8226         * src/SDCCcflow.c
8227         * src/SDCCcse.c
8228         * src/SDCCdflow.c
8229         * src/SDCClabel.c
8230         * src/SDCClrange.c
8231         * src/SDCCmem.c
8232         * src/SDCCopt.c
8233         * src/SDCCpeeph.c
8234         * src/SDCCset.c
8235         * src/avr/ralloc.c
8236         * src/ds390/ralloc.c
8237         * src/izt/ralloc.c
8238         * src/mcs51/ralloc.c
8239         * src/pic/ralloc.c
8240         * src/pic16/ralloc.c
8241         * src/xa51/ralloc.c
8242         * src/z80/ralloc.c
8243         * src/z80/gen.c: removed unused label "release:"
8244
8245 2003-10-06  Borut Razem <borut.razem AT siol.net>
8246
8247         * src/SDCC.lex: removed definition of unused variables
8248           save_optimize and save_options
8249
8250 2003-10-06 Bernhard Held <bernhard AT bernhardheld.de>
8251
8252         * clean.mk: removed '=' in "-maxdepth=1"
8253         * src/SDCCloop.c: replace LRKLAUS with SDCC_LRKLAUS
8254         * src/SDCClrange.c: replace LRKLAUS with SDCC_LRKLAUS
8255
8256 2003-10-06  Borut Razem <borut.razem AT siol.net>
8257
8258         * src/SDCC.lex, src/SDCC.lex: use dbuf for "_asm" definitions;
8259           my_unput() replaced by unput()
8260
8261 2003-10-05 Bernhard Held <bernhard AT bernhardheld.de>
8262
8263         * src/SDCCloop.c (assignmentsToSym, loopInduction): cast argument of
8264         setToNull() to (void *) to avoid gcc3.x's warning: "dereferencing
8265         type-punned pointer will break strict-aliasing rules"
8266         Old LR behaviour is again default; Klaus' LR can be choosen by
8267         defining the environment variable LRKLAUS
8268         * src/SDCCBBlock.h
8269         * src/SDCCloop.c
8270         * src/SDCClrange.c
8271         * src/ds390/ralloc.c (spillThis): applied Klaus' patch
8272         * clean.mk: fixed removal of files in bin/CVS/
8273         * device/lib/clean.mk: fixed removal of directories small and large
8274         * support/Util/SDCCerr.c: changed W_INT_OVL to ERROR_LEVEL_PEDANTIC
8275         * src/SDCCicode.c,
8276         * src/SDCCval.c: removed superflous test for pedantic
8277
8278 2003-10-05  Borut Razem <borut.razem AT siol.net>
8279
8280         * src/SDCC.lex, support/Util/SDCCerr.c, sdcc/support/Util/SDCCerr.h:
8281           Fixed bug #816692: introduced new ERROR_LEVEL_PEDANTIC warning
8282           message "unmatched #pragma SAVE and #pragma RESTORE"
8283
8284 2003-10-04  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8285
8286         * doc/sdccman.lyx: various additions and updates (interrupts, inline
8287           assembly, critical functions, atomic, nojtbound)
8288
8289 2003-10-04 Bernhard Held <bernhard AT bernhardheld.de>
8290
8291         Applied liferange patch from Klaus Flittner <klaus_flittner AT gmx.de>
8292         * src/SDCCBBlock.h
8293         * src/SDCCloop.c
8294         * src/SDCCloop.h
8295         * src/SDCClrange.c
8296
8297 2003-10-03  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8298
8299         * src/z80/gen.h,
8300         * src/z80/gen.c (aopOp, aopGet, aopPut, genDummyRead),
8301         * src/mcs51/gen.h
8302         * src/mcs51/gen.c (aopOp, aopGet, aopPut, genDummyRead),
8303         * src/ds390/gen.h
8304         * src/ds390/gen.c (aopOp, aopGet, aopPut, genDummyRead),
8305         * src/SDCCicode.c (ast2iCode, geniCodeDummyRead): Fixed bug #663539
8306         * src/SDCCopt.c (killDeadCode): Fixed bugs #663539 & #816705
8307
8308 2003-10-02  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8309
8310         * src/z80/gen.c (genRet): fixed bug #524753
8311         * src/z80/gen.c (genCast): fixed internal error on cast from
8312         pointer to long
8313         * src/z80/gen.c (_saveRegsForCall, emitCall): adapted Johan's
8314         fix for bug #477835 to the z80
8315         * src/z80/gen.c (genZ80code, _vemit2, _emit2): added support
8316         for tracking iCodes in the peephole optimizer for z80
8317
8318 2003-10-01  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8319
8320         * src/SDCCicode.c (geniCodeJumpTable, geniCodeSwitch): fixed
8321         the other part of bug #814548
8322         * src/SDCCpeeph.c (labelInRange): fixed bug #814558
8323
8324 2003-09-30  Bernhard Held <bernhard AT bernhardheld.de>
8325
8326         * src/SDCCcse.c: fixed part of bug #814548
8327
8328 2003-09-28  Borut Razem <borut.razem AT siol.net>
8329
8330         * src/asm.c: rewrite of printILine() to use temporary file instead
8331           a pipe
8332         * src/xa51/main.c: commented out declaration of int rewinds
8333
8334 2003-09-27  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8335
8336         * src/SDCCicode.c (geniCodeJumpTable): Fixed bug #813206
8337
8338 2003-09-26  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8339
8340         * src/SDCCdflow.c (computeDataFlow): Fixed bug #810746
8341         * src/asm.c (printILine): Fixed bug #811015
8342
8343 2003-09-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8344
8345         *link/z80/lklibr.c, as/mcs51/lklibr.c: Improved memory allocation and
8346         freeing.
8347
8348 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8349
8350         * src/z80/gen.c (setupToPreserveCarry): Fixed bug #796955
8351         * src/z80/gen.c (setupPair, genMovePairPair): Fixed setupPair
8352         to correctly handle general case of AOP_PAIRPTR
8353         * src/z80/gen.c (aopGet, aopPut): Generalized AOP_PAIRPTR handling
8354
8355 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8356
8357         * src/mcs51/ralloc.c (fillGaps),
8358         * src/ds390/ralloc.c (fillGaps): fixed bug #810093 (yet another
8359         register positioning bug)
8360
8361 2003-09-21  Bernhard Held <bernhard AT bernhardheld.de>
8362
8363         * device/lib/_fsdiv.c: replaced (1<<31) by (1ul<<31)
8364
8365 2003-09-19  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8366
8367         * src/mcs51/gen.c (loadDptrFromOperand, genFarPointerGet,
8368         genCodePointerGet, genGenPointerGet, genFarPointerSet,
8369         genGenPointerSet): handle AOP_DPTR correctly when loading dptr
8370         (ralloc doesn't intentionally do this now, but perhaps later)
8371         * src/mcs51/ralloc.c (serialRegAssign, fillGaps),
8372         * src/ds390/ralloc.c (serialRegAssign, fillGaps): fixed some
8373         register positioning bugs (Fixed bug #762602 and #795325)
8374         * src/SDCCicode.c (geniCodeDerefPtr): Track output class correctly
8375         (Fixed bug #808779)
8376         * src/z80/gen.c: increased _vemit2's buffer[] to handle long
8377         lines that --i-code-in-asm generates
8378
8379 2003-09-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8380
8381         *link/z80/lklibr.c, as/mcs51/lklibr.c: Fixed Linux segfaults when
8382         trying to fclose a FILE* that was already closed.
8383
8384 2003-09-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8385
8386         * src/SDCCsymt.c (structElemType): fixed bug #808291 (members
8387         of const struct should be treated as if const themselves)
8388
8389 2003-09-18  Bernhard Held <bernhard AT bernhardheld.de>
8390
8391         * src/SDCCval.c (valPlus, valMinus): fixed bug #808337
8392
8393 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8394
8395         * support/librarian/sdcclib.c: Generate correct offsets for libraries with
8396         Unix (/n) and DOS (/r/n) line terminations.
8397
8398 2003-09-17  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8399
8400         * src/SDCCopt.c (cnvFromFloatCast, cnvToFloatCast): fixed
8401         bug #613775
8402
8403 2003-09-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8404
8405         * src/mcs51/gen.c (genFunction, genEndFunction),
8406         * src/ds390/gen.c (genFunction, genEndFunction): Moved save
8407         and restore of EA so that stack offsets to parameters are
8408         correct when using both critical and reentrant/stack-auto.
8409         * src/z80/gen.c (aopOp): removed erroneous assertion about sloc
8410         size (can be triggered in error if sloc is shared between
8411         different sized objects)
8412         * device/include/float.h: fixed macros to explicitly use
8413         unsigned long where needed
8414
8415 2003-09-15  Bernhard Held <bernhard AT bernhardheld.de>
8416
8417         Feature req. 799831: added code to allow nesting of critical functions
8418         * src/mcs51/gen.c (genFunction, genEndFunction)
8419         * src/ds390/gen.c (genFunction, genEndFunction)
8420
8421 2003-09-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8422
8423         * src/SDCCsymt.c (sclsFromPtr),
8424         * src/SDCCsymt.h,
8425         * src/SDCCast.c (decorateType): fixed bug #462971. Also, better
8426         support for standard C idiom of memory mapped variables; for
8427         example, *((xdata int*)0x1234) = 1 is now internally equivalent
8428         to xdata int at 0x1234 tempvar = 1.
8429         * sim/ucsim/z80.src/inst_xd.cc: fixed bug #805483 with patch
8430         provided by Akiya ISHIDA
8431
8432 2003-09-13  Bernhard Held <bernhard AT bernhardheld.de>
8433
8434         * src/SDCCval.c (cheapestVal): reenabled to reduce int to char
8435         * src/SDCCval.c (constVal): added reduction from int to char
8436         * src/SDCCval.c (valMult, valDiv): fixed sign handling
8437         * src/SDCCval.c (valShift): fixed after change of cheapestVal()
8438         * src/SDCCval.c (valCompare): fixed EQ_OP and NE_OP; they have
8439         to ignore the sign
8440         * support/regression/tests/shifts.c: fixed
8441
8442 2003-09-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8443
8444         * src/z80/gen.c (genXor): Fixed bug #805445
8445
8446 2003-09-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8447
8448         Fixed bug #621531 (const & volatile confusion in the type chain).
8449         DCL_PTR_CONST, DCL_PTR_VOLATILE, & IS_PTR_CONST now exclusively
8450         refer to the const or volatile state of the pointer itself.
8451
8452         * src/SDCCast.c
8453         * src/SDCCglue.c
8454         * src/SDCCicode.c
8455         * src/SDCCsymt.c
8456         * src/SDCCval.c
8457         * src/SDCC.y
8458         * src/SDCCsymt.h
8459         * src/pic/gen.c
8460         * src/pic/ralloc.c
8461         * src/pic16/gen.c
8462         * src/pic16/ralloc.c
8463         * support/regression/tests/const.c
8464
8465 2003-09-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8466
8467         When checking for duplicated modules, use absolute paths
8468         instead of relative paths.  Files changed:
8469
8470         * as/mcs51/lklib.c
8471         * link/z80/lklib.c
8472
8473 2003-09-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8474
8475         * src/SDCCicode.c (geniCodeLogic): fixed bug #797572
8476
8477 2003-09-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8478
8479         * device/include/string.h: added size_t typedef, changed
8480         prototypes to use size_t, eliminated separate reentrant and
8481         non-reentrant declarations, added _memmove declaration
8482         * device/lib/_memcpy.c: changed to use size_t instead of int,
8483         changed /4 to >>2 to avoid division library call
8484         * device/lib/_memcmp.c,
8485         * device/lib/_memset.c,
8486         * device/lib/_strncat.c,
8487         * device/lib/_strncpy.c,
8488         * device/lib/_strncmp.c: changed to use size_t instead of int
8489         * device/lib/_memmove.c: new file (fixed bug #772294)
8490         * device/lib/Makefile.in: added _memmove.c
8491         * device/lib/z80/asm_strings.s: fixed bug #772290
8492         * support/regression/tests/bitfields.c: attempt to fix host assertion
8493         failure on amd64-unknown-linux2.2
8494
8495 2003-09-06  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8496
8497         * src/z80/gen.c (aopPut, spillPairReg): fixed bug #800998
8498         * src/z80/gen.c (genFunction, genEndFunction): fixed "bug" #774700
8499         * as/z80/asmain.c (main): fixed bug #801766
8500
8501 2003-09-06  Bernhard Held <bernhard AT bernhardheld.de>
8502
8503         * src/SDCCicode.c (ast2iCode): fixed differences in iCode with different
8504         compilers
8505
8506 2003-09-05  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8507
8508         * src/SDCCast.c (isConformingBody): fixed loop reversal bug
8509         reported in bug #800609
8510
8511 2003-09-04  Vangelis Rokas <vrokas AT otenet.gr>
8512
8513         * Top header beautifications in src/pic16 directory:
8514           device.c, device.h, gen.c, gen.h, genarith.c, glue.c, pcode.c,
8515           pcodeflow.c, pcodeflow.h, pcode.h, pcodepeep.c, pcoderegs.c,
8516           pcoderegs.h, ralloc.c, ralloc.h
8517         * main.c: added top header and GPL license notice
8518         * pcode.c: fixed the if-conditional warning
8519
8520 2003-09-04  Bernhard Held <bernhard AT bernhardheld.de>
8521
8522         * device/lib/_mullong.c: replaced int by short for gcc
8523
8524 2003-08-31  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8525
8526         * src/SDCCpeeph.c (notVolatile, notVolatileVariable): handle IFX
8527         and JUMPTABLE iCodes properly now (worked by accident before)
8528         * src/mcs51/gen.c (leftRightUseAcc),
8529         * src/ds390/gen.c (leftRightUseAcc): handle IFX and JUMPTABLE
8530         iCode properly now. Use getSize instead of nRegs since a & b
8531         aren't part of the nRegs tally.
8532
8533 2003-08-31  Vangelis Rokas <vrokas AT otenet.gr>
8534
8535         * src/pic16/main.c: corrected offsets of interrupt vectors in _pic16_genIVT()
8536         * src/pic16/pcode.c: fix to disable inserting BANKSEL directive
8537           before instructions that use the _STATUS register
8538
8539 2003-08-31  Bernhard Held <bernhard AT bernhardheld.de>
8540
8541         * src/mcs51/gen.c (freeAsmop): fixed off by one in stack offset (AOP_STK)
8542         * src/mcs51/gen.c (genNearPointerSet): added missing opcode for
8543         fetching of the pointer
8544         * src/mcs51/gen.c (genNearPointerGet): added reuse of PREG,
8545         copied from genNearPointerSet()
8546         * src/mcs51/gen.c (genNearPointerGet): don't pop r0/r1, if RESULTONSTACK
8547         * src/mcs51/gen.c: changed order of freeAsmop(left/right/result)-calls.
8548         If they pop r0/r1 they must be called in the opposite order than aopOp().
8549         * device/lib/_mullong.c: fixed for "--model-large --int-long-reent"
8550         (resp. --stack-auto), prepared for --xstack
8551
8552 2003-08-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8553
8554         * doc/sdccman.lyx: reverted tables to those in cvs 1.64
8555
8556 2003-08-28  Bernhard Held <bernhard AT bernhardheld.de>
8557
8558         * device/lib/_startup.c: quick & dirty fix for ds390/ds400;
8559         these ports have their own __sdcc_external_start()
8560
8561 2003-08-26  Bernhard Held <bernhard AT bernhardheld.de>
8562
8563         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
8564         * src/pic/glue.c (pic14printPublics): fixed bug introduced when symbol
8565         type for bits was changed. It resulted in bit variables becoming
8566         global, which is not permitted in PIC 14 assembly output.
8567
8568 2003-08-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8569
8570         * doc/sdccman.lyx: various additions and updates. Rearranged sections
8571
8572 2003-08-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8573
8574         Z80 and MCS51 linkers complaint if a public symbol is defined
8575         in more than one library module:
8576
8577         * as/mcs51/lklib.c
8578         * link/z80/lklib.c
8579         * as/mcs51/Makefile.in
8580
8581 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8582
8583         A few small changes that speed up the peephole optimizer.
8584
8585         * src/SDCCpeeph.c
8586
8587 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8588
8589         Try to make the peephole optimizer smarter by maintaining
8590         an association between the assembly source code and the
8591         iCodes that originated them. Put this information to use
8592         with a new peephole rule condition "notVolatile" so that
8593         the rules can be aggressive yet still safe.
8594
8595         * src/SDCCpeeph.c
8596         * src/SDCCpeeph.h
8597         * src/mcs51/gen.c
8598         * src/mcs51/peeph.def
8599
8600 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8601
8602         Fixed bug #741761
8603
8604         * src/mcs51/gen.c (aopForSym, leftRightUseAcc),
8605         * src/ds390/gen.c (aopForSym, leftRightUseAcc): preserve A and B
8606         if the left or right operand symbols have the accuse flag set.
8607
8608 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8609
8610         Changed the type of the result of the ! (NOT) operator to char;
8611         previously it returned the same type as the source. This allows
8612         us to eliminate all the genFloatNot functions (all of its target
8613         implementations were very buggy) since !float can use the same
8614         code as !long now.
8615
8616         * src/SDCCicode.c (ast2iCode): ! returns char
8617         * src/mcs51/gen.c (genNot, genNotFloat),
8618         * src/ds390/gen.c (genNot, genNotFloat),
8619         * src/z80/gen.c (genNot, genNotFloat),
8620         * src/pic/gen.c (genNot, genNotFloat),
8621         * src/pic16/gen.c (genNot, genNotFloat): eliminated genNotFloat
8622
8623 2003-08-19  Bernhard Held <bernhard AT bernhardheld.de>
8624
8625         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
8626         1. Interrupt would not compile properly. Ensure PCLATH register is saved
8627            during interrupts. Ensure WSAVE is located at a shared bank address.
8628         2. Fixed page selection in some places
8629         3. Fixed BTFSS/C to where necessary use registers directly and not simply
8630            the registers name strings.
8631         4. Fixed "signed / unsigned compare" compiler warnings.
8632         5. The PIC port manages its own allocation of the general purpose
8633            registers, but makes no attempt to reuse them. As a result when
8634            compiling it soon runs out of general purpose registers. Some
8635            additional code was added to the files pcode.c and device.c to walk
8636            through the function call tree and rename the registers so that they
8637            get reused.
8638
8639         * src/pic/device.c
8640         * src/pic/gen.c
8641         * src/pic/glue.c
8642         * src/pic/pcode.c
8643         * src/pic/pcode.h
8644         * src/pic/ralloc.c
8645         * src/pic/ralloc.h
8646         * src/pic/genarith.c: Fixed problems with PIC 14 port in functions
8647         genPlus() & genMinus() when the result is the same as left or right
8648
8649 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8650
8651         * src/z80/gen.c (isUnsplitable, fetchPairLong): fixed bug #770454
8652
8653 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8654
8655         Made bitfield a distinct type from bit so that bitfields
8656         convert as per ANSI C and bits retain their traditional
8657         boolean style behaviour. Implemented bitfield support in
8658         the z80 port.
8659
8660         * src/SDCCsymt.h,
8661         * src/SDCCsymt.c,
8662         * src/SDCCast.c,
8663         * src/cdbFile.c,
8664         * src/mcs51/gen.c,
8665         * src/ds390/gen.c: bit v bitfield split
8666         * src/z80/gen.c: New support for bitfields
8667         * support/regression/tests/bitfields.c: reenabled z80,
8668         added more tests
8669
8670 2003-08-17  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8671
8672         Rules 246.x, 247.x relate to bitfields, the others speed up
8673         access to xdata mapped I/O devices.
8674
8675         * src/mcs51/peeph.def: added 26 peepholes 246.x - 248.x, 180.x
8676
8677 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8678
8679         Cleaned up genPackBits and genUnpackBits and added two helper
8680         functions, emitPtrByteGet & emitPtrByteSet. Added optimizations
8681         for literal assignments in genPackBits (thanks to Frieder for
8682         reminding me).
8683
8684         * src/mcs51/gen.c
8685         * src/ds390/gen.c
8686
8687 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8688
8689         Fixed bug #748310 (pointer to function type mishandled when the
8690         function name is omitted). Also fixed a SIGSEGV when a function
8691         attribute (reentrant, etc) is used on a non-function or on a
8692         function but misplaced before the parameter list.
8693
8694         * src/SDCC.y (abstract_declarator, abstract_declaractor2): fixed
8695         bug #748310
8696         * src/SDCC.y (declarator2_function_attributes): avoided SIGSEGV
8697         * support/Util/SDCCerr.h,
8698         * support/Util/SDCCerr.c: Added func attr misuse error msg
8699
8700 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
8701
8702         Fixed bug #787649 by anonymous
8703         * src/SDCCglue.c (emitRegularMap): added emission of sloc for func ptr
8704         * src/ds390/gen.c (aopForSym): fixed func ptr in sloc
8705
8706 2003-08-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8707
8708         Fixed numerous bitfield problems.
8709
8710         * src/SDCC.y: More bitfield related error checking
8711         * src/SDCCsymt.h,
8712         * src/SDCCsymt.c (compStructSize): fixed bitfield offset calc
8713         * support/Util/SDCCerr.h,
8714         * support/Util/SDCCerr.c: Added & edited some bitfield err msgs
8715         * src/mcs51/gen.c (genPackBits, genUnpackBits): fixed mask bugs
8716         * src/ds390/gen.c (genPackBits, genUnpackBits): fixed mask bugs
8717         * support/regression/tests/bitfields.c: tests added
8718
8719 2003-08-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8720
8721         Made the constant following the "interrupt" keyword optional. If
8722         omitted, the function will not automatically be given an entry
8723         in the interrupt vector table (similar to #pragma NOIV, but
8724         less syntacticly kludgy). The interrupt number is also now
8725         range checked. Also fixed a bug in the high order bit example
8726         in the manual.
8727
8728         * src/SDCC.y
8729         * src/SDCCmem.c
8730         * src/SDCCglue.c
8731         * src/SDCCsymt.h
8732         * support/Util/SDCCerr.c
8733         * support/Util/SDCCerr.h
8734         * doc/sdccman.lyx
8735
8736 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
8737
8738         * src/SDCCcse.c (algebraicOpts): fix bug converting op from value to type
8739         * src/SDCCicode.c (operandOperation): rewritten some ops
8740         (*, ==, unary_minus) to fix possible overflows and to accord with ANSI
8741         * src/SDCCsymt.c (computeType): literals are handled the same way as any
8742         other type
8743         * src/SDCCval.c (cheapestVal): removed, it doesn't accord with ANSI (can
8744         be re-activated by defining REDUCE_LITERALS)
8745         * src/SDCCval.c (constVal): fixed; hex and octal constants can be
8746         unsigned, but are signed by default
8747         * src/SDCCval.c (constVal): rearranged
8748         * src/SDCCval.c (valMod): preliminary fix
8749         * src/SDCCval.c (valCastLiteral): use TYPE_* types
8750         * support/regression/literalop.c: added, work in progress
8751
8752 2003-08-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8753
8754         Generate warnings for useless declarations like "char data;"
8755         that don't do what new users expect.
8756
8757         * src/SDCC.y
8758         * support/Util/SDCCerr.h
8759         * support/Util/SDCCerr.c
8760
8761 2003-08-09  Bernhard Held <bernhard AT bernhardheld.de>
8762
8763         * src/SDCCval.c (valMult): fix overflow detection of negative int
8764
8765 2003-08-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8766
8767         * src/z80/ralloc.c (joinPushes): made compatible with new signedness
8768
8769         Changes to support big endian targets:
8770
8771         * src/ports.h
8772         * src/SDCCglue.c
8773         * src/avr/main.c
8774         * src/ds390/main.c
8775         * src/izt/i186.c
8776         * src/mcs51/main.c
8777         * src/pic/main.c
8778         * src/pic16/main.c
8779         * src/xa51/main.c
8780         * src/z80/main.c
8781
8782 2003-08-06  Bernhard Held <bernhard AT bernhardheld.de>
8783
8784         * src/SDCCval.c (cheapestVal): changed behaviour to the same as constVal()
8785         * device/lib/time.c: fixed warning "integer overflow in expression"
8786
8787 2003-08-05  Bernhard Held <bernhard AT bernhardheld.de>
8788
8789         * src/SDCCval.c (cheapestVal, valueFromLit): use TYPE_* types
8790         * src/SDCCval.c (constVal): changed default to signed; hex and octal
8791         constants are unsigned; added recognition of "u" flag for unsigned
8792         * src/SDCCval.c (valMult): fixed signdness, added warning for overflow
8793         * src/SDCCval.c (valDiv, valMod): fixed signdness
8794         * src/SDCCicode.c (operandOperation): fixed critical typo; fixed
8795         signedness of modulo, left and right shift
8796         * support/Util/SDCCerr.c: added warning "integer overflow in expression"
8797         * support/Util/SDCCerr.h: added warning W_INT_OVL
8798         * src/SDCCast.c (decorateType): fixed gcc3.3 warning
8799         * src/SDCCast.c (ast_print): improved output of constants
8800
8801 2003-08-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8802
8803         Fixed some warnings when building with MSVC:
8804
8805         * as\mcs51\asdata.c
8806         * as\z80\asdata.c
8807         * as\mcs51\asm.h
8808         * as\z80\asm.h
8809         * link\z80\aslink.h
8810         * link\z80\lkdata.c
8811         * link\z80\lkeval.c
8812         * link\z80\lkgb.c
8813         * link\z80\lkihx.c
8814         * link\z80\lks19.c
8815         * link\z80\lksym.c
8816         * support\cpp2\cpplib.c
8817         * src\ds390\gen.c
8818         * src\mcs51\gen.c
8819
8820 2003-08-03  Bernhard Held <bernhard AT bernhardheld.de>
8821
8822         * src/SDCCast.c (constExprTree): fix bug #781827 by Carl Worth <cworth AT isi.edu>
8823
8824 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8825
8826         * support\librarian\clean.mk: Do not remove Makefile.
8827         * support\librarian\Makefile: added.
8828
8829 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8830
8831         Added librarian to MSVC build:
8832         * all.dsp
8833         * sdcc.dsw
8834         * support\librarian\librarian.dsp
8835
8836         'configure' not needed for librarian, removed:
8837         * support\librarian\configure
8838         * support\librarian\configure.in
8839         * support\librarian\config_in.h
8840         * support\librarian\Makefile.in
8841
8842         Hopefully these ones built the librarian and the rest of sdcc properly:
8843         * Makefile
8844         * Makefile.common.in
8845
8846         Messed up 'configure', so revert to previous version:
8847         * configure
8848         * configure.in
8849
8850 2003-07-31  Bernhard Held <bernhard AT bernhardheld.de>
8851
8852         * src/SDCCicode.c (operandOperation): 3. fix, this time for Alpha; ULONG has 64 bits
8853         there, while the mantissa of a double is "only" 53 bits wide.
8854
8855 2003-07-31  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8856
8857         Adding sdcclib to the build.  MSVC project coming soon.
8858         Files added/changed:
8859
8860         * support\librarian\clean.mk
8861         * support\librarian\configure
8862         * support\librarian\configure.in
8863         * support\librarian\config_in.h
8864         * support\librarian\Makefile.bcc
8865         * support\librarian\Makefile.in
8866         * support\librarian\sdcclib.c
8867         * Makefile.bcc
8868         * Makefile
8869         * Makefile.common.in
8870         * configure
8871         * configure.in
8872
8873 2003-07-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8874
8875         Linker now complaints if linked modules have conflicting options, for
8876         example, one compiled using --model-large and another one compiled with
8877         --model-small.  The following files were modified:
8878
8879         * as\mcs51\asdata.c
8880         * as\mcs51\aslink.h
8881         * as\mcs51\asm.h
8882         * as\mcs51\asmain.c
8883         * as\mcs51\asout.c
8884         * as\mcs51\i51pst.c
8885         * as\mcs51\lkdata.c
8886         * as\mcs51\lklibr.c
8887         * as\mcs51\lkmain.c
8888         * as\z80\asdata.c
8889         * as\z80\asm.h
8890         * as\z80\asmain.c
8891         * as\z80\asout.c
8892         * as\z80\z80pst.c
8893         * link\z80\aslink.h
8894         * link\z80\lkdata.c
8895         * link\z80\lklibr.c
8896         * link\z80\lkmain.c
8897         * src\SDCCglue.c
8898
8899 2003-07-28  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8900
8901         *link/z80/aslink.h, link/z80/lklibr.c, as/mcs51/aslink.h,
8902         as/mcs51/lklibr.c: Generate a warning when a library is not found.
8903
8904 2003-07-28  Bernhard Held <bernhard AT bernhardheld.de>
8905
8906         * src/z80/mappings.i: fix _mul[us][int,long] entries
8907
8908 2003-07-26  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8909
8910         *src/SDCCmain.c: do not search for crt0.o when using --nostdlib
8911
8912 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
8913
8914         * src/SDCCicode.c (operandOperation): really fixed problem with bitops
8915         * support/regression/tests/bitopcse.c: added
8916         fixed warning:
8917         * src/avr/gen.c:
8918         * src/pic/gen.c:
8919         * src/pic16/gen.c:
8920         * src/z80/gen.c:
8921         * src/xa51/gen.c:
8922
8923 2003-07-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8924
8925         added support for new library format to z80, gbz80 linkers:
8926         *link/z80/aslink.h
8927         *link/z80/lklex.c
8928         *link/z80/lklib.c
8929         *link/z80/lklist.c
8930
8931 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
8932
8933         * src/SDCCicode.c (operandOperation): fixed problem with bitops and 0xffffffff;
8934         after {double d = 0xffffffff; long l = d;} l will be 0x80000000 (LONG_MIN)
8935
8936 2003-07-23  Bernhard Held <bernhard AT bernhardheld.de>
8937
8938         added DUMMY_READ_VOLATILE:
8939         * src/SDCC.y:
8940         * src/avr/gen.c:
8941         * src/xa51/gen.c:
8942         * src/z80/gen.c:
8943         * src/pic/gen.c:
8944         * src/pic16/gen.c:
8945         * src/mcs51/gen.c:
8946         * src/ds390/gen.c:
8947         * src/SDCCcse.c (algebraicOpts): many improvements
8948         * src/SDCCcse.h: removed algebraicOpts()
8949         * src/SDCCicode.c (picDummyRead): added
8950
8951 2003-07-23  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8952
8953         * as/mcs51/lkmem.c: Changed message "Insufficient DRAM memory" to
8954         "Insufficient space in data memory".
8955
8956 2003-07-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8957
8958         * src/mcs51/gen.c: fixed bug #771358
8959         * src/z80/gen.c: fixed bug #759087
8960
8961 2003-07-20  Bernhard Held <bernhard AT bernhardheld.de>
8962
8963         * src/pic16/glue.c: minor cleanup by Vangelis
8964
8965 2003-07-19  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8966
8967         * device/include/regc515c.h: fixed #758477
8968         * device/lib/_gptrget.c: saving some cycles in generic pointer get
8969         * device/lib/_gptrput.c: saved a few bytes
8970         * my tab spacing is 8, yours too?)
8971         * device/lib/_ser.c: process RX bytes earlier than TX bytes
8972         * device/lib/serial.c: process RX bytes earlier than TX bytes
8973         * src/mcs51/gen.c(genGenPointerGet/Set): removed writing of type after postincrement
8974
8975 2003-07-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8976
8977         * src/z80/gen.c: fixed some right shift bugs (#772726 among them)
8978
8979 2003-07-17  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8980
8981     * link/z80/lklibr.c: fixed bug when there is a '.' in a library path.
8982
8983 2003-07-17  Bernhard Held <bernhard AT bernhardheld.de>
8984
8985         * device/lib/Makefile.in: bad fix, reverted to 1.43
8986
8987 2003-07-16  Bernhard Held <bernhard AT bernhardheld.de>
8988
8989         * device/lib/Makefile.in: added missing z80 object files
8990
8991 2003-07-14  Bernhard Held <bernhard AT bernhardheld.de>
8992
8993         * src/SDCCcse.c (algebraicOpts): CSE fun with &|^ and 0x00/0xff literals
8994         pic16 progress by Vangelis:
8995         * src/SDCCglobl.h:
8996         * src/SDCCmain.c:
8997         * src/pic/Makefile:
8998         * src/pic:
8999         * pic/Makefile:
9000         * pic16/device.c:
9001         * pic16/device.h:
9002         * pic16/gen.c:
9003         * pic16/gen.h:
9004         * pic16/genarith.c:
9005         * pic16/glue.c:
9006         * pic16/main.c:
9007         * pic16/pcode.c:
9008         * pic16/pcode.h:
9009         * pic16/pcodepeep.c:
9010         * pic16/peeph.def:
9011
9012 2003-07-13  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9013
9014     * src/SDCCmain.c, src/SDCCglobl.h: added option --no-std-crt0
9015
9016 2003-07-12  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9017
9018     * sdcc.dsw, all.dsp, link/z80/linkgbz80.dsp, as/z80/as-gbz80.dsp:
9019     added gbz80 build to MSVC project.
9020     * src/SDCCmain.c, src/SDCCglue.c, src/z80/main.c, src/z80/z80.dsp,
9021     link/z80/aslink.h, linkz80.dsp: cleaned up z80 and gbz80 asm files
9022     from 8051 stuff and setup so it links using a .lnk file.
9023
9024 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9025
9026     * support/librarian/sdcclib.c: sdcc librarian.
9027     * as/mcs51/aslink.h, as/mcs51/lklib.c: Support for libraries created
9028     with sdcclib.
9029
9030 2003-07-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9031
9032     * as/mcs51/lkmain.c: properly handle extensions in function afile.
9033
9034 2003-07-02  Borut Razem <borut.razem AT siol.net>
9035
9036         * src/port.h, src/SDCCmain.c, src/pic/glue.h, src/pic/main.c,
9037         src/pic16/glue.h, sdcc/src/pic16/main.c, src/izt/i186.c,
9038         src/izt/tlcs900h.c, src/avr/main.c, src/ds390/main.c, src/mcs51/main.c,
9039         src/xa51/main.c, src/z80/main.c:
9040         virtualization of glue() function: each port has it's own glue function,
9041         which is accessed by do_glue function pointer in PORT.general structure
9042
9043 2003-07-01 Kevin Vigor <kevin AT vigor.nu>
9044
9045         * DS800C400 fun, improved ROM interface and tinibios.
9046
9047 2003-06-27 Kevin Vigor <kevin AT vigor.nu>
9048
9049         * More support for DS80C400. Now includes beginning of interface to ROM.
9050
9051 2003-06-25  Bernhard Held <bernhard AT bernhardheld.de>
9052
9053         * src/mcs51/gen.c (gencjneshort): fixed bug #760345
9054
9055 2003-06-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9056
9057         * as/mcs51/lkaomf51.c: Make sure the size of the last procedure is correct.
9058
9059 2003-06-19  Borut Razem <borut.razem AT siol.net>
9060
9061         * src/z80/main.c: fixed Z80 port again: missing -k library paths in linker command line
9062
9063 2003-06-19  Borut Razem <borut.razem AT siol.net>
9064
9065         * src/SDCCutil.h, src/SDCCutil.c, src/SDCCglobl.h, src/SDCCmain.c, src/z80/main.c:
9066         fixed Z80 port - crt0.o: cannot open.
9067
9068 2003-06-19  Bernhard Held <bernhard AT bernhardheld.de>
9069
9070         * support/Util/MySystem.c (merge_command): revert bad fix
9071
9072 2003-06-18  Borut Razem <borut.razem AT siol.net>
9073
9074         * src/SDCC.lex, src/SDCCmain.c: fixed some warnings, introduced with changes made 15.06.1003
9075
9076 2003-06-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9077
9078         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
9079         option --use-stdout sends errors to stdout instead of stderr.
9080
9081 2003-06-18  Bernhard Held <bernhard AT bernhardheld.de>
9082
9083         * support/Util/MySystem.c (merge_command): quick fix for Linux segfault with \"cmd\" arg
9084
9085 2003-06-15  Borut Razem <borut.razem AT siol.net>
9086
9087         * support/cpp2/sdcc.h: HAVE_DOS_BASED_FILE_SYSTEM defined for _WIN32
9088         * src/SDCC.lex: cloneXxx and copyAndFreeXxx functions for options and optimize stack handling
9089         * src/SDCCglobl.h, src/SDCCmain.c, src/ds390/main.c, src/mcs51/main.c, src/z80/main.c:
9090         fixed width array of pointers replaced with sets;
9091         multiple include and lib paths ared transferred to preprocessor and linker
9092         * src/SDCCset.c, src/SDCCset.h: added function setFromSetNonRev() and mergeSets()
9093         * src/SDCCsymt.c: reimplemented function inCalleeSaveList() by using sets instead
9094         fixed width array of pointers
9095         * src/SDCCutil.c, src/SDCCutil.h: added functions fputStrSet(), appendStrSet(), joinStrSet();
9096         removed functions addToList(), join(), joinn(), pathCharsEquivalent(), pathCharTransform(),
9097         fixupPath(), getPathDifference()
9098         * src/ds390/gen.c, src/mcs51/gen.c: reimplemented function  inExcludeList() by using sets instead
9099         fixed width array of pointers
9100
9101 2003-06-11  Bernhard Held <bernhard AT bernhardheld.de>
9102
9103         * src/pic16/ralloc.c: fix warnings
9104         * src/pic16/pcode.c: fix warning
9105
9106 2003-06-10  Scott Dattalo  <scott AT dattalo.com>
9107
9108          Scott D. for Vangelis Rokas (vrokas AT otenet.gr). I (scott) don't
9109         know all the details, but essentially this set of changes enable
9110         the pic16 port to generate movff instructions and generate assembler
9111         directives,
9112         * src/SDCCmain.c:
9113         * src/pic16/gen.c:
9114         * src/pic16/glue.c:
9115         * src/pic16/pcode.c:
9116         * src/pic16/device.c:
9117         * src/pic16/main.c:
9118         * src/pic16/pcode.h:
9119         * src/pic16/pcoderegs.c:
9120         * src/pic16/ralloc.c:
9121         * src/pic16/ralloc.h:
9122
9123 2003-06-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9124
9125         * support/Util/SDCCerr.c, src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
9126         added option --vc, so sdcc errors and warnings are compatible with
9127         Microsoft Visual Studio.
9128
9129 2003-06-07  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9130
9131         * device/lib/_atof.c, device/lib/Makefile.in, device/include/stdlib.h,
9132           device/lib/libfloat.lib: added atof function.
9133
9134 2003-06-04  Bernhard Held <bernhard AT bernhardheld.de>
9135
9136         * doc/sdccman.lyx: updated to Lyx 1.3
9137         * doc/cdbfileformat.lyx: updated to Lyx 1.3
9138         * doc/test_suite_spec.lyx: updated to Lyx 1.3
9139         * doc/Makefile: added fix for the \tabularnewline problem, thanks to Jesus
9140
9141 2003-06-03  Bernhard Held <bernhard AT bernhardheld.de>
9142
9143         * src/SDCCpeeph.c: separate peepRules2pCode() for pic16 by "Vangelis Rokas" <vrokas AT otenet.gr>
9144
9145 2003-06-02  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9146
9147         * doc/sdccman.lyx: cvs revision keywords, passing pdf information in latex preamble,
9148           additions to the "related tools/documentation" section
9149
9150 2003-06-02  Bernhard Held <bernhard AT bernhardheld.de>
9151
9152         * src/SDCCglue.c (tempfileandname): added check for missing TMP/TEMP/TMPDIR variable
9153
9154 2003-05-29  Bernhard Held <bernhard AT bernhardheld.de>
9155
9156         * src/pic/device.c: added 16F819, patch by "David I. Lehn" <dlehn AT vt.edu>
9157         * src/SDCCcse.c (algebraicOpts): fixed "c * 1"
9158
9159 2003-05-28  Bernhard Held <bernhard AT bernhardheld.de>
9160
9161         * doc/sdccman.lyx: fix double dash and other minor things
9162         * doc/Makefile: fix double dash
9163
9164 2003-05-28  Karl Bongers(patches from Martin Helmling)
9165         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files. Martin adds
9166           condition and ignore commands.
9167
9168 2003-05-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9169
9170         * doc/sdccman.lyx: Changes all over, index improved, smaller margins. The manual
9171           is in parts still quite out of date, I did changes as far as I felt makes sense
9172           for a non-native english speaker.
9173           Please feel free to add to the manual or to correct my changes.
9174         * doc/Makefile: undid touching the date of intermediate tex files.
9175
9176 2003-05-26  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9177
9178         * doc/sdccman.lyx: Manual has an index now
9179
9180 2003-05-25  Bernhard Held <bernhard AT bernhardheld.de>
9181
9182         Finalize muluint/mulsint and mululong/mulslong merging:
9183         * device/lib/_mulint.c
9184         * device/lib/_mullong.c
9185         * device/lib/gbz80/mul.s
9186         * device/lib/gbz80/stubs.s
9187         * device/lib/z80/mul.s
9188         * device/lib/z80/stubs.s
9189         * src/SDCCsymt.c (initCSupport)
9190
9191 2003-05-25  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9192
9193         * as/mcs51/lkaomf51.c: Address space 'z' was missing.
9194         * src/avr/avr.dsp, src/ds390/ds390.dsp, src/mcs51/mcs51.dsp,
9195           src/pic/pic.dsp, src/pic16/pic16.dsp, src/xa51/xa51.dsp,
9196           src/x80/z80.dsp: peep.rul is bigger now, so /Zm1000 is used
9197           instead of /Zm500.
9198
9199 2003-05-25  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9200
9201         * src/mcs51/peeph.def: added rules 244.x, 245.x. Although they pass
9202           the regression tests I'm not brave enough to enable 245.b, 245.c
9203         * doc/sdccman.lyx: added latex preamble for hyperref package.
9204           Using pdflatex this will give you a hyperlinked pdf file with
9205           bookmarks. (prepend '%' before /usepackage if this breaks something)
9206
9207 2003-05-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9208
9209          * doc/sdccman.lyx: updated information about .adb files (fixed bug 742649)
9210
9211 2003-05-22  Bernhard Held <bernhard AT bernhardheld.de>
9212
9213         * src/pic16/pcode.c (pic16_get_op_from_instruction): fixed a gcc 3.x warning
9214
9215 2003-05-21    <johan AT balder>
9216
9217         * src/SDCCglue.c (printIval): fixed bug #739934
9218
9219 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
9220
9221         Applied patch from bug 737905 (renamed yylineo to mylineno):
9222         * src/altlex.c
9223         * src/SDCCast.c
9224         * src/SDCglobl.h
9225         * src/SDCC.lex
9226         * src/SDCCsymt.c
9227         * src/SDCCval.c
9228         * src/pic16/pcode.c: Cleaned warnings
9229         * src/pic16/pcodeflow.c: Cleaned warnings
9230         * src/pic16/pcoderegs.c: Cleaned warnings
9231
9232 2003-05-19  Scott Dattalo  <scott AT dattalo.com>
9233
9234         * src/pic16/pcode.c: Cleaned warnings
9235         * src/pic16/pcodepeep.c: Cleaned warnings
9236         * src/pic16/ralloc.c: Cleaned warnings
9237
9238 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
9239
9240         * doc/sdccman.lyx: fixed bug 739745
9241         * src/pic16/pcode.c (pic16_get_op): fixed warning on alpha
9242
9243 2003-05-18  Bernhard Held <bernhard AT bernhardheld.de>
9244
9245         * src/port.h: removed DEFAULT_PORT, it's not yet pic16 ;-)
9246         it can be defined with CFLAGS when running configure
9247         * src/SDCCmain.c: fixed compiling + linking with object files
9248
9249 2003-05-18  Vangelis Rokas (vrokas AT otenet.gr)
9250
9251         * configure.in: configure for pic16 port,
9252             added --disable-pic16-port
9253         * sdccconf_in.h: added macro OPT_DISABLE_PIC16
9254         * src/SDCCmain.c: linkOptions is changed to set *,
9255             added if/endif conditional macros to remove options help
9256             messages from optionsTable when a port is not configured, added
9257             support for the PIc16 port in the ports table, when executing
9258             the compiler with no port specified on command line, a default
9259             port is selected with the new macro DEFAULT_PORT which is
9260             defined in port.h, in setDefaultOptions() linkOptions is removed
9261             from initialization assignment, since now it is a set,
9262             parseCmdLine uses setParseWithComma for linkOptions, in
9263             linkEdit() linkOptions are accessed with new function indexSet()
9264             which returns the i'th item of a set variable. See SDCCset.c, in
9265             linkEdit() when calling buildCmdLine(), added linkOptions as
9266             last argument. Now users can pass arguments to gplink via the
9267             -Wl option, main() uses pic16glue() to glue up pic16 programs
9268         * src/SDCCpeeph.c: various changes to support pic16
9269         * src/SDCCset.c: added function  void *indexSet(set *, int)  to
9270             return the i'th item of the set
9271         * src/SDCCset.h: added function prototype for indexSet()
9272         * src/SDCCsymt.c: in checkSClass(), added support for PIC16
9273         * src/clean.mk: added pic16 in CLEANALLPORTS variable
9274         * src/port.h: added TARGET_ID_PIC16,TARGET_IS_PIC16 macro,
9275             added macro DEFAULT_PORT
9276         * src/pic/main.c: corrected arguments of gplnk in _linkCmd
9277         * src/pic16/gen.c: bug fix in genCpl(), now the correct code is
9278             generated
9279         * src/pic16/glue.c: commented out some error producing lines
9280         * src/pic16/main.c: __config directives are commented out to stop
9281             gpasm complaining and test the linkage with gplink, _linkCmd and
9282             _asmCmd changed to be more gplink and gpasm friendly
9283         * src/pic16/peeph.def: peep rule 3 is commented out, since it
9284             produced an error when parsed, peep rule 12 is added to utilize
9285             movff, but it is commented out since the pCode does not support
9286             yet a command with 2 address arguments
9287
9288 2003-05-18    <johan AT balder>
9289
9290         * src/ds390/gen.c (genArrayInit): removed obsolete and buggy ARRAYINIT
9291         * src/ds390/main.c (genArrayInit): removed obsolete and buggy ARRAYINIT
9292 2003-05-17  Karl Bongers(apply patches from Martin Helmling)
9293
9294         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files.
9295   Added feature to script commands from file.
9296
9297 2003-05-14  Bernhard Held <bernhard AT bernhardheld.de>
9298
9299         * device/lib/_strtok.c: fixed bug #734355 by Lenny Story and Tim Woodall
9300         * src/SDCCutil.c: include ctype.h for win32
9301
9302 2003-05-13  Bernhard Held <bernhard AT bernhardheld.de>
9303
9304         * src/pic16/*: removed CR from many files, reported by Vangelis Rokas
9305
9306 2003-05-12  Karl Bongers(apply development patches from Martin Helmling)
9307
9308         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,break.c and .h files.
9309   Fixed so you can set breakpoints prior to run, run does not stop
9310   on entry now.  Add tbreak.  Other enhancements and fixes for use
9311   with ddd.
9312
9313 2003-05-12  Borut Razem <borut.razem AT siol.net>
9314
9315         * src/SDCCmain.c: fixed the problem with searching the DATADIR as the last resort on *nix
9316
9317 2003-05-11  Borut Razem <borut.razem AT siol.net>
9318
9319         * src/SDCCutil.c: WIN32 version of getBinPath() calls GetModuleFileName() to determine
9320         the path of bin directory, so that PATH is the only env. variable, which has to be set
9321         in case of standard installation.
9322         * src/ds390/ds390.dsp: increased value of /Zm option to 1000
9323         * src/pic/main.c: add quotes to file name parameters for gplink and gpasm
9324         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx: added --print-search-dirs command line option
9325
9326 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
9327
9328         * src/SDCCmain.c (linkEdit): fixed buffer overflow for gbz80
9329         * support/regression/Makefile: inter-port-clean is no longer nesessary, the
9330         temp files are in the port dir; clean the gen/test directory when
9331         generating new test.c
9332         * support/regression/ports/host/spec.mk: defined OBJEXT for target clean
9333         * support/regression/tests/vaargs.c: fixed gcc 3.3 warning
9334         * support/regression/tests/zeropad.c: added
9335
9336 2003-05-09    <johan AT balder>
9337
9338         * src/SDCCglue.c: fixed bug #597940
9339
9340 2003-05-05  Karl Bongers(apply patches from Martin Helmling)
9341
9342         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
9343   cache sfr, optimize next,step, fix off by one sourceline,
9344   support ddd list function.
9345         * sim/ucsim/cmd.src/newcmd.cc - small fix for sdcdb use.
9346
9347 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
9348
9349         * support/regression/HTMLgen.py: added compare_s2f()
9350         * support/regression/Makefile: redo 1.27
9351         * support/regression/generate-cases.py: redo 1.5
9352
9353 2003-04-30  Bernhard Held <bernhard AT bernhardheld.de>
9354
9355         * support/regression/tests/float.c: workaround 33 bit hex constant
9356         * support/regression/tests/simplefloat.c: fix division for host
9357
9358 2003-04-29  Scott Dattalo  <scott AT dattalo.com>
9359
9360         * src/pic/pcoderegs.c Applied patch from Jim Hawkridge <jim AT jimhawkridge.uk.eu.org>
9361         that tame's the PIC's over-aggressive optimizer.
9362
9363 2003-04-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9364
9365          * src.dsw, link/z80/aslink.h, link/z80/linkz80.dsp: z80 linker
9366          support for MSVC.
9367
9368 2003-04-29  Kevin Vigor <kevin AT vigor.nu>
9369
9370         Initial support for DS80C400. "Hello world" runs on TINIm400
9371         (with polled I/O).
9372
9373 2003-04-28  Karl Bongers(apply patches for Martin Helmling)
9374
9375          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
9376          * Some notes on ddd usage added in debugger/README
9377          Martin Helmling adding more features and fixes for ddd GUI debugger.
9378          Code added for nexti, stepi, up, down, and other adjustments.
9379
9380 2003-04-28  Scott Dattalo  <scott AT DATTALO.COM>
9381
9382         * src/pic/pCodepeep.c non-wildcard asmops are now handled
9383         * src/pic/peeph.def Added two rules to optimize carry manipulation
9384         * src/pic/* removed debug printfs
9385
9386 2003-04-28  Bernhard Held <bernhard AT bernhardheld.de>
9387
9388         * debugger/mcs51/cmd.c: added header newalloc.h
9389
9390 2003-04-26  Bernhard Held <bernhard AT bernhardheld.de>
9391
9392         * as/Makefile: new EXEEXT
9393         * as/z80/Makefile: remove trailing slash of BUILDIR
9394         * as/z80/clean.mk: new EXEEXT
9395         * Makefile.common.in: add to CFLAGS (and others), don't replace it
9396         * support/cpp2/Makefile.in: new EXEEXT
9397         * src/pic/glue.c (pic14emitRegularMap): fixed warning
9398
9399 2003-04-24  Bernhard Held <bernhard AT bernhardheld.de>
9400
9401         Cygwin's gcc always appends .exe: 'gcc -o a a.c' creates a.exe;
9402         EXEEXT was introduced to fix all related problems with targets
9403         "clean", "install" and "uninstall"; a couple of further flaws
9404         especially with "clean" have been fixed too
9405         * as/mcs51/Makefile.in
9406         * as/mcs51/clean.mk
9407         * as/z80/Makefile
9408         * Makefile
9409         * clean.mk
9410         * debugger/mcs51/Makefile.in
9411         * debugger/mcs51/clean.mk
9412         * link/z80/Makefile
9413         * link/z80/Makefile.in
9414         * link/z80/clean.mk
9415         * link/Makefile
9416         * packihx/Makefile.in
9417         * packihx/clean.mk
9418         * sim/ucsim/Makefile
9419         * sim/ucsim/clean.mk
9420         * sim/ucsim/avr.src/Makefile.in
9421         * sim/ucsim/avr.src/clean.mk
9422         * sim/ucsim/s51.src/Makefile.in
9423         * sim/ucsim/s51.src/clean.mk
9424         * sim/ucsim/xa.src/Makefile.in
9425         * sim/ucsim/xa.src/clean.mk
9426         * sim/ucsim/z80.src/Makefile.in
9427         * sim/ucsim/z80.src/clean.mk
9428         * sim/ucsim/main_in.mk
9429         * sim/ucsim/packages_in.mk
9430         * sim/ucsim/gui.src/Makefile.in
9431         * sim/ucsim/gui.src/serio.src/Makefile.in
9432         * sim/ucsim/gui.src/serio.src/clean.mk
9433         * src/Makefile.in
9434         * src/clean.mk
9435         * support/cpp2/Makefile.in
9436         * support/cpp2/clean.mk
9437         * support/makebin/Makefile
9438         * support/makebin/clean.mk
9439         * support/scripts/sdcc_mingw32: --program-suffix no longer needed
9440         * doc/sdccman.lyx: --program-suffix no longer needed
9441
9442 2003-04-23  Karl Bongers(apply patches for Martin Helmling)
9443
9444          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,..
9445          Martin Helmling added support for ddd GUI debugger.
9446          Code added to display assembly, set variables, and other commands
9447          to interface to ddd.
9448
9449 2003-04-23  Bernhard Held <bernhard AT bernhardheld.de>
9450
9451         * as/Makefile: fix target clean
9452         * as/clean.mk: fix target clean
9453         * as/z80/clean.mk: fix target clean
9454
9455 2003-04-22  Bernhard Held <bernhard AT bernhardheld.de>
9456
9457         * Makefile.common.in: added  AT EXEEXT AT
9458         * configure.in: removed all mingw32 stuff
9459         * configure: rebuilt from configure.in
9460         * doc/sdccman.lyx: updated section "installation"
9461         * support/scripts/sdcc_mingw32: adapted to configure
9462         * support/scripts/sdcc_cygwin_mingw32: added
9463
9464 2003-04-22  Scott Dattalo  <scott AT dattalo.com>
9465
9466         * src/pic Added object file support for the PIC port
9467         * src/pic Applied patch from Craig Franklin (this started the object file support)
9468         * src/regression Updated the PIC regression tests for object files
9469
9470 2003-04-20  Borut Razem <borut.razem AT siol.net>
9471
9472         * sdcc/as/mcs51/lklex.c: make getfid() more robust and fixed gcc warning:
9473           lklex.c: In function `getfid':
9474           lklex.c:203: warning: array subscript has type `char'
9475         * src/SDCCglobl.h: small change in stack handling macros, to avoid crash when compiled
9476           with MSVC with global optimization enabled (probably an cl compiler bug ;-)
9477         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added function fatal(), called from
9478           stack handling macros
9479
9480 2003-04-19  Borut Razem <borut.razem AT siol.net>
9481
9482         * "handling space characters in file path" task:
9483         * src/SDCCmacro.c: fixed bug in handlig quote at the end of line
9484         * support/Util/BuildCmd.c: define par as NULL if parameter value is invalid
9485         * support/Util/MySystem.h: make it self-sufficient
9486         * src/avr/main.c, src/ds390/main.c, src/mcs51/main.c, src/pic/main.c, src/xa51/main.c,
9487           src/z80/main.c, sdcc/as/mcs51/lklex.c:
9488           handling space characters in file path
9489         * src/SDCCmain.c: introduced setDataPaths() function, {datadir} macro
9490           (it will be used by assemblers, which have their own includes, e.g. gpasm)
9491         * support/Util/MySystem.c: handling space characters in executable's path
9492
9493 2003-04-19  Bernhard Held <bernhard AT bernhardheld.de>
9494
9495         * as/z80/Makefile: fix permanent rebuild of z80
9496         * sim/ucsim/gui.src/Makefile.in: target "install" builds the same packages as target "all"
9497         * support/regression/tests/bitfields.c: added Johan's bitfields.c
9498
9499 2003-04-18      Kevin Vigor <kevin AT vigor.nu>
9500
9501         * src/SDCCopt.c: add special case optimization to replace modulo by
9502           a power of two with a bitwise AND.
9503
9504 2003-04-18    <johan AT balder>
9505
9506         * src/mcs51/gen.c (getFreePtr): fixed bug #635354
9507
9508 2003-04-17    <johan AT balder>
9509
9510         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #716790 and removes lot's of redundant register usage around function calls
9511         * src/mcs51/ralloc.c (packRegisters): fixed bug #720667
9512
9513 2003-04-13  Borut Razem <borut.razem AT siol.net>
9514
9515         * doc/sdccman.lyx: updated info about #pragma SAVE/RESTORE nesting
9516         * configure.in, configure: fixed problems on cygwin/WinCVS environmet with ports.* line endings;
9517           fixed mingw problem in adl_NORMALIZE_PATH
9518
9519 2003-04-12  Borut Razem <borut.razem AT siol.net>
9520
9521         * fixed "#pragma SAVE/RESTORE can not be nested":
9522         * src/SDCC.lex: reworked pragma handling functions
9523         * sdcc/src/SDCCglobl.h: reworked stack handling macros
9524         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added E_STACK_VIOLATION error
9525
9526 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
9527
9528         * src/SDCCutil.c (pathEquivalent): defined but not used
9529         * debugger/mcs51/sdcdb.c: replace SDCC_LIB_DIR
9530         * configure.in: remove sdcc_datadir, sdcc_lib_dir and sdcc_include_dir
9531         * configure: rebuilt from configure.in
9532         * sdccconf_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
9533         * sdcc_vc_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
9534         * device/include/Makefile.in: replace sdcc_datadir
9535         * device/lib/Makefile.in: replace sdcc_datadir
9536         * Makefile.common.in: add LDFLAGS from configure
9537         * packihx/Makefile.in: use LDFLAGS
9538         * src/Makefile.in: use LDFLAGS
9539         * support/cpp2/Makefile.in: add LDFLAGS from configure
9540         * support/makebin/Makefile: use LDFLAGS
9541         * .version: bumped version number to 2.3.5
9542
9543 2003-04-12  Borut Razem <borut.razem AT siol.net>
9544
9545         * completed "different paths" task:
9546         * src/SDCCmacro.c: fixed bug in handling quotes
9547         * src/SDCCutil.c, src/SDCCutil.c: rewritten getPrefixFromBinPath()
9548         * src/SDCCmain.c: _discoverPaths() replaced with setBinPaths(), setIncludePath() and setLibPath()
9549
9550 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
9551
9552         * src/pic/pcoderegs.c (Remove1pcode): fix warning on alpha
9553
9554 2003-04-11 kevin Vigor <kevin AT vigor.nu>
9555
9556         * ds390/gen.c ds390/peeph.def: fix bug 706781
9557
9558 2003-04-11  Borut Razem <borut.razem AT siol.net>
9559
9560         * support/Util/dbuf.c, support/Util/dbuf.h: update to version 1.1.1 - re-added C++ stuff to make it still more portable
9561
9562 2003-04-10  Scott Dattalo  <scott AT dattalo.com>
9563
9564         * src/pic/* Applied the pointer-to-function patch from Steve Tell.
9565         * src/pic/* Fixed several pointer bugs. (PIC port broke when the ruonly bit was
9566          set - this bit used to not be set...).
9567         * src/pic/gen.c Fixed buf 609268 ==> x = (x+1) & 0xf; generated
9568           bad code in PIC Port
9569         * src/regression/and2.c added to test bug 609268
9570         * src/regression/Makefile added and2.c to regression test
9571
9572
9573 2003-04-08    <johan AT CP255758-A>
9574
9575         * src/mcs51/gen.c (gen51Code): display reg usage in --icode-in-asm
9576         * src/mcs51/ralloc.c (serialRegAssign): update the registers in use and save some slocs
9577         * src/SDCCicode.h: added riu to show the register usage in --icode-in-asm
9578
9579 2003-04-07  Bernhard Held <bernhard AT bernhardheld.de>
9580
9581         * configure.in: fully support prefix, exec_prefix, datadir, docdir;
9582         fix bug #487815
9583         * support/cpp2/Makefile.in: fix bug #487815
9584         * configure: rebuilt from configure.in
9585         * Makefile.common.in: docdir changed, new path suffixes
9586         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
9587         * sdcc_vc_in.h: reflect changes from sdccconf.h
9588         * src/SDCCglobl.h: remove *SEPARATOR_CHARS, they are now in sdccconf.h
9589         * src/SDCCutil.h: remove BINDIR hack
9590         * doc/sdccman.lyx: update new path hierarchy
9591
9592 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
9593
9594         * src/SDCCpeeph.c: added okToRemoveSLOC test
9595
9596 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
9597
9598         * device/lib/printf_fast.c: added leading zero format ("%06d", etc)
9599
9600 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
9601
9602         * src/SDCCpeeph.c: added labelIsReturnOnly test
9603         * src/mcs51/peeph.def: Peephole 244: replace ljmp to ret with ret
9604
9605 2003-04-05    <johan AT balder>
9606
9607         * src/SDCCcse.c (cseAllBlocks): fixed bug #460088
9608         * src/SDCCloop.c (DEFSETFUNC): fixed bug #460088
9609         * src/SDCCopt.c (eBBlockFromiCode): fixed bug #460088
9610         * src/SDCCast.c: fixed a warning
9611         * src/SDCCast.h: fixed a warning
9612         * src/SDCCicode.c (operandFromAst): fixed a warning
9613
9614 2003-04-04    <johan AT balder>
9615
9616         * src/SDCCloop.c (DEFSETFUNC): undid the fix for bug #519584
9617         * src/SDCCast.c (decorateType): fixed bug #715076
9618         * src/SDCC.y: fixed bug #702907
9619
9620 2003-04-03    <johan AT balder>
9621
9622         * device/lib/_mulint.c (_muluint): new #pragma LESS_PEDANTIC
9623         * src/SDCCopt.c (eBBlockFromiCode): new #pragma LESS_PEDANTIC
9624         * src/SDCCglobl.h (PRAGMA_LESSPEDANTIC): new #pragma LESS_PEDANTIC
9625         * src/SDCC.lex (doPragma): new #pragma LESS_PEDANTIC
9626         * src/SDCCmain.c (parseCmdLine): new #pragma LESS_PEDANTIC
9627
9628 2003-04-03  Bernhard Held <bernhard AT bernhardheld.de>
9629
9630         * _decdptr.c: fix return values
9631         * _gptrget.c: fix return values
9632         * _gptrgetc.c: fix return values
9633         * _gptrput.c: fix return values
9634         * _mulint.c: fix return values
9635         * as/z80/Makefile: fix 'make -j' problem
9636
9637 2003-04-02  Bernhard Held <bernhard AT bernhardheld.de>
9638
9639         * Makefile.common.in: unused PORT, SCC and SAS removed, fixed docdir
9640         * configure.in: big cleanup, updated to autoconf 2.5x
9641         * configure: rebuilt from configure.in
9642         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
9643         * sdcc_vc_in.h: reflect changes from sdccconf.h
9644         * doc/Makefile: fixed a flaw in "make install"
9645
9646 2003-04-02    <johan AT balder>
9647
9648         * src/ds390/gen.c (genCmp): no comments
9649         * src/mcs51/gen.c (genCmp): no comments
9650         * src/SDCCopt.c (eBBlockFromiCode): detect missing return values
9651         * src/SDCCast.c (ast_print): fixed the function type in --dumptree
9652
9653 2003-04-01  Bernhard Held <bernhard AT bernhardheld.de>
9654
9655         * support/regression/generate-cases.py: place generated file in given sub directory
9656         * support/regression/ports/host/spec.mk: prevent removal of testfwk.o
9657         * support/regression/Makefile: improvements for 'make -j';
9658         side effect: it's simpler and faster now
9659
9660 2003-03-31  Borut Razem <borut.razem AT siol.net>
9661
9662         * src/z80/main.c: link-{port} and as-{port} defined without path
9663         * src/src.dsp: support/Util/MySystem.h and src/SDCCutil.h added to project
9664
9665 2003-03-31  Bernhard Held <bernhard AT bernhardheld.de>
9666
9667         * Makefile, src/Makefile.in: add dependencies, so that 'make -j' works
9668
9669 2003-03-30  Borut Razem <borut.razem AT siol.net>
9670
9671         * support/Util/BuildCmd.c, support/Util/BuildCmd.h: rewrite buildCmdLine(),
9672           changed type of list parameter to set
9673         * src/ds390/main.c: changed type of parameter asmOptions to set in _tininative_do_assemble()
9674         * src/port.h: changed type of do_assemble() parameter to set
9675         * src/SDCCmain.c: type of asmOptions changed to set, introduced setParseWithComma(),
9676           sdcpp defined without path, removed variable VersionString, introduced set binPathSet,
9677           definition of "cppoutfilename" macro with NULL value in preProcess()
9678         * src/SDCCglobl.h: included "SDCCset.h", added declaration of setParseWithComma()
9679         * src/SDCCglue.c: removed variable VersionString, inroduced spacesToUnderscores()
9680         * support/Util/MySystem.c, support/Util/MySystem.h: rewrite, char *ExePathList[]
9681           replaced with set *binPathSet
9682         * shash_add() deallocates the item, if allready exsists, before adding the new one
9683         * src/SDCCmacro.c: handling macros with empty or NULL values in _evalMacros()
9684
9685 2003-03-30  Scott Dattalo  <scott AT dattalo.com>
9686
9687         * src/pic/gen.c: Commit patch from Steve Tell <tell AT telltronics.org> that fixes
9688           a nested for loop bug in the PIC port
9689         * src/regression/nestfor.c: new regression test file Steve wrote to test nested
9690           for loops
9691
9692 2003-03-29  Bernhard Held <bernhard AT bernhardheld.de>
9693
9694         * support/Util/dbuf.h: remove C++ stuff to make it portable
9695
9696 2003-03-28  Borut Razem <borut.razem AT siol.net>
9697
9698         * src/SDCC.lex: Fix for bug #711240: dynamic buffer handling of C
9699           literal strings in stringLiteral()
9700         * support/Util/dbuf.c, support/Util/dbuf.h: added: dynamic buffer handling
9701         * src/Makefile.bcc, src/Makefile.in, src\src.dsp: added support/Util/dbuf.c
9702           to the project
9703
9704 2003-03-27  Paul Stoffregen <paul AT pjrc.com>
9705
9706         * src/SDCCpeeph.c (pcDistance): accurate byte distance for mcs51
9707
9708 2003-03-26    <johan AT balder>
9709
9710         * src/mcs51/gen.c (saveRegisters): catched symbol abuse
9711         * src/ds390/gen.c (saveRegisters): catched symbol abuse
9712         * src/SDCCast.c (decorateType): fixed " -v < 3"
9713
9714 2003-03-23  Bernhard Held <bernhard AT bernhardheld.de>
9715
9716         * doc/cdbfile.html: removed, replaced by cdbfileformat.lyx
9717         Added Lenny Story's debug infrastructure changes:
9718         * src/Makefile.in:  added new files cdbFile.c and SDCCdebug.c
9719         * src/Makefile.bcc: added new files cdbFile.c and SDCCdebug.c
9720         * src/cdbFile.c: added
9721         * src/SDCCdebug.c: added
9722         * src/SDCCdebug.h: added
9723         * src/SDCCast.c (createFunction)
9724         * src/SDCCglue.c (emitRegularMap, emitStaticSeg, emitOverlay, glue)
9725         * src/SDCCmain.c (parseCmdLine, main)
9726         * src/SDCCmem.c (redoStackOffsets)
9727         * src/SDCCsymt.c (cdbStructBlock, cdbTypeInfo, cdbSymbol, cdbStruct, cdbStructBlock)
9728         * src/SDCCsymt.h
9729         * src/common.h
9730         * src/avr/gen.c (genAVRCode)
9731         * src/ds390/gen.c (gen390Code)
9732         * src/mcs51/gen.c (gen51Code)
9733         * src/pic/gen.c (genpic14Code)
9734         * src/pic/glue.c (pic14emitRegularMap, pic14emitStaticSeg, pic14emitOverlay, picglue)
9735         * src/xa51/gen.c (genXA51Code)
9736         * src/SDCCast.c: fixed "void foo(void){char c; -c < 0;}"
9737
9738 2003-03-22  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9739
9740         * src/mcs51/gen.c (genCodePointerGet): quicker code for bug #700797
9741         * src/mcs51/peeph.def: added rules 177, 241.x to 243, touched 181, 182.x, 193.x
9742
9743 2003-03-22    <johan AT balder>
9744
9745         * src/SDCCicode.c (geniCodeDerefPtr): fixed bug #698231
9746
9747 2003-03-21  Bernhard Held <bernhard AT bernhardheld.de>
9748
9749         * support/scripts/sdcc_mingw32: adapted to configure from autoconf 2.54
9750         * doc/cdbfileformat.lyx: added, written by Lenny Story
9751         * doc/Makefile: added cdbfileformat.lyx
9752         * doc/clean.mk: added cdbfileformat.lyx
9753
9754 2003-03-20  Bernhard Held <bernhard AT bernhardheld.de>
9755
9756         * src/mcs51/peeph.def: fix bug #705773
9757
9758 2003-03-20    <johan AT balder>
9759
9760         An sfr/sbit can have an "at #" AND an initializer
9761         * src/SDCCsymt.c (checkSClass):
9762         * src/SDCCmem.c (allocGlobal):
9763         * src/SDCCmem.c (allocLocal):
9764         * src/SDCCast.c (createBlock):
9765
9766 2003-03-17  Bernhard Held <bernhard AT bernhardheld.de>
9767
9768         * src/ds390/peeph.def: fix bug #704878: added rule 213.b suggested by Jan Rejlek
9769
9770 2003-03-16    <johan AT balder>
9771
9772         Undid the hackup of const and volatile, the problem is much bigger
9773         * src/SDCC.y:1.65
9774         * src/SDCCast.c:1.171
9775         * src/SDCCglue.c:1.138
9776         * src/SDCCicode.c:1.146
9777         * src/SDCCsymt.c:1.150
9778         * src/SDCCval.c:1.65
9779
9780 2003-03-15  Bernhard Held <bernhard AT bernhardheld.de>
9781
9782         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #703541
9783         * src/ds390/gen.c (genAddrOf): fixed bug #704087
9784
9785 2003-03-13    <johan AT balder>
9786
9787         Hackup const and volatile modifiers in type chains a bit:
9788         * src/SDCC.y:1.63
9789         * src/SDCCast.c:1.169
9790         * src/SDCCglue.c:1.136
9791         * src/SDCCicode.c:1.143
9792         * src/SDCCsymt.c1.146
9793         * src/SDCCsymt.h1.59
9794         * src/SDCCval.c:1.63
9795
9796 2003-03-12    <johan AT balder>
9797
9798         * src/SDCCBBlock.h: more LRH debugging junk
9799         * src/SDCCcflow.h: more LRH debugging junk
9800         * src/SDCCloop.c: more LRH debugging junk
9801         * src/SDCC.y (struct_declaration): fixed bug #697590
9802         * src/SDCCsymt.[hc] (cloneSpec): NEVER EVER use this again
9803         * src/ds390/gen.c (aopForRemat): fixed bug #700031
9804         * src/SDCCglue.c (emitStaticSeg): fixed bug #700797
9805
9806 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
9807         * src/SDCCpeeph.c: quit being lazy and made proper fix (peephole
9808         test function names must now match exactly).
9809         * src/SDCCcse.c: added special case in findCheaperOp to allow
9810         extending a short integer. Makes less awful code for bug 700121 test case.
9811
9812 2003-03-11  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9813
9814         * as/mcs51/lkmain.c: Added ASlink-Warning to messages
9815         * as/mcs51/lkaomf51.c: Fixed bug when linking asmblink example
9816
9817 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
9818
9819         * src/SDCCpeeph.c: fix so that operandsNotEqualX functions are
9820         actually called (operandsNotEqual() was called for all
9821         operandsNotEqualX tests).
9822
9823 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
9824
9825         * src/SDCCcse.c: fix findCheaperOp to prevent replacing int types
9826         with shorter literals. Fixes bug 700121.
9827
9828 2003-03-11    <johan AT balder>
9829
9830         * src/SDCCsymt.c (compareType): a (void *) can be assigned to any pointer
9831
9832 2003-03-11  Bernhard Held <bernhard AT bernhardheld.de>
9833
9834         * src/SDCCloop.c (mergeRegions): an evil beast is dead
9835         * src/SDCCmain.c (preProcess): minor cleanup: eliminate preOutName
9836
9837 2003-03-10  Borut Razem <borut.razem AT siol.net>
9838
9839         * src/SDCCmain.c: pipe preprocessor's output
9840         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
9841         * sdcc_vc_in.h: define pclose as _pclose for WIN32
9842         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
9843         which closes all pipes in pipeSet set
9844         * src/SDCCset.c: free deleted item in function deleteSetItem()
9845         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
9846         moved from z80 to src subproject
9847         * .version: increased version number to 2.3.4
9848
9849 2003-03-10  Bernhard Held <bernhard AT bernhardheld.de>
9850
9851         * support/regression/ports/mcs51/spec.mk: increase timeout for CF's sparc to 30s
9852         * support/regression/ports/ds390/spec.mk: increase timeout for CF's sparc to 25s
9853         * support/regression/ports/xa51/spec.mk: fix typo
9854
9855 2003-03-09  Bernhard Held <bernhard AT bernhardheld.de>
9856
9857         * src/SDCCglobl.h: PATH_MAX is already defined in mingw32 headers
9858
9859 2003-03-09  Borut Razem <borut.razem AT siol.net>
9860
9861         * src/SDCCmain.c: pipe preprocessor's output
9862         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
9863         * sdcc_vc_in.h: define pclose as _pclose for WIN32
9864         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
9865         which closes all pipes in pipeSet set
9866         * src/SDCCset.c: free deleted item in function deleteSetItem()
9867         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
9868         moved from z80 to src subproject
9869
9870 2003-03-09  Borut Razem <borut.razem AT siol.net>
9871
9872         * src/SDCCglue.c: re-implemented tempfilename() and tempfile(): using mkstemp() if available
9873         * src/SDCCsymt.h: fixed MSVC and BORLANDC compilation (included SDCCglobl.h instead srccconf.h)
9874         * sdcc_vc_in.h: explicitly undefined HAVE_MKSTEMP which is not available on BORLANDC and MSVC
9875         * src/SDCCset.h: removed inclusion of sdccconf.h or sdcc_vc.h
9876         * src/SDCCglobl.h: unification of WIN32 native definitions
9877
9878 2003-03-09  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9879
9880         * src/mcs51/gen.c: applied in-/dec patch mentioned on sdcc-devel 2003-03-01
9881
9882 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
9883
9884         * src/configure.in:   check for endianess (even while cross-compiling)
9885         * src/configure:      check for endianess (even while cross-compiling)
9886         * src/configure_in.h: check for endianess (even while cross-compiling)
9887         * src/avr/gen.c:        remove old endianess stuff
9888         * src/mcs51/gen.c:      remove old endianess stuff
9889         * src/ds390/gen.c:      remove old endianess stuff
9890         * src/pic/gen.c:        remove old endianess stuff
9891         * src/pic/genarith.c:   remove old endianess stuff
9892         * src/pic/glue.c:       fix endianess check
9893         * src/pic16/gen.c:      remove old endianess stuff
9894         * src/pic16/genarith.c: remove old endianess stuff
9895         * src/pic16/glue.c:     fix endianess check
9896         * src/xa51/gen.c:       remove old endianess stuff
9897         * src/z80/gen.c:        fix endianess check
9898         * src/SDCCglue.c:       fix endianess check
9899         * src/ds390/peeph.def: fix bug 700036
9900
9901 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
9902
9903         * src/SDCCsymt.h: use appropriate data-types on host for SDCC's int and long
9904         * src/configure: find appropriate data-types on host for SDCC's int and long
9905         * src/configure.in: find appropriate data-types on host for SDCC's int and long
9906         * src/sdccconf_in.h: find appropriate data-types on host for SDCC's int and long
9907         * src/xa51/gen.c: use %d, not %ld for 4 byte variables
9908
9909 2003-03-07    <johan AT balder>
9910
9911         Just a big NOOP:
9912                 some minor cleanups before the big shot
9913                 OP_DEFS and OP_USES now use Kevin's protection
9914                 new option --nolabelopt
9915
9916         * src/SDCCBBlock.c:
9917         * src/SDCCast.c,:
9918         * src/SDCCcflow.c:
9919         * src/SDCCcse.c:
9920         * src/SDCCicode.c:
9921         * src/SDCCicode.h:
9922         * src/SDCClabel.c:
9923         * src/SDCCloop.c:
9924         * src/SDCCmain.c:
9925         * src/ds390/ralloc.c:
9926         * src/mcs51/ralloc.c:
9927         * src/pic/ralloc.c:
9928         * src/xa51/ralloc.c:
9929         * src/z80/ralloc.c:
9930
9931 2003-03-06  Bernhard Held <bernhard AT bernhardheld.de>
9932
9933         * src/pic/pcode.c (get_op): fix 64 bit warnings
9934         * src/pic/pcode.c (pCode2str): fix 64 bit warnings
9935         * src/SDCChasht.c (newHashTable): fix 64 bit warnings
9936         * src/SDCCsymt.c (checkTypeSanity): fix 64 bit warnings
9937         * support/regression/tests/malloc.c: fix 64 bit warnings
9938
9939 2003-03-04  Bernhard Held <bernhard AT bernhardheld.de>
9940
9941         * src/mcs51/gen.c (genMinus): fixed bug 696436
9942
9943 2003-03-02  Borut Razem <borut.razem AT siol.net>
9944
9945         * src/SDCCmain.c: added BORLANDC, corrected MSVC in printVersionInfo()
9946
9947 2003-02-26  Bernhard Held <bernhard AT bernhardheld.de>
9948
9949         * configure.in: test for mkstemp
9950         * sdccconf_in.h: add HAVE_MKSTEMP
9951
9952 2003-02-24  Bernhard Held <bernhard AT bernhardheld.de>
9953
9954         * device/include/ctype.h: removed warning while using --stack-auto
9955         * device/include/malloc.h: removed warning while using --stack-auto
9956         * device/include/string.h: removed warning while using --stack-auto
9957
9958 2003-02-23  Borut Razem <borut.razem AT siol.net>
9959
9960         * src/asm.h: corrected assertion in function printILine(): _pipe() was not executed on MSVC,
9961         because NDEBUG is defined (see man assert)
9962         * sdcc_vc_in.h: vsnprintf is defined as _vsnprintf on MSVC
9963
9964 2003-02-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9965
9966         * src/mcs51/gen.c (genUminusFloat): avoided dptr in-/decrement for xdata variables
9967         * src/mcs51/peeph.def: added rule suggested by Gernot Fink, white space/comment changes
9968
9969 2003-02-18  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9970
9971         * src/SDCCpeeph.c: added peephole conditions testing for same arguments
9972         * src/mcs51/peeph.def: added rules 238a-d which remove redundant moves
9973
9974 2003-02-18    <johan AT balder>
9975
9976         * as/mcs51/asmain.c (asmbl): module can start with a digit
9977         * as/z80/asmain.c (asmbl): module can start with a digit
9978
9979 2003-02-16  Bernhard Held <bernhard AT bernhardheld.de>
9980
9981         * sim/ucsim/mkecho: inserted #!/bin/sh for Cygwin, so that it's executable
9982         * src/asm.c: fix pipe() for Mingw32
9983
9984 2003-02-15  Bernhard Held <bernhard AT bernhardheld.de>
9985
9986         * src/SDCCglue.h: make tmpfileNameSet available for preOutName
9987         * src/SDCCmain.c (preProcess): make sure, that preOutName will be deleted;
9988         make -V work again; --c1mode reads now from stdin
9989         * doc/sdccman.lyx: added --c1mode
9990         * support/Util/SDCCerr.c: new messages for c1 mode
9991         * support/Util/SDCCerr.h: new messages for c1 mode
9992         * src/SDCC.lex (checkCurrFile): test if fullSrcFileName is NULL for c1mode
9993
9994 2003-02-15    <johan AT balder>
9995
9996         * src/asm.c: new options: --no-c-code-in-asm and --i-code-in-asm
9997
9998 2003-02-14  Bernhard Held <bernhard AT bernhardheld.de>
9999
10000         * doc/sdccman.lyx: Environment variables, -o and other minor things
10001
10002 2003-02-14    <johan AT balder>
10003
10004         * src/xa51/main.c: before anyone really tries to use it :)
10005
10006         * Install doc's in share/sdcc/doc
10007         * removed some obsolete files
10008         * Do a proper make distclean and uninstall
10009         M Makefile.common.in
10010         R sdccbuild.sh
10011         M as/Makefile
10012         M device/include/Makefile.in
10013         M device/lib/Makefile.in
10014         M doc/sdccman.lyx
10015         M link/Makefile
10016         M sim/ucsim/doc/Makefile.in
10017         M src/clean.mk
10018         R src/avr/peeph.rul
10019         R src/xa51/peeph.rul
10020         M support/cpp2/Makefile.in
10021         M support/makebin/Makefile
10022
10023
10024 2003-02-13  Bernhard Held <bernhard AT bernhardheld.de>
10025
10026         * support/regression/ports/host/spec.mk: use cc as host compiler for max osx
10027
10028 2003-02-10  Borut Razem <borut.razem AT siol.net>
10029
10030         * doc/bccinst.txt, packihx/packihx.c, sdcc_vc_in.h, src/SDCCset.h,
10031         support/cpp2/config.in: Borland C++ build doesn't depend on Cygwin configure
10032         * Bcc.ini, Makefile.bcc, as/mcs51/Makefile.bcc,
10033         device/examples/ds390/tinitalk/Makefile.bcc, packihx/Makefile.bcc,
10034         support/cpp2/Makefile.bcc, src/Makefile.bcc, src/avr/Makefile.bcc,
10035         src/ds390/Makefile.bcc, src/izt/Makefile.bcc, src/mcs51/Makefile.bcc,
10036         src/pic/Makefile.bcc, src/pic16/Makefile.bcc, src/xa15/Makefile.bcc,
10037         src/z80/Makefile.bcc: Borland Makefile cleanup
10038         * as/z80/Makefile.bcc: Added Borland Makefile
10039         * support/cpp2/borland.h: Removed
10040
10041 2003-02-10  Bernhard Held <bernhard AT bernhardheld.de>
10042
10043         * doc/sdccman.lyx: new pragma NOIV by "Johannes Stezenbach" <js AT convergence.de>
10044         * src/SDCC.lex: new pragma NOIV
10045         * src/SDCCglobl.h: new pragma NOIV
10046         * src/SDCCmem.c: new pragma NOIV
10047
10048 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
10049
10050         * src/SDCCmain.c: signal handling is switched off by SDCC_LEAVE_SIGNALS
10051
10052 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
10053
10054         * src/SDCCmain.c: signal handling is switched off by --debug
10055         * doc/Makefile: small fix for install; use clean.mk again
10056         * doc/clean.mk: clean *.pdf and *.html too
10057
10058 2003-02-08  Bernhard Held <bernhard AT bernhardheld.de>
10059
10060         * device/lib/_mulint.c: small fix for large/ds390 --int-long-reent resp. --stack-auto
10061         * device/lib/printfl.c: fix a ds390 bug by making it portable
10062         * src/SDCCsymt.c (initCSupport): fix compile warning on Cygwin
10063         * src/SDCCopt.c (cnvToFloatCast): fix compile warning on Cygwin
10064         * src/SDCCopt.c (cnvFromFloatCast): fix compile warning on Cygwin
10065         * debugger/mcs51/cmd.c: converted multi-line string literals
10066         * sim/ucsim/globals.cc: converted multi-line string literals
10067         * src/SDCCmain.c: introduced signal handler to remove temp files
10068         * doc/Makefile: small tweaks, implement clean
10069         * doc: removed generated files
10070
10071 2003-02-05  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10072
10073         * as/mcs51/aslink.h, as/mcs51/lkihx.c, as/mcs51/lkrloc.c:  Applied
10074         patch from Jan Rejlek <jr AT apex-lib.cz> to fix Bug 677692: "Extended
10075         Address Record is not correctly generated for DS390."
10076
10077 2003-02-02  Borut Razem <borut.razem AT siol.net>
10078
10079         * Makefile.bcc: removed non existing cpp project and non compilable izt project from makefile
10080         * as/mcs51/asm.h: fixed compilation with Borland C
10081         * support/cpp2/Makefile.bcc: added rule to generate auto-host.h
10082         * support/cpp2/auto-host_vc_in.h: fixed compilation with Borland C
10083         * src/mcs51/mcs51a.dsp: corrected misspelled project name from msc51a to mcs51a
10084         * src/avr/Makefile.bcc, src/ds390/Makefile.bcc, src/izt/Makefile.bcc,
10085         src/mcs51/Makefile.bcc, src/pic16/Makefile.bcc, src/xa51/Makefile.bcc,
10086         src/z80/Makefile.bcc: delete $(LIB) only if exist
10087         * src/Makefile.bcc, src/pic/Makefile.bcc:  fixed compilation with Borland C
10088
10089 2003-02-02  Bernhard Held <bernhard AT bernhardheld.de>
10090
10091         * device/include/malloc.h: introduced NULL
10092         * device/include/string.h: introduced NULL
10093         * device/include/stdlib.h: introduced NULL
10094         * device/lib/_memcpy.c: removed NULL
10095         * device/lib/_strcat.c: removed NULL
10096         * device/lib/_strchr.c: removed NULL
10097         * device/lib/_strcmp.c: removed NULL
10098         * device/lib/_strcpy.c: removed NULL
10099         * device/lib/_strcspn.c: removed NULL
10100         * device/lib/_strlen.c: removed NULL
10101         * device/lib/_strncat.c: removed NULL
10102         * device/lib/_strncmp.c: removed NULL
10103         * device/lib/_strncpy.c: removed NULL
10104         * device/lib/_strpbrk.c: removed NULL
10105         * device/lib/_strrchr.c: removed NULL
10106         * device/lib/_strspn.c: removed NULL
10107         * device/lib/_strstr.c: removed NULL
10108         * device/lib/_strtok.c: removed NULL
10109         * device/lib/malloc.c: removed NULL, include own header
10110
10111 2003-02-02    <johan AT balder>
10112
10113         * 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
10114         * support/regression/fwk/lib/testfwk.c: div and mod isn't broken anymore
10115         * regressions ds390/spec.mk and mcs51/spec.mk (timeout): my good old balder isn't fast enough for some tests
10116         * src/z80/gen.c (genZ80Code): added c-lines in asm comments
10117         * as/z80/asm.h (NINPUT): increased for long c-comments in regression tests
10118         * src/z80/gen.c (genRightShiftLiteral): fixed the (char)(-3)>>8 (I think)
10119
10120 2003-02-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10121
10122         * src/SDCCmain.c: Fixed bug 678574: "ds390: ASlink-Error-Stack overlaps
10123         area 'DATA'"
10124
10125 2003-02-01    <johan AT balder>
10126
10127         * src/SDCCval.c (valBitwise): fixed Karl's "2 | (1<<8)"
10128
10129 2003-01-31    <johan AT CP255758-A>
10130
10131         * src/ds390/main.c (_ds390_genAssemblerPreamble): applied Jan Rejlek's >64K startup patch
10132
10133 2003-01-30    <johan AT balder>
10134
10135         * src/SDCCBBlock.c: automatic bug detection
10136         * src/SDCCicode.c: automatic bug detection
10137
10138 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10139
10140         * src/SDCCglobl.h:   now --xram-size 0 works
10141         * src/SDCCmain.c:    now --xram-size 0 works
10142
10143 2003-01-29    <johan AT balder>
10144
10145         * src/almosteverything: changed OP_DEFS and OP_USES from macros to functions to catch symbol abuse (a hot topic in the bug list :)
10146
10147 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10148
10149         * as/mcs51/aslink.h: Added options --xram-size and --code-size
10150         * as/mcs51/lkdata.c: Added options --xram-size and --code-size
10151         * as/mcs51/lkmain.c: Added options --xram-size and --code-size
10152         * as/mcs51/lkmem.c:  Added options --xram-size and --code-size
10153         * src/SDCCglobl.h:   Added options --xram-size and --code-size
10154         * src/SDCCmain.c:    Added options --xram-size and --code-size
10155
10156 2003-01-28  Bernhard Held <bernhard AT bernhardheld.de>
10157
10158         * src/ds390/gen.c: fix deps by replacing <common.h> with "common.h"
10159         * src/SDCC.lex: rename P_OVERLAY to P_OVERLAY_ for cross-gcc 3.2 MINGW32
10160
10161 2003-01-27    <johan AT balder>
10162
10163         * src/SDCC.y: fixed bug #613764
10164
10165 2003-01-26    <johan AT balder>
10166
10167         * src/SDCClrange.c:  fixed Bernhard's "char * code ptr = &c"
10168         * src/SDCCsymt.h: fixed bug #673374
10169         * src/SDCCglue.c: fixed bug #661910
10170         * src/SDCCast.c: fixed bug #458099 and 673374
10171
10172 2003-01-26  Bernhard Held <bernhard AT bernhardheld.de>
10173
10174         * as/mcs51/strcmpi.c: added, provides Aurelien Jarno's as_strcmpi(); strcmpi() is not ANSI
10175         * as/mcs51/strcmpi.h: added
10176         * as/mcs51/asm.h: remove ugly "#define strcmpi strcmp"
10177         * as/mcs51/aslink.h: remove ugly "#define strcmpi strcmp"
10178         * as/mcs51/asmain.c: strcmpi -> as_strcmpi
10179         * as/mcs51/assym.c: strcmpi -> as_strcmpi
10180         * as/mcs51/lkmem.c: strcmpi -> as_strcmpi
10181         * as/mcs51/lknoice.c: strcmpi -> as_strcmpi
10182         * as/mcs51/lksym.c: strcmpi -> as_strcmpi
10183         * as/mcs51/Makefile.aslink: new module strcmpi
10184         * as/mcs51/Makefile.asx8051: new module strcmpi
10185         * as/mcs51/Makefil.bcc: new module strcmpi
10186         * as/mcs51/Makefile.in: new module strcmpi
10187         * sim/ucsim/s51.src/uc390.cc (get_mem_size): make RAM big enough for tinibios
10188
10189 2003-01-26    <johan AT balder>
10190
10191         * src/SDCCglue.c: reverted back to 1.124
10192         * src/SDCCast.c: reverted back to 1.156
10193         * src/mcs51/gen.c (aopGet): applied Frieder's efficiency patch
10194
10195 2003-01-25    <johan AT balder>
10196
10197         * src/SDCCglue.c: A better fix for bug #661910
10198         * src/SDCCast.c: A better fix for bug #661910
10199         * src/SDCCglue.c (emitRegularMap): That was a little too efficient
10200
10201 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
10202
10203         * src/Makefile.in: remove spawn.o
10204         * src/SDCCmain.c: remove spawn.h
10205         * src/SDCCmain.c (printVersionInfo): report MINGW32 instead of UNIX
10206         * src/spawn.c: removed
10207         * src/spawn.h: removed
10208         * support/regression/ports/ds390/spec.mk: link with -r
10209
10210 2003-01-24    <johan AT CP255758-A>
10211
10212         * src/ds390/gen.c (aopOp): fixed bug #667458
10213         * src/SDCCglue.c (emitRegularMap): fixed bug #458099 again
10214         * src/SDCCast.c (createIvalCharPtr): fixed bug #661910
10215         (createIvalCharPtr): an ival doesn't always have a storage class anymore
10216
10217 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
10218
10219         * src/mcs51/peeph.def: better assembler identation by Frieder
10220         * src/mcs51/gen.c: better assembler identation by Frieder
10221
10222 2003-01-22  Bernhard Held <bernhard AT bernhardheld.de>
10223
10224         * as/z80/string.h: removed for gcc 3.2
10225         * support/makebin/makebin.c: #include <string.h> for gcc 3.2
10226         * src/pic/pcode.c (get_op_from_instruction): fix concatenation of string literals with __FUNCTION__ for gcc 3.2
10227
10228 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
10229
10230         * src/SDCCmain.c (linkEdit): rename mem and map files even in case of failure
10231         * src/SDCCpeeph.c (replaceRule): fix bug #663503
10232         * support/regression/Makefile: separate temp files for ports
10233         * support/regression/generate-cases.py: separate temp files for ports
10234         * src/mcs51/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
10235         * src/ds390/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
10236
10237 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
10238
10239         * moved tinitalk to device/examples/ds390
10240
10241 2003-01-14  Bernhard Held <bernhard AT bernhardheld.de>
10242
10243         * as/mcs51/lkmem.c: rflag is for DS390
10244         * src/SDCCglobl.h: removed out_name and options stackOnData, genericPtr
10245         * src/SDCCmain.c (optionsTable, setDefaultOptions): removed --stack-after-data and --generic
10246                          (linkEdit): move mem- and map-files the same way as ihx-files
10247         * src/z80/main.c (_setDefaultOptions): removed --generic
10248         * src/SDCCmain.c (_processC1Arg, parseCmdLine, main): --c1mode works again
10249         * src/SDCCglue.c (createInterruptVect, glue): --c1mode works again
10250         * src/pic/glue.c (picglue): --c1mode works again
10251         * src/pic16/glue.c (pic16glue): --c1mode works again
10252         * src/asm.c (printCLine): fix #660034
10253
10254 2003-01-13  Bernhard Held <bernhard AT bernhardheld.de>
10255
10256         * src/ds390/peeph.def: fix #123; add 14 rules by Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>, 1 by Frieder
10257         * src/mcs51/peeph.def: fix #123; add 14 rules by Fiorenzo, 1 by Frieder
10258         * src/mcs51/gen.c (genFunction): emit r0 instead of ar0 by Fiorenzo
10259         * as/mcs51/lkmem (summary): better fix for sp problem
10260         * src/SDCCglue.c (glue): __start_stack - 1, saves 1 byte!
10261         * src/ds390/main.c (_ds390_finaliseOptions, _tininative_finaliseOptions): stack_loc = 0x400008
10262         * support/regression/ports/*/spec.mk: moving testfwk-object to port dir allow parallel execution of regression tests
10263                                               remove --stack-after-data
10264
10265 2003-01-12  Bernhard Held <bernhard AT bernhardheld.de>
10266
10267         * src/SDCCmain.c (main): port->finaliseOptions() moved for z80 linking
10268         * src/SDCCutil.c (join): ugly bug: missing '\0'
10269         * as/mcs51/lkmem.c (summary): sp on address 7 is safe
10270
10271 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
10272
10273         * src/SDCCmain.c (assemble, linkEdit): preparations for -o
10274         * src/port.h: typo
10275         * src/pic/main.c (_asmCmd): gpasm supports -o
10276         * src/z80/main.c: more general macros
10277         * device/lib/Makefile.in: remove intermediate files
10278
10279 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
10280
10281         * .version: Bumped version number to 2.3.3
10282         * src/SDCCBBlock.c: new option -o
10283         * src/SDCCglobl.h: new option -o
10284         * src/SDCCglue.c: new option -o
10285         * src/SDCCmain.c: new option -o
10286         * src/asm.c: new option -o
10287         * src/ds390/main.c: new option -o
10288         * src/pic/glue.c: new option -o
10289         * src/pic/pcode.c: new option -o
10290         * src/pic/ralloc.c: new option -o
10291         * src/pic16/glue.c: new option -o
10292         * src/pic16/pcode.c: new option -o
10293         * src/pic16/ralloc.c: new option -o
10294         * src/z80/main.c: new option -o
10295         * device/lib/Makefile.in: use -o
10296         * support/regression/ports/ds390/spec.mk: use -o
10297         * support/regression/ports/gbz80/spec.mk: use -o
10298         * support/regression/ports/mcs51/spec.mk: use -o
10299         * support/regression/ports/mcs51-stack-auto/spec.mk: use -o
10300         * support/regression/ports/z80/spec.mk: use -o
10301         * support/regression/ports/ucz80/spec.mk: use -o
10302         * support/regression/ports/xa51/spec.mk: use -o
10303         * support/regression/fwk/lib/timeout.c: fix usage string
10304
10305 2003-01-09  Bernhard Held <bernhard AT bernhardheld.de>
10306         * src/mcs51/gen.c (genPlus): replaced "mov b,acc" by "mov b,a" Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>
10307
10308 2003-01-07    <johan AT balder>
10309
10310         * src/SDCCast.c (decorateType): fixed bug #600035
10311
10312 2003-01-07  Bernhard Held <bernhard AT bernhardheld.de>
10313         * as/mcs51/lkmem.c: added several l-modifiers to printf to remove warnings
10314         * as/mcs51/lkaomf51.c: #include <ctype.h> to remove warnings
10315         * src/pic/main.c (_hasNativeMulFor): outcommented unused variables to remove warnings
10316         * src/pic/pcode.c: outcommented unused variable to remove warnings
10317         * src/pic/ralloc.c: outcommented unused variable to remove warnings
10318
10319 2003-01-06    <karl AT turbobit.com>
10320         * sim/ucsim/cmd.src/command.cc: fixed so "break xram r 0x7654" works again in
10321    regression tests.
10322
10323 2003-01-06    <johan AT balder>
10324
10325         * src/SDCCicode.c: fixed array add
10326
10327 2002-01-05  Bernhard Held <bernhard AT bernhardheld.de>
10328         * src/SDCCmacro.c: MAX_STRING_LENGTH increased to 2048; was too small for regression tests
10329         * support/regression/ports/host/support.c: #include <stdarg.h> for gcc 3.2
10330
10331 2003-01-04    <johan AT balder>
10332
10333         * src/SDCCval.c (getNelements): fixed the initialized array of structures
10334
10335 2002-12-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10336         * as/mcs51/Makefile.bcc: fixed typo lkomf51.o -> lkaomf51.o
10337
10338 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
10339         * src/mcs51/peeph.def: added rules 234 and 235 from Frieder Ferlemann <frieder.ferlemann AT web.de>
10340         * support/regression/tests/bug-524697.c: fit mem usage into 8032
10341
10342 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
10343         * src/mcs51/gen.c (aopGetUsesAcc): inserted missing "return FALSE"
10344
10345 2002-12-27  Bernhard Held <bernhard AT bernhardheld.de>
10346         * as/mcs51/Makefile.in: fixed typo lkomf51.o -> lkaomf51.o
10347
10348 2002-12-26  Bernhard Held <bernhard AT bernhardheld.de>
10349         * src/mcs51/main.c: removed {bindir}{sep} from aslink
10350
10351 2002-12-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10352
10353     * in \sdcc\as\mcs51\ changed these files in order to create an
10354     aomf51 file: aslink.h, lkdta.c, lklex.c, lklibr.c, lklist.c,
10355     lkmain.c.  Also added: lkmem.c and lkaomf51.c.  Changed the
10356     following files to include the previous two files: aslink.dsp,
10357     Makefile.aslink, Makefile.bcc, and Makefile.in.
10358
10359     * Changed \sdcc\src\SDCCmain.c so it creates files with extension
10360     .adb instead of .cdb
10361
10362 2002-11-09  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10363
10364         * \sdcc\as\mcs51\lklist.c: Now reports memory usage using the
10365         value from option --iram-size.
10366
10367 2002-09-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10368
10369         * \sdcc\as\mcs51\lklist.c: added boundary check before using
10370         dram[] array.
10371
10372 2002-09-18    <wiml AT hhhh.org>
10373
10374         * SDCClrange.h: exposed setFromRange() and setToRange()
10375         * mcs51/ralloc.c: fixed over-eager packRegsForSupport() and
10376           packRegsForAccUse() (bug 542397)
10377         * mcs51/gen.c: MOVA() is now a function to avoid calling aopGet()
10378           multiple times and emitting the fetch operations more than once
10379           added aopGetUsesAcc() function to allow binary operators to
10380           fetch their operands in the correct order; made genMinus() emit
10381           compact code for X = LITERAL - Y
10382
10383 2002-09-00  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10384         * \sdcc\as\mcs51\lklist.c: Fixed incorrect number of parameters to
10385         sprintf() in line 1267.
10386
10387 2002-09-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10388         * \sdcc\src\SDCCglue.c: Generate areas REG_BANK_[0-3] only for 8051
10389         like ports.
10390
10391 2002-09-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10392         Changes to aslink (All the changes are marked with 'JCF'):
10393
10394         * \sdcc\as\mcs51\aslink.h: External definition of sflag and
10395         summary().
10396
10397         * \sdcc\as\mcs51\lkarea.c: Computes the size of area BSEG_BYTES from
10398         area BSEG.  Also moves, if possible, the DATA area down into the internal
10399         ram so more space is available.
10400
10401         * \sdcc\as\mcs51\lkdata.c: Definition of memory summary output flag
10402         sflag.
10403
10404         * \sdcc\as\mcs51\lklist.c: For the BSEG area report the size in bits,
10405         not bytes.  Function summary() which creates a memory usage summary
10406         file with extension .mem.  Reports of overlaping stack and small stack
10407         size.  If the space for the stack is less than 16 bytes aslink trows a
10408         warning.
10409
10410         * \sdcc\as\mcs51\lkmain.c: Creation of some of the default areas for
10411         the 8051.  Option 'y' for memory summary output file.
10412
10413         Changes to sdcc (All the changes are marked with 'JCF'):
10414
10415         * \sdcc\src\SDCCglobl.h: External definition of RegBankUsed[4].
10416
10417         * \sdcc\src\SDCCglue.c:  If a register bank is used, creates an
10418         overlaying area for it (uses RegBankUsed[4]).
10419
10420         * \sdcc\src\SDCCmain.c: Definition RegBankUsed[4]; marks register
10421         bank zero as used by default.  By default aslink locates the stack
10422         (equivalent to --stack-after-data).  Pass option 'y' to aslink for
10423         the creation of the .mem file.  Delegates the allocation of data area
10424         to aslink (it is not longer 0x30 by default).  If --stack-loc passes
10425         the begining of the stack area to aslink.
10426
10427         * \sdcc\src\SDCCmem.c:  If a register bank is used, marks it so
10428         glue() in SDCCglue.c creates an area for it.
10429
10430 2002-09-03  Borut Razem <borut.razem AT siol.net>
10431         * sdcc/src/SDCCglue.c, sdcc/src/SDCCglue.h, sdcc/src/SDCCmain.c,
10432         sdcc/src/pic/glue.c:
10433         introduced atexit() handler for teporay files removal in case of
10434         errors, assertions, ...
10435
10436 2002-08-29  Borut Razem <borut.razem AT siol.net>
10437         * sdcc/support/cpp2/auto-host_vc_in.h:
10438         re-definition of O_BINARY and other O_XXX as _O_BINARY and _O_XXX, so the problem
10439         with the returned value from read() in sdcc/support/cpp2/cppfiles.c is solved for MSC.
10440         Maybe there is a similar problem with BORLANDC? It should be checked!
10441
10442         * sdcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c, sdcc/src/z80/ralloc.c:
10443         corrected improper use of assert: the assignment to clr variable was done inside the assert.
10444         In case that NDEBUG was defined, the assert macro was substituted with no-op, so the assignment
10445         was not executed, and the compiler (cl) launched a warning:
10446         ralloc.c(1442) : warning C4700: local variable 'clr' used without having been initialized
10447
10448 2002-08-28  Bernhard Held <bernhard AT bernhardheld.de>
10449         * src/SDCCglue.c (printIvalArray): iterative calculation of array length
10450
10451 2002-08-28  Jesus Calvino-Fraga and Borut Razem <borut.razem AT siol.net>
10452         * sdcc/sdcc.dsw: added sdcpp, sdcppa, yacc, conf projects
10453
10454         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
10455           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp,
10456           sdcc/src/xa51/xa51.dsp, sdcc/src/avr/avra.dsp,
10457           sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
10458           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp,
10459           sdcc/src/xa51/xa51a.dsp, sdcc/as/as_z80.dsp,
10460           sdcc/as/aslink.dsp, sdcc/as/asx8051.dsp, sdcc/packihx/packihx.dsp:
10461         - added Release configuration in VS projects
10462         - review of compiler an linker options
10463         - VC .exe files are generated in bin_vc directory, not to interfere
10464           with binaries generated from other projects (cygwin, mingw, bcc ...)
10465
10466         * sdcc/src/yacc.dsp: added
10467
10468         * sdcc/config.dsp, sdcc/configure_vc.awk, sdcc/sdcc_vc_in.h:
10469         added - genarate sdcc_vc.h using sdcc_vc_in.h as template
10470         and insert the version number definitions from .version
10471
10472         * sdcc/support/cpp2/sdcpp.dsp: added - VC project for sdcpp
10473
10474         * sdcc/support/cpp2/sdcppa.dsp, sdcc/support/cpp2/auto-host_vc_in.h:
10475         added - genarate auto-host.h using auto-host_vc_in.h as template
10476
10477         * sdcc/sdcc_vc.h,
10478         removed from CVS, generated automatically
10479
10480 2002-08-25  Bernhard Held <bernhard AT bernhardheld.de>
10481         * support/scripts/inc2h.pl: use gputils or gpasm (from Nathan Hurst)
10482
10483 2002-08-11  Borut Razem <borut.razem AT siol.net>
10484         * support/Util/NewAlloc.c: removed unneeded #include "sdccconf.h" (suggested by Jesus Calvino-Fraga)
10485
10486 2002-08-10  Borut Razem <borut.razem AT siol.net>
10487         * src/SDCCmain.c (main):
10488         file preOutName was unlinked before closed. This seems to be OK on UNIX and cygwin
10489         platforms, but it doesn't work with Visual Studio: the opened file can not be removed.
10490         The consequence was that some temporary files were not removed.
10491
10492         * src/SDCCglue.c:
10493         unification of code in functions tempfilename() and tempfile():
10494         function tempnam() is defined in Visual Studio 6.0 and .NET
10495
10496         * sdcc/sdcc.dsw: removed project sdcpp, added project xa51a
10497
10498         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
10499           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp:
10500         - removed compiler command line option /WX: Treats all warnings as errors
10501         - update a list of source files, included into the project
10502
10503         * sdcc/src/avr/avra.dsp, sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
10504           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp:
10505         changed project type to Generic Project so that can be correcly converted to VS.NET project
10506
10507         * sdcc/as/mcs51/asm.h: definition of PATH_MAX for MSC
10508
10509         * sdcc/src/SDCCast.c: solved MSC error in function decorateType()
10510
10511         * sdcc/src/SDCC.y: added missing ending ';' to rules to get rid of bison warnings
10512
10513         * dcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c:
10514         added return 0 statements after assert() to make compiler happy
10515
10516         * sdcc/src/xa51/peeph.rul, sdcc/src/xa51/peeph.def, sdcc/src/z80/ralloc.c:
10517         added newline in the def file to keep MSC compiler satisfied
10518
10519         * sdcc/src/z80/gen.c:
10520         - function strcasecmp() is not defined in MSC (and probably also in BORLANDC),
10521           so it is replaced with STRCASECMP, which is defined as stricmp in case of MSC and BORLANDC
10522         - solved MSC error in function aopDump()
10523
10524         * sdcc_vc.h: define PREFIX as "\\sdcc"
10525
10526 2002-07-18  Bernhard Held <bernhard AT bernhardheld.de>
10527         * src/SDCCast.c (decorateType): fixed access to array of structures http://sourceforge.net/mailarchive/forum.php?thread_id=902690&forum_id=4107
10528
10529 2002-06-22  Scott Dattalo <scott AT dattalo.com>
10530         * src/pic/*: Numerous bug fixes. Flow analysis has been enhanced.
10531         - Rewrote the register banking algorithm.
10532         - Added pCode live-range analysis to registers (for now, only non-used and
10533         singly-used registers optimized away)
10534
10535         * src/pic/pcoderegs.[ch]: Added new files for pCode live-range analysis
10536
10537         * 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.
10538
10539 2002-05-10  Scott Dattalo <scott AT dattalo.com>
10540         * src/pic/*: Added support for multiplication. Fixed many,many bugs.
10541
10542 2002-04-22  Michael Hope  <michaelh AT vroom>
10543
10544         * device/lib/z80/printf.c: Changed emitter to volatile to work around a pcall bug.
10545
10546         * configure.in (DD_COPT): Added include support required for gbdk.
10547
10548         * .version: Bumped version number just to increase it.
10549
10550         * src/SDCCmain.c: Added -nostdinc to the default options.
10551
10552 2002-04-15  Michael Hope  <michaelh AT vroom>
10553
10554         * device/lib/z80/printf.c (sprintf): Added.
10555
10556         * src/z80/ralloc.c (packRegisters): Disabled pack HL use for GB as it's broken.
10557
10558         * src/z80/peeph.def: Added transpose redundent load rule.
10559
10560         * src/z80/main.c: Added force callee saves for jaune.
10561
10562         * src/port.h: Removed the i186 and tlcs-900h ports as they weren't being being developed.
10563
10564         * src/SDCCmain.c: Pulled the options definition out so that you can add port specific options without changing the main file.
10565
10566 2002-03-28  Johan Knol  <johan AT balder>
10567
10568         * src/SDCCval.c: fixed bug #532436
10569
10570 2002-03-14  Scott Dattalo <scott AT dattalo.com>
10571         * /src/port.h:
10572         Added "char *Processor" field to the port structure.
10573
10574         * /src/SDCCmain.c:
10575         Added -p option. Allows port dependent processor to be specified.
10576
10577         * all ports:
10578         Initialized the new field char *Processor field to NULL in all ports
10579
10580         * /src/pic/*:
10581         Compiler generated registers for interrupt context saving
10582         were not getting allocated.
10583
10584 2002-03-16  Sandeep Dutta  <sandeep AT ddi.com>
10585
10586         * /src/SDCCast.c:
10587         Fixed left shift. Will promote the left side of a left shift
10588         if a) left shifting more than size of operand or b) when assigned
10589         to something size > size of left side
10590
10591 2002-03-14  Scott Dattalo <scott AT dattalo.com>
10592         * src/pic/*
10593         tons of changes. Register allocation has been
10594         rewritten. Added customization for the various PICs. Flow
10595         analysis is restructured. ...
10596
10597         * src/pic/device.h:
10598         Added
10599
10600         * src/pic/device.c:
10601         Added. device.c is a PIC port hack to accomodate variations
10602         in PIC devices.
10603
10604 2002-03-13  Michael Hope  <michaelh AT vroom>
10605
10606         * src/z80/gen.c (genGenPointerGet): Fixed a bug where a pointer in HL is dereferenced into HL but HL is not spilled.  Yeah.
10607
10608 2002-03-04  johanknol  <johanknol AT manik>
10609
10610         * /src/SDCCval.c: fixed
10611
10612         const unsigned char arr[][2] = { { 0, 1 } };
10613         t18.c:1: error: Initializer element is not constant
10614
10615 2002-03-04  bela  <bela AT manik>
10616
10617         * /device/include/mcs51reg.h:
10618         ds89c420 register definition update
10619
10620 2002-03-03    <johan AT FRIJA>
10621
10622         * support/Util/SDCCerr.c: did something, but don't no why anymore
10623
10624         * support/regression/tests/bug-524691.c: made it a little less shy
10625
10626         * src/SDCCast.c (decorateType): fixed bug #524697
10627
10628         * src/SDCCast.c: made some lineno improvements
10629
10630         * src/SDCCval.c (getNelements): changed warning to error
10631
10632         * src/SDCCglue.c (printIvalArray): changed warning to error
10633
10634         * src/SDCCicode.c: fixed a warning for mingw
10635
10636         * src/SDCCast.c (decorateType): fixed the << promotion for ops
10637
10638         * src/SDCCicode.c (geniCodeDivision): divide is shift only for unsigned (bug #524685)
10639
10640 2002-03-02  Sandeep Dutta  <sandeep AT ddi.com>
10641
10642         * src/ds390/peeph.def:
10643         Added some more peephole rules
10644
10645         * src/ds390/gen.c: Various fixes & enhancements
10646
10647         * src/SDCClrange.c, src/SDCClrange.h:
10648         functions "alldefsoutofrange" and "notusedinblock" moved to SDCClrange.c
10649
10650         * src/ds390/ralloc.c:
10651         various fixes & enhancements (ds390) specific
10652
10653         * src/avr/ralloc.c, src/mcs51/ralloc.c, src/pic/ralloc.c, src/xa51/ralloc.c, src/z80/ralloc.c:
10654         Functions "allDefsOutOfRange" & "notUsedinBlock" moved to SDCClrange.c
10655         from rallocs.
10656
10657         * sdcc/src/SDCCcse.c: Better fix for bug # 514308
10658
10659 2002-03-02    <johan AT FRIJA>
10660
10661         * src/SDCCast.c (decorateType): fixed bug #524708
10662
10663         * src/SDCCval.c (floatFromVal): fixed the literal void (whatever that may be)
10664
10665         * src/SDCCicode.c (geniCodePtrPtrSubtract): fixed bug #524691
10666
10667 2002-03-01  Michael Hope  <michaelh AT vroom>
10668
10669         * src/SDCCsymt.c (initCSupport): Removed managling of support function names.
10670
10671         * src/z80/ralloc.c (packRegsForIYUse): Fixed fp bug where four byte operands were packed into IY.
10672
10673 2002-03-01    <johan AT FRIJA>
10674
10675         * src/SDCCglue.c (printIvalPtr): fixed bug #524211
10676
10677         * src/SDCCast.c (decorateType): fixed bug #524209
10678
10679         * src/SDCCval.c (valNot): fixed bug #524195
10680
10681 2002-02-26    <johan AT balder>
10682
10683         * src/xa51/gen.c: fixed a warning
10684
10685         * src/SDCCglue.c (printIvalFuncPtr): fixed bug #522534
10686
10687         * src/SDCCast.c (decorateType): fixed bug #522534
10688
10689 2002-02-23    <johan AT balder>
10690
10691         * src/SDCCdflow.c (computeDataFlow): fixed bug #460088
10692
10693 2002-02-22    <johan AT balder>
10694
10695         * src/SDCCast.c: fixed bug #514865
10696
10697         * src/SDCCy.c ("SDCC.y"): fixed bug #516625
10698
10699 2002-02-21  Sandeep Dutta  <sandeep AT ddi.com>
10700
10701         * sdcc/src/SDCCloop.c:
10702         Previous fix was not good. basic blocks that have "break" or "return" are
10703         not really partof a loop , but live ranges used in these blocks should
10704         be live thru the entire loop, so set partOfLoop but don't add them to
10705         loop region
10706
10707 2002-02-21    <johan AT FRIJA>
10708
10709         * src/SDCCcse.c: fixed bug #514308
10710
10711 2002-02-20  Sandeep Dutta  <sandeep AT ddi.com>
10712
10713         * src/SDCCloop.c:
10714         Fixed BUG #519583. If a conditional block ended in a return/break
10715         statement inside a loop, it was not being considered part of the loop.
10716
10717         * src/SDCCcflow.c: Removed fix (Fixed in SDCCloop.c)
10718
10719 2002-02-10  Karl Bongers <karl AT turbobit.com>
10720
10721         * debugger/*:
10722         Fixed up SDCDB debugger somewhat.  Updated debugger/README
10723         with lots of comments and notes.
10724
10725         * device/examples/test2.c:
10726         Fix bug, "red" variable not being initialized(compiler complained).
10727
10728         * device/examples/Makefile, examples/test3.c:
10729         Add Makefile in device/examples folder, compiles test3.c
10730         for use as a multiple module SDCDB test case.
10731
10732         * sim/ucsim/cmd.src/cmdset.cc:
10733         Took out debug printfs in ucsim "next" command.
10734
10735         * sim/ucsim/xa.src:
10736         Karl and Johan start ucsim XA support.  Most dissassembly working,
10737         about 75% emulation done(plenty of work remaining).
10738
10739         * sim/ucsim/z80.src:
10740         Add Z80 support to ucsim, add test-ucz80 regression test,
10741         notice ucsim/z80 emulation fails on examples/test3.c/itoa code.
10742         Notice z80 compiler fails on examples/test3.c/crc code.
10743
10744 2002-01-30  Sandeep Dutta  <sandeep AT ddi.com>
10745
10746         * src/mcs51/gen.c, src/mcs51/main.c, src/mcs51/ralloc.c:
10747         Added support for --parms-in-bank1
10748
10749         * src/ds390/peeph.def:
10750         added a few more peephole optimzations
10751
10752         * src/ds390/main.c:
10753         1) added __builtin_inp & __builtin_outp used to read in data of given length
10754            from a memory mapped port
10755         2) added __builtin_memcmp
10756         3) added __builtin_swapw swap bytes of a short
10757
10758         * src/ds390/gen.c, src/ds390/gen.h, src/ds390/ralloc.c:
10759         1) handle multiple send & receives from register bank1
10760         2) ralloc can now allocate DPTR1 to some liveRanges
10761
10762         * src/SDCCsymt.c, src/SDCCsymt.h:
10763         changes to handle multiple sends & receives
10764
10765         * src/SDCCptropt.h:
10766         added some pointer arithmetic optimization
10767
10768         * src/SDCCptropt.c:
10769         added some pointer arithmetic optimizations but not stable yet so not
10770         called from anywhere (will get this working shortly)
10771
10772         * src/SDCCopt.c: fixed for multiple sends & receives
10773
10774         * src/SDCCmain.c:
10775         1) added options --parms-in-bank1 (ds390/mcs51) & --protect-sp-update
10776         2) preprocessing done AFTER port->finalizeoptions . This allows ports to
10777            set preprocessor defines (depending on options)
10778
10779         * src/SDCCicode.c, src/SDCCicode.h:
10780         changes made to handle multiple sends & receives
10781
10782         * src/SDCCglobl.h:
10783         Added options --protect-sp-update (ds390) and --parms-in-bank1 (ds390/mcs51)
10784
10785         * src/SDCCcse.c, src/SDCCcse.h:
10786         added function findbackward def (to be used in upcoming optimization)
10787
10788         * src/SDCCcflow.c, src/SDCCcflow.h:
10789         added function returnAtEnd - to determine if a basic block terminates with
10790         a RETURN iCode
10791
10792         * src/SDCCast.c, src/SDCCast.h:
10793         added option parms-in-bank1
10794
10795         * device/lib/_divsint.c, device/lib/_divslong.c, device/lib/_divuint.c
10796         * device/lib/_divulong.c, device/lib/_modsint.c, device/lib/_modslong.c
10797         * device/lib/_modulong.c, device/lib/_mulint.c, device/lib/_mullong.c:
10798         adjusted for --parms-in-bank1 option
10799
10800         * device/include/string.h:
10801         donot redefine "reentrant" keyword
10802
10803         * device/include/ds80c390.h: Added some more SFRs
10804
10805 2002-01-28  Bernhard Held  <bernhard AT bernhardheld.de>
10806
10807         * sim/ucsim: Merged branch ucsim-034-pre3 to main trunk; new version 0.4
10808
10809 2002-01-26  Bernhard Held  <bernhard AT bernhardheld.de>
10810
10811         * src/SDCCast.c (funcOfType): fix usage of double --float-reent
10812
10813 2002-01-22  Bernhard Held  <bernhard AT bernhardheld.de>
10814
10815         * support/regression/fwk/lib/testfwk.c (main): Removed workaround for bug #505387
10816
10817 2002-01-18  Paul Stoffregen  <paul AT pjrc.com>
10818
10819         * Added --xram-movc option
10820
10821 2002-01-13  Bernhard Held  <bernhard AT bernhardheld.de>
10822
10823         * support/regression/Makefile: don't include test-mcs51-stack-auto in target all
10824
10825 2002-01-11  Johan Knol
10826
10827         * Added math lib of Jesus Calvino-Fraga
10828
10829 2002-01-08  Bernhard Held  <bernhard AT bernhardheld.de>
10830
10831         * src/SDCCmain.c (processFile): fix processing of ../../src.c
10832         * support/regression/Makefile: new target test-mcs51-stack-auto
10833         * support/regression/ports/mcs51-stack-auto/spec.mk: added
10834
10835 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
10836
10837         * src/SDCCglue.h: printIvalCharPtr(), not printIvalChar()
10838
10839 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
10840
10841         * support/regression/ports/mcs51/support.c: correct setup of timer / UART
10842
10843 2002-01-03  Bernhard Held  <bernhard AT bernhardheld.de>
10844
10845         * src/SDCCsymt.c (processFuncArgs): fix #498307 by Johan
10846
10847         * src/SDCCglue.h: add definition for printIvalChar()
10848
10849 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
10850
10851         * src/SDCCast.c: fix #498138 by Johan
10852
10853         * src/SDCCglue.c: fix #498138 by Johan
10854
10855 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
10856
10857         * support/regression/Makefile: fix clean
10858
10859         * support/regression/ports/ds390/support.c: fix transmission of last character
10860
10861 2001-12-29  Sandeep Dutta  <sandeep AT ddi.com>
10862
10863         * /sdcc/src/ds390/gen.c:
10864         a) improved computing address of stack variable
10865         b) took out some #if 0 code
10866         c) improved parmBytes adjustment
10867         d) improved genPlusIncr & genMinusIncr
10868         e) genCmp could generate bad code (when left assigned to DPTR)
10869         f) Fixed bug in hasInc
10870
10871         * /sdcc/src/ds390/ralloc.c:
10872         a) packRegsForSupport could mess up live information (Fixed)
10873         b) packRegsDPTRuse could be incorrect for left & right shift
10874
10875         * /sdcc/src/mcs51/ralloc.c:
10876         packRegsForSupport could mess up the live information (Fixed)
10877
10878         * /sdcc/src/mcs51/gen.c: Fixed a bug in hasInc
10879
10880         * /sdcc/src/SDCCast.c:
10881         can reverse a loop even if function call is present as long
10882         as the loop control variable is local & is not passed as parameter
10883
10884 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
10885
10886         * /sdcc/ChangeLog: *** empty log message ***
10887
10888         * /sdcc/src/ds390/gen.c, /sdcc/src/ds390/main.c:
10889         More builtin function additions for TININative
10890
10891         * /sdcc/src/ds390/ralloc.c:
10892         Had broken the regression testsuite
10893
10894         * /sdcc/src/SDCCast.c: Fixed a bug in dumptree
10895
10896         * /sdcc/src/SDCCsymt.c, /sdcc/src/SDCCsymt.h:
10897         Added funcattr hasStackParms will be set for reentrant functions when there
10898         are paramteres on the stack, this helps in minimizing frame pointer generation
10899         typeFromStr can handle function pointers now
10900
10901         * /sdcc/doc/builtins.txt, /sdcc/doc/TININative.txt:
10902         *** empty log message ***
10903
10904 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
10905
10906         * /src/ds390/gen.c, /src/ds390/main.c:
10907         More builtin function additions for TININative
10908
10909         * /src/ds390/ralloc.c:
10910         Had broken the regression testsuite
10911
10912         * /src/SDCCast.c: Fixed a bug in dumptree
10913
10914         * /src/SDCCsymt.c, /src/SDCCsymt.h:
10915         Added funcattr hasStackParms will be set for reentrant functions when there
10916         are paramteres on the stack, this helps in minimizing frame pointer generation
10917         typeFromStr can handle function pointers now
10918
10919         * /doc/builtins.txt, /doc/TININative.txt:
10920         *** empty log message ***
10921
10922
10923 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
10924
10925         * /src/ds390/gen.c, /src/ds390/main.c, /src/ds390/peeph.def, /src/ds390/ralloc.c:
10926         ALPHA version for -mTININative
10927
10928         * /src/izt/i186.c, /src/izt/tlcs900h.c, /src/mcs51/main.c, /src/pic/main.c, /src/z80/main.c, /src/avr/main.c:
10929         updated to reflect changes in the port structure
10930
10931         * /src/port.h:
10932         added function do_assemble (similar to do_link) if non-null this function
10933         will be called to do assembly (-mTININative) requires a multi command
10934         assembly
10935         added function genAssemblerEnd will be called to generate assembler Epilogue
10936
10937         * /src/SDCCsymt.c:
10938         added _JavaNative to debug info printing
10939
10940         * /src/SDCCmain.c: added option --tini-libid
10941         added port->do_assemble function (-mTININative) has a multi command assemble
10942
10943         * /src/SDCCglue.c: Disabled "constExpr" check
10944         added port->genAssemblerEnd function
10945
10946         * /src/SDCCglobl.h: Added option --tini-libid value
10947
10948         * /src/SDCCast.h:
10949         tookout optimizeCompare from the header (has no external references)
10950
10951         * /src/SDCCast.c: made one more function "static"
10952
10953 2001-12-23  Michael Hope  <michaelh AT juju.net.nz>
10954
10955         * src/z80/mappings.i: Added z80asm support.
10956
10957         * src/z80/main.c: Added z80asm support on --asm=z80asm
10958
10959         * src/z80/gen.c: Fixed asm portability issues.
10960
10961         * src/asm.c (tvsprintf): Removed old code, added 'N' for function name.  For extern support.
10962
10963         * src/SDCCglue.c (printExterns): Added global/extern split.
10964
10965 2001-12-17  Bernhard Held  <bernhard AT bernhardheld.de>
10966
10967         * support/regression/Makefile: added test for mcs51 model large
10968
10969         * support/regression/ports/mcs51-large/spec.mk: added test for mcs51 model large
10970
10971         * support/regression/ports/gbz80/spec.mk: added -mgbz80
10972
10973 2001-12-05  Michael Hope  <michaelh AT juju.net.nz>
10974
10975         * src/diff.1 (Index): Many, many optmisiations.  Dhrystone up to 201.
10976
10977 1904-01-06  Michael Hope  <michaelh AT juju.net.nz>
10978
10979         * src/z80/ralloc.c (packRegsForIYUse): Fixed the case where an operand is in direct space.
10980
10981         * src/z80/gen.c (makeFreePairId): Optimised IY load by using a spare pair.
10982
10983 2001-12-02  Bernhard Held  <bernhard AT bernhardheld.de>
10984
10985         * src/mcs51/gen.c (genFunction): avoid excess "inc sp"
10986
10987         * support/regression/tests/simplefloat.c: Port to mcs51.
10988
10989 2001-11-25  Michael Hope  <michaelh AT juju.net.nz>
10990         * support/regression/tests/bug-485362.c: Added.
10991
10992         * support/regression/tests/simplefloat.c (testDivNearOne): Added.
10993
10994         * src/z80/gen.c (aopOp): Fixed case where left and result are in the same spill loc and they have different sizes.
10995
10996         * src/z80/peeph.def: Added rules for optimising two byte compares on the same thing, and to optimise two ptr assign.
10997
10998         * src/z80/gen.c (aopDump): Added a dump function.
10999
11000 2001-11-25  Bernhard Held  <bernhard AT bernhardheld.de>
11001         * sim/ucsim/s51.src/glob.cc: DS390 SFRs and bits added.
11002
11003         * sim/ucsim/s51.src/port.cc: Port 4 and 5 added.
11004
11005         * sim/ucsim/s51.src/regs51.h: DS390 SFRs added.
11006
11007         * sim/ucsim/s51.src/uc390.cc: Some details improved, CKRDY works for tinibios.
11008
11009         * sim/ucsim/s51.src/uc390cl.h: Work in progress.
11010
11011         * sim/ucsim/sim.src/uccl.h: 6 ports for DS390.
11012
11013         * support/regression/fwk/lib/testfwk.c: Run with tinibios.
11014
11015         * support/regression/ports/mcs51/spec.mk: Fine tuninig.
11016
11017         * support/regression/ports/ds390/support.c: Use tinibios.
11018
11019         * support/regression/ports/ds390/spec.mk: Fine tuning, use tinibios.
11020
11021 2001-11-23  Michael Hope  <michaelh AT juju.net.nz>support/regression/tests/bug-460010.c
11022
11023         * src/z80/ralloc.c (packRegsForHLUse3): Changed to not pack into HL if anything is in direct space.
11024         (packRegsForHLUse3): Added packing support for send, cast, and return value from a call.
11025
11026         * src/z80/peeph.def: Added rules for optimising pushes of part of a pair.
11027
11028         * src/z80/gen.c (emitCall): Changed the stack fixup to not use HL.
11029
11030 2001-11-18  Michael Hope  <michaelh AT juju.net.nz>
11031
11032         * src/z80/gen.c (genCmp): Fixed compare on unsigned.
11033
11034         * src/z80/ralloc.c (packRegsForHLUse3): Created and optimised.
11035         (packRegsForIYUse): Created and optimised.
11036
11037 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
11038
11039         * support/regression/tests/float.c (testFloatAdd): Fixed up warning.
11040 2001-11-18  Bernhard Held  <bernhard AT bernhardheld.de>
11041
11042         * sdcc/support/regression/tests/bug-460010.c: fix seg violation on host
11043
11044         * sdcc/support/regression/tests/muldiv.c: fix output on mcs51
11045
11046         * sdcc/support/regression/tests/stacks.c: fix DSEG overflow on mcs51
11047
11048 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
11049
11050         * sdcc/sim/device/lib/_gptrget.c: mem region 5 (idata) added
11051
11052         * sdcc/sim/device/lib/_gptrput.c: mem region 5 (idata) added
11053
11054 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
11055
11056         * sdcc/sim/ucsim/globals.cc: New: IXRAM.
11057
11058         * sdcc/sim/ucsim/stypes.h: New: IXRAM.
11059
11060         * sdcc/sim/ucsim/s51.src/uc390.cc: New: IXRAM.
11061
11062 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
11063
11064         * src/z80/ralloc.c (packRegsForHLUse): Banned IFXs from being packed into HL.
11065         (packRegsForHLUse): Added rule to pack address of/pointer get for itemps into HL for the Z80.
11066         (packRegsForAccUse2): Added rule to pack hbit IFXs into A.
11067
11068         * src/z80/main.c (_setDefaultOptions): Made float code re-entrant by default.
11069
11070         * src/z80/gen.c (aopGetLitWordLong): Added word support for floats.
11071         (genNotFloat): Added.
11072         (genUminusFloat): Added.
11073
11074         * device/lib/z80/Makefile: Added floating pt stubs.
11075
11076         * device/lib/Makefile.in (Z80SOURCES): Added floating pt support.
11077
11078         * src/z80/gen.c (genIpush): Fixed up a push of one byte when left is in a pair.
11079
11080         * device/lib/_fsadd.c (__fsadd): Fixed up return where the numbers are hugely different.
11081
11082 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
11083
11084         * sdcc/sim/ucsim/s51.src/glob.cc: Minor fix.
11085
11086         * sdcc/sim/ucsim/s51.src/regs51.h: Minor fix.
11087
11088         * sdcc/support/regression/Makefile: Add port ds390.
11089
11090         * sdcc/support/regression/ports/mcs51/spec.mk: Minor change.
11091
11092         * sdcc/support/regression/ports/z80/spec.mk: Minor change.
11093
11094         * sdcc/support/regression/ports/ds390/spec.mk: Added.
11095
11096         * sdcc/support/regression/ports/ds390/support.c: Added.
11097
11098         * sdcc/support/regression/ports/ds390/uCsim.cmd: Added.
11099
11100         * sdcc/support/regression/ports/mcs51/timeout.c: Cut.
11101
11102         * sdcc/support/regression/fwk/lib/timeout.c: Paste.
11103
11104 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
11105
11106         * device/include/malloc.h: Added z80 and gbz80 support.
11107
11108         * device/lib/gbz80/heap.s: Added.
11109
11110         * device/lib/z80/heap.s: Added.
11111
11112         * device/lib/malloc.c: Added z80 and gbz80 support.
11113
11114         * support/regression/tests/malloc.c (testMalloc): Added.
11115
11116         * src/SDCCmain.c (parseCmdLine): Added support for -Wp.
11117
11118         * support/regression/tests/bug-478094.c: Added.
11119
11120         * src/z80/gen.c (commitPair): Fixed silly gbz80/z80 commit to static bug.
11121
11122 2001-11-04  Bernhard Held  <bernhard AT bernhardheld.de>
11123
11124         * sdcc/sim/ucsim/s51.src/uc390cl.h: Improvement for ds390 to run regression tests
11125
11126         * sdcc/sim/ucsim/s51.src/uc390.h: Improvement for ds390 to run regression tests
11127
11128         * sdcc/sim/ucsim/s51.src/regs51.h: Improvement for ds390 to run regression tests
11129
11130         * sdcc/sim/ucsim/s51.src/glob.cc: Improvement for ds390 to run regression tests
11131
11132         * sdcc/support/regression/tests/bug-460010.c: Small change for ds390
11133
11134 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
11135
11136         * src/z80/peeph-gbz80.def: Removed a bad sub optimisation.
11137
11138 2001-11-03  Michael Hope  <michaelh AT juju.net.nz>
11139
11140         * support/regression/tests/bug-477927.c: Added.
11141
11142         * src/z80/peeph.def: Added minor rules.
11143
11144         * src/z80/gen.c (genPlusIncr): Added an extra plusinc rule.
11145
11146         * src/z80/peeph.def: Added jump optimisation modification.
11147
11148 2001-11-01  Michael Hope  <michaelh AT juju.net.nz>
11149
11150         * src/SDCCmain.c (linkEdit): Added runtime path detection to the mcs51 port.
11151
11152 2001-10-30  Michael Hope  <michaelh AT juju.net.nz>
11153
11154         * support/regression/tests/funptrs.c: Added.
11155
11156 2001-10-29  Michael Hope  <michaelh AT juju.net.nz>
11157
11158         * src/z80/ralloc.c (packRegsForHLUse): Fixed up bad spill due to pushing one byte via HL.
11159
11160 2001-10-28  Michael Hope  <michaelh AT juju.net.nz>
11161
11162         * src/z80/gen.c (genArrayInit): Made it work for on stack arrays.
11163
11164         * src/z80/main.c (gbz80_port =): Added rle support to the gbz80 port.
11165
11166         * src/z80/gen.c (genMinus): Fixed for where the result is one byte.
11167         (movLeft2ResultLong): Created.
11168
11169         * src/z80/ralloc.c (packRegsForHLUse): Added a couple of simple cases for the GB.
11170         (joinPushes): Added.  Joins two char pushes into a word push.
11171
11172 2001-10-27  Michael Hope  <michaelh AT juju.net.nz>
11173
11174         * support/cpp2/Makefile.in (install): Added creation of dest dir.
11175
11176         * support/makebin/Makefile (install): Added creation of dest dir.
11177
11178 2001-10-24 Karl Bongers <karl AT turbobit.com>
11179
11180         * configure.in, configure, Makefile, support/cpp: Removed cpp folder, since we have new cpp2 preprocessor code.
11181
11182 2001-10-21  Michael Hope  <michaelh AT juju.net.nz>
11183
11184         * src/z80/ralloc.c: Turned off faulty pack for one use.
11185
11186         * src/z80/peeph-gbz80.def: Removed redundent restart options.
11187
11188         * src/z80/gen.c (genMult): Added native mul for constants on the z80 and gbz80.
11189
11190 2001-10-21  Bernhard Held  <bernhard AT bernhardheld.de>
11191
11192         * support/regression/Makefile: Improved clean
11193
11194         * support/regression/ports/gbz80/spec.mk: Added clean
11195
11196         * support/regression/ports/host/spec.mk: Added clean
11197
11198         * support/regression/ports/z80/spec.mk: Added clean
11199
11200         * support/regression/ports/mcs51/spec.mk: Added clean, little improvements
11201
11202         * support/regression/ports/mcs51/timeout.c: little improvements
11203
11204 2001-10-17  Michael Hope  <michaelh AT juju.net.nz>
11205
11206         * device/lib/malloc.c (MEMHEADER): Fixed against new pedantic pointers.
11207
11208         * support/regression/fwk/include/testfwk.h: Fixed up to use function pts correctly.
11209
11210         * support/regression/generate-cases.py: Fixed up to use function pts correctly.
11211
11212 2001-10-16  Bernhard Held  <bernhard AT bernhardheld.de>
11213
11214         * support/regression/port/mcs51/spec.mk: add timeout for uCsim
11215
11216         * support/regression/port/mcs51/timeout.c: add timeout for uCsim
11217
11218 2001-10-13  Michael Hope  <michaelh AT juju.net.nz>
11219         * src/z80/gen.c (emitCall): Fixed up missing spill of HL when used to assign the result value.
11220
11221         * src/z80/ralloc.c: Turned off pack for one use as it's quite broken.
11222
11223         * src/SDCCmain.c (linkEdit): Added support for passing a legacy command line through the processor.
11224
11225         * src/mcs51/main.c (_linkCmd): Added bin path to command.
11226
11227         * src/SDCCmain.c (initValues): Added support for when it it called just to link.
11228
11229         * as/mcs51/lklibr.c (libfil;): Turned off 'library file' message.
11230
11231         * src/SDCCval.c (constVal): Fixed usage of 'L' modifier problems on ppc.
11232
11233         * support/regression/tests/longor.c: Added.
11234
11235 2001-10-11  Bernhard Held  <bernhard AT bernhardheld.de>
11236
11237         * as/mcs51/asdata.c: replaced FILENAME_MAX with PATH_MAX
11238
11239         * as/mcs51/aslink.h: define PATH_MAX
11240
11241         * as/mcs51/asm.h: define PATH_MAX
11242
11243         * as/mcs51/asmain.c: replaced FILENAME_MAX with PATH_MAX
11244
11245         * as/mcs51/asnoice.c: replaced FILENAME_MAX with PATH_MAX
11246
11247         * as/mcs51/lklex.c: replaced FILENAME_MAX with PATH_MAX
11248
11249         * as/mcs51/lkmain.c: replaced FILENAME_MAX with PATH_MAX
11250
11251         * src/SDCCglobl.h: define PATH_MAX
11252
11253         * src/SDCCmacro.c: replaced FILENAME_MAX with PATH_MAX
11254
11255         * src/SDCCmain.c: replaced FILENAME_MAX with PATH_MAX
11256
11257 2001-10-11  Michael Hope  <michaelh AT juju.net.nz>
11258
11259         * src/z80/gen.c (gencjneshort): Fixed
11260
11261         * src/z80/ralloc.c (packRegsForHLUse): Added pack into HL for cast then ipush.
11262
11263 2001-10-09  Michael Hope  <michaelh AT juju.net.nz>
11264
11265         * support/regression/tests/bug-469671.c: Added.
11266
11267         * src/z80/gen.c (shiftIntoPair): Fixed up warning.
11268
11269 2001-10-08  Michael Hope  <michaelh AT juju.net.nz>
11270
11271         * src/SDCCmain.c: Added --fommit-frame-pointer option and implemented in the z80 port.
11272
11273         * src/z80/gen.c (genPlus): Fixed to work with extended stack.  Also fixed genMinus, genCmp.  genUMinus is still left.
11274
11275 2001-10-08  Bernhar Held  <bernhard AT bernhardheld.de>
11276
11277         * src/SDCCmain.c (preProcess): added define SDCC_NOOVERLAY
11278
11279         * src/device/lib/_mulint.c  : removed hint: nooverlay bug
11280
11281         * src/device/lib/_mullong.c : removed hint: nooverlay bug
11282
11283         * src/device/lib/_divuint.c : removed hint: nooverlay bug
11284
11285         * src/device/lib/_divulong.c: removed hint: nooverlay bug
11286
11287         * src/device/lib/_moduint.c : removed hint: nooverlay bug
11288
11289         * src/device/lib/_modulong.c: removed hint: nooverlay bug
11290
11291 2001-10-07  Michael Hope  <michaelh AT juju.net.nz>
11292
11293         * 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.
11294
11295         * support/Util/NewAlloc.c (freeTrace): Changed free for the gc case to not free at all.  Fixes runtime segfault.
11296
11297         * support/regression/tests/scott-compare3.c (c_abcd): Fixed up casts.
11298
11299 2001-10-07    <johan AT FRIJA>
11300
11301         * device/lib/gets.c (gets): fixed the return value.
11302
11303 2001-10-06  Michael Hope  <michaelh AT juju.net.nz>
11304         * src/SDCCmain.c (WRITE_SEG_LOC): Fixed up to use Safe_strdup.
11305
11306         * 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.
11307
11308         * 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.
11309
11310         * src/z80/gen.c (genZ80Code): Added de-allocation via trace support.
11311
11312         * src/pic/gen.c: Removed Safe_strdup.
11313
11314         * configure.in: Added option to enable libgc support.
11315
11316         * src/SDCCbitv.c (bitVectnBitsOn): Optimised.
11317         (bitVectUnion): Optimised.
11318         (bitVectIntersect): Optimised.
11319         (bitVectBitsInCommon): Optimised.
11320         (bitVectCplAnd): Optimised.
11321
11322         * support/makebin/makebin.c (usage): Removed getopt as mingw32 doesn't have it.  Sigh.
11323
11324 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
11325
11326         * src/SDCCmain.c: distinguish between assembler debug and plain options
11327
11328         * src/avr/main.c:   remove standard assembler options
11329
11330         * src/ds390/main.c: remove standard assembler options
11331
11332         * src/mcs51/main.c: remove standard assembler options
11333
11334         * src/port.h: removed "PENDING" comment
11335
11336 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
11337
11338         * src/device/lib/_mulint.c  : new, with assember functions
11339
11340         * src/device/lib/_mullong.c : new, with assember functions
11341
11342         * src/device/lib/_divuint.c : with assember functions
11343
11344         * src/device/lib/_divsint.c : with assember functions
11345
11346         * src/device/lib/_divulong.c: with assember functions
11347
11348         * src/device/lib/_divslong.c: with assember functions
11349
11350         * src/device/lib/_moduint.c : with assember functions
11351
11352         * src/device/lib/_modsint.c : with assember functions
11353
11354         * src/device/lib/_modulong.c: with assember functions
11355
11356         * src/device/lib/_modslong.c: with assember functions
11357
11358         * src/device/lib/libint.lib:  replaced _muluint.c  and _mulsint.c  by _mulint.c
11359
11360         * src/device/lib/liblong.lib: replaced _mululong.c and _mulslong.c by _mullong.c
11361
11362         * src/device/lib/Makefile.in: replaced _muluint.c  and _mulsint.c  by _mulint.c
11363                                       replaced _mululong.c and _mulslong.c by _mullong.c
11364
11365 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
11366
11367         * src/SDCCsymt.c: sequence of specifiers in pintTypeChain() corrected
11368
11369 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
11370
11371         * src/SDCCglue.c: test, if win32api is available for MINGW
11372
11373 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
11374
11375         * src/SDCCsymt.c: no more _modifier in printTypeChain()
11376         * support/regression/tests/driverstruct.c: REENTRANT for mcs51
11377         * support/regression/ports/gbz80/spec.mk: removed GENERIC
11378         * support/regression/ports/host/spec.mk: removed GENERIC
11379         * support/regression/ports/mcs51/spec.mk: removed GENERIC
11380         * support/regression/ports/z80/spec.mk: removed GENERIC
11381
11382 2001-10-01  Michael Hope  <michaelh AT juju.net.nz>
11383
11384         * support/regression/fwk/lib/testfwk.c (__printf): Removed GENERIC.
11385
11386         * support/regression/tests/bug-467035.c: Created.
11387
11388 2001-10-01    <johan AT FRIJA>
11389
11390         * src/SDCC.y: fixed bug #466586 part 1
11391
11392 2001-10-01  Johan Knol <johan.knol AT iduna.nl>
11393
11394         * SDCCicode.c: z80 has no generic pointers
11395         * removed -s from strip in all Makefile(.in)'s. It is not needed, but Solaris chocks on it.
11396
11397 2001-09-30  Michael Hope  <michaelh AT juju.net.nz>
11398
11399         * sim/ucsim/cmd.src/Makefile.in ($(PRJDIR)/libcmd.a): Changed all ar references to $(AR) for Solaris.
11400
11401 2001-09-29  Michael Hope  <michaelh AT juju.net.nz>
11402
11403         * Makefile (sdcc-libs): Added makebin to the list of standard targets.
11404
11405         * support/regression/ports/z80/spec.mk: Updated to use env for sdcc bin dir for automatic regression.
11406
11407 2001-09-25  Michael Hope  <michaelh AT juju.net.nz>
11408
11409         * configure.in: Fixed up so that ucsim is only configured once.
11410
11411         * support/cpp2/configure.in: Fixed to use the program transform to append the .exe for the win32 build.
11412
11413         * src/SDCCutil.c (getPrefixFromBinPath): Fixed up to work with win32 in all of its glory.
11414         (getPathDifference): As above.
11415
11416         * src/SDCCmain.c (preProcess): Changed to use a temporary file in a proper temp directory.  Fixed case where pre-processing only.
11417
11418         * src/SDCCglue.c (tempfilename): Added function for pre-processor.
11419
11420 2001-09-23  Michael Hope  <michaelh AT juju.net.nz>
11421         * .version: Updated to 2.3.1
11422
11423         * src/z80/main.c (z80_port =): Added macro based linker and assembler command line support.
11424         Added copyright header.
11425
11426         * src/SDCCmain.c: Shifted various functions into SDCCutil.c
11427         (assemble): Added support for macro based assembler commands.
11428         (linkEdit): Added support for macro based linker commands.
11429         (preProcess): Changed the pre-processor to use macros.
11430         (_setPaths): Added functionality to autodetect the include, lib and bin dir paths.
11431         (_discoverPaths): Added support for overriding the install directory using the SDCCDIR env variable.
11432
11433         * device/lib/z80/crt0.s: Added module name for debugging.
11434
11435 2001-09-20  Michael Hope  <michaelh AT juju.net.nz>
11436
11437         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
11438
11439         * src/SDCChasht.c (hTabDeleteByKey): Fixed delete as it would delete the last item from a bucket even if it wasn't the real one.
11440
11441         * src/SDCCglue.c: Moved gc_strdup to SDCCutil.c
11442
11443         * src/Makefile.in: Added SDCCmacro and SDCCutil
11444
11445 2001-09-19  Michael Hope  <michaelh AT juju.net.nz>
11446
11447         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
11448
11449 2001-09-16    <johan AT FRIJA>
11450
11451         * 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.
11452
11453 2001-09-15    <johan AT FRIJA>
11454
11455         * src/mcs51/ralloc.c: (findAssignToSym): fixed bug #460662 part 1
11456         * src/ds390/ralloc.c (findAssignToSym): fixed bug #460662 part 1
11457
11458 2001-09-11    <johan AT FRIJA>
11459
11460         * src/SDCCval.c (valDiv Mod Minus Plus Shift): keep litteral expressions as small as possible (bug #460010)
11461
11462 2001-09-10  Michael Hope  <michaelh AT juju.net.nz>
11463
11464         * support/regression/tests/bug-460444.c: Added test case.
11465
11466         * src/z80/gen.c (genOr): bug 460444: if (a ^ lit) was broken for &, |, and ^.
11467         (genCast): Added justification for all of the asserts.
11468
11469 2001-09-10  Bernhard Held <bernhard AT bernhardheld.de>
11470
11471         * support/regression/support.c: _xdata replaced by xdata
11472
11473         * support/regression/spec.mk: removed _generic
11474
11475 2001-09-09  Michael Hope  <michaelh AT juju.net.nz>
11476
11477         * src/pic/ralloc.c (debugLogRegType): Removed some old types to get it to compile.
11478
11479         * src/z80/gen.c (shiftR2Left2Result): Improved the case when v = v >> n for small values of n to use less code space and time.
11480         (genrshTwo): Fixed v = v >> n where v is a negative int and n is > 8: bug 460010.
11481
11482         * src/z80/peeph.def: Added a rule to optimise shift then compare.
11483
11484         * support/regression/tests/bug-460000.c (testShiftByParam): Added test case.
11485
11486         * support/regression/tests/bug-460010.c: Added test case.
11487
11488         * support/regression/Makefile (test-host): Removed a silly 'clean' target when testing against gcc.
11489
11490 2001-09-09  Bernhard Held <bernhard AT bernhardheld.de>
11491
11492         * support/regression/Makefile: inter-port-clean adjusted for mcs51
11493
11494         * support/regression/testfwk.c: removed workaround for bug #436344
11495
11496         * support/regression/tests/bp.c: use less memory with mcs51
11497
11498         * support/regression/tests/bug-441448.c: use less memory
11499
11500         * support/regression/tests/ports/mcs51/spec.mk: cleanup, use --stack-after-data
11501
11502         * support/regression/collate-results.py: typo
11503
11504 2001-09-08  Michael Hope  <michaelh AT juju.net.nz>
11505
11506         * support/regression/tests/fetchoverlap.c: Added new test case.
11507
11508         * support/regression/tests/bp.c: Added new test case.
11509
11510         * support/regression/tests/bug-448984.c: Added new test case.
11511
11512         * support/regression/tests/pow2shifts.c: Added new test case.
11513
11514         * src/z80/gen.c: Turned off the noise it normally generates for the release.
11515         (genlshTwo): Fixed right shift for count > 8.
11516
11517         * src/z80/ralloc.c: Disabled most of the ACC packing rules as they weren't getting hit and weren't at all safe.
11518
11519 2001-09-08    <johan AT FRIJA>
11520
11521         * src/SDCCicode.c (geniCodeCall): a CPOINTER can be used as a function
11522
11523 2001-09-07    <johan AT FRIJA>
11524
11525         * src/SDCCicode.c (newiCodeCondition): fixed bug #456235 (1.77)
11526
11527         * src/SDCCglue.c (emitRegularMap): only delete a symbol when it is a symbol
11528
11529 2001-09-06    <johan AT FRIJA>
11530
11531         * src/SDCC.y: this could be a fix for bug #458744 (1.37)
11532         * bernhard noted me at this: "() equals to (void)" (1.38)
11533
11534 2001-09-05    <johan AT FRIJA>
11535
11536         * src/SDCCglue.c (emitRegularMap): a fix for bug #458099/2
11537
11538 2001-09-04    <johan AT FRIJA>
11539
11540         * src/SDCCsymt.c (checkSClass): a fix for bug #458099/1
11541
11542
11543 2001-09-04  Paul Stoffregen  <paul AT pjrc.com>
11544
11545         * pragma noinduction broke memcpy on mcs51 large model.  Moved it inside z80 optimization
11546
11547 2001-09-03  Michael Hope  <michaelh AT juju.net.nz>
11548
11549         * link/z80/aslink.h: Fixed path for PATH_MAX
11550
11551 2001-09-02  Michael Hope  <michaelh AT juju.net.nz>
11552
11553         * src/z80/gen.c (fetchLitPair): Changed so that it properly caches direct space references.
11554
11555         * support/regression/tests/addsub.c: Added cases to cover all the +, - combinations.
11556
11557         * support/regression/tests/uminus.c: Added a test for the unary minus operator.
11558
11559         * 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.
11560
11561 2001-09-01  Michael Hope  <michaelh AT juju.net.nz>
11562
11563         * src/z80/gen.c: Fixed up generator to pass the regresion tests, specifically fixing loads for longs, genCmp, and turned on the map file.
11564         (genCmp): Fixed up genCmp for the GB with longs.
11565
11566         * device/lib/gbz80/Makefile: Fixed up all the libraries to pass the regression tests.
11567
11568         * support/regression/ports/host/spec.mk: Updated to compile with the new type specifiers.
11569
11570         * device/lib/Makefile.in (Z80SOURCES): Removed old _mululong, _mulslong, and unneeded _mulint.
11571
11572         * device/lib/_mullong.c (_mulslong): Changed to actually return a value :)
11573
11574 2001-08-30  Paul Stoffregen  <paul AT pjrc.com>
11575
11576         * added peepholes 223 to 231 to mcs51 port.  These improve code when using large model.
11577
11578 2001-08-30  Michael Hope  <michaelh AT juju.net.nz>
11579
11580         * 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.
11581
11582         * src/z80/gen.c (genPlus): Changed bad long add for gb to a fall through.
11583
11584 2001-08-29  Michael Hope  <michaelh AT juju.net.nz>
11585
11586         * link/z80/aslink.h: Fixed long file name support.  Is now based off PATH_MAX instead of a constant.
11587
11588         * src/z80/gen.c: Fixed add and sub for the case where left or right are in static space.
11589
11590 2001-08-30 Bernhard Held   <bernhard AT bernhardheld.de>
11591
11592   * sim/ucsim/configure:    little improvement of Cygwin-detection
11593   * sim/ucsim/configure.in: little improvement of Cygwin-detection
11594   * sim/ucsim/cmd.src/newcmdcl.h: include <sys/types.h> to define fd_set automated build
11595   * support/regression/tests/bug-221100.c: small changes for mcs51
11596   * support/regression/tests/bug-221168.c: small changes for mcs51
11597   * support/regression/tests/bug-227710.c: small changes for mcs51
11598   * support/regression/tests/staticinit.c: small changes for mcs51
11599   * as/mcs51/aslink.h: accept everything as symbol name in rel-files, bug fix ID 452601
11600   * as/mcs51/lklex.c:  accept everything as symbol name in rel-files, bug fix ID 452601
11601   * as/mcs51/lksym.c:  accept everything as symbol name in rel-files, bug fix ID 452601
11602
11603 $Revision$