* as/doc/asxhtm.html: documented changed ABS behaviour
[fw/sdcc] / ChangeLog
1 2006-08-14 Maarten Brock <sourceforge.brock AT dse.nl>
2
3         * as/doc/asxhtm.html: documented changed ABS behaviour
4         * as/doc/README: fixed some typos
5
6 2006-08-13 Maarten Brock <sourceforge.brock AT dse.nl>
7
8         * support/regression/tests/float_trans.c: disabled test if __STDC_IEC_559__
9           not defined on host
10
11 2006-08-12 Borut Razem <borut.razem AT siol.net>
12
13         * support/regression/fwk/include/testfwk.h,
14           support/regression/fwk/lib/testfwk.c,
15           support/regression/generate-cases.py,
16           support/regression/Makefile.in:
17           regression test framework does not depend on function pointers and
18           variable arguments
19
20 2006-08-09 Maarten Brock <sourceforge.brock AT dse.nl>
21
22         * device/include/stddef.h: c temporary hack to fix bug 1518273
23
24 2006-08-09 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
25
26         * device/include/mcs51/cc2510fx.h: added
27         * src/z80/z80.dsp, src/gbz80/gbz80.dsp: added support/Util/strcmpi.ch
28           to projects.
29
30 2006-08-09 Maarten Brock <sourceforge.brock AT dse.nl>
31
32         * as/z80/assym.c (mlookup): ignore case when looking up mnemonics
33         * as/z80/Makefile.in: added strcmpi.c
34         * as/z80/z80adr.c: added upper case registers and lower case conditionals
35         * support/Util/strcmpi.ch: added with intention to remove from mcs51/hc08
36
37 2006-08-08 Maarten Brock <sourceforge.brock AT dse.nl>
38
39         * device/lib/gbz80/asm_strings.s,
40         * device/lib/gbz80/crt0_rle.s,
41         * device/lib/gbz80/div.s,
42         * device/lib/gbz80/mul.s,
43         * device/lib/gbz80/shift.s,
44         * device/lib/z80/asm_strings.s,
45         * device/lib/z80/crt0_rle.s,
46         * device/lib/z80/div.s,
47         * device/lib/z80/mul.s,
48         * device/lib/z80/shift.s: changed to all lower case menmonics except the
49           flags which are all upper case
50
51 2006-08-07 Maarten Brock <sourceforge.brock AT dse.nl>
52
53         * as/z80/asm.h: made CASE_SENSITIVE 1
54         * link/z80/aslink.h: made CASE_SENSITIVE 1
55         * src/z80/gen.c (throughout): made all conditionals upper case
56         * support/regression/tests/bug1503067.c: new
57
58 2006-08-07 Maarten Brock <sourceforge.brock AT dse.nl>
59
60         * src/z80/gen.c (aopPut): fixed bug !*ixy should be !*iyx,
61           (shiftIntoPair): added case 2 for PAIR_IY,
62           (setupToPreserveCarry): replaced parameters with iCode and check if
63            PAIR_DE is in use to fix bug 1399290,
64           (genPlus, genMinus): updated call to setupToPreserveCarry
65         * support/regression/tests/bug1399290.c: new
66
67 2006-08-06 Maarten Brock <sourceforge.brock AT dse.nl>
68
69         * device/lib/Makefile.in (Z80SOURCES): enabled float support
70         * sim/ucsim/z80.src/inst.cc (inst_rst): generate breakpoint on RST8,ACC==0
71         * src/ds390/gen.c (shiftRLong),
72         * src/hc08/gen.c (shiftLLong, shiftRLong): fixed bug 1533966
73         * src/mcs51/gen.c (sameReg): changed to sameByte,
74           (xch_a_aopGet): new,
75           (shiftL2Left2Result, shiftR2Left2Result, shiftRLeftOrResult, shiftLLong,
76            shiftRLong): fixed bug 1533966
77         * src/z80/gen.c (shiftR2Left2Result, shiftL2Left2Result, genlshTwo,
78           genLeftShiftLiteral, genrshTwo, genRightShiftLiteral): fixed bug 1533966
79         * support/regression/Makefile.in: disabled z80, enabled ucz80
80         * support/regression/tests/float_trans.c: enabled test for z80 and host
81         * support/regression/tests/shifts2.c: new, for testing bug 1533966
82
83 2006-08-01 Borut Razem <borut.razem AT siol.net>
84
85         * src/mcs51/gen.c, src/dc390/gen.c: fixed warning:
86           comparison is always false due to limited range of data type
87           on PPC64 machine (openpower-linux1) where "char = unsigned char"
88
89 2006-08-01 Maarten Brock <sourceforge.brock AT dse.nl>
90
91         * sim/ucsim/hc08.src/hc08mac.h: removed faulty and unused add_u16_disp
92         * sim/ucsim/hc08.src/hc08.cc: removed faulty and unused int8
93         * sim/ucsim/z80.src/z80mac.h (add_u16_disp): use explicit signed char cast
94         * sim/ucsim/z80.src/z80.cc: removed faulty and unused int8
95
96 2006-07-31 Borut Razem <borut.razem AT siol.net>
97
98         * sim/ucsim/configure, sim/ucsim/cmd.src/newcmdcl.h,
99           sim/ucsim/cmd.src/newcmd.cc, sim/ucsim/cmd.src/cmdutil.cc,
100           sim/ucsim/z80.src/Makefile.in, sim/ucsim/configure.in,
101           sim/ucsim/hc08.src/Makefile.in, sim/ucsim/hc08.src/hc08.cc,
102           sim/ucsim/ddconfig_in.h, sim/ucsim/s51.src/Makefile.in,
103           sim/ucsim/s51.src/uc51cl.h, sim/ucsim/s51.src/serialcl.h,
104           sim/ucsim/s51.src/uc51.cc, sim/ucsim/s51.src/serial.cc,
105           sim/ucsim/app.cc, sim/ucsim/avr.src/Makefile.in:
106           enable ucsim mingw compilation. Serial port is disabled,
107           since it uses termios.h API, which is not available on native
108           WIN32
109
110 2006-07-31 Borut Razem <borut.razem AT siol.net>
111
112         * Small Device C Compiler 2.6.0 released
113         * support/scripts/sdcc.nsi: added FULL_DOC option
114         * .version, doc/sdccman.lyx: changed sdcc version to 2.6.1
115
116 2006-07-28 Borut Razem <borut.razem AT siol.net>
117
118         * support/scripts/sdcc.nsi: remove $INSTDIR/include/asm/pic16/*.h
119         * doc/INSTALL.txt: updated
120
121 2006-07-27 Borut Razem <borut.razem AT siol.net>
122
123         * device/lib/pic/Makefile.in, device/lib/pic/Makefile.subdir,
124           device/lib/pic/libdev/Makefile.in: fixed bug
125           [ 1438354 ] pic libsdcc: distclean doesn't work
126         * device/lib/pic16/Makefile.in, device/lib/pic16/Makefile.subdir,
127           device/lib/pic16/libio/Makefile.in: fixed bug
128           [ 1438344 ] pic16 lib: clean doesn't work properly
129         * doc/knownbugs.html removed [ 1438354 ] and [ 1438344 ] from the list
130
131 2006-07-26 Maarten Brock <sourceforge.brock AT dse.nl>
132
133         * device/lib/pic/libsdcc/fsdiv.c,
134         * device/lib/pic/libsdcc/fsmul.c,
135         * device/lib/pic16/libsdcc/float/fsdiv.c,
136         * device/lib/pic16/libsdcc/float/fsmul.c,
137         * device/lib/_fsdiv.c,
138         * device/lib/_fsmul.c: bugfix, handle too large and too small numbers
139         * support/regression/tests/bug1520966.c: added
140         * doc/knownbugs.html: removed [ 1520966 ] from the list
141
142 2006-07-25 Borut Razem <borut.razem AT siol.net>
143
144         * configure.in, configure, sdccconf_in.h: fixed bug
145           [ 1519095 ] regression test onebyte.c fails on ppc64 host
146         * doc/knownbugs.html: removed [ 1519095 ] from the list
147
148 2006-07-25 Maarten Brock <sourceforge.brock AT dse.nl>
149
150         * doc/knownbugs.html: added, contains list of known bugs at release
151         * device/include/mcs51/compiler.h: fixed SFR32 for SDCC
152
153 2006-07-23 Maarten Brock <sourceforge.brock AT dse.nl>
154
155         * device/include/mcs51/compiler.h: added SFRX for xdata based special
156           function registers and corrected defaults with additional warning
157         * device/lib/malloc.c: cosmetic changes
158         * device/lib/realloc.c: bugfix for bug #1496907, Thanks Efim Monyak
159         * src/ds390/ralloc.c (getRegBitNoSpil): reenabled,
160           (fillGaps): and used it
161
162 2006-07-20 Raphael Neider <rneider AT web.de>
163
164         * src/pic/device.c (addMemRange,assignRegister): suppress verbose
165           output unless SDCCPICDEBUG is set
166         * device/lib/pic16/Makefile.rules (%.lib target): suppress verbose
167           output if SILENT is set
168
169 2006-07-11 Borut Razem <borut.razem AT siol.net>
170
171         * doc/README.txt: updated
172
173 2006-07-10 Borut Razem <borut.razem AT siol.net>
174
175         * support/scripts/sdcc.nsi: added device/include/asm/pic/features.h and
176           device/lib/src/pic/libm/*.c and device/lib/src/pic16/libsdcc/stack/*.S
177           in WIN32 installation
178         * .version, sdcc.spec, doc/sdccman.lyx: changed sdcc version to 2.6.0 -
179           release candidate 1
180
181 2006-07-08 Maarten Brock <sourceforge.brock AT dse.nl>
182
183         * device/include/mcs51/XC866.h: added sbit definitions for Px_x, P1_x, P2_x
184         * src/pic16/glue.c (initPointer): fixed bug 1496419 for pic16
185
186 2006-07-06 Maarten Brock <sourceforge.brock AT dse.nl>
187
188         * src/hc08/gen.c (genAddrOf): fixed bug when offset on stack is >127
189
190 2006-07-06 Borut Razem <borut.razem AT siol.net>
191
192         * support/regression/tests/bitfields.c:
193           fixed bug [ 1518322 ] regression test bitfields fails on ppc hosts
194         * support/regression/tests/constantRange.c:
195           fixed bug [ 1518317 ] regression test constantRange fails on alpha host
196
197 2006-07-04 Borut Razem <borut.razem AT siol.net>
198
199         * src/configure.in, src/configure, src/Makefile.in, as/z80/Makefile.in,
200           src/port.mk,
201           src/avr/Makefile.in, src/ds390/Makefile.in, src/ds400/Makefile.in,
202           src/hc08/Makefile.in, src/mcs51/Makefile.in, src/pic16/Makefile.in,
203           src/pic/Makefile.in, src/xa51/Makefile.in, src/z80/Makefile.in:
204           reverted changes from 2006-07-03
205         * Makefile.common.in: added @CPPFLAGS@ to CPPFLAGS
206         * support/regression/Makefile.in, support/regression/ports/host/spec.mk:
207           added CPPFLAGS, used by the host port
208
209 2006-07-03 Bernhard Held <bernhard AT bernhardheld.de>
210
211         * support/regression/valdiag/tests/switch.c,
212         * support/regression/valdiag/tests/constantRange.c: adapted to gcc 4
213         * support/regression/tests/libmullong.c: fixed for host
214         * support/regression/ports/host/spec.mk: disable all warnings for host,
215         SDCC runs with --less-pedantic too
216
217 2006-07-03 Borut Razem <borut.razem AT siol.net>
218
219         * src/configure.in, src/configure, src/Makefile.in, as/z80/Makefile.in:
220           defined CPPFLAGS
221         * src/port.mk: defined CPPFLAGS, renamed to src/port.mk.in
222         * src/avr/Makefile.in, src/ds390/Makefile.in, src/ds400/Makefile.in,
223           src/hc08/Makefile.in, src/mcs51/Makefile.in, src/pic16/Makefile.in,
224           src/pic/Makefile.in, src/xa51/Makefile.in, src/z80/Makefile.in:
225           include ../port.mk
226         * sim/ucsim/main_in.mk, sim/ucsim/avr.src/Makefile.in,
227           sim/ucsim/gui.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
228           sim/ucsim/s52.src/Makefile.in, sim/ucsim/sim.src/Makefile.in,
229           sim/ucsim/xa.src/Makefile.in: ignore header files for dependencies
230
231 2006-07-02 Raphael Neider <rneider AT web.de>
232
233         * src/pic16/devices.inc,
234         * device/include/pic16/pic18fregs.h,
235         * device/include/pic16/pic18f4550.h,
236         * device/lib/pic16/pics.all,
237         * device/lib/pic16/libdev/pic18f4550.c: added support for 18f4550
238
239 2006-07-01 Bernhard Held <bernhard AT bernhardheld.de>
240
241         * as/hc08/lkaomf51.c (OutputName),
242         * as/mcs51/lkaomf51.c (OutputName),
243         * as/z80/asmain.c (asmbl),
244         * src/ds390/main.c (asmLineNodeFromLineNode),
245         * src/hc08/ralloc.c (hc08_assignRegisters),
246         * src/mcs51/main.c (asmLineNodeFromLineNode),
247         * src/xa51/ralloc.c (checkRegMask),
248         * src/xa51/gen.c (emitcode),
249         * src/z80/gen.c (_emit2),
250         * src/SDCCast.c (searchLitOp),
251         * src/SDCCglobl.h,
252         * support/packihx/packihx.c,
253         * support/Util/MySystem.c (split_command): fix gcc 4 warnings
254         * src/ds390/gen.c (aopPutUsesAcc),
255         * src/ds390/ralloc.c (getRegBitNoSpil): unused, therefore disabled
256         * support/regression/tests/libmullong.c (mullong_wrapper),
257         * src/SDCCsymt.c (powof2),
258         * src/SDCCast.c,
259         * src/SDCCicode.c: renamed TYPE_WORD by TYPE_TARGET_INT and so on
260         * src/SDCCsymt.h: added TYPE_TARGET_*
261         * src/SDCCutil.c (doubleFromFixed16x16, fixed16x16FromDouble),
262         * src/SDCCutil.h (doubleFromFixed16x16, fixed16x16FromDouble): moved to
263         SDCCast because 1) header problems 2) this is the right place
264         * src/SDCCast.c (doubleFromFixed16x16, fixed16x16FromDouble): added
265         * src/SDCCval.h (doubleFromFixed16x16, fixed16x16FromDouble): added
266         prototype
267
268 2006-06-29 Bernhard Held <bernhard AT bernhardheld.de>
269
270         * src/SDCCicode.h: removed buggy semicolon in unused macro
271         * src/SDCClrange.c (findPrevUseSym, rlivePoint): fixed bug #1486853,
272         search for previous definiton of auto symbols too,
273         (findPrevUse): fixed logic of emitWarnings
274
275 2006-06-26 Raphael Neider <rneider AT web.de>
276
277         * src/pic16/gen.c (genFunction, genEndFunction): also preserve
278           PCLATH and PCLATU on interrupts, potentially fixes #1505141
279
280 2006-06-25 Raphael Neider <rneider AT web.de>
281
282         * device/lib/pic/libm: NEW, added math library functions
283         * device/lib/pic/libsdcc: NEW; added float support functions
284         * device/lib/pic/{Makefile.in,configure.in,configure}: added libm/
285         * device/include/pic/{limits.h,errno.h,sdcc-lib.h,float.h,math.h}:
286           NEW, added math related headers
287         * device/include/asm/pic/features.h: NEW
288         * src/pic/gen.c (emitpcode_real): emit warning on NULL pCodeOp,
289           (popGet): allow larger offsets for AOP_PCODE,
290           (genDataPointerSet): handle literals explicitly, more debug output,
291           (genAssign): fixed for float using aopLiteral ;-)
292         * src/pic/glue.c (pic14createInterruptVect): inserted pagesel before
293           GOTO initialisation routine
294         * src/pic/pcoderegs.c (pCodeRegMapLiveRangesInFlow): set wasUsed
295           flag on registers, fixes #1469043 (local variables do not work)
296         * src/pic/main.c (_pic14_do_link),
297         * src/pic16/main.c (_pic16_linkEdit): use fullDstFileName if
298           available
299
300 2006-06-25 Borut Razem <borut.razem AT siol.net>
301
302         * device/lib/pic16/libc/stdio/sprintf.c: return the number of
303           characters printed (not including the trailing '\0' used to end
304           output to strings). Problem detected in regression test bug-927659.c.
305           NOTE: printf() family functions should return int instead
306           unsigned int!
307         * device/lib/pic16/libc/stdio/vfprintf.c: "%%" prints "%", unknown
308           specifier are printed as themselves
309         * sdcc/support/regression/tests/bug1057979.c: pic16 printf doesn't
310           support flags, width and precision specifiers
311
312 2006-06-24 Borut Razem <borut.razem AT siol.net>
313
314         * sdcc/support/regression/tests/bitvars.c: added gbz80, pic16 and pic16
315           to the list of sdcc tagrets not supporting bit type
316         * sdcc/support/regression/tests/bug-905992.c.c: excluded regression
317           testfor pic16 due to bug:
318           [ 1511794 ] pic16: regression test bug-895992.c fails
319
320 2006-06-24 Maarten Brock <sourceforge.brock AT dse.nl>
321
322         * src/mcs51/gen.c (genCmp): optimization for RFE 1162453
323         * src/SDCCglue.c (initPointer), fixed bug 1496419
324         * support/regression/tests/bug1496419.c: new, added
325
326 2006-06-22 Borut Razem <borut.razem AT siol.net>
327
328         * support/regression/ports/pic16/support.c: use gpsim usart module from
329           libgpsim_modules library
330
331 2006-06-21 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
332
333         * device/include/mcs51/at89c51ed2.h: Fixed bug 1510144 changed
334         IP0H to IPH0.
335
336 2006-06-19 Raphael Neider <rneider AT web.de>
337
338         * src/pic/glue.h,src/pic16/glue.h: added prototypes
339         * src/pic/glue.c,src/pic16/glue.c (pic1x_stringInSet,
340           pic1x_emitSymbolIfNew): NEW, check for a string in a set,
341           (pic14printExterns,pic14printPublics,pic16printPublics,
342           pic16_printExterns): use new functions to emit symbols
343           (picglue,pic16glue): emit publics before emitting externs
344         * src/pic/gen.c,src/pic16/gen.c (genFunction): remember the names of
345           locally defined functions to avoid bug #1443651
346         * support/regression/tests/bug-716242.c: removed pic16 workaround
347         * support/regression/ports/pic16/spec.mk: ignore errors during build
348
349 2006-06-19 Raphael Neider <rneider AT web.de>
350
351         * src/pic/glue.h: added pic14aopLiteral prototype
352         * src/pic/glue.c (pic14aopLiteral): return unsigned int
353         * src/pic/gen.c: removed stdint.h dependency
354           (aopGet): use Safe_strdup()
355           (bitpatternFromVal): removed, replaced use with pic14aopLiteral
356           (genDataPointerSet): use pic14aopLiteral()
357         * src/pic16/glue.h, src/pic16/glue.c, src/pic16/gen.c: similar changes
358           for pic16; thanks to Bernhard and Maarten
359
360 2006-06-18 Borut Razem <borut.razem AT siol.net>
361
362         * support/regression/tests/structflexarray.c: flexible array members
363           not supported by gcc < 3
364         * sim/ucsim/configure, sim/ucsim/configure.in: do not compile serio
365           GUI tool by default
366         * src/pic/gen.c: don't include [p]strdin.h on solaris
367         * support/Util/pstdint.h: addad svn attributes
368         * support/regression/tests/constantRange.c,
369           support/regression/tests/rotate.c: include inttypes.h instead
370           stdint.h on solaris, addad svn attributes
371
372 2006-06-18 Raphael Neider <rneider AT web.de>
373
374         * src/SDCCsymt.c (initCSupport): change return type of divschar to
375           int for PIC16
376         * src/pic16/genarith.c (genAddLit): sign-extend via standard routine
377           (pic16_genMinusBits): simplified sign-extension
378           (pic16_genUMult8XLit_8,pic16_genUMult8X8_8): renamed to
379             pic16_genMult8XLit_n resp. pic16_genMult8X8_n, fixed and
380             adjusted to correctly handle mixed-signed operands, disabled
381             now unused multiplciation routines
382         * src/pic16/gen.c (pic16_pushpCodeOp): fixed to handle literals
383           (assignResultValue): added argument denoting the size of the result
384             as returned by the function (fixes upcasts in assigning from
385             function calls: char foo(); int i = foo();)
386           (genCall,genPcall,genGenPointerGet,genReceive): pass size of
387             function result to assignResultValue
388           (genMult): disabled inlined multiplication code
389           (genDiv): augmented to also handle the modulus operator, fixed to
390             handle mixed-signed operands correctly
391           (genMod): simply call genDiv, disabled unused code
392           (genAssign): fixed missing (sign-)extension on result
393         * src/pic16/main.c (_hasNativeMulFor): accept literals [-128..256) as
394             valid char operands, allow signed operands for native code, added
395             division and modulo operator handling
396         * device/lib/pic16/libsdcc/char/divschar.c: divschar returns an int
397
398         As a consequence, onebyte.c (if split into two files) and muldiv.c
399         pass regression tests.
400
401 2006-06-17 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
402
403         * doc/Makefile.in: two runs of makeindex seem needed to get
404         correct page references in the index of sdccman.pdf
405         * doc/sdccman.lyx: mentioned cmon51, added links, small changes
406
407 2006-06-17 Borut Razem <borut.razem AT siol.net>
408
409         * sdcc/device/lib/Makefile.in: corrected PORTINCDIR path
410
411 2006-06-17 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
412
413         * doc/sdccman.lyx: updated, added (porting source code, debugging),
414         mentioned ec2drv and paulmon
415
416 2006-06-16 Maarten Brock <sourceforge.brock AT dse.nl>
417
418         * as/mcs51/lkarea.c (lnkarea2): clear new xdatamap, bugfix for two
419           consecutive abs areas
420           (find_empty_space, allocate_space): added map to handle codemap or
421            xdatamap,
422           (lnksect2): renamed rloc to locIndex, fixed bug 960060 by handling
423            absolute idata and xdata
424         * as/mcs51/lkmem.c (summary2): updated legend
425
426 2006-06-16 Raphael Neider <rneider AT web.de>
427
428         * src/pic16/gen.c (shiftR2Left2Result): fixed bug #1507127
429
430 2006-06-13 Maarten Brock <sourceforge.brock AT dse.nl>
431
432         * debugger/mcs51/cmd.c (cmdListFunctions): fixed bugs 1181163 and
433           1208515
434         * src/SDCClrange.c (findPrevUse): fixed bug 1294475
435
436 2006-06-13 Vangelis Rokas <vrokas AT users.sourceforge.net>
437
438         * src/port.h (struct PORT): added field gp_tags, to hold the tag
439         value of generic pointers,
440         * src/avr/main.c,
441           src/ds390/main.c,
442           src/hc08/main.c,
443           src/izt/i186.c,
444           src/izt/tlcs900h.c,
445           src/mcs51/main.c,
446           src/pic/main.c,
447           src/pic16/main.c,
448           src/xa51/main.c,
449           src/z80/main.c: PORT structure, added elements for gp_tags field,
450         * src/SDCCsymt.h: replaced hardwired values of GPTYPE_* macros with
451         fields in the PORT structure of each port,
452         * src/SDCCast.c (decorateType): allow processing of generic pointers
453         for PIC16 port (FPTRSIZE equals GPTRSIZE), also set GPTYPE_NEAR for
454         S_FIXED symbols
455
456 2006-06-12 Maarten Brock <sourceforge.brock AT dse.nl>
457
458         * link/z80/lkgb.c,
459         * link/z80/lkgg.c,
460         * src/pic16/gen.c,
461         * src/pic16/main.c,
462         * src/pic16/pcode.c,
463         * src/pic/main.c,
464         * src/pic/pcoderegs.c,
465         * src/SDCCicode.c,
466         * src/SDCCmain.c,
467         * src/SDCCsymt.c: replaced all exit(-1) by exit(EXIT_FAILURE) to fix
468           bug 1504689 on minGW
469
470 2006-06-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
471
472         * device/lib/printf_tiny.c: fixed bug #1465675 (%x format specifier)
473
474 2006-06-12 Bernhard Held <bernhard AT bernhardheld.de>
475
476         * src/SDCCast.c (backPatchLabels): fixed bug #1504636
477
478 2006-06-11 Maarten Brock <sourceforge.brock AT dse.nl>
479
480         * device/lib/printf_large.c (OUTPUT_CHAR, _output_char): added and used
481           for optimization
482
483 2006-06-11 Vangelis Rokas <vrokas AT users.sourceforge.net>
484
485         * src/pic16/gen.c (genCast): fixed bug with assignment of a pointer
486         to a char variable. Fixed bug #1504211
487         * device/include/pic16/adc.h,
488         device/include/lib/pic16/libio/adc/adcopen.c: applied patch #1364387
489         and fixed bug #1364390
490
491 2006-06-10 Borut Razem <borut.razem AT siol.net>
492
493         * CVSROOT: removed the CVS left-over
494
495 2006-06-10 Maarten Brock <sourceforge.brock AT dse.nl>
496
497         * as/hc08/asmain.c (asexit),
498         * as/hc08/lkmain.c (lkexit),
499         * as/mcs51/asmain.c (asexit),
500         * as/mcs51/lkmain.c (lkexit),
501         * src/SDCCglue.c (DEFSETFUNC),
502         * src/SDCCmain.c (linkEdit, assemble),
503         * support/librarian/sdcclib.c (AddRel),
504           replaced unlink() by standard C remove()
505         * src/SDCC.y: replaced removePostIncDecOps() by createRMW()
506         * src/SDCCast.c (replaceAstWithTemporary, createRMW,
507           gatherImplicitVariables): new, added to fix bug 608752,
508           (createFunction): added gatherImplicitVariables()
509         * src/SDCCast.h: added createRMW prototype
510         * src/SDCCsymt.h (struct symbol): added infertype
511         * support/regression/tests/bug608752.c: new, added
512
513 2006-06-10 Raphael Neider <rneider AT web.de>
514
515         * src/pic16/gen.c (pic16_aopOp): use WREG as destination even for
516           multibyte dummy reads (fixes #1503234)
517
518 2006-06-10 Maarten Brock <sourceforge.brock AT dse.nl>
519
520         * device/include/mcs51/compiler.h: new, added header file to enable
521           creating common sfr definition header files for different compilers
522
523 2006-06-05 Raphael Neider <rneider AT web.de>
524
525         * src/pic16/{pcode.h,genarith.c}:
526           introduced pCodeOp combining any two pCodeOps (previously only
527           two register operands could be combined), removed pcop2 from
528           pCodepReg, replaced pCodeOpReg2 with pCodeOp2, fixes #1492366
529         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): added case for PO_TWO_OPS
530         * src/pic16/gen.c (pic16_popGet2,pic16_popGet2p,pic16_popCombine2):
531           rewritten to use new PO_TWO_OPS
532         * src/pic16/main.c (_hasNativeMulFor): cover more cases natively,
533         * src/pic16/pcode.c (pic16_newpCodeOpImmd): initialize rIdx field,
534           (pic16_newpCodeOp): catch invalid attempts on PO_TWO_OPS,
535           (pic16_newpCodeOp2): NEW, create combined pCodeOp,
536           (pic16_get_op): embraced return arg to allow #define return(x),
537             added new case for combined opcodes
538           (pic16_get_op2): reduced to use pic16_get_op() on second pCodeOp,
539           (pic16_pCode2str,pic16_getRegFrompCodeOp,
540            pic16_getRegFromInstruction2): fixed/added handling of new pCodeOp
541
542 2006-06-04 Bernhard Held <bernhard AT bernhardheld.de>
543
544         * src/SDCCval.c (checkConstantRange): added
545         * src/SDCCval.h: added checkConstantRange
546         * support/Util/SDCCerr.c,
547         * support/Util/SDCCerr.h: replaced unused W_IF_NEVER_TRUE and
548         W_IF_ALWAYS_TRUE by W_COMP_RANGE and W_LIT_OVERFLOW
549         * src/SDCC.y: moved early 'condition transformations' to SDCCast.c
550         * src/SDCCast.c (decorateType): added checkConstantRange,
551         added 'condition transformations' from SDCC.y so that now W_COMP_RANGE
552         can be emitted with the correct always true/false warning,
553         added optimization for double '!';
554         result of decorateType() must be assigned back to the tree, because
555         decorateType() can change the tree
556         * src/SDCCicode.c (geniCodeLogic),
557         (geniCodeAssign): replaced new checkConstantRange, added warnings,
558         (checkConstantRange): removed, it was only a fragment which never
559         emitted a warning
560         * src/SDCCsymt.c (computeType): fixed promotion for
561         "-1 < (unsigned bit) b"
562         * src/pic/ralloc.c (packRegsForAssign),
563         * src/pic16/ralloc.c (packRegsForAssign),
564         * src/hc08/ralloc.c (packRegsForAssign),
565         * src/z80/ralloc.c (packRegsForAssign): ported fix for bug #930931
566         from mcs51
567         * src/mcs51/ralloc.c (packRegsForAssign): removed outcommented source
568         * support/regression/tests/constantRange.c: added
569         * support/valdiag/tests/constantRange.c: added
570         * support/valdiag/valdiag.py: added -DPORT_HOST=1
571
572 2006-06-02 Borut Razem <borut.razem AT siol.net>
573
574         * support/regression/ports/pic16/support.c: increase stack size
575           to 255 bytes
576         * support/regression/Makefile.in: sort tests by name so that the
577           resutlts can be compared on different machines / platforms
578
579 2006-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
580
581         * device/lib/printf_large.c (output_digit): optimized further, Tnx Frieder
582         * src/ds390/gen.c (emitLabel): new, added,
583           (genDjnz): fixed stack overflow bug,
584           (throughout): cosmetic changes to sync with mcs51/gen.c,
585           replaced emitcode("", "%05d$:", lbl->key + 100) with emitLabel(lbl)
586         * src/mcs51/gen.c (genEndFunction): small optimization,
587           (throughout): cosmetic changes to sync with ds390/gen.c
588
589 2006-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
590
591         * device/lib/printf_large.c (output_digit, calculate_digit): optimized,
592           (_print_format): fixed printing pointers
593         * src/mcs51/gen.c (emitLabel, movb): new, added,
594           (genAssign): small optimization,
595           (genDjnz): fixed stack overflow bug,
596           (throughout): replaced sprintf with SNPRINTF,
597           replaced mcs51_regWithIdx with REG_WITH_INDEX,
598           replaced emitcode("mov", "b,...") with MOVB(...),
599           replaced emitcode("", "%05d$:", lbl->key + 100) with emitLabel(lbl),
600           replaced D(emitcode("; genXXX", "")) with D(emitcode(";", "genXXX"))
601         * src/mcs51/peeph.def: added rules 140 and 264
602         * src/SDCCmem.c (allocLocal): store register declared locals in DSEG/OSEG
603           so they may get optimized into registers
604
605 2006-05-30 Maarten Brock <sourceforge.brock AT dse.nl>
606
607         * src/SDCCmain.c (optionsTable, parseCmdLine): handle --use-stdout
608           immediately when encountered,
609           (printUsage): always use stderr even on windows
610
611 2006-05-30 Bernhard Held <bernhard AT bernhardheld.de>
612
613         * src/SDCCast.c (isLoopCountable): fixed bug #1478316
614         (processParms): fixed bug #1247551
615         * src/SDCCmain.c (printVersionInfo, printOptions, printUsage,
616         parseCmdLine, main): print '--version' to stdout,
617         print 'help' to stdout if --help is given,
618         print 'help' to stderr and exit with EXIT_FAILURE if no or bad
619         arguments are given; fixed --help
620
621 2006-05-27 Bernhard Held <bernhard AT bernhardheld.de>
622
623         * src/SDCCcse.c (findPointerSet): fixed bug #1493710
624         * support/regression/tests/bug-1493710.c: added
625
626 2006-05-27 Borut Razem <borut.razem AT siol.net>
627
628         * support/regression/fwk/lib/testfwk.c: define array in _printn() as
629           static instead auto
630         * support/regression/ports/pic16/support.c: increase stack size
631           from default 64 bytes to 128 bytes
632         * support/regression/tests/staticinit.c,
633           support/regression/tests/float.c: regression tests fully enabled
634           for pic16 port by putting the initialized data arrays into the code
635           section
636         * support/regression/ports/pic16/spec.mk: don't link default libraries.
637           This was changed by mistake in the previous version.
638
639 2006-05-28 Vangelis Rokas <vrokas AT users.sourceforge.net>
640
641         * src/pic16/gen.c (genFunction, genEndFunction): some
642         beautifications, fixed bug with falsely restoring FSR2 in large
643         stack model, thanks to Beau E. Cox for reporting the bug
644
645 2006-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
646
647         * debugger/mcs51/break.c,
648         * debugger/mcs51/cmd.c (throughout): removed unused variables and labels,
649           use %p to print pointers, made address variables unsigned
650         * debugger/mcs51/cmd.c (infoSymbols): added missing parameter to printf
651         * debugger/mcs51/symtab.c (parseSymbol): must return something
652         * src/mcs51/gen.c (aopForSym): small optimization,
653            moved declarations mcs51_ptrRegReq and mcs51_nRegs to ralloc.h,
654           (freeAsmop): added missing break,
655           (aopPut): removed parameter bvolatile, determine it inside the function,
656           (saveRegisters, unsaveRegisters): small optimization,
657           (genIpush): removed pointless check,
658           (throughout): replaced Safe_calloc, strcpy with Safe_strdup,
659           replaced sprintf with SNPRINTF,
660           replaced strcpy with strncpyz,
661           updated aopPut calls,
662           replaced D(emitcode("; genXXX", "")) with D(emitcode(";", "genXXX"))
663         * src/mcs51/ralloc.h:  added declarations mcs51_ptrRegReq and mcs51_nRegs
664
665 2006-05-24 Borut Razem <borut.razem AT siol.net>
666
667         * support/regression/tests/bug-221100.c: fixed xdata problem caused by
668           modification of test for the pic16 port, put the array to the code
669           memory for pic16port; thanks to Maarten Brock and Frieder Ferlemann
670
671 2006-05-23 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
672
673         * src/pic/gen.c: MSC 6 does not have <stdint.h>.  Use pstdint.h instead.
674         * support/Util/pstdint.h: added
675
676 2006-05-22 Borut Razem <borut.razem AT siol.net>
677
678         * src/regression/Makefile: removed bool2.c test, added -q linker option
679         * src/regression/add2.c, src/regression/add3.c, src/regression/bool1.c,
680           src/regression/bool3.c, src/regression/nestfor.c, src/regression/ptrfunc.c,
681           src/regression/compare.c, src/regression/or1.c, src/regression/compare2.c,
682           src/regression/while.c, src/regression/compare3.c, src/regression/compare4.c,
683           src/regression/compare5.c, src/regression/sub2.c, src/regression/rotate1.c,
684           src/regression/rotate2.c, src/regression/rotate3.c, src/regression/rotate4.c,
685           src/regression/switch1.c, src/regression/rotate5.c, src/regression/for.c,
686           src/regression/add.c, src/regression/sub.c, src/regression/call1.c:
687           define SUPPORT_BIT_TYPES 0, removed unused bit variables
688
689 2006-05-22 Raphael Neider <rneider AT web.de>
690
691         * src/pic16/gen.c (pic16_storeForReturn): fragile fix for
692           bug #1492360 (problematic due to generic pointers, see code)
693
694 2006-05-22 Borut Razem <borut.razem AT siol.net>
695
696         * support/regression/ports/pic16/specs.mk: removed stack size linker
697           directive
698         * support/regression/tests/array.c,
699           support/regression/tests/bitopcse.c,
700           support/regression/tests/bug-908454.c,
701           support/regression/tests/malloc.c: modified for pic16 regression test
702         * support/regression/tests/bitfields.c:
703           pic16 - excluded bitfileds of size > 8
704         * support/regression/tests/bp.c: pic16 - reduced data size
705         * support/regression/tests/bug-221100.c: pic16 - reduced data size
706         * support/regression/tests/bug-460010.c:
707           pic16 - used the absolute address the fits in memory
708         * support/regression/tests/bug-716242.c:
709           bug [ 1443651 ] pic 16: redefining symbol that cannot be redefined.
710         * support/regression/tests/float.c:
711           pic16 - excluded - data size too big
712         * support/regression/tests/onebyte.c:
713           pic16 - bug [ 1444425 ] onebyte.c regression tes fails on pic16
714         * support/regression/tests/shifts.c:
715           pic16 - function names probably have to differ in first X characters
716           (gpasm limitation?)
717         * support/regression/tests/staticinit.c:
718           pic16 - excluded some tests due error: no target memory available for
719           section ".idata"
720
721 2006-05-22 Borut Razem <borut.razem AT siol.net>
722
723         * support/Util/dbuf.c: fixed bug #1489008 fix dbuf_c_str(),
724           second try. Thanks Stas Sergeev once more.
725
726 2006-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
727
728         * src/hc08/gen.c (transferAopAop): aop forced to stack was not restored,
729           (genLeftShift, genRightShift): fixed bug 1491627
730         * src/hc08/peeph.def (rules 7, 8.x): added
731         * support/regression/tests/shifts.c (ShiftLeftByParam,
732           ShiftRightByParam, testShiftByParam): added to test variable shifting
733
734 2006-05-20 Raphael Neider <rneider AT web.de>
735
736         * src/pic/gen.c (bitpatternFromVal): fixed for 64-bit machines
737         * src/pic16/ralloc.c (newReg): use correct name in hashtable,
738           (allocReg): add only new registers to dynAllocRegs,
739           (pic16_assignRegisters): do not reset dynrIdx, fixes bugs
740             #1489055, #1445850, and probably #1483693
741
742 2006-05-19 Vangelis Rokas <vrokas AT users.sourceforge.net>
743
744         * src/pic16/glue.c (pic16_emitConfigRegs, pic16_emitIDRegs): fixed
745         bug in for-loop that didn't emit the last of CONFIG and ID registers
746
747 2006-05-18 Maarten Brock <sourceforge.brock AT dse.nl>
748
749         * src/mcs51/gen.c (genCodePointerGet): inc dptr instead of loading acc
750           with offset
751         * src/mcs51/peeph.def (186.x): updated and reenabled to fix bugs
752           1489016, 1434401 and 1490124
753         * src/ds390/peeph.def (186.x, 227.x): updated and reenabled to fix bugs
754           1489016, 1434401 and 1490124
755
756 2006-05-17 Borut Razem <borut.razem AT siol.net>
757
758         * support/Util/dbuf.c: fixed bug #1489008 fix dbuf_c_str(),
759           thanks Stas Sergeev
760
761 2006-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
762
763         * device/include/mcs51/P89c51RD2.h,
764         * device/include/mcs51/P89LPC901.h,
765         * device/include/mcs51/P89LPC922.h,
766         * device/include/mcs51/P89LPC932.h: added, thanks Omar Espinosa
767
768 2006-05-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
769
770         * device/lib/pic16/libsdcc/stack/{stack.S, Makefile.in}: add workaround
771         to fix missing stack pragma in compiled binary object file,
772
773 2006-05-14 Bernhard Held <bernhard AT bernhardheld.de>
774
775         * support/packihx/configure.in,
776         * support/packihx/configure: removed warning, autoconf >= 2.5x can
777         determine sizeof basic types even while cross compiling
778
779 2006-05-13 Bernhard Held <bernhard AT bernhardheld.de>
780
781         * src/avr/gen.c (aopop),
782         * src/ds390/gen.c (aopOp),
783         * src/hc08/gen.c (aopOp),
784         * src/mcs51/gen.c (aopop),
785         * src/pic16/gen.c (pic16_aopOp),
786         * src/pic/gen.c (aopOp),
787         * src/z80/gen.c (aopop): fix for bug #1479882; use new, exclusive asmop
788         if size of operand is smaller than spill location
789
790 2006-05-12 Borut Razem <borut.razem AT siol.net>
791
792         * *.dsw, *.dsp: changed property svn:eol-style to CRLF since they
793           have to have CR/LF line endings even if they are checked out on *nix
794           or on WIN32 in cygwin binmode
795
796 2006-05-12 Maarten Brock <sourceforge.brock AT dse.nl>
797
798         * doc/sdccman.lyx: documented numeric ranges, WEBDOC #1442369
799         * device/include/ds80c390.h: added sfr16 definitions
800         * src/ds390/gen.c,
801         * src/ds390/gen.h,
802         * src/ds390/main.c,
803         * src/ds390/ralloc.c,
804         * src/ds390/ralloc.h: changes all over the place to sync with mcs51
805           fixing several bugs and adding sfr16/sfr32, reentrant bit params,
806           bit returning functions
807         * support/regression/tests/sfr16.c: enabled test on ds390
808
809 2006-05-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
810
811         * src/hc08/gen.c (asmopToBool, genIfx): fix for bug #1429722
812         * src/hc08/gen.c (storeRegToAop): fix for bug #1439894
813
814 2006-05-11 Maarten Brock <sourceforge.brock AT dse.nl>
815
816         * sim/ucsim/sim.src/memcl.h: added get_decoder() to cl_address_space
817         * sim/ucsim/sim.src/mem.cc: implemented cl_address_space::get_decoder,
818           (cl_address_space constructor): removed expensive initialization,
819           (cl_address_space::get_cell): extended for late initialization,
820           (cl_address_space::*): use late initialization,
821           (cl_address_decoder::activate): removed expensive initialization,
822           This reduced regression test running time by 25%
823
824 2006-05-11 Bernhard Held <bernhard AT bernhardheld.de>
825
826         * packihx/,
827         * configure.in,
828         * configure,
829         * sdcc.dsw,
830         * Makefile.bcc,
831         * Makefile.in,
832         * support/packihx/Makefile.in,
833         * support/packihx/clean.mk,
834         * support/packihx/Makefile.bcc,
835         * support/packihx/PackIhx.dsp: moved packihx to support/packihx
836
837 2006-05-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
838
839         * src/SDCCval.c (valNot): fix for regression test failure
840           of not.c on big endian hosts
841
842 2006-05-10 Maarten Brock <sourceforge.brock AT dse.nl>
843
844         * device/inlcude/mcs51/msc1210.h: new, added, thanks Philippe Latu
845
846 2006-05-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
847
848         * device/lib/mcs51/Makefile.in: changed string comparison operator
849           to = for POSIX compliance; == is bash extension
850
851 2006-05-10 Maarten Brock <sourceforge.brock AT dse.nl>
852
853         * device/lib/hc08/_mulint.c: applied patch 1485428, thanks
854           kosmonaut_pirx
855
856 2006-05-09 Vangelis Rokas <vrokas AT users.sourceforge.net>
857
858         * src/pic16/gen.c (pic16_freeAsmop): release any temp registers
859         allocated by aopForSym thus fixing bug #1478657 about failed testfwk.c
860         * src/pic16/main.c (_pic16_keywords): added 'sfr16' keyword,
861         * src/pic16/ralloc.c (pic16_allocWithIdx): also a fix for bug exposed by
862         bug report #1478657,
863
864 2006-05-05 Borut Razem <borut.razem AT siol.net>
865
866         * doc/Makefile.in: remove of WARNINGS and labels.pl immediately after
867           making the html
868
869 2006-05-02 Borut Razem <borut.razem AT siol.net>
870
871         * doc/Makefile.in: removed *.ind dependency since there is no rule to
872           create *.ind, which made make to fail if invoked with -j 2
873
874 2006-05-01 Maarten Brock <sourceforge.brock AT dse.nl>
875
876         * src/SDCCglue.c (emitRegularMap): partial fix for bug 1477149, thanks
877           Hubert Sack for patch 1479782
878
879 2006-05-01 Vangelis Rokas <vrokas AT users.sourceforge.net>
880
881         * src/pic16/glue.c (pic16_printIvalStruct): fixed bug #1445929
882
883 2006-05-01 Raphael Neider <rneider AT web.de>
884
885         * src/pic/device.c (sanitise_processor_name): only remove p(ic) prefix,
886           (create_pic): store only prefix-free device name,
887           (init_pic): check for device names with "16" prefix,
888           (list_valid_pics),
889         * src/pic/device.h (struct PIC_device),
890         * src/pic/main.c (_pic14_genAssemblerPreamble): adapted to single
891             stored device name,
892         * device/include/pic/pic12f{635,675,629,683}.h,
893         * device/lib/pic/libdev/pic12f{635,675,629,683}.c: NEW device libraries
894         * device/lib/pic/libdev/Makefile.in: allow pic12* devices,
895         * device/include/pic/pic16f505.h,
896         * device/lib/pic/libdev/pic16f505.c: removed
897         * device/include/pic/pic14devices.txt: added support for pic12f
898             devices, removed unsupported non 16-bit devices
899             [above changes provided by patch from Zik Saleeba]
900         * src/pic/*, src/pic16/*, device/include/pic16/*,
901           device/lib/pic/**, device/lib/pic16/**: obfuscated email address
902
903 2006-05-01 Borut Razem <borut.razem AT siol.net>
904
905         * configure.in, configure, doc/Makefile.in:
906           sync with nightly build makefile - latex, dvipdf and dvips
907           not needed any more
908
909 2006-04-30 Bernhard Held <bernhard AT bernhardheld.de>
910
911         * support/scripts/sdcc.nsi: removed all Readmes and Makefiles
912         in the library source
913
914 2006-04-30 Maarten Brock <sourceforge.brock AT dse.nl>
915
916         * support/regression/ports/hc08/spec.mk: fixed bug 1478892
917
918 2006-04-28 Raphael Neider <rneider AT web.de>
919
920         * src/pic16/pcode.c (pic16_newpCodeOpLit12),
921         * src/pic16/gen.c (pic16_popGetLit12): NEW, create 12 bit literal,
922           (pic16_loadFSR0): handle 12 bit literals correctly, fixes #1440527
923         * src/pic16/pcode.h: added prototype for pic16_newpCodeOpLit12()
924
925 2006-04-28 Bernhard Held <bernhard AT bernhardheld.de>
926
927         * device/lib/pic/libdev/Makefile.in,
928         * device/lib/hc08/Makefile.in,
929         * device/lib/gbz80/Makefile.in,
930         * device/lib/z80/Makefile.in,
931         * device/lib/ds390/Makefile.in,
932         * device/lib/ds400/Makefile.in: added srcdir to include search path,
933         thanks to Borut for the bug report
934         * configure.in,
935         * configure: always create doc/Makefile independent from --enable-doc
936         * Makefile.in: always install from directory doc independent from
937         --enable-doc
938         * device/lib/pic/Makefile.in: added libdev again, it was erroneously
939         removed
940         * device/lib/pic/libdev/Makefile.in: fixed VPATH build
941         * doc/Makefile.in: install *.txt if present
942         * device/include/Makefile.in (install): added installation of pic/*.inc
943         and pic/*.txt files again, they were erroneously removed
944
945 2006-04-28 Raphael Neider <rneider AT web.de>
946
947         * src/pic/{gen.c,main.h,pcode.c},
948         * src/pic16/{gen.c,pcode.c}: quietened compiler warnings
949             concerning signedness with casts
950
951 2006-04-28 Raphael Neider <rneider AT web.de>
952
953         * src/pic/gen.c (genFunction): set global pic14_hasInterrupt on
954             definition of an interrupt handler,
955         * src/pic/glue.c (pic14_emitInterruptHandler): moved output of
956             interrupt handler stuff from picglue() to separate routine,
957           (picglue): enabled definition of intr handlers in files w/o main()
958
959 2006-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
960
961         * support/librarian/sdcclib.c: moved include <limits.h> up to enable
962           compilation with MSVC 2005 Express Edition (VC8)
963
964 2006-04-26 Bernhard Held <bernhard AT bernhardheld.de>
965
966         * device/lib/Makefile: fixed build of gbz80 lib
967
968 2006-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
969
970         * support/regression/tests/bug-460010.c,
971         * support/regression/tests/bug-524691.c,
972         * support/regression/tests/bug-716242.c: removed conditional defines
973           that are already in testfwk.h
974
975 2006-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
976
977         * src/ds390/gen.c (AccAXRrl1, AccAXLrl1): changed to real rotate by 1,
978           (AccAXRsh1): added, shift right by 1,
979           (AccAXLsh, AccAXRsh, AccAXRshS): updated for AccAXRrl1, AccAXRsh1 and
980            AccAXLrl1
981         * support/regression/tests/rotate.c: use <stdint.h> and enabled ds390
982
983 2006-04-25 Bernhard Held <bernhard AT bernhardheld.de>
984
985         * src/SDCCast.c (decorateType): partial fix for RFE 1475769,
986         remove cast to same type
987         * src/SDCCast.c (decorateType): fix for RFE 1475742,
988         optimize 'ifx (op == 0)' resp. 'ifx (op != 0)'
989         * as/z80/Makefile,
990         * link/z80/Makefile: removed, they have moved to
991         Makefile.in files
992         * configure,
993         * configure.in: replaced duplicate message about ucsim by missing sdcpp
994         * install-sh: fix bug #1204398 by setting umask 0022
995         * device/lib/Makefile: separate build of z80 and gbz80 lib
996
997 2006-04-24 Bernhard Held <bernhard AT bernhardheld.de>
998
999         Enabled VPATH feature: changed nearly all Makefiles (149 files).
1000         See sdccman.lyx '2.4.10 VPATH feature' about how to use it.
1001
1002         One basic decision: e.g. src/clean.mk includes further files. In order
1003         to make this work there are two solutions:
1004         - rename another dozen clean.mk to clean_in.mk, add srcdir to them and
1005           run configure on them. This way they can use
1006           'include $(srcdir)/port-clean.mk'
1007         - always include clean.mk by the Makefile at the same level. To avoid
1008           that `make clean` tries to include and build Makefile.dep the
1009           MAKECMDGOALS are examined (see e.g. src/Makefile.in). This has been
1010           implemented, because now even `make uninstall` doesn't create
1011           Makefile.in. clean.mk could be eliminated by pasting it in
1012           Makefile.in.
1013
1014         * debugger/mcs51/Makefile.in: build own objects from library sources
1015         (SLIB, SDCC) in current directory
1016
1017         * configure, configure.in: renamed --disable-device-lib-build in
1018         --disable-device-lib; added --enable-doc, the required tools are
1019         searched by configure; added result message; the toolchain for the
1020         belonging ports are now only built, if the port is enabled.
1021
1022         * support/regression/*: all output is written in directory gen, because
1023         the fwk and ports directories don't livet in the build tree using vpath
1024
1025         * doc/sdccman.lyx: renamed --disable-device-lib-build to
1026         --disable-device-lib, added --enable-doc, added section VPATH
1027
1028         * sim/ucsim/configure.in,
1029         * sim/ucsim/configure.in: hc08 couldn't be disabled, now hc08 and
1030         z80 are enabled by default
1031
1032 2006-04-24 Raphael Neider <rneider AT web.de>
1033
1034         * src/pic/device.c (pic14_assignConfigWordValue): remember assignments
1035             to config word, "pic14_"-prefixed some extern functions
1036           (pic14_emitConfigWord): emit __config directive(s) if assignment to
1037             config word has been found
1038         * src/pic/device.h: added prototypes
1039         * src/pic/pcode.c: added "pic14_"-prefix where needed
1040         * src/pic/ralloc.c (IS_CONFIG_ADDRESS,pic14_assignRegisters): cosmetic
1041             fixup
1042         * src/pic/glue.c (pic14_constructAbsMap): handle assignments to config
1043             words,
1044           (pic14emitRegularMap): ignore config words,
1045           (pic14createInterruptVect): moved generating __config directives away
1046           (picglue): have __config directives emitted
1047
1048 2006-04-24 Borut Razem <borut.razem AT siol.net>
1049
1050         * doc/Makefile: sync with nightly build makefile
1051
1052 2006-04-24 Raphael Neider <rneider AT web.de>
1053
1054         * src/pic/pcoderegs.c (OptimizeRegUsage): do not optimize
1055             registers that have not been assigned proper liveranges,
1056             fixes #1469504 and #1474602,
1057           (pCodeRegOptimizeRegUsage): fixed typo in comment
1058
1059 2006-04-24 Borut Razem <borut.razem AT siol.net>
1060
1061         * device/examples/main8051.c: deleted - it was removed from CVS
1062           24.mar.2000 and after that modified 18.feb.2001, so it reappered
1063           after the transition to Subversion
1064         * src/SDCCalloc.h: deleted - it was removed  from CVS
1065           3.feb.2001 and after that modified 18.feb.2001, so it reappered
1066           after the transition to Subversion
1067         * sim/ucsim/cpu.gif, sim/ucsim/interrupt.gif, sim/ucsim/new.gif,
1068           sim/ucsim/serial1.gif, sim/ucsim/serial2.gif,
1069           sim/ucsim/term_cpuopt.gif, sim/ucsim/timers.gif, sim/ucsim/wins.gif,
1070           sim/ucsim/post.jpg, sim/ucsim/UCsim.jpg: corrected
1071
1072 2006-04-22 Maarten Brock <sourceforge.brock AT dse.nl>
1073
1074         * as/asx8051.dsp: added mcs51/strcmpi.h
1075         * as/hc08/as_hc08.dsp: added asm.h, m6808.h, strcmpi.h
1076         * as/hc08/aslink.h: updated lnksect prototype
1077         * as/hc08/asm.h,
1078         * as/mcs51/asm.h: added a_addr to struct area and s_org to struct sym
1079         * as/hc08/asmain.c,
1080         * as/mcs51/asmain.c (asmbl): init dot.s_org for S_ORG,
1081           (newdot): handle A_ABS
1082         * as/hc08/asout.c,
1083         * as/mcs51/asout.c (outarea): output address
1084         * as/hc08/lkaomf51.c,
1085         * as/mcs51/lkaomf51.c: disabled unused array UsageType
1086         * as/hc08/m08pst.c,
1087         * as/mcs51/i51pst.c,
1088         * as/z80/z80pst.c: "ABS" is not A_OVR
1089         * as/hc08/lkarea.c (newarea): read a_addr,
1090           (lnkarea): added codemap array, sort absolute areas to the front,
1091            combine all GSINITx/GSFINAL,
1092           (find_empty_space, allocate_space): new functions,
1093           (lnksect): return next address, handle absolute sections
1094         * as/mcs51/lkarea.c (newarea): read a_addr,
1095           lnksect2 prototype changed,
1096           (lnkarea2): define codemap unsigned, combine all GSINITx/GSFINAL,
1097           (find_empty_space, allocate_space): new, factored out of lnksect2,
1098           (lnksect2): return next address, handle absolute sections
1099         * as/hc08/lkhead.c,
1100         * as/mcs51/lkhead.c (newhead): head is absolute but not overlay
1101         * as/hc08/lklibr.c (addfile, fndsym),
1102         * as/mcs51/lklibr.c (addfile, buildlibraryindex, fndsym): prevent
1103           index out of range and detect both '\' and '/'
1104         * device/include/mcs51/c8051f200.h: added _XPAGE, removed bad comment
1105         * device/include/stdbool.h: removed SDCC_ds390 from check to pass
1106           regression tests (ds390 cannot return bool yet)
1107         * doc/sdccman.lyx: changed version number, document changed --no-peep,
1108           document critical interrupts on z80, document changed SDCC define
1109         * src/asm.c (_asxxxx_mapping): fixed .org directive,
1110           (_a390_mapping): added .org directive
1111         * src/hc08/gen.c (transferAopAop): made bytemask log to fix warning,
1112           (genMultOneByte): fixed warnings
1113         * src/hc08/hc08.dsp: lowered warning level to 2 to suppress pedantic
1114           ones
1115         * src/pic16/device.c: removed newReg prototype, removed BYTE_IN_LONG
1116         * src/pic16/gen.c (pic16_popGetLabel): made parameter key signed,
1117           (pic16_genLeftShiftLiteral, genRightShiftLiteral): fixed warnings
1118         * src/pic16/gen.h: changed prototype for pic16_popGetLabel
1119         * src/pic16/main.c: removed newReg prototype
1120         * src/pic16/pcode.c,
1121         * src/pic16/pcode.h (pic16_emitDB): changed parameter c to int to fix
1122           warnings
1123         * src/pic16/pic16.dsp: lowered warning level to 2 to suppress pedantic
1124           ones
1125         * src/pic16/ralloc.c
1126         * src/pic16/ralloc.h (newReg): changed type to int and size to unsigned
1127           to fix warnings
1128         * src/pic/pcode.c (allocInternalRegister): changed parameter optype
1129           from short to PIC_OPTYPE
1130         * src/pic/pic.dsp: lowered warning level to 2 to suppress pedantic ones
1131         * src/pic/ralloc.c (newReg, allocInternalRegister): changed parameter
1132           optype from short to PIC_OPTYPE
1133         * src/port.h: made int_size unsigned to fix warnings
1134         * src/SDCC.y: fixed warning on MSVC
1135         * src/SDCCicode.c (getArraySizePtr): return unsigned int
1136         * src/SDCCopt.c (convertToFcall): fixed warnings
1137         * src/SDCCsymt.h: removed double prototype for genSymName
1138         * src/xa51/ralloc.c (allocReg): made size unsigned int, type int and
1139           offset int to fix warnings
1140
1141 2006-04-22 Borut Razem <borut.razem AT siol.net>
1142
1143         * doc/sdccman.lyx, */Makefile, */Makefile.in:
1144           references to CVS replaced with Subversion
1145
1146 2006-04-21 Borut Razem <borut.razem AT siol.net>
1147
1148         * doc/sdccman.lyx, */Makefile, */Makefile.in:
1149           references to CVS replaced with Subversion
1150
1151 2006-04-19 Borut Razem <borut.razem AT siol.net>
1152
1153         * src/version.awk: adapted for svn
1154         * /asxxxx/asxhtml/*.gif: set property svn:mime-type to image/gif
1155           sim/ucsim/doc/*.gif: set property svn:mime-type to image/gif
1156           sim/ucsim/doc/*.jpg: set property svn:mime-type to image/jpeg
1157           /binutils-avr/etc/*.vi, *.jin: removed all properties
1158           support/scripts/sdcc.ico: set property svn:mime-type to image/x-icon
1159
1160 2006-04-19 Borut Razem <borut.razem AT siol.net>
1161
1162         * CVS to Subversion migration completed
1163
1164 2006-04-18 Borut Razem <borut.razem AT siol.net>
1165
1166         * support/scripts/sdcc.nsi: removed unexisting ${DEV_ROOT}\lib\pic\*.o,
1167           ${DEV_ROOT}\lib\src\pic\libdev\*.S, ${DEV_ROOT}\lib\src\pic\libdev\*.inc
1168
1169 2006-04-17 Borut Razem <borut.razem AT siol.net>
1170
1171         * device/include/Makefile.in: added pic/*.inc to the installation
1172
1173 2006-04-15 Bernhard Held <bernhard AT bernhardheld.de>
1174
1175         * support/regression/collate-results.py: fixed output in case of
1176         a valdiag error
1177         * support/regression/generate-cases.py: fixed splitting of pathnames
1178         with dots
1179         * as/hc08/lklibr.c (addfile),
1180         * as/mcs51/lklibr.c (addfile): fixed off-by-one bug
1181
1182 2006-04-11 Raphael Neider <rneider AT web.de>
1183
1184         * src/pic16/gen.c (getFreePtr, pic16_popRegFromString),
1185         * src/pic16/ralloc.c (pic16_allocregWithName): removed debug output
1186         * src/pic16/pcode.c (assignValnums): fixed #1460578
1187
1188 2006-04-11 Raphael Neider <rneider AT web.de>
1189
1190         * device/lib/pic/libdev/*.c,
1191         * device/include/pic/*.h: replaced sfr and data with __sfr and __data,
1192           fixes #1468739, enables compilation in --std-c99 mode
1193         * support/scripts/inc2h.pl: emit __sfr/__data instead of sfr/data
1194
1195 2006-04-11 Raphael Neider <rneider AT web.de>
1196
1197         * src/pic/device.c (find_device): removed debug output
1198           (list_valid_pics): enabled verbose listing of supported devices
1199         * device/include/stdbool.h: define bool as char for pic14/16 as well
1200
1201 2006-04-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1202
1203         * src/SDCC.y: allow using brackets here: "__interrupt (1) __using (1)"
1204
1205 2006-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
1206
1207         * .version: bumped version to 2.5.6
1208         * src/pic/ralloc.c (newReg): MSVC doesn't support __builtin_return_address
1209
1210 2006-04-06 Raphael Neider <rneider AT web.de>
1211
1212         * .version: bumped version to 2.5.6 (pic14 ABI changed)
1213         * src/SDCCmain.c: add -DSDCC_PROCESSOR=<id> for pic14 port
1214         * src/pic/glue.c (emitSymbolToFile,pic14_constructAbsMap,
1215           pic14emitRegularMap,pic14emitMaps): moved output for absolute symbols to
1216             pic14_constructAbsMap
1217           (pic14printPublics): declare absolute global symbols as global
1218           (pic14createInterruptVect),
1219         * src/pic/ralloc.c (IS_CONFIG_ADDRESS): support second config word,
1220           (newReg): assume new registers unused, use correct name in
1221             hashtable (reg->name instead of name), more debugLog output
1222         * src/pic/device.h (PIC_device): added fields for verbose output
1223         * src/pic/device.c: moved device definition to pic14devices.txt,
1224             added routines for runtime parsing of pic14devices.txt,
1225             added support for second config word
1226         * src/pic/main.c (_process_pragma): removed #pragma maxram,
1227           (_pic14_keywords): no longer accept "bit" and "sbit" keywords
1228           (_pic14_initPaths): add search paths with "pic" suffix (not "pic14")
1229           (_pic14_parseOptions): moved pCodeInitRegisters here
1230           (_pic14_do_link): add "pic$(ARCH).lib" to linker arguments
1231         * src/pic/pcode.c (AnalyzeBanking): bail out on unset processor,
1232           (pCodeInitRegisters): rewrapped comments, perpared new approach to
1233             handling the pseudo stack
1234         * device/lib/Makefile.in: ignore failures in objects-pic16,
1235         * device/lib/pic/{configure,configure.in,Makefile}: added libdev/
1236         * device/lib/pic/NEWS: document new dependency on picXXX.lib
1237         * device/lib/pic/Makefile.subdir,
1238         * device/lib/pic16/Makefile.subdir: improved clean rules
1239         * device/lib/pic/libdev/: NEW, pic14 device libraries
1240         * device/lib/pic/libsdcc/_gptr{get,put}{1,2,3,4}.S: use _X not X
1241         * device/lib/pic/libsdcc/macros.inc: use _X not X, declare default SFRs
1242         * device/include/Makefile.in: create subdir and install pic14 headers
1243         * device/include/pic/p16f_common.inc: removed unused declarations
1244         * device/include/pic/pic16*.h: added header files for 100+ 14 bit
1245             PICs from inc2h.pl v1.6,
1246             replaced BIT_AT macros with struct declarations
1247         * device/include/pic/pic14devices.txt: definition of supported devices,
1248             all above improvements contributed by Zik Saleeba, thanks
1249         * support/scripts/inc2h.pl: removed BIT_AT, replaced with structs
1250         * support/scripts/sdcc.nsi: also install pic14 device libraries and
1251             headers
1252
1253 2006-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
1254
1255         * device/include/mcs51/c8051f410.h: added interrupt numbers,
1256         * device/include/mcs51/c8051f200.h: old SiLabs mcu completes the list,
1257           thanks to Charles Olds
1258
1259 2006-04-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1260
1261         * debugger/mcs51/cmd.c (infoRegisters): show return address on stack
1262
1263 2006-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
1264
1265         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug 1464657
1266         * src/mcs51/gen.c (genJumpTab): fixed bug in medium model
1267         * support/regression/bug1464657.c: added, new test
1268
1269 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
1270
1271         * src/SDCCmain.c (preProcess): implemented RFE 1449908, define SDCC as the
1272           version number
1273
1274 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
1275
1276         * src/SDCCpeeph.c (initPeepHole): implemented RFE 1460196, when both
1277           --no-peep and --peep-file <file> are used don't use default rules but
1278           do use the <file>
1279
1280 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
1281
1282         * src/mcs51/gen.c (genCall): fixed bug 1457608
1283
1284 2006-03-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1285
1286         * doc/sdccman.lyx: reverted to version 1.129 of december as my latest
1287         changes seem to cause (trigger?) problems with the build system.
1288
1289 2006-03-29 Maarten Brock <sourceforge.brock AT dse.nl>
1290
1291         * src/SDCCpeeph.c (operandsLiteral): new, added,
1292           (callFuncByName): inserted operandsLiteral
1293         * src/mcs51/peeph.def: reenabled 132.e, added extra check to 132.x
1294
1295 2006-03-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1296
1297         * doc/sdccman.lyx: added paragraph "Use of SDCC in Education"
1298         * src/mcs51/peeph.def: disabled rule 132.e fixing bug #1453093
1299
1300 2006-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
1301
1302         * src/z80/gen.c (genFunction, genEndFunction): fixed bug 1160666,
1303           implemented patch 1120823 Thanks to Willy De la Court (normal
1304           interrupts need an interrupt number now if they are made critical),
1305           and enabled nesting of critical functions though not for gbz80
1306           (genCritical, genEndCritical): added functions
1307           (genZ80Code): added cases for CRITICAL and ENDCRITICAL
1308         * src/z80/mappings.i: added "ei" to all mappings
1309
1310 2006-03-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1311
1312         * sim/ucsim/cmd.src/newcmdcl.h: applied patch fixing GCC 4.1 build
1313         submitted by the Debian SDCC maintainer Aurelien Jarno:
1314         "Credits goes to Martin Michlmayr, who rebuilt the whole Debian
1315         archive with gcc 4.1 on mips and wrote the patch"
1316
1317 2006-03-16 Raphael Neider <rneider AT web.de>
1318
1319         * src/pic16/genarith.c (genAddLit): simplified and fixed case where
1320           the left operand is shorter than the result (c* = lit-c* + int),
1321           fixes bug #1450796
1322         * src/pic16/gen.c (genRightShift): check IS_SYMOP before accessing
1323           OP_SYMBOL
1324
1325 2006-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
1326
1327         * src/.version: increased version number to 2.5.5
1328         * src/SDCCmain.c (linkEdit): do not test for PIC16 target since, PIC16
1329         linking is done manually in pic16 port's _linkEdit,
1330         * src/SDCCsymt.c (compStructSize): for target PIC16 and shell variable
1331         PIC16_PACKED_BITFIELDS, compact bitfield structures as much as possible,
1332         * src/pic16/gen.c (aopForSym): when direct register name is WREG then
1333         allocate asmop as AOP_ACC,
1334         (aopForRemat): added parameter 'bool result' in function declaration,
1335         (pic16_aopGet): return AOP_ACC when accessing WREG,
1336         (pic16_popGetTempReg): minor modification,
1337         (pic16_popRegFromIdx): first try with 'pic16_regWithIdx' then with
1338         'pic16_allocWithIdx',
1339         (genPcall): removed ftype, usage of OP_SYM_TYPE asserted error when
1340         calling function in absolute addresses,
1341         (genAssign): take into account AOP_ACC asmop,
1342         * src/pic16/pcode.c (pic16_newpCodeOpReg): minor modifications,
1343         * src/pic16/pcoderegs.c: some debug functions and lines added,
1344         * src/pic16/ralloc.c (decodeRegType): added but commented out,
1345         * (pic16_typeRegWithIdx): search 'pic16_dynInternalRegs' for given
1346         register too,
1347         * (pic16_findFreeReg, pic16_findFreeRegNext): allocate new register via
1348         call to allocReg, not by manually allocating a new one,
1349         (pic16_assignRegisters): now before going through the register
1350         allocating functions mark all registers as free. This eliminates some
1351         side effects resulting from peephole parser done earlier in the backbone
1352
1353 2006-03-13 Maarten Brock <sourceforge.brock AT dse.nl>
1354
1355         * src/SDCCicode.c (geniCodeLogic),
1356         * src/SDCCast.c (decorateType): applied patch by Bernhard for rfe 1422617
1357
1358 2006-03-10 Maarten Brock <sourceforge.brock AT dse.nl>
1359
1360         * src/mcs51/gen.c (sameReg): new, checks if two aop regs are the same,
1361           (genSend): bugfix, do not allocate and free twice,
1362           (shiftRLong): handle partially overlapping aops
1363         * support/regression/tests/bitopcse.c: fixed warning redefined idata
1364
1365 2006-03-08 Borut Razem <borut.razem AT siol.net>
1366
1367         * support/regression/fwk/include/testfwk.h: added defines for xdata, idata
1368           for pic16
1369
1370 2006-03-08 Maarten Brock <sourceforge.brock AT dse.nl>
1371
1372         * support/regression/tests/bug1409955.c: new, added
1373         * src/mcs51/gen.h: changed asmop.freed:1 to asmop.allocated for tracking
1374         * src/mcs51/gen.c (newAsmop): set asmop.allocated to 1,
1375           (aopForSym, aopOp): increment asmop.allocated if reused,
1376           (freeAsmop): decrement asmop.allocated and check for zero instead of
1377           using asmop.freed,
1378           (freeForBranchAsmop): use asmop.allocated instead of asmop.freed,
1379           (genNot, genCpl, genUminus, genMinus, genMult, genDiv, genMod, genCmpGt,
1380            genCmpLt, genAndOp, genOrOp, genAnd, genOr, genXor, genRRC, genRLC,
1381            genGetHbit, genGetAbit, genGetByte, genGetWord, genSwap,
1382            genLeftShiftLiteral, genLeftShift, genRightShiftLiteral,
1383            genSignedRightShift, genRightShift, genDataPointerGet,
1384            genPagedPointerGet, genFarPointerGet, genCodePointerGet,
1385            genGenPointerGet, genDataPointerSet, genAssign, genCast): free asmop's
1386             in reverse order from allocation,
1387           (genPlus, genCmpEq): free asmop's in reverse order from allocation and
1388             added swappedLR to keep track
1389         * support/regression/fwk/include/testfwk.h: added defines for xdata, idata,
1390           pdata & code for GCC, z80, gbz80 & hc08
1391         * support/regression/tests/zeropad.c: moved defines to testfwk.h
1392
1393 2006-03-08 Raphael Neider <rneider AT web.de>
1394
1395         * src/pic16/main.c (_hasNativeMulFor): fixed bug #1444425
1396
1397 2006-03-07 Maarten Brock <sourceforge.brock AT dse.nl>
1398
1399         * device/include/mcs51/c8051f410.h: new SiLabs mcu
1400         * src/ds390/peeph.def: disabled 186.d and 227.a as fix for #1434401
1401         * support/regression/tests/array.c: added parenthesis, made arrays unsigned
1402
1403 2006-03-06 Borut Razem <borut.razem AT siol.net>
1404
1405         * support/regression/ports/pic16/spec.mk: link with libm18f.lib,
1406           made the linker quiet
1407
1408 2006-03-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
1409
1410         * src/pic16/gen.c (genPcall): fixed bug #1443644
1411         * src/pic16/device.h (struct pic16_options_t): added 'int CATregs' flag
1412         which dumps before the function entry point a data byte which represents
1413         the number of the local variables used by the specified function, added
1414         'xinst' for initial support for Extended Instruction Support,
1415         * src/pic16/gen.c (aopForSym, pic16_aopGet): beautifications,
1416         (pic16_testStackOverflow): do not prefix GSTACK_TEST_NAME with
1417         port->fun_prefix anymore (may change later),
1418         (genFunction, genEndFunction): do not store/restore local registers for
1419         _main (this should take care the --main-return command line option in
1420         the future),
1421         (genOr): removed some legacy pic-port instructions,
1422         * src/pic16/genarith.c (genAddLit): re-enabled old code because
1423         performing operations with SFR's causes data to be written more than
1424         once to each SFR. Perhaps SFRs should be handled in special cases...
1425         * src/pic16/glue.c: macros BIG_ENDIAN and BYTE_IN_LONG are moved to
1426         pcode.h
1427         * src/pic16/main.c (_process_pragma): stack bound checking did not take
1428         into account for stack starting position,
1429         (struct OPTIONS pic16_optionsTable): added command line argument
1430         --extended or -y for Extended Instruction Support,
1431         * src/pic16/ralloc.c (pic16_decodeOp): added case for FUNCTION,
1432         (deassignLRs): *** perhaps the most important change, old 'for' code
1433         (commented out for reference), didn't account for some registers which
1434         were left marked 'not free' after a pointer operation. The change
1435         reduces register usage a lot in some cases
1436
1437 2006-03-04 Borut Razem <borut.razem AT siol.net>
1438
1439         * support/regression/ports/hc08/spec.mk: remove *.asm in traget
1440           _clean
1441         * support/regression/tests/bug-524697.c: decreased array size for
1442           mcs51 to fit into the internal RAM
1443         * support/regression/Makefile.in: a little bit more verbose
1444
1445 2006-03-03 Borut Razem <borut.razem AT siol.net>
1446
1447         * support/regression/fwk/lib/testfwk.c,
1448           support/regression/fwk/include/testfwk.h: introduced function
1449           _prints(), nonrecursive _printn(), call _initEmu() from main()
1450         * support/regression/ports/gbz80/support.asm,
1451           support/regression/ports/ucz80/support.asm,
1452           support/regression/ports/z80/support.asm,
1453           support/regression/ports/ds390/support.c,
1454           support/regression/ports/hc08/support.c,
1455           support/regression/ports/host/support.c,
1456           support/regression/ports/mcs51/support.c,
1457           support/regression/ports/xa51/support.c: added empty _initEmu()
1458           function
1459         * support/regression/ports/pic16/gpsim.cmd,
1460           support/regression/ports/pic16/spec.mk,
1461           support/regression/ports/pic16/support.c,
1462           support/regression/Makefile.in: added pic16 regression test
1463
1464 2006-03-01 Raphael Neider <rneider AT web.de>
1465
1466         * src/pic16/gen.c (genPcall,pic16_derefPtr,genGenPointerGet,
1467           genConstPointerGet): use safe way of generating MOVFF to cover
1468             literals as well as registers, fixes bug #1440527
1469         * src/pic16/glue.c (pic16_printIvalBitFields): prevent NULL pointer
1470             dereference
1471           (pic16_printIvalUnion,pic16_isUnion): NEW, handle initialized unions
1472             more correctly, fixes bug #1232186
1473           (pic16_printIval): use pic16_printIvalUnion() for initialized unions
1474         * src/pic16/main.c (_pic16_linkEdit): reorder linker arguments to make
1475             gplink guess the correct processor in more cases, applied patch
1476             from Till Riedel attached to and fixing bug #1436552
1477
1478 2006-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1479
1480         * support/regression/tests/array.c: added, contains check for #1434401
1481         * src/mcs51/peeph.def: disabled 186.d as temporary fix for #1434401
1482
1483 2006-02-16 Maarten Brock <sourceforge.brock AT dse.nl>
1484
1485         * device/include/mcs51/at89s8253.h: new, thanks to Krzysztof Polomka
1486         * device/include/mcs51/at89S8252.h: fixed, thanks to Krzysztof Polomka
1487         * device/include/mcs51/c8051f326.h,
1488         * device/include/mcs51/c8051f340.h: new SiLabs mcu's
1489         * device/include/mcs51/c8051f000.h,
1490         * device/include/mcs51/c8051f018.h,
1491         * device/include/mcs51/c8051f020.h: used () with __at, renamed IDLE,STOP to
1492           PCON_IDLE,PCON_STOP and added sfr16 definitions
1493
1494 2006-02-14 Maarten Brock <sourceforge.brock AT dse.nl>
1495
1496         * src/mcs51/gen.c (genPlus, genMinus, genMult, genGetAbit, genGetByte,
1497           genGetWord): fixed bug 1409955
1498
1499 2006-02-14 Maarten Brock <sourceforge.brock AT dse.nl>
1500
1501         * device/include/hc08/mc68hc908gp32.h,
1502         * device/include/hc08/mc68hc908jb8.h: removed AWUL, added PTA6 & PTA7
1503
1504 2006-02-13 Maarten Brock <sourceforge.brock AT dse.nl>
1505
1506         * src/SDCCast.c (constExprValue): return NULL if not a value
1507         * src/SDCCglue.c (printIvalArray): fixed bug 1225568
1508         * src/hc08/gen.c(genUnpackBits, genUnpackBitsImmed): fixed bug 1019480
1509         * support/regression/tests/bitfields.c: enabled signed bitfield for all
1510
1511 2006-02-13 Borut Razem <borut.razem AT siol.net>
1512
1513         * src/regression/ptrarg.c: added, fails due to bug #1430967
1514         * src/regression/Makefile: ptrarg.c added, ...
1515
1516 2006-02-12 Maarten Brock <sourceforge.brock AT dse.nl>
1517
1518         * src/z80/gen.c (genUnpackBits): fixed bug 1019480
1519         * support/regression/tests/bitfields.c: enabled signed bitfield for z80
1520
1521 2006-02-11 Borut Razem <borut.razem AT siol.net>
1522
1523         * src/SDCCmain.c: Added "sdcc: Calling linker..." if --verbose,
1524           print "Processor: xxx" message to stdout only if --verbose
1525
1526 2006-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
1527
1528         * src/SDCCglue.c (printIvalStruct): fixed bug 1426356 union initializer
1529         * support/regression/tests/bug1426356.c: added
1530         * support/regression/tests/bitfields.c: removed 2 tests
1531
1532 2006-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
1533
1534         * device/include/mcs51/at89c51snd1c.h: updated comments, see patch 1428901
1535         * device/include/mcs51/c8051f330.h,
1536         * device/include/mcs51/c8051f350.h: used () with __at, renamed IDLE,STOP to
1537           PCON_IDLE,PCON_STOP and added sfr16 definitions
1538         * device/lib/_divsint.c,
1539         * device/lib/_divuint.c,
1540         * device/lib/_divulong.c,
1541         * device/lib/_divulong.c: renamed a,b to x,y to avoid confusion, fixed
1542           register bank bug for small stackauto
1543
1544 2006-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
1545
1546         * support/regression/fwk/lib/timeout.c: include <stdlib.h> for exit()
1547
1548 2006-02-08 Maarten Brock <sourceforge.brock AT dse.nl>
1549
1550         * support/regression/ports/mcs51-xstack-auto/spec.mk: forgot -I(...)/mcs51
1551         * all.dsp: corrected several bin paths
1552         * device/include/mcs51/c8051f120.h,
1553         * device/include/mcs51/c8051f300.h,
1554         * device/include/mcs51/c8051f310.h: used () with __at and renamed IDLE,STOP
1555           to PCON_IDLE,PCON_STOP
1556         * device/include/mcs51/c8051f320.h: see above, also added sfr16 definitions
1557         * device/lib/printf_large.c (output_float): fixed bug 1388703
1558         * support/regression/tests/bug1057979.c: added test for bug 1388703
1559
1560 2006-02-08 Raphael Neider <rneider AT web.de>
1561
1562         * src/pic/pcode.c (pciTRIS): fixed typo,
1563           (BuildFlow,LinkFlow_pCode): added (disabled) debug output,
1564           (LinkFlow): fixed handling of flows that end in a call,
1565           (ReuseReg): perform safety check earlier
1566         * src/pic/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed
1567             to work with flows at the beginning of a pBlock,
1568             fixes #1426557 (Symbol not previously defined),
1569           (pic14_ReMapLiveRanges): NEW, destroy and rebuild register
1570             usage information
1571           (RemoveUnusedRegisters): update register usage info
1572         * src/pic/ralloc.c (newReg): prevent duplicate registers from being
1573             created, reuse existing ones instead
1574         * src/pic/gen.c (genPcall): fixed #1424719
1575
1576 2006-02-07 Bernhard Held <bernhard AT bernhardheld.de>
1577
1578         * link/z80/lkmain.c,
1579         * link/z80/lklex.c,
1580         * link/z80/lkdata.c,
1581         * link/z80/aslink.h: fixed build on current cygwin:
1582         replaced getline() by lk_getline()
1583
1584 2006-02-01 Borut Razem <borut.razem AT siol.net>
1585
1586         * src/regression/add.c, src/regression/add2.c, src/regression/add3.c,
1587           src/regression/add4.c, src/regression/and1.c, src/regression/and2.c,
1588           src/regression/arrays.c, src/regression/b.c, src/regression/bank1.c,
1589           src/regression/bool1.c, src/regression/bool2.c,
1590           src/regression/bool3.c, src/regression/call1.c,
1591           src/regression/compare.c, src/regression/compare10.c,
1592           src/regression/compare2.c, src/regression/compare3.c,
1593           src/regression/compare4.c, src/regression/compare5.c,
1594           src/regression/compare6.c, src/regression/compare7.c,
1595           src/regression/compare8.c, src/regression/compare9.c,
1596           src/regression/configword.c, src/regression/for.c,
1597           src/regression/inline.c, src/regression/mult1.c,
1598           src/regression/nestfor.c, src/regression/or1.c,
1599           src/regression/pointer1.c, src/regression/ptrfunc.c,
1600           src/regression/rotate1.c, src/regression/rotate2.c,
1601           src/regression/rotate3.c, src/regression/rotate4.c,
1602           src/regression/rotate5.c, src/regression/rotate6.c,
1603           src/regression/rotate7.c, src/regression/string1.c,
1604           src/regression/struct1.c, src/regression/sub.c,
1605           src/regression/sub2.c, src/regression/switch1.c,
1606           src/regression/while.c, src/regression/xor.c,
1607           src/regression/create_stc, src/regression/simulate,
1608           src/regression/rt.sh, src/regression/Makefile: reenabled Scott's PIC14
1609           regression tests
1610         * src/regression/gpsim_assert.h: added
1611
1612 2006-01-28 Bernhard Held <bernhard AT bernhardheld.de>
1613
1614         * src/ds390/gen.c (unsaveRegisters): fixed literal function pointer
1615         ((void (code *) (void)) 0) ();
1616         * as/hc08/aslex.c,
1617         * as/hc08/aslink.h,
1618         * as/hc08/asm.h,
1619         * as/hc08/asmain.c,
1620         * as/hc08/lkdata.c,
1621         * as/hc08/lklex.c,
1622         * as/hc08/lkmain.c,
1623         * as/mcs51/aslex.c,
1624         * as/mcs51/aslink.h,
1625         * as/mcs51/asm.h,
1626         * as/mcs51/asmain.c,
1627         * as/mcs51/lkdata.c,
1628         * as/mcs51/lklex.c,
1629         * as/mcs51/lkmain.c,
1630         * as/z80/aslex.c,
1631         * as/z80/asm.h,
1632         * as/z80/asmain.c: fixed build on current cygwin:
1633         replaced getline() by as_getline()
1634
1635 2006-01-27 Bernhard Held <bernhard AT bernhardheld.de>
1636
1637         * src/SDCC.y: fixed bug #716242, exchanged pointer and function
1638         declarator in the symbol chain
1639         * src/SDCCsymt.h,
1640         * src/SDCCsymt.c (processFuncPtrArgs): added, removes "(void)"
1641         parameter list for function pointers
1642         * src/SDCCast.c (decorateType): added call of processFuncPtrArgs()
1643         * support/regression/tests/bug-716242.c: added
1644
1645 2006-01-20 Bernhard Held <bernhard AT bernhardheld.de>
1646
1647         * src/SDCCicode.c (geniCodeAdd, geniCodeArray): use char for array
1648         offset if possible
1649         * src/SDCCast.c (getLeftResultType): 255 fits in char, not 256
1650
1651 2006-01-18 Bernhard Held <bernhard AT bernhardheld.de>
1652
1653         * src/SDCCast.c (backPatchLabels): fixed bug #1408066: made it
1654         inifinitely recurseable, added static
1655         * support/regression/tests/bug-1408066.c: added
1656
1657 2006-01-17 Bernhard Held <bernhard AT bernhardheld.de>
1658
1659         * src/SDCCicode.h,
1660         * src/SDCCicode.c (newiTempPreheaderLabel, newiTempLoopHeaderLabel):
1661         renamed, added possibility to create "postLoopLbl"-labels
1662         * src/SDCCBBlock.c (iCodeBreakDown): renamed newiTempPreheaderLabel to
1663         newiTempLoopHeaderLabel
1664         * src/SDCCloop.c (newInduction, newRegion, backEdges, insertIntoLoop,
1665         isNotInBlocks, addToExitsMarkDepth, createLoop, dominatedBy,
1666         addDefInExprs, assignmentsToSym, isOperandInvariant, pointerAssigned,
1667         hasNonPtrUse, loopInvariants, addressTaken, findInduction,
1668         findDefInRegion, mergeRegions, ifMerged, mergeInnerLoops): made static,
1669         (pinduction, pregion, hasIncomingDefs, findLoopEndSeq): disabled,
1670         (basicInduction): fixed bug #136564, made static,
1671         (loopInduction): changed parameter of basicInduction, made static,
1672         (addPostLoopBlock): added
1673         * src/SDCCloop.h: removed backEdges, pregion, pinduction,
1674         loopOptimizations, addressTaken, findDefInRegion, hasIncomingDefs,
1675         findLoopEndSeq
1676         * support/regression/tests/bug-136564.c: added
1677         * support/regression/ports/mcs51-xstack-auto/spec.mk: added
1678         --std-sdcc99 to LIBSDCCFLAGS
1679
1680 2006-01-16 Bernhard Held <bernhard AT bernhardheld.de>
1681
1682         * src/SDCCicode.c (geniCodeIfx): fix bug 1406131: always false
1683         while loop
1684         * support/regression/tests/bug-1406131.c: added
1685
1686 2005-12-31 Bernhard Held <bernhard AT bernhardheld.de>
1687
1688         * src/SDCCast.c (decorateType): fix promotion of unary minus
1689         * src/SDCCsymt.c (computeType): beautified
1690         * src/SDCCval.c (cheapestVal): beautified, old non-Ansi version removed,
1691         (valUnaryPM, valComplement): fix sign and promotion,
1692         (valNot): ANSI: result type is int (SDCC: unsigned char)
1693         * support/regression/tests/uminus.c: speedup by removing superflous
1694         test case 'int'
1695         * support/regression/tests/onebyte.c: added promotion and signedness
1696         tests for unary minus
1697         * support/regressions/tests/bug-477927.c: disable warning about
1698         uninitialized variables
1699         * support/regression/tests/not.c: added
1700
1701 2005-12-28 Bernhard Held <bernhard AT bernhardheld.de>
1702
1703         * device/lib/Makefile.in: added --std-sdcc99 to CFLAGS
1704         * src/mcs51/gen.c (gen51Code): show final register usage after
1705         fillGaps in asm with --i-code-in-asm
1706         * src/SDCClrange.c (sequenceiCode, setLiveFrom, setLiveTo,
1707         markLiveRanges, markAlive, findNextUseSym, findNextUse, unvisitBlocks,
1708         incUsed, rliveClear, adjustIChain): made static,
1709         (setFromRange): excluded because it's unused,
1710         (findPrevUseSym, markWholeLoop): added,
1711         (findPrevUse): rewritten; fixes bug 895992; now a complete search
1712         through all branches of predecessors enables sdcc to emit the warning
1713         W_LOCAL_NOINIT, marking of outermost loop was incomplete,
1714         (rlivePoint): made static, added parameter emitWarnings which is only
1715         true during the first run out of two,
1716         (findRecursiveSucc, findRecursivePred): removed,
1717         (computeLiveRanges): made static, added parameter emitWarnings,
1718         (dumpIcRlive): added for debugging only
1719         * src/SDCClrange.h: added boolean parameter to computeLiveRanges(),
1720         removed prototype of setFromRange()
1721         * src/SDCCopt.c (eBBlockFromiCode): added new parameter emitWarnings
1722         in call of computeLiveRanges()
1723         * support/regression/tests/bug-895992.c: added
1724         * support/regression/tests/bug-971834.c: added
1725         * support/valdiag/tests/bug-895992.c: added
1726         * support/valdiag/tests/bug-971834.c: added
1727
1728 2005-12-18 Raphael Neider <rneider AT web.de>
1729
1730         * src/pic16/gen.c: added IS_DIRECT macro for "direct" operands,
1731           (genUnpackBits): improved code for direct operands,
1732           (genPackBits): improved code for literal assignment to bitfields
1733             and for direct destination operands (no FSR indirection),
1734             prevented redundant AND, fixes #1362800,
1735           (AccLsh): added parameter to disable masking of the result
1736         * src/pic16/pcode.c (pic16_safepCodeUnlink): fixed to work with
1737           skip instructions with side-effects (like incfsz),
1738           (pic16_pCodeIsAlive): suppress verbose output unless pcode_verbose,
1739         * src/pic16/pcoderegs.c (RemoveRegsFromSet): removed annoying warning
1740         * device/lib/pic16/Makefile.common.in: added --asm=@GPASM@ to CC,
1741           fixes #1375263
1742
1743 2005-12-11 Bernhard Held <bernhard AT bernhardheld.de>
1744
1745         * src/SDCCicode.c (geniCodeAssign): fixed bug 11369874, don't use
1746         volatile variables as spill location
1747
1748 2005-12-10 Bernhard Held <bernhard AT bernhardheld.de>
1749
1750         * src/SDCCcse.c (findCheaperOp): fixed bug 1376320, copy signedness to
1751         replacing literals
1752         * support/regression/tests/bug-1376320.c: added
1753
1754 2005-12-08 Raphael Neider <rneider AT web.de>
1755
1756         * src/pic/device.c: renamed is_shared to pic14_is_shared
1757         * src/pic/gen.c (genIfx): re-enabled handling of sbits
1758         * src/pic/glue.c (emitSymbolToFile): added workaround for sbits,
1759           (is_valid_identifier): added for above workaround
1760
1761 2005-12-07 Maarten Brock <sourceforge.brock AT dse.nl>
1762
1763         * device/lib/Makefile.in: fixed to enable port-specific-objects
1764         * device/lib/ds390/i2c390.c (BitOutI2C): optimized by making bout unsigned
1765           char, thanks Hubert Sack
1766         * doc/sdccman.lyx: documented --xstack-loc,
1767           elaborated a bit more on interrupts and pitfalls,
1768           removed "setjmp/longjmp unsupported",
1769           documented some unsupported C99 features
1770         * src/SDCCmain.c (linkEdit): adapted default lib path for --stack-auto
1771         * src/SDCCpeeph.c (readRules): inserted patch 1367130 for finding missing
1772           if, thanks Hubert Sack
1773         * src/mcs51/gen.c (genEndFunction): enabled "pop psw" for regbank 0 isr
1774         * support/regression/Makefile.in: test-mcs51-stack-auto no longer needs to
1775           make make_library
1776         * support/regression/get_ticks.py: new, get cpu cycles and code size, so
1777           regression tests can report resource usage (rfe 700441)
1778         * support/regression/collate-results.py: report resource usage
1779         * support/regression/ports/ds390/spec.mk,
1780         * support/regression/ports/hc08/spec.mk,
1781         * support/regression/ports/mcs51/spec.mk,
1782         * support/regression/ports/ucz80/spec.mk: run sim output through get_ticks
1783         * support/regression/ports/ds390/uCsim.cmd,
1784         * support/regression/ports/hc08/uCsim.cmd,
1785         * support/regression/ports/mcs51/uCsim.cmd,
1786         * support/regression/ports/ucz80/uCsim.cmd: inserted "state" to report time
1787         * support/regression/ports/mcs51-stack-auto/spec.mk: no need to build the
1788           library, use the default one
1789         * support/regression/ports/mcs51-xstack-auto/spec.mk: inserted rules for
1790           building the library
1791
1792 2005-12-06 Maarten Brock <sourceforge.brock AT dse.nl>
1793
1794         * config.dsp: added dependency on .version and configure_vc.awk
1795         * device/include/setjmp.h: updated for --stack-auto and --xstack
1796         * device/include/mcs51/at89c51snd1c.h: corrected line endings
1797         * device/include/mcs51/XC866.h: added, thanks Llewellyn van Zyl
1798         * device/lib/_setjmp.c: updated for --stack-auto and --xstack
1799         * device/lib/libsdcc.lib: added _setjmp
1800         * src/SDCCast.c (createIvalCharPtr): fixed warnings,
1801           (decorateType): fixed bug 1372851,
1802           (optimizeGetHbit): fixed warning
1803         * src/SDCCglue.c (printIvalChar, printIvalArray): adapted for flexible
1804           array initialisation
1805         * support/regression/tests/bug1057979.c: added test for bug 1358192
1806         * support/regression/tests/setjmp.c: added, test for setjmp/longjmp
1807
1808 2005-12-03 Borut Razem <borut.razem AT siol.net>
1809
1810         * support/scripts/sdcc.nsi: added /SOLID option to "SetCompressor lzma"
1811           command since the NSIS was upgraded to version 2.11 on CF x86-linux2
1812
1813 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
1814
1815         * src/SDCCast.c (createIvalStruct, createIvalArray, createIvalPtr,
1816         createIval): implement symbol independant "flexible array member",
1817         (createIvalCharPtr): implemented flexible array initialisation with a
1818         string
1819         * src/SDCCsymt.c (copyStruct): removed,
1820         (getSize): fixed misleading comment,
1821         (getAllocSize): removed, the additional allocation size is now in
1822         sym->flexArrayLength,
1823         (checkStructFlexArray): new, syntax checks for flexible array members,
1824         (compStructSize): added syntax checks for "flexible array members"
1825         (copyStruct): removed,
1826         (copyLinkChain): removed inefficient fix for bug 770487
1827         * src/SDCCglue.c (emitRegularMap): getAllocSize has been removed
1828         * src/SDCCsymt.h: added structdef.b_flexArrayMember and
1829         symbol->flexArrayLength
1830         * src/SDCCerr.c,
1831         * src/SDCCerr.h: added W_INVALID_FLEXARRAY, W_C89_NO_FLEXARRAY,
1832         E_FLEXARRAY_NOTATEND and E_FLEXARRAY_INEMPTYSTRCT
1833         * support/regression/tests/structflexarray.c: added
1834         * support/valdiag/tests/structflexiblearray.c: added
1835
1836 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
1837
1838         * src/SDCCast.c (decorateType): fixed bug 1368489
1839         * support/Util/SDCCerr.c,
1840         * support/Util/SDCCerr.h: added warning W_CMP_SU_CHAR
1841
1842 2005-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1843
1844         * device/include/mcs51/at89c51snd1c.h: added file submitted by
1845           Weston T. Schmidt <schmidtw AT users.sourceforge.net>, patch #1368001
1846
1847 2005-11-27 Borut Razem <borut.razem AT siol.net>
1848
1849         * support/cpp2/cppinit.c, support/cpp2/cpplib.h, support/cpp2/mkdeps.c,
1850           support/cpp2/mkdeps.h: added command line option
1851           -obj-ext=<extension> to SDCPP to define object file externion, used
1852           for generation of make dependencies (-M)
1853         * src/SDCCmain.c: pass -obj-ext=<extension> to SDCPP
1854
1855 2005-11-26 Borut Razem <borut.razem AT siol.net>
1856
1857         * support/scripts/sdcc.nsi: added small-stack-auto libraries,
1858           added missing device/lib/mcs51/crt*.asm, pic and pic16 sources,
1859           added pic and pic16 libraries
1860
1861 2005-11-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1862
1863         * device/include/float.h: Corrected typo in prototype of __fsgt
1864
1865 2005-11-25 Borut Razem <borut.razem AT siol.net>
1866
1867         * sdcc/device/lib/Makefile.in, sdcc/device/lib/incl.mk:
1868           added creation of model-mcs51-stack-auto libraries
1869
1870 2005-11-24 Bernhard Held <bernhard AT bernhardheld.de>
1871
1872         * src/SDCCsymt.c (copyLinkChain): fixed bug 770487, copy structdef
1873         and fields-list too
1874         * src/SDCCast.c (createIvalArray): removed obsolete comment
1875
1876 2005-11-24 Borut Razem <borut.razem AT siol.net>
1877
1878         * sdcc/device/lib/Makefile.in: remove all unnecessary files, 2nd try...,
1879           added missing device/lib/mcs51/crt*.asm sources
1880
1881 2005-11-23 Bernhard Held <bernhard AT bernhardheld.de>
1882
1883         * src/SDCCast.c (createIvalCharPtr): fixed bug 1348271
1884
1885 2005-11-22 Maarten Brock <sourceforge.brock AT dse.nl>
1886
1887         * device/lib/_fs2schar.c,
1888         * device/lib/_fs2sint.c,
1889         * device/lib/_fs2slong.c: optimized inline asm
1890
1891 2005-11-21 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1892
1893         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
1894           Better handling of floats between -1.0 and 0.0.
1895
1896 2005-11-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1897
1898         * src/mcs51/peeph.def: added missing "if"s as noted by Hubert Sack.
1899           (the missing "if"s prohibited removal of redundant labels)
1900
1901 2005-11-19 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1902
1903         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
1904           Properly convert floats between -1.0 and 0.0 to long, int, and char
1905           types (max integer value of negative floats tends to zero).
1906         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
1907           Removed changes made so to work properly with floats between
1908           -1.0 and 0.0, as the problem is fixed in _fs2slong.c, _fs2sint.c,
1909           and _fs2char.c
1910
1911 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
1912
1913         * src/SDCCcse.c (ReplaceOpWithCheaperOp): minor fix for debugging only
1914         * src/mcs51/gen.c (genUnpackBits): better code and a fix,
1915         (genCast) cosmetic change
1916         * src/ds390/gen.c (genUnpackBits, ): ported from mcs51
1917         * src/ds390/ralloc.c (packRegsForAssign): ported fix for bitfields
1918         from mcs51
1919         * support/regression/tests/bitfields (testSignedBitfields): added
1920
1921 2005-11-18 Borut Razem <borut.razem AT siol.net>
1922
1923         * sdcc/device/lib/Makefile.in: remove all unnecessary files
1924         * device/lib/pic/Makefile.rules, device/lib/pic16/Makefile.subdir:
1925           introduced SILENT option to make building of pic16 libraries less
1926
1927 2005-11-18 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1928
1929         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
1930           Now they work properly with floats between -1.0 and 0.0
1931         * device/lib/printf_large.c: Removed temporary patch for bug 1358192
1932
1933 2005-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
1934
1935         * src/SDCCicode.c (printOperand): added missing else
1936
1937 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
1938
1939         * src/SDCCsymt.c (computeType): fixed bug 1358192: added missing else,
1940         reformatted for better readability
1941         * src/mcs51/gen.c (genUnpackBits): initial, incomplete support for
1942         signed bitfields
1943
1944 2005-11-17 Borut Razem <borut.razem AT siol.net>
1945
1946         * device/lib/pic16/Makefile.rules, device/lib/pic16/Makefile.subdir:
1947           introduced SILENT option to make building of pic16 libraries less
1948           verbose - used for nightly snapshot build
1949         * doc/sdccman.lyx: documented that SDCDB and ucSim are currently not
1950           available on Win32 platforms.
1951         * sdcc/device/lib/Makefile.in: added library sources for mcs51, small,
1952           medium, large, pic and pic16
1953
1954 2005-11-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1955
1956         * device/lib/printf_large.c: Temporary patch for bug 1358192:
1957           printf("%f"...) sets fraction to zero.
1958
1959 2005-11-16 Raphael Neider <rneider AT web.de>
1960
1961         * src/pic/pcode.c (LinkFlow): handle empty flows correctly,
1962           fixes #1357221
1963         * src/pic/gen.c (genIfx): implemented for CARRY bit
1964         * src/pic16/gen.c (genAssign,genCast): fixed assigning/casting
1965           to generic pointers, fixes #1357332,
1966           (pic16_movLit2f): NEW,
1967           (pic16_storeForReturn,genDataPointerSet): use pic16_movLit2f
1968
1969 2005-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
1970
1971         * src/SDCCmain.c (parseCmdLine): fixed bug 1356800, thanks rsudjian
1972
1973 2005-11-11 Raphael Neider <rneider AT web.de>
1974
1975         * src/pic/gen.c: handle FPOINTERS like POINTERS everywhere
1976         * src/pic16/gen.c (pic16_derefPtr): now works for non-pointers as well,
1977           compute pointer's type from operand,
1978           (genUnpackBits,genPackBits): handle FPOINTERS correctly, re-indented,
1979           improved single bit reads, fixes bug #1353379
1980
1981 2005-11-09 Borut Razem <borut.razem AT siol.net>
1982
1983         * support/scripts/sdcc.nsi: added lib/pic to the package
1984
1985 2005-11-08 Maarten Brock <sourceforge.brock AT dse.nl>
1986
1987         * src/SDCCval.c (valUnaryPM): fixed bug 1350699
1988
1989 2005-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
1990
1991         * support/regression/tests/bug1348008.c: added
1992         * src/mcs51/gen.c (saveRBank, unsaveRBank): fixed bug 1348008
1993         * support/regression/tests/bug1337835.c: updated comment
1994
1995 2005-11-06 Borut Razem <borut.razem AT siol.net>
1996
1997         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
1998           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
1999           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
2000           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
2001           sim/ucsim/cmd.src/set.cc, sim/ucsim/cmd.src/show.cc:
2002           dynamic construction of cl_error_class and derivates - 2.nd try
2003
2004 2005-11-05 Borut Razem <borut.razem AT siol.net>
2005
2006         * sim/ucsim/sim.src/error.cc: fixed uninitialized class member variable
2007           bug, which caused Bus Errors on sparc solaris
2008
2009 2005-11-04 Borut Razem <borut.razem AT siol.net>
2010
2011         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
2012           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
2013           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
2014           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
2015           sim/ucsim/cmd.src/cmdconf.cc: dynamic construction of cl_error_class
2016           and derivates to resolve the initialization problem on OSX
2017
2018 2005-11-02 Borut Razem <borut.razem AT siol.net>
2019
2020         * sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
2021           corrected typo - #include <winsock2.h>
2022
2023 2005-11-02 Maarten Brock <sourceforge.brock AT dse.nl>
2024
2025         * src/asm.c (printILine): always close tmpFile, thanks Beau E. Cox,
2026           (_asxxxx_mapping): added org directive for future enhancements
2027
2028 2005-11-01 Borut Razem <borut.razem AT siol.net>
2029
2030         * sim/ucsim/app.cc, sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
2031           enabled sockets on WIN32
2032         * sim/ucsim/cmd.src/newcmd.cc: fixed bug with uninitialized variables
2033
2034 2005-10-31 Borut Razem <borut.razem AT siol.net>
2035
2036         * support/regression/generate-cases.py: escape backslashes in {testcase}:
2037           WIN32 backslash path delimiters should be escaped when used in C strings
2038         * support/regression/tests/bitfields.c: exclude failing assertions for
2039           __CYGWIN32__ and __MINGW32__ hosts
2040
2041 2005-10-30 Borut Razem <borut.razem AT siol.net>
2042
2043         * src/SDCCutil.c: corrected double comparison typo
2044
2045 2005-10-30 Maarten Brock <sourceforge.brock AT dse.nl>
2046
2047         * device/lib/medium/Makefile: added for new memory model medium
2048         * device/include/asm/mcs51/features.h: updated for medium/pdata
2049         * device/include/mcs51/c8051f120.h: added sfr16/sfr32 definitions,
2050           added Multiply & Accumulate sbit's and MAC0_PAGE define
2051         * device/include/mcs51/c8051f300.h: added sfr16 definitions
2052         * device/include/mcs51/c8051f310.h: added sfr16 definitions
2053         * device/lib/_mullong.c: update for medium model
2054         * device/lib/incl.mk: added medium model
2055         * doc/sdccman.lyx: documented medium model
2056         * src/SDCCast.c (isBitAndPow2): simplified using updated powof2
2057         * src/SDCCicode.c (geniCodeMultiply, geniCodeDivision): use updated powof2
2058         * src/SDCCmain.c (optionsTable, linkEdit): enabled medium model
2059         * src/SDCCmem.c (allocIntoSeg): set iaccess for pdata symbols,
2060           (allocParms): set SCLS and OCLS to pdata for medium model
2061         * src/SDCCsymt.c (processFuncArgs): use default_local_map and set iaccess
2062           for pdata,
2063           (powof2): return <0 if not power of 2
2064         * src/avr/gen.c (genBitWise): use updated powof2
2065         * src/mcs51/gen.c (genMinusDec): use acc if necessary,
2066           (shiftR2Left2Result): small optimization in setup, save acc when storing,
2067           (shiftLLeftOrResult): use B if necessary
2068         * src/mcs51/main.c (_mcs51_finaliseOptions, mcs51_port): added medium model
2069         * src/mcs51/peeph.def: renamed 226 to 226.b, added 226.a
2070         * src/pic/main.c (_pic14_do_link): made void parameter list explicit
2071         * support/regression/Makefile.in: added test-mcs51-medium
2072         * support/regression/ports/mcs51-medium/spec.mk: added to test medium model
2073
2074 2005-10-28 Bernhard Held <bernhard AT bernhardheld.de>
2075
2076         * src/SDCCsymt.c (compStructSize): make bitfields without (un)signed
2077         specifier unsigned
2078         * device/lib/time.c (mktime): fixed bug 1334315
2079
2080 2005-10-28 Raphael Neider <rneider AT web.de>
2081
2082         * device/include/pic/p16f_common.inc: added common declarations
2083         * src/pic/ralloc.c (initStack): moved regs *r to block start for Alpha
2084
2085 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
2086
2087         * src/mcs51/gen.c (getTempRegs): return 0 if not enough registers found,
2088           (aopPutUsesAcc): added to predict accumulator use,
2089           (assignResultValue): save acc if necessary,
2090           (genMinusDec): store result if indirectly addressed,
2091           (genDivOneByte):  save acc if necessary,
2092           (movLeft2Result): bugfix if left already in acc,
2093           (genAnd, genOr, genXor, shiftL2Left2Result, shiftR2Left2Result): pay more
2094             attention to accumulator use (esp. pdata),
2095           (genReceive): receive pdata correctly
2096         * src/SDCCicode.c (isOperandInPagedSpace): added to detect pdata operands
2097         * src/SDCCicode.h: added isOperandInPagedSpace prototype
2098
2099 2005-10-27 Raphael Neider <rneider AT web.de>
2100
2101         * doc/sdccman.lyx: corrected version (should be 2.5.4 not 2.5.5)
2102
2103 2005-10-27 Raphael Neider <rneider AT web.de>
2104
2105         * .version: changed version to 2.5.4
2106         * doc/sdccman.lyx: changed version to 2.5.4, added some remarks to PIC14
2107         * device/lib/pic/libsdcc/{_mulint.c,_mullong.c}: use unsigned literals,
2108           (_divschar.c,divuchar.c,_mulchar.c,_modschar.c,_moduchar): NEW,
2109             arithmetics support routines
2110         * device/lib/pic/Makefile.rules: have assembler sources preprocessed
2111         * device/lib/Makefile.in: also create installdir for pic
2112
2113         * src/SDCCopt.c (cnvToFcall): mark support routines `extern' for
2114           pic14 port as well
2115         * src/pic/device.c (dump_sfr): rewritten to delegate register
2116           placement to the linker (use `extern sym' rather than sym EQU addr),
2117           (validAddress): fixed to check last specified address
2118         * src/pic/gen.c (aopForSym): added code to deal with array (useless?),
2119           (popGetLit): truncate literal value to 8 bit,
2120           (popGet): moved assert to more appropriate place
2121           (popGetExternal): create pCode operand from and mark the according
2122             symbol as being `extern'
2123           (popGetAddr): added sanity check on immediate's offset, provide
2124             GPOINTER tag on demand
2125           (aopPut): fixed for immediates,
2126           (mov2w_op): move operand's address or contents to WREG (depending on
2127             operand type), safer variant of mov2w,
2128           (movwf,call_libraryfunc): NEW, handy abbreviations,
2129           (get_argument_pcop,get_return_val_pcop,pass_argument,
2130           get_returnvalue): interface for accessing function parameters and
2131             return values,
2132           (assignResultValuei,genRet): use new parameter/return value interface
2133           (pic14_getDataSize): back to old version handling generic pointers,
2134           (pic14_toBoolean,genNot,genCpl,genCmpEq,genOrOp): heavily rewritten,
2135             provided implementation and/or fixed old one,
2136           (genMultOneByte,genDivOneByte,genModOneByte): implemented as library
2137             calls, removed legacy 8051 reference code
2138           (AccLsh,AccRsh): rewritten and fixed to deal with signed operands
2139           (loadSignToC): NEW, move the operands sign bit to CARRY,
2140           (genGenericShift): NEW, replaces genLeftShift, genRightShift and
2141             genRightShiftSigned, accepts negative shift counts,
2142           (setup_fsr): load FSR and adjust IRP (indirect memory access),
2143           (emitPtrByteGet,emitPtrByteSet): rewritten, now works with
2144             generic pointers, __data pointers and __code pointers,
2145           (genUnpackBits,genPackBits): rewritten to work with generic pointers
2146             and signed bitfields, limit bitfields to 8 bit,
2147           (genDataPointerGet): fixed number of bytes read,
2148           (genGenPointerGet,genConstPointerGet): fixed bitfield access,
2149           (genPointerGet,genPointerSet): fixed handling of __code pointers,
2150             pointers to constant data are no longer assumed to point to __code
2151             space, removed invalid pointer types,
2152           (bitpatternFromVal): retrieve the PICs representation of an integer
2153             or float literal,
2154           (genDataPointerSet): fixed assigning to po_immediate operands,
2155           (genGenPointerSet): implemented as library call,
2156           (genIfx): fixed incorrect condition,
2157           (genAddrOf): limit generic pointers' addresses to 2 bytes,
2158             provide GPOINTER tag according to destination's storage class,
2159           (genCast): added code to handle casting to generic pointers, added
2160             sign-/zero extension of the result
2161           (aop_isLitLike,op_isLitLike): fixed handling of immediates
2162         * src/pic/gen.h: added macros to access IRP bit in STATUS register
2163         * src/pic/genarith.c (genAddLit): use min(result's,left's) size, sign
2164           extend the result
2165         * src/pic/glue.c (is_shared_address,is_shared): check whether a given
2166           address/register resides in the shared banks
2167           (emitSymbolToFile): improved to handle global and `pinned' symbols,
2168             put all variables into separate sections (have the linker arrange
2169             them)
2170           (picglue): put init code and interrupt handlers in separate sections
2171         * src/pic/main.c: added port specific options table, modified to PORT
2172           structure to make GPOINTERs 3 byte, added pic14_options
2173           (_pic14_do_link): private linking routine (update paths to libraries,
2174             add libsdcc.lib by default)
2175         * src/pic/main.h: declare pic14_options
2176         * src/pic/pcode.c: fixed instructions i/o relations,
2177           (RegCond): reverted to correct version,
2178           (newpCodeOpLit): truncate literals to 8 bit,
2179           (genericPrint): added debug output,
2180           (getRegFromInstruction): fixed for various operand types, simplified
2181           (BuildFlow): fixed broken handling of isntructions with labels
2182           (LinkFlow): start at last instruction in flow (skip trailing comments),
2183             pass the flow on to the next instruction after CALL
2184           (pCodeReplace): NEW, replace a pCode and move meta data to the new one
2185           (insertPCodeInstruction): fixed inserting after a skip instruction,
2186           (DoBankSelect): fixed for labeled instructions
2187           (OptimizepBlock): honor --nopeep switch
2188           (AnalyzeFlow,ReuseReg): prevent crash on source files with no function
2189         * src/pic/pcodepeep.c (pCodePeepMatchRule): prevent NULL pointer accesses
2190         * src/pic/pcoderegs.c (regIsLocal): NEW, check visibility of a register
2191           (pCodeOptime2pCodes): allow disabling this optimization via
2192             --no-pcode-opt due seldomly occuring bugs, fixed some conditions
2193             but is still buggy), started implementation of a dataflow based
2194             pCode optimization (CSE + dead code elimination)
2195           (pCodeRegMapLiveRangesInFlow): removed bogus inCond
2196         * src/pic/ralloc.c (initStack): renamed stack registers to STK%d, the new
2197           names are independant of the stack location and therefore portable across
2198           devices
2199
2200 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
2201
2202         * src/mcs51/ralloc.c (bitType): added to detect bit variables,
2203           (selectSpil): fixed bug 1337835 by not spilling bit variables
2204         * support/regression/tests/bug1337835.c: added test for this bug
2205         * src/mcs51/peeph.def: restart after rule 3.c,
2206           addded rules 263.x to optimize loading constants
2207
2208 2005-10-26 Raphael Neider <rneider AT web.de>
2209
2210         * src/SDCCsymt.c (compStructSize): allow signed bitfields for PIC ports
2211         * src/pic16/gen.c (genUnpackBits): support signed bitfields,
2212           (genAssign): emit warning when casting literals to generic pointer
2213             type, also applies when taking the address of a fixed variable,
2214           (genCast): improved casting to generic pointers
2215         * src/pic16/glue.c (pic16emitStaticSeg): fixed(?) handling of fixed
2216           extern variables, added verbose error message
2217         * device/include/pic16/{string.h,errno.h}: added #pragma library c
2218
2219 2005-10-26 Bernhard Held <bernhard AT bernhardheld.de>
2220
2221         * src/mcs51/gen.c (genMinus): fixed bug 1270906: reverse subtraction,
2222         carry must be complemented too
2223         * src/mcs51/peeph.def: addded rule 262 to remove double cpl c, which
2224         could be emitted by genMinus
2225         * src/SDCCval.c (constVal): fixed bug 1305065
2226
2227 2005-10-25 Bernhard Held <bernhard AT bernhardheld.de>
2228
2229         * src/SDCCast.c (addCast): added promotion for bit variables
2230         (decorateType): emit W_COMPLEMENT before the problem vanishes behind
2231         promotion casts + optimisation
2232         (optimizeGetWord): fix warning 'i' might be used uninitialized
2233         * src/mcs51/gen.c (genCpl): removed W_COMPLEMENT
2234         * src/ds390/gen.c (genCpl): removed W_COMPLEMENT
2235
2236 2005-10-24 Bernhard Held <bernhard AT bernhardheld.de>
2237
2238         * src/SDCCicode.c (ast2iCode): reverted to 1.224 because of regression:
2239         all chars are promoted to int; promotion should be handled in SDCCast.c
2240
2241 2005-10-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2242
2243         * device/lib/_strcmp.c: Fixed bug 1326457
2244
2245 2005-10-11 Raphael Neider <rneider AT web.de>
2246
2247         * device/lib/pic16/libio/i2c.ignore: added 1320, fixes broken builds
2248         * device/lib/pic16/libdev/pic18f1320.c: added 1320's device library
2249
2250 2005-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
2251
2252         * src/SDCC.y (AT): fixed bug with sfr32 addresses when built with GCC
2253         * support/regression/tests/sfr16.c: added test for the sfr32 bug
2254
2255 2005-10-04 Raphael Neider <rneider AT web.de>
2256
2257         * device/include/pic16/pic18fregs.h, src/pic16/devices.inc,
2258           device/lib/pic16/pics.all: added pic18f1320
2259         * src/pic16/pcode.c (mnem2key): fixed prototype's argument mismatch
2260
2261 2005-09-30 Raphael Neider <rneider AT web.de>
2262
2263         * src/pic16/device.c (Pics16[]): moved device descriptions to devices.inc
2264         * src/pic16/devices.inc: NEW, provides device descriptions
2265         * src/pic16/gen.c (genInline): fixed handling of ';'-comments
2266
2267 2005-09-26 Maarten Brock <sourceforge.brock AT dse.nl>
2268
2269         * src/SDCCicode.c (operandOperation): added GETABIT, GETBYTE, GETWORD and
2270           GETHBIT
2271
2272 2005-09-25 Maarten Brock <sourceforge.brock AT dse.nl>
2273
2274         * doc/sdccman.lyx: updated Highest Order Bit documentation,
2275           documented Any Order Bit, Higher Order Byte and Higher Order Word
2276         * src/SDCC.y: added tokens GETABIT, GETBYTE, GETWORD
2277         * src/SDCCast.c (optimizeGetHbit): updated to also accept bool=expr&(1<<n),
2278           (optimizeGetAbit): new, to get any bit, not only the high bit,
2279           (optimizeGetByte): new, to get a byte from a (long) int: expr>>(8*n),
2280           (optimizeGetWord): new, to get a word from a long int: expr>>(8*n),
2281           (isConformingBody): also check GETABIT, GETBYTE, GETWORD,
2282           (decorateType): '&': also try GETABIT, GETBYTE, GETWORD optimization,
2283             RIGHT_OP: also try GETBYTE, GETWORD optimization,
2284             GETABIT, GETBYTE, GETWORD: decorate them,
2285           (isShiftRightLitVal, isBitAndPowOf2): new helper functions,
2286           (ast_print): added GETABIT, GETBYTE, GETWORD
2287         * src/SDCCcse.c (isSignedOp): added GETABIT, GETBYTE, GETWORD
2288         * src/SDCCicode.c (codeTable): added GETABIT, GETBYTE, GETWORD,
2289           (geniCodeBinary): new generic binary icode,
2290           (ast2iCode): added GETABIT, GETBYTE, GETWORD
2291         * src/port.h: updated comment for PORT.hasExtBitOp
2292         * src/mcs51/gen.c (genGetAbit): new, to get any single bit,
2293           (genGetByte): new, to get a single byte,
2294           (genGetWord): new, to get a word from a long,
2295           (gen51Code): added GETABIT, GETBYTE, GETWORD
2296         * src/mcs51/main.c (hasExtBitOp): added GETABIT, GETBYTE, GETWORD
2297
2298 2005-09-23 Raphael Neider <rneider AT web.de>
2299
2300         * configure.in, configure: have device/lib/pic configured
2301         * device/lib/Makefile.in: added model-pic14
2302         * device/lib/clean.mk: added pic/ to clean rule
2303         * device/lib/pic: added rudimentary pic14 library providing support
2304           functions for multiplication/division/generic pointer access
2305         * src/SDCCopt.c (convilong): mark support functions as extern
2306           for pic14 port as well
2307         * src/pic/gen.c (genMult): added assertions,
2308           (genpic14Code): emit warning on unhandled iCodes
2309         * src/pic/main.c (_hasNativeMulFor): return true only for 8x8 bit
2310         * src/pic/pcode.c (pCodeOpCopy),
2311         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed handling of various
2312           pCodeOpReg-subtypes (PO_{STATUS,INTCON,PCL,PCLATH,PCLATU,BSR,
2313           SFR_REGISTER}), made safe for future extensions
2314         * src/pic16/pcode.c (pic16_safepCodeUnlink): allow for removal of
2315           instructions even if preceeded by SKIP instructions (also remove
2316           them); removed unused code
2317         * src/pic16/pcode.h: added arg2 to pCodeOpLit to match pCodeOpLit2,
2318           prevents leaving parts of the structure uninitialized after copying
2319
2320 2005-09-22 Maarten Brock <sourceforge.brock AT dse.nl>
2321
2322         * src/mcs51/gen.c (genMinus): fix for undetected bug introduced 3 months
2323           ago by me
2324         * support/regression/tests/addsub.c: added test for the bug
2325
2326 2005-09-21 Raphael Neider <rneider AT web.de>
2327
2328         * device/include/pic16/pic18f1220.h,
2329           device/lib/pic16/libdev/pic18f1220.c: added ECCPAS sfr and bitfield
2330         * device/lib/pic16/Makefile.rules: added missing opening paren
2331         * src/pic16/gen.c (pic16_genNot,pic16_genCpl): removed as these
2332           are provided in genutils.c,
2333           (genUminusFloat,genUminus,genCmpEq): added asserts on different
2334           operand/result sizes,
2335           (genCmp): assert on NULL pointers first, then check deref'ed values
2336         * src/pic16/genutils.c (pic16_genCpl): fixed for different operand/
2337           result size
2338
2339 2005-09-18 Raphael Neider <rneider AT web.de>
2340
2341         * src/pic16/gen.c (genFarPointerGet,genFarPointerSet): removed
2342           as these are now unused,
2343           (genPointerGet,genPointerSet): handle FPOINTERs like POINTERs
2344         * src/pic16/pcode.c (pic16_symIsSpecial): assume REG_TMPs to be
2345           local, avoids uninitialized pointer dereference on r->name
2346         * src/pic16/ralloc.c (newReg): fixed indentation
2347
2348 2005-09-13 Maarten Brock <sourceforge.brock AT dse.nl>
2349
2350         * src/SDCCval.c (constVal): fixed bug 730366
2351         * support/Util/SDCCerr.c,
2352         * support/Util/SDCCerr.h: added warning W_INVALID_INT_CONST
2353
2354 2005-09-10 Maarten Brock <sourceforge.brock AT dse.nl>
2355
2356         * as/mcs51/lkmem.c (summary2): fixed report for absolute areas (bug 1210220)
2357
2358 2005-09-09 Maarten Brock <sourceforge.brock AT dse.nl>
2359
2360         * src/mcs51/peeph.def (241.x): fixed bug when comparing generic pointers
2361
2362 2005-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
2363
2364         * as/hc08/lkaomf51.c (OutputName): made name unsigned char,
2365           (hex2dec): made hex_digit unsigned char, removed ascii dependance
2366         * as/mcs51/lkaomf51.c (OutputName): made name unsigned char,
2367           (hex2dec): made hex_digit unsigned char, removed ascii dependance
2368         * as/mcs51/lkarea.c (lnkarea2): sort absolute areas to the front
2369         * packihx/packihx.c (hexDigit): made c unsigned char
2370         * as/mcs51/lklibr.c (fndsym),
2371         * link/z80/lkgb.c (gb),
2372         * link/z80/lklibr.c (fndsym),
2373         * link/z80/lkrloc.c (relr),
2374         * sim/ucsim/libltdl/ltdl.c (load_deplibs, try_dlopen),
2375         * src/SDCC.lex (checkCurrFile, process_pragma),
2376         * src/SDCCglue.c (spacesToUnderscores),
2377         * src/SDCCmain.c (setParseWithComma, processFile),
2378         * src/asm.c (tvsprintf, printCLine),
2379         * src/avr/gen.c (emitcode, aopPut),
2380         * src/ds390/gen.c (emitcode),
2381         * src/hc08/gen.c (emitcode, emitinline),
2382         * src/mcs51/gen.c (emitcode, genInline),
2383         * src/pic/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
2384           tokenizeLineNode),
2385         * src/pic/ralloc.c (debugLog),
2386         * src/pic16/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
2387           tokenizeLineNode),
2388         * src/pic16/ralloc.c (debugLog),
2389         * src/z80/main.c (_process_pragma):
2390            made all ctype.h function calls safe
2391         * src/SDCCopt.c: include math.h for fabs
2392         * src/SDCCpeeph.c: added macros ISCHARDIGIT, ISCHARSPACE and ISCHARALNUM
2393           and used them throughout the code to make ctype.h function calls safe
2394         * src/ds390/main.c (asmLineNodeFromLineNode),
2395         * src/mcs51/main.c (asmLineNodeFromLineNode): made p unsigned char*
2396         * src/pic/gen.c (DEBUGpic14_emitcode, pic14_emitcode): made lbp
2397            unsigned char*
2398         * src/pic/pcode.c (mnem2key): made mnem unsigned char*,
2399           (newpCodeAsmDir): made ctype.h function calls safe
2400         * src/pic16/gen.c (pic16_emitpcomment, DEBUGpic16_emitcode,
2401           pic16_emitcode):  made lbp unsigned char*
2402         * src/pic16/pcode.c (mnem2key): made mnem unsigned char*,
2403           (pic16_newpCodeAsmDir): made ctype.h function calls safe
2404         * src/xa51/gen.c (emitcode),
2405         * src/z80/gen.c (_emit2): made lbp unsigned char*
2406         * support/Util/MySystem.c (split_command): made cmd_line and p unsigned
2407            char*
2408
2409 2005-09-05 Raphael Neider <rneider AT web.de>
2410
2411         * src/pic16/ralloc.c (pic16_allocDirReg): use device specific
2412           access bank splitpoint
2413
2414 2005-09-05 Raphael Neider <rneider AT web.de>
2415
2416         * device/lib/pic16/libc/Makefile: added (missing) string to SUBDIRS
2417
2418 2005-09-03 Maarten Brock <sourceforge.brock AT dse.nl>
2419
2420         * .version: changed to version 2.5.3
2421         * doc/sdccman.lyx: changed version to 2.5.3,
2422           documented --codeseg and --constseg and pragma codeseg and constseg,
2423           documented bit parameters (reentrant) and bit returning
2424         * src/SDCCicode.c (geniCodeReceive): fixed (possible) bug generating
2425            currFunc->recvSize, but is this ok for all ports?
2426           (ast2iCode): result of ~ on unsigned char must be cast to int for
2427            bool to work
2428         * src/SDCCmem.c (allocGlobal, allocLocal): don't put bit returning
2429           function pointers in bit space
2430         * src/SDCCsymt.c (checkSClass): allow bit returning function pointers,
2431           (processFuncArgs): call port.reg_parm() with reentrancy info
2432         * src/port.h,
2433         * src/avr/main.c,
2434         * src/ds390/main.c,
2435         * src/hc08/main.c,
2436         * src/pic/main.c,
2437         * src/pic16/main.c,
2438         * src/xa51/main.c,
2439         * src/z80/main.c: port.reg_parm prototype extended with
2440           "bool reentrant" parameter
2441         * src/mcs51/main.c (_mcs51_regparm): use parameter reentrant instead of
2442           options.stackAuto for allocating bit register parameters
2443         * src/mcs51/gen.c (genNot): optimized complementing direct bit,
2444           (genSend): set BitBankUsed if it is,
2445           (selectRegBank): factored out of genCall for use in genPcall,
2446           (genCall): removed redundant dtype assignmen, use selectRegBank,
2447           (genPcall): handle returning in Carry properly, save in F0 if needed,
2448           (genReceive): handle bit register parameters
2449         * src/mcs51/ralloc.c (updateRegUsage): update BitBankUsed along the way,
2450           (mcs51_assignRegisters): enable bit registers for all reentrant
2451            functions and don't set BitBankUsed unconditionally
2452         * src/mcs51/peeph.def (177.d): fixed bug if %2==%3
2453         * support/regression/tests/bitvars.c: enable tests for SDCC_STACK_AUTO
2454         * support/regression/tests/funptrs.c: added tests for BOOL and for return
2455
2456 2005-08-27 Borut Razem <borut.razem AT siol.net>
2457
2458         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) and on
2459         ppc-osx (Darwin) does not support -u option. It seems that it is
2460         supported only on Linux - GNU cp
2461
2462 2005-08-25 Borut Razem <borut.razem AT siol.net>
2463
2464         * sim/ucsim/gui.src/serio.src/Makefile.in,
2465           sim/ucsim/s51.src/Makefile.in, sim/ucsim/avr.src/Makefile.in,
2466           sim/ucsim/z80.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
2467           sim/ucsim/xa.src/Makefile.in: install -s changed to 2 steps:
2468           install and strip, since the strip at /usr/ccs/bin should be used
2469           on solaris
2470
2471 2005-08-24 Borut Razem <borut.razem AT siol.net>
2472
2473         * clean.mk, device/lib/clean.mk: find on sparc-solaris does not support -maxdepth option
2474
2475 2005-08-23 Bernhard Held <bernhard AT bernhardheld.de>
2476
2477         * src/SDCCopt.c (convertToFcall): fixed modulus with divisors 1 and
2478         ffffffffu
2479
2480 2005-08-23 Maarten Brock <sourceforge.brock AT dse.nl>
2481
2482         * as/mcs51/aslink.h: completed lkrloc.c prototypes
2483         * as/mcs51/lkmain.c (link_main): fixed warning
2484         * device/include/stdbool.h: ds390 has no advanced bit support yet
2485         * src/SDCC.y: use SPEC_SHORT and renamed _signed to b_signed
2486         * src/SDCCsymt.c: use SPEC_SHORT and renamed _signed to b_signed
2487         * src/SDCCsymt.h (struct specifier): renamed _xxx bitfields to b_xxx
2488           and updated their macros
2489         * src/SDCCval.c (constVal): updated comment for renamed b_long
2490
2491 2005-08-22 Maarten Brock <sourceforge.brock AT dse.nl>
2492
2493         * as/mcs51/asdata.c: changed ctype['['] to BINOP
2494         * as/mcs51/asexpr.c (expr): added case '[' for bit access in bdata,
2495           (term): abused bit 15 of s_addr to indicate bit-addressable bytes,
2496           (oprio): set priority for '['
2497         * as/mcs51/aslink.h: added define R_BIT, and prototypes for adb_bit
2498            and adb_24_bit
2499         * as/mcs51/asm.h: added defines R_BIT and S_BIT
2500         * as/mcs51/lkarea.c (lnksect2): use T for seg BIT_BANK and overlay it
2501         * as/mcs51/lkdata.c: changed ctype['['] to BINOP
2502         * as/mcs51/lkmain.c (Areas51): rel2 contains 12 (=C) areas now,
2503           added overlayable BIT_BANK area
2504         * as/mcs51/lkmem.c (summary): add BIT_BANK to BSEG_BYTES in the report,
2505           (summary2): explain 'T' in legenda
2506         * as/mcs51/lkrloc.c: replaced old K&R style,
2507           (relr): added R_BIT processing,
2508           (errmsg): added "Bit-addressable relocation error",
2509           (adb_bit): added for converting from byte- to bit-addressable space,
2510           (adb_24_bit): added for converting from byte- to bit-addressable space
2511         * device/include/stdbool.h: changed BOOL to __bit for mcs51 as it can be
2512            used in reentrant functions now even as return value
2513         * device/lib/_gptrput.c (_gptrput): removed obsolete code
2514         * src/SDCCast.c (resultTypePropagate): also propagate AND_OP and OR_OP,
2515           (decorateType): case '!', GETHBIT, AND_OP, OR_OP: result in bool or char
2516         * src/SDCCglobl.h: added indicator BitBankUsed
2517         * src/SDCCglue.c (glue): emit area BIT_BANK with byte 'bits' and equ's for
2518            the bit registers b0-b7
2519         * src/SDCCicode.c (operandFromSymbol): removed IS_BITVAR check,
2520           (geniCodeCast): fixed bug 1263853,
2521           (geniCodeLogicAndOr): put result in bool or char,
2522           (geniCodeReceive): added parameter func for accessing the return type,
2523           (geniCodeFunctionBody): pass func to geniCodeReceive
2524         * src/SDCCmain.c: added indicator BitBankUsed
2525         * src/SDCCmem.c (allocLocal): explicitly set sclass for V_BIT
2526         * src/SDCCsymt.c (newBoolLink): added for creating a bool/bit,
2527           (checkSClass): don't put automatic bool/bit on stack,
2528           (checkFunction): removed check on function cannot return bit
2529         * src/SDCCsymt.h: added newBoolLink prototype
2530         * src/mcs51/gen.c (rb1regs): added bit registers,
2531           (movc): created for assigning to carry,
2532           (pushReg, popReg): created for pushing registers,
2533           (sameRegs): check both AOP_REG and AOP_CRY types,
2534           (aopOp): handle bit registers,
2535           (aopPut): optimization no self-assign,
2536           (saveRegisters): push reg->base (bits) only once for bit registers,
2537            and use pushReg,
2538           (unsaveRegisters): pop reg->base only once and use popReg,
2539           (assignResultValue): added parameter func and return in carry for bits,
2540           (genIpush): optimization no reload in A if not changed,
2541           (genSend): bit parameters in reentrant functions are passed in bit
2542            registers by first assigning to bits in B, then save registers and
2543            copy B to bits,
2544           (genCall): handle returning in Carry properly, save it in F0 if needed,
2545           (genPcall): updated assignResultValue call, this is not safe yet for bit
2546            returning function !!!
2547           (genFunction): don't generate equ's for bit registers and use pushReg,
2548           (genEndFunction): take care of bit returning functions and use popReg,
2549           (genRet): return bit in Carry,
2550           (genIfx): optimize bit registers and other directly addressable bits,
2551           (genReceive): updated assignResultValue call
2552         * src/mcs51/main.c (_mcs51_reset_regparm): added regBitParmFlg,
2553           (_mcs51_regparm): allow passing of upto 8 bit parameters in bit
2554            registers when using stack-auto
2555         * src/mcs51/ralloc.c (_G): added allBitregs,
2556           (regs8051): added the bit registers,
2557           (createStackSpil): use macro IS_BIT,
2558           (getRegBit): added to allocate a bit register, else spill,
2559           (getRegBitNoSpil): added to allocate a bit register, else a gpr,
2560           (updateRegUsage): factored out to ease stepping while debugging,
2561           (serialRegAssign): use updateRegUsage, only spill bits if necessary,
2562            also allocate bit registers,
2563           (fillGaps): handle bit registers,
2564           (findAllBitregs): added to create bit vector with all bit registers,
2565           (mcs51_allBitregs): returns this bit vector,
2566           (mcs51_assignRegisters): when using stack-auto use bit registers for
2567            passing parameters and creating local variables
2568         * src/mcs51/ralloc.h: added B0_IDX..B7_IDX and prototype mcs51_allBitregs
2569
2570 2005-08-22 Borut Razem <borut.razem AT siol.net>
2571
2572         * device/lib/Makefile.in: replaced find option -or with -o
2573           to make it run on solaris
2574
2575 2005-08-22 Raphael Neider <rneider AT web.de>
2576
2577         * src/pic16/gen.c (pic16_loadFromReturn): added check for AOP_PCODE,
2578           fixes #1265442 (crash on Solaris)
2579
2580 2005-08-20 Borut Razem <borut.razem AT siol.net>
2581
2582         * configure, configure.in: added tests for libsocket and libnsl libraries,
2583           requred by sdcdb on sparc-solaris; generate support/regression/Makefile
2584           from support/regression/Makefile.in
2585         * support/regression/Makefile.in: added
2586         * device/lib/pic16/Makefile.common.in: force make to use bash shell
2587         * sim/ucsim/libtool: regenerated on sparc-solaris
2588         * sim/ucsim/avr.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
2589           sim/ucsim/s51.src/Makefile.in, sim/ucsim/xa.src/Makefile.in,
2590           sim/ucsim/z80.src/Makefile.in: removed GNU ld specific linker options
2591           -Wl,--start-group and -Wl,--end-group to enable ucsim compilation on
2592           sparc-solaris, which doesn't use GNU ld linker
2593         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) does not support -u option
2594         * as/Makefile: find on sparc-solaris does not support -maxdepth option
2595
2596 2005-08-19 Maarten Brock <sourceforge.brock AT dse.nl>
2597
2598         * src/mcs51/peeph.def: updated comments
2599
2600 2005-08-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2601
2602         * device/lib/_gptrget.c,
2603         * device/lib/_gptrput.c: slightly shorter
2604         * doc/sdccman.lyx: incremented version
2605         * src/mcs51/peeph.def: moved peephole comments to the line of first
2606           change to better keep line correlation, reanimated 186.e
2607         * src/mcs51/peeph.def: renamed similar peepholes by using suffixes
2608
2609 2005-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
2610
2611         * src/pic/pcode.c : Pasted ".line" assembly directives patch from
2612           David Saxton with quotes around file name.
2613
2614 2005-08-15 Borut Razem <borut.razem AT siol.net>
2615
2616         * support/regression/tests/bitfields.c, support/regression/tests/bitvars.c,
2617           support/regression/tests/bitwise.c, support/regression/tests/literalop.c,
2618           support/regression/tests/rotate.c, support/regression/tests/zeropad.c:
2619           make tests run on x86_64 platform
2620
2621 2005-08-13 Raphael Neider <rneider AT web.de>
2622
2623         * device/lib/pic16/Makefile.subdir: weakened clean-intermediate rule
2624           as it might be executed DURING a build (parallel make is wonderful)
2625
2626 2005-08-13 Raphael Neider <rneider AT web.de>
2627
2628         * device/lib/Makefile.in (port-specific-objects-pic16):
2629           revert to cp $(PORT)/bin/*.* $(PORTDIR)
2630         * device/lib/pic16/Makefile: added .PHONY targets, removed builddir
2631           dependency
2632         * device/lib/pic16/Makefile.rules: build subdirs before creating
2633           the library, removed builddir rule, create $(builddir) early in
2634           recurse rule, use empty recurse rule for leaf directories
2635         * device/lib/pic16/Makefile.subdir: added phony targets, ignore
2636           mkdir errors (race condition), removed duplicate suffix "hex"
2637           from clean rules
2638         * device/lib/pic16/libdev/Makefile: recursive make via + and $(MAKE)
2639         * device/lib/pic16/libio/Makefile: create sub-make's builddir early,
2640           prevents mkdir -p from aborting on Alpha
2641
2642 2005-08-12 Raphael Neider <rneider AT web.de>
2643
2644         * src/pic16/glue.c (pic16_print(G)PointerType): do not flush
2645           db-statements in order to allow for arrays of pointers in code
2646           sections to be placed without interspersed 0-padding, fixes
2647           bug #1256215
2648         * (emitStatistics): fixed division by zero for pic18f1220
2649         * src/pic16/pcode.c: buffer (up to) 12 DB directives to allow for
2650           unpadded writing of 8-bit, 16-bit, 24-bit and 32-bit values
2651         * (pic16_emitDS): respect DB_ITEMS_PER_LINE
2652         * (pic16_pCodeConstString): keep track of already emitted string
2653           literals to prevent "duplicate definitions of symbol _str_NR"
2654         * src/pic16/ralloc.c (pic16_allocRegByName): removed not so helpful
2655           debug message
2656         * device/lib/Makefile.in: ignore failing PIC16 library builds
2657         * device/lib/pic16/Makefile: do not build if gputils are missing
2658         * device/lib/pic16/Makefile.common.in: do not enforce MAKEFLAGS=-s
2659
2660 2005-08-10 Raphael Neider <rneider AT web.de>
2661
2662         * device/lib/Makefile.in: fixed copying pic16 libraries (broken by
2663           my last commit)
2664
2665 2005-08-10 Raphael Neider <rneider AT web.de>
2666
2667         * src/*.c, src/pic16/{gen.c,glue.c,main.c}: applied Vangelis
2668           Rokas' patch to add the new fixed point type "__fixed16x16"
2669         * device/lib/pic16/libsdcc/fixed16x16: added Vangelis' support
2670           functions for __fixed16x16 arithmetics
2671         * device/lib/pic16: reimplemented the build system to support
2672           a separate build directory, better handling of libio (create
2673           the library in a separate subdir for each architecture) and
2674           easier configuration (centralized in Makefile.common)
2675
2676 2005-08-07 Raphael Neider <rneider AT web.de>
2677
2678         * src/pic16/gen.c (genrshTwo): fixed sign extension
2679         * src/pic16/device.c: added pic18f2320, 4220 and 4320
2680         * device/include/pic16/pic18f2220.h: changed some bit definitions,
2681           added T0CONbits
2682         * device/include/pic16/pic18f4220.h: NEW, header for
2683           pic18f4220 and pic18f4320
2684         * device/include/pic16/pic18fregs.h: added new devices,
2685           embraced Nop(), ClrWdt(), Sleep() and Reset() with do {} while(0)
2686         * device/include/pic16/signal.h: resolved name clashes
2687           on bit definitions, added DEF_HANDLER2(sig1,sig2,handler)
2688           to also allow testing for interrupt enable bits, added
2689           comments on how to use the macros
2690         * device/lib/pic16/libdev/pic18f2220.c: added T0CONbits
2691         * device/lib/pic16/libdev/pic18f{2320,4220,4320}.c: NEW,
2692           register definitions for the devices
2693         * device/lib/pic16/pics.all: added new devices
2694         * device/lib/pic16/libc/stdlib/calloc.c: fixed zeroing
2695           allocated memory
2696         * device/lib/pic16/libc/stdlib/memfree: do not count
2697           the block header as free memory
2698         * device/lib/pic16/libc/stdlib/memmisc.c (_initHeap):
2699           simplified and added missing end-of-blocklist-marker
2700           (reported by Peter Onion, fixes #1252814)
2701         * (_mergeHeapBlock): fixed loop condition
2702         * device/lib/pic16/libc/stdlib/realloc.c: return NULL for
2703           len==0, restructured code
2704         * device/lib/pic16/libc/stdlib/{malloc,memfreemax}.c: cleaned
2705           up a bit, reduced bitfield accesses, prevent endless loops
2706           in case of heap corruption
2707         * device/lib/pic16/libc/stdlib/x_ftoa.c: disabled
2708           "unreferenced arguments/must return a value" warnings
2709         * device/lib/pic16/libio/usart/ubaud.c (usart_baud):
2710           replaced BAUDREG with SPBRG
2711         * device/lib/pic16/libsdcc/lregs/{lrrest.c,lrst.c},
2712           device/lib/pic16/debug/gstack/gstack.c: replaced
2713           _naked, _asm, _endasm with __naked, __asm, __endasm
2714
2715 2005-08-05 Raphael Neider <rneider AT web.de>
2716
2717         * src/pic16/gen.c (pic16_aopGet): fixed handling of offsets in
2718           AOP_PCODE operands, fixes multibyte union-bitfield-accesses
2719
2720 2005-08-05 Borut Razem <borut.razem AT siol.net>
2721
2722         * device/lib/Makefile.in: added missing ';'
2723         * configure: removed ^M characters
2724
2725 2005-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2726
2727         * device/include/mcs51/at89c51ed2.h, device/include/mcs51/p89v51rd2.h,
2728           device/include/mcs51/at89s53.h: changed to GNU Lesser General Public
2729           License
2730
2731 2005-08-04 Borut Razem <borut.razem AT siol.net>
2732
2733         * configure.in: pic16 libraries build 2nd try - enable running
2734           configure in device/lib/pic16
2735         * configure: regenerated from configure.in
2736         * device/lib/Makefile.in: create $(PORT)/bin directory
2737
2738 2005-08-03 Raphael Neider <rneider AT web.de>
2739
2740         * src/pic16/gen.c (pic16_derefPtr): NEW, single place
2741           to get/set values via pointers
2742         * (genUnpackBits,genPackBits): changed detection of
2743           ptr->bitfield vs. sym.bitfield, fixed access via generic
2744           pointers, removed dead (wrong) code for multibyte bitfields
2745         * (genNearPointerGet, genGenPointerGet): removed useless code,
2746           fixed bitfield detection, fixes #1250594
2747         * (genNearPointerSet): removed useless code
2748         * src/pic16/gen.h: renamed pic16_emitpcode to pic16_emitpcode_real
2749           and introduced macro pic16_emitpcode that conditionally emits
2750           the origin of the following pCode (useful for debugging SDCC)
2751         * src/pic16/pcode.c: changed (and disabled) some debug outputs
2752         * (createDefmap): fixed handling of LFSR for --optimize-df
2753
2754 2005-08-02 Borut Razem <borut.razem AT siol.net>
2755
2756         * device/lib/Makefile.in: pic16 libraries build enabled since
2757           gputils-0.13.2 are now localy installed at sourceforge's compile farm
2758
2759 2005-08-02 Raphael Neider <rneider AT web.de>
2760
2761         * src/pic16/gen.c (genPackBits): removed deprecated warning
2762         * (genGenPointerSet): fixed bitfield detection
2763
2764 2005-08-02 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2765
2766         * device/include/mcs51/msm8xc154s.h: Removed PT2 definition, now in 8052.h.
2767
2768 2005-07-31 Raphael Neider <rneider AT web.de>
2769
2770         * device/lib/pic16/libdev/pic18f458.c,
2771           device/include/pic16/pic18f458.h: added missing T0CONbits
2772
2773 2005-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
2774
2775         * device/include/mcs51/msm8xc154s.h: added, thanks to Matthias Arndt
2776
2777 2005-07-28 Maarten Brock <sourceforge.brock AT dse.nl>
2778
2779         * src/mcs51/gen.c (operandsEqu): fixed bug 1246687
2780
2781 2005-07-23 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2782
2783         * device/include/mcs51/at89c51ed2.h: added.
2784
2785 2005-07-23 Raphael Neider <rneider AT web.de>
2786
2787         * src/pic/gen.h: added emitpcode macro for debugging
2788         * src/pic/gen.c (emitpcode): renamed to emitpcode_real
2789           and replace by macro adding debug information on demand
2790         * (genNot): fixed to C semantics (!0 = 1; !x = 0 iff x != 0)
2791         * (gencjne): tried to fix; replaced with correct (slower) code
2792         * (gen{Unp,P}ackBits): fixed single bit access
2793         * src/pic/pcode.c (AnalyzepCode): fixed DFPRINTF argument
2794         * src/pic/pcodepeep.c (pCodeSearchCondition): fixed finding
2795           previous instruction
2796         * src/pic/pcoderegs.c (regIsSpecial): NEW, check whether a
2797           register has to be handled with care (forbidding movement
2798           of assignments/uses, removing assignments completely, ...)
2799         * (pCodeOptime2pCodes): make use of regIsSpecial
2800         * added lots of debugging output (commented out)
2801         * src/pic/rallloc.c (deassignLRs): prevent operand registers
2802           from being reused as result UNLESS it is known to work
2803
2804 2005-07-23 Maarten Brock <sourceforge.brock AT dse.nl>
2805
2806         * support/Util/dbuf.h: include <stddef.h> for size_t
2807         * .version: changed to version 2.5.2
2808
2809 2005-07-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2810
2811         * src/SDCCloop.c (loopInvariants): fixed bug #1234048
2812
2813 2005-07-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2814
2815         * src/hc08/gen.c (genMinus): fixed bug #1241835,
2816           (genModOneByte): removed needless psha/pula
2817
2818 2005-07-22 Raphael Neider <rneider AT web.de>
2819
2820         * src/SDCCmain.c (linkEdit): initialized linkerScriptFileName,
2821           have PIC14 handled like PIC16, fixes broken pic14 linker calls
2822         * src/pic/gen.c (resolveIfx): do not "invent" labels
2823         * (genSkipc): changed to positive logic
2824         * (genSkipCond): removed as no longer needed
2825         * (pic14_mov2w_regOrLit,genCmp): NEW, replacement for buggy version,
2826           backport from PIC16
2827         * (genLeftShift): check operands are in different registers
2828         * src/pic/genarith.c (genPlus): replaced INCF with ADDLW as
2829           INCF does not update CARRY...
2830         * src/pic/main.c: fixed _linkCmd
2831         * src/pic/pcode.c (unlinkpCode): added inactive code
2832         * src/pic/ralloc.c (deassignLRs): keep arguments to shift operations
2833           alive (do not assign result and operand overlapping registers)
2834
2835 2005-07-22 Raphael Neider <rneider AT web.de>
2836
2837         * src/pic/device.c (dump_sfr): replaced register declaration with
2838           call to emitSymbolToFile() to avoid duplicate symbols
2839         * (assignRelocatableRegisters): do not declare external symbols
2840         * src/pic/ralloc.c (allocNewDirReg): fixed to get size of arrays
2841           right (take size of type, not etype)
2842         * (allocDirReg): fixed call to allocNewDirReg() to pass OP_SYM_TYPE
2843         * (writeUsedRegs): also dump dynDirectRegs (e.g. local variables)
2844         * (packRegsForAccUse): disabled assignment of WREG as
2845           the result reg to prevent occurence of just fixed #1235003,
2846           fixes #1242954
2847         * src/pic/glue.c (emitSymbolToFile): NEW, central place to declare
2848           symbols (avoids duplicate symbols in .asm file)
2849         * (pic14emitRegularMap): use emitSymbolToFile()
2850         * src/pic/gen.c (aopOp): fixed spillLocation handling
2851         * (gen{Unp,P}ackBits): fixed acquiring bit-operands
2852         * (genDataPointerSet): removed unneccessary variables/output
2853
2854 2005-07-22 Maarten Brock <sourceforge.brock AT dse.nl>
2855
2856         * as/mcs51/lkarea.c: enlarged codemap for banked memory
2857         * device/lib/mcs51/crtbank.asm: added # to 0x0F
2858
2859 2005-07-21 Raphael Neider <rneider AT web.de>
2860
2861         * src/pic/gen.c (aopOp): do not generate AOP_ACC operands as pic14
2862           architecture cannot handle them efficiently, fixes bug #1235003
2863         * src/pic16/device.c (pic16_dump_{u,i}section,pic16_dump_int_registers):
2864           check for empty sets before using them (fixes bug #1232190)
2865
2866 2005-07-19 Maarten Brock <sourceforge.brock AT dse.nl>
2867
2868         * as/mcs51/lkarea.c (lnkarea, lnkarea2): improved BSEG size calculation,
2869           (lnksect2): generate warnings for memory overlap
2870         * src/SDCC.lex (doPragma, process_pragma): added pragma's codeseg and
2871           constseg to set the name of these segments so you can instruct the linker
2872           to place them in banks
2873         * src/SDCCast.c (decorateType): use new macro IS_FUNCPTR()
2874         * src/SDCCglobl.h: added MODEL_HUGE to enum,
2875           added code_seg and const_seg to options
2876         * src/SDCCglue.c (emitMaps): use options.const_seg,
2877           (createInterruptVect): put interrupt vectors in segment HOME,
2878           (glue): put HOME before static segment and put the main glue in HOME,
2879           (glue): use options.code_seg
2880         * src/SDCCicode.c (geniCodeCall): use new macro IS_FUNCPTR()
2881         * src/SDCCmain.c: added option --codeseg and --constseg to set the name of
2882           these segments so you can instruct the linker to place them in banks
2883           (linkEdit): use code_loc for HOME segment which should be the first
2884           segment in code memory now
2885         * src/SDCCmem.c: fixed more stuff like bug 1238386
2886         * src/SDCCsymt.c (getSize): use generic pointer size for banked functions,
2887           (changePointer): don't change function pointers to code pointers for
2888           banked functions,
2889           (compareType): added exceptional check for banked function pointers
2890         * src/SDCCsymt.h: changed IFFUNC_ISBANKEDCALL, added IS_FUNCPTR
2891         * src/hc08/main.c (_hc08_genAssemblerPreamble): put HOME first, put CSEG
2892           after static in code memory
2893         * src/mcs51/gen.c: added aopLiteralLong prototype,
2894           (aopForSym): use getSize for functions,
2895           (genCall): generate banked calls over one trampoline __sdcc_banked_call
2896           in HOME with lsb of address in r0, msb in r1 and bank in r2, use
2897           -Wl-bBANKSEG=0xbbaaaa option to set the address (aaaa) and bank (bb) of
2898           the segment,
2899           (genPcall): use call for literal function pointers and generate banked
2900           calls over the one trampoline so there's only one place for the user to
2901           modify according to his/hers hardware,
2902           (genEndFunction): jump to __sdcc_banked_ret in HOME for banked functions,
2903           (genPlusIncr): moved check icount>4 beyond inc dptr optimization
2904         * src/mcs51/main.c: added keyword banked,
2905           (_mcs51_genExtraAreas): put HOME first followed by GSINIT, STATIC and CSEG
2906         * support/Util/SDCCerr.c,
2907         * support/Util/SDCCerr.h: added E_BANKED_WITH_CALLEESAVES, registers are
2908           needed for passing the bank and address to the trampoline
2909         * device/lib/mcs51/crtbank.asm: added for bankswitching
2910         * device/lib/mcs51/Makefile: added crtbank
2911
2912 2005-07-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2913
2914         * src/SDCCcse.c (algebraicOpts): fixed loss of volatility
2915           for fields at offset 0 of a struct or union as reported
2916           on 2005-07-07 in the developer mailing list.
2917
2918 2005-07-15 Maarten Brock <sourceforge.brock AT dse.nl>
2919
2920         * src/SDCCmem.c: fixed bug 1238386
2921
2922 2005-07-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2923
2924         * src/mcs51/peeph.def: added labelrefcounting for peepholes
2925           (patch #1144962), added peephole 300, enabled 259.x
2926         * doc/sdccman.lyx: removed screenshot and provided link instead
2927
2928 2005-07-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2929
2930         * doc/sdccman.lyx: added section about debugging with ddd
2931         * doc/figures/ddd_example.eps: screenshot of debugging session
2932
2933 2005-07-04 Raphael Neider <rneider AT web.de>
2934
2935         * src/pic/gen.c (genPointerGet): handle pointers to CONST values
2936           like CODE pointers, fixes #1115683
2937         * src/pic/pcode.c (DoBankSelect): forget LastRegIdx during function
2938           call, fixes bugs #1232211, #1228110,
2939           fixed wrong casts to pCodeFlow from pCodeInstructions
2940
2941 2005-07-04 Raphael Neider <rneider AT web.de>
2942
2943         * src/pic/gen.c (popGet): changed assert to allow for
2944           bit operands
2945         * (popGetAddr): changed signature to provide
2946           an additional index, patched all call sites
2947         * (genCmpEq): handle literal-like operands correctly
2948         * (genAddrOf): added sanity checks on __code/__data pointers
2949         * (genAssign): added handling of symbols from __code section
2950         * (gencjne): do not generate code for comparisons whose result
2951           is neither stored nor used, fixes bug #1171114
2952         * (AccLsh, AccRsh): operate on operand instead of WREG
2953         * (shift{Left,Right}_Left2ResultLit): NEW, size independant
2954           replacement for Shift{LR}{12}Left2Result; shift (byte/int/long)
2955           by known count
2956         * rewrote complete shift-by-literal logic, commented unused
2957           functions out
2958         * (genConstPointerGet): get multiple bytes (if result size > 1),
2959           fixed handling of non-immediate addresses
2960         * (genPointerGet): handle CODE pointers like CONST pointers
2961         * (genpic14Code): insert C-SRC lines as Cource-pCodes
2962         * ({aop,op}_isLitLike): NEW, single place to decide whether an
2963           operand is to be treated as a literal or not
2964         * (mov2w,genPcall,genCmpEq),
2965           src/pic/genarith.c: use aop_isLitLike() to decide between
2966           literal/register contents
2967         * (addSign): added missing offset
2968         * src/pic/gen.h: remove newline after FENTRY/FEXIT comments,
2969           only emit comment in debug-mode,
2970           use {aop,op}_isLitLike throughout the file
2971         * src/pic/glue.c: fix initializers for pointers (work in progress)
2972         * src/pic/pcode.c (get_op): honor index on _const symbols
2973         * ({reset,dump}pCodeStatistics): NEW, estimate code size
2974         * (dumppBlock): added pCode size estimation
2975         * src/pic/ralloc.c (deassignLRs,serialRegAssign,packRegisters):
2976           check for IS_SYMOP before OP_SYMBOL'ing
2977         * fixed indentation, compacted switch-statements
2978         * (allocReg): find free register and allocate it instead of
2979           allocating new registers all the time
2980         * (deassignLRs): prevent POINTER_GET's from being assigned the same
2981           registers as its operands (necessary only for multibyte GETs)
2982
2983 2005-07-01 Raphael Neider <rneider AT web.de>
2984
2985         * src/pic/gen.h: added prototypes emitpComment, popGetAddr and
2986           debugging .asm-output macros FENTRY + FEXIT
2987         * src/pic/gen.c (Safe_vsnprintf): NEW, is there a more generic
2988           way... I wonder...
2989         * (emitpComment): NEW, printf to pCode
2990         * (popGet): added assert on too large offsets, fixed PO_IMMEDIATE's
2991           offset handling
2992         * (popGetAddr): NEW, variant of popGet to access an immediates
2993           high(er) bytes instead of the n'th byte of memory they reference,
2994           replaced popGet with popGetAddr where neccessary
2995         * (genDataPointerGet): reactivated and fixed implementation
2996         * (genNearPointerGet): enabled call to genDataPointerGet, fixes array-
2997           accesses
2998         * (genDataPointerSet): fixed multibyte assignments
2999         * (genpic14Code): fixed --i-code-in-asm handling
3000         * src/pic/genarith.c: fixed PO_IMMEDIATE issue using popGetAddr,
3001         * (genPlus): fixed index-out-of-bounds error
3002         * src/pic/pcode.c (get_op): fixed PO_IMMEDIATE's index/offset handling
3003         * src/pic/ralloc.c: added debugging output macro FENTRY2
3004         * (spillThis): fixed indentation, enbraced for-body for clarity
3005         * (rematStr): commented out as now unused
3006         * (regTypeNum): commented out special spill case (overwrites
3007           arbitrary values)
3008         * fixes bugs #1229346, #1216476 (both arrays) and #1115667 (SIGSEGV)
3009
3010 2005-06-30 Maarten Brock <sourceforge.brock AT dse.nl>
3011
3012         * doc/sdccman.lyx: documented sfr16/sfr32,
3013           added example for using storage class with function pointers
3014         * src/mcs51/gen.c (genPlusIncr): optimized small offsets from dptr
3015
3016 2005-06-28 Maarten Brock <sourceforge.brock AT dse.nl>
3017
3018         * device/lib/_gptrget.c: also push/pop _PSBANK, added # to 0x03
3019         * device/lib/_itoa.c,
3020         * device/lib/_ltoa.c: optimized codesize
3021         * src/SDCCsymt.c (checkSClass): added sanity check for sfr at addresses,
3022           but don't know how to suppress the double warning.
3023         * src/mcs51/gen.c (genPlusIncr): fixed bug when incrementing volatile int's
3024         * support/Util/SDCCerr.c,
3025         * support/Util/SDCCerr.h: added warning W_SFR_ABSRANGE for sanity check
3026
3027 2005-06-27 Maarten Brock <sourceforge.brock AT dse.nl>
3028
3029         * as/mcs51/asexpr.c (expr): disabled warning "not in .flat24 mode",
3030           fixed old K&R prototypes
3031         * as/mcs51/asout.c (outrb): always output as if generating 24bit addresses
3032         * device/lib/_gptrget.c,
3033         * device/lib/_gptrgetc.c,
3034         * device/lib/_gptrput.c: changed versions for new memory indicator values,
3035           also new versions for small generic pointers and banked generic pointers
3036         * src/port.h: added const_name
3037         * src/SDCC.lex: added keywords sfr16, __sfr16, sfr32, __sfr32
3038         * src/SDCC.y: added tokens SFR16, SFR32 and their sfr_attributes
3039         * src/SDCCcse.c (findPrevIc): check all associative operators
3040         * src/SDCCglue.c (emitMaps): use CONST_NAME if defined
3041         * src/SDCCicode.h: added macro IS_ASSOCIATIVE
3042         * src/SDCCmem.c: updated comments,
3043           set far-space to 0 for pdata, results in optimized code
3044         * src/SDCCmem.h: added macro CONST_NAME
3045         * src/SDCCsymt.h: renumerated generic pointer types GPTYPE_... thereby
3046           moving the info into the highest bits, see also gptrget/gptrput
3047         * src/src.dsp: added sdcc.ico to project files
3048         * src/avr/gen.c (genCast): fixed bug 0x%d
3049         * src/avr/main.c (avr_port): added "CONST (CODE)" for const_name
3050         * src/ds390/gen.c (aopForRemat, adjustArithmeticResult): disconnected direct
3051           relation between ptr_type and DCL_TYPE,
3052           (genCast): fixed bug 0x%d
3053         * src/ds390/main.c (ds390_port, tininative_port, ds400_port): added "CONST
3054           (CODE)" for const_name
3055         * src/hc08/gen.c (genCast): fixed bug 0x%d
3056         * src/hc08/main.c (_hc08_genAssemblerPreamble): added .area ...const_name,
3057           (hc08_port): added "CONST (CODE)" for const_name
3058         * src/mcs51/gen.c (aopForSym): optimized pushing ACC,
3059           (aopForRemat, adjustArithmeticResult): disconnected direct relation
3060           between ptr_type and DCL_TYPE,
3061           (aopGetUsesAcc, aopGet, aopPut): changed first parameter from asmop* to
3062           operand* and took AOP() inside function so sfr-ness can be checked,
3063           (all over): repaired calls to aopGetUsesAcc, aopGet, aopPut to comply with
3064           new prototype,
3065           (genFunction, genEndFunction): optimized stack setup,
3066           (genMinus): optimized for literals with ending zeroes (in bytes),
3067           (genCast): fixed bug 0x%d
3068         * src/mcs51/main.c (_mcs51_keywords): added sfr16 and sfr32,
3069           (mcs51_port): added "CONST (CODE)" for const_name
3070         * src/mcs51/peeph.def: made rule 226 more generic
3071         * src/pic/main.c (pic_port): added "CONST (CODE)" for const_name
3072         * src/pic16/main.c (pic16_port): added "CONST (CODE)" for const_name
3073         * src/xa51/main.c (xa51_port): added "CONST (CODE)" for const_name
3074         * src/z80/main.c (z80_port): added NULL for const_name,
3075           (gbz80_port): added NULL for const_name
3076         * support/regression/tests/bug663539.c,
3077         * support/regression/tests/sfr16.c: new tests
3078
3079 2005-06-25 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3080
3081         * device/include/mcs51/p89v51rd2.h, device/include/mcs51/at89s53.h: added.
3082
3083 2005-06-24 Raphael Neider <rneider AT web.de>
3084
3085         * device/lib/pic16/libdev/pic18f[68][567]20.c:
3086           corrected typos...
3087         * device/include/pic16/signal.h: added USBIF
3088           and SIG_USB
3089
3090 2005-06-24 Raphael Neider <rneider AT web.de>
3091
3092         * device/lib/pic16/libdev/pic18f2455.c,
3093           device/include/pic16/pic18f2455.h: NEW
3094         * device/include/pic16/pic18fregs.h,
3095           device/lib/pic16/pics.all,
3096           src/pic16/device.c: added 18f2455
3097         * device/lib/pic16/libdev/pic18f[68][567]20.c,
3098           device/include/pic16/{pic18f[68][567].h,usart.h}:
3099           replaced MULTIPLE_USARTS define with more relaible
3100           compatibility sfrs (for USART access)
3101
3102 2005-06-20 Slade Rich <slade_rich AT users.sourceforge.net>
3103
3104         * src/pic/pcode.c : Fixed problem when a string constant contains a "\r\n"
3105           and the output asm file line is printed on two lines.
3106
3107 2005-06-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3108
3109         * sim/ucsim/hc08.src/inst.cc (inst_condbranch): fixed simulation of
3110           BGT, BLE, BHI, and BLS instructions
3111         * src/hc08/gen.c (outAcc, outBitC, outBitNV, genCmpLt, genCmpGt,
3112           genCmpEq): removed
3113         * src/hc08/gen.c (genCmpEQorNE, genCmp, branchopCmp, nameCmp,
3114           negatedCmp, exchangedCmp, genhc08Code): rewrite of comparison handling,
3115           fixes bug #1216342
3116         * src/hc08/peeph.def: added rules 2g - 2l for new conditional branches
3117
3118 2005-06-15 Raphael Neider <rneider AT web.de>
3119
3120         * src/pic16/NOTES: moved Vangelis from active developers to people to contact
3121         * device/include/pic16/{6520.h,8520.h}: fixed configuration bits
3122         * src/pic16/gen.c (): prevent iTemps from being considered to be in CODESPACE,
3123           fixes bug #1221120; for symbols in CODESPACE get number of bytes to read from
3124           OP_SYM_TYPE() instead of OP_SYM_ETYPE()
3125
3126 2005-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3127
3128         * device/include/mcs51/reg764.h: Changed PB0 to PBO as requested by
3129           Marcel Telka in bug #1215704
3130
3131 2005-06-02 Slade Rich <slade_rich AT users.sourceforge.net>
3132
3133         * src/pic/pcode.c : Changed pseudo stack size to 15 to allow WSAVE to be
3134           located in shared memory bank.
3135
3136 2005-05-31 Raphael Neider <rneider AT web.de>
3137
3138         * src/pic16/{gen.c,genarith.c}: replaced sign-extension
3139           "CLRF, BTFSC <signbit>, DECF/COMF" with side-effect-free
3140           "CLRF, BTFSC <signbit>, SETF"; fixes "long>>9"
3141
3142 2005-05-27 Maarten Brock <sourceforge.brock AT dse.nl>
3143
3144         * device/lib/_strncpy.c: fixed the fix
3145
3146 2005-05-26 Raphael Neider <rneider AT web.de>
3147
3148         * src/pic16/glue.c (pic16_printIvalChar): fixed _constant_ string
3149           initializers with \0, bug #1208187
3150         * src/pic/glue.c (printIvalChar): fixed (non- and constant) string
3151           intializers with \0, bug #1208187
3152
3153 2005-05-26 Raphael Neider <rneider AT web.de>
3154
3155         * src/pic16/glue.c (pic16_printIvalChar): fixed string
3156           initializers with \0, bug #1208187
3157         * src/pic16/main.c (_process_pragma): added sanity checks
3158           for stack position and size, emit warnings when appropriate
3159
3160 2005-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
3161
3162         * device/lib/_strncpy.c: fixed not filling with \0
3163
3164 2005-05-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3165
3166         * src/SDCCast.c (funcOfType, funcOfTypeVarg, stringToSymbol,
3167           createFunction),
3168         * src/SDCC.y (external_definition, enumerator, parameter_declaration,
3169           compound_statement),
3170         * src/SDCCsymt.h,
3171         * src/SDCCsymt.c (addSymChain, processFuncArgs): fixed bug #1159134
3172
3173 2005-05-24 Raphael Neider <rneider AT web.de>
3174
3175         * src/pic16/glue.c (pic16_printGPointerType): fixed #1207796
3176
3177 2005-05-24 Raphael Neider <rneider AT web.de>
3178
3179         * device/include/pic16/pic18f{442,452,458}.h: fixed wrong
3180           TRISE definitions, closes bug #1162453
3181
3182 2005-05-22 Raphael Neider <rneider AT web.de>
3183
3184         * src/pic16/main.c (_process_pragma): check for missing
3185           arguments to pragmas code and udata
3186         * device/include/pic16/pic18f{2550,4331,4455,4520}.h:
3187           consistency fixes to match other headers (thanks to Jim Paris)
3188         * device/lib/pic16/libio/i2c.ignore: 18f4331 provides no I2C
3189
3190 2005-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
3191
3192         * src/SDCCicode.c (isOperandEqual): fixed missing ;
3193
3194 2005-05-19 Maarten Brock <sourceforge.brock AT dse.nl>
3195
3196         * support/regression/tests/bug1198642.c: new test
3197         * src/SDCCicode.c (isOperandEqual): fixed bug 1198642
3198         * src/SDCCcse.c (findPrevIc): added comment, please have a look
3199         * support/scripts/resource.h,
3200         * support/scripts/resource.rc,
3201         * src/src.dsp: added sdcc.ico to project as icon for sdcc.exe
3202         * support/scripts/sdcc.ico: added 32x32 icon
3203
3204 2005-05-18 Raphael Neider <rneider AT web.de>
3205
3206         * device/lib/pic16/libdev/pic18f*.c,
3207         * device/include/pic16/pic18f*.h: updated "sfr" and "at X"
3208           keywords to "__sfr" and "__at (X)"
3209         * device/include/pic16/pic18fregs.h: added pic18f4520
3210         * src/pic16/pcode.c (pic16_pCode2str): fixed (?) bug
3211           #1203088 (MPLAB compatibility)
3212
3213 2005-05-17 Raphael Neider <rneider AT web.de>
3214
3215         * device/include/pic16/pic18f{2550,4331,4455,4520}.h: NEW
3216         * device/lib/pic16/libdev/pic18f{2550,4331,4455,4520}.c: NEW
3217         * device/lib/pic16/pics.all: added new devices
3218         * src/pic16/device.c: added support for pic18f4520
3219
3220 2005-05-16 Raphael Neider <rneider AT web.de>
3221         * src/pic16/gen.{c,h}: s/mov2f/pic16_mov2f made public
3222         * src/pic16/genarith.c (genAddLit): fixed bug 1202480
3223         * src/pic16/pcode.{c,h} (pic16_newpCodeOpBit_simple): NEW
3224           convenience function for bit access
3225
3226 2005-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
3227
3228         * device/lib/printf_large.c: fixed bug 1193299
3229         * support/regression/tests/bug1057979.c: added test %3.3s
3230
3231 2005-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3232
3233         * device/include/mcs51/8051.h,
3234         * device/include/mcs51/8052.h: made parseable with lint
3235         * device/include/mcs51/lint.h: added include file for (sp)lint
3236         * doc/sdccman.lyx: added doc about use of splint (syntax checking tool)
3237         * doc/cdbfileformat.lyx,
3238         * doc/test_suite_spec.lyx: hardcoded date to the date of last text change
3239
3240 2005-05-14 Raphael Neider <rneider AT web.de>
3241
3242         * device/lib/pic16/Makefile.common.in: add --optimize-df to OPT_FLAGS
3243         * device/lib/pic16/libc/stdlib/itoa.c (new)
3244         * device/lib/pic16/libc/stdlib/Makefile: have itoa.c built
3245         * device/lib/pic16/libio/Makefile: exclude subdir according to
3246           ${subdir}.ignore for certain PICs (lacking e.g. i2c)
3247         * device/lib/pic16/libio/i2c.ignore (new): pic18f1220 has no I2C support
3248         * src/pic16/gen.c (genFunction): prevent annoying warning
3249         * src/pic16/pcode.c: renamed stack_t to dynstack_t to prevent
3250           nameclashes on BeOS
3251         * support/cpp2/cppmain.c (cpp_output_string): new
3252         * support/cpp2/cpplib.c (_cpp_do__Pragma): fixed _Pragma(""),
3253           fixes bug 1116802
3254
3255 2005-05-13 Borut Razem <borut.razem AT siol.net>
3256
3257         * src/SDCCmain.c (linkEdit): fixed bug 1195202
3258
3259 2005-05-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3260
3261         * .version: changed to version 2.5.1; back to bleeding edge development
3262
3263 2005-05-11 Borut Razem <borut.razem AT siol.net>
3264
3265         * doc/sdccman.lyx doc/cdbfileformat.lyx doc/test_suite_spec.lyx:
3266           generate PDF version 1.3 documents
3267
3268 2005-05-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3269
3270         * .version: changed to version 2.5.0
3271
3272 2005-04-27 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3273
3274         * doc/sdccman.lyx: updated weblinks, index and smaller updates
3275
3276 2005-04-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3277
3278         * doc/sdccman.lyx: changed version 2.5.0, documented --std-c89,
3279         --std-sdcc89, --std-c99, --std-sdcc99, and the corresponding #pragmas, as
3280         well as many smaller updates.
3281         * .version: changed to version 2.5.0-pre1
3282
3283 2005-04-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3284
3285         * src/SDCCmain.c (setIncludePath): added port->target to SDCC_INCLUDE_NAME
3286
3287 2005-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
3288
3289         * support/regression/tests/bug1185672.c: added
3290         * src/mcs51/gen.c (aopGetUsesAcc, genCpl, genAnd, genOr, genXor): fixed
3291           bug 1185672
3292         * src/mcs51/gen.c (genCall): added comments, made it look safer
3293         * src/mcs51/gen.c (genEndFunction): simplified
3294
3295 2005-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
3296
3297         * src/mcs51/ralloc.c (serialRegAssign): fixed bug 1189609
3298
3299 2005-04-14 Borut Razem <borut.razem AT siol.net>
3300
3301         * fixed bug 1045046 - SIGSEGV with really simple code?:
3302           src/pic/pcode.c (pCodeInitRegisters)- pseudo stack size increased to 16
3303           src/pic/ralloc.c (typeRegWithIdx) - error message on pseudo stack overflow
3304
3305 2005-04-14 Borut Razem <borut.razem AT siol.net>
3306
3307         * src/pic16/gen.c (genInline), src/pic16/main.c (_process_pragma),
3308           src/pic16/device.h: temporarily disabled experimental #inline pragma
3309           for 2.5.0 release
3310
3311 2005-04-14 Maarten Brock <sourceforge.brock AT dse.nl>
3312
3313         * device/include/z80/stdio.h,
3314         * device/include/z80/string.h: removed these highly incomplete files so
3315           SDCC can use the default ones in device/include/
3316
3317 2005-04-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3318
3319         * src/mcs51/gen.c (genEndFunction): removed unused variable to fix
3320         gcc warning.
3321         * device/lib/Makefile.in: default PORTINCDIR to the mcs51 subdir to
3322         fix sdcpp warnings.
3323
3324 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
3325
3326         * device/include/malloc.h: removed redundant __reentrant prototypes
3327         * device/lib/_mullong.c: added working xstack variant in asm (C version
3328           doesn't pass regression tests)
3329         * device/lib/bpx.c: used __data and made bpx char for mcs51
3330         * src/SDCCast.c (decorateType): removed unused GPTYPE_IDATA,
3331           (createFunction): fixed bug with xstackPtr
3332         * src/SDCCcse.c: corrected comments
3333         * src/SDCCopt.c (convertToFcall): fixed warning in MSVC,
3334           (killDeadCode, eBBlockFromiCode): removed unused code
3335         * src/SDCCsymt.h: removed unused GPTYPE_GPTR and GPTYPE_IDATA,
3336           corrected comments
3337         * src/mcs51/gen.c (aopForSym, aopPut, toBoolean, unsaveRegisters,
3338           assignResultValue, genCall, genFunction, genEndFunction, genAnd,
3339           genOr, genXor, genAddrOf): fixed several bugs concerning xstack
3340           (genModOneByte): fixed warning in MSVC
3341         * src/mcs51/main.c (): added comments
3342         * src/mcs51/peeph.def: changed 129 to 129.a, added 129.b, 129.c & 129.d
3343
3344 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
3345
3346         * src/SDCCmain.c (linkEdit): oops, changed one line too many
3347
3348 2005-04-11 Maarten Brock <sourceforge.brock AT dse.nl>
3349
3350         * src/SDCCmain.c (linkEdit): fixed bug with finding crt0.o for z80
3351
3352 2005-04-10 Vangelis Rokas <vrokas AT users.sourceforge.net>
3353
3354         * src/pic16/glue.c (printIvalChar): fixed bug when emitting
3355         characters arrays of larger size than the declared one.
3356
3357 2005-04-10 Borut Razem <borut.razem AT siol.net>
3358
3359         * src/pic/gen.c (genInline),
3360           src/pic/pcode.c (newpCodeAsmDir), (pCode2str),
3361           (genericPrint), (unlinkpCodeFromBranch), (compareLabel),
3362           (findNextInstruction), (findPrevInstruction),
3363           (findInstructionUsingLabel),
3364           src/pic/pcode.h: fixed bug #1164907 - Labels not being recognized
3365         * src/pic/pcode.c (findLabel): added missing '\n'
3366         * src/src.dsp: added SDCCdwarf2.c to the project
3367
3368 2005-04-09 Borut Razem <borut.razem AT siol.net>
3369
3370         * support/scripts/sdcc.nsi: added include/hc08/* h to NSIS setup
3371
3372 2005-04-08 Raphael Neider <rneider AT web.de>
3373
3374         * src/pic16/pcode.c: added helpers defmapInsertAfter (insert a new item
3375           into the chain after a given one) and mergeDefmapSymbols (combine
3376           defmap entries for each symbol per pcode)
3377         * (createDefmap): have defmap entries merged in the end
3378         * (defmapReplaceSymRef): split defmap entries covering two accesses to
3379           a symbol before replacing one access type's symbol, merge symbols in
3380           the end (replacement symbol might already have an entry)
3381         * (assignValnums): keep reference to written WREG intact
3382
3383 2005-04-08 Raphael Neider <rneider AT web.de>
3384
3385         * src/pic16/pcode.c (struct defmap_s): named anonymous union (for
3386           Alpha)
3387
3388 2005-04-08 Vangelis Rokas <vrokas AT users.sourceforge.net>
3389
3390         * src/pic16/pcode.c (pic16_get_op2): enlarged size of array b to 128
3391         bytes
3392
3393 2005-04-07 Raphael Neider <rneider AT web.de>
3394
3395         * device/include/pic16/usart.h: added compatibility defines for
3396           devices with more than one USART
3397         * device/include/pic16/pic18f[68][567]20.h: activated above defines
3398
3399 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
3400
3401         * device/lib/Makefile.in: updated for port specific include
3402
3403 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
3404
3405         * support/regression/ports/mcs51/spec.mk: added mcs51 include
3406
3407 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
3408
3409         * device/include/8051.h,
3410         * device/include/8052.h,
3411         * device/include/at89S8252.h,
3412         * device/include/at89c55.h,
3413         * device/include/at89x051.h,
3414         * device/include/at89x51.h,
3415         * device/include/at89x52.h,
3416         * device/include/mcs51reg.h,
3417         * device/include/reg51.h,
3418         * device/include/reg764.h,
3419         * device/include/regc515c.h,
3420         * device/include/sab80515.h: (re)moved these 12 files
3421         * device/include/mcs51/8051.h,
3422         * device/include/mcs51/8052.h,
3423         * device/include/mcs51/at89S8252.h,
3424         * device/include/mcs51/at89c55.h,
3425         * device/include/mcs51/at89x051.h,
3426         * device/include/mcs51/at89x51.h,
3427         * device/include/mcs51/at89x52.h,
3428         * device/include/mcs51/mcs51reg.h,
3429         * device/include/mcs51/reg51.h,
3430         * device/include/mcs51/reg764.h,
3431         * device/include/mcs51/regc515c.h,
3432         * device/include/mcs51/sab80515.h: and added them here
3433
3434 2005-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
3435
3436         * device/include/stdarg.h: changed SDCC specific keywords to double
3437           underlined form.
3438         * device/include/stdint.h: changed intptr_t and uintptr_t for others than
3439           mcs51 and ds390.
3440         * device/include/hc08/mc68hc908gp32.h,
3441         * device/include/hc08/mc68hc908jb8.h,
3442         * device/include/hc08/mc68hc908jkjl.h,
3443         * device/include/hc08/mc68hc908qy.h: fixed comments
3444         * device/include/mcs51/README: updated
3445         * device/include/mcs51/c8051f120.h: added PINRSF
3446         * device/lib/pic16/libc/stdlib/crc16.c: fixed comments
3447         * src/pic16/pcode.c: MSVC6 doesn't accept declaring new variables
3448           amidst code. Also inline is not supported.
3449
3450 2005-04-06 Raphael Neider <rneider AT web.de>
3451
3452         * src/pic16/pcode.c (pic16_pCodeReplace): also update pcflow->end
3453         * (createDefmap): fixed CALLs to depend on FSR1 and RETLW to restore
3454           callers stack/frame pointers
3455
3456 2005-04-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
3457
3458         * device/include/pic16/usart.h: added, missing in previous commit,
3459         * device/include/pic16/adc.h: fixed typo,
3460         * device/lib/pic16/libc/utils/cvtdec.S: added missing in previous
3461         commit,
3462         * device/lib/pic16/libc/stdlib/g_ftoa.S: modified to include
3463         <p18fxxx.inc>
3464         * device/lib/pic16/libc/stdio/streams.c: leave stdin, stdout
3465         uninitialized because a bug appears with gplink
3466         * device/lib/pic16/{some makefiles}: moved $(CSTD) from CFLAGS to
3467         COMPILE_FLAGS and added CPPFLAGS with -nostdinc because sdcpp
3468         complains for unrecognised option
3469
3470 2005-04-05 Raphael Neider <rneider AT web.de>
3471
3472         * src/pic16/gen.c (pic16_popCopyReg): made copying work for extended
3473           structs as well (using memcpy)
3474         * (genFunction): fixed comparison, used pCodeOpLabel to reduce warning
3475           on ISRs (GOTO has no label)
3476         * src/pic16/device.h: added OF_OPTIMIZE_DF
3477         * src/pic16/main.c: added compiler switch --optimize-df to enable the
3478           new data flow analysis/optimization
3479         * src/pic16/pcode.c: added (prototypes for and implementation of)
3480           dataflow analysis functions, fixed pCodeInstructions' inCond and
3481           outCond values, made RCALL a branch instruction
3482         * (pic16_unlinkpCode): keep C line if possible
3483         * (pic16_pCodeUnlink): removed cast on left side of assignment, have
3484           C line moved if possible
3485         * (pic16_getRegFrompCodeOp): NEW, improved version of...
3486         * (pic16_getRegFromInstruction,pic16_getRegFromInstruction2): changed
3487           to use new pic16_getRegFrompCodeOp (works for more SFRs)
3488         * (pic16_BuildFlow): fixed skip instructions with label (did not start
3489           new flow)
3490         * (pic16_getJumptabpCode): NEW, needed in...
3491         * (LinkFlow): fixed handling of jumptables, calls and conditional
3492           branches
3493         * (pic16_InsertCommentAfter): NEW
3494         * (pic16_pCodeReplace): made verbose and flow preserving
3495         * (AnalyzeFlow): added call to data flow analysis
3496         * src/pic16/pcode.h: added defmaps to pCodeFlow struct
3497         * src/pic16/pcodeflow.h: added PCC_STATUS to mean all STATUS bits
3498         * src/pic16/ralloc.c (packRegsForAssign): added return 1 in the end
3499
3500 2005-04-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3501
3502         * src/SDCCast.c (decorateType): fixed bug #1105626
3503
3504 2005-04-02 Vangelis Rokas <vrokas AT users.sourceforge.net>
3505
3506         * device/include/asm/pic16/features.h,
3507         * pic18f*.h headers,
3508         * device/include/pic16/adc.h,
3509         * device/include/pic16/delay.h,
3510         * device/include/pic16/i2c.h,
3511         * device/include/pic16/malloc.h,
3512         * device/include/pic16/stdio.h,
3513         * device/include/pic16/stdlib.h,
3514         * device/include/pic16/string.h,
3515         * device/lib/pic16/libc/stdio/printf_tiny.c,
3516         * device/lib/pic16/libc/stdio/printf_small.c,
3517         * device/lib/pic16/libc/stdio/strmgpsim.c,
3518         * device/lib/pic16/libc/stdio/strmmssp.c,
3519         * device/lib/pic16/libc/stdio/strmusart.c,
3520         * device/lib/pic16/libc/stdio/vfprintf.c,
3521         * device/lib/pic16/libc/stdlib/ltoa.c,
3522         * device/lib/pic16/libc/stdlib/putchar.c,
3523         * device/lib/pic16/libc/stdlib/x_ftoa.c,
3524         * device/lib/pic16/libc/stdlib/memchrpgm.c,
3525         * device/lib/pic16/libc/stdlib/memchrram.c,
3526         * device/lib/pic16/libc/stdlib/memcpypgm2ram.c,
3527         * device/lib/pic16/libc/stdlib/memcpyram2ram.c,
3528         * device/lib/pic16/libio/adc/adcbusy.c,
3529         * device/lib/pic16/libio/adc/adcread.c,
3530         * device/lib/pic16/libio/adc/adcsetch.c,
3531         * device/lib/pic16/libio/usart/ubaud.c,
3532         * device/lib/pic16/libio/usart/ubusy.c,
3533         * device/lib/pic16/libio/usart/udrdy.c,
3534         * device/lib/pic16/libio/usart/uopen.c,
3535         * device/lib/pic16/libio/usart/uputc.c,
3536         * device/lib/pic16/libsdcc/gptr/gptrget1.c,
3537         * device/lib/pic16/libsdcc/gptr/gptrget2.c,
3538         * device/lib/pic16/libsdcc/gptr/gptrget3.c,
3539         * device/lib/pic16/libsdcc/gptr/gptrget4.c,
3540         * device/lib/pic16/libsdcc/gptr/gptrput1.c,
3541         * device/lib/pic16/libsdcc/gptr/gptrput2.c,
3542         * device/lib/pic16/libsdcc/gptr/gptrput3.c,
3543         * device/lib/pic16/libsdcc/gptr/gptrput4.c: modified all SDCC
3544         specific keywords to double underlined form,
3545         * device/lib/pic16/libc/Makefile.rules,
3546         * device/lib/pic16/libsdcc/Makefile.rules,
3547         * device/lib/pic16/libm/Makefile,
3548         * device/lib/pic16/libio/Makefile.rules: added CSTD macro in CFLAGS
3549         to compile with C standard set in Makefile.common
3550         * device/lib/pic16/libc/stdlib/Makefile: added new C sources
3551         rand.c and crc.c in compilation process,
3552         * device/lib/pic16/libsdcc/int/divuint.c,
3553         * device/lib/pic16/libsdcc/long/divulong.c: changed declaration of
3554         `c' from signed to unsigned,
3555         * device/lib/pic16/startup/crt0.c,
3556         * device/lib/pic16/startup/crt0i.c,
3557         * device/lib/pic16/startup/crt0iz.c: adopted to all SDCC specific
3558         keywords to double underlined form, bug fixes in _do_cinit function
3559         which prevented the correct initialization of the .idata segment,
3560         * src/pic16/pcoderegs.c (insideLRBlock): fixed a bug that caused the
3561         core to enter a infinite loop
3562         * device/lib/pic16/libc/stdlib/rand.c, crc.c: new files
3563
3564 2005-04-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3565
3566         * src/SDCCicode.c (getArraySizePtr): fixed bug #1122171
3567
3568 2005-04-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3569
3570         * device/include/Makefile.in: add support for hc08 subdirectory
3571         * device/include/hc08/: new subdirectory
3572         * device/include/hc08/mc68hc908jkjl.h: new header contributed by
3573         Lucas Loizaga, thanks!
3574         * device/include/hc08/mc68hc908qy.h,
3575         * device/include/hc08/mc68hc908gp32.h,
3576         * device/include/hc08/mc68hc908jb8.h: moved hc08 register defs to
3577         their own directory. Changed internal macro names to use the compiler
3578         reserved namespace. Changed SDCC specific keywords to double
3579         underlined form.
3580         * device/include/math.h,
3581         * device/include/malloc.h,
3582         * device/include/stdarg.h,
3583         * device/include/stdbool.h
3584         * device/include/string.h,
3585         * device/include/tinibios.h,
3586         * device/include/ds400rom.h,
3587         * device/include/8051.h,
3588         * device/include/8052.h,
3589         * device/include/80c51xa.h,
3590         * device/include/at89c55.h,
3591         * device/include/at89S8252.h,
3592         * device/include/at89x51.h,
3593         * device/include/at89x52.h,
3594         * device/include/ds80c390.h,
3595         * device/include/reg764.h,
3596         * device/include/regc515c.h,
3597         * device/include/sab80515.h,
3598         * device/include/mcs51/c8051f000.h,
3599         * device/include/mcs51/c8051f018.h,
3600         * device/include/mcs51/c8051f020.h,
3601         * device/include/mcs51/c8051f040.h,
3602         * device/include/mcs51/c8051f060.h,
3603         * device/include/mcs51/c8051f120.h,
3604         * device/include/mcs51/c8051f300.h,
3605         * device/include/mcs51/c8051f310.h,
3606         * device/include/mcs51/c8051f320.h,
3607         * device/include/mcs51/c8051f330.h,
3608         * device/include/mcs51/c8051f350.h,
3609         * device/include/z180.h: Changed SDCC specific keywords to double
3610         underlined form.
3611
3612 2005-03-31 Vangelis Rokas <vrokas AT users.sourceforge.net>
3613
3614         * src/pic16/device.c (Pics16[]): added devices 18F2550, 18F4331,
3615         18F4455,
3616         * (pic16_assignConfigWordValue): disable testing of configuration
3617         register value with config mask,
3618         * src/pic16/gen.c (pic16_testStackOverflow): prefix stack test
3619         function with port->fun_prefix,
3620         * (genFunction): when generating a naked interrupt function never
3621         create an absolute segment placed in interrupt vector address, place
3622         the actual interrupt function at IVA instead, when an interrupt
3623         function is generated with unspecified interrupt then do not create
3624         the absolute section,
3625         * (genGenPointerGet, genGenPointerSet, genPackBits): replace all
3626         code for generating a call to generic pointer get/put function with
3627         a call to function pic16_callGenericPointer(),
3628         * src/pic16/genutils.c (pic16_callGenericPointerRW): NEW, generates
3629         the call to the generic pointer get/put functions with prefixing the
3630         function name with port->fun_prefix,
3631         * src/pic16/glue.c (pic16glue): ifdef-out test of OF_LR_SUPPORT,
3632         * src/pic16/main.c (_process_pragma): prefix function with
3633         port->fun_prefix,
3634         * (_pic16_finaliseOptions): define macro __18Fxxxx macro when
3635         calling assembler, old 18Fxxxx macro is deprecated,
3636         * src/pic16/pcode.c (unlinkpCodeFromBranch): added PC_INLINE and
3637         PC_ASMDIR in while condition,
3638         * (findInstruction): add PC_ASMDIR in while condition,
3639         * (buildCallTree): prefix main with port->fun_prefix,
3640         * (pic16_pCode2str): fixed bug that didn't emit the memory access
3641         identifier for variable with banked access in instructions BTFSS,
3642         BTFSC, BCF, BSF, BTG
3643         * (AnalyzeFlow): moved call to OptimizepCode to pic16_AnalyzeBanking,
3644         * src/pic16/pcodepeep.c (pCodeOpCompare): increase size of b to 1024,
3645         * src/pic16/pcoderegs.c (pic16_pCodeRegoptimizeRegUsage): don't
3646         perform optimization when enviroment variable NO_REG_OPT is set,
3647         * (insideLRBlock): NEW, return 1 if register is inside an
3648         INF_LOCALREGS block,
3649         * (RemoveRegFromLRBlock): remove a register that is completely
3650         eliminated by register optimization, but it is still left in local
3651         register store/restore in/from stack block,
3652         * (Remove2pcodes): after removing register, check to see if it
3653         should be removed from local register store/restore in/from stack
3654         block,
3655         * src/pic16/ralloc.c (pic16_decodeOp): added decode for
3656         DUMMY_READ_VOLATILE,
3657
3658         * device/include/pic16/adc.h: minor prototype modifications and
3659         update,
3660         * device/include/pic16/malloc.h: added GPL notice various
3661         modifications,
3662         * device/include/pic16/stdint.h: NEW, standard header for ints
3663         * device/include/pic16/delay.h: NEW, header for delay functions,
3664         delay10tcy, delay100tcy, delay1ktcy, delay10ktcy, delay100ktcy,
3665         delay1mtcy,
3666         * device/include/pic16/signal.h: NEW, header providing helper macros
3667         for implementing signal handlers,
3668         * device/include/pic16/stdio.h: added prototypes for functions,
3669         printf, vprintf, sprintf, vsprintf, fprintf, vfprintf. Added
3670         prototypes for stdin and stdout, added macro PUTCHAR to
3671         automatically implement putchar function prototype,
3672         * device/include/pic16/usart.h: modified and updated USART library,
3673         * device/lib/pic16/libio/adc/,
3674         * device/lib/pic16/libio/i2c: some modifications to improve library
3675         performance,
3676         * device/lib/pic16/libc/stdio/: modifications for the new printf*
3677         family of functions,
3678         * device/lib/pic16/libc/stdlib/: various modifications in the malloc
3679         family of functions and other sources,
3680         * device/lib/pic16/libio/usart/: NEW, c sources for the usart module
3681         of the PIC18Fxx[28] devices,
3682         * device/lib/pic16/libc/delay/: NEW, c sources for the delay functions,
3683         * device/lib/pic16/libc/utils/: minor modifications in the .S sources,
3684         * device/lib/pic16/startup/{crt0i.c, crt0iz.c}: redesign of the
3685         _do_cinit function, because the previous failed when local variables
3686         where not placed in the same memory bank,
3687         * device/lib/pic16/libsdcc/char/: various modifications to improve
3688         library performance,
3689         * doc/sdccman.lyx: some reorganization of the PIC16 part, added many
3690         information on the new functions of the c library and more...
3691
3692 2005-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3693
3694         * src/SDCCBBlock.c (iCodeBreakDown): fixed bug #1170212
3695
3696 2005-03-26 Raphael Neider <rneider AT web.de>
3697
3698         * src/pic16/gen.c (genSkipc): fixed semantics (execute branch
3699           if condition == CARRY)
3700         * (genCmp): adapted to new genSkipc semantics
3701         * src/pic16/genutils.c (pic6_genCmp_special): removed side effect
3702           on rIfx (genCmp was broken)
3703
3704 2005-03-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3705
3706         * src/SDCCmain.c (setDefaultOptions, optionsTable[], parseCmdLine),
3707         * src/z80/main.c (_keywords[]),
3708         * src/SDCCglobal.h (struct options),
3709         * src/SDCC.y,
3710         * src/SDCC.lex (isTargetKeyword, doPragma, pragma_tbl[]): new pragmas
3711         to enable/disable SDCC and C99 extensions/keywords (std_c89, std_sdcc89,
3712         std_c99, std_sdcc99). Also, equivalent command line options (--std-c89,
3713         --std-sdcc89, --std-c99, --std-sdcc99). SDCC specific keywords are
3714         always available in leading double underscore form. The C99 support is
3715         mostly missing, but it's a start.
3716         * support/regression/tests/bug-227710.c: fixed nonconforming use of
3717         reserved identifier "__data".
3718
3719 2005-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
3720
3721         * src/mcs51/peeph.def: fixed bug 1170013
3722
3723 2005-03-22 Maarten Brock <sourceforge.brock AT dse.nl>
3724
3725         * device/include/mcs51reg.h: fixed bug 842007
3726
3727 2005-03-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3728
3729         * src/SDCCcflow.c (dfNumCompare): committed the wrong version of this
3730         last time.
3731
3732 2005-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3733
3734         * src/port.h (struct PORT),
3735         * src/avr/ralloc.c (avr_assignRegisters),
3736         * src/avr/main.c,
3737         * src/ds390/ralloc.c (ds390_assignRegisters),
3738         * src/ds390/main.c,
3739         * src/hc08/ralloc.c (hc08_assignRegisters),
3740         * src/hc08/main.c,
3741         * src/mcs51/ralloc.c (mcs51_assignRegisters),
3742         * src/mcs51/main.c,
3743         * src/pic/ralloc.c (pic14_assignRegisters),
3744         * src/pic/main.c,
3745         * src/pic16/ralloc.c (pic16_assignRegisters),
3746         * src/pic16/main.c,
3747         * src/xa51/ralloc.c (xa51_assignRegisters),
3748         * src/xa51/main.c,
3749         * src/z80/ralloc.c (z80_assignRegisters),
3750         * src/z80/ralloc.h,
3751         * src/SDCCopt.c (eBBlockFromiCode, replaceRegEqv, killDeadCode),
3752         * src/SDCCcse.c (ifxOptimize, cseBBlock, cseAllBlocks),
3753         * src/SDCCcse.h,
3754         * src/SDCCdflow.c (computeDataFlow),
3755         * src/SDCCdflow.h,
3756         * src/SDCCloop.c (addDefInExprs, loopInvariants, loopOptimizations),
3757         * src/SDCCloop.h,
3758         * src/SDCCcflow.c (*),
3759         * src/SDCCcflow.h,
3760         * src/SDCCBBlock.c (iCodeBreakDown, dumpEbbsToFileExt, eBBWithEntryLabel),
3761         * src/SDCCBBlock.h (struct ebbIndex): new struct that keeps two copies
3762         of the eBBlock list, sorted by both bbnum and dfnum. (fixes bug with
3763         immedDom() returning wrong block; probably fixes bug #1160833)
3764
3765 2005-03-20 Borut Razem <borut.razem AT siol.net>
3766
3767         * support/scripts/inc2h.pl: WIN32 port
3768
3769 2005-03-19 Maarten Brock <sourceforge.brock AT dse.nl>
3770
3771         * device/lib/makefile.in: added abs.c and labs.c
3772
3773 2005-03-17 Maarten Brock <sourceforge.brock AT dse.nl>
3774
3775         * device/include/stdint.h: added
3776         * device/lib/abs.c: added
3777         * device/lib/labs.c: added
3778         * device/include/stdlib.h: added abs() and labs() prototypes
3779         * device/lib/libsdcc.lib: added abs and labs
3780         * device/include/float.h,
3781         * device/lib/_fsmul.c,
3782         * device/lib/printf_fast.c,
3783         * device/lib/printf_tiny.c: updated comments
3784
3785 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3786
3787         * src/SDCCicode.c (geniCodeSwitch, geniCodeJumpTable): fixed
3788         bug #1164313
3789
3790 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3791
3792         * src/SDCCcse.c (cseBBlock): retain assignment to self when volatile
3793         * src/SDCCast.c (isLoopCountable): fixed bug #1161985
3794
3795 2005-03-15 Maarten Brock <sourceforge.brock AT dse.nl>
3796
3797         * device/lib/printf_large.c: removed inline assembly for portability and
3798           readability. Use printf_fast if speed or size are more important.
3799         * src/pic16/gen.c: removed conditions around use of DEBUGpc
3800         * src/pic16/genutils.h: added define for DEBUGpc for MSVC
3801
3802 2005-03-15 Vangelis Rokas <vrokas AT users.sourceforge.net>
3803
3804         * src/pic16/genutils.c (pic16_genCmp_special): initialized offs to
3805         prevent compiler warning
3806
3807 2005-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
3808
3809         * device/lib/pic16/startup/crt0i.c (_cinit): local variables where
3810         moved to level 0 and declared as static. Also they are explicit
3811         placed in access bank. This was necessery because some times they
3812         might cross memory bank boundaries. crt0iz.c is *NOT* updated!!!
3813         * src/pic16/device.h: added flag OPTIMIZE_CMP to enable some compare
3814         optimizations. Currently only compare to unsigned char is implemented,
3815         * src/pic16/gen.c: added fReturnIdx array,
3816         * (struct resolvedIfx) is moved to gen.h and made public,
3817         * (struct _G): added sregsAlloc and sregsAllocSet fields,
3818         * (aopForSym): added an optimization to directly store in stack of
3819         the operand of a SEND iCode,
3820         * (pic16_aopOp): don't return return registers as strings (AOP_STR)
3821         but as registers instead (AOP_REG) using the fReturnIdx array,
3822         * (pic16_freeAsmop): remove the freed register from the
3823         _G.sregsAlloc field,
3824         * (pic16_aopGet): in case AOP_STR, the compare to 'a' is changed to
3825         a compare of 'WREG',
3826         * (pic16_popGetTempRegCond): changed function prototype, now
3827         function takes also a bitVector argument v which holds the current
3828         set of registers that are allocated for stack access by aopForSym,
3829         registers allocated in aopForSym for accessing stack symbols are not
3830         any more part of the functions usedRegs field,
3831         * (genCall): some times aopOp is called for a stack variable to be
3832         send, aopForSym might perform the push, if this is true make sure
3833         that genCall doesn't push the variable twice by testing _G.resDirect,
3834         * (genFunction): changed testing for unspecified interrupt number
3835         from 256 to INTNO_UNSPEC,
3836         * modified selection scheme of frame pointer generation. Previously
3837         if function did use local registers a frame pointer was generated,
3838         now a frame pointer is generated only if function has arguments
3839         (that need PLUSW2 register access), or has stack arguments, or the
3840         compiler is not instructed to omit the frame pointer,
3841         * (genEndFunction): before restoring local registers that were saved
3842         in the function preamble, also restore the registers that *might*
3843         have been allocated for stack access,
3844         * (genRet): removed some old comments,
3845         * (genCmp, the active (RN's) version): added a call to the
3846         pic16_genCmp_special function to perform the compare with a more
3847         robust and optimized way,
3848         * (genInline): a feature has been added in inline code generation,
3849         which allows a wildcard variable substitution when writing inline
3850         assembly. Code is incomplete and experimental therefore undocumented,
3851         * (genCast): changed order of aopOp for result and right to allow
3852         aopForSym to directly load the result if possible,
3853         * src/pic16/genutils.c (selectCompareOp, pic16_genCmp_special): NEW,
3854         perform an optimized compare on some selected special occasions,
3855         * src/pic16/genutils.h: declaration of resolvedIfx structure from gen.c,
3856         * src/pic16/glue.c (pic16createInterrupVect): make sure we never
3857         generate an IVT any more,
3858         * src/pic16/main.c (pic16_optionsTable): added command line option
3859         --optimize-cmp,
3860         * (_pic16_initPaths): when calling C preprocessor define pic18fXXXX
3861         macro too, when calling assembler define pic18fXXXX *and* __18Fxxxx
3862         macros,
3863         * src/pic16/NOTES: Raphael Neider added in list of active developers
3864         * src/pic16/pcode.c (OPT_TYPE_STR): added strings jumptable_begin and
3865         jumptable_end to prevent bug #,
3866         * (pic16_pciADDWFC, ADDFWC, COMF, CLRF): added some missing flags in
3867         inCond and outCond fields,
3868         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): add a fix for bug #,
3869         * src/pic16/ralloc.c (serialRegAssign): explicit set willCS to 0 to
3870         turn off register spilling,
3871         * (packRegsForOneUse): synced with other ports' versions although it
3872         is not used currently,
3873         * (pic16_packRegisters): added an optimization while reading
3874         structure bitfields, some registers may be saved (malloc code is
3875         decreased by 80 bytes)
3876
3877 2005-03-12 Vangelis Rokas <vrokas AT users.sourceforge.net>
3878
3879         * src/SDCCcse.c (cseBBlock): inside 'do operand lookup' loop test if
3880         left is a bitfield, if yes, then don't optimize assignment. Perhaps
3881         this can be optimized more?
3882
3883 2005-03-10 Raphael Neider <rneider AT web.de>
3884
3885         * src/pic16/gen.c (pic16_loadFSR0, genPackBits, genUnpackBits,
3886           genNearPointerGet): (hopefully) fixed access to bitfields via
3887           pointers (p->bitN = x; and x = p->bitN; failed)
3888
3889 2005-03-09 Paul Stoffregen <paul AT pjrc.com>
3890
3891         * device/lib/printf_fast.c: fix leading zero format, eg "%02d"
3892
3893 2005-03-09 Raphael Neider <rneider AT web.de>
3894
3895         * src/SDCCopt.c (killDeadCode): fixed bug #1156016
3896
3897 2005-03-06 Maarten Brock <sourceforge.brock AT dse.nl>
3898
3899         * src/SDCCicode.h: moved CRITICAL and ENDCRITICAL from SKIP_IC2 to SKIP_IC
3900         * src/mcs51/ralloc.c (willCauseSpill): added check for REG_BIT type,
3901           (regTypeNum): set REG_BIT type if necessary
3902         * src/mcs51/ralloc.h: added define REG_BIT, used to fix bug 1144613
3903         * support/regression/tests/critical.c: check bug 1144613
3904
3905 2005-03-02 Raphael Neider <rneider AT web.de>
3906
3907         * src/pic16/gen.c (genRightShiftLiteral): fixed bug #1154256
3908
3909 2005-02-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3910
3911         * src/avr/ralloc.c (serialRegAssign),
3912         * src/ds390/ralloc.c (serialRegAssign),
3913         * src/hc08/ralloc.c (serialRegAssign),
3914         * src/mcs51/ralloc.c (serialRegAssign),
3915         * src/pic/ralloc.c (serialRegAssign),
3916         * src/pic16/ralloc.c (serialRegAssign),
3917         * src/xa51/ralloc.c (serialRegAssign),
3918         * src/z80/ralloc.c (serialRegAssign): fixed bug #1105154
3919
3920 2005-02-22 Maarten Brock <sourceforge.brock AT dse.nl>
3921
3922         * src/SDCCast.c (decorateType): fixed bug 1124787
3923
3924 2005-02-20 Hubert Sack <sack AT digiplan.de>
3925         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3926
3927         * src/mcs51/peeph.def: added peepholes 3.h-k and 132.a-f from
3928         patch #1121755
3929
3930 2005-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3931
3932         * src/SDCCpeeph.def: new keyword "labelRefCountChange" which allows peepholes
3933         to keep the correct label reference count when adding/removing references
3934         to labels. A peephole file using this is appended to patch #1144962.
3935
3936 2005-02-14 Raphael Neider <rneider AT web.de>
3937
3938         * device/lib/pic16/libc/string/memccpy.c: changed 3rd argument to char
3939         * src/SDCC.lex (process_pragma): fixed to make disable_warning work for PIC16
3940         * src/pic16/gen.c (aopForSym, calls to pic16_aopOp): prevent unneccessary
3941           retrievals of result operand's value on assignment
3942
3943 2005-02-13 Vangelis Rokas <vrokas AT otenet.gr>
3944
3945         * device/include/pic16/string.h: modified prototype for memccpy()
3946         to memccpy(void *, void *, char, size_t)
3947         * src/pic16/gen.c (genFunction, genEndFunction): reenable if-case to
3948         check whether to omit frame pointer or not,
3949         * (genInline): convert all occurences of "\n" to LF in inline
3950         assembler blocks, this helps formatting the inline text,
3951         * (pic16_loadFSR0): modified prototype,
3952         * (genNearPointerGet, genNearPointerSet): reorganization of code,
3953         removed some 8051 legacy code,
3954         * (genPackBits): enabled handling bitfields exceeding one byte in size,
3955         * src/pic16/ralloc.c (pic16_assignRegisters): clear dynrIdx variable
3956         before allocating temporary registers in functions,
3957
3958 2005-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
3959
3960         * support/regression/tests/bitvars.c: corrected the "fix"
3961
3962 2005-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
3963
3964         * support/regression/tests/bitvars.c,
3965         * support/regression/tests/bitwise.c,
3966         * support/regression/tests/rotate.c: "fixed" problems on Alpha
3967
3968 2005-02-10 Raphael Neider <rneider AT web.de>
3969
3970         * src/pic16/pcode.c (assignToSameBank) : fixed cast to pointer of
3971           different size for Alpha
3972         * src/pic16/gen.c (genCmpEq) : improved compare with 0
3973
3974 2005-02-09 Raphael Neider <rneider AT web.de>
3975
3976         * src/SDCC.lex(doPragma) : save and restore warning options as well
3977           (also added new stack plus clone- and copyAndFreeSDCCERRG())
3978         * have #pragma less_pedantic set the errorlevel to WARNING
3979           (fixes #1117001)
3980         * (cloneOptimize) : fixed wrong malloc's size
3981         * support/Util/SDCCerr.[ch] : made SDCCERRG globally accessible to
3982           facilitate correct handling of #pragma (save|restore)
3983
3984 2005-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
3985
3986         * src/mcs51/gen.c: removed non-standard C nameless struct/union
3987
3988 2005-02-04 Slade Rich <slade_rich AT users.sourceforge.net>
3989
3990         * src/pic/gen.c : Fix for bugs #1080519 & #1115662.
3991
3992 2005-02-03 Maarten Brock <sourceforge.brock AT dse.nl>
3993
3994         * device/include/mcs51/c8051f120.h: added declarations for sbit port 2,3&4
3995
3996 2005-02-02 Raphael Neider <rneider AT web.de>
3997
3998         * src/SDCCast.c (processParms): disabled W_NONRENT_ARGS for pic16 port
3999         * src/pic16/gen.c (aopForSym): reenabled special case for function pointers
4000         * (pic16_storeForReturn): fixed to allow returning function pointers
4001         * (genPackBits): improved accessing full bytes, implemented for GPOINTERs
4002         * device/include/pic16/{stddef.h,stdbool.h}: added
4003
4004 2005-02-02 Maarten Brock <sourceforge.brock AT dse.nl>
4005
4006         * device/include/mcs51/c8051f040.h: added define CPT2_PAGE
4007
4008 2005-02-01 Slade Rich <slade_rich AT users.sourceforge.net>
4009
4010         * src/pic16/pic16.dsp : Added file graph.c to make it compile under windows
4011         * src/pic16/Makefile.bcc : Do not use this file but added file graph.c as it
4012          appeared to be required
4013
4014 2005-01-31 Borut Razem <borut.razem AT siol.net>
4015
4016         * support/scripts/sdcc.nsi: added include/asm/ds390, include/asm/mcs51,
4017           include/mcs51 and include/z80 directories to the package
4018
4019 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4020
4021         * src/hc08/gen.c (genFunction): fixed bug #1112752
4022
4023 2005-01-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4024
4025         * src/mcs51/peeph.def: adapted peephole 258.x to changed gen.c (genAnd)
4026
4027 2005-01-29 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4028
4029         * src/mcs51/gen.c (genAnd): accessing LSB/MSB by rotating acc
4030
4031 2005-01-29 Maarten Brock <sourceforge.brock AT dse.nl>
4032
4033         * device/include/Makefile.in: create/copy mcs51 and z80 include subdirs
4034
4035 2005-01-27 Maarten Brock <sourceforge.brock AT dse.nl>
4036
4037         * device/include/c8051fxxx.h: removed these 6 files
4038         * device/include/mcs51/c8051fxxx.h: added these 11 new files
4039
4040 2005-01-26 Raphael Neider <rneider AT web.de>
4041
4042         * src/pic16/gen.c (genAssign): fixed assignment from longs
4043           in codespace (were cut to three bytes)
4044         * (genDummyRead): implemented (except for CODESPACE...),
4045           fixed bug #1108575
4046         * src/pic16/glue.c (emitStatistics): beautified
4047         * device/lib/pic16/libm/Makefile: added include path
4048
4049 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4050
4051         * src/z80/gen.c (aopPut): fixed bug #1103902
4052
4053 2005-01-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4054
4055         * device/lib/expf.c: fixed bug #1095792
4056
4057 2005-01-24 Vangelis Rokas <vrokas AT otenet.gr>
4058
4059         * device/lib/pic16/libm: added Math library sources
4060
4061 2005-01-24 Raphael Neider <rneider AT web.de>
4062
4063         * src/pic16/pcode.h: added second memory operand to pCodeOpReg
4064           to enable upcast to pCodeOpReg2 (there is no type tag to
4065           differenciate the two and pic16_popGet2p cast into PCOR2)
4066         * src/pic16/main.c (_process_pragma): fixed another malloc bug
4067           (sizeof(sectNames) changed to sizeof(sectName))
4068           Both patches fix segfaults under MinGW.
4069
4070 2005-01-23 Raphael Neider <rneider AT web.de>
4071
4072         * src/pic16/{device.c,pcode.c}: s/free/Safe_free/g for
4073           Safe_[mc]?alloc()'ed variables
4074         * src/pic16/gen.c (pic16_aopOp,pic16_popGet): added handling
4075           of (byte sized) temporaries (assign them to WREG for now)
4076         * src/pic16/main.c (_process_pragma): fixed nasty malloc bug
4077           (used sizeof(set *sectSyms) instead of sizeof(struct sectSym)),
4078           this might fix SIGSEGVs on MinGW...
4079         * src/SDCCopt.c (killDeadCode): restored original behaviour
4080           (volatile operands might get thrown away though)
4081
4082 2005-01-23 Vangelis Rokas <vrokas AT otenet.gr>
4083
4084         * src/pic16/gen.c: fixed bug #1106975,
4085         * src/pic16/gen.c: fixed possible bug #1102572, now during TOS
4086         pointer update, INTCON is saved, global interrupts are disabled and
4087         restored after updateing TOS.
4088         * src/SDCC.y, src/SDCC.lex, src/SDCCsymt.c, src/SDCCsymt.h:
4089         * added function attribute 'shadowregs' to take advantage of shadow
4090         registers,
4091         * added function attribute 'wparam' as an alternative to the wparam
4092         pragma,
4093         * support/Utils/SDCCerr.[ch]: added error E_SHADOWREGS_NO_ISR when
4094         user declares a non-ISR function as 'shadowregs',
4095         * doc/sdccman.lyx: updated to reflect recent changes of pic16 port
4096
4097 2005-01-22 Vangelis Rokas <vrokas AT otenet.gr>
4098
4099         * .version: bumped version number to 2.4.8
4100         * device/lib/pic16/pics.all: list of PIC18F devices supported by
4101         pic16 port,
4102         * device/lib/pic16/libio/i2c/: I2C module support library,
4103         * device/include/pic16/i2c.h: I2C support library header,
4104         * device/lib/pic16/libc/stdio/: standard IO support sources,
4105         * (printf_small.c): printf_small() source, supports float print,
4106         * (printf_tiny.c): printf_tiny() source, does not support floats,
4107         * device/lib/pic16/Makefile.common.in: added OPT_FLAGS macro to
4108         enable global optimizations for entire library source, other
4109         Makefiles in the source tree are also modified to reflect this,
4110         * device/lib/pic16/libc/stdlib/putchar.c (putchar): dummy putchar()
4111         function,
4112         * doc/sdccman.lyx: updated to reflect new changes,
4113         * src/pic16/gen.c (aopForSym): don't handle sym->iaccess in
4114         sym->onStack if-case,
4115         * src/pic16/main.c (_pic16_keywords): commented out keywords bit,
4116         sbit, idata, _idata, xdata, _xdata,
4117         * added pragma library, to link an external library, (see doc),
4118         * removed command line options, --pomit-config-words, --pomit-ivt,
4119         --pleave-reset-vector,
4120         * (pic16_finaliseOptions): when define macro SDCC_MODEL_{SMALL/LARGE}
4121         when calling assembler to reflect memory model used, also define
4122         macro STACK_MODEL_{SMALL/LARGE} when compiling and assembling to
4123         reflect stack model used,
4124         * src/pic16/ralloc.c (pic16_allocDirReg): when operand is allocated
4125         on stack return NULL,
4126
4127 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
4128
4129         * src/SDCCopt.c (killDeadCode): do not throw iCodes away if one
4130           of the operands is volatile. Fixes #1020220
4131
4132 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
4133
4134         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): reenabled optimization
4135         * (OptimizeRegUsage): make sure that there is really no other flow where
4136           the first pCode is used
4137
4138 2005-01-22 Raphael Neider <rneider AT web.de>
4139
4140         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): disabled optimization
4141           to fix #1106967 (pCode->seq are not set up correctly)
4142
4143 2005-01-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4144
4145         * src/SDCCglue.c (glue): make sure code area is declared before the
4146         static initialization area.
4147
4148 2005-01-21 Raphael Neider <rneider AT web.de>
4149
4150         * device/lib/Makefile.in: fixed test for pic16 install dir
4151         * device/lib/pic16/*/Makefile*: modified compile flags to enable
4152           optimizations
4153         * doc/sdccman.lyx: updated banksel optimization, removed --flr-support and
4154           added --optimize-goto compiler switch and pragma wparam documentation
4155         * src/pic16/pcode.c (pic16_OptimizeBanksel): removed statistics dump
4156         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed copying of WREG, PRODL
4157           and PRODH closing bug #1071770 (peephole optimizer)
4158
4159 2005-01-19 Raphael Neider <rneider AT web.de>
4160
4161         * src/SDCCglobl.h: ensure that PATH_MAX >= 2048 to guarantee
4162           cmdLine buffers (used when calling sdcpp...) are large enough
4163           (MAX_PATH=256 truncates arguments leading to system halts when
4164           used in MinGW...)
4165         * src/pic16/gen.c (pic16_sameRegs): relaxed size criterion
4166         * (genUminus): rewritten to for efficiency
4167         * (genNearPointer[GS]et): enforce reloading of FSR0 (was still
4168           used uninitialized in some cases)
4169         * (genCast): upcasting a 16bit int to a 24bit GPOINTER may not
4170           copy the third byte from the int -- now assumes 0x80 (data memory)
4171         * src/pic16/genarith.c (pic16_genPlus): fixed bug when swapping
4172           operands (genAddLit expects the iCode's operands to swapped as
4173           well), fixed leftover bytes (crashed for short left operands)
4174         * (pic16_genMinusDec): performance improvements, removed false
4175           PIC14 emitSKPNCs
4176         * (pic16_genMinus): fixed to cope with differently sized operands
4177         * src/pic16/glue.c (pic16_glue): added new banksel optimization
4178           for --obanksel > 1
4179         * src/pic16/pcode.c: implemented (first phase of) banksel optimization
4180         * src/pic16/graph.[ch]: implementation of directed graphs, used by
4181           new banksel optimization
4182         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): prevented
4183           analysis for temporary registers (segfaults...)
4184         * src/pic16/peeph.def: added rule
4185
4186 2005-01-18 Vangelis Rokas <vrokas AT otenet.gr>
4187
4188         * device/lib/pic16/libc/stdlib/x_ftoa.c: it defines x_ftoa function
4189         which converts a float number to its ASCII representation
4190         * device/lib/pic16/libc/utils/cnvfrac.S,cnvint.S: support
4191         functions to convert the fractional and integer part of a float to ASCII,
4192         * device/lib/pic16/libc/stdlib/(calloc.c,free.c, malloc.c,
4193         realloc.c): added _MALLOC_SPEC to explicit place variables in data
4194         ram
4195         * device/include/asm/pic16/features.h: added _CODE, _DATA, _AUTOMEM,
4196         _STATMEM macros,
4197         * device/include/pic16/adc.h: added GPL info,
4198         * src/pic16/gen.c (genIfxpCOpJump): perform an genIfxJump but using
4199         a pCodeOp as tested operand,
4200         * (genNearPointerGet): optimized bit testing, does not use
4201         intermediate register for bit value, test directly instead with
4202         BTFSS, BTFSC, works only for single bits,
4203         * (genpic16Code): dump the name of the iCode in the asm,
4204         * src/pic16/ralloc.c (decodeOp): removed static declaration and
4205         renamed to pic16_decodeOp,
4206         * (serialRegAssign): do not allocate a temporary register for iCode
4207         sequences that test a single bit for 1/0
4208
4209 2005-01-12 Vangelis Rokas <vrokas AT otenet.gr>
4210
4211         * src/pic16/pcode.[ch]: introduced pic16_stackpnt_*,
4212         pic16_framepnt_*, pic16_stack_*, pic1_frame_* pointer variables to
4213         access stack and frame pointers. They are initially assigned to
4214         point at pic16_pc_fsr1[lh] and pic16_pc_fsr2[lh] variables and other
4215         accessing SFRs. Updated all occurences of modification of stack or
4216         frame pointer in gen.c and pcode.c,
4217         * src/pic16/ralloc.c (serialRegAssign): fixed two bugs with
4218         assigning of a literal value to pointers,
4219         * src/pic16/main.c (pic16_finiliseOptions): set pre-processor define
4220         flag STACK_MODEL_SMALL or STACK_MODEL_LARGE according to the model
4221         selected
4222
4223 2005-01-11 Vangelis Rokas <vrokas AT otenet.gr>
4224
4225         * doc/sdccman.lyx: update documentation about stack pragma, added
4226         some info for stack memory models
4227
4228 2005-01-08 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4229
4230         * src/pic16/gen.c (DEBUGpc): MSVC 6 does not support macro variable arguments
4231
4232 2005-01-08 Raphael Neider <rneider AT web.de>
4233
4234         * src/pic16/device.c (pic16_dump_usection): changed naming scheme for
4235           udata sections to fix bug #1097823
4236
4237 2005-01-05 Raphael Neider <rneider AT web.de>
4238
4239         * src/pic16/gen.c (genGenericShift): added handling of differently
4240           sized left operand and result
4241
4242 2005-01-04 Raphael Neider <rneider AT web.de>
4243
4244         * src/pic16/gen.c (genIfxJump): fixed inverted skips on CARRY
4245         * (genIfx): fixed (?) read from uninitialized SPIL_LOC (now assumes CARRY
4246           to hold the condition bit)
4247         * added new version of genCmp (old code available via #define)
4248         * added new version of genShiftLeft/genShiftRight in a generic
4249           way, now supports shifting by negative values
4250         * (genLeftShiftLiteral, genRightShiftLiteral): use absolute value of
4251           shiftCount (expected by genGenericShift)
4252         * src/pic16/genarith.c (genPlus): added code for adding CARRY+literal
4253         * src/pic16/pcode.c (pic16_OptimizeJumps): removed annoying statistics
4254           dump
4255         * (pic16_newpCodeOpLit): changed to cast to unsigned char (as e.g. -32766
4256           is an invalid literal too...)
4257
4258 2005-01-04 Vangelis Rokas <vrokas AT otenet.gr>
4259
4260         * src/pic16/gen.c (aopForSym, genEndFunction): applied some fixes
4261         from Raphael Neider,
4262         * src/pic16/pcode.c (pic16_newpCodeOpLit): removed casting to char
4263         for 8-bit literals. This fixes some literal operands which are sign
4264         extended to 16-bits ints when instruction needs only 8-bits.
4265
4266 2004-12-31 Paul Stoffregen <paul AT pjrc.com>
4267
4268         * device/lib/logf.c: added mcs51 assembly version
4269         * device/lib/expf.c: added mcs51 assembly version
4270         * device/lib/_logexpf.c: new shared asm code for expf and logf
4271         * device/include/math.h: add defines for assembly math library
4272         * device/lib/Makefile.in: build new _logexpf.c
4273         * device/lib/libfloat.lib: use new _logexpf.c
4274
4275 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
4276
4277         * src/pic/device.c
4278         * src/pic/pcode.c : adjusted internal stack and pre-allocated registers for
4279           device types which have less than 0x7f registers.
4280
4281 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
4282
4283         * src/pic/genarith.c : Fixed problem with subtraction where the result would not be updated when borrowing.
4284
4285 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
4286
4287         * device/lib/printf_fast.c: only build on supported arch.
4288         * device/lib/printf_tiny.c: only build on supported arch.
4289         * device/lib/printf_fast_f.c: only build if asm float lib
4290         * device/lib/_fsget1arg.c: only build if asm float lib
4291         * device/lib/_fsget2args.c: only build if asm float lib
4292         * device/lib/_fsnormalize.c: only build if asm float lib
4293         * device/lib/_fsreturnval.c: only build if asm float lib
4294         * device/lib/_fsrshift.c: only build if asm float lib
4295         * device/lib/_fsswapargs.c: only build if asm float lib
4296         * device/include/stdio.h: don't provide print_fast,
4297           print_fast_f, print_tiny prototypes if --xstack used
4298
4299 2004-12-28 Maarten Brock <sourceforge.brock AT dse.nl>
4300
4301         * device/lib/sincosf.c (sincosf): don't invert bit/bool by ~
4302         * support/regression/ports/mcs51-stack-auto/spec.mk: added new _fs.. files
4303           to the SOURCES
4304
4305 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
4306
4307         * device/lib/printf_fast_f.c: same as printf_fast, but
4308           with floating point enabled
4309         * device/lib/printf_fast.c: minor tweaks
4310         * device/include/stdio.h: add printf_fast_f
4311
4312 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
4313
4314         * src/SDCCmain.c: make --float-reent default for mcs51
4315         * device/lib/_fsadd.c: added mcs51 assembly version
4316         * device/lib/_fssub.c: added mcs51 assembly version
4317         * device/lib/_fsmul.c: added mcs51 assembly version
4318         * device/lib/_fsdiv.c: added mcs51 assembly version
4319         * device/lib/_fseq.c: added mcs51 assembly version
4320         * device/lib/_fsneq.c: added mcs51 assembly version
4321         * device/lib/_fsgt.c: added mcs51 assembly version
4322         * device/lib/_fslt.c: added mcs51 assembly version
4323         * device/lib/_fscmp.c: shared code for fseq,fsgt,fslt,fsneq
4324         * device/lib/Makefile.in: add _fscmp to build
4325         * device/lib/libfloat.lib: add _fscmp to build
4326
4327 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
4328
4329         * device/lib/_fs2slong.c: added mcs51 assembly version
4330         * device/lib/_fs2sint.c: added mcs51 assembly version
4331         * device/lib/_fs2schar.c: added mcs51 assembly version
4332         * device/lib/_fs2ulong.c: added mcs51 assembly version
4333         * device/lib/_fs2uint.c: added mcs51 assembly version
4334         * device/lib/_fs2uchar.c: added mcs51 assembly version
4335         * device/lib/_slong2fs.c: added mcs51 assembly version
4336         * device/lib/_sint2fs.c: added mcs51 assembly version
4337         * device/lib/_schar2fs.c: added mcs51 assembly version
4338         * device/lib/_ulong2fs.c: added mcs51 assembly version
4339         * device/lib/_uint2fs.c: added mcs51 assembly version
4340         * device/lib/_uchar2fs.c: added mcs51 assembly version
4341         * device/include/float.h: added #define to select asm vs c
4342
4343 2004-12-26 Paul Stoffregen <paul AT pjrc.com>
4344
4345         * device/lib/printf_fast.c: improvements to float output
4346         * device/include/float.h: add defines for assembly float library
4347         * device/lib/_fsget1arg.c: receive 1 float arg
4348         * device/lib/_fsget2args.c: receive 2 float args (reentrant)
4349         * device/lib/_fsnormalize.c: normalize a float
4350         * device/lib/_fsreturnval.c: return float, various helper routines
4351         * device/lib/_fsrshift.c: right shift a float's mantissa
4352         * device/lib/_fsswapargs.c: swap 2 floats
4353         * device/lib/Makefile.in: build these 6 new files for mcs51
4354         * device/lib/libfloat.lib: add these 6 files to the library
4355
4356 2004-12-26 Borut Razem <borut.razem AT siol.net>
4357
4358         * sim/ucsim/avr.src/arith_inst.cc: fixed bug #1088372- savr is not
4359           built by gcc 3.4.2
4360
4361 2004-12-25 Paul Stoffregen <paul AT pjrc.com>
4362
4363         * device/lib/printf_tiny.c: printf for mcs51 in only 267 bytes,
4364           and fully reentrant and register bank neutral.
4365         * device/lib/printf_fast.c: added float (not enabled by default),
4366           added compact/slower integer (also not enabled by default),
4367           improved size/speed of fast integer code, other minor changes
4368         * device/include/stdio.h, device/lib/Makefile.in,
4369           device/lib/libsdcc.lib: integrate printf_tiny into mcs51 build
4370
4371 2004-12-24 Maarten Brock <sourceforge.brock AT dse.nl>
4372
4373         * src/pic16/pcode.c: declaring variables other than at the start of a
4374           block is not supported in C by VC6.
4375
4376 2004-12-22 Vangelis Rokas <vrokas AT otenet.gr>
4377
4378         * applied a previous patch from Raphael Neider that wasn't included
4379         in the previous commits, which fixes infinite loops within jumptable
4380         improvements,
4381         * made some fixes that previous patches introduced
4382
4383 2004-12-21 Vangelis Rokas <vrokas AT otenet.gr>
4384
4385         * src/pic16/gen.c (pic16_aopGet): applied fix from Raphael Neider
4386         that fixes an issue with AOP_PCODE asmop's offset,
4387         * (pic16_popCopyReg): update instance field too,
4388         * (mov2w): modified to pic16_mov2w because it conflicts with mov2w
4389         function of pic port,
4390         * (genCmp, genAnd, genAssign),
4391         * src/pic16/genarith.c (genAddLit): some fixes from Raphael Neider,
4392
4393 2004-12-20 Vangelis Rokas <vrokas AT otenet.gr>
4394
4395         * src/SDCCast.c (gatherAutoInit): allow pic16 to emit static
4396         variables initial values to idata section,
4397         * src/SDCCicode.c (geniCodeCall): patch from ### to fix unreferenced
4398         variables in some functions. This utilizes parmBytes field of iCode
4399         structure to hold the offset of the variable in stack. (might be
4400         able to use the stack field too?)
4401         * applied patch from Raphael Neider # ### , # ###
4402         * src/pic16/glue.c (pic16emitRegularMap): fix to print static
4403         variable initial values in idata section,
4404         * src/pic16/ralloc.c (pic16_allocDirReg): don't allocate register
4405         for static variables with initial value
4406         * src/device/lib/pic16/libsdcc/float/ulong2fs.c (__ulong2fs):
4407         applied fix in while loop from Raphael Neider.
4408
4409 2004-12-19 Maarten Brock <sourceforge.brock AT dse.nl>
4410
4411         * src/ds390/gen.c (genCpl): fixed bit=~(char/bit) bugs, added warning
4412         * src/ds390/main.c (_ds390_regparm): don't pass bit params in registers
4413         * src/ds390/ralloc.c (serialRegAssign): spill bits
4414         * src/mcs51/gen.c (genCpl): fixed bit=~(char) bugs, added warning
4415         * support/Util/SDCCerr.c,
4416         * support/Util/SDCCerr.h: added warning W_COMPLEMENT for using bit=~(bit)
4417         * support/regression/tests/bitvars.c: added tests for bitwise complement(~)
4418         * support/regression/tests/bitwise.c: added test for bitwise complement(~)
4419
4420 2004-12-09 Maarten Brock <sourceforge.brock AT dse.nl>
4421
4422         * device/include/sdcc-lib.h: inserted LGPL, added includes
4423           asm/ds390/features.h and asm/mcs51/features.h
4424         * device/include/asm/default/features.h,
4425         * device/include/asm/gbz80/features.h,
4426         * device/include/asm/z80/features.h: added empty _AUTOMEM
4427           and _STATMEM
4428         * device/include/asm/ds390/features.h,
4429         * device/include/asm/mcs51/features.h: added files with defines for
4430           _AUTOMEM and _STATMEM indicating automatic and static storage class
4431         * device/lib/printf_large.c (_print_format): optimized & used _AUTOMEM
4432         * doc/sdccman.lyx: version 2.4.7, updated xstack documentation
4433         * src/SDCCicode.c (geniCodeCast),
4434         * src/SDCCsymt.c (compareType): allow cast of data-ptr to idata-ptr
4435         * src/SDCCloop.c (loopInduction): removed unused variable lr
4436         * src/SDCCopt.c (convilong, convertToFcall): moved "easy special case"
4437           to convertToFcall to include char modulo (RFE 1065037), added check
4438           if left operand is unsigned and use abs of literal value
4439         * src/SDCCpeeph.c (setFromConditionArgs): removed double quotes option
4440           as it doesn't work after conversion from peephole.def to peephole.rul
4441         * src/mcs51/gen.c (toBoolean): added check for size,
4442           (genModOneByte): optimized code for signed char modulo a literal
4443           power of 2 (thanks to Hubert Sack),
4444           (genRRC): removed unnecessary "clr c",
4445           (genRLC): replaced "add a,acc" with cheaper "rlc a"
4446         * src/mcs51/peeph.def: renamed 115 to 115.a, added rule 115.b: another
4447           jump optimization,
4448           swapped rules 256.c and 256.d,
4449           extended 256.d by using new multiple checks (thanks Erik),
4450           added rules 256.e and 256.f,
4451           updated rule 261.a and 261.b to new generated code
4452         * support/regression/tests/muldiv.c: added test div/mod by a power of 2
4453
4454 2004-12-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4455
4456         * src/SDCCloop.c (basicInduction, loopInduction): fixed several
4457           induction related bugs, including first part of bug #1074377
4458
4459 2004-12-05 Vangelis Rokas <vrokas AT otenet.gr>
4460
4461         * applied patch from bug-report #1076292,
4462         * applied patches for genAnd and Goto-optimizations for Raphael
4463         Neider,
4464         * src/SDCCicode.c (printOperand): fixed !REGA source to compile and
4465         dump a less iCode information,
4466         * src/pic16/device.h (pic16_options_t): added field debgen,
4467         * src/pic16/gen.h: added macros DUMP_FUNCTION_ENTRY,
4468         DUMP_FUNCTION_EXIT, FENTRY, FENTRY2,
4469         * src/pic16/gen.c (my_powof2): renamed to pic16_my_powof2 and made
4470         puclic,
4471         * (various functions): added macros FENTRY and FENTRY2 to functions,
4472         to emit function prologue,
4473         * (various functions): fixed indentation,
4474         * (genNearPointerGet): fixed loading of FSR0,
4475         * (genPackBits): applied patch from Raphael Neider to fix updating
4476         of FSR0 and touching only the modified bits,
4477         * src/pic16/genarith.c (various functions): added macros FENTRY to
4478         emit function prologue in comments,
4479         * src/pic16/pcode.h: added functions debugf2, debugf3,
4480         * src/pic16/ralloc.c: partial fix for packForPush caused
4481         segmentation fault,
4482
4483 2004-12-04 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4484
4485         * src/mcs51/peeph.def: added 261.a,b (16 bit rotate) by Stas Sergeev
4486           <stsp AT users.sourceforge.net> with reversed byte order
4487         * support/regression/tests/rotate.c: added (ds390 skips some tests)
4488
4489 2004-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4490
4491         * src/z80/gen.c (genLeftShift, genRightShift): fixed second part of
4492           bug #1074377
4493         * src/hc08/gen.c (genrshFour, shiftRLong, shiftLLong),
4494         * src/mcs51/gen.c (shiftLLong): Fixed some shifting bugs Frieder found
4495
4496 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
4497
4498         * src/pic/pcode.c : fixed a problem where banksel was not being inserted.
4499
4500 2004-12-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4501
4502         * src/SDCCpeeph.c (callFuncByName): support combined peephole rule
4503           conditions,
4504           (setFromConditionArgs): friendly operand parser for peephole rules,
4505           (operandBaseName, operandsNotRelated): new peephole condition
4506           "operandsNotRelated" -- similar to "operandsNotSame", but takes
4507           architecture specific register naming into account, handles n-way
4508           comparisons, and supports quoted literals
4509         * src/mcs51/peeph.def: restored rule 177.d with an extra condition
4510
4511 2004-12-02 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4512
4513         * src/mcs51/peeph.def: fixed bug #1076940
4514
4515 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
4516
4517         * device/include/pic/pic16f877.h : added an include file for the PIC16F877 device.
4518
4519 2004-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4520
4521         Adding support for replacing ljmps with sjmps in jumptables
4522         generated for switch statements. For now you need to set the
4523         environment variable SDCC_SJMP_JUMPTABLE to enable this.
4524         Now 4 algorithms for mcs51 jumptable generation are used:
4525         ljmp or sjmp jumptables for up to 16 cases, stack-pushing target
4526         addresses loaded pc-relative for up to 112 cases and stack-pushing
4527         target addresses loaded with offset from dptr for up to 256 cases.
4528
4529         * src/SDCCpeeph.c: added peephole conditional labelJTInRange
4530         * src/mcs51/main.c: adapted constants for switch table generation
4531         * src/mcs51/peeph.def: added 260.x for replacing ljmp with sjmp
4532
4533 2004-11-26 Maarten Brock <sourceforge.brock AT dse.nl>
4534
4535         * device/lib/printf_large.c (_print_format): fixed bug 1073386
4536         * support/regression/tests/bug1057979.c: added test for bug 1073386
4537
4538 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
4539
4540         * src/pic16/pcode.c: fixed bug which may produce error in non-GNU
4541         compilers
4542
4543 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
4544
4545         * src/pic16/device.h,
4546         * src/pic16/genarith.c,
4547         * src/pic16/glue.c,
4548         * src/pic16/main.c,
4549         * src/pic16/pcode.c: applied patches #1068154 and #1070213
4550
4551 2004-11-24 Vangelis Rokas <vrokas AT otenet.gr>
4552
4553         Large cummulative patch for pic16 port.
4554         * device/lib/pic16/gstack.h: NEW, user can specify its own handler
4555         to call when a stack overflow occurs,
4556         * (malloc.h): added CVS Id tag,
4557         * (pic18f{242,252,442,452}.h): added T0CONbits structure and
4558         variable,
4559         * added libc directory. The current version of LibC contains string
4560         functions, ctype functions and macros and some functions of the
4561         stdlib set (like malloc/free/atof/atoi etc...). All functions are to
4562         be extensively tested in the future. Standard disclaimer here.
4563         Library is not automatically build yet. But one can build it by
4564         invoking 'make' inside the libc directory.
4565         * added ADC library under libio. Preliminary version yet.
4566
4567         * src/pic16/gen.h: added emitTOGC macro, to toggle Carry flag,
4568         * src/pic16/gen.c (aopForRemat): asmop size is filled by
4569         aopForRemat() now and not by pic16_aopOp(),
4570         * (pic16_popGetTempReg): removed warning messgae when allocating
4571         temporary registers, its a buggy feature and will be removed,
4572         * (pic16_popGet): set register instance field in AOP_CRY,
4573         * (pic16_outBitC): fixed for results in size greater than 1,
4574         * (genUminusFloat): fixed for pic16, ported code from mcs51,
4575         * (pic16_storeForReturn): optimized return of 0,
4576         * (genCmp): experimental code for new genCmp which uses PIC18's
4577         special compare&skip instructions. Initial tests fail some times
4578         with variables grater than 1 byte in size, so new code is disabled,
4579         * (genUnpackBits, genPackBits): more optimizations in reading/writing,
4580         a single bit,
4581         * (genCast): began a fix to optimize the casting of a bit to another
4582         bit, now assigning a bitfield to another bitfield will fail, sorry,
4583         * src/pic16/main.c: disabled the use of lr-support feature,
4584         * src/pic16/pcode.h: renamed PCASMDIR to PCAD,
4585         * added some function prototypes, added function _debugf prototype,
4586         * src/pic16/pcode.c: (pic16_get_op): fixed emitting operands of register
4587         bits with offset (case PO_GPR_BIT),
4588         * (genericPrint): don't emit INFO pcode when --pcode-verbose not in
4589         command line,
4590         * (isBankInstruction): modified to return 0 for no banking instruction,
4591         and 1 for banking instruction,
4592         * (pic16_isPCinFlow): check for PCAD (assembler directives) too,
4593         caused stop processing pCodes after a inline assembly block,
4594         * (pic16_popCopyGPR2Bit): updated to match bitfields with offset,
4595         * src/pic16/pcoderegs.c: fixed a bug with eliminating some temporary
4596         registers when it shouldn't,
4597         * src/pic16/ralloc.c (allocReg): add preliminary support for
4598         supporting a limited set of temporary registers,
4599
4600 2004-11-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4601
4602         * src/hc08/gen.c (genAssign, genPointerGetSetOfs, genDataPointerGet,
4603           genDataPointerSet): ensure assignments always copy in MSB to LSB
4604           order,
4605           (loadRegFromAop): recognize CLRH optimization,
4606           (genFunction): optimize RECEIVE iCodes in reentrant functions
4607
4608 2004-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4609
4610         * src/SDCCmain.c (parseCmdLine, optionsTable[]): fixed bug with
4611           --out-fmt-s19 turning into --out-fmt-elf if s19 was already
4612           selected.
4613         * src/SDCCmain.c (linkEdit): don't define SSEG for HC08
4614         * src/hc08/main.c (_hc08_setDefaultOptions): default xdata to be
4615           contiguous with data
4616
4617 2004-11-19 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4618
4619         * device/lib/_gptrget.c (_gptrget),
4620         * device/lib/_gptrgetc.c (_gptrgetc),
4621         * device/lib/_gptrput.c (_gptrput): _naked allows to use ret
4622           instead of sjmp to ret
4623         * src/mcs51/peeph.def: added peepholes 3.d-g and 177.g,h provided
4624           by Hubert Sack <hsack2002 AT arcor.de> in RFE #1067986, thanks
4625
4626 2004-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
4627
4628         * .version: bumped version to 2.4.7
4629         * device/lib/_gptrget.c (_gptrget): is now _naked
4630         * device/lib/_gptrgetc.c (_gptrgetc): is now _naked
4631         * device/lib/_gptrput.c (_gptrput): is now _naked
4632         * src/SDCCast.c (createBlock): removed ridiculous self-assignment,
4633           (createFunction): fixed xstack
4634         * src/SDCCglue.c (emitMaps): set allocation required for bit area
4635         * src/SDCCicode.c (geniCodeCast): don't change SPEC_OCLS for literal
4636           or bit either,
4637           (geniCodeCritical): store original interrupt state in an iTemp bit
4638           var unless stack-auto
4639         * src/SDCCicode.h: added CRITICAL and ENDCRITICAL to SKIP_IC2
4640         * src/SDCCmain.c (setIncludePath): added include/target to search path
4641         * src/SDCCmem.c (allocParms): store bit vars in bit space, not overlay
4642         * src/SDCCsymt.c (checkFunction): don't check regbank for isr's against
4643           prototype,
4644           (processFuncArgs): put bit vars in bit area
4645         * src/mcs51/gen.c (saveRegisters, unsaveRegisters, genXpush, saveRBank,
4646           unsaveRBank): fixed xstack,
4647           (genFunction): bugfix: replaced (global!) reentrant with fReentrant,
4648           (genFunction, genEndFunction): fixed xstack,
4649           (genAssign): optimization don't walk backwards through mem
4650         * src/mcs51/main.c (_mcs51_regparm): don't pass bit params in registers
4651         * src/mcs51/ralloc.c (createStackSpil): spill bits to bit area
4652         * support/regression/Makefile: also make library (for stack-auto) when
4653           making "all" and added "test-mcs51-xstack-auto"
4654         * support/regression/fwk/lib/testfwk.c: added T2_isr prototype for mcs51
4655         * support/regression/ports/mcs51/T2_isr.c: added this file as a stub
4656         * support/regression/ports/mcs51/fwk.lib: added to link T2_isr stub
4657         * support/regression/ports/mcs51/spec.mk: added rules for fwk.lib
4658         * support/regression/ports/mcs51-stack-auto/spec.mk: replaced
4659           make-library by MAKE_LIBRARY
4660         * support/regression/ports/mcs51-xstack-auto/spec.mk: file added to run
4661           regression tests for xstack
4662         * support/regression/tests/bitvars.c: test for bit vars (bug 938782)
4663         * support/regression/tests/critical.c: test for critical on mcs51
4664
4665 2004-11-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4666
4667         * support/regression/ports/ucz80/spec.mk: use include and lib files from
4668           built version of sdcc instead of installed version
4669
4670 2004-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
4671
4672         * src/mcs51/gen.c (toBoolean): fixed bug 1065458
4673         * device/lib/Makefile.in: z80 uses printf_large.c, sprintf.c and
4674           vprintf.c now
4675         * device/lib/printf_large.c (calculate_digit): fixed bug 1057979
4676         * device/lib/z80/Makefile: don't use printf.c as it fails bug 1057979
4677           WARNING: remove device/lib/build/z80/printf.o by hand when
4678           updating from previous build!
4679         * device/lib/z80/printf.c: updated comment
4680         * support/regression/tests/bug1057979.c: test all ports now
4681         * support/regression/tests/bug1065458.c: file added
4682
4683 2004-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4684
4685         * src/z80/gen.c (genFunction, genEndFunction): avoided generating
4686           *_start and *_end symbols for static functions
4687
4688 2004-11-11 Maarten Brock <sourceforge.brock AT dse.nl>
4689
4690         * src/SDCCmain.c (linkEdit): don't suppress crt0 if --nostdlib is used
4691           and search crt0.o in all library paths,
4692           (setIncludePath): proper handling of --nostdinc,
4693           (setLibPath): proper handling of --nostdlib
4694         * support/regression/Makefile,
4695         * support/regression/ports/ds390/spec.mk,
4696         * support/regression/ports/gbz80/spec.mk,
4697         * support/regression/ports/hc08/spec.mk,
4698         * support/regression/ports/mcs51/spec.mk,
4699         * support/regression/ports/mcs51-large/spec.mk,
4700         * support/regression/ports/mcs51-stack-auto/spec.mk,
4701         * support/regression/ports/z80/spec.mk: use include and lib files from
4702           built version of sdcc instead of installed version
4703         * doc/sdccman.lyx: fixed typo in --nostdinc
4704
4705 2004-11-10 Slade Rich <slade_rich AT users.sourceforge.net>
4706
4707         * src/pic/pcode.c,
4708         * src/pic/device.c,
4709         * src/pic/ralloc.c,
4710         * src/pic/gen.c : added support to generate code for struct bit fields.
4711
4712 2004-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
4713
4714         * as/xa51/xa_version.h,
4715         * device/include/errno.h,
4716         * device/include/regc515c.h,
4717         * device/lib/_itoa.c,
4718         * device/lib/_ltoa.c,
4719         * device/lib/ser_ir_cts_rts.c,
4720         * sim/ucsim/xa.src/glob.cc,
4721         * sim/ucsim/xa.src/inst_gen.cc,
4722         * sim/ucsim/xa.src/xa_bit.cc,
4723         * sim/ucsim/xa.src/xa_sfr.cc,
4724         * sim/ucsim/z80.src/inst_dd.cc,
4725         * sim/ucsim/z80.src/inst_fdcb.cc,
4726         * support/scripts/keil2sdcc.pl,
4727         * src/pic16/pic16.dsp,
4728         * src/pic16/pic16a.dsp: corrected cvs line endings
4729         * device/lib/printf_large.c: fixed bug 1057979
4730         * src/pic16/gen.c: fixed non-C standard code
4731         * src/SDCCmain.c: made --pack-iram default, added --no-pack-iram
4732         * src/SDCCglobl.h: changed pack_iram to no_pack_iram
4733         * support/regression/ports/mcs51/support.c: reload T1 asap
4734         * doc/sdccman.lyx: updated for options --pack-iram and --no-pack-iram,
4735           pdata use and clear idata startup behaviour
4736         * support/regression/tests/bug1057979.c: added
4737
4738 2004-11-04 Maarten Brock <sourceforge.brock AT dse.nl>
4739
4740         * device/examples/ds390/ow390/ad26.h,
4741         * device/examples/ds390/ow390/cnt1d.h,
4742         * device/examples/ds390/ow390/crcutil.c,
4743         * device/examples/ds390/ow390/ownet.h,
4744         * device/examples/ds390/ow390/owsesu.c,
4745         * device/examples/ds390/ow390/swt12.h,
4746         * device/examples/ds390/ow390/swtoper.c,
4747         * device/examples/ds390/ow390/temp10.h,
4748         * device/examples/ds390/ow390/thermodl.c,
4749         * device/examples/ds390/tinitalk/tinitalk.dsp,
4750         * device/examples/ds390/tinitalk/tinitalk.dsw,
4751         * device/examples/mcs51/clock/hw.h,
4752         * device/examples/mcs51/simple2/go.bat,
4753         * device/examples/serialcomm/windows/serial.h,
4754         * device/examples/xa51/dummy.c,
4755         * device/examples/xa51/hello.c,
4756         * device/include/80c51xa.h,
4757         * device/include/at89x051.h: corrected cvs line endings
4758
4759 2004-11-04 Vangelis Rokas <vrokas AT otenet.gr>
4760
4761         * src/pic16/main.c (options): added command line --gstack, to trace
4762         stack over/under flows,
4763         * added pragma 'wparam' to allow passing first byte of function
4764         parameters via WREG, syntax is #pragma wparam my_function[, func2...]
4765         * src/pic16/gen.c (pic16_testStackOverflow): function which emits a
4766         call to __gstack_test function and sets up the symbol as extern,
4767         * (pic16_pushpCodeOp, pic16_poppCodeOp, pushw, pushaop, popaopidx,
4768         * popaop): added call to pic16_testStackOverflow,
4769         * (wParamCmp, inWparamList): NEW, test existence of a symbol in
4770         wparamList list,
4771         * (genCall, genPcall): now all parameters are passed via stack
4772         except in functions that are pass to wparam pragma in which WREG is
4773         used too,
4774         * (genPcall): REENTRANT flag is checked to see if variable prototype
4775         contains reentrant keyword, don't call a non-reentrant function, via
4776         a reentrant function pointer or vice versa, functions are never
4777         passed via WREG,
4778         * (genJumpTab): applied patch from bug #1057478 by R.Neider and
4779         D.Winkler,
4780         * src/pic16/glue.c (pic16emitRegularMap): fixed bug which caused a
4781         SIGSEGV when accessing a NULL register stucture,
4782         * (pic16_printGPointerType): modified to handle UPPER modifier for
4783         function initializers, changed prototype of function to simpler one,
4784         * (pic16_printIvalFuncPtr): check to see if function is already
4785         added in externs list,
4786         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): fixed bug which
4787         optimized a move from W to SFR with a move to the same register
4788         later after a CALL,
4789         * device/lib/pic16/debug: NEW directory, contains debug features
4790         which are enabled when linking with libdebug.lib, currently command
4791         line option --gstack enables stack pointer tracing for over/under
4792         flow, corresponding sources are in debug/gstack
4793
4794 2004-10-30 Vangelis Rokas <vrokas AT otenet.gr>
4795
4796         * doc/sdccman.lyx: updated SDCC version,
4797         * (PIC16 port): update list of command line options,
4798         * src/pic16/device.h (structure pic16_options_t): added field gstack
4799         to enable stack overflow tracing on push/pops,
4800         * src/pic16/device.c (statistics structure): added statistics
4801         structure,
4802         * (pic16_dump_access, pic16_dump_usection, pic16_dump_gsection,
4803         pic16_dump_int_registers): increase statistics counters for each
4804         * variable which is encountered
4805         * (pic16_dump_usection): emit each .udata variable to its own udata
4806         section,
4807         * src/pic16/gen.c (assignResultValue, genCall, genPcall, genFunction):
4808         when macro USE_WREG_IN_FUNC_PARAMS is set to 0 pass all function
4809         parameters via stack, otherwise use old scheme,
4810         * src/pic16/glue.c (pic16_emitStatistics): dump statistics in
4811         assembler output file,
4812         * src/pic16/main.c: added command line options --gstack to enable
4813         push/pop tracing for stack overflow,
4814         * src/pic16/pcode.c (all pCodeInstruction records for PIC18F
4815         instructions): added size of each instruction,
4816         * (pic16_countInstruction): estimate size of instructions in
4817         the_pFile list, inline assembly blocks are not counted,
4818         * (pic16_FixRegisterBanking): trace previous register usage, when
4819         banksel optimizations is greater than 0, don't emit a redudant
4820         banksel directive,
4821
4822 2004-10-26 Slade Rich <slade_rich AT users.sourceforge.net>
4823
4824         * src/pic/ralloc.c : fixed inefficient code produced when compiling a complimented bit operation.
4825         * src/pic16/ralloc.c : applied same fix for pic16.
4826         * src/pic/gen.c : tidied it up a little.
4827
4828 2004-10-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4829
4830         * src/mcs51/peeph.def: disabled 259.a,b for removing redundant ret,
4831         thanks to Martin Helmling for reporting (mail on sdcc-devel 2004-10-25)
4832
4833 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4834
4835         * src/SDCCast.c (reverseParms): fixed bug #1040577 (part 2)
4836
4837 2004-10-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4838
4839         * device/lib/ser_ir_cts_rts.c: integer promotion caused a call to the
4840         non-reentrant function __modsint in the interrupt function (thus
4841         corrupting math operations during serial I/O)
4842         * device/lib/ser_ir.c: as above, changed buffersize
4843         * src/mcs51/peeph.def: added 259.a,b for removing redundant ret,
4844         256.c,d for zeroing
4845         * doc/Makefile: added option -t for rsync
4846
4847 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4848
4849         * src/SDCCast.h (struct ast),
4850         * src/SDCCast.c (reverseParms, copyAst): fixed bug #1040577 (part 1)
4851
4852 2004-10-20 Borut Razem <borut.razem AT siol.net>
4853
4854         * support/scripts/sdcc.nsi: added include/pic16/*.h to the setup
4855         package
4856
4857 2004-10-20 Vangelis Rokas <vrokas AT otenet.gr>
4858
4859         * device/lib/pic16/libsdcc/Makefile: added lregs directory in
4860         makefile targets,
4861         * device/lib/pic16/libsdcc/lregs/{Makefile,lrst.c,lrrest.c}: NEW
4862         support functions to replace long sequences of MOVFF's from access
4863         bank registers to stack and vice versa,
4864         * src/pic16/device.h: added new field opt_flags, where optimization
4865         flags can be set to enable certain features,
4866         * src/pic16/gen.c (pic16_emitpinfo): NEW to add PC_INFO pCode in
4867         * pBlock, (genFunction, genEndFunction): surroung loop for
4868         saving/loading used registers in stack with PC_INFO pCodes,
4869         INF_LREGS. Code in between can then be optimized by pCode optimizer
4870         to support function calls,
4871         * (genDataPointerSet): fixed bug which loaded float fields in
4872         structures with corrupt data,
4873         * src/pic16/genutils.c (debugf, _debugf): macro/function which emits
4874         in a standard way debug info on stderr. Feature used for developing
4875         and debugging only,
4876         * src/pic16/glue.c (pic16glue): reformatted, deleted some old and
4877         obsolete chunks of code,
4878         * if optimization flag OF_LR_SUPPORT was set, call pic16_OptimizeLocalRegs,
4879         * src/pic16/main.c (_pic16_parseOptions): added handler for --flr-support,
4880         * pic16/src/pcode.c (pic16_newpCodeInfo,
4881         * (pic16_newpCodeOpLocalRegs),
4882         * (pic16_convertLocalRegs2Support): NEW, to support new optimization
4883         feature,
4884         * (pic16_pCodeConstString): printing of the initial value of a
4885         symbol as a comment is inhibited since parsing was already done by
4886         copyStr and output is corrupt,
4887         * (pic16_pCode2str, genericPrint): handle PC_INFO pCode,
4888
4889 2004-10-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4890
4891         * src/mcs51/ralloc.c (packRegisters): fixed bug #1044601
4892
4893 2004-10-19 Maarten Brock <sourceforge.brock AT dse.nl>
4894
4895         * as/mcs51/lkarea.c: removed old K&R style,
4896           (lnksect): changed check on boundary error,
4897           (lnksect2): changed check on boundary error,
4898           (lnksect2): extend XSTK to end of page if size = 1
4899         * as/mcs51/lkmain.c: removed old K&R style,
4900           (Areas51): create l_IRAM symbol
4901         * as/mcs51/lkmem.c (summary2): added report on PSEG and XSTK
4902         * device/lib/Makefile.in: renamed model-mcs51-reentrant to
4903           model-mcs51-stack-auto, added model-mcs51-xstack-auto
4904         * device/lib/_mullong.c: added version to be compiled with xstack
4905         * device/lib/mcs51/crtclear.asm: clear only upto --iram-size
4906         * device/lib/mcs51/crtxclear.asm: clear pdata as well
4907         * device/lib/mcs51/crtxstack.asm: fixed comment
4908         * src/SDCCglue.c: maxInterrupts defaults to 0,
4909           (emitMaps): added pdata,
4910           (createInterruptVect): (re)moved default,
4911           (glue): added pdata,
4912           (glue): moved __start__xstack to XSTK with default size 1
4913         * src/SDCCmain.c (parseCmdLine): automatically set options.intlong_rent
4914           and options.float_rent when options.stackAuto is set,
4915           (linkEdit): only write XDATA_NAME if provided on command line
4916         * src/SDCCmem.h,
4917         * src/SDCCmem.c: added pdata
4918         * src/port.h: added pdata_name to PORT
4919         * src/mcs51/gen.c (toBoolean): fixed for Acc use of aopGet,
4920           (saveRegisters, unsaveRegisters): removed usage of B,
4921           (genMinus): fixed accumulator clash,
4922           (genJumpTab): added comment, this needs another look
4923         * src/mcs51/gen.c: added check for "B in use" paranoia,
4924           added pushB() and popB()
4925         * src/mcs51/peeph.def: restart after 177.c so 177.a can get a second
4926           chance
4927         * src/avr/main.c,
4928         * src/ds390/main.c,
4929         * src/hc08/main.c,
4930         * src/mcs51/main.c,
4931         * src/pic/main.c,
4932         * src/pic16/main.c,
4933         * src/xa51/main.c,
4934         * src/z80/main.c: (reset_regparms) made void parameter explicit and
4935           added PSEG (PAG,XDATA) or NULL to port specifier
4936         * src/ds390/main.c (_ds390_genIVT): moved implemented default in here
4937         * src/mcs51/main.c (_mcs51_genIVT): moved implemented default in here,
4938           (_mcs51_genInitStartup): removed __start__xstack equ,
4939           (mcs51_port): moved xstack from XSEG (XDATA) to XSTK (PAG,XDATA)
4940         * src/pic16/device.c (pic16_dump_usection, pic16_dump_isection),
4941         * src/z80/gen.c (_rleAppend): fixed warnings
4942         * support/regression/tests/zeropad.c: added pdata test
4943         * .version: bumped to 2.4.6
4944
4945 2004-10-17 Borut Razem <borut.razem AT siol.net>
4946
4947         * support/scripts/sdcc.nsi: cross compiling of WIN32 setup.exe on Linux
4948         as a part of nightly build
4949
4950 2004-10-16 Vangelis Rokas <vrokas AT otenet.gr>
4951
4952         * src/pic16/gen.c (struct _G): added field useWreg, is set to 1 when
4953         WREG holds the first byte function parameters,
4954         * (aopForSym): take special case for symbols which are in FARSPACE
4955         but in CODESPACE too,
4956         * (assignResultValue): modified to take into account _G.useWreg,
4957         * (genCall): don't use wreg for parameter passing when function is
4958         declared as reentrant, too, added optimization INCF to stack
4959         pointer when stack parameter count is 1,
4960         * (genFunction, genEndFunction): refurnished and fixed to not using
4961         wreg for passing parameters when function has varargs or is
4962         reentrant, fixed bug with symbol name compare for generating
4963         functions in absolute address,
4964         * (pic16_storeForReturn): refurnished,
4965         * (genCmp): began writing a new version of the function, not ready
4966         yet, therefore it is disabled,
4967         * (genAssign): do not read code memory when assigning a function to
4968         a pointer function,
4969         * src/pic16/glue.c (pic16emitStaticSeg): abSym->name is defined an
4970         array of characters, not pointer,
4971         * (pic16initialComments): in debug mode emit an .ident directive for
4972         the assembler,
4973         * (_process_pragma): emit a new warning type (internal to pic16)
4974         when setting stack to default length, emit a similar warning when
4975         placing a function at absolute address and address is not word aligned
4976         * (_pic16_parseOptions): added 'return TRUE' statement,
4977         * (_pic16_linkEdit): if compiling a source, then add the source's
4978         file object, first in the list of objects to link,
4979
4980 2004-10-13 Slade Rich <slade_rich AT users.sourceforge.net>
4981
4982         * src/pic/pcoderegs.c : increased count on regUsedinRange to prevent unnecessary warning.
4983         * src/pic/main.c : removed VC warning.
4984         * src/pic/gen.c : changed comment.
4985
4986 2004-10-12 Vangelis Rokas <vrokas AT otenet.gr>
4987
4988         * device/lib/pic16/libsdcc/gptr/gptrput[234].c: an external
4989         reference to a deprecated symbol _GPTRREG was causing failure to
4990         link. Thanks G. M. Gallant for the info.
4991
4992 2004-10-12 Slade Rich <slade_rich AT users.sourceforge.net>
4993
4994         * src/pic/pcode.c : Applied a code patch supplied by Paul Ashmore in
4995         comments for Bugs item #954788.
4996
4997 2004-10-10 Vangelis Rokas <vrokas AT otenet.gr>
4998
4999         * src/pic16/device.c (pic16_dump_gsection,
5000         * pic16_groupRegistersInSection): handle symbols declared to be in
5001         access bank differently,
5002         * src/pic16/gen.c (struct _G): added field resDirect,
5003         * (aopForSym): if symbol on stack and iCode is '=' and result exists,
5004         send values read from stack directly to result and don't allocate
5005         temporary values,
5006         * (pic16_sameRegs): fixed bug that allowed MOVFF to move between
5007         same registers,
5008         * (pic16_sameRegsOfs): NEW,
5009         * (freeAsmop): if _G.resDirect is set then do not mark registers as
5010         free because they were not allocated from temporary pool,
5011         * pic16_popRegFromString): workaround to fix a problem with
5012         allocating variables twice or never,
5013         * (genGenPointerGet): using PRODL instead of FSR0H,
5014         * (genGenPointerSet): using POSTDEC1 (that is a stack location)
5015         instead of FSR0H,
5016         * (genAssign): take advantage of the _G.resDirect flag,
5017         * (genCast): around line 11844, use mov2f instead of directly
5018         MOVFF'ing between operands to account for literal values,
5019         * src/pic16/genutils.c: some new debug functions for gpsim have been
5020         added,
5021         * src/pic16/glue.c (pic16_printIvalType): fixed bug that initialized
5022         float with integer part only,
5023         * src/pic16/main.c (_process_pragma): handle pragma udata access to
5024         place variables in access bank
5025         * device/lib/pic16/libsdcc/gptr/gptr*.c: using BRA instead of GOTO,
5026         updated sources to reflect recent changes in gen.c
5027
5028 2004-10-06 Vangelis Rokas <vrokas AT otenet.gr>
5029
5030         * device/lib/pic16/libsdcc/Makefile.rules: fixed bug concerning
5031         sources that searched for headers in installation path, now the
5032         device/include/pic16 is used,
5033         * src/pic16/glue.c (pic16glue),
5034         * src/pic16/pcode.c (pCode2str, genericPrint): don't print .file or
5035         .line directives if not in debug mode, this suppresses assembler's
5036         warnings for ignored directives
5037
5038 2004-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
5039
5040         * src/port.h: made reset_regparms prototype void parameter explicit.
5041         * src/SDCCsymt.c (processFuncArgs): removed argument "func".
5042         * src/mcs51/ralloc.c (packRegisters): new fix for bugs 898889 & 979599.
5043         * doc/sdccman.lyx: documented warning disabling and how to use
5044           printf_large to make it print floats.
5045         * device/include/stdbool.h: NEW
5046         * device/lib/_atof.c,
5047         * device/lib/_divuint.c,
5048         * device/lib/_divulong.c,
5049         * device/lib/expf.c,
5050         * device/lib/printf_large.c,
5051         * device/lib/sincosf.c,
5052         * device/lib/sincoshf.c: used stdbool.h, all compile with stack-auto now
5053         * device/lib/Makefile.in: added target for model-mcs51-reentrant to build
5054           a completely reentrant lib.
5055
5056 2004-10-05 Vangelis Rokas <vrokas AT otenet.gr>
5057
5058         * device/lib/pic16/libsdcc/gptr/gptr*.c: added return statements
5059         * device/include/pic16/stdio.h: fixed bug with colon
5060
5061 2004-10-03 Vangelis Rokas <vrokas AT otenet.gr>
5062
5063         * device/include/pic16/stdio.h,
5064         * device/include/pic16/stdlib.h,
5065         * device/include/pic16/math.h: NEW
5066         * device/lib/pic16/libsdcc/gptr/*.c (gptrget*, gptrput*): functions
5067         declared as _naked to reduce overhead
5068         * device/lib/Makefile.in (target port-specific-objects-pic16):
5069         changed * to *.* so to ignore the CVS directory,
5070         * src/pic16/gen.c (pic16_freeAsmop): added code to store result of
5071         stacked variables back in stack,
5072         * (genEndFunction): fixed bug reported by G.M. Gallant with stack
5073         corruption
5074
5075 2004-10-01 Vangelis Rokas <vrokas AT otenet.gr>
5076
5077         * .version: bumped version number to 2.4.5
5078         * support/Util/SDCCerr.h: added warning W_POSSBUG2.
5079         * support/Util/SDCCerr.c (messages structure): added entry for
5080         W_POSSBUG2
5081
5082         Large cumulative patch for pic16 port and libraries.
5083         * device/include/pic16/sdcc-lib.h,
5084         * device/include/pic16/stdarg.h,
5085         * device/include/asm/pic16/features.h,
5086         * device/include/lib/pic16/libsdcc/gptr/{*.c, Makefile}: NEW,
5087         * device/include/pic16/float.h: changes reentrant keyword with
5088         _FS_REENTRANT, added prototype for __fsneq, included sdcc-lib.h
5089         * device/lib/pic16/libsdcc/Makefile: added target directory gptr,
5090         updated target build-libraries to include objects from gptr,
5091         * device/lib/pic16/libsdcc/{char,int,long}/*.c: added macro
5092         _IL_REENTRANT to all function headings, included sdcc-lib.h header,
5093         * device/lib/pic16/libsdcc/float/*.c: added macro _FS_REENTRANT to
5094         all function headings,
5095         * src/SDCCmain.c: added global parameter userIncDirsSet,
5096         * (parseCmdLine): when option -I is encountered add directory to
5097         userIncDirsSet too,
5098         * src/version.awk: added space between control and long,
5099         * src/pic16/NOTES: added some notes for the port,
5100         * src/pic16/gen.c: added prototype for mov2fp function,
5101         * (fReturnpic16[]): properly named return value registers,
5102         * (_G structure): added fields stackRegSet, fregsUsed, stack_lat,
5103         * (aopForSym): added code to handle symbols with onStack flag set,
5104         symbols onStack are allocated PTRSIZE bytes,
5105         * (aopFreeAsmop): handles special case where asmops are stack objects,
5106         * (aopGet, pic16_popGet): adde cod to handle new asmop AOP_STA,
5107         * (pic16_popGetTempReg, pic16_popGetTempRegCond, pic16_popReleaseTempReg):
5108         added argument lock to trace flaws in allocating temporary registers
5109         when developing port,
5110         * (pic16_popGetLit, pic16_popGetLit2): changed lit from unsigned to signed
5111         * (pic16_popRegFromString): reenabled allocating a direct register
5112         from string,
5113         * (assignResultValue): various beautifications,
5114         * fixed bug #1037717 (patch from R. Neider & D. Wrinkler) with mistaken
5115         referenced function argument,
5116         * (genIpush): reenabled to allow stacked arguments, handles only
5117         ic->parmPush iCodes,
5118         * (genCall, genPcall): major changes to allow for variable argument
5119         functions, fixed a bug with falsely restoring stack pointer after
5120         returning from call,
5121         * (genFunction): pending code for critical function,
5122         * (shiftR1Left2ResultSigned, shiftR1Left2Result, shiftL2Left2Result,
5123         * (shiftR2Left2Result, shiftLLong) applied patch #1032155 from R.Neider,
5124         * (genNearPointerGet): fixed bug with indirect reading, was always
5125         reading from INDF0
5126         * (genGenPointerGet, genGenPointerSet): rewrote to support generic
5127         pointers,
5128         * (genAddrOf): rewrote code to take address of a stacked function parameter
5129         * (genCast): fixed casting to generic pointer type,
5130         * src/pic16/gen.h: added AOP_STA,
5131         * (struct asmop): added field stk,
5132         * src/pic16/genarith.c (pic16_AopType): handle AOP_STA,
5133         * (pic16_genPlusIncr): changed emitSKPNZ to emitSKPNZ,
5134         * (pic16_genAddLit, pic16_genPlus): applied patch #1034042 by tecodev,
5135         * (pic16_genMinus): fixed bug #1035119 with patch submitted by tecodev,
5136         * src/pic16/genutils.c (pic16_genNot): removed symbol *tlbl,
5137         * src/pic16/glue.c (pic16_printGPPointerType): fixed to support new
5138         generic pointers,
5139         * src/pic16/main.c (_pic16_initPaths): ignores default SDCC include
5140         and library paths,
5141         * (pic16_port structure): generic pointer size is set to 3,
5142         * src/pic16/pcode.c (pic16_newpCodeOpLit): correctly print literal integer,
5143         * (insertBankSwitch): cast to (char *) to prevent 64bit CPUs'
5144         compiler warning,
5145         * src/pic16/ralloc.c (allocReg): prevent allocating register when
5146         operand is an iTemp,
5147
5148 2004-09-24 Martin Helmling <mh AT octo-soft.de>
5149
5150         * debugger/mcs51/cmd.c: set PC if a symbol at pc reg is set
5151         * debugger/mcs51/simi.c: addapt new syntax of s51
5152
5153 2004-09-23 Vangelis Rokas <vrokas AT otenet.gr>
5154
5155         * src/pic16/genutils.c (pic16_genNot): fixed bug #1032265,
5156         * src/pic16/pcode.c: commented out some calls to free() in order to
5157         fix bug #989576,
5158
5159 2004-09-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5160
5161         * src/SDCCicode.h,
5162         * src/SDCCicode.c (isiCodeInFunctionCall),
5163         * src/avr/ralloc.c (selectSpil),
5164         * src/pic/ralloc.c (selectSpil),
5165         * src/pic16/ralloc.c (selectSpil),
5166         * src/ds390/ralloc.c (selectSpil),
5167         * src/hc08/ralloc.c (selectSpil),
5168         * src/xa51/ralloc.c (selectSpil),
5169         * src/mcs51/ralloc.c (selectSpil): Don't use remainSpil to spill to the
5170         stack in the middle of a function call sequence (fixes bug #1020268)
5171         * src/SDCCicode.c (geniCodeJumpTable): fixed error in computing the
5172         costs associated with the minimum switch case.
5173
5174 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5175
5176         * src/SDCC.lex: fixed bug #1030549
5177
5178 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5179
5180         * src/SDCCcse.h (struct cseDef),
5181         * src/SDCCcse.c (cseBBlock, newCseDef, ifFromAddrTaken): purge CSEs
5182         over a function call if the CSE is derived from a symbol whose
5183         address has been taken (fixes bug #1029883)
5184         * support/regression/tests/bug-1029883: a new regression test for
5185         this bug
5186
5187 2004-09-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5188
5189         * src/hc08/gen.c (emitinline): fixed bug #1029778
5190         * src/SDCC.y (assignment_expr): fixed the grammer so that assignment
5191         to a cast object is no longer a syntax error ("fixes" bug #1030006,
5192         and starts toward RFE #905167)
5193
5194 2004-09-17 Vangelis Rokas <vrokas AT otenet.gr>
5195
5196         * src/pic16/gen.c (mov2f): New function to move an operand to
5197         another without considering if it is a literal or a register,
5198         * (pic16_sameRegs): don't check if they are both AOP_REG,
5199         * (AccRsh): removed andmask=0 lines,
5200         * (genLeftShift): duplicated to be improved in future versions,
5201         * src/pic16/main.c (_process_pragma): emit stack default size in hex,
5202         * src/pic16/pcode.c: added POC_INFSNZW, updated inverted_op fields
5203         in POC_INCFSZ, POC_INCFSZW, POC_INFSNZ,
5204         * (pic16initMnemonics): added initialization for POC_INFSNZW,
5205         * (insertBankSwitch): fixed inserting banksel directives algorithm
5206         for instructions that follow a skip instruction, this fixes a report
5207         for broken subtraction code generation,
5208         * src/pic16/ralloc.c (deassignLRs): do not free register if current
5209         iCode is a left op, just in case result and right share the same
5210         registers
5211
5212 2004-09-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5213
5214         * src/hc08/main.c,
5215         * src/hc08/gen.c (genJumpTable): more efficient jump table, supports
5216         preservation of HX
5217         * src/hc08/gen.c (pullRegs): fixed order of HX & XA pairs
5218         * src/mcs51/ralloc.c (packRegisters): removed the patch applied
5219         on 2004-09-12; it was buggy
5220
5221 2004-09-15 Bernhard Held <bernhard AT bernhardheld.de>
5222
5223         * src/SDCCsymt.h: removed RESULT_CHECK
5224         * src/SDCCast.c,
5225         * src/SDCCglue.c,
5226         * src/SDCCval.c,
5227         * src/pic/glue.c,
5228         * src/pic16/glue.c: replaced RESULT_CHECK with RESULT_TYPE_NONE
5229
5230 2004-09-15 Vangelis Rokas <vrokas AT otenet.gr>
5231
5232         * src/SDCCicode.c (piCode): applied patch from Raphael Neider,
5233         * src/pic16/device.c (pic16_assignConfigWordValues): wrong
5234         configuration values no more rejected by compiler, they are assigned
5235         to configuration registers with a warning message instead,
5236         * src/pic16/glue.c (pic16_emitConfigRegs): added +1 at top-limit of
5237         the for-loop so last conf register is emitted too,
5238         * (_pic16_initPaths): link library libsdcc.lib by default,
5239         * (_hasNativeMulFor): modified test for multiplication according to
5240         Raphael Neider's remarks. Integer multiplication is also done with
5241         support functions,
5242         * device/include/pic16/pic18fregs.h: corrected type error in while
5243         testing and including 18f6720 header file
5244
5245 2004-09-14 Vangelis Rokas <vrokas AT otenet.gr>
5246
5247         * src/pic16/device.h (pic16_options): removed field use_crt,
5248         * src/pic16/gen.c (genUnpackBits): added call to pic16_loadFSR0
5249         until an optimization to handle single bits is added,
5250         * (pic16_loadFSR0): moved before genUnpackBits,
5251         * (genAnd): some white lines removed,
5252         * src/pic16/main.c (_pic16_finaliseOptions): set omit_ivt and clear
5253         leave_reset flags in pic16_options when using crt modules,
5254
5255 2004-09-12 Maarten Brock <sourceforge.brock AT dse.nl>
5256
5257         * src/mcs51/ralloc.c (packRegisters): applied fix by Bernhard Held
5258           for bugs 898889 & 979599. Also used some safer print instructions.
5259
5260 2004-09-12 Vangelis Rokas <vrokas AT otenet.gr>
5261
5262         * src/pic16/device.h (pic16_options_t): added field use_crt,
5263         crt_name, no_crt,
5264         * src/pic16/genarith.c (pic16_genPlus): added an assert(0) line to
5265         catch a probable future bug,
5266         * src/pic16/gen.c: aopIdx function commented out,
5267         * (genAssign): commented out old code which used aopIdx,
5268         * src/pic16/glue.c (pic16glue): removed some legacy fragments of
5269         code, added if conditionals to take into account the --use-crt
5270         command line options,
5271         * src/pic16/main.c (pic16_optionsTable): added new command line
5272         options, --use-crt= and --no-crt,
5273         * (_pic16_linkEdit): now the proper crt object is added in the
5274         linker command line except than when --no-crt is specified,
5275         * src/pic16/pcode.c,
5276         * src/pic16/pcode.h: added some structures and functions for a new
5277         optimization scheme to compansate for instruction overhead between
5278         same iCodes, this scheme is currently under development and is not
5279         working in any way,
5280         * src/pic16/gen.c (genAnd): added patch provided by Aaron Collwell
5281         to && operator,
5282         * device/lib/pic16/startup/crt0i.c,
5283         * device/lib/pic16/startup/crt0iz.c: added global char variable
5284         __uflags to force the generation of an idata section
5285
5286 2004-09-12 Bernhard Held <bernhard AT bernhardheld.de>
5287
5288         * doc/Makefile,
5289         * doc/clean.mk: added support for easy creation of sdcc-doc.tar.bz2
5290         * doc/sdccman.lyx: updated sdcc version to 2.4.4
5291
5292 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5293
5294         * doc/sdccman.lyx: fixed a problem with my new index entries (thanks
5295         Frieder) and clarified the default code optimization mode
5296
5297 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5298
5299         * src/SDCC.lex (doPragma, process_pragma),
5300         * src/SDCCglobl.h (struct optimize): added pragmas "opt_code_speed",
5301         "opt_code_size", and "opt_code_balanced"
5302         * src/SDCCmain.c (optionsTable[], printOptions, scanOptionsTable):
5303         regrouped options by category, added support for category headers
5304         * src/SDCCmain.c (parseCmdLine): added options "--opt-code-speed"
5305         and "--opt-code-size"
5306         * doc/sdccman.lyx: documented these new options and pragmas
5307         * src/hc08/gen.c (AccLsh, AccRsh): take speed/size optimization
5308         preference into account
5309
5310 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
5311
5312         * src/SDCCicode.c (geniCodePostInc, geniCodePreInc, geniCodePostDec,
5313           geniCodePreDec): Fixed bug 904237 by generating a warning
5314         * src/SDCCerr.h,
5315         * src/SDCCerr.c: added warning W_SIZEOF_VOID
5316
5317 2004-09-09 Slade Rich <slade_rich AT users.sourceforge.net>
5318
5319         * src/pic/device.c : When no max ram set validate full memory range.
5320         * src/pic/pcode.c,
5321         * src/pic/pcodepeep.c : Copy C code comments to optimised replacement code.
5322
5323 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
5324
5325         * device/lib/_gptrget.c,
5326         * device/lib/_gptrput.c: updated comment
5327         * device/lib/calloc.c,
5328         * device/lib/free.c,
5329         * device/lib/malloc.c,
5330         * device/lib/realloc.c: added LGPL, made them reentrant-safe
5331         * src/SDCCcse.c (cseBBlock),
5332         * src/SDCCicode.c (printOperand, geniCodeArray),
5333         * src/SDCCicode.h (struct operand): fixed bug 868103
5334         * support/regression/tests/bug-868103.c: added
5335         * src/SDCCast.c (searchLitOp),
5336         * src/SDCCcse.h (struct cseDef),
5337         * src/SDCCglue.c (printIvalArray, spacesToUnderscores),
5338         * src/SDCCicode.h (struct operand),
5339         * src/SDCCsymt.h (struct sym_link),
5340         * src/avr/gen.c (hasInc),
5341         * src/ds390/gen.c (hasInc),
5342         * src/hc08/gen.c (genPlusIncr, hasInc),
5343         * src/mcs51/gen.c (hasInc),
5344         * src/pic16/glue.c (pic16_printIvalChar),
5345         * src/pic16/ralloc.c (regWithIdx),
5346         * src/xa51/gen.c (hasInc) : removed warnings
5347         * src/SDCCast.c (createBlock): added comment ???
5348         * src/hc08/ralloc.c: updated comments
5349
5350 2004-09-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5351
5352         * doc/sdccman.lyx: updated section on switch statements, added
5353         section about semaphore locking
5354         * doc/Makefile: added option -info for latex2html
5355         * device/lib/_gptrget.c,
5356         * device/lib/_gptrput.c: __XPAGE instead of P2 in outcommented code
5357
5358 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
5359
5360         * src/pic/device.h,
5361         * src/pic/device.c,
5362         * src/pic/port.c : Changed PIC14 code to not set bit RP1 when
5363          maxram is less than 0x100.
5364
5365 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
5366
5367         * Bug fixes for PIC14 - signed RSHIFT problem. Patch supplied by Allen(agschrum).
5368
5369 2004-09-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5370
5371         * src/port.h,
5372         * src/mcs51/main.c,
5373         * src/ds390/main.c,
5374         * src/z80/main.c,
5375         * src/hc08/main.c,
5376         * src/pic/main.c,
5377         * src/pic16/main.c,
5378         * src/avr/main.c,
5379         * src/xa51/main.c
5380         * src/SDCCicode.c (geniCodeJumpTable): Better logic to determine if a
5381         a jump table is the best form for a switch statement, including
5382         automatic insertion of missing cases to make the case range
5383         continuous. Developed in collaboration with Frieder Ferlemann.
5384
5385 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5386
5387         * src/hc08/ralloc.c (canDefAccResult): multi-byte shift is unsafe for
5388         accumulator result if it needs sign extension
5389
5390 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
5391
5392         * src/hc08/ralloc.c (canUseAccOperand): fixed comparison bug
5393
5394 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
5395
5396         * device/lib/gbz80/printf.c,
5397         * device/lib/z80/printf.c: removed define for NULL
5398
5399 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
5400
5401         * as/xa51/xa_link.c,
5402         * device/examples/ds390/ow390/ad26.c,
5403         * device/examples/ds390/ow390/cnt1d.c,
5404         * device/examples/ds390/ow390/counter.c,
5405         * device/examples/ds390/ow390/ds2480.h,
5406         * device/examples/ds390/ow390/ds2480ut.c,
5407         * device/examples/ds390/ow390/findtype.c,
5408         * device/examples/ds390/ow390/gethumd.c,
5409         * device/examples/ds390/ow390/owllu.c,
5410         * device/examples/ds390/ow390/ownetu.c,
5411         * device/examples/ds390/ow390/swt12.c,
5412         * device/examples/ds390/ow390/swtloop.c,
5413         * device/examples/ds390/ow390/temp.c,
5414         * device/examples/ds390/ow390/temp10.c,
5415         * device/examples/ds390/ow390/thermo21.c,
5416         * device/examples/ds390/ow390/tinilnk.c,
5417         * device/examples/ds390/ow390/tstfind.c,
5418         * device/examples/serialcomm/windows/serial.cpp,
5419         * device/examples/serialcomm/windows/test_serialcomm.cpp,
5420         * device/include/reg51.h: fixed line endings for cvs
5421
5422 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5423
5424         * src/hc08/ralloc.c (canDefAccResult, canUseAccOperand,
5425         packRegsForAccUse, packRegisters): new accumulator register
5426         packing algorithm
5427         * support/regression/ports/hc08/support.c (_putchar): suppress
5428         warning of unused variable
5429         * src/SDCCicode.c: added SWAP entry to codeTable
5430
5431 2004-09-01 Maarten Brock <sourceforge.brock AT dse.nl>
5432
5433         * device/lib/sprintf.c: forgot to add this file before previous commit
5434
5435 2004-09-01 Vangelis Rokas <vrokas AT otenet.gr>
5436
5437         * src/pic16/gen.c (genPackBits): added operand right in function
5438         parameters, load result directly if p_type is POINTER (that is
5439         called by genNearPointerSet)
5440         * (genUnPackBits): added operand left in function parameters,
5441         * (genNearPointerGet, genNearPointerSet): prevent the loading of
5442         FSR0 if accessing bitfields,
5443
5444 2004-08-31 Maarten Brock <sourceforge.brock AT dse.nl>
5445
5446         * device/include/stdio.h: added NULL, size_t, typedef pfn_outputchar,
5447           _print_format; updated printf, sprintf, vsprintf
5448         * device/include/asm/default/features.h: corrected comment/define
5449         * device/lib/Makefile.in: added sprintf.c
5450         * device/lib/libsdcc.lib: added sprintf module
5451         * device/lib/printf_large.c,
5452         * device/lib/vprintf.c,
5453         * device/lib/sprintf.c: totally refactored printf_large and vprintf
5454           into these 3 files
5455         * support/regression/Makefile: changed ALL_PORTS into a usefull default
5456         * support/regression/ports/mcs51-stack-auto/spec.mk: added sprintf
5457         * support/regression/tests/bug-927659.c: removed dummy putchar, enabled
5458           hc08 test
5459         * support/regression/tests/zeropad.c: define idata as data for hc08
5460
5461 2004-08-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5462
5463         * src/SDCCpeeph.c (labelIsReturnOnly): support hc08 rts opcode also
5464         * src/SDCCpeeph.c (buildLabelRefCountHash): assume function entry point
5465         labels are referenced at least once (even if a reference is not found)
5466         * src/hc08/gen.c (emitcode): set isComment flag for comments
5467         * src/hc08/peeph.def: added rules 5a..5f (optimize redundant immediate
5468         loads), rules 6a..6b (optimize jumps to return)
5469
5470 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5471
5472         * device/lib/acosf.c (acosf),
5473         * device/lib/asinf.c (asinf),
5474         * device/lib/atanf.c (atanf),
5475         * device/lib/ceilf.c (ceilf),
5476         * device/lib/cosf.c (cosf),
5477         * device/lib/coshf.c (coshf),
5478         * device/lib/cotf.c (cotf),
5479         * device/lib/fabsf.c (fabsf),
5480         * device/lib/floorf.c (floorf),
5481         * device/lib/log10f.c (log10f),
5482         * device/lib/logf.c (logf),
5483         * device/lib/sinf.c (sinf),
5484         * device/lib/sinhf.c (sinhf),
5485         * device/lib/sqrtf.c (sqrtf),
5486         * device/lib/tanf.c (tanf),
5487         * device/lib/tanhf.c (tanhf),
5488         * device/include/math.h: defined _FLOAT_FUNC_REENTRANT macro and
5489         replaced all instances of "reentrant" in the library functions
5490         defined in math.h with this macro.
5491         * support/regression/tests/float_trans.c: reenabled test for hc08
5492
5493 2004-08-30 Bernhard Held <bernhard AT bernhardheld.de>
5494
5495         * device/lib/pic16/Makefile.common.in: added MODELFLAGS again, it was
5496         erroneously deleted
5497
5498 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5499
5500         * src/hc08/gen.c (loadRegFromAop): better use of clra & clrx
5501         * src/hc08/gen.c (genAnd, genOr): fixed bug with conditional when
5502         multi-byte volatile operands are used
5503         * src/hc08/gen.c (shiftRLong): fixed bug with wrong rotate direction
5504         * src/hc08/main.c (_hc08_genAssemblerPreamble): moved the built-in
5505         initialization to area GSINIT0 so that it would always precede
5506         any static initializers in GSINIT
5507         * support/regression/tests/zeropad.c: fixed idata define for hc08
5508         * support/regression/tests/bug-927659.c,
5509         * support/regression/tests/float_trans.c: disabled tests for hc08
5510         pending missing library routines
5511         * .version: increased version number to 2.4.4 - hc08 port now passes
5512         regression tests
5513
5514
5515 2004-08-29 Bernhard Held <bernhard AT bernhardheld.de>
5516
5517         * device/lib/pic16/Makefile.common.in: added $(MM) to fix `make clean`
5518         * Makefile.common.in,
5519         * as/Makefile,
5520         * as/hc08/Makefile.in,
5521         * as/mcs51/Makefile.in,
5522         * as/z80/Makefile.in,
5523         * debugger/mcs51/Makefile.in,
5524         * device/include/Makefile.in,
5525         * device/lib/Makefile.in,
5526         * doc/Makefile,
5527         * link/Makefile,
5528         * link/z80/Makefile.in,
5529         * packihx/Makefile.in,
5530         * sim/ucsim/main_in.mk,
5531         * sim/ucsim/avr.src/Makefile.in,
5532         * sim/ucsim/doc/Makefile.in,
5533         * sim/ucsim/gui.src/serio.src/Makefile.in,
5534         * sim/ucsim/hc08.src/Makefile.in,
5535         * sim/ucsim/s51.src/Makefile.in,
5536         * sim/ucsim/xa.src/Makefile.in,
5537         * sim/ucsim/z80.src/Makefile.in,
5538         * src/Makefile.in,
5539         * support/cpp2/Makefile.in,
5540         * support/librarian/Makefile,
5541         * support/makebin/Makefile: added DESTDIR to the install path proposed
5542         by "Maciej 'Agaran' Pijanka" <agaran AT pld-linux.org>
5543         * doc/sdccman.lyx: added DESTDIR documentation
5544
5545 2004-08-29 Vangelis Rokas (vrokas AT otenet.gr>
5546
5547         * src/pic16/gen.c (genFunction, genEndFunction): fixed return
5548         instruction for interrupt handlers, use fast returns when returning
5549         from high priority interrupts
5550
5551 2004-08-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5552
5553         * src/hc08/gen.c (genAnd, genOr, transferAopAop, rmwWithAop): optimized
5554         code generation
5555         * src/hc08/gen.c (genrshFour, genCpl): fixed bugs
5556         * src/hc08/gen.c (genMultOneByte, genDivOneByte, genModOneByte): fixed
5557         bugs, ported much of Bernhard's code from mcs51
5558         * src/mcs51/gen.c (genSend),
5559         * src/hc08/gen.c (genSend): fixed bug with lost SEND iCodes if more
5560         than one when calling a reentrant function
5561         * device/lib/_mullong.c: defined an alternate struct layout for big
5562         endian ports (hc08)
5563
5564 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5565
5566         * src/hc08/gen.c (shiftL2Left2Result): fix for bug-500536 regression
5567         test
5568
5569 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5570
5571         * src/SDCCsymt.c (processFuncArgs): make sure parameter types
5572         are sane and complete before asking the port its prefered parameter
5573         passing method (fixes bug #1017633)
5574         * device/lib/hc08/_ret.c: added "data" storage class to _ret2
5575         and _ret3
5576
5577 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5578
5579         * src/hc08/gen.c (genPackBitsImmed, genUnpackBitsImmed): fix offset
5580         problem in bitfields >= 8 bits.
5581
5582 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
5583
5584         * src/SDCCsymt.c: undid changes that were not meant to be committed
5585
5586 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
5587
5588         * support/regression/ports/hc08spec.mk: REENTRANT must be reentrant
5589
5590 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
5591
5592         * src/hc08/gen.c (genUminusFloat): fixed bug where only 3 bytes were
5593           copied and wrong bit got inverted
5594
5595 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5596
5597         * src/hc08/gen.c (genPointerSet, genFarPointerSet): moved code from
5598         genFarPointerSet into genPointerSet; eliminated genFarPointerSet
5599         * src/hc08/gen.c (genPointerGet, genFarPointerGet): moved code from
5600         genFarPointerGet into genPointerGet; eliminated genFarPointerGet
5601         * src/hc08/gen.c (genPackBitsImmed): generate optimized code for
5602         assignments to bitfields at known addresses
5603         * src/hc08/gen.c (genUnpackBitsImmed): generate optimized code for
5604         reads from bitfields at known addresses
5605         * src/hc08/ralloc.c (packRegisters),
5606         * src/hc08/gen.c (genPointerGet, genUnpackBits, genUnpackBitsImmed,
5607         genhc08Code): optimize pointer get values used as conditionals
5608         * src/hc08/peeph.def: added rules 2e & 2f to optimize bit test
5609         and branch
5610
5611 2004-08-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5612
5613         * src/mcs51/gen.c (genPointerGet, genNearPointerGet, genPagedPointerGet,
5614         genFarPointerGet, genCodePointerGet, genGenPointerGet, genUnpackBits),
5615         * src/mcs51/ralloc.c (packRegisters): optimize pointer get values used
5616         as conditionals
5617
5618 2004-08-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5619
5620         * src/mcs51/peeph.def: peepholes 248.i-m for xdata bitfields
5621
5622 2004-08-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5623
5624         * src/mcs51/ralloc.c (packRegsForOneuse): fixed bug #1012650 and some
5625         related problems
5626
5627 2004-08-21 Bernhard Held <bernhard AT bernhardheld.de>
5628
5629         * sim/ucsim/cmd.src/Makefile.in: run lex only if $(PRJDIR)/devel exists
5630
5631 2004-08-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5632
5633         * src/z80/ralloc.c (packRegsForAssign): ported some bug fixes from the
5634         mcs51 port
5635
5636 2004-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
5637
5638         * src/pic/gen.c: Restored fn genRet as previous fix was incorrect.
5639
5640 2004-08-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5641
5642         * src/mcs51/gen.c (genJumpTab): jumptables for more than 16 switch
5643         cases use more compact code.
5644
5645 2004-08-13 Slade Rich <slade_rich AT users.sourceforge.net>
5646
5647         * src/pic/gen.c: Fixed problem with fn returning a variable bigger than a char.
5648
5649 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5650
5651         * src/SDCClrange.c (findPrevUse): fixed bug #1007371
5652
5653 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5654
5655         * src/SDCCsymt.h,
5656         * src/SDCCsymt.c (changePointer, checkDecl, addSymChain): changed
5657         parameter of changePointer() from symbol* to sym_link*
5658         * src/SDCCast.c (decorateType): call changePointer() for CAST op
5659         * src/SDCCsymt.c (compareType): void* type is castable to other
5660         pointers, but not necesarily an exact match.
5661         * src/SDCCicode.c (geniCodeCast): allow void* casting here since it
5662         is no longer blindly treated as an exact match.
5663         * src/SDCCval.c (valCastLiteral): treat missing type as cast to void
5664
5665 2004-08-12 Slade Rich <slade_rich AT users.sourceforge.net>
5666
5667         * src/pic/glue.c: Added struct initialisation fn printIvalStruct.
5668
5669 2004-08-11 Slade Rich <slade_rich AT users.sourceforge.net>
5670
5671         * src/pic/gen.c,
5672         * src/pic/pcode.c,
5673         * src/pic/ralloc.h,
5674         * src/pic/ralloc.c: Printing rIdx on internal verbose debug.
5675
5676 2004-08-10 Slade Rich <slade_rich AT users.sourceforge.net>
5677
5678         * src/pic/device.c,
5679         * src/pic/device.h,
5680         * src/pic/device.c: Will no longer exit if #pragma maxram has not been defined.
5681
5682 2004-08-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5683
5684         * src/mcs51/gen.c (emitcode): fixed bug #992819
5685
5686 2004-08-05 Maarten Brock <sourceforge.brock AT dse.nl>
5687
5688         * src/pic/ralloc.c (deassignLR): allthough pic port is buggy already,
5689           there's no need to make it worse
5690
5691 2004-08-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5692
5693         * src/mcs51/ralloc.c (deassignLR),
5694         * src/ds390/ralloc.c (deassignLR),
5695         * src/hc08/ralloc.c (deassignLR),
5696         * src/z80/ralloc.c (deassignLR),
5697         * src/pic/ralloc.c (deassignLR),
5698         * src/pic16/ralloc.c (deassignLR),
5699         * src/avr/ralloc.c (deassignLR),
5700         * src/SDCClrange.c (findRecursiveSucc, findRecursivePred, findPrevUse,
5701         rlivePoint): fixed another part of bug #971834
5702
5703 2004-08-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5704
5705         * src/z80/main.c: enabled "critical" keyword
5706         * src/z80/mappings.i,
5707         * src/z80/gen.c (genFunction, genEndFunction): support for interrupt
5708         functions (fixes bug #979646)
5709         * doc/sdccman.lyx: added a subsection explaining z80 interrupt support
5710
5711 2004-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5712
5713         * src/mcs51/gen.c (genInline): Add \n for labels, not DOS/WIN dirs
5714           such as c:\mydir.
5715
5716 2004-08-03 Maarten Brock <sourceforge.brock AT dse.nl>
5717
5718         * src/SDCCloop.c (loopInvariants): fixed bug 983545, hope this
5719           doesn't disable too much optimizations
5720
5721 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
5722
5723         * src/pic/glue.c Disabled "WARNING: function 'main' undefined" when -S option is used.
5724
5725 2004-08-02 Maarten Brock <sourceforge.brock AT dse.nl>
5726
5727         * src/SDCClrange.c (rlivePoint): fixed bug 988568, thanks to anonymous
5728
5729 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
5730
5731         * src/pic/gen.c tidied up tabs
5732         * src/pic/genarith.c tidied up tabs and fixed bug with literal multiple where same register was used for hi and low byte
5733         * src/pic/main.c tidied up tabs
5734         * src/pic/pcode.c tidied up tabs and disabled verbose code generation
5735         * src/pic/pcoderegs.c tidied up tabs
5736         * src/pic/ralloc.c tidied up tabs
5737
5738 2004-07-30 Vangelis Rokas <vrokas AT otenet.gr>
5739
5740         * src/SDCCmem.c (allocGlobal): don't turn S_REGISTER storage class
5741         to S_FIXED for pic16 port and when symbol is not in level 0,
5742         allocate for S_REGISTER storage class and pic16 port, too,
5743         * src/pic16/device.h: prototype for checkSym,
5744         * src/pic16/device.c (pic16_dump_access, checkSym): NEW,
5745         * (pic16_assignConfigWordValue): test the value and the mask to
5746         validate that the value is suitable for the configuration word,
5747         * src/pic16/glue.c (pic16_printIvalFuncPtr): use 'externs' to
5748         collect extern declared symbols, don't emit symbol twice, check
5749         first if symbol is in publics set first,
5750         * src/pic16/main.c (_pic16_keywords[]): added keyword 'register',
5751         * added command line '--fstack' which enables an experimental
5752         feature for stack access, too buggy to be used yet...
5753         * src/pic16/ralloc.c (pic16_accessregWithName): NEW,
5754         * (pic16_allocDirReg): when register has storage class S_REGISTER
5755         allocate in pic16_dynAccessRegs,
5756         * device/include/pic16/pic18f????.h: modified configuration word
5757         naming convention, words started as CONFIG0H but should be CONFIG1H
5758
5759 2004-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
5760
5761         * device/include/mcs51reg.h: fixed bug 970993
5762
5763 2004-07-27 Maarten Brock <sourceforge.brock AT dse.nl>
5764
5765         * added lib/calloc.c, lib/free.c, lib/realloc.c, include/stddef.h
5766         * updated lib/malloc.c, lib/libsdcc.lib, lib/Makefile.in, include/malloc.h
5767         * src/SDCC.lex (doPragma): added pragma disable_warning <nnn>
5768         * src/SDCCmain.c (parseCmdLine): added option --disable-warning <nnn>
5769         * src/ds390/gen.c (genPlusIncr): fixed bug when incrementing generic pointers
5770         * support/Util/SDCCerr.c (vwerror): suppress disabled warnings and output
5771           error/warning numbers,
5772           added function setWarningDisabled()
5773         * support/Util/SDCCerr.h: added setWarningDisabled() and MAX_ERROR_WARNING
5774         * support/regression/ports/mcs51-stack-auto/spec.mk: added dependencies
5775           _memcmp.c _memmove.c calloc.c realloc.c free.c
5776         * support/regression/tests/malloc.c: added tests for new functionality
5777         * support/regression/tests/zeropad.c: added tests for truncated initializers
5778           and initialized char arrays starting with '\x0'
5779         * src/mcs51/peeph.def: fixed regression, added peephole 177.f
5780
5781 2004-07-26 Bernhard Held <bernhard AT bernhardheld.de>
5782
5783         * support/valdiag/tests/overflow.c: fixed warning on (1 >> 40)
5784
5785 2004-07-26 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5786
5787         * doc/sdccman.lyx: updated example in section "Absolute Addressing"
5788         * src/mcs51/peeph.def: added contributed fix for "bug" #995347 as
5789         peephole 177.e. Thanks to anonymous
5790
5791 2004-07-25 Vangelis Rokas <vrokas AT otenet.gr>
5792
5793         * src/pic16/glue.c (pic16_printIvalFuncPtr): when an extern
5794         function isn't used in the source but referenced as a
5795         variable initializer then declare it as extern in .asm file
5796
5797 2004-07-24 Vangelis Rokas <vrokas AT otenet.gr>
5798
5799         * .version: increased version number to 2.4.3
5800
5801         Adding version extension according to ChangeLog CVS revision
5802         * src/Makefile.in (target all): added dependency 'version.h'
5803         * (rule version.h): added rule to create version.h from ChangeLog,
5804         * (rule dep): added dependency version.h,
5805         * src/version.awk: AWK script to create version.h
5806         * src/SDCCdwarf2.c (dwWriteModule),
5807         * src/SDCCglue.c (initialComments),
5808         * src/SDCCmain.c (printVersionInfo): modified to write after
5809         version string the version extension number,
5810         * src/SDCCutil.c: included "version.h"
5811         * (getBuildNumber): NEW, returns SDCC's ChangeLog minor revision
5812         number,
5813         * src/SDCCutil.h: added prototype for getBuildNumber
5814
5815         * src/SDCCmain.c (parseCmdLine): when sOpt is 'I' add rest in
5816         includeDirsSet, too,
5817         * src/SDCCsymt.c (checkSClass): don't emit error when a variable,
5818         const char [] is found in function prototype...
5819
5820         * src/pic16/genarith.c (pic16_genUMult8XLit_8): optimization to omit
5821         moving to WREG with source is already in WREG,
5822         * src/pic16/gen.h: added AOP_FSR0 and AOP_FSR2 in enum,
5823         * src/pic16/gen.c (getFreePtr): updated to look for FSR0 and FSR2,
5824         * (aopForSym): stack'ed symbols are partially supported, added
5825         if-clause to support symbols in FARSPACE,
5826         * (sameRegs): added test for AOP_ACC to see if registers are same,
5827         * (pic16_freeAsmop): added case for AOP_FSR0 and AOP_FSR2,
5828         * (pic16_aopGet): added case for AOP_FSR0 and AOP_FSR2,
5829         * (pic16_popRegFromString): will not allocate a new register if it
5830         doesn't find one by name, bug may have introduced...
5831         * (pic16_popGet): added case for AOP_FSR0 and AOP_FSR2,
5832         * (genIpush): revived to use pic16 port's stack,
5833         * (genAddrOf): added incomplete case for stack'ed operand,
5834         * (genCast): optimized a pair of MOVFW,MOVWF to MOVFF
5835         * src/pic16/genutils.c (pic16_genNot): almot new vesrion for NOT,
5836         can handle multibyte operands,
5837         * src/pic16/glue.c (pic16_printIval*): some debug info added,
5838         * (pic16initialComments): added message for MPLAB compatibility
5839         mode enabled,
5840         * src/pic16/main.h: prototype for pic16_mplab_comp,
5841         * src/pic16/main.c (pic16_optionsTable): new option --mplab-comp,
5842         which enabled MPLAB compatibility mode (i.e. no #LINE/#FILE, BANKED)
5843         * (_pic16_linkEdit): NEW, handles link stage, transferred here
5844         because of increased complexity of procedure,
5845         * (_process_pragma): stack pragma changed to format 'stack pos len',
5846         emit symbol '_stack_end' to conform with gplink,
5847         * src/pic16/pcode.c (pic16_newpCodeOpBit): using pic16_regWithName
5848         to search for register,
5849         * (pic16_get_op, pic16_get_op2): added case for PO_W, PO_WREG and
5850         PO_GPR_REGISTER,
5851         * (pic16_pCode2str): when in MPLAB compatibility mode, comment out
5852         #LINE directives and replace 'B' with 'BANKED' in instruction opcodes
5853         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
5854         case for PO_GPR_REGISTER,
5855         * (pic16_AnalyzeBanking): removed the old message for inc2h.pl, past
5856         dies, the new era is ahead !...
5857         * src/pic16/ralloc.c: added hash reposits pic16_dynAllocRegNames and
5858         pic16_dynInternalRegs,
5859         * (pic16_allocregWithName, pic16_procregWithName, pic16_regWithname): NEW,
5860         * (pic16_allocDirReg): minor optimizations and bug fixes,
5861         * (pic16_allocWithIdx): when searching pic16_dynProcessorRegs use fixed,
5862
5863         * device/lib/pic16/startup/crt0*.c: extern definition of stack_end,
5864         load stack and frame pointer with address of 'stack_end' symbol
5865
5866 2004-07-23 Vangelis Rokas <vrokas AT otenet.gr>
5867
5868         * src/pic16/glue.c (pic16emitStaticSeg): fixed bug with files
5869         without source code but only variable initializers
5870
5871 2004-07-20 Vangelis Rokas <vrokas AT otenet.gr>
5872
5873         * src/pic16/glue.c (pic16emitRegularMap): unused functions marked as
5874         external are not declared as extern to reduce overhead while linking
5875
5876 2004-07-20 Maarten Brock <sourceforge.brock AT dse.nl>
5877
5878         * src/SDCCast.c (decorateType): removed buggy fix for bug #979599
5879
5880 2004-07-11 Maarten Brock <sourceforge.brock AT dse.nl>
5881
5882         * src/SDCCglue.c (printIvalArray): fixed bug #984229, thanks to Phuah
5883           Yee Keat for the patch
5884         * src/SDCCast.c (decorateType): fixed bug #979599
5885         * src/ds390/gen.h: removed local fReturnSizeDS390
5886         * src/ds390/gen.c: made fReturnSizeDS390 signed short to remove a warning
5887         * src/ds390/gen.c (genAnd, genOr, genXor),
5888         * src/mcs51/gen.c (genAnd, genOr, genXor): generate better optimized code
5889
5890 2004-07-04 Vangelis Rokas <vrokas AT otenet.gr>
5891
5892         * src/SDCCmain.c (linkEdit): modifications only for pic16 port,
5893         add relFilesSet to $3, manipulate $2 to handle linking of object
5894         files without source files in command line,
5895         * device/include/pic16 (all headers): added ID location macros,
5896         * src/pic16/device.c (struct PIC16_device Pics16[]): added field
5897         entries for ID location bytes,
5898         * (pic16_assignIdByteValue): NEW,
5899         * src/pic16/device.h: new structures idRegInfo_t and idBytesInfo_t,
5900         added field dumpcalltree to pic16_options_t,
5901         * src/pic16/gen.c (genCmp): fixed bug case so a temporary register
5902         is used instead of pic16_Gstack_base_addr, check if (ifx) before
5903         emitting rFalseIfx label after check_carry label,
5904         * src/pic16/glue.c (PIC16_IS_IDLOC_ADDRESS, PIC16_IS_HWREG_ADDRESS,
5905         pic16_emitDIRegs), NEW
5906         * (pic16glue): dump .calltree file when option --calltree found,
5907         * src/pic16/main.c (OPTION _pic16_optionsTable): new option --calltree
5908         * (_pic16_genAssemblerPreamble): emit ID locations after
5909         configuration registers,
5910         * (pic16_linkCmd): modifications of the link command,
5911         * src/pic16/pcode.c (pic16_pciMOVFF): PCC_REGISTER replaces PCC_REGISTER2
5912         * (pic16_pCodeInitRegisters): don't init stack registers,
5913         * (pic16_findPrevInstruction): fixed bug,
5914         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): fixed
5915         bug with immediate registers,
5916         * (buildCallTree): traces stack push and pop,
5917         * (pct2): dump also stack usage for each function,
5918         * src/pic16/ralloc.c (dynrIdx): registers names start from 0x00
5919         * (pic16_allocDirReg): various modifications,
5920         * (pic16_typeRegWithIdx): when searching pic16_dynProcessorRegs set
5921         fixed to 1,
5922
5923 2004-07-02 Vangelis Rokas <vrokas AT otenet.gr>
5924
5925         * src/pic16/pcode.c: removed buggy double colon
5926
5927 2004-07-01 Borut Razem <borut.razem AT siol.net>
5928
5929         * support/scripts/sdcc.nsi: added include/pic16 to setup
5930
5931 2004-06-30 Vangelis Rokas <vrokas AT otenet.gr>
5932
5933         * device/lib/Makefile.in: fixed bug in target objects-pic16,
5934         * device/lib/pic16/Makefile: prefixed with dash (-) command under
5935         target 'clean',
5936         * doc/sdccman.lyx: changed version to 2.4.2 and added some port
5937         specific command line arguments. Also added sample lkr script
5938         for placing a variable at a specific memory bank.
5939         * src/pic16/device.c (pic16_dump_gsection): NEW, to dump variables
5940         at a specific memory bank,
5941         * (pic16_dump_isection): fixed bug which caused string literals to
5942         be omitted when dumping idata section,
5943         * (pic16_groupRegistersInSection): added code to handle registers
5944         in specific memory banks,
5945         * src/pic16/gen.c: labelOffset is prefixed with pic16_ and made
5946         public, all references are renamed too,
5947         * (pic16_aopGet): removed switch cases for AOP_R0,AOP_R1,AOP_DPTR,
5948         AOP_DPTR2,
5949         * (pic16_storeForReturn): added case to handle when dest is WREG,
5950         * src/pic16/genarith.c (pic16_pCodeOpSubType): NEW,
5951         * src/pic16/glue.c (pic16emitRegularMap): when adding a register in
5952         pic16_rel_udata, check to see if that register is marked as being
5953         a member of a specific memory bank,
5954         * (pic16_printIvalCharPtr): added code to add string literals either
5955         to code or the idata sections,
5956         * src/pic16/main.c (_process_pragma): added \n to WHITE constant,
5957         also accept the 'udata' pragma,
5958         * src/pic16/main.h: new structure types sectName and sectSym
5959         * src/pic16/pcode.c: added new pCodeInstruction entry for BANKSEL
5960         * (newpCodeOpBit): added PIC_OPTYPE subt in function prototype,
5961         * (pic16_findPrevInstruction): fixed, it returned nothing,
5962         * (insertBankSwitch): fixed to emit banksel/skip and skip/banksel
5963         instruction combinations,
5964         * (pic16_FixRegisterBanking): heavily reorganised,
5965         * (pic16_AnalyzeBanking): if generating banksel directives is
5966         disabled, then don't call FixRegisterBanking at all,
5967         * src/pic16/ralloc.c (bitEQUs, aliasEQUs, allDefsOutOfRange):
5968         completely removed,
5969         * (pic16_writeUsedRegisters): added call to pic16_dump_gsection
5970
5971 2004-06-29 Bernhard Held <bernhard AT bernhardheld.de>
5972
5973         * src/SDCCglue.c (printChar): fixed bug #973350, patch provided by
5974         Phuah Yee Keat <yk.phuah AT nestac.com>
5975
5976 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
5977
5978         * src/pic16/glue.c (pic16createInterruptVect): function now emits
5979         correctly the IVT even if it is relocated to some other location
5980
5981 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
5982
5983         * device/include/pic16/pic18fregs.h: added case for pic18f2220.h
5984         * device/include/pic16/pic18f2220.h: NEW,
5985         * device/lib/pic16/libdev/pic18f2220.c: NEW,
5986         * device/lib/pic16/libdev/Makefile: added 18f2220 in DEVS,
5987         * src/pic16/device.c (struct Pics16): added info for 18f2220,
5988         * src/pic16/device.h (struct pic16_options): added ivt_loc and
5989         nodefaultlibs, ivt_loc is the location of the interrupt vector
5990         table, and nodefaultlibs signs that default libraries should not be
5991         linked in link stage,
5992         * src/pic16/gen.c (genFunction): relocate interrupt vector functions
5993         according to --ivt-loc argument,
5994         * src/pic16/main.c (_process_pragma): emit '_stack' as public symbol
5995         when pragma stack is found,
5996
5997 2004-06-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5998
5999         * src/mcs51/peeph.def: added peepholes 182.d (return 0.0),
6000         256 (range check), 257 (do while), 258.a-f (bit banging
6001         f.e. on 3-wire SPI bus)
6002
6003 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6004
6005         * src/SDCClrange.c (findNextUseSym): fixed a live range bug with
6006         variables used exclusively within a loop
6007
6008 2004-06-21 Bernhard Held <bernhard AT bernhardheld.de>
6009
6010         * src/mcs51/gen.c (genCpl): quick fix for bug #974835
6011
6012 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6013
6014         * src/SDCClrange.c (computeClash): fixed bug #971834
6015
6016 2004-06-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6017
6018         * src/mcs51/gen.c (genCmp): fixed bug #975903
6019         * src/hc08/gen.c (operandsEqu),
6020         * src/ds390/gen.c (operandsEqu),
6021         * src/z80/gen.c (operandsEqu),
6022         * src/pic/gen.c (operandsEqu),
6023         * src/pic16/gen.c (operandsEqu),
6024         * src/mcs51/gen.c (operandsEqu): fixed bug #976283
6025         * src/SDCCmain.c (parseCmdLine): report --unknown-option only once
6026
6027 2004-06-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6028
6029         * src/SDCCcse.c (cseBBlock): fixed bug #966963
6030
6031 2004-06-12 Vangelis Rokas <vrokas AT otenet.gr>
6032
6033         * src/pic16/gen.c (genPointerGet): added E_INTERNAL_ERROR for
6034         default case in switch statement,
6035         * glue.c (pic16_initPointer): expr is initialised via decoarteType
6036         to eliminate problem with initialisation of pointers, but problem
6037         still exists,
6038         * (pic16_pointerTypeToGPByte): removed, no needed for pic16,
6039         * (emitStaticSegment): removed various lines emitting debug info,
6040         * src/pic16/pcode.c, src/pic16/pcode.h, src/pic16/ralloc.h:
6041         added processor registers for utilizing EEPROM,
6042         * src/pic16/pcode.c (pic16_emitDB): number of DBs emitted is not
6043         configurable and set 8
6044
6045 2004-06-08 Vangelis Rokas <vrokas AT otenet.gr>
6046
6047         * .version: increased version number to 2.4.2,
6048
6049         Cumulative patch for pic16 port
6050         * src/pic16/device.c: changed scheme to dump initial values for
6051         variables in idata segment, all print_idata* functions were removed,
6052         now the pic16_printIval* will be called,
6053         * src/pic16/glue.c: (pic16_initPointer, pic16_pointerTypeToGPByte,
6054         * _pic16_printPointerType, pic16_printPointerType,
6055         * pic16_printGPointerType, pic16_printIvalArray, pic16_printIvalStruct,
6056         * pic16_printIvalBitFields, pic16_printIvalFuncPtr, pic16_printIvalPtr:
6057         NEW, similar to the respective functions in SDCCglue.c,
6058         * src/pic16/pcode.c (pic16_emitDB, pic16_flushDB): reverted to old
6059         way, emitting hex bytes,
6060         * (pic16_emitDS): NEW, emits a string for pointer initialisation,
6061
6062 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6063
6064         * src/avr/ralloc.c (serialRegAssign),
6065         * src/xa51/ralloc.c (serialRegAssign),
6066         * src/pic/ralloc.c (serialRegAssign),
6067         * src/pic16/ralloc.c (serialRegAssign),
6068         * src/hc08/ralloc.c (serialRegAssign),
6069         * src/z80/ralloc.c (serialRegAssign),
6070         * src/ds390/ralloc.c (serialRegAssign),
6071         * src/mcs51/ralloc.c (serialRegAssign): fixed bug #964479
6072
6073 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6074
6075         * src/SDCCicode.c (geniCodeJumpTable): fixed bug #967601
6076         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug #966505
6077
6078 2004-06-07 Vangelis Rokas <vrokas AT otenet.gr>
6079
6080         Cumulative patch for pic16 port:
6081         * src/pic16/device.h (typedef PIC16_device) modified fields for
6082         defining microcontrollers,
6083         * src/pic16/device.c: added new info for all devices in Pics16 array,
6084         * src/pic16/gen.c (genPcall): fixed bug that caused the return label
6085         to be optimised out by the pCode optimiser,
6086         * src/pic16/glue.c (pic16emitRegularMap): treat implicit aggragates
6087         specially, bug reported by G.M. Gallant,
6088         * src/pic16/pcode.c (pic16_newpCodeLabelFORCE): NEW, marks a label
6089         as force'd so that cannot be optimised out by pCode optimiser,
6090         * src/pic16/pcode.c,
6091         * src/pic16/pcodepeeph.c,
6092         * src/pic16/pcoderegs.c: many modifications to re-enable peepholes,
6093         they are disabled by default, but can be enabled explicit with
6094         command argument --denable-peeps, for testing,
6095         * device/lib/pic16/startup/Makefile: added --no-peep,--pomit-config-words,
6096         --pomit-ivt in COMPILE_FLAGS
6097
6098 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
6099
6100         * src/pic16/pcode.c (pic16_emitDB): removed double semicolon which fails
6101           compilation on MSVC
6102
6103 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
6104
6105         * device/include/sab80515.h: added sfr P6, changed GPL to LGPL
6106
6107 2004-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6108
6109         device/include/sab80515.h: fixed bug #967492, DAPR is defined at adress
6110         0xd8, but the correct adress is 0xda. Thanks to anonymous for reporting
6111
6112 2004-06-06 Vangelis Rokas <vrokas AT otenet.gr>
6113
6114         * src/pic16/device.c (pic16_assignConfigWord): fixed bug that
6115         would only assign 0x300001 register.
6116
6117 2004-06-05 Vangelis Rokas <vrokas AT otenet.gr>
6118
6119         * device/lib/pic16/startup/Makefile: added $(MODELFLAGS)
6120         in COMPILE_FLAGS. Thanks to G. Gallant for report.
6121
6122 2004-06-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6123
6124         * doc/sdccman.lyx: minor changes, mentioned beta vendor support
6125         for ds80c400
6126         * src/mcs51/peeph.def: ran unexpand -a over peeph.def
6127         * src/mcs51/peeph.def: removed obsolete peephole 100.a,
6128         added peephole 254 (left shift), 255 (jump table)
6129
6130 2004-06-04 Vangelis Rokas <vrokas AT otenet.gr>
6131
6132         * device/lib/Makefile.in: removed comment line with model-pic16,
6133         * (target port-specific-objects-pic16): the libraries and objects
6134         are copied to the build directory form the device/lib/pic16/bin
6135         directory
6136
6137         Cumulative patch concerning pic16 port:
6138         * library directory has been re-organized,
6139         * added support for PIC18F1220,
6140         * added headers and library sources for chips 18f1220,18f6520,
6141         18f6620,18f6680,18f6720,18f8520,18f8620,18f8680,18f8720
6142
6143         * configuration registers setting has changed, now each supported
6144         device has a complete description of the registers it uses,
6145         * all initialisations are moved to idata sections, these section
6146         can be absolute or relocatable,
6147         * fixed initialisation of codespace variables,
6148         * fixed warning about PCLATU and gpsim,
6149         * src/pic16/gen.c (genCmp): now can handle partially iCodes with no ifx,
6150         * (genAssign): use table reads when assigning from variables in codespace,
6151         * src/pic16/glue.c (pic16emitStaticSeg): fixed to correctly initialise
6152         char/int variables placed in codespace,
6153         * (pic16_emitConfigRegs): NEW, emits a list with configuration
6154         registers set in .asm file, no need for --pomit-config-words anymore,
6155         * (pic16glue): some 8051 legacy segments are commented out
6156         (to be removed completely),
6157         * added support for alternative assembler and linker with --asm=
6158         and --link= command line arguments,
6159         * peepholes are disabled automatically in the port, no need to
6160         specify on command line,
6161         * port supports natively char/int/long multiplication, but converts
6162         all divisions to support functions,
6163         * main.c: pic16_linkCmd and pic16_asmCmd changed to force output
6164         to the file set in variable $2,
6165         * pcode.c (pic16_emitDB, pic16_flushDB): modified to print printable
6166         strings in ASCII format and not in hex,
6167         * ralloc.c (serialRegAssign): added a triplet of conditional calls
6168         to pic16_allocDirReg for IC_RESULT, IC_LEFT and IC_RIGHT so to
6169         allocate proper register if iCodes aren't temporary,
6170
6171 2004-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
6172
6173         * support/regression/tests/zeropad.c: added TEST_G macro for alpha
6174
6175 2004-06-02 Vangelis Rokas <vrokas AT otenet.gr>
6176
6177         * src/pic16/gen.c (genPcall): warning about gpsim and PCLATU
6178         is commented out
6179
6180 2004-06-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6181
6182         * src/hc08/gen.c (genPointerGetSetOfs): disabled optimization if
6183         computed address is reused
6184         * src/hc08/gen.c (genPackBits): fixed offsets in assignments to
6185         multi-byte bitfields
6186
6187 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
6188
6189         * src/z80/gen.c: (genArrayInit): must check for pointers too
6190
6191 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
6192
6193         * support/regression/tests/zeropad.c: never meant to commit the
6194           nestedstruct test: removed, added check for GCC version
6195
6196 2004-05-31 Maarten Brock <sourceforge.brock AT dse.nl>
6197
6198         * src/SDCCast.c (createIvalArray): fixed bug 770487 SIGSEGV
6199         * src/SDCCglue.c (emitRegularMap): fixed bug 770484 allocation problem
6200         * src/SDCCglue.c (initPointer, printIvalType, printIvalStruct,
6201           printIvalArray, printIvalFuncPtr, printIvalPtr, printIval): fixed
6202           bugs 928906 and 954082 half-empty initializers
6203         * src/SDCCsymt.h,
6204         * src/SDCCsymt.c (getAllocSize): added for above fix
6205         * src/z80/gen.c (genArrayInit): fixed bug 741044
6206         * support/regression/tests/zeropad.c: added tests
6207
6208 2004-05-30 Vangelis Rokas <vrokas AT otenet.gr>
6209
6210         * src/pic16/device.c (pic16_dump_section): corrected bug which
6211         caused some symbols of the libraries to be misplaced
6212
6213 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
6214
6215         * src/pic16/glue.c,
6216         * src/pic16/ralloc.h,
6217         * src/pic16/ralloc.cc: prefixed IS_CONFIG_ADDRESS with PIC16_
6218         to fix conflict with pic port
6219
6220 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
6221
6222         * src/pic16/glue.c (pic16emitStaticSeg): do not print as publics or
6223         externs configuration variables,
6224         * src/pic16/ralloc.h,
6225         * src/pic16/ralloc.cc: IS_CONFIG_ADDRESS is made public and added
6226         prototype in header, commented out some debug messages
6227
6228 2004-05-26 Vangelis Rokas <vrokas AT otenet.gr>
6229
6230         * src/pic16/glue.c,
6231         * src/pic16/main.c,
6232         * src/pic16/pcode.c: added gpasm directives #FILE/#LINE
6233         for gpasm COFF object generation. Thanks to D. Hawkins for
6234         his patch info
6235
6236 2004-05-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6237
6238         * src/ds390/main.c,
6239         * src/mcs51/main.c: fixed sort order of mnemonics (thanks to Maarten
6240         Brock for spotting this)
6241         * src/ds390/gen.c (genEndFunction),
6242         * src/mcs51/gen.c (genEndFunction): always save psw if function is an
6243         interrupt handler and critical. Disable push/pop optimizations when
6244         peephole optimizations disabled.
6245
6246 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
6247
6248         Updated pic16 library sources and headers.
6249         * device/lib/pic16/pic18f*/ ,
6250         * device/include/pic16/*.h: modified to handle structured SFR
6251         definitions
6252
6253 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
6254
6255         * src/port.h (PORT structure): added hook initPaths, now each
6256         port can declare its own default search paths,
6257         which can been seen with the --print-search-dirs option,
6258         see pic16 port for example,
6259         * src/SDCCmain.c (setBinPaths, setIncludePaths, setLibPath,
6260         setDataPaths): test to options.printSearchDirs is ifdef'ed out,
6261         * (doPrintSearchDirs): NEW, replaces in a central manner the
6262         printing of search dirs which was split in set*Paths functions,
6263         * (main): added call to port->initPaths and doPrintSearchDirs,
6264         * src/avr/main.c,
6265         * src/ds390/main.c,
6266         * src/hc08/main.c,
6267         * src/izt/i186.c,
6268         * src/izt/tlcs900h.c,
6269         * src/mcs51/main.c,
6270         * src/pic/main.c,
6271         * src/pic16/main.c: modified port structures to reflect addition of
6272         initPaths hook,
6273
6274         * src/pic16/device.c (regCompare): registers are finally sorted by name,
6275         * (pic16_dump_section): for registers in same address reserve memory once,
6276         * src/pic16/device.h (struct PIC16_device): changed variable gen_banksel
6277         to no_banksel,
6278         * src/pic16/genarith.c (pic16_genPlus): added code to handle cases where
6279         result is greater in size than right or left,
6280         * (pic16_genUMult8X8_8): there are some cases where the result can
6281         be 16 bits size, so handle these,
6282         * src/pic16/gen.c: changed some pic16_emitpcomment to DEBUGpic16_emitcode,
6283         * (pic16_outBitC): modified to emit pcodes,
6284         * (pic16_storeForReturn): using is_LitOp to see if operand is literal
6285         or not,
6286         * (genDivOneByte): implemented algorithm to divide 8-bits,
6287         * (genCmp): uncommented goto, but issues still exist,
6288         * (genAnd): fixed a bug with variables >8bits,
6289         * (genPackBits): optimization added that uses BCF/BSF to change a
6290         single bit,
6291         * (genAssign): fixed bug when assigning floating point literals,
6292         * src/pic16/glue.c (pic16glue): added assembler directive 'code' before
6293         __sdcc_gsinit_startup label,
6294         * src/pic16/main.c (_pic16_init): removed search directory
6295         initialisations,
6296         * (_pic16_initPaths): NEW, used to initialise search directories,
6297         * (_hasNativeMulFor): support functions for all except char/int
6298         multiplication, and char division,
6299         * (PIC16_port struct): modified entry for native mul support,
6300         * src/pic16/pcode.c (insertBankSwitch): modified to support the renamed
6301         no_banksel option,
6302         * (buildCallTree): call to register_usage is ifdef'ed out,
6303
6304 2004-05-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6305
6306         * device/include/string.h: applied Stas Sergeev's patch to make this
6307         header file compatible with the preprocessor -Wundef option
6308         * src/SDCCmain.c (main): abort compilation if preprocessor reports
6309         failure (fixes bug #941458)
6310
6311 2004-05-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6312
6313         * src/SDCCopt.c (killDeadCode): fixed bug #907733
6314         * support/Util/SDCCerr.c: reworded E_AUTO_ASSUMED diagnostic to clarify
6315         that the variable, not the function, should be static
6316         * src/SDCCval.c (valCastLiteral): fixed bit initialization from literal
6317         to be consistent with non-literal case
6318
6319 2004-05-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6320
6321         * src/SDCCast.c (isConformingBody): fixed bug #949967
6322         * src/SDCCopt.c (cnvToFcall, cnvToFloatCast, cnvFromFloatCast,
6323         convilong): fixed bug #952086
6324
6325 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6326
6327         * src/SDCCmem.c (allocVariables): fixed bug #955321
6328
6329 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6330
6331         * src/hc08/main.c (_hc08_genAssemblerEnd),
6332         * src/SDCCdwarf2.c (dwOpenFile, dwCloseFile, dwWriteFunction,
6333         dwWriteModule, dwWriteCLine, dwWriteALine, dwarf2FinalizeFile):
6334         completely eliminated the use of a temporary file
6335         * src/SDCCdwarf2.c (dwWriteAttr): fixed bug with location list offset
6336         when more than one file linked
6337         * src/SDCCloop.c (pointerAssigned): fixed bug #954163
6338
6339 2004-05-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6340
6341         * src/SDCCval.c (valForArray): applied Maarten Brock's patch #947682
6342         which fixes bug #543481
6343         * support/regression/tests/bug-751703.c: fixed comments left from a
6344         cut and paste error
6345         * src/SDCCdwarf2.c (dwCloseFile): don't explicitly close a temp file
6346         * src/SDCCdwarf2.c (dwTagFromType): added bitfield support
6347         * src/SDCCdwarf2.c (dwWriteSymbolInternal): handle extern within local
6348         scopes
6349         * src/SDCCdwarf2.c (dwWriteLineNumber): line number deltas are signed
6350         * src/SDCCmain.c (processFile, parseCmdLine): non-alphanumeric chars
6351         are now changed to underscores in moduleName
6352
6353 2004-05-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6354
6355         * as/mcs51/lkmem.c: better fix for bug #954173
6356
6357 2004-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
6358         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6359
6360         * device/include/c8051f020.h: newly added SiLabs (Cygnal) header file
6361         * device/include/c8051f000.h,
6362         * device/include/c8051f120.h,
6363         * device/include/c8051f300.h,
6364         * device/include/c8051f310.h,
6365         * device/include/c8051f320.h: updated (added _XPAGE, CAPN, CAPP,
6366         PWM16) and detab'ed
6367
6368 2004-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6369
6370         * doc/sdccman.lyx: mentioned sourceforge's delay between web frontend
6371         and mailing lists, doc'ed --no-peep-comments, removed reference
6372         to knoppix (newest version has no LyX/LaTeX), other minor changes
6373         * src/SDCCglue.c (glue): save 2 bytes stack space with
6374         option --main-return. The ljmp could probably be avoided too
6375
6376 2004-05-14 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6377
6378         * as/mcs51/lkmem.c, as/mcs51/lkaomf51: fixed bug 954173
6379
6380 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6381
6382         * src/SDCCsymt.h: added IS_AUTO(symbol) test macro
6383         * src/SDCCopt.c (isLocalWithoutDef),
6384         * src/SDCCicode.c (operandFromSymbol): use the IS_AUTO test macro
6385         which adds a !IS_EXTERN codition. Fixes bugs #877426 and #751703.
6386         (credit to Maarten Brock for patch #949363, on which this is based)
6387         * support/regression/tests/bug-751703.c: some test cases of extern used
6388         within inner scopes.
6389
6390 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6391
6392         * src/SDCCdwarf2.c (dwMatchTypes): structs must have matching
6393         SPEC_STRUCT
6394         * src/SDCCdwarf2.c (dwTagFromType): fix to handle recursive
6395         struct definitions
6396         * src/SDCCdwarf2.c (dwWriteModule, dwNewDebugSymbol, dwWriteEndFunction,
6397         dwWriteLabel): fix to create valid debugger symbols even when
6398         the module name has non-alphanumeric symbols in it
6399         * src/SDCCdwarf2.c (dwWriteSymbolInternal): better detection for
6400         when a variable's allocation has been optimized away
6401
6402
6403 2004-05-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6404
6405         * src/hc08/gen.c (hc08_emitDebuggerSymbol),
6406         * src/hc08/main.c,
6407         * src/mcs51/gen.c (mcs51_emitDebuggerSymbol),
6408         * src/mcs51/main.c,
6409         * src/ds390/gen.c (ds390_emitDebuggerSymbol),
6410         * src/ds390/main.c,
6411         * src/z80/gen.c (z80_emitDebuggerSymbol),
6412         * src/z80/main.c,
6413         * src/pic/gen.c (pic14_emitDebuggerSymbol),
6414         * src/pic/main.c,
6415         * src/pic16/gen.c (pic14_emitDebuggerSymbol),
6416         * src/pic16/main.c,
6417         * src/avr/gen.c (avr_emitDebuggerSymbol),
6418         * src/avr/main.c,
6419         * src/xa51/gen.c (xa51_emitDebuggerSymbol),
6420         * src/xa51/main.c,
6421         * src/SDCCdebug.c (emitDebuggerSymbol),
6422         * src/SDCCdebug.h,
6423         * src/port.h: added a debugger struct to the port struct. Added a
6424         callback for defining debugger symbols
6425
6426         * src/SDCCast.c (createLabel),
6427         * src/SDCC.y (labeled_statement): mark all compiler generated labels
6428         with isitmp = 1
6429         * src/SDCCicode.h,
6430         * src/SDCCicode.c (geniCodeFunctionBody): added a link from the FUNCTION
6431         iCode back to the ast for the function
6432
6433         * src/hc08/ralloc.c (hc08_assignRegisters),
6434         * src/hc08/ralloc.h: define a regs struct for the stack pointer. Removed
6435         unneeded fields from the regs struct.
6436         * src/hc08/gen.c (transferRegReg, genFunction, genEndFunction): use the
6437         pushReg() & pullReg() functions instead of emitcode()
6438
6439         * src/hc08/gen.c (genLabel, genhc08Code),
6440         * src/SDCCdebug.h: Added additional debugger hooks needed for DWARF
6441
6442         * src/cdbFile.c (cdbWriteLabel, cdbWriteScope): Added stubs for unneeded
6443         debugger hooks
6444
6445         * src/hc08/gen.c (genEndFunction, genhc08Code),
6446         * src/hc08/gen.h,
6447         * src/mcs51/gen.c (genEndFunction, gen51Code),
6448         * src/mcs51/gen.h,
6449         * src/ds390/gen.c (genEndFunction, gen390Code),
6450         * src/ds390/gen.h,
6451         * src/z80/gen.c (genEndFunction, genZ80Code),
6452         * src/z80/gen.h,
6453         * src/z80/z80.h,
6454         * src/pic/gen.c (genEndFunction, genpic14Code),
6455         * src/pic/gen.h,
6456         * src/pic16/gen.c (genEndFunction, genpic16Code),
6457         * src/pic16/gen.h,
6458         * src/avr/gen.c (genEndFunction, genAVRCode),
6459         * src/avr/gen.h,
6460         * src/xa51/gen.c (genEndFunction, genXA51Code),
6461         * src/xa51/gen.h,
6462         * src/cdbFile.c (cdbWriteFunction, cdbWriteEndFunction): moved cdb
6463         specific code to cdbFile.c and out of the backend code generators
6464
6465         * as/hc08/lkmain.c (main): removed OMF51 support from link-hc08
6466         * as/hc08/lkarea.c (lnkarea): areas with NOLOAD attribute default
6467         starting address is now 0
6468
6469         * as/hc08/asm.h,
6470         * as/hc08/m08pst.c,
6471         * as/hc08/asmain.c (asmbl): implemented the .sleb128 and .uleb128
6472         assembler directive for DWARF support
6473         * as/hc08/lkelf.c (elf): only increment address when rtflg[] set
6474
6475         * src/src.dsp,
6476         * src/Makefile.in,
6477         * src/SDCCdwarf2.c: preliminary DWARF (ver 2) debugger data generator
6478
6479 2004-05-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6480
6481         * src/hc08/gen.c (genJumpTab, emitcode, genhc08code): fixed stack error
6482         and inappropriate peephole optimization in jump tables
6483
6484 2004-04-30 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6485
6486         * as/hc08/m08pst.c,
6487         * src/SDCCglue.c: sdccopt works for the hc08 port now
6488
6489 2004-04-27 Bernhard Held <bernhard AT bernhardheld.de>
6490
6491         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): fixed bug #942130
6492
6493 2004-04-27 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6494
6495         * as/hc08/lkelf.c: sdccconf.h is not available in WIN32
6496
6497 2004-04-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6498
6499         * src/SDCCpeeph.c (replaceRule): support empty replacement peephole
6500         rules
6501         * src/SDCCmain.c,
6502         * src/SDCCglobl.h,
6503         * src/SDCCpeeph.c (getPeepLine): new option --no-peep-comments omits
6504         comments from the peephole optimizer replacement rules
6505         * src/SDCCmem.c (printAllocInfoSeg): give actual location of spilled
6506         symbols
6507         * src/SDCCcse.c (updateSpillLocation),
6508         * src/SDCCopt.c (killDeadCode, findReqv): better tracking of register
6509         equivalents
6510         * src/hc08/ralloc.c (regTypeNum): pseudo symbols must be in DATA only
6511         * src/hc08/main.c (_hc08_finaliseOptions): made pointers to stack
6512         objects far pointers
6513
6514 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6515
6516         * src/SDCCsymt.h: a missing part of my last change
6517         * src/pic/ralloc.c (regTypeNum),
6518         * src/pic16/ralloc.c (regTypeNum): fixed statement/declaration order
6519
6520 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6521
6522         * src/SDCCicode.h,
6523         * src/SDCCicode.c (aggrToPtrDclType),
6524         * src/SDCCptropt.h,
6525         * src/SDCCptropt.c (ptrBaseRematSym, ptrPseudoSymSafe,
6526         ptrPseudoSymConvert),
6527         * src/pic/ralloc.c (regTypeNum),
6528         * src/pic16/ralloc.c (regTypeNum),
6529         * src/hc08/ralloc.c (regTypeNum),
6530         * src/ds390/ralloc.c (regTypeNum),
6531         * src/mcs51/ralloc.c (regTypeNum): check for dependancy hazards before
6532         creating pseudo symbols (fixed bugs #777768, #930484, and #933966)
6533
6534 2004-04-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6535
6536         * link/z80/lkmain.c (afile),
6537         * as/hc08/lkmain.c (afile),
6538         * as/mcs51/lkmain.c (afile): fix suggested by Maarten Brock to
6539         prevent a pointer problem when a filename has no directory and
6540         no extension specified.
6541
6542 2004-04-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6543
6544         * link/z80/lkmain.c (afile): allow periods in directory names
6545         * link/z80/lkmain.c (afile),
6546         * as/mcs51/lkmain.c (afile),
6547         * as/hc08/lkmain.c (afile): allow linker script file to have an
6548         extension other than ".lnk"
6549         * link/z80/lklex.c (getfid),
6550         * link/z80/lkmain.c (parse),
6551         * as/mcs51/lklex.c (getfid),
6552         * as/mcs51/lkmain.c (parse),
6553         * as/hc08/lklex.c (getfid),
6554         * as/hc08/lkmain.c (parse): Support comments in the linker script
6555         file on lines by themselves and after filenames
6556
6557 2004-04-20 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6558
6559         * as/link_hc08.dsp: Added as/hc08/lkelf.c to project.
6560
6561 2004-04-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6562
6563         * src/z80/peeph-z80.def: removed some peephole rules that don't
6564         work with multibyte arithmetic (fixed bug #937126)
6565         * src/mcs51/peeph.def: fixed peephole rules 150-158 to apply only
6566         to registers and not global variables
6567         * src/SDCCicode.c (geniCodeAssign, ast2iCode, geniCodePostInc,
6568         geniCodePreInc, geniCodePostDec, geniCodePreDec,
6569         geniCodeLogicAndOr, geniCodeConditional): enforce strict lvalue
6570         checking for assignments not internally generated (fixed bug #931895)
6571         * src/SDCC.y (postfix_expr): ignore typedefs when looking for a
6572         structure member (fixed bug #930072)
6573
6574 2004-04-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6575
6576         * src/SDCCmain.c (linkEdit),
6577         * src/hc08/main.c (_hc08_parseOptions),
6578         * as/hc08/Makefile.in,
6579         * as/hc08/aslink.h,
6580         * as/hc08/asm.h,
6581         * as/hc08/m08pst.c,
6582         * as/hc08/lkrloc.c (relr, rele),
6583         * as/hc08/lkarea.c (lnkarea)
6584         * as/hc08/lkmain.c (afile, parse),
6585         * as/hc08/lkelf.c: support for ELF output
6586         * as/hc08/lks19.c (s19),
6587         * as/hc08/lkihx.c (ihx): ignore areas with the NOLOAD attribute
6588
6589 2004-04-17 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6590
6591         * as/mcs51/lkihx.c: Fixed bug #899105.
6592
6593 2004-04-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6594
6595         * doc/sdccman.lyx: Added instructons on how to convert MSVC .dsw and
6596         .dsp files from Unix to DOS.
6597
6598 2004-04-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6599
6600         * doc/sdccman.lyx: removed the ANSI-C noncompliance note regarding
6601         function pointers; we have been compliant for several months now.
6602         * src/mcs51/ralloc.c (serialRegAssign): enabled part of my 2004-04-13
6603         change that was accidently commented out
6604         * src/mcs51/gen.c (freeAsmop, getFreePtr, freeForBranchAsmop, genIfxJump,
6605         genCmpEq, jmpTrueOrFalse, genCmp, genAnd, genOr, genXor, genIfx): fixed
6606         bug #922319
6607
6608 2004-04-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6609
6610         * src/hc08/gen.c: output of all of the internal debugging information
6611         is now controlled by the D() macro; it is disabled by default
6612
6613 2004-04-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6614
6615         * src/mcs51/ralloc.c (serialRegAssign, fillGaps, allocThisReg): try
6616         harder to keep the same registers during a CAST iCode
6617         * src/SDCCopt.c (optimizeCastCast, eBBlockFromiCode): casts of char to
6618         long via int can be done in a single cast, if the signedness is
6619         correct.
6620         * support/regression/tests/bug-927659.c: fixed to avoid conflict with
6621         putchar() in tinibios.c in ds390's library
6622
6623 2004-04-12 Bernhard Held <bernhard AT bernhardheld.de>
6624
6625         * src/SDCCast.c (decorateType): fixed bug #898889,
6626         cast result of a literal complement too
6627         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #930931,
6628         fixed check for bitfields
6629
6630 2004-04-11 Bernhard Held <bernhard AT bernhardheld.de>
6631
6632         * src/SDCCicode.c (geniCodeLogic): made it static,
6633         (geniCodeLogicAndOr): added in order to fix bug #905492,
6634         (ast2iCode): fixed bug #905492
6635         * support/regression/tests/bug-905492.c: added
6636         * src/SDCCast.c (decorateType): don't decorate/process parms twice,
6637         (processParms): fixed bug #927659: don't copy parms, this will clear
6638         decorated flag
6639         * support/regression/tests/bug-927659.c: added
6640
6641 2004-03-29 Bernhard Held <bernhard AT bernhardheld.de>
6642
6643         * src/SDCCast.c (addCast): don't cast float to char
6644         * device/lib/libsdcc.lib: added _memmove
6645
6646 2004-03-28 Bernhard Held <bernhard AT bernhardheld.de>
6647
6648         * device/lib/large/Makefile: fixed parallel execution by
6649         replacing `make` by `$(MAKE)`
6650
6651 2004-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6652
6653         * src/hc08/gen.c (genPointerGetSetOfs): correctly handle 1 byte array
6654         offsets (fixes bug #923936)
6655
6656 2004-03-26 Bernhard Held <bernhard AT bernhardheld.de>
6657
6658         * device/lib/small/Makefile: fixed parallel execution by
6659         replacing `make` by `$(MAKE)`
6660
6661 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
6662
6663         * device/lib/vprintf.c (vsprintf): minor optimization, see bug #801101
6664
6665 2004-03-23  Scott Dattalo  <scott AT dattalo.com>
6666
6667         * src/pic/gen.c (genCpl): multi-byte complements were not working.
6668         * src/regression/Makefile: Regression test was not running.
6669
6670 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
6671
6672         * src/SDCCast.c (resultTypePropagate, decorateType): avoid promotion to int for
6673         complement if possible
6674         * src/SDCCval.c (valComplement),
6675         * src/SDCCicode.c (operandOperation): fixed complement of literal
6676         * support/regression/tests/onebyte.c (testComplement): added
6677
6678 2004-03-22 Bernhard Held <bernhard AT bernhardheld.de>
6679
6680         * src/SDCCast.c (processParms): fixed bug #920866; decorateType() can
6681         return an optimized tree; actually replace actParm with the new tree
6682         * src/SDCCast.h: added some parantheses to remove side effects
6683         * support/regression/tests/bug-920866.c
6684
6685 2004-03-21  Scott Dattalo  <scott AT dattalo.com>
6686         * src/pic/gen.c, src/pic/gen.h, src/pic/genarith.c, src/pic/pcode.c:
6687         Bit operands were not being handled properly in the pic14 port.
6688         (now src/regression/add.c passes again).
6689
6690 2004-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6691
6692         * src/SDCC.y (labeled_statement): case and default no longer require
6693         a following statement (RFE #893037)
6694
6695 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6696
6697         * src/mcs51/gen.c (pushSide, genSignedRightShift, genDjnz, geniPush):
6698         use MOVA macro to avoid "mov a,acc" when peephole optimizer is
6699         disabled (fixes bug #916294)
6700         * sim/ucsim/s51.src/mov.cc (inst_mov_a_addr): Throw an error on
6701         "mov a,acc"; patch provided by Lenny Story
6702         * device/include/mc68hc908gp32.h: header contibuted by Juan Gonzalez
6703
6704 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6705
6706         * src/mcs51/gen.c (genFunction): optimize RECEIVE in reentrant
6707         functions
6708         * src/ds390/gen.c (genFunction, genEndFunction),
6709         * src/ds390/ralloc.c (ds390_assignRegisters),
6710         * src/mcs51/gen.c (genFunction, genEndFunction, mcs51_assignRegisters):
6711         * src/mcs51/ralloc.c (mcs51_assignRegisters): Skip optimizing registers
6712         pushed if there are parameters passed on the stack. Also, a cleaner
6713         way to decide if r0/r1 should be pushed/popped. (Together they fix
6714         bug #918693)
6715
6716 2004-03-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6717
6718         * doc/sdccman.lyx,
6719         * device/lib/mcs51/crtpagesfr.asm,
6720         * device/lib/mcs51/crtxinit.asm,
6721         * device/lib/mcs51/crtxstack.asm: Changed name of _PAGESFR to _XPAGE
6722         to avoid confusion with Si Lab's SFRPAGE register.
6723
6724 2004-03-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6725
6726         * src/SDCCglue.c (emitMaps): allow public sfr variables
6727         * src/SDCCglue.c (initialComments): include compiler build date
6728         with compiler version and put the timestamp of the generated
6729         assembly file on a serperate line to be less confusing.
6730         * src/port.h: added genInitStartup hook
6731         * src/avr/main.c,
6732         * src/ds390/main.c,
6733         * src/hc08/main.c,
6734         * src/pic/main.c,
6735         * src/pic16/main.c,
6736         * src/xa51/main.c,
6737         * src/z80/main.c: genInitStartup initialize as NULL (default to
6738         historical behaviour)
6739         * src/SDCCglue.c (glue): _sdcc_gsinit_startup is now port specific.
6740         * src/mcs51/main.c: (_mcs51_genInitStartup, _mcs51_genExtraAreas,
6741         _mcs51_genXINIT, _mcs51_genRAMCLEAR): link initialization code from the
6742         library instead of hard coding it into the compiler.
6743         * support/regression/ports/mcs51-stack-auto/spec.mk,
6744         * src/SDCCmain.c (linkEdit): added mcs51.lib to the link libraries
6745         * device/lib/mcs51/Makefile,
6746         * device/lib/small/Makefile,
6747         * device/lib/large/Makefile,
6748         * device/lib/mcs51/crtpagesfr.asm,
6749         * device/lib/mcs51/crtstart.asm,
6750         * device/lib/mcs51/crtxclear.asm,
6751         * device/lib/mcs51/crtxinit.asm,
6752         * device/lib/mcs51/crtclear.asm,
6753         * device/lib/mcs51/crtxstack.asm: move most of the mcs51 C runtime
6754         startup/initialization out of src/SDCCglue.c and src/mcs51/main.c
6755         and into user configurable files.
6756         * device/lib/clean.mk: clean mcs51 directory too
6757         * support/regression/tests/longlit.c: added static to T1 declaration
6758         * doc/sdccman.lyx: documented _PAGESFR sfr for customizing pdata
6759         accesses in the initialization code
6760
6761 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6762
6763         * device/include/mc68hc908qy.h: corrected declarations of FLBPR and
6764         OSCTRIMVAL as noted in bug #916008
6765
6766 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6767
6768         * src/SDCCloop.c (basicInduction): fixed bug with loop induction
6769         in loops with multiple exits (reported as incorrect registers
6770         used by Martin Helmling in Sdcc-user list)
6771
6772 2004-03-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6773
6774         * src/ds390/main.c (_ds390_genAssemblerPreamble): cosmetic change,
6775         made ds390 register extensions look less like error messages
6776
6777 2004-03-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6778
6779         * src/SDCCglue.c (printIvalPtr): fixed bug with pointer initializer
6780         reported by Adam Wozniak in Sdcc-user list
6781
6782 2004-03-10 Bernhard Held <bernhard AT bernhardheld.de>
6783
6784         * src/SDCCast.c (decorateType): fixed with bug and promotion in
6785         arithmetic optimizations, added debug output
6786
6787 2004-03-09 Bernhard Held <bernhard AT bernhardheld.de>
6788
6789         * device/lib/time.c (mktime): fixed bug reported by Bert Thomas
6790         * sdcc.spec: updated and split sdcc into 3 rpms
6791         * src/SDCCast.c (decorateType): &|^ don't need addCast(); addCast() is
6792         needed for literals of LEFT_OP and '+'
6793         * src/SDCCicode.c (geniCodeLogic): I must have been braindead when I
6794         introduced RESULT_TYPE_NOPROM
6795         (geniCodeMultiply): fixed logic for decision if mul is optimized to
6796         left shift
6797         * src/SDCCsymt.c (computeType): op is int; added RESULT_TYPE_OTHER;
6798         limited promotion to int only for '*'
6799         * src/SDCCsymt.h (computeType): op is int, removed RESULT_TYPE_NOPROM
6800
6801 2004-03-09 Hans Dorn <hjdorn AT users.sourceforge.net>
6802
6803         * src/pic16/gen.c (genSkip),
6804         (genc16bit2lit), (gencjneshort): commented out
6805         (is_LitOp): new helper function, checks operand type
6806         (genCmpEq): rewritten
6807
6808 2004-03-08 Bernhard Held <bernhard AT bernhardheld.de>
6809
6810         * support/regression/tests/bug-908454.c: added
6811
6812 2004-03-07 Bernhard Held <bernhard AT bernhardheld.de>
6813
6814         * src/SDCCast.c (addCast): fixed bug #908454 by promoting bits to char
6815         * src/SDCCicode.c (usualBinaryConversions): op needs int type
6816         (geniCodeCast): cosmetic, don't preserve bit storage class
6817         (geniCodeLeftShift): added promotion
6818         (geniCodeLogic): fixed regression
6819         * src/SDCCsymt.c (computeTypeOr): accept bits too
6820         (compareType): 2nd part of fix for bug #908454, needed for bitfields
6821
6822 2004-03-07  Borut Razem <borut.razem AT siol.net>
6823
6824         * support/Util/findme.c: alloca() replaced with malloc()/free() pair
6825
6826 2004-03-06 Vangelis Rokas <vrokas AT otenet.gr>
6827
6828         * src/pic16/ralloc.c (pic16_genPackRegisters): reverted to old
6829         version of pic16_genPackRegisters which does not check if ic is a
6830         CAST operator,
6831         * src/pic16/gen.c (ifxForOp): disabled new and untested code in
6832         function cause string1.c regression test fails
6833
6834 2004-03-06 Bernhard Held <bernhard AT bernhardheld.de>
6835
6836         * sim/ucsim/configure.in,
6837         * sim/ucsim/configure,
6838         * sim/ucsim/doc/Makefile.in: use docdir
6839         * src/SDCC.y: fixed sbit atrributes
6840         * src/SDCCast.c (getResultTypeFromType): added support for bitfields
6841         * src/SDCCast.c (decorateType): |^& need special promotion handling
6842         * src/SDCCast.h,
6843         * src/SDCCsymt.h: moved definition of RESULT_TYPE
6844         * src/SDCCsymt.h (computeType),
6845         * src/SDCCicode.c: computeType() needs op
6846         * src/SDCCsymt.c (checkTypeSanity),
6847         * doc/sddman.lyx: "plain" bitfields are unsigned
6848         * src/SDCCsymt.c (computeTypeOr): added
6849         * src/SDCCsymt.c (computeType): added support for bitfields, fixed
6850         |^& ops
6851         * src/SDCCval.c (val*): computeType() needs op
6852         * src/SDCCval.c (valCastLiteral): fixed casting of bitfields
6853         * support/regression/tests/onebyte.c: added tests for |^&
6854
6855 2004-03-06 Hans Dorn <hjdorn AT users.sourceforge.net>
6856
6857         * src/pic16/gen.c: (genpic16Code) use copy of printILine's output
6858         for writing icode into asm output.
6859
6860 2004-03-05 Vangelis Rokas <vrokas AT otenet.gr>
6861
6862         * src/pic16/device.c: added some debug lines enabled
6863         with macro DEBUG_CHECK,
6864         * src/pic16/genarith.c: more debug in genPlus,
6865         * (pic16_genUMult8XLit_16, pic16_genUMult8X8_16): removed,
6866         * (pic16_genUMult16X16_16, pic16_genUMult16XLit_16): NEW,
6867         * src/pic16/gen.c: added prototypes for pic16_genMult16X16_16,
6868         * (aopForSym): onStack symbols are re-placed in data memspace,
6869         and onStack flag is cleared,
6870         * (pic16_popGetTempReg, pic16_popReleaseTempReg): modified to
6871         copy temporary pcodeop,
6872         * (genPcall): added warning for not updating PCLATU,
6873         * (genFunction): removed test with IFFUNC_CALLEESAVES, its
6874         always true for pic16 port,
6875         * (genMultOneWord): NEW, supports integer multiplication,
6876         * (genMult): modified to call genMultOneWord,
6877         * (ifxForOp): added warning when return NULL,
6878         * src/pic16/glue.c (pic16emitRegularMap): symbol implicit
6879         flag is set before call to operandFromSymbol for implicit
6880         added structures,
6881         * src/pic16/main.c (_pic16_finaliseOptions): options.float_rent,
6882         options.intlong_rent are set by default,
6883         * (_hasNativeMulFor): modified to allow port generation of integer
6884         multiplication,
6885         * src/pic16/ralloc.c (pic16_allocDirReg): commented out line which
6886         set regtype to REG_SFR for all registers, restricting seting the
6887         accessBank flag for registers 0<= r < 0x80 and 0xf80<=r<=0xfff,
6888
6889 2004-03-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6890
6891         * src/mcs51/peephole.def: added 251.b and 253.x. 253.x are applied
6892         more than 500 times in the regression tests
6893
6894 2004-03-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6895
6896         * support/Util/SDCCerr.h,
6897         * support/Util/SDCCerr.c,
6898         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
6899         enumerator_list),
6900         * src/SDCCsymt.c (addSymChain): show location of oriignal definition
6901         for symbol conflicts.
6902         * support/valdiags/tests/enum.c,
6903         * support/valdiags/tests/tentdecl.c,
6904         * support/valdiags/tests/struct.c: expect possible error messages
6905         referring to original symbol definitions.
6906         * src/SDCC.y (struct_or_union_specifier, struct_declarator),
6907         * src/SDCCsymt.h,
6908         * src/SDCCsymt.c (promoteAnonStructs): support anonymous struct/union
6909
6910 2004-03-03 Hans Dorn <hjdorn AT users.sourceforge.net>
6911
6912         * src/pic16/gen.c (gencjne): fixed for right=REG / left=LIT
6913
6914 2004-02-03 Vangelis Rokas <vrokas AT otenet.gr>
6915
6916         * src/pic16/ralloc.c (newReg): fixed bug #908929
6917
6918 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6919
6920         * src/ds390/gen.c: added missing #include "main.h"
6921
6922 2004-03-02 Vangelis Rokas <vrokas AT otenet.gr>
6923
6924         * src/pic16/device.c (checkAddSym): NEW, adds a symbol to set while
6925         checking if symbol is already in set,
6926         * src/pic16/device.h: prototype for checkAddSym,
6927         * src/pic16/gen.c: (_G): added entry interruptvector,
6928         * (assignResultValue): removed some commented out lines,
6929         * (genFunction): check for ISR via sym->type, absolute section for
6930         interrupt code is created via a new pBlock, the goto instruction is
6931         placed now correctly at the interrupt vector position, changed all
6932         references from ivec to _G.interruptvector,
6933         * WREG,STATUS,BSR are not saved in stack upon an entry to interrupt
6934         is the interrupt is a high priority one, same for return from ISR,
6935         * src/pic16/glue.c: changed all calls of addSetHead for publics and
6936         externs to calls of checkAddSym,
6937         * src/pic16/pcode.c (pic16_pBlockConvert2*): emit warning when
6938         pic16_pcode_verbose flag is set,
6939         * src/pic16/pcode.h: extern to pic16_pcode_verbose,
6940         * src/pic16/pcoderegs.c: message about how many registers are saved
6941         will only be emitted if pic16_pcode_verbose flag is set,
6942
6943 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6944
6945         * src/ds390/ralloc.h,
6946         * src/ds390/ralloc.c (ds390_regWithIdx),
6947         * src/ds390/gen.c (emitcode),
6948         * src/ds390/main.h,
6949         * src/ds390/main.c (instructionSize, ds390newAsmLineNode, updateOpRW,
6950         ds390opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
6951         ds390operandCompare, getRegsRead, getRegsWritten,
6952         initializeAsmLineNode): customized instruction size calculation for
6953         ds390, started basis for some register optimizations
6954         * src/ds390/gen.c (gen390Code, emitcode): associate iCodes with
6955         corresponding assembly output
6956         * src/ds390/gen.c (genFunction, genEndFunction): added case to handle
6957         missing push/pop of r0/r1. Optimized push/pops
6958
6959 2004-03-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6960
6961         * src/mcs51/main.c (instructionSize): fixed ACALL size
6962         * src/mcs51/main.c (updateOpRW): fixed bug with @dptr, @a+dptr operands
6963
6964 2004-03-01 Vangelis Rokas <vrokas AT otenet.gr>
6965
6966         * src/pic16/device.c (pic16_dump_section): fixed a bug that allowed
6967         the sorting of rlist with NULL elements
6968         * (print_idataType, print_idata): NEW to create idata sections
6969         * src/pic16/device.h: idataSymSet new variable
6970         * src/pic16/gen.c (genFunction): fixed some bugs in string
6971         comparing, improved the absolute section creation for ISRs,
6972         added FSR0L/FSR0H in registers that are saved in an ISR,
6973         * (genInline): fixed the processing of inline snippets,
6974         now they undergo no process by the peephole optimizer
6975         * src/pic16/glue.c (pic16emitRegularMap): symbols with initialiser
6976         are placed in idataSymSet,
6977         * (pic16emitStaticSeg): extern symbols are added in externs,
6978         * src/pic16/ralloc.c (pic16_allocDirReg): work around to reduce bank
6979         switching when aboslute variables are placed in access bank memory
6980         * (pic16_writeUsedRegs): added call to pic16_dump_idata,
6981         * (packRegsForSupport,packRegsForAccUse,packRegsForOneuse):
6982         commented out with #if,
6983         * (pic16_packRegisters): reintroduce the check for CAST because some
6984         symbols are not correctly handled,
6985         * src/pic16/pcode.h: changed the definition of pCodeAsmDir to hold a
6986         pCodeInstruction instead of pCode,
6987         * src/pic16/pcode.c (pic16_newpCodeAsmDir): modified for the new
6988         pCodeAsmDir definition,
6989         * (pic16_pCode2str, genericPrint): when an AsmDir pcode has a NULL
6990         directive, then the argument directive is emitted without the leading
6991         tab, hack for inline labels which must be in the first column,
6992         * (compareLabel,pic16_findNextInstruction),
6993         * (pic16_findPrevInstruction): added case for PO_ASMDIR,
6994         * (insertBankSwitch): modified for the new pCodeAsmDir,
6995
6996 2004-03-01 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
6997         patch applied by Vangelis Rokas <vrokas AT otenet.gr>
6998
6999         * src/pic16/gen.c (pic16_popGet): case PO_DIR, adds the offset to
7000         instance,
7001         * (pushSide): commented out with #if,
7002         * (assignResultValue): fixed some typos in saving
7003         registers,
7004         * (genPcall): FIXED and sync'ed with genCall,
7005         * (genDataPointerGet,genDataPointerSet): using offset not leoffset
7006         * (genNearPointerGet): fixed to handle some more cases,
7007         implementation scheme via table reads,
7008         * (genConstPointerGet): modified to access code memory correct,
7009         * (genCodePointerGet,genNearPointerSet,genGenPointerSet): modified
7010         and improved to handle some cases
7011         * glue.c (printIvalType,printIvalChar,emitStaticSeg): use "DB"
7012         instead of "RETLW" for init data
7013         * src/pic16/ralloc.c (pic16_allocDirReg): warning when a symbol is
7014         not IN_DIRSPACE, work around to reduce bank switching when aboslute
7015         variables are placed in access bank memory (<0x80 and >=0xf80),
7016         * src/pic16/pcode.c: added SFRs TBLPTR, TABLAT, added opcodes TBLRD,
7017         TBLRD_POSTINC,TBLRD_POSTDEC,TBLRD_PREINC,TBLWT,TBLWT_POSTINC,
7018         TBLWT_POSTDEC,TBLWT_PREINC
7019         * Fixed initialisation of BSR, set "alias" for SSAVE to "0"
7020         * (pic16_emitDB,pic16_flushDB): New functions to generate "DB"
7021         directives
7022         * (pic16_pCodeConstString): use "DB" instead of "RETLW"
7023         * src/pic16/pcode.h: added TBLRD*,TBLWT*, added pic16_emitDB,
7024         pic16_flushDB, made pic16_newpCodeAsmDir public, added TBLPTR, TABLAT
7025         * src/pic16/ralloc.h: added IDX_BSR,IDX_TBLPTR*,IDX_TABLAT
7026
7027 2004-02-29  Borut Razem <borut.razem AT siol.net>
7028
7029         * src/Makefile.in, src/SDCCutil.c, support/Util/findme.c,
7030         support/Util/findme.h, support/Util/system.h: enhance binary relative
7031         search for lib and include by using findProgramPath()
7032
7033 2004-02-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7034
7035         * src/SDCCpeeph.h,
7036         * src/SDCCpeeph.c (pcDistance),
7037         * src/port.h,
7038         * src/mcs51/ralloc.h,
7039         * src/mcs51/ralloc.c (mcs51_regWithIdx),
7040         * src/mcs51/main.h,
7041         * src/mcs51/main.c (instructionSize, asmLineNode, updateOpRW,
7042         mcs51opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
7043         mcs51operandCompare, getRegsRead, getRegsWritten): made instruction
7044         size calculation port specific, started basis for some register
7045         optimizations
7046         * src/mcs51/gen.c (genFunction, genEndFunction): added case to handle
7047         missing push/pop of r0/r1. Optimized push/pops
7048         * src/mcs51/ralloc.c (packregisters): fixed bug #727095
7049         * device/lib/_modsint.c (_modsint),
7050         * device/lib/_modslong.c (_modslong): fixed sign of result in non-asm
7051         and stack version so regression tests pass
7052
7053 2004-02-26 Bernhard Held <bernhard AT bernhardheld.de>
7054
7055         * src/Makefile.in (dep): include SLIBOBJS in dependency check
7056         * src/SDCCast.c (decorateType): catch another small optimization
7057         with '?' operator
7058         * src/SDCCsymt.c (computeType): added comments and cosmetic changes
7059         * src/SDCCval.c (valMult, valDiv, valMod, valPlus, valMinus, valShift):
7060         modified to finally use computeType() all over SDCC,
7061         see Feature Request #877103
7062         * src/SDCCval.h: cosmetic
7063         * src/SDCCicode.c (operandOperation): fixed EQ_OP bug, now same as in
7064         valCompare(); regression tested in muldiv.c
7065         * support/regression/tests/muldiv.c (testMod): mod sign follows
7066         dividend only
7067
7068 2004-02-23 Bernhard Held <bernhard AT bernhardheld.de>
7069
7070         * src/SDCCast.c (decorateType): fixed bug #902362
7071         * doc/INSTALL.txt: fixed install instructions for win32
7072
7073 2004-02-21 Bernhard Held <bernhard AT bernhardheld.de>
7074
7075         * device/include/Makefile.in (install): fixed by replacing spaces
7076         by tabs
7077         * doc/README.txt,
7078         * doc/INSTALL.txt: updated for release
7079         * doc/sdccman.lyx: added warning for --xstack being buggy
7080
7081 2004-02-20 Bernhard Held <bernhard AT bernhardheld.de>
7082
7083         * src/pic16/ralloc.c (packRegsForAccUse):  disabled functions with #if
7084         to eliminate build warnings.
7085         * src/pic16/gen.c (pic16_popGet): fixed for gcc 2.95.4
7086
7087 2004-02-20 Vangelis Rokas <vrokas AT otenet.gr>
7088            Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
7089
7090         * doc/sdccman.lyx: removed PIC16 from PIC16 Port Specific Options,
7091         removed -penable-stack, added comment for stack pragma, added
7092         warning for not initializing the stack/frame registers, removed
7093         comment at interrupts section
7094
7095         Stack is made permanent, there is no ability to disable stack usage.
7096         * src/pic16/device.h,
7097         * src/pic16/device.c: removed all references to USE_STACK macro,
7098         * src/pic16/device.c (pic16_dump_section): when no elements in
7099         rlist, free rlist before return,
7100         * (pic16_dump_int_registers): NEW, internal registers are a new set
7101         of general purpose registers reused by each function,
7102         * (checkAddReg): returns 1 if registers is added to set,
7103         * (pic16_groupRegistersInSection): when a registers is of type
7104         PO_GPR_TEMP add it in pic16_int_regs and not in pic16_rel_udata,
7105         * src/pic16/device.h: memRange and Assigned Memory are deleted,
7106         SRCASECMP macro is moved here from device.c
7107         * src/pic16/genarith.c (pic16_pCodeOpType): added cases for
7108         PO_PCLATU, PO_PRODL, PO_PRODH,
7109         * (pic16_pCodeOpType, genMinus,
7110         changed compares to "a" register, with AOP_ACC,
7111         * (pic16_genPlus): fixed some bugs and indented properly,
7112         * (pic16_addSign): changed size to size+offset in the MOVWF
7113         instruction,
7114         * (pic16_genUMult8XLit_8): NEW, uses processor MULLW instruction to
7115         multiply 8-bit operand by literal, result is 8-bit,
7116         * (pic16_genUMult8X8_8): NEW, uses processor MULWF instruction to
7117         multiply 2 8-bit operand, result is 8-bit,
7118         * (pic16_genMult8X8_8): modified to call genUMult8X*_8 functions and not
7119         genUMult8X*_16,
7120         * src/pic16/gen.c: changed accUse to contain WREG only,
7121         * (pic16_emitcomment): renamed to pic16_emitpcomment,
7122         * (aopForSym): allocated dir register when IN_DIRSPACE(space) is,
7123         true, do not use immediate addressing any more unless sym is a
7124         pointer in codespace,
7125         * (aopForRemat): do not use immediate addressing when symbol not in
7126         codespace and when symbol's address is requested,
7127         * (aopOp): for-loop in if(sym->accUse) is modified for the new
7128         accUse size (= 1),
7129         * (aopGet): added case for AOP_ACC and don't return "accumulator
7130         bug" but WREG instead,
7131         * (popGetTempReg): pushes contents of temporary register in stack,
7132         * (popReleaseTempReg): pops contents of temporary register from
7133         stack. Use popGetTempReg/popReleaseTempReg in aligned pairs,
7134         * (pic16_popGet): separated case AOP_ACC to return register WREG
7135         from processor registers, AOP_PCODE not checks if pcop is PO_DIR
7136         or PO_IMMEDIATE and initializes their instance/offset appropriately,
7137         * The whole issue with aopForSym,aopForRemat,popGet) is to minimize
7138         the use of immediate pointers to certain cases only.
7139
7140         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): use pic16_popGet2p,
7141         * (pic16_loadFromReturn, pic16_storeForReturn: NEW,
7142         * (assignResultValue, genCall, genRet): modified to use the new
7143         function return value scheme with WREG,PRODL,PRODH,FSR0L and FSR0,
7144         genPcall is still broken,
7145         * (genFunction): added code to create 'A' type pBlocks when
7146         interrupt functions are generated, code not extensively tested yet,
7147         ISRs push WREG,STATUS,BSR,PRODL,PRODH,FSR0L,FSR0H registers on stack,
7148         * (genEndFunction): modified so ISRs pop stored registers from stack,
7149         * (genMultOneByte): cleanup,
7150         * (AccRsh): added flag andmask, to and result with appropriate mask,
7151         * (genUnpackBits,genPackBits): fixed and can handle bit fields,
7152         * (genDataPointerGet): fixed and reenabled its use,
7153         * (genNearDataPointerGet): bugs fixed,
7154         * (genDataPointerSet): bugs fixed,
7155         * src/pic16/genutils.c: added functions pic16_DumpValue,pic16_DumpAop,
7156         pic16_DumpSymbol, pic16_DumpOp,
7157         * src/pic16/genutils.h: function prototypes for the above functions,
7158         * src/pic16/glue.c: new flags initsfpnt, to initialize stack/frame
7159         pointers,
7160         * (pic16emitRegularMap): many many many improvements, but needs a
7161         major cleanup,
7162         * src/pic16/main.c: enable_stack in pic16_options is removed,
7163         * (_pic16_parseOptions): removed command line options -penable-stack,
7164         * (_process_pragma): emit stack symbol only when stack pragma is
7165         processed,
7166         * src/pic16/pcode.c: pic16_pc_fsr0 is removed, all operations are
7167         redirected to FSR0L/FSR0H pair,
7168         * (pic16_get_op, pic16_get_op2): modifications and improvements,
7169         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
7170         cases PO_PRODL,PO_PRODH, pic16_getRegFromInstruction2 returns sane
7171         for immediates,
7172         * (insertBankSwitch): modified to handle cases like: (alfa + 1)
7173         * (dumpPicOptype): NEW,
7174         * src/pic16/pcode.h: added PO_PCLATU,PO_PRODL,PO_PRODH in enum,
7175         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed bug
7176         with movff instruction,
7177         * src/pic16/ralloc.c: renamed typeRegWithIdx to pic16_typeRegWithIdx,
7178         added pic16_int_regs, some packRegsFor* functions are commented out,
7179         because produce errors,
7180         * src/pic16/NOTES: minor modifications
7181
7182 2004-02-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7183
7184         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c, as/mcs51/lkmain.c,
7185         as/mcs51/lkmem.c, src/SDCCglob.h, src/SDCCmain.c: added options --stack-size and
7186         --pack-iram.
7187         * doc/sdccman.lyx: described options --stack-size and --pack-iram.
7188         * as/mcs51/lkaomf51.c: fixed bug #895763
7189
7190 2004-02-17 Bernhard Held <bernhard AT bernhardheld.de>
7191
7192         * device/include/c8051f320.h: added. Contributed by Maarten Brock.
7193
7194 2004-02-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7195
7196         * doc/sdccman.lyx: added details about the HC08 storage classes and
7197         interrupts, fixed the register usage info for z80 & gbz80
7198
7199 2004-02-17 Vangelis Rokas <vrokas AT otenet.gr>
7200
7201         * doc/sdccman.lyx: added more pic16 port documentation
7202         * device/include/pic16/: added header pic18fregs.h
7203
7204 2004-02-16 Bernhard Held <bernhard AT bernhardheld.de>
7205
7206         * doc/sdccman.lyx: added Vangelis' contribution
7207
7208 2004-02-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7209
7210         * src/SDCClrange.c (rlivePoint): live range of SEND operand should
7211         extend to the next CALL or PCALL, not just to the next CALL.
7212
7213 2004-02-16 Vangelis Rokas <vrokas AT otenet.gr>
7214
7215         * src/pic16/gen.c (genInline): fixed bug #896482 with inline assembly
7216
7217 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7218
7219         * src/mcs51/ralloc.c (packRegsForAssign, reassignAliasedSym): fixed
7220         bug #895752 and a better fix for bug #716790
7221
7222 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7223
7224         * src/SDCCsymt.c (processFuncArgs): fixed bug #896796
7225
7226 2004-02-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7227
7228         * doc/sdccman.lyx: minor changes, minor changed
7229
7230 2004-02-13 Bernhard Held <bernhard AT bernhardheld.de>
7231
7232         * src/SDCCicode.c (usualBinaryConversions): removed pic16 from ports
7233         which can't handle SDCC_NEWONEBYTEOPS,
7234         (geniCodeMultiply): removed conversion from mult to shift for pic14
7235         and pic16
7236
7237 2004-02-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7238
7239         * src/hc08/gen.h,
7240         * src/hc08/gen.c (storeRegToAop, aopOp, aopAdrStr, accopWithAop,
7241         rmwWithAop): Ported my 2003-10-02 fix for bug #663539 to the hc08,
7242         thus fixing bug #895406
7243
7244 2004-02-11 Bernhard Held <bernhard AT bernhardheld.de>
7245
7246         * device/lib/_modsint.c,
7247         * device/lib/_modslong.c: sign follows divisor only
7248         * src/hc08/gen.c (genMultOneByte): if result size is 1,
7249         signs or signedness can be ignored
7250         * src/SDCCast.c (addCast): cosmetic - added lineno to CAST
7251         * src/SDCCast.c (resultTypePropagate): added even more ops: +, - and *,
7252         added optimization for IFX,
7253         (decorateType): Mult/Div/ModOneByte ops can handle all kind of signed
7254         arguments;
7255         reenabled optimization for IFX, which was removed on 2004-01-11
7256         * src/SDCCast.h: added return type IFX
7257         * src/SDCCicode.c: Mult/Div/ModOneByte ops can handle all kind of signed
7258         arguments with 8 or 16 bit results; pic14 and pic16 ports use old
7259         promotion behaviour; env. var. SDCC_NEWONEBYTEOPS selects the new,
7260         SDCC_OLDONEBYTEOPS selects the old behaviour
7261         * src/SDCCsymt.c (computeType): type2 can be NULL (for LEFT_OP);
7262         changed again and commented promotion rule
7263         * src/SDCCval.c (valDiv): promotion no longer necessary
7264         * src/ds390/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte),
7265         * src/mcs51/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte):
7266         rewritten
7267         * support/regression/tests/onebyte.c: added
7268
7269 2004-02-11 Vangelis Rokas <vrokas AT otenet.gr>
7270
7271         * gen.c (genInline): reverted to old code for assemnling inline
7272         code because of bug reported James Chadd
7273
7274 2004-02-10 Vangelis Rokas <vrokas AT otenet.gr>
7275
7276         * ralloc.h: missing declarations from previous patch,
7277         seems that patch for ralloc.h was never applied, fixed
7278
7279 2004-02-10 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
7280            patch committed by Vangelis Rokas <vrokas AT otenet.gr>
7281
7282         * pcode.c,
7283         * pcode.h,
7284         * ralloc.h: added FSR0L, FSR0H and other missing PIC16 SFR's for
7285         indirect addressing. Marked FSR0 as deprecated
7286         * gen.c (pointerCode): commented out, not needed now
7287         (pic16_popGet2p): new MOVFF helper function
7288         (genGenPointerGet),
7289         (genGenPointerSet): reimplemented with MOVFF and POSTINC0
7290         (shiftRLong): removed duplicate debugging info
7291
7292 2004-02-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7293
7294         * src/ds390/gen.c (genNearPointerGet),
7295         * src/mcs51/gen.c (genNearPointerGet): allow the genDataPointerGet()
7296         optimization with bits, but not bitfields.
7297         * src/ds390/ralloc.c (packRegisters),
7298         * src/mcs51/ralloc.c (packRegisters): fixed bug #884453 & #880832
7299
7300 2004-02-09 Bernhard Held <bernhard AT bernhardheld.de>
7301
7302         * src/SDCCcse.c (algebraicOpts): copy operands before modification
7303
7304 2004-02-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7305
7306         * src/SDCCsymt.h,
7307         * src/SDCCicode.c (operandFromSymbol),
7308         * src/mcs51/ralloc.c (verifyRegsAssigned, serialRegAssign),
7309         * src/ds390/ralloc.c (verifyRegsAssigned, serialRegAssign),
7310         * src/z80/ralloc.c (verifyRegsAssigned, serialRegAssign),
7311         * src/hc08/ralloc.c (verifyRegsAssigned, serialRegAssign),
7312         * src/pic/ralloc.c (verifyRegsAssigned, serialRegAssign),
7313         * src/pic16/ralloc.c (verifyRegsAssigned, serialRegAssign): fixed
7314         bug #892038
7315         * src/SDCCast.c (createIvalStruct, createIvalArray, gatherAutoInit),
7316         * src/SDCCglue.c (emitRegularMap, printIvalStruct, printIvalArray,
7317         printIvalCharPtr, printIvalPtr, printIval, emitStaticSeg, emitOverlay)
7318         * src/SDCCsymt.c (newSymbol),
7319         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
7320         enumerator_list),
7321         * src/SDCCval.h,
7322         * src/SDCCval.c (newiList): fixed bug #885705
7323
7324 2004-02-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7325
7326         * doc/sdccman.lyx: added section 3.1.4: sdcclib.
7327         * as/mcs51/lkmem.c: report the size of the stack in .mem file.
7328
7329 2004-02-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7330
7331         * device/include/c8051f120.h,
7332         * device/include/c8051f300.h,
7333         * device/include/c8051f310.h: added/updated header files for Silicon
7334         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
7335         * doc/sdccman.lyx: minor changes, recommended diff -Naur and diff -u
7336         in new section Submitting patches
7337
7338 2004-02-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7339
7340         * src/mcs51/gen.c (genNearPointerGet, genPagedPointerGet,
7341         genFarPointerGet, genCodePointerGet, genGenPointerGet,
7342         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
7343         genGenPointerSet),
7344         * src/ds390/gen.c (genNearPointerGet, genPagedPointerGet,
7345         genFarPointerGet, genCodePointerGet, genGenPointerGet,
7346         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
7347         genGenPointerSet),
7348         * src/pic16/gen.c (genNearPointerGet, genPagedPointerGet,
7349         genFarPointerGet, genCodePointerGet, genGenPointerGet,
7350         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
7351         genGenPointerSet),
7352         * src/pic/gen.c (genNearPointerGet, genPagedPointerGet,
7353         genFarPointerGet, genCodePointerGet, genGenPointerGet,
7354         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
7355         genGenPointerSet): fixed bug #892400
7356         * src/pic16/gen.c (genSkipz, AccRol): disabled functions with #if 0
7357         to eliminate build warnings.
7358         * src/SDCCast.c (processParms),
7359         * src/SDCC.y (function_declarator2, declarator2_function_attributes):
7360         fixed bug 751859
7361         * support/valdiag/valdiag.py: added GCC to the list of defines active
7362         when compiling with gcc
7363
7364 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7365
7366         * support/Util/SDCCerr.h,
7367         * support/Util/SDCCerr.c,
7368         * src/SDCCast.c (decorateType, sizeofOp): complain when sizeof is used
7369         with an incomplete type (fixed bug #883734)
7370         * src/SDCCicode.c (geniCodeCast): fixed bug #890510
7371
7372 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7373
7374         * src/pic16/gen.c (genCmpEq, shiftRLong): fixed declarations
7375
7376 2004-02-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7377
7378         * src/SDCCast.c (decorateType),
7379         * src/SDCCicode.c (geniCodeParms, geniCodeCall): fixed bugs in my ANSI
7380         function pointer implementation
7381         * support/regression/tests/funptrs.c: added tests to verify both forms
7382         of function pointers work correctly. Added tests to verify parameters
7383         are passed in the correct order.
7384
7385 2004-02-06  Vangelis Rokas <vrokas AT otenet.gr>
7386
7387         * device.c (regCompare): registers are sorted by ascending
7388         address and increasing size,
7389         * main.c (_pic16_finaliseOptions): removed the declaration
7390         of compiler macro MCU. Now a macro of the format pic18fxxxx
7391         will be defined from the command line
7392
7393 2004-02-06  Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
7394             patch committed by Vangelis Rokas <vrokas AT otenet.gr>
7395
7396         * pcode.c (pic16initMnemonics): fixed typo in assignment to PCOP_RLNCF
7397         PCOP_RLCF was overwritten!
7398         * gen.c (genSkip): commented out calls to pic16_emitcode,
7399         * (genCmpEQ): fixed "long" compares, only high word did get compared,
7400         * (genlshTwo),
7401         * (genRRC): added debugging info,
7402         * (shiftL2Left2Result): Fixed bug, if offr > offl. Result got
7403         overwritten while shifting,
7404         * (shiftR2Left2Result): Fixed bug, if offr < offl. Result got
7405         overwritten while shifting,
7406         * (AccLsh),
7407         * (AccRsh),
7408         * (shiftLLeftOrResult),
7409         * (shiftRLeftOrResult),
7410         * (shiftRLong),
7411         * (shiftLLong): Implemented with pic16_emitpcode
7412         * (genlshFour): Replaced pic16_aopPut with pic16_emitpcode,
7413         * (genLeftShift): Fixed bug, operand for shift by variable always
7414         was "and"ed with 0x0f,
7415         * (genLeftShiftLiteral),
7416         * (genrshTwo),
7417         * (genRightShiftLiteral): added debugging info,
7418         * (genrshFour): added comment,
7419         * (genRightShift): determined signedness from operand "left"
7420         instead of "result"
7421
7422 2004-02-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7423
7424         * src/SDCCicode.c (geniCodeParms),
7425         * src/SDCCast.c (decorateType, processParms): support for ANSI-style
7426         function pointers, fixed function pointer bugs #861242 and #861896
7427
7428 2004-01-31 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7429
7430         * device/include/c8051f000.h,
7431         * device/include/c8051f120.h,
7432         * device/include/c8051f300.h: added header files for Silicon
7433         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
7434
7435 2004-01-31 Bernhard Held <bernhard AT bernhardheld.de>
7436
7437         * src/SDCCast.c (processParams): added new type flow and restructured
7438         (gatherAutoInit): added new type flow
7439         (addCast): cosmetic changes
7440         (getLeftResultType): added new type flow for array indices, patch
7441         provided by Stas, see FR #877103
7442         (decorateType): SDCC_NEWTYPEFLOW removed, new type flow is now standard;
7443         array index patch by Stas
7444         * src/SDCCast.h: added prototype getResultTypeFromType()
7445         * src/SDCCval.h,
7446         * src/SDCCval.c (resolveIvalSym) (resolveIvalSym),
7447         * src/pic/glue.c (pic14emitStaticSeg),
7448         * src/pic16/glue.c (pic16emitStaticSeg),
7449         * src/SDCCglue.c (emitRegularMap) (emitStaticSeg): added new type flow
7450         for initialization of symbols
7451         * src/SDCCicode.c (geniCodeArray): removed warning W_ARRAY_BOUND
7452         * support/Util/SDCCerr.h:
7453         * support/Util/SDCCerr.c: replaced W_ARRAY_BOUND by W_IDX_OUT_OF_BOUNDS
7454         * .version: bumped version number to 2.3.8
7455         * device/include/Makefile.in (install),
7456         * doc/Makefile (install): changed to 'rm `find ...`' construct to
7457         avoid warnings
7458
7459 2004-01-30 Bernhard Held <bernhard AT bernhardheld.de>
7460
7461         * support/regression/tests/libmullong.c: fixed for 64 bit hosts
7462         Slade Rich fixed an optimization bug
7463         * src/pic/pcodepeep.c,
7464         * src/pic/pcoderegs.c
7465         * doc/Makefile (install): added test for directory
7466
7467 2004-01-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7468
7469         * src/mcs51/ralloc.c (getRegPtr, getRegGpr),
7470         * src/ds390/ralloc.c (getRegPtr, getRegGpr),
7471         * src/pic/ralloc.c (getRegPtr, getRegGpr),
7472         * src/pic16/ralloc.c (getRegPtr, getRegGpr),
7473         * src/z80/ralloc.c (getRegGpr): fixed bug #883361
7474         * as/mcs51/asexpr.c (term),
7475         * as/hc08/asexpr.c (term): fixed bug #887146
7476
7477 2004-01-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7478
7479         * src/z80/gen.c (genMult): handle single byte result product
7480         * src/SDCCopt.c (killDeadCode): never convert ADDRESS_OF iCode to
7481         DUMMY_READ_VOLATILE (fixed bug #886367)
7482
7483 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
7484
7485         * support/regression/tests/libmullong.c: fixed logic, on little endian
7486         hosts we ended without a mullong_wrapper()
7487
7488 2004-01-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7489
7490         * ChangeLog: changed "@" to " AT " in hopes of reducing spam and
7491         virus/worm forged address usage.
7492
7493 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
7494
7495         Fixed promotion, it should be done on AST level:
7496         * src/SDCCast.c (addCast): added promotion to int
7497         (decorateType): updated call to upCast()
7498         * src/SDCCicode.c (geniCodeLeftShift): removed call to
7499         usualUnaryConversions()
7500
7501 2004-01-26  Michael Hope  <michaelh AT juju.net.nz>
7502
7503         * support/regression/tests/literalop.c (mulWrapper): Added a
7504         wrapper to remove integer overflow warnings.
7505
7506         * support/regression/tests/float_trans.c: Made work on host.
7507
7508         * support/regression/ports/ucz80/spec.mk (UCZ80): Made detect the
7509         location of sz80.
7510
7511         * support/regression/generate-cases.py (main): Changed from inline
7512         to a main method.
7513
7514         * doc/Makefile (install): Changed to depth first to get rid of
7515         missing directory install warning.
7516
7517         * as/Makefile (install-doc): Made work on Mac.
7518
7519 2004-01-25 Bernhard Held <bernhard AT bernhardheld.de>
7520
7521         * src/SDCCast.c: added an additional type flow in decorateType() of
7522         opposite direction, see feature request #860006; it's enabled at runtime
7523         by setting the environment variable SDCC_NEWTYPEFLOW
7524         * src/SDCCast.h: changed prototype of decorateType()
7525         * src/SDCCglue.c (emitRegularMap): updated call of decorateType()
7526         * src/SDCCicode.c (geniCodeDivision) (geniCodeModulus): promotion from
7527         'char' to 'int' can be omitted, if both operands are 'unsigned char';
7528         see feature request #877103
7529         * src/SDCCval.c: updated call of decorateType()
7530         (valBitwise): fixed bug #882876
7531         (valMinus): added promotion
7532         (valLogicAndOr): result is unsigned
7533         (cheapestVal) (constVal): literals from 0...255 are 'unsigned char' now
7534         * src/SDCCsymt.c (computeType),
7535         * src/mcs51/gen.c (genCmpGt) (genCmpLt): literal 'unsigned char'
7536         must not cause an unsigned operation
7537         * src/pic/glue (pic14emitRegularMap),
7538         * src/pic16/glue.c (pic16emitRegularMap): updated call of decorateType()
7539
7540 2004-01-23 Bernhard Held <bernhard AT bernhardheld.de>
7541
7542         * src/pic/pcode.c (PCodeID): commented out left over debug code
7543
7544 2004-01-20 Bernhard Held <bernhard AT bernhardheld.de>
7545
7546         * support/valdiag/tests/overflow.c: added shift tests
7547         * src/pic/device.c,
7548         * src/pic/gen.c,
7549         * src/pic/gen.h,
7550         * src/pic/glue.c,
7551         * src/pic/main.c,
7552         * src/pic/pcode.c,
7553         * src/pic/pcode.h,
7554         * src/pic/pcodepeep.c,
7555         * src/pic/pcoderegs.c,
7556         * src/pic/ralloc.c,
7557         * src/pic/ralloc.h: applied patch from Slade Rich;
7558         added support for multiple code pages and multiple RAM banks on the
7559         PIC 14 port. The ASM files now no longer simply assume all the
7560         code / RAM are in the same page / bank. This means the linker can
7561         safely allocate code/RAM of separate ASM files to different pages/banks.
7562         * doc/sdccman.lyx: added Slade's tips
7563         * src/mcs51/peeph.def: fixed bug #880768
7564
7565 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7566
7567         * src/hc08/ralloc.c (rematStr): fixed bug #879282
7568         * src/SDCCast.c (decorateType): fixed bug #880197
7569
7570 2004-01-20  Michael Hope  <michaelh AT juju.net.nz>
7571
7572         * sim/ucsim/gui.src/serio.src/main.cc: Fixed unconditional use of
7573         getopt.h.
7574
7575         * debugger/mcs51/cmd.c (getValBasic): Changed strtof to strtod as
7576         strtof is not part of C89 and isn't included with Mac OS X.
7577
7578 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7579
7580         * src/hc08/gen.c (genPlusIncr, genUminus, genMinusDec, genCmp,
7581         shiftL2Left2Result): fixed bug #879326
7582         (genAnd, genOr, genXor): fixed bug when result was of type AOP_CRY
7583         (genMultOneByte): fixed bug in signed vs unsigned multiplication
7584         * sim/ucsim/hc08.src/inst.cc (inst_clr): added missing effective
7585         address fetch for clr instruction
7586         * device/lib/hc08/_mulint.c: created optimized assembly version
7587         * src/SDCCdflow.c (computeDataFlow): fixed bug #878209
7588
7589 2004-01-19 Bernhard Held <bernhard AT bernhardheld.de>
7590
7591         * src/SDCCicode.c (geniCodeArray): applied patch from Stas Sergeev
7592         proposed in FR #877103
7593
7594 2004-01-18 Bernhard Held <bernhard AT bernhardheld.de>
7595
7596         * src/SDCCval.c (cheapestVal): added missing checks
7597         * src/SDCCicode.c (usualBinaryConversions): fixed condition
7598         * src/SDCCicode.c (geniCodeAdd): fixed part of bug #877103
7599
7600 2004-01-16 Klaus Flittner <klaus_flittner AT gmx.de>
7601
7602         * src/ds390/gen.c (aopOp3): fixed the assignment of different dptrs to
7603         equal operands
7604
7605 2004-01-16 Vangelis Rokas <vrokas AT otenet.gr>
7606
7607         * src/SDCCmain.c (linkEdit): variable $3 of the linker command is
7608         loaded with the linker search paths (-L arguments) and the libraries
7609         to be linked with the current source (-l arguments). Changes
7610         currently will affect only the pic16 port.
7611         * src/pic16/main.c (_pic16_finaliseOptions): add to the linker
7612         include path the port specific paths and port specific libraries,
7613         * gplink command now contains the $3 argument,
7614         * src/pic16/device.h,
7615         * src/pic16/device.c,: structure PIC_device is made public and
7616         renamed to PIC16_device, the same for variable Pics which is renamed
7617         to Pics16. Updated all references to them.
7618         * src/pic16/glue.c (pic16glue): corrected bug with code
7619         initialization which bypassed the variable initializations block.
7620
7621         * device/lib/pic16/Makefile.rules: removed --penable-stack from
7622         COMPILE_FLAGS and added the --nostdinc option
7623
7624 2004-01-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7625
7626         * device/include/mc68hc908jb8.h: Register defs for another member
7627         of the hc08 family. Contributed by Bjorn Bringert - thanks!
7628
7629 2004-01-14 Vangelis Rokas <vrokas AT otenet.gr>
7630
7631         Documenting changes from previous commits.
7632         * configure.in (version 1.56),
7633         * configure: initially I've added AC_CONFIG_SUBDIRS(device/lib/pic16)
7634         when generating output files to configure the pic16 library,
7635         but now I've commented it out, since gputils aren't installed in the
7636         SF compile farm, so library won't compile
7637
7638         * device/lib/Makefile.in (version 1.56): initially I've added in
7639         target 'all' the prerequestive 'model-pic16' so it compiled the
7640         pic16 library, but now I've commented it out for the same reasons
7641         above,
7642         * added targets 'model-pic16' and 'objects-pic16' to compile the
7643         library
7644         * added target 'port-specific-objects-pic16' to handle the
7645         generated libraries and copy them into the build/ directory
7646         * added target 'clean-intermediate-pic16' to clean intermediate
7647         files into pic16 directory
7648         * in target 'installdirs' added line to create directory pic16 in
7649         the installation path
7650
7651         * device/include/Makefile.in (version 1.11): in target 'install'
7652         added lines to copy all header files to installation path,
7653         * in target 'installdirs' added line create directory for pic16
7654         headers in the installation path
7655
7656 2004-01-13 Klaus Flittner <klaus_flittner AT gmx.de>
7657
7658         * src/ds390/gen.c (genCall): fixed a double use of acc and b after
7659          a function call
7660
7661 2004-01-13 Bernhard Held <bernhard AT bernhardheld.de>
7662
7663         * configure,
7664         * device/lib/configure.in,
7665         * device/lib/configure: fixed for autoconf 2.57
7666
7667 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7668
7669         * src/z80/main.c (_parseOptions): fixed the portmode= command line
7670         option so that it actually works. Made it specific to the z80, since
7671         the gbz80 doesn't have these kinds of I/O ports.
7672
7673 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7674
7675         * device/include/z180.h,
7676         * device/lib/_memcpy.c,
7677         * device/lib/_memmove.c,
7678         * device/lib/_mulint.c,
7679         * device/lib/ser_ir.c,
7680         * device/lib/ser_ir_cts_rts.c,
7681         * device/lib/_strcmp.c,
7682         * device/lib/_strtok.c: fixed pragmas to non-deprecated form
7683         * src/z80/main.c (_process_pragma): add support for pragmas bank and
7684         portmode; added deprecation warning for bank= and protmode= forms.
7685         Also, guard against buffer overflow.
7686         * src/z80/gen.c (aopGet): generate better code for sfr banked read
7687
7688 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7689
7690         * src/hc08/main.c (_hc08_genAssemblerPreamble): fixed bug #875487. Also
7691         changed interrupt vector table generation to only emit declared vectors.
7692         * device/include/Makefile.in: added missing backslash
7693         * device/lib/pic16/Makefile.rules: add $(MODELFLAGS) to $(CFLAGS)
7694
7695 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
7696
7697         Mainly changes to support compilation of the device libraries
7698         * src/pic16/device.c: stack is allocated via symbol and not
7699         via literal number. The symbol is placed in the corresponding
7700         position of the data ram
7701         * (pic16_dump_section): relocatable and absolute uninitialized
7702         data are now emitted in sorted order to reduce section naming,
7703         * src/pic16/ralloc.c (newReg): fixed bug with SFR's that
7704         weren't marked as being in the access bank,
7705
7706 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
7707
7708         Added portion of GNU PIC Library under the directory
7709         device/include/pic16 and device/lib/pic16. These files
7710         contain the declarations of SFRs for the PIC18Fxx2 devices.
7711         The directory is initialized via configure from toplevel.
7712
7713 2004-01-12 Klaus Flittner <klaus_flittner AT gmx.de>
7714
7715         * src/ds390/gen.c (operandsEqu): fixed a little typo, that prevented
7716         the spilllocations to be compared correctly
7717
7718 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
7719
7720         * src/SDCCast.c (decorateType): fixed bug introduced today
7721
7722 2004-01-12  Borut Razem <borut.razem AT siol.net>
7723
7724         * src/SDCC.lex, support/Util/SDCCerr.h, support/Util/SDCCerr.c,
7725         doc/sdccman.lyx: upper case pragmas are deprecated
7726
7727 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
7728
7729         * src/SDCCast.c (decorateType): replacing 'ul > 0' by  '!ul' results
7730         in simpler and even better code
7731
7732 2004-01-11 Bernhard Held <bernhard AT bernhardheld.de>
7733
7734         * src/SDCCicode.c (operandOperation): fixed bug #874819
7735         * src/SDCCast.c (decorateType): fixed
7736         char foo (unsigned long ul) { return ul > 0; }
7737
7738 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7739
7740         * doc/sdccman.lyx: Moved and added some sections, small changes
7741         all over. Telling LaTeX to be less strict with word spacing
7742         to better keep the right margin. Changed some notes about
7743         maintainance of the ports in section 3.2.1 - is it OK like this?
7744
7745 2004-01-11 Vangelis Rokas <vrokas AT otenet.gr>
7746
7747         SDCC source changes:
7748         * src/SDCCopt.c (cntToFcall, cnvToFloatCast, cnvFromFloatCast,
7749         convilong): modified to inform the pic16 port that builtin functions
7750         are external
7751
7752         PIC16 PORT specific changes:
7753         * src/pic16/device.c pic16_dump_equates() added,
7754         processor registers declared internally by the port are emitted in
7755         the translation as equates,
7756         * src/pic16/gen.c: inline code is passed unprocessed to the
7757         translation,
7758         * (pic16_popGetLit2): fnuction modified to take second operand as
7759         pCodeOp pointer and not as literal,
7760         * (popRegFromIdx): prefixed with pic16_,
7761         * (pic16_popCombine2): modified to receive already allocated pCode
7762         operands,
7763         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): added
7764         * (genFunction): initializes local stack frame and pushes on stack
7765         all the registers used by this function,
7766         * (genEndFunction): restores all registers from stack and restores
7767         stack frame,
7768         * src/pic16/glue.c (pic16emitRegularMap): various changes and
7769         improvements,
7770         * (pic16glue): changed the program startup sequence,
7771         * added new dbName code 'A' for functions placed in absolute section
7772         * src/pic16/main.c: added function attribute _naked,
7773         * added pragma 'code' to place a fnuction at an absolute address,
7774         * added command line arguments --debug-ralloc and --pcode-verbose,
7775         * (_pic16_finiliseOptions): options.all_callee_saves is set by default
7776         * src/pic16/pcode.c (pic16_pBlockConvert2Absolute) added,
7777         * (pic16_newpCodeOpLit2): modified to take the second operand as
7778         pCodeOp pointer,
7779         * (pic16_printpBlock): modified to emit each function in a separate
7780         section,
7781         * (pic16_get_op): modified to use the gpasm modifiers LOW,HIGH and
7782         UPPER for immediate operands,
7783         * src/pic16/pcodepeeph.c: added peephole support for the LFSR
7784         instruction,
7785         * src/pic16/peeph.def: all peepholes with movff are commented out,
7786         because there is a problem in the pcode peep optimizer,
7787         * src/pic16/ralloc.c: the register allocator can now reuse local
7788         function symbols for another function. This saves register usage.
7789         * src/pic16/ralloc.h: added flag isLocal in structure regs,
7790
7791         Added file src/pic16/NOTES with information about program writing on
7792         the current port version.
7793
7794 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7795
7796         * src/mcs51/peephole.def: added peepholes 177.c,d (redundant moves)
7797         and peephole 252 (array access)
7798
7799 2004-01-09  Borut Razem <borut.razem AT siol.net>
7800
7801         * src/SDCCmain.c : fixed #872250: -l command line defined library
7802           files are scanned before standard library files
7803
7804 2004-01-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7805
7806         * src/SDCCast.c (decorateType): fixed bug #874046
7807
7808 2004-01-09  Borut Razem <borut.razem AT siol.net>
7809
7810         * support/scripts/sdcc.nsi: remove previous installation
7811
7812 2004-01-09 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7813
7814         * src/SDCCglue.c (createInterruptVect): don't append 7(5) padding
7815         bytes for last interrupt vector (mcs51)
7816         * sdcc.spec: fixed typo
7817
7818 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7819
7820         * src/mcs51/gen.c (genFunction, genEndFunction, genReceive, getTempRegs,
7821         gen51Code): more efficient parameter receive for --model-large
7822         ("bug" #845294)
7823
7824 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7825
7826         * src/ds390/main.c,
7827         * src/z80/main.c: added missed needLinkerScript flags (more than
7828         one port structure defined in these file)
7829         * src/ds390/gen.c (aopForSym, aopOp, operandsEqu, aopOp3): fixed
7830         bug #795325
7831
7832 2004-01-08 Vangelis Rokas <vrokas AT otenet.gr>
7833
7834         * src/SDCCmain.c: removed various references to DEFAULT_PORT
7835         * src/port.h: added flag needLinkerScript in port->linker
7836         structure to inform whether to create a .lnk file or not,
7837         * src/avr/main.c,
7838         * src/ds390/main.c,
7839         * src/hc08/main.c,
7840         * src/mcs51/main.c,
7841         * src/pic/main.c,
7842         * src/pic16/main.c,
7843         * src/xa51/main.c,
7844         * src/z80/main.c: changed appropriately to configure
7845         needLinkerScript flag
7846         * src/pic/gen.c,
7847         * src/pic16/gen.c (genAddrOf): fixed bug #863624
7848         * src/pic/glue.c: added variable udata_section_name to
7849         override default uninitialized data segment definition for
7850         devices only with SHAREBANK memory (reported from Erik Epetrich)
7851         * (pic14emitOverlay): modified to emit a commented overlay segment
7852         directive when no overlay data exist
7853         * (picglue): modified to emit uninitialized data segment
7854         according to udata_section_name
7855         * src/pic/main.c (_pic14_parseOptions): added command line
7856         options --udata-section-name=[name] to override default
7857         udata definition name
7858         * modified _linkCmd and _asmCmd to include compiler passed
7859         arguments via -W option
7860         * src/pic16/main.c: added $l in _asmCmd, changed extension for
7861         object file from '.rel' to '.o' in port->linker structure,
7862         changed size of fptr from 2 to 3 in port structure
7863
7864 2004-01-07  Borut Razem <borut.razem AT siol.net>
7865
7866         * support/scripts/sdcc.nsi: update PATH
7867         * support/scripts/sdcc.ico: craeted
7868
7869 2004-01-07 Bernhard Held <bernhard AT bernhardheld.de>
7870
7871         * device/include/Makefile.in: fix install
7872         * doc/Makefile: fix install
7873
7874 2004-01-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7875
7876         * src/SDCCsymt.c (processFuncArgs): fixed superflous allocation noted
7877         in bug #860505
7878         * src/SDCCmem.c (printAllocInfoSeg, printAllocInfo): minor changes to
7879         how the function variable allocation summary is displayed; also
7880         include information about variables allocated to the overlay
7881         segment
7882
7883 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7884
7885         * as/mcs51/lkmain.c: Help about -Y option
7886         * as/mcs51/lkarea.c: Fixed gcc warnings
7887
7888 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
7889
7890         * src/SDCCval.c (valShift): changed from 16 to 32 bit shift count,
7891         fixed warning
7892         * support/valdiag/tests/overflow.c: added
7893         * src/SDCCast.c (decorateType),
7894         * src/SDCCicode.c (geniCodeLeftShift): added promotion to int for
7895         LEFT_OP (left shift)
7896
7897 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7898
7899         * as/mcs51/lkmain.c: stack must be after data when option -Y is not used
7900         (default behaviour).
7901
7902 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7903
7904         A python script to validate compiler diagnostic messages. It can be
7905         used to verify that sdcc complains about bad c source code and
7906         gives a good location of the error.
7907         * support/valdiag/Makefile,
7908         * support/valdiag/valdiag.py,
7909         * support/valdiag/tests/*
7910
7911 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7912
7913         * src/SDCC.y (enum_specifier, enumerator_list, opt_assign_expr),
7914         * src/SDCCsymt.c (newEnumType),
7915         * src/SDCCsymt.h
7916         * support/Util/SDCCerr.c,
7917         * support/Util/SDCCerr.h: fixed bug #871258 and some other unreported
7918         enum related bugs.
7919         * support/regression/tests/enum.c: added test for enum values that
7920         require at least 2 bytes of storage.
7921
7922 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
7923
7924         * src/common.h: added ifndef/define/endif macros
7925         around the header file.
7926         Bug reported from Jesus Calvino-Fraga
7927
7928 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
7929
7930         * sdcc.spec: updated
7931         * device/include/Makefile.in: don't install CVS directories
7932         * device/lib/Makefile.in: added removal of CVS directories after install
7933         * doc/Makefile: fixed install, added local_icons
7934         * sim/ucsim/gui.src/Makefile.in: fixed an old typo
7935         * src/mcs51/gen.c (genRightShift): fixed bug #870788
7936         * src/ds390/gen.c (genRightShift): fixed bug #870788
7937         * src/SDCCast.c (decorateType): fixed bug #870781
7938
7939 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
7940
7941         PIC16 port related changes:
7942         * device.c: removed pic16_finalMapping and pic16_finalMappingSize,
7943         added variable stackPos,
7944
7945         * gen.c: genCall, assignResultValue: added support for
7946         pushing/retrieving function parameters to/from stack,
7947         genFunction,genEndFunction: setup stack frame for the
7948         generated function,
7949         genAddrOf: will be changed according to bug 863624
7950
7951         * added files genutils.c and genutils.h which contain gen*
7952         debugged and optimised functions extracted from gen.c
7953
7954         * glue.c: added variable 'externs' which holds extern symbols,
7955         pic16emitRegularMap: is modified to properly handle relocatable
7956          symbols under the new scheme,
7957         pic16createInterruptVect: is modified
7958         pic16printPublics: is modified to emit 'global' assembler directives,
7959         added pic16_printExterns to print extern symbols,
7960         pic16glue: initializes stack/frame pointer in the beginning of
7961         the assembly output. Temporary hack, will be corrected later,
7962         because gplink yet does not support stack and SDCC does not
7963         yet support a type of crt0.o object to create the final binary.
7964
7965         * Removed many lines that contain 8051 legacy code.
7966         * The code is finally placed under a 'code' directive.
7967         * Added port specific options.
7968
7969         * _process_pragma: simplified since now we do not need *special*
7970         include file to define SFR registers. But a separate header
7971         will be needed. This will be developed later.
7972         * _pic16_parseOptions: added, parses port specific options:
7973         --pgen-banksel, --obanksel=, --pomit-config-words, --pomit-ivt,
7974         --pleave-reset-vector, --penable-stack, --pstack-model, --debug-xtra
7975         --preplace-udata-with=
7976
7977         * _pic16_setDefaultOptions: modified to initialize section names,
7978         but hack is temporarly out of order since it needs improvement.
7979         * _pic16_genAssemblerPreamble: configuration words are emitted by
7980         their address instead of their name. This part is incomplete and
7981         supports only the 18Fxx2 devices. Other devices will emit an error
7982         during assembly since they do not contain the same set of config
7983         registers
7984         * _pic16_genIVT: is modified,
7985
7986         * pcode.c: added definitions for some hardware registers that are needed
7987         for stack support
7988         * added flag is2LitOp and variable pci_magic in pCodeInstruction.
7989         All PCI entries are updated. Now LFSR is supported.
7990         * Removed pic16_pciTRIS is mentioned by mdubuc in source
7991         * added pic16_newpCodeOpLit2 to support instructions with
7992         two literal arguments
7993         * pic16_pCode2str: corrected code that emits assembler instructions
7994         with two literal operands and those that have an access bit modifier
7995         * genericPrint: now PC_ASMDIR pCodes, can emit a label if it exists,
7996         this fixes a bug which caused some labels to be lost, when an
7997         assembler directive was added, i.e. banksel,
7998         * pic16_FixRegisterBanking: improved logic that causes the insertion
7999         of bank switching,
8000         * InlineFunction: functions that are called once, are not any more
8001         inlined. This can be a port option in the future,
8002
8003         * pcode.h: added pCodeOpLit2 and added variable label in pCodeAsmDir
8004
8005         * ralloc.c: added pic16_rel_udata and pic16_fix_udata variables which
8006         hold the corresponding uninitialized symbols,
8007         * pic16_allocProcessorRegister: registers have explicit marked the
8008         accessBank field,
8009         * pic16_allocInternalRegister: registers are explicit marked as
8010         not used,
8011         * pic16_writeUsedRegs: pic16_dynDirectBitRegs was missing from the
8012         processing list, so bit registers were lost,
8013         *
8014
8015         * ralloc.h: added field 'accessBank' and original symbol operand
8016         in register definition,
8017         * removed the field isMapped from register definition,
8018
8019         ** Several functions have been removed from various sources:
8020         BanksUsedFlow2,BanksUsedFlow,FixBankFlow,InstructionRegBank,
8021         pic16_addMemRange,pic16_isREGinBank,pic16_dump_map,pic16_dump_cblock
8022         isSFR,validAddress,mapRegister,assignRegister,pic16_assignFixedRegisters
8023         pic16_assignRelocatableRegisters
8024
8025         ** others have been introduced:
8026         pic16_areRegsSame,pic16_dump_section,checkAddReg,pic16_groupRegistersInSection
8027         pic16_popGetLit2,pic16_popCombine2,pushw,pushaop
8028
8029 2004-01-05 Vangelis Rokas <vrokas AT otenet.gr>
8030
8031         * support/scripts/inc2h.pl: changed definition of BIT_AT
8032         to emit 'sbit at' instead of 'bit at'. This was a request.
8033
8034         PIC16 port related preliminary changes:
8035         * gen.c: prefixed function popRegFromString with
8036         pic16_ and all references to it corrected
8037         * pcode.c: all pic16_pc_* hardware registers prefixed
8038         with underscore (_),
8039         pic16_popCopyGPR2Bit(): function sets register wasUsed=1
8040         * ralloc.c: newReg(): when register is REG_SFR then
8041         set address to rIdx,
8042         pic16_allocProcessorRegister(): marks register wasUsed=0
8043         pic16_writeUsedRegs(): added a call to assign processor
8044         registers via pic16_assignFixedRegisters
8045
8046 2004-01-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8047
8048         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c,
8049         as/mcs51/lkmain.c, as/mcs51/lkmem.c: 8051 linker can now pack
8050         variables in unused register banks.  Also the SSEG is placed
8051         wherever there is enough space for it, and IDATA can be anywhere
8052         in internal RAM.  For now compile using -Wl-Y[stack_size].
8053         The mem file is different for this option as well, since it
8054         makes no sense of talking about DSEG lenght.
8055
8056 2004-01-02 Vangelis Rokas <vrokas AT otenet.gr>
8057
8058         * src/SDCClrange.c: fixed bug 869095 that caused segfault
8059         in certain cases, e.g. when ROM assignment, patch provided
8060         from Albert den Haan.
8061
8062 2004-01-01 Bernhard Held <bernhard AT bernhardheld.de>
8063
8064         Many signedness and type propagation fixes:
8065         * src/SDCCicode.c: made geniCodeCast() static
8066         replaced SPEC_ by IS_ (cosmetic)
8067         (operandOperation): fixed div and mod operation
8068         (usualBinaryConversions): added support for promotion of char
8069         (geniCodeMultiply): replaced (unsigned long) by (TYPE_UDWORD)
8070         (geniCodeDivision): replaced (unsigned long) by (TYPE_UDWORD)
8071         (geniCodeAdd): an array index will stay unsigned, even if promoted
8072         from char to int
8073         (geniCodeArray): ditto
8074         * src/SDCCicode.h: made geniCodeCast() static: removed prototype
8075         * src/SDCCsymt.c (computeType): added more support for char;
8076         promotion of char is selectable by promoteCharToInt, fixed signedness
8077         for all cases
8078         (powof2): replaced (unsigned long) by (TYPE_UDWORD)
8079         * src/SDCCsymt.h (powof2): replaced (unsigned long) by (TYPE_UDWORD)
8080         * src/SDCCval (val*): replaced signedness calculation by
8081         computeType()
8082         rearranged if-branches (cosmetic)
8083         (valShift): added warning W_SHIFT_CHANGED
8084         (valCompare): fixed problem with different types
8085         * src/hc08/rallo.c (leastUsedLR): fixed gcc 3.3 warning
8086         * support/regression/tests/literalop.c: added many cases
8087         * support/regression/tests/ast_constant_folding.c: changed finally to
8088         'unsigned int'
8089         * .version: new year, new version: 2.3.7
8090         * src/SDCCmain.c (main): applied patch #866468
8091         * debugger/mcs51/sdcdb.c (parseCmdLine): added -k for ucsim, patch
8092         provided by Scott Bronson
8093         * doc/sdccman.lyx: updated documentation for sdcdb
8094         updated and added chapter tips
8095
8096 2004-01-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8097
8098         * src/SDCCsymt.h: missing from yesterday's commits
8099
8100 2003-12-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8101
8102         * src/SDCC.y (struct_or_union_specifier),
8103         * support/Util/SDCCerr.c,
8104         * support/Util/SDCCerr.h: verify that struct & union tags are used
8105         as declared.
8106
8107 2003-12-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8108
8109         * src/SDCCglobl.h: missing from yesterday's commits
8110
8111 2003-12-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8112
8113         * src/SDCC.y (external_definition, type_specifier2, sfr_reg_bit,
8114         sft_attributes, struct_declaration, parameter_declaration,
8115         type_name, start_block, declaration_list),
8116         * src/SDCC.lex (check_type): support redefinition of typedef names
8117
8118 2003-12-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8119
8120         * src/mcs51/gen.c (genPlus): added special handling for 256 byte
8121         aligned xdata arrays. Erik helped me with the if clause.
8122
8123 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8124
8125         * device/lib/ds390/tinibios.c (CpuSpeed): suppress unreachable code
8126         warning
8127
8128 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8129
8130         * src/SDCCast.h,
8131         * src/SDCCast.c (newAst_),
8132         * src/SDCCicode.h,
8133         * src/SDCCicode.c (ast2iCode, newiCode),
8134         * src/SDCCglobl.h,
8135         * src/SDCC.y (logical_and_expr, logical_or_expr, conditional_expr,
8136         expr, statement, expression_statement, selection_statement,
8137         iteration_statement, expr_opt, jump_statement): foundation for tracking
8138         sequence points
8139         * src/SDCCopt.c (killDeadCode): fixed bug #861580 (needs the sequence
8140         point code too)
8141
8142 2003-12-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8143
8144         * support/Util/SDCCerr.c,
8145         * src/SDCCast.h,
8146         * src/SDCCast.c (createCase, createDefault, decorateType),
8147         * src/SDCClabel.c (labelUnreach),
8148         * src/SDCC.y (labeled_statement, jump_statement): More improvements
8149         to error messages.
8150         * support/Util/SDCCerr.c (werrorfl): fixed a non-standard declaration
8151         (with thanks to Stas Sergeev)
8152         * device/include/time.h,
8153         * device/lib/time.c (CheckTime): suppress unreachable code warning
8154
8155 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8156
8157         * src/SDCCast.c (createIvalCharPtr),
8158         * src/SDCCglue.c (printChar): fixed bug #862241 (an error in my fix for
8159         bug #753752)
8160         * support/regression/tests/nullstring.c: tests for these two bugs
8161
8162 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8163
8164         * support/Util/SDCCerr.h,
8165         * support/Util/SDCCerr.c (E_NOT_ALLOWED),
8166         * src/SDCC.y (struct_declaration, struct_or_union_specifier): complain
8167         about storage class and 'at' used inside struct or union
8168         * src/SDCCBBlock.c (iCodeFromeBBlock),
8169         * src/SDCCcse.c (ifxOptimize),
8170         * src/SDCCglue.c (emitRegularMap, initPointer, printIvalStruct,
8171         printIvalArray, printiValFuncPtr, printIvalCharPtr, printIvalPtr,
8172         printIval, emitStaticSeg, emitOverlay),
8173         * src/SDCClabel.c (deleteIfx),
8174         * src/SDCCopt.c (replaceRegEqv, eBBlockFromiCode),
8175         * src/SDCCast.c (resolveSymbols, createIvalStruct, createIvalArray,
8176         gatherAutoInit, processParms),
8177         * support/Util/SDCCerr.h,
8178         * support/Util/SDCCerr.c (werrorfl): Support for better error location
8179         reporting for post-parse errors.
8180
8181 2003-12-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8182
8183         * src/SDCCval.c (valPlus, valMinus, valShift): fixed some problems with
8184         implicit casts via union; they don't work on big endian systems
8185         (possible fix for bug #861138)
8186
8187 2003-12-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8188
8189         (committed by Erik Petrich <epetrich AT ivorytower.norman.ok.us> on Frieder's behalf)
8190         * src/mcs51/main.c: fixed the fix for bug #737001
8191
8192 2003-12-15  Borut Razem <borut.razem AT siol.net>
8193
8194         * support/scripts/sdcc.nsi: updated for NSIS 2.0 beta 4
8195
8196 2003-12-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8197
8198         * support/makebin/makebin.c: put output in binary mode
8199
8200 2003-12-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8201
8202         * src/mcs51/main.c: fixed bug #737001 for the mcs51. SDCC clears
8203         xdata and data memory on startup. Set the environment variable
8204         SDCC_NOGENRAMCLEAR to disable this.
8205         * src/mcs51/peephole.def,
8206         * src/ds390/peephole.def: using the atomic test and clear instruction jbc
8207         (allows non-interrupt and interrupt code to safely compete for a resource
8208         without the non-interrupt code having to disable interrupts)
8209
8210 2003-12-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8211
8212         * src/SDCCicode.c (geniCodeAdd),
8213         * src/SDCCast.c (decorateType): fixed bug #857753 (need to be careful
8214         with valFromType if type might be a pointer and host is big endian).
8215         * src/SDCCast.c (decorateType): unary plus compatible with all arithmetic
8216         types, not just integer types.
8217         * src/SDCCsymt.c (addSymChain): clarified error message when symbol is
8218         multiply defined with mismatching "at" address.
8219
8220 2003-12-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8221
8222         * src/ds390/main.c (PORT tininative_port): fixed bug #858416
8223         * src/SDCCglue.c (printChar, printIvalChar, emitStaticSeg),
8224         * src/SDCCast.c (createIvalCharPtr, stringToSymbol): handle strings
8225         with embedded nulls (fixed bug #753752)
8226
8227 2003-12-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8228
8229         * src/mcs51/main.c(_mcs51_genRAMCLEAR): using r0 instead of r1/r2.
8230         Apparently this did not see much testing (endless loop)
8231
8232 2003-12-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8233
8234         * src/z80/ralloc.c: set DISABLE_PACK_HL = 1 as a temporary fix to bug #855165
8235
8236 2003-12-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8237
8238         * src/SDCCdebug.c (outputDebugSymbols, outputDebugStackSymbols, dumpSymInfo):
8239         gracefully handle NULL memmap pointers
8240
8241 2003-12-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8242
8243         * src/SDCCopt.c (killDeadCode): change iCode type to DUMMY_READ_VOLATILE
8244         instead of deleting the iCode when an operand is volatile
8245         * src/z80/gen.c (genDummyRead),
8246         * src/mcs51/gen.c (genDummyRead),
8247         * src/ds390/gen.c (genDummyRead),
8248         * src/hc08/gen.c (genDummyRead): handle operands in IC_LEFT and/or IC_RIGHT,
8249         not just IC_RIGHT
8250         * src/SDCCicode.c (geniCodeCall): fixed bug #851607
8251         * src/SDCC.y: fixed bug #850420
8252
8253 2003-12-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8254
8255         Applied z80 i/o port patch from Peter Townson and fixed some operators
8256         to better handle operands in A register.
8257         * device/include/z180.h
8258         * src/SDCC.y
8259         * src/SDCCglue.c
8260         * src/z80/gen.c
8261         * src/z80/gen.h
8262         * src/z80/main.c
8263         * src/z80/peeph-z80.def
8264         * src/z80/peeph.def
8265         * src/z80/z80.h
8266
8267 2003-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8268
8269         * src/SDCCsymt.c (addSymChain, compareTypeExact): fixed bug #838241 again
8270
8271 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8272
8273         * device/lib/hc08/_mullong.c: Removed extra #endif
8274
8275 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8276
8277         * sim/ucsim/hc08.src/inst.cc,
8278         * sim/ucsim/hc08.src/hc08mac.h: fixed some problems with CC flag bits and
8279         carries from x to h
8280         * src/hc08/gen.c (aopAdrStr): fixed problem with 16 bit immediate
8281         * src/hc08/gen.c (XAccRsh): fixed problem with right shift
8282         * device/include/stdarg.h: fixed varargs for hc08
8283         * device/lib/Makefile.in,
8284         * device/lib/hc08/Makefile,
8285         * device/lib/hc08/_mulint.c,
8286         * device/lib/hc08/_mullong.c: fixed some endian problems
8287
8288 2003-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8289
8290         * sdcc/src/mcs51/gen.c (genMultOneByte): help peephole 105
8291         * sdcc/src/mcs51/peeph.def: added peephole 186.e array access in code space
8292         * device/lib/_gptrget.c,
8293         * device/lib/_gptrput.c: P2 not used any more (related to #850747, #785979)
8294
8295 2003-11-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8296
8297         * src/SDCClrange.c (findNextUseSym, rlivePoint): fixed bug #849795
8298         * src/SDCCast.c (astErrors): fixed bug #846007
8299         * src/SDCCsymt.c (checkFunction): fixed follow-up bug on bug #846007
8300
8301 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8302
8303         * src/SDCCast.c (decorateType): disabled a transformation I added in
8304         revision 1.188 (access to fields of a structure at an absolute address);
8305         it breaks with bitfields, extern declarations, and gcse analysis.
8306         * src/SDCCopt.c (isLocalWithoutDef): if ADDRESS_OF applied to a symbol, it
8307         could be assigned through a pointer, so don't complain.
8308         * src/SDCCast.c (astErrors),
8309         * src/SDCCast.h,
8310         * src/SDCCglue.c (emitRegularMap): fixed bug #847813
8311
8312 2003-11-26 Vangelis Rokas <vrokas AT otenet.gr>
8313
8314         * src/pic16/main.c (_pic16_genIVT): fixed interrupt vector table
8315         * src/pic16/main.c (_pic16_genAssemblerPreamble): re-enabled the
8316         output of __config directives, since gpasm now supports them
8317         * src/pic16/main.c (_pic16_finaliseOptions): define MCU
8318         pre-processor macro, i.e. -DMCU=p18f452
8319         * src/pic16/ralloc.c: renamed packRegisters to pic16_packRegisters,
8320         and modified to handle 'cast' icode similarly to '=' icode
8321         * src/pic16/device.h (typedef struct PIC_device): added field
8322         'extMIface' to indicate that chip has external memory interface
8323         * src/pic16/device.c: added chips 18F248, 18F258, 18F448, 18F458,
8324         18F6520, 18F6620, 18F6680, 18F6720, 18F8520, 18F8620, 18F8680,
8325         18F8720
8326
8327 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8328
8329         * src/SDCC.y (pointer): fixed bug #846006
8330         * support/Util/SDCCerr.c: made W_PTR_TYPE_INVALID message clearer
8331         * src/SDCCast.c (decorateType): fixed bug #846009
8332         * src/ds390/peeph.def,
8333         * src/ds390/gen.c (genAnd, genOr),
8334         * src/mcs51/peeph.def,
8335         * src/mcs51/gen.c (genAnd, genOr): fixed bug #846777
8336
8337 2003-11-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8338
8339         Fixed several common-sub-expression bugs (#772861, #768380, & #755323)
8340         * src/SDCCdflow.c
8341         * src/SDCCcse.c
8342         * src/SDCCcse.h
8343         * src/SDCCBBlock.h
8344         * src/SDCCBBlock.c
8345
8346 2003-11-23 Klaus Flittner <klaus_flittner AT gmx.de>
8347
8348         fixed bug #845089
8349         * src/SDCCbitv.h,
8350         * src/SDCCbitv.c: added function to free a bitvector
8351         * src/SDCClrange.h,
8352         * src/SDCClrange.c: added function to recompute the liveranges
8353         * src/avr/ralloc.c,
8354         * src/ds390/ralloc.c,
8355         * src/hc08/ralloc.c,
8356         * src/mcs51/ralloc.c,
8357         * src/pic/ralloc.c,
8358         * src/pic16/ralloc.c,
8359         * src/xa51/ralloc.c,
8360         * src/z80/ralloc.c: recompute the liveranges after register packing
8361
8362 2003-11-21 Klaus Flittner <klaus_flittner AT gmx.de>
8363
8364         * src/SDCCloop.c (newInduction): fixed bug #845630
8365
8366 2003-11-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8367
8368         * src/SDCCsymt.c (compareTypesExact): disabled debugging output
8369         inadvertantly left behind from my 2003-11-12 change
8370
8371 2003-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8372
8373         Updated headers I neglected to commit yesterday.
8374         * src/SDCClrange.h,
8375         * src/SDCCicode.h
8376
8377 2003-11-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8378
8379         * src/SDCCcse.c (algebraicOpts): fixed bug #773153
8380         * src/SDCClrange.c (rlivePoint): need to mark IC_RESULT used if POINTER_SET op
8381         * src/SDCCopt.c (eBBlockFromiCode),
8382         * src/SDCClrange.c (hashiCodeKeys, sequenceiCode, computeLiveRanges): seperated
8383         the creation of the key hash table from the sequencing so it can be used
8384         earlier (for some GCSE bug fixes still pending)
8385
8386 2003-11-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8387
8388         * src/mcs51/gen.c (genPlus): generate shortcut for adding 0xab00
8389         * support/regression/tests/addsub.c: testing genPlus shortcut
8390
8391 2003-11-15  Borut Razem <borut.razem AT siol.net>
8392
8393         * src/SDCCmain.c: fixed bug #841645: -MM command line option passed to sdcpp
8394
8395 2003-11-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8396
8397         * src/SDCCcse.c (cseBBlock): fixed bug #527779
8398         * src/SDCCcse.c (deleteGetPointers): rewrote so that the set
8399         ordering is immaterial.
8400         * src/SDCCdflow.c (mergeInExprs): fixed bug #587536
8401
8402 2003-11-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8403
8404         * src/SDCCicode.c (geniCodeAddressOf): fixed part of bug #840381
8405         * src/SDCCopt.c (replaceRegEqv, isLocalWithoutDef): fixed other part
8406         (SIGSEV) of bug #840381
8407         * src/SDCCmain.c (linkEdit, assemble): fixed bug #841606 (don't
8408         unlink new file before rename if new and old filenames are the same)
8409
8410 2003-11-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8411
8412         * src/mcs51/main.c: started fixing bug #737001 (SDCC not clearing
8413         uninitialized variables) for the mcs51. Set environment variable
8414         SDCC_GENRAMCLEAR to test.
8415         xdata initialization slightly shorter
8416
8417 2003-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8418
8419         * src/SDCCsymt.h,
8420         * src/SDCCsymt.c (addSymTypeChain, compareTypesExact): fixed bugs
8421         #838241 & 780691 (basicly the same bug)
8422         * src/SDCCBBlock.c (iCode2eBBlock): fixed bug #840148
8423         * src/SDCCBBlock.c (iCodeFromeBBlock): fixed bug #840162
8424
8425 2003-11-11 Bernhard Held <bernhard AT bernhardheld.de>
8426
8427         * src/SDCCmain.c (linkEdit): "fix" #834252
8428
8429 2003-11-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8430
8431         * src/SDCCast.c (removePostIncDecOps, removePreIncDecOps),
8432         * src/SDCCast.h,
8433         * src/SDCC.y: fixed bug #819403
8434
8435 2003-11-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8436
8437         * support/regression/fwk/lib/testfwk.c: printn is recursive and thus needs
8438         the reentrant attribute.
8439         * src/hc08/gen.c (genPackBits): added missing stack readjustment
8440         * sim/ucsim/hc08.src/inst.cc (inst_mov): fixed bugs with mov instruction
8441         simulation
8442         * src/SDCCast.c (decorateType): fixed bug with storage class not being
8443         updated during pointer dereference; f.e. ~(((char *)1)*) was being
8444         erroneously reduced to a literal.
8445         * src/hc08/ralloc.c (packRegisters, rematStr),
8446         * src/hc08/gen.c (aopForRemat): allow literals to be rematerialized in
8447         some cases
8448
8449 2003-11-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8450
8451         * src/mcs51/main.c: fixed bug #838385. Thanks to Josef Pavlik for finding and fixing
8452         * doc/sdccman.lyx: changed from 'article' to 'book'
8453         * doc/Makefile: readded test_suite_spec and cdbfileformat
8454
8455 2003-11-08 Bernhard Held <bernhard AT bernhardheld.de>
8456
8457         * device/include/stdlib.h: include malloc.h to comply with ANSI
8458         * support/regression/tests/malloc.c: include stdlib.h instead of malloc.h
8459
8460 2003-11-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8461
8462         * doc/Makefile: sdccman.pdf should build with correct references (more info in commit msg)
8463         * doc/clean.mk: also remove *.out files
8464         * doc/sdccman.lyx: some additions, larger top/bottom margins
8465
8466 2003-11-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8467
8468         * src/SDCC.y: fixed bug #837365
8469         * support/regression/tests/bitopcse.c
8470         * src/hc08/gen.c (genPointerGet): Don't assume pointer operand is
8471         a symbol (might be valop instead)
8472         * device/lib/Makefile.in: added errno.c to HC08SOURCES
8473         * device/lib/clean.mk: added hc08 to the cleaning list
8474
8475 2003-11-04  Borut Razem <borut.razem AT siol.net>
8476
8477         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h: reverted changes,
8478           made 2003-11-04
8479         * support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
8480           as/z80/aslist.c, as/z80/assym.c: removed inclusion of nonstandard malloc.h;
8481           malloc is declared in standard stdlib.h
8482
8483 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8484
8485         * device/lib/hc08/Makefile: need to clean .rel not .o files
8486         * src/hc08/gen.c (genDjnz): can't use djnz with extended addressing mode
8487
8488 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8489
8490         * src/port.h,
8491         * src/hc08/main.c,
8492         * src/mcs51/main.c,
8493         * src/ds390/main.c,
8494         * src/z80/main.c,
8495         * src/avr/main.c,
8496         * src/pic/main.c,
8497         * src/pic16/main.c,
8498         * src/xa51/main.c: added hasExtBitOp & oclsExpense functions to ports
8499         * src/SDCCicode.c: changed several IS_FARSPACE tests to isOclsExpensive
8500         tests (which uses the port's oclsExpense function)
8501         * src/SDCC.y,
8502         * src/SDCCast.c,
8503         * src/SDCCicode.c,
8504         * src/hc08/gen.c,
8505         * src/ds390/gen.c,
8506         * src/mcs51/gen.c: added support for the SWAP iCode (RFE #834167)
8507
8508 2003-11-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8509
8510         * src/SDCCcse.c (ifxOptimize),
8511         * src/SDCClabel.c (labelIfx, deleteIfx): When the condition to
8512         an IFX iCode is volatile, convert to DUMMY_READ_VOLATILE instead
8513         deleting the IFX iCode.
8514         * src/hc08/ralloc.c: reduced unneeded slocs
8515         * src/hc08/gen.c: fixed bug in asmopToBoolean
8516
8517 2003-11-04  Borut Razem <borut.razem AT siol.net>
8518
8519         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h,
8520           support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
8521           as/z80/aslist.c, as/z80/assym.c: decision to include malloc.h
8522           transferred to configure
8523
8524 2003-11-03 Bernhard Held <bernhard AT bernhardheld.de>
8525
8526         Use headers defined in the C[++] standards:
8527         * sim/ucsim/gui.src/serio.src/fileio.cc
8528         * sim/ucsim/gui.src/serio.src/frontend.cc
8529         * sim/ucsim/gui.src/serio.src/main.cc
8530         * sim/ucsim/gui.src/serio.src/posix_signal.cc
8531         * support/Util/NewAlloc.c
8532         * as/hc08/lklibr.c
8533         * as/mcs51/lklibr.c
8534         * as/z80/aslist.c
8535         * as/z80/assym.c
8536
8537 2003-11-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8538
8539         * Added MSVC projects for hc08 assembler and linker:
8540         all.dsp, config.dsp, sdcc.dsw, /as/hc08/as_hc08.dsp,
8541         /as/hc08/link_hc08.dsp
8542
8543 2003-11-03 Martin Helmling <Martin.Helmling AT octo-soft.de>
8544
8545         * debugger/mcs51/cmd.c: allows filename starting with digit(+ some debug)
8546
8547 2003-11-02 Bernhard Held <bernhard AT bernhardheld.de>
8548
8549         * src/SDCCmain.c (linkEdit): "fixed" again bug #833605
8550
8551 2003-11-01 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8552
8553         * src/mcs51/main.c: xdata initialization is 13 bytes shorter now
8554
8555 2003-10-31  Borut Razem <borut.razem AT siol.net>
8556
8557         * support/cpp2/cpplib.h,
8558           support/cpp2/cpplib.c,
8559           support/cpp2/cpplex.c,
8560           support/cpp2/cppinit.c: introduced #pragma preproc_asm [ + | - ]
8561           to switch _asm block preprocessing on / off. Default is
8562           #pragma preproc_asm +
8563
8564 2003-10-31  Borut Razem <borut.razem AT siol.net>
8565
8566         * support/cpp2/cpplex.c: Fixed _WIN32 problem with CR-CR-LF sequences
8567           when outputting comment blocks (when executed with -C option) and
8568           _asm (SDCPP specific) blocks
8569
8570 2003-10-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8571
8572         * as/hc08/lkrloc.c (relr): Fixed ihx output, fixed lastAreaIndex warning
8573
8574 2003-10-31 Klaus Flittner <klaus_flittner AT gmx.de>
8575
8576         * src/SDCCcse.c (updateSpillLocation): fixed bug #808027
8577
8578 2003-10-31 Bernhard Held <bernhard AT bernhardheld.de>
8579
8580         * src/SDCCmain.c (linkEdit): "fixed" bug #833605
8581         * src/SDCCast.c (decorateType): fixed bug #832664
8582
8583 2003-10-31  Borut Razem <borut.razem AT siol.net>
8584
8585         * support/cpp2/cpplex.c: fixed for SDCPP:
8586           comments(when executed with -C option) and _asm blocks
8587           were included even if they where in skipped #if block.
8588           Applied solution from GCC cpp 3.3.2
8589
8590 2003-10-31  Borut Razem <borut.razem AT siol.net>
8591
8592         * src/SDCC.lex: sdcc now understands both formats:
8593           '# <line_number> <file_name>' and
8594           '#line <line_number> <file_name>'
8595         * support/cpp2/cppmain.c: sdcpp now generates the standard
8596           '# <line_number> <file_name>' instead of former
8597           '#line <line_number> <file_name>'
8598
8599 2003-10-30  Borut Razem <borut.razem AT siol.net>
8600
8601         * support/cpp2/cpphash.h,
8602         * support/cpp2/cpplib.h
8603         * support/cpp2/cpplex.c,
8604         * support/cpp2/cppmain.c,
8605         * support/cpp2/cppinit.c: fixed bug #828015 - Syntax variation for _asm character constants
8606
8607 2003-10-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8608
8609         Fixed a number of problems revealed by bug #827883.
8610         * src/SDCCloop.c (loopInvariants): Spill location of the
8611         result operand should be recomputed if extracted from
8612         a loop. Also, don't extract assignments of an iTemp
8613         from a literal.
8614         * src/SDCCast.c (isConformingBody): loop reversal should
8615         not occur if the control variable is involved with a
8616         relational operator.
8617
8618 2003-10-28 Bernhard Held <bernhard AT bernhardheld.de>
8619
8620         * .version: bumped to 2.3.6 to reflect the big improvements
8621         made by Erik and Klaus. Thanks!
8622
8623 2003-10-28 Klaus Flittner <klaus_flittner AT gmx.de>
8624
8625         Replaced the livrange code.
8626         * src/SDCClrange.c: added new LR code
8627         * src/SDCCloop.c,
8628         * src/SDCCBBlock.h: removed remainig parts from old LR code
8629         * src/ds390/ralloc.c,
8630         * src/ds390/gen.c: minor fixes to make it work with new code
8631
8632 2003-10-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8633
8634         * as/hc08/asm.h,
8635         * as/hc08/lkrloc.c,
8636         * src/hc08/gen.c,
8637         * src/hc08/ralloc.c: Fix various warnings related to the hc08
8638         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): Fixed bug #829717
8639         (tweaked fix for bug #818696)
8640
8641 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8642
8643         * src/z80/ralloc.c (joinPushes): Fixed bug #828742
8644
8645 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8646
8647         * src/SDCCmain.c,
8648         * sdccconf_in.h: Fixed bug #828387 (--disable-hc08-port didn't work)
8649         * src/mcs51/gen.c (gencjneshort),
8650         * src/ds390/gen.c (gencjneshort): Made comparison with AOP_IMMD operand
8651         more efficient (per Scott Bronson's suggestion)
8652
8653 2003-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8654
8655         Extended the semantics of the critical keyword to include
8656         individual statements. See RFE #827755 and #799831
8657         * src/SDCC.y
8658         * src/SDCCicode.c
8659         * src/SDCCopt.c
8660         * src/SDCCast.c
8661         * support/Util/SDCCerr.c
8662         * support/Util/SDCCerr.h
8663         * src/mcs51/gen.c
8664         * src/ds390/gen.c
8665         * src/hc08/gen.c
8666
8667 2003-10-19  Borut Razem <borut.razem AT siol.net>
8668
8669         * src/SDCC.lex: fixed bug #825944 - defined yytext_ptr to make it compile with flex 2.5.31
8670
8671 2003-10-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8672
8673         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec, ast2iCode):
8674         Fixed bug #818696
8675         * src/SDCCast.c (ast_print): Fixed --dumptree so that preincrement
8676         and predecrement operand is displayed
8677
8678 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
8679
8680         * src/SDCCval.c (valMinus): fixed bug #826041
8681
8682 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8683
8684         Some hc08 related updates that I missed earlier
8685         * sim/ucsim/stypes.h
8686         * support/regression/ports/hc08/spec.mk
8687
8688 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8689
8690         New target "hc08" for the Motorola 68hc08 family of micros
8691
8692         * configure
8693         * configure.in
8694         * Makefile
8695         * src/hc08/*
8696         * src/SDCCmain.c
8697         * src/port.h
8698         * sim/ucsim/hc08.src/*
8699         * sim/ucsim/configure.in
8700         * src/ucsim/configure
8701         * sim/ucsim/packages_in.mk
8702         * as/hc08/*
8703         * as/Makefile
8704         * device/include/mc68hc908qy.h
8705         * device/lib/hc08/*
8706         * device/lib/Makefile.in
8707         * support/regression/ports/hc08/*
8708         * support/regression/Makefile
8709
8710 2003-10-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8711
8712         * src/z80/gen.c: fixed bug revealed by ast_constant_folding.c
8713         regression test
8714         * src/ds390/gen.c (genCast): fixed bug #821957
8715
8716 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
8717
8718         * device/lib/logf.c: "fixed" overlay bug
8719         * support/regression/ports/host/spec.mk: added m library
8720         * support/regression/ports/mcs51-stack-auto/spec.mk: added float funcs
8721         * support/regression/tests/float_trans: added (for Eric)
8722
8723 2003-10-12 Bernhard Held <bernhard AT bernhardheld.de>
8724
8725         * src/mcs51/gen.c (genCpl): fixed bug
8726         http://sf.net/mailarchive/message.php?msg_id=6263915
8727
8728 2003-10-10 Bernhard Held <bernhard AT bernhardheld.de>
8729
8730         * src/SDCCast.c (decorateType): added extended constant folding
8731         * src/SDCCsymt.c (computeType): cleanup
8732         * src/SDCCval.c (valShift): minor optimization
8733         * support/regression/tests/ast_constant_folding.c: added
8734
8735 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8736
8737         * src/SDCCmain.c: removed some unintended changes
8738
8739 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8740
8741         * src/SDCCmain.c (setParseWithComma): fixed bug #816685
8742         * src/z80/gen.c: fixed part of bug #817589
8743         * src/SDCCsymt.c (checkFunction): fixed bug #817895
8744
8745 2003-10-08 Bernhard Held <bernhard AT bernhardheld.de>
8746
8747         Replaced cast (void **) with (void *) to avoid gcc 3 warning:
8748         * src/SDCCcflow.c
8749         * src/SDCCcse.c
8750         * src/SDCCdflow.c
8751         * src/SDCClabel.c
8752         * src/SDCClrange.c
8753         * src/SDCCmem.c
8754         * src/SDCCopt.c
8755         * src/SDCCpeeph.c
8756         * src/SDCCset.c
8757         * src/avr/ralloc.c
8758         * src/ds390/ralloc.c
8759         * src/izt/ralloc.c
8760         * src/mcs51/ralloc.c
8761         * src/pic/ralloc.c
8762         * src/pic16/ralloc.c
8763         * src/xa51/ralloc.c
8764         * src/z80/ralloc.c
8765         * src/z80/gen.c: removed unused label "release:"
8766
8767 2003-10-06  Borut Razem <borut.razem AT siol.net>
8768
8769         * src/SDCC.lex: removed definition of unused variables
8770           save_optimize and save_options
8771
8772 2003-10-06 Bernhard Held <bernhard AT bernhardheld.de>
8773
8774         * clean.mk: removed '=' in "-maxdepth=1"
8775         * src/SDCCloop.c: replace LRKLAUS with SDCC_LRKLAUS
8776         * src/SDCClrange.c: replace LRKLAUS with SDCC_LRKLAUS
8777
8778 2003-10-06  Borut Razem <borut.razem AT siol.net>
8779
8780         * src/SDCC.lex, src/SDCC.lex: use dbuf for "_asm" definitions;
8781           my_unput() replaced by unput()
8782
8783 2003-10-05 Bernhard Held <bernhard AT bernhardheld.de>
8784
8785         * src/SDCCloop.c (assignmentsToSym, loopInduction): cast argument of
8786         setToNull() to (void *) to avoid gcc3.x's warning: "dereferencing
8787         type-punned pointer will break strict-aliasing rules"
8788         Old LR behaviour is again default; Klaus' LR can be choosen by
8789         defining the environment variable LRKLAUS
8790         * src/SDCCBBlock.h
8791         * src/SDCCloop.c
8792         * src/SDCClrange.c
8793         * src/ds390/ralloc.c (spillThis): applied Klaus' patch
8794         * clean.mk: fixed removal of files in bin/CVS/
8795         * device/lib/clean.mk: fixed removal of directories small and large
8796         * support/Util/SDCCerr.c: changed W_INT_OVL to ERROR_LEVEL_PEDANTIC
8797         * src/SDCCicode.c,
8798         * src/SDCCval.c: removed superflous test for pedantic
8799
8800 2003-10-05  Borut Razem <borut.razem AT siol.net>
8801
8802         * src/SDCC.lex, support/Util/SDCCerr.c, sdcc/support/Util/SDCCerr.h:
8803           Fixed bug #816692: introduced new ERROR_LEVEL_PEDANTIC warning
8804           message "unmatched #pragma SAVE and #pragma RESTORE"
8805
8806 2003-10-04  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8807
8808         * doc/sdccman.lyx: various additions and updates (interrupts, inline
8809           assembly, critical functions, atomic, nojtbound)
8810
8811 2003-10-04 Bernhard Held <bernhard AT bernhardheld.de>
8812
8813         Applied liferange patch from Klaus Flittner <klaus_flittner AT gmx.de>
8814         * src/SDCCBBlock.h
8815         * src/SDCCloop.c
8816         * src/SDCCloop.h
8817         * src/SDCClrange.c
8818
8819 2003-10-03  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8820
8821         * src/z80/gen.h,
8822         * src/z80/gen.c (aopOp, aopGet, aopPut, genDummyRead),
8823         * src/mcs51/gen.h
8824         * src/mcs51/gen.c (aopOp, aopGet, aopPut, genDummyRead),
8825         * src/ds390/gen.h
8826         * src/ds390/gen.c (aopOp, aopGet, aopPut, genDummyRead),
8827         * src/SDCCicode.c (ast2iCode, geniCodeDummyRead): Fixed bug #663539
8828         * src/SDCCopt.c (killDeadCode): Fixed bugs #663539 & #816705
8829
8830 2003-10-02  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8831
8832         * src/z80/gen.c (genRet): fixed bug #524753
8833         * src/z80/gen.c (genCast): fixed internal error on cast from
8834         pointer to long
8835         * src/z80/gen.c (_saveRegsForCall, emitCall): adapted Johan's
8836         fix for bug #477835 to the z80
8837         * src/z80/gen.c (genZ80code, _vemit2, _emit2): added support
8838         for tracking iCodes in the peephole optimizer for z80
8839
8840 2003-10-01  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8841
8842         * src/SDCCicode.c (geniCodeJumpTable, geniCodeSwitch): fixed
8843         the other part of bug #814548
8844         * src/SDCCpeeph.c (labelInRange): fixed bug #814558
8845
8846 2003-09-30  Bernhard Held <bernhard AT bernhardheld.de>
8847
8848         * src/SDCCcse.c: fixed part of bug #814548
8849
8850 2003-09-28  Borut Razem <borut.razem AT siol.net>
8851
8852         * src/asm.c: rewrite of printILine() to use temporary file instead
8853           a pipe
8854         * src/xa51/main.c: commented out declaration of int rewinds
8855
8856 2003-09-27  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8857
8858         * src/SDCCicode.c (geniCodeJumpTable): Fixed bug #813206
8859
8860 2003-09-26  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8861
8862         * src/SDCCdflow.c (computeDataFlow): Fixed bug #810746
8863         * src/asm.c (printILine): Fixed bug #811015
8864
8865 2003-09-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8866
8867         *link/z80/lklibr.c, as/mcs51/lklibr.c: Improved memory allocation and
8868         freeing.
8869
8870 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8871
8872         * src/z80/gen.c (setupToPreserveCarry): Fixed bug #796955
8873         * src/z80/gen.c (setupPair, genMovePairPair): Fixed setupPair
8874         to correctly handle general case of AOP_PAIRPTR
8875         * src/z80/gen.c (aopGet, aopPut): Generalized AOP_PAIRPTR handling
8876
8877 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8878
8879         * src/mcs51/ralloc.c (fillGaps),
8880         * src/ds390/ralloc.c (fillGaps): fixed bug #810093 (yet another
8881         register positioning bug)
8882
8883 2003-09-21  Bernhard Held <bernhard AT bernhardheld.de>
8884
8885         * device/lib/_fsdiv.c: replaced (1<<31) by (1ul<<31)
8886
8887 2003-09-19  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8888
8889         * src/mcs51/gen.c (loadDptrFromOperand, genFarPointerGet,
8890         genCodePointerGet, genGenPointerGet, genFarPointerSet,
8891         genGenPointerSet): handle AOP_DPTR correctly when loading dptr
8892         (ralloc doesn't intentionally do this now, but perhaps later)
8893         * src/mcs51/ralloc.c (serialRegAssign, fillGaps),
8894         * src/ds390/ralloc.c (serialRegAssign, fillGaps): fixed some
8895         register positioning bugs (Fixed bug #762602 and #795325)
8896         * src/SDCCicode.c (geniCodeDerefPtr): Track output class correctly
8897         (Fixed bug #808779)
8898         * src/z80/gen.c: increased _vemit2's buffer[] to handle long
8899         lines that --i-code-in-asm generates
8900
8901 2003-09-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8902
8903         *link/z80/lklibr.c, as/mcs51/lklibr.c: Fixed Linux segfaults when
8904         trying to fclose a FILE* that was already closed.
8905
8906 2003-09-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8907
8908         * src/SDCCsymt.c (structElemType): fixed bug #808291 (members
8909         of const struct should be treated as if const themselves)
8910
8911 2003-09-18  Bernhard Held <bernhard AT bernhardheld.de>
8912
8913         * src/SDCCval.c (valPlus, valMinus): fixed bug #808337
8914
8915 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8916
8917         * support/librarian/sdcclib.c: Generate correct offsets for libraries with
8918         Unix (/n) and DOS (/r/n) line terminations.
8919
8920 2003-09-17  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8921
8922         * src/SDCCopt.c (cnvFromFloatCast, cnvToFloatCast): fixed
8923         bug #613775
8924
8925 2003-09-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8926
8927         * src/mcs51/gen.c (genFunction, genEndFunction),
8928         * src/ds390/gen.c (genFunction, genEndFunction): Moved save
8929         and restore of EA so that stack offsets to parameters are
8930         correct when using both critical and reentrant/stack-auto.
8931         * src/z80/gen.c (aopOp): removed erroneous assertion about sloc
8932         size (can be triggered in error if sloc is shared between
8933         different sized objects)
8934         * device/include/float.h: fixed macros to explicitly use
8935         unsigned long where needed
8936
8937 2003-09-15  Bernhard Held <bernhard AT bernhardheld.de>
8938
8939         Feature req. 799831: added code to allow nesting of critical functions
8940         * src/mcs51/gen.c (genFunction, genEndFunction)
8941         * src/ds390/gen.c (genFunction, genEndFunction)
8942
8943 2003-09-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8944
8945         * src/SDCCsymt.c (sclsFromPtr),
8946         * src/SDCCsymt.h,
8947         * src/SDCCast.c (decorateType): fixed bug #462971. Also, better
8948         support for standard C idiom of memory mapped variables; for
8949         example, *((xdata int*)0x1234) = 1 is now internally equivalent
8950         to xdata int at 0x1234 tempvar = 1.
8951         * sim/ucsim/z80.src/inst_xd.cc: fixed bug #805483 with patch
8952         provided by Akiya ISHIDA
8953
8954 2003-09-13  Bernhard Held <bernhard AT bernhardheld.de>
8955
8956         * src/SDCCval.c (cheapestVal): reenabled to reduce int to char
8957         * src/SDCCval.c (constVal): added reduction from int to char
8958         * src/SDCCval.c (valMult, valDiv): fixed sign handling
8959         * src/SDCCval.c (valShift): fixed after change of cheapestVal()
8960         * src/SDCCval.c (valCompare): fixed EQ_OP and NE_OP; they have
8961         to ignore the sign
8962         * support/regression/tests/shifts.c: fixed
8963
8964 2003-09-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8965
8966         * src/z80/gen.c (genXor): Fixed bug #805445
8967
8968 2003-09-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8969
8970         Fixed bug #621531 (const & volatile confusion in the type chain).
8971         DCL_PTR_CONST, DCL_PTR_VOLATILE, & IS_PTR_CONST now exclusively
8972         refer to the const or volatile state of the pointer itself.
8973
8974         * src/SDCCast.c
8975         * src/SDCCglue.c
8976         * src/SDCCicode.c
8977         * src/SDCCsymt.c
8978         * src/SDCCval.c
8979         * src/SDCC.y
8980         * src/SDCCsymt.h
8981         * src/pic/gen.c
8982         * src/pic/ralloc.c
8983         * src/pic16/gen.c
8984         * src/pic16/ralloc.c
8985         * support/regression/tests/const.c
8986
8987 2003-09-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8988
8989         When checking for duplicated modules, use absolute paths
8990         instead of relative paths.  Files changed:
8991
8992         * as/mcs51/lklib.c
8993         * link/z80/lklib.c
8994
8995 2003-09-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8996
8997         * src/SDCCicode.c (geniCodeLogic): fixed bug #797572
8998
8999 2003-09-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9000
9001         * device/include/string.h: added size_t typedef, changed
9002         prototypes to use size_t, eliminated separate reentrant and
9003         non-reentrant declarations, added _memmove declaration
9004         * device/lib/_memcpy.c: changed to use size_t instead of int,
9005         changed /4 to >>2 to avoid division library call
9006         * device/lib/_memcmp.c,
9007         * device/lib/_memset.c,
9008         * device/lib/_strncat.c,
9009         * device/lib/_strncpy.c,
9010         * device/lib/_strncmp.c: changed to use size_t instead of int
9011         * device/lib/_memmove.c: new file (fixed bug #772294)
9012         * device/lib/Makefile.in: added _memmove.c
9013         * device/lib/z80/asm_strings.s: fixed bug #772290
9014         * support/regression/tests/bitfields.c: attempt to fix host assertion
9015         failure on amd64-unknown-linux2.2
9016
9017 2003-09-06  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9018
9019         * src/z80/gen.c (aopPut, spillPairReg): fixed bug #800998
9020         * src/z80/gen.c (genFunction, genEndFunction): fixed "bug" #774700
9021         * as/z80/asmain.c (main): fixed bug #801766
9022
9023 2003-09-06  Bernhard Held <bernhard AT bernhardheld.de>
9024
9025         * src/SDCCicode.c (ast2iCode): fixed differences in iCode with different
9026         compilers
9027
9028 2003-09-05  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9029
9030         * src/SDCCast.c (isConformingBody): fixed loop reversal bug
9031         reported in bug #800609
9032
9033 2003-09-04  Vangelis Rokas <vrokas AT otenet.gr>
9034
9035         * Top header beautifications in src/pic16 directory:
9036           device.c, device.h, gen.c, gen.h, genarith.c, glue.c, pcode.c,
9037           pcodeflow.c, pcodeflow.h, pcode.h, pcodepeep.c, pcoderegs.c,
9038           pcoderegs.h, ralloc.c, ralloc.h
9039         * main.c: added top header and GPL license notice
9040         * pcode.c: fixed the if-conditional warning
9041
9042 2003-09-04  Bernhard Held <bernhard AT bernhardheld.de>
9043
9044         * device/lib/_mullong.c: replaced int by short for gcc
9045
9046 2003-08-31  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9047
9048         * src/SDCCpeeph.c (notVolatile, notVolatileVariable): handle IFX
9049         and JUMPTABLE iCodes properly now (worked by accident before)
9050         * src/mcs51/gen.c (leftRightUseAcc),
9051         * src/ds390/gen.c (leftRightUseAcc): handle IFX and JUMPTABLE
9052         iCode properly now. Use getSize instead of nRegs since a & b
9053         aren't part of the nRegs tally.
9054
9055 2003-08-31  Vangelis Rokas <vrokas AT otenet.gr>
9056
9057         * src/pic16/main.c: corrected offsets of interrupt vectors in _pic16_genIVT()
9058         * src/pic16/pcode.c: fix to disable inserting BANKSEL directive
9059           before instructions that use the _STATUS register
9060
9061 2003-08-31  Bernhard Held <bernhard AT bernhardheld.de>
9062
9063         * src/mcs51/gen.c (freeAsmop): fixed off by one in stack offset (AOP_STK)
9064         * src/mcs51/gen.c (genNearPointerSet): added missing opcode for
9065         fetching of the pointer
9066         * src/mcs51/gen.c (genNearPointerGet): added reuse of PREG,
9067         copied from genNearPointerSet()
9068         * src/mcs51/gen.c (genNearPointerGet): don't pop r0/r1, if RESULTONSTACK
9069         * src/mcs51/gen.c: changed order of freeAsmop(left/right/result)-calls.
9070         If they pop r0/r1 they must be called in the opposite order than aopOp().
9071         * device/lib/_mullong.c: fixed for "--model-large --int-long-reent"
9072         (resp. --stack-auto), prepared for --xstack
9073
9074 2003-08-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9075
9076         * doc/sdccman.lyx: reverted tables to those in cvs 1.64
9077
9078 2003-08-28  Bernhard Held <bernhard AT bernhardheld.de>
9079
9080         * device/lib/_startup.c: quick & dirty fix for ds390/ds400;
9081         these ports have their own __sdcc_external_start()
9082
9083 2003-08-26  Bernhard Held <bernhard AT bernhardheld.de>
9084
9085         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
9086         * src/pic/glue.c (pic14printPublics): fixed bug introduced when symbol
9087         type for bits was changed. It resulted in bit variables becoming
9088         global, which is not permitted in PIC 14 assembly output.
9089
9090 2003-08-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9091
9092         * doc/sdccman.lyx: various additions and updates. Rearranged sections
9093
9094 2003-08-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9095
9096         Z80 and MCS51 linkers complaint if a public symbol is defined
9097         in more than one library module:
9098
9099         * as/mcs51/lklib.c
9100         * link/z80/lklib.c
9101         * as/mcs51/Makefile.in
9102
9103 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9104
9105         A few small changes that speed up the peephole optimizer.
9106
9107         * src/SDCCpeeph.c
9108
9109 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9110
9111         Try to make the peephole optimizer smarter by maintaining
9112         an association between the assembly source code and the
9113         iCodes that originated them. Put this information to use
9114         with a new peephole rule condition "notVolatile" so that
9115         the rules can be aggressive yet still safe.
9116
9117         * src/SDCCpeeph.c
9118         * src/SDCCpeeph.h
9119         * src/mcs51/gen.c
9120         * src/mcs51/peeph.def
9121
9122 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9123
9124         Fixed bug #741761
9125
9126         * src/mcs51/gen.c (aopForSym, leftRightUseAcc),
9127         * src/ds390/gen.c (aopForSym, leftRightUseAcc): preserve A and B
9128         if the left or right operand symbols have the accuse flag set.
9129
9130 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9131
9132         Changed the type of the result of the ! (NOT) operator to char;
9133         previously it returned the same type as the source. This allows
9134         us to eliminate all the genFloatNot functions (all of its target
9135         implementations were very buggy) since !float can use the same
9136         code as !long now.
9137
9138         * src/SDCCicode.c (ast2iCode): ! returns char
9139         * src/mcs51/gen.c (genNot, genNotFloat),
9140         * src/ds390/gen.c (genNot, genNotFloat),
9141         * src/z80/gen.c (genNot, genNotFloat),
9142         * src/pic/gen.c (genNot, genNotFloat),
9143         * src/pic16/gen.c (genNot, genNotFloat): eliminated genNotFloat
9144
9145 2003-08-19  Bernhard Held <bernhard AT bernhardheld.de>
9146
9147         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
9148         1. Interrupt would not compile properly. Ensure PCLATH register is saved
9149            during interrupts. Ensure WSAVE is located at a shared bank address.
9150         2. Fixed page selection in some places
9151         3. Fixed BTFSS/C to where necessary use registers directly and not simply
9152            the registers name strings.
9153         4. Fixed "signed / unsigned compare" compiler warnings.
9154         5. The PIC port manages its own allocation of the general purpose
9155            registers, but makes no attempt to reuse them. As a result when
9156            compiling it soon runs out of general purpose registers. Some
9157            additional code was added to the files pcode.c and device.c to walk
9158            through the function call tree and rename the registers so that they
9159            get reused.
9160
9161         * src/pic/device.c
9162         * src/pic/gen.c
9163         * src/pic/glue.c
9164         * src/pic/pcode.c
9165         * src/pic/pcode.h
9166         * src/pic/ralloc.c
9167         * src/pic/ralloc.h
9168         * src/pic/genarith.c: Fixed problems with PIC 14 port in functions
9169         genPlus() & genMinus() when the result is the same as left or right
9170
9171 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9172
9173         * src/z80/gen.c (isUnsplitable, fetchPairLong): fixed bug #770454
9174
9175 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9176
9177         Made bitfield a distinct type from bit so that bitfields
9178         convert as per ANSI C and bits retain their traditional
9179         boolean style behaviour. Implemented bitfield support in
9180         the z80 port.
9181
9182         * src/SDCCsymt.h,
9183         * src/SDCCsymt.c,
9184         * src/SDCCast.c,
9185         * src/cdbFile.c,
9186         * src/mcs51/gen.c,
9187         * src/ds390/gen.c: bit v bitfield split
9188         * src/z80/gen.c: New support for bitfields
9189         * support/regression/tests/bitfields.c: reenabled z80,
9190         added more tests
9191
9192 2003-08-17  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9193
9194         Rules 246.x, 247.x relate to bitfields, the others speed up
9195         access to xdata mapped I/O devices.
9196
9197         * src/mcs51/peeph.def: added 26 peepholes 246.x - 248.x, 180.x
9198
9199 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9200
9201         Cleaned up genPackBits and genUnpackBits and added two helper
9202         functions, emitPtrByteGet & emitPtrByteSet. Added optimizations
9203         for literal assignments in genPackBits (thanks to Frieder for
9204         reminding me).
9205
9206         * src/mcs51/gen.c
9207         * src/ds390/gen.c
9208
9209 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9210
9211         Fixed bug #748310 (pointer to function type mishandled when the
9212         function name is omitted). Also fixed a SIGSEGV when a function
9213         attribute (reentrant, etc) is used on a non-function or on a
9214         function but misplaced before the parameter list.
9215
9216         * src/SDCC.y (abstract_declarator, abstract_declaractor2): fixed
9217         bug #748310
9218         * src/SDCC.y (declarator2_function_attributes): avoided SIGSEGV
9219         * support/Util/SDCCerr.h,
9220         * support/Util/SDCCerr.c: Added func attr misuse error msg
9221
9222 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
9223
9224         Fixed bug #787649 by anonymous
9225         * src/SDCCglue.c (emitRegularMap): added emission of sloc for func ptr
9226         * src/ds390/gen.c (aopForSym): fixed func ptr in sloc
9227
9228 2003-08-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9229
9230         Fixed numerous bitfield problems.
9231
9232         * src/SDCC.y: More bitfield related error checking
9233         * src/SDCCsymt.h,
9234         * src/SDCCsymt.c (compStructSize): fixed bitfield offset calc
9235         * support/Util/SDCCerr.h,
9236         * support/Util/SDCCerr.c: Added & edited some bitfield err msgs
9237         * src/mcs51/gen.c (genPackBits, genUnpackBits): fixed mask bugs
9238         * src/ds390/gen.c (genPackBits, genUnpackBits): fixed mask bugs
9239         * support/regression/tests/bitfields.c: tests added
9240
9241 2003-08-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9242
9243         Made the constant following the "interrupt" keyword optional. If
9244         omitted, the function will not automatically be given an entry
9245         in the interrupt vector table (similar to #pragma NOIV, but
9246         less syntacticly kludgy). The interrupt number is also now
9247         range checked. Also fixed a bug in the high order bit example
9248         in the manual.
9249
9250         * src/SDCC.y
9251         * src/SDCCmem.c
9252         * src/SDCCglue.c
9253         * src/SDCCsymt.h
9254         * support/Util/SDCCerr.c
9255         * support/Util/SDCCerr.h
9256         * doc/sdccman.lyx
9257
9258 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
9259
9260         * src/SDCCcse.c (algebraicOpts): fix bug converting op from value to type
9261         * src/SDCCicode.c (operandOperation): rewritten some ops
9262         (*, ==, unary_minus) to fix possible overflows and to accord with ANSI
9263         * src/SDCCsymt.c (computeType): literals are handled the same way as any
9264         other type
9265         * src/SDCCval.c (cheapestVal): removed, it doesn't accord with ANSI (can
9266         be re-activated by defining REDUCE_LITERALS)
9267         * src/SDCCval.c (constVal): fixed; hex and octal constants can be
9268         unsigned, but are signed by default
9269         * src/SDCCval.c (constVal): rearranged
9270         * src/SDCCval.c (valMod): preliminary fix
9271         * src/SDCCval.c (valCastLiteral): use TYPE_* types
9272         * support/regression/literalop.c: added, work in progress
9273
9274 2003-08-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9275
9276         Generate warnings for useless declarations like "char data;"
9277         that don't do what new users expect.
9278
9279         * src/SDCC.y
9280         * support/Util/SDCCerr.h
9281         * support/Util/SDCCerr.c
9282
9283 2003-08-09  Bernhard Held <bernhard AT bernhardheld.de>
9284
9285         * src/SDCCval.c (valMult): fix overflow detection of negative int
9286
9287 2003-08-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9288
9289         * src/z80/ralloc.c (joinPushes): made compatible with new signedness
9290
9291         Changes to support big endian targets:
9292
9293         * src/ports.h
9294         * src/SDCCglue.c
9295         * src/avr/main.c
9296         * src/ds390/main.c
9297         * src/izt/i186.c
9298         * src/mcs51/main.c
9299         * src/pic/main.c
9300         * src/pic16/main.c
9301         * src/xa51/main.c
9302         * src/z80/main.c
9303
9304 2003-08-06  Bernhard Held <bernhard AT bernhardheld.de>
9305
9306         * src/SDCCval.c (cheapestVal): changed behaviour to the same as constVal()
9307         * device/lib/time.c: fixed warning "integer overflow in expression"
9308
9309 2003-08-05  Bernhard Held <bernhard AT bernhardheld.de>
9310
9311         * src/SDCCval.c (cheapestVal, valueFromLit): use TYPE_* types
9312         * src/SDCCval.c (constVal): changed default to signed; hex and octal
9313         constants are unsigned; added recognition of "u" flag for unsigned
9314         * src/SDCCval.c (valMult): fixed signdness, added warning for overflow
9315         * src/SDCCval.c (valDiv, valMod): fixed signdness
9316         * src/SDCCicode.c (operandOperation): fixed critical typo; fixed
9317         signedness of modulo, left and right shift
9318         * support/Util/SDCCerr.c: added warning "integer overflow in expression"
9319         * support/Util/SDCCerr.h: added warning W_INT_OVL
9320         * src/SDCCast.c (decorateType): fixed gcc3.3 warning
9321         * src/SDCCast.c (ast_print): improved output of constants
9322
9323 2003-08-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9324
9325         Fixed some warnings when building with MSVC:
9326
9327         * as/mcs51/asdata.c
9328         * as/z80/asdata.c
9329         * as/mcs51/asm.h
9330         * as/z80/asm.h
9331         * link/z80/aslink.h
9332         * link/z80/lkdata.c
9333         * link/z80/lkeval.c
9334         * link/z80/lkgb.c
9335         * link/z80/lkihx.c
9336         * link/z80/lks19.c
9337         * link/z80/lksym.c
9338         * support/cpp2/cpplib.c
9339         * src/ds390/gen.c
9340         * src/mcs51/gen.c
9341
9342 2003-08-03  Bernhard Held <bernhard AT bernhardheld.de>
9343
9344         * src/SDCCast.c (constExprTree): fix bug #781827 by Carl Worth <cworth AT isi.edu>
9345
9346 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9347
9348         * support/librarian/clean.mk: Do not remove Makefile.
9349         * support/librarian/Makefile: added.
9350
9351 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9352
9353         Added librarian to MSVC build:
9354         * all.dsp
9355         * sdcc.dsw
9356         * support/librarian/librarian.dsp
9357
9358         'configure' not needed for librarian, removed:
9359         * support/librarian/configure
9360         * support/librarian/configure.in
9361         * support/librarian/config_in.h
9362         * support/librarian/Makefile.in
9363
9364         Hopefully these ones built the librarian and the rest of sdcc properly:
9365         * Makefile
9366         * Makefile.common.in
9367
9368         Messed up 'configure', so revert to previous version:
9369         * configure
9370         * configure.in
9371
9372 2003-07-31  Bernhard Held <bernhard AT bernhardheld.de>
9373
9374         * src/SDCCicode.c (operandOperation): 3. fix, this time for Alpha; ULONG has 64 bits
9375         there, while the mantissa of a double is "only" 53 bits wide.
9376
9377 2003-07-31  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9378
9379         Adding sdcclib to the build.  MSVC project coming soon.
9380         Files added/changed:
9381
9382         * support/librarian/clean.mk
9383         * support/librarian/configure
9384         * support/librarian/configure.in
9385         * support/librarian/config_in.h
9386         * support/librarian/Makefile.bcc
9387         * support/librarian/Makefile.in
9388         * support/librarian/sdcclib.c
9389         * Makefile.bcc
9390         * Makefile
9391         * Makefile.common.in
9392         * configure
9393         * configure.in
9394
9395 2003-07-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9396
9397         Linker now complaints if linked modules have conflicting options, for
9398         example, one compiled using --model-large and another one compiled with
9399         --model-small.  The following files were modified:
9400
9401         * as/mcs51/asdata.c
9402         * as/mcs51/aslink.h
9403         * as/mcs51/asm.h
9404         * as/mcs51/asmain.c
9405         * as/mcs51/asout.c
9406         * as/mcs51/i51pst.c
9407         * as/mcs51/lkdata.c
9408         * as/mcs51/lklibr.c
9409         * as/mcs51/lkmain.c
9410         * as/z80/asdata.c
9411         * as/z80/asm.h
9412         * as/z80/asmain.c
9413         * as/z80/asout.c
9414         * as/z80/z80pst.c
9415         * link/z80/aslink.h
9416         * link/z80/lkdata.c
9417         * link/z80/lklibr.c
9418         * link/z80/lkmain.c
9419         * src/SDCCglue.c
9420
9421 2003-07-28  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9422
9423         *link/z80/aslink.h, link/z80/lklibr.c, as/mcs51/aslink.h,
9424         as/mcs51/lklibr.c: Generate a warning when a library is not found.
9425
9426 2003-07-28  Bernhard Held <bernhard AT bernhardheld.de>
9427
9428         * src/z80/mappings.i: fix _mul[us][int,long] entries
9429
9430 2003-07-26  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9431
9432         *src/SDCCmain.c: do not search for crt0.o when using --nostdlib
9433
9434 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
9435
9436         * src/SDCCicode.c (operandOperation): really fixed problem with bitops
9437         * support/regression/tests/bitopcse.c: added
9438         fixed warning:
9439         * src/avr/gen.c:
9440         * src/pic/gen.c:
9441         * src/pic16/gen.c:
9442         * src/z80/gen.c:
9443         * src/xa51/gen.c:
9444
9445 2003-07-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9446
9447         added support for new library format to z80, gbz80 linkers:
9448         *link/z80/aslink.h
9449         *link/z80/lklex.c
9450         *link/z80/lklib.c
9451         *link/z80/lklist.c
9452
9453 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
9454
9455         * src/SDCCicode.c (operandOperation): fixed problem with bitops and 0xffffffff;
9456         after {double d = 0xffffffff; long l = d;} l will be 0x80000000 (LONG_MIN)
9457
9458 2003-07-23  Bernhard Held <bernhard AT bernhardheld.de>
9459
9460         added DUMMY_READ_VOLATILE:
9461         * src/SDCC.y:
9462         * src/avr/gen.c:
9463         * src/xa51/gen.c:
9464         * src/z80/gen.c:
9465         * src/pic/gen.c:
9466         * src/pic16/gen.c:
9467         * src/mcs51/gen.c:
9468         * src/ds390/gen.c:
9469         * src/SDCCcse.c (algebraicOpts): many improvements
9470         * src/SDCCcse.h: removed algebraicOpts()
9471         * src/SDCCicode.c (picDummyRead): added
9472
9473 2003-07-23  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9474
9475         * as/mcs51/lkmem.c: Changed message "Insufficient DRAM memory" to
9476         "Insufficient space in data memory".
9477
9478 2003-07-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9479
9480         * src/mcs51/gen.c: fixed bug #771358
9481         * src/z80/gen.c: fixed bug #759087
9482
9483 2003-07-20  Bernhard Held <bernhard AT bernhardheld.de>
9484
9485         * src/pic16/glue.c: minor cleanup by Vangelis
9486
9487 2003-07-19  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9488
9489         * device/include/regc515c.h: fixed #758477
9490         * device/lib/_gptrget.c: saving some cycles in generic pointer get
9491         * device/lib/_gptrput.c: saved a few bytes
9492         * my tab spacing is 8, yours too?)
9493         * device/lib/_ser.c: process RX bytes earlier than TX bytes
9494         * device/lib/serial.c: process RX bytes earlier than TX bytes
9495         * src/mcs51/gen.c(genGenPointerGet/Set): removed writing of type after postincrement
9496
9497 2003-07-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9498
9499         * src/z80/gen.c: fixed some right shift bugs (#772726 among them)
9500
9501 2003-07-17  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9502
9503     * link/z80/lklibr.c: fixed bug when there is a '.' in a library path.
9504
9505 2003-07-17  Bernhard Held <bernhard AT bernhardheld.de>
9506
9507         * device/lib/Makefile.in: bad fix, reverted to 1.43
9508
9509 2003-07-16  Bernhard Held <bernhard AT bernhardheld.de>
9510
9511         * device/lib/Makefile.in: added missing z80 object files
9512
9513 2003-07-14  Bernhard Held <bernhard AT bernhardheld.de>
9514
9515         * src/SDCCcse.c (algebraicOpts): CSE fun with &|^ and 0x00/0xff literals
9516         pic16 progress by Vangelis:
9517         * src/SDCCglobl.h:
9518         * src/SDCCmain.c:
9519         * src/pic/Makefile:
9520         * src/pic:
9521         * pic/Makefile:
9522         * pic16/device.c:
9523         * pic16/device.h:
9524         * pic16/gen.c:
9525         * pic16/gen.h:
9526         * pic16/genarith.c:
9527         * pic16/glue.c:
9528         * pic16/main.c:
9529         * pic16/pcode.c:
9530         * pic16/pcode.h:
9531         * pic16/pcodepeep.c:
9532         * pic16/peeph.def:
9533
9534 2003-07-13  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9535
9536     * src/SDCCmain.c, src/SDCCglobl.h: added option --no-std-crt0
9537
9538 2003-07-12  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9539
9540     * sdcc.dsw, all.dsp, link/z80/linkgbz80.dsp, as/z80/as-gbz80.dsp:
9541     added gbz80 build to MSVC project.
9542     * src/SDCCmain.c, src/SDCCglue.c, src/z80/main.c, src/z80/z80.dsp,
9543     link/z80/aslink.h, linkz80.dsp: cleaned up z80 and gbz80 asm files
9544     from 8051 stuff and setup so it links using a .lnk file.
9545
9546 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9547
9548     * support/librarian/sdcclib.c: sdcc librarian.
9549     * as/mcs51/aslink.h, as/mcs51/lklib.c: Support for libraries created
9550     with sdcclib.
9551
9552 2003-07-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9553
9554     * as/mcs51/lkmain.c: properly handle extensions in function afile.
9555
9556 2003-07-02  Borut Razem <borut.razem AT siol.net>
9557
9558         * src/port.h, src/SDCCmain.c, src/pic/glue.h, src/pic/main.c,
9559         src/pic16/glue.h, sdcc/src/pic16/main.c, src/izt/i186.c,
9560         src/izt/tlcs900h.c, src/avr/main.c, src/ds390/main.c, src/mcs51/main.c,
9561         src/xa51/main.c, src/z80/main.c:
9562         virtualization of glue() function: each port has it's own glue function,
9563         which is accessed by do_glue function pointer in PORT.general structure
9564
9565 2003-07-01 Kevin Vigor <kevin AT vigor.nu>
9566
9567         * DS800C400 fun, improved ROM interface and tinibios.
9568
9569 2003-06-27 Kevin Vigor <kevin AT vigor.nu>
9570
9571         * More support for DS80C400. Now includes beginning of interface to ROM.
9572
9573 2003-06-25  Bernhard Held <bernhard AT bernhardheld.de>
9574
9575         * src/mcs51/gen.c (gencjneshort): fixed bug #760345
9576
9577 2003-06-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9578
9579         * as/mcs51/lkaomf51.c: Make sure the size of the last procedure is correct.
9580
9581 2003-06-19  Borut Razem <borut.razem AT siol.net>
9582
9583         * src/z80/main.c: fixed Z80 port again: missing -k library paths in linker command line
9584
9585 2003-06-19  Borut Razem <borut.razem AT siol.net>
9586
9587         * src/SDCCutil.h, src/SDCCutil.c, src/SDCCglobl.h, src/SDCCmain.c, src/z80/main.c:
9588         fixed Z80 port - crt0.o: cannot open.
9589
9590 2003-06-19  Bernhard Held <bernhard AT bernhardheld.de>
9591
9592         * support/Util/MySystem.c (merge_command): revert bad fix
9593
9594 2003-06-18  Borut Razem <borut.razem AT siol.net>
9595
9596         * src/SDCC.lex, src/SDCCmain.c: fixed some warnings, introduced with changes made 15.06.1003
9597
9598 2003-06-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9599
9600         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
9601         option --use-stdout sends errors to stdout instead of stderr.
9602
9603 2003-06-18  Bernhard Held <bernhard AT bernhardheld.de>
9604
9605         * support/Util/MySystem.c (merge_command): quick fix for Linux segfault with \"cmd\" arg
9606
9607 2003-06-15  Borut Razem <borut.razem AT siol.net>
9608
9609         * support/cpp2/sdcc.h: HAVE_DOS_BASED_FILE_SYSTEM defined for _WIN32
9610         * src/SDCC.lex: cloneXxx and copyAndFreeXxx functions for options and optimize stack handling
9611         * src/SDCCglobl.h, src/SDCCmain.c, src/ds390/main.c, src/mcs51/main.c, src/z80/main.c:
9612         fixed width array of pointers replaced with sets;
9613         multiple include and lib paths ared transferred to preprocessor and linker
9614         * src/SDCCset.c, src/SDCCset.h: added function setFromSetNonRev() and mergeSets()
9615         * src/SDCCsymt.c: reimplemented function inCalleeSaveList() by using sets instead
9616         fixed width array of pointers
9617         * src/SDCCutil.c, src/SDCCutil.h: added functions fputStrSet(), appendStrSet(), joinStrSet();
9618         removed functions addToList(), join(), joinn(), pathCharsEquivalent(), pathCharTransform(),
9619         fixupPath(), getPathDifference()
9620         * src/ds390/gen.c, src/mcs51/gen.c: reimplemented function  inExcludeList() by using sets instead
9621         fixed width array of pointers
9622
9623 2003-06-11  Bernhard Held <bernhard AT bernhardheld.de>
9624
9625         * src/pic16/ralloc.c: fix warnings
9626         * src/pic16/pcode.c: fix warning
9627
9628 2003-06-10  Scott Dattalo  <scott AT dattalo.com>
9629
9630          Scott D. for Vangelis Rokas (vrokas AT otenet.gr). I (scott) don't
9631         know all the details, but essentially this set of changes enable
9632         the pic16 port to generate movff instructions and generate assembler
9633         directives,
9634         * src/SDCCmain.c:
9635         * src/pic16/gen.c:
9636         * src/pic16/glue.c:
9637         * src/pic16/pcode.c:
9638         * src/pic16/device.c:
9639         * src/pic16/main.c:
9640         * src/pic16/pcode.h:
9641         * src/pic16/pcoderegs.c:
9642         * src/pic16/ralloc.c:
9643         * src/pic16/ralloc.h:
9644
9645 2003-06-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9646
9647         * support/Util/SDCCerr.c, src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
9648         added option --vc, so sdcc errors and warnings are compatible with
9649         Microsoft Visual Studio.
9650
9651 2003-06-07  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9652
9653         * device/lib/_atof.c, device/lib/Makefile.in, device/include/stdlib.h,
9654           device/lib/libfloat.lib: added atof function.
9655
9656 2003-06-04  Bernhard Held <bernhard AT bernhardheld.de>
9657
9658         * doc/sdccman.lyx: updated to Lyx 1.3
9659         * doc/cdbfileformat.lyx: updated to Lyx 1.3
9660         * doc/test_suite_spec.lyx: updated to Lyx 1.3
9661         * doc/Makefile: added fix for the \tabularnewline problem, thanks to Jesus
9662
9663 2003-06-03  Bernhard Held <bernhard AT bernhardheld.de>
9664
9665         * src/SDCCpeeph.c: separate peepRules2pCode() for pic16 by "Vangelis Rokas" <vrokas AT otenet.gr>
9666
9667 2003-06-02  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9668
9669         * doc/sdccman.lyx: cvs revision keywords, passing pdf information in latex preamble,
9670           additions to the "related tools/documentation" section
9671
9672 2003-06-02  Bernhard Held <bernhard AT bernhardheld.de>
9673
9674         * src/SDCCglue.c (tempfileandname): added check for missing TMP/TEMP/TMPDIR variable
9675
9676 2003-05-29  Bernhard Held <bernhard AT bernhardheld.de>
9677
9678         * src/pic/device.c: added 16F819, patch by "David I. Lehn" <dlehn AT vt.edu>
9679         * src/SDCCcse.c (algebraicOpts): fixed "c * 1"
9680
9681 2003-05-28  Bernhard Held <bernhard AT bernhardheld.de>
9682
9683         * doc/sdccman.lyx: fix double dash and other minor things
9684         * doc/Makefile: fix double dash
9685
9686 2003-05-28  Karl Bongers(patches from Martin Helmling)
9687         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files. Martin adds
9688           condition and ignore commands.
9689
9690 2003-05-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9691
9692         * doc/sdccman.lyx: Changes all over, index improved, smaller margins. The manual
9693           is in parts still quite out of date, I did changes as far as I felt makes sense
9694           for a non-native english speaker.
9695           Please feel free to add to the manual or to correct my changes.
9696         * doc/Makefile: undid touching the date of intermediate tex files.
9697
9698 2003-05-26  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9699
9700         * doc/sdccman.lyx: Manual has an index now
9701
9702 2003-05-25  Bernhard Held <bernhard AT bernhardheld.de>
9703
9704         Finalize muluint/mulsint and mululong/mulslong merging:
9705         * device/lib/_mulint.c
9706         * device/lib/_mullong.c
9707         * device/lib/gbz80/mul.s
9708         * device/lib/gbz80/stubs.s
9709         * device/lib/z80/mul.s
9710         * device/lib/z80/stubs.s
9711         * src/SDCCsymt.c (initCSupport)
9712
9713 2003-05-25  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9714
9715         * as/mcs51/lkaomf51.c: Address space 'z' was missing.
9716         * src/avr/avr.dsp, src/ds390/ds390.dsp, src/mcs51/mcs51.dsp,
9717           src/pic/pic.dsp, src/pic16/pic16.dsp, src/xa51/xa51.dsp,
9718           src/x80/z80.dsp: peep.rul is bigger now, so /Zm1000 is used
9719           instead of /Zm500.
9720
9721 2003-05-25  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9722
9723         * src/mcs51/peeph.def: added rules 244.x, 245.x. Although they pass
9724           the regression tests I'm not brave enough to enable 245.b, 245.c
9725         * doc/sdccman.lyx: added latex preamble for hyperref package.
9726           Using pdflatex this will give you a hyperlinked pdf file with
9727           bookmarks. (prepend '%' before /usepackage if this breaks something)
9728
9729 2003-05-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9730
9731          * doc/sdccman.lyx: updated information about .adb files (fixed bug 742649)
9732
9733 2003-05-22  Bernhard Held <bernhard AT bernhardheld.de>
9734
9735         * src/pic16/pcode.c (pic16_get_op_from_instruction): fixed a gcc 3.x warning
9736
9737 2003-05-21    <johan AT balder>
9738
9739         * src/SDCCglue.c (printIval): fixed bug #739934
9740
9741 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
9742
9743         Applied patch from bug 737905 (renamed yylineo to mylineno):
9744         * src/altlex.c
9745         * src/SDCCast.c
9746         * src/SDCglobl.h
9747         * src/SDCC.lex
9748         * src/SDCCsymt.c
9749         * src/SDCCval.c
9750         * src/pic16/pcode.c: Cleaned warnings
9751         * src/pic16/pcodeflow.c: Cleaned warnings
9752         * src/pic16/pcoderegs.c: Cleaned warnings
9753
9754 2003-05-19  Scott Dattalo  <scott AT dattalo.com>
9755
9756         * src/pic16/pcode.c: Cleaned warnings
9757         * src/pic16/pcodepeep.c: Cleaned warnings
9758         * src/pic16/ralloc.c: Cleaned warnings
9759
9760 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
9761
9762         * doc/sdccman.lyx: fixed bug 739745
9763         * src/pic16/pcode.c (pic16_get_op): fixed warning on alpha
9764
9765 2003-05-18  Bernhard Held <bernhard AT bernhardheld.de>
9766
9767         * src/port.h: removed DEFAULT_PORT, it's not yet pic16 ;-)
9768         it can be defined with CFLAGS when running configure
9769         * src/SDCCmain.c: fixed compiling + linking with object files
9770
9771 2003-05-18  Vangelis Rokas (vrokas AT otenet.gr)
9772
9773         * configure.in: configure for pic16 port,
9774             added --disable-pic16-port
9775         * sdccconf_in.h: added macro OPT_DISABLE_PIC16
9776         * src/SDCCmain.c: linkOptions is changed to set *,
9777             added if/endif conditional macros to remove options help
9778             messages from optionsTable when a port is not configured, added
9779             support for the PIc16 port in the ports table, when executing
9780             the compiler with no port specified on command line, a default
9781             port is selected with the new macro DEFAULT_PORT which is
9782             defined in port.h, in setDefaultOptions() linkOptions is removed
9783             from initialization assignment, since now it is a set,
9784             parseCmdLine uses setParseWithComma for linkOptions, in
9785             linkEdit() linkOptions are accessed with new function indexSet()
9786             which returns the i'th item of a set variable. See SDCCset.c, in
9787             linkEdit() when calling buildCmdLine(), added linkOptions as
9788             last argument. Now users can pass arguments to gplink via the
9789             -Wl option, main() uses pic16glue() to glue up pic16 programs
9790         * src/SDCCpeeph.c: various changes to support pic16
9791         * src/SDCCset.c: added function  void *indexSet(set *, int)  to
9792             return the i'th item of the set
9793         * src/SDCCset.h: added function prototype for indexSet()
9794         * src/SDCCsymt.c: in checkSClass(), added support for PIC16
9795         * src/clean.mk: added pic16 in CLEANALLPORTS variable
9796         * src/port.h: added TARGET_ID_PIC16,TARGET_IS_PIC16 macro,
9797             added macro DEFAULT_PORT
9798         * src/pic/main.c: corrected arguments of gplnk in _linkCmd
9799         * src/pic16/gen.c: bug fix in genCpl(), now the correct code is
9800             generated
9801         * src/pic16/glue.c: commented out some error producing lines
9802         * src/pic16/main.c: __config directives are commented out to stop
9803             gpasm complaining and test the linkage with gplink, _linkCmd and
9804             _asmCmd changed to be more gplink and gpasm friendly
9805         * src/pic16/peeph.def: peep rule 3 is commented out, since it
9806             produced an error when parsed, peep rule 12 is added to utilize
9807             movff, but it is commented out since the pCode does not support
9808             yet a command with 2 address arguments
9809
9810 2003-05-18    <johan AT balder>
9811
9812         * src/ds390/gen.c (genArrayInit): removed obsolete and buggy ARRAYINIT
9813         * src/ds390/main.c (genArrayInit): removed obsolete and buggy ARRAYINIT
9814 2003-05-17  Karl Bongers(apply patches from Martin Helmling)
9815
9816         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files.
9817   Added feature to script commands from file.
9818
9819 2003-05-14  Bernhard Held <bernhard AT bernhardheld.de>
9820
9821         * device/lib/_strtok.c: fixed bug #734355 by Lenny Story and Tim Woodall
9822         * src/SDCCutil.c: include ctype.h for win32
9823
9824 2003-05-13  Bernhard Held <bernhard AT bernhardheld.de>
9825
9826         * src/pic16/*: removed CR from many files, reported by Vangelis Rokas
9827
9828 2003-05-12  Karl Bongers(apply development patches from Martin Helmling)
9829
9830         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,break.c and .h files.
9831   Fixed so you can set breakpoints prior to run, run does not stop
9832   on entry now.  Add tbreak.  Other enhancements and fixes for use
9833   with ddd.
9834
9835 2003-05-12  Borut Razem <borut.razem AT siol.net>
9836
9837         * src/SDCCmain.c: fixed the problem with searching the DATADIR as the last resort on *nix
9838
9839 2003-05-11  Borut Razem <borut.razem AT siol.net>
9840
9841         * src/SDCCutil.c: WIN32 version of getBinPath() calls GetModuleFileName() to determine
9842         the path of bin directory, so that PATH is the only env. variable, which has to be set
9843         in case of standard installation.
9844         * src/ds390/ds390.dsp: increased value of /Zm option to 1000
9845         * src/pic/main.c: add quotes to file name parameters for gplink and gpasm
9846         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx: added --print-search-dirs command line option
9847
9848 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
9849
9850         * src/SDCCmain.c (linkEdit): fixed buffer overflow for gbz80
9851         * support/regression/Makefile: inter-port-clean is no longer nesessary, the
9852         temp files are in the port dir; clean the gen/test directory when
9853         generating new test.c
9854         * support/regression/ports/host/spec.mk: defined OBJEXT for target clean
9855         * support/regression/tests/vaargs.c: fixed gcc 3.3 warning
9856         * support/regression/tests/zeropad.c: added
9857
9858 2003-05-09    <johan AT balder>
9859
9860         * src/SDCCglue.c: fixed bug #597940
9861
9862 2003-05-05  Karl Bongers(apply patches from Martin Helmling)
9863
9864         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
9865   cache sfr, optimize next,step, fix off by one sourceline,
9866   support ddd list function.
9867         * sim/ucsim/cmd.src/newcmd.cc - small fix for sdcdb use.
9868
9869 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
9870
9871         * support/regression/HTMLgen.py: added compare_s2f()
9872         * support/regression/Makefile: redo 1.27
9873         * support/regression/generate-cases.py: redo 1.5
9874
9875 2003-04-30  Bernhard Held <bernhard AT bernhardheld.de>
9876
9877         * support/regression/tests/float.c: workaround 33 bit hex constant
9878         * support/regression/tests/simplefloat.c: fix division for host
9879
9880 2003-04-29  Scott Dattalo  <scott AT dattalo.com>
9881
9882         * src/pic/pcoderegs.c Applied patch from Jim Hawkridge <jim AT jimhawkridge.uk.eu.org>
9883         that tame's the PIC's over-aggressive optimizer.
9884
9885 2003-04-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9886
9887          * src.dsw, link/z80/aslink.h, link/z80/linkz80.dsp: z80 linker
9888          support for MSVC.
9889
9890 2003-04-29  Kevin Vigor <kevin AT vigor.nu>
9891
9892         Initial support for DS80C400. "Hello world" runs on TINIm400
9893         (with polled I/O).
9894
9895 2003-04-28  Karl Bongers(apply patches for Martin Helmling)
9896
9897          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
9898          * Some notes on ddd usage added in debugger/README
9899          Martin Helmling adding more features and fixes for ddd GUI debugger.
9900          Code added for nexti, stepi, up, down, and other adjustments.
9901
9902 2003-04-28  Scott Dattalo  <scott AT DATTALO.COM>
9903
9904         * src/pic/pCodepeep.c non-wildcard asmops are now handled
9905         * src/pic/peeph.def Added two rules to optimize carry manipulation
9906         * src/pic/* removed debug printfs
9907
9908 2003-04-28  Bernhard Held <bernhard AT bernhardheld.de>
9909
9910         * debugger/mcs51/cmd.c: added header newalloc.h
9911
9912 2003-04-26  Bernhard Held <bernhard AT bernhardheld.de>
9913
9914         * as/Makefile: new EXEEXT
9915         * as/z80/Makefile: remove trailing slash of BUILDIR
9916         * as/z80/clean.mk: new EXEEXT
9917         * Makefile.common.in: add to CFLAGS (and others), don't replace it
9918         * support/cpp2/Makefile.in: new EXEEXT
9919         * src/pic/glue.c (pic14emitRegularMap): fixed warning
9920
9921 2003-04-24  Bernhard Held <bernhard AT bernhardheld.de>
9922
9923         Cygwin's gcc always appends .exe: 'gcc -o a a.c' creates a.exe;
9924         EXEEXT was introduced to fix all related problems with targets
9925         "clean", "install" and "uninstall"; a couple of further flaws
9926         especially with "clean" have been fixed too
9927         * as/mcs51/Makefile.in
9928         * as/mcs51/clean.mk
9929         * as/z80/Makefile
9930         * Makefile
9931         * clean.mk
9932         * debugger/mcs51/Makefile.in
9933         * debugger/mcs51/clean.mk
9934         * link/z80/Makefile
9935         * link/z80/Makefile.in
9936         * link/z80/clean.mk
9937         * link/Makefile
9938         * packihx/Makefile.in
9939         * packihx/clean.mk
9940         * sim/ucsim/Makefile
9941         * sim/ucsim/clean.mk
9942         * sim/ucsim/avr.src/Makefile.in
9943         * sim/ucsim/avr.src/clean.mk
9944         * sim/ucsim/s51.src/Makefile.in
9945         * sim/ucsim/s51.src/clean.mk
9946         * sim/ucsim/xa.src/Makefile.in
9947         * sim/ucsim/xa.src/clean.mk
9948         * sim/ucsim/z80.src/Makefile.in
9949         * sim/ucsim/z80.src/clean.mk
9950         * sim/ucsim/main_in.mk
9951         * sim/ucsim/packages_in.mk
9952         * sim/ucsim/gui.src/Makefile.in
9953         * sim/ucsim/gui.src/serio.src/Makefile.in
9954         * sim/ucsim/gui.src/serio.src/clean.mk
9955         * src/Makefile.in
9956         * src/clean.mk
9957         * support/cpp2/Makefile.in
9958         * support/cpp2/clean.mk
9959         * support/makebin/Makefile
9960         * support/makebin/clean.mk
9961         * support/scripts/sdcc_mingw32: --program-suffix no longer needed
9962         * doc/sdccman.lyx: --program-suffix no longer needed
9963
9964 2003-04-23  Karl Bongers(apply patches for Martin Helmling)
9965
9966          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,..
9967          Martin Helmling added support for ddd GUI debugger.
9968          Code added to display assembly, set variables, and other commands
9969          to interface to ddd.
9970
9971 2003-04-23  Bernhard Held <bernhard AT bernhardheld.de>
9972
9973         * as/Makefile: fix target clean
9974         * as/clean.mk: fix target clean
9975         * as/z80/clean.mk: fix target clean
9976
9977 2003-04-22  Bernhard Held <bernhard AT bernhardheld.de>
9978
9979         * Makefile.common.in: added  AT EXEEXT AT
9980         * configure.in: removed all mingw32 stuff
9981         * configure: rebuilt from configure.in
9982         * doc/sdccman.lyx: updated section "installation"
9983         * support/scripts/sdcc_mingw32: adapted to configure
9984         * support/scripts/sdcc_cygwin_mingw32: added
9985
9986 2003-04-22  Scott Dattalo  <scott AT dattalo.com>
9987
9988         * src/pic Added object file support for the PIC port
9989         * src/pic Applied patch from Craig Franklin (this started the object file support)
9990         * src/regression Updated the PIC regression tests for object files
9991
9992 2003-04-20  Borut Razem <borut.razem AT siol.net>
9993
9994         * sdcc/as/mcs51/lklex.c: make getfid() more robust and fixed gcc warning:
9995           lklex.c: In function `getfid':
9996           lklex.c:203: warning: array subscript has type `char'
9997         * src/SDCCglobl.h: small change in stack handling macros, to avoid crash when compiled
9998           with MSVC with global optimization enabled (probably an cl compiler bug ;-)
9999         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added function fatal(), called from
10000           stack handling macros
10001
10002 2003-04-19  Borut Razem <borut.razem AT siol.net>
10003
10004         * "handling space characters in file path" task:
10005         * src/SDCCmacro.c: fixed bug in handlig quote at the end of line
10006         * support/Util/BuildCmd.c: define par as NULL if parameter value is invalid
10007         * support/Util/MySystem.h: make it self-sufficient
10008         * src/avr/main.c, src/ds390/main.c, src/mcs51/main.c, src/pic/main.c, src/xa51/main.c,
10009           src/z80/main.c, sdcc/as/mcs51/lklex.c:
10010           handling space characters in file path
10011         * src/SDCCmain.c: introduced setDataPaths() function, {datadir} macro
10012           (it will be used by assemblers, which have their own includes, e.g. gpasm)
10013         * support/Util/MySystem.c: handling space characters in executable's path
10014
10015 2003-04-19  Bernhard Held <bernhard AT bernhardheld.de>
10016
10017         * as/z80/Makefile: fix permanent rebuild of z80
10018         * sim/ucsim/gui.src/Makefile.in: target "install" builds the same packages as target "all"
10019         * support/regression/tests/bitfields.c: added Johan's bitfields.c
10020
10021 2003-04-18      Kevin Vigor <kevin AT vigor.nu>
10022
10023         * src/SDCCopt.c: add special case optimization to replace modulo by
10024           a power of two with a bitwise AND.
10025
10026 2003-04-18    <johan AT balder>
10027
10028         * src/mcs51/gen.c (getFreePtr): fixed bug #635354
10029
10030 2003-04-17    <johan AT balder>
10031
10032         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #716790 and removes lot's of redundant register usage around function calls
10033         * src/mcs51/ralloc.c (packRegisters): fixed bug #720667
10034
10035 2003-04-13  Borut Razem <borut.razem AT siol.net>
10036
10037         * doc/sdccman.lyx: updated info about #pragma SAVE/RESTORE nesting
10038         * configure.in, configure: fixed problems on cygwin/WinCVS environmet with ports.* line endings;
10039           fixed mingw problem in adl_NORMALIZE_PATH
10040
10041 2003-04-12  Borut Razem <borut.razem AT siol.net>
10042
10043         * fixed "#pragma SAVE/RESTORE can not be nested":
10044         * src/SDCC.lex: reworked pragma handling functions
10045         * sdcc/src/SDCCglobl.h: reworked stack handling macros
10046         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added E_STACK_VIOLATION error
10047
10048 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
10049
10050         * src/SDCCutil.c (pathEquivalent): defined but not used
10051         * debugger/mcs51/sdcdb.c: replace SDCC_LIB_DIR
10052         * configure.in: remove sdcc_datadir, sdcc_lib_dir and sdcc_include_dir
10053         * configure: rebuilt from configure.in
10054         * sdccconf_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
10055         * sdcc_vc_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
10056         * device/include/Makefile.in: replace sdcc_datadir
10057         * device/lib/Makefile.in: replace sdcc_datadir
10058         * Makefile.common.in: add LDFLAGS from configure
10059         * packihx/Makefile.in: use LDFLAGS
10060         * src/Makefile.in: use LDFLAGS
10061         * support/cpp2/Makefile.in: add LDFLAGS from configure
10062         * support/makebin/Makefile: use LDFLAGS
10063         * .version: bumped version number to 2.3.5
10064
10065 2003-04-12  Borut Razem <borut.razem AT siol.net>
10066
10067         * completed "different paths" task:
10068         * src/SDCCmacro.c: fixed bug in handling quotes
10069         * src/SDCCutil.c, src/SDCCutil.c: rewritten getPrefixFromBinPath()
10070         * src/SDCCmain.c: _discoverPaths() replaced with setBinPaths(), setIncludePath() and setLibPath()
10071
10072 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
10073
10074         * src/pic/pcoderegs.c (Remove1pcode): fix warning on alpha
10075
10076 2003-04-11 kevin Vigor <kevin AT vigor.nu>
10077
10078         * ds390/gen.c ds390/peeph.def: fix bug 706781
10079
10080 2003-04-11  Borut Razem <borut.razem AT siol.net>
10081
10082         * support/Util/dbuf.c, support/Util/dbuf.h: update to version 1.1.1 - re-added C++ stuff to make it still more portable
10083
10084 2003-04-10  Scott Dattalo  <scott AT dattalo.com>
10085
10086         * src/pic/* Applied the pointer-to-function patch from Steve Tell.
10087         * src/pic/* Fixed several pointer bugs. (PIC port broke when the ruonly bit was
10088          set - this bit used to not be set...).
10089         * src/pic/gen.c Fixed buf 609268 ==> x = (x+1) & 0xf; generated
10090           bad code in PIC Port
10091         * src/regression/and2.c added to test bug 609268
10092         * src/regression/Makefile added and2.c to regression test
10093
10094
10095 2003-04-08    <johan AT CP255758-A>
10096
10097         * src/mcs51/gen.c (gen51Code): display reg usage in --icode-in-asm
10098         * src/mcs51/ralloc.c (serialRegAssign): update the registers in use and save some slocs
10099         * src/SDCCicode.h: added riu to show the register usage in --icode-in-asm
10100
10101 2003-04-07  Bernhard Held <bernhard AT bernhardheld.de>
10102
10103         * configure.in: fully support prefix, exec_prefix, datadir, docdir;
10104         fix bug #487815
10105         * support/cpp2/Makefile.in: fix bug #487815
10106         * configure: rebuilt from configure.in
10107         * Makefile.common.in: docdir changed, new path suffixes
10108         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
10109         * sdcc_vc_in.h: reflect changes from sdccconf.h
10110         * src/SDCCglobl.h: remove *SEPARATOR_CHARS, they are now in sdccconf.h
10111         * src/SDCCutil.h: remove BINDIR hack
10112         * doc/sdccman.lyx: update new path hierarchy
10113
10114 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
10115
10116         * src/SDCCpeeph.c: added okToRemoveSLOC test
10117
10118 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
10119
10120         * device/lib/printf_fast.c: added leading zero format ("%06d", etc)
10121
10122 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
10123
10124         * src/SDCCpeeph.c: added labelIsReturnOnly test
10125         * src/mcs51/peeph.def: Peephole 244: replace ljmp to ret with ret
10126
10127 2003-04-05    <johan AT balder>
10128
10129         * src/SDCCcse.c (cseAllBlocks): fixed bug #460088
10130         * src/SDCCloop.c (DEFSETFUNC): fixed bug #460088
10131         * src/SDCCopt.c (eBBlockFromiCode): fixed bug #460088
10132         * src/SDCCast.c: fixed a warning
10133         * src/SDCCast.h: fixed a warning
10134         * src/SDCCicode.c (operandFromAst): fixed a warning
10135
10136 2003-04-04    <johan AT balder>
10137
10138         * src/SDCCloop.c (DEFSETFUNC): undid the fix for bug #519584
10139         * src/SDCCast.c (decorateType): fixed bug #715076
10140         * src/SDCC.y: fixed bug #702907
10141
10142 2003-04-03    <johan AT balder>
10143
10144         * device/lib/_mulint.c (_muluint): new #pragma LESS_PEDANTIC
10145         * src/SDCCopt.c (eBBlockFromiCode): new #pragma LESS_PEDANTIC
10146         * src/SDCCglobl.h (PRAGMA_LESSPEDANTIC): new #pragma LESS_PEDANTIC
10147         * src/SDCC.lex (doPragma): new #pragma LESS_PEDANTIC
10148         * src/SDCCmain.c (parseCmdLine): new #pragma LESS_PEDANTIC
10149
10150 2003-04-03  Bernhard Held <bernhard AT bernhardheld.de>
10151
10152         * _decdptr.c: fix return values
10153         * _gptrget.c: fix return values
10154         * _gptrgetc.c: fix return values
10155         * _gptrput.c: fix return values
10156         * _mulint.c: fix return values
10157         * as/z80/Makefile: fix 'make -j' problem
10158
10159 2003-04-02  Bernhard Held <bernhard AT bernhardheld.de>
10160
10161         * Makefile.common.in: unused PORT, SCC and SAS removed, fixed docdir
10162         * configure.in: big cleanup, updated to autoconf 2.5x
10163         * configure: rebuilt from configure.in
10164         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
10165         * sdcc_vc_in.h: reflect changes from sdccconf.h
10166         * doc/Makefile: fixed a flaw in "make install"
10167
10168 2003-04-02    <johan AT balder>
10169
10170         * src/ds390/gen.c (genCmp): no comments
10171         * src/mcs51/gen.c (genCmp): no comments
10172         * src/SDCCopt.c (eBBlockFromiCode): detect missing return values
10173         * src/SDCCast.c (ast_print): fixed the function type in --dumptree
10174
10175 2003-04-01  Bernhard Held <bernhard AT bernhardheld.de>
10176
10177         * support/regression/generate-cases.py: place generated file in given sub directory
10178         * support/regression/ports/host/spec.mk: prevent removal of testfwk.o
10179         * support/regression/Makefile: improvements for 'make -j';
10180         side effect: it's simpler and faster now
10181
10182 2003-03-31  Borut Razem <borut.razem AT siol.net>
10183
10184         * src/z80/main.c: link-{port} and as-{port} defined without path
10185         * src/src.dsp: support/Util/MySystem.h and src/SDCCutil.h added to project
10186
10187 2003-03-31  Bernhard Held <bernhard AT bernhardheld.de>
10188
10189         * Makefile, src/Makefile.in: add dependencies, so that 'make -j' works
10190
10191 2003-03-30  Borut Razem <borut.razem AT siol.net>
10192
10193         * support/Util/BuildCmd.c, support/Util/BuildCmd.h: rewrite buildCmdLine(),
10194           changed type of list parameter to set
10195         * src/ds390/main.c: changed type of parameter asmOptions to set in _tininative_do_assemble()
10196         * src/port.h: changed type of do_assemble() parameter to set
10197         * src/SDCCmain.c: type of asmOptions changed to set, introduced setParseWithComma(),
10198           sdcpp defined without path, removed variable VersionString, introduced set binPathSet,
10199           definition of "cppoutfilename" macro with NULL value in preProcess()
10200         * src/SDCCglobl.h: included "SDCCset.h", added declaration of setParseWithComma()
10201         * src/SDCCglue.c: removed variable VersionString, inroduced spacesToUnderscores()
10202         * support/Util/MySystem.c, support/Util/MySystem.h: rewrite, char *ExePathList[]
10203           replaced with set *binPathSet
10204         * shash_add() deallocates the item, if allready exsists, before adding the new one
10205         * src/SDCCmacro.c: handling macros with empty or NULL values in _evalMacros()
10206
10207 2003-03-30  Scott Dattalo  <scott AT dattalo.com>
10208
10209         * src/pic/gen.c: Commit patch from Steve Tell <tell AT telltronics.org> that fixes
10210           a nested for loop bug in the PIC port
10211         * src/regression/nestfor.c: new regression test file Steve wrote to test nested
10212           for loops
10213
10214 2003-03-29  Bernhard Held <bernhard AT bernhardheld.de>
10215
10216         * support/Util/dbuf.h: remove C++ stuff to make it portable
10217
10218 2003-03-28  Borut Razem <borut.razem AT siol.net>
10219
10220         * src/SDCC.lex: Fix for bug #711240: dynamic buffer handling of C
10221           literal strings in stringLiteral()
10222         * support/Util/dbuf.c, support/Util/dbuf.h: added: dynamic buffer handling
10223         * src/Makefile.bcc, src/Makefile.in, src/src.dsp: added support/Util/dbuf.c
10224           to the project
10225
10226 2003-03-27  Paul Stoffregen <paul AT pjrc.com>
10227
10228         * src/SDCCpeeph.c (pcDistance): accurate byte distance for mcs51
10229
10230 2003-03-26    <johan AT balder>
10231
10232         * src/mcs51/gen.c (saveRegisters): catched symbol abuse
10233         * src/ds390/gen.c (saveRegisters): catched symbol abuse
10234         * src/SDCCast.c (decorateType): fixed " -v < 3"
10235
10236 2003-03-23  Bernhard Held <bernhard AT bernhardheld.de>
10237
10238         * doc/cdbfile.html: removed, replaced by cdbfileformat.lyx
10239         Added Lenny Story's debug infrastructure changes:
10240         * src/Makefile.in:  added new files cdbFile.c and SDCCdebug.c
10241         * src/Makefile.bcc: added new files cdbFile.c and SDCCdebug.c
10242         * src/cdbFile.c: added
10243         * src/SDCCdebug.c: added
10244         * src/SDCCdebug.h: added
10245         * src/SDCCast.c (createFunction)
10246         * src/SDCCglue.c (emitRegularMap, emitStaticSeg, emitOverlay, glue)
10247         * src/SDCCmain.c (parseCmdLine, main)
10248         * src/SDCCmem.c (redoStackOffsets)
10249         * src/SDCCsymt.c (cdbStructBlock, cdbTypeInfo, cdbSymbol, cdbStruct, cdbStructBlock)
10250         * src/SDCCsymt.h
10251         * src/common.h
10252         * src/avr/gen.c (genAVRCode)
10253         * src/ds390/gen.c (gen390Code)
10254         * src/mcs51/gen.c (gen51Code)
10255         * src/pic/gen.c (genpic14Code)
10256         * src/pic/glue.c (pic14emitRegularMap, pic14emitStaticSeg, pic14emitOverlay, picglue)
10257         * src/xa51/gen.c (genXA51Code)
10258         * src/SDCCast.c: fixed "void foo(void){char c; -c < 0;}"
10259
10260 2003-03-22  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10261
10262         * src/mcs51/gen.c (genCodePointerGet): quicker code for bug #700797
10263         * src/mcs51/peeph.def: added rules 177, 241.x to 243, touched 181, 182.x, 193.x
10264
10265 2003-03-22    <johan AT balder>
10266
10267         * src/SDCCicode.c (geniCodeDerefPtr): fixed bug #698231
10268
10269 2003-03-21  Bernhard Held <bernhard AT bernhardheld.de>
10270
10271         * support/scripts/sdcc_mingw32: adapted to configure from autoconf 2.54
10272         * doc/cdbfileformat.lyx: added, written by Lenny Story
10273         * doc/Makefile: added cdbfileformat.lyx
10274         * doc/clean.mk: added cdbfileformat.lyx
10275
10276 2003-03-20  Bernhard Held <bernhard AT bernhardheld.de>
10277
10278         * src/mcs51/peeph.def: fix bug #705773
10279
10280 2003-03-20    <johan AT balder>
10281
10282         An sfr/sbit can have an "at #" AND an initializer
10283         * src/SDCCsymt.c (checkSClass):
10284         * src/SDCCmem.c (allocGlobal):
10285         * src/SDCCmem.c (allocLocal):
10286         * src/SDCCast.c (createBlock):
10287
10288 2003-03-17  Bernhard Held <bernhard AT bernhardheld.de>
10289
10290         * src/ds390/peeph.def: fix bug #704878: added rule 213.b suggested by Jan Rejlek
10291
10292 2003-03-16    <johan AT balder>
10293
10294         Undid the hackup of const and volatile, the problem is much bigger
10295         * src/SDCC.y:1.65
10296         * src/SDCCast.c:1.171
10297         * src/SDCCglue.c:1.138
10298         * src/SDCCicode.c:1.146
10299         * src/SDCCsymt.c:1.150
10300         * src/SDCCval.c:1.65
10301
10302 2003-03-15  Bernhard Held <bernhard AT bernhardheld.de>
10303
10304         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #703541
10305         * src/ds390/gen.c (genAddrOf): fixed bug #704087
10306
10307 2003-03-13    <johan AT balder>
10308
10309         Hackup const and volatile modifiers in type chains a bit:
10310         * src/SDCC.y:1.63
10311         * src/SDCCast.c:1.169
10312         * src/SDCCglue.c:1.136
10313         * src/SDCCicode.c:1.143
10314         * src/SDCCsymt.c1.146
10315         * src/SDCCsymt.h1.59
10316         * src/SDCCval.c:1.63
10317
10318 2003-03-12    <johan AT balder>
10319
10320         * src/SDCCBBlock.h: more LRH debugging junk
10321         * src/SDCCcflow.h: more LRH debugging junk
10322         * src/SDCCloop.c: more LRH debugging junk
10323         * src/SDCC.y (struct_declaration): fixed bug #697590
10324         * src/SDCCsymt.[hc] (cloneSpec): NEVER EVER use this again
10325         * src/ds390/gen.c (aopForRemat): fixed bug #700031
10326         * src/SDCCglue.c (emitStaticSeg): fixed bug #700797
10327
10328 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
10329         * src/SDCCpeeph.c: quit being lazy and made proper fix (peephole
10330         test function names must now match exactly).
10331         * src/SDCCcse.c: added special case in findCheaperOp to allow
10332         extending a short integer. Makes less awful code for bug 700121 test case.
10333
10334 2003-03-11  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10335
10336         * as/mcs51/lkmain.c: Added ASlink-Warning to messages
10337         * as/mcs51/lkaomf51.c: Fixed bug when linking asmblink example
10338
10339 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
10340
10341         * src/SDCCpeeph.c: fix so that operandsNotEqualX functions are
10342         actually called (operandsNotEqual() was called for all
10343         operandsNotEqualX tests).
10344
10345 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
10346
10347         * src/SDCCcse.c: fix findCheaperOp to prevent replacing int types
10348         with shorter literals. Fixes bug 700121.
10349
10350 2003-03-11    <johan AT balder>
10351
10352         * src/SDCCsymt.c (compareType): a (void *) can be assigned to any pointer
10353
10354 2003-03-11  Bernhard Held <bernhard AT bernhardheld.de>
10355
10356         * src/SDCCloop.c (mergeRegions): an evil beast is dead
10357         * src/SDCCmain.c (preProcess): minor cleanup: eliminate preOutName
10358
10359 2003-03-10  Borut Razem <borut.razem AT siol.net>
10360
10361         * src/SDCCmain.c: pipe preprocessor's output
10362         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
10363         * sdcc_vc_in.h: define pclose as _pclose for WIN32
10364         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
10365         which closes all pipes in pipeSet set
10366         * src/SDCCset.c: free deleted item in function deleteSetItem()
10367         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
10368         moved from z80 to src subproject
10369         * .version: increased version number to 2.3.4
10370
10371 2003-03-10  Bernhard Held <bernhard AT bernhardheld.de>
10372
10373         * support/regression/ports/mcs51/spec.mk: increase timeout for CF's sparc to 30s
10374         * support/regression/ports/ds390/spec.mk: increase timeout for CF's sparc to 25s
10375         * support/regression/ports/xa51/spec.mk: fix typo
10376
10377 2003-03-09  Bernhard Held <bernhard AT bernhardheld.de>
10378
10379         * src/SDCCglobl.h: PATH_MAX is already defined in mingw32 headers
10380
10381 2003-03-09  Borut Razem <borut.razem AT siol.net>
10382
10383         * src/SDCCmain.c: pipe preprocessor's output
10384         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
10385         * sdcc_vc_in.h: define pclose as _pclose for WIN32
10386         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
10387         which closes all pipes in pipeSet set
10388         * src/SDCCset.c: free deleted item in function deleteSetItem()
10389         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
10390         moved from z80 to src subproject
10391
10392 2003-03-09  Borut Razem <borut.razem AT siol.net>
10393
10394         * src/SDCCglue.c: re-implemented tempfilename() and tempfile(): using mkstemp() if available
10395         * src/SDCCsymt.h: fixed MSVC and BORLANDC compilation (included SDCCglobl.h instead srccconf.h)
10396         * sdcc_vc_in.h: explicitly undefined HAVE_MKSTEMP which is not available on BORLANDC and MSVC
10397         * src/SDCCset.h: removed inclusion of sdccconf.h or sdcc_vc.h
10398         * src/SDCCglobl.h: unification of WIN32 native definitions
10399
10400 2003-03-09  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10401
10402         * src/mcs51/gen.c: applied in-/dec patch mentioned on sdcc-devel 2003-03-01
10403
10404 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
10405
10406         * src/configure.in:   check for endianess (even while cross-compiling)
10407         * src/configure:      check for endianess (even while cross-compiling)
10408         * src/configure_in.h: check for endianess (even while cross-compiling)
10409         * src/avr/gen.c:        remove old endianess stuff
10410         * src/mcs51/gen.c:      remove old endianess stuff
10411         * src/ds390/gen.c:      remove old endianess stuff
10412         * src/pic/gen.c:        remove old endianess stuff
10413         * src/pic/genarith.c:   remove old endianess stuff
10414         * src/pic/glue.c:       fix endianess check
10415         * src/pic16/gen.c:      remove old endianess stuff
10416         * src/pic16/genarith.c: remove old endianess stuff
10417         * src/pic16/glue.c:     fix endianess check
10418         * src/xa51/gen.c:       remove old endianess stuff
10419         * src/z80/gen.c:        fix endianess check
10420         * src/SDCCglue.c:       fix endianess check
10421         * src/ds390/peeph.def: fix bug 700036
10422
10423 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
10424
10425         * src/SDCCsymt.h: use appropriate data-types on host for SDCC's int and long
10426         * src/configure: find appropriate data-types on host for SDCC's int and long
10427         * src/configure.in: find appropriate data-types on host for SDCC's int and long
10428         * src/sdccconf_in.h: find appropriate data-types on host for SDCC's int and long
10429         * src/xa51/gen.c: use %d, not %ld for 4 byte variables
10430
10431 2003-03-07    <johan AT balder>
10432
10433         Just a big NOOP:
10434                 some minor cleanups before the big shot
10435                 OP_DEFS and OP_USES now use Kevin's protection
10436                 new option --nolabelopt
10437
10438         * src/SDCCBBlock.c:
10439         * src/SDCCast.c,:
10440         * src/SDCCcflow.c:
10441         * src/SDCCcse.c:
10442         * src/SDCCicode.c:
10443         * src/SDCCicode.h:
10444         * src/SDCClabel.c:
10445         * src/SDCCloop.c:
10446         * src/SDCCmain.c:
10447         * src/ds390/ralloc.c:
10448         * src/mcs51/ralloc.c:
10449         * src/pic/ralloc.c:
10450         * src/xa51/ralloc.c:
10451         * src/z80/ralloc.c:
10452
10453 2003-03-06  Bernhard Held <bernhard AT bernhardheld.de>
10454
10455         * src/pic/pcode.c (get_op): fix 64 bit warnings
10456         * src/pic/pcode.c (pCode2str): fix 64 bit warnings
10457         * src/SDCChasht.c (newHashTable): fix 64 bit warnings
10458         * src/SDCCsymt.c (checkTypeSanity): fix 64 bit warnings
10459         * support/regression/tests/malloc.c: fix 64 bit warnings
10460
10461 2003-03-04  Bernhard Held <bernhard AT bernhardheld.de>
10462
10463         * src/mcs51/gen.c (genMinus): fixed bug 696436
10464
10465 2003-03-02  Borut Razem <borut.razem AT siol.net>
10466
10467         * src/SDCCmain.c: added BORLANDC, corrected MSVC in printVersionInfo()
10468
10469 2003-02-26  Bernhard Held <bernhard AT bernhardheld.de>
10470
10471         * configure.in: test for mkstemp
10472         * sdccconf_in.h: add HAVE_MKSTEMP
10473
10474 2003-02-24  Bernhard Held <bernhard AT bernhardheld.de>
10475
10476         * device/include/ctype.h: removed warning while using --stack-auto
10477         * device/include/malloc.h: removed warning while using --stack-auto
10478         * device/include/string.h: removed warning while using --stack-auto
10479
10480 2003-02-23  Borut Razem <borut.razem AT siol.net>
10481
10482         * src/asm.h: corrected assertion in function printILine(): _pipe() was not executed on MSVC,
10483         because NDEBUG is defined (see man assert)
10484         * sdcc_vc_in.h: vsnprintf is defined as _vsnprintf on MSVC
10485
10486 2003-02-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10487
10488         * src/mcs51/gen.c (genUminusFloat): avoided dptr in-/decrement for xdata variables
10489         * src/mcs51/peeph.def: added rule suggested by Gernot Fink, white space/comment changes
10490
10491 2003-02-18  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10492
10493         * src/SDCCpeeph.c: added peephole conditions testing for same arguments
10494         * src/mcs51/peeph.def: added rules 238a-d which remove redundant moves
10495
10496 2003-02-18    <johan AT balder>
10497
10498         * as/mcs51/asmain.c (asmbl): module can start with a digit
10499         * as/z80/asmain.c (asmbl): module can start with a digit
10500
10501 2003-02-16  Bernhard Held <bernhard AT bernhardheld.de>
10502
10503         * sim/ucsim/mkecho: inserted #!/bin/sh for Cygwin, so that it's executable
10504         * src/asm.c: fix pipe() for Mingw32
10505
10506 2003-02-15  Bernhard Held <bernhard AT bernhardheld.de>
10507
10508         * src/SDCCglue.h: make tmpfileNameSet available for preOutName
10509         * src/SDCCmain.c (preProcess): make sure, that preOutName will be deleted;
10510         make -V work again; --c1mode reads now from stdin
10511         * doc/sdccman.lyx: added --c1mode
10512         * support/Util/SDCCerr.c: new messages for c1 mode
10513         * support/Util/SDCCerr.h: new messages for c1 mode
10514         * src/SDCC.lex (checkCurrFile): test if fullSrcFileName is NULL for c1mode
10515
10516 2003-02-15    <johan AT balder>
10517
10518         * src/asm.c: new options: --no-c-code-in-asm and --i-code-in-asm
10519
10520 2003-02-14  Bernhard Held <bernhard AT bernhardheld.de>
10521
10522         * doc/sdccman.lyx: Environment variables, -o and other minor things
10523
10524 2003-02-14    <johan AT balder>
10525
10526         * src/xa51/main.c: before anyone really tries to use it :)
10527
10528         * Install doc's in share/sdcc/doc
10529         * removed some obsolete files
10530         * Do a proper make distclean and uninstall
10531         M Makefile.common.in
10532         R sdccbuild.sh
10533         M as/Makefile
10534         M device/include/Makefile.in
10535         M device/lib/Makefile.in
10536         M doc/sdccman.lyx
10537         M link/Makefile
10538         M sim/ucsim/doc/Makefile.in
10539         M src/clean.mk
10540         R src/avr/peeph.rul
10541         R src/xa51/peeph.rul
10542         M support/cpp2/Makefile.in
10543         M support/makebin/Makefile
10544
10545
10546 2003-02-13  Bernhard Held <bernhard AT bernhardheld.de>
10547
10548         * support/regression/ports/host/spec.mk: use cc as host compiler for max osx
10549
10550 2003-02-10  Borut Razem <borut.razem AT siol.net>
10551
10552         * doc/bccinst.txt, packihx/packihx.c, sdcc_vc_in.h, src/SDCCset.h,
10553         support/cpp2/config.in: Borland C++ build doesn't depend on Cygwin configure
10554         * Bcc.ini, Makefile.bcc, as/mcs51/Makefile.bcc,
10555         device/examples/ds390/tinitalk/Makefile.bcc, packihx/Makefile.bcc,
10556         support/cpp2/Makefile.bcc, src/Makefile.bcc, src/avr/Makefile.bcc,
10557         src/ds390/Makefile.bcc, src/izt/Makefile.bcc, src/mcs51/Makefile.bcc,
10558         src/pic/Makefile.bcc, src/pic16/Makefile.bcc, src/xa15/Makefile.bcc,
10559         src/z80/Makefile.bcc: Borland Makefile cleanup
10560         * as/z80/Makefile.bcc: Added Borland Makefile
10561         * support/cpp2/borland.h: Removed
10562
10563 2003-02-10  Bernhard Held <bernhard AT bernhardheld.de>
10564
10565         * doc/sdccman.lyx: new pragma NOIV by "Johannes Stezenbach" <js AT convergence.de>
10566         * src/SDCC.lex: new pragma NOIV
10567         * src/SDCCglobl.h: new pragma NOIV
10568         * src/SDCCmem.c: new pragma NOIV
10569
10570 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
10571
10572         * src/SDCCmain.c: signal handling is switched off by SDCC_LEAVE_SIGNALS
10573
10574 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
10575
10576         * src/SDCCmain.c: signal handling is switched off by --debug
10577         * doc/Makefile: small fix for install; use clean.mk again
10578         * doc/clean.mk: clean *.pdf and *.html too
10579
10580 2003-02-08  Bernhard Held <bernhard AT bernhardheld.de>
10581
10582         * device/lib/_mulint.c: small fix for large/ds390 --int-long-reent resp. --stack-auto
10583         * device/lib/printfl.c: fix a ds390 bug by making it portable
10584         * src/SDCCsymt.c (initCSupport): fix compile warning on Cygwin
10585         * src/SDCCopt.c (cnvToFloatCast): fix compile warning on Cygwin
10586         * src/SDCCopt.c (cnvFromFloatCast): fix compile warning on Cygwin
10587         * debugger/mcs51/cmd.c: converted multi-line string literals
10588         * sim/ucsim/globals.cc: converted multi-line string literals
10589         * src/SDCCmain.c: introduced signal handler to remove temp files
10590         * doc/Makefile: small tweaks, implement clean
10591         * doc: removed generated files
10592
10593 2003-02-05  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10594
10595         * as/mcs51/aslink.h, as/mcs51/lkihx.c, as/mcs51/lkrloc.c:  Applied
10596         patch from Jan Rejlek <jr AT apex-lib.cz> to fix Bug 677692: "Extended
10597         Address Record is not correctly generated for DS390."
10598
10599 2003-02-02  Borut Razem <borut.razem AT siol.net>
10600
10601         * Makefile.bcc: removed non existing cpp project and non compilable izt project from makefile
10602         * as/mcs51/asm.h: fixed compilation with Borland C
10603         * support/cpp2/Makefile.bcc: added rule to generate auto-host.h
10604         * support/cpp2/auto-host_vc_in.h: fixed compilation with Borland C
10605         * src/mcs51/mcs51a.dsp: corrected misspelled project name from msc51a to mcs51a
10606         * src/avr/Makefile.bcc, src/ds390/Makefile.bcc, src/izt/Makefile.bcc,
10607         src/mcs51/Makefile.bcc, src/pic16/Makefile.bcc, src/xa51/Makefile.bcc,
10608         src/z80/Makefile.bcc: delete $(LIB) only if exist
10609         * src/Makefile.bcc, src/pic/Makefile.bcc:  fixed compilation with Borland C
10610
10611 2003-02-02  Bernhard Held <bernhard AT bernhardheld.de>
10612
10613         * device/include/malloc.h: introduced NULL
10614         * device/include/string.h: introduced NULL
10615         * device/include/stdlib.h: introduced NULL
10616         * device/lib/_memcpy.c: removed NULL
10617         * device/lib/_strcat.c: removed NULL
10618         * device/lib/_strchr.c: removed NULL
10619         * device/lib/_strcmp.c: removed NULL
10620         * device/lib/_strcpy.c: removed NULL
10621         * device/lib/_strcspn.c: removed NULL
10622         * device/lib/_strlen.c: removed NULL
10623         * device/lib/_strncat.c: removed NULL
10624         * device/lib/_strncmp.c: removed NULL
10625         * device/lib/_strncpy.c: removed NULL
10626         * device/lib/_strpbrk.c: removed NULL
10627         * device/lib/_strrchr.c: removed NULL
10628         * device/lib/_strspn.c: removed NULL
10629         * device/lib/_strstr.c: removed NULL
10630         * device/lib/_strtok.c: removed NULL
10631         * device/lib/malloc.c: removed NULL, include own header
10632
10633 2003-02-02    <johan AT balder>
10634
10635         * 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
10636         * support/regression/fwk/lib/testfwk.c: div and mod isn't broken anymore
10637         * regressions ds390/spec.mk and mcs51/spec.mk (timeout): my good old balder isn't fast enough for some tests
10638         * src/z80/gen.c (genZ80Code): added c-lines in asm comments
10639         * as/z80/asm.h (NINPUT): increased for long c-comments in regression tests
10640         * src/z80/gen.c (genRightShiftLiteral): fixed the (char)(-3)>>8 (I think)
10641
10642 2003-02-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10643
10644         * src/SDCCmain.c: Fixed bug 678574: "ds390: ASlink-Error-Stack overlaps
10645         area 'DATA'"
10646
10647 2003-02-01    <johan AT balder>
10648
10649         * src/SDCCval.c (valBitwise): fixed Karl's "2 | (1<<8)"
10650
10651 2003-01-31    <johan AT CP255758-A>
10652
10653         * src/ds390/main.c (_ds390_genAssemblerPreamble): applied Jan Rejlek's >64K startup patch
10654
10655 2003-01-30    <johan AT balder>
10656
10657         * src/SDCCBBlock.c: automatic bug detection
10658         * src/SDCCicode.c: automatic bug detection
10659
10660 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10661
10662         * src/SDCCglobl.h:   now --xram-size 0 works
10663         * src/SDCCmain.c:    now --xram-size 0 works
10664
10665 2003-01-29    <johan AT balder>
10666
10667         * src/almosteverything: changed OP_DEFS and OP_USES from macros to functions to catch symbol abuse (a hot topic in the bug list :)
10668
10669 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10670
10671         * as/mcs51/aslink.h: Added options --xram-size and --code-size
10672         * as/mcs51/lkdata.c: Added options --xram-size and --code-size
10673         * as/mcs51/lkmain.c: Added options --xram-size and --code-size
10674         * as/mcs51/lkmem.c:  Added options --xram-size and --code-size
10675         * src/SDCCglobl.h:   Added options --xram-size and --code-size
10676         * src/SDCCmain.c:    Added options --xram-size and --code-size
10677
10678 2003-01-28  Bernhard Held <bernhard AT bernhardheld.de>
10679
10680         * src/ds390/gen.c: fix deps by replacing <common.h> with "common.h"
10681         * src/SDCC.lex: rename P_OVERLAY to P_OVERLAY_ for cross-gcc 3.2 MINGW32
10682
10683 2003-01-27    <johan AT balder>
10684
10685         * src/SDCC.y: fixed bug #613764
10686
10687 2003-01-26    <johan AT balder>
10688
10689         * src/SDCClrange.c:  fixed Bernhard's "char * code ptr = &c"
10690         * src/SDCCsymt.h: fixed bug #673374
10691         * src/SDCCglue.c: fixed bug #661910
10692         * src/SDCCast.c: fixed bug #458099 and 673374
10693
10694 2003-01-26  Bernhard Held <bernhard AT bernhardheld.de>
10695
10696         * as/mcs51/strcmpi.c: added, provides Aurelien Jarno's as_strcmpi(); strcmpi() is not ANSI
10697         * as/mcs51/strcmpi.h: added
10698         * as/mcs51/asm.h: remove ugly "#define strcmpi strcmp"
10699         * as/mcs51/aslink.h: remove ugly "#define strcmpi strcmp"
10700         * as/mcs51/asmain.c: strcmpi -> as_strcmpi
10701         * as/mcs51/assym.c: strcmpi -> as_strcmpi
10702         * as/mcs51/lkmem.c: strcmpi -> as_strcmpi
10703         * as/mcs51/lknoice.c: strcmpi -> as_strcmpi
10704         * as/mcs51/lksym.c: strcmpi -> as_strcmpi
10705         * as/mcs51/Makefile.aslink: new module strcmpi
10706         * as/mcs51/Makefile.asx8051: new module strcmpi
10707         * as/mcs51/Makefil.bcc: new module strcmpi
10708         * as/mcs51/Makefile.in: new module strcmpi
10709         * sim/ucsim/s51.src/uc390.cc (get_mem_size): make RAM big enough for tinibios
10710
10711 2003-01-26    <johan AT balder>
10712
10713         * src/SDCCglue.c: reverted back to 1.124
10714         * src/SDCCast.c: reverted back to 1.156
10715         * src/mcs51/gen.c (aopGet): applied Frieder's efficiency patch
10716
10717 2003-01-25    <johan AT balder>
10718
10719         * src/SDCCglue.c: A better fix for bug #661910
10720         * src/SDCCast.c: A better fix for bug #661910
10721         * src/SDCCglue.c (emitRegularMap): That was a little too efficient
10722
10723 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
10724
10725         * src/Makefile.in: remove spawn.o
10726         * src/SDCCmain.c: remove spawn.h
10727         * src/SDCCmain.c (printVersionInfo): report MINGW32 instead of UNIX
10728         * src/spawn.c: removed
10729         * src/spawn.h: removed
10730         * support/regression/ports/ds390/spec.mk: link with -r
10731
10732 2003-01-24    <johan AT CP255758-A>
10733
10734         * src/ds390/gen.c (aopOp): fixed bug #667458
10735         * src/SDCCglue.c (emitRegularMap): fixed bug #458099 again
10736         * src/SDCCast.c (createIvalCharPtr): fixed bug #661910
10737         (createIvalCharPtr): an ival doesn't always have a storage class anymore
10738
10739 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
10740
10741         * src/mcs51/peeph.def: better assembler identation by Frieder
10742         * src/mcs51/gen.c: better assembler identation by Frieder
10743
10744 2003-01-22  Bernhard Held <bernhard AT bernhardheld.de>
10745
10746         * as/z80/string.h: removed for gcc 3.2
10747         * support/makebin/makebin.c: #include <string.h> for gcc 3.2
10748         * src/pic/pcode.c (get_op_from_instruction): fix concatenation of string literals with __FUNCTION__ for gcc 3.2
10749
10750 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
10751
10752         * src/SDCCmain.c (linkEdit): rename mem and map files even in case of failure
10753         * src/SDCCpeeph.c (replaceRule): fix bug #663503
10754         * support/regression/Makefile: separate temp files for ports
10755         * support/regression/generate-cases.py: separate temp files for ports
10756         * src/mcs51/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
10757         * src/ds390/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
10758
10759 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
10760
10761         * moved tinitalk to device/examples/ds390
10762
10763 2003-01-14  Bernhard Held <bernhard AT bernhardheld.de>
10764
10765         * as/mcs51/lkmem.c: rflag is for DS390
10766         * src/SDCCglobl.h: removed out_name and options stackOnData, genericPtr
10767         * src/SDCCmain.c (optionsTable, setDefaultOptions): removed --stack-after-data and --generic
10768                          (linkEdit): move mem- and map-files the same way as ihx-files
10769         * src/z80/main.c (_setDefaultOptions): removed --generic
10770         * src/SDCCmain.c (_processC1Arg, parseCmdLine, main): --c1mode works again
10771         * src/SDCCglue.c (createInterruptVect, glue): --c1mode works again
10772         * src/pic/glue.c (picglue): --c1mode works again
10773         * src/pic16/glue.c (pic16glue): --c1mode works again
10774         * src/asm.c (printCLine): fix #660034
10775
10776 2003-01-13  Bernhard Held <bernhard AT bernhardheld.de>
10777
10778         * src/ds390/peeph.def: fix #123; add 14 rules by Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>, 1 by Frieder
10779         * src/mcs51/peeph.def: fix #123; add 14 rules by Fiorenzo, 1 by Frieder
10780         * src/mcs51/gen.c (genFunction): emit r0 instead of ar0 by Fiorenzo
10781         * as/mcs51/lkmem (summary): better fix for sp problem
10782         * src/SDCCglue.c (glue): __start_stack - 1, saves 1 byte!
10783         * src/ds390/main.c (_ds390_finaliseOptions, _tininative_finaliseOptions): stack_loc = 0x400008
10784         * support/regression/ports/*/spec.mk: moving testfwk-object to port dir allow parallel execution of regression tests
10785                                               remove --stack-after-data
10786
10787 2003-01-12  Bernhard Held <bernhard AT bernhardheld.de>
10788
10789         * src/SDCCmain.c (main): port->finaliseOptions() moved for z80 linking
10790         * src/SDCCutil.c (join): ugly bug: missing '\0'
10791         * as/mcs51/lkmem.c (summary): sp on address 7 is safe
10792
10793 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
10794
10795         * src/SDCCmain.c (assemble, linkEdit): preparations for -o
10796         * src/port.h: typo
10797         * src/pic/main.c (_asmCmd): gpasm supports -o
10798         * src/z80/main.c: more general macros
10799         * device/lib/Makefile.in: remove intermediate files
10800
10801 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
10802
10803         * .version: Bumped version number to 2.3.3
10804         * src/SDCCBBlock.c: new option -o
10805         * src/SDCCglobl.h: new option -o
10806         * src/SDCCglue.c: new option -o
10807         * src/SDCCmain.c: new option -o
10808         * src/asm.c: new option -o
10809         * src/ds390/main.c: new option -o
10810         * src/pic/glue.c: new option -o
10811         * src/pic/pcode.c: new option -o
10812         * src/pic/ralloc.c: new option -o
10813         * src/pic16/glue.c: new option -o
10814         * src/pic16/pcode.c: new option -o
10815         * src/pic16/ralloc.c: new option -o
10816         * src/z80/main.c: new option -o
10817         * device/lib/Makefile.in: use -o
10818         * support/regression/ports/ds390/spec.mk: use -o
10819         * support/regression/ports/gbz80/spec.mk: use -o
10820         * support/regression/ports/mcs51/spec.mk: use -o
10821         * support/regression/ports/mcs51-stack-auto/spec.mk: use -o
10822         * support/regression/ports/z80/spec.mk: use -o
10823         * support/regression/ports/ucz80/spec.mk: use -o
10824         * support/regression/ports/xa51/spec.mk: use -o
10825         * support/regression/fwk/lib/timeout.c: fix usage string
10826
10827 2003-01-09  Bernhard Held <bernhard AT bernhardheld.de>
10828         * src/mcs51/gen.c (genPlus): replaced "mov b,acc" by "mov b,a" Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>
10829
10830 2003-01-07    <johan AT balder>
10831
10832         * src/SDCCast.c (decorateType): fixed bug #600035
10833
10834 2003-01-07  Bernhard Held <bernhard AT bernhardheld.de>
10835         * as/mcs51/lkmem.c: added several l-modifiers to printf to remove warnings
10836         * as/mcs51/lkaomf51.c: #include <ctype.h> to remove warnings
10837         * src/pic/main.c (_hasNativeMulFor): outcommented unused variables to remove warnings
10838         * src/pic/pcode.c: outcommented unused variable to remove warnings
10839         * src/pic/ralloc.c: outcommented unused variable to remove warnings
10840
10841 2003-01-06    <karl AT turbobit.com>
10842         * sim/ucsim/cmd.src/command.cc: fixed so "break xram r 0x7654" works again in
10843    regression tests.
10844
10845 2003-01-06    <johan AT balder>
10846
10847         * src/SDCCicode.c: fixed array add
10848
10849 2002-01-05  Bernhard Held <bernhard AT bernhardheld.de>
10850         * src/SDCCmacro.c: MAX_STRING_LENGTH increased to 2048; was too small for regression tests
10851         * support/regression/ports/host/support.c: #include <stdarg.h> for gcc 3.2
10852
10853 2003-01-04    <johan AT balder>
10854
10855         * src/SDCCval.c (getNelements): fixed the initialized array of structures
10856
10857 2002-12-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10858         * as/mcs51/Makefile.bcc: fixed typo lkomf51.o -> lkaomf51.o
10859
10860 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
10861         * src/mcs51/peeph.def: added rules 234 and 235 from Frieder Ferlemann <frieder.ferlemann AT web.de>
10862         * support/regression/tests/bug-524697.c: fit mem usage into 8032
10863
10864 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
10865         * src/mcs51/gen.c (aopGetUsesAcc): inserted missing "return FALSE"
10866
10867 2002-12-27  Bernhard Held <bernhard AT bernhardheld.de>
10868         * as/mcs51/Makefile.in: fixed typo lkomf51.o -> lkaomf51.o
10869
10870 2002-12-26  Bernhard Held <bernhard AT bernhardheld.de>
10871         * src/mcs51/main.c: removed {bindir}{sep} from aslink
10872
10873 2002-12-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10874
10875     * in /sdcc/as/mcs51/ changed these files in order to create an
10876     aomf51 file: aslink.h, lkdta.c, lklex.c, lklibr.c, lklist.c,
10877     lkmain.c.  Also added: lkmem.c and lkaomf51.c.  Changed the
10878     following files to include the previous two files: aslink.dsp,
10879     Makefile.aslink, Makefile.bcc, and Makefile.in.
10880
10881     * Changed /sdcc/src/SDCCmain.c so it creates files with extension
10882     .adb instead of .cdb
10883
10884 2002-11-09  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10885
10886         * /sdcc/as/mcs51/lklist.c: Now reports memory usage using the
10887         value from option --iram-size.
10888
10889 2002-09-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10890
10891         * /sdcc/as/mcs51/lklist.c: added boundary check before using
10892         dram[] array.
10893
10894 2002-09-18    <wiml AT hhhh.org>
10895
10896         * SDCClrange.h: exposed setFromRange() and setToRange()
10897         * mcs51/ralloc.c: fixed over-eager packRegsForSupport() and
10898           packRegsForAccUse() (bug 542397)
10899         * mcs51/gen.c: MOVA() is now a function to avoid calling aopGet()
10900           multiple times and emitting the fetch operations more than once
10901           added aopGetUsesAcc() function to allow binary operators to
10902           fetch their operands in the correct order; made genMinus() emit
10903           compact code for X = LITERAL - Y
10904
10905 2002-09-00  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10906         * /sdcc/as/mcs51/lklist.c: Fixed incorrect number of parameters to
10907         sprintf() in line 1267.
10908
10909 2002-09-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10910         * /sdcc/src/SDCCglue.c: Generate areas REG_BANK_[0-3] only for 8051
10911         like ports.
10912
10913 2002-09-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10914         Changes to aslink (All the changes are marked with 'JCF'):
10915
10916         * /sdcc/as/mcs51/aslink.h: External definition of sflag and
10917         summary().
10918
10919         * /sdcc/as/mcs51/lkarea.c: Computes the size of area BSEG_BYTES from
10920         area BSEG.  Also moves, if possible, the DATA area down into the internal
10921         ram so more space is available.
10922
10923         * /sdcc/as/mcs51/lkdata.c: Definition of memory summary output flag
10924         sflag.
10925
10926         * /sdcc/as/mcs51/lklist.c: For the BSEG area report the size in bits,
10927         not bytes.  Function summary() which creates a memory usage summary
10928         file with extension .mem.  Reports of overlaping stack and small stack
10929         size.  If the space for the stack is less than 16 bytes aslink trows a
10930         warning.
10931
10932         * /sdcc/as/mcs51/lkmain.c: Creation of some of the default areas for
10933         the 8051.  Option 'y' for memory summary output file.
10934
10935         Changes to sdcc (All the changes are marked with 'JCF'):
10936
10937         * /sdcc/src/SDCCglobl.h: External definition of RegBankUsed[4].
10938
10939         * /sdcc/src/SDCCglue.c:  If a register bank is used, creates an
10940         overlaying area for it (uses RegBankUsed[4]).
10941
10942         * /sdcc/src/SDCCmain.c: Definition RegBankUsed[4]; marks register
10943         bank zero as used by default.  By default aslink locates the stack
10944         (equivalent to --stack-after-data).  Pass option 'y' to aslink for
10945         the creation of the .mem file.  Delegates the allocation of data area
10946         to aslink (it is not longer 0x30 by default).  If --stack-loc passes
10947         the begining of the stack area to aslink.
10948
10949         * /sdcc/src/SDCCmem.c:  If a register bank is used, marks it so
10950         glue() in SDCCglue.c creates an area for it.
10951
10952 2002-09-03  Borut Razem <borut.razem AT siol.net>
10953         * sdcc/src/SDCCglue.c, sdcc/src/SDCCglue.h, sdcc/src/SDCCmain.c,
10954         sdcc/src/pic/glue.c:
10955         introduced atexit() handler for teporay files removal in case of
10956         errors, assertions, ...
10957
10958 2002-08-29  Borut Razem <borut.razem AT siol.net>
10959         * sdcc/support/cpp2/auto-host_vc_in.h:
10960         re-definition of O_BINARY and other O_XXX as _O_BINARY and _O_XXX, so the problem
10961         with the returned value from read() in sdcc/support/cpp2/cppfiles.c is solved for MSC.
10962         Maybe there is a similar problem with BORLANDC? It should be checked!
10963
10964         * sdcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c, sdcc/src/z80/ralloc.c:
10965         corrected improper use of assert: the assignment to clr variable was done inside the assert.
10966         In case that NDEBUG was defined, the assert macro was substituted with no-op, so the assignment
10967         was not executed, and the compiler (cl) launched a warning:
10968         ralloc.c(1442) : warning C4700: local variable 'clr' used without having been initialized
10969
10970 2002-08-28  Bernhard Held <bernhard AT bernhardheld.de>
10971         * src/SDCCglue.c (printIvalArray): iterative calculation of array length
10972
10973 2002-08-28  Jesus Calvino-Fraga and Borut Razem <borut.razem AT siol.net>
10974         * sdcc/sdcc.dsw: added sdcpp, sdcppa, yacc, conf projects
10975
10976         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
10977           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp,
10978           sdcc/src/xa51/xa51.dsp, sdcc/src/avr/avra.dsp,
10979           sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
10980           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp,
10981           sdcc/src/xa51/xa51a.dsp, sdcc/as/as_z80.dsp,
10982           sdcc/as/aslink.dsp, sdcc/as/asx8051.dsp, sdcc/packihx/packihx.dsp:
10983         - added Release configuration in VS projects
10984         - review of compiler an linker options
10985         - VC .exe files are generated in bin_vc directory, not to interfere
10986           with binaries generated from other projects (cygwin, mingw, bcc ...)
10987
10988         * sdcc/src/yacc.dsp: added
10989
10990         * sdcc/config.dsp, sdcc/configure_vc.awk, sdcc/sdcc_vc_in.h:
10991         added - genarate sdcc_vc.h using sdcc_vc_in.h as template
10992         and insert the version number definitions from .version
10993
10994         * sdcc/support/cpp2/sdcpp.dsp: added - VC project for sdcpp
10995
10996         * sdcc/support/cpp2/sdcppa.dsp, sdcc/support/cpp2/auto-host_vc_in.h:
10997         added - genarate auto-host.h using auto-host_vc_in.h as template
10998
10999         * sdcc/sdcc_vc.h,
11000         removed from CVS, generated automatically
11001
11002 2002-08-25  Bernhard Held <bernhard AT bernhardheld.de>
11003         * support/scripts/inc2h.pl: use gputils or gpasm (from Nathan Hurst)
11004
11005 2002-08-11  Borut Razem <borut.razem AT siol.net>
11006         * support/Util/NewAlloc.c: removed unneeded #include "sdccconf.h" (suggested by Jesus Calvino-Fraga)
11007
11008 2002-08-10  Borut Razem <borut.razem AT siol.net>
11009         * src/SDCCmain.c (main):
11010         file preOutName was unlinked before closed. This seems to be OK on UNIX and cygwin
11011         platforms, but it doesn't work with Visual Studio: the opened file can not be removed.
11012         The consequence was that some temporary files were not removed.
11013
11014         * src/SDCCglue.c:
11015         unification of code in functions tempfilename() and tempfile():
11016         function tempnam() is defined in Visual Studio 6.0 and .NET
11017
11018         * sdcc/sdcc.dsw: removed project sdcpp, added project xa51a
11019
11020         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
11021           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp:
11022         - removed compiler command line option /WX: Treats all warnings as errors
11023         - update a list of source files, included into the project
11024
11025         * sdcc/src/avr/avra.dsp, sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
11026           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp:
11027         changed project type to Generic Project so that can be correcly converted to VS.NET project
11028
11029         * sdcc/as/mcs51/asm.h: definition of PATH_MAX for MSC
11030
11031         * sdcc/src/SDCCast.c: solved MSC error in function decorateType()
11032
11033         * sdcc/src/SDCC.y: added missing ending ';' to rules to get rid of bison warnings
11034
11035         * dcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c:
11036         added return 0 statements after assert() to make compiler happy
11037
11038         * sdcc/src/xa51/peeph.rul, sdcc/src/xa51/peeph.def, sdcc/src/z80/ralloc.c:
11039         added newline in the def file to keep MSC compiler satisfied
11040
11041         * sdcc/src/z80/gen.c:
11042         - function strcasecmp() is not defined in MSC (and probably also in BORLANDC),
11043           so it is replaced with STRCASECMP, which is defined as stricmp in case of MSC and BORLANDC
11044         - solved MSC error in function aopDump()
11045
11046         * sdcc_vc.h: define PREFIX as "\\sdcc"
11047
11048 2002-07-18  Bernhard Held <bernhard AT bernhardheld.de>
11049         * src/SDCCast.c (decorateType): fixed access to array of structures http://sourceforge.net/mailarchive/forum.php?thread_id=902690&forum_id=4107
11050
11051 2002-06-22  Scott Dattalo <scott AT dattalo.com>
11052         * src/pic/*: Numerous bug fixes. Flow analysis has been enhanced.
11053         - Rewrote the register banking algorithm.
11054         - Added pCode live-range analysis to registers (for now, only non-used and
11055         singly-used registers optimized away)
11056
11057         * src/pic/pcoderegs.[ch]: Added new files for pCode live-range analysis
11058
11059         * 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.
11060
11061 2002-05-10  Scott Dattalo <scott AT dattalo.com>
11062         * src/pic/*: Added support for multiplication. Fixed many,many bugs.
11063
11064 2002-04-22  Michael Hope  <michaelh AT vroom>
11065
11066         * device/lib/z80/printf.c: Changed emitter to volatile to work around a pcall bug.
11067
11068         * configure.in (DD_COPT): Added include support required for gbdk.
11069
11070         * .version: Bumped version number just to increase it.
11071
11072         * src/SDCCmain.c: Added -nostdinc to the default options.
11073
11074 2002-04-15  Michael Hope  <michaelh AT vroom>
11075
11076         * device/lib/z80/printf.c (sprintf): Added.
11077
11078         * src/z80/ralloc.c (packRegisters): Disabled pack HL use for GB as it's broken.
11079
11080         * src/z80/peeph.def: Added transpose redundent load rule.
11081
11082         * src/z80/main.c: Added force callee saves for jaune.
11083
11084         * src/port.h: Removed the i186 and tlcs-900h ports as they weren't being being developed.
11085
11086         * src/SDCCmain.c: Pulled the options definition out so that you can add port specific options without changing the main file.
11087
11088 2002-03-28  Johan Knol  <johan AT balder>
11089
11090         * src/SDCCval.c: fixed bug #532436
11091
11092 2002-03-14  Scott Dattalo <scott AT dattalo.com>
11093         * /src/port.h:
11094         Added "char *Processor" field to the port structure.
11095
11096         * /src/SDCCmain.c:
11097         Added -p option. Allows port dependent processor to be specified.
11098
11099         * all ports:
11100         Initialized the new field char *Processor field to NULL in all ports
11101
11102         * /src/pic/*:
11103         Compiler generated registers for interrupt context saving
11104         were not getting allocated.
11105
11106 2002-03-16  Sandeep Dutta  <sandeep AT ddi.com>
11107
11108         * /src/SDCCast.c:
11109         Fixed left shift. Will promote the left side of a left shift
11110         if a) left shifting more than size of operand or b) when assigned
11111         to something size > size of left side
11112
11113 2002-03-14  Scott Dattalo <scott AT dattalo.com>
11114         * src/pic/*
11115         tons of changes. Register allocation has been
11116         rewritten. Added customization for the various PICs. Flow
11117         analysis is restructured. ...
11118
11119         * src/pic/device.h:
11120         Added
11121
11122         * src/pic/device.c:
11123         Added. device.c is a PIC port hack to accomodate variations
11124         in PIC devices.
11125
11126 2002-03-13  Michael Hope  <michaelh AT vroom>
11127
11128         * src/z80/gen.c (genGenPointerGet): Fixed a bug where a pointer in HL is dereferenced into HL but HL is not spilled.  Yeah.
11129
11130 2002-03-04  johanknol  <johanknol AT manik>
11131
11132         * /src/SDCCval.c: fixed
11133
11134         const unsigned char arr[][2] = { { 0, 1 } };
11135         t18.c:1: error: Initializer element is not constant
11136
11137 2002-03-04  bela  <bela AT manik>
11138
11139         * /device/include/mcs51reg.h:
11140         ds89c420 register definition update
11141
11142 2002-03-03    <johan AT FRIJA>
11143
11144         * support/Util/SDCCerr.c: did something, but don't no why anymore
11145
11146         * support/regression/tests/bug-524691.c: made it a little less shy
11147
11148         * src/SDCCast.c (decorateType): fixed bug #524697
11149
11150         * src/SDCCast.c: made some lineno improvements
11151
11152         * src/SDCCval.c (getNelements): changed warning to error
11153
11154         * src/SDCCglue.c (printIvalArray): changed warning to error
11155
11156         * src/SDCCicode.c: fixed a warning for mingw
11157
11158         * src/SDCCast.c (decorateType): fixed the << promotion for ops
11159
11160         * src/SDCCicode.c (geniCodeDivision): divide is shift only for unsigned (bug #524685)
11161
11162 2002-03-02  Sandeep Dutta  <sandeep AT ddi.com>
11163
11164         * src/ds390/peeph.def:
11165         Added some more peephole rules
11166
11167         * src/ds390/gen.c: Various fixes & enhancements
11168
11169         * src/SDCClrange.c, src/SDCClrange.h:
11170         functions "alldefsoutofrange" and "notusedinblock" moved to SDCClrange.c
11171
11172         * src/ds390/ralloc.c:
11173         various fixes & enhancements (ds390) specific
11174
11175         * src/avr/ralloc.c, src/mcs51/ralloc.c, src/pic/ralloc.c, src/xa51/ralloc.c, src/z80/ralloc.c:
11176         Functions "allDefsOutOfRange" & "notUsedinBlock" moved to SDCClrange.c
11177         from rallocs.
11178
11179         * sdcc/src/SDCCcse.c: Better fix for bug # 514308
11180
11181 2002-03-02    <johan AT FRIJA>
11182
11183         * src/SDCCast.c (decorateType): fixed bug #524708
11184
11185         * src/SDCCval.c (floatFromVal): fixed the literal void (whatever that may be)
11186
11187         * src/SDCCicode.c (geniCodePtrPtrSubtract): fixed bug #524691
11188
11189 2002-03-01  Michael Hope  <michaelh AT vroom>
11190
11191         * src/SDCCsymt.c (initCSupport): Removed managling of support function names.
11192
11193         * src/z80/ralloc.c (packRegsForIYUse): Fixed fp bug where four byte operands were packed into IY.
11194
11195 2002-03-01    <johan AT FRIJA>
11196
11197         * src/SDCCglue.c (printIvalPtr): fixed bug #524211
11198
11199         * src/SDCCast.c (decorateType): fixed bug #524209
11200
11201         * src/SDCCval.c (valNot): fixed bug #524195
11202
11203 2002-02-26    <johan AT balder>
11204
11205         * src/xa51/gen.c: fixed a warning
11206
11207         * src/SDCCglue.c (printIvalFuncPtr): fixed bug #522534
11208
11209         * src/SDCCast.c (decorateType): fixed bug #522534
11210
11211 2002-02-23    <johan AT balder>
11212
11213         * src/SDCCdflow.c (computeDataFlow): fixed bug #460088
11214
11215 2002-02-22    <johan AT balder>
11216
11217         * src/SDCCast.c: fixed bug #514865
11218
11219         * src/SDCCy.c ("SDCC.y"): fixed bug #516625
11220
11221 2002-02-21  Sandeep Dutta  <sandeep AT ddi.com>
11222
11223         * sdcc/src/SDCCloop.c:
11224         Previous fix was not good. basic blocks that have "break" or "return" are
11225         not really partof a loop , but live ranges used in these blocks should
11226         be live thru the entire loop, so set partOfLoop but don't add them to
11227         loop region
11228
11229 2002-02-21    <johan AT FRIJA>
11230
11231         * src/SDCCcse.c: fixed bug #514308
11232
11233 2002-02-20  Sandeep Dutta  <sandeep AT ddi.com>
11234
11235         * src/SDCCloop.c:
11236         Fixed BUG #519583. If a conditional block ended in a return/break
11237         statement inside a loop, it was not being considered part of the loop.
11238
11239         * src/SDCCcflow.c: Removed fix (Fixed in SDCCloop.c)
11240
11241 2002-02-10  Karl Bongers <karl AT turbobit.com>
11242
11243         * debugger/*:
11244         Fixed up SDCDB debugger somewhat.  Updated debugger/README
11245         with lots of comments and notes.
11246
11247         * device/examples/test2.c:
11248         Fix bug, "red" variable not being initialized(compiler complained).
11249
11250         * device/examples/Makefile, examples/test3.c:
11251         Add Makefile in device/examples folder, compiles test3.c
11252         for use as a multiple module SDCDB test case.
11253
11254         * sim/ucsim/cmd.src/cmdset.cc:
11255         Took out debug printfs in ucsim "next" command.
11256
11257         * sim/ucsim/xa.src:
11258         Karl and Johan start ucsim XA support.  Most dissassembly working,
11259         about 75% emulation done(plenty of work remaining).
11260
11261         * sim/ucsim/z80.src:
11262         Add Z80 support to ucsim, add test-ucz80 regression test,
11263         notice ucsim/z80 emulation fails on examples/test3.c/itoa code.
11264         Notice z80 compiler fails on examples/test3.c/crc code.
11265
11266 2002-01-30  Sandeep Dutta  <sandeep AT ddi.com>
11267
11268         * src/mcs51/gen.c, src/mcs51/main.c, src/mcs51/ralloc.c:
11269         Added support for --parms-in-bank1
11270
11271         * src/ds390/peeph.def:
11272         added a few more peephole optimzations
11273
11274         * src/ds390/main.c:
11275         1) added __builtin_inp & __builtin_outp used to read in data of given length
11276            from a memory mapped port
11277         2) added __builtin_memcmp
11278         3) added __builtin_swapw swap bytes of a short
11279
11280         * src/ds390/gen.c, src/ds390/gen.h, src/ds390/ralloc.c:
11281         1) handle multiple send & receives from register bank1
11282         2) ralloc can now allocate DPTR1 to some liveRanges
11283
11284         * src/SDCCsymt.c, src/SDCCsymt.h:
11285         changes to handle multiple sends & receives
11286
11287         * src/SDCCptropt.h:
11288         added some pointer arithmetic optimization
11289
11290         * src/SDCCptropt.c:
11291         added some pointer arithmetic optimizations but not stable yet so not
11292         called from anywhere (will get this working shortly)
11293
11294         * src/SDCCopt.c: fixed for multiple sends & receives
11295
11296         * src/SDCCmain.c:
11297         1) added options --parms-in-bank1 (ds390/mcs51) & --protect-sp-update
11298         2) preprocessing done AFTER port->finalizeoptions . This allows ports to
11299            set preprocessor defines (depending on options)
11300
11301         * src/SDCCicode.c, src/SDCCicode.h:
11302         changes made to handle multiple sends & receives
11303
11304         * src/SDCCglobl.h:
11305         Added options --protect-sp-update (ds390) and --parms-in-bank1 (ds390/mcs51)
11306
11307         * src/SDCCcse.c, src/SDCCcse.h:
11308         added function findbackward def (to be used in upcoming optimization)
11309
11310         * src/SDCCcflow.c, src/SDCCcflow.h:
11311         added function returnAtEnd - to determine if a basic block terminates with
11312         a RETURN iCode
11313
11314         * src/SDCCast.c, src/SDCCast.h:
11315         added option parms-in-bank1
11316
11317         * device/lib/_divsint.c, device/lib/_divslong.c, device/lib/_divuint.c
11318         * device/lib/_divulong.c, device/lib/_modsint.c, device/lib/_modslong.c
11319         * device/lib/_modulong.c, device/lib/_mulint.c, device/lib/_mullong.c:
11320         adjusted for --parms-in-bank1 option
11321
11322         * device/include/string.h:
11323         donot redefine "reentrant" keyword
11324
11325         * device/include/ds80c390.h: Added some more SFRs
11326
11327 2002-01-28  Bernhard Held  <bernhard AT bernhardheld.de>
11328
11329         * sim/ucsim: Merged branch ucsim-034-pre3 to main trunk; new version 0.4
11330
11331 2002-01-26  Bernhard Held  <bernhard AT bernhardheld.de>
11332
11333         * src/SDCCast.c (funcOfType): fix usage of double --float-reent
11334
11335 2002-01-22  Bernhard Held  <bernhard AT bernhardheld.de>
11336
11337         * support/regression/fwk/lib/testfwk.c (main): Removed workaround for bug #505387
11338
11339 2002-01-18  Paul Stoffregen  <paul AT pjrc.com>
11340
11341         * Added --xram-movc option
11342
11343 2002-01-13  Bernhard Held  <bernhard AT bernhardheld.de>
11344
11345         * support/regression/Makefile: don't include test-mcs51-stack-auto in target all
11346
11347 2002-01-11  Johan Knol
11348
11349         * Added math lib of Jesus Calvino-Fraga
11350
11351 2002-01-08  Bernhard Held  <bernhard AT bernhardheld.de>
11352
11353         * src/SDCCmain.c (processFile): fix processing of ../../src.c
11354         * support/regression/Makefile: new target test-mcs51-stack-auto
11355         * support/regression/ports/mcs51-stack-auto/spec.mk: added
11356
11357 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
11358
11359         * src/SDCCglue.h: printIvalCharPtr(), not printIvalChar()
11360
11361 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
11362
11363         * support/regression/ports/mcs51/support.c: correct setup of timer / UART
11364
11365 2002-01-03  Bernhard Held  <bernhard AT bernhardheld.de>
11366
11367         * src/SDCCsymt.c (processFuncArgs): fix #498307 by Johan
11368
11369         * src/SDCCglue.h: add definition for printIvalChar()
11370
11371 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
11372
11373         * src/SDCCast.c: fix #498138 by Johan
11374
11375         * src/SDCCglue.c: fix #498138 by Johan
11376
11377 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
11378
11379         * support/regression/Makefile: fix clean
11380
11381         * support/regression/ports/ds390/support.c: fix transmission of last character
11382
11383 2001-12-29  Sandeep Dutta  <sandeep AT ddi.com>
11384
11385         * /sdcc/src/ds390/gen.c:
11386         a) improved computing address of stack variable
11387         b) took out some #if 0 code
11388         c) improved parmBytes adjustment
11389         d) improved genPlusIncr & genMinusIncr
11390         e) genCmp could generate bad code (when left assigned to DPTR)
11391         f) Fixed bug in hasInc
11392
11393         * /sdcc/src/ds390/ralloc.c:
11394         a) packRegsForSupport could mess up live information (Fixed)
11395         b) packRegsDPTRuse could be incorrect for left & right shift
11396
11397         * /sdcc/src/mcs51/ralloc.c:
11398         packRegsForSupport could mess up the live information (Fixed)
11399
11400         * /sdcc/src/mcs51/gen.c: Fixed a bug in hasInc
11401
11402         * /sdcc/src/SDCCast.c:
11403         can reverse a loop even if function call is present as long
11404         as the loop control variable is local & is not passed as parameter
11405
11406 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
11407
11408         * /sdcc/ChangeLog: *** empty log message ***
11409
11410         * /sdcc/src/ds390/gen.c, /sdcc/src/ds390/main.c:
11411         More builtin function additions for TININative
11412
11413         * /sdcc/src/ds390/ralloc.c:
11414         Had broken the regression testsuite
11415
11416         * /sdcc/src/SDCCast.c: Fixed a bug in dumptree
11417
11418         * /sdcc/src/SDCCsymt.c, /sdcc/src/SDCCsymt.h:
11419         Added funcattr hasStackParms will be set for reentrant functions when there
11420         are paramteres on the stack, this helps in minimizing frame pointer generation
11421         typeFromStr can handle function pointers now
11422
11423         * /sdcc/doc/builtins.txt, /sdcc/doc/TININative.txt:
11424         *** empty log message ***
11425
11426 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
11427
11428         * /src/ds390/gen.c, /src/ds390/main.c:
11429         More builtin function additions for TININative
11430
11431         * /src/ds390/ralloc.c:
11432         Had broken the regression testsuite
11433
11434         * /src/SDCCast.c: Fixed a bug in dumptree
11435
11436         * /src/SDCCsymt.c, /src/SDCCsymt.h:
11437         Added funcattr hasStackParms will be set for reentrant functions when there
11438         are paramteres on the stack, this helps in minimizing frame pointer generation
11439         typeFromStr can handle function pointers now
11440
11441         * /doc/builtins.txt, /doc/TININative.txt:
11442         *** empty log message ***
11443
11444
11445 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
11446
11447         * /src/ds390/gen.c, /src/ds390/main.c, /src/ds390/peeph.def, /src/ds390/ralloc.c:
11448         ALPHA version for -mTININative
11449
11450         * /src/izt/i186.c, /src/izt/tlcs900h.c, /src/mcs51/main.c, /src/pic/main.c, /src/z80/main.c, /src/avr/main.c:
11451         updated to reflect changes in the port structure
11452
11453         * /src/port.h:
11454         added function do_assemble (similar to do_link) if non-null this function
11455         will be called to do assembly (-mTININative) requires a multi command
11456         assembly
11457         added function genAssemblerEnd will be called to generate assembler Epilogue
11458
11459         * /src/SDCCsymt.c:
11460         added _JavaNative to debug info printing
11461
11462         * /src/SDCCmain.c: added option --tini-libid
11463         added port->do_assemble function (-mTININative) has a multi command assemble
11464
11465         * /src/SDCCglue.c: Disabled "constExpr" check
11466         added port->genAssemblerEnd function
11467
11468         * /src/SDCCglobl.h: Added option --tini-libid value
11469
11470         * /src/SDCCast.h:
11471         tookout optimizeCompare from the header (has no external references)
11472
11473         * /src/SDCCast.c: made one more function "static"
11474
11475 2001-12-23  Michael Hope  <michaelh AT juju.net.nz>
11476
11477         * src/z80/mappings.i: Added z80asm support.
11478
11479         * src/z80/main.c: Added z80asm support on --asm=z80asm
11480
11481         * src/z80/gen.c: Fixed asm portability issues.
11482
11483         * src/asm.c (tvsprintf): Removed old code, added 'N' for function name.  For extern support.
11484
11485         * src/SDCCglue.c (printExterns): Added global/extern split.
11486
11487 2001-12-17  Bernhard Held  <bernhard AT bernhardheld.de>
11488
11489         * support/regression/Makefile: added test for mcs51 model large
11490
11491         * support/regression/ports/mcs51-large/spec.mk: added test for mcs51 model large
11492
11493         * support/regression/ports/gbz80/spec.mk: added -mgbz80
11494
11495 2001-12-05  Michael Hope  <michaelh AT juju.net.nz>
11496
11497         * src/diff.1 (Index): Many, many optmisiations.  Dhrystone up to 201.
11498
11499 1904-01-06  Michael Hope  <michaelh AT juju.net.nz>
11500
11501         * src/z80/ralloc.c (packRegsForIYUse): Fixed the case where an operand is in direct space.
11502
11503         * src/z80/gen.c (makeFreePairId): Optimised IY load by using a spare pair.
11504
11505 2001-12-02  Bernhard Held  <bernhard AT bernhardheld.de>
11506
11507         * src/mcs51/gen.c (genFunction): avoid excess "inc sp"
11508
11509         * support/regression/tests/simplefloat.c: Port to mcs51.
11510
11511 2001-11-25  Michael Hope  <michaelh AT juju.net.nz>
11512         * support/regression/tests/bug-485362.c: Added.
11513
11514         * support/regression/tests/simplefloat.c (testDivNearOne): Added.
11515
11516         * src/z80/gen.c (aopOp): Fixed case where left and result are in the same spill loc and they have different sizes.
11517
11518         * src/z80/peeph.def: Added rules for optimising two byte compares on the same thing, and to optimise two ptr assign.
11519
11520         * src/z80/gen.c (aopDump): Added a dump function.
11521
11522 2001-11-25  Bernhard Held  <bernhard AT bernhardheld.de>
11523         * sim/ucsim/s51.src/glob.cc: DS390 SFRs and bits added.
11524
11525         * sim/ucsim/s51.src/port.cc: Port 4 and 5 added.
11526
11527         * sim/ucsim/s51.src/regs51.h: DS390 SFRs added.
11528
11529         * sim/ucsim/s51.src/uc390.cc: Some details improved, CKRDY works for tinibios.
11530
11531         * sim/ucsim/s51.src/uc390cl.h: Work in progress.
11532
11533         * sim/ucsim/sim.src/uccl.h: 6 ports for DS390.
11534
11535         * support/regression/fwk/lib/testfwk.c: Run with tinibios.
11536
11537         * support/regression/ports/mcs51/spec.mk: Fine tuninig.
11538
11539         * support/regression/ports/ds390/support.c: Use tinibios.
11540
11541         * support/regression/ports/ds390/spec.mk: Fine tuning, use tinibios.
11542
11543 2001-11-23  Michael Hope  <michaelh AT juju.net.nz>support/regression/tests/bug-460010.c
11544
11545         * src/z80/ralloc.c (packRegsForHLUse3): Changed to not pack into HL if anything is in direct space.
11546         (packRegsForHLUse3): Added packing support for send, cast, and return value from a call.
11547
11548         * src/z80/peeph.def: Added rules for optimising pushes of part of a pair.
11549
11550         * src/z80/gen.c (emitCall): Changed the stack fixup to not use HL.
11551
11552 2001-11-18  Michael Hope  <michaelh AT juju.net.nz>
11553
11554         * src/z80/gen.c (genCmp): Fixed compare on unsigned.
11555
11556         * src/z80/ralloc.c (packRegsForHLUse3): Created and optimised.
11557         (packRegsForIYUse): Created and optimised.
11558
11559 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
11560
11561         * support/regression/tests/float.c (testFloatAdd): Fixed up warning.
11562 2001-11-18  Bernhard Held  <bernhard AT bernhardheld.de>
11563
11564         * sdcc/support/regression/tests/bug-460010.c: fix seg violation on host
11565
11566         * sdcc/support/regression/tests/muldiv.c: fix output on mcs51
11567
11568         * sdcc/support/regression/tests/stacks.c: fix DSEG overflow on mcs51
11569
11570 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
11571
11572         * sdcc/sim/device/lib/_gptrget.c: mem region 5 (idata) added
11573
11574         * sdcc/sim/device/lib/_gptrput.c: mem region 5 (idata) added
11575
11576 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
11577
11578         * sdcc/sim/ucsim/globals.cc: New: IXRAM.
11579
11580         * sdcc/sim/ucsim/stypes.h: New: IXRAM.
11581
11582         * sdcc/sim/ucsim/s51.src/uc390.cc: New: IXRAM.
11583
11584 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
11585
11586         * src/z80/ralloc.c (packRegsForHLUse): Banned IFXs from being packed into HL.
11587         (packRegsForHLUse): Added rule to pack address of/pointer get for itemps into HL for the Z80.
11588         (packRegsForAccUse2): Added rule to pack hbit IFXs into A.
11589
11590         * src/z80/main.c (_setDefaultOptions): Made float code re-entrant by default.
11591
11592         * src/z80/gen.c (aopGetLitWordLong): Added word support for floats.
11593         (genNotFloat): Added.
11594         (genUminusFloat): Added.
11595
11596         * device/lib/z80/Makefile: Added floating pt stubs.
11597
11598         * device/lib/Makefile.in (Z80SOURCES): Added floating pt support.
11599
11600         * src/z80/gen.c (genIpush): Fixed up a push of one byte when left is in a pair.
11601
11602         * device/lib/_fsadd.c (__fsadd): Fixed up return where the numbers are hugely different.
11603
11604 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
11605
11606         * sdcc/sim/ucsim/s51.src/glob.cc: Minor fix.
11607
11608         * sdcc/sim/ucsim/s51.src/regs51.h: Minor fix.
11609
11610         * sdcc/support/regression/Makefile: Add port ds390.
11611
11612         * sdcc/support/regression/ports/mcs51/spec.mk: Minor change.
11613
11614         * sdcc/support/regression/ports/z80/spec.mk: Minor change.
11615
11616         * sdcc/support/regression/ports/ds390/spec.mk: Added.
11617
11618         * sdcc/support/regression/ports/ds390/support.c: Added.
11619
11620         * sdcc/support/regression/ports/ds390/uCsim.cmd: Added.
11621
11622         * sdcc/support/regression/ports/mcs51/timeout.c: Cut.
11623
11624         * sdcc/support/regression/fwk/lib/timeout.c: Paste.
11625
11626 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
11627
11628         * device/include/malloc.h: Added z80 and gbz80 support.
11629
11630         * device/lib/gbz80/heap.s: Added.
11631
11632         * device/lib/z80/heap.s: Added.
11633
11634         * device/lib/malloc.c: Added z80 and gbz80 support.
11635
11636         * support/regression/tests/malloc.c (testMalloc): Added.
11637
11638         * src/SDCCmain.c (parseCmdLine): Added support for -Wp.
11639
11640         * support/regression/tests/bug-478094.c: Added.
11641
11642         * src/z80/gen.c (commitPair): Fixed silly gbz80/z80 commit to static bug.
11643
11644 2001-11-04  Bernhard Held  <bernhard AT bernhardheld.de>
11645
11646         * sdcc/sim/ucsim/s51.src/uc390cl.h: Improvement for ds390 to run regression tests
11647
11648         * sdcc/sim/ucsim/s51.src/uc390.h: Improvement for ds390 to run regression tests
11649
11650         * sdcc/sim/ucsim/s51.src/regs51.h: Improvement for ds390 to run regression tests
11651
11652         * sdcc/sim/ucsim/s51.src/glob.cc: Improvement for ds390 to run regression tests
11653
11654         * sdcc/support/regression/tests/bug-460010.c: Small change for ds390
11655
11656 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
11657
11658         * src/z80/peeph-gbz80.def: Removed a bad sub optimisation.
11659
11660 2001-11-03  Michael Hope  <michaelh AT juju.net.nz>
11661
11662         * support/regression/tests/bug-477927.c: Added.
11663
11664         * src/z80/peeph.def: Added minor rules.
11665
11666         * src/z80/gen.c (genPlusIncr): Added an extra plusinc rule.
11667
11668         * src/z80/peeph.def: Added jump optimisation modification.
11669
11670 2001-11-01  Michael Hope  <michaelh AT juju.net.nz>
11671
11672         * src/SDCCmain.c (linkEdit): Added runtime path detection to the mcs51 port.
11673
11674 2001-10-30  Michael Hope  <michaelh AT juju.net.nz>
11675
11676         * support/regression/tests/funptrs.c: Added.
11677
11678 2001-10-29  Michael Hope  <michaelh AT juju.net.nz>
11679
11680         * src/z80/ralloc.c (packRegsForHLUse): Fixed up bad spill due to pushing one byte via HL.
11681
11682 2001-10-28  Michael Hope  <michaelh AT juju.net.nz>
11683
11684         * src/z80/gen.c (genArrayInit): Made it work for on stack arrays.
11685
11686         * src/z80/main.c (gbz80_port =): Added rle support to the gbz80 port.
11687
11688         * src/z80/gen.c (genMinus): Fixed for where the result is one byte.
11689         (movLeft2ResultLong): Created.
11690
11691         * src/z80/ralloc.c (packRegsForHLUse): Added a couple of simple cases for the GB.
11692         (joinPushes): Added.  Joins two char pushes into a word push.
11693
11694 2001-10-27  Michael Hope  <michaelh AT juju.net.nz>
11695
11696         * support/cpp2/Makefile.in (install): Added creation of dest dir.
11697
11698         * support/makebin/Makefile (install): Added creation of dest dir.
11699
11700 2001-10-24 Karl Bongers <karl AT turbobit.com>
11701
11702         * configure.in, configure, Makefile, support/cpp: Removed cpp folder, since we have new cpp2 preprocessor code.
11703
11704 2001-10-21  Michael Hope  <michaelh AT juju.net.nz>
11705
11706         * src/z80/ralloc.c: Turned off faulty pack for one use.
11707
11708         * src/z80/peeph-gbz80.def: Removed redundent restart options.
11709
11710         * src/z80/gen.c (genMult): Added native mul for constants on the z80 and gbz80.
11711
11712 2001-10-21  Bernhard Held  <bernhard AT bernhardheld.de>
11713
11714         * support/regression/Makefile: Improved clean
11715
11716         * support/regression/ports/gbz80/spec.mk: Added clean
11717
11718         * support/regression/ports/host/spec.mk: Added clean
11719
11720         * support/regression/ports/z80/spec.mk: Added clean
11721
11722         * support/regression/ports/mcs51/spec.mk: Added clean, little improvements
11723
11724         * support/regression/ports/mcs51/timeout.c: little improvements
11725
11726 2001-10-17  Michael Hope  <michaelh AT juju.net.nz>
11727
11728         * device/lib/malloc.c (MEMHEADER): Fixed against new pedantic pointers.
11729
11730         * support/regression/fwk/include/testfwk.h: Fixed up to use function pts correctly.
11731
11732         * support/regression/generate-cases.py: Fixed up to use function pts correctly.
11733
11734 2001-10-16  Bernhard Held  <bernhard AT bernhardheld.de>
11735
11736         * support/regression/port/mcs51/spec.mk: add timeout for uCsim
11737
11738         * support/regression/port/mcs51/timeout.c: add timeout for uCsim
11739
11740 2001-10-13  Michael Hope  <michaelh AT juju.net.nz>
11741         * src/z80/gen.c (emitCall): Fixed up missing spill of HL when used to assign the result value.
11742
11743         * src/z80/ralloc.c: Turned off pack for one use as it's quite broken.
11744
11745         * src/SDCCmain.c (linkEdit): Added support for passing a legacy command line through the processor.
11746
11747         * src/mcs51/main.c (_linkCmd): Added bin path to command.
11748
11749         * src/SDCCmain.c (initValues): Added support for when it it called just to link.
11750
11751         * as/mcs51/lklibr.c (libfil;): Turned off 'library file' message.
11752
11753         * src/SDCCval.c (constVal): Fixed usage of 'L' modifier problems on ppc.
11754
11755         * support/regression/tests/longor.c: Added.
11756
11757 2001-10-11  Bernhard Held  <bernhard AT bernhardheld.de>
11758
11759         * as/mcs51/asdata.c: replaced FILENAME_MAX with PATH_MAX
11760
11761         * as/mcs51/aslink.h: define PATH_MAX
11762
11763         * as/mcs51/asm.h: define PATH_MAX
11764
11765         * as/mcs51/asmain.c: replaced FILENAME_MAX with PATH_MAX
11766
11767         * as/mcs51/asnoice.c: replaced FILENAME_MAX with PATH_MAX
11768
11769         * as/mcs51/lklex.c: replaced FILENAME_MAX with PATH_MAX
11770
11771         * as/mcs51/lkmain.c: replaced FILENAME_MAX with PATH_MAX
11772
11773         * src/SDCCglobl.h: define PATH_MAX
11774
11775         * src/SDCCmacro.c: replaced FILENAME_MAX with PATH_MAX
11776
11777         * src/SDCCmain.c: replaced FILENAME_MAX with PATH_MAX
11778
11779 2001-10-11  Michael Hope  <michaelh AT juju.net.nz>
11780
11781         * src/z80/gen.c (gencjneshort): Fixed
11782
11783         * src/z80/ralloc.c (packRegsForHLUse): Added pack into HL for cast then ipush.
11784
11785 2001-10-09  Michael Hope  <michaelh AT juju.net.nz>
11786
11787         * support/regression/tests/bug-469671.c: Added.
11788
11789         * src/z80/gen.c (shiftIntoPair): Fixed up warning.
11790
11791 2001-10-08  Michael Hope  <michaelh AT juju.net.nz>
11792
11793         * src/SDCCmain.c: Added --fommit-frame-pointer option and implemented in the z80 port.
11794
11795         * src/z80/gen.c (genPlus): Fixed to work with extended stack.  Also fixed genMinus, genCmp.  genUMinus is still left.
11796
11797 2001-10-08  Bernhar Held  <bernhard AT bernhardheld.de>
11798
11799         * src/SDCCmain.c (preProcess): added define SDCC_NOOVERLAY
11800
11801         * src/device/lib/_mulint.c  : removed hint: nooverlay bug
11802
11803         * src/device/lib/_mullong.c : removed hint: nooverlay bug
11804
11805         * src/device/lib/_divuint.c : removed hint: nooverlay bug
11806
11807         * src/device/lib/_divulong.c: removed hint: nooverlay bug
11808
11809         * src/device/lib/_moduint.c : removed hint: nooverlay bug
11810
11811         * src/device/lib/_modulong.c: removed hint: nooverlay bug
11812
11813 2001-10-07  Michael Hope  <michaelh AT juju.net.nz>
11814
11815         * 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.
11816
11817         * support/Util/NewAlloc.c (freeTrace): Changed free for the gc case to not free at all.  Fixes runtime segfault.
11818
11819         * support/regression/tests/scott-compare3.c (c_abcd): Fixed up casts.
11820
11821 2001-10-07    <johan AT FRIJA>
11822
11823         * device/lib/gets.c (gets): fixed the return value.
11824
11825 2001-10-06  Michael Hope  <michaelh AT juju.net.nz>
11826         * src/SDCCmain.c (WRITE_SEG_LOC): Fixed up to use Safe_strdup.
11827
11828         * 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.
11829
11830         * 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.
11831
11832         * src/z80/gen.c (genZ80Code): Added de-allocation via trace support.
11833
11834         * src/pic/gen.c: Removed Safe_strdup.
11835
11836         * configure.in: Added option to enable libgc support.
11837
11838         * src/SDCCbitv.c (bitVectnBitsOn): Optimised.
11839         (bitVectUnion): Optimised.
11840         (bitVectIntersect): Optimised.
11841         (bitVectBitsInCommon): Optimised.
11842         (bitVectCplAnd): Optimised.
11843
11844         * support/makebin/makebin.c (usage): Removed getopt as mingw32 doesn't have it.  Sigh.
11845
11846 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
11847
11848         * src/SDCCmain.c: distinguish between assembler debug and plain options
11849
11850         * src/avr/main.c:   remove standard assembler options
11851
11852         * src/ds390/main.c: remove standard assembler options
11853
11854         * src/mcs51/main.c: remove standard assembler options
11855
11856         * src/port.h: removed "PENDING" comment
11857
11858 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
11859
11860         * src/device/lib/_mulint.c  : new, with assember functions
11861
11862         * src/device/lib/_mullong.c : new, with assember functions
11863
11864         * src/device/lib/_divuint.c : with assember functions
11865
11866         * src/device/lib/_divsint.c : with assember functions
11867
11868         * src/device/lib/_divulong.c: with assember functions
11869
11870         * src/device/lib/_divslong.c: with assember functions
11871
11872         * src/device/lib/_moduint.c : with assember functions
11873
11874         * src/device/lib/_modsint.c : with assember functions
11875
11876         * src/device/lib/_modulong.c: with assember functions
11877
11878         * src/device/lib/_modslong.c: with assember functions
11879
11880         * src/device/lib/libint.lib:  replaced _muluint.c  and _mulsint.c  by _mulint.c
11881
11882         * src/device/lib/liblong.lib: replaced _mululong.c and _mulslong.c by _mullong.c
11883
11884         * src/device/lib/Makefile.in: replaced _muluint.c  and _mulsint.c  by _mulint.c
11885                                       replaced _mululong.c and _mulslong.c by _mullong.c
11886
11887 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
11888
11889         * src/SDCCsymt.c: sequence of specifiers in pintTypeChain() corrected
11890
11891 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
11892
11893         * src/SDCCglue.c: test, if win32api is available for MINGW
11894
11895 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
11896
11897         * src/SDCCsymt.c: no more _modifier in printTypeChain()
11898         * support/regression/tests/driverstruct.c: REENTRANT for mcs51
11899         * support/regression/ports/gbz80/spec.mk: removed GENERIC
11900         * support/regression/ports/host/spec.mk: removed GENERIC
11901         * support/regression/ports/mcs51/spec.mk: removed GENERIC
11902         * support/regression/ports/z80/spec.mk: removed GENERIC
11903
11904 2001-10-01  Michael Hope  <michaelh AT juju.net.nz>
11905
11906         * support/regression/fwk/lib/testfwk.c (__printf): Removed GENERIC.
11907
11908         * support/regression/tests/bug-467035.c: Created.
11909
11910 2001-10-01    <johan AT FRIJA>
11911
11912         * src/SDCC.y: fixed bug #466586 part 1
11913
11914 2001-10-01  Johan Knol <johan.knol AT iduna.nl>
11915
11916         * SDCCicode.c: z80 has no generic pointers
11917         * removed -s from strip in all Makefile(.in)'s. It is not needed, but Solaris chocks on it.
11918
11919 2001-09-30  Michael Hope  <michaelh AT juju.net.nz>
11920
11921         * sim/ucsim/cmd.src/Makefile.in ($(PRJDIR)/libcmd.a): Changed all ar references to $(AR) for Solaris.
11922
11923 2001-09-29  Michael Hope  <michaelh AT juju.net.nz>
11924
11925         * Makefile (sdcc-libs): Added makebin to the list of standard targets.
11926
11927         * support/regression/ports/z80/spec.mk: Updated to use env for sdcc bin dir for automatic regression.
11928
11929 2001-09-25  Michael Hope  <michaelh AT juju.net.nz>
11930
11931         * configure.in: Fixed up so that ucsim is only configured once.
11932
11933         * support/cpp2/configure.in: Fixed to use the program transform to append the .exe for the win32 build.
11934
11935         * src/SDCCutil.c (getPrefixFromBinPath): Fixed up to work with win32 in all of its glory.
11936         (getPathDifference): As above.
11937
11938         * src/SDCCmain.c (preProcess): Changed to use a temporary file in a proper temp directory.  Fixed case where pre-processing only.
11939
11940         * src/SDCCglue.c (tempfilename): Added function for pre-processor.
11941
11942 2001-09-23  Michael Hope  <michaelh AT juju.net.nz>
11943         * .version: Updated to 2.3.1
11944
11945         * src/z80/main.c (z80_port =): Added macro based linker and assembler command line support.
11946         Added copyright header.
11947
11948         * src/SDCCmain.c: Shifted various functions into SDCCutil.c
11949         (assemble): Added support for macro based assembler commands.
11950         (linkEdit): Added support for macro based linker commands.
11951         (preProcess): Changed the pre-processor to use macros.
11952         (_setPaths): Added functionality to autodetect the include, lib and bin dir paths.
11953         (_discoverPaths): Added support for overriding the install directory using the SDCCDIR env variable.
11954
11955         * device/lib/z80/crt0.s: Added module name for debugging.
11956
11957 2001-09-20  Michael Hope  <michaelh AT juju.net.nz>
11958
11959         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
11960
11961         * src/SDCChasht.c (hTabDeleteByKey): Fixed delete as it would delete the last item from a bucket even if it wasn't the real one.
11962
11963         * src/SDCCglue.c: Moved gc_strdup to SDCCutil.c
11964
11965         * src/Makefile.in: Added SDCCmacro and SDCCutil
11966
11967 2001-09-19  Michael Hope  <michaelh AT juju.net.nz>
11968
11969         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
11970
11971 2001-09-16    <johan AT FRIJA>
11972
11973         * 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.
11974
11975 2001-09-15    <johan AT FRIJA>
11976
11977         * src/mcs51/ralloc.c: (findAssignToSym): fixed bug #460662 part 1
11978         * src/ds390/ralloc.c (findAssignToSym): fixed bug #460662 part 1
11979
11980 2001-09-11    <johan AT FRIJA>
11981
11982         * src/SDCCval.c (valDiv Mod Minus Plus Shift): keep litteral expressions as small as possible (bug #460010)
11983
11984 2001-09-10  Michael Hope  <michaelh AT juju.net.nz>
11985
11986         * support/regression/tests/bug-460444.c: Added test case.
11987
11988         * src/z80/gen.c (genOr): bug 460444: if (a ^ lit) was broken for &, |, and ^.
11989         (genCast): Added justification for all of the asserts.
11990
11991 2001-09-10  Bernhard Held <bernhard AT bernhardheld.de>
11992
11993         * support/regression/support.c: _xdata replaced by xdata
11994
11995         * support/regression/spec.mk: removed _generic
11996
11997 2001-09-09  Michael Hope  <michaelh AT juju.net.nz>
11998
11999         * src/pic/ralloc.c (debugLogRegType): Removed some old types to get it to compile.
12000
12001         * src/z80/gen.c (shiftR2Left2Result): Improved the case when v = v >> n for small values of n to use less code space and time.
12002         (genrshTwo): Fixed v = v >> n where v is a negative int and n is > 8: bug 460010.
12003
12004         * src/z80/peeph.def: Added a rule to optimise shift then compare.
12005
12006         * support/regression/tests/bug-460000.c (testShiftByParam): Added test case.
12007
12008         * support/regression/tests/bug-460010.c: Added test case.
12009
12010         * support/regression/Makefile (test-host): Removed a silly 'clean' target when testing against gcc.
12011
12012 2001-09-09  Bernhard Held <bernhard AT bernhardheld.de>
12013
12014         * support/regression/Makefile: inter-port-clean adjusted for mcs51
12015
12016         * support/regression/testfwk.c: removed workaround for bug #436344
12017
12018         * support/regression/tests/bp.c: use less memory with mcs51
12019
12020         * support/regression/tests/bug-441448.c: use less memory
12021
12022         * support/regression/tests/ports/mcs51/spec.mk: cleanup, use --stack-after-data
12023
12024         * support/regression/collate-results.py: typo
12025
12026 2001-09-08  Michael Hope  <michaelh AT juju.net.nz>
12027
12028         * support/regression/tests/fetchoverlap.c: Added new test case.
12029
12030         * support/regression/tests/bp.c: Added new test case.
12031
12032         * support/regression/tests/bug-448984.c: Added new test case.
12033
12034         * support/regression/tests/pow2shifts.c: Added new test case.
12035
12036         * src/z80/gen.c: Turned off the noise it normally generates for the release.
12037         (genlshTwo): Fixed right shift for count > 8.
12038
12039         * src/z80/ralloc.c: Disabled most of the ACC packing rules as they weren't getting hit and weren't at all safe.
12040
12041 2001-09-08    <johan AT FRIJA>
12042
12043         * src/SDCCicode.c (geniCodeCall): a CPOINTER can be used as a function
12044
12045 2001-09-07    <johan AT FRIJA>
12046
12047         * src/SDCCicode.c (newiCodeCondition): fixed bug #456235 (1.77)
12048
12049         * src/SDCCglue.c (emitRegularMap): only delete a symbol when it is a symbol
12050
12051 2001-09-06    <johan AT FRIJA>
12052
12053         * src/SDCC.y: this could be a fix for bug #458744 (1.37)
12054         * bernhard noted me at this: "() equals to (void)" (1.38)
12055
12056 2001-09-05    <johan AT FRIJA>
12057
12058         * src/SDCCglue.c (emitRegularMap): a fix for bug #458099/2
12059
12060 2001-09-04    <johan AT FRIJA>
12061
12062         * src/SDCCsymt.c (checkSClass): a fix for bug #458099/1
12063
12064
12065 2001-09-04  Paul Stoffregen  <paul AT pjrc.com>
12066
12067         * pragma noinduction broke memcpy on mcs51 large model.  Moved it inside z80 optimization
12068
12069 2001-09-03  Michael Hope  <michaelh AT juju.net.nz>
12070
12071         * link/z80/aslink.h: Fixed path for PATH_MAX
12072
12073 2001-09-02  Michael Hope  <michaelh AT juju.net.nz>
12074
12075         * src/z80/gen.c (fetchLitPair): Changed so that it properly caches direct space references.
12076
12077         * support/regression/tests/addsub.c: Added cases to cover all the +, - combinations.
12078
12079         * support/regression/tests/uminus.c: Added a test for the unary minus operator.
12080
12081         * 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.
12082
12083 2001-09-01  Michael Hope  <michaelh AT juju.net.nz>
12084
12085         * src/z80/gen.c: Fixed up generator to pass the regresion tests, specifically fixing loads for longs, genCmp, and turned on the map file.
12086         (genCmp): Fixed up genCmp for the GB with longs.
12087
12088         * device/lib/gbz80/Makefile: Fixed up all the libraries to pass the regression tests.
12089
12090         * support/regression/ports/host/spec.mk: Updated to compile with the new type specifiers.
12091
12092         * device/lib/Makefile.in (Z80SOURCES): Removed old _mululong, _mulslong, and unneeded _mulint.
12093
12094         * device/lib/_mullong.c (_mulslong): Changed to actually return a value :)
12095
12096 2001-08-30  Paul Stoffregen  <paul AT pjrc.com>
12097
12098         * added peepholes 223 to 231 to mcs51 port.  These improve code when using large model.
12099
12100 2001-08-30  Michael Hope  <michaelh AT juju.net.nz>
12101
12102         * 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.
12103
12104         * src/z80/gen.c (genPlus): Changed bad long add for gb to a fall through.
12105
12106 2001-08-29  Michael Hope  <michaelh AT juju.net.nz>
12107
12108         * link/z80/aslink.h: Fixed long file name support.  Is now based off PATH_MAX instead of a constant.
12109
12110         * src/z80/gen.c: Fixed add and sub for the case where left or right are in static space.
12111
12112 2001-08-30 Bernhard Held   <bernhard AT bernhardheld.de>
12113
12114   * sim/ucsim/configure:    little improvement of Cygwin-detection
12115   * sim/ucsim/configure.in: little improvement of Cygwin-detection
12116   * sim/ucsim/cmd.src/newcmdcl.h: include <sys/types.h> to define fd_set automated build
12117   * support/regression/tests/bug-221100.c: small changes for mcs51
12118   * support/regression/tests/bug-221168.c: small changes for mcs51
12119   * support/regression/tests/bug-227710.c: small changes for mcs51
12120   * support/regression/tests/staticinit.c: small changes for mcs51
12121   * as/mcs51/aslink.h: accept everything as symbol name in rel-files, bug fix ID 452601
12122   * as/mcs51/lklex.c:  accept everything as symbol name in rel-files, bug fix ID 452601
12123   * as/mcs51/lksym.c:  accept everything as symbol name in rel-files, bug fix ID 452601
12124
12125 $Revision$