* .version, sdcc.spec, doc/sdccman.lyx: changed sdcc version to 2.6.0 -
[fw/sdcc] / ChangeLog
1 2006-07-10 Borut Razem <borut.razem AT siol.net>
2
3         * support/scripts/sdcc.nsi: added device/include/asm/pic/features.h and
4           device/lib/src/pic/libm/*.c and device/lib/src/pic16/libsdcc/stack/*.S
5           in WIN32 installation
6         * .version, sdcc.spec, doc/sdccman.lyx: changed sdcc version to 2.6.0 -
7           release candidate 1
8
9 2006-07-08 Maarten Brock <sourceforge.brock AT dse.nl>
10
11         * device/include/mcs51/XC866.h: added sbit definitions for Px_x, P1_x, P2_x
12         * src/pic16/glue.c (initPointer), fixed bug 1496419 for pic16
13
14 2006-07-06 Maarten Brock <sourceforge.brock AT dse.nl>
15
16         * src/hc08/gen.c (genAddrOf): fixed bug when offset on stack is >127
17
18 2006-07-06 Borut Razem <borut.razem AT siol.net>
19
20         * support/regression/tests/bitfields.c:
21           fixed bug [ 1518322 ] regression test bitfields fails on ppc hosts
22         * support/regression/tests/constantRange.c:
23           fixed bug [ 1518317 ] regression test constantRange fails on alpha host
24
25 2006-07-04 Borut Razem <borut.razem AT siol.net>
26
27         * src/configure.in, src/configure, src/Makefile.in, as/z80/Makefile.in,
28           src/port.mk,
29           src/avr/Makefile.in, src/ds390/Makefile.in, src/ds400/Makefile.in,
30           src/hc08/Makefile.in, src/mcs51/Makefile.in, src/pic16/Makefile.in,
31           src/pic/Makefile.in, src/xa51/Makefile.in, src/z80/Makefile.in:
32           reverted changes from 2006-07-03
33         * Makefile.common.in: added @CPPFLAGS@ to CPPFLAGS
34         * support/regression/Makefile.in, support/regression/ports/host/spec.mk:
35           added CPPFLAGS, used by the host port
36
37 2006-07-03 Bernhard Held <bernhard AT bernhardheld.de>
38
39         * support/regression/valdiag/tests/switch.c,
40         * support/regression/valdiag/tests/constantRange.c: adapted to gcc 4
41         * support/regression/tests/libmullong.c: fixed for host
42         * support/regression/ports/host/spec.mk: disable all warnings for host,
43         SDCC runs with --less-pedantic too
44
45 2006-07-03 Borut Razem <borut.razem AT siol.net>
46
47         * src/configure.in, src/configure, src/Makefile.in, as/z80/Makefile.in:
48           defined CPPFLAGS
49         * src/port.mk: defined CPPFLAGS, renamed to src/port.mk.in
50         * src/avr/Makefile.in, src/ds390/Makefile.in, src/ds400/Makefile.in,
51           src/hc08/Makefile.in, src/mcs51/Makefile.in, src/pic16/Makefile.in,
52           src/pic/Makefile.in, src/xa51/Makefile.in, src/z80/Makefile.in:
53           include ../port.mk
54         * sim/ucsim/main_in.mk, sim/ucsim/avr.src/Makefile.in,
55           sim/ucsim/gui.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
56           sim/ucsim/s52.src/Makefile.in, sim/ucsim/sim.src/Makefile.in,
57           sim/ucsim/xa.src/Makefile.in: ignore header files for dependencies
58
59 2006-07-02 Raphael Neider <rneider AT web.de>
60
61         * src/pic16/devices.inc,
62         * device/include/pic16/pic18fregs.h,
63         * device/include/pic16/pic18f4550.h,
64         * device/lib/pic16/pics.all,
65         * device/lib/pic16/libdev/pic18f4550.c: added support for 18f4550
66
67 2006-07-01 Bernhard Held <bernhard AT bernhardheld.de>
68
69         * as/hc08/lkaomf51.c (OutputName),
70         * as/mcs51/lkaomf51.c (OutputName),
71         * as/z80/asmain.c (asmbl),
72         * src/ds390/main.c (asmLineNodeFromLineNode),
73         * src/hc08/ralloc.c (hc08_assignRegisters),
74         * src/mcs51/main.c (asmLineNodeFromLineNode),
75         * src/xa51/ralloc.c (checkRegMask),
76         * src/xa51/gen.c (emitcode),
77         * src/z80/gen.c (_emit2),
78         * src/SDCCast.c (searchLitOp),
79         * src/SDCCglobl.h,
80         * support/packihx/packihx.c,
81         * support/Util/MySystem.c (split_command): fix gcc 4 warnings
82         * src/ds390/gen.c (aopPutUsesAcc),
83         * src/ds390/ralloc.c (getRegBitNoSpil): unused, therefore disabled
84         * support/regression/tests/libmullong.c (mullong_wrapper),
85         * src/SDCCsymt.c (powof2),
86         * src/SDCCast.c,
87         * src/SDCCicode.c: renamed TYPE_WORD by TYPE_TARGET_INT and so on
88         * src/SDCCsymt.h: added TYPE_TARGET_*
89         * src/SDCCutil.c (doubleFromFixed16x16, fixed16x16FromDouble),
90         * src/SDCCutil.h (doubleFromFixed16x16, fixed16x16FromDouble): moved to
91         SDCCast because 1) header problems 2) this is the right place
92         * src/SDCCast.c (doubleFromFixed16x16, fixed16x16FromDouble): added
93         * src/SDCCval.h (doubleFromFixed16x16, fixed16x16FromDouble): added
94         prototype
95
96 2006-06-29 Bernhard Held <bernhard AT bernhardheld.de>
97
98         * src/SDCCicode.h: removed buggy semicolon in unused macro
99         * src/SDCClrange.c (findPrevUseSym, rlivePoint): fixed bug #1486853,
100         search for previous definiton of auto symbols too,
101         (findPrevUse): fixed logic of emitWarnings
102
103 2006-06-26 Raphael Neider <rneider AT web.de>
104
105         * src/pic16/gen.c (genFunction, genEndFunction): also preserve
106           PCLATH and PCLATU on interrupts, potentially fixes #1505141
107
108 2006-06-25 Raphael Neider <rneider AT web.de>
109
110         * device/lib/pic/libm: NEW, added math library functions
111         * device/lib/pic/libsdcc: NEW; added float support functions
112         * device/lib/pic/{Makefile.in,configure.in,configure}: added libm/
113         * device/include/pic/{limits.h,errno.h,sdcc-lib.h,float.h,math.h}:
114           NEW, added math related headers
115         * device/include/asm/pic/features.h: NEW
116         * src/pic/gen.c (emitpcode_real): emit warning on NULL pCodeOp,
117           (popGet): allow larger offsets for AOP_PCODE,
118           (genDataPointerSet): handle literals explicitly, more debug output,
119           (genAssign): fixed for float using aopLiteral ;-)
120         * src/pic/glue.c (pic14createInterruptVect): inserted pagesel before
121           GOTO initialisation routine
122         * src/pic/pcoderegs.c (pCodeRegMapLiveRangesInFlow): set wasUsed
123           flag on registers, fixes #1469043 (local variables do not work)
124         * src/pic/main.c (_pic14_do_link),
125         * src/pic16/main.c (_pic16_linkEdit): use fullDstFileName if
126           available
127
128 2006-06-25 Borut Razem <borut.razem AT siol.net>
129
130         * device/lib/pic16/libc/stdio/sprintf.c: return the number of
131           characters printed (not including the trailing '\0' used to end
132           output to strings). Problem detected in regression test bug-927659.c.
133           NOTE: printf() family functions should return int instead
134           unsigned int!
135         * device/lib/pic16/libc/stdio/vfprintf.c: "%%" prints "%", unknown
136           specifier are printed as themselves
137         * sdcc/support/regression/tests/bug1057979.c: pic16 printf doesn't
138           support flags, width and precision specifiers
139
140 2006-06-24 Borut Razem <borut.razem AT siol.net>
141
142         * sdcc/support/regression/tests/bitvars.c: added gbz80, pic16 and pic16
143           to the list of sdcc tagrets not supporting bit type
144         * sdcc/support/regression/tests/bug-905992.c.c: excluded regression
145           testfor pic16 due to bug:
146           [ 1511794 ] pic16: regression test bug-895992.c fails
147
148 2006-06-24 Maarten Brock <sourceforge.brock AT dse.nl>
149
150         * src/mcs51/gen.c (genCmp): optimization for RFE 1162453
151         * src/SDCCglue.c (initPointer), fixed bug 1496419
152         * support/regression/tests/bug1496419.c: new, added
153
154 2006-06-22 Borut Razem <borut.razem AT siol.net>
155
156         * support/regression/ports/pic16/support.c: use gpsim usart module from
157           libgpsim_modules library
158
159 2006-06-21 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
160
161         * device/include/mcs51/at89c51ed2.h: Fixed bug 1510144 changed
162         IP0H to IPH0.
163
164 2006-06-19 Raphael Neider <rneider AT web.de>
165
166         * src/pic/glue.h,src/pic16/glue.h: added prototypes
167         * src/pic/glue.c,src/pic16/glue.c (pic1x_stringInSet,
168           pic1x_emitSymbolIfNew): NEW, check for a string in a set,
169           (pic14printExterns,pic14printPublics,pic16printPublics,
170           pic16_printExterns): use new functions to emit symbols
171           (picglue,pic16glue): emit publics before emitting externs
172         * src/pic/gen.c,src/pic16/gen.c (genFunction): remember the names of
173           locally defined functions to avoid bug #1443651
174         * support/regression/tests/bug-716242.c: removed pic16 workaround
175         * support/regression/ports/pic16/spec.mk: ignore errors during build
176
177 2006-06-19 Raphael Neider <rneider AT web.de>
178
179         * src/pic/glue.h: added pic14aopLiteral prototype
180         * src/pic/glue.c (pic14aopLiteral): return unsigned int
181         * src/pic/gen.c: removed stdint.h dependency
182           (aopGet): use Safe_strdup()
183           (bitpatternFromVal): removed, replaced use with pic14aopLiteral
184           (genDataPointerSet): use pic14aopLiteral()
185         * src/pic16/glue.h, src/pic16/glue.c, src/pic16/gen.c: similar changes
186           for pic16; thanks to Bernhard and Maarten
187
188 2006-06-18 Borut Razem <borut.razem AT siol.net>
189
190         * support/regression/tests/structflexarray.c: flexible array members
191           not supported by gcc < 3
192         * sim/ucsim/configure, sim/ucsim/configure.in: do not compile serio
193           GUI tool by default
194         * src/pic/gen.c: don't include [p]strdin.h on solaris
195         * support/Util/pstdint.h: addad svn attributes
196         * support/regression/tests/constantRange.c,
197           support/regression/tests/rotate.c: include inttypes.h instead
198           stdint.h on solaris, addad svn attributes
199
200 2006-06-18 Raphael Neider <rneider AT web.de>
201
202         * src/SDCCsymt.c (initCSupport): change return type of divschar to
203           int for PIC16
204         * src/pic16/genarith.c (genAddLit): sign-extend via standard routine
205           (pic16_genMinusBits): simplified sign-extension
206           (pic16_genUMult8XLit_8,pic16_genUMult8X8_8): renamed to
207             pic16_genMult8XLit_n resp. pic16_genMult8X8_n, fixed and
208             adjusted to correctly handle mixed-signed operands, disabled
209             now unused multiplciation routines
210         * src/pic16/gen.c (pic16_pushpCodeOp): fixed to handle literals
211           (assignResultValue): added argument denoting the size of the result
212             as returned by the function (fixes upcasts in assigning from
213             function calls: char foo(); int i = foo();)
214           (genCall,genPcall,genGenPointerGet,genReceive): pass size of
215             function result to assignResultValue
216           (genMult): disabled inlined multiplication code
217           (genDiv): augmented to also handle the modulus operator, fixed to
218             handle mixed-signed operands correctly
219           (genMod): simply call genDiv, disabled unused code
220           (genAssign): fixed missing (sign-)extension on result
221         * src/pic16/main.c (_hasNativeMulFor): accept literals [-128..256) as
222             valid char operands, allow signed operands for native code, added
223             division and modulo operator handling
224         * device/lib/pic16/libsdcc/char/divschar.c: divschar returns an int
225
226         As a consequence, onebyte.c (if split into two files) and muldiv.c
227         pass regression tests.
228
229 2006-06-17 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
230
231         * doc/Makefile.in: two runs of makeindex seem needed to get
232         correct page references in the index of sdccman.pdf
233         * doc/sdccman.lyx: mentioned cmon51, added links, small changes
234
235 2006-06-17 Borut Razem <borut.razem AT siol.net>
236
237         * sdcc/device/lib/Makefile.in: corrected PORTINCDIR path
238
239 2006-06-17 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
240
241         * doc/sdccman.lyx: updated, added (porting source code, debugging),
242         mentioned ec2drv and paulmon
243
244 2006-06-16 Maarten Brock <sourceforge.brock AT dse.nl>
245
246         * as/mcs51/lkarea.c (lnkarea2): clear new xdatamap, bugfix for two
247           consecutive abs areas
248           (find_empty_space, allocate_space): added map to handle codemap or
249            xdatamap,
250           (lnksect2): renamed rloc to locIndex, fixed bug 960060 by handling
251            absolute idata and xdata
252         * as/mcs51/lkmem.c (summary2): updated legend
253
254 2006-06-16 Raphael Neider <rneider AT web.de>
255
256         * src/pic16/gen.c (shiftR2Left2Result): fixed bug #1507127
257
258 2006-06-13 Maarten Brock <sourceforge.brock AT dse.nl>
259
260         * debugger/mcs51/cmd.c (cmdListFunctions): fixed bugs 1181163 and
261           1208515
262         * src/SDCClrange.c (findPrevUse): fixed bug 1294475
263
264 2006-06-13 Vangelis Rokas <vrokas AT users.sourceforge.net>
265
266         * src/port.h (struct PORT): added field gp_tags, to hold the tag
267         value of generic pointers,
268         * src/avr/main.c,
269           src/ds390/main.c,
270           src/hc08/main.c,
271           src/izt/i186.c,
272           src/izt/tlcs900h.c,
273           src/mcs51/main.c,
274           src/pic/main.c,
275           src/pic16/main.c,
276           src/xa51/main.c,
277           src/z80/main.c: PORT structure, added elements for gp_tags field,
278         * src/SDCCsymt.h: replaced hardwired values of GPTYPE_* macros with
279         fields in the PORT structure of each port,
280         * src/SDCCast.c (decorateType): allow processing of generic pointers
281         for PIC16 port (FPTRSIZE equals GPTRSIZE), also set GPTYPE_NEAR for
282         S_FIXED symbols
283
284 2006-06-12 Maarten Brock <sourceforge.brock AT dse.nl>
285
286         * link/z80/lkgb.c,
287         * link/z80/lkgg.c,
288         * src/pic16/gen.c,
289         * src/pic16/main.c,
290         * src/pic16/pcode.c,
291         * src/pic/main.c,
292         * src/pic/pcoderegs.c,
293         * src/SDCCicode.c,
294         * src/SDCCmain.c,
295         * src/SDCCsymt.c: replaced all exit(-1) by exit(EXIT_FAILURE) to fix
296           bug 1504689 on minGW
297
298 2006-06-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
299
300         * device/lib/printf_tiny.c: fixed bug #1465675 (%x format specifier)
301
302 2006-06-12 Bernhard Held <bernhard AT bernhardheld.de>
303
304         * src/SDCCast.c (backPatchLabels): fixed bug #1504636
305
306 2006-06-11 Maarten Brock <sourceforge.brock AT dse.nl>
307
308         * device/lib/printf_large.c (OUTPUT_CHAR, _output_char): added and used
309           for optimization
310
311 2006-06-11 Vangelis Rokas <vrokas AT users.sourceforge.net>
312
313         * src/pic16/gen.c (genCast): fixed bug with assignment of a pointer
314         to a char variable. Fixed bug #1504211
315         * device/include/pic16/adc.h,
316         device/include/lib/pic16/libio/adc/adcopen.c: applied patch #1364387
317         and fixed bug #1364390
318
319 2006-06-10 Borut Razem <borut.razem AT siol.net>
320
321         * CVSROOT: removed the CVS left-over
322
323 2006-06-10 Maarten Brock <sourceforge.brock AT dse.nl>
324
325         * as/hc08/asmain.c (asexit),
326         * as/hc08/lkmain.c (lkexit),
327         * as/mcs51/asmain.c (asexit),
328         * as/mcs51/lkmain.c (lkexit),
329         * src/SDCCglue.c (DEFSETFUNC),
330         * src/SDCCmain.c (linkEdit, assemble),
331         * support/librarian/sdcclib.c (AddRel),
332           replaced unlink() by standard C remove()
333         * src/SDCC.y: replaced removePostIncDecOps() by createRMW()
334         * src/SDCCast.c (replaceAstWithTemporary, createRMW,
335           gatherImplicitVariables): new, added to fix bug 608752,
336           (createFunction): added gatherImplicitVariables()
337         * src/SDCCast.h: added createRMW prototype
338         * src/SDCCsymt.h (struct symbol): added infertype
339         * support/regression/tests/bug608752.c: new, added
340
341 2006-06-10 Raphael Neider <rneider AT web.de>
342
343         * src/pic16/gen.c (pic16_aopOp): use WREG as destination even for
344           multibyte dummy reads (fixes #1503234)
345
346 2006-06-10 Maarten Brock <sourceforge.brock AT dse.nl>
347
348         * device/include/mcs51/compiler.h: new, added header file to enable
349           creating common sfr definition header files for different compilers
350
351 2006-06-05 Raphael Neider <rneider AT web.de>
352
353         * src/pic16/{pcode.h,genarith.c}:
354           introduced pCodeOp combining any two pCodeOps (previously only
355           two register operands could be combined), removed pcop2 from
356           pCodepReg, replaced pCodeOpReg2 with pCodeOp2, fixes #1492366
357         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): added case for PO_TWO_OPS
358         * src/pic16/gen.c (pic16_popGet2,pic16_popGet2p,pic16_popCombine2):
359           rewritten to use new PO_TWO_OPS
360         * src/pic16/main.c (_hasNativeMulFor): cover more cases natively,
361         * src/pic16/pcode.c (pic16_newpCodeOpImmd): initialize rIdx field,
362           (pic16_newpCodeOp): catch invalid attempts on PO_TWO_OPS,
363           (pic16_newpCodeOp2): NEW, create combined pCodeOp,
364           (pic16_get_op): embraced return arg to allow #define return(x),
365             added new case for combined opcodes
366           (pic16_get_op2): reduced to use pic16_get_op() on second pCodeOp,
367           (pic16_pCode2str,pic16_getRegFrompCodeOp,
368            pic16_getRegFromInstruction2): fixed/added handling of new pCodeOp
369
370 2006-06-04 Bernhard Held <bernhard AT bernhardheld.de>
371
372         * src/SDCCval.c (checkConstantRange): added
373         * src/SDCCval.h: added checkConstantRange
374         * support/Util/SDCCerr.c,
375         * support/Util/SDCCerr.h: replaced unused W_IF_NEVER_TRUE and
376         W_IF_ALWAYS_TRUE by W_COMP_RANGE and W_LIT_OVERFLOW
377         * src/SDCC.y: moved early 'condition transformations' to SDCCast.c
378         * src/SDCCast.c (decorateType): added checkConstantRange,
379         added 'condition transformations' from SDCC.y so that now W_COMP_RANGE
380         can be emitted with the correct always true/false warning,
381         added optimization for double '!';
382         result of decorateType() must be assigned back to the tree, because
383         decorateType() can change the tree
384         * src/SDCCicode.c (geniCodeLogic),
385         (geniCodeAssign): replaced new checkConstantRange, added warnings,
386         (checkConstantRange): removed, it was only a fragment which never
387         emitted a warning
388         * src/SDCCsymt.c (computeType): fixed promotion for
389         "-1 < (unsigned bit) b"
390         * src/pic/ralloc.c (packRegsForAssign),
391         * src/pic16/ralloc.c (packRegsForAssign),
392         * src/hc08/ralloc.c (packRegsForAssign),
393         * src/z80/ralloc.c (packRegsForAssign): ported fix for bug #930931
394         from mcs51
395         * src/mcs51/ralloc.c (packRegsForAssign): removed outcommented source
396         * support/regression/tests/constantRange.c: added
397         * support/valdiag/tests/constantRange.c: added
398         * support/valdiag/valdiag.py: added -DPORT_HOST=1
399
400 2006-06-02 Borut Razem <borut.razem AT siol.net>
401
402         * support/regression/ports/pic16/support.c: increase stack size
403           to 255 bytes
404         * support/regression/Makefile.in: sort tests by name so that the
405           resutlts can be compared on different machines / platforms
406
407 2006-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
408
409         * device/lib/printf_large.c (output_digit): optimized further, Tnx Frieder
410         * src/ds390/gen.c (emitLabel): new, added,
411           (genDjnz): fixed stack overflow bug,
412           (throughout): cosmetic changes to sync with mcs51/gen.c,
413           replaced emitcode("", "%05d$:", lbl->key + 100) with emitLabel(lbl)
414         * src/mcs51/gen.c (genEndFunction): small optimization,
415           (throughout): cosmetic changes to sync with ds390/gen.c
416
417 2006-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
418
419         * device/lib/printf_large.c (output_digit, calculate_digit): optimized,
420           (_print_format): fixed printing pointers
421         * src/mcs51/gen.c (emitLabel, movb): new, added,
422           (genAssign): small optimization,
423           (genDjnz): fixed stack overflow bug,
424           (throughout): replaced sprintf with SNPRINTF,
425           replaced mcs51_regWithIdx with REG_WITH_INDEX,
426           replaced emitcode("mov", "b,...") with MOVB(...),
427           replaced emitcode("", "%05d$:", lbl->key + 100) with emitLabel(lbl),
428           replaced D(emitcode("; genXXX", "")) with D(emitcode(";", "genXXX"))
429         * src/mcs51/peeph.def: added rules 140 and 264
430         * src/SDCCmem.c (allocLocal): store register declared locals in DSEG/OSEG
431           so they may get optimized into registers
432
433 2006-05-30 Maarten Brock <sourceforge.brock AT dse.nl>
434
435         * src/SDCCmain.c (optionsTable, parseCmdLine): handle --use-stdout
436           immediately when encountered,
437           (printUsage): always use stderr even on windows
438
439 2006-05-30 Bernhard Held <bernhard AT bernhardheld.de>
440
441         * src/SDCCast.c (isLoopCountable): fixed bug #1478316
442         (processParms): fixed bug #1247551
443         * src/SDCCmain.c (printVersionInfo, printOptions, printUsage,
444         parseCmdLine, main): print '--version' to stdout,
445         print 'help' to stdout if --help is given,
446         print 'help' to stderr and exit with EXIT_FAILURE if no or bad
447         arguments are given; fixed --help
448
449 2006-05-27 Bernhard Held <bernhard AT bernhardheld.de>
450
451         * src/SDCCcse.c (findPointerSet): fixed bug #1493710
452         * support/regression/tests/bug-1493710.c: added
453
454 2006-05-27 Borut Razem <borut.razem AT siol.net>
455
456         * support/regression/fwk/lib/testfwk.c: define array in _printn() as
457           static instead auto
458         * support/regression/ports/pic16/support.c: increase stack size
459           from default 64 bytes to 128 bytes
460         * support/regression/tests/staticinit.c,
461           support/regression/tests/float.c: regression tests fully enabled
462           for pic16 port by putting the initialized data arrays into the code
463           section
464         * support/regression/ports/pic16/spec.mk: don't link default libraries.
465           This was changed by mistake in the previous version.
466
467 2006-05-28 Vangelis Rokas <vrokas AT users.sourceforge.net>
468
469         * src/pic16/gen.c (genFunction, genEndFunction): some
470         beautifications, fixed bug with falsely restoring FSR2 in large
471         stack model, thanks to Beau E. Cox for reporting the bug
472
473 2006-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
474
475         * debugger/mcs51/break.c,
476         * debugger/mcs51/cmd.c (throughout): removed unused variables and labels,
477           use %p to print pointers, made address variables unsigned
478         * debugger/mcs51/cmd.c (infoSymbols): added missing parameter to printf
479         * debugger/mcs51/symtab.c (parseSymbol): must return something
480         * src/mcs51/gen.c (aopForSym): small optimization,
481            moved declarations mcs51_ptrRegReq and mcs51_nRegs to ralloc.h,
482           (freeAsmop): added missing break,
483           (aopPut): removed parameter bvolatile, determine it inside the function,
484           (saveRegisters, unsaveRegisters): small optimization,
485           (genIpush): removed pointless check,
486           (throughout): replaced Safe_calloc, strcpy with Safe_strdup,
487           replaced sprintf with SNPRINTF,
488           replaced strcpy with strncpyz,
489           updated aopPut calls,
490           replaced D(emitcode("; genXXX", "")) with D(emitcode(";", "genXXX"))
491         * src/mcs51/ralloc.h:  added declarations mcs51_ptrRegReq and mcs51_nRegs
492
493 2006-05-24 Borut Razem <borut.razem AT siol.net>
494
495         * support/regression/tests/bug-221100.c: fixed xdata problem caused by
496           modification of test for the pic16 port, put the array to the code
497           memory for pic16port; thanks to Maarten Brock and Frieder Ferlemann
498
499 2006-05-23 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
500
501         * src/pic/gen.c: MSC 6 does not have <stdint.h>.  Use pstdint.h instead.
502         * support/Util/pstdint.h: added
503
504 2006-05-22 Borut Razem <borut.razem AT siol.net>
505
506         * src/regression/Makefile: removed bool2.c test, added -q linker option
507         * src/regression/add2.c, src/regression/add3.c, src/regression/bool1.c,
508           src/regression/bool3.c, src/regression/nestfor.c, src/regression/ptrfunc.c,
509           src/regression/compare.c, src/regression/or1.c, src/regression/compare2.c,
510           src/regression/while.c, src/regression/compare3.c, src/regression/compare4.c,
511           src/regression/compare5.c, src/regression/sub2.c, src/regression/rotate1.c,
512           src/regression/rotate2.c, src/regression/rotate3.c, src/regression/rotate4.c,
513           src/regression/switch1.c, src/regression/rotate5.c, src/regression/for.c,
514           src/regression/add.c, src/regression/sub.c, src/regression/call1.c:
515           define SUPPORT_BIT_TYPES 0, removed unused bit variables
516
517 2006-05-22 Raphael Neider <rneider AT web.de>
518
519         * src/pic16/gen.c (pic16_storeForReturn): fragile fix for
520           bug #1492360 (problematic due to generic pointers, see code)
521
522 2006-05-22 Borut Razem <borut.razem AT siol.net>
523
524         * support/regression/ports/pic16/specs.mk: removed stack size linker
525           directive
526         * support/regression/tests/array.c,
527           support/regression/tests/bitopcse.c,
528           support/regression/tests/bug-908454.c,
529           support/regression/tests/malloc.c: modified for pic16 regression test
530         * support/regression/tests/bitfields.c:
531           pic16 - excluded bitfileds of size > 8
532         * support/regression/tests/bp.c: pic16 - reduced data size
533         * support/regression/tests/bug-221100.c: pic16 - reduced data size
534         * support/regression/tests/bug-460010.c:
535           pic16 - used the absolute address the fits in memory
536         * support/regression/tests/bug-716242.c:
537           bug [ 1443651 ] pic 16: redefining symbol that cannot be redefined.
538         * support/regression/tests/float.c:
539           pic16 - excluded - data size too big
540         * support/regression/tests/onebyte.c:
541           pic16 - bug [ 1444425 ] onebyte.c regression tes fails on pic16
542         * support/regression/tests/shifts.c:
543           pic16 - function names probably have to differ in first X characters
544           (gpasm limitation?)
545         * support/regression/tests/staticinit.c:
546           pic16 - excluded some tests due error: no target memory available for
547           section ".idata"
548
549 2006-05-22 Borut Razem <borut.razem AT siol.net>
550
551         * support/Util/dbuf.c: fixed bug #1489008 fix dbuf_c_str(),
552           second try. Thanks Stas Sergeev once more.
553
554 2006-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
555
556         * src/hc08/gen.c (transferAopAop): aop forced to stack was not restored,
557           (genLeftShift, genRightShift): fixed bug 1491627
558         * src/hc08/peeph.def (rules 7, 8.x): added
559         * support/regression/tests/shifts.c (ShiftLeftByParam,
560           ShiftRightByParam, testShiftByParam): added to test variable shifting
561
562 2006-05-20 Raphael Neider <rneider AT web.de>
563
564         * src/pic/gen.c (bitpatternFromVal): fixed for 64-bit machines
565         * src/pic16/ralloc.c (newReg): use correct name in hashtable,
566           (allocReg): add only new registers to dynAllocRegs,
567           (pic16_assignRegisters): do not reset dynrIdx, fixes bugs
568             #1489055, #1445850, and probably #1483693
569
570 2006-05-19 Vangelis Rokas <vrokas AT users.sourceforge.net>
571
572         * src/pic16/glue.c (pic16_emitConfigRegs, pic16_emitIDRegs): fixed
573         bug in for-loop that didn't emit the last of CONFIG and ID registers
574
575 2006-05-18 Maarten Brock <sourceforge.brock AT dse.nl>
576
577         * src/mcs51/gen.c (genCodePointerGet): inc dptr instead of loading acc
578           with offset
579         * src/mcs51/peeph.def (186.x): updated and reenabled to fix bugs
580           1489016, 1434401 and 1490124
581         * src/ds390/peeph.def (186.x, 227.x): updated and reenabled to fix bugs
582           1489016, 1434401 and 1490124
583
584 2006-05-17 Borut Razem <borut.razem AT siol.net>
585
586         * support/Util/dbuf.c: fixed bug #1489008 fix dbuf_c_str(),
587           thanks Stas Sergeev
588
589 2006-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
590
591         * device/include/mcs51/P89c51RD2.h,
592         * device/include/mcs51/P89LPC901.h,
593         * device/include/mcs51/P89LPC922.h,
594         * device/include/mcs51/P89LPC932.h: added, thanks Omar Espinosa
595
596 2006-05-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
597
598         * device/lib/pic16/libsdcc/stack/{stack.S, Makefile.in}: add workaround
599         to fix missing stack pragma in compiled binary object file,
600
601 2006-05-14 Bernhard Held <bernhard AT bernhardheld.de>
602
603         * support/packihx/configure.in,
604         * support/packihx/configure: removed warning, autoconf >= 2.5x can
605         determine sizeof basic types even while cross compiling
606
607 2006-05-13 Bernhard Held <bernhard AT bernhardheld.de>
608
609         * src/avr/gen.c (aopop),
610         * src/ds390/gen.c (aopOp),
611         * src/hc08/gen.c (aopOp),
612         * src/mcs51/gen.c (aopop),
613         * src/pic16/gen.c (pic16_aopOp),
614         * src/pic/gen.c (aopOp),
615         * src/z80/gen.c (aopop): fix for bug #1479882; use new, exclusive asmop
616         if size of operand is smaller than spill location
617
618 2006-05-12 Borut Razem <borut.razem AT siol.net>
619
620         * *.dsw, *.dsp: changed property svn:eol-style to CRLF since they
621           have to have CR/LF line endings even if they are checked out on *nix
622           or on WIN32 in cygwin binmode
623
624 2006-05-12 Maarten Brock <sourceforge.brock AT dse.nl>
625
626         * doc/sdccman.lyx: documented numeric ranges, WEBDOC #1442369
627         * device/include/ds80c390.h: added sfr16 definitions
628         * src/ds390/gen.c,
629         * src/ds390/gen.h,
630         * src/ds390/main.c,
631         * src/ds390/ralloc.c,
632         * src/ds390/ralloc.h: changes all over the place to sync with mcs51
633           fixing several bugs and adding sfr16/sfr32, reentrant bit params,
634           bit returning functions
635         * support/regression/tests/sfr16.c: enabled test on ds390
636
637 2006-05-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
638
639         * src/hc08/gen.c (asmopToBool, genIfx): fix for bug #1429722
640         * src/hc08/gen.c (storeRegToAop): fix for bug #1439894
641
642 2006-05-11 Maarten Brock <sourceforge.brock AT dse.nl>
643
644         * sim/ucsim/sim.src/memcl.h: added get_decoder() to cl_address_space
645         * sim/ucsim/sim.src/mem.cc: implemented cl_address_space::get_decoder,
646           (cl_address_space constructor): removed expensive initialization,
647           (cl_address_space::get_cell): extended for late initialization,
648           (cl_address_space::*): use late initialization,
649           (cl_address_decoder::activate): removed expensive initialization,
650           This reduced regression test running time by 25%
651
652 2006-05-11 Bernhard Held <bernhard AT bernhardheld.de>
653
654         * packihx/,
655         * configure.in,
656         * configure,
657         * sdcc.dsw,
658         * Makefile.bcc,
659         * Makefile.in,
660         * support/packihx/Makefile.in,
661         * support/packihx/clean.mk,
662         * support/packihx/Makefile.bcc,
663         * support/packihx/PackIhx.dsp: moved packihx to support/packihx
664
665 2006-05-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
666
667         * src/SDCCval.c (valNot): fix for regression test failure
668           of not.c on big endian hosts
669
670 2006-05-10 Maarten Brock <sourceforge.brock AT dse.nl>
671
672         * device/inlcude/mcs51/msc1210.h: new, added, thanks Philippe Latu
673
674 2006-05-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
675
676         * device/lib/mcs51/Makefile.in: changed string comparison operator
677           to = for POSIX compliance; == is bash extension
678
679 2006-05-10 Maarten Brock <sourceforge.brock AT dse.nl>
680
681         * device/lib/hc08/_mulint.c: applied patch 1485428, thanks
682           kosmonaut_pirx
683
684 2006-05-09 Vangelis Rokas <vrokas AT users.sourceforge.net>
685
686         * src/pic16/gen.c (pic16_freeAsmop): release any temp registers
687         allocated by aopForSym thus fixing bug #1478657 about failed testfwk.c
688         * src/pic16/main.c (_pic16_keywords): added 'sfr16' keyword,
689         * src/pic16/ralloc.c (pic16_allocWithIdx): also a fix for bug exposed by
690         bug report #1478657,
691
692 2006-05-05 Borut Razem <borut.razem AT siol.net>
693
694         * doc/Makefile.in: remove of WARNINGS and labels.pl immediately after
695           making the html
696
697 2006-05-02 Borut Razem <borut.razem AT siol.net>
698
699         * doc/Makefile.in: removed *.ind dependency since there is no rule to
700           create *.ind, which made make to fail if invoked with -j 2
701
702 2006-05-01 Maarten Brock <sourceforge.brock AT dse.nl>
703
704         * src/SDCCglue.c (emitRegularMap): partial fix for bug 1477149, thanks
705           Hubert Sack for patch 1479782
706
707 2006-05-01 Vangelis Rokas <vrokas AT users.sourceforge.net>
708
709         * src/pic16/glue.c (pic16_printIvalStruct): fixed bug #1445929
710
711 2006-05-01 Raphael Neider <rneider AT web.de>
712
713         * src/pic/device.c (sanitise_processor_name): only remove p(ic) prefix,
714           (create_pic): store only prefix-free device name,
715           (init_pic): check for device names with "16" prefix,
716           (list_valid_pics),
717         * src/pic/device.h (struct PIC_device),
718         * src/pic/main.c (_pic14_genAssemblerPreamble): adapted to single
719             stored device name,
720         * device/include/pic/pic12f{635,675,629,683}.h,
721         * device/lib/pic/libdev/pic12f{635,675,629,683}.c: NEW device libraries
722         * device/lib/pic/libdev/Makefile.in: allow pic12* devices,
723         * device/include/pic/pic16f505.h,
724         * device/lib/pic/libdev/pic16f505.c: removed
725         * device/include/pic/pic14devices.txt: added support for pic12f
726             devices, removed unsupported non 16-bit devices
727             [above changes provided by patch from Zik Saleeba]
728         * src/pic/*, src/pic16/*, device/include/pic16/*,
729           device/lib/pic/**, device/lib/pic16/**: obfuscated email address
730
731 2006-05-01 Borut Razem <borut.razem AT siol.net>
732
733         * configure.in, configure, doc/Makefile.in:
734           sync with nightly build makefile - latex, dvipdf and dvips
735           not needed any more
736
737 2006-04-30 Bernhard Held <bernhard AT bernhardheld.de>
738
739         * support/scripts/sdcc.nsi: removed all Readmes and Makefiles
740         in the library source
741
742 2006-04-30 Maarten Brock <sourceforge.brock AT dse.nl>
743
744         * support/regression/ports/hc08/spec.mk: fixed bug 1478892
745
746 2006-04-28 Raphael Neider <rneider AT web.de>
747
748         * src/pic16/pcode.c (pic16_newpCodeOpLit12),
749         * src/pic16/gen.c (pic16_popGetLit12): NEW, create 12 bit literal,
750           (pic16_loadFSR0): handle 12 bit literals correctly, fixes #1440527
751         * src/pic16/pcode.h: added prototype for pic16_newpCodeOpLit12()
752
753 2006-04-28 Bernhard Held <bernhard AT bernhardheld.de>
754
755         * device/lib/pic/libdev/Makefile.in,
756         * device/lib/hc08/Makefile.in,
757         * device/lib/gbz80/Makefile.in,
758         * device/lib/z80/Makefile.in,
759         * device/lib/ds390/Makefile.in,
760         * device/lib/ds400/Makefile.in: added srcdir to include search path,
761         thanks to Borut for the bug report
762         * configure.in,
763         * configure: always create doc/Makefile independent from --enable-doc
764         * Makefile.in: always install from directory doc independent from
765         --enable-doc
766         * device/lib/pic/Makefile.in: added libdev again, it was erroneously
767         removed
768         * device/lib/pic/libdev/Makefile.in: fixed VPATH build
769         * doc/Makefile.in: install *.txt if present
770         * device/include/Makefile.in (install): added installation of pic/*.inc
771         and pic/*.txt files again, they were erroneously removed
772
773 2006-04-28 Raphael Neider <rneider AT web.de>
774
775         * src/pic/{gen.c,main.h,pcode.c},
776         * src/pic16/{gen.c,pcode.c}: quietened compiler warnings
777             concerning signedness with casts
778
779 2006-04-28 Raphael Neider <rneider AT web.de>
780
781         * src/pic/gen.c (genFunction): set global pic14_hasInterrupt on
782             definition of an interrupt handler,
783         * src/pic/glue.c (pic14_emitInterruptHandler): moved output of
784             interrupt handler stuff from picglue() to separate routine,
785           (picglue): enabled definition of intr handlers in files w/o main()
786
787 2006-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
788
789         * support/librarian/sdcclib.c: moved include <limits.h> up to enable
790           compilation with MSVC 2005 Express Edition (VC8)
791
792 2006-04-26 Bernhard Held <bernhard AT bernhardheld.de>
793
794         * device/lib/Makefile: fixed build of gbz80 lib
795
796 2006-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
797
798         * support/regression/tests/bug-460010.c,
799         * support/regression/tests/bug-524691.c,
800         * support/regression/tests/bug-716242.c: removed conditional defines
801           that are already in testfwk.h
802
803 2006-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
804
805         * src/ds390/gen.c (AccAXRrl1, AccAXLrl1): changed to real rotate by 1,
806           (AccAXRsh1): added, shift right by 1,
807           (AccAXLsh, AccAXRsh, AccAXRshS): updated for AccAXRrl1, AccAXRsh1 and
808            AccAXLrl1
809         * support/regression/tests/rotate.c: use <stdint.h> and enabled ds390
810
811 2006-04-25 Bernhard Held <bernhard AT bernhardheld.de>
812
813         * src/SDCCast.c (decorateType): partial fix for RFE 1475769,
814         remove cast to same type
815         * src/SDCCast.c (decorateType): fix for RFE 1475742,
816         optimize 'ifx (op == 0)' resp. 'ifx (op != 0)'
817         * as/z80/Makefile,
818         * link/z80/Makefile: removed, they have moved to
819         Makefile.in files
820         * configure,
821         * configure.in: replaced duplicate message about ucsim by missing sdcpp
822         * install-sh: fix bug #1204398 by setting umask 0022
823         * device/lib/Makefile: separate build of z80 and gbz80 lib
824
825 2006-04-24 Bernhard Held <bernhard AT bernhardheld.de>
826
827         Enabled VPATH feature: changed nearly all Makefiles (149 files).
828         See sdccman.lyx '2.4.10 VPATH feature' about how to use it.
829
830         One basic decision: e.g. src/clean.mk includes further files. In order
831         to make this work there are two solutions:
832         - rename another dozen clean.mk to clean_in.mk, add srcdir to them and
833           run configure on them. This way they can use
834           'include $(srcdir)/port-clean.mk'
835         - always include clean.mk by the Makefile at the same level. To avoid
836           that `make clean` tries to include and build Makefile.dep the
837           MAKECMDGOALS are examined (see e.g. src/Makefile.in). This has been
838           implemented, because now even `make uninstall` doesn't create
839           Makefile.in. clean.mk could be eliminated by pasting it in
840           Makefile.in.
841
842         * debugger/mcs51/Makefile.in: build own objects from library sources
843         (SLIB, SDCC) in current directory
844
845         * configure, configure.in: renamed --disable-device-lib-build in
846         --disable-device-lib; added --enable-doc, the required tools are
847         searched by configure; added result message; the toolchain for the
848         belonging ports are now only built, if the port is enabled.
849
850         * support/regression/*: all output is written in directory gen, because
851         the fwk and ports directories don't livet in the build tree using vpath
852
853         * doc/sdccman.lyx: renamed --disable-device-lib-build to
854         --disable-device-lib, added --enable-doc, added section VPATH
855
856         * sim/ucsim/configure.in,
857         * sim/ucsim/configure.in: hc08 couldn't be disabled, now hc08 and
858         z80 are enabled by default
859
860 2006-04-24 Raphael Neider <rneider AT web.de>
861
862         * src/pic/device.c (pic14_assignConfigWordValue): remember assignments
863             to config word, "pic14_"-prefixed some extern functions
864           (pic14_emitConfigWord): emit __config directive(s) if assignment to
865             config word has been found
866         * src/pic/device.h: added prototypes
867         * src/pic/pcode.c: added "pic14_"-prefix where needed
868         * src/pic/ralloc.c (IS_CONFIG_ADDRESS,pic14_assignRegisters): cosmetic
869             fixup
870         * src/pic/glue.c (pic14_constructAbsMap): handle assignments to config
871             words,
872           (pic14emitRegularMap): ignore config words,
873           (pic14createInterruptVect): moved generating __config directives away
874           (picglue): have __config directives emitted
875
876 2006-04-24 Borut Razem <borut.razem AT siol.net>
877
878         * doc/Makefile: sync with nightly build makefile
879
880 2006-04-24 Raphael Neider <rneider AT web.de>
881
882         * src/pic/pcoderegs.c (OptimizeRegUsage): do not optimize
883             registers that have not been assigned proper liveranges,
884             fixes #1469504 and #1474602,
885           (pCodeRegOptimizeRegUsage): fixed typo in comment
886
887 2006-04-24 Borut Razem <borut.razem AT siol.net>
888
889         * device/examples/main8051.c: deleted - it was removed from CVS
890           24.mar.2000 and after that modified 18.feb.2001, so it reappered
891           after the transition to Subversion
892         * src/SDCCalloc.h: deleted - it was removed  from CVS
893           3.feb.2001 and after that modified 18.feb.2001, so it reappered
894           after the transition to Subversion
895         * sim/ucsim/cpu.gif, sim/ucsim/interrupt.gif, sim/ucsim/new.gif,
896           sim/ucsim/serial1.gif, sim/ucsim/serial2.gif,
897           sim/ucsim/term_cpuopt.gif, sim/ucsim/timers.gif, sim/ucsim/wins.gif,
898           sim/ucsim/post.jpg, sim/ucsim/UCsim.jpg: corrected
899
900 2006-04-22 Maarten Brock <sourceforge.brock AT dse.nl>
901
902         * as/asx8051.dsp: added mcs51/strcmpi.h
903         * as/hc08/as_hc08.dsp: added asm.h, m6808.h, strcmpi.h
904         * as/hc08/aslink.h: updated lnksect prototype
905         * as/hc08/asm.h,
906         * as/mcs51/asm.h: added a_addr to struct area and s_org to struct sym
907         * as/hc08/asmain.c,
908         * as/mcs51/asmain.c (asmbl): init dot.s_org for S_ORG,
909           (newdot): handle A_ABS
910         * as/hc08/asout.c,
911         * as/mcs51/asout.c (outarea): output address
912         * as/hc08/lkaomf51.c,
913         * as/mcs51/lkaomf51.c: disabled unused array UsageType
914         * as/hc08/m08pst.c,
915         * as/mcs51/i51pst.c,
916         * as/z80/z80pst.c: "ABS" is not A_OVR
917         * as/hc08/lkarea.c (newarea): read a_addr,
918           (lnkarea): added codemap array, sort absolute areas to the front,
919            combine all GSINITx/GSFINAL,
920           (find_empty_space, allocate_space): new functions,
921           (lnksect): return next address, handle absolute sections
922         * as/mcs51/lkarea.c (newarea): read a_addr,
923           lnksect2 prototype changed,
924           (lnkarea2): define codemap unsigned, combine all GSINITx/GSFINAL,
925           (find_empty_space, allocate_space): new, factored out of lnksect2,
926           (lnksect2): return next address, handle absolute sections
927         * as/hc08/lkhead.c,
928         * as/mcs51/lkhead.c (newhead): head is absolute but not overlay
929         * as/hc08/lklibr.c (addfile, fndsym),
930         * as/mcs51/lklibr.c (addfile, buildlibraryindex, fndsym): prevent
931           index out of range and detect both '\' and '/'
932         * device/include/mcs51/c8051f200.h: added _XPAGE, removed bad comment
933         * device/include/stdbool.h: removed SDCC_ds390 from check to pass
934           regression tests (ds390 cannot return bool yet)
935         * doc/sdccman.lyx: changed version number, document changed --no-peep,
936           document critical interrupts on z80, document changed SDCC define
937         * src/asm.c (_asxxxx_mapping): fixed .org directive,
938           (_a390_mapping): added .org directive
939         * src/hc08/gen.c (transferAopAop): made bytemask log to fix warning,
940           (genMultOneByte): fixed warnings
941         * src/hc08/hc08.dsp: lowered warning level to 2 to suppress pedantic
942           ones
943         * src/pic16/device.c: removed newReg prototype, removed BYTE_IN_LONG
944         * src/pic16/gen.c (pic16_popGetLabel): made parameter key signed,
945           (pic16_genLeftShiftLiteral, genRightShiftLiteral): fixed warnings
946         * src/pic16/gen.h: changed prototype for pic16_popGetLabel
947         * src/pic16/main.c: removed newReg prototype
948         * src/pic16/pcode.c,
949         * src/pic16/pcode.h (pic16_emitDB): changed parameter c to int to fix
950           warnings
951         * src/pic16/pic16.dsp: lowered warning level to 2 to suppress pedantic
952           ones
953         * src/pic16/ralloc.c
954         * src/pic16/ralloc.h (newReg): changed type to int and size to unsigned
955           to fix warnings
956         * src/pic/pcode.c (allocInternalRegister): changed parameter optype
957           from short to PIC_OPTYPE
958         * src/pic/pic.dsp: lowered warning level to 2 to suppress pedantic ones
959         * src/pic/ralloc.c (newReg, allocInternalRegister): changed parameter
960           optype from short to PIC_OPTYPE
961         * src/port.h: made int_size unsigned to fix warnings
962         * src/SDCC.y: fixed warning on MSVC
963         * src/SDCCicode.c (getArraySizePtr): return unsigned int
964         * src/SDCCopt.c (convertToFcall): fixed warnings
965         * src/SDCCsymt.h: removed double prototype for genSymName
966         * src/xa51/ralloc.c (allocReg): made size unsigned int, type int and
967           offset int to fix warnings
968
969 2006-04-22 Borut Razem <borut.razem AT siol.net>
970
971         * doc/sdccman.lyx, */Makefile, */Makefile.in:
972           references to CVS replaced with Subversion
973
974 2006-04-21 Borut Razem <borut.razem AT siol.net>
975
976         * doc/sdccman.lyx, */Makefile, */Makefile.in:
977           references to CVS replaced with Subversion
978
979 2006-04-19 Borut Razem <borut.razem AT siol.net>
980
981         * src/version.awk: adapted for svn
982         * /asxxxx/asxhtml/*.gif: set property svn:mime-type to image/gif
983           sim/ucsim/doc/*.gif: set property svn:mime-type to image/gif
984           sim/ucsim/doc/*.jpg: set property svn:mime-type to image/jpeg
985           /binutils-avr/etc/*.vi, *.jin: removed all properties
986           support/scripts/sdcc.ico: set property svn:mime-type to image/x-icon
987
988 2006-04-19 Borut Razem <borut.razem AT siol.net>
989
990         * CVS to Subversion migration completed
991
992 2006-04-18 Borut Razem <borut.razem AT siol.net>
993
994         * support/scripts/sdcc.nsi: removed unexisting ${DEV_ROOT}\lib\pic\*.o,
995           ${DEV_ROOT}\lib\src\pic\libdev\*.S, ${DEV_ROOT}\lib\src\pic\libdev\*.inc
996
997 2006-04-17 Borut Razem <borut.razem AT siol.net>
998
999         * device/include/Makefile.in: added pic/*.inc to the installation
1000
1001 2006-04-15 Bernhard Held <bernhard AT bernhardheld.de>
1002
1003         * support/regression/collate-results.py: fixed output in case of
1004         a valdiag error
1005         * support/regression/generate-cases.py: fixed splitting of pathnames
1006         with dots
1007         * as/hc08/lklibr.c (addfile),
1008         * as/mcs51/lklibr.c (addfile): fixed off-by-one bug
1009
1010 2006-04-11 Raphael Neider <rneider AT web.de>
1011
1012         * src/pic16/gen.c (getFreePtr, pic16_popRegFromString),
1013         * src/pic16/ralloc.c (pic16_allocregWithName): removed debug output
1014         * src/pic16/pcode.c (assignValnums): fixed #1460578
1015
1016 2006-04-11 Raphael Neider <rneider AT web.de>
1017
1018         * device/lib/pic/libdev/*.c,
1019         * device/include/pic/*.h: replaced sfr and data with __sfr and __data,
1020           fixes #1468739, enables compilation in --std-c99 mode
1021         * support/scripts/inc2h.pl: emit __sfr/__data instead of sfr/data
1022
1023 2006-04-11 Raphael Neider <rneider AT web.de>
1024
1025         * src/pic/device.c (find_device): removed debug output
1026           (list_valid_pics): enabled verbose listing of supported devices
1027         * device/include/stdbool.h: define bool as char for pic14/16 as well
1028
1029 2006-04-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1030
1031         * src/SDCC.y: allow using brackets here: "__interrupt (1) __using (1)"
1032
1033 2006-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
1034
1035         * .version: bumped version to 2.5.6
1036         * src/pic/ralloc.c (newReg): MSVC doesn't support __builtin_return_address
1037
1038 2006-04-06 Raphael Neider <rneider AT web.de>
1039
1040         * .version: bumped version to 2.5.6 (pic14 ABI changed)
1041         * src/SDCCmain.c: add -DSDCC_PROCESSOR=<id> for pic14 port
1042         * src/pic/glue.c (emitSymbolToFile,pic14_constructAbsMap,
1043           pic14emitRegularMap,pic14emitMaps): moved output for absolute symbols to
1044             pic14_constructAbsMap
1045           (pic14printPublics): declare absolute global symbols as global
1046           (pic14createInterruptVect),
1047         * src/pic/ralloc.c (IS_CONFIG_ADDRESS): support second config word,
1048           (newReg): assume new registers unused, use correct name in
1049             hashtable (reg->name instead of name), more debugLog output
1050         * src/pic/device.h (PIC_device): added fields for verbose output
1051         * src/pic/device.c: moved device definition to pic14devices.txt,
1052             added routines for runtime parsing of pic14devices.txt,
1053             added support for second config word
1054         * src/pic/main.c (_process_pragma): removed #pragma maxram,
1055           (_pic14_keywords): no longer accept "bit" and "sbit" keywords
1056           (_pic14_initPaths): add search paths with "pic" suffix (not "pic14")
1057           (_pic14_parseOptions): moved pCodeInitRegisters here
1058           (_pic14_do_link): add "pic$(ARCH).lib" to linker arguments
1059         * src/pic/pcode.c (AnalyzeBanking): bail out on unset processor,
1060           (pCodeInitRegisters): rewrapped comments, perpared new approach to
1061             handling the pseudo stack
1062         * device/lib/Makefile.in: ignore failures in objects-pic16,
1063         * device/lib/pic/{configure,configure.in,Makefile}: added libdev/
1064         * device/lib/pic/NEWS: document new dependency on picXXX.lib
1065         * device/lib/pic/Makefile.subdir,
1066         * device/lib/pic16/Makefile.subdir: improved clean rules
1067         * device/lib/pic/libdev/: NEW, pic14 device libraries
1068         * device/lib/pic/libsdcc/_gptr{get,put}{1,2,3,4}.S: use _X not X
1069         * device/lib/pic/libsdcc/macros.inc: use _X not X, declare default SFRs
1070         * device/include/Makefile.in: create subdir and install pic14 headers
1071         * device/include/pic/p16f_common.inc: removed unused declarations
1072         * device/include/pic/pic16*.h: added header files for 100+ 14 bit
1073             PICs from inc2h.pl v1.6,
1074             replaced BIT_AT macros with struct declarations
1075         * device/include/pic/pic14devices.txt: definition of supported devices,
1076             all above improvements contributed by Zik Saleeba, thanks
1077         * support/scripts/inc2h.pl: removed BIT_AT, replaced with structs
1078         * support/scripts/sdcc.nsi: also install pic14 device libraries and
1079             headers
1080
1081 2006-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
1082
1083         * device/include/mcs51/c8051f410.h: added interrupt numbers,
1084         * device/include/mcs51/c8051f200.h: old SiLabs mcu completes the list,
1085           thanks to Charles Olds
1086
1087 2006-04-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1088
1089         * debugger/mcs51/cmd.c (infoRegisters): show return address on stack
1090
1091 2006-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
1092
1093         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug 1464657
1094         * src/mcs51/gen.c (genJumpTab): fixed bug in medium model
1095         * support/regression/bug1464657.c: added, new test
1096
1097 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
1098
1099         * src/SDCCmain.c (preProcess): implemented RFE 1449908, define SDCC as the
1100           version number
1101
1102 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
1103
1104         * src/SDCCpeeph.c (initPeepHole): implemented RFE 1460196, when both
1105           --no-peep and --peep-file <file> are used don't use default rules but
1106           do use the <file>
1107
1108 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
1109
1110         * src/mcs51/gen.c (genCall): fixed bug 1457608
1111
1112 2006-03-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1113
1114         * doc/sdccman.lyx: reverted to version 1.129 of december as my latest
1115         changes seem to cause (trigger?) problems with the build system.
1116
1117 2006-03-29 Maarten Brock <sourceforge.brock AT dse.nl>
1118
1119         * src/SDCCpeeph.c (operandsLiteral): new, added,
1120           (callFuncByName): inserted operandsLiteral
1121         * src/mcs51/peeph.def: reenabled 132.e, added extra check to 132.x
1122
1123 2006-03-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1124
1125         * doc/sdccman.lyx: added paragraph "Use of SDCC in Education"
1126         * src/mcs51/peeph.def: disabled rule 132.e fixing bug #1453093
1127
1128 2006-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
1129
1130         * src/z80/gen.c (genFunction, genEndFunction): fixed bug 1160666,
1131           implemented patch 1120823 Thanks to Willy De la Court (normal
1132           interrupts need an interrupt number now if they are made critical),
1133           and enabled nesting of critical functions though not for gbz80
1134           (genCritical, genEndCritical): added functions
1135           (genZ80Code): added cases for CRITICAL and ENDCRITICAL
1136         * src/z80/mappings.i: added "ei" to all mappings
1137
1138 2006-03-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1139
1140         * sim/ucsim/cmd.src/newcmdcl.h: applied patch fixing GCC 4.1 build
1141         submitted by the Debian SDCC maintainer Aurelien Jarno:
1142         "Credits goes to Martin Michlmayr, who rebuilt the whole Debian
1143         archive with gcc 4.1 on mips and wrote the patch"
1144
1145 2006-03-16 Raphael Neider <rneider AT web.de>
1146
1147         * src/pic16/genarith.c (genAddLit): simplified and fixed case where
1148           the left operand is shorter than the result (c* = lit-c* + int),
1149           fixes bug #1450796
1150         * src/pic16/gen.c (genRightShift): check IS_SYMOP before accessing
1151           OP_SYMBOL
1152
1153 2006-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
1154
1155         * src/.version: increased version number to 2.5.5
1156         * src/SDCCmain.c (linkEdit): do not test for PIC16 target since, PIC16
1157         linking is done manually in pic16 port's _linkEdit,
1158         * src/SDCCsymt.c (compStructSize): for target PIC16 and shell variable
1159         PIC16_PACKED_BITFIELDS, compact bitfield structures as much as possible,
1160         * src/pic16/gen.c (aopForSym): when direct register name is WREG then
1161         allocate asmop as AOP_ACC,
1162         (aopForRemat): added parameter 'bool result' in function declaration,
1163         (pic16_aopGet): return AOP_ACC when accessing WREG,
1164         (pic16_popGetTempReg): minor modification,
1165         (pic16_popRegFromIdx): first try with 'pic16_regWithIdx' then with
1166         'pic16_allocWithIdx',
1167         (genPcall): removed ftype, usage of OP_SYM_TYPE asserted error when
1168         calling function in absolute addresses,
1169         (genAssign): take into account AOP_ACC asmop,
1170         * src/pic16/pcode.c (pic16_newpCodeOpReg): minor modifications,
1171         * src/pic16/pcoderegs.c: some debug functions and lines added,
1172         * src/pic16/ralloc.c (decodeRegType): added but commented out,
1173         * (pic16_typeRegWithIdx): search 'pic16_dynInternalRegs' for given
1174         register too,
1175         * (pic16_findFreeReg, pic16_findFreeRegNext): allocate new register via
1176         call to allocReg, not by manually allocating a new one,
1177         (pic16_assignRegisters): now before going through the register
1178         allocating functions mark all registers as free. This eliminates some
1179         side effects resulting from peephole parser done earlier in the backbone
1180
1181 2006-03-13 Maarten Brock <sourceforge.brock AT dse.nl>
1182
1183         * src/SDCCicode.c (geniCodeLogic),
1184         * src/SDCCast.c (decorateType): applied patch by Bernhard for rfe 1422617
1185
1186 2006-03-10 Maarten Brock <sourceforge.brock AT dse.nl>
1187
1188         * src/mcs51/gen.c (sameReg): new, checks if two aop regs are the same,
1189           (genSend): bugfix, do not allocate and free twice,
1190           (shiftRLong): handle partially overlapping aops
1191         * support/regression/tests/bitopcse.c: fixed warning redefined idata
1192
1193 2006-03-08 Borut Razem <borut.razem AT siol.net>
1194
1195         * support/regression/fwk/include/testfwk.h: added defines for xdata, idata
1196           for pic16
1197
1198 2006-03-08 Maarten Brock <sourceforge.brock AT dse.nl>
1199
1200         * support/regression/tests/bug1409955.c: new, added
1201         * src/mcs51/gen.h: changed asmop.freed:1 to asmop.allocated for tracking
1202         * src/mcs51/gen.c (newAsmop): set asmop.allocated to 1,
1203           (aopForSym, aopOp): increment asmop.allocated if reused,
1204           (freeAsmop): decrement asmop.allocated and check for zero instead of
1205           using asmop.freed,
1206           (freeForBranchAsmop): use asmop.allocated instead of asmop.freed,
1207           (genNot, genCpl, genUminus, genMinus, genMult, genDiv, genMod, genCmpGt,
1208            genCmpLt, genAndOp, genOrOp, genAnd, genOr, genXor, genRRC, genRLC,
1209            genGetHbit, genGetAbit, genGetByte, genGetWord, genSwap,
1210            genLeftShiftLiteral, genLeftShift, genRightShiftLiteral,
1211            genSignedRightShift, genRightShift, genDataPointerGet,
1212            genPagedPointerGet, genFarPointerGet, genCodePointerGet,
1213            genGenPointerGet, genDataPointerSet, genAssign, genCast): free asmop's
1214             in reverse order from allocation,
1215           (genPlus, genCmpEq): free asmop's in reverse order from allocation and
1216             added swappedLR to keep track
1217         * support/regression/fwk/include/testfwk.h: added defines for xdata, idata,
1218           pdata & code for GCC, z80, gbz80 & hc08
1219         * support/regression/tests/zeropad.c: moved defines to testfwk.h
1220
1221 2006-03-08 Raphael Neider <rneider AT web.de>
1222
1223         * src/pic16/main.c (_hasNativeMulFor): fixed bug #1444425
1224
1225 2006-03-07 Maarten Brock <sourceforge.brock AT dse.nl>
1226
1227         * device/include/mcs51/c8051f410.h: new SiLabs mcu
1228         * src/ds390/peeph.def: disabled 186.d and 227.a as fix for #1434401
1229         * support/regression/tests/array.c: added parenthesis, made arrays unsigned
1230
1231 2006-03-06 Borut Razem <borut.razem AT siol.net>
1232
1233         * support/regression/ports/pic16/spec.mk: link with libm18f.lib,
1234           made the linker quiet
1235
1236 2006-03-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
1237
1238         * src/pic16/gen.c (genPcall): fixed bug #1443644
1239         * src/pic16/device.h (struct pic16_options_t): added 'int CATregs' flag
1240         which dumps before the function entry point a data byte which represents
1241         the number of the local variables used by the specified function, added
1242         'xinst' for initial support for Extended Instruction Support,
1243         * src/pic16/gen.c (aopForSym, pic16_aopGet): beautifications,
1244         (pic16_testStackOverflow): do not prefix GSTACK_TEST_NAME with
1245         port->fun_prefix anymore (may change later),
1246         (genFunction, genEndFunction): do not store/restore local registers for
1247         _main (this should take care the --main-return command line option in
1248         the future),
1249         (genOr): removed some legacy pic-port instructions,
1250         * src/pic16/genarith.c (genAddLit): re-enabled old code because
1251         performing operations with SFR's causes data to be written more than
1252         once to each SFR. Perhaps SFRs should be handled in special cases...
1253         * src/pic16/glue.c: macros BIG_ENDIAN and BYTE_IN_LONG are moved to
1254         pcode.h
1255         * src/pic16/main.c (_process_pragma): stack bound checking did not take
1256         into account for stack starting position,
1257         (struct OPTIONS pic16_optionsTable): added command line argument
1258         --extended or -y for Extended Instruction Support,
1259         * src/pic16/ralloc.c (pic16_decodeOp): added case for FUNCTION,
1260         (deassignLRs): *** perhaps the most important change, old 'for' code
1261         (commented out for reference), didn't account for some registers which
1262         were left marked 'not free' after a pointer operation. The change
1263         reduces register usage a lot in some cases
1264
1265 2006-03-04 Borut Razem <borut.razem AT siol.net>
1266
1267         * support/regression/ports/hc08/spec.mk: remove *.asm in traget
1268           _clean
1269         * support/regression/tests/bug-524697.c: decreased array size for
1270           mcs51 to fit into the internal RAM
1271         * support/regression/Makefile.in: a little bit more verbose
1272
1273 2006-03-03 Borut Razem <borut.razem AT siol.net>
1274
1275         * support/regression/fwk/lib/testfwk.c,
1276           support/regression/fwk/include/testfwk.h: introduced function
1277           _prints(), nonrecursive _printn(), call _initEmu() from main()
1278         * support/regression/ports/gbz80/support.asm,
1279           support/regression/ports/ucz80/support.asm,
1280           support/regression/ports/z80/support.asm,
1281           support/regression/ports/ds390/support.c,
1282           support/regression/ports/hc08/support.c,
1283           support/regression/ports/host/support.c,
1284           support/regression/ports/mcs51/support.c,
1285           support/regression/ports/xa51/support.c: added empty _initEmu()
1286           function
1287         * support/regression/ports/pic16/gpsim.cmd,
1288           support/regression/ports/pic16/spec.mk,
1289           support/regression/ports/pic16/support.c,
1290           support/regression/Makefile.in: added pic16 regression test
1291
1292 2006-03-01 Raphael Neider <rneider AT web.de>
1293
1294         * src/pic16/gen.c (genPcall,pic16_derefPtr,genGenPointerGet,
1295           genConstPointerGet): use safe way of generating MOVFF to cover
1296             literals as well as registers, fixes bug #1440527
1297         * src/pic16/glue.c (pic16_printIvalBitFields): prevent NULL pointer
1298             dereference
1299           (pic16_printIvalUnion,pic16_isUnion): NEW, handle initialized unions
1300             more correctly, fixes bug #1232186
1301           (pic16_printIval): use pic16_printIvalUnion() for initialized unions
1302         * src/pic16/main.c (_pic16_linkEdit): reorder linker arguments to make
1303             gplink guess the correct processor in more cases, applied patch
1304             from Till Riedel attached to and fixing bug #1436552
1305
1306 2006-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1307
1308         * support/regression/tests/array.c: added, contains check for #1434401
1309         * src/mcs51/peeph.def: disabled 186.d as temporary fix for #1434401
1310
1311 2006-02-16 Maarten Brock <sourceforge.brock AT dse.nl>
1312
1313         * device/include/mcs51/at89s8253.h: new, thanks to Krzysztof Polomka
1314         * device/include/mcs51/at89S8252.h: fixed, thanks to Krzysztof Polomka
1315         * device/include/mcs51/c8051f326.h,
1316         * device/include/mcs51/c8051f340.h: new SiLabs mcu's
1317         * device/include/mcs51/c8051f000.h,
1318         * device/include/mcs51/c8051f018.h,
1319         * device/include/mcs51/c8051f020.h: used () with __at, renamed IDLE,STOP to
1320           PCON_IDLE,PCON_STOP and added sfr16 definitions
1321
1322 2006-02-14 Maarten Brock <sourceforge.brock AT dse.nl>
1323
1324         * src/mcs51/gen.c (genPlus, genMinus, genMult, genGetAbit, genGetByte,
1325           genGetWord): fixed bug 1409955
1326
1327 2006-02-14 Maarten Brock <sourceforge.brock AT dse.nl>
1328
1329         * device/include/hc08/mc68hc908gp32.h,
1330         * device/include/hc08/mc68hc908jb8.h: removed AWUL, added PTA6 & PTA7
1331
1332 2006-02-13 Maarten Brock <sourceforge.brock AT dse.nl>
1333
1334         * src/SDCCast.c (constExprValue): return NULL if not a value
1335         * src/SDCCglue.c (printIvalArray): fixed bug 1225568
1336         * src/hc08/gen.c(genUnpackBits, genUnpackBitsImmed): fixed bug 1019480
1337         * support/regression/tests/bitfields.c: enabled signed bitfield for all
1338
1339 2006-02-13 Borut Razem <borut.razem AT siol.net>
1340
1341         * src/regression/ptrarg.c: added, fails due to bug #1430967
1342         * src/regression/Makefile: ptrarg.c added, ...
1343
1344 2006-02-12 Maarten Brock <sourceforge.brock AT dse.nl>
1345
1346         * src/z80/gen.c (genUnpackBits): fixed bug 1019480
1347         * support/regression/tests/bitfields.c: enabled signed bitfield for z80
1348
1349 2006-02-11 Borut Razem <borut.razem AT siol.net>
1350
1351         * src/SDCCmain.c: Added "sdcc: Calling linker..." if --verbose,
1352           print "Processor: xxx" message to stdout only if --verbose
1353
1354 2006-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
1355
1356         * src/SDCCglue.c (printIvalStruct): fixed bug 1426356 union initializer
1357         * support/regression/tests/bug1426356.c: added
1358         * support/regression/tests/bitfields.c: removed 2 tests
1359
1360 2006-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
1361
1362         * device/include/mcs51/at89c51snd1c.h: updated comments, see patch 1428901
1363         * device/include/mcs51/c8051f330.h,
1364         * device/include/mcs51/c8051f350.h: used () with __at, renamed IDLE,STOP to
1365           PCON_IDLE,PCON_STOP and added sfr16 definitions
1366         * device/lib/_divsint.c,
1367         * device/lib/_divuint.c,
1368         * device/lib/_divulong.c,
1369         * device/lib/_divulong.c: renamed a,b to x,y to avoid confusion, fixed
1370           register bank bug for small stackauto
1371
1372 2006-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
1373
1374         * support/regression/fwk/lib/timeout.c: include <stdlib.h> for exit()
1375
1376 2006-02-08 Maarten Brock <sourceforge.brock AT dse.nl>
1377
1378         * support/regression/ports/mcs51-xstack-auto/spec.mk: forgot -I(...)/mcs51
1379         * all.dsp: corrected several bin paths
1380         * device/include/mcs51/c8051f120.h,
1381         * device/include/mcs51/c8051f300.h,
1382         * device/include/mcs51/c8051f310.h: used () with __at and renamed IDLE,STOP
1383           to PCON_IDLE,PCON_STOP
1384         * device/include/mcs51/c8051f320.h: see above, also added sfr16 definitions
1385         * device/lib/printf_large.c (output_float): fixed bug 1388703
1386         * support/regression/tests/bug1057979.c: added test for bug 1388703
1387
1388 2006-02-08 Raphael Neider <rneider AT web.de>
1389
1390         * src/pic/pcode.c (pciTRIS): fixed typo,
1391           (BuildFlow,LinkFlow_pCode): added (disabled) debug output,
1392           (LinkFlow): fixed handling of flows that end in a call,
1393           (ReuseReg): perform safety check earlier
1394         * src/pic/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed
1395             to work with flows at the beginning of a pBlock,
1396             fixes #1426557 (Symbol not previously defined),
1397           (pic14_ReMapLiveRanges): NEW, destroy and rebuild register
1398             usage information
1399           (RemoveUnusedRegisters): update register usage info
1400         * src/pic/ralloc.c (newReg): prevent duplicate registers from being
1401             created, reuse existing ones instead
1402         * src/pic/gen.c (genPcall): fixed #1424719
1403
1404 2006-02-07 Bernhard Held <bernhard AT bernhardheld.de>
1405
1406         * link/z80/lkmain.c,
1407         * link/z80/lklex.c,
1408         * link/z80/lkdata.c,
1409         * link/z80/aslink.h: fixed build on current cygwin:
1410         replaced getline() by lk_getline()
1411
1412 2006-02-01 Borut Razem <borut.razem AT siol.net>
1413
1414         * src/regression/add.c, src/regression/add2.c, src/regression/add3.c,
1415           src/regression/add4.c, src/regression/and1.c, src/regression/and2.c,
1416           src/regression/arrays.c, src/regression/b.c, src/regression/bank1.c,
1417           src/regression/bool1.c, src/regression/bool2.c,
1418           src/regression/bool3.c, src/regression/call1.c,
1419           src/regression/compare.c, src/regression/compare10.c,
1420           src/regression/compare2.c, src/regression/compare3.c,
1421           src/regression/compare4.c, src/regression/compare5.c,
1422           src/regression/compare6.c, src/regression/compare7.c,
1423           src/regression/compare8.c, src/regression/compare9.c,
1424           src/regression/configword.c, src/regression/for.c,
1425           src/regression/inline.c, src/regression/mult1.c,
1426           src/regression/nestfor.c, src/regression/or1.c,
1427           src/regression/pointer1.c, src/regression/ptrfunc.c,
1428           src/regression/rotate1.c, src/regression/rotate2.c,
1429           src/regression/rotate3.c, src/regression/rotate4.c,
1430           src/regression/rotate5.c, src/regression/rotate6.c,
1431           src/regression/rotate7.c, src/regression/string1.c,
1432           src/regression/struct1.c, src/regression/sub.c,
1433           src/regression/sub2.c, src/regression/switch1.c,
1434           src/regression/while.c, src/regression/xor.c,
1435           src/regression/create_stc, src/regression/simulate,
1436           src/regression/rt.sh, src/regression/Makefile: reenabled Scott's PIC14
1437           regression tests
1438         * src/regression/gpsim_assert.h: added
1439
1440 2006-01-28 Bernhard Held <bernhard AT bernhardheld.de>
1441
1442         * src/ds390/gen.c (unsaveRegisters): fixed literal function pointer
1443         ((void (code *) (void)) 0) ();
1444         * as/hc08/aslex.c,
1445         * as/hc08/aslink.h,
1446         * as/hc08/asm.h,
1447         * as/hc08/asmain.c,
1448         * as/hc08/lkdata.c,
1449         * as/hc08/lklex.c,
1450         * as/hc08/lkmain.c,
1451         * as/mcs51/aslex.c,
1452         * as/mcs51/aslink.h,
1453         * as/mcs51/asm.h,
1454         * as/mcs51/asmain.c,
1455         * as/mcs51/lkdata.c,
1456         * as/mcs51/lklex.c,
1457         * as/mcs51/lkmain.c,
1458         * as/z80/aslex.c,
1459         * as/z80/asm.h,
1460         * as/z80/asmain.c: fixed build on current cygwin:
1461         replaced getline() by as_getline()
1462
1463 2006-01-27 Bernhard Held <bernhard AT bernhardheld.de>
1464
1465         * src/SDCC.y: fixed bug #716242, exchanged pointer and function
1466         declarator in the symbol chain
1467         * src/SDCCsymt.h,
1468         * src/SDCCsymt.c (processFuncPtrArgs): added, removes "(void)"
1469         parameter list for function pointers
1470         * src/SDCCast.c (decorateType): added call of processFuncPtrArgs()
1471         * support/regression/tests/bug-716242.c: added
1472
1473 2006-01-20 Bernhard Held <bernhard AT bernhardheld.de>
1474
1475         * src/SDCCicode.c (geniCodeAdd, geniCodeArray): use char for array
1476         offset if possible
1477         * src/SDCCast.c (getLeftResultType): 255 fits in char, not 256
1478
1479 2006-01-18 Bernhard Held <bernhard AT bernhardheld.de>
1480
1481         * src/SDCCast.c (backPatchLabels): fixed bug #1408066: made it
1482         inifinitely recurseable, added static
1483         * support/regression/tests/bug-1408066.c: added
1484
1485 2006-01-17 Bernhard Held <bernhard AT bernhardheld.de>
1486
1487         * src/SDCCicode.h,
1488         * src/SDCCicode.c (newiTempPreheaderLabel, newiTempLoopHeaderLabel):
1489         renamed, added possibility to create "postLoopLbl"-labels
1490         * src/SDCCBBlock.c (iCodeBreakDown): renamed newiTempPreheaderLabel to
1491         newiTempLoopHeaderLabel
1492         * src/SDCCloop.c (newInduction, newRegion, backEdges, insertIntoLoop,
1493         isNotInBlocks, addToExitsMarkDepth, createLoop, dominatedBy,
1494         addDefInExprs, assignmentsToSym, isOperandInvariant, pointerAssigned,
1495         hasNonPtrUse, loopInvariants, addressTaken, findInduction,
1496         findDefInRegion, mergeRegions, ifMerged, mergeInnerLoops): made static,
1497         (pinduction, pregion, hasIncomingDefs, findLoopEndSeq): disabled,
1498         (basicInduction): fixed bug #136564, made static,
1499         (loopInduction): changed parameter of basicInduction, made static,
1500         (addPostLoopBlock): added
1501         * src/SDCCloop.h: removed backEdges, pregion, pinduction,
1502         loopOptimizations, addressTaken, findDefInRegion, hasIncomingDefs,
1503         findLoopEndSeq
1504         * support/regression/tests/bug-136564.c: added
1505         * support/regression/ports/mcs51-xstack-auto/spec.mk: added
1506         --std-sdcc99 to LIBSDCCFLAGS
1507
1508 2006-01-16 Bernhard Held <bernhard AT bernhardheld.de>
1509
1510         * src/SDCCicode.c (geniCodeIfx): fix bug 1406131: always false
1511         while loop
1512         * support/regression/tests/bug-1406131.c: added
1513
1514 2005-12-31 Bernhard Held <bernhard AT bernhardheld.de>
1515
1516         * src/SDCCast.c (decorateType): fix promotion of unary minus
1517         * src/SDCCsymt.c (computeType): beautified
1518         * src/SDCCval.c (cheapestVal): beautified, old non-Ansi version removed,
1519         (valUnaryPM, valComplement): fix sign and promotion,
1520         (valNot): ANSI: result type is int (SDCC: unsigned char)
1521         * support/regression/tests/uminus.c: speedup by removing superflous
1522         test case 'int'
1523         * support/regression/tests/onebyte.c: added promotion and signedness
1524         tests for unary minus
1525         * support/regressions/tests/bug-477927.c: disable warning about
1526         uninitialized variables
1527         * support/regression/tests/not.c: added
1528
1529 2005-12-28 Bernhard Held <bernhard AT bernhardheld.de>
1530
1531         * device/lib/Makefile.in: added --std-sdcc99 to CFLAGS
1532         * src/mcs51/gen.c (gen51Code): show final register usage after
1533         fillGaps in asm with --i-code-in-asm
1534         * src/SDCClrange.c (sequenceiCode, setLiveFrom, setLiveTo,
1535         markLiveRanges, markAlive, findNextUseSym, findNextUse, unvisitBlocks,
1536         incUsed, rliveClear, adjustIChain): made static,
1537         (setFromRange): excluded because it's unused,
1538         (findPrevUseSym, markWholeLoop): added,
1539         (findPrevUse): rewritten; fixes bug 895992; now a complete search
1540         through all branches of predecessors enables sdcc to emit the warning
1541         W_LOCAL_NOINIT, marking of outermost loop was incomplete,
1542         (rlivePoint): made static, added parameter emitWarnings which is only
1543         true during the first run out of two,
1544         (findRecursiveSucc, findRecursivePred): removed,
1545         (computeLiveRanges): made static, added parameter emitWarnings,
1546         (dumpIcRlive): added for debugging only
1547         * src/SDCClrange.h: added boolean parameter to computeLiveRanges(),
1548         removed prototype of setFromRange()
1549         * src/SDCCopt.c (eBBlockFromiCode): added new parameter emitWarnings
1550         in call of computeLiveRanges()
1551         * support/regression/tests/bug-895992.c: added
1552         * support/regression/tests/bug-971834.c: added
1553         * support/valdiag/tests/bug-895992.c: added
1554         * support/valdiag/tests/bug-971834.c: added
1555
1556 2005-12-18 Raphael Neider <rneider AT web.de>
1557
1558         * src/pic16/gen.c: added IS_DIRECT macro for "direct" operands,
1559           (genUnpackBits): improved code for direct operands,
1560           (genPackBits): improved code for literal assignment to bitfields
1561             and for direct destination operands (no FSR indirection),
1562             prevented redundant AND, fixes #1362800,
1563           (AccLsh): added parameter to disable masking of the result
1564         * src/pic16/pcode.c (pic16_safepCodeUnlink): fixed to work with
1565           skip instructions with side-effects (like incfsz),
1566           (pic16_pCodeIsAlive): suppress verbose output unless pcode_verbose,
1567         * src/pic16/pcoderegs.c (RemoveRegsFromSet): removed annoying warning
1568         * device/lib/pic16/Makefile.common.in: added --asm=@GPASM@ to CC,
1569           fixes #1375263
1570
1571 2005-12-11 Bernhard Held <bernhard AT bernhardheld.de>
1572
1573         * src/SDCCicode.c (geniCodeAssign): fixed bug 11369874, don't use
1574         volatile variables as spill location
1575
1576 2005-12-10 Bernhard Held <bernhard AT bernhardheld.de>
1577
1578         * src/SDCCcse.c (findCheaperOp): fixed bug 1376320, copy signedness to
1579         replacing literals
1580         * support/regression/tests/bug-1376320.c: added
1581
1582 2005-12-08 Raphael Neider <rneider AT web.de>
1583
1584         * src/pic/device.c: renamed is_shared to pic14_is_shared
1585         * src/pic/gen.c (genIfx): re-enabled handling of sbits
1586         * src/pic/glue.c (emitSymbolToFile): added workaround for sbits,
1587           (is_valid_identifier): added for above workaround
1588
1589 2005-12-07 Maarten Brock <sourceforge.brock AT dse.nl>
1590
1591         * device/lib/Makefile.in: fixed to enable port-specific-objects
1592         * device/lib/ds390/i2c390.c (BitOutI2C): optimized by making bout unsigned
1593           char, thanks Hubert Sack
1594         * doc/sdccman.lyx: documented --xstack-loc,
1595           elaborated a bit more on interrupts and pitfalls,
1596           removed "setjmp/longjmp unsupported",
1597           documented some unsupported C99 features
1598         * src/SDCCmain.c (linkEdit): adapted default lib path for --stack-auto
1599         * src/SDCCpeeph.c (readRules): inserted patch 1367130 for finding missing
1600           if, thanks Hubert Sack
1601         * src/mcs51/gen.c (genEndFunction): enabled "pop psw" for regbank 0 isr
1602         * support/regression/Makefile.in: test-mcs51-stack-auto no longer needs to
1603           make make_library
1604         * support/regression/get_ticks.py: new, get cpu cycles and code size, so
1605           regression tests can report resource usage (rfe 700441)
1606         * support/regression/collate-results.py: report resource usage
1607         * support/regression/ports/ds390/spec.mk,
1608         * support/regression/ports/hc08/spec.mk,
1609         * support/regression/ports/mcs51/spec.mk,
1610         * support/regression/ports/ucz80/spec.mk: run sim output through get_ticks
1611         * support/regression/ports/ds390/uCsim.cmd,
1612         * support/regression/ports/hc08/uCsim.cmd,
1613         * support/regression/ports/mcs51/uCsim.cmd,
1614         * support/regression/ports/ucz80/uCsim.cmd: inserted "state" to report time
1615         * support/regression/ports/mcs51-stack-auto/spec.mk: no need to build the
1616           library, use the default one
1617         * support/regression/ports/mcs51-xstack-auto/spec.mk: inserted rules for
1618           building the library
1619
1620 2005-12-06 Maarten Brock <sourceforge.brock AT dse.nl>
1621
1622         * config.dsp: added dependency on .version and configure_vc.awk
1623         * device/include/setjmp.h: updated for --stack-auto and --xstack
1624         * device/include/mcs51/at89c51snd1c.h: corrected line endings
1625         * device/include/mcs51/XC866.h: added, thanks Llewellyn van Zyl
1626         * device/lib/_setjmp.c: updated for --stack-auto and --xstack
1627         * device/lib/libsdcc.lib: added _setjmp
1628         * src/SDCCast.c (createIvalCharPtr): fixed warnings,
1629           (decorateType): fixed bug 1372851,
1630           (optimizeGetHbit): fixed warning
1631         * src/SDCCglue.c (printIvalChar, printIvalArray): adapted for flexible
1632           array initialisation
1633         * support/regression/tests/bug1057979.c: added test for bug 1358192
1634         * support/regression/tests/setjmp.c: added, test for setjmp/longjmp
1635
1636 2005-12-03 Borut Razem <borut.razem AT siol.net>
1637
1638         * support/scripts/sdcc.nsi: added /SOLID option to "SetCompressor lzma"
1639           command since the NSIS was upgraded to version 2.11 on CF x86-linux2
1640
1641 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
1642
1643         * src/SDCCast.c (createIvalStruct, createIvalArray, createIvalPtr,
1644         createIval): implement symbol independant "flexible array member",
1645         (createIvalCharPtr): implemented flexible array initialisation with a
1646         string
1647         * src/SDCCsymt.c (copyStruct): removed,
1648         (getSize): fixed misleading comment,
1649         (getAllocSize): removed, the additional allocation size is now in
1650         sym->flexArrayLength,
1651         (checkStructFlexArray): new, syntax checks for flexible array members,
1652         (compStructSize): added syntax checks for "flexible array members"
1653         (copyStruct): removed,
1654         (copyLinkChain): removed inefficient fix for bug 770487
1655         * src/SDCCglue.c (emitRegularMap): getAllocSize has been removed
1656         * src/SDCCsymt.h: added structdef.b_flexArrayMember and
1657         symbol->flexArrayLength
1658         * src/SDCCerr.c,
1659         * src/SDCCerr.h: added W_INVALID_FLEXARRAY, W_C89_NO_FLEXARRAY,
1660         E_FLEXARRAY_NOTATEND and E_FLEXARRAY_INEMPTYSTRCT
1661         * support/regression/tests/structflexarray.c: added
1662         * support/valdiag/tests/structflexiblearray.c: added
1663
1664 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
1665
1666         * src/SDCCast.c (decorateType): fixed bug 1368489
1667         * support/Util/SDCCerr.c,
1668         * support/Util/SDCCerr.h: added warning W_CMP_SU_CHAR
1669
1670 2005-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1671
1672         * device/include/mcs51/at89c51snd1c.h: added file submitted by
1673           Weston T. Schmidt <schmidtw AT users.sourceforge.net>, patch #1368001
1674
1675 2005-11-27 Borut Razem <borut.razem AT siol.net>
1676
1677         * support/cpp2/cppinit.c, support/cpp2/cpplib.h, support/cpp2/mkdeps.c,
1678           support/cpp2/mkdeps.h: added command line option
1679           -obj-ext=<extension> to SDCPP to define object file externion, used
1680           for generation of make dependencies (-M)
1681         * src/SDCCmain.c: pass -obj-ext=<extension> to SDCPP
1682
1683 2005-11-26 Borut Razem <borut.razem AT siol.net>
1684
1685         * support/scripts/sdcc.nsi: added small-stack-auto libraries,
1686           added missing device/lib/mcs51/crt*.asm, pic and pic16 sources,
1687           added pic and pic16 libraries
1688
1689 2005-11-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1690
1691         * device/include/float.h: Corrected typo in prototype of __fsgt
1692
1693 2005-11-25 Borut Razem <borut.razem AT siol.net>
1694
1695         * sdcc/device/lib/Makefile.in, sdcc/device/lib/incl.mk:
1696           added creation of model-mcs51-stack-auto libraries
1697
1698 2005-11-24 Bernhard Held <bernhard AT bernhardheld.de>
1699
1700         * src/SDCCsymt.c (copyLinkChain): fixed bug 770487, copy structdef
1701         and fields-list too
1702         * src/SDCCast.c (createIvalArray): removed obsolete comment
1703
1704 2005-11-24 Borut Razem <borut.razem AT siol.net>
1705
1706         * sdcc/device/lib/Makefile.in: remove all unnecessary files, 2nd try...,
1707           added missing device/lib/mcs51/crt*.asm sources
1708
1709 2005-11-23 Bernhard Held <bernhard AT bernhardheld.de>
1710
1711         * src/SDCCast.c (createIvalCharPtr): fixed bug 1348271
1712
1713 2005-11-22 Maarten Brock <sourceforge.brock AT dse.nl>
1714
1715         * device/lib/_fs2schar.c,
1716         * device/lib/_fs2sint.c,
1717         * device/lib/_fs2slong.c: optimized inline asm
1718
1719 2005-11-21 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1720
1721         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
1722           Better handling of floats between -1.0 and 0.0.
1723
1724 2005-11-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1725
1726         * src/mcs51/peeph.def: added missing "if"s as noted by Hubert Sack.
1727           (the missing "if"s prohibited removal of redundant labels)
1728
1729 2005-11-19 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1730
1731         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
1732           Properly convert floats between -1.0 and 0.0 to long, int, and char
1733           types (max integer value of negative floats tends to zero).
1734         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
1735           Removed changes made so to work properly with floats between
1736           -1.0 and 0.0, as the problem is fixed in _fs2slong.c, _fs2sint.c,
1737           and _fs2char.c
1738
1739 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
1740
1741         * src/SDCCcse.c (ReplaceOpWithCheaperOp): minor fix for debugging only
1742         * src/mcs51/gen.c (genUnpackBits): better code and a fix,
1743         (genCast) cosmetic change
1744         * src/ds390/gen.c (genUnpackBits, ): ported from mcs51
1745         * src/ds390/ralloc.c (packRegsForAssign): ported fix for bitfields
1746         from mcs51
1747         * support/regression/tests/bitfields (testSignedBitfields): added
1748
1749 2005-11-18 Borut Razem <borut.razem AT siol.net>
1750
1751         * sdcc/device/lib/Makefile.in: remove all unnecessary files
1752         * device/lib/pic/Makefile.rules, device/lib/pic16/Makefile.subdir:
1753           introduced SILENT option to make building of pic16 libraries less
1754
1755 2005-11-18 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1756
1757         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
1758           Now they work properly with floats between -1.0 and 0.0
1759         * device/lib/printf_large.c: Removed temporary patch for bug 1358192
1760
1761 2005-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
1762
1763         * src/SDCCicode.c (printOperand): added missing else
1764
1765 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
1766
1767         * src/SDCCsymt.c (computeType): fixed bug 1358192: added missing else,
1768         reformatted for better readability
1769         * src/mcs51/gen.c (genUnpackBits): initial, incomplete support for
1770         signed bitfields
1771
1772 2005-11-17 Borut Razem <borut.razem AT siol.net>
1773
1774         * device/lib/pic16/Makefile.rules, device/lib/pic16/Makefile.subdir:
1775           introduced SILENT option to make building of pic16 libraries less
1776           verbose - used for nightly snapshot build
1777         * doc/sdccman.lyx: documented that SDCDB and ucSim are currently not
1778           available on Win32 platforms.
1779         * sdcc/device/lib/Makefile.in: added library sources for mcs51, small,
1780           medium, large, pic and pic16
1781
1782 2005-11-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1783
1784         * device/lib/printf_large.c: Temporary patch for bug 1358192:
1785           printf("%f"...) sets fraction to zero.
1786
1787 2005-11-16 Raphael Neider <rneider AT web.de>
1788
1789         * src/pic/pcode.c (LinkFlow): handle empty flows correctly,
1790           fixes #1357221
1791         * src/pic/gen.c (genIfx): implemented for CARRY bit
1792         * src/pic16/gen.c (genAssign,genCast): fixed assigning/casting
1793           to generic pointers, fixes #1357332,
1794           (pic16_movLit2f): NEW,
1795           (pic16_storeForReturn,genDataPointerSet): use pic16_movLit2f
1796
1797 2005-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
1798
1799         * src/SDCCmain.c (parseCmdLine): fixed bug 1356800, thanks rsudjian
1800
1801 2005-11-11 Raphael Neider <rneider AT web.de>
1802
1803         * src/pic/gen.c: handle FPOINTERS like POINTERS everywhere
1804         * src/pic16/gen.c (pic16_derefPtr): now works for non-pointers as well,
1805           compute pointer's type from operand,
1806           (genUnpackBits,genPackBits): handle FPOINTERS correctly, re-indented,
1807           improved single bit reads, fixes bug #1353379
1808
1809 2005-11-09 Borut Razem <borut.razem AT siol.net>
1810
1811         * support/scripts/sdcc.nsi: added lib/pic to the package
1812
1813 2005-11-08 Maarten Brock <sourceforge.brock AT dse.nl>
1814
1815         * src/SDCCval.c (valUnaryPM): fixed bug 1350699
1816
1817 2005-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
1818
1819         * support/regression/tests/bug1348008.c: added
1820         * src/mcs51/gen.c (saveRBank, unsaveRBank): fixed bug 1348008
1821         * support/regression/tests/bug1337835.c: updated comment
1822
1823 2005-11-06 Borut Razem <borut.razem AT siol.net>
1824
1825         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
1826           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
1827           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
1828           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
1829           sim/ucsim/cmd.src/set.cc, sim/ucsim/cmd.src/show.cc:
1830           dynamic construction of cl_error_class and derivates - 2.nd try
1831
1832 2005-11-05 Borut Razem <borut.razem AT siol.net>
1833
1834         * sim/ucsim/sim.src/error.cc: fixed uninitialized class member variable
1835           bug, which caused Bus Errors on sparc solaris
1836
1837 2005-11-04 Borut Razem <borut.razem AT siol.net>
1838
1839         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
1840           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
1841           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
1842           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
1843           sim/ucsim/cmd.src/cmdconf.cc: dynamic construction of cl_error_class
1844           and derivates to resolve the initialization problem on OSX
1845
1846 2005-11-02 Borut Razem <borut.razem AT siol.net>
1847
1848         * sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
1849           corrected typo - #include <winsock2.h>
1850
1851 2005-11-02 Maarten Brock <sourceforge.brock AT dse.nl>
1852
1853         * src/asm.c (printILine): always close tmpFile, thanks Beau E. Cox,
1854           (_asxxxx_mapping): added org directive for future enhancements
1855
1856 2005-11-01 Borut Razem <borut.razem AT siol.net>
1857
1858         * sim/ucsim/app.cc, sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
1859           enabled sockets on WIN32
1860         * sim/ucsim/cmd.src/newcmd.cc: fixed bug with uninitialized variables
1861
1862 2005-10-31 Borut Razem <borut.razem AT siol.net>
1863
1864         * support/regression/generate-cases.py: escape backslashes in {testcase}:
1865           WIN32 backslash path delimiters should be escaped when used in C strings
1866         * support/regression/tests/bitfields.c: exclude failing assertions for
1867           __CYGWIN32__ and __MINGW32__ hosts
1868
1869 2005-10-30 Borut Razem <borut.razem AT siol.net>
1870
1871         * src/SDCCutil.c: corrected double comparison typo
1872
1873 2005-10-30 Maarten Brock <sourceforge.brock AT dse.nl>
1874
1875         * device/lib/medium/Makefile: added for new memory model medium
1876         * device/include/asm/mcs51/features.h: updated for medium/pdata
1877         * device/include/mcs51/c8051f120.h: added sfr16/sfr32 definitions,
1878           added Multiply & Accumulate sbit's and MAC0_PAGE define
1879         * device/include/mcs51/c8051f300.h: added sfr16 definitions
1880         * device/include/mcs51/c8051f310.h: added sfr16 definitions
1881         * device/lib/_mullong.c: update for medium model
1882         * device/lib/incl.mk: added medium model
1883         * doc/sdccman.lyx: documented medium model
1884         * src/SDCCast.c (isBitAndPow2): simplified using updated powof2
1885         * src/SDCCicode.c (geniCodeMultiply, geniCodeDivision): use updated powof2
1886         * src/SDCCmain.c (optionsTable, linkEdit): enabled medium model
1887         * src/SDCCmem.c (allocIntoSeg): set iaccess for pdata symbols,
1888           (allocParms): set SCLS and OCLS to pdata for medium model
1889         * src/SDCCsymt.c (processFuncArgs): use default_local_map and set iaccess
1890           for pdata,
1891           (powof2): return <0 if not power of 2
1892         * src/avr/gen.c (genBitWise): use updated powof2
1893         * src/mcs51/gen.c (genMinusDec): use acc if necessary,
1894           (shiftR2Left2Result): small optimization in setup, save acc when storing,
1895           (shiftLLeftOrResult): use B if necessary
1896         * src/mcs51/main.c (_mcs51_finaliseOptions, mcs51_port): added medium model
1897         * src/mcs51/peeph.def: renamed 226 to 226.b, added 226.a
1898         * src/pic/main.c (_pic14_do_link): made void parameter list explicit
1899         * support/regression/Makefile.in: added test-mcs51-medium
1900         * support/regression/ports/mcs51-medium/spec.mk: added to test medium model
1901
1902 2005-10-28 Bernhard Held <bernhard AT bernhardheld.de>
1903
1904         * src/SDCCsymt.c (compStructSize): make bitfields without (un)signed
1905         specifier unsigned
1906         * device/lib/time.c (mktime): fixed bug 1334315
1907
1908 2005-10-28 Raphael Neider <rneider AT web.de>
1909
1910         * device/include/pic/p16f_common.inc: added common declarations
1911         * src/pic/ralloc.c (initStack): moved regs *r to block start for Alpha
1912
1913 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
1914
1915         * src/mcs51/gen.c (getTempRegs): return 0 if not enough registers found,
1916           (aopPutUsesAcc): added to predict accumulator use,
1917           (assignResultValue): save acc if necessary,
1918           (genMinusDec): store result if indirectly addressed,
1919           (genDivOneByte):  save acc if necessary,
1920           (movLeft2Result): bugfix if left already in acc,
1921           (genAnd, genOr, genXor, shiftL2Left2Result, shiftR2Left2Result): pay more
1922             attention to accumulator use (esp. pdata),
1923           (genReceive): receive pdata correctly
1924         * src/SDCCicode.c (isOperandInPagedSpace): added to detect pdata operands
1925         * src/SDCCicode.h: added isOperandInPagedSpace prototype
1926
1927 2005-10-27 Raphael Neider <rneider AT web.de>
1928
1929         * doc/sdccman.lyx: corrected version (should be 2.5.4 not 2.5.5)
1930
1931 2005-10-27 Raphael Neider <rneider AT web.de>
1932
1933         * .version: changed version to 2.5.4
1934         * doc/sdccman.lyx: changed version to 2.5.4, added some remarks to PIC14
1935         * device/lib/pic/libsdcc/{_mulint.c,_mullong.c}: use unsigned literals,
1936           (_divschar.c,divuchar.c,_mulchar.c,_modschar.c,_moduchar): NEW,
1937             arithmetics support routines
1938         * device/lib/pic/Makefile.rules: have assembler sources preprocessed
1939         * device/lib/Makefile.in: also create installdir for pic
1940
1941         * src/SDCCopt.c (cnvToFcall): mark support routines `extern' for
1942           pic14 port as well
1943         * src/pic/device.c (dump_sfr): rewritten to delegate register
1944           placement to the linker (use `extern sym' rather than sym EQU addr),
1945           (validAddress): fixed to check last specified address
1946         * src/pic/gen.c (aopForSym): added code to deal with array (useless?),
1947           (popGetLit): truncate literal value to 8 bit,
1948           (popGet): moved assert to more appropriate place
1949           (popGetExternal): create pCode operand from and mark the according
1950             symbol as being `extern'
1951           (popGetAddr): added sanity check on immediate's offset, provide
1952             GPOINTER tag on demand
1953           (aopPut): fixed for immediates,
1954           (mov2w_op): move operand's address or contents to WREG (depending on
1955             operand type), safer variant of mov2w,
1956           (movwf,call_libraryfunc): NEW, handy abbreviations,
1957           (get_argument_pcop,get_return_val_pcop,pass_argument,
1958           get_returnvalue): interface for accessing function parameters and
1959             return values,
1960           (assignResultValuei,genRet): use new parameter/return value interface
1961           (pic14_getDataSize): back to old version handling generic pointers,
1962           (pic14_toBoolean,genNot,genCpl,genCmpEq,genOrOp): heavily rewritten,
1963             provided implementation and/or fixed old one,
1964           (genMultOneByte,genDivOneByte,genModOneByte): implemented as library
1965             calls, removed legacy 8051 reference code
1966           (AccLsh,AccRsh): rewritten and fixed to deal with signed operands
1967           (loadSignToC): NEW, move the operands sign bit to CARRY,
1968           (genGenericShift): NEW, replaces genLeftShift, genRightShift and
1969             genRightShiftSigned, accepts negative shift counts,
1970           (setup_fsr): load FSR and adjust IRP (indirect memory access),
1971           (emitPtrByteGet,emitPtrByteSet): rewritten, now works with
1972             generic pointers, __data pointers and __code pointers,
1973           (genUnpackBits,genPackBits): rewritten to work with generic pointers
1974             and signed bitfields, limit bitfields to 8 bit,
1975           (genDataPointerGet): fixed number of bytes read,
1976           (genGenPointerGet,genConstPointerGet): fixed bitfield access,
1977           (genPointerGet,genPointerSet): fixed handling of __code pointers,
1978             pointers to constant data are no longer assumed to point to __code
1979             space, removed invalid pointer types,
1980           (bitpatternFromVal): retrieve the PICs representation of an integer
1981             or float literal,
1982           (genDataPointerSet): fixed assigning to po_immediate operands,
1983           (genGenPointerSet): implemented as library call,
1984           (genIfx): fixed incorrect condition,
1985           (genAddrOf): limit generic pointers' addresses to 2 bytes,
1986             provide GPOINTER tag according to destination's storage class,
1987           (genCast): added code to handle casting to generic pointers, added
1988             sign-/zero extension of the result
1989           (aop_isLitLike,op_isLitLike): fixed handling of immediates
1990         * src/pic/gen.h: added macros to access IRP bit in STATUS register
1991         * src/pic/genarith.c (genAddLit): use min(result's,left's) size, sign
1992           extend the result
1993         * src/pic/glue.c (is_shared_address,is_shared): check whether a given
1994           address/register resides in the shared banks
1995           (emitSymbolToFile): improved to handle global and `pinned' symbols,
1996             put all variables into separate sections (have the linker arrange
1997             them)
1998           (picglue): put init code and interrupt handlers in separate sections
1999         * src/pic/main.c: added port specific options table, modified to PORT
2000           structure to make GPOINTERs 3 byte, added pic14_options
2001           (_pic14_do_link): private linking routine (update paths to libraries,
2002             add libsdcc.lib by default)
2003         * src/pic/main.h: declare pic14_options
2004         * src/pic/pcode.c: fixed instructions i/o relations,
2005           (RegCond): reverted to correct version,
2006           (newpCodeOpLit): truncate literals to 8 bit,
2007           (genericPrint): added debug output,
2008           (getRegFromInstruction): fixed for various operand types, simplified
2009           (BuildFlow): fixed broken handling of isntructions with labels
2010           (LinkFlow): start at last instruction in flow (skip trailing comments),
2011             pass the flow on to the next instruction after CALL
2012           (pCodeReplace): NEW, replace a pCode and move meta data to the new one
2013           (insertPCodeInstruction): fixed inserting after a skip instruction,
2014           (DoBankSelect): fixed for labeled instructions
2015           (OptimizepBlock): honor --nopeep switch
2016           (AnalyzeFlow,ReuseReg): prevent crash on source files with no function
2017         * src/pic/pcodepeep.c (pCodePeepMatchRule): prevent NULL pointer accesses
2018         * src/pic/pcoderegs.c (regIsLocal): NEW, check visibility of a register
2019           (pCodeOptime2pCodes): allow disabling this optimization via
2020             --no-pcode-opt due seldomly occuring bugs, fixed some conditions
2021             but is still buggy), started implementation of a dataflow based
2022             pCode optimization (CSE + dead code elimination)
2023           (pCodeRegMapLiveRangesInFlow): removed bogus inCond
2024         * src/pic/ralloc.c (initStack): renamed stack registers to STK%d, the new
2025           names are independant of the stack location and therefore portable across
2026           devices
2027
2028 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
2029
2030         * src/mcs51/ralloc.c (bitType): added to detect bit variables,
2031           (selectSpil): fixed bug 1337835 by not spilling bit variables
2032         * support/regression/tests/bug1337835.c: added test for this bug
2033         * src/mcs51/peeph.def: restart after rule 3.c,
2034           addded rules 263.x to optimize loading constants
2035
2036 2005-10-26 Raphael Neider <rneider AT web.de>
2037
2038         * src/SDCCsymt.c (compStructSize): allow signed bitfields for PIC ports
2039         * src/pic16/gen.c (genUnpackBits): support signed bitfields,
2040           (genAssign): emit warning when casting literals to generic pointer
2041             type, also applies when taking the address of a fixed variable,
2042           (genCast): improved casting to generic pointers
2043         * src/pic16/glue.c (pic16emitStaticSeg): fixed(?) handling of fixed
2044           extern variables, added verbose error message
2045         * device/include/pic16/{string.h,errno.h}: added #pragma library c
2046
2047 2005-10-26 Bernhard Held <bernhard AT bernhardheld.de>
2048
2049         * src/mcs51/gen.c (genMinus): fixed bug 1270906: reverse subtraction,
2050         carry must be complemented too
2051         * src/mcs51/peeph.def: addded rule 262 to remove double cpl c, which
2052         could be emitted by genMinus
2053         * src/SDCCval.c (constVal): fixed bug 1305065
2054
2055 2005-10-25 Bernhard Held <bernhard AT bernhardheld.de>
2056
2057         * src/SDCCast.c (addCast): added promotion for bit variables
2058         (decorateType): emit W_COMPLEMENT before the problem vanishes behind
2059         promotion casts + optimisation
2060         (optimizeGetWord): fix warning 'i' might be used uninitialized
2061         * src/mcs51/gen.c (genCpl): removed W_COMPLEMENT
2062         * src/ds390/gen.c (genCpl): removed W_COMPLEMENT
2063
2064 2005-10-24 Bernhard Held <bernhard AT bernhardheld.de>
2065
2066         * src/SDCCicode.c (ast2iCode): reverted to 1.224 because of regression:
2067         all chars are promoted to int; promotion should be handled in SDCCast.c
2068
2069 2005-10-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2070
2071         * device/lib/_strcmp.c: Fixed bug 1326457
2072
2073 2005-10-11 Raphael Neider <rneider AT web.de>
2074
2075         * device/lib/pic16/libio/i2c.ignore: added 1320, fixes broken builds
2076         * device/lib/pic16/libdev/pic18f1320.c: added 1320's device library
2077
2078 2005-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
2079
2080         * src/SDCC.y (AT): fixed bug with sfr32 addresses when built with GCC
2081         * support/regression/tests/sfr16.c: added test for the sfr32 bug
2082
2083 2005-10-04 Raphael Neider <rneider AT web.de>
2084
2085         * device/include/pic16/pic18fregs.h, src/pic16/devices.inc,
2086           device/lib/pic16/pics.all: added pic18f1320
2087         * src/pic16/pcode.c (mnem2key): fixed prototype's argument mismatch
2088
2089 2005-09-30 Raphael Neider <rneider AT web.de>
2090
2091         * src/pic16/device.c (Pics16[]): moved device descriptions to devices.inc
2092         * src/pic16/devices.inc: NEW, provides device descriptions
2093         * src/pic16/gen.c (genInline): fixed handling of ';'-comments
2094
2095 2005-09-26 Maarten Brock <sourceforge.brock AT dse.nl>
2096
2097         * src/SDCCicode.c (operandOperation): added GETABIT, GETBYTE, GETWORD and
2098           GETHBIT
2099
2100 2005-09-25 Maarten Brock <sourceforge.brock AT dse.nl>
2101
2102         * doc/sdccman.lyx: updated Highest Order Bit documentation,
2103           documented Any Order Bit, Higher Order Byte and Higher Order Word
2104         * src/SDCC.y: added tokens GETABIT, GETBYTE, GETWORD
2105         * src/SDCCast.c (optimizeGetHbit): updated to also accept bool=expr&(1<<n),
2106           (optimizeGetAbit): new, to get any bit, not only the high bit,
2107           (optimizeGetByte): new, to get a byte from a (long) int: expr>>(8*n),
2108           (optimizeGetWord): new, to get a word from a long int: expr>>(8*n),
2109           (isConformingBody): also check GETABIT, GETBYTE, GETWORD,
2110           (decorateType): '&': also try GETABIT, GETBYTE, GETWORD optimization,
2111             RIGHT_OP: also try GETBYTE, GETWORD optimization,
2112             GETABIT, GETBYTE, GETWORD: decorate them,
2113           (isShiftRightLitVal, isBitAndPowOf2): new helper functions,
2114           (ast_print): added GETABIT, GETBYTE, GETWORD
2115         * src/SDCCcse.c (isSignedOp): added GETABIT, GETBYTE, GETWORD
2116         * src/SDCCicode.c (codeTable): added GETABIT, GETBYTE, GETWORD,
2117           (geniCodeBinary): new generic binary icode,
2118           (ast2iCode): added GETABIT, GETBYTE, GETWORD
2119         * src/port.h: updated comment for PORT.hasExtBitOp
2120         * src/mcs51/gen.c (genGetAbit): new, to get any single bit,
2121           (genGetByte): new, to get a single byte,
2122           (genGetWord): new, to get a word from a long,
2123           (gen51Code): added GETABIT, GETBYTE, GETWORD
2124         * src/mcs51/main.c (hasExtBitOp): added GETABIT, GETBYTE, GETWORD
2125
2126 2005-09-23 Raphael Neider <rneider AT web.de>
2127
2128         * configure.in, configure: have device/lib/pic configured
2129         * device/lib/Makefile.in: added model-pic14
2130         * device/lib/clean.mk: added pic/ to clean rule
2131         * device/lib/pic: added rudimentary pic14 library providing support
2132           functions for multiplication/division/generic pointer access
2133         * src/SDCCopt.c (convilong): mark support functions as extern
2134           for pic14 port as well
2135         * src/pic/gen.c (genMult): added assertions,
2136           (genpic14Code): emit warning on unhandled iCodes
2137         * src/pic/main.c (_hasNativeMulFor): return true only for 8x8 bit
2138         * src/pic/pcode.c (pCodeOpCopy),
2139         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed handling of various
2140           pCodeOpReg-subtypes (PO_{STATUS,INTCON,PCL,PCLATH,PCLATU,BSR,
2141           SFR_REGISTER}), made safe for future extensions
2142         * src/pic16/pcode.c (pic16_safepCodeUnlink): allow for removal of
2143           instructions even if preceeded by SKIP instructions (also remove
2144           them); removed unused code
2145         * src/pic16/pcode.h: added arg2 to pCodeOpLit to match pCodeOpLit2,
2146           prevents leaving parts of the structure uninitialized after copying
2147
2148 2005-09-22 Maarten Brock <sourceforge.brock AT dse.nl>
2149
2150         * src/mcs51/gen.c (genMinus): fix for undetected bug introduced 3 months
2151           ago by me
2152         * support/regression/tests/addsub.c: added test for the bug
2153
2154 2005-09-21 Raphael Neider <rneider AT web.de>
2155
2156         * device/include/pic16/pic18f1220.h,
2157           device/lib/pic16/libdev/pic18f1220.c: added ECCPAS sfr and bitfield
2158         * device/lib/pic16/Makefile.rules: added missing opening paren
2159         * src/pic16/gen.c (pic16_genNot,pic16_genCpl): removed as these
2160           are provided in genutils.c,
2161           (genUminusFloat,genUminus,genCmpEq): added asserts on different
2162           operand/result sizes,
2163           (genCmp): assert on NULL pointers first, then check deref'ed values
2164         * src/pic16/genutils.c (pic16_genCpl): fixed for different operand/
2165           result size
2166
2167 2005-09-18 Raphael Neider <rneider AT web.de>
2168
2169         * src/pic16/gen.c (genFarPointerGet,genFarPointerSet): removed
2170           as these are now unused,
2171           (genPointerGet,genPointerSet): handle FPOINTERs like POINTERs
2172         * src/pic16/pcode.c (pic16_symIsSpecial): assume REG_TMPs to be
2173           local, avoids uninitialized pointer dereference on r->name
2174         * src/pic16/ralloc.c (newReg): fixed indentation
2175
2176 2005-09-13 Maarten Brock <sourceforge.brock AT dse.nl>
2177
2178         * src/SDCCval.c (constVal): fixed bug 730366
2179         * support/Util/SDCCerr.c,
2180         * support/Util/SDCCerr.h: added warning W_INVALID_INT_CONST
2181
2182 2005-09-10 Maarten Brock <sourceforge.brock AT dse.nl>
2183
2184         * as/mcs51/lkmem.c (summary2): fixed report for absolute areas (bug 1210220)
2185
2186 2005-09-09 Maarten Brock <sourceforge.brock AT dse.nl>
2187
2188         * src/mcs51/peeph.def (241.x): fixed bug when comparing generic pointers
2189
2190 2005-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
2191
2192         * as/hc08/lkaomf51.c (OutputName): made name unsigned char,
2193           (hex2dec): made hex_digit unsigned char, removed ascii dependance
2194         * as/mcs51/lkaomf51.c (OutputName): made name unsigned char,
2195           (hex2dec): made hex_digit unsigned char, removed ascii dependance
2196         * as/mcs51/lkarea.c (lnkarea2): sort absolute areas to the front
2197         * packihx/packihx.c (hexDigit): made c unsigned char
2198         * as/mcs51/lklibr.c (fndsym),
2199         * link/z80/lkgb.c (gb),
2200         * link/z80/lklibr.c (fndsym),
2201         * link/z80/lkrloc.c (relr),
2202         * sim/ucsim/libltdl/ltdl.c (load_deplibs, try_dlopen),
2203         * src/SDCC.lex (checkCurrFile, process_pragma),
2204         * src/SDCCglue.c (spacesToUnderscores),
2205         * src/SDCCmain.c (setParseWithComma, processFile),
2206         * src/asm.c (tvsprintf, printCLine),
2207         * src/avr/gen.c (emitcode, aopPut),
2208         * src/ds390/gen.c (emitcode),
2209         * src/hc08/gen.c (emitcode, emitinline),
2210         * src/mcs51/gen.c (emitcode, genInline),
2211         * src/pic/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
2212           tokenizeLineNode),
2213         * src/pic/ralloc.c (debugLog),
2214         * src/pic16/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
2215           tokenizeLineNode),
2216         * src/pic16/ralloc.c (debugLog),
2217         * src/z80/main.c (_process_pragma):
2218            made all ctype.h function calls safe
2219         * src/SDCCopt.c: include math.h for fabs
2220         * src/SDCCpeeph.c: added macros ISCHARDIGIT, ISCHARSPACE and ISCHARALNUM
2221           and used them throughout the code to make ctype.h function calls safe
2222         * src/ds390/main.c (asmLineNodeFromLineNode),
2223         * src/mcs51/main.c (asmLineNodeFromLineNode): made p unsigned char*
2224         * src/pic/gen.c (DEBUGpic14_emitcode, pic14_emitcode): made lbp
2225            unsigned char*
2226         * src/pic/pcode.c (mnem2key): made mnem unsigned char*,
2227           (newpCodeAsmDir): made ctype.h function calls safe
2228         * src/pic16/gen.c (pic16_emitpcomment, DEBUGpic16_emitcode,
2229           pic16_emitcode):  made lbp unsigned char*
2230         * src/pic16/pcode.c (mnem2key): made mnem unsigned char*,
2231           (pic16_newpCodeAsmDir): made ctype.h function calls safe
2232         * src/xa51/gen.c (emitcode),
2233         * src/z80/gen.c (_emit2): made lbp unsigned char*
2234         * support/Util/MySystem.c (split_command): made cmd_line and p unsigned
2235            char*
2236
2237 2005-09-05 Raphael Neider <rneider AT web.de>
2238
2239         * src/pic16/ralloc.c (pic16_allocDirReg): use device specific
2240           access bank splitpoint
2241
2242 2005-09-05 Raphael Neider <rneider AT web.de>
2243
2244         * device/lib/pic16/libc/Makefile: added (missing) string to SUBDIRS
2245
2246 2005-09-03 Maarten Brock <sourceforge.brock AT dse.nl>
2247
2248         * .version: changed to version 2.5.3
2249         * doc/sdccman.lyx: changed version to 2.5.3,
2250           documented --codeseg and --constseg and pragma codeseg and constseg,
2251           documented bit parameters (reentrant) and bit returning
2252         * src/SDCCicode.c (geniCodeReceive): fixed (possible) bug generating
2253            currFunc->recvSize, but is this ok for all ports?
2254           (ast2iCode): result of ~ on unsigned char must be cast to int for
2255            bool to work
2256         * src/SDCCmem.c (allocGlobal, allocLocal): don't put bit returning
2257           function pointers in bit space
2258         * src/SDCCsymt.c (checkSClass): allow bit returning function pointers,
2259           (processFuncArgs): call port.reg_parm() with reentrancy info
2260         * src/port.h,
2261         * src/avr/main.c,
2262         * src/ds390/main.c,
2263         * src/hc08/main.c,
2264         * src/pic/main.c,
2265         * src/pic16/main.c,
2266         * src/xa51/main.c,
2267         * src/z80/main.c: port.reg_parm prototype extended with
2268           "bool reentrant" parameter
2269         * src/mcs51/main.c (_mcs51_regparm): use parameter reentrant instead of
2270           options.stackAuto for allocating bit register parameters
2271         * src/mcs51/gen.c (genNot): optimized complementing direct bit,
2272           (genSend): set BitBankUsed if it is,
2273           (selectRegBank): factored out of genCall for use in genPcall,
2274           (genCall): removed redundant dtype assignmen, use selectRegBank,
2275           (genPcall): handle returning in Carry properly, save in F0 if needed,
2276           (genReceive): handle bit register parameters
2277         * src/mcs51/ralloc.c (updateRegUsage): update BitBankUsed along the way,
2278           (mcs51_assignRegisters): enable bit registers for all reentrant
2279            functions and don't set BitBankUsed unconditionally
2280         * src/mcs51/peeph.def (177.d): fixed bug if %2==%3
2281         * support/regression/tests/bitvars.c: enable tests for SDCC_STACK_AUTO
2282         * support/regression/tests/funptrs.c: added tests for BOOL and for return
2283
2284 2005-08-27 Borut Razem <borut.razem AT siol.net>
2285
2286         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) and on
2287         ppc-osx (Darwin) does not support -u option. It seems that it is
2288         supported only on Linux - GNU cp
2289
2290 2005-08-25 Borut Razem <borut.razem AT siol.net>
2291
2292         * sim/ucsim/gui.src/serio.src/Makefile.in,
2293           sim/ucsim/s51.src/Makefile.in, sim/ucsim/avr.src/Makefile.in,
2294           sim/ucsim/z80.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
2295           sim/ucsim/xa.src/Makefile.in: install -s changed to 2 steps:
2296           install and strip, since the strip at /usr/ccs/bin should be used
2297           on solaris
2298
2299 2005-08-24 Borut Razem <borut.razem AT siol.net>
2300
2301         * clean.mk, device/lib/clean.mk: find on sparc-solaris does not support -maxdepth option
2302
2303 2005-08-23 Bernhard Held <bernhard AT bernhardheld.de>
2304
2305         * src/SDCCopt.c (convertToFcall): fixed modulus with divisors 1 and
2306         ffffffffu
2307
2308 2005-08-23 Maarten Brock <sourceforge.brock AT dse.nl>
2309
2310         * as/mcs51/aslink.h: completed lkrloc.c prototypes
2311         * as/mcs51/lkmain.c (link_main): fixed warning
2312         * device/include/stdbool.h: ds390 has no advanced bit support yet
2313         * src/SDCC.y: use SPEC_SHORT and renamed _signed to b_signed
2314         * src/SDCCsymt.c: use SPEC_SHORT and renamed _signed to b_signed
2315         * src/SDCCsymt.h (struct specifier): renamed _xxx bitfields to b_xxx
2316           and updated their macros
2317         * src/SDCCval.c (constVal): updated comment for renamed b_long
2318
2319 2005-08-22 Maarten Brock <sourceforge.brock AT dse.nl>
2320
2321         * as/mcs51/asdata.c: changed ctype['['] to BINOP
2322         * as/mcs51/asexpr.c (expr): added case '[' for bit access in bdata,
2323           (term): abused bit 15 of s_addr to indicate bit-addressable bytes,
2324           (oprio): set priority for '['
2325         * as/mcs51/aslink.h: added define R_BIT, and prototypes for adb_bit
2326            and adb_24_bit
2327         * as/mcs51/asm.h: added defines R_BIT and S_BIT
2328         * as/mcs51/lkarea.c (lnksect2): use T for seg BIT_BANK and overlay it
2329         * as/mcs51/lkdata.c: changed ctype['['] to BINOP
2330         * as/mcs51/lkmain.c (Areas51): rel2 contains 12 (=C) areas now,
2331           added overlayable BIT_BANK area
2332         * as/mcs51/lkmem.c (summary): add BIT_BANK to BSEG_BYTES in the report,
2333           (summary2): explain 'T' in legenda
2334         * as/mcs51/lkrloc.c: replaced old K&R style,
2335           (relr): added R_BIT processing,
2336           (errmsg): added "Bit-addressable relocation error",
2337           (adb_bit): added for converting from byte- to bit-addressable space,
2338           (adb_24_bit): added for converting from byte- to bit-addressable space
2339         * device/include/stdbool.h: changed BOOL to __bit for mcs51 as it can be
2340            used in reentrant functions now even as return value
2341         * device/lib/_gptrput.c (_gptrput): removed obsolete code
2342         * src/SDCCast.c (resultTypePropagate): also propagate AND_OP and OR_OP,
2343           (decorateType): case '!', GETHBIT, AND_OP, OR_OP: result in bool or char
2344         * src/SDCCglobl.h: added indicator BitBankUsed
2345         * src/SDCCglue.c (glue): emit area BIT_BANK with byte 'bits' and equ's for
2346            the bit registers b0-b7
2347         * src/SDCCicode.c (operandFromSymbol): removed IS_BITVAR check,
2348           (geniCodeCast): fixed bug 1263853,
2349           (geniCodeLogicAndOr): put result in bool or char,
2350           (geniCodeReceive): added parameter func for accessing the return type,
2351           (geniCodeFunctionBody): pass func to geniCodeReceive
2352         * src/SDCCmain.c: added indicator BitBankUsed
2353         * src/SDCCmem.c (allocLocal): explicitly set sclass for V_BIT
2354         * src/SDCCsymt.c (newBoolLink): added for creating a bool/bit,
2355           (checkSClass): don't put automatic bool/bit on stack,
2356           (checkFunction): removed check on function cannot return bit
2357         * src/SDCCsymt.h: added newBoolLink prototype
2358         * src/mcs51/gen.c (rb1regs): added bit registers,
2359           (movc): created for assigning to carry,
2360           (pushReg, popReg): created for pushing registers,
2361           (sameRegs): check both AOP_REG and AOP_CRY types,
2362           (aopOp): handle bit registers,
2363           (aopPut): optimization no self-assign,
2364           (saveRegisters): push reg->base (bits) only once for bit registers,
2365            and use pushReg,
2366           (unsaveRegisters): pop reg->base only once and use popReg,
2367           (assignResultValue): added parameter func and return in carry for bits,
2368           (genIpush): optimization no reload in A if not changed,
2369           (genSend): bit parameters in reentrant functions are passed in bit
2370            registers by first assigning to bits in B, then save registers and
2371            copy B to bits,
2372           (genCall): handle returning in Carry properly, save it in F0 if needed,
2373           (genPcall): updated assignResultValue call, this is not safe yet for bit
2374            returning function !!!
2375           (genFunction): don't generate equ's for bit registers and use pushReg,
2376           (genEndFunction): take care of bit returning functions and use popReg,
2377           (genRet): return bit in Carry,
2378           (genIfx): optimize bit registers and other directly addressable bits,
2379           (genReceive): updated assignResultValue call
2380         * src/mcs51/main.c (_mcs51_reset_regparm): added regBitParmFlg,
2381           (_mcs51_regparm): allow passing of upto 8 bit parameters in bit
2382            registers when using stack-auto
2383         * src/mcs51/ralloc.c (_G): added allBitregs,
2384           (regs8051): added the bit registers,
2385           (createStackSpil): use macro IS_BIT,
2386           (getRegBit): added to allocate a bit register, else spill,
2387           (getRegBitNoSpil): added to allocate a bit register, else a gpr,
2388           (updateRegUsage): factored out to ease stepping while debugging,
2389           (serialRegAssign): use updateRegUsage, only spill bits if necessary,
2390            also allocate bit registers,
2391           (fillGaps): handle bit registers,
2392           (findAllBitregs): added to create bit vector with all bit registers,
2393           (mcs51_allBitregs): returns this bit vector,
2394           (mcs51_assignRegisters): when using stack-auto use bit registers for
2395            passing parameters and creating local variables
2396         * src/mcs51/ralloc.h: added B0_IDX..B7_IDX and prototype mcs51_allBitregs
2397
2398 2005-08-22 Borut Razem <borut.razem AT siol.net>
2399
2400         * device/lib/Makefile.in: replaced find option -or with -o
2401           to make it run on solaris
2402
2403 2005-08-22 Raphael Neider <rneider AT web.de>
2404
2405         * src/pic16/gen.c (pic16_loadFromReturn): added check for AOP_PCODE,
2406           fixes #1265442 (crash on Solaris)
2407
2408 2005-08-20 Borut Razem <borut.razem AT siol.net>
2409
2410         * configure, configure.in: added tests for libsocket and libnsl libraries,
2411           requred by sdcdb on sparc-solaris; generate support/regression/Makefile
2412           from support/regression/Makefile.in
2413         * support/regression/Makefile.in: added
2414         * device/lib/pic16/Makefile.common.in: force make to use bash shell
2415         * sim/ucsim/libtool: regenerated on sparc-solaris
2416         * sim/ucsim/avr.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
2417           sim/ucsim/s51.src/Makefile.in, sim/ucsim/xa.src/Makefile.in,
2418           sim/ucsim/z80.src/Makefile.in: removed GNU ld specific linker options
2419           -Wl,--start-group and -Wl,--end-group to enable ucsim compilation on
2420           sparc-solaris, which doesn't use GNU ld linker
2421         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) does not support -u option
2422         * as/Makefile: find on sparc-solaris does not support -maxdepth option
2423
2424 2005-08-19 Maarten Brock <sourceforge.brock AT dse.nl>
2425
2426         * src/mcs51/peeph.def: updated comments
2427
2428 2005-08-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2429
2430         * device/lib/_gptrget.c,
2431         * device/lib/_gptrput.c: slightly shorter
2432         * doc/sdccman.lyx: incremented version
2433         * src/mcs51/peeph.def: moved peephole comments to the line of first
2434           change to better keep line correlation, reanimated 186.e
2435         * src/mcs51/peeph.def: renamed similar peepholes by using suffixes
2436
2437 2005-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
2438
2439         * src/pic/pcode.c : Pasted ".line" assembly directives patch from
2440           David Saxton with quotes around file name.
2441
2442 2005-08-15 Borut Razem <borut.razem AT siol.net>
2443
2444         * support/regression/tests/bitfields.c, support/regression/tests/bitvars.c,
2445           support/regression/tests/bitwise.c, support/regression/tests/literalop.c,
2446           support/regression/tests/rotate.c, support/regression/tests/zeropad.c:
2447           make tests run on x86_64 platform
2448
2449 2005-08-13 Raphael Neider <rneider AT web.de>
2450
2451         * device/lib/pic16/Makefile.subdir: weakened clean-intermediate rule
2452           as it might be executed DURING a build (parallel make is wonderful)
2453
2454 2005-08-13 Raphael Neider <rneider AT web.de>
2455
2456         * device/lib/Makefile.in (port-specific-objects-pic16):
2457           revert to cp $(PORT)/bin/*.* $(PORTDIR)
2458         * device/lib/pic16/Makefile: added .PHONY targets, removed builddir
2459           dependency
2460         * device/lib/pic16/Makefile.rules: build subdirs before creating
2461           the library, removed builddir rule, create $(builddir) early in
2462           recurse rule, use empty recurse rule for leaf directories
2463         * device/lib/pic16/Makefile.subdir: added phony targets, ignore
2464           mkdir errors (race condition), removed duplicate suffix "hex"
2465           from clean rules
2466         * device/lib/pic16/libdev/Makefile: recursive make via + and $(MAKE)
2467         * device/lib/pic16/libio/Makefile: create sub-make's builddir early,
2468           prevents mkdir -p from aborting on Alpha
2469
2470 2005-08-12 Raphael Neider <rneider AT web.de>
2471
2472         * src/pic16/glue.c (pic16_print(G)PointerType): do not flush
2473           db-statements in order to allow for arrays of pointers in code
2474           sections to be placed without interspersed 0-padding, fixes
2475           bug #1256215
2476         * (emitStatistics): fixed division by zero for pic18f1220
2477         * src/pic16/pcode.c: buffer (up to) 12 DB directives to allow for
2478           unpadded writing of 8-bit, 16-bit, 24-bit and 32-bit values
2479         * (pic16_emitDS): respect DB_ITEMS_PER_LINE
2480         * (pic16_pCodeConstString): keep track of already emitted string
2481           literals to prevent "duplicate definitions of symbol _str_NR"
2482         * src/pic16/ralloc.c (pic16_allocRegByName): removed not so helpful
2483           debug message
2484         * device/lib/Makefile.in: ignore failing PIC16 library builds
2485         * device/lib/pic16/Makefile: do not build if gputils are missing
2486         * device/lib/pic16/Makefile.common.in: do not enforce MAKEFLAGS=-s
2487
2488 2005-08-10 Raphael Neider <rneider AT web.de>
2489
2490         * device/lib/Makefile.in: fixed copying pic16 libraries (broken by
2491           my last commit)
2492
2493 2005-08-10 Raphael Neider <rneider AT web.de>
2494
2495         * src/*.c, src/pic16/{gen.c,glue.c,main.c}: applied Vangelis
2496           Rokas' patch to add the new fixed point type "__fixed16x16"
2497         * device/lib/pic16/libsdcc/fixed16x16: added Vangelis' support
2498           functions for __fixed16x16 arithmetics
2499         * device/lib/pic16: reimplemented the build system to support
2500           a separate build directory, better handling of libio (create
2501           the library in a separate subdir for each architecture) and
2502           easier configuration (centralized in Makefile.common)
2503
2504 2005-08-07 Raphael Neider <rneider AT web.de>
2505
2506         * src/pic16/gen.c (genrshTwo): fixed sign extension
2507         * src/pic16/device.c: added pic18f2320, 4220 and 4320
2508         * device/include/pic16/pic18f2220.h: changed some bit definitions,
2509           added T0CONbits
2510         * device/include/pic16/pic18f4220.h: NEW, header for
2511           pic18f4220 and pic18f4320
2512         * device/include/pic16/pic18fregs.h: added new devices,
2513           embraced Nop(), ClrWdt(), Sleep() and Reset() with do {} while(0)
2514         * device/include/pic16/signal.h: resolved name clashes
2515           on bit definitions, added DEF_HANDLER2(sig1,sig2,handler)
2516           to also allow testing for interrupt enable bits, added
2517           comments on how to use the macros
2518         * device/lib/pic16/libdev/pic18f2220.c: added T0CONbits
2519         * device/lib/pic16/libdev/pic18f{2320,4220,4320}.c: NEW,
2520           register definitions for the devices
2521         * device/lib/pic16/pics.all: added new devices
2522         * device/lib/pic16/libc/stdlib/calloc.c: fixed zeroing
2523           allocated memory
2524         * device/lib/pic16/libc/stdlib/memfree: do not count
2525           the block header as free memory
2526         * device/lib/pic16/libc/stdlib/memmisc.c (_initHeap):
2527           simplified and added missing end-of-blocklist-marker
2528           (reported by Peter Onion, fixes #1252814)
2529         * (_mergeHeapBlock): fixed loop condition
2530         * device/lib/pic16/libc/stdlib/realloc.c: return NULL for
2531           len==0, restructured code
2532         * device/lib/pic16/libc/stdlib/{malloc,memfreemax}.c: cleaned
2533           up a bit, reduced bitfield accesses, prevent endless loops
2534           in case of heap corruption
2535         * device/lib/pic16/libc/stdlib/x_ftoa.c: disabled
2536           "unreferenced arguments/must return a value" warnings
2537         * device/lib/pic16/libio/usart/ubaud.c (usart_baud):
2538           replaced BAUDREG with SPBRG
2539         * device/lib/pic16/libsdcc/lregs/{lrrest.c,lrst.c},
2540           device/lib/pic16/debug/gstack/gstack.c: replaced
2541           _naked, _asm, _endasm with __naked, __asm, __endasm
2542
2543 2005-08-05 Raphael Neider <rneider AT web.de>
2544
2545         * src/pic16/gen.c (pic16_aopGet): fixed handling of offsets in
2546           AOP_PCODE operands, fixes multibyte union-bitfield-accesses
2547
2548 2005-08-05 Borut Razem <borut.razem AT siol.net>
2549
2550         * device/lib/Makefile.in: added missing ';'
2551         * configure: removed ^M characters
2552
2553 2005-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2554
2555         * device/include/mcs51/at89c51ed2.h, device/include/mcs51/p89v51rd2.h,
2556           device/include/mcs51/at89s53.h: changed to GNU Lesser General Public
2557           License
2558
2559 2005-08-04 Borut Razem <borut.razem AT siol.net>
2560
2561         * configure.in: pic16 libraries build 2nd try - enable running
2562           configure in device/lib/pic16
2563         * configure: regenerated from configure.in
2564         * device/lib/Makefile.in: create $(PORT)/bin directory
2565
2566 2005-08-03 Raphael Neider <rneider AT web.de>
2567
2568         * src/pic16/gen.c (pic16_derefPtr): NEW, single place
2569           to get/set values via pointers
2570         * (genUnpackBits,genPackBits): changed detection of
2571           ptr->bitfield vs. sym.bitfield, fixed access via generic
2572           pointers, removed dead (wrong) code for multibyte bitfields
2573         * (genNearPointerGet, genGenPointerGet): removed useless code,
2574           fixed bitfield detection, fixes #1250594
2575         * (genNearPointerSet): removed useless code
2576         * src/pic16/gen.h: renamed pic16_emitpcode to pic16_emitpcode_real
2577           and introduced macro pic16_emitpcode that conditionally emits
2578           the origin of the following pCode (useful for debugging SDCC)
2579         * src/pic16/pcode.c: changed (and disabled) some debug outputs
2580         * (createDefmap): fixed handling of LFSR for --optimize-df
2581
2582 2005-08-02 Borut Razem <borut.razem AT siol.net>
2583
2584         * device/lib/Makefile.in: pic16 libraries build enabled since
2585           gputils-0.13.2 are now localy installed at sourceforge's compile farm
2586
2587 2005-08-02 Raphael Neider <rneider AT web.de>
2588
2589         * src/pic16/gen.c (genPackBits): removed deprecated warning
2590         * (genGenPointerSet): fixed bitfield detection
2591
2592 2005-08-02 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2593
2594         * device/include/mcs51/msm8xc154s.h: Removed PT2 definition, now in 8052.h.
2595
2596 2005-07-31 Raphael Neider <rneider AT web.de>
2597
2598         * device/lib/pic16/libdev/pic18f458.c,
2599           device/include/pic16/pic18f458.h: added missing T0CONbits
2600
2601 2005-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
2602
2603         * device/include/mcs51/msm8xc154s.h: added, thanks to Matthias Arndt
2604
2605 2005-07-28 Maarten Brock <sourceforge.brock AT dse.nl>
2606
2607         * src/mcs51/gen.c (operandsEqu): fixed bug 1246687
2608
2609 2005-07-23 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2610
2611         * device/include/mcs51/at89c51ed2.h: added.
2612
2613 2005-07-23 Raphael Neider <rneider AT web.de>
2614
2615         * src/pic/gen.h: added emitpcode macro for debugging
2616         * src/pic/gen.c (emitpcode): renamed to emitpcode_real
2617           and replace by macro adding debug information on demand
2618         * (genNot): fixed to C semantics (!0 = 1; !x = 0 iff x != 0)
2619         * (gencjne): tried to fix; replaced with correct (slower) code
2620         * (gen{Unp,P}ackBits): fixed single bit access
2621         * src/pic/pcode.c (AnalyzepCode): fixed DFPRINTF argument
2622         * src/pic/pcodepeep.c (pCodeSearchCondition): fixed finding
2623           previous instruction
2624         * src/pic/pcoderegs.c (regIsSpecial): NEW, check whether a
2625           register has to be handled with care (forbidding movement
2626           of assignments/uses, removing assignments completely, ...)
2627         * (pCodeOptime2pCodes): make use of regIsSpecial
2628         * added lots of debugging output (commented out)
2629         * src/pic/rallloc.c (deassignLRs): prevent operand registers
2630           from being reused as result UNLESS it is known to work
2631
2632 2005-07-23 Maarten Brock <sourceforge.brock AT dse.nl>
2633
2634         * support/Util/dbuf.h: include <stddef.h> for size_t
2635         * .version: changed to version 2.5.2
2636
2637 2005-07-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2638
2639         * src/SDCCloop.c (loopInvariants): fixed bug #1234048
2640
2641 2005-07-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2642
2643         * src/hc08/gen.c (genMinus): fixed bug #1241835,
2644           (genModOneByte): removed needless psha/pula
2645
2646 2005-07-22 Raphael Neider <rneider AT web.de>
2647
2648         * src/SDCCmain.c (linkEdit): initialized linkerScriptFileName,
2649           have PIC14 handled like PIC16, fixes broken pic14 linker calls
2650         * src/pic/gen.c (resolveIfx): do not "invent" labels
2651         * (genSkipc): changed to positive logic
2652         * (genSkipCond): removed as no longer needed
2653         * (pic14_mov2w_regOrLit,genCmp): NEW, replacement for buggy version,
2654           backport from PIC16
2655         * (genLeftShift): check operands are in different registers
2656         * src/pic/genarith.c (genPlus): replaced INCF with ADDLW as
2657           INCF does not update CARRY...
2658         * src/pic/main.c: fixed _linkCmd
2659         * src/pic/pcode.c (unlinkpCode): added inactive code
2660         * src/pic/ralloc.c (deassignLRs): keep arguments to shift operations
2661           alive (do not assign result and operand overlapping registers)
2662
2663 2005-07-22 Raphael Neider <rneider AT web.de>
2664
2665         * src/pic/device.c (dump_sfr): replaced register declaration with
2666           call to emitSymbolToFile() to avoid duplicate symbols
2667         * (assignRelocatableRegisters): do not declare external symbols
2668         * src/pic/ralloc.c (allocNewDirReg): fixed to get size of arrays
2669           right (take size of type, not etype)
2670         * (allocDirReg): fixed call to allocNewDirReg() to pass OP_SYM_TYPE
2671         * (writeUsedRegs): also dump dynDirectRegs (e.g. local variables)
2672         * (packRegsForAccUse): disabled assignment of WREG as
2673           the result reg to prevent occurence of just fixed #1235003,
2674           fixes #1242954
2675         * src/pic/glue.c (emitSymbolToFile): NEW, central place to declare
2676           symbols (avoids duplicate symbols in .asm file)
2677         * (pic14emitRegularMap): use emitSymbolToFile()
2678         * src/pic/gen.c (aopOp): fixed spillLocation handling
2679         * (gen{Unp,P}ackBits): fixed acquiring bit-operands
2680         * (genDataPointerSet): removed unneccessary variables/output
2681
2682 2005-07-22 Maarten Brock <sourceforge.brock AT dse.nl>
2683
2684         * as/mcs51/lkarea.c: enlarged codemap for banked memory
2685         * device/lib/mcs51/crtbank.asm: added # to 0x0F
2686
2687 2005-07-21 Raphael Neider <rneider AT web.de>
2688
2689         * src/pic/gen.c (aopOp): do not generate AOP_ACC operands as pic14
2690           architecture cannot handle them efficiently, fixes bug #1235003
2691         * src/pic16/device.c (pic16_dump_{u,i}section,pic16_dump_int_registers):
2692           check for empty sets before using them (fixes bug #1232190)
2693
2694 2005-07-19 Maarten Brock <sourceforge.brock AT dse.nl>
2695
2696         * as/mcs51/lkarea.c (lnkarea, lnkarea2): improved BSEG size calculation,
2697           (lnksect2): generate warnings for memory overlap
2698         * src/SDCC.lex (doPragma, process_pragma): added pragma's codeseg and
2699           constseg to set the name of these segments so you can instruct the linker
2700           to place them in banks
2701         * src/SDCCast.c (decorateType): use new macro IS_FUNCPTR()
2702         * src/SDCCglobl.h: added MODEL_HUGE to enum,
2703           added code_seg and const_seg to options
2704         * src/SDCCglue.c (emitMaps): use options.const_seg,
2705           (createInterruptVect): put interrupt vectors in segment HOME,
2706           (glue): put HOME before static segment and put the main glue in HOME,
2707           (glue): use options.code_seg
2708         * src/SDCCicode.c (geniCodeCall): use new macro IS_FUNCPTR()
2709         * src/SDCCmain.c: added option --codeseg and --constseg to set the name of
2710           these segments so you can instruct the linker to place them in banks
2711           (linkEdit): use code_loc for HOME segment which should be the first
2712           segment in code memory now
2713         * src/SDCCmem.c: fixed more stuff like bug 1238386
2714         * src/SDCCsymt.c (getSize): use generic pointer size for banked functions,
2715           (changePointer): don't change function pointers to code pointers for
2716           banked functions,
2717           (compareType): added exceptional check for banked function pointers
2718         * src/SDCCsymt.h: changed IFFUNC_ISBANKEDCALL, added IS_FUNCPTR
2719         * src/hc08/main.c (_hc08_genAssemblerPreamble): put HOME first, put CSEG
2720           after static in code memory
2721         * src/mcs51/gen.c: added aopLiteralLong prototype,
2722           (aopForSym): use getSize for functions,
2723           (genCall): generate banked calls over one trampoline __sdcc_banked_call
2724           in HOME with lsb of address in r0, msb in r1 and bank in r2, use
2725           -Wl-bBANKSEG=0xbbaaaa option to set the address (aaaa) and bank (bb) of
2726           the segment,
2727           (genPcall): use call for literal function pointers and generate banked
2728           calls over the one trampoline so there's only one place for the user to
2729           modify according to his/hers hardware,
2730           (genEndFunction): jump to __sdcc_banked_ret in HOME for banked functions,
2731           (genPlusIncr): moved check icount>4 beyond inc dptr optimization
2732         * src/mcs51/main.c: added keyword banked,
2733           (_mcs51_genExtraAreas): put HOME first followed by GSINIT, STATIC and CSEG
2734         * support/Util/SDCCerr.c,
2735         * support/Util/SDCCerr.h: added E_BANKED_WITH_CALLEESAVES, registers are
2736           needed for passing the bank and address to the trampoline
2737         * device/lib/mcs51/crtbank.asm: added for bankswitching
2738         * device/lib/mcs51/Makefile: added crtbank
2739
2740 2005-07-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2741
2742         * src/SDCCcse.c (algebraicOpts): fixed loss of volatility
2743           for fields at offset 0 of a struct or union as reported
2744           on 2005-07-07 in the developer mailing list.
2745
2746 2005-07-15 Maarten Brock <sourceforge.brock AT dse.nl>
2747
2748         * src/SDCCmem.c: fixed bug 1238386
2749
2750 2005-07-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2751
2752         * src/mcs51/peeph.def: added labelrefcounting for peepholes
2753           (patch #1144962), added peephole 300, enabled 259.x
2754         * doc/sdccman.lyx: removed screenshot and provided link instead
2755
2756 2005-07-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2757
2758         * doc/sdccman.lyx: added section about debugging with ddd
2759         * doc/figures/ddd_example.eps: screenshot of debugging session
2760
2761 2005-07-04 Raphael Neider <rneider AT web.de>
2762
2763         * src/pic/gen.c (genPointerGet): handle pointers to CONST values
2764           like CODE pointers, fixes #1115683
2765         * src/pic/pcode.c (DoBankSelect): forget LastRegIdx during function
2766           call, fixes bugs #1232211, #1228110,
2767           fixed wrong casts to pCodeFlow from pCodeInstructions
2768
2769 2005-07-04 Raphael Neider <rneider AT web.de>
2770
2771         * src/pic/gen.c (popGet): changed assert to allow for
2772           bit operands
2773         * (popGetAddr): changed signature to provide
2774           an additional index, patched all call sites
2775         * (genCmpEq): handle literal-like operands correctly
2776         * (genAddrOf): added sanity checks on __code/__data pointers
2777         * (genAssign): added handling of symbols from __code section
2778         * (gencjne): do not generate code for comparisons whose result
2779           is neither stored nor used, fixes bug #1171114
2780         * (AccLsh, AccRsh): operate on operand instead of WREG
2781         * (shift{Left,Right}_Left2ResultLit): NEW, size independant
2782           replacement for Shift{LR}{12}Left2Result; shift (byte/int/long)
2783           by known count
2784         * rewrote complete shift-by-literal logic, commented unused
2785           functions out
2786         * (genConstPointerGet): get multiple bytes (if result size > 1),
2787           fixed handling of non-immediate addresses
2788         * (genPointerGet): handle CODE pointers like CONST pointers
2789         * (genpic14Code): insert C-SRC lines as Cource-pCodes
2790         * ({aop,op}_isLitLike): NEW, single place to decide whether an
2791           operand is to be treated as a literal or not
2792         * (mov2w,genPcall,genCmpEq),
2793           src/pic/genarith.c: use aop_isLitLike() to decide between
2794           literal/register contents
2795         * (addSign): added missing offset
2796         * src/pic/gen.h: remove newline after FENTRY/FEXIT comments,
2797           only emit comment in debug-mode,
2798           use {aop,op}_isLitLike throughout the file
2799         * src/pic/glue.c: fix initializers for pointers (work in progress)
2800         * src/pic/pcode.c (get_op): honor index on _const symbols
2801         * ({reset,dump}pCodeStatistics): NEW, estimate code size
2802         * (dumppBlock): added pCode size estimation
2803         * src/pic/ralloc.c (deassignLRs,serialRegAssign,packRegisters):
2804           check for IS_SYMOP before OP_SYMBOL'ing
2805         * fixed indentation, compacted switch-statements
2806         * (allocReg): find free register and allocate it instead of
2807           allocating new registers all the time
2808         * (deassignLRs): prevent POINTER_GET's from being assigned the same
2809           registers as its operands (necessary only for multibyte GETs)
2810
2811 2005-07-01 Raphael Neider <rneider AT web.de>
2812
2813         * src/pic/gen.h: added prototypes emitpComment, popGetAddr and
2814           debugging .asm-output macros FENTRY + FEXIT
2815         * src/pic/gen.c (Safe_vsnprintf): NEW, is there a more generic
2816           way... I wonder...
2817         * (emitpComment): NEW, printf to pCode
2818         * (popGet): added assert on too large offsets, fixed PO_IMMEDIATE's
2819           offset handling
2820         * (popGetAddr): NEW, variant of popGet to access an immediates
2821           high(er) bytes instead of the n'th byte of memory they reference,
2822           replaced popGet with popGetAddr where neccessary
2823         * (genDataPointerGet): reactivated and fixed implementation
2824         * (genNearPointerGet): enabled call to genDataPointerGet, fixes array-
2825           accesses
2826         * (genDataPointerSet): fixed multibyte assignments
2827         * (genpic14Code): fixed --i-code-in-asm handling
2828         * src/pic/genarith.c: fixed PO_IMMEDIATE issue using popGetAddr,
2829         * (genPlus): fixed index-out-of-bounds error
2830         * src/pic/pcode.c (get_op): fixed PO_IMMEDIATE's index/offset handling
2831         * src/pic/ralloc.c: added debugging output macro FENTRY2
2832         * (spillThis): fixed indentation, enbraced for-body for clarity
2833         * (rematStr): commented out as now unused
2834         * (regTypeNum): commented out special spill case (overwrites
2835           arbitrary values)
2836         * fixes bugs #1229346, #1216476 (both arrays) and #1115667 (SIGSEGV)
2837
2838 2005-06-30 Maarten Brock <sourceforge.brock AT dse.nl>
2839
2840         * doc/sdccman.lyx: documented sfr16/sfr32,
2841           added example for using storage class with function pointers
2842         * src/mcs51/gen.c (genPlusIncr): optimized small offsets from dptr
2843
2844 2005-06-28 Maarten Brock <sourceforge.brock AT dse.nl>
2845
2846         * device/lib/_gptrget.c: also push/pop _PSBANK, added # to 0x03
2847         * device/lib/_itoa.c,
2848         * device/lib/_ltoa.c: optimized codesize
2849         * src/SDCCsymt.c (checkSClass): added sanity check for sfr at addresses,
2850           but don't know how to suppress the double warning.
2851         * src/mcs51/gen.c (genPlusIncr): fixed bug when incrementing volatile int's
2852         * support/Util/SDCCerr.c,
2853         * support/Util/SDCCerr.h: added warning W_SFR_ABSRANGE for sanity check
2854
2855 2005-06-27 Maarten Brock <sourceforge.brock AT dse.nl>
2856
2857         * as/mcs51/asexpr.c (expr): disabled warning "not in .flat24 mode",
2858           fixed old K&R prototypes
2859         * as/mcs51/asout.c (outrb): always output as if generating 24bit addresses
2860         * device/lib/_gptrget.c,
2861         * device/lib/_gptrgetc.c,
2862         * device/lib/_gptrput.c: changed versions for new memory indicator values,
2863           also new versions for small generic pointers and banked generic pointers
2864         * src/port.h: added const_name
2865         * src/SDCC.lex: added keywords sfr16, __sfr16, sfr32, __sfr32
2866         * src/SDCC.y: added tokens SFR16, SFR32 and their sfr_attributes
2867         * src/SDCCcse.c (findPrevIc): check all associative operators
2868         * src/SDCCglue.c (emitMaps): use CONST_NAME if defined
2869         * src/SDCCicode.h: added macro IS_ASSOCIATIVE
2870         * src/SDCCmem.c: updated comments,
2871           set far-space to 0 for pdata, results in optimized code
2872         * src/SDCCmem.h: added macro CONST_NAME
2873         * src/SDCCsymt.h: renumerated generic pointer types GPTYPE_... thereby
2874           moving the info into the highest bits, see also gptrget/gptrput
2875         * src/src.dsp: added sdcc.ico to project files
2876         * src/avr/gen.c (genCast): fixed bug 0x%d
2877         * src/avr/main.c (avr_port): added "CONST (CODE)" for const_name
2878         * src/ds390/gen.c (aopForRemat, adjustArithmeticResult): disconnected direct
2879           relation between ptr_type and DCL_TYPE,
2880           (genCast): fixed bug 0x%d
2881         * src/ds390/main.c (ds390_port, tininative_port, ds400_port): added "CONST
2882           (CODE)" for const_name
2883         * src/hc08/gen.c (genCast): fixed bug 0x%d
2884         * src/hc08/main.c (_hc08_genAssemblerPreamble): added .area ...const_name,
2885           (hc08_port): added "CONST (CODE)" for const_name
2886         * src/mcs51/gen.c (aopForSym): optimized pushing ACC,
2887           (aopForRemat, adjustArithmeticResult): disconnected direct relation
2888           between ptr_type and DCL_TYPE,
2889           (aopGetUsesAcc, aopGet, aopPut): changed first parameter from asmop* to
2890           operand* and took AOP() inside function so sfr-ness can be checked,
2891           (all over): repaired calls to aopGetUsesAcc, aopGet, aopPut to comply with
2892           new prototype,
2893           (genFunction, genEndFunction): optimized stack setup,
2894           (genMinus): optimized for literals with ending zeroes (in bytes),
2895           (genCast): fixed bug 0x%d
2896         * src/mcs51/main.c (_mcs51_keywords): added sfr16 and sfr32,
2897           (mcs51_port): added "CONST (CODE)" for const_name
2898         * src/mcs51/peeph.def: made rule 226 more generic
2899         * src/pic/main.c (pic_port): added "CONST (CODE)" for const_name
2900         * src/pic16/main.c (pic16_port): added "CONST (CODE)" for const_name
2901         * src/xa51/main.c (xa51_port): added "CONST (CODE)" for const_name
2902         * src/z80/main.c (z80_port): added NULL for const_name,
2903           (gbz80_port): added NULL for const_name
2904         * support/regression/tests/bug663539.c,
2905         * support/regression/tests/sfr16.c: new tests
2906
2907 2005-06-25 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2908
2909         * device/include/mcs51/p89v51rd2.h, device/include/mcs51/at89s53.h: added.
2910
2911 2005-06-24 Raphael Neider <rneider AT web.de>
2912
2913         * device/lib/pic16/libdev/pic18f[68][567]20.c:
2914           corrected typos...
2915         * device/include/pic16/signal.h: added USBIF
2916           and SIG_USB
2917
2918 2005-06-24 Raphael Neider <rneider AT web.de>
2919
2920         * device/lib/pic16/libdev/pic18f2455.c,
2921           device/include/pic16/pic18f2455.h: NEW
2922         * device/include/pic16/pic18fregs.h,
2923           device/lib/pic16/pics.all,
2924           src/pic16/device.c: added 18f2455
2925         * device/lib/pic16/libdev/pic18f[68][567]20.c,
2926           device/include/pic16/{pic18f[68][567].h,usart.h}:
2927           replaced MULTIPLE_USARTS define with more relaible
2928           compatibility sfrs (for USART access)
2929
2930 2005-06-20 Slade Rich <slade_rich AT users.sourceforge.net>
2931
2932         * src/pic/pcode.c : Fixed problem when a string constant contains a "\r\n"
2933           and the output asm file line is printed on two lines.
2934
2935 2005-06-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2936
2937         * sim/ucsim/hc08.src/inst.cc (inst_condbranch): fixed simulation of
2938           BGT, BLE, BHI, and BLS instructions
2939         * src/hc08/gen.c (outAcc, outBitC, outBitNV, genCmpLt, genCmpGt,
2940           genCmpEq): removed
2941         * src/hc08/gen.c (genCmpEQorNE, genCmp, branchopCmp, nameCmp,
2942           negatedCmp, exchangedCmp, genhc08Code): rewrite of comparison handling,
2943           fixes bug #1216342
2944         * src/hc08/peeph.def: added rules 2g - 2l for new conditional branches
2945
2946 2005-06-15 Raphael Neider <rneider AT web.de>
2947
2948         * src/pic16/NOTES: moved Vangelis from active developers to people to contact
2949         * device/include/pic16/{6520.h,8520.h}: fixed configuration bits
2950         * src/pic16/gen.c (): prevent iTemps from being considered to be in CODESPACE,
2951           fixes bug #1221120; for symbols in CODESPACE get number of bytes to read from
2952           OP_SYM_TYPE() instead of OP_SYM_ETYPE()
2953
2954 2005-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2955
2956         * device/include/mcs51/reg764.h: Changed PB0 to PBO as requested by
2957           Marcel Telka in bug #1215704
2958
2959 2005-06-02 Slade Rich <slade_rich AT users.sourceforge.net>
2960
2961         * src/pic/pcode.c : Changed pseudo stack size to 15 to allow WSAVE to be
2962           located in shared memory bank.
2963
2964 2005-05-31 Raphael Neider <rneider AT web.de>
2965
2966         * src/pic16/{gen.c,genarith.c}: replaced sign-extension
2967           "CLRF, BTFSC <signbit>, DECF/COMF" with side-effect-free
2968           "CLRF, BTFSC <signbit>, SETF"; fixes "long>>9"
2969
2970 2005-05-27 Maarten Brock <sourceforge.brock AT dse.nl>
2971
2972         * device/lib/_strncpy.c: fixed the fix
2973
2974 2005-05-26 Raphael Neider <rneider AT web.de>
2975
2976         * src/pic16/glue.c (pic16_printIvalChar): fixed _constant_ string
2977           initializers with \0, bug #1208187
2978         * src/pic/glue.c (printIvalChar): fixed (non- and constant) string
2979           intializers with \0, bug #1208187
2980
2981 2005-05-26 Raphael Neider <rneider AT web.de>
2982
2983         * src/pic16/glue.c (pic16_printIvalChar): fixed string
2984           initializers with \0, bug #1208187
2985         * src/pic16/main.c (_process_pragma): added sanity checks
2986           for stack position and size, emit warnings when appropriate
2987
2988 2005-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
2989
2990         * device/lib/_strncpy.c: fixed not filling with \0
2991
2992 2005-05-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2993
2994         * src/SDCCast.c (funcOfType, funcOfTypeVarg, stringToSymbol,
2995           createFunction),
2996         * src/SDCC.y (external_definition, enumerator, parameter_declaration,
2997           compound_statement),
2998         * src/SDCCsymt.h,
2999         * src/SDCCsymt.c (addSymChain, processFuncArgs): fixed bug #1159134
3000
3001 2005-05-24 Raphael Neider <rneider AT web.de>
3002
3003         * src/pic16/glue.c (pic16_printGPointerType): fixed #1207796
3004
3005 2005-05-24 Raphael Neider <rneider AT web.de>
3006
3007         * device/include/pic16/pic18f{442,452,458}.h: fixed wrong
3008           TRISE definitions, closes bug #1162453
3009
3010 2005-05-22 Raphael Neider <rneider AT web.de>
3011
3012         * src/pic16/main.c (_process_pragma): check for missing
3013           arguments to pragmas code and udata
3014         * device/include/pic16/pic18f{2550,4331,4455,4520}.h:
3015           consistency fixes to match other headers (thanks to Jim Paris)
3016         * device/lib/pic16/libio/i2c.ignore: 18f4331 provides no I2C
3017
3018 2005-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
3019
3020         * src/SDCCicode.c (isOperandEqual): fixed missing ;
3021
3022 2005-05-19 Maarten Brock <sourceforge.brock AT dse.nl>
3023
3024         * support/regression/tests/bug1198642.c: new test
3025         * src/SDCCicode.c (isOperandEqual): fixed bug 1198642
3026         * src/SDCCcse.c (findPrevIc): added comment, please have a look
3027         * support/scripts/resource.h,
3028         * support/scripts/resource.rc,
3029         * src/src.dsp: added sdcc.ico to project as icon for sdcc.exe
3030         * support/scripts/sdcc.ico: added 32x32 icon
3031
3032 2005-05-18 Raphael Neider <rneider AT web.de>
3033
3034         * device/lib/pic16/libdev/pic18f*.c,
3035         * device/include/pic16/pic18f*.h: updated "sfr" and "at X"
3036           keywords to "__sfr" and "__at (X)"
3037         * device/include/pic16/pic18fregs.h: added pic18f4520
3038         * src/pic16/pcode.c (pic16_pCode2str): fixed (?) bug
3039           #1203088 (MPLAB compatibility)
3040
3041 2005-05-17 Raphael Neider <rneider AT web.de>
3042
3043         * device/include/pic16/pic18f{2550,4331,4455,4520}.h: NEW
3044         * device/lib/pic16/libdev/pic18f{2550,4331,4455,4520}.c: NEW
3045         * device/lib/pic16/pics.all: added new devices
3046         * src/pic16/device.c: added support for pic18f4520
3047
3048 2005-05-16 Raphael Neider <rneider AT web.de>
3049         * src/pic16/gen.{c,h}: s/mov2f/pic16_mov2f made public
3050         * src/pic16/genarith.c (genAddLit): fixed bug 1202480
3051         * src/pic16/pcode.{c,h} (pic16_newpCodeOpBit_simple): NEW
3052           convenience function for bit access
3053
3054 2005-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
3055
3056         * device/lib/printf_large.c: fixed bug 1193299
3057         * support/regression/tests/bug1057979.c: added test %3.3s
3058
3059 2005-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3060
3061         * device/include/mcs51/8051.h,
3062         * device/include/mcs51/8052.h: made parseable with lint
3063         * device/include/mcs51/lint.h: added include file for (sp)lint
3064         * doc/sdccman.lyx: added doc about use of splint (syntax checking tool)
3065         * doc/cdbfileformat.lyx,
3066         * doc/test_suite_spec.lyx: hardcoded date to the date of last text change
3067
3068 2005-05-14 Raphael Neider <rneider AT web.de>
3069
3070         * device/lib/pic16/Makefile.common.in: add --optimize-df to OPT_FLAGS
3071         * device/lib/pic16/libc/stdlib/itoa.c (new)
3072         * device/lib/pic16/libc/stdlib/Makefile: have itoa.c built
3073         * device/lib/pic16/libio/Makefile: exclude subdir according to
3074           ${subdir}.ignore for certain PICs (lacking e.g. i2c)
3075         * device/lib/pic16/libio/i2c.ignore (new): pic18f1220 has no I2C support
3076         * src/pic16/gen.c (genFunction): prevent annoying warning
3077         * src/pic16/pcode.c: renamed stack_t to dynstack_t to prevent
3078           nameclashes on BeOS
3079         * support/cpp2/cppmain.c (cpp_output_string): new
3080         * support/cpp2/cpplib.c (_cpp_do__Pragma): fixed _Pragma(""),
3081           fixes bug 1116802
3082
3083 2005-05-13 Borut Razem <borut.razem AT siol.net>
3084
3085         * src/SDCCmain.c (linkEdit): fixed bug 1195202
3086
3087 2005-05-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3088
3089         * .version: changed to version 2.5.1; back to bleeding edge development
3090
3091 2005-05-11 Borut Razem <borut.razem AT siol.net>
3092
3093         * doc/sdccman.lyx doc/cdbfileformat.lyx doc/test_suite_spec.lyx:
3094           generate PDF version 1.3 documents
3095
3096 2005-05-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3097
3098         * .version: changed to version 2.5.0
3099
3100 2005-04-27 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3101
3102         * doc/sdccman.lyx: updated weblinks, index and smaller updates
3103
3104 2005-04-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3105
3106         * doc/sdccman.lyx: changed version 2.5.0, documented --std-c89,
3107         --std-sdcc89, --std-c99, --std-sdcc99, and the corresponding #pragmas, as
3108         well as many smaller updates.
3109         * .version: changed to version 2.5.0-pre1
3110
3111 2005-04-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3112
3113         * src/SDCCmain.c (setIncludePath): added port->target to SDCC_INCLUDE_NAME
3114
3115 2005-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
3116
3117         * support/regression/tests/bug1185672.c: added
3118         * src/mcs51/gen.c (aopGetUsesAcc, genCpl, genAnd, genOr, genXor): fixed
3119           bug 1185672
3120         * src/mcs51/gen.c (genCall): added comments, made it look safer
3121         * src/mcs51/gen.c (genEndFunction): simplified
3122
3123 2005-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
3124
3125         * src/mcs51/ralloc.c (serialRegAssign): fixed bug 1189609
3126
3127 2005-04-14 Borut Razem <borut.razem AT siol.net>
3128
3129         * fixed bug 1045046 - SIGSEGV with really simple code?:
3130           src/pic/pcode.c (pCodeInitRegisters)- pseudo stack size increased to 16
3131           src/pic/ralloc.c (typeRegWithIdx) - error message on pseudo stack overflow
3132
3133 2005-04-14 Borut Razem <borut.razem AT siol.net>
3134
3135         * src/pic16/gen.c (genInline), src/pic16/main.c (_process_pragma),
3136           src/pic16/device.h: temporarily disabled experimental #inline pragma
3137           for 2.5.0 release
3138
3139 2005-04-14 Maarten Brock <sourceforge.brock AT dse.nl>
3140
3141         * device/include/z80/stdio.h,
3142         * device/include/z80/string.h: removed these highly incomplete files so
3143           SDCC can use the default ones in device/include/
3144
3145 2005-04-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3146
3147         * src/mcs51/gen.c (genEndFunction): removed unused variable to fix
3148         gcc warning.
3149         * device/lib/Makefile.in: default PORTINCDIR to the mcs51 subdir to
3150         fix sdcpp warnings.
3151
3152 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
3153
3154         * device/include/malloc.h: removed redundant __reentrant prototypes
3155         * device/lib/_mullong.c: added working xstack variant in asm (C version
3156           doesn't pass regression tests)
3157         * device/lib/bpx.c: used __data and made bpx char for mcs51
3158         * src/SDCCast.c (decorateType): removed unused GPTYPE_IDATA,
3159           (createFunction): fixed bug with xstackPtr
3160         * src/SDCCcse.c: corrected comments
3161         * src/SDCCopt.c (convertToFcall): fixed warning in MSVC,
3162           (killDeadCode, eBBlockFromiCode): removed unused code
3163         * src/SDCCsymt.h: removed unused GPTYPE_GPTR and GPTYPE_IDATA,
3164           corrected comments
3165         * src/mcs51/gen.c (aopForSym, aopPut, toBoolean, unsaveRegisters,
3166           assignResultValue, genCall, genFunction, genEndFunction, genAnd,
3167           genOr, genXor, genAddrOf): fixed several bugs concerning xstack
3168           (genModOneByte): fixed warning in MSVC
3169         * src/mcs51/main.c (): added comments
3170         * src/mcs51/peeph.def: changed 129 to 129.a, added 129.b, 129.c & 129.d
3171
3172 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
3173
3174         * src/SDCCmain.c (linkEdit): oops, changed one line too many
3175
3176 2005-04-11 Maarten Brock <sourceforge.brock AT dse.nl>
3177
3178         * src/SDCCmain.c (linkEdit): fixed bug with finding crt0.o for z80
3179
3180 2005-04-10 Vangelis Rokas <vrokas AT users.sourceforge.net>
3181
3182         * src/pic16/glue.c (printIvalChar): fixed bug when emitting
3183         characters arrays of larger size than the declared one.
3184
3185 2005-04-10 Borut Razem <borut.razem AT siol.net>
3186
3187         * src/pic/gen.c (genInline),
3188           src/pic/pcode.c (newpCodeAsmDir), (pCode2str),
3189           (genericPrint), (unlinkpCodeFromBranch), (compareLabel),
3190           (findNextInstruction), (findPrevInstruction),
3191           (findInstructionUsingLabel),
3192           src/pic/pcode.h: fixed bug #1164907 - Labels not being recognized
3193         * src/pic/pcode.c (findLabel): added missing '\n'
3194         * src/src.dsp: added SDCCdwarf2.c to the project
3195
3196 2005-04-09 Borut Razem <borut.razem AT siol.net>
3197
3198         * support/scripts/sdcc.nsi: added include/hc08/* h to NSIS setup
3199
3200 2005-04-08 Raphael Neider <rneider AT web.de>
3201
3202         * src/pic16/pcode.c: added helpers defmapInsertAfter (insert a new item
3203           into the chain after a given one) and mergeDefmapSymbols (combine
3204           defmap entries for each symbol per pcode)
3205         * (createDefmap): have defmap entries merged in the end
3206         * (defmapReplaceSymRef): split defmap entries covering two accesses to
3207           a symbol before replacing one access type's symbol, merge symbols in
3208           the end (replacement symbol might already have an entry)
3209         * (assignValnums): keep reference to written WREG intact
3210
3211 2005-04-08 Raphael Neider <rneider AT web.de>
3212
3213         * src/pic16/pcode.c (struct defmap_s): named anonymous union (for
3214           Alpha)
3215
3216 2005-04-08 Vangelis Rokas <vrokas AT users.sourceforge.net>
3217
3218         * src/pic16/pcode.c (pic16_get_op2): enlarged size of array b to 128
3219         bytes
3220
3221 2005-04-07 Raphael Neider <rneider AT web.de>
3222
3223         * device/include/pic16/usart.h: added compatibility defines for
3224           devices with more than one USART
3225         * device/include/pic16/pic18f[68][567]20.h: activated above defines
3226
3227 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
3228
3229         * device/lib/Makefile.in: updated for port specific include
3230
3231 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
3232
3233         * support/regression/ports/mcs51/spec.mk: added mcs51 include
3234
3235 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
3236
3237         * device/include/8051.h,
3238         * device/include/8052.h,
3239         * device/include/at89S8252.h,
3240         * device/include/at89c55.h,
3241         * device/include/at89x051.h,
3242         * device/include/at89x51.h,
3243         * device/include/at89x52.h,
3244         * device/include/mcs51reg.h,
3245         * device/include/reg51.h,
3246         * device/include/reg764.h,
3247         * device/include/regc515c.h,
3248         * device/include/sab80515.h: (re)moved these 12 files
3249         * device/include/mcs51/8051.h,
3250         * device/include/mcs51/8052.h,
3251         * device/include/mcs51/at89S8252.h,
3252         * device/include/mcs51/at89c55.h,
3253         * device/include/mcs51/at89x051.h,
3254         * device/include/mcs51/at89x51.h,
3255         * device/include/mcs51/at89x52.h,
3256         * device/include/mcs51/mcs51reg.h,
3257         * device/include/mcs51/reg51.h,
3258         * device/include/mcs51/reg764.h,
3259         * device/include/mcs51/regc515c.h,
3260         * device/include/mcs51/sab80515.h: and added them here
3261
3262 2005-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
3263
3264         * device/include/stdarg.h: changed SDCC specific keywords to double
3265           underlined form.
3266         * device/include/stdint.h: changed intptr_t and uintptr_t for others than
3267           mcs51 and ds390.
3268         * device/include/hc08/mc68hc908gp32.h,
3269         * device/include/hc08/mc68hc908jb8.h,
3270         * device/include/hc08/mc68hc908jkjl.h,
3271         * device/include/hc08/mc68hc908qy.h: fixed comments
3272         * device/include/mcs51/README: updated
3273         * device/include/mcs51/c8051f120.h: added PINRSF
3274         * device/lib/pic16/libc/stdlib/crc16.c: fixed comments
3275         * src/pic16/pcode.c: MSVC6 doesn't accept declaring new variables
3276           amidst code. Also inline is not supported.
3277
3278 2005-04-06 Raphael Neider <rneider AT web.de>
3279
3280         * src/pic16/pcode.c (pic16_pCodeReplace): also update pcflow->end
3281         * (createDefmap): fixed CALLs to depend on FSR1 and RETLW to restore
3282           callers stack/frame pointers
3283
3284 2005-04-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
3285
3286         * device/include/pic16/usart.h: added, missing in previous commit,
3287         * device/include/pic16/adc.h: fixed typo,
3288         * device/lib/pic16/libc/utils/cvtdec.S: added missing in previous
3289         commit,
3290         * device/lib/pic16/libc/stdlib/g_ftoa.S: modified to include
3291         <p18fxxx.inc>
3292         * device/lib/pic16/libc/stdio/streams.c: leave stdin, stdout
3293         uninitialized because a bug appears with gplink
3294         * device/lib/pic16/{some makefiles}: moved $(CSTD) from CFLAGS to
3295         COMPILE_FLAGS and added CPPFLAGS with -nostdinc because sdcpp
3296         complains for unrecognised option
3297
3298 2005-04-05 Raphael Neider <rneider AT web.de>
3299
3300         * src/pic16/gen.c (pic16_popCopyReg): made copying work for extended
3301           structs as well (using memcpy)
3302         * (genFunction): fixed comparison, used pCodeOpLabel to reduce warning
3303           on ISRs (GOTO has no label)
3304         * src/pic16/device.h: added OF_OPTIMIZE_DF
3305         * src/pic16/main.c: added compiler switch --optimize-df to enable the
3306           new data flow analysis/optimization
3307         * src/pic16/pcode.c: added (prototypes for and implementation of)
3308           dataflow analysis functions, fixed pCodeInstructions' inCond and
3309           outCond values, made RCALL a branch instruction
3310         * (pic16_unlinkpCode): keep C line if possible
3311         * (pic16_pCodeUnlink): removed cast on left side of assignment, have
3312           C line moved if possible
3313         * (pic16_getRegFrompCodeOp): NEW, improved version of...
3314         * (pic16_getRegFromInstruction,pic16_getRegFromInstruction2): changed
3315           to use new pic16_getRegFrompCodeOp (works for more SFRs)
3316         * (pic16_BuildFlow): fixed skip instructions with label (did not start
3317           new flow)
3318         * (pic16_getJumptabpCode): NEW, needed in...
3319         * (LinkFlow): fixed handling of jumptables, calls and conditional
3320           branches
3321         * (pic16_InsertCommentAfter): NEW
3322         * (pic16_pCodeReplace): made verbose and flow preserving
3323         * (AnalyzeFlow): added call to data flow analysis
3324         * src/pic16/pcode.h: added defmaps to pCodeFlow struct
3325         * src/pic16/pcodeflow.h: added PCC_STATUS to mean all STATUS bits
3326         * src/pic16/ralloc.c (packRegsForAssign): added return 1 in the end
3327
3328 2005-04-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3329
3330         * src/SDCCast.c (decorateType): fixed bug #1105626
3331
3332 2005-04-02 Vangelis Rokas <vrokas AT users.sourceforge.net>
3333
3334         * device/include/asm/pic16/features.h,
3335         * pic18f*.h headers,
3336         * device/include/pic16/adc.h,
3337         * device/include/pic16/delay.h,
3338         * device/include/pic16/i2c.h,
3339         * device/include/pic16/malloc.h,
3340         * device/include/pic16/stdio.h,
3341         * device/include/pic16/stdlib.h,
3342         * device/include/pic16/string.h,
3343         * device/lib/pic16/libc/stdio/printf_tiny.c,
3344         * device/lib/pic16/libc/stdio/printf_small.c,
3345         * device/lib/pic16/libc/stdio/strmgpsim.c,
3346         * device/lib/pic16/libc/stdio/strmmssp.c,
3347         * device/lib/pic16/libc/stdio/strmusart.c,
3348         * device/lib/pic16/libc/stdio/vfprintf.c,
3349         * device/lib/pic16/libc/stdlib/ltoa.c,
3350         * device/lib/pic16/libc/stdlib/putchar.c,
3351         * device/lib/pic16/libc/stdlib/x_ftoa.c,
3352         * device/lib/pic16/libc/stdlib/memchrpgm.c,
3353         * device/lib/pic16/libc/stdlib/memchrram.c,
3354         * device/lib/pic16/libc/stdlib/memcpypgm2ram.c,
3355         * device/lib/pic16/libc/stdlib/memcpyram2ram.c,
3356         * device/lib/pic16/libio/adc/adcbusy.c,
3357         * device/lib/pic16/libio/adc/adcread.c,
3358         * device/lib/pic16/libio/adc/adcsetch.c,
3359         * device/lib/pic16/libio/usart/ubaud.c,
3360         * device/lib/pic16/libio/usart/ubusy.c,
3361         * device/lib/pic16/libio/usart/udrdy.c,
3362         * device/lib/pic16/libio/usart/uopen.c,
3363         * device/lib/pic16/libio/usart/uputc.c,
3364         * device/lib/pic16/libsdcc/gptr/gptrget1.c,
3365         * device/lib/pic16/libsdcc/gptr/gptrget2.c,
3366         * device/lib/pic16/libsdcc/gptr/gptrget3.c,
3367         * device/lib/pic16/libsdcc/gptr/gptrget4.c,
3368         * device/lib/pic16/libsdcc/gptr/gptrput1.c,
3369         * device/lib/pic16/libsdcc/gptr/gptrput2.c,
3370         * device/lib/pic16/libsdcc/gptr/gptrput3.c,
3371         * device/lib/pic16/libsdcc/gptr/gptrput4.c: modified all SDCC
3372         specific keywords to double underlined form,
3373         * device/lib/pic16/libc/Makefile.rules,
3374         * device/lib/pic16/libsdcc/Makefile.rules,
3375         * device/lib/pic16/libm/Makefile,
3376         * device/lib/pic16/libio/Makefile.rules: added CSTD macro in CFLAGS
3377         to compile with C standard set in Makefile.common
3378         * device/lib/pic16/libc/stdlib/Makefile: added new C sources
3379         rand.c and crc.c in compilation process,
3380         * device/lib/pic16/libsdcc/int/divuint.c,
3381         * device/lib/pic16/libsdcc/long/divulong.c: changed declaration of
3382         `c' from signed to unsigned,
3383         * device/lib/pic16/startup/crt0.c,
3384         * device/lib/pic16/startup/crt0i.c,
3385         * device/lib/pic16/startup/crt0iz.c: adopted to all SDCC specific
3386         keywords to double underlined form, bug fixes in _do_cinit function
3387         which prevented the correct initialization of the .idata segment,
3388         * src/pic16/pcoderegs.c (insideLRBlock): fixed a bug that caused the
3389         core to enter a infinite loop
3390         * device/lib/pic16/libc/stdlib/rand.c, crc.c: new files
3391
3392 2005-04-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3393
3394         * src/SDCCicode.c (getArraySizePtr): fixed bug #1122171
3395
3396 2005-04-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3397
3398         * device/include/Makefile.in: add support for hc08 subdirectory
3399         * device/include/hc08/: new subdirectory
3400         * device/include/hc08/mc68hc908jkjl.h: new header contributed by
3401         Lucas Loizaga, thanks!
3402         * device/include/hc08/mc68hc908qy.h,
3403         * device/include/hc08/mc68hc908gp32.h,
3404         * device/include/hc08/mc68hc908jb8.h: moved hc08 register defs to
3405         their own directory. Changed internal macro names to use the compiler
3406         reserved namespace. Changed SDCC specific keywords to double
3407         underlined form.
3408         * device/include/math.h,
3409         * device/include/malloc.h,
3410         * device/include/stdarg.h,
3411         * device/include/stdbool.h
3412         * device/include/string.h,
3413         * device/include/tinibios.h,
3414         * device/include/ds400rom.h,
3415         * device/include/8051.h,
3416         * device/include/8052.h,
3417         * device/include/80c51xa.h,
3418         * device/include/at89c55.h,
3419         * device/include/at89S8252.h,
3420         * device/include/at89x51.h,
3421         * device/include/at89x52.h,
3422         * device/include/ds80c390.h,
3423         * device/include/reg764.h,
3424         * device/include/regc515c.h,
3425         * device/include/sab80515.h,
3426         * device/include/mcs51/c8051f000.h,
3427         * device/include/mcs51/c8051f018.h,
3428         * device/include/mcs51/c8051f020.h,
3429         * device/include/mcs51/c8051f040.h,
3430         * device/include/mcs51/c8051f060.h,
3431         * device/include/mcs51/c8051f120.h,
3432         * device/include/mcs51/c8051f300.h,
3433         * device/include/mcs51/c8051f310.h,
3434         * device/include/mcs51/c8051f320.h,
3435         * device/include/mcs51/c8051f330.h,
3436         * device/include/mcs51/c8051f350.h,
3437         * device/include/z180.h: Changed SDCC specific keywords to double
3438         underlined form.
3439
3440 2005-03-31 Vangelis Rokas <vrokas AT users.sourceforge.net>
3441
3442         * src/pic16/device.c (Pics16[]): added devices 18F2550, 18F4331,
3443         18F4455,
3444         * (pic16_assignConfigWordValue): disable testing of configuration
3445         register value with config mask,
3446         * src/pic16/gen.c (pic16_testStackOverflow): prefix stack test
3447         function with port->fun_prefix,
3448         * (genFunction): when generating a naked interrupt function never
3449         create an absolute segment placed in interrupt vector address, place
3450         the actual interrupt function at IVA instead, when an interrupt
3451         function is generated with unspecified interrupt then do not create
3452         the absolute section,
3453         * (genGenPointerGet, genGenPointerSet, genPackBits): replace all
3454         code for generating a call to generic pointer get/put function with
3455         a call to function pic16_callGenericPointer(),
3456         * src/pic16/genutils.c (pic16_callGenericPointerRW): NEW, generates
3457         the call to the generic pointer get/put functions with prefixing the
3458         function name with port->fun_prefix,
3459         * src/pic16/glue.c (pic16glue): ifdef-out test of OF_LR_SUPPORT,
3460         * src/pic16/main.c (_process_pragma): prefix function with
3461         port->fun_prefix,
3462         * (_pic16_finaliseOptions): define macro __18Fxxxx macro when
3463         calling assembler, old 18Fxxxx macro is deprecated,
3464         * src/pic16/pcode.c (unlinkpCodeFromBranch): added PC_INLINE and
3465         PC_ASMDIR in while condition,
3466         * (findInstruction): add PC_ASMDIR in while condition,
3467         * (buildCallTree): prefix main with port->fun_prefix,
3468         * (pic16_pCode2str): fixed bug that didn't emit the memory access
3469         identifier for variable with banked access in instructions BTFSS,
3470         BTFSC, BCF, BSF, BTG
3471         * (AnalyzeFlow): moved call to OptimizepCode to pic16_AnalyzeBanking,
3472         * src/pic16/pcodepeep.c (pCodeOpCompare): increase size of b to 1024,
3473         * src/pic16/pcoderegs.c (pic16_pCodeRegoptimizeRegUsage): don't
3474         perform optimization when enviroment variable NO_REG_OPT is set,
3475         * (insideLRBlock): NEW, return 1 if register is inside an
3476         INF_LOCALREGS block,
3477         * (RemoveRegFromLRBlock): remove a register that is completely
3478         eliminated by register optimization, but it is still left in local
3479         register store/restore in/from stack block,
3480         * (Remove2pcodes): after removing register, check to see if it
3481         should be removed from local register store/restore in/from stack
3482         block,
3483         * src/pic16/ralloc.c (pic16_decodeOp): added decode for
3484         DUMMY_READ_VOLATILE,
3485
3486         * device/include/pic16/adc.h: minor prototype modifications and
3487         update,
3488         * device/include/pic16/malloc.h: added GPL notice various
3489         modifications,
3490         * device/include/pic16/stdint.h: NEW, standard header for ints
3491         * device/include/pic16/delay.h: NEW, header for delay functions,
3492         delay10tcy, delay100tcy, delay1ktcy, delay10ktcy, delay100ktcy,
3493         delay1mtcy,
3494         * device/include/pic16/signal.h: NEW, header providing helper macros
3495         for implementing signal handlers,
3496         * device/include/pic16/stdio.h: added prototypes for functions,
3497         printf, vprintf, sprintf, vsprintf, fprintf, vfprintf. Added
3498         prototypes for stdin and stdout, added macro PUTCHAR to
3499         automatically implement putchar function prototype,
3500         * device/include/pic16/usart.h: modified and updated USART library,
3501         * device/lib/pic16/libio/adc/,
3502         * device/lib/pic16/libio/i2c: some modifications to improve library
3503         performance,
3504         * device/lib/pic16/libc/stdio/: modifications for the new printf*
3505         family of functions,
3506         * device/lib/pic16/libc/stdlib/: various modifications in the malloc
3507         family of functions and other sources,
3508         * device/lib/pic16/libio/usart/: NEW, c sources for the usart module
3509         of the PIC18Fxx[28] devices,
3510         * device/lib/pic16/libc/delay/: NEW, c sources for the delay functions,
3511         * device/lib/pic16/libc/utils/: minor modifications in the .S sources,
3512         * device/lib/pic16/startup/{crt0i.c, crt0iz.c}: redesign of the
3513         _do_cinit function, because the previous failed when local variables
3514         where not placed in the same memory bank,
3515         * device/lib/pic16/libsdcc/char/: various modifications to improve
3516         library performance,
3517         * doc/sdccman.lyx: some reorganization of the PIC16 part, added many
3518         information on the new functions of the c library and more...
3519
3520 2005-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3521
3522         * src/SDCCBBlock.c (iCodeBreakDown): fixed bug #1170212
3523
3524 2005-03-26 Raphael Neider <rneider AT web.de>
3525
3526         * src/pic16/gen.c (genSkipc): fixed semantics (execute branch
3527           if condition == CARRY)
3528         * (genCmp): adapted to new genSkipc semantics
3529         * src/pic16/genutils.c (pic6_genCmp_special): removed side effect
3530           on rIfx (genCmp was broken)
3531
3532 2005-03-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3533
3534         * src/SDCCmain.c (setDefaultOptions, optionsTable[], parseCmdLine),
3535         * src/z80/main.c (_keywords[]),
3536         * src/SDCCglobal.h (struct options),
3537         * src/SDCC.y,
3538         * src/SDCC.lex (isTargetKeyword, doPragma, pragma_tbl[]): new pragmas
3539         to enable/disable SDCC and C99 extensions/keywords (std_c89, std_sdcc89,
3540         std_c99, std_sdcc99). Also, equivalent command line options (--std-c89,
3541         --std-sdcc89, --std-c99, --std-sdcc99). SDCC specific keywords are
3542         always available in leading double underscore form. The C99 support is
3543         mostly missing, but it's a start.
3544         * support/regression/tests/bug-227710.c: fixed nonconforming use of
3545         reserved identifier "__data".
3546
3547 2005-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
3548
3549         * src/mcs51/peeph.def: fixed bug 1170013
3550
3551 2005-03-22 Maarten Brock <sourceforge.brock AT dse.nl>
3552
3553         * device/include/mcs51reg.h: fixed bug 842007
3554
3555 2005-03-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3556
3557         * src/SDCCcflow.c (dfNumCompare): committed the wrong version of this
3558         last time.
3559
3560 2005-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3561
3562         * src/port.h (struct PORT),
3563         * src/avr/ralloc.c (avr_assignRegisters),
3564         * src/avr/main.c,
3565         * src/ds390/ralloc.c (ds390_assignRegisters),
3566         * src/ds390/main.c,
3567         * src/hc08/ralloc.c (hc08_assignRegisters),
3568         * src/hc08/main.c,
3569         * src/mcs51/ralloc.c (mcs51_assignRegisters),
3570         * src/mcs51/main.c,
3571         * src/pic/ralloc.c (pic14_assignRegisters),
3572         * src/pic/main.c,
3573         * src/pic16/ralloc.c (pic16_assignRegisters),
3574         * src/pic16/main.c,
3575         * src/xa51/ralloc.c (xa51_assignRegisters),
3576         * src/xa51/main.c,
3577         * src/z80/ralloc.c (z80_assignRegisters),
3578         * src/z80/ralloc.h,
3579         * src/SDCCopt.c (eBBlockFromiCode, replaceRegEqv, killDeadCode),
3580         * src/SDCCcse.c (ifxOptimize, cseBBlock, cseAllBlocks),
3581         * src/SDCCcse.h,
3582         * src/SDCCdflow.c (computeDataFlow),
3583         * src/SDCCdflow.h,
3584         * src/SDCCloop.c (addDefInExprs, loopInvariants, loopOptimizations),
3585         * src/SDCCloop.h,
3586         * src/SDCCcflow.c (*),
3587         * src/SDCCcflow.h,
3588         * src/SDCCBBlock.c (iCodeBreakDown, dumpEbbsToFileExt, eBBWithEntryLabel),
3589         * src/SDCCBBlock.h (struct ebbIndex): new struct that keeps two copies
3590         of the eBBlock list, sorted by both bbnum and dfnum. (fixes bug with
3591         immedDom() returning wrong block; probably fixes bug #1160833)
3592
3593 2005-03-20 Borut Razem <borut.razem AT siol.net>
3594
3595         * support/scripts/inc2h.pl: WIN32 port
3596
3597 2005-03-19 Maarten Brock <sourceforge.brock AT dse.nl>
3598
3599         * device/lib/makefile.in: added abs.c and labs.c
3600
3601 2005-03-17 Maarten Brock <sourceforge.brock AT dse.nl>
3602
3603         * device/include/stdint.h: added
3604         * device/lib/abs.c: added
3605         * device/lib/labs.c: added
3606         * device/include/stdlib.h: added abs() and labs() prototypes
3607         * device/lib/libsdcc.lib: added abs and labs
3608         * device/include/float.h,
3609         * device/lib/_fsmul.c,
3610         * device/lib/printf_fast.c,
3611         * device/lib/printf_tiny.c: updated comments
3612
3613 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3614
3615         * src/SDCCicode.c (geniCodeSwitch, geniCodeJumpTable): fixed
3616         bug #1164313
3617
3618 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3619
3620         * src/SDCCcse.c (cseBBlock): retain assignment to self when volatile
3621         * src/SDCCast.c (isLoopCountable): fixed bug #1161985
3622
3623 2005-03-15 Maarten Brock <sourceforge.brock AT dse.nl>
3624
3625         * device/lib/printf_large.c: removed inline assembly for portability and
3626           readability. Use printf_fast if speed or size are more important.
3627         * src/pic16/gen.c: removed conditions around use of DEBUGpc
3628         * src/pic16/genutils.h: added define for DEBUGpc for MSVC
3629
3630 2005-03-15 Vangelis Rokas <vrokas AT users.sourceforge.net>
3631
3632         * src/pic16/genutils.c (pic16_genCmp_special): initialized offs to
3633         prevent compiler warning
3634
3635 2005-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
3636
3637         * device/lib/pic16/startup/crt0i.c (_cinit): local variables where
3638         moved to level 0 and declared as static. Also they are explicit
3639         placed in access bank. This was necessery because some times they
3640         might cross memory bank boundaries. crt0iz.c is *NOT* updated!!!
3641         * src/pic16/device.h: added flag OPTIMIZE_CMP to enable some compare
3642         optimizations. Currently only compare to unsigned char is implemented,
3643         * src/pic16/gen.c: added fReturnIdx array,
3644         * (struct resolvedIfx) is moved to gen.h and made public,
3645         * (struct _G): added sregsAlloc and sregsAllocSet fields,
3646         * (aopForSym): added an optimization to directly store in stack of
3647         the operand of a SEND iCode,
3648         * (pic16_aopOp): don't return return registers as strings (AOP_STR)
3649         but as registers instead (AOP_REG) using the fReturnIdx array,
3650         * (pic16_freeAsmop): remove the freed register from the
3651         _G.sregsAlloc field,
3652         * (pic16_aopGet): in case AOP_STR, the compare to 'a' is changed to
3653         a compare of 'WREG',
3654         * (pic16_popGetTempRegCond): changed function prototype, now
3655         function takes also a bitVector argument v which holds the current
3656         set of registers that are allocated for stack access by aopForSym,
3657         registers allocated in aopForSym for accessing stack symbols are not
3658         any more part of the functions usedRegs field,
3659         * (genCall): some times aopOp is called for a stack variable to be
3660         send, aopForSym might perform the push, if this is true make sure
3661         that genCall doesn't push the variable twice by testing _G.resDirect,
3662         * (genFunction): changed testing for unspecified interrupt number
3663         from 256 to INTNO_UNSPEC,
3664         * modified selection scheme of frame pointer generation. Previously
3665         if function did use local registers a frame pointer was generated,
3666         now a frame pointer is generated only if function has arguments
3667         (that need PLUSW2 register access), or has stack arguments, or the
3668         compiler is not instructed to omit the frame pointer,
3669         * (genEndFunction): before restoring local registers that were saved
3670         in the function preamble, also restore the registers that *might*
3671         have been allocated for stack access,
3672         * (genRet): removed some old comments,
3673         * (genCmp, the active (RN's) version): added a call to the
3674         pic16_genCmp_special function to perform the compare with a more
3675         robust and optimized way,
3676         * (genInline): a feature has been added in inline code generation,
3677         which allows a wildcard variable substitution when writing inline
3678         assembly. Code is incomplete and experimental therefore undocumented,
3679         * (genCast): changed order of aopOp for result and right to allow
3680         aopForSym to directly load the result if possible,
3681         * src/pic16/genutils.c (selectCompareOp, pic16_genCmp_special): NEW,
3682         perform an optimized compare on some selected special occasions,
3683         * src/pic16/genutils.h: declaration of resolvedIfx structure from gen.c,
3684         * src/pic16/glue.c (pic16createInterrupVect): make sure we never
3685         generate an IVT any more,
3686         * src/pic16/main.c (pic16_optionsTable): added command line option
3687         --optimize-cmp,
3688         * (_pic16_initPaths): when calling C preprocessor define pic18fXXXX
3689         macro too, when calling assembler define pic18fXXXX *and* __18Fxxxx
3690         macros,
3691         * src/pic16/NOTES: Raphael Neider added in list of active developers
3692         * src/pic16/pcode.c (OPT_TYPE_STR): added strings jumptable_begin and
3693         jumptable_end to prevent bug #,
3694         * (pic16_pciADDWFC, ADDFWC, COMF, CLRF): added some missing flags in
3695         inCond and outCond fields,
3696         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): add a fix for bug #,
3697         * src/pic16/ralloc.c (serialRegAssign): explicit set willCS to 0 to
3698         turn off register spilling,
3699         * (packRegsForOneUse): synced with other ports' versions although it
3700         is not used currently,
3701         * (pic16_packRegisters): added an optimization while reading
3702         structure bitfields, some registers may be saved (malloc code is
3703         decreased by 80 bytes)
3704
3705 2005-03-12 Vangelis Rokas <vrokas AT users.sourceforge.net>
3706
3707         * src/SDCCcse.c (cseBBlock): inside 'do operand lookup' loop test if
3708         left is a bitfield, if yes, then don't optimize assignment. Perhaps
3709         this can be optimized more?
3710
3711 2005-03-10 Raphael Neider <rneider AT web.de>
3712
3713         * src/pic16/gen.c (pic16_loadFSR0, genPackBits, genUnpackBits,
3714           genNearPointerGet): (hopefully) fixed access to bitfields via
3715           pointers (p->bitN = x; and x = p->bitN; failed)
3716
3717 2005-03-09 Paul Stoffregen <paul AT pjrc.com>
3718
3719         * device/lib/printf_fast.c: fix leading zero format, eg "%02d"
3720
3721 2005-03-09 Raphael Neider <rneider AT web.de>
3722
3723         * src/SDCCopt.c (killDeadCode): fixed bug #1156016
3724
3725 2005-03-06 Maarten Brock <sourceforge.brock AT dse.nl>
3726
3727         * src/SDCCicode.h: moved CRITICAL and ENDCRITICAL from SKIP_IC2 to SKIP_IC
3728         * src/mcs51/ralloc.c (willCauseSpill): added check for REG_BIT type,
3729           (regTypeNum): set REG_BIT type if necessary
3730         * src/mcs51/ralloc.h: added define REG_BIT, used to fix bug 1144613
3731         * support/regression/tests/critical.c: check bug 1144613
3732
3733 2005-03-02 Raphael Neider <rneider AT web.de>
3734
3735         * src/pic16/gen.c (genRightShiftLiteral): fixed bug #1154256
3736
3737 2005-02-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3738
3739         * src/avr/ralloc.c (serialRegAssign),
3740         * src/ds390/ralloc.c (serialRegAssign),
3741         * src/hc08/ralloc.c (serialRegAssign),
3742         * src/mcs51/ralloc.c (serialRegAssign),
3743         * src/pic/ralloc.c (serialRegAssign),
3744         * src/pic16/ralloc.c (serialRegAssign),
3745         * src/xa51/ralloc.c (serialRegAssign),
3746         * src/z80/ralloc.c (serialRegAssign): fixed bug #1105154
3747
3748 2005-02-22 Maarten Brock <sourceforge.brock AT dse.nl>
3749
3750         * src/SDCCast.c (decorateType): fixed bug 1124787
3751
3752 2005-02-20 Hubert Sack <sack AT digiplan.de>
3753         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3754
3755         * src/mcs51/peeph.def: added peepholes 3.h-k and 132.a-f from
3756         patch #1121755
3757
3758 2005-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3759
3760         * src/SDCCpeeph.def: new keyword "labelRefCountChange" which allows peepholes
3761         to keep the correct label reference count when adding/removing references
3762         to labels. A peephole file using this is appended to patch #1144962.
3763
3764 2005-02-14 Raphael Neider <rneider AT web.de>
3765
3766         * device/lib/pic16/libc/string/memccpy.c: changed 3rd argument to char
3767         * src/SDCC.lex (process_pragma): fixed to make disable_warning work for PIC16
3768         * src/pic16/gen.c (aopForSym, calls to pic16_aopOp): prevent unneccessary
3769           retrievals of result operand's value on assignment
3770
3771 2005-02-13 Vangelis Rokas <vrokas AT otenet.gr>
3772
3773         * device/include/pic16/string.h: modified prototype for memccpy()
3774         to memccpy(void *, void *, char, size_t)
3775         * src/pic16/gen.c (genFunction, genEndFunction): reenable if-case to
3776         check whether to omit frame pointer or not,
3777         * (genInline): convert all occurences of "\n" to LF in inline
3778         assembler blocks, this helps formatting the inline text,
3779         * (pic16_loadFSR0): modified prototype,
3780         * (genNearPointerGet, genNearPointerSet): reorganization of code,
3781         removed some 8051 legacy code,
3782         * (genPackBits): enabled handling bitfields exceeding one byte in size,
3783         * src/pic16/ralloc.c (pic16_assignRegisters): clear dynrIdx variable
3784         before allocating temporary registers in functions,
3785
3786 2005-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
3787
3788         * support/regression/tests/bitvars.c: corrected the "fix"
3789
3790 2005-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
3791
3792         * support/regression/tests/bitvars.c,
3793         * support/regression/tests/bitwise.c,
3794         * support/regression/tests/rotate.c: "fixed" problems on Alpha
3795
3796 2005-02-10 Raphael Neider <rneider AT web.de>
3797
3798         * src/pic16/pcode.c (assignToSameBank) : fixed cast to pointer of
3799           different size for Alpha
3800         * src/pic16/gen.c (genCmpEq) : improved compare with 0
3801
3802 2005-02-09 Raphael Neider <rneider AT web.de>
3803
3804         * src/SDCC.lex(doPragma) : save and restore warning options as well
3805           (also added new stack plus clone- and copyAndFreeSDCCERRG())
3806         * have #pragma less_pedantic set the errorlevel to WARNING
3807           (fixes #1117001)
3808         * (cloneOptimize) : fixed wrong malloc's size
3809         * support/Util/SDCCerr.[ch] : made SDCCERRG globally accessible to
3810           facilitate correct handling of #pragma (save|restore)
3811
3812 2005-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
3813
3814         * src/mcs51/gen.c: removed non-standard C nameless struct/union
3815
3816 2005-02-04 Slade Rich <slade_rich AT users.sourceforge.net>
3817
3818         * src/pic/gen.c : Fix for bugs #1080519 & #1115662.
3819
3820 2005-02-03 Maarten Brock <sourceforge.brock AT dse.nl>
3821
3822         * device/include/mcs51/c8051f120.h: added declarations for sbit port 2,3&4
3823
3824 2005-02-02 Raphael Neider <rneider AT web.de>
3825
3826         * src/SDCCast.c (processParms): disabled W_NONRENT_ARGS for pic16 port
3827         * src/pic16/gen.c (aopForSym): reenabled special case for function pointers
3828         * (pic16_storeForReturn): fixed to allow returning function pointers
3829         * (genPackBits): improved accessing full bytes, implemented for GPOINTERs
3830         * device/include/pic16/{stddef.h,stdbool.h}: added
3831
3832 2005-02-02 Maarten Brock <sourceforge.brock AT dse.nl>
3833
3834         * device/include/mcs51/c8051f040.h: added define CPT2_PAGE
3835
3836 2005-02-01 Slade Rich <slade_rich AT users.sourceforge.net>
3837
3838         * src/pic16/pic16.dsp : Added file graph.c to make it compile under windows
3839         * src/pic16/Makefile.bcc : Do not use this file but added file graph.c as it
3840          appeared to be required
3841
3842 2005-01-31 Borut Razem <borut.razem AT siol.net>
3843
3844         * support/scripts/sdcc.nsi: added include/asm/ds390, include/asm/mcs51,
3845           include/mcs51 and include/z80 directories to the package
3846
3847 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3848
3849         * src/hc08/gen.c (genFunction): fixed bug #1112752
3850
3851 2005-01-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3852
3853         * src/mcs51/peeph.def: adapted peephole 258.x to changed gen.c (genAnd)
3854
3855 2005-01-29 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3856
3857         * src/mcs51/gen.c (genAnd): accessing LSB/MSB by rotating acc
3858
3859 2005-01-29 Maarten Brock <sourceforge.brock AT dse.nl>
3860
3861         * device/include/Makefile.in: create/copy mcs51 and z80 include subdirs
3862
3863 2005-01-27 Maarten Brock <sourceforge.brock AT dse.nl>
3864
3865         * device/include/c8051fxxx.h: removed these 6 files
3866         * device/include/mcs51/c8051fxxx.h: added these 11 new files
3867
3868 2005-01-26 Raphael Neider <rneider AT web.de>
3869
3870         * src/pic16/gen.c (genAssign): fixed assignment from longs
3871           in codespace (were cut to three bytes)
3872         * (genDummyRead): implemented (except for CODESPACE...),
3873           fixed bug #1108575
3874         * src/pic16/glue.c (emitStatistics): beautified
3875         * device/lib/pic16/libm/Makefile: added include path
3876
3877 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3878
3879         * src/z80/gen.c (aopPut): fixed bug #1103902
3880
3881 2005-01-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3882
3883         * device/lib/expf.c: fixed bug #1095792
3884
3885 2005-01-24 Vangelis Rokas <vrokas AT otenet.gr>
3886
3887         * device/lib/pic16/libm: added Math library sources
3888
3889 2005-01-24 Raphael Neider <rneider AT web.de>
3890
3891         * src/pic16/pcode.h: added second memory operand to pCodeOpReg
3892           to enable upcast to pCodeOpReg2 (there is no type tag to
3893           differenciate the two and pic16_popGet2p cast into PCOR2)
3894         * src/pic16/main.c (_process_pragma): fixed another malloc bug
3895           (sizeof(sectNames) changed to sizeof(sectName))
3896           Both patches fix segfaults under MinGW.
3897
3898 2005-01-23 Raphael Neider <rneider AT web.de>
3899
3900         * src/pic16/{device.c,pcode.c}: s/free/Safe_free/g for
3901           Safe_[mc]?alloc()'ed variables
3902         * src/pic16/gen.c (pic16_aopOp,pic16_popGet): added handling
3903           of (byte sized) temporaries (assign them to WREG for now)
3904         * src/pic16/main.c (_process_pragma): fixed nasty malloc bug
3905           (used sizeof(set *sectSyms) instead of sizeof(struct sectSym)),
3906           this might fix SIGSEGVs on MinGW...
3907         * src/SDCCopt.c (killDeadCode): restored original behaviour
3908           (volatile operands might get thrown away though)
3909
3910 2005-01-23 Vangelis Rokas <vrokas AT otenet.gr>
3911
3912         * src/pic16/gen.c: fixed bug #1106975,
3913         * src/pic16/gen.c: fixed possible bug #1102572, now during TOS
3914         pointer update, INTCON is saved, global interrupts are disabled and
3915         restored after updateing TOS.
3916         * src/SDCC.y, src/SDCC.lex, src/SDCCsymt.c, src/SDCCsymt.h:
3917         * added function attribute 'shadowregs' to take advantage of shadow
3918         registers,
3919         * added function attribute 'wparam' as an alternative to the wparam
3920         pragma,
3921         * support/Utils/SDCCerr.[ch]: added error E_SHADOWREGS_NO_ISR when
3922         user declares a non-ISR function as 'shadowregs',
3923         * doc/sdccman.lyx: updated to reflect recent changes of pic16 port
3924
3925 2005-01-22 Vangelis Rokas <vrokas AT otenet.gr>
3926
3927         * .version: bumped version number to 2.4.8
3928         * device/lib/pic16/pics.all: list of PIC18F devices supported by
3929         pic16 port,
3930         * device/lib/pic16/libio/i2c/: I2C module support library,
3931         * device/include/pic16/i2c.h: I2C support library header,
3932         * device/lib/pic16/libc/stdio/: standard IO support sources,
3933         * (printf_small.c): printf_small() source, supports float print,
3934         * (printf_tiny.c): printf_tiny() source, does not support floats,
3935         * device/lib/pic16/Makefile.common.in: added OPT_FLAGS macro to
3936         enable global optimizations for entire library source, other
3937         Makefiles in the source tree are also modified to reflect this,
3938         * device/lib/pic16/libc/stdlib/putchar.c (putchar): dummy putchar()
3939         function,
3940         * doc/sdccman.lyx: updated to reflect new changes,
3941         * src/pic16/gen.c (aopForSym): don't handle sym->iaccess in
3942         sym->onStack if-case,
3943         * src/pic16/main.c (_pic16_keywords): commented out keywords bit,
3944         sbit, idata, _idata, xdata, _xdata,
3945         * added pragma library, to link an external library, (see doc),
3946         * removed command line options, --pomit-config-words, --pomit-ivt,
3947         --pleave-reset-vector,
3948         * (pic16_finaliseOptions): when define macro SDCC_MODEL_{SMALL/LARGE}
3949         when calling assembler to reflect memory model used, also define
3950         macro STACK_MODEL_{SMALL/LARGE} when compiling and assembling to
3951         reflect stack model used,
3952         * src/pic16/ralloc.c (pic16_allocDirReg): when operand is allocated
3953         on stack return NULL,
3954
3955 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
3956
3957         * src/SDCCopt.c (killDeadCode): do not throw iCodes away if one
3958           of the operands is volatile. Fixes #1020220
3959
3960 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
3961
3962         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): reenabled optimization
3963         * (OptimizeRegUsage): make sure that there is really no other flow where
3964           the first pCode is used
3965
3966 2005-01-22 Raphael Neider <rneider AT web.de>
3967
3968         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): disabled optimization
3969           to fix #1106967 (pCode->seq are not set up correctly)
3970
3971 2005-01-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3972
3973         * src/SDCCglue.c (glue): make sure code area is declared before the
3974         static initialization area.
3975
3976 2005-01-21 Raphael Neider <rneider AT web.de>
3977
3978         * device/lib/Makefile.in: fixed test for pic16 install dir
3979         * device/lib/pic16/*/Makefile*: modified compile flags to enable
3980           optimizations
3981         * doc/sdccman.lyx: updated banksel optimization, removed --flr-support and
3982           added --optimize-goto compiler switch and pragma wparam documentation
3983         * src/pic16/pcode.c (pic16_OptimizeBanksel): removed statistics dump
3984         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed copying of WREG, PRODL
3985           and PRODH closing bug #1071770 (peephole optimizer)
3986
3987 2005-01-19 Raphael Neider <rneider AT web.de>
3988
3989         * src/SDCCglobl.h: ensure that PATH_MAX >= 2048 to guarantee
3990           cmdLine buffers (used when calling sdcpp...) are large enough
3991           (MAX_PATH=256 truncates arguments leading to system halts when
3992           used in MinGW...)
3993         * src/pic16/gen.c (pic16_sameRegs): relaxed size criterion
3994         * (genUminus): rewritten to for efficiency
3995         * (genNearPointer[GS]et): enforce reloading of FSR0 (was still
3996           used uninitialized in some cases)
3997         * (genCast): upcasting a 16bit int to a 24bit GPOINTER may not
3998           copy the third byte from the int -- now assumes 0x80 (data memory)
3999         * src/pic16/genarith.c (pic16_genPlus): fixed bug when swapping
4000           operands (genAddLit expects the iCode's operands to swapped as
4001           well), fixed leftover bytes (crashed for short left operands)
4002         * (pic16_genMinusDec): performance improvements, removed false
4003           PIC14 emitSKPNCs
4004         * (pic16_genMinus): fixed to cope with differently sized operands
4005         * src/pic16/glue.c (pic16_glue): added new banksel optimization
4006           for --obanksel > 1
4007         * src/pic16/pcode.c: implemented (first phase of) banksel optimization
4008         * src/pic16/graph.[ch]: implementation of directed graphs, used by
4009           new banksel optimization
4010         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): prevented
4011           analysis for temporary registers (segfaults...)
4012         * src/pic16/peeph.def: added rule
4013
4014 2005-01-18 Vangelis Rokas <vrokas AT otenet.gr>
4015
4016         * device/lib/pic16/libc/stdlib/x_ftoa.c: it defines x_ftoa function
4017         which converts a float number to its ASCII representation
4018         * device/lib/pic16/libc/utils/cnvfrac.S,cnvint.S: support
4019         functions to convert the fractional and integer part of a float to ASCII,
4020         * device/lib/pic16/libc/stdlib/(calloc.c,free.c, malloc.c,
4021         realloc.c): added _MALLOC_SPEC to explicit place variables in data
4022         ram
4023         * device/include/asm/pic16/features.h: added _CODE, _DATA, _AUTOMEM,
4024         _STATMEM macros,
4025         * device/include/pic16/adc.h: added GPL info,
4026         * src/pic16/gen.c (genIfxpCOpJump): perform an genIfxJump but using
4027         a pCodeOp as tested operand,
4028         * (genNearPointerGet): optimized bit testing, does not use
4029         intermediate register for bit value, test directly instead with
4030         BTFSS, BTFSC, works only for single bits,
4031         * (genpic16Code): dump the name of the iCode in the asm,
4032         * src/pic16/ralloc.c (decodeOp): removed static declaration and
4033         renamed to pic16_decodeOp,
4034         * (serialRegAssign): do not allocate a temporary register for iCode
4035         sequences that test a single bit for 1/0
4036
4037 2005-01-12 Vangelis Rokas <vrokas AT otenet.gr>
4038
4039         * src/pic16/pcode.[ch]: introduced pic16_stackpnt_*,
4040         pic16_framepnt_*, pic16_stack_*, pic1_frame_* pointer variables to
4041         access stack and frame pointers. They are initially assigned to
4042         point at pic16_pc_fsr1[lh] and pic16_pc_fsr2[lh] variables and other
4043         accessing SFRs. Updated all occurences of modification of stack or
4044         frame pointer in gen.c and pcode.c,
4045         * src/pic16/ralloc.c (serialRegAssign): fixed two bugs with
4046         assigning of a literal value to pointers,
4047         * src/pic16/main.c (pic16_finiliseOptions): set pre-processor define
4048         flag STACK_MODEL_SMALL or STACK_MODEL_LARGE according to the model
4049         selected
4050
4051 2005-01-11 Vangelis Rokas <vrokas AT otenet.gr>
4052
4053         * doc/sdccman.lyx: update documentation about stack pragma, added
4054         some info for stack memory models
4055
4056 2005-01-08 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4057
4058         * src/pic16/gen.c (DEBUGpc): MSVC 6 does not support macro variable arguments
4059
4060 2005-01-08 Raphael Neider <rneider AT web.de>
4061
4062         * src/pic16/device.c (pic16_dump_usection): changed naming scheme for
4063           udata sections to fix bug #1097823
4064
4065 2005-01-05 Raphael Neider <rneider AT web.de>
4066
4067         * src/pic16/gen.c (genGenericShift): added handling of differently
4068           sized left operand and result
4069
4070 2005-01-04 Raphael Neider <rneider AT web.de>
4071
4072         * src/pic16/gen.c (genIfxJump): fixed inverted skips on CARRY
4073         * (genIfx): fixed (?) read from uninitialized SPIL_LOC (now assumes CARRY
4074           to hold the condition bit)
4075         * added new version of genCmp (old code available via #define)
4076         * added new version of genShiftLeft/genShiftRight in a generic
4077           way, now supports shifting by negative values
4078         * (genLeftShiftLiteral, genRightShiftLiteral): use absolute value of
4079           shiftCount (expected by genGenericShift)
4080         * src/pic16/genarith.c (genPlus): added code for adding CARRY+literal
4081         * src/pic16/pcode.c (pic16_OptimizeJumps): removed annoying statistics
4082           dump
4083         * (pic16_newpCodeOpLit): changed to cast to unsigned char (as e.g. -32766
4084           is an invalid literal too...)
4085
4086 2005-01-04 Vangelis Rokas <vrokas AT otenet.gr>
4087
4088         * src/pic16/gen.c (aopForSym, genEndFunction): applied some fixes
4089         from Raphael Neider,
4090         * src/pic16/pcode.c (pic16_newpCodeOpLit): removed casting to char
4091         for 8-bit literals. This fixes some literal operands which are sign
4092         extended to 16-bits ints when instruction needs only 8-bits.
4093
4094 2004-12-31 Paul Stoffregen <paul AT pjrc.com>
4095
4096         * device/lib/logf.c: added mcs51 assembly version
4097         * device/lib/expf.c: added mcs51 assembly version
4098         * device/lib/_logexpf.c: new shared asm code for expf and logf
4099         * device/include/math.h: add defines for assembly math library
4100         * device/lib/Makefile.in: build new _logexpf.c
4101         * device/lib/libfloat.lib: use new _logexpf.c
4102
4103 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
4104
4105         * src/pic/device.c
4106         * src/pic/pcode.c : adjusted internal stack and pre-allocated registers for
4107           device types which have less than 0x7f registers.
4108
4109 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
4110
4111         * src/pic/genarith.c : Fixed problem with subtraction where the result would not be updated when borrowing.
4112
4113 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
4114
4115         * device/lib/printf_fast.c: only build on supported arch.
4116         * device/lib/printf_tiny.c: only build on supported arch.
4117         * device/lib/printf_fast_f.c: only build if asm float lib
4118         * device/lib/_fsget1arg.c: only build if asm float lib
4119         * device/lib/_fsget2args.c: only build if asm float lib
4120         * device/lib/_fsnormalize.c: only build if asm float lib
4121         * device/lib/_fsreturnval.c: only build if asm float lib
4122         * device/lib/_fsrshift.c: only build if asm float lib
4123         * device/lib/_fsswapargs.c: only build if asm float lib
4124         * device/include/stdio.h: don't provide print_fast,
4125           print_fast_f, print_tiny prototypes if --xstack used
4126
4127 2004-12-28 Maarten Brock <sourceforge.brock AT dse.nl>
4128
4129         * device/lib/sincosf.c (sincosf): don't invert bit/bool by ~
4130         * support/regression/ports/mcs51-stack-auto/spec.mk: added new _fs.. files
4131           to the SOURCES
4132
4133 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
4134
4135         * device/lib/printf_fast_f.c: same as printf_fast, but
4136           with floating point enabled
4137         * device/lib/printf_fast.c: minor tweaks
4138         * device/include/stdio.h: add printf_fast_f
4139
4140 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
4141
4142         * src/SDCCmain.c: make --float-reent default for mcs51
4143         * device/lib/_fsadd.c: added mcs51 assembly version
4144         * device/lib/_fssub.c: added mcs51 assembly version
4145         * device/lib/_fsmul.c: added mcs51 assembly version
4146         * device/lib/_fsdiv.c: added mcs51 assembly version
4147         * device/lib/_fseq.c: added mcs51 assembly version
4148         * device/lib/_fsneq.c: added mcs51 assembly version
4149         * device/lib/_fsgt.c: added mcs51 assembly version
4150         * device/lib/_fslt.c: added mcs51 assembly version
4151         * device/lib/_fscmp.c: shared code for fseq,fsgt,fslt,fsneq
4152         * device/lib/Makefile.in: add _fscmp to build
4153         * device/lib/libfloat.lib: add _fscmp to build
4154
4155 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
4156
4157         * device/lib/_fs2slong.c: added mcs51 assembly version
4158         * device/lib/_fs2sint.c: added mcs51 assembly version
4159         * device/lib/_fs2schar.c: added mcs51 assembly version
4160         * device/lib/_fs2ulong.c: added mcs51 assembly version
4161         * device/lib/_fs2uint.c: added mcs51 assembly version
4162         * device/lib/_fs2uchar.c: added mcs51 assembly version
4163         * device/lib/_slong2fs.c: added mcs51 assembly version
4164         * device/lib/_sint2fs.c: added mcs51 assembly version
4165         * device/lib/_schar2fs.c: added mcs51 assembly version
4166         * device/lib/_ulong2fs.c: added mcs51 assembly version
4167         * device/lib/_uint2fs.c: added mcs51 assembly version
4168         * device/lib/_uchar2fs.c: added mcs51 assembly version
4169         * device/include/float.h: added #define to select asm vs c
4170
4171 2004-12-26 Paul Stoffregen <paul AT pjrc.com>
4172
4173         * device/lib/printf_fast.c: improvements to float output
4174         * device/include/float.h: add defines for assembly float library
4175         * device/lib/_fsget1arg.c: receive 1 float arg
4176         * device/lib/_fsget2args.c: receive 2 float args (reentrant)
4177         * device/lib/_fsnormalize.c: normalize a float
4178         * device/lib/_fsreturnval.c: return float, various helper routines
4179         * device/lib/_fsrshift.c: right shift a float's mantissa
4180         * device/lib/_fsswapargs.c: swap 2 floats
4181         * device/lib/Makefile.in: build these 6 new files for mcs51
4182         * device/lib/libfloat.lib: add these 6 files to the library
4183
4184 2004-12-26 Borut Razem <borut.razem AT siol.net>
4185
4186         * sim/ucsim/avr.src/arith_inst.cc: fixed bug #1088372- savr is not
4187           built by gcc 3.4.2
4188
4189 2004-12-25 Paul Stoffregen <paul AT pjrc.com>
4190
4191         * device/lib/printf_tiny.c: printf for mcs51 in only 267 bytes,
4192           and fully reentrant and register bank neutral.
4193         * device/lib/printf_fast.c: added float (not enabled by default),
4194           added compact/slower integer (also not enabled by default),
4195           improved size/speed of fast integer code, other minor changes
4196         * device/include/stdio.h, device/lib/Makefile.in,
4197           device/lib/libsdcc.lib: integrate printf_tiny into mcs51 build
4198
4199 2004-12-24 Maarten Brock <sourceforge.brock AT dse.nl>
4200
4201         * src/pic16/pcode.c: declaring variables other than at the start of a
4202           block is not supported in C by VC6.
4203
4204 2004-12-22 Vangelis Rokas <vrokas AT otenet.gr>
4205
4206         * applied a previous patch from Raphael Neider that wasn't included
4207         in the previous commits, which fixes infinite loops within jumptable
4208         improvements,
4209         * made some fixes that previous patches introduced
4210
4211 2004-12-21 Vangelis Rokas <vrokas AT otenet.gr>
4212
4213         * src/pic16/gen.c (pic16_aopGet): applied fix from Raphael Neider
4214         that fixes an issue with AOP_PCODE asmop's offset,
4215         * (pic16_popCopyReg): update instance field too,
4216         * (mov2w): modified to pic16_mov2w because it conflicts with mov2w
4217         function of pic port,
4218         * (genCmp, genAnd, genAssign),
4219         * src/pic16/genarith.c (genAddLit): some fixes from Raphael Neider,
4220
4221 2004-12-20 Vangelis Rokas <vrokas AT otenet.gr>
4222
4223         * src/SDCCast.c (gatherAutoInit): allow pic16 to emit static
4224         variables initial values to idata section,
4225         * src/SDCCicode.c (geniCodeCall): patch from ### to fix unreferenced
4226         variables in some functions. This utilizes parmBytes field of iCode
4227         structure to hold the offset of the variable in stack. (might be
4228         able to use the stack field too?)
4229         * applied patch from Raphael Neider # ### , # ###
4230         * src/pic16/glue.c (pic16emitRegularMap): fix to print static
4231         variable initial values in idata section,
4232         * src/pic16/ralloc.c (pic16_allocDirReg): don't allocate register
4233         for static variables with initial value
4234         * src/device/lib/pic16/libsdcc/float/ulong2fs.c (__ulong2fs):
4235         applied fix in while loop from Raphael Neider.
4236
4237 2004-12-19 Maarten Brock <sourceforge.brock AT dse.nl>
4238
4239         * src/ds390/gen.c (genCpl): fixed bit=~(char/bit) bugs, added warning
4240         * src/ds390/main.c (_ds390_regparm): don't pass bit params in registers
4241         * src/ds390/ralloc.c (serialRegAssign): spill bits
4242         * src/mcs51/gen.c (genCpl): fixed bit=~(char) bugs, added warning
4243         * support/Util/SDCCerr.c,
4244         * support/Util/SDCCerr.h: added warning W_COMPLEMENT for using bit=~(bit)
4245         * support/regression/tests/bitvars.c: added tests for bitwise complement(~)
4246         * support/regression/tests/bitwise.c: added test for bitwise complement(~)
4247
4248 2004-12-09 Maarten Brock <sourceforge.brock AT dse.nl>
4249
4250         * device/include/sdcc-lib.h: inserted LGPL, added includes
4251           asm/ds390/features.h and asm/mcs51/features.h
4252         * device/include/asm/default/features.h,
4253         * device/include/asm/gbz80/features.h,
4254         * device/include/asm/z80/features.h: added empty _AUTOMEM
4255           and _STATMEM
4256         * device/include/asm/ds390/features.h,
4257         * device/include/asm/mcs51/features.h: added files with defines for
4258           _AUTOMEM and _STATMEM indicating automatic and static storage class
4259         * device/lib/printf_large.c (_print_format): optimized & used _AUTOMEM
4260         * doc/sdccman.lyx: version 2.4.7, updated xstack documentation
4261         * src/SDCCicode.c (geniCodeCast),
4262         * src/SDCCsymt.c (compareType): allow cast of data-ptr to idata-ptr
4263         * src/SDCCloop.c (loopInduction): removed unused variable lr
4264         * src/SDCCopt.c (convilong, convertToFcall): moved "easy special case"
4265           to convertToFcall to include char modulo (RFE 1065037), added check
4266           if left operand is unsigned and use abs of literal value
4267         * src/SDCCpeeph.c (setFromConditionArgs): removed double quotes option
4268           as it doesn't work after conversion from peephole.def to peephole.rul
4269         * src/mcs51/gen.c (toBoolean): added check for size,
4270           (genModOneByte): optimized code for signed char modulo a literal
4271           power of 2 (thanks to Hubert Sack),
4272           (genRRC): removed unnecessary "clr c",
4273           (genRLC): replaced "add a,acc" with cheaper "rlc a"
4274         * src/mcs51/peeph.def: renamed 115 to 115.a, added rule 115.b: another
4275           jump optimization,
4276           swapped rules 256.c and 256.d,
4277           extended 256.d by using new multiple checks (thanks Erik),
4278           added rules 256.e and 256.f,
4279           updated rule 261.a and 261.b to new generated code
4280         * support/regression/tests/muldiv.c: added test div/mod by a power of 2
4281
4282 2004-12-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4283
4284         * src/SDCCloop.c (basicInduction, loopInduction): fixed several
4285           induction related bugs, including first part of bug #1074377
4286
4287 2004-12-05 Vangelis Rokas <vrokas AT otenet.gr>
4288
4289         * applied patch from bug-report #1076292,
4290         * applied patches for genAnd and Goto-optimizations for Raphael
4291         Neider,
4292         * src/SDCCicode.c (printOperand): fixed !REGA source to compile and
4293         dump a less iCode information,
4294         * src/pic16/device.h (pic16_options_t): added field debgen,
4295         * src/pic16/gen.h: added macros DUMP_FUNCTION_ENTRY,
4296         DUMP_FUNCTION_EXIT, FENTRY, FENTRY2,
4297         * src/pic16/gen.c (my_powof2): renamed to pic16_my_powof2 and made
4298         puclic,
4299         * (various functions): added macros FENTRY and FENTRY2 to functions,
4300         to emit function prologue,
4301         * (various functions): fixed indentation,
4302         * (genNearPointerGet): fixed loading of FSR0,
4303         * (genPackBits): applied patch from Raphael Neider to fix updating
4304         of FSR0 and touching only the modified bits,
4305         * src/pic16/genarith.c (various functions): added macros FENTRY to
4306         emit function prologue in comments,
4307         * src/pic16/pcode.h: added functions debugf2, debugf3,
4308         * src/pic16/ralloc.c: partial fix for packForPush caused
4309         segmentation fault,
4310
4311 2004-12-04 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4312
4313         * src/mcs51/peeph.def: added 261.a,b (16 bit rotate) by Stas Sergeev
4314           <stsp AT users.sourceforge.net> with reversed byte order
4315         * support/regression/tests/rotate.c: added (ds390 skips some tests)
4316
4317 2004-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4318
4319         * src/z80/gen.c (genLeftShift, genRightShift): fixed second part of
4320           bug #1074377
4321         * src/hc08/gen.c (genrshFour, shiftRLong, shiftLLong),
4322         * src/mcs51/gen.c (shiftLLong): Fixed some shifting bugs Frieder found
4323
4324 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
4325
4326         * src/pic/pcode.c : fixed a problem where banksel was not being inserted.
4327
4328 2004-12-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4329
4330         * src/SDCCpeeph.c (callFuncByName): support combined peephole rule
4331           conditions,
4332           (setFromConditionArgs): friendly operand parser for peephole rules,
4333           (operandBaseName, operandsNotRelated): new peephole condition
4334           "operandsNotRelated" -- similar to "operandsNotSame", but takes
4335           architecture specific register naming into account, handles n-way
4336           comparisons, and supports quoted literals
4337         * src/mcs51/peeph.def: restored rule 177.d with an extra condition
4338
4339 2004-12-02 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4340
4341         * src/mcs51/peeph.def: fixed bug #1076940
4342
4343 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
4344
4345         * device/include/pic/pic16f877.h : added an include file for the PIC16F877 device.
4346
4347 2004-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4348
4349         Adding support for replacing ljmps with sjmps in jumptables
4350         generated for switch statements. For now you need to set the
4351         environment variable SDCC_SJMP_JUMPTABLE to enable this.
4352         Now 4 algorithms for mcs51 jumptable generation are used:
4353         ljmp or sjmp jumptables for up to 16 cases, stack-pushing target
4354         addresses loaded pc-relative for up to 112 cases and stack-pushing
4355         target addresses loaded with offset from dptr for up to 256 cases.
4356
4357         * src/SDCCpeeph.c: added peephole conditional labelJTInRange
4358         * src/mcs51/main.c: adapted constants for switch table generation
4359         * src/mcs51/peeph.def: added 260.x for replacing ljmp with sjmp
4360
4361 2004-11-26 Maarten Brock <sourceforge.brock AT dse.nl>
4362
4363         * device/lib/printf_large.c (_print_format): fixed bug 1073386
4364         * support/regression/tests/bug1057979.c: added test for bug 1073386
4365
4366 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
4367
4368         * src/pic16/pcode.c: fixed bug which may produce error in non-GNU
4369         compilers
4370
4371 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
4372
4373         * src/pic16/device.h,
4374         * src/pic16/genarith.c,
4375         * src/pic16/glue.c,
4376         * src/pic16/main.c,
4377         * src/pic16/pcode.c: applied patches #1068154 and #1070213
4378
4379 2004-11-24 Vangelis Rokas <vrokas AT otenet.gr>
4380
4381         Large cummulative patch for pic16 port.
4382         * device/lib/pic16/gstack.h: NEW, user can specify its own handler
4383         to call when a stack overflow occurs,
4384         * (malloc.h): added CVS Id tag,
4385         * (pic18f{242,252,442,452}.h): added T0CONbits structure and
4386         variable,
4387         * added libc directory. The current version of LibC contains string
4388         functions, ctype functions and macros and some functions of the
4389         stdlib set (like malloc/free/atof/atoi etc...). All functions are to
4390         be extensively tested in the future. Standard disclaimer here.
4391         Library is not automatically build yet. But one can build it by
4392         invoking 'make' inside the libc directory.
4393         * added ADC library under libio. Preliminary version yet.
4394
4395         * src/pic16/gen.h: added emitTOGC macro, to toggle Carry flag,
4396         * src/pic16/gen.c (aopForRemat): asmop size is filled by
4397         aopForRemat() now and not by pic16_aopOp(),
4398         * (pic16_popGetTempReg): removed warning messgae when allocating
4399         temporary registers, its a buggy feature and will be removed,
4400         * (pic16_popGet): set register instance field in AOP_CRY,
4401         * (pic16_outBitC): fixed for results in size greater than 1,
4402         * (genUminusFloat): fixed for pic16, ported code from mcs51,
4403         * (pic16_storeForReturn): optimized return of 0,
4404         * (genCmp): experimental code for new genCmp which uses PIC18's
4405         special compare&skip instructions. Initial tests fail some times
4406         with variables grater than 1 byte in size, so new code is disabled,
4407         * (genUnpackBits, genPackBits): more optimizations in reading/writing,
4408         a single bit,
4409         * (genCast): began a fix to optimize the casting of a bit to another
4410         bit, now assigning a bitfield to another bitfield will fail, sorry,
4411         * src/pic16/main.c: disabled the use of lr-support feature,
4412         * src/pic16/pcode.h: renamed PCASMDIR to PCAD,
4413         * added some function prototypes, added function _debugf prototype,
4414         * src/pic16/pcode.c: (pic16_get_op): fixed emitting operands of register
4415         bits with offset (case PO_GPR_BIT),
4416         * (genericPrint): don't emit INFO pcode when --pcode-verbose not in
4417         command line,
4418         * (isBankInstruction): modified to return 0 for no banking instruction,
4419         and 1 for banking instruction,
4420         * (pic16_isPCinFlow): check for PCAD (assembler directives) too,
4421         caused stop processing pCodes after a inline assembly block,
4422         * (pic16_popCopyGPR2Bit): updated to match bitfields with offset,
4423         * src/pic16/pcoderegs.c: fixed a bug with eliminating some temporary
4424         registers when it shouldn't,
4425         * src/pic16/ralloc.c (allocReg): add preliminary support for
4426         supporting a limited set of temporary registers,
4427
4428 2004-11-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4429
4430         * src/hc08/gen.c (genAssign, genPointerGetSetOfs, genDataPointerGet,
4431           genDataPointerSet): ensure assignments always copy in MSB to LSB
4432           order,
4433           (loadRegFromAop): recognize CLRH optimization,
4434           (genFunction): optimize RECEIVE iCodes in reentrant functions
4435
4436 2004-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4437
4438         * src/SDCCmain.c (parseCmdLine, optionsTable[]): fixed bug with
4439           --out-fmt-s19 turning into --out-fmt-elf if s19 was already
4440           selected.
4441         * src/SDCCmain.c (linkEdit): don't define SSEG for HC08
4442         * src/hc08/main.c (_hc08_setDefaultOptions): default xdata to be
4443           contiguous with data
4444
4445 2004-11-19 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4446
4447         * device/lib/_gptrget.c (_gptrget),
4448         * device/lib/_gptrgetc.c (_gptrgetc),
4449         * device/lib/_gptrput.c (_gptrput): _naked allows to use ret
4450           instead of sjmp to ret
4451         * src/mcs51/peeph.def: added peepholes 3.d-g and 177.g,h provided
4452           by Hubert Sack <hsack2002 AT arcor.de> in RFE #1067986, thanks
4453
4454 2004-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
4455
4456         * .version: bumped version to 2.4.7
4457         * device/lib/_gptrget.c (_gptrget): is now _naked
4458         * device/lib/_gptrgetc.c (_gptrgetc): is now _naked
4459         * device/lib/_gptrput.c (_gptrput): is now _naked
4460         * src/SDCCast.c (createBlock): removed ridiculous self-assignment,
4461           (createFunction): fixed xstack
4462         * src/SDCCglue.c (emitMaps): set allocation required for bit area
4463         * src/SDCCicode.c (geniCodeCast): don't change SPEC_OCLS for literal
4464           or bit either,
4465           (geniCodeCritical): store original interrupt state in an iTemp bit
4466           var unless stack-auto
4467         * src/SDCCicode.h: added CRITICAL and ENDCRITICAL to SKIP_IC2
4468         * src/SDCCmain.c (setIncludePath): added include/target to search path
4469         * src/SDCCmem.c (allocParms): store bit vars in bit space, not overlay
4470         * src/SDCCsymt.c (checkFunction): don't check regbank for isr's against
4471           prototype,
4472           (processFuncArgs): put bit vars in bit area
4473         * src/mcs51/gen.c (saveRegisters, unsaveRegisters, genXpush, saveRBank,
4474           unsaveRBank): fixed xstack,
4475           (genFunction): bugfix: replaced (global!) reentrant with fReentrant,
4476           (genFunction, genEndFunction): fixed xstack,
4477           (genAssign): optimization don't walk backwards through mem
4478         * src/mcs51/main.c (_mcs51_regparm): don't pass bit params in registers
4479         * src/mcs51/ralloc.c (createStackSpil): spill bits to bit area
4480         * support/regression/Makefile: also make library (for stack-auto) when
4481           making "all" and added "test-mcs51-xstack-auto"
4482         * support/regression/fwk/lib/testfwk.c: added T2_isr prototype for mcs51
4483         * support/regression/ports/mcs51/T2_isr.c: added this file as a stub
4484         * support/regression/ports/mcs51/fwk.lib: added to link T2_isr stub
4485         * support/regression/ports/mcs51/spec.mk: added rules for fwk.lib
4486         * support/regression/ports/mcs51-stack-auto/spec.mk: replaced
4487           make-library by MAKE_LIBRARY
4488         * support/regression/ports/mcs51-xstack-auto/spec.mk: file added to run
4489           regression tests for xstack
4490         * support/regression/tests/bitvars.c: test for bit vars (bug 938782)
4491         * support/regression/tests/critical.c: test for critical on mcs51
4492
4493 2004-11-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4494
4495         * support/regression/ports/ucz80/spec.mk: use include and lib files from
4496           built version of sdcc instead of installed version
4497
4498 2004-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
4499
4500         * src/mcs51/gen.c (toBoolean): fixed bug 1065458
4501         * device/lib/Makefile.in: z80 uses printf_large.c, sprintf.c and
4502           vprintf.c now
4503         * device/lib/printf_large.c (calculate_digit): fixed bug 1057979
4504         * device/lib/z80/Makefile: don't use printf.c as it fails bug 1057979
4505           WARNING: remove device/lib/build/z80/printf.o by hand when
4506           updating from previous build!
4507         * device/lib/z80/printf.c: updated comment
4508         * support/regression/tests/bug1057979.c: test all ports now
4509         * support/regression/tests/bug1065458.c: file added
4510
4511 2004-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4512
4513         * src/z80/gen.c (genFunction, genEndFunction): avoided generating
4514           *_start and *_end symbols for static functions
4515
4516 2004-11-11 Maarten Brock <sourceforge.brock AT dse.nl>
4517
4518         * src/SDCCmain.c (linkEdit): don't suppress crt0 if --nostdlib is used
4519           and search crt0.o in all library paths,
4520           (setIncludePath): proper handling of --nostdinc,
4521           (setLibPath): proper handling of --nostdlib
4522         * support/regression/Makefile,
4523         * support/regression/ports/ds390/spec.mk,
4524         * support/regression/ports/gbz80/spec.mk,
4525         * support/regression/ports/hc08/spec.mk,
4526         * support/regression/ports/mcs51/spec.mk,
4527         * support/regression/ports/mcs51-large/spec.mk,
4528         * support/regression/ports/mcs51-stack-auto/spec.mk,
4529         * support/regression/ports/z80/spec.mk: use include and lib files from
4530           built version of sdcc instead of installed version
4531         * doc/sdccman.lyx: fixed typo in --nostdinc
4532
4533 2004-11-10 Slade Rich <slade_rich AT users.sourceforge.net>
4534
4535         * src/pic/pcode.c,
4536         * src/pic/device.c,
4537         * src/pic/ralloc.c,
4538         * src/pic/gen.c : added support to generate code for struct bit fields.
4539
4540 2004-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
4541
4542         * as/xa51/xa_version.h,
4543         * device/include/errno.h,
4544         * device/include/regc515c.h,
4545         * device/lib/_itoa.c,
4546         * device/lib/_ltoa.c,
4547         * device/lib/ser_ir_cts_rts.c,
4548         * sim/ucsim/xa.src/glob.cc,
4549         * sim/ucsim/xa.src/inst_gen.cc,
4550         * sim/ucsim/xa.src/xa_bit.cc,
4551         * sim/ucsim/xa.src/xa_sfr.cc,
4552         * sim/ucsim/z80.src/inst_dd.cc,
4553         * sim/ucsim/z80.src/inst_fdcb.cc,
4554         * support/scripts/keil2sdcc.pl,
4555         * src/pic16/pic16.dsp,
4556         * src/pic16/pic16a.dsp: corrected cvs line endings
4557         * device/lib/printf_large.c: fixed bug 1057979
4558         * src/pic16/gen.c: fixed non-C standard code
4559         * src/SDCCmain.c: made --pack-iram default, added --no-pack-iram
4560         * src/SDCCglobl.h: changed pack_iram to no_pack_iram
4561         * support/regression/ports/mcs51/support.c: reload T1 asap
4562         * doc/sdccman.lyx: updated for options --pack-iram and --no-pack-iram,
4563           pdata use and clear idata startup behaviour
4564         * support/regression/tests/bug1057979.c: added
4565
4566 2004-11-04 Maarten Brock <sourceforge.brock AT dse.nl>
4567
4568         * device/examples/ds390/ow390/ad26.h,
4569         * device/examples/ds390/ow390/cnt1d.h,
4570         * device/examples/ds390/ow390/crcutil.c,
4571         * device/examples/ds390/ow390/ownet.h,
4572         * device/examples/ds390/ow390/owsesu.c,
4573         * device/examples/ds390/ow390/swt12.h,
4574         * device/examples/ds390/ow390/swtoper.c,
4575         * device/examples/ds390/ow390/temp10.h,
4576         * device/examples/ds390/ow390/thermodl.c,
4577         * device/examples/ds390/tinitalk/tinitalk.dsp,
4578         * device/examples/ds390/tinitalk/tinitalk.dsw,
4579         * device/examples/mcs51/clock/hw.h,
4580         * device/examples/mcs51/simple2/go.bat,
4581         * device/examples/serialcomm/windows/serial.h,
4582         * device/examples/xa51/dummy.c,
4583         * device/examples/xa51/hello.c,
4584         * device/include/80c51xa.h,
4585         * device/include/at89x051.h: corrected cvs line endings
4586
4587 2004-11-04 Vangelis Rokas <vrokas AT otenet.gr>
4588
4589         * src/pic16/main.c (options): added command line --gstack, to trace
4590         stack over/under flows,
4591         * added pragma 'wparam' to allow passing first byte of function
4592         parameters via WREG, syntax is #pragma wparam my_function[, func2...]
4593         * src/pic16/gen.c (pic16_testStackOverflow): function which emits a
4594         call to __gstack_test function and sets up the symbol as extern,
4595         * (pic16_pushpCodeOp, pic16_poppCodeOp, pushw, pushaop, popaopidx,
4596         * popaop): added call to pic16_testStackOverflow,
4597         * (wParamCmp, inWparamList): NEW, test existence of a symbol in
4598         wparamList list,
4599         * (genCall, genPcall): now all parameters are passed via stack
4600         except in functions that are pass to wparam pragma in which WREG is
4601         used too,
4602         * (genPcall): REENTRANT flag is checked to see if variable prototype
4603         contains reentrant keyword, don't call a non-reentrant function, via
4604         a reentrant function pointer or vice versa, functions are never
4605         passed via WREG,
4606         * (genJumpTab): applied patch from bug #1057478 by R.Neider and
4607         D.Winkler,
4608         * src/pic16/glue.c (pic16emitRegularMap): fixed bug which caused a
4609         SIGSEGV when accessing a NULL register stucture,
4610         * (pic16_printGPointerType): modified to handle UPPER modifier for
4611         function initializers, changed prototype of function to simpler one,
4612         * (pic16_printIvalFuncPtr): check to see if function is already
4613         added in externs list,
4614         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): fixed bug which
4615         optimized a move from W to SFR with a move to the same register
4616         later after a CALL,
4617         * device/lib/pic16/debug: NEW directory, contains debug features
4618         which are enabled when linking with libdebug.lib, currently command
4619         line option --gstack enables stack pointer tracing for over/under
4620         flow, corresponding sources are in debug/gstack
4621
4622 2004-10-30 Vangelis Rokas <vrokas AT otenet.gr>
4623
4624         * doc/sdccman.lyx: updated SDCC version,
4625         * (PIC16 port): update list of command line options,
4626         * src/pic16/device.h (structure pic16_options_t): added field gstack
4627         to enable stack overflow tracing on push/pops,
4628         * src/pic16/device.c (statistics structure): added statistics
4629         structure,
4630         * (pic16_dump_access, pic16_dump_usection, pic16_dump_gsection,
4631         pic16_dump_int_registers): increase statistics counters for each
4632         * variable which is encountered
4633         * (pic16_dump_usection): emit each .udata variable to its own udata
4634         section,
4635         * src/pic16/gen.c (assignResultValue, genCall, genPcall, genFunction):
4636         when macro USE_WREG_IN_FUNC_PARAMS is set to 0 pass all function
4637         parameters via stack, otherwise use old scheme,
4638         * src/pic16/glue.c (pic16_emitStatistics): dump statistics in
4639         assembler output file,
4640         * src/pic16/main.c: added command line options --gstack to enable
4641         push/pop tracing for stack overflow,
4642         * src/pic16/pcode.c (all pCodeInstruction records for PIC18F
4643         instructions): added size of each instruction,
4644         * (pic16_countInstruction): estimate size of instructions in
4645         the_pFile list, inline assembly blocks are not counted,
4646         * (pic16_FixRegisterBanking): trace previous register usage, when
4647         banksel optimizations is greater than 0, don't emit a redudant
4648         banksel directive,
4649
4650 2004-10-26 Slade Rich <slade_rich AT users.sourceforge.net>
4651
4652         * src/pic/ralloc.c : fixed inefficient code produced when compiling a complimented bit operation.
4653         * src/pic16/ralloc.c : applied same fix for pic16.
4654         * src/pic/gen.c : tidied it up a little.
4655
4656 2004-10-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4657
4658         * src/mcs51/peeph.def: disabled 259.a,b for removing redundant ret,
4659         thanks to Martin Helmling for reporting (mail on sdcc-devel 2004-10-25)
4660
4661 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4662
4663         * src/SDCCast.c (reverseParms): fixed bug #1040577 (part 2)
4664
4665 2004-10-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4666
4667         * device/lib/ser_ir_cts_rts.c: integer promotion caused a call to the
4668         non-reentrant function __modsint in the interrupt function (thus
4669         corrupting math operations during serial I/O)
4670         * device/lib/ser_ir.c: as above, changed buffersize
4671         * src/mcs51/peeph.def: added 259.a,b for removing redundant ret,
4672         256.c,d for zeroing
4673         * doc/Makefile: added option -t for rsync
4674
4675 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4676
4677         * src/SDCCast.h (struct ast),
4678         * src/SDCCast.c (reverseParms, copyAst): fixed bug #1040577 (part 1)
4679
4680 2004-10-20 Borut Razem <borut.razem AT siol.net>
4681
4682         * support/scripts/sdcc.nsi: added include/pic16/*.h to the setup
4683         package
4684
4685 2004-10-20 Vangelis Rokas <vrokas AT otenet.gr>
4686
4687         * device/lib/pic16/libsdcc/Makefile: added lregs directory in
4688         makefile targets,
4689         * device/lib/pic16/libsdcc/lregs/{Makefile,lrst.c,lrrest.c}: NEW
4690         support functions to replace long sequences of MOVFF's from access
4691         bank registers to stack and vice versa,
4692         * src/pic16/device.h: added new field opt_flags, where optimization
4693         flags can be set to enable certain features,
4694         * src/pic16/gen.c (pic16_emitpinfo): NEW to add PC_INFO pCode in
4695         * pBlock, (genFunction, genEndFunction): surroung loop for
4696         saving/loading used registers in stack with PC_INFO pCodes,
4697         INF_LREGS. Code in between can then be optimized by pCode optimizer
4698         to support function calls,
4699         * (genDataPointerSet): fixed bug which loaded float fields in
4700         structures with corrupt data,
4701         * src/pic16/genutils.c (debugf, _debugf): macro/function which emits
4702         in a standard way debug info on stderr. Feature used for developing
4703         and debugging only,
4704         * src/pic16/glue.c (pic16glue): reformatted, deleted some old and
4705         obsolete chunks of code,
4706         * if optimization flag OF_LR_SUPPORT was set, call pic16_OptimizeLocalRegs,
4707         * src/pic16/main.c (_pic16_parseOptions): added handler for --flr-support,
4708         * pic16/src/pcode.c (pic16_newpCodeInfo,
4709         * (pic16_newpCodeOpLocalRegs),
4710         * (pic16_convertLocalRegs2Support): NEW, to support new optimization
4711         feature,
4712         * (pic16_pCodeConstString): printing of the initial value of a
4713         symbol as a comment is inhibited since parsing was already done by
4714         copyStr and output is corrupt,
4715         * (pic16_pCode2str, genericPrint): handle PC_INFO pCode,
4716
4717 2004-10-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4718
4719         * src/mcs51/ralloc.c (packRegisters): fixed bug #1044601
4720
4721 2004-10-19 Maarten Brock <sourceforge.brock AT dse.nl>
4722
4723         * as/mcs51/lkarea.c: removed old K&R style,
4724           (lnksect): changed check on boundary error,
4725           (lnksect2): changed check on boundary error,
4726           (lnksect2): extend XSTK to end of page if size = 1
4727         * as/mcs51/lkmain.c: removed old K&R style,
4728           (Areas51): create l_IRAM symbol
4729         * as/mcs51/lkmem.c (summary2): added report on PSEG and XSTK
4730         * device/lib/Makefile.in: renamed model-mcs51-reentrant to
4731           model-mcs51-stack-auto, added model-mcs51-xstack-auto
4732         * device/lib/_mullong.c: added version to be compiled with xstack
4733         * device/lib/mcs51/crtclear.asm: clear only upto --iram-size
4734         * device/lib/mcs51/crtxclear.asm: clear pdata as well
4735         * device/lib/mcs51/crtxstack.asm: fixed comment
4736         * src/SDCCglue.c: maxInterrupts defaults to 0,
4737           (emitMaps): added pdata,
4738           (createInterruptVect): (re)moved default,
4739           (glue): added pdata,
4740           (glue): moved __start__xstack to XSTK with default size 1
4741         * src/SDCCmain.c (parseCmdLine): automatically set options.intlong_rent
4742           and options.float_rent when options.stackAuto is set,
4743           (linkEdit): only write XDATA_NAME if provided on command line
4744         * src/SDCCmem.h,
4745         * src/SDCCmem.c: added pdata
4746         * src/port.h: added pdata_name to PORT
4747         * src/mcs51/gen.c (toBoolean): fixed for Acc use of aopGet,
4748           (saveRegisters, unsaveRegisters): removed usage of B,
4749           (genMinus): fixed accumulator clash,
4750           (genJumpTab): added comment, this needs another look
4751         * src/mcs51/gen.c: added check for "B in use" paranoia,
4752           added pushB() and popB()
4753         * src/mcs51/peeph.def: restart after 177.c so 177.a can get a second
4754           chance
4755         * src/avr/main.c,
4756         * src/ds390/main.c,
4757         * src/hc08/main.c,
4758         * src/mcs51/main.c,
4759         * src/pic/main.c,
4760         * src/pic16/main.c,
4761         * src/xa51/main.c,
4762         * src/z80/main.c: (reset_regparms) made void parameter explicit and
4763           added PSEG (PAG,XDATA) or NULL to port specifier
4764         * src/ds390/main.c (_ds390_genIVT): moved implemented default in here
4765         * src/mcs51/main.c (_mcs51_genIVT): moved implemented default in here,
4766           (_mcs51_genInitStartup): removed __start__xstack equ,
4767           (mcs51_port): moved xstack from XSEG (XDATA) to XSTK (PAG,XDATA)
4768         * src/pic16/device.c (pic16_dump_usection, pic16_dump_isection),
4769         * src/z80/gen.c (_rleAppend): fixed warnings
4770         * support/regression/tests/zeropad.c: added pdata test
4771         * .version: bumped to 2.4.6
4772
4773 2004-10-17 Borut Razem <borut.razem AT siol.net>
4774
4775         * support/scripts/sdcc.nsi: cross compiling of WIN32 setup.exe on Linux
4776         as a part of nightly build
4777
4778 2004-10-16 Vangelis Rokas <vrokas AT otenet.gr>
4779
4780         * src/pic16/gen.c (struct _G): added field useWreg, is set to 1 when
4781         WREG holds the first byte function parameters,
4782         * (aopForSym): take special case for symbols which are in FARSPACE
4783         but in CODESPACE too,
4784         * (assignResultValue): modified to take into account _G.useWreg,
4785         * (genCall): don't use wreg for parameter passing when function is
4786         declared as reentrant, too, added optimization INCF to stack
4787         pointer when stack parameter count is 1,
4788         * (genFunction, genEndFunction): refurnished and fixed to not using
4789         wreg for passing parameters when function has varargs or is
4790         reentrant, fixed bug with symbol name compare for generating
4791         functions in absolute address,
4792         * (pic16_storeForReturn): refurnished,
4793         * (genCmp): began writing a new version of the function, not ready
4794         yet, therefore it is disabled,
4795         * (genAssign): do not read code memory when assigning a function to
4796         a pointer function,
4797         * src/pic16/glue.c (pic16emitStaticSeg): abSym->name is defined an
4798         array of characters, not pointer,
4799         * (pic16initialComments): in debug mode emit an .ident directive for
4800         the assembler,
4801         * (_process_pragma): emit a new warning type (internal to pic16)
4802         when setting stack to default length, emit a similar warning when
4803         placing a function at absolute address and address is not word aligned
4804         * (_pic16_parseOptions): added 'return TRUE' statement,
4805         * (_pic16_linkEdit): if compiling a source, then add the source's
4806         file object, first in the list of objects to link,
4807
4808 2004-10-13 Slade Rich <slade_rich AT users.sourceforge.net>
4809
4810         * src/pic/pcoderegs.c : increased count on regUsedinRange to prevent unnecessary warning.
4811         * src/pic/main.c : removed VC warning.
4812         * src/pic/gen.c : changed comment.
4813
4814 2004-10-12 Vangelis Rokas <vrokas AT otenet.gr>
4815
4816         * device/lib/pic16/libsdcc/gptr/gptrput[234].c: an external
4817         reference to a deprecated symbol _GPTRREG was causing failure to
4818         link. Thanks G. M. Gallant for the info.
4819
4820 2004-10-12 Slade Rich <slade_rich AT users.sourceforge.net>
4821
4822         * src/pic/pcode.c : Applied a code patch supplied by Paul Ashmore in
4823         comments for Bugs item #954788.
4824
4825 2004-10-10 Vangelis Rokas <vrokas AT otenet.gr>
4826
4827         * src/pic16/device.c (pic16_dump_gsection,
4828         * pic16_groupRegistersInSection): handle symbols declared to be in
4829         access bank differently,
4830         * src/pic16/gen.c (struct _G): added field resDirect,
4831         * (aopForSym): if symbol on stack and iCode is '=' and result exists,
4832         send values read from stack directly to result and don't allocate
4833         temporary values,
4834         * (pic16_sameRegs): fixed bug that allowed MOVFF to move between
4835         same registers,
4836         * (pic16_sameRegsOfs): NEW,
4837         * (freeAsmop): if _G.resDirect is set then do not mark registers as
4838         free because they were not allocated from temporary pool,
4839         * pic16_popRegFromString): workaround to fix a problem with
4840         allocating variables twice or never,
4841         * (genGenPointerGet): using PRODL instead of FSR0H,
4842         * (genGenPointerSet): using POSTDEC1 (that is a stack location)
4843         instead of FSR0H,
4844         * (genAssign): take advantage of the _G.resDirect flag,
4845         * (genCast): around line 11844, use mov2f instead of directly
4846         MOVFF'ing between operands to account for literal values,
4847         * src/pic16/genutils.c: some new debug functions for gpsim have been
4848         added,
4849         * src/pic16/glue.c (pic16_printIvalType): fixed bug that initialized
4850         float with integer part only,
4851         * src/pic16/main.c (_process_pragma): handle pragma udata access to
4852         place variables in access bank
4853         * device/lib/pic16/libsdcc/gptr/gptr*.c: using BRA instead of GOTO,
4854         updated sources to reflect recent changes in gen.c
4855
4856 2004-10-06 Vangelis Rokas <vrokas AT otenet.gr>
4857
4858         * device/lib/pic16/libsdcc/Makefile.rules: fixed bug concerning
4859         sources that searched for headers in installation path, now the
4860         device/include/pic16 is used,
4861         * src/pic16/glue.c (pic16glue),
4862         * src/pic16/pcode.c (pCode2str, genericPrint): don't print .file or
4863         .line directives if not in debug mode, this suppresses assembler's
4864         warnings for ignored directives
4865
4866 2004-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
4867
4868         * src/port.h: made reset_regparms prototype void parameter explicit.
4869         * src/SDCCsymt.c (processFuncArgs): removed argument "func".
4870         * src/mcs51/ralloc.c (packRegisters): new fix for bugs 898889 & 979599.
4871         * doc/sdccman.lyx: documented warning disabling and how to use
4872           printf_large to make it print floats.
4873         * device/include/stdbool.h: NEW
4874         * device/lib/_atof.c,
4875         * device/lib/_divuint.c,
4876         * device/lib/_divulong.c,
4877         * device/lib/expf.c,
4878         * device/lib/printf_large.c,
4879         * device/lib/sincosf.c,
4880         * device/lib/sincoshf.c: used stdbool.h, all compile with stack-auto now
4881         * device/lib/Makefile.in: added target for model-mcs51-reentrant to build
4882           a completely reentrant lib.
4883
4884 2004-10-05 Vangelis Rokas <vrokas AT otenet.gr>
4885
4886         * device/lib/pic16/libsdcc/gptr/gptr*.c: added return statements
4887         * device/include/pic16/stdio.h: fixed bug with colon
4888
4889 2004-10-03 Vangelis Rokas <vrokas AT otenet.gr>
4890
4891         * device/include/pic16/stdio.h,
4892         * device/include/pic16/stdlib.h,
4893         * device/include/pic16/math.h: NEW
4894         * device/lib/pic16/libsdcc/gptr/*.c (gptrget*, gptrput*): functions
4895         declared as _naked to reduce overhead
4896         * device/lib/Makefile.in (target port-specific-objects-pic16):
4897         changed * to *.* so to ignore the CVS directory,
4898         * src/pic16/gen.c (pic16_freeAsmop): added code to store result of
4899         stacked variables back in stack,
4900         * (genEndFunction): fixed bug reported by G.M. Gallant with stack
4901         corruption
4902
4903 2004-10-01 Vangelis Rokas <vrokas AT otenet.gr>
4904
4905         * .version: bumped version number to 2.4.5
4906         * support/Util/SDCCerr.h: added warning W_POSSBUG2.
4907         * support/Util/SDCCerr.c (messages structure): added entry for
4908         W_POSSBUG2
4909
4910         Large cumulative patch for pic16 port and libraries.
4911         * device/include/pic16/sdcc-lib.h,
4912         * device/include/pic16/stdarg.h,
4913         * device/include/asm/pic16/features.h,
4914         * device/include/lib/pic16/libsdcc/gptr/{*.c, Makefile}: NEW,
4915         * device/include/pic16/float.h: changes reentrant keyword with
4916         _FS_REENTRANT, added prototype for __fsneq, included sdcc-lib.h
4917         * device/lib/pic16/libsdcc/Makefile: added target directory gptr,
4918         updated target build-libraries to include objects from gptr,
4919         * device/lib/pic16/libsdcc/{char,int,long}/*.c: added macro
4920         _IL_REENTRANT to all function headings, included sdcc-lib.h header,
4921         * device/lib/pic16/libsdcc/float/*.c: added macro _FS_REENTRANT to
4922         all function headings,
4923         * src/SDCCmain.c: added global parameter userIncDirsSet,
4924         * (parseCmdLine): when option -I is encountered add directory to
4925         userIncDirsSet too,
4926         * src/version.awk: added space between control and long,
4927         * src/pic16/NOTES: added some notes for the port,
4928         * src/pic16/gen.c: added prototype for mov2fp function,
4929         * (fReturnpic16[]): properly named return value registers,
4930         * (_G structure): added fields stackRegSet, fregsUsed, stack_lat,
4931         * (aopForSym): added code to handle symbols with onStack flag set,
4932         symbols onStack are allocated PTRSIZE bytes,
4933         * (aopFreeAsmop): handles special case where asmops are stack objects,
4934         * (aopGet, pic16_popGet): adde cod to handle new asmop AOP_STA,
4935         * (pic16_popGetTempReg, pic16_popGetTempRegCond, pic16_popReleaseTempReg):
4936         added argument lock to trace flaws in allocating temporary registers
4937         when developing port,
4938         * (pic16_popGetLit, pic16_popGetLit2): changed lit from unsigned to signed
4939         * (pic16_popRegFromString): reenabled allocating a direct register
4940         from string,
4941         * (assignResultValue): various beautifications,
4942         * fixed bug #1037717 (patch from R. Neider & D. Wrinkler) with mistaken
4943         referenced function argument,
4944         * (genIpush): reenabled to allow stacked arguments, handles only
4945         ic->parmPush iCodes,
4946         * (genCall, genPcall): major changes to allow for variable argument
4947         functions, fixed a bug with falsely restoring stack pointer after
4948         returning from call,
4949         * (genFunction): pending code for critical function,
4950         * (shiftR1Left2ResultSigned, shiftR1Left2Result, shiftL2Left2Result,
4951         * (shiftR2Left2Result, shiftLLong) applied patch #1032155 from R.Neider,
4952         * (genNearPointerGet): fixed bug with indirect reading, was always
4953         reading from INDF0
4954         * (genGenPointerGet, genGenPointerSet): rewrote to support generic
4955         pointers,
4956         * (genAddrOf): rewrote code to take address of a stacked function parameter
4957         * (genCast): fixed casting to generic pointer type,
4958         * src/pic16/gen.h: added AOP_STA,
4959         * (struct asmop): added field stk,
4960         * src/pic16/genarith.c (pic16_AopType): handle AOP_STA,
4961         * (pic16_genPlusIncr): changed emitSKPNZ to emitSKPNZ,
4962         * (pic16_genAddLit, pic16_genPlus): applied patch #1034042 by tecodev,
4963         * (pic16_genMinus): fixed bug #1035119 with patch submitted by tecodev,
4964         * src/pic16/genutils.c (pic16_genNot): removed symbol *tlbl,
4965         * src/pic16/glue.c (pic16_printGPPointerType): fixed to support new
4966         generic pointers,
4967         * src/pic16/main.c (_pic16_initPaths): ignores default SDCC include
4968         and library paths,
4969         * (pic16_port structure): generic pointer size is set to 3,
4970         * src/pic16/pcode.c (pic16_newpCodeOpLit): correctly print literal integer,
4971         * (insertBankSwitch): cast to (char *) to prevent 64bit CPUs'
4972         compiler warning,
4973         * src/pic16/ralloc.c (allocReg): prevent allocating register when
4974         operand is an iTemp,
4975
4976 2004-09-24 Martin Helmling <mh AT octo-soft.de>
4977
4978         * debugger/mcs51/cmd.c: set PC if a symbol at pc reg is set
4979         * debugger/mcs51/simi.c: addapt new syntax of s51
4980
4981 2004-09-23 Vangelis Rokas <vrokas AT otenet.gr>
4982
4983         * src/pic16/genutils.c (pic16_genNot): fixed bug #1032265,
4984         * src/pic16/pcode.c: commented out some calls to free() in order to
4985         fix bug #989576,
4986
4987 2004-09-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4988
4989         * src/SDCCicode.h,
4990         * src/SDCCicode.c (isiCodeInFunctionCall),
4991         * src/avr/ralloc.c (selectSpil),
4992         * src/pic/ralloc.c (selectSpil),
4993         * src/pic16/ralloc.c (selectSpil),
4994         * src/ds390/ralloc.c (selectSpil),
4995         * src/hc08/ralloc.c (selectSpil),
4996         * src/xa51/ralloc.c (selectSpil),
4997         * src/mcs51/ralloc.c (selectSpil): Don't use remainSpil to spill to the
4998         stack in the middle of a function call sequence (fixes bug #1020268)
4999         * src/SDCCicode.c (geniCodeJumpTable): fixed error in computing the
5000         costs associated with the minimum switch case.
5001
5002 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5003
5004         * src/SDCC.lex: fixed bug #1030549
5005
5006 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5007
5008         * src/SDCCcse.h (struct cseDef),
5009         * src/SDCCcse.c (cseBBlock, newCseDef, ifFromAddrTaken): purge CSEs
5010         over a function call if the CSE is derived from a symbol whose
5011         address has been taken (fixes bug #1029883)
5012         * support/regression/tests/bug-1029883: a new regression test for
5013         this bug
5014
5015 2004-09-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5016
5017         * src/hc08/gen.c (emitinline): fixed bug #1029778
5018         * src/SDCC.y (assignment_expr): fixed the grammer so that assignment
5019         to a cast object is no longer a syntax error ("fixes" bug #1030006,
5020         and starts toward RFE #905167)
5021
5022 2004-09-17 Vangelis Rokas <vrokas AT otenet.gr>
5023
5024         * src/pic16/gen.c (mov2f): New function to move an operand to
5025         another without considering if it is a literal or a register,
5026         * (pic16_sameRegs): don't check if they are both AOP_REG,
5027         * (AccRsh): removed andmask=0 lines,
5028         * (genLeftShift): duplicated to be improved in future versions,
5029         * src/pic16/main.c (_process_pragma): emit stack default size in hex,
5030         * src/pic16/pcode.c: added POC_INFSNZW, updated inverted_op fields
5031         in POC_INCFSZ, POC_INCFSZW, POC_INFSNZ,
5032         * (pic16initMnemonics): added initialization for POC_INFSNZW,
5033         * (insertBankSwitch): fixed inserting banksel directives algorithm
5034         for instructions that follow a skip instruction, this fixes a report
5035         for broken subtraction code generation,
5036         * src/pic16/ralloc.c (deassignLRs): do not free register if current
5037         iCode is a left op, just in case result and right share the same
5038         registers
5039
5040 2004-09-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5041
5042         * src/hc08/main.c,
5043         * src/hc08/gen.c (genJumpTable): more efficient jump table, supports
5044         preservation of HX
5045         * src/hc08/gen.c (pullRegs): fixed order of HX & XA pairs
5046         * src/mcs51/ralloc.c (packRegisters): removed the patch applied
5047         on 2004-09-12; it was buggy
5048
5049 2004-09-15 Bernhard Held <bernhard AT bernhardheld.de>
5050
5051         * src/SDCCsymt.h: removed RESULT_CHECK
5052         * src/SDCCast.c,
5053         * src/SDCCglue.c,
5054         * src/SDCCval.c,
5055         * src/pic/glue.c,
5056         * src/pic16/glue.c: replaced RESULT_CHECK with RESULT_TYPE_NONE
5057
5058 2004-09-15 Vangelis Rokas <vrokas AT otenet.gr>
5059
5060         * src/SDCCicode.c (piCode): applied patch from Raphael Neider,
5061         * src/pic16/device.c (pic16_assignConfigWordValues): wrong
5062         configuration values no more rejected by compiler, they are assigned
5063         to configuration registers with a warning message instead,
5064         * src/pic16/glue.c (pic16_emitConfigRegs): added +1 at top-limit of
5065         the for-loop so last conf register is emitted too,
5066         * (_pic16_initPaths): link library libsdcc.lib by default,
5067         * (_hasNativeMulFor): modified test for multiplication according to
5068         Raphael Neider's remarks. Integer multiplication is also done with
5069         support functions,
5070         * device/include/pic16/pic18fregs.h: corrected type error in while
5071         testing and including 18f6720 header file
5072
5073 2004-09-14 Vangelis Rokas <vrokas AT otenet.gr>
5074
5075         * src/pic16/device.h (pic16_options): removed field use_crt,
5076         * src/pic16/gen.c (genUnpackBits): added call to pic16_loadFSR0
5077         until an optimization to handle single bits is added,
5078         * (pic16_loadFSR0): moved before genUnpackBits,
5079         * (genAnd): some white lines removed,
5080         * src/pic16/main.c (_pic16_finaliseOptions): set omit_ivt and clear
5081         leave_reset flags in pic16_options when using crt modules,
5082
5083 2004-09-12 Maarten Brock <sourceforge.brock AT dse.nl>
5084
5085         * src/mcs51/ralloc.c (packRegisters): applied fix by Bernhard Held
5086           for bugs 898889 & 979599. Also used some safer print instructions.
5087
5088 2004-09-12 Vangelis Rokas <vrokas AT otenet.gr>
5089
5090         * src/pic16/device.h (pic16_options_t): added field use_crt,
5091         crt_name, no_crt,
5092         * src/pic16/genarith.c (pic16_genPlus): added an assert(0) line to
5093         catch a probable future bug,
5094         * src/pic16/gen.c: aopIdx function commented out,
5095         * (genAssign): commented out old code which used aopIdx,
5096         * src/pic16/glue.c (pic16glue): removed some legacy fragments of
5097         code, added if conditionals to take into account the --use-crt
5098         command line options,
5099         * src/pic16/main.c (pic16_optionsTable): added new command line
5100         options, --use-crt= and --no-crt,
5101         * (_pic16_linkEdit): now the proper crt object is added in the
5102         linker command line except than when --no-crt is specified,
5103         * src/pic16/pcode.c,
5104         * src/pic16/pcode.h: added some structures and functions for a new
5105         optimization scheme to compansate for instruction overhead between
5106         same iCodes, this scheme is currently under development and is not
5107         working in any way,
5108         * src/pic16/gen.c (genAnd): added patch provided by Aaron Collwell
5109         to && operator,
5110         * device/lib/pic16/startup/crt0i.c,
5111         * device/lib/pic16/startup/crt0iz.c: added global char variable
5112         __uflags to force the generation of an idata section
5113
5114 2004-09-12 Bernhard Held <bernhard AT bernhardheld.de>
5115
5116         * doc/Makefile,
5117         * doc/clean.mk: added support for easy creation of sdcc-doc.tar.bz2
5118         * doc/sdccman.lyx: updated sdcc version to 2.4.4
5119
5120 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5121
5122         * doc/sdccman.lyx: fixed a problem with my new index entries (thanks
5123         Frieder) and clarified the default code optimization mode
5124
5125 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5126
5127         * src/SDCC.lex (doPragma, process_pragma),
5128         * src/SDCCglobl.h (struct optimize): added pragmas "opt_code_speed",
5129         "opt_code_size", and "opt_code_balanced"
5130         * src/SDCCmain.c (optionsTable[], printOptions, scanOptionsTable):
5131         regrouped options by category, added support for category headers
5132         * src/SDCCmain.c (parseCmdLine): added options "--opt-code-speed"
5133         and "--opt-code-size"
5134         * doc/sdccman.lyx: documented these new options and pragmas
5135         * src/hc08/gen.c (AccLsh, AccRsh): take speed/size optimization
5136         preference into account
5137
5138 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
5139
5140         * src/SDCCicode.c (geniCodePostInc, geniCodePreInc, geniCodePostDec,
5141           geniCodePreDec): Fixed bug 904237 by generating a warning
5142         * src/SDCCerr.h,
5143         * src/SDCCerr.c: added warning W_SIZEOF_VOID
5144
5145 2004-09-09 Slade Rich <slade_rich AT users.sourceforge.net>
5146
5147         * src/pic/device.c : When no max ram set validate full memory range.
5148         * src/pic/pcode.c,
5149         * src/pic/pcodepeep.c : Copy C code comments to optimised replacement code.
5150
5151 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
5152
5153         * device/lib/_gptrget.c,
5154         * device/lib/_gptrput.c: updated comment
5155         * device/lib/calloc.c,
5156         * device/lib/free.c,
5157         * device/lib/malloc.c,
5158         * device/lib/realloc.c: added LGPL, made them reentrant-safe
5159         * src/SDCCcse.c (cseBBlock),
5160         * src/SDCCicode.c (printOperand, geniCodeArray),
5161         * src/SDCCicode.h (struct operand): fixed bug 868103
5162         * support/regression/tests/bug-868103.c: added
5163         * src/SDCCast.c (searchLitOp),
5164         * src/SDCCcse.h (struct cseDef),
5165         * src/SDCCglue.c (printIvalArray, spacesToUnderscores),
5166         * src/SDCCicode.h (struct operand),
5167         * src/SDCCsymt.h (struct sym_link),
5168         * src/avr/gen.c (hasInc),
5169         * src/ds390/gen.c (hasInc),
5170         * src/hc08/gen.c (genPlusIncr, hasInc),
5171         * src/mcs51/gen.c (hasInc),
5172         * src/pic16/glue.c (pic16_printIvalChar),
5173         * src/pic16/ralloc.c (regWithIdx),
5174         * src/xa51/gen.c (hasInc) : removed warnings
5175         * src/SDCCast.c (createBlock): added comment ???
5176         * src/hc08/ralloc.c: updated comments
5177
5178 2004-09-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5179
5180         * doc/sdccman.lyx: updated section on switch statements, added
5181         section about semaphore locking
5182         * doc/Makefile: added option -info for latex2html
5183         * device/lib/_gptrget.c,
5184         * device/lib/_gptrput.c: __XPAGE instead of P2 in outcommented code
5185
5186 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
5187
5188         * src/pic/device.h,
5189         * src/pic/device.c,
5190         * src/pic/port.c : Changed PIC14 code to not set bit RP1 when
5191          maxram is less than 0x100.
5192
5193 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
5194
5195         * Bug fixes for PIC14 - signed RSHIFT problem. Patch supplied by Allen(agschrum).
5196
5197 2004-09-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5198
5199         * src/port.h,
5200         * src/mcs51/main.c,
5201         * src/ds390/main.c,
5202         * src/z80/main.c,
5203         * src/hc08/main.c,
5204         * src/pic/main.c,
5205         * src/pic16/main.c,
5206         * src/avr/main.c,
5207         * src/xa51/main.c
5208         * src/SDCCicode.c (geniCodeJumpTable): Better logic to determine if a
5209         a jump table is the best form for a switch statement, including
5210         automatic insertion of missing cases to make the case range
5211         continuous. Developed in collaboration with Frieder Ferlemann.
5212
5213 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5214
5215         * src/hc08/ralloc.c (canDefAccResult): multi-byte shift is unsafe for
5216         accumulator result if it needs sign extension
5217
5218 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
5219
5220         * src/hc08/ralloc.c (canUseAccOperand): fixed comparison bug
5221
5222 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
5223
5224         * device/lib/gbz80/printf.c,
5225         * device/lib/z80/printf.c: removed define for NULL
5226
5227 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
5228
5229         * as/xa51/xa_link.c,
5230         * device/examples/ds390/ow390/ad26.c,
5231         * device/examples/ds390/ow390/cnt1d.c,
5232         * device/examples/ds390/ow390/counter.c,
5233         * device/examples/ds390/ow390/ds2480.h,
5234         * device/examples/ds390/ow390/ds2480ut.c,
5235         * device/examples/ds390/ow390/findtype.c,
5236         * device/examples/ds390/ow390/gethumd.c,
5237         * device/examples/ds390/ow390/owllu.c,
5238         * device/examples/ds390/ow390/ownetu.c,
5239         * device/examples/ds390/ow390/swt12.c,
5240         * device/examples/ds390/ow390/swtloop.c,
5241         * device/examples/ds390/ow390/temp.c,
5242         * device/examples/ds390/ow390/temp10.c,
5243         * device/examples/ds390/ow390/thermo21.c,
5244         * device/examples/ds390/ow390/tinilnk.c,
5245         * device/examples/ds390/ow390/tstfind.c,
5246         * device/examples/serialcomm/windows/serial.cpp,
5247         * device/examples/serialcomm/windows/test_serialcomm.cpp,
5248         * device/include/reg51.h: fixed line endings for cvs
5249
5250 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5251
5252         * src/hc08/ralloc.c (canDefAccResult, canUseAccOperand,
5253         packRegsForAccUse, packRegisters): new accumulator register
5254         packing algorithm
5255         * support/regression/ports/hc08/support.c (_putchar): suppress
5256         warning of unused variable
5257         * src/SDCCicode.c: added SWAP entry to codeTable
5258
5259 2004-09-01 Maarten Brock <sourceforge.brock AT dse.nl>
5260
5261         * device/lib/sprintf.c: forgot to add this file before previous commit
5262
5263 2004-09-01 Vangelis Rokas <vrokas AT otenet.gr>
5264
5265         * src/pic16/gen.c (genPackBits): added operand right in function
5266         parameters, load result directly if p_type is POINTER (that is
5267         called by genNearPointerSet)
5268         * (genUnPackBits): added operand left in function parameters,
5269         * (genNearPointerGet, genNearPointerSet): prevent the loading of
5270         FSR0 if accessing bitfields,
5271
5272 2004-08-31 Maarten Brock <sourceforge.brock AT dse.nl>
5273
5274         * device/include/stdio.h: added NULL, size_t, typedef pfn_outputchar,
5275           _print_format; updated printf, sprintf, vsprintf
5276         * device/include/asm/default/features.h: corrected comment/define
5277         * device/lib/Makefile.in: added sprintf.c
5278         * device/lib/libsdcc.lib: added sprintf module
5279         * device/lib/printf_large.c,
5280         * device/lib/vprintf.c,
5281         * device/lib/sprintf.c: totally refactored printf_large and vprintf
5282           into these 3 files
5283         * support/regression/Makefile: changed ALL_PORTS into a usefull default
5284         * support/regression/ports/mcs51-stack-auto/spec.mk: added sprintf
5285         * support/regression/tests/bug-927659.c: removed dummy putchar, enabled
5286           hc08 test
5287         * support/regression/tests/zeropad.c: define idata as data for hc08
5288
5289 2004-08-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5290
5291         * src/SDCCpeeph.c (labelIsReturnOnly): support hc08 rts opcode also
5292         * src/SDCCpeeph.c (buildLabelRefCountHash): assume function entry point
5293         labels are referenced at least once (even if a reference is not found)
5294         * src/hc08/gen.c (emitcode): set isComment flag for comments
5295         * src/hc08/peeph.def: added rules 5a..5f (optimize redundant immediate
5296         loads), rules 6a..6b (optimize jumps to return)
5297
5298 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5299
5300         * device/lib/acosf.c (acosf),
5301         * device/lib/asinf.c (asinf),
5302         * device/lib/atanf.c (atanf),
5303         * device/lib/ceilf.c (ceilf),
5304         * device/lib/cosf.c (cosf),
5305         * device/lib/coshf.c (coshf),
5306         * device/lib/cotf.c (cotf),
5307         * device/lib/fabsf.c (fabsf),
5308         * device/lib/floorf.c (floorf),
5309         * device/lib/log10f.c (log10f),
5310         * device/lib/logf.c (logf),
5311         * device/lib/sinf.c (sinf),
5312         * device/lib/sinhf.c (sinhf),
5313         * device/lib/sqrtf.c (sqrtf),
5314         * device/lib/tanf.c (tanf),
5315         * device/lib/tanhf.c (tanhf),
5316         * device/include/math.h: defined _FLOAT_FUNC_REENTRANT macro and
5317         replaced all instances of "reentrant" in the library functions
5318         defined in math.h with this macro.
5319         * support/regression/tests/float_trans.c: reenabled test for hc08
5320
5321 2004-08-30 Bernhard Held <bernhard AT bernhardheld.de>
5322
5323         * device/lib/pic16/Makefile.common.in: added MODELFLAGS again, it was
5324         erroneously deleted
5325
5326 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5327
5328         * src/hc08/gen.c (loadRegFromAop): better use of clra & clrx
5329         * src/hc08/gen.c (genAnd, genOr): fixed bug with conditional when
5330         multi-byte volatile operands are used
5331         * src/hc08/gen.c (shiftRLong): fixed bug with wrong rotate direction
5332         * src/hc08/main.c (_hc08_genAssemblerPreamble): moved the built-in
5333         initialization to area GSINIT0 so that it would always precede
5334         any static initializers in GSINIT
5335         * support/regression/tests/zeropad.c: fixed idata define for hc08
5336         * support/regression/tests/bug-927659.c,
5337         * support/regression/tests/float_trans.c: disabled tests for hc08
5338         pending missing library routines
5339         * .version: increased version number to 2.4.4 - hc08 port now passes
5340         regression tests
5341
5342
5343 2004-08-29 Bernhard Held <bernhard AT bernhardheld.de>
5344
5345         * device/lib/pic16/Makefile.common.in: added $(MM) to fix `make clean`
5346         * Makefile.common.in,
5347         * as/Makefile,
5348         * as/hc08/Makefile.in,
5349         * as/mcs51/Makefile.in,
5350         * as/z80/Makefile.in,
5351         * debugger/mcs51/Makefile.in,
5352         * device/include/Makefile.in,
5353         * device/lib/Makefile.in,
5354         * doc/Makefile,
5355         * link/Makefile,
5356         * link/z80/Makefile.in,
5357         * packihx/Makefile.in,
5358         * sim/ucsim/main_in.mk,
5359         * sim/ucsim/avr.src/Makefile.in,
5360         * sim/ucsim/doc/Makefile.in,
5361         * sim/ucsim/gui.src/serio.src/Makefile.in,
5362         * sim/ucsim/hc08.src/Makefile.in,
5363         * sim/ucsim/s51.src/Makefile.in,
5364         * sim/ucsim/xa.src/Makefile.in,
5365         * sim/ucsim/z80.src/Makefile.in,
5366         * src/Makefile.in,
5367         * support/cpp2/Makefile.in,
5368         * support/librarian/Makefile,
5369         * support/makebin/Makefile: added DESTDIR to the install path proposed
5370         by "Maciej 'Agaran' Pijanka" <agaran AT pld-linux.org>
5371         * doc/sdccman.lyx: added DESTDIR documentation
5372
5373 2004-08-29 Vangelis Rokas (vrokas AT otenet.gr>
5374
5375         * src/pic16/gen.c (genFunction, genEndFunction): fixed return
5376         instruction for interrupt handlers, use fast returns when returning
5377         from high priority interrupts
5378
5379 2004-08-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5380
5381         * src/hc08/gen.c (genAnd, genOr, transferAopAop, rmwWithAop): optimized
5382         code generation
5383         * src/hc08/gen.c (genrshFour, genCpl): fixed bugs
5384         * src/hc08/gen.c (genMultOneByte, genDivOneByte, genModOneByte): fixed
5385         bugs, ported much of Bernhard's code from mcs51
5386         * src/mcs51/gen.c (genSend),
5387         * src/hc08/gen.c (genSend): fixed bug with lost SEND iCodes if more
5388         than one when calling a reentrant function
5389         * device/lib/_mullong.c: defined an alternate struct layout for big
5390         endian ports (hc08)
5391
5392 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5393
5394         * src/hc08/gen.c (shiftL2Left2Result): fix for bug-500536 regression
5395         test
5396
5397 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5398
5399         * src/SDCCsymt.c (processFuncArgs): make sure parameter types
5400         are sane and complete before asking the port its prefered parameter
5401         passing method (fixes bug #1017633)
5402         * device/lib/hc08/_ret.c: added "data" storage class to _ret2
5403         and _ret3
5404
5405 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5406
5407         * src/hc08/gen.c (genPackBitsImmed, genUnpackBitsImmed): fix offset
5408         problem in bitfields >= 8 bits.
5409
5410 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
5411
5412         * src/SDCCsymt.c: undid changes that were not meant to be committed
5413
5414 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
5415
5416         * support/regression/ports/hc08spec.mk: REENTRANT must be reentrant
5417
5418 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
5419
5420         * src/hc08/gen.c (genUminusFloat): fixed bug where only 3 bytes were
5421           copied and wrong bit got inverted
5422
5423 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5424
5425         * src/hc08/gen.c (genPointerSet, genFarPointerSet): moved code from
5426         genFarPointerSet into genPointerSet; eliminated genFarPointerSet
5427         * src/hc08/gen.c (genPointerGet, genFarPointerGet): moved code from
5428         genFarPointerGet into genPointerGet; eliminated genFarPointerGet
5429         * src/hc08/gen.c (genPackBitsImmed): generate optimized code for
5430         assignments to bitfields at known addresses
5431         * src/hc08/gen.c (genUnpackBitsImmed): generate optimized code for
5432         reads from bitfields at known addresses
5433         * src/hc08/ralloc.c (packRegisters),
5434         * src/hc08/gen.c (genPointerGet, genUnpackBits, genUnpackBitsImmed,
5435         genhc08Code): optimize pointer get values used as conditionals
5436         * src/hc08/peeph.def: added rules 2e & 2f to optimize bit test
5437         and branch
5438
5439 2004-08-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5440
5441         * src/mcs51/gen.c (genPointerGet, genNearPointerGet, genPagedPointerGet,
5442         genFarPointerGet, genCodePointerGet, genGenPointerGet, genUnpackBits),
5443         * src/mcs51/ralloc.c (packRegisters): optimize pointer get values used
5444         as conditionals
5445
5446 2004-08-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5447
5448         * src/mcs51/peeph.def: peepholes 248.i-m for xdata bitfields
5449
5450 2004-08-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5451
5452         * src/mcs51/ralloc.c (packRegsForOneuse): fixed bug #1012650 and some
5453         related problems
5454
5455 2004-08-21 Bernhard Held <bernhard AT bernhardheld.de>
5456
5457         * sim/ucsim/cmd.src/Makefile.in: run lex only if $(PRJDIR)/devel exists
5458
5459 2004-08-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5460
5461         * src/z80/ralloc.c (packRegsForAssign): ported some bug fixes from the
5462         mcs51 port
5463
5464 2004-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
5465
5466         * src/pic/gen.c: Restored fn genRet as previous fix was incorrect.
5467
5468 2004-08-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5469
5470         * src/mcs51/gen.c (genJumpTab): jumptables for more than 16 switch
5471         cases use more compact code.
5472
5473 2004-08-13 Slade Rich <slade_rich AT users.sourceforge.net>
5474
5475         * src/pic/gen.c: Fixed problem with fn returning a variable bigger than a char.
5476
5477 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5478
5479         * src/SDCClrange.c (findPrevUse): fixed bug #1007371
5480
5481 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5482
5483         * src/SDCCsymt.h,
5484         * src/SDCCsymt.c (changePointer, checkDecl, addSymChain): changed
5485         parameter of changePointer() from symbol* to sym_link*
5486         * src/SDCCast.c (decorateType): call changePointer() for CAST op
5487         * src/SDCCsymt.c (compareType): void* type is castable to other
5488         pointers, but not necesarily an exact match.
5489         * src/SDCCicode.c (geniCodeCast): allow void* casting here since it
5490         is no longer blindly treated as an exact match.
5491         * src/SDCCval.c (valCastLiteral): treat missing type as cast to void
5492
5493 2004-08-12 Slade Rich <slade_rich AT users.sourceforge.net>
5494
5495         * src/pic/glue.c: Added struct initialisation fn printIvalStruct.
5496
5497 2004-08-11 Slade Rich <slade_rich AT users.sourceforge.net>
5498
5499         * src/pic/gen.c,
5500         * src/pic/pcode.c,
5501         * src/pic/ralloc.h,
5502         * src/pic/ralloc.c: Printing rIdx on internal verbose debug.
5503
5504 2004-08-10 Slade Rich <slade_rich AT users.sourceforge.net>
5505
5506         * src/pic/device.c,
5507         * src/pic/device.h,
5508         * src/pic/device.c: Will no longer exit if #pragma maxram has not been defined.
5509
5510 2004-08-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5511
5512         * src/mcs51/gen.c (emitcode): fixed bug #992819
5513
5514 2004-08-05 Maarten Brock <sourceforge.brock AT dse.nl>
5515
5516         * src/pic/ralloc.c (deassignLR): allthough pic port is buggy already,
5517           there's no need to make it worse
5518
5519 2004-08-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5520
5521         * src/mcs51/ralloc.c (deassignLR),
5522         * src/ds390/ralloc.c (deassignLR),
5523         * src/hc08/ralloc.c (deassignLR),
5524         * src/z80/ralloc.c (deassignLR),
5525         * src/pic/ralloc.c (deassignLR),
5526         * src/pic16/ralloc.c (deassignLR),
5527         * src/avr/ralloc.c (deassignLR),
5528         * src/SDCClrange.c (findRecursiveSucc, findRecursivePred, findPrevUse,
5529         rlivePoint): fixed another part of bug #971834
5530
5531 2004-08-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5532
5533         * src/z80/main.c: enabled "critical" keyword
5534         * src/z80/mappings.i,
5535         * src/z80/gen.c (genFunction, genEndFunction): support for interrupt
5536         functions (fixes bug #979646)
5537         * doc/sdccman.lyx: added a subsection explaining z80 interrupt support
5538
5539 2004-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5540
5541         * src/mcs51/gen.c (genInline): Add \n for labels, not DOS/WIN dirs
5542           such as c:\mydir.
5543
5544 2004-08-03 Maarten Brock <sourceforge.brock AT dse.nl>
5545
5546         * src/SDCCloop.c (loopInvariants): fixed bug 983545, hope this
5547           doesn't disable too much optimizations
5548
5549 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
5550
5551         * src/pic/glue.c Disabled "WARNING: function 'main' undefined" when -S option is used.
5552
5553 2004-08-02 Maarten Brock <sourceforge.brock AT dse.nl>
5554
5555         * src/SDCClrange.c (rlivePoint): fixed bug 988568, thanks to anonymous
5556
5557 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
5558
5559         * src/pic/gen.c tidied up tabs
5560         * src/pic/genarith.c tidied up tabs and fixed bug with literal multiple where same register was used for hi and low byte
5561         * src/pic/main.c tidied up tabs
5562         * src/pic/pcode.c tidied up tabs and disabled verbose code generation
5563         * src/pic/pcoderegs.c tidied up tabs
5564         * src/pic/ralloc.c tidied up tabs
5565
5566 2004-07-30 Vangelis Rokas <vrokas AT otenet.gr>
5567
5568         * src/SDCCmem.c (allocGlobal): don't turn S_REGISTER storage class
5569         to S_FIXED for pic16 port and when symbol is not in level 0,
5570         allocate for S_REGISTER storage class and pic16 port, too,
5571         * src/pic16/device.h: prototype for checkSym,
5572         * src/pic16/device.c (pic16_dump_access, checkSym): NEW,
5573         * (pic16_assignConfigWordValue): test the value and the mask to
5574         validate that the value is suitable for the configuration word,
5575         * src/pic16/glue.c (pic16_printIvalFuncPtr): use 'externs' to
5576         collect extern declared symbols, don't emit symbol twice, check
5577         first if symbol is in publics set first,
5578         * src/pic16/main.c (_pic16_keywords[]): added keyword 'register',
5579         * added command line '--fstack' which enables an experimental
5580         feature for stack access, too buggy to be used yet...
5581         * src/pic16/ralloc.c (pic16_accessregWithName): NEW,
5582         * (pic16_allocDirReg): when register has storage class S_REGISTER
5583         allocate in pic16_dynAccessRegs,
5584         * device/include/pic16/pic18f????.h: modified configuration word
5585         naming convention, words started as CONFIG0H but should be CONFIG1H
5586
5587 2004-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
5588
5589         * device/include/mcs51reg.h: fixed bug 970993
5590
5591 2004-07-27 Maarten Brock <sourceforge.brock AT dse.nl>
5592
5593         * added lib/calloc.c, lib/free.c, lib/realloc.c, include/stddef.h
5594         * updated lib/malloc.c, lib/libsdcc.lib, lib/Makefile.in, include/malloc.h
5595         * src/SDCC.lex (doPragma): added pragma disable_warning <nnn>
5596         * src/SDCCmain.c (parseCmdLine): added option --disable-warning <nnn>
5597         * src/ds390/gen.c (genPlusIncr): fixed bug when incrementing generic pointers
5598         * support/Util/SDCCerr.c (vwerror): suppress disabled warnings and output
5599           error/warning numbers,
5600           added function setWarningDisabled()
5601         * support/Util/SDCCerr.h: added setWarningDisabled() and MAX_ERROR_WARNING
5602         * support/regression/ports/mcs51-stack-auto/spec.mk: added dependencies
5603           _memcmp.c _memmove.c calloc.c realloc.c free.c
5604         * support/regression/tests/malloc.c: added tests for new functionality
5605         * support/regression/tests/zeropad.c: added tests for truncated initializers
5606           and initialized char arrays starting with '\x0'
5607         * src/mcs51/peeph.def: fixed regression, added peephole 177.f
5608
5609 2004-07-26 Bernhard Held <bernhard AT bernhardheld.de>
5610
5611         * support/valdiag/tests/overflow.c: fixed warning on (1 >> 40)
5612
5613 2004-07-26 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5614
5615         * doc/sdccman.lyx: updated example in section "Absolute Addressing"
5616         * src/mcs51/peeph.def: added contributed fix for "bug" #995347 as
5617         peephole 177.e. Thanks to anonymous
5618
5619 2004-07-25 Vangelis Rokas <vrokas AT otenet.gr>
5620
5621         * src/pic16/glue.c (pic16_printIvalFuncPtr): when an extern
5622         function isn't used in the source but referenced as a
5623         variable initializer then declare it as extern in .asm file
5624
5625 2004-07-24 Vangelis Rokas <vrokas AT otenet.gr>
5626
5627         * .version: increased version number to 2.4.3
5628
5629         Adding version extension according to ChangeLog CVS revision
5630         * src/Makefile.in (target all): added dependency 'version.h'
5631         * (rule version.h): added rule to create version.h from ChangeLog,
5632         * (rule dep): added dependency version.h,
5633         * src/version.awk: AWK script to create version.h
5634         * src/SDCCdwarf2.c (dwWriteModule),
5635         * src/SDCCglue.c (initialComments),
5636         * src/SDCCmain.c (printVersionInfo): modified to write after
5637         version string the version extension number,
5638         * src/SDCCutil.c: included "version.h"
5639         * (getBuildNumber): NEW, returns SDCC's ChangeLog minor revision
5640         number,
5641         * src/SDCCutil.h: added prototype for getBuildNumber
5642
5643         * src/SDCCmain.c (parseCmdLine): when sOpt is 'I' add rest in
5644         includeDirsSet, too,
5645         * src/SDCCsymt.c (checkSClass): don't emit error when a variable,
5646         const char [] is found in function prototype...
5647
5648         * src/pic16/genarith.c (pic16_genUMult8XLit_8): optimization to omit
5649         moving to WREG with source is already in WREG,
5650         * src/pic16/gen.h: added AOP_FSR0 and AOP_FSR2 in enum,
5651         * src/pic16/gen.c (getFreePtr): updated to look for FSR0 and FSR2,
5652         * (aopForSym): stack'ed symbols are partially supported, added
5653         if-clause to support symbols in FARSPACE,
5654         * (sameRegs): added test for AOP_ACC to see if registers are same,
5655         * (pic16_freeAsmop): added case for AOP_FSR0 and AOP_FSR2,
5656         * (pic16_aopGet): added case for AOP_FSR0 and AOP_FSR2,
5657         * (pic16_popRegFromString): will not allocate a new register if it
5658         doesn't find one by name, bug may have introduced...
5659         * (pic16_popGet): added case for AOP_FSR0 and AOP_FSR2,
5660         * (genIpush): revived to use pic16 port's stack,
5661         * (genAddrOf): added incomplete case for stack'ed operand,
5662         * (genCast): optimized a pair of MOVFW,MOVWF to MOVFF
5663         * src/pic16/genutils.c (pic16_genNot): almot new vesrion for NOT,
5664         can handle multibyte operands,
5665         * src/pic16/glue.c (pic16_printIval*): some debug info added,
5666         * (pic16initialComments): added message for MPLAB compatibility
5667         mode enabled,
5668         * src/pic16/main.h: prototype for pic16_mplab_comp,
5669         * src/pic16/main.c (pic16_optionsTable): new option --mplab-comp,
5670         which enabled MPLAB compatibility mode (i.e. no #LINE/#FILE, BANKED)
5671         * (_pic16_linkEdit): NEW, handles link stage, transferred here
5672         because of increased complexity of procedure,
5673         * (_process_pragma): stack pragma changed to format 'stack pos len',
5674         emit symbol '_stack_end' to conform with gplink,
5675         * src/pic16/pcode.c (pic16_newpCodeOpBit): using pic16_regWithName
5676         to search for register,
5677         * (pic16_get_op, pic16_get_op2): added case for PO_W, PO_WREG and
5678         PO_GPR_REGISTER,
5679         * (pic16_pCode2str): when in MPLAB compatibility mode, comment out
5680         #LINE directives and replace 'B' with 'BANKED' in instruction opcodes
5681         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
5682         case for PO_GPR_REGISTER,
5683         * (pic16_AnalyzeBanking): removed the old message for inc2h.pl, past
5684         dies, the new era is ahead !...
5685         * src/pic16/ralloc.c: added hash reposits pic16_dynAllocRegNames and
5686         pic16_dynInternalRegs,
5687         * (pic16_allocregWithName, pic16_procregWithName, pic16_regWithname): NEW,
5688         * (pic16_allocDirReg): minor optimizations and bug fixes,
5689         * (pic16_allocWithIdx): when searching pic16_dynProcessorRegs use fixed,
5690
5691         * device/lib/pic16/startup/crt0*.c: extern definition of stack_end,
5692         load stack and frame pointer with address of 'stack_end' symbol
5693
5694 2004-07-23 Vangelis Rokas <vrokas AT otenet.gr>
5695
5696         * src/pic16/glue.c (pic16emitStaticSeg): fixed bug with files
5697         without source code but only variable initializers
5698
5699 2004-07-20 Vangelis Rokas <vrokas AT otenet.gr>
5700
5701         * src/pic16/glue.c (pic16emitRegularMap): unused functions marked as
5702         external are not declared as extern to reduce overhead while linking
5703
5704 2004-07-20 Maarten Brock <sourceforge.brock AT dse.nl>
5705
5706         * src/SDCCast.c (decorateType): removed buggy fix for bug #979599
5707
5708 2004-07-11 Maarten Brock <sourceforge.brock AT dse.nl>
5709
5710         * src/SDCCglue.c (printIvalArray): fixed bug #984229, thanks to Phuah
5711           Yee Keat for the patch
5712         * src/SDCCast.c (decorateType): fixed bug #979599
5713         * src/ds390/gen.h: removed local fReturnSizeDS390
5714         * src/ds390/gen.c: made fReturnSizeDS390 signed short to remove a warning
5715         * src/ds390/gen.c (genAnd, genOr, genXor),
5716         * src/mcs51/gen.c (genAnd, genOr, genXor): generate better optimized code
5717
5718 2004-07-04 Vangelis Rokas <vrokas AT otenet.gr>
5719
5720         * src/SDCCmain.c (linkEdit): modifications only for pic16 port,
5721         add relFilesSet to $3, manipulate $2 to handle linking of object
5722         files without source files in command line,
5723         * device/include/pic16 (all headers): added ID location macros,
5724         * src/pic16/device.c (struct PIC16_device Pics16[]): added field
5725         entries for ID location bytes,
5726         * (pic16_assignIdByteValue): NEW,
5727         * src/pic16/device.h: new structures idRegInfo_t and idBytesInfo_t,
5728         added field dumpcalltree to pic16_options_t,
5729         * src/pic16/gen.c (genCmp): fixed bug case so a temporary register
5730         is used instead of pic16_Gstack_base_addr, check if (ifx) before
5731         emitting rFalseIfx label after check_carry label,
5732         * src/pic16/glue.c (PIC16_IS_IDLOC_ADDRESS, PIC16_IS_HWREG_ADDRESS,
5733         pic16_emitDIRegs), NEW
5734         * (pic16glue): dump .calltree file when option --calltree found,
5735         * src/pic16/main.c (OPTION _pic16_optionsTable): new option --calltree
5736         * (_pic16_genAssemblerPreamble): emit ID locations after
5737         configuration registers,
5738         * (pic16_linkCmd): modifications of the link command,
5739         * src/pic16/pcode.c (pic16_pciMOVFF): PCC_REGISTER replaces PCC_REGISTER2
5740         * (pic16_pCodeInitRegisters): don't init stack registers,
5741         * (pic16_findPrevInstruction): fixed bug,
5742         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): fixed
5743         bug with immediate registers,
5744         * (buildCallTree): traces stack push and pop,
5745         * (pct2): dump also stack usage for each function,
5746         * src/pic16/ralloc.c (dynrIdx): registers names start from 0x00
5747         * (pic16_allocDirReg): various modifications,
5748         * (pic16_typeRegWithIdx): when searching pic16_dynProcessorRegs set
5749         fixed to 1,
5750
5751 2004-07-02 Vangelis Rokas <vrokas AT otenet.gr>
5752
5753         * src/pic16/pcode.c: removed buggy double colon
5754
5755 2004-07-01 Borut Razem <borut.razem AT siol.net>
5756
5757         * support/scripts/sdcc.nsi: added include/pic16 to setup
5758
5759 2004-06-30 Vangelis Rokas <vrokas AT otenet.gr>
5760
5761         * device/lib/Makefile.in: fixed bug in target objects-pic16,
5762         * device/lib/pic16/Makefile: prefixed with dash (-) command under
5763         target 'clean',
5764         * doc/sdccman.lyx: changed version to 2.4.2 and added some port
5765         specific command line arguments. Also added sample lkr script
5766         for placing a variable at a specific memory bank.
5767         * src/pic16/device.c (pic16_dump_gsection): NEW, to dump variables
5768         at a specific memory bank,
5769         * (pic16_dump_isection): fixed bug which caused string literals to
5770         be omitted when dumping idata section,
5771         * (pic16_groupRegistersInSection): added code to handle registers
5772         in specific memory banks,
5773         * src/pic16/gen.c: labelOffset is prefixed with pic16_ and made
5774         public, all references are renamed too,
5775         * (pic16_aopGet): removed switch cases for AOP_R0,AOP_R1,AOP_DPTR,
5776         AOP_DPTR2,
5777         * (pic16_storeForReturn): added case to handle when dest is WREG,
5778         * src/pic16/genarith.c (pic16_pCodeOpSubType): NEW,
5779         * src/pic16/glue.c (pic16emitRegularMap): when adding a register in
5780         pic16_rel_udata, check to see if that register is marked as being
5781         a member of a specific memory bank,
5782         * (pic16_printIvalCharPtr): added code to add string literals either
5783         to code or the idata sections,
5784         * src/pic16/main.c (_process_pragma): added \n to WHITE constant,
5785         also accept the 'udata' pragma,
5786         * src/pic16/main.h: new structure types sectName and sectSym
5787         * src/pic16/pcode.c: added new pCodeInstruction entry for BANKSEL
5788         * (newpCodeOpBit): added PIC_OPTYPE subt in function prototype,
5789         * (pic16_findPrevInstruction): fixed, it returned nothing,
5790         * (insertBankSwitch): fixed to emit banksel/skip and skip/banksel
5791         instruction combinations,
5792         * (pic16_FixRegisterBanking): heavily reorganised,
5793         * (pic16_AnalyzeBanking): if generating banksel directives is
5794         disabled, then don't call FixRegisterBanking at all,
5795         * src/pic16/ralloc.c (bitEQUs, aliasEQUs, allDefsOutOfRange):
5796         completely removed,
5797         * (pic16_writeUsedRegisters): added call to pic16_dump_gsection
5798
5799 2004-06-29 Bernhard Held <bernhard AT bernhardheld.de>
5800
5801         * src/SDCCglue.c (printChar): fixed bug #973350, patch provided by
5802         Phuah Yee Keat <yk.phuah AT nestac.com>
5803
5804 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
5805
5806         * src/pic16/glue.c (pic16createInterruptVect): function now emits
5807         correctly the IVT even if it is relocated to some other location
5808
5809 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
5810
5811         * device/include/pic16/pic18fregs.h: added case for pic18f2220.h
5812         * device/include/pic16/pic18f2220.h: NEW,
5813         * device/lib/pic16/libdev/pic18f2220.c: NEW,
5814         * device/lib/pic16/libdev/Makefile: added 18f2220 in DEVS,
5815         * src/pic16/device.c (struct Pics16): added info for 18f2220,
5816         * src/pic16/device.h (struct pic16_options): added ivt_loc and
5817         nodefaultlibs, ivt_loc is the location of the interrupt vector
5818         table, and nodefaultlibs signs that default libraries should not be
5819         linked in link stage,
5820         * src/pic16/gen.c (genFunction): relocate interrupt vector functions
5821         according to --ivt-loc argument,
5822         * src/pic16/main.c (_process_pragma): emit '_stack' as public symbol
5823         when pragma stack is found,
5824
5825 2004-06-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5826
5827         * src/mcs51/peeph.def: added peepholes 182.d (return 0.0),
5828         256 (range check), 257 (do while), 258.a-f (bit banging
5829         f.e. on 3-wire SPI bus)
5830
5831 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5832
5833         * src/SDCClrange.c (findNextUseSym): fixed a live range bug with
5834         variables used exclusively within a loop
5835
5836 2004-06-21 Bernhard Held <bernhard AT bernhardheld.de>
5837
5838         * src/mcs51/gen.c (genCpl): quick fix for bug #974835
5839
5840 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5841
5842         * src/SDCClrange.c (computeClash): fixed bug #971834
5843
5844 2004-06-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5845
5846         * src/mcs51/gen.c (genCmp): fixed bug #975903
5847         * src/hc08/gen.c (operandsEqu),
5848         * src/ds390/gen.c (operandsEqu),
5849         * src/z80/gen.c (operandsEqu),
5850         * src/pic/gen.c (operandsEqu),
5851         * src/pic16/gen.c (operandsEqu),
5852         * src/mcs51/gen.c (operandsEqu): fixed bug #976283
5853         * src/SDCCmain.c (parseCmdLine): report --unknown-option only once
5854
5855 2004-06-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5856
5857         * src/SDCCcse.c (cseBBlock): fixed bug #966963
5858
5859 2004-06-12 Vangelis Rokas <vrokas AT otenet.gr>
5860
5861         * src/pic16/gen.c (genPointerGet): added E_INTERNAL_ERROR for
5862         default case in switch statement,
5863         * glue.c (pic16_initPointer): expr is initialised via decoarteType
5864         to eliminate problem with initialisation of pointers, but problem
5865         still exists,
5866         * (pic16_pointerTypeToGPByte): removed, no needed for pic16,
5867         * (emitStaticSegment): removed various lines emitting debug info,
5868         * src/pic16/pcode.c, src/pic16/pcode.h, src/pic16/ralloc.h:
5869         added processor registers for utilizing EEPROM,
5870         * src/pic16/pcode.c (pic16_emitDB): number of DBs emitted is not
5871         configurable and set 8
5872
5873 2004-06-08 Vangelis Rokas <vrokas AT otenet.gr>
5874
5875         * .version: increased version number to 2.4.2,
5876
5877         Cumulative patch for pic16 port
5878         * src/pic16/device.c: changed scheme to dump initial values for
5879         variables in idata segment, all print_idata* functions were removed,
5880         now the pic16_printIval* will be called,
5881         * src/pic16/glue.c: (pic16_initPointer, pic16_pointerTypeToGPByte,
5882         * _pic16_printPointerType, pic16_printPointerType,
5883         * pic16_printGPointerType, pic16_printIvalArray, pic16_printIvalStruct,
5884         * pic16_printIvalBitFields, pic16_printIvalFuncPtr, pic16_printIvalPtr:
5885         NEW, similar to the respective functions in SDCCglue.c,
5886         * src/pic16/pcode.c (pic16_emitDB, pic16_flushDB): reverted to old
5887         way, emitting hex bytes,
5888         * (pic16_emitDS): NEW, emits a string for pointer initialisation,
5889
5890 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5891
5892         * src/avr/ralloc.c (serialRegAssign),
5893         * src/xa51/ralloc.c (serialRegAssign),
5894         * src/pic/ralloc.c (serialRegAssign),
5895         * src/pic16/ralloc.c (serialRegAssign),
5896         * src/hc08/ralloc.c (serialRegAssign),
5897         * src/z80/ralloc.c (serialRegAssign),
5898         * src/ds390/ralloc.c (serialRegAssign),
5899         * src/mcs51/ralloc.c (serialRegAssign): fixed bug #964479
5900
5901 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5902
5903         * src/SDCCicode.c (geniCodeJumpTable): fixed bug #967601
5904         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug #966505
5905
5906 2004-06-07 Vangelis Rokas <vrokas AT otenet.gr>
5907
5908         Cumulative patch for pic16 port:
5909         * src/pic16/device.h (typedef PIC16_device) modified fields for
5910         defining microcontrollers,
5911         * src/pic16/device.c: added new info for all devices in Pics16 array,
5912         * src/pic16/gen.c (genPcall): fixed bug that caused the return label
5913         to be optimised out by the pCode optimiser,
5914         * src/pic16/glue.c (pic16emitRegularMap): treat implicit aggragates
5915         specially, bug reported by G.M. Gallant,
5916         * src/pic16/pcode.c (pic16_newpCodeLabelFORCE): NEW, marks a label
5917         as force'd so that cannot be optimised out by pCode optimiser,
5918         * src/pic16/pcode.c,
5919         * src/pic16/pcodepeeph.c,
5920         * src/pic16/pcoderegs.c: many modifications to re-enable peepholes,
5921         they are disabled by default, but can be enabled explicit with
5922         command argument --denable-peeps, for testing,
5923         * device/lib/pic16/startup/Makefile: added --no-peep,--pomit-config-words,
5924         --pomit-ivt in COMPILE_FLAGS
5925
5926 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
5927
5928         * src/pic16/pcode.c (pic16_emitDB): removed double semicolon which fails
5929           compilation on MSVC
5930
5931 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
5932
5933         * device/include/sab80515.h: added sfr P6, changed GPL to LGPL
5934
5935 2004-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5936
5937         device/include/sab80515.h: fixed bug #967492, DAPR is defined at adress
5938         0xd8, but the correct adress is 0xda. Thanks to anonymous for reporting
5939
5940 2004-06-06 Vangelis Rokas <vrokas AT otenet.gr>
5941
5942         * src/pic16/device.c (pic16_assignConfigWord): fixed bug that
5943         would only assign 0x300001 register.
5944
5945 2004-06-05 Vangelis Rokas <vrokas AT otenet.gr>
5946
5947         * device/lib/pic16/startup/Makefile: added $(MODELFLAGS)
5948         in COMPILE_FLAGS. Thanks to G. Gallant for report.
5949
5950 2004-06-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5951
5952         * doc/sdccman.lyx: minor changes, mentioned beta vendor support
5953         for ds80c400
5954         * src/mcs51/peeph.def: ran unexpand -a over peeph.def
5955         * src/mcs51/peeph.def: removed obsolete peephole 100.a,
5956         added peephole 254 (left shift), 255 (jump table)
5957
5958 2004-06-04 Vangelis Rokas <vrokas AT otenet.gr>
5959
5960         * device/lib/Makefile.in: removed comment line with model-pic16,
5961         * (target port-specific-objects-pic16): the libraries and objects
5962         are copied to the build directory form the device/lib/pic16/bin
5963         directory
5964
5965         Cumulative patch concerning pic16 port:
5966         * library directory has been re-organized,
5967         * added support for PIC18F1220,
5968         * added headers and library sources for chips 18f1220,18f6520,
5969         18f6620,18f6680,18f6720,18f8520,18f8620,18f8680,18f8720
5970
5971         * configuration registers setting has changed, now each supported
5972         device has a complete description of the registers it uses,
5973         * all initialisations are moved to idata sections, these section
5974         can be absolute or relocatable,
5975         * fixed initialisation of codespace variables,
5976         * fixed warning about PCLATU and gpsim,
5977         * src/pic16/gen.c (genCmp): now can handle partially iCodes with no ifx,
5978         * (genAssign): use table reads when assigning from variables in codespace,
5979         * src/pic16/glue.c (pic16emitStaticSeg): fixed to correctly initialise
5980         char/int variables placed in codespace,
5981         * (pic16_emitConfigRegs): NEW, emits a list with configuration
5982         registers set in .asm file, no need for --pomit-config-words anymore,
5983         * (pic16glue): some 8051 legacy segments are commented out
5984         (to be removed completely),
5985         * added support for alternative assembler and linker with --asm=
5986         and --link= command line arguments,
5987         * peepholes are disabled automatically in the port, no need to
5988         specify on command line,
5989         * port supports natively char/int/long multiplication, but converts
5990         all divisions to support functions,
5991         * main.c: pic16_linkCmd and pic16_asmCmd changed to force output
5992         to the file set in variable $2,
5993         * pcode.c (pic16_emitDB, pic16_flushDB): modified to print printable
5994         strings in ASCII format and not in hex,
5995         * ralloc.c (serialRegAssign): added a triplet of conditional calls
5996         to pic16_allocDirReg for IC_RESULT, IC_LEFT and IC_RIGHT so to
5997         allocate proper register if iCodes aren't temporary,
5998
5999 2004-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
6000
6001         * support/regression/tests/zeropad.c: added TEST_G macro for alpha
6002
6003 2004-06-02 Vangelis Rokas <vrokas AT otenet.gr>
6004
6005         * src/pic16/gen.c (genPcall): warning about gpsim and PCLATU
6006         is commented out
6007
6008 2004-06-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6009
6010         * src/hc08/gen.c (genPointerGetSetOfs): disabled optimization if
6011         computed address is reused
6012         * src/hc08/gen.c (genPackBits): fixed offsets in assignments to
6013         multi-byte bitfields
6014
6015 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
6016
6017         * src/z80/gen.c: (genArrayInit): must check for pointers too
6018
6019 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
6020
6021         * support/regression/tests/zeropad.c: never meant to commit the
6022           nestedstruct test: removed, added check for GCC version
6023
6024 2004-05-31 Maarten Brock <sourceforge.brock AT dse.nl>
6025
6026         * src/SDCCast.c (createIvalArray): fixed bug 770487 SIGSEGV
6027         * src/SDCCglue.c (emitRegularMap): fixed bug 770484 allocation problem
6028         * src/SDCCglue.c (initPointer, printIvalType, printIvalStruct,
6029           printIvalArray, printIvalFuncPtr, printIvalPtr, printIval): fixed
6030           bugs 928906 and 954082 half-empty initializers
6031         * src/SDCCsymt.h,
6032         * src/SDCCsymt.c (getAllocSize): added for above fix
6033         * src/z80/gen.c (genArrayInit): fixed bug 741044
6034         * support/regression/tests/zeropad.c: added tests
6035
6036 2004-05-30 Vangelis Rokas <vrokas AT otenet.gr>
6037
6038         * src/pic16/device.c (pic16_dump_section): corrected bug which
6039         caused some symbols of the libraries to be misplaced
6040
6041 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
6042
6043         * src/pic16/glue.c,
6044         * src/pic16/ralloc.h,
6045         * src/pic16/ralloc.cc: prefixed IS_CONFIG_ADDRESS with PIC16_
6046         to fix conflict with pic port
6047
6048 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
6049
6050         * src/pic16/glue.c (pic16emitStaticSeg): do not print as publics or
6051         externs configuration variables,
6052         * src/pic16/ralloc.h,
6053         * src/pic16/ralloc.cc: IS_CONFIG_ADDRESS is made public and added
6054         prototype in header, commented out some debug messages
6055
6056 2004-05-26 Vangelis Rokas <vrokas AT otenet.gr>
6057
6058         * src/pic16/glue.c,
6059         * src/pic16/main.c,
6060         * src/pic16/pcode.c: added gpasm directives #FILE/#LINE
6061         for gpasm COFF object generation. Thanks to D. Hawkins for
6062         his patch info
6063
6064 2004-05-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6065
6066         * src/ds390/main.c,
6067         * src/mcs51/main.c: fixed sort order of mnemonics (thanks to Maarten
6068         Brock for spotting this)
6069         * src/ds390/gen.c (genEndFunction),
6070         * src/mcs51/gen.c (genEndFunction): always save psw if function is an
6071         interrupt handler and critical. Disable push/pop optimizations when
6072         peephole optimizations disabled.
6073
6074 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
6075
6076         Updated pic16 library sources and headers.
6077         * device/lib/pic16/pic18f*/ ,
6078         * device/include/pic16/*.h: modified to handle structured SFR
6079         definitions
6080
6081 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
6082
6083         * src/port.h (PORT structure): added hook initPaths, now each
6084         port can declare its own default search paths,
6085         which can been seen with the --print-search-dirs option,
6086         see pic16 port for example,
6087         * src/SDCCmain.c (setBinPaths, setIncludePaths, setLibPath,
6088         setDataPaths): test to options.printSearchDirs is ifdef'ed out,
6089         * (doPrintSearchDirs): NEW, replaces in a central manner the
6090         printing of search dirs which was split in set*Paths functions,
6091         * (main): added call to port->initPaths and doPrintSearchDirs,
6092         * src/avr/main.c,
6093         * src/ds390/main.c,
6094         * src/hc08/main.c,
6095         * src/izt/i186.c,
6096         * src/izt/tlcs900h.c,
6097         * src/mcs51/main.c,
6098         * src/pic/main.c,
6099         * src/pic16/main.c: modified port structures to reflect addition of
6100         initPaths hook,
6101
6102         * src/pic16/device.c (regCompare): registers are finally sorted by name,
6103         * (pic16_dump_section): for registers in same address reserve memory once,
6104         * src/pic16/device.h (struct PIC16_device): changed variable gen_banksel
6105         to no_banksel,
6106         * src/pic16/genarith.c (pic16_genPlus): added code to handle cases where
6107         result is greater in size than right or left,
6108         * (pic16_genUMult8X8_8): there are some cases where the result can
6109         be 16 bits size, so handle these,
6110         * src/pic16/gen.c: changed some pic16_emitpcomment to DEBUGpic16_emitcode,
6111         * (pic16_outBitC): modified to emit pcodes,
6112         * (pic16_storeForReturn): using is_LitOp to see if operand is literal
6113         or not,
6114         * (genDivOneByte): implemented algorithm to divide 8-bits,
6115         * (genCmp): uncommented goto, but issues still exist,
6116         * (genAnd): fixed a bug with variables >8bits,
6117         * (genPackBits): optimization added that uses BCF/BSF to change a
6118         single bit,
6119         * (genAssign): fixed bug when assigning floating point literals,
6120         * src/pic16/glue.c (pic16glue): added assembler directive 'code' before
6121         __sdcc_gsinit_startup label,
6122         * src/pic16/main.c (_pic16_init): removed search directory
6123         initialisations,
6124         * (_pic16_initPaths): NEW, used to initialise search directories,
6125         * (_hasNativeMulFor): support functions for all except char/int
6126         multiplication, and char division,
6127         * (PIC16_port struct): modified entry for native mul support,
6128         * src/pic16/pcode.c (insertBankSwitch): modified to support the renamed
6129         no_banksel option,
6130         * (buildCallTree): call to register_usage is ifdef'ed out,
6131
6132 2004-05-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6133
6134         * device/include/string.h: applied Stas Sergeev's patch to make this
6135         header file compatible with the preprocessor -Wundef option
6136         * src/SDCCmain.c (main): abort compilation if preprocessor reports
6137         failure (fixes bug #941458)
6138
6139 2004-05-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6140
6141         * src/SDCCopt.c (killDeadCode): fixed bug #907733
6142         * support/Util/SDCCerr.c: reworded E_AUTO_ASSUMED diagnostic to clarify
6143         that the variable, not the function, should be static
6144         * src/SDCCval.c (valCastLiteral): fixed bit initialization from literal
6145         to be consistent with non-literal case
6146
6147 2004-05-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6148
6149         * src/SDCCast.c (isConformingBody): fixed bug #949967
6150         * src/SDCCopt.c (cnvToFcall, cnvToFloatCast, cnvFromFloatCast,
6151         convilong): fixed bug #952086
6152
6153 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6154
6155         * src/SDCCmem.c (allocVariables): fixed bug #955321
6156
6157 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6158
6159         * src/hc08/main.c (_hc08_genAssemblerEnd),
6160         * src/SDCCdwarf2.c (dwOpenFile, dwCloseFile, dwWriteFunction,
6161         dwWriteModule, dwWriteCLine, dwWriteALine, dwarf2FinalizeFile):
6162         completely eliminated the use of a temporary file
6163         * src/SDCCdwarf2.c (dwWriteAttr): fixed bug with location list offset
6164         when more than one file linked
6165         * src/SDCCloop.c (pointerAssigned): fixed bug #954163
6166
6167 2004-05-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6168
6169         * src/SDCCval.c (valForArray): applied Maarten Brock's patch #947682
6170         which fixes bug #543481
6171         * support/regression/tests/bug-751703.c: fixed comments left from a
6172         cut and paste error
6173         * src/SDCCdwarf2.c (dwCloseFile): don't explicitly close a temp file
6174         * src/SDCCdwarf2.c (dwTagFromType): added bitfield support
6175         * src/SDCCdwarf2.c (dwWriteSymbolInternal): handle extern within local
6176         scopes
6177         * src/SDCCdwarf2.c (dwWriteLineNumber): line number deltas are signed
6178         * src/SDCCmain.c (processFile, parseCmdLine): non-alphanumeric chars
6179         are now changed to underscores in moduleName
6180
6181 2004-05-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6182
6183         * as/mcs51/lkmem.c: better fix for bug #954173
6184
6185 2004-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
6186         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6187
6188         * device/include/c8051f020.h: newly added SiLabs (Cygnal) header file
6189         * device/include/c8051f000.h,
6190         * device/include/c8051f120.h,
6191         * device/include/c8051f300.h,
6192         * device/include/c8051f310.h,
6193         * device/include/c8051f320.h: updated (added _XPAGE, CAPN, CAPP,
6194         PWM16) and detab'ed
6195
6196 2004-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6197
6198         * doc/sdccman.lyx: mentioned sourceforge's delay between web frontend
6199         and mailing lists, doc'ed --no-peep-comments, removed reference
6200         to knoppix (newest version has no LyX/LaTeX), other minor changes
6201         * src/SDCCglue.c (glue): save 2 bytes stack space with
6202         option --main-return. The ljmp could probably be avoided too
6203
6204 2004-05-14 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6205
6206         * as/mcs51/lkmem.c, as/mcs51/lkaomf51: fixed bug 954173
6207
6208 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6209
6210         * src/SDCCsymt.h: added IS_AUTO(symbol) test macro
6211         * src/SDCCopt.c (isLocalWithoutDef),
6212         * src/SDCCicode.c (operandFromSymbol): use the IS_AUTO test macro
6213         which adds a !IS_EXTERN codition. Fixes bugs #877426 and #751703.
6214         (credit to Maarten Brock for patch #949363, on which this is based)
6215         * support/regression/tests/bug-751703.c: some test cases of extern used
6216         within inner scopes.
6217
6218 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6219
6220         * src/SDCCdwarf2.c (dwMatchTypes): structs must have matching
6221         SPEC_STRUCT
6222         * src/SDCCdwarf2.c (dwTagFromType): fix to handle recursive
6223         struct definitions
6224         * src/SDCCdwarf2.c (dwWriteModule, dwNewDebugSymbol, dwWriteEndFunction,
6225         dwWriteLabel): fix to create valid debugger symbols even when
6226         the module name has non-alphanumeric symbols in it
6227         * src/SDCCdwarf2.c (dwWriteSymbolInternal): better detection for
6228         when a variable's allocation has been optimized away
6229
6230
6231 2004-05-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6232
6233         * src/hc08/gen.c (hc08_emitDebuggerSymbol),
6234         * src/hc08/main.c,
6235         * src/mcs51/gen.c (mcs51_emitDebuggerSymbol),
6236         * src/mcs51/main.c,
6237         * src/ds390/gen.c (ds390_emitDebuggerSymbol),
6238         * src/ds390/main.c,
6239         * src/z80/gen.c (z80_emitDebuggerSymbol),
6240         * src/z80/main.c,
6241         * src/pic/gen.c (pic14_emitDebuggerSymbol),
6242         * src/pic/main.c,
6243         * src/pic16/gen.c (pic14_emitDebuggerSymbol),
6244         * src/pic16/main.c,
6245         * src/avr/gen.c (avr_emitDebuggerSymbol),
6246         * src/avr/main.c,
6247         * src/xa51/gen.c (xa51_emitDebuggerSymbol),
6248         * src/xa51/main.c,
6249         * src/SDCCdebug.c (emitDebuggerSymbol),
6250         * src/SDCCdebug.h,
6251         * src/port.h: added a debugger struct to the port struct. Added a
6252         callback for defining debugger symbols
6253
6254         * src/SDCCast.c (createLabel),
6255         * src/SDCC.y (labeled_statement): mark all compiler generated labels
6256         with isitmp = 1
6257         * src/SDCCicode.h,
6258         * src/SDCCicode.c (geniCodeFunctionBody): added a link from the FUNCTION
6259         iCode back to the ast for the function
6260
6261         * src/hc08/ralloc.c (hc08_assignRegisters),
6262         * src/hc08/ralloc.h: define a regs struct for the stack pointer. Removed
6263         unneeded fields from the regs struct.
6264         * src/hc08/gen.c (transferRegReg, genFunction, genEndFunction): use the
6265         pushReg() & pullReg() functions instead of emitcode()
6266
6267         * src/hc08/gen.c (genLabel, genhc08Code),
6268         * src/SDCCdebug.h: Added additional debugger hooks needed for DWARF
6269
6270         * src/cdbFile.c (cdbWriteLabel, cdbWriteScope): Added stubs for unneeded
6271         debugger hooks
6272
6273         * src/hc08/gen.c (genEndFunction, genhc08Code),
6274         * src/hc08/gen.h,
6275         * src/mcs51/gen.c (genEndFunction, gen51Code),
6276         * src/mcs51/gen.h,
6277         * src/ds390/gen.c (genEndFunction, gen390Code),
6278         * src/ds390/gen.h,
6279         * src/z80/gen.c (genEndFunction, genZ80Code),
6280         * src/z80/gen.h,
6281         * src/z80/z80.h,
6282         * src/pic/gen.c (genEndFunction, genpic14Code),
6283         * src/pic/gen.h,
6284         * src/pic16/gen.c (genEndFunction, genpic16Code),
6285         * src/pic16/gen.h,
6286         * src/avr/gen.c (genEndFunction, genAVRCode),
6287         * src/avr/gen.h,
6288         * src/xa51/gen.c (genEndFunction, genXA51Code),
6289         * src/xa51/gen.h,
6290         * src/cdbFile.c (cdbWriteFunction, cdbWriteEndFunction): moved cdb
6291         specific code to cdbFile.c and out of the backend code generators
6292
6293         * as/hc08/lkmain.c (main): removed OMF51 support from link-hc08
6294         * as/hc08/lkarea.c (lnkarea): areas with NOLOAD attribute default
6295         starting address is now 0
6296
6297         * as/hc08/asm.h,
6298         * as/hc08/m08pst.c,
6299         * as/hc08/asmain.c (asmbl): implemented the .sleb128 and .uleb128
6300         assembler directive for DWARF support
6301         * as/hc08/lkelf.c (elf): only increment address when rtflg[] set
6302
6303         * src/src.dsp,
6304         * src/Makefile.in,
6305         * src/SDCCdwarf2.c: preliminary DWARF (ver 2) debugger data generator
6306
6307 2004-05-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6308
6309         * src/hc08/gen.c (genJumpTab, emitcode, genhc08code): fixed stack error
6310         and inappropriate peephole optimization in jump tables
6311
6312 2004-04-30 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6313
6314         * as/hc08/m08pst.c,
6315         * src/SDCCglue.c: sdccopt works for the hc08 port now
6316
6317 2004-04-27 Bernhard Held <bernhard AT bernhardheld.de>
6318
6319         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): fixed bug #942130
6320
6321 2004-04-27 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6322
6323         * as/hc08/lkelf.c: sdccconf.h is not available in WIN32
6324
6325 2004-04-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6326
6327         * src/SDCCpeeph.c (replaceRule): support empty replacement peephole
6328         rules
6329         * src/SDCCmain.c,
6330         * src/SDCCglobl.h,
6331         * src/SDCCpeeph.c (getPeepLine): new option --no-peep-comments omits
6332         comments from the peephole optimizer replacement rules
6333         * src/SDCCmem.c (printAllocInfoSeg): give actual location of spilled
6334         symbols
6335         * src/SDCCcse.c (updateSpillLocation),
6336         * src/SDCCopt.c (killDeadCode, findReqv): better tracking of register
6337         equivalents
6338         * src/hc08/ralloc.c (regTypeNum): pseudo symbols must be in DATA only
6339         * src/hc08/main.c (_hc08_finaliseOptions): made pointers to stack
6340         objects far pointers
6341
6342 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6343
6344         * src/SDCCsymt.h: a missing part of my last change
6345         * src/pic/ralloc.c (regTypeNum),
6346         * src/pic16/ralloc.c (regTypeNum): fixed statement/declaration order
6347
6348 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6349
6350         * src/SDCCicode.h,
6351         * src/SDCCicode.c (aggrToPtrDclType),
6352         * src/SDCCptropt.h,
6353         * src/SDCCptropt.c (ptrBaseRematSym, ptrPseudoSymSafe,
6354         ptrPseudoSymConvert),
6355         * src/pic/ralloc.c (regTypeNum),
6356         * src/pic16/ralloc.c (regTypeNum),
6357         * src/hc08/ralloc.c (regTypeNum),
6358         * src/ds390/ralloc.c (regTypeNum),
6359         * src/mcs51/ralloc.c (regTypeNum): check for dependancy hazards before
6360         creating pseudo symbols (fixed bugs #777768, #930484, and #933966)
6361
6362 2004-04-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6363
6364         * link/z80/lkmain.c (afile),
6365         * as/hc08/lkmain.c (afile),
6366         * as/mcs51/lkmain.c (afile): fix suggested by Maarten Brock to
6367         prevent a pointer problem when a filename has no directory and
6368         no extension specified.
6369
6370 2004-04-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6371
6372         * link/z80/lkmain.c (afile): allow periods in directory names
6373         * link/z80/lkmain.c (afile),
6374         * as/mcs51/lkmain.c (afile),
6375         * as/hc08/lkmain.c (afile): allow linker script file to have an
6376         extension other than ".lnk"
6377         * link/z80/lklex.c (getfid),
6378         * link/z80/lkmain.c (parse),
6379         * as/mcs51/lklex.c (getfid),
6380         * as/mcs51/lkmain.c (parse),
6381         * as/hc08/lklex.c (getfid),
6382         * as/hc08/lkmain.c (parse): Support comments in the linker script
6383         file on lines by themselves and after filenames
6384
6385 2004-04-20 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6386
6387         * as/link_hc08.dsp: Added as/hc08/lkelf.c to project.
6388
6389 2004-04-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6390
6391         * src/z80/peeph-z80.def: removed some peephole rules that don't
6392         work with multibyte arithmetic (fixed bug #937126)
6393         * src/mcs51/peeph.def: fixed peephole rules 150-158 to apply only
6394         to registers and not global variables
6395         * src/SDCCicode.c (geniCodeAssign, ast2iCode, geniCodePostInc,
6396         geniCodePreInc, geniCodePostDec, geniCodePreDec,
6397         geniCodeLogicAndOr, geniCodeConditional): enforce strict lvalue
6398         checking for assignments not internally generated (fixed bug #931895)
6399         * src/SDCC.y (postfix_expr): ignore typedefs when looking for a
6400         structure member (fixed bug #930072)
6401
6402 2004-04-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6403
6404         * src/SDCCmain.c (linkEdit),
6405         * src/hc08/main.c (_hc08_parseOptions),
6406         * as/hc08/Makefile.in,
6407         * as/hc08/aslink.h,
6408         * as/hc08/asm.h,
6409         * as/hc08/m08pst.c,
6410         * as/hc08/lkrloc.c (relr, rele),
6411         * as/hc08/lkarea.c (lnkarea)
6412         * as/hc08/lkmain.c (afile, parse),
6413         * as/hc08/lkelf.c: support for ELF output
6414         * as/hc08/lks19.c (s19),
6415         * as/hc08/lkihx.c (ihx): ignore areas with the NOLOAD attribute
6416
6417 2004-04-17 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6418
6419         * as/mcs51/lkihx.c: Fixed bug #899105.
6420
6421 2004-04-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6422
6423         * doc/sdccman.lyx: Added instructons on how to convert MSVC .dsw and
6424         .dsp files from Unix to DOS.
6425
6426 2004-04-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6427
6428         * doc/sdccman.lyx: removed the ANSI-C noncompliance note regarding
6429         function pointers; we have been compliant for several months now.
6430         * src/mcs51/ralloc.c (serialRegAssign): enabled part of my 2004-04-13
6431         change that was accidently commented out
6432         * src/mcs51/gen.c (freeAsmop, getFreePtr, freeForBranchAsmop, genIfxJump,
6433         genCmpEq, jmpTrueOrFalse, genCmp, genAnd, genOr, genXor, genIfx): fixed
6434         bug #922319
6435
6436 2004-04-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6437
6438         * src/hc08/gen.c: output of all of the internal debugging information
6439         is now controlled by the D() macro; it is disabled by default
6440
6441 2004-04-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6442
6443         * src/mcs51/ralloc.c (serialRegAssign, fillGaps, allocThisReg): try
6444         harder to keep the same registers during a CAST iCode
6445         * src/SDCCopt.c (optimizeCastCast, eBBlockFromiCode): casts of char to
6446         long via int can be done in a single cast, if the signedness is
6447         correct.
6448         * support/regression/tests/bug-927659.c: fixed to avoid conflict with
6449         putchar() in tinibios.c in ds390's library
6450
6451 2004-04-12 Bernhard Held <bernhard AT bernhardheld.de>
6452
6453         * src/SDCCast.c (decorateType): fixed bug #898889,
6454         cast result of a literal complement too
6455         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #930931,
6456         fixed check for bitfields
6457
6458 2004-04-11 Bernhard Held <bernhard AT bernhardheld.de>
6459
6460         * src/SDCCicode.c (geniCodeLogic): made it static,
6461         (geniCodeLogicAndOr): added in order to fix bug #905492,
6462         (ast2iCode): fixed bug #905492
6463         * support/regression/tests/bug-905492.c: added
6464         * src/SDCCast.c (decorateType): don't decorate/process parms twice,
6465         (processParms): fixed bug #927659: don't copy parms, this will clear
6466         decorated flag
6467         * support/regression/tests/bug-927659.c: added
6468
6469 2004-03-29 Bernhard Held <bernhard AT bernhardheld.de>
6470
6471         * src/SDCCast.c (addCast): don't cast float to char
6472         * device/lib/libsdcc.lib: added _memmove
6473
6474 2004-03-28 Bernhard Held <bernhard AT bernhardheld.de>
6475
6476         * device/lib/large/Makefile: fixed parallel execution by
6477         replacing `make` by `$(MAKE)`
6478
6479 2004-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6480
6481         * src/hc08/gen.c (genPointerGetSetOfs): correctly handle 1 byte array
6482         offsets (fixes bug #923936)
6483
6484 2004-03-26 Bernhard Held <bernhard AT bernhardheld.de>
6485
6486         * device/lib/small/Makefile: fixed parallel execution by
6487         replacing `make` by `$(MAKE)`
6488
6489 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
6490
6491         * device/lib/vprintf.c (vsprintf): minor optimization, see bug #801101
6492
6493 2004-03-23  Scott Dattalo  <scott AT dattalo.com>
6494
6495         * src/pic/gen.c (genCpl): multi-byte complements were not working.
6496         * src/regression/Makefile: Regression test was not running.
6497
6498 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
6499
6500         * src/SDCCast.c (resultTypePropagate, decorateType): avoid promotion to int for
6501         complement if possible
6502         * src/SDCCval.c (valComplement),
6503         * src/SDCCicode.c (operandOperation): fixed complement of literal
6504         * support/regression/tests/onebyte.c (testComplement): added
6505
6506 2004-03-22 Bernhard Held <bernhard AT bernhardheld.de>
6507
6508         * src/SDCCast.c (processParms): fixed bug #920866; decorateType() can
6509         return an optimized tree; actually replace actParm with the new tree
6510         * src/SDCCast.h: added some parantheses to remove side effects
6511         * support/regression/tests/bug-920866.c
6512
6513 2004-03-21  Scott Dattalo  <scott AT dattalo.com>
6514         * src/pic/gen.c, src/pic/gen.h, src/pic/genarith.c, src/pic/pcode.c:
6515         Bit operands were not being handled properly in the pic14 port.
6516         (now src/regression/add.c passes again).
6517
6518 2004-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6519
6520         * src/SDCC.y (labeled_statement): case and default no longer require
6521         a following statement (RFE #893037)
6522
6523 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6524
6525         * src/mcs51/gen.c (pushSide, genSignedRightShift, genDjnz, geniPush):
6526         use MOVA macro to avoid "mov a,acc" when peephole optimizer is
6527         disabled (fixes bug #916294)
6528         * sim/ucsim/s51.src/mov.cc (inst_mov_a_addr): Throw an error on
6529         "mov a,acc"; patch provided by Lenny Story
6530         * device/include/mc68hc908gp32.h: header contibuted by Juan Gonzalez
6531
6532 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6533
6534         * src/mcs51/gen.c (genFunction): optimize RECEIVE in reentrant
6535         functions
6536         * src/ds390/gen.c (genFunction, genEndFunction),
6537         * src/ds390/ralloc.c (ds390_assignRegisters),
6538         * src/mcs51/gen.c (genFunction, genEndFunction, mcs51_assignRegisters):
6539         * src/mcs51/ralloc.c (mcs51_assignRegisters): Skip optimizing registers
6540         pushed if there are parameters passed on the stack. Also, a cleaner
6541         way to decide if r0/r1 should be pushed/popped. (Together they fix
6542         bug #918693)
6543
6544 2004-03-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6545
6546         * doc/sdccman.lyx,
6547         * device/lib/mcs51/crtpagesfr.asm,
6548         * device/lib/mcs51/crtxinit.asm,
6549         * device/lib/mcs51/crtxstack.asm: Changed name of _PAGESFR to _XPAGE
6550         to avoid confusion with Si Lab's SFRPAGE register.
6551
6552 2004-03-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6553
6554         * src/SDCCglue.c (emitMaps): allow public sfr variables
6555         * src/SDCCglue.c (initialComments): include compiler build date
6556         with compiler version and put the timestamp of the generated
6557         assembly file on a serperate line to be less confusing.
6558         * src/port.h: added genInitStartup hook
6559         * src/avr/main.c,
6560         * src/ds390/main.c,
6561         * src/hc08/main.c,
6562         * src/pic/main.c,
6563         * src/pic16/main.c,
6564         * src/xa51/main.c,
6565         * src/z80/main.c: genInitStartup initialize as NULL (default to
6566         historical behaviour)
6567         * src/SDCCglue.c (glue): _sdcc_gsinit_startup is now port specific.
6568         * src/mcs51/main.c: (_mcs51_genInitStartup, _mcs51_genExtraAreas,
6569         _mcs51_genXINIT, _mcs51_genRAMCLEAR): link initialization code from the
6570         library instead of hard coding it into the compiler.
6571         * support/regression/ports/mcs51-stack-auto/spec.mk,
6572         * src/SDCCmain.c (linkEdit): added mcs51.lib to the link libraries
6573         * device/lib/mcs51/Makefile,
6574         * device/lib/small/Makefile,
6575         * device/lib/large/Makefile,
6576         * device/lib/mcs51/crtpagesfr.asm,
6577         * device/lib/mcs51/crtstart.asm,
6578         * device/lib/mcs51/crtxclear.asm,
6579         * device/lib/mcs51/crtxinit.asm,
6580         * device/lib/mcs51/crtclear.asm,
6581         * device/lib/mcs51/crtxstack.asm: move most of the mcs51 C runtime
6582         startup/initialization out of src/SDCCglue.c and src/mcs51/main.c
6583         and into user configurable files.
6584         * device/lib/clean.mk: clean mcs51 directory too
6585         * support/regression/tests/longlit.c: added static to T1 declaration
6586         * doc/sdccman.lyx: documented _PAGESFR sfr for customizing pdata
6587         accesses in the initialization code
6588
6589 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6590
6591         * device/include/mc68hc908qy.h: corrected declarations of FLBPR and
6592         OSCTRIMVAL as noted in bug #916008
6593
6594 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6595
6596         * src/SDCCloop.c (basicInduction): fixed bug with loop induction
6597         in loops with multiple exits (reported as incorrect registers
6598         used by Martin Helmling in Sdcc-user list)
6599
6600 2004-03-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6601
6602         * src/ds390/main.c (_ds390_genAssemblerPreamble): cosmetic change,
6603         made ds390 register extensions look less like error messages
6604
6605 2004-03-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6606
6607         * src/SDCCglue.c (printIvalPtr): fixed bug with pointer initializer
6608         reported by Adam Wozniak in Sdcc-user list
6609
6610 2004-03-10 Bernhard Held <bernhard AT bernhardheld.de>
6611
6612         * src/SDCCast.c (decorateType): fixed with bug and promotion in
6613         arithmetic optimizations, added debug output
6614
6615 2004-03-09 Bernhard Held <bernhard AT bernhardheld.de>
6616
6617         * device/lib/time.c (mktime): fixed bug reported by Bert Thomas
6618         * sdcc.spec: updated and split sdcc into 3 rpms
6619         * src/SDCCast.c (decorateType): &|^ don't need addCast(); addCast() is
6620         needed for literals of LEFT_OP and '+'
6621         * src/SDCCicode.c (geniCodeLogic): I must have been braindead when I
6622         introduced RESULT_TYPE_NOPROM
6623         (geniCodeMultiply): fixed logic for decision if mul is optimized to
6624         left shift
6625         * src/SDCCsymt.c (computeType): op is int; added RESULT_TYPE_OTHER;
6626         limited promotion to int only for '*'
6627         * src/SDCCsymt.h (computeType): op is int, removed RESULT_TYPE_NOPROM
6628
6629 2004-03-09 Hans Dorn <hjdorn AT users.sourceforge.net>
6630
6631         * src/pic16/gen.c (genSkip),
6632         (genc16bit2lit), (gencjneshort): commented out
6633         (is_LitOp): new helper function, checks operand type
6634         (genCmpEq): rewritten
6635
6636 2004-03-08 Bernhard Held <bernhard AT bernhardheld.de>
6637
6638         * support/regression/tests/bug-908454.c: added
6639
6640 2004-03-07 Bernhard Held <bernhard AT bernhardheld.de>
6641
6642         * src/SDCCast.c (addCast): fixed bug #908454 by promoting bits to char
6643         * src/SDCCicode.c (usualBinaryConversions): op needs int type
6644         (geniCodeCast): cosmetic, don't preserve bit storage class
6645         (geniCodeLeftShift): added promotion
6646         (geniCodeLogic): fixed regression
6647         * src/SDCCsymt.c (computeTypeOr): accept bits too
6648         (compareType): 2nd part of fix for bug #908454, needed for bitfields
6649
6650 2004-03-07  Borut Razem <borut.razem AT siol.net>
6651
6652         * support/Util/findme.c: alloca() replaced with malloc()/free() pair
6653
6654 2004-03-06 Vangelis Rokas <vrokas AT otenet.gr>
6655
6656         * src/pic16/ralloc.c (pic16_genPackRegisters): reverted to old
6657         version of pic16_genPackRegisters which does not check if ic is a
6658         CAST operator,
6659         * src/pic16/gen.c (ifxForOp): disabled new and untested code in
6660         function cause string1.c regression test fails
6661
6662 2004-03-06 Bernhard Held <bernhard AT bernhardheld.de>
6663
6664         * sim/ucsim/configure.in,
6665         * sim/ucsim/configure,
6666         * sim/ucsim/doc/Makefile.in: use docdir
6667         * src/SDCC.y: fixed sbit atrributes
6668         * src/SDCCast.c (getResultTypeFromType): added support for bitfields
6669         * src/SDCCast.c (decorateType): |^& need special promotion handling
6670         * src/SDCCast.h,
6671         * src/SDCCsymt.h: moved definition of RESULT_TYPE
6672         * src/SDCCsymt.h (computeType),
6673         * src/SDCCicode.c: computeType() needs op
6674         * src/SDCCsymt.c (checkTypeSanity),
6675         * doc/sddman.lyx: "plain" bitfields are unsigned
6676         * src/SDCCsymt.c (computeTypeOr): added
6677         * src/SDCCsymt.c (computeType): added support for bitfields, fixed
6678         |^& ops
6679         * src/SDCCval.c (val*): computeType() needs op
6680         * src/SDCCval.c (valCastLiteral): fixed casting of bitfields
6681         * support/regression/tests/onebyte.c: added tests for |^&
6682
6683 2004-03-06 Hans Dorn <hjdorn AT users.sourceforge.net>
6684
6685         * src/pic16/gen.c: (genpic16Code) use copy of printILine's output
6686         for writing icode into asm output.
6687
6688 2004-03-05 Vangelis Rokas <vrokas AT otenet.gr>
6689
6690         * src/pic16/device.c: added some debug lines enabled
6691         with macro DEBUG_CHECK,
6692         * src/pic16/genarith.c: more debug in genPlus,
6693         * (pic16_genUMult8XLit_16, pic16_genUMult8X8_16): removed,
6694         * (pic16_genUMult16X16_16, pic16_genUMult16XLit_16): NEW,
6695         * src/pic16/gen.c: added prototypes for pic16_genMult16X16_16,
6696         * (aopForSym): onStack symbols are re-placed in data memspace,
6697         and onStack flag is cleared,
6698         * (pic16_popGetTempReg, pic16_popReleaseTempReg): modified to
6699         copy temporary pcodeop,
6700         * (genPcall): added warning for not updating PCLATU,
6701         * (genFunction): removed test with IFFUNC_CALLEESAVES, its
6702         always true for pic16 port,
6703         * (genMultOneWord): NEW, supports integer multiplication,
6704         * (genMult): modified to call genMultOneWord,
6705         * (ifxForOp): added warning when return NULL,
6706         * src/pic16/glue.c (pic16emitRegularMap): symbol implicit
6707         flag is set before call to operandFromSymbol for implicit
6708         added structures,
6709         * src/pic16/main.c (_pic16_finaliseOptions): options.float_rent,
6710         options.intlong_rent are set by default,
6711         * (_hasNativeMulFor): modified to allow port generation of integer
6712         multiplication,
6713         * src/pic16/ralloc.c (pic16_allocDirReg): commented out line which
6714         set regtype to REG_SFR for all registers, restricting seting the
6715         accessBank flag for registers 0<= r < 0x80 and 0xf80<=r<=0xfff,
6716
6717 2004-03-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6718
6719         * src/mcs51/peephole.def: added 251.b and 253.x. 253.x are applied
6720         more than 500 times in the regression tests
6721
6722 2004-03-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6723
6724         * support/Util/SDCCerr.h,
6725         * support/Util/SDCCerr.c,
6726         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
6727         enumerator_list),
6728         * src/SDCCsymt.c (addSymChain): show location of oriignal definition
6729         for symbol conflicts.
6730         * support/valdiags/tests/enum.c,
6731         * support/valdiags/tests/tentdecl.c,
6732         * support/valdiags/tests/struct.c: expect possible error messages
6733         referring to original symbol definitions.
6734         * src/SDCC.y (struct_or_union_specifier, struct_declarator),
6735         * src/SDCCsymt.h,
6736         * src/SDCCsymt.c (promoteAnonStructs): support anonymous struct/union
6737
6738 2004-03-03 Hans Dorn <hjdorn AT users.sourceforge.net>
6739
6740         * src/pic16/gen.c (gencjne): fixed for right=REG / left=LIT
6741
6742 2004-02-03 Vangelis Rokas <vrokas AT otenet.gr>
6743
6744         * src/pic16/ralloc.c (newReg): fixed bug #908929
6745
6746 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6747
6748         * src/ds390/gen.c: added missing #include "main.h"
6749
6750 2004-03-02 Vangelis Rokas <vrokas AT otenet.gr>
6751
6752         * src/pic16/device.c (checkAddSym): NEW, adds a symbol to set while
6753         checking if symbol is already in set,
6754         * src/pic16/device.h: prototype for checkAddSym,
6755         * src/pic16/gen.c: (_G): added entry interruptvector,
6756         * (assignResultValue): removed some commented out lines,
6757         * (genFunction): check for ISR via sym->type, absolute section for
6758         interrupt code is created via a new pBlock, the goto instruction is
6759         placed now correctly at the interrupt vector position, changed all
6760         references from ivec to _G.interruptvector,
6761         * WREG,STATUS,BSR are not saved in stack upon an entry to interrupt
6762         is the interrupt is a high priority one, same for return from ISR,
6763         * src/pic16/glue.c: changed all calls of addSetHead for publics and
6764         externs to calls of checkAddSym,
6765         * src/pic16/pcode.c (pic16_pBlockConvert2*): emit warning when
6766         pic16_pcode_verbose flag is set,
6767         * src/pic16/pcode.h: extern to pic16_pcode_verbose,
6768         * src/pic16/pcoderegs.c: message about how many registers are saved
6769         will only be emitted if pic16_pcode_verbose flag is set,
6770
6771 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6772
6773         * src/ds390/ralloc.h,
6774         * src/ds390/ralloc.c (ds390_regWithIdx),
6775         * src/ds390/gen.c (emitcode),
6776         * src/ds390/main.h,
6777         * src/ds390/main.c (instructionSize, ds390newAsmLineNode, updateOpRW,
6778         ds390opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
6779         ds390operandCompare, getRegsRead, getRegsWritten,
6780         initializeAsmLineNode): customized instruction size calculation for
6781         ds390, started basis for some register optimizations
6782         * src/ds390/gen.c (gen390Code, emitcode): associate iCodes with
6783         corresponding assembly output
6784         * src/ds390/gen.c (genFunction, genEndFunction): added case to handle
6785         missing push/pop of r0/r1. Optimized push/pops
6786
6787 2004-03-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6788
6789         * src/mcs51/main.c (instructionSize): fixed ACALL size
6790         * src/mcs51/main.c (updateOpRW): fixed bug with @dptr, @a+dptr operands
6791
6792 2004-03-01 Vangelis Rokas <vrokas AT otenet.gr>
6793
6794         * src/pic16/device.c (pic16_dump_section): fixed a bug that allowed
6795         the sorting of rlist with NULL elements
6796         * (print_idataType, print_idata): NEW to create idata sections
6797         * src/pic16/device.h: idataSymSet new variable
6798         * src/pic16/gen.c (genFunction): fixed some bugs in string
6799         comparing, improved the absolute section creation for ISRs,
6800         added FSR0L/FSR0H in registers that are saved in an ISR,
6801         * (genInline): fixed the processing of inline snippets,
6802         now they undergo no process by the peephole optimizer
6803         * src/pic16/glue.c (pic16emitRegularMap): symbols with initialiser
6804         are placed in idataSymSet,
6805         * (pic16emitStaticSeg): extern symbols are added in externs,
6806         * src/pic16/ralloc.c (pic16_allocDirReg): work around to reduce bank
6807         switching when aboslute variables are placed in access bank memory
6808         * (pic16_writeUsedRegs): added call to pic16_dump_idata,
6809         * (packRegsForSupport,packRegsForAccUse,packRegsForOneuse):
6810         commented out with #if,
6811         * (pic16_packRegisters): reintroduce the check for CAST because some
6812         symbols are not correctly handled,
6813         * src/pic16/pcode.h: changed the definition of pCodeAsmDir to hold a
6814         pCodeInstruction instead of pCode,
6815         * src/pic16/pcode.c (pic16_newpCodeAsmDir): modified for the new
6816         pCodeAsmDir definition,
6817         * (pic16_pCode2str, genericPrint): when an AsmDir pcode has a NULL
6818         directive, then the argument directive is emitted without the leading
6819         tab, hack for inline labels which must be in the first column,
6820         * (compareLabel,pic16_findNextInstruction),
6821         * (pic16_findPrevInstruction): added case for PO_ASMDIR,
6822         * (insertBankSwitch): modified for the new pCodeAsmDir,
6823
6824 2004-03-01 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
6825         patch applied by Vangelis Rokas <vrokas AT otenet.gr>
6826
6827         * src/pic16/gen.c (pic16_popGet): case PO_DIR, adds the offset to
6828         instance,
6829         * (pushSide): commented out with #if,
6830         * (assignResultValue): fixed some typos in saving
6831         registers,
6832         * (genPcall): FIXED and sync'ed with genCall,
6833         * (genDataPointerGet,genDataPointerSet): using offset not leoffset
6834         * (genNearPointerGet): fixed to handle some more cases,
6835         implementation scheme via table reads,
6836         * (genConstPointerGet): modified to access code memory correct,
6837         * (genCodePointerGet,genNearPointerSet,genGenPointerSet): modified
6838         and improved to handle some cases
6839         * glue.c (printIvalType,printIvalChar,emitStaticSeg): use "DB"
6840         instead of "RETLW" for init data
6841         * src/pic16/ralloc.c (pic16_allocDirReg): warning when a symbol is
6842         not IN_DIRSPACE, work around to reduce bank switching when aboslute
6843         variables are placed in access bank memory (<0x80 and >=0xf80),
6844         * src/pic16/pcode.c: added SFRs TBLPTR, TABLAT, added opcodes TBLRD,
6845         TBLRD_POSTINC,TBLRD_POSTDEC,TBLRD_PREINC,TBLWT,TBLWT_POSTINC,
6846         TBLWT_POSTDEC,TBLWT_PREINC
6847         * Fixed initialisation of BSR, set "alias" for SSAVE to "0"
6848         * (pic16_emitDB,pic16_flushDB): New functions to generate "DB"
6849         directives
6850         * (pic16_pCodeConstString): use "DB" instead of "RETLW"
6851         * src/pic16/pcode.h: added TBLRD*,TBLWT*, added pic16_emitDB,
6852         pic16_flushDB, made pic16_newpCodeAsmDir public, added TBLPTR, TABLAT
6853         * src/pic16/ralloc.h: added IDX_BSR,IDX_TBLPTR*,IDX_TABLAT
6854
6855 2004-02-29  Borut Razem <borut.razem AT siol.net>
6856
6857         * src/Makefile.in, src/SDCCutil.c, support/Util/findme.c,
6858         support/Util/findme.h, support/Util/system.h: enhance binary relative
6859         search for lib and include by using findProgramPath()
6860
6861 2004-02-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6862
6863         * src/SDCCpeeph.h,
6864         * src/SDCCpeeph.c (pcDistance),
6865         * src/port.h,
6866         * src/mcs51/ralloc.h,
6867         * src/mcs51/ralloc.c (mcs51_regWithIdx),
6868         * src/mcs51/main.h,
6869         * src/mcs51/main.c (instructionSize, asmLineNode, updateOpRW,
6870         mcs51opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
6871         mcs51operandCompare, getRegsRead, getRegsWritten): made instruction
6872         size calculation port specific, started basis for some register
6873         optimizations
6874         * src/mcs51/gen.c (genFunction, genEndFunction): added case to handle
6875         missing push/pop of r0/r1. Optimized push/pops
6876         * src/mcs51/ralloc.c (packregisters): fixed bug #727095
6877         * device/lib/_modsint.c (_modsint),
6878         * device/lib/_modslong.c (_modslong): fixed sign of result in non-asm
6879         and stack version so regression tests pass
6880
6881 2004-02-26 Bernhard Held <bernhard AT bernhardheld.de>
6882
6883         * src/Makefile.in (dep): include SLIBOBJS in dependency check
6884         * src/SDCCast.c (decorateType): catch another small optimization
6885         with '?' operator
6886         * src/SDCCsymt.c (computeType): added comments and cosmetic changes
6887         * src/SDCCval.c (valMult, valDiv, valMod, valPlus, valMinus, valShift):
6888         modified to finally use computeType() all over SDCC,
6889         see Feature Request #877103
6890         * src/SDCCval.h: cosmetic
6891         * src/SDCCicode.c (operandOperation): fixed EQ_OP bug, now same as in
6892         valCompare(); regression tested in muldiv.c
6893         * support/regression/tests/muldiv.c (testMod): mod sign follows
6894         dividend only
6895
6896 2004-02-23 Bernhard Held <bernhard AT bernhardheld.de>
6897
6898         * src/SDCCast.c (decorateType): fixed bug #902362
6899         * doc/INSTALL.txt: fixed install instructions for win32
6900
6901 2004-02-21 Bernhard Held <bernhard AT bernhardheld.de>
6902
6903         * device/include/Makefile.in (install): fixed by replacing spaces
6904         by tabs
6905         * doc/README.txt,
6906         * doc/INSTALL.txt: updated for release
6907         * doc/sdccman.lyx: added warning for --xstack being buggy
6908
6909 2004-02-20 Bernhard Held <bernhard AT bernhardheld.de>
6910
6911         * src/pic16/ralloc.c (packRegsForAccUse):  disabled functions with #if
6912         to eliminate build warnings.
6913         * src/pic16/gen.c (pic16_popGet): fixed for gcc 2.95.4
6914
6915 2004-02-20 Vangelis Rokas <vrokas AT otenet.gr>
6916            Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
6917
6918         * doc/sdccman.lyx: removed PIC16 from PIC16 Port Specific Options,
6919         removed -penable-stack, added comment for stack pragma, added
6920         warning for not initializing the stack/frame registers, removed
6921         comment at interrupts section
6922
6923         Stack is made permanent, there is no ability to disable stack usage.
6924         * src/pic16/device.h,
6925         * src/pic16/device.c: removed all references to USE_STACK macro,
6926         * src/pic16/device.c (pic16_dump_section): when no elements in
6927         rlist, free rlist before return,
6928         * (pic16_dump_int_registers): NEW, internal registers are a new set
6929         of general purpose registers reused by each function,
6930         * (checkAddReg): returns 1 if registers is added to set,
6931         * (pic16_groupRegistersInSection): when a registers is of type
6932         PO_GPR_TEMP add it in pic16_int_regs and not in pic16_rel_udata,
6933         * src/pic16/device.h: memRange and Assigned Memory are deleted,
6934         SRCASECMP macro is moved here from device.c
6935         * src/pic16/genarith.c (pic16_pCodeOpType): added cases for
6936         PO_PCLATU, PO_PRODL, PO_PRODH,
6937         * (pic16_pCodeOpType, genMinus,
6938         changed compares to "a" register, with AOP_ACC,
6939         * (pic16_genPlus): fixed some bugs and indented properly,
6940         * (pic16_addSign): changed size to size+offset in the MOVWF
6941         instruction,
6942         * (pic16_genUMult8XLit_8): NEW, uses processor MULLW instruction to
6943         multiply 8-bit operand by literal, result is 8-bit,
6944         * (pic16_genUMult8X8_8): NEW, uses processor MULWF instruction to
6945         multiply 2 8-bit operand, result is 8-bit,
6946         * (pic16_genMult8X8_8): modified to call genUMult8X*_8 functions and not
6947         genUMult8X*_16,
6948         * src/pic16/gen.c: changed accUse to contain WREG only,
6949         * (pic16_emitcomment): renamed to pic16_emitpcomment,
6950         * (aopForSym): allocated dir register when IN_DIRSPACE(space) is,
6951         true, do not use immediate addressing any more unless sym is a
6952         pointer in codespace,
6953         * (aopForRemat): do not use immediate addressing when symbol not in
6954         codespace and when symbol's address is requested,
6955         * (aopOp): for-loop in if(sym->accUse) is modified for the new
6956         accUse size (= 1),
6957         * (aopGet): added case for AOP_ACC and don't return "accumulator
6958         bug" but WREG instead,
6959         * (popGetTempReg): pushes contents of temporary register in stack,
6960         * (popReleaseTempReg): pops contents of temporary register from
6961         stack. Use popGetTempReg/popReleaseTempReg in aligned pairs,
6962         * (pic16_popGet): separated case AOP_ACC to return register WREG
6963         from processor registers, AOP_PCODE not checks if pcop is PO_DIR
6964         or PO_IMMEDIATE and initializes their instance/offset appropriately,
6965         * The whole issue with aopForSym,aopForRemat,popGet) is to minimize
6966         the use of immediate pointers to certain cases only.
6967
6968         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): use pic16_popGet2p,
6969         * (pic16_loadFromReturn, pic16_storeForReturn: NEW,
6970         * (assignResultValue, genCall, genRet): modified to use the new
6971         function return value scheme with WREG,PRODL,PRODH,FSR0L and FSR0,
6972         genPcall is still broken,
6973         * (genFunction): added code to create 'A' type pBlocks when
6974         interrupt functions are generated, code not extensively tested yet,
6975         ISRs push WREG,STATUS,BSR,PRODL,PRODH,FSR0L,FSR0H registers on stack,
6976         * (genEndFunction): modified so ISRs pop stored registers from stack,
6977         * (genMultOneByte): cleanup,
6978         * (AccRsh): added flag andmask, to and result with appropriate mask,
6979         * (genUnpackBits,genPackBits): fixed and can handle bit fields,
6980         * (genDataPointerGet): fixed and reenabled its use,
6981         * (genNearDataPointerGet): bugs fixed,
6982         * (genDataPointerSet): bugs fixed,
6983         * src/pic16/genutils.c: added functions pic16_DumpValue,pic16_DumpAop,
6984         pic16_DumpSymbol, pic16_DumpOp,
6985         * src/pic16/genutils.h: function prototypes for the above functions,
6986         * src/pic16/glue.c: new flags initsfpnt, to initialize stack/frame
6987         pointers,
6988         * (pic16emitRegularMap): many many many improvements, but needs a
6989         major cleanup,
6990         * src/pic16/main.c: enable_stack in pic16_options is removed,
6991         * (_pic16_parseOptions): removed command line options -penable-stack,
6992         * (_process_pragma): emit stack symbol only when stack pragma is
6993         processed,
6994         * src/pic16/pcode.c: pic16_pc_fsr0 is removed, all operations are
6995         redirected to FSR0L/FSR0H pair,
6996         * (pic16_get_op, pic16_get_op2): modifications and improvements,
6997         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
6998         cases PO_PRODL,PO_PRODH, pic16_getRegFromInstruction2 returns sane
6999         for immediates,
7000         * (insertBankSwitch): modified to handle cases like: (alfa + 1)
7001         * (dumpPicOptype): NEW,
7002         * src/pic16/pcode.h: added PO_PCLATU,PO_PRODL,PO_PRODH in enum,
7003         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed bug
7004         with movff instruction,
7005         * src/pic16/ralloc.c: renamed typeRegWithIdx to pic16_typeRegWithIdx,
7006         added pic16_int_regs, some packRegsFor* functions are commented out,
7007         because produce errors,
7008         * src/pic16/NOTES: minor modifications
7009
7010 2004-02-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7011
7012         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c, as/mcs51/lkmain.c,
7013         as/mcs51/lkmem.c, src/SDCCglob.h, src/SDCCmain.c: added options --stack-size and
7014         --pack-iram.
7015         * doc/sdccman.lyx: described options --stack-size and --pack-iram.
7016         * as/mcs51/lkaomf51.c: fixed bug #895763
7017
7018 2004-02-17 Bernhard Held <bernhard AT bernhardheld.de>
7019
7020         * device/include/c8051f320.h: added. Contributed by Maarten Brock.
7021
7022 2004-02-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7023
7024         * doc/sdccman.lyx: added details about the HC08 storage classes and
7025         interrupts, fixed the register usage info for z80 & gbz80
7026
7027 2004-02-17 Vangelis Rokas <vrokas AT otenet.gr>
7028
7029         * doc/sdccman.lyx: added more pic16 port documentation
7030         * device/include/pic16/: added header pic18fregs.h
7031
7032 2004-02-16 Bernhard Held <bernhard AT bernhardheld.de>
7033
7034         * doc/sdccman.lyx: added Vangelis' contribution
7035
7036 2004-02-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7037
7038         * src/SDCClrange.c (rlivePoint): live range of SEND operand should
7039         extend to the next CALL or PCALL, not just to the next CALL.
7040
7041 2004-02-16 Vangelis Rokas <vrokas AT otenet.gr>
7042
7043         * src/pic16/gen.c (genInline): fixed bug #896482 with inline assembly
7044
7045 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7046
7047         * src/mcs51/ralloc.c (packRegsForAssign, reassignAliasedSym): fixed
7048         bug #895752 and a better fix for bug #716790
7049
7050 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7051
7052         * src/SDCCsymt.c (processFuncArgs): fixed bug #896796
7053
7054 2004-02-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7055
7056         * doc/sdccman.lyx: minor changes, minor changed
7057
7058 2004-02-13 Bernhard Held <bernhard AT bernhardheld.de>
7059
7060         * src/SDCCicode.c (usualBinaryConversions): removed pic16 from ports
7061         which can't handle SDCC_NEWONEBYTEOPS,
7062         (geniCodeMultiply): removed conversion from mult to shift for pic14
7063         and pic16
7064
7065 2004-02-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7066
7067         * src/hc08/gen.h,
7068         * src/hc08/gen.c (storeRegToAop, aopOp, aopAdrStr, accopWithAop,
7069         rmwWithAop): Ported my 2003-10-02 fix for bug #663539 to the hc08,
7070         thus fixing bug #895406
7071
7072 2004-02-11 Bernhard Held <bernhard AT bernhardheld.de>
7073
7074         * device/lib/_modsint.c,
7075         * device/lib/_modslong.c: sign follows divisor only
7076         * src/hc08/gen.c (genMultOneByte): if result size is 1,
7077         signs or signedness can be ignored
7078         * src/SDCCast.c (addCast): cosmetic - added lineno to CAST
7079         * src/SDCCast.c (resultTypePropagate): added even more ops: +, - and *,
7080         added optimization for IFX,
7081         (decorateType): Mult/Div/ModOneByte ops can handle all kind of signed
7082         arguments;
7083         reenabled optimization for IFX, which was removed on 2004-01-11
7084         * src/SDCCast.h: added return type IFX
7085         * src/SDCCicode.c: Mult/Div/ModOneByte ops can handle all kind of signed
7086         arguments with 8 or 16 bit results; pic14 and pic16 ports use old
7087         promotion behaviour; env. var. SDCC_NEWONEBYTEOPS selects the new,
7088         SDCC_OLDONEBYTEOPS selects the old behaviour
7089         * src/SDCCsymt.c (computeType): type2 can be NULL (for LEFT_OP);
7090         changed again and commented promotion rule
7091         * src/SDCCval.c (valDiv): promotion no longer necessary
7092         * src/ds390/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte),
7093         * src/mcs51/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte):
7094         rewritten
7095         * support/regression/tests/onebyte.c: added
7096
7097 2004-02-11 Vangelis Rokas <vrokas AT otenet.gr>
7098
7099         * gen.c (genInline): reverted to old code for assemnling inline
7100         code because of bug reported James Chadd
7101
7102 2004-02-10 Vangelis Rokas <vrokas AT otenet.gr>
7103
7104         * ralloc.h: missing declarations from previous patch,
7105         seems that patch for ralloc.h was never applied, fixed
7106
7107 2004-02-10 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
7108            patch committed by Vangelis Rokas <vrokas AT otenet.gr>
7109
7110         * pcode.c,
7111         * pcode.h,
7112         * ralloc.h: added FSR0L, FSR0H and other missing PIC16 SFR's for
7113         indirect addressing. Marked FSR0 as deprecated
7114         * gen.c (pointerCode): commented out, not needed now
7115         (pic16_popGet2p): new MOVFF helper function
7116         (genGenPointerGet),
7117         (genGenPointerSet): reimplemented with MOVFF and POSTINC0
7118         (shiftRLong): removed duplicate debugging info
7119
7120 2004-02-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7121
7122         * src/ds390/gen.c (genNearPointerGet),
7123         * src/mcs51/gen.c (genNearPointerGet): allow the genDataPointerGet()
7124         optimization with bits, but not bitfields.
7125         * src/ds390/ralloc.c (packRegisters),
7126         * src/mcs51/ralloc.c (packRegisters): fixed bug #884453 & #880832
7127
7128 2004-02-09 Bernhard Held <bernhard AT bernhardheld.de>
7129
7130         * src/SDCCcse.c (algebraicOpts): copy operands before modification
7131
7132 2004-02-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7133
7134         * src/SDCCsymt.h,
7135         * src/SDCCicode.c (operandFromSymbol),
7136         * src/mcs51/ralloc.c (verifyRegsAssigned, serialRegAssign),
7137         * src/ds390/ralloc.c (verifyRegsAssigned, serialRegAssign),
7138         * src/z80/ralloc.c (verifyRegsAssigned, serialRegAssign),
7139         * src/hc08/ralloc.c (verifyRegsAssigned, serialRegAssign),
7140         * src/pic/ralloc.c (verifyRegsAssigned, serialRegAssign),
7141         * src/pic16/ralloc.c (verifyRegsAssigned, serialRegAssign): fixed
7142         bug #892038
7143         * src/SDCCast.c (createIvalStruct, createIvalArray, gatherAutoInit),
7144         * src/SDCCglue.c (emitRegularMap, printIvalStruct, printIvalArray,
7145         printIvalCharPtr, printIvalPtr, printIval, emitStaticSeg, emitOverlay)
7146         * src/SDCCsymt.c (newSymbol),
7147         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
7148         enumerator_list),
7149         * src/SDCCval.h,
7150         * src/SDCCval.c (newiList): fixed bug #885705
7151
7152 2004-02-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7153
7154         * doc/sdccman.lyx: added section 3.1.4: sdcclib.
7155         * as/mcs51/lkmem.c: report the size of the stack in .mem file.
7156
7157 2004-02-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7158
7159         * device/include/c8051f120.h,
7160         * device/include/c8051f300.h,
7161         * device/include/c8051f310.h: added/updated header files for Silicon
7162         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
7163         * doc/sdccman.lyx: minor changes, recommended diff -Naur and diff -u
7164         in new section Submitting patches
7165
7166 2004-02-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7167
7168         * src/mcs51/gen.c (genNearPointerGet, genPagedPointerGet,
7169         genFarPointerGet, genCodePointerGet, genGenPointerGet,
7170         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
7171         genGenPointerSet),
7172         * src/ds390/gen.c (genNearPointerGet, genPagedPointerGet,
7173         genFarPointerGet, genCodePointerGet, genGenPointerGet,
7174         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
7175         genGenPointerSet),
7176         * src/pic16/gen.c (genNearPointerGet, genPagedPointerGet,
7177         genFarPointerGet, genCodePointerGet, genGenPointerGet,
7178         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
7179         genGenPointerSet),
7180         * src/pic/gen.c (genNearPointerGet, genPagedPointerGet,
7181         genFarPointerGet, genCodePointerGet, genGenPointerGet,
7182         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
7183         genGenPointerSet): fixed bug #892400
7184         * src/pic16/gen.c (genSkipz, AccRol): disabled functions with #if 0
7185         to eliminate build warnings.
7186         * src/SDCCast.c (processParms),
7187         * src/SDCC.y (function_declarator2, declarator2_function_attributes):
7188         fixed bug 751859
7189         * support/valdiag/valdiag.py: added GCC to the list of defines active
7190         when compiling with gcc
7191
7192 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7193
7194         * support/Util/SDCCerr.h,
7195         * support/Util/SDCCerr.c,
7196         * src/SDCCast.c (decorateType, sizeofOp): complain when sizeof is used
7197         with an incomplete type (fixed bug #883734)
7198         * src/SDCCicode.c (geniCodeCast): fixed bug #890510
7199
7200 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7201
7202         * src/pic16/gen.c (genCmpEq, shiftRLong): fixed declarations
7203
7204 2004-02-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7205
7206         * src/SDCCast.c (decorateType),
7207         * src/SDCCicode.c (geniCodeParms, geniCodeCall): fixed bugs in my ANSI
7208         function pointer implementation
7209         * support/regression/tests/funptrs.c: added tests to verify both forms
7210         of function pointers work correctly. Added tests to verify parameters
7211         are passed in the correct order.
7212
7213 2004-02-06  Vangelis Rokas <vrokas AT otenet.gr>
7214
7215         * device.c (regCompare): registers are sorted by ascending
7216         address and increasing size,
7217         * main.c (_pic16_finaliseOptions): removed the declaration
7218         of compiler macro MCU. Now a macro of the format pic18fxxxx
7219         will be defined from the command line
7220
7221 2004-02-06  Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
7222             patch committed by Vangelis Rokas <vrokas AT otenet.gr>
7223
7224         * pcode.c (pic16initMnemonics): fixed typo in assignment to PCOP_RLNCF
7225         PCOP_RLCF was overwritten!
7226         * gen.c (genSkip): commented out calls to pic16_emitcode,
7227         * (genCmpEQ): fixed "long" compares, only high word did get compared,
7228         * (genlshTwo),
7229         * (genRRC): added debugging info,
7230         * (shiftL2Left2Result): Fixed bug, if offr > offl. Result got
7231         overwritten while shifting,
7232         * (shiftR2Left2Result): Fixed bug, if offr < offl. Result got
7233         overwritten while shifting,
7234         * (AccLsh),
7235         * (AccRsh),
7236         * (shiftLLeftOrResult),
7237         * (shiftRLeftOrResult),
7238         * (shiftRLong),
7239         * (shiftLLong): Implemented with pic16_emitpcode
7240         * (genlshFour): Replaced pic16_aopPut with pic16_emitpcode,
7241         * (genLeftShift): Fixed bug, operand for shift by variable always
7242         was "and"ed with 0x0f,
7243         * (genLeftShiftLiteral),
7244         * (genrshTwo),
7245         * (genRightShiftLiteral): added debugging info,
7246         * (genrshFour): added comment,
7247         * (genRightShift): determined signedness from operand "left"
7248         instead of "result"
7249
7250 2004-02-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7251
7252         * src/SDCCicode.c (geniCodeParms),
7253         * src/SDCCast.c (decorateType, processParms): support for ANSI-style
7254         function pointers, fixed function pointer bugs #861242 and #861896
7255
7256 2004-01-31 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7257
7258         * device/include/c8051f000.h,
7259         * device/include/c8051f120.h,
7260         * device/include/c8051f300.h: added header files for Silicon
7261         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
7262
7263 2004-01-31 Bernhard Held <bernhard AT bernhardheld.de>
7264
7265         * src/SDCCast.c (processParams): added new type flow and restructured
7266         (gatherAutoInit): added new type flow
7267         (addCast): cosmetic changes
7268         (getLeftResultType): added new type flow for array indices, patch
7269         provided by Stas, see FR #877103
7270         (decorateType): SDCC_NEWTYPEFLOW removed, new type flow is now standard;
7271         array index patch by Stas
7272         * src/SDCCast.h: added prototype getResultTypeFromType()
7273         * src/SDCCval.h,
7274         * src/SDCCval.c (resolveIvalSym) (resolveIvalSym),
7275         * src/pic/glue.c (pic14emitStaticSeg),
7276         * src/pic16/glue.c (pic16emitStaticSeg),
7277         * src/SDCCglue.c (emitRegularMap) (emitStaticSeg): added new type flow
7278         for initialization of symbols
7279         * src/SDCCicode.c (geniCodeArray): removed warning W_ARRAY_BOUND
7280         * support/Util/SDCCerr.h:
7281         * support/Util/SDCCerr.c: replaced W_ARRAY_BOUND by W_IDX_OUT_OF_BOUNDS
7282         * .version: bumped version number to 2.3.8
7283         * device/include/Makefile.in (install),
7284         * doc/Makefile (install): changed to 'rm `find ...`' construct to
7285         avoid warnings
7286
7287 2004-01-30 Bernhard Held <bernhard AT bernhardheld.de>
7288
7289         * support/regression/tests/libmullong.c: fixed for 64 bit hosts
7290         Slade Rich fixed an optimization bug
7291         * src/pic/pcodepeep.c,
7292         * src/pic/pcoderegs.c
7293         * doc/Makefile (install): added test for directory
7294
7295 2004-01-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7296
7297         * src/mcs51/ralloc.c (getRegPtr, getRegGpr),
7298         * src/ds390/ralloc.c (getRegPtr, getRegGpr),
7299         * src/pic/ralloc.c (getRegPtr, getRegGpr),
7300         * src/pic16/ralloc.c (getRegPtr, getRegGpr),
7301         * src/z80/ralloc.c (getRegGpr): fixed bug #883361
7302         * as/mcs51/asexpr.c (term),
7303         * as/hc08/asexpr.c (term): fixed bug #887146
7304
7305 2004-01-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7306
7307         * src/z80/gen.c (genMult): handle single byte result product
7308         * src/SDCCopt.c (killDeadCode): never convert ADDRESS_OF iCode to
7309         DUMMY_READ_VOLATILE (fixed bug #886367)
7310
7311 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
7312
7313         * support/regression/tests/libmullong.c: fixed logic, on little endian
7314         hosts we ended without a mullong_wrapper()
7315
7316 2004-01-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7317
7318         * ChangeLog: changed "@" to " AT " in hopes of reducing spam and
7319         virus/worm forged address usage.
7320
7321 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
7322
7323         Fixed promotion, it should be done on AST level:
7324         * src/SDCCast.c (addCast): added promotion to int
7325         (decorateType): updated call to upCast()
7326         * src/SDCCicode.c (geniCodeLeftShift): removed call to
7327         usualUnaryConversions()
7328
7329 2004-01-26  Michael Hope  <michaelh AT juju.net.nz>
7330
7331         * support/regression/tests/literalop.c (mulWrapper): Added a
7332         wrapper to remove integer overflow warnings.
7333
7334         * support/regression/tests/float_trans.c: Made work on host.
7335
7336         * support/regression/ports/ucz80/spec.mk (UCZ80): Made detect the
7337         location of sz80.
7338
7339         * support/regression/generate-cases.py (main): Changed from inline
7340         to a main method.
7341
7342         * doc/Makefile (install): Changed to depth first to get rid of
7343         missing directory install warning.
7344
7345         * as/Makefile (install-doc): Made work on Mac.
7346
7347 2004-01-25 Bernhard Held <bernhard AT bernhardheld.de>
7348
7349         * src/SDCCast.c: added an additional type flow in decorateType() of
7350         opposite direction, see feature request #860006; it's enabled at runtime
7351         by setting the environment variable SDCC_NEWTYPEFLOW
7352         * src/SDCCast.h: changed prototype of decorateType()
7353         * src/SDCCglue.c (emitRegularMap): updated call of decorateType()
7354         * src/SDCCicode.c (geniCodeDivision) (geniCodeModulus): promotion from
7355         'char' to 'int' can be omitted, if both operands are 'unsigned char';
7356         see feature request #877103
7357         * src/SDCCval.c: updated call of decorateType()
7358         (valBitwise): fixed bug #882876
7359         (valMinus): added promotion
7360         (valLogicAndOr): result is unsigned
7361         (cheapestVal) (constVal): literals from 0...255 are 'unsigned char' now
7362         * src/SDCCsymt.c (computeType),
7363         * src/mcs51/gen.c (genCmpGt) (genCmpLt): literal 'unsigned char'
7364         must not cause an unsigned operation
7365         * src/pic/glue (pic14emitRegularMap),
7366         * src/pic16/glue.c (pic16emitRegularMap): updated call of decorateType()
7367
7368 2004-01-23 Bernhard Held <bernhard AT bernhardheld.de>
7369
7370         * src/pic/pcode.c (PCodeID): commented out left over debug code
7371
7372 2004-01-20 Bernhard Held <bernhard AT bernhardheld.de>
7373
7374         * support/valdiag/tests/overflow.c: added shift tests
7375         * src/pic/device.c,
7376         * src/pic/gen.c,
7377         * src/pic/gen.h,
7378         * src/pic/glue.c,
7379         * src/pic/main.c,
7380         * src/pic/pcode.c,
7381         * src/pic/pcode.h,
7382         * src/pic/pcodepeep.c,
7383         * src/pic/pcoderegs.c,
7384         * src/pic/ralloc.c,
7385         * src/pic/ralloc.h: applied patch from Slade Rich;
7386         added support for multiple code pages and multiple RAM banks on the
7387         PIC 14 port. The ASM files now no longer simply assume all the
7388         code / RAM are in the same page / bank. This means the linker can
7389         safely allocate code/RAM of separate ASM files to different pages/banks.
7390         * doc/sdccman.lyx: added Slade's tips
7391         * src/mcs51/peeph.def: fixed bug #880768
7392
7393 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7394
7395         * src/hc08/ralloc.c (rematStr): fixed bug #879282
7396         * src/SDCCast.c (decorateType): fixed bug #880197
7397
7398 2004-01-20  Michael Hope  <michaelh AT juju.net.nz>
7399
7400         * sim/ucsim/gui.src/serio.src/main.cc: Fixed unconditional use of
7401         getopt.h.
7402
7403         * debugger/mcs51/cmd.c (getValBasic): Changed strtof to strtod as
7404         strtof is not part of C89 and isn't included with Mac OS X.
7405
7406 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7407
7408         * src/hc08/gen.c (genPlusIncr, genUminus, genMinusDec, genCmp,
7409         shiftL2Left2Result): fixed bug #879326
7410         (genAnd, genOr, genXor): fixed bug when result was of type AOP_CRY
7411         (genMultOneByte): fixed bug in signed vs unsigned multiplication
7412         * sim/ucsim/hc08.src/inst.cc (inst_clr): added missing effective
7413         address fetch for clr instruction
7414         * device/lib/hc08/_mulint.c: created optimized assembly version
7415         * src/SDCCdflow.c (computeDataFlow): fixed bug #878209
7416
7417 2004-01-19 Bernhard Held <bernhard AT bernhardheld.de>
7418
7419         * src/SDCCicode.c (geniCodeArray): applied patch from Stas Sergeev
7420         proposed in FR #877103
7421
7422 2004-01-18 Bernhard Held <bernhard AT bernhardheld.de>
7423
7424         * src/SDCCval.c (cheapestVal): added missing checks
7425         * src/SDCCicode.c (usualBinaryConversions): fixed condition
7426         * src/SDCCicode.c (geniCodeAdd): fixed part of bug #877103
7427
7428 2004-01-16 Klaus Flittner <klaus_flittner AT gmx.de>
7429
7430         * src/ds390/gen.c (aopOp3): fixed the assignment of different dptrs to
7431         equal operands
7432
7433 2004-01-16 Vangelis Rokas <vrokas AT otenet.gr>
7434
7435         * src/SDCCmain.c (linkEdit): variable $3 of the linker command is
7436         loaded with the linker search paths (-L arguments) and the libraries
7437         to be linked with the current source (-l arguments). Changes
7438         currently will affect only the pic16 port.
7439         * src/pic16/main.c (_pic16_finaliseOptions): add to the linker
7440         include path the port specific paths and port specific libraries,
7441         * gplink command now contains the $3 argument,
7442         * src/pic16/device.h,
7443         * src/pic16/device.c,: structure PIC_device is made public and
7444         renamed to PIC16_device, the same for variable Pics which is renamed
7445         to Pics16. Updated all references to them.
7446         * src/pic16/glue.c (pic16glue): corrected bug with code
7447         initialization which bypassed the variable initializations block.
7448
7449         * device/lib/pic16/Makefile.rules: removed --penable-stack from
7450         COMPILE_FLAGS and added the --nostdinc option
7451
7452 2004-01-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7453
7454         * device/include/mc68hc908jb8.h: Register defs for another member
7455         of the hc08 family. Contributed by Bjorn Bringert - thanks!
7456
7457 2004-01-14 Vangelis Rokas <vrokas AT otenet.gr>
7458
7459         Documenting changes from previous commits.
7460         * configure.in (version 1.56),
7461         * configure: initially I've added AC_CONFIG_SUBDIRS(device/lib/pic16)
7462         when generating output files to configure the pic16 library,
7463         but now I've commented it out, since gputils aren't installed in the
7464         SF compile farm, so library won't compile
7465
7466         * device/lib/Makefile.in (version 1.56): initially I've added in
7467         target 'all' the prerequestive 'model-pic16' so it compiled the
7468         pic16 library, but now I've commented it out for the same reasons
7469         above,
7470         * added targets 'model-pic16' and 'objects-pic16' to compile the
7471         library
7472         * added target 'port-specific-objects-pic16' to handle the
7473         generated libraries and copy them into the build/ directory
7474         * added target 'clean-intermediate-pic16' to clean intermediate
7475         files into pic16 directory
7476         * in target 'installdirs' added line to create directory pic16 in
7477         the installation path
7478
7479         * device/include/Makefile.in (version 1.11): in target 'install'
7480         added lines to copy all header files to installation path,
7481         * in target 'installdirs' added line create directory for pic16
7482         headers in the installation path
7483
7484 2004-01-13 Klaus Flittner <klaus_flittner AT gmx.de>
7485
7486         * src/ds390/gen.c (genCall): fixed a double use of acc and b after
7487          a function call
7488
7489 2004-01-13 Bernhard Held <bernhard AT bernhardheld.de>
7490
7491         * configure,
7492         * device/lib/configure.in,
7493         * device/lib/configure: fixed for autoconf 2.57
7494
7495 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7496
7497         * src/z80/main.c (_parseOptions): fixed the portmode= command line
7498         option so that it actually works. Made it specific to the z80, since
7499         the gbz80 doesn't have these kinds of I/O ports.
7500
7501 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7502
7503         * device/include/z180.h,
7504         * device/lib/_memcpy.c,
7505         * device/lib/_memmove.c,
7506         * device/lib/_mulint.c,
7507         * device/lib/ser_ir.c,
7508         * device/lib/ser_ir_cts_rts.c,
7509         * device/lib/_strcmp.c,
7510         * device/lib/_strtok.c: fixed pragmas to non-deprecated form
7511         * src/z80/main.c (_process_pragma): add support for pragmas bank and
7512         portmode; added deprecation warning for bank= and protmode= forms.
7513         Also, guard against buffer overflow.
7514         * src/z80/gen.c (aopGet): generate better code for sfr banked read
7515
7516 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7517
7518         * src/hc08/main.c (_hc08_genAssemblerPreamble): fixed bug #875487. Also
7519         changed interrupt vector table generation to only emit declared vectors.
7520         * device/include/Makefile.in: added missing backslash
7521         * device/lib/pic16/Makefile.rules: add $(MODELFLAGS) to $(CFLAGS)
7522
7523 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
7524
7525         Mainly changes to support compilation of the device libraries
7526         * src/pic16/device.c: stack is allocated via symbol and not
7527         via literal number. The symbol is placed in the corresponding
7528         position of the data ram
7529         * (pic16_dump_section): relocatable and absolute uninitialized
7530         data are now emitted in sorted order to reduce section naming,
7531         * src/pic16/ralloc.c (newReg): fixed bug with SFR's that
7532         weren't marked as being in the access bank,
7533
7534 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
7535
7536         Added portion of GNU PIC Library under the directory
7537         device/include/pic16 and device/lib/pic16. These files
7538         contain the declarations of SFRs for the PIC18Fxx2 devices.
7539         The directory is initialized via configure from toplevel.
7540
7541 2004-01-12 Klaus Flittner <klaus_flittner AT gmx.de>
7542
7543         * src/ds390/gen.c (operandsEqu): fixed a little typo, that prevented
7544         the spilllocations to be compared correctly
7545
7546 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
7547
7548         * src/SDCCast.c (decorateType): fixed bug introduced today
7549
7550 2004-01-12  Borut Razem <borut.razem AT siol.net>
7551
7552         * src/SDCC.lex, support/Util/SDCCerr.h, support/Util/SDCCerr.c,
7553         doc/sdccman.lyx: upper case pragmas are deprecated
7554
7555 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
7556
7557         * src/SDCCast.c (decorateType): replacing 'ul > 0' by  '!ul' results
7558         in simpler and even better code
7559
7560 2004-01-11 Bernhard Held <bernhard AT bernhardheld.de>
7561
7562         * src/SDCCicode.c (operandOperation): fixed bug #874819
7563         * src/SDCCast.c (decorateType): fixed
7564         char foo (unsigned long ul) { return ul > 0; }
7565
7566 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7567
7568         * doc/sdccman.lyx: Moved and added some sections, small changes
7569         all over. Telling LaTeX to be less strict with word spacing
7570         to better keep the right margin. Changed some notes about
7571         maintainance of the ports in section 3.2.1 - is it OK like this?
7572
7573 2004-01-11 Vangelis Rokas <vrokas AT otenet.gr>
7574
7575         SDCC source changes:
7576         * src/SDCCopt.c (cntToFcall, cnvToFloatCast, cnvFromFloatCast,
7577         convilong): modified to inform the pic16 port that builtin functions
7578         are external
7579
7580         PIC16 PORT specific changes:
7581         * src/pic16/device.c pic16_dump_equates() added,
7582         processor registers declared internally by the port are emitted in
7583         the translation as equates,
7584         * src/pic16/gen.c: inline code is passed unprocessed to the
7585         translation,
7586         * (pic16_popGetLit2): fnuction modified to take second operand as
7587         pCodeOp pointer and not as literal,
7588         * (popRegFromIdx): prefixed with pic16_,
7589         * (pic16_popCombine2): modified to receive already allocated pCode
7590         operands,
7591         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): added
7592         * (genFunction): initializes local stack frame and pushes on stack
7593         all the registers used by this function,
7594         * (genEndFunction): restores all registers from stack and restores
7595         stack frame,
7596         * src/pic16/glue.c (pic16emitRegularMap): various changes and
7597         improvements,
7598         * (pic16glue): changed the program startup sequence,
7599         * added new dbName code 'A' for functions placed in absolute section
7600         * src/pic16/main.c: added function attribute _naked,
7601         * added pragma 'code' to place a fnuction at an absolute address,
7602         * added command line arguments --debug-ralloc and --pcode-verbose,
7603         * (_pic16_finiliseOptions): options.all_callee_saves is set by default
7604         * src/pic16/pcode.c (pic16_pBlockConvert2Absolute) added,
7605         * (pic16_newpCodeOpLit2): modified to take the second operand as
7606         pCodeOp pointer,
7607         * (pic16_printpBlock): modified to emit each function in a separate
7608         section,
7609         * (pic16_get_op): modified to use the gpasm modifiers LOW,HIGH and
7610         UPPER for immediate operands,
7611         * src/pic16/pcodepeeph.c: added peephole support for the LFSR
7612         instruction,
7613         * src/pic16/peeph.def: all peepholes with movff are commented out,
7614         because there is a problem in the pcode peep optimizer,
7615         * src/pic16/ralloc.c: the register allocator can now reuse local
7616         function symbols for another function. This saves register usage.
7617         * src/pic16/ralloc.h: added flag isLocal in structure regs,
7618
7619         Added file src/pic16/NOTES with information about program writing on
7620         the current port version.
7621
7622 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7623
7624         * src/mcs51/peephole.def: added peepholes 177.c,d (redundant moves)
7625         and peephole 252 (array access)
7626
7627 2004-01-09  Borut Razem <borut.razem AT siol.net>
7628
7629         * src/SDCCmain.c : fixed #872250: -l command line defined library
7630           files are scanned before standard library files
7631
7632 2004-01-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7633
7634         * src/SDCCast.c (decorateType): fixed bug #874046
7635
7636 2004-01-09  Borut Razem <borut.razem AT siol.net>
7637
7638         * support/scripts/sdcc.nsi: remove previous installation
7639
7640 2004-01-09 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7641
7642         * src/SDCCglue.c (createInterruptVect): don't append 7(5) padding
7643         bytes for last interrupt vector (mcs51)
7644         * sdcc.spec: fixed typo
7645
7646 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7647
7648         * src/mcs51/gen.c (genFunction, genEndFunction, genReceive, getTempRegs,
7649         gen51Code): more efficient parameter receive for --model-large
7650         ("bug" #845294)
7651
7652 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7653
7654         * src/ds390/main.c,
7655         * src/z80/main.c: added missed needLinkerScript flags (more than
7656         one port structure defined in these file)
7657         * src/ds390/gen.c (aopForSym, aopOp, operandsEqu, aopOp3): fixed
7658         bug #795325
7659
7660 2004-01-08 Vangelis Rokas <vrokas AT otenet.gr>
7661
7662         * src/SDCCmain.c: removed various references to DEFAULT_PORT
7663         * src/port.h: added flag needLinkerScript in port->linker
7664         structure to inform whether to create a .lnk file or not,
7665         * src/avr/main.c,
7666         * src/ds390/main.c,
7667         * src/hc08/main.c,
7668         * src/mcs51/main.c,
7669         * src/pic/main.c,
7670         * src/pic16/main.c,
7671         * src/xa51/main.c,
7672         * src/z80/main.c: changed appropriately to configure
7673         needLinkerScript flag
7674         * src/pic/gen.c,
7675         * src/pic16/gen.c (genAddrOf): fixed bug #863624
7676         * src/pic/glue.c: added variable udata_section_name to
7677         override default uninitialized data segment definition for
7678         devices only with SHAREBANK memory (reported from Erik Epetrich)
7679         * (pic14emitOverlay): modified to emit a commented overlay segment
7680         directive when no overlay data exist
7681         * (picglue): modified to emit uninitialized data segment
7682         according to udata_section_name
7683         * src/pic/main.c (_pic14_parseOptions): added command line
7684         options --udata-section-name=[name] to override default
7685         udata definition name
7686         * modified _linkCmd and _asmCmd to include compiler passed
7687         arguments via -W option
7688         * src/pic16/main.c: added $l in _asmCmd, changed extension for
7689         object file from '.rel' to '.o' in port->linker structure,
7690         changed size of fptr from 2 to 3 in port structure
7691
7692 2004-01-07  Borut Razem <borut.razem AT siol.net>
7693
7694         * support/scripts/sdcc.nsi: update PATH
7695         * support/scripts/sdcc.ico: craeted
7696
7697 2004-01-07 Bernhard Held <bernhard AT bernhardheld.de>
7698
7699         * device/include/Makefile.in: fix install
7700         * doc/Makefile: fix install
7701
7702 2004-01-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7703
7704         * src/SDCCsymt.c (processFuncArgs): fixed superflous allocation noted
7705         in bug #860505
7706         * src/SDCCmem.c (printAllocInfoSeg, printAllocInfo): minor changes to
7707         how the function variable allocation summary is displayed; also
7708         include information about variables allocated to the overlay
7709         segment
7710
7711 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7712
7713         * as/mcs51/lkmain.c: Help about -Y option
7714         * as/mcs51/lkarea.c: Fixed gcc warnings
7715
7716 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
7717
7718         * src/SDCCval.c (valShift): changed from 16 to 32 bit shift count,
7719         fixed warning
7720         * support/valdiag/tests/overflow.c: added
7721         * src/SDCCast.c (decorateType),
7722         * src/SDCCicode.c (geniCodeLeftShift): added promotion to int for
7723         LEFT_OP (left shift)
7724
7725 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7726
7727         * as/mcs51/lkmain.c: stack must be after data when option -Y is not used
7728         (default behaviour).
7729
7730 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7731
7732         A python script to validate compiler diagnostic messages. It can be
7733         used to verify that sdcc complains about bad c source code and
7734         gives a good location of the error.
7735         * support/valdiag/Makefile,
7736         * support/valdiag/valdiag.py,
7737         * support/valdiag/tests/*
7738
7739 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7740
7741         * src/SDCC.y (enum_specifier, enumerator_list, opt_assign_expr),
7742         * src/SDCCsymt.c (newEnumType),
7743         * src/SDCCsymt.h
7744         * support/Util/SDCCerr.c,
7745         * support/Util/SDCCerr.h: fixed bug #871258 and some other unreported
7746         enum related bugs.
7747         * support/regression/tests/enum.c: added test for enum values that
7748         require at least 2 bytes of storage.
7749
7750 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
7751
7752         * src/common.h: added ifndef/define/endif macros
7753         around the header file.
7754         Bug reported from Jesus Calvino-Fraga
7755
7756 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
7757
7758         * sdcc.spec: updated
7759         * device/include/Makefile.in: don't install CVS directories
7760         * device/lib/Makefile.in: added removal of CVS directories after install
7761         * doc/Makefile: fixed install, added local_icons
7762         * sim/ucsim/gui.src/Makefile.in: fixed an old typo
7763         * src/mcs51/gen.c (genRightShift): fixed bug #870788
7764         * src/ds390/gen.c (genRightShift): fixed bug #870788
7765         * src/SDCCast.c (decorateType): fixed bug #870781
7766
7767 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
7768
7769         PIC16 port related changes:
7770         * device.c: removed pic16_finalMapping and pic16_finalMappingSize,
7771         added variable stackPos,
7772
7773         * gen.c: genCall, assignResultValue: added support for
7774         pushing/retrieving function parameters to/from stack,
7775         genFunction,genEndFunction: setup stack frame for the
7776         generated function,
7777         genAddrOf: will be changed according to bug 863624
7778
7779         * added files genutils.c and genutils.h which contain gen*
7780         debugged and optimised functions extracted from gen.c
7781
7782         * glue.c: added variable 'externs' which holds extern symbols,
7783         pic16emitRegularMap: is modified to properly handle relocatable
7784          symbols under the new scheme,
7785         pic16createInterruptVect: is modified
7786         pic16printPublics: is modified to emit 'global' assembler directives,
7787         added pic16_printExterns to print extern symbols,
7788         pic16glue: initializes stack/frame pointer in the beginning of
7789         the assembly output. Temporary hack, will be corrected later,
7790         because gplink yet does not support stack and SDCC does not
7791         yet support a type of crt0.o object to create the final binary.
7792
7793         * Removed many lines that contain 8051 legacy code.
7794         * The code is finally placed under a 'code' directive.
7795         * Added port specific options.
7796
7797         * _process_pragma: simplified since now we do not need *special*
7798         include file to define SFR registers. But a separate header
7799         will be needed. This will be developed later.
7800         * _pic16_parseOptions: added, parses port specific options:
7801         --pgen-banksel, --obanksel=, --pomit-config-words, --pomit-ivt,
7802         --pleave-reset-vector, --penable-stack, --pstack-model, --debug-xtra
7803         --preplace-udata-with=
7804
7805         * _pic16_setDefaultOptions: modified to initialize section names,
7806         but hack is temporarly out of order since it needs improvement.
7807         * _pic16_genAssemblerPreamble: configuration words are emitted by
7808         their address instead of their name. This part is incomplete and
7809         supports only the 18Fxx2 devices. Other devices will emit an error
7810         during assembly since they do not contain the same set of config
7811         registers
7812         * _pic16_genIVT: is modified,
7813
7814         * pcode.c: added definitions for some hardware registers that are needed
7815         for stack support
7816         * added flag is2LitOp and variable pci_magic in pCodeInstruction.
7817         All PCI entries are updated. Now LFSR is supported.
7818         * Removed pic16_pciTRIS is mentioned by mdubuc in source
7819         * added pic16_newpCodeOpLit2 to support instructions with
7820         two literal arguments
7821         * pic16_pCode2str: corrected code that emits assembler instructions
7822         with two literal operands and those that have an access bit modifier
7823         * genericPrint: now PC_ASMDIR pCodes, can emit a label if it exists,
7824         this fixes a bug which caused some labels to be lost, when an
7825         assembler directive was added, i.e. banksel,
7826         * pic16_FixRegisterBanking: improved logic that causes the insertion
7827         of bank switching,
7828         * InlineFunction: functions that are called once, are not any more
7829         inlined. This can be a port option in the future,
7830
7831         * pcode.h: added pCodeOpLit2 and added variable label in pCodeAsmDir
7832
7833         * ralloc.c: added pic16_rel_udata and pic16_fix_udata variables which
7834         hold the corresponding uninitialized symbols,
7835         * pic16_allocProcessorRegister: registers have explicit marked the
7836         accessBank field,
7837         * pic16_allocInternalRegister: registers are explicit marked as
7838         not used,
7839         * pic16_writeUsedRegs: pic16_dynDirectBitRegs was missing from the
7840         processing list, so bit registers were lost,
7841         *
7842
7843         * ralloc.h: added field 'accessBank' and original symbol operand
7844         in register definition,
7845         * removed the field isMapped from register definition,
7846
7847         ** Several functions have been removed from various sources:
7848         BanksUsedFlow2,BanksUsedFlow,FixBankFlow,InstructionRegBank,
7849         pic16_addMemRange,pic16_isREGinBank,pic16_dump_map,pic16_dump_cblock
7850         isSFR,validAddress,mapRegister,assignRegister,pic16_assignFixedRegisters
7851         pic16_assignRelocatableRegisters
7852
7853         ** others have been introduced:
7854         pic16_areRegsSame,pic16_dump_section,checkAddReg,pic16_groupRegistersInSection
7855         pic16_popGetLit2,pic16_popCombine2,pushw,pushaop
7856
7857 2004-01-05 Vangelis Rokas <vrokas AT otenet.gr>
7858
7859         * support/scripts/inc2h.pl: changed definition of BIT_AT
7860         to emit 'sbit at' instead of 'bit at'. This was a request.
7861
7862         PIC16 port related preliminary changes:
7863         * gen.c: prefixed function popRegFromString with
7864         pic16_ and all references to it corrected
7865         * pcode.c: all pic16_pc_* hardware registers prefixed
7866         with underscore (_),
7867         pic16_popCopyGPR2Bit(): function sets register wasUsed=1
7868         * ralloc.c: newReg(): when register is REG_SFR then
7869         set address to rIdx,
7870         pic16_allocProcessorRegister(): marks register wasUsed=0
7871         pic16_writeUsedRegs(): added a call to assign processor
7872         registers via pic16_assignFixedRegisters
7873
7874 2004-01-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7875
7876         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c,
7877         as/mcs51/lkmain.c, as/mcs51/lkmem.c: 8051 linker can now pack
7878         variables in unused register banks.  Also the SSEG is placed
7879         wherever there is enough space for it, and IDATA can be anywhere
7880         in internal RAM.  For now compile using -Wl-Y[stack_size].
7881         The mem file is different for this option as well, since it
7882         makes no sense of talking about DSEG lenght.
7883
7884 2004-01-02 Vangelis Rokas <vrokas AT otenet.gr>
7885
7886         * src/SDCClrange.c: fixed bug 869095 that caused segfault
7887         in certain cases, e.g. when ROM assignment, patch provided
7888         from Albert den Haan.
7889
7890 2004-01-01 Bernhard Held <bernhard AT bernhardheld.de>
7891
7892         Many signedness and type propagation fixes:
7893         * src/SDCCicode.c: made geniCodeCast() static
7894         replaced SPEC_ by IS_ (cosmetic)
7895         (operandOperation): fixed div and mod operation
7896         (usualBinaryConversions): added support for promotion of char
7897         (geniCodeMultiply): replaced (unsigned long) by (TYPE_UDWORD)
7898         (geniCodeDivision): replaced (unsigned long) by (TYPE_UDWORD)
7899         (geniCodeAdd): an array index will stay unsigned, even if promoted
7900         from char to int
7901         (geniCodeArray): ditto
7902         * src/SDCCicode.h: made geniCodeCast() static: removed prototype
7903         * src/SDCCsymt.c (computeType): added more support for char;
7904         promotion of char is selectable by promoteCharToInt, fixed signedness
7905         for all cases
7906         (powof2): replaced (unsigned long) by (TYPE_UDWORD)
7907         * src/SDCCsymt.h (powof2): replaced (unsigned long) by (TYPE_UDWORD)
7908         * src/SDCCval (val*): replaced signedness calculation by
7909         computeType()
7910         rearranged if-branches (cosmetic)
7911         (valShift): added warning W_SHIFT_CHANGED
7912         (valCompare): fixed problem with different types
7913         * src/hc08/rallo.c (leastUsedLR): fixed gcc 3.3 warning
7914         * support/regression/tests/literalop.c: added many cases
7915         * support/regression/tests/ast_constant_folding.c: changed finally to
7916         'unsigned int'
7917         * .version: new year, new version: 2.3.7
7918         * src/SDCCmain.c (main): applied patch #866468
7919         * debugger/mcs51/sdcdb.c (parseCmdLine): added -k for ucsim, patch
7920         provided by Scott Bronson
7921         * doc/sdccman.lyx: updated documentation for sdcdb
7922         updated and added chapter tips
7923
7924 2004-01-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7925
7926         * src/SDCCsymt.h: missing from yesterday's commits
7927
7928 2003-12-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7929
7930         * src/SDCC.y (struct_or_union_specifier),
7931         * support/Util/SDCCerr.c,
7932         * support/Util/SDCCerr.h: verify that struct & union tags are used
7933         as declared.
7934
7935 2003-12-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7936
7937         * src/SDCCglobl.h: missing from yesterday's commits
7938
7939 2003-12-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7940
7941         * src/SDCC.y (external_definition, type_specifier2, sfr_reg_bit,
7942         sft_attributes, struct_declaration, parameter_declaration,
7943         type_name, start_block, declaration_list),
7944         * src/SDCC.lex (check_type): support redefinition of typedef names
7945
7946 2003-12-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7947
7948         * src/mcs51/gen.c (genPlus): added special handling for 256 byte
7949         aligned xdata arrays. Erik helped me with the if clause.
7950
7951 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7952
7953         * device/lib/ds390/tinibios.c (CpuSpeed): suppress unreachable code
7954         warning
7955
7956 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7957
7958         * src/SDCCast.h,
7959         * src/SDCCast.c (newAst_),
7960         * src/SDCCicode.h,
7961         * src/SDCCicode.c (ast2iCode, newiCode),
7962         * src/SDCCglobl.h,
7963         * src/SDCC.y (logical_and_expr, logical_or_expr, conditional_expr,
7964         expr, statement, expression_statement, selection_statement,
7965         iteration_statement, expr_opt, jump_statement): foundation for tracking
7966         sequence points
7967         * src/SDCCopt.c (killDeadCode): fixed bug #861580 (needs the sequence
7968         point code too)
7969
7970 2003-12-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7971
7972         * support/Util/SDCCerr.c,
7973         * src/SDCCast.h,
7974         * src/SDCCast.c (createCase, createDefault, decorateType),
7975         * src/SDCClabel.c (labelUnreach),
7976         * src/SDCC.y (labeled_statement, jump_statement): More improvements
7977         to error messages.
7978         * support/Util/SDCCerr.c (werrorfl): fixed a non-standard declaration
7979         (with thanks to Stas Sergeev)
7980         * device/include/time.h,
7981         * device/lib/time.c (CheckTime): suppress unreachable code warning
7982
7983 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7984
7985         * src/SDCCast.c (createIvalCharPtr),
7986         * src/SDCCglue.c (printChar): fixed bug #862241 (an error in my fix for
7987         bug #753752)
7988         * support/regression/tests/nullstring.c: tests for these two bugs
7989
7990 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7991
7992         * support/Util/SDCCerr.h,
7993         * support/Util/SDCCerr.c (E_NOT_ALLOWED),
7994         * src/SDCC.y (struct_declaration, struct_or_union_specifier): complain
7995         about storage class and 'at' used inside struct or union
7996         * src/SDCCBBlock.c (iCodeFromeBBlock),
7997         * src/SDCCcse.c (ifxOptimize),
7998         * src/SDCCglue.c (emitRegularMap, initPointer, printIvalStruct,
7999         printIvalArray, printiValFuncPtr, printIvalCharPtr, printIvalPtr,
8000         printIval, emitStaticSeg, emitOverlay),
8001         * src/SDCClabel.c (deleteIfx),
8002         * src/SDCCopt.c (replaceRegEqv, eBBlockFromiCode),
8003         * src/SDCCast.c (resolveSymbols, createIvalStruct, createIvalArray,
8004         gatherAutoInit, processParms),
8005         * support/Util/SDCCerr.h,
8006         * support/Util/SDCCerr.c (werrorfl): Support for better error location
8007         reporting for post-parse errors.
8008
8009 2003-12-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8010
8011         * src/SDCCval.c (valPlus, valMinus, valShift): fixed some problems with
8012         implicit casts via union; they don't work on big endian systems
8013         (possible fix for bug #861138)
8014
8015 2003-12-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8016
8017         (committed by Erik Petrich <epetrich AT ivorytower.norman.ok.us> on Frieder's behalf)
8018         * src/mcs51/main.c: fixed the fix for bug #737001
8019
8020 2003-12-15  Borut Razem <borut.razem AT siol.net>
8021
8022         * support/scripts/sdcc.nsi: updated for NSIS 2.0 beta 4
8023
8024 2003-12-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8025
8026         * support/makebin/makebin.c: put output in binary mode
8027
8028 2003-12-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8029
8030         * src/mcs51/main.c: fixed bug #737001 for the mcs51. SDCC clears
8031         xdata and data memory on startup. Set the environment variable
8032         SDCC_NOGENRAMCLEAR to disable this.
8033         * src/mcs51/peephole.def,
8034         * src/ds390/peephole.def: using the atomic test and clear instruction jbc
8035         (allows non-interrupt and interrupt code to safely compete for a resource
8036         without the non-interrupt code having to disable interrupts)
8037
8038 2003-12-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8039
8040         * src/SDCCicode.c (geniCodeAdd),
8041         * src/SDCCast.c (decorateType): fixed bug #857753 (need to be careful
8042         with valFromType if type might be a pointer and host is big endian).
8043         * src/SDCCast.c (decorateType): unary plus compatible with all arithmetic
8044         types, not just integer types.
8045         * src/SDCCsymt.c (addSymChain): clarified error message when symbol is
8046         multiply defined with mismatching "at" address.
8047
8048 2003-12-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8049
8050         * src/ds390/main.c (PORT tininative_port): fixed bug #858416
8051         * src/SDCCglue.c (printChar, printIvalChar, emitStaticSeg),
8052         * src/SDCCast.c (createIvalCharPtr, stringToSymbol): handle strings
8053         with embedded nulls (fixed bug #753752)
8054
8055 2003-12-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8056
8057         * src/mcs51/main.c(_mcs51_genRAMCLEAR): using r0 instead of r1/r2.
8058         Apparently this did not see much testing (endless loop)
8059
8060 2003-12-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8061
8062         * src/z80/ralloc.c: set DISABLE_PACK_HL = 1 as a temporary fix to bug #855165
8063
8064 2003-12-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8065
8066         * src/SDCCdebug.c (outputDebugSymbols, outputDebugStackSymbols, dumpSymInfo):
8067         gracefully handle NULL memmap pointers
8068
8069 2003-12-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8070
8071         * src/SDCCopt.c (killDeadCode): change iCode type to DUMMY_READ_VOLATILE
8072         instead of deleting the iCode when an operand is volatile
8073         * src/z80/gen.c (genDummyRead),
8074         * src/mcs51/gen.c (genDummyRead),
8075         * src/ds390/gen.c (genDummyRead),
8076         * src/hc08/gen.c (genDummyRead): handle operands in IC_LEFT and/or IC_RIGHT,
8077         not just IC_RIGHT
8078         * src/SDCCicode.c (geniCodeCall): fixed bug #851607
8079         * src/SDCC.y: fixed bug #850420
8080
8081 2003-12-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8082
8083         Applied z80 i/o port patch from Peter Townson and fixed some operators
8084         to better handle operands in A register.
8085         * device/include/z180.h
8086         * src/SDCC.y
8087         * src/SDCCglue.c
8088         * src/z80/gen.c
8089         * src/z80/gen.h
8090         * src/z80/main.c
8091         * src/z80/peeph-z80.def
8092         * src/z80/peeph.def
8093         * src/z80/z80.h
8094
8095 2003-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8096
8097         * src/SDCCsymt.c (addSymChain, compareTypeExact): fixed bug #838241 again
8098
8099 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8100
8101         * device/lib/hc08/_mullong.c: Removed extra #endif
8102
8103 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8104
8105         * sim/ucsim/hc08.src/inst.cc,
8106         * sim/ucsim/hc08.src/hc08mac.h: fixed some problems with CC flag bits and
8107         carries from x to h
8108         * src/hc08/gen.c (aopAdrStr): fixed problem with 16 bit immediate
8109         * src/hc08/gen.c (XAccRsh): fixed problem with right shift
8110         * device/include/stdarg.h: fixed varargs for hc08
8111         * device/lib/Makefile.in,
8112         * device/lib/hc08/Makefile,
8113         * device/lib/hc08/_mulint.c,
8114         * device/lib/hc08/_mullong.c: fixed some endian problems
8115
8116 2003-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8117
8118         * sdcc/src/mcs51/gen.c (genMultOneByte): help peephole 105
8119         * sdcc/src/mcs51/peeph.def: added peephole 186.e array access in code space
8120         * device/lib/_gptrget.c,
8121         * device/lib/_gptrput.c: P2 not used any more (related to #850747, #785979)
8122
8123 2003-11-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8124
8125         * src/SDCClrange.c (findNextUseSym, rlivePoint): fixed bug #849795
8126         * src/SDCCast.c (astErrors): fixed bug #846007
8127         * src/SDCCsymt.c (checkFunction): fixed follow-up bug on bug #846007
8128
8129 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8130
8131         * src/SDCCast.c (decorateType): disabled a transformation I added in
8132         revision 1.188 (access to fields of a structure at an absolute address);
8133         it breaks with bitfields, extern declarations, and gcse analysis.
8134         * src/SDCCopt.c (isLocalWithoutDef): if ADDRESS_OF applied to a symbol, it
8135         could be assigned through a pointer, so don't complain.
8136         * src/SDCCast.c (astErrors),
8137         * src/SDCCast.h,
8138         * src/SDCCglue.c (emitRegularMap): fixed bug #847813
8139
8140 2003-11-26 Vangelis Rokas <vrokas AT otenet.gr>
8141
8142         * src/pic16/main.c (_pic16_genIVT): fixed interrupt vector table
8143         * src/pic16/main.c (_pic16_genAssemblerPreamble): re-enabled the
8144         output of __config directives, since gpasm now supports them
8145         * src/pic16/main.c (_pic16_finaliseOptions): define MCU
8146         pre-processor macro, i.e. -DMCU=p18f452
8147         * src/pic16/ralloc.c: renamed packRegisters to pic16_packRegisters,
8148         and modified to handle 'cast' icode similarly to '=' icode
8149         * src/pic16/device.h (typedef struct PIC_device): added field
8150         'extMIface' to indicate that chip has external memory interface
8151         * src/pic16/device.c: added chips 18F248, 18F258, 18F448, 18F458,
8152         18F6520, 18F6620, 18F6680, 18F6720, 18F8520, 18F8620, 18F8680,
8153         18F8720
8154
8155 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8156
8157         * src/SDCC.y (pointer): fixed bug #846006
8158         * support/Util/SDCCerr.c: made W_PTR_TYPE_INVALID message clearer
8159         * src/SDCCast.c (decorateType): fixed bug #846009
8160         * src/ds390/peeph.def,
8161         * src/ds390/gen.c (genAnd, genOr),
8162         * src/mcs51/peeph.def,
8163         * src/mcs51/gen.c (genAnd, genOr): fixed bug #846777
8164
8165 2003-11-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8166
8167         Fixed several common-sub-expression bugs (#772861, #768380, & #755323)
8168         * src/SDCCdflow.c
8169         * src/SDCCcse.c
8170         * src/SDCCcse.h
8171         * src/SDCCBBlock.h
8172         * src/SDCCBBlock.c
8173
8174 2003-11-23 Klaus Flittner <klaus_flittner AT gmx.de>
8175
8176         fixed bug #845089
8177         * src/SDCCbitv.h,
8178         * src/SDCCbitv.c: added function to free a bitvector
8179         * src/SDCClrange.h,
8180         * src/SDCClrange.c: added function to recompute the liveranges
8181         * src/avr/ralloc.c,
8182         * src/ds390/ralloc.c,
8183         * src/hc08/ralloc.c,
8184         * src/mcs51/ralloc.c,
8185         * src/pic/ralloc.c,
8186         * src/pic16/ralloc.c,
8187         * src/xa51/ralloc.c,
8188         * src/z80/ralloc.c: recompute the liveranges after register packing
8189
8190 2003-11-21 Klaus Flittner <klaus_flittner AT gmx.de>
8191
8192         * src/SDCCloop.c (newInduction): fixed bug #845630
8193
8194 2003-11-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8195
8196         * src/SDCCsymt.c (compareTypesExact): disabled debugging output
8197         inadvertantly left behind from my 2003-11-12 change
8198
8199 2003-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8200
8201         Updated headers I neglected to commit yesterday.
8202         * src/SDCClrange.h,
8203         * src/SDCCicode.h
8204
8205 2003-11-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8206
8207         * src/SDCCcse.c (algebraicOpts): fixed bug #773153
8208         * src/SDCClrange.c (rlivePoint): need to mark IC_RESULT used if POINTER_SET op
8209         * src/SDCCopt.c (eBBlockFromiCode),
8210         * src/SDCClrange.c (hashiCodeKeys, sequenceiCode, computeLiveRanges): seperated
8211         the creation of the key hash table from the sequencing so it can be used
8212         earlier (for some GCSE bug fixes still pending)
8213
8214 2003-11-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8215
8216         * src/mcs51/gen.c (genPlus): generate shortcut for adding 0xab00
8217         * support/regression/tests/addsub.c: testing genPlus shortcut
8218
8219 2003-11-15  Borut Razem <borut.razem AT siol.net>
8220
8221         * src/SDCCmain.c: fixed bug #841645: -MM command line option passed to sdcpp
8222
8223 2003-11-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8224
8225         * src/SDCCcse.c (cseBBlock): fixed bug #527779
8226         * src/SDCCcse.c (deleteGetPointers): rewrote so that the set
8227         ordering is immaterial.
8228         * src/SDCCdflow.c (mergeInExprs): fixed bug #587536
8229
8230 2003-11-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8231
8232         * src/SDCCicode.c (geniCodeAddressOf): fixed part of bug #840381
8233         * src/SDCCopt.c (replaceRegEqv, isLocalWithoutDef): fixed other part
8234         (SIGSEV) of bug #840381
8235         * src/SDCCmain.c (linkEdit, assemble): fixed bug #841606 (don't
8236         unlink new file before rename if new and old filenames are the same)
8237
8238 2003-11-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8239
8240         * src/mcs51/main.c: started fixing bug #737001 (SDCC not clearing
8241         uninitialized variables) for the mcs51. Set environment variable
8242         SDCC_GENRAMCLEAR to test.
8243         xdata initialization slightly shorter
8244
8245 2003-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8246
8247         * src/SDCCsymt.h,
8248         * src/SDCCsymt.c (addSymTypeChain, compareTypesExact): fixed bugs
8249         #838241 & 780691 (basicly the same bug)
8250         * src/SDCCBBlock.c (iCode2eBBlock): fixed bug #840148
8251         * src/SDCCBBlock.c (iCodeFromeBBlock): fixed bug #840162
8252
8253 2003-11-11 Bernhard Held <bernhard AT bernhardheld.de>
8254
8255         * src/SDCCmain.c (linkEdit): "fix" #834252
8256
8257 2003-11-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8258
8259         * src/SDCCast.c (removePostIncDecOps, removePreIncDecOps),
8260         * src/SDCCast.h,
8261         * src/SDCC.y: fixed bug #819403
8262
8263 2003-11-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8264
8265         * support/regression/fwk/lib/testfwk.c: printn is recursive and thus needs
8266         the reentrant attribute.
8267         * src/hc08/gen.c (genPackBits): added missing stack readjustment
8268         * sim/ucsim/hc08.src/inst.cc (inst_mov): fixed bugs with mov instruction
8269         simulation
8270         * src/SDCCast.c (decorateType): fixed bug with storage class not being
8271         updated during pointer dereference; f.e. ~(((char *)1)*) was being
8272         erroneously reduced to a literal.
8273         * src/hc08/ralloc.c (packRegisters, rematStr),
8274         * src/hc08/gen.c (aopForRemat): allow literals to be rematerialized in
8275         some cases
8276
8277 2003-11-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8278
8279         * src/mcs51/main.c: fixed bug #838385. Thanks to Josef Pavlik for finding and fixing
8280         * doc/sdccman.lyx: changed from 'article' to 'book'
8281         * doc/Makefile: readded test_suite_spec and cdbfileformat
8282
8283 2003-11-08 Bernhard Held <bernhard AT bernhardheld.de>
8284
8285         * device/include/stdlib.h: include malloc.h to comply with ANSI
8286         * support/regression/tests/malloc.c: include stdlib.h instead of malloc.h
8287
8288 2003-11-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8289
8290         * doc/Makefile: sdccman.pdf should build with correct references (more info in commit msg)
8291         * doc/clean.mk: also remove *.out files
8292         * doc/sdccman.lyx: some additions, larger top/bottom margins
8293
8294 2003-11-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8295
8296         * src/SDCC.y: fixed bug #837365
8297         * support/regression/tests/bitopcse.c
8298         * src/hc08/gen.c (genPointerGet): Don't assume pointer operand is
8299         a symbol (might be valop instead)
8300         * device/lib/Makefile.in: added errno.c to HC08SOURCES
8301         * device/lib/clean.mk: added hc08 to the cleaning list
8302
8303 2003-11-04  Borut Razem <borut.razem AT siol.net>
8304
8305         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h: reverted changes,
8306           made 2003-11-04
8307         * support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
8308           as/z80/aslist.c, as/z80/assym.c: removed inclusion of nonstandard malloc.h;
8309           malloc is declared in standard stdlib.h
8310
8311 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8312
8313         * device/lib/hc08/Makefile: need to clean .rel not .o files
8314         * src/hc08/gen.c (genDjnz): can't use djnz with extended addressing mode
8315
8316 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8317
8318         * src/port.h,
8319         * src/hc08/main.c,
8320         * src/mcs51/main.c,
8321         * src/ds390/main.c,
8322         * src/z80/main.c,
8323         * src/avr/main.c,
8324         * src/pic/main.c,
8325         * src/pic16/main.c,
8326         * src/xa51/main.c: added hasExtBitOp & oclsExpense functions to ports
8327         * src/SDCCicode.c: changed several IS_FARSPACE tests to isOclsExpensive
8328         tests (which uses the port's oclsExpense function)
8329         * src/SDCC.y,
8330         * src/SDCCast.c,
8331         * src/SDCCicode.c,
8332         * src/hc08/gen.c,
8333         * src/ds390/gen.c,
8334         * src/mcs51/gen.c: added support for the SWAP iCode (RFE #834167)
8335
8336 2003-11-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8337
8338         * src/SDCCcse.c (ifxOptimize),
8339         * src/SDCClabel.c (labelIfx, deleteIfx): When the condition to
8340         an IFX iCode is volatile, convert to DUMMY_READ_VOLATILE instead
8341         deleting the IFX iCode.
8342         * src/hc08/ralloc.c: reduced unneeded slocs
8343         * src/hc08/gen.c: fixed bug in asmopToBoolean
8344
8345 2003-11-04  Borut Razem <borut.razem AT siol.net>
8346
8347         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h,
8348           support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
8349           as/z80/aslist.c, as/z80/assym.c: decision to include malloc.h
8350           transferred to configure
8351
8352 2003-11-03 Bernhard Held <bernhard AT bernhardheld.de>
8353
8354         Use headers defined in the C[++] standards:
8355         * sim/ucsim/gui.src/serio.src/fileio.cc
8356         * sim/ucsim/gui.src/serio.src/frontend.cc
8357         * sim/ucsim/gui.src/serio.src/main.cc
8358         * sim/ucsim/gui.src/serio.src/posix_signal.cc
8359         * support/Util/NewAlloc.c
8360         * as/hc08/lklibr.c
8361         * as/mcs51/lklibr.c
8362         * as/z80/aslist.c
8363         * as/z80/assym.c
8364
8365 2003-11-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8366
8367         * Added MSVC projects for hc08 assembler and linker:
8368         all.dsp, config.dsp, sdcc.dsw, /as/hc08/as_hc08.dsp,
8369         /as/hc08/link_hc08.dsp
8370
8371 2003-11-03 Martin Helmling <Martin.Helmling AT octo-soft.de>
8372
8373         * debugger/mcs51/cmd.c: allows filename starting with digit(+ some debug)
8374
8375 2003-11-02 Bernhard Held <bernhard AT bernhardheld.de>
8376
8377         * src/SDCCmain.c (linkEdit): "fixed" again bug #833605
8378
8379 2003-11-01 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8380
8381         * src/mcs51/main.c: xdata initialization is 13 bytes shorter now
8382
8383 2003-10-31  Borut Razem <borut.razem AT siol.net>
8384
8385         * support/cpp2/cpplib.h,
8386           support/cpp2/cpplib.c,
8387           support/cpp2/cpplex.c,
8388           support/cpp2/cppinit.c: introduced #pragma preproc_asm [ + | - ]
8389           to switch _asm block preprocessing on / off. Default is
8390           #pragma preproc_asm +
8391
8392 2003-10-31  Borut Razem <borut.razem AT siol.net>
8393
8394         * support/cpp2/cpplex.c: Fixed _WIN32 problem with CR-CR-LF sequences
8395           when outputting comment blocks (when executed with -C option) and
8396           _asm (SDCPP specific) blocks
8397
8398 2003-10-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8399
8400         * as/hc08/lkrloc.c (relr): Fixed ihx output, fixed lastAreaIndex warning
8401
8402 2003-10-31 Klaus Flittner <klaus_flittner AT gmx.de>
8403
8404         * src/SDCCcse.c (updateSpillLocation): fixed bug #808027
8405
8406 2003-10-31 Bernhard Held <bernhard AT bernhardheld.de>
8407
8408         * src/SDCCmain.c (linkEdit): "fixed" bug #833605
8409         * src/SDCCast.c (decorateType): fixed bug #832664
8410
8411 2003-10-31  Borut Razem <borut.razem AT siol.net>
8412
8413         * support\cpp2\cpplex.c: fixed for SDCPP:
8414           comments(when executed with -C option) and _asm blocks
8415           were included even if they where in skipped #if block.
8416           Applied solution from GCC cpp 3.3.2
8417
8418 2003-10-31  Borut Razem <borut.razem AT siol.net>
8419
8420         * src/SDCC.lex: sdcc now understands both formats:
8421           '# <line_number> <file_name>' and
8422           '#line <line_number> <file_name>'
8423         * support/cpp2/cppmain.c: sdcpp now generates the standard
8424           '# <line_number> <file_name>' instead of former
8425           '#line <line_number> <file_name>'
8426
8427 2003-10-30  Borut Razem <borut.razem AT siol.net>
8428
8429         * support/cpp2/cpphash.h,
8430         * support/cpp2/cpplib.h
8431         * support/cpp2/cpplex.c,
8432         * support/cpp2/cppmain.c,
8433         * support/cpp2/cppinit.c: fixed bug #828015 - Syntax variation for _asm character constants
8434
8435 2003-10-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8436
8437         Fixed a number of problems revealed by bug #827883.
8438         * src/SDCCloop.c (loopInvariants): Spill location of the
8439         result operand should be recomputed if extracted from
8440         a loop. Also, don't extract assignments of an iTemp
8441         from a literal.
8442         * src/SDCCast.c (isConformingBody): loop reversal should
8443         not occur if the control variable is involved with a
8444         relational operator.
8445
8446 2003-10-28 Bernhard Held <bernhard AT bernhardheld.de>
8447
8448         * .version: bumped to 2.3.6 to reflect the big improvements
8449         made by Erik and Klaus. Thanks!
8450
8451 2003-10-28 Klaus Flittner <klaus_flittner AT gmx.de>
8452
8453         Replaced the livrange code.
8454         * src/SDCClrange.c: added new LR code
8455         * src/SDCCloop.c,
8456         * src/SDCCBBlock.h: removed remainig parts from old LR code
8457         * src/ds390/ralloc.c,
8458         * src/ds390/gen.c: minor fixes to make it work with new code
8459
8460 2003-10-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8461
8462         * as/hc08/asm.h,
8463         * as/hc08/lkrloc.c,
8464         * src/hc08/gen.c,
8465         * src/hc08/ralloc.c: Fix various warnings related to the hc08
8466         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): Fixed bug #829717
8467         (tweaked fix for bug #818696)
8468
8469 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8470
8471         * src/z80/ralloc.c (joinPushes): Fixed bug #828742
8472
8473 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8474
8475         * src/SDCCmain.c,
8476         * sdccconf_in.h: Fixed bug #828387 (--disable-hc08-port didn't work)
8477         * src/mcs51/gen.c (gencjneshort),
8478         * src/ds390/gen.c (gencjneshort): Made comparison with AOP_IMMD operand
8479         more efficient (per Scott Bronson's suggestion)
8480
8481 2003-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8482
8483         Extended the semantics of the critical keyword to include
8484         individual statements. See RFE #827755 and #799831
8485         * src/SDCC.y
8486         * src/SDCCicode.c
8487         * src/SDCCopt.c
8488         * src/SDCCast.c
8489         * support/Util/SDCCerr.c
8490         * support/Util/SDCCerr.h
8491         * src/mcs51/gen.c
8492         * src/ds390/gen.c
8493         * src/hc08/gen.c
8494
8495 2003-10-19  Borut Razem <borut.razem AT siol.net>
8496
8497         * src/SDCC.lex: fixed bug #825944 - defined yytext_ptr to make it compile with flex 2.5.31
8498
8499 2003-10-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8500
8501         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec, ast2iCode):
8502         Fixed bug #818696
8503         * src/SDCCast.c (ast_print): Fixed --dumptree so that preincrement
8504         and predecrement operand is displayed
8505
8506 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
8507
8508         * src/SDCCval.c (valMinus): fixed bug #826041
8509
8510 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8511
8512         Some hc08 related updates that I missed earlier
8513         * sim/ucsim/stypes.h
8514         * support/regression/ports/hc08/spec.mk
8515
8516 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8517
8518         New target "hc08" for the Motorola 68hc08 family of micros
8519
8520         * configure
8521         * configure.in
8522         * Makefile
8523         * src/hc08/*
8524         * src/SDCCmain.c
8525         * src/port.h
8526         * sim/ucsim/hc08.src/*
8527         * sim/ucsim/configure.in
8528         * src/ucsim/configure
8529         * sim/ucsim/packages_in.mk
8530         * as/hc08/*
8531         * as/Makefile
8532         * device/include/mc68hc908qy.h
8533         * device/lib/hc08/*
8534         * device/lib/Makefile.in
8535         * support/regression/ports/hc08/*
8536         * support/regression/Makefile
8537
8538 2003-10-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8539
8540         * src/z80/gen.c: fixed bug revealed by ast_constant_folding.c
8541         regression test
8542         * src/ds390/gen.c (genCast): fixed bug #821957
8543
8544 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
8545
8546         * device/lib/logf.c: "fixed" overlay bug
8547         * support/regression/ports/host/spec.mk: added m library
8548         * support/regression/ports/mcs51-stack-auto/spec.mk: added float funcs
8549         * support/regression/tests/float_trans: added (for Eric)
8550
8551 2003-10-12 Bernhard Held <bernhard AT bernhardheld.de>
8552
8553         * src/mcs51/gen.c (genCpl): fixed bug
8554         http://sf.net/mailarchive/message.php?msg_id=6263915
8555
8556 2003-10-10 Bernhard Held <bernhard AT bernhardheld.de>
8557
8558         * src/SDCCast.c (decorateType): added extended constant folding
8559         * src/SDCCsymt.c (computeType): cleanup
8560         * src/SDCCval.c (valShift): minor optimization
8561         * support/regression/tests/ast_constant_folding.c: added
8562
8563 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8564
8565         * src/SDCCmain.c: removed some unintended changes
8566
8567 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8568
8569         * src/SDCCmain.c (setParseWithComma): fixed bug #816685
8570         * src/z80/gen.c: fixed part of bug #817589
8571         * src/SDCCsymt.c (checkFunction): fixed bug #817895
8572
8573 2003-10-08 Bernhard Held <bernhard AT bernhardheld.de>
8574
8575         Replaced cast (void **) with (void *) to avoid gcc 3 warning:
8576         * src/SDCCcflow.c
8577         * src/SDCCcse.c
8578         * src/SDCCdflow.c
8579         * src/SDCClabel.c
8580         * src/SDCClrange.c
8581         * src/SDCCmem.c
8582         * src/SDCCopt.c
8583         * src/SDCCpeeph.c
8584         * src/SDCCset.c
8585         * src/avr/ralloc.c
8586         * src/ds390/ralloc.c
8587         * src/izt/ralloc.c
8588         * src/mcs51/ralloc.c
8589         * src/pic/ralloc.c
8590         * src/pic16/ralloc.c
8591         * src/xa51/ralloc.c
8592         * src/z80/ralloc.c
8593         * src/z80/gen.c: removed unused label "release:"
8594
8595 2003-10-06  Borut Razem <borut.razem AT siol.net>
8596
8597         * src/SDCC.lex: removed definition of unused variables
8598           save_optimize and save_options
8599
8600 2003-10-06 Bernhard Held <bernhard AT bernhardheld.de>
8601
8602         * clean.mk: removed '=' in "-maxdepth=1"
8603         * src/SDCCloop.c: replace LRKLAUS with SDCC_LRKLAUS
8604         * src/SDCClrange.c: replace LRKLAUS with SDCC_LRKLAUS
8605
8606 2003-10-06  Borut Razem <borut.razem AT siol.net>
8607
8608         * src/SDCC.lex, src/SDCC.lex: use dbuf for "_asm" definitions;
8609           my_unput() replaced by unput()
8610
8611 2003-10-05 Bernhard Held <bernhard AT bernhardheld.de>
8612
8613         * src/SDCCloop.c (assignmentsToSym, loopInduction): cast argument of
8614         setToNull() to (void *) to avoid gcc3.x's warning: "dereferencing
8615         type-punned pointer will break strict-aliasing rules"
8616         Old LR behaviour is again default; Klaus' LR can be choosen by
8617         defining the environment variable LRKLAUS
8618         * src/SDCCBBlock.h
8619         * src/SDCCloop.c
8620         * src/SDCClrange.c
8621         * src/ds390/ralloc.c (spillThis): applied Klaus' patch
8622         * clean.mk: fixed removal of files in bin/CVS/
8623         * device/lib/clean.mk: fixed removal of directories small and large
8624         * support/Util/SDCCerr.c: changed W_INT_OVL to ERROR_LEVEL_PEDANTIC
8625         * src/SDCCicode.c,
8626         * src/SDCCval.c: removed superflous test for pedantic
8627
8628 2003-10-05  Borut Razem <borut.razem AT siol.net>
8629
8630         * src/SDCC.lex, support/Util/SDCCerr.c, sdcc/support/Util/SDCCerr.h:
8631           Fixed bug #816692: introduced new ERROR_LEVEL_PEDANTIC warning
8632           message "unmatched #pragma SAVE and #pragma RESTORE"
8633
8634 2003-10-04  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8635
8636         * doc/sdccman.lyx: various additions and updates (interrupts, inline
8637           assembly, critical functions, atomic, nojtbound)
8638
8639 2003-10-04 Bernhard Held <bernhard AT bernhardheld.de>
8640
8641         Applied liferange patch from Klaus Flittner <klaus_flittner AT gmx.de>
8642         * src/SDCCBBlock.h
8643         * src/SDCCloop.c
8644         * src/SDCCloop.h
8645         * src/SDCClrange.c
8646
8647 2003-10-03  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8648
8649         * src/z80/gen.h,
8650         * src/z80/gen.c (aopOp, aopGet, aopPut, genDummyRead),
8651         * src/mcs51/gen.h
8652         * src/mcs51/gen.c (aopOp, aopGet, aopPut, genDummyRead),
8653         * src/ds390/gen.h
8654         * src/ds390/gen.c (aopOp, aopGet, aopPut, genDummyRead),
8655         * src/SDCCicode.c (ast2iCode, geniCodeDummyRead): Fixed bug #663539
8656         * src/SDCCopt.c (killDeadCode): Fixed bugs #663539 & #816705
8657
8658 2003-10-02  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8659
8660         * src/z80/gen.c (genRet): fixed bug #524753
8661         * src/z80/gen.c (genCast): fixed internal error on cast from
8662         pointer to long
8663         * src/z80/gen.c (_saveRegsForCall, emitCall): adapted Johan's
8664         fix for bug #477835 to the z80
8665         * src/z80/gen.c (genZ80code, _vemit2, _emit2): added support
8666         for tracking iCodes in the peephole optimizer for z80
8667
8668 2003-10-01  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8669
8670         * src/SDCCicode.c (geniCodeJumpTable, geniCodeSwitch): fixed
8671         the other part of bug #814548
8672         * src/SDCCpeeph.c (labelInRange): fixed bug #814558
8673
8674 2003-09-30  Bernhard Held <bernhard AT bernhardheld.de>
8675
8676         * src/SDCCcse.c: fixed part of bug #814548
8677
8678 2003-09-28  Borut Razem <borut.razem AT siol.net>
8679
8680         * src/asm.c: rewrite of printILine() to use temporary file instead
8681           a pipe
8682         * src/xa51/main.c: commented out declaration of int rewinds
8683
8684 2003-09-27  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8685
8686         * src/SDCCicode.c (geniCodeJumpTable): Fixed bug #813206
8687
8688 2003-09-26  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8689
8690         * src/SDCCdflow.c (computeDataFlow): Fixed bug #810746
8691         * src/asm.c (printILine): Fixed bug #811015
8692
8693 2003-09-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8694
8695         *link/z80/lklibr.c, as/mcs51/lklibr.c: Improved memory allocation and
8696         freeing.
8697
8698 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8699
8700         * src/z80/gen.c (setupToPreserveCarry): Fixed bug #796955
8701         * src/z80/gen.c (setupPair, genMovePairPair): Fixed setupPair
8702         to correctly handle general case of AOP_PAIRPTR
8703         * src/z80/gen.c (aopGet, aopPut): Generalized AOP_PAIRPTR handling
8704
8705 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8706
8707         * src/mcs51/ralloc.c (fillGaps),
8708         * src/ds390/ralloc.c (fillGaps): fixed bug #810093 (yet another
8709         register positioning bug)
8710
8711 2003-09-21  Bernhard Held <bernhard AT bernhardheld.de>
8712
8713         * device/lib/_fsdiv.c: replaced (1<<31) by (1ul<<31)
8714
8715 2003-09-19  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8716
8717         * src/mcs51/gen.c (loadDptrFromOperand, genFarPointerGet,
8718         genCodePointerGet, genGenPointerGet, genFarPointerSet,
8719         genGenPointerSet): handle AOP_DPTR correctly when loading dptr
8720         (ralloc doesn't intentionally do this now, but perhaps later)
8721         * src/mcs51/ralloc.c (serialRegAssign, fillGaps),
8722         * src/ds390/ralloc.c (serialRegAssign, fillGaps): fixed some
8723         register positioning bugs (Fixed bug #762602 and #795325)
8724         * src/SDCCicode.c (geniCodeDerefPtr): Track output class correctly
8725         (Fixed bug #808779)
8726         * src/z80/gen.c: increased _vemit2's buffer[] to handle long
8727         lines that --i-code-in-asm generates
8728
8729 2003-09-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8730
8731         *link/z80/lklibr.c, as/mcs51/lklibr.c: Fixed Linux segfaults when
8732         trying to fclose a FILE* that was already closed.
8733
8734 2003-09-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8735
8736         * src/SDCCsymt.c (structElemType): fixed bug #808291 (members
8737         of const struct should be treated as if const themselves)
8738
8739 2003-09-18  Bernhard Held <bernhard AT bernhardheld.de>
8740
8741         * src/SDCCval.c (valPlus, valMinus): fixed bug #808337
8742
8743 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8744
8745         * support/librarian/sdcclib.c: Generate correct offsets for libraries with
8746         Unix (/n) and DOS (/r/n) line terminations.
8747
8748 2003-09-17  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8749
8750         * src/SDCCopt.c (cnvFromFloatCast, cnvToFloatCast): fixed
8751         bug #613775
8752
8753 2003-09-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8754
8755         * src/mcs51/gen.c (genFunction, genEndFunction),
8756         * src/ds390/gen.c (genFunction, genEndFunction): Moved save
8757         and restore of EA so that stack offsets to parameters are
8758         correct when using both critical and reentrant/stack-auto.
8759         * src/z80/gen.c (aopOp): removed erroneous assertion about sloc
8760         size (can be triggered in error if sloc is shared between
8761         different sized objects)
8762         * device/include/float.h: fixed macros to explicitly use
8763         unsigned long where needed
8764
8765 2003-09-15  Bernhard Held <bernhard AT bernhardheld.de>
8766
8767         Feature req. 799831: added code to allow nesting of critical functions
8768         * src/mcs51/gen.c (genFunction, genEndFunction)
8769         * src/ds390/gen.c (genFunction, genEndFunction)
8770
8771 2003-09-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8772
8773         * src/SDCCsymt.c (sclsFromPtr),
8774         * src/SDCCsymt.h,
8775         * src/SDCCast.c (decorateType): fixed bug #462971. Also, better
8776         support for standard C idiom of memory mapped variables; for
8777         example, *((xdata int*)0x1234) = 1 is now internally equivalent
8778         to xdata int at 0x1234 tempvar = 1.
8779         * sim/ucsim/z80.src/inst_xd.cc: fixed bug #805483 with patch
8780         provided by Akiya ISHIDA
8781
8782 2003-09-13  Bernhard Held <bernhard AT bernhardheld.de>
8783
8784         * src/SDCCval.c (cheapestVal): reenabled to reduce int to char
8785         * src/SDCCval.c (constVal): added reduction from int to char
8786         * src/SDCCval.c (valMult, valDiv): fixed sign handling
8787         * src/SDCCval.c (valShift): fixed after change of cheapestVal()
8788         * src/SDCCval.c (valCompare): fixed EQ_OP and NE_OP; they have
8789         to ignore the sign
8790         * support/regression/tests/shifts.c: fixed
8791
8792 2003-09-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8793
8794         * src/z80/gen.c (genXor): Fixed bug #805445
8795
8796 2003-09-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8797
8798         Fixed bug #621531 (const & volatile confusion in the type chain).
8799         DCL_PTR_CONST, DCL_PTR_VOLATILE, & IS_PTR_CONST now exclusively
8800         refer to the const or volatile state of the pointer itself.
8801
8802         * src/SDCCast.c
8803         * src/SDCCglue.c
8804         * src/SDCCicode.c
8805         * src/SDCCsymt.c
8806         * src/SDCCval.c
8807         * src/SDCC.y
8808         * src/SDCCsymt.h
8809         * src/pic/gen.c
8810         * src/pic/ralloc.c
8811         * src/pic16/gen.c
8812         * src/pic16/ralloc.c
8813         * support/regression/tests/const.c
8814
8815 2003-09-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8816
8817         When checking for duplicated modules, use absolute paths
8818         instead of relative paths.  Files changed:
8819
8820         * as/mcs51/lklib.c
8821         * link/z80/lklib.c
8822
8823 2003-09-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8824
8825         * src/SDCCicode.c (geniCodeLogic): fixed bug #797572
8826
8827 2003-09-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8828
8829         * device/include/string.h: added size_t typedef, changed
8830         prototypes to use size_t, eliminated separate reentrant and
8831         non-reentrant declarations, added _memmove declaration
8832         * device/lib/_memcpy.c: changed to use size_t instead of int,
8833         changed /4 to >>2 to avoid division library call
8834         * device/lib/_memcmp.c,
8835         * device/lib/_memset.c,
8836         * device/lib/_strncat.c,
8837         * device/lib/_strncpy.c,
8838         * device/lib/_strncmp.c: changed to use size_t instead of int
8839         * device/lib/_memmove.c: new file (fixed bug #772294)
8840         * device/lib/Makefile.in: added _memmove.c
8841         * device/lib/z80/asm_strings.s: fixed bug #772290
8842         * support/regression/tests/bitfields.c: attempt to fix host assertion
8843         failure on amd64-unknown-linux2.2
8844
8845 2003-09-06  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8846
8847         * src/z80/gen.c (aopPut, spillPairReg): fixed bug #800998
8848         * src/z80/gen.c (genFunction, genEndFunction): fixed "bug" #774700
8849         * as/z80/asmain.c (main): fixed bug #801766
8850
8851 2003-09-06  Bernhard Held <bernhard AT bernhardheld.de>
8852
8853         * src/SDCCicode.c (ast2iCode): fixed differences in iCode with different
8854         compilers
8855
8856 2003-09-05  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8857
8858         * src/SDCCast.c (isConformingBody): fixed loop reversal bug
8859         reported in bug #800609
8860
8861 2003-09-04  Vangelis Rokas <vrokas AT otenet.gr>
8862
8863         * Top header beautifications in src/pic16 directory:
8864           device.c, device.h, gen.c, gen.h, genarith.c, glue.c, pcode.c,
8865           pcodeflow.c, pcodeflow.h, pcode.h, pcodepeep.c, pcoderegs.c,
8866           pcoderegs.h, ralloc.c, ralloc.h
8867         * main.c: added top header and GPL license notice
8868         * pcode.c: fixed the if-conditional warning
8869
8870 2003-09-04  Bernhard Held <bernhard AT bernhardheld.de>
8871
8872         * device/lib/_mullong.c: replaced int by short for gcc
8873
8874 2003-08-31  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8875
8876         * src/SDCCpeeph.c (notVolatile, notVolatileVariable): handle IFX
8877         and JUMPTABLE iCodes properly now (worked by accident before)
8878         * src/mcs51/gen.c (leftRightUseAcc),
8879         * src/ds390/gen.c (leftRightUseAcc): handle IFX and JUMPTABLE
8880         iCode properly now. Use getSize instead of nRegs since a & b
8881         aren't part of the nRegs tally.
8882
8883 2003-08-31  Vangelis Rokas <vrokas AT otenet.gr>
8884
8885         * src/pic16/main.c: corrected offsets of interrupt vectors in _pic16_genIVT()
8886         * src/pic16/pcode.c: fix to disable inserting BANKSEL directive
8887           before instructions that use the _STATUS register
8888
8889 2003-08-31  Bernhard Held <bernhard AT bernhardheld.de>
8890
8891         * src/mcs51/gen.c (freeAsmop): fixed off by one in stack offset (AOP_STK)
8892         * src/mcs51/gen.c (genNearPointerSet): added missing opcode for
8893         fetching of the pointer
8894         * src/mcs51/gen.c (genNearPointerGet): added reuse of PREG,
8895         copied from genNearPointerSet()
8896         * src/mcs51/gen.c (genNearPointerGet): don't pop r0/r1, if RESULTONSTACK
8897         * src/mcs51/gen.c: changed order of freeAsmop(left/right/result)-calls.
8898         If they pop r0/r1 they must be called in the opposite order than aopOp().
8899         * device/lib/_mullong.c: fixed for "--model-large --int-long-reent"
8900         (resp. --stack-auto), prepared for --xstack
8901
8902 2003-08-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8903
8904         * doc/sdccman.lyx: reverted tables to those in cvs 1.64
8905
8906 2003-08-28  Bernhard Held <bernhard AT bernhardheld.de>
8907
8908         * device/lib/_startup.c: quick & dirty fix for ds390/ds400;
8909         these ports have their own __sdcc_external_start()
8910
8911 2003-08-26  Bernhard Held <bernhard AT bernhardheld.de>
8912
8913         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
8914         * src/pic/glue.c (pic14printPublics): fixed bug introduced when symbol
8915         type for bits was changed. It resulted in bit variables becoming
8916         global, which is not permitted in PIC 14 assembly output.
8917
8918 2003-08-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8919
8920         * doc/sdccman.lyx: various additions and updates. Rearranged sections
8921
8922 2003-08-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8923
8924         Z80 and MCS51 linkers complaint if a public symbol is defined
8925         in more than one library module:
8926
8927         * as/mcs51/lklib.c
8928         * link/z80/lklib.c
8929         * as/mcs51/Makefile.in
8930
8931 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8932
8933         A few small changes that speed up the peephole optimizer.
8934
8935         * src/SDCCpeeph.c
8936
8937 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8938
8939         Try to make the peephole optimizer smarter by maintaining
8940         an association between the assembly source code and the
8941         iCodes that originated them. Put this information to use
8942         with a new peephole rule condition "notVolatile" so that
8943         the rules can be aggressive yet still safe.
8944
8945         * src/SDCCpeeph.c
8946         * src/SDCCpeeph.h
8947         * src/mcs51/gen.c
8948         * src/mcs51/peeph.def
8949
8950 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8951
8952         Fixed bug #741761
8953
8954         * src/mcs51/gen.c (aopForSym, leftRightUseAcc),
8955         * src/ds390/gen.c (aopForSym, leftRightUseAcc): preserve A and B
8956         if the left or right operand symbols have the accuse flag set.
8957
8958 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8959
8960         Changed the type of the result of the ! (NOT) operator to char;
8961         previously it returned the same type as the source. This allows
8962         us to eliminate all the genFloatNot functions (all of its target
8963         implementations were very buggy) since !float can use the same
8964         code as !long now.
8965
8966         * src/SDCCicode.c (ast2iCode): ! returns char
8967         * src/mcs51/gen.c (genNot, genNotFloat),
8968         * src/ds390/gen.c (genNot, genNotFloat),
8969         * src/z80/gen.c (genNot, genNotFloat),
8970         * src/pic/gen.c (genNot, genNotFloat),
8971         * src/pic16/gen.c (genNot, genNotFloat): eliminated genNotFloat
8972
8973 2003-08-19  Bernhard Held <bernhard AT bernhardheld.de>
8974
8975         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
8976         1. Interrupt would not compile properly. Ensure PCLATH register is saved
8977            during interrupts. Ensure WSAVE is located at a shared bank address.
8978         2. Fixed page selection in some places
8979         3. Fixed BTFSS/C to where necessary use registers directly and not simply
8980            the registers name strings.
8981         4. Fixed "signed / unsigned compare" compiler warnings.
8982         5. The PIC port manages its own allocation of the general purpose
8983            registers, but makes no attempt to reuse them. As a result when
8984            compiling it soon runs out of general purpose registers. Some
8985            additional code was added to the files pcode.c and device.c to walk
8986            through the function call tree and rename the registers so that they
8987            get reused.
8988
8989         * src/pic/device.c
8990         * src/pic/gen.c
8991         * src/pic/glue.c
8992         * src/pic/pcode.c
8993         * src/pic/pcode.h
8994         * src/pic/ralloc.c
8995         * src/pic/ralloc.h
8996         * src/pic/genarith.c: Fixed problems with PIC 14 port in functions
8997         genPlus() & genMinus() when the result is the same as left or right
8998
8999 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9000
9001         * src/z80/gen.c (isUnsplitable, fetchPairLong): fixed bug #770454
9002
9003 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9004
9005         Made bitfield a distinct type from bit so that bitfields
9006         convert as per ANSI C and bits retain their traditional
9007         boolean style behaviour. Implemented bitfield support in
9008         the z80 port.
9009
9010         * src/SDCCsymt.h,
9011         * src/SDCCsymt.c,
9012         * src/SDCCast.c,
9013         * src/cdbFile.c,
9014         * src/mcs51/gen.c,
9015         * src/ds390/gen.c: bit v bitfield split
9016         * src/z80/gen.c: New support for bitfields
9017         * support/regression/tests/bitfields.c: reenabled z80,
9018         added more tests
9019
9020 2003-08-17  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9021
9022         Rules 246.x, 247.x relate to bitfields, the others speed up
9023         access to xdata mapped I/O devices.
9024
9025         * src/mcs51/peeph.def: added 26 peepholes 246.x - 248.x, 180.x
9026
9027 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9028
9029         Cleaned up genPackBits and genUnpackBits and added two helper
9030         functions, emitPtrByteGet & emitPtrByteSet. Added optimizations
9031         for literal assignments in genPackBits (thanks to Frieder for
9032         reminding me).
9033
9034         * src/mcs51/gen.c
9035         * src/ds390/gen.c
9036
9037 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9038
9039         Fixed bug #748310 (pointer to function type mishandled when the
9040         function name is omitted). Also fixed a SIGSEGV when a function
9041         attribute (reentrant, etc) is used on a non-function or on a
9042         function but misplaced before the parameter list.
9043
9044         * src/SDCC.y (abstract_declarator, abstract_declaractor2): fixed
9045         bug #748310
9046         * src/SDCC.y (declarator2_function_attributes): avoided SIGSEGV
9047         * support/Util/SDCCerr.h,
9048         * support/Util/SDCCerr.c: Added func attr misuse error msg
9049
9050 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
9051
9052         Fixed bug #787649 by anonymous
9053         * src/SDCCglue.c (emitRegularMap): added emission of sloc for func ptr
9054         * src/ds390/gen.c (aopForSym): fixed func ptr in sloc
9055
9056 2003-08-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9057
9058         Fixed numerous bitfield problems.
9059
9060         * src/SDCC.y: More bitfield related error checking
9061         * src/SDCCsymt.h,
9062         * src/SDCCsymt.c (compStructSize): fixed bitfield offset calc
9063         * support/Util/SDCCerr.h,
9064         * support/Util/SDCCerr.c: Added & edited some bitfield err msgs
9065         * src/mcs51/gen.c (genPackBits, genUnpackBits): fixed mask bugs
9066         * src/ds390/gen.c (genPackBits, genUnpackBits): fixed mask bugs
9067         * support/regression/tests/bitfields.c: tests added
9068
9069 2003-08-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9070
9071         Made the constant following the "interrupt" keyword optional. If
9072         omitted, the function will not automatically be given an entry
9073         in the interrupt vector table (similar to #pragma NOIV, but
9074         less syntacticly kludgy). The interrupt number is also now
9075         range checked. Also fixed a bug in the high order bit example
9076         in the manual.
9077
9078         * src/SDCC.y
9079         * src/SDCCmem.c
9080         * src/SDCCglue.c
9081         * src/SDCCsymt.h
9082         * support/Util/SDCCerr.c
9083         * support/Util/SDCCerr.h
9084         * doc/sdccman.lyx
9085
9086 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
9087
9088         * src/SDCCcse.c (algebraicOpts): fix bug converting op from value to type
9089         * src/SDCCicode.c (operandOperation): rewritten some ops
9090         (*, ==, unary_minus) to fix possible overflows and to accord with ANSI
9091         * src/SDCCsymt.c (computeType): literals are handled the same way as any
9092         other type
9093         * src/SDCCval.c (cheapestVal): removed, it doesn't accord with ANSI (can
9094         be re-activated by defining REDUCE_LITERALS)
9095         * src/SDCCval.c (constVal): fixed; hex and octal constants can be
9096         unsigned, but are signed by default
9097         * src/SDCCval.c (constVal): rearranged
9098         * src/SDCCval.c (valMod): preliminary fix
9099         * src/SDCCval.c (valCastLiteral): use TYPE_* types
9100         * support/regression/literalop.c: added, work in progress
9101
9102 2003-08-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9103
9104         Generate warnings for useless declarations like "char data;"
9105         that don't do what new users expect.
9106
9107         * src/SDCC.y
9108         * support/Util/SDCCerr.h
9109         * support/Util/SDCCerr.c
9110
9111 2003-08-09  Bernhard Held <bernhard AT bernhardheld.de>
9112
9113         * src/SDCCval.c (valMult): fix overflow detection of negative int
9114
9115 2003-08-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9116
9117         * src/z80/ralloc.c (joinPushes): made compatible with new signedness
9118
9119         Changes to support big endian targets:
9120
9121         * src/ports.h
9122         * src/SDCCglue.c
9123         * src/avr/main.c
9124         * src/ds390/main.c
9125         * src/izt/i186.c
9126         * src/mcs51/main.c
9127         * src/pic/main.c
9128         * src/pic16/main.c
9129         * src/xa51/main.c
9130         * src/z80/main.c
9131
9132 2003-08-06  Bernhard Held <bernhard AT bernhardheld.de>
9133
9134         * src/SDCCval.c (cheapestVal): changed behaviour to the same as constVal()
9135         * device/lib/time.c: fixed warning "integer overflow in expression"
9136
9137 2003-08-05  Bernhard Held <bernhard AT bernhardheld.de>
9138
9139         * src/SDCCval.c (cheapestVal, valueFromLit): use TYPE_* types
9140         * src/SDCCval.c (constVal): changed default to signed; hex and octal
9141         constants are unsigned; added recognition of "u" flag for unsigned
9142         * src/SDCCval.c (valMult): fixed signdness, added warning for overflow
9143         * src/SDCCval.c (valDiv, valMod): fixed signdness
9144         * src/SDCCicode.c (operandOperation): fixed critical typo; fixed
9145         signedness of modulo, left and right shift
9146         * support/Util/SDCCerr.c: added warning "integer overflow in expression"
9147         * support/Util/SDCCerr.h: added warning W_INT_OVL
9148         * src/SDCCast.c (decorateType): fixed gcc3.3 warning
9149         * src/SDCCast.c (ast_print): improved output of constants
9150
9151 2003-08-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9152
9153         Fixed some warnings when building with MSVC:
9154
9155         * as\mcs51\asdata.c
9156         * as\z80\asdata.c
9157         * as\mcs51\asm.h
9158         * as\z80\asm.h
9159         * link\z80\aslink.h
9160         * link\z80\lkdata.c
9161         * link\z80\lkeval.c
9162         * link\z80\lkgb.c
9163         * link\z80\lkihx.c
9164         * link\z80\lks19.c
9165         * link\z80\lksym.c
9166         * support\cpp2\cpplib.c
9167         * src\ds390\gen.c
9168         * src\mcs51\gen.c
9169
9170 2003-08-03  Bernhard Held <bernhard AT bernhardheld.de>
9171
9172         * src/SDCCast.c (constExprTree): fix bug #781827 by Carl Worth <cworth AT isi.edu>
9173
9174 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9175
9176         * support\librarian\clean.mk: Do not remove Makefile.
9177         * support\librarian\Makefile: added.
9178
9179 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9180
9181         Added librarian to MSVC build:
9182         * all.dsp
9183         * sdcc.dsw
9184         * support\librarian\librarian.dsp
9185
9186         'configure' not needed for librarian, removed:
9187         * support\librarian\configure
9188         * support\librarian\configure.in
9189         * support\librarian\config_in.h
9190         * support\librarian\Makefile.in
9191
9192         Hopefully these ones built the librarian and the rest of sdcc properly:
9193         * Makefile
9194         * Makefile.common.in
9195
9196         Messed up 'configure', so revert to previous version:
9197         * configure
9198         * configure.in
9199
9200 2003-07-31  Bernhard Held <bernhard AT bernhardheld.de>
9201
9202         * src/SDCCicode.c (operandOperation): 3. fix, this time for Alpha; ULONG has 64 bits
9203         there, while the mantissa of a double is "only" 53 bits wide.
9204
9205 2003-07-31  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9206
9207         Adding sdcclib to the build.  MSVC project coming soon.
9208         Files added/changed:
9209
9210         * support\librarian\clean.mk
9211         * support\librarian\configure
9212         * support\librarian\configure.in
9213         * support\librarian\config_in.h
9214         * support\librarian\Makefile.bcc
9215         * support\librarian\Makefile.in
9216         * support\librarian\sdcclib.c
9217         * Makefile.bcc
9218         * Makefile
9219         * Makefile.common.in
9220         * configure
9221         * configure.in
9222
9223 2003-07-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9224
9225         Linker now complaints if linked modules have conflicting options, for
9226         example, one compiled using --model-large and another one compiled with
9227         --model-small.  The following files were modified:
9228
9229         * as\mcs51\asdata.c
9230         * as\mcs51\aslink.h
9231         * as\mcs51\asm.h
9232         * as\mcs51\asmain.c
9233         * as\mcs51\asout.c
9234         * as\mcs51\i51pst.c
9235         * as\mcs51\lkdata.c
9236         * as\mcs51\lklibr.c
9237         * as\mcs51\lkmain.c
9238         * as\z80\asdata.c
9239         * as\z80\asm.h
9240         * as\z80\asmain.c
9241         * as\z80\asout.c
9242         * as\z80\z80pst.c
9243         * link\z80\aslink.h
9244         * link\z80\lkdata.c
9245         * link\z80\lklibr.c
9246         * link\z80\lkmain.c
9247         * src\SDCCglue.c
9248
9249 2003-07-28  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9250
9251         *link/z80/aslink.h, link/z80/lklibr.c, as/mcs51/aslink.h,
9252         as/mcs51/lklibr.c: Generate a warning when a library is not found.
9253
9254 2003-07-28  Bernhard Held <bernhard AT bernhardheld.de>
9255
9256         * src/z80/mappings.i: fix _mul[us][int,long] entries
9257
9258 2003-07-26  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9259
9260         *src/SDCCmain.c: do not search for crt0.o when using --nostdlib
9261
9262 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
9263
9264         * src/SDCCicode.c (operandOperation): really fixed problem with bitops
9265         * support/regression/tests/bitopcse.c: added
9266         fixed warning:
9267         * src/avr/gen.c:
9268         * src/pic/gen.c:
9269         * src/pic16/gen.c:
9270         * src/z80/gen.c:
9271         * src/xa51/gen.c:
9272
9273 2003-07-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9274
9275         added support for new library format to z80, gbz80 linkers:
9276         *link/z80/aslink.h
9277         *link/z80/lklex.c
9278         *link/z80/lklib.c
9279         *link/z80/lklist.c
9280
9281 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
9282
9283         * src/SDCCicode.c (operandOperation): fixed problem with bitops and 0xffffffff;
9284         after {double d = 0xffffffff; long l = d;} l will be 0x80000000 (LONG_MIN)
9285
9286 2003-07-23  Bernhard Held <bernhard AT bernhardheld.de>
9287
9288         added DUMMY_READ_VOLATILE:
9289         * src/SDCC.y:
9290         * src/avr/gen.c:
9291         * src/xa51/gen.c:
9292         * src/z80/gen.c:
9293         * src/pic/gen.c:
9294         * src/pic16/gen.c:
9295         * src/mcs51/gen.c:
9296         * src/ds390/gen.c:
9297         * src/SDCCcse.c (algebraicOpts): many improvements
9298         * src/SDCCcse.h: removed algebraicOpts()
9299         * src/SDCCicode.c (picDummyRead): added
9300
9301 2003-07-23  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9302
9303         * as/mcs51/lkmem.c: Changed message "Insufficient DRAM memory" to
9304         "Insufficient space in data memory".
9305
9306 2003-07-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9307
9308         * src/mcs51/gen.c: fixed bug #771358
9309         * src/z80/gen.c: fixed bug #759087
9310
9311 2003-07-20  Bernhard Held <bernhard AT bernhardheld.de>
9312
9313         * src/pic16/glue.c: minor cleanup by Vangelis
9314
9315 2003-07-19  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9316
9317         * device/include/regc515c.h: fixed #758477
9318         * device/lib/_gptrget.c: saving some cycles in generic pointer get
9319         * device/lib/_gptrput.c: saved a few bytes
9320         * my tab spacing is 8, yours too?)
9321         * device/lib/_ser.c: process RX bytes earlier than TX bytes
9322         * device/lib/serial.c: process RX bytes earlier than TX bytes
9323         * src/mcs51/gen.c(genGenPointerGet/Set): removed writing of type after postincrement
9324
9325 2003-07-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9326
9327         * src/z80/gen.c: fixed some right shift bugs (#772726 among them)
9328
9329 2003-07-17  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9330
9331     * link/z80/lklibr.c: fixed bug when there is a '.' in a library path.
9332
9333 2003-07-17  Bernhard Held <bernhard AT bernhardheld.de>
9334
9335         * device/lib/Makefile.in: bad fix, reverted to 1.43
9336
9337 2003-07-16  Bernhard Held <bernhard AT bernhardheld.de>
9338
9339         * device/lib/Makefile.in: added missing z80 object files
9340
9341 2003-07-14  Bernhard Held <bernhard AT bernhardheld.de>
9342
9343         * src/SDCCcse.c (algebraicOpts): CSE fun with &|^ and 0x00/0xff literals
9344         pic16 progress by Vangelis:
9345         * src/SDCCglobl.h:
9346         * src/SDCCmain.c:
9347         * src/pic/Makefile:
9348         * src/pic:
9349         * pic/Makefile:
9350         * pic16/device.c:
9351         * pic16/device.h:
9352         * pic16/gen.c:
9353         * pic16/gen.h:
9354         * pic16/genarith.c:
9355         * pic16/glue.c:
9356         * pic16/main.c:
9357         * pic16/pcode.c:
9358         * pic16/pcode.h:
9359         * pic16/pcodepeep.c:
9360         * pic16/peeph.def:
9361
9362 2003-07-13  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9363
9364     * src/SDCCmain.c, src/SDCCglobl.h: added option --no-std-crt0
9365
9366 2003-07-12  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9367
9368     * sdcc.dsw, all.dsp, link/z80/linkgbz80.dsp, as/z80/as-gbz80.dsp:
9369     added gbz80 build to MSVC project.
9370     * src/SDCCmain.c, src/SDCCglue.c, src/z80/main.c, src/z80/z80.dsp,
9371     link/z80/aslink.h, linkz80.dsp: cleaned up z80 and gbz80 asm files
9372     from 8051 stuff and setup so it links using a .lnk file.
9373
9374 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9375
9376     * support/librarian/sdcclib.c: sdcc librarian.
9377     * as/mcs51/aslink.h, as/mcs51/lklib.c: Support for libraries created
9378     with sdcclib.
9379
9380 2003-07-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9381
9382     * as/mcs51/lkmain.c: properly handle extensions in function afile.
9383
9384 2003-07-02  Borut Razem <borut.razem AT siol.net>
9385
9386         * src/port.h, src/SDCCmain.c, src/pic/glue.h, src/pic/main.c,
9387         src/pic16/glue.h, sdcc/src/pic16/main.c, src/izt/i186.c,
9388         src/izt/tlcs900h.c, src/avr/main.c, src/ds390/main.c, src/mcs51/main.c,
9389         src/xa51/main.c, src/z80/main.c:
9390         virtualization of glue() function: each port has it's own glue function,
9391         which is accessed by do_glue function pointer in PORT.general structure
9392
9393 2003-07-01 Kevin Vigor <kevin AT vigor.nu>
9394
9395         * DS800C400 fun, improved ROM interface and tinibios.
9396
9397 2003-06-27 Kevin Vigor <kevin AT vigor.nu>
9398
9399         * More support for DS80C400. Now includes beginning of interface to ROM.
9400
9401 2003-06-25  Bernhard Held <bernhard AT bernhardheld.de>
9402
9403         * src/mcs51/gen.c (gencjneshort): fixed bug #760345
9404
9405 2003-06-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9406
9407         * as/mcs51/lkaomf51.c: Make sure the size of the last procedure is correct.
9408
9409 2003-06-19  Borut Razem <borut.razem AT siol.net>
9410
9411         * src/z80/main.c: fixed Z80 port again: missing -k library paths in linker command line
9412
9413 2003-06-19  Borut Razem <borut.razem AT siol.net>
9414
9415         * src/SDCCutil.h, src/SDCCutil.c, src/SDCCglobl.h, src/SDCCmain.c, src/z80/main.c:
9416         fixed Z80 port - crt0.o: cannot open.
9417
9418 2003-06-19  Bernhard Held <bernhard AT bernhardheld.de>
9419
9420         * support/Util/MySystem.c (merge_command): revert bad fix
9421
9422 2003-06-18  Borut Razem <borut.razem AT siol.net>
9423
9424         * src/SDCC.lex, src/SDCCmain.c: fixed some warnings, introduced with changes made 15.06.1003
9425
9426 2003-06-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9427
9428         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
9429         option --use-stdout sends errors to stdout instead of stderr.
9430
9431 2003-06-18  Bernhard Held <bernhard AT bernhardheld.de>
9432
9433         * support/Util/MySystem.c (merge_command): quick fix for Linux segfault with \"cmd\" arg
9434
9435 2003-06-15  Borut Razem <borut.razem AT siol.net>
9436
9437         * support/cpp2/sdcc.h: HAVE_DOS_BASED_FILE_SYSTEM defined for _WIN32
9438         * src/SDCC.lex: cloneXxx and copyAndFreeXxx functions for options and optimize stack handling
9439         * src/SDCCglobl.h, src/SDCCmain.c, src/ds390/main.c, src/mcs51/main.c, src/z80/main.c:
9440         fixed width array of pointers replaced with sets;
9441         multiple include and lib paths ared transferred to preprocessor and linker
9442         * src/SDCCset.c, src/SDCCset.h: added function setFromSetNonRev() and mergeSets()
9443         * src/SDCCsymt.c: reimplemented function inCalleeSaveList() by using sets instead
9444         fixed width array of pointers
9445         * src/SDCCutil.c, src/SDCCutil.h: added functions fputStrSet(), appendStrSet(), joinStrSet();
9446         removed functions addToList(), join(), joinn(), pathCharsEquivalent(), pathCharTransform(),
9447         fixupPath(), getPathDifference()
9448         * src/ds390/gen.c, src/mcs51/gen.c: reimplemented function  inExcludeList() by using sets instead
9449         fixed width array of pointers
9450
9451 2003-06-11  Bernhard Held <bernhard AT bernhardheld.de>
9452
9453         * src/pic16/ralloc.c: fix warnings
9454         * src/pic16/pcode.c: fix warning
9455
9456 2003-06-10  Scott Dattalo  <scott AT dattalo.com>
9457
9458          Scott D. for Vangelis Rokas (vrokas AT otenet.gr). I (scott) don't
9459         know all the details, but essentially this set of changes enable
9460         the pic16 port to generate movff instructions and generate assembler
9461         directives,
9462         * src/SDCCmain.c:
9463         * src/pic16/gen.c:
9464         * src/pic16/glue.c:
9465         * src/pic16/pcode.c:
9466         * src/pic16/device.c:
9467         * src/pic16/main.c:
9468         * src/pic16/pcode.h:
9469         * src/pic16/pcoderegs.c:
9470         * src/pic16/ralloc.c:
9471         * src/pic16/ralloc.h:
9472
9473 2003-06-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9474
9475         * support/Util/SDCCerr.c, src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
9476         added option --vc, so sdcc errors and warnings are compatible with
9477         Microsoft Visual Studio.
9478
9479 2003-06-07  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9480
9481         * device/lib/_atof.c, device/lib/Makefile.in, device/include/stdlib.h,
9482           device/lib/libfloat.lib: added atof function.
9483
9484 2003-06-04  Bernhard Held <bernhard AT bernhardheld.de>
9485
9486         * doc/sdccman.lyx: updated to Lyx 1.3
9487         * doc/cdbfileformat.lyx: updated to Lyx 1.3
9488         * doc/test_suite_spec.lyx: updated to Lyx 1.3
9489         * doc/Makefile: added fix for the \tabularnewline problem, thanks to Jesus
9490
9491 2003-06-03  Bernhard Held <bernhard AT bernhardheld.de>
9492
9493         * src/SDCCpeeph.c: separate peepRules2pCode() for pic16 by "Vangelis Rokas" <vrokas AT otenet.gr>
9494
9495 2003-06-02  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9496
9497         * doc/sdccman.lyx: cvs revision keywords, passing pdf information in latex preamble,
9498           additions to the "related tools/documentation" section
9499
9500 2003-06-02  Bernhard Held <bernhard AT bernhardheld.de>
9501
9502         * src/SDCCglue.c (tempfileandname): added check for missing TMP/TEMP/TMPDIR variable
9503
9504 2003-05-29  Bernhard Held <bernhard AT bernhardheld.de>
9505
9506         * src/pic/device.c: added 16F819, patch by "David I. Lehn" <dlehn AT vt.edu>
9507         * src/SDCCcse.c (algebraicOpts): fixed "c * 1"
9508
9509 2003-05-28  Bernhard Held <bernhard AT bernhardheld.de>
9510
9511         * doc/sdccman.lyx: fix double dash and other minor things
9512         * doc/Makefile: fix double dash
9513
9514 2003-05-28  Karl Bongers(patches from Martin Helmling)
9515         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files. Martin adds
9516           condition and ignore commands.
9517
9518 2003-05-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9519
9520         * doc/sdccman.lyx: Changes all over, index improved, smaller margins. The manual
9521           is in parts still quite out of date, I did changes as far as I felt makes sense
9522           for a non-native english speaker.
9523           Please feel free to add to the manual or to correct my changes.
9524         * doc/Makefile: undid touching the date of intermediate tex files.
9525
9526 2003-05-26  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9527
9528         * doc/sdccman.lyx: Manual has an index now
9529
9530 2003-05-25  Bernhard Held <bernhard AT bernhardheld.de>
9531
9532         Finalize muluint/mulsint and mululong/mulslong merging:
9533         * device/lib/_mulint.c
9534         * device/lib/_mullong.c
9535         * device/lib/gbz80/mul.s
9536         * device/lib/gbz80/stubs.s
9537         * device/lib/z80/mul.s
9538         * device/lib/z80/stubs.s
9539         * src/SDCCsymt.c (initCSupport)
9540
9541 2003-05-25  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9542
9543         * as/mcs51/lkaomf51.c: Address space 'z' was missing.
9544         * src/avr/avr.dsp, src/ds390/ds390.dsp, src/mcs51/mcs51.dsp,
9545           src/pic/pic.dsp, src/pic16/pic16.dsp, src/xa51/xa51.dsp,
9546           src/x80/z80.dsp: peep.rul is bigger now, so /Zm1000 is used
9547           instead of /Zm500.
9548
9549 2003-05-25  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9550
9551         * src/mcs51/peeph.def: added rules 244.x, 245.x. Although they pass
9552           the regression tests I'm not brave enough to enable 245.b, 245.c
9553         * doc/sdccman.lyx: added latex preamble for hyperref package.
9554           Using pdflatex this will give you a hyperlinked pdf file with
9555           bookmarks. (prepend '%' before /usepackage if this breaks something)
9556
9557 2003-05-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9558
9559          * doc/sdccman.lyx: updated information about .adb files (fixed bug 742649)
9560
9561 2003-05-22  Bernhard Held <bernhard AT bernhardheld.de>
9562
9563         * src/pic16/pcode.c (pic16_get_op_from_instruction): fixed a gcc 3.x warning
9564
9565 2003-05-21    <johan AT balder>
9566
9567         * src/SDCCglue.c (printIval): fixed bug #739934
9568
9569 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
9570
9571         Applied patch from bug 737905 (renamed yylineo to mylineno):
9572         * src/altlex.c
9573         * src/SDCCast.c
9574         * src/SDCglobl.h
9575         * src/SDCC.lex
9576         * src/SDCCsymt.c
9577         * src/SDCCval.c
9578         * src/pic16/pcode.c: Cleaned warnings
9579         * src/pic16/pcodeflow.c: Cleaned warnings
9580         * src/pic16/pcoderegs.c: Cleaned warnings
9581
9582 2003-05-19  Scott Dattalo  <scott AT dattalo.com>
9583
9584         * src/pic16/pcode.c: Cleaned warnings
9585         * src/pic16/pcodepeep.c: Cleaned warnings
9586         * src/pic16/ralloc.c: Cleaned warnings
9587
9588 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
9589
9590         * doc/sdccman.lyx: fixed bug 739745
9591         * src/pic16/pcode.c (pic16_get_op): fixed warning on alpha
9592
9593 2003-05-18  Bernhard Held <bernhard AT bernhardheld.de>
9594
9595         * src/port.h: removed DEFAULT_PORT, it's not yet pic16 ;-)
9596         it can be defined with CFLAGS when running configure
9597         * src/SDCCmain.c: fixed compiling + linking with object files
9598
9599 2003-05-18  Vangelis Rokas (vrokas AT otenet.gr)
9600
9601         * configure.in: configure for pic16 port,
9602             added --disable-pic16-port
9603         * sdccconf_in.h: added macro OPT_DISABLE_PIC16
9604         * src/SDCCmain.c: linkOptions is changed to set *,
9605             added if/endif conditional macros to remove options help
9606             messages from optionsTable when a port is not configured, added
9607             support for the PIc16 port in the ports table, when executing
9608             the compiler with no port specified on command line, a default
9609             port is selected with the new macro DEFAULT_PORT which is
9610             defined in port.h, in setDefaultOptions() linkOptions is removed
9611             from initialization assignment, since now it is a set,
9612             parseCmdLine uses setParseWithComma for linkOptions, in
9613             linkEdit() linkOptions are accessed with new function indexSet()
9614             which returns the i'th item of a set variable. See SDCCset.c, in
9615             linkEdit() when calling buildCmdLine(), added linkOptions as
9616             last argument. Now users can pass arguments to gplink via the
9617             -Wl option, main() uses pic16glue() to glue up pic16 programs
9618         * src/SDCCpeeph.c: various changes to support pic16
9619         * src/SDCCset.c: added function  void *indexSet(set *, int)  to
9620             return the i'th item of the set
9621         * src/SDCCset.h: added function prototype for indexSet()
9622         * src/SDCCsymt.c: in checkSClass(), added support for PIC16
9623         * src/clean.mk: added pic16 in CLEANALLPORTS variable
9624         * src/port.h: added TARGET_ID_PIC16,TARGET_IS_PIC16 macro,
9625             added macro DEFAULT_PORT
9626         * src/pic/main.c: corrected arguments of gplnk in _linkCmd
9627         * src/pic16/gen.c: bug fix in genCpl(), now the correct code is
9628             generated
9629         * src/pic16/glue.c: commented out some error producing lines
9630         * src/pic16/main.c: __config directives are commented out to stop
9631             gpasm complaining and test the linkage with gplink, _linkCmd and
9632             _asmCmd changed to be more gplink and gpasm friendly
9633         * src/pic16/peeph.def: peep rule 3 is commented out, since it
9634             produced an error when parsed, peep rule 12 is added to utilize
9635             movff, but it is commented out since the pCode does not support
9636             yet a command with 2 address arguments
9637
9638 2003-05-18    <johan AT balder>
9639
9640         * src/ds390/gen.c (genArrayInit): removed obsolete and buggy ARRAYINIT
9641         * src/ds390/main.c (genArrayInit): removed obsolete and buggy ARRAYINIT
9642 2003-05-17  Karl Bongers(apply patches from Martin Helmling)
9643
9644         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files.
9645   Added feature to script commands from file.
9646
9647 2003-05-14  Bernhard Held <bernhard AT bernhardheld.de>
9648
9649         * device/lib/_strtok.c: fixed bug #734355 by Lenny Story and Tim Woodall
9650         * src/SDCCutil.c: include ctype.h for win32
9651
9652 2003-05-13  Bernhard Held <bernhard AT bernhardheld.de>
9653
9654         * src/pic16/*: removed CR from many files, reported by Vangelis Rokas
9655
9656 2003-05-12  Karl Bongers(apply development patches from Martin Helmling)
9657
9658         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,break.c and .h files.
9659   Fixed so you can set breakpoints prior to run, run does not stop
9660   on entry now.  Add tbreak.  Other enhancements and fixes for use
9661   with ddd.
9662
9663 2003-05-12  Borut Razem <borut.razem AT siol.net>
9664
9665         * src/SDCCmain.c: fixed the problem with searching the DATADIR as the last resort on *nix
9666
9667 2003-05-11  Borut Razem <borut.razem AT siol.net>
9668
9669         * src/SDCCutil.c: WIN32 version of getBinPath() calls GetModuleFileName() to determine
9670         the path of bin directory, so that PATH is the only env. variable, which has to be set
9671         in case of standard installation.
9672         * src/ds390/ds390.dsp: increased value of /Zm option to 1000
9673         * src/pic/main.c: add quotes to file name parameters for gplink and gpasm
9674         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx: added --print-search-dirs command line option
9675
9676 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
9677
9678         * src/SDCCmain.c (linkEdit): fixed buffer overflow for gbz80
9679         * support/regression/Makefile: inter-port-clean is no longer nesessary, the
9680         temp files are in the port dir; clean the gen/test directory when
9681         generating new test.c
9682         * support/regression/ports/host/spec.mk: defined OBJEXT for target clean
9683         * support/regression/tests/vaargs.c: fixed gcc 3.3 warning
9684         * support/regression/tests/zeropad.c: added
9685
9686 2003-05-09    <johan AT balder>
9687
9688         * src/SDCCglue.c: fixed bug #597940
9689
9690 2003-05-05  Karl Bongers(apply patches from Martin Helmling)
9691
9692         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
9693   cache sfr, optimize next,step, fix off by one sourceline,
9694   support ddd list function.
9695         * sim/ucsim/cmd.src/newcmd.cc - small fix for sdcdb use.
9696
9697 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
9698
9699         * support/regression/HTMLgen.py: added compare_s2f()
9700         * support/regression/Makefile: redo 1.27
9701         * support/regression/generate-cases.py: redo 1.5
9702
9703 2003-04-30  Bernhard Held <bernhard AT bernhardheld.de>
9704
9705         * support/regression/tests/float.c: workaround 33 bit hex constant
9706         * support/regression/tests/simplefloat.c: fix division for host
9707
9708 2003-04-29  Scott Dattalo  <scott AT dattalo.com>
9709
9710         * src/pic/pcoderegs.c Applied patch from Jim Hawkridge <jim AT jimhawkridge.uk.eu.org>
9711         that tame's the PIC's over-aggressive optimizer.
9712
9713 2003-04-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9714
9715          * src.dsw, link/z80/aslink.h, link/z80/linkz80.dsp: z80 linker
9716          support for MSVC.
9717
9718 2003-04-29  Kevin Vigor <kevin AT vigor.nu>
9719
9720         Initial support for DS80C400. "Hello world" runs on TINIm400
9721         (with polled I/O).
9722
9723 2003-04-28  Karl Bongers(apply patches for Martin Helmling)
9724
9725          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
9726          * Some notes on ddd usage added in debugger/README
9727          Martin Helmling adding more features and fixes for ddd GUI debugger.
9728          Code added for nexti, stepi, up, down, and other adjustments.
9729
9730 2003-04-28  Scott Dattalo  <scott AT DATTALO.COM>
9731
9732         * src/pic/pCodepeep.c non-wildcard asmops are now handled
9733         * src/pic/peeph.def Added two rules to optimize carry manipulation
9734         * src/pic/* removed debug printfs
9735
9736 2003-04-28  Bernhard Held <bernhard AT bernhardheld.de>
9737
9738         * debugger/mcs51/cmd.c: added header newalloc.h
9739
9740 2003-04-26  Bernhard Held <bernhard AT bernhardheld.de>
9741
9742         * as/Makefile: new EXEEXT
9743         * as/z80/Makefile: remove trailing slash of BUILDIR
9744         * as/z80/clean.mk: new EXEEXT
9745         * Makefile.common.in: add to CFLAGS (and others), don't replace it
9746         * support/cpp2/Makefile.in: new EXEEXT
9747         * src/pic/glue.c (pic14emitRegularMap): fixed warning
9748
9749 2003-04-24  Bernhard Held <bernhard AT bernhardheld.de>
9750
9751         Cygwin's gcc always appends .exe: 'gcc -o a a.c' creates a.exe;
9752         EXEEXT was introduced to fix all related problems with targets
9753         "clean", "install" and "uninstall"; a couple of further flaws
9754         especially with "clean" have been fixed too
9755         * as/mcs51/Makefile.in
9756         * as/mcs51/clean.mk
9757         * as/z80/Makefile
9758         * Makefile
9759         * clean.mk
9760         * debugger/mcs51/Makefile.in
9761         * debugger/mcs51/clean.mk
9762         * link/z80/Makefile
9763         * link/z80/Makefile.in
9764         * link/z80/clean.mk
9765         * link/Makefile
9766         * packihx/Makefile.in
9767         * packihx/clean.mk
9768         * sim/ucsim/Makefile
9769         * sim/ucsim/clean.mk
9770         * sim/ucsim/avr.src/Makefile.in
9771         * sim/ucsim/avr.src/clean.mk
9772         * sim/ucsim/s51.src/Makefile.in
9773         * sim/ucsim/s51.src/clean.mk
9774         * sim/ucsim/xa.src/Makefile.in
9775         * sim/ucsim/xa.src/clean.mk
9776         * sim/ucsim/z80.src/Makefile.in
9777         * sim/ucsim/z80.src/clean.mk
9778         * sim/ucsim/main_in.mk
9779         * sim/ucsim/packages_in.mk
9780         * sim/ucsim/gui.src/Makefile.in
9781         * sim/ucsim/gui.src/serio.src/Makefile.in
9782         * sim/ucsim/gui.src/serio.src/clean.mk
9783         * src/Makefile.in
9784         * src/clean.mk
9785         * support/cpp2/Makefile.in
9786         * support/cpp2/clean.mk
9787         * support/makebin/Makefile
9788         * support/makebin/clean.mk
9789         * support/scripts/sdcc_mingw32: --program-suffix no longer needed
9790         * doc/sdccman.lyx: --program-suffix no longer needed
9791
9792 2003-04-23  Karl Bongers(apply patches for Martin Helmling)
9793
9794          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,..
9795          Martin Helmling added support for ddd GUI debugger.
9796          Code added to display assembly, set variables, and other commands
9797          to interface to ddd.
9798
9799 2003-04-23  Bernhard Held <bernhard AT bernhardheld.de>
9800
9801         * as/Makefile: fix target clean
9802         * as/clean.mk: fix target clean
9803         * as/z80/clean.mk: fix target clean
9804
9805 2003-04-22  Bernhard Held <bernhard AT bernhardheld.de>
9806
9807         * Makefile.common.in: added  AT EXEEXT AT
9808         * configure.in: removed all mingw32 stuff
9809         * configure: rebuilt from configure.in
9810         * doc/sdccman.lyx: updated section "installation"
9811         * support/scripts/sdcc_mingw32: adapted to configure
9812         * support/scripts/sdcc_cygwin_mingw32: added
9813
9814 2003-04-22  Scott Dattalo  <scott AT dattalo.com>
9815
9816         * src/pic Added object file support for the PIC port
9817         * src/pic Applied patch from Craig Franklin (this started the object file support)
9818         * src/regression Updated the PIC regression tests for object files
9819
9820 2003-04-20  Borut Razem <borut.razem AT siol.net>
9821
9822         * sdcc/as/mcs51/lklex.c: make getfid() more robust and fixed gcc warning:
9823           lklex.c: In function `getfid':
9824           lklex.c:203: warning: array subscript has type `char'
9825         * src/SDCCglobl.h: small change in stack handling macros, to avoid crash when compiled
9826           with MSVC with global optimization enabled (probably an cl compiler bug ;-)
9827         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added function fatal(), called from
9828           stack handling macros
9829
9830 2003-04-19  Borut Razem <borut.razem AT siol.net>
9831
9832         * "handling space characters in file path" task:
9833         * src/SDCCmacro.c: fixed bug in handlig quote at the end of line
9834         * support/Util/BuildCmd.c: define par as NULL if parameter value is invalid
9835         * support/Util/MySystem.h: make it self-sufficient
9836         * src/avr/main.c, src/ds390/main.c, src/mcs51/main.c, src/pic/main.c, src/xa51/main.c,
9837           src/z80/main.c, sdcc/as/mcs51/lklex.c:
9838           handling space characters in file path
9839         * src/SDCCmain.c: introduced setDataPaths() function, {datadir} macro
9840           (it will be used by assemblers, which have their own includes, e.g. gpasm)
9841         * support/Util/MySystem.c: handling space characters in executable's path
9842
9843 2003-04-19  Bernhard Held <bernhard AT bernhardheld.de>
9844
9845         * as/z80/Makefile: fix permanent rebuild of z80
9846         * sim/ucsim/gui.src/Makefile.in: target "install" builds the same packages as target "all"
9847         * support/regression/tests/bitfields.c: added Johan's bitfields.c
9848
9849 2003-04-18      Kevin Vigor <kevin AT vigor.nu>
9850
9851         * src/SDCCopt.c: add special case optimization to replace modulo by
9852           a power of two with a bitwise AND.
9853
9854 2003-04-18    <johan AT balder>
9855
9856         * src/mcs51/gen.c (getFreePtr): fixed bug #635354
9857
9858 2003-04-17    <johan AT balder>
9859
9860         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #716790 and removes lot's of redundant register usage around function calls
9861         * src/mcs51/ralloc.c (packRegisters): fixed bug #720667
9862
9863 2003-04-13  Borut Razem <borut.razem AT siol.net>
9864
9865         * doc/sdccman.lyx: updated info about #pragma SAVE/RESTORE nesting
9866         * configure.in, configure: fixed problems on cygwin/WinCVS environmet with ports.* line endings;
9867           fixed mingw problem in adl_NORMALIZE_PATH
9868
9869 2003-04-12  Borut Razem <borut.razem AT siol.net>
9870
9871         * fixed "#pragma SAVE/RESTORE can not be nested":
9872         * src/SDCC.lex: reworked pragma handling functions
9873         * sdcc/src/SDCCglobl.h: reworked stack handling macros
9874         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added E_STACK_VIOLATION error
9875
9876 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
9877
9878         * src/SDCCutil.c (pathEquivalent): defined but not used
9879         * debugger/mcs51/sdcdb.c: replace SDCC_LIB_DIR
9880         * configure.in: remove sdcc_datadir, sdcc_lib_dir and sdcc_include_dir
9881         * configure: rebuilt from configure.in
9882         * sdccconf_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
9883         * sdcc_vc_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
9884         * device/include/Makefile.in: replace sdcc_datadir
9885         * device/lib/Makefile.in: replace sdcc_datadir
9886         * Makefile.common.in: add LDFLAGS from configure
9887         * packihx/Makefile.in: use LDFLAGS
9888         * src/Makefile.in: use LDFLAGS
9889         * support/cpp2/Makefile.in: add LDFLAGS from configure
9890         * support/makebin/Makefile: use LDFLAGS
9891         * .version: bumped version number to 2.3.5
9892
9893 2003-04-12  Borut Razem <borut.razem AT siol.net>
9894
9895         * completed "different paths" task:
9896         * src/SDCCmacro.c: fixed bug in handling quotes
9897         * src/SDCCutil.c, src/SDCCutil.c: rewritten getPrefixFromBinPath()
9898         * src/SDCCmain.c: _discoverPaths() replaced with setBinPaths(), setIncludePath() and setLibPath()
9899
9900 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
9901
9902         * src/pic/pcoderegs.c (Remove1pcode): fix warning on alpha
9903
9904 2003-04-11 kevin Vigor <kevin AT vigor.nu>
9905
9906         * ds390/gen.c ds390/peeph.def: fix bug 706781
9907
9908 2003-04-11  Borut Razem <borut.razem AT siol.net>
9909
9910         * support/Util/dbuf.c, support/Util/dbuf.h: update to version 1.1.1 - re-added C++ stuff to make it still more portable
9911
9912 2003-04-10  Scott Dattalo  <scott AT dattalo.com>
9913
9914         * src/pic/* Applied the pointer-to-function patch from Steve Tell.
9915         * src/pic/* Fixed several pointer bugs. (PIC port broke when the ruonly bit was
9916          set - this bit used to not be set...).
9917         * src/pic/gen.c Fixed buf 609268 ==> x = (x+1) & 0xf; generated
9918           bad code in PIC Port
9919         * src/regression/and2.c added to test bug 609268
9920         * src/regression/Makefile added and2.c to regression test
9921
9922
9923 2003-04-08    <johan AT CP255758-A>
9924
9925         * src/mcs51/gen.c (gen51Code): display reg usage in --icode-in-asm
9926         * src/mcs51/ralloc.c (serialRegAssign): update the registers in use and save some slocs
9927         * src/SDCCicode.h: added riu to show the register usage in --icode-in-asm
9928
9929 2003-04-07  Bernhard Held <bernhard AT bernhardheld.de>
9930
9931         * configure.in: fully support prefix, exec_prefix, datadir, docdir;
9932         fix bug #487815
9933         * support/cpp2/Makefile.in: fix bug #487815
9934         * configure: rebuilt from configure.in
9935         * Makefile.common.in: docdir changed, new path suffixes
9936         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
9937         * sdcc_vc_in.h: reflect changes from sdccconf.h
9938         * src/SDCCglobl.h: remove *SEPARATOR_CHARS, they are now in sdccconf.h
9939         * src/SDCCutil.h: remove BINDIR hack
9940         * doc/sdccman.lyx: update new path hierarchy
9941
9942 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
9943
9944         * src/SDCCpeeph.c: added okToRemoveSLOC test
9945
9946 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
9947
9948         * device/lib/printf_fast.c: added leading zero format ("%06d", etc)
9949
9950 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
9951
9952         * src/SDCCpeeph.c: added labelIsReturnOnly test
9953         * src/mcs51/peeph.def: Peephole 244: replace ljmp to ret with ret
9954
9955 2003-04-05    <johan AT balder>
9956
9957         * src/SDCCcse.c (cseAllBlocks): fixed bug #460088
9958         * src/SDCCloop.c (DEFSETFUNC): fixed bug #460088
9959         * src/SDCCopt.c (eBBlockFromiCode): fixed bug #460088
9960         * src/SDCCast.c: fixed a warning
9961         * src/SDCCast.h: fixed a warning
9962         * src/SDCCicode.c (operandFromAst): fixed a warning
9963
9964 2003-04-04    <johan AT balder>
9965
9966         * src/SDCCloop.c (DEFSETFUNC): undid the fix for bug #519584
9967         * src/SDCCast.c (decorateType): fixed bug #715076
9968         * src/SDCC.y: fixed bug #702907
9969
9970 2003-04-03    <johan AT balder>
9971
9972         * device/lib/_mulint.c (_muluint): new #pragma LESS_PEDANTIC
9973         * src/SDCCopt.c (eBBlockFromiCode): new #pragma LESS_PEDANTIC
9974         * src/SDCCglobl.h (PRAGMA_LESSPEDANTIC): new #pragma LESS_PEDANTIC
9975         * src/SDCC.lex (doPragma): new #pragma LESS_PEDANTIC
9976         * src/SDCCmain.c (parseCmdLine): new #pragma LESS_PEDANTIC
9977
9978 2003-04-03  Bernhard Held <bernhard AT bernhardheld.de>
9979
9980         * _decdptr.c: fix return values
9981         * _gptrget.c: fix return values
9982         * _gptrgetc.c: fix return values
9983         * _gptrput.c: fix return values
9984         * _mulint.c: fix return values
9985         * as/z80/Makefile: fix 'make -j' problem
9986
9987 2003-04-02  Bernhard Held <bernhard AT bernhardheld.de>
9988
9989         * Makefile.common.in: unused PORT, SCC and SAS removed, fixed docdir
9990         * configure.in: big cleanup, updated to autoconf 2.5x
9991         * configure: rebuilt from configure.in
9992         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
9993         * sdcc_vc_in.h: reflect changes from sdccconf.h
9994         * doc/Makefile: fixed a flaw in "make install"
9995
9996 2003-04-02    <johan AT balder>
9997
9998         * src/ds390/gen.c (genCmp): no comments
9999         * src/mcs51/gen.c (genCmp): no comments
10000         * src/SDCCopt.c (eBBlockFromiCode): detect missing return values
10001         * src/SDCCast.c (ast_print): fixed the function type in --dumptree
10002
10003 2003-04-01  Bernhard Held <bernhard AT bernhardheld.de>
10004
10005         * support/regression/generate-cases.py: place generated file in given sub directory
10006         * support/regression/ports/host/spec.mk: prevent removal of testfwk.o
10007         * support/regression/Makefile: improvements for 'make -j';
10008         side effect: it's simpler and faster now
10009
10010 2003-03-31  Borut Razem <borut.razem AT siol.net>
10011
10012         * src/z80/main.c: link-{port} and as-{port} defined without path
10013         * src/src.dsp: support/Util/MySystem.h and src/SDCCutil.h added to project
10014
10015 2003-03-31  Bernhard Held <bernhard AT bernhardheld.de>
10016
10017         * Makefile, src/Makefile.in: add dependencies, so that 'make -j' works
10018
10019 2003-03-30  Borut Razem <borut.razem AT siol.net>
10020
10021         * support/Util/BuildCmd.c, support/Util/BuildCmd.h: rewrite buildCmdLine(),
10022           changed type of list parameter to set
10023         * src/ds390/main.c: changed type of parameter asmOptions to set in _tininative_do_assemble()
10024         * src/port.h: changed type of do_assemble() parameter to set
10025         * src/SDCCmain.c: type of asmOptions changed to set, introduced setParseWithComma(),
10026           sdcpp defined without path, removed variable VersionString, introduced set binPathSet,
10027           definition of "cppoutfilename" macro with NULL value in preProcess()
10028         * src/SDCCglobl.h: included "SDCCset.h", added declaration of setParseWithComma()
10029         * src/SDCCglue.c: removed variable VersionString, inroduced spacesToUnderscores()
10030         * support/Util/MySystem.c, support/Util/MySystem.h: rewrite, char *ExePathList[]
10031           replaced with set *binPathSet
10032         * shash_add() deallocates the item, if allready exsists, before adding the new one
10033         * src/SDCCmacro.c: handling macros with empty or NULL values in _evalMacros()
10034
10035 2003-03-30  Scott Dattalo  <scott AT dattalo.com>
10036
10037         * src/pic/gen.c: Commit patch from Steve Tell <tell AT telltronics.org> that fixes
10038           a nested for loop bug in the PIC port
10039         * src/regression/nestfor.c: new regression test file Steve wrote to test nested
10040           for loops
10041
10042 2003-03-29  Bernhard Held <bernhard AT bernhardheld.de>
10043
10044         * support/Util/dbuf.h: remove C++ stuff to make it portable
10045
10046 2003-03-28  Borut Razem <borut.razem AT siol.net>
10047
10048         * src/SDCC.lex: Fix for bug #711240: dynamic buffer handling of C
10049           literal strings in stringLiteral()
10050         * support/Util/dbuf.c, support/Util/dbuf.h: added: dynamic buffer handling
10051         * src/Makefile.bcc, src/Makefile.in, src\src.dsp: added support/Util/dbuf.c
10052           to the project
10053
10054 2003-03-27  Paul Stoffregen <paul AT pjrc.com>
10055
10056         * src/SDCCpeeph.c (pcDistance): accurate byte distance for mcs51
10057
10058 2003-03-26    <johan AT balder>
10059
10060         * src/mcs51/gen.c (saveRegisters): catched symbol abuse
10061         * src/ds390/gen.c (saveRegisters): catched symbol abuse
10062         * src/SDCCast.c (decorateType): fixed " -v < 3"
10063
10064 2003-03-23  Bernhard Held <bernhard AT bernhardheld.de>
10065
10066         * doc/cdbfile.html: removed, replaced by cdbfileformat.lyx
10067         Added Lenny Story's debug infrastructure changes:
10068         * src/Makefile.in:  added new files cdbFile.c and SDCCdebug.c
10069         * src/Makefile.bcc: added new files cdbFile.c and SDCCdebug.c
10070         * src/cdbFile.c: added
10071         * src/SDCCdebug.c: added
10072         * src/SDCCdebug.h: added
10073         * src/SDCCast.c (createFunction)
10074         * src/SDCCglue.c (emitRegularMap, emitStaticSeg, emitOverlay, glue)
10075         * src/SDCCmain.c (parseCmdLine, main)
10076         * src/SDCCmem.c (redoStackOffsets)
10077         * src/SDCCsymt.c (cdbStructBlock, cdbTypeInfo, cdbSymbol, cdbStruct, cdbStructBlock)
10078         * src/SDCCsymt.h
10079         * src/common.h
10080         * src/avr/gen.c (genAVRCode)
10081         * src/ds390/gen.c (gen390Code)
10082         * src/mcs51/gen.c (gen51Code)
10083         * src/pic/gen.c (genpic14Code)
10084         * src/pic/glue.c (pic14emitRegularMap, pic14emitStaticSeg, pic14emitOverlay, picglue)
10085         * src/xa51/gen.c (genXA51Code)
10086         * src/SDCCast.c: fixed "void foo(void){char c; -c < 0;}"
10087
10088 2003-03-22  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10089
10090         * src/mcs51/gen.c (genCodePointerGet): quicker code for bug #700797
10091         * src/mcs51/peeph.def: added rules 177, 241.x to 243, touched 181, 182.x, 193.x
10092
10093 2003-03-22    <johan AT balder>
10094
10095         * src/SDCCicode.c (geniCodeDerefPtr): fixed bug #698231
10096
10097 2003-03-21  Bernhard Held <bernhard AT bernhardheld.de>
10098
10099         * support/scripts/sdcc_mingw32: adapted to configure from autoconf 2.54
10100         * doc/cdbfileformat.lyx: added, written by Lenny Story
10101         * doc/Makefile: added cdbfileformat.lyx
10102         * doc/clean.mk: added cdbfileformat.lyx
10103
10104 2003-03-20  Bernhard Held <bernhard AT bernhardheld.de>
10105
10106         * src/mcs51/peeph.def: fix bug #705773
10107
10108 2003-03-20    <johan AT balder>
10109
10110         An sfr/sbit can have an "at #" AND an initializer
10111         * src/SDCCsymt.c (checkSClass):
10112         * src/SDCCmem.c (allocGlobal):
10113         * src/SDCCmem.c (allocLocal):
10114         * src/SDCCast.c (createBlock):
10115
10116 2003-03-17  Bernhard Held <bernhard AT bernhardheld.de>
10117
10118         * src/ds390/peeph.def: fix bug #704878: added rule 213.b suggested by Jan Rejlek
10119
10120 2003-03-16    <johan AT balder>
10121
10122         Undid the hackup of const and volatile, the problem is much bigger
10123         * src/SDCC.y:1.65
10124         * src/SDCCast.c:1.171
10125         * src/SDCCglue.c:1.138
10126         * src/SDCCicode.c:1.146
10127         * src/SDCCsymt.c:1.150
10128         * src/SDCCval.c:1.65
10129
10130 2003-03-15  Bernhard Held <bernhard AT bernhardheld.de>
10131
10132         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #703541
10133         * src/ds390/gen.c (genAddrOf): fixed bug #704087
10134
10135 2003-03-13    <johan AT balder>
10136
10137         Hackup const and volatile modifiers in type chains a bit:
10138         * src/SDCC.y:1.63
10139         * src/SDCCast.c:1.169
10140         * src/SDCCglue.c:1.136
10141         * src/SDCCicode.c:1.143
10142         * src/SDCCsymt.c1.146
10143         * src/SDCCsymt.h1.59
10144         * src/SDCCval.c:1.63
10145
10146 2003-03-12    <johan AT balder>
10147
10148         * src/SDCCBBlock.h: more LRH debugging junk
10149         * src/SDCCcflow.h: more LRH debugging junk
10150         * src/SDCCloop.c: more LRH debugging junk
10151         * src/SDCC.y (struct_declaration): fixed bug #697590
10152         * src/SDCCsymt.[hc] (cloneSpec): NEVER EVER use this again
10153         * src/ds390/gen.c (aopForRemat): fixed bug #700031
10154         * src/SDCCglue.c (emitStaticSeg): fixed bug #700797
10155
10156 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
10157         * src/SDCCpeeph.c: quit being lazy and made proper fix (peephole
10158         test function names must now match exactly).
10159         * src/SDCCcse.c: added special case in findCheaperOp to allow
10160         extending a short integer. Makes less awful code for bug 700121 test case.
10161
10162 2003-03-11  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10163
10164         * as/mcs51/lkmain.c: Added ASlink-Warning to messages
10165         * as/mcs51/lkaomf51.c: Fixed bug when linking asmblink example
10166
10167 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
10168
10169         * src/SDCCpeeph.c: fix so that operandsNotEqualX functions are
10170         actually called (operandsNotEqual() was called for all
10171         operandsNotEqualX tests).
10172
10173 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
10174
10175         * src/SDCCcse.c: fix findCheaperOp to prevent replacing int types
10176         with shorter literals. Fixes bug 700121.
10177
10178 2003-03-11    <johan AT balder>
10179
10180         * src/SDCCsymt.c (compareType): a (void *) can be assigned to any pointer
10181
10182 2003-03-11  Bernhard Held <bernhard AT bernhardheld.de>
10183
10184         * src/SDCCloop.c (mergeRegions): an evil beast is dead
10185         * src/SDCCmain.c (preProcess): minor cleanup: eliminate preOutName
10186
10187 2003-03-10  Borut Razem <borut.razem AT siol.net>
10188
10189         * src/SDCCmain.c: pipe preprocessor's output
10190         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
10191         * sdcc_vc_in.h: define pclose as _pclose for WIN32
10192         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
10193         which closes all pipes in pipeSet set
10194         * src/SDCCset.c: free deleted item in function deleteSetItem()
10195         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
10196         moved from z80 to src subproject
10197         * .version: increased version number to 2.3.4
10198
10199 2003-03-10  Bernhard Held <bernhard AT bernhardheld.de>
10200
10201         * support/regression/ports/mcs51/spec.mk: increase timeout for CF's sparc to 30s
10202         * support/regression/ports/ds390/spec.mk: increase timeout for CF's sparc to 25s
10203         * support/regression/ports/xa51/spec.mk: fix typo
10204
10205 2003-03-09  Bernhard Held <bernhard AT bernhardheld.de>
10206
10207         * src/SDCCglobl.h: PATH_MAX is already defined in mingw32 headers
10208
10209 2003-03-09  Borut Razem <borut.razem AT siol.net>
10210
10211         * src/SDCCmain.c: pipe preprocessor's output
10212         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
10213         * sdcc_vc_in.h: define pclose as _pclose for WIN32
10214         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
10215         which closes all pipes in pipeSet set
10216         * src/SDCCset.c: free deleted item in function deleteSetItem()
10217         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
10218         moved from z80 to src subproject
10219
10220 2003-03-09  Borut Razem <borut.razem AT siol.net>
10221
10222         * src/SDCCglue.c: re-implemented tempfilename() and tempfile(): using mkstemp() if available
10223         * src/SDCCsymt.h: fixed MSVC and BORLANDC compilation (included SDCCglobl.h instead srccconf.h)
10224         * sdcc_vc_in.h: explicitly undefined HAVE_MKSTEMP which is not available on BORLANDC and MSVC
10225         * src/SDCCset.h: removed inclusion of sdccconf.h or sdcc_vc.h
10226         * src/SDCCglobl.h: unification of WIN32 native definitions
10227
10228 2003-03-09  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10229
10230         * src/mcs51/gen.c: applied in-/dec patch mentioned on sdcc-devel 2003-03-01
10231
10232 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
10233
10234         * src/configure.in:   check for endianess (even while cross-compiling)
10235         * src/configure:      check for endianess (even while cross-compiling)
10236         * src/configure_in.h: check for endianess (even while cross-compiling)
10237         * src/avr/gen.c:        remove old endianess stuff
10238         * src/mcs51/gen.c:      remove old endianess stuff
10239         * src/ds390/gen.c:      remove old endianess stuff
10240         * src/pic/gen.c:        remove old endianess stuff
10241         * src/pic/genarith.c:   remove old endianess stuff
10242         * src/pic/glue.c:       fix endianess check
10243         * src/pic16/gen.c:      remove old endianess stuff
10244         * src/pic16/genarith.c: remove old endianess stuff
10245         * src/pic16/glue.c:     fix endianess check
10246         * src/xa51/gen.c:       remove old endianess stuff
10247         * src/z80/gen.c:        fix endianess check
10248         * src/SDCCglue.c:       fix endianess check
10249         * src/ds390/peeph.def: fix bug 700036
10250
10251 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
10252
10253         * src/SDCCsymt.h: use appropriate data-types on host for SDCC's int and long
10254         * src/configure: find appropriate data-types on host for SDCC's int and long
10255         * src/configure.in: find appropriate data-types on host for SDCC's int and long
10256         * src/sdccconf_in.h: find appropriate data-types on host for SDCC's int and long
10257         * src/xa51/gen.c: use %d, not %ld for 4 byte variables
10258
10259 2003-03-07    <johan AT balder>
10260
10261         Just a big NOOP:
10262                 some minor cleanups before the big shot
10263                 OP_DEFS and OP_USES now use Kevin's protection
10264                 new option --nolabelopt
10265
10266         * src/SDCCBBlock.c:
10267         * src/SDCCast.c,:
10268         * src/SDCCcflow.c:
10269         * src/SDCCcse.c:
10270         * src/SDCCicode.c:
10271         * src/SDCCicode.h:
10272         * src/SDCClabel.c:
10273         * src/SDCCloop.c:
10274         * src/SDCCmain.c:
10275         * src/ds390/ralloc.c:
10276         * src/mcs51/ralloc.c:
10277         * src/pic/ralloc.c:
10278         * src/xa51/ralloc.c:
10279         * src/z80/ralloc.c:
10280
10281 2003-03-06  Bernhard Held <bernhard AT bernhardheld.de>
10282
10283         * src/pic/pcode.c (get_op): fix 64 bit warnings
10284         * src/pic/pcode.c (pCode2str): fix 64 bit warnings
10285         * src/SDCChasht.c (newHashTable): fix 64 bit warnings
10286         * src/SDCCsymt.c (checkTypeSanity): fix 64 bit warnings
10287         * support/regression/tests/malloc.c: fix 64 bit warnings
10288
10289 2003-03-04  Bernhard Held <bernhard AT bernhardheld.de>
10290
10291         * src/mcs51/gen.c (genMinus): fixed bug 696436
10292
10293 2003-03-02  Borut Razem <borut.razem AT siol.net>
10294
10295         * src/SDCCmain.c: added BORLANDC, corrected MSVC in printVersionInfo()
10296
10297 2003-02-26  Bernhard Held <bernhard AT bernhardheld.de>
10298
10299         * configure.in: test for mkstemp
10300         * sdccconf_in.h: add HAVE_MKSTEMP
10301
10302 2003-02-24  Bernhard Held <bernhard AT bernhardheld.de>
10303
10304         * device/include/ctype.h: removed warning while using --stack-auto
10305         * device/include/malloc.h: removed warning while using --stack-auto
10306         * device/include/string.h: removed warning while using --stack-auto
10307
10308 2003-02-23  Borut Razem <borut.razem AT siol.net>
10309
10310         * src/asm.h: corrected assertion in function printILine(): _pipe() was not executed on MSVC,
10311         because NDEBUG is defined (see man assert)
10312         * sdcc_vc_in.h: vsnprintf is defined as _vsnprintf on MSVC
10313
10314 2003-02-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10315
10316         * src/mcs51/gen.c (genUminusFloat): avoided dptr in-/decrement for xdata variables
10317         * src/mcs51/peeph.def: added rule suggested by Gernot Fink, white space/comment changes
10318
10319 2003-02-18  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10320
10321         * src/SDCCpeeph.c: added peephole conditions testing for same arguments
10322         * src/mcs51/peeph.def: added rules 238a-d which remove redundant moves
10323
10324 2003-02-18    <johan AT balder>
10325
10326         * as/mcs51/asmain.c (asmbl): module can start with a digit
10327         * as/z80/asmain.c (asmbl): module can start with a digit
10328
10329 2003-02-16  Bernhard Held <bernhard AT bernhardheld.de>
10330
10331         * sim/ucsim/mkecho: inserted #!/bin/sh for Cygwin, so that it's executable
10332         * src/asm.c: fix pipe() for Mingw32
10333
10334 2003-02-15  Bernhard Held <bernhard AT bernhardheld.de>
10335
10336         * src/SDCCglue.h: make tmpfileNameSet available for preOutName
10337         * src/SDCCmain.c (preProcess): make sure, that preOutName will be deleted;
10338         make -V work again; --c1mode reads now from stdin
10339         * doc/sdccman.lyx: added --c1mode
10340         * support/Util/SDCCerr.c: new messages for c1 mode
10341         * support/Util/SDCCerr.h: new messages for c1 mode
10342         * src/SDCC.lex (checkCurrFile): test if fullSrcFileName is NULL for c1mode
10343
10344 2003-02-15    <johan AT balder>
10345
10346         * src/asm.c: new options: --no-c-code-in-asm and --i-code-in-asm
10347
10348 2003-02-14  Bernhard Held <bernhard AT bernhardheld.de>
10349
10350         * doc/sdccman.lyx: Environment variables, -o and other minor things
10351
10352 2003-02-14    <johan AT balder>
10353
10354         * src/xa51/main.c: before anyone really tries to use it :)
10355
10356         * Install doc's in share/sdcc/doc
10357         * removed some obsolete files
10358         * Do a proper make distclean and uninstall
10359         M Makefile.common.in
10360         R sdccbuild.sh
10361         M as/Makefile
10362         M device/include/Makefile.in
10363         M device/lib/Makefile.in
10364         M doc/sdccman.lyx
10365         M link/Makefile
10366         M sim/ucsim/doc/Makefile.in
10367         M src/clean.mk
10368         R src/avr/peeph.rul
10369         R src/xa51/peeph.rul
10370         M support/cpp2/Makefile.in
10371         M support/makebin/Makefile
10372
10373
10374 2003-02-13  Bernhard Held <bernhard AT bernhardheld.de>
10375
10376         * support/regression/ports/host/spec.mk: use cc as host compiler for max osx
10377
10378 2003-02-10  Borut Razem <borut.razem AT siol.net>
10379
10380         * doc/bccinst.txt, packihx/packihx.c, sdcc_vc_in.h, src/SDCCset.h,
10381         support/cpp2/config.in: Borland C++ build doesn't depend on Cygwin configure
10382         * Bcc.ini, Makefile.bcc, as/mcs51/Makefile.bcc,
10383         device/examples/ds390/tinitalk/Makefile.bcc, packihx/Makefile.bcc,
10384         support/cpp2/Makefile.bcc, src/Makefile.bcc, src/avr/Makefile.bcc,
10385         src/ds390/Makefile.bcc, src/izt/Makefile.bcc, src/mcs51/Makefile.bcc,
10386         src/pic/Makefile.bcc, src/pic16/Makefile.bcc, src/xa15/Makefile.bcc,
10387         src/z80/Makefile.bcc: Borland Makefile cleanup
10388         * as/z80/Makefile.bcc: Added Borland Makefile
10389         * support/cpp2/borland.h: Removed
10390
10391 2003-02-10  Bernhard Held <bernhard AT bernhardheld.de>
10392
10393         * doc/sdccman.lyx: new pragma NOIV by "Johannes Stezenbach" <js AT convergence.de>
10394         * src/SDCC.lex: new pragma NOIV
10395         * src/SDCCglobl.h: new pragma NOIV
10396         * src/SDCCmem.c: new pragma NOIV
10397
10398 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
10399
10400         * src/SDCCmain.c: signal handling is switched off by SDCC_LEAVE_SIGNALS
10401
10402 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
10403
10404         * src/SDCCmain.c: signal handling is switched off by --debug
10405         * doc/Makefile: small fix for install; use clean.mk again
10406         * doc/clean.mk: clean *.pdf and *.html too
10407
10408 2003-02-08  Bernhard Held <bernhard AT bernhardheld.de>
10409
10410         * device/lib/_mulint.c: small fix for large/ds390 --int-long-reent resp. --stack-auto
10411         * device/lib/printfl.c: fix a ds390 bug by making it portable
10412         * src/SDCCsymt.c (initCSupport): fix compile warning on Cygwin
10413         * src/SDCCopt.c (cnvToFloatCast): fix compile warning on Cygwin
10414         * src/SDCCopt.c (cnvFromFloatCast): fix compile warning on Cygwin
10415         * debugger/mcs51/cmd.c: converted multi-line string literals
10416         * sim/ucsim/globals.cc: converted multi-line string literals
10417         * src/SDCCmain.c: introduced signal handler to remove temp files
10418         * doc/Makefile: small tweaks, implement clean
10419         * doc: removed generated files
10420
10421 2003-02-05  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10422
10423         * as/mcs51/aslink.h, as/mcs51/lkihx.c, as/mcs51/lkrloc.c:  Applied
10424         patch from Jan Rejlek <jr AT apex-lib.cz> to fix Bug 677692: "Extended
10425         Address Record is not correctly generated for DS390."
10426
10427 2003-02-02  Borut Razem <borut.razem AT siol.net>
10428
10429         * Makefile.bcc: removed non existing cpp project and non compilable izt project from makefile
10430         * as/mcs51/asm.h: fixed compilation with Borland C
10431         * support/cpp2/Makefile.bcc: added rule to generate auto-host.h
10432         * support/cpp2/auto-host_vc_in.h: fixed compilation with Borland C
10433         * src/mcs51/mcs51a.dsp: corrected misspelled project name from msc51a to mcs51a
10434         * src/avr/Makefile.bcc, src/ds390/Makefile.bcc, src/izt/Makefile.bcc,
10435         src/mcs51/Makefile.bcc, src/pic16/Makefile.bcc, src/xa51/Makefile.bcc,
10436         src/z80/Makefile.bcc: delete $(LIB) only if exist
10437         * src/Makefile.bcc, src/pic/Makefile.bcc:  fixed compilation with Borland C
10438
10439 2003-02-02  Bernhard Held <bernhard AT bernhardheld.de>
10440
10441         * device/include/malloc.h: introduced NULL
10442         * device/include/string.h: introduced NULL
10443         * device/include/stdlib.h: introduced NULL
10444         * device/lib/_memcpy.c: removed NULL
10445         * device/lib/_strcat.c: removed NULL
10446         * device/lib/_strchr.c: removed NULL
10447         * device/lib/_strcmp.c: removed NULL
10448         * device/lib/_strcpy.c: removed NULL
10449         * device/lib/_strcspn.c: removed NULL
10450         * device/lib/_strlen.c: removed NULL
10451         * device/lib/_strncat.c: removed NULL
10452         * device/lib/_strncmp.c: removed NULL
10453         * device/lib/_strncpy.c: removed NULL
10454         * device/lib/_strpbrk.c: removed NULL
10455         * device/lib/_strrchr.c: removed NULL
10456         * device/lib/_strspn.c: removed NULL
10457         * device/lib/_strstr.c: removed NULL
10458         * device/lib/_strtok.c: removed NULL
10459         * device/lib/malloc.c: removed NULL, include own header
10460
10461 2003-02-02    <johan AT balder>
10462
10463         * 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
10464         * support/regression/fwk/lib/testfwk.c: div and mod isn't broken anymore
10465         * regressions ds390/spec.mk and mcs51/spec.mk (timeout): my good old balder isn't fast enough for some tests
10466         * src/z80/gen.c (genZ80Code): added c-lines in asm comments
10467         * as/z80/asm.h (NINPUT): increased for long c-comments in regression tests
10468         * src/z80/gen.c (genRightShiftLiteral): fixed the (char)(-3)>>8 (I think)
10469
10470 2003-02-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10471
10472         * src/SDCCmain.c: Fixed bug 678574: "ds390: ASlink-Error-Stack overlaps
10473         area 'DATA'"
10474
10475 2003-02-01    <johan AT balder>
10476
10477         * src/SDCCval.c (valBitwise): fixed Karl's "2 | (1<<8)"
10478
10479 2003-01-31    <johan AT CP255758-A>
10480
10481         * src/ds390/main.c (_ds390_genAssemblerPreamble): applied Jan Rejlek's >64K startup patch
10482
10483 2003-01-30    <johan AT balder>
10484
10485         * src/SDCCBBlock.c: automatic bug detection
10486         * src/SDCCicode.c: automatic bug detection
10487
10488 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10489
10490         * src/SDCCglobl.h:   now --xram-size 0 works
10491         * src/SDCCmain.c:    now --xram-size 0 works
10492
10493 2003-01-29    <johan AT balder>
10494
10495         * src/almosteverything: changed OP_DEFS and OP_USES from macros to functions to catch symbol abuse (a hot topic in the bug list :)
10496
10497 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10498
10499         * as/mcs51/aslink.h: Added options --xram-size and --code-size
10500         * as/mcs51/lkdata.c: Added options --xram-size and --code-size
10501         * as/mcs51/lkmain.c: Added options --xram-size and --code-size
10502         * as/mcs51/lkmem.c:  Added options --xram-size and --code-size
10503         * src/SDCCglobl.h:   Added options --xram-size and --code-size
10504         * src/SDCCmain.c:    Added options --xram-size and --code-size
10505
10506 2003-01-28  Bernhard Held <bernhard AT bernhardheld.de>
10507
10508         * src/ds390/gen.c: fix deps by replacing <common.h> with "common.h"
10509         * src/SDCC.lex: rename P_OVERLAY to P_OVERLAY_ for cross-gcc 3.2 MINGW32
10510
10511 2003-01-27    <johan AT balder>
10512
10513         * src/SDCC.y: fixed bug #613764
10514
10515 2003-01-26    <johan AT balder>
10516
10517         * src/SDCClrange.c:  fixed Bernhard's "char * code ptr = &c"
10518         * src/SDCCsymt.h: fixed bug #673374
10519         * src/SDCCglue.c: fixed bug #661910
10520         * src/SDCCast.c: fixed bug #458099 and 673374
10521
10522 2003-01-26  Bernhard Held <bernhard AT bernhardheld.de>
10523
10524         * as/mcs51/strcmpi.c: added, provides Aurelien Jarno's as_strcmpi(); strcmpi() is not ANSI
10525         * as/mcs51/strcmpi.h: added
10526         * as/mcs51/asm.h: remove ugly "#define strcmpi strcmp"
10527         * as/mcs51/aslink.h: remove ugly "#define strcmpi strcmp"
10528         * as/mcs51/asmain.c: strcmpi -> as_strcmpi
10529         * as/mcs51/assym.c: strcmpi -> as_strcmpi
10530         * as/mcs51/lkmem.c: strcmpi -> as_strcmpi
10531         * as/mcs51/lknoice.c: strcmpi -> as_strcmpi
10532         * as/mcs51/lksym.c: strcmpi -> as_strcmpi
10533         * as/mcs51/Makefile.aslink: new module strcmpi
10534         * as/mcs51/Makefile.asx8051: new module strcmpi
10535         * as/mcs51/Makefil.bcc: new module strcmpi
10536         * as/mcs51/Makefile.in: new module strcmpi
10537         * sim/ucsim/s51.src/uc390.cc (get_mem_size): make RAM big enough for tinibios
10538
10539 2003-01-26    <johan AT balder>
10540
10541         * src/SDCCglue.c: reverted back to 1.124
10542         * src/SDCCast.c: reverted back to 1.156
10543         * src/mcs51/gen.c (aopGet): applied Frieder's efficiency patch
10544
10545 2003-01-25    <johan AT balder>
10546
10547         * src/SDCCglue.c: A better fix for bug #661910
10548         * src/SDCCast.c: A better fix for bug #661910
10549         * src/SDCCglue.c (emitRegularMap): That was a little too efficient
10550
10551 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
10552
10553         * src/Makefile.in: remove spawn.o
10554         * src/SDCCmain.c: remove spawn.h
10555         * src/SDCCmain.c (printVersionInfo): report MINGW32 instead of UNIX
10556         * src/spawn.c: removed
10557         * src/spawn.h: removed
10558         * support/regression/ports/ds390/spec.mk: link with -r
10559
10560 2003-01-24    <johan AT CP255758-A>
10561
10562         * src/ds390/gen.c (aopOp): fixed bug #667458
10563         * src/SDCCglue.c (emitRegularMap): fixed bug #458099 again
10564         * src/SDCCast.c (createIvalCharPtr): fixed bug #661910
10565         (createIvalCharPtr): an ival doesn't always have a storage class anymore
10566
10567 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
10568
10569         * src/mcs51/peeph.def: better assembler identation by Frieder
10570         * src/mcs51/gen.c: better assembler identation by Frieder
10571
10572 2003-01-22  Bernhard Held <bernhard AT bernhardheld.de>
10573
10574         * as/z80/string.h: removed for gcc 3.2
10575         * support/makebin/makebin.c: #include <string.h> for gcc 3.2
10576         * src/pic/pcode.c (get_op_from_instruction): fix concatenation of string literals with __FUNCTION__ for gcc 3.2
10577
10578 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
10579
10580         * src/SDCCmain.c (linkEdit): rename mem and map files even in case of failure
10581         * src/SDCCpeeph.c (replaceRule): fix bug #663503
10582         * support/regression/Makefile: separate temp files for ports
10583         * support/regression/generate-cases.py: separate temp files for ports
10584         * src/mcs51/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
10585         * src/ds390/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
10586
10587 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
10588
10589         * moved tinitalk to device/examples/ds390
10590
10591 2003-01-14  Bernhard Held <bernhard AT bernhardheld.de>
10592
10593         * as/mcs51/lkmem.c: rflag is for DS390
10594         * src/SDCCglobl.h: removed out_name and options stackOnData, genericPtr
10595         * src/SDCCmain.c (optionsTable, setDefaultOptions): removed --stack-after-data and --generic
10596                          (linkEdit): move mem- and map-files the same way as ihx-files
10597         * src/z80/main.c (_setDefaultOptions): removed --generic
10598         * src/SDCCmain.c (_processC1Arg, parseCmdLine, main): --c1mode works again
10599         * src/SDCCglue.c (createInterruptVect, glue): --c1mode works again
10600         * src/pic/glue.c (picglue): --c1mode works again
10601         * src/pic16/glue.c (pic16glue): --c1mode works again
10602         * src/asm.c (printCLine): fix #660034
10603
10604 2003-01-13  Bernhard Held <bernhard AT bernhardheld.de>
10605
10606         * src/ds390/peeph.def: fix #123; add 14 rules by Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>, 1 by Frieder
10607         * src/mcs51/peeph.def: fix #123; add 14 rules by Fiorenzo, 1 by Frieder
10608         * src/mcs51/gen.c (genFunction): emit r0 instead of ar0 by Fiorenzo
10609         * as/mcs51/lkmem (summary): better fix for sp problem
10610         * src/SDCCglue.c (glue): __start_stack - 1, saves 1 byte!
10611         * src/ds390/main.c (_ds390_finaliseOptions, _tininative_finaliseOptions): stack_loc = 0x400008
10612         * support/regression/ports/*/spec.mk: moving testfwk-object to port dir allow parallel execution of regression tests
10613                                               remove --stack-after-data
10614
10615 2003-01-12  Bernhard Held <bernhard AT bernhardheld.de>
10616
10617         * src/SDCCmain.c (main): port->finaliseOptions() moved for z80 linking
10618         * src/SDCCutil.c (join): ugly bug: missing '\0'
10619         * as/mcs51/lkmem.c (summary): sp on address 7 is safe
10620
10621 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
10622
10623         * src/SDCCmain.c (assemble, linkEdit): preparations for -o
10624         * src/port.h: typo
10625         * src/pic/main.c (_asmCmd): gpasm supports -o
10626         * src/z80/main.c: more general macros
10627         * device/lib/Makefile.in: remove intermediate files
10628
10629 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
10630
10631         * .version: Bumped version number to 2.3.3
10632         * src/SDCCBBlock.c: new option -o
10633         * src/SDCCglobl.h: new option -o
10634         * src/SDCCglue.c: new option -o
10635         * src/SDCCmain.c: new option -o
10636         * src/asm.c: new option -o
10637         * src/ds390/main.c: new option -o
10638         * src/pic/glue.c: new option -o
10639         * src/pic/pcode.c: new option -o
10640         * src/pic/ralloc.c: new option -o
10641         * src/pic16/glue.c: new option -o
10642         * src/pic16/pcode.c: new option -o
10643         * src/pic16/ralloc.c: new option -o
10644         * src/z80/main.c: new option -o
10645         * device/lib/Makefile.in: use -o
10646         * support/regression/ports/ds390/spec.mk: use -o
10647         * support/regression/ports/gbz80/spec.mk: use -o
10648         * support/regression/ports/mcs51/spec.mk: use -o
10649         * support/regression/ports/mcs51-stack-auto/spec.mk: use -o
10650         * support/regression/ports/z80/spec.mk: use -o
10651         * support/regression/ports/ucz80/spec.mk: use -o
10652         * support/regression/ports/xa51/spec.mk: use -o
10653         * support/regression/fwk/lib/timeout.c: fix usage string
10654
10655 2003-01-09  Bernhard Held <bernhard AT bernhardheld.de>
10656         * src/mcs51/gen.c (genPlus): replaced "mov b,acc" by "mov b,a" Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>
10657
10658 2003-01-07    <johan AT balder>
10659
10660         * src/SDCCast.c (decorateType): fixed bug #600035
10661
10662 2003-01-07  Bernhard Held <bernhard AT bernhardheld.de>
10663         * as/mcs51/lkmem.c: added several l-modifiers to printf to remove warnings
10664         * as/mcs51/lkaomf51.c: #include <ctype.h> to remove warnings
10665         * src/pic/main.c (_hasNativeMulFor): outcommented unused variables to remove warnings
10666         * src/pic/pcode.c: outcommented unused variable to remove warnings
10667         * src/pic/ralloc.c: outcommented unused variable to remove warnings
10668
10669 2003-01-06    <karl AT turbobit.com>
10670         * sim/ucsim/cmd.src/command.cc: fixed so "break xram r 0x7654" works again in
10671    regression tests.
10672
10673 2003-01-06    <johan AT balder>
10674
10675         * src/SDCCicode.c: fixed array add
10676
10677 2002-01-05  Bernhard Held <bernhard AT bernhardheld.de>
10678         * src/SDCCmacro.c: MAX_STRING_LENGTH increased to 2048; was too small for regression tests
10679         * support/regression/ports/host/support.c: #include <stdarg.h> for gcc 3.2
10680
10681 2003-01-04    <johan AT balder>
10682
10683         * src/SDCCval.c (getNelements): fixed the initialized array of structures
10684
10685 2002-12-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10686         * as/mcs51/Makefile.bcc: fixed typo lkomf51.o -> lkaomf51.o
10687
10688 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
10689         * src/mcs51/peeph.def: added rules 234 and 235 from Frieder Ferlemann <frieder.ferlemann AT web.de>
10690         * support/regression/tests/bug-524697.c: fit mem usage into 8032
10691
10692 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
10693         * src/mcs51/gen.c (aopGetUsesAcc): inserted missing "return FALSE"
10694
10695 2002-12-27  Bernhard Held <bernhard AT bernhardheld.de>
10696         * as/mcs51/Makefile.in: fixed typo lkomf51.o -> lkaomf51.o
10697
10698 2002-12-26  Bernhard Held <bernhard AT bernhardheld.de>
10699         * src/mcs51/main.c: removed {bindir}{sep} from aslink
10700
10701 2002-12-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10702
10703     * in \sdcc\as\mcs51\ changed these files in order to create an
10704     aomf51 file: aslink.h, lkdta.c, lklex.c, lklibr.c, lklist.c,
10705     lkmain.c.  Also added: lkmem.c and lkaomf51.c.  Changed the
10706     following files to include the previous two files: aslink.dsp,
10707     Makefile.aslink, Makefile.bcc, and Makefile.in.
10708
10709     * Changed \sdcc\src\SDCCmain.c so it creates files with extension
10710     .adb instead of .cdb
10711
10712 2002-11-09  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10713
10714         * \sdcc\as\mcs51\lklist.c: Now reports memory usage using the
10715         value from option --iram-size.
10716
10717 2002-09-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10718
10719         * \sdcc\as\mcs51\lklist.c: added boundary check before using
10720         dram[] array.
10721
10722 2002-09-18    <wiml AT hhhh.org>
10723
10724         * SDCClrange.h: exposed setFromRange() and setToRange()
10725         * mcs51/ralloc.c: fixed over-eager packRegsForSupport() and
10726           packRegsForAccUse() (bug 542397)
10727         * mcs51/gen.c: MOVA() is now a function to avoid calling aopGet()
10728           multiple times and emitting the fetch operations more than once
10729           added aopGetUsesAcc() function to allow binary operators to
10730           fetch their operands in the correct order; made genMinus() emit
10731           compact code for X = LITERAL - Y
10732
10733 2002-09-00  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10734         * \sdcc\as\mcs51\lklist.c: Fixed incorrect number of parameters to
10735         sprintf() in line 1267.
10736
10737 2002-09-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10738         * \sdcc\src\SDCCglue.c: Generate areas REG_BANK_[0-3] only for 8051
10739         like ports.
10740
10741 2002-09-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10742         Changes to aslink (All the changes are marked with 'JCF'):
10743
10744         * \sdcc\as\mcs51\aslink.h: External definition of sflag and
10745         summary().
10746
10747         * \sdcc\as\mcs51\lkarea.c: Computes the size of area BSEG_BYTES from
10748         area BSEG.  Also moves, if possible, the DATA area down into the internal
10749         ram so more space is available.
10750
10751         * \sdcc\as\mcs51\lkdata.c: Definition of memory summary output flag
10752         sflag.
10753
10754         * \sdcc\as\mcs51\lklist.c: For the BSEG area report the size in bits,
10755         not bytes.  Function summary() which creates a memory usage summary
10756         file with extension .mem.  Reports of overlaping stack and small stack
10757         size.  If the space for the stack is less than 16 bytes aslink trows a
10758         warning.
10759
10760         * \sdcc\as\mcs51\lkmain.c: Creation of some of the default areas for
10761         the 8051.  Option 'y' for memory summary output file.
10762
10763         Changes to sdcc (All the changes are marked with 'JCF'):
10764
10765         * \sdcc\src\SDCCglobl.h: External definition of RegBankUsed[4].
10766
10767         * \sdcc\src\SDCCglue.c:  If a register bank is used, creates an
10768         overlaying area for it (uses RegBankUsed[4]).
10769
10770         * \sdcc\src\SDCCmain.c: Definition RegBankUsed[4]; marks register
10771         bank zero as used by default.  By default aslink locates the stack
10772         (equivalent to --stack-after-data).  Pass option 'y' to aslink for
10773         the creation of the .mem file.  Delegates the allocation of data area
10774         to aslink (it is not longer 0x30 by default).  If --stack-loc passes
10775         the begining of the stack area to aslink.
10776
10777         * \sdcc\src\SDCCmem.c:  If a register bank is used, marks it so
10778         glue() in SDCCglue.c creates an area for it.
10779
10780 2002-09-03  Borut Razem <borut.razem AT siol.net>
10781         * sdcc/src/SDCCglue.c, sdcc/src/SDCCglue.h, sdcc/src/SDCCmain.c,
10782         sdcc/src/pic/glue.c:
10783         introduced atexit() handler for teporay files removal in case of
10784         errors, assertions, ...
10785
10786 2002-08-29  Borut Razem <borut.razem AT siol.net>
10787         * sdcc/support/cpp2/auto-host_vc_in.h:
10788         re-definition of O_BINARY and other O_XXX as _O_BINARY and _O_XXX, so the problem
10789         with the returned value from read() in sdcc/support/cpp2/cppfiles.c is solved for MSC.
10790         Maybe there is a similar problem with BORLANDC? It should be checked!
10791
10792         * sdcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c, sdcc/src/z80/ralloc.c:
10793         corrected improper use of assert: the assignment to clr variable was done inside the assert.
10794         In case that NDEBUG was defined, the assert macro was substituted with no-op, so the assignment
10795         was not executed, and the compiler (cl) launched a warning:
10796         ralloc.c(1442) : warning C4700: local variable 'clr' used without having been initialized
10797
10798 2002-08-28  Bernhard Held <bernhard AT bernhardheld.de>
10799         * src/SDCCglue.c (printIvalArray): iterative calculation of array length
10800
10801 2002-08-28  Jesus Calvino-Fraga and Borut Razem <borut.razem AT siol.net>
10802         * sdcc/sdcc.dsw: added sdcpp, sdcppa, yacc, conf projects
10803
10804         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
10805           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp,
10806           sdcc/src/xa51/xa51.dsp, sdcc/src/avr/avra.dsp,
10807           sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
10808           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp,
10809           sdcc/src/xa51/xa51a.dsp, sdcc/as/as_z80.dsp,
10810           sdcc/as/aslink.dsp, sdcc/as/asx8051.dsp, sdcc/packihx/packihx.dsp:
10811         - added Release configuration in VS projects
10812         - review of compiler an linker options
10813         - VC .exe files are generated in bin_vc directory, not to interfere
10814           with binaries generated from other projects (cygwin, mingw, bcc ...)
10815
10816         * sdcc/src/yacc.dsp: added
10817
10818         * sdcc/config.dsp, sdcc/configure_vc.awk, sdcc/sdcc_vc_in.h:
10819         added - genarate sdcc_vc.h using sdcc_vc_in.h as template
10820         and insert the version number definitions from .version
10821
10822         * sdcc/support/cpp2/sdcpp.dsp: added - VC project for sdcpp
10823
10824         * sdcc/support/cpp2/sdcppa.dsp, sdcc/support/cpp2/auto-host_vc_in.h:
10825         added - genarate auto-host.h using auto-host_vc_in.h as template
10826
10827         * sdcc/sdcc_vc.h,
10828         removed from CVS, generated automatically
10829
10830 2002-08-25  Bernhard Held <bernhard AT bernhardheld.de>
10831         * support/scripts/inc2h.pl: use gputils or gpasm (from Nathan Hurst)
10832
10833 2002-08-11  Borut Razem <borut.razem AT siol.net>
10834         * support/Util/NewAlloc.c: removed unneeded #include "sdccconf.h" (suggested by Jesus Calvino-Fraga)
10835
10836 2002-08-10  Borut Razem <borut.razem AT siol.net>
10837         * src/SDCCmain.c (main):
10838         file preOutName was unlinked before closed. This seems to be OK on UNIX and cygwin
10839         platforms, but it doesn't work with Visual Studio: the opened file can not be removed.
10840         The consequence was that some temporary files were not removed.
10841
10842         * src/SDCCglue.c:
10843         unification of code in functions tempfilename() and tempfile():
10844         function tempnam() is defined in Visual Studio 6.0 and .NET
10845
10846         * sdcc/sdcc.dsw: removed project sdcpp, added project xa51a
10847
10848         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
10849           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp:
10850         - removed compiler command line option /WX: Treats all warnings as errors
10851         - update a list of source files, included into the project
10852
10853         * sdcc/src/avr/avra.dsp, sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
10854           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp:
10855         changed project type to Generic Project so that can be correcly converted to VS.NET project
10856
10857         * sdcc/as/mcs51/asm.h: definition of PATH_MAX for MSC
10858
10859         * sdcc/src/SDCCast.c: solved MSC error in function decorateType()
10860
10861         * sdcc/src/SDCC.y: added missing ending ';' to rules to get rid of bison warnings
10862
10863         * dcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c:
10864         added return 0 statements after assert() to make compiler happy
10865
10866         * sdcc/src/xa51/peeph.rul, sdcc/src/xa51/peeph.def, sdcc/src/z80/ralloc.c:
10867         added newline in the def file to keep MSC compiler satisfied
10868
10869         * sdcc/src/z80/gen.c:
10870         - function strcasecmp() is not defined in MSC (and probably also in BORLANDC),
10871           so it is replaced with STRCASECMP, which is defined as stricmp in case of MSC and BORLANDC
10872         - solved MSC error in function aopDump()
10873
10874         * sdcc_vc.h: define PREFIX as "\\sdcc"
10875
10876 2002-07-18  Bernhard Held <bernhard AT bernhardheld.de>
10877         * src/SDCCast.c (decorateType): fixed access to array of structures http://sourceforge.net/mailarchive/forum.php?thread_id=902690&forum_id=4107
10878
10879 2002-06-22  Scott Dattalo <scott AT dattalo.com>
10880         * src/pic/*: Numerous bug fixes. Flow analysis has been enhanced.
10881         - Rewrote the register banking algorithm.
10882         - Added pCode live-range analysis to registers (for now, only non-used and
10883         singly-used registers optimized away)
10884
10885         * src/pic/pcoderegs.[ch]: Added new files for pCode live-range analysis
10886
10887         * 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.
10888
10889 2002-05-10  Scott Dattalo <scott AT dattalo.com>
10890         * src/pic/*: Added support for multiplication. Fixed many,many bugs.
10891
10892 2002-04-22  Michael Hope  <michaelh AT vroom>
10893
10894         * device/lib/z80/printf.c: Changed emitter to volatile to work around a pcall bug.
10895
10896         * configure.in (DD_COPT): Added include support required for gbdk.
10897
10898         * .version: Bumped version number just to increase it.
10899
10900         * src/SDCCmain.c: Added -nostdinc to the default options.
10901
10902 2002-04-15  Michael Hope  <michaelh AT vroom>
10903
10904         * device/lib/z80/printf.c (sprintf): Added.
10905
10906         * src/z80/ralloc.c (packRegisters): Disabled pack HL use for GB as it's broken.
10907
10908         * src/z80/peeph.def: Added transpose redundent load rule.
10909
10910         * src/z80/main.c: Added force callee saves for jaune.
10911
10912         * src/port.h: Removed the i186 and tlcs-900h ports as they weren't being being developed.
10913
10914         * src/SDCCmain.c: Pulled the options definition out so that you can add port specific options without changing the main file.
10915
10916 2002-03-28  Johan Knol  <johan AT balder>
10917
10918         * src/SDCCval.c: fixed bug #532436
10919
10920 2002-03-14  Scott Dattalo <scott AT dattalo.com>
10921         * /src/port.h:
10922         Added "char *Processor" field to the port structure.
10923
10924         * /src/SDCCmain.c:
10925         Added -p option. Allows port dependent processor to be specified.
10926
10927         * all ports:
10928         Initialized the new field char *Processor field to NULL in all ports
10929
10930         * /src/pic/*:
10931         Compiler generated registers for interrupt context saving
10932         were not getting allocated.
10933
10934 2002-03-16  Sandeep Dutta  <sandeep AT ddi.com>
10935
10936         * /src/SDCCast.c:
10937         Fixed left shift. Will promote the left side of a left shift
10938         if a) left shifting more than size of operand or b) when assigned
10939         to something size > size of left side
10940
10941 2002-03-14  Scott Dattalo <scott AT dattalo.com>
10942         * src/pic/*
10943         tons of changes. Register allocation has been
10944         rewritten. Added customization for the various PICs. Flow
10945         analysis is restructured. ...
10946
10947         * src/pic/device.h:
10948         Added
10949
10950         * src/pic/device.c:
10951         Added. device.c is a PIC port hack to accomodate variations
10952         in PIC devices.
10953
10954 2002-03-13  Michael Hope  <michaelh AT vroom>
10955
10956         * src/z80/gen.c (genGenPointerGet): Fixed a bug where a pointer in HL is dereferenced into HL but HL is not spilled.  Yeah.
10957
10958 2002-03-04  johanknol  <johanknol AT manik>
10959
10960         * /src/SDCCval.c: fixed
10961
10962         const unsigned char arr[][2] = { { 0, 1 } };
10963         t18.c:1: error: Initializer element is not constant
10964
10965 2002-03-04  bela  <bela AT manik>
10966
10967         * /device/include/mcs51reg.h:
10968         ds89c420 register definition update
10969
10970 2002-03-03    <johan AT FRIJA>
10971
10972         * support/Util/SDCCerr.c: did something, but don't no why anymore
10973
10974         * support/regression/tests/bug-524691.c: made it a little less shy
10975
10976         * src/SDCCast.c (decorateType): fixed bug #524697
10977
10978         * src/SDCCast.c: made some lineno improvements
10979
10980         * src/SDCCval.c (getNelements): changed warning to error
10981
10982         * src/SDCCglue.c (printIvalArray): changed warning to error
10983
10984         * src/SDCCicode.c: fixed a warning for mingw
10985
10986         * src/SDCCast.c (decorateType): fixed the << promotion for ops
10987
10988         * src/SDCCicode.c (geniCodeDivision): divide is shift only for unsigned (bug #524685)
10989
10990 2002-03-02  Sandeep Dutta  <sandeep AT ddi.com>
10991
10992         * src/ds390/peeph.def:
10993         Added some more peephole rules
10994
10995         * src/ds390/gen.c: Various fixes & enhancements
10996
10997         * src/SDCClrange.c, src/SDCClrange.h:
10998         functions "alldefsoutofrange" and "notusedinblock" moved to SDCClrange.c
10999
11000         * src/ds390/ralloc.c:
11001         various fixes & enhancements (ds390) specific
11002
11003         * src/avr/ralloc.c, src/mcs51/ralloc.c, src/pic/ralloc.c, src/xa51/ralloc.c, src/z80/ralloc.c:
11004         Functions "allDefsOutOfRange" & "notUsedinBlock" moved to SDCClrange.c
11005         from rallocs.
11006
11007         * sdcc/src/SDCCcse.c: Better fix for bug # 514308
11008
11009 2002-03-02    <johan AT FRIJA>
11010
11011         * src/SDCCast.c (decorateType): fixed bug #524708
11012
11013         * src/SDCCval.c (floatFromVal): fixed the literal void (whatever that may be)
11014
11015         * src/SDCCicode.c (geniCodePtrPtrSubtract): fixed bug #524691
11016
11017 2002-03-01  Michael Hope  <michaelh AT vroom>
11018
11019         * src/SDCCsymt.c (initCSupport): Removed managling of support function names.
11020
11021         * src/z80/ralloc.c (packRegsForIYUse): Fixed fp bug where four byte operands were packed into IY.
11022
11023 2002-03-01    <johan AT FRIJA>
11024
11025         * src/SDCCglue.c (printIvalPtr): fixed bug #524211
11026
11027         * src/SDCCast.c (decorateType): fixed bug #524209
11028
11029         * src/SDCCval.c (valNot): fixed bug #524195
11030
11031 2002-02-26    <johan AT balder>
11032
11033         * src/xa51/gen.c: fixed a warning
11034
11035         * src/SDCCglue.c (printIvalFuncPtr): fixed bug #522534
11036
11037         * src/SDCCast.c (decorateType): fixed bug #522534
11038
11039 2002-02-23    <johan AT balder>
11040
11041         * src/SDCCdflow.c (computeDataFlow): fixed bug #460088
11042
11043 2002-02-22    <johan AT balder>
11044
11045         * src/SDCCast.c: fixed bug #514865
11046
11047         * src/SDCCy.c ("SDCC.y"): fixed bug #516625
11048
11049 2002-02-21  Sandeep Dutta  <sandeep AT ddi.com>
11050
11051         * sdcc/src/SDCCloop.c:
11052         Previous fix was not good. basic blocks that have "break" or "return" are
11053         not really partof a loop , but live ranges used in these blocks should
11054         be live thru the entire loop, so set partOfLoop but don't add them to
11055         loop region
11056
11057 2002-02-21    <johan AT FRIJA>
11058
11059         * src/SDCCcse.c: fixed bug #514308
11060
11061 2002-02-20  Sandeep Dutta  <sandeep AT ddi.com>
11062
11063         * src/SDCCloop.c:
11064         Fixed BUG #519583. If a conditional block ended in a return/break
11065         statement inside a loop, it was not being considered part of the loop.
11066
11067         * src/SDCCcflow.c: Removed fix (Fixed in SDCCloop.c)
11068
11069 2002-02-10  Karl Bongers <karl AT turbobit.com>
11070
11071         * debugger/*:
11072         Fixed up SDCDB debugger somewhat.  Updated debugger/README
11073         with lots of comments and notes.
11074
11075         * device/examples/test2.c:
11076         Fix bug, "red" variable not being initialized(compiler complained).
11077
11078         * device/examples/Makefile, examples/test3.c:
11079         Add Makefile in device/examples folder, compiles test3.c
11080         for use as a multiple module SDCDB test case.
11081
11082         * sim/ucsim/cmd.src/cmdset.cc:
11083         Took out debug printfs in ucsim "next" command.
11084
11085         * sim/ucsim/xa.src:
11086         Karl and Johan start ucsim XA support.  Most dissassembly working,
11087         about 75% emulation done(plenty of work remaining).
11088
11089         * sim/ucsim/z80.src:
11090         Add Z80 support to ucsim, add test-ucz80 regression test,
11091         notice ucsim/z80 emulation fails on examples/test3.c/itoa code.
11092         Notice z80 compiler fails on examples/test3.c/crc code.
11093
11094 2002-01-30  Sandeep Dutta  <sandeep AT ddi.com>
11095
11096         * src/mcs51/gen.c, src/mcs51/main.c, src/mcs51/ralloc.c:
11097         Added support for --parms-in-bank1
11098
11099         * src/ds390/peeph.def:
11100         added a few more peephole optimzations
11101
11102         * src/ds390/main.c:
11103         1) added __builtin_inp & __builtin_outp used to read in data of given length
11104            from a memory mapped port
11105         2) added __builtin_memcmp
11106         3) added __builtin_swapw swap bytes of a short
11107
11108         * src/ds390/gen.c, src/ds390/gen.h, src/ds390/ralloc.c:
11109         1) handle multiple send & receives from register bank1
11110         2) ralloc can now allocate DPTR1 to some liveRanges
11111
11112         * src/SDCCsymt.c, src/SDCCsymt.h:
11113         changes to handle multiple sends & receives
11114
11115         * src/SDCCptropt.h:
11116         added some pointer arithmetic optimization
11117
11118         * src/SDCCptropt.c:
11119         added some pointer arithmetic optimizations but not stable yet so not
11120         called from anywhere (will get this working shortly)
11121
11122         * src/SDCCopt.c: fixed for multiple sends & receives
11123
11124         * src/SDCCmain.c:
11125         1) added options --parms-in-bank1 (ds390/mcs51) & --protect-sp-update
11126         2) preprocessing done AFTER port->finalizeoptions . This allows ports to
11127            set preprocessor defines (depending on options)
11128
11129         * src/SDCCicode.c, src/SDCCicode.h:
11130         changes made to handle multiple sends & receives
11131
11132         * src/SDCCglobl.h:
11133         Added options --protect-sp-update (ds390) and --parms-in-bank1 (ds390/mcs51)
11134
11135         * src/SDCCcse.c, src/SDCCcse.h:
11136         added function findbackward def (to be used in upcoming optimization)
11137
11138         * src/SDCCcflow.c, src/SDCCcflow.h:
11139         added function returnAtEnd - to determine if a basic block terminates with
11140         a RETURN iCode
11141
11142         * src/SDCCast.c, src/SDCCast.h:
11143         added option parms-in-bank1
11144
11145         * device/lib/_divsint.c, device/lib/_divslong.c, device/lib/_divuint.c
11146         * device/lib/_divulong.c, device/lib/_modsint.c, device/lib/_modslong.c
11147         * device/lib/_modulong.c, device/lib/_mulint.c, device/lib/_mullong.c:
11148         adjusted for --parms-in-bank1 option
11149
11150         * device/include/string.h:
11151         donot redefine "reentrant" keyword
11152
11153         * device/include/ds80c390.h: Added some more SFRs
11154
11155 2002-01-28  Bernhard Held  <bernhard AT bernhardheld.de>
11156
11157         * sim/ucsim: Merged branch ucsim-034-pre3 to main trunk; new version 0.4
11158
11159 2002-01-26  Bernhard Held  <bernhard AT bernhardheld.de>
11160
11161         * src/SDCCast.c (funcOfType): fix usage of double --float-reent
11162
11163 2002-01-22  Bernhard Held  <bernhard AT bernhardheld.de>
11164
11165         * support/regression/fwk/lib/testfwk.c (main): Removed workaround for bug #505387
11166
11167 2002-01-18  Paul Stoffregen  <paul AT pjrc.com>
11168
11169         * Added --xram-movc option
11170
11171 2002-01-13  Bernhard Held  <bernhard AT bernhardheld.de>
11172
11173         * support/regression/Makefile: don't include test-mcs51-stack-auto in target all
11174
11175 2002-01-11  Johan Knol
11176
11177         * Added math lib of Jesus Calvino-Fraga
11178
11179 2002-01-08  Bernhard Held  <bernhard AT bernhardheld.de>
11180
11181         * src/SDCCmain.c (processFile): fix processing of ../../src.c
11182         * support/regression/Makefile: new target test-mcs51-stack-auto
11183         * support/regression/ports/mcs51-stack-auto/spec.mk: added
11184
11185 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
11186
11187         * src/SDCCglue.h: printIvalCharPtr(), not printIvalChar()
11188
11189 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
11190
11191         * support/regression/ports/mcs51/support.c: correct setup of timer / UART
11192
11193 2002-01-03  Bernhard Held  <bernhard AT bernhardheld.de>
11194
11195         * src/SDCCsymt.c (processFuncArgs): fix #498307 by Johan
11196
11197         * src/SDCCglue.h: add definition for printIvalChar()
11198
11199 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
11200
11201         * src/SDCCast.c: fix #498138 by Johan
11202
11203         * src/SDCCglue.c: fix #498138 by Johan
11204
11205 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
11206
11207         * support/regression/Makefile: fix clean
11208
11209         * support/regression/ports/ds390/support.c: fix transmission of last character
11210
11211 2001-12-29  Sandeep Dutta  <sandeep AT ddi.com>
11212
11213         * /sdcc/src/ds390/gen.c:
11214         a) improved computing address of stack variable
11215         b) took out some #if 0 code
11216         c) improved parmBytes adjustment
11217         d) improved genPlusIncr & genMinusIncr
11218         e) genCmp could generate bad code (when left assigned to DPTR)
11219         f) Fixed bug in hasInc
11220
11221         * /sdcc/src/ds390/ralloc.c:
11222         a) packRegsForSupport could mess up live information (Fixed)
11223         b) packRegsDPTRuse could be incorrect for left & right shift
11224
11225         * /sdcc/src/mcs51/ralloc.c:
11226         packRegsForSupport could mess up the live information (Fixed)
11227
11228         * /sdcc/src/mcs51/gen.c: Fixed a bug in hasInc
11229
11230         * /sdcc/src/SDCCast.c:
11231         can reverse a loop even if function call is present as long
11232         as the loop control variable is local & is not passed as parameter
11233
11234 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
11235
11236         * /sdcc/ChangeLog: *** empty log message ***
11237
11238         * /sdcc/src/ds390/gen.c, /sdcc/src/ds390/main.c:
11239         More builtin function additions for TININative
11240
11241         * /sdcc/src/ds390/ralloc.c:
11242         Had broken the regression testsuite
11243
11244         * /sdcc/src/SDCCast.c: Fixed a bug in dumptree
11245
11246         * /sdcc/src/SDCCsymt.c, /sdcc/src/SDCCsymt.h:
11247         Added funcattr hasStackParms will be set for reentrant functions when there
11248         are paramteres on the stack, this helps in minimizing frame pointer generation
11249         typeFromStr can handle function pointers now
11250
11251         * /sdcc/doc/builtins.txt, /sdcc/doc/TININative.txt:
11252         *** empty log message ***
11253
11254 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
11255
11256         * /src/ds390/gen.c, /src/ds390/main.c:
11257         More builtin function additions for TININative
11258
11259         * /src/ds390/ralloc.c:
11260         Had broken the regression testsuite
11261
11262         * /src/SDCCast.c: Fixed a bug in dumptree
11263
11264         * /src/SDCCsymt.c, /src/SDCCsymt.h:
11265         Added funcattr hasStackParms will be set for reentrant functions when there
11266         are paramteres on the stack, this helps in minimizing frame pointer generation
11267         typeFromStr can handle function pointers now
11268
11269         * /doc/builtins.txt, /doc/TININative.txt:
11270         *** empty log message ***
11271
11272
11273 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
11274
11275         * /src/ds390/gen.c, /src/ds390/main.c, /src/ds390/peeph.def, /src/ds390/ralloc.c:
11276         ALPHA version for -mTININative
11277
11278         * /src/izt/i186.c, /src/izt/tlcs900h.c, /src/mcs51/main.c, /src/pic/main.c, /src/z80/main.c, /src/avr/main.c:
11279         updated to reflect changes in the port structure
11280
11281         * /src/port.h:
11282         added function do_assemble (similar to do_link) if non-null this function
11283         will be called to do assembly (-mTININative) requires a multi command
11284         assembly
11285         added function genAssemblerEnd will be called to generate assembler Epilogue
11286
11287         * /src/SDCCsymt.c:
11288         added _JavaNative to debug info printing
11289
11290         * /src/SDCCmain.c: added option --tini-libid
11291         added port->do_assemble function (-mTININative) has a multi command assemble
11292
11293         * /src/SDCCglue.c: Disabled "constExpr" check
11294         added port->genAssemblerEnd function
11295
11296         * /src/SDCCglobl.h: Added option --tini-libid value
11297
11298         * /src/SDCCast.h:
11299         tookout optimizeCompare from the header (has no external references)
11300
11301         * /src/SDCCast.c: made one more function "static"
11302
11303 2001-12-23  Michael Hope  <michaelh AT juju.net.nz>
11304
11305         * src/z80/mappings.i: Added z80asm support.
11306
11307         * src/z80/main.c: Added z80asm support on --asm=z80asm
11308
11309         * src/z80/gen.c: Fixed asm portability issues.
11310
11311         * src/asm.c (tvsprintf): Removed old code, added 'N' for function name.  For extern support.
11312
11313         * src/SDCCglue.c (printExterns): Added global/extern split.
11314
11315 2001-12-17  Bernhard Held  <bernhard AT bernhardheld.de>
11316
11317         * support/regression/Makefile: added test for mcs51 model large
11318
11319         * support/regression/ports/mcs51-large/spec.mk: added test for mcs51 model large
11320
11321         * support/regression/ports/gbz80/spec.mk: added -mgbz80
11322
11323 2001-12-05  Michael Hope  <michaelh AT juju.net.nz>
11324
11325         * src/diff.1 (Index): Many, many optmisiations.  Dhrystone up to 201.
11326
11327 1904-01-06  Michael Hope  <michaelh AT juju.net.nz>
11328
11329         * src/z80/ralloc.c (packRegsForIYUse): Fixed the case where an operand is in direct space.
11330
11331         * src/z80/gen.c (makeFreePairId): Optimised IY load by using a spare pair.
11332
11333 2001-12-02  Bernhard Held  <bernhard AT bernhardheld.de>
11334
11335         * src/mcs51/gen.c (genFunction): avoid excess "inc sp"
11336
11337         * support/regression/tests/simplefloat.c: Port to mcs51.
11338
11339 2001-11-25  Michael Hope  <michaelh AT juju.net.nz>
11340         * support/regression/tests/bug-485362.c: Added.
11341
11342         * support/regression/tests/simplefloat.c (testDivNearOne): Added.
11343
11344         * src/z80/gen.c (aopOp): Fixed case where left and result are in the same spill loc and they have different sizes.
11345
11346         * src/z80/peeph.def: Added rules for optimising two byte compares on the same thing, and to optimise two ptr assign.
11347
11348         * src/z80/gen.c (aopDump): Added a dump function.
11349
11350 2001-11-25  Bernhard Held  <bernhard AT bernhardheld.de>
11351         * sim/ucsim/s51.src/glob.cc: DS390 SFRs and bits added.
11352
11353         * sim/ucsim/s51.src/port.cc: Port 4 and 5 added.
11354
11355         * sim/ucsim/s51.src/regs51.h: DS390 SFRs added.
11356
11357         * sim/ucsim/s51.src/uc390.cc: Some details improved, CKRDY works for tinibios.
11358
11359         * sim/ucsim/s51.src/uc390cl.h: Work in progress.
11360
11361         * sim/ucsim/sim.src/uccl.h: 6 ports for DS390.
11362
11363         * support/regression/fwk/lib/testfwk.c: Run with tinibios.
11364
11365         * support/regression/ports/mcs51/spec.mk: Fine tuninig.
11366
11367         * support/regression/ports/ds390/support.c: Use tinibios.
11368
11369         * support/regression/ports/ds390/spec.mk: Fine tuning, use tinibios.
11370
11371 2001-11-23  Michael Hope  <michaelh AT juju.net.nz>support/regression/tests/bug-460010.c
11372
11373         * src/z80/ralloc.c (packRegsForHLUse3): Changed to not pack into HL if anything is in direct space.
11374         (packRegsForHLUse3): Added packing support for send, cast, and return value from a call.
11375
11376         * src/z80/peeph.def: Added rules for optimising pushes of part of a pair.
11377
11378         * src/z80/gen.c (emitCall): Changed the stack fixup to not use HL.
11379
11380 2001-11-18  Michael Hope  <michaelh AT juju.net.nz>
11381
11382         * src/z80/gen.c (genCmp): Fixed compare on unsigned.
11383
11384         * src/z80/ralloc.c (packRegsForHLUse3): Created and optimised.
11385         (packRegsForIYUse): Created and optimised.
11386
11387 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
11388
11389         * support/regression/tests/float.c (testFloatAdd): Fixed up warning.
11390 2001-11-18  Bernhard Held  <bernhard AT bernhardheld.de>
11391
11392         * sdcc/support/regression/tests/bug-460010.c: fix seg violation on host
11393
11394         * sdcc/support/regression/tests/muldiv.c: fix output on mcs51
11395
11396         * sdcc/support/regression/tests/stacks.c: fix DSEG overflow on mcs51
11397
11398 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
11399
11400         * sdcc/sim/device/lib/_gptrget.c: mem region 5 (idata) added
11401
11402         * sdcc/sim/device/lib/_gptrput.c: mem region 5 (idata) added
11403
11404 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
11405
11406         * sdcc/sim/ucsim/globals.cc: New: IXRAM.
11407
11408         * sdcc/sim/ucsim/stypes.h: New: IXRAM.
11409
11410         * sdcc/sim/ucsim/s51.src/uc390.cc: New: IXRAM.
11411
11412 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
11413
11414         * src/z80/ralloc.c (packRegsForHLUse): Banned IFXs from being packed into HL.
11415         (packRegsForHLUse): Added rule to pack address of/pointer get for itemps into HL for the Z80.
11416         (packRegsForAccUse2): Added rule to pack hbit IFXs into A.
11417
11418         * src/z80/main.c (_setDefaultOptions): Made float code re-entrant by default.
11419
11420         * src/z80/gen.c (aopGetLitWordLong): Added word support for floats.
11421         (genNotFloat): Added.
11422         (genUminusFloat): Added.
11423
11424         * device/lib/z80/Makefile: Added floating pt stubs.
11425
11426         * device/lib/Makefile.in (Z80SOURCES): Added floating pt support.
11427
11428         * src/z80/gen.c (genIpush): Fixed up a push of one byte when left is in a pair.
11429
11430         * device/lib/_fsadd.c (__fsadd): Fixed up return where the numbers are hugely different.
11431
11432 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
11433
11434         * sdcc/sim/ucsim/s51.src/glob.cc: Minor fix.
11435
11436         * sdcc/sim/ucsim/s51.src/regs51.h: Minor fix.
11437
11438         * sdcc/support/regression/Makefile: Add port ds390.
11439
11440         * sdcc/support/regression/ports/mcs51/spec.mk: Minor change.
11441
11442         * sdcc/support/regression/ports/z80/spec.mk: Minor change.
11443
11444         * sdcc/support/regression/ports/ds390/spec.mk: Added.
11445
11446         * sdcc/support/regression/ports/ds390/support.c: Added.
11447
11448         * sdcc/support/regression/ports/ds390/uCsim.cmd: Added.
11449
11450         * sdcc/support/regression/ports/mcs51/timeout.c: Cut.
11451
11452         * sdcc/support/regression/fwk/lib/timeout.c: Paste.
11453
11454 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
11455
11456         * device/include/malloc.h: Added z80 and gbz80 support.
11457
11458         * device/lib/gbz80/heap.s: Added.
11459
11460         * device/lib/z80/heap.s: Added.
11461
11462         * device/lib/malloc.c: Added z80 and gbz80 support.
11463
11464         * support/regression/tests/malloc.c (testMalloc): Added.
11465
11466         * src/SDCCmain.c (parseCmdLine): Added support for -Wp.
11467
11468         * support/regression/tests/bug-478094.c: Added.
11469
11470         * src/z80/gen.c (commitPair): Fixed silly gbz80/z80 commit to static bug.
11471
11472 2001-11-04  Bernhard Held  <bernhard AT bernhardheld.de>
11473
11474         * sdcc/sim/ucsim/s51.src/uc390cl.h: Improvement for ds390 to run regression tests
11475
11476         * sdcc/sim/ucsim/s51.src/uc390.h: Improvement for ds390 to run regression tests
11477
11478         * sdcc/sim/ucsim/s51.src/regs51.h: Improvement for ds390 to run regression tests
11479
11480         * sdcc/sim/ucsim/s51.src/glob.cc: Improvement for ds390 to run regression tests
11481
11482         * sdcc/support/regression/tests/bug-460010.c: Small change for ds390
11483
11484 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
11485
11486         * src/z80/peeph-gbz80.def: Removed a bad sub optimisation.
11487
11488 2001-11-03  Michael Hope  <michaelh AT juju.net.nz>
11489
11490         * support/regression/tests/bug-477927.c: Added.
11491
11492         * src/z80/peeph.def: Added minor rules.
11493
11494         * src/z80/gen.c (genPlusIncr): Added an extra plusinc rule.
11495
11496         * src/z80/peeph.def: Added jump optimisation modification.
11497
11498 2001-11-01  Michael Hope  <michaelh AT juju.net.nz>
11499
11500         * src/SDCCmain.c (linkEdit): Added runtime path detection to the mcs51 port.
11501
11502 2001-10-30  Michael Hope  <michaelh AT juju.net.nz>
11503
11504         * support/regression/tests/funptrs.c: Added.
11505
11506 2001-10-29  Michael Hope  <michaelh AT juju.net.nz>
11507
11508         * src/z80/ralloc.c (packRegsForHLUse): Fixed up bad spill due to pushing one byte via HL.
11509
11510 2001-10-28  Michael Hope  <michaelh AT juju.net.nz>
11511
11512         * src/z80/gen.c (genArrayInit): Made it work for on stack arrays.
11513
11514         * src/z80/main.c (gbz80_port =): Added rle support to the gbz80 port.
11515
11516         * src/z80/gen.c (genMinus): Fixed for where the result is one byte.
11517         (movLeft2ResultLong): Created.
11518
11519         * src/z80/ralloc.c (packRegsForHLUse): Added a couple of simple cases for the GB.
11520         (joinPushes): Added.  Joins two char pushes into a word push.
11521
11522 2001-10-27  Michael Hope  <michaelh AT juju.net.nz>
11523
11524         * support/cpp2/Makefile.in (install): Added creation of dest dir.
11525
11526         * support/makebin/Makefile (install): Added creation of dest dir.
11527
11528 2001-10-24 Karl Bongers <karl AT turbobit.com>
11529
11530         * configure.in, configure, Makefile, support/cpp: Removed cpp folder, since we have new cpp2 preprocessor code.
11531
11532 2001-10-21  Michael Hope  <michaelh AT juju.net.nz>
11533
11534         * src/z80/ralloc.c: Turned off faulty pack for one use.
11535
11536         * src/z80/peeph-gbz80.def: Removed redundent restart options.
11537
11538         * src/z80/gen.c (genMult): Added native mul for constants on the z80 and gbz80.
11539
11540 2001-10-21  Bernhard Held  <bernhard AT bernhardheld.de>
11541
11542         * support/regression/Makefile: Improved clean
11543
11544         * support/regression/ports/gbz80/spec.mk: Added clean
11545
11546         * support/regression/ports/host/spec.mk: Added clean
11547
11548         * support/regression/ports/z80/spec.mk: Added clean
11549
11550         * support/regression/ports/mcs51/spec.mk: Added clean, little improvements
11551
11552         * support/regression/ports/mcs51/timeout.c: little improvements
11553
11554 2001-10-17  Michael Hope  <michaelh AT juju.net.nz>
11555
11556         * device/lib/malloc.c (MEMHEADER): Fixed against new pedantic pointers.
11557
11558         * support/regression/fwk/include/testfwk.h: Fixed up to use function pts correctly.
11559
11560         * support/regression/generate-cases.py: Fixed up to use function pts correctly.
11561
11562 2001-10-16  Bernhard Held  <bernhard AT bernhardheld.de>
11563
11564         * support/regression/port/mcs51/spec.mk: add timeout for uCsim
11565
11566         * support/regression/port/mcs51/timeout.c: add timeout for uCsim
11567
11568 2001-10-13  Michael Hope  <michaelh AT juju.net.nz>
11569         * src/z80/gen.c (emitCall): Fixed up missing spill of HL when used to assign the result value.
11570
11571         * src/z80/ralloc.c: Turned off pack for one use as it's quite broken.
11572
11573         * src/SDCCmain.c (linkEdit): Added support for passing a legacy command line through the processor.
11574
11575         * src/mcs51/main.c (_linkCmd): Added bin path to command.
11576
11577         * src/SDCCmain.c (initValues): Added support for when it it called just to link.
11578
11579         * as/mcs51/lklibr.c (libfil;): Turned off 'library file' message.
11580
11581         * src/SDCCval.c (constVal): Fixed usage of 'L' modifier problems on ppc.
11582
11583         * support/regression/tests/longor.c: Added.
11584
11585 2001-10-11  Bernhard Held  <bernhard AT bernhardheld.de>
11586
11587         * as/mcs51/asdata.c: replaced FILENAME_MAX with PATH_MAX
11588
11589         * as/mcs51/aslink.h: define PATH_MAX
11590
11591         * as/mcs51/asm.h: define PATH_MAX
11592
11593         * as/mcs51/asmain.c: replaced FILENAME_MAX with PATH_MAX
11594
11595         * as/mcs51/asnoice.c: replaced FILENAME_MAX with PATH_MAX
11596
11597         * as/mcs51/lklex.c: replaced FILENAME_MAX with PATH_MAX
11598
11599         * as/mcs51/lkmain.c: replaced FILENAME_MAX with PATH_MAX
11600
11601         * src/SDCCglobl.h: define PATH_MAX
11602
11603         * src/SDCCmacro.c: replaced FILENAME_MAX with PATH_MAX
11604
11605         * src/SDCCmain.c: replaced FILENAME_MAX with PATH_MAX
11606
11607 2001-10-11  Michael Hope  <michaelh AT juju.net.nz>
11608
11609         * src/z80/gen.c (gencjneshort): Fixed
11610
11611         * src/z80/ralloc.c (packRegsForHLUse): Added pack into HL for cast then ipush.
11612
11613 2001-10-09  Michael Hope  <michaelh AT juju.net.nz>
11614
11615         * support/regression/tests/bug-469671.c: Added.
11616
11617         * src/z80/gen.c (shiftIntoPair): Fixed up warning.
11618
11619 2001-10-08  Michael Hope  <michaelh AT juju.net.nz>
11620
11621         * src/SDCCmain.c: Added --fommit-frame-pointer option and implemented in the z80 port.
11622
11623         * src/z80/gen.c (genPlus): Fixed to work with extended stack.  Also fixed genMinus, genCmp.  genUMinus is still left.
11624
11625 2001-10-08  Bernhar Held  <bernhard AT bernhardheld.de>
11626
11627         * src/SDCCmain.c (preProcess): added define SDCC_NOOVERLAY
11628
11629         * src/device/lib/_mulint.c  : removed hint: nooverlay bug
11630
11631         * src/device/lib/_mullong.c : removed hint: nooverlay bug
11632
11633         * src/device/lib/_divuint.c : removed hint: nooverlay bug
11634
11635         * src/device/lib/_divulong.c: removed hint: nooverlay bug
11636
11637         * src/device/lib/_moduint.c : removed hint: nooverlay bug
11638
11639         * src/device/lib/_modulong.c: removed hint: nooverlay bug
11640
11641 2001-10-07  Michael Hope  <michaelh AT juju.net.nz>
11642
11643         * 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.
11644
11645         * support/Util/NewAlloc.c (freeTrace): Changed free for the gc case to not free at all.  Fixes runtime segfault.
11646
11647         * support/regression/tests/scott-compare3.c (c_abcd): Fixed up casts.
11648
11649 2001-10-07    <johan AT FRIJA>
11650
11651         * device/lib/gets.c (gets): fixed the return value.
11652
11653 2001-10-06  Michael Hope  <michaelh AT juju.net.nz>
11654         * src/SDCCmain.c (WRITE_SEG_LOC): Fixed up to use Safe_strdup.
11655
11656         * 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.
11657
11658         * 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.
11659
11660         * src/z80/gen.c (genZ80Code): Added de-allocation via trace support.
11661
11662         * src/pic/gen.c: Removed Safe_strdup.
11663
11664         * configure.in: Added option to enable libgc support.
11665
11666         * src/SDCCbitv.c (bitVectnBitsOn): Optimised.
11667         (bitVectUnion): Optimised.
11668         (bitVectIntersect): Optimised.
11669         (bitVectBitsInCommon): Optimised.
11670         (bitVectCplAnd): Optimised.
11671
11672         * support/makebin/makebin.c (usage): Removed getopt as mingw32 doesn't have it.  Sigh.
11673
11674 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
11675
11676         * src/SDCCmain.c: distinguish between assembler debug and plain options
11677
11678         * src/avr/main.c:   remove standard assembler options
11679
11680         * src/ds390/main.c: remove standard assembler options
11681
11682         * src/mcs51/main.c: remove standard assembler options
11683
11684         * src/port.h: removed "PENDING" comment
11685
11686 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
11687
11688         * src/device/lib/_mulint.c  : new, with assember functions
11689
11690         * src/device/lib/_mullong.c : new, with assember functions
11691
11692         * src/device/lib/_divuint.c : with assember functions
11693
11694         * src/device/lib/_divsint.c : with assember functions
11695
11696         * src/device/lib/_divulong.c: with assember functions
11697
11698         * src/device/lib/_divslong.c: with assember functions
11699
11700         * src/device/lib/_moduint.c : with assember functions
11701
11702         * src/device/lib/_modsint.c : with assember functions
11703
11704         * src/device/lib/_modulong.c: with assember functions
11705
11706         * src/device/lib/_modslong.c: with assember functions
11707
11708         * src/device/lib/libint.lib:  replaced _muluint.c  and _mulsint.c  by _mulint.c
11709
11710         * src/device/lib/liblong.lib: replaced _mululong.c and _mulslong.c by _mullong.c
11711
11712         * src/device/lib/Makefile.in: replaced _muluint.c  and _mulsint.c  by _mulint.c
11713                                       replaced _mululong.c and _mulslong.c by _mullong.c
11714
11715 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
11716
11717         * src/SDCCsymt.c: sequence of specifiers in pintTypeChain() corrected
11718
11719 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
11720
11721         * src/SDCCglue.c: test, if win32api is available for MINGW
11722
11723 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
11724
11725         * src/SDCCsymt.c: no more _modifier in printTypeChain()
11726         * support/regression/tests/driverstruct.c: REENTRANT for mcs51
11727         * support/regression/ports/gbz80/spec.mk: removed GENERIC
11728         * support/regression/ports/host/spec.mk: removed GENERIC
11729         * support/regression/ports/mcs51/spec.mk: removed GENERIC
11730         * support/regression/ports/z80/spec.mk: removed GENERIC
11731
11732 2001-10-01  Michael Hope  <michaelh AT juju.net.nz>
11733
11734         * support/regression/fwk/lib/testfwk.c (__printf): Removed GENERIC.
11735
11736         * support/regression/tests/bug-467035.c: Created.
11737
11738 2001-10-01    <johan AT FRIJA>
11739
11740         * src/SDCC.y: fixed bug #466586 part 1
11741
11742 2001-10-01  Johan Knol <johan.knol AT iduna.nl>
11743
11744         * SDCCicode.c: z80 has no generic pointers
11745         * removed -s from strip in all Makefile(.in)'s. It is not needed, but Solaris chocks on it.
11746
11747 2001-09-30  Michael Hope  <michaelh AT juju.net.nz>
11748
11749         * sim/ucsim/cmd.src/Makefile.in ($(PRJDIR)/libcmd.a): Changed all ar references to $(AR) for Solaris.
11750
11751 2001-09-29  Michael Hope  <michaelh AT juju.net.nz>
11752
11753         * Makefile (sdcc-libs): Added makebin to the list of standard targets.
11754
11755         * support/regression/ports/z80/spec.mk: Updated to use env for sdcc bin dir for automatic regression.
11756
11757 2001-09-25  Michael Hope  <michaelh AT juju.net.nz>
11758
11759         * configure.in: Fixed up so that ucsim is only configured once.
11760
11761         * support/cpp2/configure.in: Fixed to use the program transform to append the .exe for the win32 build.
11762
11763         * src/SDCCutil.c (getPrefixFromBinPath): Fixed up to work with win32 in all of its glory.
11764         (getPathDifference): As above.
11765
11766         * src/SDCCmain.c (preProcess): Changed to use a temporary file in a proper temp directory.  Fixed case where pre-processing only.
11767
11768         * src/SDCCglue.c (tempfilename): Added function for pre-processor.
11769
11770 2001-09-23  Michael Hope  <michaelh AT juju.net.nz>
11771         * .version: Updated to 2.3.1
11772
11773         * src/z80/main.c (z80_port =): Added macro based linker and assembler command line support.
11774         Added copyright header.
11775
11776         * src/SDCCmain.c: Shifted various functions into SDCCutil.c
11777         (assemble): Added support for macro based assembler commands.
11778         (linkEdit): Added support for macro based linker commands.
11779         (preProcess): Changed the pre-processor to use macros.
11780         (_setPaths): Added functionality to autodetect the include, lib and bin dir paths.
11781         (_discoverPaths): Added support for overriding the install directory using the SDCCDIR env variable.
11782
11783         * device/lib/z80/crt0.s: Added module name for debugging.
11784
11785 2001-09-20  Michael Hope  <michaelh AT juju.net.nz>
11786
11787         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
11788
11789         * src/SDCChasht.c (hTabDeleteByKey): Fixed delete as it would delete the last item from a bucket even if it wasn't the real one.
11790
11791         * src/SDCCglue.c: Moved gc_strdup to SDCCutil.c
11792
11793         * src/Makefile.in: Added SDCCmacro and SDCCutil
11794
11795 2001-09-19  Michael Hope  <michaelh AT juju.net.nz>
11796
11797         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
11798
11799 2001-09-16    <johan AT FRIJA>
11800
11801         * 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.
11802
11803 2001-09-15    <johan AT FRIJA>
11804
11805         * src/mcs51/ralloc.c: (findAssignToSym): fixed bug #460662 part 1
11806         * src/ds390/ralloc.c (findAssignToSym): fixed bug #460662 part 1
11807
11808 2001-09-11    <johan AT FRIJA>
11809
11810         * src/SDCCval.c (valDiv Mod Minus Plus Shift): keep litteral expressions as small as possible (bug #460010)
11811
11812 2001-09-10  Michael Hope  <michaelh AT juju.net.nz>
11813
11814         * support/regression/tests/bug-460444.c: Added test case.
11815
11816         * src/z80/gen.c (genOr): bug 460444: if (a ^ lit) was broken for &, |, and ^.
11817         (genCast): Added justification for all of the asserts.
11818
11819 2001-09-10  Bernhard Held <bernhard AT bernhardheld.de>
11820
11821         * support/regression/support.c: _xdata replaced by xdata
11822
11823         * support/regression/spec.mk: removed _generic
11824
11825 2001-09-09  Michael Hope  <michaelh AT juju.net.nz>
11826
11827         * src/pic/ralloc.c (debugLogRegType): Removed some old types to get it to compile.
11828
11829         * src/z80/gen.c (shiftR2Left2Result): Improved the case when v = v >> n for small values of n to use less code space and time.
11830         (genrshTwo): Fixed v = v >> n where v is a negative int and n is > 8: bug 460010.
11831
11832         * src/z80/peeph.def: Added a rule to optimise shift then compare.
11833
11834         * support/regression/tests/bug-460000.c (testShiftByParam): Added test case.
11835
11836         * support/regression/tests/bug-460010.c: Added test case.
11837
11838         * support/regression/Makefile (test-host): Removed a silly 'clean' target when testing against gcc.
11839
11840 2001-09-09  Bernhard Held <bernhard AT bernhardheld.de>
11841
11842         * support/regression/Makefile: inter-port-clean adjusted for mcs51
11843
11844         * support/regression/testfwk.c: removed workaround for bug #436344
11845
11846         * support/regression/tests/bp.c: use less memory with mcs51
11847
11848         * support/regression/tests/bug-441448.c: use less memory
11849
11850         * support/regression/tests/ports/mcs51/spec.mk: cleanup, use --stack-after-data
11851
11852         * support/regression/collate-results.py: typo
11853
11854 2001-09-08  Michael Hope  <michaelh AT juju.net.nz>
11855
11856         * support/regression/tests/fetchoverlap.c: Added new test case.
11857
11858         * support/regression/tests/bp.c: Added new test case.
11859
11860         * support/regression/tests/bug-448984.c: Added new test case.
11861
11862         * support/regression/tests/pow2shifts.c: Added new test case.
11863
11864         * src/z80/gen.c: Turned off the noise it normally generates for the release.
11865         (genlshTwo): Fixed right shift for count > 8.
11866
11867         * src/z80/ralloc.c: Disabled most of the ACC packing rules as they weren't getting hit and weren't at all safe.
11868
11869 2001-09-08    <johan AT FRIJA>
11870
11871         * src/SDCCicode.c (geniCodeCall): a CPOINTER can be used as a function
11872
11873 2001-09-07    <johan AT FRIJA>
11874
11875         * src/SDCCicode.c (newiCodeCondition): fixed bug #456235 (1.77)
11876
11877         * src/SDCCglue.c (emitRegularMap): only delete a symbol when it is a symbol
11878
11879 2001-09-06    <johan AT FRIJA>
11880
11881         * src/SDCC.y: this could be a fix for bug #458744 (1.37)
11882         * bernhard noted me at this: "() equals to (void)" (1.38)
11883
11884 2001-09-05    <johan AT FRIJA>
11885
11886         * src/SDCCglue.c (emitRegularMap): a fix for bug #458099/2
11887
11888 2001-09-04    <johan AT FRIJA>
11889
11890         * src/SDCCsymt.c (checkSClass): a fix for bug #458099/1
11891
11892
11893 2001-09-04  Paul Stoffregen  <paul AT pjrc.com>
11894
11895         * pragma noinduction broke memcpy on mcs51 large model.  Moved it inside z80 optimization
11896
11897 2001-09-03  Michael Hope  <michaelh AT juju.net.nz>
11898
11899         * link/z80/aslink.h: Fixed path for PATH_MAX
11900
11901 2001-09-02  Michael Hope  <michaelh AT juju.net.nz>
11902
11903         * src/z80/gen.c (fetchLitPair): Changed so that it properly caches direct space references.
11904
11905         * support/regression/tests/addsub.c: Added cases to cover all the +, - combinations.
11906
11907         * support/regression/tests/uminus.c: Added a test for the unary minus operator.
11908
11909         * 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.
11910
11911 2001-09-01  Michael Hope  <michaelh AT juju.net.nz>
11912
11913         * src/z80/gen.c: Fixed up generator to pass the regresion tests, specifically fixing loads for longs, genCmp, and turned on the map file.
11914         (genCmp): Fixed up genCmp for the GB with longs.
11915
11916         * device/lib/gbz80/Makefile: Fixed up all the libraries to pass the regression tests.
11917
11918         * support/regression/ports/host/spec.mk: Updated to compile with the new type specifiers.
11919
11920         * device/lib/Makefile.in (Z80SOURCES): Removed old _mululong, _mulslong, and unneeded _mulint.
11921
11922         * device/lib/_mullong.c (_mulslong): Changed to actually return a value :)
11923
11924 2001-08-30  Paul Stoffregen  <paul AT pjrc.com>
11925
11926         * added peepholes 223 to 231 to mcs51 port.  These improve code when using large model.
11927
11928 2001-08-30  Michael Hope  <michaelh AT juju.net.nz>
11929
11930         * 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.
11931
11932         * src/z80/gen.c (genPlus): Changed bad long add for gb to a fall through.
11933
11934 2001-08-29  Michael Hope  <michaelh AT juju.net.nz>
11935
11936         * link/z80/aslink.h: Fixed long file name support.  Is now based off PATH_MAX instead of a constant.
11937
11938         * src/z80/gen.c: Fixed add and sub for the case where left or right are in static space.
11939
11940 2001-08-30 Bernhard Held   <bernhard AT bernhardheld.de>
11941
11942   * sim/ucsim/configure:    little improvement of Cygwin-detection
11943   * sim/ucsim/configure.in: little improvement of Cygwin-detection
11944   * sim/ucsim/cmd.src/newcmdcl.h: include <sys/types.h> to define fd_set automated build
11945   * support/regression/tests/bug-221100.c: small changes for mcs51
11946   * support/regression/tests/bug-221168.c: small changes for mcs51
11947   * support/regression/tests/bug-227710.c: small changes for mcs51
11948   * support/regression/tests/staticinit.c: small changes for mcs51
11949   * as/mcs51/aslink.h: accept everything as symbol name in rel-files, bug fix ID 452601
11950   * as/mcs51/lklex.c:  accept everything as symbol name in rel-files, bug fix ID 452601
11951   * as/mcs51/lksym.c:  accept everything as symbol name in rel-files, bug fix ID 452601
11952
11953 $Revision$