909da1aa6d0e59f06186f22439288c7ea123c501
[fw/sdcc] / ChangeLog
1 2006-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
2
3         * src/ds390/gen.c (AccAXRrl1, AccAXLrl1): changed to real rotate by 1,
4           (AccAXRsh1): added, shift right by 1,
5           (AccAXLsh, AccAXRsh, AccAXRshS): updated for AccAXRrl1, AccAXRsh1 and
6            AccAXLrl1
7         * support/regression/tests/rotate.c: use <stdint.h> and enabled ds390
8
9 2006-04-25 Bernhard Held <bernhard AT bernhardheld.de>
10
11         * src/SDCCast.c (decorateType): partial fix for RFE 1475769,
12         remove cast to same type
13         * src/SDCCast.c (decorateType): fix for RFE 1475742,
14         optimize 'ifx (op == 0)' resp. 'ifx (op != 0)'
15         * as/z80/Makefile,
16         * link/z80/Makefile: removed, they have moved to
17         Makefile.in files
18         * configure,
19         * configure.in: replaced duplicate message about ucsim by missing sdcpp
20         * install-sh: fix bug #1204398 by setting umask 0022
21         * device/lib/Makefile: separate build of z80 and gbz80 lib
22
23 2006-04-24 Bernhard Held <bernhard AT bernhardheld.de>
24
25         Enabled VPATH feature: changed nearly all Makefiles (149 files).
26         See sdccman.lyx '2.4.10 VPATH feature' about how to use it.
27
28         One basic decision: e.g. src/clean.mk includes further files. In order
29         to make this work there are two solutions:
30         - rename another dozen clean.mk to clean_in.mk, add srcdir to them and
31           run configure on them. This way they can use
32           'include $(srcdir)/port-clean.mk'
33         - always include clean.mk by the Makefile at the same level. To avoid
34           that `make clean` tries to include and build Makefile.dep the
35           MAKECMDGOALS are examined (see e.g. src/Makefile.in). This has been
36           implemented, because now even `make uninstall` doesn't create
37           Makefile.in. clean.mk could be eliminated by pasting it in
38           Makefile.in.
39
40         * debugger/mcs51/Makefile.in: build own objects from library sources
41         (SLIB, SDCC) in current directory
42
43         * configure, configure.in: renamed --disable-device-lib-build in
44         --disable-device-lib; added --enable-doc, the required tools are
45         searched by configure; added result message; the toolchain for the
46         belonging ports are now only built, if the port is enabled.
47
48         * support/regression/*: all output is written in directory gen, because
49         the fwk and ports directories don't livet in the build tree using vpath
50
51         * doc/sdccman.lyx: renamed --disable-device-lib-build to
52         --disable-device-lib, added --enable-doc, added section VPATH
53
54         * sim/ucsim/configure.in,
55         * sim/ucsim/configure.in: hc08 couldn't be disabled, now hc08 and
56         z80 are enabled by default
57
58 2006-04-24 Raphael Neider <rneider AT web.de>
59
60         * src/pic/device.c (pic14_assignConfigWordValue): remember assignments to
61             config word, "pic14_"-prefixed some extern functions
62           (pic14_emitConfigWord): emit __config directive(s) if assignment to
63             config word has been found
64         * src/pic/device.h: added prototypes
65         * src/pic/pcode.c: added "pic14_"-prefix where needed
66         * src/pic/ralloc.c (IS_CONFIG_ADDRESS,pic14_assignRegisters): cosmetic fixup
67         * src/pic/glue.c (pic14_constructAbsMap): handle assignments to config words,
68           (pic14emitRegularMap): ignore config words,
69           (pic14createInterruptVect): moved generating __config directives away
70           (picglue): have __config directives emitted
71
72 2006-04-24 Borut Razem <borut.razem AT siol.net>
73
74         * doc/Makefile: sync with nightly build makefile
75
76 2006-04-24 Raphael Neider <rneider AT web.de>
77
78         * src/pic/pcoderegs.c (OptimizeRegUsage): do not optimize
79             registers that have not been assigned proper liveranges,
80             fixes #1469504 and #1474602,
81           (pCodeRegOptimizeRegUsage): fixed typo in comment
82
83 2006-04-24 Borut Razem <borut.razem AT siol.net>
84
85         * device/examples/main8051.c: deleted - it was removed from CVS
86           24.mar.2000 and after that modified 18.feb.2001, so it reappered
87           after the transition to Subversion
88         * src/SDCCalloc.h: deleted - it was removed  from CVS
89           3.feb.2001 and after that modified 18.feb.2001, so it reappered
90           after the transition to Subversion
91         * sim/ucsim/cpu.gif, sim/ucsim/interrupt.gif, sim/ucsim/new.gif,
92           sim/ucsim/serial1.gif, sim/ucsim/serial2.gif,
93           sim/ucsim/term_cpuopt.gif, sim/ucsim/timers.gif, sim/ucsim/wins.gif,
94           sim/ucsim/post.jpg, sim/ucsim/UCsim.jpg: corrected
95
96 2006-04-22 Maarten Brock <sourceforge.brock AT dse.nl>
97
98         * as/asx8051.dsp: added mcs51/strcmpi.h
99         * as/hc08/as_hc08.dsp: added asm.h, m6808.h, strcmpi.h
100         * as/hc08/aslink.h: updated lnksect prototype
101         * as/hc08/asm.h,
102         * as/mcs51/asm.h: added a_addr to struct area and s_org to struct sym
103         * as/hc08/asmain.c,
104         * as/mcs51/asmain.c (asmbl): init dot.s_org for S_ORG,
105           (newdot): handle A_ABS
106         * as/hc08/asout.c,
107         * as/mcs51/asout.c (outarea): output address
108         * as/hc08/lkaomf51.c,
109         * as/mcs51/lkaomf51.c: disabled unused array UsageType
110         * as/hc08/m08pst.c,
111         * as/mcs51/i51pst.c,
112         * as/z80/z80pst.c: "ABS" is not A_OVR
113         * as/hc08/lkarea.c (newarea): read a_addr,
114           (lnkarea): added codemap array, sort absolute areas to the front,
115            combine all GSINITx/GSFINAL,
116           (find_empty_space, allocate_space): new functions,
117           (lnksect): return next address, handle absolute sections
118         * as/mcs51/lkarea.c (newarea): read a_addr,
119           lnksect2 prototype changed,
120           (lnkarea2): define codemap unsigned, combine all GSINITx/GSFINAL,
121           (find_empty_space, allocate_space): new, factored out of lnksect2,
122           (lnksect2): return next address, handle absolute sections
123         * as/hc08/lkhead.c,
124         * as/mcs51/lkhead.c (newhead): head is absolute but not overlay
125         * as/hc08/lklibr.c (addfile, fndsym),
126         * as/mcs51/lklibr.c (addfile, buildlibraryindex, fndsym): prevent
127           index out of range and detect both '\' and '/'
128         * device/include/mcs51/c8051f200.h: added _XPAGE, removed bad comment
129         * device/include/stdbool.h: removed SDCC_ds390 from check to pass
130           regression tests (ds390 cannot return bool yet)
131         * doc/sdccman.lyx: changed version number, document changed --no-peep,
132           document critical interrupts on z80, document changed SDCC define
133         * src/asm.c (_asxxxx_mapping): fixed .org directive,
134           (_a390_mapping): added .org directive
135         * src/hc08/gen.c (transferAopAop): made bytemask log to fix warning,
136           (genMultOneByte): fixed warnings
137         * src/hc08/hc08.dsp: lowered warning level to 2 to suppress pedantic
138           ones
139         * src/pic16/device.c: removed newReg prototype, removed BYTE_IN_LONG
140         * src/pic16/gen.c (pic16_popGetLabel): made parameter key signed,
141           (pic16_genLeftShiftLiteral, genRightShiftLiteral): fixed warnings
142         * src/pic16/gen.h: changed prototype for pic16_popGetLabel
143         * src/pic16/main.c: removed newReg prototype
144         * src/pic16/pcode.c,
145         * src/pic16/pcode.h (pic16_emitDB): changed parameter c to int to fix
146           warnings
147         * src/pic16/pic16.dsp: lowered warning level to 2 to suppress pedantic
148           ones
149         * src/pic16/ralloc.c
150         * src/pic16/ralloc.h (newReg): changed type to int and size to unsigned
151           to fix warnings
152         * src/pic/pcode.c (allocInternalRegister): changed parameter optype
153           from short to PIC_OPTYPE
154         * src/pic/pic.dsp: lowered warning level to 2 to suppress pedantic ones
155         * src/pic/ralloc.c (newReg, allocInternalRegister): changed parameter
156           optype from short to PIC_OPTYPE
157         * src/port.h: made int_size unsigned to fix warnings
158         * src/SDCC.y: fixed warning on MSVC
159         * src/SDCCicode.c (getArraySizePtr): return unsigned int
160         * src/SDCCopt.c (convertToFcall): fixed warnings
161         * src/SDCCsymt.h: removed double prototype for genSymName
162         * src/xa51/ralloc.c (allocReg): made size unsigned int, type int and
163           offset int to fix warnings
164
165 2006-04-22 Borut Razem <borut.razem AT siol.net>
166
167         * doc/sdccman.lyx, */Makefile, */Makefile.in:
168           references to CVS replaced with Subversion
169
170 2006-04-21 Borut Razem <borut.razem AT siol.net>
171
172         * doc/sdccman.lyx, */Makefile, */Makefile.in:
173           references to CVS replaced with Subversion
174
175 2006-04-19 Borut Razem <borut.razem AT siol.net>
176
177         * src/version.awk: adapted for svn
178         * /asxxxx/asxhtml/*.gif: set property svn:mime-type to image/gif
179           sim/ucsim/doc/*.gif: set property svn:mime-type to image/gif
180           sim/ucsim/doc/*.jpg: set property svn:mime-type to image/jpeg
181           /binutils-avr/etc/*.vi, *.jin: removed all properties
182           support/scripts/sdcc.ico: set property svn:mime-type to image/x-icon
183
184 2006-04-19 Borut Razem <borut.razem AT siol.net>
185
186         * CVS to Subversion migration completed
187
188 2006-04-18 Borut Razem <borut.razem AT siol.net>
189
190         * support/scripts/sdcc.nsi: removed unexisting ${DEV_ROOT}\lib\pic\*.o,
191           ${DEV_ROOT}\lib\src\pic\libdev\*.S, ${DEV_ROOT}\lib\src\pic\libdev\*.inc
192
193 2006-04-17 Borut Razem <borut.razem AT siol.net>
194
195         * device/include/Makefile.in: added pic/*.inc to the installation
196
197 2006-04-15 Bernhard Held <bernhard AT bernhardheld.de>
198
199         * support/regression/collate-results.py: fixed output in case of
200         a valdiag error
201         * support/regression/generate-cases.py: fixed splitting of pathnames
202         with dots
203         * as/hc08/lklibr.c (addfile),
204         * as/mcs51/lklibr.c (addfile): fixed off-by-one bug
205
206 2006-04-11 Raphael Neider <rneider AT web.de>
207
208         * src/pic16/gen.c (getFreePtr, pic16_popRegFromString),
209         * src/pic16/ralloc.c (pic16_allocregWithName): removed debug output
210         * src/pic16/pcode.c (assignValnums): fixed #1460578
211
212 2006-04-11 Raphael Neider <rneider AT web.de>
213
214         * device/lib/pic/libdev/*.c,
215         * device/include/pic/*.h: replaced sfr and data with __sfr and __data,
216           fixes #1468739, enables compilation in --std-c99 mode
217         * support/scripts/inc2h.pl: emit __sfr/__data instead of sfr/data
218
219 2006-04-11 Raphael Neider <rneider AT web.de>
220
221         * src/pic/device.c (find_device): removed debug output
222           (list_valid_pics): enabled verbose listing of supported devices
223         * device/include/stdbool.h: define bool as char for pic14/16 as well
224
225 2006-04-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
226
227         * src/SDCC.y: allow using brackets here: "__interrupt (1) __using (1)"
228
229 2006-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
230
231         * .version: bumped version to 2.5.6
232         * src/pic/ralloc.c (newReg): MSVC doesn't support __builtin_return_address
233
234 2006-04-06 Raphael Neider <rneider AT web.de>
235
236         * .version: bumped version to 2.5.6 (pic14 ABI changed)
237         * src/SDCCmain.c: add -DSDCC_PROCESSOR=<id> for pic14 port
238         * src/pic/glue.c (emitSymbolToFile,pic14_constructAbsMap,
239           pic14emitRegularMap,pic14emitMaps): moved output for absolute symbols to
240             pic14_constructAbsMap
241           (pic14printPublics): declare absolute global symbols as global
242           (pic14createInterruptVect),
243         * src/pic/ralloc.c (IS_CONFIG_ADDRESS): support second config word,
244           (newReg): assume new registers unused, use correct name in
245             hashtable (reg->name instead of name), more debugLog output
246         * src/pic/device.h (PIC_device): added fields for verbose output
247         * src/pic/device.c: moved device definition to pic14devices.txt,
248             added routines for runtime parsing of pic14devices.txt,
249             added support for second config word
250         * src/pic/main.c (_process_pragma): removed #pragma maxram,
251           (_pic14_keywords): no longer accept "bit" and "sbit" keywords
252           (_pic14_initPaths): add search paths with "pic" suffix (not "pic14")
253           (_pic14_parseOptions): moved pCodeInitRegisters here
254           (_pic14_do_link): add "pic$(ARCH).lib" to linker arguments
255         * src/pic/pcode.c (AnalyzeBanking): bail out on unset processor,
256           (pCodeInitRegisters): rewrapped comments, perpared new approach to
257             handling the pseudo stack
258         * device/lib/Makefile.in: ignore failures in objects-pic16,
259         * device/lib/pic/{configure,configure.in,Makefile}: added libdev/
260         * device/lib/pic/NEWS: document new dependency on picXXX.lib
261         * device/lib/pic/Makefile.subdir,
262         * device/lib/pic16/Makefile.subdir: improved clean rules
263         * device/lib/pic/libdev/: NEW, pic14 device libraries
264         * device/lib/pic/libsdcc/_gptr{get,put}{1,2,3,4}.S: use _X not X
265         * device/lib/pic/libsdcc/macros.inc: use _X not X, declare default SFRs
266         * device/include/Makefile.in: create subdir and install pic14 headers
267         * device/include/pic/p16f_common.inc: removed unused declarations
268         * device/include/pic/pic16*.h: added header files for 100+ 14 bit
269             PICs from inc2h.pl v1.6,
270             replaced BIT_AT macros with struct declarations
271         * device/include/pic/pic14devices.txt: definition of supported devices,
272             all above improvements contributed by Zik Saleeba, thanks
273         * support/scripts/inc2h.pl: removed BIT_AT, replaced with structs
274         * support/scripts/sdcc.nsi: also install pic14 device libraries and
275             headers
276
277 2006-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
278
279         * device/include/mcs51/c8051f410.h: added interrupt numbers,
280         * device/include/mcs51/c8051f200.h: old SiLabs mcu completes the list,
281           thanks to Charles Olds
282
283 2006-04-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
284
285         * debugger/mcs51/cmd.c (infoRegisters): show return address on stack
286
287 2006-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
288
289         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug 1464657
290         * src/mcs51/gen.c (genJumpTab): fixed bug in medium model
291         * support/regression/bug1464657.c: added, new test
292
293 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
294
295         * src/SDCCmain.c (preProcess): implemented RFE 1449908, define SDCC as the
296           version number
297
298 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
299
300         * src/SDCCpeeph.c (initPeepHole): implemented RFE 1460196, when both
301           --no-peep and --peep-file <file> are used don't use default rules but
302           do use the <file>
303
304 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
305
306         * src/mcs51/gen.c (genCall): fixed bug 1457608
307
308 2006-03-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
309
310         * doc/sdccman.lyx: reverted to version 1.129 of december as my latest
311         changes seem to cause (trigger?) problems with the build system.
312
313 2006-03-29 Maarten Brock <sourceforge.brock AT dse.nl>
314
315         * src/SDCCpeeph.c (operandsLiteral): new, added,
316           (callFuncByName): inserted operandsLiteral
317         * src/mcs51/peeph.def: reenabled 132.e, added extra check to 132.x
318
319 2006-03-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
320
321         * doc/sdccman.lyx: added paragraph "Use of SDCC in Education"
322         * src/mcs51/peeph.def: disabled rule 132.e fixing bug #1453093
323
324 2006-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
325
326         * src/z80/gen.c (genFunction, genEndFunction): fixed bug 1160666,
327           implemented patch 1120823 Thanks to Willy De la Court (normal
328           interrupts need an interrupt number now if they are made critical),
329           and enabled nesting of critical functions though not for gbz80
330           (genCritical, genEndCritical): added functions
331           (genZ80Code): added cases for CRITICAL and ENDCRITICAL
332         * src/z80/mappings.i: added "ei" to all mappings
333
334 2006-03-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
335
336         * sim/ucsim/cmd.src/newcmdcl.h: applied patch fixing GCC 4.1 build
337         submitted by the Debian SDCC maintainer Aurelien Jarno:
338         "Credits goes to Martin Michlmayr, who rebuilt the whole Debian
339         archive with gcc 4.1 on mips and wrote the patch"
340
341 2006-03-16 Raphael Neider <rneider AT web.de>
342
343         * src/pic16/genarith.c (genAddLit): simplified and fixed case where
344           the left operand is shorter than the result (c* = lit-c* + int),
345           fixes bug #1450796
346         * src/pic16/gen.c (genRightShift): check IS_SYMOP before accessing
347           OP_SYMBOL
348
349 2006-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
350
351         * src/.version: increased version number to 2.5.5
352         * src/SDCCmain.c (linkEdit): do not test for PIC16 target since, PIC16
353         linking is done manually in pic16 port's _linkEdit,
354         * src/SDCCsymt.c (compStructSize): for target PIC16 and shell variable
355         PIC16_PACKED_BITFIELDS, compact bitfield structures as much as possible,
356         * src/pic16/gen.c (aopForSym): when direct register name is WREG then
357         allocate asmop as AOP_ACC,
358         (aopForRemat): added parameter 'bool result' in function declaration,
359         (pic16_aopGet): return AOP_ACC when accessing WREG,
360         (pic16_popGetTempReg): minor modification,
361         (pic16_popRegFromIdx): first try with 'pic16_regWithIdx' then with
362         'pic16_allocWithIdx',
363         (genPcall): removed ftype, usage of OP_SYM_TYPE asserted error when
364         calling function in absolute addresses,
365         (genAssign): take into account AOP_ACC asmop,
366         * src/pic16/pcode.c (pic16_newpCodeOpReg): minor modifications,
367         * src/pic16/pcoderegs.c: some debug functions and lines added,
368         * src/pic16/ralloc.c (decodeRegType): added but commented out,
369         * (pic16_typeRegWithIdx): search 'pic16_dynInternalRegs' for given
370         register too,
371         * (pic16_findFreeReg, pic16_findFreeRegNext): allocate new register via
372         call to allocReg, not by manually allocating a new one,
373         (pic16_assignRegisters): now before going through the register
374         allocating functions mark all registers as free. This eliminates some
375         side effects resulting from peephole parser done earlier in the backbone
376
377 2006-03-13 Maarten Brock <sourceforge.brock AT dse.nl>
378
379         * src/SDCCicode.c (geniCodeLogic),
380         * src/SDCCast.c (decorateType): applied patch by Bernhard for rfe 1422617
381
382 2006-03-10 Maarten Brock <sourceforge.brock AT dse.nl>
383
384         * src/mcs51/gen.c (sameReg): new, checks if two aop regs are the same,
385           (genSend): bugfix, do not allocate and free twice,
386           (shiftRLong): handle partially overlapping aops
387         * support/regression/tests/bitopcse.c: fixed warning redefined idata
388
389 2006-03-08 Borut Razem <borut.razem AT siol.net>
390
391         * support/regression/fwk/include/testfwk.h: added defines for xdata, idata
392           for pic16
393
394 2006-03-08 Maarten Brock <sourceforge.brock AT dse.nl>
395
396         * support/regression/tests/bug1409955.c: new, added
397         * src/mcs51/gen.h: changed asmop.freed:1 to asmop.allocated for tracking
398         * src/mcs51/gen.c (newAsmop): set asmop.allocated to 1,
399           (aopForSym, aopOp): increment asmop.allocated if reused,
400           (freeAsmop): decrement asmop.allocated and check for zero instead of
401           using asmop.freed,
402           (freeForBranchAsmop): use asmop.allocated instead of asmop.freed,
403           (genNot, genCpl, genUminus, genMinus, genMult, genDiv, genMod, genCmpGt,
404            genCmpLt, genAndOp, genOrOp, genAnd, genOr, genXor, genRRC, genRLC,
405            genGetHbit, genGetAbit, genGetByte, genGetWord, genSwap,
406            genLeftShiftLiteral, genLeftShift, genRightShiftLiteral,
407            genSignedRightShift, genRightShift, genDataPointerGet,
408            genPagedPointerGet, genFarPointerGet, genCodePointerGet,
409            genGenPointerGet, genDataPointerSet, genAssign, genCast): free asmop's
410             in reverse order from allocation,
411           (genPlus, genCmpEq): free asmop's in reverse order from allocation and
412             added swappedLR to keep track
413         * support/regression/fwk/include/testfwk.h: added defines for xdata, idata,
414           pdata & code for GCC, z80, gbz80 & hc08
415         * support/regression/tests/zeropad.c: moved defines to testfwk.h
416
417 2006-03-08 Raphael Neider <rneider AT web.de>
418
419         * src/pic16/main.c (_hasNativeMulFor): fixed bug #1444425
420
421 2006-03-07 Maarten Brock <sourceforge.brock AT dse.nl>
422
423         * device/include/mcs51/c8051f410.h: new SiLabs mcu
424         * src/ds390/peeph.def: disabled 186.d and 227.a as fix for #1434401
425         * support/regression/tests/array.c: added parenthesis, made arrays unsigned
426
427 2006-03-06 Borut Razem <borut.razem AT siol.net>
428
429         * support/regression/ports/pic16/spec.mk: link with libm18f.lib,
430           made the linker quiet
431
432 2006-03-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
433
434         * src/pic16/gen.c (genPcall): fixed bug #1443644
435         * src/pic16/device.h (struct pic16_options_t): added 'int CATregs' flag
436         which dumps before the function entry point a data byte which represents
437         the number of the local variables used by the specified function, added
438         'xinst' for initial support for Extended Instruction Support,
439         * src/pic16/gen.c (aopForSym, pic16_aopGet): beautifications,
440         (pic16_testStackOverflow): do not prefix GSTACK_TEST_NAME with
441         port->fun_prefix anymore (may change later),
442         (genFunction, genEndFunction): do not store/restore local registers for
443         _main (this should take care the --main-return command line option in
444         the future),
445         (genOr): removed some legacy pic-port instructions,
446         * src/pic16/genarith.c (genAddLit): re-enabled old code because
447         performing operations with SFR's causes data to be written more than
448         once to each SFR. Perhaps SFRs should be handled in special cases...
449         * src/pic16/glue.c: macros BIG_ENDIAN and BYTE_IN_LONG are moved to
450         pcode.h
451         * src/pic16/main.c (_process_pragma): stack bound checking did not take
452         into account for stack starting position,
453         (struct OPTIONS pic16_optionsTable): added command line argument
454         --extended or -y for Extended Instruction Support,
455         * src/pic16/ralloc.c (pic16_decodeOp): added case for FUNCTION,
456         (deassignLRs): *** perhaps the most important change, old 'for' code
457         (commented out for reference), didn't account for some registers which
458         were left marked 'not free' after a pointer operation. The change
459         reduces register usage a lot in some cases
460
461 2006-03-04 Borut Razem <borut.razem AT siol.net>
462
463         * support/regression/ports/hc08/spec.mk: remove *.asm in traget
464           _clean
465         * support/regression/tests/bug-524697.c: decreased array size for
466           mcs51 to fit into the internal RAM
467         * support/regression/Makefile.in: a little bit more verbose
468
469 2006-03-03 Borut Razem <borut.razem AT siol.net>
470
471         * support/regression/fwk/lib/testfwk.c,
472           support/regression/fwk/include/testfwk.h: introduced function
473           _prints(), nonrecursive _printn(), call _initEmu() from main()
474         * support/regression/ports/gbz80/support.asm,
475           support/regression/ports/ucz80/support.asm,
476           support/regression/ports/z80/support.asm,
477           support/regression/ports/ds390/support.c,
478           support/regression/ports/hc08/support.c,
479           support/regression/ports/host/support.c,
480           support/regression/ports/mcs51/support.c,
481           support/regression/ports/xa51/support.c: added empty _initEmu()
482           function
483         * support/regression/ports/pic16/gpsim.cmd,
484           support/regression/ports/pic16/spec.mk,
485           support/regression/ports/pic16/support.c,
486           support/regression/Makefile.in: added pic16 regression test
487
488 2006-03-01 Raphael Neider <rneider AT web.de>
489
490         * src/pic16/gen.c (genPcall,pic16_derefPtr,genGenPointerGet,
491           genConstPointerGet): use safe way of generating MOVFF to cover
492             literals as well as registers, fixes bug #1440527
493         * src/pic16/glue.c (pic16_printIvalBitFields): prevent NULL pointer
494             dereference
495           (pic16_printIvalUnion,pic16_isUnion): NEW, handle initialized unions
496             more correctly, fixes bug #1232186
497           (pic16_printIval): use pic16_printIvalUnion() for initialized unions
498         * src/pic16/main.c (_pic16_linkEdit): reorder linker arguments to make
499             gplink guess the correct processor in more cases, applied patch
500             from Till Riedel attached to and fixing bug #1436552
501
502 2006-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
503
504         * support/regression/tests/array.c: added, contains check for #1434401
505         * src/mcs51/peeph.def: disabled 186.d as temporary fix for #1434401
506
507 2006-02-16 Maarten Brock <sourceforge.brock AT dse.nl>
508
509         * device/include/mcs51/at89s8253.h: new, thanks to Krzysztof Polomka
510         * device/include/mcs51/at89S8252.h: fixed, thanks to Krzysztof Polomka
511         * device/include/mcs51/c8051f326.h,
512         * device/include/mcs51/c8051f340.h: new SiLabs mcu's
513         * device/include/mcs51/c8051f000.h,
514         * device/include/mcs51/c8051f018.h,
515         * device/include/mcs51/c8051f020.h: used () with __at, renamed IDLE,STOP to
516           PCON_IDLE,PCON_STOP and added sfr16 definitions
517
518 2006-02-14 Maarten Brock <sourceforge.brock AT dse.nl>
519
520         * src/mcs51/gen.c (genPlus, genMinus, genMult, genGetAbit, genGetByte,
521           genGetWord): fixed bug 1409955
522
523 2006-02-14 Maarten Brock <sourceforge.brock AT dse.nl>
524
525         * device/include/hc08/mc68hc908gp32.h,
526         * device/include/hc08/mc68hc908jb8.h: removed AWUL, added PTA6 & PTA7
527
528 2006-02-13 Maarten Brock <sourceforge.brock AT dse.nl>
529
530         * src/SDCCast.c (constExprValue): return NULL if not a value
531         * src/SDCCglue.c (printIvalArray): fixed bug 1225568
532         * src/hc08/gen.c(genUnpackBits, genUnpackBitsImmed): fixed bug 1019480
533         * support/regression/tests/bitfields.c: enabled signed bitfield for all
534
535 2006-02-13 Borut Razem <borut.razem AT siol.net>
536
537         * src/regression/ptrarg.c: added, fails due to bug #1430967
538         * src/regression/Makefile: ptrarg.c added, ...
539
540 2006-02-12 Maarten Brock <sourceforge.brock AT dse.nl>
541
542         * src/z80/gen.c (genUnpackBits): fixed bug 1019480
543         * support/regression/tests/bitfields.c: enabled signed bitfield for z80
544
545 2006-02-11 Borut Razem <borut.razem AT siol.net>
546
547         * src/SDCCmain.c: Added "sdcc: Calling linker..." if --verbose,
548           print "Processor: xxx" message to stdout only if --verbose
549
550 2006-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
551
552         * src/SDCCglue.c (printIvalStruct): fixed bug 1426356 union initializer
553         * support/regression/tests/bug1426356.c: added
554         * support/regression/tests/bitfields.c: removed 2 tests
555
556 2006-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
557
558         * device/include/mcs51/at89c51snd1c.h: updated comments, see patch 1428901
559         * device/include/mcs51/c8051f330.h,
560         * device/include/mcs51/c8051f350.h: used () with __at, renamed IDLE,STOP to
561           PCON_IDLE,PCON_STOP and added sfr16 definitions
562         * device/lib/_divsint.c,
563         * device/lib/_divuint.c,
564         * device/lib/_divulong.c,
565         * device/lib/_divulong.c: renamed a,b to x,y to avoid confusion, fixed
566           register bank bug for small stackauto
567
568 2006-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
569
570         * support/regression/fwk/lib/timeout.c: include <stdlib.h> for exit()
571
572 2006-02-08 Maarten Brock <sourceforge.brock AT dse.nl>
573
574         * support/regression/ports/mcs51-xstack-auto/spec.mk: forgot -I(...)/mcs51
575         * all.dsp: corrected several bin paths
576         * device/include/mcs51/c8051f120.h,
577         * device/include/mcs51/c8051f300.h,
578         * device/include/mcs51/c8051f310.h: used () with __at and renamed IDLE,STOP
579           to PCON_IDLE,PCON_STOP
580         * device/include/mcs51/c8051f320.h: see above, also added sfr16 definitions
581         * device/lib/printf_large.c (output_float): fixed bug 1388703
582         * support/regression/tests/bug1057979.c: added test for bug 1388703
583
584 2006-02-08 Raphael Neider <rneider AT web.de>
585
586         * src/pic/pcode.c (pciTRIS): fixed typo,
587           (BuildFlow,LinkFlow_pCode): added (disabled) debug output,
588           (LinkFlow): fixed handling of flows that end in a call,
589           (ReuseReg): perform safety check earlier
590         * src/pic/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed
591             to work with flows at the beginning of a pBlock,
592             fixes #1426557 (Symbol not previously defined),
593           (pic14_ReMapLiveRanges): NEW, destroy and rebuild register
594             usage information
595           (RemoveUnusedRegisters): update register usage info
596         * src/pic/ralloc.c (newReg): prevent duplicate registers from being
597             created, reuse existing ones instead
598         * src/pic/gen.c (genPcall): fixed #1424719
599
600 2006-02-07 Bernhard Held <bernhard AT bernhardheld.de>
601
602         * link/z80/lkmain.c,
603         * link/z80/lklex.c,
604         * link/z80/lkdata.c,
605         * link/z80/aslink.h: fixed build on current cygwin:
606         replaced getline() by lk_getline()
607
608 2006-02-01 Borut Razem <borut.razem AT siol.net>
609
610         * src/regression/add.c, src/regression/add2.c, src/regression/add3.c,
611           src/regression/add4.c, src/regression/and1.c, src/regression/and2.c,
612           src/regression/arrays.c, src/regression/b.c, src/regression/bank1.c,
613           src/regression/bool1.c, src/regression/bool2.c,
614           src/regression/bool3.c, src/regression/call1.c,
615           src/regression/compare.c, src/regression/compare10.c,
616           src/regression/compare2.c, src/regression/compare3.c,
617           src/regression/compare4.c, src/regression/compare5.c,
618           src/regression/compare6.c, src/regression/compare7.c,
619           src/regression/compare8.c, src/regression/compare9.c,
620           src/regression/configword.c, src/regression/for.c,
621           src/regression/inline.c, src/regression/mult1.c,
622           src/regression/nestfor.c, src/regression/or1.c,
623           src/regression/pointer1.c, src/regression/ptrfunc.c,
624           src/regression/rotate1.c, src/regression/rotate2.c,
625           src/regression/rotate3.c, src/regression/rotate4.c,
626           src/regression/rotate5.c, src/regression/rotate6.c,
627           src/regression/rotate7.c, src/regression/string1.c,
628           src/regression/struct1.c, src/regression/sub.c,
629           src/regression/sub2.c, src/regression/switch1.c,
630           src/regression/while.c, src/regression/xor.c,
631           src/regression/create_stc, src/regression/simulate,
632           src/regression/rt.sh, src/regression/Makefile: reenabled Scott's PIC14
633           regression tests
634         * src/regression/gpsim_assert.h: added
635
636 2006-01-28 Bernhard Held <bernhard AT bernhardheld.de>
637
638         * src/ds390/gen.c (unsaveRegisters): fixed literal function pointer
639         ((void (code *) (void)) 0) ();
640         * as/hc08/aslex.c,
641         * as/hc08/aslink.h,
642         * as/hc08/asm.h,
643         * as/hc08/asmain.c,
644         * as/hc08/lkdata.c,
645         * as/hc08/lklex.c,
646         * as/hc08/lkmain.c,
647         * as/mcs51/aslex.c,
648         * as/mcs51/aslink.h,
649         * as/mcs51/asm.h,
650         * as/mcs51/asmain.c,
651         * as/mcs51/lkdata.c,
652         * as/mcs51/lklex.c,
653         * as/mcs51/lkmain.c,
654         * as/z80/aslex.c,
655         * as/z80/asm.h,
656         * as/z80/asmain.c: fixed build on current cygwin:
657         replaced getline() by as_getline()
658
659 2006-01-27 Bernhard Held <bernhard AT bernhardheld.de>
660
661         * src/SDCC.y: fixed bug #716242, exchanged pointer and function
662         declarator in the symbol chain
663         * src/SDCCsymt.h,
664         * src/SDCCsymt.c (processFuncPtrArgs): added, removes "(void)"
665         parameter list for function pointers
666         * src/SDCCast.c (decorateType): added call of processFuncPtrArgs()
667         * support/regression/tests/bug-716242.c: added
668
669 2006-01-20 Bernhard Held <bernhard AT bernhardheld.de>
670
671         * src/SDCCicode.c (geniCodeAdd, geniCodeArray): use char for array
672         offset if possible
673         * src/SDCCast.c (getLeftResultType): 255 fits in char, not 256
674
675 2006-01-18 Bernhard Held <bernhard AT bernhardheld.de>
676
677         * src/SDCCast.c (backPatchLabels): fixed bug #1408066: made it
678         inifinitely recurseable, added static
679         * support/regression/tests/bug-1408066.c: added
680
681 2006-01-17 Bernhard Held <bernhard AT bernhardheld.de>
682
683         * src/SDCCicode.h,
684         * src/SDCCicode.c (newiTempPreheaderLabel, newiTempLoopHeaderLabel):
685         renamed, added possibility to create "postLoopLbl"-labels
686         * src/SDCCBBlock.c (iCodeBreakDown): renamed newiTempPreheaderLabel to
687         newiTempLoopHeaderLabel
688         * src/SDCCloop.c (newInduction, newRegion, backEdges, insertIntoLoop,
689         isNotInBlocks, addToExitsMarkDepth, createLoop, dominatedBy,
690         addDefInExprs, assignmentsToSym, isOperandInvariant, pointerAssigned,
691         hasNonPtrUse, loopInvariants, addressTaken, findInduction,
692         findDefInRegion, mergeRegions, ifMerged, mergeInnerLoops): made static,
693         (pinduction, pregion, hasIncomingDefs, findLoopEndSeq): disabled,
694         (basicInduction): fixed bug #136564, made static,
695         (loopInduction): changed parameter of basicInduction, made static,
696         (addPostLoopBlock): added
697         * src/SDCCloop.h: removed backEdges, pregion, pinduction,
698         loopOptimizations, addressTaken, findDefInRegion, hasIncomingDefs,
699         findLoopEndSeq
700         * support/regression/tests/bug-136564.c: added
701         * support/regression/ports/mcs51-xstack-auto/spec.mk: added
702         --std-sdcc99 to LIBSDCCFLAGS
703
704 2006-01-16 Bernhard Held <bernhard AT bernhardheld.de>
705
706         * src/SDCCicode.c (geniCodeIfx): fix bug 1406131: always false
707         while loop
708         * support/regression/tests/bug-1406131.c: added
709
710 2005-12-31 Bernhard Held <bernhard AT bernhardheld.de>
711
712         * src/SDCCast.c (decorateType): fix promotion of unary minus
713         * src/SDCCsymt.c (computeType): beautified
714         * src/SDCCval.c (cheapestVal): beautified, old non-Ansi version removed,
715         (valUnaryPM, valComplement): fix sign and promotion,
716         (valNot): ANSI: result type is int (SDCC: unsigned char)
717         * support/regression/tests/uminus.c: speedup by removing superflous
718         test case 'int'
719         * support/regression/tests/onebyte.c: added promotion and signedness
720         tests for unary minus
721         * support/regressions/tests/bug-477927.c: disable warning about
722         uninitialized variables
723         * support/regression/tests/not.c: added
724
725 2005-12-28 Bernhard Held <bernhard AT bernhardheld.de>
726
727         * device/lib/Makefile.in: added --std-sdcc99 to CFLAGS
728         * src/mcs51/gen.c (gen51Code): show final register usage after
729         fillGaps in asm with --i-code-in-asm
730         * src/SDCClrange.c (sequenceiCode, setLiveFrom, setLiveTo,
731         markLiveRanges, markAlive, findNextUseSym, findNextUse, unvisitBlocks,
732         incUsed, rliveClear, adjustIChain): made static,
733         (setFromRange): excluded because it's unused,
734         (findPrevUseSym, markWholeLoop): added,
735         (findPrevUse): rewritten; fixes bug 895992; now a complete search
736         through all branches of predecessors enables sdcc to emit the warning
737         W_LOCAL_NOINIT, marking of outermost loop was incomplete,
738         (rlivePoint): made static, added parameter emitWarnings which is only
739         true during the first run out of two,
740         (findRecursiveSucc, findRecursivePred): removed,
741         (computeLiveRanges): made static, added parameter emitWarnings,
742         (dumpIcRlive): added for debugging only
743         * src/SDCClrange.h: added boolean parameter to computeLiveRanges(),
744         removed prototype of setFromRange()
745         * src/SDCCopt.c (eBBlockFromiCode): added new parameter emitWarnings
746         in call of computeLiveRanges()
747         * support/regression/tests/bug-895992.c: added
748         * support/regression/tests/bug-971834.c: added
749         * support/valdiag/tests/bug-895992.c: added
750         * support/valdiag/tests/bug-971834.c: added
751
752 2005-12-18 Raphael Neider <rneider AT web.de>
753
754         * src/pic16/gen.c: added IS_DIRECT macro for "direct" operands,
755           (genUnpackBits): improved code for direct operands,
756           (genPackBits): improved code for literal assignment to bitfields
757             and for direct destination operands (no FSR indirection),
758             prevented redundant AND, fixes #1362800,
759           (AccLsh): added parameter to disable masking of the result
760         * src/pic16/pcode.c (pic16_safepCodeUnlink): fixed to work with
761           skip instructions with side-effects (like incfsz),
762           (pic16_pCodeIsAlive): suppress verbose output unless pcode_verbose,
763         * src/pic16/pcoderegs.c (RemoveRegsFromSet): removed annoying warning
764         * device/lib/pic16/Makefile.common.in: added --asm=@GPASM@ to CC,
765           fixes #1375263
766
767 2005-12-11 Bernhard Held <bernhard AT bernhardheld.de>
768
769         * src/SDCCicode.c (geniCodeAssign): fixed bug 11369874, don't use
770         volatile variables as spill location
771
772 2005-12-10 Bernhard Held <bernhard AT bernhardheld.de>
773
774         * src/SDCCcse.c (findCheaperOp): fixed bug 1376320, copy signedness to
775         replacing literals
776         * support/regression/tests/bug-1376320.c: added
777
778 2005-12-08 Raphael Neider <rneider AT web.de>
779
780         * src/pic/device.c: renamed is_shared to pic14_is_shared
781         * src/pic/gen.c (genIfx): re-enabled handling of sbits
782         * src/pic/glue.c (emitSymbolToFile): added workaround for sbits,
783           (is_valid_identifier): added for above workaround
784
785 2005-12-07 Maarten Brock <sourceforge.brock AT dse.nl>
786
787         * device/lib/Makefile.in: fixed to enable port-specific-objects
788         * device/lib/ds390/i2c390.c (BitOutI2C): optimized by making bout unsigned
789           char, thanks Hubert Sack
790         * doc/sdccman.lyx: documented --xstack-loc,
791           elaborated a bit more on interrupts and pitfalls,
792           removed "setjmp/longjmp unsupported",
793           documented some unsupported C99 features
794         * src/SDCCmain.c (linkEdit): adapted default lib path for --stack-auto
795         * src/SDCCpeeph.c (readRules): inserted patch 1367130 for finding missing
796           if, thanks Hubert Sack
797         * src/mcs51/gen.c (genEndFunction): enabled "pop psw" for regbank 0 isr
798         * support/regression/Makefile.in: test-mcs51-stack-auto no longer needs to
799           make make_library
800         * support/regression/get_ticks.py: new, get cpu cycles and code size, so
801           regression tests can report resource usage (rfe 700441)
802         * support/regression/collate-results.py: report resource usage
803         * support/regression/ports/ds390/spec.mk,
804         * support/regression/ports/hc08/spec.mk,
805         * support/regression/ports/mcs51/spec.mk,
806         * support/regression/ports/ucz80/spec.mk: run sim output through get_ticks
807         * support/regression/ports/ds390/uCsim.cmd,
808         * support/regression/ports/hc08/uCsim.cmd,
809         * support/regression/ports/mcs51/uCsim.cmd,
810         * support/regression/ports/ucz80/uCsim.cmd: inserted "state" to report time
811         * support/regression/ports/mcs51-stack-auto/spec.mk: no need to build the
812           library, use the default one
813         * support/regression/ports/mcs51-xstack-auto/spec.mk: inserted rules for
814           building the library
815
816 2005-12-06 Maarten Brock <sourceforge.brock AT dse.nl>
817
818         * config.dsp: added dependency on .version and configure_vc.awk
819         * device/include/setjmp.h: updated for --stack-auto and --xstack
820         * device/include/mcs51/at89c51snd1c.h: corrected line endings
821         * device/include/mcs51/XC866.h: added, thanks Llewellyn van Zyl
822         * device/lib/_setjmp.c: updated for --stack-auto and --xstack
823         * device/lib/libsdcc.lib: added _setjmp
824         * src/SDCCast.c (createIvalCharPtr): fixed warnings,
825           (decorateType): fixed bug 1372851,
826           (optimizeGetHbit): fixed warning
827         * src/SDCCglue.c (printIvalChar, printIvalArray): adapted for flexible
828           array initialisation
829         * support/regression/tests/bug1057979.c: added test for bug 1358192
830         * support/regression/tests/setjmp.c: added, test for setjmp/longjmp
831
832 2005-12-03 Borut Razem <borut.razem AT siol.net>
833
834         * support/scripts/sdcc.nsi: added /SOLID option to "SetCompressor lzma"
835           command since the NSIS was upgraded to version 2.11 on CF x86-linux2
836
837 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
838
839         * src/SDCCast.c (createIvalStruct, createIvalArray, createIvalPtr,
840         createIval): implement symbol independant "flexible array member",
841         (createIvalCharPtr): implemented flexible array initialisation with a
842         string
843         * src/SDCCsymt.c (copyStruct): removed,
844         (getSize): fixed misleading comment,
845         (getAllocSize): removed, the additional allocation size is now in
846         sym->flexArrayLength,
847         (checkStructFlexArray): new, syntax checks for flexible array members,
848         (compStructSize): added syntax checks for "flexible array members"
849         (copyStruct): removed,
850         (copyLinkChain): removed inefficient fix for bug 770487
851         * src/SDCCglue.c (emitRegularMap): getAllocSize has been removed
852         * src/SDCCsymt.h: added structdef.b_flexArrayMember and
853         symbol->flexArrayLength
854         * src/SDCCerr.c,
855         * src/SDCCerr.h: added W_INVALID_FLEXARRAY, W_C89_NO_FLEXARRAY,
856         E_FLEXARRAY_NOTATEND and E_FLEXARRAY_INEMPTYSTRCT
857         * support/regression/tests/structflexarray.c: added
858         * support/valdiag/tests/structflexiblearray.c: added
859
860 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
861
862         * src/SDCCast.c (decorateType): fixed bug 1368489
863         * support/Util/SDCCerr.c,
864         * support/Util/SDCCerr.h: added warning W_CMP_SU_CHAR
865
866 2005-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
867
868         * device/include/mcs51/at89c51snd1c.h: added file submitted by
869           Weston T. Schmidt <schmidtw AT users.sourceforge.net>, patch #1368001
870
871 2005-11-27 Borut Razem <borut.razem AT siol.net>
872
873         * support/cpp2/cppinit.c, support/cpp2/cpplib.h, support/cpp2/mkdeps.c,
874           support/cpp2/mkdeps.h: added command line option
875           -obj-ext=<extension> to SDCPP to define object file externion, used
876           for generation of make dependencies (-M)
877         * src/SDCCmain.c: pass -obj-ext=<extension> to SDCPP
878
879 2005-11-26 Borut Razem <borut.razem AT siol.net>
880
881         * support/scripts/sdcc.nsi: added small-stack-auto libraries,
882           added missing device/lib/mcs51/crt*.asm, pic and pic16 sources,
883           added pic and pic16 libraries
884
885 2005-11-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
886
887         * device/include/float.h: Corrected typo in prototype of __fsgt
888
889 2005-11-25 Borut Razem <borut.razem AT siol.net>
890
891         * sdcc/device/lib/Makefile.in, sdcc/device/lib/incl.mk:
892           added creation of model-mcs51-stack-auto libraries
893
894 2005-11-24 Bernhard Held <bernhard AT bernhardheld.de>
895
896         * src/SDCCsymt.c (copyLinkChain): fixed bug 770487, copy structdef
897         and fields-list too
898         * src/SDCCast.c (createIvalArray): removed obsolete comment
899
900 2005-11-24 Borut Razem <borut.razem AT siol.net>
901
902         * sdcc/device/lib/Makefile.in: remove all unnecessary files, 2nd try...,
903           added missing device/lib/mcs51/crt*.asm sources
904
905 2005-11-23 Bernhard Held <bernhard AT bernhardheld.de>
906
907         * src/SDCCast.c (createIvalCharPtr): fixed bug 1348271
908
909 2005-11-22 Maarten Brock <sourceforge.brock AT dse.nl>
910
911         * device/lib/_fs2schar.c,
912         * device/lib/_fs2sint.c,
913         * device/lib/_fs2slong.c: optimized inline asm
914
915 2005-11-21 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
916
917         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
918           Better handling of floats between -1.0 and 0.0.
919
920 2005-11-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
921
922         * src/mcs51/peeph.def: added missing "if"s as noted by Hubert Sack.
923           (the missing "if"s prohibited removal of redundant labels)
924
925 2005-11-19 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
926
927         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
928           Properly convert floats between -1.0 and 0.0 to long, int, and char
929           types (max integer value of negative floats tends to zero).
930         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
931           Removed changes made so to work properly with floats between
932           -1.0 and 0.0, as the problem is fixed in _fs2slong.c, _fs2sint.c,
933           and _fs2char.c
934
935 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
936
937         * src/SDCCcse.c (ReplaceOpWithCheaperOp): minor fix for debugging only
938         * src/mcs51/gen.c (genUnpackBits): better code and a fix,
939         (genCast) cosmetic change
940         * src/ds390/gen.c (genUnpackBits, ): ported from mcs51
941         * src/ds390/ralloc.c (packRegsForAssign): ported fix for bitfields
942         from mcs51
943         * support/regression/tests/bitfields (testSignedBitfields): added
944
945 2005-11-18 Borut Razem <borut.razem AT siol.net>
946
947         * sdcc/device/lib/Makefile.in: remove all unnecessary files
948         * device/lib/pic/Makefile.rules, device/lib/pic16/Makefile.subdir:
949           introduced SILENT option to make building of pic16 libraries less
950
951 2005-11-18 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
952
953         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
954           Now they work properly with floats between -1.0 and 0.0
955         * device/lib/printf_large.c: Removed temporary patch for bug 1358192
956
957 2005-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
958
959         * src/SDCCicode.c (printOperand): added missing else
960
961 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
962
963         * src/SDCCsymt.c (computeType): fixed bug 1358192: added missing else,
964         reformatted for better readability
965         * src/mcs51/gen.c (genUnpackBits): initial, incomplete support for
966         signed bitfields
967
968 2005-11-17 Borut Razem <borut.razem AT siol.net>
969
970         * device/lib/pic16/Makefile.rules, device/lib/pic16/Makefile.subdir:
971           introduced SILENT option to make building of pic16 libraries less
972           verbose - used for nightly snapshot build
973         * doc/sdccman.lyx: documented that SDCDB and ucSim are currently not
974           available on Win32 platforms.
975         * sdcc/device/lib/Makefile.in: added library sources for mcs51, small,
976           medium, large, pic and pic16
977
978 2005-11-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
979
980         * device/lib/printf_large.c: Temporary patch for bug 1358192:
981           printf("%f"...) sets fraction to zero.
982
983 2005-11-16 Raphael Neider <rneider AT web.de>
984
985         * src/pic/pcode.c (LinkFlow): handle empty flows correctly,
986           fixes #1357221
987         * src/pic/gen.c (genIfx): implemented for CARRY bit
988         * src/pic16/gen.c (genAssign,genCast): fixed assigning/casting
989           to generic pointers, fixes #1357332,
990           (pic16_movLit2f): NEW,
991           (pic16_storeForReturn,genDataPointerSet): use pic16_movLit2f
992
993 2005-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
994
995         * src/SDCCmain.c (parseCmdLine): fixed bug 1356800, thanks rsudjian
996
997 2005-11-11 Raphael Neider <rneider AT web.de>
998
999         * src/pic/gen.c: handle FPOINTERS like POINTERS everywhere
1000         * src/pic16/gen.c (pic16_derefPtr): now works for non-pointers as well,
1001           compute pointer's type from operand,
1002           (genUnpackBits,genPackBits): handle FPOINTERS correctly, re-indented,
1003           improved single bit reads, fixes bug #1353379
1004
1005 2005-11-09 Borut Razem <borut.razem AT siol.net>
1006
1007         * support/scripts/sdcc.nsi: added lib/pic to the package
1008
1009 2005-11-08 Maarten Brock <sourceforge.brock AT dse.nl>
1010
1011         * src/SDCCval.c (valUnaryPM): fixed bug 1350699
1012
1013 2005-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
1014
1015         * support/regression/tests/bug1348008.c: added
1016         * src/mcs51/gen.c (saveRBank, unsaveRBank): fixed bug 1348008
1017         * support/regression/tests/bug1337835.c: updated comment
1018
1019 2005-11-06 Borut Razem <borut.razem AT siol.net>
1020
1021         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
1022           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
1023           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
1024           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
1025           sim/ucsim/cmd.src/set.cc, sim/ucsim/cmd.src/show.cc:
1026           dynamic construction of cl_error_class and derivates - 2.nd try
1027
1028 2005-11-05 Borut Razem <borut.razem AT siol.net>
1029
1030         * sim/ucsim/sim.src/error.cc: fixed uninitialized class member variable
1031           bug, which caused Bus Errors on sparc solaris
1032
1033 2005-11-04 Borut Razem <borut.razem AT siol.net>
1034
1035         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
1036           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
1037           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
1038           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
1039           sim/ucsim/cmd.src/cmdconf.cc: dynamic construction of cl_error_class
1040           and derivates to resolve the initialization problem on OSX
1041
1042 2005-11-02 Borut Razem <borut.razem AT siol.net>
1043
1044         * sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
1045           corrected typo - #include <winsock2.h>
1046
1047 2005-11-02 Maarten Brock <sourceforge.brock AT dse.nl>
1048
1049         * src/asm.c (printILine): always close tmpFile, thanks Beau E. Cox,
1050           (_asxxxx_mapping): added org directive for future enhancements
1051
1052 2005-11-01 Borut Razem <borut.razem AT siol.net>
1053
1054         * sim/ucsim/app.cc, sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
1055           enabled sockets on WIN32
1056         * sim/ucsim/cmd.src/newcmd.cc: fixed bug with uninitialized variables
1057
1058 2005-10-31 Borut Razem <borut.razem AT siol.net>
1059
1060         * support/regression/generate-cases.py: escape backslashes in {testcase}:
1061           WIN32 backslash path delimiters should be escaped when used in C strings
1062         * support/regression/tests/bitfields.c: exclude failing assertions for
1063           __CYGWIN32__ and __MINGW32__ hosts
1064
1065 2005-10-30 Borut Razem <borut.razem AT siol.net>
1066
1067         * src/SDCCutil.c: corrected double comparison typo
1068
1069 2005-10-30 Maarten Brock <sourceforge.brock AT dse.nl>
1070
1071         * device/lib/medium/Makefile: added for new memory model medium
1072         * device/include/asm/mcs51/features.h: updated for medium/pdata
1073         * device/include/mcs51/c8051f120.h: added sfr16/sfr32 definitions,
1074           added Multiply & Accumulate sbit's and MAC0_PAGE define
1075         * device/include/mcs51/c8051f300.h: added sfr16 definitions
1076         * device/include/mcs51/c8051f310.h: added sfr16 definitions
1077         * device/lib/_mullong.c: update for medium model
1078         * device/lib/incl.mk: added medium model
1079         * doc/sdccman.lyx: documented medium model
1080         * src/SDCCast.c (isBitAndPow2): simplified using updated powof2
1081         * src/SDCCicode.c (geniCodeMultiply, geniCodeDivision): use updated powof2
1082         * src/SDCCmain.c (optionsTable, linkEdit): enabled medium model
1083         * src/SDCCmem.c (allocIntoSeg): set iaccess for pdata symbols,
1084           (allocParms): set SCLS and OCLS to pdata for medium model
1085         * src/SDCCsymt.c (processFuncArgs): use default_local_map and set iaccess
1086           for pdata,
1087           (powof2): return <0 if not power of 2
1088         * src/avr/gen.c (genBitWise): use updated powof2
1089         * src/mcs51/gen.c (genMinusDec): use acc if necessary,
1090           (shiftR2Left2Result): small optimization in setup, save acc when storing,
1091           (shiftLLeftOrResult): use B if necessary
1092         * src/mcs51/main.c (_mcs51_finaliseOptions, mcs51_port): added medium model
1093         * src/mcs51/peeph.def: renamed 226 to 226.b, added 226.a
1094         * src/pic/main.c (_pic14_do_link): made void parameter list explicit
1095         * support/regression/Makefile.in: added test-mcs51-medium
1096         * support/regression/ports/mcs51-medium/spec.mk: added to test medium model
1097
1098 2005-10-28 Bernhard Held <bernhard AT bernhardheld.de>
1099
1100         * src/SDCCsymt.c (compStructSize): make bitfields without (un)signed
1101         specifier unsigned
1102         * device/lib/time.c (mktime): fixed bug 1334315
1103
1104 2005-10-28 Raphael Neider <rneider AT web.de>
1105
1106         * device/include/pic/p16f_common.inc: added common declarations
1107         * src/pic/ralloc.c (initStack): moved regs *r to block start for Alpha
1108
1109 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
1110
1111         * src/mcs51/gen.c (getTempRegs): return 0 if not enough registers found,
1112           (aopPutUsesAcc): added to predict accumulator use,
1113           (assignResultValue): save acc if necessary,
1114           (genMinusDec): store result if indirectly addressed,
1115           (genDivOneByte):  save acc if necessary,
1116           (movLeft2Result): bugfix if left already in acc,
1117           (genAnd, genOr, genXor, shiftL2Left2Result, shiftR2Left2Result): pay more
1118             attention to accumulator use (esp. pdata),
1119           (genReceive): receive pdata correctly
1120         * src/SDCCicode.c (isOperandInPagedSpace): added to detect pdata operands
1121         * src/SDCCicode.h: added isOperandInPagedSpace prototype
1122
1123 2005-10-27 Raphael Neider <rneider AT web.de>
1124
1125         * doc/sdccman.lyx: corrected version (should be 2.5.4 not 2.5.5)
1126
1127 2005-10-27 Raphael Neider <rneider AT web.de>
1128
1129         * .version: changed version to 2.5.4
1130         * doc/sdccman.lyx: changed version to 2.5.4, added some remarks to PIC14
1131         * device/lib/pic/libsdcc/{_mulint.c,_mullong.c}: use unsigned literals,
1132           (_divschar.c,divuchar.c,_mulchar.c,_modschar.c,_moduchar): NEW,
1133             arithmetics support routines
1134         * device/lib/pic/Makefile.rules: have assembler sources preprocessed
1135         * device/lib/Makefile.in: also create installdir for pic
1136
1137         * src/SDCCopt.c (cnvToFcall): mark support routines `extern' for
1138           pic14 port as well
1139         * src/pic/device.c (dump_sfr): rewritten to delegate register
1140           placement to the linker (use `extern sym' rather than sym EQU addr),
1141           (validAddress): fixed to check last specified address
1142         * src/pic/gen.c (aopForSym): added code to deal with array (useless?),
1143           (popGetLit): truncate literal value to 8 bit,
1144           (popGet): moved assert to more appropriate place
1145           (popGetExternal): create pCode operand from and mark the according
1146             symbol as being `extern'
1147           (popGetAddr): added sanity check on immediate's offset, provide
1148             GPOINTER tag on demand
1149           (aopPut): fixed for immediates,
1150           (mov2w_op): move operand's address or contents to WREG (depending on
1151             operand type), safer variant of mov2w,
1152           (movwf,call_libraryfunc): NEW, handy abbreviations,
1153           (get_argument_pcop,get_return_val_pcop,pass_argument,
1154           get_returnvalue): interface for accessing function parameters and
1155             return values,
1156           (assignResultValuei,genRet): use new parameter/return value interface
1157           (pic14_getDataSize): back to old version handling generic pointers,
1158           (pic14_toBoolean,genNot,genCpl,genCmpEq,genOrOp): heavily rewritten,
1159             provided implementation and/or fixed old one,
1160           (genMultOneByte,genDivOneByte,genModOneByte): implemented as library
1161             calls, removed legacy 8051 reference code
1162           (AccLsh,AccRsh): rewritten and fixed to deal with signed operands
1163           (loadSignToC): NEW, move the operands sign bit to CARRY,
1164           (genGenericShift): NEW, replaces genLeftShift, genRightShift and
1165             genRightShiftSigned, accepts negative shift counts,
1166           (setup_fsr): load FSR and adjust IRP (indirect memory access),
1167           (emitPtrByteGet,emitPtrByteSet): rewritten, now works with
1168             generic pointers, __data pointers and __code pointers,
1169           (genUnpackBits,genPackBits): rewritten to work with generic pointers
1170             and signed bitfields, limit bitfields to 8 bit,
1171           (genDataPointerGet): fixed number of bytes read,
1172           (genGenPointerGet,genConstPointerGet): fixed bitfield access,
1173           (genPointerGet,genPointerSet): fixed handling of __code pointers,
1174             pointers to constant data are no longer assumed to point to __code
1175             space, removed invalid pointer types,
1176           (bitpatternFromVal): retrieve the PICs representation of an integer
1177             or float literal,
1178           (genDataPointerSet): fixed assigning to po_immediate operands,
1179           (genGenPointerSet): implemented as library call,
1180           (genIfx): fixed incorrect condition,
1181           (genAddrOf): limit generic pointers' addresses to 2 bytes,
1182             provide GPOINTER tag according to destination's storage class,
1183           (genCast): added code to handle casting to generic pointers, added
1184             sign-/zero extension of the result
1185           (aop_isLitLike,op_isLitLike): fixed handling of immediates
1186         * src/pic/gen.h: added macros to access IRP bit in STATUS register
1187         * src/pic/genarith.c (genAddLit): use min(result's,left's) size, sign
1188           extend the result
1189         * src/pic/glue.c (is_shared_address,is_shared): check whether a given
1190           address/register resides in the shared banks
1191           (emitSymbolToFile): improved to handle global and `pinned' symbols,
1192             put all variables into separate sections (have the linker arrange
1193             them)
1194           (picglue): put init code and interrupt handlers in separate sections
1195         * src/pic/main.c: added port specific options table, modified to PORT
1196           structure to make GPOINTERs 3 byte, added pic14_options
1197           (_pic14_do_link): private linking routine (update paths to libraries,
1198             add libsdcc.lib by default)
1199         * src/pic/main.h: declare pic14_options
1200         * src/pic/pcode.c: fixed instructions i/o relations,
1201           (RegCond): reverted to correct version,
1202           (newpCodeOpLit): truncate literals to 8 bit,
1203           (genericPrint): added debug output,
1204           (getRegFromInstruction): fixed for various operand types, simplified
1205           (BuildFlow): fixed broken handling of isntructions with labels
1206           (LinkFlow): start at last instruction in flow (skip trailing comments),
1207             pass the flow on to the next instruction after CALL
1208           (pCodeReplace): NEW, replace a pCode and move meta data to the new one
1209           (insertPCodeInstruction): fixed inserting after a skip instruction,
1210           (DoBankSelect): fixed for labeled instructions
1211           (OptimizepBlock): honor --nopeep switch
1212           (AnalyzeFlow,ReuseReg): prevent crash on source files with no function
1213         * src/pic/pcodepeep.c (pCodePeepMatchRule): prevent NULL pointer accesses
1214         * src/pic/pcoderegs.c (regIsLocal): NEW, check visibility of a register
1215           (pCodeOptime2pCodes): allow disabling this optimization via
1216             --no-pcode-opt due seldomly occuring bugs, fixed some conditions
1217             but is still buggy), started implementation of a dataflow based
1218             pCode optimization (CSE + dead code elimination)
1219           (pCodeRegMapLiveRangesInFlow): removed bogus inCond
1220         * src/pic/ralloc.c (initStack): renamed stack registers to STK%d, the new
1221           names are independant of the stack location and therefore portable across
1222           devices
1223
1224 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
1225
1226         * src/mcs51/ralloc.c (bitType): added to detect bit variables,
1227           (selectSpil): fixed bug 1337835 by not spilling bit variables
1228         * support/regression/tests/bug1337835.c: added test for this bug
1229         * src/mcs51/peeph.def: restart after rule 3.c,
1230           addded rules 263.x to optimize loading constants
1231
1232 2005-10-26 Raphael Neider <rneider AT web.de>
1233
1234         * src/SDCCsymt.c (compStructSize): allow signed bitfields for PIC ports
1235         * src/pic16/gen.c (genUnpackBits): support signed bitfields,
1236           (genAssign): emit warning when casting literals to generic pointer
1237             type, also applies when taking the address of a fixed variable,
1238           (genCast): improved casting to generic pointers
1239         * src/pic16/glue.c (pic16emitStaticSeg): fixed(?) handling of fixed
1240           extern variables, added verbose error message
1241         * device/include/pic16/{string.h,errno.h}: added #pragma library c
1242
1243 2005-10-26 Bernhard Held <bernhard AT bernhardheld.de>
1244
1245         * src/mcs51/gen.c (genMinus): fixed bug 1270906: reverse subtraction,
1246         carry must be complemented too
1247         * src/mcs51/peeph.def: addded rule 262 to remove double cpl c, which
1248         could be emitted by genMinus
1249         * src/SDCCval.c (constVal): fixed bug 1305065
1250
1251 2005-10-25 Bernhard Held <bernhard AT bernhardheld.de>
1252
1253         * src/SDCCast.c (addCast): added promotion for bit variables
1254         (decorateType): emit W_COMPLEMENT before the problem vanishes behind
1255         promotion casts + optimisation
1256         (optimizeGetWord): fix warning 'i' might be used uninitialized
1257         * src/mcs51/gen.c (genCpl): removed W_COMPLEMENT
1258         * src/ds390/gen.c (genCpl): removed W_COMPLEMENT
1259
1260 2005-10-24 Bernhard Held <bernhard AT bernhardheld.de>
1261
1262         * src/SDCCicode.c (ast2iCode): reverted to 1.224 because of regression:
1263         all chars are promoted to int; promotion should be handled in SDCCast.c
1264
1265 2005-10-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1266
1267         * device/lib/_strcmp.c: Fixed bug 1326457
1268
1269 2005-10-11 Raphael Neider <rneider AT web.de>
1270
1271         * device/lib/pic16/libio/i2c.ignore: added 1320, fixes broken builds
1272         * device/lib/pic16/libdev/pic18f1320.c: added 1320's device library
1273
1274 2005-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
1275
1276         * src/SDCC.y (AT): fixed bug with sfr32 addresses when built with GCC
1277         * support/regression/tests/sfr16.c: added test for the sfr32 bug
1278
1279 2005-10-04 Raphael Neider <rneider AT web.de>
1280
1281         * device/include/pic16/pic18fregs.h, src/pic16/devices.inc,
1282           device/lib/pic16/pics.all: added pic18f1320
1283         * src/pic16/pcode.c (mnem2key): fixed prototype's argument mismatch
1284
1285 2005-09-30 Raphael Neider <rneider AT web.de>
1286
1287         * src/pic16/device.c (Pics16[]): moved device descriptions to devices.inc
1288         * src/pic16/devices.inc: NEW, provides device descriptions
1289         * src/pic16/gen.c (genInline): fixed handling of ';'-comments
1290
1291 2005-09-26 Maarten Brock <sourceforge.brock AT dse.nl>
1292
1293         * src/SDCCicode.c (operandOperation): added GETABIT, GETBYTE, GETWORD and
1294           GETHBIT
1295
1296 2005-09-25 Maarten Brock <sourceforge.brock AT dse.nl>
1297
1298         * doc/sdccman.lyx: updated Highest Order Bit documentation,
1299           documented Any Order Bit, Higher Order Byte and Higher Order Word
1300         * src/SDCC.y: added tokens GETABIT, GETBYTE, GETWORD
1301         * src/SDCCast.c (optimizeGetHbit): updated to also accept bool=expr&(1<<n),
1302           (optimizeGetAbit): new, to get any bit, not only the high bit,
1303           (optimizeGetByte): new, to get a byte from a (long) int: expr>>(8*n),
1304           (optimizeGetWord): new, to get a word from a long int: expr>>(8*n),
1305           (isConformingBody): also check GETABIT, GETBYTE, GETWORD,
1306           (decorateType): '&': also try GETABIT, GETBYTE, GETWORD optimization,
1307             RIGHT_OP: also try GETBYTE, GETWORD optimization,
1308             GETABIT, GETBYTE, GETWORD: decorate them,
1309           (isShiftRightLitVal, isBitAndPowOf2): new helper functions,
1310           (ast_print): added GETABIT, GETBYTE, GETWORD
1311         * src/SDCCcse.c (isSignedOp): added GETABIT, GETBYTE, GETWORD
1312         * src/SDCCicode.c (codeTable): added GETABIT, GETBYTE, GETWORD,
1313           (geniCodeBinary): new generic binary icode,
1314           (ast2iCode): added GETABIT, GETBYTE, GETWORD
1315         * src/port.h: updated comment for PORT.hasExtBitOp
1316         * src/mcs51/gen.c (genGetAbit): new, to get any single bit,
1317           (genGetByte): new, to get a single byte,
1318           (genGetWord): new, to get a word from a long,
1319           (gen51Code): added GETABIT, GETBYTE, GETWORD
1320         * src/mcs51/main.c (hasExtBitOp): added GETABIT, GETBYTE, GETWORD
1321
1322 2005-09-23 Raphael Neider <rneider AT web.de>
1323
1324         * configure.in, configure: have device/lib/pic configured
1325         * device/lib/Makefile.in: added model-pic14
1326         * device/lib/clean.mk: added pic/ to clean rule
1327         * device/lib/pic: added rudimentary pic14 library providing support
1328           functions for multiplication/division/generic pointer access
1329         * src/SDCCopt.c (convilong): mark support functions as extern
1330           for pic14 port as well
1331         * src/pic/gen.c (genMult): added assertions,
1332           (genpic14Code): emit warning on unhandled iCodes
1333         * src/pic/main.c (_hasNativeMulFor): return true only for 8x8 bit
1334         * src/pic/pcode.c (pCodeOpCopy),
1335         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed handling of various
1336           pCodeOpReg-subtypes (PO_{STATUS,INTCON,PCL,PCLATH,PCLATU,BSR,
1337           SFR_REGISTER}), made safe for future extensions
1338         * src/pic16/pcode.c (pic16_safepCodeUnlink): allow for removal of
1339           instructions even if preceeded by SKIP instructions (also remove
1340           them); removed unused code
1341         * src/pic16/pcode.h: added arg2 to pCodeOpLit to match pCodeOpLit2,
1342           prevents leaving parts of the structure uninitialized after copying
1343
1344 2005-09-22 Maarten Brock <sourceforge.brock AT dse.nl>
1345
1346         * src/mcs51/gen.c (genMinus): fix for undetected bug introduced 3 months
1347           ago by me
1348         * support/regression/tests/addsub.c: added test for the bug
1349
1350 2005-09-21 Raphael Neider <rneider AT web.de>
1351
1352         * device/include/pic16/pic18f1220.h,
1353           device/lib/pic16/libdev/pic18f1220.c: added ECCPAS sfr and bitfield
1354         * device/lib/pic16/Makefile.rules: added missing opening paren
1355         * src/pic16/gen.c (pic16_genNot,pic16_genCpl): removed as these
1356           are provided in genutils.c,
1357           (genUminusFloat,genUminus,genCmpEq): added asserts on different
1358           operand/result sizes,
1359           (genCmp): assert on NULL pointers first, then check deref'ed values
1360         * src/pic16/genutils.c (pic16_genCpl): fixed for different operand/
1361           result size
1362
1363 2005-09-18 Raphael Neider <rneider AT web.de>
1364
1365         * src/pic16/gen.c (genFarPointerGet,genFarPointerSet): removed
1366           as these are now unused,
1367           (genPointerGet,genPointerSet): handle FPOINTERs like POINTERs
1368         * src/pic16/pcode.c (pic16_symIsSpecial): assume REG_TMPs to be
1369           local, avoids uninitialized pointer dereference on r->name
1370         * src/pic16/ralloc.c (newReg): fixed indentation
1371
1372 2005-09-13 Maarten Brock <sourceforge.brock AT dse.nl>
1373
1374         * src/SDCCval.c (constVal): fixed bug 730366
1375         * support/Util/SDCCerr.c,
1376         * support/Util/SDCCerr.h: added warning W_INVALID_INT_CONST
1377
1378 2005-09-10 Maarten Brock <sourceforge.brock AT dse.nl>
1379
1380         * as/mcs51/lkmem.c (summary2): fixed report for absolute areas (bug 1210220)
1381
1382 2005-09-09 Maarten Brock <sourceforge.brock AT dse.nl>
1383
1384         * src/mcs51/peeph.def (241.x): fixed bug when comparing generic pointers
1385
1386 2005-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
1387
1388         * as/hc08/lkaomf51.c (OutputName): made name unsigned char,
1389           (hex2dec): made hex_digit unsigned char, removed ascii dependance
1390         * as/mcs51/lkaomf51.c (OutputName): made name unsigned char,
1391           (hex2dec): made hex_digit unsigned char, removed ascii dependance
1392         * as/mcs51/lkarea.c (lnkarea2): sort absolute areas to the front
1393         * packihx/packihx.c (hexDigit): made c unsigned char
1394         * as/mcs51/lklibr.c (fndsym),
1395         * link/z80/lkgb.c (gb),
1396         * link/z80/lklibr.c (fndsym),
1397         * link/z80/lkrloc.c (relr),
1398         * sim/ucsim/libltdl/ltdl.c (load_deplibs, try_dlopen),
1399         * src/SDCC.lex (checkCurrFile, process_pragma),
1400         * src/SDCCglue.c (spacesToUnderscores),
1401         * src/SDCCmain.c (setParseWithComma, processFile),
1402         * src/asm.c (tvsprintf, printCLine),
1403         * src/avr/gen.c (emitcode, aopPut),
1404         * src/ds390/gen.c (emitcode),
1405         * src/hc08/gen.c (emitcode, emitinline),
1406         * src/mcs51/gen.c (emitcode, genInline),
1407         * src/pic/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
1408           tokenizeLineNode),
1409         * src/pic/ralloc.c (debugLog),
1410         * src/pic16/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
1411           tokenizeLineNode),
1412         * src/pic16/ralloc.c (debugLog),
1413         * src/z80/main.c (_process_pragma):
1414            made all ctype.h function calls safe
1415         * src/SDCCopt.c: include math.h for fabs
1416         * src/SDCCpeeph.c: added macros ISCHARDIGIT, ISCHARSPACE and ISCHARALNUM
1417           and used them throughout the code to make ctype.h function calls safe
1418         * src/ds390/main.c (asmLineNodeFromLineNode),
1419         * src/mcs51/main.c (asmLineNodeFromLineNode): made p unsigned char*
1420         * src/pic/gen.c (DEBUGpic14_emitcode, pic14_emitcode): made lbp
1421            unsigned char*
1422         * src/pic/pcode.c (mnem2key): made mnem unsigned char*,
1423           (newpCodeAsmDir): made ctype.h function calls safe
1424         * src/pic16/gen.c (pic16_emitpcomment, DEBUGpic16_emitcode,
1425           pic16_emitcode):  made lbp unsigned char*
1426         * src/pic16/pcode.c (mnem2key): made mnem unsigned char*,
1427           (pic16_newpCodeAsmDir): made ctype.h function calls safe
1428         * src/xa51/gen.c (emitcode),
1429         * src/z80/gen.c (_emit2): made lbp unsigned char*
1430         * support/Util/MySystem.c (split_command): made cmd_line and p unsigned
1431            char*
1432
1433 2005-09-05 Raphael Neider <rneider AT web.de>
1434
1435         * src/pic16/ralloc.c (pic16_allocDirReg): use device specific
1436           access bank splitpoint
1437
1438 2005-09-05 Raphael Neider <rneider AT web.de>
1439
1440         * device/lib/pic16/libc/Makefile: added (missing) string to SUBDIRS
1441
1442 2005-09-03 Maarten Brock <sourceforge.brock AT dse.nl>
1443
1444         * .version: changed to version 2.5.3
1445         * doc/sdccman.lyx: changed version to 2.5.3,
1446           documented --codeseg and --constseg and pragma codeseg and constseg,
1447           documented bit parameters (reentrant) and bit returning
1448         * src/SDCCicode.c (geniCodeReceive): fixed (possible) bug generating
1449            currFunc->recvSize, but is this ok for all ports?
1450           (ast2iCode): result of ~ on unsigned char must be cast to int for
1451            bool to work
1452         * src/SDCCmem.c (allocGlobal, allocLocal): don't put bit returning
1453           function pointers in bit space
1454         * src/SDCCsymt.c (checkSClass): allow bit returning function pointers,
1455           (processFuncArgs): call port.reg_parm() with reentrancy info
1456         * src/port.h,
1457         * src/avr/main.c,
1458         * src/ds390/main.c,
1459         * src/hc08/main.c,
1460         * src/pic/main.c,
1461         * src/pic16/main.c,
1462         * src/xa51/main.c,
1463         * src/z80/main.c: port.reg_parm prototype extended with
1464           "bool reentrant" parameter
1465         * src/mcs51/main.c (_mcs51_regparm): use parameter reentrant instead of
1466           options.stackAuto for allocating bit register parameters
1467         * src/mcs51/gen.c (genNot): optimized complementing direct bit,
1468           (genSend): set BitBankUsed if it is,
1469           (selectRegBank): factored out of genCall for use in genPcall,
1470           (genCall): removed redundant dtype assignmen, use selectRegBank,
1471           (genPcall): handle returning in Carry properly, save in F0 if needed,
1472           (genReceive): handle bit register parameters
1473         * src/mcs51/ralloc.c (updateRegUsage): update BitBankUsed along the way,
1474           (mcs51_assignRegisters): enable bit registers for all reentrant
1475            functions and don't set BitBankUsed unconditionally
1476         * src/mcs51/peeph.def (177.d): fixed bug if %2==%3
1477         * support/regression/tests/bitvars.c: enable tests for SDCC_STACK_AUTO
1478         * support/regression/tests/funptrs.c: added tests for BOOL and for return
1479
1480 2005-08-27 Borut Razem <borut.razem AT siol.net>
1481
1482         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) and on
1483         ppc-osx (Darwin) does not support -u option. It seems that it is
1484         supported only on Linux - GNU cp
1485
1486 2005-08-25 Borut Razem <borut.razem AT siol.net>
1487
1488         * sim/ucsim/gui.src/serio.src/Makefile.in,
1489           sim/ucsim/s51.src/Makefile.in, sim/ucsim/avr.src/Makefile.in,
1490           sim/ucsim/z80.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
1491           sim/ucsim/xa.src/Makefile.in: install -s changed to 2 steps:
1492           install and strip, since the strip at /usr/ccs/bin should be used
1493           on solaris
1494
1495 2005-08-24 Borut Razem <borut.razem AT siol.net>
1496
1497         * clean.mk, device/lib/clean.mk: find on sparc-solaris does not support -maxdepth option
1498
1499 2005-08-23 Bernhard Held <bernhard AT bernhardheld.de>
1500
1501         * src/SDCCopt.c (convertToFcall): fixed modulus with divisors 1 and
1502         ffffffffu
1503
1504 2005-08-23 Maarten Brock <sourceforge.brock AT dse.nl>
1505
1506         * as/mcs51/aslink.h: completed lkrloc.c prototypes
1507         * as/mcs51/lkmain.c (link_main): fixed warning
1508         * device/include/stdbool.h: ds390 has no advanced bit support yet
1509         * src/SDCC.y: use SPEC_SHORT and renamed _signed to b_signed
1510         * src/SDCCsymt.c: use SPEC_SHORT and renamed _signed to b_signed
1511         * src/SDCCsymt.h (struct specifier): renamed _xxx bitfields to b_xxx
1512           and updated their macros
1513         * src/SDCCval.c (constVal): updated comment for renamed b_long
1514
1515 2005-08-22 Maarten Brock <sourceforge.brock AT dse.nl>
1516
1517         * as/mcs51/asdata.c: changed ctype['['] to BINOP
1518         * as/mcs51/asexpr.c (expr): added case '[' for bit access in bdata,
1519           (term): abused bit 15 of s_addr to indicate bit-addressable bytes,
1520           (oprio): set priority for '['
1521         * as/mcs51/aslink.h: added define R_BIT, and prototypes for adb_bit
1522            and adb_24_bit
1523         * as/mcs51/asm.h: added defines R_BIT and S_BIT
1524         * as/mcs51/lkarea.c (lnksect2): use T for seg BIT_BANK and overlay it
1525         * as/mcs51/lkdata.c: changed ctype['['] to BINOP
1526         * as/mcs51/lkmain.c (Areas51): rel2 contains 12 (=C) areas now,
1527           added overlayable BIT_BANK area
1528         * as/mcs51/lkmem.c (summary): add BIT_BANK to BSEG_BYTES in the report,
1529           (summary2): explain 'T' in legenda
1530         * as/mcs51/lkrloc.c: replaced old K&R style,
1531           (relr): added R_BIT processing,
1532           (errmsg): added "Bit-addressable relocation error",
1533           (adb_bit): added for converting from byte- to bit-addressable space,
1534           (adb_24_bit): added for converting from byte- to bit-addressable space
1535         * device/include/stdbool.h: changed BOOL to __bit for mcs51 as it can be
1536            used in reentrant functions now even as return value
1537         * device/lib/_gptrput.c (_gptrput): removed obsolete code
1538         * src/SDCCast.c (resultTypePropagate): also propagate AND_OP and OR_OP,
1539           (decorateType): case '!', GETHBIT, AND_OP, OR_OP: result in bool or char
1540         * src/SDCCglobl.h: added indicator BitBankUsed
1541         * src/SDCCglue.c (glue): emit area BIT_BANK with byte 'bits' and equ's for
1542            the bit registers b0-b7
1543         * src/SDCCicode.c (operandFromSymbol): removed IS_BITVAR check,
1544           (geniCodeCast): fixed bug 1263853,
1545           (geniCodeLogicAndOr): put result in bool or char,
1546           (geniCodeReceive): added parameter func for accessing the return type,
1547           (geniCodeFunctionBody): pass func to geniCodeReceive
1548         * src/SDCCmain.c: added indicator BitBankUsed
1549         * src/SDCCmem.c (allocLocal): explicitly set sclass for V_BIT
1550         * src/SDCCsymt.c (newBoolLink): added for creating a bool/bit,
1551           (checkSClass): don't put automatic bool/bit on stack,
1552           (checkFunction): removed check on function cannot return bit
1553         * src/SDCCsymt.h: added newBoolLink prototype
1554         * src/mcs51/gen.c (rb1regs): added bit registers,
1555           (movc): created for assigning to carry,
1556           (pushReg, popReg): created for pushing registers,
1557           (sameRegs): check both AOP_REG and AOP_CRY types,
1558           (aopOp): handle bit registers,
1559           (aopPut): optimization no self-assign,
1560           (saveRegisters): push reg->base (bits) only once for bit registers,
1561            and use pushReg,
1562           (unsaveRegisters): pop reg->base only once and use popReg,
1563           (assignResultValue): added parameter func and return in carry for bits,
1564           (genIpush): optimization no reload in A if not changed,
1565           (genSend): bit parameters in reentrant functions are passed in bit
1566            registers by first assigning to bits in B, then save registers and
1567            copy B to bits,
1568           (genCall): handle returning in Carry properly, save it in F0 if needed,
1569           (genPcall): updated assignResultValue call, this is not safe yet for bit
1570            returning function !!!
1571           (genFunction): don't generate equ's for bit registers and use pushReg,
1572           (genEndFunction): take care of bit returning functions and use popReg,
1573           (genRet): return bit in Carry,
1574           (genIfx): optimize bit registers and other directly addressable bits,
1575           (genReceive): updated assignResultValue call
1576         * src/mcs51/main.c (_mcs51_reset_regparm): added regBitParmFlg,
1577           (_mcs51_regparm): allow passing of upto 8 bit parameters in bit
1578            registers when using stack-auto
1579         * src/mcs51/ralloc.c (_G): added allBitregs,
1580           (regs8051): added the bit registers,
1581           (createStackSpil): use macro IS_BIT,
1582           (getRegBit): added to allocate a bit register, else spill,
1583           (getRegBitNoSpil): added to allocate a bit register, else a gpr,
1584           (updateRegUsage): factored out to ease stepping while debugging,
1585           (serialRegAssign): use updateRegUsage, only spill bits if necessary,
1586            also allocate bit registers,
1587           (fillGaps): handle bit registers,
1588           (findAllBitregs): added to create bit vector with all bit registers,
1589           (mcs51_allBitregs): returns this bit vector,
1590           (mcs51_assignRegisters): when using stack-auto use bit registers for
1591            passing parameters and creating local variables
1592         * src/mcs51/ralloc.h: added B0_IDX..B7_IDX and prototype mcs51_allBitregs
1593
1594 2005-08-22 Borut Razem <borut.razem AT siol.net>
1595
1596         * device/lib/Makefile.in: replaced find option -or with -o
1597           to make it run on solaris
1598
1599 2005-08-22 Raphael Neider <rneider AT web.de>
1600
1601         * src/pic16/gen.c (pic16_loadFromReturn): added check for AOP_PCODE,
1602           fixes #1265442 (crash on Solaris)
1603
1604 2005-08-20 Borut Razem <borut.razem AT siol.net>
1605
1606         * configure, configure.in: added tests for libsocket and libnsl libraries,
1607           requred by sdcdb on sparc-solaris; generate support/regression/Makefile
1608           from support/regression/Makefile.in
1609         * support/regression/Makefile.in: added
1610         * device/lib/pic16/Makefile.common.in: force make to use bash shell
1611         * sim/ucsim/libtool: regenerated on sparc-solaris
1612         * sim/ucsim/avr.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
1613           sim/ucsim/s51.src/Makefile.in, sim/ucsim/xa.src/Makefile.in,
1614           sim/ucsim/z80.src/Makefile.in: removed GNU ld specific linker options
1615           -Wl,--start-group and -Wl,--end-group to enable ucsim compilation on
1616           sparc-solaris, which doesn't use GNU ld linker
1617         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) does not support -u option
1618         * as/Makefile: find on sparc-solaris does not support -maxdepth option
1619
1620 2005-08-19 Maarten Brock <sourceforge.brock AT dse.nl>
1621
1622         * src/mcs51/peeph.def: updated comments
1623
1624 2005-08-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1625
1626         * device/lib/_gptrget.c,
1627         * device/lib/_gptrput.c: slightly shorter
1628         * doc/sdccman.lyx: incremented version
1629         * src/mcs51/peeph.def: moved peephole comments to the line of first
1630           change to better keep line correlation, reanimated 186.e
1631         * src/mcs51/peeph.def: renamed similar peepholes by using suffixes
1632
1633 2005-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
1634
1635         * src/pic/pcode.c : Pasted ".line" assembly directives patch from
1636           David Saxton with quotes around file name.
1637
1638 2005-08-15 Borut Razem <borut.razem AT siol.net>
1639
1640         * support/regression/tests/bitfields.c, support/regression/tests/bitvars.c,
1641           support/regression/tests/bitwise.c, support/regression/tests/literalop.c,
1642           support/regression/tests/rotate.c, support/regression/tests/zeropad.c:
1643           make tests run on x86_64 platform
1644
1645 2005-08-13 Raphael Neider <rneider AT web.de>
1646
1647         * device/lib/pic16/Makefile.subdir: weakened clean-intermediate rule
1648           as it might be executed DURING a build (parallel make is wonderful)
1649
1650 2005-08-13 Raphael Neider <rneider AT web.de>
1651
1652         * device/lib/Makefile.in (port-specific-objects-pic16):
1653           revert to cp $(PORT)/bin/*.* $(PORTDIR)
1654         * device/lib/pic16/Makefile: added .PHONY targets, removed builddir
1655           dependency
1656         * device/lib/pic16/Makefile.rules: build subdirs before creating
1657           the library, removed builddir rule, create $(builddir) early in
1658           recurse rule, use empty recurse rule for leaf directories
1659         * device/lib/pic16/Makefile.subdir: added phony targets, ignore
1660           mkdir errors (race condition), removed duplicate suffix "hex"
1661           from clean rules
1662         * device/lib/pic16/libdev/Makefile: recursive make via + and $(MAKE)
1663         * device/lib/pic16/libio/Makefile: create sub-make's builddir early,
1664           prevents mkdir -p from aborting on Alpha
1665
1666 2005-08-12 Raphael Neider <rneider AT web.de>
1667
1668         * src/pic16/glue.c (pic16_print(G)PointerType): do not flush
1669           db-statements in order to allow for arrays of pointers in code
1670           sections to be placed without interspersed 0-padding, fixes
1671           bug #1256215
1672         * (emitStatistics): fixed division by zero for pic18f1220
1673         * src/pic16/pcode.c: buffer (up to) 12 DB directives to allow for
1674           unpadded writing of 8-bit, 16-bit, 24-bit and 32-bit values
1675         * (pic16_emitDS): respect DB_ITEMS_PER_LINE
1676         * (pic16_pCodeConstString): keep track of already emitted string
1677           literals to prevent "duplicate definitions of symbol _str_NR"
1678         * src/pic16/ralloc.c (pic16_allocRegByName): removed not so helpful
1679           debug message
1680         * device/lib/Makefile.in: ignore failing PIC16 library builds
1681         * device/lib/pic16/Makefile: do not build if gputils are missing
1682         * device/lib/pic16/Makefile.common.in: do not enforce MAKEFLAGS=-s
1683
1684 2005-08-10 Raphael Neider <rneider AT web.de>
1685
1686         * device/lib/Makefile.in: fixed copying pic16 libraries (broken by
1687           my last commit)
1688
1689 2005-08-10 Raphael Neider <rneider AT web.de>
1690
1691         * src/*.c, src/pic16/{gen.c,glue.c,main.c}: applied Vangelis
1692           Rokas' patch to add the new fixed point type "__fixed16x16"
1693         * device/lib/pic16/libsdcc/fixed16x16: added Vangelis' support
1694           functions for __fixed16x16 arithmetics
1695         * device/lib/pic16: reimplemented the build system to support
1696           a separate build directory, better handling of libio (create
1697           the library in a separate subdir for each architecture) and
1698           easier configuration (centralized in Makefile.common)
1699
1700 2005-08-07 Raphael Neider <rneider AT web.de>
1701
1702         * src/pic16/gen.c (genrshTwo): fixed sign extension
1703         * src/pic16/device.c: added pic18f2320, 4220 and 4320
1704         * device/include/pic16/pic18f2220.h: changed some bit definitions,
1705           added T0CONbits
1706         * device/include/pic16/pic18f4220.h: NEW, header for
1707           pic18f4220 and pic18f4320
1708         * device/include/pic16/pic18fregs.h: added new devices,
1709           embraced Nop(), ClrWdt(), Sleep() and Reset() with do {} while(0)
1710         * device/include/pic16/signal.h: resolved name clashes
1711           on bit definitions, added DEF_HANDLER2(sig1,sig2,handler)
1712           to also allow testing for interrupt enable bits, added
1713           comments on how to use the macros
1714         * device/lib/pic16/libdev/pic18f2220.c: added T0CONbits
1715         * device/lib/pic16/libdev/pic18f{2320,4220,4320}.c: NEW,
1716           register definitions for the devices
1717         * device/lib/pic16/pics.all: added new devices
1718         * device/lib/pic16/libc/stdlib/calloc.c: fixed zeroing
1719           allocated memory
1720         * device/lib/pic16/libc/stdlib/memfree: do not count
1721           the block header as free memory
1722         * device/lib/pic16/libc/stdlib/memmisc.c (_initHeap):
1723           simplified and added missing end-of-blocklist-marker
1724           (reported by Peter Onion, fixes #1252814)
1725         * (_mergeHeapBlock): fixed loop condition
1726         * device/lib/pic16/libc/stdlib/realloc.c: return NULL for
1727           len==0, restructured code
1728         * device/lib/pic16/libc/stdlib/{malloc,memfreemax}.c: cleaned
1729           up a bit, reduced bitfield accesses, prevent endless loops
1730           in case of heap corruption
1731         * device/lib/pic16/libc/stdlib/x_ftoa.c: disabled
1732           "unreferenced arguments/must return a value" warnings
1733         * device/lib/pic16/libio/usart/ubaud.c (usart_baud):
1734           replaced BAUDREG with SPBRG
1735         * device/lib/pic16/libsdcc/lregs/{lrrest.c,lrst.c},
1736           device/lib/pic16/debug/gstack/gstack.c: replaced
1737           _naked, _asm, _endasm with __naked, __asm, __endasm
1738
1739 2005-08-05 Raphael Neider <rneider AT web.de>
1740
1741         * src/pic16/gen.c (pic16_aopGet): fixed handling of offsets in
1742           AOP_PCODE operands, fixes multibyte union-bitfield-accesses
1743
1744 2005-08-05 Borut Razem <borut.razem AT siol.net>
1745
1746         * device/lib/Makefile.in: added missing ';'
1747         * configure: removed ^M characters
1748
1749 2005-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1750
1751         * device/include/mcs51/at89c51ed2.h, device/include/mcs51/p89v51rd2.h,
1752           device/include/mcs51/at89s53.h: changed to GNU Lesser General Public
1753           License
1754
1755 2005-08-04 Borut Razem <borut.razem AT siol.net>
1756
1757         * configure.in: pic16 libraries build 2nd try - enable running
1758           configure in device/lib/pic16
1759         * configure: regenerated from configure.in
1760         * device/lib/Makefile.in: create $(PORT)/bin directory
1761
1762 2005-08-03 Raphael Neider <rneider AT web.de>
1763
1764         * src/pic16/gen.c (pic16_derefPtr): NEW, single place
1765           to get/set values via pointers
1766         * (genUnpackBits,genPackBits): changed detection of
1767           ptr->bitfield vs. sym.bitfield, fixed access via generic
1768           pointers, removed dead (wrong) code for multibyte bitfields
1769         * (genNearPointerGet, genGenPointerGet): removed useless code,
1770           fixed bitfield detection, fixes #1250594
1771         * (genNearPointerSet): removed useless code
1772         * src/pic16/gen.h: renamed pic16_emitpcode to pic16_emitpcode_real
1773           and introduced macro pic16_emitpcode that conditionally emits
1774           the origin of the following pCode (useful for debugging SDCC)
1775         * src/pic16/pcode.c: changed (and disabled) some debug outputs
1776         * (createDefmap): fixed handling of LFSR for --optimize-df
1777
1778 2005-08-02 Borut Razem <borut.razem AT siol.net>
1779
1780         * device/lib/Makefile.in: pic16 libraries build enabled since
1781           gputils-0.13.2 are now localy installed at sourceforge's compile farm
1782
1783 2005-08-02 Raphael Neider <rneider AT web.de>
1784
1785         * src/pic16/gen.c (genPackBits): removed deprecated warning
1786         * (genGenPointerSet): fixed bitfield detection
1787
1788 2005-08-02 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1789
1790         * device/include/mcs51/msm8xc154s.h: Removed PT2 definition, now in 8052.h.
1791
1792 2005-07-31 Raphael Neider <rneider AT web.de>
1793
1794         * device/lib/pic16/libdev/pic18f458.c,
1795           device/include/pic16/pic18f458.h: added missing T0CONbits
1796
1797 2005-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
1798
1799         * device/include/mcs51/msm8xc154s.h: added, thanks to Matthias Arndt
1800
1801 2005-07-28 Maarten Brock <sourceforge.brock AT dse.nl>
1802
1803         * src/mcs51/gen.c (operandsEqu): fixed bug 1246687
1804
1805 2005-07-23 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1806
1807         * device/include/mcs51/at89c51ed2.h: added.
1808
1809 2005-07-23 Raphael Neider <rneider AT web.de>
1810
1811         * src/pic/gen.h: added emitpcode macro for debugging
1812         * src/pic/gen.c (emitpcode): renamed to emitpcode_real
1813           and replace by macro adding debug information on demand
1814         * (genNot): fixed to C semantics (!0 = 1; !x = 0 iff x != 0)
1815         * (gencjne): tried to fix; replaced with correct (slower) code
1816         * (gen{Unp,P}ackBits): fixed single bit access
1817         * src/pic/pcode.c (AnalyzepCode): fixed DFPRINTF argument
1818         * src/pic/pcodepeep.c (pCodeSearchCondition): fixed finding
1819           previous instruction
1820         * src/pic/pcoderegs.c (regIsSpecial): NEW, check whether a
1821           register has to be handled with care (forbidding movement
1822           of assignments/uses, removing assignments completely, ...)
1823         * (pCodeOptime2pCodes): make use of regIsSpecial
1824         * added lots of debugging output (commented out)
1825         * src/pic/rallloc.c (deassignLRs): prevent operand registers
1826           from being reused as result UNLESS it is known to work
1827
1828 2005-07-23 Maarten Brock <sourceforge.brock AT dse.nl>
1829
1830         * support/Util/dbuf.h: include <stddef.h> for size_t
1831         * .version: changed to version 2.5.2
1832
1833 2005-07-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1834
1835         * src/SDCCloop.c (loopInvariants): fixed bug #1234048
1836
1837 2005-07-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1838
1839         * src/hc08/gen.c (genMinus): fixed bug #1241835,
1840           (genModOneByte): removed needless psha/pula
1841
1842 2005-07-22 Raphael Neider <rneider AT web.de>
1843
1844         * src/SDCCmain.c (linkEdit): initialized linkerScriptFileName,
1845           have PIC14 handled like PIC16, fixes broken pic14 linker calls
1846         * src/pic/gen.c (resolveIfx): do not "invent" labels
1847         * (genSkipc): changed to positive logic
1848         * (genSkipCond): removed as no longer needed
1849         * (pic14_mov2w_regOrLit,genCmp): NEW, replacement for buggy version,
1850           backport from PIC16
1851         * (genLeftShift): check operands are in different registers
1852         * src/pic/genarith.c (genPlus): replaced INCF with ADDLW as
1853           INCF does not update CARRY...
1854         * src/pic/main.c: fixed _linkCmd
1855         * src/pic/pcode.c (unlinkpCode): added inactive code
1856         * src/pic/ralloc.c (deassignLRs): keep arguments to shift operations
1857           alive (do not assign result and operand overlapping registers)
1858
1859 2005-07-22 Raphael Neider <rneider AT web.de>
1860
1861         * src/pic/device.c (dump_sfr): replaced register declaration with
1862           call to emitSymbolToFile() to avoid duplicate symbols
1863         * (assignRelocatableRegisters): do not declare external symbols
1864         * src/pic/ralloc.c (allocNewDirReg): fixed to get size of arrays
1865           right (take size of type, not etype)
1866         * (allocDirReg): fixed call to allocNewDirReg() to pass OP_SYM_TYPE
1867         * (writeUsedRegs): also dump dynDirectRegs (e.g. local variables)
1868         * (packRegsForAccUse): disabled assignment of WREG as
1869           the result reg to prevent occurence of just fixed #1235003,
1870           fixes #1242954
1871         * src/pic/glue.c (emitSymbolToFile): NEW, central place to declare
1872           symbols (avoids duplicate symbols in .asm file)
1873         * (pic14emitRegularMap): use emitSymbolToFile()
1874         * src/pic/gen.c (aopOp): fixed spillLocation handling
1875         * (gen{Unp,P}ackBits): fixed acquiring bit-operands
1876         * (genDataPointerSet): removed unneccessary variables/output
1877
1878 2005-07-22 Maarten Brock <sourceforge.brock AT dse.nl>
1879
1880         * as/mcs51/lkarea.c: enlarged codemap for banked memory
1881         * device/lib/mcs51/crtbank.asm: added # to 0x0F
1882
1883 2005-07-21 Raphael Neider <rneider AT web.de>
1884
1885         * src/pic/gen.c (aopOp): do not generate AOP_ACC operands as pic14
1886           architecture cannot handle them efficiently, fixes bug #1235003
1887         * src/pic16/device.c (pic16_dump_{u,i}section,pic16_dump_int_registers):
1888           check for empty sets before using them (fixes bug #1232190)
1889
1890 2005-07-19 Maarten Brock <sourceforge.brock AT dse.nl>
1891
1892         * as/mcs51/lkarea.c (lnkarea, lnkarea2): improved BSEG size calculation,
1893           (lnksect2): generate warnings for memory overlap
1894         * src/SDCC.lex (doPragma, process_pragma): added pragma's codeseg and
1895           constseg to set the name of these segments so you can instruct the linker
1896           to place them in banks
1897         * src/SDCCast.c (decorateType): use new macro IS_FUNCPTR()
1898         * src/SDCCglobl.h: added MODEL_HUGE to enum,
1899           added code_seg and const_seg to options
1900         * src/SDCCglue.c (emitMaps): use options.const_seg,
1901           (createInterruptVect): put interrupt vectors in segment HOME,
1902           (glue): put HOME before static segment and put the main glue in HOME,
1903           (glue): use options.code_seg
1904         * src/SDCCicode.c (geniCodeCall): use new macro IS_FUNCPTR()
1905         * src/SDCCmain.c: added option --codeseg and --constseg to set the name of
1906           these segments so you can instruct the linker to place them in banks
1907           (linkEdit): use code_loc for HOME segment which should be the first
1908           segment in code memory now
1909         * src/SDCCmem.c: fixed more stuff like bug 1238386
1910         * src/SDCCsymt.c (getSize): use generic pointer size for banked functions,
1911           (changePointer): don't change function pointers to code pointers for
1912           banked functions,
1913           (compareType): added exceptional check for banked function pointers
1914         * src/SDCCsymt.h: changed IFFUNC_ISBANKEDCALL, added IS_FUNCPTR
1915         * src/hc08/main.c (_hc08_genAssemblerPreamble): put HOME first, put CSEG
1916           after static in code memory
1917         * src/mcs51/gen.c: added aopLiteralLong prototype,
1918           (aopForSym): use getSize for functions,
1919           (genCall): generate banked calls over one trampoline __sdcc_banked_call
1920           in HOME with lsb of address in r0, msb in r1 and bank in r2, use
1921           -Wl-bBANKSEG=0xbbaaaa option to set the address (aaaa) and bank (bb) of
1922           the segment,
1923           (genPcall): use call for literal function pointers and generate banked
1924           calls over the one trampoline so there's only one place for the user to
1925           modify according to his/hers hardware,
1926           (genEndFunction): jump to __sdcc_banked_ret in HOME for banked functions,
1927           (genPlusIncr): moved check icount>4 beyond inc dptr optimization
1928         * src/mcs51/main.c: added keyword banked,
1929           (_mcs51_genExtraAreas): put HOME first followed by GSINIT, STATIC and CSEG
1930         * support/Util/SDCCerr.c,
1931         * support/Util/SDCCerr.h: added E_BANKED_WITH_CALLEESAVES, registers are
1932           needed for passing the bank and address to the trampoline
1933         * device/lib/mcs51/crtbank.asm: added for bankswitching
1934         * device/lib/mcs51/Makefile: added crtbank
1935
1936 2005-07-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1937
1938         * src/SDCCcse.c (algebraicOpts): fixed loss of volatility
1939           for fields at offset 0 of a struct or union as reported
1940           on 2005-07-07 in the developer mailing list.
1941
1942 2005-07-15 Maarten Brock <sourceforge.brock AT dse.nl>
1943
1944         * src/SDCCmem.c: fixed bug 1238386
1945
1946 2005-07-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1947
1948         * src/mcs51/peeph.def: added labelrefcounting for peepholes
1949           (patch #1144962), added peephole 300, enabled 259.x
1950         * doc/sdccman.lyx: removed screenshot and provided link instead
1951
1952 2005-07-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1953
1954         * doc/sdccman.lyx: added section about debugging with ddd
1955         * doc/figures/ddd_example.eps: screenshot of debugging session
1956
1957 2005-07-04 Raphael Neider <rneider AT web.de>
1958
1959         * src/pic/gen.c (genPointerGet): handle pointers to CONST values
1960           like CODE pointers, fixes #1115683
1961         * src/pic/pcode.c (DoBankSelect): forget LastRegIdx during function
1962           call, fixes bugs #1232211, #1228110,
1963           fixed wrong casts to pCodeFlow from pCodeInstructions
1964
1965 2005-07-04 Raphael Neider <rneider AT web.de>
1966
1967         * src/pic/gen.c (popGet): changed assert to allow for
1968           bit operands
1969         * (popGetAddr): changed signature to provide
1970           an additional index, patched all call sites
1971         * (genCmpEq): handle literal-like operands correctly
1972         * (genAddrOf): added sanity checks on __code/__data pointers
1973         * (genAssign): added handling of symbols from __code section
1974         * (gencjne): do not generate code for comparisons whose result
1975           is neither stored nor used, fixes bug #1171114
1976         * (AccLsh, AccRsh): operate on operand instead of WREG
1977         * (shift{Left,Right}_Left2ResultLit): NEW, size independant
1978           replacement for Shift{LR}{12}Left2Result; shift (byte/int/long)
1979           by known count
1980         * rewrote complete shift-by-literal logic, commented unused
1981           functions out
1982         * (genConstPointerGet): get multiple bytes (if result size > 1),
1983           fixed handling of non-immediate addresses
1984         * (genPointerGet): handle CODE pointers like CONST pointers
1985         * (genpic14Code): insert C-SRC lines as Cource-pCodes
1986         * ({aop,op}_isLitLike): NEW, single place to decide whether an
1987           operand is to be treated as a literal or not
1988         * (mov2w,genPcall,genCmpEq),
1989           src/pic/genarith.c: use aop_isLitLike() to decide between
1990           literal/register contents
1991         * (addSign): added missing offset
1992         * src/pic/gen.h: remove newline after FENTRY/FEXIT comments,
1993           only emit comment in debug-mode,
1994           use {aop,op}_isLitLike throughout the file
1995         * src/pic/glue.c: fix initializers for pointers (work in progress)
1996         * src/pic/pcode.c (get_op): honor index on _const symbols
1997         * ({reset,dump}pCodeStatistics): NEW, estimate code size
1998         * (dumppBlock): added pCode size estimation
1999         * src/pic/ralloc.c (deassignLRs,serialRegAssign,packRegisters):
2000           check for IS_SYMOP before OP_SYMBOL'ing
2001         * fixed indentation, compacted switch-statements
2002         * (allocReg): find free register and allocate it instead of
2003           allocating new registers all the time
2004         * (deassignLRs): prevent POINTER_GET's from being assigned the same
2005           registers as its operands (necessary only for multibyte GETs)
2006
2007 2005-07-01 Raphael Neider <rneider AT web.de>
2008
2009         * src/pic/gen.h: added prototypes emitpComment, popGetAddr and
2010           debugging .asm-output macros FENTRY + FEXIT
2011         * src/pic/gen.c (Safe_vsnprintf): NEW, is there a more generic
2012           way... I wonder...
2013         * (emitpComment): NEW, printf to pCode
2014         * (popGet): added assert on too large offsets, fixed PO_IMMEDIATE's
2015           offset handling
2016         * (popGetAddr): NEW, variant of popGet to access an immediates
2017           high(er) bytes instead of the n'th byte of memory they reference,
2018           replaced popGet with popGetAddr where neccessary
2019         * (genDataPointerGet): reactivated and fixed implementation
2020         * (genNearPointerGet): enabled call to genDataPointerGet, fixes array-
2021           accesses
2022         * (genDataPointerSet): fixed multibyte assignments
2023         * (genpic14Code): fixed --i-code-in-asm handling
2024         * src/pic/genarith.c: fixed PO_IMMEDIATE issue using popGetAddr,
2025         * (genPlus): fixed index-out-of-bounds error
2026         * src/pic/pcode.c (get_op): fixed PO_IMMEDIATE's index/offset handling
2027         * src/pic/ralloc.c: added debugging output macro FENTRY2
2028         * (spillThis): fixed indentation, enbraced for-body for clarity
2029         * (rematStr): commented out as now unused
2030         * (regTypeNum): commented out special spill case (overwrites
2031           arbitrary values)
2032         * fixes bugs #1229346, #1216476 (both arrays) and #1115667 (SIGSEGV)
2033
2034 2005-06-30 Maarten Brock <sourceforge.brock AT dse.nl>
2035
2036         * doc/sdccman.lyx: documented sfr16/sfr32,
2037           added example for using storage class with function pointers
2038         * src/mcs51/gen.c (genPlusIncr): optimized small offsets from dptr
2039
2040 2005-06-28 Maarten Brock <sourceforge.brock AT dse.nl>
2041
2042         * device/lib/_gptrget.c: also push/pop _PSBANK, added # to 0x03
2043         * device/lib/_itoa.c,
2044         * device/lib/_ltoa.c: optimized codesize
2045         * src/SDCCsymt.c (checkSClass): added sanity check for sfr at addresses,
2046           but don't know how to suppress the double warning.
2047         * src/mcs51/gen.c (genPlusIncr): fixed bug when incrementing volatile int's
2048         * support/Util/SDCCerr.c,
2049         * support/Util/SDCCerr.h: added warning W_SFR_ABSRANGE for sanity check
2050
2051 2005-06-27 Maarten Brock <sourceforge.brock AT dse.nl>
2052
2053         * as/mcs51/asexpr.c (expr): disabled warning "not in .flat24 mode",
2054           fixed old K&R prototypes
2055         * as/mcs51/asout.c (outrb): always output as if generating 24bit addresses
2056         * device/lib/_gptrget.c,
2057         * device/lib/_gptrgetc.c,
2058         * device/lib/_gptrput.c: changed versions for new memory indicator values,
2059           also new versions for small generic pointers and banked generic pointers
2060         * src/port.h: added const_name
2061         * src/SDCC.lex: added keywords sfr16, __sfr16, sfr32, __sfr32
2062         * src/SDCC.y: added tokens SFR16, SFR32 and their sfr_attributes
2063         * src/SDCCcse.c (findPrevIc): check all associative operators
2064         * src/SDCCglue.c (emitMaps): use CONST_NAME if defined
2065         * src/SDCCicode.h: added macro IS_ASSOCIATIVE
2066         * src/SDCCmem.c: updated comments,
2067           set far-space to 0 for pdata, results in optimized code
2068         * src/SDCCmem.h: added macro CONST_NAME
2069         * src/SDCCsymt.h: renumerated generic pointer types GPTYPE_... thereby
2070           moving the info into the highest bits, see also gptrget/gptrput
2071         * src/src.dsp: added sdcc.ico to project files
2072         * src/avr/gen.c (genCast): fixed bug 0x%d
2073         * src/avr/main.c (avr_port): added "CONST (CODE)" for const_name
2074         * src/ds390/gen.c (aopForRemat, adjustArithmeticResult): disconnected direct
2075           relation between ptr_type and DCL_TYPE,
2076           (genCast): fixed bug 0x%d
2077         * src/ds390/main.c (ds390_port, tininative_port, ds400_port): added "CONST
2078           (CODE)" for const_name
2079         * src/hc08/gen.c (genCast): fixed bug 0x%d
2080         * src/hc08/main.c (_hc08_genAssemblerPreamble): added .area ...const_name,
2081           (hc08_port): added "CONST (CODE)" for const_name
2082         * src/mcs51/gen.c (aopForSym): optimized pushing ACC,
2083           (aopForRemat, adjustArithmeticResult): disconnected direct relation
2084           between ptr_type and DCL_TYPE,
2085           (aopGetUsesAcc, aopGet, aopPut): changed first parameter from asmop* to
2086           operand* and took AOP() inside function so sfr-ness can be checked,
2087           (all over): repaired calls to aopGetUsesAcc, aopGet, aopPut to comply with
2088           new prototype,
2089           (genFunction, genEndFunction): optimized stack setup,
2090           (genMinus): optimized for literals with ending zeroes (in bytes),
2091           (genCast): fixed bug 0x%d
2092         * src/mcs51/main.c (_mcs51_keywords): added sfr16 and sfr32,
2093           (mcs51_port): added "CONST (CODE)" for const_name
2094         * src/mcs51/peeph.def: made rule 226 more generic
2095         * src/pic/main.c (pic_port): added "CONST (CODE)" for const_name
2096         * src/pic16/main.c (pic16_port): added "CONST (CODE)" for const_name
2097         * src/xa51/main.c (xa51_port): added "CONST (CODE)" for const_name
2098         * src/z80/main.c (z80_port): added NULL for const_name,
2099           (gbz80_port): added NULL for const_name
2100         * support/regression/tests/bug663539.c,
2101         * support/regression/tests/sfr16.c: new tests
2102
2103 2005-06-25 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2104
2105         * device/include/mcs51/p89v51rd2.h, device/include/mcs51/at89s53.h: added.
2106
2107 2005-06-24 Raphael Neider <rneider AT web.de>
2108
2109         * device/lib/pic16/libdev/pic18f[68][567]20.c:
2110           corrected typos...
2111         * device/include/pic16/signal.h: added USBIF
2112           and SIG_USB
2113
2114 2005-06-24 Raphael Neider <rneider AT web.de>
2115
2116         * device/lib/pic16/libdev/pic18f2455.c,
2117           device/include/pic16/pic18f2455.h: NEW
2118         * device/include/pic16/pic18fregs.h,
2119           device/lib/pic16/pics.all,
2120           src/pic16/device.c: added 18f2455
2121         * device/lib/pic16/libdev/pic18f[68][567]20.c,
2122           device/include/pic16/{pic18f[68][567].h,usart.h}:
2123           replaced MULTIPLE_USARTS define with more relaible
2124           compatibility sfrs (for USART access)
2125
2126 2005-06-20 Slade Rich <slade_rich AT users.sourceforge.net>
2127
2128         * src/pic/pcode.c : Fixed problem when a string constant contains a "\r\n"
2129           and the output asm file line is printed on two lines.
2130
2131 2005-06-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2132
2133         * sim/ucsim/hc08.src/inst.cc (inst_condbranch): fixed simulation of
2134           BGT, BLE, BHI, and BLS instructions
2135         * src/hc08/gen.c (outAcc, outBitC, outBitNV, genCmpLt, genCmpGt,
2136           genCmpEq): removed
2137         * src/hc08/gen.c (genCmpEQorNE, genCmp, branchopCmp, nameCmp,
2138           negatedCmp, exchangedCmp, genhc08Code): rewrite of comparison handling,
2139           fixes bug #1216342
2140         * src/hc08/peeph.def: added rules 2g - 2l for new conditional branches
2141
2142 2005-06-15 Raphael Neider <rneider AT web.de>
2143
2144         * src/pic16/NOTES: moved Vangelis from active developers to people to contact
2145         * device/include/pic16/{6520.h,8520.h}: fixed configuration bits
2146         * src/pic16/gen.c (): prevent iTemps from being considered to be in CODESPACE,
2147           fixes bug #1221120; for symbols in CODESPACE get number of bytes to read from
2148           OP_SYM_TYPE() instead of OP_SYM_ETYPE()
2149
2150 2005-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2151
2152         * device/include/mcs51/reg764.h: Changed PB0 to PBO as requested by
2153           Marcel Telka in bug #1215704
2154
2155 2005-06-02 Slade Rich <slade_rich AT users.sourceforge.net>
2156
2157         * src/pic/pcode.c : Changed pseudo stack size to 15 to allow WSAVE to be
2158           located in shared memory bank.
2159
2160 2005-05-31 Raphael Neider <rneider AT web.de>
2161
2162         * src/pic16/{gen.c,genarith.c}: replaced sign-extension
2163           "CLRF, BTFSC <signbit>, DECF/COMF" with side-effect-free
2164           "CLRF, BTFSC <signbit>, SETF"; fixes "long>>9"
2165
2166 2005-05-27 Maarten Brock <sourceforge.brock AT dse.nl>
2167
2168         * device/lib/_strncpy.c: fixed the fix
2169
2170 2005-05-26 Raphael Neider <rneider AT web.de>
2171
2172         * src/pic16/glue.c (pic16_printIvalChar): fixed _constant_ string
2173           initializers with \0, bug #1208187
2174         * src/pic/glue.c (printIvalChar): fixed (non- and constant) string
2175           intializers with \0, bug #1208187
2176
2177 2005-05-26 Raphael Neider <rneider AT web.de>
2178
2179         * src/pic16/glue.c (pic16_printIvalChar): fixed string
2180           initializers with \0, bug #1208187
2181         * src/pic16/main.c (_process_pragma): added sanity checks
2182           for stack position and size, emit warnings when appropriate
2183
2184 2005-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
2185
2186         * device/lib/_strncpy.c: fixed not filling with \0
2187
2188 2005-05-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2189
2190         * src/SDCCast.c (funcOfType, funcOfTypeVarg, stringToSymbol,
2191           createFunction),
2192         * src/SDCC.y (external_definition, enumerator, parameter_declaration,
2193           compound_statement),
2194         * src/SDCCsymt.h,
2195         * src/SDCCsymt.c (addSymChain, processFuncArgs): fixed bug #1159134
2196
2197 2005-05-24 Raphael Neider <rneider AT web.de>
2198
2199         * src/pic16/glue.c (pic16_printGPointerType): fixed #1207796
2200
2201 2005-05-24 Raphael Neider <rneider AT web.de>
2202
2203         * device/include/pic16/pic18f{442,452,458}.h: fixed wrong
2204           TRISE definitions, closes bug #1162453
2205
2206 2005-05-22 Raphael Neider <rneider AT web.de>
2207
2208         * src/pic16/main.c (_process_pragma): check for missing
2209           arguments to pragmas code and udata
2210         * device/include/pic16/pic18f{2550,4331,4455,4520}.h:
2211           consistency fixes to match other headers (thanks to Jim Paris)
2212         * device/lib/pic16/libio/i2c.ignore: 18f4331 provides no I2C
2213
2214 2005-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
2215
2216         * src/SDCCicode.c (isOperandEqual): fixed missing ;
2217
2218 2005-05-19 Maarten Brock <sourceforge.brock AT dse.nl>
2219
2220         * support/regression/tests/bug1198642.c: new test
2221         * src/SDCCicode.c (isOperandEqual): fixed bug 1198642
2222         * src/SDCCcse.c (findPrevIc): added comment, please have a look
2223         * support/scripts/resource.h,
2224         * support/scripts/resource.rc,
2225         * src/src.dsp: added sdcc.ico to project as icon for sdcc.exe
2226         * support/scripts/sdcc.ico: added 32x32 icon
2227
2228 2005-05-18 Raphael Neider <rneider AT web.de>
2229
2230         * device/lib/pic16/libdev/pic18f*.c,
2231         * device/include/pic16/pic18f*.h: updated "sfr" and "at X"
2232           keywords to "__sfr" and "__at (X)"
2233         * device/include/pic16/pic18fregs.h: added pic18f4520
2234         * src/pic16/pcode.c (pic16_pCode2str): fixed (?) bug
2235           #1203088 (MPLAB compatibility)
2236
2237 2005-05-17 Raphael Neider <rneider AT web.de>
2238
2239         * device/include/pic16/pic18f{2550,4331,4455,4520}.h: NEW
2240         * device/lib/pic16/libdev/pic18f{2550,4331,4455,4520}.c: NEW
2241         * device/lib/pic16/pics.all: added new devices
2242         * src/pic16/device.c: added support for pic18f4520
2243
2244 2005-05-16 Raphael Neider <rneider AT web.de>
2245         * src/pic16/gen.{c,h}: s/mov2f/pic16_mov2f made public
2246         * src/pic16/genarith.c (genAddLit): fixed bug 1202480
2247         * src/pic16/pcode.{c,h} (pic16_newpCodeOpBit_simple): NEW
2248           convenience function for bit access
2249
2250 2005-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
2251
2252         * device/lib/printf_large.c: fixed bug 1193299
2253         * support/regression/tests/bug1057979.c: added test %3.3s
2254
2255 2005-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2256
2257         * device/include/mcs51/8051.h,
2258         * device/include/mcs51/8052.h: made parseable with lint
2259         * device/include/mcs51/lint.h: added include file for (sp)lint
2260         * doc/sdccman.lyx: added doc about use of splint (syntax checking tool)
2261         * doc/cdbfileformat.lyx,
2262         * doc/test_suite_spec.lyx: hardcoded date to the date of last text change
2263
2264 2005-05-14 Raphael Neider <rneider AT web.de>
2265
2266         * device/lib/pic16/Makefile.common.in: add --optimize-df to OPT_FLAGS
2267         * device/lib/pic16/libc/stdlib/itoa.c (new)
2268         * device/lib/pic16/libc/stdlib/Makefile: have itoa.c built
2269         * device/lib/pic16/libio/Makefile: exclude subdir according to
2270           ${subdir}.ignore for certain PICs (lacking e.g. i2c)
2271         * device/lib/pic16/libio/i2c.ignore (new): pic18f1220 has no I2C support
2272         * src/pic16/gen.c (genFunction): prevent annoying warning
2273         * src/pic16/pcode.c: renamed stack_t to dynstack_t to prevent
2274           nameclashes on BeOS
2275         * support/cpp2/cppmain.c (cpp_output_string): new
2276         * support/cpp2/cpplib.c (_cpp_do__Pragma): fixed _Pragma(""),
2277           fixes bug 1116802
2278
2279 2005-05-13 Borut Razem <borut.razem AT siol.net>
2280
2281         * src/SDCCmain.c (linkEdit): fixed bug 1195202
2282
2283 2005-05-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2284
2285         * .version: changed to version 2.5.1; back to bleeding edge development
2286
2287 2005-05-11 Borut Razem <borut.razem AT siol.net>
2288
2289         * doc/sdccman.lyx doc/cdbfileformat.lyx doc/test_suite_spec.lyx:
2290           generate PDF version 1.3 documents
2291
2292 2005-05-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2293
2294         * .version: changed to version 2.5.0
2295
2296 2005-04-27 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2297
2298         * doc/sdccman.lyx: updated weblinks, index and smaller updates
2299
2300 2005-04-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2301
2302         * doc/sdccman.lyx: changed version 2.5.0, documented --std-c89,
2303         --std-sdcc89, --std-c99, --std-sdcc99, and the corresponding #pragmas, as
2304         well as many smaller updates.
2305         * .version: changed to version 2.5.0-pre1
2306
2307 2005-04-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2308
2309         * src/SDCCmain.c (setIncludePath): added port->target to SDCC_INCLUDE_NAME
2310
2311 2005-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
2312
2313         * support/regression/tests/bug1185672.c: added
2314         * src/mcs51/gen.c (aopGetUsesAcc, genCpl, genAnd, genOr, genXor): fixed
2315           bug 1185672
2316         * src/mcs51/gen.c (genCall): added comments, made it look safer
2317         * src/mcs51/gen.c (genEndFunction): simplified
2318
2319 2005-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
2320
2321         * src/mcs51/ralloc.c (serialRegAssign): fixed bug 1189609
2322
2323 2005-04-14 Borut Razem <borut.razem AT siol.net>
2324
2325         * fixed bug 1045046 - SIGSEGV with really simple code?:
2326           src/pic/pcode.c (pCodeInitRegisters)- pseudo stack size increased to 16
2327           src/pic/ralloc.c (typeRegWithIdx) - error message on pseudo stack overflow
2328
2329 2005-04-14 Borut Razem <borut.razem AT siol.net>
2330
2331         * src/pic16/gen.c (genInline), src/pic16/main.c (_process_pragma),
2332           src/pic16/device.h: temporarily disabled experimental #inline pragma
2333           for 2.5.0 release
2334
2335 2005-04-14 Maarten Brock <sourceforge.brock AT dse.nl>
2336
2337         * device/include/z80/stdio.h,
2338         * device/include/z80/string.h: removed these highly incomplete files so
2339           SDCC can use the default ones in device/include/
2340
2341 2005-04-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2342
2343         * src/mcs51/gen.c (genEndFunction): removed unused variable to fix
2344         gcc warning.
2345         * device/lib/Makefile.in: default PORTINCDIR to the mcs51 subdir to
2346         fix sdcpp warnings.
2347
2348 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
2349
2350         * device/include/malloc.h: removed redundant __reentrant prototypes
2351         * device/lib/_mullong.c: added working xstack variant in asm (C version
2352           doesn't pass regression tests)
2353         * device/lib/bpx.c: used __data and made bpx char for mcs51
2354         * src/SDCCast.c (decorateType): removed unused GPTYPE_IDATA,
2355           (createFunction): fixed bug with xstackPtr
2356         * src/SDCCcse.c: corrected comments
2357         * src/SDCCopt.c (convertToFcall): fixed warning in MSVC,
2358           (killDeadCode, eBBlockFromiCode): removed unused code
2359         * src/SDCCsymt.h: removed unused GPTYPE_GPTR and GPTYPE_IDATA,
2360           corrected comments
2361         * src/mcs51/gen.c (aopForSym, aopPut, toBoolean, unsaveRegisters,
2362           assignResultValue, genCall, genFunction, genEndFunction, genAnd,
2363           genOr, genXor, genAddrOf): fixed several bugs concerning xstack
2364           (genModOneByte): fixed warning in MSVC
2365         * src/mcs51/main.c (): added comments
2366         * src/mcs51/peeph.def: changed 129 to 129.a, added 129.b, 129.c & 129.d
2367
2368 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
2369
2370         * src/SDCCmain.c (linkEdit): oops, changed one line too many
2371
2372 2005-04-11 Maarten Brock <sourceforge.brock AT dse.nl>
2373
2374         * src/SDCCmain.c (linkEdit): fixed bug with finding crt0.o for z80
2375
2376 2005-04-10 Vangelis Rokas <vrokas AT users.sourceforge.net>
2377
2378         * src/pic16/glue.c (printIvalChar): fixed bug when emitting
2379         characters arrays of larger size than the declared one.
2380
2381 2005-04-10 Borut Razem <borut.razem AT siol.net>
2382
2383         * src/pic/gen.c (genInline),
2384           src/pic/pcode.c (newpCodeAsmDir), (pCode2str),
2385           (genericPrint), (unlinkpCodeFromBranch), (compareLabel),
2386           (findNextInstruction), (findPrevInstruction),
2387           (findInstructionUsingLabel),
2388           src/pic/pcode.h: fixed bug #1164907 - Labels not being recognized
2389         * src/pic/pcode.c (findLabel): added missing '\n'
2390         * src/src.dsp: added SDCCdwarf2.c to the project
2391
2392 2005-04-09 Borut Razem <borut.razem AT siol.net>
2393
2394         * support/scripts/sdcc.nsi: added include/hc08/* h to NSIS setup
2395
2396 2005-04-08 Raphael Neider <rneider AT web.de>
2397
2398         * src/pic16/pcode.c: added helpers defmapInsertAfter (insert a new item
2399           into the chain after a given one) and mergeDefmapSymbols (combine
2400           defmap entries for each symbol per pcode)
2401         * (createDefmap): have defmap entries merged in the end
2402         * (defmapReplaceSymRef): split defmap entries covering two accesses to
2403           a symbol before replacing one access type's symbol, merge symbols in
2404           the end (replacement symbol might already have an entry)
2405         * (assignValnums): keep reference to written WREG intact
2406
2407 2005-04-08 Raphael Neider <rneider AT web.de>
2408
2409         * src/pic16/pcode.c (struct defmap_s): named anonymous union (for
2410           Alpha)
2411
2412 2005-04-08 Vangelis Rokas <vrokas AT users.sourceforge.net>
2413
2414         * src/pic16/pcode.c (pic16_get_op2): enlarged size of array b to 128
2415         bytes
2416
2417 2005-04-07 Raphael Neider <rneider AT web.de>
2418
2419         * device/include/pic16/usart.h: added compatibility defines for
2420           devices with more than one USART
2421         * device/include/pic16/pic18f[68][567]20.h: activated above defines
2422
2423 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
2424
2425         * device/lib/Makefile.in: updated for port specific include
2426
2427 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
2428
2429         * support/regression/ports/mcs51/spec.mk: added mcs51 include
2430
2431 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
2432
2433         * device/include/8051.h,
2434         * device/include/8052.h,
2435         * device/include/at89S8252.h,
2436         * device/include/at89c55.h,
2437         * device/include/at89x051.h,
2438         * device/include/at89x51.h,
2439         * device/include/at89x52.h,
2440         * device/include/mcs51reg.h,
2441         * device/include/reg51.h,
2442         * device/include/reg764.h,
2443         * device/include/regc515c.h,
2444         * device/include/sab80515.h: (re)moved these 12 files
2445         * device/include/mcs51/8051.h,
2446         * device/include/mcs51/8052.h,
2447         * device/include/mcs51/at89S8252.h,
2448         * device/include/mcs51/at89c55.h,
2449         * device/include/mcs51/at89x051.h,
2450         * device/include/mcs51/at89x51.h,
2451         * device/include/mcs51/at89x52.h,
2452         * device/include/mcs51/mcs51reg.h,
2453         * device/include/mcs51/reg51.h,
2454         * device/include/mcs51/reg764.h,
2455         * device/include/mcs51/regc515c.h,
2456         * device/include/mcs51/sab80515.h: and added them here
2457
2458 2005-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
2459
2460         * device/include/stdarg.h: changed SDCC specific keywords to double
2461           underlined form.
2462         * device/include/stdint.h: changed intptr_t and uintptr_t for others than
2463           mcs51 and ds390.
2464         * device/include/hc08/mc68hc908gp32.h,
2465         * device/include/hc08/mc68hc908jb8.h,
2466         * device/include/hc08/mc68hc908jkjl.h,
2467         * device/include/hc08/mc68hc908qy.h: fixed comments
2468         * device/include/mcs51/README: updated
2469         * device/include/mcs51/c8051f120.h: added PINRSF
2470         * device/lib/pic16/libc/stdlib/crc16.c: fixed comments
2471         * src/pic16/pcode.c: MSVC6 doesn't accept declaring new variables
2472           amidst code. Also inline is not supported.
2473
2474 2005-04-06 Raphael Neider <rneider AT web.de>
2475
2476         * src/pic16/pcode.c (pic16_pCodeReplace): also update pcflow->end
2477         * (createDefmap): fixed CALLs to depend on FSR1 and RETLW to restore
2478           callers stack/frame pointers
2479
2480 2005-04-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
2481
2482         * device/include/pic16/usart.h: added, missing in previous commit,
2483         * device/include/pic16/adc.h: fixed typo,
2484         * device/lib/pic16/libc/utils/cvtdec.S: added missing in previous
2485         commit,
2486         * device/lib/pic16/libc/stdlib/g_ftoa.S: modified to include
2487         <p18fxxx.inc>
2488         * device/lib/pic16/libc/stdio/streams.c: leave stdin, stdout
2489         uninitialized because a bug appears with gplink
2490         * device/lib/pic16/{some makefiles}: moved $(CSTD) from CFLAGS to
2491         COMPILE_FLAGS and added CPPFLAGS with -nostdinc because sdcpp
2492         complains for unrecognised option
2493
2494 2005-04-05 Raphael Neider <rneider AT web.de>
2495
2496         * src/pic16/gen.c (pic16_popCopyReg): made copying work for extended
2497           structs as well (using memcpy)
2498         * (genFunction): fixed comparison, used pCodeOpLabel to reduce warning
2499           on ISRs (GOTO has no label)
2500         * src/pic16/device.h: added OF_OPTIMIZE_DF
2501         * src/pic16/main.c: added compiler switch --optimize-df to enable the
2502           new data flow analysis/optimization
2503         * src/pic16/pcode.c: added (prototypes for and implementation of)
2504           dataflow analysis functions, fixed pCodeInstructions' inCond and
2505           outCond values, made RCALL a branch instruction
2506         * (pic16_unlinkpCode): keep C line if possible
2507         * (pic16_pCodeUnlink): removed cast on left side of assignment, have
2508           C line moved if possible
2509         * (pic16_getRegFrompCodeOp): NEW, improved version of...
2510         * (pic16_getRegFromInstruction,pic16_getRegFromInstruction2): changed
2511           to use new pic16_getRegFrompCodeOp (works for more SFRs)
2512         * (pic16_BuildFlow): fixed skip instructions with label (did not start
2513           new flow)
2514         * (pic16_getJumptabpCode): NEW, needed in...
2515         * (LinkFlow): fixed handling of jumptables, calls and conditional
2516           branches
2517         * (pic16_InsertCommentAfter): NEW
2518         * (pic16_pCodeReplace): made verbose and flow preserving
2519         * (AnalyzeFlow): added call to data flow analysis
2520         * src/pic16/pcode.h: added defmaps to pCodeFlow struct
2521         * src/pic16/pcodeflow.h: added PCC_STATUS to mean all STATUS bits
2522         * src/pic16/ralloc.c (packRegsForAssign): added return 1 in the end
2523
2524 2005-04-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2525
2526         * src/SDCCast.c (decorateType): fixed bug #1105626
2527
2528 2005-04-02 Vangelis Rokas <vrokas AT users.sourceforge.net>
2529
2530         * device/include/asm/pic16/features.h,
2531         * pic18f*.h headers,
2532         * device/include/pic16/adc.h,
2533         * device/include/pic16/delay.h,
2534         * device/include/pic16/i2c.h,
2535         * device/include/pic16/malloc.h,
2536         * device/include/pic16/stdio.h,
2537         * device/include/pic16/stdlib.h,
2538         * device/include/pic16/string.h,
2539         * device/lib/pic16/libc/stdio/printf_tiny.c,
2540         * device/lib/pic16/libc/stdio/printf_small.c,
2541         * device/lib/pic16/libc/stdio/strmgpsim.c,
2542         * device/lib/pic16/libc/stdio/strmmssp.c,
2543         * device/lib/pic16/libc/stdio/strmusart.c,
2544         * device/lib/pic16/libc/stdio/vfprintf.c,
2545         * device/lib/pic16/libc/stdlib/ltoa.c,
2546         * device/lib/pic16/libc/stdlib/putchar.c,
2547         * device/lib/pic16/libc/stdlib/x_ftoa.c,
2548         * device/lib/pic16/libc/stdlib/memchrpgm.c,
2549         * device/lib/pic16/libc/stdlib/memchrram.c,
2550         * device/lib/pic16/libc/stdlib/memcpypgm2ram.c,
2551         * device/lib/pic16/libc/stdlib/memcpyram2ram.c,
2552         * device/lib/pic16/libio/adc/adcbusy.c,
2553         * device/lib/pic16/libio/adc/adcread.c,
2554         * device/lib/pic16/libio/adc/adcsetch.c,
2555         * device/lib/pic16/libio/usart/ubaud.c,
2556         * device/lib/pic16/libio/usart/ubusy.c,
2557         * device/lib/pic16/libio/usart/udrdy.c,
2558         * device/lib/pic16/libio/usart/uopen.c,
2559         * device/lib/pic16/libio/usart/uputc.c,
2560         * device/lib/pic16/libsdcc/gptr/gptrget1.c,
2561         * device/lib/pic16/libsdcc/gptr/gptrget2.c,
2562         * device/lib/pic16/libsdcc/gptr/gptrget3.c,
2563         * device/lib/pic16/libsdcc/gptr/gptrget4.c,
2564         * device/lib/pic16/libsdcc/gptr/gptrput1.c,
2565         * device/lib/pic16/libsdcc/gptr/gptrput2.c,
2566         * device/lib/pic16/libsdcc/gptr/gptrput3.c,
2567         * device/lib/pic16/libsdcc/gptr/gptrput4.c: modified all SDCC
2568         specific keywords to double underlined form,
2569         * device/lib/pic16/libc/Makefile.rules,
2570         * device/lib/pic16/libsdcc/Makefile.rules,
2571         * device/lib/pic16/libm/Makefile,
2572         * device/lib/pic16/libio/Makefile.rules: added CSTD macro in CFLAGS
2573         to compile with C standard set in Makefile.common
2574         * device/lib/pic16/libc/stdlib/Makefile: added new C sources
2575         rand.c and crc.c in compilation process,
2576         * device/lib/pic16/libsdcc/int/divuint.c,
2577         * device/lib/pic16/libsdcc/long/divulong.c: changed declaration of
2578         `c' from signed to unsigned,
2579         * device/lib/pic16/startup/crt0.c,
2580         * device/lib/pic16/startup/crt0i.c,
2581         * device/lib/pic16/startup/crt0iz.c: adopted to all SDCC specific
2582         keywords to double underlined form, bug fixes in _do_cinit function
2583         which prevented the correct initialization of the .idata segment,
2584         * src/pic16/pcoderegs.c (insideLRBlock): fixed a bug that caused the
2585         core to enter a infinite loop
2586         * device/lib/pic16/libc/stdlib/rand.c, crc.c: new files
2587
2588 2005-04-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2589
2590         * src/SDCCicode.c (getArraySizePtr): fixed bug #1122171
2591
2592 2005-04-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2593
2594         * device/include/Makefile.in: add support for hc08 subdirectory
2595         * device/include/hc08/: new subdirectory
2596         * device/include/hc08/mc68hc908jkjl.h: new header contributed by
2597         Lucas Loizaga, thanks!
2598         * device/include/hc08/mc68hc908qy.h,
2599         * device/include/hc08/mc68hc908gp32.h,
2600         * device/include/hc08/mc68hc908jb8.h: moved hc08 register defs to
2601         their own directory. Changed internal macro names to use the compiler
2602         reserved namespace. Changed SDCC specific keywords to double
2603         underlined form.
2604         * device/include/math.h,
2605         * device/include/malloc.h,
2606         * device/include/stdarg.h,
2607         * device/include/stdbool.h
2608         * device/include/string.h,
2609         * device/include/tinibios.h,
2610         * device/include/ds400rom.h,
2611         * device/include/8051.h,
2612         * device/include/8052.h,
2613         * device/include/80c51xa.h,
2614         * device/include/at89c55.h,
2615         * device/include/at89S8252.h,
2616         * device/include/at89x51.h,
2617         * device/include/at89x52.h,
2618         * device/include/ds80c390.h,
2619         * device/include/reg764.h,
2620         * device/include/regc515c.h,
2621         * device/include/sab80515.h,
2622         * device/include/mcs51/c8051f000.h,
2623         * device/include/mcs51/c8051f018.h,
2624         * device/include/mcs51/c8051f020.h,
2625         * device/include/mcs51/c8051f040.h,
2626         * device/include/mcs51/c8051f060.h,
2627         * device/include/mcs51/c8051f120.h,
2628         * device/include/mcs51/c8051f300.h,
2629         * device/include/mcs51/c8051f310.h,
2630         * device/include/mcs51/c8051f320.h,
2631         * device/include/mcs51/c8051f330.h,
2632         * device/include/mcs51/c8051f350.h,
2633         * device/include/z180.h: Changed SDCC specific keywords to double
2634         underlined form.
2635
2636 2005-03-31 Vangelis Rokas <vrokas AT users.sourceforge.net>
2637
2638         * src/pic16/device.c (Pics16[]): added devices 18F2550, 18F4331,
2639         18F4455,
2640         * (pic16_assignConfigWordValue): disable testing of configuration
2641         register value with config mask,
2642         * src/pic16/gen.c (pic16_testStackOverflow): prefix stack test
2643         function with port->fun_prefix,
2644         * (genFunction): when generating a naked interrupt function never
2645         create an absolute segment placed in interrupt vector address, place
2646         the actual interrupt function at IVA instead, when an interrupt
2647         function is generated with unspecified interrupt then do not create
2648         the absolute section,
2649         * (genGenPointerGet, genGenPointerSet, genPackBits): replace all
2650         code for generating a call to generic pointer get/put function with
2651         a call to function pic16_callGenericPointer(),
2652         * src/pic16/genutils.c (pic16_callGenericPointerRW): NEW, generates
2653         the call to the generic pointer get/put functions with prefixing the
2654         function name with port->fun_prefix,
2655         * src/pic16/glue.c (pic16glue): ifdef-out test of OF_LR_SUPPORT,
2656         * src/pic16/main.c (_process_pragma): prefix function with
2657         port->fun_prefix,
2658         * (_pic16_finaliseOptions): define macro __18Fxxxx macro when
2659         calling assembler, old 18Fxxxx macro is deprecated,
2660         * src/pic16/pcode.c (unlinkpCodeFromBranch): added PC_INLINE and
2661         PC_ASMDIR in while condition,
2662         * (findInstruction): add PC_ASMDIR in while condition,
2663         * (buildCallTree): prefix main with port->fun_prefix,
2664         * (pic16_pCode2str): fixed bug that didn't emit the memory access
2665         identifier for variable with banked access in instructions BTFSS,
2666         BTFSC, BCF, BSF, BTG
2667         * (AnalyzeFlow): moved call to OptimizepCode to pic16_AnalyzeBanking,
2668         * src/pic16/pcodepeep.c (pCodeOpCompare): increase size of b to 1024,
2669         * src/pic16/pcoderegs.c (pic16_pCodeRegoptimizeRegUsage): don't
2670         perform optimization when enviroment variable NO_REG_OPT is set,
2671         * (insideLRBlock): NEW, return 1 if register is inside an
2672         INF_LOCALREGS block,
2673         * (RemoveRegFromLRBlock): remove a register that is completely
2674         eliminated by register optimization, but it is still left in local
2675         register store/restore in/from stack block,
2676         * (Remove2pcodes): after removing register, check to see if it
2677         should be removed from local register store/restore in/from stack
2678         block,
2679         * src/pic16/ralloc.c (pic16_decodeOp): added decode for
2680         DUMMY_READ_VOLATILE,
2681
2682         * device/include/pic16/adc.h: minor prototype modifications and
2683         update,
2684         * device/include/pic16/malloc.h: added GPL notice various
2685         modifications,
2686         * device/include/pic16/stdint.h: NEW, standard header for ints
2687         * device/include/pic16/delay.h: NEW, header for delay functions,
2688         delay10tcy, delay100tcy, delay1ktcy, delay10ktcy, delay100ktcy,
2689         delay1mtcy,
2690         * device/include/pic16/signal.h: NEW, header providing helper macros
2691         for implementing signal handlers,
2692         * device/include/pic16/stdio.h: added prototypes for functions,
2693         printf, vprintf, sprintf, vsprintf, fprintf, vfprintf. Added
2694         prototypes for stdin and stdout, added macro PUTCHAR to
2695         automatically implement putchar function prototype,
2696         * device/include/pic16/usart.h: modified and updated USART library,
2697         * device/lib/pic16/libio/adc/,
2698         * device/lib/pic16/libio/i2c: some modifications to improve library
2699         performance,
2700         * device/lib/pic16/libc/stdio/: modifications for the new printf*
2701         family of functions,
2702         * device/lib/pic16/libc/stdlib/: various modifications in the malloc
2703         family of functions and other sources,
2704         * device/lib/pic16/libio/usart/: NEW, c sources for the usart module
2705         of the PIC18Fxx[28] devices,
2706         * device/lib/pic16/libc/delay/: NEW, c sources for the delay functions,
2707         * device/lib/pic16/libc/utils/: minor modifications in the .S sources,
2708         * device/lib/pic16/startup/{crt0i.c, crt0iz.c}: redesign of the
2709         _do_cinit function, because the previous failed when local variables
2710         where not placed in the same memory bank,
2711         * device/lib/pic16/libsdcc/char/: various modifications to improve
2712         library performance,
2713         * doc/sdccman.lyx: some reorganization of the PIC16 part, added many
2714         information on the new functions of the c library and more...
2715
2716 2005-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2717
2718         * src/SDCCBBlock.c (iCodeBreakDown): fixed bug #1170212
2719
2720 2005-03-26 Raphael Neider <rneider AT web.de>
2721
2722         * src/pic16/gen.c (genSkipc): fixed semantics (execute branch
2723           if condition == CARRY)
2724         * (genCmp): adapted to new genSkipc semantics
2725         * src/pic16/genutils.c (pic6_genCmp_special): removed side effect
2726           on rIfx (genCmp was broken)
2727
2728 2005-03-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2729
2730         * src/SDCCmain.c (setDefaultOptions, optionsTable[], parseCmdLine),
2731         * src/z80/main.c (_keywords[]),
2732         * src/SDCCglobal.h (struct options),
2733         * src/SDCC.y,
2734         * src/SDCC.lex (isTargetKeyword, doPragma, pragma_tbl[]): new pragmas
2735         to enable/disable SDCC and C99 extensions/keywords (std_c89, std_sdcc89,
2736         std_c99, std_sdcc99). Also, equivalent command line options (--std-c89,
2737         --std-sdcc89, --std-c99, --std-sdcc99). SDCC specific keywords are
2738         always available in leading double underscore form. The C99 support is
2739         mostly missing, but it's a start.
2740         * support/regression/tests/bug-227710.c: fixed nonconforming use of
2741         reserved identifier "__data".
2742
2743 2005-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
2744
2745         * src/mcs51/peeph.def: fixed bug 1170013
2746
2747 2005-03-22 Maarten Brock <sourceforge.brock AT dse.nl>
2748
2749         * device/include/mcs51reg.h: fixed bug 842007
2750
2751 2005-03-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2752
2753         * src/SDCCcflow.c (dfNumCompare): committed the wrong version of this
2754         last time.
2755
2756 2005-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2757
2758         * src/port.h (struct PORT),
2759         * src/avr/ralloc.c (avr_assignRegisters),
2760         * src/avr/main.c,
2761         * src/ds390/ralloc.c (ds390_assignRegisters),
2762         * src/ds390/main.c,
2763         * src/hc08/ralloc.c (hc08_assignRegisters),
2764         * src/hc08/main.c,
2765         * src/mcs51/ralloc.c (mcs51_assignRegisters),
2766         * src/mcs51/main.c,
2767         * src/pic/ralloc.c (pic14_assignRegisters),
2768         * src/pic/main.c,
2769         * src/pic16/ralloc.c (pic16_assignRegisters),
2770         * src/pic16/main.c,
2771         * src/xa51/ralloc.c (xa51_assignRegisters),
2772         * src/xa51/main.c,
2773         * src/z80/ralloc.c (z80_assignRegisters),
2774         * src/z80/ralloc.h,
2775         * src/SDCCopt.c (eBBlockFromiCode, replaceRegEqv, killDeadCode),
2776         * src/SDCCcse.c (ifxOptimize, cseBBlock, cseAllBlocks),
2777         * src/SDCCcse.h,
2778         * src/SDCCdflow.c (computeDataFlow),
2779         * src/SDCCdflow.h,
2780         * src/SDCCloop.c (addDefInExprs, loopInvariants, loopOptimizations),
2781         * src/SDCCloop.h,
2782         * src/SDCCcflow.c (*),
2783         * src/SDCCcflow.h,
2784         * src/SDCCBBlock.c (iCodeBreakDown, dumpEbbsToFileExt, eBBWithEntryLabel),
2785         * src/SDCCBBlock.h (struct ebbIndex): new struct that keeps two copies
2786         of the eBBlock list, sorted by both bbnum and dfnum. (fixes bug with
2787         immedDom() returning wrong block; probably fixes bug #1160833)
2788
2789 2005-03-20 Borut Razem <borut.razem AT siol.net>
2790
2791         * support/scripts/inc2h.pl: WIN32 port
2792
2793 2005-03-19 Maarten Brock <sourceforge.brock AT dse.nl>
2794
2795         * device/lib/makefile.in: added abs.c and labs.c
2796
2797 2005-03-17 Maarten Brock <sourceforge.brock AT dse.nl>
2798
2799         * device/include/stdint.h: added
2800         * device/lib/abs.c: added
2801         * device/lib/labs.c: added
2802         * device/include/stdlib.h: added abs() and labs() prototypes
2803         * device/lib/libsdcc.lib: added abs and labs
2804         * device/include/float.h,
2805         * device/lib/_fsmul.c,
2806         * device/lib/printf_fast.c,
2807         * device/lib/printf_tiny.c: updated comments
2808
2809 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2810
2811         * src/SDCCicode.c (geniCodeSwitch, geniCodeJumpTable): fixed
2812         bug #1164313
2813
2814 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2815
2816         * src/SDCCcse.c (cseBBlock): retain assignment to self when volatile
2817         * src/SDCCast.c (isLoopCountable): fixed bug #1161985
2818
2819 2005-03-15 Maarten Brock <sourceforge.brock AT dse.nl>
2820
2821         * device/lib/printf_large.c: removed inline assembly for portability and
2822           readability. Use printf_fast if speed or size are more important.
2823         * src/pic16/gen.c: removed conditions around use of DEBUGpc
2824         * src/pic16/genutils.h: added define for DEBUGpc for MSVC
2825
2826 2005-03-15 Vangelis Rokas <vrokas AT users.sourceforge.net>
2827
2828         * src/pic16/genutils.c (pic16_genCmp_special): initialized offs to
2829         prevent compiler warning
2830
2831 2005-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
2832
2833         * device/lib/pic16/startup/crt0i.c (_cinit): local variables where
2834         moved to level 0 and declared as static. Also they are explicit
2835         placed in access bank. This was necessery because some times they
2836         might cross memory bank boundaries. crt0iz.c is *NOT* updated!!!
2837         * src/pic16/device.h: added flag OPTIMIZE_CMP to enable some compare
2838         optimizations. Currently only compare to unsigned char is implemented,
2839         * src/pic16/gen.c: added fReturnIdx array,
2840         * (struct resolvedIfx) is moved to gen.h and made public,
2841         * (struct _G): added sregsAlloc and sregsAllocSet fields,
2842         * (aopForSym): added an optimization to directly store in stack of
2843         the operand of a SEND iCode,
2844         * (pic16_aopOp): don't return return registers as strings (AOP_STR)
2845         but as registers instead (AOP_REG) using the fReturnIdx array,
2846         * (pic16_freeAsmop): remove the freed register from the
2847         _G.sregsAlloc field,
2848         * (pic16_aopGet): in case AOP_STR, the compare to 'a' is changed to
2849         a compare of 'WREG',
2850         * (pic16_popGetTempRegCond): changed function prototype, now
2851         function takes also a bitVector argument v which holds the current
2852         set of registers that are allocated for stack access by aopForSym,
2853         registers allocated in aopForSym for accessing stack symbols are not
2854         any more part of the functions usedRegs field,
2855         * (genCall): some times aopOp is called for a stack variable to be
2856         send, aopForSym might perform the push, if this is true make sure
2857         that genCall doesn't push the variable twice by testing _G.resDirect,
2858         * (genFunction): changed testing for unspecified interrupt number
2859         from 256 to INTNO_UNSPEC,
2860         * modified selection scheme of frame pointer generation. Previously
2861         if function did use local registers a frame pointer was generated,
2862         now a frame pointer is generated only if function has arguments
2863         (that need PLUSW2 register access), or has stack arguments, or the
2864         compiler is not instructed to omit the frame pointer,
2865         * (genEndFunction): before restoring local registers that were saved
2866         in the function preamble, also restore the registers that *might*
2867         have been allocated for stack access,
2868         * (genRet): removed some old comments,
2869         * (genCmp, the active (RN's) version): added a call to the
2870         pic16_genCmp_special function to perform the compare with a more
2871         robust and optimized way,
2872         * (genInline): a feature has been added in inline code generation,
2873         which allows a wildcard variable substitution when writing inline
2874         assembly. Code is incomplete and experimental therefore undocumented,
2875         * (genCast): changed order of aopOp for result and right to allow
2876         aopForSym to directly load the result if possible,
2877         * src/pic16/genutils.c (selectCompareOp, pic16_genCmp_special): NEW,
2878         perform an optimized compare on some selected special occasions,
2879         * src/pic16/genutils.h: declaration of resolvedIfx structure from gen.c,
2880         * src/pic16/glue.c (pic16createInterrupVect): make sure we never
2881         generate an IVT any more,
2882         * src/pic16/main.c (pic16_optionsTable): added command line option
2883         --optimize-cmp,
2884         * (_pic16_initPaths): when calling C preprocessor define pic18fXXXX
2885         macro too, when calling assembler define pic18fXXXX *and* __18Fxxxx
2886         macros,
2887         * src/pic16/NOTES: Raphael Neider added in list of active developers
2888         * src/pic16/pcode.c (OPT_TYPE_STR): added strings jumptable_begin and
2889         jumptable_end to prevent bug #,
2890         * (pic16_pciADDWFC, ADDFWC, COMF, CLRF): added some missing flags in
2891         inCond and outCond fields,
2892         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): add a fix for bug #,
2893         * src/pic16/ralloc.c (serialRegAssign): explicit set willCS to 0 to
2894         turn off register spilling,
2895         * (packRegsForOneUse): synced with other ports' versions although it
2896         is not used currently,
2897         * (pic16_packRegisters): added an optimization while reading
2898         structure bitfields, some registers may be saved (malloc code is
2899         decreased by 80 bytes)
2900
2901 2005-03-12 Vangelis Rokas <vrokas AT users.sourceforge.net>
2902
2903         * src/SDCCcse.c (cseBBlock): inside 'do operand lookup' loop test if
2904         left is a bitfield, if yes, then don't optimize assignment. Perhaps
2905         this can be optimized more?
2906
2907 2005-03-10 Raphael Neider <rneider AT web.de>
2908
2909         * src/pic16/gen.c (pic16_loadFSR0, genPackBits, genUnpackBits,
2910           genNearPointerGet): (hopefully) fixed access to bitfields via
2911           pointers (p->bitN = x; and x = p->bitN; failed)
2912
2913 2005-03-09 Paul Stoffregen <paul AT pjrc.com>
2914
2915         * device/lib/printf_fast.c: fix leading zero format, eg "%02d"
2916
2917 2005-03-09 Raphael Neider <rneider AT web.de>
2918
2919         * src/SDCCopt.c (killDeadCode): fixed bug #1156016
2920
2921 2005-03-06 Maarten Brock <sourceforge.brock AT dse.nl>
2922
2923         * src/SDCCicode.h: moved CRITICAL and ENDCRITICAL from SKIP_IC2 to SKIP_IC
2924         * src/mcs51/ralloc.c (willCauseSpill): added check for REG_BIT type,
2925           (regTypeNum): set REG_BIT type if necessary
2926         * src/mcs51/ralloc.h: added define REG_BIT, used to fix bug 1144613
2927         * support/regression/tests/critical.c: check bug 1144613
2928
2929 2005-03-02 Raphael Neider <rneider AT web.de>
2930
2931         * src/pic16/gen.c (genRightShiftLiteral): fixed bug #1154256
2932
2933 2005-02-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2934
2935         * src/avr/ralloc.c (serialRegAssign),
2936         * src/ds390/ralloc.c (serialRegAssign),
2937         * src/hc08/ralloc.c (serialRegAssign),
2938         * src/mcs51/ralloc.c (serialRegAssign),
2939         * src/pic/ralloc.c (serialRegAssign),
2940         * src/pic16/ralloc.c (serialRegAssign),
2941         * src/xa51/ralloc.c (serialRegAssign),
2942         * src/z80/ralloc.c (serialRegAssign): fixed bug #1105154
2943
2944 2005-02-22 Maarten Brock <sourceforge.brock AT dse.nl>
2945
2946         * src/SDCCast.c (decorateType): fixed bug 1124787
2947
2948 2005-02-20 Hubert Sack <sack AT digiplan.de>
2949         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2950
2951         * src/mcs51/peeph.def: added peepholes 3.h-k and 132.a-f from
2952         patch #1121755
2953
2954 2005-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2955
2956         * src/SDCCpeeph.def: new keyword "labelRefCountChange" which allows peepholes
2957         to keep the correct label reference count when adding/removing references
2958         to labels. A peephole file using this is appended to patch #1144962.
2959
2960 2005-02-14 Raphael Neider <rneider AT web.de>
2961
2962         * device/lib/pic16/libc/string/memccpy.c: changed 3rd argument to char
2963         * src/SDCC.lex (process_pragma): fixed to make disable_warning work for PIC16
2964         * src/pic16/gen.c (aopForSym, calls to pic16_aopOp): prevent unneccessary
2965           retrievals of result operand's value on assignment
2966
2967 2005-02-13 Vangelis Rokas <vrokas AT otenet.gr>
2968
2969         * device/include/pic16/string.h: modified prototype for memccpy()
2970         to memccpy(void *, void *, char, size_t)
2971         * src/pic16/gen.c (genFunction, genEndFunction): reenable if-case to
2972         check whether to omit frame pointer or not,
2973         * (genInline): convert all occurences of "\n" to LF in inline
2974         assembler blocks, this helps formatting the inline text,
2975         * (pic16_loadFSR0): modified prototype,
2976         * (genNearPointerGet, genNearPointerSet): reorganization of code,
2977         removed some 8051 legacy code,
2978         * (genPackBits): enabled handling bitfields exceeding one byte in size,
2979         * src/pic16/ralloc.c (pic16_assignRegisters): clear dynrIdx variable
2980         before allocating temporary registers in functions,
2981
2982 2005-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
2983
2984         * support/regression/tests/bitvars.c: corrected the "fix"
2985
2986 2005-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
2987
2988         * support/regression/tests/bitvars.c,
2989         * support/regression/tests/bitwise.c,
2990         * support/regression/tests/rotate.c: "fixed" problems on Alpha
2991
2992 2005-02-10 Raphael Neider <rneider AT web.de>
2993
2994         * src/pic16/pcode.c (assignToSameBank) : fixed cast to pointer of
2995           different size for Alpha
2996         * src/pic16/gen.c (genCmpEq) : improved compare with 0
2997
2998 2005-02-09 Raphael Neider <rneider AT web.de>
2999
3000         * src/SDCC.lex(doPragma) : save and restore warning options as well
3001           (also added new stack plus clone- and copyAndFreeSDCCERRG())
3002         * have #pragma less_pedantic set the errorlevel to WARNING
3003           (fixes #1117001)
3004         * (cloneOptimize) : fixed wrong malloc's size
3005         * support/Util/SDCCerr.[ch] : made SDCCERRG globally accessible to
3006           facilitate correct handling of #pragma (save|restore)
3007
3008 2005-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
3009
3010         * src/mcs51/gen.c: removed non-standard C nameless struct/union
3011
3012 2005-02-04 Slade Rich <slade_rich AT users.sourceforge.net>
3013
3014         * src/pic/gen.c : Fix for bugs #1080519 & #1115662.
3015
3016 2005-02-03 Maarten Brock <sourceforge.brock AT dse.nl>
3017
3018         * device/include/mcs51/c8051f120.h: added declarations for sbit port 2,3&4
3019
3020 2005-02-02 Raphael Neider <rneider AT web.de>
3021
3022         * src/SDCCast.c (processParms): disabled W_NONRENT_ARGS for pic16 port
3023         * src/pic16/gen.c (aopForSym): reenabled special case for function pointers
3024         * (pic16_storeForReturn): fixed to allow returning function pointers
3025         * (genPackBits): improved accessing full bytes, implemented for GPOINTERs
3026         * device/include/pic16/{stddef.h,stdbool.h}: added
3027
3028 2005-02-02 Maarten Brock <sourceforge.brock AT dse.nl>
3029
3030         * device/include/mcs51/c8051f040.h: added define CPT2_PAGE
3031
3032 2005-02-01 Slade Rich <slade_rich AT users.sourceforge.net>
3033
3034         * src/pic16/pic16.dsp : Added file graph.c to make it compile under windows
3035         * src/pic16/Makefile.bcc : Do not use this file but added file graph.c as it
3036          appeared to be required
3037
3038 2005-01-31 Borut Razem <borut.razem AT siol.net>
3039
3040         * support/scripts/sdcc.nsi: added include/asm/ds390, include/asm/mcs51,
3041           include/mcs51 and include/z80 directories to the package
3042
3043 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3044
3045         * src/hc08/gen.c (genFunction): fixed bug #1112752
3046
3047 2005-01-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3048
3049         * src/mcs51/peeph.def: adapted peephole 258.x to changed gen.c (genAnd)
3050
3051 2005-01-29 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3052
3053         * src/mcs51/gen.c (genAnd): accessing LSB/MSB by rotating acc
3054
3055 2005-01-29 Maarten Brock <sourceforge.brock AT dse.nl>
3056
3057         * device/include/Makefile.in: create/copy mcs51 and z80 include subdirs
3058
3059 2005-01-27 Maarten Brock <sourceforge.brock AT dse.nl>
3060
3061         * device/include/c8051fxxx.h: removed these 6 files
3062         * device/include/mcs51/c8051fxxx.h: added these 11 new files
3063
3064 2005-01-26 Raphael Neider <rneider AT web.de>
3065
3066         * src/pic16/gen.c (genAssign): fixed assignment from longs
3067           in codespace (were cut to three bytes)
3068         * (genDummyRead): implemented (except for CODESPACE...),
3069           fixed bug #1108575
3070         * src/pic16/glue.c (emitStatistics): beautified
3071         * device/lib/pic16/libm/Makefile: added include path
3072
3073 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3074
3075         * src/z80/gen.c (aopPut): fixed bug #1103902
3076
3077 2005-01-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3078
3079         * device/lib/expf.c: fixed bug #1095792
3080
3081 2005-01-24 Vangelis Rokas <vrokas AT otenet.gr>
3082
3083         * device/lib/pic16/libm: added Math library sources
3084
3085 2005-01-24 Raphael Neider <rneider AT web.de>
3086
3087         * src/pic16/pcode.h: added second memory operand to pCodeOpReg
3088           to enable upcast to pCodeOpReg2 (there is no type tag to
3089           differenciate the two and pic16_popGet2p cast into PCOR2)
3090         * src/pic16/main.c (_process_pragma): fixed another malloc bug
3091           (sizeof(sectNames) changed to sizeof(sectName))
3092           Both patches fix segfaults under MinGW.
3093
3094 2005-01-23 Raphael Neider <rneider AT web.de>
3095
3096         * src/pic16/{device.c,pcode.c}: s/free/Safe_free/g for
3097           Safe_[mc]?alloc()'ed variables
3098         * src/pic16/gen.c (pic16_aopOp,pic16_popGet): added handling
3099           of (byte sized) temporaries (assign them to WREG for now)
3100         * src/pic16/main.c (_process_pragma): fixed nasty malloc bug
3101           (used sizeof(set *sectSyms) instead of sizeof(struct sectSym)),
3102           this might fix SIGSEGVs on MinGW...
3103         * src/SDCCopt.c (killDeadCode): restored original behaviour
3104           (volatile operands might get thrown away though)
3105
3106 2005-01-23 Vangelis Rokas <vrokas AT otenet.gr>
3107
3108         * src/pic16/gen.c: fixed bug #1106975,
3109         * src/pic16/gen.c: fixed possible bug #1102572, now during TOS
3110         pointer update, INTCON is saved, global interrupts are disabled and
3111         restored after updateing TOS.
3112         * src/SDCC.y, src/SDCC.lex, src/SDCCsymt.c, src/SDCCsymt.h:
3113         * added function attribute 'shadowregs' to take advantage of shadow
3114         registers,
3115         * added function attribute 'wparam' as an alternative to the wparam
3116         pragma,
3117         * support/Utils/SDCCerr.[ch]: added error E_SHADOWREGS_NO_ISR when
3118         user declares a non-ISR function as 'shadowregs',
3119         * doc/sdccman.lyx: updated to reflect recent changes of pic16 port
3120
3121 2005-01-22 Vangelis Rokas <vrokas AT otenet.gr>
3122
3123         * .version: bumped version number to 2.4.8
3124         * device/lib/pic16/pics.all: list of PIC18F devices supported by
3125         pic16 port,
3126         * device/lib/pic16/libio/i2c/: I2C module support library,
3127         * device/include/pic16/i2c.h: I2C support library header,
3128         * device/lib/pic16/libc/stdio/: standard IO support sources,
3129         * (printf_small.c): printf_small() source, supports float print,
3130         * (printf_tiny.c): printf_tiny() source, does not support floats,
3131         * device/lib/pic16/Makefile.common.in: added OPT_FLAGS macro to
3132         enable global optimizations for entire library source, other
3133         Makefiles in the source tree are also modified to reflect this,
3134         * device/lib/pic16/libc/stdlib/putchar.c (putchar): dummy putchar()
3135         function,
3136         * doc/sdccman.lyx: updated to reflect new changes,
3137         * src/pic16/gen.c (aopForSym): don't handle sym->iaccess in
3138         sym->onStack if-case,
3139         * src/pic16/main.c (_pic16_keywords): commented out keywords bit,
3140         sbit, idata, _idata, xdata, _xdata,
3141         * added pragma library, to link an external library, (see doc),
3142         * removed command line options, --pomit-config-words, --pomit-ivt,
3143         --pleave-reset-vector,
3144         * (pic16_finaliseOptions): when define macro SDCC_MODEL_{SMALL/LARGE}
3145         when calling assembler to reflect memory model used, also define
3146         macro STACK_MODEL_{SMALL/LARGE} when compiling and assembling to
3147         reflect stack model used,
3148         * src/pic16/ralloc.c (pic16_allocDirReg): when operand is allocated
3149         on stack return NULL,
3150
3151 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
3152
3153         * src/SDCCopt.c (killDeadCode): do not throw iCodes away if one
3154           of the operands is volatile. Fixes #1020220
3155
3156 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
3157
3158         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): reenabled optimization
3159         * (OptimizeRegUsage): make sure that there is really no other flow where
3160           the first pCode is used
3161
3162 2005-01-22 Raphael Neider <rneider AT web.de>
3163
3164         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): disabled optimization
3165           to fix #1106967 (pCode->seq are not set up correctly)
3166
3167 2005-01-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3168
3169         * src/SDCCglue.c (glue): make sure code area is declared before the
3170         static initialization area.
3171
3172 2005-01-21 Raphael Neider <rneider AT web.de>
3173
3174         * device/lib/Makefile.in: fixed test for pic16 install dir
3175         * device/lib/pic16/*/Makefile*: modified compile flags to enable
3176           optimizations
3177         * doc/sdccman.lyx: updated banksel optimization, removed --flr-support and
3178           added --optimize-goto compiler switch and pragma wparam documentation
3179         * src/pic16/pcode.c (pic16_OptimizeBanksel): removed statistics dump
3180         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed copying of WREG, PRODL
3181           and PRODH closing bug #1071770 (peephole optimizer)
3182
3183 2005-01-19 Raphael Neider <rneider AT web.de>
3184
3185         * src/SDCCglobl.h: ensure that PATH_MAX >= 2048 to guarantee
3186           cmdLine buffers (used when calling sdcpp...) are large enough
3187           (MAX_PATH=256 truncates arguments leading to system halts when
3188           used in MinGW...)
3189         * src/pic16/gen.c (pic16_sameRegs): relaxed size criterion
3190         * (genUminus): rewritten to for efficiency
3191         * (genNearPointer[GS]et): enforce reloading of FSR0 (was still
3192           used uninitialized in some cases)
3193         * (genCast): upcasting a 16bit int to a 24bit GPOINTER may not
3194           copy the third byte from the int -- now assumes 0x80 (data memory)
3195         * src/pic16/genarith.c (pic16_genPlus): fixed bug when swapping
3196           operands (genAddLit expects the iCode's operands to swapped as
3197           well), fixed leftover bytes (crashed for short left operands)
3198         * (pic16_genMinusDec): performance improvements, removed false
3199           PIC14 emitSKPNCs
3200         * (pic16_genMinus): fixed to cope with differently sized operands
3201         * src/pic16/glue.c (pic16_glue): added new banksel optimization
3202           for --obanksel > 1
3203         * src/pic16/pcode.c: implemented (first phase of) banksel optimization
3204         * src/pic16/graph.[ch]: implementation of directed graphs, used by
3205           new banksel optimization
3206         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): prevented
3207           analysis for temporary registers (segfaults...)
3208         * src/pic16/peeph.def: added rule
3209
3210 2005-01-18 Vangelis Rokas <vrokas AT otenet.gr>
3211
3212         * device/lib/pic16/libc/stdlib/x_ftoa.c: it defines x_ftoa function
3213         which converts a float number to its ASCII representation
3214         * device/lib/pic16/libc/utils/cnvfrac.S,cnvint.S: support
3215         functions to convert the fractional and integer part of a float to ASCII,
3216         * device/lib/pic16/libc/stdlib/(calloc.c,free.c, malloc.c,
3217         realloc.c): added _MALLOC_SPEC to explicit place variables in data
3218         ram
3219         * device/include/asm/pic16/features.h: added _CODE, _DATA, _AUTOMEM,
3220         _STATMEM macros,
3221         * device/include/pic16/adc.h: added GPL info,
3222         * src/pic16/gen.c (genIfxpCOpJump): perform an genIfxJump but using
3223         a pCodeOp as tested operand,
3224         * (genNearPointerGet): optimized bit testing, does not use
3225         intermediate register for bit value, test directly instead with
3226         BTFSS, BTFSC, works only for single bits,
3227         * (genpic16Code): dump the name of the iCode in the asm,
3228         * src/pic16/ralloc.c (decodeOp): removed static declaration and
3229         renamed to pic16_decodeOp,
3230         * (serialRegAssign): do not allocate a temporary register for iCode
3231         sequences that test a single bit for 1/0
3232
3233 2005-01-12 Vangelis Rokas <vrokas AT otenet.gr>
3234
3235         * src/pic16/pcode.[ch]: introduced pic16_stackpnt_*,
3236         pic16_framepnt_*, pic16_stack_*, pic1_frame_* pointer variables to
3237         access stack and frame pointers. They are initially assigned to
3238         point at pic16_pc_fsr1[lh] and pic16_pc_fsr2[lh] variables and other
3239         accessing SFRs. Updated all occurences of modification of stack or
3240         frame pointer in gen.c and pcode.c,
3241         * src/pic16/ralloc.c (serialRegAssign): fixed two bugs with
3242         assigning of a literal value to pointers,
3243         * src/pic16/main.c (pic16_finiliseOptions): set pre-processor define
3244         flag STACK_MODEL_SMALL or STACK_MODEL_LARGE according to the model
3245         selected
3246
3247 2005-01-11 Vangelis Rokas <vrokas AT otenet.gr>
3248
3249         * doc/sdccman.lyx: update documentation about stack pragma, added
3250         some info for stack memory models
3251
3252 2005-01-08 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3253
3254         * src/pic16/gen.c (DEBUGpc): MSVC 6 does not support macro variable arguments
3255
3256 2005-01-08 Raphael Neider <rneider AT web.de>
3257
3258         * src/pic16/device.c (pic16_dump_usection): changed naming scheme for
3259           udata sections to fix bug #1097823
3260
3261 2005-01-05 Raphael Neider <rneider AT web.de>
3262
3263         * src/pic16/gen.c (genGenericShift): added handling of differently
3264           sized left operand and result
3265
3266 2005-01-04 Raphael Neider <rneider AT web.de>
3267
3268         * src/pic16/gen.c (genIfxJump): fixed inverted skips on CARRY
3269         * (genIfx): fixed (?) read from uninitialized SPIL_LOC (now assumes CARRY
3270           to hold the condition bit)
3271         * added new version of genCmp (old code available via #define)
3272         * added new version of genShiftLeft/genShiftRight in a generic
3273           way, now supports shifting by negative values
3274         * (genLeftShiftLiteral, genRightShiftLiteral): use absolute value of
3275           shiftCount (expected by genGenericShift)
3276         * src/pic16/genarith.c (genPlus): added code for adding CARRY+literal
3277         * src/pic16/pcode.c (pic16_OptimizeJumps): removed annoying statistics
3278           dump
3279         * (pic16_newpCodeOpLit): changed to cast to unsigned char (as e.g. -32766
3280           is an invalid literal too...)
3281
3282 2005-01-04 Vangelis Rokas <vrokas AT otenet.gr>
3283
3284         * src/pic16/gen.c (aopForSym, genEndFunction): applied some fixes
3285         from Raphael Neider,
3286         * src/pic16/pcode.c (pic16_newpCodeOpLit): removed casting to char
3287         for 8-bit literals. This fixes some literal operands which are sign
3288         extended to 16-bits ints when instruction needs only 8-bits.
3289
3290 2004-12-31 Paul Stoffregen <paul AT pjrc.com>
3291
3292         * device/lib/logf.c: added mcs51 assembly version
3293         * device/lib/expf.c: added mcs51 assembly version
3294         * device/lib/_logexpf.c: new shared asm code for expf and logf
3295         * device/include/math.h: add defines for assembly math library
3296         * device/lib/Makefile.in: build new _logexpf.c
3297         * device/lib/libfloat.lib: use new _logexpf.c
3298
3299 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
3300
3301         * src/pic/device.c
3302         * src/pic/pcode.c : adjusted internal stack and pre-allocated registers for
3303           device types which have less than 0x7f registers.
3304
3305 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
3306
3307         * src/pic/genarith.c : Fixed problem with subtraction where the result would not be updated when borrowing.
3308
3309 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
3310
3311         * device/lib/printf_fast.c: only build on supported arch.
3312         * device/lib/printf_tiny.c: only build on supported arch.
3313         * device/lib/printf_fast_f.c: only build if asm float lib
3314         * device/lib/_fsget1arg.c: only build if asm float lib
3315         * device/lib/_fsget2args.c: only build if asm float lib
3316         * device/lib/_fsnormalize.c: only build if asm float lib
3317         * device/lib/_fsreturnval.c: only build if asm float lib
3318         * device/lib/_fsrshift.c: only build if asm float lib
3319         * device/lib/_fsswapargs.c: only build if asm float lib
3320         * device/include/stdio.h: don't provide print_fast,
3321           print_fast_f, print_tiny prototypes if --xstack used
3322
3323 2004-12-28 Maarten Brock <sourceforge.brock AT dse.nl>
3324
3325         * device/lib/sincosf.c (sincosf): don't invert bit/bool by ~
3326         * support/regression/ports/mcs51-stack-auto/spec.mk: added new _fs.. files
3327           to the SOURCES
3328
3329 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
3330
3331         * device/lib/printf_fast_f.c: same as printf_fast, but
3332           with floating point enabled
3333         * device/lib/printf_fast.c: minor tweaks
3334         * device/include/stdio.h: add printf_fast_f
3335
3336 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
3337
3338         * src/SDCCmain.c: make --float-reent default for mcs51
3339         * device/lib/_fsadd.c: added mcs51 assembly version
3340         * device/lib/_fssub.c: added mcs51 assembly version
3341         * device/lib/_fsmul.c: added mcs51 assembly version
3342         * device/lib/_fsdiv.c: added mcs51 assembly version
3343         * device/lib/_fseq.c: added mcs51 assembly version
3344         * device/lib/_fsneq.c: added mcs51 assembly version
3345         * device/lib/_fsgt.c: added mcs51 assembly version
3346         * device/lib/_fslt.c: added mcs51 assembly version
3347         * device/lib/_fscmp.c: shared code for fseq,fsgt,fslt,fsneq
3348         * device/lib/Makefile.in: add _fscmp to build
3349         * device/lib/libfloat.lib: add _fscmp to build
3350
3351 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
3352
3353         * device/lib/_fs2slong.c: added mcs51 assembly version
3354         * device/lib/_fs2sint.c: added mcs51 assembly version
3355         * device/lib/_fs2schar.c: added mcs51 assembly version
3356         * device/lib/_fs2ulong.c: added mcs51 assembly version
3357         * device/lib/_fs2uint.c: added mcs51 assembly version
3358         * device/lib/_fs2uchar.c: added mcs51 assembly version
3359         * device/lib/_slong2fs.c: added mcs51 assembly version
3360         * device/lib/_sint2fs.c: added mcs51 assembly version
3361         * device/lib/_schar2fs.c: added mcs51 assembly version
3362         * device/lib/_ulong2fs.c: added mcs51 assembly version
3363         * device/lib/_uint2fs.c: added mcs51 assembly version
3364         * device/lib/_uchar2fs.c: added mcs51 assembly version
3365         * device/include/float.h: added #define to select asm vs c
3366
3367 2004-12-26 Paul Stoffregen <paul AT pjrc.com>
3368
3369         * device/lib/printf_fast.c: improvements to float output
3370         * device/include/float.h: add defines for assembly float library
3371         * device/lib/_fsget1arg.c: receive 1 float arg
3372         * device/lib/_fsget2args.c: receive 2 float args (reentrant)
3373         * device/lib/_fsnormalize.c: normalize a float
3374         * device/lib/_fsreturnval.c: return float, various helper routines
3375         * device/lib/_fsrshift.c: right shift a float's mantissa
3376         * device/lib/_fsswapargs.c: swap 2 floats
3377         * device/lib/Makefile.in: build these 6 new files for mcs51
3378         * device/lib/libfloat.lib: add these 6 files to the library
3379
3380 2004-12-26 Borut Razem <borut.razem AT siol.net>
3381
3382         * sim/ucsim/avr.src/arith_inst.cc: fixed bug #1088372- savr is not
3383           built by gcc 3.4.2
3384
3385 2004-12-25 Paul Stoffregen <paul AT pjrc.com>
3386
3387         * device/lib/printf_tiny.c: printf for mcs51 in only 267 bytes,
3388           and fully reentrant and register bank neutral.
3389         * device/lib/printf_fast.c: added float (not enabled by default),
3390           added compact/slower integer (also not enabled by default),
3391           improved size/speed of fast integer code, other minor changes
3392         * device/include/stdio.h, device/lib/Makefile.in,
3393           device/lib/libsdcc.lib: integrate printf_tiny into mcs51 build
3394
3395 2004-12-24 Maarten Brock <sourceforge.brock AT dse.nl>
3396
3397         * src/pic16/pcode.c: declaring variables other than at the start of a
3398           block is not supported in C by VC6.
3399
3400 2004-12-22 Vangelis Rokas <vrokas AT otenet.gr>
3401
3402         * applied a previous patch from Raphael Neider that wasn't included
3403         in the previous commits, which fixes infinite loops within jumptable
3404         improvements,
3405         * made some fixes that previous patches introduced
3406
3407 2004-12-21 Vangelis Rokas <vrokas AT otenet.gr>
3408
3409         * src/pic16/gen.c (pic16_aopGet): applied fix from Raphael Neider
3410         that fixes an issue with AOP_PCODE asmop's offset,
3411         * (pic16_popCopyReg): update instance field too,
3412         * (mov2w): modified to pic16_mov2w because it conflicts with mov2w
3413         function of pic port,
3414         * (genCmp, genAnd, genAssign),
3415         * src/pic16/genarith.c (genAddLit): some fixes from Raphael Neider,
3416
3417 2004-12-20 Vangelis Rokas <vrokas AT otenet.gr>
3418
3419         * src/SDCCast.c (gatherAutoInit): allow pic16 to emit static
3420         variables initial values to idata section,
3421         * src/SDCCicode.c (geniCodeCall): patch from ### to fix unreferenced
3422         variables in some functions. This utilizes parmBytes field of iCode
3423         structure to hold the offset of the variable in stack. (might be
3424         able to use the stack field too?)
3425         * applied patch from Raphael Neider # ### , # ###
3426         * src/pic16/glue.c (pic16emitRegularMap): fix to print static
3427         variable initial values in idata section,
3428         * src/pic16/ralloc.c (pic16_allocDirReg): don't allocate register
3429         for static variables with initial value
3430         * src/device/lib/pic16/libsdcc/float/ulong2fs.c (__ulong2fs):
3431         applied fix in while loop from Raphael Neider.
3432
3433 2004-12-19 Maarten Brock <sourceforge.brock AT dse.nl>
3434
3435         * src/ds390/gen.c (genCpl): fixed bit=~(char/bit) bugs, added warning
3436         * src/ds390/main.c (_ds390_regparm): don't pass bit params in registers
3437         * src/ds390/ralloc.c (serialRegAssign): spill bits
3438         * src/mcs51/gen.c (genCpl): fixed bit=~(char) bugs, added warning
3439         * support/Util/SDCCerr.c,
3440         * support/Util/SDCCerr.h: added warning W_COMPLEMENT for using bit=~(bit)
3441         * support/regression/tests/bitvars.c: added tests for bitwise complement(~)
3442         * support/regression/tests/bitwise.c: added test for bitwise complement(~)
3443
3444 2004-12-09 Maarten Brock <sourceforge.brock AT dse.nl>
3445
3446         * device/include/sdcc-lib.h: inserted LGPL, added includes
3447           asm/ds390/features.h and asm/mcs51/features.h
3448         * device/include/asm/default/features.h,
3449         * device/include/asm/gbz80/features.h,
3450         * device/include/asm/z80/features.h: added empty _AUTOMEM
3451           and _STATMEM
3452         * device/include/asm/ds390/features.h,
3453         * device/include/asm/mcs51/features.h: added files with defines for
3454           _AUTOMEM and _STATMEM indicating automatic and static storage class
3455         * device/lib/printf_large.c (_print_format): optimized & used _AUTOMEM
3456         * doc/sdccman.lyx: version 2.4.7, updated xstack documentation
3457         * src/SDCCicode.c (geniCodeCast),
3458         * src/SDCCsymt.c (compareType): allow cast of data-ptr to idata-ptr
3459         * src/SDCCloop.c (loopInduction): removed unused variable lr
3460         * src/SDCCopt.c (convilong, convertToFcall): moved "easy special case"
3461           to convertToFcall to include char modulo (RFE 1065037), added check
3462           if left operand is unsigned and use abs of literal value
3463         * src/SDCCpeeph.c (setFromConditionArgs): removed double quotes option
3464           as it doesn't work after conversion from peephole.def to peephole.rul
3465         * src/mcs51/gen.c (toBoolean): added check for size,
3466           (genModOneByte): optimized code for signed char modulo a literal
3467           power of 2 (thanks to Hubert Sack),
3468           (genRRC): removed unnecessary "clr c",
3469           (genRLC): replaced "add a,acc" with cheaper "rlc a"
3470         * src/mcs51/peeph.def: renamed 115 to 115.a, added rule 115.b: another
3471           jump optimization,
3472           swapped rules 256.c and 256.d,
3473           extended 256.d by using new multiple checks (thanks Erik),
3474           added rules 256.e and 256.f,
3475           updated rule 261.a and 261.b to new generated code
3476         * support/regression/tests/muldiv.c: added test div/mod by a power of 2
3477
3478 2004-12-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3479
3480         * src/SDCCloop.c (basicInduction, loopInduction): fixed several
3481           induction related bugs, including first part of bug #1074377
3482
3483 2004-12-05 Vangelis Rokas <vrokas AT otenet.gr>
3484
3485         * applied patch from bug-report #1076292,
3486         * applied patches for genAnd and Goto-optimizations for Raphael
3487         Neider,
3488         * src/SDCCicode.c (printOperand): fixed !REGA source to compile and
3489         dump a less iCode information,
3490         * src/pic16/device.h (pic16_options_t): added field debgen,
3491         * src/pic16/gen.h: added macros DUMP_FUNCTION_ENTRY,
3492         DUMP_FUNCTION_EXIT, FENTRY, FENTRY2,
3493         * src/pic16/gen.c (my_powof2): renamed to pic16_my_powof2 and made
3494         puclic,
3495         * (various functions): added macros FENTRY and FENTRY2 to functions,
3496         to emit function prologue,
3497         * (various functions): fixed indentation,
3498         * (genNearPointerGet): fixed loading of FSR0,
3499         * (genPackBits): applied patch from Raphael Neider to fix updating
3500         of FSR0 and touching only the modified bits,
3501         * src/pic16/genarith.c (various functions): added macros FENTRY to
3502         emit function prologue in comments,
3503         * src/pic16/pcode.h: added functions debugf2, debugf3,
3504         * src/pic16/ralloc.c: partial fix for packForPush caused
3505         segmentation fault,
3506
3507 2004-12-04 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3508
3509         * src/mcs51/peeph.def: added 261.a,b (16 bit rotate) by Stas Sergeev
3510           <stsp AT users.sourceforge.net> with reversed byte order
3511         * support/regression/tests/rotate.c: added (ds390 skips some tests)
3512
3513 2004-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3514
3515         * src/z80/gen.c (genLeftShift, genRightShift): fixed second part of
3516           bug #1074377
3517         * src/hc08/gen.c (genrshFour, shiftRLong, shiftLLong),
3518         * src/mcs51/gen.c (shiftLLong): Fixed some shifting bugs Frieder found
3519
3520 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
3521
3522         * src/pic/pcode.c : fixed a problem where banksel was not being inserted.
3523
3524 2004-12-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3525
3526         * src/SDCCpeeph.c (callFuncByName): support combined peephole rule
3527           conditions,
3528           (setFromConditionArgs): friendly operand parser for peephole rules,
3529           (operandBaseName, operandsNotRelated): new peephole condition
3530           "operandsNotRelated" -- similar to "operandsNotSame", but takes
3531           architecture specific register naming into account, handles n-way
3532           comparisons, and supports quoted literals
3533         * src/mcs51/peeph.def: restored rule 177.d with an extra condition
3534
3535 2004-12-02 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3536
3537         * src/mcs51/peeph.def: fixed bug #1076940
3538
3539 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
3540
3541         * device/include/pic/pic16f877.h : added an include file for the PIC16F877 device.
3542
3543 2004-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3544
3545         Adding support for replacing ljmps with sjmps in jumptables
3546         generated for switch statements. For now you need to set the
3547         environment variable SDCC_SJMP_JUMPTABLE to enable this.
3548         Now 4 algorithms for mcs51 jumptable generation are used:
3549         ljmp or sjmp jumptables for up to 16 cases, stack-pushing target
3550         addresses loaded pc-relative for up to 112 cases and stack-pushing
3551         target addresses loaded with offset from dptr for up to 256 cases.
3552
3553         * src/SDCCpeeph.c: added peephole conditional labelJTInRange
3554         * src/mcs51/main.c: adapted constants for switch table generation
3555         * src/mcs51/peeph.def: added 260.x for replacing ljmp with sjmp
3556
3557 2004-11-26 Maarten Brock <sourceforge.brock AT dse.nl>
3558
3559         * device/lib/printf_large.c (_print_format): fixed bug 1073386
3560         * support/regression/tests/bug1057979.c: added test for bug 1073386
3561
3562 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
3563
3564         * src/pic16/pcode.c: fixed bug which may produce error in non-GNU
3565         compilers
3566
3567 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
3568
3569         * src/pic16/device.h,
3570         * src/pic16/genarith.c,
3571         * src/pic16/glue.c,
3572         * src/pic16/main.c,
3573         * src/pic16/pcode.c: applied patches #1068154 and #1070213
3574
3575 2004-11-24 Vangelis Rokas <vrokas AT otenet.gr>
3576
3577         Large cummulative patch for pic16 port.
3578         * device/lib/pic16/gstack.h: NEW, user can specify its own handler
3579         to call when a stack overflow occurs,
3580         * (malloc.h): added CVS Id tag,
3581         * (pic18f{242,252,442,452}.h): added T0CONbits structure and
3582         variable,
3583         * added libc directory. The current version of LibC contains string
3584         functions, ctype functions and macros and some functions of the
3585         stdlib set (like malloc/free/atof/atoi etc...). All functions are to
3586         be extensively tested in the future. Standard disclaimer here.
3587         Library is not automatically build yet. But one can build it by
3588         invoking 'make' inside the libc directory.
3589         * added ADC library under libio. Preliminary version yet.
3590
3591         * src/pic16/gen.h: added emitTOGC macro, to toggle Carry flag,
3592         * src/pic16/gen.c (aopForRemat): asmop size is filled by
3593         aopForRemat() now and not by pic16_aopOp(),
3594         * (pic16_popGetTempReg): removed warning messgae when allocating
3595         temporary registers, its a buggy feature and will be removed,
3596         * (pic16_popGet): set register instance field in AOP_CRY,
3597         * (pic16_outBitC): fixed for results in size greater than 1,
3598         * (genUminusFloat): fixed for pic16, ported code from mcs51,
3599         * (pic16_storeForReturn): optimized return of 0,
3600         * (genCmp): experimental code for new genCmp which uses PIC18's
3601         special compare&skip instructions. Initial tests fail some times
3602         with variables grater than 1 byte in size, so new code is disabled,
3603         * (genUnpackBits, genPackBits): more optimizations in reading/writing,
3604         a single bit,
3605         * (genCast): began a fix to optimize the casting of a bit to another
3606         bit, now assigning a bitfield to another bitfield will fail, sorry,
3607         * src/pic16/main.c: disabled the use of lr-support feature,
3608         * src/pic16/pcode.h: renamed PCASMDIR to PCAD,
3609         * added some function prototypes, added function _debugf prototype,
3610         * src/pic16/pcode.c: (pic16_get_op): fixed emitting operands of register
3611         bits with offset (case PO_GPR_BIT),
3612         * (genericPrint): don't emit INFO pcode when --pcode-verbose not in
3613         command line,
3614         * (isBankInstruction): modified to return 0 for no banking instruction,
3615         and 1 for banking instruction,
3616         * (pic16_isPCinFlow): check for PCAD (assembler directives) too,
3617         caused stop processing pCodes after a inline assembly block,
3618         * (pic16_popCopyGPR2Bit): updated to match bitfields with offset,
3619         * src/pic16/pcoderegs.c: fixed a bug with eliminating some temporary
3620         registers when it shouldn't,
3621         * src/pic16/ralloc.c (allocReg): add preliminary support for
3622         supporting a limited set of temporary registers,
3623
3624 2004-11-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3625
3626         * src/hc08/gen.c (genAssign, genPointerGetSetOfs, genDataPointerGet,
3627           genDataPointerSet): ensure assignments always copy in MSB to LSB
3628           order,
3629           (loadRegFromAop): recognize CLRH optimization,
3630           (genFunction): optimize RECEIVE iCodes in reentrant functions
3631
3632 2004-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3633
3634         * src/SDCCmain.c (parseCmdLine, optionsTable[]): fixed bug with
3635           --out-fmt-s19 turning into --out-fmt-elf if s19 was already
3636           selected.
3637         * src/SDCCmain.c (linkEdit): don't define SSEG for HC08
3638         * src/hc08/main.c (_hc08_setDefaultOptions): default xdata to be
3639           contiguous with data
3640
3641 2004-11-19 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3642
3643         * device/lib/_gptrget.c (_gptrget),
3644         * device/lib/_gptrgetc.c (_gptrgetc),
3645         * device/lib/_gptrput.c (_gptrput): _naked allows to use ret
3646           instead of sjmp to ret
3647         * src/mcs51/peeph.def: added peepholes 3.d-g and 177.g,h provided
3648           by Hubert Sack <hsack2002 AT arcor.de> in RFE #1067986, thanks
3649
3650 2004-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
3651
3652         * .version: bumped version to 2.4.7
3653         * device/lib/_gptrget.c (_gptrget): is now _naked
3654         * device/lib/_gptrgetc.c (_gptrgetc): is now _naked
3655         * device/lib/_gptrput.c (_gptrput): is now _naked
3656         * src/SDCCast.c (createBlock): removed ridiculous self-assignment,
3657           (createFunction): fixed xstack
3658         * src/SDCCglue.c (emitMaps): set allocation required for bit area
3659         * src/SDCCicode.c (geniCodeCast): don't change SPEC_OCLS for literal
3660           or bit either,
3661           (geniCodeCritical): store original interrupt state in an iTemp bit
3662           var unless stack-auto
3663         * src/SDCCicode.h: added CRITICAL and ENDCRITICAL to SKIP_IC2
3664         * src/SDCCmain.c (setIncludePath): added include/target to search path
3665         * src/SDCCmem.c (allocParms): store bit vars in bit space, not overlay
3666         * src/SDCCsymt.c (checkFunction): don't check regbank for isr's against
3667           prototype,
3668           (processFuncArgs): put bit vars in bit area
3669         * src/mcs51/gen.c (saveRegisters, unsaveRegisters, genXpush, saveRBank,
3670           unsaveRBank): fixed xstack,
3671           (genFunction): bugfix: replaced (global!) reentrant with fReentrant,
3672           (genFunction, genEndFunction): fixed xstack,
3673           (genAssign): optimization don't walk backwards through mem
3674         * src/mcs51/main.c (_mcs51_regparm): don't pass bit params in registers
3675         * src/mcs51/ralloc.c (createStackSpil): spill bits to bit area
3676         * support/regression/Makefile: also make library (for stack-auto) when
3677           making "all" and added "test-mcs51-xstack-auto"
3678         * support/regression/fwk/lib/testfwk.c: added T2_isr prototype for mcs51
3679         * support/regression/ports/mcs51/T2_isr.c: added this file as a stub
3680         * support/regression/ports/mcs51/fwk.lib: added to link T2_isr stub
3681         * support/regression/ports/mcs51/spec.mk: added rules for fwk.lib
3682         * support/regression/ports/mcs51-stack-auto/spec.mk: replaced
3683           make-library by MAKE_LIBRARY
3684         * support/regression/ports/mcs51-xstack-auto/spec.mk: file added to run
3685           regression tests for xstack
3686         * support/regression/tests/bitvars.c: test for bit vars (bug 938782)
3687         * support/regression/tests/critical.c: test for critical on mcs51
3688
3689 2004-11-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3690
3691         * support/regression/ports/ucz80/spec.mk: use include and lib files from
3692           built version of sdcc instead of installed version
3693
3694 2004-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
3695
3696         * src/mcs51/gen.c (toBoolean): fixed bug 1065458
3697         * device/lib/Makefile.in: z80 uses printf_large.c, sprintf.c and
3698           vprintf.c now
3699         * device/lib/printf_large.c (calculate_digit): fixed bug 1057979
3700         * device/lib/z80/Makefile: don't use printf.c as it fails bug 1057979
3701           WARNING: remove device/lib/build/z80/printf.o by hand when
3702           updating from previous build!
3703         * device/lib/z80/printf.c: updated comment
3704         * support/regression/tests/bug1057979.c: test all ports now
3705         * support/regression/tests/bug1065458.c: file added
3706
3707 2004-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3708
3709         * src/z80/gen.c (genFunction, genEndFunction): avoided generating
3710           *_start and *_end symbols for static functions
3711
3712 2004-11-11 Maarten Brock <sourceforge.brock AT dse.nl>
3713
3714         * src/SDCCmain.c (linkEdit): don't suppress crt0 if --nostdlib is used
3715           and search crt0.o in all library paths,
3716           (setIncludePath): proper handling of --nostdinc,
3717           (setLibPath): proper handling of --nostdlib
3718         * support/regression/Makefile,
3719         * support/regression/ports/ds390/spec.mk,
3720         * support/regression/ports/gbz80/spec.mk,
3721         * support/regression/ports/hc08/spec.mk,
3722         * support/regression/ports/mcs51/spec.mk,
3723         * support/regression/ports/mcs51-large/spec.mk,
3724         * support/regression/ports/mcs51-stack-auto/spec.mk,
3725         * support/regression/ports/z80/spec.mk: use include and lib files from
3726           built version of sdcc instead of installed version
3727         * doc/sdccman.lyx: fixed typo in --nostdinc
3728
3729 2004-11-10 Slade Rich <slade_rich AT users.sourceforge.net>
3730
3731         * src/pic/pcode.c,
3732         * src/pic/device.c,
3733         * src/pic/ralloc.c,
3734         * src/pic/gen.c : added support to generate code for struct bit fields.
3735
3736 2004-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
3737
3738         * as/xa51/xa_version.h,
3739         * device/include/errno.h,
3740         * device/include/regc515c.h,
3741         * device/lib/_itoa.c,
3742         * device/lib/_ltoa.c,
3743         * device/lib/ser_ir_cts_rts.c,
3744         * sim/ucsim/xa.src/glob.cc,
3745         * sim/ucsim/xa.src/inst_gen.cc,
3746         * sim/ucsim/xa.src/xa_bit.cc,
3747         * sim/ucsim/xa.src/xa_sfr.cc,
3748         * sim/ucsim/z80.src/inst_dd.cc,
3749         * sim/ucsim/z80.src/inst_fdcb.cc,
3750         * support/scripts/keil2sdcc.pl,
3751         * src/pic16/pic16.dsp,
3752         * src/pic16/pic16a.dsp: corrected cvs line endings
3753         * device/lib/printf_large.c: fixed bug 1057979
3754         * src/pic16/gen.c: fixed non-C standard code
3755         * src/SDCCmain.c: made --pack-iram default, added --no-pack-iram
3756         * src/SDCCglobl.h: changed pack_iram to no_pack_iram
3757         * support/regression/ports/mcs51/support.c: reload T1 asap
3758         * doc/sdccman.lyx: updated for options --pack-iram and --no-pack-iram,
3759           pdata use and clear idata startup behaviour
3760         * support/regression/tests/bug1057979.c: added
3761
3762 2004-11-04 Maarten Brock <sourceforge.brock AT dse.nl>
3763
3764         * device/examples/ds390/ow390/ad26.h,
3765         * device/examples/ds390/ow390/cnt1d.h,
3766         * device/examples/ds390/ow390/crcutil.c,
3767         * device/examples/ds390/ow390/ownet.h,
3768         * device/examples/ds390/ow390/owsesu.c,
3769         * device/examples/ds390/ow390/swt12.h,
3770         * device/examples/ds390/ow390/swtoper.c,
3771         * device/examples/ds390/ow390/temp10.h,
3772         * device/examples/ds390/ow390/thermodl.c,
3773         * device/examples/ds390/tinitalk/tinitalk.dsp,
3774         * device/examples/ds390/tinitalk/tinitalk.dsw,
3775         * device/examples/mcs51/clock/hw.h,
3776         * device/examples/mcs51/simple2/go.bat,
3777         * device/examples/serialcomm/windows/serial.h,
3778         * device/examples/xa51/dummy.c,
3779         * device/examples/xa51/hello.c,
3780         * device/include/80c51xa.h,
3781         * device/include/at89x051.h: corrected cvs line endings
3782
3783 2004-11-04 Vangelis Rokas <vrokas AT otenet.gr>
3784
3785         * src/pic16/main.c (options): added command line --gstack, to trace
3786         stack over/under flows,
3787         * added pragma 'wparam' to allow passing first byte of function
3788         parameters via WREG, syntax is #pragma wparam my_function[, func2...]
3789         * src/pic16/gen.c (pic16_testStackOverflow): function which emits a
3790         call to __gstack_test function and sets up the symbol as extern,
3791         * (pic16_pushpCodeOp, pic16_poppCodeOp, pushw, pushaop, popaopidx,
3792         * popaop): added call to pic16_testStackOverflow,
3793         * (wParamCmp, inWparamList): NEW, test existence of a symbol in
3794         wparamList list,
3795         * (genCall, genPcall): now all parameters are passed via stack
3796         except in functions that are pass to wparam pragma in which WREG is
3797         used too,
3798         * (genPcall): REENTRANT flag is checked to see if variable prototype
3799         contains reentrant keyword, don't call a non-reentrant function, via
3800         a reentrant function pointer or vice versa, functions are never
3801         passed via WREG,
3802         * (genJumpTab): applied patch from bug #1057478 by R.Neider and
3803         D.Winkler,
3804         * src/pic16/glue.c (pic16emitRegularMap): fixed bug which caused a
3805         SIGSEGV when accessing a NULL register stucture,
3806         * (pic16_printGPointerType): modified to handle UPPER modifier for
3807         function initializers, changed prototype of function to simpler one,
3808         * (pic16_printIvalFuncPtr): check to see if function is already
3809         added in externs list,
3810         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): fixed bug which
3811         optimized a move from W to SFR with a move to the same register
3812         later after a CALL,
3813         * device/lib/pic16/debug: NEW directory, contains debug features
3814         which are enabled when linking with libdebug.lib, currently command
3815         line option --gstack enables stack pointer tracing for over/under
3816         flow, corresponding sources are in debug/gstack
3817
3818 2004-10-30 Vangelis Rokas <vrokas AT otenet.gr>
3819
3820         * doc/sdccman.lyx: updated SDCC version,
3821         * (PIC16 port): update list of command line options,
3822         * src/pic16/device.h (structure pic16_options_t): added field gstack
3823         to enable stack overflow tracing on push/pops,
3824         * src/pic16/device.c (statistics structure): added statistics
3825         structure,
3826         * (pic16_dump_access, pic16_dump_usection, pic16_dump_gsection,
3827         pic16_dump_int_registers): increase statistics counters for each
3828         * variable which is encountered
3829         * (pic16_dump_usection): emit each .udata variable to its own udata
3830         section,
3831         * src/pic16/gen.c (assignResultValue, genCall, genPcall, genFunction):
3832         when macro USE_WREG_IN_FUNC_PARAMS is set to 0 pass all function
3833         parameters via stack, otherwise use old scheme,
3834         * src/pic16/glue.c (pic16_emitStatistics): dump statistics in
3835         assembler output file,
3836         * src/pic16/main.c: added command line options --gstack to enable
3837         push/pop tracing for stack overflow,
3838         * src/pic16/pcode.c (all pCodeInstruction records for PIC18F
3839         instructions): added size of each instruction,
3840         * (pic16_countInstruction): estimate size of instructions in
3841         the_pFile list, inline assembly blocks are not counted,
3842         * (pic16_FixRegisterBanking): trace previous register usage, when
3843         banksel optimizations is greater than 0, don't emit a redudant
3844         banksel directive,
3845
3846 2004-10-26 Slade Rich <slade_rich AT users.sourceforge.net>
3847
3848         * src/pic/ralloc.c : fixed inefficient code produced when compiling a complimented bit operation.
3849         * src/pic16/ralloc.c : applied same fix for pic16.
3850         * src/pic/gen.c : tidied it up a little.
3851
3852 2004-10-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3853
3854         * src/mcs51/peeph.def: disabled 259.a,b for removing redundant ret,
3855         thanks to Martin Helmling for reporting (mail on sdcc-devel 2004-10-25)
3856
3857 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3858
3859         * src/SDCCast.c (reverseParms): fixed bug #1040577 (part 2)
3860
3861 2004-10-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3862
3863         * device/lib/ser_ir_cts_rts.c: integer promotion caused a call to the
3864         non-reentrant function __modsint in the interrupt function (thus
3865         corrupting math operations during serial I/O)
3866         * device/lib/ser_ir.c: as above, changed buffersize
3867         * src/mcs51/peeph.def: added 259.a,b for removing redundant ret,
3868         256.c,d for zeroing
3869         * doc/Makefile: added option -t for rsync
3870
3871 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3872
3873         * src/SDCCast.h (struct ast),
3874         * src/SDCCast.c (reverseParms, copyAst): fixed bug #1040577 (part 1)
3875
3876 2004-10-20 Borut Razem <borut.razem AT siol.net>
3877
3878         * support/scripts/sdcc.nsi: added include/pic16/*.h to the setup
3879         package
3880
3881 2004-10-20 Vangelis Rokas <vrokas AT otenet.gr>
3882
3883         * device/lib/pic16/libsdcc/Makefile: added lregs directory in
3884         makefile targets,
3885         * device/lib/pic16/libsdcc/lregs/{Makefile,lrst.c,lrrest.c}: NEW
3886         support functions to replace long sequences of MOVFF's from access
3887         bank registers to stack and vice versa,
3888         * src/pic16/device.h: added new field opt_flags, where optimization
3889         flags can be set to enable certain features,
3890         * src/pic16/gen.c (pic16_emitpinfo): NEW to add PC_INFO pCode in
3891         * pBlock, (genFunction, genEndFunction): surroung loop for
3892         saving/loading used registers in stack with PC_INFO pCodes,
3893         INF_LREGS. Code in between can then be optimized by pCode optimizer
3894         to support function calls,
3895         * (genDataPointerSet): fixed bug which loaded float fields in
3896         structures with corrupt data,
3897         * src/pic16/genutils.c (debugf, _debugf): macro/function which emits
3898         in a standard way debug info on stderr. Feature used for developing
3899         and debugging only,
3900         * src/pic16/glue.c (pic16glue): reformatted, deleted some old and
3901         obsolete chunks of code,
3902         * if optimization flag OF_LR_SUPPORT was set, call pic16_OptimizeLocalRegs,
3903         * src/pic16/main.c (_pic16_parseOptions): added handler for --flr-support,
3904         * pic16/src/pcode.c (pic16_newpCodeInfo,
3905         * (pic16_newpCodeOpLocalRegs),
3906         * (pic16_convertLocalRegs2Support): NEW, to support new optimization
3907         feature,
3908         * (pic16_pCodeConstString): printing of the initial value of a
3909         symbol as a comment is inhibited since parsing was already done by
3910         copyStr and output is corrupt,
3911         * (pic16_pCode2str, genericPrint): handle PC_INFO pCode,
3912
3913 2004-10-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3914
3915         * src/mcs51/ralloc.c (packRegisters): fixed bug #1044601
3916
3917 2004-10-19 Maarten Brock <sourceforge.brock AT dse.nl>
3918
3919         * as/mcs51/lkarea.c: removed old K&R style,
3920           (lnksect): changed check on boundary error,
3921           (lnksect2): changed check on boundary error,
3922           (lnksect2): extend XSTK to end of page if size = 1
3923         * as/mcs51/lkmain.c: removed old K&R style,
3924           (Areas51): create l_IRAM symbol
3925         * as/mcs51/lkmem.c (summary2): added report on PSEG and XSTK
3926         * device/lib/Makefile.in: renamed model-mcs51-reentrant to
3927           model-mcs51-stack-auto, added model-mcs51-xstack-auto
3928         * device/lib/_mullong.c: added version to be compiled with xstack
3929         * device/lib/mcs51/crtclear.asm: clear only upto --iram-size
3930         * device/lib/mcs51/crtxclear.asm: clear pdata as well
3931         * device/lib/mcs51/crtxstack.asm: fixed comment
3932         * src/SDCCglue.c: maxInterrupts defaults to 0,
3933           (emitMaps): added pdata,
3934           (createInterruptVect): (re)moved default,
3935           (glue): added pdata,
3936           (glue): moved __start__xstack to XSTK with default size 1
3937         * src/SDCCmain.c (parseCmdLine): automatically set options.intlong_rent
3938           and options.float_rent when options.stackAuto is set,
3939           (linkEdit): only write XDATA_NAME if provided on command line
3940         * src/SDCCmem.h,
3941         * src/SDCCmem.c: added pdata
3942         * src/port.h: added pdata_name to PORT
3943         * src/mcs51/gen.c (toBoolean): fixed for Acc use of aopGet,
3944           (saveRegisters, unsaveRegisters): removed usage of B,
3945           (genMinus): fixed accumulator clash,
3946           (genJumpTab): added comment, this needs another look
3947         * src/mcs51/gen.c: added check for "B in use" paranoia,
3948           added pushB() and popB()
3949         * src/mcs51/peeph.def: restart after 177.c so 177.a can get a second
3950           chance
3951         * src/avr/main.c,
3952         * src/ds390/main.c,
3953         * src/hc08/main.c,
3954         * src/mcs51/main.c,
3955         * src/pic/main.c,
3956         * src/pic16/main.c,
3957         * src/xa51/main.c,
3958         * src/z80/main.c: (reset_regparms) made void parameter explicit and
3959           added PSEG (PAG,XDATA) or NULL to port specifier
3960         * src/ds390/main.c (_ds390_genIVT): moved implemented default in here
3961         * src/mcs51/main.c (_mcs51_genIVT): moved implemented default in here,
3962           (_mcs51_genInitStartup): removed __start__xstack equ,
3963           (mcs51_port): moved xstack from XSEG (XDATA) to XSTK (PAG,XDATA)
3964         * src/pic16/device.c (pic16_dump_usection, pic16_dump_isection),
3965         * src/z80/gen.c (_rleAppend): fixed warnings
3966         * support/regression/tests/zeropad.c: added pdata test
3967         * .version: bumped to 2.4.6
3968
3969 2004-10-17 Borut Razem <borut.razem AT siol.net>
3970
3971         * support/scripts/sdcc.nsi: cross compiling of WIN32 setup.exe on Linux
3972         as a part of nightly build
3973
3974 2004-10-16 Vangelis Rokas <vrokas AT otenet.gr>
3975
3976         * src/pic16/gen.c (struct _G): added field useWreg, is set to 1 when
3977         WREG holds the first byte function parameters,
3978         * (aopForSym): take special case for symbols which are in FARSPACE
3979         but in CODESPACE too,
3980         * (assignResultValue): modified to take into account _G.useWreg,
3981         * (genCall): don't use wreg for parameter passing when function is
3982         declared as reentrant, too, added optimization INCF to stack
3983         pointer when stack parameter count is 1,
3984         * (genFunction, genEndFunction): refurnished and fixed to not using
3985         wreg for passing parameters when function has varargs or is
3986         reentrant, fixed bug with symbol name compare for generating
3987         functions in absolute address,
3988         * (pic16_storeForReturn): refurnished,
3989         * (genCmp): began writing a new version of the function, not ready
3990         yet, therefore it is disabled,
3991         * (genAssign): do not read code memory when assigning a function to
3992         a pointer function,
3993         * src/pic16/glue.c (pic16emitStaticSeg): abSym->name is defined an
3994         array of characters, not pointer,
3995         * (pic16initialComments): in debug mode emit an .ident directive for
3996         the assembler,
3997         * (_process_pragma): emit a new warning type (internal to pic16)
3998         when setting stack to default length, emit a similar warning when
3999         placing a function at absolute address and address is not word aligned
4000         * (_pic16_parseOptions): added 'return TRUE' statement,
4001         * (_pic16_linkEdit): if compiling a source, then add the source's
4002         file object, first in the list of objects to link,
4003
4004 2004-10-13 Slade Rich <slade_rich AT users.sourceforge.net>
4005
4006         * src/pic/pcoderegs.c : increased count on regUsedinRange to prevent unnecessary warning.
4007         * src/pic/main.c : removed VC warning.
4008         * src/pic/gen.c : changed comment.
4009
4010 2004-10-12 Vangelis Rokas <vrokas AT otenet.gr>
4011
4012         * device/lib/pic16/libsdcc/gptr/gptrput[234].c: an external
4013         reference to a deprecated symbol _GPTRREG was causing failure to
4014         link. Thanks G. M. Gallant for the info.
4015
4016 2004-10-12 Slade Rich <slade_rich AT users.sourceforge.net>
4017
4018         * src/pic/pcode.c : Applied a code patch supplied by Paul Ashmore in
4019         comments for Bugs item #954788.
4020
4021 2004-10-10 Vangelis Rokas <vrokas AT otenet.gr>
4022
4023         * src/pic16/device.c (pic16_dump_gsection,
4024         * pic16_groupRegistersInSection): handle symbols declared to be in
4025         access bank differently,
4026         * src/pic16/gen.c (struct _G): added field resDirect,
4027         * (aopForSym): if symbol on stack and iCode is '=' and result exists,
4028         send values read from stack directly to result and don't allocate
4029         temporary values,
4030         * (pic16_sameRegs): fixed bug that allowed MOVFF to move between
4031         same registers,
4032         * (pic16_sameRegsOfs): NEW,
4033         * (freeAsmop): if _G.resDirect is set then do not mark registers as
4034         free because they were not allocated from temporary pool,
4035         * pic16_popRegFromString): workaround to fix a problem with
4036         allocating variables twice or never,
4037         * (genGenPointerGet): using PRODL instead of FSR0H,
4038         * (genGenPointerSet): using POSTDEC1 (that is a stack location)
4039         instead of FSR0H,
4040         * (genAssign): take advantage of the _G.resDirect flag,
4041         * (genCast): around line 11844, use mov2f instead of directly
4042         MOVFF'ing between operands to account for literal values,
4043         * src/pic16/genutils.c: some new debug functions for gpsim have been
4044         added,
4045         * src/pic16/glue.c (pic16_printIvalType): fixed bug that initialized
4046         float with integer part only,
4047         * src/pic16/main.c (_process_pragma): handle pragma udata access to
4048         place variables in access bank
4049         * device/lib/pic16/libsdcc/gptr/gptr*.c: using BRA instead of GOTO,
4050         updated sources to reflect recent changes in gen.c
4051
4052 2004-10-06 Vangelis Rokas <vrokas AT otenet.gr>
4053
4054         * device/lib/pic16/libsdcc/Makefile.rules: fixed bug concerning
4055         sources that searched for headers in installation path, now the
4056         device/include/pic16 is used,
4057         * src/pic16/glue.c (pic16glue),
4058         * src/pic16/pcode.c (pCode2str, genericPrint): don't print .file or
4059         .line directives if not in debug mode, this suppresses assembler's
4060         warnings for ignored directives
4061
4062 2004-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
4063
4064         * src/port.h: made reset_regparms prototype void parameter explicit.
4065         * src/SDCCsymt.c (processFuncArgs): removed argument "func".
4066         * src/mcs51/ralloc.c (packRegisters): new fix for bugs 898889 & 979599.
4067         * doc/sdccman.lyx: documented warning disabling and how to use
4068           printf_large to make it print floats.
4069         * device/include/stdbool.h: NEW
4070         * device/lib/_atof.c,
4071         * device/lib/_divuint.c,
4072         * device/lib/_divulong.c,
4073         * device/lib/expf.c,
4074         * device/lib/printf_large.c,
4075         * device/lib/sincosf.c,
4076         * device/lib/sincoshf.c: used stdbool.h, all compile with stack-auto now
4077         * device/lib/Makefile.in: added target for model-mcs51-reentrant to build
4078           a completely reentrant lib.
4079
4080 2004-10-05 Vangelis Rokas <vrokas AT otenet.gr>
4081
4082         * device/lib/pic16/libsdcc/gptr/gptr*.c: added return statements
4083         * device/include/pic16/stdio.h: fixed bug with colon
4084
4085 2004-10-03 Vangelis Rokas <vrokas AT otenet.gr>
4086
4087         * device/include/pic16/stdio.h,
4088         * device/include/pic16/stdlib.h,
4089         * device/include/pic16/math.h: NEW
4090         * device/lib/pic16/libsdcc/gptr/*.c (gptrget*, gptrput*): functions
4091         declared as _naked to reduce overhead
4092         * device/lib/Makefile.in (target port-specific-objects-pic16):
4093         changed * to *.* so to ignore the CVS directory,
4094         * src/pic16/gen.c (pic16_freeAsmop): added code to store result of
4095         stacked variables back in stack,
4096         * (genEndFunction): fixed bug reported by G.M. Gallant with stack
4097         corruption
4098
4099 2004-10-01 Vangelis Rokas <vrokas AT otenet.gr>
4100
4101         * .version: bumped version number to 2.4.5
4102         * support/Util/SDCCerr.h: added warning W_POSSBUG2.
4103         * support/Util/SDCCerr.c (messages structure): added entry for
4104         W_POSSBUG2
4105
4106         Large cumulative patch for pic16 port and libraries.
4107         * device/include/pic16/sdcc-lib.h,
4108         * device/include/pic16/stdarg.h,
4109         * device/include/asm/pic16/features.h,
4110         * device/include/lib/pic16/libsdcc/gptr/{*.c, Makefile}: NEW,
4111         * device/include/pic16/float.h: changes reentrant keyword with
4112         _FS_REENTRANT, added prototype for __fsneq, included sdcc-lib.h
4113         * device/lib/pic16/libsdcc/Makefile: added target directory gptr,
4114         updated target build-libraries to include objects from gptr,
4115         * device/lib/pic16/libsdcc/{char,int,long}/*.c: added macro
4116         _IL_REENTRANT to all function headings, included sdcc-lib.h header,
4117         * device/lib/pic16/libsdcc/float/*.c: added macro _FS_REENTRANT to
4118         all function headings,
4119         * src/SDCCmain.c: added global parameter userIncDirsSet,
4120         * (parseCmdLine): when option -I is encountered add directory to
4121         userIncDirsSet too,
4122         * src/version.awk: added space between control and long,
4123         * src/pic16/NOTES: added some notes for the port,
4124         * src/pic16/gen.c: added prototype for mov2fp function,
4125         * (fReturnpic16[]): properly named return value registers,
4126         * (_G structure): added fields stackRegSet, fregsUsed, stack_lat,
4127         * (aopForSym): added code to handle symbols with onStack flag set,
4128         symbols onStack are allocated PTRSIZE bytes,
4129         * (aopFreeAsmop): handles special case where asmops are stack objects,
4130         * (aopGet, pic16_popGet): adde cod to handle new asmop AOP_STA,
4131         * (pic16_popGetTempReg, pic16_popGetTempRegCond, pic16_popReleaseTempReg):
4132         added argument lock to trace flaws in allocating temporary registers
4133         when developing port,
4134         * (pic16_popGetLit, pic16_popGetLit2): changed lit from unsigned to signed
4135         * (pic16_popRegFromString): reenabled allocating a direct register
4136         from string,
4137         * (assignResultValue): various beautifications,
4138         * fixed bug #1037717 (patch from R. Neider & D. Wrinkler) with mistaken
4139         referenced function argument,
4140         * (genIpush): reenabled to allow stacked arguments, handles only
4141         ic->parmPush iCodes,
4142         * (genCall, genPcall): major changes to allow for variable argument
4143         functions, fixed a bug with falsely restoring stack pointer after
4144         returning from call,
4145         * (genFunction): pending code for critical function,
4146         * (shiftR1Left2ResultSigned, shiftR1Left2Result, shiftL2Left2Result,
4147         * (shiftR2Left2Result, shiftLLong) applied patch #1032155 from R.Neider,
4148         * (genNearPointerGet): fixed bug with indirect reading, was always
4149         reading from INDF0
4150         * (genGenPointerGet, genGenPointerSet): rewrote to support generic
4151         pointers,
4152         * (genAddrOf): rewrote code to take address of a stacked function parameter
4153         * (genCast): fixed casting to generic pointer type,
4154         * src/pic16/gen.h: added AOP_STA,
4155         * (struct asmop): added field stk,
4156         * src/pic16/genarith.c (pic16_AopType): handle AOP_STA,
4157         * (pic16_genPlusIncr): changed emitSKPNZ to emitSKPNZ,
4158         * (pic16_genAddLit, pic16_genPlus): applied patch #1034042 by tecodev,
4159         * (pic16_genMinus): fixed bug #1035119 with patch submitted by tecodev,
4160         * src/pic16/genutils.c (pic16_genNot): removed symbol *tlbl,
4161         * src/pic16/glue.c (pic16_printGPPointerType): fixed to support new
4162         generic pointers,
4163         * src/pic16/main.c (_pic16_initPaths): ignores default SDCC include
4164         and library paths,
4165         * (pic16_port structure): generic pointer size is set to 3,
4166         * src/pic16/pcode.c (pic16_newpCodeOpLit): correctly print literal integer,
4167         * (insertBankSwitch): cast to (char *) to prevent 64bit CPUs'
4168         compiler warning,
4169         * src/pic16/ralloc.c (allocReg): prevent allocating register when
4170         operand is an iTemp,
4171
4172 2004-09-24 Martin Helmling <mh AT octo-soft.de>
4173
4174         * debugger/mcs51/cmd.c: set PC if a symbol at pc reg is set
4175         * debugger/mcs51/simi.c: addapt new syntax of s51
4176
4177 2004-09-23 Vangelis Rokas <vrokas AT otenet.gr>
4178
4179         * src/pic16/genutils.c (pic16_genNot): fixed bug #1032265,
4180         * src/pic16/pcode.c: commented out some calls to free() in order to
4181         fix bug #989576,
4182
4183 2004-09-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4184
4185         * src/SDCCicode.h,
4186         * src/SDCCicode.c (isiCodeInFunctionCall),
4187         * src/avr/ralloc.c (selectSpil),
4188         * src/pic/ralloc.c (selectSpil),
4189         * src/pic16/ralloc.c (selectSpil),
4190         * src/ds390/ralloc.c (selectSpil),
4191         * src/hc08/ralloc.c (selectSpil),
4192         * src/xa51/ralloc.c (selectSpil),
4193         * src/mcs51/ralloc.c (selectSpil): Don't use remainSpil to spill to the
4194         stack in the middle of a function call sequence (fixes bug #1020268)
4195         * src/SDCCicode.c (geniCodeJumpTable): fixed error in computing the
4196         costs associated with the minimum switch case.
4197
4198 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4199
4200         * src/SDCC.lex: fixed bug #1030549
4201
4202 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4203
4204         * src/SDCCcse.h (struct cseDef),
4205         * src/SDCCcse.c (cseBBlock, newCseDef, ifFromAddrTaken): purge CSEs
4206         over a function call if the CSE is derived from a symbol whose
4207         address has been taken (fixes bug #1029883)
4208         * support/regression/tests/bug-1029883: a new regression test for
4209         this bug
4210
4211 2004-09-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4212
4213         * src/hc08/gen.c (emitinline): fixed bug #1029778
4214         * src/SDCC.y (assignment_expr): fixed the grammer so that assignment
4215         to a cast object is no longer a syntax error ("fixes" bug #1030006,
4216         and starts toward RFE #905167)
4217
4218 2004-09-17 Vangelis Rokas <vrokas AT otenet.gr>
4219
4220         * src/pic16/gen.c (mov2f): New function to move an operand to
4221         another without considering if it is a literal or a register,
4222         * (pic16_sameRegs): don't check if they are both AOP_REG,
4223         * (AccRsh): removed andmask=0 lines,
4224         * (genLeftShift): duplicated to be improved in future versions,
4225         * src/pic16/main.c (_process_pragma): emit stack default size in hex,
4226         * src/pic16/pcode.c: added POC_INFSNZW, updated inverted_op fields
4227         in POC_INCFSZ, POC_INCFSZW, POC_INFSNZ,
4228         * (pic16initMnemonics): added initialization for POC_INFSNZW,
4229         * (insertBankSwitch): fixed inserting banksel directives algorithm
4230         for instructions that follow a skip instruction, this fixes a report
4231         for broken subtraction code generation,
4232         * src/pic16/ralloc.c (deassignLRs): do not free register if current
4233         iCode is a left op, just in case result and right share the same
4234         registers
4235
4236 2004-09-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4237
4238         * src/hc08/main.c,
4239         * src/hc08/gen.c (genJumpTable): more efficient jump table, supports
4240         preservation of HX
4241         * src/hc08/gen.c (pullRegs): fixed order of HX & XA pairs
4242         * src/mcs51/ralloc.c (packRegisters): removed the patch applied
4243         on 2004-09-12; it was buggy
4244
4245 2004-09-15 Bernhard Held <bernhard AT bernhardheld.de>
4246
4247         * src/SDCCsymt.h: removed RESULT_CHECK
4248         * src/SDCCast.c,
4249         * src/SDCCglue.c,
4250         * src/SDCCval.c,
4251         * src/pic/glue.c,
4252         * src/pic16/glue.c: replaced RESULT_CHECK with RESULT_TYPE_NONE
4253
4254 2004-09-15 Vangelis Rokas <vrokas AT otenet.gr>
4255
4256         * src/SDCCicode.c (piCode): applied patch from Raphael Neider,
4257         * src/pic16/device.c (pic16_assignConfigWordValues): wrong
4258         configuration values no more rejected by compiler, they are assigned
4259         to configuration registers with a warning message instead,
4260         * src/pic16/glue.c (pic16_emitConfigRegs): added +1 at top-limit of
4261         the for-loop so last conf register is emitted too,
4262         * (_pic16_initPaths): link library libsdcc.lib by default,
4263         * (_hasNativeMulFor): modified test for multiplication according to
4264         Raphael Neider's remarks. Integer multiplication is also done with
4265         support functions,
4266         * device/include/pic16/pic18fregs.h: corrected type error in while
4267         testing and including 18f6720 header file
4268
4269 2004-09-14 Vangelis Rokas <vrokas AT otenet.gr>
4270
4271         * src/pic16/device.h (pic16_options): removed field use_crt,
4272         * src/pic16/gen.c (genUnpackBits): added call to pic16_loadFSR0
4273         until an optimization to handle single bits is added,
4274         * (pic16_loadFSR0): moved before genUnpackBits,
4275         * (genAnd): some white lines removed,
4276         * src/pic16/main.c (_pic16_finaliseOptions): set omit_ivt and clear
4277         leave_reset flags in pic16_options when using crt modules,
4278
4279 2004-09-12 Maarten Brock <sourceforge.brock AT dse.nl>
4280
4281         * src/mcs51/ralloc.c (packRegisters): applied fix by Bernhard Held
4282           for bugs 898889 & 979599. Also used some safer print instructions.
4283
4284 2004-09-12 Vangelis Rokas <vrokas AT otenet.gr>
4285
4286         * src/pic16/device.h (pic16_options_t): added field use_crt,
4287         crt_name, no_crt,
4288         * src/pic16/genarith.c (pic16_genPlus): added an assert(0) line to
4289         catch a probable future bug,
4290         * src/pic16/gen.c: aopIdx function commented out,
4291         * (genAssign): commented out old code which used aopIdx,
4292         * src/pic16/glue.c (pic16glue): removed some legacy fragments of
4293         code, added if conditionals to take into account the --use-crt
4294         command line options,
4295         * src/pic16/main.c (pic16_optionsTable): added new command line
4296         options, --use-crt= and --no-crt,
4297         * (_pic16_linkEdit): now the proper crt object is added in the
4298         linker command line except than when --no-crt is specified,
4299         * src/pic16/pcode.c,
4300         * src/pic16/pcode.h: added some structures and functions for a new
4301         optimization scheme to compansate for instruction overhead between
4302         same iCodes, this scheme is currently under development and is not
4303         working in any way,
4304         * src/pic16/gen.c (genAnd): added patch provided by Aaron Collwell
4305         to && operator,
4306         * device/lib/pic16/startup/crt0i.c,
4307         * device/lib/pic16/startup/crt0iz.c: added global char variable
4308         __uflags to force the generation of an idata section
4309
4310 2004-09-12 Bernhard Held <bernhard AT bernhardheld.de>
4311
4312         * doc/Makefile,
4313         * doc/clean.mk: added support for easy creation of sdcc-doc.tar.bz2
4314         * doc/sdccman.lyx: updated sdcc version to 2.4.4
4315
4316 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4317
4318         * doc/sdccman.lyx: fixed a problem with my new index entries (thanks
4319         Frieder) and clarified the default code optimization mode
4320
4321 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4322
4323         * src/SDCC.lex (doPragma, process_pragma),
4324         * src/SDCCglobl.h (struct optimize): added pragmas "opt_code_speed",
4325         "opt_code_size", and "opt_code_balanced"
4326         * src/SDCCmain.c (optionsTable[], printOptions, scanOptionsTable):
4327         regrouped options by category, added support for category headers
4328         * src/SDCCmain.c (parseCmdLine): added options "--opt-code-speed"
4329         and "--opt-code-size"
4330         * doc/sdccman.lyx: documented these new options and pragmas
4331         * src/hc08/gen.c (AccLsh, AccRsh): take speed/size optimization
4332         preference into account
4333
4334 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
4335
4336         * src/SDCCicode.c (geniCodePostInc, geniCodePreInc, geniCodePostDec,
4337           geniCodePreDec): Fixed bug 904237 by generating a warning
4338         * src/SDCCerr.h,
4339         * src/SDCCerr.c: added warning W_SIZEOF_VOID
4340
4341 2004-09-09 Slade Rich <slade_rich AT users.sourceforge.net>
4342
4343         * src/pic/device.c : When no max ram set validate full memory range.
4344         * src/pic/pcode.c,
4345         * src/pic/pcodepeep.c : Copy C code comments to optimised replacement code.
4346
4347 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
4348
4349         * device/lib/_gptrget.c,
4350         * device/lib/_gptrput.c: updated comment
4351         * device/lib/calloc.c,
4352         * device/lib/free.c,
4353         * device/lib/malloc.c,
4354         * device/lib/realloc.c: added LGPL, made them reentrant-safe
4355         * src/SDCCcse.c (cseBBlock),
4356         * src/SDCCicode.c (printOperand, geniCodeArray),
4357         * src/SDCCicode.h (struct operand): fixed bug 868103
4358         * support/regression/tests/bug-868103.c: added
4359         * src/SDCCast.c (searchLitOp),
4360         * src/SDCCcse.h (struct cseDef),
4361         * src/SDCCglue.c (printIvalArray, spacesToUnderscores),
4362         * src/SDCCicode.h (struct operand),
4363         * src/SDCCsymt.h (struct sym_link),
4364         * src/avr/gen.c (hasInc),
4365         * src/ds390/gen.c (hasInc),
4366         * src/hc08/gen.c (genPlusIncr, hasInc),
4367         * src/mcs51/gen.c (hasInc),
4368         * src/pic16/glue.c (pic16_printIvalChar),
4369         * src/pic16/ralloc.c (regWithIdx),
4370         * src/xa51/gen.c (hasInc) : removed warnings
4371         * src/SDCCast.c (createBlock): added comment ???
4372         * src/hc08/ralloc.c: updated comments
4373
4374 2004-09-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4375
4376         * doc/sdccman.lyx: updated section on switch statements, added
4377         section about semaphore locking
4378         * doc/Makefile: added option -info for latex2html
4379         * device/lib/_gptrget.c,
4380         * device/lib/_gptrput.c: __XPAGE instead of P2 in outcommented code
4381
4382 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
4383
4384         * src/pic/device.h,
4385         * src/pic/device.c,
4386         * src/pic/port.c : Changed PIC14 code to not set bit RP1 when
4387          maxram is less than 0x100.
4388
4389 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
4390
4391         * Bug fixes for PIC14 - signed RSHIFT problem. Patch supplied by Allen(agschrum).
4392
4393 2004-09-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4394
4395         * src/port.h,
4396         * src/mcs51/main.c,
4397         * src/ds390/main.c,
4398         * src/z80/main.c,
4399         * src/hc08/main.c,
4400         * src/pic/main.c,
4401         * src/pic16/main.c,
4402         * src/avr/main.c,
4403         * src/xa51/main.c
4404         * src/SDCCicode.c (geniCodeJumpTable): Better logic to determine if a
4405         a jump table is the best form for a switch statement, including
4406         automatic insertion of missing cases to make the case range
4407         continuous. Developed in collaboration with Frieder Ferlemann.
4408
4409 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4410
4411         * src/hc08/ralloc.c (canDefAccResult): multi-byte shift is unsafe for
4412         accumulator result if it needs sign extension
4413
4414 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
4415
4416         * src/hc08/ralloc.c (canUseAccOperand): fixed comparison bug
4417
4418 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
4419
4420         * device/lib/gbz80/printf.c,
4421         * device/lib/z80/printf.c: removed define for NULL
4422
4423 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
4424
4425         * as/xa51/xa_link.c,
4426         * device/examples/ds390/ow390/ad26.c,
4427         * device/examples/ds390/ow390/cnt1d.c,
4428         * device/examples/ds390/ow390/counter.c,
4429         * device/examples/ds390/ow390/ds2480.h,
4430         * device/examples/ds390/ow390/ds2480ut.c,
4431         * device/examples/ds390/ow390/findtype.c,
4432         * device/examples/ds390/ow390/gethumd.c,
4433         * device/examples/ds390/ow390/owllu.c,
4434         * device/examples/ds390/ow390/ownetu.c,
4435         * device/examples/ds390/ow390/swt12.c,
4436         * device/examples/ds390/ow390/swtloop.c,
4437         * device/examples/ds390/ow390/temp.c,
4438         * device/examples/ds390/ow390/temp10.c,
4439         * device/examples/ds390/ow390/thermo21.c,
4440         * device/examples/ds390/ow390/tinilnk.c,
4441         * device/examples/ds390/ow390/tstfind.c,
4442         * device/examples/serialcomm/windows/serial.cpp,
4443         * device/examples/serialcomm/windows/test_serialcomm.cpp,
4444         * device/include/reg51.h: fixed line endings for cvs
4445
4446 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4447
4448         * src/hc08/ralloc.c (canDefAccResult, canUseAccOperand,
4449         packRegsForAccUse, packRegisters): new accumulator register
4450         packing algorithm
4451         * support/regression/ports/hc08/support.c (_putchar): suppress
4452         warning of unused variable
4453         * src/SDCCicode.c: added SWAP entry to codeTable
4454
4455 2004-09-01 Maarten Brock <sourceforge.brock AT dse.nl>
4456
4457         * device/lib/sprintf.c: forgot to add this file before previous commit
4458
4459 2004-09-01 Vangelis Rokas <vrokas AT otenet.gr>
4460
4461         * src/pic16/gen.c (genPackBits): added operand right in function
4462         parameters, load result directly if p_type is POINTER (that is
4463         called by genNearPointerSet)
4464         * (genUnPackBits): added operand left in function parameters,
4465         * (genNearPointerGet, genNearPointerSet): prevent the loading of
4466         FSR0 if accessing bitfields,
4467
4468 2004-08-31 Maarten Brock <sourceforge.brock AT dse.nl>
4469
4470         * device/include/stdio.h: added NULL, size_t, typedef pfn_outputchar,
4471           _print_format; updated printf, sprintf, vsprintf
4472         * device/include/asm/default/features.h: corrected comment/define
4473         * device/lib/Makefile.in: added sprintf.c
4474         * device/lib/libsdcc.lib: added sprintf module
4475         * device/lib/printf_large.c,
4476         * device/lib/vprintf.c,
4477         * device/lib/sprintf.c: totally refactored printf_large and vprintf
4478           into these 3 files
4479         * support/regression/Makefile: changed ALL_PORTS into a usefull default
4480         * support/regression/ports/mcs51-stack-auto/spec.mk: added sprintf
4481         * support/regression/tests/bug-927659.c: removed dummy putchar, enabled
4482           hc08 test
4483         * support/regression/tests/zeropad.c: define idata as data for hc08
4484
4485 2004-08-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4486
4487         * src/SDCCpeeph.c (labelIsReturnOnly): support hc08 rts opcode also
4488         * src/SDCCpeeph.c (buildLabelRefCountHash): assume function entry point
4489         labels are referenced at least once (even if a reference is not found)
4490         * src/hc08/gen.c (emitcode): set isComment flag for comments
4491         * src/hc08/peeph.def: added rules 5a..5f (optimize redundant immediate
4492         loads), rules 6a..6b (optimize jumps to return)
4493
4494 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4495
4496         * device/lib/acosf.c (acosf),
4497         * device/lib/asinf.c (asinf),
4498         * device/lib/atanf.c (atanf),
4499         * device/lib/ceilf.c (ceilf),
4500         * device/lib/cosf.c (cosf),
4501         * device/lib/coshf.c (coshf),
4502         * device/lib/cotf.c (cotf),
4503         * device/lib/fabsf.c (fabsf),
4504         * device/lib/floorf.c (floorf),
4505         * device/lib/log10f.c (log10f),
4506         * device/lib/logf.c (logf),
4507         * device/lib/sinf.c (sinf),
4508         * device/lib/sinhf.c (sinhf),
4509         * device/lib/sqrtf.c (sqrtf),
4510         * device/lib/tanf.c (tanf),
4511         * device/lib/tanhf.c (tanhf),
4512         * device/include/math.h: defined _FLOAT_FUNC_REENTRANT macro and
4513         replaced all instances of "reentrant" in the library functions
4514         defined in math.h with this macro.
4515         * support/regression/tests/float_trans.c: reenabled test for hc08
4516
4517 2004-08-30 Bernhard Held <bernhard AT bernhardheld.de>
4518
4519         * device/lib/pic16/Makefile.common.in: added MODELFLAGS again, it was
4520         erroneously deleted
4521
4522 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4523
4524         * src/hc08/gen.c (loadRegFromAop): better use of clra & clrx
4525         * src/hc08/gen.c (genAnd, genOr): fixed bug with conditional when
4526         multi-byte volatile operands are used
4527         * src/hc08/gen.c (shiftRLong): fixed bug with wrong rotate direction
4528         * src/hc08/main.c (_hc08_genAssemblerPreamble): moved the built-in
4529         initialization to area GSINIT0 so that it would always precede
4530         any static initializers in GSINIT
4531         * support/regression/tests/zeropad.c: fixed idata define for hc08
4532         * support/regression/tests/bug-927659.c,
4533         * support/regression/tests/float_trans.c: disabled tests for hc08
4534         pending missing library routines
4535         * .version: increased version number to 2.4.4 - hc08 port now passes
4536         regression tests
4537
4538
4539 2004-08-29 Bernhard Held <bernhard AT bernhardheld.de>
4540
4541         * device/lib/pic16/Makefile.common.in: added $(MM) to fix `make clean`
4542         * Makefile.common.in,
4543         * as/Makefile,
4544         * as/hc08/Makefile.in,
4545         * as/mcs51/Makefile.in,
4546         * as/z80/Makefile.in,
4547         * debugger/mcs51/Makefile.in,
4548         * device/include/Makefile.in,
4549         * device/lib/Makefile.in,
4550         * doc/Makefile,
4551         * link/Makefile,
4552         * link/z80/Makefile.in,
4553         * packihx/Makefile.in,
4554         * sim/ucsim/main_in.mk,
4555         * sim/ucsim/avr.src/Makefile.in,
4556         * sim/ucsim/doc/Makefile.in,
4557         * sim/ucsim/gui.src/serio.src/Makefile.in,
4558         * sim/ucsim/hc08.src/Makefile.in,
4559         * sim/ucsim/s51.src/Makefile.in,
4560         * sim/ucsim/xa.src/Makefile.in,
4561         * sim/ucsim/z80.src/Makefile.in,
4562         * src/Makefile.in,
4563         * support/cpp2/Makefile.in,
4564         * support/librarian/Makefile,
4565         * support/makebin/Makefile: added DESTDIR to the install path proposed
4566         by "Maciej 'Agaran' Pijanka" <agaran AT pld-linux.org>
4567         * doc/sdccman.lyx: added DESTDIR documentation
4568
4569 2004-08-29 Vangelis Rokas (vrokas AT otenet.gr>
4570
4571         * src/pic16/gen.c (genFunction, genEndFunction): fixed return
4572         instruction for interrupt handlers, use fast returns when returning
4573         from high priority interrupts
4574
4575 2004-08-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4576
4577         * src/hc08/gen.c (genAnd, genOr, transferAopAop, rmwWithAop): optimized
4578         code generation
4579         * src/hc08/gen.c (genrshFour, genCpl): fixed bugs
4580         * src/hc08/gen.c (genMultOneByte, genDivOneByte, genModOneByte): fixed
4581         bugs, ported much of Bernhard's code from mcs51
4582         * src/mcs51/gen.c (genSend),
4583         * src/hc08/gen.c (genSend): fixed bug with lost SEND iCodes if more
4584         than one when calling a reentrant function
4585         * device/lib/_mullong.c: defined an alternate struct layout for big
4586         endian ports (hc08)
4587
4588 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4589
4590         * src/hc08/gen.c (shiftL2Left2Result): fix for bug-500536 regression
4591         test
4592
4593 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4594
4595         * src/SDCCsymt.c (processFuncArgs): make sure parameter types
4596         are sane and complete before asking the port its prefered parameter
4597         passing method (fixes bug #1017633)
4598         * device/lib/hc08/_ret.c: added "data" storage class to _ret2
4599         and _ret3
4600
4601 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4602
4603         * src/hc08/gen.c (genPackBitsImmed, genUnpackBitsImmed): fix offset
4604         problem in bitfields >= 8 bits.
4605
4606 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
4607
4608         * src/SDCCsymt.c: undid changes that were not meant to be committed
4609
4610 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
4611
4612         * support/regression/ports/hc08spec.mk: REENTRANT must be reentrant
4613
4614 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
4615
4616         * src/hc08/gen.c (genUminusFloat): fixed bug where only 3 bytes were
4617           copied and wrong bit got inverted
4618
4619 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4620
4621         * src/hc08/gen.c (genPointerSet, genFarPointerSet): moved code from
4622         genFarPointerSet into genPointerSet; eliminated genFarPointerSet
4623         * src/hc08/gen.c (genPointerGet, genFarPointerGet): moved code from
4624         genFarPointerGet into genPointerGet; eliminated genFarPointerGet
4625         * src/hc08/gen.c (genPackBitsImmed): generate optimized code for
4626         assignments to bitfields at known addresses
4627         * src/hc08/gen.c (genUnpackBitsImmed): generate optimized code for
4628         reads from bitfields at known addresses
4629         * src/hc08/ralloc.c (packRegisters),
4630         * src/hc08/gen.c (genPointerGet, genUnpackBits, genUnpackBitsImmed,
4631         genhc08Code): optimize pointer get values used as conditionals
4632         * src/hc08/peeph.def: added rules 2e & 2f to optimize bit test
4633         and branch
4634
4635 2004-08-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4636
4637         * src/mcs51/gen.c (genPointerGet, genNearPointerGet, genPagedPointerGet,
4638         genFarPointerGet, genCodePointerGet, genGenPointerGet, genUnpackBits),
4639         * src/mcs51/ralloc.c (packRegisters): optimize pointer get values used
4640         as conditionals
4641
4642 2004-08-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4643
4644         * src/mcs51/peeph.def: peepholes 248.i-m for xdata bitfields
4645
4646 2004-08-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4647
4648         * src/mcs51/ralloc.c (packRegsForOneuse): fixed bug #1012650 and some
4649         related problems
4650
4651 2004-08-21 Bernhard Held <bernhard AT bernhardheld.de>
4652
4653         * sim/ucsim/cmd.src/Makefile.in: run lex only if $(PRJDIR)/devel exists
4654
4655 2004-08-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4656
4657         * src/z80/ralloc.c (packRegsForAssign): ported some bug fixes from the
4658         mcs51 port
4659
4660 2004-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
4661
4662         * src/pic/gen.c: Restored fn genRet as previous fix was incorrect.
4663
4664 2004-08-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4665
4666         * src/mcs51/gen.c (genJumpTab): jumptables for more than 16 switch
4667         cases use more compact code.
4668
4669 2004-08-13 Slade Rich <slade_rich AT users.sourceforge.net>
4670
4671         * src/pic/gen.c: Fixed problem with fn returning a variable bigger than a char.
4672
4673 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4674
4675         * src/SDCClrange.c (findPrevUse): fixed bug #1007371
4676
4677 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4678
4679         * src/SDCCsymt.h,
4680         * src/SDCCsymt.c (changePointer, checkDecl, addSymChain): changed
4681         parameter of changePointer() from symbol* to sym_link*
4682         * src/SDCCast.c (decorateType): call changePointer() for CAST op
4683         * src/SDCCsymt.c (compareType): void* type is castable to other
4684         pointers, but not necesarily an exact match.
4685         * src/SDCCicode.c (geniCodeCast): allow void* casting here since it
4686         is no longer blindly treated as an exact match.
4687         * src/SDCCval.c (valCastLiteral): treat missing type as cast to void
4688
4689 2004-08-12 Slade Rich <slade_rich AT users.sourceforge.net>
4690
4691         * src/pic/glue.c: Added struct initialisation fn printIvalStruct.
4692
4693 2004-08-11 Slade Rich <slade_rich AT users.sourceforge.net>
4694
4695         * src/pic/gen.c,
4696         * src/pic/pcode.c,
4697         * src/pic/ralloc.h,
4698         * src/pic/ralloc.c: Printing rIdx on internal verbose debug.
4699
4700 2004-08-10 Slade Rich <slade_rich AT users.sourceforge.net>
4701
4702         * src/pic/device.c,
4703         * src/pic/device.h,
4704         * src/pic/device.c: Will no longer exit if #pragma maxram has not been defined.
4705
4706 2004-08-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4707
4708         * src/mcs51/gen.c (emitcode): fixed bug #992819
4709
4710 2004-08-05 Maarten Brock <sourceforge.brock AT dse.nl>
4711
4712         * src/pic/ralloc.c (deassignLR): allthough pic port is buggy already,
4713           there's no need to make it worse
4714
4715 2004-08-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4716
4717         * src/mcs51/ralloc.c (deassignLR),
4718         * src/ds390/ralloc.c (deassignLR),
4719         * src/hc08/ralloc.c (deassignLR),
4720         * src/z80/ralloc.c (deassignLR),
4721         * src/pic/ralloc.c (deassignLR),
4722         * src/pic16/ralloc.c (deassignLR),
4723         * src/avr/ralloc.c (deassignLR),
4724         * src/SDCClrange.c (findRecursiveSucc, findRecursivePred, findPrevUse,
4725         rlivePoint): fixed another part of bug #971834
4726
4727 2004-08-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4728
4729         * src/z80/main.c: enabled "critical" keyword
4730         * src/z80/mappings.i,
4731         * src/z80/gen.c (genFunction, genEndFunction): support for interrupt
4732         functions (fixes bug #979646)
4733         * doc/sdccman.lyx: added a subsection explaining z80 interrupt support
4734
4735 2004-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4736
4737         * src/mcs51/gen.c (genInline): Add \n for labels, not DOS/WIN dirs
4738           such as c:\mydir.
4739
4740 2004-08-03 Maarten Brock <sourceforge.brock AT dse.nl>
4741
4742         * src/SDCCloop.c (loopInvariants): fixed bug 983545, hope this
4743           doesn't disable too much optimizations
4744
4745 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
4746
4747         * src/pic/glue.c Disabled "WARNING: function 'main' undefined" when -S option is used.
4748
4749 2004-08-02 Maarten Brock <sourceforge.brock AT dse.nl>
4750
4751         * src/SDCClrange.c (rlivePoint): fixed bug 988568, thanks to anonymous
4752
4753 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
4754
4755         * src/pic/gen.c tidied up tabs
4756         * src/pic/genarith.c tidied up tabs and fixed bug with literal multiple where same register was used for hi and low byte
4757         * src/pic/main.c tidied up tabs
4758         * src/pic/pcode.c tidied up tabs and disabled verbose code generation
4759         * src/pic/pcoderegs.c tidied up tabs
4760         * src/pic/ralloc.c tidied up tabs
4761
4762 2004-07-30 Vangelis Rokas <vrokas AT otenet.gr>
4763
4764         * src/SDCCmem.c (allocGlobal): don't turn S_REGISTER storage class
4765         to S_FIXED for pic16 port and when symbol is not in level 0,
4766         allocate for S_REGISTER storage class and pic16 port, too,
4767         * src/pic16/device.h: prototype for checkSym,
4768         * src/pic16/device.c (pic16_dump_access, checkSym): NEW,
4769         * (pic16_assignConfigWordValue): test the value and the mask to
4770         validate that the value is suitable for the configuration word,
4771         * src/pic16/glue.c (pic16_printIvalFuncPtr): use 'externs' to
4772         collect extern declared symbols, don't emit symbol twice, check
4773         first if symbol is in publics set first,
4774         * src/pic16/main.c (_pic16_keywords[]): added keyword 'register',
4775         * added command line '--fstack' which enables an experimental
4776         feature for stack access, too buggy to be used yet...
4777         * src/pic16/ralloc.c (pic16_accessregWithName): NEW,
4778         * (pic16_allocDirReg): when register has storage class S_REGISTER
4779         allocate in pic16_dynAccessRegs,
4780         * device/include/pic16/pic18f????.h: modified configuration word
4781         naming convention, words started as CONFIG0H but should be CONFIG1H
4782
4783 2004-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
4784
4785         * device/include/mcs51reg.h: fixed bug 970993
4786
4787 2004-07-27 Maarten Brock <sourceforge.brock AT dse.nl>
4788
4789         * added lib/calloc.c, lib/free.c, lib/realloc.c, include/stddef.h
4790         * updated lib/malloc.c, lib/libsdcc.lib, lib/Makefile.in, include/malloc.h
4791         * src/SDCC.lex (doPragma): added pragma disable_warning <nnn>
4792         * src/SDCCmain.c (parseCmdLine): added option --disable-warning <nnn>
4793         * src/ds390/gen.c (genPlusIncr): fixed bug when incrementing generic pointers
4794         * support/Util/SDCCerr.c (vwerror): suppress disabled warnings and output
4795           error/warning numbers,
4796           added function setWarningDisabled()
4797         * support/Util/SDCCerr.h: added setWarningDisabled() and MAX_ERROR_WARNING
4798         * support/regression/ports/mcs51-stack-auto/spec.mk: added dependencies
4799           _memcmp.c _memmove.c calloc.c realloc.c free.c
4800         * support/regression/tests/malloc.c: added tests for new functionality
4801         * support/regression/tests/zeropad.c: added tests for truncated initializers
4802           and initialized char arrays starting with '\x0'
4803         * src/mcs51/peeph.def: fixed regression, added peephole 177.f
4804
4805 2004-07-26 Bernhard Held <bernhard AT bernhardheld.de>
4806
4807         * support/valdiag/tests/overflow.c: fixed warning on (1 >> 40)
4808
4809 2004-07-26 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4810
4811         * doc/sdccman.lyx: updated example in section "Absolute Addressing"
4812         * src/mcs51/peeph.def: added contributed fix for "bug" #995347 as
4813         peephole 177.e. Thanks to anonymous
4814
4815 2004-07-25 Vangelis Rokas <vrokas AT otenet.gr>
4816
4817         * src/pic16/glue.c (pic16_printIvalFuncPtr): when an extern
4818         function isn't used in the source but referenced as a
4819         variable initializer then declare it as extern in .asm file
4820
4821 2004-07-24 Vangelis Rokas <vrokas AT otenet.gr>
4822
4823         * .version: increased version number to 2.4.3
4824
4825         Adding version extension according to ChangeLog CVS revision
4826         * src/Makefile.in (target all): added dependency 'version.h'
4827         * (rule version.h): added rule to create version.h from ChangeLog,
4828         * (rule dep): added dependency version.h,
4829         * src/version.awk: AWK script to create version.h
4830         * src/SDCCdwarf2.c (dwWriteModule),
4831         * src/SDCCglue.c (initialComments),
4832         * src/SDCCmain.c (printVersionInfo): modified to write after
4833         version string the version extension number,
4834         * src/SDCCutil.c: included "version.h"
4835         * (getBuildNumber): NEW, returns SDCC's ChangeLog minor revision
4836         number,
4837         * src/SDCCutil.h: added prototype for getBuildNumber
4838
4839         * src/SDCCmain.c (parseCmdLine): when sOpt is 'I' add rest in
4840         includeDirsSet, too,
4841         * src/SDCCsymt.c (checkSClass): don't emit error when a variable,
4842         const char [] is found in function prototype...
4843
4844         * src/pic16/genarith.c (pic16_genUMult8XLit_8): optimization to omit
4845         moving to WREG with source is already in WREG,
4846         * src/pic16/gen.h: added AOP_FSR0 and AOP_FSR2 in enum,
4847         * src/pic16/gen.c (getFreePtr): updated to look for FSR0 and FSR2,
4848         * (aopForSym): stack'ed symbols are partially supported, added
4849         if-clause to support symbols in FARSPACE,
4850         * (sameRegs): added test for AOP_ACC to see if registers are same,
4851         * (pic16_freeAsmop): added case for AOP_FSR0 and AOP_FSR2,
4852         * (pic16_aopGet): added case for AOP_FSR0 and AOP_FSR2,
4853         * (pic16_popRegFromString): will not allocate a new register if it
4854         doesn't find one by name, bug may have introduced...
4855         * (pic16_popGet): added case for AOP_FSR0 and AOP_FSR2,
4856         * (genIpush): revived to use pic16 port's stack,
4857         * (genAddrOf): added incomplete case for stack'ed operand,
4858         * (genCast): optimized a pair of MOVFW,MOVWF to MOVFF
4859         * src/pic16/genutils.c (pic16_genNot): almot new vesrion for NOT,
4860         can handle multibyte operands,
4861         * src/pic16/glue.c (pic16_printIval*): some debug info added,
4862         * (pic16initialComments): added message for MPLAB compatibility
4863         mode enabled,
4864         * src/pic16/main.h: prototype for pic16_mplab_comp,
4865         * src/pic16/main.c (pic16_optionsTable): new option --mplab-comp,
4866         which enabled MPLAB compatibility mode (i.e. no #LINE/#FILE, BANKED)
4867         * (_pic16_linkEdit): NEW, handles link stage, transferred here
4868         because of increased complexity of procedure,
4869         * (_process_pragma): stack pragma changed to format 'stack pos len',
4870         emit symbol '_stack_end' to conform with gplink,
4871         * src/pic16/pcode.c (pic16_newpCodeOpBit): using pic16_regWithName
4872         to search for register,
4873         * (pic16_get_op, pic16_get_op2): added case for PO_W, PO_WREG and
4874         PO_GPR_REGISTER,
4875         * (pic16_pCode2str): when in MPLAB compatibility mode, comment out
4876         #LINE directives and replace 'B' with 'BANKED' in instruction opcodes
4877         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
4878         case for PO_GPR_REGISTER,
4879         * (pic16_AnalyzeBanking): removed the old message for inc2h.pl, past
4880         dies, the new era is ahead !...
4881         * src/pic16/ralloc.c: added hash reposits pic16_dynAllocRegNames and
4882         pic16_dynInternalRegs,
4883         * (pic16_allocregWithName, pic16_procregWithName, pic16_regWithname): NEW,
4884         * (pic16_allocDirReg): minor optimizations and bug fixes,
4885         * (pic16_allocWithIdx): when searching pic16_dynProcessorRegs use fixed,
4886
4887         * device/lib/pic16/startup/crt0*.c: extern definition of stack_end,
4888         load stack and frame pointer with address of 'stack_end' symbol
4889
4890 2004-07-23 Vangelis Rokas <vrokas AT otenet.gr>
4891
4892         * src/pic16/glue.c (pic16emitStaticSeg): fixed bug with files
4893         without source code but only variable initializers
4894
4895 2004-07-20 Vangelis Rokas <vrokas AT otenet.gr>
4896
4897         * src/pic16/glue.c (pic16emitRegularMap): unused functions marked as
4898         external are not declared as extern to reduce overhead while linking
4899
4900 2004-07-20 Maarten Brock <sourceforge.brock AT dse.nl>
4901
4902         * src/SDCCast.c (decorateType): removed buggy fix for bug #979599
4903
4904 2004-07-11 Maarten Brock <sourceforge.brock AT dse.nl>
4905
4906         * src/SDCCglue.c (printIvalArray): fixed bug #984229, thanks to Phuah
4907           Yee Keat for the patch
4908         * src/SDCCast.c (decorateType): fixed bug #979599
4909         * src/ds390/gen.h: removed local fReturnSizeDS390
4910         * src/ds390/gen.c: made fReturnSizeDS390 signed short to remove a warning
4911         * src/ds390/gen.c (genAnd, genOr, genXor),
4912         * src/mcs51/gen.c (genAnd, genOr, genXor): generate better optimized code
4913
4914 2004-07-04 Vangelis Rokas <vrokas AT otenet.gr>
4915
4916         * src/SDCCmain.c (linkEdit): modifications only for pic16 port,
4917         add relFilesSet to $3, manipulate $2 to handle linking of object
4918         files without source files in command line,
4919         * device/include/pic16 (all headers): added ID location macros,
4920         * src/pic16/device.c (struct PIC16_device Pics16[]): added field
4921         entries for ID location bytes,
4922         * (pic16_assignIdByteValue): NEW,
4923         * src/pic16/device.h: new structures idRegInfo_t and idBytesInfo_t,
4924         added field dumpcalltree to pic16_options_t,
4925         * src/pic16/gen.c (genCmp): fixed bug case so a temporary register
4926         is used instead of pic16_Gstack_base_addr, check if (ifx) before
4927         emitting rFalseIfx label after check_carry label,
4928         * src/pic16/glue.c (PIC16_IS_IDLOC_ADDRESS, PIC16_IS_HWREG_ADDRESS,
4929         pic16_emitDIRegs), NEW
4930         * (pic16glue): dump .calltree file when option --calltree found,
4931         * src/pic16/main.c (OPTION _pic16_optionsTable): new option --calltree
4932         * (_pic16_genAssemblerPreamble): emit ID locations after
4933         configuration registers,
4934         * (pic16_linkCmd): modifications of the link command,
4935         * src/pic16/pcode.c (pic16_pciMOVFF): PCC_REGISTER replaces PCC_REGISTER2
4936         * (pic16_pCodeInitRegisters): don't init stack registers,
4937         * (pic16_findPrevInstruction): fixed bug,
4938         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): fixed
4939         bug with immediate registers,
4940         * (buildCallTree): traces stack push and pop,
4941         * (pct2): dump also stack usage for each function,
4942         * src/pic16/ralloc.c (dynrIdx): registers names start from 0x00
4943         * (pic16_allocDirReg): various modifications,
4944         * (pic16_typeRegWithIdx): when searching pic16_dynProcessorRegs set
4945         fixed to 1,
4946
4947 2004-07-02 Vangelis Rokas <vrokas AT otenet.gr>
4948
4949         * src/pic16/pcode.c: removed buggy double colon
4950
4951 2004-07-01 Borut Razem <borut.razem AT siol.net>
4952
4953         * support/scripts/sdcc.nsi: added include/pic16 to setup
4954
4955 2004-06-30 Vangelis Rokas <vrokas AT otenet.gr>
4956
4957         * device/lib/Makefile.in: fixed bug in target objects-pic16,
4958         * device/lib/pic16/Makefile: prefixed with dash (-) command under
4959         target 'clean',
4960         * doc/sdccman.lyx: changed version to 2.4.2 and added some port
4961         specific command line arguments. Also added sample lkr script
4962         for placing a variable at a specific memory bank.
4963         * src/pic16/device.c (pic16_dump_gsection): NEW, to dump variables
4964         at a specific memory bank,
4965         * (pic16_dump_isection): fixed bug which caused string literals to
4966         be omitted when dumping idata section,
4967         * (pic16_groupRegistersInSection): added code to handle registers
4968         in specific memory banks,
4969         * src/pic16/gen.c: labelOffset is prefixed with pic16_ and made
4970         public, all references are renamed too,
4971         * (pic16_aopGet): removed switch cases for AOP_R0,AOP_R1,AOP_DPTR,
4972         AOP_DPTR2,
4973         * (pic16_storeForReturn): added case to handle when dest is WREG,
4974         * src/pic16/genarith.c (pic16_pCodeOpSubType): NEW,
4975         * src/pic16/glue.c (pic16emitRegularMap): when adding a register in
4976         pic16_rel_udata, check to see if that register is marked as being
4977         a member of a specific memory bank,
4978         * (pic16_printIvalCharPtr): added code to add string literals either
4979         to code or the idata sections,
4980         * src/pic16/main.c (_process_pragma): added \n to WHITE constant,
4981         also accept the 'udata' pragma,
4982         * src/pic16/main.h: new structure types sectName and sectSym
4983         * src/pic16/pcode.c: added new pCodeInstruction entry for BANKSEL
4984         * (newpCodeOpBit): added PIC_OPTYPE subt in function prototype,
4985         * (pic16_findPrevInstruction): fixed, it returned nothing,
4986         * (insertBankSwitch): fixed to emit banksel/skip and skip/banksel
4987         instruction combinations,
4988         * (pic16_FixRegisterBanking): heavily reorganised,
4989         * (pic16_AnalyzeBanking): if generating banksel directives is
4990         disabled, then don't call FixRegisterBanking at all,
4991         * src/pic16/ralloc.c (bitEQUs, aliasEQUs, allDefsOutOfRange):
4992         completely removed,
4993         * (pic16_writeUsedRegisters): added call to pic16_dump_gsection
4994
4995 2004-06-29 Bernhard Held <bernhard AT bernhardheld.de>
4996
4997         * src/SDCCglue.c (printChar): fixed bug #973350, patch provided by
4998         Phuah Yee Keat <yk.phuah AT nestac.com>
4999
5000 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
5001
5002         * src/pic16/glue.c (pic16createInterruptVect): function now emits
5003         correctly the IVT even if it is relocated to some other location
5004
5005 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
5006
5007         * device/include/pic16/pic18fregs.h: added case for pic18f2220.h
5008         * device/include/pic16/pic18f2220.h: NEW,
5009         * device/lib/pic16/libdev/pic18f2220.c: NEW,
5010         * device/lib/pic16/libdev/Makefile: added 18f2220 in DEVS,
5011         * src/pic16/device.c (struct Pics16): added info for 18f2220,
5012         * src/pic16/device.h (struct pic16_options): added ivt_loc and
5013         nodefaultlibs, ivt_loc is the location of the interrupt vector
5014         table, and nodefaultlibs signs that default libraries should not be
5015         linked in link stage,
5016         * src/pic16/gen.c (genFunction): relocate interrupt vector functions
5017         according to --ivt-loc argument,
5018         * src/pic16/main.c (_process_pragma): emit '_stack' as public symbol
5019         when pragma stack is found,
5020
5021 2004-06-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5022
5023         * src/mcs51/peeph.def: added peepholes 182.d (return 0.0),
5024         256 (range check), 257 (do while), 258.a-f (bit banging
5025         f.e. on 3-wire SPI bus)
5026
5027 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5028
5029         * src/SDCClrange.c (findNextUseSym): fixed a live range bug with
5030         variables used exclusively within a loop
5031
5032 2004-06-21 Bernhard Held <bernhard AT bernhardheld.de>
5033
5034         * src/mcs51/gen.c (genCpl): quick fix for bug #974835
5035
5036 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5037
5038         * src/SDCClrange.c (computeClash): fixed bug #971834
5039
5040 2004-06-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5041
5042         * src/mcs51/gen.c (genCmp): fixed bug #975903
5043         * src/hc08/gen.c (operandsEqu),
5044         * src/ds390/gen.c (operandsEqu),
5045         * src/z80/gen.c (operandsEqu),
5046         * src/pic/gen.c (operandsEqu),
5047         * src/pic16/gen.c (operandsEqu),
5048         * src/mcs51/gen.c (operandsEqu): fixed bug #976283
5049         * src/SDCCmain.c (parseCmdLine): report --unknown-option only once
5050
5051 2004-06-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5052
5053         * src/SDCCcse.c (cseBBlock): fixed bug #966963
5054
5055 2004-06-12 Vangelis Rokas <vrokas AT otenet.gr>
5056
5057         * src/pic16/gen.c (genPointerGet): added E_INTERNAL_ERROR for
5058         default case in switch statement,
5059         * glue.c (pic16_initPointer): expr is initialised via decoarteType
5060         to eliminate problem with initialisation of pointers, but problem
5061         still exists,
5062         * (pic16_pointerTypeToGPByte): removed, no needed for pic16,
5063         * (emitStaticSegment): removed various lines emitting debug info,
5064         * src/pic16/pcode.c, src/pic16/pcode.h, src/pic16/ralloc.h:
5065         added processor registers for utilizing EEPROM,
5066         * src/pic16/pcode.c (pic16_emitDB): number of DBs emitted is not
5067         configurable and set 8
5068
5069 2004-06-08 Vangelis Rokas <vrokas AT otenet.gr>
5070
5071         * .version: increased version number to 2.4.2,
5072
5073         Cumulative patch for pic16 port
5074         * src/pic16/device.c: changed scheme to dump initial values for
5075         variables in idata segment, all print_idata* functions were removed,
5076         now the pic16_printIval* will be called,
5077         * src/pic16/glue.c: (pic16_initPointer, pic16_pointerTypeToGPByte,
5078         * _pic16_printPointerType, pic16_printPointerType,
5079         * pic16_printGPointerType, pic16_printIvalArray, pic16_printIvalStruct,
5080         * pic16_printIvalBitFields, pic16_printIvalFuncPtr, pic16_printIvalPtr:
5081         NEW, similar to the respective functions in SDCCglue.c,
5082         * src/pic16/pcode.c (pic16_emitDB, pic16_flushDB): reverted to old
5083         way, emitting hex bytes,
5084         * (pic16_emitDS): NEW, emits a string for pointer initialisation,
5085
5086 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5087
5088         * src/avr/ralloc.c (serialRegAssign),
5089         * src/xa51/ralloc.c (serialRegAssign),
5090         * src/pic/ralloc.c (serialRegAssign),
5091         * src/pic16/ralloc.c (serialRegAssign),
5092         * src/hc08/ralloc.c (serialRegAssign),
5093         * src/z80/ralloc.c (serialRegAssign),
5094         * src/ds390/ralloc.c (serialRegAssign),
5095         * src/mcs51/ralloc.c (serialRegAssign): fixed bug #964479
5096
5097 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5098
5099         * src/SDCCicode.c (geniCodeJumpTable): fixed bug #967601
5100         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug #966505
5101
5102 2004-06-07 Vangelis Rokas <vrokas AT otenet.gr>
5103
5104         Cumulative patch for pic16 port:
5105         * src/pic16/device.h (typedef PIC16_device) modified fields for
5106         defining microcontrollers,
5107         * src/pic16/device.c: added new info for all devices in Pics16 array,
5108         * src/pic16/gen.c (genPcall): fixed bug that caused the return label
5109         to be optimised out by the pCode optimiser,
5110         * src/pic16/glue.c (pic16emitRegularMap): treat implicit aggragates
5111         specially, bug reported by G.M. Gallant,
5112         * src/pic16/pcode.c (pic16_newpCodeLabelFORCE): NEW, marks a label
5113         as force'd so that cannot be optimised out by pCode optimiser,
5114         * src/pic16/pcode.c,
5115         * src/pic16/pcodepeeph.c,
5116         * src/pic16/pcoderegs.c: many modifications to re-enable peepholes,
5117         they are disabled by default, but can be enabled explicit with
5118         command argument --denable-peeps, for testing,
5119         * device/lib/pic16/startup/Makefile: added --no-peep,--pomit-config-words,
5120         --pomit-ivt in COMPILE_FLAGS
5121
5122 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
5123
5124         * src/pic16/pcode.c (pic16_emitDB): removed double semicolon which fails
5125           compilation on MSVC
5126
5127 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
5128
5129         * device/include/sab80515.h: added sfr P6, changed GPL to LGPL
5130
5131 2004-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5132
5133         device/include/sab80515.h: fixed bug #967492, DAPR is defined at adress
5134         0xd8, but the correct adress is 0xda. Thanks to anonymous for reporting
5135
5136 2004-06-06 Vangelis Rokas <vrokas AT otenet.gr>
5137
5138         * src/pic16/device.c (pic16_assignConfigWord): fixed bug that
5139         would only assign 0x300001 register.
5140
5141 2004-06-05 Vangelis Rokas <vrokas AT otenet.gr>
5142
5143         * device/lib/pic16/startup/Makefile: added $(MODELFLAGS)
5144         in COMPILE_FLAGS. Thanks to G. Gallant for report.
5145
5146 2004-06-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5147
5148         * doc/sdccman.lyx: minor changes, mentioned beta vendor support
5149         for ds80c400
5150         * src/mcs51/peeph.def: ran unexpand -a over peeph.def
5151         * src/mcs51/peeph.def: removed obsolete peephole 100.a,
5152         added peephole 254 (left shift), 255 (jump table)
5153
5154 2004-06-04 Vangelis Rokas <vrokas AT otenet.gr>
5155
5156         * device/lib/Makefile.in: removed comment line with model-pic16,
5157         * (target port-specific-objects-pic16): the libraries and objects
5158         are copied to the build directory form the device/lib/pic16/bin
5159         directory
5160
5161         Cumulative patch concerning pic16 port:
5162         * library directory has been re-organized,
5163         * added support for PIC18F1220,
5164         * added headers and library sources for chips 18f1220,18f6520,
5165         18f6620,18f6680,18f6720,18f8520,18f8620,18f8680,18f8720
5166
5167         * configuration registers setting has changed, now each supported
5168         device has a complete description of the registers it uses,
5169         * all initialisations are moved to idata sections, these section
5170         can be absolute or relocatable,
5171         * fixed initialisation of codespace variables,
5172         * fixed warning about PCLATU and gpsim,
5173         * src/pic16/gen.c (genCmp): now can handle partially iCodes with no ifx,
5174         * (genAssign): use table reads when assigning from variables in codespace,
5175         * src/pic16/glue.c (pic16emitStaticSeg): fixed to correctly initialise
5176         char/int variables placed in codespace,
5177         * (pic16_emitConfigRegs): NEW, emits a list with configuration
5178         registers set in .asm file, no need for --pomit-config-words anymore,
5179         * (pic16glue): some 8051 legacy segments are commented out
5180         (to be removed completely),
5181         * added support for alternative assembler and linker with --asm=
5182         and --link= command line arguments,
5183         * peepholes are disabled automatically in the port, no need to
5184         specify on command line,
5185         * port supports natively char/int/long multiplication, but converts
5186         all divisions to support functions,
5187         * main.c: pic16_linkCmd and pic16_asmCmd changed to force output
5188         to the file set in variable $2,
5189         * pcode.c (pic16_emitDB, pic16_flushDB): modified to print printable
5190         strings in ASCII format and not in hex,
5191         * ralloc.c (serialRegAssign): added a triplet of conditional calls
5192         to pic16_allocDirReg for IC_RESULT, IC_LEFT and IC_RIGHT so to
5193         allocate proper register if iCodes aren't temporary,
5194
5195 2004-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
5196
5197         * support/regression/tests/zeropad.c: added TEST_G macro for alpha
5198
5199 2004-06-02 Vangelis Rokas <vrokas AT otenet.gr>
5200
5201         * src/pic16/gen.c (genPcall): warning about gpsim and PCLATU
5202         is commented out
5203
5204 2004-06-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5205
5206         * src/hc08/gen.c (genPointerGetSetOfs): disabled optimization if
5207         computed address is reused
5208         * src/hc08/gen.c (genPackBits): fixed offsets in assignments to
5209         multi-byte bitfields
5210
5211 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
5212
5213         * src/z80/gen.c: (genArrayInit): must check for pointers too
5214
5215 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
5216
5217         * support/regression/tests/zeropad.c: never meant to commit the
5218           nestedstruct test: removed, added check for GCC version
5219
5220 2004-05-31 Maarten Brock <sourceforge.brock AT dse.nl>
5221
5222         * src/SDCCast.c (createIvalArray): fixed bug 770487 SIGSEGV
5223         * src/SDCCglue.c (emitRegularMap): fixed bug 770484 allocation problem
5224         * src/SDCCglue.c (initPointer, printIvalType, printIvalStruct,
5225           printIvalArray, printIvalFuncPtr, printIvalPtr, printIval): fixed
5226           bugs 928906 and 954082 half-empty initializers
5227         * src/SDCCsymt.h,
5228         * src/SDCCsymt.c (getAllocSize): added for above fix
5229         * src/z80/gen.c (genArrayInit): fixed bug 741044
5230         * support/regression/tests/zeropad.c: added tests
5231
5232 2004-05-30 Vangelis Rokas <vrokas AT otenet.gr>
5233
5234         * src/pic16/device.c (pic16_dump_section): corrected bug which
5235         caused some symbols of the libraries to be misplaced
5236
5237 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
5238
5239         * src/pic16/glue.c,
5240         * src/pic16/ralloc.h,
5241         * src/pic16/ralloc.cc: prefixed IS_CONFIG_ADDRESS with PIC16_
5242         to fix conflict with pic port
5243
5244 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
5245
5246         * src/pic16/glue.c (pic16emitStaticSeg): do not print as publics or
5247         externs configuration variables,
5248         * src/pic16/ralloc.h,
5249         * src/pic16/ralloc.cc: IS_CONFIG_ADDRESS is made public and added
5250         prototype in header, commented out some debug messages
5251
5252 2004-05-26 Vangelis Rokas <vrokas AT otenet.gr>
5253
5254         * src/pic16/glue.c,
5255         * src/pic16/main.c,
5256         * src/pic16/pcode.c: added gpasm directives #FILE/#LINE
5257         for gpasm COFF object generation. Thanks to D. Hawkins for
5258         his patch info
5259
5260 2004-05-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5261
5262         * src/ds390/main.c,
5263         * src/mcs51/main.c: fixed sort order of mnemonics (thanks to Maarten
5264         Brock for spotting this)
5265         * src/ds390/gen.c (genEndFunction),
5266         * src/mcs51/gen.c (genEndFunction): always save psw if function is an
5267         interrupt handler and critical. Disable push/pop optimizations when
5268         peephole optimizations disabled.
5269
5270 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
5271
5272         Updated pic16 library sources and headers.
5273         * device/lib/pic16/pic18f*/ ,
5274         * device/include/pic16/*.h: modified to handle structured SFR
5275         definitions
5276
5277 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
5278
5279         * src/port.h (PORT structure): added hook initPaths, now each
5280         port can declare its own default search paths,
5281         which can been seen with the --print-search-dirs option,
5282         see pic16 port for example,
5283         * src/SDCCmain.c (setBinPaths, setIncludePaths, setLibPath,
5284         setDataPaths): test to options.printSearchDirs is ifdef'ed out,
5285         * (doPrintSearchDirs): NEW, replaces in a central manner the
5286         printing of search dirs which was split in set*Paths functions,
5287         * (main): added call to port->initPaths and doPrintSearchDirs,
5288         * src/avr/main.c,
5289         * src/ds390/main.c,
5290         * src/hc08/main.c,
5291         * src/izt/i186.c,
5292         * src/izt/tlcs900h.c,
5293         * src/mcs51/main.c,
5294         * src/pic/main.c,
5295         * src/pic16/main.c: modified port structures to reflect addition of
5296         initPaths hook,
5297
5298         * src/pic16/device.c (regCompare): registers are finally sorted by name,
5299         * (pic16_dump_section): for registers in same address reserve memory once,
5300         * src/pic16/device.h (struct PIC16_device): changed variable gen_banksel
5301         to no_banksel,
5302         * src/pic16/genarith.c (pic16_genPlus): added code to handle cases where
5303         result is greater in size than right or left,
5304         * (pic16_genUMult8X8_8): there are some cases where the result can
5305         be 16 bits size, so handle these,
5306         * src/pic16/gen.c: changed some pic16_emitpcomment to DEBUGpic16_emitcode,
5307         * (pic16_outBitC): modified to emit pcodes,
5308         * (pic16_storeForReturn): using is_LitOp to see if operand is literal
5309         or not,
5310         * (genDivOneByte): implemented algorithm to divide 8-bits,
5311         * (genCmp): uncommented goto, but issues still exist,
5312         * (genAnd): fixed a bug with variables >8bits,
5313         * (genPackBits): optimization added that uses BCF/BSF to change a
5314         single bit,
5315         * (genAssign): fixed bug when assigning floating point literals,
5316         * src/pic16/glue.c (pic16glue): added assembler directive 'code' before
5317         __sdcc_gsinit_startup label,
5318         * src/pic16/main.c (_pic16_init): removed search directory
5319         initialisations,
5320         * (_pic16_initPaths): NEW, used to initialise search directories,
5321         * (_hasNativeMulFor): support functions for all except char/int
5322         multiplication, and char division,
5323         * (PIC16_port struct): modified entry for native mul support,
5324         * src/pic16/pcode.c (insertBankSwitch): modified to support the renamed
5325         no_banksel option,
5326         * (buildCallTree): call to register_usage is ifdef'ed out,
5327
5328 2004-05-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5329
5330         * device/include/string.h: applied Stas Sergeev's patch to make this
5331         header file compatible with the preprocessor -Wundef option
5332         * src/SDCCmain.c (main): abort compilation if preprocessor reports
5333         failure (fixes bug #941458)
5334
5335 2004-05-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5336
5337         * src/SDCCopt.c (killDeadCode): fixed bug #907733
5338         * support/Util/SDCCerr.c: reworded E_AUTO_ASSUMED diagnostic to clarify
5339         that the variable, not the function, should be static
5340         * src/SDCCval.c (valCastLiteral): fixed bit initialization from literal
5341         to be consistent with non-literal case
5342
5343 2004-05-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5344
5345         * src/SDCCast.c (isConformingBody): fixed bug #949967
5346         * src/SDCCopt.c (cnvToFcall, cnvToFloatCast, cnvFromFloatCast,
5347         convilong): fixed bug #952086
5348
5349 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5350
5351         * src/SDCCmem.c (allocVariables): fixed bug #955321
5352
5353 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5354
5355         * src/hc08/main.c (_hc08_genAssemblerEnd),
5356         * src/SDCCdwarf2.c (dwOpenFile, dwCloseFile, dwWriteFunction,
5357         dwWriteModule, dwWriteCLine, dwWriteALine, dwarf2FinalizeFile):
5358         completely eliminated the use of a temporary file
5359         * src/SDCCdwarf2.c (dwWriteAttr): fixed bug with location list offset
5360         when more than one file linked
5361         * src/SDCCloop.c (pointerAssigned): fixed bug #954163
5362
5363 2004-05-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5364
5365         * src/SDCCval.c (valForArray): applied Maarten Brock's patch #947682
5366         which fixes bug #543481
5367         * support/regression/tests/bug-751703.c: fixed comments left from a
5368         cut and paste error
5369         * src/SDCCdwarf2.c (dwCloseFile): don't explicitly close a temp file
5370         * src/SDCCdwarf2.c (dwTagFromType): added bitfield support
5371         * src/SDCCdwarf2.c (dwWriteSymbolInternal): handle extern within local
5372         scopes
5373         * src/SDCCdwarf2.c (dwWriteLineNumber): line number deltas are signed
5374         * src/SDCCmain.c (processFile, parseCmdLine): non-alphanumeric chars
5375         are now changed to underscores in moduleName
5376
5377 2004-05-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5378
5379         * as/mcs51/lkmem.c: better fix for bug #954173
5380
5381 2004-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
5382         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5383
5384         * device/include/c8051f020.h: newly added SiLabs (Cygnal) header file
5385         * device/include/c8051f000.h,
5386         * device/include/c8051f120.h,
5387         * device/include/c8051f300.h,
5388         * device/include/c8051f310.h,
5389         * device/include/c8051f320.h: updated (added _XPAGE, CAPN, CAPP,
5390         PWM16) and detab'ed
5391
5392 2004-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5393
5394         * doc/sdccman.lyx: mentioned sourceforge's delay between web frontend
5395         and mailing lists, doc'ed --no-peep-comments, removed reference
5396         to knoppix (newest version has no LyX/LaTeX), other minor changes
5397         * src/SDCCglue.c (glue): save 2 bytes stack space with
5398         option --main-return. The ljmp could probably be avoided too
5399
5400 2004-05-14 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5401
5402         * as/mcs51/lkmem.c, as/mcs51/lkaomf51: fixed bug 954173
5403
5404 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5405
5406         * src/SDCCsymt.h: added IS_AUTO(symbol) test macro
5407         * src/SDCCopt.c (isLocalWithoutDef),
5408         * src/SDCCicode.c (operandFromSymbol): use the IS_AUTO test macro
5409         which adds a !IS_EXTERN codition. Fixes bugs #877426 and #751703.
5410         (credit to Maarten Brock for patch #949363, on which this is based)
5411         * support/regression/tests/bug-751703.c: some test cases of extern used
5412         within inner scopes.
5413
5414 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5415
5416         * src/SDCCdwarf2.c (dwMatchTypes): structs must have matching
5417         SPEC_STRUCT
5418         * src/SDCCdwarf2.c (dwTagFromType): fix to handle recursive
5419         struct definitions
5420         * src/SDCCdwarf2.c (dwWriteModule, dwNewDebugSymbol, dwWriteEndFunction,
5421         dwWriteLabel): fix to create valid debugger symbols even when
5422         the module name has non-alphanumeric symbols in it
5423         * src/SDCCdwarf2.c (dwWriteSymbolInternal): better detection for
5424         when a variable's allocation has been optimized away
5425
5426
5427 2004-05-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5428
5429         * src/hc08/gen.c (hc08_emitDebuggerSymbol),
5430         * src/hc08/main.c,
5431         * src/mcs51/gen.c (mcs51_emitDebuggerSymbol),
5432         * src/mcs51/main.c,
5433         * src/ds390/gen.c (ds390_emitDebuggerSymbol),
5434         * src/ds390/main.c,
5435         * src/z80/gen.c (z80_emitDebuggerSymbol),
5436         * src/z80/main.c,
5437         * src/pic/gen.c (pic14_emitDebuggerSymbol),
5438         * src/pic/main.c,
5439         * src/pic16/gen.c (pic14_emitDebuggerSymbol),
5440         * src/pic16/main.c,
5441         * src/avr/gen.c (avr_emitDebuggerSymbol),
5442         * src/avr/main.c,
5443         * src/xa51/gen.c (xa51_emitDebuggerSymbol),
5444         * src/xa51/main.c,
5445         * src/SDCCdebug.c (emitDebuggerSymbol),
5446         * src/SDCCdebug.h,
5447         * src/port.h: added a debugger struct to the port struct. Added a
5448         callback for defining debugger symbols
5449
5450         * src/SDCCast.c (createLabel),
5451         * src/SDCC.y (labeled_statement): mark all compiler generated labels
5452         with isitmp = 1
5453         * src/SDCCicode.h,
5454         * src/SDCCicode.c (geniCodeFunctionBody): added a link from the FUNCTION
5455         iCode back to the ast for the function
5456
5457         * src/hc08/ralloc.c (hc08_assignRegisters),
5458         * src/hc08/ralloc.h: define a regs struct for the stack pointer. Removed
5459         unneeded fields from the regs struct.
5460         * src/hc08/gen.c (transferRegReg, genFunction, genEndFunction): use the
5461         pushReg() & pullReg() functions instead of emitcode()
5462
5463         * src/hc08/gen.c (genLabel, genhc08Code),
5464         * src/SDCCdebug.h: Added additional debugger hooks needed for DWARF
5465
5466         * src/cdbFile.c (cdbWriteLabel, cdbWriteScope): Added stubs for unneeded
5467         debugger hooks
5468
5469         * src/hc08/gen.c (genEndFunction, genhc08Code),
5470         * src/hc08/gen.h,
5471         * src/mcs51/gen.c (genEndFunction, gen51Code),
5472         * src/mcs51/gen.h,
5473         * src/ds390/gen.c (genEndFunction, gen390Code),
5474         * src/ds390/gen.h,
5475         * src/z80/gen.c (genEndFunction, genZ80Code),
5476         * src/z80/gen.h,
5477         * src/z80/z80.h,
5478         * src/pic/gen.c (genEndFunction, genpic14Code),
5479         * src/pic/gen.h,
5480         * src/pic16/gen.c (genEndFunction, genpic16Code),
5481         * src/pic16/gen.h,
5482         * src/avr/gen.c (genEndFunction, genAVRCode),
5483         * src/avr/gen.h,
5484         * src/xa51/gen.c (genEndFunction, genXA51Code),
5485         * src/xa51/gen.h,
5486         * src/cdbFile.c (cdbWriteFunction, cdbWriteEndFunction): moved cdb
5487         specific code to cdbFile.c and out of the backend code generators
5488
5489         * as/hc08/lkmain.c (main): removed OMF51 support from link-hc08
5490         * as/hc08/lkarea.c (lnkarea): areas with NOLOAD attribute default
5491         starting address is now 0
5492
5493         * as/hc08/asm.h,
5494         * as/hc08/m08pst.c,
5495         * as/hc08/asmain.c (asmbl): implemented the .sleb128 and .uleb128
5496         assembler directive for DWARF support
5497         * as/hc08/lkelf.c (elf): only increment address when rtflg[] set
5498
5499         * src/src.dsp,
5500         * src/Makefile.in,
5501         * src/SDCCdwarf2.c: preliminary DWARF (ver 2) debugger data generator
5502
5503 2004-05-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5504
5505         * src/hc08/gen.c (genJumpTab, emitcode, genhc08code): fixed stack error
5506         and inappropriate peephole optimization in jump tables
5507
5508 2004-04-30 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5509
5510         * as/hc08/m08pst.c,
5511         * src/SDCCglue.c: sdccopt works for the hc08 port now
5512
5513 2004-04-27 Bernhard Held <bernhard AT bernhardheld.de>
5514
5515         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): fixed bug #942130
5516
5517 2004-04-27 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5518
5519         * as/hc08/lkelf.c: sdccconf.h is not available in WIN32
5520
5521 2004-04-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5522
5523         * src/SDCCpeeph.c (replaceRule): support empty replacement peephole
5524         rules
5525         * src/SDCCmain.c,
5526         * src/SDCCglobl.h,
5527         * src/SDCCpeeph.c (getPeepLine): new option --no-peep-comments omits
5528         comments from the peephole optimizer replacement rules
5529         * src/SDCCmem.c (printAllocInfoSeg): give actual location of spilled
5530         symbols
5531         * src/SDCCcse.c (updateSpillLocation),
5532         * src/SDCCopt.c (killDeadCode, findReqv): better tracking of register
5533         equivalents
5534         * src/hc08/ralloc.c (regTypeNum): pseudo symbols must be in DATA only
5535         * src/hc08/main.c (_hc08_finaliseOptions): made pointers to stack
5536         objects far pointers
5537
5538 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5539
5540         * src/SDCCsymt.h: a missing part of my last change
5541         * src/pic/ralloc.c (regTypeNum),
5542         * src/pic16/ralloc.c (regTypeNum): fixed statement/declaration order
5543
5544 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5545
5546         * src/SDCCicode.h,
5547         * src/SDCCicode.c (aggrToPtrDclType),
5548         * src/SDCCptropt.h,
5549         * src/SDCCptropt.c (ptrBaseRematSym, ptrPseudoSymSafe,
5550         ptrPseudoSymConvert),
5551         * src/pic/ralloc.c (regTypeNum),
5552         * src/pic16/ralloc.c (regTypeNum),
5553         * src/hc08/ralloc.c (regTypeNum),
5554         * src/ds390/ralloc.c (regTypeNum),
5555         * src/mcs51/ralloc.c (regTypeNum): check for dependancy hazards before
5556         creating pseudo symbols (fixed bugs #777768, #930484, and #933966)
5557
5558 2004-04-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5559
5560         * link/z80/lkmain.c (afile),
5561         * as/hc08/lkmain.c (afile),
5562         * as/mcs51/lkmain.c (afile): fix suggested by Maarten Brock to
5563         prevent a pointer problem when a filename has no directory and
5564         no extension specified.
5565
5566 2004-04-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5567
5568         * link/z80/lkmain.c (afile): allow periods in directory names
5569         * link/z80/lkmain.c (afile),
5570         * as/mcs51/lkmain.c (afile),
5571         * as/hc08/lkmain.c (afile): allow linker script file to have an
5572         extension other than ".lnk"
5573         * link/z80/lklex.c (getfid),
5574         * link/z80/lkmain.c (parse),
5575         * as/mcs51/lklex.c (getfid),
5576         * as/mcs51/lkmain.c (parse),
5577         * as/hc08/lklex.c (getfid),
5578         * as/hc08/lkmain.c (parse): Support comments in the linker script
5579         file on lines by themselves and after filenames
5580
5581 2004-04-20 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5582
5583         * as/link_hc08.dsp: Added as/hc08/lkelf.c to project.
5584
5585 2004-04-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5586
5587         * src/z80/peeph-z80.def: removed some peephole rules that don't
5588         work with multibyte arithmetic (fixed bug #937126)
5589         * src/mcs51/peeph.def: fixed peephole rules 150-158 to apply only
5590         to registers and not global variables
5591         * src/SDCCicode.c (geniCodeAssign, ast2iCode, geniCodePostInc,
5592         geniCodePreInc, geniCodePostDec, geniCodePreDec,
5593         geniCodeLogicAndOr, geniCodeConditional): enforce strict lvalue
5594         checking for assignments not internally generated (fixed bug #931895)
5595         * src/SDCC.y (postfix_expr): ignore typedefs when looking for a
5596         structure member (fixed bug #930072)
5597
5598 2004-04-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5599
5600         * src/SDCCmain.c (linkEdit),
5601         * src/hc08/main.c (_hc08_parseOptions),
5602         * as/hc08/Makefile.in,
5603         * as/hc08/aslink.h,
5604         * as/hc08/asm.h,
5605         * as/hc08/m08pst.c,
5606         * as/hc08/lkrloc.c (relr, rele),
5607         * as/hc08/lkarea.c (lnkarea)
5608         * as/hc08/lkmain.c (afile, parse),
5609         * as/hc08/lkelf.c: support for ELF output
5610         * as/hc08/lks19.c (s19),
5611         * as/hc08/lkihx.c (ihx): ignore areas with the NOLOAD attribute
5612
5613 2004-04-17 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5614
5615         * as/mcs51/lkihx.c: Fixed bug #899105.
5616
5617 2004-04-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5618
5619         * doc/sdccman.lyx: Added instructons on how to convert MSVC .dsw and
5620         .dsp files from Unix to DOS.
5621
5622 2004-04-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5623
5624         * doc/sdccman.lyx: removed the ANSI-C noncompliance note regarding
5625         function pointers; we have been compliant for several months now.
5626         * src/mcs51/ralloc.c (serialRegAssign): enabled part of my 2004-04-13
5627         change that was accidently commented out
5628         * src/mcs51/gen.c (freeAsmop, getFreePtr, freeForBranchAsmop, genIfxJump,
5629         genCmpEq, jmpTrueOrFalse, genCmp, genAnd, genOr, genXor, genIfx): fixed
5630         bug #922319
5631
5632 2004-04-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5633
5634         * src/hc08/gen.c: output of all of the internal debugging information
5635         is now controlled by the D() macro; it is disabled by default
5636
5637 2004-04-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5638
5639         * src/mcs51/ralloc.c (serialRegAssign, fillGaps, allocThisReg): try
5640         harder to keep the same registers during a CAST iCode
5641         * src/SDCCopt.c (optimizeCastCast, eBBlockFromiCode): casts of char to
5642         long via int can be done in a single cast, if the signedness is
5643         correct.
5644         * support/regression/tests/bug-927659.c: fixed to avoid conflict with
5645         putchar() in tinibios.c in ds390's library
5646
5647 2004-04-12 Bernhard Held <bernhard AT bernhardheld.de>
5648
5649         * src/SDCCast.c (decorateType): fixed bug #898889,
5650         cast result of a literal complement too
5651         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #930931,
5652         fixed check for bitfields
5653
5654 2004-04-11 Bernhard Held <bernhard AT bernhardheld.de>
5655
5656         * src/SDCCicode.c (geniCodeLogic): made it static,
5657         (geniCodeLogicAndOr): added in order to fix bug #905492,
5658         (ast2iCode): fixed bug #905492
5659         * support/regression/tests/bug-905492.c: added
5660         * src/SDCCast.c (decorateType): don't decorate/process parms twice,
5661         (processParms): fixed bug #927659: don't copy parms, this will clear
5662         decorated flag
5663         * support/regression/tests/bug-927659.c: added
5664
5665 2004-03-29 Bernhard Held <bernhard AT bernhardheld.de>
5666
5667         * src/SDCCast.c (addCast): don't cast float to char
5668         * device/lib/libsdcc.lib: added _memmove
5669
5670 2004-03-28 Bernhard Held <bernhard AT bernhardheld.de>
5671
5672         * device/lib/large/Makefile: fixed parallel execution by
5673         replacing `make` by `$(MAKE)`
5674
5675 2004-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5676
5677         * src/hc08/gen.c (genPointerGetSetOfs): correctly handle 1 byte array
5678         offsets (fixes bug #923936)
5679
5680 2004-03-26 Bernhard Held <bernhard AT bernhardheld.de>
5681
5682         * device/lib/small/Makefile: fixed parallel execution by
5683         replacing `make` by `$(MAKE)`
5684
5685 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
5686
5687         * device/lib/vprintf.c (vsprintf): minor optimization, see bug #801101
5688
5689 2004-03-23  Scott Dattalo  <scott AT dattalo.com>
5690
5691         * src/pic/gen.c (genCpl): multi-byte complements were not working.
5692         * src/regression/Makefile: Regression test was not running.
5693
5694 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
5695
5696         * src/SDCCast.c (resultTypePropagate, decorateType): avoid promotion to int for
5697         complement if possible
5698         * src/SDCCval.c (valComplement),
5699         * src/SDCCicode.c (operandOperation): fixed complement of literal
5700         * support/regression/tests/onebyte.c (testComplement): added
5701
5702 2004-03-22 Bernhard Held <bernhard AT bernhardheld.de>
5703
5704         * src/SDCCast.c (processParms): fixed bug #920866; decorateType() can
5705         return an optimized tree; actually replace actParm with the new tree
5706         * src/SDCCast.h: added some parantheses to remove side effects
5707         * support/regression/tests/bug-920866.c
5708
5709 2004-03-21  Scott Dattalo  <scott AT dattalo.com>
5710         * src/pic/gen.c, src/pic/gen.h, src/pic/genarith.c, src/pic/pcode.c:
5711         Bit operands were not being handled properly in the pic14 port.
5712         (now src/regression/add.c passes again).
5713
5714 2004-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5715
5716         * src/SDCC.y (labeled_statement): case and default no longer require
5717         a following statement (RFE #893037)
5718
5719 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5720
5721         * src/mcs51/gen.c (pushSide, genSignedRightShift, genDjnz, geniPush):
5722         use MOVA macro to avoid "mov a,acc" when peephole optimizer is
5723         disabled (fixes bug #916294)
5724         * sim/ucsim/s51.src/mov.cc (inst_mov_a_addr): Throw an error on
5725         "mov a,acc"; patch provided by Lenny Story
5726         * device/include/mc68hc908gp32.h: header contibuted by Juan Gonzalez
5727
5728 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5729
5730         * src/mcs51/gen.c (genFunction): optimize RECEIVE in reentrant
5731         functions
5732         * src/ds390/gen.c (genFunction, genEndFunction),
5733         * src/ds390/ralloc.c (ds390_assignRegisters),
5734         * src/mcs51/gen.c (genFunction, genEndFunction, mcs51_assignRegisters):
5735         * src/mcs51/ralloc.c (mcs51_assignRegisters): Skip optimizing registers
5736         pushed if there are parameters passed on the stack. Also, a cleaner
5737         way to decide if r0/r1 should be pushed/popped. (Together they fix
5738         bug #918693)
5739
5740 2004-03-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5741
5742         * doc/sdccman.lyx,
5743         * device/lib/mcs51/crtpagesfr.asm,
5744         * device/lib/mcs51/crtxinit.asm,
5745         * device/lib/mcs51/crtxstack.asm: Changed name of _PAGESFR to _XPAGE
5746         to avoid confusion with Si Lab's SFRPAGE register.
5747
5748 2004-03-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5749
5750         * src/SDCCglue.c (emitMaps): allow public sfr variables
5751         * src/SDCCglue.c (initialComments): include compiler build date
5752         with compiler version and put the timestamp of the generated
5753         assembly file on a serperate line to be less confusing.
5754         * src/port.h: added genInitStartup hook
5755         * src/avr/main.c,
5756         * src/ds390/main.c,
5757         * src/hc08/main.c,
5758         * src/pic/main.c,
5759         * src/pic16/main.c,
5760         * src/xa51/main.c,
5761         * src/z80/main.c: genInitStartup initialize as NULL (default to
5762         historical behaviour)
5763         * src/SDCCglue.c (glue): _sdcc_gsinit_startup is now port specific.
5764         * src/mcs51/main.c: (_mcs51_genInitStartup, _mcs51_genExtraAreas,
5765         _mcs51_genXINIT, _mcs51_genRAMCLEAR): link initialization code from the
5766         library instead of hard coding it into the compiler.
5767         * support/regression/ports/mcs51-stack-auto/spec.mk,
5768         * src/SDCCmain.c (linkEdit): added mcs51.lib to the link libraries
5769         * device/lib/mcs51/Makefile,
5770         * device/lib/small/Makefile,
5771         * device/lib/large/Makefile,
5772         * device/lib/mcs51/crtpagesfr.asm,
5773         * device/lib/mcs51/crtstart.asm,
5774         * device/lib/mcs51/crtxclear.asm,
5775         * device/lib/mcs51/crtxinit.asm,
5776         * device/lib/mcs51/crtclear.asm,
5777         * device/lib/mcs51/crtxstack.asm: move most of the mcs51 C runtime
5778         startup/initialization out of src/SDCCglue.c and src/mcs51/main.c
5779         and into user configurable files.
5780         * device/lib/clean.mk: clean mcs51 directory too
5781         * support/regression/tests/longlit.c: added static to T1 declaration
5782         * doc/sdccman.lyx: documented _PAGESFR sfr for customizing pdata
5783         accesses in the initialization code
5784
5785 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5786
5787         * device/include/mc68hc908qy.h: corrected declarations of FLBPR and
5788         OSCTRIMVAL as noted in bug #916008
5789
5790 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5791
5792         * src/SDCCloop.c (basicInduction): fixed bug with loop induction
5793         in loops with multiple exits (reported as incorrect registers
5794         used by Martin Helmling in Sdcc-user list)
5795
5796 2004-03-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5797
5798         * src/ds390/main.c (_ds390_genAssemblerPreamble): cosmetic change,
5799         made ds390 register extensions look less like error messages
5800
5801 2004-03-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5802
5803         * src/SDCCglue.c (printIvalPtr): fixed bug with pointer initializer
5804         reported by Adam Wozniak in Sdcc-user list
5805
5806 2004-03-10 Bernhard Held <bernhard AT bernhardheld.de>
5807
5808         * src/SDCCast.c (decorateType): fixed with bug and promotion in
5809         arithmetic optimizations, added debug output
5810
5811 2004-03-09 Bernhard Held <bernhard AT bernhardheld.de>
5812
5813         * device/lib/time.c (mktime): fixed bug reported by Bert Thomas
5814         * sdcc.spec: updated and split sdcc into 3 rpms
5815         * src/SDCCast.c (decorateType): &|^ don't need addCast(); addCast() is
5816         needed for literals of LEFT_OP and '+'
5817         * src/SDCCicode.c (geniCodeLogic): I must have been braindead when I
5818         introduced RESULT_TYPE_NOPROM
5819         (geniCodeMultiply): fixed logic for decision if mul is optimized to
5820         left shift
5821         * src/SDCCsymt.c (computeType): op is int; added RESULT_TYPE_OTHER;
5822         limited promotion to int only for '*'
5823         * src/SDCCsymt.h (computeType): op is int, removed RESULT_TYPE_NOPROM
5824
5825 2004-03-09 Hans Dorn <hjdorn AT users.sourceforge.net>
5826
5827         * src/pic16/gen.c (genSkip),
5828         (genc16bit2lit), (gencjneshort): commented out
5829         (is_LitOp): new helper function, checks operand type
5830         (genCmpEq): rewritten
5831
5832 2004-03-08 Bernhard Held <bernhard AT bernhardheld.de>
5833
5834         * support/regression/tests/bug-908454.c: added
5835
5836 2004-03-07 Bernhard Held <bernhard AT bernhardheld.de>
5837
5838         * src/SDCCast.c (addCast): fixed bug #908454 by promoting bits to char
5839         * src/SDCCicode.c (usualBinaryConversions): op needs int type
5840         (geniCodeCast): cosmetic, don't preserve bit storage class
5841         (geniCodeLeftShift): added promotion
5842         (geniCodeLogic): fixed regression
5843         * src/SDCCsymt.c (computeTypeOr): accept bits too
5844         (compareType): 2nd part of fix for bug #908454, needed for bitfields
5845
5846 2004-03-07  Borut Razem <borut.razem AT siol.net>
5847
5848         * support/Util/findme.c: alloca() replaced with malloc()/free() pair
5849
5850 2004-03-06 Vangelis Rokas <vrokas AT otenet.gr>
5851
5852         * src/pic16/ralloc.c (pic16_genPackRegisters): reverted to old
5853         version of pic16_genPackRegisters which does not check if ic is a
5854         CAST operator,
5855         * src/pic16/gen.c (ifxForOp): disabled new and untested code in
5856         function cause string1.c regression test fails
5857
5858 2004-03-06 Bernhard Held <bernhard AT bernhardheld.de>
5859
5860         * sim/ucsim/configure.in,
5861         * sim/ucsim/configure,
5862         * sim/ucsim/doc/Makefile.in: use docdir
5863         * src/SDCC.y: fixed sbit atrributes
5864         * src/SDCCast.c (getResultTypeFromType): added support for bitfields
5865         * src/SDCCast.c (decorateType): |^& need special promotion handling
5866         * src/SDCCast.h,
5867         * src/SDCCsymt.h: moved definition of RESULT_TYPE
5868         * src/SDCCsymt.h (computeType),
5869         * src/SDCCicode.c: computeType() needs op
5870         * src/SDCCsymt.c (checkTypeSanity),
5871         * doc/sddman.lyx: "plain" bitfields are unsigned
5872         * src/SDCCsymt.c (computeTypeOr): added
5873         * src/SDCCsymt.c (computeType): added support for bitfields, fixed
5874         |^& ops
5875         * src/SDCCval.c (val*): computeType() needs op
5876         * src/SDCCval.c (valCastLiteral): fixed casting of bitfields
5877         * support/regression/tests/onebyte.c: added tests for |^&
5878
5879 2004-03-06 Hans Dorn <hjdorn AT users.sourceforge.net>
5880
5881         * src/pic16/gen.c: (genpic16Code) use copy of printILine's output
5882         for writing icode into asm output.
5883
5884 2004-03-05 Vangelis Rokas <vrokas AT otenet.gr>
5885
5886         * src/pic16/device.c: added some debug lines enabled
5887         with macro DEBUG_CHECK,
5888         * src/pic16/genarith.c: more debug in genPlus,
5889         * (pic16_genUMult8XLit_16, pic16_genUMult8X8_16): removed,
5890         * (pic16_genUMult16X16_16, pic16_genUMult16XLit_16): NEW,
5891         * src/pic16/gen.c: added prototypes for pic16_genMult16X16_16,
5892         * (aopForSym): onStack symbols are re-placed in data memspace,
5893         and onStack flag is cleared,
5894         * (pic16_popGetTempReg, pic16_popReleaseTempReg): modified to
5895         copy temporary pcodeop,
5896         * (genPcall): added warning for not updating PCLATU,
5897         * (genFunction): removed test with IFFUNC_CALLEESAVES, its
5898         always true for pic16 port,
5899         * (genMultOneWord): NEW, supports integer multiplication,
5900         * (genMult): modified to call genMultOneWord,
5901         * (ifxForOp): added warning when return NULL,
5902         * src/pic16/glue.c (pic16emitRegularMap): symbol implicit
5903         flag is set before call to operandFromSymbol for implicit
5904         added structures,
5905         * src/pic16/main.c (_pic16_finaliseOptions): options.float_rent,
5906         options.intlong_rent are set by default,
5907         * (_hasNativeMulFor): modified to allow port generation of integer
5908         multiplication,
5909         * src/pic16/ralloc.c (pic16_allocDirReg): commented out line which
5910         set regtype to REG_SFR for all registers, restricting seting the
5911         accessBank flag for registers 0<= r < 0x80 and 0xf80<=r<=0xfff,
5912
5913 2004-03-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5914
5915         * src/mcs51/peephole.def: added 251.b and 253.x. 253.x are applied
5916         more than 500 times in the regression tests
5917
5918 2004-03-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5919
5920         * support/Util/SDCCerr.h,
5921         * support/Util/SDCCerr.c,
5922         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
5923         enumerator_list),
5924         * src/SDCCsymt.c (addSymChain): show location of oriignal definition
5925         for symbol conflicts.
5926         * support/valdiags/tests/enum.c,
5927         * support/valdiags/tests/tentdecl.c,
5928         * support/valdiags/tests/struct.c: expect possible error messages
5929         referring to original symbol definitions.
5930         * src/SDCC.y (struct_or_union_specifier, struct_declarator),
5931         * src/SDCCsymt.h,
5932         * src/SDCCsymt.c (promoteAnonStructs): support anonymous struct/union
5933
5934 2004-03-03 Hans Dorn <hjdorn AT users.sourceforge.net>
5935
5936         * src/pic16/gen.c (gencjne): fixed for right=REG / left=LIT
5937
5938 2004-02-03 Vangelis Rokas <vrokas AT otenet.gr>
5939
5940         * src/pic16/ralloc.c (newReg): fixed bug #908929
5941
5942 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5943
5944         * src/ds390/gen.c: added missing #include "main.h"
5945
5946 2004-03-02 Vangelis Rokas <vrokas AT otenet.gr>
5947
5948         * src/pic16/device.c (checkAddSym): NEW, adds a symbol to set while
5949         checking if symbol is already in set,
5950         * src/pic16/device.h: prototype for checkAddSym,
5951         * src/pic16/gen.c: (_G): added entry interruptvector,
5952         * (assignResultValue): removed some commented out lines,
5953         * (genFunction): check for ISR via sym->type, absolute section for
5954         interrupt code is created via a new pBlock, the goto instruction is
5955         placed now correctly at the interrupt vector position, changed all
5956         references from ivec to _G.interruptvector,
5957         * WREG,STATUS,BSR are not saved in stack upon an entry to interrupt
5958         is the interrupt is a high priority one, same for return from ISR,
5959         * src/pic16/glue.c: changed all calls of addSetHead for publics and
5960         externs to calls of checkAddSym,
5961         * src/pic16/pcode.c (pic16_pBlockConvert2*): emit warning when
5962         pic16_pcode_verbose flag is set,
5963         * src/pic16/pcode.h: extern to pic16_pcode_verbose,
5964         * src/pic16/pcoderegs.c: message about how many registers are saved
5965         will only be emitted if pic16_pcode_verbose flag is set,
5966
5967 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5968
5969         * src/ds390/ralloc.h,
5970         * src/ds390/ralloc.c (ds390_regWithIdx),
5971         * src/ds390/gen.c (emitcode),
5972         * src/ds390/main.h,
5973         * src/ds390/main.c (instructionSize, ds390newAsmLineNode, updateOpRW,
5974         ds390opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
5975         ds390operandCompare, getRegsRead, getRegsWritten,
5976         initializeAsmLineNode): customized instruction size calculation for
5977         ds390, started basis for some register optimizations
5978         * src/ds390/gen.c (gen390Code, emitcode): associate iCodes with
5979         corresponding assembly output
5980         * src/ds390/gen.c (genFunction, genEndFunction): added case to handle
5981         missing push/pop of r0/r1. Optimized push/pops
5982
5983 2004-03-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5984
5985         * src/mcs51/main.c (instructionSize): fixed ACALL size
5986         * src/mcs51/main.c (updateOpRW): fixed bug with @dptr, @a+dptr operands
5987
5988 2004-03-01 Vangelis Rokas <vrokas AT otenet.gr>
5989
5990         * src/pic16/device.c (pic16_dump_section): fixed a bug that allowed
5991         the sorting of rlist with NULL elements
5992         * (print_idataType, print_idata): NEW to create idata sections
5993         * src/pic16/device.h: idataSymSet new variable
5994         * src/pic16/gen.c (genFunction): fixed some bugs in string
5995         comparing, improved the absolute section creation for ISRs,
5996         added FSR0L/FSR0H in registers that are saved in an ISR,
5997         * (genInline): fixed the processing of inline snippets,
5998         now they undergo no process by the peephole optimizer
5999         * src/pic16/glue.c (pic16emitRegularMap): symbols with initialiser
6000         are placed in idataSymSet,
6001         * (pic16emitStaticSeg): extern symbols are added in externs,
6002         * src/pic16/ralloc.c (pic16_allocDirReg): work around to reduce bank
6003         switching when aboslute variables are placed in access bank memory
6004         * (pic16_writeUsedRegs): added call to pic16_dump_idata,
6005         * (packRegsForSupport,packRegsForAccUse,packRegsForOneuse):
6006         commented out with #if,
6007         * (pic16_packRegisters): reintroduce the check for CAST because some
6008         symbols are not correctly handled,
6009         * src/pic16/pcode.h: changed the definition of pCodeAsmDir to hold a
6010         pCodeInstruction instead of pCode,
6011         * src/pic16/pcode.c (pic16_newpCodeAsmDir): modified for the new
6012         pCodeAsmDir definition,
6013         * (pic16_pCode2str, genericPrint): when an AsmDir pcode has a NULL
6014         directive, then the argument directive is emitted without the leading
6015         tab, hack for inline labels which must be in the first column,
6016         * (compareLabel,pic16_findNextInstruction),
6017         * (pic16_findPrevInstruction): added case for PO_ASMDIR,
6018         * (insertBankSwitch): modified for the new pCodeAsmDir,
6019
6020 2004-03-01 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
6021         patch applied by Vangelis Rokas <vrokas AT otenet.gr>
6022
6023         * src/pic16/gen.c (pic16_popGet): case PO_DIR, adds the offset to
6024         instance,
6025         * (pushSide): commented out with #if,
6026         * (assignResultValue): fixed some typos in saving
6027         registers,
6028         * (genPcall): FIXED and sync'ed with genCall,
6029         * (genDataPointerGet,genDataPointerSet): using offset not leoffset
6030         * (genNearPointerGet): fixed to handle some more cases,
6031         implementation scheme via table reads,
6032         * (genConstPointerGet): modified to access code memory correct,
6033         * (genCodePointerGet,genNearPointerSet,genGenPointerSet): modified
6034         and improved to handle some cases
6035         * glue.c (printIvalType,printIvalChar,emitStaticSeg): use "DB"
6036         instead of "RETLW" for init data
6037         * src/pic16/ralloc.c (pic16_allocDirReg): warning when a symbol is
6038         not IN_DIRSPACE, work around to reduce bank switching when aboslute
6039         variables are placed in access bank memory (<0x80 and >=0xf80),
6040         * src/pic16/pcode.c: added SFRs TBLPTR, TABLAT, added opcodes TBLRD,
6041         TBLRD_POSTINC,TBLRD_POSTDEC,TBLRD_PREINC,TBLWT,TBLWT_POSTINC,
6042         TBLWT_POSTDEC,TBLWT_PREINC
6043         * Fixed initialisation of BSR, set "alias" for SSAVE to "0"
6044         * (pic16_emitDB,pic16_flushDB): New functions to generate "DB"
6045         directives
6046         * (pic16_pCodeConstString): use "DB" instead of "RETLW"
6047         * src/pic16/pcode.h: added TBLRD*,TBLWT*, added pic16_emitDB,
6048         pic16_flushDB, made pic16_newpCodeAsmDir public, added TBLPTR, TABLAT
6049         * src/pic16/ralloc.h: added IDX_BSR,IDX_TBLPTR*,IDX_TABLAT
6050
6051 2004-02-29  Borut Razem <borut.razem AT siol.net>
6052
6053         * src/Makefile.in, src/SDCCutil.c, support/Util/findme.c,
6054         support/Util/findme.h, support/Util/system.h: enhance binary relative
6055         search for lib and include by using findProgramPath()
6056
6057 2004-02-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6058
6059         * src/SDCCpeeph.h,
6060         * src/SDCCpeeph.c (pcDistance),
6061         * src/port.h,
6062         * src/mcs51/ralloc.h,
6063         * src/mcs51/ralloc.c (mcs51_regWithIdx),
6064         * src/mcs51/main.h,
6065         * src/mcs51/main.c (instructionSize, asmLineNode, updateOpRW,
6066         mcs51opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
6067         mcs51operandCompare, getRegsRead, getRegsWritten): made instruction
6068         size calculation port specific, started basis for some register
6069         optimizations
6070         * src/mcs51/gen.c (genFunction, genEndFunction): added case to handle
6071         missing push/pop of r0/r1. Optimized push/pops
6072         * src/mcs51/ralloc.c (packregisters): fixed bug #727095
6073         * device/lib/_modsint.c (_modsint),
6074         * device/lib/_modslong.c (_modslong): fixed sign of result in non-asm
6075         and stack version so regression tests pass
6076
6077 2004-02-26 Bernhard Held <bernhard AT bernhardheld.de>
6078
6079         * src/Makefile.in (dep): include SLIBOBJS in dependency check
6080         * src/SDCCast.c (decorateType): catch another small optimization
6081         with '?' operator
6082         * src/SDCCsymt.c (computeType): added comments and cosmetic changes
6083         * src/SDCCval.c (valMult, valDiv, valMod, valPlus, valMinus, valShift):
6084         modified to finally use computeType() all over SDCC,
6085         see Feature Request #877103
6086         * src/SDCCval.h: cosmetic
6087         * src/SDCCicode.c (operandOperation): fixed EQ_OP bug, now same as in
6088         valCompare(); regression tested in muldiv.c
6089         * support/regression/tests/muldiv.c (testMod): mod sign follows
6090         dividend only
6091
6092 2004-02-23 Bernhard Held <bernhard AT bernhardheld.de>
6093
6094         * src/SDCCast.c (decorateType): fixed bug #902362
6095         * doc/INSTALL.txt: fixed install instructions for win32
6096
6097 2004-02-21 Bernhard Held <bernhard AT bernhardheld.de>
6098
6099         * device/include/Makefile.in (install): fixed by replacing spaces
6100         by tabs
6101         * doc/README.txt,
6102         * doc/INSTALL.txt: updated for release
6103         * doc/sdccman.lyx: added warning for --xstack being buggy
6104
6105 2004-02-20 Bernhard Held <bernhard AT bernhardheld.de>
6106
6107         * src/pic16/ralloc.c (packRegsForAccUse):  disabled functions with #if
6108         to eliminate build warnings.
6109         * src/pic16/gen.c (pic16_popGet): fixed for gcc 2.95.4
6110
6111 2004-02-20 Vangelis Rokas <vrokas AT otenet.gr>
6112            Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
6113
6114         * doc/sdccman.lyx: removed PIC16 from PIC16 Port Specific Options,
6115         removed -penable-stack, added comment for stack pragma, added
6116         warning for not initializing the stack/frame registers, removed
6117         comment at interrupts section
6118
6119         Stack is made permanent, there is no ability to disable stack usage.
6120         * src/pic16/device.h,
6121         * src/pic16/device.c: removed all references to USE_STACK macro,
6122         * src/pic16/device.c (pic16_dump_section): when no elements in
6123         rlist, free rlist before return,
6124         * (pic16_dump_int_registers): NEW, internal registers are a new set
6125         of general purpose registers reused by each function,
6126         * (checkAddReg): returns 1 if registers is added to set,
6127         * (pic16_groupRegistersInSection): when a registers is of type
6128         PO_GPR_TEMP add it in pic16_int_regs and not in pic16_rel_udata,
6129         * src/pic16/device.h: memRange and Assigned Memory are deleted,
6130         SRCASECMP macro is moved here from device.c
6131         * src/pic16/genarith.c (pic16_pCodeOpType): added cases for
6132         PO_PCLATU, PO_PRODL, PO_PRODH,
6133         * (pic16_pCodeOpType, genMinus,
6134         changed compares to "a" register, with AOP_ACC,
6135         * (pic16_genPlus): fixed some bugs and indented properly,
6136         * (pic16_addSign): changed size to size+offset in the MOVWF
6137         instruction,
6138         * (pic16_genUMult8XLit_8): NEW, uses processor MULLW instruction to
6139         multiply 8-bit operand by literal, result is 8-bit,
6140         * (pic16_genUMult8X8_8): NEW, uses processor MULWF instruction to
6141         multiply 2 8-bit operand, result is 8-bit,
6142         * (pic16_genMult8X8_8): modified to call genUMult8X*_8 functions and not
6143         genUMult8X*_16,
6144         * src/pic16/gen.c: changed accUse to contain WREG only,
6145         * (pic16_emitcomment): renamed to pic16_emitpcomment,
6146         * (aopForSym): allocated dir register when IN_DIRSPACE(space) is,
6147         true, do not use immediate addressing any more unless sym is a
6148         pointer in codespace,
6149         * (aopForRemat): do not use immediate addressing when symbol not in
6150         codespace and when symbol's address is requested,
6151         * (aopOp): for-loop in if(sym->accUse) is modified for the new
6152         accUse size (= 1),
6153         * (aopGet): added case for AOP_ACC and don't return "accumulator
6154         bug" but WREG instead,
6155         * (popGetTempReg): pushes contents of temporary register in stack,
6156         * (popReleaseTempReg): pops contents of temporary register from
6157         stack. Use popGetTempReg/popReleaseTempReg in aligned pairs,
6158         * (pic16_popGet): separated case AOP_ACC to return register WREG
6159         from processor registers, AOP_PCODE not checks if pcop is PO_DIR
6160         or PO_IMMEDIATE and initializes their instance/offset appropriately,
6161         * The whole issue with aopForSym,aopForRemat,popGet) is to minimize
6162         the use of immediate pointers to certain cases only.
6163
6164         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): use pic16_popGet2p,
6165         * (pic16_loadFromReturn, pic16_storeForReturn: NEW,
6166         * (assignResultValue, genCall, genRet): modified to use the new
6167         function return value scheme with WREG,PRODL,PRODH,FSR0L and FSR0,
6168         genPcall is still broken,
6169         * (genFunction): added code to create 'A' type pBlocks when
6170         interrupt functions are generated, code not extensively tested yet,
6171         ISRs push WREG,STATUS,BSR,PRODL,PRODH,FSR0L,FSR0H registers on stack,
6172         * (genEndFunction): modified so ISRs pop stored registers from stack,
6173         * (genMultOneByte): cleanup,
6174         * (AccRsh): added flag andmask, to and result with appropriate mask,
6175         * (genUnpackBits,genPackBits): fixed and can handle bit fields,
6176         * (genDataPointerGet): fixed and reenabled its use,
6177         * (genNearDataPointerGet): bugs fixed,
6178         * (genDataPointerSet): bugs fixed,
6179         * src/pic16/genutils.c: added functions pic16_DumpValue,pic16_DumpAop,
6180         pic16_DumpSymbol, pic16_DumpOp,
6181         * src/pic16/genutils.h: function prototypes for the above functions,
6182         * src/pic16/glue.c: new flags initsfpnt, to initialize stack/frame
6183         pointers,
6184         * (pic16emitRegularMap): many many many improvements, but needs a
6185         major cleanup,
6186         * src/pic16/main.c: enable_stack in pic16_options is removed,
6187         * (_pic16_parseOptions): removed command line options -penable-stack,
6188         * (_process_pragma): emit stack symbol only when stack pragma is
6189         processed,
6190         * src/pic16/pcode.c: pic16_pc_fsr0 is removed, all operations are
6191         redirected to FSR0L/FSR0H pair,
6192         * (pic16_get_op, pic16_get_op2): modifications and improvements,
6193         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
6194         cases PO_PRODL,PO_PRODH, pic16_getRegFromInstruction2 returns sane
6195         for immediates,
6196         * (insertBankSwitch): modified to handle cases like: (alfa + 1)
6197         * (dumpPicOptype): NEW,
6198         * src/pic16/pcode.h: added PO_PCLATU,PO_PRODL,PO_PRODH in enum,
6199         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed bug
6200         with movff instruction,
6201         * src/pic16/ralloc.c: renamed typeRegWithIdx to pic16_typeRegWithIdx,
6202         added pic16_int_regs, some packRegsFor* functions are commented out,
6203         because produce errors,
6204         * src/pic16/NOTES: minor modifications
6205
6206 2004-02-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6207
6208         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c, as/mcs51/lkmain.c,
6209         as/mcs51/lkmem.c, src/SDCCglob.h, src/SDCCmain.c: added options --stack-size and
6210         --pack-iram.
6211         * doc/sdccman.lyx: described options --stack-size and --pack-iram.
6212         * as/mcs51/lkaomf51.c: fixed bug #895763
6213
6214 2004-02-17 Bernhard Held <bernhard AT bernhardheld.de>
6215
6216         * device/include/c8051f320.h: added. Contributed by Maarten Brock.
6217
6218 2004-02-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6219
6220         * doc/sdccman.lyx: added details about the HC08 storage classes and
6221         interrupts, fixed the register usage info for z80 & gbz80
6222
6223 2004-02-17 Vangelis Rokas <vrokas AT otenet.gr>
6224
6225         * doc/sdccman.lyx: added more pic16 port documentation
6226         * device/include/pic16/: added header pic18fregs.h
6227
6228 2004-02-16 Bernhard Held <bernhard AT bernhardheld.de>
6229
6230         * doc/sdccman.lyx: added Vangelis' contribution
6231
6232 2004-02-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6233
6234         * src/SDCClrange.c (rlivePoint): live range of SEND operand should
6235         extend to the next CALL or PCALL, not just to the next CALL.
6236
6237 2004-02-16 Vangelis Rokas <vrokas AT otenet.gr>
6238
6239         * src/pic16/gen.c (genInline): fixed bug #896482 with inline assembly
6240
6241 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6242
6243         * src/mcs51/ralloc.c (packRegsForAssign, reassignAliasedSym): fixed
6244         bug #895752 and a better fix for bug #716790
6245
6246 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6247
6248         * src/SDCCsymt.c (processFuncArgs): fixed bug #896796
6249
6250 2004-02-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6251
6252         * doc/sdccman.lyx: minor changes, minor changed
6253
6254 2004-02-13 Bernhard Held <bernhard AT bernhardheld.de>
6255
6256         * src/SDCCicode.c (usualBinaryConversions): removed pic16 from ports
6257         which can't handle SDCC_NEWONEBYTEOPS,
6258         (geniCodeMultiply): removed conversion from mult to shift for pic14
6259         and pic16
6260
6261 2004-02-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6262
6263         * src/hc08/gen.h,
6264         * src/hc08/gen.c (storeRegToAop, aopOp, aopAdrStr, accopWithAop,
6265         rmwWithAop): Ported my 2003-10-02 fix for bug #663539 to the hc08,
6266         thus fixing bug #895406
6267
6268 2004-02-11 Bernhard Held <bernhard AT bernhardheld.de>
6269
6270         * device/lib/_modsint.c,
6271         * device/lib/_modslong.c: sign follows divisor only
6272         * src/hc08/gen.c (genMultOneByte): if result size is 1,
6273         signs or signedness can be ignored
6274         * src/SDCCast.c (addCast): cosmetic - added lineno to CAST
6275         * src/SDCCast.c (resultTypePropagate): added even more ops: +, - and *,
6276         added optimization for IFX,
6277         (decorateType): Mult/Div/ModOneByte ops can handle all kind of signed
6278         arguments;
6279         reenabled optimization for IFX, which was removed on 2004-01-11
6280         * src/SDCCast.h: added return type IFX
6281         * src/SDCCicode.c: Mult/Div/ModOneByte ops can handle all kind of signed
6282         arguments with 8 or 16 bit results; pic14 and pic16 ports use old
6283         promotion behaviour; env. var. SDCC_NEWONEBYTEOPS selects the new,
6284         SDCC_OLDONEBYTEOPS selects the old behaviour
6285         * src/SDCCsymt.c (computeType): type2 can be NULL (for LEFT_OP);
6286         changed again and commented promotion rule
6287         * src/SDCCval.c (valDiv): promotion no longer necessary
6288         * src/ds390/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte),
6289         * src/mcs51/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte):
6290         rewritten
6291         * support/regression/tests/onebyte.c: added
6292
6293 2004-02-11 Vangelis Rokas <vrokas AT otenet.gr>
6294
6295         * gen.c (genInline): reverted to old code for assemnling inline
6296         code because of bug reported James Chadd
6297
6298 2004-02-10 Vangelis Rokas <vrokas AT otenet.gr>
6299
6300         * ralloc.h: missing declarations from previous patch,
6301         seems that patch for ralloc.h was never applied, fixed
6302
6303 2004-02-10 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
6304            patch committed by Vangelis Rokas <vrokas AT otenet.gr>
6305
6306         * pcode.c,
6307         * pcode.h,
6308         * ralloc.h: added FSR0L, FSR0H and other missing PIC16 SFR's for
6309         indirect addressing. Marked FSR0 as deprecated
6310         * gen.c (pointerCode): commented out, not needed now
6311         (pic16_popGet2p): new MOVFF helper function
6312         (genGenPointerGet),
6313         (genGenPointerSet): reimplemented with MOVFF and POSTINC0
6314         (shiftRLong): removed duplicate debugging info
6315
6316 2004-02-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6317
6318         * src/ds390/gen.c (genNearPointerGet),
6319         * src/mcs51/gen.c (genNearPointerGet): allow the genDataPointerGet()
6320         optimization with bits, but not bitfields.
6321         * src/ds390/ralloc.c (packRegisters),
6322         * src/mcs51/ralloc.c (packRegisters): fixed bug #884453 & #880832
6323
6324 2004-02-09 Bernhard Held <bernhard AT bernhardheld.de>
6325
6326         * src/SDCCcse.c (algebraicOpts): copy operands before modification
6327
6328 2004-02-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6329
6330         * src/SDCCsymt.h,
6331         * src/SDCCicode.c (operandFromSymbol),
6332         * src/mcs51/ralloc.c (verifyRegsAssigned, serialRegAssign),
6333         * src/ds390/ralloc.c (verifyRegsAssigned, serialRegAssign),
6334         * src/z80/ralloc.c (verifyRegsAssigned, serialRegAssign),
6335         * src/hc08/ralloc.c (verifyRegsAssigned, serialRegAssign),
6336         * src/pic/ralloc.c (verifyRegsAssigned, serialRegAssign),
6337         * src/pic16/ralloc.c (verifyRegsAssigned, serialRegAssign): fixed
6338         bug #892038
6339         * src/SDCCast.c (createIvalStruct, createIvalArray, gatherAutoInit),
6340         * src/SDCCglue.c (emitRegularMap, printIvalStruct, printIvalArray,
6341         printIvalCharPtr, printIvalPtr, printIval, emitStaticSeg, emitOverlay)
6342         * src/SDCCsymt.c (newSymbol),
6343         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
6344         enumerator_list),
6345         * src/SDCCval.h,
6346         * src/SDCCval.c (newiList): fixed bug #885705
6347
6348 2004-02-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6349
6350         * doc/sdccman.lyx: added section 3.1.4: sdcclib.
6351         * as/mcs51/lkmem.c: report the size of the stack in .mem file.
6352
6353 2004-02-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6354
6355         * device/include/c8051f120.h,
6356         * device/include/c8051f300.h,
6357         * device/include/c8051f310.h: added/updated header files for Silicon
6358         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
6359         * doc/sdccman.lyx: minor changes, recommended diff -Naur and diff -u
6360         in new section Submitting patches
6361
6362 2004-02-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6363
6364         * src/mcs51/gen.c (genNearPointerGet, genPagedPointerGet,
6365         genFarPointerGet, genCodePointerGet, genGenPointerGet,
6366         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
6367         genGenPointerSet),
6368         * src/ds390/gen.c (genNearPointerGet, genPagedPointerGet,
6369         genFarPointerGet, genCodePointerGet, genGenPointerGet,
6370         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
6371         genGenPointerSet),
6372         * src/pic16/gen.c (genNearPointerGet, genPagedPointerGet,
6373         genFarPointerGet, genCodePointerGet, genGenPointerGet,
6374         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
6375         genGenPointerSet),
6376         * src/pic/gen.c (genNearPointerGet, genPagedPointerGet,
6377         genFarPointerGet, genCodePointerGet, genGenPointerGet,
6378         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
6379         genGenPointerSet): fixed bug #892400
6380         * src/pic16/gen.c (genSkipz, AccRol): disabled functions with #if 0
6381         to eliminate build warnings.
6382         * src/SDCCast.c (processParms),
6383         * src/SDCC.y (function_declarator2, declarator2_function_attributes):
6384         fixed bug 751859
6385         * support/valdiag/valdiag.py: added GCC to the list of defines active
6386         when compiling with gcc
6387
6388 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6389
6390         * support/Util/SDCCerr.h,
6391         * support/Util/SDCCerr.c,
6392         * src/SDCCast.c (decorateType, sizeofOp): complain when sizeof is used
6393         with an incomplete type (fixed bug #883734)
6394         * src/SDCCicode.c (geniCodeCast): fixed bug #890510
6395
6396 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6397
6398         * src/pic16/gen.c (genCmpEq, shiftRLong): fixed declarations
6399
6400 2004-02-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6401
6402         * src/SDCCast.c (decorateType),
6403         * src/SDCCicode.c (geniCodeParms, geniCodeCall): fixed bugs in my ANSI
6404         function pointer implementation
6405         * support/regression/tests/funptrs.c: added tests to verify both forms
6406         of function pointers work correctly. Added tests to verify parameters
6407         are passed in the correct order.
6408
6409 2004-02-06  Vangelis Rokas <vrokas AT otenet.gr>
6410
6411         * device.c (regCompare): registers are sorted by ascending
6412         address and increasing size,
6413         * main.c (_pic16_finaliseOptions): removed the declaration
6414         of compiler macro MCU. Now a macro of the format pic18fxxxx
6415         will be defined from the command line
6416
6417 2004-02-06  Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
6418             patch committed by Vangelis Rokas <vrokas AT otenet.gr>
6419
6420         * pcode.c (pic16initMnemonics): fixed typo in assignment to PCOP_RLNCF
6421         PCOP_RLCF was overwritten!
6422         * gen.c (genSkip): commented out calls to pic16_emitcode,
6423         * (genCmpEQ): fixed "long" compares, only high word did get compared,
6424         * (genlshTwo),
6425         * (genRRC): added debugging info,
6426         * (shiftL2Left2Result): Fixed bug, if offr > offl. Result got
6427         overwritten while shifting,
6428         * (shiftR2Left2Result): Fixed bug, if offr < offl. Result got
6429         overwritten while shifting,
6430         * (AccLsh),
6431         * (AccRsh),
6432         * (shiftLLeftOrResult),
6433         * (shiftRLeftOrResult),
6434         * (shiftRLong),
6435         * (shiftLLong): Implemented with pic16_emitpcode
6436         * (genlshFour): Replaced pic16_aopPut with pic16_emitpcode,
6437         * (genLeftShift): Fixed bug, operand for shift by variable always
6438         was "and"ed with 0x0f,
6439         * (genLeftShiftLiteral),
6440         * (genrshTwo),
6441         * (genRightShiftLiteral): added debugging info,
6442         * (genrshFour): added comment,
6443         * (genRightShift): determined signedness from operand "left"
6444         instead of "result"
6445
6446 2004-02-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6447
6448         * src/SDCCicode.c (geniCodeParms),
6449         * src/SDCCast.c (decorateType, processParms): support for ANSI-style
6450         function pointers, fixed function pointer bugs #861242 and #861896
6451
6452 2004-01-31 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6453
6454         * device/include/c8051f000.h,
6455         * device/include/c8051f120.h,
6456         * device/include/c8051f300.h: added header files for Silicon
6457         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
6458
6459 2004-01-31 Bernhard Held <bernhard AT bernhardheld.de>
6460
6461         * src/SDCCast.c (processParams): added new type flow and restructured
6462         (gatherAutoInit): added new type flow
6463         (addCast): cosmetic changes
6464         (getLeftResultType): added new type flow for array indices, patch
6465         provided by Stas, see FR #877103
6466         (decorateType): SDCC_NEWTYPEFLOW removed, new type flow is now standard;
6467         array index patch by Stas
6468         * src/SDCCast.h: added prototype getResultTypeFromType()
6469         * src/SDCCval.h,
6470         * src/SDCCval.c (resolveIvalSym) (resolveIvalSym),
6471         * src/pic/glue.c (pic14emitStaticSeg),
6472         * src/pic16/glue.c (pic16emitStaticSeg),
6473         * src/SDCCglue.c (emitRegularMap) (emitStaticSeg): added new type flow
6474         for initialization of symbols
6475         * src/SDCCicode.c (geniCodeArray): removed warning W_ARRAY_BOUND
6476         * support/Util/SDCCerr.h:
6477         * support/Util/SDCCerr.c: replaced W_ARRAY_BOUND by W_IDX_OUT_OF_BOUNDS
6478         * .version: bumped version number to 2.3.8
6479         * device/include/Makefile.in (install),
6480         * doc/Makefile (install): changed to 'rm `find ...`' construct to
6481         avoid warnings
6482
6483 2004-01-30 Bernhard Held <bernhard AT bernhardheld.de>
6484
6485         * support/regression/tests/libmullong.c: fixed for 64 bit hosts
6486         Slade Rich fixed an optimization bug
6487         * src/pic/pcodepeep.c,
6488         * src/pic/pcoderegs.c
6489         * doc/Makefile (install): added test for directory
6490
6491 2004-01-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6492
6493         * src/mcs51/ralloc.c (getRegPtr, getRegGpr),
6494         * src/ds390/ralloc.c (getRegPtr, getRegGpr),
6495         * src/pic/ralloc.c (getRegPtr, getRegGpr),
6496         * src/pic16/ralloc.c (getRegPtr, getRegGpr),
6497         * src/z80/ralloc.c (getRegGpr): fixed bug #883361
6498         * as/mcs51/asexpr.c (term),
6499         * as/hc08/asexpr.c (term): fixed bug #887146
6500
6501 2004-01-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6502
6503         * src/z80/gen.c (genMult): handle single byte result product
6504         * src/SDCCopt.c (killDeadCode): never convert ADDRESS_OF iCode to
6505         DUMMY_READ_VOLATILE (fixed bug #886367)
6506
6507 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
6508
6509         * support/regression/tests/libmullong.c: fixed logic, on little endian
6510         hosts we ended without a mullong_wrapper()
6511
6512 2004-01-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6513
6514         * ChangeLog: changed "@" to " AT " in hopes of reducing spam and
6515         virus/worm forged address usage.
6516
6517 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
6518
6519         Fixed promotion, it should be done on AST level:
6520         * src/SDCCast.c (addCast): added promotion to int
6521         (decorateType): updated call to upCast()
6522         * src/SDCCicode.c (geniCodeLeftShift): removed call to
6523         usualUnaryConversions()
6524
6525 2004-01-26  Michael Hope  <michaelh AT juju.net.nz>
6526
6527         * support/regression/tests/literalop.c (mulWrapper): Added a
6528         wrapper to remove integer overflow warnings.
6529
6530         * support/regression/tests/float_trans.c: Made work on host.
6531
6532         * support/regression/ports/ucz80/spec.mk (UCZ80): Made detect the
6533         location of sz80.
6534
6535         * support/regression/generate-cases.py (main): Changed from inline
6536         to a main method.
6537
6538         * doc/Makefile (install): Changed to depth first to get rid of
6539         missing directory install warning.
6540
6541         * as/Makefile (install-doc): Made work on Mac.
6542
6543 2004-01-25 Bernhard Held <bernhard AT bernhardheld.de>
6544
6545         * src/SDCCast.c: added an additional type flow in decorateType() of
6546         opposite direction, see feature request #860006; it's enabled at runtime
6547         by setting the environment variable SDCC_NEWTYPEFLOW
6548         * src/SDCCast.h: changed prototype of decorateType()
6549         * src/SDCCglue.c (emitRegularMap): updated call of decorateType()
6550         * src/SDCCicode.c (geniCodeDivision) (geniCodeModulus): promotion from
6551         'char' to 'int' can be omitted, if both operands are 'unsigned char';
6552         see feature request #877103
6553         * src/SDCCval.c: updated call of decorateType()
6554         (valBitwise): fixed bug #882876
6555         (valMinus): added promotion
6556         (valLogicAndOr): result is unsigned
6557         (cheapestVal) (constVal): literals from 0...255 are 'unsigned char' now
6558         * src/SDCCsymt.c (computeType),
6559         * src/mcs51/gen.c (genCmpGt) (genCmpLt): literal 'unsigned char'
6560         must not cause an unsigned operation
6561         * src/pic/glue (pic14emitRegularMap),
6562         * src/pic16/glue.c (pic16emitRegularMap): updated call of decorateType()
6563
6564 2004-01-23 Bernhard Held <bernhard AT bernhardheld.de>
6565
6566         * src/pic/pcode.c (PCodeID): commented out left over debug code
6567
6568 2004-01-20 Bernhard Held <bernhard AT bernhardheld.de>
6569
6570         * support/valdiag/tests/overflow.c: added shift tests
6571         * src/pic/device.c,
6572         * src/pic/gen.c,
6573         * src/pic/gen.h,
6574         * src/pic/glue.c,
6575         * src/pic/main.c,
6576         * src/pic/pcode.c,
6577         * src/pic/pcode.h,
6578         * src/pic/pcodepeep.c,
6579         * src/pic/pcoderegs.c,
6580         * src/pic/ralloc.c,
6581         * src/pic/ralloc.h: applied patch from Slade Rich;
6582         added support for multiple code pages and multiple RAM banks on the
6583         PIC 14 port. The ASM files now no longer simply assume all the
6584         code / RAM are in the same page / bank. This means the linker can
6585         safely allocate code/RAM of separate ASM files to different pages/banks.
6586         * doc/sdccman.lyx: added Slade's tips
6587         * src/mcs51/peeph.def: fixed bug #880768
6588
6589 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6590
6591         * src/hc08/ralloc.c (rematStr): fixed bug #879282
6592         * src/SDCCast.c (decorateType): fixed bug #880197
6593
6594 2004-01-20  Michael Hope  <michaelh AT juju.net.nz>
6595
6596         * sim/ucsim/gui.src/serio.src/main.cc: Fixed unconditional use of
6597         getopt.h.
6598
6599         * debugger/mcs51/cmd.c (getValBasic): Changed strtof to strtod as
6600         strtof is not part of C89 and isn't included with Mac OS X.
6601
6602 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6603
6604         * src/hc08/gen.c (genPlusIncr, genUminus, genMinusDec, genCmp,
6605         shiftL2Left2Result): fixed bug #879326
6606         (genAnd, genOr, genXor): fixed bug when result was of type AOP_CRY
6607         (genMultOneByte): fixed bug in signed vs unsigned multiplication
6608         * sim/ucsim/hc08.src/inst.cc (inst_clr): added missing effective
6609         address fetch for clr instruction
6610         * device/lib/hc08/_mulint.c: created optimized assembly version
6611         * src/SDCCdflow.c (computeDataFlow): fixed bug #878209
6612
6613 2004-01-19 Bernhard Held <bernhard AT bernhardheld.de>
6614
6615         * src/SDCCicode.c (geniCodeArray): applied patch from Stas Sergeev
6616         proposed in FR #877103
6617
6618 2004-01-18 Bernhard Held <bernhard AT bernhardheld.de>
6619
6620         * src/SDCCval.c (cheapestVal): added missing checks
6621         * src/SDCCicode.c (usualBinaryConversions): fixed condition
6622         * src/SDCCicode.c (geniCodeAdd): fixed part of bug #877103
6623
6624 2004-01-16 Klaus Flittner <klaus_flittner AT gmx.de>
6625
6626         * src/ds390/gen.c (aopOp3): fixed the assignment of different dptrs to
6627         equal operands
6628
6629 2004-01-16 Vangelis Rokas <vrokas AT otenet.gr>
6630
6631         * src/SDCCmain.c (linkEdit): variable $3 of the linker command is
6632         loaded with the linker search paths (-L arguments) and the libraries
6633         to be linked with the current source (-l arguments). Changes
6634         currently will affect only the pic16 port.
6635         * src/pic16/main.c (_pic16_finaliseOptions): add to the linker
6636         include path the port specific paths and port specific libraries,
6637         * gplink command now contains the $3 argument,
6638         * src/pic16/device.h,
6639         * src/pic16/device.c,: structure PIC_device is made public and
6640         renamed to PIC16_device, the same for variable Pics which is renamed
6641         to Pics16. Updated all references to them.
6642         * src/pic16/glue.c (pic16glue): corrected bug with code
6643         initialization which bypassed the variable initializations block.
6644
6645         * device/lib/pic16/Makefile.rules: removed --penable-stack from
6646         COMPILE_FLAGS and added the --nostdinc option
6647
6648 2004-01-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6649
6650         * device/include/mc68hc908jb8.h: Register defs for another member
6651         of the hc08 family. Contributed by Bjorn Bringert - thanks!
6652
6653 2004-01-14 Vangelis Rokas <vrokas AT otenet.gr>
6654
6655         Documenting changes from previous commits.
6656         * configure.in (version 1.56),
6657         * configure: initially I've added AC_CONFIG_SUBDIRS(device/lib/pic16)
6658         when generating output files to configure the pic16 library,
6659         but now I've commented it out, since gputils aren't installed in the
6660         SF compile farm, so library won't compile
6661
6662         * device/lib/Makefile.in (version 1.56): initially I've added in
6663         target 'all' the prerequestive 'model-pic16' so it compiled the
6664         pic16 library, but now I've commented it out for the same reasons
6665         above,
6666         * added targets 'model-pic16' and 'objects-pic16' to compile the
6667         library
6668         * added target 'port-specific-objects-pic16' to handle the
6669         generated libraries and copy them into the build/ directory
6670         * added target 'clean-intermediate-pic16' to clean intermediate
6671         files into pic16 directory
6672         * in target 'installdirs' added line to create directory pic16 in
6673         the installation path
6674
6675         * device/include/Makefile.in (version 1.11): in target 'install'
6676         added lines to copy all header files to installation path,
6677         * in target 'installdirs' added line create directory for pic16
6678         headers in the installation path
6679
6680 2004-01-13 Klaus Flittner <klaus_flittner AT gmx.de>
6681
6682         * src/ds390/gen.c (genCall): fixed a double use of acc and b after
6683          a function call
6684
6685 2004-01-13 Bernhard Held <bernhard AT bernhardheld.de>
6686
6687         * configure,
6688         * device/lib/configure.in,
6689         * device/lib/configure: fixed for autoconf 2.57
6690
6691 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6692
6693         * src/z80/main.c (_parseOptions): fixed the portmode= command line
6694         option so that it actually works. Made it specific to the z80, since
6695         the gbz80 doesn't have these kinds of I/O ports.
6696
6697 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6698
6699         * device/include/z180.h,
6700         * device/lib/_memcpy.c,
6701         * device/lib/_memmove.c,
6702         * device/lib/_mulint.c,
6703         * device/lib/ser_ir.c,
6704         * device/lib/ser_ir_cts_rts.c,
6705         * device/lib/_strcmp.c,
6706         * device/lib/_strtok.c: fixed pragmas to non-deprecated form
6707         * src/z80/main.c (_process_pragma): add support for pragmas bank and
6708         portmode; added deprecation warning for bank= and protmode= forms.
6709         Also, guard against buffer overflow.
6710         * src/z80/gen.c (aopGet): generate better code for sfr banked read
6711
6712 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6713
6714         * src/hc08/main.c (_hc08_genAssemblerPreamble): fixed bug #875487. Also
6715         changed interrupt vector table generation to only emit declared vectors.
6716         * device/include/Makefile.in: added missing backslash
6717         * device/lib/pic16/Makefile.rules: add $(MODELFLAGS) to $(CFLAGS)
6718
6719 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
6720
6721         Mainly changes to support compilation of the device libraries
6722         * src/pic16/device.c: stack is allocated via symbol and not
6723         via literal number. The symbol is placed in the corresponding
6724         position of the data ram
6725         * (pic16_dump_section): relocatable and absolute uninitialized
6726         data are now emitted in sorted order to reduce section naming,
6727         * src/pic16/ralloc.c (newReg): fixed bug with SFR's that
6728         weren't marked as being in the access bank,
6729
6730 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
6731
6732         Added portion of GNU PIC Library under the directory
6733         device/include/pic16 and device/lib/pic16. These files
6734         contain the declarations of SFRs for the PIC18Fxx2 devices.
6735         The directory is initialized via configure from toplevel.
6736
6737 2004-01-12 Klaus Flittner <klaus_flittner AT gmx.de>
6738
6739         * src/ds390/gen.c (operandsEqu): fixed a little typo, that prevented
6740         the spilllocations to be compared correctly
6741
6742 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
6743
6744         * src/SDCCast.c (decorateType): fixed bug introduced today
6745
6746 2004-01-12  Borut Razem <borut.razem AT siol.net>
6747
6748         * src/SDCC.lex, support/Util/SDCCerr.h, support/Util/SDCCerr.c,
6749         doc/sdccman.lyx: upper case pragmas are deprecated
6750
6751 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
6752
6753         * src/SDCCast.c (decorateType): replacing 'ul > 0' by  '!ul' results
6754         in simpler and even better code
6755
6756 2004-01-11 Bernhard Held <bernhard AT bernhardheld.de>
6757
6758         * src/SDCCicode.c (operandOperation): fixed bug #874819
6759         * src/SDCCast.c (decorateType): fixed
6760         char foo (unsigned long ul) { return ul > 0; }
6761
6762 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6763
6764         * doc/sdccman.lyx: Moved and added some sections, small changes
6765         all over. Telling LaTeX to be less strict with word spacing
6766         to better keep the right margin. Changed some notes about
6767         maintainance of the ports in section 3.2.1 - is it OK like this?
6768
6769 2004-01-11 Vangelis Rokas <vrokas AT otenet.gr>
6770
6771         SDCC source changes:
6772         * src/SDCCopt.c (cntToFcall, cnvToFloatCast, cnvFromFloatCast,
6773         convilong): modified to inform the pic16 port that builtin functions
6774         are external
6775
6776         PIC16 PORT specific changes:
6777         * src/pic16/device.c pic16_dump_equates() added,
6778         processor registers declared internally by the port are emitted in
6779         the translation as equates,
6780         * src/pic16/gen.c: inline code is passed unprocessed to the
6781         translation,
6782         * (pic16_popGetLit2): fnuction modified to take second operand as
6783         pCodeOp pointer and not as literal,
6784         * (popRegFromIdx): prefixed with pic16_,
6785         * (pic16_popCombine2): modified to receive already allocated pCode
6786         operands,
6787         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): added
6788         * (genFunction): initializes local stack frame and pushes on stack
6789         all the registers used by this function,
6790         * (genEndFunction): restores all registers from stack and restores
6791         stack frame,
6792         * src/pic16/glue.c (pic16emitRegularMap): various changes and
6793         improvements,
6794         * (pic16glue): changed the program startup sequence,
6795         * added new dbName code 'A' for functions placed in absolute section
6796         * src/pic16/main.c: added function attribute _naked,
6797         * added pragma 'code' to place a fnuction at an absolute address,
6798         * added command line arguments --debug-ralloc and --pcode-verbose,
6799         * (_pic16_finiliseOptions): options.all_callee_saves is set by default
6800         * src/pic16/pcode.c (pic16_pBlockConvert2Absolute) added,
6801         * (pic16_newpCodeOpLit2): modified to take the second operand as
6802         pCodeOp pointer,
6803         * (pic16_printpBlock): modified to emit each function in a separate
6804         section,
6805         * (pic16_get_op): modified to use the gpasm modifiers LOW,HIGH and
6806         UPPER for immediate operands,
6807         * src/pic16/pcodepeeph.c: added peephole support for the LFSR
6808         instruction,
6809         * src/pic16/peeph.def: all peepholes with movff are commented out,
6810         because there is a problem in the pcode peep optimizer,
6811         * src/pic16/ralloc.c: the register allocator can now reuse local
6812         function symbols for another function. This saves register usage.
6813         * src/pic16/ralloc.h: added flag isLocal in structure regs,
6814
6815         Added file src/pic16/NOTES with information about program writing on
6816         the current port version.
6817
6818 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6819
6820         * src/mcs51/peephole.def: added peepholes 177.c,d (redundant moves)
6821         and peephole 252 (array access)
6822
6823 2004-01-09  Borut Razem <borut.razem AT siol.net>
6824
6825         * src/SDCCmain.c : fixed #872250: -l command line defined library
6826           files are scanned before standard library files
6827
6828 2004-01-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6829
6830         * src/SDCCast.c (decorateType): fixed bug #874046
6831
6832 2004-01-09  Borut Razem <borut.razem AT siol.net>
6833
6834         * support/scripts/sdcc.nsi: remove previous installation
6835
6836 2004-01-09 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6837
6838         * src/SDCCglue.c (createInterruptVect): don't append 7(5) padding
6839         bytes for last interrupt vector (mcs51)
6840         * sdcc.spec: fixed typo
6841
6842 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6843
6844         * src/mcs51/gen.c (genFunction, genEndFunction, genReceive, getTempRegs,
6845         gen51Code): more efficient parameter receive for --model-large
6846         ("bug" #845294)
6847
6848 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6849
6850         * src/ds390/main.c,
6851         * src/z80/main.c: added missed needLinkerScript flags (more than
6852         one port structure defined in these file)
6853         * src/ds390/gen.c (aopForSym, aopOp, operandsEqu, aopOp3): fixed
6854         bug #795325
6855
6856 2004-01-08 Vangelis Rokas <vrokas AT otenet.gr>
6857
6858         * src/SDCCmain.c: removed various references to DEFAULT_PORT
6859         * src/port.h: added flag needLinkerScript in port->linker
6860         structure to inform whether to create a .lnk file or not,
6861         * src/avr/main.c,
6862         * src/ds390/main.c,
6863         * src/hc08/main.c,
6864         * src/mcs51/main.c,
6865         * src/pic/main.c,
6866         * src/pic16/main.c,
6867         * src/xa51/main.c,
6868         * src/z80/main.c: changed appropriately to configure
6869         needLinkerScript flag
6870         * src/pic/gen.c,
6871         * src/pic16/gen.c (genAddrOf): fixed bug #863624
6872         * src/pic/glue.c: added variable udata_section_name to
6873         override default uninitialized data segment definition for
6874         devices only with SHAREBANK memory (reported from Erik Epetrich)
6875         * (pic14emitOverlay): modified to emit a commented overlay segment
6876         directive when no overlay data exist
6877         * (picglue): modified to emit uninitialized data segment
6878         according to udata_section_name
6879         * src/pic/main.c (_pic14_parseOptions): added command line
6880         options --udata-section-name=[name] to override default
6881         udata definition name
6882         * modified _linkCmd and _asmCmd to include compiler passed
6883         arguments via -W option
6884         * src/pic16/main.c: added $l in _asmCmd, changed extension for
6885         object file from '.rel' to '.o' in port->linker structure,
6886         changed size of fptr from 2 to 3 in port structure
6887
6888 2004-01-07  Borut Razem <borut.razem AT siol.net>
6889
6890         * support/scripts/sdcc.nsi: update PATH
6891         * support/scripts/sdcc.ico: craeted
6892
6893 2004-01-07 Bernhard Held <bernhard AT bernhardheld.de>
6894
6895         * device/include/Makefile.in: fix install
6896         * doc/Makefile: fix install
6897
6898 2004-01-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6899
6900         * src/SDCCsymt.c (processFuncArgs): fixed superflous allocation noted
6901         in bug #860505
6902         * src/SDCCmem.c (printAllocInfoSeg, printAllocInfo): minor changes to
6903         how the function variable allocation summary is displayed; also
6904         include information about variables allocated to the overlay
6905         segment
6906
6907 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6908
6909         * as/mcs51/lkmain.c: Help about -Y option
6910         * as/mcs51/lkarea.c: Fixed gcc warnings
6911
6912 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
6913
6914         * src/SDCCval.c (valShift): changed from 16 to 32 bit shift count,
6915         fixed warning
6916         * support/valdiag/tests/overflow.c: added
6917         * src/SDCCast.c (decorateType),
6918         * src/SDCCicode.c (geniCodeLeftShift): added promotion to int for
6919         LEFT_OP (left shift)
6920
6921 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6922
6923         * as/mcs51/lkmain.c: stack must be after data when option -Y is not used
6924         (default behaviour).
6925
6926 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6927
6928         A python script to validate compiler diagnostic messages. It can be
6929         used to verify that sdcc complains about bad c source code and
6930         gives a good location of the error.
6931         * support/valdiag/Makefile,
6932         * support/valdiag/valdiag.py,
6933         * support/valdiag/tests/*
6934
6935 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6936
6937         * src/SDCC.y (enum_specifier, enumerator_list, opt_assign_expr),
6938         * src/SDCCsymt.c (newEnumType),
6939         * src/SDCCsymt.h
6940         * support/Util/SDCCerr.c,
6941         * support/Util/SDCCerr.h: fixed bug #871258 and some other unreported
6942         enum related bugs.
6943         * support/regression/tests/enum.c: added test for enum values that
6944         require at least 2 bytes of storage.
6945
6946 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
6947
6948         * src/common.h: added ifndef/define/endif macros
6949         around the header file.
6950         Bug reported from Jesus Calvino-Fraga
6951
6952 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
6953
6954         * sdcc.spec: updated
6955         * device/include/Makefile.in: don't install CVS directories
6956         * device/lib/Makefile.in: added removal of CVS directories after install
6957         * doc/Makefile: fixed install, added local_icons
6958         * sim/ucsim/gui.src/Makefile.in: fixed an old typo
6959         * src/mcs51/gen.c (genRightShift): fixed bug #870788
6960         * src/ds390/gen.c (genRightShift): fixed bug #870788
6961         * src/SDCCast.c (decorateType): fixed bug #870781
6962
6963 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
6964
6965         PIC16 port related changes:
6966         * device.c: removed pic16_finalMapping and pic16_finalMappingSize,
6967         added variable stackPos,
6968
6969         * gen.c: genCall, assignResultValue: added support for
6970         pushing/retrieving function parameters to/from stack,
6971         genFunction,genEndFunction: setup stack frame for the
6972         generated function,
6973         genAddrOf: will be changed according to bug 863624
6974
6975         * added files genutils.c and genutils.h which contain gen*
6976         debugged and optimised functions extracted from gen.c
6977
6978         * glue.c: added variable 'externs' which holds extern symbols,
6979         pic16emitRegularMap: is modified to properly handle relocatable
6980          symbols under the new scheme,
6981         pic16createInterruptVect: is modified
6982         pic16printPublics: is modified to emit 'global' assembler directives,
6983         added pic16_printExterns to print extern symbols,
6984         pic16glue: initializes stack/frame pointer in the beginning of
6985         the assembly output. Temporary hack, will be corrected later,
6986         because gplink yet does not support stack and SDCC does not
6987         yet support a type of crt0.o object to create the final binary.
6988
6989         * Removed many lines that contain 8051 legacy code.
6990         * The code is finally placed under a 'code' directive.
6991         * Added port specific options.
6992
6993         * _process_pragma: simplified since now we do not need *special*
6994         include file to define SFR registers. But a separate header
6995         will be needed. This will be developed later.
6996         * _pic16_parseOptions: added, parses port specific options:
6997         --pgen-banksel, --obanksel=, --pomit-config-words, --pomit-ivt,
6998         --pleave-reset-vector, --penable-stack, --pstack-model, --debug-xtra
6999         --preplace-udata-with=
7000
7001         * _pic16_setDefaultOptions: modified to initialize section names,
7002         but hack is temporarly out of order since it needs improvement.
7003         * _pic16_genAssemblerPreamble: configuration words are emitted by
7004         their address instead of their name. This part is incomplete and
7005         supports only the 18Fxx2 devices. Other devices will emit an error
7006         during assembly since they do not contain the same set of config
7007         registers
7008         * _pic16_genIVT: is modified,
7009
7010         * pcode.c: added definitions for some hardware registers that are needed
7011         for stack support
7012         * added flag is2LitOp and variable pci_magic in pCodeInstruction.
7013         All PCI entries are updated. Now LFSR is supported.
7014         * Removed pic16_pciTRIS is mentioned by mdubuc in source
7015         * added pic16_newpCodeOpLit2 to support instructions with
7016         two literal arguments
7017         * pic16_pCode2str: corrected code that emits assembler instructions
7018         with two literal operands and those that have an access bit modifier
7019         * genericPrint: now PC_ASMDIR pCodes, can emit a label if it exists,
7020         this fixes a bug which caused some labels to be lost, when an
7021         assembler directive was added, i.e. banksel,
7022         * pic16_FixRegisterBanking: improved logic that causes the insertion
7023         of bank switching,
7024         * InlineFunction: functions that are called once, are not any more
7025         inlined. This can be a port option in the future,
7026
7027         * pcode.h: added pCodeOpLit2 and added variable label in pCodeAsmDir
7028
7029         * ralloc.c: added pic16_rel_udata and pic16_fix_udata variables which
7030         hold the corresponding uninitialized symbols,
7031         * pic16_allocProcessorRegister: registers have explicit marked the
7032         accessBank field,
7033         * pic16_allocInternalRegister: registers are explicit marked as
7034         not used,
7035         * pic16_writeUsedRegs: pic16_dynDirectBitRegs was missing from the
7036         processing list, so bit registers were lost,
7037         *
7038
7039         * ralloc.h: added field 'accessBank' and original symbol operand
7040         in register definition,
7041         * removed the field isMapped from register definition,
7042
7043         ** Several functions have been removed from various sources:
7044         BanksUsedFlow2,BanksUsedFlow,FixBankFlow,InstructionRegBank,
7045         pic16_addMemRange,pic16_isREGinBank,pic16_dump_map,pic16_dump_cblock
7046         isSFR,validAddress,mapRegister,assignRegister,pic16_assignFixedRegisters
7047         pic16_assignRelocatableRegisters
7048
7049         ** others have been introduced:
7050         pic16_areRegsSame,pic16_dump_section,checkAddReg,pic16_groupRegistersInSection
7051         pic16_popGetLit2,pic16_popCombine2,pushw,pushaop
7052
7053 2004-01-05 Vangelis Rokas <vrokas AT otenet.gr>
7054
7055         * support/scripts/inc2h.pl: changed definition of BIT_AT
7056         to emit 'sbit at' instead of 'bit at'. This was a request.
7057
7058         PIC16 port related preliminary changes:
7059         * gen.c: prefixed function popRegFromString with
7060         pic16_ and all references to it corrected
7061         * pcode.c: all pic16_pc_* hardware registers prefixed
7062         with underscore (_),
7063         pic16_popCopyGPR2Bit(): function sets register wasUsed=1
7064         * ralloc.c: newReg(): when register is REG_SFR then
7065         set address to rIdx,
7066         pic16_allocProcessorRegister(): marks register wasUsed=0
7067         pic16_writeUsedRegs(): added a call to assign processor
7068         registers via pic16_assignFixedRegisters
7069
7070 2004-01-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7071
7072         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c,
7073         as/mcs51/lkmain.c, as/mcs51/lkmem.c: 8051 linker can now pack
7074         variables in unused register banks.  Also the SSEG is placed
7075         wherever there is enough space for it, and IDATA can be anywhere
7076         in internal RAM.  For now compile using -Wl-Y[stack_size].
7077         The mem file is different for this option as well, since it
7078         makes no sense of talking about DSEG lenght.
7079
7080 2004-01-02 Vangelis Rokas <vrokas AT otenet.gr>
7081
7082         * src/SDCClrange.c: fixed bug 869095 that caused segfault
7083         in certain cases, e.g. when ROM assignment, patch provided
7084         from Albert den Haan.
7085
7086 2004-01-01 Bernhard Held <bernhard AT bernhardheld.de>
7087
7088         Many signedness and type propagation fixes:
7089         * src/SDCCicode.c: made geniCodeCast() static
7090         replaced SPEC_ by IS_ (cosmetic)
7091         (operandOperation): fixed div and mod operation
7092         (usualBinaryConversions): added support for promotion of char
7093         (geniCodeMultiply): replaced (unsigned long) by (TYPE_UDWORD)
7094         (geniCodeDivision): replaced (unsigned long) by (TYPE_UDWORD)
7095         (geniCodeAdd): an array index will stay unsigned, even if promoted
7096         from char to int
7097         (geniCodeArray): ditto
7098         * src/SDCCicode.h: made geniCodeCast() static: removed prototype
7099         * src/SDCCsymt.c (computeType): added more support for char;
7100         promotion of char is selectable by promoteCharToInt, fixed signedness
7101         for all cases
7102         (powof2): replaced (unsigned long) by (TYPE_UDWORD)
7103         * src/SDCCsymt.h (powof2): replaced (unsigned long) by (TYPE_UDWORD)
7104         * src/SDCCval (val*): replaced signedness calculation by
7105         computeType()
7106         rearranged if-branches (cosmetic)
7107         (valShift): added warning W_SHIFT_CHANGED
7108         (valCompare): fixed problem with different types
7109         * src/hc08/rallo.c (leastUsedLR): fixed gcc 3.3 warning
7110         * support/regression/tests/literalop.c: added many cases
7111         * support/regression/tests/ast_constant_folding.c: changed finally to
7112         'unsigned int'
7113         * .version: new year, new version: 2.3.7
7114         * src/SDCCmain.c (main): applied patch #866468
7115         * debugger/mcs51/sdcdb.c (parseCmdLine): added -k for ucsim, patch
7116         provided by Scott Bronson
7117         * doc/sdccman.lyx: updated documentation for sdcdb
7118         updated and added chapter tips
7119
7120 2004-01-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7121
7122         * src/SDCCsymt.h: missing from yesterday's commits
7123
7124 2003-12-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7125
7126         * src/SDCC.y (struct_or_union_specifier),
7127         * support/Util/SDCCerr.c,
7128         * support/Util/SDCCerr.h: verify that struct & union tags are used
7129         as declared.
7130
7131 2003-12-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7132
7133         * src/SDCCglobl.h: missing from yesterday's commits
7134
7135 2003-12-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7136
7137         * src/SDCC.y (external_definition, type_specifier2, sfr_reg_bit,
7138         sft_attributes, struct_declaration, parameter_declaration,
7139         type_name, start_block, declaration_list),
7140         * src/SDCC.lex (check_type): support redefinition of typedef names
7141
7142 2003-12-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7143
7144         * src/mcs51/gen.c (genPlus): added special handling for 256 byte
7145         aligned xdata arrays. Erik helped me with the if clause.
7146
7147 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7148
7149         * device/lib/ds390/tinibios.c (CpuSpeed): suppress unreachable code
7150         warning
7151
7152 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7153
7154         * src/SDCCast.h,
7155         * src/SDCCast.c (newAst_),
7156         * src/SDCCicode.h,
7157         * src/SDCCicode.c (ast2iCode, newiCode),
7158         * src/SDCCglobl.h,
7159         * src/SDCC.y (logical_and_expr, logical_or_expr, conditional_expr,
7160         expr, statement, expression_statement, selection_statement,
7161         iteration_statement, expr_opt, jump_statement): foundation for tracking
7162         sequence points
7163         * src/SDCCopt.c (killDeadCode): fixed bug #861580 (needs the sequence
7164         point code too)
7165
7166 2003-12-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7167
7168         * support/Util/SDCCerr.c,
7169         * src/SDCCast.h,
7170         * src/SDCCast.c (createCase, createDefault, decorateType),
7171         * src/SDCClabel.c (labelUnreach),
7172         * src/SDCC.y (labeled_statement, jump_statement): More improvements
7173         to error messages.
7174         * support/Util/SDCCerr.c (werrorfl): fixed a non-standard declaration
7175         (with thanks to Stas Sergeev)
7176         * device/include/time.h,
7177         * device/lib/time.c (CheckTime): suppress unreachable code warning
7178
7179 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7180
7181         * src/SDCCast.c (createIvalCharPtr),
7182         * src/SDCCglue.c (printChar): fixed bug #862241 (an error in my fix for
7183         bug #753752)
7184         * support/regression/tests/nullstring.c: tests for these two bugs
7185
7186 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7187
7188         * support/Util/SDCCerr.h,
7189         * support/Util/SDCCerr.c (E_NOT_ALLOWED),
7190         * src/SDCC.y (struct_declaration, struct_or_union_specifier): complain
7191         about storage class and 'at' used inside struct or union
7192         * src/SDCCBBlock.c (iCodeFromeBBlock),
7193         * src/SDCCcse.c (ifxOptimize),
7194         * src/SDCCglue.c (emitRegularMap, initPointer, printIvalStruct,
7195         printIvalArray, printiValFuncPtr, printIvalCharPtr, printIvalPtr,
7196         printIval, emitStaticSeg, emitOverlay),
7197         * src/SDCClabel.c (deleteIfx),
7198         * src/SDCCopt.c (replaceRegEqv, eBBlockFromiCode),
7199         * src/SDCCast.c (resolveSymbols, createIvalStruct, createIvalArray,
7200         gatherAutoInit, processParms),
7201         * support/Util/SDCCerr.h,
7202         * support/Util/SDCCerr.c (werrorfl): Support for better error location
7203         reporting for post-parse errors.
7204
7205 2003-12-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7206
7207         * src/SDCCval.c (valPlus, valMinus, valShift): fixed some problems with
7208         implicit casts via union; they don't work on big endian systems
7209         (possible fix for bug #861138)
7210
7211 2003-12-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7212
7213         (committed by Erik Petrich <epetrich AT ivorytower.norman.ok.us> on Frieder's behalf)
7214         * src/mcs51/main.c: fixed the fix for bug #737001
7215
7216 2003-12-15  Borut Razem <borut.razem AT siol.net>
7217
7218         * support/scripts/sdcc.nsi: updated for NSIS 2.0 beta 4
7219
7220 2003-12-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7221
7222         * support/makebin/makebin.c: put output in binary mode
7223
7224 2003-12-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7225
7226         * src/mcs51/main.c: fixed bug #737001 for the mcs51. SDCC clears
7227         xdata and data memory on startup. Set the environment variable
7228         SDCC_NOGENRAMCLEAR to disable this.
7229         * src/mcs51/peephole.def,
7230         * src/ds390/peephole.def: using the atomic test and clear instruction jbc
7231         (allows non-interrupt and interrupt code to safely compete for a resource
7232         without the non-interrupt code having to disable interrupts)
7233
7234 2003-12-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7235
7236         * src/SDCCicode.c (geniCodeAdd),
7237         * src/SDCCast.c (decorateType): fixed bug #857753 (need to be careful
7238         with valFromType if type might be a pointer and host is big endian).
7239         * src/SDCCast.c (decorateType): unary plus compatible with all arithmetic
7240         types, not just integer types.
7241         * src/SDCCsymt.c (addSymChain): clarified error message when symbol is
7242         multiply defined with mismatching "at" address.
7243
7244 2003-12-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7245
7246         * src/ds390/main.c (PORT tininative_port): fixed bug #858416
7247         * src/SDCCglue.c (printChar, printIvalChar, emitStaticSeg),
7248         * src/SDCCast.c (createIvalCharPtr, stringToSymbol): handle strings
7249         with embedded nulls (fixed bug #753752)
7250
7251 2003-12-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7252
7253         * src/mcs51/main.c(_mcs51_genRAMCLEAR): using r0 instead of r1/r2.
7254         Apparently this did not see much testing (endless loop)
7255
7256 2003-12-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7257
7258         * src/z80/ralloc.c: set DISABLE_PACK_HL = 1 as a temporary fix to bug #855165
7259
7260 2003-12-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7261
7262         * src/SDCCdebug.c (outputDebugSymbols, outputDebugStackSymbols, dumpSymInfo):
7263         gracefully handle NULL memmap pointers
7264
7265 2003-12-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7266
7267         * src/SDCCopt.c (killDeadCode): change iCode type to DUMMY_READ_VOLATILE
7268         instead of deleting the iCode when an operand is volatile
7269         * src/z80/gen.c (genDummyRead),
7270         * src/mcs51/gen.c (genDummyRead),
7271         * src/ds390/gen.c (genDummyRead),
7272         * src/hc08/gen.c (genDummyRead): handle operands in IC_LEFT and/or IC_RIGHT,
7273         not just IC_RIGHT
7274         * src/SDCCicode.c (geniCodeCall): fixed bug #851607
7275         * src/SDCC.y: fixed bug #850420
7276
7277 2003-12-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7278
7279         Applied z80 i/o port patch from Peter Townson and fixed some operators
7280         to better handle operands in A register.
7281         * device/include/z180.h
7282         * src/SDCC.y
7283         * src/SDCCglue.c
7284         * src/z80/gen.c
7285         * src/z80/gen.h
7286         * src/z80/main.c
7287         * src/z80/peeph-z80.def
7288         * src/z80/peeph.def
7289         * src/z80/z80.h
7290
7291 2003-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7292
7293         * src/SDCCsymt.c (addSymChain, compareTypeExact): fixed bug #838241 again
7294
7295 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7296
7297         * device/lib/hc08/_mullong.c: Removed extra #endif
7298
7299 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7300
7301         * sim/ucsim/hc08.src/inst.cc,
7302         * sim/ucsim/hc08.src/hc08mac.h: fixed some problems with CC flag bits and
7303         carries from x to h
7304         * src/hc08/gen.c (aopAdrStr): fixed problem with 16 bit immediate
7305         * src/hc08/gen.c (XAccRsh): fixed problem with right shift
7306         * device/include/stdarg.h: fixed varargs for hc08
7307         * device/lib/Makefile.in,
7308         * device/lib/hc08/Makefile,
7309         * device/lib/hc08/_mulint.c,
7310         * device/lib/hc08/_mullong.c: fixed some endian problems
7311
7312 2003-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7313
7314         * sdcc/src/mcs51/gen.c (genMultOneByte): help peephole 105
7315         * sdcc/src/mcs51/peeph.def: added peephole 186.e array access in code space
7316         * device/lib/_gptrget.c,
7317         * device/lib/_gptrput.c: P2 not used any more (related to #850747, #785979)
7318
7319 2003-11-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7320
7321         * src/SDCClrange.c (findNextUseSym, rlivePoint): fixed bug #849795
7322         * src/SDCCast.c (astErrors): fixed bug #846007
7323         * src/SDCCsymt.c (checkFunction): fixed follow-up bug on bug #846007
7324
7325 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7326
7327         * src/SDCCast.c (decorateType): disabled a transformation I added in
7328         revision 1.188 (access to fields of a structure at an absolute address);
7329         it breaks with bitfields, extern declarations, and gcse analysis.
7330         * src/SDCCopt.c (isLocalWithoutDef): if ADDRESS_OF applied to a symbol, it
7331         could be assigned through a pointer, so don't complain.
7332         * src/SDCCast.c (astErrors),
7333         * src/SDCCast.h,
7334         * src/SDCCglue.c (emitRegularMap): fixed bug #847813
7335
7336 2003-11-26 Vangelis Rokas <vrokas AT otenet.gr>
7337
7338         * src/pic16/main.c (_pic16_genIVT): fixed interrupt vector table
7339         * src/pic16/main.c (_pic16_genAssemblerPreamble): re-enabled the
7340         output of __config directives, since gpasm now supports them
7341         * src/pic16/main.c (_pic16_finaliseOptions): define MCU
7342         pre-processor macro, i.e. -DMCU=p18f452
7343         * src/pic16/ralloc.c: renamed packRegisters to pic16_packRegisters,
7344         and modified to handle 'cast' icode similarly to '=' icode
7345         * src/pic16/device.h (typedef struct PIC_device): added field
7346         'extMIface' to indicate that chip has external memory interface
7347         * src/pic16/device.c: added chips 18F248, 18F258, 18F448, 18F458,
7348         18F6520, 18F6620, 18F6680, 18F6720, 18F8520, 18F8620, 18F8680,
7349         18F8720
7350
7351 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7352
7353         * src/SDCC.y (pointer): fixed bug #846006
7354         * support/Util/SDCCerr.c: made W_PTR_TYPE_INVALID message clearer
7355         * src/SDCCast.c (decorateType): fixed bug #846009
7356         * src/ds390/peeph.def,
7357         * src/ds390/gen.c (genAnd, genOr),
7358         * src/mcs51/peeph.def,
7359         * src/mcs51/gen.c (genAnd, genOr): fixed bug #846777
7360
7361 2003-11-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7362
7363         Fixed several common-sub-expression bugs (#772861, #768380, & #755323)
7364         * src/SDCCdflow.c
7365         * src/SDCCcse.c
7366         * src/SDCCcse.h
7367         * src/SDCCBBlock.h
7368         * src/SDCCBBlock.c
7369
7370 2003-11-23 Klaus Flittner <klaus_flittner AT gmx.de>
7371
7372         fixed bug #845089
7373         * src/SDCCbitv.h,
7374         * src/SDCCbitv.c: added function to free a bitvector
7375         * src/SDCClrange.h,
7376         * src/SDCClrange.c: added function to recompute the liveranges
7377         * src/avr/ralloc.c,
7378         * src/ds390/ralloc.c,
7379         * src/hc08/ralloc.c,
7380         * src/mcs51/ralloc.c,
7381         * src/pic/ralloc.c,
7382         * src/pic16/ralloc.c,
7383         * src/xa51/ralloc.c,
7384         * src/z80/ralloc.c: recompute the liveranges after register packing
7385
7386 2003-11-21 Klaus Flittner <klaus_flittner AT gmx.de>
7387
7388         * src/SDCCloop.c (newInduction): fixed bug #845630
7389
7390 2003-11-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7391
7392         * src/SDCCsymt.c (compareTypesExact): disabled debugging output
7393         inadvertantly left behind from my 2003-11-12 change
7394
7395 2003-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7396
7397         Updated headers I neglected to commit yesterday.
7398         * src/SDCClrange.h,
7399         * src/SDCCicode.h
7400
7401 2003-11-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7402
7403         * src/SDCCcse.c (algebraicOpts): fixed bug #773153
7404         * src/SDCClrange.c (rlivePoint): need to mark IC_RESULT used if POINTER_SET op
7405         * src/SDCCopt.c (eBBlockFromiCode),
7406         * src/SDCClrange.c (hashiCodeKeys, sequenceiCode, computeLiveRanges): seperated
7407         the creation of the key hash table from the sequencing so it can be used
7408         earlier (for some GCSE bug fixes still pending)
7409
7410 2003-11-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7411
7412         * src/mcs51/gen.c (genPlus): generate shortcut for adding 0xab00
7413         * support/regression/tests/addsub.c: testing genPlus shortcut
7414
7415 2003-11-15  Borut Razem <borut.razem AT siol.net>
7416
7417         * src/SDCCmain.c: fixed bug #841645: -MM command line option passed to sdcpp
7418
7419 2003-11-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7420
7421         * src/SDCCcse.c (cseBBlock): fixed bug #527779
7422         * src/SDCCcse.c (deleteGetPointers): rewrote so that the set
7423         ordering is immaterial.
7424         * src/SDCCdflow.c (mergeInExprs): fixed bug #587536
7425
7426 2003-11-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7427
7428         * src/SDCCicode.c (geniCodeAddressOf): fixed part of bug #840381
7429         * src/SDCCopt.c (replaceRegEqv, isLocalWithoutDef): fixed other part
7430         (SIGSEV) of bug #840381
7431         * src/SDCCmain.c (linkEdit, assemble): fixed bug #841606 (don't
7432         unlink new file before rename if new and old filenames are the same)
7433
7434 2003-11-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7435
7436         * src/mcs51/main.c: started fixing bug #737001 (SDCC not clearing
7437         uninitialized variables) for the mcs51. Set environment variable
7438         SDCC_GENRAMCLEAR to test.
7439         xdata initialization slightly shorter
7440
7441 2003-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7442
7443         * src/SDCCsymt.h,
7444         * src/SDCCsymt.c (addSymTypeChain, compareTypesExact): fixed bugs
7445         #838241 & 780691 (basicly the same bug)
7446         * src/SDCCBBlock.c (iCode2eBBlock): fixed bug #840148
7447         * src/SDCCBBlock.c (iCodeFromeBBlock): fixed bug #840162
7448
7449 2003-11-11 Bernhard Held <bernhard AT bernhardheld.de>
7450
7451         * src/SDCCmain.c (linkEdit): "fix" #834252
7452
7453 2003-11-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7454
7455         * src/SDCCast.c (removePostIncDecOps, removePreIncDecOps),
7456         * src/SDCCast.h,
7457         * src/SDCC.y: fixed bug #819403
7458
7459 2003-11-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7460
7461         * support/regression/fwk/lib/testfwk.c: printn is recursive and thus needs
7462         the reentrant attribute.
7463         * src/hc08/gen.c (genPackBits): added missing stack readjustment
7464         * sim/ucsim/hc08.src/inst.cc (inst_mov): fixed bugs with mov instruction
7465         simulation
7466         * src/SDCCast.c (decorateType): fixed bug with storage class not being
7467         updated during pointer dereference; f.e. ~(((char *)1)*) was being
7468         erroneously reduced to a literal.
7469         * src/hc08/ralloc.c (packRegisters, rematStr),
7470         * src/hc08/gen.c (aopForRemat): allow literals to be rematerialized in
7471         some cases
7472
7473 2003-11-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7474
7475         * src/mcs51/main.c: fixed bug #838385. Thanks to Josef Pavlik for finding and fixing
7476         * doc/sdccman.lyx: changed from 'article' to 'book'
7477         * doc/Makefile: readded test_suite_spec and cdbfileformat
7478
7479 2003-11-08 Bernhard Held <bernhard AT bernhardheld.de>
7480
7481         * device/include/stdlib.h: include malloc.h to comply with ANSI
7482         * support/regression/tests/malloc.c: include stdlib.h instead of malloc.h
7483
7484 2003-11-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7485
7486         * doc/Makefile: sdccman.pdf should build with correct references (more info in commit msg)
7487         * doc/clean.mk: also remove *.out files
7488         * doc/sdccman.lyx: some additions, larger top/bottom margins
7489
7490 2003-11-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7491
7492         * src/SDCC.y: fixed bug #837365
7493         * support/regression/tests/bitopcse.c
7494         * src/hc08/gen.c (genPointerGet): Don't assume pointer operand is
7495         a symbol (might be valop instead)
7496         * device/lib/Makefile.in: added errno.c to HC08SOURCES
7497         * device/lib/clean.mk: added hc08 to the cleaning list
7498
7499 2003-11-04  Borut Razem <borut.razem AT siol.net>
7500
7501         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h: reverted changes,
7502           made 2003-11-04
7503         * support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
7504           as/z80/aslist.c, as/z80/assym.c: removed inclusion of nonstandard malloc.h;
7505           malloc is declared in standard stdlib.h
7506
7507 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7508
7509         * device/lib/hc08/Makefile: need to clean .rel not .o files
7510         * src/hc08/gen.c (genDjnz): can't use djnz with extended addressing mode
7511
7512 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7513
7514         * src/port.h,
7515         * src/hc08/main.c,
7516         * src/mcs51/main.c,
7517         * src/ds390/main.c,
7518         * src/z80/main.c,
7519         * src/avr/main.c,
7520         * src/pic/main.c,
7521         * src/pic16/main.c,
7522         * src/xa51/main.c: added hasExtBitOp & oclsExpense functions to ports
7523         * src/SDCCicode.c: changed several IS_FARSPACE tests to isOclsExpensive
7524         tests (which uses the port's oclsExpense function)
7525         * src/SDCC.y,
7526         * src/SDCCast.c,
7527         * src/SDCCicode.c,
7528         * src/hc08/gen.c,
7529         * src/ds390/gen.c,
7530         * src/mcs51/gen.c: added support for the SWAP iCode (RFE #834167)
7531
7532 2003-11-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7533
7534         * src/SDCCcse.c (ifxOptimize),
7535         * src/SDCClabel.c (labelIfx, deleteIfx): When the condition to
7536         an IFX iCode is volatile, convert to DUMMY_READ_VOLATILE instead
7537         deleting the IFX iCode.
7538         * src/hc08/ralloc.c: reduced unneeded slocs
7539         * src/hc08/gen.c: fixed bug in asmopToBoolean
7540
7541 2003-11-04  Borut Razem <borut.razem AT siol.net>
7542
7543         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h,
7544           support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
7545           as/z80/aslist.c, as/z80/assym.c: decision to include malloc.h
7546           transferred to configure
7547
7548 2003-11-03 Bernhard Held <bernhard AT bernhardheld.de>
7549
7550         Use headers defined in the C[++] standards:
7551         * sim/ucsim/gui.src/serio.src/fileio.cc
7552         * sim/ucsim/gui.src/serio.src/frontend.cc
7553         * sim/ucsim/gui.src/serio.src/main.cc
7554         * sim/ucsim/gui.src/serio.src/posix_signal.cc
7555         * support/Util/NewAlloc.c
7556         * as/hc08/lklibr.c
7557         * as/mcs51/lklibr.c
7558         * as/z80/aslist.c
7559         * as/z80/assym.c
7560
7561 2003-11-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7562
7563         * Added MSVC projects for hc08 assembler and linker:
7564         all.dsp, config.dsp, sdcc.dsw, /as/hc08/as_hc08.dsp,
7565         /as/hc08/link_hc08.dsp
7566
7567 2003-11-03 Martin Helmling <Martin.Helmling AT octo-soft.de>
7568
7569         * debugger/mcs51/cmd.c: allows filename starting with digit(+ some debug)
7570
7571 2003-11-02 Bernhard Held <bernhard AT bernhardheld.de>
7572
7573         * src/SDCCmain.c (linkEdit): "fixed" again bug #833605
7574
7575 2003-11-01 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7576
7577         * src/mcs51/main.c: xdata initialization is 13 bytes shorter now
7578
7579 2003-10-31  Borut Razem <borut.razem AT siol.net>
7580
7581         * support/cpp2/cpplib.h,
7582           support/cpp2/cpplib.c,
7583           support/cpp2/cpplex.c,
7584           support/cpp2/cppinit.c: introduced #pragma preproc_asm [ + | - ]
7585           to switch _asm block preprocessing on / off. Default is
7586           #pragma preproc_asm +
7587
7588 2003-10-31  Borut Razem <borut.razem AT siol.net>
7589
7590         * support/cpp2/cpplex.c: Fixed _WIN32 problem with CR-CR-LF sequences
7591           when outputting comment blocks (when executed with -C option) and
7592           _asm (SDCPP specific) blocks
7593
7594 2003-10-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7595
7596         * as/hc08/lkrloc.c (relr): Fixed ihx output, fixed lastAreaIndex warning
7597
7598 2003-10-31 Klaus Flittner <klaus_flittner AT gmx.de>
7599
7600         * src/SDCCcse.c (updateSpillLocation): fixed bug #808027
7601
7602 2003-10-31 Bernhard Held <bernhard AT bernhardheld.de>
7603
7604         * src/SDCCmain.c (linkEdit): "fixed" bug #833605
7605         * src/SDCCast.c (decorateType): fixed bug #832664
7606
7607 2003-10-31  Borut Razem <borut.razem AT siol.net>
7608
7609         * support\cpp2\cpplex.c: fixed for SDCPP:
7610           comments(when executed with -C option) and _asm blocks
7611           were included even if they where in skipped #if block.
7612           Applied solution from GCC cpp 3.3.2
7613
7614 2003-10-31  Borut Razem <borut.razem AT siol.net>
7615
7616         * src/SDCC.lex: sdcc now understands both formats:
7617           '# <line_number> <file_name>' and
7618           '#line <line_number> <file_name>'
7619         * support/cpp2/cppmain.c: sdcpp now generates the standard
7620           '# <line_number> <file_name>' instead of former
7621           '#line <line_number> <file_name>'
7622
7623 2003-10-30  Borut Razem <borut.razem AT siol.net>
7624
7625         * support/cpp2/cpphash.h,
7626         * support/cpp2/cpplib.h
7627         * support/cpp2/cpplex.c,
7628         * support/cpp2/cppmain.c,
7629         * support/cpp2/cppinit.c: fixed bug #828015 - Syntax variation for _asm character constants
7630
7631 2003-10-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7632
7633         Fixed a number of problems revealed by bug #827883.
7634         * src/SDCCloop.c (loopInvariants): Spill location of the
7635         result operand should be recomputed if extracted from
7636         a loop. Also, don't extract assignments of an iTemp
7637         from a literal.
7638         * src/SDCCast.c (isConformingBody): loop reversal should
7639         not occur if the control variable is involved with a
7640         relational operator.
7641
7642 2003-10-28 Bernhard Held <bernhard AT bernhardheld.de>
7643
7644         * .version: bumped to 2.3.6 to reflect the big improvements
7645         made by Erik and Klaus. Thanks!
7646
7647 2003-10-28 Klaus Flittner <klaus_flittner AT gmx.de>
7648
7649         Replaced the livrange code.
7650         * src/SDCClrange.c: added new LR code
7651         * src/SDCCloop.c,
7652         * src/SDCCBBlock.h: removed remainig parts from old LR code
7653         * src/ds390/ralloc.c,
7654         * src/ds390/gen.c: minor fixes to make it work with new code
7655
7656 2003-10-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7657
7658         * as/hc08/asm.h,
7659         * as/hc08/lkrloc.c,
7660         * src/hc08/gen.c,
7661         * src/hc08/ralloc.c: Fix various warnings related to the hc08
7662         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): Fixed bug #829717
7663         (tweaked fix for bug #818696)
7664
7665 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7666
7667         * src/z80/ralloc.c (joinPushes): Fixed bug #828742
7668
7669 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7670
7671         * src/SDCCmain.c,
7672         * sdccconf_in.h: Fixed bug #828387 (--disable-hc08-port didn't work)
7673         * src/mcs51/gen.c (gencjneshort),
7674         * src/ds390/gen.c (gencjneshort): Made comparison with AOP_IMMD operand
7675         more efficient (per Scott Bronson's suggestion)
7676
7677 2003-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7678
7679         Extended the semantics of the critical keyword to include
7680         individual statements. See RFE #827755 and #799831
7681         * src/SDCC.y
7682         * src/SDCCicode.c
7683         * src/SDCCopt.c
7684         * src/SDCCast.c
7685         * support/Util/SDCCerr.c
7686         * support/Util/SDCCerr.h
7687         * src/mcs51/gen.c
7688         * src/ds390/gen.c
7689         * src/hc08/gen.c
7690
7691 2003-10-19  Borut Razem <borut.razem AT siol.net>
7692
7693         * src/SDCC.lex: fixed bug #825944 - defined yytext_ptr to make it compile with flex 2.5.31
7694
7695 2003-10-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7696
7697         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec, ast2iCode):
7698         Fixed bug #818696
7699         * src/SDCCast.c (ast_print): Fixed --dumptree so that preincrement
7700         and predecrement operand is displayed
7701
7702 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
7703
7704         * src/SDCCval.c (valMinus): fixed bug #826041
7705
7706 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7707
7708         Some hc08 related updates that I missed earlier
7709         * sim/ucsim/stypes.h
7710         * support/regression/ports/hc08/spec.mk
7711
7712 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7713
7714         New target "hc08" for the Motorola 68hc08 family of micros
7715
7716         * configure
7717         * configure.in
7718         * Makefile
7719         * src/hc08/*
7720         * src/SDCCmain.c
7721         * src/port.h
7722         * sim/ucsim/hc08.src/*
7723         * sim/ucsim/configure.in
7724         * src/ucsim/configure
7725         * sim/ucsim/packages_in.mk
7726         * as/hc08/*
7727         * as/Makefile
7728         * device/include/mc68hc908qy.h
7729         * device/lib/hc08/*
7730         * device/lib/Makefile.in
7731         * support/regression/ports/hc08/*
7732         * support/regression/Makefile
7733
7734 2003-10-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7735
7736         * src/z80/gen.c: fixed bug revealed by ast_constant_folding.c
7737         regression test
7738         * src/ds390/gen.c (genCast): fixed bug #821957
7739
7740 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
7741
7742         * device/lib/logf.c: "fixed" overlay bug
7743         * support/regression/ports/host/spec.mk: added m library
7744         * support/regression/ports/mcs51-stack-auto/spec.mk: added float funcs
7745         * support/regression/tests/float_trans: added (for Eric)
7746
7747 2003-10-12 Bernhard Held <bernhard AT bernhardheld.de>
7748
7749         * src/mcs51/gen.c (genCpl): fixed bug
7750         http://sf.net/mailarchive/message.php?msg_id=6263915
7751
7752 2003-10-10 Bernhard Held <bernhard AT bernhardheld.de>
7753
7754         * src/SDCCast.c (decorateType): added extended constant folding
7755         * src/SDCCsymt.c (computeType): cleanup
7756         * src/SDCCval.c (valShift): minor optimization
7757         * support/regression/tests/ast_constant_folding.c: added
7758
7759 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7760
7761         * src/SDCCmain.c: removed some unintended changes
7762
7763 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7764
7765         * src/SDCCmain.c (setParseWithComma): fixed bug #816685
7766         * src/z80/gen.c: fixed part of bug #817589
7767         * src/SDCCsymt.c (checkFunction): fixed bug #817895
7768
7769 2003-10-08 Bernhard Held <bernhard AT bernhardheld.de>
7770
7771         Replaced cast (void **) with (void *) to avoid gcc 3 warning:
7772         * src/SDCCcflow.c
7773         * src/SDCCcse.c
7774         * src/SDCCdflow.c
7775         * src/SDCClabel.c
7776         * src/SDCClrange.c
7777         * src/SDCCmem.c
7778         * src/SDCCopt.c
7779         * src/SDCCpeeph.c
7780         * src/SDCCset.c
7781         * src/avr/ralloc.c
7782         * src/ds390/ralloc.c
7783         * src/izt/ralloc.c
7784         * src/mcs51/ralloc.c
7785         * src/pic/ralloc.c
7786         * src/pic16/ralloc.c
7787         * src/xa51/ralloc.c
7788         * src/z80/ralloc.c
7789         * src/z80/gen.c: removed unused label "release:"
7790
7791 2003-10-06  Borut Razem <borut.razem AT siol.net>
7792
7793         * src/SDCC.lex: removed definition of unused variables
7794           save_optimize and save_options
7795
7796 2003-10-06 Bernhard Held <bernhard AT bernhardheld.de>
7797
7798         * clean.mk: removed '=' in "-maxdepth=1"
7799         * src/SDCCloop.c: replace LRKLAUS with SDCC_LRKLAUS
7800         * src/SDCClrange.c: replace LRKLAUS with SDCC_LRKLAUS
7801
7802 2003-10-06  Borut Razem <borut.razem AT siol.net>
7803
7804         * src/SDCC.lex, src/SDCC.lex: use dbuf for "_asm" definitions;
7805           my_unput() replaced by unput()
7806
7807 2003-10-05 Bernhard Held <bernhard AT bernhardheld.de>
7808
7809         * src/SDCCloop.c (assignmentsToSym, loopInduction): cast argument of
7810         setToNull() to (void *) to avoid gcc3.x's warning: "dereferencing
7811         type-punned pointer will break strict-aliasing rules"
7812         Old LR behaviour is again default; Klaus' LR can be choosen by
7813         defining the environment variable LRKLAUS
7814         * src/SDCCBBlock.h
7815         * src/SDCCloop.c
7816         * src/SDCClrange.c
7817         * src/ds390/ralloc.c (spillThis): applied Klaus' patch
7818         * clean.mk: fixed removal of files in bin/CVS/
7819         * device/lib/clean.mk: fixed removal of directories small and large
7820         * support/Util/SDCCerr.c: changed W_INT_OVL to ERROR_LEVEL_PEDANTIC
7821         * src/SDCCicode.c,
7822         * src/SDCCval.c: removed superflous test for pedantic
7823
7824 2003-10-05  Borut Razem <borut.razem AT siol.net>
7825
7826         * src/SDCC.lex, support/Util/SDCCerr.c, sdcc/support/Util/SDCCerr.h:
7827           Fixed bug #816692: introduced new ERROR_LEVEL_PEDANTIC warning
7828           message "unmatched #pragma SAVE and #pragma RESTORE"
7829
7830 2003-10-04  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7831
7832         * doc/sdccman.lyx: various additions and updates (interrupts, inline
7833           assembly, critical functions, atomic, nojtbound)
7834
7835 2003-10-04 Bernhard Held <bernhard AT bernhardheld.de>
7836
7837         Applied liferange patch from Klaus Flittner <klaus_flittner AT gmx.de>
7838         * src/SDCCBBlock.h
7839         * src/SDCCloop.c
7840         * src/SDCCloop.h
7841         * src/SDCClrange.c
7842
7843 2003-10-03  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7844
7845         * src/z80/gen.h,
7846         * src/z80/gen.c (aopOp, aopGet, aopPut, genDummyRead),
7847         * src/mcs51/gen.h
7848         * src/mcs51/gen.c (aopOp, aopGet, aopPut, genDummyRead),
7849         * src/ds390/gen.h
7850         * src/ds390/gen.c (aopOp, aopGet, aopPut, genDummyRead),
7851         * src/SDCCicode.c (ast2iCode, geniCodeDummyRead): Fixed bug #663539
7852         * src/SDCCopt.c (killDeadCode): Fixed bugs #663539 & #816705
7853
7854 2003-10-02  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7855
7856         * src/z80/gen.c (genRet): fixed bug #524753
7857         * src/z80/gen.c (genCast): fixed internal error on cast from
7858         pointer to long
7859         * src/z80/gen.c (_saveRegsForCall, emitCall): adapted Johan's
7860         fix for bug #477835 to the z80
7861         * src/z80/gen.c (genZ80code, _vemit2, _emit2): added support
7862         for tracking iCodes in the peephole optimizer for z80
7863
7864 2003-10-01  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7865
7866         * src/SDCCicode.c (geniCodeJumpTable, geniCodeSwitch): fixed
7867         the other part of bug #814548
7868         * src/SDCCpeeph.c (labelInRange): fixed bug #814558
7869
7870 2003-09-30  Bernhard Held <bernhard AT bernhardheld.de>
7871
7872         * src/SDCCcse.c: fixed part of bug #814548
7873
7874 2003-09-28  Borut Razem <borut.razem AT siol.net>
7875
7876         * src/asm.c: rewrite of printILine() to use temporary file instead
7877           a pipe
7878         * src/xa51/main.c: commented out declaration of int rewinds
7879
7880 2003-09-27  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7881
7882         * src/SDCCicode.c (geniCodeJumpTable): Fixed bug #813206
7883
7884 2003-09-26  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7885
7886         * src/SDCCdflow.c (computeDataFlow): Fixed bug #810746
7887         * src/asm.c (printILine): Fixed bug #811015
7888
7889 2003-09-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7890
7891         *link/z80/lklibr.c, as/mcs51/lklibr.c: Improved memory allocation and
7892         freeing.
7893
7894 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7895
7896         * src/z80/gen.c (setupToPreserveCarry): Fixed bug #796955
7897         * src/z80/gen.c (setupPair, genMovePairPair): Fixed setupPair
7898         to correctly handle general case of AOP_PAIRPTR
7899         * src/z80/gen.c (aopGet, aopPut): Generalized AOP_PAIRPTR handling
7900
7901 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7902
7903         * src/mcs51/ralloc.c (fillGaps),
7904         * src/ds390/ralloc.c (fillGaps): fixed bug #810093 (yet another
7905         register positioning bug)
7906
7907 2003-09-21  Bernhard Held <bernhard AT bernhardheld.de>
7908
7909         * device/lib/_fsdiv.c: replaced (1<<31) by (1ul<<31)
7910
7911 2003-09-19  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7912
7913         * src/mcs51/gen.c (loadDptrFromOperand, genFarPointerGet,
7914         genCodePointerGet, genGenPointerGet, genFarPointerSet,
7915         genGenPointerSet): handle AOP_DPTR correctly when loading dptr
7916         (ralloc doesn't intentionally do this now, but perhaps later)
7917         * src/mcs51/ralloc.c (serialRegAssign, fillGaps),
7918         * src/ds390/ralloc.c (serialRegAssign, fillGaps): fixed some
7919         register positioning bugs (Fixed bug #762602 and #795325)
7920         * src/SDCCicode.c (geniCodeDerefPtr): Track output class correctly
7921         (Fixed bug #808779)
7922         * src/z80/gen.c: increased _vemit2's buffer[] to handle long
7923         lines that --i-code-in-asm generates
7924
7925 2003-09-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7926
7927         *link/z80/lklibr.c, as/mcs51/lklibr.c: Fixed Linux segfaults when
7928         trying to fclose a FILE* that was already closed.
7929
7930 2003-09-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7931
7932         * src/SDCCsymt.c (structElemType): fixed bug #808291 (members
7933         of const struct should be treated as if const themselves)
7934
7935 2003-09-18  Bernhard Held <bernhard AT bernhardheld.de>
7936
7937         * src/SDCCval.c (valPlus, valMinus): fixed bug #808337
7938
7939 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7940
7941         * support/librarian/sdcclib.c: Generate correct offsets for libraries with
7942         Unix (/n) and DOS (/r/n) line terminations.
7943
7944 2003-09-17  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7945
7946         * src/SDCCopt.c (cnvFromFloatCast, cnvToFloatCast): fixed
7947         bug #613775
7948
7949 2003-09-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7950
7951         * src/mcs51/gen.c (genFunction, genEndFunction),
7952         * src/ds390/gen.c (genFunction, genEndFunction): Moved save
7953         and restore of EA so that stack offsets to parameters are
7954         correct when using both critical and reentrant/stack-auto.
7955         * src/z80/gen.c (aopOp): removed erroneous assertion about sloc
7956         size (can be triggered in error if sloc is shared between
7957         different sized objects)
7958         * device/include/float.h: fixed macros to explicitly use
7959         unsigned long where needed
7960
7961 2003-09-15  Bernhard Held <bernhard AT bernhardheld.de>
7962
7963         Feature req. 799831: added code to allow nesting of critical functions
7964         * src/mcs51/gen.c (genFunction, genEndFunction)
7965         * src/ds390/gen.c (genFunction, genEndFunction)
7966
7967 2003-09-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7968
7969         * src/SDCCsymt.c (sclsFromPtr),
7970         * src/SDCCsymt.h,
7971         * src/SDCCast.c (decorateType): fixed bug #462971. Also, better
7972         support for standard C idiom of memory mapped variables; for
7973         example, *((xdata int*)0x1234) = 1 is now internally equivalent
7974         to xdata int at 0x1234 tempvar = 1.
7975         * sim/ucsim/z80.src/inst_xd.cc: fixed bug #805483 with patch
7976         provided by Akiya ISHIDA
7977
7978 2003-09-13  Bernhard Held <bernhard AT bernhardheld.de>
7979
7980         * src/SDCCval.c (cheapestVal): reenabled to reduce int to char
7981         * src/SDCCval.c (constVal): added reduction from int to char
7982         * src/SDCCval.c (valMult, valDiv): fixed sign handling
7983         * src/SDCCval.c (valShift): fixed after change of cheapestVal()
7984         * src/SDCCval.c (valCompare): fixed EQ_OP and NE_OP; they have
7985         to ignore the sign
7986         * support/regression/tests/shifts.c: fixed
7987
7988 2003-09-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7989
7990         * src/z80/gen.c (genXor): Fixed bug #805445
7991
7992 2003-09-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7993
7994         Fixed bug #621531 (const & volatile confusion in the type chain).
7995         DCL_PTR_CONST, DCL_PTR_VOLATILE, & IS_PTR_CONST now exclusively
7996         refer to the const or volatile state of the pointer itself.
7997
7998         * src/SDCCast.c
7999         * src/SDCCglue.c
8000         * src/SDCCicode.c
8001         * src/SDCCsymt.c
8002         * src/SDCCval.c
8003         * src/SDCC.y
8004         * src/SDCCsymt.h
8005         * src/pic/gen.c
8006         * src/pic/ralloc.c
8007         * src/pic16/gen.c
8008         * src/pic16/ralloc.c
8009         * support/regression/tests/const.c
8010
8011 2003-09-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8012
8013         When checking for duplicated modules, use absolute paths
8014         instead of relative paths.  Files changed:
8015
8016         * as/mcs51/lklib.c
8017         * link/z80/lklib.c
8018
8019 2003-09-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8020
8021         * src/SDCCicode.c (geniCodeLogic): fixed bug #797572
8022
8023 2003-09-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8024
8025         * device/include/string.h: added size_t typedef, changed
8026         prototypes to use size_t, eliminated separate reentrant and
8027         non-reentrant declarations, added _memmove declaration
8028         * device/lib/_memcpy.c: changed to use size_t instead of int,
8029         changed /4 to >>2 to avoid division library call
8030         * device/lib/_memcmp.c,
8031         * device/lib/_memset.c,
8032         * device/lib/_strncat.c,
8033         * device/lib/_strncpy.c,
8034         * device/lib/_strncmp.c: changed to use size_t instead of int
8035         * device/lib/_memmove.c: new file (fixed bug #772294)
8036         * device/lib/Makefile.in: added _memmove.c
8037         * device/lib/z80/asm_strings.s: fixed bug #772290
8038         * support/regression/tests/bitfields.c: attempt to fix host assertion
8039         failure on amd64-unknown-linux2.2
8040
8041 2003-09-06  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8042
8043         * src/z80/gen.c (aopPut, spillPairReg): fixed bug #800998
8044         * src/z80/gen.c (genFunction, genEndFunction): fixed "bug" #774700
8045         * as/z80/asmain.c (main): fixed bug #801766
8046
8047 2003-09-06  Bernhard Held <bernhard AT bernhardheld.de>
8048
8049         * src/SDCCicode.c (ast2iCode): fixed differences in iCode with different
8050         compilers
8051
8052 2003-09-05  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8053
8054         * src/SDCCast.c (isConformingBody): fixed loop reversal bug
8055         reported in bug #800609
8056
8057 2003-09-04  Vangelis Rokas <vrokas AT otenet.gr>
8058
8059         * Top header beautifications in src/pic16 directory:
8060           device.c, device.h, gen.c, gen.h, genarith.c, glue.c, pcode.c,
8061           pcodeflow.c, pcodeflow.h, pcode.h, pcodepeep.c, pcoderegs.c,
8062           pcoderegs.h, ralloc.c, ralloc.h
8063         * main.c: added top header and GPL license notice
8064         * pcode.c: fixed the if-conditional warning
8065
8066 2003-09-04  Bernhard Held <bernhard AT bernhardheld.de>
8067
8068         * device/lib/_mullong.c: replaced int by short for gcc
8069
8070 2003-08-31  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8071
8072         * src/SDCCpeeph.c (notVolatile, notVolatileVariable): handle IFX
8073         and JUMPTABLE iCodes properly now (worked by accident before)
8074         * src/mcs51/gen.c (leftRightUseAcc),
8075         * src/ds390/gen.c (leftRightUseAcc): handle IFX and JUMPTABLE
8076         iCode properly now. Use getSize instead of nRegs since a & b
8077         aren't part of the nRegs tally.
8078
8079 2003-08-31  Vangelis Rokas <vrokas AT otenet.gr>
8080
8081         * src/pic16/main.c: corrected offsets of interrupt vectors in _pic16_genIVT()
8082         * src/pic16/pcode.c: fix to disable inserting BANKSEL directive
8083           before instructions that use the _STATUS register
8084
8085 2003-08-31  Bernhard Held <bernhard AT bernhardheld.de>
8086
8087         * src/mcs51/gen.c (freeAsmop): fixed off by one in stack offset (AOP_STK)
8088         * src/mcs51/gen.c (genNearPointerSet): added missing opcode for
8089         fetching of the pointer
8090         * src/mcs51/gen.c (genNearPointerGet): added reuse of PREG,
8091         copied from genNearPointerSet()
8092         * src/mcs51/gen.c (genNearPointerGet): don't pop r0/r1, if RESULTONSTACK
8093         * src/mcs51/gen.c: changed order of freeAsmop(left/right/result)-calls.
8094         If they pop r0/r1 they must be called in the opposite order than aopOp().
8095         * device/lib/_mullong.c: fixed for "--model-large --int-long-reent"
8096         (resp. --stack-auto), prepared for --xstack
8097
8098 2003-08-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8099
8100         * doc/sdccman.lyx: reverted tables to those in cvs 1.64
8101
8102 2003-08-28  Bernhard Held <bernhard AT bernhardheld.de>
8103
8104         * device/lib/_startup.c: quick & dirty fix for ds390/ds400;
8105         these ports have their own __sdcc_external_start()
8106
8107 2003-08-26  Bernhard Held <bernhard AT bernhardheld.de>
8108
8109         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
8110         * src/pic/glue.c (pic14printPublics): fixed bug introduced when symbol
8111         type for bits was changed. It resulted in bit variables becoming
8112         global, which is not permitted in PIC 14 assembly output.
8113
8114 2003-08-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8115
8116         * doc/sdccman.lyx: various additions and updates. Rearranged sections
8117
8118 2003-08-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8119
8120         Z80 and MCS51 linkers complaint if a public symbol is defined
8121         in more than one library module:
8122
8123         * as/mcs51/lklib.c
8124         * link/z80/lklib.c
8125         * as/mcs51/Makefile.in
8126
8127 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8128
8129         A few small changes that speed up the peephole optimizer.
8130
8131         * src/SDCCpeeph.c
8132
8133 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8134
8135         Try to make the peephole optimizer smarter by maintaining
8136         an association between the assembly source code and the
8137         iCodes that originated them. Put this information to use
8138         with a new peephole rule condition "notVolatile" so that
8139         the rules can be aggressive yet still safe.
8140
8141         * src/SDCCpeeph.c
8142         * src/SDCCpeeph.h
8143         * src/mcs51/gen.c
8144         * src/mcs51/peeph.def
8145
8146 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8147
8148         Fixed bug #741761
8149
8150         * src/mcs51/gen.c (aopForSym, leftRightUseAcc),
8151         * src/ds390/gen.c (aopForSym, leftRightUseAcc): preserve A and B
8152         if the left or right operand symbols have the accuse flag set.
8153
8154 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8155
8156         Changed the type of the result of the ! (NOT) operator to char;
8157         previously it returned the same type as the source. This allows
8158         us to eliminate all the genFloatNot functions (all of its target
8159         implementations were very buggy) since !float can use the same
8160         code as !long now.
8161
8162         * src/SDCCicode.c (ast2iCode): ! returns char
8163         * src/mcs51/gen.c (genNot, genNotFloat),
8164         * src/ds390/gen.c (genNot, genNotFloat),
8165         * src/z80/gen.c (genNot, genNotFloat),
8166         * src/pic/gen.c (genNot, genNotFloat),
8167         * src/pic16/gen.c (genNot, genNotFloat): eliminated genNotFloat
8168
8169 2003-08-19  Bernhard Held <bernhard AT bernhardheld.de>
8170
8171         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
8172         1. Interrupt would not compile properly. Ensure PCLATH register is saved
8173            during interrupts. Ensure WSAVE is located at a shared bank address.
8174         2. Fixed page selection in some places
8175         3. Fixed BTFSS/C to where necessary use registers directly and not simply
8176            the registers name strings.
8177         4. Fixed "signed / unsigned compare" compiler warnings.
8178         5. The PIC port manages its own allocation of the general purpose
8179            registers, but makes no attempt to reuse them. As a result when
8180            compiling it soon runs out of general purpose registers. Some
8181            additional code was added to the files pcode.c and device.c to walk
8182            through the function call tree and rename the registers so that they
8183            get reused.
8184
8185         * src/pic/device.c
8186         * src/pic/gen.c
8187         * src/pic/glue.c
8188         * src/pic/pcode.c
8189         * src/pic/pcode.h
8190         * src/pic/ralloc.c
8191         * src/pic/ralloc.h
8192         * src/pic/genarith.c: Fixed problems with PIC 14 port in functions
8193         genPlus() & genMinus() when the result is the same as left or right
8194
8195 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8196
8197         * src/z80/gen.c (isUnsplitable, fetchPairLong): fixed bug #770454
8198
8199 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8200
8201         Made bitfield a distinct type from bit so that bitfields
8202         convert as per ANSI C and bits retain their traditional
8203         boolean style behaviour. Implemented bitfield support in
8204         the z80 port.
8205
8206         * src/SDCCsymt.h,
8207         * src/SDCCsymt.c,
8208         * src/SDCCast.c,
8209         * src/cdbFile.c,
8210         * src/mcs51/gen.c,
8211         * src/ds390/gen.c: bit v bitfield split
8212         * src/z80/gen.c: New support for bitfields
8213         * support/regression/tests/bitfields.c: reenabled z80,
8214         added more tests
8215
8216 2003-08-17  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8217
8218         Rules 246.x, 247.x relate to bitfields, the others speed up
8219         access to xdata mapped I/O devices.
8220
8221         * src/mcs51/peeph.def: added 26 peepholes 246.x - 248.x, 180.x
8222
8223 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8224
8225         Cleaned up genPackBits and genUnpackBits and added two helper
8226         functions, emitPtrByteGet & emitPtrByteSet. Added optimizations
8227         for literal assignments in genPackBits (thanks to Frieder for
8228         reminding me).
8229
8230         * src/mcs51/gen.c
8231         * src/ds390/gen.c
8232
8233 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8234
8235         Fixed bug #748310 (pointer to function type mishandled when the
8236         function name is omitted). Also fixed a SIGSEGV when a function
8237         attribute (reentrant, etc) is used on a non-function or on a
8238         function but misplaced before the parameter list.
8239
8240         * src/SDCC.y (abstract_declarator, abstract_declaractor2): fixed
8241         bug #748310
8242         * src/SDCC.y (declarator2_function_attributes): avoided SIGSEGV
8243         * support/Util/SDCCerr.h,
8244         * support/Util/SDCCerr.c: Added func attr misuse error msg
8245
8246 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
8247
8248         Fixed bug #787649 by anonymous
8249         * src/SDCCglue.c (emitRegularMap): added emission of sloc for func ptr
8250         * src/ds390/gen.c (aopForSym): fixed func ptr in sloc
8251
8252 2003-08-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8253
8254         Fixed numerous bitfield problems.
8255
8256         * src/SDCC.y: More bitfield related error checking
8257         * src/SDCCsymt.h,
8258         * src/SDCCsymt.c (compStructSize): fixed bitfield offset calc
8259         * support/Util/SDCCerr.h,
8260         * support/Util/SDCCerr.c: Added & edited some bitfield err msgs
8261         * src/mcs51/gen.c (genPackBits, genUnpackBits): fixed mask bugs
8262         * src/ds390/gen.c (genPackBits, genUnpackBits): fixed mask bugs
8263         * support/regression/tests/bitfields.c: tests added
8264
8265 2003-08-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8266
8267         Made the constant following the "interrupt" keyword optional. If
8268         omitted, the function will not automatically be given an entry
8269         in the interrupt vector table (similar to #pragma NOIV, but
8270         less syntacticly kludgy). The interrupt number is also now
8271         range checked. Also fixed a bug in the high order bit example
8272         in the manual.
8273
8274         * src/SDCC.y
8275         * src/SDCCmem.c
8276         * src/SDCCglue.c
8277         * src/SDCCsymt.h
8278         * support/Util/SDCCerr.c
8279         * support/Util/SDCCerr.h
8280         * doc/sdccman.lyx
8281
8282 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
8283
8284         * src/SDCCcse.c (algebraicOpts): fix bug converting op from value to type
8285         * src/SDCCicode.c (operandOperation): rewritten some ops
8286         (*, ==, unary_minus) to fix possible overflows and to accord with ANSI
8287         * src/SDCCsymt.c (computeType): literals are handled the same way as any
8288         other type
8289         * src/SDCCval.c (cheapestVal): removed, it doesn't accord with ANSI (can
8290         be re-activated by defining REDUCE_LITERALS)
8291         * src/SDCCval.c (constVal): fixed; hex and octal constants can be
8292         unsigned, but are signed by default
8293         * src/SDCCval.c (constVal): rearranged
8294         * src/SDCCval.c (valMod): preliminary fix
8295         * src/SDCCval.c (valCastLiteral): use TYPE_* types
8296         * support/regression/literalop.c: added, work in progress
8297
8298 2003-08-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8299
8300         Generate warnings for useless declarations like "char data;"
8301         that don't do what new users expect.
8302
8303         * src/SDCC.y
8304         * support/Util/SDCCerr.h
8305         * support/Util/SDCCerr.c
8306
8307 2003-08-09  Bernhard Held <bernhard AT bernhardheld.de>
8308
8309         * src/SDCCval.c (valMult): fix overflow detection of negative int
8310
8311 2003-08-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8312
8313         * src/z80/ralloc.c (joinPushes): made compatible with new signedness
8314
8315         Changes to support big endian targets:
8316
8317         * src/ports.h
8318         * src/SDCCglue.c
8319         * src/avr/main.c
8320         * src/ds390/main.c
8321         * src/izt/i186.c
8322         * src/mcs51/main.c
8323         * src/pic/main.c
8324         * src/pic16/main.c
8325         * src/xa51/main.c
8326         * src/z80/main.c
8327
8328 2003-08-06  Bernhard Held <bernhard AT bernhardheld.de>
8329
8330         * src/SDCCval.c (cheapestVal): changed behaviour to the same as constVal()
8331         * device/lib/time.c: fixed warning "integer overflow in expression"
8332
8333 2003-08-05  Bernhard Held <bernhard AT bernhardheld.de>
8334
8335         * src/SDCCval.c (cheapestVal, valueFromLit): use TYPE_* types
8336         * src/SDCCval.c (constVal): changed default to signed; hex and octal
8337         constants are unsigned; added recognition of "u" flag for unsigned
8338         * src/SDCCval.c (valMult): fixed signdness, added warning for overflow
8339         * src/SDCCval.c (valDiv, valMod): fixed signdness
8340         * src/SDCCicode.c (operandOperation): fixed critical typo; fixed
8341         signedness of modulo, left and right shift
8342         * support/Util/SDCCerr.c: added warning "integer overflow in expression"
8343         * support/Util/SDCCerr.h: added warning W_INT_OVL
8344         * src/SDCCast.c (decorateType): fixed gcc3.3 warning
8345         * src/SDCCast.c (ast_print): improved output of constants
8346
8347 2003-08-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8348
8349         Fixed some warnings when building with MSVC:
8350
8351         * as\mcs51\asdata.c
8352         * as\z80\asdata.c
8353         * as\mcs51\asm.h
8354         * as\z80\asm.h
8355         * link\z80\aslink.h
8356         * link\z80\lkdata.c
8357         * link\z80\lkeval.c
8358         * link\z80\lkgb.c
8359         * link\z80\lkihx.c
8360         * link\z80\lks19.c
8361         * link\z80\lksym.c
8362         * support\cpp2\cpplib.c
8363         * src\ds390\gen.c
8364         * src\mcs51\gen.c
8365
8366 2003-08-03  Bernhard Held <bernhard AT bernhardheld.de>
8367
8368         * src/SDCCast.c (constExprTree): fix bug #781827 by Carl Worth <cworth AT isi.edu>
8369
8370 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8371
8372         * support\librarian\clean.mk: Do not remove Makefile.
8373         * support\librarian\Makefile: added.
8374
8375 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8376
8377         Added librarian to MSVC build:
8378         * all.dsp
8379         * sdcc.dsw
8380         * support\librarian\librarian.dsp
8381
8382         'configure' not needed for librarian, removed:
8383         * support\librarian\configure
8384         * support\librarian\configure.in
8385         * support\librarian\config_in.h
8386         * support\librarian\Makefile.in
8387
8388         Hopefully these ones built the librarian and the rest of sdcc properly:
8389         * Makefile
8390         * Makefile.common.in
8391
8392         Messed up 'configure', so revert to previous version:
8393         * configure
8394         * configure.in
8395
8396 2003-07-31  Bernhard Held <bernhard AT bernhardheld.de>
8397
8398         * src/SDCCicode.c (operandOperation): 3. fix, this time for Alpha; ULONG has 64 bits
8399         there, while the mantissa of a double is "only" 53 bits wide.
8400
8401 2003-07-31  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8402
8403         Adding sdcclib to the build.  MSVC project coming soon.
8404         Files added/changed:
8405
8406         * support\librarian\clean.mk
8407         * support\librarian\configure
8408         * support\librarian\configure.in
8409         * support\librarian\config_in.h
8410         * support\librarian\Makefile.bcc
8411         * support\librarian\Makefile.in
8412         * support\librarian\sdcclib.c
8413         * Makefile.bcc
8414         * Makefile
8415         * Makefile.common.in
8416         * configure
8417         * configure.in
8418
8419 2003-07-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8420
8421         Linker now complaints if linked modules have conflicting options, for
8422         example, one compiled using --model-large and another one compiled with
8423         --model-small.  The following files were modified:
8424
8425         * as\mcs51\asdata.c
8426         * as\mcs51\aslink.h
8427         * as\mcs51\asm.h
8428         * as\mcs51\asmain.c
8429         * as\mcs51\asout.c
8430         * as\mcs51\i51pst.c
8431         * as\mcs51\lkdata.c
8432         * as\mcs51\lklibr.c
8433         * as\mcs51\lkmain.c
8434         * as\z80\asdata.c
8435         * as\z80\asm.h
8436         * as\z80\asmain.c
8437         * as\z80\asout.c
8438         * as\z80\z80pst.c
8439         * link\z80\aslink.h
8440         * link\z80\lkdata.c
8441         * link\z80\lklibr.c
8442         * link\z80\lkmain.c
8443         * src\SDCCglue.c
8444
8445 2003-07-28  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8446
8447         *link/z80/aslink.h, link/z80/lklibr.c, as/mcs51/aslink.h,
8448         as/mcs51/lklibr.c: Generate a warning when a library is not found.
8449
8450 2003-07-28  Bernhard Held <bernhard AT bernhardheld.de>
8451
8452         * src/z80/mappings.i: fix _mul[us][int,long] entries
8453
8454 2003-07-26  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8455
8456         *src/SDCCmain.c: do not search for crt0.o when using --nostdlib
8457
8458 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
8459
8460         * src/SDCCicode.c (operandOperation): really fixed problem with bitops
8461         * support/regression/tests/bitopcse.c: added
8462         fixed warning:
8463         * src/avr/gen.c:
8464         * src/pic/gen.c:
8465         * src/pic16/gen.c:
8466         * src/z80/gen.c:
8467         * src/xa51/gen.c:
8468
8469 2003-07-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8470
8471         added support for new library format to z80, gbz80 linkers:
8472         *link/z80/aslink.h
8473         *link/z80/lklex.c
8474         *link/z80/lklib.c
8475         *link/z80/lklist.c
8476
8477 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
8478
8479         * src/SDCCicode.c (operandOperation): fixed problem with bitops and 0xffffffff;
8480         after {double d = 0xffffffff; long l = d;} l will be 0x80000000 (LONG_MIN)
8481
8482 2003-07-23  Bernhard Held <bernhard AT bernhardheld.de>
8483
8484         added DUMMY_READ_VOLATILE:
8485         * src/SDCC.y:
8486         * src/avr/gen.c:
8487         * src/xa51/gen.c:
8488         * src/z80/gen.c:
8489         * src/pic/gen.c:
8490         * src/pic16/gen.c:
8491         * src/mcs51/gen.c:
8492         * src/ds390/gen.c:
8493         * src/SDCCcse.c (algebraicOpts): many improvements
8494         * src/SDCCcse.h: removed algebraicOpts()
8495         * src/SDCCicode.c (picDummyRead): added
8496
8497 2003-07-23  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8498
8499         * as/mcs51/lkmem.c: Changed message "Insufficient DRAM memory" to
8500         "Insufficient space in data memory".
8501
8502 2003-07-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8503
8504         * src/mcs51/gen.c: fixed bug #771358
8505         * src/z80/gen.c: fixed bug #759087
8506
8507 2003-07-20  Bernhard Held <bernhard AT bernhardheld.de>
8508
8509         * src/pic16/glue.c: minor cleanup by Vangelis
8510
8511 2003-07-19  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8512
8513         * device/include/regc515c.h: fixed #758477
8514         * device/lib/_gptrget.c: saving some cycles in generic pointer get
8515         * device/lib/_gptrput.c: saved a few bytes
8516         * my tab spacing is 8, yours too?)
8517         * device/lib/_ser.c: process RX bytes earlier than TX bytes
8518         * device/lib/serial.c: process RX bytes earlier than TX bytes
8519         * src/mcs51/gen.c(genGenPointerGet/Set): removed writing of type after postincrement
8520
8521 2003-07-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8522
8523         * src/z80/gen.c: fixed some right shift bugs (#772726 among them)
8524
8525 2003-07-17  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8526
8527     * link/z80/lklibr.c: fixed bug when there is a '.' in a library path.
8528
8529 2003-07-17  Bernhard Held <bernhard AT bernhardheld.de>
8530
8531         * device/lib/Makefile.in: bad fix, reverted to 1.43
8532
8533 2003-07-16  Bernhard Held <bernhard AT bernhardheld.de>
8534
8535         * device/lib/Makefile.in: added missing z80 object files
8536
8537 2003-07-14  Bernhard Held <bernhard AT bernhardheld.de>
8538
8539         * src/SDCCcse.c (algebraicOpts): CSE fun with &|^ and 0x00/0xff literals
8540         pic16 progress by Vangelis:
8541         * src/SDCCglobl.h:
8542         * src/SDCCmain.c:
8543         * src/pic/Makefile:
8544         * src/pic:
8545         * pic/Makefile:
8546         * pic16/device.c:
8547         * pic16/device.h:
8548         * pic16/gen.c:
8549         * pic16/gen.h:
8550         * pic16/genarith.c:
8551         * pic16/glue.c:
8552         * pic16/main.c:
8553         * pic16/pcode.c:
8554         * pic16/pcode.h:
8555         * pic16/pcodepeep.c:
8556         * pic16/peeph.def:
8557
8558 2003-07-13  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8559
8560     * src/SDCCmain.c, src/SDCCglobl.h: added option --no-std-crt0
8561
8562 2003-07-12  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8563
8564     * sdcc.dsw, all.dsp, link/z80/linkgbz80.dsp, as/z80/as-gbz80.dsp:
8565     added gbz80 build to MSVC project.
8566     * src/SDCCmain.c, src/SDCCglue.c, src/z80/main.c, src/z80/z80.dsp,
8567     link/z80/aslink.h, linkz80.dsp: cleaned up z80 and gbz80 asm files
8568     from 8051 stuff and setup so it links using a .lnk file.
8569
8570 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8571
8572     * support/librarian/sdcclib.c: sdcc librarian.
8573     * as/mcs51/aslink.h, as/mcs51/lklib.c: Support for libraries created
8574     with sdcclib.
8575
8576 2003-07-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8577
8578     * as/mcs51/lkmain.c: properly handle extensions in function afile.
8579
8580 2003-07-02  Borut Razem <borut.razem AT siol.net>
8581
8582         * src/port.h, src/SDCCmain.c, src/pic/glue.h, src/pic/main.c,
8583         src/pic16/glue.h, sdcc/src/pic16/main.c, src/izt/i186.c,
8584         src/izt/tlcs900h.c, src/avr/main.c, src/ds390/main.c, src/mcs51/main.c,
8585         src/xa51/main.c, src/z80/main.c:
8586         virtualization of glue() function: each port has it's own glue function,
8587         which is accessed by do_glue function pointer in PORT.general structure
8588
8589 2003-07-01 Kevin Vigor <kevin AT vigor.nu>
8590
8591         * DS800C400 fun, improved ROM interface and tinibios.
8592
8593 2003-06-27 Kevin Vigor <kevin AT vigor.nu>
8594
8595         * More support for DS80C400. Now includes beginning of interface to ROM.
8596
8597 2003-06-25  Bernhard Held <bernhard AT bernhardheld.de>
8598
8599         * src/mcs51/gen.c (gencjneshort): fixed bug #760345
8600
8601 2003-06-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8602
8603         * as/mcs51/lkaomf51.c: Make sure the size of the last procedure is correct.
8604
8605 2003-06-19  Borut Razem <borut.razem AT siol.net>
8606
8607         * src/z80/main.c: fixed Z80 port again: missing -k library paths in linker command line
8608
8609 2003-06-19  Borut Razem <borut.razem AT siol.net>
8610
8611         * src/SDCCutil.h, src/SDCCutil.c, src/SDCCglobl.h, src/SDCCmain.c, src/z80/main.c:
8612         fixed Z80 port - crt0.o: cannot open.
8613
8614 2003-06-19  Bernhard Held <bernhard AT bernhardheld.de>
8615
8616         * support/Util/MySystem.c (merge_command): revert bad fix
8617
8618 2003-06-18  Borut Razem <borut.razem AT siol.net>
8619
8620         * src/SDCC.lex, src/SDCCmain.c: fixed some warnings, introduced with changes made 15.06.1003
8621
8622 2003-06-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8623
8624         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
8625         option --use-stdout sends errors to stdout instead of stderr.
8626
8627 2003-06-18  Bernhard Held <bernhard AT bernhardheld.de>
8628
8629         * support/Util/MySystem.c (merge_command): quick fix for Linux segfault with \"cmd\" arg
8630
8631 2003-06-15  Borut Razem <borut.razem AT siol.net>
8632
8633         * support/cpp2/sdcc.h: HAVE_DOS_BASED_FILE_SYSTEM defined for _WIN32
8634         * src/SDCC.lex: cloneXxx and copyAndFreeXxx functions for options and optimize stack handling
8635         * src/SDCCglobl.h, src/SDCCmain.c, src/ds390/main.c, src/mcs51/main.c, src/z80/main.c:
8636         fixed width array of pointers replaced with sets;
8637         multiple include and lib paths ared transferred to preprocessor and linker
8638         * src/SDCCset.c, src/SDCCset.h: added function setFromSetNonRev() and mergeSets()
8639         * src/SDCCsymt.c: reimplemented function inCalleeSaveList() by using sets instead
8640         fixed width array of pointers
8641         * src/SDCCutil.c, src/SDCCutil.h: added functions fputStrSet(), appendStrSet(), joinStrSet();
8642         removed functions addToList(), join(), joinn(), pathCharsEquivalent(), pathCharTransform(),
8643         fixupPath(), getPathDifference()
8644         * src/ds390/gen.c, src/mcs51/gen.c: reimplemented function  inExcludeList() by using sets instead
8645         fixed width array of pointers
8646
8647 2003-06-11  Bernhard Held <bernhard AT bernhardheld.de>
8648
8649         * src/pic16/ralloc.c: fix warnings
8650         * src/pic16/pcode.c: fix warning
8651
8652 2003-06-10  Scott Dattalo  <scott AT dattalo.com>
8653
8654          Scott D. for Vangelis Rokas (vrokas AT otenet.gr). I (scott) don't
8655         know all the details, but essentially this set of changes enable
8656         the pic16 port to generate movff instructions and generate assembler
8657         directives,
8658         * src/SDCCmain.c:
8659         * src/pic16/gen.c:
8660         * src/pic16/glue.c:
8661         * src/pic16/pcode.c:
8662         * src/pic16/device.c:
8663         * src/pic16/main.c:
8664         * src/pic16/pcode.h:
8665         * src/pic16/pcoderegs.c:
8666         * src/pic16/ralloc.c:
8667         * src/pic16/ralloc.h:
8668
8669 2003-06-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8670
8671         * support/Util/SDCCerr.c, src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
8672         added option --vc, so sdcc errors and warnings are compatible with
8673         Microsoft Visual Studio.
8674
8675 2003-06-07  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8676
8677         * device/lib/_atof.c, device/lib/Makefile.in, device/include/stdlib.h,
8678           device/lib/libfloat.lib: added atof function.
8679
8680 2003-06-04  Bernhard Held <bernhard AT bernhardheld.de>
8681
8682         * doc/sdccman.lyx: updated to Lyx 1.3
8683         * doc/cdbfileformat.lyx: updated to Lyx 1.3
8684         * doc/test_suite_spec.lyx: updated to Lyx 1.3
8685         * doc/Makefile: added fix for the \tabularnewline problem, thanks to Jesus
8686
8687 2003-06-03  Bernhard Held <bernhard AT bernhardheld.de>
8688
8689         * src/SDCCpeeph.c: separate peepRules2pCode() for pic16 by "Vangelis Rokas" <vrokas AT otenet.gr>
8690
8691 2003-06-02  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8692
8693         * doc/sdccman.lyx: cvs revision keywords, passing pdf information in latex preamble,
8694           additions to the "related tools/documentation" section
8695
8696 2003-06-02  Bernhard Held <bernhard AT bernhardheld.de>
8697
8698         * src/SDCCglue.c (tempfileandname): added check for missing TMP/TEMP/TMPDIR variable
8699
8700 2003-05-29  Bernhard Held <bernhard AT bernhardheld.de>
8701
8702         * src/pic/device.c: added 16F819, patch by "David I. Lehn" <dlehn AT vt.edu>
8703         * src/SDCCcse.c (algebraicOpts): fixed "c * 1"
8704
8705 2003-05-28  Bernhard Held <bernhard AT bernhardheld.de>
8706
8707         * doc/sdccman.lyx: fix double dash and other minor things
8708         * doc/Makefile: fix double dash
8709
8710 2003-05-28  Karl Bongers(patches from Martin Helmling)
8711         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files. Martin adds
8712           condition and ignore commands.
8713
8714 2003-05-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8715
8716         * doc/sdccman.lyx: Changes all over, index improved, smaller margins. The manual
8717           is in parts still quite out of date, I did changes as far as I felt makes sense
8718           for a non-native english speaker.
8719           Please feel free to add to the manual or to correct my changes.
8720         * doc/Makefile: undid touching the date of intermediate tex files.
8721
8722 2003-05-26  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8723
8724         * doc/sdccman.lyx: Manual has an index now
8725
8726 2003-05-25  Bernhard Held <bernhard AT bernhardheld.de>
8727
8728         Finalize muluint/mulsint and mululong/mulslong merging:
8729         * device/lib/_mulint.c
8730         * device/lib/_mullong.c
8731         * device/lib/gbz80/mul.s
8732         * device/lib/gbz80/stubs.s
8733         * device/lib/z80/mul.s
8734         * device/lib/z80/stubs.s
8735         * src/SDCCsymt.c (initCSupport)
8736
8737 2003-05-25  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8738
8739         * as/mcs51/lkaomf51.c: Address space 'z' was missing.
8740         * src/avr/avr.dsp, src/ds390/ds390.dsp, src/mcs51/mcs51.dsp,
8741           src/pic/pic.dsp, src/pic16/pic16.dsp, src/xa51/xa51.dsp,
8742           src/x80/z80.dsp: peep.rul is bigger now, so /Zm1000 is used
8743           instead of /Zm500.
8744
8745 2003-05-25  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8746
8747         * src/mcs51/peeph.def: added rules 244.x, 245.x. Although they pass
8748           the regression tests I'm not brave enough to enable 245.b, 245.c
8749         * doc/sdccman.lyx: added latex preamble for hyperref package.
8750           Using pdflatex this will give you a hyperlinked pdf file with
8751           bookmarks. (prepend '%' before /usepackage if this breaks something)
8752
8753 2003-05-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8754
8755          * doc/sdccman.lyx: updated information about .adb files (fixed bug 742649)
8756
8757 2003-05-22  Bernhard Held <bernhard AT bernhardheld.de>
8758
8759         * src/pic16/pcode.c (pic16_get_op_from_instruction): fixed a gcc 3.x warning
8760
8761 2003-05-21    <johan AT balder>
8762
8763         * src/SDCCglue.c (printIval): fixed bug #739934
8764
8765 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
8766
8767         Applied patch from bug 737905 (renamed yylineo to mylineno):
8768         * src/altlex.c
8769         * src/SDCCast.c
8770         * src/SDCglobl.h
8771         * src/SDCC.lex
8772         * src/SDCCsymt.c
8773         * src/SDCCval.c
8774         * src/pic16/pcode.c: Cleaned warnings
8775         * src/pic16/pcodeflow.c: Cleaned warnings
8776         * src/pic16/pcoderegs.c: Cleaned warnings
8777
8778 2003-05-19  Scott Dattalo  <scott AT dattalo.com>
8779
8780         * src/pic16/pcode.c: Cleaned warnings
8781         * src/pic16/pcodepeep.c: Cleaned warnings
8782         * src/pic16/ralloc.c: Cleaned warnings
8783
8784 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
8785
8786         * doc/sdccman.lyx: fixed bug 739745
8787         * src/pic16/pcode.c (pic16_get_op): fixed warning on alpha
8788
8789 2003-05-18  Bernhard Held <bernhard AT bernhardheld.de>
8790
8791         * src/port.h: removed DEFAULT_PORT, it's not yet pic16 ;-)
8792         it can be defined with CFLAGS when running configure
8793         * src/SDCCmain.c: fixed compiling + linking with object files
8794
8795 2003-05-18  Vangelis Rokas (vrokas AT otenet.gr)
8796
8797         * configure.in: configure for pic16 port,
8798             added --disable-pic16-port
8799         * sdccconf_in.h: added macro OPT_DISABLE_PIC16
8800         * src/SDCCmain.c: linkOptions is changed to set *,
8801             added if/endif conditional macros to remove options help
8802             messages from optionsTable when a port is not configured, added
8803             support for the PIc16 port in the ports table, when executing
8804             the compiler with no port specified on command line, a default
8805             port is selected with the new macro DEFAULT_PORT which is
8806             defined in port.h, in setDefaultOptions() linkOptions is removed
8807             from initialization assignment, since now it is a set,
8808             parseCmdLine uses setParseWithComma for linkOptions, in
8809             linkEdit() linkOptions are accessed with new function indexSet()
8810             which returns the i'th item of a set variable. See SDCCset.c, in
8811             linkEdit() when calling buildCmdLine(), added linkOptions as
8812             last argument. Now users can pass arguments to gplink via the
8813             -Wl option, main() uses pic16glue() to glue up pic16 programs
8814         * src/SDCCpeeph.c: various changes to support pic16
8815         * src/SDCCset.c: added function  void *indexSet(set *, int)  to
8816             return the i'th item of the set
8817         * src/SDCCset.h: added function prototype for indexSet()
8818         * src/SDCCsymt.c: in checkSClass(), added support for PIC16
8819         * src/clean.mk: added pic16 in CLEANALLPORTS variable
8820         * src/port.h: added TARGET_ID_PIC16,TARGET_IS_PIC16 macro,
8821             added macro DEFAULT_PORT
8822         * src/pic/main.c: corrected arguments of gplnk in _linkCmd
8823         * src/pic16/gen.c: bug fix in genCpl(), now the correct code is
8824             generated
8825         * src/pic16/glue.c: commented out some error producing lines
8826         * src/pic16/main.c: __config directives are commented out to stop
8827             gpasm complaining and test the linkage with gplink, _linkCmd and
8828             _asmCmd changed to be more gplink and gpasm friendly
8829         * src/pic16/peeph.def: peep rule 3 is commented out, since it
8830             produced an error when parsed, peep rule 12 is added to utilize
8831             movff, but it is commented out since the pCode does not support
8832             yet a command with 2 address arguments
8833
8834 2003-05-18    <johan AT balder>
8835
8836         * src/ds390/gen.c (genArrayInit): removed obsolete and buggy ARRAYINIT
8837         * src/ds390/main.c (genArrayInit): removed obsolete and buggy ARRAYINIT
8838 2003-05-17  Karl Bongers(apply patches from Martin Helmling)
8839
8840         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files.
8841   Added feature to script commands from file.
8842
8843 2003-05-14  Bernhard Held <bernhard AT bernhardheld.de>
8844
8845         * device/lib/_strtok.c: fixed bug #734355 by Lenny Story and Tim Woodall
8846         * src/SDCCutil.c: include ctype.h for win32
8847
8848 2003-05-13  Bernhard Held <bernhard AT bernhardheld.de>
8849
8850         * src/pic16/*: removed CR from many files, reported by Vangelis Rokas
8851
8852 2003-05-12  Karl Bongers(apply development patches from Martin Helmling)
8853
8854         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,break.c and .h files.
8855   Fixed so you can set breakpoints prior to run, run does not stop
8856   on entry now.  Add tbreak.  Other enhancements and fixes for use
8857   with ddd.
8858
8859 2003-05-12  Borut Razem <borut.razem AT siol.net>
8860
8861         * src/SDCCmain.c: fixed the problem with searching the DATADIR as the last resort on *nix
8862
8863 2003-05-11  Borut Razem <borut.razem AT siol.net>
8864
8865         * src/SDCCutil.c: WIN32 version of getBinPath() calls GetModuleFileName() to determine
8866         the path of bin directory, so that PATH is the only env. variable, which has to be set
8867         in case of standard installation.
8868         * src/ds390/ds390.dsp: increased value of /Zm option to 1000
8869         * src/pic/main.c: add quotes to file name parameters for gplink and gpasm
8870         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx: added --print-search-dirs command line option
8871
8872 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
8873
8874         * src/SDCCmain.c (linkEdit): fixed buffer overflow for gbz80
8875         * support/regression/Makefile: inter-port-clean is no longer nesessary, the
8876         temp files are in the port dir; clean the gen/test directory when
8877         generating new test.c
8878         * support/regression/ports/host/spec.mk: defined OBJEXT for target clean
8879         * support/regression/tests/vaargs.c: fixed gcc 3.3 warning
8880         * support/regression/tests/zeropad.c: added
8881
8882 2003-05-09    <johan AT balder>
8883
8884         * src/SDCCglue.c: fixed bug #597940
8885
8886 2003-05-05  Karl Bongers(apply patches from Martin Helmling)
8887
8888         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
8889   cache sfr, optimize next,step, fix off by one sourceline,
8890   support ddd list function.
8891         * sim/ucsim/cmd.src/newcmd.cc - small fix for sdcdb use.
8892
8893 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
8894
8895         * support/regression/HTMLgen.py: added compare_s2f()
8896         * support/regression/Makefile: redo 1.27
8897         * support/regression/generate-cases.py: redo 1.5
8898
8899 2003-04-30  Bernhard Held <bernhard AT bernhardheld.de>
8900
8901         * support/regression/tests/float.c: workaround 33 bit hex constant
8902         * support/regression/tests/simplefloat.c: fix division for host
8903
8904 2003-04-29  Scott Dattalo  <scott AT dattalo.com>
8905
8906         * src/pic/pcoderegs.c Applied patch from Jim Hawkridge <jim AT jimhawkridge.uk.eu.org>
8907         that tame's the PIC's over-aggressive optimizer.
8908
8909 2003-04-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8910
8911          * src.dsw, link/z80/aslink.h, link/z80/linkz80.dsp: z80 linker
8912          support for MSVC.
8913
8914 2003-04-29  Kevin Vigor <kevin AT vigor.nu>
8915
8916         Initial support for DS80C400. "Hello world" runs on TINIm400
8917         (with polled I/O).
8918
8919 2003-04-28  Karl Bongers(apply patches for Martin Helmling)
8920
8921          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
8922          * Some notes on ddd usage added in debugger/README
8923          Martin Helmling adding more features and fixes for ddd GUI debugger.
8924          Code added for nexti, stepi, up, down, and other adjustments.
8925
8926 2003-04-28  Scott Dattalo  <scott AT DATTALO.COM>
8927
8928         * src/pic/pCodepeep.c non-wildcard asmops are now handled
8929         * src/pic/peeph.def Added two rules to optimize carry manipulation
8930         * src/pic/* removed debug printfs
8931
8932 2003-04-28  Bernhard Held <bernhard AT bernhardheld.de>
8933
8934         * debugger/mcs51/cmd.c: added header newalloc.h
8935
8936 2003-04-26  Bernhard Held <bernhard AT bernhardheld.de>
8937
8938         * as/Makefile: new EXEEXT
8939         * as/z80/Makefile: remove trailing slash of BUILDIR
8940         * as/z80/clean.mk: new EXEEXT
8941         * Makefile.common.in: add to CFLAGS (and others), don't replace it
8942         * support/cpp2/Makefile.in: new EXEEXT
8943         * src/pic/glue.c (pic14emitRegularMap): fixed warning
8944
8945 2003-04-24  Bernhard Held <bernhard AT bernhardheld.de>
8946
8947         Cygwin's gcc always appends .exe: 'gcc -o a a.c' creates a.exe;
8948         EXEEXT was introduced to fix all related problems with targets
8949         "clean", "install" and "uninstall"; a couple of further flaws
8950         especially with "clean" have been fixed too
8951         * as/mcs51/Makefile.in
8952         * as/mcs51/clean.mk
8953         * as/z80/Makefile
8954         * Makefile
8955         * clean.mk
8956         * debugger/mcs51/Makefile.in
8957         * debugger/mcs51/clean.mk
8958         * link/z80/Makefile
8959         * link/z80/Makefile.in
8960         * link/z80/clean.mk
8961         * link/Makefile
8962         * packihx/Makefile.in
8963         * packihx/clean.mk
8964         * sim/ucsim/Makefile
8965         * sim/ucsim/clean.mk
8966         * sim/ucsim/avr.src/Makefile.in
8967         * sim/ucsim/avr.src/clean.mk
8968         * sim/ucsim/s51.src/Makefile.in
8969         * sim/ucsim/s51.src/clean.mk
8970         * sim/ucsim/xa.src/Makefile.in
8971         * sim/ucsim/xa.src/clean.mk
8972         * sim/ucsim/z80.src/Makefile.in
8973         * sim/ucsim/z80.src/clean.mk
8974         * sim/ucsim/main_in.mk
8975         * sim/ucsim/packages_in.mk
8976         * sim/ucsim/gui.src/Makefile.in
8977         * sim/ucsim/gui.src/serio.src/Makefile.in
8978         * sim/ucsim/gui.src/serio.src/clean.mk
8979         * src/Makefile.in
8980         * src/clean.mk
8981         * support/cpp2/Makefile.in
8982         * support/cpp2/clean.mk
8983         * support/makebin/Makefile
8984         * support/makebin/clean.mk
8985         * support/scripts/sdcc_mingw32: --program-suffix no longer needed
8986         * doc/sdccman.lyx: --program-suffix no longer needed
8987
8988 2003-04-23  Karl Bongers(apply patches for Martin Helmling)
8989
8990          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,..
8991          Martin Helmling added support for ddd GUI debugger.
8992          Code added to display assembly, set variables, and other commands
8993          to interface to ddd.
8994
8995 2003-04-23  Bernhard Held <bernhard AT bernhardheld.de>
8996
8997         * as/Makefile: fix target clean
8998         * as/clean.mk: fix target clean
8999         * as/z80/clean.mk: fix target clean
9000
9001 2003-04-22  Bernhard Held <bernhard AT bernhardheld.de>
9002
9003         * Makefile.common.in: added  AT EXEEXT AT
9004         * configure.in: removed all mingw32 stuff
9005         * configure: rebuilt from configure.in
9006         * doc/sdccman.lyx: updated section "installation"
9007         * support/scripts/sdcc_mingw32: adapted to configure
9008         * support/scripts/sdcc_cygwin_mingw32: added
9009
9010 2003-04-22  Scott Dattalo  <scott AT dattalo.com>
9011
9012         * src/pic Added object file support for the PIC port
9013         * src/pic Applied patch from Craig Franklin (this started the object file support)
9014         * src/regression Updated the PIC regression tests for object files
9015
9016 2003-04-20  Borut Razem <borut.razem AT siol.net>
9017
9018         * sdcc/as/mcs51/lklex.c: make getfid() more robust and fixed gcc warning:
9019           lklex.c: In function `getfid':
9020           lklex.c:203: warning: array subscript has type `char'
9021         * src/SDCCglobl.h: small change in stack handling macros, to avoid crash when compiled
9022           with MSVC with global optimization enabled (probably an cl compiler bug ;-)
9023         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added function fatal(), called from
9024           stack handling macros
9025
9026 2003-04-19  Borut Razem <borut.razem AT siol.net>
9027
9028         * "handling space characters in file path" task:
9029         * src/SDCCmacro.c: fixed bug in handlig quote at the end of line
9030         * support/Util/BuildCmd.c: define par as NULL if parameter value is invalid
9031         * support/Util/MySystem.h: make it self-sufficient
9032         * src/avr/main.c, src/ds390/main.c, src/mcs51/main.c, src/pic/main.c, src/xa51/main.c,
9033           src/z80/main.c, sdcc/as/mcs51/lklex.c:
9034           handling space characters in file path
9035         * src/SDCCmain.c: introduced setDataPaths() function, {datadir} macro
9036           (it will be used by assemblers, which have their own includes, e.g. gpasm)
9037         * support/Util/MySystem.c: handling space characters in executable's path
9038
9039 2003-04-19  Bernhard Held <bernhard AT bernhardheld.de>
9040
9041         * as/z80/Makefile: fix permanent rebuild of z80
9042         * sim/ucsim/gui.src/Makefile.in: target "install" builds the same packages as target "all"
9043         * support/regression/tests/bitfields.c: added Johan's bitfields.c
9044
9045 2003-04-18      Kevin Vigor <kevin AT vigor.nu>
9046
9047         * src/SDCCopt.c: add special case optimization to replace modulo by
9048           a power of two with a bitwise AND.
9049
9050 2003-04-18    <johan AT balder>
9051
9052         * src/mcs51/gen.c (getFreePtr): fixed bug #635354
9053
9054 2003-04-17    <johan AT balder>
9055
9056         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #716790 and removes lot's of redundant register usage around function calls
9057         * src/mcs51/ralloc.c (packRegisters): fixed bug #720667
9058
9059 2003-04-13  Borut Razem <borut.razem AT siol.net>
9060
9061         * doc/sdccman.lyx: updated info about #pragma SAVE/RESTORE nesting
9062         * configure.in, configure: fixed problems on cygwin/WinCVS environmet with ports.* line endings;
9063           fixed mingw problem in adl_NORMALIZE_PATH
9064
9065 2003-04-12  Borut Razem <borut.razem AT siol.net>
9066
9067         * fixed "#pragma SAVE/RESTORE can not be nested":
9068         * src/SDCC.lex: reworked pragma handling functions
9069         * sdcc/src/SDCCglobl.h: reworked stack handling macros
9070         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added E_STACK_VIOLATION error
9071
9072 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
9073
9074         * src/SDCCutil.c (pathEquivalent): defined but not used
9075         * debugger/mcs51/sdcdb.c: replace SDCC_LIB_DIR
9076         * configure.in: remove sdcc_datadir, sdcc_lib_dir and sdcc_include_dir
9077         * configure: rebuilt from configure.in
9078         * sdccconf_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
9079         * sdcc_vc_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
9080         * device/include/Makefile.in: replace sdcc_datadir
9081         * device/lib/Makefile.in: replace sdcc_datadir
9082         * Makefile.common.in: add LDFLAGS from configure
9083         * packihx/Makefile.in: use LDFLAGS
9084         * src/Makefile.in: use LDFLAGS
9085         * support/cpp2/Makefile.in: add LDFLAGS from configure
9086         * support/makebin/Makefile: use LDFLAGS
9087         * .version: bumped version number to 2.3.5
9088
9089 2003-04-12  Borut Razem <borut.razem AT siol.net>
9090
9091         * completed "different paths" task:
9092         * src/SDCCmacro.c: fixed bug in handling quotes
9093         * src/SDCCutil.c, src/SDCCutil.c: rewritten getPrefixFromBinPath()
9094         * src/SDCCmain.c: _discoverPaths() replaced with setBinPaths(), setIncludePath() and setLibPath()
9095
9096 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
9097
9098         * src/pic/pcoderegs.c (Remove1pcode): fix warning on alpha
9099
9100 2003-04-11 kevin Vigor <kevin AT vigor.nu>
9101
9102         * ds390/gen.c ds390/peeph.def: fix bug 706781
9103
9104 2003-04-11  Borut Razem <borut.razem AT siol.net>
9105
9106         * support/Util/dbuf.c, support/Util/dbuf.h: update to version 1.1.1 - re-added C++ stuff to make it still more portable
9107
9108 2003-04-10  Scott Dattalo  <scott AT dattalo.com>
9109
9110         * src/pic/* Applied the pointer-to-function patch from Steve Tell.
9111         * src/pic/* Fixed several pointer bugs. (PIC port broke when the ruonly bit was
9112          set - this bit used to not be set...).
9113         * src/pic/gen.c Fixed buf 609268 ==> x = (x+1) & 0xf; generated
9114           bad code in PIC Port
9115         * src/regression/and2.c added to test bug 609268
9116         * src/regression/Makefile added and2.c to regression test
9117
9118
9119 2003-04-08    <johan AT CP255758-A>
9120
9121         * src/mcs51/gen.c (gen51Code): display reg usage in --icode-in-asm
9122         * src/mcs51/ralloc.c (serialRegAssign): update the registers in use and save some slocs
9123         * src/SDCCicode.h: added riu to show the register usage in --icode-in-asm
9124
9125 2003-04-07  Bernhard Held <bernhard AT bernhardheld.de>
9126
9127         * configure.in: fully support prefix, exec_prefix, datadir, docdir;
9128         fix bug #487815
9129         * support/cpp2/Makefile.in: fix bug #487815
9130         * configure: rebuilt from configure.in
9131         * Makefile.common.in: docdir changed, new path suffixes
9132         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
9133         * sdcc_vc_in.h: reflect changes from sdccconf.h
9134         * src/SDCCglobl.h: remove *SEPARATOR_CHARS, they are now in sdccconf.h
9135         * src/SDCCutil.h: remove BINDIR hack
9136         * doc/sdccman.lyx: update new path hierarchy
9137
9138 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
9139
9140         * src/SDCCpeeph.c: added okToRemoveSLOC test
9141
9142 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
9143
9144         * device/lib/printf_fast.c: added leading zero format ("%06d", etc)
9145
9146 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
9147
9148         * src/SDCCpeeph.c: added labelIsReturnOnly test
9149         * src/mcs51/peeph.def: Peephole 244: replace ljmp to ret with ret
9150
9151 2003-04-05    <johan AT balder>
9152
9153         * src/SDCCcse.c (cseAllBlocks): fixed bug #460088
9154         * src/SDCCloop.c (DEFSETFUNC): fixed bug #460088
9155         * src/SDCCopt.c (eBBlockFromiCode): fixed bug #460088
9156         * src/SDCCast.c: fixed a warning
9157         * src/SDCCast.h: fixed a warning
9158         * src/SDCCicode.c (operandFromAst): fixed a warning
9159
9160 2003-04-04    <johan AT balder>
9161
9162         * src/SDCCloop.c (DEFSETFUNC): undid the fix for bug #519584
9163         * src/SDCCast.c (decorateType): fixed bug #715076
9164         * src/SDCC.y: fixed bug #702907
9165
9166 2003-04-03    <johan AT balder>
9167
9168         * device/lib/_mulint.c (_muluint): new #pragma LESS_PEDANTIC
9169         * src/SDCCopt.c (eBBlockFromiCode): new #pragma LESS_PEDANTIC
9170         * src/SDCCglobl.h (PRAGMA_LESSPEDANTIC): new #pragma LESS_PEDANTIC
9171         * src/SDCC.lex (doPragma): new #pragma LESS_PEDANTIC
9172         * src/SDCCmain.c (parseCmdLine): new #pragma LESS_PEDANTIC
9173
9174 2003-04-03  Bernhard Held <bernhard AT bernhardheld.de>
9175
9176         * _decdptr.c: fix return values
9177         * _gptrget.c: fix return values
9178         * _gptrgetc.c: fix return values
9179         * _gptrput.c: fix return values
9180         * _mulint.c: fix return values
9181         * as/z80/Makefile: fix 'make -j' problem
9182
9183 2003-04-02  Bernhard Held <bernhard AT bernhardheld.de>
9184
9185         * Makefile.common.in: unused PORT, SCC and SAS removed, fixed docdir
9186         * configure.in: big cleanup, updated to autoconf 2.5x
9187         * configure: rebuilt from configure.in
9188         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
9189         * sdcc_vc_in.h: reflect changes from sdccconf.h
9190         * doc/Makefile: fixed a flaw in "make install"
9191
9192 2003-04-02    <johan AT balder>
9193
9194         * src/ds390/gen.c (genCmp): no comments
9195         * src/mcs51/gen.c (genCmp): no comments
9196         * src/SDCCopt.c (eBBlockFromiCode): detect missing return values
9197         * src/SDCCast.c (ast_print): fixed the function type in --dumptree
9198
9199 2003-04-01  Bernhard Held <bernhard AT bernhardheld.de>
9200
9201         * support/regression/generate-cases.py: place generated file in given sub directory
9202         * support/regression/ports/host/spec.mk: prevent removal of testfwk.o
9203         * support/regression/Makefile: improvements for 'make -j';
9204         side effect: it's simpler and faster now
9205
9206 2003-03-31  Borut Razem <borut.razem AT siol.net>
9207
9208         * src/z80/main.c: link-{port} and as-{port} defined without path
9209         * src/src.dsp: support/Util/MySystem.h and src/SDCCutil.h added to project
9210
9211 2003-03-31  Bernhard Held <bernhard AT bernhardheld.de>
9212
9213         * Makefile, src/Makefile.in: add dependencies, so that 'make -j' works
9214
9215 2003-03-30  Borut Razem <borut.razem AT siol.net>
9216
9217         * support/Util/BuildCmd.c, support/Util/BuildCmd.h: rewrite buildCmdLine(),
9218           changed type of list parameter to set
9219         * src/ds390/main.c: changed type of parameter asmOptions to set in _tininative_do_assemble()
9220         * src/port.h: changed type of do_assemble() parameter to set
9221         * src/SDCCmain.c: type of asmOptions changed to set, introduced setParseWithComma(),
9222           sdcpp defined without path, removed variable VersionString, introduced set binPathSet,
9223           definition of "cppoutfilename" macro with NULL value in preProcess()
9224         * src/SDCCglobl.h: included "SDCCset.h", added declaration of setParseWithComma()
9225         * src/SDCCglue.c: removed variable VersionString, inroduced spacesToUnderscores()
9226         * support/Util/MySystem.c, support/Util/MySystem.h: rewrite, char *ExePathList[]
9227           replaced with set *binPathSet
9228         * shash_add() deallocates the item, if allready exsists, before adding the new one
9229         * src/SDCCmacro.c: handling macros with empty or NULL values in _evalMacros()
9230
9231 2003-03-30  Scott Dattalo  <scott AT dattalo.com>
9232
9233         * src/pic/gen.c: Commit patch from Steve Tell <tell AT telltronics.org> that fixes
9234           a nested for loop bug in the PIC port
9235         * src/regression/nestfor.c: new regression test file Steve wrote to test nested
9236           for loops
9237
9238 2003-03-29  Bernhard Held <bernhard AT bernhardheld.de>
9239
9240         * support/Util/dbuf.h: remove C++ stuff to make it portable
9241
9242 2003-03-28  Borut Razem <borut.razem AT siol.net>
9243
9244         * src/SDCC.lex: Fix for bug #711240: dynamic buffer handling of C
9245           literal strings in stringLiteral()
9246         * support/Util/dbuf.c, support/Util/dbuf.h: added: dynamic buffer handling
9247         * src/Makefile.bcc, src/Makefile.in, src\src.dsp: added support/Util/dbuf.c
9248           to the project
9249
9250 2003-03-27  Paul Stoffregen <paul AT pjrc.com>
9251
9252         * src/SDCCpeeph.c (pcDistance): accurate byte distance for mcs51
9253
9254 2003-03-26    <johan AT balder>
9255
9256         * src/mcs51/gen.c (saveRegisters): catched symbol abuse
9257         * src/ds390/gen.c (saveRegisters): catched symbol abuse
9258         * src/SDCCast.c (decorateType): fixed " -v < 3"
9259
9260 2003-03-23  Bernhard Held <bernhard AT bernhardheld.de>
9261
9262         * doc/cdbfile.html: removed, replaced by cdbfileformat.lyx
9263         Added Lenny Story's debug infrastructure changes:
9264         * src/Makefile.in:  added new files cdbFile.c and SDCCdebug.c
9265         * src/Makefile.bcc: added new files cdbFile.c and SDCCdebug.c
9266         * src/cdbFile.c: added
9267         * src/SDCCdebug.c: added
9268         * src/SDCCdebug.h: added
9269         * src/SDCCast.c (createFunction)
9270         * src/SDCCglue.c (emitRegularMap, emitStaticSeg, emitOverlay, glue)
9271         * src/SDCCmain.c (parseCmdLine, main)
9272         * src/SDCCmem.c (redoStackOffsets)
9273         * src/SDCCsymt.c (cdbStructBlock, cdbTypeInfo, cdbSymbol, cdbStruct, cdbStructBlock)
9274         * src/SDCCsymt.h
9275         * src/common.h
9276         * src/avr/gen.c (genAVRCode)
9277         * src/ds390/gen.c (gen390Code)
9278         * src/mcs51/gen.c (gen51Code)
9279         * src/pic/gen.c (genpic14Code)
9280         * src/pic/glue.c (pic14emitRegularMap, pic14emitStaticSeg, pic14emitOverlay, picglue)
9281         * src/xa51/gen.c (genXA51Code)
9282         * src/SDCCast.c: fixed "void foo(void){char c; -c < 0;}"
9283
9284 2003-03-22  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9285
9286         * src/mcs51/gen.c (genCodePointerGet): quicker code for bug #700797
9287         * src/mcs51/peeph.def: added rules 177, 241.x to 243, touched 181, 182.x, 193.x
9288
9289 2003-03-22    <johan AT balder>
9290
9291         * src/SDCCicode.c (geniCodeDerefPtr): fixed bug #698231
9292
9293 2003-03-21  Bernhard Held <bernhard AT bernhardheld.de>
9294
9295         * support/scripts/sdcc_mingw32: adapted to configure from autoconf 2.54
9296         * doc/cdbfileformat.lyx: added, written by Lenny Story
9297         * doc/Makefile: added cdbfileformat.lyx
9298         * doc/clean.mk: added cdbfileformat.lyx
9299
9300 2003-03-20  Bernhard Held <bernhard AT bernhardheld.de>
9301
9302         * src/mcs51/peeph.def: fix bug #705773
9303
9304 2003-03-20    <johan AT balder>
9305
9306         An sfr/sbit can have an "at #" AND an initializer
9307         * src/SDCCsymt.c (checkSClass):
9308         * src/SDCCmem.c (allocGlobal):
9309         * src/SDCCmem.c (allocLocal):
9310         * src/SDCCast.c (createBlock):
9311
9312 2003-03-17  Bernhard Held <bernhard AT bernhardheld.de>
9313
9314         * src/ds390/peeph.def: fix bug #704878: added rule 213.b suggested by Jan Rejlek
9315
9316 2003-03-16    <johan AT balder>
9317
9318         Undid the hackup of const and volatile, the problem is much bigger
9319         * src/SDCC.y:1.65
9320         * src/SDCCast.c:1.171
9321         * src/SDCCglue.c:1.138
9322         * src/SDCCicode.c:1.146
9323         * src/SDCCsymt.c:1.150
9324         * src/SDCCval.c:1.65
9325
9326 2003-03-15  Bernhard Held <bernhard AT bernhardheld.de>
9327
9328         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #703541
9329         * src/ds390/gen.c (genAddrOf): fixed bug #704087
9330
9331 2003-03-13    <johan AT balder>
9332
9333         Hackup const and volatile modifiers in type chains a bit:
9334         * src/SDCC.y:1.63
9335         * src/SDCCast.c:1.169
9336         * src/SDCCglue.c:1.136
9337         * src/SDCCicode.c:1.143
9338         * src/SDCCsymt.c1.146
9339         * src/SDCCsymt.h1.59
9340         * src/SDCCval.c:1.63
9341
9342 2003-03-12    <johan AT balder>
9343
9344         * src/SDCCBBlock.h: more LRH debugging junk
9345         * src/SDCCcflow.h: more LRH debugging junk
9346         * src/SDCCloop.c: more LRH debugging junk
9347         * src/SDCC.y (struct_declaration): fixed bug #697590
9348         * src/SDCCsymt.[hc] (cloneSpec): NEVER EVER use this again
9349         * src/ds390/gen.c (aopForRemat): fixed bug #700031
9350         * src/SDCCglue.c (emitStaticSeg): fixed bug #700797
9351
9352 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
9353         * src/SDCCpeeph.c: quit being lazy and made proper fix (peephole
9354         test function names must now match exactly).
9355         * src/SDCCcse.c: added special case in findCheaperOp to allow
9356         extending a short integer. Makes less awful code for bug 700121 test case.
9357
9358 2003-03-11  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9359
9360         * as/mcs51/lkmain.c: Added ASlink-Warning to messages
9361         * as/mcs51/lkaomf51.c: Fixed bug when linking asmblink example
9362
9363 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
9364
9365         * src/SDCCpeeph.c: fix so that operandsNotEqualX functions are
9366         actually called (operandsNotEqual() was called for all
9367         operandsNotEqualX tests).
9368
9369 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
9370
9371         * src/SDCCcse.c: fix findCheaperOp to prevent replacing int types
9372         with shorter literals. Fixes bug 700121.
9373
9374 2003-03-11    <johan AT balder>
9375
9376         * src/SDCCsymt.c (compareType): a (void *) can be assigned to any pointer
9377
9378 2003-03-11  Bernhard Held <bernhard AT bernhardheld.de>
9379
9380         * src/SDCCloop.c (mergeRegions): an evil beast is dead
9381         * src/SDCCmain.c (preProcess): minor cleanup: eliminate preOutName
9382
9383 2003-03-10  Borut Razem <borut.razem AT siol.net>
9384
9385         * src/SDCCmain.c: pipe preprocessor's output
9386         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
9387         * sdcc_vc_in.h: define pclose as _pclose for WIN32
9388         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
9389         which closes all pipes in pipeSet set
9390         * src/SDCCset.c: free deleted item in function deleteSetItem()
9391         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
9392         moved from z80 to src subproject
9393         * .version: increased version number to 2.3.4
9394
9395 2003-03-10  Bernhard Held <bernhard AT bernhardheld.de>
9396
9397         * support/regression/ports/mcs51/spec.mk: increase timeout for CF's sparc to 30s
9398         * support/regression/ports/ds390/spec.mk: increase timeout for CF's sparc to 25s
9399         * support/regression/ports/xa51/spec.mk: fix typo
9400
9401 2003-03-09  Bernhard Held <bernhard AT bernhardheld.de>
9402
9403         * src/SDCCglobl.h: PATH_MAX is already defined in mingw32 headers
9404
9405 2003-03-09  Borut Razem <borut.razem AT siol.net>
9406
9407         * src/SDCCmain.c: pipe preprocessor's output
9408         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
9409         * sdcc_vc_in.h: define pclose as _pclose for WIN32
9410         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
9411         which closes all pipes in pipeSet set
9412         * src/SDCCset.c: free deleted item in function deleteSetItem()
9413         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
9414         moved from z80 to src subproject
9415
9416 2003-03-09  Borut Razem <borut.razem AT siol.net>
9417
9418         * src/SDCCglue.c: re-implemented tempfilename() and tempfile(): using mkstemp() if available
9419         * src/SDCCsymt.h: fixed MSVC and BORLANDC compilation (included SDCCglobl.h instead srccconf.h)
9420         * sdcc_vc_in.h: explicitly undefined HAVE_MKSTEMP which is not available on BORLANDC and MSVC
9421         * src/SDCCset.h: removed inclusion of sdccconf.h or sdcc_vc.h
9422         * src/SDCCglobl.h: unification of WIN32 native definitions
9423
9424 2003-03-09  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9425
9426         * src/mcs51/gen.c: applied in-/dec patch mentioned on sdcc-devel 2003-03-01
9427
9428 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
9429
9430         * src/configure.in:   check for endianess (even while cross-compiling)
9431         * src/configure:      check for endianess (even while cross-compiling)
9432         * src/configure_in.h: check for endianess (even while cross-compiling)
9433         * src/avr/gen.c:        remove old endianess stuff
9434         * src/mcs51/gen.c:      remove old endianess stuff
9435         * src/ds390/gen.c:      remove old endianess stuff
9436         * src/pic/gen.c:        remove old endianess stuff
9437         * src/pic/genarith.c:   remove old endianess stuff
9438         * src/pic/glue.c:       fix endianess check
9439         * src/pic16/gen.c:      remove old endianess stuff
9440         * src/pic16/genarith.c: remove old endianess stuff
9441         * src/pic16/glue.c:     fix endianess check
9442         * src/xa51/gen.c:       remove old endianess stuff
9443         * src/z80/gen.c:        fix endianess check
9444         * src/SDCCglue.c:       fix endianess check
9445         * src/ds390/peeph.def: fix bug 700036
9446
9447 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
9448
9449         * src/SDCCsymt.h: use appropriate data-types on host for SDCC's int and long
9450         * src/configure: find appropriate data-types on host for SDCC's int and long
9451         * src/configure.in: find appropriate data-types on host for SDCC's int and long
9452         * src/sdccconf_in.h: find appropriate data-types on host for SDCC's int and long
9453         * src/xa51/gen.c: use %d, not %ld for 4 byte variables
9454
9455 2003-03-07    <johan AT balder>
9456
9457         Just a big NOOP:
9458                 some minor cleanups before the big shot
9459                 OP_DEFS and OP_USES now use Kevin's protection
9460                 new option --nolabelopt
9461
9462         * src/SDCCBBlock.c:
9463         * src/SDCCast.c,:
9464         * src/SDCCcflow.c:
9465         * src/SDCCcse.c:
9466         * src/SDCCicode.c:
9467         * src/SDCCicode.h:
9468         * src/SDCClabel.c:
9469         * src/SDCCloop.c:
9470         * src/SDCCmain.c:
9471         * src/ds390/ralloc.c:
9472         * src/mcs51/ralloc.c:
9473         * src/pic/ralloc.c:
9474         * src/xa51/ralloc.c:
9475         * src/z80/ralloc.c:
9476
9477 2003-03-06  Bernhard Held <bernhard AT bernhardheld.de>
9478
9479         * src/pic/pcode.c (get_op): fix 64 bit warnings
9480         * src/pic/pcode.c (pCode2str): fix 64 bit warnings
9481         * src/SDCChasht.c (newHashTable): fix 64 bit warnings
9482         * src/SDCCsymt.c (checkTypeSanity): fix 64 bit warnings
9483         * support/regression/tests/malloc.c: fix 64 bit warnings
9484
9485 2003-03-04  Bernhard Held <bernhard AT bernhardheld.de>
9486
9487         * src/mcs51/gen.c (genMinus): fixed bug 696436
9488
9489 2003-03-02  Borut Razem <borut.razem AT siol.net>
9490
9491         * src/SDCCmain.c: added BORLANDC, corrected MSVC in printVersionInfo()
9492
9493 2003-02-26  Bernhard Held <bernhard AT bernhardheld.de>
9494
9495         * configure.in: test for mkstemp
9496         * sdccconf_in.h: add HAVE_MKSTEMP
9497
9498 2003-02-24  Bernhard Held <bernhard AT bernhardheld.de>
9499
9500         * device/include/ctype.h: removed warning while using --stack-auto
9501         * device/include/malloc.h: removed warning while using --stack-auto
9502         * device/include/string.h: removed warning while using --stack-auto
9503
9504 2003-02-23  Borut Razem <borut.razem AT siol.net>
9505
9506         * src/asm.h: corrected assertion in function printILine(): _pipe() was not executed on MSVC,
9507         because NDEBUG is defined (see man assert)
9508         * sdcc_vc_in.h: vsnprintf is defined as _vsnprintf on MSVC
9509
9510 2003-02-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9511
9512         * src/mcs51/gen.c (genUminusFloat): avoided dptr in-/decrement for xdata variables
9513         * src/mcs51/peeph.def: added rule suggested by Gernot Fink, white space/comment changes
9514
9515 2003-02-18  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9516
9517         * src/SDCCpeeph.c: added peephole conditions testing for same arguments
9518         * src/mcs51/peeph.def: added rules 238a-d which remove redundant moves
9519
9520 2003-02-18    <johan AT balder>
9521
9522         * as/mcs51/asmain.c (asmbl): module can start with a digit
9523         * as/z80/asmain.c (asmbl): module can start with a digit
9524
9525 2003-02-16  Bernhard Held <bernhard AT bernhardheld.de>
9526
9527         * sim/ucsim/mkecho: inserted #!/bin/sh for Cygwin, so that it's executable
9528         * src/asm.c: fix pipe() for Mingw32
9529
9530 2003-02-15  Bernhard Held <bernhard AT bernhardheld.de>
9531
9532         * src/SDCCglue.h: make tmpfileNameSet available for preOutName
9533         * src/SDCCmain.c (preProcess): make sure, that preOutName will be deleted;
9534         make -V work again; --c1mode reads now from stdin
9535         * doc/sdccman.lyx: added --c1mode
9536         * support/Util/SDCCerr.c: new messages for c1 mode
9537         * support/Util/SDCCerr.h: new messages for c1 mode
9538         * src/SDCC.lex (checkCurrFile): test if fullSrcFileName is NULL for c1mode
9539
9540 2003-02-15    <johan AT balder>
9541
9542         * src/asm.c: new options: --no-c-code-in-asm and --i-code-in-asm
9543
9544 2003-02-14  Bernhard Held <bernhard AT bernhardheld.de>
9545
9546         * doc/sdccman.lyx: Environment variables, -o and other minor things
9547
9548 2003-02-14    <johan AT balder>
9549
9550         * src/xa51/main.c: before anyone really tries to use it :)
9551
9552         * Install doc's in share/sdcc/doc
9553         * removed some obsolete files
9554         * Do a proper make distclean and uninstall
9555         M Makefile.common.in
9556         R sdccbuild.sh
9557         M as/Makefile
9558         M device/include/Makefile.in
9559         M device/lib/Makefile.in
9560         M doc/sdccman.lyx
9561         M link/Makefile
9562         M sim/ucsim/doc/Makefile.in
9563         M src/clean.mk
9564         R src/avr/peeph.rul
9565         R src/xa51/peeph.rul
9566         M support/cpp2/Makefile.in
9567         M support/makebin/Makefile
9568
9569
9570 2003-02-13  Bernhard Held <bernhard AT bernhardheld.de>
9571
9572         * support/regression/ports/host/spec.mk: use cc as host compiler for max osx
9573
9574 2003-02-10  Borut Razem <borut.razem AT siol.net>
9575
9576         * doc/bccinst.txt, packihx/packihx.c, sdcc_vc_in.h, src/SDCCset.h,
9577         support/cpp2/config.in: Borland C++ build doesn't depend on Cygwin configure
9578         * Bcc.ini, Makefile.bcc, as/mcs51/Makefile.bcc,
9579         device/examples/ds390/tinitalk/Makefile.bcc, packihx/Makefile.bcc,
9580         support/cpp2/Makefile.bcc, src/Makefile.bcc, src/avr/Makefile.bcc,
9581         src/ds390/Makefile.bcc, src/izt/Makefile.bcc, src/mcs51/Makefile.bcc,
9582         src/pic/Makefile.bcc, src/pic16/Makefile.bcc, src/xa15/Makefile.bcc,
9583         src/z80/Makefile.bcc: Borland Makefile cleanup
9584         * as/z80/Makefile.bcc: Added Borland Makefile
9585         * support/cpp2/borland.h: Removed
9586
9587 2003-02-10  Bernhard Held <bernhard AT bernhardheld.de>
9588
9589         * doc/sdccman.lyx: new pragma NOIV by "Johannes Stezenbach" <js AT convergence.de>
9590         * src/SDCC.lex: new pragma NOIV
9591         * src/SDCCglobl.h: new pragma NOIV
9592         * src/SDCCmem.c: new pragma NOIV
9593
9594 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
9595
9596         * src/SDCCmain.c: signal handling is switched off by SDCC_LEAVE_SIGNALS
9597
9598 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
9599
9600         * src/SDCCmain.c: signal handling is switched off by --debug
9601         * doc/Makefile: small fix for install; use clean.mk again
9602         * doc/clean.mk: clean *.pdf and *.html too
9603
9604 2003-02-08  Bernhard Held <bernhard AT bernhardheld.de>
9605
9606         * device/lib/_mulint.c: small fix for large/ds390 --int-long-reent resp. --stack-auto
9607         * device/lib/printfl.c: fix a ds390 bug by making it portable
9608         * src/SDCCsymt.c (initCSupport): fix compile warning on Cygwin
9609         * src/SDCCopt.c (cnvToFloatCast): fix compile warning on Cygwin
9610         * src/SDCCopt.c (cnvFromFloatCast): fix compile warning on Cygwin
9611         * debugger/mcs51/cmd.c: converted multi-line string literals
9612         * sim/ucsim/globals.cc: converted multi-line string literals
9613         * src/SDCCmain.c: introduced signal handler to remove temp files
9614         * doc/Makefile: small tweaks, implement clean
9615         * doc: removed generated files
9616
9617 2003-02-05  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9618
9619         * as/mcs51/aslink.h, as/mcs51/lkihx.c, as/mcs51/lkrloc.c:  Applied
9620         patch from Jan Rejlek <jr AT apex-lib.cz> to fix Bug 677692: "Extended
9621         Address Record is not correctly generated for DS390."
9622
9623 2003-02-02  Borut Razem <borut.razem AT siol.net>
9624
9625         * Makefile.bcc: removed non existing cpp project and non compilable izt project from makefile
9626         * as/mcs51/asm.h: fixed compilation with Borland C
9627         * support/cpp2/Makefile.bcc: added rule to generate auto-host.h
9628         * support/cpp2/auto-host_vc_in.h: fixed compilation with Borland C
9629         * src/mcs51/mcs51a.dsp: corrected misspelled project name from msc51a to mcs51a
9630         * src/avr/Makefile.bcc, src/ds390/Makefile.bcc, src/izt/Makefile.bcc,
9631         src/mcs51/Makefile.bcc, src/pic16/Makefile.bcc, src/xa51/Makefile.bcc,
9632         src/z80/Makefile.bcc: delete $(LIB) only if exist
9633         * src/Makefile.bcc, src/pic/Makefile.bcc:  fixed compilation with Borland C
9634
9635 2003-02-02  Bernhard Held <bernhard AT bernhardheld.de>
9636
9637         * device/include/malloc.h: introduced NULL
9638         * device/include/string.h: introduced NULL
9639         * device/include/stdlib.h: introduced NULL
9640         * device/lib/_memcpy.c: removed NULL
9641         * device/lib/_strcat.c: removed NULL
9642         * device/lib/_strchr.c: removed NULL
9643         * device/lib/_strcmp.c: removed NULL
9644         * device/lib/_strcpy.c: removed NULL
9645         * device/lib/_strcspn.c: removed NULL
9646         * device/lib/_strlen.c: removed NULL
9647         * device/lib/_strncat.c: removed NULL
9648         * device/lib/_strncmp.c: removed NULL
9649         * device/lib/_strncpy.c: removed NULL
9650         * device/lib/_strpbrk.c: removed NULL
9651         * device/lib/_strrchr.c: removed NULL
9652         * device/lib/_strspn.c: removed NULL
9653         * device/lib/_strstr.c: removed NULL
9654         * device/lib/_strtok.c: removed NULL
9655         * device/lib/malloc.c: removed NULL, include own header
9656
9657 2003-02-02    <johan AT balder>
9658
9659         * 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
9660         * support/regression/fwk/lib/testfwk.c: div and mod isn't broken anymore
9661         * regressions ds390/spec.mk and mcs51/spec.mk (timeout): my good old balder isn't fast enough for some tests
9662         * src/z80/gen.c (genZ80Code): added c-lines in asm comments
9663         * as/z80/asm.h (NINPUT): increased for long c-comments in regression tests
9664         * src/z80/gen.c (genRightShiftLiteral): fixed the (char)(-3)>>8 (I think)
9665
9666 2003-02-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9667
9668         * src/SDCCmain.c: Fixed bug 678574: "ds390: ASlink-Error-Stack overlaps
9669         area 'DATA'"
9670
9671 2003-02-01    <johan AT balder>
9672
9673         * src/SDCCval.c (valBitwise): fixed Karl's "2 | (1<<8)"
9674
9675 2003-01-31    <johan AT CP255758-A>
9676
9677         * src/ds390/main.c (_ds390_genAssemblerPreamble): applied Jan Rejlek's >64K startup patch
9678
9679 2003-01-30    <johan AT balder>
9680
9681         * src/SDCCBBlock.c: automatic bug detection
9682         * src/SDCCicode.c: automatic bug detection
9683
9684 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9685
9686         * src/SDCCglobl.h:   now --xram-size 0 works
9687         * src/SDCCmain.c:    now --xram-size 0 works
9688
9689 2003-01-29    <johan AT balder>
9690
9691         * src/almosteverything: changed OP_DEFS and OP_USES from macros to functions to catch symbol abuse (a hot topic in the bug list :)
9692
9693 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9694
9695         * as/mcs51/aslink.h: Added options --xram-size and --code-size
9696         * as/mcs51/lkdata.c: Added options --xram-size and --code-size
9697         * as/mcs51/lkmain.c: Added options --xram-size and --code-size
9698         * as/mcs51/lkmem.c:  Added options --xram-size and --code-size
9699         * src/SDCCglobl.h:   Added options --xram-size and --code-size
9700         * src/SDCCmain.c:    Added options --xram-size and --code-size
9701
9702 2003-01-28  Bernhard Held <bernhard AT bernhardheld.de>
9703
9704         * src/ds390/gen.c: fix deps by replacing <common.h> with "common.h"
9705         * src/SDCC.lex: rename P_OVERLAY to P_OVERLAY_ for cross-gcc 3.2 MINGW32
9706
9707 2003-01-27    <johan AT balder>
9708
9709         * src/SDCC.y: fixed bug #613764
9710
9711 2003-01-26    <johan AT balder>
9712
9713         * src/SDCClrange.c:  fixed Bernhard's "char * code ptr = &c"
9714         * src/SDCCsymt.h: fixed bug #673374
9715         * src/SDCCglue.c: fixed bug #661910
9716         * src/SDCCast.c: fixed bug #458099 and 673374
9717
9718 2003-01-26  Bernhard Held <bernhard AT bernhardheld.de>
9719
9720         * as/mcs51/strcmpi.c: added, provides Aurelien Jarno's as_strcmpi(); strcmpi() is not ANSI
9721         * as/mcs51/strcmpi.h: added
9722         * as/mcs51/asm.h: remove ugly "#define strcmpi strcmp"
9723         * as/mcs51/aslink.h: remove ugly "#define strcmpi strcmp"
9724         * as/mcs51/asmain.c: strcmpi -> as_strcmpi
9725         * as/mcs51/assym.c: strcmpi -> as_strcmpi
9726         * as/mcs51/lkmem.c: strcmpi -> as_strcmpi
9727         * as/mcs51/lknoice.c: strcmpi -> as_strcmpi
9728         * as/mcs51/lksym.c: strcmpi -> as_strcmpi
9729         * as/mcs51/Makefile.aslink: new module strcmpi
9730         * as/mcs51/Makefile.asx8051: new module strcmpi
9731         * as/mcs51/Makefil.bcc: new module strcmpi
9732         * as/mcs51/Makefile.in: new module strcmpi
9733         * sim/ucsim/s51.src/uc390.cc (get_mem_size): make RAM big enough for tinibios
9734
9735 2003-01-26    <johan AT balder>
9736
9737         * src/SDCCglue.c: reverted back to 1.124
9738         * src/SDCCast.c: reverted back to 1.156
9739         * src/mcs51/gen.c (aopGet): applied Frieder's efficiency patch
9740
9741 2003-01-25    <johan AT balder>
9742
9743         * src/SDCCglue.c: A better fix for bug #661910
9744         * src/SDCCast.c: A better fix for bug #661910
9745         * src/SDCCglue.c (emitRegularMap): That was a little too efficient
9746
9747 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
9748
9749         * src/Makefile.in: remove spawn.o
9750         * src/SDCCmain.c: remove spawn.h
9751         * src/SDCCmain.c (printVersionInfo): report MINGW32 instead of UNIX
9752         * src/spawn.c: removed
9753         * src/spawn.h: removed
9754         * support/regression/ports/ds390/spec.mk: link with -r
9755
9756 2003-01-24    <johan AT CP255758-A>
9757
9758         * src/ds390/gen.c (aopOp): fixed bug #667458
9759         * src/SDCCglue.c (emitRegularMap): fixed bug #458099 again
9760         * src/SDCCast.c (createIvalCharPtr): fixed bug #661910
9761         (createIvalCharPtr): an ival doesn't always have a storage class anymore
9762
9763 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
9764
9765         * src/mcs51/peeph.def: better assembler identation by Frieder
9766         * src/mcs51/gen.c: better assembler identation by Frieder
9767
9768 2003-01-22  Bernhard Held <bernhard AT bernhardheld.de>
9769
9770         * as/z80/string.h: removed for gcc 3.2
9771         * support/makebin/makebin.c: #include <string.h> for gcc 3.2
9772         * src/pic/pcode.c (get_op_from_instruction): fix concatenation of string literals with __FUNCTION__ for gcc 3.2
9773
9774 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
9775
9776         * src/SDCCmain.c (linkEdit): rename mem and map files even in case of failure
9777         * src/SDCCpeeph.c (replaceRule): fix bug #663503
9778         * support/regression/Makefile: separate temp files for ports
9779         * support/regression/generate-cases.py: separate temp files for ports
9780         * src/mcs51/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
9781         * src/ds390/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
9782
9783 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
9784
9785         * moved tinitalk to device/examples/ds390
9786
9787 2003-01-14  Bernhard Held <bernhard AT bernhardheld.de>
9788
9789         * as/mcs51/lkmem.c: rflag is for DS390
9790         * src/SDCCglobl.h: removed out_name and options stackOnData, genericPtr
9791         * src/SDCCmain.c (optionsTable, setDefaultOptions): removed --stack-after-data and --generic
9792                          (linkEdit): move mem- and map-files the same way as ihx-files
9793         * src/z80/main.c (_setDefaultOptions): removed --generic
9794         * src/SDCCmain.c (_processC1Arg, parseCmdLine, main): --c1mode works again
9795         * src/SDCCglue.c (createInterruptVect, glue): --c1mode works again
9796         * src/pic/glue.c (picglue): --c1mode works again
9797         * src/pic16/glue.c (pic16glue): --c1mode works again
9798         * src/asm.c (printCLine): fix #660034
9799
9800 2003-01-13  Bernhard Held <bernhard AT bernhardheld.de>
9801
9802         * src/ds390/peeph.def: fix #123; add 14 rules by Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>, 1 by Frieder
9803         * src/mcs51/peeph.def: fix #123; add 14 rules by Fiorenzo, 1 by Frieder
9804         * src/mcs51/gen.c (genFunction): emit r0 instead of ar0 by Fiorenzo
9805         * as/mcs51/lkmem (summary): better fix for sp problem
9806         * src/SDCCglue.c (glue): __start_stack - 1, saves 1 byte!
9807         * src/ds390/main.c (_ds390_finaliseOptions, _tininative_finaliseOptions): stack_loc = 0x400008
9808         * support/regression/ports/*/spec.mk: moving testfwk-object to port dir allow parallel execution of regression tests
9809                                               remove --stack-after-data
9810
9811 2003-01-12  Bernhard Held <bernhard AT bernhardheld.de>
9812
9813         * src/SDCCmain.c (main): port->finaliseOptions() moved for z80 linking
9814         * src/SDCCutil.c (join): ugly bug: missing '\0'
9815         * as/mcs51/lkmem.c (summary): sp on address 7 is safe
9816
9817 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
9818
9819         * src/SDCCmain.c (assemble, linkEdit): preparations for -o
9820         * src/port.h: typo
9821         * src/pic/main.c (_asmCmd): gpasm supports -o
9822         * src/z80/main.c: more general macros
9823         * device/lib/Makefile.in: remove intermediate files
9824
9825 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
9826
9827         * .version: Bumped version number to 2.3.3
9828         * src/SDCCBBlock.c: new option -o
9829         * src/SDCCglobl.h: new option -o
9830         * src/SDCCglue.c: new option -o
9831         * src/SDCCmain.c: new option -o
9832         * src/asm.c: new option -o
9833         * src/ds390/main.c: new option -o
9834         * src/pic/glue.c: new option -o
9835         * src/pic/pcode.c: new option -o
9836         * src/pic/ralloc.c: new option -o
9837         * src/pic16/glue.c: new option -o
9838         * src/pic16/pcode.c: new option -o
9839         * src/pic16/ralloc.c: new option -o
9840         * src/z80/main.c: new option -o
9841         * device/lib/Makefile.in: use -o
9842         * support/regression/ports/ds390/spec.mk: use -o
9843         * support/regression/ports/gbz80/spec.mk: use -o
9844         * support/regression/ports/mcs51/spec.mk: use -o
9845         * support/regression/ports/mcs51-stack-auto/spec.mk: use -o
9846         * support/regression/ports/z80/spec.mk: use -o
9847         * support/regression/ports/ucz80/spec.mk: use -o
9848         * support/regression/ports/xa51/spec.mk: use -o
9849         * support/regression/fwk/lib/timeout.c: fix usage string
9850
9851 2003-01-09  Bernhard Held <bernhard AT bernhardheld.de>
9852         * src/mcs51/gen.c (genPlus): replaced "mov b,acc" by "mov b,a" Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>
9853
9854 2003-01-07    <johan AT balder>
9855
9856         * src/SDCCast.c (decorateType): fixed bug #600035
9857
9858 2003-01-07  Bernhard Held <bernhard AT bernhardheld.de>
9859         * as/mcs51/lkmem.c: added several l-modifiers to printf to remove warnings
9860         * as/mcs51/lkaomf51.c: #include <ctype.h> to remove warnings
9861         * src/pic/main.c (_hasNativeMulFor): outcommented unused variables to remove warnings
9862         * src/pic/pcode.c: outcommented unused variable to remove warnings
9863         * src/pic/ralloc.c: outcommented unused variable to remove warnings
9864
9865 2003-01-06    <karl AT turbobit.com>
9866         * sim/ucsim/cmd.src/command.cc: fixed so "break xram r 0x7654" works again in
9867    regression tests.
9868
9869 2003-01-06    <johan AT balder>
9870
9871         * src/SDCCicode.c: fixed array add
9872
9873 2002-01-05  Bernhard Held <bernhard AT bernhardheld.de>
9874         * src/SDCCmacro.c: MAX_STRING_LENGTH increased to 2048; was too small for regression tests
9875         * support/regression/ports/host/support.c: #include <stdarg.h> for gcc 3.2
9876
9877 2003-01-04    <johan AT balder>
9878
9879         * src/SDCCval.c (getNelements): fixed the initialized array of structures
9880
9881 2002-12-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9882         * as/mcs51/Makefile.bcc: fixed typo lkomf51.o -> lkaomf51.o
9883
9884 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
9885         * src/mcs51/peeph.def: added rules 234 and 235 from Frieder Ferlemann <frieder.ferlemann AT web.de>
9886         * support/regression/tests/bug-524697.c: fit mem usage into 8032
9887
9888 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
9889         * src/mcs51/gen.c (aopGetUsesAcc): inserted missing "return FALSE"
9890
9891 2002-12-27  Bernhard Held <bernhard AT bernhardheld.de>
9892         * as/mcs51/Makefile.in: fixed typo lkomf51.o -> lkaomf51.o
9893
9894 2002-12-26  Bernhard Held <bernhard AT bernhardheld.de>
9895         * src/mcs51/main.c: removed {bindir}{sep} from aslink
9896
9897 2002-12-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9898
9899     * in \sdcc\as\mcs51\ changed these files in order to create an
9900     aomf51 file: aslink.h, lkdta.c, lklex.c, lklibr.c, lklist.c,
9901     lkmain.c.  Also added: lkmem.c and lkaomf51.c.  Changed the
9902     following files to include the previous two files: aslink.dsp,
9903     Makefile.aslink, Makefile.bcc, and Makefile.in.
9904
9905     * Changed \sdcc\src\SDCCmain.c so it creates files with extension
9906     .adb instead of .cdb
9907
9908 2002-11-09  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9909
9910         * \sdcc\as\mcs51\lklist.c: Now reports memory usage using the
9911         value from option --iram-size.
9912
9913 2002-09-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9914
9915         * \sdcc\as\mcs51\lklist.c: added boundary check before using
9916         dram[] array.
9917
9918 2002-09-18    <wiml AT hhhh.org>
9919
9920         * SDCClrange.h: exposed setFromRange() and setToRange()
9921         * mcs51/ralloc.c: fixed over-eager packRegsForSupport() and
9922           packRegsForAccUse() (bug 542397)
9923         * mcs51/gen.c: MOVA() is now a function to avoid calling aopGet()
9924           multiple times and emitting the fetch operations more than once
9925           added aopGetUsesAcc() function to allow binary operators to
9926           fetch their operands in the correct order; made genMinus() emit
9927           compact code for X = LITERAL - Y
9928
9929 2002-09-00  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9930         * \sdcc\as\mcs51\lklist.c: Fixed incorrect number of parameters to
9931         sprintf() in line 1267.
9932
9933 2002-09-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9934         * \sdcc\src\SDCCglue.c: Generate areas REG_BANK_[0-3] only for 8051
9935         like ports.
9936
9937 2002-09-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9938         Changes to aslink (All the changes are marked with 'JCF'):
9939
9940         * \sdcc\as\mcs51\aslink.h: External definition of sflag and
9941         summary().
9942
9943         * \sdcc\as\mcs51\lkarea.c: Computes the size of area BSEG_BYTES from
9944         area BSEG.  Also moves, if possible, the DATA area down into the internal
9945         ram so more space is available.
9946
9947         * \sdcc\as\mcs51\lkdata.c: Definition of memory summary output flag
9948         sflag.
9949
9950         * \sdcc\as\mcs51\lklist.c: For the BSEG area report the size in bits,
9951         not bytes.  Function summary() which creates a memory usage summary
9952         file with extension .mem.  Reports of overlaping stack and small stack
9953         size.  If the space for the stack is less than 16 bytes aslink trows a
9954         warning.
9955
9956         * \sdcc\as\mcs51\lkmain.c: Creation of some of the default areas for
9957         the 8051.  Option 'y' for memory summary output file.
9958
9959         Changes to sdcc (All the changes are marked with 'JCF'):
9960
9961         * \sdcc\src\SDCCglobl.h: External definition of RegBankUsed[4].
9962
9963         * \sdcc\src\SDCCglue.c:  If a register bank is used, creates an
9964         overlaying area for it (uses RegBankUsed[4]).
9965
9966         * \sdcc\src\SDCCmain.c: Definition RegBankUsed[4]; marks register
9967         bank zero as used by default.  By default aslink locates the stack
9968         (equivalent to --stack-after-data).  Pass option 'y' to aslink for
9969         the creation of the .mem file.  Delegates the allocation of data area
9970         to aslink (it is not longer 0x30 by default).  If --stack-loc passes
9971         the begining of the stack area to aslink.
9972
9973         * \sdcc\src\SDCCmem.c:  If a register bank is used, marks it so
9974         glue() in SDCCglue.c creates an area for it.
9975
9976 2002-09-03  Borut Razem <borut.razem AT siol.net>
9977         * sdcc/src/SDCCglue.c, sdcc/src/SDCCglue.h, sdcc/src/SDCCmain.c,
9978         sdcc/src/pic/glue.c:
9979         introduced atexit() handler for teporay files removal in case of
9980         errors, assertions, ...
9981
9982 2002-08-29  Borut Razem <borut.razem AT siol.net>
9983         * sdcc/support/cpp2/auto-host_vc_in.h:
9984         re-definition of O_BINARY and other O_XXX as _O_BINARY and _O_XXX, so the problem
9985         with the returned value from read() in sdcc/support/cpp2/cppfiles.c is solved for MSC.
9986         Maybe there is a similar problem with BORLANDC? It should be checked!
9987
9988         * sdcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c, sdcc/src/z80/ralloc.c:
9989         corrected improper use of assert: the assignment to clr variable was done inside the assert.
9990         In case that NDEBUG was defined, the assert macro was substituted with no-op, so the assignment
9991         was not executed, and the compiler (cl) launched a warning:
9992         ralloc.c(1442) : warning C4700: local variable 'clr' used without having been initialized
9993
9994 2002-08-28  Bernhard Held <bernhard AT bernhardheld.de>
9995         * src/SDCCglue.c (printIvalArray): iterative calculation of array length
9996
9997 2002-08-28  Jesus Calvino-Fraga and Borut Razem <borut.razem AT siol.net>
9998         * sdcc/sdcc.dsw: added sdcpp, sdcppa, yacc, conf projects
9999
10000         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
10001           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp,
10002           sdcc/src/xa51/xa51.dsp, sdcc/src/avr/avra.dsp,
10003           sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
10004           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp,
10005           sdcc/src/xa51/xa51a.dsp, sdcc/as/as_z80.dsp,
10006           sdcc/as/aslink.dsp, sdcc/as/asx8051.dsp, sdcc/packihx/packihx.dsp:
10007         - added Release configuration in VS projects
10008         - review of compiler an linker options
10009         - VC .exe files are generated in bin_vc directory, not to interfere
10010           with binaries generated from other projects (cygwin, mingw, bcc ...)
10011
10012         * sdcc/src/yacc.dsp: added
10013
10014         * sdcc/config.dsp, sdcc/configure_vc.awk, sdcc/sdcc_vc_in.h:
10015         added - genarate sdcc_vc.h using sdcc_vc_in.h as template
10016         and insert the version number definitions from .version
10017
10018         * sdcc/support/cpp2/sdcpp.dsp: added - VC project for sdcpp
10019
10020         * sdcc/support/cpp2/sdcppa.dsp, sdcc/support/cpp2/auto-host_vc_in.h:
10021         added - genarate auto-host.h using auto-host_vc_in.h as template
10022
10023         * sdcc/sdcc_vc.h,
10024         removed from CVS, generated automatically
10025
10026 2002-08-25  Bernhard Held <bernhard AT bernhardheld.de>
10027         * support/scripts/inc2h.pl: use gputils or gpasm (from Nathan Hurst)
10028
10029 2002-08-11  Borut Razem <borut.razem AT siol.net>
10030         * support/Util/NewAlloc.c: removed unneeded #include "sdccconf.h" (suggested by Jesus Calvino-Fraga)
10031
10032 2002-08-10  Borut Razem <borut.razem AT siol.net>
10033         * src/SDCCmain.c (main):
10034         file preOutName was unlinked before closed. This seems to be OK on UNIX and cygwin
10035         platforms, but it doesn't work with Visual Studio: the opened file can not be removed.
10036         The consequence was that some temporary files were not removed.
10037
10038         * src/SDCCglue.c:
10039         unification of code in functions tempfilename() and tempfile():
10040         function tempnam() is defined in Visual Studio 6.0 and .NET
10041
10042         * sdcc/sdcc.dsw: removed project sdcpp, added project xa51a
10043
10044         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
10045           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp:
10046         - removed compiler command line option /WX: Treats all warnings as errors
10047         - update a list of source files, included into the project
10048
10049         * sdcc/src/avr/avra.dsp, sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
10050           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp:
10051         changed project type to Generic Project so that can be correcly converted to VS.NET project
10052
10053         * sdcc/as/mcs51/asm.h: definition of PATH_MAX for MSC
10054
10055         * sdcc/src/SDCCast.c: solved MSC error in function decorateType()
10056
10057         * sdcc/src/SDCC.y: added missing ending ';' to rules to get rid of bison warnings
10058
10059         * dcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c:
10060         added return 0 statements after assert() to make compiler happy
10061
10062         * sdcc/src/xa51/peeph.rul, sdcc/src/xa51/peeph.def, sdcc/src/z80/ralloc.c:
10063         added newline in the def file to keep MSC compiler satisfied
10064
10065         * sdcc/src/z80/gen.c:
10066         - function strcasecmp() is not defined in MSC (and probably also in BORLANDC),
10067           so it is replaced with STRCASECMP, which is defined as stricmp in case of MSC and BORLANDC
10068         - solved MSC error in function aopDump()
10069
10070         * sdcc_vc.h: define PREFIX as "\\sdcc"
10071
10072 2002-07-18  Bernhard Held <bernhard AT bernhardheld.de>
10073         * src/SDCCast.c (decorateType): fixed access to array of structures http://sourceforge.net/mailarchive/forum.php?thread_id=902690&forum_id=4107
10074
10075 2002-06-22  Scott Dattalo <scott AT dattalo.com>
10076         * src/pic/*: Numerous bug fixes. Flow analysis has been enhanced.
10077         - Rewrote the register banking algorithm.
10078         - Added pCode live-range analysis to registers (for now, only non-used and
10079         singly-used registers optimized away)
10080
10081         * src/pic/pcoderegs.[ch]: Added new files for pCode live-range analysis
10082
10083         * 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.
10084
10085 2002-05-10  Scott Dattalo <scott AT dattalo.com>
10086         * src/pic/*: Added support for multiplication. Fixed many,many bugs.
10087
10088 2002-04-22  Michael Hope  <michaelh AT vroom>
10089
10090         * device/lib/z80/printf.c: Changed emitter to volatile to work around a pcall bug.
10091
10092         * configure.in (DD_COPT): Added include support required for gbdk.
10093
10094         * .version: Bumped version number just to increase it.
10095
10096         * src/SDCCmain.c: Added -nostdinc to the default options.
10097
10098 2002-04-15  Michael Hope  <michaelh AT vroom>
10099
10100         * device/lib/z80/printf.c (sprintf): Added.
10101
10102         * src/z80/ralloc.c (packRegisters): Disabled pack HL use for GB as it's broken.
10103
10104         * src/z80/peeph.def: Added transpose redundent load rule.
10105
10106         * src/z80/main.c: Added force callee saves for jaune.
10107
10108         * src/port.h: Removed the i186 and tlcs-900h ports as they weren't being being developed.
10109
10110         * src/SDCCmain.c: Pulled the options definition out so that you can add port specific options without changing the main file.
10111
10112 2002-03-28  Johan Knol  <johan AT balder>
10113
10114         * src/SDCCval.c: fixed bug #532436
10115
10116 2002-03-14  Scott Dattalo <scott AT dattalo.com>
10117         * /src/port.h:
10118         Added "char *Processor" field to the port structure.
10119
10120         * /src/SDCCmain.c:
10121         Added -p option. Allows port dependent processor to be specified.
10122
10123         * all ports:
10124         Initialized the new field char *Processor field to NULL in all ports
10125
10126         * /src/pic/*:
10127         Compiler generated registers for interrupt context saving
10128         were not getting allocated.
10129
10130 2002-03-16  Sandeep Dutta  <sandeep AT ddi.com>
10131
10132         * /src/SDCCast.c:
10133         Fixed left shift. Will promote the left side of a left shift
10134         if a) left shifting more than size of operand or b) when assigned
10135         to something size > size of left side
10136
10137 2002-03-14  Scott Dattalo <scott AT dattalo.com>
10138         * src/pic/*
10139         tons of changes. Register allocation has been
10140         rewritten. Added customization for the various PICs. Flow
10141         analysis is restructured. ...
10142
10143         * src/pic/device.h:
10144         Added
10145
10146         * src/pic/device.c:
10147         Added. device.c is a PIC port hack to accomodate variations
10148         in PIC devices.
10149
10150 2002-03-13  Michael Hope  <michaelh AT vroom>
10151
10152         * src/z80/gen.c (genGenPointerGet): Fixed a bug where a pointer in HL is dereferenced into HL but HL is not spilled.  Yeah.
10153
10154 2002-03-04  johanknol  <johanknol AT manik>
10155
10156         * /src/SDCCval.c: fixed
10157
10158         const unsigned char arr[][2] = { { 0, 1 } };
10159         t18.c:1: error: Initializer element is not constant
10160
10161 2002-03-04  bela  <bela AT manik>
10162
10163         * /device/include/mcs51reg.h:
10164         ds89c420 register definition update
10165
10166 2002-03-03    <johan AT FRIJA>
10167
10168         * support/Util/SDCCerr.c: did something, but don't no why anymore
10169
10170         * support/regression/tests/bug-524691.c: made it a little less shy
10171
10172         * src/SDCCast.c (decorateType): fixed bug #524697
10173
10174         * src/SDCCast.c: made some lineno improvements
10175
10176         * src/SDCCval.c (getNelements): changed warning to error
10177
10178         * src/SDCCglue.c (printIvalArray): changed warning to error
10179
10180         * src/SDCCicode.c: fixed a warning for mingw
10181
10182         * src/SDCCast.c (decorateType): fixed the << promotion for ops
10183
10184         * src/SDCCicode.c (geniCodeDivision): divide is shift only for unsigned (bug #524685)
10185
10186 2002-03-02  Sandeep Dutta  <sandeep AT ddi.com>
10187
10188         * src/ds390/peeph.def:
10189         Added some more peephole rules
10190
10191         * src/ds390/gen.c: Various fixes & enhancements
10192
10193         * src/SDCClrange.c, src/SDCClrange.h:
10194         functions "alldefsoutofrange" and "notusedinblock" moved to SDCClrange.c
10195
10196         * src/ds390/ralloc.c:
10197         various fixes & enhancements (ds390) specific
10198
10199         * src/avr/ralloc.c, src/mcs51/ralloc.c, src/pic/ralloc.c, src/xa51/ralloc.c, src/z80/ralloc.c:
10200         Functions "allDefsOutOfRange" & "notUsedinBlock" moved to SDCClrange.c
10201         from rallocs.
10202
10203         * sdcc/src/SDCCcse.c: Better fix for bug # 514308
10204
10205 2002-03-02    <johan AT FRIJA>
10206
10207         * src/SDCCast.c (decorateType): fixed bug #524708
10208
10209         * src/SDCCval.c (floatFromVal): fixed the literal void (whatever that may be)
10210
10211         * src/SDCCicode.c (geniCodePtrPtrSubtract): fixed bug #524691
10212
10213 2002-03-01  Michael Hope  <michaelh AT vroom>
10214
10215         * src/SDCCsymt.c (initCSupport): Removed managling of support function names.
10216
10217         * src/z80/ralloc.c (packRegsForIYUse): Fixed fp bug where four byte operands were packed into IY.
10218
10219 2002-03-01    <johan AT FRIJA>
10220
10221         * src/SDCCglue.c (printIvalPtr): fixed bug #524211
10222
10223         * src/SDCCast.c (decorateType): fixed bug #524209
10224
10225         * src/SDCCval.c (valNot): fixed bug #524195
10226
10227 2002-02-26    <johan AT balder>
10228
10229         * src/xa51/gen.c: fixed a warning
10230
10231         * src/SDCCglue.c (printIvalFuncPtr): fixed bug #522534
10232
10233         * src/SDCCast.c (decorateType): fixed bug #522534
10234
10235 2002-02-23    <johan AT balder>
10236
10237         * src/SDCCdflow.c (computeDataFlow): fixed bug #460088
10238
10239 2002-02-22    <johan AT balder>
10240
10241         * src/SDCCast.c: fixed bug #514865
10242
10243         * src/SDCCy.c ("SDCC.y"): fixed bug #516625
10244
10245 2002-02-21  Sandeep Dutta  <sandeep AT ddi.com>
10246
10247         * sdcc/src/SDCCloop.c:
10248         Previous fix was not good. basic blocks that have "break" or "return" are
10249         not really partof a loop , but live ranges used in these blocks should
10250         be live thru the entire loop, so set partOfLoop but don't add them to
10251         loop region
10252
10253 2002-02-21    <johan AT FRIJA>
10254
10255         * src/SDCCcse.c: fixed bug #514308
10256
10257 2002-02-20  Sandeep Dutta  <sandeep AT ddi.com>
10258
10259         * src/SDCCloop.c:
10260         Fixed BUG #519583. If a conditional block ended in a return/break
10261         statement inside a loop, it was not being considered part of the loop.
10262
10263         * src/SDCCcflow.c: Removed fix (Fixed in SDCCloop.c)
10264
10265 2002-02-10  Karl Bongers <karl AT turbobit.com>
10266
10267         * debugger/*:
10268         Fixed up SDCDB debugger somewhat.  Updated debugger/README
10269         with lots of comments and notes.
10270
10271         * device/examples/test2.c:
10272         Fix bug, "red" variable not being initialized(compiler complained).
10273
10274         * device/examples/Makefile, examples/test3.c:
10275         Add Makefile in device/examples folder, compiles test3.c
10276         for use as a multiple module SDCDB test case.
10277
10278         * sim/ucsim/cmd.src/cmdset.cc:
10279         Took out debug printfs in ucsim "next" command.
10280
10281         * sim/ucsim/xa.src:
10282         Karl and Johan start ucsim XA support.  Most dissassembly working,
10283         about 75% emulation done(plenty of work remaining).
10284
10285         * sim/ucsim/z80.src:
10286         Add Z80 support to ucsim, add test-ucz80 regression test,
10287         notice ucsim/z80 emulation fails on examples/test3.c/itoa code.
10288         Notice z80 compiler fails on examples/test3.c/crc code.
10289
10290 2002-01-30  Sandeep Dutta  <sandeep AT ddi.com>
10291
10292         * src/mcs51/gen.c, src/mcs51/main.c, src/mcs51/ralloc.c:
10293         Added support for --parms-in-bank1
10294
10295         * src/ds390/peeph.def:
10296         added a few more peephole optimzations
10297
10298         * src/ds390/main.c:
10299         1) added __builtin_inp & __builtin_outp used to read in data of given length
10300            from a memory mapped port
10301         2) added __builtin_memcmp
10302         3) added __builtin_swapw swap bytes of a short
10303
10304         * src/ds390/gen.c, src/ds390/gen.h, src/ds390/ralloc.c:
10305         1) handle multiple send & receives from register bank1
10306         2) ralloc can now allocate DPTR1 to some liveRanges
10307
10308         * src/SDCCsymt.c, src/SDCCsymt.h:
10309         changes to handle multiple sends & receives
10310
10311         * src/SDCCptropt.h:
10312         added some pointer arithmetic optimization
10313
10314         * src/SDCCptropt.c:
10315         added some pointer arithmetic optimizations but not stable yet so not
10316         called from anywhere (will get this working shortly)
10317
10318         * src/SDCCopt.c: fixed for multiple sends & receives
10319
10320         * src/SDCCmain.c:
10321         1) added options --parms-in-bank1 (ds390/mcs51) & --protect-sp-update
10322         2) preprocessing done AFTER port->finalizeoptions . This allows ports to
10323            set preprocessor defines (depending on options)
10324
10325         * src/SDCCicode.c, src/SDCCicode.h:
10326         changes made to handle multiple sends & receives
10327
10328         * src/SDCCglobl.h:
10329         Added options --protect-sp-update (ds390) and --parms-in-bank1 (ds390/mcs51)
10330
10331         * src/SDCCcse.c, src/SDCCcse.h:
10332         added function findbackward def (to be used in upcoming optimization)
10333
10334         * src/SDCCcflow.c, src/SDCCcflow.h:
10335         added function returnAtEnd - to determine if a basic block terminates with
10336         a RETURN iCode
10337
10338         * src/SDCCast.c, src/SDCCast.h:
10339         added option parms-in-bank1
10340
10341         * device/lib/_divsint.c, device/lib/_divslong.c, device/lib/_divuint.c
10342         * device/lib/_divulong.c, device/lib/_modsint.c, device/lib/_modslong.c
10343         * device/lib/_modulong.c, device/lib/_mulint.c, device/lib/_mullong.c:
10344         adjusted for --parms-in-bank1 option
10345
10346         * device/include/string.h:
10347         donot redefine "reentrant" keyword
10348
10349         * device/include/ds80c390.h: Added some more SFRs
10350
10351 2002-01-28  Bernhard Held  <bernhard AT bernhardheld.de>
10352
10353         * sim/ucsim: Merged branch ucsim-034-pre3 to main trunk; new version 0.4
10354
10355 2002-01-26  Bernhard Held  <bernhard AT bernhardheld.de>
10356
10357         * src/SDCCast.c (funcOfType): fix usage of double --float-reent
10358
10359 2002-01-22  Bernhard Held  <bernhard AT bernhardheld.de>
10360
10361         * support/regression/fwk/lib/testfwk.c (main): Removed workaround for bug #505387
10362
10363 2002-01-18  Paul Stoffregen  <paul AT pjrc.com>
10364
10365         * Added --xram-movc option
10366
10367 2002-01-13  Bernhard Held  <bernhard AT bernhardheld.de>
10368
10369         * support/regression/Makefile: don't include test-mcs51-stack-auto in target all
10370
10371 2002-01-11  Johan Knol
10372
10373         * Added math lib of Jesus Calvino-Fraga
10374
10375 2002-01-08  Bernhard Held  <bernhard AT bernhardheld.de>
10376
10377         * src/SDCCmain.c (processFile): fix processing of ../../src.c
10378         * support/regression/Makefile: new target test-mcs51-stack-auto
10379         * support/regression/ports/mcs51-stack-auto/spec.mk: added
10380
10381 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
10382
10383         * src/SDCCglue.h: printIvalCharPtr(), not printIvalChar()
10384
10385 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
10386
10387         * support/regression/ports/mcs51/support.c: correct setup of timer / UART
10388
10389 2002-01-03  Bernhard Held  <bernhard AT bernhardheld.de>
10390
10391         * src/SDCCsymt.c (processFuncArgs): fix #498307 by Johan
10392
10393         * src/SDCCglue.h: add definition for printIvalChar()
10394
10395 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
10396
10397         * src/SDCCast.c: fix #498138 by Johan
10398
10399         * src/SDCCglue.c: fix #498138 by Johan
10400
10401 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
10402
10403         * support/regression/Makefile: fix clean
10404
10405         * support/regression/ports/ds390/support.c: fix transmission of last character
10406
10407 2001-12-29  Sandeep Dutta  <sandeep AT ddi.com>
10408
10409         * /sdcc/src/ds390/gen.c:
10410         a) improved computing address of stack variable
10411         b) took out some #if 0 code
10412         c) improved parmBytes adjustment
10413         d) improved genPlusIncr & genMinusIncr
10414         e) genCmp could generate bad code (when left assigned to DPTR)
10415         f) Fixed bug in hasInc
10416
10417         * /sdcc/src/ds390/ralloc.c:
10418         a) packRegsForSupport could mess up live information (Fixed)
10419         b) packRegsDPTRuse could be incorrect for left & right shift
10420
10421         * /sdcc/src/mcs51/ralloc.c:
10422         packRegsForSupport could mess up the live information (Fixed)
10423
10424         * /sdcc/src/mcs51/gen.c: Fixed a bug in hasInc
10425
10426         * /sdcc/src/SDCCast.c:
10427         can reverse a loop even if function call is present as long
10428         as the loop control variable is local & is not passed as parameter
10429
10430 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
10431
10432         * /sdcc/ChangeLog: *** empty log message ***
10433
10434         * /sdcc/src/ds390/gen.c, /sdcc/src/ds390/main.c:
10435         More builtin function additions for TININative
10436
10437         * /sdcc/src/ds390/ralloc.c:
10438         Had broken the regression testsuite
10439
10440         * /sdcc/src/SDCCast.c: Fixed a bug in dumptree
10441
10442         * /sdcc/src/SDCCsymt.c, /sdcc/src/SDCCsymt.h:
10443         Added funcattr hasStackParms will be set for reentrant functions when there
10444         are paramteres on the stack, this helps in minimizing frame pointer generation
10445         typeFromStr can handle function pointers now
10446
10447         * /sdcc/doc/builtins.txt, /sdcc/doc/TININative.txt:
10448         *** empty log message ***
10449
10450 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
10451
10452         * /src/ds390/gen.c, /src/ds390/main.c:
10453         More builtin function additions for TININative
10454
10455         * /src/ds390/ralloc.c:
10456         Had broken the regression testsuite
10457
10458         * /src/SDCCast.c: Fixed a bug in dumptree
10459
10460         * /src/SDCCsymt.c, /src/SDCCsymt.h:
10461         Added funcattr hasStackParms will be set for reentrant functions when there
10462         are paramteres on the stack, this helps in minimizing frame pointer generation
10463         typeFromStr can handle function pointers now
10464
10465         * /doc/builtins.txt, /doc/TININative.txt:
10466         *** empty log message ***
10467
10468
10469 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
10470
10471         * /src/ds390/gen.c, /src/ds390/main.c, /src/ds390/peeph.def, /src/ds390/ralloc.c:
10472         ALPHA version for -mTININative
10473
10474         * /src/izt/i186.c, /src/izt/tlcs900h.c, /src/mcs51/main.c, /src/pic/main.c, /src/z80/main.c, /src/avr/main.c:
10475         updated to reflect changes in the port structure
10476
10477         * /src/port.h:
10478         added function do_assemble (similar to do_link) if non-null this function
10479         will be called to do assembly (-mTININative) requires a multi command
10480         assembly
10481         added function genAssemblerEnd will be called to generate assembler Epilogue
10482
10483         * /src/SDCCsymt.c:
10484         added _JavaNative to debug info printing
10485
10486         * /src/SDCCmain.c: added option --tini-libid
10487         added port->do_assemble function (-mTININative) has a multi command assemble
10488
10489         * /src/SDCCglue.c: Disabled "constExpr" check
10490         added port->genAssemblerEnd function
10491
10492         * /src/SDCCglobl.h: Added option --tini-libid value
10493
10494         * /src/SDCCast.h:
10495         tookout optimizeCompare from the header (has no external references)
10496
10497         * /src/SDCCast.c: made one more function "static"
10498
10499 2001-12-23  Michael Hope  <michaelh AT juju.net.nz>
10500
10501         * src/z80/mappings.i: Added z80asm support.
10502
10503         * src/z80/main.c: Added z80asm support on --asm=z80asm
10504
10505         * src/z80/gen.c: Fixed asm portability issues.
10506
10507         * src/asm.c (tvsprintf): Removed old code, added 'N' for function name.  For extern support.
10508
10509         * src/SDCCglue.c (printExterns): Added global/extern split.
10510
10511 2001-12-17  Bernhard Held  <bernhard AT bernhardheld.de>
10512
10513         * support/regression/Makefile: added test for mcs51 model large
10514
10515         * support/regression/ports/mcs51-large/spec.mk: added test for mcs51 model large
10516
10517         * support/regression/ports/gbz80/spec.mk: added -mgbz80
10518
10519 2001-12-05  Michael Hope  <michaelh AT juju.net.nz>
10520
10521         * src/diff.1 (Index): Many, many optmisiations.  Dhrystone up to 201.
10522
10523 1904-01-06  Michael Hope  <michaelh AT juju.net.nz>
10524
10525         * src/z80/ralloc.c (packRegsForIYUse): Fixed the case where an operand is in direct space.
10526
10527         * src/z80/gen.c (makeFreePairId): Optimised IY load by using a spare pair.
10528
10529 2001-12-02  Bernhard Held  <bernhard AT bernhardheld.de>
10530
10531         * src/mcs51/gen.c (genFunction): avoid excess "inc sp"
10532
10533         * support/regression/tests/simplefloat.c: Port to mcs51.
10534
10535 2001-11-25  Michael Hope  <michaelh AT juju.net.nz>
10536         * support/regression/tests/bug-485362.c: Added.
10537
10538         * support/regression/tests/simplefloat.c (testDivNearOne): Added.
10539
10540         * src/z80/gen.c (aopOp): Fixed case where left and result are in the same spill loc and they have different sizes.
10541
10542         * src/z80/peeph.def: Added rules for optimising two byte compares on the same thing, and to optimise two ptr assign.
10543
10544         * src/z80/gen.c (aopDump): Added a dump function.
10545
10546 2001-11-25  Bernhard Held  <bernhard AT bernhardheld.de>
10547         * sim/ucsim/s51.src/glob.cc: DS390 SFRs and bits added.
10548
10549         * sim/ucsim/s51.src/port.cc: Port 4 and 5 added.
10550
10551         * sim/ucsim/s51.src/regs51.h: DS390 SFRs added.
10552
10553         * sim/ucsim/s51.src/uc390.cc: Some details improved, CKRDY works for tinibios.
10554
10555         * sim/ucsim/s51.src/uc390cl.h: Work in progress.
10556
10557         * sim/ucsim/sim.src/uccl.h: 6 ports for DS390.
10558
10559         * support/regression/fwk/lib/testfwk.c: Run with tinibios.
10560
10561         * support/regression/ports/mcs51/spec.mk: Fine tuninig.
10562
10563         * support/regression/ports/ds390/support.c: Use tinibios.
10564
10565         * support/regression/ports/ds390/spec.mk: Fine tuning, use tinibios.
10566
10567 2001-11-23  Michael Hope  <michaelh AT juju.net.nz>support/regression/tests/bug-460010.c
10568
10569         * src/z80/ralloc.c (packRegsForHLUse3): Changed to not pack into HL if anything is in direct space.
10570         (packRegsForHLUse3): Added packing support for send, cast, and return value from a call.
10571
10572         * src/z80/peeph.def: Added rules for optimising pushes of part of a pair.
10573
10574         * src/z80/gen.c (emitCall): Changed the stack fixup to not use HL.
10575
10576 2001-11-18  Michael Hope  <michaelh AT juju.net.nz>
10577
10578         * src/z80/gen.c (genCmp): Fixed compare on unsigned.
10579
10580         * src/z80/ralloc.c (packRegsForHLUse3): Created and optimised.
10581         (packRegsForIYUse): Created and optimised.
10582
10583 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
10584
10585         * support/regression/tests/float.c (testFloatAdd): Fixed up warning.
10586 2001-11-18  Bernhard Held  <bernhard AT bernhardheld.de>
10587
10588         * sdcc/support/regression/tests/bug-460010.c: fix seg violation on host
10589
10590         * sdcc/support/regression/tests/muldiv.c: fix output on mcs51
10591
10592         * sdcc/support/regression/tests/stacks.c: fix DSEG overflow on mcs51
10593
10594 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
10595
10596         * sdcc/sim/device/lib/_gptrget.c: mem region 5 (idata) added
10597
10598         * sdcc/sim/device/lib/_gptrput.c: mem region 5 (idata) added
10599
10600 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
10601
10602         * sdcc/sim/ucsim/globals.cc: New: IXRAM.
10603
10604         * sdcc/sim/ucsim/stypes.h: New: IXRAM.
10605
10606         * sdcc/sim/ucsim/s51.src/uc390.cc: New: IXRAM.
10607
10608 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
10609
10610         * src/z80/ralloc.c (packRegsForHLUse): Banned IFXs from being packed into HL.
10611         (packRegsForHLUse): Added rule to pack address of/pointer get for itemps into HL for the Z80.
10612         (packRegsForAccUse2): Added rule to pack hbit IFXs into A.
10613
10614         * src/z80/main.c (_setDefaultOptions): Made float code re-entrant by default.
10615
10616         * src/z80/gen.c (aopGetLitWordLong): Added word support for floats.
10617         (genNotFloat): Added.
10618         (genUminusFloat): Added.
10619
10620         * device/lib/z80/Makefile: Added floating pt stubs.
10621
10622         * device/lib/Makefile.in (Z80SOURCES): Added floating pt support.
10623
10624         * src/z80/gen.c (genIpush): Fixed up a push of one byte when left is in a pair.
10625
10626         * device/lib/_fsadd.c (__fsadd): Fixed up return where the numbers are hugely different.
10627
10628 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
10629
10630         * sdcc/sim/ucsim/s51.src/glob.cc: Minor fix.
10631
10632         * sdcc/sim/ucsim/s51.src/regs51.h: Minor fix.
10633
10634         * sdcc/support/regression/Makefile: Add port ds390.
10635
10636         * sdcc/support/regression/ports/mcs51/spec.mk: Minor change.
10637
10638         * sdcc/support/regression/ports/z80/spec.mk: Minor change.
10639
10640         * sdcc/support/regression/ports/ds390/spec.mk: Added.
10641
10642         * sdcc/support/regression/ports/ds390/support.c: Added.
10643
10644         * sdcc/support/regression/ports/ds390/uCsim.cmd: Added.
10645
10646         * sdcc/support/regression/ports/mcs51/timeout.c: Cut.
10647
10648         * sdcc/support/regression/fwk/lib/timeout.c: Paste.
10649
10650 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
10651
10652         * device/include/malloc.h: Added z80 and gbz80 support.
10653
10654         * device/lib/gbz80/heap.s: Added.
10655
10656         * device/lib/z80/heap.s: Added.
10657
10658         * device/lib/malloc.c: Added z80 and gbz80 support.
10659
10660         * support/regression/tests/malloc.c (testMalloc): Added.
10661
10662         * src/SDCCmain.c (parseCmdLine): Added support for -Wp.
10663
10664         * support/regression/tests/bug-478094.c: Added.
10665
10666         * src/z80/gen.c (commitPair): Fixed silly gbz80/z80 commit to static bug.
10667
10668 2001-11-04  Bernhard Held  <bernhard AT bernhardheld.de>
10669
10670         * sdcc/sim/ucsim/s51.src/uc390cl.h: Improvement for ds390 to run regression tests
10671
10672         * sdcc/sim/ucsim/s51.src/uc390.h: Improvement for ds390 to run regression tests
10673
10674         * sdcc/sim/ucsim/s51.src/regs51.h: Improvement for ds390 to run regression tests
10675
10676         * sdcc/sim/ucsim/s51.src/glob.cc: Improvement for ds390 to run regression tests
10677
10678         * sdcc/support/regression/tests/bug-460010.c: Small change for ds390
10679
10680 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
10681
10682         * src/z80/peeph-gbz80.def: Removed a bad sub optimisation.
10683
10684 2001-11-03  Michael Hope  <michaelh AT juju.net.nz>
10685
10686         * support/regression/tests/bug-477927.c: Added.
10687
10688         * src/z80/peeph.def: Added minor rules.
10689
10690         * src/z80/gen.c (genPlusIncr): Added an extra plusinc rule.
10691
10692         * src/z80/peeph.def: Added jump optimisation modification.
10693
10694 2001-11-01  Michael Hope  <michaelh AT juju.net.nz>
10695
10696         * src/SDCCmain.c (linkEdit): Added runtime path detection to the mcs51 port.
10697
10698 2001-10-30  Michael Hope  <michaelh AT juju.net.nz>
10699
10700         * support/regression/tests/funptrs.c: Added.
10701
10702 2001-10-29  Michael Hope  <michaelh AT juju.net.nz>
10703
10704         * src/z80/ralloc.c (packRegsForHLUse): Fixed up bad spill due to pushing one byte via HL.
10705
10706 2001-10-28  Michael Hope  <michaelh AT juju.net.nz>
10707
10708         * src/z80/gen.c (genArrayInit): Made it work for on stack arrays.
10709
10710         * src/z80/main.c (gbz80_port =): Added rle support to the gbz80 port.
10711
10712         * src/z80/gen.c (genMinus): Fixed for where the result is one byte.
10713         (movLeft2ResultLong): Created.
10714
10715         * src/z80/ralloc.c (packRegsForHLUse): Added a couple of simple cases for the GB.
10716         (joinPushes): Added.  Joins two char pushes into a word push.
10717
10718 2001-10-27  Michael Hope  <michaelh AT juju.net.nz>
10719
10720         * support/cpp2/Makefile.in (install): Added creation of dest dir.
10721
10722         * support/makebin/Makefile (install): Added creation of dest dir.
10723
10724 2001-10-24 Karl Bongers <karl AT turbobit.com>
10725
10726         * configure.in, configure, Makefile, support/cpp: Removed cpp folder, since we have new cpp2 preprocessor code.
10727
10728 2001-10-21  Michael Hope  <michaelh AT juju.net.nz>
10729
10730         * src/z80/ralloc.c: Turned off faulty pack for one use.
10731
10732         * src/z80/peeph-gbz80.def: Removed redundent restart options.
10733
10734         * src/z80/gen.c (genMult): Added native mul for constants on the z80 and gbz80.
10735
10736 2001-10-21  Bernhard Held  <bernhard AT bernhardheld.de>
10737
10738         * support/regression/Makefile: Improved clean
10739
10740         * support/regression/ports/gbz80/spec.mk: Added clean
10741
10742         * support/regression/ports/host/spec.mk: Added clean
10743
10744         * support/regression/ports/z80/spec.mk: Added clean
10745
10746         * support/regression/ports/mcs51/spec.mk: Added clean, little improvements
10747
10748         * support/regression/ports/mcs51/timeout.c: little improvements
10749
10750 2001-10-17  Michael Hope  <michaelh AT juju.net.nz>
10751
10752         * device/lib/malloc.c (MEMHEADER): Fixed against new pedantic pointers.
10753
10754         * support/regression/fwk/include/testfwk.h: Fixed up to use function pts correctly.
10755
10756         * support/regression/generate-cases.py: Fixed up to use function pts correctly.
10757
10758 2001-10-16  Bernhard Held  <bernhard AT bernhardheld.de>
10759
10760         * support/regression/port/mcs51/spec.mk: add timeout for uCsim
10761
10762         * support/regression/port/mcs51/timeout.c: add timeout for uCsim
10763
10764 2001-10-13  Michael Hope  <michaelh AT juju.net.nz>
10765         * src/z80/gen.c (emitCall): Fixed up missing spill of HL when used to assign the result value.
10766
10767         * src/z80/ralloc.c: Turned off pack for one use as it's quite broken.
10768
10769         * src/SDCCmain.c (linkEdit): Added support for passing a legacy command line through the processor.
10770
10771         * src/mcs51/main.c (_linkCmd): Added bin path to command.
10772
10773         * src/SDCCmain.c (initValues): Added support for when it it called just to link.
10774
10775         * as/mcs51/lklibr.c (libfil;): Turned off 'library file' message.
10776
10777         * src/SDCCval.c (constVal): Fixed usage of 'L' modifier problems on ppc.
10778
10779         * support/regression/tests/longor.c: Added.
10780
10781 2001-10-11  Bernhard Held  <bernhard AT bernhardheld.de>
10782
10783         * as/mcs51/asdata.c: replaced FILENAME_MAX with PATH_MAX
10784
10785         * as/mcs51/aslink.h: define PATH_MAX
10786
10787         * as/mcs51/asm.h: define PATH_MAX
10788
10789         * as/mcs51/asmain.c: replaced FILENAME_MAX with PATH_MAX
10790
10791         * as/mcs51/asnoice.c: replaced FILENAME_MAX with PATH_MAX
10792
10793         * as/mcs51/lklex.c: replaced FILENAME_MAX with PATH_MAX
10794
10795         * as/mcs51/lkmain.c: replaced FILENAME_MAX with PATH_MAX
10796
10797         * src/SDCCglobl.h: define PATH_MAX
10798
10799         * src/SDCCmacro.c: replaced FILENAME_MAX with PATH_MAX
10800
10801         * src/SDCCmain.c: replaced FILENAME_MAX with PATH_MAX
10802
10803 2001-10-11  Michael Hope  <michaelh AT juju.net.nz>
10804
10805         * src/z80/gen.c (gencjneshort): Fixed
10806
10807         * src/z80/ralloc.c (packRegsForHLUse): Added pack into HL for cast then ipush.
10808
10809 2001-10-09  Michael Hope  <michaelh AT juju.net.nz>
10810
10811         * support/regression/tests/bug-469671.c: Added.
10812
10813         * src/z80/gen.c (shiftIntoPair): Fixed up warning.
10814
10815 2001-10-08  Michael Hope  <michaelh AT juju.net.nz>
10816
10817         * src/SDCCmain.c: Added --fommit-frame-pointer option and implemented in the z80 port.
10818
10819         * src/z80/gen.c (genPlus): Fixed to work with extended stack.  Also fixed genMinus, genCmp.  genUMinus is still left.
10820
10821 2001-10-08  Bernhar Held  <bernhard AT bernhardheld.de>
10822
10823         * src/SDCCmain.c (preProcess): added define SDCC_NOOVERLAY
10824
10825         * src/device/lib/_mulint.c  : removed hint: nooverlay bug
10826
10827         * src/device/lib/_mullong.c : removed hint: nooverlay bug
10828
10829         * src/device/lib/_divuint.c : removed hint: nooverlay bug
10830
10831         * src/device/lib/_divulong.c: removed hint: nooverlay bug
10832
10833         * src/device/lib/_moduint.c : removed hint: nooverlay bug
10834
10835         * src/device/lib/_modulong.c: removed hint: nooverlay bug
10836
10837 2001-10-07  Michael Hope  <michaelh AT juju.net.nz>
10838
10839         * 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.
10840
10841         * support/Util/NewAlloc.c (freeTrace): Changed free for the gc case to not free at all.  Fixes runtime segfault.
10842
10843         * support/regression/tests/scott-compare3.c (c_abcd): Fixed up casts.
10844
10845 2001-10-07    <johan AT FRIJA>
10846
10847         * device/lib/gets.c (gets): fixed the return value.
10848
10849 2001-10-06  Michael Hope  <michaelh AT juju.net.nz>
10850         * src/SDCCmain.c (WRITE_SEG_LOC): Fixed up to use Safe_strdup.
10851
10852         * 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.
10853
10854         * 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.
10855
10856         * src/z80/gen.c (genZ80Code): Added de-allocation via trace support.
10857
10858         * src/pic/gen.c: Removed Safe_strdup.
10859
10860         * configure.in: Added option to enable libgc support.
10861
10862         * src/SDCCbitv.c (bitVectnBitsOn): Optimised.
10863         (bitVectUnion): Optimised.
10864         (bitVectIntersect): Optimised.
10865         (bitVectBitsInCommon): Optimised.
10866         (bitVectCplAnd): Optimised.
10867
10868         * support/makebin/makebin.c (usage): Removed getopt as mingw32 doesn't have it.  Sigh.
10869
10870 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
10871
10872         * src/SDCCmain.c: distinguish between assembler debug and plain options
10873
10874         * src/avr/main.c:   remove standard assembler options
10875
10876         * src/ds390/main.c: remove standard assembler options
10877
10878         * src/mcs51/main.c: remove standard assembler options
10879
10880         * src/port.h: removed "PENDING" comment
10881
10882 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
10883
10884         * src/device/lib/_mulint.c  : new, with assember functions
10885
10886         * src/device/lib/_mullong.c : new, with assember functions
10887
10888         * src/device/lib/_divuint.c : with assember functions
10889
10890         * src/device/lib/_divsint.c : with assember functions
10891
10892         * src/device/lib/_divulong.c: with assember functions
10893
10894         * src/device/lib/_divslong.c: with assember functions
10895
10896         * src/device/lib/_moduint.c : with assember functions
10897
10898         * src/device/lib/_modsint.c : with assember functions
10899
10900         * src/device/lib/_modulong.c: with assember functions
10901
10902         * src/device/lib/_modslong.c: with assember functions
10903
10904         * src/device/lib/libint.lib:  replaced _muluint.c  and _mulsint.c  by _mulint.c
10905
10906         * src/device/lib/liblong.lib: replaced _mululong.c and _mulslong.c by _mullong.c
10907
10908         * src/device/lib/Makefile.in: replaced _muluint.c  and _mulsint.c  by _mulint.c
10909                                       replaced _mululong.c and _mulslong.c by _mullong.c
10910
10911 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
10912
10913         * src/SDCCsymt.c: sequence of specifiers in pintTypeChain() corrected
10914
10915 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
10916
10917         * src/SDCCglue.c: test, if win32api is available for MINGW
10918
10919 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
10920
10921         * src/SDCCsymt.c: no more _modifier in printTypeChain()
10922         * support/regression/tests/driverstruct.c: REENTRANT for mcs51
10923         * support/regression/ports/gbz80/spec.mk: removed GENERIC
10924         * support/regression/ports/host/spec.mk: removed GENERIC
10925         * support/regression/ports/mcs51/spec.mk: removed GENERIC
10926         * support/regression/ports/z80/spec.mk: removed GENERIC
10927
10928 2001-10-01  Michael Hope  <michaelh AT juju.net.nz>
10929
10930         * support/regression/fwk/lib/testfwk.c (__printf): Removed GENERIC.
10931
10932         * support/regression/tests/bug-467035.c: Created.
10933
10934 2001-10-01    <johan AT FRIJA>
10935
10936         * src/SDCC.y: fixed bug #466586 part 1
10937
10938 2001-10-01  Johan Knol <johan.knol AT iduna.nl>
10939
10940         * SDCCicode.c: z80 has no generic pointers
10941         * removed -s from strip in all Makefile(.in)'s. It is not needed, but Solaris chocks on it.
10942
10943 2001-09-30  Michael Hope  <michaelh AT juju.net.nz>
10944
10945         * sim/ucsim/cmd.src/Makefile.in ($(PRJDIR)/libcmd.a): Changed all ar references to $(AR) for Solaris.
10946
10947 2001-09-29  Michael Hope  <michaelh AT juju.net.nz>
10948
10949         * Makefile (sdcc-libs): Added makebin to the list of standard targets.
10950
10951         * support/regression/ports/z80/spec.mk: Updated to use env for sdcc bin dir for automatic regression.
10952
10953 2001-09-25  Michael Hope  <michaelh AT juju.net.nz>
10954
10955         * configure.in: Fixed up so that ucsim is only configured once.
10956
10957         * support/cpp2/configure.in: Fixed to use the program transform to append the .exe for the win32 build.
10958
10959         * src/SDCCutil.c (getPrefixFromBinPath): Fixed up to work with win32 in all of its glory.
10960         (getPathDifference): As above.
10961
10962         * src/SDCCmain.c (preProcess): Changed to use a temporary file in a proper temp directory.  Fixed case where pre-processing only.
10963
10964         * src/SDCCglue.c (tempfilename): Added function for pre-processor.
10965
10966 2001-09-23  Michael Hope  <michaelh AT juju.net.nz>
10967         * .version: Updated to 2.3.1
10968
10969         * src/z80/main.c (z80_port =): Added macro based linker and assembler command line support.
10970         Added copyright header.
10971
10972         * src/SDCCmain.c: Shifted various functions into SDCCutil.c
10973         (assemble): Added support for macro based assembler commands.
10974         (linkEdit): Added support for macro based linker commands.
10975         (preProcess): Changed the pre-processor to use macros.
10976         (_setPaths): Added functionality to autodetect the include, lib and bin dir paths.
10977         (_discoverPaths): Added support for overriding the install directory using the SDCCDIR env variable.
10978
10979         * device/lib/z80/crt0.s: Added module name for debugging.
10980
10981 2001-09-20  Michael Hope  <michaelh AT juju.net.nz>
10982
10983         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
10984
10985         * src/SDCChasht.c (hTabDeleteByKey): Fixed delete as it would delete the last item from a bucket even if it wasn't the real one.
10986
10987         * src/SDCCglue.c: Moved gc_strdup to SDCCutil.c
10988
10989         * src/Makefile.in: Added SDCCmacro and SDCCutil
10990
10991 2001-09-19  Michael Hope  <michaelh AT juju.net.nz>
10992
10993         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
10994
10995 2001-09-16    <johan AT FRIJA>
10996
10997         * 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.
10998
10999 2001-09-15    <johan AT FRIJA>
11000
11001         * src/mcs51/ralloc.c: (findAssignToSym): fixed bug #460662 part 1
11002         * src/ds390/ralloc.c (findAssignToSym): fixed bug #460662 part 1
11003
11004 2001-09-11    <johan AT FRIJA>
11005
11006         * src/SDCCval.c (valDiv Mod Minus Plus Shift): keep litteral expressions as small as possible (bug #460010)
11007
11008 2001-09-10  Michael Hope  <michaelh AT juju.net.nz>
11009
11010         * support/regression/tests/bug-460444.c: Added test case.
11011
11012         * src/z80/gen.c (genOr): bug 460444: if (a ^ lit) was broken for &, |, and ^.
11013         (genCast): Added justification for all of the asserts.
11014
11015 2001-09-10  Bernhard Held <bernhard AT bernhardheld.de>
11016
11017         * support/regression/support.c: _xdata replaced by xdata
11018
11019         * support/regression/spec.mk: removed _generic
11020
11021 2001-09-09  Michael Hope  <michaelh AT juju.net.nz>
11022
11023         * src/pic/ralloc.c (debugLogRegType): Removed some old types to get it to compile.
11024
11025         * src/z80/gen.c (shiftR2Left2Result): Improved the case when v = v >> n for small values of n to use less code space and time.
11026         (genrshTwo): Fixed v = v >> n where v is a negative int and n is > 8: bug 460010.
11027
11028         * src/z80/peeph.def: Added a rule to optimise shift then compare.
11029
11030         * support/regression/tests/bug-460000.c (testShiftByParam): Added test case.
11031
11032         * support/regression/tests/bug-460010.c: Added test case.
11033
11034         * support/regression/Makefile (test-host): Removed a silly 'clean' target when testing against gcc.
11035
11036 2001-09-09  Bernhard Held <bernhard AT bernhardheld.de>
11037
11038         * support/regression/Makefile: inter-port-clean adjusted for mcs51
11039
11040         * support/regression/testfwk.c: removed workaround for bug #436344
11041
11042         * support/regression/tests/bp.c: use less memory with mcs51
11043
11044         * support/regression/tests/bug-441448.c: use less memory
11045
11046         * support/regression/tests/ports/mcs51/spec.mk: cleanup, use --stack-after-data
11047
11048         * support/regression/collate-results.py: typo
11049
11050 2001-09-08  Michael Hope  <michaelh AT juju.net.nz>
11051
11052         * support/regression/tests/fetchoverlap.c: Added new test case.
11053
11054         * support/regression/tests/bp.c: Added new test case.
11055
11056         * support/regression/tests/bug-448984.c: Added new test case.
11057
11058         * support/regression/tests/pow2shifts.c: Added new test case.
11059
11060         * src/z80/gen.c: Turned off the noise it normally generates for the release.
11061         (genlshTwo): Fixed right shift for count > 8.
11062
11063         * src/z80/ralloc.c: Disabled most of the ACC packing rules as they weren't getting hit and weren't at all safe.
11064
11065 2001-09-08    <johan AT FRIJA>
11066
11067         * src/SDCCicode.c (geniCodeCall): a CPOINTER can be used as a function
11068
11069 2001-09-07    <johan AT FRIJA>
11070
11071         * src/SDCCicode.c (newiCodeCondition): fixed bug #456235 (1.77)
11072
11073         * src/SDCCglue.c (emitRegularMap): only delete a symbol when it is a symbol
11074
11075 2001-09-06    <johan AT FRIJA>
11076
11077         * src/SDCC.y: this could be a fix for bug #458744 (1.37)
11078         * bernhard noted me at this: "() equals to (void)" (1.38)
11079
11080 2001-09-05    <johan AT FRIJA>
11081
11082         * src/SDCCglue.c (emitRegularMap): a fix for bug #458099/2
11083
11084 2001-09-04    <johan AT FRIJA>
11085
11086         * src/SDCCsymt.c (checkSClass): a fix for bug #458099/1
11087
11088
11089 2001-09-04  Paul Stoffregen  <paul AT pjrc.com>
11090
11091         * pragma noinduction broke memcpy on mcs51 large model.  Moved it inside z80 optimization
11092
11093 2001-09-03  Michael Hope  <michaelh AT juju.net.nz>
11094
11095         * link/z80/aslink.h: Fixed path for PATH_MAX
11096
11097 2001-09-02  Michael Hope  <michaelh AT juju.net.nz>
11098
11099         * src/z80/gen.c (fetchLitPair): Changed so that it properly caches direct space references.
11100
11101         * support/regression/tests/addsub.c: Added cases to cover all the +, - combinations.
11102
11103         * support/regression/tests/uminus.c: Added a test for the unary minus operator.
11104
11105         * 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.
11106
11107 2001-09-01  Michael Hope  <michaelh AT juju.net.nz>
11108
11109         * src/z80/gen.c: Fixed up generator to pass the regresion tests, specifically fixing loads for longs, genCmp, and turned on the map file.
11110         (genCmp): Fixed up genCmp for the GB with longs.
11111
11112         * device/lib/gbz80/Makefile: Fixed up all the libraries to pass the regression tests.
11113
11114         * support/regression/ports/host/spec.mk: Updated to compile with the new type specifiers.
11115
11116         * device/lib/Makefile.in (Z80SOURCES): Removed old _mululong, _mulslong, and unneeded _mulint.
11117
11118         * device/lib/_mullong.c (_mulslong): Changed to actually return a value :)
11119
11120 2001-08-30  Paul Stoffregen  <paul AT pjrc.com>
11121
11122         * added peepholes 223 to 231 to mcs51 port.  These improve code when using large model.
11123
11124 2001-08-30  Michael Hope  <michaelh AT juju.net.nz>
11125
11126         * 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.
11127
11128         * src/z80/gen.c (genPlus): Changed bad long add for gb to a fall through.
11129
11130 2001-08-29  Michael Hope  <michaelh AT juju.net.nz>
11131
11132         * link/z80/aslink.h: Fixed long file name support.  Is now based off PATH_MAX instead of a constant.
11133
11134         * src/z80/gen.c: Fixed add and sub for the case where left or right are in static space.
11135
11136 2001-08-30 Bernhard Held   <bernhard AT bernhardheld.de>
11137
11138   * sim/ucsim/configure:    little improvement of Cygwin-detection
11139   * sim/ucsim/configure.in: little improvement of Cygwin-detection
11140   * sim/ucsim/cmd.src/newcmdcl.h: include <sys/types.h> to define fd_set automated build
11141   * support/regression/tests/bug-221100.c: small changes for mcs51
11142   * support/regression/tests/bug-221168.c: small changes for mcs51
11143   * support/regression/tests/bug-227710.c: small changes for mcs51
11144   * support/regression/tests/staticinit.c: small changes for mcs51
11145   * as/mcs51/aslink.h: accept everything as symbol name in rel-files, bug fix ID 452601
11146   * as/mcs51/lklex.c:  accept everything as symbol name in rel-files, bug fix ID 452601
11147   * as/mcs51/lksym.c:  accept everything as symbol name in rel-files, bug fix ID 452601
11148
11149 $Revision$
11150