04eb4cb89fb49e6ef73c2b55d73a3c62e80dfe11
[fw/sdcc] / ChangeLog
1 2006-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
2
3         * support/librarian/sdcclib.c: moved include <limits.h> up to enable
4           compilation with MSVC 2005 Express Edition (VC8)
5
6 2006-04-26 Bernhard Held <bernhard AT bernhardheld.de>
7
8         * device/lib/Makefile: fixed build of gbz80 lib
9
10 2006-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
11
12         * support/regression/tests/bug-460010.c,
13         * support/regression/tests/bug-524691.c,
14         * support/regression/tests/bug-716242.c: removed conditional defines
15           that are already in testfwk.h
16
17 2006-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
18
19         * src/ds390/gen.c (AccAXRrl1, AccAXLrl1): changed to real rotate by 1,
20           (AccAXRsh1): added, shift right by 1,
21           (AccAXLsh, AccAXRsh, AccAXRshS): updated for AccAXRrl1, AccAXRsh1 and
22            AccAXLrl1
23         * support/regression/tests/rotate.c: use <stdint.h> and enabled ds390
24
25 2006-04-25 Bernhard Held <bernhard AT bernhardheld.de>
26
27         * src/SDCCast.c (decorateType): partial fix for RFE 1475769,
28         remove cast to same type
29         * src/SDCCast.c (decorateType): fix for RFE 1475742,
30         optimize 'ifx (op == 0)' resp. 'ifx (op != 0)'
31         * as/z80/Makefile,
32         * link/z80/Makefile: removed, they have moved to
33         Makefile.in files
34         * configure,
35         * configure.in: replaced duplicate message about ucsim by missing sdcpp
36         * install-sh: fix bug #1204398 by setting umask 0022
37         * device/lib/Makefile: separate build of z80 and gbz80 lib
38
39 2006-04-24 Bernhard Held <bernhard AT bernhardheld.de>
40
41         Enabled VPATH feature: changed nearly all Makefiles (149 files).
42         See sdccman.lyx '2.4.10 VPATH feature' about how to use it.
43
44         One basic decision: e.g. src/clean.mk includes further files. In order
45         to make this work there are two solutions:
46         - rename another dozen clean.mk to clean_in.mk, add srcdir to them and
47           run configure on them. This way they can use
48           'include $(srcdir)/port-clean.mk'
49         - always include clean.mk by the Makefile at the same level. To avoid
50           that `make clean` tries to include and build Makefile.dep the
51           MAKECMDGOALS are examined (see e.g. src/Makefile.in). This has been
52           implemented, because now even `make uninstall` doesn't create
53           Makefile.in. clean.mk could be eliminated by pasting it in
54           Makefile.in.
55
56         * debugger/mcs51/Makefile.in: build own objects from library sources
57         (SLIB, SDCC) in current directory
58
59         * configure, configure.in: renamed --disable-device-lib-build in
60         --disable-device-lib; added --enable-doc, the required tools are
61         searched by configure; added result message; the toolchain for the
62         belonging ports are now only built, if the port is enabled.
63
64         * support/regression/*: all output is written in directory gen, because
65         the fwk and ports directories don't livet in the build tree using vpath
66
67         * doc/sdccman.lyx: renamed --disable-device-lib-build to
68         --disable-device-lib, added --enable-doc, added section VPATH
69
70         * sim/ucsim/configure.in,
71         * sim/ucsim/configure.in: hc08 couldn't be disabled, now hc08 and
72         z80 are enabled by default
73
74 2006-04-24 Raphael Neider <rneider AT web.de>
75
76         * src/pic/device.c (pic14_assignConfigWordValue): remember assignments to
77             config word, "pic14_"-prefixed some extern functions
78           (pic14_emitConfigWord): emit __config directive(s) if assignment to
79             config word has been found
80         * src/pic/device.h: added prototypes
81         * src/pic/pcode.c: added "pic14_"-prefix where needed
82         * src/pic/ralloc.c (IS_CONFIG_ADDRESS,pic14_assignRegisters): cosmetic fixup
83         * src/pic/glue.c (pic14_constructAbsMap): handle assignments to config words,
84           (pic14emitRegularMap): ignore config words,
85           (pic14createInterruptVect): moved generating __config directives away
86           (picglue): have __config directives emitted
87
88 2006-04-24 Borut Razem <borut.razem AT siol.net>
89
90         * doc/Makefile: sync with nightly build makefile
91
92 2006-04-24 Raphael Neider <rneider AT web.de>
93
94         * src/pic/pcoderegs.c (OptimizeRegUsage): do not optimize
95             registers that have not been assigned proper liveranges,
96             fixes #1469504 and #1474602,
97           (pCodeRegOptimizeRegUsage): fixed typo in comment
98
99 2006-04-24 Borut Razem <borut.razem AT siol.net>
100
101         * device/examples/main8051.c: deleted - it was removed from CVS
102           24.mar.2000 and after that modified 18.feb.2001, so it reappered
103           after the transition to Subversion
104         * src/SDCCalloc.h: deleted - it was removed  from CVS
105           3.feb.2001 and after that modified 18.feb.2001, so it reappered
106           after the transition to Subversion
107         * sim/ucsim/cpu.gif, sim/ucsim/interrupt.gif, sim/ucsim/new.gif,
108           sim/ucsim/serial1.gif, sim/ucsim/serial2.gif,
109           sim/ucsim/term_cpuopt.gif, sim/ucsim/timers.gif, sim/ucsim/wins.gif,
110           sim/ucsim/post.jpg, sim/ucsim/UCsim.jpg: corrected
111
112 2006-04-22 Maarten Brock <sourceforge.brock AT dse.nl>
113
114         * as/asx8051.dsp: added mcs51/strcmpi.h
115         * as/hc08/as_hc08.dsp: added asm.h, m6808.h, strcmpi.h
116         * as/hc08/aslink.h: updated lnksect prototype
117         * as/hc08/asm.h,
118         * as/mcs51/asm.h: added a_addr to struct area and s_org to struct sym
119         * as/hc08/asmain.c,
120         * as/mcs51/asmain.c (asmbl): init dot.s_org for S_ORG,
121           (newdot): handle A_ABS
122         * as/hc08/asout.c,
123         * as/mcs51/asout.c (outarea): output address
124         * as/hc08/lkaomf51.c,
125         * as/mcs51/lkaomf51.c: disabled unused array UsageType
126         * as/hc08/m08pst.c,
127         * as/mcs51/i51pst.c,
128         * as/z80/z80pst.c: "ABS" is not A_OVR
129         * as/hc08/lkarea.c (newarea): read a_addr,
130           (lnkarea): added codemap array, sort absolute areas to the front,
131            combine all GSINITx/GSFINAL,
132           (find_empty_space, allocate_space): new functions,
133           (lnksect): return next address, handle absolute sections
134         * as/mcs51/lkarea.c (newarea): read a_addr,
135           lnksect2 prototype changed,
136           (lnkarea2): define codemap unsigned, combine all GSINITx/GSFINAL,
137           (find_empty_space, allocate_space): new, factored out of lnksect2,
138           (lnksect2): return next address, handle absolute sections
139         * as/hc08/lkhead.c,
140         * as/mcs51/lkhead.c (newhead): head is absolute but not overlay
141         * as/hc08/lklibr.c (addfile, fndsym),
142         * as/mcs51/lklibr.c (addfile, buildlibraryindex, fndsym): prevent
143           index out of range and detect both '\' and '/'
144         * device/include/mcs51/c8051f200.h: added _XPAGE, removed bad comment
145         * device/include/stdbool.h: removed SDCC_ds390 from check to pass
146           regression tests (ds390 cannot return bool yet)
147         * doc/sdccman.lyx: changed version number, document changed --no-peep,
148           document critical interrupts on z80, document changed SDCC define
149         * src/asm.c (_asxxxx_mapping): fixed .org directive,
150           (_a390_mapping): added .org directive
151         * src/hc08/gen.c (transferAopAop): made bytemask log to fix warning,
152           (genMultOneByte): fixed warnings
153         * src/hc08/hc08.dsp: lowered warning level to 2 to suppress pedantic
154           ones
155         * src/pic16/device.c: removed newReg prototype, removed BYTE_IN_LONG
156         * src/pic16/gen.c (pic16_popGetLabel): made parameter key signed,
157           (pic16_genLeftShiftLiteral, genRightShiftLiteral): fixed warnings
158         * src/pic16/gen.h: changed prototype for pic16_popGetLabel
159         * src/pic16/main.c: removed newReg prototype
160         * src/pic16/pcode.c,
161         * src/pic16/pcode.h (pic16_emitDB): changed parameter c to int to fix
162           warnings
163         * src/pic16/pic16.dsp: lowered warning level to 2 to suppress pedantic
164           ones
165         * src/pic16/ralloc.c
166         * src/pic16/ralloc.h (newReg): changed type to int and size to unsigned
167           to fix warnings
168         * src/pic/pcode.c (allocInternalRegister): changed parameter optype
169           from short to PIC_OPTYPE
170         * src/pic/pic.dsp: lowered warning level to 2 to suppress pedantic ones
171         * src/pic/ralloc.c (newReg, allocInternalRegister): changed parameter
172           optype from short to PIC_OPTYPE
173         * src/port.h: made int_size unsigned to fix warnings
174         * src/SDCC.y: fixed warning on MSVC
175         * src/SDCCicode.c (getArraySizePtr): return unsigned int
176         * src/SDCCopt.c (convertToFcall): fixed warnings
177         * src/SDCCsymt.h: removed double prototype for genSymName
178         * src/xa51/ralloc.c (allocReg): made size unsigned int, type int and
179           offset int to fix warnings
180
181 2006-04-22 Borut Razem <borut.razem AT siol.net>
182
183         * doc/sdccman.lyx, */Makefile, */Makefile.in:
184           references to CVS replaced with Subversion
185
186 2006-04-21 Borut Razem <borut.razem AT siol.net>
187
188         * doc/sdccman.lyx, */Makefile, */Makefile.in:
189           references to CVS replaced with Subversion
190
191 2006-04-19 Borut Razem <borut.razem AT siol.net>
192
193         * src/version.awk: adapted for svn
194         * /asxxxx/asxhtml/*.gif: set property svn:mime-type to image/gif
195           sim/ucsim/doc/*.gif: set property svn:mime-type to image/gif
196           sim/ucsim/doc/*.jpg: set property svn:mime-type to image/jpeg
197           /binutils-avr/etc/*.vi, *.jin: removed all properties
198           support/scripts/sdcc.ico: set property svn:mime-type to image/x-icon
199
200 2006-04-19 Borut Razem <borut.razem AT siol.net>
201
202         * CVS to Subversion migration completed
203
204 2006-04-18 Borut Razem <borut.razem AT siol.net>
205
206         * support/scripts/sdcc.nsi: removed unexisting ${DEV_ROOT}\lib\pic\*.o,
207           ${DEV_ROOT}\lib\src\pic\libdev\*.S, ${DEV_ROOT}\lib\src\pic\libdev\*.inc
208
209 2006-04-17 Borut Razem <borut.razem AT siol.net>
210
211         * device/include/Makefile.in: added pic/*.inc to the installation
212
213 2006-04-15 Bernhard Held <bernhard AT bernhardheld.de>
214
215         * support/regression/collate-results.py: fixed output in case of
216         a valdiag error
217         * support/regression/generate-cases.py: fixed splitting of pathnames
218         with dots
219         * as/hc08/lklibr.c (addfile),
220         * as/mcs51/lklibr.c (addfile): fixed off-by-one bug
221
222 2006-04-11 Raphael Neider <rneider AT web.de>
223
224         * src/pic16/gen.c (getFreePtr, pic16_popRegFromString),
225         * src/pic16/ralloc.c (pic16_allocregWithName): removed debug output
226         * src/pic16/pcode.c (assignValnums): fixed #1460578
227
228 2006-04-11 Raphael Neider <rneider AT web.de>
229
230         * device/lib/pic/libdev/*.c,
231         * device/include/pic/*.h: replaced sfr and data with __sfr and __data,
232           fixes #1468739, enables compilation in --std-c99 mode
233         * support/scripts/inc2h.pl: emit __sfr/__data instead of sfr/data
234
235 2006-04-11 Raphael Neider <rneider AT web.de>
236
237         * src/pic/device.c (find_device): removed debug output
238           (list_valid_pics): enabled verbose listing of supported devices
239         * device/include/stdbool.h: define bool as char for pic14/16 as well
240
241 2006-04-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
242
243         * src/SDCC.y: allow using brackets here: "__interrupt (1) __using (1)"
244
245 2006-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
246
247         * .version: bumped version to 2.5.6
248         * src/pic/ralloc.c (newReg): MSVC doesn't support __builtin_return_address
249
250 2006-04-06 Raphael Neider <rneider AT web.de>
251
252         * .version: bumped version to 2.5.6 (pic14 ABI changed)
253         * src/SDCCmain.c: add -DSDCC_PROCESSOR=<id> for pic14 port
254         * src/pic/glue.c (emitSymbolToFile,pic14_constructAbsMap,
255           pic14emitRegularMap,pic14emitMaps): moved output for absolute symbols to
256             pic14_constructAbsMap
257           (pic14printPublics): declare absolute global symbols as global
258           (pic14createInterruptVect),
259         * src/pic/ralloc.c (IS_CONFIG_ADDRESS): support second config word,
260           (newReg): assume new registers unused, use correct name in
261             hashtable (reg->name instead of name), more debugLog output
262         * src/pic/device.h (PIC_device): added fields for verbose output
263         * src/pic/device.c: moved device definition to pic14devices.txt,
264             added routines for runtime parsing of pic14devices.txt,
265             added support for second config word
266         * src/pic/main.c (_process_pragma): removed #pragma maxram,
267           (_pic14_keywords): no longer accept "bit" and "sbit" keywords
268           (_pic14_initPaths): add search paths with "pic" suffix (not "pic14")
269           (_pic14_parseOptions): moved pCodeInitRegisters here
270           (_pic14_do_link): add "pic$(ARCH).lib" to linker arguments
271         * src/pic/pcode.c (AnalyzeBanking): bail out on unset processor,
272           (pCodeInitRegisters): rewrapped comments, perpared new approach to
273             handling the pseudo stack
274         * device/lib/Makefile.in: ignore failures in objects-pic16,
275         * device/lib/pic/{configure,configure.in,Makefile}: added libdev/
276         * device/lib/pic/NEWS: document new dependency on picXXX.lib
277         * device/lib/pic/Makefile.subdir,
278         * device/lib/pic16/Makefile.subdir: improved clean rules
279         * device/lib/pic/libdev/: NEW, pic14 device libraries
280         * device/lib/pic/libsdcc/_gptr{get,put}{1,2,3,4}.S: use _X not X
281         * device/lib/pic/libsdcc/macros.inc: use _X not X, declare default SFRs
282         * device/include/Makefile.in: create subdir and install pic14 headers
283         * device/include/pic/p16f_common.inc: removed unused declarations
284         * device/include/pic/pic16*.h: added header files for 100+ 14 bit
285             PICs from inc2h.pl v1.6,
286             replaced BIT_AT macros with struct declarations
287         * device/include/pic/pic14devices.txt: definition of supported devices,
288             all above improvements contributed by Zik Saleeba, thanks
289         * support/scripts/inc2h.pl: removed BIT_AT, replaced with structs
290         * support/scripts/sdcc.nsi: also install pic14 device libraries and
291             headers
292
293 2006-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
294
295         * device/include/mcs51/c8051f410.h: added interrupt numbers,
296         * device/include/mcs51/c8051f200.h: old SiLabs mcu completes the list,
297           thanks to Charles Olds
298
299 2006-04-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
300
301         * debugger/mcs51/cmd.c (infoRegisters): show return address on stack
302
303 2006-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
304
305         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug 1464657
306         * src/mcs51/gen.c (genJumpTab): fixed bug in medium model
307         * support/regression/bug1464657.c: added, new test
308
309 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
310
311         * src/SDCCmain.c (preProcess): implemented RFE 1449908, define SDCC as the
312           version number
313
314 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
315
316         * src/SDCCpeeph.c (initPeepHole): implemented RFE 1460196, when both
317           --no-peep and --peep-file <file> are used don't use default rules but
318           do use the <file>
319
320 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
321
322         * src/mcs51/gen.c (genCall): fixed bug 1457608
323
324 2006-03-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
325
326         * doc/sdccman.lyx: reverted to version 1.129 of december as my latest
327         changes seem to cause (trigger?) problems with the build system.
328
329 2006-03-29 Maarten Brock <sourceforge.brock AT dse.nl>
330
331         * src/SDCCpeeph.c (operandsLiteral): new, added,
332           (callFuncByName): inserted operandsLiteral
333         * src/mcs51/peeph.def: reenabled 132.e, added extra check to 132.x
334
335 2006-03-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
336
337         * doc/sdccman.lyx: added paragraph "Use of SDCC in Education"
338         * src/mcs51/peeph.def: disabled rule 132.e fixing bug #1453093
339
340 2006-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
341
342         * src/z80/gen.c (genFunction, genEndFunction): fixed bug 1160666,
343           implemented patch 1120823 Thanks to Willy De la Court (normal
344           interrupts need an interrupt number now if they are made critical),
345           and enabled nesting of critical functions though not for gbz80
346           (genCritical, genEndCritical): added functions
347           (genZ80Code): added cases for CRITICAL and ENDCRITICAL
348         * src/z80/mappings.i: added "ei" to all mappings
349
350 2006-03-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
351
352         * sim/ucsim/cmd.src/newcmdcl.h: applied patch fixing GCC 4.1 build
353         submitted by the Debian SDCC maintainer Aurelien Jarno:
354         "Credits goes to Martin Michlmayr, who rebuilt the whole Debian
355         archive with gcc 4.1 on mips and wrote the patch"
356
357 2006-03-16 Raphael Neider <rneider AT web.de>
358
359         * src/pic16/genarith.c (genAddLit): simplified and fixed case where
360           the left operand is shorter than the result (c* = lit-c* + int),
361           fixes bug #1450796
362         * src/pic16/gen.c (genRightShift): check IS_SYMOP before accessing
363           OP_SYMBOL
364
365 2006-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
366
367         * src/.version: increased version number to 2.5.5
368         * src/SDCCmain.c (linkEdit): do not test for PIC16 target since, PIC16
369         linking is done manually in pic16 port's _linkEdit,
370         * src/SDCCsymt.c (compStructSize): for target PIC16 and shell variable
371         PIC16_PACKED_BITFIELDS, compact bitfield structures as much as possible,
372         * src/pic16/gen.c (aopForSym): when direct register name is WREG then
373         allocate asmop as AOP_ACC,
374         (aopForRemat): added parameter 'bool result' in function declaration,
375         (pic16_aopGet): return AOP_ACC when accessing WREG,
376         (pic16_popGetTempReg): minor modification,
377         (pic16_popRegFromIdx): first try with 'pic16_regWithIdx' then with
378         'pic16_allocWithIdx',
379         (genPcall): removed ftype, usage of OP_SYM_TYPE asserted error when
380         calling function in absolute addresses,
381         (genAssign): take into account AOP_ACC asmop,
382         * src/pic16/pcode.c (pic16_newpCodeOpReg): minor modifications,
383         * src/pic16/pcoderegs.c: some debug functions and lines added,
384         * src/pic16/ralloc.c (decodeRegType): added but commented out,
385         * (pic16_typeRegWithIdx): search 'pic16_dynInternalRegs' for given
386         register too,
387         * (pic16_findFreeReg, pic16_findFreeRegNext): allocate new register via
388         call to allocReg, not by manually allocating a new one,
389         (pic16_assignRegisters): now before going through the register
390         allocating functions mark all registers as free. This eliminates some
391         side effects resulting from peephole parser done earlier in the backbone
392
393 2006-03-13 Maarten Brock <sourceforge.brock AT dse.nl>
394
395         * src/SDCCicode.c (geniCodeLogic),
396         * src/SDCCast.c (decorateType): applied patch by Bernhard for rfe 1422617
397
398 2006-03-10 Maarten Brock <sourceforge.brock AT dse.nl>
399
400         * src/mcs51/gen.c (sameReg): new, checks if two aop regs are the same,
401           (genSend): bugfix, do not allocate and free twice,
402           (shiftRLong): handle partially overlapping aops
403         * support/regression/tests/bitopcse.c: fixed warning redefined idata
404
405 2006-03-08 Borut Razem <borut.razem AT siol.net>
406
407         * support/regression/fwk/include/testfwk.h: added defines for xdata, idata
408           for pic16
409
410 2006-03-08 Maarten Brock <sourceforge.brock AT dse.nl>
411
412         * support/regression/tests/bug1409955.c: new, added
413         * src/mcs51/gen.h: changed asmop.freed:1 to asmop.allocated for tracking
414         * src/mcs51/gen.c (newAsmop): set asmop.allocated to 1,
415           (aopForSym, aopOp): increment asmop.allocated if reused,
416           (freeAsmop): decrement asmop.allocated and check for zero instead of
417           using asmop.freed,
418           (freeForBranchAsmop): use asmop.allocated instead of asmop.freed,
419           (genNot, genCpl, genUminus, genMinus, genMult, genDiv, genMod, genCmpGt,
420            genCmpLt, genAndOp, genOrOp, genAnd, genOr, genXor, genRRC, genRLC,
421            genGetHbit, genGetAbit, genGetByte, genGetWord, genSwap,
422            genLeftShiftLiteral, genLeftShift, genRightShiftLiteral,
423            genSignedRightShift, genRightShift, genDataPointerGet,
424            genPagedPointerGet, genFarPointerGet, genCodePointerGet,
425            genGenPointerGet, genDataPointerSet, genAssign, genCast): free asmop's
426             in reverse order from allocation,
427           (genPlus, genCmpEq): free asmop's in reverse order from allocation and
428             added swappedLR to keep track
429         * support/regression/fwk/include/testfwk.h: added defines for xdata, idata,
430           pdata & code for GCC, z80, gbz80 & hc08
431         * support/regression/tests/zeropad.c: moved defines to testfwk.h
432
433 2006-03-08 Raphael Neider <rneider AT web.de>
434
435         * src/pic16/main.c (_hasNativeMulFor): fixed bug #1444425
436
437 2006-03-07 Maarten Brock <sourceforge.brock AT dse.nl>
438
439         * device/include/mcs51/c8051f410.h: new SiLabs mcu
440         * src/ds390/peeph.def: disabled 186.d and 227.a as fix for #1434401
441         * support/regression/tests/array.c: added parenthesis, made arrays unsigned
442
443 2006-03-06 Borut Razem <borut.razem AT siol.net>
444
445         * support/regression/ports/pic16/spec.mk: link with libm18f.lib,
446           made the linker quiet
447
448 2006-03-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
449
450         * src/pic16/gen.c (genPcall): fixed bug #1443644
451         * src/pic16/device.h (struct pic16_options_t): added 'int CATregs' flag
452         which dumps before the function entry point a data byte which represents
453         the number of the local variables used by the specified function, added
454         'xinst' for initial support for Extended Instruction Support,
455         * src/pic16/gen.c (aopForSym, pic16_aopGet): beautifications,
456         (pic16_testStackOverflow): do not prefix GSTACK_TEST_NAME with
457         port->fun_prefix anymore (may change later),
458         (genFunction, genEndFunction): do not store/restore local registers for
459         _main (this should take care the --main-return command line option in
460         the future),
461         (genOr): removed some legacy pic-port instructions,
462         * src/pic16/genarith.c (genAddLit): re-enabled old code because
463         performing operations with SFR's causes data to be written more than
464         once to each SFR. Perhaps SFRs should be handled in special cases...
465         * src/pic16/glue.c: macros BIG_ENDIAN and BYTE_IN_LONG are moved to
466         pcode.h
467         * src/pic16/main.c (_process_pragma): stack bound checking did not take
468         into account for stack starting position,
469         (struct OPTIONS pic16_optionsTable): added command line argument
470         --extended or -y for Extended Instruction Support,
471         * src/pic16/ralloc.c (pic16_decodeOp): added case for FUNCTION,
472         (deassignLRs): *** perhaps the most important change, old 'for' code
473         (commented out for reference), didn't account for some registers which
474         were left marked 'not free' after a pointer operation. The change
475         reduces register usage a lot in some cases
476
477 2006-03-04 Borut Razem <borut.razem AT siol.net>
478
479         * support/regression/ports/hc08/spec.mk: remove *.asm in traget
480           _clean
481         * support/regression/tests/bug-524697.c: decreased array size for
482           mcs51 to fit into the internal RAM
483         * support/regression/Makefile.in: a little bit more verbose
484
485 2006-03-03 Borut Razem <borut.razem AT siol.net>
486
487         * support/regression/fwk/lib/testfwk.c,
488           support/regression/fwk/include/testfwk.h: introduced function
489           _prints(), nonrecursive _printn(), call _initEmu() from main()
490         * support/regression/ports/gbz80/support.asm,
491           support/regression/ports/ucz80/support.asm,
492           support/regression/ports/z80/support.asm,
493           support/regression/ports/ds390/support.c,
494           support/regression/ports/hc08/support.c,
495           support/regression/ports/host/support.c,
496           support/regression/ports/mcs51/support.c,
497           support/regression/ports/xa51/support.c: added empty _initEmu()
498           function
499         * support/regression/ports/pic16/gpsim.cmd,
500           support/regression/ports/pic16/spec.mk,
501           support/regression/ports/pic16/support.c,
502           support/regression/Makefile.in: added pic16 regression test
503
504 2006-03-01 Raphael Neider <rneider AT web.de>
505
506         * src/pic16/gen.c (genPcall,pic16_derefPtr,genGenPointerGet,
507           genConstPointerGet): use safe way of generating MOVFF to cover
508             literals as well as registers, fixes bug #1440527
509         * src/pic16/glue.c (pic16_printIvalBitFields): prevent NULL pointer
510             dereference
511           (pic16_printIvalUnion,pic16_isUnion): NEW, handle initialized unions
512             more correctly, fixes bug #1232186
513           (pic16_printIval): use pic16_printIvalUnion() for initialized unions
514         * src/pic16/main.c (_pic16_linkEdit): reorder linker arguments to make
515             gplink guess the correct processor in more cases, applied patch
516             from Till Riedel attached to and fixing bug #1436552
517
518 2006-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
519
520         * support/regression/tests/array.c: added, contains check for #1434401
521         * src/mcs51/peeph.def: disabled 186.d as temporary fix for #1434401
522
523 2006-02-16 Maarten Brock <sourceforge.brock AT dse.nl>
524
525         * device/include/mcs51/at89s8253.h: new, thanks to Krzysztof Polomka
526         * device/include/mcs51/at89S8252.h: fixed, thanks to Krzysztof Polomka
527         * device/include/mcs51/c8051f326.h,
528         * device/include/mcs51/c8051f340.h: new SiLabs mcu's
529         * device/include/mcs51/c8051f000.h,
530         * device/include/mcs51/c8051f018.h,
531         * device/include/mcs51/c8051f020.h: used () with __at, renamed IDLE,STOP to
532           PCON_IDLE,PCON_STOP and added sfr16 definitions
533
534 2006-02-14 Maarten Brock <sourceforge.brock AT dse.nl>
535
536         * src/mcs51/gen.c (genPlus, genMinus, genMult, genGetAbit, genGetByte,
537           genGetWord): fixed bug 1409955
538
539 2006-02-14 Maarten Brock <sourceforge.brock AT dse.nl>
540
541         * device/include/hc08/mc68hc908gp32.h,
542         * device/include/hc08/mc68hc908jb8.h: removed AWUL, added PTA6 & PTA7
543
544 2006-02-13 Maarten Brock <sourceforge.brock AT dse.nl>
545
546         * src/SDCCast.c (constExprValue): return NULL if not a value
547         * src/SDCCglue.c (printIvalArray): fixed bug 1225568
548         * src/hc08/gen.c(genUnpackBits, genUnpackBitsImmed): fixed bug 1019480
549         * support/regression/tests/bitfields.c: enabled signed bitfield for all
550
551 2006-02-13 Borut Razem <borut.razem AT siol.net>
552
553         * src/regression/ptrarg.c: added, fails due to bug #1430967
554         * src/regression/Makefile: ptrarg.c added, ...
555
556 2006-02-12 Maarten Brock <sourceforge.brock AT dse.nl>
557
558         * src/z80/gen.c (genUnpackBits): fixed bug 1019480
559         * support/regression/tests/bitfields.c: enabled signed bitfield for z80
560
561 2006-02-11 Borut Razem <borut.razem AT siol.net>
562
563         * src/SDCCmain.c: Added "sdcc: Calling linker..." if --verbose,
564           print "Processor: xxx" message to stdout only if --verbose
565
566 2006-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
567
568         * src/SDCCglue.c (printIvalStruct): fixed bug 1426356 union initializer
569         * support/regression/tests/bug1426356.c: added
570         * support/regression/tests/bitfields.c: removed 2 tests
571
572 2006-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
573
574         * device/include/mcs51/at89c51snd1c.h: updated comments, see patch 1428901
575         * device/include/mcs51/c8051f330.h,
576         * device/include/mcs51/c8051f350.h: used () with __at, renamed IDLE,STOP to
577           PCON_IDLE,PCON_STOP and added sfr16 definitions
578         * device/lib/_divsint.c,
579         * device/lib/_divuint.c,
580         * device/lib/_divulong.c,
581         * device/lib/_divulong.c: renamed a,b to x,y to avoid confusion, fixed
582           register bank bug for small stackauto
583
584 2006-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
585
586         * support/regression/fwk/lib/timeout.c: include <stdlib.h> for exit()
587
588 2006-02-08 Maarten Brock <sourceforge.brock AT dse.nl>
589
590         * support/regression/ports/mcs51-xstack-auto/spec.mk: forgot -I(...)/mcs51
591         * all.dsp: corrected several bin paths
592         * device/include/mcs51/c8051f120.h,
593         * device/include/mcs51/c8051f300.h,
594         * device/include/mcs51/c8051f310.h: used () with __at and renamed IDLE,STOP
595           to PCON_IDLE,PCON_STOP
596         * device/include/mcs51/c8051f320.h: see above, also added sfr16 definitions
597         * device/lib/printf_large.c (output_float): fixed bug 1388703
598         * support/regression/tests/bug1057979.c: added test for bug 1388703
599
600 2006-02-08 Raphael Neider <rneider AT web.de>
601
602         * src/pic/pcode.c (pciTRIS): fixed typo,
603           (BuildFlow,LinkFlow_pCode): added (disabled) debug output,
604           (LinkFlow): fixed handling of flows that end in a call,
605           (ReuseReg): perform safety check earlier
606         * src/pic/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed
607             to work with flows at the beginning of a pBlock,
608             fixes #1426557 (Symbol not previously defined),
609           (pic14_ReMapLiveRanges): NEW, destroy and rebuild register
610             usage information
611           (RemoveUnusedRegisters): update register usage info
612         * src/pic/ralloc.c (newReg): prevent duplicate registers from being
613             created, reuse existing ones instead
614         * src/pic/gen.c (genPcall): fixed #1424719
615
616 2006-02-07 Bernhard Held <bernhard AT bernhardheld.de>
617
618         * link/z80/lkmain.c,
619         * link/z80/lklex.c,
620         * link/z80/lkdata.c,
621         * link/z80/aslink.h: fixed build on current cygwin:
622         replaced getline() by lk_getline()
623
624 2006-02-01 Borut Razem <borut.razem AT siol.net>
625
626         * src/regression/add.c, src/regression/add2.c, src/regression/add3.c,
627           src/regression/add4.c, src/regression/and1.c, src/regression/and2.c,
628           src/regression/arrays.c, src/regression/b.c, src/regression/bank1.c,
629           src/regression/bool1.c, src/regression/bool2.c,
630           src/regression/bool3.c, src/regression/call1.c,
631           src/regression/compare.c, src/regression/compare10.c,
632           src/regression/compare2.c, src/regression/compare3.c,
633           src/regression/compare4.c, src/regression/compare5.c,
634           src/regression/compare6.c, src/regression/compare7.c,
635           src/regression/compare8.c, src/regression/compare9.c,
636           src/regression/configword.c, src/regression/for.c,
637           src/regression/inline.c, src/regression/mult1.c,
638           src/regression/nestfor.c, src/regression/or1.c,
639           src/regression/pointer1.c, src/regression/ptrfunc.c,
640           src/regression/rotate1.c, src/regression/rotate2.c,
641           src/regression/rotate3.c, src/regression/rotate4.c,
642           src/regression/rotate5.c, src/regression/rotate6.c,
643           src/regression/rotate7.c, src/regression/string1.c,
644           src/regression/struct1.c, src/regression/sub.c,
645           src/regression/sub2.c, src/regression/switch1.c,
646           src/regression/while.c, src/regression/xor.c,
647           src/regression/create_stc, src/regression/simulate,
648           src/regression/rt.sh, src/regression/Makefile: reenabled Scott's PIC14
649           regression tests
650         * src/regression/gpsim_assert.h: added
651
652 2006-01-28 Bernhard Held <bernhard AT bernhardheld.de>
653
654         * src/ds390/gen.c (unsaveRegisters): fixed literal function pointer
655         ((void (code *) (void)) 0) ();
656         * as/hc08/aslex.c,
657         * as/hc08/aslink.h,
658         * as/hc08/asm.h,
659         * as/hc08/asmain.c,
660         * as/hc08/lkdata.c,
661         * as/hc08/lklex.c,
662         * as/hc08/lkmain.c,
663         * as/mcs51/aslex.c,
664         * as/mcs51/aslink.h,
665         * as/mcs51/asm.h,
666         * as/mcs51/asmain.c,
667         * as/mcs51/lkdata.c,
668         * as/mcs51/lklex.c,
669         * as/mcs51/lkmain.c,
670         * as/z80/aslex.c,
671         * as/z80/asm.h,
672         * as/z80/asmain.c: fixed build on current cygwin:
673         replaced getline() by as_getline()
674
675 2006-01-27 Bernhard Held <bernhard AT bernhardheld.de>
676
677         * src/SDCC.y: fixed bug #716242, exchanged pointer and function
678         declarator in the symbol chain
679         * src/SDCCsymt.h,
680         * src/SDCCsymt.c (processFuncPtrArgs): added, removes "(void)"
681         parameter list for function pointers
682         * src/SDCCast.c (decorateType): added call of processFuncPtrArgs()
683         * support/regression/tests/bug-716242.c: added
684
685 2006-01-20 Bernhard Held <bernhard AT bernhardheld.de>
686
687         * src/SDCCicode.c (geniCodeAdd, geniCodeArray): use char for array
688         offset if possible
689         * src/SDCCast.c (getLeftResultType): 255 fits in char, not 256
690
691 2006-01-18 Bernhard Held <bernhard AT bernhardheld.de>
692
693         * src/SDCCast.c (backPatchLabels): fixed bug #1408066: made it
694         inifinitely recurseable, added static
695         * support/regression/tests/bug-1408066.c: added
696
697 2006-01-17 Bernhard Held <bernhard AT bernhardheld.de>
698
699         * src/SDCCicode.h,
700         * src/SDCCicode.c (newiTempPreheaderLabel, newiTempLoopHeaderLabel):
701         renamed, added possibility to create "postLoopLbl"-labels
702         * src/SDCCBBlock.c (iCodeBreakDown): renamed newiTempPreheaderLabel to
703         newiTempLoopHeaderLabel
704         * src/SDCCloop.c (newInduction, newRegion, backEdges, insertIntoLoop,
705         isNotInBlocks, addToExitsMarkDepth, createLoop, dominatedBy,
706         addDefInExprs, assignmentsToSym, isOperandInvariant, pointerAssigned,
707         hasNonPtrUse, loopInvariants, addressTaken, findInduction,
708         findDefInRegion, mergeRegions, ifMerged, mergeInnerLoops): made static,
709         (pinduction, pregion, hasIncomingDefs, findLoopEndSeq): disabled,
710         (basicInduction): fixed bug #136564, made static,
711         (loopInduction): changed parameter of basicInduction, made static,
712         (addPostLoopBlock): added
713         * src/SDCCloop.h: removed backEdges, pregion, pinduction,
714         loopOptimizations, addressTaken, findDefInRegion, hasIncomingDefs,
715         findLoopEndSeq
716         * support/regression/tests/bug-136564.c: added
717         * support/regression/ports/mcs51-xstack-auto/spec.mk: added
718         --std-sdcc99 to LIBSDCCFLAGS
719
720 2006-01-16 Bernhard Held <bernhard AT bernhardheld.de>
721
722         * src/SDCCicode.c (geniCodeIfx): fix bug 1406131: always false
723         while loop
724         * support/regression/tests/bug-1406131.c: added
725
726 2005-12-31 Bernhard Held <bernhard AT bernhardheld.de>
727
728         * src/SDCCast.c (decorateType): fix promotion of unary minus
729         * src/SDCCsymt.c (computeType): beautified
730         * src/SDCCval.c (cheapestVal): beautified, old non-Ansi version removed,
731         (valUnaryPM, valComplement): fix sign and promotion,
732         (valNot): ANSI: result type is int (SDCC: unsigned char)
733         * support/regression/tests/uminus.c: speedup by removing superflous
734         test case 'int'
735         * support/regression/tests/onebyte.c: added promotion and signedness
736         tests for unary minus
737         * support/regressions/tests/bug-477927.c: disable warning about
738         uninitialized variables
739         * support/regression/tests/not.c: added
740
741 2005-12-28 Bernhard Held <bernhard AT bernhardheld.de>
742
743         * device/lib/Makefile.in: added --std-sdcc99 to CFLAGS
744         * src/mcs51/gen.c (gen51Code): show final register usage after
745         fillGaps in asm with --i-code-in-asm
746         * src/SDCClrange.c (sequenceiCode, setLiveFrom, setLiveTo,
747         markLiveRanges, markAlive, findNextUseSym, findNextUse, unvisitBlocks,
748         incUsed, rliveClear, adjustIChain): made static,
749         (setFromRange): excluded because it's unused,
750         (findPrevUseSym, markWholeLoop): added,
751         (findPrevUse): rewritten; fixes bug 895992; now a complete search
752         through all branches of predecessors enables sdcc to emit the warning
753         W_LOCAL_NOINIT, marking of outermost loop was incomplete,
754         (rlivePoint): made static, added parameter emitWarnings which is only
755         true during the first run out of two,
756         (findRecursiveSucc, findRecursivePred): removed,
757         (computeLiveRanges): made static, added parameter emitWarnings,
758         (dumpIcRlive): added for debugging only
759         * src/SDCClrange.h: added boolean parameter to computeLiveRanges(),
760         removed prototype of setFromRange()
761         * src/SDCCopt.c (eBBlockFromiCode): added new parameter emitWarnings
762         in call of computeLiveRanges()
763         * support/regression/tests/bug-895992.c: added
764         * support/regression/tests/bug-971834.c: added
765         * support/valdiag/tests/bug-895992.c: added
766         * support/valdiag/tests/bug-971834.c: added
767
768 2005-12-18 Raphael Neider <rneider AT web.de>
769
770         * src/pic16/gen.c: added IS_DIRECT macro for "direct" operands,
771           (genUnpackBits): improved code for direct operands,
772           (genPackBits): improved code for literal assignment to bitfields
773             and for direct destination operands (no FSR indirection),
774             prevented redundant AND, fixes #1362800,
775           (AccLsh): added parameter to disable masking of the result
776         * src/pic16/pcode.c (pic16_safepCodeUnlink): fixed to work with
777           skip instructions with side-effects (like incfsz),
778           (pic16_pCodeIsAlive): suppress verbose output unless pcode_verbose,
779         * src/pic16/pcoderegs.c (RemoveRegsFromSet): removed annoying warning
780         * device/lib/pic16/Makefile.common.in: added --asm=@GPASM@ to CC,
781           fixes #1375263
782
783 2005-12-11 Bernhard Held <bernhard AT bernhardheld.de>
784
785         * src/SDCCicode.c (geniCodeAssign): fixed bug 11369874, don't use
786         volatile variables as spill location
787
788 2005-12-10 Bernhard Held <bernhard AT bernhardheld.de>
789
790         * src/SDCCcse.c (findCheaperOp): fixed bug 1376320, copy signedness to
791         replacing literals
792         * support/regression/tests/bug-1376320.c: added
793
794 2005-12-08 Raphael Neider <rneider AT web.de>
795
796         * src/pic/device.c: renamed is_shared to pic14_is_shared
797         * src/pic/gen.c (genIfx): re-enabled handling of sbits
798         * src/pic/glue.c (emitSymbolToFile): added workaround for sbits,
799           (is_valid_identifier): added for above workaround
800
801 2005-12-07 Maarten Brock <sourceforge.brock AT dse.nl>
802
803         * device/lib/Makefile.in: fixed to enable port-specific-objects
804         * device/lib/ds390/i2c390.c (BitOutI2C): optimized by making bout unsigned
805           char, thanks Hubert Sack
806         * doc/sdccman.lyx: documented --xstack-loc,
807           elaborated a bit more on interrupts and pitfalls,
808           removed "setjmp/longjmp unsupported",
809           documented some unsupported C99 features
810         * src/SDCCmain.c (linkEdit): adapted default lib path for --stack-auto
811         * src/SDCCpeeph.c (readRules): inserted patch 1367130 for finding missing
812           if, thanks Hubert Sack
813         * src/mcs51/gen.c (genEndFunction): enabled "pop psw" for regbank 0 isr
814         * support/regression/Makefile.in: test-mcs51-stack-auto no longer needs to
815           make make_library
816         * support/regression/get_ticks.py: new, get cpu cycles and code size, so
817           regression tests can report resource usage (rfe 700441)
818         * support/regression/collate-results.py: report resource usage
819         * support/regression/ports/ds390/spec.mk,
820         * support/regression/ports/hc08/spec.mk,
821         * support/regression/ports/mcs51/spec.mk,
822         * support/regression/ports/ucz80/spec.mk: run sim output through get_ticks
823         * support/regression/ports/ds390/uCsim.cmd,
824         * support/regression/ports/hc08/uCsim.cmd,
825         * support/regression/ports/mcs51/uCsim.cmd,
826         * support/regression/ports/ucz80/uCsim.cmd: inserted "state" to report time
827         * support/regression/ports/mcs51-stack-auto/spec.mk: no need to build the
828           library, use the default one
829         * support/regression/ports/mcs51-xstack-auto/spec.mk: inserted rules for
830           building the library
831
832 2005-12-06 Maarten Brock <sourceforge.brock AT dse.nl>
833
834         * config.dsp: added dependency on .version and configure_vc.awk
835         * device/include/setjmp.h: updated for --stack-auto and --xstack
836         * device/include/mcs51/at89c51snd1c.h: corrected line endings
837         * device/include/mcs51/XC866.h: added, thanks Llewellyn van Zyl
838         * device/lib/_setjmp.c: updated for --stack-auto and --xstack
839         * device/lib/libsdcc.lib: added _setjmp
840         * src/SDCCast.c (createIvalCharPtr): fixed warnings,
841           (decorateType): fixed bug 1372851,
842           (optimizeGetHbit): fixed warning
843         * src/SDCCglue.c (printIvalChar, printIvalArray): adapted for flexible
844           array initialisation
845         * support/regression/tests/bug1057979.c: added test for bug 1358192
846         * support/regression/tests/setjmp.c: added, test for setjmp/longjmp
847
848 2005-12-03 Borut Razem <borut.razem AT siol.net>
849
850         * support/scripts/sdcc.nsi: added /SOLID option to "SetCompressor lzma"
851           command since the NSIS was upgraded to version 2.11 on CF x86-linux2
852
853 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
854
855         * src/SDCCast.c (createIvalStruct, createIvalArray, createIvalPtr,
856         createIval): implement symbol independant "flexible array member",
857         (createIvalCharPtr): implemented flexible array initialisation with a
858         string
859         * src/SDCCsymt.c (copyStruct): removed,
860         (getSize): fixed misleading comment,
861         (getAllocSize): removed, the additional allocation size is now in
862         sym->flexArrayLength,
863         (checkStructFlexArray): new, syntax checks for flexible array members,
864         (compStructSize): added syntax checks for "flexible array members"
865         (copyStruct): removed,
866         (copyLinkChain): removed inefficient fix for bug 770487
867         * src/SDCCglue.c (emitRegularMap): getAllocSize has been removed
868         * src/SDCCsymt.h: added structdef.b_flexArrayMember and
869         symbol->flexArrayLength
870         * src/SDCCerr.c,
871         * src/SDCCerr.h: added W_INVALID_FLEXARRAY, W_C89_NO_FLEXARRAY,
872         E_FLEXARRAY_NOTATEND and E_FLEXARRAY_INEMPTYSTRCT
873         * support/regression/tests/structflexarray.c: added
874         * support/valdiag/tests/structflexiblearray.c: added
875
876 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
877
878         * src/SDCCast.c (decorateType): fixed bug 1368489
879         * support/Util/SDCCerr.c,
880         * support/Util/SDCCerr.h: added warning W_CMP_SU_CHAR
881
882 2005-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
883
884         * device/include/mcs51/at89c51snd1c.h: added file submitted by
885           Weston T. Schmidt <schmidtw AT users.sourceforge.net>, patch #1368001
886
887 2005-11-27 Borut Razem <borut.razem AT siol.net>
888
889         * support/cpp2/cppinit.c, support/cpp2/cpplib.h, support/cpp2/mkdeps.c,
890           support/cpp2/mkdeps.h: added command line option
891           -obj-ext=<extension> to SDCPP to define object file externion, used
892           for generation of make dependencies (-M)
893         * src/SDCCmain.c: pass -obj-ext=<extension> to SDCPP
894
895 2005-11-26 Borut Razem <borut.razem AT siol.net>
896
897         * support/scripts/sdcc.nsi: added small-stack-auto libraries,
898           added missing device/lib/mcs51/crt*.asm, pic and pic16 sources,
899           added pic and pic16 libraries
900
901 2005-11-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
902
903         * device/include/float.h: Corrected typo in prototype of __fsgt
904
905 2005-11-25 Borut Razem <borut.razem AT siol.net>
906
907         * sdcc/device/lib/Makefile.in, sdcc/device/lib/incl.mk:
908           added creation of model-mcs51-stack-auto libraries
909
910 2005-11-24 Bernhard Held <bernhard AT bernhardheld.de>
911
912         * src/SDCCsymt.c (copyLinkChain): fixed bug 770487, copy structdef
913         and fields-list too
914         * src/SDCCast.c (createIvalArray): removed obsolete comment
915
916 2005-11-24 Borut Razem <borut.razem AT siol.net>
917
918         * sdcc/device/lib/Makefile.in: remove all unnecessary files, 2nd try...,
919           added missing device/lib/mcs51/crt*.asm sources
920
921 2005-11-23 Bernhard Held <bernhard AT bernhardheld.de>
922
923         * src/SDCCast.c (createIvalCharPtr): fixed bug 1348271
924
925 2005-11-22 Maarten Brock <sourceforge.brock AT dse.nl>
926
927         * device/lib/_fs2schar.c,
928         * device/lib/_fs2sint.c,
929         * device/lib/_fs2slong.c: optimized inline asm
930
931 2005-11-21 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
932
933         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
934           Better handling of floats between -1.0 and 0.0.
935
936 2005-11-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
937
938         * src/mcs51/peeph.def: added missing "if"s as noted by Hubert Sack.
939           (the missing "if"s prohibited removal of redundant labels)
940
941 2005-11-19 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
942
943         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
944           Properly convert floats between -1.0 and 0.0 to long, int, and char
945           types (max integer value of negative floats tends to zero).
946         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
947           Removed changes made so to work properly with floats between
948           -1.0 and 0.0, as the problem is fixed in _fs2slong.c, _fs2sint.c,
949           and _fs2char.c
950
951 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
952
953         * src/SDCCcse.c (ReplaceOpWithCheaperOp): minor fix for debugging only
954         * src/mcs51/gen.c (genUnpackBits): better code and a fix,
955         (genCast) cosmetic change
956         * src/ds390/gen.c (genUnpackBits, ): ported from mcs51
957         * src/ds390/ralloc.c (packRegsForAssign): ported fix for bitfields
958         from mcs51
959         * support/regression/tests/bitfields (testSignedBitfields): added
960
961 2005-11-18 Borut Razem <borut.razem AT siol.net>
962
963         * sdcc/device/lib/Makefile.in: remove all unnecessary files
964         * device/lib/pic/Makefile.rules, device/lib/pic16/Makefile.subdir:
965           introduced SILENT option to make building of pic16 libraries less
966
967 2005-11-18 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
968
969         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
970           Now they work properly with floats between -1.0 and 0.0
971         * device/lib/printf_large.c: Removed temporary patch for bug 1358192
972
973 2005-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
974
975         * src/SDCCicode.c (printOperand): added missing else
976
977 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
978
979         * src/SDCCsymt.c (computeType): fixed bug 1358192: added missing else,
980         reformatted for better readability
981         * src/mcs51/gen.c (genUnpackBits): initial, incomplete support for
982         signed bitfields
983
984 2005-11-17 Borut Razem <borut.razem AT siol.net>
985
986         * device/lib/pic16/Makefile.rules, device/lib/pic16/Makefile.subdir:
987           introduced SILENT option to make building of pic16 libraries less
988           verbose - used for nightly snapshot build
989         * doc/sdccman.lyx: documented that SDCDB and ucSim are currently not
990           available on Win32 platforms.
991         * sdcc/device/lib/Makefile.in: added library sources for mcs51, small,
992           medium, large, pic and pic16
993
994 2005-11-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
995
996         * device/lib/printf_large.c: Temporary patch for bug 1358192:
997           printf("%f"...) sets fraction to zero.
998
999 2005-11-16 Raphael Neider <rneider AT web.de>
1000
1001         * src/pic/pcode.c (LinkFlow): handle empty flows correctly,
1002           fixes #1357221
1003         * src/pic/gen.c (genIfx): implemented for CARRY bit
1004         * src/pic16/gen.c (genAssign,genCast): fixed assigning/casting
1005           to generic pointers, fixes #1357332,
1006           (pic16_movLit2f): NEW,
1007           (pic16_storeForReturn,genDataPointerSet): use pic16_movLit2f
1008
1009 2005-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
1010
1011         * src/SDCCmain.c (parseCmdLine): fixed bug 1356800, thanks rsudjian
1012
1013 2005-11-11 Raphael Neider <rneider AT web.de>
1014
1015         * src/pic/gen.c: handle FPOINTERS like POINTERS everywhere
1016         * src/pic16/gen.c (pic16_derefPtr): now works for non-pointers as well,
1017           compute pointer's type from operand,
1018           (genUnpackBits,genPackBits): handle FPOINTERS correctly, re-indented,
1019           improved single bit reads, fixes bug #1353379
1020
1021 2005-11-09 Borut Razem <borut.razem AT siol.net>
1022
1023         * support/scripts/sdcc.nsi: added lib/pic to the package
1024
1025 2005-11-08 Maarten Brock <sourceforge.brock AT dse.nl>
1026
1027         * src/SDCCval.c (valUnaryPM): fixed bug 1350699
1028
1029 2005-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
1030
1031         * support/regression/tests/bug1348008.c: added
1032         * src/mcs51/gen.c (saveRBank, unsaveRBank): fixed bug 1348008
1033         * support/regression/tests/bug1337835.c: updated comment
1034
1035 2005-11-06 Borut Razem <borut.razem AT siol.net>
1036
1037         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
1038           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
1039           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
1040           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
1041           sim/ucsim/cmd.src/set.cc, sim/ucsim/cmd.src/show.cc:
1042           dynamic construction of cl_error_class and derivates - 2.nd try
1043
1044 2005-11-05 Borut Razem <borut.razem AT siol.net>
1045
1046         * sim/ucsim/sim.src/error.cc: fixed uninitialized class member variable
1047           bug, which caused Bus Errors on sparc solaris
1048
1049 2005-11-04 Borut Razem <borut.razem AT siol.net>
1050
1051         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
1052           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
1053           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
1054           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
1055           sim/ucsim/cmd.src/cmdconf.cc: dynamic construction of cl_error_class
1056           and derivates to resolve the initialization problem on OSX
1057
1058 2005-11-02 Borut Razem <borut.razem AT siol.net>
1059
1060         * sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
1061           corrected typo - #include <winsock2.h>
1062
1063 2005-11-02 Maarten Brock <sourceforge.brock AT dse.nl>
1064
1065         * src/asm.c (printILine): always close tmpFile, thanks Beau E. Cox,
1066           (_asxxxx_mapping): added org directive for future enhancements
1067
1068 2005-11-01 Borut Razem <borut.razem AT siol.net>
1069
1070         * sim/ucsim/app.cc, sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
1071           enabled sockets on WIN32
1072         * sim/ucsim/cmd.src/newcmd.cc: fixed bug with uninitialized variables
1073
1074 2005-10-31 Borut Razem <borut.razem AT siol.net>
1075
1076         * support/regression/generate-cases.py: escape backslashes in {testcase}:
1077           WIN32 backslash path delimiters should be escaped when used in C strings
1078         * support/regression/tests/bitfields.c: exclude failing assertions for
1079           __CYGWIN32__ and __MINGW32__ hosts
1080
1081 2005-10-30 Borut Razem <borut.razem AT siol.net>
1082
1083         * src/SDCCutil.c: corrected double comparison typo
1084
1085 2005-10-30 Maarten Brock <sourceforge.brock AT dse.nl>
1086
1087         * device/lib/medium/Makefile: added for new memory model medium
1088         * device/include/asm/mcs51/features.h: updated for medium/pdata
1089         * device/include/mcs51/c8051f120.h: added sfr16/sfr32 definitions,
1090           added Multiply & Accumulate sbit's and MAC0_PAGE define
1091         * device/include/mcs51/c8051f300.h: added sfr16 definitions
1092         * device/include/mcs51/c8051f310.h: added sfr16 definitions
1093         * device/lib/_mullong.c: update for medium model
1094         * device/lib/incl.mk: added medium model
1095         * doc/sdccman.lyx: documented medium model
1096         * src/SDCCast.c (isBitAndPow2): simplified using updated powof2
1097         * src/SDCCicode.c (geniCodeMultiply, geniCodeDivision): use updated powof2
1098         * src/SDCCmain.c (optionsTable, linkEdit): enabled medium model
1099         * src/SDCCmem.c (allocIntoSeg): set iaccess for pdata symbols,
1100           (allocParms): set SCLS and OCLS to pdata for medium model
1101         * src/SDCCsymt.c (processFuncArgs): use default_local_map and set iaccess
1102           for pdata,
1103           (powof2): return <0 if not power of 2
1104         * src/avr/gen.c (genBitWise): use updated powof2
1105         * src/mcs51/gen.c (genMinusDec): use acc if necessary,
1106           (shiftR2Left2Result): small optimization in setup, save acc when storing,
1107           (shiftLLeftOrResult): use B if necessary
1108         * src/mcs51/main.c (_mcs51_finaliseOptions, mcs51_port): added medium model
1109         * src/mcs51/peeph.def: renamed 226 to 226.b, added 226.a
1110         * src/pic/main.c (_pic14_do_link): made void parameter list explicit
1111         * support/regression/Makefile.in: added test-mcs51-medium
1112         * support/regression/ports/mcs51-medium/spec.mk: added to test medium model
1113
1114 2005-10-28 Bernhard Held <bernhard AT bernhardheld.de>
1115
1116         * src/SDCCsymt.c (compStructSize): make bitfields without (un)signed
1117         specifier unsigned
1118         * device/lib/time.c (mktime): fixed bug 1334315
1119
1120 2005-10-28 Raphael Neider <rneider AT web.de>
1121
1122         * device/include/pic/p16f_common.inc: added common declarations
1123         * src/pic/ralloc.c (initStack): moved regs *r to block start for Alpha
1124
1125 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
1126
1127         * src/mcs51/gen.c (getTempRegs): return 0 if not enough registers found,
1128           (aopPutUsesAcc): added to predict accumulator use,
1129           (assignResultValue): save acc if necessary,
1130           (genMinusDec): store result if indirectly addressed,
1131           (genDivOneByte):  save acc if necessary,
1132           (movLeft2Result): bugfix if left already in acc,
1133           (genAnd, genOr, genXor, shiftL2Left2Result, shiftR2Left2Result): pay more
1134             attention to accumulator use (esp. pdata),
1135           (genReceive): receive pdata correctly
1136         * src/SDCCicode.c (isOperandInPagedSpace): added to detect pdata operands
1137         * src/SDCCicode.h: added isOperandInPagedSpace prototype
1138
1139 2005-10-27 Raphael Neider <rneider AT web.de>
1140
1141         * doc/sdccman.lyx: corrected version (should be 2.5.4 not 2.5.5)
1142
1143 2005-10-27 Raphael Neider <rneider AT web.de>
1144
1145         * .version: changed version to 2.5.4
1146         * doc/sdccman.lyx: changed version to 2.5.4, added some remarks to PIC14
1147         * device/lib/pic/libsdcc/{_mulint.c,_mullong.c}: use unsigned literals,
1148           (_divschar.c,divuchar.c,_mulchar.c,_modschar.c,_moduchar): NEW,
1149             arithmetics support routines
1150         * device/lib/pic/Makefile.rules: have assembler sources preprocessed
1151         * device/lib/Makefile.in: also create installdir for pic
1152
1153         * src/SDCCopt.c (cnvToFcall): mark support routines `extern' for
1154           pic14 port as well
1155         * src/pic/device.c (dump_sfr): rewritten to delegate register
1156           placement to the linker (use `extern sym' rather than sym EQU addr),
1157           (validAddress): fixed to check last specified address
1158         * src/pic/gen.c (aopForSym): added code to deal with array (useless?),
1159           (popGetLit): truncate literal value to 8 bit,
1160           (popGet): moved assert to more appropriate place
1161           (popGetExternal): create pCode operand from and mark the according
1162             symbol as being `extern'
1163           (popGetAddr): added sanity check on immediate's offset, provide
1164             GPOINTER tag on demand
1165           (aopPut): fixed for immediates,
1166           (mov2w_op): move operand's address or contents to WREG (depending on
1167             operand type), safer variant of mov2w,
1168           (movwf,call_libraryfunc): NEW, handy abbreviations,
1169           (get_argument_pcop,get_return_val_pcop,pass_argument,
1170           get_returnvalue): interface for accessing function parameters and
1171             return values,
1172           (assignResultValuei,genRet): use new parameter/return value interface
1173           (pic14_getDataSize): back to old version handling generic pointers,
1174           (pic14_toBoolean,genNot,genCpl,genCmpEq,genOrOp): heavily rewritten,
1175             provided implementation and/or fixed old one,
1176           (genMultOneByte,genDivOneByte,genModOneByte): implemented as library
1177             calls, removed legacy 8051 reference code
1178           (AccLsh,AccRsh): rewritten and fixed to deal with signed operands
1179           (loadSignToC): NEW, move the operands sign bit to CARRY,
1180           (genGenericShift): NEW, replaces genLeftShift, genRightShift and
1181             genRightShiftSigned, accepts negative shift counts,
1182           (setup_fsr): load FSR and adjust IRP (indirect memory access),
1183           (emitPtrByteGet,emitPtrByteSet): rewritten, now works with
1184             generic pointers, __data pointers and __code pointers,
1185           (genUnpackBits,genPackBits): rewritten to work with generic pointers
1186             and signed bitfields, limit bitfields to 8 bit,
1187           (genDataPointerGet): fixed number of bytes read,
1188           (genGenPointerGet,genConstPointerGet): fixed bitfield access,
1189           (genPointerGet,genPointerSet): fixed handling of __code pointers,
1190             pointers to constant data are no longer assumed to point to __code
1191             space, removed invalid pointer types,
1192           (bitpatternFromVal): retrieve the PICs representation of an integer
1193             or float literal,
1194           (genDataPointerSet): fixed assigning to po_immediate operands,
1195           (genGenPointerSet): implemented as library call,
1196           (genIfx): fixed incorrect condition,
1197           (genAddrOf): limit generic pointers' addresses to 2 bytes,
1198             provide GPOINTER tag according to destination's storage class,
1199           (genCast): added code to handle casting to generic pointers, added
1200             sign-/zero extension of the result
1201           (aop_isLitLike,op_isLitLike): fixed handling of immediates
1202         * src/pic/gen.h: added macros to access IRP bit in STATUS register
1203         * src/pic/genarith.c (genAddLit): use min(result's,left's) size, sign
1204           extend the result
1205         * src/pic/glue.c (is_shared_address,is_shared): check whether a given
1206           address/register resides in the shared banks
1207           (emitSymbolToFile): improved to handle global and `pinned' symbols,
1208             put all variables into separate sections (have the linker arrange
1209             them)
1210           (picglue): put init code and interrupt handlers in separate sections
1211         * src/pic/main.c: added port specific options table, modified to PORT
1212           structure to make GPOINTERs 3 byte, added pic14_options
1213           (_pic14_do_link): private linking routine (update paths to libraries,
1214             add libsdcc.lib by default)
1215         * src/pic/main.h: declare pic14_options
1216         * src/pic/pcode.c: fixed instructions i/o relations,
1217           (RegCond): reverted to correct version,
1218           (newpCodeOpLit): truncate literals to 8 bit,
1219           (genericPrint): added debug output,
1220           (getRegFromInstruction): fixed for various operand types, simplified
1221           (BuildFlow): fixed broken handling of isntructions with labels
1222           (LinkFlow): start at last instruction in flow (skip trailing comments),
1223             pass the flow on to the next instruction after CALL
1224           (pCodeReplace): NEW, replace a pCode and move meta data to the new one
1225           (insertPCodeInstruction): fixed inserting after a skip instruction,
1226           (DoBankSelect): fixed for labeled instructions
1227           (OptimizepBlock): honor --nopeep switch
1228           (AnalyzeFlow,ReuseReg): prevent crash on source files with no function
1229         * src/pic/pcodepeep.c (pCodePeepMatchRule): prevent NULL pointer accesses
1230         * src/pic/pcoderegs.c (regIsLocal): NEW, check visibility of a register
1231           (pCodeOptime2pCodes): allow disabling this optimization via
1232             --no-pcode-opt due seldomly occuring bugs, fixed some conditions
1233             but is still buggy), started implementation of a dataflow based
1234             pCode optimization (CSE + dead code elimination)
1235           (pCodeRegMapLiveRangesInFlow): removed bogus inCond
1236         * src/pic/ralloc.c (initStack): renamed stack registers to STK%d, the new
1237           names are independant of the stack location and therefore portable across
1238           devices
1239
1240 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
1241
1242         * src/mcs51/ralloc.c (bitType): added to detect bit variables,
1243           (selectSpil): fixed bug 1337835 by not spilling bit variables
1244         * support/regression/tests/bug1337835.c: added test for this bug
1245         * src/mcs51/peeph.def: restart after rule 3.c,
1246           addded rules 263.x to optimize loading constants
1247
1248 2005-10-26 Raphael Neider <rneider AT web.de>
1249
1250         * src/SDCCsymt.c (compStructSize): allow signed bitfields for PIC ports
1251         * src/pic16/gen.c (genUnpackBits): support signed bitfields,
1252           (genAssign): emit warning when casting literals to generic pointer
1253             type, also applies when taking the address of a fixed variable,
1254           (genCast): improved casting to generic pointers
1255         * src/pic16/glue.c (pic16emitStaticSeg): fixed(?) handling of fixed
1256           extern variables, added verbose error message
1257         * device/include/pic16/{string.h,errno.h}: added #pragma library c
1258
1259 2005-10-26 Bernhard Held <bernhard AT bernhardheld.de>
1260
1261         * src/mcs51/gen.c (genMinus): fixed bug 1270906: reverse subtraction,
1262         carry must be complemented too
1263         * src/mcs51/peeph.def: addded rule 262 to remove double cpl c, which
1264         could be emitted by genMinus
1265         * src/SDCCval.c (constVal): fixed bug 1305065
1266
1267 2005-10-25 Bernhard Held <bernhard AT bernhardheld.de>
1268
1269         * src/SDCCast.c (addCast): added promotion for bit variables
1270         (decorateType): emit W_COMPLEMENT before the problem vanishes behind
1271         promotion casts + optimisation
1272         (optimizeGetWord): fix warning 'i' might be used uninitialized
1273         * src/mcs51/gen.c (genCpl): removed W_COMPLEMENT
1274         * src/ds390/gen.c (genCpl): removed W_COMPLEMENT
1275
1276 2005-10-24 Bernhard Held <bernhard AT bernhardheld.de>
1277
1278         * src/SDCCicode.c (ast2iCode): reverted to 1.224 because of regression:
1279         all chars are promoted to int; promotion should be handled in SDCCast.c
1280
1281 2005-10-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1282
1283         * device/lib/_strcmp.c: Fixed bug 1326457
1284
1285 2005-10-11 Raphael Neider <rneider AT web.de>
1286
1287         * device/lib/pic16/libio/i2c.ignore: added 1320, fixes broken builds
1288         * device/lib/pic16/libdev/pic18f1320.c: added 1320's device library
1289
1290 2005-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
1291
1292         * src/SDCC.y (AT): fixed bug with sfr32 addresses when built with GCC
1293         * support/regression/tests/sfr16.c: added test for the sfr32 bug
1294
1295 2005-10-04 Raphael Neider <rneider AT web.de>
1296
1297         * device/include/pic16/pic18fregs.h, src/pic16/devices.inc,
1298           device/lib/pic16/pics.all: added pic18f1320
1299         * src/pic16/pcode.c (mnem2key): fixed prototype's argument mismatch
1300
1301 2005-09-30 Raphael Neider <rneider AT web.de>
1302
1303         * src/pic16/device.c (Pics16[]): moved device descriptions to devices.inc
1304         * src/pic16/devices.inc: NEW, provides device descriptions
1305         * src/pic16/gen.c (genInline): fixed handling of ';'-comments
1306
1307 2005-09-26 Maarten Brock <sourceforge.brock AT dse.nl>
1308
1309         * src/SDCCicode.c (operandOperation): added GETABIT, GETBYTE, GETWORD and
1310           GETHBIT
1311
1312 2005-09-25 Maarten Brock <sourceforge.brock AT dse.nl>
1313
1314         * doc/sdccman.lyx: updated Highest Order Bit documentation,
1315           documented Any Order Bit, Higher Order Byte and Higher Order Word
1316         * src/SDCC.y: added tokens GETABIT, GETBYTE, GETWORD
1317         * src/SDCCast.c (optimizeGetHbit): updated to also accept bool=expr&(1<<n),
1318           (optimizeGetAbit): new, to get any bit, not only the high bit,
1319           (optimizeGetByte): new, to get a byte from a (long) int: expr>>(8*n),
1320           (optimizeGetWord): new, to get a word from a long int: expr>>(8*n),
1321           (isConformingBody): also check GETABIT, GETBYTE, GETWORD,
1322           (decorateType): '&': also try GETABIT, GETBYTE, GETWORD optimization,
1323             RIGHT_OP: also try GETBYTE, GETWORD optimization,
1324             GETABIT, GETBYTE, GETWORD: decorate them,
1325           (isShiftRightLitVal, isBitAndPowOf2): new helper functions,
1326           (ast_print): added GETABIT, GETBYTE, GETWORD
1327         * src/SDCCcse.c (isSignedOp): added GETABIT, GETBYTE, GETWORD
1328         * src/SDCCicode.c (codeTable): added GETABIT, GETBYTE, GETWORD,
1329           (geniCodeBinary): new generic binary icode,
1330           (ast2iCode): added GETABIT, GETBYTE, GETWORD
1331         * src/port.h: updated comment for PORT.hasExtBitOp
1332         * src/mcs51/gen.c (genGetAbit): new, to get any single bit,
1333           (genGetByte): new, to get a single byte,
1334           (genGetWord): new, to get a word from a long,
1335           (gen51Code): added GETABIT, GETBYTE, GETWORD
1336         * src/mcs51/main.c (hasExtBitOp): added GETABIT, GETBYTE, GETWORD
1337
1338 2005-09-23 Raphael Neider <rneider AT web.de>
1339
1340         * configure.in, configure: have device/lib/pic configured
1341         * device/lib/Makefile.in: added model-pic14
1342         * device/lib/clean.mk: added pic/ to clean rule
1343         * device/lib/pic: added rudimentary pic14 library providing support
1344           functions for multiplication/division/generic pointer access
1345         * src/SDCCopt.c (convilong): mark support functions as extern
1346           for pic14 port as well
1347         * src/pic/gen.c (genMult): added assertions,
1348           (genpic14Code): emit warning on unhandled iCodes
1349         * src/pic/main.c (_hasNativeMulFor): return true only for 8x8 bit
1350         * src/pic/pcode.c (pCodeOpCopy),
1351         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed handling of various
1352           pCodeOpReg-subtypes (PO_{STATUS,INTCON,PCL,PCLATH,PCLATU,BSR,
1353           SFR_REGISTER}), made safe for future extensions
1354         * src/pic16/pcode.c (pic16_safepCodeUnlink): allow for removal of
1355           instructions even if preceeded by SKIP instructions (also remove
1356           them); removed unused code
1357         * src/pic16/pcode.h: added arg2 to pCodeOpLit to match pCodeOpLit2,
1358           prevents leaving parts of the structure uninitialized after copying
1359
1360 2005-09-22 Maarten Brock <sourceforge.brock AT dse.nl>
1361
1362         * src/mcs51/gen.c (genMinus): fix for undetected bug introduced 3 months
1363           ago by me
1364         * support/regression/tests/addsub.c: added test for the bug
1365
1366 2005-09-21 Raphael Neider <rneider AT web.de>
1367
1368         * device/include/pic16/pic18f1220.h,
1369           device/lib/pic16/libdev/pic18f1220.c: added ECCPAS sfr and bitfield
1370         * device/lib/pic16/Makefile.rules: added missing opening paren
1371         * src/pic16/gen.c (pic16_genNot,pic16_genCpl): removed as these
1372           are provided in genutils.c,
1373           (genUminusFloat,genUminus,genCmpEq): added asserts on different
1374           operand/result sizes,
1375           (genCmp): assert on NULL pointers first, then check deref'ed values
1376         * src/pic16/genutils.c (pic16_genCpl): fixed for different operand/
1377           result size
1378
1379 2005-09-18 Raphael Neider <rneider AT web.de>
1380
1381         * src/pic16/gen.c (genFarPointerGet,genFarPointerSet): removed
1382           as these are now unused,
1383           (genPointerGet,genPointerSet): handle FPOINTERs like POINTERs
1384         * src/pic16/pcode.c (pic16_symIsSpecial): assume REG_TMPs to be
1385           local, avoids uninitialized pointer dereference on r->name
1386         * src/pic16/ralloc.c (newReg): fixed indentation
1387
1388 2005-09-13 Maarten Brock <sourceforge.brock AT dse.nl>
1389
1390         * src/SDCCval.c (constVal): fixed bug 730366
1391         * support/Util/SDCCerr.c,
1392         * support/Util/SDCCerr.h: added warning W_INVALID_INT_CONST
1393
1394 2005-09-10 Maarten Brock <sourceforge.brock AT dse.nl>
1395
1396         * as/mcs51/lkmem.c (summary2): fixed report for absolute areas (bug 1210220)
1397
1398 2005-09-09 Maarten Brock <sourceforge.brock AT dse.nl>
1399
1400         * src/mcs51/peeph.def (241.x): fixed bug when comparing generic pointers
1401
1402 2005-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
1403
1404         * as/hc08/lkaomf51.c (OutputName): made name unsigned char,
1405           (hex2dec): made hex_digit unsigned char, removed ascii dependance
1406         * as/mcs51/lkaomf51.c (OutputName): made name unsigned char,
1407           (hex2dec): made hex_digit unsigned char, removed ascii dependance
1408         * as/mcs51/lkarea.c (lnkarea2): sort absolute areas to the front
1409         * packihx/packihx.c (hexDigit): made c unsigned char
1410         * as/mcs51/lklibr.c (fndsym),
1411         * link/z80/lkgb.c (gb),
1412         * link/z80/lklibr.c (fndsym),
1413         * link/z80/lkrloc.c (relr),
1414         * sim/ucsim/libltdl/ltdl.c (load_deplibs, try_dlopen),
1415         * src/SDCC.lex (checkCurrFile, process_pragma),
1416         * src/SDCCglue.c (spacesToUnderscores),
1417         * src/SDCCmain.c (setParseWithComma, processFile),
1418         * src/asm.c (tvsprintf, printCLine),
1419         * src/avr/gen.c (emitcode, aopPut),
1420         * src/ds390/gen.c (emitcode),
1421         * src/hc08/gen.c (emitcode, emitinline),
1422         * src/mcs51/gen.c (emitcode, genInline),
1423         * src/pic/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
1424           tokenizeLineNode),
1425         * src/pic/ralloc.c (debugLog),
1426         * src/pic16/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
1427           tokenizeLineNode),
1428         * src/pic16/ralloc.c (debugLog),
1429         * src/z80/main.c (_process_pragma):
1430            made all ctype.h function calls safe
1431         * src/SDCCopt.c: include math.h for fabs
1432         * src/SDCCpeeph.c: added macros ISCHARDIGIT, ISCHARSPACE and ISCHARALNUM
1433           and used them throughout the code to make ctype.h function calls safe
1434         * src/ds390/main.c (asmLineNodeFromLineNode),
1435         * src/mcs51/main.c (asmLineNodeFromLineNode): made p unsigned char*
1436         * src/pic/gen.c (DEBUGpic14_emitcode, pic14_emitcode): made lbp
1437            unsigned char*
1438         * src/pic/pcode.c (mnem2key): made mnem unsigned char*,
1439           (newpCodeAsmDir): made ctype.h function calls safe
1440         * src/pic16/gen.c (pic16_emitpcomment, DEBUGpic16_emitcode,
1441           pic16_emitcode):  made lbp unsigned char*
1442         * src/pic16/pcode.c (mnem2key): made mnem unsigned char*,
1443           (pic16_newpCodeAsmDir): made ctype.h function calls safe
1444         * src/xa51/gen.c (emitcode),
1445         * src/z80/gen.c (_emit2): made lbp unsigned char*
1446         * support/Util/MySystem.c (split_command): made cmd_line and p unsigned
1447            char*
1448
1449 2005-09-05 Raphael Neider <rneider AT web.de>
1450
1451         * src/pic16/ralloc.c (pic16_allocDirReg): use device specific
1452           access bank splitpoint
1453
1454 2005-09-05 Raphael Neider <rneider AT web.de>
1455
1456         * device/lib/pic16/libc/Makefile: added (missing) string to SUBDIRS
1457
1458 2005-09-03 Maarten Brock <sourceforge.brock AT dse.nl>
1459
1460         * .version: changed to version 2.5.3
1461         * doc/sdccman.lyx: changed version to 2.5.3,
1462           documented --codeseg and --constseg and pragma codeseg and constseg,
1463           documented bit parameters (reentrant) and bit returning
1464         * src/SDCCicode.c (geniCodeReceive): fixed (possible) bug generating
1465            currFunc->recvSize, but is this ok for all ports?
1466           (ast2iCode): result of ~ on unsigned char must be cast to int for
1467            bool to work
1468         * src/SDCCmem.c (allocGlobal, allocLocal): don't put bit returning
1469           function pointers in bit space
1470         * src/SDCCsymt.c (checkSClass): allow bit returning function pointers,
1471           (processFuncArgs): call port.reg_parm() with reentrancy info
1472         * src/port.h,
1473         * src/avr/main.c,
1474         * src/ds390/main.c,
1475         * src/hc08/main.c,
1476         * src/pic/main.c,
1477         * src/pic16/main.c,
1478         * src/xa51/main.c,
1479         * src/z80/main.c: port.reg_parm prototype extended with
1480           "bool reentrant" parameter
1481         * src/mcs51/main.c (_mcs51_regparm): use parameter reentrant instead of
1482           options.stackAuto for allocating bit register parameters
1483         * src/mcs51/gen.c (genNot): optimized complementing direct bit,
1484           (genSend): set BitBankUsed if it is,
1485           (selectRegBank): factored out of genCall for use in genPcall,
1486           (genCall): removed redundant dtype assignmen, use selectRegBank,
1487           (genPcall): handle returning in Carry properly, save in F0 if needed,
1488           (genReceive): handle bit register parameters
1489         * src/mcs51/ralloc.c (updateRegUsage): update BitBankUsed along the way,
1490           (mcs51_assignRegisters): enable bit registers for all reentrant
1491            functions and don't set BitBankUsed unconditionally
1492         * src/mcs51/peeph.def (177.d): fixed bug if %2==%3
1493         * support/regression/tests/bitvars.c: enable tests for SDCC_STACK_AUTO
1494         * support/regression/tests/funptrs.c: added tests for BOOL and for return
1495
1496 2005-08-27 Borut Razem <borut.razem AT siol.net>
1497
1498         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) and on
1499         ppc-osx (Darwin) does not support -u option. It seems that it is
1500         supported only on Linux - GNU cp
1501
1502 2005-08-25 Borut Razem <borut.razem AT siol.net>
1503
1504         * sim/ucsim/gui.src/serio.src/Makefile.in,
1505           sim/ucsim/s51.src/Makefile.in, sim/ucsim/avr.src/Makefile.in,
1506           sim/ucsim/z80.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
1507           sim/ucsim/xa.src/Makefile.in: install -s changed to 2 steps:
1508           install and strip, since the strip at /usr/ccs/bin should be used
1509           on solaris
1510
1511 2005-08-24 Borut Razem <borut.razem AT siol.net>
1512
1513         * clean.mk, device/lib/clean.mk: find on sparc-solaris does not support -maxdepth option
1514
1515 2005-08-23 Bernhard Held <bernhard AT bernhardheld.de>
1516
1517         * src/SDCCopt.c (convertToFcall): fixed modulus with divisors 1 and
1518         ffffffffu
1519
1520 2005-08-23 Maarten Brock <sourceforge.brock AT dse.nl>
1521
1522         * as/mcs51/aslink.h: completed lkrloc.c prototypes
1523         * as/mcs51/lkmain.c (link_main): fixed warning
1524         * device/include/stdbool.h: ds390 has no advanced bit support yet
1525         * src/SDCC.y: use SPEC_SHORT and renamed _signed to b_signed
1526         * src/SDCCsymt.c: use SPEC_SHORT and renamed _signed to b_signed
1527         * src/SDCCsymt.h (struct specifier): renamed _xxx bitfields to b_xxx
1528           and updated their macros
1529         * src/SDCCval.c (constVal): updated comment for renamed b_long
1530
1531 2005-08-22 Maarten Brock <sourceforge.brock AT dse.nl>
1532
1533         * as/mcs51/asdata.c: changed ctype['['] to BINOP
1534         * as/mcs51/asexpr.c (expr): added case '[' for bit access in bdata,
1535           (term): abused bit 15 of s_addr to indicate bit-addressable bytes,
1536           (oprio): set priority for '['
1537         * as/mcs51/aslink.h: added define R_BIT, and prototypes for adb_bit
1538            and adb_24_bit
1539         * as/mcs51/asm.h: added defines R_BIT and S_BIT
1540         * as/mcs51/lkarea.c (lnksect2): use T for seg BIT_BANK and overlay it
1541         * as/mcs51/lkdata.c: changed ctype['['] to BINOP
1542         * as/mcs51/lkmain.c (Areas51): rel2 contains 12 (=C) areas now,
1543           added overlayable BIT_BANK area
1544         * as/mcs51/lkmem.c (summary): add BIT_BANK to BSEG_BYTES in the report,
1545           (summary2): explain 'T' in legenda
1546         * as/mcs51/lkrloc.c: replaced old K&R style,
1547           (relr): added R_BIT processing,
1548           (errmsg): added "Bit-addressable relocation error",
1549           (adb_bit): added for converting from byte- to bit-addressable space,
1550           (adb_24_bit): added for converting from byte- to bit-addressable space
1551         * device/include/stdbool.h: changed BOOL to __bit for mcs51 as it can be
1552            used in reentrant functions now even as return value
1553         * device/lib/_gptrput.c (_gptrput): removed obsolete code
1554         * src/SDCCast.c (resultTypePropagate): also propagate AND_OP and OR_OP,
1555           (decorateType): case '!', GETHBIT, AND_OP, OR_OP: result in bool or char
1556         * src/SDCCglobl.h: added indicator BitBankUsed
1557         * src/SDCCglue.c (glue): emit area BIT_BANK with byte 'bits' and equ's for
1558            the bit registers b0-b7
1559         * src/SDCCicode.c (operandFromSymbol): removed IS_BITVAR check,
1560           (geniCodeCast): fixed bug 1263853,
1561           (geniCodeLogicAndOr): put result in bool or char,
1562           (geniCodeReceive): added parameter func for accessing the return type,
1563           (geniCodeFunctionBody): pass func to geniCodeReceive
1564         * src/SDCCmain.c: added indicator BitBankUsed
1565         * src/SDCCmem.c (allocLocal): explicitly set sclass for V_BIT
1566         * src/SDCCsymt.c (newBoolLink): added for creating a bool/bit,
1567           (checkSClass): don't put automatic bool/bit on stack,
1568           (checkFunction): removed check on function cannot return bit
1569         * src/SDCCsymt.h: added newBoolLink prototype
1570         * src/mcs51/gen.c (rb1regs): added bit registers,
1571           (movc): created for assigning to carry,
1572           (pushReg, popReg): created for pushing registers,
1573           (sameRegs): check both AOP_REG and AOP_CRY types,
1574           (aopOp): handle bit registers,
1575           (aopPut): optimization no self-assign,
1576           (saveRegisters): push reg->base (bits) only once for bit registers,
1577            and use pushReg,
1578           (unsaveRegisters): pop reg->base only once and use popReg,
1579           (assignResultValue): added parameter func and return in carry for bits,
1580           (genIpush): optimization no reload in A if not changed,
1581           (genSend): bit parameters in reentrant functions are passed in bit
1582            registers by first assigning to bits in B, then save registers and
1583            copy B to bits,
1584           (genCall): handle returning in Carry properly, save it in F0 if needed,
1585           (genPcall): updated assignResultValue call, this is not safe yet for bit
1586            returning function !!!
1587           (genFunction): don't generate equ's for bit registers and use pushReg,
1588           (genEndFunction): take care of bit returning functions and use popReg,
1589           (genRet): return bit in Carry,
1590           (genIfx): optimize bit registers and other directly addressable bits,
1591           (genReceive): updated assignResultValue call
1592         * src/mcs51/main.c (_mcs51_reset_regparm): added regBitParmFlg,
1593           (_mcs51_regparm): allow passing of upto 8 bit parameters in bit
1594            registers when using stack-auto
1595         * src/mcs51/ralloc.c (_G): added allBitregs,
1596           (regs8051): added the bit registers,
1597           (createStackSpil): use macro IS_BIT,
1598           (getRegBit): added to allocate a bit register, else spill,
1599           (getRegBitNoSpil): added to allocate a bit register, else a gpr,
1600           (updateRegUsage): factored out to ease stepping while debugging,
1601           (serialRegAssign): use updateRegUsage, only spill bits if necessary,
1602            also allocate bit registers,
1603           (fillGaps): handle bit registers,
1604           (findAllBitregs): added to create bit vector with all bit registers,
1605           (mcs51_allBitregs): returns this bit vector,
1606           (mcs51_assignRegisters): when using stack-auto use bit registers for
1607            passing parameters and creating local variables
1608         * src/mcs51/ralloc.h: added B0_IDX..B7_IDX and prototype mcs51_allBitregs
1609
1610 2005-08-22 Borut Razem <borut.razem AT siol.net>
1611
1612         * device/lib/Makefile.in: replaced find option -or with -o
1613           to make it run on solaris
1614
1615 2005-08-22 Raphael Neider <rneider AT web.de>
1616
1617         * src/pic16/gen.c (pic16_loadFromReturn): added check for AOP_PCODE,
1618           fixes #1265442 (crash on Solaris)
1619
1620 2005-08-20 Borut Razem <borut.razem AT siol.net>
1621
1622         * configure, configure.in: added tests for libsocket and libnsl libraries,
1623           requred by sdcdb on sparc-solaris; generate support/regression/Makefile
1624           from support/regression/Makefile.in
1625         * support/regression/Makefile.in: added
1626         * device/lib/pic16/Makefile.common.in: force make to use bash shell
1627         * sim/ucsim/libtool: regenerated on sparc-solaris
1628         * sim/ucsim/avr.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
1629           sim/ucsim/s51.src/Makefile.in, sim/ucsim/xa.src/Makefile.in,
1630           sim/ucsim/z80.src/Makefile.in: removed GNU ld specific linker options
1631           -Wl,--start-group and -Wl,--end-group to enable ucsim compilation on
1632           sparc-solaris, which doesn't use GNU ld linker
1633         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) does not support -u option
1634         * as/Makefile: find on sparc-solaris does not support -maxdepth option
1635
1636 2005-08-19 Maarten Brock <sourceforge.brock AT dse.nl>
1637
1638         * src/mcs51/peeph.def: updated comments
1639
1640 2005-08-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1641
1642         * device/lib/_gptrget.c,
1643         * device/lib/_gptrput.c: slightly shorter
1644         * doc/sdccman.lyx: incremented version
1645         * src/mcs51/peeph.def: moved peephole comments to the line of first
1646           change to better keep line correlation, reanimated 186.e
1647         * src/mcs51/peeph.def: renamed similar peepholes by using suffixes
1648
1649 2005-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
1650
1651         * src/pic/pcode.c : Pasted ".line" assembly directives patch from
1652           David Saxton with quotes around file name.
1653
1654 2005-08-15 Borut Razem <borut.razem AT siol.net>
1655
1656         * support/regression/tests/bitfields.c, support/regression/tests/bitvars.c,
1657           support/regression/tests/bitwise.c, support/regression/tests/literalop.c,
1658           support/regression/tests/rotate.c, support/regression/tests/zeropad.c:
1659           make tests run on x86_64 platform
1660
1661 2005-08-13 Raphael Neider <rneider AT web.de>
1662
1663         * device/lib/pic16/Makefile.subdir: weakened clean-intermediate rule
1664           as it might be executed DURING a build (parallel make is wonderful)
1665
1666 2005-08-13 Raphael Neider <rneider AT web.de>
1667
1668         * device/lib/Makefile.in (port-specific-objects-pic16):
1669           revert to cp $(PORT)/bin/*.* $(PORTDIR)
1670         * device/lib/pic16/Makefile: added .PHONY targets, removed builddir
1671           dependency
1672         * device/lib/pic16/Makefile.rules: build subdirs before creating
1673           the library, removed builddir rule, create $(builddir) early in
1674           recurse rule, use empty recurse rule for leaf directories
1675         * device/lib/pic16/Makefile.subdir: added phony targets, ignore
1676           mkdir errors (race condition), removed duplicate suffix "hex"
1677           from clean rules
1678         * device/lib/pic16/libdev/Makefile: recursive make via + and $(MAKE)
1679         * device/lib/pic16/libio/Makefile: create sub-make's builddir early,
1680           prevents mkdir -p from aborting on Alpha
1681
1682 2005-08-12 Raphael Neider <rneider AT web.de>
1683
1684         * src/pic16/glue.c (pic16_print(G)PointerType): do not flush
1685           db-statements in order to allow for arrays of pointers in code
1686           sections to be placed without interspersed 0-padding, fixes
1687           bug #1256215
1688         * (emitStatistics): fixed division by zero for pic18f1220
1689         * src/pic16/pcode.c: buffer (up to) 12 DB directives to allow for
1690           unpadded writing of 8-bit, 16-bit, 24-bit and 32-bit values
1691         * (pic16_emitDS): respect DB_ITEMS_PER_LINE
1692         * (pic16_pCodeConstString): keep track of already emitted string
1693           literals to prevent "duplicate definitions of symbol _str_NR"
1694         * src/pic16/ralloc.c (pic16_allocRegByName): removed not so helpful
1695           debug message
1696         * device/lib/Makefile.in: ignore failing PIC16 library builds
1697         * device/lib/pic16/Makefile: do not build if gputils are missing
1698         * device/lib/pic16/Makefile.common.in: do not enforce MAKEFLAGS=-s
1699
1700 2005-08-10 Raphael Neider <rneider AT web.de>
1701
1702         * device/lib/Makefile.in: fixed copying pic16 libraries (broken by
1703           my last commit)
1704
1705 2005-08-10 Raphael Neider <rneider AT web.de>
1706
1707         * src/*.c, src/pic16/{gen.c,glue.c,main.c}: applied Vangelis
1708           Rokas' patch to add the new fixed point type "__fixed16x16"
1709         * device/lib/pic16/libsdcc/fixed16x16: added Vangelis' support
1710           functions for __fixed16x16 arithmetics
1711         * device/lib/pic16: reimplemented the build system to support
1712           a separate build directory, better handling of libio (create
1713           the library in a separate subdir for each architecture) and
1714           easier configuration (centralized in Makefile.common)
1715
1716 2005-08-07 Raphael Neider <rneider AT web.de>
1717
1718         * src/pic16/gen.c (genrshTwo): fixed sign extension
1719         * src/pic16/device.c: added pic18f2320, 4220 and 4320
1720         * device/include/pic16/pic18f2220.h: changed some bit definitions,
1721           added T0CONbits
1722         * device/include/pic16/pic18f4220.h: NEW, header for
1723           pic18f4220 and pic18f4320
1724         * device/include/pic16/pic18fregs.h: added new devices,
1725           embraced Nop(), ClrWdt(), Sleep() and Reset() with do {} while(0)
1726         * device/include/pic16/signal.h: resolved name clashes
1727           on bit definitions, added DEF_HANDLER2(sig1,sig2,handler)
1728           to also allow testing for interrupt enable bits, added
1729           comments on how to use the macros
1730         * device/lib/pic16/libdev/pic18f2220.c: added T0CONbits
1731         * device/lib/pic16/libdev/pic18f{2320,4220,4320}.c: NEW,
1732           register definitions for the devices
1733         * device/lib/pic16/pics.all: added new devices
1734         * device/lib/pic16/libc/stdlib/calloc.c: fixed zeroing
1735           allocated memory
1736         * device/lib/pic16/libc/stdlib/memfree: do not count
1737           the block header as free memory
1738         * device/lib/pic16/libc/stdlib/memmisc.c (_initHeap):
1739           simplified and added missing end-of-blocklist-marker
1740           (reported by Peter Onion, fixes #1252814)
1741         * (_mergeHeapBlock): fixed loop condition
1742         * device/lib/pic16/libc/stdlib/realloc.c: return NULL for
1743           len==0, restructured code
1744         * device/lib/pic16/libc/stdlib/{malloc,memfreemax}.c: cleaned
1745           up a bit, reduced bitfield accesses, prevent endless loops
1746           in case of heap corruption
1747         * device/lib/pic16/libc/stdlib/x_ftoa.c: disabled
1748           "unreferenced arguments/must return a value" warnings
1749         * device/lib/pic16/libio/usart/ubaud.c (usart_baud):
1750           replaced BAUDREG with SPBRG
1751         * device/lib/pic16/libsdcc/lregs/{lrrest.c,lrst.c},
1752           device/lib/pic16/debug/gstack/gstack.c: replaced
1753           _naked, _asm, _endasm with __naked, __asm, __endasm
1754
1755 2005-08-05 Raphael Neider <rneider AT web.de>
1756
1757         * src/pic16/gen.c (pic16_aopGet): fixed handling of offsets in
1758           AOP_PCODE operands, fixes multibyte union-bitfield-accesses
1759
1760 2005-08-05 Borut Razem <borut.razem AT siol.net>
1761
1762         * device/lib/Makefile.in: added missing ';'
1763         * configure: removed ^M characters
1764
1765 2005-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1766
1767         * device/include/mcs51/at89c51ed2.h, device/include/mcs51/p89v51rd2.h,
1768           device/include/mcs51/at89s53.h: changed to GNU Lesser General Public
1769           License
1770
1771 2005-08-04 Borut Razem <borut.razem AT siol.net>
1772
1773         * configure.in: pic16 libraries build 2nd try - enable running
1774           configure in device/lib/pic16
1775         * configure: regenerated from configure.in
1776         * device/lib/Makefile.in: create $(PORT)/bin directory
1777
1778 2005-08-03 Raphael Neider <rneider AT web.de>
1779
1780         * src/pic16/gen.c (pic16_derefPtr): NEW, single place
1781           to get/set values via pointers
1782         * (genUnpackBits,genPackBits): changed detection of
1783           ptr->bitfield vs. sym.bitfield, fixed access via generic
1784           pointers, removed dead (wrong) code for multibyte bitfields
1785         * (genNearPointerGet, genGenPointerGet): removed useless code,
1786           fixed bitfield detection, fixes #1250594
1787         * (genNearPointerSet): removed useless code
1788         * src/pic16/gen.h: renamed pic16_emitpcode to pic16_emitpcode_real
1789           and introduced macro pic16_emitpcode that conditionally emits
1790           the origin of the following pCode (useful for debugging SDCC)
1791         * src/pic16/pcode.c: changed (and disabled) some debug outputs
1792         * (createDefmap): fixed handling of LFSR for --optimize-df
1793
1794 2005-08-02 Borut Razem <borut.razem AT siol.net>
1795
1796         * device/lib/Makefile.in: pic16 libraries build enabled since
1797           gputils-0.13.2 are now localy installed at sourceforge's compile farm
1798
1799 2005-08-02 Raphael Neider <rneider AT web.de>
1800
1801         * src/pic16/gen.c (genPackBits): removed deprecated warning
1802         * (genGenPointerSet): fixed bitfield detection
1803
1804 2005-08-02 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1805
1806         * device/include/mcs51/msm8xc154s.h: Removed PT2 definition, now in 8052.h.
1807
1808 2005-07-31 Raphael Neider <rneider AT web.de>
1809
1810         * device/lib/pic16/libdev/pic18f458.c,
1811           device/include/pic16/pic18f458.h: added missing T0CONbits
1812
1813 2005-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
1814
1815         * device/include/mcs51/msm8xc154s.h: added, thanks to Matthias Arndt
1816
1817 2005-07-28 Maarten Brock <sourceforge.brock AT dse.nl>
1818
1819         * src/mcs51/gen.c (operandsEqu): fixed bug 1246687
1820
1821 2005-07-23 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1822
1823         * device/include/mcs51/at89c51ed2.h: added.
1824
1825 2005-07-23 Raphael Neider <rneider AT web.de>
1826
1827         * src/pic/gen.h: added emitpcode macro for debugging
1828         * src/pic/gen.c (emitpcode): renamed to emitpcode_real
1829           and replace by macro adding debug information on demand
1830         * (genNot): fixed to C semantics (!0 = 1; !x = 0 iff x != 0)
1831         * (gencjne): tried to fix; replaced with correct (slower) code
1832         * (gen{Unp,P}ackBits): fixed single bit access
1833         * src/pic/pcode.c (AnalyzepCode): fixed DFPRINTF argument
1834         * src/pic/pcodepeep.c (pCodeSearchCondition): fixed finding
1835           previous instruction
1836         * src/pic/pcoderegs.c (regIsSpecial): NEW, check whether a
1837           register has to be handled with care (forbidding movement
1838           of assignments/uses, removing assignments completely, ...)
1839         * (pCodeOptime2pCodes): make use of regIsSpecial
1840         * added lots of debugging output (commented out)
1841         * src/pic/rallloc.c (deassignLRs): prevent operand registers
1842           from being reused as result UNLESS it is known to work
1843
1844 2005-07-23 Maarten Brock <sourceforge.brock AT dse.nl>
1845
1846         * support/Util/dbuf.h: include <stddef.h> for size_t
1847         * .version: changed to version 2.5.2
1848
1849 2005-07-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1850
1851         * src/SDCCloop.c (loopInvariants): fixed bug #1234048
1852
1853 2005-07-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1854
1855         * src/hc08/gen.c (genMinus): fixed bug #1241835,
1856           (genModOneByte): removed needless psha/pula
1857
1858 2005-07-22 Raphael Neider <rneider AT web.de>
1859
1860         * src/SDCCmain.c (linkEdit): initialized linkerScriptFileName,
1861           have PIC14 handled like PIC16, fixes broken pic14 linker calls
1862         * src/pic/gen.c (resolveIfx): do not "invent" labels
1863         * (genSkipc): changed to positive logic
1864         * (genSkipCond): removed as no longer needed
1865         * (pic14_mov2w_regOrLit,genCmp): NEW, replacement for buggy version,
1866           backport from PIC16
1867         * (genLeftShift): check operands are in different registers
1868         * src/pic/genarith.c (genPlus): replaced INCF with ADDLW as
1869           INCF does not update CARRY...
1870         * src/pic/main.c: fixed _linkCmd
1871         * src/pic/pcode.c (unlinkpCode): added inactive code
1872         * src/pic/ralloc.c (deassignLRs): keep arguments to shift operations
1873           alive (do not assign result and operand overlapping registers)
1874
1875 2005-07-22 Raphael Neider <rneider AT web.de>
1876
1877         * src/pic/device.c (dump_sfr): replaced register declaration with
1878           call to emitSymbolToFile() to avoid duplicate symbols
1879         * (assignRelocatableRegisters): do not declare external symbols
1880         * src/pic/ralloc.c (allocNewDirReg): fixed to get size of arrays
1881           right (take size of type, not etype)
1882         * (allocDirReg): fixed call to allocNewDirReg() to pass OP_SYM_TYPE
1883         * (writeUsedRegs): also dump dynDirectRegs (e.g. local variables)
1884         * (packRegsForAccUse): disabled assignment of WREG as
1885           the result reg to prevent occurence of just fixed #1235003,
1886           fixes #1242954
1887         * src/pic/glue.c (emitSymbolToFile): NEW, central place to declare
1888           symbols (avoids duplicate symbols in .asm file)
1889         * (pic14emitRegularMap): use emitSymbolToFile()
1890         * src/pic/gen.c (aopOp): fixed spillLocation handling
1891         * (gen{Unp,P}ackBits): fixed acquiring bit-operands
1892         * (genDataPointerSet): removed unneccessary variables/output
1893
1894 2005-07-22 Maarten Brock <sourceforge.brock AT dse.nl>
1895
1896         * as/mcs51/lkarea.c: enlarged codemap for banked memory
1897         * device/lib/mcs51/crtbank.asm: added # to 0x0F
1898
1899 2005-07-21 Raphael Neider <rneider AT web.de>
1900
1901         * src/pic/gen.c (aopOp): do not generate AOP_ACC operands as pic14
1902           architecture cannot handle them efficiently, fixes bug #1235003
1903         * src/pic16/device.c (pic16_dump_{u,i}section,pic16_dump_int_registers):
1904           check for empty sets before using them (fixes bug #1232190)
1905
1906 2005-07-19 Maarten Brock <sourceforge.brock AT dse.nl>
1907
1908         * as/mcs51/lkarea.c (lnkarea, lnkarea2): improved BSEG size calculation,
1909           (lnksect2): generate warnings for memory overlap
1910         * src/SDCC.lex (doPragma, process_pragma): added pragma's codeseg and
1911           constseg to set the name of these segments so you can instruct the linker
1912           to place them in banks
1913         * src/SDCCast.c (decorateType): use new macro IS_FUNCPTR()
1914         * src/SDCCglobl.h: added MODEL_HUGE to enum,
1915           added code_seg and const_seg to options
1916         * src/SDCCglue.c (emitMaps): use options.const_seg,
1917           (createInterruptVect): put interrupt vectors in segment HOME,
1918           (glue): put HOME before static segment and put the main glue in HOME,
1919           (glue): use options.code_seg
1920         * src/SDCCicode.c (geniCodeCall): use new macro IS_FUNCPTR()
1921         * src/SDCCmain.c: added option --codeseg and --constseg to set the name of
1922           these segments so you can instruct the linker to place them in banks
1923           (linkEdit): use code_loc for HOME segment which should be the first
1924           segment in code memory now
1925         * src/SDCCmem.c: fixed more stuff like bug 1238386
1926         * src/SDCCsymt.c (getSize): use generic pointer size for banked functions,
1927           (changePointer): don't change function pointers to code pointers for
1928           banked functions,
1929           (compareType): added exceptional check for banked function pointers
1930         * src/SDCCsymt.h: changed IFFUNC_ISBANKEDCALL, added IS_FUNCPTR
1931         * src/hc08/main.c (_hc08_genAssemblerPreamble): put HOME first, put CSEG
1932           after static in code memory
1933         * src/mcs51/gen.c: added aopLiteralLong prototype,
1934           (aopForSym): use getSize for functions,
1935           (genCall): generate banked calls over one trampoline __sdcc_banked_call
1936           in HOME with lsb of address in r0, msb in r1 and bank in r2, use
1937           -Wl-bBANKSEG=0xbbaaaa option to set the address (aaaa) and bank (bb) of
1938           the segment,
1939           (genPcall): use call for literal function pointers and generate banked
1940           calls over the one trampoline so there's only one place for the user to
1941           modify according to his/hers hardware,
1942           (genEndFunction): jump to __sdcc_banked_ret in HOME for banked functions,
1943           (genPlusIncr): moved check icount>4 beyond inc dptr optimization
1944         * src/mcs51/main.c: added keyword banked,
1945           (_mcs51_genExtraAreas): put HOME first followed by GSINIT, STATIC and CSEG
1946         * support/Util/SDCCerr.c,
1947         * support/Util/SDCCerr.h: added E_BANKED_WITH_CALLEESAVES, registers are
1948           needed for passing the bank and address to the trampoline
1949         * device/lib/mcs51/crtbank.asm: added for bankswitching
1950         * device/lib/mcs51/Makefile: added crtbank
1951
1952 2005-07-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1953
1954         * src/SDCCcse.c (algebraicOpts): fixed loss of volatility
1955           for fields at offset 0 of a struct or union as reported
1956           on 2005-07-07 in the developer mailing list.
1957
1958 2005-07-15 Maarten Brock <sourceforge.brock AT dse.nl>
1959
1960         * src/SDCCmem.c: fixed bug 1238386
1961
1962 2005-07-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1963
1964         * src/mcs51/peeph.def: added labelrefcounting for peepholes
1965           (patch #1144962), added peephole 300, enabled 259.x
1966         * doc/sdccman.lyx: removed screenshot and provided link instead
1967
1968 2005-07-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1969
1970         * doc/sdccman.lyx: added section about debugging with ddd
1971         * doc/figures/ddd_example.eps: screenshot of debugging session
1972
1973 2005-07-04 Raphael Neider <rneider AT web.de>
1974
1975         * src/pic/gen.c (genPointerGet): handle pointers to CONST values
1976           like CODE pointers, fixes #1115683
1977         * src/pic/pcode.c (DoBankSelect): forget LastRegIdx during function
1978           call, fixes bugs #1232211, #1228110,
1979           fixed wrong casts to pCodeFlow from pCodeInstructions
1980
1981 2005-07-04 Raphael Neider <rneider AT web.de>
1982
1983         * src/pic/gen.c (popGet): changed assert to allow for
1984           bit operands
1985         * (popGetAddr): changed signature to provide
1986           an additional index, patched all call sites
1987         * (genCmpEq): handle literal-like operands correctly
1988         * (genAddrOf): added sanity checks on __code/__data pointers
1989         * (genAssign): added handling of symbols from __code section
1990         * (gencjne): do not generate code for comparisons whose result
1991           is neither stored nor used, fixes bug #1171114
1992         * (AccLsh, AccRsh): operate on operand instead of WREG
1993         * (shift{Left,Right}_Left2ResultLit): NEW, size independant
1994           replacement for Shift{LR}{12}Left2Result; shift (byte/int/long)
1995           by known count
1996         * rewrote complete shift-by-literal logic, commented unused
1997           functions out
1998         * (genConstPointerGet): get multiple bytes (if result size > 1),
1999           fixed handling of non-immediate addresses
2000         * (genPointerGet): handle CODE pointers like CONST pointers
2001         * (genpic14Code): insert C-SRC lines as Cource-pCodes
2002         * ({aop,op}_isLitLike): NEW, single place to decide whether an
2003           operand is to be treated as a literal or not
2004         * (mov2w,genPcall,genCmpEq),
2005           src/pic/genarith.c: use aop_isLitLike() to decide between
2006           literal/register contents
2007         * (addSign): added missing offset
2008         * src/pic/gen.h: remove newline after FENTRY/FEXIT comments,
2009           only emit comment in debug-mode,
2010           use {aop,op}_isLitLike throughout the file
2011         * src/pic/glue.c: fix initializers for pointers (work in progress)
2012         * src/pic/pcode.c (get_op): honor index on _const symbols
2013         * ({reset,dump}pCodeStatistics): NEW, estimate code size
2014         * (dumppBlock): added pCode size estimation
2015         * src/pic/ralloc.c (deassignLRs,serialRegAssign,packRegisters):
2016           check for IS_SYMOP before OP_SYMBOL'ing
2017         * fixed indentation, compacted switch-statements
2018         * (allocReg): find free register and allocate it instead of
2019           allocating new registers all the time
2020         * (deassignLRs): prevent POINTER_GET's from being assigned the same
2021           registers as its operands (necessary only for multibyte GETs)
2022
2023 2005-07-01 Raphael Neider <rneider AT web.de>
2024
2025         * src/pic/gen.h: added prototypes emitpComment, popGetAddr and
2026           debugging .asm-output macros FENTRY + FEXIT
2027         * src/pic/gen.c (Safe_vsnprintf): NEW, is there a more generic
2028           way... I wonder...
2029         * (emitpComment): NEW, printf to pCode
2030         * (popGet): added assert on too large offsets, fixed PO_IMMEDIATE's
2031           offset handling
2032         * (popGetAddr): NEW, variant of popGet to access an immediates
2033           high(er) bytes instead of the n'th byte of memory they reference,
2034           replaced popGet with popGetAddr where neccessary
2035         * (genDataPointerGet): reactivated and fixed implementation
2036         * (genNearPointerGet): enabled call to genDataPointerGet, fixes array-
2037           accesses
2038         * (genDataPointerSet): fixed multibyte assignments
2039         * (genpic14Code): fixed --i-code-in-asm handling
2040         * src/pic/genarith.c: fixed PO_IMMEDIATE issue using popGetAddr,
2041         * (genPlus): fixed index-out-of-bounds error
2042         * src/pic/pcode.c (get_op): fixed PO_IMMEDIATE's index/offset handling
2043         * src/pic/ralloc.c: added debugging output macro FENTRY2
2044         * (spillThis): fixed indentation, enbraced for-body for clarity
2045         * (rematStr): commented out as now unused
2046         * (regTypeNum): commented out special spill case (overwrites
2047           arbitrary values)
2048         * fixes bugs #1229346, #1216476 (both arrays) and #1115667 (SIGSEGV)
2049
2050 2005-06-30 Maarten Brock <sourceforge.brock AT dse.nl>
2051
2052         * doc/sdccman.lyx: documented sfr16/sfr32,
2053           added example for using storage class with function pointers
2054         * src/mcs51/gen.c (genPlusIncr): optimized small offsets from dptr
2055
2056 2005-06-28 Maarten Brock <sourceforge.brock AT dse.nl>
2057
2058         * device/lib/_gptrget.c: also push/pop _PSBANK, added # to 0x03
2059         * device/lib/_itoa.c,
2060         * device/lib/_ltoa.c: optimized codesize
2061         * src/SDCCsymt.c (checkSClass): added sanity check for sfr at addresses,
2062           but don't know how to suppress the double warning.
2063         * src/mcs51/gen.c (genPlusIncr): fixed bug when incrementing volatile int's
2064         * support/Util/SDCCerr.c,
2065         * support/Util/SDCCerr.h: added warning W_SFR_ABSRANGE for sanity check
2066
2067 2005-06-27 Maarten Brock <sourceforge.brock AT dse.nl>
2068
2069         * as/mcs51/asexpr.c (expr): disabled warning "not in .flat24 mode",
2070           fixed old K&R prototypes
2071         * as/mcs51/asout.c (outrb): always output as if generating 24bit addresses
2072         * device/lib/_gptrget.c,
2073         * device/lib/_gptrgetc.c,
2074         * device/lib/_gptrput.c: changed versions for new memory indicator values,
2075           also new versions for small generic pointers and banked generic pointers
2076         * src/port.h: added const_name
2077         * src/SDCC.lex: added keywords sfr16, __sfr16, sfr32, __sfr32
2078         * src/SDCC.y: added tokens SFR16, SFR32 and their sfr_attributes
2079         * src/SDCCcse.c (findPrevIc): check all associative operators
2080         * src/SDCCglue.c (emitMaps): use CONST_NAME if defined
2081         * src/SDCCicode.h: added macro IS_ASSOCIATIVE
2082         * src/SDCCmem.c: updated comments,
2083           set far-space to 0 for pdata, results in optimized code
2084         * src/SDCCmem.h: added macro CONST_NAME
2085         * src/SDCCsymt.h: renumerated generic pointer types GPTYPE_... thereby
2086           moving the info into the highest bits, see also gptrget/gptrput
2087         * src/src.dsp: added sdcc.ico to project files
2088         * src/avr/gen.c (genCast): fixed bug 0x%d
2089         * src/avr/main.c (avr_port): added "CONST (CODE)" for const_name
2090         * src/ds390/gen.c (aopForRemat, adjustArithmeticResult): disconnected direct
2091           relation between ptr_type and DCL_TYPE,
2092           (genCast): fixed bug 0x%d
2093         * src/ds390/main.c (ds390_port, tininative_port, ds400_port): added "CONST
2094           (CODE)" for const_name
2095         * src/hc08/gen.c (genCast): fixed bug 0x%d
2096         * src/hc08/main.c (_hc08_genAssemblerPreamble): added .area ...const_name,
2097           (hc08_port): added "CONST (CODE)" for const_name
2098         * src/mcs51/gen.c (aopForSym): optimized pushing ACC,
2099           (aopForRemat, adjustArithmeticResult): disconnected direct relation
2100           between ptr_type and DCL_TYPE,
2101           (aopGetUsesAcc, aopGet, aopPut): changed first parameter from asmop* to
2102           operand* and took AOP() inside function so sfr-ness can be checked,
2103           (all over): repaired calls to aopGetUsesAcc, aopGet, aopPut to comply with
2104           new prototype,
2105           (genFunction, genEndFunction): optimized stack setup,
2106           (genMinus): optimized for literals with ending zeroes (in bytes),
2107           (genCast): fixed bug 0x%d
2108         * src/mcs51/main.c (_mcs51_keywords): added sfr16 and sfr32,
2109           (mcs51_port): added "CONST (CODE)" for const_name
2110         * src/mcs51/peeph.def: made rule 226 more generic
2111         * src/pic/main.c (pic_port): added "CONST (CODE)" for const_name
2112         * src/pic16/main.c (pic16_port): added "CONST (CODE)" for const_name
2113         * src/xa51/main.c (xa51_port): added "CONST (CODE)" for const_name
2114         * src/z80/main.c (z80_port): added NULL for const_name,
2115           (gbz80_port): added NULL for const_name
2116         * support/regression/tests/bug663539.c,
2117         * support/regression/tests/sfr16.c: new tests
2118
2119 2005-06-25 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2120
2121         * device/include/mcs51/p89v51rd2.h, device/include/mcs51/at89s53.h: added.
2122
2123 2005-06-24 Raphael Neider <rneider AT web.de>
2124
2125         * device/lib/pic16/libdev/pic18f[68][567]20.c:
2126           corrected typos...
2127         * device/include/pic16/signal.h: added USBIF
2128           and SIG_USB
2129
2130 2005-06-24 Raphael Neider <rneider AT web.de>
2131
2132         * device/lib/pic16/libdev/pic18f2455.c,
2133           device/include/pic16/pic18f2455.h: NEW
2134         * device/include/pic16/pic18fregs.h,
2135           device/lib/pic16/pics.all,
2136           src/pic16/device.c: added 18f2455
2137         * device/lib/pic16/libdev/pic18f[68][567]20.c,
2138           device/include/pic16/{pic18f[68][567].h,usart.h}:
2139           replaced MULTIPLE_USARTS define with more relaible
2140           compatibility sfrs (for USART access)
2141
2142 2005-06-20 Slade Rich <slade_rich AT users.sourceforge.net>
2143
2144         * src/pic/pcode.c : Fixed problem when a string constant contains a "\r\n"
2145           and the output asm file line is printed on two lines.
2146
2147 2005-06-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2148
2149         * sim/ucsim/hc08.src/inst.cc (inst_condbranch): fixed simulation of
2150           BGT, BLE, BHI, and BLS instructions
2151         * src/hc08/gen.c (outAcc, outBitC, outBitNV, genCmpLt, genCmpGt,
2152           genCmpEq): removed
2153         * src/hc08/gen.c (genCmpEQorNE, genCmp, branchopCmp, nameCmp,
2154           negatedCmp, exchangedCmp, genhc08Code): rewrite of comparison handling,
2155           fixes bug #1216342
2156         * src/hc08/peeph.def: added rules 2g - 2l for new conditional branches
2157
2158 2005-06-15 Raphael Neider <rneider AT web.de>
2159
2160         * src/pic16/NOTES: moved Vangelis from active developers to people to contact
2161         * device/include/pic16/{6520.h,8520.h}: fixed configuration bits
2162         * src/pic16/gen.c (): prevent iTemps from being considered to be in CODESPACE,
2163           fixes bug #1221120; for symbols in CODESPACE get number of bytes to read from
2164           OP_SYM_TYPE() instead of OP_SYM_ETYPE()
2165
2166 2005-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2167
2168         * device/include/mcs51/reg764.h: Changed PB0 to PBO as requested by
2169           Marcel Telka in bug #1215704
2170
2171 2005-06-02 Slade Rich <slade_rich AT users.sourceforge.net>
2172
2173         * src/pic/pcode.c : Changed pseudo stack size to 15 to allow WSAVE to be
2174           located in shared memory bank.
2175
2176 2005-05-31 Raphael Neider <rneider AT web.de>
2177
2178         * src/pic16/{gen.c,genarith.c}: replaced sign-extension
2179           "CLRF, BTFSC <signbit>, DECF/COMF" with side-effect-free
2180           "CLRF, BTFSC <signbit>, SETF"; fixes "long>>9"
2181
2182 2005-05-27 Maarten Brock <sourceforge.brock AT dse.nl>
2183
2184         * device/lib/_strncpy.c: fixed the fix
2185
2186 2005-05-26 Raphael Neider <rneider AT web.de>
2187
2188         * src/pic16/glue.c (pic16_printIvalChar): fixed _constant_ string
2189           initializers with \0, bug #1208187
2190         * src/pic/glue.c (printIvalChar): fixed (non- and constant) string
2191           intializers with \0, bug #1208187
2192
2193 2005-05-26 Raphael Neider <rneider AT web.de>
2194
2195         * src/pic16/glue.c (pic16_printIvalChar): fixed string
2196           initializers with \0, bug #1208187
2197         * src/pic16/main.c (_process_pragma): added sanity checks
2198           for stack position and size, emit warnings when appropriate
2199
2200 2005-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
2201
2202         * device/lib/_strncpy.c: fixed not filling with \0
2203
2204 2005-05-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2205
2206         * src/SDCCast.c (funcOfType, funcOfTypeVarg, stringToSymbol,
2207           createFunction),
2208         * src/SDCC.y (external_definition, enumerator, parameter_declaration,
2209           compound_statement),
2210         * src/SDCCsymt.h,
2211         * src/SDCCsymt.c (addSymChain, processFuncArgs): fixed bug #1159134
2212
2213 2005-05-24 Raphael Neider <rneider AT web.de>
2214
2215         * src/pic16/glue.c (pic16_printGPointerType): fixed #1207796
2216
2217 2005-05-24 Raphael Neider <rneider AT web.de>
2218
2219         * device/include/pic16/pic18f{442,452,458}.h: fixed wrong
2220           TRISE definitions, closes bug #1162453
2221
2222 2005-05-22 Raphael Neider <rneider AT web.de>
2223
2224         * src/pic16/main.c (_process_pragma): check for missing
2225           arguments to pragmas code and udata
2226         * device/include/pic16/pic18f{2550,4331,4455,4520}.h:
2227           consistency fixes to match other headers (thanks to Jim Paris)
2228         * device/lib/pic16/libio/i2c.ignore: 18f4331 provides no I2C
2229
2230 2005-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
2231
2232         * src/SDCCicode.c (isOperandEqual): fixed missing ;
2233
2234 2005-05-19 Maarten Brock <sourceforge.brock AT dse.nl>
2235
2236         * support/regression/tests/bug1198642.c: new test
2237         * src/SDCCicode.c (isOperandEqual): fixed bug 1198642
2238         * src/SDCCcse.c (findPrevIc): added comment, please have a look
2239         * support/scripts/resource.h,
2240         * support/scripts/resource.rc,
2241         * src/src.dsp: added sdcc.ico to project as icon for sdcc.exe
2242         * support/scripts/sdcc.ico: added 32x32 icon
2243
2244 2005-05-18 Raphael Neider <rneider AT web.de>
2245
2246         * device/lib/pic16/libdev/pic18f*.c,
2247         * device/include/pic16/pic18f*.h: updated "sfr" and "at X"
2248           keywords to "__sfr" and "__at (X)"
2249         * device/include/pic16/pic18fregs.h: added pic18f4520
2250         * src/pic16/pcode.c (pic16_pCode2str): fixed (?) bug
2251           #1203088 (MPLAB compatibility)
2252
2253 2005-05-17 Raphael Neider <rneider AT web.de>
2254
2255         * device/include/pic16/pic18f{2550,4331,4455,4520}.h: NEW
2256         * device/lib/pic16/libdev/pic18f{2550,4331,4455,4520}.c: NEW
2257         * device/lib/pic16/pics.all: added new devices
2258         * src/pic16/device.c: added support for pic18f4520
2259
2260 2005-05-16 Raphael Neider <rneider AT web.de>
2261         * src/pic16/gen.{c,h}: s/mov2f/pic16_mov2f made public
2262         * src/pic16/genarith.c (genAddLit): fixed bug 1202480
2263         * src/pic16/pcode.{c,h} (pic16_newpCodeOpBit_simple): NEW
2264           convenience function for bit access
2265
2266 2005-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
2267
2268         * device/lib/printf_large.c: fixed bug 1193299
2269         * support/regression/tests/bug1057979.c: added test %3.3s
2270
2271 2005-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2272
2273         * device/include/mcs51/8051.h,
2274         * device/include/mcs51/8052.h: made parseable with lint
2275         * device/include/mcs51/lint.h: added include file for (sp)lint
2276         * doc/sdccman.lyx: added doc about use of splint (syntax checking tool)
2277         * doc/cdbfileformat.lyx,
2278         * doc/test_suite_spec.lyx: hardcoded date to the date of last text change
2279
2280 2005-05-14 Raphael Neider <rneider AT web.de>
2281
2282         * device/lib/pic16/Makefile.common.in: add --optimize-df to OPT_FLAGS
2283         * device/lib/pic16/libc/stdlib/itoa.c (new)
2284         * device/lib/pic16/libc/stdlib/Makefile: have itoa.c built
2285         * device/lib/pic16/libio/Makefile: exclude subdir according to
2286           ${subdir}.ignore for certain PICs (lacking e.g. i2c)
2287         * device/lib/pic16/libio/i2c.ignore (new): pic18f1220 has no I2C support
2288         * src/pic16/gen.c (genFunction): prevent annoying warning
2289         * src/pic16/pcode.c: renamed stack_t to dynstack_t to prevent
2290           nameclashes on BeOS
2291         * support/cpp2/cppmain.c (cpp_output_string): new
2292         * support/cpp2/cpplib.c (_cpp_do__Pragma): fixed _Pragma(""),
2293           fixes bug 1116802
2294
2295 2005-05-13 Borut Razem <borut.razem AT siol.net>
2296
2297         * src/SDCCmain.c (linkEdit): fixed bug 1195202
2298
2299 2005-05-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2300
2301         * .version: changed to version 2.5.1; back to bleeding edge development
2302
2303 2005-05-11 Borut Razem <borut.razem AT siol.net>
2304
2305         * doc/sdccman.lyx doc/cdbfileformat.lyx doc/test_suite_spec.lyx:
2306           generate PDF version 1.3 documents
2307
2308 2005-05-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2309
2310         * .version: changed to version 2.5.0
2311
2312 2005-04-27 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2313
2314         * doc/sdccman.lyx: updated weblinks, index and smaller updates
2315
2316 2005-04-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2317
2318         * doc/sdccman.lyx: changed version 2.5.0, documented --std-c89,
2319         --std-sdcc89, --std-c99, --std-sdcc99, and the corresponding #pragmas, as
2320         well as many smaller updates.
2321         * .version: changed to version 2.5.0-pre1
2322
2323 2005-04-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2324
2325         * src/SDCCmain.c (setIncludePath): added port->target to SDCC_INCLUDE_NAME
2326
2327 2005-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
2328
2329         * support/regression/tests/bug1185672.c: added
2330         * src/mcs51/gen.c (aopGetUsesAcc, genCpl, genAnd, genOr, genXor): fixed
2331           bug 1185672
2332         * src/mcs51/gen.c (genCall): added comments, made it look safer
2333         * src/mcs51/gen.c (genEndFunction): simplified
2334
2335 2005-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
2336
2337         * src/mcs51/ralloc.c (serialRegAssign): fixed bug 1189609
2338
2339 2005-04-14 Borut Razem <borut.razem AT siol.net>
2340
2341         * fixed bug 1045046 - SIGSEGV with really simple code?:
2342           src/pic/pcode.c (pCodeInitRegisters)- pseudo stack size increased to 16
2343           src/pic/ralloc.c (typeRegWithIdx) - error message on pseudo stack overflow
2344
2345 2005-04-14 Borut Razem <borut.razem AT siol.net>
2346
2347         * src/pic16/gen.c (genInline), src/pic16/main.c (_process_pragma),
2348           src/pic16/device.h: temporarily disabled experimental #inline pragma
2349           for 2.5.0 release
2350
2351 2005-04-14 Maarten Brock <sourceforge.brock AT dse.nl>
2352
2353         * device/include/z80/stdio.h,
2354         * device/include/z80/string.h: removed these highly incomplete files so
2355           SDCC can use the default ones in device/include/
2356
2357 2005-04-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2358
2359         * src/mcs51/gen.c (genEndFunction): removed unused variable to fix
2360         gcc warning.
2361         * device/lib/Makefile.in: default PORTINCDIR to the mcs51 subdir to
2362         fix sdcpp warnings.
2363
2364 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
2365
2366         * device/include/malloc.h: removed redundant __reentrant prototypes
2367         * device/lib/_mullong.c: added working xstack variant in asm (C version
2368           doesn't pass regression tests)
2369         * device/lib/bpx.c: used __data and made bpx char for mcs51
2370         * src/SDCCast.c (decorateType): removed unused GPTYPE_IDATA,
2371           (createFunction): fixed bug with xstackPtr
2372         * src/SDCCcse.c: corrected comments
2373         * src/SDCCopt.c (convertToFcall): fixed warning in MSVC,
2374           (killDeadCode, eBBlockFromiCode): removed unused code
2375         * src/SDCCsymt.h: removed unused GPTYPE_GPTR and GPTYPE_IDATA,
2376           corrected comments
2377         * src/mcs51/gen.c (aopForSym, aopPut, toBoolean, unsaveRegisters,
2378           assignResultValue, genCall, genFunction, genEndFunction, genAnd,
2379           genOr, genXor, genAddrOf): fixed several bugs concerning xstack
2380           (genModOneByte): fixed warning in MSVC
2381         * src/mcs51/main.c (): added comments
2382         * src/mcs51/peeph.def: changed 129 to 129.a, added 129.b, 129.c & 129.d
2383
2384 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
2385
2386         * src/SDCCmain.c (linkEdit): oops, changed one line too many
2387
2388 2005-04-11 Maarten Brock <sourceforge.brock AT dse.nl>
2389
2390         * src/SDCCmain.c (linkEdit): fixed bug with finding crt0.o for z80
2391
2392 2005-04-10 Vangelis Rokas <vrokas AT users.sourceforge.net>
2393
2394         * src/pic16/glue.c (printIvalChar): fixed bug when emitting
2395         characters arrays of larger size than the declared one.
2396
2397 2005-04-10 Borut Razem <borut.razem AT siol.net>
2398
2399         * src/pic/gen.c (genInline),
2400           src/pic/pcode.c (newpCodeAsmDir), (pCode2str),
2401           (genericPrint), (unlinkpCodeFromBranch), (compareLabel),
2402           (findNextInstruction), (findPrevInstruction),
2403           (findInstructionUsingLabel),
2404           src/pic/pcode.h: fixed bug #1164907 - Labels not being recognized
2405         * src/pic/pcode.c (findLabel): added missing '\n'
2406         * src/src.dsp: added SDCCdwarf2.c to the project
2407
2408 2005-04-09 Borut Razem <borut.razem AT siol.net>
2409
2410         * support/scripts/sdcc.nsi: added include/hc08/* h to NSIS setup
2411
2412 2005-04-08 Raphael Neider <rneider AT web.de>
2413
2414         * src/pic16/pcode.c: added helpers defmapInsertAfter (insert a new item
2415           into the chain after a given one) and mergeDefmapSymbols (combine
2416           defmap entries for each symbol per pcode)
2417         * (createDefmap): have defmap entries merged in the end
2418         * (defmapReplaceSymRef): split defmap entries covering two accesses to
2419           a symbol before replacing one access type's symbol, merge symbols in
2420           the end (replacement symbol might already have an entry)
2421         * (assignValnums): keep reference to written WREG intact
2422
2423 2005-04-08 Raphael Neider <rneider AT web.de>
2424
2425         * src/pic16/pcode.c (struct defmap_s): named anonymous union (for
2426           Alpha)
2427
2428 2005-04-08 Vangelis Rokas <vrokas AT users.sourceforge.net>
2429
2430         * src/pic16/pcode.c (pic16_get_op2): enlarged size of array b to 128
2431         bytes
2432
2433 2005-04-07 Raphael Neider <rneider AT web.de>
2434
2435         * device/include/pic16/usart.h: added compatibility defines for
2436           devices with more than one USART
2437         * device/include/pic16/pic18f[68][567]20.h: activated above defines
2438
2439 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
2440
2441         * device/lib/Makefile.in: updated for port specific include
2442
2443 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
2444
2445         * support/regression/ports/mcs51/spec.mk: added mcs51 include
2446
2447 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
2448
2449         * device/include/8051.h,
2450         * device/include/8052.h,
2451         * device/include/at89S8252.h,
2452         * device/include/at89c55.h,
2453         * device/include/at89x051.h,
2454         * device/include/at89x51.h,
2455         * device/include/at89x52.h,
2456         * device/include/mcs51reg.h,
2457         * device/include/reg51.h,
2458         * device/include/reg764.h,
2459         * device/include/regc515c.h,
2460         * device/include/sab80515.h: (re)moved these 12 files
2461         * device/include/mcs51/8051.h,
2462         * device/include/mcs51/8052.h,
2463         * device/include/mcs51/at89S8252.h,
2464         * device/include/mcs51/at89c55.h,
2465         * device/include/mcs51/at89x051.h,
2466         * device/include/mcs51/at89x51.h,
2467         * device/include/mcs51/at89x52.h,
2468         * device/include/mcs51/mcs51reg.h,
2469         * device/include/mcs51/reg51.h,
2470         * device/include/mcs51/reg764.h,
2471         * device/include/mcs51/regc515c.h,
2472         * device/include/mcs51/sab80515.h: and added them here
2473
2474 2005-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
2475
2476         * device/include/stdarg.h: changed SDCC specific keywords to double
2477           underlined form.
2478         * device/include/stdint.h: changed intptr_t and uintptr_t for others than
2479           mcs51 and ds390.
2480         * device/include/hc08/mc68hc908gp32.h,
2481         * device/include/hc08/mc68hc908jb8.h,
2482         * device/include/hc08/mc68hc908jkjl.h,
2483         * device/include/hc08/mc68hc908qy.h: fixed comments
2484         * device/include/mcs51/README: updated
2485         * device/include/mcs51/c8051f120.h: added PINRSF
2486         * device/lib/pic16/libc/stdlib/crc16.c: fixed comments
2487         * src/pic16/pcode.c: MSVC6 doesn't accept declaring new variables
2488           amidst code. Also inline is not supported.
2489
2490 2005-04-06 Raphael Neider <rneider AT web.de>
2491
2492         * src/pic16/pcode.c (pic16_pCodeReplace): also update pcflow->end
2493         * (createDefmap): fixed CALLs to depend on FSR1 and RETLW to restore
2494           callers stack/frame pointers
2495
2496 2005-04-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
2497
2498         * device/include/pic16/usart.h: added, missing in previous commit,
2499         * device/include/pic16/adc.h: fixed typo,
2500         * device/lib/pic16/libc/utils/cvtdec.S: added missing in previous
2501         commit,
2502         * device/lib/pic16/libc/stdlib/g_ftoa.S: modified to include
2503         <p18fxxx.inc>
2504         * device/lib/pic16/libc/stdio/streams.c: leave stdin, stdout
2505         uninitialized because a bug appears with gplink
2506         * device/lib/pic16/{some makefiles}: moved $(CSTD) from CFLAGS to
2507         COMPILE_FLAGS and added CPPFLAGS with -nostdinc because sdcpp
2508         complains for unrecognised option
2509
2510 2005-04-05 Raphael Neider <rneider AT web.de>
2511
2512         * src/pic16/gen.c (pic16_popCopyReg): made copying work for extended
2513           structs as well (using memcpy)
2514         * (genFunction): fixed comparison, used pCodeOpLabel to reduce warning
2515           on ISRs (GOTO has no label)
2516         * src/pic16/device.h: added OF_OPTIMIZE_DF
2517         * src/pic16/main.c: added compiler switch --optimize-df to enable the
2518           new data flow analysis/optimization
2519         * src/pic16/pcode.c: added (prototypes for and implementation of)
2520           dataflow analysis functions, fixed pCodeInstructions' inCond and
2521           outCond values, made RCALL a branch instruction
2522         * (pic16_unlinkpCode): keep C line if possible
2523         * (pic16_pCodeUnlink): removed cast on left side of assignment, have
2524           C line moved if possible
2525         * (pic16_getRegFrompCodeOp): NEW, improved version of...
2526         * (pic16_getRegFromInstruction,pic16_getRegFromInstruction2): changed
2527           to use new pic16_getRegFrompCodeOp (works for more SFRs)
2528         * (pic16_BuildFlow): fixed skip instructions with label (did not start
2529           new flow)
2530         * (pic16_getJumptabpCode): NEW, needed in...
2531         * (LinkFlow): fixed handling of jumptables, calls and conditional
2532           branches
2533         * (pic16_InsertCommentAfter): NEW
2534         * (pic16_pCodeReplace): made verbose and flow preserving
2535         * (AnalyzeFlow): added call to data flow analysis
2536         * src/pic16/pcode.h: added defmaps to pCodeFlow struct
2537         * src/pic16/pcodeflow.h: added PCC_STATUS to mean all STATUS bits
2538         * src/pic16/ralloc.c (packRegsForAssign): added return 1 in the end
2539
2540 2005-04-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2541
2542         * src/SDCCast.c (decorateType): fixed bug #1105626
2543
2544 2005-04-02 Vangelis Rokas <vrokas AT users.sourceforge.net>
2545
2546         * device/include/asm/pic16/features.h,
2547         * pic18f*.h headers,
2548         * device/include/pic16/adc.h,
2549         * device/include/pic16/delay.h,
2550         * device/include/pic16/i2c.h,
2551         * device/include/pic16/malloc.h,
2552         * device/include/pic16/stdio.h,
2553         * device/include/pic16/stdlib.h,
2554         * device/include/pic16/string.h,
2555         * device/lib/pic16/libc/stdio/printf_tiny.c,
2556         * device/lib/pic16/libc/stdio/printf_small.c,
2557         * device/lib/pic16/libc/stdio/strmgpsim.c,
2558         * device/lib/pic16/libc/stdio/strmmssp.c,
2559         * device/lib/pic16/libc/stdio/strmusart.c,
2560         * device/lib/pic16/libc/stdio/vfprintf.c,
2561         * device/lib/pic16/libc/stdlib/ltoa.c,
2562         * device/lib/pic16/libc/stdlib/putchar.c,
2563         * device/lib/pic16/libc/stdlib/x_ftoa.c,
2564         * device/lib/pic16/libc/stdlib/memchrpgm.c,
2565         * device/lib/pic16/libc/stdlib/memchrram.c,
2566         * device/lib/pic16/libc/stdlib/memcpypgm2ram.c,
2567         * device/lib/pic16/libc/stdlib/memcpyram2ram.c,
2568         * device/lib/pic16/libio/adc/adcbusy.c,
2569         * device/lib/pic16/libio/adc/adcread.c,
2570         * device/lib/pic16/libio/adc/adcsetch.c,
2571         * device/lib/pic16/libio/usart/ubaud.c,
2572         * device/lib/pic16/libio/usart/ubusy.c,
2573         * device/lib/pic16/libio/usart/udrdy.c,
2574         * device/lib/pic16/libio/usart/uopen.c,
2575         * device/lib/pic16/libio/usart/uputc.c,
2576         * device/lib/pic16/libsdcc/gptr/gptrget1.c,
2577         * device/lib/pic16/libsdcc/gptr/gptrget2.c,
2578         * device/lib/pic16/libsdcc/gptr/gptrget3.c,
2579         * device/lib/pic16/libsdcc/gptr/gptrget4.c,
2580         * device/lib/pic16/libsdcc/gptr/gptrput1.c,
2581         * device/lib/pic16/libsdcc/gptr/gptrput2.c,
2582         * device/lib/pic16/libsdcc/gptr/gptrput3.c,
2583         * device/lib/pic16/libsdcc/gptr/gptrput4.c: modified all SDCC
2584         specific keywords to double underlined form,
2585         * device/lib/pic16/libc/Makefile.rules,
2586         * device/lib/pic16/libsdcc/Makefile.rules,
2587         * device/lib/pic16/libm/Makefile,
2588         * device/lib/pic16/libio/Makefile.rules: added CSTD macro in CFLAGS
2589         to compile with C standard set in Makefile.common
2590         * device/lib/pic16/libc/stdlib/Makefile: added new C sources
2591         rand.c and crc.c in compilation process,
2592         * device/lib/pic16/libsdcc/int/divuint.c,
2593         * device/lib/pic16/libsdcc/long/divulong.c: changed declaration of
2594         `c' from signed to unsigned,
2595         * device/lib/pic16/startup/crt0.c,
2596         * device/lib/pic16/startup/crt0i.c,
2597         * device/lib/pic16/startup/crt0iz.c: adopted to all SDCC specific
2598         keywords to double underlined form, bug fixes in _do_cinit function
2599         which prevented the correct initialization of the .idata segment,
2600         * src/pic16/pcoderegs.c (insideLRBlock): fixed a bug that caused the
2601         core to enter a infinite loop
2602         * device/lib/pic16/libc/stdlib/rand.c, crc.c: new files
2603
2604 2005-04-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2605
2606         * src/SDCCicode.c (getArraySizePtr): fixed bug #1122171
2607
2608 2005-04-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2609
2610         * device/include/Makefile.in: add support for hc08 subdirectory
2611         * device/include/hc08/: new subdirectory
2612         * device/include/hc08/mc68hc908jkjl.h: new header contributed by
2613         Lucas Loizaga, thanks!
2614         * device/include/hc08/mc68hc908qy.h,
2615         * device/include/hc08/mc68hc908gp32.h,
2616         * device/include/hc08/mc68hc908jb8.h: moved hc08 register defs to
2617         their own directory. Changed internal macro names to use the compiler
2618         reserved namespace. Changed SDCC specific keywords to double
2619         underlined form.
2620         * device/include/math.h,
2621         * device/include/malloc.h,
2622         * device/include/stdarg.h,
2623         * device/include/stdbool.h
2624         * device/include/string.h,
2625         * device/include/tinibios.h,
2626         * device/include/ds400rom.h,
2627         * device/include/8051.h,
2628         * device/include/8052.h,
2629         * device/include/80c51xa.h,
2630         * device/include/at89c55.h,
2631         * device/include/at89S8252.h,
2632         * device/include/at89x51.h,
2633         * device/include/at89x52.h,
2634         * device/include/ds80c390.h,
2635         * device/include/reg764.h,
2636         * device/include/regc515c.h,
2637         * device/include/sab80515.h,
2638         * device/include/mcs51/c8051f000.h,
2639         * device/include/mcs51/c8051f018.h,
2640         * device/include/mcs51/c8051f020.h,
2641         * device/include/mcs51/c8051f040.h,
2642         * device/include/mcs51/c8051f060.h,
2643         * device/include/mcs51/c8051f120.h,
2644         * device/include/mcs51/c8051f300.h,
2645         * device/include/mcs51/c8051f310.h,
2646         * device/include/mcs51/c8051f320.h,
2647         * device/include/mcs51/c8051f330.h,
2648         * device/include/mcs51/c8051f350.h,
2649         * device/include/z180.h: Changed SDCC specific keywords to double
2650         underlined form.
2651
2652 2005-03-31 Vangelis Rokas <vrokas AT users.sourceforge.net>
2653
2654         * src/pic16/device.c (Pics16[]): added devices 18F2550, 18F4331,
2655         18F4455,
2656         * (pic16_assignConfigWordValue): disable testing of configuration
2657         register value with config mask,
2658         * src/pic16/gen.c (pic16_testStackOverflow): prefix stack test
2659         function with port->fun_prefix,
2660         * (genFunction): when generating a naked interrupt function never
2661         create an absolute segment placed in interrupt vector address, place
2662         the actual interrupt function at IVA instead, when an interrupt
2663         function is generated with unspecified interrupt then do not create
2664         the absolute section,
2665         * (genGenPointerGet, genGenPointerSet, genPackBits): replace all
2666         code for generating a call to generic pointer get/put function with
2667         a call to function pic16_callGenericPointer(),
2668         * src/pic16/genutils.c (pic16_callGenericPointerRW): NEW, generates
2669         the call to the generic pointer get/put functions with prefixing the
2670         function name with port->fun_prefix,
2671         * src/pic16/glue.c (pic16glue): ifdef-out test of OF_LR_SUPPORT,
2672         * src/pic16/main.c (_process_pragma): prefix function with
2673         port->fun_prefix,
2674         * (_pic16_finaliseOptions): define macro __18Fxxxx macro when
2675         calling assembler, old 18Fxxxx macro is deprecated,
2676         * src/pic16/pcode.c (unlinkpCodeFromBranch): added PC_INLINE and
2677         PC_ASMDIR in while condition,
2678         * (findInstruction): add PC_ASMDIR in while condition,
2679         * (buildCallTree): prefix main with port->fun_prefix,
2680         * (pic16_pCode2str): fixed bug that didn't emit the memory access
2681         identifier for variable with banked access in instructions BTFSS,
2682         BTFSC, BCF, BSF, BTG
2683         * (AnalyzeFlow): moved call to OptimizepCode to pic16_AnalyzeBanking,
2684         * src/pic16/pcodepeep.c (pCodeOpCompare): increase size of b to 1024,
2685         * src/pic16/pcoderegs.c (pic16_pCodeRegoptimizeRegUsage): don't
2686         perform optimization when enviroment variable NO_REG_OPT is set,
2687         * (insideLRBlock): NEW, return 1 if register is inside an
2688         INF_LOCALREGS block,
2689         * (RemoveRegFromLRBlock): remove a register that is completely
2690         eliminated by register optimization, but it is still left in local
2691         register store/restore in/from stack block,
2692         * (Remove2pcodes): after removing register, check to see if it
2693         should be removed from local register store/restore in/from stack
2694         block,
2695         * src/pic16/ralloc.c (pic16_decodeOp): added decode for
2696         DUMMY_READ_VOLATILE,
2697
2698         * device/include/pic16/adc.h: minor prototype modifications and
2699         update,
2700         * device/include/pic16/malloc.h: added GPL notice various
2701         modifications,
2702         * device/include/pic16/stdint.h: NEW, standard header for ints
2703         * device/include/pic16/delay.h: NEW, header for delay functions,
2704         delay10tcy, delay100tcy, delay1ktcy, delay10ktcy, delay100ktcy,
2705         delay1mtcy,
2706         * device/include/pic16/signal.h: NEW, header providing helper macros
2707         for implementing signal handlers,
2708         * device/include/pic16/stdio.h: added prototypes for functions,
2709         printf, vprintf, sprintf, vsprintf, fprintf, vfprintf. Added
2710         prototypes for stdin and stdout, added macro PUTCHAR to
2711         automatically implement putchar function prototype,
2712         * device/include/pic16/usart.h: modified and updated USART library,
2713         * device/lib/pic16/libio/adc/,
2714         * device/lib/pic16/libio/i2c: some modifications to improve library
2715         performance,
2716         * device/lib/pic16/libc/stdio/: modifications for the new printf*
2717         family of functions,
2718         * device/lib/pic16/libc/stdlib/: various modifications in the malloc
2719         family of functions and other sources,
2720         * device/lib/pic16/libio/usart/: NEW, c sources for the usart module
2721         of the PIC18Fxx[28] devices,
2722         * device/lib/pic16/libc/delay/: NEW, c sources for the delay functions,
2723         * device/lib/pic16/libc/utils/: minor modifications in the .S sources,
2724         * device/lib/pic16/startup/{crt0i.c, crt0iz.c}: redesign of the
2725         _do_cinit function, because the previous failed when local variables
2726         where not placed in the same memory bank,
2727         * device/lib/pic16/libsdcc/char/: various modifications to improve
2728         library performance,
2729         * doc/sdccman.lyx: some reorganization of the PIC16 part, added many
2730         information on the new functions of the c library and more...
2731
2732 2005-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2733
2734         * src/SDCCBBlock.c (iCodeBreakDown): fixed bug #1170212
2735
2736 2005-03-26 Raphael Neider <rneider AT web.de>
2737
2738         * src/pic16/gen.c (genSkipc): fixed semantics (execute branch
2739           if condition == CARRY)
2740         * (genCmp): adapted to new genSkipc semantics
2741         * src/pic16/genutils.c (pic6_genCmp_special): removed side effect
2742           on rIfx (genCmp was broken)
2743
2744 2005-03-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2745
2746         * src/SDCCmain.c (setDefaultOptions, optionsTable[], parseCmdLine),
2747         * src/z80/main.c (_keywords[]),
2748         * src/SDCCglobal.h (struct options),
2749         * src/SDCC.y,
2750         * src/SDCC.lex (isTargetKeyword, doPragma, pragma_tbl[]): new pragmas
2751         to enable/disable SDCC and C99 extensions/keywords (std_c89, std_sdcc89,
2752         std_c99, std_sdcc99). Also, equivalent command line options (--std-c89,
2753         --std-sdcc89, --std-c99, --std-sdcc99). SDCC specific keywords are
2754         always available in leading double underscore form. The C99 support is
2755         mostly missing, but it's a start.
2756         * support/regression/tests/bug-227710.c: fixed nonconforming use of
2757         reserved identifier "__data".
2758
2759 2005-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
2760
2761         * src/mcs51/peeph.def: fixed bug 1170013
2762
2763 2005-03-22 Maarten Brock <sourceforge.brock AT dse.nl>
2764
2765         * device/include/mcs51reg.h: fixed bug 842007
2766
2767 2005-03-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2768
2769         * src/SDCCcflow.c (dfNumCompare): committed the wrong version of this
2770         last time.
2771
2772 2005-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2773
2774         * src/port.h (struct PORT),
2775         * src/avr/ralloc.c (avr_assignRegisters),
2776         * src/avr/main.c,
2777         * src/ds390/ralloc.c (ds390_assignRegisters),
2778         * src/ds390/main.c,
2779         * src/hc08/ralloc.c (hc08_assignRegisters),
2780         * src/hc08/main.c,
2781         * src/mcs51/ralloc.c (mcs51_assignRegisters),
2782         * src/mcs51/main.c,
2783         * src/pic/ralloc.c (pic14_assignRegisters),
2784         * src/pic/main.c,
2785         * src/pic16/ralloc.c (pic16_assignRegisters),
2786         * src/pic16/main.c,
2787         * src/xa51/ralloc.c (xa51_assignRegisters),
2788         * src/xa51/main.c,
2789         * src/z80/ralloc.c (z80_assignRegisters),
2790         * src/z80/ralloc.h,
2791         * src/SDCCopt.c (eBBlockFromiCode, replaceRegEqv, killDeadCode),
2792         * src/SDCCcse.c (ifxOptimize, cseBBlock, cseAllBlocks),
2793         * src/SDCCcse.h,
2794         * src/SDCCdflow.c (computeDataFlow),
2795         * src/SDCCdflow.h,
2796         * src/SDCCloop.c (addDefInExprs, loopInvariants, loopOptimizations),
2797         * src/SDCCloop.h,
2798         * src/SDCCcflow.c (*),
2799         * src/SDCCcflow.h,
2800         * src/SDCCBBlock.c (iCodeBreakDown, dumpEbbsToFileExt, eBBWithEntryLabel),
2801         * src/SDCCBBlock.h (struct ebbIndex): new struct that keeps two copies
2802         of the eBBlock list, sorted by both bbnum and dfnum. (fixes bug with
2803         immedDom() returning wrong block; probably fixes bug #1160833)
2804
2805 2005-03-20 Borut Razem <borut.razem AT siol.net>
2806
2807         * support/scripts/inc2h.pl: WIN32 port
2808
2809 2005-03-19 Maarten Brock <sourceforge.brock AT dse.nl>
2810
2811         * device/lib/makefile.in: added abs.c and labs.c
2812
2813 2005-03-17 Maarten Brock <sourceforge.brock AT dse.nl>
2814
2815         * device/include/stdint.h: added
2816         * device/lib/abs.c: added
2817         * device/lib/labs.c: added
2818         * device/include/stdlib.h: added abs() and labs() prototypes
2819         * device/lib/libsdcc.lib: added abs and labs
2820         * device/include/float.h,
2821         * device/lib/_fsmul.c,
2822         * device/lib/printf_fast.c,
2823         * device/lib/printf_tiny.c: updated comments
2824
2825 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2826
2827         * src/SDCCicode.c (geniCodeSwitch, geniCodeJumpTable): fixed
2828         bug #1164313
2829
2830 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2831
2832         * src/SDCCcse.c (cseBBlock): retain assignment to self when volatile
2833         * src/SDCCast.c (isLoopCountable): fixed bug #1161985
2834
2835 2005-03-15 Maarten Brock <sourceforge.brock AT dse.nl>
2836
2837         * device/lib/printf_large.c: removed inline assembly for portability and
2838           readability. Use printf_fast if speed or size are more important.
2839         * src/pic16/gen.c: removed conditions around use of DEBUGpc
2840         * src/pic16/genutils.h: added define for DEBUGpc for MSVC
2841
2842 2005-03-15 Vangelis Rokas <vrokas AT users.sourceforge.net>
2843
2844         * src/pic16/genutils.c (pic16_genCmp_special): initialized offs to
2845         prevent compiler warning
2846
2847 2005-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
2848
2849         * device/lib/pic16/startup/crt0i.c (_cinit): local variables where
2850         moved to level 0 and declared as static. Also they are explicit
2851         placed in access bank. This was necessery because some times they
2852         might cross memory bank boundaries. crt0iz.c is *NOT* updated!!!
2853         * src/pic16/device.h: added flag OPTIMIZE_CMP to enable some compare
2854         optimizations. Currently only compare to unsigned char is implemented,
2855         * src/pic16/gen.c: added fReturnIdx array,
2856         * (struct resolvedIfx) is moved to gen.h and made public,
2857         * (struct _G): added sregsAlloc and sregsAllocSet fields,
2858         * (aopForSym): added an optimization to directly store in stack of
2859         the operand of a SEND iCode,
2860         * (pic16_aopOp): don't return return registers as strings (AOP_STR)
2861         but as registers instead (AOP_REG) using the fReturnIdx array,
2862         * (pic16_freeAsmop): remove the freed register from the
2863         _G.sregsAlloc field,
2864         * (pic16_aopGet): in case AOP_STR, the compare to 'a' is changed to
2865         a compare of 'WREG',
2866         * (pic16_popGetTempRegCond): changed function prototype, now
2867         function takes also a bitVector argument v which holds the current
2868         set of registers that are allocated for stack access by aopForSym,
2869         registers allocated in aopForSym for accessing stack symbols are not
2870         any more part of the functions usedRegs field,
2871         * (genCall): some times aopOp is called for a stack variable to be
2872         send, aopForSym might perform the push, if this is true make sure
2873         that genCall doesn't push the variable twice by testing _G.resDirect,
2874         * (genFunction): changed testing for unspecified interrupt number
2875         from 256 to INTNO_UNSPEC,
2876         * modified selection scheme of frame pointer generation. Previously
2877         if function did use local registers a frame pointer was generated,
2878         now a frame pointer is generated only if function has arguments
2879         (that need PLUSW2 register access), or has stack arguments, or the
2880         compiler is not instructed to omit the frame pointer,
2881         * (genEndFunction): before restoring local registers that were saved
2882         in the function preamble, also restore the registers that *might*
2883         have been allocated for stack access,
2884         * (genRet): removed some old comments,
2885         * (genCmp, the active (RN's) version): added a call to the
2886         pic16_genCmp_special function to perform the compare with a more
2887         robust and optimized way,
2888         * (genInline): a feature has been added in inline code generation,
2889         which allows a wildcard variable substitution when writing inline
2890         assembly. Code is incomplete and experimental therefore undocumented,
2891         * (genCast): changed order of aopOp for result and right to allow
2892         aopForSym to directly load the result if possible,
2893         * src/pic16/genutils.c (selectCompareOp, pic16_genCmp_special): NEW,
2894         perform an optimized compare on some selected special occasions,
2895         * src/pic16/genutils.h: declaration of resolvedIfx structure from gen.c,
2896         * src/pic16/glue.c (pic16createInterrupVect): make sure we never
2897         generate an IVT any more,
2898         * src/pic16/main.c (pic16_optionsTable): added command line option
2899         --optimize-cmp,
2900         * (_pic16_initPaths): when calling C preprocessor define pic18fXXXX
2901         macro too, when calling assembler define pic18fXXXX *and* __18Fxxxx
2902         macros,
2903         * src/pic16/NOTES: Raphael Neider added in list of active developers
2904         * src/pic16/pcode.c (OPT_TYPE_STR): added strings jumptable_begin and
2905         jumptable_end to prevent bug #,
2906         * (pic16_pciADDWFC, ADDFWC, COMF, CLRF): added some missing flags in
2907         inCond and outCond fields,
2908         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): add a fix for bug #,
2909         * src/pic16/ralloc.c (serialRegAssign): explicit set willCS to 0 to
2910         turn off register spilling,
2911         * (packRegsForOneUse): synced with other ports' versions although it
2912         is not used currently,
2913         * (pic16_packRegisters): added an optimization while reading
2914         structure bitfields, some registers may be saved (malloc code is
2915         decreased by 80 bytes)
2916
2917 2005-03-12 Vangelis Rokas <vrokas AT users.sourceforge.net>
2918
2919         * src/SDCCcse.c (cseBBlock): inside 'do operand lookup' loop test if
2920         left is a bitfield, if yes, then don't optimize assignment. Perhaps
2921         this can be optimized more?
2922
2923 2005-03-10 Raphael Neider <rneider AT web.de>
2924
2925         * src/pic16/gen.c (pic16_loadFSR0, genPackBits, genUnpackBits,
2926           genNearPointerGet): (hopefully) fixed access to bitfields via
2927           pointers (p->bitN = x; and x = p->bitN; failed)
2928
2929 2005-03-09 Paul Stoffregen <paul AT pjrc.com>
2930
2931         * device/lib/printf_fast.c: fix leading zero format, eg "%02d"
2932
2933 2005-03-09 Raphael Neider <rneider AT web.de>
2934
2935         * src/SDCCopt.c (killDeadCode): fixed bug #1156016
2936
2937 2005-03-06 Maarten Brock <sourceforge.brock AT dse.nl>
2938
2939         * src/SDCCicode.h: moved CRITICAL and ENDCRITICAL from SKIP_IC2 to SKIP_IC
2940         * src/mcs51/ralloc.c (willCauseSpill): added check for REG_BIT type,
2941           (regTypeNum): set REG_BIT type if necessary
2942         * src/mcs51/ralloc.h: added define REG_BIT, used to fix bug 1144613
2943         * support/regression/tests/critical.c: check bug 1144613
2944
2945 2005-03-02 Raphael Neider <rneider AT web.de>
2946
2947         * src/pic16/gen.c (genRightShiftLiteral): fixed bug #1154256
2948
2949 2005-02-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2950
2951         * src/avr/ralloc.c (serialRegAssign),
2952         * src/ds390/ralloc.c (serialRegAssign),
2953         * src/hc08/ralloc.c (serialRegAssign),
2954         * src/mcs51/ralloc.c (serialRegAssign),
2955         * src/pic/ralloc.c (serialRegAssign),
2956         * src/pic16/ralloc.c (serialRegAssign),
2957         * src/xa51/ralloc.c (serialRegAssign),
2958         * src/z80/ralloc.c (serialRegAssign): fixed bug #1105154
2959
2960 2005-02-22 Maarten Brock <sourceforge.brock AT dse.nl>
2961
2962         * src/SDCCast.c (decorateType): fixed bug 1124787
2963
2964 2005-02-20 Hubert Sack <sack AT digiplan.de>
2965         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2966
2967         * src/mcs51/peeph.def: added peepholes 3.h-k and 132.a-f from
2968         patch #1121755
2969
2970 2005-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2971
2972         * src/SDCCpeeph.def: new keyword "labelRefCountChange" which allows peepholes
2973         to keep the correct label reference count when adding/removing references
2974         to labels. A peephole file using this is appended to patch #1144962.
2975
2976 2005-02-14 Raphael Neider <rneider AT web.de>
2977
2978         * device/lib/pic16/libc/string/memccpy.c: changed 3rd argument to char
2979         * src/SDCC.lex (process_pragma): fixed to make disable_warning work for PIC16
2980         * src/pic16/gen.c (aopForSym, calls to pic16_aopOp): prevent unneccessary
2981           retrievals of result operand's value on assignment
2982
2983 2005-02-13 Vangelis Rokas <vrokas AT otenet.gr>
2984
2985         * device/include/pic16/string.h: modified prototype for memccpy()
2986         to memccpy(void *, void *, char, size_t)
2987         * src/pic16/gen.c (genFunction, genEndFunction): reenable if-case to
2988         check whether to omit frame pointer or not,
2989         * (genInline): convert all occurences of "\n" to LF in inline
2990         assembler blocks, this helps formatting the inline text,
2991         * (pic16_loadFSR0): modified prototype,
2992         * (genNearPointerGet, genNearPointerSet): reorganization of code,
2993         removed some 8051 legacy code,
2994         * (genPackBits): enabled handling bitfields exceeding one byte in size,
2995         * src/pic16/ralloc.c (pic16_assignRegisters): clear dynrIdx variable
2996         before allocating temporary registers in functions,
2997
2998 2005-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
2999
3000         * support/regression/tests/bitvars.c: corrected the "fix"
3001
3002 2005-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
3003
3004         * support/regression/tests/bitvars.c,
3005         * support/regression/tests/bitwise.c,
3006         * support/regression/tests/rotate.c: "fixed" problems on Alpha
3007
3008 2005-02-10 Raphael Neider <rneider AT web.de>
3009
3010         * src/pic16/pcode.c (assignToSameBank) : fixed cast to pointer of
3011           different size for Alpha
3012         * src/pic16/gen.c (genCmpEq) : improved compare with 0
3013
3014 2005-02-09 Raphael Neider <rneider AT web.de>
3015
3016         * src/SDCC.lex(doPragma) : save and restore warning options as well
3017           (also added new stack plus clone- and copyAndFreeSDCCERRG())
3018         * have #pragma less_pedantic set the errorlevel to WARNING
3019           (fixes #1117001)
3020         * (cloneOptimize) : fixed wrong malloc's size
3021         * support/Util/SDCCerr.[ch] : made SDCCERRG globally accessible to
3022           facilitate correct handling of #pragma (save|restore)
3023
3024 2005-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
3025
3026         * src/mcs51/gen.c: removed non-standard C nameless struct/union
3027
3028 2005-02-04 Slade Rich <slade_rich AT users.sourceforge.net>
3029
3030         * src/pic/gen.c : Fix for bugs #1080519 & #1115662.
3031
3032 2005-02-03 Maarten Brock <sourceforge.brock AT dse.nl>
3033
3034         * device/include/mcs51/c8051f120.h: added declarations for sbit port 2,3&4
3035
3036 2005-02-02 Raphael Neider <rneider AT web.de>
3037
3038         * src/SDCCast.c (processParms): disabled W_NONRENT_ARGS for pic16 port
3039         * src/pic16/gen.c (aopForSym): reenabled special case for function pointers
3040         * (pic16_storeForReturn): fixed to allow returning function pointers
3041         * (genPackBits): improved accessing full bytes, implemented for GPOINTERs
3042         * device/include/pic16/{stddef.h,stdbool.h}: added
3043
3044 2005-02-02 Maarten Brock <sourceforge.brock AT dse.nl>
3045
3046         * device/include/mcs51/c8051f040.h: added define CPT2_PAGE
3047
3048 2005-02-01 Slade Rich <slade_rich AT users.sourceforge.net>
3049
3050         * src/pic16/pic16.dsp : Added file graph.c to make it compile under windows
3051         * src/pic16/Makefile.bcc : Do not use this file but added file graph.c as it
3052          appeared to be required
3053
3054 2005-01-31 Borut Razem <borut.razem AT siol.net>
3055
3056         * support/scripts/sdcc.nsi: added include/asm/ds390, include/asm/mcs51,
3057           include/mcs51 and include/z80 directories to the package
3058
3059 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3060
3061         * src/hc08/gen.c (genFunction): fixed bug #1112752
3062
3063 2005-01-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3064
3065         * src/mcs51/peeph.def: adapted peephole 258.x to changed gen.c (genAnd)
3066
3067 2005-01-29 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3068
3069         * src/mcs51/gen.c (genAnd): accessing LSB/MSB by rotating acc
3070
3071 2005-01-29 Maarten Brock <sourceforge.brock AT dse.nl>
3072
3073         * device/include/Makefile.in: create/copy mcs51 and z80 include subdirs
3074
3075 2005-01-27 Maarten Brock <sourceforge.brock AT dse.nl>
3076
3077         * device/include/c8051fxxx.h: removed these 6 files
3078         * device/include/mcs51/c8051fxxx.h: added these 11 new files
3079
3080 2005-01-26 Raphael Neider <rneider AT web.de>
3081
3082         * src/pic16/gen.c (genAssign): fixed assignment from longs
3083           in codespace (were cut to three bytes)
3084         * (genDummyRead): implemented (except for CODESPACE...),
3085           fixed bug #1108575
3086         * src/pic16/glue.c (emitStatistics): beautified
3087         * device/lib/pic16/libm/Makefile: added include path
3088
3089 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3090
3091         * src/z80/gen.c (aopPut): fixed bug #1103902
3092
3093 2005-01-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3094
3095         * device/lib/expf.c: fixed bug #1095792
3096
3097 2005-01-24 Vangelis Rokas <vrokas AT otenet.gr>
3098
3099         * device/lib/pic16/libm: added Math library sources
3100
3101 2005-01-24 Raphael Neider <rneider AT web.de>
3102
3103         * src/pic16/pcode.h: added second memory operand to pCodeOpReg
3104           to enable upcast to pCodeOpReg2 (there is no type tag to
3105           differenciate the two and pic16_popGet2p cast into PCOR2)
3106         * src/pic16/main.c (_process_pragma): fixed another malloc bug
3107           (sizeof(sectNames) changed to sizeof(sectName))
3108           Both patches fix segfaults under MinGW.
3109
3110 2005-01-23 Raphael Neider <rneider AT web.de>
3111
3112         * src/pic16/{device.c,pcode.c}: s/free/Safe_free/g for
3113           Safe_[mc]?alloc()'ed variables
3114         * src/pic16/gen.c (pic16_aopOp,pic16_popGet): added handling
3115           of (byte sized) temporaries (assign them to WREG for now)
3116         * src/pic16/main.c (_process_pragma): fixed nasty malloc bug
3117           (used sizeof(set *sectSyms) instead of sizeof(struct sectSym)),
3118           this might fix SIGSEGVs on MinGW...
3119         * src/SDCCopt.c (killDeadCode): restored original behaviour
3120           (volatile operands might get thrown away though)
3121
3122 2005-01-23 Vangelis Rokas <vrokas AT otenet.gr>
3123
3124         * src/pic16/gen.c: fixed bug #1106975,
3125         * src/pic16/gen.c: fixed possible bug #1102572, now during TOS
3126         pointer update, INTCON is saved, global interrupts are disabled and
3127         restored after updateing TOS.
3128         * src/SDCC.y, src/SDCC.lex, src/SDCCsymt.c, src/SDCCsymt.h:
3129         * added function attribute 'shadowregs' to take advantage of shadow
3130         registers,
3131         * added function attribute 'wparam' as an alternative to the wparam
3132         pragma,
3133         * support/Utils/SDCCerr.[ch]: added error E_SHADOWREGS_NO_ISR when
3134         user declares a non-ISR function as 'shadowregs',
3135         * doc/sdccman.lyx: updated to reflect recent changes of pic16 port
3136
3137 2005-01-22 Vangelis Rokas <vrokas AT otenet.gr>
3138
3139         * .version: bumped version number to 2.4.8
3140         * device/lib/pic16/pics.all: list of PIC18F devices supported by
3141         pic16 port,
3142         * device/lib/pic16/libio/i2c/: I2C module support library,
3143         * device/include/pic16/i2c.h: I2C support library header,
3144         * device/lib/pic16/libc/stdio/: standard IO support sources,
3145         * (printf_small.c): printf_small() source, supports float print,
3146         * (printf_tiny.c): printf_tiny() source, does not support floats,
3147         * device/lib/pic16/Makefile.common.in: added OPT_FLAGS macro to
3148         enable global optimizations for entire library source, other
3149         Makefiles in the source tree are also modified to reflect this,
3150         * device/lib/pic16/libc/stdlib/putchar.c (putchar): dummy putchar()
3151         function,
3152         * doc/sdccman.lyx: updated to reflect new changes,
3153         * src/pic16/gen.c (aopForSym): don't handle sym->iaccess in
3154         sym->onStack if-case,
3155         * src/pic16/main.c (_pic16_keywords): commented out keywords bit,
3156         sbit, idata, _idata, xdata, _xdata,
3157         * added pragma library, to link an external library, (see doc),
3158         * removed command line options, --pomit-config-words, --pomit-ivt,
3159         --pleave-reset-vector,
3160         * (pic16_finaliseOptions): when define macro SDCC_MODEL_{SMALL/LARGE}
3161         when calling assembler to reflect memory model used, also define
3162         macro STACK_MODEL_{SMALL/LARGE} when compiling and assembling to
3163         reflect stack model used,
3164         * src/pic16/ralloc.c (pic16_allocDirReg): when operand is allocated
3165         on stack return NULL,
3166
3167 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
3168
3169         * src/SDCCopt.c (killDeadCode): do not throw iCodes away if one
3170           of the operands is volatile. Fixes #1020220
3171
3172 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
3173
3174         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): reenabled optimization
3175         * (OptimizeRegUsage): make sure that there is really no other flow where
3176           the first pCode is used
3177
3178 2005-01-22 Raphael Neider <rneider AT web.de>
3179
3180         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): disabled optimization
3181           to fix #1106967 (pCode->seq are not set up correctly)
3182
3183 2005-01-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3184
3185         * src/SDCCglue.c (glue): make sure code area is declared before the
3186         static initialization area.
3187
3188 2005-01-21 Raphael Neider <rneider AT web.de>
3189
3190         * device/lib/Makefile.in: fixed test for pic16 install dir
3191         * device/lib/pic16/*/Makefile*: modified compile flags to enable
3192           optimizations
3193         * doc/sdccman.lyx: updated banksel optimization, removed --flr-support and
3194           added --optimize-goto compiler switch and pragma wparam documentation
3195         * src/pic16/pcode.c (pic16_OptimizeBanksel): removed statistics dump
3196         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed copying of WREG, PRODL
3197           and PRODH closing bug #1071770 (peephole optimizer)
3198
3199 2005-01-19 Raphael Neider <rneider AT web.de>
3200
3201         * src/SDCCglobl.h: ensure that PATH_MAX >= 2048 to guarantee
3202           cmdLine buffers (used when calling sdcpp...) are large enough
3203           (MAX_PATH=256 truncates arguments leading to system halts when
3204           used in MinGW...)
3205         * src/pic16/gen.c (pic16_sameRegs): relaxed size criterion
3206         * (genUminus): rewritten to for efficiency
3207         * (genNearPointer[GS]et): enforce reloading of FSR0 (was still
3208           used uninitialized in some cases)
3209         * (genCast): upcasting a 16bit int to a 24bit GPOINTER may not
3210           copy the third byte from the int -- now assumes 0x80 (data memory)
3211         * src/pic16/genarith.c (pic16_genPlus): fixed bug when swapping
3212           operands (genAddLit expects the iCode's operands to swapped as
3213           well), fixed leftover bytes (crashed for short left operands)
3214         * (pic16_genMinusDec): performance improvements, removed false
3215           PIC14 emitSKPNCs
3216         * (pic16_genMinus): fixed to cope with differently sized operands
3217         * src/pic16/glue.c (pic16_glue): added new banksel optimization
3218           for --obanksel > 1
3219         * src/pic16/pcode.c: implemented (first phase of) banksel optimization
3220         * src/pic16/graph.[ch]: implementation of directed graphs, used by
3221           new banksel optimization
3222         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): prevented
3223           analysis for temporary registers (segfaults...)
3224         * src/pic16/peeph.def: added rule
3225
3226 2005-01-18 Vangelis Rokas <vrokas AT otenet.gr>
3227
3228         * device/lib/pic16/libc/stdlib/x_ftoa.c: it defines x_ftoa function
3229         which converts a float number to its ASCII representation
3230         * device/lib/pic16/libc/utils/cnvfrac.S,cnvint.S: support
3231         functions to convert the fractional and integer part of a float to ASCII,
3232         * device/lib/pic16/libc/stdlib/(calloc.c,free.c, malloc.c,
3233         realloc.c): added _MALLOC_SPEC to explicit place variables in data
3234         ram
3235         * device/include/asm/pic16/features.h: added _CODE, _DATA, _AUTOMEM,
3236         _STATMEM macros,
3237         * device/include/pic16/adc.h: added GPL info,
3238         * src/pic16/gen.c (genIfxpCOpJump): perform an genIfxJump but using
3239         a pCodeOp as tested operand,
3240         * (genNearPointerGet): optimized bit testing, does not use
3241         intermediate register for bit value, test directly instead with
3242         BTFSS, BTFSC, works only for single bits,
3243         * (genpic16Code): dump the name of the iCode in the asm,
3244         * src/pic16/ralloc.c (decodeOp): removed static declaration and
3245         renamed to pic16_decodeOp,
3246         * (serialRegAssign): do not allocate a temporary register for iCode
3247         sequences that test a single bit for 1/0
3248
3249 2005-01-12 Vangelis Rokas <vrokas AT otenet.gr>
3250
3251         * src/pic16/pcode.[ch]: introduced pic16_stackpnt_*,
3252         pic16_framepnt_*, pic16_stack_*, pic1_frame_* pointer variables to
3253         access stack and frame pointers. They are initially assigned to
3254         point at pic16_pc_fsr1[lh] and pic16_pc_fsr2[lh] variables and other
3255         accessing SFRs. Updated all occurences of modification of stack or
3256         frame pointer in gen.c and pcode.c,
3257         * src/pic16/ralloc.c (serialRegAssign): fixed two bugs with
3258         assigning of a literal value to pointers,
3259         * src/pic16/main.c (pic16_finiliseOptions): set pre-processor define
3260         flag STACK_MODEL_SMALL or STACK_MODEL_LARGE according to the model
3261         selected
3262
3263 2005-01-11 Vangelis Rokas <vrokas AT otenet.gr>
3264
3265         * doc/sdccman.lyx: update documentation about stack pragma, added
3266         some info for stack memory models
3267
3268 2005-01-08 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3269
3270         * src/pic16/gen.c (DEBUGpc): MSVC 6 does not support macro variable arguments
3271
3272 2005-01-08 Raphael Neider <rneider AT web.de>
3273
3274         * src/pic16/device.c (pic16_dump_usection): changed naming scheme for
3275           udata sections to fix bug #1097823
3276
3277 2005-01-05 Raphael Neider <rneider AT web.de>
3278
3279         * src/pic16/gen.c (genGenericShift): added handling of differently
3280           sized left operand and result
3281
3282 2005-01-04 Raphael Neider <rneider AT web.de>
3283
3284         * src/pic16/gen.c (genIfxJump): fixed inverted skips on CARRY
3285         * (genIfx): fixed (?) read from uninitialized SPIL_LOC (now assumes CARRY
3286           to hold the condition bit)
3287         * added new version of genCmp (old code available via #define)
3288         * added new version of genShiftLeft/genShiftRight in a generic
3289           way, now supports shifting by negative values
3290         * (genLeftShiftLiteral, genRightShiftLiteral): use absolute value of
3291           shiftCount (expected by genGenericShift)
3292         * src/pic16/genarith.c (genPlus): added code for adding CARRY+literal
3293         * src/pic16/pcode.c (pic16_OptimizeJumps): removed annoying statistics
3294           dump
3295         * (pic16_newpCodeOpLit): changed to cast to unsigned char (as e.g. -32766
3296           is an invalid literal too...)
3297
3298 2005-01-04 Vangelis Rokas <vrokas AT otenet.gr>
3299
3300         * src/pic16/gen.c (aopForSym, genEndFunction): applied some fixes
3301         from Raphael Neider,
3302         * src/pic16/pcode.c (pic16_newpCodeOpLit): removed casting to char
3303         for 8-bit literals. This fixes some literal operands which are sign
3304         extended to 16-bits ints when instruction needs only 8-bits.
3305
3306 2004-12-31 Paul Stoffregen <paul AT pjrc.com>
3307
3308         * device/lib/logf.c: added mcs51 assembly version
3309         * device/lib/expf.c: added mcs51 assembly version
3310         * device/lib/_logexpf.c: new shared asm code for expf and logf
3311         * device/include/math.h: add defines for assembly math library
3312         * device/lib/Makefile.in: build new _logexpf.c
3313         * device/lib/libfloat.lib: use new _logexpf.c
3314
3315 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
3316
3317         * src/pic/device.c
3318         * src/pic/pcode.c : adjusted internal stack and pre-allocated registers for
3319           device types which have less than 0x7f registers.
3320
3321 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
3322
3323         * src/pic/genarith.c : Fixed problem with subtraction where the result would not be updated when borrowing.
3324
3325 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
3326
3327         * device/lib/printf_fast.c: only build on supported arch.
3328         * device/lib/printf_tiny.c: only build on supported arch.
3329         * device/lib/printf_fast_f.c: only build if asm float lib
3330         * device/lib/_fsget1arg.c: only build if asm float lib
3331         * device/lib/_fsget2args.c: only build if asm float lib
3332         * device/lib/_fsnormalize.c: only build if asm float lib
3333         * device/lib/_fsreturnval.c: only build if asm float lib
3334         * device/lib/_fsrshift.c: only build if asm float lib
3335         * device/lib/_fsswapargs.c: only build if asm float lib
3336         * device/include/stdio.h: don't provide print_fast,
3337           print_fast_f, print_tiny prototypes if --xstack used
3338
3339 2004-12-28 Maarten Brock <sourceforge.brock AT dse.nl>
3340
3341         * device/lib/sincosf.c (sincosf): don't invert bit/bool by ~
3342         * support/regression/ports/mcs51-stack-auto/spec.mk: added new _fs.. files
3343           to the SOURCES
3344
3345 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
3346
3347         * device/lib/printf_fast_f.c: same as printf_fast, but
3348           with floating point enabled
3349         * device/lib/printf_fast.c: minor tweaks
3350         * device/include/stdio.h: add printf_fast_f
3351
3352 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
3353
3354         * src/SDCCmain.c: make --float-reent default for mcs51
3355         * device/lib/_fsadd.c: added mcs51 assembly version
3356         * device/lib/_fssub.c: added mcs51 assembly version
3357         * device/lib/_fsmul.c: added mcs51 assembly version
3358         * device/lib/_fsdiv.c: added mcs51 assembly version
3359         * device/lib/_fseq.c: added mcs51 assembly version
3360         * device/lib/_fsneq.c: added mcs51 assembly version
3361         * device/lib/_fsgt.c: added mcs51 assembly version
3362         * device/lib/_fslt.c: added mcs51 assembly version
3363         * device/lib/_fscmp.c: shared code for fseq,fsgt,fslt,fsneq
3364         * device/lib/Makefile.in: add _fscmp to build
3365         * device/lib/libfloat.lib: add _fscmp to build
3366
3367 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
3368
3369         * device/lib/_fs2slong.c: added mcs51 assembly version
3370         * device/lib/_fs2sint.c: added mcs51 assembly version
3371         * device/lib/_fs2schar.c: added mcs51 assembly version
3372         * device/lib/_fs2ulong.c: added mcs51 assembly version
3373         * device/lib/_fs2uint.c: added mcs51 assembly version
3374         * device/lib/_fs2uchar.c: added mcs51 assembly version
3375         * device/lib/_slong2fs.c: added mcs51 assembly version
3376         * device/lib/_sint2fs.c: added mcs51 assembly version
3377         * device/lib/_schar2fs.c: added mcs51 assembly version
3378         * device/lib/_ulong2fs.c: added mcs51 assembly version
3379         * device/lib/_uint2fs.c: added mcs51 assembly version
3380         * device/lib/_uchar2fs.c: added mcs51 assembly version
3381         * device/include/float.h: added #define to select asm vs c
3382
3383 2004-12-26 Paul Stoffregen <paul AT pjrc.com>
3384
3385         * device/lib/printf_fast.c: improvements to float output
3386         * device/include/float.h: add defines for assembly float library
3387         * device/lib/_fsget1arg.c: receive 1 float arg
3388         * device/lib/_fsget2args.c: receive 2 float args (reentrant)
3389         * device/lib/_fsnormalize.c: normalize a float
3390         * device/lib/_fsreturnval.c: return float, various helper routines
3391         * device/lib/_fsrshift.c: right shift a float's mantissa
3392         * device/lib/_fsswapargs.c: swap 2 floats
3393         * device/lib/Makefile.in: build these 6 new files for mcs51
3394         * device/lib/libfloat.lib: add these 6 files to the library
3395
3396 2004-12-26 Borut Razem <borut.razem AT siol.net>
3397
3398         * sim/ucsim/avr.src/arith_inst.cc: fixed bug #1088372- savr is not
3399           built by gcc 3.4.2
3400
3401 2004-12-25 Paul Stoffregen <paul AT pjrc.com>
3402
3403         * device/lib/printf_tiny.c: printf for mcs51 in only 267 bytes,
3404           and fully reentrant and register bank neutral.
3405         * device/lib/printf_fast.c: added float (not enabled by default),
3406           added compact/slower integer (also not enabled by default),
3407           improved size/speed of fast integer code, other minor changes
3408         * device/include/stdio.h, device/lib/Makefile.in,
3409           device/lib/libsdcc.lib: integrate printf_tiny into mcs51 build
3410
3411 2004-12-24 Maarten Brock <sourceforge.brock AT dse.nl>
3412
3413         * src/pic16/pcode.c: declaring variables other than at the start of a
3414           block is not supported in C by VC6.
3415
3416 2004-12-22 Vangelis Rokas <vrokas AT otenet.gr>
3417
3418         * applied a previous patch from Raphael Neider that wasn't included
3419         in the previous commits, which fixes infinite loops within jumptable
3420         improvements,
3421         * made some fixes that previous patches introduced
3422
3423 2004-12-21 Vangelis Rokas <vrokas AT otenet.gr>
3424
3425         * src/pic16/gen.c (pic16_aopGet): applied fix from Raphael Neider
3426         that fixes an issue with AOP_PCODE asmop's offset,
3427         * (pic16_popCopyReg): update instance field too,
3428         * (mov2w): modified to pic16_mov2w because it conflicts with mov2w
3429         function of pic port,
3430         * (genCmp, genAnd, genAssign),
3431         * src/pic16/genarith.c (genAddLit): some fixes from Raphael Neider,
3432
3433 2004-12-20 Vangelis Rokas <vrokas AT otenet.gr>
3434
3435         * src/SDCCast.c (gatherAutoInit): allow pic16 to emit static
3436         variables initial values to idata section,
3437         * src/SDCCicode.c (geniCodeCall): patch from ### to fix unreferenced
3438         variables in some functions. This utilizes parmBytes field of iCode
3439         structure to hold the offset of the variable in stack. (might be
3440         able to use the stack field too?)
3441         * applied patch from Raphael Neider # ### , # ###
3442         * src/pic16/glue.c (pic16emitRegularMap): fix to print static
3443         variable initial values in idata section,
3444         * src/pic16/ralloc.c (pic16_allocDirReg): don't allocate register
3445         for static variables with initial value
3446         * src/device/lib/pic16/libsdcc/float/ulong2fs.c (__ulong2fs):
3447         applied fix in while loop from Raphael Neider.
3448
3449 2004-12-19 Maarten Brock <sourceforge.brock AT dse.nl>
3450
3451         * src/ds390/gen.c (genCpl): fixed bit=~(char/bit) bugs, added warning
3452         * src/ds390/main.c (_ds390_regparm): don't pass bit params in registers
3453         * src/ds390/ralloc.c (serialRegAssign): spill bits
3454         * src/mcs51/gen.c (genCpl): fixed bit=~(char) bugs, added warning
3455         * support/Util/SDCCerr.c,
3456         * support/Util/SDCCerr.h: added warning W_COMPLEMENT for using bit=~(bit)
3457         * support/regression/tests/bitvars.c: added tests for bitwise complement(~)
3458         * support/regression/tests/bitwise.c: added test for bitwise complement(~)
3459
3460 2004-12-09 Maarten Brock <sourceforge.brock AT dse.nl>
3461
3462         * device/include/sdcc-lib.h: inserted LGPL, added includes
3463           asm/ds390/features.h and asm/mcs51/features.h
3464         * device/include/asm/default/features.h,
3465         * device/include/asm/gbz80/features.h,
3466         * device/include/asm/z80/features.h: added empty _AUTOMEM
3467           and _STATMEM
3468         * device/include/asm/ds390/features.h,
3469         * device/include/asm/mcs51/features.h: added files with defines for
3470           _AUTOMEM and _STATMEM indicating automatic and static storage class
3471         * device/lib/printf_large.c (_print_format): optimized & used _AUTOMEM
3472         * doc/sdccman.lyx: version 2.4.7, updated xstack documentation
3473         * src/SDCCicode.c (geniCodeCast),
3474         * src/SDCCsymt.c (compareType): allow cast of data-ptr to idata-ptr
3475         * src/SDCCloop.c (loopInduction): removed unused variable lr
3476         * src/SDCCopt.c (convilong, convertToFcall): moved "easy special case"
3477           to convertToFcall to include char modulo (RFE 1065037), added check
3478           if left operand is unsigned and use abs of literal value
3479         * src/SDCCpeeph.c (setFromConditionArgs): removed double quotes option
3480           as it doesn't work after conversion from peephole.def to peephole.rul
3481         * src/mcs51/gen.c (toBoolean): added check for size,
3482           (genModOneByte): optimized code for signed char modulo a literal
3483           power of 2 (thanks to Hubert Sack),
3484           (genRRC): removed unnecessary "clr c",
3485           (genRLC): replaced "add a,acc" with cheaper "rlc a"
3486         * src/mcs51/peeph.def: renamed 115 to 115.a, added rule 115.b: another
3487           jump optimization,
3488           swapped rules 256.c and 256.d,
3489           extended 256.d by using new multiple checks (thanks Erik),
3490           added rules 256.e and 256.f,
3491           updated rule 261.a and 261.b to new generated code
3492         * support/regression/tests/muldiv.c: added test div/mod by a power of 2
3493
3494 2004-12-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3495
3496         * src/SDCCloop.c (basicInduction, loopInduction): fixed several
3497           induction related bugs, including first part of bug #1074377
3498
3499 2004-12-05 Vangelis Rokas <vrokas AT otenet.gr>
3500
3501         * applied patch from bug-report #1076292,
3502         * applied patches for genAnd and Goto-optimizations for Raphael
3503         Neider,
3504         * src/SDCCicode.c (printOperand): fixed !REGA source to compile and
3505         dump a less iCode information,
3506         * src/pic16/device.h (pic16_options_t): added field debgen,
3507         * src/pic16/gen.h: added macros DUMP_FUNCTION_ENTRY,
3508         DUMP_FUNCTION_EXIT, FENTRY, FENTRY2,
3509         * src/pic16/gen.c (my_powof2): renamed to pic16_my_powof2 and made
3510         puclic,
3511         * (various functions): added macros FENTRY and FENTRY2 to functions,
3512         to emit function prologue,
3513         * (various functions): fixed indentation,
3514         * (genNearPointerGet): fixed loading of FSR0,
3515         * (genPackBits): applied patch from Raphael Neider to fix updating
3516         of FSR0 and touching only the modified bits,
3517         * src/pic16/genarith.c (various functions): added macros FENTRY to
3518         emit function prologue in comments,
3519         * src/pic16/pcode.h: added functions debugf2, debugf3,
3520         * src/pic16/ralloc.c: partial fix for packForPush caused
3521         segmentation fault,
3522
3523 2004-12-04 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3524
3525         * src/mcs51/peeph.def: added 261.a,b (16 bit rotate) by Stas Sergeev
3526           <stsp AT users.sourceforge.net> with reversed byte order
3527         * support/regression/tests/rotate.c: added (ds390 skips some tests)
3528
3529 2004-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3530
3531         * src/z80/gen.c (genLeftShift, genRightShift): fixed second part of
3532           bug #1074377
3533         * src/hc08/gen.c (genrshFour, shiftRLong, shiftLLong),
3534         * src/mcs51/gen.c (shiftLLong): Fixed some shifting bugs Frieder found
3535
3536 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
3537
3538         * src/pic/pcode.c : fixed a problem where banksel was not being inserted.
3539
3540 2004-12-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3541
3542         * src/SDCCpeeph.c (callFuncByName): support combined peephole rule
3543           conditions,
3544           (setFromConditionArgs): friendly operand parser for peephole rules,
3545           (operandBaseName, operandsNotRelated): new peephole condition
3546           "operandsNotRelated" -- similar to "operandsNotSame", but takes
3547           architecture specific register naming into account, handles n-way
3548           comparisons, and supports quoted literals
3549         * src/mcs51/peeph.def: restored rule 177.d with an extra condition
3550
3551 2004-12-02 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3552
3553         * src/mcs51/peeph.def: fixed bug #1076940
3554
3555 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
3556
3557         * device/include/pic/pic16f877.h : added an include file for the PIC16F877 device.
3558
3559 2004-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3560
3561         Adding support for replacing ljmps with sjmps in jumptables
3562         generated for switch statements. For now you need to set the
3563         environment variable SDCC_SJMP_JUMPTABLE to enable this.
3564         Now 4 algorithms for mcs51 jumptable generation are used:
3565         ljmp or sjmp jumptables for up to 16 cases, stack-pushing target
3566         addresses loaded pc-relative for up to 112 cases and stack-pushing
3567         target addresses loaded with offset from dptr for up to 256 cases.
3568
3569         * src/SDCCpeeph.c: added peephole conditional labelJTInRange
3570         * src/mcs51/main.c: adapted constants for switch table generation
3571         * src/mcs51/peeph.def: added 260.x for replacing ljmp with sjmp
3572
3573 2004-11-26 Maarten Brock <sourceforge.brock AT dse.nl>
3574
3575         * device/lib/printf_large.c (_print_format): fixed bug 1073386
3576         * support/regression/tests/bug1057979.c: added test for bug 1073386
3577
3578 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
3579
3580         * src/pic16/pcode.c: fixed bug which may produce error in non-GNU
3581         compilers
3582
3583 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
3584
3585         * src/pic16/device.h,
3586         * src/pic16/genarith.c,
3587         * src/pic16/glue.c,
3588         * src/pic16/main.c,
3589         * src/pic16/pcode.c: applied patches #1068154 and #1070213
3590
3591 2004-11-24 Vangelis Rokas <vrokas AT otenet.gr>
3592
3593         Large cummulative patch for pic16 port.
3594         * device/lib/pic16/gstack.h: NEW, user can specify its own handler
3595         to call when a stack overflow occurs,
3596         * (malloc.h): added CVS Id tag,
3597         * (pic18f{242,252,442,452}.h): added T0CONbits structure and
3598         variable,
3599         * added libc directory. The current version of LibC contains string
3600         functions, ctype functions and macros and some functions of the
3601         stdlib set (like malloc/free/atof/atoi etc...). All functions are to
3602         be extensively tested in the future. Standard disclaimer here.
3603         Library is not automatically build yet. But one can build it by
3604         invoking 'make' inside the libc directory.
3605         * added ADC library under libio. Preliminary version yet.
3606
3607         * src/pic16/gen.h: added emitTOGC macro, to toggle Carry flag,
3608         * src/pic16/gen.c (aopForRemat): asmop size is filled by
3609         aopForRemat() now and not by pic16_aopOp(),
3610         * (pic16_popGetTempReg): removed warning messgae when allocating
3611         temporary registers, its a buggy feature and will be removed,
3612         * (pic16_popGet): set register instance field in AOP_CRY,
3613         * (pic16_outBitC): fixed for results in size greater than 1,
3614         * (genUminusFloat): fixed for pic16, ported code from mcs51,
3615         * (pic16_storeForReturn): optimized return of 0,
3616         * (genCmp): experimental code for new genCmp which uses PIC18's
3617         special compare&skip instructions. Initial tests fail some times
3618         with variables grater than 1 byte in size, so new code is disabled,
3619         * (genUnpackBits, genPackBits): more optimizations in reading/writing,
3620         a single bit,
3621         * (genCast): began a fix to optimize the casting of a bit to another
3622         bit, now assigning a bitfield to another bitfield will fail, sorry,
3623         * src/pic16/main.c: disabled the use of lr-support feature,
3624         * src/pic16/pcode.h: renamed PCASMDIR to PCAD,
3625         * added some function prototypes, added function _debugf prototype,
3626         * src/pic16/pcode.c: (pic16_get_op): fixed emitting operands of register
3627         bits with offset (case PO_GPR_BIT),
3628         * (genericPrint): don't emit INFO pcode when --pcode-verbose not in
3629         command line,
3630         * (isBankInstruction): modified to return 0 for no banking instruction,
3631         and 1 for banking instruction,
3632         * (pic16_isPCinFlow): check for PCAD (assembler directives) too,
3633         caused stop processing pCodes after a inline assembly block,
3634         * (pic16_popCopyGPR2Bit): updated to match bitfields with offset,
3635         * src/pic16/pcoderegs.c: fixed a bug with eliminating some temporary
3636         registers when it shouldn't,
3637         * src/pic16/ralloc.c (allocReg): add preliminary support for
3638         supporting a limited set of temporary registers,
3639
3640 2004-11-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3641
3642         * src/hc08/gen.c (genAssign, genPointerGetSetOfs, genDataPointerGet,
3643           genDataPointerSet): ensure assignments always copy in MSB to LSB
3644           order,
3645           (loadRegFromAop): recognize CLRH optimization,
3646           (genFunction): optimize RECEIVE iCodes in reentrant functions
3647
3648 2004-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3649
3650         * src/SDCCmain.c (parseCmdLine, optionsTable[]): fixed bug with
3651           --out-fmt-s19 turning into --out-fmt-elf if s19 was already
3652           selected.
3653         * src/SDCCmain.c (linkEdit): don't define SSEG for HC08
3654         * src/hc08/main.c (_hc08_setDefaultOptions): default xdata to be
3655           contiguous with data
3656
3657 2004-11-19 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3658
3659         * device/lib/_gptrget.c (_gptrget),
3660         * device/lib/_gptrgetc.c (_gptrgetc),
3661         * device/lib/_gptrput.c (_gptrput): _naked allows to use ret
3662           instead of sjmp to ret
3663         * src/mcs51/peeph.def: added peepholes 3.d-g and 177.g,h provided
3664           by Hubert Sack <hsack2002 AT arcor.de> in RFE #1067986, thanks
3665
3666 2004-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
3667
3668         * .version: bumped version to 2.4.7
3669         * device/lib/_gptrget.c (_gptrget): is now _naked
3670         * device/lib/_gptrgetc.c (_gptrgetc): is now _naked
3671         * device/lib/_gptrput.c (_gptrput): is now _naked
3672         * src/SDCCast.c (createBlock): removed ridiculous self-assignment,
3673           (createFunction): fixed xstack
3674         * src/SDCCglue.c (emitMaps): set allocation required for bit area
3675         * src/SDCCicode.c (geniCodeCast): don't change SPEC_OCLS for literal
3676           or bit either,
3677           (geniCodeCritical): store original interrupt state in an iTemp bit
3678           var unless stack-auto
3679         * src/SDCCicode.h: added CRITICAL and ENDCRITICAL to SKIP_IC2
3680         * src/SDCCmain.c (setIncludePath): added include/target to search path
3681         * src/SDCCmem.c (allocParms): store bit vars in bit space, not overlay
3682         * src/SDCCsymt.c (checkFunction): don't check regbank for isr's against
3683           prototype,
3684           (processFuncArgs): put bit vars in bit area
3685         * src/mcs51/gen.c (saveRegisters, unsaveRegisters, genXpush, saveRBank,
3686           unsaveRBank): fixed xstack,
3687           (genFunction): bugfix: replaced (global!) reentrant with fReentrant,
3688           (genFunction, genEndFunction): fixed xstack,
3689           (genAssign): optimization don't walk backwards through mem
3690         * src/mcs51/main.c (_mcs51_regparm): don't pass bit params in registers
3691         * src/mcs51/ralloc.c (createStackSpil): spill bits to bit area
3692         * support/regression/Makefile: also make library (for stack-auto) when
3693           making "all" and added "test-mcs51-xstack-auto"
3694         * support/regression/fwk/lib/testfwk.c: added T2_isr prototype for mcs51
3695         * support/regression/ports/mcs51/T2_isr.c: added this file as a stub
3696         * support/regression/ports/mcs51/fwk.lib: added to link T2_isr stub
3697         * support/regression/ports/mcs51/spec.mk: added rules for fwk.lib
3698         * support/regression/ports/mcs51-stack-auto/spec.mk: replaced
3699           make-library by MAKE_LIBRARY
3700         * support/regression/ports/mcs51-xstack-auto/spec.mk: file added to run
3701           regression tests for xstack
3702         * support/regression/tests/bitvars.c: test for bit vars (bug 938782)
3703         * support/regression/tests/critical.c: test for critical on mcs51
3704
3705 2004-11-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3706
3707         * support/regression/ports/ucz80/spec.mk: use include and lib files from
3708           built version of sdcc instead of installed version
3709
3710 2004-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
3711
3712         * src/mcs51/gen.c (toBoolean): fixed bug 1065458
3713         * device/lib/Makefile.in: z80 uses printf_large.c, sprintf.c and
3714           vprintf.c now
3715         * device/lib/printf_large.c (calculate_digit): fixed bug 1057979
3716         * device/lib/z80/Makefile: don't use printf.c as it fails bug 1057979
3717           WARNING: remove device/lib/build/z80/printf.o by hand when
3718           updating from previous build!
3719         * device/lib/z80/printf.c: updated comment
3720         * support/regression/tests/bug1057979.c: test all ports now
3721         * support/regression/tests/bug1065458.c: file added
3722
3723 2004-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3724
3725         * src/z80/gen.c (genFunction, genEndFunction): avoided generating
3726           *_start and *_end symbols for static functions
3727
3728 2004-11-11 Maarten Brock <sourceforge.brock AT dse.nl>
3729
3730         * src/SDCCmain.c (linkEdit): don't suppress crt0 if --nostdlib is used
3731           and search crt0.o in all library paths,
3732           (setIncludePath): proper handling of --nostdinc,
3733           (setLibPath): proper handling of --nostdlib
3734         * support/regression/Makefile,
3735         * support/regression/ports/ds390/spec.mk,
3736         * support/regression/ports/gbz80/spec.mk,
3737         * support/regression/ports/hc08/spec.mk,
3738         * support/regression/ports/mcs51/spec.mk,
3739         * support/regression/ports/mcs51-large/spec.mk,
3740         * support/regression/ports/mcs51-stack-auto/spec.mk,
3741         * support/regression/ports/z80/spec.mk: use include and lib files from
3742           built version of sdcc instead of installed version
3743         * doc/sdccman.lyx: fixed typo in --nostdinc
3744
3745 2004-11-10 Slade Rich <slade_rich AT users.sourceforge.net>
3746
3747         * src/pic/pcode.c,
3748         * src/pic/device.c,
3749         * src/pic/ralloc.c,
3750         * src/pic/gen.c : added support to generate code for struct bit fields.
3751
3752 2004-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
3753
3754         * as/xa51/xa_version.h,
3755         * device/include/errno.h,
3756         * device/include/regc515c.h,
3757         * device/lib/_itoa.c,
3758         * device/lib/_ltoa.c,
3759         * device/lib/ser_ir_cts_rts.c,
3760         * sim/ucsim/xa.src/glob.cc,
3761         * sim/ucsim/xa.src/inst_gen.cc,
3762         * sim/ucsim/xa.src/xa_bit.cc,
3763         * sim/ucsim/xa.src/xa_sfr.cc,
3764         * sim/ucsim/z80.src/inst_dd.cc,
3765         * sim/ucsim/z80.src/inst_fdcb.cc,
3766         * support/scripts/keil2sdcc.pl,
3767         * src/pic16/pic16.dsp,
3768         * src/pic16/pic16a.dsp: corrected cvs line endings
3769         * device/lib/printf_large.c: fixed bug 1057979
3770         * src/pic16/gen.c: fixed non-C standard code
3771         * src/SDCCmain.c: made --pack-iram default, added --no-pack-iram
3772         * src/SDCCglobl.h: changed pack_iram to no_pack_iram
3773         * support/regression/ports/mcs51/support.c: reload T1 asap
3774         * doc/sdccman.lyx: updated for options --pack-iram and --no-pack-iram,
3775           pdata use and clear idata startup behaviour
3776         * support/regression/tests/bug1057979.c: added
3777
3778 2004-11-04 Maarten Brock <sourceforge.brock AT dse.nl>
3779
3780         * device/examples/ds390/ow390/ad26.h,
3781         * device/examples/ds390/ow390/cnt1d.h,
3782         * device/examples/ds390/ow390/crcutil.c,
3783         * device/examples/ds390/ow390/ownet.h,
3784         * device/examples/ds390/ow390/owsesu.c,
3785         * device/examples/ds390/ow390/swt12.h,
3786         * device/examples/ds390/ow390/swtoper.c,
3787         * device/examples/ds390/ow390/temp10.h,
3788         * device/examples/ds390/ow390/thermodl.c,
3789         * device/examples/ds390/tinitalk/tinitalk.dsp,
3790         * device/examples/ds390/tinitalk/tinitalk.dsw,
3791         * device/examples/mcs51/clock/hw.h,
3792         * device/examples/mcs51/simple2/go.bat,
3793         * device/examples/serialcomm/windows/serial.h,
3794         * device/examples/xa51/dummy.c,
3795         * device/examples/xa51/hello.c,
3796         * device/include/80c51xa.h,
3797         * device/include/at89x051.h: corrected cvs line endings
3798
3799 2004-11-04 Vangelis Rokas <vrokas AT otenet.gr>
3800
3801         * src/pic16/main.c (options): added command line --gstack, to trace
3802         stack over/under flows,
3803         * added pragma 'wparam' to allow passing first byte of function
3804         parameters via WREG, syntax is #pragma wparam my_function[, func2...]
3805         * src/pic16/gen.c (pic16_testStackOverflow): function which emits a
3806         call to __gstack_test function and sets up the symbol as extern,
3807         * (pic16_pushpCodeOp, pic16_poppCodeOp, pushw, pushaop, popaopidx,
3808         * popaop): added call to pic16_testStackOverflow,
3809         * (wParamCmp, inWparamList): NEW, test existence of a symbol in
3810         wparamList list,
3811         * (genCall, genPcall): now all parameters are passed via stack
3812         except in functions that are pass to wparam pragma in which WREG is
3813         used too,
3814         * (genPcall): REENTRANT flag is checked to see if variable prototype
3815         contains reentrant keyword, don't call a non-reentrant function, via
3816         a reentrant function pointer or vice versa, functions are never
3817         passed via WREG,
3818         * (genJumpTab): applied patch from bug #1057478 by R.Neider and
3819         D.Winkler,
3820         * src/pic16/glue.c (pic16emitRegularMap): fixed bug which caused a
3821         SIGSEGV when accessing a NULL register stucture,
3822         * (pic16_printGPointerType): modified to handle UPPER modifier for
3823         function initializers, changed prototype of function to simpler one,
3824         * (pic16_printIvalFuncPtr): check to see if function is already
3825         added in externs list,
3826         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): fixed bug which
3827         optimized a move from W to SFR with a move to the same register
3828         later after a CALL,
3829         * device/lib/pic16/debug: NEW directory, contains debug features
3830         which are enabled when linking with libdebug.lib, currently command
3831         line option --gstack enables stack pointer tracing for over/under
3832         flow, corresponding sources are in debug/gstack
3833
3834 2004-10-30 Vangelis Rokas <vrokas AT otenet.gr>
3835
3836         * doc/sdccman.lyx: updated SDCC version,
3837         * (PIC16 port): update list of command line options,
3838         * src/pic16/device.h (structure pic16_options_t): added field gstack
3839         to enable stack overflow tracing on push/pops,
3840         * src/pic16/device.c (statistics structure): added statistics
3841         structure,
3842         * (pic16_dump_access, pic16_dump_usection, pic16_dump_gsection,
3843         pic16_dump_int_registers): increase statistics counters for each
3844         * variable which is encountered
3845         * (pic16_dump_usection): emit each .udata variable to its own udata
3846         section,
3847         * src/pic16/gen.c (assignResultValue, genCall, genPcall, genFunction):
3848         when macro USE_WREG_IN_FUNC_PARAMS is set to 0 pass all function
3849         parameters via stack, otherwise use old scheme,
3850         * src/pic16/glue.c (pic16_emitStatistics): dump statistics in
3851         assembler output file,
3852         * src/pic16/main.c: added command line options --gstack to enable
3853         push/pop tracing for stack overflow,
3854         * src/pic16/pcode.c (all pCodeInstruction records for PIC18F
3855         instructions): added size of each instruction,
3856         * (pic16_countInstruction): estimate size of instructions in
3857         the_pFile list, inline assembly blocks are not counted,
3858         * (pic16_FixRegisterBanking): trace previous register usage, when
3859         banksel optimizations is greater than 0, don't emit a redudant
3860         banksel directive,
3861
3862 2004-10-26 Slade Rich <slade_rich AT users.sourceforge.net>
3863
3864         * src/pic/ralloc.c : fixed inefficient code produced when compiling a complimented bit operation.
3865         * src/pic16/ralloc.c : applied same fix for pic16.
3866         * src/pic/gen.c : tidied it up a little.
3867
3868 2004-10-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3869
3870         * src/mcs51/peeph.def: disabled 259.a,b for removing redundant ret,
3871         thanks to Martin Helmling for reporting (mail on sdcc-devel 2004-10-25)
3872
3873 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3874
3875         * src/SDCCast.c (reverseParms): fixed bug #1040577 (part 2)
3876
3877 2004-10-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3878
3879         * device/lib/ser_ir_cts_rts.c: integer promotion caused a call to the
3880         non-reentrant function __modsint in the interrupt function (thus
3881         corrupting math operations during serial I/O)
3882         * device/lib/ser_ir.c: as above, changed buffersize
3883         * src/mcs51/peeph.def: added 259.a,b for removing redundant ret,
3884         256.c,d for zeroing
3885         * doc/Makefile: added option -t for rsync
3886
3887 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3888
3889         * src/SDCCast.h (struct ast),
3890         * src/SDCCast.c (reverseParms, copyAst): fixed bug #1040577 (part 1)
3891
3892 2004-10-20 Borut Razem <borut.razem AT siol.net>
3893
3894         * support/scripts/sdcc.nsi: added include/pic16/*.h to the setup
3895         package
3896
3897 2004-10-20 Vangelis Rokas <vrokas AT otenet.gr>
3898
3899         * device/lib/pic16/libsdcc/Makefile: added lregs directory in
3900         makefile targets,
3901         * device/lib/pic16/libsdcc/lregs/{Makefile,lrst.c,lrrest.c}: NEW
3902         support functions to replace long sequences of MOVFF's from access
3903         bank registers to stack and vice versa,
3904         * src/pic16/device.h: added new field opt_flags, where optimization
3905         flags can be set to enable certain features,
3906         * src/pic16/gen.c (pic16_emitpinfo): NEW to add PC_INFO pCode in
3907         * pBlock, (genFunction, genEndFunction): surroung loop for
3908         saving/loading used registers in stack with PC_INFO pCodes,
3909         INF_LREGS. Code in between can then be optimized by pCode optimizer
3910         to support function calls,
3911         * (genDataPointerSet): fixed bug which loaded float fields in
3912         structures with corrupt data,
3913         * src/pic16/genutils.c (debugf, _debugf): macro/function which emits
3914         in a standard way debug info on stderr. Feature used for developing
3915         and debugging only,
3916         * src/pic16/glue.c (pic16glue): reformatted, deleted some old and
3917         obsolete chunks of code,
3918         * if optimization flag OF_LR_SUPPORT was set, call pic16_OptimizeLocalRegs,
3919         * src/pic16/main.c (_pic16_parseOptions): added handler for --flr-support,
3920         * pic16/src/pcode.c (pic16_newpCodeInfo,
3921         * (pic16_newpCodeOpLocalRegs),
3922         * (pic16_convertLocalRegs2Support): NEW, to support new optimization
3923         feature,
3924         * (pic16_pCodeConstString): printing of the initial value of a
3925         symbol as a comment is inhibited since parsing was already done by
3926         copyStr and output is corrupt,
3927         * (pic16_pCode2str, genericPrint): handle PC_INFO pCode,
3928
3929 2004-10-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3930
3931         * src/mcs51/ralloc.c (packRegisters): fixed bug #1044601
3932
3933 2004-10-19 Maarten Brock <sourceforge.brock AT dse.nl>
3934
3935         * as/mcs51/lkarea.c: removed old K&R style,
3936           (lnksect): changed check on boundary error,
3937           (lnksect2): changed check on boundary error,
3938           (lnksect2): extend XSTK to end of page if size = 1
3939         * as/mcs51/lkmain.c: removed old K&R style,
3940           (Areas51): create l_IRAM symbol
3941         * as/mcs51/lkmem.c (summary2): added report on PSEG and XSTK
3942         * device/lib/Makefile.in: renamed model-mcs51-reentrant to
3943           model-mcs51-stack-auto, added model-mcs51-xstack-auto
3944         * device/lib/_mullong.c: added version to be compiled with xstack
3945         * device/lib/mcs51/crtclear.asm: clear only upto --iram-size
3946         * device/lib/mcs51/crtxclear.asm: clear pdata as well
3947         * device/lib/mcs51/crtxstack.asm: fixed comment
3948         * src/SDCCglue.c: maxInterrupts defaults to 0,
3949           (emitMaps): added pdata,
3950           (createInterruptVect): (re)moved default,
3951           (glue): added pdata,
3952           (glue): moved __start__xstack to XSTK with default size 1
3953         * src/SDCCmain.c (parseCmdLine): automatically set options.intlong_rent
3954           and options.float_rent when options.stackAuto is set,
3955           (linkEdit): only write XDATA_NAME if provided on command line
3956         * src/SDCCmem.h,
3957         * src/SDCCmem.c: added pdata
3958         * src/port.h: added pdata_name to PORT
3959         * src/mcs51/gen.c (toBoolean): fixed for Acc use of aopGet,
3960           (saveRegisters, unsaveRegisters): removed usage of B,
3961           (genMinus): fixed accumulator clash,
3962           (genJumpTab): added comment, this needs another look
3963         * src/mcs51/gen.c: added check for "B in use" paranoia,
3964           added pushB() and popB()
3965         * src/mcs51/peeph.def: restart after 177.c so 177.a can get a second
3966           chance
3967         * src/avr/main.c,
3968         * src/ds390/main.c,
3969         * src/hc08/main.c,
3970         * src/mcs51/main.c,
3971         * src/pic/main.c,
3972         * src/pic16/main.c,
3973         * src/xa51/main.c,
3974         * src/z80/main.c: (reset_regparms) made void parameter explicit and
3975           added PSEG (PAG,XDATA) or NULL to port specifier
3976         * src/ds390/main.c (_ds390_genIVT): moved implemented default in here
3977         * src/mcs51/main.c (_mcs51_genIVT): moved implemented default in here,
3978           (_mcs51_genInitStartup): removed __start__xstack equ,
3979           (mcs51_port): moved xstack from XSEG (XDATA) to XSTK (PAG,XDATA)
3980         * src/pic16/device.c (pic16_dump_usection, pic16_dump_isection),
3981         * src/z80/gen.c (_rleAppend): fixed warnings
3982         * support/regression/tests/zeropad.c: added pdata test
3983         * .version: bumped to 2.4.6
3984
3985 2004-10-17 Borut Razem <borut.razem AT siol.net>
3986
3987         * support/scripts/sdcc.nsi: cross compiling of WIN32 setup.exe on Linux
3988         as a part of nightly build
3989
3990 2004-10-16 Vangelis Rokas <vrokas AT otenet.gr>
3991
3992         * src/pic16/gen.c (struct _G): added field useWreg, is set to 1 when
3993         WREG holds the first byte function parameters,
3994         * (aopForSym): take special case for symbols which are in FARSPACE
3995         but in CODESPACE too,
3996         * (assignResultValue): modified to take into account _G.useWreg,
3997         * (genCall): don't use wreg for parameter passing when function is
3998         declared as reentrant, too, added optimization INCF to stack
3999         pointer when stack parameter count is 1,
4000         * (genFunction, genEndFunction): refurnished and fixed to not using
4001         wreg for passing parameters when function has varargs or is
4002         reentrant, fixed bug with symbol name compare for generating
4003         functions in absolute address,
4004         * (pic16_storeForReturn): refurnished,
4005         * (genCmp): began writing a new version of the function, not ready
4006         yet, therefore it is disabled,
4007         * (genAssign): do not read code memory when assigning a function to
4008         a pointer function,
4009         * src/pic16/glue.c (pic16emitStaticSeg): abSym->name is defined an
4010         array of characters, not pointer,
4011         * (pic16initialComments): in debug mode emit an .ident directive for
4012         the assembler,
4013         * (_process_pragma): emit a new warning type (internal to pic16)
4014         when setting stack to default length, emit a similar warning when
4015         placing a function at absolute address and address is not word aligned
4016         * (_pic16_parseOptions): added 'return TRUE' statement,
4017         * (_pic16_linkEdit): if compiling a source, then add the source's
4018         file object, first in the list of objects to link,
4019
4020 2004-10-13 Slade Rich <slade_rich AT users.sourceforge.net>
4021
4022         * src/pic/pcoderegs.c : increased count on regUsedinRange to prevent unnecessary warning.
4023         * src/pic/main.c : removed VC warning.
4024         * src/pic/gen.c : changed comment.
4025
4026 2004-10-12 Vangelis Rokas <vrokas AT otenet.gr>
4027
4028         * device/lib/pic16/libsdcc/gptr/gptrput[234].c: an external
4029         reference to a deprecated symbol _GPTRREG was causing failure to
4030         link. Thanks G. M. Gallant for the info.
4031
4032 2004-10-12 Slade Rich <slade_rich AT users.sourceforge.net>
4033
4034         * src/pic/pcode.c : Applied a code patch supplied by Paul Ashmore in
4035         comments for Bugs item #954788.
4036
4037 2004-10-10 Vangelis Rokas <vrokas AT otenet.gr>
4038
4039         * src/pic16/device.c (pic16_dump_gsection,
4040         * pic16_groupRegistersInSection): handle symbols declared to be in
4041         access bank differently,
4042         * src/pic16/gen.c (struct _G): added field resDirect,
4043         * (aopForSym): if symbol on stack and iCode is '=' and result exists,
4044         send values read from stack directly to result and don't allocate
4045         temporary values,
4046         * (pic16_sameRegs): fixed bug that allowed MOVFF to move between
4047         same registers,
4048         * (pic16_sameRegsOfs): NEW,
4049         * (freeAsmop): if _G.resDirect is set then do not mark registers as
4050         free because they were not allocated from temporary pool,
4051         * pic16_popRegFromString): workaround to fix a problem with
4052         allocating variables twice or never,
4053         * (genGenPointerGet): using PRODL instead of FSR0H,
4054         * (genGenPointerSet): using POSTDEC1 (that is a stack location)
4055         instead of FSR0H,
4056         * (genAssign): take advantage of the _G.resDirect flag,
4057         * (genCast): around line 11844, use mov2f instead of directly
4058         MOVFF'ing between operands to account for literal values,
4059         * src/pic16/genutils.c: some new debug functions for gpsim have been
4060         added,
4061         * src/pic16/glue.c (pic16_printIvalType): fixed bug that initialized
4062         float with integer part only,
4063         * src/pic16/main.c (_process_pragma): handle pragma udata access to
4064         place variables in access bank
4065         * device/lib/pic16/libsdcc/gptr/gptr*.c: using BRA instead of GOTO,
4066         updated sources to reflect recent changes in gen.c
4067
4068 2004-10-06 Vangelis Rokas <vrokas AT otenet.gr>
4069
4070         * device/lib/pic16/libsdcc/Makefile.rules: fixed bug concerning
4071         sources that searched for headers in installation path, now the
4072         device/include/pic16 is used,
4073         * src/pic16/glue.c (pic16glue),
4074         * src/pic16/pcode.c (pCode2str, genericPrint): don't print .file or
4075         .line directives if not in debug mode, this suppresses assembler's
4076         warnings for ignored directives
4077
4078 2004-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
4079
4080         * src/port.h: made reset_regparms prototype void parameter explicit.
4081         * src/SDCCsymt.c (processFuncArgs): removed argument "func".
4082         * src/mcs51/ralloc.c (packRegisters): new fix for bugs 898889 & 979599.
4083         * doc/sdccman.lyx: documented warning disabling and how to use
4084           printf_large to make it print floats.
4085         * device/include/stdbool.h: NEW
4086         * device/lib/_atof.c,
4087         * device/lib/_divuint.c,
4088         * device/lib/_divulong.c,
4089         * device/lib/expf.c,
4090         * device/lib/printf_large.c,
4091         * device/lib/sincosf.c,
4092         * device/lib/sincoshf.c: used stdbool.h, all compile with stack-auto now
4093         * device/lib/Makefile.in: added target for model-mcs51-reentrant to build
4094           a completely reentrant lib.
4095
4096 2004-10-05 Vangelis Rokas <vrokas AT otenet.gr>
4097
4098         * device/lib/pic16/libsdcc/gptr/gptr*.c: added return statements
4099         * device/include/pic16/stdio.h: fixed bug with colon
4100
4101 2004-10-03 Vangelis Rokas <vrokas AT otenet.gr>
4102
4103         * device/include/pic16/stdio.h,
4104         * device/include/pic16/stdlib.h,
4105         * device/include/pic16/math.h: NEW
4106         * device/lib/pic16/libsdcc/gptr/*.c (gptrget*, gptrput*): functions
4107         declared as _naked to reduce overhead
4108         * device/lib/Makefile.in (target port-specific-objects-pic16):
4109         changed * to *.* so to ignore the CVS directory,
4110         * src/pic16/gen.c (pic16_freeAsmop): added code to store result of
4111         stacked variables back in stack,
4112         * (genEndFunction): fixed bug reported by G.M. Gallant with stack
4113         corruption
4114
4115 2004-10-01 Vangelis Rokas <vrokas AT otenet.gr>
4116
4117         * .version: bumped version number to 2.4.5
4118         * support/Util/SDCCerr.h: added warning W_POSSBUG2.
4119         * support/Util/SDCCerr.c (messages structure): added entry for
4120         W_POSSBUG2
4121
4122         Large cumulative patch for pic16 port and libraries.
4123         * device/include/pic16/sdcc-lib.h,
4124         * device/include/pic16/stdarg.h,
4125         * device/include/asm/pic16/features.h,
4126         * device/include/lib/pic16/libsdcc/gptr/{*.c, Makefile}: NEW,
4127         * device/include/pic16/float.h: changes reentrant keyword with
4128         _FS_REENTRANT, added prototype for __fsneq, included sdcc-lib.h
4129         * device/lib/pic16/libsdcc/Makefile: added target directory gptr,
4130         updated target build-libraries to include objects from gptr,
4131         * device/lib/pic16/libsdcc/{char,int,long}/*.c: added macro
4132         _IL_REENTRANT to all function headings, included sdcc-lib.h header,
4133         * device/lib/pic16/libsdcc/float/*.c: added macro _FS_REENTRANT to
4134         all function headings,
4135         * src/SDCCmain.c: added global parameter userIncDirsSet,
4136         * (parseCmdLine): when option -I is encountered add directory to
4137         userIncDirsSet too,
4138         * src/version.awk: added space between control and long,
4139         * src/pic16/NOTES: added some notes for the port,
4140         * src/pic16/gen.c: added prototype for mov2fp function,
4141         * (fReturnpic16[]): properly named return value registers,
4142         * (_G structure): added fields stackRegSet, fregsUsed, stack_lat,
4143         * (aopForSym): added code to handle symbols with onStack flag set,
4144         symbols onStack are allocated PTRSIZE bytes,
4145         * (aopFreeAsmop): handles special case where asmops are stack objects,
4146         * (aopGet, pic16_popGet): adde cod to handle new asmop AOP_STA,
4147         * (pic16_popGetTempReg, pic16_popGetTempRegCond, pic16_popReleaseTempReg):
4148         added argument lock to trace flaws in allocating temporary registers
4149         when developing port,
4150         * (pic16_popGetLit, pic16_popGetLit2): changed lit from unsigned to signed
4151         * (pic16_popRegFromString): reenabled allocating a direct register
4152         from string,
4153         * (assignResultValue): various beautifications,
4154         * fixed bug #1037717 (patch from R. Neider & D. Wrinkler) with mistaken
4155         referenced function argument,
4156         * (genIpush): reenabled to allow stacked arguments, handles only
4157         ic->parmPush iCodes,
4158         * (genCall, genPcall): major changes to allow for variable argument
4159         functions, fixed a bug with falsely restoring stack pointer after
4160         returning from call,
4161         * (genFunction): pending code for critical function,
4162         * (shiftR1Left2ResultSigned, shiftR1Left2Result, shiftL2Left2Result,
4163         * (shiftR2Left2Result, shiftLLong) applied patch #1032155 from R.Neider,
4164         * (genNearPointerGet): fixed bug with indirect reading, was always
4165         reading from INDF0
4166         * (genGenPointerGet, genGenPointerSet): rewrote to support generic
4167         pointers,
4168         * (genAddrOf): rewrote code to take address of a stacked function parameter
4169         * (genCast): fixed casting to generic pointer type,
4170         * src/pic16/gen.h: added AOP_STA,
4171         * (struct asmop): added field stk,
4172         * src/pic16/genarith.c (pic16_AopType): handle AOP_STA,
4173         * (pic16_genPlusIncr): changed emitSKPNZ to emitSKPNZ,
4174         * (pic16_genAddLit, pic16_genPlus): applied patch #1034042 by tecodev,
4175         * (pic16_genMinus): fixed bug #1035119 with patch submitted by tecodev,
4176         * src/pic16/genutils.c (pic16_genNot): removed symbol *tlbl,
4177         * src/pic16/glue.c (pic16_printGPPointerType): fixed to support new
4178         generic pointers,
4179         * src/pic16/main.c (_pic16_initPaths): ignores default SDCC include
4180         and library paths,
4181         * (pic16_port structure): generic pointer size is set to 3,
4182         * src/pic16/pcode.c (pic16_newpCodeOpLit): correctly print literal integer,
4183         * (insertBankSwitch): cast to (char *) to prevent 64bit CPUs'
4184         compiler warning,
4185         * src/pic16/ralloc.c (allocReg): prevent allocating register when
4186         operand is an iTemp,
4187
4188 2004-09-24 Martin Helmling <mh AT octo-soft.de>
4189
4190         * debugger/mcs51/cmd.c: set PC if a symbol at pc reg is set
4191         * debugger/mcs51/simi.c: addapt new syntax of s51
4192
4193 2004-09-23 Vangelis Rokas <vrokas AT otenet.gr>
4194
4195         * src/pic16/genutils.c (pic16_genNot): fixed bug #1032265,
4196         * src/pic16/pcode.c: commented out some calls to free() in order to
4197         fix bug #989576,
4198
4199 2004-09-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4200
4201         * src/SDCCicode.h,
4202         * src/SDCCicode.c (isiCodeInFunctionCall),
4203         * src/avr/ralloc.c (selectSpil),
4204         * src/pic/ralloc.c (selectSpil),
4205         * src/pic16/ralloc.c (selectSpil),
4206         * src/ds390/ralloc.c (selectSpil),
4207         * src/hc08/ralloc.c (selectSpil),
4208         * src/xa51/ralloc.c (selectSpil),
4209         * src/mcs51/ralloc.c (selectSpil): Don't use remainSpil to spill to the
4210         stack in the middle of a function call sequence (fixes bug #1020268)
4211         * src/SDCCicode.c (geniCodeJumpTable): fixed error in computing the
4212         costs associated with the minimum switch case.
4213
4214 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4215
4216         * src/SDCC.lex: fixed bug #1030549
4217
4218 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4219
4220         * src/SDCCcse.h (struct cseDef),
4221         * src/SDCCcse.c (cseBBlock, newCseDef, ifFromAddrTaken): purge CSEs
4222         over a function call if the CSE is derived from a symbol whose
4223         address has been taken (fixes bug #1029883)
4224         * support/regression/tests/bug-1029883: a new regression test for
4225         this bug
4226
4227 2004-09-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4228
4229         * src/hc08/gen.c (emitinline): fixed bug #1029778
4230         * src/SDCC.y (assignment_expr): fixed the grammer so that assignment
4231         to a cast object is no longer a syntax error ("fixes" bug #1030006,
4232         and starts toward RFE #905167)
4233
4234 2004-09-17 Vangelis Rokas <vrokas AT otenet.gr>
4235
4236         * src/pic16/gen.c (mov2f): New function to move an operand to
4237         another without considering if it is a literal or a register,
4238         * (pic16_sameRegs): don't check if they are both AOP_REG,
4239         * (AccRsh): removed andmask=0 lines,
4240         * (genLeftShift): duplicated to be improved in future versions,
4241         * src/pic16/main.c (_process_pragma): emit stack default size in hex,
4242         * src/pic16/pcode.c: added POC_INFSNZW, updated inverted_op fields
4243         in POC_INCFSZ, POC_INCFSZW, POC_INFSNZ,
4244         * (pic16initMnemonics): added initialization for POC_INFSNZW,
4245         * (insertBankSwitch): fixed inserting banksel directives algorithm
4246         for instructions that follow a skip instruction, this fixes a report
4247         for broken subtraction code generation,
4248         * src/pic16/ralloc.c (deassignLRs): do not free register if current
4249         iCode is a left op, just in case result and right share the same
4250         registers
4251
4252 2004-09-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4253
4254         * src/hc08/main.c,
4255         * src/hc08/gen.c (genJumpTable): more efficient jump table, supports
4256         preservation of HX
4257         * src/hc08/gen.c (pullRegs): fixed order of HX & XA pairs
4258         * src/mcs51/ralloc.c (packRegisters): removed the patch applied
4259         on 2004-09-12; it was buggy
4260
4261 2004-09-15 Bernhard Held <bernhard AT bernhardheld.de>
4262
4263         * src/SDCCsymt.h: removed RESULT_CHECK
4264         * src/SDCCast.c,
4265         * src/SDCCglue.c,
4266         * src/SDCCval.c,
4267         * src/pic/glue.c,
4268         * src/pic16/glue.c: replaced RESULT_CHECK with RESULT_TYPE_NONE
4269
4270 2004-09-15 Vangelis Rokas <vrokas AT otenet.gr>
4271
4272         * src/SDCCicode.c (piCode): applied patch from Raphael Neider,
4273         * src/pic16/device.c (pic16_assignConfigWordValues): wrong
4274         configuration values no more rejected by compiler, they are assigned
4275         to configuration registers with a warning message instead,
4276         * src/pic16/glue.c (pic16_emitConfigRegs): added +1 at top-limit of
4277         the for-loop so last conf register is emitted too,
4278         * (_pic16_initPaths): link library libsdcc.lib by default,
4279         * (_hasNativeMulFor): modified test for multiplication according to
4280         Raphael Neider's remarks. Integer multiplication is also done with
4281         support functions,
4282         * device/include/pic16/pic18fregs.h: corrected type error in while
4283         testing and including 18f6720 header file
4284
4285 2004-09-14 Vangelis Rokas <vrokas AT otenet.gr>
4286
4287         * src/pic16/device.h (pic16_options): removed field use_crt,
4288         * src/pic16/gen.c (genUnpackBits): added call to pic16_loadFSR0
4289         until an optimization to handle single bits is added,
4290         * (pic16_loadFSR0): moved before genUnpackBits,
4291         * (genAnd): some white lines removed,
4292         * src/pic16/main.c (_pic16_finaliseOptions): set omit_ivt and clear
4293         leave_reset flags in pic16_options when using crt modules,
4294
4295 2004-09-12 Maarten Brock <sourceforge.brock AT dse.nl>
4296
4297         * src/mcs51/ralloc.c (packRegisters): applied fix by Bernhard Held
4298           for bugs 898889 & 979599. Also used some safer print instructions.
4299
4300 2004-09-12 Vangelis Rokas <vrokas AT otenet.gr>
4301
4302         * src/pic16/device.h (pic16_options_t): added field use_crt,
4303         crt_name, no_crt,
4304         * src/pic16/genarith.c (pic16_genPlus): added an assert(0) line to
4305         catch a probable future bug,
4306         * src/pic16/gen.c: aopIdx function commented out,
4307         * (genAssign): commented out old code which used aopIdx,
4308         * src/pic16/glue.c (pic16glue): removed some legacy fragments of
4309         code, added if conditionals to take into account the --use-crt
4310         command line options,
4311         * src/pic16/main.c (pic16_optionsTable): added new command line
4312         options, --use-crt= and --no-crt,
4313         * (_pic16_linkEdit): now the proper crt object is added in the
4314         linker command line except than when --no-crt is specified,
4315         * src/pic16/pcode.c,
4316         * src/pic16/pcode.h: added some structures and functions for a new
4317         optimization scheme to compansate for instruction overhead between
4318         same iCodes, this scheme is currently under development and is not
4319         working in any way,
4320         * src/pic16/gen.c (genAnd): added patch provided by Aaron Collwell
4321         to && operator,
4322         * device/lib/pic16/startup/crt0i.c,
4323         * device/lib/pic16/startup/crt0iz.c: added global char variable
4324         __uflags to force the generation of an idata section
4325
4326 2004-09-12 Bernhard Held <bernhard AT bernhardheld.de>
4327
4328         * doc/Makefile,
4329         * doc/clean.mk: added support for easy creation of sdcc-doc.tar.bz2
4330         * doc/sdccman.lyx: updated sdcc version to 2.4.4
4331
4332 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4333
4334         * doc/sdccman.lyx: fixed a problem with my new index entries (thanks
4335         Frieder) and clarified the default code optimization mode
4336
4337 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4338
4339         * src/SDCC.lex (doPragma, process_pragma),
4340         * src/SDCCglobl.h (struct optimize): added pragmas "opt_code_speed",
4341         "opt_code_size", and "opt_code_balanced"
4342         * src/SDCCmain.c (optionsTable[], printOptions, scanOptionsTable):
4343         regrouped options by category, added support for category headers
4344         * src/SDCCmain.c (parseCmdLine): added options "--opt-code-speed"
4345         and "--opt-code-size"
4346         * doc/sdccman.lyx: documented these new options and pragmas
4347         * src/hc08/gen.c (AccLsh, AccRsh): take speed/size optimization
4348         preference into account
4349
4350 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
4351
4352         * src/SDCCicode.c (geniCodePostInc, geniCodePreInc, geniCodePostDec,
4353           geniCodePreDec): Fixed bug 904237 by generating a warning
4354         * src/SDCCerr.h,
4355         * src/SDCCerr.c: added warning W_SIZEOF_VOID
4356
4357 2004-09-09 Slade Rich <slade_rich AT users.sourceforge.net>
4358
4359         * src/pic/device.c : When no max ram set validate full memory range.
4360         * src/pic/pcode.c,
4361         * src/pic/pcodepeep.c : Copy C code comments to optimised replacement code.
4362
4363 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
4364
4365         * device/lib/_gptrget.c,
4366         * device/lib/_gptrput.c: updated comment
4367         * device/lib/calloc.c,
4368         * device/lib/free.c,
4369         * device/lib/malloc.c,
4370         * device/lib/realloc.c: added LGPL, made them reentrant-safe
4371         * src/SDCCcse.c (cseBBlock),
4372         * src/SDCCicode.c (printOperand, geniCodeArray),
4373         * src/SDCCicode.h (struct operand): fixed bug 868103
4374         * support/regression/tests/bug-868103.c: added
4375         * src/SDCCast.c (searchLitOp),
4376         * src/SDCCcse.h (struct cseDef),
4377         * src/SDCCglue.c (printIvalArray, spacesToUnderscores),
4378         * src/SDCCicode.h (struct operand),
4379         * src/SDCCsymt.h (struct sym_link),
4380         * src/avr/gen.c (hasInc),
4381         * src/ds390/gen.c (hasInc),
4382         * src/hc08/gen.c (genPlusIncr, hasInc),
4383         * src/mcs51/gen.c (hasInc),
4384         * src/pic16/glue.c (pic16_printIvalChar),
4385         * src/pic16/ralloc.c (regWithIdx),
4386         * src/xa51/gen.c (hasInc) : removed warnings
4387         * src/SDCCast.c (createBlock): added comment ???
4388         * src/hc08/ralloc.c: updated comments
4389
4390 2004-09-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4391
4392         * doc/sdccman.lyx: updated section on switch statements, added
4393         section about semaphore locking
4394         * doc/Makefile: added option -info for latex2html
4395         * device/lib/_gptrget.c,
4396         * device/lib/_gptrput.c: __XPAGE instead of P2 in outcommented code
4397
4398 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
4399
4400         * src/pic/device.h,
4401         * src/pic/device.c,
4402         * src/pic/port.c : Changed PIC14 code to not set bit RP1 when
4403          maxram is less than 0x100.
4404
4405 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
4406
4407         * Bug fixes for PIC14 - signed RSHIFT problem. Patch supplied by Allen(agschrum).
4408
4409 2004-09-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4410
4411         * src/port.h,
4412         * src/mcs51/main.c,
4413         * src/ds390/main.c,
4414         * src/z80/main.c,
4415         * src/hc08/main.c,
4416         * src/pic/main.c,
4417         * src/pic16/main.c,
4418         * src/avr/main.c,
4419         * src/xa51/main.c
4420         * src/SDCCicode.c (geniCodeJumpTable): Better logic to determine if a
4421         a jump table is the best form for a switch statement, including
4422         automatic insertion of missing cases to make the case range
4423         continuous. Developed in collaboration with Frieder Ferlemann.
4424
4425 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4426
4427         * src/hc08/ralloc.c (canDefAccResult): multi-byte shift is unsafe for
4428         accumulator result if it needs sign extension
4429
4430 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
4431
4432         * src/hc08/ralloc.c (canUseAccOperand): fixed comparison bug
4433
4434 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
4435
4436         * device/lib/gbz80/printf.c,
4437         * device/lib/z80/printf.c: removed define for NULL
4438
4439 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
4440
4441         * as/xa51/xa_link.c,
4442         * device/examples/ds390/ow390/ad26.c,
4443         * device/examples/ds390/ow390/cnt1d.c,
4444         * device/examples/ds390/ow390/counter.c,
4445         * device/examples/ds390/ow390/ds2480.h,
4446         * device/examples/ds390/ow390/ds2480ut.c,
4447         * device/examples/ds390/ow390/findtype.c,
4448         * device/examples/ds390/ow390/gethumd.c,
4449         * device/examples/ds390/ow390/owllu.c,
4450         * device/examples/ds390/ow390/ownetu.c,
4451         * device/examples/ds390/ow390/swt12.c,
4452         * device/examples/ds390/ow390/swtloop.c,
4453         * device/examples/ds390/ow390/temp.c,
4454         * device/examples/ds390/ow390/temp10.c,
4455         * device/examples/ds390/ow390/thermo21.c,
4456         * device/examples/ds390/ow390/tinilnk.c,
4457         * device/examples/ds390/ow390/tstfind.c,
4458         * device/examples/serialcomm/windows/serial.cpp,
4459         * device/examples/serialcomm/windows/test_serialcomm.cpp,
4460         * device/include/reg51.h: fixed line endings for cvs
4461
4462 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4463
4464         * src/hc08/ralloc.c (canDefAccResult, canUseAccOperand,
4465         packRegsForAccUse, packRegisters): new accumulator register
4466         packing algorithm
4467         * support/regression/ports/hc08/support.c (_putchar): suppress
4468         warning of unused variable
4469         * src/SDCCicode.c: added SWAP entry to codeTable
4470
4471 2004-09-01 Maarten Brock <sourceforge.brock AT dse.nl>
4472
4473         * device/lib/sprintf.c: forgot to add this file before previous commit
4474
4475 2004-09-01 Vangelis Rokas <vrokas AT otenet.gr>
4476
4477         * src/pic16/gen.c (genPackBits): added operand right in function
4478         parameters, load result directly if p_type is POINTER (that is
4479         called by genNearPointerSet)
4480         * (genUnPackBits): added operand left in function parameters,
4481         * (genNearPointerGet, genNearPointerSet): prevent the loading of
4482         FSR0 if accessing bitfields,
4483
4484 2004-08-31 Maarten Brock <sourceforge.brock AT dse.nl>
4485
4486         * device/include/stdio.h: added NULL, size_t, typedef pfn_outputchar,
4487           _print_format; updated printf, sprintf, vsprintf
4488         * device/include/asm/default/features.h: corrected comment/define
4489         * device/lib/Makefile.in: added sprintf.c
4490         * device/lib/libsdcc.lib: added sprintf module
4491         * device/lib/printf_large.c,
4492         * device/lib/vprintf.c,
4493         * device/lib/sprintf.c: totally refactored printf_large and vprintf
4494           into these 3 files
4495         * support/regression/Makefile: changed ALL_PORTS into a usefull default
4496         * support/regression/ports/mcs51-stack-auto/spec.mk: added sprintf
4497         * support/regression/tests/bug-927659.c: removed dummy putchar, enabled
4498           hc08 test
4499         * support/regression/tests/zeropad.c: define idata as data for hc08
4500
4501 2004-08-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4502
4503         * src/SDCCpeeph.c (labelIsReturnOnly): support hc08 rts opcode also
4504         * src/SDCCpeeph.c (buildLabelRefCountHash): assume function entry point
4505         labels are referenced at least once (even if a reference is not found)
4506         * src/hc08/gen.c (emitcode): set isComment flag for comments
4507         * src/hc08/peeph.def: added rules 5a..5f (optimize redundant immediate
4508         loads), rules 6a..6b (optimize jumps to return)
4509
4510 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4511
4512         * device/lib/acosf.c (acosf),
4513         * device/lib/asinf.c (asinf),
4514         * device/lib/atanf.c (atanf),
4515         * device/lib/ceilf.c (ceilf),
4516         * device/lib/cosf.c (cosf),
4517         * device/lib/coshf.c (coshf),
4518         * device/lib/cotf.c (cotf),
4519         * device/lib/fabsf.c (fabsf),
4520         * device/lib/floorf.c (floorf),
4521         * device/lib/log10f.c (log10f),
4522         * device/lib/logf.c (logf),
4523         * device/lib/sinf.c (sinf),
4524         * device/lib/sinhf.c (sinhf),
4525         * device/lib/sqrtf.c (sqrtf),
4526         * device/lib/tanf.c (tanf),
4527         * device/lib/tanhf.c (tanhf),
4528         * device/include/math.h: defined _FLOAT_FUNC_REENTRANT macro and
4529         replaced all instances of "reentrant" in the library functions
4530         defined in math.h with this macro.
4531         * support/regression/tests/float_trans.c: reenabled test for hc08
4532
4533 2004-08-30 Bernhard Held <bernhard AT bernhardheld.de>
4534
4535         * device/lib/pic16/Makefile.common.in: added MODELFLAGS again, it was
4536         erroneously deleted
4537
4538 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4539
4540         * src/hc08/gen.c (loadRegFromAop): better use of clra & clrx
4541         * src/hc08/gen.c (genAnd, genOr): fixed bug with conditional when
4542         multi-byte volatile operands are used
4543         * src/hc08/gen.c (shiftRLong): fixed bug with wrong rotate direction
4544         * src/hc08/main.c (_hc08_genAssemblerPreamble): moved the built-in
4545         initialization to area GSINIT0 so that it would always precede
4546         any static initializers in GSINIT
4547         * support/regression/tests/zeropad.c: fixed idata define for hc08
4548         * support/regression/tests/bug-927659.c,
4549         * support/regression/tests/float_trans.c: disabled tests for hc08
4550         pending missing library routines
4551         * .version: increased version number to 2.4.4 - hc08 port now passes
4552         regression tests
4553
4554
4555 2004-08-29 Bernhard Held <bernhard AT bernhardheld.de>
4556
4557         * device/lib/pic16/Makefile.common.in: added $(MM) to fix `make clean`
4558         * Makefile.common.in,
4559         * as/Makefile,
4560         * as/hc08/Makefile.in,
4561         * as/mcs51/Makefile.in,
4562         * as/z80/Makefile.in,
4563         * debugger/mcs51/Makefile.in,
4564         * device/include/Makefile.in,
4565         * device/lib/Makefile.in,
4566         * doc/Makefile,
4567         * link/Makefile,
4568         * link/z80/Makefile.in,
4569         * packihx/Makefile.in,
4570         * sim/ucsim/main_in.mk,
4571         * sim/ucsim/avr.src/Makefile.in,
4572         * sim/ucsim/doc/Makefile.in,
4573         * sim/ucsim/gui.src/serio.src/Makefile.in,
4574         * sim/ucsim/hc08.src/Makefile.in,
4575         * sim/ucsim/s51.src/Makefile.in,
4576         * sim/ucsim/xa.src/Makefile.in,
4577         * sim/ucsim/z80.src/Makefile.in,
4578         * src/Makefile.in,
4579         * support/cpp2/Makefile.in,
4580         * support/librarian/Makefile,
4581         * support/makebin/Makefile: added DESTDIR to the install path proposed
4582         by "Maciej 'Agaran' Pijanka" <agaran AT pld-linux.org>
4583         * doc/sdccman.lyx: added DESTDIR documentation
4584
4585 2004-08-29 Vangelis Rokas (vrokas AT otenet.gr>
4586
4587         * src/pic16/gen.c (genFunction, genEndFunction): fixed return
4588         instruction for interrupt handlers, use fast returns when returning
4589         from high priority interrupts
4590
4591 2004-08-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4592
4593         * src/hc08/gen.c (genAnd, genOr, transferAopAop, rmwWithAop): optimized
4594         code generation
4595         * src/hc08/gen.c (genrshFour, genCpl): fixed bugs
4596         * src/hc08/gen.c (genMultOneByte, genDivOneByte, genModOneByte): fixed
4597         bugs, ported much of Bernhard's code from mcs51
4598         * src/mcs51/gen.c (genSend),
4599         * src/hc08/gen.c (genSend): fixed bug with lost SEND iCodes if more
4600         than one when calling a reentrant function
4601         * device/lib/_mullong.c: defined an alternate struct layout for big
4602         endian ports (hc08)
4603
4604 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4605
4606         * src/hc08/gen.c (shiftL2Left2Result): fix for bug-500536 regression
4607         test
4608
4609 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4610
4611         * src/SDCCsymt.c (processFuncArgs): make sure parameter types
4612         are sane and complete before asking the port its prefered parameter
4613         passing method (fixes bug #1017633)
4614         * device/lib/hc08/_ret.c: added "data" storage class to _ret2
4615         and _ret3
4616
4617 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4618
4619         * src/hc08/gen.c (genPackBitsImmed, genUnpackBitsImmed): fix offset
4620         problem in bitfields >= 8 bits.
4621
4622 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
4623
4624         * src/SDCCsymt.c: undid changes that were not meant to be committed
4625
4626 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
4627
4628         * support/regression/ports/hc08spec.mk: REENTRANT must be reentrant
4629
4630 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
4631
4632         * src/hc08/gen.c (genUminusFloat): fixed bug where only 3 bytes were
4633           copied and wrong bit got inverted
4634
4635 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4636
4637         * src/hc08/gen.c (genPointerSet, genFarPointerSet): moved code from
4638         genFarPointerSet into genPointerSet; eliminated genFarPointerSet
4639         * src/hc08/gen.c (genPointerGet, genFarPointerGet): moved code from
4640         genFarPointerGet into genPointerGet; eliminated genFarPointerGet
4641         * src/hc08/gen.c (genPackBitsImmed): generate optimized code for
4642         assignments to bitfields at known addresses
4643         * src/hc08/gen.c (genUnpackBitsImmed): generate optimized code for
4644         reads from bitfields at known addresses
4645         * src/hc08/ralloc.c (packRegisters),
4646         * src/hc08/gen.c (genPointerGet, genUnpackBits, genUnpackBitsImmed,
4647         genhc08Code): optimize pointer get values used as conditionals
4648         * src/hc08/peeph.def: added rules 2e & 2f to optimize bit test
4649         and branch
4650
4651 2004-08-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4652
4653         * src/mcs51/gen.c (genPointerGet, genNearPointerGet, genPagedPointerGet,
4654         genFarPointerGet, genCodePointerGet, genGenPointerGet, genUnpackBits),
4655         * src/mcs51/ralloc.c (packRegisters): optimize pointer get values used
4656         as conditionals
4657
4658 2004-08-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4659
4660         * src/mcs51/peeph.def: peepholes 248.i-m for xdata bitfields
4661
4662 2004-08-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4663
4664         * src/mcs51/ralloc.c (packRegsForOneuse): fixed bug #1012650 and some
4665         related problems
4666
4667 2004-08-21 Bernhard Held <bernhard AT bernhardheld.de>
4668
4669         * sim/ucsim/cmd.src/Makefile.in: run lex only if $(PRJDIR)/devel exists
4670
4671 2004-08-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4672
4673         * src/z80/ralloc.c (packRegsForAssign): ported some bug fixes from the
4674         mcs51 port
4675
4676 2004-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
4677
4678         * src/pic/gen.c: Restored fn genRet as previous fix was incorrect.
4679
4680 2004-08-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4681
4682         * src/mcs51/gen.c (genJumpTab): jumptables for more than 16 switch
4683         cases use more compact code.
4684
4685 2004-08-13 Slade Rich <slade_rich AT users.sourceforge.net>
4686
4687         * src/pic/gen.c: Fixed problem with fn returning a variable bigger than a char.
4688
4689 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4690
4691         * src/SDCClrange.c (findPrevUse): fixed bug #1007371
4692
4693 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4694
4695         * src/SDCCsymt.h,
4696         * src/SDCCsymt.c (changePointer, checkDecl, addSymChain): changed
4697         parameter of changePointer() from symbol* to sym_link*
4698         * src/SDCCast.c (decorateType): call changePointer() for CAST op
4699         * src/SDCCsymt.c (compareType): void* type is castable to other
4700         pointers, but not necesarily an exact match.
4701         * src/SDCCicode.c (geniCodeCast): allow void* casting here since it
4702         is no longer blindly treated as an exact match.
4703         * src/SDCCval.c (valCastLiteral): treat missing type as cast to void
4704
4705 2004-08-12 Slade Rich <slade_rich AT users.sourceforge.net>
4706
4707         * src/pic/glue.c: Added struct initialisation fn printIvalStruct.
4708
4709 2004-08-11 Slade Rich <slade_rich AT users.sourceforge.net>
4710
4711         * src/pic/gen.c,
4712         * src/pic/pcode.c,
4713         * src/pic/ralloc.h,
4714         * src/pic/ralloc.c: Printing rIdx on internal verbose debug.
4715
4716 2004-08-10 Slade Rich <slade_rich AT users.sourceforge.net>
4717
4718         * src/pic/device.c,
4719         * src/pic/device.h,
4720         * src/pic/device.c: Will no longer exit if #pragma maxram has not been defined.
4721
4722 2004-08-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4723
4724         * src/mcs51/gen.c (emitcode): fixed bug #992819
4725
4726 2004-08-05 Maarten Brock <sourceforge.brock AT dse.nl>
4727
4728         * src/pic/ralloc.c (deassignLR): allthough pic port is buggy already,
4729           there's no need to make it worse
4730
4731 2004-08-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4732
4733         * src/mcs51/ralloc.c (deassignLR),
4734         * src/ds390/ralloc.c (deassignLR),
4735         * src/hc08/ralloc.c (deassignLR),
4736         * src/z80/ralloc.c (deassignLR),
4737         * src/pic/ralloc.c (deassignLR),
4738         * src/pic16/ralloc.c (deassignLR),
4739         * src/avr/ralloc.c (deassignLR),
4740         * src/SDCClrange.c (findRecursiveSucc, findRecursivePred, findPrevUse,
4741         rlivePoint): fixed another part of bug #971834
4742
4743 2004-08-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4744
4745         * src/z80/main.c: enabled "critical" keyword
4746         * src/z80/mappings.i,
4747         * src/z80/gen.c (genFunction, genEndFunction): support for interrupt
4748         functions (fixes bug #979646)
4749         * doc/sdccman.lyx: added a subsection explaining z80 interrupt support
4750
4751 2004-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4752
4753         * src/mcs51/gen.c (genInline): Add \n for labels, not DOS/WIN dirs
4754           such as c:\mydir.
4755
4756 2004-08-03 Maarten Brock <sourceforge.brock AT dse.nl>
4757
4758         * src/SDCCloop.c (loopInvariants): fixed bug 983545, hope this
4759           doesn't disable too much optimizations
4760
4761 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
4762
4763         * src/pic/glue.c Disabled "WARNING: function 'main' undefined" when -S option is used.
4764
4765 2004-08-02 Maarten Brock <sourceforge.brock AT dse.nl>
4766
4767         * src/SDCClrange.c (rlivePoint): fixed bug 988568, thanks to anonymous
4768
4769 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
4770
4771         * src/pic/gen.c tidied up tabs
4772         * src/pic/genarith.c tidied up tabs and fixed bug with literal multiple where same register was used for hi and low byte
4773         * src/pic/main.c tidied up tabs
4774         * src/pic/pcode.c tidied up tabs and disabled verbose code generation
4775         * src/pic/pcoderegs.c tidied up tabs
4776         * src/pic/ralloc.c tidied up tabs
4777
4778 2004-07-30 Vangelis Rokas <vrokas AT otenet.gr>
4779
4780         * src/SDCCmem.c (allocGlobal): don't turn S_REGISTER storage class
4781         to S_FIXED for pic16 port and when symbol is not in level 0,
4782         allocate for S_REGISTER storage class and pic16 port, too,
4783         * src/pic16/device.h: prototype for checkSym,
4784         * src/pic16/device.c (pic16_dump_access, checkSym): NEW,
4785         * (pic16_assignConfigWordValue): test the value and the mask to
4786         validate that the value is suitable for the configuration word,
4787         * src/pic16/glue.c (pic16_printIvalFuncPtr): use 'externs' to
4788         collect extern declared symbols, don't emit symbol twice, check
4789         first if symbol is in publics set first,
4790         * src/pic16/main.c (_pic16_keywords[]): added keyword 'register',
4791         * added command line '--fstack' which enables an experimental
4792         feature for stack access, too buggy to be used yet...
4793         * src/pic16/ralloc.c (pic16_accessregWithName): NEW,
4794         * (pic16_allocDirReg): when register has storage class S_REGISTER
4795         allocate in pic16_dynAccessRegs,
4796         * device/include/pic16/pic18f????.h: modified configuration word
4797         naming convention, words started as CONFIG0H but should be CONFIG1H
4798
4799 2004-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
4800
4801         * device/include/mcs51reg.h: fixed bug 970993
4802
4803 2004-07-27 Maarten Brock <sourceforge.brock AT dse.nl>
4804
4805         * added lib/calloc.c, lib/free.c, lib/realloc.c, include/stddef.h
4806         * updated lib/malloc.c, lib/libsdcc.lib, lib/Makefile.in, include/malloc.h
4807         * src/SDCC.lex (doPragma): added pragma disable_warning <nnn>
4808         * src/SDCCmain.c (parseCmdLine): added option --disable-warning <nnn>
4809         * src/ds390/gen.c (genPlusIncr): fixed bug when incrementing generic pointers
4810         * support/Util/SDCCerr.c (vwerror): suppress disabled warnings and output
4811           error/warning numbers,
4812           added function setWarningDisabled()
4813         * support/Util/SDCCerr.h: added setWarningDisabled() and MAX_ERROR_WARNING
4814         * support/regression/ports/mcs51-stack-auto/spec.mk: added dependencies
4815           _memcmp.c _memmove.c calloc.c realloc.c free.c
4816         * support/regression/tests/malloc.c: added tests for new functionality
4817         * support/regression/tests/zeropad.c: added tests for truncated initializers
4818           and initialized char arrays starting with '\x0'
4819         * src/mcs51/peeph.def: fixed regression, added peephole 177.f
4820
4821 2004-07-26 Bernhard Held <bernhard AT bernhardheld.de>
4822
4823         * support/valdiag/tests/overflow.c: fixed warning on (1 >> 40)
4824
4825 2004-07-26 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4826
4827         * doc/sdccman.lyx: updated example in section "Absolute Addressing"
4828         * src/mcs51/peeph.def: added contributed fix for "bug" #995347 as
4829         peephole 177.e. Thanks to anonymous
4830
4831 2004-07-25 Vangelis Rokas <vrokas AT otenet.gr>
4832
4833         * src/pic16/glue.c (pic16_printIvalFuncPtr): when an extern
4834         function isn't used in the source but referenced as a
4835         variable initializer then declare it as extern in .asm file
4836
4837 2004-07-24 Vangelis Rokas <vrokas AT otenet.gr>
4838
4839         * .version: increased version number to 2.4.3
4840
4841         Adding version extension according to ChangeLog CVS revision
4842         * src/Makefile.in (target all): added dependency 'version.h'
4843         * (rule version.h): added rule to create version.h from ChangeLog,
4844         * (rule dep): added dependency version.h,
4845         * src/version.awk: AWK script to create version.h
4846         * src/SDCCdwarf2.c (dwWriteModule),
4847         * src/SDCCglue.c (initialComments),
4848         * src/SDCCmain.c (printVersionInfo): modified to write after
4849         version string the version extension number,
4850         * src/SDCCutil.c: included "version.h"
4851         * (getBuildNumber): NEW, returns SDCC's ChangeLog minor revision
4852         number,
4853         * src/SDCCutil.h: added prototype for getBuildNumber
4854
4855         * src/SDCCmain.c (parseCmdLine): when sOpt is 'I' add rest in
4856         includeDirsSet, too,
4857         * src/SDCCsymt.c (checkSClass): don't emit error when a variable,
4858         const char [] is found in function prototype...
4859
4860         * src/pic16/genarith.c (pic16_genUMult8XLit_8): optimization to omit
4861         moving to WREG with source is already in WREG,
4862         * src/pic16/gen.h: added AOP_FSR0 and AOP_FSR2 in enum,
4863         * src/pic16/gen.c (getFreePtr): updated to look for FSR0 and FSR2,
4864         * (aopForSym): stack'ed symbols are partially supported, added
4865         if-clause to support symbols in FARSPACE,
4866         * (sameRegs): added test for AOP_ACC to see if registers are same,
4867         * (pic16_freeAsmop): added case for AOP_FSR0 and AOP_FSR2,
4868         * (pic16_aopGet): added case for AOP_FSR0 and AOP_FSR2,
4869         * (pic16_popRegFromString): will not allocate a new register if it
4870         doesn't find one by name, bug may have introduced...
4871         * (pic16_popGet): added case for AOP_FSR0 and AOP_FSR2,
4872         * (genIpush): revived to use pic16 port's stack,
4873         * (genAddrOf): added incomplete case for stack'ed operand,
4874         * (genCast): optimized a pair of MOVFW,MOVWF to MOVFF
4875         * src/pic16/genutils.c (pic16_genNot): almot new vesrion for NOT,
4876         can handle multibyte operands,
4877         * src/pic16/glue.c (pic16_printIval*): some debug info added,
4878         * (pic16initialComments): added message for MPLAB compatibility
4879         mode enabled,
4880         * src/pic16/main.h: prototype for pic16_mplab_comp,
4881         * src/pic16/main.c (pic16_optionsTable): new option --mplab-comp,
4882         which enabled MPLAB compatibility mode (i.e. no #LINE/#FILE, BANKED)
4883         * (_pic16_linkEdit): NEW, handles link stage, transferred here
4884         because of increased complexity of procedure,
4885         * (_process_pragma): stack pragma changed to format 'stack pos len',
4886         emit symbol '_stack_end' to conform with gplink,
4887         * src/pic16/pcode.c (pic16_newpCodeOpBit): using pic16_regWithName
4888         to search for register,
4889         * (pic16_get_op, pic16_get_op2): added case for PO_W, PO_WREG and
4890         PO_GPR_REGISTER,
4891         * (pic16_pCode2str): when in MPLAB compatibility mode, comment out
4892         #LINE directives and replace 'B' with 'BANKED' in instruction opcodes
4893         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
4894         case for PO_GPR_REGISTER,
4895         * (pic16_AnalyzeBanking): removed the old message for inc2h.pl, past
4896         dies, the new era is ahead !...
4897         * src/pic16/ralloc.c: added hash reposits pic16_dynAllocRegNames and
4898         pic16_dynInternalRegs,
4899         * (pic16_allocregWithName, pic16_procregWithName, pic16_regWithname): NEW,
4900         * (pic16_allocDirReg): minor optimizations and bug fixes,
4901         * (pic16_allocWithIdx): when searching pic16_dynProcessorRegs use fixed,
4902
4903         * device/lib/pic16/startup/crt0*.c: extern definition of stack_end,
4904         load stack and frame pointer with address of 'stack_end' symbol
4905
4906 2004-07-23 Vangelis Rokas <vrokas AT otenet.gr>
4907
4908         * src/pic16/glue.c (pic16emitStaticSeg): fixed bug with files
4909         without source code but only variable initializers
4910
4911 2004-07-20 Vangelis Rokas <vrokas AT otenet.gr>
4912
4913         * src/pic16/glue.c (pic16emitRegularMap): unused functions marked as
4914         external are not declared as extern to reduce overhead while linking
4915
4916 2004-07-20 Maarten Brock <sourceforge.brock AT dse.nl>
4917
4918         * src/SDCCast.c (decorateType): removed buggy fix for bug #979599
4919
4920 2004-07-11 Maarten Brock <sourceforge.brock AT dse.nl>
4921
4922         * src/SDCCglue.c (printIvalArray): fixed bug #984229, thanks to Phuah
4923           Yee Keat for the patch
4924         * src/SDCCast.c (decorateType): fixed bug #979599
4925         * src/ds390/gen.h: removed local fReturnSizeDS390
4926         * src/ds390/gen.c: made fReturnSizeDS390 signed short to remove a warning
4927         * src/ds390/gen.c (genAnd, genOr, genXor),
4928         * src/mcs51/gen.c (genAnd, genOr, genXor): generate better optimized code
4929
4930 2004-07-04 Vangelis Rokas <vrokas AT otenet.gr>
4931
4932         * src/SDCCmain.c (linkEdit): modifications only for pic16 port,
4933         add relFilesSet to $3, manipulate $2 to handle linking of object
4934         files without source files in command line,
4935         * device/include/pic16 (all headers): added ID location macros,
4936         * src/pic16/device.c (struct PIC16_device Pics16[]): added field
4937         entries for ID location bytes,
4938         * (pic16_assignIdByteValue): NEW,
4939         * src/pic16/device.h: new structures idRegInfo_t and idBytesInfo_t,
4940         added field dumpcalltree to pic16_options_t,
4941         * src/pic16/gen.c (genCmp): fixed bug case so a temporary register
4942         is used instead of pic16_Gstack_base_addr, check if (ifx) before
4943         emitting rFalseIfx label after check_carry label,
4944         * src/pic16/glue.c (PIC16_IS_IDLOC_ADDRESS, PIC16_IS_HWREG_ADDRESS,
4945         pic16_emitDIRegs), NEW
4946         * (pic16glue): dump .calltree file when option --calltree found,
4947         * src/pic16/main.c (OPTION _pic16_optionsTable): new option --calltree
4948         * (_pic16_genAssemblerPreamble): emit ID locations after
4949         configuration registers,
4950         * (pic16_linkCmd): modifications of the link command,
4951         * src/pic16/pcode.c (pic16_pciMOVFF): PCC_REGISTER replaces PCC_REGISTER2
4952         * (pic16_pCodeInitRegisters): don't init stack registers,
4953         * (pic16_findPrevInstruction): fixed bug,
4954         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): fixed
4955         bug with immediate registers,
4956         * (buildCallTree): traces stack push and pop,
4957         * (pct2): dump also stack usage for each function,
4958         * src/pic16/ralloc.c (dynrIdx): registers names start from 0x00
4959         * (pic16_allocDirReg): various modifications,
4960         * (pic16_typeRegWithIdx): when searching pic16_dynProcessorRegs set
4961         fixed to 1,
4962
4963 2004-07-02 Vangelis Rokas <vrokas AT otenet.gr>
4964
4965         * src/pic16/pcode.c: removed buggy double colon
4966
4967 2004-07-01 Borut Razem <borut.razem AT siol.net>
4968
4969         * support/scripts/sdcc.nsi: added include/pic16 to setup
4970
4971 2004-06-30 Vangelis Rokas <vrokas AT otenet.gr>
4972
4973         * device/lib/Makefile.in: fixed bug in target objects-pic16,
4974         * device/lib/pic16/Makefile: prefixed with dash (-) command under
4975         target 'clean',
4976         * doc/sdccman.lyx: changed version to 2.4.2 and added some port
4977         specific command line arguments. Also added sample lkr script
4978         for placing a variable at a specific memory bank.
4979         * src/pic16/device.c (pic16_dump_gsection): NEW, to dump variables
4980         at a specific memory bank,
4981         * (pic16_dump_isection): fixed bug which caused string literals to
4982         be omitted when dumping idata section,
4983         * (pic16_groupRegistersInSection): added code to handle registers
4984         in specific memory banks,
4985         * src/pic16/gen.c: labelOffset is prefixed with pic16_ and made
4986         public, all references are renamed too,
4987         * (pic16_aopGet): removed switch cases for AOP_R0,AOP_R1,AOP_DPTR,
4988         AOP_DPTR2,
4989         * (pic16_storeForReturn): added case to handle when dest is WREG,
4990         * src/pic16/genarith.c (pic16_pCodeOpSubType): NEW,
4991         * src/pic16/glue.c (pic16emitRegularMap): when adding a register in
4992         pic16_rel_udata, check to see if that register is marked as being
4993         a member of a specific memory bank,
4994         * (pic16_printIvalCharPtr): added code to add string literals either
4995         to code or the idata sections,
4996         * src/pic16/main.c (_process_pragma): added \n to WHITE constant,
4997         also accept the 'udata' pragma,
4998         * src/pic16/main.h: new structure types sectName and sectSym
4999         * src/pic16/pcode.c: added new pCodeInstruction entry for BANKSEL
5000         * (newpCodeOpBit): added PIC_OPTYPE subt in function prototype,
5001         * (pic16_findPrevInstruction): fixed, it returned nothing,
5002         * (insertBankSwitch): fixed to emit banksel/skip and skip/banksel
5003         instruction combinations,
5004         * (pic16_FixRegisterBanking): heavily reorganised,
5005         * (pic16_AnalyzeBanking): if generating banksel directives is
5006         disabled, then don't call FixRegisterBanking at all,
5007         * src/pic16/ralloc.c (bitEQUs, aliasEQUs, allDefsOutOfRange):
5008         completely removed,
5009         * (pic16_writeUsedRegisters): added call to pic16_dump_gsection
5010
5011 2004-06-29 Bernhard Held <bernhard AT bernhardheld.de>
5012
5013         * src/SDCCglue.c (printChar): fixed bug #973350, patch provided by
5014         Phuah Yee Keat <yk.phuah AT nestac.com>
5015
5016 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
5017
5018         * src/pic16/glue.c (pic16createInterruptVect): function now emits
5019         correctly the IVT even if it is relocated to some other location
5020
5021 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
5022
5023         * device/include/pic16/pic18fregs.h: added case for pic18f2220.h
5024         * device/include/pic16/pic18f2220.h: NEW,
5025         * device/lib/pic16/libdev/pic18f2220.c: NEW,
5026         * device/lib/pic16/libdev/Makefile: added 18f2220 in DEVS,
5027         * src/pic16/device.c (struct Pics16): added info for 18f2220,
5028         * src/pic16/device.h (struct pic16_options): added ivt_loc and
5029         nodefaultlibs, ivt_loc is the location of the interrupt vector
5030         table, and nodefaultlibs signs that default libraries should not be
5031         linked in link stage,
5032         * src/pic16/gen.c (genFunction): relocate interrupt vector functions
5033         according to --ivt-loc argument,
5034         * src/pic16/main.c (_process_pragma): emit '_stack' as public symbol
5035         when pragma stack is found,
5036
5037 2004-06-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5038
5039         * src/mcs51/peeph.def: added peepholes 182.d (return 0.0),
5040         256 (range check), 257 (do while), 258.a-f (bit banging
5041         f.e. on 3-wire SPI bus)
5042
5043 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5044
5045         * src/SDCClrange.c (findNextUseSym): fixed a live range bug with
5046         variables used exclusively within a loop
5047
5048 2004-06-21 Bernhard Held <bernhard AT bernhardheld.de>
5049
5050         * src/mcs51/gen.c (genCpl): quick fix for bug #974835
5051
5052 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5053
5054         * src/SDCClrange.c (computeClash): fixed bug #971834
5055
5056 2004-06-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5057
5058         * src/mcs51/gen.c (genCmp): fixed bug #975903
5059         * src/hc08/gen.c (operandsEqu),
5060         * src/ds390/gen.c (operandsEqu),
5061         * src/z80/gen.c (operandsEqu),
5062         * src/pic/gen.c (operandsEqu),
5063         * src/pic16/gen.c (operandsEqu),
5064         * src/mcs51/gen.c (operandsEqu): fixed bug #976283
5065         * src/SDCCmain.c (parseCmdLine): report --unknown-option only once
5066
5067 2004-06-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5068
5069         * src/SDCCcse.c (cseBBlock): fixed bug #966963
5070
5071 2004-06-12 Vangelis Rokas <vrokas AT otenet.gr>
5072
5073         * src/pic16/gen.c (genPointerGet): added E_INTERNAL_ERROR for
5074         default case in switch statement,
5075         * glue.c (pic16_initPointer): expr is initialised via decoarteType
5076         to eliminate problem with initialisation of pointers, but problem
5077         still exists,
5078         * (pic16_pointerTypeToGPByte): removed, no needed for pic16,
5079         * (emitStaticSegment): removed various lines emitting debug info,
5080         * src/pic16/pcode.c, src/pic16/pcode.h, src/pic16/ralloc.h:
5081         added processor registers for utilizing EEPROM,
5082         * src/pic16/pcode.c (pic16_emitDB): number of DBs emitted is not
5083         configurable and set 8
5084
5085 2004-06-08 Vangelis Rokas <vrokas AT otenet.gr>
5086
5087         * .version: increased version number to 2.4.2,
5088
5089         Cumulative patch for pic16 port
5090         * src/pic16/device.c: changed scheme to dump initial values for
5091         variables in idata segment, all print_idata* functions were removed,
5092         now the pic16_printIval* will be called,
5093         * src/pic16/glue.c: (pic16_initPointer, pic16_pointerTypeToGPByte,
5094         * _pic16_printPointerType, pic16_printPointerType,
5095         * pic16_printGPointerType, pic16_printIvalArray, pic16_printIvalStruct,
5096         * pic16_printIvalBitFields, pic16_printIvalFuncPtr, pic16_printIvalPtr:
5097         NEW, similar to the respective functions in SDCCglue.c,
5098         * src/pic16/pcode.c (pic16_emitDB, pic16_flushDB): reverted to old
5099         way, emitting hex bytes,
5100         * (pic16_emitDS): NEW, emits a string for pointer initialisation,
5101
5102 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5103
5104         * src/avr/ralloc.c (serialRegAssign),
5105         * src/xa51/ralloc.c (serialRegAssign),
5106         * src/pic/ralloc.c (serialRegAssign),
5107         * src/pic16/ralloc.c (serialRegAssign),
5108         * src/hc08/ralloc.c (serialRegAssign),
5109         * src/z80/ralloc.c (serialRegAssign),
5110         * src/ds390/ralloc.c (serialRegAssign),
5111         * src/mcs51/ralloc.c (serialRegAssign): fixed bug #964479
5112
5113 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5114
5115         * src/SDCCicode.c (geniCodeJumpTable): fixed bug #967601
5116         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug #966505
5117
5118 2004-06-07 Vangelis Rokas <vrokas AT otenet.gr>
5119
5120         Cumulative patch for pic16 port:
5121         * src/pic16/device.h (typedef PIC16_device) modified fields for
5122         defining microcontrollers,
5123         * src/pic16/device.c: added new info for all devices in Pics16 array,
5124         * src/pic16/gen.c (genPcall): fixed bug that caused the return label
5125         to be optimised out by the pCode optimiser,
5126         * src/pic16/glue.c (pic16emitRegularMap): treat implicit aggragates
5127         specially, bug reported by G.M. Gallant,
5128         * src/pic16/pcode.c (pic16_newpCodeLabelFORCE): NEW, marks a label
5129         as force'd so that cannot be optimised out by pCode optimiser,
5130         * src/pic16/pcode.c,
5131         * src/pic16/pcodepeeph.c,
5132         * src/pic16/pcoderegs.c: many modifications to re-enable peepholes,
5133         they are disabled by default, but can be enabled explicit with
5134         command argument --denable-peeps, for testing,
5135         * device/lib/pic16/startup/Makefile: added --no-peep,--pomit-config-words,
5136         --pomit-ivt in COMPILE_FLAGS
5137
5138 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
5139
5140         * src/pic16/pcode.c (pic16_emitDB): removed double semicolon which fails
5141           compilation on MSVC
5142
5143 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
5144
5145         * device/include/sab80515.h: added sfr P6, changed GPL to LGPL
5146
5147 2004-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5148
5149         device/include/sab80515.h: fixed bug #967492, DAPR is defined at adress
5150         0xd8, but the correct adress is 0xda. Thanks to anonymous for reporting
5151
5152 2004-06-06 Vangelis Rokas <vrokas AT otenet.gr>
5153
5154         * src/pic16/device.c (pic16_assignConfigWord): fixed bug that
5155         would only assign 0x300001 register.
5156
5157 2004-06-05 Vangelis Rokas <vrokas AT otenet.gr>
5158
5159         * device/lib/pic16/startup/Makefile: added $(MODELFLAGS)
5160         in COMPILE_FLAGS. Thanks to G. Gallant for report.
5161
5162 2004-06-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5163
5164         * doc/sdccman.lyx: minor changes, mentioned beta vendor support
5165         for ds80c400
5166         * src/mcs51/peeph.def: ran unexpand -a over peeph.def
5167         * src/mcs51/peeph.def: removed obsolete peephole 100.a,
5168         added peephole 254 (left shift), 255 (jump table)
5169
5170 2004-06-04 Vangelis Rokas <vrokas AT otenet.gr>
5171
5172         * device/lib/Makefile.in: removed comment line with model-pic16,
5173         * (target port-specific-objects-pic16): the libraries and objects
5174         are copied to the build directory form the device/lib/pic16/bin
5175         directory
5176
5177         Cumulative patch concerning pic16 port:
5178         * library directory has been re-organized,
5179         * added support for PIC18F1220,
5180         * added headers and library sources for chips 18f1220,18f6520,
5181         18f6620,18f6680,18f6720,18f8520,18f8620,18f8680,18f8720
5182
5183         * configuration registers setting has changed, now each supported
5184         device has a complete description of the registers it uses,
5185         * all initialisations are moved to idata sections, these section
5186         can be absolute or relocatable,
5187         * fixed initialisation of codespace variables,
5188         * fixed warning about PCLATU and gpsim,
5189         * src/pic16/gen.c (genCmp): now can handle partially iCodes with no ifx,
5190         * (genAssign): use table reads when assigning from variables in codespace,
5191         * src/pic16/glue.c (pic16emitStaticSeg): fixed to correctly initialise
5192         char/int variables placed in codespace,
5193         * (pic16_emitConfigRegs): NEW, emits a list with configuration
5194         registers set in .asm file, no need for --pomit-config-words anymore,
5195         * (pic16glue): some 8051 legacy segments are commented out
5196         (to be removed completely),
5197         * added support for alternative assembler and linker with --asm=
5198         and --link= command line arguments,
5199         * peepholes are disabled automatically in the port, no need to
5200         specify on command line,
5201         * port supports natively char/int/long multiplication, but converts
5202         all divisions to support functions,
5203         * main.c: pic16_linkCmd and pic16_asmCmd changed to force output
5204         to the file set in variable $2,
5205         * pcode.c (pic16_emitDB, pic16_flushDB): modified to print printable
5206         strings in ASCII format and not in hex,
5207         * ralloc.c (serialRegAssign): added a triplet of conditional calls
5208         to pic16_allocDirReg for IC_RESULT, IC_LEFT and IC_RIGHT so to
5209         allocate proper register if iCodes aren't temporary,
5210
5211 2004-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
5212
5213         * support/regression/tests/zeropad.c: added TEST_G macro for alpha
5214
5215 2004-06-02 Vangelis Rokas <vrokas AT otenet.gr>
5216
5217         * src/pic16/gen.c (genPcall): warning about gpsim and PCLATU
5218         is commented out
5219
5220 2004-06-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5221
5222         * src/hc08/gen.c (genPointerGetSetOfs): disabled optimization if
5223         computed address is reused
5224         * src/hc08/gen.c (genPackBits): fixed offsets in assignments to
5225         multi-byte bitfields
5226
5227 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
5228
5229         * src/z80/gen.c: (genArrayInit): must check for pointers too
5230
5231 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
5232
5233         * support/regression/tests/zeropad.c: never meant to commit the
5234           nestedstruct test: removed, added check for GCC version
5235
5236 2004-05-31 Maarten Brock <sourceforge.brock AT dse.nl>
5237
5238         * src/SDCCast.c (createIvalArray): fixed bug 770487 SIGSEGV
5239         * src/SDCCglue.c (emitRegularMap): fixed bug 770484 allocation problem
5240         * src/SDCCglue.c (initPointer, printIvalType, printIvalStruct,
5241           printIvalArray, printIvalFuncPtr, printIvalPtr, printIval): fixed
5242           bugs 928906 and 954082 half-empty initializers
5243         * src/SDCCsymt.h,
5244         * src/SDCCsymt.c (getAllocSize): added for above fix
5245         * src/z80/gen.c (genArrayInit): fixed bug 741044
5246         * support/regression/tests/zeropad.c: added tests
5247
5248 2004-05-30 Vangelis Rokas <vrokas AT otenet.gr>
5249
5250         * src/pic16/device.c (pic16_dump_section): corrected bug which
5251         caused some symbols of the libraries to be misplaced
5252
5253 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
5254
5255         * src/pic16/glue.c,
5256         * src/pic16/ralloc.h,
5257         * src/pic16/ralloc.cc: prefixed IS_CONFIG_ADDRESS with PIC16_
5258         to fix conflict with pic port
5259
5260 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
5261
5262         * src/pic16/glue.c (pic16emitStaticSeg): do not print as publics or
5263         externs configuration variables,
5264         * src/pic16/ralloc.h,
5265         * src/pic16/ralloc.cc: IS_CONFIG_ADDRESS is made public and added
5266         prototype in header, commented out some debug messages
5267
5268 2004-05-26 Vangelis Rokas <vrokas AT otenet.gr>
5269
5270         * src/pic16/glue.c,
5271         * src/pic16/main.c,
5272         * src/pic16/pcode.c: added gpasm directives #FILE/#LINE
5273         for gpasm COFF object generation. Thanks to D. Hawkins for
5274         his patch info
5275
5276 2004-05-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5277
5278         * src/ds390/main.c,
5279         * src/mcs51/main.c: fixed sort order of mnemonics (thanks to Maarten
5280         Brock for spotting this)
5281         * src/ds390/gen.c (genEndFunction),
5282         * src/mcs51/gen.c (genEndFunction): always save psw if function is an
5283         interrupt handler and critical. Disable push/pop optimizations when
5284         peephole optimizations disabled.
5285
5286 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
5287
5288         Updated pic16 library sources and headers.
5289         * device/lib/pic16/pic18f*/ ,
5290         * device/include/pic16/*.h: modified to handle structured SFR
5291         definitions
5292
5293 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
5294
5295         * src/port.h (PORT structure): added hook initPaths, now each
5296         port can declare its own default search paths,
5297         which can been seen with the --print-search-dirs option,
5298         see pic16 port for example,
5299         * src/SDCCmain.c (setBinPaths, setIncludePaths, setLibPath,
5300         setDataPaths): test to options.printSearchDirs is ifdef'ed out,
5301         * (doPrintSearchDirs): NEW, replaces in a central manner the
5302         printing of search dirs which was split in set*Paths functions,
5303         * (main): added call to port->initPaths and doPrintSearchDirs,
5304         * src/avr/main.c,
5305         * src/ds390/main.c,
5306         * src/hc08/main.c,
5307         * src/izt/i186.c,
5308         * src/izt/tlcs900h.c,
5309         * src/mcs51/main.c,
5310         * src/pic/main.c,
5311         * src/pic16/main.c: modified port structures to reflect addition of
5312         initPaths hook,
5313
5314         * src/pic16/device.c (regCompare): registers are finally sorted by name,
5315         * (pic16_dump_section): for registers in same address reserve memory once,
5316         * src/pic16/device.h (struct PIC16_device): changed variable gen_banksel
5317         to no_banksel,
5318         * src/pic16/genarith.c (pic16_genPlus): added code to handle cases where
5319         result is greater in size than right or left,
5320         * (pic16_genUMult8X8_8): there are some cases where the result can
5321         be 16 bits size, so handle these,
5322         * src/pic16/gen.c: changed some pic16_emitpcomment to DEBUGpic16_emitcode,
5323         * (pic16_outBitC): modified to emit pcodes,
5324         * (pic16_storeForReturn): using is_LitOp to see if operand is literal
5325         or not,
5326         * (genDivOneByte): implemented algorithm to divide 8-bits,
5327         * (genCmp): uncommented goto, but issues still exist,
5328         * (genAnd): fixed a bug with variables >8bits,
5329         * (genPackBits): optimization added that uses BCF/BSF to change a
5330         single bit,
5331         * (genAssign): fixed bug when assigning floating point literals,
5332         * src/pic16/glue.c (pic16glue): added assembler directive 'code' before
5333         __sdcc_gsinit_startup label,
5334         * src/pic16/main.c (_pic16_init): removed search directory
5335         initialisations,
5336         * (_pic16_initPaths): NEW, used to initialise search directories,
5337         * (_hasNativeMulFor): support functions for all except char/int
5338         multiplication, and char division,
5339         * (PIC16_port struct): modified entry for native mul support,
5340         * src/pic16/pcode.c (insertBankSwitch): modified to support the renamed
5341         no_banksel option,
5342         * (buildCallTree): call to register_usage is ifdef'ed out,
5343
5344 2004-05-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5345
5346         * device/include/string.h: applied Stas Sergeev's patch to make this
5347         header file compatible with the preprocessor -Wundef option
5348         * src/SDCCmain.c (main): abort compilation if preprocessor reports
5349         failure (fixes bug #941458)
5350
5351 2004-05-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5352
5353         * src/SDCCopt.c (killDeadCode): fixed bug #907733
5354         * support/Util/SDCCerr.c: reworded E_AUTO_ASSUMED diagnostic to clarify
5355         that the variable, not the function, should be static
5356         * src/SDCCval.c (valCastLiteral): fixed bit initialization from literal
5357         to be consistent with non-literal case
5358
5359 2004-05-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5360
5361         * src/SDCCast.c (isConformingBody): fixed bug #949967
5362         * src/SDCCopt.c (cnvToFcall, cnvToFloatCast, cnvFromFloatCast,
5363         convilong): fixed bug #952086
5364
5365 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5366
5367         * src/SDCCmem.c (allocVariables): fixed bug #955321
5368
5369 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5370
5371         * src/hc08/main.c (_hc08_genAssemblerEnd),
5372         * src/SDCCdwarf2.c (dwOpenFile, dwCloseFile, dwWriteFunction,
5373         dwWriteModule, dwWriteCLine, dwWriteALine, dwarf2FinalizeFile):
5374         completely eliminated the use of a temporary file
5375         * src/SDCCdwarf2.c (dwWriteAttr): fixed bug with location list offset
5376         when more than one file linked
5377         * src/SDCCloop.c (pointerAssigned): fixed bug #954163
5378
5379 2004-05-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5380
5381         * src/SDCCval.c (valForArray): applied Maarten Brock's patch #947682
5382         which fixes bug #543481
5383         * support/regression/tests/bug-751703.c: fixed comments left from a
5384         cut and paste error
5385         * src/SDCCdwarf2.c (dwCloseFile): don't explicitly close a temp file
5386         * src/SDCCdwarf2.c (dwTagFromType): added bitfield support
5387         * src/SDCCdwarf2.c (dwWriteSymbolInternal): handle extern within local
5388         scopes
5389         * src/SDCCdwarf2.c (dwWriteLineNumber): line number deltas are signed
5390         * src/SDCCmain.c (processFile, parseCmdLine): non-alphanumeric chars
5391         are now changed to underscores in moduleName
5392
5393 2004-05-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5394
5395         * as/mcs51/lkmem.c: better fix for bug #954173
5396
5397 2004-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
5398         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5399
5400         * device/include/c8051f020.h: newly added SiLabs (Cygnal) header file
5401         * device/include/c8051f000.h,
5402         * device/include/c8051f120.h,
5403         * device/include/c8051f300.h,
5404         * device/include/c8051f310.h,
5405         * device/include/c8051f320.h: updated (added _XPAGE, CAPN, CAPP,
5406         PWM16) and detab'ed
5407
5408 2004-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5409
5410         * doc/sdccman.lyx: mentioned sourceforge's delay between web frontend
5411         and mailing lists, doc'ed --no-peep-comments, removed reference
5412         to knoppix (newest version has no LyX/LaTeX), other minor changes
5413         * src/SDCCglue.c (glue): save 2 bytes stack space with
5414         option --main-return. The ljmp could probably be avoided too
5415
5416 2004-05-14 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5417
5418         * as/mcs51/lkmem.c, as/mcs51/lkaomf51: fixed bug 954173
5419
5420 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5421
5422         * src/SDCCsymt.h: added IS_AUTO(symbol) test macro
5423         * src/SDCCopt.c (isLocalWithoutDef),
5424         * src/SDCCicode.c (operandFromSymbol): use the IS_AUTO test macro
5425         which adds a !IS_EXTERN codition. Fixes bugs #877426 and #751703.
5426         (credit to Maarten Brock for patch #949363, on which this is based)
5427         * support/regression/tests/bug-751703.c: some test cases of extern used
5428         within inner scopes.
5429
5430 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5431
5432         * src/SDCCdwarf2.c (dwMatchTypes): structs must have matching
5433         SPEC_STRUCT
5434         * src/SDCCdwarf2.c (dwTagFromType): fix to handle recursive
5435         struct definitions
5436         * src/SDCCdwarf2.c (dwWriteModule, dwNewDebugSymbol, dwWriteEndFunction,
5437         dwWriteLabel): fix to create valid debugger symbols even when
5438         the module name has non-alphanumeric symbols in it
5439         * src/SDCCdwarf2.c (dwWriteSymbolInternal): better detection for
5440         when a variable's allocation has been optimized away
5441
5442
5443 2004-05-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5444
5445         * src/hc08/gen.c (hc08_emitDebuggerSymbol),
5446         * src/hc08/main.c,
5447         * src/mcs51/gen.c (mcs51_emitDebuggerSymbol),
5448         * src/mcs51/main.c,
5449         * src/ds390/gen.c (ds390_emitDebuggerSymbol),
5450         * src/ds390/main.c,
5451         * src/z80/gen.c (z80_emitDebuggerSymbol),
5452         * src/z80/main.c,
5453         * src/pic/gen.c (pic14_emitDebuggerSymbol),
5454         * src/pic/main.c,
5455         * src/pic16/gen.c (pic14_emitDebuggerSymbol),
5456         * src/pic16/main.c,
5457         * src/avr/gen.c (avr_emitDebuggerSymbol),
5458         * src/avr/main.c,
5459         * src/xa51/gen.c (xa51_emitDebuggerSymbol),
5460         * src/xa51/main.c,
5461         * src/SDCCdebug.c (emitDebuggerSymbol),
5462         * src/SDCCdebug.h,
5463         * src/port.h: added a debugger struct to the port struct. Added a
5464         callback for defining debugger symbols
5465
5466         * src/SDCCast.c (createLabel),
5467         * src/SDCC.y (labeled_statement): mark all compiler generated labels
5468         with isitmp = 1
5469         * src/SDCCicode.h,
5470         * src/SDCCicode.c (geniCodeFunctionBody): added a link from the FUNCTION
5471         iCode back to the ast for the function
5472
5473         * src/hc08/ralloc.c (hc08_assignRegisters),
5474         * src/hc08/ralloc.h: define a regs struct for the stack pointer. Removed
5475         unneeded fields from the regs struct.
5476         * src/hc08/gen.c (transferRegReg, genFunction, genEndFunction): use the
5477         pushReg() & pullReg() functions instead of emitcode()
5478
5479         * src/hc08/gen.c (genLabel, genhc08Code),
5480         * src/SDCCdebug.h: Added additional debugger hooks needed for DWARF
5481
5482         * src/cdbFile.c (cdbWriteLabel, cdbWriteScope): Added stubs for unneeded
5483         debugger hooks
5484
5485         * src/hc08/gen.c (genEndFunction, genhc08Code),
5486         * src/hc08/gen.h,
5487         * src/mcs51/gen.c (genEndFunction, gen51Code),
5488         * src/mcs51/gen.h,
5489         * src/ds390/gen.c (genEndFunction, gen390Code),
5490         * src/ds390/gen.h,
5491         * src/z80/gen.c (genEndFunction, genZ80Code),
5492         * src/z80/gen.h,
5493         * src/z80/z80.h,
5494         * src/pic/gen.c (genEndFunction, genpic14Code),
5495         * src/pic/gen.h,
5496         * src/pic16/gen.c (genEndFunction, genpic16Code),
5497         * src/pic16/gen.h,
5498         * src/avr/gen.c (genEndFunction, genAVRCode),
5499         * src/avr/gen.h,
5500         * src/xa51/gen.c (genEndFunction, genXA51Code),
5501         * src/xa51/gen.h,
5502         * src/cdbFile.c (cdbWriteFunction, cdbWriteEndFunction): moved cdb
5503         specific code to cdbFile.c and out of the backend code generators
5504
5505         * as/hc08/lkmain.c (main): removed OMF51 support from link-hc08
5506         * as/hc08/lkarea.c (lnkarea): areas with NOLOAD attribute default
5507         starting address is now 0
5508
5509         * as/hc08/asm.h,
5510         * as/hc08/m08pst.c,
5511         * as/hc08/asmain.c (asmbl): implemented the .sleb128 and .uleb128
5512         assembler directive for DWARF support
5513         * as/hc08/lkelf.c (elf): only increment address when rtflg[] set
5514
5515         * src/src.dsp,
5516         * src/Makefile.in,
5517         * src/SDCCdwarf2.c: preliminary DWARF (ver 2) debugger data generator
5518
5519 2004-05-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5520
5521         * src/hc08/gen.c (genJumpTab, emitcode, genhc08code): fixed stack error
5522         and inappropriate peephole optimization in jump tables
5523
5524 2004-04-30 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5525
5526         * as/hc08/m08pst.c,
5527         * src/SDCCglue.c: sdccopt works for the hc08 port now
5528
5529 2004-04-27 Bernhard Held <bernhard AT bernhardheld.de>
5530
5531         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): fixed bug #942130
5532
5533 2004-04-27 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5534
5535         * as/hc08/lkelf.c: sdccconf.h is not available in WIN32
5536
5537 2004-04-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5538
5539         * src/SDCCpeeph.c (replaceRule): support empty replacement peephole
5540         rules
5541         * src/SDCCmain.c,
5542         * src/SDCCglobl.h,
5543         * src/SDCCpeeph.c (getPeepLine): new option --no-peep-comments omits
5544         comments from the peephole optimizer replacement rules
5545         * src/SDCCmem.c (printAllocInfoSeg): give actual location of spilled
5546         symbols
5547         * src/SDCCcse.c (updateSpillLocation),
5548         * src/SDCCopt.c (killDeadCode, findReqv): better tracking of register
5549         equivalents
5550         * src/hc08/ralloc.c (regTypeNum): pseudo symbols must be in DATA only
5551         * src/hc08/main.c (_hc08_finaliseOptions): made pointers to stack
5552         objects far pointers
5553
5554 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5555
5556         * src/SDCCsymt.h: a missing part of my last change
5557         * src/pic/ralloc.c (regTypeNum),
5558         * src/pic16/ralloc.c (regTypeNum): fixed statement/declaration order
5559
5560 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5561
5562         * src/SDCCicode.h,
5563         * src/SDCCicode.c (aggrToPtrDclType),
5564         * src/SDCCptropt.h,
5565         * src/SDCCptropt.c (ptrBaseRematSym, ptrPseudoSymSafe,
5566         ptrPseudoSymConvert),
5567         * src/pic/ralloc.c (regTypeNum),
5568         * src/pic16/ralloc.c (regTypeNum),
5569         * src/hc08/ralloc.c (regTypeNum),
5570         * src/ds390/ralloc.c (regTypeNum),
5571         * src/mcs51/ralloc.c (regTypeNum): check for dependancy hazards before
5572         creating pseudo symbols (fixed bugs #777768, #930484, and #933966)
5573
5574 2004-04-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5575
5576         * link/z80/lkmain.c (afile),
5577         * as/hc08/lkmain.c (afile),
5578         * as/mcs51/lkmain.c (afile): fix suggested by Maarten Brock to
5579         prevent a pointer problem when a filename has no directory and
5580         no extension specified.
5581
5582 2004-04-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5583
5584         * link/z80/lkmain.c (afile): allow periods in directory names
5585         * link/z80/lkmain.c (afile),
5586         * as/mcs51/lkmain.c (afile),
5587         * as/hc08/lkmain.c (afile): allow linker script file to have an
5588         extension other than ".lnk"
5589         * link/z80/lklex.c (getfid),
5590         * link/z80/lkmain.c (parse),
5591         * as/mcs51/lklex.c (getfid),
5592         * as/mcs51/lkmain.c (parse),
5593         * as/hc08/lklex.c (getfid),
5594         * as/hc08/lkmain.c (parse): Support comments in the linker script
5595         file on lines by themselves and after filenames
5596
5597 2004-04-20 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5598
5599         * as/link_hc08.dsp: Added as/hc08/lkelf.c to project.
5600
5601 2004-04-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5602
5603         * src/z80/peeph-z80.def: removed some peephole rules that don't
5604         work with multibyte arithmetic (fixed bug #937126)
5605         * src/mcs51/peeph.def: fixed peephole rules 150-158 to apply only
5606         to registers and not global variables
5607         * src/SDCCicode.c (geniCodeAssign, ast2iCode, geniCodePostInc,
5608         geniCodePreInc, geniCodePostDec, geniCodePreDec,
5609         geniCodeLogicAndOr, geniCodeConditional): enforce strict lvalue
5610         checking for assignments not internally generated (fixed bug #931895)
5611         * src/SDCC.y (postfix_expr): ignore typedefs when looking for a
5612         structure member (fixed bug #930072)
5613
5614 2004-04-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5615
5616         * src/SDCCmain.c (linkEdit),
5617         * src/hc08/main.c (_hc08_parseOptions),
5618         * as/hc08/Makefile.in,
5619         * as/hc08/aslink.h,
5620         * as/hc08/asm.h,
5621         * as/hc08/m08pst.c,
5622         * as/hc08/lkrloc.c (relr, rele),
5623         * as/hc08/lkarea.c (lnkarea)
5624         * as/hc08/lkmain.c (afile, parse),
5625         * as/hc08/lkelf.c: support for ELF output
5626         * as/hc08/lks19.c (s19),
5627         * as/hc08/lkihx.c (ihx): ignore areas with the NOLOAD attribute
5628
5629 2004-04-17 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5630
5631         * as/mcs51/lkihx.c: Fixed bug #899105.
5632
5633 2004-04-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5634
5635         * doc/sdccman.lyx: Added instructons on how to convert MSVC .dsw and
5636         .dsp files from Unix to DOS.
5637
5638 2004-04-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5639
5640         * doc/sdccman.lyx: removed the ANSI-C noncompliance note regarding
5641         function pointers; we have been compliant for several months now.
5642         * src/mcs51/ralloc.c (serialRegAssign): enabled part of my 2004-04-13
5643         change that was accidently commented out
5644         * src/mcs51/gen.c (freeAsmop, getFreePtr, freeForBranchAsmop, genIfxJump,
5645         genCmpEq, jmpTrueOrFalse, genCmp, genAnd, genOr, genXor, genIfx): fixed
5646         bug #922319
5647
5648 2004-04-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5649
5650         * src/hc08/gen.c: output of all of the internal debugging information
5651         is now controlled by the D() macro; it is disabled by default
5652
5653 2004-04-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5654
5655         * src/mcs51/ralloc.c (serialRegAssign, fillGaps, allocThisReg): try
5656         harder to keep the same registers during a CAST iCode
5657         * src/SDCCopt.c (optimizeCastCast, eBBlockFromiCode): casts of char to
5658         long via int can be done in a single cast, if the signedness is
5659         correct.
5660         * support/regression/tests/bug-927659.c: fixed to avoid conflict with
5661         putchar() in tinibios.c in ds390's library
5662
5663 2004-04-12 Bernhard Held <bernhard AT bernhardheld.de>
5664
5665         * src/SDCCast.c (decorateType): fixed bug #898889,
5666         cast result of a literal complement too
5667         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #930931,
5668         fixed check for bitfields
5669
5670 2004-04-11 Bernhard Held <bernhard AT bernhardheld.de>
5671
5672         * src/SDCCicode.c (geniCodeLogic): made it static,
5673         (geniCodeLogicAndOr): added in order to fix bug #905492,
5674         (ast2iCode): fixed bug #905492
5675         * support/regression/tests/bug-905492.c: added
5676         * src/SDCCast.c (decorateType): don't decorate/process parms twice,
5677         (processParms): fixed bug #927659: don't copy parms, this will clear
5678         decorated flag
5679         * support/regression/tests/bug-927659.c: added
5680
5681 2004-03-29 Bernhard Held <bernhard AT bernhardheld.de>
5682
5683         * src/SDCCast.c (addCast): don't cast float to char
5684         * device/lib/libsdcc.lib: added _memmove
5685
5686 2004-03-28 Bernhard Held <bernhard AT bernhardheld.de>
5687
5688         * device/lib/large/Makefile: fixed parallel execution by
5689         replacing `make` by `$(MAKE)`
5690
5691 2004-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5692
5693         * src/hc08/gen.c (genPointerGetSetOfs): correctly handle 1 byte array
5694         offsets (fixes bug #923936)
5695
5696 2004-03-26 Bernhard Held <bernhard AT bernhardheld.de>
5697
5698         * device/lib/small/Makefile: fixed parallel execution by
5699         replacing `make` by `$(MAKE)`
5700
5701 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
5702
5703         * device/lib/vprintf.c (vsprintf): minor optimization, see bug #801101
5704
5705 2004-03-23  Scott Dattalo  <scott AT dattalo.com>
5706
5707         * src/pic/gen.c (genCpl): multi-byte complements were not working.
5708         * src/regression/Makefile: Regression test was not running.
5709
5710 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
5711
5712         * src/SDCCast.c (resultTypePropagate, decorateType): avoid promotion to int for
5713         complement if possible
5714         * src/SDCCval.c (valComplement),
5715         * src/SDCCicode.c (operandOperation): fixed complement of literal
5716         * support/regression/tests/onebyte.c (testComplement): added
5717
5718 2004-03-22 Bernhard Held <bernhard AT bernhardheld.de>
5719
5720         * src/SDCCast.c (processParms): fixed bug #920866; decorateType() can
5721         return an optimized tree; actually replace actParm with the new tree
5722         * src/SDCCast.h: added some parantheses to remove side effects
5723         * support/regression/tests/bug-920866.c
5724
5725 2004-03-21  Scott Dattalo  <scott AT dattalo.com>
5726         * src/pic/gen.c, src/pic/gen.h, src/pic/genarith.c, src/pic/pcode.c:
5727         Bit operands were not being handled properly in the pic14 port.
5728         (now src/regression/add.c passes again).
5729
5730 2004-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5731
5732         * src/SDCC.y (labeled_statement): case and default no longer require
5733         a following statement (RFE #893037)
5734
5735 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5736
5737         * src/mcs51/gen.c (pushSide, genSignedRightShift, genDjnz, geniPush):
5738         use MOVA macro to avoid "mov a,acc" when peephole optimizer is
5739         disabled (fixes bug #916294)
5740         * sim/ucsim/s51.src/mov.cc (inst_mov_a_addr): Throw an error on
5741         "mov a,acc"; patch provided by Lenny Story
5742         * device/include/mc68hc908gp32.h: header contibuted by Juan Gonzalez
5743
5744 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5745
5746         * src/mcs51/gen.c (genFunction): optimize RECEIVE in reentrant
5747         functions
5748         * src/ds390/gen.c (genFunction, genEndFunction),
5749         * src/ds390/ralloc.c (ds390_assignRegisters),
5750         * src/mcs51/gen.c (genFunction, genEndFunction, mcs51_assignRegisters):
5751         * src/mcs51/ralloc.c (mcs51_assignRegisters): Skip optimizing registers
5752         pushed if there are parameters passed on the stack. Also, a cleaner
5753         way to decide if r0/r1 should be pushed/popped. (Together they fix
5754         bug #918693)
5755
5756 2004-03-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5757
5758         * doc/sdccman.lyx,
5759         * device/lib/mcs51/crtpagesfr.asm,
5760         * device/lib/mcs51/crtxinit.asm,
5761         * device/lib/mcs51/crtxstack.asm: Changed name of _PAGESFR to _XPAGE
5762         to avoid confusion with Si Lab's SFRPAGE register.
5763
5764 2004-03-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5765
5766         * src/SDCCglue.c (emitMaps): allow public sfr variables
5767         * src/SDCCglue.c (initialComments): include compiler build date
5768         with compiler version and put the timestamp of the generated
5769         assembly file on a serperate line to be less confusing.
5770         * src/port.h: added genInitStartup hook
5771         * src/avr/main.c,
5772         * src/ds390/main.c,
5773         * src/hc08/main.c,
5774         * src/pic/main.c,
5775         * src/pic16/main.c,
5776         * src/xa51/main.c,
5777         * src/z80/main.c: genInitStartup initialize as NULL (default to
5778         historical behaviour)
5779         * src/SDCCglue.c (glue): _sdcc_gsinit_startup is now port specific.
5780         * src/mcs51/main.c: (_mcs51_genInitStartup, _mcs51_genExtraAreas,
5781         _mcs51_genXINIT, _mcs51_genRAMCLEAR): link initialization code from the
5782         library instead of hard coding it into the compiler.
5783         * support/regression/ports/mcs51-stack-auto/spec.mk,
5784         * src/SDCCmain.c (linkEdit): added mcs51.lib to the link libraries
5785         * device/lib/mcs51/Makefile,
5786         * device/lib/small/Makefile,
5787         * device/lib/large/Makefile,
5788         * device/lib/mcs51/crtpagesfr.asm,
5789         * device/lib/mcs51/crtstart.asm,
5790         * device/lib/mcs51/crtxclear.asm,
5791         * device/lib/mcs51/crtxinit.asm,
5792         * device/lib/mcs51/crtclear.asm,
5793         * device/lib/mcs51/crtxstack.asm: move most of the mcs51 C runtime
5794         startup/initialization out of src/SDCCglue.c and src/mcs51/main.c
5795         and into user configurable files.
5796         * device/lib/clean.mk: clean mcs51 directory too
5797         * support/regression/tests/longlit.c: added static to T1 declaration
5798         * doc/sdccman.lyx: documented _PAGESFR sfr for customizing pdata
5799         accesses in the initialization code
5800
5801 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5802
5803         * device/include/mc68hc908qy.h: corrected declarations of FLBPR and
5804         OSCTRIMVAL as noted in bug #916008
5805
5806 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5807
5808         * src/SDCCloop.c (basicInduction): fixed bug with loop induction
5809         in loops with multiple exits (reported as incorrect registers
5810         used by Martin Helmling in Sdcc-user list)
5811
5812 2004-03-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5813
5814         * src/ds390/main.c (_ds390_genAssemblerPreamble): cosmetic change,
5815         made ds390 register extensions look less like error messages
5816
5817 2004-03-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5818
5819         * src/SDCCglue.c (printIvalPtr): fixed bug with pointer initializer
5820         reported by Adam Wozniak in Sdcc-user list
5821
5822 2004-03-10 Bernhard Held <bernhard AT bernhardheld.de>
5823
5824         * src/SDCCast.c (decorateType): fixed with bug and promotion in
5825         arithmetic optimizations, added debug output
5826
5827 2004-03-09 Bernhard Held <bernhard AT bernhardheld.de>
5828
5829         * device/lib/time.c (mktime): fixed bug reported by Bert Thomas
5830         * sdcc.spec: updated and split sdcc into 3 rpms
5831         * src/SDCCast.c (decorateType): &|^ don't need addCast(); addCast() is
5832         needed for literals of LEFT_OP and '+'
5833         * src/SDCCicode.c (geniCodeLogic): I must have been braindead when I
5834         introduced RESULT_TYPE_NOPROM
5835         (geniCodeMultiply): fixed logic for decision if mul is optimized to
5836         left shift
5837         * src/SDCCsymt.c (computeType): op is int; added RESULT_TYPE_OTHER;
5838         limited promotion to int only for '*'
5839         * src/SDCCsymt.h (computeType): op is int, removed RESULT_TYPE_NOPROM
5840
5841 2004-03-09 Hans Dorn <hjdorn AT users.sourceforge.net>
5842
5843         * src/pic16/gen.c (genSkip),
5844         (genc16bit2lit), (gencjneshort): commented out
5845         (is_LitOp): new helper function, checks operand type
5846         (genCmpEq): rewritten
5847
5848 2004-03-08 Bernhard Held <bernhard AT bernhardheld.de>
5849
5850         * support/regression/tests/bug-908454.c: added
5851
5852 2004-03-07 Bernhard Held <bernhard AT bernhardheld.de>
5853
5854         * src/SDCCast.c (addCast): fixed bug #908454 by promoting bits to char
5855         * src/SDCCicode.c (usualBinaryConversions): op needs int type
5856         (geniCodeCast): cosmetic, don't preserve bit storage class
5857         (geniCodeLeftShift): added promotion
5858         (geniCodeLogic): fixed regression
5859         * src/SDCCsymt.c (computeTypeOr): accept bits too
5860         (compareType): 2nd part of fix for bug #908454, needed for bitfields
5861
5862 2004-03-07  Borut Razem <borut.razem AT siol.net>
5863
5864         * support/Util/findme.c: alloca() replaced with malloc()/free() pair
5865
5866 2004-03-06 Vangelis Rokas <vrokas AT otenet.gr>
5867
5868         * src/pic16/ralloc.c (pic16_genPackRegisters): reverted to old
5869         version of pic16_genPackRegisters which does not check if ic is a
5870         CAST operator,
5871         * src/pic16/gen.c (ifxForOp): disabled new and untested code in
5872         function cause string1.c regression test fails
5873
5874 2004-03-06 Bernhard Held <bernhard AT bernhardheld.de>
5875
5876         * sim/ucsim/configure.in,
5877         * sim/ucsim/configure,
5878         * sim/ucsim/doc/Makefile.in: use docdir
5879         * src/SDCC.y: fixed sbit atrributes
5880         * src/SDCCast.c (getResultTypeFromType): added support for bitfields
5881         * src/SDCCast.c (decorateType): |^& need special promotion handling
5882         * src/SDCCast.h,
5883         * src/SDCCsymt.h: moved definition of RESULT_TYPE
5884         * src/SDCCsymt.h (computeType),
5885         * src/SDCCicode.c: computeType() needs op
5886         * src/SDCCsymt.c (checkTypeSanity),
5887         * doc/sddman.lyx: "plain" bitfields are unsigned
5888         * src/SDCCsymt.c (computeTypeOr): added
5889         * src/SDCCsymt.c (computeType): added support for bitfields, fixed
5890         |^& ops
5891         * src/SDCCval.c (val*): computeType() needs op
5892         * src/SDCCval.c (valCastLiteral): fixed casting of bitfields
5893         * support/regression/tests/onebyte.c: added tests for |^&
5894
5895 2004-03-06 Hans Dorn <hjdorn AT users.sourceforge.net>
5896
5897         * src/pic16/gen.c: (genpic16Code) use copy of printILine's output
5898         for writing icode into asm output.
5899
5900 2004-03-05 Vangelis Rokas <vrokas AT otenet.gr>
5901
5902         * src/pic16/device.c: added some debug lines enabled
5903         with macro DEBUG_CHECK,
5904         * src/pic16/genarith.c: more debug in genPlus,
5905         * (pic16_genUMult8XLit_16, pic16_genUMult8X8_16): removed,
5906         * (pic16_genUMult16X16_16, pic16_genUMult16XLit_16): NEW,
5907         * src/pic16/gen.c: added prototypes for pic16_genMult16X16_16,
5908         * (aopForSym): onStack symbols are re-placed in data memspace,
5909         and onStack flag is cleared,
5910         * (pic16_popGetTempReg, pic16_popReleaseTempReg): modified to
5911         copy temporary pcodeop,
5912         * (genPcall): added warning for not updating PCLATU,
5913         * (genFunction): removed test with IFFUNC_CALLEESAVES, its
5914         always true for pic16 port,
5915         * (genMultOneWord): NEW, supports integer multiplication,
5916         * (genMult): modified to call genMultOneWord,
5917         * (ifxForOp): added warning when return NULL,
5918         * src/pic16/glue.c (pic16emitRegularMap): symbol implicit
5919         flag is set before call to operandFromSymbol for implicit
5920         added structures,
5921         * src/pic16/main.c (_pic16_finaliseOptions): options.float_rent,
5922         options.intlong_rent are set by default,
5923         * (_hasNativeMulFor): modified to allow port generation of integer
5924         multiplication,
5925         * src/pic16/ralloc.c (pic16_allocDirReg): commented out line which
5926         set regtype to REG_SFR for all registers, restricting seting the
5927         accessBank flag for registers 0<= r < 0x80 and 0xf80<=r<=0xfff,
5928
5929 2004-03-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5930
5931         * src/mcs51/peephole.def: added 251.b and 253.x. 253.x are applied
5932         more than 500 times in the regression tests
5933
5934 2004-03-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5935
5936         * support/Util/SDCCerr.h,
5937         * support/Util/SDCCerr.c,
5938         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
5939         enumerator_list),
5940         * src/SDCCsymt.c (addSymChain): show location of oriignal definition
5941         for symbol conflicts.
5942         * support/valdiags/tests/enum.c,
5943         * support/valdiags/tests/tentdecl.c,
5944         * support/valdiags/tests/struct.c: expect possible error messages
5945         referring to original symbol definitions.
5946         * src/SDCC.y (struct_or_union_specifier, struct_declarator),
5947         * src/SDCCsymt.h,
5948         * src/SDCCsymt.c (promoteAnonStructs): support anonymous struct/union
5949
5950 2004-03-03 Hans Dorn <hjdorn AT users.sourceforge.net>
5951
5952         * src/pic16/gen.c (gencjne): fixed for right=REG / left=LIT
5953
5954 2004-02-03 Vangelis Rokas <vrokas AT otenet.gr>
5955
5956         * src/pic16/ralloc.c (newReg): fixed bug #908929
5957
5958 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5959
5960         * src/ds390/gen.c: added missing #include "main.h"
5961
5962 2004-03-02 Vangelis Rokas <vrokas AT otenet.gr>
5963
5964         * src/pic16/device.c (checkAddSym): NEW, adds a symbol to set while
5965         checking if symbol is already in set,
5966         * src/pic16/device.h: prototype for checkAddSym,
5967         * src/pic16/gen.c: (_G): added entry interruptvector,
5968         * (assignResultValue): removed some commented out lines,
5969         * (genFunction): check for ISR via sym->type, absolute section for
5970         interrupt code is created via a new pBlock, the goto instruction is
5971         placed now correctly at the interrupt vector position, changed all
5972         references from ivec to _G.interruptvector,
5973         * WREG,STATUS,BSR are not saved in stack upon an entry to interrupt
5974         is the interrupt is a high priority one, same for return from ISR,
5975         * src/pic16/glue.c: changed all calls of addSetHead for publics and
5976         externs to calls of checkAddSym,
5977         * src/pic16/pcode.c (pic16_pBlockConvert2*): emit warning when
5978         pic16_pcode_verbose flag is set,
5979         * src/pic16/pcode.h: extern to pic16_pcode_verbose,
5980         * src/pic16/pcoderegs.c: message about how many registers are saved
5981         will only be emitted if pic16_pcode_verbose flag is set,
5982
5983 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5984
5985         * src/ds390/ralloc.h,
5986         * src/ds390/ralloc.c (ds390_regWithIdx),
5987         * src/ds390/gen.c (emitcode),
5988         * src/ds390/main.h,
5989         * src/ds390/main.c (instructionSize, ds390newAsmLineNode, updateOpRW,
5990         ds390opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
5991         ds390operandCompare, getRegsRead, getRegsWritten,
5992         initializeAsmLineNode): customized instruction size calculation for
5993         ds390, started basis for some register optimizations
5994         * src/ds390/gen.c (gen390Code, emitcode): associate iCodes with
5995         corresponding assembly output
5996         * src/ds390/gen.c (genFunction, genEndFunction): added case to handle
5997         missing push/pop of r0/r1. Optimized push/pops
5998
5999 2004-03-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6000
6001         * src/mcs51/main.c (instructionSize): fixed ACALL size
6002         * src/mcs51/main.c (updateOpRW): fixed bug with @dptr, @a+dptr operands
6003
6004 2004-03-01 Vangelis Rokas <vrokas AT otenet.gr>
6005
6006         * src/pic16/device.c (pic16_dump_section): fixed a bug that allowed
6007         the sorting of rlist with NULL elements
6008         * (print_idataType, print_idata): NEW to create idata sections
6009         * src/pic16/device.h: idataSymSet new variable
6010         * src/pic16/gen.c (genFunction): fixed some bugs in string
6011         comparing, improved the absolute section creation for ISRs,
6012         added FSR0L/FSR0H in registers that are saved in an ISR,
6013         * (genInline): fixed the processing of inline snippets,
6014         now they undergo no process by the peephole optimizer
6015         * src/pic16/glue.c (pic16emitRegularMap): symbols with initialiser
6016         are placed in idataSymSet,
6017         * (pic16emitStaticSeg): extern symbols are added in externs,
6018         * src/pic16/ralloc.c (pic16_allocDirReg): work around to reduce bank
6019         switching when aboslute variables are placed in access bank memory
6020         * (pic16_writeUsedRegs): added call to pic16_dump_idata,
6021         * (packRegsForSupport,packRegsForAccUse,packRegsForOneuse):
6022         commented out with #if,
6023         * (pic16_packRegisters): reintroduce the check for CAST because some
6024         symbols are not correctly handled,
6025         * src/pic16/pcode.h: changed the definition of pCodeAsmDir to hold a
6026         pCodeInstruction instead of pCode,
6027         * src/pic16/pcode.c (pic16_newpCodeAsmDir): modified for the new
6028         pCodeAsmDir definition,
6029         * (pic16_pCode2str, genericPrint): when an AsmDir pcode has a NULL
6030         directive, then the argument directive is emitted without the leading
6031         tab, hack for inline labels which must be in the first column,
6032         * (compareLabel,pic16_findNextInstruction),
6033         * (pic16_findPrevInstruction): added case for PO_ASMDIR,
6034         * (insertBankSwitch): modified for the new pCodeAsmDir,
6035
6036 2004-03-01 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
6037         patch applied by Vangelis Rokas <vrokas AT otenet.gr>
6038
6039         * src/pic16/gen.c (pic16_popGet): case PO_DIR, adds the offset to
6040         instance,
6041         * (pushSide): commented out with #if,
6042         * (assignResultValue): fixed some typos in saving
6043         registers,
6044         * (genPcall): FIXED and sync'ed with genCall,
6045         * (genDataPointerGet,genDataPointerSet): using offset not leoffset
6046         * (genNearPointerGet): fixed to handle some more cases,
6047         implementation scheme via table reads,
6048         * (genConstPointerGet): modified to access code memory correct,
6049         * (genCodePointerGet,genNearPointerSet,genGenPointerSet): modified
6050         and improved to handle some cases
6051         * glue.c (printIvalType,printIvalChar,emitStaticSeg): use "DB"
6052         instead of "RETLW" for init data
6053         * src/pic16/ralloc.c (pic16_allocDirReg): warning when a symbol is
6054         not IN_DIRSPACE, work around to reduce bank switching when aboslute
6055         variables are placed in access bank memory (<0x80 and >=0xf80),
6056         * src/pic16/pcode.c: added SFRs TBLPTR, TABLAT, added opcodes TBLRD,
6057         TBLRD_POSTINC,TBLRD_POSTDEC,TBLRD_PREINC,TBLWT,TBLWT_POSTINC,
6058         TBLWT_POSTDEC,TBLWT_PREINC
6059         * Fixed initialisation of BSR, set "alias" for SSAVE to "0"
6060         * (pic16_emitDB,pic16_flushDB): New functions to generate "DB"
6061         directives
6062         * (pic16_pCodeConstString): use "DB" instead of "RETLW"
6063         * src/pic16/pcode.h: added TBLRD*,TBLWT*, added pic16_emitDB,
6064         pic16_flushDB, made pic16_newpCodeAsmDir public, added TBLPTR, TABLAT
6065         * src/pic16/ralloc.h: added IDX_BSR,IDX_TBLPTR*,IDX_TABLAT
6066
6067 2004-02-29  Borut Razem <borut.razem AT siol.net>
6068
6069         * src/Makefile.in, src/SDCCutil.c, support/Util/findme.c,
6070         support/Util/findme.h, support/Util/system.h: enhance binary relative
6071         search for lib and include by using findProgramPath()
6072
6073 2004-02-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6074
6075         * src/SDCCpeeph.h,
6076         * src/SDCCpeeph.c (pcDistance),
6077         * src/port.h,
6078         * src/mcs51/ralloc.h,
6079         * src/mcs51/ralloc.c (mcs51_regWithIdx),
6080         * src/mcs51/main.h,
6081         * src/mcs51/main.c (instructionSize, asmLineNode, updateOpRW,
6082         mcs51opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
6083         mcs51operandCompare, getRegsRead, getRegsWritten): made instruction
6084         size calculation port specific, started basis for some register
6085         optimizations
6086         * src/mcs51/gen.c (genFunction, genEndFunction): added case to handle
6087         missing push/pop of r0/r1. Optimized push/pops
6088         * src/mcs51/ralloc.c (packregisters): fixed bug #727095
6089         * device/lib/_modsint.c (_modsint),
6090         * device/lib/_modslong.c (_modslong): fixed sign of result in non-asm
6091         and stack version so regression tests pass
6092
6093 2004-02-26 Bernhard Held <bernhard AT bernhardheld.de>
6094
6095         * src/Makefile.in (dep): include SLIBOBJS in dependency check
6096         * src/SDCCast.c (decorateType): catch another small optimization
6097         with '?' operator
6098         * src/SDCCsymt.c (computeType): added comments and cosmetic changes
6099         * src/SDCCval.c (valMult, valDiv, valMod, valPlus, valMinus, valShift):
6100         modified to finally use computeType() all over SDCC,
6101         see Feature Request #877103
6102         * src/SDCCval.h: cosmetic
6103         * src/SDCCicode.c (operandOperation): fixed EQ_OP bug, now same as in
6104         valCompare(); regression tested in muldiv.c
6105         * support/regression/tests/muldiv.c (testMod): mod sign follows
6106         dividend only
6107
6108 2004-02-23 Bernhard Held <bernhard AT bernhardheld.de>
6109
6110         * src/SDCCast.c (decorateType): fixed bug #902362
6111         * doc/INSTALL.txt: fixed install instructions for win32
6112
6113 2004-02-21 Bernhard Held <bernhard AT bernhardheld.de>
6114
6115         * device/include/Makefile.in (install): fixed by replacing spaces
6116         by tabs
6117         * doc/README.txt,
6118         * doc/INSTALL.txt: updated for release
6119         * doc/sdccman.lyx: added warning for --xstack being buggy
6120
6121 2004-02-20 Bernhard Held <bernhard AT bernhardheld.de>
6122
6123         * src/pic16/ralloc.c (packRegsForAccUse):  disabled functions with #if
6124         to eliminate build warnings.
6125         * src/pic16/gen.c (pic16_popGet): fixed for gcc 2.95.4
6126
6127 2004-02-20 Vangelis Rokas <vrokas AT otenet.gr>
6128            Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
6129
6130         * doc/sdccman.lyx: removed PIC16 from PIC16 Port Specific Options,
6131         removed -penable-stack, added comment for stack pragma, added
6132         warning for not initializing the stack/frame registers, removed
6133         comment at interrupts section
6134
6135         Stack is made permanent, there is no ability to disable stack usage.
6136         * src/pic16/device.h,
6137         * src/pic16/device.c: removed all references to USE_STACK macro,
6138         * src/pic16/device.c (pic16_dump_section): when no elements in
6139         rlist, free rlist before return,
6140         * (pic16_dump_int_registers): NEW, internal registers are a new set
6141         of general purpose registers reused by each function,
6142         * (checkAddReg): returns 1 if registers is added to set,
6143         * (pic16_groupRegistersInSection): when a registers is of type
6144         PO_GPR_TEMP add it in pic16_int_regs and not in pic16_rel_udata,
6145         * src/pic16/device.h: memRange and Assigned Memory are deleted,
6146         SRCASECMP macro is moved here from device.c
6147         * src/pic16/genarith.c (pic16_pCodeOpType): added cases for
6148         PO_PCLATU, PO_PRODL, PO_PRODH,
6149         * (pic16_pCodeOpType, genMinus,
6150         changed compares to "a" register, with AOP_ACC,
6151         * (pic16_genPlus): fixed some bugs and indented properly,
6152         * (pic16_addSign): changed size to size+offset in the MOVWF
6153         instruction,
6154         * (pic16_genUMult8XLit_8): NEW, uses processor MULLW instruction to
6155         multiply 8-bit operand by literal, result is 8-bit,
6156         * (pic16_genUMult8X8_8): NEW, uses processor MULWF instruction to
6157         multiply 2 8-bit operand, result is 8-bit,
6158         * (pic16_genMult8X8_8): modified to call genUMult8X*_8 functions and not
6159         genUMult8X*_16,
6160         * src/pic16/gen.c: changed accUse to contain WREG only,
6161         * (pic16_emitcomment): renamed to pic16_emitpcomment,
6162         * (aopForSym): allocated dir register when IN_DIRSPACE(space) is,
6163         true, do not use immediate addressing any more unless sym is a
6164         pointer in codespace,
6165         * (aopForRemat): do not use immediate addressing when symbol not in
6166         codespace and when symbol's address is requested,
6167         * (aopOp): for-loop in if(sym->accUse) is modified for the new
6168         accUse size (= 1),
6169         * (aopGet): added case for AOP_ACC and don't return "accumulator
6170         bug" but WREG instead,
6171         * (popGetTempReg): pushes contents of temporary register in stack,
6172         * (popReleaseTempReg): pops contents of temporary register from
6173         stack. Use popGetTempReg/popReleaseTempReg in aligned pairs,
6174         * (pic16_popGet): separated case AOP_ACC to return register WREG
6175         from processor registers, AOP_PCODE not checks if pcop is PO_DIR
6176         or PO_IMMEDIATE and initializes their instance/offset appropriately,
6177         * The whole issue with aopForSym,aopForRemat,popGet) is to minimize
6178         the use of immediate pointers to certain cases only.
6179
6180         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): use pic16_popGet2p,
6181         * (pic16_loadFromReturn, pic16_storeForReturn: NEW,
6182         * (assignResultValue, genCall, genRet): modified to use the new
6183         function return value scheme with WREG,PRODL,PRODH,FSR0L and FSR0,
6184         genPcall is still broken,
6185         * (genFunction): added code to create 'A' type pBlocks when
6186         interrupt functions are generated, code not extensively tested yet,
6187         ISRs push WREG,STATUS,BSR,PRODL,PRODH,FSR0L,FSR0H registers on stack,
6188         * (genEndFunction): modified so ISRs pop stored registers from stack,
6189         * (genMultOneByte): cleanup,
6190         * (AccRsh): added flag andmask, to and result with appropriate mask,
6191         * (genUnpackBits,genPackBits): fixed and can handle bit fields,
6192         * (genDataPointerGet): fixed and reenabled its use,
6193         * (genNearDataPointerGet): bugs fixed,
6194         * (genDataPointerSet): bugs fixed,
6195         * src/pic16/genutils.c: added functions pic16_DumpValue,pic16_DumpAop,
6196         pic16_DumpSymbol, pic16_DumpOp,
6197         * src/pic16/genutils.h: function prototypes for the above functions,
6198         * src/pic16/glue.c: new flags initsfpnt, to initialize stack/frame
6199         pointers,
6200         * (pic16emitRegularMap): many many many improvements, but needs a
6201         major cleanup,
6202         * src/pic16/main.c: enable_stack in pic16_options is removed,
6203         * (_pic16_parseOptions): removed command line options -penable-stack,
6204         * (_process_pragma): emit stack symbol only when stack pragma is
6205         processed,
6206         * src/pic16/pcode.c: pic16_pc_fsr0 is removed, all operations are
6207         redirected to FSR0L/FSR0H pair,
6208         * (pic16_get_op, pic16_get_op2): modifications and improvements,
6209         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
6210         cases PO_PRODL,PO_PRODH, pic16_getRegFromInstruction2 returns sane
6211         for immediates,
6212         * (insertBankSwitch): modified to handle cases like: (alfa + 1)
6213         * (dumpPicOptype): NEW,
6214         * src/pic16/pcode.h: added PO_PCLATU,PO_PRODL,PO_PRODH in enum,
6215         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed bug
6216         with movff instruction,
6217         * src/pic16/ralloc.c: renamed typeRegWithIdx to pic16_typeRegWithIdx,
6218         added pic16_int_regs, some packRegsFor* functions are commented out,
6219         because produce errors,
6220         * src/pic16/NOTES: minor modifications
6221
6222 2004-02-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6223
6224         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c, as/mcs51/lkmain.c,
6225         as/mcs51/lkmem.c, src/SDCCglob.h, src/SDCCmain.c: added options --stack-size and
6226         --pack-iram.
6227         * doc/sdccman.lyx: described options --stack-size and --pack-iram.
6228         * as/mcs51/lkaomf51.c: fixed bug #895763
6229
6230 2004-02-17 Bernhard Held <bernhard AT bernhardheld.de>
6231
6232         * device/include/c8051f320.h: added. Contributed by Maarten Brock.
6233
6234 2004-02-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6235
6236         * doc/sdccman.lyx: added details about the HC08 storage classes and
6237         interrupts, fixed the register usage info for z80 & gbz80
6238
6239 2004-02-17 Vangelis Rokas <vrokas AT otenet.gr>
6240
6241         * doc/sdccman.lyx: added more pic16 port documentation
6242         * device/include/pic16/: added header pic18fregs.h
6243
6244 2004-02-16 Bernhard Held <bernhard AT bernhardheld.de>
6245
6246         * doc/sdccman.lyx: added Vangelis' contribution
6247
6248 2004-02-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6249
6250         * src/SDCClrange.c (rlivePoint): live range of SEND operand should
6251         extend to the next CALL or PCALL, not just to the next CALL.
6252
6253 2004-02-16 Vangelis Rokas <vrokas AT otenet.gr>
6254
6255         * src/pic16/gen.c (genInline): fixed bug #896482 with inline assembly
6256
6257 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6258
6259         * src/mcs51/ralloc.c (packRegsForAssign, reassignAliasedSym): fixed
6260         bug #895752 and a better fix for bug #716790
6261
6262 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6263
6264         * src/SDCCsymt.c (processFuncArgs): fixed bug #896796
6265
6266 2004-02-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6267
6268         * doc/sdccman.lyx: minor changes, minor changed
6269
6270 2004-02-13 Bernhard Held <bernhard AT bernhardheld.de>
6271
6272         * src/SDCCicode.c (usualBinaryConversions): removed pic16 from ports
6273         which can't handle SDCC_NEWONEBYTEOPS,
6274         (geniCodeMultiply): removed conversion from mult to shift for pic14
6275         and pic16
6276
6277 2004-02-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6278
6279         * src/hc08/gen.h,
6280         * src/hc08/gen.c (storeRegToAop, aopOp, aopAdrStr, accopWithAop,
6281         rmwWithAop): Ported my 2003-10-02 fix for bug #663539 to the hc08,
6282         thus fixing bug #895406
6283
6284 2004-02-11 Bernhard Held <bernhard AT bernhardheld.de>
6285
6286         * device/lib/_modsint.c,
6287         * device/lib/_modslong.c: sign follows divisor only
6288         * src/hc08/gen.c (genMultOneByte): if result size is 1,
6289         signs or signedness can be ignored
6290         * src/SDCCast.c (addCast): cosmetic - added lineno to CAST
6291         * src/SDCCast.c (resultTypePropagate): added even more ops: +, - and *,
6292         added optimization for IFX,
6293         (decorateType): Mult/Div/ModOneByte ops can handle all kind of signed
6294         arguments;
6295         reenabled optimization for IFX, which was removed on 2004-01-11
6296         * src/SDCCast.h: added return type IFX
6297         * src/SDCCicode.c: Mult/Div/ModOneByte ops can handle all kind of signed
6298         arguments with 8 or 16 bit results; pic14 and pic16 ports use old
6299         promotion behaviour; env. var. SDCC_NEWONEBYTEOPS selects the new,
6300         SDCC_OLDONEBYTEOPS selects the old behaviour
6301         * src/SDCCsymt.c (computeType): type2 can be NULL (for LEFT_OP);
6302         changed again and commented promotion rule
6303         * src/SDCCval.c (valDiv): promotion no longer necessary
6304         * src/ds390/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte),
6305         * src/mcs51/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte):
6306         rewritten
6307         * support/regression/tests/onebyte.c: added
6308
6309 2004-02-11 Vangelis Rokas <vrokas AT otenet.gr>
6310
6311         * gen.c (genInline): reverted to old code for assemnling inline
6312         code because of bug reported James Chadd
6313
6314 2004-02-10 Vangelis Rokas <vrokas AT otenet.gr>
6315
6316         * ralloc.h: missing declarations from previous patch,
6317         seems that patch for ralloc.h was never applied, fixed
6318
6319 2004-02-10 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
6320            patch committed by Vangelis Rokas <vrokas AT otenet.gr>
6321
6322         * pcode.c,
6323         * pcode.h,
6324         * ralloc.h: added FSR0L, FSR0H and other missing PIC16 SFR's for
6325         indirect addressing. Marked FSR0 as deprecated
6326         * gen.c (pointerCode): commented out, not needed now
6327         (pic16_popGet2p): new MOVFF helper function
6328         (genGenPointerGet),
6329         (genGenPointerSet): reimplemented with MOVFF and POSTINC0
6330         (shiftRLong): removed duplicate debugging info
6331
6332 2004-02-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6333
6334         * src/ds390/gen.c (genNearPointerGet),
6335         * src/mcs51/gen.c (genNearPointerGet): allow the genDataPointerGet()
6336         optimization with bits, but not bitfields.
6337         * src/ds390/ralloc.c (packRegisters),
6338         * src/mcs51/ralloc.c (packRegisters): fixed bug #884453 & #880832
6339
6340 2004-02-09 Bernhard Held <bernhard AT bernhardheld.de>
6341
6342         * src/SDCCcse.c (algebraicOpts): copy operands before modification
6343
6344 2004-02-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6345
6346         * src/SDCCsymt.h,
6347         * src/SDCCicode.c (operandFromSymbol),
6348         * src/mcs51/ralloc.c (verifyRegsAssigned, serialRegAssign),
6349         * src/ds390/ralloc.c (verifyRegsAssigned, serialRegAssign),
6350         * src/z80/ralloc.c (verifyRegsAssigned, serialRegAssign),
6351         * src/hc08/ralloc.c (verifyRegsAssigned, serialRegAssign),
6352         * src/pic/ralloc.c (verifyRegsAssigned, serialRegAssign),
6353         * src/pic16/ralloc.c (verifyRegsAssigned, serialRegAssign): fixed
6354         bug #892038
6355         * src/SDCCast.c (createIvalStruct, createIvalArray, gatherAutoInit),
6356         * src/SDCCglue.c (emitRegularMap, printIvalStruct, printIvalArray,
6357         printIvalCharPtr, printIvalPtr, printIval, emitStaticSeg, emitOverlay)
6358         * src/SDCCsymt.c (newSymbol),
6359         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
6360         enumerator_list),
6361         * src/SDCCval.h,
6362         * src/SDCCval.c (newiList): fixed bug #885705
6363
6364 2004-02-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6365
6366         * doc/sdccman.lyx: added section 3.1.4: sdcclib.
6367         * as/mcs51/lkmem.c: report the size of the stack in .mem file.
6368
6369 2004-02-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6370
6371         * device/include/c8051f120.h,
6372         * device/include/c8051f300.h,
6373         * device/include/c8051f310.h: added/updated header files for Silicon
6374         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
6375         * doc/sdccman.lyx: minor changes, recommended diff -Naur and diff -u
6376         in new section Submitting patches
6377
6378 2004-02-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6379
6380         * src/mcs51/gen.c (genNearPointerGet, genPagedPointerGet,
6381         genFarPointerGet, genCodePointerGet, genGenPointerGet,
6382         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
6383         genGenPointerSet),
6384         * src/ds390/gen.c (genNearPointerGet, genPagedPointerGet,
6385         genFarPointerGet, genCodePointerGet, genGenPointerGet,
6386         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
6387         genGenPointerSet),
6388         * src/pic16/gen.c (genNearPointerGet, genPagedPointerGet,
6389         genFarPointerGet, genCodePointerGet, genGenPointerGet,
6390         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
6391         genGenPointerSet),
6392         * src/pic/gen.c (genNearPointerGet, genPagedPointerGet,
6393         genFarPointerGet, genCodePointerGet, genGenPointerGet,
6394         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
6395         genGenPointerSet): fixed bug #892400
6396         * src/pic16/gen.c (genSkipz, AccRol): disabled functions with #if 0
6397         to eliminate build warnings.
6398         * src/SDCCast.c (processParms),
6399         * src/SDCC.y (function_declarator2, declarator2_function_attributes):
6400         fixed bug 751859
6401         * support/valdiag/valdiag.py: added GCC to the list of defines active
6402         when compiling with gcc
6403
6404 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6405
6406         * support/Util/SDCCerr.h,
6407         * support/Util/SDCCerr.c,
6408         * src/SDCCast.c (decorateType, sizeofOp): complain when sizeof is used
6409         with an incomplete type (fixed bug #883734)
6410         * src/SDCCicode.c (geniCodeCast): fixed bug #890510
6411
6412 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6413
6414         * src/pic16/gen.c (genCmpEq, shiftRLong): fixed declarations
6415
6416 2004-02-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6417
6418         * src/SDCCast.c (decorateType),
6419         * src/SDCCicode.c (geniCodeParms, geniCodeCall): fixed bugs in my ANSI
6420         function pointer implementation
6421         * support/regression/tests/funptrs.c: added tests to verify both forms
6422         of function pointers work correctly. Added tests to verify parameters
6423         are passed in the correct order.
6424
6425 2004-02-06  Vangelis Rokas <vrokas AT otenet.gr>
6426
6427         * device.c (regCompare): registers are sorted by ascending
6428         address and increasing size,
6429         * main.c (_pic16_finaliseOptions): removed the declaration
6430         of compiler macro MCU. Now a macro of the format pic18fxxxx
6431         will be defined from the command line
6432
6433 2004-02-06  Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
6434             patch committed by Vangelis Rokas <vrokas AT otenet.gr>
6435
6436         * pcode.c (pic16initMnemonics): fixed typo in assignment to PCOP_RLNCF
6437         PCOP_RLCF was overwritten!
6438         * gen.c (genSkip): commented out calls to pic16_emitcode,
6439         * (genCmpEQ): fixed "long" compares, only high word did get compared,
6440         * (genlshTwo),
6441         * (genRRC): added debugging info,
6442         * (shiftL2Left2Result): Fixed bug, if offr > offl. Result got
6443         overwritten while shifting,
6444         * (shiftR2Left2Result): Fixed bug, if offr < offl. Result got
6445         overwritten while shifting,
6446         * (AccLsh),
6447         * (AccRsh),
6448         * (shiftLLeftOrResult),
6449         * (shiftRLeftOrResult),
6450         * (shiftRLong),
6451         * (shiftLLong): Implemented with pic16_emitpcode
6452         * (genlshFour): Replaced pic16_aopPut with pic16_emitpcode,
6453         * (genLeftShift): Fixed bug, operand for shift by variable always
6454         was "and"ed with 0x0f,
6455         * (genLeftShiftLiteral),
6456         * (genrshTwo),
6457         * (genRightShiftLiteral): added debugging info,
6458         * (genrshFour): added comment,
6459         * (genRightShift): determined signedness from operand "left"
6460         instead of "result"
6461
6462 2004-02-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6463
6464         * src/SDCCicode.c (geniCodeParms),
6465         * src/SDCCast.c (decorateType, processParms): support for ANSI-style
6466         function pointers, fixed function pointer bugs #861242 and #861896
6467
6468 2004-01-31 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6469
6470         * device/include/c8051f000.h,
6471         * device/include/c8051f120.h,
6472         * device/include/c8051f300.h: added header files for Silicon
6473         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
6474
6475 2004-01-31 Bernhard Held <bernhard AT bernhardheld.de>
6476
6477         * src/SDCCast.c (processParams): added new type flow and restructured
6478         (gatherAutoInit): added new type flow
6479         (addCast): cosmetic changes
6480         (getLeftResultType): added new type flow for array indices, patch
6481         provided by Stas, see FR #877103
6482         (decorateType): SDCC_NEWTYPEFLOW removed, new type flow is now standard;
6483         array index patch by Stas
6484         * src/SDCCast.h: added prototype getResultTypeFromType()
6485         * src/SDCCval.h,
6486         * src/SDCCval.c (resolveIvalSym) (resolveIvalSym),
6487         * src/pic/glue.c (pic14emitStaticSeg),
6488         * src/pic16/glue.c (pic16emitStaticSeg),
6489         * src/SDCCglue.c (emitRegularMap) (emitStaticSeg): added new type flow
6490         for initialization of symbols
6491         * src/SDCCicode.c (geniCodeArray): removed warning W_ARRAY_BOUND
6492         * support/Util/SDCCerr.h:
6493         * support/Util/SDCCerr.c: replaced W_ARRAY_BOUND by W_IDX_OUT_OF_BOUNDS
6494         * .version: bumped version number to 2.3.8
6495         * device/include/Makefile.in (install),
6496         * doc/Makefile (install): changed to 'rm `find ...`' construct to
6497         avoid warnings
6498
6499 2004-01-30 Bernhard Held <bernhard AT bernhardheld.de>
6500
6501         * support/regression/tests/libmullong.c: fixed for 64 bit hosts
6502         Slade Rich fixed an optimization bug
6503         * src/pic/pcodepeep.c,
6504         * src/pic/pcoderegs.c
6505         * doc/Makefile (install): added test for directory
6506
6507 2004-01-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6508
6509         * src/mcs51/ralloc.c (getRegPtr, getRegGpr),
6510         * src/ds390/ralloc.c (getRegPtr, getRegGpr),
6511         * src/pic/ralloc.c (getRegPtr, getRegGpr),
6512         * src/pic16/ralloc.c (getRegPtr, getRegGpr),
6513         * src/z80/ralloc.c (getRegGpr): fixed bug #883361
6514         * as/mcs51/asexpr.c (term),
6515         * as/hc08/asexpr.c (term): fixed bug #887146
6516
6517 2004-01-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6518
6519         * src/z80/gen.c (genMult): handle single byte result product
6520         * src/SDCCopt.c (killDeadCode): never convert ADDRESS_OF iCode to
6521         DUMMY_READ_VOLATILE (fixed bug #886367)
6522
6523 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
6524
6525         * support/regression/tests/libmullong.c: fixed logic, on little endian
6526         hosts we ended without a mullong_wrapper()
6527
6528 2004-01-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6529
6530         * ChangeLog: changed "@" to " AT " in hopes of reducing spam and
6531         virus/worm forged address usage.
6532
6533 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
6534
6535         Fixed promotion, it should be done on AST level:
6536         * src/SDCCast.c (addCast): added promotion to int
6537         (decorateType): updated call to upCast()
6538         * src/SDCCicode.c (geniCodeLeftShift): removed call to
6539         usualUnaryConversions()
6540
6541 2004-01-26  Michael Hope  <michaelh AT juju.net.nz>
6542
6543         * support/regression/tests/literalop.c (mulWrapper): Added a
6544         wrapper to remove integer overflow warnings.
6545
6546         * support/regression/tests/float_trans.c: Made work on host.
6547
6548         * support/regression/ports/ucz80/spec.mk (UCZ80): Made detect the
6549         location of sz80.
6550
6551         * support/regression/generate-cases.py (main): Changed from inline
6552         to a main method.
6553
6554         * doc/Makefile (install): Changed to depth first to get rid of
6555         missing directory install warning.
6556
6557         * as/Makefile (install-doc): Made work on Mac.
6558
6559 2004-01-25 Bernhard Held <bernhard AT bernhardheld.de>
6560
6561         * src/SDCCast.c: added an additional type flow in decorateType() of
6562         opposite direction, see feature request #860006; it's enabled at runtime
6563         by setting the environment variable SDCC_NEWTYPEFLOW
6564         * src/SDCCast.h: changed prototype of decorateType()
6565         * src/SDCCglue.c (emitRegularMap): updated call of decorateType()
6566         * src/SDCCicode.c (geniCodeDivision) (geniCodeModulus): promotion from
6567         'char' to 'int' can be omitted, if both operands are 'unsigned char';
6568         see feature request #877103
6569         * src/SDCCval.c: updated call of decorateType()
6570         (valBitwise): fixed bug #882876
6571         (valMinus): added promotion
6572         (valLogicAndOr): result is unsigned
6573         (cheapestVal) (constVal): literals from 0...255 are 'unsigned char' now
6574         * src/SDCCsymt.c (computeType),
6575         * src/mcs51/gen.c (genCmpGt) (genCmpLt): literal 'unsigned char'
6576         must not cause an unsigned operation
6577         * src/pic/glue (pic14emitRegularMap),
6578         * src/pic16/glue.c (pic16emitRegularMap): updated call of decorateType()
6579
6580 2004-01-23 Bernhard Held <bernhard AT bernhardheld.de>
6581
6582         * src/pic/pcode.c (PCodeID): commented out left over debug code
6583
6584 2004-01-20 Bernhard Held <bernhard AT bernhardheld.de>
6585
6586         * support/valdiag/tests/overflow.c: added shift tests
6587         * src/pic/device.c,
6588         * src/pic/gen.c,
6589         * src/pic/gen.h,
6590         * src/pic/glue.c,
6591         * src/pic/main.c,
6592         * src/pic/pcode.c,
6593         * src/pic/pcode.h,
6594         * src/pic/pcodepeep.c,
6595         * src/pic/pcoderegs.c,
6596         * src/pic/ralloc.c,
6597         * src/pic/ralloc.h: applied patch from Slade Rich;
6598         added support for multiple code pages and multiple RAM banks on the
6599         PIC 14 port. The ASM files now no longer simply assume all the
6600         code / RAM are in the same page / bank. This means the linker can
6601         safely allocate code/RAM of separate ASM files to different pages/banks.
6602         * doc/sdccman.lyx: added Slade's tips
6603         * src/mcs51/peeph.def: fixed bug #880768
6604
6605 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6606
6607         * src/hc08/ralloc.c (rematStr): fixed bug #879282
6608         * src/SDCCast.c (decorateType): fixed bug #880197
6609
6610 2004-01-20  Michael Hope  <michaelh AT juju.net.nz>
6611
6612         * sim/ucsim/gui.src/serio.src/main.cc: Fixed unconditional use of
6613         getopt.h.
6614
6615         * debugger/mcs51/cmd.c (getValBasic): Changed strtof to strtod as
6616         strtof is not part of C89 and isn't included with Mac OS X.
6617
6618 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6619
6620         * src/hc08/gen.c (genPlusIncr, genUminus, genMinusDec, genCmp,
6621         shiftL2Left2Result): fixed bug #879326
6622         (genAnd, genOr, genXor): fixed bug when result was of type AOP_CRY
6623         (genMultOneByte): fixed bug in signed vs unsigned multiplication
6624         * sim/ucsim/hc08.src/inst.cc (inst_clr): added missing effective
6625         address fetch for clr instruction
6626         * device/lib/hc08/_mulint.c: created optimized assembly version
6627         * src/SDCCdflow.c (computeDataFlow): fixed bug #878209
6628
6629 2004-01-19 Bernhard Held <bernhard AT bernhardheld.de>
6630
6631         * src/SDCCicode.c (geniCodeArray): applied patch from Stas Sergeev
6632         proposed in FR #877103
6633
6634 2004-01-18 Bernhard Held <bernhard AT bernhardheld.de>
6635
6636         * src/SDCCval.c (cheapestVal): added missing checks
6637         * src/SDCCicode.c (usualBinaryConversions): fixed condition
6638         * src/SDCCicode.c (geniCodeAdd): fixed part of bug #877103
6639
6640 2004-01-16 Klaus Flittner <klaus_flittner AT gmx.de>
6641
6642         * src/ds390/gen.c (aopOp3): fixed the assignment of different dptrs to
6643         equal operands
6644
6645 2004-01-16 Vangelis Rokas <vrokas AT otenet.gr>
6646
6647         * src/SDCCmain.c (linkEdit): variable $3 of the linker command is
6648         loaded with the linker search paths (-L arguments) and the libraries
6649         to be linked with the current source (-l arguments). Changes
6650         currently will affect only the pic16 port.
6651         * src/pic16/main.c (_pic16_finaliseOptions): add to the linker
6652         include path the port specific paths and port specific libraries,
6653         * gplink command now contains the $3 argument,
6654         * src/pic16/device.h,
6655         * src/pic16/device.c,: structure PIC_device is made public and
6656         renamed to PIC16_device, the same for variable Pics which is renamed
6657         to Pics16. Updated all references to them.
6658         * src/pic16/glue.c (pic16glue): corrected bug with code
6659         initialization which bypassed the variable initializations block.
6660
6661         * device/lib/pic16/Makefile.rules: removed --penable-stack from
6662         COMPILE_FLAGS and added the --nostdinc option
6663
6664 2004-01-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6665
6666         * device/include/mc68hc908jb8.h: Register defs for another member
6667         of the hc08 family. Contributed by Bjorn Bringert - thanks!
6668
6669 2004-01-14 Vangelis Rokas <vrokas AT otenet.gr>
6670
6671         Documenting changes from previous commits.
6672         * configure.in (version 1.56),
6673         * configure: initially I've added AC_CONFIG_SUBDIRS(device/lib/pic16)
6674         when generating output files to configure the pic16 library,
6675         but now I've commented it out, since gputils aren't installed in the
6676         SF compile farm, so library won't compile
6677
6678         * device/lib/Makefile.in (version 1.56): initially I've added in
6679         target 'all' the prerequestive 'model-pic16' so it compiled the
6680         pic16 library, but now I've commented it out for the same reasons
6681         above,
6682         * added targets 'model-pic16' and 'objects-pic16' to compile the
6683         library
6684         * added target 'port-specific-objects-pic16' to handle the
6685         generated libraries and copy them into the build/ directory
6686         * added target 'clean-intermediate-pic16' to clean intermediate
6687         files into pic16 directory
6688         * in target 'installdirs' added line to create directory pic16 in
6689         the installation path
6690
6691         * device/include/Makefile.in (version 1.11): in target 'install'
6692         added lines to copy all header files to installation path,
6693         * in target 'installdirs' added line create directory for pic16
6694         headers in the installation path
6695
6696 2004-01-13 Klaus Flittner <klaus_flittner AT gmx.de>
6697
6698         * src/ds390/gen.c (genCall): fixed a double use of acc and b after
6699          a function call
6700
6701 2004-01-13 Bernhard Held <bernhard AT bernhardheld.de>
6702
6703         * configure,
6704         * device/lib/configure.in,
6705         * device/lib/configure: fixed for autoconf 2.57
6706
6707 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6708
6709         * src/z80/main.c (_parseOptions): fixed the portmode= command line
6710         option so that it actually works. Made it specific to the z80, since
6711         the gbz80 doesn't have these kinds of I/O ports.
6712
6713 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6714
6715         * device/include/z180.h,
6716         * device/lib/_memcpy.c,
6717         * device/lib/_memmove.c,
6718         * device/lib/_mulint.c,
6719         * device/lib/ser_ir.c,
6720         * device/lib/ser_ir_cts_rts.c,
6721         * device/lib/_strcmp.c,
6722         * device/lib/_strtok.c: fixed pragmas to non-deprecated form
6723         * src/z80/main.c (_process_pragma): add support for pragmas bank and
6724         portmode; added deprecation warning for bank= and protmode= forms.
6725         Also, guard against buffer overflow.
6726         * src/z80/gen.c (aopGet): generate better code for sfr banked read
6727
6728 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6729
6730         * src/hc08/main.c (_hc08_genAssemblerPreamble): fixed bug #875487. Also
6731         changed interrupt vector table generation to only emit declared vectors.
6732         * device/include/Makefile.in: added missing backslash
6733         * device/lib/pic16/Makefile.rules: add $(MODELFLAGS) to $(CFLAGS)
6734
6735 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
6736
6737         Mainly changes to support compilation of the device libraries
6738         * src/pic16/device.c: stack is allocated via symbol and not
6739         via literal number. The symbol is placed in the corresponding
6740         position of the data ram
6741         * (pic16_dump_section): relocatable and absolute uninitialized
6742         data are now emitted in sorted order to reduce section naming,
6743         * src/pic16/ralloc.c (newReg): fixed bug with SFR's that
6744         weren't marked as being in the access bank,
6745
6746 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
6747
6748         Added portion of GNU PIC Library under the directory
6749         device/include/pic16 and device/lib/pic16. These files
6750         contain the declarations of SFRs for the PIC18Fxx2 devices.
6751         The directory is initialized via configure from toplevel.
6752
6753 2004-01-12 Klaus Flittner <klaus_flittner AT gmx.de>
6754
6755         * src/ds390/gen.c (operandsEqu): fixed a little typo, that prevented
6756         the spilllocations to be compared correctly
6757
6758 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
6759
6760         * src/SDCCast.c (decorateType): fixed bug introduced today
6761
6762 2004-01-12  Borut Razem <borut.razem AT siol.net>
6763
6764         * src/SDCC.lex, support/Util/SDCCerr.h, support/Util/SDCCerr.c,
6765         doc/sdccman.lyx: upper case pragmas are deprecated
6766
6767 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
6768
6769         * src/SDCCast.c (decorateType): replacing 'ul > 0' by  '!ul' results
6770         in simpler and even better code
6771
6772 2004-01-11 Bernhard Held <bernhard AT bernhardheld.de>
6773
6774         * src/SDCCicode.c (operandOperation): fixed bug #874819
6775         * src/SDCCast.c (decorateType): fixed
6776         char foo (unsigned long ul) { return ul > 0; }
6777
6778 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6779
6780         * doc/sdccman.lyx: Moved and added some sections, small changes
6781         all over. Telling LaTeX to be less strict with word spacing
6782         to better keep the right margin. Changed some notes about
6783         maintainance of the ports in section 3.2.1 - is it OK like this?
6784
6785 2004-01-11 Vangelis Rokas <vrokas AT otenet.gr>
6786
6787         SDCC source changes:
6788         * src/SDCCopt.c (cntToFcall, cnvToFloatCast, cnvFromFloatCast,
6789         convilong): modified to inform the pic16 port that builtin functions
6790         are external
6791
6792         PIC16 PORT specific changes:
6793         * src/pic16/device.c pic16_dump_equates() added,
6794         processor registers declared internally by the port are emitted in
6795         the translation as equates,
6796         * src/pic16/gen.c: inline code is passed unprocessed to the
6797         translation,
6798         * (pic16_popGetLit2): fnuction modified to take second operand as
6799         pCodeOp pointer and not as literal,
6800         * (popRegFromIdx): prefixed with pic16_,
6801         * (pic16_popCombine2): modified to receive already allocated pCode
6802         operands,
6803         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): added
6804         * (genFunction): initializes local stack frame and pushes on stack
6805         all the registers used by this function,
6806         * (genEndFunction): restores all registers from stack and restores
6807         stack frame,
6808         * src/pic16/glue.c (pic16emitRegularMap): various changes and
6809         improvements,
6810         * (pic16glue): changed the program startup sequence,
6811         * added new dbName code 'A' for functions placed in absolute section
6812         * src/pic16/main.c: added function attribute _naked,
6813         * added pragma 'code' to place a fnuction at an absolute address,
6814         * added command line arguments --debug-ralloc and --pcode-verbose,
6815         * (_pic16_finiliseOptions): options.all_callee_saves is set by default
6816         * src/pic16/pcode.c (pic16_pBlockConvert2Absolute) added,
6817         * (pic16_newpCodeOpLit2): modified to take the second operand as
6818         pCodeOp pointer,
6819         * (pic16_printpBlock): modified to emit each function in a separate
6820         section,
6821         * (pic16_get_op): modified to use the gpasm modifiers LOW,HIGH and
6822         UPPER for immediate operands,
6823         * src/pic16/pcodepeeph.c: added peephole support for the LFSR
6824         instruction,
6825         * src/pic16/peeph.def: all peepholes with movff are commented out,
6826         because there is a problem in the pcode peep optimizer,
6827         * src/pic16/ralloc.c: the register allocator can now reuse local
6828         function symbols for another function. This saves register usage.
6829         * src/pic16/ralloc.h: added flag isLocal in structure regs,
6830
6831         Added file src/pic16/NOTES with information about program writing on
6832         the current port version.
6833
6834 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6835
6836         * src/mcs51/peephole.def: added peepholes 177.c,d (redundant moves)
6837         and peephole 252 (array access)
6838
6839 2004-01-09  Borut Razem <borut.razem AT siol.net>
6840
6841         * src/SDCCmain.c : fixed #872250: -l command line defined library
6842           files are scanned before standard library files
6843
6844 2004-01-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6845
6846         * src/SDCCast.c (decorateType): fixed bug #874046
6847
6848 2004-01-09  Borut Razem <borut.razem AT siol.net>
6849
6850         * support/scripts/sdcc.nsi: remove previous installation
6851
6852 2004-01-09 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6853
6854         * src/SDCCglue.c (createInterruptVect): don't append 7(5) padding
6855         bytes for last interrupt vector (mcs51)
6856         * sdcc.spec: fixed typo
6857
6858 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6859
6860         * src/mcs51/gen.c (genFunction, genEndFunction, genReceive, getTempRegs,
6861         gen51Code): more efficient parameter receive for --model-large
6862         ("bug" #845294)
6863
6864 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6865
6866         * src/ds390/main.c,
6867         * src/z80/main.c: added missed needLinkerScript flags (more than
6868         one port structure defined in these file)
6869         * src/ds390/gen.c (aopForSym, aopOp, operandsEqu, aopOp3): fixed
6870         bug #795325
6871
6872 2004-01-08 Vangelis Rokas <vrokas AT otenet.gr>
6873
6874         * src/SDCCmain.c: removed various references to DEFAULT_PORT
6875         * src/port.h: added flag needLinkerScript in port->linker
6876         structure to inform whether to create a .lnk file or not,
6877         * src/avr/main.c,
6878         * src/ds390/main.c,
6879         * src/hc08/main.c,
6880         * src/mcs51/main.c,
6881         * src/pic/main.c,
6882         * src/pic16/main.c,
6883         * src/xa51/main.c,
6884         * src/z80/main.c: changed appropriately to configure
6885         needLinkerScript flag
6886         * src/pic/gen.c,
6887         * src/pic16/gen.c (genAddrOf): fixed bug #863624
6888         * src/pic/glue.c: added variable udata_section_name to
6889         override default uninitialized data segment definition for
6890         devices only with SHAREBANK memory (reported from Erik Epetrich)
6891         * (pic14emitOverlay): modified to emit a commented overlay segment
6892         directive when no overlay data exist
6893         * (picglue): modified to emit uninitialized data segment
6894         according to udata_section_name
6895         * src/pic/main.c (_pic14_parseOptions): added command line
6896         options --udata-section-name=[name] to override default
6897         udata definition name
6898         * modified _linkCmd and _asmCmd to include compiler passed
6899         arguments via -W option
6900         * src/pic16/main.c: added $l in _asmCmd, changed extension for
6901         object file from '.rel' to '.o' in port->linker structure,
6902         changed size of fptr from 2 to 3 in port structure
6903
6904 2004-01-07  Borut Razem <borut.razem AT siol.net>
6905
6906         * support/scripts/sdcc.nsi: update PATH
6907         * support/scripts/sdcc.ico: craeted
6908
6909 2004-01-07 Bernhard Held <bernhard AT bernhardheld.de>
6910
6911         * device/include/Makefile.in: fix install
6912         * doc/Makefile: fix install
6913
6914 2004-01-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6915
6916         * src/SDCCsymt.c (processFuncArgs): fixed superflous allocation noted
6917         in bug #860505
6918         * src/SDCCmem.c (printAllocInfoSeg, printAllocInfo): minor changes to
6919         how the function variable allocation summary is displayed; also
6920         include information about variables allocated to the overlay
6921         segment
6922
6923 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6924
6925         * as/mcs51/lkmain.c: Help about -Y option
6926         * as/mcs51/lkarea.c: Fixed gcc warnings
6927
6928 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
6929
6930         * src/SDCCval.c (valShift): changed from 16 to 32 bit shift count,
6931         fixed warning
6932         * support/valdiag/tests/overflow.c: added
6933         * src/SDCCast.c (decorateType),
6934         * src/SDCCicode.c (geniCodeLeftShift): added promotion to int for
6935         LEFT_OP (left shift)
6936
6937 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6938
6939         * as/mcs51/lkmain.c: stack must be after data when option -Y is not used
6940         (default behaviour).
6941
6942 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6943
6944         A python script to validate compiler diagnostic messages. It can be
6945         used to verify that sdcc complains about bad c source code and
6946         gives a good location of the error.
6947         * support/valdiag/Makefile,
6948         * support/valdiag/valdiag.py,
6949         * support/valdiag/tests/*
6950
6951 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6952
6953         * src/SDCC.y (enum_specifier, enumerator_list, opt_assign_expr),
6954         * src/SDCCsymt.c (newEnumType),
6955         * src/SDCCsymt.h
6956         * support/Util/SDCCerr.c,
6957         * support/Util/SDCCerr.h: fixed bug #871258 and some other unreported
6958         enum related bugs.
6959         * support/regression/tests/enum.c: added test for enum values that
6960         require at least 2 bytes of storage.
6961
6962 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
6963
6964         * src/common.h: added ifndef/define/endif macros
6965         around the header file.
6966         Bug reported from Jesus Calvino-Fraga
6967
6968 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
6969
6970         * sdcc.spec: updated
6971         * device/include/Makefile.in: don't install CVS directories
6972         * device/lib/Makefile.in: added removal of CVS directories after install
6973         * doc/Makefile: fixed install, added local_icons
6974         * sim/ucsim/gui.src/Makefile.in: fixed an old typo
6975         * src/mcs51/gen.c (genRightShift): fixed bug #870788
6976         * src/ds390/gen.c (genRightShift): fixed bug #870788
6977         * src/SDCCast.c (decorateType): fixed bug #870781
6978
6979 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
6980
6981         PIC16 port related changes:
6982         * device.c: removed pic16_finalMapping and pic16_finalMappingSize,
6983         added variable stackPos,
6984
6985         * gen.c: genCall, assignResultValue: added support for
6986         pushing/retrieving function parameters to/from stack,
6987         genFunction,genEndFunction: setup stack frame for the
6988         generated function,
6989         genAddrOf: will be changed according to bug 863624
6990
6991         * added files genutils.c and genutils.h which contain gen*
6992         debugged and optimised functions extracted from gen.c
6993
6994         * glue.c: added variable 'externs' which holds extern symbols,
6995         pic16emitRegularMap: is modified to properly handle relocatable
6996          symbols under the new scheme,
6997         pic16createInterruptVect: is modified
6998         pic16printPublics: is modified to emit 'global' assembler directives,
6999         added pic16_printExterns to print extern symbols,
7000         pic16glue: initializes stack/frame pointer in the beginning of
7001         the assembly output. Temporary hack, will be corrected later,
7002         because gplink yet does not support stack and SDCC does not
7003         yet support a type of crt0.o object to create the final binary.
7004
7005         * Removed many lines that contain 8051 legacy code.
7006         * The code is finally placed under a 'code' directive.
7007         * Added port specific options.
7008
7009         * _process_pragma: simplified since now we do not need *special*
7010         include file to define SFR registers. But a separate header
7011         will be needed. This will be developed later.
7012         * _pic16_parseOptions: added, parses port specific options:
7013         --pgen-banksel, --obanksel=, --pomit-config-words, --pomit-ivt,
7014         --pleave-reset-vector, --penable-stack, --pstack-model, --debug-xtra
7015         --preplace-udata-with=
7016
7017         * _pic16_setDefaultOptions: modified to initialize section names,
7018         but hack is temporarly out of order since it needs improvement.
7019         * _pic16_genAssemblerPreamble: configuration words are emitted by
7020         their address instead of their name. This part is incomplete and
7021         supports only the 18Fxx2 devices. Other devices will emit an error
7022         during assembly since they do not contain the same set of config
7023         registers
7024         * _pic16_genIVT: is modified,
7025
7026         * pcode.c: added definitions for some hardware registers that are needed
7027         for stack support
7028         * added flag is2LitOp and variable pci_magic in pCodeInstruction.
7029         All PCI entries are updated. Now LFSR is supported.
7030         * Removed pic16_pciTRIS is mentioned by mdubuc in source
7031         * added pic16_newpCodeOpLit2 to support instructions with
7032         two literal arguments
7033         * pic16_pCode2str: corrected code that emits assembler instructions
7034         with two literal operands and those that have an access bit modifier
7035         * genericPrint: now PC_ASMDIR pCodes, can emit a label if it exists,
7036         this fixes a bug which caused some labels to be lost, when an
7037         assembler directive was added, i.e. banksel,
7038         * pic16_FixRegisterBanking: improved logic that causes the insertion
7039         of bank switching,
7040         * InlineFunction: functions that are called once, are not any more
7041         inlined. This can be a port option in the future,
7042
7043         * pcode.h: added pCodeOpLit2 and added variable label in pCodeAsmDir
7044
7045         * ralloc.c: added pic16_rel_udata and pic16_fix_udata variables which
7046         hold the corresponding uninitialized symbols,
7047         * pic16_allocProcessorRegister: registers have explicit marked the
7048         accessBank field,
7049         * pic16_allocInternalRegister: registers are explicit marked as
7050         not used,
7051         * pic16_writeUsedRegs: pic16_dynDirectBitRegs was missing from the
7052         processing list, so bit registers were lost,
7053         *
7054
7055         * ralloc.h: added field 'accessBank' and original symbol operand
7056         in register definition,
7057         * removed the field isMapped from register definition,
7058
7059         ** Several functions have been removed from various sources:
7060         BanksUsedFlow2,BanksUsedFlow,FixBankFlow,InstructionRegBank,
7061         pic16_addMemRange,pic16_isREGinBank,pic16_dump_map,pic16_dump_cblock
7062         isSFR,validAddress,mapRegister,assignRegister,pic16_assignFixedRegisters
7063         pic16_assignRelocatableRegisters
7064
7065         ** others have been introduced:
7066         pic16_areRegsSame,pic16_dump_section,checkAddReg,pic16_groupRegistersInSection
7067         pic16_popGetLit2,pic16_popCombine2,pushw,pushaop
7068
7069 2004-01-05 Vangelis Rokas <vrokas AT otenet.gr>
7070
7071         * support/scripts/inc2h.pl: changed definition of BIT_AT
7072         to emit 'sbit at' instead of 'bit at'. This was a request.
7073
7074         PIC16 port related preliminary changes:
7075         * gen.c: prefixed function popRegFromString with
7076         pic16_ and all references to it corrected
7077         * pcode.c: all pic16_pc_* hardware registers prefixed
7078         with underscore (_),
7079         pic16_popCopyGPR2Bit(): function sets register wasUsed=1
7080         * ralloc.c: newReg(): when register is REG_SFR then
7081         set address to rIdx,
7082         pic16_allocProcessorRegister(): marks register wasUsed=0
7083         pic16_writeUsedRegs(): added a call to assign processor
7084         registers via pic16_assignFixedRegisters
7085
7086 2004-01-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7087
7088         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c,
7089         as/mcs51/lkmain.c, as/mcs51/lkmem.c: 8051 linker can now pack
7090         variables in unused register banks.  Also the SSEG is placed
7091         wherever there is enough space for it, and IDATA can be anywhere
7092         in internal RAM.  For now compile using -Wl-Y[stack_size].
7093         The mem file is different for this option as well, since it
7094         makes no sense of talking about DSEG lenght.
7095
7096 2004-01-02 Vangelis Rokas <vrokas AT otenet.gr>
7097
7098         * src/SDCClrange.c: fixed bug 869095 that caused segfault
7099         in certain cases, e.g. when ROM assignment, patch provided
7100         from Albert den Haan.
7101
7102 2004-01-01 Bernhard Held <bernhard AT bernhardheld.de>
7103
7104         Many signedness and type propagation fixes:
7105         * src/SDCCicode.c: made geniCodeCast() static
7106         replaced SPEC_ by IS_ (cosmetic)
7107         (operandOperation): fixed div and mod operation
7108         (usualBinaryConversions): added support for promotion of char
7109         (geniCodeMultiply): replaced (unsigned long) by (TYPE_UDWORD)
7110         (geniCodeDivision): replaced (unsigned long) by (TYPE_UDWORD)
7111         (geniCodeAdd): an array index will stay unsigned, even if promoted
7112         from char to int
7113         (geniCodeArray): ditto
7114         * src/SDCCicode.h: made geniCodeCast() static: removed prototype
7115         * src/SDCCsymt.c (computeType): added more support for char;
7116         promotion of char is selectable by promoteCharToInt, fixed signedness
7117         for all cases
7118         (powof2): replaced (unsigned long) by (TYPE_UDWORD)
7119         * src/SDCCsymt.h (powof2): replaced (unsigned long) by (TYPE_UDWORD)
7120         * src/SDCCval (val*): replaced signedness calculation by
7121         computeType()
7122         rearranged if-branches (cosmetic)
7123         (valShift): added warning W_SHIFT_CHANGED
7124         (valCompare): fixed problem with different types
7125         * src/hc08/rallo.c (leastUsedLR): fixed gcc 3.3 warning
7126         * support/regression/tests/literalop.c: added many cases
7127         * support/regression/tests/ast_constant_folding.c: changed finally to
7128         'unsigned int'
7129         * .version: new year, new version: 2.3.7
7130         * src/SDCCmain.c (main): applied patch #866468
7131         * debugger/mcs51/sdcdb.c (parseCmdLine): added -k for ucsim, patch
7132         provided by Scott Bronson
7133         * doc/sdccman.lyx: updated documentation for sdcdb
7134         updated and added chapter tips
7135
7136 2004-01-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7137
7138         * src/SDCCsymt.h: missing from yesterday's commits
7139
7140 2003-12-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7141
7142         * src/SDCC.y (struct_or_union_specifier),
7143         * support/Util/SDCCerr.c,
7144         * support/Util/SDCCerr.h: verify that struct & union tags are used
7145         as declared.
7146
7147 2003-12-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7148
7149         * src/SDCCglobl.h: missing from yesterday's commits
7150
7151 2003-12-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7152
7153         * src/SDCC.y (external_definition, type_specifier2, sfr_reg_bit,
7154         sft_attributes, struct_declaration, parameter_declaration,
7155         type_name, start_block, declaration_list),
7156         * src/SDCC.lex (check_type): support redefinition of typedef names
7157
7158 2003-12-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7159
7160         * src/mcs51/gen.c (genPlus): added special handling for 256 byte
7161         aligned xdata arrays. Erik helped me with the if clause.
7162
7163 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7164
7165         * device/lib/ds390/tinibios.c (CpuSpeed): suppress unreachable code
7166         warning
7167
7168 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7169
7170         * src/SDCCast.h,
7171         * src/SDCCast.c (newAst_),
7172         * src/SDCCicode.h,
7173         * src/SDCCicode.c (ast2iCode, newiCode),
7174         * src/SDCCglobl.h,
7175         * src/SDCC.y (logical_and_expr, logical_or_expr, conditional_expr,
7176         expr, statement, expression_statement, selection_statement,
7177         iteration_statement, expr_opt, jump_statement): foundation for tracking
7178         sequence points
7179         * src/SDCCopt.c (killDeadCode): fixed bug #861580 (needs the sequence
7180         point code too)
7181
7182 2003-12-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7183
7184         * support/Util/SDCCerr.c,
7185         * src/SDCCast.h,
7186         * src/SDCCast.c (createCase, createDefault, decorateType),
7187         * src/SDCClabel.c (labelUnreach),
7188         * src/SDCC.y (labeled_statement, jump_statement): More improvements
7189         to error messages.
7190         * support/Util/SDCCerr.c (werrorfl): fixed a non-standard declaration
7191         (with thanks to Stas Sergeev)
7192         * device/include/time.h,
7193         * device/lib/time.c (CheckTime): suppress unreachable code warning
7194
7195 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7196
7197         * src/SDCCast.c (createIvalCharPtr),
7198         * src/SDCCglue.c (printChar): fixed bug #862241 (an error in my fix for
7199         bug #753752)
7200         * support/regression/tests/nullstring.c: tests for these two bugs
7201
7202 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7203
7204         * support/Util/SDCCerr.h,
7205         * support/Util/SDCCerr.c (E_NOT_ALLOWED),
7206         * src/SDCC.y (struct_declaration, struct_or_union_specifier): complain
7207         about storage class and 'at' used inside struct or union
7208         * src/SDCCBBlock.c (iCodeFromeBBlock),
7209         * src/SDCCcse.c (ifxOptimize),
7210         * src/SDCCglue.c (emitRegularMap, initPointer, printIvalStruct,
7211         printIvalArray, printiValFuncPtr, printIvalCharPtr, printIvalPtr,
7212         printIval, emitStaticSeg, emitOverlay),
7213         * src/SDCClabel.c (deleteIfx),
7214         * src/SDCCopt.c (replaceRegEqv, eBBlockFromiCode),
7215         * src/SDCCast.c (resolveSymbols, createIvalStruct, createIvalArray,
7216         gatherAutoInit, processParms),
7217         * support/Util/SDCCerr.h,
7218         * support/Util/SDCCerr.c (werrorfl): Support for better error location
7219         reporting for post-parse errors.
7220
7221 2003-12-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7222
7223         * src/SDCCval.c (valPlus, valMinus, valShift): fixed some problems with
7224         implicit casts via union; they don't work on big endian systems
7225         (possible fix for bug #861138)
7226
7227 2003-12-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7228
7229         (committed by Erik Petrich <epetrich AT ivorytower.norman.ok.us> on Frieder's behalf)
7230         * src/mcs51/main.c: fixed the fix for bug #737001
7231
7232 2003-12-15  Borut Razem <borut.razem AT siol.net>
7233
7234         * support/scripts/sdcc.nsi: updated for NSIS 2.0 beta 4
7235
7236 2003-12-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7237
7238         * support/makebin/makebin.c: put output in binary mode
7239
7240 2003-12-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7241
7242         * src/mcs51/main.c: fixed bug #737001 for the mcs51. SDCC clears
7243         xdata and data memory on startup. Set the environment variable
7244         SDCC_NOGENRAMCLEAR to disable this.
7245         * src/mcs51/peephole.def,
7246         * src/ds390/peephole.def: using the atomic test and clear instruction jbc
7247         (allows non-interrupt and interrupt code to safely compete for a resource
7248         without the non-interrupt code having to disable interrupts)
7249
7250 2003-12-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7251
7252         * src/SDCCicode.c (geniCodeAdd),
7253         * src/SDCCast.c (decorateType): fixed bug #857753 (need to be careful
7254         with valFromType if type might be a pointer and host is big endian).
7255         * src/SDCCast.c (decorateType): unary plus compatible with all arithmetic
7256         types, not just integer types.
7257         * src/SDCCsymt.c (addSymChain): clarified error message when symbol is
7258         multiply defined with mismatching "at" address.
7259
7260 2003-12-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7261
7262         * src/ds390/main.c (PORT tininative_port): fixed bug #858416
7263         * src/SDCCglue.c (printChar, printIvalChar, emitStaticSeg),
7264         * src/SDCCast.c (createIvalCharPtr, stringToSymbol): handle strings
7265         with embedded nulls (fixed bug #753752)
7266
7267 2003-12-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7268
7269         * src/mcs51/main.c(_mcs51_genRAMCLEAR): using r0 instead of r1/r2.
7270         Apparently this did not see much testing (endless loop)
7271
7272 2003-12-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7273
7274         * src/z80/ralloc.c: set DISABLE_PACK_HL = 1 as a temporary fix to bug #855165
7275
7276 2003-12-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7277
7278         * src/SDCCdebug.c (outputDebugSymbols, outputDebugStackSymbols, dumpSymInfo):
7279         gracefully handle NULL memmap pointers
7280
7281 2003-12-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7282
7283         * src/SDCCopt.c (killDeadCode): change iCode type to DUMMY_READ_VOLATILE
7284         instead of deleting the iCode when an operand is volatile
7285         * src/z80/gen.c (genDummyRead),
7286         * src/mcs51/gen.c (genDummyRead),
7287         * src/ds390/gen.c (genDummyRead),
7288         * src/hc08/gen.c (genDummyRead): handle operands in IC_LEFT and/or IC_RIGHT,
7289         not just IC_RIGHT
7290         * src/SDCCicode.c (geniCodeCall): fixed bug #851607
7291         * src/SDCC.y: fixed bug #850420
7292
7293 2003-12-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7294
7295         Applied z80 i/o port patch from Peter Townson and fixed some operators
7296         to better handle operands in A register.
7297         * device/include/z180.h
7298         * src/SDCC.y
7299         * src/SDCCglue.c
7300         * src/z80/gen.c
7301         * src/z80/gen.h
7302         * src/z80/main.c
7303         * src/z80/peeph-z80.def
7304         * src/z80/peeph.def
7305         * src/z80/z80.h
7306
7307 2003-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7308
7309         * src/SDCCsymt.c (addSymChain, compareTypeExact): fixed bug #838241 again
7310
7311 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7312
7313         * device/lib/hc08/_mullong.c: Removed extra #endif
7314
7315 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7316
7317         * sim/ucsim/hc08.src/inst.cc,
7318         * sim/ucsim/hc08.src/hc08mac.h: fixed some problems with CC flag bits and
7319         carries from x to h
7320         * src/hc08/gen.c (aopAdrStr): fixed problem with 16 bit immediate
7321         * src/hc08/gen.c (XAccRsh): fixed problem with right shift
7322         * device/include/stdarg.h: fixed varargs for hc08
7323         * device/lib/Makefile.in,
7324         * device/lib/hc08/Makefile,
7325         * device/lib/hc08/_mulint.c,
7326         * device/lib/hc08/_mullong.c: fixed some endian problems
7327
7328 2003-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7329
7330         * sdcc/src/mcs51/gen.c (genMultOneByte): help peephole 105
7331         * sdcc/src/mcs51/peeph.def: added peephole 186.e array access in code space
7332         * device/lib/_gptrget.c,
7333         * device/lib/_gptrput.c: P2 not used any more (related to #850747, #785979)
7334
7335 2003-11-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7336
7337         * src/SDCClrange.c (findNextUseSym, rlivePoint): fixed bug #849795
7338         * src/SDCCast.c (astErrors): fixed bug #846007
7339         * src/SDCCsymt.c (checkFunction): fixed follow-up bug on bug #846007
7340
7341 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7342
7343         * src/SDCCast.c (decorateType): disabled a transformation I added in
7344         revision 1.188 (access to fields of a structure at an absolute address);
7345         it breaks with bitfields, extern declarations, and gcse analysis.
7346         * src/SDCCopt.c (isLocalWithoutDef): if ADDRESS_OF applied to a symbol, it
7347         could be assigned through a pointer, so don't complain.
7348         * src/SDCCast.c (astErrors),
7349         * src/SDCCast.h,
7350         * src/SDCCglue.c (emitRegularMap): fixed bug #847813
7351
7352 2003-11-26 Vangelis Rokas <vrokas AT otenet.gr>
7353
7354         * src/pic16/main.c (_pic16_genIVT): fixed interrupt vector table
7355         * src/pic16/main.c (_pic16_genAssemblerPreamble): re-enabled the
7356         output of __config directives, since gpasm now supports them
7357         * src/pic16/main.c (_pic16_finaliseOptions): define MCU
7358         pre-processor macro, i.e. -DMCU=p18f452
7359         * src/pic16/ralloc.c: renamed packRegisters to pic16_packRegisters,
7360         and modified to handle 'cast' icode similarly to '=' icode
7361         * src/pic16/device.h (typedef struct PIC_device): added field
7362         'extMIface' to indicate that chip has external memory interface
7363         * src/pic16/device.c: added chips 18F248, 18F258, 18F448, 18F458,
7364         18F6520, 18F6620, 18F6680, 18F6720, 18F8520, 18F8620, 18F8680,
7365         18F8720
7366
7367 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7368
7369         * src/SDCC.y (pointer): fixed bug #846006
7370         * support/Util/SDCCerr.c: made W_PTR_TYPE_INVALID message clearer
7371         * src/SDCCast.c (decorateType): fixed bug #846009
7372         * src/ds390/peeph.def,
7373         * src/ds390/gen.c (genAnd, genOr),
7374         * src/mcs51/peeph.def,
7375         * src/mcs51/gen.c (genAnd, genOr): fixed bug #846777
7376
7377 2003-11-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7378
7379         Fixed several common-sub-expression bugs (#772861, #768380, & #755323)
7380         * src/SDCCdflow.c
7381         * src/SDCCcse.c
7382         * src/SDCCcse.h
7383         * src/SDCCBBlock.h
7384         * src/SDCCBBlock.c
7385
7386 2003-11-23 Klaus Flittner <klaus_flittner AT gmx.de>
7387
7388         fixed bug #845089
7389         * src/SDCCbitv.h,
7390         * src/SDCCbitv.c: added function to free a bitvector
7391         * src/SDCClrange.h,
7392         * src/SDCClrange.c: added function to recompute the liveranges
7393         * src/avr/ralloc.c,
7394         * src/ds390/ralloc.c,
7395         * src/hc08/ralloc.c,
7396         * src/mcs51/ralloc.c,
7397         * src/pic/ralloc.c,
7398         * src/pic16/ralloc.c,
7399         * src/xa51/ralloc.c,
7400         * src/z80/ralloc.c: recompute the liveranges after register packing
7401
7402 2003-11-21 Klaus Flittner <klaus_flittner AT gmx.de>
7403
7404         * src/SDCCloop.c (newInduction): fixed bug #845630
7405
7406 2003-11-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7407
7408         * src/SDCCsymt.c (compareTypesExact): disabled debugging output
7409         inadvertantly left behind from my 2003-11-12 change
7410
7411 2003-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7412
7413         Updated headers I neglected to commit yesterday.
7414         * src/SDCClrange.h,
7415         * src/SDCCicode.h
7416
7417 2003-11-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7418
7419         * src/SDCCcse.c (algebraicOpts): fixed bug #773153
7420         * src/SDCClrange.c (rlivePoint): need to mark IC_RESULT used if POINTER_SET op
7421         * src/SDCCopt.c (eBBlockFromiCode),
7422         * src/SDCClrange.c (hashiCodeKeys, sequenceiCode, computeLiveRanges): seperated
7423         the creation of the key hash table from the sequencing so it can be used
7424         earlier (for some GCSE bug fixes still pending)
7425
7426 2003-11-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7427
7428         * src/mcs51/gen.c (genPlus): generate shortcut for adding 0xab00
7429         * support/regression/tests/addsub.c: testing genPlus shortcut
7430
7431 2003-11-15  Borut Razem <borut.razem AT siol.net>
7432
7433         * src/SDCCmain.c: fixed bug #841645: -MM command line option passed to sdcpp
7434
7435 2003-11-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7436
7437         * src/SDCCcse.c (cseBBlock): fixed bug #527779
7438         * src/SDCCcse.c (deleteGetPointers): rewrote so that the set
7439         ordering is immaterial.
7440         * src/SDCCdflow.c (mergeInExprs): fixed bug #587536
7441
7442 2003-11-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7443
7444         * src/SDCCicode.c (geniCodeAddressOf): fixed part of bug #840381
7445         * src/SDCCopt.c (replaceRegEqv, isLocalWithoutDef): fixed other part
7446         (SIGSEV) of bug #840381
7447         * src/SDCCmain.c (linkEdit, assemble): fixed bug #841606 (don't
7448         unlink new file before rename if new and old filenames are the same)
7449
7450 2003-11-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7451
7452         * src/mcs51/main.c: started fixing bug #737001 (SDCC not clearing
7453         uninitialized variables) for the mcs51. Set environment variable
7454         SDCC_GENRAMCLEAR to test.
7455         xdata initialization slightly shorter
7456
7457 2003-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7458
7459         * src/SDCCsymt.h,
7460         * src/SDCCsymt.c (addSymTypeChain, compareTypesExact): fixed bugs
7461         #838241 & 780691 (basicly the same bug)
7462         * src/SDCCBBlock.c (iCode2eBBlock): fixed bug #840148
7463         * src/SDCCBBlock.c (iCodeFromeBBlock): fixed bug #840162
7464
7465 2003-11-11 Bernhard Held <bernhard AT bernhardheld.de>
7466
7467         * src/SDCCmain.c (linkEdit): "fix" #834252
7468
7469 2003-11-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7470
7471         * src/SDCCast.c (removePostIncDecOps, removePreIncDecOps),
7472         * src/SDCCast.h,
7473         * src/SDCC.y: fixed bug #819403
7474
7475 2003-11-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7476
7477         * support/regression/fwk/lib/testfwk.c: printn is recursive and thus needs
7478         the reentrant attribute.
7479         * src/hc08/gen.c (genPackBits): added missing stack readjustment
7480         * sim/ucsim/hc08.src/inst.cc (inst_mov): fixed bugs with mov instruction
7481         simulation
7482         * src/SDCCast.c (decorateType): fixed bug with storage class not being
7483         updated during pointer dereference; f.e. ~(((char *)1)*) was being
7484         erroneously reduced to a literal.
7485         * src/hc08/ralloc.c (packRegisters, rematStr),
7486         * src/hc08/gen.c (aopForRemat): allow literals to be rematerialized in
7487         some cases
7488
7489 2003-11-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7490
7491         * src/mcs51/main.c: fixed bug #838385. Thanks to Josef Pavlik for finding and fixing
7492         * doc/sdccman.lyx: changed from 'article' to 'book'
7493         * doc/Makefile: readded test_suite_spec and cdbfileformat
7494
7495 2003-11-08 Bernhard Held <bernhard AT bernhardheld.de>
7496
7497         * device/include/stdlib.h: include malloc.h to comply with ANSI
7498         * support/regression/tests/malloc.c: include stdlib.h instead of malloc.h
7499
7500 2003-11-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7501
7502         * doc/Makefile: sdccman.pdf should build with correct references (more info in commit msg)
7503         * doc/clean.mk: also remove *.out files
7504         * doc/sdccman.lyx: some additions, larger top/bottom margins
7505
7506 2003-11-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7507
7508         * src/SDCC.y: fixed bug #837365
7509         * support/regression/tests/bitopcse.c
7510         * src/hc08/gen.c (genPointerGet): Don't assume pointer operand is
7511         a symbol (might be valop instead)
7512         * device/lib/Makefile.in: added errno.c to HC08SOURCES
7513         * device/lib/clean.mk: added hc08 to the cleaning list
7514
7515 2003-11-04  Borut Razem <borut.razem AT siol.net>
7516
7517         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h: reverted changes,
7518           made 2003-11-04
7519         * support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
7520           as/z80/aslist.c, as/z80/assym.c: removed inclusion of nonstandard malloc.h;
7521           malloc is declared in standard stdlib.h
7522
7523 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7524
7525         * device/lib/hc08/Makefile: need to clean .rel not .o files
7526         * src/hc08/gen.c (genDjnz): can't use djnz with extended addressing mode
7527
7528 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7529
7530         * src/port.h,
7531         * src/hc08/main.c,
7532         * src/mcs51/main.c,
7533         * src/ds390/main.c,
7534         * src/z80/main.c,
7535         * src/avr/main.c,
7536         * src/pic/main.c,
7537         * src/pic16/main.c,
7538         * src/xa51/main.c: added hasExtBitOp & oclsExpense functions to ports
7539         * src/SDCCicode.c: changed several IS_FARSPACE tests to isOclsExpensive
7540         tests (which uses the port's oclsExpense function)
7541         * src/SDCC.y,
7542         * src/SDCCast.c,
7543         * src/SDCCicode.c,
7544         * src/hc08/gen.c,
7545         * src/ds390/gen.c,
7546         * src/mcs51/gen.c: added support for the SWAP iCode (RFE #834167)
7547
7548 2003-11-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7549
7550         * src/SDCCcse.c (ifxOptimize),
7551         * src/SDCClabel.c (labelIfx, deleteIfx): When the condition to
7552         an IFX iCode is volatile, convert to DUMMY_READ_VOLATILE instead
7553         deleting the IFX iCode.
7554         * src/hc08/ralloc.c: reduced unneeded slocs
7555         * src/hc08/gen.c: fixed bug in asmopToBoolean
7556
7557 2003-11-04  Borut Razem <borut.razem AT siol.net>
7558
7559         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h,
7560           support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
7561           as/z80/aslist.c, as/z80/assym.c: decision to include malloc.h
7562           transferred to configure
7563
7564 2003-11-03 Bernhard Held <bernhard AT bernhardheld.de>
7565
7566         Use headers defined in the C[++] standards:
7567         * sim/ucsim/gui.src/serio.src/fileio.cc
7568         * sim/ucsim/gui.src/serio.src/frontend.cc
7569         * sim/ucsim/gui.src/serio.src/main.cc
7570         * sim/ucsim/gui.src/serio.src/posix_signal.cc
7571         * support/Util/NewAlloc.c
7572         * as/hc08/lklibr.c
7573         * as/mcs51/lklibr.c
7574         * as/z80/aslist.c
7575         * as/z80/assym.c
7576
7577 2003-11-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7578
7579         * Added MSVC projects for hc08 assembler and linker:
7580         all.dsp, config.dsp, sdcc.dsw, /as/hc08/as_hc08.dsp,
7581         /as/hc08/link_hc08.dsp
7582
7583 2003-11-03 Martin Helmling <Martin.Helmling AT octo-soft.de>
7584
7585         * debugger/mcs51/cmd.c: allows filename starting with digit(+ some debug)
7586
7587 2003-11-02 Bernhard Held <bernhard AT bernhardheld.de>
7588
7589         * src/SDCCmain.c (linkEdit): "fixed" again bug #833605
7590
7591 2003-11-01 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7592
7593         * src/mcs51/main.c: xdata initialization is 13 bytes shorter now
7594
7595 2003-10-31  Borut Razem <borut.razem AT siol.net>
7596
7597         * support/cpp2/cpplib.h,
7598           support/cpp2/cpplib.c,
7599           support/cpp2/cpplex.c,
7600           support/cpp2/cppinit.c: introduced #pragma preproc_asm [ + | - ]
7601           to switch _asm block preprocessing on / off. Default is
7602           #pragma preproc_asm +
7603
7604 2003-10-31  Borut Razem <borut.razem AT siol.net>
7605
7606         * support/cpp2/cpplex.c: Fixed _WIN32 problem with CR-CR-LF sequences
7607           when outputting comment blocks (when executed with -C option) and
7608           _asm (SDCPP specific) blocks
7609
7610 2003-10-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7611
7612         * as/hc08/lkrloc.c (relr): Fixed ihx output, fixed lastAreaIndex warning
7613
7614 2003-10-31 Klaus Flittner <klaus_flittner AT gmx.de>
7615
7616         * src/SDCCcse.c (updateSpillLocation): fixed bug #808027
7617
7618 2003-10-31 Bernhard Held <bernhard AT bernhardheld.de>
7619
7620         * src/SDCCmain.c (linkEdit): "fixed" bug #833605
7621         * src/SDCCast.c (decorateType): fixed bug #832664
7622
7623 2003-10-31  Borut Razem <borut.razem AT siol.net>
7624
7625         * support\cpp2\cpplex.c: fixed for SDCPP:
7626           comments(when executed with -C option) and _asm blocks
7627           were included even if they where in skipped #if block.
7628           Applied solution from GCC cpp 3.3.2
7629
7630 2003-10-31  Borut Razem <borut.razem AT siol.net>
7631
7632         * src/SDCC.lex: sdcc now understands both formats:
7633           '# <line_number> <file_name>' and
7634           '#line <line_number> <file_name>'
7635         * support/cpp2/cppmain.c: sdcpp now generates the standard
7636           '# <line_number> <file_name>' instead of former
7637           '#line <line_number> <file_name>'
7638
7639 2003-10-30  Borut Razem <borut.razem AT siol.net>
7640
7641         * support/cpp2/cpphash.h,
7642         * support/cpp2/cpplib.h
7643         * support/cpp2/cpplex.c,
7644         * support/cpp2/cppmain.c,
7645         * support/cpp2/cppinit.c: fixed bug #828015 - Syntax variation for _asm character constants
7646
7647 2003-10-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7648
7649         Fixed a number of problems revealed by bug #827883.
7650         * src/SDCCloop.c (loopInvariants): Spill location of the
7651         result operand should be recomputed if extracted from
7652         a loop. Also, don't extract assignments of an iTemp
7653         from a literal.
7654         * src/SDCCast.c (isConformingBody): loop reversal should
7655         not occur if the control variable is involved with a
7656         relational operator.
7657
7658 2003-10-28 Bernhard Held <bernhard AT bernhardheld.de>
7659
7660         * .version: bumped to 2.3.6 to reflect the big improvements
7661         made by Erik and Klaus. Thanks!
7662
7663 2003-10-28 Klaus Flittner <klaus_flittner AT gmx.de>
7664
7665         Replaced the livrange code.
7666         * src/SDCClrange.c: added new LR code
7667         * src/SDCCloop.c,
7668         * src/SDCCBBlock.h: removed remainig parts from old LR code
7669         * src/ds390/ralloc.c,
7670         * src/ds390/gen.c: minor fixes to make it work with new code
7671
7672 2003-10-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7673
7674         * as/hc08/asm.h,
7675         * as/hc08/lkrloc.c,
7676         * src/hc08/gen.c,
7677         * src/hc08/ralloc.c: Fix various warnings related to the hc08
7678         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): Fixed bug #829717
7679         (tweaked fix for bug #818696)
7680
7681 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7682
7683         * src/z80/ralloc.c (joinPushes): Fixed bug #828742
7684
7685 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7686
7687         * src/SDCCmain.c,
7688         * sdccconf_in.h: Fixed bug #828387 (--disable-hc08-port didn't work)
7689         * src/mcs51/gen.c (gencjneshort),
7690         * src/ds390/gen.c (gencjneshort): Made comparison with AOP_IMMD operand
7691         more efficient (per Scott Bronson's suggestion)
7692
7693 2003-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7694
7695         Extended the semantics of the critical keyword to include
7696         individual statements. See RFE #827755 and #799831
7697         * src/SDCC.y
7698         * src/SDCCicode.c
7699         * src/SDCCopt.c
7700         * src/SDCCast.c
7701         * support/Util/SDCCerr.c
7702         * support/Util/SDCCerr.h
7703         * src/mcs51/gen.c
7704         * src/ds390/gen.c
7705         * src/hc08/gen.c
7706
7707 2003-10-19  Borut Razem <borut.razem AT siol.net>
7708
7709         * src/SDCC.lex: fixed bug #825944 - defined yytext_ptr to make it compile with flex 2.5.31
7710
7711 2003-10-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7712
7713         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec, ast2iCode):
7714         Fixed bug #818696
7715         * src/SDCCast.c (ast_print): Fixed --dumptree so that preincrement
7716         and predecrement operand is displayed
7717
7718 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
7719
7720         * src/SDCCval.c (valMinus): fixed bug #826041
7721
7722 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7723
7724         Some hc08 related updates that I missed earlier
7725         * sim/ucsim/stypes.h
7726         * support/regression/ports/hc08/spec.mk
7727
7728 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7729
7730         New target "hc08" for the Motorola 68hc08 family of micros
7731
7732         * configure
7733         * configure.in
7734         * Makefile
7735         * src/hc08/*
7736         * src/SDCCmain.c
7737         * src/port.h
7738         * sim/ucsim/hc08.src/*
7739         * sim/ucsim/configure.in
7740         * src/ucsim/configure
7741         * sim/ucsim/packages_in.mk
7742         * as/hc08/*
7743         * as/Makefile
7744         * device/include/mc68hc908qy.h
7745         * device/lib/hc08/*
7746         * device/lib/Makefile.in
7747         * support/regression/ports/hc08/*
7748         * support/regression/Makefile
7749
7750 2003-10-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7751
7752         * src/z80/gen.c: fixed bug revealed by ast_constant_folding.c
7753         regression test
7754         * src/ds390/gen.c (genCast): fixed bug #821957
7755
7756 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
7757
7758         * device/lib/logf.c: "fixed" overlay bug
7759         * support/regression/ports/host/spec.mk: added m library
7760         * support/regression/ports/mcs51-stack-auto/spec.mk: added float funcs
7761         * support/regression/tests/float_trans: added (for Eric)
7762
7763 2003-10-12 Bernhard Held <bernhard AT bernhardheld.de>
7764
7765         * src/mcs51/gen.c (genCpl): fixed bug
7766         http://sf.net/mailarchive/message.php?msg_id=6263915
7767
7768 2003-10-10 Bernhard Held <bernhard AT bernhardheld.de>
7769
7770         * src/SDCCast.c (decorateType): added extended constant folding
7771         * src/SDCCsymt.c (computeType): cleanup
7772         * src/SDCCval.c (valShift): minor optimization
7773         * support/regression/tests/ast_constant_folding.c: added
7774
7775 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7776
7777         * src/SDCCmain.c: removed some unintended changes
7778
7779 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7780
7781         * src/SDCCmain.c (setParseWithComma): fixed bug #816685
7782         * src/z80/gen.c: fixed part of bug #817589
7783         * src/SDCCsymt.c (checkFunction): fixed bug #817895
7784
7785 2003-10-08 Bernhard Held <bernhard AT bernhardheld.de>
7786
7787         Replaced cast (void **) with (void *) to avoid gcc 3 warning:
7788         * src/SDCCcflow.c
7789         * src/SDCCcse.c
7790         * src/SDCCdflow.c
7791         * src/SDCClabel.c
7792         * src/SDCClrange.c
7793         * src/SDCCmem.c
7794         * src/SDCCopt.c
7795         * src/SDCCpeeph.c
7796         * src/SDCCset.c
7797         * src/avr/ralloc.c
7798         * src/ds390/ralloc.c
7799         * src/izt/ralloc.c
7800         * src/mcs51/ralloc.c
7801         * src/pic/ralloc.c
7802         * src/pic16/ralloc.c
7803         * src/xa51/ralloc.c
7804         * src/z80/ralloc.c
7805         * src/z80/gen.c: removed unused label "release:"
7806
7807 2003-10-06  Borut Razem <borut.razem AT siol.net>
7808
7809         * src/SDCC.lex: removed definition of unused variables
7810           save_optimize and save_options
7811
7812 2003-10-06 Bernhard Held <bernhard AT bernhardheld.de>
7813
7814         * clean.mk: removed '=' in "-maxdepth=1"
7815         * src/SDCCloop.c: replace LRKLAUS with SDCC_LRKLAUS
7816         * src/SDCClrange.c: replace LRKLAUS with SDCC_LRKLAUS
7817
7818 2003-10-06  Borut Razem <borut.razem AT siol.net>
7819
7820         * src/SDCC.lex, src/SDCC.lex: use dbuf for "_asm" definitions;
7821           my_unput() replaced by unput()
7822
7823 2003-10-05 Bernhard Held <bernhard AT bernhardheld.de>
7824
7825         * src/SDCCloop.c (assignmentsToSym, loopInduction): cast argument of
7826         setToNull() to (void *) to avoid gcc3.x's warning: "dereferencing
7827         type-punned pointer will break strict-aliasing rules"
7828         Old LR behaviour is again default; Klaus' LR can be choosen by
7829         defining the environment variable LRKLAUS
7830         * src/SDCCBBlock.h
7831         * src/SDCCloop.c
7832         * src/SDCClrange.c
7833         * src/ds390/ralloc.c (spillThis): applied Klaus' patch
7834         * clean.mk: fixed removal of files in bin/CVS/
7835         * device/lib/clean.mk: fixed removal of directories small and large
7836         * support/Util/SDCCerr.c: changed W_INT_OVL to ERROR_LEVEL_PEDANTIC
7837         * src/SDCCicode.c,
7838         * src/SDCCval.c: removed superflous test for pedantic
7839
7840 2003-10-05  Borut Razem <borut.razem AT siol.net>
7841
7842         * src/SDCC.lex, support/Util/SDCCerr.c, sdcc/support/Util/SDCCerr.h:
7843           Fixed bug #816692: introduced new ERROR_LEVEL_PEDANTIC warning
7844           message "unmatched #pragma SAVE and #pragma RESTORE"
7845
7846 2003-10-04  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7847
7848         * doc/sdccman.lyx: various additions and updates (interrupts, inline
7849           assembly, critical functions, atomic, nojtbound)
7850
7851 2003-10-04 Bernhard Held <bernhard AT bernhardheld.de>
7852
7853         Applied liferange patch from Klaus Flittner <klaus_flittner AT gmx.de>
7854         * src/SDCCBBlock.h
7855         * src/SDCCloop.c
7856         * src/SDCCloop.h
7857         * src/SDCClrange.c
7858
7859 2003-10-03  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7860
7861         * src/z80/gen.h,
7862         * src/z80/gen.c (aopOp, aopGet, aopPut, genDummyRead),
7863         * src/mcs51/gen.h
7864         * src/mcs51/gen.c (aopOp, aopGet, aopPut, genDummyRead),
7865         * src/ds390/gen.h
7866         * src/ds390/gen.c (aopOp, aopGet, aopPut, genDummyRead),
7867         * src/SDCCicode.c (ast2iCode, geniCodeDummyRead): Fixed bug #663539
7868         * src/SDCCopt.c (killDeadCode): Fixed bugs #663539 & #816705
7869
7870 2003-10-02  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7871
7872         * src/z80/gen.c (genRet): fixed bug #524753
7873         * src/z80/gen.c (genCast): fixed internal error on cast from
7874         pointer to long
7875         * src/z80/gen.c (_saveRegsForCall, emitCall): adapted Johan's
7876         fix for bug #477835 to the z80
7877         * src/z80/gen.c (genZ80code, _vemit2, _emit2): added support
7878         for tracking iCodes in the peephole optimizer for z80
7879
7880 2003-10-01  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7881
7882         * src/SDCCicode.c (geniCodeJumpTable, geniCodeSwitch): fixed
7883         the other part of bug #814548
7884         * src/SDCCpeeph.c (labelInRange): fixed bug #814558
7885
7886 2003-09-30  Bernhard Held <bernhard AT bernhardheld.de>
7887
7888         * src/SDCCcse.c: fixed part of bug #814548
7889
7890 2003-09-28  Borut Razem <borut.razem AT siol.net>
7891
7892         * src/asm.c: rewrite of printILine() to use temporary file instead
7893           a pipe
7894         * src/xa51/main.c: commented out declaration of int rewinds
7895
7896 2003-09-27  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7897
7898         * src/SDCCicode.c (geniCodeJumpTable): Fixed bug #813206
7899
7900 2003-09-26  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7901
7902         * src/SDCCdflow.c (computeDataFlow): Fixed bug #810746
7903         * src/asm.c (printILine): Fixed bug #811015
7904
7905 2003-09-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7906
7907         *link/z80/lklibr.c, as/mcs51/lklibr.c: Improved memory allocation and
7908         freeing.
7909
7910 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7911
7912         * src/z80/gen.c (setupToPreserveCarry): Fixed bug #796955
7913         * src/z80/gen.c (setupPair, genMovePairPair): Fixed setupPair
7914         to correctly handle general case of AOP_PAIRPTR
7915         * src/z80/gen.c (aopGet, aopPut): Generalized AOP_PAIRPTR handling
7916
7917 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7918
7919         * src/mcs51/ralloc.c (fillGaps),
7920         * src/ds390/ralloc.c (fillGaps): fixed bug #810093 (yet another
7921         register positioning bug)
7922
7923 2003-09-21  Bernhard Held <bernhard AT bernhardheld.de>
7924
7925         * device/lib/_fsdiv.c: replaced (1<<31) by (1ul<<31)
7926
7927 2003-09-19  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7928
7929         * src/mcs51/gen.c (loadDptrFromOperand, genFarPointerGet,
7930         genCodePointerGet, genGenPointerGet, genFarPointerSet,
7931         genGenPointerSet): handle AOP_DPTR correctly when loading dptr
7932         (ralloc doesn't intentionally do this now, but perhaps later)
7933         * src/mcs51/ralloc.c (serialRegAssign, fillGaps),
7934         * src/ds390/ralloc.c (serialRegAssign, fillGaps): fixed some
7935         register positioning bugs (Fixed bug #762602 and #795325)
7936         * src/SDCCicode.c (geniCodeDerefPtr): Track output class correctly
7937         (Fixed bug #808779)
7938         * src/z80/gen.c: increased _vemit2's buffer[] to handle long
7939         lines that --i-code-in-asm generates
7940
7941 2003-09-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7942
7943         *link/z80/lklibr.c, as/mcs51/lklibr.c: Fixed Linux segfaults when
7944         trying to fclose a FILE* that was already closed.
7945
7946 2003-09-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7947
7948         * src/SDCCsymt.c (structElemType): fixed bug #808291 (members
7949         of const struct should be treated as if const themselves)
7950
7951 2003-09-18  Bernhard Held <bernhard AT bernhardheld.de>
7952
7953         * src/SDCCval.c (valPlus, valMinus): fixed bug #808337
7954
7955 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7956
7957         * support/librarian/sdcclib.c: Generate correct offsets for libraries with
7958         Unix (/n) and DOS (/r/n) line terminations.
7959
7960 2003-09-17  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7961
7962         * src/SDCCopt.c (cnvFromFloatCast, cnvToFloatCast): fixed
7963         bug #613775
7964
7965 2003-09-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7966
7967         * src/mcs51/gen.c (genFunction, genEndFunction),
7968         * src/ds390/gen.c (genFunction, genEndFunction): Moved save
7969         and restore of EA so that stack offsets to parameters are
7970         correct when using both critical and reentrant/stack-auto.
7971         * src/z80/gen.c (aopOp): removed erroneous assertion about sloc
7972         size (can be triggered in error if sloc is shared between
7973         different sized objects)
7974         * device/include/float.h: fixed macros to explicitly use
7975         unsigned long where needed
7976
7977 2003-09-15  Bernhard Held <bernhard AT bernhardheld.de>
7978
7979         Feature req. 799831: added code to allow nesting of critical functions
7980         * src/mcs51/gen.c (genFunction, genEndFunction)
7981         * src/ds390/gen.c (genFunction, genEndFunction)
7982
7983 2003-09-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7984
7985         * src/SDCCsymt.c (sclsFromPtr),
7986         * src/SDCCsymt.h,
7987         * src/SDCCast.c (decorateType): fixed bug #462971. Also, better
7988         support for standard C idiom of memory mapped variables; for
7989         example, *((xdata int*)0x1234) = 1 is now internally equivalent
7990         to xdata int at 0x1234 tempvar = 1.
7991         * sim/ucsim/z80.src/inst_xd.cc: fixed bug #805483 with patch
7992         provided by Akiya ISHIDA
7993
7994 2003-09-13  Bernhard Held <bernhard AT bernhardheld.de>
7995
7996         * src/SDCCval.c (cheapestVal): reenabled to reduce int to char
7997         * src/SDCCval.c (constVal): added reduction from int to char
7998         * src/SDCCval.c (valMult, valDiv): fixed sign handling
7999         * src/SDCCval.c (valShift): fixed after change of cheapestVal()
8000         * src/SDCCval.c (valCompare): fixed EQ_OP and NE_OP; they have
8001         to ignore the sign
8002         * support/regression/tests/shifts.c: fixed
8003
8004 2003-09-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8005
8006         * src/z80/gen.c (genXor): Fixed bug #805445
8007
8008 2003-09-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8009
8010         Fixed bug #621531 (const & volatile confusion in the type chain).
8011         DCL_PTR_CONST, DCL_PTR_VOLATILE, & IS_PTR_CONST now exclusively
8012         refer to the const or volatile state of the pointer itself.
8013
8014         * src/SDCCast.c
8015         * src/SDCCglue.c
8016         * src/SDCCicode.c
8017         * src/SDCCsymt.c
8018         * src/SDCCval.c
8019         * src/SDCC.y
8020         * src/SDCCsymt.h
8021         * src/pic/gen.c
8022         * src/pic/ralloc.c
8023         * src/pic16/gen.c
8024         * src/pic16/ralloc.c
8025         * support/regression/tests/const.c
8026
8027 2003-09-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8028
8029         When checking for duplicated modules, use absolute paths
8030         instead of relative paths.  Files changed:
8031
8032         * as/mcs51/lklib.c
8033         * link/z80/lklib.c
8034
8035 2003-09-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8036
8037         * src/SDCCicode.c (geniCodeLogic): fixed bug #797572
8038
8039 2003-09-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8040
8041         * device/include/string.h: added size_t typedef, changed
8042         prototypes to use size_t, eliminated separate reentrant and
8043         non-reentrant declarations, added _memmove declaration
8044         * device/lib/_memcpy.c: changed to use size_t instead of int,
8045         changed /4 to >>2 to avoid division library call
8046         * device/lib/_memcmp.c,
8047         * device/lib/_memset.c,
8048         * device/lib/_strncat.c,
8049         * device/lib/_strncpy.c,
8050         * device/lib/_strncmp.c: changed to use size_t instead of int
8051         * device/lib/_memmove.c: new file (fixed bug #772294)
8052         * device/lib/Makefile.in: added _memmove.c
8053         * device/lib/z80/asm_strings.s: fixed bug #772290
8054         * support/regression/tests/bitfields.c: attempt to fix host assertion
8055         failure on amd64-unknown-linux2.2
8056
8057 2003-09-06  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8058
8059         * src/z80/gen.c (aopPut, spillPairReg): fixed bug #800998
8060         * src/z80/gen.c (genFunction, genEndFunction): fixed "bug" #774700
8061         * as/z80/asmain.c (main): fixed bug #801766
8062
8063 2003-09-06  Bernhard Held <bernhard AT bernhardheld.de>
8064
8065         * src/SDCCicode.c (ast2iCode): fixed differences in iCode with different
8066         compilers
8067
8068 2003-09-05  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8069
8070         * src/SDCCast.c (isConformingBody): fixed loop reversal bug
8071         reported in bug #800609
8072
8073 2003-09-04  Vangelis Rokas <vrokas AT otenet.gr>
8074
8075         * Top header beautifications in src/pic16 directory:
8076           device.c, device.h, gen.c, gen.h, genarith.c, glue.c, pcode.c,
8077           pcodeflow.c, pcodeflow.h, pcode.h, pcodepeep.c, pcoderegs.c,
8078           pcoderegs.h, ralloc.c, ralloc.h
8079         * main.c: added top header and GPL license notice
8080         * pcode.c: fixed the if-conditional warning
8081
8082 2003-09-04  Bernhard Held <bernhard AT bernhardheld.de>
8083
8084         * device/lib/_mullong.c: replaced int by short for gcc
8085
8086 2003-08-31  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8087
8088         * src/SDCCpeeph.c (notVolatile, notVolatileVariable): handle IFX
8089         and JUMPTABLE iCodes properly now (worked by accident before)
8090         * src/mcs51/gen.c (leftRightUseAcc),
8091         * src/ds390/gen.c (leftRightUseAcc): handle IFX and JUMPTABLE
8092         iCode properly now. Use getSize instead of nRegs since a & b
8093         aren't part of the nRegs tally.
8094
8095 2003-08-31  Vangelis Rokas <vrokas AT otenet.gr>
8096
8097         * src/pic16/main.c: corrected offsets of interrupt vectors in _pic16_genIVT()
8098         * src/pic16/pcode.c: fix to disable inserting BANKSEL directive
8099           before instructions that use the _STATUS register
8100
8101 2003-08-31  Bernhard Held <bernhard AT bernhardheld.de>
8102
8103         * src/mcs51/gen.c (freeAsmop): fixed off by one in stack offset (AOP_STK)
8104         * src/mcs51/gen.c (genNearPointerSet): added missing opcode for
8105         fetching of the pointer
8106         * src/mcs51/gen.c (genNearPointerGet): added reuse of PREG,
8107         copied from genNearPointerSet()
8108         * src/mcs51/gen.c (genNearPointerGet): don't pop r0/r1, if RESULTONSTACK
8109         * src/mcs51/gen.c: changed order of freeAsmop(left/right/result)-calls.
8110         If they pop r0/r1 they must be called in the opposite order than aopOp().
8111         * device/lib/_mullong.c: fixed for "--model-large --int-long-reent"
8112         (resp. --stack-auto), prepared for --xstack
8113
8114 2003-08-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8115
8116         * doc/sdccman.lyx: reverted tables to those in cvs 1.64
8117
8118 2003-08-28  Bernhard Held <bernhard AT bernhardheld.de>
8119
8120         * device/lib/_startup.c: quick & dirty fix for ds390/ds400;
8121         these ports have their own __sdcc_external_start()
8122
8123 2003-08-26  Bernhard Held <bernhard AT bernhardheld.de>
8124
8125         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
8126         * src/pic/glue.c (pic14printPublics): fixed bug introduced when symbol
8127         type for bits was changed. It resulted in bit variables becoming
8128         global, which is not permitted in PIC 14 assembly output.
8129
8130 2003-08-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8131
8132         * doc/sdccman.lyx: various additions and updates. Rearranged sections
8133
8134 2003-08-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8135
8136         Z80 and MCS51 linkers complaint if a public symbol is defined
8137         in more than one library module:
8138
8139         * as/mcs51/lklib.c
8140         * link/z80/lklib.c
8141         * as/mcs51/Makefile.in
8142
8143 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8144
8145         A few small changes that speed up the peephole optimizer.
8146
8147         * src/SDCCpeeph.c
8148
8149 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8150
8151         Try to make the peephole optimizer smarter by maintaining
8152         an association between the assembly source code and the
8153         iCodes that originated them. Put this information to use
8154         with a new peephole rule condition "notVolatile" so that
8155         the rules can be aggressive yet still safe.
8156
8157         * src/SDCCpeeph.c
8158         * src/SDCCpeeph.h
8159         * src/mcs51/gen.c
8160         * src/mcs51/peeph.def
8161
8162 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8163
8164         Fixed bug #741761
8165
8166         * src/mcs51/gen.c (aopForSym, leftRightUseAcc),
8167         * src/ds390/gen.c (aopForSym, leftRightUseAcc): preserve A and B
8168         if the left or right operand symbols have the accuse flag set.
8169
8170 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8171
8172         Changed the type of the result of the ! (NOT) operator to char;
8173         previously it returned the same type as the source. This allows
8174         us to eliminate all the genFloatNot functions (all of its target
8175         implementations were very buggy) since !float can use the same
8176         code as !long now.
8177
8178         * src/SDCCicode.c (ast2iCode): ! returns char
8179         * src/mcs51/gen.c (genNot, genNotFloat),
8180         * src/ds390/gen.c (genNot, genNotFloat),
8181         * src/z80/gen.c (genNot, genNotFloat),
8182         * src/pic/gen.c (genNot, genNotFloat),
8183         * src/pic16/gen.c (genNot, genNotFloat): eliminated genNotFloat
8184
8185 2003-08-19  Bernhard Held <bernhard AT bernhardheld.de>
8186
8187         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
8188         1. Interrupt would not compile properly. Ensure PCLATH register is saved
8189            during interrupts. Ensure WSAVE is located at a shared bank address.
8190         2. Fixed page selection in some places
8191         3. Fixed BTFSS/C to where necessary use registers directly and not simply
8192            the registers name strings.
8193         4. Fixed "signed / unsigned compare" compiler warnings.
8194         5. The PIC port manages its own allocation of the general purpose
8195            registers, but makes no attempt to reuse them. As a result when
8196            compiling it soon runs out of general purpose registers. Some
8197            additional code was added to the files pcode.c and device.c to walk
8198            through the function call tree and rename the registers so that they
8199            get reused.
8200
8201         * src/pic/device.c
8202         * src/pic/gen.c
8203         * src/pic/glue.c
8204         * src/pic/pcode.c
8205         * src/pic/pcode.h
8206         * src/pic/ralloc.c
8207         * src/pic/ralloc.h
8208         * src/pic/genarith.c: Fixed problems with PIC 14 port in functions
8209         genPlus() & genMinus() when the result is the same as left or right
8210
8211 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8212
8213         * src/z80/gen.c (isUnsplitable, fetchPairLong): fixed bug #770454
8214
8215 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8216
8217         Made bitfield a distinct type from bit so that bitfields
8218         convert as per ANSI C and bits retain their traditional
8219         boolean style behaviour. Implemented bitfield support in
8220         the z80 port.
8221
8222         * src/SDCCsymt.h,
8223         * src/SDCCsymt.c,
8224         * src/SDCCast.c,
8225         * src/cdbFile.c,
8226         * src/mcs51/gen.c,
8227         * src/ds390/gen.c: bit v bitfield split
8228         * src/z80/gen.c: New support for bitfields
8229         * support/regression/tests/bitfields.c: reenabled z80,
8230         added more tests
8231
8232 2003-08-17  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8233
8234         Rules 246.x, 247.x relate to bitfields, the others speed up
8235         access to xdata mapped I/O devices.
8236
8237         * src/mcs51/peeph.def: added 26 peepholes 246.x - 248.x, 180.x
8238
8239 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8240
8241         Cleaned up genPackBits and genUnpackBits and added two helper
8242         functions, emitPtrByteGet & emitPtrByteSet. Added optimizations
8243         for literal assignments in genPackBits (thanks to Frieder for
8244         reminding me).
8245
8246         * src/mcs51/gen.c
8247         * src/ds390/gen.c
8248
8249 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8250
8251         Fixed bug #748310 (pointer to function type mishandled when the
8252         function name is omitted). Also fixed a SIGSEGV when a function
8253         attribute (reentrant, etc) is used on a non-function or on a
8254         function but misplaced before the parameter list.
8255
8256         * src/SDCC.y (abstract_declarator, abstract_declaractor2): fixed
8257         bug #748310
8258         * src/SDCC.y (declarator2_function_attributes): avoided SIGSEGV
8259         * support/Util/SDCCerr.h,
8260         * support/Util/SDCCerr.c: Added func attr misuse error msg
8261
8262 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
8263
8264         Fixed bug #787649 by anonymous
8265         * src/SDCCglue.c (emitRegularMap): added emission of sloc for func ptr
8266         * src/ds390/gen.c (aopForSym): fixed func ptr in sloc
8267
8268 2003-08-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8269
8270         Fixed numerous bitfield problems.
8271
8272         * src/SDCC.y: More bitfield related error checking
8273         * src/SDCCsymt.h,
8274         * src/SDCCsymt.c (compStructSize): fixed bitfield offset calc
8275         * support/Util/SDCCerr.h,
8276         * support/Util/SDCCerr.c: Added & edited some bitfield err msgs
8277         * src/mcs51/gen.c (genPackBits, genUnpackBits): fixed mask bugs
8278         * src/ds390/gen.c (genPackBits, genUnpackBits): fixed mask bugs
8279         * support/regression/tests/bitfields.c: tests added
8280
8281 2003-08-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8282
8283         Made the constant following the "interrupt" keyword optional. If
8284         omitted, the function will not automatically be given an entry
8285         in the interrupt vector table (similar to #pragma NOIV, but
8286         less syntacticly kludgy). The interrupt number is also now
8287         range checked. Also fixed a bug in the high order bit example
8288         in the manual.
8289
8290         * src/SDCC.y
8291         * src/SDCCmem.c
8292         * src/SDCCglue.c
8293         * src/SDCCsymt.h
8294         * support/Util/SDCCerr.c
8295         * support/Util/SDCCerr.h
8296         * doc/sdccman.lyx
8297
8298 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
8299
8300         * src/SDCCcse.c (algebraicOpts): fix bug converting op from value to type
8301         * src/SDCCicode.c (operandOperation): rewritten some ops
8302         (*, ==, unary_minus) to fix possible overflows and to accord with ANSI
8303         * src/SDCCsymt.c (computeType): literals are handled the same way as any
8304         other type
8305         * src/SDCCval.c (cheapestVal): removed, it doesn't accord with ANSI (can
8306         be re-activated by defining REDUCE_LITERALS)
8307         * src/SDCCval.c (constVal): fixed; hex and octal constants can be
8308         unsigned, but are signed by default
8309         * src/SDCCval.c (constVal): rearranged
8310         * src/SDCCval.c (valMod): preliminary fix
8311         * src/SDCCval.c (valCastLiteral): use TYPE_* types
8312         * support/regression/literalop.c: added, work in progress
8313
8314 2003-08-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8315
8316         Generate warnings for useless declarations like "char data;"
8317         that don't do what new users expect.
8318
8319         * src/SDCC.y
8320         * support/Util/SDCCerr.h
8321         * support/Util/SDCCerr.c
8322
8323 2003-08-09  Bernhard Held <bernhard AT bernhardheld.de>
8324
8325         * src/SDCCval.c (valMult): fix overflow detection of negative int
8326
8327 2003-08-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8328
8329         * src/z80/ralloc.c (joinPushes): made compatible with new signedness
8330
8331         Changes to support big endian targets:
8332
8333         * src/ports.h
8334         * src/SDCCglue.c
8335         * src/avr/main.c
8336         * src/ds390/main.c
8337         * src/izt/i186.c
8338         * src/mcs51/main.c
8339         * src/pic/main.c
8340         * src/pic16/main.c
8341         * src/xa51/main.c
8342         * src/z80/main.c
8343
8344 2003-08-06  Bernhard Held <bernhard AT bernhardheld.de>
8345
8346         * src/SDCCval.c (cheapestVal): changed behaviour to the same as constVal()
8347         * device/lib/time.c: fixed warning "integer overflow in expression"
8348
8349 2003-08-05  Bernhard Held <bernhard AT bernhardheld.de>
8350
8351         * src/SDCCval.c (cheapestVal, valueFromLit): use TYPE_* types
8352         * src/SDCCval.c (constVal): changed default to signed; hex and octal
8353         constants are unsigned; added recognition of "u" flag for unsigned
8354         * src/SDCCval.c (valMult): fixed signdness, added warning for overflow
8355         * src/SDCCval.c (valDiv, valMod): fixed signdness
8356         * src/SDCCicode.c (operandOperation): fixed critical typo; fixed
8357         signedness of modulo, left and right shift
8358         * support/Util/SDCCerr.c: added warning "integer overflow in expression"
8359         * support/Util/SDCCerr.h: added warning W_INT_OVL
8360         * src/SDCCast.c (decorateType): fixed gcc3.3 warning
8361         * src/SDCCast.c (ast_print): improved output of constants
8362
8363 2003-08-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8364
8365         Fixed some warnings when building with MSVC:
8366
8367         * as\mcs51\asdata.c
8368         * as\z80\asdata.c
8369         * as\mcs51\asm.h
8370         * as\z80\asm.h
8371         * link\z80\aslink.h
8372         * link\z80\lkdata.c
8373         * link\z80\lkeval.c
8374         * link\z80\lkgb.c
8375         * link\z80\lkihx.c
8376         * link\z80\lks19.c
8377         * link\z80\lksym.c
8378         * support\cpp2\cpplib.c
8379         * src\ds390\gen.c
8380         * src\mcs51\gen.c
8381
8382 2003-08-03  Bernhard Held <bernhard AT bernhardheld.de>
8383
8384         * src/SDCCast.c (constExprTree): fix bug #781827 by Carl Worth <cworth AT isi.edu>
8385
8386 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8387
8388         * support\librarian\clean.mk: Do not remove Makefile.
8389         * support\librarian\Makefile: added.
8390
8391 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8392
8393         Added librarian to MSVC build:
8394         * all.dsp
8395         * sdcc.dsw
8396         * support\librarian\librarian.dsp
8397
8398         'configure' not needed for librarian, removed:
8399         * support\librarian\configure
8400         * support\librarian\configure.in
8401         * support\librarian\config_in.h
8402         * support\librarian\Makefile.in
8403
8404         Hopefully these ones built the librarian and the rest of sdcc properly:
8405         * Makefile
8406         * Makefile.common.in
8407
8408         Messed up 'configure', so revert to previous version:
8409         * configure
8410         * configure.in
8411
8412 2003-07-31  Bernhard Held <bernhard AT bernhardheld.de>
8413
8414         * src/SDCCicode.c (operandOperation): 3. fix, this time for Alpha; ULONG has 64 bits
8415         there, while the mantissa of a double is "only" 53 bits wide.
8416
8417 2003-07-31  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8418
8419         Adding sdcclib to the build.  MSVC project coming soon.
8420         Files added/changed:
8421
8422         * support\librarian\clean.mk
8423         * support\librarian\configure
8424         * support\librarian\configure.in
8425         * support\librarian\config_in.h
8426         * support\librarian\Makefile.bcc
8427         * support\librarian\Makefile.in
8428         * support\librarian\sdcclib.c
8429         * Makefile.bcc
8430         * Makefile
8431         * Makefile.common.in
8432         * configure
8433         * configure.in
8434
8435 2003-07-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8436
8437         Linker now complaints if linked modules have conflicting options, for
8438         example, one compiled using --model-large and another one compiled with
8439         --model-small.  The following files were modified:
8440
8441         * as\mcs51\asdata.c
8442         * as\mcs51\aslink.h
8443         * as\mcs51\asm.h
8444         * as\mcs51\asmain.c
8445         * as\mcs51\asout.c
8446         * as\mcs51\i51pst.c
8447         * as\mcs51\lkdata.c
8448         * as\mcs51\lklibr.c
8449         * as\mcs51\lkmain.c
8450         * as\z80\asdata.c
8451         * as\z80\asm.h
8452         * as\z80\asmain.c
8453         * as\z80\asout.c
8454         * as\z80\z80pst.c
8455         * link\z80\aslink.h
8456         * link\z80\lkdata.c
8457         * link\z80\lklibr.c
8458         * link\z80\lkmain.c
8459         * src\SDCCglue.c
8460
8461 2003-07-28  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8462
8463         *link/z80/aslink.h, link/z80/lklibr.c, as/mcs51/aslink.h,
8464         as/mcs51/lklibr.c: Generate a warning when a library is not found.
8465
8466 2003-07-28  Bernhard Held <bernhard AT bernhardheld.de>
8467
8468         * src/z80/mappings.i: fix _mul[us][int,long] entries
8469
8470 2003-07-26  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8471
8472         *src/SDCCmain.c: do not search for crt0.o when using --nostdlib
8473
8474 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
8475
8476         * src/SDCCicode.c (operandOperation): really fixed problem with bitops
8477         * support/regression/tests/bitopcse.c: added
8478         fixed warning:
8479         * src/avr/gen.c:
8480         * src/pic/gen.c:
8481         * src/pic16/gen.c:
8482         * src/z80/gen.c:
8483         * src/xa51/gen.c:
8484
8485 2003-07-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8486
8487         added support for new library format to z80, gbz80 linkers:
8488         *link/z80/aslink.h
8489         *link/z80/lklex.c
8490         *link/z80/lklib.c
8491         *link/z80/lklist.c
8492
8493 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
8494
8495         * src/SDCCicode.c (operandOperation): fixed problem with bitops and 0xffffffff;
8496         after {double d = 0xffffffff; long l = d;} l will be 0x80000000 (LONG_MIN)
8497
8498 2003-07-23  Bernhard Held <bernhard AT bernhardheld.de>
8499
8500         added DUMMY_READ_VOLATILE:
8501         * src/SDCC.y:
8502         * src/avr/gen.c:
8503         * src/xa51/gen.c:
8504         * src/z80/gen.c:
8505         * src/pic/gen.c:
8506         * src/pic16/gen.c:
8507         * src/mcs51/gen.c:
8508         * src/ds390/gen.c:
8509         * src/SDCCcse.c (algebraicOpts): many improvements
8510         * src/SDCCcse.h: removed algebraicOpts()
8511         * src/SDCCicode.c (picDummyRead): added
8512
8513 2003-07-23  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8514
8515         * as/mcs51/lkmem.c: Changed message "Insufficient DRAM memory" to
8516         "Insufficient space in data memory".
8517
8518 2003-07-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8519
8520         * src/mcs51/gen.c: fixed bug #771358
8521         * src/z80/gen.c: fixed bug #759087
8522
8523 2003-07-20  Bernhard Held <bernhard AT bernhardheld.de>
8524
8525         * src/pic16/glue.c: minor cleanup by Vangelis
8526
8527 2003-07-19  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8528
8529         * device/include/regc515c.h: fixed #758477
8530         * device/lib/_gptrget.c: saving some cycles in generic pointer get
8531         * device/lib/_gptrput.c: saved a few bytes
8532         * my tab spacing is 8, yours too?)
8533         * device/lib/_ser.c: process RX bytes earlier than TX bytes
8534         * device/lib/serial.c: process RX bytes earlier than TX bytes
8535         * src/mcs51/gen.c(genGenPointerGet/Set): removed writing of type after postincrement
8536
8537 2003-07-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8538
8539         * src/z80/gen.c: fixed some right shift bugs (#772726 among them)
8540
8541 2003-07-17  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8542
8543     * link/z80/lklibr.c: fixed bug when there is a '.' in a library path.
8544
8545 2003-07-17  Bernhard Held <bernhard AT bernhardheld.de>
8546
8547         * device/lib/Makefile.in: bad fix, reverted to 1.43
8548
8549 2003-07-16  Bernhard Held <bernhard AT bernhardheld.de>
8550
8551         * device/lib/Makefile.in: added missing z80 object files
8552
8553 2003-07-14  Bernhard Held <bernhard AT bernhardheld.de>
8554
8555         * src/SDCCcse.c (algebraicOpts): CSE fun with &|^ and 0x00/0xff literals
8556         pic16 progress by Vangelis:
8557         * src/SDCCglobl.h:
8558         * src/SDCCmain.c:
8559         * src/pic/Makefile:
8560         * src/pic:
8561         * pic/Makefile:
8562         * pic16/device.c:
8563         * pic16/device.h:
8564         * pic16/gen.c:
8565         * pic16/gen.h:
8566         * pic16/genarith.c:
8567         * pic16/glue.c:
8568         * pic16/main.c:
8569         * pic16/pcode.c:
8570         * pic16/pcode.h:
8571         * pic16/pcodepeep.c:
8572         * pic16/peeph.def:
8573
8574 2003-07-13  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8575
8576     * src/SDCCmain.c, src/SDCCglobl.h: added option --no-std-crt0
8577
8578 2003-07-12  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8579
8580     * sdcc.dsw, all.dsp, link/z80/linkgbz80.dsp, as/z80/as-gbz80.dsp:
8581     added gbz80 build to MSVC project.
8582     * src/SDCCmain.c, src/SDCCglue.c, src/z80/main.c, src/z80/z80.dsp,
8583     link/z80/aslink.h, linkz80.dsp: cleaned up z80 and gbz80 asm files
8584     from 8051 stuff and setup so it links using a .lnk file.
8585
8586 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8587
8588     * support/librarian/sdcclib.c: sdcc librarian.
8589     * as/mcs51/aslink.h, as/mcs51/lklib.c: Support for libraries created
8590     with sdcclib.
8591
8592 2003-07-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8593
8594     * as/mcs51/lkmain.c: properly handle extensions in function afile.
8595
8596 2003-07-02  Borut Razem <borut.razem AT siol.net>
8597
8598         * src/port.h, src/SDCCmain.c, src/pic/glue.h, src/pic/main.c,
8599         src/pic16/glue.h, sdcc/src/pic16/main.c, src/izt/i186.c,
8600         src/izt/tlcs900h.c, src/avr/main.c, src/ds390/main.c, src/mcs51/main.c,
8601         src/xa51/main.c, src/z80/main.c:
8602         virtualization of glue() function: each port has it's own glue function,
8603         which is accessed by do_glue function pointer in PORT.general structure
8604
8605 2003-07-01 Kevin Vigor <kevin AT vigor.nu>
8606
8607         * DS800C400 fun, improved ROM interface and tinibios.
8608
8609 2003-06-27 Kevin Vigor <kevin AT vigor.nu>
8610
8611         * More support for DS80C400. Now includes beginning of interface to ROM.
8612
8613 2003-06-25  Bernhard Held <bernhard AT bernhardheld.de>
8614
8615         * src/mcs51/gen.c (gencjneshort): fixed bug #760345
8616
8617 2003-06-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8618
8619         * as/mcs51/lkaomf51.c: Make sure the size of the last procedure is correct.
8620
8621 2003-06-19  Borut Razem <borut.razem AT siol.net>
8622
8623         * src/z80/main.c: fixed Z80 port again: missing -k library paths in linker command line
8624
8625 2003-06-19  Borut Razem <borut.razem AT siol.net>
8626
8627         * src/SDCCutil.h, src/SDCCutil.c, src/SDCCglobl.h, src/SDCCmain.c, src/z80/main.c:
8628         fixed Z80 port - crt0.o: cannot open.
8629
8630 2003-06-19  Bernhard Held <bernhard AT bernhardheld.de>
8631
8632         * support/Util/MySystem.c (merge_command): revert bad fix
8633
8634 2003-06-18  Borut Razem <borut.razem AT siol.net>
8635
8636         * src/SDCC.lex, src/SDCCmain.c: fixed some warnings, introduced with changes made 15.06.1003
8637
8638 2003-06-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8639
8640         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
8641         option --use-stdout sends errors to stdout instead of stderr.
8642
8643 2003-06-18  Bernhard Held <bernhard AT bernhardheld.de>
8644
8645         * support/Util/MySystem.c (merge_command): quick fix for Linux segfault with \"cmd\" arg
8646
8647 2003-06-15  Borut Razem <borut.razem AT siol.net>
8648
8649         * support/cpp2/sdcc.h: HAVE_DOS_BASED_FILE_SYSTEM defined for _WIN32
8650         * src/SDCC.lex: cloneXxx and copyAndFreeXxx functions for options and optimize stack handling
8651         * src/SDCCglobl.h, src/SDCCmain.c, src/ds390/main.c, src/mcs51/main.c, src/z80/main.c:
8652         fixed width array of pointers replaced with sets;
8653         multiple include and lib paths ared transferred to preprocessor and linker
8654         * src/SDCCset.c, src/SDCCset.h: added function setFromSetNonRev() and mergeSets()
8655         * src/SDCCsymt.c: reimplemented function inCalleeSaveList() by using sets instead
8656         fixed width array of pointers
8657         * src/SDCCutil.c, src/SDCCutil.h: added functions fputStrSet(), appendStrSet(), joinStrSet();
8658         removed functions addToList(), join(), joinn(), pathCharsEquivalent(), pathCharTransform(),
8659         fixupPath(), getPathDifference()
8660         * src/ds390/gen.c, src/mcs51/gen.c: reimplemented function  inExcludeList() by using sets instead
8661         fixed width array of pointers
8662
8663 2003-06-11  Bernhard Held <bernhard AT bernhardheld.de>
8664
8665         * src/pic16/ralloc.c: fix warnings
8666         * src/pic16/pcode.c: fix warning
8667
8668 2003-06-10  Scott Dattalo  <scott AT dattalo.com>
8669
8670          Scott D. for Vangelis Rokas (vrokas AT otenet.gr). I (scott) don't
8671         know all the details, but essentially this set of changes enable
8672         the pic16 port to generate movff instructions and generate assembler
8673         directives,
8674         * src/SDCCmain.c:
8675         * src/pic16/gen.c:
8676         * src/pic16/glue.c:
8677         * src/pic16/pcode.c:
8678         * src/pic16/device.c:
8679         * src/pic16/main.c:
8680         * src/pic16/pcode.h:
8681         * src/pic16/pcoderegs.c:
8682         * src/pic16/ralloc.c:
8683         * src/pic16/ralloc.h:
8684
8685 2003-06-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8686
8687         * support/Util/SDCCerr.c, src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
8688         added option --vc, so sdcc errors and warnings are compatible with
8689         Microsoft Visual Studio.
8690
8691 2003-06-07  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8692
8693         * device/lib/_atof.c, device/lib/Makefile.in, device/include/stdlib.h,
8694           device/lib/libfloat.lib: added atof function.
8695
8696 2003-06-04  Bernhard Held <bernhard AT bernhardheld.de>
8697
8698         * doc/sdccman.lyx: updated to Lyx 1.3
8699         * doc/cdbfileformat.lyx: updated to Lyx 1.3
8700         * doc/test_suite_spec.lyx: updated to Lyx 1.3
8701         * doc/Makefile: added fix for the \tabularnewline problem, thanks to Jesus
8702
8703 2003-06-03  Bernhard Held <bernhard AT bernhardheld.de>
8704
8705         * src/SDCCpeeph.c: separate peepRules2pCode() for pic16 by "Vangelis Rokas" <vrokas AT otenet.gr>
8706
8707 2003-06-02  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8708
8709         * doc/sdccman.lyx: cvs revision keywords, passing pdf information in latex preamble,
8710           additions to the "related tools/documentation" section
8711
8712 2003-06-02  Bernhard Held <bernhard AT bernhardheld.de>
8713
8714         * src/SDCCglue.c (tempfileandname): added check for missing TMP/TEMP/TMPDIR variable
8715
8716 2003-05-29  Bernhard Held <bernhard AT bernhardheld.de>
8717
8718         * src/pic/device.c: added 16F819, patch by "David I. Lehn" <dlehn AT vt.edu>
8719         * src/SDCCcse.c (algebraicOpts): fixed "c * 1"
8720
8721 2003-05-28  Bernhard Held <bernhard AT bernhardheld.de>
8722
8723         * doc/sdccman.lyx: fix double dash and other minor things
8724         * doc/Makefile: fix double dash
8725
8726 2003-05-28  Karl Bongers(patches from Martin Helmling)
8727         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files. Martin adds
8728           condition and ignore commands.
8729
8730 2003-05-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8731
8732         * doc/sdccman.lyx: Changes all over, index improved, smaller margins. The manual
8733           is in parts still quite out of date, I did changes as far as I felt makes sense
8734           for a non-native english speaker.
8735           Please feel free to add to the manual or to correct my changes.
8736         * doc/Makefile: undid touching the date of intermediate tex files.
8737
8738 2003-05-26  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8739
8740         * doc/sdccman.lyx: Manual has an index now
8741
8742 2003-05-25  Bernhard Held <bernhard AT bernhardheld.de>
8743
8744         Finalize muluint/mulsint and mululong/mulslong merging:
8745         * device/lib/_mulint.c
8746         * device/lib/_mullong.c
8747         * device/lib/gbz80/mul.s
8748         * device/lib/gbz80/stubs.s
8749         * device/lib/z80/mul.s
8750         * device/lib/z80/stubs.s
8751         * src/SDCCsymt.c (initCSupport)
8752
8753 2003-05-25  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8754
8755         * as/mcs51/lkaomf51.c: Address space 'z' was missing.
8756         * src/avr/avr.dsp, src/ds390/ds390.dsp, src/mcs51/mcs51.dsp,
8757           src/pic/pic.dsp, src/pic16/pic16.dsp, src/xa51/xa51.dsp,
8758           src/x80/z80.dsp: peep.rul is bigger now, so /Zm1000 is used
8759           instead of /Zm500.
8760
8761 2003-05-25  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8762
8763         * src/mcs51/peeph.def: added rules 244.x, 245.x. Although they pass
8764           the regression tests I'm not brave enough to enable 245.b, 245.c
8765         * doc/sdccman.lyx: added latex preamble for hyperref package.
8766           Using pdflatex this will give you a hyperlinked pdf file with
8767           bookmarks. (prepend '%' before /usepackage if this breaks something)
8768
8769 2003-05-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8770
8771          * doc/sdccman.lyx: updated information about .adb files (fixed bug 742649)
8772
8773 2003-05-22  Bernhard Held <bernhard AT bernhardheld.de>
8774
8775         * src/pic16/pcode.c (pic16_get_op_from_instruction): fixed a gcc 3.x warning
8776
8777 2003-05-21    <johan AT balder>
8778
8779         * src/SDCCglue.c (printIval): fixed bug #739934
8780
8781 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
8782
8783         Applied patch from bug 737905 (renamed yylineo to mylineno):
8784         * src/altlex.c
8785         * src/SDCCast.c
8786         * src/SDCglobl.h
8787         * src/SDCC.lex
8788         * src/SDCCsymt.c
8789         * src/SDCCval.c
8790         * src/pic16/pcode.c: Cleaned warnings
8791         * src/pic16/pcodeflow.c: Cleaned warnings
8792         * src/pic16/pcoderegs.c: Cleaned warnings
8793
8794 2003-05-19  Scott Dattalo  <scott AT dattalo.com>
8795
8796         * src/pic16/pcode.c: Cleaned warnings
8797         * src/pic16/pcodepeep.c: Cleaned warnings
8798         * src/pic16/ralloc.c: Cleaned warnings
8799
8800 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
8801
8802         * doc/sdccman.lyx: fixed bug 739745
8803         * src/pic16/pcode.c (pic16_get_op): fixed warning on alpha
8804
8805 2003-05-18  Bernhard Held <bernhard AT bernhardheld.de>
8806
8807         * src/port.h: removed DEFAULT_PORT, it's not yet pic16 ;-)
8808         it can be defined with CFLAGS when running configure
8809         * src/SDCCmain.c: fixed compiling + linking with object files
8810
8811 2003-05-18  Vangelis Rokas (vrokas AT otenet.gr)
8812
8813         * configure.in: configure for pic16 port,
8814             added --disable-pic16-port
8815         * sdccconf_in.h: added macro OPT_DISABLE_PIC16
8816         * src/SDCCmain.c: linkOptions is changed to set *,
8817             added if/endif conditional macros to remove options help
8818             messages from optionsTable when a port is not configured, added
8819             support for the PIc16 port in the ports table, when executing
8820             the compiler with no port specified on command line, a default
8821             port is selected with the new macro DEFAULT_PORT which is
8822             defined in port.h, in setDefaultOptions() linkOptions is removed
8823             from initialization assignment, since now it is a set,
8824             parseCmdLine uses setParseWithComma for linkOptions, in
8825             linkEdit() linkOptions are accessed with new function indexSet()
8826             which returns the i'th item of a set variable. See SDCCset.c, in
8827             linkEdit() when calling buildCmdLine(), added linkOptions as
8828             last argument. Now users can pass arguments to gplink via the
8829             -Wl option, main() uses pic16glue() to glue up pic16 programs
8830         * src/SDCCpeeph.c: various changes to support pic16
8831         * src/SDCCset.c: added function  void *indexSet(set *, int)  to
8832             return the i'th item of the set
8833         * src/SDCCset.h: added function prototype for indexSet()
8834         * src/SDCCsymt.c: in checkSClass(), added support for PIC16
8835         * src/clean.mk: added pic16 in CLEANALLPORTS variable
8836         * src/port.h: added TARGET_ID_PIC16,TARGET_IS_PIC16 macro,
8837             added macro DEFAULT_PORT
8838         * src/pic/main.c: corrected arguments of gplnk in _linkCmd
8839         * src/pic16/gen.c: bug fix in genCpl(), now the correct code is
8840             generated
8841         * src/pic16/glue.c: commented out some error producing lines
8842         * src/pic16/main.c: __config directives are commented out to stop
8843             gpasm complaining and test the linkage with gplink, _linkCmd and
8844             _asmCmd changed to be more gplink and gpasm friendly
8845         * src/pic16/peeph.def: peep rule 3 is commented out, since it
8846             produced an error when parsed, peep rule 12 is added to utilize
8847             movff, but it is commented out since the pCode does not support
8848             yet a command with 2 address arguments
8849
8850 2003-05-18    <johan AT balder>
8851
8852         * src/ds390/gen.c (genArrayInit): removed obsolete and buggy ARRAYINIT
8853         * src/ds390/main.c (genArrayInit): removed obsolete and buggy ARRAYINIT
8854 2003-05-17  Karl Bongers(apply patches from Martin Helmling)
8855
8856         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files.
8857   Added feature to script commands from file.
8858
8859 2003-05-14  Bernhard Held <bernhard AT bernhardheld.de>
8860
8861         * device/lib/_strtok.c: fixed bug #734355 by Lenny Story and Tim Woodall
8862         * src/SDCCutil.c: include ctype.h for win32
8863
8864 2003-05-13  Bernhard Held <bernhard AT bernhardheld.de>
8865
8866         * src/pic16/*: removed CR from many files, reported by Vangelis Rokas
8867
8868 2003-05-12  Karl Bongers(apply development patches from Martin Helmling)
8869
8870         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,break.c and .h files.
8871   Fixed so you can set breakpoints prior to run, run does not stop
8872   on entry now.  Add tbreak.  Other enhancements and fixes for use
8873   with ddd.
8874
8875 2003-05-12  Borut Razem <borut.razem AT siol.net>
8876
8877         * src/SDCCmain.c: fixed the problem with searching the DATADIR as the last resort on *nix
8878
8879 2003-05-11  Borut Razem <borut.razem AT siol.net>
8880
8881         * src/SDCCutil.c: WIN32 version of getBinPath() calls GetModuleFileName() to determine
8882         the path of bin directory, so that PATH is the only env. variable, which has to be set
8883         in case of standard installation.
8884         * src/ds390/ds390.dsp: increased value of /Zm option to 1000
8885         * src/pic/main.c: add quotes to file name parameters for gplink and gpasm
8886         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx: added --print-search-dirs command line option
8887
8888 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
8889
8890         * src/SDCCmain.c (linkEdit): fixed buffer overflow for gbz80
8891         * support/regression/Makefile: inter-port-clean is no longer nesessary, the
8892         temp files are in the port dir; clean the gen/test directory when
8893         generating new test.c
8894         * support/regression/ports/host/spec.mk: defined OBJEXT for target clean
8895         * support/regression/tests/vaargs.c: fixed gcc 3.3 warning
8896         * support/regression/tests/zeropad.c: added
8897
8898 2003-05-09    <johan AT balder>
8899
8900         * src/SDCCglue.c: fixed bug #597940
8901
8902 2003-05-05  Karl Bongers(apply patches from Martin Helmling)
8903
8904         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
8905   cache sfr, optimize next,step, fix off by one sourceline,
8906   support ddd list function.
8907         * sim/ucsim/cmd.src/newcmd.cc - small fix for sdcdb use.
8908
8909 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
8910
8911         * support/regression/HTMLgen.py: added compare_s2f()
8912         * support/regression/Makefile: redo 1.27
8913         * support/regression/generate-cases.py: redo 1.5
8914
8915 2003-04-30  Bernhard Held <bernhard AT bernhardheld.de>
8916
8917         * support/regression/tests/float.c: workaround 33 bit hex constant
8918         * support/regression/tests/simplefloat.c: fix division for host
8919
8920 2003-04-29  Scott Dattalo  <scott AT dattalo.com>
8921
8922         * src/pic/pcoderegs.c Applied patch from Jim Hawkridge <jim AT jimhawkridge.uk.eu.org>
8923         that tame's the PIC's over-aggressive optimizer.
8924
8925 2003-04-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8926
8927          * src.dsw, link/z80/aslink.h, link/z80/linkz80.dsp: z80 linker
8928          support for MSVC.
8929
8930 2003-04-29  Kevin Vigor <kevin AT vigor.nu>
8931
8932         Initial support for DS80C400. "Hello world" runs on TINIm400
8933         (with polled I/O).
8934
8935 2003-04-28  Karl Bongers(apply patches for Martin Helmling)
8936
8937          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
8938          * Some notes on ddd usage added in debugger/README
8939          Martin Helmling adding more features and fixes for ddd GUI debugger.
8940          Code added for nexti, stepi, up, down, and other adjustments.
8941
8942 2003-04-28  Scott Dattalo  <scott AT DATTALO.COM>
8943
8944         * src/pic/pCodepeep.c non-wildcard asmops are now handled
8945         * src/pic/peeph.def Added two rules to optimize carry manipulation
8946         * src/pic/* removed debug printfs
8947
8948 2003-04-28  Bernhard Held <bernhard AT bernhardheld.de>
8949
8950         * debugger/mcs51/cmd.c: added header newalloc.h
8951
8952 2003-04-26  Bernhard Held <bernhard AT bernhardheld.de>
8953
8954         * as/Makefile: new EXEEXT
8955         * as/z80/Makefile: remove trailing slash of BUILDIR
8956         * as/z80/clean.mk: new EXEEXT
8957         * Makefile.common.in: add to CFLAGS (and others), don't replace it
8958         * support/cpp2/Makefile.in: new EXEEXT
8959         * src/pic/glue.c (pic14emitRegularMap): fixed warning
8960
8961 2003-04-24  Bernhard Held <bernhard AT bernhardheld.de>
8962
8963         Cygwin's gcc always appends .exe: 'gcc -o a a.c' creates a.exe;
8964         EXEEXT was introduced to fix all related problems with targets
8965         "clean", "install" and "uninstall"; a couple of further flaws
8966         especially with "clean" have been fixed too
8967         * as/mcs51/Makefile.in
8968         * as/mcs51/clean.mk
8969         * as/z80/Makefile
8970         * Makefile
8971         * clean.mk
8972         * debugger/mcs51/Makefile.in
8973         * debugger/mcs51/clean.mk
8974         * link/z80/Makefile
8975         * link/z80/Makefile.in
8976         * link/z80/clean.mk
8977         * link/Makefile
8978         * packihx/Makefile.in
8979         * packihx/clean.mk
8980         * sim/ucsim/Makefile
8981         * sim/ucsim/clean.mk
8982         * sim/ucsim/avr.src/Makefile.in
8983         * sim/ucsim/avr.src/clean.mk
8984         * sim/ucsim/s51.src/Makefile.in
8985         * sim/ucsim/s51.src/clean.mk
8986         * sim/ucsim/xa.src/Makefile.in
8987         * sim/ucsim/xa.src/clean.mk
8988         * sim/ucsim/z80.src/Makefile.in
8989         * sim/ucsim/z80.src/clean.mk
8990         * sim/ucsim/main_in.mk
8991         * sim/ucsim/packages_in.mk
8992         * sim/ucsim/gui.src/Makefile.in
8993         * sim/ucsim/gui.src/serio.src/Makefile.in
8994         * sim/ucsim/gui.src/serio.src/clean.mk
8995         * src/Makefile.in
8996         * src/clean.mk
8997         * support/cpp2/Makefile.in
8998         * support/cpp2/clean.mk
8999         * support/makebin/Makefile
9000         * support/makebin/clean.mk
9001         * support/scripts/sdcc_mingw32: --program-suffix no longer needed
9002         * doc/sdccman.lyx: --program-suffix no longer needed
9003
9004 2003-04-23  Karl Bongers(apply patches for Martin Helmling)
9005
9006          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,..
9007          Martin Helmling added support for ddd GUI debugger.
9008          Code added to display assembly, set variables, and other commands
9009          to interface to ddd.
9010
9011 2003-04-23  Bernhard Held <bernhard AT bernhardheld.de>
9012
9013         * as/Makefile: fix target clean
9014         * as/clean.mk: fix target clean
9015         * as/z80/clean.mk: fix target clean
9016
9017 2003-04-22  Bernhard Held <bernhard AT bernhardheld.de>
9018
9019         * Makefile.common.in: added  AT EXEEXT AT
9020         * configure.in: removed all mingw32 stuff
9021         * configure: rebuilt from configure.in
9022         * doc/sdccman.lyx: updated section "installation"
9023         * support/scripts/sdcc_mingw32: adapted to configure
9024         * support/scripts/sdcc_cygwin_mingw32: added
9025
9026 2003-04-22  Scott Dattalo  <scott AT dattalo.com>
9027
9028         * src/pic Added object file support for the PIC port
9029         * src/pic Applied patch from Craig Franklin (this started the object file support)
9030         * src/regression Updated the PIC regression tests for object files
9031
9032 2003-04-20  Borut Razem <borut.razem AT siol.net>
9033
9034         * sdcc/as/mcs51/lklex.c: make getfid() more robust and fixed gcc warning:
9035           lklex.c: In function `getfid':
9036           lklex.c:203: warning: array subscript has type `char'
9037         * src/SDCCglobl.h: small change in stack handling macros, to avoid crash when compiled
9038           with MSVC with global optimization enabled (probably an cl compiler bug ;-)
9039         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added function fatal(), called from
9040           stack handling macros
9041
9042 2003-04-19  Borut Razem <borut.razem AT siol.net>
9043
9044         * "handling space characters in file path" task:
9045         * src/SDCCmacro.c: fixed bug in handlig quote at the end of line
9046         * support/Util/BuildCmd.c: define par as NULL if parameter value is invalid
9047         * support/Util/MySystem.h: make it self-sufficient
9048         * src/avr/main.c, src/ds390/main.c, src/mcs51/main.c, src/pic/main.c, src/xa51/main.c,
9049           src/z80/main.c, sdcc/as/mcs51/lklex.c:
9050           handling space characters in file path
9051         * src/SDCCmain.c: introduced setDataPaths() function, {datadir} macro
9052           (it will be used by assemblers, which have their own includes, e.g. gpasm)
9053         * support/Util/MySystem.c: handling space characters in executable's path
9054
9055 2003-04-19  Bernhard Held <bernhard AT bernhardheld.de>
9056
9057         * as/z80/Makefile: fix permanent rebuild of z80
9058         * sim/ucsim/gui.src/Makefile.in: target "install" builds the same packages as target "all"
9059         * support/regression/tests/bitfields.c: added Johan's bitfields.c
9060
9061 2003-04-18      Kevin Vigor <kevin AT vigor.nu>
9062
9063         * src/SDCCopt.c: add special case optimization to replace modulo by
9064           a power of two with a bitwise AND.
9065
9066 2003-04-18    <johan AT balder>
9067
9068         * src/mcs51/gen.c (getFreePtr): fixed bug #635354
9069
9070 2003-04-17    <johan AT balder>
9071
9072         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #716790 and removes lot's of redundant register usage around function calls
9073         * src/mcs51/ralloc.c (packRegisters): fixed bug #720667
9074
9075 2003-04-13  Borut Razem <borut.razem AT siol.net>
9076
9077         * doc/sdccman.lyx: updated info about #pragma SAVE/RESTORE nesting
9078         * configure.in, configure: fixed problems on cygwin/WinCVS environmet with ports.* line endings;
9079           fixed mingw problem in adl_NORMALIZE_PATH
9080
9081 2003-04-12  Borut Razem <borut.razem AT siol.net>
9082
9083         * fixed "#pragma SAVE/RESTORE can not be nested":
9084         * src/SDCC.lex: reworked pragma handling functions
9085         * sdcc/src/SDCCglobl.h: reworked stack handling macros
9086         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added E_STACK_VIOLATION error
9087
9088 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
9089
9090         * src/SDCCutil.c (pathEquivalent): defined but not used
9091         * debugger/mcs51/sdcdb.c: replace SDCC_LIB_DIR
9092         * configure.in: remove sdcc_datadir, sdcc_lib_dir and sdcc_include_dir
9093         * configure: rebuilt from configure.in
9094         * sdccconf_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
9095         * sdcc_vc_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
9096         * device/include/Makefile.in: replace sdcc_datadir
9097         * device/lib/Makefile.in: replace sdcc_datadir
9098         * Makefile.common.in: add LDFLAGS from configure
9099         * packihx/Makefile.in: use LDFLAGS
9100         * src/Makefile.in: use LDFLAGS
9101         * support/cpp2/Makefile.in: add LDFLAGS from configure
9102         * support/makebin/Makefile: use LDFLAGS
9103         * .version: bumped version number to 2.3.5
9104
9105 2003-04-12  Borut Razem <borut.razem AT siol.net>
9106
9107         * completed "different paths" task:
9108         * src/SDCCmacro.c: fixed bug in handling quotes
9109         * src/SDCCutil.c, src/SDCCutil.c: rewritten getPrefixFromBinPath()
9110         * src/SDCCmain.c: _discoverPaths() replaced with setBinPaths(), setIncludePath() and setLibPath()
9111
9112 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
9113
9114         * src/pic/pcoderegs.c (Remove1pcode): fix warning on alpha
9115
9116 2003-04-11 kevin Vigor <kevin AT vigor.nu>
9117
9118         * ds390/gen.c ds390/peeph.def: fix bug 706781
9119
9120 2003-04-11  Borut Razem <borut.razem AT siol.net>
9121
9122         * support/Util/dbuf.c, support/Util/dbuf.h: update to version 1.1.1 - re-added C++ stuff to make it still more portable
9123
9124 2003-04-10  Scott Dattalo  <scott AT dattalo.com>
9125
9126         * src/pic/* Applied the pointer-to-function patch from Steve Tell.
9127         * src/pic/* Fixed several pointer bugs. (PIC port broke when the ruonly bit was
9128          set - this bit used to not be set...).
9129         * src/pic/gen.c Fixed buf 609268 ==> x = (x+1) & 0xf; generated
9130           bad code in PIC Port
9131         * src/regression/and2.c added to test bug 609268
9132         * src/regression/Makefile added and2.c to regression test
9133
9134
9135 2003-04-08    <johan AT CP255758-A>
9136
9137         * src/mcs51/gen.c (gen51Code): display reg usage in --icode-in-asm
9138         * src/mcs51/ralloc.c (serialRegAssign): update the registers in use and save some slocs
9139         * src/SDCCicode.h: added riu to show the register usage in --icode-in-asm
9140
9141 2003-04-07  Bernhard Held <bernhard AT bernhardheld.de>
9142
9143         * configure.in: fully support prefix, exec_prefix, datadir, docdir;
9144         fix bug #487815
9145         * support/cpp2/Makefile.in: fix bug #487815
9146         * configure: rebuilt from configure.in
9147         * Makefile.common.in: docdir changed, new path suffixes
9148         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
9149         * sdcc_vc_in.h: reflect changes from sdccconf.h
9150         * src/SDCCglobl.h: remove *SEPARATOR_CHARS, they are now in sdccconf.h
9151         * src/SDCCutil.h: remove BINDIR hack
9152         * doc/sdccman.lyx: update new path hierarchy
9153
9154 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
9155
9156         * src/SDCCpeeph.c: added okToRemoveSLOC test
9157
9158 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
9159
9160         * device/lib/printf_fast.c: added leading zero format ("%06d", etc)
9161
9162 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
9163
9164         * src/SDCCpeeph.c: added labelIsReturnOnly test
9165         * src/mcs51/peeph.def: Peephole 244: replace ljmp to ret with ret
9166
9167 2003-04-05    <johan AT balder>
9168
9169         * src/SDCCcse.c (cseAllBlocks): fixed bug #460088
9170         * src/SDCCloop.c (DEFSETFUNC): fixed bug #460088
9171         * src/SDCCopt.c (eBBlockFromiCode): fixed bug #460088
9172         * src/SDCCast.c: fixed a warning
9173         * src/SDCCast.h: fixed a warning
9174         * src/SDCCicode.c (operandFromAst): fixed a warning
9175
9176 2003-04-04    <johan AT balder>
9177
9178         * src/SDCCloop.c (DEFSETFUNC): undid the fix for bug #519584
9179         * src/SDCCast.c (decorateType): fixed bug #715076
9180         * src/SDCC.y: fixed bug #702907
9181
9182 2003-04-03    <johan AT balder>
9183
9184         * device/lib/_mulint.c (_muluint): new #pragma LESS_PEDANTIC
9185         * src/SDCCopt.c (eBBlockFromiCode): new #pragma LESS_PEDANTIC
9186         * src/SDCCglobl.h (PRAGMA_LESSPEDANTIC): new #pragma LESS_PEDANTIC
9187         * src/SDCC.lex (doPragma): new #pragma LESS_PEDANTIC
9188         * src/SDCCmain.c (parseCmdLine): new #pragma LESS_PEDANTIC
9189
9190 2003-04-03  Bernhard Held <bernhard AT bernhardheld.de>
9191
9192         * _decdptr.c: fix return values
9193         * _gptrget.c: fix return values
9194         * _gptrgetc.c: fix return values
9195         * _gptrput.c: fix return values
9196         * _mulint.c: fix return values
9197         * as/z80/Makefile: fix 'make -j' problem
9198
9199 2003-04-02  Bernhard Held <bernhard AT bernhardheld.de>
9200
9201         * Makefile.common.in: unused PORT, SCC and SAS removed, fixed docdir
9202         * configure.in: big cleanup, updated to autoconf 2.5x
9203         * configure: rebuilt from configure.in
9204         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
9205         * sdcc_vc_in.h: reflect changes from sdccconf.h
9206         * doc/Makefile: fixed a flaw in "make install"
9207
9208 2003-04-02    <johan AT balder>
9209
9210         * src/ds390/gen.c (genCmp): no comments
9211         * src/mcs51/gen.c (genCmp): no comments
9212         * src/SDCCopt.c (eBBlockFromiCode): detect missing return values
9213         * src/SDCCast.c (ast_print): fixed the function type in --dumptree
9214
9215 2003-04-01  Bernhard Held <bernhard AT bernhardheld.de>
9216
9217         * support/regression/generate-cases.py: place generated file in given sub directory
9218         * support/regression/ports/host/spec.mk: prevent removal of testfwk.o
9219         * support/regression/Makefile: improvements for 'make -j';
9220         side effect: it's simpler and faster now
9221
9222 2003-03-31  Borut Razem <borut.razem AT siol.net>
9223
9224         * src/z80/main.c: link-{port} and as-{port} defined without path
9225         * src/src.dsp: support/Util/MySystem.h and src/SDCCutil.h added to project
9226
9227 2003-03-31  Bernhard Held <bernhard AT bernhardheld.de>
9228
9229         * Makefile, src/Makefile.in: add dependencies, so that 'make -j' works
9230
9231 2003-03-30  Borut Razem <borut.razem AT siol.net>
9232
9233         * support/Util/BuildCmd.c, support/Util/BuildCmd.h: rewrite buildCmdLine(),
9234           changed type of list parameter to set
9235         * src/ds390/main.c: changed type of parameter asmOptions to set in _tininative_do_assemble()
9236         * src/port.h: changed type of do_assemble() parameter to set
9237         * src/SDCCmain.c: type of asmOptions changed to set, introduced setParseWithComma(),
9238           sdcpp defined without path, removed variable VersionString, introduced set binPathSet,
9239           definition of "cppoutfilename" macro with NULL value in preProcess()
9240         * src/SDCCglobl.h: included "SDCCset.h", added declaration of setParseWithComma()
9241         * src/SDCCglue.c: removed variable VersionString, inroduced spacesToUnderscores()
9242         * support/Util/MySystem.c, support/Util/MySystem.h: rewrite, char *ExePathList[]
9243           replaced with set *binPathSet
9244         * shash_add() deallocates the item, if allready exsists, before adding the new one
9245         * src/SDCCmacro.c: handling macros with empty or NULL values in _evalMacros()
9246
9247 2003-03-30  Scott Dattalo  <scott AT dattalo.com>
9248
9249         * src/pic/gen.c: Commit patch from Steve Tell <tell AT telltronics.org> that fixes
9250           a nested for loop bug in the PIC port
9251         * src/regression/nestfor.c: new regression test file Steve wrote to test nested
9252           for loops
9253
9254 2003-03-29  Bernhard Held <bernhard AT bernhardheld.de>
9255
9256         * support/Util/dbuf.h: remove C++ stuff to make it portable
9257
9258 2003-03-28  Borut Razem <borut.razem AT siol.net>
9259
9260         * src/SDCC.lex: Fix for bug #711240: dynamic buffer handling of C
9261           literal strings in stringLiteral()
9262         * support/Util/dbuf.c, support/Util/dbuf.h: added: dynamic buffer handling
9263         * src/Makefile.bcc, src/Makefile.in, src\src.dsp: added support/Util/dbuf.c
9264           to the project
9265
9266 2003-03-27  Paul Stoffregen <paul AT pjrc.com>
9267
9268         * src/SDCCpeeph.c (pcDistance): accurate byte distance for mcs51
9269
9270 2003-03-26    <johan AT balder>
9271
9272         * src/mcs51/gen.c (saveRegisters): catched symbol abuse
9273         * src/ds390/gen.c (saveRegisters): catched symbol abuse
9274         * src/SDCCast.c (decorateType): fixed " -v < 3"
9275
9276 2003-03-23  Bernhard Held <bernhard AT bernhardheld.de>
9277
9278         * doc/cdbfile.html: removed, replaced by cdbfileformat.lyx
9279         Added Lenny Story's debug infrastructure changes:
9280         * src/Makefile.in:  added new files cdbFile.c and SDCCdebug.c
9281         * src/Makefile.bcc: added new files cdbFile.c and SDCCdebug.c
9282         * src/cdbFile.c: added
9283         * src/SDCCdebug.c: added
9284         * src/SDCCdebug.h: added
9285         * src/SDCCast.c (createFunction)
9286         * src/SDCCglue.c (emitRegularMap, emitStaticSeg, emitOverlay, glue)
9287         * src/SDCCmain.c (parseCmdLine, main)
9288         * src/SDCCmem.c (redoStackOffsets)
9289         * src/SDCCsymt.c (cdbStructBlock, cdbTypeInfo, cdbSymbol, cdbStruct, cdbStructBlock)
9290         * src/SDCCsymt.h
9291         * src/common.h
9292         * src/avr/gen.c (genAVRCode)
9293         * src/ds390/gen.c (gen390Code)
9294         * src/mcs51/gen.c (gen51Code)
9295         * src/pic/gen.c (genpic14Code)
9296         * src/pic/glue.c (pic14emitRegularMap, pic14emitStaticSeg, pic14emitOverlay, picglue)
9297         * src/xa51/gen.c (genXA51Code)
9298         * src/SDCCast.c: fixed "void foo(void){char c; -c < 0;}"
9299
9300 2003-03-22  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9301
9302         * src/mcs51/gen.c (genCodePointerGet): quicker code for bug #700797
9303         * src/mcs51/peeph.def: added rules 177, 241.x to 243, touched 181, 182.x, 193.x
9304
9305 2003-03-22    <johan AT balder>
9306
9307         * src/SDCCicode.c (geniCodeDerefPtr): fixed bug #698231
9308
9309 2003-03-21  Bernhard Held <bernhard AT bernhardheld.de>
9310
9311         * support/scripts/sdcc_mingw32: adapted to configure from autoconf 2.54
9312         * doc/cdbfileformat.lyx: added, written by Lenny Story
9313         * doc/Makefile: added cdbfileformat.lyx
9314         * doc/clean.mk: added cdbfileformat.lyx
9315
9316 2003-03-20  Bernhard Held <bernhard AT bernhardheld.de>
9317
9318         * src/mcs51/peeph.def: fix bug #705773
9319
9320 2003-03-20    <johan AT balder>
9321
9322         An sfr/sbit can have an "at #" AND an initializer
9323         * src/SDCCsymt.c (checkSClass):
9324         * src/SDCCmem.c (allocGlobal):
9325         * src/SDCCmem.c (allocLocal):
9326         * src/SDCCast.c (createBlock):
9327
9328 2003-03-17  Bernhard Held <bernhard AT bernhardheld.de>
9329
9330         * src/ds390/peeph.def: fix bug #704878: added rule 213.b suggested by Jan Rejlek
9331
9332 2003-03-16    <johan AT balder>
9333
9334         Undid the hackup of const and volatile, the problem is much bigger
9335         * src/SDCC.y:1.65
9336         * src/SDCCast.c:1.171
9337         * src/SDCCglue.c:1.138
9338         * src/SDCCicode.c:1.146
9339         * src/SDCCsymt.c:1.150
9340         * src/SDCCval.c:1.65
9341
9342 2003-03-15  Bernhard Held <bernhard AT bernhardheld.de>
9343
9344         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #703541
9345         * src/ds390/gen.c (genAddrOf): fixed bug #704087
9346
9347 2003-03-13    <johan AT balder>
9348
9349         Hackup const and volatile modifiers in type chains a bit:
9350         * src/SDCC.y:1.63
9351         * src/SDCCast.c:1.169
9352         * src/SDCCglue.c:1.136
9353         * src/SDCCicode.c:1.143
9354         * src/SDCCsymt.c1.146
9355         * src/SDCCsymt.h1.59
9356         * src/SDCCval.c:1.63
9357
9358 2003-03-12    <johan AT balder>
9359
9360         * src/SDCCBBlock.h: more LRH debugging junk
9361         * src/SDCCcflow.h: more LRH debugging junk
9362         * src/SDCCloop.c: more LRH debugging junk
9363         * src/SDCC.y (struct_declaration): fixed bug #697590
9364         * src/SDCCsymt.[hc] (cloneSpec): NEVER EVER use this again
9365         * src/ds390/gen.c (aopForRemat): fixed bug #700031
9366         * src/SDCCglue.c (emitStaticSeg): fixed bug #700797
9367
9368 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
9369         * src/SDCCpeeph.c: quit being lazy and made proper fix (peephole
9370         test function names must now match exactly).
9371         * src/SDCCcse.c: added special case in findCheaperOp to allow
9372         extending a short integer. Makes less awful code for bug 700121 test case.
9373
9374 2003-03-11  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9375
9376         * as/mcs51/lkmain.c: Added ASlink-Warning to messages
9377         * as/mcs51/lkaomf51.c: Fixed bug when linking asmblink example
9378
9379 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
9380
9381         * src/SDCCpeeph.c: fix so that operandsNotEqualX functions are
9382         actually called (operandsNotEqual() was called for all
9383         operandsNotEqualX tests).
9384
9385 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
9386
9387         * src/SDCCcse.c: fix findCheaperOp to prevent replacing int types
9388         with shorter literals. Fixes bug 700121.
9389
9390 2003-03-11    <johan AT balder>
9391
9392         * src/SDCCsymt.c (compareType): a (void *) can be assigned to any pointer
9393
9394 2003-03-11  Bernhard Held <bernhard AT bernhardheld.de>
9395
9396         * src/SDCCloop.c (mergeRegions): an evil beast is dead
9397         * src/SDCCmain.c (preProcess): minor cleanup: eliminate preOutName
9398
9399 2003-03-10  Borut Razem <borut.razem AT siol.net>
9400
9401         * src/SDCCmain.c: pipe preprocessor's output
9402         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
9403         * sdcc_vc_in.h: define pclose as _pclose for WIN32
9404         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
9405         which closes all pipes in pipeSet set
9406         * src/SDCCset.c: free deleted item in function deleteSetItem()
9407         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
9408         moved from z80 to src subproject
9409         * .version: increased version number to 2.3.4
9410
9411 2003-03-10  Bernhard Held <bernhard AT bernhardheld.de>
9412
9413         * support/regression/ports/mcs51/spec.mk: increase timeout for CF's sparc to 30s
9414         * support/regression/ports/ds390/spec.mk: increase timeout for CF's sparc to 25s
9415         * support/regression/ports/xa51/spec.mk: fix typo
9416
9417 2003-03-09  Bernhard Held <bernhard AT bernhardheld.de>
9418
9419         * src/SDCCglobl.h: PATH_MAX is already defined in mingw32 headers
9420
9421 2003-03-09  Borut Razem <borut.razem AT siol.net>
9422
9423         * src/SDCCmain.c: pipe preprocessor's output
9424         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
9425         * sdcc_vc_in.h: define pclose as _pclose for WIN32
9426         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
9427         which closes all pipes in pipeSet set
9428         * src/SDCCset.c: free deleted item in function deleteSetItem()
9429         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
9430         moved from z80 to src subproject
9431
9432 2003-03-09  Borut Razem <borut.razem AT siol.net>
9433
9434         * src/SDCCglue.c: re-implemented tempfilename() and tempfile(): using mkstemp() if available
9435         * src/SDCCsymt.h: fixed MSVC and BORLANDC compilation (included SDCCglobl.h instead srccconf.h)
9436         * sdcc_vc_in.h: explicitly undefined HAVE_MKSTEMP which is not available on BORLANDC and MSVC
9437         * src/SDCCset.h: removed inclusion of sdccconf.h or sdcc_vc.h
9438         * src/SDCCglobl.h: unification of WIN32 native definitions
9439
9440 2003-03-09  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9441
9442         * src/mcs51/gen.c: applied in-/dec patch mentioned on sdcc-devel 2003-03-01
9443
9444 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
9445
9446         * src/configure.in:   check for endianess (even while cross-compiling)
9447         * src/configure:      check for endianess (even while cross-compiling)
9448         * src/configure_in.h: check for endianess (even while cross-compiling)
9449         * src/avr/gen.c:        remove old endianess stuff
9450         * src/mcs51/gen.c:      remove old endianess stuff
9451         * src/ds390/gen.c:      remove old endianess stuff
9452         * src/pic/gen.c:        remove old endianess stuff
9453         * src/pic/genarith.c:   remove old endianess stuff
9454         * src/pic/glue.c:       fix endianess check
9455         * src/pic16/gen.c:      remove old endianess stuff
9456         * src/pic16/genarith.c: remove old endianess stuff
9457         * src/pic16/glue.c:     fix endianess check
9458         * src/xa51/gen.c:       remove old endianess stuff
9459         * src/z80/gen.c:        fix endianess check
9460         * src/SDCCglue.c:       fix endianess check
9461         * src/ds390/peeph.def: fix bug 700036
9462
9463 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
9464
9465         * src/SDCCsymt.h: use appropriate data-types on host for SDCC's int and long
9466         * src/configure: find appropriate data-types on host for SDCC's int and long
9467         * src/configure.in: find appropriate data-types on host for SDCC's int and long
9468         * src/sdccconf_in.h: find appropriate data-types on host for SDCC's int and long
9469         * src/xa51/gen.c: use %d, not %ld for 4 byte variables
9470
9471 2003-03-07    <johan AT balder>
9472
9473         Just a big NOOP:
9474                 some minor cleanups before the big shot
9475                 OP_DEFS and OP_USES now use Kevin's protection
9476                 new option --nolabelopt
9477
9478         * src/SDCCBBlock.c:
9479         * src/SDCCast.c,:
9480         * src/SDCCcflow.c:
9481         * src/SDCCcse.c:
9482         * src/SDCCicode.c:
9483         * src/SDCCicode.h:
9484         * src/SDCClabel.c:
9485         * src/SDCCloop.c:
9486         * src/SDCCmain.c:
9487         * src/ds390/ralloc.c:
9488         * src/mcs51/ralloc.c:
9489         * src/pic/ralloc.c:
9490         * src/xa51/ralloc.c:
9491         * src/z80/ralloc.c:
9492
9493 2003-03-06  Bernhard Held <bernhard AT bernhardheld.de>
9494
9495         * src/pic/pcode.c (get_op): fix 64 bit warnings
9496         * src/pic/pcode.c (pCode2str): fix 64 bit warnings
9497         * src/SDCChasht.c (newHashTable): fix 64 bit warnings
9498         * src/SDCCsymt.c (checkTypeSanity): fix 64 bit warnings
9499         * support/regression/tests/malloc.c: fix 64 bit warnings
9500
9501 2003-03-04  Bernhard Held <bernhard AT bernhardheld.de>
9502
9503         * src/mcs51/gen.c (genMinus): fixed bug 696436
9504
9505 2003-03-02  Borut Razem <borut.razem AT siol.net>
9506
9507         * src/SDCCmain.c: added BORLANDC, corrected MSVC in printVersionInfo()
9508
9509 2003-02-26  Bernhard Held <bernhard AT bernhardheld.de>
9510
9511         * configure.in: test for mkstemp
9512         * sdccconf_in.h: add HAVE_MKSTEMP
9513
9514 2003-02-24  Bernhard Held <bernhard AT bernhardheld.de>
9515
9516         * device/include/ctype.h: removed warning while using --stack-auto
9517         * device/include/malloc.h: removed warning while using --stack-auto
9518         * device/include/string.h: removed warning while using --stack-auto
9519
9520 2003-02-23  Borut Razem <borut.razem AT siol.net>
9521
9522         * src/asm.h: corrected assertion in function printILine(): _pipe() was not executed on MSVC,
9523         because NDEBUG is defined (see man assert)
9524         * sdcc_vc_in.h: vsnprintf is defined as _vsnprintf on MSVC
9525
9526 2003-02-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9527
9528         * src/mcs51/gen.c (genUminusFloat): avoided dptr in-/decrement for xdata variables
9529         * src/mcs51/peeph.def: added rule suggested by Gernot Fink, white space/comment changes
9530
9531 2003-02-18  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9532
9533         * src/SDCCpeeph.c: added peephole conditions testing for same arguments
9534         * src/mcs51/peeph.def: added rules 238a-d which remove redundant moves
9535
9536 2003-02-18    <johan AT balder>
9537
9538         * as/mcs51/asmain.c (asmbl): module can start with a digit
9539         * as/z80/asmain.c (asmbl): module can start with a digit
9540
9541 2003-02-16  Bernhard Held <bernhard AT bernhardheld.de>
9542
9543         * sim/ucsim/mkecho: inserted #!/bin/sh for Cygwin, so that it's executable
9544         * src/asm.c: fix pipe() for Mingw32
9545
9546 2003-02-15  Bernhard Held <bernhard AT bernhardheld.de>
9547
9548         * src/SDCCglue.h: make tmpfileNameSet available for preOutName
9549         * src/SDCCmain.c (preProcess): make sure, that preOutName will be deleted;
9550         make -V work again; --c1mode reads now from stdin
9551         * doc/sdccman.lyx: added --c1mode
9552         * support/Util/SDCCerr.c: new messages for c1 mode
9553         * support/Util/SDCCerr.h: new messages for c1 mode
9554         * src/SDCC.lex (checkCurrFile): test if fullSrcFileName is NULL for c1mode
9555
9556 2003-02-15    <johan AT balder>
9557
9558         * src/asm.c: new options: --no-c-code-in-asm and --i-code-in-asm
9559
9560 2003-02-14  Bernhard Held <bernhard AT bernhardheld.de>
9561
9562         * doc/sdccman.lyx: Environment variables, -o and other minor things
9563
9564 2003-02-14    <johan AT balder>
9565
9566         * src/xa51/main.c: before anyone really tries to use it :)
9567
9568         * Install doc's in share/sdcc/doc
9569         * removed some obsolete files
9570         * Do a proper make distclean and uninstall
9571         M Makefile.common.in
9572         R sdccbuild.sh
9573         M as/Makefile
9574         M device/include/Makefile.in
9575         M device/lib/Makefile.in
9576         M doc/sdccman.lyx
9577         M link/Makefile
9578         M sim/ucsim/doc/Makefile.in
9579         M src/clean.mk
9580         R src/avr/peeph.rul
9581         R src/xa51/peeph.rul
9582         M support/cpp2/Makefile.in
9583         M support/makebin/Makefile
9584
9585
9586 2003-02-13  Bernhard Held <bernhard AT bernhardheld.de>
9587
9588         * support/regression/ports/host/spec.mk: use cc as host compiler for max osx
9589
9590 2003-02-10  Borut Razem <borut.razem AT siol.net>
9591
9592         * doc/bccinst.txt, packihx/packihx.c, sdcc_vc_in.h, src/SDCCset.h,
9593         support/cpp2/config.in: Borland C++ build doesn't depend on Cygwin configure
9594         * Bcc.ini, Makefile.bcc, as/mcs51/Makefile.bcc,
9595         device/examples/ds390/tinitalk/Makefile.bcc, packihx/Makefile.bcc,
9596         support/cpp2/Makefile.bcc, src/Makefile.bcc, src/avr/Makefile.bcc,
9597         src/ds390/Makefile.bcc, src/izt/Makefile.bcc, src/mcs51/Makefile.bcc,
9598         src/pic/Makefile.bcc, src/pic16/Makefile.bcc, src/xa15/Makefile.bcc,
9599         src/z80/Makefile.bcc: Borland Makefile cleanup
9600         * as/z80/Makefile.bcc: Added Borland Makefile
9601         * support/cpp2/borland.h: Removed
9602
9603 2003-02-10  Bernhard Held <bernhard AT bernhardheld.de>
9604
9605         * doc/sdccman.lyx: new pragma NOIV by "Johannes Stezenbach" <js AT convergence.de>
9606         * src/SDCC.lex: new pragma NOIV
9607         * src/SDCCglobl.h: new pragma NOIV
9608         * src/SDCCmem.c: new pragma NOIV
9609
9610 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
9611
9612         * src/SDCCmain.c: signal handling is switched off by SDCC_LEAVE_SIGNALS
9613
9614 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
9615
9616         * src/SDCCmain.c: signal handling is switched off by --debug
9617         * doc/Makefile: small fix for install; use clean.mk again
9618         * doc/clean.mk: clean *.pdf and *.html too
9619
9620 2003-02-08  Bernhard Held <bernhard AT bernhardheld.de>
9621
9622         * device/lib/_mulint.c: small fix for large/ds390 --int-long-reent resp. --stack-auto
9623         * device/lib/printfl.c: fix a ds390 bug by making it portable
9624         * src/SDCCsymt.c (initCSupport): fix compile warning on Cygwin
9625         * src/SDCCopt.c (cnvToFloatCast): fix compile warning on Cygwin
9626         * src/SDCCopt.c (cnvFromFloatCast): fix compile warning on Cygwin
9627         * debugger/mcs51/cmd.c: converted multi-line string literals
9628         * sim/ucsim/globals.cc: converted multi-line string literals
9629         * src/SDCCmain.c: introduced signal handler to remove temp files
9630         * doc/Makefile: small tweaks, implement clean
9631         * doc: removed generated files
9632
9633 2003-02-05  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9634
9635         * as/mcs51/aslink.h, as/mcs51/lkihx.c, as/mcs51/lkrloc.c:  Applied
9636         patch from Jan Rejlek <jr AT apex-lib.cz> to fix Bug 677692: "Extended
9637         Address Record is not correctly generated for DS390."
9638
9639 2003-02-02  Borut Razem <borut.razem AT siol.net>
9640
9641         * Makefile.bcc: removed non existing cpp project and non compilable izt project from makefile
9642         * as/mcs51/asm.h: fixed compilation with Borland C
9643         * support/cpp2/Makefile.bcc: added rule to generate auto-host.h
9644         * support/cpp2/auto-host_vc_in.h: fixed compilation with Borland C
9645         * src/mcs51/mcs51a.dsp: corrected misspelled project name from msc51a to mcs51a
9646         * src/avr/Makefile.bcc, src/ds390/Makefile.bcc, src/izt/Makefile.bcc,
9647         src/mcs51/Makefile.bcc, src/pic16/Makefile.bcc, src/xa51/Makefile.bcc,
9648         src/z80/Makefile.bcc: delete $(LIB) only if exist
9649         * src/Makefile.bcc, src/pic/Makefile.bcc:  fixed compilation with Borland C
9650
9651 2003-02-02  Bernhard Held <bernhard AT bernhardheld.de>
9652
9653         * device/include/malloc.h: introduced NULL
9654         * device/include/string.h: introduced NULL
9655         * device/include/stdlib.h: introduced NULL
9656         * device/lib/_memcpy.c: removed NULL
9657         * device/lib/_strcat.c: removed NULL
9658         * device/lib/_strchr.c: removed NULL
9659         * device/lib/_strcmp.c: removed NULL
9660         * device/lib/_strcpy.c: removed NULL
9661         * device/lib/_strcspn.c: removed NULL
9662         * device/lib/_strlen.c: removed NULL
9663         * device/lib/_strncat.c: removed NULL
9664         * device/lib/_strncmp.c: removed NULL
9665         * device/lib/_strncpy.c: removed NULL
9666         * device/lib/_strpbrk.c: removed NULL
9667         * device/lib/_strrchr.c: removed NULL
9668         * device/lib/_strspn.c: removed NULL
9669         * device/lib/_strstr.c: removed NULL
9670         * device/lib/_strtok.c: removed NULL
9671         * device/lib/malloc.c: removed NULL, include own header
9672
9673 2003-02-02    <johan AT balder>
9674
9675         * 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
9676         * support/regression/fwk/lib/testfwk.c: div and mod isn't broken anymore
9677         * regressions ds390/spec.mk and mcs51/spec.mk (timeout): my good old balder isn't fast enough for some tests
9678         * src/z80/gen.c (genZ80Code): added c-lines in asm comments
9679         * as/z80/asm.h (NINPUT): increased for long c-comments in regression tests
9680         * src/z80/gen.c (genRightShiftLiteral): fixed the (char)(-3)>>8 (I think)
9681
9682 2003-02-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9683
9684         * src/SDCCmain.c: Fixed bug 678574: "ds390: ASlink-Error-Stack overlaps
9685         area 'DATA'"
9686
9687 2003-02-01    <johan AT balder>
9688
9689         * src/SDCCval.c (valBitwise): fixed Karl's "2 | (1<<8)"
9690
9691 2003-01-31    <johan AT CP255758-A>
9692
9693         * src/ds390/main.c (_ds390_genAssemblerPreamble): applied Jan Rejlek's >64K startup patch
9694
9695 2003-01-30    <johan AT balder>
9696
9697         * src/SDCCBBlock.c: automatic bug detection
9698         * src/SDCCicode.c: automatic bug detection
9699
9700 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9701
9702         * src/SDCCglobl.h:   now --xram-size 0 works
9703         * src/SDCCmain.c:    now --xram-size 0 works
9704
9705 2003-01-29    <johan AT balder>
9706
9707         * src/almosteverything: changed OP_DEFS and OP_USES from macros to functions to catch symbol abuse (a hot topic in the bug list :)
9708
9709 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9710
9711         * as/mcs51/aslink.h: Added options --xram-size and --code-size
9712         * as/mcs51/lkdata.c: Added options --xram-size and --code-size
9713         * as/mcs51/lkmain.c: Added options --xram-size and --code-size
9714         * as/mcs51/lkmem.c:  Added options --xram-size and --code-size
9715         * src/SDCCglobl.h:   Added options --xram-size and --code-size
9716         * src/SDCCmain.c:    Added options --xram-size and --code-size
9717
9718 2003-01-28  Bernhard Held <bernhard AT bernhardheld.de>
9719
9720         * src/ds390/gen.c: fix deps by replacing <common.h> with "common.h"
9721         * src/SDCC.lex: rename P_OVERLAY to P_OVERLAY_ for cross-gcc 3.2 MINGW32
9722
9723 2003-01-27    <johan AT balder>
9724
9725         * src/SDCC.y: fixed bug #613764
9726
9727 2003-01-26    <johan AT balder>
9728
9729         * src/SDCClrange.c:  fixed Bernhard's "char * code ptr = &c"
9730         * src/SDCCsymt.h: fixed bug #673374
9731         * src/SDCCglue.c: fixed bug #661910
9732         * src/SDCCast.c: fixed bug #458099 and 673374
9733
9734 2003-01-26  Bernhard Held <bernhard AT bernhardheld.de>
9735
9736         * as/mcs51/strcmpi.c: added, provides Aurelien Jarno's as_strcmpi(); strcmpi() is not ANSI
9737         * as/mcs51/strcmpi.h: added
9738         * as/mcs51/asm.h: remove ugly "#define strcmpi strcmp"
9739         * as/mcs51/aslink.h: remove ugly "#define strcmpi strcmp"
9740         * as/mcs51/asmain.c: strcmpi -> as_strcmpi
9741         * as/mcs51/assym.c: strcmpi -> as_strcmpi
9742         * as/mcs51/lkmem.c: strcmpi -> as_strcmpi
9743         * as/mcs51/lknoice.c: strcmpi -> as_strcmpi
9744         * as/mcs51/lksym.c: strcmpi -> as_strcmpi
9745         * as/mcs51/Makefile.aslink: new module strcmpi
9746         * as/mcs51/Makefile.asx8051: new module strcmpi
9747         * as/mcs51/Makefil.bcc: new module strcmpi
9748         * as/mcs51/Makefile.in: new module strcmpi
9749         * sim/ucsim/s51.src/uc390.cc (get_mem_size): make RAM big enough for tinibios
9750
9751 2003-01-26    <johan AT balder>
9752
9753         * src/SDCCglue.c: reverted back to 1.124
9754         * src/SDCCast.c: reverted back to 1.156
9755         * src/mcs51/gen.c (aopGet): applied Frieder's efficiency patch
9756
9757 2003-01-25    <johan AT balder>
9758
9759         * src/SDCCglue.c: A better fix for bug #661910
9760         * src/SDCCast.c: A better fix for bug #661910
9761         * src/SDCCglue.c (emitRegularMap): That was a little too efficient
9762
9763 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
9764
9765         * src/Makefile.in: remove spawn.o
9766         * src/SDCCmain.c: remove spawn.h
9767         * src/SDCCmain.c (printVersionInfo): report MINGW32 instead of UNIX
9768         * src/spawn.c: removed
9769         * src/spawn.h: removed
9770         * support/regression/ports/ds390/spec.mk: link with -r
9771
9772 2003-01-24    <johan AT CP255758-A>
9773
9774         * src/ds390/gen.c (aopOp): fixed bug #667458
9775         * src/SDCCglue.c (emitRegularMap): fixed bug #458099 again
9776         * src/SDCCast.c (createIvalCharPtr): fixed bug #661910
9777         (createIvalCharPtr): an ival doesn't always have a storage class anymore
9778
9779 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
9780
9781         * src/mcs51/peeph.def: better assembler identation by Frieder
9782         * src/mcs51/gen.c: better assembler identation by Frieder
9783
9784 2003-01-22  Bernhard Held <bernhard AT bernhardheld.de>
9785
9786         * as/z80/string.h: removed for gcc 3.2
9787         * support/makebin/makebin.c: #include <string.h> for gcc 3.2
9788         * src/pic/pcode.c (get_op_from_instruction): fix concatenation of string literals with __FUNCTION__ for gcc 3.2
9789
9790 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
9791
9792         * src/SDCCmain.c (linkEdit): rename mem and map files even in case of failure
9793         * src/SDCCpeeph.c (replaceRule): fix bug #663503
9794         * support/regression/Makefile: separate temp files for ports
9795         * support/regression/generate-cases.py: separate temp files for ports
9796         * src/mcs51/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
9797         * src/ds390/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
9798
9799 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
9800
9801         * moved tinitalk to device/examples/ds390
9802
9803 2003-01-14  Bernhard Held <bernhard AT bernhardheld.de>
9804
9805         * as/mcs51/lkmem.c: rflag is for DS390
9806         * src/SDCCglobl.h: removed out_name and options stackOnData, genericPtr
9807         * src/SDCCmain.c (optionsTable, setDefaultOptions): removed --stack-after-data and --generic
9808                          (linkEdit): move mem- and map-files the same way as ihx-files
9809         * src/z80/main.c (_setDefaultOptions): removed --generic
9810         * src/SDCCmain.c (_processC1Arg, parseCmdLine, main): --c1mode works again
9811         * src/SDCCglue.c (createInterruptVect, glue): --c1mode works again
9812         * src/pic/glue.c (picglue): --c1mode works again
9813         * src/pic16/glue.c (pic16glue): --c1mode works again
9814         * src/asm.c (printCLine): fix #660034
9815
9816 2003-01-13  Bernhard Held <bernhard AT bernhardheld.de>
9817
9818         * src/ds390/peeph.def: fix #123; add 14 rules by Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>, 1 by Frieder
9819         * src/mcs51/peeph.def: fix #123; add 14 rules by Fiorenzo, 1 by Frieder
9820         * src/mcs51/gen.c (genFunction): emit r0 instead of ar0 by Fiorenzo
9821         * as/mcs51/lkmem (summary): better fix for sp problem
9822         * src/SDCCglue.c (glue): __start_stack - 1, saves 1 byte!
9823         * src/ds390/main.c (_ds390_finaliseOptions, _tininative_finaliseOptions): stack_loc = 0x400008
9824         * support/regression/ports/*/spec.mk: moving testfwk-object to port dir allow parallel execution of regression tests
9825                                               remove --stack-after-data
9826
9827 2003-01-12  Bernhard Held <bernhard AT bernhardheld.de>
9828
9829         * src/SDCCmain.c (main): port->finaliseOptions() moved for z80 linking
9830         * src/SDCCutil.c (join): ugly bug: missing '\0'
9831         * as/mcs51/lkmem.c (summary): sp on address 7 is safe
9832
9833 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
9834
9835         * src/SDCCmain.c (assemble, linkEdit): preparations for -o
9836         * src/port.h: typo
9837         * src/pic/main.c (_asmCmd): gpasm supports -o
9838         * src/z80/main.c: more general macros
9839         * device/lib/Makefile.in: remove intermediate files
9840
9841 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
9842
9843         * .version: Bumped version number to 2.3.3
9844         * src/SDCCBBlock.c: new option -o
9845         * src/SDCCglobl.h: new option -o
9846         * src/SDCCglue.c: new option -o
9847         * src/SDCCmain.c: new option -o
9848         * src/asm.c: new option -o
9849         * src/ds390/main.c: new option -o
9850         * src/pic/glue.c: new option -o
9851         * src/pic/pcode.c: new option -o
9852         * src/pic/ralloc.c: new option -o
9853         * src/pic16/glue.c: new option -o
9854         * src/pic16/pcode.c: new option -o
9855         * src/pic16/ralloc.c: new option -o
9856         * src/z80/main.c: new option -o
9857         * device/lib/Makefile.in: use -o
9858         * support/regression/ports/ds390/spec.mk: use -o
9859         * support/regression/ports/gbz80/spec.mk: use -o
9860         * support/regression/ports/mcs51/spec.mk: use -o
9861         * support/regression/ports/mcs51-stack-auto/spec.mk: use -o
9862         * support/regression/ports/z80/spec.mk: use -o
9863         * support/regression/ports/ucz80/spec.mk: use -o
9864         * support/regression/ports/xa51/spec.mk: use -o
9865         * support/regression/fwk/lib/timeout.c: fix usage string
9866
9867 2003-01-09  Bernhard Held <bernhard AT bernhardheld.de>
9868         * src/mcs51/gen.c (genPlus): replaced "mov b,acc" by "mov b,a" Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>
9869
9870 2003-01-07    <johan AT balder>
9871
9872         * src/SDCCast.c (decorateType): fixed bug #600035
9873
9874 2003-01-07  Bernhard Held <bernhard AT bernhardheld.de>
9875         * as/mcs51/lkmem.c: added several l-modifiers to printf to remove warnings
9876         * as/mcs51/lkaomf51.c: #include <ctype.h> to remove warnings
9877         * src/pic/main.c (_hasNativeMulFor): outcommented unused variables to remove warnings
9878         * src/pic/pcode.c: outcommented unused variable to remove warnings
9879         * src/pic/ralloc.c: outcommented unused variable to remove warnings
9880
9881 2003-01-06    <karl AT turbobit.com>
9882         * sim/ucsim/cmd.src/command.cc: fixed so "break xram r 0x7654" works again in
9883    regression tests.
9884
9885 2003-01-06    <johan AT balder>
9886
9887         * src/SDCCicode.c: fixed array add
9888
9889 2002-01-05  Bernhard Held <bernhard AT bernhardheld.de>
9890         * src/SDCCmacro.c: MAX_STRING_LENGTH increased to 2048; was too small for regression tests
9891         * support/regression/ports/host/support.c: #include <stdarg.h> for gcc 3.2
9892
9893 2003-01-04    <johan AT balder>
9894
9895         * src/SDCCval.c (getNelements): fixed the initialized array of structures
9896
9897 2002-12-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9898         * as/mcs51/Makefile.bcc: fixed typo lkomf51.o -> lkaomf51.o
9899
9900 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
9901         * src/mcs51/peeph.def: added rules 234 and 235 from Frieder Ferlemann <frieder.ferlemann AT web.de>
9902         * support/regression/tests/bug-524697.c: fit mem usage into 8032
9903
9904 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
9905         * src/mcs51/gen.c (aopGetUsesAcc): inserted missing "return FALSE"
9906
9907 2002-12-27  Bernhard Held <bernhard AT bernhardheld.de>
9908         * as/mcs51/Makefile.in: fixed typo lkomf51.o -> lkaomf51.o
9909
9910 2002-12-26  Bernhard Held <bernhard AT bernhardheld.de>
9911         * src/mcs51/main.c: removed {bindir}{sep} from aslink
9912
9913 2002-12-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9914
9915     * in \sdcc\as\mcs51\ changed these files in order to create an
9916     aomf51 file: aslink.h, lkdta.c, lklex.c, lklibr.c, lklist.c,
9917     lkmain.c.  Also added: lkmem.c and lkaomf51.c.  Changed the
9918     following files to include the previous two files: aslink.dsp,
9919     Makefile.aslink, Makefile.bcc, and Makefile.in.
9920
9921     * Changed \sdcc\src\SDCCmain.c so it creates files with extension
9922     .adb instead of .cdb
9923
9924 2002-11-09  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9925
9926         * \sdcc\as\mcs51\lklist.c: Now reports memory usage using the
9927         value from option --iram-size.
9928
9929 2002-09-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9930
9931         * \sdcc\as\mcs51\lklist.c: added boundary check before using
9932         dram[] array.
9933
9934 2002-09-18    <wiml AT hhhh.org>
9935
9936         * SDCClrange.h: exposed setFromRange() and setToRange()
9937         * mcs51/ralloc.c: fixed over-eager packRegsForSupport() and
9938           packRegsForAccUse() (bug 542397)
9939         * mcs51/gen.c: MOVA() is now a function to avoid calling aopGet()
9940           multiple times and emitting the fetch operations more than once
9941           added aopGetUsesAcc() function to allow binary operators to
9942           fetch their operands in the correct order; made genMinus() emit
9943           compact code for X = LITERAL - Y
9944
9945 2002-09-00  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9946         * \sdcc\as\mcs51\lklist.c: Fixed incorrect number of parameters to
9947         sprintf() in line 1267.
9948
9949 2002-09-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9950         * \sdcc\src\SDCCglue.c: Generate areas REG_BANK_[0-3] only for 8051
9951         like ports.
9952
9953 2002-09-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9954         Changes to aslink (All the changes are marked with 'JCF'):
9955
9956         * \sdcc\as\mcs51\aslink.h: External definition of sflag and
9957         summary().
9958
9959         * \sdcc\as\mcs51\lkarea.c: Computes the size of area BSEG_BYTES from
9960         area BSEG.  Also moves, if possible, the DATA area down into the internal
9961         ram so more space is available.
9962
9963         * \sdcc\as\mcs51\lkdata.c: Definition of memory summary output flag
9964         sflag.
9965
9966         * \sdcc\as\mcs51\lklist.c: For the BSEG area report the size in bits,
9967         not bytes.  Function summary() which creates a memory usage summary
9968         file with extension .mem.  Reports of overlaping stack and small stack
9969         size.  If the space for the stack is less than 16 bytes aslink trows a
9970         warning.
9971
9972         * \sdcc\as\mcs51\lkmain.c: Creation of some of the default areas for
9973         the 8051.  Option 'y' for memory summary output file.
9974
9975         Changes to sdcc (All the changes are marked with 'JCF'):
9976
9977         * \sdcc\src\SDCCglobl.h: External definition of RegBankUsed[4].
9978
9979         * \sdcc\src\SDCCglue.c:  If a register bank is used, creates an
9980         overlaying area for it (uses RegBankUsed[4]).
9981
9982         * \sdcc\src\SDCCmain.c: Definition RegBankUsed[4]; marks register
9983         bank zero as used by default.  By default aslink locates the stack
9984         (equivalent to --stack-after-data).  Pass option 'y' to aslink for
9985         the creation of the .mem file.  Delegates the allocation of data area
9986         to aslink (it is not longer 0x30 by default).  If --stack-loc passes
9987         the begining of the stack area to aslink.
9988
9989         * \sdcc\src\SDCCmem.c:  If a register bank is used, marks it so
9990         glue() in SDCCglue.c creates an area for it.
9991
9992 2002-09-03  Borut Razem <borut.razem AT siol.net>
9993         * sdcc/src/SDCCglue.c, sdcc/src/SDCCglue.h, sdcc/src/SDCCmain.c,
9994         sdcc/src/pic/glue.c:
9995         introduced atexit() handler for teporay files removal in case of
9996         errors, assertions, ...
9997
9998 2002-08-29  Borut Razem <borut.razem AT siol.net>
9999         * sdcc/support/cpp2/auto-host_vc_in.h:
10000         re-definition of O_BINARY and other O_XXX as _O_BINARY and _O_XXX, so the problem
10001         with the returned value from read() in sdcc/support/cpp2/cppfiles.c is solved for MSC.
10002         Maybe there is a similar problem with BORLANDC? It should be checked!
10003
10004         * sdcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c, sdcc/src/z80/ralloc.c:
10005         corrected improper use of assert: the assignment to clr variable was done inside the assert.
10006         In case that NDEBUG was defined, the assert macro was substituted with no-op, so the assignment
10007         was not executed, and the compiler (cl) launched a warning:
10008         ralloc.c(1442) : warning C4700: local variable 'clr' used without having been initialized
10009
10010 2002-08-28  Bernhard Held <bernhard AT bernhardheld.de>
10011         * src/SDCCglue.c (printIvalArray): iterative calculation of array length
10012
10013 2002-08-28  Jesus Calvino-Fraga and Borut Razem <borut.razem AT siol.net>
10014         * sdcc/sdcc.dsw: added sdcpp, sdcppa, yacc, conf projects
10015
10016         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
10017           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp,
10018           sdcc/src/xa51/xa51.dsp, sdcc/src/avr/avra.dsp,
10019           sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
10020           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp,
10021           sdcc/src/xa51/xa51a.dsp, sdcc/as/as_z80.dsp,
10022           sdcc/as/aslink.dsp, sdcc/as/asx8051.dsp, sdcc/packihx/packihx.dsp:
10023         - added Release configuration in VS projects
10024         - review of compiler an linker options
10025         - VC .exe files are generated in bin_vc directory, not to interfere
10026           with binaries generated from other projects (cygwin, mingw, bcc ...)
10027
10028         * sdcc/src/yacc.dsp: added
10029
10030         * sdcc/config.dsp, sdcc/configure_vc.awk, sdcc/sdcc_vc_in.h:
10031         added - genarate sdcc_vc.h using sdcc_vc_in.h as template
10032         and insert the version number definitions from .version
10033
10034         * sdcc/support/cpp2/sdcpp.dsp: added - VC project for sdcpp
10035
10036         * sdcc/support/cpp2/sdcppa.dsp, sdcc/support/cpp2/auto-host_vc_in.h:
10037         added - genarate auto-host.h using auto-host_vc_in.h as template
10038
10039         * sdcc/sdcc_vc.h,
10040         removed from CVS, generated automatically
10041
10042 2002-08-25  Bernhard Held <bernhard AT bernhardheld.de>
10043         * support/scripts/inc2h.pl: use gputils or gpasm (from Nathan Hurst)
10044
10045 2002-08-11  Borut Razem <borut.razem AT siol.net>
10046         * support/Util/NewAlloc.c: removed unneeded #include "sdccconf.h" (suggested by Jesus Calvino-Fraga)
10047
10048 2002-08-10  Borut Razem <borut.razem AT siol.net>
10049         * src/SDCCmain.c (main):
10050         file preOutName was unlinked before closed. This seems to be OK on UNIX and cygwin
10051         platforms, but it doesn't work with Visual Studio: the opened file can not be removed.
10052         The consequence was that some temporary files were not removed.
10053
10054         * src/SDCCglue.c:
10055         unification of code in functions tempfilename() and tempfile():
10056         function tempnam() is defined in Visual Studio 6.0 and .NET
10057
10058         * sdcc/sdcc.dsw: removed project sdcpp, added project xa51a
10059
10060         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
10061           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp:
10062         - removed compiler command line option /WX: Treats all warnings as errors
10063         - update a list of source files, included into the project
10064
10065         * sdcc/src/avr/avra.dsp, sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
10066           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp:
10067         changed project type to Generic Project so that can be correcly converted to VS.NET project
10068
10069         * sdcc/as/mcs51/asm.h: definition of PATH_MAX for MSC
10070
10071         * sdcc/src/SDCCast.c: solved MSC error in function decorateType()
10072
10073         * sdcc/src/SDCC.y: added missing ending ';' to rules to get rid of bison warnings
10074
10075         * dcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c:
10076         added return 0 statements after assert() to make compiler happy
10077
10078         * sdcc/src/xa51/peeph.rul, sdcc/src/xa51/peeph.def, sdcc/src/z80/ralloc.c:
10079         added newline in the def file to keep MSC compiler satisfied
10080
10081         * sdcc/src/z80/gen.c:
10082         - function strcasecmp() is not defined in MSC (and probably also in BORLANDC),
10083           so it is replaced with STRCASECMP, which is defined as stricmp in case of MSC and BORLANDC
10084         - solved MSC error in function aopDump()
10085
10086         * sdcc_vc.h: define PREFIX as "\\sdcc"
10087
10088 2002-07-18  Bernhard Held <bernhard AT bernhardheld.de>
10089         * src/SDCCast.c (decorateType): fixed access to array of structures http://sourceforge.net/mailarchive/forum.php?thread_id=902690&forum_id=4107
10090
10091 2002-06-22  Scott Dattalo <scott AT dattalo.com>
10092         * src/pic/*: Numerous bug fixes. Flow analysis has been enhanced.
10093         - Rewrote the register banking algorithm.
10094         - Added pCode live-range analysis to registers (for now, only non-used and
10095         singly-used registers optimized away)
10096
10097         * src/pic/pcoderegs.[ch]: Added new files for pCode live-range analysis
10098
10099         * 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.
10100
10101 2002-05-10  Scott Dattalo <scott AT dattalo.com>
10102         * src/pic/*: Added support for multiplication. Fixed many,many bugs.
10103
10104 2002-04-22  Michael Hope  <michaelh AT vroom>
10105
10106         * device/lib/z80/printf.c: Changed emitter to volatile to work around a pcall bug.
10107
10108         * configure.in (DD_COPT): Added include support required for gbdk.
10109
10110         * .version: Bumped version number just to increase it.
10111
10112         * src/SDCCmain.c: Added -nostdinc to the default options.
10113
10114 2002-04-15  Michael Hope  <michaelh AT vroom>
10115
10116         * device/lib/z80/printf.c (sprintf): Added.
10117
10118         * src/z80/ralloc.c (packRegisters): Disabled pack HL use for GB as it's broken.
10119
10120         * src/z80/peeph.def: Added transpose redundent load rule.
10121
10122         * src/z80/main.c: Added force callee saves for jaune.
10123
10124         * src/port.h: Removed the i186 and tlcs-900h ports as they weren't being being developed.
10125
10126         * src/SDCCmain.c: Pulled the options definition out so that you can add port specific options without changing the main file.
10127
10128 2002-03-28  Johan Knol  <johan AT balder>
10129
10130         * src/SDCCval.c: fixed bug #532436
10131
10132 2002-03-14  Scott Dattalo <scott AT dattalo.com>
10133         * /src/port.h:
10134         Added "char *Processor" field to the port structure.
10135
10136         * /src/SDCCmain.c:
10137         Added -p option. Allows port dependent processor to be specified.
10138
10139         * all ports:
10140         Initialized the new field char *Processor field to NULL in all ports
10141
10142         * /src/pic/*:
10143         Compiler generated registers for interrupt context saving
10144         were not getting allocated.
10145
10146 2002-03-16  Sandeep Dutta  <sandeep AT ddi.com>
10147
10148         * /src/SDCCast.c:
10149         Fixed left shift. Will promote the left side of a left shift
10150         if a) left shifting more than size of operand or b) when assigned
10151         to something size > size of left side
10152
10153 2002-03-14  Scott Dattalo <scott AT dattalo.com>
10154         * src/pic/*
10155         tons of changes. Register allocation has been
10156         rewritten. Added customization for the various PICs. Flow
10157         analysis is restructured. ...
10158
10159         * src/pic/device.h:
10160         Added
10161
10162         * src/pic/device.c:
10163         Added. device.c is a PIC port hack to accomodate variations
10164         in PIC devices.
10165
10166 2002-03-13  Michael Hope  <michaelh AT vroom>
10167
10168         * src/z80/gen.c (genGenPointerGet): Fixed a bug where a pointer in HL is dereferenced into HL but HL is not spilled.  Yeah.
10169
10170 2002-03-04  johanknol  <johanknol AT manik>
10171
10172         * /src/SDCCval.c: fixed
10173
10174         const unsigned char arr[][2] = { { 0, 1 } };
10175         t18.c:1: error: Initializer element is not constant
10176
10177 2002-03-04  bela  <bela AT manik>
10178
10179         * /device/include/mcs51reg.h:
10180         ds89c420 register definition update
10181
10182 2002-03-03    <johan AT FRIJA>
10183
10184         * support/Util/SDCCerr.c: did something, but don't no why anymore
10185
10186         * support/regression/tests/bug-524691.c: made it a little less shy
10187
10188         * src/SDCCast.c (decorateType): fixed bug #524697
10189
10190         * src/SDCCast.c: made some lineno improvements
10191
10192         * src/SDCCval.c (getNelements): changed warning to error
10193
10194         * src/SDCCglue.c (printIvalArray): changed warning to error
10195
10196         * src/SDCCicode.c: fixed a warning for mingw
10197
10198         * src/SDCCast.c (decorateType): fixed the << promotion for ops
10199
10200         * src/SDCCicode.c (geniCodeDivision): divide is shift only for unsigned (bug #524685)
10201
10202 2002-03-02  Sandeep Dutta  <sandeep AT ddi.com>
10203
10204         * src/ds390/peeph.def:
10205         Added some more peephole rules
10206
10207         * src/ds390/gen.c: Various fixes & enhancements
10208
10209         * src/SDCClrange.c, src/SDCClrange.h:
10210         functions "alldefsoutofrange" and "notusedinblock" moved to SDCClrange.c
10211
10212         * src/ds390/ralloc.c:
10213         various fixes & enhancements (ds390) specific
10214
10215         * src/avr/ralloc.c, src/mcs51/ralloc.c, src/pic/ralloc.c, src/xa51/ralloc.c, src/z80/ralloc.c:
10216         Functions "allDefsOutOfRange" & "notUsedinBlock" moved to SDCClrange.c
10217         from rallocs.
10218
10219         * sdcc/src/SDCCcse.c: Better fix for bug # 514308
10220
10221 2002-03-02    <johan AT FRIJA>
10222
10223         * src/SDCCast.c (decorateType): fixed bug #524708
10224
10225         * src/SDCCval.c (floatFromVal): fixed the literal void (whatever that may be)
10226
10227         * src/SDCCicode.c (geniCodePtrPtrSubtract): fixed bug #524691
10228
10229 2002-03-01  Michael Hope  <michaelh AT vroom>
10230
10231         * src/SDCCsymt.c (initCSupport): Removed managling of support function names.
10232
10233         * src/z80/ralloc.c (packRegsForIYUse): Fixed fp bug where four byte operands were packed into IY.
10234
10235 2002-03-01    <johan AT FRIJA>
10236
10237         * src/SDCCglue.c (printIvalPtr): fixed bug #524211
10238
10239         * src/SDCCast.c (decorateType): fixed bug #524209
10240
10241         * src/SDCCval.c (valNot): fixed bug #524195
10242
10243 2002-02-26    <johan AT balder>
10244
10245         * src/xa51/gen.c: fixed a warning
10246
10247         * src/SDCCglue.c (printIvalFuncPtr): fixed bug #522534
10248
10249         * src/SDCCast.c (decorateType): fixed bug #522534
10250
10251 2002-02-23    <johan AT balder>
10252
10253         * src/SDCCdflow.c (computeDataFlow): fixed bug #460088
10254
10255 2002-02-22    <johan AT balder>
10256
10257         * src/SDCCast.c: fixed bug #514865
10258
10259         * src/SDCCy.c ("SDCC.y"): fixed bug #516625
10260
10261 2002-02-21  Sandeep Dutta  <sandeep AT ddi.com>
10262
10263         * sdcc/src/SDCCloop.c:
10264         Previous fix was not good. basic blocks that have "break" or "return" are
10265         not really partof a loop , but live ranges used in these blocks should
10266         be live thru the entire loop, so set partOfLoop but don't add them to
10267         loop region
10268
10269 2002-02-21    <johan AT FRIJA>
10270
10271         * src/SDCCcse.c: fixed bug #514308
10272
10273 2002-02-20  Sandeep Dutta  <sandeep AT ddi.com>
10274
10275         * src/SDCCloop.c:
10276         Fixed BUG #519583. If a conditional block ended in a return/break
10277         statement inside a loop, it was not being considered part of the loop.
10278
10279         * src/SDCCcflow.c: Removed fix (Fixed in SDCCloop.c)
10280
10281 2002-02-10  Karl Bongers <karl AT turbobit.com>
10282
10283         * debugger/*:
10284         Fixed up SDCDB debugger somewhat.  Updated debugger/README
10285         with lots of comments and notes.
10286
10287         * device/examples/test2.c:
10288         Fix bug, "red" variable not being initialized(compiler complained).
10289
10290         * device/examples/Makefile, examples/test3.c:
10291         Add Makefile in device/examples folder, compiles test3.c
10292         for use as a multiple module SDCDB test case.
10293
10294         * sim/ucsim/cmd.src/cmdset.cc:
10295         Took out debug printfs in ucsim "next" command.
10296
10297         * sim/ucsim/xa.src:
10298         Karl and Johan start ucsim XA support.  Most dissassembly working,
10299         about 75% emulation done(plenty of work remaining).
10300
10301         * sim/ucsim/z80.src:
10302         Add Z80 support to ucsim, add test-ucz80 regression test,
10303         notice ucsim/z80 emulation fails on examples/test3.c/itoa code.
10304         Notice z80 compiler fails on examples/test3.c/crc code.
10305
10306 2002-01-30  Sandeep Dutta  <sandeep AT ddi.com>
10307
10308         * src/mcs51/gen.c, src/mcs51/main.c, src/mcs51/ralloc.c:
10309         Added support for --parms-in-bank1
10310
10311         * src/ds390/peeph.def:
10312         added a few more peephole optimzations
10313
10314         * src/ds390/main.c:
10315         1) added __builtin_inp & __builtin_outp used to read in data of given length
10316            from a memory mapped port
10317         2) added __builtin_memcmp
10318         3) added __builtin_swapw swap bytes of a short
10319
10320         * src/ds390/gen.c, src/ds390/gen.h, src/ds390/ralloc.c:
10321         1) handle multiple send & receives from register bank1
10322         2) ralloc can now allocate DPTR1 to some liveRanges
10323
10324         * src/SDCCsymt.c, src/SDCCsymt.h:
10325         changes to handle multiple sends & receives
10326
10327         * src/SDCCptropt.h:
10328         added some pointer arithmetic optimization
10329
10330         * src/SDCCptropt.c:
10331         added some pointer arithmetic optimizations but not stable yet so not
10332         called from anywhere (will get this working shortly)
10333
10334         * src/SDCCopt.c: fixed for multiple sends & receives
10335
10336         * src/SDCCmain.c:
10337         1) added options --parms-in-bank1 (ds390/mcs51) & --protect-sp-update
10338         2) preprocessing done AFTER port->finalizeoptions . This allows ports to
10339            set preprocessor defines (depending on options)
10340
10341         * src/SDCCicode.c, src/SDCCicode.h:
10342         changes made to handle multiple sends & receives
10343
10344         * src/SDCCglobl.h:
10345         Added options --protect-sp-update (ds390) and --parms-in-bank1 (ds390/mcs51)
10346
10347         * src/SDCCcse.c, src/SDCCcse.h:
10348         added function findbackward def (to be used in upcoming optimization)
10349
10350         * src/SDCCcflow.c, src/SDCCcflow.h:
10351         added function returnAtEnd - to determine if a basic block terminates with
10352         a RETURN iCode
10353
10354         * src/SDCCast.c, src/SDCCast.h:
10355         added option parms-in-bank1
10356
10357         * device/lib/_divsint.c, device/lib/_divslong.c, device/lib/_divuint.c
10358         * device/lib/_divulong.c, device/lib/_modsint.c, device/lib/_modslong.c
10359         * device/lib/_modulong.c, device/lib/_mulint.c, device/lib/_mullong.c:
10360         adjusted for --parms-in-bank1 option
10361
10362         * device/include/string.h:
10363         donot redefine "reentrant" keyword
10364
10365         * device/include/ds80c390.h: Added some more SFRs
10366
10367 2002-01-28  Bernhard Held  <bernhard AT bernhardheld.de>
10368
10369         * sim/ucsim: Merged branch ucsim-034-pre3 to main trunk; new version 0.4
10370
10371 2002-01-26  Bernhard Held  <bernhard AT bernhardheld.de>
10372
10373         * src/SDCCast.c (funcOfType): fix usage of double --float-reent
10374
10375 2002-01-22  Bernhard Held  <bernhard AT bernhardheld.de>
10376
10377         * support/regression/fwk/lib/testfwk.c (main): Removed workaround for bug #505387
10378
10379 2002-01-18  Paul Stoffregen  <paul AT pjrc.com>
10380
10381         * Added --xram-movc option
10382
10383 2002-01-13  Bernhard Held  <bernhard AT bernhardheld.de>
10384
10385         * support/regression/Makefile: don't include test-mcs51-stack-auto in target all
10386
10387 2002-01-11  Johan Knol
10388
10389         * Added math lib of Jesus Calvino-Fraga
10390
10391 2002-01-08  Bernhard Held  <bernhard AT bernhardheld.de>
10392
10393         * src/SDCCmain.c (processFile): fix processing of ../../src.c
10394         * support/regression/Makefile: new target test-mcs51-stack-auto
10395         * support/regression/ports/mcs51-stack-auto/spec.mk: added
10396
10397 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
10398
10399         * src/SDCCglue.h: printIvalCharPtr(), not printIvalChar()
10400
10401 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
10402
10403         * support/regression/ports/mcs51/support.c: correct setup of timer / UART
10404
10405 2002-01-03  Bernhard Held  <bernhard AT bernhardheld.de>
10406
10407         * src/SDCCsymt.c (processFuncArgs): fix #498307 by Johan
10408
10409         * src/SDCCglue.h: add definition for printIvalChar()
10410
10411 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
10412
10413         * src/SDCCast.c: fix #498138 by Johan
10414
10415         * src/SDCCglue.c: fix #498138 by Johan
10416
10417 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
10418
10419         * support/regression/Makefile: fix clean
10420
10421         * support/regression/ports/ds390/support.c: fix transmission of last character
10422
10423 2001-12-29  Sandeep Dutta  <sandeep AT ddi.com>
10424
10425         * /sdcc/src/ds390/gen.c:
10426         a) improved computing address of stack variable
10427         b) took out some #if 0 code
10428         c) improved parmBytes adjustment
10429         d) improved genPlusIncr & genMinusIncr
10430         e) genCmp could generate bad code (when left assigned to DPTR)
10431         f) Fixed bug in hasInc
10432
10433         * /sdcc/src/ds390/ralloc.c:
10434         a) packRegsForSupport could mess up live information (Fixed)
10435         b) packRegsDPTRuse could be incorrect for left & right shift
10436
10437         * /sdcc/src/mcs51/ralloc.c:
10438         packRegsForSupport could mess up the live information (Fixed)
10439
10440         * /sdcc/src/mcs51/gen.c: Fixed a bug in hasInc
10441
10442         * /sdcc/src/SDCCast.c:
10443         can reverse a loop even if function call is present as long
10444         as the loop control variable is local & is not passed as parameter
10445
10446 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
10447
10448         * /sdcc/ChangeLog: *** empty log message ***
10449
10450         * /sdcc/src/ds390/gen.c, /sdcc/src/ds390/main.c:
10451         More builtin function additions for TININative
10452
10453         * /sdcc/src/ds390/ralloc.c:
10454         Had broken the regression testsuite
10455
10456         * /sdcc/src/SDCCast.c: Fixed a bug in dumptree
10457
10458         * /sdcc/src/SDCCsymt.c, /sdcc/src/SDCCsymt.h:
10459         Added funcattr hasStackParms will be set for reentrant functions when there
10460         are paramteres on the stack, this helps in minimizing frame pointer generation
10461         typeFromStr can handle function pointers now
10462
10463         * /sdcc/doc/builtins.txt, /sdcc/doc/TININative.txt:
10464         *** empty log message ***
10465
10466 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
10467
10468         * /src/ds390/gen.c, /src/ds390/main.c:
10469         More builtin function additions for TININative
10470
10471         * /src/ds390/ralloc.c:
10472         Had broken the regression testsuite
10473
10474         * /src/SDCCast.c: Fixed a bug in dumptree
10475
10476         * /src/SDCCsymt.c, /src/SDCCsymt.h:
10477         Added funcattr hasStackParms will be set for reentrant functions when there
10478         are paramteres on the stack, this helps in minimizing frame pointer generation
10479         typeFromStr can handle function pointers now
10480
10481         * /doc/builtins.txt, /doc/TININative.txt:
10482         *** empty log message ***
10483
10484
10485 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
10486
10487         * /src/ds390/gen.c, /src/ds390/main.c, /src/ds390/peeph.def, /src/ds390/ralloc.c:
10488         ALPHA version for -mTININative
10489
10490         * /src/izt/i186.c, /src/izt/tlcs900h.c, /src/mcs51/main.c, /src/pic/main.c, /src/z80/main.c, /src/avr/main.c:
10491         updated to reflect changes in the port structure
10492
10493         * /src/port.h:
10494         added function do_assemble (similar to do_link) if non-null this function
10495         will be called to do assembly (-mTININative) requires a multi command
10496         assembly
10497         added function genAssemblerEnd will be called to generate assembler Epilogue
10498
10499         * /src/SDCCsymt.c:
10500         added _JavaNative to debug info printing
10501
10502         * /src/SDCCmain.c: added option --tini-libid
10503         added port->do_assemble function (-mTININative) has a multi command assemble
10504
10505         * /src/SDCCglue.c: Disabled "constExpr" check
10506         added port->genAssemblerEnd function
10507
10508         * /src/SDCCglobl.h: Added option --tini-libid value
10509
10510         * /src/SDCCast.h:
10511         tookout optimizeCompare from the header (has no external references)
10512
10513         * /src/SDCCast.c: made one more function "static"
10514
10515 2001-12-23  Michael Hope  <michaelh AT juju.net.nz>
10516
10517         * src/z80/mappings.i: Added z80asm support.
10518
10519         * src/z80/main.c: Added z80asm support on --asm=z80asm
10520
10521         * src/z80/gen.c: Fixed asm portability issues.
10522
10523         * src/asm.c (tvsprintf): Removed old code, added 'N' for function name.  For extern support.
10524
10525         * src/SDCCglue.c (printExterns): Added global/extern split.
10526
10527 2001-12-17  Bernhard Held  <bernhard AT bernhardheld.de>
10528
10529         * support/regression/Makefile: added test for mcs51 model large
10530
10531         * support/regression/ports/mcs51-large/spec.mk: added test for mcs51 model large
10532
10533         * support/regression/ports/gbz80/spec.mk: added -mgbz80
10534
10535 2001-12-05  Michael Hope  <michaelh AT juju.net.nz>
10536
10537         * src/diff.1 (Index): Many, many optmisiations.  Dhrystone up to 201.
10538
10539 1904-01-06  Michael Hope  <michaelh AT juju.net.nz>
10540
10541         * src/z80/ralloc.c (packRegsForIYUse): Fixed the case where an operand is in direct space.
10542
10543         * src/z80/gen.c (makeFreePairId): Optimised IY load by using a spare pair.
10544
10545 2001-12-02  Bernhard Held  <bernhard AT bernhardheld.de>
10546
10547         * src/mcs51/gen.c (genFunction): avoid excess "inc sp"
10548
10549         * support/regression/tests/simplefloat.c: Port to mcs51.
10550
10551 2001-11-25  Michael Hope  <michaelh AT juju.net.nz>
10552         * support/regression/tests/bug-485362.c: Added.
10553
10554         * support/regression/tests/simplefloat.c (testDivNearOne): Added.
10555
10556         * src/z80/gen.c (aopOp): Fixed case where left and result are in the same spill loc and they have different sizes.
10557
10558         * src/z80/peeph.def: Added rules for optimising two byte compares on the same thing, and to optimise two ptr assign.
10559
10560         * src/z80/gen.c (aopDump): Added a dump function.
10561
10562 2001-11-25  Bernhard Held  <bernhard AT bernhardheld.de>
10563         * sim/ucsim/s51.src/glob.cc: DS390 SFRs and bits added.
10564
10565         * sim/ucsim/s51.src/port.cc: Port 4 and 5 added.
10566
10567         * sim/ucsim/s51.src/regs51.h: DS390 SFRs added.
10568
10569         * sim/ucsim/s51.src/uc390.cc: Some details improved, CKRDY works for tinibios.
10570
10571         * sim/ucsim/s51.src/uc390cl.h: Work in progress.
10572
10573         * sim/ucsim/sim.src/uccl.h: 6 ports for DS390.
10574
10575         * support/regression/fwk/lib/testfwk.c: Run with tinibios.
10576
10577         * support/regression/ports/mcs51/spec.mk: Fine tuninig.
10578
10579         * support/regression/ports/ds390/support.c: Use tinibios.
10580
10581         * support/regression/ports/ds390/spec.mk: Fine tuning, use tinibios.
10582
10583 2001-11-23  Michael Hope  <michaelh AT juju.net.nz>support/regression/tests/bug-460010.c
10584
10585         * src/z80/ralloc.c (packRegsForHLUse3): Changed to not pack into HL if anything is in direct space.
10586         (packRegsForHLUse3): Added packing support for send, cast, and return value from a call.
10587
10588         * src/z80/peeph.def: Added rules for optimising pushes of part of a pair.
10589
10590         * src/z80/gen.c (emitCall): Changed the stack fixup to not use HL.
10591
10592 2001-11-18  Michael Hope  <michaelh AT juju.net.nz>
10593
10594         * src/z80/gen.c (genCmp): Fixed compare on unsigned.
10595
10596         * src/z80/ralloc.c (packRegsForHLUse3): Created and optimised.
10597         (packRegsForIYUse): Created and optimised.
10598
10599 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
10600
10601         * support/regression/tests/float.c (testFloatAdd): Fixed up warning.
10602 2001-11-18  Bernhard Held  <bernhard AT bernhardheld.de>
10603
10604         * sdcc/support/regression/tests/bug-460010.c: fix seg violation on host
10605
10606         * sdcc/support/regression/tests/muldiv.c: fix output on mcs51
10607
10608         * sdcc/support/regression/tests/stacks.c: fix DSEG overflow on mcs51
10609
10610 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
10611
10612         * sdcc/sim/device/lib/_gptrget.c: mem region 5 (idata) added
10613
10614         * sdcc/sim/device/lib/_gptrput.c: mem region 5 (idata) added
10615
10616 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
10617
10618         * sdcc/sim/ucsim/globals.cc: New: IXRAM.
10619
10620         * sdcc/sim/ucsim/stypes.h: New: IXRAM.
10621
10622         * sdcc/sim/ucsim/s51.src/uc390.cc: New: IXRAM.
10623
10624 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
10625
10626         * src/z80/ralloc.c (packRegsForHLUse): Banned IFXs from being packed into HL.
10627         (packRegsForHLUse): Added rule to pack address of/pointer get for itemps into HL for the Z80.
10628         (packRegsForAccUse2): Added rule to pack hbit IFXs into A.
10629
10630         * src/z80/main.c (_setDefaultOptions): Made float code re-entrant by default.
10631
10632         * src/z80/gen.c (aopGetLitWordLong): Added word support for floats.
10633         (genNotFloat): Added.
10634         (genUminusFloat): Added.
10635
10636         * device/lib/z80/Makefile: Added floating pt stubs.
10637
10638         * device/lib/Makefile.in (Z80SOURCES): Added floating pt support.
10639
10640         * src/z80/gen.c (genIpush): Fixed up a push of one byte when left is in a pair.
10641
10642         * device/lib/_fsadd.c (__fsadd): Fixed up return where the numbers are hugely different.
10643
10644 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
10645
10646         * sdcc/sim/ucsim/s51.src/glob.cc: Minor fix.
10647
10648         * sdcc/sim/ucsim/s51.src/regs51.h: Minor fix.
10649
10650         * sdcc/support/regression/Makefile: Add port ds390.
10651
10652         * sdcc/support/regression/ports/mcs51/spec.mk: Minor change.
10653
10654         * sdcc/support/regression/ports/z80/spec.mk: Minor change.
10655
10656         * sdcc/support/regression/ports/ds390/spec.mk: Added.
10657
10658         * sdcc/support/regression/ports/ds390/support.c: Added.
10659
10660         * sdcc/support/regression/ports/ds390/uCsim.cmd: Added.
10661
10662         * sdcc/support/regression/ports/mcs51/timeout.c: Cut.
10663
10664         * sdcc/support/regression/fwk/lib/timeout.c: Paste.
10665
10666 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
10667
10668         * device/include/malloc.h: Added z80 and gbz80 support.
10669
10670         * device/lib/gbz80/heap.s: Added.
10671
10672         * device/lib/z80/heap.s: Added.
10673
10674         * device/lib/malloc.c: Added z80 and gbz80 support.
10675
10676         * support/regression/tests/malloc.c (testMalloc): Added.
10677
10678         * src/SDCCmain.c (parseCmdLine): Added support for -Wp.
10679
10680         * support/regression/tests/bug-478094.c: Added.
10681
10682         * src/z80/gen.c (commitPair): Fixed silly gbz80/z80 commit to static bug.
10683
10684 2001-11-04  Bernhard Held  <bernhard AT bernhardheld.de>
10685
10686         * sdcc/sim/ucsim/s51.src/uc390cl.h: Improvement for ds390 to run regression tests
10687
10688         * sdcc/sim/ucsim/s51.src/uc390.h: Improvement for ds390 to run regression tests
10689
10690         * sdcc/sim/ucsim/s51.src/regs51.h: Improvement for ds390 to run regression tests
10691
10692         * sdcc/sim/ucsim/s51.src/glob.cc: Improvement for ds390 to run regression tests
10693
10694         * sdcc/support/regression/tests/bug-460010.c: Small change for ds390
10695
10696 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
10697
10698         * src/z80/peeph-gbz80.def: Removed a bad sub optimisation.
10699
10700 2001-11-03  Michael Hope  <michaelh AT juju.net.nz>
10701
10702         * support/regression/tests/bug-477927.c: Added.
10703
10704         * src/z80/peeph.def: Added minor rules.
10705
10706         * src/z80/gen.c (genPlusIncr): Added an extra plusinc rule.
10707
10708         * src/z80/peeph.def: Added jump optimisation modification.
10709
10710 2001-11-01  Michael Hope  <michaelh AT juju.net.nz>
10711
10712         * src/SDCCmain.c (linkEdit): Added runtime path detection to the mcs51 port.
10713
10714 2001-10-30  Michael Hope  <michaelh AT juju.net.nz>
10715
10716         * support/regression/tests/funptrs.c: Added.
10717
10718 2001-10-29  Michael Hope  <michaelh AT juju.net.nz>
10719
10720         * src/z80/ralloc.c (packRegsForHLUse): Fixed up bad spill due to pushing one byte via HL.
10721
10722 2001-10-28  Michael Hope  <michaelh AT juju.net.nz>
10723
10724         * src/z80/gen.c (genArrayInit): Made it work for on stack arrays.
10725
10726         * src/z80/main.c (gbz80_port =): Added rle support to the gbz80 port.
10727
10728         * src/z80/gen.c (genMinus): Fixed for where the result is one byte.
10729         (movLeft2ResultLong): Created.
10730
10731         * src/z80/ralloc.c (packRegsForHLUse): Added a couple of simple cases for the GB.
10732         (joinPushes): Added.  Joins two char pushes into a word push.
10733
10734 2001-10-27  Michael Hope  <michaelh AT juju.net.nz>
10735
10736         * support/cpp2/Makefile.in (install): Added creation of dest dir.
10737
10738         * support/makebin/Makefile (install): Added creation of dest dir.
10739
10740 2001-10-24 Karl Bongers <karl AT turbobit.com>
10741
10742         * configure.in, configure, Makefile, support/cpp: Removed cpp folder, since we have new cpp2 preprocessor code.
10743
10744 2001-10-21  Michael Hope  <michaelh AT juju.net.nz>
10745
10746         * src/z80/ralloc.c: Turned off faulty pack for one use.
10747
10748         * src/z80/peeph-gbz80.def: Removed redundent restart options.
10749
10750         * src/z80/gen.c (genMult): Added native mul for constants on the z80 and gbz80.
10751
10752 2001-10-21  Bernhard Held  <bernhard AT bernhardheld.de>
10753
10754         * support/regression/Makefile: Improved clean
10755
10756         * support/regression/ports/gbz80/spec.mk: Added clean
10757
10758         * support/regression/ports/host/spec.mk: Added clean
10759
10760         * support/regression/ports/z80/spec.mk: Added clean
10761
10762         * support/regression/ports/mcs51/spec.mk: Added clean, little improvements
10763
10764         * support/regression/ports/mcs51/timeout.c: little improvements
10765
10766 2001-10-17  Michael Hope  <michaelh AT juju.net.nz>
10767
10768         * device/lib/malloc.c (MEMHEADER): Fixed against new pedantic pointers.
10769
10770         * support/regression/fwk/include/testfwk.h: Fixed up to use function pts correctly.
10771
10772         * support/regression/generate-cases.py: Fixed up to use function pts correctly.
10773
10774 2001-10-16  Bernhard Held  <bernhard AT bernhardheld.de>
10775
10776         * support/regression/port/mcs51/spec.mk: add timeout for uCsim
10777
10778         * support/regression/port/mcs51/timeout.c: add timeout for uCsim
10779
10780 2001-10-13  Michael Hope  <michaelh AT juju.net.nz>
10781         * src/z80/gen.c (emitCall): Fixed up missing spill of HL when used to assign the result value.
10782
10783         * src/z80/ralloc.c: Turned off pack for one use as it's quite broken.
10784
10785         * src/SDCCmain.c (linkEdit): Added support for passing a legacy command line through the processor.
10786
10787         * src/mcs51/main.c (_linkCmd): Added bin path to command.
10788
10789         * src/SDCCmain.c (initValues): Added support for when it it called just to link.
10790
10791         * as/mcs51/lklibr.c (libfil;): Turned off 'library file' message.
10792
10793         * src/SDCCval.c (constVal): Fixed usage of 'L' modifier problems on ppc.
10794
10795         * support/regression/tests/longor.c: Added.
10796
10797 2001-10-11  Bernhard Held  <bernhard AT bernhardheld.de>
10798
10799         * as/mcs51/asdata.c: replaced FILENAME_MAX with PATH_MAX
10800
10801         * as/mcs51/aslink.h: define PATH_MAX
10802
10803         * as/mcs51/asm.h: define PATH_MAX
10804
10805         * as/mcs51/asmain.c: replaced FILENAME_MAX with PATH_MAX
10806
10807         * as/mcs51/asnoice.c: replaced FILENAME_MAX with PATH_MAX
10808
10809         * as/mcs51/lklex.c: replaced FILENAME_MAX with PATH_MAX
10810
10811         * as/mcs51/lkmain.c: replaced FILENAME_MAX with PATH_MAX
10812
10813         * src/SDCCglobl.h: define PATH_MAX
10814
10815         * src/SDCCmacro.c: replaced FILENAME_MAX with PATH_MAX
10816
10817         * src/SDCCmain.c: replaced FILENAME_MAX with PATH_MAX
10818
10819 2001-10-11  Michael Hope  <michaelh AT juju.net.nz>
10820
10821         * src/z80/gen.c (gencjneshort): Fixed
10822
10823         * src/z80/ralloc.c (packRegsForHLUse): Added pack into HL for cast then ipush.
10824
10825 2001-10-09  Michael Hope  <michaelh AT juju.net.nz>
10826
10827         * support/regression/tests/bug-469671.c: Added.
10828
10829         * src/z80/gen.c (shiftIntoPair): Fixed up warning.
10830
10831 2001-10-08  Michael Hope  <michaelh AT juju.net.nz>
10832
10833         * src/SDCCmain.c: Added --fommit-frame-pointer option and implemented in the z80 port.
10834
10835         * src/z80/gen.c (genPlus): Fixed to work with extended stack.  Also fixed genMinus, genCmp.  genUMinus is still left.
10836
10837 2001-10-08  Bernhar Held  <bernhard AT bernhardheld.de>
10838
10839         * src/SDCCmain.c (preProcess): added define SDCC_NOOVERLAY
10840
10841         * src/device/lib/_mulint.c  : removed hint: nooverlay bug
10842
10843         * src/device/lib/_mullong.c : removed hint: nooverlay bug
10844
10845         * src/device/lib/_divuint.c : removed hint: nooverlay bug
10846
10847         * src/device/lib/_divulong.c: removed hint: nooverlay bug
10848
10849         * src/device/lib/_moduint.c : removed hint: nooverlay bug
10850
10851         * src/device/lib/_modulong.c: removed hint: nooverlay bug
10852
10853 2001-10-07  Michael Hope  <michaelh AT juju.net.nz>
10854
10855         * 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.
10856
10857         * support/Util/NewAlloc.c (freeTrace): Changed free for the gc case to not free at all.  Fixes runtime segfault.
10858
10859         * support/regression/tests/scott-compare3.c (c_abcd): Fixed up casts.
10860
10861 2001-10-07    <johan AT FRIJA>
10862
10863         * device/lib/gets.c (gets): fixed the return value.
10864
10865 2001-10-06  Michael Hope  <michaelh AT juju.net.nz>
10866         * src/SDCCmain.c (WRITE_SEG_LOC): Fixed up to use Safe_strdup.
10867
10868         * 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.
10869
10870         * 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.
10871
10872         * src/z80/gen.c (genZ80Code): Added de-allocation via trace support.
10873
10874         * src/pic/gen.c: Removed Safe_strdup.
10875
10876         * configure.in: Added option to enable libgc support.
10877
10878         * src/SDCCbitv.c (bitVectnBitsOn): Optimised.
10879         (bitVectUnion): Optimised.
10880         (bitVectIntersect): Optimised.
10881         (bitVectBitsInCommon): Optimised.
10882         (bitVectCplAnd): Optimised.
10883
10884         * support/makebin/makebin.c (usage): Removed getopt as mingw32 doesn't have it.  Sigh.
10885
10886 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
10887
10888         * src/SDCCmain.c: distinguish between assembler debug and plain options
10889
10890         * src/avr/main.c:   remove standard assembler options
10891
10892         * src/ds390/main.c: remove standard assembler options
10893
10894         * src/mcs51/main.c: remove standard assembler options
10895
10896         * src/port.h: removed "PENDING" comment
10897
10898 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
10899
10900         * src/device/lib/_mulint.c  : new, with assember functions
10901
10902         * src/device/lib/_mullong.c : new, with assember functions
10903
10904         * src/device/lib/_divuint.c : with assember functions
10905
10906         * src/device/lib/_divsint.c : with assember functions
10907
10908         * src/device/lib/_divulong.c: with assember functions
10909
10910         * src/device/lib/_divslong.c: with assember functions
10911
10912         * src/device/lib/_moduint.c : with assember functions
10913
10914         * src/device/lib/_modsint.c : with assember functions
10915
10916         * src/device/lib/_modulong.c: with assember functions
10917
10918         * src/device/lib/_modslong.c: with assember functions
10919
10920         * src/device/lib/libint.lib:  replaced _muluint.c  and _mulsint.c  by _mulint.c
10921
10922         * src/device/lib/liblong.lib: replaced _mululong.c and _mulslong.c by _mullong.c
10923
10924         * src/device/lib/Makefile.in: replaced _muluint.c  and _mulsint.c  by _mulint.c
10925                                       replaced _mululong.c and _mulslong.c by _mullong.c
10926
10927 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
10928
10929         * src/SDCCsymt.c: sequence of specifiers in pintTypeChain() corrected
10930
10931 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
10932
10933         * src/SDCCglue.c: test, if win32api is available for MINGW
10934
10935 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
10936
10937         * src/SDCCsymt.c: no more _modifier in printTypeChain()
10938         * support/regression/tests/driverstruct.c: REENTRANT for mcs51
10939         * support/regression/ports/gbz80/spec.mk: removed GENERIC
10940         * support/regression/ports/host/spec.mk: removed GENERIC
10941         * support/regression/ports/mcs51/spec.mk: removed GENERIC
10942         * support/regression/ports/z80/spec.mk: removed GENERIC
10943
10944 2001-10-01  Michael Hope  <michaelh AT juju.net.nz>
10945
10946         * support/regression/fwk/lib/testfwk.c (__printf): Removed GENERIC.
10947
10948         * support/regression/tests/bug-467035.c: Created.
10949
10950 2001-10-01    <johan AT FRIJA>
10951
10952         * src/SDCC.y: fixed bug #466586 part 1
10953
10954 2001-10-01  Johan Knol <johan.knol AT iduna.nl>
10955
10956         * SDCCicode.c: z80 has no generic pointers
10957         * removed -s from strip in all Makefile(.in)'s. It is not needed, but Solaris chocks on it.
10958
10959 2001-09-30  Michael Hope  <michaelh AT juju.net.nz>
10960
10961         * sim/ucsim/cmd.src/Makefile.in ($(PRJDIR)/libcmd.a): Changed all ar references to $(AR) for Solaris.
10962
10963 2001-09-29  Michael Hope  <michaelh AT juju.net.nz>
10964
10965         * Makefile (sdcc-libs): Added makebin to the list of standard targets.
10966
10967         * support/regression/ports/z80/spec.mk: Updated to use env for sdcc bin dir for automatic regression.
10968
10969 2001-09-25  Michael Hope  <michaelh AT juju.net.nz>
10970
10971         * configure.in: Fixed up so that ucsim is only configured once.
10972
10973         * support/cpp2/configure.in: Fixed to use the program transform to append the .exe for the win32 build.
10974
10975         * src/SDCCutil.c (getPrefixFromBinPath): Fixed up to work with win32 in all of its glory.
10976         (getPathDifference): As above.
10977
10978         * src/SDCCmain.c (preProcess): Changed to use a temporary file in a proper temp directory.  Fixed case where pre-processing only.
10979
10980         * src/SDCCglue.c (tempfilename): Added function for pre-processor.
10981
10982 2001-09-23  Michael Hope  <michaelh AT juju.net.nz>
10983         * .version: Updated to 2.3.1
10984
10985         * src/z80/main.c (z80_port =): Added macro based linker and assembler command line support.
10986         Added copyright header.
10987
10988         * src/SDCCmain.c: Shifted various functions into SDCCutil.c
10989         (assemble): Added support for macro based assembler commands.
10990         (linkEdit): Added support for macro based linker commands.
10991         (preProcess): Changed the pre-processor to use macros.
10992         (_setPaths): Added functionality to autodetect the include, lib and bin dir paths.
10993         (_discoverPaths): Added support for overriding the install directory using the SDCCDIR env variable.
10994
10995         * device/lib/z80/crt0.s: Added module name for debugging.
10996
10997 2001-09-20  Michael Hope  <michaelh AT juju.net.nz>
10998
10999         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
11000
11001         * src/SDCChasht.c (hTabDeleteByKey): Fixed delete as it would delete the last item from a bucket even if it wasn't the real one.
11002
11003         * src/SDCCglue.c: Moved gc_strdup to SDCCutil.c
11004
11005         * src/Makefile.in: Added SDCCmacro and SDCCutil
11006
11007 2001-09-19  Michael Hope  <michaelh AT juju.net.nz>
11008
11009         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
11010
11011 2001-09-16    <johan AT FRIJA>
11012
11013         * 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.
11014
11015 2001-09-15    <johan AT FRIJA>
11016
11017         * src/mcs51/ralloc.c: (findAssignToSym): fixed bug #460662 part 1
11018         * src/ds390/ralloc.c (findAssignToSym): fixed bug #460662 part 1
11019
11020 2001-09-11    <johan AT FRIJA>
11021
11022         * src/SDCCval.c (valDiv Mod Minus Plus Shift): keep litteral expressions as small as possible (bug #460010)
11023
11024 2001-09-10  Michael Hope  <michaelh AT juju.net.nz>
11025
11026         * support/regression/tests/bug-460444.c: Added test case.
11027
11028         * src/z80/gen.c (genOr): bug 460444: if (a ^ lit) was broken for &, |, and ^.
11029         (genCast): Added justification for all of the asserts.
11030
11031 2001-09-10  Bernhard Held <bernhard AT bernhardheld.de>
11032
11033         * support/regression/support.c: _xdata replaced by xdata
11034
11035         * support/regression/spec.mk: removed _generic
11036
11037 2001-09-09  Michael Hope  <michaelh AT juju.net.nz>
11038
11039         * src/pic/ralloc.c (debugLogRegType): Removed some old types to get it to compile.
11040
11041         * src/z80/gen.c (shiftR2Left2Result): Improved the case when v = v >> n for small values of n to use less code space and time.
11042         (genrshTwo): Fixed v = v >> n where v is a negative int and n is > 8: bug 460010.
11043
11044         * src/z80/peeph.def: Added a rule to optimise shift then compare.
11045
11046         * support/regression/tests/bug-460000.c (testShiftByParam): Added test case.
11047
11048         * support/regression/tests/bug-460010.c: Added test case.
11049
11050         * support/regression/Makefile (test-host): Removed a silly 'clean' target when testing against gcc.
11051
11052 2001-09-09  Bernhard Held <bernhard AT bernhardheld.de>
11053
11054         * support/regression/Makefile: inter-port-clean adjusted for mcs51
11055
11056         * support/regression/testfwk.c: removed workaround for bug #436344
11057
11058         * support/regression/tests/bp.c: use less memory with mcs51
11059
11060         * support/regression/tests/bug-441448.c: use less memory
11061
11062         * support/regression/tests/ports/mcs51/spec.mk: cleanup, use --stack-after-data
11063
11064         * support/regression/collate-results.py: typo
11065
11066 2001-09-08  Michael Hope  <michaelh AT juju.net.nz>
11067
11068         * support/regression/tests/fetchoverlap.c: Added new test case.
11069
11070         * support/regression/tests/bp.c: Added new test case.
11071
11072         * support/regression/tests/bug-448984.c: Added new test case.
11073
11074         * support/regression/tests/pow2shifts.c: Added new test case.
11075
11076         * src/z80/gen.c: Turned off the noise it normally generates for the release.
11077         (genlshTwo): Fixed right shift for count > 8.
11078
11079         * src/z80/ralloc.c: Disabled most of the ACC packing rules as they weren't getting hit and weren't at all safe.
11080
11081 2001-09-08    <johan AT FRIJA>
11082
11083         * src/SDCCicode.c (geniCodeCall): a CPOINTER can be used as a function
11084
11085 2001-09-07    <johan AT FRIJA>
11086
11087         * src/SDCCicode.c (newiCodeCondition): fixed bug #456235 (1.77)
11088
11089         * src/SDCCglue.c (emitRegularMap): only delete a symbol when it is a symbol
11090
11091 2001-09-06    <johan AT FRIJA>
11092
11093         * src/SDCC.y: this could be a fix for bug #458744 (1.37)
11094         * bernhard noted me at this: "() equals to (void)" (1.38)
11095
11096 2001-09-05    <johan AT FRIJA>
11097
11098         * src/SDCCglue.c (emitRegularMap): a fix for bug #458099/2
11099
11100 2001-09-04    <johan AT FRIJA>
11101
11102         * src/SDCCsymt.c (checkSClass): a fix for bug #458099/1
11103
11104
11105 2001-09-04  Paul Stoffregen  <paul AT pjrc.com>
11106
11107         * pragma noinduction broke memcpy on mcs51 large model.  Moved it inside z80 optimization
11108
11109 2001-09-03  Michael Hope  <michaelh AT juju.net.nz>
11110
11111         * link/z80/aslink.h: Fixed path for PATH_MAX
11112
11113 2001-09-02  Michael Hope  <michaelh AT juju.net.nz>
11114
11115         * src/z80/gen.c (fetchLitPair): Changed so that it properly caches direct space references.
11116
11117         * support/regression/tests/addsub.c: Added cases to cover all the +, - combinations.
11118
11119         * support/regression/tests/uminus.c: Added a test for the unary minus operator.
11120
11121         * 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.
11122
11123 2001-09-01  Michael Hope  <michaelh AT juju.net.nz>
11124
11125         * src/z80/gen.c: Fixed up generator to pass the regresion tests, specifically fixing loads for longs, genCmp, and turned on the map file.
11126         (genCmp): Fixed up genCmp for the GB with longs.
11127
11128         * device/lib/gbz80/Makefile: Fixed up all the libraries to pass the regression tests.
11129
11130         * support/regression/ports/host/spec.mk: Updated to compile with the new type specifiers.
11131
11132         * device/lib/Makefile.in (Z80SOURCES): Removed old _mululong, _mulslong, and unneeded _mulint.
11133
11134         * device/lib/_mullong.c (_mulslong): Changed to actually return a value :)
11135
11136 2001-08-30  Paul Stoffregen  <paul AT pjrc.com>
11137
11138         * added peepholes 223 to 231 to mcs51 port.  These improve code when using large model.
11139
11140 2001-08-30  Michael Hope  <michaelh AT juju.net.nz>
11141
11142         * 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.
11143
11144         * src/z80/gen.c (genPlus): Changed bad long add for gb to a fall through.
11145
11146 2001-08-29  Michael Hope  <michaelh AT juju.net.nz>
11147
11148         * link/z80/aslink.h: Fixed long file name support.  Is now based off PATH_MAX instead of a constant.
11149
11150         * src/z80/gen.c: Fixed add and sub for the case where left or right are in static space.
11151
11152 2001-08-30 Bernhard Held   <bernhard AT bernhardheld.de>
11153
11154   * sim/ucsim/configure:    little improvement of Cygwin-detection
11155   * sim/ucsim/configure.in: little improvement of Cygwin-detection
11156   * sim/ucsim/cmd.src/newcmdcl.h: include <sys/types.h> to define fd_set automated build
11157   * support/regression/tests/bug-221100.c: small changes for mcs51
11158   * support/regression/tests/bug-221168.c: small changes for mcs51
11159   * support/regression/tests/bug-227710.c: small changes for mcs51
11160   * support/regression/tests/staticinit.c: small changes for mcs51
11161   * as/mcs51/aslink.h: accept everything as symbol name in rel-files, bug fix ID 452601
11162   * as/mcs51/lklex.c:  accept everything as symbol name in rel-files, bug fix ID 452601
11163   * as/mcs51/lksym.c:  accept everything as symbol name in rel-files, bug fix ID 452601
11164
11165 $Revision$
11166